.contact_team .items {
  position: relative;
  z-index: 2;
  margin-top: -9.5rem;
}
.contact_team .items > div {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(min(25rem, 100%), 1fr));
  gap: 3rem 1.69154229%;
}
.contact_team .item {
  border-radius: 1.8rem;
  border: 1px solid #e5e9f0;
  background-color: #fff;
  box-shadow: 0 1rem 1rem rgba(189, 204, 214, 0.25);
  min-height: 32.1rem;
  padding: 9.4339623% 3.1446541% 12.5786164% 9.1194969%;
}
.contact_team .item .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 6.4rem;
  height: 6.4rem;
  border-radius: 1.4rem;
  background-color: var(--primary);
}
.contact_team .item .icon img {
  width: 35.9375%;
  height: auto;
  filter: contrast(0) brightness(2);
}
.contact_team .item .label {
  font-size: 2rem;
  font-weight: 700;
  color: #0b1d38;
  margin-top: 2rem;
}
.contact_team .item p {
  line-height: 2.8rem;
  color: #5a6778;
  margin-top: 1.4rem;
}
.contact_team .item ul {
  margin-top: 1.6rem;
}
.contact_team .item ul a {
  font-size: 1.7rem;
  color: #5a6778;
  vertical-align: top;
  transition: all 0.3s;
  text-decoration: underline transparent;
}
.contact_team .item ul a:hover {
  text-decoration-color: var(--primary);
  color: var(--primary);
}
.contact_team .item ul li + li {
  margin-top: 0.6rem;
}
.contact_team .email .icon img {
  width: 42.1875%;
}
.contact_team .phone .icon img {
  width: 40.625%;
}
.contact_team .whatsapp .icon img {
  width: 46.875%;
}
.contact_main {
  padding: 14rem 0 13.9rem;
}
.contact_main .quote_form {
  width: 63.88059701%;
}
.contact_main form {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  border-radius: 2rem;
  background-color: #fff;
  border: 2px solid #0066b3;
  box-shadow: 0 1rem 1rem rgba(189, 204, 214, 0.35);
  gap: 2.2rem 0;
  padding: 3.1542056% 5.1401869% 5.1401869% 4.9065421%;
}
.contact_main form h2 {
  font-size: 3.2rem;
  font-weight: 700;
  color: #14304a;
  margin-bottom: 2.7rem;
}
.contact_main form span,
.contact_main form h2 {
  width: 100%;
}
.contact_main form .col-2 {
  width: 48.37027379%;
}
.contact_main form .label {
  display: block;
  font-weight: 600;
  color: #0b1d38;
  margin-bottom: 1.4rem;
}
.contact_main form input,
.contact_main form textarea {
  display: block;
  width: 100%;
  font-size: 1.8rem;
  font-weight: 500;
  border-radius: 0.6rem;
  border: 1px solid #dddddd;
  background-color: transparent;
  transition: all 0.2s;
  height: 5.3rem;
  padding: 0 2rem;
}
.contact_main form input:focus,
.contact_main form textarea:focus {
  border-color: var(--primary);
}
.contact_main form textarea {
  padding: 2rem;
  height: 15.6rem;
}
.contact_main form span:has(input[type=checkbox]) {
  margin-top: 1px;
}
.contact_main form input[type=checkbox] {
  width: 1.8rem;
  height: 1.8rem;
  padding: 0;
  border-color: #0066b3;
  border-width: 2px;
  border-radius: 0;
  vertical-align: top;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
}
.contact_main form input[type=checkbox]::after {
  content: '';
  display: block;
  width: 80%;
  height: 80%;
  background: url(../images/gou.svg) no-repeat center / contain;
  transition: all 0.3s;
  opacity: 0;
}
.contact_main form input[type=checkbox]:checked::after {
  opacity: 1;
}
.contact_main form input[type=checkbox] ~ span {
  vertical-align: top;
  cursor: pointer;
  font-size: 1.476rem;
  line-height: 1.5;
  color: #5a6778;
  display: inline-block;
  width: calc(100% - 2.1rem);
  max-width: 59rem;
  padding-left: 1.1rem;
  margin-top: -2px;
}
.contact_main form span:has(.btn) {
  margin-top: 4rem;
  position: relative;
}
.contact_main form .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.4rem;
  line-height: 6.2rem;
  font-size: 1.703rem;
}
.contact_main form .btn::after {
  display: inline-block;
  content: '';
  flex-shrink: 0;
  background: url("../images/arrow2.svg") no-repeat center / contain;
  width: 1.3rem;
  height: 1.3rem;
  filter: contrast(0) brightness(2);
  transition: all 0.3s;
}
.contact_main form .btn:hover::after {
  filter: unset;
  transform: translateX(20%);
}
.contact_main form .btn input {
  display: none;
}
.contact_main .items {
  flex: 1;
  width: 100%;
  max-width: 43.1rem;
  color: #0b1d38;
}
.contact_main .items > div {
  display: grid;
  gap: 2rem;
}
.contact_main .items .label {
  font-size: 1.8rem;
  font-weight: 600;
}
.contact_main .items .locate::before {
  background-image: url("../images/cotact-locate.svg");
}
.contact_main .items .email::before {
  background-image: url("../images/cotact-email.svg");
  background-size: 45%;
}
.contact_main .items .phone::before {
  background-image: url("../images/cotact-phone.svg");
}
.contact_main .item {
  border-radius: 1.4rem;
  border: 1px solid #e5edf7;
  background-color: var(--bg);
  position: relative;
  padding: 5.800464% 4.8723898% 9.2807425% 21.5777262%;
}
.contact_main .item::before {
  position: absolute;
  width: 11.3689095%;
  padding-bottom: 11.3689095%;
  left: 0;
  top: 0;
  margin: 6.7285383% 0 0 6.0324826%;
  border-radius: 1rem;
  border: 1px solid #e5e9f0;
  background: no-repeat center / 41% #fff;
  content: '';
}
.contact_main .item p {
  line-height: 2.5rem;
  max-width: 31.3rem;
  margin-top: 0.5rem;
  color: #4a5568;
}
.contact_main .item ul {
  color: #4a5568;
  margin-top: 0.7rem;
}
.contact_main .item ul li + li {
  margin-top: 0.4rem;
}
.contact_main .item ul a {
  vertical-align: top;
  transition: all 0.3s;
  text-decoration: underline transparent;
}
.contact_main .item ul a:hover {
  color: var(--primary);
  text-decoration-color: var(--primary);
}
.contact_main .time_item {
  border: 1px solid #e5edf7;
  border-radius: 1.6rem;
  padding: 4.1763341% 4.8723898% 5.5684455% 5.800464%;
}
.contact_main .time_item .label {
  display: grid;
  grid-template-columns: 2rem 1fr;
  align-items: center;
  gap: 1.1rem;
}
.contact_main .time_item .label::before {
  display: block;
  padding-bottom: 100%;
  content: '';
  background: url("../images/cotact-date.svg") no-repeat center / contain;
}
.contact_main .time_item ul {
  margin-top: 1.7rem;
}
.contact_main .time_item ul li + li {
  border-top: 1px dashed #e5e9f0;
}
.contact_main .time_item ul li {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  font-size: 1.4rem;
  gap: 1rem;
  padding: 0.4rem 0 1.1rem;
}
.contact_main .time_item ul li span:first-child {
  color: #5a6778;
}
.contact_main .time_item ul li span:last-child {
  font-weight: 600;
  text-align: right;
}
@media screen and (max-width: 768px) {
  .contact_team {
    padding: 50px 0;
  }
  .contact_team .items {
    margin: 0;
  }
  .contact_team .items > div {
    grid-template-columns: repeat(auto-fill, minmax(min(250px, 100%), 1fr));
    gap: 20px;
  }
  .contact_team .item {
    border-radius: 10px;
    padding: 20px;
    min-height: unset;
  }
  .contact_team .item .icon {
    width: 50px;
    height: 50px;
    border-radius: 10px;
  }
  .contact_team .item .label {
    font-size: 18px;
    margin-top: 16px;
  }
  .contact_team .item p {
    line-height: 1.5;
    margin-top: 10px;
  }
  .contact_team .item ul {
    margin-top: 10px;
  }
  .contact_team .item ul a {
    font-size: 14px;
  }
  .contact_team .item ul li + li {
    margin-top: 5px;
  }
  .contact_main {
    padding: 50px 0;
  }
  .contact_main .flex {
    display: block;
  }
  .contact_main .quote_form {
    width: 100%;
  }
  .contact_main form {
    gap: 16px 0;
    padding: 20px;
    border-radius: 10px;
  }
  .contact_main form h2 {
    font-size: 22px;
    margin-bottom: 10px;
  }
  .contact_main form .label {
    margin-bottom: 10px;
  }
  .contact_main form input,
  .contact_main form textarea {
    font-size: 14px;
    height: 46px;
    padding: 0 20px;
  }
  .contact_main form textarea {
    height: 120px;
    padding: 14px 20px;
  }
  .contact_main form span:has(input[type=checkbox]) {
    margin-top: 0;
  }
  .contact_main form input[type=checkbox] {
    width: 20px;
    height: 20px;
  }
  .contact_main form input[type=checkbox] ~ span {
    width: calc(100% - 24px);
    padding-left: 12px;
    font-size: 14px;
    line-height: 1.5;
    margin-top: 0;
  }
  .contact_main form span:has(.btn) {
    margin-top: 10px;
  }
  .contact_main form .btn {
    gap: 10px;
    line-height: 40px;
    font-size: 14px;
  }
  .contact_main form .btn::after {
    width: 11px;
    height: 11px;
  }
  .contact_main .items {
    max-width: unset;
    margin-top: 30px;
  }
  .contact_main .items > div {
    grid-template-columns: repeat(auto-fill, minmax(min(250px, 100%), 1fr));
    gap: 16px;
  }
  .contact_main .items .label {
    font-size: 16px;
  }
  .contact_main .item {
    border-radius: 10px;
    padding: 20px;
    padding-left: 70px;
  }
  .contact_main .item::before {
    width: 40px;
    height: 40px;
    padding: 0;
    left: 14px;
    top: 14px;
    margin: 0;
    border-radius: 5px;
  }
  .contact_main .item p {
    line-height: 1.5;
    margin-top: 10px;
  }
  .contact_main .item ul {
    margin-top: 10px;
  }
  .contact_main .item ul li + li {
    margin-top: 5px;
  }
  .contact_main .time_item {
    border-radius: 10px;
    padding: 20px;
  }
  .contact_main .time_item .label {
    grid-template-columns: 16px 1fr;
    gap: 10px;
  }
  .contact_main .time_item ul {
    margin-top: 12px;
  }
  .contact_main .time_item ul li {
    font-size: 14px;
    padding: 8px 0;
  }
}
@media screen and (max-width: 576px) {
  .contact_main form .col-2 {
    width: 100%;
  }
}
