:root {
  --ease-Out: cubic-bezier(0.430, 0.195, 0.020, 1.000);
  --ease-In: cubic-bezier(0.98, 0.0, 0.57, 0);
  --ease-OutQuint: cubic-bezier(0.230, 1.000, 0.320, 1.000);
  --ease-Out2: cubic-bezier(0.9, 0.1, 0.15, 1.05);
  --ease-Out3: cubic-bezier(0.630, 0.195, 0.010, 1.000);
  --ease-OutSlow: cubic-bezier(.43, .195, .02, 1);
  --ease-OutSnap: cubic-bezier(0.835, 0.085, 0.005, 1);
  --ease-OutUnspun: cubic-bezier( 0.745, 0.065, 0.170, 1.000);
  --ease-OutCubic: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  --app-height: 100vh;
  --font-default: "Inter";
  --font-heading: "Agharti";
  --base-margin: 100px;
  --header-height: 128px;
  --color-green: #A4EE4A;
  --color-gray: #6D7E89;
  --color-white: #fff;
  --color-blue: #0099C4;
  --color-black: #000;
  --color-border: rgba(255, 255, 255, .3);
}

@media (max-width: 991px) {
  :root {
    --base-margin: 60px;
  }
}
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type=checkbox],
input[type=radio] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

input[type=search] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

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

td,
th {
  padding: 0;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: none !important;
}

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

html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  font-family: sans-serif;
}

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

a {
  text-decoration: none;
}

a:hover,
a:focus {
  text-decoration: underline;
}

figure {
  margin: 0;
}

img {
  vertical-align: middle;
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

.img-rounded {
  border-radius: 6px;
}

.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}

.img-circle {
  border-radius: 50%;
}

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

[role=button] {
  cursor: pointer;
}

@font-face {
  font-family: "Agharti";
  src: url(../fonts/Agharti-ThinUltraWide.e5ae07.woff2) format("woff2"), url(../fonts/Agharti-ThinUltraWide.fbcafc.woff) format("woff");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Agharti";
  src: url(../fonts/Agharti-BlackWide.272840.woff2) format("woff2"), url(../fonts/Agharti-BlackWide.c97db7.woff) format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
/* cyrillic-ext */
@font-face {
  font-family: "Inter";
  font-style: italic;
  font-weight: 100 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v18/UcCm3FwrK3iLTcvnUwkT9mI1F55MKw.woff2) format("woff2");
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: "Inter";
  font-style: italic;
  font-weight: 100 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v18/UcCm3FwrK3iLTcvnUwAT9mI1F55MKw.woff2) format("woff2");
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: "Inter";
  font-style: italic;
  font-weight: 100 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v18/UcCm3FwrK3iLTcvnUwgT9mI1F55MKw.woff2) format("woff2");
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: "Inter";
  font-style: italic;
  font-weight: 100 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v18/UcCm3FwrK3iLTcvnUwcT9mI1F55MKw.woff2) format("woff2");
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}
/* vietnamese */
@font-face {
  font-family: "Inter";
  font-style: italic;
  font-weight: 100 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v18/UcCm3FwrK3iLTcvnUwsT9mI1F55MKw.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: "Inter";
  font-style: italic;
  font-weight: 100 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v18/UcCm3FwrK3iLTcvnUwoT9mI1F55MKw.woff2) format("woff2");
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Inter";
  font-style: italic;
  font-weight: 100 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v18/UcCm3FwrK3iLTcvnUwQT9mI1F54.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v18/UcCo3FwrK3iLTcvvYwYZ8UA3J58.woff2) format("woff2");
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v18/UcCo3FwrK3iLTcvmYwYZ8UA3J58.woff2) format("woff2");
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v18/UcCo3FwrK3iLTcvuYwYZ8UA3J58.woff2) format("woff2");
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v18/UcCo3FwrK3iLTcvhYwYZ8UA3J58.woff2) format("woff2");
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}
/* vietnamese */
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v18/UcCo3FwrK3iLTcvtYwYZ8UA3J58.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v18/UcCo3FwrK3iLTcvsYwYZ8UA3J58.woff2) format("woff2");
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v18/UcCo3FwrK3iLTcviYwYZ8UA3.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--font-heading);
  margin: 0 0 1.5rem 0;
  padding: 0;
  font-weight: 900;
  line-height: 1.1;
}

p {
  margin: 0 0 1.5rem 0;
  font-size: clamp(16px, 2em, 16px);
}

h2 {
  font-size: clamp(40px, 12em, 100px);
  text-transform: uppercase;
}

h4 {
  font-size: clamp(20px, 3.2em, 32px);
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.lead {
  font-size: clamp(24px, 4.5em, 36px);
  letter-spacing: -0.03em;
  line-height: 1.3;
}

a {
  color: var(--color-text);
  text-decoration: none;
  transition: color 0.2s linear, opacity 0.2s linear;
}
a:hover, a:focus {
  text-decoration: none;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

button,
input,
select,
textarea {
  appearance: none;
}

button {
  background: transparent;
  border: none;
  margin: 0;
  padding: 0;
}

.button {
  font-size: clamp(24px, 4em, 32px);
  display: flex;
  align-items: center;
  text-transform: uppercase;
  font-family: var(--font-heading);
  font-weight: 900;
  gap: 10px;
  letter-spacing: 0.02em;
}
.button:hover svg {
  transform: translate(10px, 0);
}
.button--white {
  color: var(--color-white);
}
.button--white svg path {
  fill: var(--color-white);
}
.button--green {
  color: var(--color-green);
}
.button--green svg path {
  fill: var(--color-green);
}
.button--blue {
  color: var(--color-blue);
}
.button--blue svg path {
  fill: var(--color-blue);
}
.button svg {
  transition: transform 0.4s ease-out;
}

html {
  scrollbar-width: none;
  scroll-behavior: initial;
}

::-webkit-scrollbar {
  width: 0;
}

[data-animation=fade] {
  opacity: 0;
  transition: opacity 0.6s linear;
}
[data-animation=fade].in {
  opacity: 1;
}

[data-animation=fade-up] {
  opacity: 0;
  transform: translateY(90px);
  transition: opacity 0.6s linear, transform 0.6s var(--ease-OutCubic);
}
[data-animation=fade-up].in {
  opacity: 1;
  transform: translateY(0);
}

[data-animation=fade-down] {
  opacity: 0;
  transform: translateY(-90px);
  transition: opacity 0.6s linear, transform 0.6s var(--ease-OutCubic);
}
[data-animation=fade-down].in {
  opacity: 1;
  transform: translateY(0);
}

[data-animation=fade-left] {
  opacity: 0;
  transform: translateX(-90px);
  transition: opacity 0.6s linear, transform 0.6s var(--ease-OutCubic);
}
[data-animation=fade-left].in {
  opacity: 1;
  transform: translateX(0);
}

[data-animation=fade-right] {
  opacity: 0;
  transform: translateX(90px);
  transition: opacity 0.6s linear, transform 0.6s var(--ease-OutCubic);
}
[data-animation=fade-right].in {
  opacity: 1;
  transform: translateX(0);
}

[data-animation=scale-fit] {
  transform: scale(0.8);
  transition: all 1.2s var(--ease-OutQuint);
  overflow: hidden;
}
[data-animation=scale-fit].in {
  transform: scale(1);
  border-radius: 0;
}

* {
  box-sizing: border-box;
}

:root {
  font-size: 1vw;
}

html,
body {
  padding: 0;
  margin: 0;
}

html,
body {
  width: 100%;
  min-height: 100%;
}

html.lenis {
  height: auto;
}

.lenis.lenis-smooth {
  scroll-behavior: auto;
}

.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain;
}

.lenis.lenis-stopped {
  overflow: hidden;
}

.lenis.lenis-scrolling iframe {
  pointer-events: none;
}

body {
  font-family: var(--font-default);
  font-size: 0.5625vw;
  font-weight: 400;
  color: var(--color-text);
  background: var(--color-bg);
  line-height: 1.6;
}

.container {
  width: 90%;
  padding: 0 6em;
  max-width: 1800px;
  margin: 0 auto;
  position: relative;
}
@media (max-width: 991px) {
  .container {
    padding: 0 4em;
  }
}

.plain {
  padding: 180px 0 60px 0;
}
@media (max-width: 640px) {
  .plain {
    padding: 60px 0 30px 0;
  }
}
.plain .container {
  max-width: 1000px;
}
.plain ul,
.plain ol {
  margin: 0 0 1.5rem 0;
  font-size: clamp(16px, 2em, 16px);
}
.plain a {
  text-decoration: underline;
}

[data-split-text] {
  opacity: 0;
}
[data-split-text].in {
  opacity: 1;
}
[data-split-text].in .line span {
  opacity: 1;
  transform: translate(0, 0);
}
[data-split-text] .line {
  display: block;
  overflow: hidden;
  white-space: nowrap;
}
[data-split-text] .line:nth-of-type(1) span {
  transition-delay: 0s;
}
[data-split-text] .line:nth-of-type(2) span {
  transition-delay: 0.1s;
}
[data-split-text] .line:nth-of-type(3) span {
  transition-delay: 0.2s;
}
[data-split-text] .line:nth-of-type(4) span {
  transition-delay: 0.3s;
}
[data-split-text] .line:nth-of-type(5) span {
  transition-delay: 0.4s;
}
[data-split-text] .line span {
  display: inline-block;
  margin-right: 0.2em;
  opacity: 0;
  transform: translate(0, 100%);
  transition: transform 0.8s ease-out, opacity 0.8s linear;
}

.main-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  border-bottom: 1px solid var(--color-border);
  transition: background 0.2s linear;
  --space: 250px;
}
@media (max-width: 640px) {
  .main-header {
    --space: 100px;
  }
}
.page-template-tpl-contacts .main-header {
  --color-border: var(--color-green);
}
.page-template-default .main-header, .page-template-tpl-sports .main-header {
  --color-border: var(--color-black);
}
.page-template-default .main-header, .page-template-tpl-sports .main-header, .main-header.scrolled {
  background: var(--color-white);
  border-bottom-color: var(--color-gray);
  --color-border: var(--color-black);
}
.page-template-tpl-home .page-template-default .main-header .main-header__logo, .page-template-tpl-home .page-template-tpl-sports .main-header .main-header__logo, .page-template-tpl-home .main-header.scrolled .main-header__logo {
  border-right-width: 1px;
}
.page-template-default .main-header .main-header__logo svg *, .page-template-tpl-sports .main-header .main-header__logo svg *, .main-header.scrolled .main-header__logo svg * {
  fill: var(--color-black);
  transition-delay: 0s;
}
.page-template-tpl-home .page-template-default .main-header .main-header__menu, .page-template-tpl-home .page-template-tpl-sports .main-header .main-header__menu, .page-template-tpl-home .main-header.scrolled .main-header__menu {
  border-left-width: 1px;
}
.page-template-default .main-header .main-header__menu a, .page-template-tpl-sports .main-header .main-header__menu a, .main-header.scrolled .main-header__menu a {
  color: var(--color-black);
}
.page-template-default .main-header .main-header__menu .trigger .hmbrg span, .page-template-tpl-sports .main-header .main-header__menu .trigger .hmbrg span, .main-header.scrolled .main-header__menu .trigger .hmbrg span {
  background: var(--color-black);
  transition-delay: 0s;
}
.page-template-default .main-header .main-header__menu .trigger .label span, .page-template-tpl-sports .main-header .main-header__menu .trigger .label span, .main-header.scrolled .main-header__menu .trigger .label span {
  color: var(--color-black);
  transition-delay: 0s;
}
.menu-open .main-header {
  --color-border: var(--color-black);
}
.menu-open .main-header .main-header__logo svg * {
  fill: var(--color-black);
  transition-delay: 0s;
}
.menu-open .main-header .main-header__nav {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transition-delay: 0s;
}
.menu-open .main-header .main-header__nav__bg {
  transform: scaleY(1);
  transition-delay: 0s;
}
.menu-open .main-header .main-header__nav ul::before {
  transform: scaleX(1);
  transition-delay: 0.2s;
}
.menu-open .main-header .main-header__nav ul li:nth-of-type(1)::after {
  transform: scaleX(1);
  transition-delay: 0.4s;
}
.menu-open .main-header .main-header__nav ul li:nth-of-type(1) a {
  transition-delay: 0.4s;
}
.menu-open .main-header .main-header__nav ul li:nth-of-type(2)::after {
  transform: scaleX(1);
  transition-delay: 0.8s;
}
.menu-open .main-header .main-header__nav ul li:nth-of-type(2) a {
  transition-delay: 0.6s;
}
.menu-open .main-header .main-header__nav ul li:nth-of-type(3) a {
  transition-delay: 0.8s;
}
.menu-open .main-header .main-header__nav ul li::after {
  transform: scaleX(1);
}
.menu-open .main-header .main-header__nav ul li a {
  transform: translate(0, 0);
  opacity: 1;
}
.menu-open .main-header__menu a {
  color: var(--color-black) !important;
}
.menu-open .main-header .hmbrg span {
  background: var(--color-black) !important;
  transition-delay: 0s;
}
.menu-open .main-header .hmbrg span:nth-of-type(1) {
  transform: translateY(11px) rotate(45deg);
}
@media (max-width: 640px) {
  .menu-open .main-header .hmbrg span:nth-of-type(1) {
    transform: translateY(9px) rotate(45deg);
  }
}
.menu-open .main-header .hmbrg span:nth-of-type(2) {
  transform: translateY(0) rotate(-45deg);
}
@media (max-width: 640px) {
  .menu-open .main-header .hmbrg span:nth-of-type(2) {
    transform: translateY(-1px) rotate(-45deg);
  }
}
.menu-open .main-header .hmbrg span:nth-of-type(3) {
  transform: scaleX(0);
  opacity: 0;
}
.menu-open .main-header .label span {
  color: var(--color-black) !important;
  transition-delay: 0s;
}
.menu-open .main-header .label span:nth-of-type(1) {
  transform: translateY(-110%);
}
.menu-open .main-header .label span:nth-of-type(2) {
  transform: translateY(0);
}
.main-header__wrapper {
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 1;
}
.main-header__logo {
  padding: 32px 80px;
  width: var(--space);
  border-right: 1px solid var(--color-border);
  transition: border-color 0.4s linear;
}
@media (max-width: 640px) {
  .main-header__logo {
    padding: 20px;
    border-right: none;
  }
}
.page-template-tpl-home:not(.menu-open) .main-header__logo {
  border-right-width: 0;
}
@media (max-width: 640px) {
  .main-header__logo svg {
    height: 36px;
    width: auto;
  }
}
.main-header__logo svg * {
  transition: all 0.2s linear;
}
.page-template-tpl-contacts .main-header__logo svg * {
  fill: var(--color-green);
}
.main-header__menu {
  width: var(--space);
  border-left: 1px solid var(--color-border);
  transition: border-color 0.4s linear;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  gap: 20px;
}
@media (max-width: 640px) {
  .main-header__menu {
    border-left: none;
  }
}
.page-template-tpl-home:not(.menu-open) .main-header__menu {
  border-left-width: 0;
}
.main-header__menu a {
  font-size: clamp(26px, 4.5em, 36px);
  color: var(--color-white);
  text-transform: uppercase;
  letter-spacing: 0.02em;
  font-family: var(--font-heading);
  font-weight: 900;
  vertical-align: middle;
  margin-top: -6px;
}
.page-template-tpl-contacts .main-header__menu a {
  color: var(--color-green);
}
.main-header__menu .trigger {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  gap: 15px;
  vertical-align: top;
}
.main-header__menu .trigger:hover .hmbrg span:nth-of-type(3) {
  width: 100%;
}
.main-header__menu .trigger .hmbrg {
  width: 36px;
  height: 25px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 640px) {
  .main-header__menu .trigger .hmbrg {
    width: 30px;
    height: 20px;
  }
}
.main-header__menu .trigger .hmbrg span {
  width: 100%;
  height: 2px;
  background: var(--color-white);
  transition: all 0.4s var(--ease-OutCubic);
}
.page-template-tpl-contacts .main-header__menu .trigger .hmbrg span {
  background: var(--color-green);
}
.main-header__menu .trigger .hmbrg span:nth-of-type(3) {
  width: 60%;
}
.main-header__menu .trigger .label {
  position: relative;
  overflow: hidden;
  margin-top: -0.5em;
  padding-right: 0.5em;
}
@media (max-width: 640px) {
  .main-header__menu .trigger .label {
    display: none;
  }
}
.main-header__menu .trigger .label span {
  display: block;
  font-size: clamp(24px, 4.5em, 36px);
  color: var(--color-white);
  text-transform: uppercase;
  letter-spacing: 0.02em;
  font-family: var(--font-heading);
  font-weight: 900;
  transition: transform 0.4s var(--ease-OutCubic), color 0.4s linear;
}
.page-template-tpl-contacts .main-header__menu .trigger .label span {
  color: var(--color-green);
}
.main-header__menu .trigger .label span:nth-of-type(2) {
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(0, 100%);
}
.main-header__nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding-top: var(--header-height);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition-delay: 1s;
}
@media (max-width: 640px) {
  .main-header__nav {
    padding-top: 80px;
  }
}
.main-header__nav__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--color-green);
  transform: scaleY(0);
  transform-origin: top center;
  transition: all 0.4s var(--ease-OutCubic);
  transition-delay: 0.4s;
}
.main-header__nav ul {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  position: relative;
  z-index: 1;
}
.main-header__nav ul::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: var(--color-black);
  transform-origin: center left;
  transform: scaleX(0);
  transition: transform 0.8s var(--ease-OutCubic);
}
.main-header__nav ul li {
  position: relative;
  flex: 1;
  padding: 0 80px;
}
@media (max-width: 640px) {
  .main-header__nav ul li {
    padding: 0 20px;
  }
}
.main-header__nav ul li:nth-of-type(1)::after {
  transform-origin: center right;
}
.main-header__nav ul li:nth-of-type(2)::after {
  transform-origin: center left;
}
.main-header__nav ul li:nth-of-type(2) a {
  justify-content: flex-end;
  transform: translate(1em, 0);
}
.main-header__nav ul li::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: var(--color-black);
  transform: scaleX(0);
  transition: transform 0.8s var(--ease-OutCubic);
}
.main-header__nav ul li a {
  display: flex;
  height: 100%;
  align-items: center;
  transform: translate(-1em, 0);
  opacity: 0;
  transition: all 0.4s var(--ease-OutCubic);
}
.main-header__nav ul li a:hover span svg * {
  fill: var(--color-white);
}
.main-header__nav ul li a span {
  height: 100%;
  display: flex;
  align-items: center;
}
.main-header__nav ul li a span svg {
  height: 70%;
  width: auto;
}
@media (max-width: 991px) {
  .main-header__nav ul li a span svg {
    height: 30%;
  }
}
@media (max-width: 640px) {
  .main-header__nav ul li a span svg {
    height: 20%;
  }
}
.main-header__nav ul li a span svg * {
  transition: fill 0.2s linear;
}

.main-footer {
  border-top: 1px solid var(--color-gray);
  position: relative;
  z-index: 9;
  background: var(--color-white);
}
.main-footer__social {
  border-bottom: 1px solid var(--color-gray);
}
.main-footer__social ul {
  display: flex;
}
.main-footer__social ul li {
  flex: 1;
}
.main-footer__social ul li:nth-of-type(1) {
  border-right: 1px solid var(--color-gray);
}
.main-footer__social ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: clamp(18px, 4em, 32px);
  padding: 1em;
  font-weight: 400;
  letter-spacing: -0.04em;
}
@media (max-width: 640px) {
  .main-footer__social ul li a {
    padding: 20px;
  }
}
.main-footer__logo {
  text-align: center;
  padding: 5em 0;
  border-bottom: 1px solid var(--color-gray);
}
@media (max-width: 640px) {
  .main-footer__logo {
    padding: 60px 0;
  }
}
.main-footer__logo svg {
  width: clamp(200px, 80%, 420px);
  height: auto;
}
@media (max-width: 640px) {
  .main-footer__logo svg {
    width: 200px;
  }
}
.main-footer__nav {
  border-bottom: 1px solid var(--color-gray);
}
.main-footer__nav ul {
  display: flex;
  align-items: center;
}
@media (max-width: 640px) {
  .main-footer__nav ul {
    flex-direction: column;
    margin: 0 -30px;
  }
}
.main-footer__nav ul > li {
  flex: 1;
  border-right: 1px solid var(--color-gray);
}
@media (max-width: 640px) {
  .main-footer__nav ul > li {
    border-right: none;
    border-bottom: 1px solid var(--color-gray);
    width: 100%;
  }
}
.main-footer__nav ul > li:last-of-type {
  border-right: none;
}
@media (max-width: 640px) {
  .main-footer__nav ul > li:last-of-type {
    border-bottom: none;
  }
}
.main-footer__nav ul > li a {
  font-size: clamp(32px, 8em, 64px);
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  font-family: var(--font-heading);
  font-weight: 900;
  line-height: 1;
  padding: 1rem 0 2rem 0;
}
@media (max-width: 640px) {
  .main-footer__nav ul > li a {
    width: 100%;
    padding: 20px;
  }
}
.main-footer__copyrights {
  padding: 2em 0;
}
@media (max-width: 640px) {
  .main-footer__copyrights {
    padding: 30px 0;
  }
}
.main-footer__copyrights ul {
  display: flex;
  justify-content: space-between;
  font-size: clamp(14px, 2em, 16px);
}
@media (max-width: 640px) {
  .main-footer__copyrights ul {
    flex-direction: column;
    gap: 10px;
    text-align: center;
  }
}

.page-template-tpl-home .hero {
  height: 100vh;
  display: flex;
  align-items: flex-end;
  background: #333;
  padding: 8em;
  position: relative;
  --space: 250px;
}
@media (max-width: 640px) {
  .page-template-tpl-home .hero {
    height: 50vh;
  }
}
.page-template-tpl-home .hero::after, .page-template-tpl-home .hero::before {
  content: "";
  position: absolute;
  top: 0;
  width: 1px;
  height: 100%;
  background: var(--color-border);
  pointer-events: none;
  z-index: 1;
}
@media (max-width: 640px) {
  .page-template-tpl-home .hero::after, .page-template-tpl-home .hero::before {
    display: none;
  }
}
.page-template-tpl-home .hero::after {
  left: calc(var(--space) - 1px);
}
.page-template-tpl-home .hero::before {
  right: calc(var(--space) - 1px);
}
.page-template-tpl-home .hero__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.page-template-tpl-home .hero__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.page-template-tpl-home .hero h1 {
  font-size: clamp(70px, 25em, 300px);
  line-height: 1;
  margin: 0;
  color: var(--color-green);
  letter-spacing: 0.02em;
  position: relative;
  z-index: 2;
  width: 100%;
}
.page-template-tpl-home .hero h1 > span {
  display: block;
}
.page-template-tpl-home .why {
  margin-top: 5.5em;
  padding: 8em 0;
  border-top: 1px solid var(--color-gray);
  position: relative;
}
.page-template-tpl-home .why__grid {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-evenly;
}
@media (max-width: 640px) {
  .page-template-tpl-home .why__grid {
    display: none;
  }
}
.page-template-tpl-home .why__grid span {
  width: 1px;
  height: 100%;
  background: var(--color-gray);
}
.page-template-tpl-home .why__head {
  position: relative;
  z-index: 1;
  display: flex;
  gap: 20em;
  align-items: flex-start;
}
@media (max-width: 640px) {
  .page-template-tpl-home .why__head {
    flex-direction: column;
    gap: 30px;
  }
}
.page-template-tpl-home .why__head > div {
  background: var(--color-white);
}
.page-template-tpl-home .why__head > div:nth-of-type(1) {
  width: 33%;
}
@media (max-width: 640px) {
  .page-template-tpl-home .why__head > div:nth-of-type(1) {
    width: 100%;
  }
}
.page-template-tpl-home .why__head > div:nth-of-type(2) {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 8em;
}
.page-template-tpl-home .why__head > div:nth-of-type(2) .lead {
  margin-bottom: 0;
}
.page-template-tpl-home .why__head > div:nth-of-type(2) > div {
  max-width: 400px;
  justify-self: flex-end;
  align-self: flex-end;
}
.page-template-tpl-home .why__image {
  width: 33%;
  margin-left: 5%;
  margin-top: -5%;
  position: relative;
  z-index: 2;
  padding: 4em 0;
  background: var(--color-white);
}
@media (max-width: 640px) {
  .page-template-tpl-home .why__image {
    margin-top: 30px;
    margin-left: 0;
    width: 100%;
    padding-left: 20%;
  }
}
.page-template-tpl-home .why__image img {
  width: 100%;
  height: auto;
}
.page-template-tpl-home .altitude {
  background: var(--color-green);
  padding: 8em 0;
  position: relative;
}
.page-template-tpl-home .altitude > svg {
  position: absolute;
  opacity: 0.3;
  pointer-events: none;
}
.page-template-tpl-home .altitude > svg:nth-of-type(1) {
  top: 0;
  left: 0;
  width: auto;
  height: 100%;
}
@media (max-width: 640px) {
  .page-template-tpl-home .altitude > svg:nth-of-type(1) {
    display: none;
  }
}
.page-template-tpl-home .altitude > svg:nth-of-type(2) {
  right: 0;
  bottom: 0;
  width: auto;
  height: 45%;
}
@media (max-width: 640px) {
  .page-template-tpl-home .altitude > svg:nth-of-type(2) {
    opacity: 0.1;
  }
}
.page-template-tpl-home .altitude__wrapper {
  display: flex;
  position: relative;
  z-index: 1;
}
@media (max-width: 640px) {
  .page-template-tpl-home .altitude__wrapper {
    flex-direction: column;
    gap: 30px;
  }
}
.page-template-tpl-home .altitude__wrapper > div:nth-of-type(1) {
  width: 45%;
}
@media (max-width: 640px) {
  .page-template-tpl-home .altitude__wrapper > div:nth-of-type(1) {
    width: 100%;
  }
}
.page-template-tpl-home .altitude__wrapper > div:nth-of-type(2) {
  flex: 1;
  padding-left: 12em;
}
@media (max-width: 640px) {
  .page-template-tpl-home .altitude__wrapper > div:nth-of-type(2) {
    padding-left: 0;
  }
}
.page-template-tpl-home .altitude__image img {
  width: 100%;
  height: auto;
}
.page-template-tpl-home .altitude__content {
  display: flex;
  flex-direction: column;
  gap: 10em;
}
.page-template-tpl-home .altitude__content h2 {
  width: 70%;
}
.page-template-tpl-home .altitude__content > div {
  max-width: 400px;
  align-self: flex-end;
}
.page-template-tpl-home .stepping {
  padding: 8em 0;
  background: var(--color-blue);
  color: var(--color-white);
  position: relative;
}
.page-template-tpl-home .stepping > svg {
  position: absolute;
  top: 8em;
  right: 0;
  width: clamp(200px, 35%, 600px);
  height: auto;
  opacity: 0.3;
}
.page-template-tpl-home .stepping__head {
  margin-bottom: 6em;
}
.page-template-tpl-home .stepping__head h2 {
  width: 50%;
}
.page-template-tpl-home .stepping__wrapper {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
@media (max-width: 640px) {
  .page-template-tpl-home .stepping__wrapper {
    flex-direction: column;
    gap: 30px;
  }
}
.page-template-tpl-home .stepping__wrapper > div:nth-of-type(1) {
  width: 55%;
}
@media (max-width: 640px) {
  .page-template-tpl-home .stepping__wrapper > div:nth-of-type(1) {
    width: 100%;
  }
}
.page-template-tpl-home .stepping__wrapper > div:nth-of-type(1) img {
  width: 100%;
  height: auto;
}
.page-template-tpl-home .stepping__wrapper > div:nth-of-type(2) {
  width: 35%;
}
@media (max-width: 640px) {
  .page-template-tpl-home .stepping__wrapper > div:nth-of-type(2) {
    width: 100%;
  }
}
.page-template-tpl-home .sports {
  background: var(--color-black);
  padding: 8em 0 12em 0;
}
@media (max-width: 640px) {
  .page-template-tpl-home .sports {
    padding: 30px 0 60px 0;
  }
}
.page-template-tpl-home .sports__strip {
  display: flex;
  white-space: nowrap;
  gap: 5vw;
  margin-bottom: 8em;
  overflow: hidden;
}
@media (max-width: 640px) {
  .page-template-tpl-home .sports__strip {
    margin-bottom: 30px;
  }
}
.page-template-tpl-home .sports__strip span {
  color: var(--color-green);
  font-size: clamp(60px, 15em, 120px);
  text-transform: uppercase;
  letter-spacing: 0.02em;
  font-family: var(--font-heading);
  font-weight: 900;
  animation: marqueeLeft 10s linear infinite;
  line-height: 1;
}
@-webkit-keyframes marqueeLeft {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
@-moz-keyframes marqueeLeft {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
@-o-keyframes marqueeLeft {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
@keyframes marqueeLeft {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
.page-template-tpl-home .sports__grid {
  display: flex;
  gap: 4em;
  margin-bottom: 8em;
}
@media (max-width: 640px) {
  .page-template-tpl-home .sports__grid {
    flex-direction: column;
    gap: 60px;
  }
}
.page-template-tpl-home .sports__grid > div {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 3em;
}
@media (max-width: 640px) {
  .page-template-tpl-home .sports__grid > div {
    gap: 30px;
  }
}
.page-template-tpl-home .sports__grid > div .img {
  padding-bottom: 100%;
  position: relative;
}
.page-template-tpl-home .sports__grid > div .img img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
}
.page-template-tpl-home .sports__grid > div .button {
  justify-content: space-between;
  border-top: 1px solid var(--color-white);
  padding-right: 10px;
}
.page-template-tpl-home .sports__cta {
  text-align: center;
}
.page-template-tpl-home .sports__cta a {
  color: var(--color-green);
  text-decoration: underline;
  font-size: clamp(60px, 25em, 200px);
  font-family: var(--font-heading);
  font-weight: 900;
  letter-spacing: 0.02em;
  line-height: 1;
  text-decoration-thickness: 0.04em;
  text-underline-offset: 0.1em;
}
.page-template-tpl-home .testimonials {
  background: var(--color-black);
  color: var(--color-green);
  border-top: 1px solid var(--color-green);
  border-bottom: 1px solid var(--color-green);
}
.page-template-tpl-home .testimonials__wrapper {
  display: flex;
}
@media (max-width: 640px) {
  .page-template-tpl-home .testimonials__wrapper {
    flex-direction: column;
  }
}
.page-template-tpl-home .testimonials__wrapper > div {
  width: 50%;
}
@media (max-width: 640px) {
  .page-template-tpl-home .testimonials__wrapper > div {
    width: 100%;
  }
}
.page-template-tpl-home .testimonials__wrapper > div:nth-of-type(1) {
  border-right: 1px solid var(--color-green);
}
@media (max-width: 640px) {
  .page-template-tpl-home .testimonials__wrapper > div:nth-of-type(1) {
    border-right: none;
  }
}
.page-template-tpl-home .testimonials__head {
  padding-top: clamp(30px, 8em, 80px);
}
.page-template-tpl-home .testimonials__head h3 {
  font-size: clamp(60px, 10em, 100px);
  letter-spacing: 0.02em;
  margin-bottom: 0;
  padding-right: 25%;
}
.page-template-tpl-home .testimonials__head h4 {
  margin-bottom: 0;
}
.page-template-tpl-home .testimonials__slider {
  border-right: 1px solid var(--color-green);
}
@media (max-width: 640px) {
  .page-template-tpl-home .testimonials__slider {
    border-right: none;
    margin-top: 30px;
  }
}
.page-template-tpl-home .testimonials__testimonial {
  padding: clamp(30px, 8em, 80px);
}
@media (max-width: 640px) {
  .page-template-tpl-home .testimonials__testimonial {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
  }
}
.page-template-tpl-home .testimonials__testimonial p {
  color: var(--color-white);
  font-size: clamp(18px, 2.4em, 24px);
}
.page-template-tpl-home .testimonials__testimonial span {
  display: block;
  font-family: var(--font-heading);
  text-transform: uppercase;
  font-weight: 900;
  letter-spacing: 0.02em;
}
.page-template-tpl-home .testimonials__testimonial span:nth-of-type(1) {
  font-size: clamp(20px, 3.2em, 32px);
}
.page-template-tpl-home .testimonials__testimonial span:nth-of-type(2) {
  font-size: clamp(16px, 2em, 20px);
}
.page-template-tpl-home .testimonials .swiper-navigation {
  border-top: 1px solid var(--color-green);
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.page-template-tpl-home .testimonials .swiper-navigation button {
  width: 15%;
  padding-bottom: 15%;
  position: relative;
}
.page-template-tpl-home .testimonials .swiper-navigation button:nth-of-type(1) {
  border-right: 1px solid var(--color-green);
}
@media (max-width: 640px) {
  .page-template-tpl-home .testimonials .swiper-navigation button:nth-of-type(1) {
    border-left: 1px solid var(--color-green);
  }
}
.page-template-tpl-home .testimonials .swiper-navigation button:nth-of-type(2) {
  border-left: 1px solid var(--color-green);
}
@media (max-width: 640px) {
  .page-template-tpl-home .testimonials .swiper-navigation button:nth-of-type(2) {
    border-right: 1px solid var(--color-green);
  }
}
.page-template-tpl-home .testimonials .swiper-navigation button svg {
  width: 50%;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.page-template-tpl-home .carousel {
  padding: clamp(40px, 8em, 80px) 0;
  background: var(--color-black);
}
.page-template-tpl-home .carousel__head {
  text-align: center;
  margin-bottom: clamp(40px, 8em, 80px);
}
.page-template-tpl-home .carousel__head h3 {
  color: var(--color-green);
  font-size: clamp(60px, 12em, 120px);
  margin-bottom: 0;
}
.page-template-tpl-home .carousel__wrapper img {
  width: 100%;
  height: auto;
  transition: transform 0.2s var(--ease-Out);
}
.page-template-tpl-home .carousel .swiper-slide.swiper-slide-active img {
  transform: scale(1);
}
.page-template-tpl-home .carousel .swiper-slide .img {
  padding-bottom: 100%;
  position: relative;
}
.page-template-tpl-home .carousel .swiper-slide .img img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
}
.page-template-tpl-home .carousel .swiper-slide img {
  transform: scale(0.8);
}
.page-template-tpl-home .carousel .swiper-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(10px, 3em, 30px);
  margin-top: clamp(40px, 8em, 80px);
}
.page-template-tpl-home .carousel .swiper-pagination span {
  width: clamp(20px, 6em, 60px);
  height: 8px;
  background: var(--color-green);
  opacity: 0.4;
}
.page-template-tpl-home .carousel .swiper-pagination span.swiper-pagination-bullet-active {
  opacity: 1;
}

.page-template-tpl-contacts .hero {
  padding: var(--header-height) 0 0 0;
  background: var(--color-black);
  color: var(--color-green);
}
@media (max-width: 640px) {
  .page-template-tpl-contacts .hero {
    padding-top: 90px;
  }
}
.page-template-tpl-contacts .hero__head {
  border-bottom: 1px solid var(--color-green);
  padding: 0 0 8em 0;
}
.page-template-tpl-contacts .hero__head h1 {
  margin-bottom: 0;
  line-height: 1.25;
  font-size: clamp(64px, 25em, 350px);
}
@media (max-width: 640px) {
  .page-template-tpl-contacts .hero__head h1 {
    text-align: center;
  }
}
.page-template-tpl-contacts .hero__wrapper {
  display: flex;
  margin: 0 -8em;
}
@media (max-width: 640px) {
  .page-template-tpl-contacts .hero__wrapper {
    flex-direction: column;
    margin: 0 -30px;
  }
}
.page-template-tpl-contacts .hero__wrapper > div {
  flex: 1;
  padding: 8em;
}
@media (max-width: 640px) {
  .page-template-tpl-contacts .hero__wrapper > div {
    padding: 30px;
  }
}
.page-template-tpl-contacts .hero__wrapper > div h5 {
  text-transform: uppercase;
  font-size: clamp(24px, 4em, 32px);
  letter-spacing: 0.02em;
}
.page-template-tpl-contacts .hero__info {
  border-right: 1px solid var(--color-green);
}
@media (max-width: 640px) {
  .page-template-tpl-contacts .hero__info {
    border-right: none;
    border-bottom: 1px solid var(--color-green);
  }
}
.page-template-tpl-contacts .hero__info p {
  font-size: clamp(24px, 4em, 32px);
  margin-bottom: 2em;
}
.page-template-tpl-contacts .hero__info p a {
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}
.page-template-tpl-contacts .hero__cta {
  border: 1px solid var(--color-green);
  max-width: 400px;
  padding: 1em 2em 1.5em 2em;
  line-height: 1;
}
@media (max-width: 640px) {
  .page-template-tpl-contacts .hero__cta {
    padding: 15px 20px 20px 20px;
  }
}
.page-template-tpl-contacts .hero__cta .button {
  justify-content: space-between;
}
@media (max-width: 640px) {
  .page-template-tpl-contacts .hero__hours h5 {
    margin-bottom: 20px;
  }
}
.page-template-tpl-contacts .hero__hours ul {
  display: flex;
  flex-direction: column;
  gap: 10px;
  font-size: clamp(16px, 2.5em, 20px);
}
.page-template-tpl-contacts .hero__hours ul li {
  display: flex;
  justify-content: space-between;
}
.page-template-tpl-contacts .form {
  padding: 8em 0;
}
.page-template-tpl-contacts .form__wrapper {
  display: flex;
  gap: 10%;
}
.page-template-tpl-contacts .form__image {
  width: 25%;
}
.page-template-tpl-contacts .form__image img {
  width: 100%;
  height: auto;
}
.page-template-tpl-contacts .form__content {
  flex: 1;
}
.page-template-tpl-contacts .form__head {
  margin-bottom: 40px;
}
.page-template-tpl-contacts .form__head h3 {
  font-size: clamp(60px, 10em, 100px);
}
.page-template-tpl-contacts .form__head p {
  font-size: clamp(20px, 2.4em, 24px);
  margin-bottom: 0;
}
.page-template-tpl-contacts .map {
  padding: 8em 0;
}
.page-template-tpl-contacts .map img {
  width: 100%;
  height: auto;
}

.page-template-tpl-about .grid {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-evenly;
}
.page-template-tpl-about .grid > span {
  height: 100%;
  width: 1px;
  background: var(--color-gray);
}
.page-template-tpl-about .grid > div {
  z-index: 1;
}
@media (max-width: 640px) {
  .page-template-tpl-about .grid {
    opacity: 0.1;
  }
}
.page-template-tpl-about .hero {
  height: 100vh;
  display: flex;
  align-items: flex-end;
  background: #333;
  padding: 8em;
  position: relative;
  --space: 250px;
}
@media (max-width: 640px) {
  .page-template-tpl-about .hero {
    height: 50vh;
    padding: 30px;
  }
}
.page-template-tpl-about .hero::after, .page-template-tpl-about .hero::before {
  content: "";
  position: absolute;
  top: 0;
  width: 1px;
  height: 100%;
  background: var(--color-border);
  pointer-events: none;
  z-index: 1;
}
@media (max-width: 640px) {
  .page-template-tpl-about .hero::after, .page-template-tpl-about .hero::before {
    display: none;
  }
}
.page-template-tpl-about .hero::after {
  left: calc(var(--space) - 1px);
}
.page-template-tpl-about .hero::before {
  right: calc(var(--space) - 1px);
}
.page-template-tpl-about .hero__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.page-template-tpl-about .hero__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.page-template-tpl-about .hero h1 {
  font-size: clamp(100px, 25em, 300px);
  line-height: 1;
  margin: 0;
  color: var(--color-white);
  letter-spacing: 0.02em;
  position: relative;
  z-index: 2;
  width: 100%;
}
.page-template-tpl-about .hero h1 > span {
  white-space: nowrap;
}
.page-template-tpl-about .nav {
  background: var(--color-white);
  z-index: 9 !important;
  border-bottom: 4px solid rgba(109, 126, 137, 0.2);
  position: sticky;
  top: 128px;
  left: 0;
}
@media (max-width: 640px) {
  .page-template-tpl-about .nav {
    display: none;
  }
}
.page-template-tpl-about .nav ul {
  display: flex;
}
.page-template-tpl-about .nav ul li {
  flex: 1;
}
.page-template-tpl-about .nav ul li button {
  text-align: center;
  width: 100%;
  display: flex;
  justify-content: center;
  color: var(--color-gray);
  font-size: clamp(16px, 2em, 20px);
  padding: 20px 0;
}
.page-template-tpl-about .nav ul li button:hover {
  color: var(--color-black);
}
.page-template-tpl-about .altitude {
  padding: clamp(40px, 8em, 80px) 0;
  margin-bottom: clamp(40px, 8em, 80px);
}
.page-template-tpl-about .altitude__head {
  margin-bottom: clamp(30px, 8em, 80px);
  padding: 10px 0;
  background: var(--color-white);
}
.page-template-tpl-about .altitude__head h4 {
  color: var(--color-gray);
  margin-bottom: 0;
}
@media (max-width: 640px) {
  .page-template-tpl-about .altitude__head h4 {
    margin-bottom: 10px;
  }
}
.page-template-tpl-about .altitude__head h2 {
  padding-right: 5%;
  margin-bottom: 0;
}
.page-template-tpl-about .altitude__copy {
  padding-left: 35%;
  margin-bottom: clamp(40px, 8em, 80px);
}
@media (max-width: 640px) {
  .page-template-tpl-about .altitude__copy {
    padding-left: 10%;
  }
}
.page-template-tpl-about .altitude__copy div {
  padding: 10px;
  background: var(--color-white);
}
.page-template-tpl-about .altitude__copy div p {
  font-size: clamp(24px, 3.2em, 32px);
}
.page-template-tpl-about .altitude__copy div p:last-of-type {
  margin-bottom: 0;
}
.page-template-tpl-about .altitude__image {
  margin-bottom: clamp(40px, 8em, 80px);
}
.page-template-tpl-about .altitude__image img {
  width: 100%;
  height: auto;
}
.page-template-tpl-about .altitude__content {
  display: flex;
  max-width: 840px;
  margin: 0 auto;
  gap: 60px;
  padding: 10px;
  background: var(--color-white);
}
@media (max-width: 640px) {
  .page-template-tpl-about .altitude__content {
    flex-direction: column;
    gap: 30px;
  }
}
.page-template-tpl-about .altitude__content > div {
  flex: 1;
}
.page-template-tpl-about .altitude__content > div p:last-of-type {
  margin-bottom: 0;
}
.page-template-tpl-about .training {
  margin-bottom: clamp(40px, 8em, 80px);
}
.page-template-tpl-about .training > div {
  position: relative;
  z-index: 1;
}
.page-template-tpl-about .training__strip {
  display: flex;
  white-space: nowrap;
  gap: 5vw;
  margin-bottom: 8em;
  overflow: hidden;
  padding: 10px;
  background: var(--color-white);
  margin-bottom: clamp(40px, 8em, 80px);
}
.page-template-tpl-about .training__strip span {
  font-size: clamp(60px, 15em, 120px);
  text-transform: uppercase;
  letter-spacing: 0.02em;
  font-family: var(--font-heading);
  animation: marqueeLeftTraining 10s linear infinite;
  line-height: 1;
}
@-webkit-keyframes marqueeLeftTraining {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
@-moz-keyframes marqueeLeftTraining {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
@-o-keyframes marqueeLeftTraining {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
@keyframes marqueeLeftTraining {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
.page-template-tpl-about .training__image {
  padding: 0 10%;
  margin-bottom: clamp(40px, 8em, 80px);
}
@media (max-width: 640px) {
  .page-template-tpl-about .training__image {
    padding: 0;
  }
}
.page-template-tpl-about .training__image img {
  width: 100%;
  height: auto;
}
.page-template-tpl-about .training__copy {
  padding-left: 35%;
  margin-bottom: clamp(40px, 8em, 80px);
}
@media (max-width: 640px) {
  .page-template-tpl-about .training__copy {
    padding-left: 10%;
  }
}
.page-template-tpl-about .training__copy div {
  padding: 10px;
  background: var(--color-white);
}
.page-template-tpl-about .training__copy div p {
  font-size: clamp(24px, 3.2em, 32px);
}
.page-template-tpl-about .training__copy div p:last-of-type {
  margin-bottom: 0;
}
.page-template-tpl-about .training__detail {
  display: flex;
  gap: 6%;
  align-items: flex-end;
}
@media (max-width: 640px) {
  .page-template-tpl-about .training__detail {
    flex-direction: column;
    gap: 30px;
  }
}
.page-template-tpl-about .training__detail__image {
  width: 65%;
}
@media (max-width: 640px) {
  .page-template-tpl-about .training__detail__image {
    width: 100%;
  }
}
.page-template-tpl-about .training__detail__image img {
  width: 100%;
  height: auto;
}
.page-template-tpl-about .training__detail__copy {
  flex: 1;
}
.page-template-tpl-about .training__detail__copy > div {
  padding: 10px;
  background: var(--color-white);
  margin-bottom: -10px;
}
.page-template-tpl-about .training__detail__copy > div h4 {
  font-size: clamp(28px, 4em, 40px);
}
@media (max-width: 640px) {
  .page-template-tpl-about .training__detail__copy > div h4 {
    margin-bottom: 20px;
  }
}
.page-template-tpl-about .training__detail__copy > div p:last-of-type {
  margin-bottom: 0;
}
.page-template-tpl-about .experiences {
  background: var(--color-black);
  padding-top: clamp(40px, 8em, 80px);
  z-index: 1;
  position: relative;
}
.page-template-tpl-about .experiences__head {
  text-align: center;
  margin-bottom: clamp(40px, 8em, 80px);
}
.page-template-tpl-about .experiences__head h2 {
  color: var(--color-green);
  margin-bottom: 0;
  font-size: clamp(40px, 20rem, 200px);
  line-height: 1;
}
@media (max-width: 640px) {
  .page-template-tpl-about .experiences__head h2 {
    font-size: 60px;
  }
}
.page-template-tpl-about .experiences__grid {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
  margin-bottom: clamp(40px, 8em, 80px);
}
.page-template-tpl-about .experiences__item {
  width: 33.333%;
  padding: 0 15px;
  margin-bottom: 30px;
}
@media (max-width: 640px) {
  .page-template-tpl-about .experiences__item {
    width: 100%;
  }
}
.page-template-tpl-about .experiences__item > div {
  border: 1px solid var(--color-green);
}
.page-template-tpl-about .experiences__item > div > div {
  padding: 20px;
}
.page-template-tpl-about .experiences__item__copy {
  border-bottom: 1px solid var(--color-green);
}
.page-template-tpl-about .experiences__item p {
  color: var(--color-white);
}
.page-template-tpl-about .experiences__item p:last-of-type {
  margin-bottom: 0;
}
.page-template-tpl-about .experiences__item span {
  display: block;
  font-family: var(--font-heading);
  text-transform: uppercase;
  font-weight: 900;
  letter-spacing: 0.02em;
  color: var(--color-green);
}
.page-template-tpl-about .experiences__item span:nth-of-type(1) {
  font-size: clamp(20px, 3.2em, 32px);
}
.page-template-tpl-about .experiences__item span:nth-of-type(2) {
  font-size: clamp(16px, 2em, 20px);
}
.page-template-tpl-about .experiences__image {
  position: relative;
}
.page-template-tpl-about .experiences__image img {
  width: 100%;
  height: auto;
}
.page-template-tpl-about .experiences__image > div {
  position: absolute;
  bottom: 30px;
  left: 0;
  width: 80%;
  z-index: 1;
  color: var(--color-white);
}
@media (max-width: 640px) {
  .page-template-tpl-about .experiences__image > div {
    width: 90%;
  }
}
.page-template-tpl-about .experiences__image > div h2 {
  margin-bottom: 0;
}
.page-template-tpl-about .trained {
  background: var(--color-black);
  padding-top: clamp(40px, 8em, 80px);
  z-index: 1;
  position: relative;
}
.page-template-tpl-about .trained__strip {
  display: flex;
  white-space: nowrap;
  gap: 5vw;
  margin-bottom: 8em;
  overflow: hidden;
  padding: 10px;
  margin-bottom: clamp(40px, 8em, 80px);
}
.page-template-tpl-about .trained__strip span {
  font-size: clamp(60px, 20em, 200px);
  text-transform: uppercase;
  letter-spacing: 0.02em;
  font-weight: 900;
  font-family: var(--font-heading);
  animation: marqueeLeftTrained 10s linear infinite;
  color: var(--color-green);
  line-height: 1;
}
@-webkit-keyframes marqueeLeftTrained {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
@-moz-keyframes marqueeLeftTrained {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
@-o-keyframes marqueeLeftTrained {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
@keyframes marqueeLeftTrained {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
.page-template-tpl-about .trained__accordion {
  padding: 30px 0 80px 0;
  background: var(--color-green);
}
.page-template-tpl-about .trained__accordion.black {
  background: var(--color-black);
  color: var(--color-green);
}
.page-template-tpl-about .trained__accordion.black .trained__item {
  border-bottom-color: var(--color-green);
}
.page-template-tpl-about .trained__accordion h4 {
  font-size: clamp(32px, 4em, 40px);
}
.page-template-tpl-about .trained__list {
  display: flex;
  flex-direction: column;
}
.page-template-tpl-about .trained__item {
  display: flex;
  align-items: center;
  font-size: 16px;
  gap: 20px;
  padding: 20px 0;
  border-bottom: 1px solid var(--color-black);
}
@media (max-width: 640px) {
  .page-template-tpl-about .trained__item {
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 10px;
  }
}
@media (min-width: 640px) {
  .page-template-tpl-about .trained__item span:nth-of-type(1) {
    flex: 1;
  }
}
@media (max-width: 640px) {
  .page-template-tpl-about .trained__item span:nth-of-type(1) {
    width: 100%;
    font-weight: 600;
  }
}
@media (min-width: 640px) {
  .page-template-tpl-about .trained__item span:nth-of-type(2), .page-template-tpl-about .trained__item span:nth-of-type(3) {
    width: 150px;
    text-align: right;
  }
}
@media (max-width: 640px) {
  .page-template-tpl-about .trained__item span:nth-of-type(2), .page-template-tpl-about .trained__item span:nth-of-type(3) {
    width: calc(50% - 5px);
  }
}

.page-template-tpl-sports .hero {
  padding-top: 150px;
  margin-bottom: clamp(40px, 8em, 80px);
}
@media (max-width: 640px) {
  .page-template-tpl-sports .hero {
    padding-top: 100px;
  }
}
.page-template-tpl-sports .hero__head {
  max-width: 860px;
  display: block;
  margin: 0 auto;
  text-align: center;
  margin-bottom: clamp(40px, 8em, 80px);
}
.page-template-tpl-sports .hero__head h1 {
  font-size: clamp(100px, 20em, 200px);
  text-transform: uppercase;
  margin-bottom: 20px;
}
.page-template-tpl-sports .hero__head p {
  margin-bottom: 0;
  padding: 0 10%;
}
@media (max-width: 640px) {
  .page-template-tpl-sports .hero__head p {
    padding: 0;
  }
}
.page-template-tpl-sports .hero__gallery {
  display: flex;
  gap: 20px;
  margin-bottom: clamp(40px, 8em, 80px);
}
@media (max-width: 640px) {
  .page-template-tpl-sports .hero__gallery {
    flex-direction: column;
  }
}
.page-template-tpl-sports .hero__gallery div {
  flex: 1;
  padding-bottom: 25%;
  position: relative;
}
@media (max-width: 640px) {
  .page-template-tpl-sports .hero__gallery div {
    padding-bottom: 100%;
  }
}
.page-template-tpl-sports .hero__gallery div img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.page-template-tpl-sports .hero__lead {
  text-align: center;
}

.sport {
  padding: clamp(40px, 8em, 80px) 0;
}
.sport[data-bg=blue] {
  background-color: var(--color-blue);
  color: var(--color-white);
}
.sport[data-bg=green] {
  background-color: var(--color-green);
}
.sport[data-bg=green] .sport__head {
  border-top-color: var(--color-black);
}
@media (min-width: 640px) {
  .sport[data-bg=green] .sport__wrapper {
    flex-direction: row-reverse;
  }
}
@media (min-width: 640px) {
  .sport[data-bg=green] .sport__features {
    padding-left: 60%;
    padding-right: 0;
  }
}
.sport[data-bg=black] {
  background-color: var(--color-black);
  color: var(--color-white);
}
.sport__head {
  display: flex;
  justify-content: space-between;
  font-size: clamp(40px, 10em, 100px);
  border-top: 1px solid var(--color-white);
  margin-bottom: clamp(30px, 40em, 40px);
  align-items: center;
  line-height: 1;
  padding-top: 15px;
}
.sport__head h3 {
  margin-bottom: 0;
}
.sport__head span {
  font-family: var(--font-heading);
}
.sport__wrapper {
  display: flex;
  gap: 10%;
}
@media (max-width: 640px) {
  .sport__wrapper {
    flex-direction: column;
    gap: 30px;
  }
}
.sport__wrapper > div {
  flex: 1;
}
.sport__image img {
  width: 100%;
  height: auto;
}
.sport__content p:nth-of-type(2) {
  padding-left: 20%;
  margin-top: 10%;
}
.sport__features {
  margin-top: clamp(60px, 10em, 100px);
  display: flex;
  flex-direction: column;
  padding-right: 60%;
  gap: clamp(30px, 4em, 40px);
}
@media (max-width: 640px) {
  .sport__features {
    padding-right: 0;
  }
}
.sport__features > div h4 {
  margin-bottom: 10px;
}
.sport__features > div p:last-of-type {
  margin-bottom: 0;
}

.gform .gform_wrapper.gravity-theme .gform_validation_errors,
.gform .gform_wrapper.gravity-theme .gform_required_legend,
.gform .gform_wrapper.gravity-theme .spacer {
  display: none;
}
.gform .gform_wrapper.gravity-theme .gform_fields {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
}
.gform .gform_wrapper.gravity-theme .gfield_label {
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 10px;
  color: #bbb;
}
.gform .gform_wrapper.gravity-theme .gfield_required {
  font-size: 12px;
}
.gform .gform_wrapper.gravity-theme input[type=text],
.gform .gform_wrapper.gravity-theme input[type=email],
.gform .gform_wrapper.gravity-theme input[type=tel],
.gform .gform_wrapper.gravity-theme input[type=number] {
  margin: 0;
  width: 100%;
  background: transparent;
  border: none;
  border-bottom: 1px solid var(--color-black);
  padding: 0 0 5px 0;
  font-size: 16px;
  appearance: none;
}
.gform .gform_wrapper.gravity-theme input[type=text]:focus,
.gform .gform_wrapper.gravity-theme input[type=email]:focus,
.gform .gform_wrapper.gravity-theme input[type=tel]:focus,
.gform .gform_wrapper.gravity-theme input[type=number]:focus {
  border-bottom-color: var(--color-green);
}
.gform .gform_wrapper.gravity-theme .gfield_radio,
.gform .gform_wrapper.gravity-theme .gfield_checkbox {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.gform .gform_wrapper.gravity-theme .gfield_radio .gchoice,
.gform .gform_wrapper.gravity-theme .gfield_checkbox .gchoice {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  flex-wrap: wrap;
}
.gform .gform_wrapper.gravity-theme .gfield_radio input[type=radio],
.gform .gform_wrapper.gravity-theme .gfield_radio input[type=checkbox],
.gform .gform_wrapper.gravity-theme .gfield_checkbox input[type=radio],
.gform .gform_wrapper.gravity-theme .gfield_checkbox input[type=checkbox] {
  margin-top: 5px;
  width: 14px;
  height: 14px;
  border: 1px solid var(--color-black);
  cursor: pointer;
}
.gform .gform_wrapper.gravity-theme .gfield_radio input[type=radio]:checked,
.gform .gform_wrapper.gravity-theme .gfield_radio input[type=checkbox]:checked,
.gform .gform_wrapper.gravity-theme .gfield_checkbox input[type=radio]:checked,
.gform .gform_wrapper.gravity-theme .gfield_checkbox input[type=checkbox]:checked {
  background: var(--color-green);
}
.gform .gform_wrapper.gravity-theme .gfield_radio input[type=text],
.gform .gform_wrapper.gravity-theme .gfield_checkbox input[type=text] {
  margin-top: 5px;
}
.gform .gform_wrapper.gravity-theme .gfield_radio input[type=text]:disabled,
.gform .gform_wrapper.gravity-theme .gfield_checkbox input[type=text]:disabled {
  display: none;
}
.gform .gform_wrapper.gravity-theme .gfield_radio label,
.gform .gform_wrapper.gravity-theme .gfield_checkbox label {
  flex: 1;
  cursor: pointer;
  color: var(--color-black) !important;
}
.gform .gform_wrapper.gravity-theme .gform_footer {
  padding: 0;
  margin-top: 60px;
}
.gform .gform_wrapper.gravity-theme .gform_footer input {
  margin-bottom: 0;
  background: var(--color-black);
  color: var(--color-white);
  border: none;
  padding: 5px 20px 10px 20px;
}
.gform .gform_wrapper.gravity-theme .validation_message {
  padding: 0;
  border: none;
  background: transparent;
  font-size: 12px;
  font-style: italic;
}
.gform .gform_confirmation_message {
  font-size: clamp(24px, 3.6em, 36px);
}
/**
 * Swiper 8.4.7
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2023 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: January 30, 2023
 */
@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");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color:#007aff;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.swiper-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

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

.swiper-pointer-events {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

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

.swiper-slide {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

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

.swiper-autoheight, .swiper-autoheight .swiper-slide {
  height: auto;
}

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

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

.swiper-3d, .swiper-3d.swiper-css-mode .swiper-wrapper {
  -webkit-perspective: 1200px;
  perspective: 1200px;
}

.swiper-3d .swiper-cube-shadow, .swiper-3d .swiper-slide, .swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top, .swiper-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top {
  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: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  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: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  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: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  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: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: x mandatory;
  scroll-snap-type: x mandatory;
}

.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: y mandatory;
  scroll-snap-type: y mandatory;
}

.swiper-centered > .swiper-wrapper::before {
  content: "";
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-ordinal-group: 10000;
  -ms-flex-order: 9999;
  order: 9999;
}

.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-start: var(--swiper-centered-offset-before);
  margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-before: var(--swiper-centered-offset-before);
  margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}

/*# sourceMappingURL=app.css.map*/