@media (min-width: 992px) {
  body {
    font-size: 1.125rem;
  }
}

a {
  transition: color 0.3s ease;
}

@media (min-width: 1400px) {
  .container-xxl-fluid.container {
    max-width: 100%;
  }
}

.text-block p:last-of-type {
  margin-bottom: 0;
}
.text-block p + ul, .text-block p ol {
  margin-top: 16px;
}
.text-block ul, .text-block ol {
  margin: 0;
  padding: 0 0 0 18px;
}
.text-block ul + p, .text-block ol + p {
  margin-top: 16px;
}

.text-inherit {
  color: inherit;
}

.text-sm {
  font-size: 0.875rem;
}

.text-xl {
  font-size: 1.125rem;
}
@media (min-width: 768px) {
  .text-xl {
    font-size: 1.625rem;
  }
}
@media (min-width: 992px) {
  .text-xl {
    font-size: 2.5rem;
  }
}

.video-embed {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
}
.video-embed iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.obj-fit-img {
  overflow: hidden;
  position: relative;
}
.obj-fit-img img {
  height: 100%;
  object-fit: cover;
  overflow: visible;
  overflow-clip-margin: unset;
  left: 0;
  position: absolute;
  top: 0;
  transform: translate3d(0px, 0px, 0.1px);
  width: 100%;
}

.standard-block-spacing {
  margin: 64px 0;
}
@media (min-width: 768px) {
  .standard-block-spacing {
    margin: 88px 0;
  }
}

.hex-list li {
  margin-bottom: 8px;
  padding-left: 25px;
  position: relative;
}
.hex-list li:before {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="15" height="16" viewBox="0 0 15 16" fill="none"><path d="M1.53333 4.12834L6.53333 1.00334C7.07379 0.665555 7.75955 0.665554 8.3 1.00334L13.3 4.12834C13.7873 4.4329 14.0833 4.96702 14.0833 5.54167V10.3608C14.0833 10.9355 13.7873 11.4696 13.3 11.7742L8.3 14.8992C7.75955 15.237 7.07379 15.237 6.53334 14.8992L1.53334 11.7742C1.04603 11.4696 0.75 10.9355 0.75 10.3608V5.54167C0.75 4.96702 1.04603 4.4329 1.53333 4.12834Z" stroke="white" stroke-width="1.5" stroke-linecap="round"/></svg>');
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  height: 15px;
  left: 0;
  position: absolute;
  top: 4px;
  width: 15px;
}
.hex-list li:last-of-type {
  margin-bottom: 0;
}

.title-underline {
  display: inline-block;
}
.title-underline:after {
  background-color: #00E5C2;
  border-radius: 10px;
  content: "";
  display: block;
  height: 10px;
  margin: 18px auto 0 auto;
  width: 100%;
}
@media (min-width: 992px) {
  .title-underline:after {
    height: 17px;
  }
}

h1, .h1 {
  font-size: 1.75rem;
  line-height: 1.2;
  margin: 16px 0;
}
@media (min-width: 992px) {
  h1, .h1 {
    font-size: 4rem;
  }
}

h2, .h2 {
  font-size: 1.5rem;
  line-height: 1.2;
  margin: 16px 0;
}
@media (min-width: 992px) {
  h2, .h2 {
    font-size: 4rem;
  }
}

h3, .h3 {
  font-family: "elza", helvetica, sans-serif;
  font-size: 1.5rem;
  line-height: 1.2;
  margin: 16px 0;
}
@media (min-width: 992px) {
  h3, .h3 {
    font-size: 2.125rem;
  }
}

h4, .h4 {
  font-family: "elza", helvetica, sans-serif;
  font-size: 1.25rem;
  line-height: 1.2;
  margin: 16px 0;
}
@media (min-width: 992px) {
  h4, .h4 {
    font-size: 1.625rem;
  }
}

h5, .h5 {
  font-family: "elza", helvetica, sans-serif;
  font-size: 1.25rem;
  line-height: 1.2;
  margin: 16px 0;
}

.skip-to-content-link {
  background-color: #00E5C2;
  color: #0E0635;
  display: block;
  font-size: 0.875rem;
  font-weight: 500;
  height: 30px;
  left: 50%;
  margin-left: -130px;
  padding-top: 4px;
  position: absolute;
  text-align: center;
  text-decoration: none;
  top: -30px;
  transition: top 0.3s ease;
  width: 230px;
  z-index: 500;
}
.skip-to-content-link:focus {
  top: 0;
}

.btn-primary {
  background-color: #00E5C2;
  border-color: #00E5C2;
  color: #0E0635;
}
.btn-primary:hover, .btn-primary:focus {
  background-color: #0E0635;
  border-color: #0E0635;
  color: #FFFFFF;
}

.btn-secondary {
  background-color: #000000;
  border-color: #000000;
  color: #F8F9FB;
}
.btn-secondary:hover, .btn-secondary:focus {
  background-color: #00E5C2;
  border-color: #00E5C2;
  color: #0E0635;
}

.btn-light {
  background-color: transparent;
  border-color: #FFFFFF;
  color: #FFFFFF;
}
.btn-light:hover, .btn-light:focus {
  background-color: #FFFFFF;
  border-color: #FFFFFF;
  color: #0E0635;
}

.form-label {
  font-size: 0.875rem;
}
@media (min-width: 768px) {
  .form-label {
    font-size: 1.125rem;
  }
}

.form-control {
  font-size: 1rem;
  height: 46px;
}
@media (min-width: 768px) {
  .form-control {
    font-size: 1.125rem;
  }
}

textarea.form-control {
  height: 131px;
}

.form-select {
  height: 46px;
}

.custom-checkbox {
  position: relative;
}
.custom-checkbox input {
  height: 0;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  width: 0;
}
.custom-checkbox input:checked + label:before {
  background-color: #5F6D7E;
}
.custom-checkbox input:checked + label:after {
  opacity: 1;
}
.custom-checkbox label {
  color: #5F6D7E;
  padding-left: 32px;
  position: relative;
}
.custom-checkbox label:hover {
  cursor: pointer;
}
.custom-checkbox label:before, .custom-checkbox label:after {
  border-radius: 5px;
  content: "";
  display: block;
  height: 20px;
  left: 0;
  position: absolute;
  top: 3px;
  width: 20px;
}
.custom-checkbox label:before {
  background-color: transparent;
  border: 2px solid #5F6D7E;
}
.custom-checkbox label:after {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512" fill="%23fff"><path d="M438.6 105.4c12.5 12.5 12.5 32.8 0 45.3l-256 256c-12.5 12.5-32.8 12.5-45.3 0l-128-128c-12.5-12.5-12.5-32.8 0-45.3s32.8-12.5 45.3 0L160 338.7 393.4 105.4c12.5-12.5 32.8-12.5 45.3 0z"/></svg>');
  background-position: center;
  background-repeat: no-repeat;
  background-size: 13px;
  opacity: 0;
}

.form-arrow-btn-wrapper {
  display: inline-block;
  position: relative;
}
.form-arrow-btn-wrapper:after {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="13" height="12" viewBox="0 0 13 12" fill="none"><path d="M0.75 5.75H11.5833M7.41667 0.75L11.8274 5.16074C12.1528 5.48618 12.1528 6.01382 11.8274 6.33926L7.41667 10.75" stroke="%230E0635" stroke-width="1.5" stroke-linecap="round"/></svg>');
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  height: 14px;
  margin-top: -7px;
  position: absolute;
  right: 16px;
  top: 50%;
  transition: background-image 0.3s ease;
  width: 14px;
  z-index: 2;
}
.form-arrow-btn-wrapper:hover:after {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="13" height="12" viewBox="0 0 13 12" fill="none"><path d="M0.75 5.75H11.5833M7.41667 0.75L11.8274 5.16074C12.1528 5.48618 12.1528 6.01382 11.8274 6.33926L7.41667 10.75" stroke="%23fff" stroke-width="1.5" stroke-linecap="round"/></svg>');
}
.form-arrow-btn-wrapper .btn {
  padding-right: 40px;
}

.header {
  background-color: #0E0635;
  padding: 12px 10px;
  position: relative;
}
@media (min-width: 992px) {
  .header {
    padding: 32px 0;
  }
}
.header__logo {
  display: block;
  max-width: 150px;
  width: 100%;
}
@media (min-width: 992px) {
  .header__logo {
    max-width: 190px;
  }
}
@media (min-width: 1200px) {
  .header__logo {
    max-width: 290px;
  }
}
.header__menu-toggle {
  background-color: #00E5C2;
  border: none;
  border-radius: 8px;
  height: 50px;
  position: relative;
  width: 54px;
}
.header__menu-toggle__icon {
  color: #FFFFFF;
  display: block;
  height: 23px;
  opacity: 1;
  position: absolute;
  transform: rotate(0);
  transition: transform 0.4s ease, opacity 0.25s;
  transform-origin: center;
}
.header__menu-toggle__icon svg {
  height: 100%;
}
.header__menu-toggle__icon--close {
  opacity: 0;
}
.header__menu-toggle.open .header__menu-toggle__icon {
  opacity: 0;
  transform: rotate(180deg);
}
.header__menu-toggle.open .header__menu-toggle__icon--close {
  opacity: 1;
}

.navigation {
  display: none;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 100%;
  width: 100%;
  z-index: 500;
}
@media (min-width: 992px) {
  .navigation {
    display: block !important;
    position: static;
  }
}
.navigation__inner {
  background-color: #0E0635;
}
.navigation__menu {
  width: 100%;
}
@media (min-width: 992px) {
  .navigation__menu {
    display: flex;
  }
}
.navigation__menu__item {
  border-bottom: 1px solid #3F3B60;
  padding: 0 35px;
  width: 100%;
}
@media (min-width: 992px) {
  .navigation__menu__item {
    border: none;
    margin-right: 32px;
    padding: 0;
  }
}
.navigation__menu__item:last-of-type {
  border-bottom: none;
  margin-right: 0;
}
.navigation__menu__link {
  color: #FFFFFF;
  display: block;
  font-family: "elza", helvetica, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  padding: 26px 0;
  text-decoration: none;
}
@media (min-width: 992px) {
  .navigation__menu__link {
    font-size: 1.375rem;
    font-weight: 500;
    padding: 0;
  }
}
.navigation__menu__link:hover, .navigation__menu__link:focus {
  color: #00E5C2;
  text-decoration: none;
}
.navigation__menu__button {
  white-space: nowrap;
}
.navigation__menu__button.btn-primary:hover, .navigation__menu__button.btn-primary:focus {
  background-color: #FFFFFF;
  border-color: #FFFFFF;
  color: #0E0635;
}

.footer {
  text-align: center;
}
@media (min-width: 768px) {
  .footer {
    text-align: left;
  }
}
.footer__main {
  background-color: #0E0635;
  color: #FFFFFF;
  overflow: hidden;
  padding: 45px 0 32px 0;
}
@media (min-width: 992px) {
  .footer__main {
    padding: 62px 0 44px 0;
  }
}
.footer__main__address p {
  margin: 0;
}
.footer__main__address .fw-bold, .footer__main__address strong {
  font-weight: 900 !important;
}
.footer__main__item {
  margin-bottom: 16px;
}
.footer__main__item:last-of-type {
  margin-bottom: 0;
}
.footer__main__link {
  color: #FFFFFF;
  font-size: 1.25rem;
  font-weight: 700;
  text-decoration: none;
}
.footer__socials__item {
  margin-right: 32px;
}
.footer__socials__item:last-of-type {
  margin-right: 0;
}
.footer__socials__link {
  background-color: #FFFFFF;
  align-items: center;
  border-radius: 10px;
  color: #333;
  display: flex;
  height: 48px;
  justify-content: center;
  transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out, border-color 0.3s ease-in-out;
  width: 48px;
}
.footer__socials__link svg {
  width: 24px;
}
.footer__socials__link:hover, .footer__socials__link:focus {
  background-color: #00E5C2;
  color: #0E0635;
}
.footer__lower {
  color: #000000;
  padding: 32px 0;
}
@media (min-width: 768px) {
  .footer__lower {
    font-size: 0.75rem;
    padding: 32px 0 24px 0;
  }
}
.footer__lower__item {
  align-items: center;
  margin-bottom: 19px;
  margin-right: 8px;
  position: relative;
}
@media (min-width: 768px) {
  .footer__lower__item {
    margin-bottom: 8px;
  }
}
.footer__lower__item:last-of-type {
  margin-right: 0;
}
.footer__lower__item:last-of-type:after {
  content: none;
}
.footer__lower__item:after {
  background-color: #6F5091;
  border-radius: 100%;
  content: "";
  display: block;
  height: 6px;
  margin-left: 8px;
  width: 6px;
}
.footer__lower__link {
  color: #3F2A56;
  text-decoration: none;
}
@media (min-width: 768px) {
  .footer__lower__link {
    color: #000000;
  }
}
.footer__lower__link:hover, .footer__lower__link:focus {
  text-decoration: underline;
}

.homepage-hero {
  min-height: 300px;
  overflow: hidden;
  position: relative;
}
@media (min-width: 768px) {
  .homepage-hero {
    min-height: 500px;
  }
}
@media (min-width: 1200px) {
  .homepage-hero {
    min-height: 680px;
  }
}
.homepage-hero:before, .homepage-hero:after {
  content: "";
  display: block;
  height: 155px;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: 2;
}
@media (min-width: 768px) {
  .homepage-hero:before, .homepage-hero:after {
    height: 40%;
  }
}
.homepage-hero:before {
  background: linear-gradient(to bottom, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%);
  top: 0;
}
.homepage-hero:after {
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
  bottom: 0;
}
.homepage-hero__bg {
  height: 100%;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
  width: 60%;
  z-index: 1;
}
.homepage-hero__bg:before {
  background: linear-gradient(to right, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%);
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
@media (min-width: 768px) {
  .homepage-hero__bg:before {
    width: 70%;
  }
}
@media (min-width: 992px) {
  .homepage-hero__bg:before {
    width: 60%;
  }
}
.homepage-hero__bg img {
  height: 100%;
  object-fit: cover;
  object-position: left center;
  overflow-clip-margin: unset;
  overflow: visible;
  width: 100%;
}
.homepage-hero__content {
  padding: 30px 0;
  position: relative;
  z-index: 5;
}
.homepage-hero__title {
  font-size: 1.375rem;
}
@media (min-width: 768px) {
  .homepage-hero__title {
    font-size: 2.5rem;
  }
}
@media (min-width: 1200px) {
  .homepage-hero__title {
    font-size: 4.375rem;
  }
}
.homepage-hero__title__scroller {
  display: inline-flex;
  overflow: hidden;
  position: relative;
}
.homepage-hero__title__scroller__group {
  display: block;
  position: absolute;
  top: 0;
  white-space: nowrap;
}
.homepage-hero__title__scroller__group span {
  display: inline-block;
  transition: transform 0.5s cubic-bezier(0.31, 0.47, 0.37, 0.95);
  transform: translateY(100%);
}
.homepage-hero__title__scroller__group.active {
  position: static;
  top: 0;
}
.homepage-hero__title__scroller__group.active span {
  transform: translateY(0);
}
.homepage-hero__title__scroller__group.no-transition span {
  transition: none !important;
}
.homepage-hero + section {
  margin-top: 0;
}

.offering-links {
  background-color: #0E0635;
  color: #FFFFFF;
  margin: 36px 0;
  padding: 60px 0;
}
@media (min-width: 992px) {
  .offering-links {
    margin: 88px 0;
    padding: 0;
  }
}
@media (min-width: 1200px) {
  .offering-links {
    background-color: transparent;
  }
}
@media (min-width: 1400px) {
  .offering-links__inner {
    margin: 0 auto;
    max-width: 1576px;
  }
}
.offering-links__header {
  margin: 0 auto 48px auto;
  max-width: 872px;
}
@media (min-width: 992px) {
  .offering-links__header {
    margin-bottom: 64px;
  }
}
@media (min-width: 1200px) {
  .offering-links__header {
    margin-bottom: 147px;
  }
}
.offering-links__box {
  background-color: #0E0635;
  border-radius: 30px;
  overflow: hidden;
  padding: 0 25px;
}
@media (min-width: 1200px) {
  .offering-links__box {
    padding: 40px 88px 88px 88px;
  }
}
@media (min-width: 1400px) {
  .offering-links__box {
    padding: 40px 132px 106px 132px;
  }
}
.offering-links__item {
  margin-bottom: 48px;
}
.offering-links__item:last-of-type {
  margin-bottom: 0;
}
.offering-links__item__link {
  color: #FFFFFF;
  display: block;
  font-family: "postea-variable", "elza", helvetica, sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 24px;
  text-decoration: none;
}
@media (min-width: 992px) {
  .offering-links__item__link {
    display: inline-block;
    font-size: 2.5rem;
    margin-bottom: 0;
    position: relative;
  }
}
@media (min-width: 1200px) {
  .offering-links__item__link {
    font-size: 4.375rem;
  }
}
@media (min-width: 992px) {
  .offering-links__item__link:before, .offering-links__item__link:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
  }
}
.offering-links__item__link:before {
  background-color: #FFFFFF;
  border-radius: 20px;
  height: 5px;
  left: -93px;
  margin-top: 0;
  transition: width 0.2s ease-out 0.2s;
  width: 0;
}
.offering-links__item__link:after {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="58" height="50" viewBox="0 0 58 50" fill="none"><path d="M32.5 47.5L55 25L32.5 2.5M55 25L2.5 25" stroke="white" stroke-width="5" stroke-linecap="round" stroke-linejoin="round"/></svg>');
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  height: 55px;
  right: 0;
  margin-top: -25px;
  transition: right 0.2s ease-out;
  width: 66px;
}
.offering-links__item__link:hover, .offering-links__item__link:focus {
  text-decoration: none;
}
.offering-links__item__link:hover:before, .offering-links__item__link:focus:before {
  transition: width 0.2s ease-in;
  width: 83px;
}
.offering-links__item__link:hover:after, .offering-links__item__link:focus:after {
  right: -76px;
  transition: right 0.2s ease-out 0.18s;
}
.offering-links__item__link span {
  background-color: #0E0635;
  display: block;
  position: relative;
  z-index: 2;
}
.offering-links__item__image {
  border-radius: 20px;
  padding-bottom: 83.984375%;
  width: 100%;
}
@media (min-width: 768px) {
  .offering-links__item__image {
    height: 400px;
    margin: 0 auto;
    padding-bottom: 0;
    width: 500px;
  }
}
.offering-links__desktop-img {
  border-radius: 30px;
  height: 100%;
  overflow: hidden;
  position: relative;
}

.testimonials {
  background-color: #0E0635;
  color: #FFFFFF;
  padding: 74px 0;
}
@media (min-width: 768px) {
  .testimonials {
    padding: 109px 0;
  }
}
.testimonials--light {
  background-color: transparent;
  color: #000000;
  padding: 0;
}
@media (min-width: 992px) {
  .testimonials--light {
    padding: 0;
  }
}
.testimonials__slider-wrapper {
  max-width: 725px;
}
.testimonials__slider-wrapper .slick-slide .testimonials__testimonial__quote, .testimonials__slider-wrapper .slick-slide .testimonials__testimonial__info {
  opacity: 0;
  transform: translateY(50px);
  transition: opacity 0.1s ease 1s, transform 0.1s ease 1s;
}
.testimonials__slider-wrapper .slick-slide.slick-active .testimonials__testimonial__quote, .testimonials__slider-wrapper .slick-slide.slick-active .testimonials__testimonial__info {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.5s ease 0.5s, transform 0.7s ease 0.5s;
}
.testimonials__testimonial__quote {
  font-size: 1.25rem;
  line-height: 1.2;
}
@media (min-width: 992px) {
  .testimonials__testimonial__quote {
    font-size: 2.25rem;
  }
}
.testimonials__testimonial__info {
  font-size: 1.375rem;
  line-height: 1.2;
}
@media (min-width: 992px) {
  .testimonials__testimonial__info {
    font-size: 1.5rem;
    line-height: 1.4;
  }
}
.testimonials__nav .slick-arrow {
  align-items: center;
  background-color: #20c997;
  border: 2px solid #20c997;
  border-radius: 100%;
  color: #0E0635;
  display: flex;
  height: 55px;
  justify-content: center;
  margin-top: 89px;
  padding: 0;
  transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out, border-color 0.3s ease-in-out;
  width: 55px;
}
@media (min-width: 992px) {
  .testimonials__nav .slick-arrow {
    height: 67px;
    margin-top: 0;
    width: 67px;
  }
}
.testimonials__nav .slick-arrow:hover, .testimonials__nav .slick-arrow:focus {
  background-color: #FFFFFF;
}
.testimonials__nav .slick-arrow + .slick-arrow {
  margin-left: 15px;
}
.testimonials__nav .slick-arrow svg {
  width: 23px;
}
@media (min-width: 992px) {
  .testimonials__nav .slick-arrow svg {
    width: 35px;
  }
}

.contact-us {
  background-color: #0E0635;
  color: #FFFFFF;
  font-weight: 400;
  padding: 48px 0;
}
@media (min-width: 992px) {
  .contact-us {
    background-color: transparent;
    margin: 64px 0 75px 0;
    padding: 0;
  }
}
@media (min-width: 992px) {
  .contact-us__inner {
    background-color: #0E0635;
    border-radius: 20px;
    padding: 64px;
  }
}
.contact-us__form {
  background-color: #FFFFFF;
  border-radius: 20px;
  color: #000000;
  padding: 32px 14px;
}
@media (min-width: 576px) {
  .contact-us__form {
    padding: 32px;
  }
}
.contact-us__address__title {
  font-size: 1.125rem;
}
.contact-us__address p {
  margin: 0;
}
.contact-us__contact-detail {
  color: #FFFFFF;
  text-decoration: none;
}
.contact-us__contact-detail:hover, .contact-us__contact-detail:focus {
  color: #20c997;
}

.inner-hero {
  background-color: #0E0635;
  color: #FFFFFF;
  padding: 34px 0 69px 0;
}
@media (min-width: 768px) {
  .inner-hero {
    padding: 48px 0;
  }
}
.inner-hero--light {
  background-color: transparent;
  color: #000000;
  margin: 34px 0 69px 0;
  padding: 0;
}
@media (min-width: 768px) {
  .inner-hero--light {
    margin: 88px 110px;
    padding: 0;
  }
}
.inner-hero__content {
  font-size: 1.125rem;
  max-width: 1260px;
}
@media (min-width: 992px) {
  .inner-hero__content {
    font-size: 2.25rem;
  }
}

.values__value {
  background-color: #0E0635;
  border-radius: 30px;
  color: #FFFFFF;
  height: 100%;
  padding: 50px 32px;
}
@media (min-width: 576px) {
  .values__value {
    padding: 30px;
  }
}
.values__value__icon {
  width: 50px;
}

.cta__inner {
  background-color: #0E0635;
  border-radius: 30px;
  padding: 66px 30px 56px 30px;
}
@media (min-width: 768px) {
  .cta__inner {
    padding: 66px;
  }
}
@media (min-width: 992px) {
  .cta__inner {
    padding: 66px 110px;
  }
}
.cta__content-box {
  background-color: #FFFFFF;
  border-radius: 30px;
  color: #000000;
  padding: 26px 22px;
}
@media (min-width: 992px) {
  .cta__content-box {
    padding: 22px 34px;
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .cta__content-box {
    width: 315px;
  }
}
@media (min-width: 1200px) {
  .cta__title {
    font-size: 3.125rem;
  }
}
.cta__title:before {
  background-color: #00E5C2;
  border-radius: 8px;
  content: "";
  display: block;
  height: 8px;
  margin-bottom: 25px;
  width: 100%;
}
@media (min-width: 992px) {
  .cta__title:before {
    height: 12px;
    margin-bottom: 32px;
  }
}

.two-col-content--boxed {
  background-color: #F9F9F9;
  margin: 0;
  padding: 32px 0;
}
@media (min-width: 992px) {
  .two-col-content--boxed {
    background-color: transparent;
    margin: 88px 0;
    padding: 0;
  }
}
@media (min-width: 992px) {
  .two-col-content--boxed .two-col-content__inner {
    background-color: #F9F9F9;
    border-radius: 30px;
    padding: 40px 80px;
  }
}
@media (min-width: 1200px) {
  .two-col-content--boxed .two-col-content__inner {
    padding: 40px 130px;
  }
}
@media (min-width: 992px) {
  .two-col-content__content-wrapper {
    padding: 40px 0;
  }
}
.two-col-content__media-wrapper {
  border-radius: 30px;
  overflow: hidden;
}
.two-col-content__media-wrapper--img {
  height: 350px;
  width: 100%;
}
@media (min-width: 768px) {
  .two-col-content__media-wrapper--img {
    height: 500px;
  }
}
@media (min-width: 992px) {
  .two-col-content__media-wrapper--img {
    height: 100%;
  }
}
.two-col-content__tag {
  border: 1px solid #000000;
  border-radius: 100px;
  display: inline-block;
  font-size: 0.875rem;
  font-weight: 700;
  padding: 10px 24px;
}
@media (min-width: 768px) {
  .two-col-content__tag {
    font-size: 1rem;
  }
}

.image-grid {
  background-color: #0E0635;
  height: 171px;
  overflow: hidden;
}
@media (min-width: 576px) {
  .image-grid {
    height: 220px;
  }
}
@media (min-width: 768px) {
  .image-grid {
    height: 400px;
  }
}
@media (min-width: 992px) {
  .image-grid {
    background-color: #040168;
    height: 674px;
  }
}
.image-grid__inner {
  display: grid;
  gap: 24px;
  grid-template-columns: auto auto auto auto;
  transform: rotate(-12.558deg);
  transition: transform 1s ease;
}
@media (min-width: 768px) {
  .image-grid__inner {
    gap: 48px;
    transform: rotate(-8.352deg);
  }
}
.image-grid__inner:hover {
  transform: rotate(-11.558deg);
}
@media (min-width: 768px) {
  .image-grid__inner:hover {
    transform: rotate(-7.352deg);
  }
}
.image-grid__inner:hover .image-grid__item {
  transform: scale(1.06);
}
.image-grid__item {
  height: 55.578px;
  transform: scale(1);
  transition: transform 1s ease;
  width: 107px;
}
@media (min-width: 576px) {
  .image-grid__item {
    height: 111.156px;
    width: 214px;
  }
}
@media (min-width: 768px) {
  .image-grid__item {
    height: 93.496px;
    width: 180px;
  }
}
@media (min-width: 992px) {
  .image-grid__item {
    height: 262px;
    width: 504px;
  }
}

.project-info__collapse {
  background-color: #0E0635;
  border-radius: 8px;
  color: #FFFFFF;
  margin-bottom: 11px;
  overflow: hidden;
}
.project-info__collapse:last-of-type {
  margin-bottom: 0;
}
.project-info__collapse__toggle {
  background-color: transparent;
  border: none;
  color: #FFFFFF;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  padding: 16px 32px 16px 16px;
  position: relative;
  text-align: left;
  transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out, border-color 0.3s ease-in-out;
  width: 100%;
}
@media (min-width: 768px) {
  .project-info__collapse__toggle {
    font-size: 1.125rem;
  }
}
.project-info__collapse__toggle:hover {
  color: #00E5C2;
}
.project-info__collapse__toggle:after {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="12" height="7" viewBox="0 0 12 7" fill="none"><path d="M1 1L6 6L11 1" stroke="%23F8F9FB" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  margin-top: -7px;
  position: absolute;
  right: 16px;
  top: 50%;
  height: 14px;
  transform: rotate(180deg);
  transition: transform 0.2s ease;
  width: 14px;
}
.project-info__collapse__toggle.collapsed:after {
  transform: rotate(0);
}
.project-info__collapse__reveal {
  font-size: 1rem;
  line-height: 1.4;
  max-width: 510px;
  padding: 0 16px 16px 16px;
}
.project-info__info-list__item {
  font-size: 1rem;
  margin-bottom: 12px;
}
.project-info__info-list__item:last-of-type {
  margin-bottom: 0;
}
.project-info__info-list__title {
  margin-bottom: 12px;
}

.text-w-multi-images {
  background-color: #040168;
  color: #FFFFFF;
  padding: 55px 0;
}
.text-w-multi-images__item {
  font-size: 1.25rem;
  font-weight: 500;
  margin-top: 55px;
  text-align: center;
}
.text-w-multi-images__item:first-of-type {
  margin-top: 0;
}
@media (min-width: 576px) {
  .text-w-multi-images__item:nth-of-type(2) {
    margin-top: 0;
  }
}
.text-w-multi-images__image {
  max-width: 250px;
}

.media-grid__item {
  margin-top: 28px;
}
@media (min-width: 768px) {
  .media-grid__item {
    margin-top: 77px;
  }
}
.media-grid__item:first-of-type {
  margin-top: 0;
}
@media (min-width: 768px) {
  .media-grid__item:nth-of-type(2) {
    margin-top: 0;
  }
}
.media-grid__image-container {
  padding-bottom: 58.9688%;
  position: relative;
}
@media (min-width: 992px) {
  .media-grid__image-container {
    height: 100%;
  }
}
.media-grid__image-container--border {
  background-color: #040168;
  height: auto;
  padding: 24px;
}
@media (min-width: 992px) {
  .media-grid__image-container--border {
    height: auto;
    padding: 65px 50px;
  }
}
.media-grid__vertical-video {
  align-items: center;
  display: flex;
  width: 100%;
}
.media-grid video {
  max-width: 100%;
}

/*# sourceMappingURL=styles.css.map */
