body .btn-primary-1,
body .form-assembly-wrapper form .btn-default{
  font-family: var(--primaryFont);
  font-size: 10px;
  border-radius: 1000px;
  display: flex;
  max-width: 165px;
  justify-content: center;
  align-items: center;
  margin-inline: auto;
  padding-block: 9px 8px;
  line-height: 15px;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  font-weight: 500;
}
.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,
.bg-primaryBG h2,
.bg-primaryBG h3,
.bg-primaryBG h4,
.bg-primaryBG h5,
.bg-primaryBG h6,
.bg-primaryBG p,
.bg-primaryBG div,
.bg-primaryBG span{
  color: white;
}

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

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

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

.bg-lightprimary h5{
  font-family: var(--primaryFont);
}

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

.accordion .acc{
  padding:  0;
}

.accordion .acc h3{
  font-size: 20px;
  line-height: 21px !important;  
  letter-spacing: 2.4px;
}

.accordion .acc .acc-title{
  padding-block: 20px;
}

.accordion .acc .acc-title.active{
  padding-block: 20px;
}

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

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

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

.accordion .acc-title.active,
.accordion .acc .acc-card{
  border-bottom: 1px solid var(--acc-borderColor, #EEEEEE);
}

.accordion .acc-card:not(.active){
  padding-bottom: 0;
  margin-top: 0;
}
.acc-description{
  max-width: 850px;
  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%;
}

body .hero-banner-one.has-video:not(.main-banner) .hero-banner-one__video{
  padding: 56.25% 0 0 0;
}
body .hero-banner-one__overlay-wrapper h1{
  padding-top: 30px;
}

body .hero-banner-one__overlay-wrapper h3{
  font-size: 18px;
}

body .hero-banner-one__overlay-wrapper .hero-banner-one__text{
  width: 100%;
}

body .hero-banner-one__overlay-wrapper .hero-banner-one__text img{
  width: 80%;
}
footer .tr-footer__text-section-logo{
  max-width: 188px;
  margin-inline: auto;
  padding-bottom: 40px;
}

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

footer .tr-footer p{
  font-size: 11px;
  color: #F9F9F9;
}

footer .tr-footer__links {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
  gap: 12px;
  color: #F9F9F9;
}
 @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:not(.progressive-profiling) .form-control-select{
  background-color: transparent;
  border-bottom: 1px solid var(--blue);
  border-radius: 0;
  outline: none !important;
}

.form:not(.progressive-profiling) .form-control-select > div{
  background-color: var(--beige);
  border: none;
  outline: none !important;
}

.form:not(.progressive-profiling) .form-control-select #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(--primaryFont);
}

body .form-assembly-wrapper form label{
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 1.4px;
  text-transform: capitalize;
  font-weight: 400;
}

body .form-assembly-wrapper form .privacy-statement-link,
body .form-assembly-wrapper form .privacy-statement p{
  font-weight: 400;
  font-size: 11px;
  line-height: 16.5px;
}

body .form-assembly-wrapper form h1{
  font-size: 64px;
  text-align: center;
  font-family: var(--secondaryFont);
  line-height: 100%;
}

body .form-assembly-wrapper form h3{
  font-size: 18px;
  letter-spacing: 0.15em;
  color: var(--blue);
  line-height: 21px !important;  
}
body .form-assembly-wrapper .form .input-wrapper{
  margin-bottom: 0;
  margin-top: 5px;
}
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);
  }

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

  body  .form-assembly-wrapper .form form > div:nth-of-type(7) > div{
    margin-top: 0;
  }
}


body .form-assembly-wrapper .form .btn{
  min-height: 30px;
  text-transform: uppercase
}
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: 9px;
}
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(--primaryFont);
  letter-spacing: 0.8px;
}
@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;
  }
  
  header.boutique-nav--1 .image.image--mirvac:not(.image--logo) img{
    height: 30px;    
  }

  header .link-list{
    width: 100%;
  }
  
  header .link-list 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%);
  }
  
  .boutique-nav--1 #nav-header .nav-row .image--mirvac 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(--primaryFont);
  font-weight: 500;
  line-height: 15px;
}