html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

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

html {
  scroll-behavior: smooth;
  text-rendering: optimizeSpeed;
  -webkit-font-smoothing: antialiased;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

img, picture, video, canvas, svg {
  display: block;
  max-width: 100%;
  height: auto;
}

input, button, textarea, select {
  font: inherit;
}

p, h1, h2, h3, h4, h5, h6, a {
  overflow-wrap: break-word;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

html {
  background-color: #081417;
  overflow-x: hidden;
}

body {
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: -220px -330px;
  overflow-x: hidden;
}
body.home {
  background-image: none;
}

main {
  padding-top: var(--header-height);
}

html {
  font-family: "Aeonik", sans-serif;
  font-size: 1rem;
  line-height: 1.6;
  color: #efefef;
}

body {
  font-family: inherit;
  font-size: clamp(1rem, 0.8916rem + 0.3012vi, 1.125rem);
  line-height: inherit;
}

h1, h2, h3, h4, h5, h6 {
  font-size: var(--fs, clamp(1rem, 0.8916rem + 0.3012vi, 1.125rem));
  font-weight: 400;
  line-height: var(--lh, 1.5);
}
h1 em, h2 em, h3 em, h4 em, h5 em, h6 em {
  color: #dcff00;
}
h1 + *, h2 + *, h3 + *, h4 + *, h5 + *, h6 + * {
  margin-top: 40px;
}

h1 {
  --fs: clamp(2rem, 1.241rem + 2.1084vi, 2.875rem);
  --lh: 1.2;
}

h2 {
  --fs: clamp(1.75rem, 1.3163rem + 1.2048vi, 2.25rem);
  --lh: 1.3 ;
}

h3 {
  --fs: clamp(1.25rem, 0.5994rem + 1.8072vi, 2rem);
  --lh: 1.3;
}

h4 {
  --fs: clamp(1.375rem, 0.9955rem + 1.0542vi, 1.8125rem);
}

h5 {
  --fs: clamp(1.25rem, 1.0873rem + 0.4518vi, 1.4375rem);
}

h6 {
  --fs: clamp(1rem, 0.8916rem + 0.3012vi, 1.125rem);
}

p em {
  color: #dcff00;
}
p + * {
  margin-top: 1.5em;
}

a {
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  transition: 150ms linear all;
}
a:hover, a:active {
  color: #dcff00;
}

.text-accent {
  color: #dcff00;
  transition: 150ms linear color;
}
.text-accent:is(a):hover, .text-accent:is(a):active {
  color: #b0cc00;
}

.has-fs-1100-font-size {
  font-size: clamp(2.75rem, 0.9066rem + 5.1205vi, 4.875rem);
  line-height: 1.2;
}

.has-fs-1000-font-size {
  font-size: clamp(2.25rem, 0.8404rem + 3.9157vi, 3.875rem);
  line-height: 1.2;
}

.has-fs-900-font-size {
  font-size: clamp(2rem, 1.241rem + 2.1084vi, 2.875rem);
  line-height: 1.3;
}

.has-fs-800-font-size {
  font-size: clamp(1.75rem, 1.3163rem + 1.2048vi, 2.25rem);
  line-height: 1.4;
}

.has-fs-700-font-size {
  font-size: clamp(1.25rem, 0.5994rem + 1.8072vi, 2rem);
  line-height: 1.5;
}

.has-fs-600-font-size {
  font-size: clamp(1.375rem, 0.9955rem + 1.0542vi, 1.8125rem);
  line-height: 1.5;
}

.has-fs-500-font-size {
  font-size: clamp(1.25rem, 1.0873rem + 0.4518vi, 1.4375rem);
  line-height: 1.5;
}

.has-fs-400-font-size {
  font-size: clamp(1rem, 0.8916rem + 0.3012vi, 1.125rem);
  line-height: 1.6;
}

.has-fs-300-font-size {
  font-size: clamp(0.875rem, 0.7666rem + 0.3012vi, 1rem);
  line-height: 1.6;
}

.has-fs-200-font-size {
  font-size: clamp(0.75rem, 0.6416rem + 0.3012vi, 0.875rem);
  line-height: 1.6;
}

.has-fs-100-font-size {
  font-size: 0.8125rem;
  line-height: 1.6;
}

.screen-reader-text {
  margin: -1px;
  padding: 0;
  height: 1px;
  width: 1px;
  position: absolute !important;
  overflow: hidden;
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  word-wrap: normal !important;
}
.screen-reader-text:focus {
  padding: 15px 23px 14px;
  display: block;
  height: auto;
  width: auto;
  left: 5px;
  top: 5px;
  z-index: 100000;
  color: #21759b;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: normal;
  text-decoration: none;
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  -webkit-clip-path: none;
          clip-path: none;
}

.button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: clamp(0.375rem, 0.1581rem + 0.6024vi, 0.625rem) clamp(1rem, 0.5663rem + 1.2048vi, 1.5rem);
  font-size: clamp(0.875rem, 0.6581rem + 0.6024vi, 1.125rem);
  font-weight: 700;
  color: #0d2023;
  text-decoration: none;
  white-space: nowrap;
  background-color: #ffffff;
  border: 2px solid #ffffff;
  border-radius: 100px;
  transition: 150ms ease-in-out all;
}
.button:hover, .button:active {
  color: #0d2023;
  background-color: #dcff00;
  border-color: #dcff00;
}
.button--secondary {
  color: #efefef;
  background-color: #081417;
  border-color: #081417;
}
.button--accent {
  background-color: #dcff00;
  border-color: #dcff00;
}
.button--accent:hover, .button--accent:active {
  background-color: #ffffff;
  border-color: #ffffff;
}
.button--accent-secondary {
  color: #ffffff;
  background-color: #9ac2c5;
  border-color: #9ac2c5;
}
.button--accent-secondary:hover, .button--accent-secondary:active {
  background-color: #dcff00;
  border-color: #dcff00;
}
.button--text, .hero-image__buttons a:first-of-type, .hero-small__buttons-custom a:first-of-type, .hero-large__buttons-custom a:first-of-type, .hero-podcast__buttons-custom a:first-of-type {
  padding-inline: unset;
  color: #dcff00;
  background-color: transparent;
  border-color: transparent;
}
.button--text:hover, .hero-image__buttons a:hover:first-of-type, .hero-small__buttons-custom a:hover:first-of-type, .hero-large__buttons-custom a:hover:first-of-type, .hero-podcast__buttons-custom a:hover:first-of-type, .button--text:active, .hero-image__buttons a:active:first-of-type, .hero-small__buttons-custom a:active:first-of-type, .hero-large__buttons-custom a:active:first-of-type, .hero-podcast__buttons-custom a:active:first-of-type {
  color: #b0cc00;
  background-color: transparent;
  border-color: transparent;
}
.button--arrow {
  display: grid;
  place-content: center;
  padding: 0;
  width: 48px;
  height: 48px;
  cursor: pointer;
}
.button--arrow.swiper-button-disabled {
  opacity: 0.3;
  pointer-events: none;
}

.nav__toggle {
  display: none;
  margin-left: auto;
  padding: 0;
  height: 24px;
  width: 24px;
  background: none;
  border: none;
  cursor: pointer;
}
@media (max-width: 767px) {
  .nav__toggle {
    display: block;
  }
}
.nav__toggle span {
  display: block;
  height: 2px;
  width: 24px;
  position: relative;
  background-color: #dcff00;
  transition: 150ms ease-out all;
}
.nav__toggle span:before, .nav__toggle span:after {
  content: "";
  display: block;
  width: 24px;
  height: 2px;
  position: absolute;
  left: 0;
  background-color: #dcff00;
  border-radius: 3px;
  transition: 150ms ease-out all;
}
.nav__toggle span:before {
  top: -7px;
}
.nav__toggle span:after {
  bottom: -7px;
}
.nav__toggle.is-expanded span {
  background-color: transparent;
}
.nav__toggle.is-expanded span:before {
  top: 0;
  transform: rotate(45deg);
}
.nav__toggle.is-expanded span:after {
  bottom: 0;
  transform: rotate(-45deg);
}
.nav--primary {
  font-weight: 600;
}
.nav--primary a {
  text-decoration: none;
}
.nav--primary .nav__inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 40px;
  width: 100%;
}
@media (max-width: 1334px) {
  .nav--primary .nav__inner {
    gap: 20px;
  }
}
@media (max-width: 767px) {
  .nav--primary .nav__inner {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100vw;
    height: 100vh;
    position: absolute;
    top: 0;
    left: -110vw;
    z-index: -1;
    background-color: #081417;
    background-image: url("../svg/bg-main.svg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    transition: 300ms ease-out left;
  }
}
@media (max-height: 600px) {
  .nav--primary .nav__inner {
    padding-top: var(--header-height);
    justify-content: flex-start;
    overflow-y: scroll;
  }
}
.nav--primary .nav__inner.is-visible {
  left: 0;
}
.nav--primary .nav__list {
  display: flex;
  align-items: center;
  gap: clamp(1rem, 0.5663rem + 1.2048vi, 1.5rem);
}
@media (min-width: 768px) {
  .nav--primary .nav__list {
    padding: 16px clamp(1.25rem, 0.1657rem + 3.012vi, 2.5rem);
    background-color: rgba(8, 20, 23, 0.82);
    border: 2px solid rgba(239, 235, 255, 0.18);
    border-radius: 40px;
  }
}
@media (max-width: 1274px) {
  .nav--primary .nav__list {
    order: 2;
    justify-content: center;
    margin: unset;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .nav--primary .nav__list {
    order: unset;
    flex-direction: column;
    gap: 16px;
  }
}
@media (max-height: 600px) {
  .nav--primary .nav__list {
    justify-content: flex-start;
  }
}
.nav--primary .nav__item {
  position: relative;
}
.nav--primary .nav__item:after {
  content: "";
  width: 26px;
  height: 2px;
  position: absolute;
  top: calc(100% + 14px);
  left: 50%;
  transform: translateX(-50%);
  background-color: transparent;
  transition: 150ms linear background-color;
}
@media (max-width: 767px) {
  .nav--primary .nav__item:after {
    top: calc(100% + 4px);
  }
}
.nav--primary .nav__item:hover .nav__sub-list {
  padding: 16px 20px;
  max-height: 1000px;
  position: absolute;
  z-index: 10;
  background-color: #081417;
  border: 2px solid rgba(239, 235, 255, 0.18);
  border-radius: 20px;
  opacity: 1;
}
.nav--primary .nav__item:hover:after {
  background-color: #dcff00;
}
.nav--primary .nav__item.is-active:after {
  background-color: #dcff00;
}
.nav--primary .nav__item.has-sub-menu > .nav__link {
  pointer-events: none;
}
@media (max-width: 767px) {
  .nav--primary .nav__link {
    display: block;
    padding-block: 4px;
    font-size: 26px;
    line-height: 1.6;
  }
}
@media (max-height: 600px) {
  .nav--primary .nav__link {
    font-size: 22px;
    line-height: 1.5;
  }
}
.nav--primary .nav__sub-list {
  padding: 0 20px;
  height: auto;
  max-height: 0;
  position: absolute;
  left: 50%;
  z-index: -100;
  background-color: rgba(8, 20, 23, 0.82);
  border: 2px solid transparent;
  border-radius: 20px;
  opacity: 0;
  overflow: hidden;
  transform: translateX(-50%);
  transition: 100ms linear all;
}
.nav--primary .nav__sub-item {
  padding-block: 4px;
  white-space: nowrap;
}
.nav--primary .nav__sub-item:after {
  top: calc(100% - 2px);
  left: 0;
  transform: unset;
}
@media (max-width: 767px) {
  .nav--primary .nav__sub-link {
    font-size: 20px;
    line-height: 1.6;
  }
}
@media (max-width: 767px) {
  .nav--primary .nav__branding {
    display: none;
  }
}
.nav--primary .nav__cta {
  display: flex;
  align-items: center;
  gap: clamp(1.25rem, 0.1657rem + 3.012vi, 2.5rem);
  margin-left: auto;
}
@media (max-width: 1334px) {
  .nav--primary .nav__cta {
    gap: 20px;
  }
}
@media (max-width: 767px) {
  .nav--primary .nav__cta {
    flex-direction: column;
    justify-content: center;
    margin: unset;
    margin-top: 80px;
    width: 100%;
  }
}
@media (max-height: 680px) {
  .nav--primary .nav__cta {
    margin-top: 20px;
  }
}
.nav--primary .nav__cta a {
  display: flex;
  align-items: center;
  gap: 16px;
}
@media (max-width: 767px) {
  .nav--primary .nav__cta a:last-of-type {
    display: none;
  }
}
.nav--footer .nav__list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media (max-width: 575px) {
  .nav--footer .nav__list {
    max-height: 0;
    overflow: hidden;
    transition: 350ms ease-in-out all;
  }
  .nav--footer .nav__list.is-open {
    max-height: 400px;
  }
}
.nav--footer .nav__item {
  line-height: 1.5;
}
.nav--footer .nav__link {
  position: relative;
  font-size: clamp(0.875rem, 0.7666rem + 0.3012vi, 1rem);
  line-height: 1.5;
  text-decoration: none;
}
.nav--footer .nav__link:after {
  content: "";
  width: 26px;
  height: 2px;
  position: absolute;
  top: calc(100% + 2px);
  left: 0;
  border-radius: 4px;
  background-color: transparent;
  transition: 150ms linear background-color;
}
.nav--footer .nav__link:hover:after, .nav--footer .nav__link:active:after {
  background-color: #dcff00;
}
.nav--footer .nav__link.is-active:after {
  background-color: #dcff00;
}

@media (max-width: 399px) {
  .branding {
    height: 32px;
  }
  .branding.footer__branding {
    height: unset;
  }
  .branding img {
    height: 100%;
  }
}
.footer__branding .branding__logo {
  max-width: 95px;
}
.branding__slogan {
  margin-top: 1rem;
}

.social--footer {
  display: flex;
  align-items: center;
  gap: 16px;
}
.social--footer .social__link {
  display: grid;
  place-content: center;
  width: 40px;
  height: 40px;
  background-color: #ffffff;
  border-radius: 40px;
  transition: 150ms ease-in-out background-color;
}
.social--footer .social__link:hover, .social--footer .social__link:active {
  background-color: #dcff00;
}

input:not([type=submit], [type=radio], [type=checkbox]),
textarea {
  padding: 10px clamp(1rem, 0.5663rem + 1.2048vi, 1.5rem);
  background-color: #ffffff;
  border: 2px solid #ffffff;
  border-radius: 40px;
  outline: none;
}
input:not([type=submit], [type=radio], [type=checkbox]):focus,
textarea:focus {
  border-color: #dcff00;
}
input:not([type=submit], [type=radio], [type=checkbox])::-moz-placeholder, textarea::-moz-placeholder {
  color: #808b93;
}
input:not([type=submit], [type=radio], [type=checkbox])::placeholder,
textarea::placeholder {
  color: #808b93;
}

.newsletter--footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 24px;
  line-height: 1.5;
  color: #0d2023;
  text-align: center;
  background-color: #efefef;
  border-radius: 40px;
}
.newsletter--footer .newsletter__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.newsletter--footer .newsletter__heading {
  margin-top: 16px;
  font-size: clamp(1.25rem, 1.0873rem + 0.4518vi, 1.4375rem);
  line-height: 1.5;
}
.newsletter--footer .newsletter__description {
  margin-top: 8px;
  font-size: clamp(0.875rem, 0.7666rem + 0.3012vi, 1rem);
}
.newsletter--footer .newsletter__form {
  margin-top: clamp(1.25rem, 0.1657rem + 3.012vi, 2.5rem);
}
.newsletter--footer .newsletter__form button[type=submit] {
  margin-top: 16px;
  width: 100%;
}

.partners {
  padding-bottom: clamp(2rem, 0.2651rem + 4.8193vi, 4rem);
  -webkit-mask: linear-gradient(90deg, rgba(8, 20, 23, 0) 0%, #081417 25%, #081417 75%, rgba(8, 20, 23, 0) 100%);
          mask: linear-gradient(90deg, rgba(8, 20, 23, 0) 0%, #081417 25%, #081417 75%, rgba(8, 20, 23, 0) 100%);
}
.partners a {
  display: block;
  height: 48px;
}
.partners a[href="#"] {
  pointer-events: none;
}
.partners a img {
  width: auto;
  height: 100%;
}

.strategic-partners {
  margin-block: clamp(5rem, 2.8313rem + 6.0241vi, 7.5rem);
  padding-block: clamp(1rem, 0.5663rem + 1.2048vi, 1.5rem);
  background-color: #dcff00;
  color: #0d2023;
  font-size: clamp(1.75rem, 1.3163rem + 1.2048vi, 2.25rem);
  rotate: 2deg;
}
@media (max-width: 767px) {
  .strategic-partners {
    font-size: clamp(1rem, 0.8916rem + 0.3012vi, 1.125rem);
  }
}
.strategic-partners .swiper-slide {
  display: flex;
  align-items: center;
  gap: 16px;
  width: -moz-fit-content !important;
  width: fit-content !important;
  white-space: nowrap;
}
.strategic-partners .swiper-slide span {
  color: #f76a2d;
}

.pill {
  display: inline-block;
  padding: 6px 16px 4px;
  font-size: 0.8125rem;
  text-transform: uppercase;
  border: 1px solid #344550;
  border-radius: 16px;
}
.pill:is(a) {
  text-decoration: none;
}

.tag {
  display: inline-flex;
  padding: clamp(0.5rem, 0.2831rem + 0.6024vi, 0.75rem) clamp(1rem, 0.5663rem + 1.2048vi, 1.5rem);
  background-color: rgba(154, 194, 197, 0.1);
  border-radius: 24px;
  font-size: clamp(0.875rem, 0.6581rem + 0.6024vi, 1.125rem);
}

.box, .contact-map__content, .offer-options--boxes .offer-options__item, .ebook__inner {
  padding: clamp(1.25rem, 0.5994rem + 1.8072vi, 2rem);
  background-color: #132124;
  border: 2px solid rgba(239, 235, 255, 0.18);
  border-radius: 40px;
}
@media (max-width: 767px) {
  .box, .contact-map__content, .offer-options--boxes .offer-options__item, .ebook__inner {
    border-radius: 24px;
  }
}
.box__image {
  aspect-ratio: 16/9;
}
.box__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: clamp(1.25rem, 0.5994rem + 1.8072vi, 2rem);
}
.box__description {
  font-size: clamp(0.875rem, 0.6581rem + 0.6024vi, 1.125rem);
}

.tabs__nav {
  overflow-x: scroll;
  position: relative;
  z-index: 2;
}
.tabs__list {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  margin-inline: auto;
  padding: 16px clamp(1.5rem, 0.6325rem + 2.4096vi, 2.5rem);
  width: auto;
  background-color: #0b191b;
  border: 2px solid rgba(239, 235, 255, 0.18);
  border-radius: 40px;
  position: relative;
  z-index: 2;
}
@media (max-width: 767px) {
  .tabs__list {
    min-width: 550px;
  }
}
.tabs__link {
  display: block;
  position: relative;
  text-decoration: none;
}
.tabs__link:after {
  content: "";
  width: 100%;
  height: 2px;
  position: absolute;
  top: calc(100% + 14px);
  left: 50%;
  transform: translateX(-50%);
  background-color: transparent;
  transition: 150ms linear background-color;
}
.tabs__link:hover:after {
  background-color: #dcff00;
}
.tabs__link.is-active {
  font-weight: 700;
}
.tabs__link.is-active:after {
  background-color: #dcff00;
}
.tabs__content {
  display: grid;
}
.tabs__item {
  grid-column: 1/2;
  grid-row: 1/2;
  width: 100%;
  height: 100svh;
  max-height: 768px;
  opacity: 0;
  transition: 300ms ease-in-out opacity;
}
@media (max-width: 767px) {
  .tabs--images .tabs__item {
    height: unset;
    max-height: unset;
    aspect-ratio: 335/212;
  }
}
.tabs__item.is-active {
  opacity: 1;
}
.tabs__item__image-full {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: clamp(1.25rem, 0.1657rem + 3.012vi, 2.5rem);
}

.accordion {
  padding-inline: clamp(1.5rem, 1.0663rem + 1.2048vi, 2rem);
  color: #0d2023;
  background-color: #efefef;
  border-radius: clamp(1.5rem, 1.0663rem + 1.2048vi, 2rem);
}
.accordion__item {
  display: grid;
  grid-template-rows: auto 0fr;
  padding-block: clamp(1rem, 0.5663rem + 1.2048vi, 1.5rem);
  border-bottom: 1px solid #ccd0c9;
  transition: 200ms linear grid-template-rows;
}
.accordion__item:last-of-type {
  border-bottom: 0;
}
.accordion__item.is-open {
  grid-template-rows: auto 1fr;
}
.accordion__title {
  display: grid;
  grid-template-columns: 1fr 24px;
  gap: clamp(1rem, 0.5663rem + 1.2048vi, 1.5rem);
  cursor: pointer;
}
.accordion__title:after {
  content: url("../svg/ico-plus.svg");
  width: 24px;
  height: 29px;
  transform: rotate(0deg);
  transition: 150ms ease-in-out all;
}
.is-open .accordion__title:after {
  content: url("../svg/ico-close.svg");
  transform: rotate(90deg);
}
.accordion__content {
  overflow: hidden;
}
.accordion__content > div {
  padding-top: 16px;
}

.pagination__links {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
}
.pagination__link, .pagination__number {
  display: grid;
  place-content: center;
  width: 48px;
  height: 48px;
  font-weight: 700;
  background-color: #132124;
  border-radius: 48px;
  text-decoration: none;
}
.pagination__number {
  color: #0d2023;
  background-color: #ffffff;
}
.pagination__number:is(a):hover, .pagination__number:is(a):active {
  color: #0d2023;
  background-color: #dcff00;
}
.pagination__number--current {
  background-color: #dcff00;
}

.ebook {
  margin-inline: auto;
  padding-inline: clamp(1.25rem, 0.1657rem + 3.012vi, 2.5rem);
  width: min(1210px, 100%);
}
.ebook__inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(2.5rem, 0.3313rem + 6.0241vi, 5rem);
  padding: clamp(1.5rem, 0.1988rem + 3.6145vi, 3rem) clamp(2rem, 0.2651rem + 4.8193vi, 4rem);
}
@media (max-width: 767px) {
  .ebook__inner {
    grid-template-columns: 1fr;
  }
}
.ebook__heading {
  max-width: 466px;
  font-size: clamp(2rem, 1.241rem + 2.1084vi, 2.875rem);
  position: relative;
}
.ebook__heading:after {
  content: "";
  max-width: 202px;
  width: 50%;
  max-height: 94px;
  height: 50%;
  position: absolute;
  top: 100%;
  right: 0;
  background-image: url("../svg/arr-ornament-6.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
@media (max-width: 799px) {
  .ebook__heading:after {
    top: calc(100% - 20px);
  }
}
@media (max-width: 767px) {
  .ebook__heading:after {
    top: 100%;
    rotate: 140deg;
  }
}
@media (max-width: 499px) {
  .ebook__heading:after {
    top: calc(100% - 30px);
  }
}
@media (max-width: 374px) {
  .ebook__heading:after {
    display: none;
  }
}
.ebook__slogan {
  font-size: clamp(1.375rem, 0.9955rem + 1.0542vi, 1.8125rem);
}
.ebook__form {
  margin-top: clamp(1.5rem, 0.1988rem + 3.6145vi, 3rem);
}
.ebook__form form {
  display: flex;
  gap: 16px;
}
@media (max-width: 399px) {
  .ebook__form form {
    flex-wrap: wrap;
  }
}
.ebook__form form input {
  flex-grow: 1;
}
@media (max-width: 399px) {
  .ebook__form form button {
    flex-grow: 1;
  }
}

blockquote {
  margin-block: 40px;
  padding-left: clamp(1.25rem, 0.1657rem + 3.012vi, 2.5rem);
  border-left: 2px solid #dcff00;
}
blockquote p {
  font-size: clamp(1.375rem, 0.9955rem + 1.0542vi, 1.8125rem);
}
blockquote cite {
  font-size: clamp(0.875rem, 0.7666rem + 0.3012vi, 1rem);
}

.header {
  padding-block: clamp(1rem, 0.5663rem + 1.2048vi, 1.5rem);
  width: 100%;
  position: fixed;
  z-index: 100;
  transition: 150ms linear all;
}
.header.is-fixed {
  padding-block: 8px;
}
@media (min-width: 768px) {
  .header.is-fixed {
    background-color: rgba(8, 20, 23, 0.5);
    -webkit-backdrop-filter: blur(10px);
            backdrop-filter: blur(10px);
  }
}
.header__inner {
  display: flex;
  align-items: center;
  gap: 40px;
  margin-inline: auto;
  padding-inline: clamp(1.25rem, 0.1657rem + 3.012vi, 2.5rem);
  width: min(1440px, 100%);
}
@media (max-width: 1334px) {
  .header__inner {
    gap: 20px;
  }
}
@media (max-width: 767px) {
  .header__inner {
    gap: 0;
    padding: 0;
    width: calc(100% - clamp(1.25rem, 0.1657rem + 3.012vi, 2.5rem) * 2);
    transition: 150ms linear padding;
  }
  .is-fixed .header__inner {
    padding: 12px clamp(1.25rem, 0.1657rem + 3.012vi, 2.5rem);
    width: calc(100% - 20px);
    background-color: #081417;
    border: 2px solid rgba(239, 235, 255, 0.18);
    border-radius: 40px;
  }
}
.header__branding {
  flex-shrink: 0;
  display: none;
  width: 113px;
}
@media (max-width: 767px) {
  .header__branding {
    display: block;
    margin-left: 16px;
  }
}
@media (max-width: 399px) {
  .header__branding {
    margin-left: 8px;
  }
}
.header__nav {
  display: flex;
  align-items: center;
  gap: 40px;
  flex-grow: 1;
}
@media (max-width: 1299px) {
  .header__nav {
    gap: 20px;
  }
}
.header__links {
  display: none;
}
@media (max-width: 767px) {
  .header__links {
    display: block;
  }
}

.footer {
  background-color: #081417;
}
.footer__inner {
  margin-inline: auto;
  padding-inline: clamp(1.25rem, 0.1657rem + 3.012vi, 2.5rem);
  width: min(1440px, 100%);
}
.footer__content {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  padding-block: clamp(3.75rem, 0.497rem + 9.0361vi, 7.5rem);
}
@media (max-width: 1299px) {
  .footer__content {
    grid-template-columns: 3fr 2fr 2fr 1fr;
  }
}
@media (max-width: 1039px) {
  .footer__content {
    grid-template-columns: 3fr 2fr 2fr;
  }
}
@media (max-width: 767px) {
  .footer__content {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 575px) {
  .footer__content {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 767px) {
  .footer__section:nth-child(1) {
    grid-column: span 2;
    margin-bottom: calc(clamp(2rem, 0.2651rem + 4.8193vi, 4rem) - clamp(1.25rem, 0.1657rem + 3.012vi, 2.5rem));
  }
}
@media (max-width: 575px) {
  .footer__section:nth-child(1) {
    grid-column: unset;
  }
}
.footer__section__title {
  margin-bottom: 16px;
  font-size: clamp(1.25rem, 1.0873rem + 0.4518vi, 1.4375rem);
  line-height: 1.5;
}
@media (max-width: 575px) {
  .footer__section__title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
    padding-bottom: 16px;
    border-bottom: 1px solid rgba(239, 239, 239, 0.18);
  }
  .footer__section__title:after {
    content: url("../svg/arr-chevron-down.svg");
    width: 24px;
    height: 24px;
  }
}
@media (max-width: 767px) {
  .footer__section--address {
    order: -2;
  }
}
.footer__info {
  display: flex;
  flex-direction: column;
  gap: clamp(1rem, 0.5663rem + 1.2048vi, 1.5rem);
  margin-top: clamp(1.25rem, 0.1657rem + 3.012vi, 2.5rem);
}
.footer__info__item {
  display: flex;
  align-items: center;
  gap: 16px;
}
.footer__info a {
  text-decoration: none;
}
.footer__social {
  margin-top: clamp(1rem, 0.1325rem + 2.4096vi, 2rem);
}
@media (max-width: 1039px) {
  .footer__newsletter {
    grid-column: span 3;
    order: -1;
    margin-bottom: calc(clamp(2rem, 0.2651rem + 4.8193vi, 4rem) - clamp(1.25rem, 0.1657rem + 3.012vi, 2.5rem));
  }
}
@media (max-width: 767px) {
  .footer__newsletter {
    grid-column: span 2;
  }
}
@media (max-width: 575px) {
  .footer__newsletter {
    grid-column: unset;
  }
}
.footer__copy {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: clamp(1.25rem, 0.1657rem + 3.012vi, 2.5rem);
  margin-block: clamp(1rem, 0.1325rem + 2.4096vi, 2rem);
  padding-block: 12px;
  font-size: clamp(0.875rem, 0.7666rem + 0.3012vi, 1rem);
}
.footer__copy-links {
  display: flex;
  align-items: center;
  gap: clamp(1rem, 0.5663rem + 1.2048vi, 1.5rem);
}
.footer__copy-links a {
  text-decoration: none;
}
.footer .nav__list + .footer__section__title {
  margin-top: clamp(1.25rem, 0.1657rem + 3.012vi, 2.5rem);
}

.archive__section {
  margin-block: clamp(2.5rem, -0.753rem + 9.0361vi, 6.25rem);
  margin-inline: auto;
  padding-inline: clamp(1.25rem, 0.1657rem + 3.012vi, 2.5rem);
  width: min(1440px, 100%);
}
.archive__section__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
}
@media (max-width: 767px) {
  .archive__section__header {
    flex-direction: column;
    align-items: flex-start;
  }
}
.archive__section__title {
  font-size: clamp(2rem, 1.241rem + 2.1084vi, 2.875rem);
}
.archive__sticky {
  margin-block: clamp(2.5rem, -1.8373rem + 12.0482vi, 7.5rem);
  margin-inline: auto;
  padding-inline: clamp(1.25rem, 0.1657rem + 3.012vi, 2.5rem);
  width: min(1440px, 100%);
}
.archive__categories {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px;
  scroll-margin-top: 200px;
}
.archive__categories a {
  text-decoration: none;
}
.archive__categories a.is-active {
  color: #dcff00;
}
.archive__posts {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: clamp(1.5rem, 0.1988rem + 3.6145vi, 3rem);
  margin-top: clamp(1.5rem, 0.1988rem + 3.6145vi, 3rem);
}
@media (max-width: 959px) {
  .archive__posts {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 575px) {
  .archive__posts {
    grid-template-columns: 1fr;
  }
}
.archive__pagination {
  margin-top: clamp(1.5rem, 0.1988rem + 3.6145vi, 3rem);
}

.entry__thumbnail {
  width: 100%;
  aspect-ratio: 35/20;
}
.entry__thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: clamp(1.5rem, 1.0663rem + 1.2048vi, 2rem);
}
.entry__title {
  margin-top: clamp(1rem, 0.5663rem + 1.2048vi, 1.5rem);
  font-size: clamp(1.375rem, 0.9955rem + 1.0542vi, 1.8125rem);
}
.entry__title a {
  text-decoration: none;
}
.entry__excerpt {
  margin-top: clamp(0.375rem, 0.1581rem + 0.6024vi, 0.625rem);
}
.entry__terms {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin-top: clamp(1rem, 0.5663rem + 1.2048vi, 1.5rem);
}
.entry__term {
  text-decoration: none;
}
.entry__read-more {
  display: none;
  margin-top: clamp(1rem, 0.1325rem + 2.4096vi, 2rem);
}
.works .entry:first-of-type {
  grid-column: span 2;
  display: grid;
  grid-template-columns: 3fr 2fr;
  align-items: center;
  gap: clamp(1.25rem, 0.1657rem + 3.012vi, 2.5rem);
  border-color: #dcff00;
}
@media (max-width: 575px) {
  .works .entry:first-of-type {
    grid-column: unset;
  }
}
.works .entry:first-of-type .entry__thumbnail {
  order: 2;
  height: 100%;
  aspect-ratio: unset;
}
.works .entry:first-of-type .entry__title {
  font-size: clamp(1.75rem, 1.3163rem + 1.2048vi, 2.25rem);
}
.archive__sticky .entry {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: clamp(2.5rem, 0.3313rem + 6.0241vi, 5rem);
  border-color: #dcff00;
}
.archive__sticky .entry .entry__thumbnail {
  aspect-ratio: 67/50;
}
.archive__sticky .entry .entry__content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.archive__sticky .entry .entry__title {
  font-size: clamp(2rem, 1.241rem + 2.1084vi, 2.875rem);
}
.archive__sticky .entry .entry__title em {
  color: #dcff00;
}
.archive__sticky .entry .entry__excerpt {
  margin-top: clamp(1rem, 0.1325rem + 2.4096vi, 2rem);
}
.archive__sticky .entry .entry__terms {
  order: -1;
  margin-top: 0;
}
.archive__sticky .entry .entry__read-more {
  display: inline-flex;
}

.article__header {
  margin-top: 24px;
  margin-inline: auto;
  padding-inline: clamp(1.25rem, 0.1657rem + 3.012vi, 2.5rem);
  width: min(1440px, 100%);
  text-align: center;
}
.article__return-link {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 12px 18px;
  font-weight: 700;
  line-height: 24px;
  text-decoration: none;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 32px;
}
.article__title {
  margin-top: 16px;
}
.article__terms {
  margin-top: clamp(1rem, 0.5663rem + 1.2048vi, 1.5rem);
}
.article__date {
  margin-top: clamp(1rem, 0.5663rem + 1.2048vi, 1.5rem);
}
.article__thumbnail {
  margin-top: clamp(2.5rem, 0.3313rem + 6.0241vi, 5rem);
  margin-inline: auto;
  padding-inline: clamp(1.25rem, 0.1657rem + 3.012vi, 2.5rem);
  width: min(1440px, 100%);
  height: 100svh;
  max-height: 768px;
}
.article__thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: clamp(1.5rem, 0.6325rem + 2.4096vi, 2.5rem);
}
.article__content {
  margin-top: clamp(2.5rem, 0.3313rem + 6.0241vi, 5rem);
  margin-inline: auto;
  width: min(980px, 100%);
  padding-bottom: clamp(2.5rem, 0.3313rem + 6.0241vi, 5rem);
  border-bottom: 1px solid rgba(191, 191, 182, 0.18);
}
.article__content img,
.article__content figure {
  border-radius: clamp(1.5rem, 0.6325rem + 2.4096vi, 2.5rem);
}
.article__section__heading {
  text-align: center;
}
.article__popular-posts {
  margin-top: clamp(2.5rem, 0.3313rem + 6.0241vi, 5rem);
  margin-inline: auto;
  padding-inline: clamp(1.25rem, 0.1657rem + 3.012vi, 2.5rem);
  width: min(1440px, 100%);
}

.hero-podcast {
  display: grid;
  margin-top: clamp(1.5rem, 0.1988rem + 3.6145vi, 3rem);
  position: relative;
  z-index: 1;
}
.hero-podcast + .archive__sticky {
  margin-top: 40px;
}
.hero-podcast__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: end;
  grid-column: 1/2;
  grid-row: 1/2;
  margin-inline: auto;
  padding-bottom: clamp(2.5rem, 0.3313rem + 6.0241vi, 5rem);
  padding-inline: clamp(1.25rem, 0.1657rem + 3.012vi, 2.5rem);
  width: min(1130px, 100%);
  position: relative;
  z-index: 2;
  text-align: center;
}
.hero-podcast__image {
  grid-column: 1/2;
  grid-row: 1/2;
  margin-inline: auto;
  padding-inline: clamp(1.25rem, 0.1657rem + 3.012vi, 2.5rem);
  width: min(1440px, 100%);
  height: 100svh;
  max-height: 800px;
  z-index: -1;
}
@media (max-width: 767px) {
  .hero-podcast__image {
    max-height: unset;
    height: calc(100svh - var(--header-height));
  }
}
.hero-podcast__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: clamp(1.5rem, 0.6325rem + 2.4096vi, 2.5rem);
}
.hero-podcast__heading {
  margin-top: 16px;
  font-size: clamp(2.25rem, 0.8404rem + 3.9157vi, 3.875rem);
  line-height: 1.2;
}
.hero-podcast__slogan {
  margin-top: clamp(1rem, 0.5663rem + 1.2048vi, 1.5rem);
}
.hero-podcast__buttons {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  margin-top: clamp(1.5rem, 0.1988rem + 3.6145vi, 3rem);
}
@media (max-width: 575px) {
  .hero-podcast__buttons {
    flex-direction: column;
  }
}
.hero-podcast__buttons a {
  display: flex;
  align-items: center;
  gap: 16px;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 4px;
}
.hero-podcast__buttons-custom {
  margin-top: clamp(1.5rem, 0.6325rem + 2.4096vi, 2.5rem);
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: clamp(1rem, 0.1325rem + 2.4096vi, 2rem);
  align-items: center;
}
.hero-podcast__works {
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 50%) scale(1);
}
@media (max-width: 767px) {
  .hero-podcast__works {
    width: 120px;
    height: 120px;
  }
}
.hero-podcast__works:hover {
  transform: translate(-50%, 50%) scale(1.05);
}

.works-slider {
  margin-inline: auto;
  padding-inline: clamp(1.25rem, 0.1657rem + 3.012vi, 2.5rem);
  padding-bottom: 80px;
  width: min(1440px, 100%);
}
@media (max-width: 399px) {
  .works-slider {
    padding-bottom: 100px;
  }
}
.works-slider__item {
  width: 100%;
  max-width: 900px;
  height: auto !important;
  position: relative;
  aspect-ratio: 9/5;
}
.works-slider__item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: clamp(1.5rem, 0.6325rem + 2.4096vi, 2.5rem);
}
.works-slider__item__box {
  width: 50%;
  position: absolute;
  bottom: -77px;
  font-size: clamp(0.875rem, 0.6581rem + 0.6024vi, 1.125rem);
}
@media (max-width: 639px) {
  .works-slider__item__box {
    width: 75%;
  }
}
@media (max-width: 399px) {
  .works-slider__item__box {
    width: 260px;
    top: calc(100% - 55px);
    bottom: unset;
  }
}
@media (max-width: 399px) {
  .works-slider__item__name {
    font-size: 11px;
  }
}
.works-slider__item__podcast {
  margin-top: 0;
  font-size: clamp(0.75rem, 0.6416rem + 0.3012vi, 0.875rem);
  color: #dcff00;
  text-decoration: underline;
}
@media (max-width: 399px) {
  .works-slider__item__podcast {
    font-size: 10px;
  }
}
.works-slider__item.swiper-slide {
  opacity: 0.25;
  transition: 500ms ease-in-out opacity;
}
.works-slider__item.swiper-slide-active {
  opacity: 1;
}
.works-slider__controls {
  display: flex;
  justify-content: space-between;
  padding-inline: 40px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  width: min(1350px, 100%);
}
@media (max-width: 767px) {
  .works-slider__controls {
    display: none;
  }
}
.works-slider .swiper {
  justify-content: center !important;
  overflow: visible !important;
}

.hero-large {
  display: grid;
  padding-top: clamp(2.5rem, -1.8373rem + 12.0482vi, 7.5rem);
  margin-bottom: 75px;
  position: relative;
  z-index: 2;
}
.hero-large__inner {
  grid-column: 1/2;
  grid-row: 1/2;
  margin-inline: auto;
  padding-inline: clamp(1.25rem, 0.1657rem + 3.012vi, 2.5rem);
  width: min(1440px, 100%);
  position: relative;
  z-index: 2;
  text-align: center;
}
.hero-large__inner:before {
  content: "";
  width: 100%;
  height: 100%;
  max-height: 570px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background: linear-gradient(180deg, #081417 0%, rgba(8, 20, 23, 0.79) 33%, rgba(8, 20, 23, 0.85) 52%, rgba(8, 20, 23, 0) 100%);
}
@media (max-width: 767px) {
  .hero-large__inner:before {
    max-height: 300px;
  }
}
.hero-large__image {
  grid-column: 1/2;
  grid-row: 1/2;
  margin-top: 57px;
  margin-inline: auto;
  padding-inline: clamp(1.25rem, 0.1657rem + 3.012vi, 2.5rem);
  width: min(1440px, 100%);
  height: 100svh;
  max-height: 592px;
  z-index: -1;
}
@media (max-width: 767px) {
  .hero-large__image {
    max-height: 495px;
  }
}
.hero-large__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: clamp(1.5rem, 0.6325rem + 2.4096vi, 2.5rem);
}
.hero-large__heading {
  margin-top: 16px;
  font-size: clamp(2.75rem, 0.9066rem + 5.1205vi, 4.875rem);
  line-height: 1.2;
}
.hero-large__slogan {
  margin-top: 16px;
  font-size: clamp(1.25rem, 1.0873rem + 0.4518vi, 1.4375rem);
}
.hero-large__buttons {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  margin-top: clamp(1.5rem, 0.1988rem + 3.6145vi, 3rem);
}
@media (max-width: 575px) {
  .hero-large__buttons {
    flex-direction: column;
  }
}
.hero-large__buttons a {
  display: flex;
  align-items: center;
  gap: 16px;
  font-weight: 700;
  text-decoration: none;
}
@media (max-width: 767px) {
  .hero-large__buttons a:nth-child(2) {
    display: none;
  }
}
.hero-large__buttons-custom {
  margin-top: clamp(1.5rem, 0.6325rem + 2.4096vi, 2.5rem);
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: clamp(1rem, 0.1325rem + 2.4096vi, 2rem);
  align-items: center;
}
.hero-large__works {
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 50%) scale(1);
}
@media (max-width: 767px) {
  .hero-large__works {
    width: 120px;
    height: 120px;
  }
}
.hero-large__works:hover {
  transform: translate(-50%, 50%) scale(1.05);
}

.hero-small {
  margin-block: clamp(2.5rem, -0.753rem + 9.0361vi, 6.25rem) clamp(3.75rem, 0.497rem + 9.0361vi, 7.5rem);
  margin-inline: auto;
  padding-inline: clamp(1.25rem, 0.1657rem + 3.012vi, 2.5rem);
  width: min(1440px, 100%);
  text-align: center;
}
.hero-small__heading {
  margin-inline: auto;
  max-width: min(948px, 100%);
  font-size: clamp(2.25rem, 0.8404rem + 3.9157vi, 3.875rem);
}
.hero-small__text {
  margin-top: clamp(1rem, 0.5663rem + 1.2048vi, 1.5rem);
  margin-inline: auto;
  max-width: min(948px, 100%);
}
.hero-small__buttons-custom {
  margin-top: clamp(1.5rem, 0.6325rem + 2.4096vi, 2.5rem);
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: clamp(1rem, 0.1325rem + 2.4096vi, 2rem);
  align-items: center;
}
.hero-image {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: clamp(2.5rem, 0.3313rem + 6.0241vi, 5rem);
  margin-block: clamp(2.5rem, 0.3313rem + 6.0241vi, 5rem) clamp(2.5rem, -1.8373rem + 12.0482vi, 7.5rem);
  margin-inline: auto;
  padding-inline: clamp(1.25rem, 0.1657rem + 3.012vi, 2.5rem);
  width: min(1440px, 100%);
}
@media (max-width: 959px) {
  .hero-image {
    grid-template-columns: 1fr;
  }
}
.hero-image__heading {
  font-size: clamp(2.25rem, 0.8404rem + 3.9157vi, 3.875rem);
  line-height: 1.2;
}
.hero-image__text {
  margin-top: 16px;
  font-size: clamp(1.25rem, 1.0873rem + 0.4518vi, 1.4375rem);
  color: #bfbfb6;
}
.hero-image__buttons {
  margin-top: clamp(1.5rem, 0.6325rem + 2.4096vi, 2.5rem);
  display: flex;
  flex-wrap: wrap;
  gap: clamp(1rem, 0.1325rem + 2.4096vi, 2rem);
  align-items: center;
}
.hero-image__image {
  position: relative;
}
.hero-image__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: clamp(1.5rem, 0.6325rem + 2.4096vi, 2.5rem);
}
.hero-image--bg .hero-image__image:after {
  content: "";
  width: calc(100% - 50px);
  height: calc(100% - 90px);
  position: absolute;
  left: 25px;
  bottom: 0;
  z-index: -1;
  background-color: rgba(239, 235, 255, 0.2);
  border: 2px solid rgba(239, 235, 255, 0.16);
  border-radius: clamp(1.5rem, 0.6325rem + 2.4096vi, 2.5rem);
}

.partners-slider {
  margin-block: calc(clamp(2.5rem, 0.3313rem + 6.0241vi, 5rem) + 75px) clamp(2.5rem, 0.3313rem + 6.0241vi, 5rem);
  position: relative;
}
@media (max-width: 767px) {
  .partners-slider {
    margin-block: calc(clamp(2.5rem, 0.3313rem + 6.0241vi, 5rem) + 50px) clamp(2.5rem, 0.3313rem + 6.0241vi, 5rem);
  }
}
.partners-slider:after {
  content: "";
  width: 100%;
  height: 100svh;
  max-height: 543px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  background: rgb(8, 20, 23);
  background: linear-gradient(0deg, #0d2023 0%, #081417 100%);
}
.partners-slider .partners {
  padding-bottom: 0;
}
.partners-slider a {
  height: 90px;
}
@media (max-width: 767px) {
  .partners-slider a {
    height: 48px;
  }
}

.what-we-do {
  display: flex;
  gap: clamp(2.5rem, 0.3313rem + 6.0241vi, 5rem);
  margin-block: clamp(2.5rem, -1.8373rem + 12.0482vi, 7.5rem);
  margin-inline: auto;
  padding-inline: clamp(1.25rem, 0.1657rem + 3.012vi, 2.5rem);
  width: min(1440px, 100%);
}
@media (max-width: 959px) {
  .what-we-do {
    display: flex;
    flex-direction: column;
  }
}
.what-we-do__info {
  width: 100%;
  max-width: 33%;
  position: relative;
  z-index: 2;
}
@media (max-width: 959px) {
  .what-we-do__info {
    max-width: unset;
  }
}
.what-we-do__heading {
  margin-top: 16px;
  font-size: clamp(2.25rem, 0.8404rem + 3.9157vi, 3.875rem);
  line-height: 1.2;
}
.what-we-do__description {
  margin-top: clamp(1rem, 0.1325rem + 2.4096vi, 2rem);
  color: #bfbfb6;
}
.what-we-do__slider-buttons {
  display: flex;
  gap: 16px;
  margin-top: clamp(1rem, 0.1325rem + 2.4096vi, 2rem);
}
@media (max-width: 575px) {
  .what-we-do__slider-buttons {
    display: none;
  }
}
.what-we-do__slider-buttons .swiper-button-disabled {
  opacity: 0.3;
  pointer-events: none;
}
.what-we-do__slider {
  width: 100%;
  max-width: calc(67% - clamp(1.25rem, -2.003rem + 9.0361vi, 5rem));
}
@media (max-width: 959px) {
  .what-we-do__slider {
    max-width: unset;
  }
}
.what-we-do__slider .swiper {
  overflow: unset !important;
}
.what-we-do__slider .swiper-slide {
  height: auto;
  opacity: 0;
  transition: 100ms linear opacity;
}
.what-we-do__slider .swiper-slide-prev {
  opacity: 0 !important;
}
@media (max-width: 959px) {
  .what-we-do__slider .swiper-slide-prev {
    opacity: 1 !important;
  }
}
.what-we-do__slider .swiper-slide-visible {
  opacity: 1;
}
.what-we-do__service {
  height: 100%;
}
.what-we-do__service__name {
  margin-top: clamp(1rem, 0.5663rem + 1.2048vi, 1.5rem);
  font-size: clamp(1.25rem, 0.5994rem + 1.8072vi, 2rem);
  line-height: 1.3;
}
.what-we-do__service__description {
  margin-top: 8px;
}
.what-we-do__service__button {
  margin-top: clamp(1rem, 0.5663rem + 1.2048vi, 1.5rem);
}

.single-review {
  margin-block: calc(clamp(2.5rem, -1.8373rem + 12.0482vi, 7.5rem) + clamp(2rem, 0.2651rem + 4.8193vi, 4rem)) clamp(2.5rem, -1.8373rem + 12.0482vi, 7.5rem);
  margin-inline: auto;
  padding-inline: clamp(1.25rem, 0.1657rem + 3.012vi, 2.5rem);
  width: min(1440px, 100%);
}
@media (max-width: 767px) {
  .single-review {
    margin-block: clamp(2.5rem, 0.3313rem + 6.0241vi, 5rem);
  }
}
.single-review__inner {
  margin-inline: auto;
  width: min(1130px, 100%);
  position: relative;
}
.single-review__content {
  padding: clamp(2.5rem, 0.3313rem + 6.0241vi, 5rem);
  width: 100%;
  max-width: 78%;
  position: relative;
}
@media (max-width: 639px) {
  .single-review__content {
    max-width: unset;
    padding-bottom: 120px;
  }
}
@media (max-width: 479px) {
  .single-review__content {
    padding-bottom: 170px;
  }
}
.single-review__content:before {
  content: url("../svg/arr-ornament-2.svg");
  position: absolute;
  top: 100%;
  left: -20px;
  display: none;
}
@media (max-width: 767px) {
  .single-review__content:before {
    display: block;
  }
}
@media (max-width: 639px) {
  .single-review__content:before {
    top: 75%;
  }
}
@media (max-width: 399px) {
  .single-review__content:before {
    top: 70%;
  }
}
.single-review__text {
  font-size: clamp(1.375rem, 0.9955rem + 1.0542vi, 1.8125rem);
  line-height: 1.5;
  max-width: 576px;
}
@media (max-width: 1024px) {
  .single-review__text {
    max-width: 85%;
  }
}
@media (max-width: 639px) {
  .single-review__text {
    max-width: unset;
  }
}
.single-review__author {
  margin-top: clamp(1rem, 0.5663rem + 1.2048vi, 1.5rem);
}
.single-review__link {
  font-size: clamp(0.75rem, 0.6416rem + 0.3012vi, 0.875rem);
  color: #dcff00;
}
.single-review__link:hover, .single-review__link:active {
  color: #b0cc00;
}
.single-review__image {
  max-width: 30%;
  position: absolute;
  right: clamp(1.25rem, 0.1657rem + 3.012vi, 2.5rem);
  bottom: 0;
  z-index: 2;
}
@media (max-width: 639px) {
  .single-review__image {
    width: 170px;
    max-width: unset;
    right: -50px;
  }
}
.single-review__image:after {
  content: "";
  width: 123%;
  height: 50%;
  background-color: #26383c;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
  border-radius: clamp(1.25rem, 0.5994rem + 1.8072vi, 2rem);
}
@media (max-width: 767px) {
  .single-review__image:after {
    border-radius: 16px;
  }
}
@media (max-width: 639px) {
  .single-review__image:after {
    left: -70px;
    transform: unset;
  }
}
.single-review__image:before {
  content: url("../svg/arr-ornament-1.svg");
  position: absolute;
  top: clamp(1.25rem, -2.003rem + 9.0361vi, 5rem);
  right: calc(100% + 10px);
}
@media (max-width: 959px) {
  .single-review__image:before {
    top: 20px;
    right: calc(100% + 25px);
  }
}
@media (max-width: 839px) {
  .single-review__image:before {
    top: 0;
    right: calc(100% + 35px);
  }
}
@media (max-width: 767px) {
  .single-review__image:before {
    display: none;
  }
}

.why-us {
  margin-block: clamp(2.5rem, -1.8373rem + 12.0482vi, 7.5rem);
  margin-inline: auto;
  padding-inline: clamp(1.25rem, 0.1657rem + 3.012vi, 2.5rem);
  width: min(1440px, 100%);
}
.why-us__tabs {
  text-align: center;
}
.why-us__title {
  text-align: center;
}
.why-us__heading {
  margin-top: 16px;
  margin-inline: auto;
  font-size: clamp(2rem, 1.241rem + 2.1084vi, 2.875rem);
  line-height: 1.3;
}
.why-us__tabs-nav {
  display: inline-flex;
  width: 100%;
  max-width: 1210px;
  transform: translateY(50%);
}

.reviews {
  margin-block: clamp(2.5rem, -1.8373rem + 12.0482vi, 7.5rem);
  margin-inline: auto;
  width: min(1440px, 100%);
}
.reviews__header {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-inline: clamp(1.25rem, 0.1657rem + 3.012vi, 2.5rem);
}
.reviews__title {
  margin-inline: auto;
}
.reviews__heading {
  margin-top: 16px;
  font-size: clamp(2rem, 1.241rem + 2.1084vi, 2.875rem);
  line-height: 1.3;
  text-align: center;
}
.reviews__description {
  margin-top: 16px;
  color: #bfbfb6;
}
.reviews__controls {
  display: flex;
  gap: 16px;
  margin-top: clamp(1.25rem, 0.1657rem + 3.012vi, 2.5rem);
}
@media (max-width: 575px) {
  .reviews__controls {
    display: none;
  }
}
.reviews__slider {
  margin-block: 48px;
}
.reviews__slider .swiper {
  overflow: unset !important;
}
.reviews__slider .swiper-slide-active {
  display: flex;
  justify-content: center;
}
.reviews__button {
  margin-inline: auto;
  text-align: center;
}

.review {
  padding: 32px;
  position: relative;
  background-color: rgba(239, 235, 255, 0.2);
  border: 2px solid rgba(239, 235, 255, 0.16);
  border-radius: 40px;
  scale: 0.85;
  opacity: 0.4;
  transition: 250ms ease-in-out all;
}
.review:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-backdrop-filter: blur(3px);
          backdrop-filter: blur(3px);
  border-radius: 40px;
}
.swiper-slide-active .review {
  color: #0d2023;
  background-color: #efefef;
  opacity: 1;
  scale: 1;
  transition: 250ms ease-in-out all;
}
.swiper-slide-active .review:before {
  content: none;
}
.review__title {
  margin-top: 16px;
  font-size: clamp(1.375rem, 0.9955rem + 1.0542vi, 1.8125rem);
  line-height: 1.5;
}
.review__text {
  margin-top: 16px;
  font-size: clamp(0.875rem, 0.6581rem + 0.6024vi, 1.125rem);
}
.review__person {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: 24px;
}
@media (max-width: 575px) {
  .review__person {
    font-size: 12px;
  }
}
.review__podcast-title {
  font-size: clamp(0.75rem, 0.6416rem + 0.3012vi, 0.875rem);
  line-height: 1.5;
}
@media (max-width: 575px) {
  .review__podcast-title {
    font-size: 10px;
  }
}
.review__image {
  width: 64px;
  height: 64px;
}
@media (max-width: 575px) {
  .review__image {
    width: 32px;
    height: 32px;
  }
}
.review__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 16px;
}
@media (max-width: 575px) {
  .review__image img {
    border-radius: 8px;
  }
}
.review__button {
  margin-top: clamp(1.25rem, 0.1657rem + 3.012vi, 2.5rem);
}

.team {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-block: clamp(2.5rem, -1.8373rem + 12.0482vi, 7.5rem);
  margin-inline: auto;
  padding-inline: clamp(1.25rem, 0.1657rem + 3.012vi, 2.5rem);
  gap: clamp(2.5rem, 0.3313rem + 6.0241vi, 5rem);
  width: min(1440px, 100%);
}
@media (max-width: 959px) {
  .team {
    grid-template-columns: 1fr;
  }
}
.team__content {
  max-width: 50%;
}
@media (max-width: 959px) {
  .team__content {
    max-width: unset;
  }
}
.team__heading {
  margin-top: 16px;
  font-size: clamp(2rem, 1.241rem + 2.1084vi, 2.875rem);
  line-height: 1.2;
}
.team__text {
  margin-top: 16px;
  color: #bfbfb6;
}
.team__text strong {
  font-size: clamp(1.25rem, 1.0873rem + 0.4518vi, 1.4375rem);
  color: #efefef;
}
.team__buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 40px;
}
.team__image {
  max-width: calc(50% - clamp(2.5rem, 0.3313rem + 6.0241vi, 5rem));
  position: relative;
}
.team--inverted .team__image {
  order: 2;
}
@media (max-width: 959px) {
  .team__image {
    order: 2;
    max-width: unset;
  }
}
.team__image__ornament {
  width: 50%;
  position: absolute;
  top: -60px;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .team__image__ornament {
    top: -30px;
  }
}
.team__boxes {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: start;
  gap: 20px;
  margin-top: 40px;
}
@media (max-width: 1199px) {
  .team__boxes {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 959px) {
  .team__boxes {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 575px) {
  .team__boxes {
    grid-template-columns: 1fr;
  }
}
.team__box {
  display: grid;
  grid-template-columns: 88px 1fr;
  align-items: center;
  gap: clamp(1rem, 0.5663rem + 1.2048vi, 1.5rem);
  padding: clamp(1rem, 0.5663rem + 1.2048vi, 1.5rem) clamp(1.25rem, 0.5994rem + 1.8072vi, 2rem);
  height: 100%;
}
.team__box__image img {
  width: 88px;
  height: 88px;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top center;
     object-position: top center;
  border-radius: 100px;
}
.team__box__position {
  margin-top: 0;
  font-size: clamp(0.875rem, 0.7666rem + 0.3012vi, 1rem);
  color: #dcff00;
}
.team__box__social {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: 12px;
}
.team__box__social a {
  transition: none;
}
.team__box__social a:hover, .team__box__social a:active {
  filter: brightness(0) saturate(100%) invert(86%) sepia(99%) saturate(828%) hue-rotate(10deg) brightness(102%) contrast(102%);
}

.knowledge {
  margin-block: clamp(2.5rem, -1.8373rem + 12.0482vi, 7.5rem);
  margin-inline: auto;
  padding-inline: clamp(1.25rem, 0.1657rem + 3.012vi, 2.5rem);
  width: min(1440px, 100%);
}
.knowledge__header {
  text-align: center;
}
.knowledge__heading {
  margin-top: 16px;
  font-size: clamp(2rem, 1.241rem + 2.1084vi, 2.875rem);
  line-height: 1.3;
}
.knowledge__content {
  margin-top: clamp(1.5rem, 0.1988rem + 3.6145vi, 3rem);
  padding-block: clamp(1rem, 0.1325rem + 2.4096vi, 2rem) clamp(2rem, 0.2651rem + 4.8193vi, 4rem);
  padding-inline: clamp(1rem, 0.1325rem + 2.4096vi, 2rem);
  border: 1px solid #dcff00;
  border-radius: clamp(1.25rem, 0.5994rem + 1.8072vi, 2rem);
}
.knowledge__card {
  display: flex !important;
  flex-direction: column;
  height: auto !important;
}
.knowledge__card__name {
  font-size: clamp(1.75rem, 1.3163rem + 1.2048vi, 2.25rem);
  text-align: center;
}
.knowledge__card__content {
  flex-grow: 1;
  margin-top: clamp(1.5rem, 0.1988rem + 3.6145vi, 3rem);
  border-radius: clamp(1rem, 0.5663rem + 1.2048vi, 1.5rem);
  background-color: #ffffff;
}
.knowledge__card__content-inner {
  display: flex;
  flex-direction: column;
  padding: clamp(1.5rem, 1.0663rem + 1.2048vi, 2rem) clamp(1rem, 0.5663rem + 1.2048vi, 1.5rem);
  color: #0d2023;
  text-align: center;
}
.knowledge__card__image {
  aspect-ratio: 3/2;
}
.knowledge__card__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: clamp(1rem, 0.5663rem + 1.2048vi, 1.5rem) clamp(1rem, 0.5663rem + 1.2048vi, 1.5rem) 0 0;
}
.knowledge__card__heading {
  font-size: clamp(1.375rem, 0.9955rem + 1.0542vi, 1.8125rem);
}
.knowledge__card__description {
  margin-top: 16px;
}
.knowledge__card__button {
  margin-top: clamp(1.5rem, 0.1988rem + 3.6145vi, 3rem);
}

.faq {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: clamp(2.5rem, 0.3313rem + 6.0241vi, 5rem);
  margin-block: clamp(2.5rem, -1.8373rem + 12.0482vi, 7.5rem);
  margin-inline: auto;
  padding-inline: clamp(1.25rem, 0.1657rem + 3.012vi, 2.5rem);
  width: min(1440px, 100%);
}
@media (max-width: 767px) {
  .faq {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 575px) {
  .faq {
    display: none;
  }
}
.faq__heading {
  margin-top: 16px;
  font-size: clamp(2.25rem, 0.8404rem + 3.9157vi, 3.875rem);
  line-height: 1.2;
}
.faq__text {
  margin-top: 16px;
  color: #bfbfb6;
}
.faq__button {
  margin-top: 40px;
}

.cta {
  margin-top: clamp(2.5rem, -1.8373rem + 12.0482vi, 7.5rem);
  margin-inline: auto;
  padding-inline: clamp(1.25rem, 0.1657rem + 3.012vi, 2.5rem);
  width: min(1210px, 100%);
  position: relative;
}
.cta:after {
  content: "";
  width: 100vw;
  height: 100px;
  background-color: #081417;
  position: absolute;
  bottom: 0;
  left: 50%;
  z-index: -1;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .cta {
    margin-top: 120px;
  }
}
.cta__content {
  margin-left: auto;
  padding: 60px 60px 60px 80px;
  max-width: calc(100% - 180px);
  position: relative;
  background-color: #132124;
  border: 2px solid rgba(239, 235, 255, 0.18);
  border-radius: clamp(1.5rem, 0.6325rem + 2.4096vi, 2.5rem);
}
@media (max-width: 767px) {
  .cta__content {
    padding: 100px 32px 40px;
    max-width: unset;
    text-align: center;
  }
}
.cta__images {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -180px;
}
@media (max-width: 767px) {
  .cta__images {
    display: flex;
    justify-content: center;
    width: 100%;
    top: -75px;
    left: 50%;
    transform: translateX(-50%);
  }
}
.cta__images img {
  width: 210px;
  height: 210px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top center;
     object-position: top center;
  border-radius: 210px;
}
@media (max-width: 767px) {
  .cta__images img {
    width: 150px;
    height: 150px;
  }
}
.cta__images img:first-of-type {
  margin-bottom: -30px;
}
@media (max-width: 767px) {
  .cta__images img:first-of-type {
    margin-bottom: 0;
    margin-right: -30px;
  }
}
.cta__slogan {
  font-size: clamp(1.5rem, 0.3072rem + 3.3133vi, 2.875rem);
  line-height: 1.3;
}
.cta__text {
  margin-top: 16px;
  color: #bfbfb6;
}
.cta__quote {
  display: flex;
  gap: clamp(1.5rem, 0.6325rem + 2.4096vi, 2.5rem);
  margin-top: clamp(1.5rem, -0.4518rem + 5.4217vi, 3.75rem);
}
@media (max-width: 767px) {
  .cta__quote {
    flex-direction: column;
    align-items: center;
  }
}
.cta__quote a {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  text-decoration: none;
  font-weight: 700;
}
@media (max-width: 767px) {
  .cta__quote a:nth-child(2) {
    order: -1;
  }
}
.cta__buttons {
  margin-top: 40px;
}
@media (max-width: 767px) {
  .cta__buttons {
    display: flex;
    justify-content: center;
  }
}
.cta__buttons__item {
  display: flex;
  align-items: center;
  gap: clamp(1rem, 0.5663rem + 1.2048vi, 1.5rem);
}

.productions {
  display: flex;
  gap: clamp(2.5rem, 0.3313rem + 6.0241vi, 5rem);
  margin-block: clamp(2.5rem, -1.8373rem + 12.0482vi, 7.5rem);
  margin-inline: auto;
  padding-inline: clamp(1.25rem, 0.1657rem + 3.012vi, 2.5rem);
  width: min(1440px, 100%);
}
@media (max-width: 959px) {
  .productions {
    flex-wrap: wrap;
  }
}
.productions__header {
  width: 100%;
  max-width: 33%;
}
@media (max-width: 959px) {
  .productions__header {
    max-width: unset;
  }
}
.productions__heading {
  margin-top: 16px;
  font-size: clamp(2.25rem, 0.8404rem + 3.9157vi, 3.875rem);
  line-height: 1.2;
}
.productions__text {
  margin-top: 16px;
  color: #bfbfb6;
}
.productions__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: clamp(1.25rem, 0.1657rem + 3.012vi, 2.5rem);
}
.productions__content {
  display: flex;
  gap: clamp(1.25rem, 0.1657rem + 3.012vi, 2.5rem);
  width: 100%;
  max-width: calc(67% - clamp(1.25rem, -2.003rem + 9.0361vi, 5rem));
  max-height: 1350px;
}
@media (max-width: 959px) {
  .productions__content {
    max-width: unset;
  }
}
@media (max-width: 767px) {
  .productions__content {
    max-height: 675px;
  }
}
@media (max-width: 399px) {
  .productions__content {
    max-height: 540px;
  }
}
.productions__slider {
  width: calc(50% - clamp(1.25rem, 0.1657rem + 3.012vi, 2.5rem) / 2);
}
.productions__slider .swiper {
  overflow: auto !important;
}
.productions__slider .swiper-slide {
  max-width: 100%;
  height: auto;
}
.productions__item {
  width: 100%;
  height: 100%;
  background-color: rgba(239, 235, 255, 0.2);
  border-radius: clamp(1rem, -0.3012rem + 3.6145vi, 2.5rem);
}
.productions__item img {
  width: 100%;
  height: auto;
  max-height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 1;
  border-radius: inherit;
}
.productions__item__content {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: clamp(1rem, 0.5663rem + 1.2048vi, 1.5rem);
  padding: clamp(1rem, 0.5663rem + 1.2048vi, 1.5rem);
}
.productions__item__content a {
  font-weight: 700;
  text-decoration: none;
}
@media (max-width: 767px) {
  .productions__item__content a:first-of-type {
    display: none;
  }
}
@media (max-width: 399px) {
  .productions__item__content .button {
    padding: 4px 10px;
    width: 100%;
    font-size: 12px;
  }
}

.our-podcast {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: clamp(2.5rem, 0.3313rem + 6.0241vi, 5rem);
  align-items: center;
  margin-block: clamp(2.5rem, -1.8373rem + 12.0482vi, 7.5rem);
  margin-inline: auto;
  padding-inline: clamp(1.25rem, 0.1657rem + 3.012vi, 2.5rem);
  width: min(1440px, 100%);
}
.our-podcast--left {
  grid-template-columns: 1fr 2fr;
}
.our-podcast__heading {
  margin-top: 16px;
  font-size: clamp(2rem, 1.241rem + 2.1084vi, 2.875rem);
  line-height: 1.3;
}
.our-podcast__text {
  margin-top: 16px;
  color: #bfbfb6;
}
.our-podcast__links {
  display: flex;
  gap: clamp(1rem, 0.1325rem + 2.4096vi, 2rem);
  margin-top: 16px;
}
.our-podcast__links a {
  font-weight: 700;
  color: #dcff00;
}
.our-podcast__button {
  margin-top: clamp(1.5rem, 0.6325rem + 2.4096vi, 2.5rem);
}
.our-podcast--left .our-podcast__image {
  order: -1;
}
.our-podcast__image img {
  width: 100%;
  aspect-ratio: 1/1;
  border-radius: clamp(1.5rem, 0.6325rem + 2.4096vi, 2.5rem);
}

.our-studio {
  margin-block: clamp(2.5rem, -1.8373rem + 12.0482vi, 7.5rem);
  margin-inline: auto;
  padding-inline: clamp(1.25rem, 0.1657rem + 3.012vi, 2.5rem);
  width: min(1440px, 100%);
  text-align: center;
}
.our-studio__heading {
  margin-top: 16px;
  font-size: clamp(2rem, 1.241rem + 2.1084vi, 2.875rem);
  line-height: 1.3;
}
.our-studio__text {
  margin-top: 16px;
  color: #bfbfb6;
}
.our-studio__slider {
  margin-top: clamp(2.5rem, 0.3313rem + 6.0241vi, 5rem);
}
.our-studio__slider img {
  width: 100%;
  max-width: 950px;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 95/63;
  border-radius: clamp(1.5rem, 0.6325rem + 2.4096vi, 2.5rem);
}
.our-studio__slider .swiper-slide {
  max-width: 950px;
  aspect-ratio: 95/63;
}
.our-studio__controls {
  display: flex;
  justify-content: center;
  gap: 16px;
  margin-top: clamp(1.5rem, 0.1988rem + 3.6145vi, 3rem);
}

.studio-adv {
  margin-block: clamp(2.5rem, -1.8373rem + 12.0482vi, 7.5rem);
  margin-inline: auto;
  padding-inline: clamp(1.25rem, 0.1657rem + 3.012vi, 2.5rem);
  width: min(1440px, 100%);
}
.studio-adv.studio-adv--vertical {
  display: flex;
  justify-content: space-between;
  gap: clamp(2.5rem, 0.3313rem + 6.0241vi, 5rem);
}
@media (max-width: 959px) {
  .studio-adv.studio-adv--vertical {
    flex-direction: column;
  }
}
.studio-adv__header {
  text-align: center;
}
.studio-adv--vertical .studio-adv__header {
  width: calc(47% - clamp(2.5rem, 0.3313rem + 6.0241vi, 5rem));
  text-align: left;
}
@media (max-width: 959px) {
  .studio-adv--vertical .studio-adv__header {
    width: 100%;
  }
}
.studio-adv__heading {
  margin-top: 16px;
  font-size: clamp(2rem, 1.241rem + 2.1084vi, 2.875rem);
  line-height: 1.3;
}
.studio-adv--vertical .studio-adv__heading {
  font-size: 52px;
}
@media (max-width: 1199px) {
  .studio-adv--vertical .studio-adv__heading {
    font-size: clamp(2rem, 1.241rem + 2.1084vi, 2.875rem);
  }
}
.studio-adv__text {
  margin-top: 16px;
  color: #bfbfb6;
}
.studio-adv__slider {
  margin-top: clamp(3.75rem, 3.75rem + 0vi, 3.75rem);
  position: relative;
}
.studio-adv--vertical .studio-adv__slider {
  margin-top: 0;
  width: 53%;
  max-width: 676px;
}
@media (max-width: 959px) {
  .studio-adv--vertical .studio-adv__slider {
    margin-left: auto;
    width: calc(100% - 60px);
    max-width: unset;
  }
}
@media (max-width: 575px) {
  .studio-adv--vertical .studio-adv__slider {
    width: 100%;
  }
}
.studio-adv__slider:before {
  content: url("../svg/arr-ornament-4.svg");
  position: absolute;
  top: -50px;
  left: 200px;
}
@media (max-width: 399px) {
  .studio-adv__slider:before {
    left: 125px;
  }
}
.studio-adv--vertical .studio-adv__slider:before {
  content: url("../svg/arr-ornament-5.svg");
  top: 147px;
  left: -60px;
}
@media (max-width: 575px) {
  .studio-adv--vertical .studio-adv__slider:before {
    display: none;
  }
}
.studio-adv--vertical .studio-adv__slider .swiper {
  height: calc(100px + var(--slide-height) * 5);
}
@media (max-width: 959px) {
  .studio-adv--vertical .studio-adv__slider .swiper {
    height: calc(90px + var(--slide-height) * 4);
  }
}
@media (max-width: 575px) {
  .studio-adv--vertical .studio-adv__slider .swiper {
    height: calc(70px + var(--slide-height) * 3);
  }
}
.studio-adv__slider .swiper-slide {
  max-width: 325px;
  height: auto !important;
}
.studio-adv--vertical .studio-adv__slider .swiper-slide {
  max-width: unset;
  min-height: var(--slide-height) !important;
}
.studio-adv__item {
  text-align: left;
  transition: 150ms linear all;
}
.studio-adv__item__count {
  display: grid;
  place-content: center;
  width: 48px;
  height: 48px;
  font-size: clamp(1.25rem, 1.0873rem + 0.4518vi, 1.4375rem);
  background-color: transparent;
  border-radius: 48px;
  transition: 150ms linear all;
}
.studio-adv--vertical .studio-adv__item__count {
  display: none;
  border: 1px solid #9ac2c5;
}
.swiper-slide-active .studio-adv__item__count {
  color: #efefef;
  background-color: #9ac2c5;
}
.studio-adv__item__count--vertical {
  display: none;
  width: auto;
}
.studio-adv--vertical .studio-adv__item__count--vertical {
  display: inline-flex;
  align-items: center;
  padding-inline: 16px;
}
.studio-adv__item__title {
  margin-top: 16px;
  font-size: clamp(1.25rem, 1.0873rem + 0.4518vi, 1.4375rem);
}
.studio-adv__item__desc {
  margin-top: 8px;
}
.studio-adv__item.swiper-slide-active {
  background-color: #efefef;
  color: #0d2023;
}
.studio-adv__controls {
  display: flex;
  justify-content: flex-end;
  gap: 16px;
  margin-top: clamp(1.5rem, 0.1988rem + 3.6145vi, 3rem);
}
.studio-adv--vertical .studio-adv__controls {
  display: none;
}

.two-boxes {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: center;
  gap: 20px;
  margin: clamp(2.5rem, -1.8373rem + 12.0482vi, 7.5rem) auto;
  padding-inline: clamp(1.25rem, 0.1657rem + 3.012vi, 2.5rem);
  width: min(1440px, 100%);
}
@media (max-width: 959px) {
  .two-boxes {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 575px) {
  .two-boxes {
    grid-template-columns: 1fr;
  }
}
.two-boxes__header {
  margin-right: 60px;
}
@media (max-width: 1140px) {
  .two-boxes__header {
    margin-right: 0;
  }
}
@media (max-width: 959px) {
  .two-boxes__header {
    grid-column: span 2;
  }
}
@media (max-width: 575px) {
  .two-boxes__header {
    grid-column: unset;
  }
}
.two-boxes__heading {
  margin-top: 16px;
  font-size: 52px;
  line-height: 1.3;
}
@media (max-height: 1299px) {
  .two-boxes__heading {
    font-size: clamp(2rem, 1.241rem + 2.1084vi, 2.875rem);
  }
}
.two-boxes__text {
  margin-top: 16px;
  color: #bfbfb6;
}
.two-boxes__box__image {
  width: 100%;
  height: 100%;
  max-height: 210px;
  aspect-ratio: 37/21;
}
.two-boxes__box__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: clamp(1rem, 0.1325rem + 2.4096vi, 2rem);
}
.two-boxes__box__title {
  margin-top: 24px;
  font-size: clamp(1.25rem, 0.5994rem + 1.8072vi, 2rem);
  line-height: 1.3;
}
.two-boxes__box__description {
  margin-top: 8px;
  color: #bfbfb6;
}

.our-set {
  margin-block: clamp(2.5rem, -1.8373rem + 12.0482vi, 7.5rem);
  margin-inline: auto;
  padding-inline: clamp(1.25rem, 0.1657rem + 3.012vi, 2.5rem);
  width: min(1440px, 100%);
  text-align: center;
}
.our-set__heading {
  margin-top: 16px;
  font-size: clamp(2rem, 1.241rem + 2.1084vi, 2.875rem);
  line-height: 1.3;
}
.our-set__text {
  margin-top: 16px;
  margin-inline: auto;
  color: #bfbfb6;
  max-width: 900px;
}
.our-set__image {
  margin-top: clamp(1.5rem, 0.1988rem + 3.6145vi, 3rem);
  width: 100%;
  height: 100svh;
  max-height: 768px;
}
.our-set__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: clamp(1.5rem, 0.6325rem + 2.4096vi, 2.5rem);
}

.work-stages {
  margin-block: clamp(2.5rem, -1.8373rem + 12.0482vi, 7.5rem);
  margin-inline: auto;
  padding-inline: clamp(1.25rem, 0.1657rem + 3.012vi, 2.5rem);
  width: min(1440px, 100%);
  text-align: center;
}
.work-stages__heading {
  margin-top: 16px;
  font-size: clamp(2rem, 1.241rem + 2.1084vi, 2.875rem);
  line-height: 1.3;
}
.work-stages__text {
  margin-top: 16px;
  margin-inline: auto;
  color: #bfbfb6;
  max-width: 900px;
}
.work-stages__stages {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
  margin-top: clamp(3.75rem, 3.75rem + 0vi, 3.75rem);
  position: relative;
}
@media (max-width: 959px) {
  .work-stages__stages {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .work-stages__stages {
    grid-template-columns: 1fr;
  }
}
.work-stages__stages:before {
  content: url("../svg/arr-ornament-4.svg");
  position: absolute;
  top: -50px;
  left: 200px;
}
@media (max-width: 399px) {
  .work-stages__stages:before {
    left: 125px;
  }
}
.work-stages__item {
  --transition: 150ms;
  text-align: left;
  transition: var(--transition) ease-in-out all;
}
.work-stages__item:hover {
  background-color: #ffffff;
}
.work-stages__item:hover .work-stages__item__count {
  background-color: #9ac2c5;
}
.work-stages__item:hover .work-stages__item__title {
  color: #0d2023;
}
.work-stages__item:hover .work-stages__item__desc {
  color: #0d2023;
}
.work-stages__item__count {
  padding: 9px 24px;
  font-size: clamp(1.25rem, 1.0873rem + 0.4518vi, 1.4375rem);
  font-weight: 700;
  border: 1px solid #9ac2c5;
  border-radius: 40px;
  transition: var(--transition) ease-in-out all;
}
.work-stages__item__title {
  margin-top: 16px;
  font-size: clamp(1.25rem, 1.0873rem + 0.4518vi, 1.4375rem);
  transition: var(--transition) ease-in-out all;
}
.work-stages__item__desc {
  margin-top: 8px;
  color: #bfbfb6;
  transition: var(--transition) ease-in-out all;
}
.work-stages__item__desc p + ul,
.work-stages__item__desc p + ol {
  margin-top: 16px;
}
.work-stages__item__desc p + ul li,
.work-stages__item__desc p + ol li {
  display: grid;
  grid-template-columns: 24px 1fr;
  gap: 8px;
}
.work-stages__item__desc p + ul li:before,
.work-stages__item__desc p + ol li:before {
  content: url("../svg/ico-check-24.svg");
  margin-top: 3px;
}
.work-stages__cta {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: clamp(1rem, 0.5663rem + 1.2048vi, 1.5rem);
  margin-top: clamp(1.5rem, 0.6325rem + 2.4096vi, 2.5rem);
}
.work-stages__cta__desc {
  font-size: clamp(1.25rem, 1.0873rem + 0.4518vi, 1.4375rem);
}

.large-image {
  margin-block: clamp(2.5rem, -1.8373rem + 12.0482vi, 7.5rem);
  margin-inline: auto;
  padding-inline: clamp(1.25rem, 0.1657rem + 3.012vi, 2.5rem);
  width: min(1440px, 100%);
  text-align: center;
}
.large-image__heading {
  margin-top: 16px;
  font-size: clamp(2rem, 1.241rem + 2.1084vi, 2.875rem);
  line-height: 1.3;
}
.large-image__text {
  margin-top: 16px;
  margin-inline: auto;
  color: #bfbfb6;
  max-width: 900px;
}
.large-image__media--small {
  margin-inline: auto;
  width: min(900px, 100%);
}
.large-image__image {
  margin-top: clamp(1.5rem, 0.1988rem + 3.6145vi, 3rem);
}
.large-image__image img {
  width: 100%;
  height: auto;
  max-height: 768px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: clamp(1.5rem, 0.6325rem + 2.4096vi, 2.5rem);
}
.large-image__media--small .large-image__image img {
  max-height: 550px;
}

.offer-options {
  margin-block: clamp(2.5rem, -1.8373rem + 12.0482vi, 7.5rem);
}
.offer-options--bg {
  padding-block: 50px;
  background-color: #111c1e;
}
.offer-options__inner {
  margin-inline: auto;
  padding-inline: clamp(1.25rem, 0.1657rem + 3.012vi, 2.5rem);
  width: min(1440px, 100%);
  text-align: center;
}
.offer-options__heading {
  margin-top: 16px;
  font-size: clamp(2rem, 1.241rem + 2.1084vi, 2.875rem);
  line-height: 1.3;
}
.offer-options__text {
  margin-top: 16px;
  margin-inline: auto;
  color: #bfbfb6;
  max-width: 900px;
}
.offer-options__options {
  margin-top: 40px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
}
.offer-options--boxes .offer-options__options {
  margin-top: clamp(3.75rem, 3.75rem + 0vi, 3.75rem);
}
@media (max-width: 959px) {
  .offer-options__options {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .offer-options__options {
    grid-template-columns: 1fr;
  }
}
.offer-options--boxes .offer-options__item {
  position: relative;
  text-align: left;
}
.offer-options__item--highlight {
  border-color: #dcff00 !important;
}
.offer-options__item--image {
  margin-top: 40px;
}
.offer-options--boxes .offer-options__item__image {
  position: absolute;
  top: -47px;
  right: clamp(1rem, 0.1325rem + 2.4096vi, 2rem);
}
.offer-options__item__image img {
  margin-inline: auto;
  width: 94px;
  height: auto;
}
.offer-options__item__name {
  margin-top: 16px;
  font-size: clamp(1.75rem, 1.3163rem + 1.2048vi, 2.25rem);
  color: #dcff00;
}
.offer-options--boxes .offer-options__item__name {
  margin-top: 0;
  max-width: calc(100% - 110px);
  font-size: clamp(1.375rem, 0.9955rem + 1.0542vi, 1.8125rem);
  color: #efefef;
}
.offer-options__item__description {
  margin-top: 16px;
  color: #bfbfb6;
}
.offer-options__item__description a {
  color: #dcff00;
}
.offer-options__item__description a:hover, .offer-options__item__description a:active {
  color: #b0cc00;
}

.posts-section {
  margin-block: clamp(2.5rem, -1.8373rem + 12.0482vi, 7.5rem);
  margin-inline: auto;
  padding-inline: clamp(1.25rem, 0.1657rem + 3.012vi, 2.5rem);
  width: min(1440px, 100%);
  text-align: center;
}
.posts-section__heading {
  margin-top: 16px;
  font-size: clamp(2rem, 1.241rem + 2.1084vi, 2.875rem);
  line-height: 1.3;
}
.posts-section__text {
  margin-top: 16px;
  margin-inline: auto;
  color: #bfbfb6;
  max-width: 900px;
}
.posts-section__button {
  margin-top: 40px;
}
.posts-section .entry {
  text-align: left;
}

.works-slider {
  margin-block: clamp(3.75rem, 0.497rem + 9.0361vi, 7.5rem);
}

.reels-slider {
  margin-block: clamp(2.5rem, -1.8373rem + 12.0482vi, 7.5rem);
  margin-inline: auto;
  padding-inline: clamp(1.25rem, 0.1657rem + 3.012vi, 2.5rem);
  width: min(1440px, 100%);
  text-align: center;
}
.reels-slider__heading {
  margin-top: 16px;
  font-size: clamp(2rem, 1.241rem + 2.1084vi, 2.875rem);
  line-height: 1.3;
}
.reels-slider__text {
  margin-top: 16px;
  margin-inline: auto;
  color: #bfbfb6;
  max-width: 900px;
}
.reels-slider__slider .swiper {
  overflow: visible !important;
}
.reels-slider__item {
  width: 100vw;
  max-width: 342px;
  aspect-ratio: 9/16;
}
.reels-slider__item img,
.reels-slider__item video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: clamp(1.5rem, 0.6325rem + 2.4096vi, 2.5rem);
}

.options-block {
  margin-block: clamp(2.5rem, -1.8373rem + 12.0482vi, 7.5rem);
}
.options-block__inner {
  margin-inline: auto;
  padding-inline: clamp(1.25rem, 0.1657rem + 3.012vi, 2.5rem);
  width: min(1440px, 100%);
  text-align: center;
}
.options-block__heading {
  margin-top: 16px;
  font-size: clamp(2rem, 1.241rem + 2.1084vi, 2.875rem);
  line-height: 1.3;
}
.options-block__text {
  margin-top: 16px;
  margin-inline: auto;
  color: #bfbfb6;
  max-width: 900px;
}
.options-block__options {
  margin-top: 40px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(1.25rem, 0.1657rem + 3.012vi, 2.5rem);
}
@media (max-width: 767px) {
  .options-block__options {
    grid-template-columns: 1fr;
  }
}
.options-block__item {
  text-align: left;
}
.options-block__item__count {
  display: inline-flex;
  padding: 4px 16px;
  font-size: 0.8125rem;
  text-transform: uppercase;
  border: 1px solid #dcff00;
  border-radius: 40px;
}
.options-block__item__name {
  margin-top: 16px;
  font-size: clamp(1.375rem, 0.9955rem + 1.0542vi, 1.8125rem);
}
.options-block__item__description {
  margin-top: 16px;
  color: #bfbfb6;
}

.team-large {
  margin-block: clamp(2.5rem, -1.8373rem + 12.0482vi, 7.5rem);
  margin-inline: auto;
  padding-inline: clamp(1.25rem, 0.1657rem + 3.012vi, 2.5rem);
  width: min(1440px, 100%);
}
.team-large__header {
  text-align: center;
}
.team-large__heading {
  margin-top: 16px;
  font-size: clamp(2rem, 1.241rem + 2.1084vi, 2.875rem);
  line-height: 1.2;
}
.team-large__text {
  margin-top: 16px;
  color: #bfbfb6;
}
.team-large__text strong {
  font-size: clamp(1.25rem, 1.0873rem + 0.4518vi, 1.4375rem);
  color: #efefef;
}
.team-large__inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: start;
  gap: clamp(1.5rem, 0.1988rem + 3.6145vi, 3rem);
  margin-top: 40px;
  position: relative;
}
@media (max-width: 767px) {
  .team-large__inner {
    grid-template-columns: 1fr;
  }
}
.team-large__inner:before {
  content: "";
  width: 30%;
  max-width: 327px;
  height: 116px;
  position: absolute;
  top: clamp(2.5rem, 0.3313rem + 6.0241vi, 5rem);
  left: 50%;
  transform: translateX(-50%);
  background-image: url("../svg/arr-ornament-3.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
@media (max-width: 767px) {
  .team-large__inner:before {
    display: none;
  }
}
.team-large__item {
  margin-top: clamp(3.75rem, 0.497rem + 9.0361vi, 7.5rem);
  height: calc(100% - clamp(3.75rem, 0.497rem + 9.0361vi, 7.5rem));
}
.team-large__item__image {
  width: 100%;
}
.team-large__item__image img {
  margin-top: calc((clamp(3.75rem, 0.497rem + 9.0361vi, 7.5rem) + 32px) * -1);
  width: 100%;
  height: 100%;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
  border-radius: clamp(1.5rem, 1.0663rem + 1.2048vi, 2rem);
}
.team-large__item__name {
  margin-top: clamp(1rem, 0.5663rem + 1.2048vi, 1.5rem);
  font-size: clamp(1.75rem, 1.3163rem + 1.2048vi, 2.25rem);
}
.team-large__item__desc {
  margin-top: 16px;
  color: #bfbfb6;
}

.contact-info {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: center;
  gap: 20px;
  margin: clamp(2.5rem, -1.8373rem + 12.0482vi, 7.5rem) auto;
  padding-inline: clamp(1.25rem, 0.1657rem + 3.012vi, 2.5rem);
  width: min(1440px, 100%);
}
@media (max-width: 959px) {
  .contact-info {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 575px) {
  .contact-info {
    grid-template-columns: 1fr;
  }
}
.contact-info__header {
  margin-right: 60px;
}
@media (max-width: 1140px) {
  .contact-info__header {
    margin-right: 0;
  }
}
@media (max-width: 959px) {
  .contact-info__header {
    grid-column: span 2;
  }
}
@media (max-width: 575px) {
  .contact-info__header {
    grid-column: unset;
  }
}
.contact-info__heading {
  margin-top: 16px;
  font-size: 52px;
  line-height: 1.3;
}
@media (max-height: 1299px) {
  .contact-info__heading {
    font-size: clamp(2rem, 1.241rem + 2.1084vi, 2.875rem);
  }
}
.contact-info__text {
  margin-top: 16px;
  color: #bfbfb6;
}
.contact-info__box {
  height: 100%;
  position: relative;
}
.contact-info__box__title {
  font-size: clamp(1.25rem, 0.5994rem + 1.8072vi, 2rem);
  line-height: 1.3;
}
.contact-info__box__description {
  margin-top: 16px;
  color: #bfbfb6;
}
.contact-info__box__item {
  margin-top: clamp(1.5rem, 0.6325rem + 2.4096vi, 2.5rem);
}
.contact-info__box__item a {
  text-decoration: none;
}
.contact-info__box__label {
  display: block;
  margin-bottom: 8px;
  font-size: 0.8125rem;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.contact-info__box__button {
  margin-top: clamp(1.5rem, 0.6325rem + 2.4096vi, 2.5rem);
}
.contact-info__box__image {
  width: 90px;
  height: 90px;
  aspect-ratio: 1/1;
  position: absolute;
  right: clamp(1.5rem, 1.0663rem + 1.2048vi, 2rem);
  bottom: clamp(1.5rem, 1.0663rem + 1.2048vi, 2rem);
}
@media (max-width: 767px) {
  .contact-info__box__image {
    width: 64px;
    height: 64px;
  }
}
.contact-info__box__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.contact-map {
  margin-top: clamp(2.5rem, -1.8373rem + 12.0482vi, 7.5rem);
  margin-inline: auto;
  padding-inline: clamp(1.25rem, 0.1657rem + 3.012vi, 2.5rem);
  width: min(1440px, 100%);
}
.contact-map__content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(2.5rem, 0.3313rem + 6.0241vi, 5rem);
  margin-bottom: -140px;
  margin-inline: auto;
  padding-block: clamp(1.5rem, 0.1988rem + 3.6145vi, 3rem);
  padding-inline: clamp(1.5rem, -0.4518rem + 5.4217vi, 3.75rem);
  width: min(1210px, 100%);
  position: relative;
  z-index: 2;
}
@media (max-width: 767px) {
  .contact-map__content {
    margin-bottom: 40px;
    grid-template-columns: 1fr;
  }
}
.contact-map__heading {
  margin-bottom: 16px;
  font-size: clamp(1.75rem, 1.3163rem + 1.2048vi, 2.25rem);
  color: #dcff00;
}
.contact-map__map {
  width: 100%;
  height: 383px;
  border-radius: clamp(1.25rem, 0.1657rem + 3.012vi, 2.5rem);
}

/**
 * Swiper 11.1.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2024 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: April 9, 2024
 */
@font-face {
  font-family: "swiper-icons";
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff;
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  --swiper-wrapper-transition-timing-function: initial;
  */
}

:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
  display: block;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
}

.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-horizontal {
  touch-action: pan-y;
}

.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  backface-visibility: hidden;
}

/* 3D Effects */
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-3d {
  perspective: 1200px;
}
.swiper-3d .swiper-slide,
.swiper-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}

/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none; /* For Firefox */
  -ms-overflow-style: none; /* For Internet Explorer and Edge */
}
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}
.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}
.swiper-css-mode.swiper-vertical > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  scroll-snap-type: none;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

/* Slide styles start */
/* 3D Shadows */
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}
.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* Slide styles end */
/*# sourceMappingURL=app.css.map */
