@charset "UTF-8";
/*! 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.
 */
html {
    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; }

@font-face {
    font-family: "SF Pro Display";
    font-style: normal;
    font-weight: normal;
    src: local("SF Pro Display Regular"), url("../fonts/sf-pro-display/SFPRODISPLAYREGULAR.woff") format("woff"); }

@font-face {
    font-family: "SF Pro Display";
    font-style: normal;
    font-weight: 500;
    src: local("SF Pro Display Medium"), url("../fonts/sf-pro-display/SFPRODISPLAYMEDIUM.woff") format("woff"); }

@font-face {
    font-family: "SF Pro Display";
    font-style: normal;
    font-weight: 600;
    src: local("SF Pro Display Bold"), url("../fonts/sf-pro-display/SFPRODISPLAYBOLD.woff") format("woff"); }

@font-face {
    font-family: "Maharlika";
    font-style: normal;
    font-weight: normal;
    src: local("Maharlika Regular"), url("../fonts/maharlika/Maharlika-Regular.woff") format("woff"); }

:root {
    --c-bg: #191D1B;
    --c-text: #C4C0B3;
    --c-gray: #656462;
    --c-light: #F9F4F1;
    --c-green: #66997F;
    --c-light-green: #74CFA1;
    --c-dark-green: #2C3F36;
    --c-button-pressed: #98917C; }

/* Slider */
.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent; }

.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0; }
.slick-list:focus {
    outline: none; }
.slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
    margin-left: auto;
    margin-right: auto; }
.slick-track:before, .slick-track:after {
    content: "";
    display: table; }
.slick-track:after {
    clear: both; }
.slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none; }
[dir="rtl"] .slick-slide {
    float: right; }
.slick-slide img {
    display: block; }
.slick-slide.slick-loading img {
    display: none; }
.slick-slide.dragging img {
    pointer-events: none; }
.slick-initialized .slick-slide {
    display: block; }
.slick-loading .slick-slide {
    visibility: hidden; }
.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
    display: none; }

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); } }

[data-simplebar] {
    position: relative;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-content: flex-start;
    align-items: flex-start; }

.simplebar-wrapper {
    overflow: hidden;
    width: inherit;
    height: inherit;
    max-width: inherit;
    max-height: inherit; }

.simplebar-mask {
    direction: inherit;
    position: absolute;
    overflow: hidden;
    padding: 0;
    margin: 0;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    width: auto !important;
    height: auto !important;
    z-index: 0; }

.simplebar-offset {
    direction: inherit !important;
    box-sizing: inherit !important;
    resize: none !important;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    padding: 0;
    margin: 0;
    -webkit-overflow-scrolling: touch; }

.simplebar-content-wrapper {
    direction: inherit;
    box-sizing: border-box !important;
    position: relative;
    display: block;
    height: 100%;
    /* Required for horizontal native scrollbar to not appear if parent is taller than natural height */
    width: auto;
    max-width: 100%;
    /* Not required for horizontal scroll to trigger */
    max-height: 100%;
    /* Needed for vertical scroll to trigger */
    scrollbar-width: none;
    -ms-overflow-style: none; }

.simplebar-content-wrapper::-webkit-scrollbar,
.simplebar-hide-scrollbar::-webkit-scrollbar {
    width: 0;
    height: 0; }

.simplebar-content:before,
.simplebar-content:after {
    content: ' ';
    display: table; }

.simplebar-placeholder {
    max-height: 100%;
    max-width: 100%;
    width: 100%;
    pointer-events: none; }

.simplebar-height-auto-observer-wrapper {
    box-sizing: inherit !important;
    height: 100%;
    width: 100%;
    max-width: 1px;
    position: relative;
    float: left;
    max-height: 1px;
    overflow: hidden;
    z-index: -1;
    padding: 0;
    margin: 0;
    pointer-events: none;
    flex-grow: inherit;
    flex-shrink: 0;
    flex-basis: 0; }

.simplebar-height-auto-observer {
    box-sizing: inherit;
    display: block;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    height: 1000%;
    width: 1000%;
    min-height: 1px;
    min-width: 1px;
    overflow: hidden;
    pointer-events: none;
    z-index: -1; }

.simplebar-track {
    z-index: 1;
    position: absolute;
    right: 0;
    bottom: 0;
    pointer-events: none;
    overflow: hidden; }

[data-simplebar].simplebar-dragging .simplebar-content {
    pointer-events: none;
    user-select: none;
    -webkit-user-select: none; }

[data-simplebar].simplebar-dragging .simplebar-track {
    pointer-events: all; }

.simplebar-scrollbar {
    position: absolute;
    left: 0;
    right: 0;
    min-height: 10px; }

.simplebar-scrollbar:before {
    position: absolute;
    content: '';
    background: black;
    border-radius: 7px;
    left: 2px;
    right: 2px;
    opacity: 0;
    transition: opacity 0.2s linear; }

.simplebar-scrollbar.simplebar-visible:before {
    /* When hovered, remove all transitions from drag handle */
    opacity: 0.5;
    transition: opacity 0s linear; }

.simplebar-track.simplebar-vertical {
    top: 0;
    width: 11px; }

.simplebar-track.simplebar-vertical .simplebar-scrollbar:before {
    top: 2px;
    bottom: 2px; }

.simplebar-track.simplebar-horizontal {
    left: 0;
    height: 11px; }

.simplebar-track.simplebar-horizontal .simplebar-scrollbar:before {
    height: 100%;
    left: 2px;
    right: 2px; }

.simplebar-track.simplebar-horizontal .simplebar-scrollbar {
    right: auto;
    left: 0;
    top: 2px;
    height: 7px;
    min-height: 0;
    min-width: 10px;
    width: auto; }

/* Rtl support */
[data-simplebar-direction='rtl'] .simplebar-track.simplebar-vertical {
    right: auto;
    left: 0; }

.hs-dummy-scrollbar-size {
    direction: rtl;
    position: fixed;
    opacity: 0;
    visibility: hidden;
    height: 500px;
    width: 500px;
    overflow-y: hidden;
    overflow-x: scroll; }

.simplebar-hide-scrollbar {
    position: fixed;
    left: 0;
    visibility: hidden;
    overflow-y: scroll;
    scrollbar-width: none;
    -ms-overflow-style: none; }

.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; }

.search .suggestions ul, .subscribe .suggestions ul, .ui-autocomplete, .breadcrumbs, .tabset .mobile-scroll > ul, .sitemap ul, #nav > ul, #menu, #menu ul, .product-description ul, .page-404 #main 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; }

[data-bg] {
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat; }

.input label, .blog-item .hover {
    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; }

body {
    color: var(--c-text);
    background: var(--c-bg);
    overscroll-behavior-y: none;
    font: 18px/25px "SF Pro Display", "Helvetica Neue", "Helvetica", sans-serif;
    min-width: 1440px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    height: 100%;
    overflow-y: scroll; }
@media (max-width: 767px) {
    body {
        min-width: 414px;
        font-size: 14px;
        line-height: 20px; } }

img {
    max-width: 100%;
    height: auto; }

.gm-style img {
    max-width: none; }

svg {
    transition: fill 0.3s ease; }

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6,
.h {
    display: block;
    font-weight: normal;
    font-family: "Maharlika", "Times", "Baskerville", "Georgia", serif;
    margin: 0 0 30px; }

h1, .h1 {
    font-size: 58px;
    line-height: 78px;
    color: var(--c-green);
    margin-bottom: 0; }
h1.lined, .h1.lined {
    margin-bottom: 32px; }
h1.lined b, .h1.lined b {
    position: relative;
    display: block;
    padding-left: 100px;
    font-weight: normal; }
h1.lined b::before, .h1.lined b::before {
    content: '';
    position: absolute;
    top: 34px;
    left: 0;
    width: 75px;
    background-color: var(--c-green);
    height: 1px; }
@media (max-width: 767px) {
    h1, .h1 {
        font-size: 32px;
        line-height: 43px; }
    h1.lined b, .h1.lined b {
        padding-left: 70px; }
    h1.lined b::before, .h1.lined b::before {
        width: 50px;
        top: 20px; } }

h2, .h2 {
    font-size: 46px;
    line-height: 60px; }
h2.toleft, .h2.toleft {
    text-transform: uppercase;
    font-size: 36px;
    line-height: 38px;
    transform: translateX(-20px);
    background: var(--c-bg);
    position: relative;
    z-index: 110; }
h2.toleft span, .h2.toleft span {
    display: inline-flex;
    padding: 12px 40px;
    border: 1px solid var(--c-text); }
.navigation h2.toleft, .navigation .h2.toleft {
    z-index: 0; }
@media (max-width: 767px) {
    h2, .h2 {
        font-size: 24px;
        line-height: 33px; }
    h2.toleft, .h2.toleft {
        display: none; } }

h3, .h3 {
    font-size: 28px;
    line-height: 35px; }

h4, .h4 {
    font-size: 24px;
    line-height: 34px;
    font-family: "SF Pro Display", "Helvetica Neue", "Helvetica", sans-serif;
    margin-bottom: 40px; }

h5, .h5 {
    font-size: 16px;
    line-height: 34px;
    font-weight: 500;
    font-family: "SF Pro Display", "Helvetica Neue", "Helvetica", sans-serif;
    letter-spacing: 0.2px;
    margin-bottom: 30px; }

h6, .h6 {
    font-size: 14px; }

p {
    margin: 0 0 26px; }
p a {
    color: var(--c-text); }
p a:hover {
    color: var(--c-red); }

a {
    color: var(--c-text);
    transition: color 0.3s ease;
    text-decoration: none; }
a:hover, a:focus {
    text-decoration: none;
    color: var(--c-green); }

.center {
    text-align: center; }

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:-webkit-autofill,
input:-internal-autofill-selected {
    -webkit-box-shadow: inset 0 0 0px 1000px white; }

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;
    color: #03061C;
    background: none;
    position: relative;
    padding: 10px 0;
    letter-spacing: 0.2px;
    font-size: 16px;
    line-height: 24px;
    outline: none; }
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 {
    color: transparent; }
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;
    color: transparent; }
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 {
    color: transparent; }
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 {
    color: transparent; }
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 {
    color: transparent; }
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; }
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; }
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; }
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; }
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; }

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; }

.button {
    display: inline-flex;
    justify-content: center;
    text-align: center;
    align-items: center;
    font-size: 16px;
    height: 56px;
    border: 1px solid var(--c-text);
    color: var(--c-text);
    padding: 0 32px;
    background: none;
    transition: 0.3s ease;
    transition-property: border-color, color, background-color; }
.button svg {
    width: 26px;
    height: 26px;
    transform: rotate(90deg);
    fill: var(--c-text);
    margin: 2px 0 0 16px;
    display: block; }
.button.invert {
    border-color: var(--c-bg);
    color: var(--c-bg); }
.button.invert svg {
    fill: var(--c-bg); }
.button:hover, .button:focus {
    border-color: var(--c-light-green);
    color: var(--c-light-green); }
.button:hover svg, .button:focus svg {
    fill: var(--c-light-green); }
.button:active {
    border-color: var(--c-button-pressed);
    background-color: var(--c-button-pressed);
    color: var(--c-bg); }
.button:active svg {
    fill: var(--c-bg); }
.button:disabled, .button.disabled {
    opacity: 0.35;
    pointer-events: none; }
.button.full {
    font-weight: 500;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    background-color: #E8E2D4;
    color: var(--c-bg);
    padding: 0 76px;
    height: 67px;
    border: none; }
.button.full svg {
    fill: var(--c-bg); }
.button.full:hover, .button.full:focus {
    background-color: var(--c-green);
    color: var(--c-text); }
.button.full:hover svg, .button.full:focus svg {
    fill: var(--c-text); }
.button.full:active {
    background-color: var(--c-button-pressed); }
.button.full:disabled, .button.full.disabled {
    pointer-events: none;
    background-color: #61625C;
    color: var(--c-text);
    opacity: 1; }
.button.full:disabled svg, .button.full.disabled svg {
    fill: var(--c-text); }
.button.more {
    border: none;
    padding-left: 0;
    padding-right: 0; }
.button.more:hover, .button.more:active {
    color: inherit;
    background: none; }
.button.more:hover svg, .button.more:active svg {
    transform: rotate(90deg) scale(1.3);
    fill: var(--c-text); }
.button.more svg {
    width: 54px;
    height: 54px;
    padding: 16px;
    border-radius: 50%;
    border: 1px solid var(--c-text);
    transition-property: transform; }

.input {
    display: block;
    width: 100%;
    position: relative;
    min-height: 44px;
    margin-bottom: 24px; }
.input:focus-within label span {
    transform: translate3d(0, -19px, 0) scale3d(0.6875, 0.6875, 1); }
.input:focus-within .code {
    opacity: 1; }
.input input,
.input textarea {
    position: relative;
    z-index: 10; }
.input input[type="tel"],
.input textarea[type="tel"] {
    padding-left: 72px; }
.input input:not(:placeholder-shown) + label span,
.input textarea:not(:placeholder-shown) + label span {
    opacity: 0.7;
    transform: translate3d(0, -19px, 0) scale3d(0.6875, 0.6875, 1); }
.input input:not(:placeholder-shown) ~ .code,
.input textarea:not(:placeholder-shown) ~ .code {
    opacity: 1; }
.input input:focus + label span,
.input textarea:focus + label span {
    opacity: 0.7;
    transform: translate3d(0, -19px, 0) scale3d(0.6875, 0.6875, 1); }
.input input.error + label::after,
.input textarea.error + label::after {
    background-color: var(--c-green); }
.input input.error ~ .error,
.input textarea.error ~ .error {
    opacity: 1; }
.input input.error ~ .error-icon,
.input textarea.error ~ .error-icon {
    opacity: 1; }
.input input.success ~ .success-icon,
.input textarea.success ~ .success-icon {
    opacity: 1; }
.input > svg {
    position: absolute;
    right: 10px;
    bottom: 10px;
    display: block;
    opacity: 0;
    pointer-events: none; }
.input label {
    pointer-events: none; }
.input label::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background-color: var(--c-bg);
    transition: background-color 0.3s ease; }
.input label span {
    position: absolute;
    top: 0;
    left: 0;
    padding: 10px 0;
    letter-spacing: 0.2px;
    font-size: 16px;
    line-height: 24px;
    color: var(--c-bg);
    opacity: 0.9;
    transform-origin: left center;
    transition: 0.3s ease;
    transition-property: transform, opacity; }
.input .code {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    padding: 10px 0;
    letter-spacing: 0.2px;
    font-size: 16px;
    line-height: 24px;
    color: var(--c-bg);
    pointer-events: none;
    transition: opacity 0.3s ease; }
.input .code::before {
    content: '';
    position: absolute;
    top: 50%;
    left: calc(100% + 16px);
    width: 1px;
    height: 16px;
    background-color: black;
    transform: translateY(-50%); }
.input span.error {
    position: absolute;
    left: 0;
    top: 100%;
    font-size: 11px;
    line-height: 15px;
    color: rgba(189, 70, 70, 0.7);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    opacity: 0;
    pointer-events: none;
    letter-spacing: 0.2px;
    transition: opacity 0.3s ease; }
.input span.error svg {
    display: block;
    margin-right: 5px; }

.search, .subscribe {
    position: absolute;
    top: -110px;
    left: 0;
    right: 0;
    height: 54px;
    z-index: 20; }
.search::before, .subscribe::before, .search::after, .subscribe::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    z-index: 2;
    background-color: var(--c-text); }
.search::after, .subscribe::after {
    right: calc(100% + 75px);
    left: auto;
    width: 2000px; }
.search .button, .subscribe .button {
    position: absolute;
    top: 0;
    right: 0;
    height: 54px;
    z-index: 5;
    letter-spacing: 0.2px; }
.search .button svg, .subscribe .button svg {
    fill: none;
    transform: none; }
.search .button:hover svg > *, .subscribe .button:hover svg > * {
    stroke: var(--c-light-green); }
.search input, .subscribe input {
    display: block;
    width: 100%;
    height: 100%;
    padding: 10px 0;
    font-size: 16px;
    color: #FCFCFC;
    line-height: 34px;
    font-weight: normal;
    letter-spacing: 0.2px; }
.search input::-webkit-input-placeholder, .subscribe input::-webkit-input-placeholder {
    color: rgba(252, 252, 252, 0.35); }
.search input::-moz-placeholder, .subscribe input::-moz-placeholder {
    opacity: 1;
    color: rgba(252, 252, 252, 0.35); }
.search input:-moz-placeholder, .subscribe input:-moz-placeholder {
    color: rgba(252, 252, 252, 0.35); }
.search input:-ms-input-placeholder, .subscribe input:-ms-input-placeholder {
    color: rgba(252, 252, 252, 0.35); }
.search input.placeholder, .subscribe input.placeholder {
    color: rgba(252, 252, 252, 0.35); }
.search input:-webkit-autofill, .subscribe input:-webkit-autofill, .search input:-internal-autofill-selected, .subscribe input:-internal-autofill-selected {
    -webkit-text-fill-color: #FCFCFC;
    -webkit-box-shadow: inset 0 0 0px 1000px var(--c-bg); }
.search .suggestions, .subscribe .suggestions {
    position: absolute;
    left: 0;
    right: 0;
    opacity: 0;
    pointer-events: none;
    top: calc(100% + 4px);
    padding: 25px 32px 23px;
    letter-spacing: 0.2px;
    background-color: #E8E2D4; }
.search .suggestions .title, .subscribe .suggestions .title {
    display: block;
    font-size: 14px;
    line-height: 24px;
    color: var(--c-gray);
    margin-bottom: 15px;
    cursor: default; }
.search .suggestions ul, .subscribe .suggestions ul {
    font-size: 16px;
    line-height: 24px;
    columns: 2; }
.search .suggestions ul li, .subscribe .suggestions ul li {
    padding-bottom: 9px; }
.search .suggestions ul a, .subscribe .suggestions ul a {
    display: inline-block;
    vertical-align: top;
    color: var(--c-bg); }
.search .suggestions ul a:hover, .subscribe .suggestions ul a:hover {
    color: var(--c-green); }
.search .suggestions.display, .subscribe .suggestions.display {
    opacity: 1;
    pointer-events: all; }
@media (max-width: 767px) {
    .search, .subscribe {
        position: relative;
        top: auto;
        left: auto;
        right: auto; }
    .search .button svg, .subscribe .button svg {
        display: none; } }

.ui-autocomplete {
    position: absolute;
    z-index: 999;
    letter-spacing: 0.2px;
    background-color: #E8E2D4;
    font-size: 16px;
    line-height: 24px;
    padding: 25px 32px 23px; }
.ui-autocomplete li {
    padding-bottom: 9px; }
.ui-autocomplete a {
    display: inline-block;
    vertical-align: top;
    color: var(--c-bg); }
.ui-autocomplete a:hover {
    color: var(--c-green); }
.ui-autocomplete::before {
    content: 'Search results:';
    display: block;
    font-size: 14px;
    line-height: 24px;
    color: var(--c-gray);
    margin-bottom: 15px;
    cursor: default; }

.get {
    background-color: #E2DBCA;
    display: flex;
    align-items: center;
    justify-content: center; }
.get .middle {
    width: 100%;
    max-width: 373px; }
.get .title {
    display: block;
    font: 66px/106.5% "Maharlika", "Times", "Baskerville", "Georgia", serif;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: var(--c-bg);
    margin-bottom: 12px; }
.get .button {
    display: flex;
    width: 100%;
    margin-top: 31px; }
@media (max-width: 767px) {
    .get {
        display: none; }
    .get .title {
        font-size: 34px;
        line-height: 42px; } }

.subscribe {
    position: relative;
    top: auto;
    left: auto;
    right: auto; }
.subscribe::after {
    display: none; }
.subscribe .button svg {
    transform: rotate(90deg);
    fill: var(--c-text); }
@media (max-width: 767px) {
    .subscribe {
        order: 3; } }

.select2 {
    width: 100% !important;
    min-width: 200px;
    min-height: 104px;
    display: inline-flex;
    font-weight: normal;
    font-size: 28px;
    line-height: 39px;
    border-right: 1px solid var(--c-text); }
.select2.select2-container--open .select2-selection {
    background-color: #E8E2D4; }
.select2.select2-container--open .select2-selection .select2-selection__rendered {
    color: var(--c-bg); }
.select2.select2-container--open .select2-selection .select2-selection__arrow {
    filter: contrast(1); }
.select2.select2-container--open .select2-selection .select2-selection__arrow {
    transform: scaleY(-1); }
.select2.select2-container {
    width: 100%;
    vertical-align: top; }
.select2 .selection {
    height: 100%;
    width: 100%; }
.select2 .select2-selection {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    background-color: var(--c-bg);
    border: none;
    transition: background-color 0.3s ease;
    border-radius: 0; }
.select2 .select2-selection:hover {
    background-color: #E8E2D4; }
.select2 .select2-selection:hover .select2-selection__rendered {
    color: var(--c-bg); }
.select2 .select2-selection:hover .select2-selection__arrow {
    filter: contrast(1); }
.select2 .select2-selection .select2-selection__rendered {
    line-height: 39px;
    height: 100%;
    display: inline-flex;
    align-items: center;
    color: var(--c-text);
    transition: color 0.3s ease-in-out; }
.select2 .select2-selection .select2-selection__rendered .select2-selection__placeholder {
    color: var(--c-text); }
.select2 .select2-selection .select2-selection__arrow {
    position: relative;
    top: auto;
    right: auto;
    background: url(../images/icons/arrow-down.svg) no-repeat 55% 50%/14px 14px;
    margin-top: 2px;
    filter: contrast(0) sepia(100);
    transition: 0.3s ease-in-out;
    transition-property: transform, filter; }
.select2 .select2-selection .select2-selection__arrow b {
    display: none; }
@media (max-width: 767px) {
    .select2 {
        min-height: 56px;
        border: none;
        font-size: 17px;
        line-height: 34px; }
    .select2:first-of-type .selection {
        border-top-width: 1px; }
    .select2 .selection {
        border: 1px solid var(--c-text);
        border-top-width: 0; }
    .select2 .select2-selection {
        justify-content: space-between;
        padding-left: 33px;
        padding-right: 23px; } }

.select2-dropdown {
    z-index: 9999;
    background-color: transparent;
    border: 0;
    margin: 0;
    overflow: hidden;
    border-radius: 0;
    margin-top: 1px; }
.select2-dropdown.select2-dropdown--above {
    margin-top: -1px; }
.select2-dropdown .select2-results > .select2-results__options {
    overflow-x: hidden;
    overflow-y: auto;
    max-height: 280px;
    padding: 26px 0;
    background-color: #E2DBCA;
    font-weight: normal;
    font-size: 20px;
    text-align: center;
    line-height: 28px; }
.select2-dropdown .select2-results .select2-results__option {
    position: relative;
    padding: 8px 0px;
    transition: 0.3s ease;
    transition-property: background-color, color;
    color: var(--c-bg); }
.select2-dropdown .select2-results .select2-results__option[aria-selected="true"], .select2-dropdown .select2-results .select2-results__option.select2-results__option--highlighted {
    color: var(--c-green);
    background-color: transparent; }
@media (max-width: 767px) {
    .select2-dropdown .select2-results > .select2-results__options {
        font-size: 17px;
        line-height: 24px;
        text-align: left;
        padding: 12px 0; }
    .select2-dropdown .select2-results .select2-results__option {
        padding: 8px 33px; } }

.select2-results__options {
    scrollbar-face-color: var(--c-green);
    scrollbar-track-color: white;
    overscroll-behavior: contain; }

:root {
    --scroll-bar: 8px; }

#wrapper {
    width: 100%;
    min-height: 100%;
    overflow: hidden;
    position: relative;
    padding: 101px 11px 0 120px; }
#wrapper::before {
    content: '';
    position: fixed;
    top: 0;
    left: 119px;
    bottom: 0;
    width: 1px;
    z-index: 50;
    background-color: var(--c-text); }
@media (max-width: 767px) {
    #wrapper {
        padding: 100px 24px 0; }
    #wrapper::before {
        display: none; } }

.container {
    max-width: 1440px;
    margin: 0 auto;
    padding: 0;
    position: relative; }

#main {
    padding: 24px 0 0;
    border-top: 1px solid var(--c-text); }
.copy-menu #main .menu-link {
    position: absolute;
    top: 44px;
    right: calc(52.121212121212125% - 18px);
    opacity: 1; }
.navigation #main .menu-link {
    opacity: 0; }
@media (max-width: 767px) {
    #main {
        border-top: none;
        padding: 0; }
    #main .menu-link {
        display: none; } }

.logo {
    display: block;
    width: 98px;
    height: 30px;
    position: relative;
    z-index: 110;
    margin: 42px 0 59px 11px; }
.logo svg {
    display: block; }
.logo svg path {
    transition: fill 0.3s ease; }
body:not(.navigation) .logo.black-style svg path {
    fill: var(--c-gray); }
.logo a {
    display: block;
    height: 100%;
    font-size: 0;
    line-height: 0; }
@media (max-width: 767px) {
    .logo {
        margin: 0; } }

.breadcrumbs {
    display: flex;
    flex-wrap: wrap;
    padding-left: 50px;
    font-size: 12px;
    line-height: 34px;
    letter-spacing: 0.2px;
    color: #E7E2D5;
    margin-bottom: 16px; }
.breadcrumbs li {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start; }
.breadcrumbs li::after {
    content: '';
    margin: 0 8px;
    background: url(../images/svg-icons/thin_long_down.svg) no-repeat 0 0/contain;
    transform: rotate(90deg);
    width: 20px;
    height: 20px; }
.breadcrumbs li:last-child::after {
    display: none; }
.breadcrumbs a {
    color: inherit;
    opacity: 0.4;
    transition-property: opacity; }
.breadcrumbs a:hover {
    opacity: 1;
    color: inherit; }
@media (max-width: 767px) {
    .breadcrumbs {
        padding-left: 0; } }

.page-head {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    align-items: flex-start;
    padding: 32px 100px; }
.page-head p {
    max-width: 330px;
    margin: 0 auto; }
.page-head.img {
    grid-template-columns: auto 52.121212121212125%;
    padding: 0 24px 0 50px;
    margin-bottom: 48px; }
.page-head.img > *:first-child {
    position: relative;
    padding: 106px 0 0 0; }
.page-head.img h1, .page-head.img .h1, .page-head.img h2, .page-head.img .h2 {
    margin-bottom: 32px;
    padding-right: 50px; }
.page-head.img h2, .page-head.img .h2 {
    color: var(--c-green);
    padding-left: 24px;
    max-width: 442px; }
.page-head.img p {
    margin-left: 95px; }
.page-head.big-text {
    font-size: 24px;
    line-height: 34px; }
.page-head h5, .page-head .h5 {
    font-size: 18px;
    font-weight: normal;
    opacity: 0.4;
    position: relative;
    margin: 4px 0; }
.page-head .quote {
    position: relative;
    font-size: 18px;
    line-height: 25px;
    font-weight: normal;
    padding: 20px 0 16px;
    max-width: 302px;
    margin-left: 143px !important; }
.page-head .quote::before, .page-head .quote::after {
    color: var(--c-green);
    font-size: 158px;
    line-height: 158px; }
.page-head .quote::before {
    left: -90px;
    top: -7px; }
.page-head .quote::after {
    right: -80px; }
.page-head .time {
    position: absolute;
    top: -42px;
    right: 33px;
    font-size: 18px;
    line-height: 25px;
    font-weight: normal; }
.page-head.multi {
    margin-bottom: 85px; }
.page-head.multi .page-img {
    min-height: 610px; }
.page-head.multi p {
    max-width: 202px;
    margin-left: 123px; }

.page-img {
    position: relative;
    transform: translateY(-135px);
    margin-bottom: -135px;
    z-index: 11;
    min-height: 768px;
    height: calc(100% + 135px); }
.page-img::before {
    content: '';
    position: absolute;
    top: -30px;
    left: -30px;
    right: -35px;
    bottom: 200px;
    background-color: var(--c-bg);
    pointer-events: none;
    z-index: 1; }
.page-img img {
    position: relative;
    z-index: 5;
    width: 100%;
    height: 100%;
    object-fit: cover; }
.page-img img:nth-of-type(n+2) {
    height: auto;
    position: absolute; }
.page-img img:nth-of-type(2) {
    top: 107px;
    left: -139px;
    width: 62.5%; }
.page-img img:nth-of-type(3) {
    bottom: -66px;
    right: 66px;
    width: 64%; }

@media (max-width: 767px) {
    .page-head {
        grid-template-columns: 1fr;
        padding: 0; }
    .page-head.img {
        grid-template-columns: 1fr;
        padding: 0; }
    .page-head.img > *:first-child {
        order: 2;
        padding-top: 24px; }
    .page-head.img p {
        margin: 0; }
    .page-head.img h1, .page-head.img .h1 {
        margin-bottom: 15px; }
    .page-head.img h2, .page-head.img .h2 {
        padding-left: 0; }
    .page-head p {
        margin: 0; }
    .page-head .quote {
        margin-left: 60px !important; }
    .page-head .quote::before, .page-head .quote::after {
        font-size: 122px;
        line-height: 122px; }
    .page-head .quote::before {
        left: -60px; }
    .page-head .quote::after {
        right: 0; }
    .page-head.multi {
        margin-bottom: 50px; }
    .page-head.multi .page-img {
        padding-top: 25px;
        min-height: auto; }
    .page-head.multi p {
        max-width: 100%; }
    .page-head.big-text {
        font-size: 14px;
        line-height: 20px; }
    .page-img {
        order: 1;
        min-height: auto;
        height: 213px;
        margin-bottom: 0;
        transform: none; }
    .page-img:before {
        display: none; }
    .page-img img:not(:first-of-type) {
        width: 100px;
        height: 140px; }
    .page-img img:not(:first-of-type):nth-of-type(2) {
        left: -25px;
        top: 0; }
    .page-img img:not(:first-of-type):nth-of-type(3) {
        right: -25px;
        bottom: -45px; } }

.tabset > input {
    display: block;
    position: absolute;
    left: -100%; }
.tabset > input:nth-child(1):checked ~ .mobile-scroll ul li:nth-child(1) label,
.tabset > input:nth-child(2):checked ~ .mobile-scroll ul li:nth-child(2) label,
.tabset > input:nth-child(3):checked ~ .mobile-scroll ul li:nth-child(3) label,
.tabset > input:nth-child(4):checked ~ .mobile-scroll ul li:nth-child(4) label,
.tabset > input:nth-child(5):checked ~ .mobile-scroll ul li:nth-child(5) label {
    background-color: #E8E2D4;
    font-weight: 600;
    color: var(--c-bg); }
.tabset > input:nth-child(1):checked ~ div > section:nth-child(1),
.tabset > input:nth-child(2):checked ~ div > section:nth-child(2),
.tabset > input:nth-child(3):checked ~ div > section:nth-child(3),
.tabset > input:nth-child(4):checked ~ div > section:nth-child(4),
.tabset > input:nth-child(5):checked ~ div > section:nth-child(5) {
    position: relative;
    top: auto;
    left: auto; }

.tabset .mobile-scroll > ul {
    position: relative;
    font-weight: 500;
    font-size: 24px;
    line-height: 32px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    justify-items: center;
    justify-content: space-between;
    margin-bottom: 63px; }
.tabset .mobile-scroll > ul li {
    width: 100%; }
.tabset .mobile-scroll > ul li:first-of-type label {
    border-left-width: 1px; }
.tabset .mobile-scroll > ul label {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
    width: 100%;
    height: 104px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    color: var(--c-light);
    border: solid var(--c-text);
    border-width: 1px 1px 1px 0;
    transition: background-color 0.3s ease-in-out; }

.tabset > div {
    position: relative; }
.tabset > div > section, .tabset > div > section h2 {
    position: absolute;
    top: -999em;
    left: -999em;
    width: 100%; }

.tabset h4, .tabset h5 {
    opacity: 0.4; }
.tabset h4 + h4, .tabset h5 + h4 {
    opacity: 1; }

.tabset section {
    padding: 0 50px; }

@media (max-width: 767px) {
    .tabset {
        padding-top: 30px; }
    .tabset .mobile-scroll {
        overflow-x: scroll;
        white-space: nowrap;
        margin-left: -24px;
        margin-right: -24px; }
    .tabset .mobile-scroll > ul {
        padding-left: 24px;
        padding-right: 24px;
        margin-bottom: 30px;
        font-size: 20px;
        line-height: 27px; }
    .tabset .mobile-scroll > ul li:last-child label {
        margin-right: 24px; }
    .tabset .mobile-scroll > ul label {
        padding: 0 24px;
        height: 72px; }
    .tabset section {
        padding: 0; } }

.accordion {
    counter-reset: numbers;
    border: solid #c4c4c4;
    border-width: 1px 1px 0 0;
    margin: 0 -50px;
    width: calc(100% + 100px); }
.accordion-item {
    position: relative;
    display: grid;
    grid-template-columns: 195px auto;
    counter-increment: numbers;
    padding-right: 242px;
    border-bottom: 1px solid #c4c4c4;
    margin-bottom: -1px; }
.accordion-item::before {
    content: counter(numbers, decimal-leading-zero);
    color: var(--c-text);
    font-size: 94px;
    line-height: 127px;
    font-family: "Maharlika", "Times", "Baskerville", "Georgia", serif;
    text-align: center;
    transition: color 0.3s ease-in-out;
    padding: 27px 0 0;
    border: solid #c4c4c4;
    border-width: 1px 0;
    margin-bottom: -1px; }
.accordion-item:first-of-type::before {
    border-top-width: 0; }
.accordion-item.display::before {
    color: var(--c-light-green); }
.accordion-item.display .accordion-title {
    color: var(--c-light-green); }
.accordion-item.display .accordion-expand {
    position: relative;
    top: auto;
    left: auto;
    opacity: 1;
    pointer-events: auto; }
.accordion-item.display .icon {
    transform: scale(1) translateY(-36px); }
.accordion-title {
    position: relative;
    display: flex;
    align-content: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    cursor: pointer;
    font-size: 38px;
    line-height: 51px;
    font-weight: normal;
    font-family: "Maharlika", "Times", "Baskerville", "Georgia", serif;
    padding: 38px 0 38px 40px;
    transition: color 0.3s ease-in-out;
    border-left: 1px solid #c4c4c4;
    min-height: 166px; }
.accordion-expand {
    position: absolute;
    top: 0;
    left: -9999px;
    width: 100%;
    opacity: 0;
    pointer-events: none;
    grid-column: 2;
    padding: 16px 0 40px 40px;
    border-left: 1px solid #c4c4c4;
    letter-spacing: 2px; }
.accordion .icon {
    position: absolute;
    top: calc(50% - 38px);
    right: 88px;
    width: 72px;
    height: 73px;
    fill: var(--c-text);
    transform: scale(-1);
    transition: 0.3s ease-in-out;
    transition-property: transform; }
@media (max-width: 767px) {
    .accordion {
        margin: 0;
        width: 100%;
        border: none; }
    .accordion-item {
        display: block;
        padding: 0;
        margin-bottom: 30px;
        border: 1px solid var(--c-text); }
    .accordion-item::before {
        position: absolute;
        top: 0;
        left: 0;
        font-size: 30px;
        line-height: 30px;
        padding: 3px 19px 5px;
        width: 100px;
        border-width: 1px;
        border-top-color: var(--c-bg);
        border-left-color: var(--c-bg);
        text-align: left;
        margin: -1px 0 0 -1px;
        z-index: 5; }
    .accordion-item:first-child::before {
        border-top-width: 1px; }
    .accordion-item.display .icon {
        transform: scale(1); }
    .accordion-title {
        display: block;
        padding: 16px 10px 10px 20px;
        text-indent: 106px;
        font-size: 26px;
        line-height: 38px;
        border: none;
        min-height: auto; }
    .accordion .icon {
        top: 0;
        left: 58px;
        width: 30px;
        height: 30px; }
    .accordion-expand {
        border: none;
        padding: 0 20px; } }

.help-ask {
    background-color: #E2DBCA;
    padding: 68px;
    text-align: center;
    margin-right: -11px;
    margin-left: -50px;
    margin-right: -61px; }
.help-ask strong {
    display: block;
    color: var(--c-bg);
    font-weight: normal;
    font-size: 46px;
    line-height: 62px;
    font-family: "Maharlika", "Times", "Baskerville", "Georgia", serif;
    margin-bottom: 3px; }
.help-ask span {
    display: block;
    letter-spacing: 1.5px;
    color: #656462;
    opacity: 0.5;
    margin-bottom: 24px; }

.sitemap {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 110px 50px;
    padding: 0 0 140px;
    font-size: 20px;
    line-height: 28px; }
.sitemap h3 {
    font-size: 36px;
    line-height: 34px;
    letter-spacing: 0.2px;
    margin-bottom: 16px; }
.sitemap li {
    position: relative;
    padding: 0 0 10px 20px; }
.sitemap li::before {
    content: '';
    position: absolute;
    top: 10px;
    left: 0;
    width: 7px;
    height: 7px;
    background-color: var(--c-light-green); }
@media (max-width: 767px) {
    .sitemap {
        grid-template-columns: 1fr;
        gap: 40px 0;
        padding: 0; } }

.terms {
    counter-reset: term;
    margin-bottom: 80px; }
.terms h4 {
    counter-increment: term;
    font-weight: 700;
    opacity: 1;
    margin: 56px 0 16px; }
.terms h4::before {
    content: counter(term) ". "; }
.terms h4:first-of-type {
    margin-top: 0; }
.terms-info {
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0.2px;
    margin-bottom: 56px; }
h4 + .terms-info {
    margin-top: -24px; }
.terms-info > * {
    display: block; }
.terms-holder {
    padding: 0 0 0 120px !important; }
@media (max-width: 767px) {
    .terms {
        margin-bottom: 10px; } }

@media (min-width: 768px) {
    #scrollNav {
        max-height: 500px;
        overflow-y: auto;
        overflow-x: hidden; }
    #scrollNav .simplebar-vertical {
        width: 7px;
        right: 8px;
        top: 8px;
        bottom: 8px;
        z-index: 10;
        pointer-events: all; }
    #scrollNav .simplebar-vertical::before {
        content: '';
        position: absolute;
        top: 0;
        left: 3px;
        bottom: 0;
        width: 1px;
        background-color: rgba(255, 255, 255, 0.75); }
    #scrollNav .simplebar-vertical .simplebar-scrollbar {
        border-radius: 9px;
        cursor: pointer;
        background-color: var(--c-light-green);
        display: block; }
    #scrollNav .simplebar-vertical .simplebar-scrollbar::before {
        display: none; } }

#header {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 120px;
    z-index: 100; }
#header::before {
    content: '';
    position: absolute;
    left: 0;
    top: 101px;
    width: 100%;
    height: 1px;
    z-index: 110;
    background-color: var(--c-text);
    transition: width 0.3s ease; }
#header::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 1px;
    z-index: 110;
    opacity: 0;
    background-color: var(--c-text);
    transition: opacity 0.3s ease; }
.navigation #header::after {
    opacity: 1; }
@media (max-width: 767px) {
    #header {
        height: auto;
        width: 100%;
        right: 0;
        padding: 40px 24px 20px;
        display: flex;
        justify-content: space-between;
        background: var(--c-bg); }
    #header::before, #header::after {
        display: none; }
    #header .social {
        display: none;
        position: fixed;
        top: auto;
        left: 24px;
        right: 24px;
        bottom: 0;
        transform: none;
        grid-column: auto;
        padding: 30px 0;
        border-top: 1px solid var(--c-text);
        justify-content: space-between; }
    #header .social svg {
        width: 46px;
        height: 46px; }
    .navigation #header .social {
        display: flex; } }

.menu-link {
    display: block;
    width: 30px;
    height: 30px;
    z-index: 112;
    position: relative;
    margin: 0 0 0 41px; }
.menu-link span {
    position: absolute;
    top: calc(50% - 1px);
    left: 0;
    right: 0;
    height: 2px;
    background-color: var(--c-text);
    transition: background 0s 0.3s 0s; }
.menu-link span:after, .menu-link span:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    height: 2px;
    background-color: var(--c-text);
    transition-duration: 0.3s, 0.3s, 0s;
    transition-delay: 0.3s, 0s, 0s; }
.menu-link span:after {
    top: -5px;
    transition-property: top, transform, background; }
.menu-link span:before {
    bottom: -5px;
    margin-left: 13px;
    transition-property: bottom, transform, background, margin; }
.menu-link:hover span::before {
    margin: 0; }
body:not(.navigation) .menu-link.black-style span {
    background-color: var(--c-gray); }
body:not(.navigation) .menu-link.black-style span::after, body:not(.navigation) .menu-link.black-style span::before {
    background-color: var(--c-gray); }
.navigation .menu-link span {
    background-color: transparent; }
.navigation .menu-link span:after, .navigation .menu-link span:before {
    transition-delay: 0s, 0.3s; }
.navigation .menu-link span:after {
    top: 0;
    transform: rotate(45deg); }
.navigation .menu-link span:before {
    bottom: 0;
    margin: 0;
    transform: rotate(-45deg); }
.copy-menu .menu-link {
    opacity: 0;
    transition: opacity 0.3s ease-in-out; }
.copy-menu .menu-link.display {
    opacity: 1; }
.navigation .menu-link {
    opacity: 1; }
@media (max-width: 767px) {
    .menu-link {
        opacity: 1 !important; } }

#nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    padding: 158px 69px 80px 204px;
    background-color: var(--c-bg);
    display: grid;
    column-gap: 75px;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease;
    grid-template-columns: repeat(2, 1fr); }
#nav > ul {
    height: 100%;
    padding: 30px 0;
    font: 60px/106.5% "Maharlika", "Times", "Baskerville", "Georgia", serif;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex-wrap: wrap; }
#nav > ul a {
    color: #C0B5A0;
    opacity: 0.55; }
#nav > ul a:hover {
    opacity: 1;
    color: #E8E2D4; }
#nav > ul .active a {
    opacity: 1;
    color: #E8E2D4; }
#nav .nav-img {
    overflow: hidden;
    position: relative;
    height: 100%; }
#nav .nav-img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0;
    transition: opacity 0.3s ease-in-out; }
#nav .nav-img img.display {
    opacity: 1; }
#nav .nav-right {
    position: relative; }
.navigation #nav {
    opacity: 1;
    pointer-events: all; }
@media (max-width: 767px) {
    #nav {
        padding: 100px 24px;
        display: flex;
        flex-direction: column; }
    #nav > ul {
        order: 2;
        font-size: 32px;
        line-height: 34px;
        text-align: center; }
    #nav .nav-right {
        order: 1; }
    #nav .nav-img {
        display: none; } }

.social {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 110;
    display: grid;
    row-gap: 40px;
    padding-top: 80px;
    grid-template-columns: repeat(1, 1fr);
    transform: translate(-50%, -50%);
    transition: transform 0.3s ease-in-out; }
.social a {
    display: block;
    opacity: 0.5;
    transition-property: opacity; }
.social a:hover {
    opacity: 1; }
.social svg {
    display: block; }
.social svg path {
    transition: fill 0.3s ease; }
body:not(.navigation) .social .black-style svg path {
    fill: var(--c-gray); }
.home-page:not(.navigation) .social {
    transform: translate(-50%, 50%); }
.home-page:not(.navigation) .social svg {
    width: 24px;
    height: 24px; }

.customScroll {
    overflow-y: auto;
    overflow-x: hidden;
    max-height: 100vh; }

.simplebar-content {
    padding-right: 240px !important; }
@media (max-width: 767px) {
    .simplebar-content {
        padding-right: 40px !important; } }

.simplebar-track {
    right: 108px;
    width: 40px !important;
    background-color: transparent; }
.simplebar-track::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    width: 5px;
    background-color: #E2DBCA;
    border-radius: 20px;
    transform: translateX(-50%); }
@media (max-width: 767px) {
    .simplebar-track {
        right: 2px;
        width: 20px !important; }
    .simplebar-track::before {
        width: 3px;
        bottom: 30px !important; } }

.simplebar-scrollbar {
    background-color: var(--c-green);
    border-radius: 50%;
    transition: background-color 0.3s ease-in-out;
    opacity: 1; }
.simplebar-scrollbar::before {
    display: none; }
.simplebar-scrollbar::after {
    content: '';
    position: absolute;
    bottom: 40px;
    left: 50%;
    border-radius: 20px;
    transform: translateX(-50%);
    z-index: -1;
    background-color: var(--c-green);
    width: 5px;
    height: 2000px;
    transition: background-color 0.3s ease-in-out; }
.simplebar-hover .simplebar-scrollbar {
    background-color: var(--c-light-green); }
.simplebar-hover .simplebar-scrollbar::after {
    background-color: var(--c-light-green); }
@media (max-width: 767px) {
    .simplebar-scrollbar {
        height: 20px !important; }
    .simplebar-scrollbar::after {
        width: 3px;
        bottom: 15px; } }

.results {
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 0 50px;
    justify-content: start;
    align-items: end;
    padding: 32px 70px 40px; }
@media (max-width: 767px) {
    .results {
        display: block;
        padding: 0;
        margin-bottom: 40px; } }

.tags {
    display: flex;
    flex-wrap: wrap;
    gap: 15px 27px;
    justify-content: center; }
.tags > * {
    opacity: 0.4;
    transition-property: opacity; }
.tags > *:hover {
    opacity: 1;
    color: inherit; }
@media (max-width: 767px) {
    .tags {
        justify-content: flex-start;
        gap: 5px 15px; }
    .tags > * {
        line-height: 18px; } }

#footer {
    position: relative;
    height: 100vh;
    display: grid;
    margin-right: -11px;
    min-height: 702px;
    grid-template-columns: repeat(2, 1fr); }
#footer::before {
    content: '';
    position: absolute;
    top: 0;
    left: -120px;
    bottom: 0;
    width: 120px;
    background-color: #E2DBCA; }
#footer::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    height: 1px;
    background-color: var(--c-text);
    z-index: 5; }
#footer .footer-holder {
    padding: 56px;
    color: #FCFCFC;
    display: flex;
    align-items: center;
    position: relative; }
#footer .footer-holder .middle {
    width: 100%;
    padding-bottom: 48px;
    position: relative; }
#footer .footer-holder dl {
    margin: 0 0 72px;
    display: grid;
    font-size: 14px;
    line-height: 24px;
    row-gap: 17px;
    letter-spacing: 0.2px;
    grid-template-columns: 72px 1fr; }
#footer .footer-holder dl dd {
    margin: 0;
    color: #C4C0B4; }
#footer .footer-holder dl a {
    color: #C4C0B4;
    border-bottom: 1px solid; }
#footer .footer-holder dl a:hover {
    color: var(--c-green); }
#footer .footer-holder > .social {
    display: none;
    position: relative;
    top: auto;
    left: auto;
    transform: none;
    padding: 26px 34px 26px 24px;
    margin: 0 -24px 25px;
    background-color: var(--c-text);
    width: calc(100% + 48px);
    justify-content: space-around;
    align-items: center; }
#footer .footer-holder > .social svg {
    fill: #D8D8D8;
    width: 50px;
    height: 50px; }
#footer .footer-holder > .social a:last-child {
    opacity: 1; }
#footer .footer-holder > .social a:last-child svg {
    width: 32px;
    height: 32px;
    margin-left: 10px; }
#footer .bottom {
    position: absolute;
    left: 56px;
    bottom: 18px;
    font-size: 12px;
    line-height: 135%;
    letter-spacing: 1.5px;
    color: #FCFCFC;
    display: flex;
    flex-wrap: wrap;
    align-items: center; }
#footer .bottom > a {
    display: inline-flex;
    margin: 0 6px 0 7px;
    position: relative;
    font-weight: 500;
    color: #FCFCFC; }
#footer .bottom > a::before {
    content: '';
    position: absolute;
    top: 3px;
    left: -7px;
    bottom: 3px;
    width: 1px;
    background-color: #FCFCFC; }
#footer .bottom > a:hover, #footer .bottom > a.active {
    color: var(--c-green); }
#footer .bottom .by {
    color: #C4C4C4;
    position: relative;
    padding-left: 7px; }
#footer .bottom .by::before {
    content: '';
    position: absolute;
    top: 3px;
    left: 0;
    bottom: 3px;
    width: 1px;
    background-color: #FCFCFC; }
#footer .bottom .by a {
    color: #FCFCFC; }
#footer .bottom .by a:hover {
    color: var(--c-green); }
#footer.contact-style {
    height: calc(100vh - 101px); }
#footer.contact-style::after {
    width: 50%; }
#footer.contact-style::before {
    display: none; }
#footer.contact-style .breadcrumbs {
    position: absolute;
    top: 24px;
    left: 52px; }
#footer.contact-style .lined {
    margin-bottom: 56px; }
#footer.contact-style .get,
#footer.contact-style #map {
    margin-top: -101px; }
#footer.contact-style .footer-holder {
    justify-content: center; }
#footer.contact-style .footer-holder .middle {
    width: auto;
    padding-bottom: 100px; }
#footer.contact-style .toggle-visible {
    right: 48px;
    top: auto;
    bottom: 150px; }
#footer.contact-style dl {
    grid-template-columns: 96px 1fr;
    max-width: 414px; }
#footer.contact-style dl dt {
    font-size: 18px;
    line-height: 34px;
    letter-spacing: 0.2px; }
#footer.contact-style dl dd {
    font-weight: 500;
    font-size: 24px;
    line-height: 34px;
    letter-spacing: 0.2px; }
@media (max-width: 767px) {
    #footer {
        display: flex;
        flex-direction: column;
        min-height: auto;
        height: auto;
        margin-right: 0;
        padding-top: 68px; }
    #footer::before, #footer::after {
        display: none; }
    #footer .footer-holder {
        padding: 0;
        display: flex;
        flex-direction: column; }
    #footer .footer-holder .middle {
        display: flex;
        flex-direction: column;
        padding-bottom: 40px; }
    #footer .footer-holder dl {
        order: 2;
        margin-bottom: 33px; }
    #footer .footer-holder > .social {
        display: flex; }
    #footer .bottom {
        position: relative;
        left: auto;
        bottom: auto;
        justify-content: center;
        gap: 22px 0;
        padding-bottom: 45px; }
    #footer .bottom > a:first-of-type::after {
        content: '';
        position: absolute;
        top: 3px;
        right: -6px;
        bottom: 3px;
        width: 1px;
        background-color: #FCFCFC; }
    #footer .bottom > a:nth-of-type(2)::before {
        display: none; }
    #footer.contact-style {
        grid-template-columns: 1fr;
        padding-top: 0;
        height: auto; }
    #footer.contact-style .breadcrumbs {
        position: relative;
        top: auto;
        left: auto; }
    #footer.contact-style .footer-holder {
        align-items: flex-start;
        justify-content: flex-start; }
    #footer.contact-style .footer-holder > .social {
        display: none; }
    #footer.contact-style .footer-holder .middle {
        padding-bottom: 0; }
    #footer.contact-style .get {
        display: flex;
        margin-top: 0;
        margin-left: -24px;
        margin-right: -24px;
        padding: 0 24px 50px; }
    #footer.contact-style .toggle-visible {
        display: block;
        bottom: auto;
        top: 44px;
        right: -5px;
        z-index: 5; }
    #footer.contact-style .lined {
        margin-bottom: 30px;
        padding-right: 90px; }
    #footer.contact-style dl dd {
        font-size: 20px;
        line-height: 30px; }
    #footer.contact-style .middle {
        padding-bottom: 0; }
    #footer.contact-style #map {
        margin-top: 0;
        top: auto;
        bottom: 0;
        left: -24px;
        right: -24px;
        width: auto; } }

.follow {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 120px;
    padding: 0 50px 0 60px;
    background-color: #E2DBCA;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 16px;
    line-height: 34px;
    letter-spacing: 0.2px;
    color: var(--c-bg); }
.follow .social {
    position: relative;
    top: auto;
    left: auto;
    transform: none;
    padding: 0;
    display: flex;
    width: 75%;
    align-items: center;
    justify-content: space-between;
    z-index: 1; }
@media (max-width: 767px) {
    .follow {
        position: relative;
        left: auto;
        right: auto;
        bottom: auto;
        padding: 0;
        margin: 0 -24px;
        padding: 0 24px;
        width: calc(100% + 48px); } }

#map {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 50%;
    background-color: var(--c-bg);
    opacity: 0;
    z-index: 10;
    pointer-events: none;
    transition: opacity 0.3s ease; }
#map.display {
    opacity: 1;
    pointer-events: all; }

.toggle-visible {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 14px;
    line-height: 34px;
    letter-spacing: 0.2px;
    text-align: center;
    color: #FCFCFC;
    min-width: 60px;
    text-align: center;
    transition: color 0.3s ease; }
.toggle-visible::after {
    content: attr(data-visible);
    display: block; }
.toggle-visible svg {
    display: block;
    width: 54px;
    height: 64px;
    margin: 0 auto 2px;
    fill: var(--c-green); }
.toggle-visible.selected {
    color: var(--c-light-green); }
.toggle-visible.selected::after {
    content: attr(data-hide); }
.toggle-visible.selected svg {
    fill: var(--c-light-green); }
@media (max-width: 767px) {
    .toggle-visible {
        display: none; } }

.copyright {
    font-style: normal;
    margin-right: 6px; }

#menu {
    display: grid;
    column-gap: 24px;
    margin-bottom: 96px;
    grid-template-columns: repeat(3, 1fr); }
#menu strong {
    display: block;
    font-weight: 600;
    font-size: 16px;
    line-height: 135%;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: #FCFCFC; }
#menu > li > a {
    display: inline-block;
    font-weight: 600;
    font-size: 16px;
    line-height: 135%;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: #FCFCFC; }
#menu > li > a:hover {
    color: var(--c-green); }
#menu ul {
    font-size: 14px;
    line-height: 135%;
    letter-spacing: 1.5px;
    padding-top: 16px; }
#menu ul li {
    padding-bottom: 4px; }
#menu ul a {
    display: inline-block;
    color: #FCFCFC; }
#menu ul a:hover {
    color: var(--c-green); }
#menu ul .active a {
    color: var(--c-green); }
@media (max-width: 767px) {
    #menu {
        grid-template-columns: repeat(2, 1fr);
        order: 1;
        margin-bottom: 35px;
        padding-bottom: 11px;
        border-bottom: 1px solid #E2DBCA; }
    #menu > li:nth-child(2) {
        grid-column: 1 / span 2;
        padding-top: 11px; }
    #menu > li:nth-child(2) ul {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 0 24px; }
    #menu > li:nth-child(3) {
        grid-row: 1;
        grid-column: 2; }
    #menu > li:nth-child(3) li:nth-child(3), #menu > li:nth-child(3) li:nth-child(4) {
        display: none; }
    #menu ul li {
        padding-bottom: 25px; } }

.products {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(366px, 1fr));
    margin-bottom: 80px; }
.products.swiper {
    display: block;
    margin-bottom: 26px;
    overflow: visible; }
.products.swiper::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 5;
    left: -120px;
    right: -11px;
    pointer-events: none;
    border: solid var(--c-bg);
    border-width: 0 11px 0 120px; }
.products.swiper::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 1px;
    z-index: 10;
    pointer-events: none;
    background-color: var(--c-text); }
.products.swiper .product-item {
    display: block;
    width: 100%;
    height: 100%;
    margin: 0;
    border-width: 1px 1px 1px 0; }
.products.swiper .swiper-button-next,
.products.swiper .swiper-button-prev {
    position: absolute;
    width: 102px;
    height: 102px;
    left: auto;
    right: 0;
    z-index: 20;
    top: auto;
    margin: 0;
    bottom: 9px;
    opacity: 1 !important; }
.products.swiper .swiper-button-next::after,
.products.swiper .swiper-button-prev::after {
    display: none; }
.products.swiper .swiper-button-next svg,
.products.swiper .swiper-button-prev svg {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    display: block;
    fill: var(--c-text);
    padding: 0 26px;
    border: 1px solid var(--c-text);
    background-color: var(--c-bg); }
.products.swiper .swiper-button-next.swiper-button-disabled,
.products.swiper .swiper-button-prev.swiper-button-disabled {
    pointer-events: none; }
.products.swiper .swiper-button-next {
    right: 1px;
    transform: rotate(90deg) translateX(50%); }
.products.swiper .swiper-button-prev {
    transform: rotate(-90deg) translateX(-50%);
    right: 110px; }
.products.swiper + .see-more {
    margin-bottom: 100px; }
.products:not(.swiper) + .see-more {
    display: none; }

.product-item {
    padding: 38px 40px 49px;
    position: relative;
    font-size: 48px;
    line-height: 65px;
    font-family: "Maharlika", "Times", "Baskerville", "Georgia", serif;
    overflow: hidden;
    border: 1px solid var(--c-text);
    margin: 0 0 -1px -1px;
    perspective: 1200px; }
.product-item > * {
    pointer-events: none; }
.product-item .pic {
    height: 357px; }
.product-item img {
    width: 100%;
    height: 100%;
    object-fit: cover; }

.product-title {
    margin-bottom: 26px;
    font-weight: normal;
    height: 130px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden; }

.product-page {
    display: grid;
    grid-template-columns: auto 52.48834%;
    gap: 0 20px;
    font-size: 20px;
    line-height: 28px;
    color: #F9F4F1;
    padding-right: 24px; }
.product-page h1 {
    font-size: 36px;
    line-height: 49px;
    font-weight: normal;
    color: var(--c-text);
    padding-top: 59px;
    padding-left: 50px;
    margin-bottom: 42px; }
.product-page h5 {
    font-size: 16px;
    line-height: 34px;
    letter-spacing: 0.2px;
    font-weight: normal;
    margin-bottom: 5px;
    opacity: 0.4; }
.product-page + .share {
    padding: 22px 0 76px 50px;
    justify-content: flex-start; }

.product-size, .product-details, .product-description {
    border: solid var(--c-text);
    border-width: 1px 1px 0 0; }

.product-size {
    padding: 24px 25px 34px 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    font-size: 24px;
    line-height: 34px; }
.product-size h5 {
    flex: 100%; }
.product-size span {
    display: block;
    margin-bottom: 2px; }
.product-size span:last-child {
    margin-bottom: 0; }
.product-size img {
    max-width: 54%;
    object-fit: contain; }

.product-details {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    font-size: 24px;
    line-height: 34px; }
.product-details > * {
    padding: 24px 50px 70px; }
.product-details > *:nth-child(2) {
    border-left: 1px solid var(--c-text);
    position: relative; }
.product-details .button {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding-left: 20px;
    padding-right: 20px; }
.product-details .colors {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px 22px;
    margin-bottom: 27px; }
.product-details .colors > * {
    display: block;
    width: 49px;
    height: 49px;
    border-radius: 50%;
    overflow: hidden;
    background-size: cover; }

.product-description {
    padding: 40px 50px; }
.product-description p:last-child {
    margin-bottom: 8px; }
.product-description ul {
    margin-bottom: 26px; }
.product-description ul:last-child {
    margin-bottom: 3px; }
.product-description li {
    padding: 0 0 10px 20px;
    position: relative; }
.product-description li::before {
    content: '';
    position: absolute;
    top: 11px;
    left: 0;
    width: 7px;
    height: 7px;
    background-color: var(--c-light-green); }
.product-description > img {
    display: block;
    margin: 40px 0; }

.product-content {
    border-bottom: 1px solid var(--c-text); }

.product-visual {
    transform: translateY(-135px);
    margin-bottom: -135px;
    background: var(--c-bg);
    position: relative; }
.product-visual::after {
    content: '';
    position: absolute;
    top: 0;
    right: -30px;
    height: 100px;
    width: 100px;
    background-color: var(--c-bg);
    pointer-events: none;
    z-index: -1; }
.product-visual .swiper {
    overflow: hidden !important; }
.product-visual .swiper::before, .product-visual .swiper::after {
    display: none; }

@media (max-width: 767px) {
    .products.swiper {
        margin-bottom: 32px; }
    .products.swiper::before, .products.swiper::after {
        display: none; }
    .products.swiper .product-item {
        margin: 0;
        border-width: 1px; }
    .products.swiper .swiper-button-next,
    .products.swiper .swiper-button-prev {
        width: 44px;
        height: 44px;
        bottom: 0; }
    .products.swiper .swiper-button-next svg,
    .products.swiper .swiper-button-prev svg {
        padding: 0 12px; }
    .products.swiper .swiper-button-next {
        right: -3px; }
    .products.swiper .swiper-button-prev {
        right: 47px; }
    .products.swiper + .see-more {
        margin-bottom: 65px; }
    .products.swiper + .see-more:last-child {
        margin-bottom: 0; }
    .products:not(.swiper) {
        grid-template-columns: repeat(2, 1fr);
        margin-bottom: 24px; }
    .products:not(.swiper) .product-item {
        font-size: 18px;
        line-height: 24px;
        padding: 18px; }
    .products:not(.swiper) .product-item .pic {
        height: 160px; }
    .products:not(.swiper) .product-title {
        height: 48px;
        margin-bottom: 7px; }
    .products:not(.swiper) + .see-more {
        display: block;
        margin-bottom: 0; }
    .product-item {
        padding: 34px;
        font-size: 32px;
        line-height: 43px; }
    .product-item .pic {
        height: 320px; }
    .product-page {
        grid-template-columns: 1fr;
        padding-right: 0;
        font-size: 16px;
        line-height: 22px; }
    .product-page h1, .product-page .h1 {
        padding: 0;
        font-size: 24px;
        line-height: 32px;
        text-align: center;
        margin-bottom: 30px; }
    .product-page h5, .product-page .h5 {
        font-size: 14px;
        line-height: 20px; }
    .product-page + .share {
        padding: 30px 0 38px 0px; }
    .product-visual {
        width: calc(100vw - 48px);
        order: 1;
        transform: none;
        margin-bottom: 0; }
    .product-visual::after {
        display: none; }
    .product-visual .prod {
        margin-bottom: 7px; }
    .product-content {
        order: 2; }
    .product-description {
        padding: 25px 20px;
        border-left: 1px solid var(--c-text); }
    .product-description ul {
        font-size: 18px;
        line-height: 25px; }
    .product-details {
        grid-template-columns: 1fr;
        border-left: 1px solid var(--c-text);
        font-size: 16px;
        line-height: 22px; }
    .product-details > div:nth-child(n) {
        padding: 15px 20px 20px;
        border: none; }
    .product-details .colors {
        display: flex;
        flex-wrap: wrap;
        gap: 19px;
        margin-bottom: 20px; }
    .product-details .button {
        position: relative;
        bottom: auto;
        left: auto;
        right: auto;
        width: calc(100% + 40px);
        margin: 0 -20px -20px; }
    .product-size {
        padding: 15px 20px 20px;
        font-size: 16px;
        line-height: 22px;
        border-left: 1px solid var(--c-text); }
    .product-size span {
        margin-bottom: 8px; }
    .product-title {
        height: 77px;
        padding-right: 10px; } }

.prod {
    border: 1px solid var(--c-text);
    height: 773px; }
.prod .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center; }
.prod img {
    object-fit: contain; }
@media (max-width: 767px) {
    .prod {
        height: 443px; } }

.thumbs .swiper-slide {
    width: 50px !important;
    height: 50px;
    position: relative;
    cursor: pointer; }
.thumbs .swiper-slide::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border: 1px solid transparent;
    transition: border-color 0.3s ease-in-out;
    z-index: 4; }
.thumbs .swiper-slide img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover; }
.thumbs .swiper-slide.swiper-slide-thumb-active::before {
    border-color: var(--c-light-green); }
.thumbs .swiper-slide.video::before, .thumbs .swiper-slide.video::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }
.thumbs .swiper-slide.video:before {
    background: rgba(0, 0, 0, 0.4);
    z-index: 2; }
.thumbs .swiper-slide.video::after {
    background: url(../images/icons/play-big.svg) no-repeat 50% 50%/24px 24px;
    z-index: 5;
    transition: transform 0.3s ease-in-out; }
.thumbs .swiper-slide.video:hover::after {
    transform: scale(1.25); }

@media (max-width: 767px) {
    .thumbs {
        margin-bottom: 24px; }
    .thumbs .swiper-wrapper {
        justify-content: center; }
    .thumbs .swiper-slide {
        width: 6px !important;
        height: 6px;
        border-radius: 50%;
        border: 1px solid var(--c-text);
        background: transparent; }
    .thumbs .swiper-slide::before {
        display: none; }
    .thumbs .swiper-slide img {
        display: none; }
    .thumbs .swiper-slide.swiper-slide-thumb-active {
        background-color: var(--c-text); }
    .thumbs .swiper-slide.video::before, .thumbs .swiper-slide.video::after {
        display: none; } }

.animate {
    transform: rotate3d(1, 0, 0, 90deg);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none; }

.in-top .animate {
    transform-origin: 50% 0%;
    animation: in-top 500ms ease 0ms 1 forwards; }

.in-right .animate {
    transform-origin: 100% 0%;
    animation: in-right 500ms ease 0ms 1 forwards; }

.in-bottom .animate {
    transform-origin: 50% 100%;
    animation: in-bottom 500ms ease 0ms 1 forwards; }

.in-left .animate {
    transform-origin: 0% 0%;
    animation: in-left 500ms ease 0ms 1 forwards; }

.out-top .animate {
    transform-origin: 50% 0%;
    animation: out-top 500ms ease 0ms 1 forwards; }

.out-right .animate {
    transform-origin: 100% 50%;
    animation: out-right 500ms ease 0ms 1 forwards; }

.out-bottom .animate {
    transform-origin: 50% 100%;
    animation: out-bottom 500ms ease 0ms 1 forwards; }

.out-left .animate {
    transform-origin: 0% 0%;
    animation: out-left 500ms ease 0ms 1 forwards; }

@keyframes in-top {
    from {
        transform: rotate3d(-1, 0, 0, 90deg); }
    to {
        transform: rotate3d(0, 0, 0, 0deg); } }

@keyframes in-right {
    from {
        transform: rotate3d(0, -1, 0, 90deg); }
    to {
        transform: rotate3d(0, 0, 0, 0deg); } }

@keyframes in-bottom {
    from {
        transform: rotate3d(1, 0, 0, 90deg); }
    to {
        transform: rotate3d(0, 0, 0, 0deg); } }

@keyframes in-left {
    from {
        transform: rotate3d(0, 1, 0, 90deg); }
    to {
        transform: rotate3d(0, 0, 0, 0deg); } }

@keyframes out-top {
    from {
        transform: rotate3d(0, 0, 0, 0deg); }
    to {
        transform: rotate3d(-1, 0, 0, 104deg); } }

@keyframes out-right {
    from {
        transform: rotate3d(0, 0, 0, 0deg); }
    to {
        transform: rotate3d(0, -1, 0, 104deg); } }

@keyframes out-bottom {
    from {
        transform: rotate3d(0, 0, 0, 0deg); }
    to {
        transform: rotate3d(1, 0, 0, 104deg); } }

@keyframes out-left {
    from {
        transform: rotate3d(0, 0, 0, 0deg); }
    to {
        transform: rotate3d(0, 1, 0, 104deg); } }

.page-404 #wrapper, .page-404 #main {
    padding-top: 0;
    padding-right: 0;
    border-top-width: 0; }

.page-404 #main {
    background: rgba(25, 29, 27, 0.059);
    box-shadow: inset 74.0667px -74.0667px 74.0667px rgba(19, 22, 21, 0.059), inset -74.0667px 74.0667px 74.0667px rgba(255, 255, 255, 0.059);
    backdrop-filter: blur(364.408px);
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center; }
.page-404 #main img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    max-width: 541px; }
.page-404 #main strong {
    font-size: 32px;
    line-height: 45px;
    font-family: "Maharlika", "Times", "Baskerville", "Georgia", serif;
    margin-bottom: 32px;
    max-width: 704px;
    font-weight: normal; }
.page-404 #main ul {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0 64px;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 0.035em;
    margin-bottom: 49px; }
.page-404 #main li {
    position: relative; }
.page-404 #main li::before {
    content: '';
    position: absolute;
    left: -32px;
    top: 0;
    bottom: 0;
    width: 1px;
    background-color: var(--c-text); }
.page-404 #main li:first-of-type::before {
    display: none; }

.page-404 #header::after {
    display: none; }

@media (max-width: 767px) {
    .page-404 #main {
        box-shadow: none;
        background: none;
        backdrop-filter: none;
        padding-right: 24px; }
    .page-404 #main img {
        margin: 30px 0; }
    .page-404 #main strong {
        font-size: 24px;
        line-height: 35px; }
    .page-404 #main ul {
        flex-wrap: wrap;
        gap: 15px 50px; }
    .page-404 #main li {
        text-align: left; }
    .page-404 #main li::before {
        left: -26px; }
    .page-404 #main li:nth-child(4)::before {
        display: none; } }

.filters {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    text-align: center;
    border-top: 1px solid var(--c-text); }
@media (max-width: 767px) {
    .filters {
        grid-template-columns: 1fr;
        margin-bottom: 32px;
        border: none; } }

.blog {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(436px, 1fr));
    color: #fcfcfc;
    font-weight: 300;
    letter-spacing: 1.5px;
    margin-bottom: 36px; }
.blog h2, .blog .h2 {
    grid-column: 1 / -1;
    text-transform: uppercase;
    font-size: 36px;
    line-height: 38px;
    transform: translateX(-20px);
    background: var(--c-bg);
    position: relative;
    z-index: 110;
    margin-bottom: 38px;
    margin-top: -13px; }
.blog h2 span, .blog .h2 span {
    display: inline-flex;
    padding: 14px 40px 4px;
    border: 1px solid var(--c-text); }
.navigation .blog h2, .navigation .blog .h2 {
    z-index: 0; }
.blog-item {
    color: inherit;
    font-size: 14px;
    line-height: 19px;
    border: solid var(--c-text);
    border-width: 1px 1px 1px 0;
    perspective: 900px;
    margin-top: -1px; }
.blog-item:hover .hover {
    opacity: 1;
    pointer-events: all; }
.blog-item:hover footer svg:hover {
    transform: rotate(90deg) scale(1.3); }
.blog-item .hover {
    z-index: 5;
    opacity: 0;
    pointer-events: none;
    background-color: #E8E2D4;
    transition: opacity 0.3s ease; }
.blog-item .hover .pic {
    height: calc(100% - 88px); }
.blog-item .hover footer {
    padding: 0;
    color: black;
    display: flex;
    height: 88px;
    letter-spacing: 1.5px;
    justify-content: center;
    text-align: center;
    align-items: center;
    background: none; }
.blog-item .hover footer svg {
    width: 54px;
    height: 54px;
    padding: 12px;
    border-radius: 50%;
    margin-left: 20px;
    transform: rotate(90deg);
    border: 1px solid #03061C;
    transition-property: transform; }
.blog footer {
    display: block;
    padding: 24px 36px 36px;
    background-color: var(--c-bg); }
.blog .pic {
    overflow: hidden;
    height: 338px; }
.blog p {
    margin-bottom: 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height: 38px; }
.blog img {
    width: 100%;
    height: 100%;
    object-fit: cover; }
.blog .time {
    display: block;
    opacity: 0.4;
    font-size: 12px;
    line-height: 16px; }
.blog-title {
    font-size: 24px;
    line-height: 32px;
    text-transform: uppercase;
    font-weight: normal;
    font-family: "Maharlika", "Times", "Baskerville", "Georgia", serif;
    margin-bottom: 8px;
    letter-spacing: normal;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden; }
.blog.swiper-style {
    display: block;
    margin-bottom: 100px; }
.blog.swiper-style .swiper-button-next,
.blog.swiper-style .swiper-button-prev {
    width: 60px;
    height: 60px;
    bottom: -5px; }
.blog.swiper-style .swiper-button-next svg,
.blog.swiper-style .swiper-button-prev svg {
    padding: 0 13px; }
.blog.swiper-style .swiper-button-next {
    right: -4px;
    transform: rotate(90deg) translateX(75%); }
.blog.swiper-style .swiper-button-prev {
    right: 64px;
    transform: rotate(-90deg) translateX(-75%); }
.blog.swiper-style h2, .blog.swiper-style .h2 {
    margin-top: 0;
    margin-bottom: 25px; }
.blog.swiper-style .pic {
    height: 179px; }
.blog.swiper-style p {
    -webkit-line-clamp: 3;
    min-height: 57px; }
.blog.swiper-style .blog-title {
    min-height: 64px;
    -webkit-line-clamp: 2; }
.blog.swiper-style footer {
    padding: 9px 29px 30px; }
.blog.swiper-style .time {
    margin-bottom: 4px; }
.blog.swiper-style .blog-item .hover .pic {
    height: calc(100% - 78px); }
.blog.swiper-style .blog-item .hover footer {
    height: 78px;
    padding: 4px 36px; }
.blog-page {
    display: grid;
    grid-template-columns: auto 52.121212121212125%;
    margin-bottom: 120px;
    padding-top: 50px; }
.blog-visual {
    padding-right: 24px;
    padding-left: 13px; }
.blog-content {
    padding: 12px 106px 0 67px;
    font-size: 24px;
    line-height: 34px;
    letter-spacing: 2px; }
.blog-content h3, .blog-content .h3 {
    font-family: "SF Pro Display", "Helvetica Neue", "Helvetica", sans-serif;
    margin-bottom: 15px; }
.blog-content p {
    margin-bottom: 32px; }
@media (max-width: 767px) {
    .blog {
        grid-template-columns: 1fr; }
    .blog h2, .blog .h2 {
        transform: none;
        z-index: 1; }
    .blog .swiper::before, .blog .swiper::after {
        display: none; }
    .blog .swiper *[class*="-item"] {
        border-left-width: 1px; }
    .blog-item {
        border-left-width: 1px; }
    .blog.swiper-style {
        margin-bottom: 10px; }
    .blog.swiper-style .swiper-button-next,
    .blog.swiper-style .swiper-button-prev {
        width: 44px;
        height: 44px; }
    .blog.swiper-style .swiper-button-next svg,
    .blog.swiper-style .swiper-button-prev svg {
        padding: 0 12px; }
    .blog.swiper-style .swiper-button-next {
        right: -3px; }
    .blog.swiper-style .swiper-button-prev {
        right: 47px; }
    .blog-page {
        grid-template-columns: 1fr;
        padding-top: 10px;
        margin-bottom: 40px; }
    .blog-content {
        padding: 0;
        font-size: 20px;
        line-height: 30px; }
    .blog-visual {
        padding: 0; } }

.see-more {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 56px; }
@media (max-width: 767px) {
    .see-more .button {
        width: 100%; } }

.mosaic {
    margin-right: -11px; }
.mosaic-item {
    display: grid;
    grid-template-columns: 52.121212121212125% auto;
    align-items: center;
    color: var(--c-light);
    margin-bottom: 32px; }
.mosaic-item:nth-child(even), .mosaic-item.even {
    grid-template-columns: auto 52.121212121212125%; }
.mosaic-item:nth-child(even) .mosaic-text, .mosaic-item.even .mosaic-text {
    order: 1; }
.mosaic-item:nth-child(even) .mosaic-pic, .mosaic-item.even .mosaic-pic {
    order: 2; }
.mosaic-item.awards {
    align-items: flex-start; }
.mosaic-item.awards .mosaic-text {
    text-align: center;
    padding: 128px 50px 153px 60px !important;
    width: auto !important; }
.mosaic-item.awards .mosaic-text img {
    width: 100%;
    object-fit: contain;
    max-width: 514px; }
.mosaic-item.awards .mosaic-pic img {
    max-width: 92.72274%;
    left: auto;
    right: 0; }
.mosaic-item.video {
    align-items: flex-end;
    grid-template-columns: 37.27% auto !important;
    min-height: 767px; }
.mosaic-item.video h1, .mosaic-item.video .h1 {
    text-transform: uppercase;
    font-size: 60px;
    line-height: 64px; }
.mosaic-item.video p {
    margin: 0 !important;
    max-width: 300px; }
.mosaic-item.video .mosaic-text {
    order: 1 !important;
    align-items: flex-end;
    padding-bottom: 55px !important; }
.mosaic-item.video .mosaic-pic {
    order: 2 !important; }
.mosaic-text {
    padding: 80px 80px 50px 110px;
    max-width: 677px;
    margin: 0 auto; }
.mosaic-pic {
    position: relative;
    overflow: hidden;
    height: 100%; }
.mosaic-pic img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover; }
.mosaic p {
    max-width: 280px;
    margin: 0 auto 22px 112px; }
.mosaic-head {
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    line-height: 34px;
    flex-wrap: wrap;
    margin-bottom: 10px; }
.mosaic .date {
    font-size: 12px;
    line-height: 34px;
    letter-spacing: 0.2px;
    color: #709280; }
.mosaic h1, .mosaic .h1 {
    display: block;
    max-width: 340px;
    color: var(--c-light);
    margin-bottom: 24px;
    font-size: 68px;
    line-height: 77px; }
.mosaic h1 b, .mosaic .h1 b {
    display: block;
    font-size: 18px;
    line-height: 20px;
    font-weight: normal;
    margin-top: -14px; }
.mosaic h1.bug, .mosaic .h1.bug {
    text-transform: uppercase; }
.mosaic.about {
    margin-top: 140px;
    margin-bottom: 120px; }
.mosaic.about + .block-gray {
    margin-top: -120px; }
.mosaic.about .mosaic-item {
    position: relative;
    color: var(--c-bg);
    margin-bottom: 0; }
.mosaic.about .mosaic-item:nth-child(n) {
    grid-template-columns: repeat(2, 1fr); }
.mosaic.about .mosaic-item:last-child .mosaic-text {
    order: 2; }
.mosaic.about .mosaic-item:last-child .mosaic-pic {
    order: 1; }
.mosaic.about .mosaic-item:last-child h1, .mosaic.about .mosaic-item:last-child .h1 {
    text-transform: uppercase; }
.mosaic.about .mosaic-text {
    padding-bottom: 80px;
    width: 360px;
    padding-left: 0;
    padding-right: 0; }
.mosaic.about .mosaic-text h1, .mosaic.about .mosaic-text .h1 {
    max-width: 100%; }
.mosaic.about .mosaic-text p {
    margin-left: 80px; }
.mosaic.about h1, .mosaic.about .h1 {
    color: var(--c-bg); }
@media (max-width: 767px) {
    .mosaic {
        margin-left: -24px;
        margin-right: -24px; }
    .mosaic-item {
        display: flex;
        flex-direction: column; }
    .mosaic-item.video {
        font-size: 18px;
        line-height: 25px; }
    .mosaic-item.video h1, .mosaic-item.video .h1 {
        font-size: 36px;
        line-height: 38px;
        padding-right: 70px; }
    .mosaic-item.video img {
        position: relative; }
    .mosaic-item.video .mosaic-pic {
        order: 1 !important; }
    .mosaic-item.video .mosaic-text {
        order: 2 !important; }
    .mosaic-item.awards {
        display: flex;
        flex-direction: column; }
    .mosaic-item.awards h2, .mosaic-item.awards .h2 {
        margin-bottom: 0; }
    .mosaic-item.awards .mosaic-text {
        padding: 82px 43px 36px !important; }
    .mosaic-item.awards .block-green {
        order: 3;
        margin: 0 43px -89px; }
    .mosaic-item:last-child h1, .mosaic-item:last-child .h1 {
        font-size: 42px;
        line-height: 47px; }
    .mosaic-item:nth-child(even) .mosaic-pic {
        order: 1; }
    .mosaic-item:nth-child(even) .mosaic-text {
        order: 2; }
    .mosaic-text {
        order: 1;
        padding: 30px 24px;
        width: 100%; }
    .mosaic-pic {
        height: 213px;
        width: calc(100% - 48px);
        margin: 0 24px; }
    .mosaic.about {
        margin-bottom: 94px; }
    .mosaic.about .mosaic-text {
        padding: 65px 44px; }
    .mosaic.about .mosaic-pic {
        display: none; }
    .mosaic.about .mosaic-pic.play {
        display: block;
        width: 100%;
        margin: 0; }
    .mosaic p {
        max-width: 300px;
        margin: 0 !important; }
    .mosaic-head {
        align-items: center;
        justify-content: space-between;
        flex-wrap: nowrap; }
    .mosaic .date {
        white-space: nowrap; }
    .mosaic h1, .mosaic .h1 {
        font-size: 40px;
        line-height: 50px;
        margin-bottom: 15px; }
    .mosaic .button.more {
        margin-top: 20px; } }

.play {
    position: relative;
    display: block; }
.play::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    background: url(../images/icons/play.svg) no-repeat 0 0/contain;
    width: 94px;
    height: 94px;
    transform: translate(-50%, -50%);
    transition: transform 0.3s ease-in-out; }
.play:hover::after {
    transform: translate(-50%, -50%) scale(1.3); }
.play img {
    width: 100%;
    height: 100%;
    object-fit: cover; }
@media (max-width: 767px) {
    .play {
        height: 414px; }
    .play::after {
        width: 54px;
        height: 54px; } }

.swiper {
    display: block;
    margin-bottom: 26px;
    overflow: visible;
    width: 100%;
    position: relative; }
.swiper::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 5;
    left: -120px;
    right: -11px;
    pointer-events: none;
    border: solid var(--c-bg);
    border-width: 0 11px 0 120px; }
.swiper::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 1px;
    z-index: 10;
    pointer-events: none;
    background-color: var(--c-text); }
.swiper *[class*="-item"] {
    display: block;
    width: 100%;
    height: 100%;
    margin: 0;
    border-width: 1px 1px 1px 0; }
.swiper .swiper-button-next,
.swiper .swiper-button-prev {
    position: absolute;
    width: 102px;
    height: 102px;
    left: auto;
    right: 0;
    z-index: 20;
    top: auto;
    margin: 0;
    bottom: 0;
    opacity: 1 !important; }
.swiper .swiper-button-next::after,
.swiper .swiper-button-prev::after {
    display: none; }
.swiper .swiper-button-next svg,
.swiper .swiper-button-prev svg {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    display: block;
    fill: var(--c-text);
    padding: 0 26px;
    border: 1px solid var(--c-text);
    transition-property: transform, background-color, opacity, border-color, fill;
    background-color: var(--c-bg); }
.swiper .swiper-button-next.swiper-button-disabled,
.swiper .swiper-button-prev.swiper-button-disabled {
    pointer-events: none;
    opacity: 0.35 !important; }
.swiper .swiper-button-next:hover svg,
.swiper .swiper-button-prev:hover svg {
    background-color: var(--c-light-green);
    border-color: #F9F4F1;
    fill: #F9F4F1; }
.swiper .swiper-button-next:active svg,
.swiper .swiper-button-prev:active svg {
    background-color: var(--c-green);
    border-color: #F9F4F1;
    fill: #F9F4F1; }
.swiper .swiper-button-next {
    right: 1px;
    transform: rotate(90deg) translateX(50%); }
.swiper .swiper-button-prev {
    transform: rotate(-90deg) translateX(-50%);
    right: 110px; }

.benefits {
    width: 100%;
    position: relative;
    display: grid;
    margin-bottom: 100px;
    grid-template-columns: repeat(4, 1fr); }

.benefit-item {
    font-size: 14px;
    line-height: 135%;
    color: var(--c-text);
    letter-spacing: 1.5px;
    position: relative;
    border: solid var(--c-text);
    border-width: 1px 1px 1px 0;
    padding: 30px 45% 33px 30px;
    transition-property: color, background-color;
    overflow: hidden; }
.benefit-item::before {
    content: '';
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--c-text);
    transition: .5s;
    z-index: -1; }
.benefit-item strong {
    display: block;
    text-transform: uppercase;
    font: 24px/135% "Maharlika", "Times", "Baskerville", "Georgia", serif;
    letter-spacing: normal;
    white-space: nowrap;
    margin-bottom: 3px; }
.benefit-item p {
    margin: 0; }
.benefit-item .icon {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    display: flex;
    width: 50%;
    align-items: center;
    justify-content: center; }
.benefit-item .icon svg {
    display: block;
    transition: transform 0.6s ease-in-out; }
.benefit-item .icon svg path,
.benefit-item .icon svg circle {
    transition: stroke 0.3s ease; }
.benefit-item:hover {
    color: black; }
.benefit-item:hover::before {
    top: 0; }
.benefit-item:hover .icon svg {
    transform: rotateY(360deg); }
.benefit-item:hover .icon svg path,
.benefit-item:hover .icon svg circle {
    stroke: black; }

@media (max-width: 767px) {
    .benefits {
        grid-template-columns: repeat(2, 1fr);
        margin-bottom: 65px; }
    .benefit-item {
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: 0 16px;
        padding: 10px 20px;
        border-width: 1px;
        margin: 0 0 -1px -1px; }
    .benefit-item strong {
        font-size: 18px;
        line-height: 24px;
        flex-shrink: 1;
        white-space: normal; }
    .benefit-item p {
        display: none; }
    .benefit-item .icon {
        position: relative;
        top: auto;
        right: auto;
        bottom: auto;
        width: 52px;
        flex-shrink: 0; } }

.visuals {
    margin-right: -11px;
    position: relative;
    overflow: hidden; }
.visuals + .mosaic {
    margin-top: 0; }

.visual-item {
    display: block;
    position: relative;
    overflow: hidden; }
.visual-item::before {
    content: '';
    display: block;
    padding-top: 58.18181818181818%; }
.visual-item > img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover; }
.visual-item:nth-child(even) .visual-desc {
    left: auto;
    right: 72px;
    color: #FCFCFC;
    display: grid;
    column-gap: 100px;
    grid-template-columns: repeat(2, 1fr); }

.visual-desc {
    position: absolute;
    top: 72px;
    left: 72px;
    color: var(--c-bg); }
.visual-desc strong {
    display: block;
    font: 58px/135% "Maharlika", "Times", "Baskerville", "Georgia", serif; }
.visual-desc .icons {
    display: grid;
    padding-top: 12px;
    width: 48px;
    row-gap: 12px;
    grid-template-columns: repeat(1, 1fr); }

@media (max-width: 767px) {
    .visuals {
        margin: 0 -24px; }
    .visual-item::before {
        padding-top: 169.083%; }
    .visual-item:nth-child(even) .visual-desc {
        display: block;
        right: auto;
        left: 30px; }
    .visual-desc {
        top: 30px;
        left: 30px; }
    .visual-desc strong {
        font-size: 36px;
        line-height: 49px; }
    .visual-desc img {
        max-width: 152px; }
    .visual-desc .icons {
        display: none; } }

.block-gray {
    background-color: #656462;
    padding: 100px 180px 100px 60px;
    color: #F9F4F1;
    font-weight: 300;
    font-size: 32px;
    line-height: 45px;
    margin-bottom: -1px;
    position: relative;
    z-index: 9;
    margin-right: -11px; }
.block-gray > * {
    max-width: 1200px;
    margin: 0 auto; }
.block-gray h1, .block-gray .h1 {
    text-transform: uppercase;
    color: #F9F4F1;
    margin-bottom: 24px;
    display: block; }
.block-gray h1 b::before, .block-gray .h1 b::before {
    background-color: #F9F4F1; }
.block-gray p {
    margin-left: 142px;
    margin-bottom: 0; }

.block-green {
    position: absolute;
    color: var(--c-text);
    padding: 60px 50px;
    background: var(--c-dark-green);
    font-weight: normal;
    font-size: 24px;
    line-height: 34px;
    letter-spacing: 1px;
    width: 438px;
    bottom: 0;
    left: 52.121212121212125%;
    transform: translateY(calc(100% - 241px));
    z-index: 1; }
.block-green.left {
    left: 52.121212121212125%;
    transform: translate(calc(-100% + 17px), calc(-100% + 114px)); }
.block-green.right {
    left: 47%; }

.block-light {
    background-color: #E2DBCA;
    color: var(--c-bg);
    font-size: 32px;
    line-height: 45px;
    font-weight: 300;
    padding: 77px 60px 36px;
    margin-bottom: 52px; }
.block-light h1, .block-light .h1 {
    font-size: 68px;
    line-height: 77px;
    color: var(--c-bg);
    margin-bottom: 22px; }
.block-light p {
    padding: 0 100px; }

@media (max-width: 767px) {
    .block-green {
        font-size: 16px;
        line-height: 22px;
        padding: 44px;
        position: relative;
        left: auto;
        right: auto;
        width: auto;
        margin-top: -100px;
        margin-left: 43px;
        margin-right: 43px; }
    .block-green.left, .block-green.right {
        left: auto;
        right: auto;
        transform: none; }
    .block-gray {
        margin-right: -24px;
        margin-left: -24px;
        padding: 60px 24px;
        font-size: 20px;
        line-height: 33px; }
    .block-gray p {
        margin: 0; }
    .block-light {
        padding: 40px 32px;
        font-size: 14px;
        line-height: 20px;
        margin: 0 -24px 44px; }
    .block-light h1, .block-light .h1 {
        font-size: 28px;
        line-height: 32px;
        margin-bottom: 6px; }
    .block-light p {
        margin: 0;
        padding: 0 18px; } }

.main-gallery {
    margin-bottom: 122px;
    position: relative;
    z-index: 60; }
.main-gallery .button {
    position: absolute;
    left: -60px;
    bottom: 32px;
    z-index: 110;
    height: 58px;
    background-color: var(--c-bg); }
.main-gallery .swiper {
    height: 768px;
    margin: 0; }
.main-gallery .swiper::before, .main-gallery .swiper::after {
    display: none; }
.main-gallery .swiper .swiper-slide {
    background-position: center;
    background-size: cover;
    height: 100%; }
.main-gallery .swiper .swiper-slide:not(.swiper-slide-active) .page-img {
    transform: scale(0.4362) translate(35%, -89px);
    transform-origin: center right; }
.main-gallery .swiper .swiper-slide:not(.swiper-slide-active) .count {
    right: auto;
    left: calc(35% + 110px);
    bottom: auto;
    top: -69px; }
.main-gallery .swiper .swiper-slide-prev .page-img::before {
    opacity: 0; }
.main-gallery .page-head.img {
    margin: 0;
    align-items: flex-start; }
.main-gallery .page-head.img > div:not([class]) {
    position: relative;
    width: 100%;
    height: 100%;
    padding: 134px 53px 0 44px; }
.main-gallery .page-head.img p {
    margin: 0 0 0 265px; }
.main-gallery .page-head.img .lined {
    font-size: 48px;
    line-height: 65px;
    color: #C4C0B4;
    margin-bottom: 40px; }
.main-gallery .page-head.img .lined b::before {
    background-color: #C4C0B4; }
.main-gallery .count {
    position: absolute;
    right: calc(100% + 18px);
    bottom: 43px;
    opacity: 0.35;
    color: #FCFCFC;
    z-index: 20;
    font: 66px/159% "Maharlika", "Times", "Baskerville", "Georgia", serif;
    transition: 0.3s ease;
    transition-property: top, left, right, bottom; }
.main-gallery .page-img {
    transform: translateY(-89px);
    margin-bottom: -89px;
    transition: transform 0.3s ease; }
.main-gallery .slide-more {
    position: absolute;
    top: 359px;
    left: 82px;
    width: 100px;
    height: 100px; }
.main-gallery .slide-more:hover svg {
    transform: rotate(90deg) scale(1.3);
    fill: var(--c-text); }
.main-gallery .slide-more svg {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    display: block;
    fill: var(--c-text);
    padding: 0 26px;
    border: 1px solid var(--c-text);
    transition-property: transform;
    background-color: var(--c-bg);
    transform: rotate(90deg); }
.main-gallery .prevSlide {
    position: absolute;
    top: 134px;
    right: calc(100% + 6px);
    height: 334px;
    width: 294px; }
.main-gallery .prevSlide .count {
    font-size: 24px;
    line-height: 38px;
    right: auto;
    left: calc(50% + 6px);
    transform: translate(-50%, -22px);
    bottom: auto;
    top: 0;
    z-index: -1; }
.main-gallery .prevSlide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: opacity 0.3s ease-in-out;
    opacity: 1; }
.main-gallery .prevSlide img:nth-of-type(2) {
    position: absolute;
    bottom: 0;
    left: 0;
    opacity: 0; }
.main-gallery .prevSlide img.display {
    opacity: 1; }
@media (max-width: 767px) {
    .main-gallery {
        display: flex;
        flex-direction: column;
        margin-bottom: 65px; }
    .main-gallery .page-head.img {
        display: flex;
        flex-direction: column;
        padding: 0; }
    .main-gallery .page-head.img > div:not([class]) {
        order: 2;
        width: 100%;
        margin: 0;
        padding: 0; }
    .main-gallery .page-head.img p {
        margin: 0;
        max-width: 100%; }
    .main-gallery .page-head.img .lined {
        margin-bottom: 8px;
        font-size: 32px;
        line-height: 43px; }
    .main-gallery .page-img {
        order: 1;
        min-height: auto;
        height: 440px;
        transform: none;
        margin-bottom: 20px;
        max-width: 100%; }
    .main-gallery .swiper {
        order: 1;
        height: 440px; }
    .main-gallery .swiper .swiper-slide:not(.swiper-slide-active) .page-img {
        transform: none; }
    .main-gallery .swiper .swiper-slide:not(.swiper-slide-active) .page-img::before {
        display: none; }
    .main-gallery .swiper .swiper-slide:not(.swiper-slide-active) .page-img .count {
        left: auto;
        top: auto;
        right: 0;
        bottom: -62px; }
    .main-gallery .swiper .swiper-slide .count {
        font-size: 24px;
        line-height: 38px;
        right: 0;
        bottom: -62px; }
    .main-gallery .slide-more {
        display: none; }
    .main-gallery .button {
        width: 100%;
        position: relative;
        left: auto;
        right: auto;
        bottom: auto;
        order: 2;
        margin-top: 16px; }
    .main-gallery .prevSlide {
        display: none; }
    .main-gallery .count {
        right: 0;
        bottom: -61px;
        font-size: 24px;
        line-height: 38px; } }

.quote {
    font-size: 36px;
    line-height: 50px;
    font-weight: 600;
    letter-spacing: normal; }
.quote::before, .quote::after {
    position: absolute;
    font-size: 206px;
    line-height: 206px;
    font-family: "Maharlika", "Times", "Baskerville", "Georgia", serif;
    font-weight: 400;
    height: 80px; }
.quote::before {
    content: '“';
    top: 2px;
    left: -48px; }
.quote::after {
    content: '”';
    bottom: -39px;
    right: -38px; }
@media (max-width: 767px) {
    .quote {
        font-size: 20px;
        line-height: 27px; }
    .quote::before, .quote::after {
        font-size: 140px;
        line-height: 140px; }
    .quote::before {
        left: -34px; }
    .quote::after {
        bottom: -55px;
        right: -20px; } }

.share {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    font-size: 18px;
    line-height: 34px;
    letter-spacing: 0.2px;
    font-weight: normal;
    padding-right: 39px;
    padding-top: 54px; }
.share > span {
    margin-right: 20px;
    opacity: 0.4; }
.share .social {
    position: relative;
    top: auto;
    left: auto;
    transform: none;
    display: flex;
    align-items: center;
    padding: 0;
    gap: 0 23px; }
.share svg {
    width: 36px;
    height: 36px; }
@media (max-width: 767px) {
    .share {
        justify-content: flex-start;
        padding: 40px 0 0; } }

.publish {
    display: block;
    font-size: 18px;
    line-height: 34px;
    letter-spacing: 0.2px;
    opacity: 0.4;
    margin-bottom: 18px; }
@media (max-width: 767px) {
    .publish {
        margin-bottom: 9px; } }

.simple-gallery {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px 40px;
    padding-top: 86px; }
.simple-gallery > * {
    height: 160px; }
.simple-gallery img {
    width: 100%;
    height: 100%;
    object-fit: cover; }
@media (max-width: 767px) {
    .simple-gallery {
        grid-template-columns: repeat(2, 1fr);
        padding-top: 40px;
        gap: 24px; } }

.process {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    font-size: 13px;
    line-height: 18px;
    font-weight: 300;
    letter-spacing: 1px;
    color: var(--c-text);
    padding: 6px 0 30px; }
.process-item {
    padding: 16px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    border: 1px solid #C4C4C4;
    margin: -1px 0 0 -1px; }
.process svg {
    display: block;
    margin: 0 0 8px; }
@media (max-width: 767px) {
    .process {
        grid-template-columns: 1fr;
        padding-bottom: 0; }
    .process-item {
        flex-direction: row;
        padding: 10px 30px;
        justify-content: space-between;
        align-items: center; }
    .process svg {
        order: 2;
        width: 72px;
        flex-shrink: 0; }
    .process span {
        order: 1;
        padding-right: 16px;
        flex-shrink: 1; } }

.fade-gallery {
    height: 100%;
    position: relative; }
.fade-gallery::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(25, 29, 27, 0.55);
    pointer-events: none;
    border: none; }
.fade-gallery::after {
    display: none; }
.fade-gallery .swiper-button-next,
.fade-gallery .swiper-button-prev {
    bottom: 16px;
    width: 84px;
    height: 84px; }
.fade-gallery .swiper-button-next svg,
.fade-gallery .swiper-button-prev svg {
    background: none;
    transition-property: transform, background-color, border-color, fill; }
.fade-gallery .swiper-button-next:hover svg,
.fade-gallery .swiper-button-prev:hover svg {
    background-color: var(--c-light-green);
    border-color: #F9F4F1;
    fill: #F9F4F1; }
.fade-gallery .swiper-button-next:active svg,
.fade-gallery .swiper-button-prev:active svg {
    background-color: var(--c-green);
    border-color: #F9F4F1;
    fill: #F9F4F1; }
.fade-gallery .swiper-button-next {
    transform: rotate(90deg);
    right: 35px; }
.fade-gallery .swiper-button-prev {
    transform: rotate(-90deg);
    right: 142px; }
@media (max-width: 767px) {
    .fade-gallery .swiper-button-next,
    .fade-gallery .swiper-button-prev {
        width: 44px;
        height: 44px; }
    .fade-gallery .swiper-button-next svg,
    .fade-gallery .swiper-button-prev svg {
        padding: 0 12px; }
    .fade-gallery .swiper-button-next {
        right: 11px; }
    .fade-gallery .swiper-button-prev {
        right: 66px; } }

.fancybox__image {
    border-radius: 30px; }

.thanks {
    padding: 103px 80px;
    border-radius: 30px;
    background-color: #E8E2D4;
    column-gap: 45px;
    max-width: 742px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    color: var(--c-gray);
    font-size: 14px;
    line-height: 18px; }
.thanks > svg {
    width: 139px;
    height: 139px;
    flex-shrink: 0; }
.thanks strong {
    display: block;
    font-size: 48px;
    line-height: 59px;
    letter-spacing: 1.5px;
    color: var(--c-bg);
    font-weight: 600; }
.thanks .is-close {
    opacity: 0;
    top: 38px;
    right: 43px; }
.thanks .close {
    position: absolute;
    top: 39px;
    right: 43px; }
@media (max-width: 767px) {
    .thanks {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
        padding: 30px; }
    .thanks > svg {
        width: 110px;
        height: 110px;
        margin-bottom: 20px; }
    .thanks strong {
        font-size: 32px;
        line-height: 38px;
        margin-bottom: 10px; }
    .thanks .close {
        top: 20px;
        right: 23px; } }
/*# sourceMappingURL=main.css.map */
