body .btn-primary-1,
body .form-assembly-wrapper form .btn-default{
  font-size: 10px;
  border-radius: 1000px;
  display: flex;
  max-width: 160px;
  justify-content: center;
  align-items: center;
  margin-inline: auto;
  font-family: var(--secondaryFont);
  padding-block: 5px;
  letter-spacing: 0.05em;
}
.hero-banner-one__overlay-wrapper .cta-square-large a.btn-primary-1{
  padding: 10px 25px;
  background-color: white;
  color: var(--blue);
  border-color: transparent;
  margin-top: 40px;
}
.bg-primaryBG{
  h1,h2,h3,h4,h5,h6,p,div,span{
    color: white;
  }

  .btn-primary-1{
    color: var(--blue);
    background: white;
  }
}

.bg-lightprimary{
  h1,h2,h3,h4,h5,h6,p,div,span{
    color: var(--blue);
  }

  .btn-primary-1{
    color: var(--beige);
    margin-top: 30px;
  }

  h5{
    font-family: var(--secondaryFont);
  }
}

.border-bottom-white{
  border-bottom: 1px solid white ;
}
.border-bottom-black{
  border-bottom: 1px solid var(--blue) ;
}

.accordion .acc{
    padding:  0;

    h3{
      font-size: 16px;
    }
    .acc-title{
      padding-block: 20px;
    }
    .acc-title.active{
      padding-block: 20px;
    }

    .acc-card{
      margin-bottom: 0;
    }

    .acc-panel{
      padding-block: 40px;
    }

    .acc-title::after{
      margin-bottom: 20px;
    }
  }
.accordion{
  .acc-card:first-child{
    border-top: 1px solid var(--acc-borderColor, #EEEEEE);
  }

  .acc-title.active,
  .acc .acc-card{
    border-bottom: 1px solid var(--acc-borderColor, #EEEEEE);
  }
  .acc-card:not(.active){
    padding-bottom: 0;
    margin-top: 0;
  }
}
.acc-description,.acc-panel{
  max-width: 740px;
  margin-inline: auto;
  text-align: center;
}
body .hero-banner-one:not(.main-banner){
  height: 85vh;
}
body .hero-banner-one.has-video:not(.main-banner){
  height: 100%;

  .hero-banner-one__video{
    padding: 56.25% 0 0 0;
  }
}
body .hero-banner-one__overlay-wrapper{
  h1{
    line-height: 45px;
    font-size: 27px;
    padding-top: 30px;
  }
  h3{
    font-size: 18px;
  }
  .hero-banner-one__text{
    width: 100%;
  }
  .hero-banner-one__text img{
    width: 80%;
  }
}
footer{

  .tr-footer__text-section-logo{
    max-width: 188px;
    margin-inline: auto;
    padding-bottom: 40px;
  }

  .tr-footer{
    max-width: 700px;
    margin-inline: auto;
    text-align: center;
    padding-block: 80px;
    color: var(--beige);
    font-family: var(--tertiaryFont);
    font-size: 11px;

    p{
      font-size: 11px;
    }
  }

  .tr-footer__links {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
    gap: 12px;
  }
}
 @media (max-width: 768px) {
  .tr-footer{
    padding-block: 40px;
  }
  .tr-footer__links{
    flex-direction: column;
  }
}

body .form-assembly-wrapper form .input-wrapper input::focus-visible{
  border-color: transparent;
}
.form-control-select{
  background-color: transparent;
  border-bottom: 1px solid var(--blue);
  border-radius: 0;
  outline: none !important;
  
   > div{
    background-color: var(--beige);
    border: none;
    outline: none !important;
  }

  #react-select-2-placeholder{
    display: none;
  }
}
body .form-assembly-wrapper form .input-wrapper input{
    border-bottom: 1px solid var(--blue);
    border-radius: 0;
    padding-block: 5px !important;
    outline: none !important;
}
form .input-hint-color-error[style="visibility: hidden;"]{
  display: none;
}
body .form-assembly-wrapper form{
  font-family: var(--secondaryFont);

  label{
    font-size: 16px;
    font-family: var(--secondaryFont);
    text-transform: uppercase;
    letter-spacing: 0.05em;
    font-weight: 500;
  }

  h1{
    font-size: 27px;
    text-align: center;
    text-transform: uppercase;
    font-family: var(--secondaryFont);
    letter-spacing: 0.05em;
  }
  h3{
    font-size: 18px;
    letter-spacing: 0.05em;
  }
}
body .form-assembly-wrapper .form .input-wrapper{
  margin-bottom: 0;
}
body .form-assembly-wrapper .input-wrapper:not(.clicked) label{
  position: relative;
  bottom: -21px;
}
body .form-assembly-wrapper .form .input-wrapper--select label{
  bottom: -26px;
  z-index: 10;
}
@media (min-width: 992px) {
  body .form-assembly-wrapper .form{

    form > div{
      width: calc(50% - 15px);
    }

    .input-wrapper--select{
      margin-top: -6px;
      margin-left: 20px;
    }
  }
}
@media (min-width: 769px) {
  body  .form-assembly-wrapper .form form > div:nth-of-type(7) {
    margin-left: 0px;
  }
}


body .form-assembly-wrapper .form .btn{
   min-height: 100%;
   padding-block: 10px;
}
body .form-assembly-wrapper .form form div.form-submit-border{
  margin-inline: auto;
  width: 100%;
}

body header.nav-phase-3 .megamenu--three .component-content .cta-square.last a{
  border-color: white !important;
  border-radius: 1000px;
  padding-block: 8px;
}
body header.nav-phase-3 .megamenu--three .component-content .cta-square.last a{
  text-transform: uppercase;
  font-size: var(--nav-font-size);
  font-family: var(--secondaryFont);
  letter-spacing: 0.05em;
}
@media (min-width: 1200px) {
    .megamenu--three .megamenu__list {
          justify-content: flex-end;
    }

    header.boutique-nav--1 .image.image--mirvac:not(.image--logo){
      order: 0;
      height: 30px;    
      
      img{
         height: 30px;    
      }
    }

    header .link-list{
      width: 100%;
      ul{
        display: flex;
        justify-content: flex-start;
        align-items: center;
        height: 80px;
        gap: 20px;

        color: white;
        text-transform: uppercase;
        font-size: var(--nav-font-size);
        font-family: var(--secondaryFont);
        letter-spacing: 0.05em;
      }
    }
}
@media(max-width: 1199px) {
  .boutique-nav--1 #nav-header .nav-row .image--mirvac {
   
    left: 50%;
    right: 50%;
    transform: translateX(-50%);

    img{
      min-width: 130px;
      width: 130px;
      max-width: 130px;
    }
  }
}
header .link-list{
  ul{
    color: white;
    text-transform: uppercase;
    font-size: var(--nav-font-size);
    font-family: var(--secondaryFont);
    letter-spacing: 0.05em;
  }
}