@import 'https://fonts.googleapis.com/css2?family=Inter:wght@400&family=Libre+Baskerville:wght@400&display=swap';
*,
:before,
:after {
  box-sizing: inherit;
}

* {
  box-sizing: border-box;
  user-select: none;
  vertical-align: baseline;
  margin-block: 0;
  margin-inline: 0;
  background: none;
  outline: none;
  margin: 0;
  padding: 0;
  font-size: 100%;
}

a,
button {
  transition:
    color 0.3s ease-out,
    background-color 0.3s ease-out;
}

ul,
ol {
  list-style: none;
}

button,
input,
optgroup,
select,
textarea {
  line-height: 1;
}

html {
  scroll-behavior: smooth;
}

button {
  cursor: pointer;
  background: none;
  border: none;
  outline: none;
  padding: 0;
}

figure {
  display: block;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

input,
textarea,
button,
select,
a {
  cursor: pointer;
  color: #34383a;
  -webkit-tap-highlight-color: #0000;
  appearance: none;
  background: none;
  border: none;
  outline: none;
  padding: 0;
  text-decoration: none;
}

a {
  background-color: #0000;
  text-decoration: underline;
}

a:hover {
  color: #34383a;
  text-decoration: none;
}

body {
  font-optical-sizing: auto;
  margin: 0;
  padding: 0;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  overflow-x: hidden !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
}

picture {
  z-index: 1;
  position: relative;
}

img {
  max-width: 100%;
}

svg {
  width: 100%;
  height: auto;
}

[hide] {
  display: none;
}

input:-webkit-autofill {
  caret-color: #0000;
  -webkit-box-shadow: 0 0 0 30px var(--white) inset;
  -webkit-text-fill-color: var(--text120);
  background-color: #0000 !important;
}

:root {
  --color-primary: #082643;
  --color-primary-dark: #09243d;
  --color-secondary: #f5c63d;
  --color-white: #fff;
  --color-cream: #faf8f4;
  --color-light: #eef4fb;
  --color-border: #09243d1f;
  --color-text: #40566a;
  --color-text-light: #6d7a89;
  --radius-xs: 0.5rem;
  --radius-sm: 0.75rem;
  --radius-md: 1rem;
  --radius-lg: 1.5rem;
  --transition: 0.35s ease-in-out;
}

a:hover {
  color: var(--text);
}

html {
  scroll-behavior: smooth;
  font-size: 1px;
}

@media (width <= 1440px) {
  html {
    font-size: 0.0694445vw;
  }
}

@media (width <= 1000px) {
  html {
    font-size: 0.25641vw;
  }
}

main {
  overflow: hidden;
}

body {
  letter-spacing: -2.8%;
  color: var(--color-text);
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  font-family: Inter, sans-serif;
  font-size: 18rem;
  font-weight: 400;
  line-height: 1.6;
}

.hide {
  display: none;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

a {
  color: inherit;
  text-decoration: none;
}

button {
  cursor: pointer;
  font: inherit;
  background: none;
  border: none;
}

ul {
  list-style: none;
}

section {
  position: relative;
}

h1,
h2,
h3,
h4,
h5 {
  letter-spacing: -4%;
  color: var(--color-primary);
  font-family:
    Libre Baskerville,
    serif;
  font-weight: 400;
  line-height: 1.1;
}

h1 {
  font-size: 82rem;
}

h2 {
  font-size: 64rem;
}

@media (width <= 1000px) {
  h2 {
    font-size: 36rem;
  }
}

h3 {
  font-size: 48rem;
}

@media (width <= 1000px) {
  h3 {
    font-size: 36.3rem;
  }
}

small {
  font-size: 8.75rem;
}

b {
  color: var(--color-secondary);
  font-weight: 400;
}

.wrap {
  flex-direction: row;
  max-width: 1200rem;
  margin: 0 auto;
  display: flex;
}

@media (width <= 1000px) {
  .wrap {
    max-width: 350rem;
  }
}

.closeme {
  color: #fff;
  text-align: right;
  cursor: pointer;
  font-size: 26px;
  position: absolute;
  top: 26px;
  right: 26px;
}

.popupvideo {
  visibility: hidden;
  text-align: center;
  z-index: 10000;
  background-color: #000000f2;
  width: 100%;
  height: 100vh;
  margin: 0 auto;
  padding: 5% 0 0;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  transform: translateZ(0);
}

.popupvideo.show {
  visibility: visible;
  animation: 1s fadeIn;
}

.videoWrapper {
  width: 100%;
  max-width: 1040px;
  height: 0;
  margin: 0 auto;
  padding-bottom: 50.25%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media only screen and (width >= 1200px) {
  .videoWrapper {
    max-width: 70%;
    padding-bottom: 40.25%;
  }
}

.button {
  text-transform: uppercase;
  background: var(--color-secondary);
  height: 48rem;
  color: var(--color-primary-dark);
  letter-spacing: 1rem;
  transition: var(--transition);
  border-radius: 999rem;
  justify-content: center;
  align-items: center;
  padding: 0 21rem;
  font-size: 16rem;
  font-weight: 700;
  display: flex;
  box-shadow: 0 14px 30px #f5c63d42;
}

@media (width <= 1000px) {
  .button {
    font-size: 14rem;
  }
}

.button--white {
  box-shadow: none;
  background: var(--color-white);
}

@media (width <= 1000px) {
  .button--white {
    border: 1rem solid var(--color-white);
    color: var(--color-white);
    background: none;
  }
}

.button:hover {
  color: var(--color-primary-dark);
  opacity: 0.8;
}

html {
  scroll-padding-top: 80rem;
}

@media (width <= 1000px) {
  html {
    scroll-padding-top: 60rem;
  }
}

body {
  padding-top: 80rem;
}

@media (width <= 1000px) {
  body {
    padding-top: 60rem;
  }
}

.header {
  z-index: 10;
  background: var(--color-primary);
  width: 100%;
  position: fixed;
  top: 0;
}

.header > .wrap {
  place-content: space-between;
  align-items: center;
  height: 80rem;
  display: flex;
}

@media (width <= 1000px) {
  .header > .wrap {
    height: 60rem;
  }
}

.header__logo {
  text-transform: uppercase;
  letter-spacing: 3.6rem;
  width: 156rem;
  height: 24rem;
  transition: var(--transition);
  background: url('../images/logo.svg') center / 100% no-repeat;
  flex-shrink: 0;
  align-items: center;
  font-size: 20rem;
  font-weight: 800;
  display: flex;
  color: #0000 !important;
}

@media (width <= 1000px) {
  .header__logo {
    width: 141rem;
    height: 21rem;
    font-size: 14rem;
  }
}

.header__logo:hover {
  opacity: 0.7;
}

.header__logo img {
  width: 100%;
}

.header__wrap {
  place-content: space-between;
  align-items: center;
  gap: 40rem;
  display: flex;
}

@media (width <= 1000px) {
  .header__wrap {
    display: none;
  }

  .header__wrap.mobile-menu {
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    background: #082643;
    border-top: 1rem solid #124678;
    flex-direction: column;
    transition: all 0.35s;
    display: flex;
    position: fixed;
    inset: 60rem 0 0;
    transform: translateX(100%);
  }

  .header__wrap.mobile-menu.is-open {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
  }

  .header__wrap.mobile-menu .header__navigation {
    text-align: left;
    flex-direction: column;
    align-content: space-between;
    align-items: stretch;
    width: 100%;
    margin-left: 0;
    padding: 15rem 20rem;
    display: flex;
  }

  .header__wrap.mobile-menu .header__menu {
    flex-direction: column;
    align-items: stretch;
    gap: 21rem;
    width: 100%;
    display: flex;
  }

  .header__wrap.mobile-menu .menu-item {
    border-bottom: 1rem solid #124678;
    align-items: center;
    padding: 8rem 0;
    display: flex;
  }

  .header__wrap.mobile-menu .header__actions {
    align-items: center;
    gap: 10rem;
    display: flex;
  }

  .header__wrap.mobile-menu__close {
    color: #fff;
    border: 1rem solid #ffffff4d;
    justify-content: center;
    align-items: center;
    width: 38rem;
    height: 38rem;
    display: flex;
  }

  .header__wrap.mobile-menu__nav {
    flex-direction: column;
    padding: 24rem 20rem;
    display: flex;
  }

  .header__wrap.mobile-menu__nav a {
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 2rem;
    border-bottom: 1rem solid #ffffff26;
    padding: 18rem 0;
    font-size: 16rem;
  }

  .header__wrap.mobile-menu .button {
    align-self: center;
    margin-top: -25rem;
  }
}

header .header__social {
  justify-content: center;
  gap: 18rem;
  margin-top: auto;
  padding-bottom: 30rem;
  display: none;
}

@media (width <= 1000px) {
  header .header__social {
    display: flex;
  }
}

.header__copyright {
  color: #ffffff73;
  text-align: center;
  padding-bottom: 30rem;
  font-size: 14rem;
  display: none;
}

@media (width <= 1000px) {
  .header__copyright {
    display: flex;
  }
}

.header__navigation {
  align-items: center;
  margin-left: auto;
  display: flex;
}

.header__menu {
  align-items: center;
  gap: 35rem;
  display: flex;
}

header .menu-item {
  align-items: center;
  display: flex;
}

header .menu-item a {
  color: var(--color-white);
  transition: var(--transition);
  text-transform: uppercase;
  letter-spacing: 5%;
  font-size: 15rem;
  position: relative;
}

header .menu-item a:after {
  content: '';
  background: var(--color-secondary);
  width: 0;
  height: 1.2rem;
  transition: var(--transition);
  position: absolute;
  bottom: -3.5rem;
  left: 0;
}

header .menu-item a:hover {
  color: var(--color-secondary);
}

header .menu-item a:hover:after {
  width: 100%;
}

.header__actions {
  align-items: center;
  gap: 10rem;
  display: flex;
}

.header .header__toggle {
  color: #fff;
  justify-content: center;
  align-items: center;
  width: 44rem;
  height: 44rem;
  margin-right: -10rem;
  display: none;
}

@media (width <= 1000px) {
  .header .header__toggle {
    display: flex;
  }
}

.header .header__toggle .icon-close {
  display: none;
}

.header .header__toggle svg {
  width: 44rem;
  height: 44rem;
}

body.menu-open .header .header__toggle .icon-menu {
  display: none;
}

body.menu-open .header .header__toggle .icon-close {
  display: block;
}

.footer {
  color: var(--color-white);
  background: linear-gradient(132.41deg, #061d34 0%, #0b4f7a 100%);
  padding-bottom: 52rem;
}

@media (width <= 1000px) {
  .footer {
    padding: 0;
  }
}
.footer > .wrap {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

@media (width <= 1000px) {
  .footer > .wrap {
    flex-direction: column;
    align-content: center;
    align-items: stretch;
    padding: 40rem 0 0;
    display: flex;
  }
}

.footer__brand {
  max-width: 500rem;
  padding-top: 6rem;
}

.footer__logo {
  margin-bottom: 20rem;
  display: inline-flex;
}

.footer__logo img {
  width: 140rem;
  display: block;
}

.footer__description {
  color: #f8f8f8;
  letter-spacing: -0.4rem;
  padding-top: 25rem;
  font-size: 13rem;
  line-height: 1.6;
}

.footer__column {
  flex-direction: column;
  width: 154rem;
  padding: 44rem 0 38rem;
  display: flex;
}

@media (width <= 1000px) {
  .footer__column {
    width: 100%;
    padding: 18rem 0;
  }
}

.footer__title {
  color: var(--color-white);
  letter-spacing: 2%;
  border-bottom: 1rem solid #f8f8f8;
  margin-bottom: 14rem;
  padding-bottom: 8rem;
  font-family: Inter, sans-serif;
  font-size: 14rem;
  font-weight: 600;
}

.footer__menu {
  gap: 6rem;
  display: grid;
}

@media (width <= 1000px) {
  .footer__menu {
    grid-template-columns: repeat(2, 1fr);
    display: grid;
  }
}

.footer__menu li {
  list-style: none;
}

.footer__menu a {
  color: #f8f8f8;
  transition: var(--transition);
  font-size: 16rem;
}

.footer__menu a:hover {
  color: var(--color-secondary);
}

.footer__legals {
  gap: 32rem;
  font-size: 14rem;
  display: flex;
}

footer .header__social {
  gap: 14rem;
  margin: 12rem 0;
  display: flex;
}

@media (width <= 1000px) {
  footer .header__social {
    justify-content: center;
  }
}

footer .header__social a {
  transition: var(--transition);
  justify-content: center;
  align-items: center;
  display: flex;
}

footer .header__social a svg {
  width: 24rem;
  height: 24rem;
}

footer .header__social a svg path {
  transition: var(--transition);
}

footer .header__social a svg path[fill-rule='evenodd'] {
  fill: #0a4870 !important;
}

footer .header__social a:hover svg path {
  fill: var(--color-secondary);
}

.footer__bottom {
  border-top: 1rem solid #f8f8f8;
}

@media (width <= 1000px) {
  .footer__bottom {
    gap: 16rem;
    padding: 12rem 0 !important;
  }
}

.footer__copyright {
  color: #f8f8f8;
  font-size: 9rem;
}

.footer__legal {
  flex-wrap: wrap;
  gap: 30rem;
  display: flex;
}

.footer__legal a {
  color: #f8f8f8;
  transition: var(--transition);
}

.footer__legal a:hover {
  color: var(--color-secondary);
}

.hero {
  color: var(--color-white);
  background:
    linear-gradient(107.91deg, #071d34 0%, #0b3154 44%, #12699a 100%),
    radial-gradient(57.81% 122.4% at 91.35% 8.13%, #f5c63d66 0%, #f5c63d00 100%);
  padding: 100rem 0;
  position: relative;
  overflow: hidden;
}

@media (width <= 1000px) {
  .hero {
    padding: 33rem 0 40rem;
  }
}

.hero > .wrap {
  gap: 18rem;
}

@media (width <= 1000px) {
  .hero > .wrap {
    flex-direction: column;
    display: flex;
  }
}

.hero__content {
  max-width: 592rem;
}

.hero__title {
  color: var(--color-white);
  letter-spacing: -3.3rem;
  margin-bottom: 14rem;
  font-size: 82rem;
  line-height: 1.1;
}

@media (width <= 1000px) {
  .hero__title {
    letter-spacing: -1.7rem;
    margin-bottom: 6rem;
    font-size: 44rem;
    line-height: 1.2;
  }
}

.hero__description {
  margin-bottom: 30rem;
  padding-right: 10rem;
}

@media (width <= 1000px) {
  .hero__description {
    margin-bottom: 273rem;
    padding-right: 0;
    font-size: 16rem;
    line-height: 1.65;
  }
}

.hero__buttons {
  flex-wrap: wrap;
  gap: 14rem;
  display: flex;
}

@media (width <= 1000px) {
  .hero__buttons {
    justify-content: center;
    align-items: center;
  }
}

.hero__media {
  position: relative;
}

@media (width <= 1000px) {
  .hero__media {
    position: absolute;
    bottom: 171rem;
    /* left: 50%;
    transform: translate(-50%); */
  }
}

.hero__media > div {
  width: 590rem;
  height: 370rem;
  position: absolute;
  top: 25rem;
}

@media (width <= 1000px) {
  .hero__media > div {
    width: 351rem;
    height: 219rem;
    position: static;
  }
}

.hero__media__title {
  z-index: 10;
  width: 234rem;
  height: 30rem;
  color: var(--color-white);
  text-transform: uppercase;
  letter-spacing: 1.9rem;
  background: #2e8fff;
  border-radius: 8rem;
  justify-content: center;
  align-items: center;
  gap: 11rem;
  padding: 0;
  font-size: 11rem;
  font-weight: 800;
  display: flex;
  position: absolute;
  top: 2rem;
  right: 38rem;
  transform: translate(0, -50%);
}

@media (width <= 1000px) {
  .hero__media__title {
    gap: 6rem;
    width: 212rem;
    height: 27rem;
    font-size: 10rem;
    top: -1rem;
    right: 13rem;
  }
}

.hero__media__title > svg {
  width: 21rem;
}

.hero__video {
  background: #16395d;
  border-radius: 15rem;
  position: relative;
  overflow: hidden;
}

.hero__video img {
  border-radius: 8rem;
  width: 100%;
  display: block;
  box-shadow: 0 40px 90px -30px #000000d9;
}

.hero__play {
  width: 90rem;
  height: 90rem;
  color: var(--color-primary);
  transition: var(--transition);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  font-size: 20rem;
  display: flex;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.hero__play svg {
  clip-path: content-box;
}

.hero__play:hover {
  background: var(--color-secondary);
  color: var(--color-white);
  transform: translate(-50%, -50%) scale(1.08);
}

.hero__stats {
  gap: 20rem;
  margin-top: 30rem;
  display: flex;
}

.hero__stats__item {
  flex-direction: column;
  display: flex;
}

.hero__stats__number {
  color: var(--color-secondary);
  font-family:
    Libre Baskerville,
    serif;
  font-size: 20rem;
}

.hero__stats__label {
  color: #ffffffb3;
  font-size: 9rem;
}

.about {
  padding: 80rem 0;
  position: relative;
}

@media (width <= 1000px) {
  .about {
    padding: 40rem 0;
  }
}

.about > .wrap {
  gap: 18rem;
  display: flex;
}

@media (width <= 1000px) {
  .about > .wrap {
    flex-direction: column-reverse;
    gap: 37rem;
  }
}

.about__gallery {
  width: 593rem;
  position: relative;
}

@media (width <= 1000px) {
  .about__gallery {
    width: auto;
  }
}

.about__gallery img {
  object-fit: contain;
  width: 100%;
  display: block;
}

.about__content {
  max-width: 587rem;
  padding-top: 29rem;
  padding-left: 102rem;
}

@media (width <= 1000px) {
  .about__content {
    padding-top: 0;
    padding-left: 0;
  }
}

.about__title {
  margin-bottom: 14rem;
}

@media (width <= 1000px) {
  .about__title br {
    display: none;
  }
}

.about__content p {
  margin-bottom: 25rem;
}

@media (width <= 1000px) {
  .about__content p {
    margin-bottom: 12rem;
  }
}

.about__content p:last-of-type {
  margin-bottom: 0;
}

.about__values {
  grid-template-columns: repeat(2, 1fr);
  gap: 15rem;
  margin-top: 35rem;
  display: grid;
}

.about__value {
  border: 0.8rem solid var(--color-border);
  background: #fff;
  border-radius: 10rem;
  padding: 20rem;
  box-shadow: 0 20px 50px #04192d14;
}

.about__value__title {
  color: var(--color-primary);
  margin-bottom: 7.5rem;
  font-size: 13rem;
}

.about__value__text {
  color: var(--color-text-light);
}

.about__line {
  background: var(--color-secondary);
  width: 50rem;
  height: 1.5rem;
  margin: 20rem 0;
}

.standards {
  padding: 46rem 0 0;
}

.standards .wrap {
  flex-direction: column;
}

.standards__header {
  text-align: center;
  margin: 0 auto 35rem;
}

@media (width <= 1000px) {
  .standards__header {
    text-align: left;
  }
}

.standards__title {
  margin-bottom: 27rem;
}

.standards__grid {
  grid-template-columns: repeat(4, 1fr);
  gap: 20rem;
  display: grid;
}

@media (width <= 1000px) {
  .standards__grid {
    flex-direction: column;
    gap: 12rem;
    display: flex;
  }
}

.standards__card {
  border: 1rem solid var(--color-border);
  background: #fff;
  border-radius: 18rem;
  flex-direction: column;
  padding: 27rem 22rem 33rem 27rem;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 20px 50px #04192d14;
}

.standards__card__title {
  letter-spacing: 0.8rem;
  margin-bottom: 11rem;
  font-size: 23.2rem;
  font-weight: 700;
  line-height: 1.3;
}

@media (width <= 1000px) {
  .standards__card__title {
    letter-spacing: -1.3rem;
    margin-bottom: 9rem;
    font-size: 24rem;
    font-weight: 700;
    line-height: 1.3;
  }
}

.standards__card__text {
  color: var(--color-text-light);
  margin-top: auto;
}

.section__header {
  justify-content: space-between;
  padding-bottom: 42rem;
  display: flex;
  flex-direction: row !important;
}

@media (width <= 1000px) {
  .section__header {
    padding-bottom: 23rem;
  }
}

.section__title {
  max-width: 609rem;
}

.section__description {
  max-width: 600rem;
}

@media (width <= 1000px) {
  .section__description {
    font-size: 16rem;
    line-height: 26.3rem;
  }
}

.shop .section__description {
  padding-top: 10rem;
}

.quote {
  background: linear-gradient(132.41deg, #061d34 0%, #0b4f7a 100%);
  padding: 80rem 0;
}

@media (width <= 1000px) {
  .quote {
    padding: 41rem 0;
  }
}

.quote > .wrap {
  flex-direction: column;
  align-items: center;
}

.quote__text {
  text-align: center;
  letter-spacing: -1.4rem;
  color: var(--color-white);
  flex-direction: column;
  place-self: center;
  align-items: center;
  gap: 1em;
  margin: 0 auto;
  padding: 0 210rem;
  font-family:
    Libre Baskerville,
    serif;
  font-size: 36rem;
  line-height: 1.4;
  display: flex;
}

@media (width <= 1000px) {
  .quote__text {
    letter-spacing: -0.3rem;
    gap: 36rem;
    padding: 0 20rem;
    font-size: 23rem;
    line-height: 34.1rem;
  }
}

.quote__text svg {
  width: 36rem;
}

.quote__author {
  text-transform: uppercase;
  letter-spacing: 3.4rem;
  color: #d8e8f2;
  margin-top: 22rem;
  margin-bottom: -3rem;
  font-size: 13rem;
  display: inline-block;
}

@media (width <= 1000px) {
  .quote__author {
    letter-spacing: 2.7rem;
    margin-top: 22rem;
    margin-bottom: -3rem;
    font-size: 11rem;
  }
}

.swiper {
  overflow: hidden;
}

@media (width <= 1000px) {
  .swiper {
    overflow: visible;
  }
}

.subsection {
  background: var(--color-white);
  background: linear-gradient(#e8f4fb 0%, #fff 100%);
  padding: 80rem 0 57rem;
  position: relative;
}

@media (width <= 1000px) {
  .subsection {
    padding: 42rem 0 40rem;
  }
}

.subsection__controls {
  justify-content: center;
  align-items: center;
  gap: 18rem;
  margin-top: -6rem;
  display: flex;
  position: absolute;
  right: 0;
}

@media (width <= 1000px) {
  .subsection__controls {
    gap: 11rem;
    margin-top: -6rem;
  }
}

.subsection__prev,
.subsection__next {
  cursor: pointer;
  background: #fff;
  border: 1px solid #d9d9d9;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 44rem;
  height: 44rem;
  transition: all 0.2s;
  display: flex;
}

@media (width <= 1000px) {
  .subsection__prev,
  .subsection__next {
    width: 36rem;
    height: 36rem;
  }
}

.subsection__prev:hover,
.subsection__next:hover {
  background: #f5f5f5;
}

.subsection__prev.swiper-button-disabled,
.subsection__next.swiper-button-disabled {
  opacity: 0.4;
  cursor: not-allowed;
}

.subsection__header {
  border-top: 2rem solid var(--color-secondary);
  justify-content: space-between;
  padding-top: 26rem;
  padding-bottom: 35rem;
  display: flex;
  position: relative;
}

@media (width <= 1000px) {
  .subsection__header {
    border-top-width: 3rem;
    padding-top: 18rem;
    padding-bottom: 29rem;
  }
}

.subsection__header__title {
  letter-spacing: -0.5rem;
  font-family: Inter, sans-serif;
  font-size: 28rem;
  font-weight: 700;
}

@media (width <= 1000px) {
  .subsection__header__title {
    letter-spacing: 0.3rem;
    font-size: 21rem;
  }
}

.subsection__header__button {
  background: none;
  border: 2rem solid #d9d9d9;
  margin-top: -9rem;
}

.subsection .wrap {
  flex-direction: column;
  display: flex;
}

@media (width <= 1000px) {
  .subsection .wrap {
    gap: 12rem;
    display: flex;
    flex-direction: column !important;
  }
}

.subsection__title {
  color: var(--color-primary);
  margin-bottom: 15rem;
}

.subsection__description {
  color: var(--color-text-light);
}

.subsection__link {
  color: var(--color-primary);
  transition: var(--transition);
  align-items: center;
  gap: 7.5rem;
  font-weight: 600;
  display: inline-flex;
}

.subsection__link:hover {
  color: var(--color-secondary);
}

@media (width <= 1000px) {
  .subsection__slider {
    margin-bottom: -11rem;
  }
}

.subsection__card {
  max-width: 290rem;
  transition: var(--transition);
  border-radius: 4rem;
  flex-direction: column;
  display: flex;
  position: relative;
  overflow: hidden;
}

#pdf .subsection__card {
  padding-bottom: 30rem;
}

.subsection__card__type {
  color: var(--color-white);
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 1.6rem;
  background: #4482a9;
  border-radius: 999rem;
  padding: 0 9rem;
  font-size: 10rem;
  font-weight: 900;
  line-height: 27rem;
  position: absolute;
  bottom: 15rem;
  left: 13rem;
}

@media (width <= 1000px) {
  .subsection__card__type {
    bottom: 9rem;
    left: 11rem;
  }
}

.subsection__card__image {
  background: linear-gradient(122.46deg, #103a60 0%, #1f73a7 60%, #f0c33a 100%);
  border-radius: 4rem;
  height: 160rem;
  position: relative;
  overflow: hidden;
}

#books .subsection__card__image {
  background: linear-gradient(#eff5f9 0%, #edf4f9 100%);
  height: 202rem;
  margin-bottom: 4rem;
}

.subsection__card__image img {
  object-fit: contain;
  width: 151rem;
  height: auto;
  transition: all 0.5s;
  position: absolute;
  top: 20rem;
  right: 20rem;
}

@media (width <= 1000px) {
  .subsection__card__image img {
    object-fit: cover;
    width: 131rem;
    height: auto;
    top: 22rem;
    right: 27rem;
  }
}

#books .subsection__card__image img {
  height: 170rem;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  object-fit: contain;
}

.subsection__card__thumbnail {
  border-radius: 4rem;
  margin-bottom: 15rem;
  position: relative;
  height: 160rem;
  overflow: hidden;
}
.subsection__card__thumbnail img {
  width: 100%;
  max-width: max-content;
  position: absolute;
  /* height: 160rem; */
  object-fit: cover;
  left: 50%;
  transform: translate(-50%, -50%);
  top: 50%;
}

@media (width <= 1000px) {
  .subsection__card__thumbnail {
    height: 160rem;
  }

  .subsection__card__thumbnail img {
    height: 100%;
    height: 215rem;
  }
}

.subsection__card__thumbnail .subsection__card__type {
  backdrop-filter: blur(8px);
  background: #bfbfbf5e;
}

@media (width <= 1000px) {
  .subsection__card__thumbnail .subsection__card__type {
    bottom: 13rem;
    left: 14rem;
  }
}

.subsection__card__thumbnail svg {
  width: 54rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
}

.subsection__card__content {
  flex-direction: column;
  flex: 1;
  padding: 15rem 0 45rem;
  display: flex;
}

#books .subsection__card__content {
  flex: auto;
  height: 171rem;
}

#pdf .subsection__card__content {
  flex: auto;
  height: 158rem;
}

.subsection__card__title {
  letter-spacing: 0.4rem;
  margin-bottom: 5rem;
  font-family: Inter, sans-serif;
  font-size: 18rem;
  font-weight: 700;
  line-height: 120%;
}

@media (width <= 1000px) {
  .subsection__card__title {
    margin-bottom: 4rem;
    font-size: 15.5rem;
    font-size: 14.9rem;
  }
}

.subsection__card__title:last-child {
  padding-bottom: 32rem;
}

.subsection__card__description {
  margin-bottom: 15rem;
  font-size: 15rem;
  line-height: 20rem;
}

@media (width <= 1000px) {
  .subsection__card__description {
    margin-bottom: 15rem;
    font-size: 12.9rem;
    line-height: 17rem;
  }
}

#books .subsection__card__description {
  color: #9aa6b8;
}

.subsection__card__button {
  color: var(--color-primary);
  text-transform: uppercase;
  letter-spacing: 1rem;
  align-items: center;
  gap: 3.9rem;
  width: 140rem;
  margin-top: auto;
  font-size: 16rem;
  font-weight: 600;
  transition: all 0.35s;
  display: inline-flex;
  position: absolute;
  bottom: 45rem;
}

.subsection__card__button svg {
  width: 24rem;
  position: relative;
  top: -1rem;
}

.quiz {
  background: linear-gradient(#edf3f780 37.54%, #b1bdc480 100%);
}

@media (width <= 1000px) {
  .quiz > .wrap {
    flex-direction: column;
    display: flex;
  }
}

.quiz__image {
  width: 100%;
  position: relative;
}

@media (width <= 1000px) {
  .quiz__image {
    height: 348rem;
  }
}

.quiz__image picture {
  width: 709rem;
  height: 100%;
  max-width: initial;
  object-fit: cover;
  position: absolute;
  right: 0;
}

.quiz__image img {
  width: 100%;
  height: 100%;
}

@media (width >= 1441px) {
  .quiz__image picture {
    width: 960rem;
  }
}
@media (width >= 1921px) {
  .quiz__image picture {
    width: 1280rem;
  }
}
@media (width <= 1000px) {
  .quiz__image picture {
    width: 100vw;
    left: 50%;
    transform: translate(-50%);
  }
}

.quiz__content {
  flex-direction: column;
  align-items: flex-start;
  width: 1118rem;
  padding: 80rem 0 80rem 122rem;
  display: flex;
}

@media (width <= 1000px) {
  .quiz__content {
    width: 100%;
    padding: 41rem 0;
  }
}

.quiz__title {
  margin-bottom: 20rem;
}

@media (width <= 1000px) {
  .quiz__title {
    margin-bottom: 22rem;
  }
}

.quiz__description {
  margin-bottom: 28rem;
}

@media (width <= 1000px) {
  .quiz__description {
    margin-bottom: 28rem;
    font-size: 15.9rem;
    line-height: 25.8rem;
  }
}

.ask {
  background:
    linear-gradient(107.91deg, #071d34 0%, #0b3154 44%, #12699a 100%),
    radial-gradient(57.81% 122.4% at 91.35% 8.13%, #f5c63d66 0%, #f5c63d00 100%);
  padding: 80rem 0;
}

@media (width <= 1000px) {
  .ask {
    padding: 40rem 0;
  }

  .ask > .wrap {
    flex-direction: column;
    display: flex;
  }
}

.ask__phones {
  text-align: right;
  width: 100%;
  position: relative;
}

@media (width <= 1000px) {
  .ask__phones {
    margin-top: 21rem;
  }
}

.ask__phones img {
  justify-self: end;
  width: 602rem;
}

@media (width <= 1000px) {
  .ask__phones > img {
    justify-self: end;
    width: 342rem;
    position: relative;
    left: -8rem;
  }
}

.ask__phones__download {
  color: var(--color-white);
  text-align: center;
  width: 296rem;
  position: absolute;
  top: 454rem;
  right: 0;
}

@media (width <= 1000px) {
  .ask__phones__download {
    width: 100%;
    padding: 28rem 0 0;
    position: static;
  }
}

.ask__phones__download__text {
  letter-spacing: 0.3rem;
  padding-bottom: 12rem;
  font-size: 17rem;
  font-weight: 700;
}

.ask__phones__download > div {
  gap: 18rem;
  padding: 0 20rem;
  display: flex;
}

.ask__content {
  width: 1118rem;
  color: var(--color-white);
  flex-direction: column;
  align-items: flex-start;
  padding: 83rem 12rem 80rem 0;
  display: flex;
}

@media (width <= 1000px) {
  .ask__content {
    width: auto;
    padding: 0;
  }
}

.ask__title {
  color: var(--color-white);
  margin-bottom: 20rem;
}

@media (width <= 1000px) {
  .ask__title {
    margin-bottom: 22rem;
  }
}

.ask__description {
  margin-bottom: 28rem;
}

@media (width <= 1000px) {
  .ask__description {
    margin-bottom: 28rem;
    font-size: 15.9rem;
    line-height: 25.8rem;
  }
}

.shop {
  background: linear-gradient(#fff8e7 0%, #fff 100%);
  padding: 80rem 0;
}

@media (width <= 1000px) {
  .shop {
    padding: 35rem 0 0;
  }
}

.shop > .wrap {
  flex-direction: column;
}

@media (width <= 1000px) {
  .shop > .wrap {
    padding-bottom: 45rem;
    flex-direction: column !important;
  }

  .shop .section__description {
    padding-top: 21rem;
  }
}

.shop__grid {
  grid-template-columns: repeat(4, 1fr);
  gap: 18rem;
  margin-top: -10rem;
  padding-bottom: 37rem;
  display: grid;
}

@media (width <= 1000px) {
  .shop__grid {
    flex-direction: column;
    gap: 11rem;
    display: flex;
  }
}

.shop__grid.--x5 {
  grid-template-columns: repeat(5, 1fr);
  gap: 23rem 18rem;
  margin-top: 0;
  padding-bottom: 0;
}

@media (width <= 1000px) {
  .shop__grid.--x5 {
    grid-template-columns: repeat(2, 1fr);
    display: grid;
  }

  .shop__grid.--x5 .subsection__card__image {
    height: 166rem;
  }
}

.shop__collection {
  position: relative;
}

.shop__collection__image {
  border-radius: 14rem;
  height: 402rem;
  position: relative;
  overflow: hidden;
  display: inherit;
}

@media (width <= 1000px) {
  .shop__collection__image {
    height: 131rem;
  }
}

.shop__collection__image img {
  object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.shop__collection__title {
  letter-spacing: 0.7rem;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 5rem;
  font-family: Inter, sans-serif;
  font-size: 16rem;
  font-weight: 600;
  line-height: 120%;
  position: absolute;
  bottom: 19rem;
  left: 24rem;
  z-index: 1;
}

@media (width <= 1000px) {
  .shop__collection__title {
    width: 90rem;
    bottom: 14rem;
    left: 19rem;
  }
}

.shop .subsection__card {
  border-bottom: 1rem solid #07233e1f;
  border-radius: 0;
  padding-bottom: 12rem;
}

.shop .subsection__card__content {
  padding-bottom: 0;
}

@media (width <= 1000px) {
  .shop .subsection__card__content {
    padding-top: 10rem;
  }
}

.shop .subsection__card__image {
  height: 286rem;
  display: block;
  background: transparent;
}

.shop .subsection__card__image img {
  width: 100%;
  height: 100%;
  inset: 0;
}

.shop .subsection__card__title {
  letter-spacing: 0.2rem;
  display: inherit;
  margin-bottom: 0;
  font-size: 16rem;
}

@media (width <= 1000px) {
  .shop .subsection__card__title {
    padding-bottom: 25rem;
    font-size: 14rem;
  }
}

.shop .subsection__card__description {
  letter-spacing: 0.1rem;
  color: #9aa6b8;
  margin-bottom: 0;
  font-weight: 600;
  position: absolute;
  bottom: 12rem;
}

@media (width <= 1000px) {
  .shop .subsection__card__description {
    padding-top: 21rem;
  }
}
/*# sourceMappingURL=main.b10d73a7.css.map */
