.contact-us-hero{
    padding: 213px 0 84px;
    position: relative;
    overflow: hidden;
    z-index: 2;
}

.contact-us-hero .bg-image-contacts{
    transform: translate(-71%, 0);
    max-width: 1300px;
    z-index: 1;
    position: absolute;
    left: calc(50% - 0px);
    top: 11px;
    width: 932px;
    height: auto;
    display: block;
    user-select: none;
    pointer-events: none;
}

.contact-us-hero__inner{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 60px;
    z-index: 2;
    position: relative;
}

.contact-us-hero__col-info{
    flex: 1;
    min-width: 350px;
}

.contact-us-hero__col-form{
    flex: 1;
    min-width: 350px;
    padding-top: 21px;
}

.contact-us-hero .contact-us-hero h1{
    margin-bottom: 2px;
}

.contact-us-hero h2{
    font-family: Lexend, sans-serif;
    font-weight: 700;
    font-size: 48px;
    line-height: 100%;
    color: var(--title-color);
    margin-bottom: 64px;
}

.contact-us-hero .contact-us-hero__contact-info{
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-bottom: 40px;
}

.contact-us-hero .contact-us-hero__contact-info .contact-us-hero__contact-info-item{
    font-family: Lexend, sans-serif;
    display: flex;
    gap: 16px;
    align-items: center;
    text-decoration: none;
    font-weight: 300;
    font-size: 18px;
    line-height: 140%;
    color: var(--text-gray-color);
}

.contact-us-hero .contact-us-hero__contact-info .whatsapp a{
    text-decoration: underline!important;
}

.contact-us-hero .contact-us-hero__contact-info .contact-us-hero__contact-info-item a{
    font-family: Lexend, sans-serif;
    display: flex;
    gap: 16px;
    align-items: center;
    text-decoration: none;
    font-weight: 300;
    font-size: 18px;
    line-height: 140%;
    color: var(--text-gray-color);
}

.contact-us-hero .contact-us-hero__social-links{
    display: flex;
    gap: 16px;
    list-style: none;
    align-items: center;
}


.contact-us-hero .contact-us-hero__col-form form{
    max-width: 620px;
    width: 100%;
    margin: 0 auto;
}

.contact-us-hero .contact-us-hero__col-form form label{
    color: #D6D6D6;
    margin-bottom: 8px;
    display: block;
    font-weight: 300;
    font-size: 16px;
    line-height: 140%;
}

.contact-us-hero .contact-us-hero__col-form form input{
    width: 100%;
    padding: 17px 20px;
    border: 1px solid #33333A;
    background: #5353621A;
    border-radius: 32px;
    font-weight: 300;
    font-size: 16px;
    line-height: 140%;
    max-height: 58px;
    margin-bottom: 16px;
    font-family: Lexend, sans-serif;
    color: #D6D6D6;
}

.contact-us-hero .contact-us-hero__col-form form input:focus-visible{
    border: 1px solid #D6D6D6
}

.contact-us-hero .contact-us-hero__col-form form input:focus-visible::placeholder{
    opacity: 0;
}

.contact-us-hero .contact-us-hero__col-form form input::placeholder{
    font-weight: 300;
    font-size: 16px;
    line-height: 140%;
    max-height: 58px;
    margin-bottom: 16px;
    font-family: Lexend, sans-serif;
    color: var(--placeholder-text-color);
    transition: all 0.5s;
}

.contact-us-hero .contact-us-hero__col-form form input.is-error{
    border: 1px solid #B03D35;
}

.contact-us-hero .contact-us-hero__col-form form .error{
    font-weight: 300;
    font-size: 16px;
    line-height: 140%;
    color: #D6D6D6;
    margin-top: -10px;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    gap: 8px;
    padding-left: 20px;
}

.contact-us-hero .contact-us-hero__col-form form .error img{
    width: 16px;
    height: 16px;
}

.contact-us-hero .contact-us-hero__col-form form textarea{
    width: 100%;
    padding: 17px 20px;
    border: 1px solid #33333A;
    background: #5353621A;
    border-radius: 32px;
    font-weight: 300;
    font-size: 16px;
    line-height: 140%;
    height: 224px;
    margin-bottom: 16px;
    color: #D6D6D6;
}

.contact-us-hero .contact-us-hero__col-form form textarea:focus-visible{
    border: 1px solid #D6D6D6
}

.contact-us-hero .contact-us-hero__col-form form textarea:focus-visible::placeholder{
    opacity: 0;
}

.contact-us-hero .contact-us-hero__col-form form textarea:focus-visible{
    outline: none;
}

.contact-us-hero .contact-us-hero__col-form form textarea::placeholder{
    font-weight: 300;
    font-size: 16px;
    line-height: 140%;
    max-height: 58px;
    margin-bottom: 16px;
    font-family: Lexend, sans-serif;
    color: var(--placeholder-text-color);
    transition: all 0.5s;
}

.contact-form .form-row--checkbox{
    display:flex;
    align-items:center;
    gap:12px;
    margin: 0 0 64px;
}

.contact-form input[type="checkbox"]{
    appearance: none;
    -webkit-appearance: none;
    width: 24px !important;
    max-width: 24px;
    height: 24px !important;
    border-radius: 6px !important;
    display: grid;
    place-items: center;
    cursor: pointer;
    transition: border-color .2s ease, box-shadow .2s ease, background .2s ease;
    outline: none;
    margin: 0 !important;
    padding: 0 !important;
}

.contact-form input[type="checkbox"]:hover{
  border-color:#3a3c42;
}
.contact-form input[type="checkbox"]:focus-visible{
  box-shadow: 0 0 0 3px rgba(235,189,132,.25);
  border-color:#44464d;
}

.contact-form input[type="checkbox"]::after{
  content:"";
  width: 16px;
  height: 16px;
  transform: scale(0);
  transition: transform .15s ease;
  background: #fff;
  -webkit-mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path fill="white" d="M9 16.2 4.8 12l-1.4 1.4L9 19 21 7l-1.4-1.4Z"/></svg>') center / contain no-repeat;
          mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path fill="white" d="M9 16.2 4.8 12l-1.4 1.4L9 19 21 7l-1.4-1.4Z"/></svg>') center / contain no-repeat;
}

.contact-form input[type="checkbox"]:checked::after{
  transform: scale(1);
}

.contact-form input[type="checkbox"]:disabled{
  opacity:.6; cursor:not-allowed;
}

.contact-form .form-row--checkbox label{
    margin-bottom: 0 !important;
}


.contact-us-hero .contact-us-hero__col-form form button.sent {
  font-family: Lexend, sans-serif;
  background: linear-gradient(274.43deg, #EBBD84 -3.28%, #3353A8 132.5%);
  border: none;
  border-radius: 32px;
  padding: 16px 45px;
  max-height: 56px;
  font-weight: 700;
  font-size: 18px;
  line-height: 100%;
  text-align: center;
  color: var(--title-color);
  cursor: pointer;
  position: relative;
  z-index: 0; 
  overflow: hidden; 
}

.contact-us-hero .contact-us-hero__col-form form button.sent::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 30px;
  padding: 1px;
  background: linear-gradient(274.43deg, #EBBD84 -3.28%, #3353A8 132.5%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  opacity: 0;
  transition: opacity .3s ease;
  z-index: 1;
}

.contact-us-hero .contact-us-hero__col-form form button.sent:hover {
  background: var(--black-bg);
}

.contact-us-hero .contact-us-hero__col-form form button.sent:hover::before {
  opacity: 1;
}

.contact-us-map {
    padding-bottom: 128px;
}

.contact-us-map iframe{
    border: 1px solid #33333A;
    border-radius: 12px;
    filter: grayscale(1);
}

@media (max-width: 768px){
    .contact-us-hero h2 {
        font-family: Lexend, sans-serif;
        font-weight: 700;
        font-size: 32px;
        line-height: 100%;
        color: var(--title-color);
        margin-bottom: 32px;
    }

}


.pre-round{
    padding: 84px 0 168px;
    position: relative;
}

.pre-round::before{
    content: '';
    background-image: url(/images/Vector012.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    transform: translate(-71%, 0);
    max-width: 1300px;
    z-index: 1;
    position: absolute;
    left: calc(50% - 500px);
    top: -300px;
    width: 600px;
    height: 600px;
    display: block;
    user-select: none;
    pointer-events: none;
}

@media (max-width:768px){
    .pre-round::before{
        width: 200px;
        height: 200px;
        top: 0;
    }
}

.pre-round::after{
    content: '';
    background-image: url(/images/Vector012.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    transform: translate(-71%, 0);
    max-width: 1300px;
    z-index: 1;
    position: absolute;
    right: calc(50% - 1400px);
    top: 0px;
    width: 600px;
    height: 600px;
    display: block;
    user-select: none;
    pointer-events: none;
}

@media (max-width:768px){
    .pre-round::after{
        width: 300px;
        height: 300px;
        bottom: 0;
    }
}

.pre-round__inner{
    display: flex;
    flex-direction: column;
    align-items: center;
}

.pre-round .pre-round__inner h3{
    font-weight: 700;
    font-size: 32px;
    line-height: 100%;
    text-align: center;
    color: #E9ECEF;
    margin-bottom: 24px;
}

.pre-round .pre-round__inner p{
    font-weight: 300;
    font-size: 16px;
    line-height: 140%;
    text-align: center;
    max-width: 942px;
    margin: 0 auto 64px;
}

.pre-round .pre-round__inner .button{
    display: inline-flex;
    justify-content: center;
    position: relative;
    width: auto;
    z-index: 2;
}

.pre-round .button .info-block{
  position: absolute;
  top: 0;
  left: 115%;
  min-width: 564px;
  z-index: 100;
  border: 1px solid #33333A;
  border-radius: 12px;
  backdrop-filter: blur(8.4px);
  background-color: #1E1E20;
  padding: 24px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(8px);
  pointer-events: none;
  transition: opacity .25s ease, transform .25s ease, visibility 0s .25s;
}

@media (max-width:768px){
  .pre-round .button .info-block{
    top: 31px;
    left: 0;
    min-width: 100%;
  }
}

.pre-round .button .info-button:hover ~ .info-block,
.pre-round .button .info-block:hover {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0);
  transition-delay: 0s;
}

.pre-round .button .info-button {
    position: absolute;
    cursor: help;
    right: -23px;
}

.pre-round .button .info-block p{
  padding: 0;
  margin: 0;
  font-weight: 300;
  font-size: 14px;
  line-height: normal;
  text-align: left;
  display: flex;
  flex-direction: column;
}

.pre-round .button .info-block p span{
  font-weight: 500;
}
