@keyframes clipReveal {
  from {
    clip-path: polygon(50% 0, 50% 0, 50% 100%, 50% 100%);
  }
  to {
    clip-path: polygon(0% 0, 100% 0, 100% 100%, 0% 100%);
  }
}
@keyframes clipReveal1 {
  from {
    clip-path: polygon(0 0, 50% 0, 50% 100%, 0 100%);
  }
  to {
    clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
  }
}
@keyframes clipReveal2 {
  from {
    clip-path: polygon(50% 0, 100% 0, 100% 100%, 50% 100%);
  }
  to {
    clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
  }
}
@keyframes overflowSwitch {
  to {
    overflow: initial;
  }
}
html {
  scrollbar-gutter: stable;
}

body {
  overflow: hidden;
  animation: overflowSwitch 0s linear 2.5s forwards;
}

#home section {
  overflow: hidden;
}
#home .space {
  height: 80px;
}
#home .content {
  max-width: 1400px;
  width: calc(100% - 2rem);
  margin: 0 auto;
}
#home #bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(/i/bg.png) no-repeat center/cover;
  z-index: 1;
  mix-blend-mode: multiply;
}
#home .hero {
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(/i/hero.png) no-repeat center/cover;
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#home .hero .content {
  position: relative;
  z-index: 2;
}
#home .hero h1 {
  color: #fff;
  font-size: 62px;
  font-weight: 200;
  line-height: 70px;
  text-align: center;
  text-transform: uppercase;
  max-width: 1100px;
  margin: 0 auto;
  margin-bottom: 70px;
}
#home .hero h2 {
  color: #fff;
  font-size: 1.25rem;
  letter-spacing: 2px;
  font-weight: 300;
  line-height: 40px;
  text-align: center;
  text-transform: uppercase;
  margin: 0 auto;
}
#home .hero .cover1 {
  animation: clipReveal1 1.5s ease-out 1s forwards;
  clip-path: polygon(0 0, 51% 0, 51% 100%, 0 100%);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #101935;
  z-index: 3;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#home .hero .cover2 {
  animation: clipReveal2 1.5s ease-out 1s forwards;
  clip-path: polygon(49% 0, 100% 0, 100% 100%, 49% 100%);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #101935;
  z-index: 3;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#home .hero img {
  width: 850px;
  max-width: 80%;
}
#home .s2 {
  padding: 80px 0;
  position: relative;
  z-index: 2;
}
#home .s2 .cards {
  display: flex;
  flex-direction: row;
  background: linear-gradient(0deg, rgba(224, 227, 233, 0.95) 0%, #E0E3E9 100%);
}
#home .s2 .cards > div {
  border-right: 1px solid rgba(94, 131, 158, 0.25);
  height: 485px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 76px;
  transition: width 0.5s ease;
  width: 33.33%;
}
#home .s2 .cards > div:last-child {
  border: none;
}
#home .s2 .cards > div.on {
  width: 48%;
  background: #141F43;
}
#home .s2 .cards > div.on h3 {
  opacity: 0;
  height: 0;
  margin-top: 0;
  padding: 0;
}
#home .s2 .cards > div.on h4 {
  visibility: visible;
  height: auto;
  opacity: 1;
  transition: opacity 0.5s ease 0.5s;
}
#home .s2 .cards > div.off {
  width: 26%;
}
#home .s2 .cards h3 {
  margin-top: 200px;
  color: #476377;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  text-transform: uppercase;
  letter-spacing: 2.7px;
  padding-bottom: 75px;
  background: url(/i/state-plus.svg) no-repeat left bottom/96px auto;
}
#home .s2 .cards h4 {
  visibility: hidden;
  height: 0;
  opacity: 0;
  color: #fff;
  font-size: 30px;
  font-weight: 300;
  line-height: 42px;
  max-width: 550px;
}
#home .s2 .cards h4 span {
  color: #BB9B61;
}
#home .s3 {
  padding: 150px 0;
  height: 300vh;
  position: relative;
}
#home .s3 .bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(35.49% 50% at 50% 50%, rgba(50, 88, 115, 0.9) 46.63%, rgba(50, 88, 115, 0) 100%), radial-gradient(80.23% 84.79% at 50% 50%, #476377 0%, #325873 100%);
  background-blend-mode: normal, multiply;
}
#home .s3 .contain {
  z-index: 2;
  position: relative;
}
#home .s3 .content {
  margin: 0;
  width: 100%;
}
#home .s3 .animation-wrap {
  position: relative;
  width: 100%;
  height: auto;
  margin: 0 auto;
  aspect-ratio: 1/1;
  max-width: 813px;
  max-height: calc(100vh - 160px);
}
#home .s3 .animation-wrap svg {
  height: 100%;
  width: 100%;
}
#home .s3 h2 {
  z-index: 1;
  position: absolute;
  top: 80px;
  left: 0;
  width: 100%;
  text-align: center;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 2.7px;
  color: #fff;
}
#home .s3 .number1 {
  position: absolute;
  left: 50px;
  top: 50%;
  transform: translate(0, -50%);
  color: #fff;
  font-size: 20px;
  font-weight: 300;
  line-height: 30px;
}
#home .s3 .number2 {
  position: absolute;
  right: 50px;
  top: 50%;
  transform: translate(0, -50%);
  color: #fff;
  font-size: 20px;
  font-weight: 300;
  line-height: 30px;
}
#home .s3 .slider-container {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  max-width: 813px;
  left: 50%;
  transform: translate(-50%, 0);
  max-height: calc(100vh - 160px);
}
#home .s3 .fx-slider {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#home .s3 .fx-slider p {
  font-size: 30px;
  font-weight: 300;
  color: #fff;
  line-height: 42px;
  text-align: center;
  max-width: 620px;
  margin: 0 auto;
  font-family: "aktiv-grotesk-extended";
}
#home .s3 .fx-slider p strong {
  color: #BB9B61;
  font-weight: 400;
}
#home .s3 .fx-list {
  display: none;
}
#home .s3 .animation-wrap .circle-svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#home .s3 #lottie-container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 420px;
  max-width: 80%;
  height: 420px;
  max-height: 80%;
}
#home .s4 {
  background: #111F44;
  background-blend-mode: multiply;
}
#home .s4 .cols {
  display: flex;
  flex-direction: row;
  z-index: 1;
  position: relative;
}
#home .s4 .cols > div {
  width: 50%;
}
#home .s4 h2 {
  font-size: 76px;
  font-weight: 200;
  color: #fff;
  line-height: 80px;
}
#home .s4 p {
  color: #fff;
  font-size: 20px;
  font-weight: 200;
  line-height: 30px;
}
#home .s4 .cols > div:nth-child(1) .content {
  height: 100%;
  max-width: 700px;
  padding-right: 100px;
  margin-left: auto;
  margin-right: 0;
}
#home .s4 .cols > div:nth-child(1) .content ce {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 100px 0;
}
#home .s4 p strong {
  color: #BB9B61;
  font-weight: 300;
}
#home .s4 .cards {
  display: flex;
  flex-direction: row;
}
#home .s4 .cards > div {
  border-left: 1px solid rgba(94, 131, 158, 0.5);
  height: 760px;
  padding: 100px 30px;
  transition: width 0.5s ease;
  width: 33.33%;
}
#home .s4 .cards > div.on {
  width: 60%;
}
#home .s4 .cards > div.on h3 {
  font-size: 400px;
  line-height: 0.8em;
  background: none;
  padding: 0;
  text-align: left;
  font-weight: 100;
  color: #9eb5c5;
}
#home .s4 .cards > div.on h4, #home .s4 .cards > div.on p {
  visibility: visible;
  height: auto;
  opacity: 1;
  transition: opacity 0.5s ease 0.5s;
}
#home .s4 .cards > div.off {
  width: 20%;
}
#home .s4 .cards h3 {
  color: #476377;
  font-size: 40px;
  font-weight: 400;
  text-transform: uppercase;
  padding-bottom: 500px;
  background: url(/i/state-plus.svg) no-repeat center bottom/65px auto;
  text-align: center;
}
#home .s4 .cards h4 {
  visibility: hidden;
  height: 0;
  opacity: 0;
  color: #fff;
  font-size: 44px;
  font-weight: 200;
  line-height: 52px;
  margin-top: 50px;
}
#home .s4 .cards p {
  visibility: hidden;
  height: 0;
  opacity: 0;
  margin-top: 0.75em;
}
#home .s4 .cards h4 span {
  color: #BB9B61;
}
#home .s5 > div {
  background: linear-gradient(0deg, rgba(224, 227, 233, 0.95) 0%, #E0E3E9 100%);
  z-index: 1;
  position: relative;
  padding: 150px 0;
}
#home .s5 .hidhp {
  display: none;
}
#home .s5 .cols {
  display: flex;
  flex-direction: row;
  gap: 100px;
}
#home .s5 .cols > div {
  width: calc(50% - 50px);
  position: relative;
}
#home .s5 .cols > div:nth-child(2)::before {
  content: "";
  position: absolute;
  top: -150px;
  left: 0;
  width: 250px;
  height: 12px;
  background: #BB9B61;
}
#home .s5 h3 {
  color: #476377;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 400;
  line-height: 23px;
  letter-spacing: 3px;
  margin-bottom: 1em;
}
#home .s5 p, #home .s5 a {
  color: #476377;
  font-size: 20px;
  font-weight: 200;
  line-height: 30px;
  font-family: "Roboto";
}
#home .s5 a:hover {
  color: #95773F;
}
#home .s5 a {
  margin-top: 4em;
  display: block;
  text-decoration: underline;
}
#home .s5 h2 {
  color: #476377;
  font-size: 76px;
  font-weight: 200;
  line-height: 80px;
  margin-bottom: 1em;
}
#home .s5 input, #home .s5 textarea {
  display: inline-block;
  width: 100%;
  font-size: 15px;
  letter-spacing: 1px;
  font-family: "aktiv-grotesk-extended";
  font-weight: 300;
  line-height: 1.3em;
  color: #476377;
  background: transparent;
  border: none;
  border-bottom: 1px solid rgba(158, 181, 197, 0.5);
  padding-bottom: 14px;
  -webkit-appearance: none;
  margin-bottom: 40px;
}
#home .s5 input::placeholder, #home .s5 textarea::placeholder {
  font-style: normal;
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-family: "aktiv-grotesk-extended";
  font-weight: 300;
  line-height: 1.3em;
  color: #476377;
}
#home .s5 textarea {
  resize: none;
  height: 198px;
}
#home .s5 form .cols {
  gap: 60px;
}
#home .s5 form .cols > div {
  width: calc(50% - 30px);
}
#home .s5 form .cols > div::before {
  display: none;
}
#home .s5 button {
  overflow: hidden;
  position: relative;
  margin: 10px 0;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  background: transparent;
  border: 1px solid #BB9B61;
  border-radius: 30px;
  padding: 16px 40px 16px 40px;
}
#home .s5 button span {
  display: inline-block;
  position: relative;
  z-index: 1;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 15px;
  font-family: "aktiv-grotesk-extended";
  letter-spacing: 3px;
  color: #476377;
  background: url(/i/arrow-gold.svg) no-repeat right center/16px auto;
  padding-right: 30px;
}
#home .s5 .captcha-wrapper {
  display: flex;
  flex-direction: row;
  gap: 30px;
}
#home .s5 button::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 0;
  background: #BB9B61;
  transition: width 0.5s ease;
}
#home .s5 button:hover::before {
  width: 100%;
}
#home .s5 button:hover span {
  color: #fff;
  background-image: url(/i/arrow-white.svg);
}
#home .s6 {
  background: linear-gradient(270deg, var(--Blue-Mid-Blue, #325873) 0%, #3D5D75 100%);
  background-blend-mode: multiply;
  padding-top: 150px;
}
#home .s6 .wrap {
  width: calc(100% - 2rem);
  max-width: 1140px;
  margin: 0 auto;
}
#home .s6 h2 {
  font-size: 76px;
  font-weight: 200;
  color: #fff;
  margin-bottom: 80px;
  position: relative;
  z-index: 1;
}
#home .s6 .card {
  padding: 80px 0 105px 0;
  position: relative;
  z-index: 1;
}
#home .s6 .card .line {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #5E839E;
  transition: width 0.8s ease;
}
#home .s6 .card > div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 2rem;
  width: calc(100% - 2rem);
  max-width: 1140px;
  margin: 0 auto;
}
#home .s6 .card p {
  font-family: "aktiv-grotesk-extended";
  font-style: normal;
  font-weight: 300;
  font-size: 30px;
  line-height: 42px;
  font-weight: 300;
  color: #fff;
  max-width: 700px;
  opacity: 0;
}
#home .s6 .card p span {
  color: #BB9B61;
  font-weight: 400;
}
#home .s6 .card h3 {
  font-family: "aktiv-grotesk-extended";
  font-style: normal;
  font-weight: 300;
  font-size: 80px;
  line-height: 90px;
  font-weight: 200;
  color: rgba(233, 241, 240, 0.5);
  opacity: 0;
}

@media all and (max-height: 600px) {
  #home .s3 h2 {
    top: 50px;
  }
}
@media all and (max-width: 1400px) {
  #home .s5 .content > .cols > div:nth-child(1) {
    width: calc(40% - 50px);
  }
  #home .s5 .content > .cols > div:nth-child(2) {
    width: calc(60% - 50px);
  }
}
@media all and (max-width: 1279px) {
  #home .s4 > .cols {
    flex-direction: column;
  }
  #home .s4 > .cols > div {
    width: 100% !important;
  }
  #home .s4 > .cols > div:nth-child(1) .content {
    margin: 0 1rem;
    padding-right: 0;
    height: auto;
  }
  #home .s4 > .cols > div:nth-child(1) {
    border-bottom: 1px solid rgba(94, 131, 158, 0.5);
  }
  #home .s4 .cards > div:first-child {
    border-left: none !important;
  }
  #home .s4 h2 {
    margin-bottom: 1em;
  }
  #home .s5 .content {
    position: relative;
  }
  #home .s5 .content::before {
    content: "";
    position: absolute;
    top: -150px;
    left: 0;
    width: 250px;
    height: 12px;
    background: #BB9B61;
  }
  #home .s5 .content > .cols {
    flex-direction: column;
  }
  #home .s5 .content > .cols > div {
    width: 100% !important;
  }
  #home .s5 .content > .cols > div:nth-child(2)::before {
    display: none;
  }
}
@media all and (max-width: 1024px) {
  #home .s2 .cards > div {
    padding: 0 50px;
  }
}
@media all and (max-width: 979px) {
  #home .hero h1 {
    font-size: 60px;
    line-height: 70px;
  }
  #home .s2 .cards {
    flex-direction: column;
  }
  #home .s2 .cards h3 {
    margin-top: 100px;
    text-align: center;
    background-position: center bottom;
  }
  #home .s2 .cards > div {
    width: 100% !important;
    height: 300px;
    border-right: none;
    border-bottom: 1px solid rgba(94, 131, 158, 0.25);
  }
  #home .s2 .cards > div:last-child {
    border-bottom: none;
  }
  #home .s2 .cards > div.on h4 {
    transition-delay: 0s !important;
    max-width: 100%;
    text-align: center;
  }
  #home .s3 .number1 {
    left: 0;
    font-size: 16px;
  }
  #home .s3 .number2 {
    right: 0;
    font-size: 16px;
  }
  #home .s3 .fx-slider p {
    font-size: 20px;
    line-height: 30px;
  }
  #home .s3 .animation-wrap, #home .s3 .slider-container {
    max-width: calc(100% - 100px);
  }
}
@media all and (max-width: 767px) {
  footer {
    margin-top: 200px;
  }
  #home .hero h1 {
    font-size: 30px;
    line-height: 40px;
  }
  #home .s2 .cards h4 {
    font-size: 20px !important;
    line-height: 30px !important;
  }
  #home .s3 h2 {
    top: 40px;
  }
  #home .s3 .number1, #home .s3 .number2 {
    display: none;
  }
  #home .s3 .animation-wrap, #home .s3 .slider-container {
    max-width: 100%;
  }
  #home .s3 .contain {
    top: 0 !important;
    margin-top: 50vh !important;
    transform: translate(0, -50%) !important;
  }
  #home .s3 .fx-slider p {
    font-size: 18px;
    line-height: 26px;
    padding: 0 20px;
  }
  #home .s4 h2 {
    font-size: 44px;
    line-height: 52px;
  }
  #home .s4 .cards {
    flex-direction: column;
  }
  #home .s4 .cards > div {
    border-right: none;
    border-bottom: 1px solid rgba(94, 131, 158, 0.5);
    width: 100% !important;
    height: auto;
    padding: 80px 1rem;
  }
  #home .s4 .cards h3 {
    display: none;
  }
  #home .s4 .cards h4 {
    margin-top: 0;
  }
  #home .s4 .cards h4, #home .s4 .cards p {
    opacity: 1;
    height: auto;
    visibility: visible;
  }
  #home .s5 > div {
    padding: 100px 0;
  }
  #home .s5 .content::before {
    top: -100px;
  }
  #home .s5 h2 {
    font-size: 40px;
    line-height: 50px;
  }
  #home .s5 .cols {
    flex-direction: column;
  }
  #home .s5 .cols > div {
    width: 100% !important;
  }
  #home .s5 form .cols {
    gap: 0 !important;
  }
  #home .s5 form textarea {
    height: 120px;
  }
  #home .s5 .captcha-wrapper {
    flex-direction: column;
  }
  #home .s5 h3 {
    letter-spacing: 1px;
  }
  #home .s6 {
    padding-top: 100px;
  }
  #home .s6 h2 {
    font-size: 44px;
    line-height: 52px;
    margin-bottom: 50px;
  }
  #home .s6 .card {
    padding: 40px 0 80px;
  }
  #home .s6 .card > div {
    flex-direction: column-reverse;
    align-items: flex-start;
    gap: 1rem;
  }
  #home .s6 .card h3 {
    font-size: 60px;
  }
  #home .s6 .card p {
    max-width: none;
    font-size: 20px;
    line-height: 24px;
  }
}

/*# sourceMappingURL=home.css.map */
