@font-face {
  font-family: 'Lab Grotesque';
  src: url('../fonts/LabGrotesque-Light.woff2') format('woff2'),
       url('../fonts/LabGrotesque-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Lab Grotesque';
  src: url('../fonts/LabGrotesque-Regular.woff2') format('woff2'),
       url('../fonts/LabGrotesque-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Lab Grotesque';
  src: url('../fonts/LabGrotesque-Bold.woff2') format('woff2'),
       url('../fonts/LabGrotesque-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
  scroll-behavior: smooth;
}

body {
  font-family: 'Lab Grotesque', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  color: #ffffff;
  background: #01071A;
  overflow-x: hidden;
}

a {
  text-decoration: none;
}

.hero {
  position: relative;
  min-height: 100vh;
  display: flex;
}

.hero__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.hero__bg-image {
  position: absolute;
  inset: 0;
  background-image: url('../images/hero-background.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.hero__bg::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 35vh;
  min-height: 200px;
  background: linear-gradient(to top, #01071A 0%, transparent 100%);
  pointer-events: none;
}

.hero__content {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding-top: 51px;
  display: flex;
  flex-direction: column;
}

.header {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: 300;
  font-size: 45px;
  line-height: 100%;
  letter-spacing: 25%;
  text-transform: uppercase;  
}

.logo {
  text-decoration: none;
  font-weight: 300;
  font-size: 45px;
  line-height: 100%;
  letter-spacing: 25%;
  text-transform: uppercase;
  color: #ADCAFF;
}

.logo span {
  font-weight: 700;
  font-size: 45px;
  line-height: 100%;
  letter-spacing: 25%;
  text-transform: uppercase;
}

.hero__main {
  margin: auto 0;
  position: relative;
}

.hero__ellipse {
  position: absolute;
  z-index: 0;
  pointer-events: none;
}

.hero__ellipse--1 {
  left: -200px;
  top: -20vw;
  height: 1100px;
  width: 775px;
  filter: url(#blur-filter);
  opacity: 0.6;
  mix-blend-mode: screen;
}

.hero__title {
  font-weight: 700;
  font-size: 54px;
  line-height: 114.99999999999999%;
  letter-spacing: 0;
  text-transform: uppercase;
  max-width: 900px;
  margin-bottom: 50px;
  position: relative;
  z-index: 1;
}

.btn {
  max-width: 336px;
  width: 100%;
  height: 88px;
  display: flex;
  gap: 24px;
  justify-content: space-between;
  align-items: center;
  padding: 10px 10px 10px 34px;
  font-weight: 400;
  font-size: 24px;
  line-height: 135%;
  letter-spacing: 0;
  background: #ADCAFF;
  border: none;
  outline: none;
  border-radius: 100px;
  color: #000618;
  white-space: nowrap;
  transition: background-color 0.2s;
  position: relative;
  z-index: 1;
}

.btn:hover {
  background-color: #C1DEFF;
  cursor: pointer;
}

.btn:active {

}

.btn span {
  width: 68px;
  height: 68px;
  background: #0D153E;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 34px;
}

.btn span img {
  width: 21px;
  height: 21px;
}

.btn--contacts {
  max-width: 283px;
}

.btn--contacts-mobile {
  display: none;
}

.services {
  background: #01071A;
  padding-bottom: 150px;
  min-height: 100vh;
}

.services__container {
  max-width: 1200px;
  margin: 0 auto;
}

.services__title {
  color: #ffffff;
  margin: 0 auto 50px;
  font-weight: 700;
  font-size: 54px;
  line-height: 114.99999999999999%;
  letter-spacing: 0;
  text-align: center;
  text-transform: uppercase;
}

.services__title--mobile {
  display: none;
}

.services__grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 24px;
}

.services__card {
  background: #2B335C;
  border-radius: 20px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  max-width: 384px;
  width: 100%;
  height: 310px;
}

.services__icon {
  width: 100%;
  height: 150px;
  margin-bottom: 25px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.services__icon img {
  height: auto;
  color: #ffffff;
}

.services__text {
  color: #ADCAFF;
  margin: 0;
  font-weight: 400;
  font-size: 24px;
  line-height: 110.00000000000001%;
  letter-spacing: 0;
  text-align: center;
}

.services__swiper-wrap {
  display: none;
}

.principles {
  background: #01071A;
  padding-bottom: 150.86px;
  min-height: 100vh;
}

.principles__container {
  max-width: 1200px;
  margin: 0 auto;
}

.principles__title {
  color: #FFFFFF;
  margin: 0 auto 50px;
  font-weight: 700;
  font-size: 54px;
  line-height: 114.99999999999999%;
  letter-spacing: 0;
  text-align: center;
  text-transform: uppercase;
  max-width: 900px;
}

.principles__grid {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 24px;
}

.principles__card {
  background: #ADCAFF;
  border: 1px solid #0D153E;
  border-radius: 50px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  max-width: 588px;
  width: 100%;
  box-sizing: border-box;
  overflow: hidden;
}

.principles__card-header {
  display: flex;
  align-items: center;
  text-align: left;
  width: 100%;
  padding-bottom: 25px;
  box-sizing: border-box;
}

.principles__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  max-width: 287.5px;
  width: 100%;
  height: 150px;
}

.principles__heading {
  font-weight: 400;
  color: #0D153E;
  font-size: 36px;
  line-height: 110.00000000000001%;
  letter-spacing: 0;
}

.principles__text {
  color: #0D153E;
  margin: 0;
  padding-top: 25px;
  font-weight: 400;
  font-size: 24px;
  line-height: 110.00000000000001%;
  letter-spacing: 0;
}

.experience {
  padding-bottom: 151.14px;
  background: #01071A;
}

.experience__container {
  max-width: 1200px;
  margin: 0 auto;
}

.experience__title {
  color: #ffffff;
  margin: 0 auto 50px;
  font-weight: 700;
  font-size: 54px;
  line-height: 114.99999999999999%;
  letter-spacing: 0;
  text-align: center;
  text-transform: uppercase;
}

.experience__grid {
  display: flex;
  gap: 24px;
  overflow: hidden;
  justify-content: center;
  align-items: center;
}

.experience__card {
  background: #ADCAFF;
  border-radius: 20px;
  padding: 25px 24px 25px;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-weight: 400;
  font-size: 24px;
  line-height: 135%;
  letter-spacing: 0;
  text-align: center;
  color: #0D153E;
  max-width: 384px;
  width: 100%;
  height: 220px;
}

.experience__value {
  display: flex;
  align-items: baseline;
  gap: 8px;
  font-weight: 700;
  font-size: 96px;
  line-height: 110.00000000000001%;
  letter-spacing: 0;
  text-align: center;
}

.experience__number {
  font-size: 96px;
}

.experience__unit {
  font-weight: 400;
  font-size: 24px;
  line-height: 110.00000000000001%;
  letter-spacing: 0;
}

.experience__text {
  color: #0D153E;
  margin: 0;
  font-weight: 400;
  font-size: 24px;
  line-height: 135%;
  letter-spacing: 0;
  text-align: center;
}

.contact {
  background: #0D153E;
  padding-top: 150px;
  padding-bottom: 50px;
  border-top-left-radius: 150px;
  border-top-right-radius: 150px;
  position: relative;
  overflow: hidden;
}

.contact__ellipse {
  position: absolute;
  pointer-events: none;
  z-index: 0;
}

.ellipse-between-wrapper {
  position: relative;
  width: 100%;
  height: 0;
  margin: 0;
  padding: 0;
  overflow: visible;
  z-index: 0;
  pointer-events: none;
}

.ellipse-between {
  position: absolute;
  pointer-events: none;
  z-index: 0;
}

.ellipse-between--2 {
  left: 0;
  right: 0;
  bottom: -750px;
  width: 100%;
  filter: url(#blur-filter);
  opacity: 0.6;
  mix-blend-mode: screen;
  object-fit: cover;
  object-position: center;
}

.contact__container {
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.contact__header,
.contact__form {
  max-width: 1200px;
  margin: 0 auto;
}

.contact__header {
  display: flex;
  gap: 10px;
  margin-bottom: 76px;
  align-items: start;
}

.contact__title {
  color: #ffffff;
  margin: 0;
  font-weight: 900;
  font-size: 96px;
  line-height: 114.99999999999999%;
  letter-spacing: 0;
  text-transform: uppercase;
}

.contact__info {
  display: flex;
  flex-direction: column;
  gap: 22px;
}

.contact__description {
  color: #ADCAFF;
  margin: 0;
  font-weight: 400;
  font-size: 24px;
  line-height: 135%;
  letter-spacing: 0;
}

.contact__details {
  display: flex;
  flex-direction: column;
  gap: 22px;
}

.contact__link {
  display: flex;
  align-items: center;
  gap: 24px;
  color: #ADCAFF;
  text-decoration: none;
  transition: opacity 0.2s;
  font-weight: 700;
  font-size: 24px;
  line-height: 135%;
  letter-spacing: 0;
  text-align: center;
}

.contact__link:hover {
  opacity: 0.8;
}

.contact__icon {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}

.contact__form {
  margin-bottom: 170px;
}

.contact__form-row {
  display: flex;
  gap: 24px;
}

.contact__form-column {
  max-width: 383px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.contact__checkbox {
  margin-top: 50px;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: #ADCAFF;
  cursor: pointer;
  max-width: 640px;
  font-weight: 400;
  font-size: 12px;
  line-height: 135%;
  letter-spacing: 0%;
}

.contact__checkbox-input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.contact__checkbox-box {
  width: 30px;
  height: 30px;
  border-radius: 0;
  border: 1px solid #ADCAFF;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: background-color 0.2s, border-color 0.2s;
}

.contact__checkbox-box::after {
  content: '';
  width: 15px;
  height: 12px;
  background-image: url('../icons/check.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  opacity: 0;
  transition: opacity 0.2s;
}

.contact__checkbox-input:focus-visible + .contact__checkbox-box {
  outline: 2px solid #ADCAFF;
  outline-offset: 2px;
}

.contact__checkbox-input:checked + .contact__checkbox-box {
  background: #ADCAFF;
  border-color: #ADCAFF;
}

.contact__checkbox-input:checked + .contact__checkbox-box::after {
  opacity: 1;
}

.contact__checkbox-text {
  user-select: none;
}

.contact__input {
  color: #FFFFFF;
  background: transparent;
  border: none;
  border-bottom: 1px solid #FFFFFF1A;
  padding: 24px 12px;
  outline: none;
  transition: border-color 0.2s;
  width: 100%;
  max-width: 383px;
  height: 80px;
  font-weight: 400;
  font-size: 24px;
  line-height: 135%;
  letter-spacing: 0;
}

.contact__input:-webkit-autofill,
.contact__input:-webkit-autofill:hover,
.contact__input:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0 1000px #0D153E inset;
  -webkit-text-fill-color: #FFFFFF;
}

.contact__input:-moz-autofill {
  box-shadow: 0 0 0 1000px #0D153E inset;
  color: #FFFFFF;
}

.contact__input::placeholder {
  color: #ADCAFF;
  opacity: 1;
}

.contact__input:focus {
  border-bottom-color: #ADCAFF;
}

.btn--submit {
  max-width: 381px;
  font-weight: 500;
  font-size: 24px;
  line-height: 135%;
  letter-spacing: 0;
}

.contact__footer {
  padding-top: 50px;
  border-top: 2px solid #FFFFFF1A;
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.contact__disclaimer {
  font-weight: 400;
  font-size: 12px;
  line-height: 135%;
  letter-spacing: 0;
  color: #FFFFFF80;
}

.contact__copyright {
  font-weight: 400;
  font-size: 18px;
  line-height: 135%;
  letter-spacing: 0;
  color: #FFFFFF;
}

.modal {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 1000;
  align-items: center;
  justify-content: center;
}

.modal.active {
  display: flex;
}

.modal__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.8);
  backdrop-filter: blur(4px);
}

.modal__content {
  position: relative;
  z-index: 1001;
  background: #0D153E;
  border-radius: 25px;
  padding: 50px;
  max-width: 619px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 24px;
}

.modal__title {
  color: #ADCAFF;
  margin: 0;
  font-weight: 700;
  font-size: 32px;
  line-height: 135%;
  letter-spacing: 0;
  text-align: center;
  text-transform: uppercase;
}

.modal__text {
  font-weight: 400;
  color: #FFFFFF;
  margin: 0;
  font-size: 24px;
  line-height: 135%;
  letter-spacing: 0;
  text-align: center;
}

.modal__close {
  max-width: 283px;
  width: 100%;
  color: #000618;
  height: 88px;
  display: flex;
  gap: 24px;
  justify-content: center;
  align-items: center;
  padding: 10px;
  background: #ADCAFF;
  border: none;
  outline: none;
  border-radius: 100px;
  white-space: nowrap;
  transition: background-color 0.2s;
  font-weight: 500;
  font-size: 24px;
  line-height: 135%;
  letter-spacing: 0;
}

.modal__close:hover {
  background-color: #C1DEFF;
  cursor: pointer;
}

@media (max-width: 1250px) {
  .hero__content,
  .services__container,
  .principles__container,
  .experience__container,
  .contact__header,
  .contact__form {
    margin-left: 25px;
    margin-right: 25px;
  }
}

@media (max-width: 1135px) {
  .experience__grid {
    flex-wrap: wrap;
  }

  .contact__header {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .contact__title {
    text-align: center;
  }

  .contact__info {
    width: 100%;
  }

  .contact__form-row {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 25px;
  }

  .contact__form-column {
    max-width: 100%;
    width: 100%;
    gap: 25px;
  }

  .contact__input {
    max-width: none;
  }

  .contact__checkbox {
    margin-bottom: 25px;
  }
}

@media (max-width: 820px) {
  .btn--contacts {
    display: none;
  }

  .btn--contacts-mobile {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #0D153E;
    width: 84px;
    height: 84px;
    border-radius: 50%;
    border: 1px solid #ADCAFF;
  }

  .btn--contacts-mobile img {
    width: 24px;
    height: 21px;
  }

  .logo {
    font-weight: 300;
    font-size: 32px;
    line-height: 100%;
    letter-spacing: 25%;
    display: flex;
    flex-direction: column;
  }

  .logo span {
    font-weight: 700;
    font-size: 32px;
    line-height: 100%;
    letter-spacing: 25%;
    text-transform: uppercase;
  }

  .hero {
    min-height: initial;
  }

  .hero__main {
    margin-top: 50px;
  }

  .hero__title {
    font-weight: 700;
    font-size: 32px;
    line-height: 114.99999999999999%;
    letter-spacing: 0;
    text-transform: uppercase;
  }

  .services {
    margin-top: 100.68px;
    margin-bottom: 100.06px;
    padding-bottom: 0;
  }

  .services__container {
    margin-left: 0;
    margin-right: 0;
  }

  .services__title {
    font-weight: 700;
    font-size: 32px;
    line-height: 114.99999999999999%;
    letter-spacing: 0;
    text-align: center;
    text-transform: uppercase;
    margin-left: 25px;
    margin-right: 25px;
  }

  .services__grid {
    display: none;
  }

  .services__swiper-wrap {
    display: block;
  }

  .services__swiper {
    padding-bottom: 50.94px !important;
  }

  .services__swiper .swiper-slide {
    height: auto;
    padding: 0 8px;
    box-sizing: border-box;
  }

  .services__swiper .services__card {
    padding: 24px;
    border-radius: 50px;
  }

  .services__swiper .services__icon {
    width: 218px;
    height: 150px;
    margin-bottom: 20px;
  }

  .services__swiper .services__text {
    font-weight: 400;
    font-size: 20px;
    line-height: 110.00000000000001%;
    letter-spacing: 0;
    text-align: center;
  }

  .services__pagination {
    position: absolute !important;
    bottom: 0 !important;
    left: 0 !important;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0;
  }

  .services__pagination .swiper-pagination-bullet {
    width: 54.28px;
    height: 2px;
    border-radius: 0;
    background: #ADCAFF40;
    opacity: 1;
    margin: 0;
    transition: background 0.2s, width 0.2s;
  }

  .swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 !important;
  }

  .swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet-active {
    background: #ADCAFF;
    height: 5px;
    margin-bottom: 5px !important;
    width: 68.6px;
  }

  .principles {
    padding-bottom: 100px;
  }

  .principles__grid {
    gap: 25px;
  }

  .principles__title {
    font-weight: 700;
    font-size: 32px;
    line-height: 114.99999999999999%;
    letter-spacing: 0;
    text-align: center;
    text-transform: uppercase;
  }

  .principles__card-header {
    flex-direction: column;
    gap: 25px;
  }

  .principles__icon {
    max-width: 292px;
  }

  .principles__heading {
    font-weight: 400;
    font-size: 32px;
    line-height: 110.00000000000001%;
    letter-spacing: 0;
    text-align: center;
  }

  .principles__text {
    font-weight: 400;
    font-size: 20px;
    line-height: 110.00000000000001%;
    letter-spacing: 0;
    text-align: center;
  }

  .experience__title {
    font-weight: 700;
    font-size: 32px;
    line-height: 114.99999999999999%;
    letter-spacing: 0;
    text-align: center;
    text-transform: uppercase;
    max-width: 400px;
  }

  .experience__card {
    max-width: 342px;
    height: 170px;
    padding: 28.5px 24px;
  }

  .experience__number {
    font-weight: 700;
    font-size: 54px;
    line-height: 110.00000000000001%;
    letter-spacing: 0;
    text-align: center;
  }

  .experience__unit {
    font-weight: 400;
    font-size: 24px;
    line-height: 110.00000000000001%;
    letter-spacing: 0;
    text-align: center;
  }

  .experience__text {
    font-weight: 400;
    font-size: 20px;
    line-height: 135%;
    letter-spacing: 0;
    text-align: center;
    vertical-align: middle;
  }

  .ellipse-between--2 {
    bottom: 190px;
  }

  .experience {
    padding-bottom: 100px;
  }

  .contact {
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
    padding-top: 100.98px;
  }

  .contact__form {
    margin-bottom: 100px;
  }

  .contact__header {
    gap: 50px;
    margin-bottom: 100px;
  }

  .contact__title {
    font-weight: 900;
    font-size: 54px;
    line-height: 114.99999999999999%;
    letter-spacing: 0;
    text-align: center;
    text-transform: uppercase;
  }

  .contact__info {
    gap: 50px;
  }

  .contact__description {
    font-weight: 400;
    font-size: 20px;
    line-height: 135%;
    letter-spacing: 0;
  }

  .contact__details {
    gap: 50px;
  }

  .contact__form-row {
    gap: 25px;
  }

  .btn--submit {
    max-width: initial;
  }

  .contact__footer {
    margin-left: 25px;
    margin-right: 25px;
  }
}
