/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
@import url('https://fonts.googleapis.com/css2?family=Alumni+Sans:wght@500;600;700&family=Inter+Tight:wght@300;400;500;600&display=swap');html {
    scroll-behavior: smooth;
    font-family: sans-serif;
    /* 1 */
    -ms-text-size-adjust: 100%;
    /* 2 */
    -webkit-text-size-adjust: 100%;
    /* 2 */ }

/**
 * Remove default margin.
 */
body {
    margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
    display: inline-block;
    /* 1 */
    vertical-align: baseline;
    /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
    display: none;
    height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
    display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
    background-color: transparent; }

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
    outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
    border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
    font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
    font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
    font-size: 2em;
    margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
    background: #ff0;
    color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
    font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline; }

sup {
    top: -0.5em; }

sub {
    bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
    border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
    overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
    margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
    box-sizing: content-box;
    height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
    overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
    color: inherit;
    /* 1 */
    font: inherit;
    /* 2 */
    margin: 0;
    /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
    overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
    text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    /* 2 */
    cursor: pointer;
    /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
    cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
    line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type="search"] {
    -webkit-appearance: textfield;
    /* 1 */
    box-sizing: content-box;
    /* 2 */ }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
    border: 0;
    /* 1 */
    padding: 0;
    /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
    overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
    font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
    border-collapse: collapse;
    border-spacing: 0; }

td,
th {
    padding: 0; }

:root {
    --scroll-bar: 8px;
    --c-text: #FCFCFC;
    --c-green: #C8FF00;
    --c-hover: #A0CC00;
    --c-disabled: #D2D6C2;
    --c-red: #CC1944; }

body.compensate-for-scrollbar {
    overflow: hidden; }

.fancybox-active {
    height: auto; }

.fancybox-is-hidden {
    left: -9999px;
    margin: 0;
    position: absolute !important;
    top: -9999px;
    visibility: hidden; }

.fancybox-container {
    -webkit-backface-visibility: hidden;
    height: 100%;
    left: 0;
    outline: none;
    position: fixed;
    -webkit-tap-highlight-color: transparent;
    top: 0;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    transform: translateZ(0);
    width: 100%;
    z-index: 99992; }

.fancybox-container * {
    box-sizing: border-box; }

.fancybox-bg, .fancybox-inner, .fancybox-outer, .fancybox-stage {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0; }

.fancybox-outer {
    -webkit-overflow-scrolling: touch;
    overflow-y: auto; }

.fancybox-bg {
    background: #1e1e1e;
    opacity: 0;
    transition-duration: inherit;
    transition-property: opacity;
    transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71); }

.fancybox-is-open .fancybox-bg {
    opacity: .9;
    transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1); }

.fancybox-caption, .fancybox-infobar, .fancybox-navigation .fancybox-button, .fancybox-toolbar {
    direction: ltr;
    opacity: 0;
    position: absolute;
    transition: opacity .25s ease,visibility 0s ease .25s;
    visibility: hidden;
    z-index: 99997; }

.fancybox-show-caption .fancybox-caption, .fancybox-show-infobar .fancybox-infobar, .fancybox-show-nav .fancybox-navigation .fancybox-button, .fancybox-show-toolbar .fancybox-toolbar {
    opacity: 1;
    transition: opacity .25s ease 0s,visibility 0s ease 0s;
    visibility: visible; }

.fancybox-infobar {
    color: #ccc;
    font-size: 13px;
    -webkit-font-smoothing: subpixel-antialiased;
    height: 44px;
    left: 0;
    line-height: 44px;
    min-width: 44px;
    mix-blend-mode: difference;
    padding: 0 10px;
    pointer-events: none;
    top: 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }

.fancybox-toolbar {
    right: 0;
    top: 0; }

.fancybox-stage {
    direction: ltr;
    overflow: visible;
    transform: translateZ(0);
    z-index: 99994; }

.fancybox-is-open .fancybox-stage {
    overflow: hidden; }

.fancybox-slide {
    -webkit-backface-visibility: hidden;
    display: none;
    height: 100%;
    left: 0;
    outline: none;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: absolute;
    text-align: center;
    top: 0;
    transition-property: transform,opacity;
    white-space: normal;
    width: 100%;
    z-index: 99994; }

.fancybox-slide:before {
    content: "";
    display: inline-block;
    font-size: 0;
    height: 100%;
    vertical-align: middle;
    width: 0; }

.fancybox-is-sliding .fancybox-slide, .fancybox-slide--current, .fancybox-slide--next, .fancybox-slide--previous {
    display: block; }

.fancybox-slide--image {
    overflow: hidden;
    padding: 44px 0; }

.fancybox-slide--image:before {
    display: none; }

.fancybox-slide--html {
    padding: 6px; }

.fancybox-content {
    background: #fff;
    display: inline-block;
    margin: 0;
    max-width: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: relative;
    text-align: left;
    vertical-align: middle; }

.fancybox-slide--image .fancybox-content {
    animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
    -webkit-backface-visibility: hidden;
    background: transparent;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    left: 0;
    max-width: none;
    overflow: visible;
    padding: 0;
    position: absolute;
    top: 0;
    transform-origin: top left;
    transition-property: transform,opacity;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 99995; }

.fancybox-can-zoomOut .fancybox-content {
    cursor: zoom-out; }

.fancybox-can-zoomIn .fancybox-content {
    cursor: zoom-in; }

.fancybox-can-pan .fancybox-content, .fancybox-can-swipe .fancybox-content {
    cursor: grab; }

.fancybox-is-grabbing .fancybox-content {
    cursor: grabbing; }

.fancybox-container [data-selectable=true] {
    cursor: text; }

.fancybox-image, .fancybox-spaceball {
    background: transparent;
    border: 0;
    height: 100%;
    left: 0;
    margin: 0;
    max-height: none;
    max-width: none;
    padding: 0;
    position: absolute;
    top: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 100%; }

.fancybox-spaceball {
    z-index: 1; }

.fancybox-slide--iframe .fancybox-content, .fancybox-slide--map .fancybox-content, .fancybox-slide--pdf .fancybox-content, .fancybox-slide--video .fancybox-content {
    height: 100%;
    overflow: visible;
    padding: 0;
    width: 100%; }

.fancybox-slide--video .fancybox-content {
    background: #000; }

.fancybox-slide--map .fancybox-content {
    background: #e5e3df; }

.fancybox-slide--iframe .fancybox-content {
    background: #fff; }

.fancybox-iframe, .fancybox-video {
    background: transparent;
    border: 0;
    display: block;
    height: 100%;
    margin: 0;
    overflow: hidden;
    padding: 0;
    width: 100%; }

.fancybox-iframe {
    left: 0;
    position: absolute;
    top: 0; }

.fancybox-error {
    background: #fff;
    cursor: default;
    max-width: 400px;
    padding: 40px;
    width: 100%; }

.fancybox-error p {
    color: #444;
    font-size: 16px;
    line-height: 20px;
    margin: 0;
    padding: 0; }

.fancybox-button {
    background: rgba(30, 30, 30, 0.6);
    border: 0;
    border-radius: 0;
    box-shadow: none;
    cursor: pointer;
    display: inline-block;
    height: 44px;
    margin: 0;
    padding: 10px;
    position: relative;
    transition: color .2s;
    vertical-align: top;
    visibility: inherit;
    width: 44px; }

.fancybox-button, .fancybox-button:link, .fancybox-button:visited {
    color: #ccc; }

.fancybox-button:hover {
    color: #fff; }

.fancybox-button:focus {
    outline: none; }

.fancybox-button.fancybox-focus {
    outline: 1px dotted; }

.fancybox-button[disabled], .fancybox-button[disabled]:hover {
    color: #888;
    cursor: default;
    outline: none; }

.fancybox-button div {
    height: 100%; }

.fancybox-button svg {
    display: block;
    height: 100%;
    overflow: visible;
    position: relative;
    width: 100%; }

.fancybox-button svg path {
    fill: currentColor;
    stroke-width: 0; }

.fancybox-button--fsenter svg:nth-child(2), .fancybox-button--fsexit svg:first-child, .fancybox-button--pause svg:first-child, .fancybox-button--play svg:nth-child(2) {
    display: none; }

.fancybox-progress {
    background: #ff5268;
    height: 2px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: scaleX(0);
    transform-origin: 0;
    transition-property: transform;
    transition-timing-function: linear;
    z-index: 99998; }

.fancybox-close-small {
    background: transparent;
    border: 0;
    border-radius: 0;
    color: #ccc;
    cursor: pointer;
    opacity: .8;
    padding: 8px;
    position: absolute;
    right: -12px;
    top: -44px;
    z-index: 401; }

.fancybox-close-small:hover {
    color: #fff;
    opacity: 1; }

.fancybox-slide--html .fancybox-close-small {
    color: currentColor;
    padding: 10px;
    right: 0;
    top: 0; }

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
    overflow: hidden; }

.fancybox-is-scaling .fancybox-close-small, .fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
    display: none; }

.fancybox-navigation .fancybox-button {
    background-clip: content-box;
    height: 100px;
    opacity: 0;
    position: absolute;
    top: calc(50% - 50px);
    width: 70px; }

.fancybox-navigation .fancybox-button div {
    padding: 7px; }

.fancybox-navigation .fancybox-button--arrow_left {
    left: 0;
    left: env(safe-area-inset-left);
    padding: 31px 26px 31px 6px; }

.fancybox-navigation .fancybox-button--arrow_right {
    padding: 31px 6px 31px 26px;
    right: 0;
    right: env(safe-area-inset-right); }

.fancybox-caption {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.85) 0, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.15) 65%, rgba(0, 0, 0, 0.075) 75.5%, rgba(0, 0, 0, 0.037) 82.85%, rgba(0, 0, 0, 0.019) 88%, transparent);
    bottom: 0;
    color: #eee;
    font-size: 14px;
    font-weight: 400;
    left: 0;
    line-height: 1.5;
    padding: 75px 44px 25px;
    pointer-events: none;
    right: 0;
    text-align: center;
    z-index: 99996; }

@supports (padding: max(0px)) {
    .fancybox-caption {
        padding: 75px max(44px, env(safe-area-inset-right)) max(25px, env(safe-area-inset-bottom)) max(44px, env(safe-area-inset-left)); } }

.fancybox-caption--separate {
    margin-top: -50px; }

.fancybox-caption__body {
    max-height: 50vh;
    overflow: auto;
    pointer-events: all; }

.fancybox-caption a, .fancybox-caption a:link, .fancybox-caption a:visited {
    color: #ccc;
    text-decoration: none; }

.fancybox-caption a:hover {
    color: #fff;
    text-decoration: underline; }

.fancybox-loading {
    animation: a 1s linear infinite;
    background: transparent;
    border: 4px solid #888;
    border-bottom-color: #fff;
    border-radius: 50%;
    height: 50px;
    left: 50%;
    margin: -25px 0 0 -25px;
    opacity: .7;
    padding: 0;
    position: absolute;
    top: 50%;
    width: 50px;
    z-index: 99999; }

@keyframes a {
    to {
        transform: rotate(1turn); } }

.fancybox-animated {
    transition-timing-function: cubic-bezier(0, 0, 0.25, 1); }

.fancybox-fx-slide.fancybox-slide--previous {
    opacity: 0;
    transform: translate3d(-100%, 0, 0); }

.fancybox-fx-slide.fancybox-slide--next {
    opacity: 0;
    transform: translate3d(100%, 0, 0); }

.fancybox-fx-slide.fancybox-slide--current {
    opacity: 1;
    transform: translateZ(0); }

.fancybox-fx-fade.fancybox-slide--next, .fancybox-fx-fade.fancybox-slide--previous {
    opacity: 0;
    transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }

.fancybox-fx-fade.fancybox-slide--current {
    opacity: 1; }

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
    opacity: 0;
    transform: scale3d(1.5, 1.5, 1.5); }

.fancybox-fx-zoom-in-out.fancybox-slide--next {
    opacity: 0;
    transform: scale3d(0.5, 0.5, 0.5); }

.fancybox-fx-zoom-in-out.fancybox-slide--current {
    opacity: 1;
    transform: scaleX(1); }

.fancybox-fx-rotate.fancybox-slide--previous {
    opacity: 0;
    transform: rotate(-1turn); }

.fancybox-fx-rotate.fancybox-slide--next {
    opacity: 0;
    transform: rotate(1turn); }

.fancybox-fx-rotate.fancybox-slide--current {
    opacity: 1;
    transform: rotate(0deg); }

.fancybox-fx-circular.fancybox-slide--previous {
    opacity: 0;
    transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0); }

.fancybox-fx-circular.fancybox-slide--next {
    opacity: 0;
    transform: scale3d(0, 0, 0) translate3d(100%, 0, 0); }

.fancybox-fx-circular.fancybox-slide--current {
    opacity: 1;
    transform: scaleX(1) translateZ(0); }

.fancybox-fx-tube.fancybox-slide--previous {
    transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg); }

.fancybox-fx-tube.fancybox-slide--next {
    transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg); }

.fancybox-fx-tube.fancybox-slide--current {
    transform: translateZ(0) scale(1); }

@media (max-height: 576px) {
    .fancybox-slide {
        padding-left: 6px;
        padding-right: 6px; }
    .fancybox-slide--image {
        padding: 6px 0; }
    .fancybox-close-small {
        right: -6px; }
    .fancybox-slide--image .fancybox-close-small {
        background: #4e4e4e;
        color: #f2f4f6;
        height: 36px;
        opacity: 1;
        padding: 6px;
        right: 0;
        top: 0;
        width: 36px; }
    .fancybox-caption {
        padding-left: 12px;
        padding-right: 12px; }
    @supports (padding: max(0px)) {
        .fancybox-caption {
            padding-left: max(12px, env(safe-area-inset-left));
            padding-right: max(12px, env(safe-area-inset-right)); } } }

.fancybox-share {
    background: #f4f4f4;
    border-radius: 3px;
    max-width: 90%;
    padding: 30px;
    text-align: center; }

.fancybox-share h1 {
    color: #222;
    font-size: 35px;
    font-weight: 700;
    margin: 0 0 20px; }

.fancybox-share p {
    margin: 0;
    padding: 0; }

.fancybox-share__button {
    border: 0;
    border-radius: 3px;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    line-height: 40px;
    margin: 0 5px 10px;
    min-width: 130px;
    padding: 0 15px;
    text-decoration: none;
    transition: all .2s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap; }

.fancybox-share__button:link, .fancybox-share__button:visited {
    color: #fff; }

.fancybox-share__button:hover {
    text-decoration: none; }

.fancybox-share__button--fb {
    background: #3b5998; }

.fancybox-share__button--fb:hover {
    background: #344e86; }

.fancybox-share__button--pt {
    background: #bd081d; }

.fancybox-share__button--pt:hover {
    background: #aa0719; }

.fancybox-share__button--tw {
    background: #1da1f2; }

.fancybox-share__button--tw:hover {
    background: #0d95e8; }

.fancybox-share__button svg {
    height: 25px;
    margin-right: 7px;
    position: relative;
    top: -1px;
    vertical-align: middle;
    width: 25px; }

.fancybox-share__button svg path {
    fill: #fff; }

.fancybox-share__input {
    background: transparent;
    border: 0;
    border-bottom: 1px solid #d7d7d7;
    border-radius: 0;
    color: #5d5b5b;
    font-size: 14px;
    margin: 10px 0 0;
    outline: none;
    padding: 10px 15px;
    width: 100%; }

.fancybox-thumbs {
    background: #ddd;
    bottom: 0;
    display: none;
    margin: 0;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    padding: 2px 2px 4px;
    position: absolute;
    right: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    top: 0;
    width: 212px;
    z-index: 99995; }

.fancybox-thumbs-x {
    overflow-x: auto;
    overflow-y: hidden; }

.fancybox-show-thumbs .fancybox-thumbs {
    display: block; }

.fancybox-show-thumbs .fancybox-inner {
    right: 212px; }

.fancybox-thumbs__list {
    font-size: 0;
    height: 100%;
    list-style: none;
    margin: 0;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0;
    position: absolute;
    position: relative;
    white-space: nowrap;
    width: 100%; }

.fancybox-thumbs-x .fancybox-thumbs__list {
    overflow: hidden; }

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
    width: 7px; }

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
    background: #fff;
    border-radius: 10px;
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); }

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
    background: #2a2a2a;
    border-radius: 10px; }

.fancybox-thumbs__list a {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background-color: rgba(0, 0, 0, 0.1);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
    float: left;
    height: 75px;
    margin: 2px;
    max-height: calc(100% - 8px);
    max-width: calc(50% - 4px);
    outline: none;
    overflow: hidden;
    padding: 0;
    position: relative;
    -webkit-tap-highlight-color: transparent;
    width: 100px; }

.fancybox-thumbs__list a:before {
    border: 6px solid #ff5268;
    bottom: 0;
    content: "";
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    z-index: 99991; }

.fancybox-thumbs__list a:focus:before {
    opacity: .5; }

.fancybox-thumbs__list a.fancybox-thumbs-active:before {
    opacity: 1; }

@media (max-width: 576px) {
    .fancybox-thumbs {
        width: 110px; }
    .fancybox-show-thumbs .fancybox-inner {
        right: 110px; }
    .fancybox-thumbs__list a {
        max-width: calc(100% - 10px); } }

.select2-container {
    box-sizing: border-box;
    display: inline-block;
    margin: 0;
    position: relative;
    vertical-align: middle; }
.select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 28px;
    user-select: none;
    -webkit-user-select: none; }
.select2-container .select2-selection--single .select2-selection__rendered {
    display: block;
    padding-left: 8px;
    padding-right: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
.select2-container .select2-selection--single .select2-selection__clear {
    position: relative; }
.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
    padding-right: 8px;
    padding-left: 20px; }
.select2-container .select2-selection--multiple {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    min-height: 32px;
    user-select: none;
    -webkit-user-select: none; }
.select2-container .select2-selection--multiple .select2-selection__rendered {
    display: inline-block;
    overflow: hidden;
    padding-left: 8px;
    text-overflow: ellipsis;
    white-space: nowrap; }
.select2-container .select2-search--inline {
    float: left; }
.select2-container .select2-search--inline .select2-search__field {
    box-sizing: border-box;
    border: none;
    font-size: 100%;
    margin-top: 5px;
    padding: 0; }
.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
    -webkit-appearance: none; }

.select2-dropdown {
    background-color: white;
    border: 1px solid #aaa;
    border-radius: 4px;
    box-sizing: border-box;
    display: block;
    position: absolute;
    left: -100000px;
    width: 100%;
    z-index: 1051; }

.select2-results {
    display: block; }

.select2-results__options {
    list-style: none;
    margin: 0;
    padding: 0; }

.select2-results__option {
    padding: 6px;
    user-select: none;
    -webkit-user-select: none; }
.select2-results__option[aria-selected] {
    cursor: pointer; }

.select2-container--open .select2-dropdown {
    left: 0; }

.select2-container--open .select2-dropdown--above {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0; }

.select2-container--open .select2-dropdown--below {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0; }

.select2-search--dropdown {
    display: block;
    padding: 4px; }
.select2-search--dropdown .select2-search__field {
    padding: 4px;
    width: 100%;
    box-sizing: border-box; }
.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
    -webkit-appearance: none; }
.select2-search--dropdown.select2-search--hide {
    display: none; }

.select2-close-mask {
    border: 0;
    margin: 0;
    padding: 0;
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    min-height: 100%;
    min-width: 100%;
    height: auto;
    width: auto;
    opacity: 0;
    z-index: 99;
    background-color: #fff;
    filter: alpha(opacity=0); }

.select2-hidden-accessible {
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    -webkit-clip-path: inset(50%) !important;
    clip-path: inset(50%) !important;
    height: 1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important;
    white-space: nowrap !important; }

.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px; }
.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px; }
.select2-container--default .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold; }
.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #999; }
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px; }
.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #888 transparent transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0 4px;
    height: 0;
    left: 50%;
    margin-left: -4px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 0; }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
    float: left; }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
    left: 1px;
    right: auto; }

.select2-container--default.select2-container--disabled .select2-selection--single {
    background-color: #eee;
    cursor: default; }
.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
    display: none; }

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #888 transparent;
    border-width: 0 4px 5px 4px; }

.select2-container--default .select2-selection--multiple {
    background-color: white;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: text; }
.select2-container--default .select2-selection--multiple .select2-selection__rendered {
    box-sizing: border-box;
    list-style: none;
    margin: 0;
    padding: 0 5px;
    width: 100%; }
.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
    list-style: none; }
.select2-container--default .select2-selection--multiple .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    margin-top: 5px;
    margin-right: 10px;
    padding: 1px; }
.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px; }
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #999;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin-right: 2px; }
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: #333; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
    float: right; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
    margin-left: 5px;
    margin-right: auto; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
    margin-left: 2px;
    margin-right: auto; }

.select2-container--default.select2-container--focus .select2-selection--multiple {
    border: solid black 1px;
    outline: 0; }

.select2-container--default.select2-container--disabled .select2-selection--multiple {
    background-color: #eee;
    cursor: default; }

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
    display: none; }

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
    border-top-left-radius: 0;
    border-top-right-radius: 0; }

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0; }

.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa; }

.select2-container--default .select2-search--inline .select2-search__field {
    background: transparent;
    border: none;
    outline: 0;
    box-shadow: none;
    -webkit-appearance: textfield; }

.select2-container--default .select2-results > .select2-results__options {
    max-height: 200px;
    overflow-y: auto; }

.select2-container--default .select2-results__option[role=group] {
    padding: 0; }

.select2-container--default .select2-results__option[aria-disabled=true] {
    color: #999; }

.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: #ddd; }

.select2-container--default .select2-results__option .select2-results__option {
    padding-left: 1em; }
.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
    padding-left: 0; }
.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -1em;
    padding-left: 2em; }
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -2em;
    padding-left: 3em; }
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -3em;
    padding-left: 4em; }
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -4em;
    padding-left: 5em; }
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -5em;
    padding-left: 6em; }

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #5897fb;
    color: white; }

.select2-container--default .select2-results__group {
    cursor: default;
    display: block;
    padding: 6px; }

.select2-container--classic .select2-selection--single {
    background-color: #f7f7f7;
    border: 1px solid #aaa;
    border-radius: 4px;
    outline: 0;
    background-image: -webkit-linear-gradient(top, white 50%, #eeeeee 100%);
    background-image: -o-linear-gradient(top, white 50%, #eeeeee 100%);
    background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }
.select2-container--classic .select2-selection--single:focus {
    border: 1px solid #5897fb; }
.select2-container--classic .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px; }
.select2-container--classic .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    margin-right: 10px; }
.select2-container--classic .select2-selection--single .select2-selection__placeholder {
    color: #999; }
.select2-container--classic .select2-selection--single .select2-selection__arrow {
    background-color: #ddd;
    border: none;
    border-left: 1px solid #aaa;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
    background-image: -webkit-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
    background-image: -o-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
    background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0); }
.select2-container--classic .select2-selection--single .select2-selection__arrow b {
    border-color: #888 transparent transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0 4px;
    height: 0;
    left: 50%;
    margin-left: -4px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 0; }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
    float: left; }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
    border: none;
    border-right: 1px solid #aaa;
    border-radius: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    left: 1px;
    right: auto; }

.select2-container--classic.select2-container--open .select2-selection--single {
    border: 1px solid #5897fb; }
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
    background: transparent;
    border: none; }
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #888 transparent;
    border-width: 0 4px 5px 4px; }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    background-image: -webkit-linear-gradient(top, white 0%, #eeeeee 50%);
    background-image: -o-linear-gradient(top, white 0%, #eeeeee 50%);
    background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    background-image: -webkit-linear-gradient(top, #eeeeee 50%, white 100%);
    background-image: -o-linear-gradient(top, #eeeeee 50%, white 100%);
    background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0); }

.select2-container--classic .select2-selection--multiple {
    background-color: white;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: text;
    outline: 0; }
.select2-container--classic .select2-selection--multiple:focus {
    border: 1px solid #5897fb; }
.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
    list-style: none;
    margin: 0;
    padding: 0 5px; }
.select2-container--classic .select2-selection--multiple .select2-selection__clear {
    display: none; }
.select2-container--classic .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px; }
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
    color: #888;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin-right: 2px; }
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: #555; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
    float: right;
    margin-left: 5px;
    margin-right: auto; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
    margin-left: 2px;
    margin-right: auto; }

.select2-container--classic.select2-container--open .select2-selection--multiple {
    border: 1px solid #5897fb; }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0; }

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0; }

.select2-container--classic .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa;
    outline: 0; }

.select2-container--classic .select2-search--inline .select2-search__field {
    outline: 0;
    box-shadow: none; }

.select2-container--classic .select2-dropdown {
    background-color: white;
    border: 1px solid transparent; }

.select2-container--classic .select2-dropdown--above {
    border-bottom: none; }

.select2-container--classic .select2-dropdown--below {
    border-top: none; }

.select2-container--classic .select2-results > .select2-results__options {
    max-height: 200px;
    overflow-y: auto; }

.select2-container--classic .select2-results__option[role=group] {
    padding: 0; }

.select2-container--classic .select2-results__option[aria-disabled=true] {
    color: grey; }

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
    background-color: #3875d7;
    color: white; }

.select2-container--classic .select2-results__group {
    cursor: default;
    display: block;
    padding: 6px; }

.select2-container--classic.select2-container--open .select2-dropdown {
    border-color: #5897fb; }

#menu ul {
    margin: 0;
    padding: 0;
    list-style: none; }

.clearfix:after {
    content: '';
    display: block;
    clear: both; }

.ellipsis {
    white-space: nowrap;
    /* 1 */
    text-overflow: ellipsis;
    /* 2 */
    overflow: hidden; }

.bg, [data-bg] {
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat; }

.input label, .bg, section:first-of-type video, .list iframe, .effects, .swiper-slide img, .secReviews ul, .map iframe {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }

html {
    box-sizing: border-box;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    height: 100%; }

*, *:before, *:after {
    outline: none;
    box-sizing: border-box; }

* {
    max-height: 1000000px;
    min-width: 0; }

body {
    color: var(--c-text);
    background: #121212;
    letter-spacing: 0.05em;
    font-family: 'Inter Tight',sans-serif !important;
    min-width: calc(1240px + var(--scroll-bar));
    overscroll-behavior-y: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    height: 100%;
    overflow-y: scroll;
   }
@media (max-width: 767px) {
    body {
        min-width: 414px;
        font-size: 18px;
        line-height: 21px; } }

img {
    max-width: 100%;
    height: auto !important; }

.gm-style img {
    max-width: none; }

svg, path, circle {
    transition: fill 0.3s ease; }

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6,
.h {
    display: block;
  font-family: 'Alumni Sans', sans-serif;

    font-weight: 700;
    letter-spacing: 0.05em;
    margin: 0 0 30px; }

h1, .h1 {
	font-family: 'Alumni Sans', sans-serif;
     font-weight: 600;
    font-size: 64px;
    line-height: 102.8%;
    text-align: center;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: var(--c-text);
    margin-bottom: 45px; }
h1 span, .h1 span {
    display: block;
	font-family: 'Inter Tight', sans-serif;    font-weight: 500;
    font-size: 36px;
    line-height: 42px;
    text-align: center;
    letter-spacing: 0.1em;
    text-transform: none;
    padding-top: 16px; }
@media (max-width: 767px) {
    h1, .h1 {
        font-size: 32px;
        line-height: 33px; }
    h1 span, .h1 span {
        font-size: 18px;
        line-height: 21px; } }

h2, .h2 {
	font-family: 'Alumni Sans', sans-serif;
     font-style: normal;
    font-weight: 500;
    font-size: 62px;
    line-height: 105%;
    text-transform: uppercase;
    color: var(--c-green);
    margin-bottom: 26px;
    letter-spacing: 0; }
@media (max-width: 767px) {
    h2, .h2 {
        font-size: 36px;
        line-height: 37px; } }

h3, .h3 {
    font-weight: bold;
    font-size: 52px;
    line-height: 61px;
    text-align: center;
    letter-spacing: 0.05em;
    color: var(--c-green); }
h3 span, .h3 span {
    display: block;
    font-size: 32px;
    line-height: 37px;
    font-weight: 500; }
@media (max-width: 767px) {
    h3, .h3 {
        font-size: 36px;
        line-height: 42px; }
    h3 span, .h3 span {
        font-size: 24px;
        line-height: 28px; } }

h4, .h4 {
    font-size: 18px;
    line-height: 23px;
    margin-bottom: 26px; }

h5, .h5 {
    font-size: 15px;
    line-height: 19px;
    margin-bottom: 13px;
    letter-spacing: normal; }

h6, .h6 {
    font-size: 14px;
    line-height: 18px;
    font-weight: 600;
    margin-bottom: 11px;
    text-transform: none; }
h6 b, .h6 b {
    font-weight: normal; }

p {
    margin: 0 0 30px; }
p a {
    color: var(--c-text);
    text-decoration: none; }
p a:hover {
    text-decoration: none; }
@media (max-width: 767px) {
    p {
        margin-bottom: 18px; } }

a {
    color: var(--c-text);
    transition: color 0.3s ease;
    text-decoration: none; }
a:hover, a:focus {
    color: var(--c-green);
    text-decoration: none; }

.center {
    text-align: center; }
@media (max-width: 767px) {
    .center + h2 {
        margin-top: 48px; } }

form,
fieldset {
    margin: 0;
    padding: 0;
    border-style: none; }

input::-ms-clear {
    display: none;
    width: 0;
    height: 0; }

input::-ms-reveal {
    display: none;
    width: 0;
    height: 0; }

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
    display: none; }

input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
textarea {
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    box-sizing: border-box;
    border: 0;
    margin: 0;
    width: 100%;
    display: block;
    background: none;
    border-radius: 3px;
    font-size: 18px;
    line-height: 21px;
    font-weight: normal;
    padding: 10px 0; }
input[type="text"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
input[type="datetime"]::-webkit-input-placeholder,
input[type="datetime-local"]::-webkit-input-placeholder,
input[type="date"]::-webkit-input-placeholder,
input[type="month"]::-webkit-input-placeholder,
input[type="time"]::-webkit-input-placeholder,
input[type="week"]::-webkit-input-placeholder,
input[type="number"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="url"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="color"]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    opacity: 0.5;
    color: #000;
    transition: opacity 0.3s ease; }
input[type="text"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
input[type="datetime"]::-moz-placeholder,
input[type="datetime-local"]::-moz-placeholder,
input[type="date"]::-moz-placeholder,
input[type="month"]::-moz-placeholder,
input[type="time"]::-moz-placeholder,
input[type="week"]::-moz-placeholder,
input[type="number"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="url"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="color"]::-moz-placeholder,
textarea::-moz-placeholder {
    opacity: 1;
    opacity: 0.5;
    color: #000;
    transition: opacity 0.3s ease; }
input[type="text"]:-moz-placeholder,
input[type="password"]:-moz-placeholder,
input[type="datetime"]:-moz-placeholder,
input[type="datetime-local"]:-moz-placeholder,
input[type="date"]:-moz-placeholder,
input[type="month"]:-moz-placeholder,
input[type="time"]:-moz-placeholder,
input[type="week"]:-moz-placeholder,
input[type="number"]:-moz-placeholder,
input[type="email"]:-moz-placeholder,
input[type="url"]:-moz-placeholder,
input[type="search"]:-moz-placeholder,
input[type="tel"]:-moz-placeholder,
input[type="color"]:-moz-placeholder,
textarea:-moz-placeholder {
    opacity: 0.5;
    color: #000;
    transition: opacity 0.3s ease; }
input[type="text"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
input[type="datetime"]:-ms-input-placeholder,
input[type="datetime-local"]:-ms-input-placeholder,
input[type="date"]:-ms-input-placeholder,
input[type="month"]:-ms-input-placeholder,
input[type="time"]:-ms-input-placeholder,
input[type="week"]:-ms-input-placeholder,
input[type="number"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="url"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="color"]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    opacity: 0.5;
    color: #000;
    transition: opacity 0.3s ease; }
input[type="text"].placeholder,
input[type="password"].placeholder,
input[type="datetime"].placeholder,
input[type="datetime-local"].placeholder,
input[type="date"].placeholder,
input[type="month"].placeholder,
input[type="time"].placeholder,
input[type="week"].placeholder,
input[type="number"].placeholder,
input[type="email"].placeholder,
input[type="url"].placeholder,
input[type="search"].placeholder,
input[type="tel"].placeholder,
input[type="color"].placeholder,
textarea.placeholder {
    opacity: 0.5;
    color: #000;
    transition: opacity 0.3s ease; }
input[type="text"]:focus::-webkit-input-placeholder,
input[type="password"]:focus::-webkit-input-placeholder,
input[type="datetime"]:focus::-webkit-input-placeholder,
input[type="datetime-local"]:focus::-webkit-input-placeholder,
input[type="date"]:focus::-webkit-input-placeholder,
input[type="month"]:focus::-webkit-input-placeholder,
input[type="time"]:focus::-webkit-input-placeholder,
input[type="week"]:focus::-webkit-input-placeholder,
input[type="number"]:focus::-webkit-input-placeholder,
input[type="email"]:focus::-webkit-input-placeholder,
input[type="url"]:focus::-webkit-input-placeholder,
input[type="search"]:focus::-webkit-input-placeholder,
input[type="tel"]:focus::-webkit-input-placeholder,
input[type="color"]:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
    color: transparent !important; }
input[type="text"]:focus::-moz-placeholder,
input[type="password"]:focus::-moz-placeholder,
input[type="datetime"]:focus::-moz-placeholder,
input[type="datetime-local"]:focus::-moz-placeholder,
input[type="date"]:focus::-moz-placeholder,
input[type="month"]:focus::-moz-placeholder,
input[type="time"]:focus::-moz-placeholder,
input[type="week"]:focus::-moz-placeholder,
input[type="number"]:focus::-moz-placeholder,
input[type="email"]:focus::-moz-placeholder,
input[type="url"]:focus::-moz-placeholder,
input[type="search"]:focus::-moz-placeholder,
input[type="tel"]:focus::-moz-placeholder,
input[type="color"]:focus::-moz-placeholder,
textarea:focus::-moz-placeholder {
    opacity: 1;
    color: transparent !important; }
input[type="text"]:focus:-moz-placeholder,
input[type="password"]:focus:-moz-placeholder,
input[type="datetime"]:focus:-moz-placeholder,
input[type="datetime-local"]:focus:-moz-placeholder,
input[type="date"]:focus:-moz-placeholder,
input[type="month"]:focus:-moz-placeholder,
input[type="time"]:focus:-moz-placeholder,
input[type="week"]:focus:-moz-placeholder,
input[type="number"]:focus:-moz-placeholder,
input[type="email"]:focus:-moz-placeholder,
input[type="url"]:focus:-moz-placeholder,
input[type="search"]:focus:-moz-placeholder,
input[type="tel"]:focus:-moz-placeholder,
input[type="color"]:focus:-moz-placeholder,
textarea:focus:-moz-placeholder {
    color: transparent !important; }
input[type="text"]:focus:-ms-input-placeholder,
input[type="password"]:focus:-ms-input-placeholder,
input[type="datetime"]:focus:-ms-input-placeholder,
input[type="datetime-local"]:focus:-ms-input-placeholder,
input[type="date"]:focus:-ms-input-placeholder,
input[type="month"]:focus:-ms-input-placeholder,
input[type="time"]:focus:-ms-input-placeholder,
input[type="week"]:focus:-ms-input-placeholder,
input[type="number"]:focus:-ms-input-placeholder,
input[type="email"]:focus:-ms-input-placeholder,
input[type="url"]:focus:-ms-input-placeholder,
input[type="search"]:focus:-ms-input-placeholder,
input[type="tel"]:focus:-ms-input-placeholder,
input[type="color"]:focus:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder {
    color: transparent !important; }
input[type="text"]:focus.placeholder,
input[type="password"]:focus.placeholder,
input[type="datetime"]:focus.placeholder,
input[type="datetime-local"]:focus.placeholder,
input[type="date"]:focus.placeholder,
input[type="month"]:focus.placeholder,
input[type="time"]:focus.placeholder,
input[type="week"]:focus.placeholder,
input[type="number"]:focus.placeholder,
input[type="email"]:focus.placeholder,
input[type="url"]:focus.placeholder,
input[type="search"]:focus.placeholder,
input[type="tel"]:focus.placeholder,
input[type="color"]:focus.placeholder,
textarea:focus.placeholder {
    color: transparent !important; }

select {
    -webkit-border-radius: 0;
    opacity: 0; }

textarea {
    resize: none;
    vertical-align: top; }

button,
input[type='button'],
input[type='reset'],
input[type='file'],
input[type='submit'] {
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    cursor: pointer; }

.input {
    flex: 1;
    position: relative;
    font-size: 18px;
    line-height: 21px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: rgba(187, 194, 163, 0.7);
    margin-bottom: 30px;
    text-align: left;
    border-bottom: 1px solid var(--c-green); }
.input:focus-within label span {
    transform: translate3d(-18px, -31px, 0) scale3d(0.75, 0.75, 1); }
.input input::placeholder,
.input textarea::placeholder {
    color: transparent; }
.input input:not(:placeholder-shown) + label span,
.input input:focus + label span,
.input textarea:not(:placeholder-shown) + label span,
.input textarea:focus + label span {
    opacity: 1;
    transform: translate3d(0, -16px, 0) scale3d(0.6, 0.6, 1); }
@media (max-width: 767px) {
    .input input:not(:placeholder-shown) + label span,
    .input input:focus + label span,
    .input textarea:not(:placeholder-shown) + label span,
    .input textarea:focus + label span {
        transform: translate3d(0, -27px, 0) scale3d(0.75, 0.75, 1); } }
.input input:invalid:not(:valid):not(:placeholder-shown) ~ .error,
.input textarea:invalid:not(:valid):not(:placeholder-shown) ~ .error {
    opacity: 1; }
.input input:invalid:not(:valid):not(:placeholder-shown) .invalid-icon,
.input textarea:invalid:not(:valid):not(:placeholder-shown) .invalid-icon {
    opacity: 1; }
.input input:valid:not(:placeholder-shown) ~ .valid-icon,
.input textarea:valid:not(:placeholder-shown) ~ .valid-icon {
    opacity: 1; }
.input input[type="password"] ~ .visible-icon .invisible-pass,
.input textarea[type="password"] ~ .visible-icon .invisible-pass {
    opacity: 0; }
.input input[type="text"] ~ .visible-icon .visible-pass,
.input textarea[type="text"] ~ .visible-icon .visible-pass {
    opacity: 0; }
.input input[type="text"] ~ .visible-icon .invisible-pass,
.input textarea[type="text"] ~ .visible-icon .invisible-pass {
    opacity: 1; }
.input input[type="file"],
.input textarea[type="file"] {
    position: absolute;
    top: 0;
    right: 0;
    opacity: 0;
    font-size: 200px; }
.input label {
    pointer-events: none; }
.input label span {
    opacity: 0.5;
    position: absolute;
    top: 10px;
    left: 0;
    width: 100%;
    font-size: 18px;
    line-height: 21px;
    transition: 0.3s ease;
    transition-property: transform, opacity;
    transform-origin: top left; }
.input span.error {
    position: absolute;
    left: 32px;
    top: calc(100% + 4px);
    font-size: 10px;
    line-height: 13px;
    pointer-events: none;
    opacity: 0;
    transition: opacity 0.3s ease;
    display: inline-flex; }
.input span.error svg {
    margin-right: 3px; }
.input .placeholder {
    font-size: 18px;
    line-height: 24px; }
.input .placeholder svg {
    display: inline-block;
    vertical-align: top;
    margin-right: 20px; }
.input .icon {
    position: absolute;
    top: 50%;
    right: 14px;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    pointer-events: none;
    transform: translateY(-50%); }
.input .icon svg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }
.input .icon.left-pos {
    right: auto;
    left: 14px; }
.input .add-remove {
    position: absolute;
    left: calc(100% - 48px);
    top: 50%;
    transform: translateY(-50%); }
.input .valid-icon,
.input .invalid-icon {
    opacity: 0;
    transition: opacity 0.3s ease; }
.input .visible-icon {
    pointer-events: all;
    cursor: pointer; }
.input .visible-icon .invisible-pass {
    opacity: 0; }
@media (max-width: 767px) {
    .input label span {
        font-size: 16px;
        line-height: 19px; } }

.button {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    height: 72px;
    border-radius: 2px;
    padding: 0 20px;
    margin: 0;
    border: 0;
    background: var(--c-green);
    font-weight: bold;
    font-size: 24px;
    line-height: 28px;
    text-align: center;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    font-feature-settings: 'liga' off;
    color: black;
    transition: 0.3s ease;
    transition-property: background-color, color, opacity, box-shadow;
    min-width: 296px; }
.button:hover, .button:active {
    background-color: var(--c-hover);
    color: black; }
.button:disabled, .button.disabled {
    background-color: var(--c-disabled);
    pointer-events: none; }
@media (max-width: 767px) {
    .button {
        height: 58px;
        width: 100%;
        font-size: 16px;
        line-height: 19px; } }

.select2 {
    width: 100% !important;
    min-height: 41px;
    display: flex;
    justify-content: flex-start;
    align-items: center; }
.select2.select2-container--open {
    border: none; }
.select2.select2-container {
    width: 100%;
    vertical-align: middle; }
.select2 .selection {
    height: 100%;
    width: 100%; }
.select2 .select2-selection {
    height: 100%;
    background-color: transparent;
    border: none;
    transition: background-color 0.3s ease; }
.select2 .select2-selection .select2-selection__rendered {
    height: 100%;
    font-size: 18px;
    line-height: 21px;
    font-weight: normal;
    color: var(--c-text);
    display: block;
    padding: 0;
    border: none; }
@media (max-width: 767px) {
    .select2 .select2-selection .select2-selection__rendered {
        padding-top: 16px;
        padding-bottom: 16px; } }
.select2 .select2-selection .select2-selection__arrow {
    height: 100%;
    width: 41px;
    background: url(../images/icons/arrow.svg) no-repeat 50% 50%;
    top: -1px; }
.select2 .select2-selection .select2-selection__arrow b {
    display: none; }
.select2 .select2-selection.select2-selection--multiple {
    border: none; }
.select2 .select2-selection.select2-selection--multiple .select2-search__field {
    margin: 0;
    height: 100%;
    font-size: 18px;
    line-height: 26px;
    font-weight: 600; }
.select2 .select2-selection.select2-selection--multiple .select2-search__field::-webkit-input-placeholder {
    opacity: 1;
    transition: color 0.3s ease; }
.select2 .select2-selection.select2-selection--multiple .select2-search__field::-moz-placeholder {
    opacity: 1;
    opacity: 1;
    transition: color 0.3s ease; }
.select2 .select2-selection.select2-selection--multiple .select2-search__field:-moz-placeholder {
    opacity: 1;
    transition: color 0.3s ease; }
.select2 .select2-selection.select2-selection--multiple .select2-search__field:-ms-input-placeholder {
    opacity: 1;
    transition: color 0.3s ease; }
.select2 .select2-selection.select2-selection--multiple .select2-search__field.placeholder {
    opacity: 1;
    transition: color 0.3s ease; }
.select2 .select2-selection.select2-selection--multiple .select2-selection__rendered {
    border: none; }
.select2 .select2-selection.select2-selection--multiple .select2-selection__rendered::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 41px;
    height: 41px;
    pointer-events: none;
    background: url(../images/icons/arrow.svg) no-repeat 50% 50%; }
.select2 .select2-selection.select2-selection--multiple .select2-selection__choice {
    padding: 0;
    margin: 0;
    background: none;
    border: 0; }
.select2 .select2-selection.select2-selection--multiple .select2-selection__choice::after {
    content: ', ';
    padding-right: 3px; }
.select2 .select2-selection.select2-selection--multiple .select2-selection__choice .select2-selection__choice__remove {
    display: none; }
.select2 .select2-selection.select2-selection--multiple .select2-selection__choice:nth-last-child(2)::after {
    display: none; }
@media (max-width: 767px) {
    .select2 {
        min-height: 55px; } }

.select2-dropdown {
    z-index: 9999px;
    background: #1E1E1E;
    border: none;
    margin: 9px 0 0;
    overflow: hidden;
    border-radius: 0 !important; }
.select2-dropdown .select2-results > .select2-results__options {
    overflow-x: hidden;
    overflow-y: auto;
    max-height: 260px;
    padding: 7px;
    display: flex;
    flex: 1;
    justify-content: center;
    align-items: center;
    text-align: center; }
.select2-dropdown .select2-results .select2-results__option {
    flex-basis: 50%;
    padding: 0;
    font-size: 18px;
    line-height: 86px;
    height: 86px;
    font-weight: normal;
    text-transform: uppercase;
    transition: background-color 0.3s ease;
    color: var(--c-text); }
.select2-dropdown .select2-results .select2-results__option.select2-results__option--highlighted {
    background-color: transparent;
    color: #E9FF99; }
.select2-dropdown .select2-results .select2-results__option:last-child {
    padding-bottom: 0;
    border-left: 1px solid var(--c-green); }
.select2-dropdown .select2-results .select2-results__option[aria-selected="true"] {
    background-color: transparent;
    color: var(--c-green); }
.select2-dropdown .select2-results .select2-results__option[aria-disabled="true"] {
    color: var(--c-disabled); }
.select2-dropdown .select2-results .select2-results__group {
    display: block;
    font-size: 13px;
    line-height: 16px;
    font-weight: 400;
    padding: 0 0 3px; }

.custom-scroll,
.select2-results__options {
    scrollbar-track-color: white;
    overscroll-behavior: contain; }

/* total width */
.custom-scroll::-webkit-scrollbar,
.select2-results__options::-webkit-scrollbar {
    background-color: white;
    width: 27px; }

/* background of the scrollbar except button or resizer */
.select2-results__options::-webkit-scrollbar-track {
    background-color: white; }

.select2-results__options::-webkit-scrollbar-track:hover {
    background-color: white; }

/* scrollbar itself */
.custom-scroll::-webkit-scrollbar-thumb,
.select2-results__options::-webkit-scrollbar-thumb {
    border-radius: 27px;
    min-height: 36px;
    border: 9px solid white; }

/* set button(top and bottom of the scrollbar) */
.custom-scroll::-webkit-scrollbar-button,
.select2-results__options::-webkit-scrollbar-button {
    display: none; }

/* Change Autocomplete styles in Chrome*/
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
    -webkit-box-shadow: none;
    background-color: transparent;
    transition: background-color 5000s ease-in-out 0s; }

.flex {
    display: flex;
    justify-content: space-between; }

#wrapper {
    width: 100%;
    min-height: 100%;
    overflow: hidden;
    position: relative;
    counter-reset: list; }

.bg {
    pointer-events: none; }

.container {
    max-width: 1600px;
    margin: 0 auto;
    padding: 0 50px;
    position: relative; }
@media (max-width: 1199px) {
    .container {
        width: 100%;
        padding: 0 25px; } }

#header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 119px;
    font-size: 15px;
    line-height: 18px;
    z-index: 50;
    display: flex;
    justify-content: space-between;
    background: #242424;
    mix-blend-mode: hard-light; }
#header .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-self: center;
    width: 100%;
    padding-top: 20px; }
#header .container:nth-of-type(2) {
    display: none; }
@media (max-width: 767px) {
    #header {
        height: 94px;
        transition: mix-blend-mode 0.3s ease-in-out; }
    #header .container:first-of-type {
        position: fixed;
        top: 0;
        left: 0;
        right: 25px;
        width: auto;
        display: block;
        padding-top: 130px;
        transform: translateX(-100%);
        transition: transform 0.3s ease-in-out;
        z-index: 5;
        background: #3A3A33; }
    #header .container:first-of-type::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        height: 112px;
        background: #333329;
        z-index: 3; }
    #header .container:nth-of-type(2) {
        display: flex; }
    #header.show {
        mix-blend-mode: unset; }
    #header.show .container:first-of-type {
        transform: translateX(0); }
    #header .logo {
        z-index: 10; } }

.tel {
    display: none;
    background: #333329;
    padding: 30px 25px;
    margin: 0 -25px 15px; }
@media (max-width: 767px) {
    .tel {
        display: inline-flex;
        align-items: center;
        width: calc(100% + 50px);
        font-weight: 500;
        font-size: 20px;
        line-height: 23px;
        letter-spacing: 0.1em;
        color: var(--c-green); }
    .tel svg {
        width: 27px;
        height: 27px;
        margin-right: 27px; } }

.mobile-menu {
    display: none; }
@media (max-width: 767px) {
    .mobile-menu {
        display: block;
        position: relative;
        z-index: 20; }
    .mobile-menu svg {
        width: 30px;
        height: 30px;
        transition: opacity 0.3s ease-in-out; }
    .mobile-menu svg:first-child {
        fill: var(--c-text); }
    .mobile-menu svg:last-child {
        position: absolute;
        top: -5px;
        left: -6px;
        opacity: 0;
        width: 42px;
        height: 42px; }
    .show .mobile-menu svg {
        opacity: 0; }
    .show .mobile-menu svg:last-child {
        opacity: 1; } }

#menu {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 0.05em; }
#menu ul {
    display: flex;
    justify-content: flex-start;
    margin-right: 44px; }
#menu li {
    margin-right: 47px; }
#menu li:last-child {
    margin-right: 0; }
#menu a {
    display: inline-flex;
    padding-bottom: 9px;
    background: no-repeat 50% 100% / 100% auto; }
#menu .mPS2id-clicked,
#menu .mPS2id-highlight {
    background-image: url(../images/icons/menu-hover.svg); }
@media (max-width: 1399px) {
    #menu li {
        margin-right: 28px; } }
@media (max-width: 767px) {
    #menu {
        font-size: 24px;
        line-height: 28px;
        padding: 6px 0;
        margin-bottom: 10px; }
    #menu ul {
        display: block; }
    #menu li, #menu a {
        display: block;
        padding: 10px 0 11px; } }

.links {
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: space-between; }
.links a:not([class]) {
    margin-left: 27px; }
.links a:not([class]):first-child {
    margin-left: 0; }
.links a:not([class]):hover {
    color: var(--c-green); }
.links a:not([class]):hover svg {
    fill: var(--c-green); }
.links svg {
    width: 18px;
    height: 18px;
    fill: #FCFCFC; }
.links b {
    width: 14px;
    font-weight: normal;
    border-left: 1px solid #FCFCFC;
    margin-left: 24px; }
@media (max-width: 767px) {
    .links {
        background: #333329;
        padding: 30px 25px;
        margin: 0 -25px 15px; }
    .links a:not([class]) {
        order: 2; }
    .links a {
        margin-left: 0; }
    .links b {
        display: none; } }

.logo {
    position: absolute;
    top: 12px;
    left: calc(50% - 68px);
    width: 134px;
    height: 134px;
    background: url(../images/logo.svg) no-repeat 0 0/cover;
    font-size: 0;
    line-height: 0; }
.logo a {
    display: block;
    height: 100%; }
@media (max-width: 767px) {
    .logo {
        width: 98px;
        height: 98px;
        left: calc(50% - 49px); } }

.lang {
    font-size: 15px;
    line-height: 18px;
    text-transform: uppercase;
    font-weight: 400;
    margin-left: 13px; }
.lang.active {
    display: none; }
@media (max-width: 767px) {
    .lang {
        order: 1; } }

section {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background-size: cover;
    background-attachment: fixed;
    background-position: 50% 50%;
    background-color: #121212;
    padding: 119px 0; }
section:first-of-type {
    height: 100vh; }
section:first-of-type::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(180deg, #95F022 0%, rgba(255, 255, 255, 0) 85.53%), #403E3E;
    mix-blend-mode: multiply;
    z-index: 8; }
section:first-of-type video {
    height: 100%;
    width: auto;
    object-fit: cover;
    z-index: 4; }
section:first-of-type .container {
    z-index: 10; }
section:nth-of-type(odd) .list .description {
    order: 1; }
section:nth-of-type(odd) .list .pic {
    order: 2; }
section:nth-of-type(6) .description {
    margin-left: -91px;
    padding-left: 0; }
section:nth-of-type(6) p {
    max-width: 514px; }
@media (max-width: 767px) {
    section {
        padding: 64px 0;
        height: auto;
        min-height: 100vh; }
    section:first-of-type {
        align-items: flex-end;
        padding: 94px 0; }
    section:first-of-type .button {
        margin-top: 100px; }
    section:nth-of-type(6) .description {
        margin-left: 0; } }

.secVideo {
    display: grid;
    grid-template-columns: 465px auto;
    gap: 0 94px;
    text-align: left;
    font-size: 18px;
    line-height: 29px; }
.secVideo .container {
    margin-left: 50px; }
@media (max-width: 767px) {
    .secVideo {
        display: block;
        font-size: 16px;
        line-height: 25px;
        min-height: auto;
        margin-bottom: 25px; }
    .secVideo .container {
        margin-left: 0; } }

.vidHolder {
    position: relative;
    padding-right: 25px; }
.vidHolder video {
    width: 100%;
    max-width: 924px;
    height: 578px; }
.vidHolder svg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 20;
    width: 92px;
    height: 100px;
    fill: var(--c-text); }
@media (max-width: 767px) {
    .vidHolder {
        margin: 0 auto;
        max-width: calc(100% - 50px);
        padding: 22px 0 0; }
    .vidHolder video {
        width: 100%;
        height: auto; }
    .vidHolder svg {
        width: 35px;
        height: 35px; } }

.secGame h2, .secGame .h2 {
    font-size: 48px;
    line-height: 71px;
    letter-spacing: 0.1em;
    margin-bottom: 13px; }

@media (max-width: 767px) {
    .secGame {
        padding: 50px 0; }
    .secGame h2, .secGame .h2 {
        font-size: 36px;
        line-height: 53px; } }

.blocks {
    display: grid;
    grid-template-columns: repeat(2, minmax(520px, 1fr));
    gap: 0 20px; }
@media (max-width: 767px) {
    .blocks {
        display: block; } }

.gameBlock {
    padding: 112px 90px;
    background: rgba(0, 0, 0, 0.7);
    border: 1px solid var(--c-green);
    box-shadow: 0px 5px 15px rgba(200, 255, 0, 0.2), inset 0px 10px 50px rgba(239, 255, 179, 0.3); }
.gameBlock + .gameBlock {
    background: rgba(23, 6, 6, 0.7);
    border: 1px solid var(--c-red);
    box-sizing: border-box;
    box-shadow: 0px 5px 15px rgba(255, 0, 0, 0.5), inset 0px 10px 50px rgba(255, 0, 0, 0.3); }
.gameBlock .button {
    max-width: 100%;
    width: 100%; }
.gameBlock h3, .gameBlock .h3 {
    margin-bottom: 25px; }
.gameBlock h3 span, .gameBlock .h3 span {
    padding-top: 12px; }
.gameBlock dl {
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 20px 0;
    text-align: left;
    margin-bottom: 35px; }
.gameBlock dt, .gameBlock dd {
    padding: 0;
    margin: 0; }
.gameBlock dt {
    position: relative;
    padding-left: 67px; }
.gameBlock svg {
    position: absolute;
    top: 0;
    left: -4px;
    width: 70px;
    height: 50px;
    fill: var(--c-green); }
.gameBlock dd {
    text-align: right;
    padding-right: 16px; }
@media (max-width: 1239px) {
    .gameBlock {
        padding: 60px; } }
@media (max-width: 767px) {
    .gameBlock {
        padding: 48px 40px; }
    .gameBlock:first-child {
        margin-bottom: 32px; }
    .gameBlock h3 span, .gameBlock .h3 span {
        padding-top: 8px; }
    .gameBlock .button {
        min-width: 100%; }
    .gameBlock dt {
        padding-left: 45px; }
    .gameBlock svg {
        width: 42px;
        height: 34px;
        left: 0;
        top: -4px; } }

.secOption h2, .secOption .h2 {
    position: relative;
    font-size: 54px;
    line-height: 80px;
    z-index: 5; }

@media (max-width: 767px) {
    .secOption {
        padding-bottom: 0; }
    .secOption + .secOption {
        padding-bottom: 0; }
    .secOption h2, .secOption .h2 {
        font-size: 36px;
        line-height: 48px; } }

.list {
    position: relative;
    counter-increment: list;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0 10px;
    align-items: center; }
.list .pic {
    height: calc(100% + 90px); }
.list .pic > img {
    position: relative;
    z-index: 5; }
.list video {
    object-fit: cover;
    max-width: 100%;
    height: auto; }
.list video.opt {
    position: absolute;
    top: -20%;
    left: 0;
    width: 100vw;
    max-width: 100vw;
    z-index: 2; }
@media (max-width: 767px) {
    .list {
        grid-template-columns: 1fr; }
    .list .pic {
        order: 2;
        height: auto;
        padding-top: 30px; }
    .list iframe {
        position: relative;
        top: auto;
        left: auto;
        right: auto;
        bottom: auto;
        height: 296px; }
    .list video.opt {
        top: auto;
        bottom: 0;
        width: calc(100% + 300px);
        max-width: 200vw; } }

.description {
    position: relative;
    display: flex;
    gap: 0 60px;
    padding: 85px 100px 0 65px;
    justify-content: flex-start;
    text-align: left;
    font-size: 28px;
    line-height: 45px;
    z-index: 5; }
.description .svg {
    position: relative;
    flex-shrink: 0;
    width: 170px;
    margin-top: -85px; }
.description .svg::before {
    content: counter(list);
    position: absolute;
    top: 50px;
    left: 0;
font-family: 'Alumni Sans', sans-serif;
    font-weight: 500;
    font-size: 60px;
    line-height: 72px;
    letter-spacing: 0.1em;
    width: 170px;
    text-align: center; }
.description svg {
    width: 170px;
    height: 170px;
    fill: var(--c-text); }
.description h3, .description .h3 {
	font-family: 'Alumni Sans', sans-serif;
    font-weight: 500;
    font-size: 54px;
    line-height: 72px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: var(--c-text);
    text-align: left; }
.description p div {
    max-width: 514px; }
@media (max-width: 1239px) {
    .description {
        padding: 60px 60px 0 0;
        gap: 0 30px;
        font-size: 22px;
        line-height: 36px; }
    .description .svg {
        width: 120px;
        margin-top: -46px; }
    .description .svg::before {
        font-size: 30px;
        line-height: 20px;
        width: 120px; }
    .description svg {
        width: 120px;
        height: 120px; } }
@media (max-width: 767px) {
    .description {
        order: 1;
        padding-top: 0;
        padding-right: 0;
        font-size: 16px;
        line-height: 25px; }
    .description .svg {
        width: 65px;
        margin-top: 0; }
    .description .svg::before {
        font-size: 24px;
        line-height: 29px;
        width: 65px;
        top: 17px; }
    .description svg {
        width: 65px;
        height: 65px; }
    .description h3, .description .h3 {
        font-size: 36px;
        line-height: 52px;
        margin-bottom: 24px; } }

@media (max-width: 767px) {
    .secGallery {
        padding: 44px 0 0;
        min-height: auto; }
    .secGallery h1, .secGallery .h1 {
        font-size: 36px;
        line-height: 53px; } }

.secCalendar h3, .secCalendar .h3 {
    text-transform: uppercase;
    color: var(--c-text);
    font-size: 48px;
    line-height: 71px;
    letter-spacing: 0.1em;
    font-weight: normal;
    text-align: left;
    font-family: 'Alumni Sans', sans-serif;
 }

.secCalendar .container {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: stretch;
    flex-wrap: nowrap;
    gap: 0 20px; }
.secCalendar .container > * {
    flex-basis: 50%;
    background-color: #282828;
    padding: 70px;
    transition: opacity 0.3s ease-in-out; }

.secCalendar.done .container > *:not(.thanks) {
    opacity: 0;
    pointer-events: none; }

.secCalendar .button {
    width: 100%; }

@media (max-width: 767px) {
    .secCalendar {
        padding: 0; }
    .secCalendar h3, .secCalendar .h3 {
        font-size: 36px;
        line-height: 53px; }
    .secCalendar .container {
        display: block;
        padding: 0; }
    .secCalendar .container > * {
        padding: 25px; }
    .secCalendar .container > *:nth-child(2) {
        padding-bottom: 160px; }
    .secCalendar .button {
        position: absolute;
        bottom: 60px;
        left: 25px;
        right: 25px;
        width: calc(100% - 50px); }
    .secCalendar.done .container > *:not(.thanks) {
        opacity: 0.2;
        pointer-events: none; } }

.ui-corner-all {
    display: flex;
    justify-content: space-between; }
.ui-corner-all.ui-datepicker-prev, .ui-corner-all.ui-datepicker-next {
    width: 30px;
    height: 30px;
    background: url(../images/icons/prev.svg) no-repeat 0 50%/20px 20px; }
.ui-corner-all.ui-datepicker-prev span, .ui-corner-all.ui-datepicker-next span {
    display: none; }
.ui-corner-all.ui-datepicker-next {
    transform: rotate(180deg); }

.ui-datepicker-header {
    position: relative;
    padding: 0 70px; }
.ui-datepicker-header .ui-datepicker-title {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    white-space: nowrap;
    font-weight: bold;
    font-size: 32px;
    line-height: 39px;
    font-feature-settings: 'tnum' on, 'lnum' on;
    color: #E8EBE0; }
@media (max-width: 767px) {
    .ui-datepicker-header {
        padding: 0 20px; }
    .ui-datepicker-header .ui-datepicker-title {
        font-size: 24px;
        line-height: 29px; } }

.ui-datepicker-calendar {
    width: 100%;
    font-size: 15px;
    line-height: 18px;
    font-feature-settings: 'tnum' on, 'lnum' on;
    color: #FCFCFC;
    table-layout: fixed;
    max-width: 469px;
    margin: 0 auto;
    letter-spacing: normal; }
.ui-datepicker-calendar th, .ui-datepicker-calendar td {
    height: 67px; }
.ui-datepicker-calendar th {
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: #E9FF99; }
.ui-datepicker-calendar .ui-state-default {
    display: block;
    height: 100%;
    line-height: 67px;
    border-radius: 50%;
    border: 1px solid transparent;
    transition-property: background-color, color, border-color; }
.ui-datepicker-calendar .ui-state-default:hover {
    border-color: #E9FF99;
    color: inherit; }
.ui-datepicker-calendar .ui-state-active {
    color: inherit;
    background-color: #E9FF99;
    color: #121212;
    font-weight: 700; }
.ui-datepicker-calendar .ui-state-active:hover {
    color: #121212; }
@media (max-width: 767px) {
    .ui-datepicker-calendar {
        border-collapse: separate;
        border-spacing: 8px 0; }
    .ui-datepicker-calendar th, .ui-datepicker-calendar td {
        height: 42px; }
    .ui-datepicker-calendar .ui-state-default {
        line-height: 42px; }
    .ui-datepicker-calendar .ui-state-active {
        line-height: 42px;
        height: 42px; } }

.thanks {
    position: absolute;
    top: 0;
    left: 50%;
    bottom: 0;
    width: 1060px;
    transform: translateX(-50%);
    text-align: center;
    max-width: 70%;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease-in-out; }
.done .thanks {
    opacity: 1; }
.thanks p {
    max-width: 700px;
    margin: 0 auto;
    font-size: 36px;
    line-height: 42px;
    text-align: center;
    letter-spacing: 0.1em;
    color: #E8EBE0; }
.thanks svg {
    position: absolute;
    top: 24px;
    left: 50%;
    transform: translateX(-50%);
    width: 100px;
    height: 100px;
    fill: var(--c-green); }
.thanks h2, .thanks .h2 {
    position: relative;
font-family: 'Alumni Sans', sans-serif;
    font-weight: 500;
    font-size: 64px;
    line-height: 95px;
    letter-spacing: 0.1em;
    margin-bottom: 14px;
    color: #E8EBE0;
    padding-top: 158px; }
@media (max-width: 767px) {
    .thanks {
        max-width: 100%;
        left: 0;
        right: 0;
        width: 100%;
        transform: translate(0, -50%);
        top: 50%;
        bottom: auto; }
    .thanks h2, .thanks .h2 {
        font-size: 36px;
        line-height: 45px; }
    .thanks p {
        font-size: 18px;
        line-height: 23px; } }

.swiper {
    width: 100%; }

.swiper-slide {
    position: relative;
    width: 862px;
    height: 485px;
    transition-property: transform, filter; }
.swiper-slide.swiper-slide-active {
    filter: drop-shadow(0px 8px 35px rgba(0, 0, 0, 0.3)); }
@media (max-width: 767px) {
    .swiper-slide {
        width: 100%;
        max-width: 100%;
        height: 220px; } }

.swiper-slide img {
    object-fit: cover; }

.swiper-button-next,
.swiper-button-prev {
    background: url(../images/icons/right.svg) no-repeat 50% 50%/cover;
    width: 41px;
    height: 78px;
    margin-top: 5px;
    transform: translateY(-50%); }
.swiper-button-next::after,
.swiper-button-prev::after {
    content: ''; }
.swiper-button-next.swiper-button-next,
.swiper-button-prev.swiper-button-next {
    right: calc(50% - 862px / 2 - 61px - 41px); }
.swiper-button-next.swiper-button-prev,
.swiper-button-prev.swiper-button-prev {
    left: calc(50% - 862px / 2 - 61px - 41px);
    transform: translateY(-50%) rotate(180deg); }
@media (max-width: 767px) {
    .swiper-button-next,
    .swiper-button-prev {
        width: 25px;
        height: 20px;
        margin-top: 0; }
    .swiper-button-next.swiper-button-next,
    .swiper-button-prev.swiper-button-next {
        right: -18px; }
    .swiper-button-next.swiper-button-prev,
    .swiper-button-prev.swiper-button-prev {
        left: -18px;
        margin-top: 2px; } }

.fancybox-button--arrow_right,
.fancybox-button--arrow_left {
    background: transparent;
    visibility: visible !important;
    opacity: 1 !important;
    width: 74px !important;
    height: 144px !important;
    margin: 0 70px; }
.fancybox-button--arrow_right > div,
.fancybox-button--arrow_left > div {
    background: url(../images/icons/right.svg) no-repeat 50% 50%/cover;
    width: 41px;
    height: 78px; }
.fancybox-button--arrow_right.fancybox-button--arrow_left > div,
.fancybox-button--arrow_left.fancybox-button--arrow_left > div {
    transform: rotate(180deg); }
.fancybox-button--arrow_right svg,
.fancybox-button--arrow_left svg {
    display: none; }
.fancybox-button--arrow_right:disabled > div,
.fancybox-button--arrow_left:disabled > div {
    filter: grayscale(1);
    opacity: 0.6; }

.secReviews {
    background-size: auto 100%; }
.secReviews .container {
    height: calc(100vh - 240px);
    width: 100%; }
.secReviews ul {
    list-style-type: none;
    padding: 0;
    margin: 0; }
.secReviews li {
    position: absolute;
    left: 50%; }
.secReviews li:nth-child(1) {
    top: 30%;
    margin-left: -39%; }
.secReviews li:nth-child(2) {
    top: 24%;
    margin-left: -21%; }
.secReviews li:nth-child(3) {
    top: 59%;
    margin-left: -18%; }
.secReviews li:nth-child(4) {
    top: 47%;
    margin-left: 9%; }
.secReviews li:nth-child(4) .review {
    right: calc(100% + 30px);
    left: auto; }
.secReviews li:nth-child(5) {
    top: 36%;
    margin-left: 32%; }
.secReviews li:nth-child(5) .review {
    right: calc(100% + 30px);
    left: auto; }
.secReviews .display {
    z-index: 20; }
.secReviews .display .review {
    opacity: 1;
    pointer-events: all; }
.secReviews .display svg {
    opacity: 0; }
.secReviews .display svg:last-child {
    opacity: 1; }
.secReviews span {
    position: relative;
    display: block; }
.secReviews svg {
    width: 102px;
    height: 102px;
    fill: var(--c-green);
    transition: opacity 0.3s ease-in-out; }
.secReviews svg:last-child {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0; }
.secReviews .review {
    position: absolute;
    top: 0;
    left: calc(100% + 30px);
    width: 510px;
    padding: 50px;
    background: rgba(0, 0, 0, 0.7) url(../images/content/tag11.png) no-repeat 50% 50%/auto 100%;
    background-attachment: fixed;
    border: 1px solid #C8FF00;
    box-sizing: border-box;
    box-shadow: 0px 5px 15px rgba(200, 255, 0, 0.2), inset 0px 10px 50px rgba(239, 255, 179, 0.3);
    font-weight: 500;
    font-size: 24px;
    line-height: 32px;
    letter-spacing: 0.1em;
    text-align: left;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease-in-out; }
.secReviews b {
    font-size: 14px;
    line-height: 19px;
    font-weight: normal;
    letter-spacing: 0.1em; }
@media (max-width: 767px) {
    .secReviews {
        align-items: flex-start; }
    .secReviews .container {
        height: auto; }
    .secReviews ul {
        bottom: auto;
        height: calc(100vh - 240px); }
    .secReviews svg {
        width: 58px;
        height: 58px; }
    .secReviews .display .review {
        opacity: 0;
        pointer-events: none; }
    .secReviews .review {
        padding: 20px;
        font-size: 18px;
        line-height: 23px;
        bottom: 25px;
        top: auto;
        left: 25px;
        right: 25px;
        width: auto; }
    .secReviews .review.visible-description {
        opacity: 1;
        pointer-events: all; }
    .secReviews b {
        font-size: 13px;
        line-height: 18px; } }

.secAccordion .container, .secContacts .container, #footer .container {
    width: 100%;
    max-width: calc(1396px + 50px); }

@media (max-width: 767px) {
    .secAccordion {
        padding-bottom: 0; } }

.accordion {
    font-size: 0;
    line-height: 0;
    letter-spacing: 0;
    width: 100%;
    margin: 0 auto; }
.accordion > div {
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0.1em;
    display: inline-block;
    vertical-align: top;
    width: calc(50% - 20px);
    margin: 0 10px; }
@media (max-width: 767px) {
    .accordion > div {
        display: block;
        width: 100%;
        margin: 0 0 20px; } }

.accordion-item {
    margin: 0;
    padding: 40px 54px 0;
    width: calc(100% + 0px);
    background: rgba(48, 48, 48, 0.7);
    box-shadow: 0px 8px 35px rgba(0, 0, 0, 0.3);
    text-align: left;
    margin-bottom: 20px; }
.accordion-item.display .accordion-exp {
    position: relative;
    top: auto;
    left: auto;
    opacity: 1;
    pointer-events: auto; }
.accordion-item.display .accordion-header::after {
    opacity: 0; }
@media (max-width: 767px) {
    .accordion-item {
        padding: 32px 26px 10px; }
    .accordion-item p:last-child {
        margin-bottom: 0; } }

.accordion-header {
    display: block;
    position: relative;
    font-size: 15px;
    line-height: 18px;
    letter-spacing: 0.1em;
    padding: 0 54px 40px 0;
    cursor: pointer; }
.accordion-header::before, .accordion-header::after {
    content: '';
    position: absolute;
    transition: opacity 0.3s ease-in-out;
    background-color: var(--c-green); }
.accordion-header::before {
    top: 8px;
    right: 0;
    width: 14px;
    height: 1px; }
.accordion-header::after {
    top: 1px;
    right: 6px;
    height: 14px;
    width: 1px; }
.accordion-header strong {
    font-weight: normal; }
@media (max-width: 767px) {
    .accordion-header {
        padding: 0 32px 26px 0; } }

.accordion-exp {
    position: absolute;
    top: 0;
    left: -9999px;
    width: 100%;
    opacity: 0;
    pointer-events: none; }

.exp-holder {
    padding: 0 54px 24px 0; }

.secContacts {
    margin-bottom: 57px; }
.secContacts h2, .secContacts .h1 {
    font-size: 48px;
    line-height: 71px; }
@media (max-width: 767px) {
    .secContacts {
        margin-bottom: 0; }
    .secContacts h2, .secContacts .h1 {
        font-size: 36px;
        line-height: 53px; } }

.contacts {
    display: grid;
    grid-template-columns: 547px auto;
    gap: 0 20px;
    font-size: 16px;
    line-height: 25px;
    letter-spacing: 0.05em;
    text-align: left; }
.contacts > *:first-child {
    padding: 64px 75px 64px 118px;
    background-color: rgba(61, 61, 61, 0.7); }
.contacts .title {
    display: block;
    font-weight: bold;
    font-size: 24px;
    line-height: 28px;
    letter-spacing: 0.1em;
    margin-bottom: 14px; }
.contacts dl {
    padding: 20px 0 25px;
    margin: 0;
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
    letter-spacing: 0.1em;
    display: grid;
    grid-template-columns: 50px auto;
    align-items: center; }
.contacts dt, .contacts dd {
    margin: 0 0 25px; }
.contacts dt:last-child svg {
    width: 26px;
    height: 26px; }
.contacts svg {
    width: 24px;
    height: 24px; }
@media (max-width: 767px) {
    .contacts {
        display: block; }
    .contacts > *:first-child {
        padding: 30px 26px;
        margin-bottom: 32px; }
    .contacts > *:last-child {
        height: 560px; } }

.map {
    position: relative; }
.map iframe {
    z-index: 5; }

.marker {
    position: absolute;
    top: 50px;
    left: 100px;
    width: 70px;
    height: 70px;
    background: url(../images/icons/location-laser-tag.svg) no-repeat 50% 50%/cover;
    z-index: 10; }

.social {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 0 60px; }
.social svg {
    width: 30px;
    height: 30px;
    fill: #D8D8D8; }
.social > *:first-child svg {
    width: 40px;
    height: 40px;
    margin-right: -10px; }
.social > *:hover svg {
    fill: var(--c-green); }

.totop {
    position: absolute;
    right: 25px; }
@media (max-width: 767px) {
    .totop {
        position: relative;
        right: auto;
        order: 4; } }

#footer {
    height: 185px;
    display: flex;
    justify-content: space-between;
    align-items: center; }
#footer .container {
    display: flex;
    justify-content: space-between;
    align-items: center; }
#footer .logo {
    width: 200px;
    height: 200px;
    top: calc(50% - 109px);
    left: calc(50% - 101px); }
@media (max-width: 767px) {
    #footer {
        height: auto;
        padding-bottom: 30px; }
    #footer .container {
        flex-direction: column; }
    #footer .logo {
        position: relative;
        top: auto;
        left: auto;
        order: 1;
        width: 95px;
        height: 95px;
        margin-bottom: 26px; } }

.by, .copy {
    font-size: 16px;
    line-height: 19px;
    letter-spacing: 0.1em;
    font-weight: normal;
    color: var(--c-green); }
.by a, .copy a {
    color: inherit;
    font-weight: bold; }
.by a:hover, .copy a:hover {
    color: var(--c-text); }
@media (max-width: 767px) {
    .by, .copy {
        width: 100%;
        text-align: center; } }

.by {
    margin-right: 227px; }
@media (max-width: 767px) {
    .by {
        order: 2;
        margin: 0 0 30px; } }

@media (max-width: 767px) {
    .copy {
        order: 3;
        margin-bottom: 30px; } }
/*# sourceMappingURL=main.css.map */
