@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/*!
 * Toastify js 1.12.0
 * https://github.com/apvarun/toastify-js
 * @license MIT licensed
 *
 * Copyright (C) 2018 Varun A P
 */
.toastify {
  padding: 12px 20px;
  color: #ffffff;
  display: inline-block;
  box-shadow: 0 3px 6px -1px rgba(0, 0, 0, 0.12), 0 10px 36px -4px rgba(77, 96, 232, 0.3);
  background: -webkit-linear-gradient(315deg, #73a5ff, #5477f5);
  background: linear-gradient(135deg, #73a5ff, #5477f5);
  position: fixed;
  opacity: 0;
  transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  border-radius: 2px;
  cursor: pointer;
  text-decoration: none;
  max-width: calc(50% - 20px);
  z-index: 2147483647;
}

.toastify.on {
  opacity: 1;
}

.toast-close {
  background: transparent;
  border: 0;
  color: white;
  cursor: pointer;
  font-family: inherit;
  font-size: 1em;
  opacity: 0.4;
  padding: 0 5px;
}

.toastify-right {
  right: 15px;
}

.toastify-left {
  left: 15px;
}

.toastify-top {
  top: -150px;
}

.toastify-bottom {
  bottom: -150px;
}

.toastify-rounded {
  border-radius: 25px;
}

.toastify-avatar {
  width: 1.5em;
  height: 1.5em;
  margin: -7px 5px;
  border-radius: 2px;
}

.toastify-center {
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  max-width: fit-content;
  max-width: -moz-fit-content;
}

@media only screen and (max-width: 360px) {
  .toastify-right, .toastify-left {
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    max-width: fit-content;
  }
}
@font-face {
  font-family: "icons";
  src: url("../fonts/icons.eot?t=1759412491034");
  src: url("../fonts/icons.eot?t=1759412491034#iefix") format("embedded-opentype"), url("../fonts/icons.woff2?t=1759412491034") format("woff2"), url("../fonts/icons.woff?t=1759412491034") format("woff"), url("../fonts/icons.ttf?t=1759412491034") format("truetype"), url("../fonts/icons.svg?t=1759412491034#icons") format("svg");
}
[class^=icons-], [class*=" icons-"] {
  font-family: "icons" !important;
  font-size: 1rem;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icons-close::before {
  content: "\ea01";
}

.icons-link::before {
  content: "\ea02";
}

.icons-menu::before {
  content: "\ea03";
}

.icons-sub::before {
  content: "\ea04";
}

:root {
  --icons-close: "";
  --icons-link: "";
  --icons-menu: "";
  --icons-sub: "";
}

:root {
  /**
   * Color Variables
   *
   * --mt-color--{name}-{variation a...z}_{opacity}
   *
   * {name} - name of the color
   * {variation} - variation of the color
   * {opacity} - opacity of the color
   */
  --mt-color--white-a_100: #ffffff;
  --mt-color--black-a_100: #000000;
  --mt-color--tiffany-a_100: #98cbd4;
  --mt-color--teal-a_100: #003e49;
  --mt-color--cadet-blue-a_100: #99b2b7;
  /**
  * Border Radius Variables
  */
  --mt-border-radius: 32px;
  /**
   * Font weight variables
   */
  --mt-font-weight-thin: 100;
  --mt-font-weight-extralight: 200;
  --mt-font-weight-light: 300;
  --mt-font-weight-book: 350;
  --mt-font-weight-normal: 400;
  --mt-font-weight-regular: 400;
  --mt-font-weight-medium: 500;
  --mt-font-weight-semibold: 600;
  --mt-font-weight-demibold: 600;
  --mt-font-weight-bold: 700;
  --mt-font-weight-extrabold: 800;
  --mt-font-weight-ultrabold: 800;
  --mt-font-weight-black: 900;
  --mt-font-weight-heavy: 900;
}
@media screen and (max-width: 940px) {
  :root {
    --mt-border-radius: 24px;
  }
}
@media screen and (max-width: 720px) {
  :root {
    --mt-border-radius: 16px;
  }
}
@media screen and (max-width: 480px) {
  :root {
    --mt-border-radius: 8px;
  }
}

h1 {
  font-family: "Barlow Semi Condensed";
  font-style: normal;
  line-height: 90%;
  letter-spacing: -0.02em;
  display: block;
}
h1 {
  font-size: clamp(2rem, 0.8953488372rem + 4.6511627907vw, 4.5rem);
  line-height: normal;
}

h2 {
  font-size: clamp(1.5rem, 1.0029069767rem + 2.0930232558vw, 2.625rem);
}
h2 {
  font-family: "Barlow Semi Condensed";
  font-style: normal;
  line-height: 90%;
  letter-spacing: -0.02em;
  display: block;
}

h3 {
  font-size: clamp(1.125rem, 0.9593023256rem + 0.6976744186vw, 1.5rem);
}
h3 {
  font-family: "Barlow Semi Condensed";
  font-style: normal;
  line-height: 90%;
  letter-spacing: -0.02em;
  display: block;
}
h3 {
  line-height: 100%;
}

h4 {
  font-family: "Barlow Semi Condensed";
  font-style: normal;
  line-height: 90%;
  letter-spacing: -0.02em;
  display: block;
}

h5 {
  font-family: "Barlow Semi Condensed";
  font-style: normal;
  line-height: 90%;
  letter-spacing: -0.02em;
  display: block;
}
h5 {
  font-size: 18px;
}

h6 {
  font-family: "Barlow Semi Condensed";
  font-style: normal;
  line-height: 90%;
  letter-spacing: -0.02em;
  display: block;
}
h6 {
  font-size: 16px;
}

h1,
h2,
h3,
h4 {
  margin: 0;
}

p {
  white-space: pre-line;
  font-family: "Barlow";
  font-style: normal;
  line-height: 130%;
  font-size: clamp(0.875rem, 0.8197674419rem + 0.2325581395vw, 1rem);
}

a {
  text-decoration: none;
}

ul,
ol,
li {
  list-style: none;
}

@font-face {
  font-family: "Barlow Semi Condensed";
  src: url("../fonts/BarlowSemiCondensed-Medium.woff2") format("woff2"), url("../fonts/BarlowSemiCondensed-Medium.woff") format("woff"), url("../fonts/BarlowSemiCondensed-Medium.ttf"), format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Barlow Semi Condensed";
  src: url("../fonts/BarlowSemiCondensed-SemiBold.woff2") format("woff2"), url("../fonts/BarlowSemiCondensed-SemiBold.woff") format("woff"), url("../fonts/BarlowSemiCondensed-SemiBold.ttf"), format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Barlow";
  src: url("../fonts/Barlow-Regular.woff2") format("woff2"), url("../fonts/Barlow-Regular.woff") format("woff"), url("../fonts/Barlow-Regular.ttf"), format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Barlow";
  src: url("../fonts/Barlow-Medium.woff2") format("woff2"), url("../fonts/Barlow-Medium.woff") format("woff"), url("../fonts/Barlow-Medium.ttf"), format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Barlow";
  src: url("../fonts/Barlow-SemiBold.woff2") format("woff2"), url("../fonts/Barlow-SemiBold.woff") format("woff"), url("../fonts/Barlow-SemiBold.ttf"), format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
.button__list {
  display: flex;
  gap: 18px;
  justify-content: center;
  flex-wrap: wrap;
  width: fit-content;
}
@media (max-width: 550px) {
  .button__list {
    gap: 20px;
    flex-direction: column;
    width: 100%;
  }
}
.button__label {
  position: relative;
  display: inline-block;
  line-height: 1;
  overflow: hidden;
}
.button__item {
  cursor: pointer;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 16px 24px;
  border-radius: 55px;
  transition: background 0.3s ease, color 0.3s ease;
}
.button__item:hover .button__text {
  transform: translateY(-100%);
}
.button__item:hover .button__text--duplicate {
  transform: translateY(-100%);
}
.button__item:hover .button__icon {
  transform: translateX(4px);
}
@media (max-width: 768px) {
  .button__item {
    padding: 14px 22px;
  }
}
.button__item--tiffany {
  background: var(--mt-color--tiffany-a_100);
}
.button__item--tiffany .button__text,
.button__item--tiffany .button__text--duplicate {
  color: var(--mt-color--teal-a_100);
}
.button__item--transparent-black {
  background: transparent;
  border: 1px solid var(--mt-color--teal-a_100);
}
.button__item--transparent-black .button__text,
.button__item--transparent-black .button__text--duplicate {
  color: var(--mt-color--teal-a_100);
}
.button__item--transparent-black .button__icon {
  color: var(--mt-color--teal-a_100);
}
.button__item--transparent {
  background: transparent;
  border: 1px solid #fff;
}
.button__item--transparent .button__text,
.button__item--transparent .button__text--duplicate {
  color: var(--mt-color--white);
}
.button__item--transparent .button__icon {
  color: var(--mt-color--white);
}
.button__item--teal {
  background: var(--mt-color--teal-a_100);
}
.button__item--teal .button__text,
.button__item--teal .button__text--duplicate {
  color: var(--mt-color--white);
}
.button__item--teal .button__icon {
  color: #ffffff;
}
.button__item--cadet-blue {
  background: var(--mt-color--cadet-blue-a_100);
}
.button__item--cadet-blue .button__text,
.button__item--cadet-blue .button__text--duplicate {
  color: var(--mt-color--teal-a_100);
}
.button__text, .button__text--duplicate {
  display: block;
  transition: transform 0.4s ease;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  line-height: 130%;
  letter-spacing: 0.28px;
}
@media (max-width: 528px) {
  .button__text, .button__text--duplicate {
    font-size: 14px;
  }
}
.button__text--duplicate {
  position: absolute;
  top: 100%;
}
.button__icon {
  display: inline-block;
  transition: transform 0.4s ease;
  color: var(--mt-color--teal-a_100);
  font-size: 10px !important;
}

.loader {
  position: fixed;
  z-index: 105;
  left: 0;
  height: 100vh;
  width: 100%;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
}
.loader img {
  width: 70px;
  height: 70px;
  object-fit: contain;
  object-position: center;
}
.loader_show, .loader_show ~ .overlay {
  opacity: 1;
  visibility: visible;
}
.loader ~ .modal::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.1215686275);
  position: absolute;
  left: 0;
  z-index: 1;
  top: 0;
  border-radius: var(--border-radius--cards-a);
  visibility: hidden;
  opacity: 0;
  transition: all 0.22s ease-in-out;
}
.loader_show ~ .modal {
  pointer-events: none;
  filter: blur(2px);
}
.loader_show ~ .modal::before {
  visibility: visible;
  opacity: 1;
}

.overlay {
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.3137254902);
  backdrop-filter: blur(2px);
  position: fixed;
  left: 0;
  top: 0;
  z-index: 100;
  visibility: hidden;
  opacity: 0;
  transition: all 0.22s ease-in-out;
}

.toastify {
  display: grid;
  grid-template-columns: auto 25px;
  align-items: baseline;
  font-size: 16px;
}

@media only screen and (max-width: 720px) {
  .toastify-left,
  .toastify-right {
    margin-left: 50px;
    margin-right: 50px;
    left: 0;
    right: 0;
    max-width: unset;
  }
}
@media screen and (max-width: 580px) {
  .toastify-left,
  .toastify-right {
    margin-left: 35px;
    margin-right: 35px;
  }
}
@media screen and (max-width: 480px) {
  .toastify-left,
  .toastify-right {
    margin-left: 15px;
    margin-right: 15px;
  }
}

.preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  visibility: visible;
  transform: translateY(0);
  opacity: 1;
  transition: all 0.22s ease-in-out;
}
.preloader_hide {
  visibility: hidden;
  opacity: 0;
  transform: translateY(-100%);
}

.container {
  position: relative;
  margin: 0 auto;
  max-width: 1240px;
  width: calc(100% - 110px);
}
@media screen and (max-width: 720px) {
  .container {
    width: calc(100% - 74px);
  }
}
@media screen and (max-width: 480px) {
  .container {
    width: calc(100% - 20px);
  }
}

.header {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 100;
  background-color: transparent;
  transition: background-color 0.9s ease, box-shadow 0.9s ease;
}
.header--default .header__logo-white {
  display: inline;
}
.header--default .header__logo-black {
  display: none;
}
.header--default .header__nav-list a {
  color: #fff;
}
.header--transparent {
  background: transparent;
}
.header--transparent .header__logo-white {
  display: none !important;
}
.header--transparent .header__logo-black {
  display: inline;
}
.header--transparent .header__nav-list {
  border-bottom: 1px solid rgba(0, 62, 73, 0.1);
}
.header--transparent .header__nav-list a {
  color: #003e49;
}
.header--transparent .header__nav-list a::before {
  background-color: #003e49;
}
.header--transparent .header__mobile {
  border: 1px solid #003e49;
}
.header--transparent .header__mobile .header__mob-bar {
  background-color: #003e49;
}
.header--transparent span.icons-menu {
  color: #003e49;
}
.header__submenu-bg {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100vw;
  height: 0;
  background: #e6f1f3;
  opacity: 0;
  pointer-events: none;
  transition: all 0.4s ease;
  z-index: -1;
}
@media (max-width: 960px) {
  .header__submenu-bg {
    top: 30%;
  }
}
.header--submenu-open {
  background: #e6f1f3;
}
.header--submenu-open .header__submenu-bg {
  opacity: 1;
}
.header--submenu-open .header__logo-black {
  display: inline;
}
.header--submenu-open .header__logo-white {
  display: none !important;
}
.header--submenu-open .header__nav-list {
  border-bottom: 1px solid rgba(0, 62, 73, 0.1);
}
.header--submenu-open .header__nav-list a {
  color: #003e49;
}
.header--submenu-open .header__nav-list .icons-menu {
  color: #003e49;
  font-size: 10px;
}
.header--submenu-open .header__nav-list .menu-item a {
  position: relative;
}
.header--submenu-open .header__nav-list .menu-item a::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -13px;
  width: 0;
  height: 1px;
  background-color: #003e49;
  transition: width 0.3s ease;
}
.header--submenu-open .header__nav-list .menu-item a:hover::before {
  width: 100%;
}
.header--submenu-open .header__mobile {
  border: 1px solid #003e49;
}
.header--submenu-open .header__mobile .header__mob-bar {
  background-color: #003e49;
}
.header__logo {
  width: 135px;
  height: 56px;
  margin-right: auto;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
@media (max-width: 1060px) {
  .header__logo {
    width: 115px;
    height: 48px;
  }
}
.header__logo-white {
  display: inline;
}
.header__logo-black {
  display: none;
}
.header__container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 0px;
  gap: 56px;
}
@media (max-width: 1150px) {
  .header__container {
    gap: 20px;
  }
}
@media (max-width: 920px) {
  .header__container {
    gap: 20px;
    padding: 20px 0px;
  }
}
.header__container.fixed {
  background: rgba(255, 255, 255, 0);
}
.header__nav-list {
  position: relative;
  display: flex;
  gap: 33px;
  align-items: center;
  padding: 12px 0px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1803921569);
}
@media (max-width: 1280px) {
  .header__nav-list {
    gap: 20px;
  }
}
@media (max-width: 1150px) {
  .header__nav-list {
    gap: 16px;
  }
}
@media (max-width: 960px) {
  .header__nav-list {
    display: none;
  }
}
.header__nav-list a {
  color: var(--mt-color--white-a_100);
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
  transition: color 0.3s ease;
  position: relative;
}
.header__nav-list a::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -13px;
  width: 0;
  height: 1px;
  background-color: #fff;
  transition: width 0.3s ease;
}
.header__nav-list a:hover::before {
  width: 100%;
}
@media (max-width: 1060px) {
  .header__nav-list a {
    font-size: 14px;
  }
}
.header__nav-list .sub-menu {
  display: flex;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: all 0.5s ease;
  position: absolute;
  pointer-events: none;
  left: 0;
  top: 100%;
  width: 100%;
  background: transparent;
  pointer-events: none;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 28px;
  padding: 40px 0px;
}
.header__nav-list .sub-menu .header__submenu-item {
  width: 180px;
}
.header__nav-list .sub-menu .header__submenu-item:hover .menu-link::before {
  width: 100%;
}
.header__nav-list .sub-menu .header__submenu-item .menu-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  transition: color 0.3s ease;
  position: relative;
}
.header__nav-list .sub-menu .header__submenu-item .menu-link::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -5px;
  width: 0;
  height: 1px;
  background-color: #003e49;
  transition: width 0.3s ease;
}
.header__nav-list .sub-menu .header__submenu-item .menu-links::before {
  display: none;
}
.header__nav-list .sub-menu .header__submenu-item span.icons-link {
  font-size: 10px;
  color: #003e49;
  transform: rotate(328deg);
}
.header__nav-list .sub-menu .header__sub-menu-image {
  height: 100%;
  width: 100%;
  padding-bottom: 16px;
}
@media (max-width: 960px) {
  .header__nav-list .sub-menu .header__sub-menu-image {
    display: none;
  }
}
.header__nav-list .sub-menu .header__sub-menu-image img {
  object-fit: cover;
  height: 150px;
}
.header__nav-list .menu-item {
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
}
.header__nav-list .menu-item--open .sub-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  pointer-events: auto;
}
.header__nav-list .menu-item .icons-menu {
  font-size: 10px;
}
.header__nav-list-mob {
  display: flex;
  gap: 4px;
  align-items: center;
  padding: 24px 0px;
  flex-direction: column;
  align-items: flex-start;
}
.header__nav-list-mob .header__sub-menu-image {
  display: none;
}
.header__nav-list-mob a {
  color: #003e49;
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
  transition: color 0.3s ease;
  position: relative;
  padding: 10px 0px;
}
.header__nav-list-mob .menu-item {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  cursor: pointer;
  flex-direction: column;
  width: 100%;
  cursor: pointer;
  position: relative;
}
.header__nav-list-mob .menu-item .header__submenu-item {
  width: 100%;
}
.header__nav-list-mob .menu-item--open .sub-menu {
  display: flex;
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  pointer-events: auto;
}
.header__nav-list-mob .menu-item .icons-menu {
  font-size: 10px;
  position: absolute;
  right: 0;
  top: 16px;
  color: #003e49;
}
.header__nav-list-mob .sub-menu {
  display: flex;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: all 0.5s ease;
  pointer-events: none;
  left: 0;
  top: 100%;
  width: 100%;
  background: transparent;
  pointer-events: none;
  flex-direction: column;
  gap: 2px;
  display: none;
}
.header__nav-list-mob .sub-menu .header__submenu-item .menu-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  transition: color 0.3s ease;
}
.header__nav-list-mob .sub-menu .header__submenu-item span.icons-link {
  font-size: 10px;
  color: #003e49;
  transform: rotate(328deg);
}
.header__label {
  position: relative;
  display: inline-block;
  line-height: 1;
  overflow: hidden;
}
.header__link {
  cursor: pointer;
  position: relative;
  overflow: hidden;
  width: fit-content;
  height: fit-content;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 16px 24px;
  border-radius: 8px;
  border-radius: 55px;
  background: var(--mt-color--tiffany-a_100);
}
@media (max-width: 1060px) {
  .header__link {
    padding: 14px 22px;
  }
}
@media (max-width: 960px) {
  .header__link {
    display: none;
  }
}
.header__link span {
  font-size: 16px;
  font-weight: 600;
  line-height: 140%;
  color: var(--mt-color--teal-a_100);
}
@media (max-width: 1060px) {
  .header__link span {
    font-size: 14px;
  }
}
.header__link-icon {
  display: inline-block;
  transition: transform 0.4s ease;
  color: var(--mt-color--teal-a_100);
  font-size: 10px !important;
}
.header__link-btn {
  display: block;
  transition: transform 0.4s ease;
  width: 100%;
}
.header__link-btn-duplicate {
  position: absolute;
  top: 100%;
  text-align: center;
  transition: transform 0.4s ease;
}
.header__link:hover .header__link-btn {
  transform: translateY(-100%);
}
.header__link:hover .header__link-btn-duplicate {
  transform: translateY(-100%);
}
.header__link:hover .header__link-icon {
  transform: translateX(4px);
}
.header__mobile {
  display: none;
}
@media (max-width: 960px) {
  .header__mobile {
    display: block;
    border-radius: 4px;
    border: 1px solid #fff;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    cursor: pointer;
    z-index: 2;
  }
}
.header__mobile-bg {
  position: fixed;
  top: 86px;
  right: 0%;
  width: 100%;
  height: fit-content;
  background: #e6f1f3;
  backdrop-filter: blur(25px);
  transform: translateX(130%);
  transition: transform 0.9s cubic-bezier(0.645, 0.045, 0.355, 1);
  z-index: 1;
  height: 100vh;
}
.header__mobile.open .header__mobile-bg {
  transform: translateX(0);
}
.header__mob {
  width: 100%;
  height: 100%;
}
.header__mob-bar {
  position: absolute;
  width: 13px;
  height: 1px;
  background-color: white;
  left: 6px;
  border-radius: 10px;
  transition: all 0.2s ease;
  left: 0;
  right: 0;
  margin: auto;
}
.header__mob-bar:nth-child(1) {
  top: 19px;
  transform: rotate(0deg) translate(0, 0);
}
.header__mob-bar:nth-child(2) {
  top: 23px;
  right: 0px;
}
.header__mob-bar:nth-child(3) {
  top: 27px;
  transform: rotate(0deg) translate(0, 0);
}
.header__mob.open .header__mob-bar:nth-child(1) {
  transform: rotate(46deg);
  transition: transform 0.5s ease;
  left: 0px;
  top: 23px;
}
.header__mob.open .header__mob-bar:nth-child(2) {
  transform: rotate(-45deg);
  transition: transform 0.5s ease;
  width: 14px;
  right: 0px;
}
.header__mob.open .header__mob-bar:nth-child(3) {
  display: none;
}

body.menu-open {
  overflow: hidden;
}

.footer {
  padding: 60px 0px 10px;
  background: #002a34;
  margin: 0px 8px 12px;
  border-radius: 5px;
}
.footer__main {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  align-items: flex-start;
  padding-bottom: 40px;
}
@media (max-width: 860px) {
  .footer__main {
    flex-direction: column;
  }
}
@media (max-width: 480px) {
  .footer__main {
    padding-bottom: 30px;
  }
}
.footer__information {
  width: 34%;
}
@media (max-width: 1024px) {
  .footer__information {
    width: 40%;
  }
}
@media (max-width: 860px) {
  .footer__information {
    width: 100%;
  }
}
@media (max-width: 480px) {
  .footer__information {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
.footer__logo {
  width: 134px;
  height: 56px;
  display: block;
}
.footer__title {
  color: #fff;
  font-size: 42px;
  font-weight: 500;
  line-height: 110%;
  padding-top: 30px;
}
@media (max-width: 1310px) {
  .footer__title {
    font-size: 36px;
  }
}
@media (max-width: 1280px) {
  .footer__title {
    font-size: 32px;
  }
}
@media (max-width: 1060px) {
  .footer__title {
    font-size: 30px;
  }
}
@media (max-width: 480px) {
  .footer__title {
    font-size: 26px;
    text-align: center;
  }
}
.footer__contact {
  padding-top: 20px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.footer__contact-item {
  display: flex;
  gap: 8px;
  align-items: center;
}
.footer__contact-icon {
  width: 16px;
  height: 16px;
}
.footer__contact-text {
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
}
.footer__contact a {
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
  position: relative;
}
.footer__contact a::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  background-color: #fff;
  transition: width 0.3s ease;
}
.footer__contact a:hover::before {
  width: 100%;
}
.footer__menu {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media (max-width: 480px) {
  .footer__menu {
    align-items: center;
    width: 100%;
  }
}
.footer__nav {
  display: flex;
  gap: 70px;
}
@media (max-width: 1280px) {
  .footer__nav {
    gap: 30px;
  }
}
@media (max-width: 860px) {
  .footer__nav {
    gap: 80px;
  }
}
@media (max-width: 580px) {
  .footer__nav {
    gap: 20px;
  }
}
@media (max-width: 480px) {
  .footer__nav {
    flex-direction: column;
    align-items: center;
  }
}
.footer__column {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media (max-width: 480px) {
  .footer__column {
    align-items: center;
  }
}
.footer__column-title {
  font-size: 16px;
  font-weight: 600;
  line-height: 150%;
}
.footer__column-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
@media (max-width: 480px) {
  .footer__column-list {
    align-items: center;
  }
}
.footer__column-list a {
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
  position: relative;
  padding: 4px 0px;
}
.footer__column-list a::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  background-color: #fff;
  transition: width 0.3s ease;
}
.footer__column-list a:hover::before {
  width: 100%;
}
.footer__gallery {
  display: flex;
  gap: 24px;
}
@media (max-width: 480px) {
  .footer__gallery {
    gap: 14px;
    flex-wrap: wrap;
    justify-content: center;
  }
}
.footer__gallery-item {
  width: fit-content;
  height: 44px;
}
@media (max-width: 480px) {
  .footer__gallery-item {
    height: 36px;
  }
}
.footer__bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  padding: 24px 0px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2745098039);
  border-top: 1px solid rgba(255, 255, 255, 0.2745098039);
}
@media (max-width: 1280px) {
  .footer__bottom {
    gap: 12px;
  }
}
@media (max-width: 1060px) {
  .footer__bottom {
    flex-wrap: wrap;
    justify-content: center;
    gap: 22px;
  }
}
@media (max-width: 480px) {
  .footer__bottom {
    flex-direction: column;
    gap: 14px;
  }
}
.footer__bottom-copyright {
  color: rgba(255, 255, 255, 0.5);
  font-size: 14px;
  font-weight: 400;
  line-height: 14px;
}
@media (max-width: 480px) {
  .footer__bottom-copyright {
    text-align: center;
  }
}
.footer__bottom-nav-list {
  display: flex;
  gap: 24px;
}
@media (max-width: 1280px) {
  .footer__bottom-nav-list {
    gap: 12px;
  }
}
@media (max-width: 480px) {
  .footer__bottom-nav-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
}
.footer__bottom-nav-list a {
  color: rgba(255, 255, 255, 0.5);
  font-size: 14px;
  font-weight: 400;
  line-height: 14px;
  position: relative;
  padding: 4px 0px;
}
.footer__bottom-nav-list a::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 0.5px;
  background-color: rgba(255, 255, 255, 0.5);
  transition: width 0.3s ease;
}
.footer__bottom-nav-list a:hover::before {
  width: 100%;
}
.footer__bottom-social {
  display: flex;
  gap: 8px;
}
.footer__bottom-social-link {
  width: 32px;
  height: 32px;
  position: relative;
  transition: transform 0.6s ease;
}
.footer__bottom-social-link:hover {
  transform: scale(1.08);
}
.footer__bottom-logo {
  width: 149px;
  height: 14px;
  position: relative;
  transition: transform 0.6s ease;
}
.footer__bottom-logo:hover {
  transform: scale(1.08);
}

/**
 * Swiper 11.2.10
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2025 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: June 28, 2025
 */
@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 */
* {
  margin: 0;
  padding: 0;
  color: #fff;
  box-sizing: border-box;
  touch-action: manipulation;
  font-family: "Barlow";
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
}

::-webkit-scrollbar {
  width: 6px;
  height: 6px;
  background-color: #ffffff;
}

::-webkit-scrollbar-thumb {
  width: 4px;
  position: absolute;
  right: 0;
  border-radius: 5px;
  top: 0;
  background-color: rgba(0, 62, 73, 0.5254901961);
}

body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  background-color: #002a34;
}

main {
  flex-grow: 1;
}

.scroll-disabled {
  overflow: hidden;
}

img {
  object-fit: contain;
  object-position: center;
  width: 100%;
  height: 100%;
  display: block;
}

p {
  white-space: normal;
}

.has-transparent-header {
  background-color: #fff;
}

body.popup-open {
  overflow: hidden;
}

.gated-popup {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.gated-popup__overlay {
  position: absolute;
  inset: 0;
  backdrop-filter: blur(10px);
  background: rgba(0, 0, 0, 0.4);
}
.gated-popup__modal {
  z-index: 2;
  background: #e6f1f3;
  border-radius: 5px;
  padding: 64px 130px;
  max-width: 690px;
  width: 100%;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
  position: relative;
  height: fit-content;
}
@media (max-width: 1024px) {
  .gated-popup__modal {
    max-width: 560px;
    padding: 50px 80px;
  }
}
@media (max-width: 768px) {
  .gated-popup__modal {
    padding: 30px 50px;
  }
}
@media (max-width: 580px) {
  .gated-popup__modal {
    max-width: 90%;
  }
}
@media (max-width: 480px) {
  .gated-popup__modal {
    padding: 30px 20px;
  }
}
.gated-popup__main {
  margin-bottom: 14px;
  position: relative;
}
.gated-popup__name_section {
  color: #002a34;
  font-size: 14px;
  font-weight: 600;
  line-height: 140%;
  text-transform: uppercase;
  position: absolute;
  margin-top: 8px;
}
@media (max-width: 1190px) {
  .gated-popup__name_section {
    font-size: 12px;
  }
}
@media (max-width: 830px) {
  .gated-popup__name_section {
    position: relative;
    font-size: 14px;
    text-align: center;
    margin-top: 0px;
    margin-bottom: 10px;
  }
}
.gated-popup__title {
  color: #002a34;
  font-size: 42px;
  font-weight: 600;
  line-height: 120%;
  text-transform: uppercase;
  text-indent: 3em;
}
@media (max-width: 1024px) {
  .gated-popup__title {
    font-size: 36px;
  }
}
@media (max-width: 830px) {
  .gated-popup__title {
    font-size: 32px;
    text-indent: 0em;
    text-align: center;
  }
}
@media (max-width: 480px) {
  .gated-popup__title {
    font-size: 26px;
  }
}
.gated-popup__text {
  color: #003e49;
  font-size: 18px;
  font-weight: 400;
  line-height: 140%;
  padding-bottom: 32px;
}
@media (max-width: 1024px) {
  .gated-popup__text {
    font-size: 16px;
    padding-bottom: 20px;
  }
}
@media (max-width: 830px) {
  .gated-popup__text {
    text-align: center;
  }
}
@media (max-width: 768px) {
  .gated-popup__text {
    font-size: 14px;
    padding-bottom: 16px;
  }
}
.gated-popup__title_form {
  color: rgba(0, 0, 0, 0.8);
  font-family: "Barlow Semi Condensed";
  font-size: 16px;
  font-weight: 700;
  line-height: 150%;
  text-transform: uppercase;
  margin-bottom: 8px;
}
@media (max-width: 1024px) {
  .gated-popup__title_form {
    font-size: 14px;
  }
}
@media (max-width: 830px) {
  .gated-popup__title_form {
    text-align: center;
  }
}
.gated-popup__form {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
@media (max-width: 830px) {
  .gated-popup__form {
    gap: 12px;
    align-items: center;
  }
}
.gated-popup__input {
  padding: 12px 0px;
  font-size: 16px;
  border: none;
  width: 100%;
  font-family: inherit;
  outline: none;
  transition: border 0.3s ease;
  background: none;
  border-bottom: 1px solid rgba(0, 62, 73, 0.3);
  color: #003e49;
}
.gated-popup__input:focus {
  border-color: #003e49;
}
.gated-popup__input::placeholder {
  color: #003e49;
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
}
@media (max-width: 768px) {
  .gated-popup__input::placeholder {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .gated-popup__input {
    font-size: 14px;
    width: 80%;
  }
}
@media (max-width: 430px) {
  .gated-popup__input {
    width: 100%;
  }
}
.gated-popup__submit {
  cursor: pointer;
  padding: 14px 24px 16px;
  border-radius: 55px;
  border: 1px solid #003e49;
  background: #003e49;
  color: #e6f1f3;
  font-size: 16px;
  font-weight: 600;
  line-height: 140%;
  transition: all 0.4s ease;
  width: fit-content;
}
@media (max-width: 1280px) {
  .gated-popup__submit {
    padding: 12px 24px 14px;
    font-size: 14px;
  }
}
.gated-popup__submit:hover {
  background: rgba(230, 241, 243, 0);
  color: #003e49;
  border: 1px solid #003e49;
}
@media (max-width: 430px) {
  .gated-popup__submit {
    width: 100%;
  }
}
.gated-popup__error {
  font-size: 12px;
  color: red;
  margin-top: 8px;
  display: none;
}

.archive-post__hero {
  padding: 120px 0px 60px;
  position: relative;
  opacity: 0;
}
.archive-post__hero-title {
  color: #002a34;
  text-align: center;
  font-weight: 500;
  line-height: 100%;
  text-transform: uppercase;
}
.archive-post__hero-text {
  color: #003e49;
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  line-height: 140%;
  width: 40%;
}
@media (max-width: 1280px) {
  .archive-post__hero-text {
    width: 60%;
  }
}
@media (max-width: 1024px) {
  .archive-post__hero-text {
    width: 70%;
  }
}
@media (max-width: 768px) {
  .archive-post__hero-text {
    width: 100%;
  }
}
.archive-post__hero-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  padding-bottom: 50px;
}
@media (max-width: 1060px) {
  .archive-post__hero-content {
    padding-bottom: 30px;
  }
}
.archive-post__hero-news {
  overflow: hidden;
  position: relative;
  border-radius: 5px;
  width: 100%;
  height: 500px;
  transition: all 0.4s ease;
}
.archive-post__hero-news:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 350px;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #002a34 100%);
  pointer-events: none;
  z-index: 0;
}
.archive-post__hero-news:hover {
  border-radius: 15px;
}
.archive-post__hero-news:hover .archive-post__hero-image {
  filter: none;
}
@media (max-width: 1060px) {
  .archive-post__hero-news {
    height: 410px;
  }
}
@media (max-width: 528px) {
  .archive-post__hero-news {
    height: 300px;
  }
}
@media (max-width: 380px) {
  .archive-post__hero-news {
    height: 250px;
  }
}
.archive-post__hero-news-bg {
  position: absolute;
  bottom: 40px;
  left: 24px;
  z-index: 1;
}
@media (max-width: 768px) {
  .archive-post__hero-news-bg {
    bottom: 30px;
    left: 20px;
    padding: 15px;
  }
}
@media (max-width: 430px) {
  .archive-post__hero-news-bg {
    bottom: 16px;
    left: 3px;
    padding: 10px;
  }
}
.archive-post__hero-image {
  width: 100%;
  height: 100%;
  filter: grayscale(100%);
  transition: all 0.4s ease;
}
.archive-post__hero-image img {
  object-fit: cover;
}
.archive-post__hero-category {
  color: rgba(255, 255, 255, 0.9);
  font-size: 14px;
  font-weight: 400;
  line-height: 120%;
}
.archive-post__hero-post-title {
  color: #fff;
  font-size: 30px;
  font-weight: 600;
  line-height: 120%;
  text-transform: uppercase;
}
@media (max-width: 1024px) {
  .archive-post__hero-post-title {
    font-size: 26px;
  }
}
@media (max-width: 768px) {
  .archive-post__hero-post-title {
    font-size: 24px;
  }
}
@media (max-width: 430px) {
  .archive-post__hero-post-title {
    font-size: 20px;
  }
}

.archive-posts {
  padding-bottom: 100px;
  opacity: 0;
}
@media (max-width: 1280px) {
  .archive-posts {
    padding-bottom: 80px;
  }
}
@media (max-width: 568px) {
  .archive-posts {
    padding-bottom: 50px;
  }
}
.archive-posts__wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  transition: opacity 0.2s ease;
  opacity: 1;
  padding: 24px 0 50px;
}
@media (max-width: 865px) {
  .archive-posts__wrapper {
    gap: 10px;
  }
}
.archive-posts__item {
  width: 24%;
  border-radius: 8px;
  overflow: hidden;
  transition: all 0.4s ease;
}
@media (max-width: 1315px) {
  .archive-posts__item {
    width: 23%;
  }
}
@media (max-width: 1280px) {
  .archive-posts__item {
    width: 49%;
  }
}
@media (max-width: 1050px) {
  .archive-posts__item {
    width: 48%;
  }
}
@media (max-width: 568px) {
  .archive-posts__item {
    width: 100%;
    border-radius: 0px;
  }
}
.archive-posts__item:hover {
  border-radius: 40px 40px 5px 5px;
}
.archive-posts__item:hover .archive-posts__image {
  filter: none;
}
.archive-posts__category {
  color: rgba(0, 0, 0, 0.9);
  font-size: 14px;
  font-weight: 400;
  line-height: 120%;
}
.archive-posts__title {
  color: #000;
  font-size: 24px;
  font-weight: 400;
  line-height: 120%;
}
@media (max-width: 1280px) {
  .archive-posts__title {
    font-size: 21px;
  }
}
@media (max-width: 1024px) {
  .archive-posts__title {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  .archive-posts__title {
    font-size: 18px;
  }
}
.archive-posts__pagination {
  display: flex;
  gap: 7px;
  justify-content: center;
  padding-top: 10px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.archive-posts__controls {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 13px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  gap: 10px;
}
@media (max-width: 768px) {
  .archive-posts__controls {
    align-items: flex-start;
    flex-direction: column-reverse;
  }
}
.archive-posts__content {
  display: flex;
  padding: 24px 24px 24px 0px;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
}
@media (max-width: 1280px) {
  .archive-posts__content {
    padding: 20px 20px 20px 0px;
  }
}
@media (max-width: 1024px) {
  .archive-posts__content {
    padding: 16px 16px 16px 0px;
  }
}
.archive-posts__tabs {
  display: flex;
  gap: 34px;
  align-items: flex-start;
  justify-content: space-between;
}
@media (max-width: 865px) {
  .archive-posts__tabs {
    gap: 14px;
  }
}
@media (max-width: 528px) {
  .archive-posts__tabs {
    align-items: flex-start;
    justify-content: normal;
    flex-wrap: wrap;
    gap: 10px;
  }
}
.archive-posts__tabs li {
  position: relative;
}
.archive-posts__tabs li button {
  cursor: pointer;
  border: none;
  background: none;
  color: rgba(0, 0, 0, 0.5);
  font-family: Barlow;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
  transition: color 0.4s ease;
  position: relative;
}
@media (max-width: 865px) {
  .archive-posts__tabs li button {
    font-size: 12px;
  }
}
.archive-posts__tabs li:before {
  content: "";
  width: 0;
  height: 2px;
  background: #003e49;
  position: absolute;
  bottom: -15px;
  left: 0;
  transition: width 0.4s ease;
}
@media (max-width: 528px) {
  .archive-posts__tabs li:before {
    display: none;
  }
}
.archive-posts__tabs li.is-active button {
  color: #003e49;
}
.archive-posts__tabs li.is-active:before {
  width: 100%;
}
.archive-posts__tabs li:hover button {
  color: #003e49;
}
.archive-posts__tabs li:hover:before {
  width: 100%;
}
.archive-posts__image {
  height: 320px;
  width: 100%;
  overflow: hidden;
  filter: grayscale(100%);
  transition: all 0.4s ease;
}
@media (max-width: 1280px) {
  .archive-posts__image {
    height: 280px;
  }
}
@media (max-width: 1050px) {
  .archive-posts__image {
    height: 420px;
  }
}
@media (max-width: 900px) {
  .archive-posts__image {
    height: 390px;
  }
}
@media (max-width: 768px) {
  .archive-posts__image {
    height: 340px;
  }
}
@media (max-width: 568px) {
  .archive-posts__image {
    height: 420px;
    border-radius: 8px;
  }
}
@media (max-width: 438px) {
  .archive-posts__image {
    height: 280px;
  }
}
.archive-posts__image img {
  object-fit: cover;
}
.archive-posts__filters {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 768px) {
  .archive-posts__filters {
    margin-left: auto;
  }
}
.archive-posts__filter {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding-right: 22px;
  cursor: pointer;
  transition: color 0.25s ease;
}
.archive-posts__filter span {
  cursor: pointer;
  border: none;
  background: none;
  color: rgba(0, 0, 0, 0.5);
  font-family: Barlow;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
  transition: color 0.4s ease;
  position: relative;
}
.archive-posts__filter::after {
  content: "";
  position: absolute;
  right: 0;
  width: 6px;
  height: 6px;
  border-right: 1px solid currentColor;
  border-bottom: 1px solid currentColor;
  transform: rotate(45deg);
  transition: transform 0.2s ease;
  pointer-events: none;
  color: rgba(0, 0, 0, 0.5);
}
.archive-posts__filter:hover span {
  color: #003e49;
}
.archive-posts__filter:hover::after {
  color: #003e49;
}
.archive-posts__filter select {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
  appearance: none;
}
.archive-posts__filter select:focus-visible + span,
.archive-posts__filter select:focus-visible ~ * {
  outline: none;
}
.archive-posts__paginations {
  display: flex;
  gap: 10px;
}
.archive-posts__paginations .archive-posts__first {
  padding-right: 60px;
}
@media (max-width: 768px) {
  .archive-posts__paginations .archive-posts__first {
    padding-right: 30px;
  }
}
@media (max-width: 430px) {
  .archive-posts__paginations .archive-posts__first {
    padding-right: 0px;
  }
}
.archive-posts__paginations .archive-posts__last {
  padding-left: 60px;
}
@media (max-width: 768px) {
  .archive-posts__paginations .archive-posts__last {
    padding-left: 30px;
  }
}
@media (max-width: 430px) {
  .archive-posts__paginations .archive-posts__last {
    padding-left: 0px;
  }
}
.archive-posts__nav {
  background: none;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 8px;
  color: #000;
  font-family: Barlow;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
  transition: all 0.25s ease;
  opacity: 0.5;
}
.archive-posts__nav:disabled {
  cursor: default;
  opacity: 0.5;
}
.archive-posts__nav svg {
  transition: all 0.25s ease;
}
.archive-posts__page {
  cursor: pointer;
  padding: 0 10px;
  border: none;
  background: none;
  color: #000;
  font-family: Barlow;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
  opacity: 0.5;
  transition: color 0.25s ease, opacity 0.25s ease;
  position: relative;
}
.archive-posts__page::before {
  content: "";
  position: absolute;
  top: -11px;
  left: 0;
  width: 0;
  height: 2px;
  background: #003e49;
  transition: width 0.4s ease;
}
.archive-posts__page:hover, .archive-posts__page:focus-visible, .archive-posts__page.is-active {
  color: #003e49;
  opacity: 1;
}
.archive-posts__page:hover::before, .archive-posts__page:focus-visible::before, .archive-posts__page.is-active::before {
  width: 100%;
}

.archive-post-subscribe {
  padding-bottom: 100px;
  position: relative;
  opacity: 0;
}
@media (max-width: 1280px) {
  .archive-post-subscribe {
    padding-bottom: 60px;
  }
}
@media (max-width: 1050px) {
  .archive-post-subscribe {
    padding-bottom: 50px;
  }
}
.archive-post-subscribe__title {
  color: #002a34;
  text-align: center;
  font-size: 32px;
  font-weight: 600;
  line-height: 120%;
  text-transform: uppercase;
}
.archive-post-subscribe__text {
  color: #002a34;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
}
.archive-post-subscribe__form {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.archive-post-subscribe__form-bg {
  width: 48%;
}
@media (max-width: 1050px) {
  .archive-post-subscribe__form-bg {
    width: 60%;
  }
}
@media (max-width: 768px) {
  .archive-post-subscribe__form-bg {
    width: 90%;
  }
}
@media (max-width: 568px) {
  .archive-post-subscribe__form-bg {
    width: 100%;
  }
}
.archive-post-subscribe__form-wrapper {
  position: relative;
}
.archive-post-subscribe__form-wrapper .wpcf7-response-output {
  position: absolute;
  margin-top: 5px !important;
  font-size: 12px;
  width: 100%;
  text-align: center;
  color: #000;
}
.archive-post-subscribe__form-title {
  text-align: center;
  font-weight: 600;
  line-height: 120%;
  text-transform: uppercase;
}
.archive-post-subscribe__form-text {
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
  padding-top: 16px;
}
@media (max-width: 768px) {
  .archive-post-subscribe__form-text {
    font-size: 14px;
  }
}
.archive-post-subscribe .blog-subscribe-section__forms {
  padding-top: 45px;
  position: relative;
}
@media (max-width: 1280px) {
  .archive-post-subscribe .blog-subscribe-section__forms {
    padding-top: 35px;
  }
}
@media (max-width: 1050px) {
  .archive-post-subscribe .blog-subscribe-section__forms {
    padding-top: 30px;
  }
}
.archive-post-subscribe .blog-subscribe-section__forms br {
  display: none;
}
.archive-post-subscribe .blog-subscribe-section__forms span.wpcf7-spinner {
  display: none;
}
.archive-post-subscribe .blog-subscribe-section__forms-grid {
  display: flex;
  gap: 8px;
  position: relative;
  padding-bottom: 24px;
}
@media (max-width: 568px) {
  .archive-post-subscribe .blog-subscribe-section__forms-grid {
    gap: 18px;
    flex-direction: column;
  }
}
.archive-post-subscribe .blog-subscribe-section__forms-col {
  width: 100%;
}
.archive-post-subscribe .blog-subscribe-section__forms-col input {
  padding: 17px 24px 18px 24px;
  border-radius: 50px;
  border: 1px solid #002a34;
  background: none;
  width: 100%;
  font-weight: 500;
  color: #002a34;
}
.archive-post-subscribe .blog-subscribe-section__forms-col input::placeholder {
  color: #002a34;
  font-size: 18px;
  font-weight: 500;
  line-height: 140%;
}
@media (max-width: 1280px) {
  .archive-post-subscribe .blog-subscribe-section__forms-col input::placeholder {
    font-size: 16px;
  }
}
@media (max-width: 1050px) {
  .archive-post-subscribe .blog-subscribe-section__forms-col input::placeholder {
    font-size: 14px;
  }
}
.archive-post-subscribe .blog-subscribe-section__forms-col input:focus {
  border: 1px solid #001b21;
  outline: none;
}
@media (max-width: 438px) {
  .archive-post-subscribe .blog-subscribe-section__forms-col input {
    padding: 15px 12px 16px 13px;
  }
}
.archive-post-subscribe .blog-subscribe-section__forms-col span.wpcf7-not-valid-tip {
  position: absolute;
  font-size: 10px;
}
.archive-post-subscribe .blog-subscribe-section__forms .wpcf7-submit {
  cursor: pointer;
  padding: 15px 24px 16px;
  border-radius: 55px;
  background: #002a34;
  border: 1px solid #002a34;
  transition: all 0.4s ease;
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  line-height: 140%;
}
.archive-post-subscribe .blog-subscribe-section__forms .wpcf7-submit:hover {
  color: #002a34;
  border: 1px solid #002a34;
  background: #ffffff;
}
@media (max-width: 1050px) {
  .archive-post-subscribe .blog-subscribe-section__forms .wpcf7-submit {
    font-size: 14px;
  }
}
@media (max-width: 568px) {
  .archive-post-subscribe .blog-subscribe-section__forms .wpcf7-submit {
    width: 100%;
    text-align: center;
  }
}
@media (max-width: 438px) {
  .archive-post-subscribe .blog-subscribe-section__forms .wpcf7-submit {
    padding: 12px 24px 12px;
  }
}
.archive-post-subscribe .blog-subscribe-section__forms .custom-checkbox {
  display: flex;
  align-items: center;
  gap: 10px;
}
.archive-post-subscribe .blog-subscribe-section__forms .custom-checkbox input[type=checkbox] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: #002a34;
  border: none;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  display: inline-block;
  position: relative;
  cursor: pointer;
  outline: none;
  transition: all 0.2s ease;
}
.archive-post-subscribe .blog-subscribe-section__forms .custom-checkbox input[type=checkbox]::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 4px;
  height: 9px;
  border: solid #ffffff;
  border-width: 0 1px 1px 0;
  transform: translate(-50%, -60%) rotate(45deg);
  opacity: 0;
  transition: opacity 0.2s ease;
}
.archive-post-subscribe .blog-subscribe-section__forms .custom-checkbox input[type=checkbox]:checked::after {
  opacity: 1;
}
.archive-post-subscribe .blog-subscribe-section__forms .custom-checkbox span {
  color: #003e49;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
}
.archive-post-subscribe .blog-subscribe-section__forms .custom-checkbox span.wpcf7-list-item.first.last label {
  display: flex;
  gap: 8px;
  align-items: center;
}

.archive-post-podcasts {
  opacity: 0;
  background: #002a34;
  padding: 60px 0;
  margin: 0 8px 8px;
  border-radius: 5px;
  overflow: hidden;
}
@media (max-width: 768px) {
  .archive-post-podcasts {
    padding: 40px 0;
  }
}
.archive-post-podcasts__main {
  display: flex;
  justify-content: space-between;
  gap: 150px;
  padding-left: 55px;
}
@media (max-width: 1340px) {
  .archive-post-podcasts__main {
    gap: 50px;
  }
}
@media (max-width: 980px) {
  .archive-post-podcasts__main {
    flex-direction: column;
    align-items: center;
  }
}
@media (max-width: 768px) {
  .archive-post-podcasts__main {
    padding-left: 0px;
    padding: 0px 30px;
    gap: 70px;
  }
}
@media (max-width: 528px) {
  .archive-post-podcasts__main {
    padding: 0px 16px;
    gap: 40px;
  }
}
@media (max-width: 430px) {
  .archive-post-podcasts__main {
    padding: 0px 10px;
  }
}
.archive-post-podcasts__wrap {
  width: 55%;
}
@media (max-width: 1340px) {
  .archive-post-podcasts__wrap {
    width: 60%;
  }
}
@media (max-width: 1210px) {
  .archive-post-podcasts__wrap {
    width: 63%;
  }
}
@media (max-width: 980px) {
  .archive-post-podcasts__wrap {
    width: 100%;
  }
}
.archive-post-podcasts__info {
  display: flex;
  justify-content: space-between;
  gap: 55px;
  padding: 0 55px 50px 0;
}
@media (max-width: 1340px) {
  .archive-post-podcasts__info {
    gap: 25px;
    padding: 0 55px 30px 0;
  }
}
@media (max-width: 768px) {
  .archive-post-podcasts__info {
    flex-direction: column;
    padding: 0 0px 40px 0;
  }
}
@media (max-width: 438px) {
  .archive-post-podcasts__info {
    padding: 0 0px 20px 0;
  }
}
.archive-post-podcasts__info-main {
  width: 65%;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media (max-width: 1410px) {
  .archive-post-podcasts__info-main {
    width: 70%;
  }
}
@media (max-width: 1100px) {
  .archive-post-podcasts__info-main {
    width: 75%;
  }
}
@media (max-width: 768px) {
  .archive-post-podcasts__info-main {
    width: 100%;
    align-items: center;
  }
}
.archive-post-podcasts__platforms {
  display: flex;
  flex-direction: column;
  width: 20%;
}
@media (max-width: 768px) {
  .archive-post-podcasts__platforms {
    flex-direction: row;
    justify-content: space-between;
    gap: 15px;
    width: 100%;
  }
}
.archive-post-podcasts__title {
  font-weight: 600;
  line-height: 120%;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .archive-post-podcasts__title {
    text-align: center;
  }
}
.archive-post-podcasts__text {
  color: rgba(255, 255, 255, 0.9);
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
}
@media (max-width: 768px) {
  .archive-post-podcasts__text {
    font-size: 14px;
    text-align: center;
  }
}
.archive-post-podcasts__image {
  position: relative;
  width: 465px;
  height: 480px;
}
@media (max-width: 1440px) {
  .archive-post-podcasts__image {
    width: 385px;
    height: 390px;
  }
}
@media (max-width: 1340px) {
  .archive-post-podcasts__image {
    width: 335px;
    height: 335px;
  }
}
@media (max-width: 1100px) {
  .archive-post-podcasts__image {
    width: 235px;
    height: 235px;
  }
}
@media (max-width: 980px) {
  .archive-post-podcasts__image {
    width: 335px;
    height: 335px;
  }
}
@media (max-width: 438px) {
  .archive-post-podcasts__image {
    width: 215px;
    height: 215px;
  }
}
.archive-post-podcasts__image img {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
  overflow: hidden;
}
.archive-post-podcasts__pulse {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  transform: translate(-50%, -50%) scale(1);
  opacity: 0;
  animation: pulseAnim 4s linear infinite;
  border: 1px solid rgba(255, 255, 255, 0.16);
}
.archive-post-podcasts__pulse--delay-0 {
  animation-delay: 0s;
}
.archive-post-podcasts__pulse--delay-1 {
  animation-delay: 0.8s;
}
.archive-post-podcasts__pulse--delay-2 {
  animation-delay: 1.6s;
}
.archive-post-podcasts__pulse--delay-3 {
  animation-delay: 2.4s;
}
@keyframes pulseAnim {
  0% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0.6;
  }
  100% {
    transform: translate(-50%, -50%) scale(1.8);
    opacity: 0;
  }
}
.archive-post-podcasts__platform {
  padding: 16px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.archive-post-podcasts__platform:last-child {
  border-bottom: 0;
}
@media (max-width: 768px) {
  .archive-post-podcasts__platform {
    border-bottom: 0px solid rgba(255, 255, 255, 0.2);
  }
}
.archive-post-podcasts__platform a {
  display: block;
  height: 40px;
  width: fit-content;
  padding-left: 16px;
}
@media (max-width: 768px) {
  .archive-post-podcasts__platform a {
    padding-left: 0px;
  }
}
.archive-post-podcasts__platform a img {
  display: block;
  max-height: 40px;
  transition: transform 0.6s ease;
}
.archive-post-podcasts__platform a:hover img {
  transform: scale(1.1);
}
.archive-post-podcasts__slider {
  overflow: hidden;
}
.archive-post-podcasts__slider .swiper-slide-active {
  opacity: 1 !important;
}
.archive-post-podcasts__slider--desktop {
  display: none;
}
@media (min-width: 768px) {
  .archive-post-podcasts__slider--desktop {
    display: block;
  }
}
.archive-post-podcasts__slider--mobile {
  display: block;
  padding-left: 30px;
}
@media (min-width: 768px) {
  .archive-post-podcasts__slider--mobile {
    display: none;
  }
}
@media (max-width: 528px) {
  .archive-post-podcasts__slider--mobile {
    padding-left: 16px;
  }
}
@media (max-width: 430px) {
  .archive-post-podcasts__slider--mobile {
    padding-left: 10px;
  }
}
.archive-post-podcasts__wrapper {
  align-items: stretch;
}
.archive-post-podcasts__slide {
  opacity: 0.2;
}
.archive-post-podcasts__slide-bg {
  display: flex;
  flex-direction: column;
  gap: 6px;
  justify-content: space-between;
  width: 270px;
}
@media (max-width: 438px) {
  .archive-post-podcasts__slide-bg {
    width: 180px;
  }
}
.archive-post-podcasts__slide-listen {
  color: rgba(255, 255, 255, 0.6);
  font-size: 12px;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 0.6px;
  text-transform: uppercase;
}
.archive-post-podcasts__post-link {
  display: flex;
  align-items: flex-end;
  gap: 16px;
  text-decoration: none;
}
@media (max-width: 768px) {
  .archive-post-podcasts__post-link {
    gap: 6px;
  }
}
.archive-post-podcasts__post-image {
  width: 220px;
  height: 110px;
}
@media (max-width: 1440px) {
  .archive-post-podcasts__post-image {
    width: 170px;
    height: 90px;
  }
}
@media (max-width: 438px) {
  .archive-post-podcasts__post-image {
    width: 165px;
    height: 80px;
  }
}
.archive-post-podcasts__post-image img {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 500px;
  object-fit: cover;
  object-position: top;
}
.archive-post-podcasts__post-title {
  font-size: 24px;
  font-weight: 400;
  line-height: 120%;
}
@media (max-width: 768px) {
  .archive-post-podcasts__post-title {
    font-size: 21px;
  }
}
@media (max-width: 438px) {
  .archive-post-podcasts__post-title {
    font-size: 16px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .archive-post-podcasts__pulse {
    animation: none;
  }
}
.archive-post-video {
  padding: 20px 0px 100px;
  position: relative;
  opacity: 0;
}
@media (max-width: 1280px) {
  .archive-post-video {
    padding: 20px 0px 60px;
  }
}
@media (max-width: 1050px) {
  .archive-post-video {
    padding: 10px 0px 50px;
  }
}
.archive-post-video__container {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.archive-post-video__title {
  color: #002a34;
  text-align: center;
  font-size: 32px;
  font-weight: 600;
  line-height: 120%;
  text-transform: uppercase;
}
.archive-post-video__list {
  display: flex;
  gap: 24px;
  padding-top: 50px;
  width: 100%;
}
@media (max-width: 1100px) {
  .archive-post-video__list {
    flex-direction: column;
  }
}
.archive-post-video__item {
  width: 100%;
  display: block;
  height: 240px;
  border-radius: 5px;
  overflow: hidden;
}
@media (max-width: 1100px) {
  .archive-post-video__item {
    height: 340px;
  }
}
@media (max-width: 768px) {
  .archive-post-video__item {
    height: 300px;
  }
}
@media (max-width: 430px) {
  .archive-post-video__item {
    height: 250px;
  }
}
.archive-post-video__item iframe {
  width: 100%;
  height: 100%;
}
.archive-post-video__link {
  padding-top: 40px;
  width: fit-content;
}
@media (max-width: 430px) {
  .archive-post-video__link {
    width: 100%;
  }
}