/*! sanitize.css v5.0.0 | CC0 License | github.com/jonathantneal/sanitize.css */
/* Document (https://html.spec.whatwg.org/multipage/semantics.html#semantics)
   ========================================================================== */
/**
 * 1. Remove repeating backgrounds in all browsers (opinionated).
 * 2. Add box sizing inheritence in all browsers (opinionated).
 */
*,
::before,
::after {
  background-repeat: no-repeat;
  /* 1 */
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
  /* 2 */ }

/**
 * 1. Add text decoration inheritance in all browsers (opinionated).
 * 2. Add vertical alignment inheritence in all browsers (opinionated).
 */
::before,
::after {
  text-decoration: inherit;
  /* 1 */
  vertical-align: inherit;
  /* 2 */ }

/**
 * 1. Add border box sizing in all browsers (opinionated).
 * 2. Add the default cursor in all browsers (opinionated).
 * 3. Prevent font size adjustments after orientation changes in IE and iOS.
 */
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  cursor: default;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */ }

/* Sections (https://html.spec.whatwg.org/multipage/semantics.html#sections)
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block; }

/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0; }

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

/* Grouping content (https://html.spec.whatwg.org/multipage/semantics.html#grouping-content)
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block; }

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px; }

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

/**
 * Remove the list style on navigation lists in all browsers (opinionated).
 */
nav ol,
nav ul {
  list-style: none; }

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

/* Text-level semantics (https://html.spec.whatwg.org/multipage/semantics.html#text-level-semantics)
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

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

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit; }

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

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

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic; }

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ffff00;
  color: #000000; }

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

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

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

/*
 * Remove the text shadow on text selections (opinionated).
 * 1. Restore the coloring undone by defining the text shadow (opinionated).
 */
::-moz-selection {
  background-color: #b3d4fc;
  /* 1 */
  color: #000000;
  /* 1 */
  text-shadow: none; }

::selection {
  background-color: #b3d4fc;
  /* 1 */
  color: #000000;
  /* 1 */
  text-shadow: none; }

/* Embedded content (https://html.spec.whatwg.org/multipage/embedded-content.html#embedded-content)
   ========================================================================== */
/*
 * Change the alignment on media elements in all browers (opinionated).
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle; }

/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block; }

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

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

/**
 * Change the fill color to match the text color in all browsers (opinionated).
 */
svg {
  fill: currentColor; }

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden; }

/* Tabular data (https://html.spec.whatwg.org/multipage/tables.html#tables)
   ========================================================================== */
/**
 * Collapse border spacing
 */
table {
  border-collapse: collapse; }

/* Forms (https://html.spec.whatwg.org/multipage/forms.html#forms)
   ========================================================================== */
/**
 * Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  margin: 0; }

/**
 * Inherit styling in all browsers (opinionated).
 */
button,
input,
select,
textarea {
  background-color: transparent;
  color: inherit;
  font-size: inherit;
  line-height: inherit; }

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

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

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

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

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

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

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * 1. Remove the default vertical scrollbar in IE.
 * 2. Change the resize direction on textareas in all browsers (opinionated).
 */
textarea {
  overflow: auto;
  /* 1 */
  resize: vertical;
  /* 2 */ }

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

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

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

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

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

/* Interactive elements (https://html.spec.whatwg.org/multipage/forms.html#interactive-elements)
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block; }

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

/* Scripting (https://html.spec.whatwg.org/multipage/scripting.html#scripting-3)
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block; }

/**
 * Add the correct display in IE.
 */
template {
  display: none; }

/* User interaction (https://html.spec.whatwg.org/multipage/interaction.html#editing)
   ========================================================================== */
/*
 * Remove the tapping delay on clickable elements (opinionated).
 * 1. Remove the tapping delay in IE 10.
 */
a,
area,
button,
input,
label,
select,
summary,
textarea,
[tabindex] {
  -ms-touch-action: manipulation;
  /* 1 */
  touch-action: manipulation; }

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

/* ARIA (https://w3c.github.io/html-aria/)
   ========================================================================== */
/**
 * Change the cursor on busy elements (opinionated).
 */
[aria-busy="true"] {
  cursor: progress; }

/*
 * Change the cursor on control elements (opinionated).
 */
[aria-controls] {
  cursor: pointer; }

/*
 * Change the display on visually hidden accessible elements (opinionated).
 */
[aria-hidden="false"][hidden]:not(:focus) {
  clip: rect(0, 0, 0, 0);
  display: inherit;
  position: absolute; }

/*
 * Change the cursor on disabled, not-editable, or otherwise
 * inoperable elements (opinionated).
 */
[aria-disabled] {
  cursor: default; }

@font-face {
  font-family: "Font-Title";
  src: url(6a1bcca4583a252024bca339f46b3fbb.eot);
  src: url(6a1bcca4583a252024bca339f46b3fbb.eot?#iefix) format("embedded-opentype"), url(59a1930388efc4b79d73ffe8097881ff.woff2) format("woff2"), url(93cbd011715dc1195ef202803e22a14f.woff) format("woff"), url(f5bf3a35c7b307d2dedca19f7bfb7c8f.ttf) format("truetype"), url(29190670e0e039f033a0461f7480cee3.svg#LibertinusMath-Regular) format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: "Font-Medium";
  src: url(46c7402b4cafef2f5b6a91295f3ed977.eot);
  src: url(46c7402b4cafef2f5b6a91295f3ed977.eot?#iefix) format("embedded-opentype"), url(d3c659f3d4d47f32afaa081cc2bcd586.woff2) format("woff2"), url(746dfa73cb4c4ff9255130920157d9aa.woff) format("woff"), url(ba62e029caa42511799c736ff6484f5c.ttf) format("truetype"), url(5aba4b460d5cdf60db486361802ab1f6.svg#CFModGrotesk-Medium) format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: "Font-Regular";
  src: url(649a7d8aef44744d18da1cc61a1c8e59.eot);
  src: url(649a7d8aef44744d18da1cc61a1c8e59.eot?#iefix) format("embedded-opentype"), url(e5e24ee351403b7388dfb8760473428e.woff2) format("woff2"), url(910e17e4b219bbfd700181c57ef883f8.woff) format("woff"), url(6b818270308578bfc3511b1d92754b93.ttf) format("truetype"), url(f50c785ef377183a71a397cd7355de9c.svg#CFModGrotesk-Regular) format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

*,
*:active,
*:focus {
  outline: none; }

html {
  font-size: 16px;
  --default-color: #323214;
  --light-green: #999e34;
  --light-white: #e6e6e6;
  --light-gray: #9c9c8b;
  --gray: #f0f0f0;
  --radius: 6px;
  --pd-60: 60px;
  --pd-80: 80px;
  --pd-120: 6.25vw;
  --pd-240: 12.5vw; }
  @media all and (max-width: 1160px) {
    html {
      --pd-80: 60px; } }
  @media all and (max-width: 960px) {
    html {
      --pd-120: 80px;
      --pd-240: 120px; } }

body {
  color: var(--default-color);
  font-family: "Font-Regular";
  font-weight: normal;
  font-style: normal;
  line-height: 22px;
  letter-spacing: 1px;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden; }

#content {
  min-height: 100vh; }

p {
  margin: 0 0 18px; }
  p:last-of-type {
    margin: 0; }

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

ul {
  list-style-type: none; }

a {
  text-decoration: none;
  color: var(--default-color);
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s; }
  a:hover {
    color: var(--light-green); }

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

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

h1,
.h1 {
  font-family: "Font-Title";
  font-style: normal;
  font-weight: normal;
  font-size: 40px;
  line-height: 48px;
  letter-spacing: 8px; }
  @media all and (max-width: 1440px) {
    h1,
    .h1 {
      font-size: 36px;
      line-height: 44px;
      letter-spacing: 7px; } }
  @media all and (max-width: 1160px) {
    h1,
    .h1 {
      font-size: 32px;
      line-height: 40px;
      letter-spacing: 6px; } }
  @media all and (max-width: 960px) {
    h1,
    .h1 {
      font-size: 27px;
      line-height: 35px;
      letter-spacing: 5px; } }
  @media all and (max-width: 660px) {
    h1,
    .h1 {
      font-size: 24px;
      line-height: 32px;
      letter-spacing: 4px; } }

h2,
.h2 {
  font-family: "Font-Regular";
  font-style: normal;
  font-weight: normal;
  font-size: 30px;
  line-height: 38px;
  letter-spacing: 2px;
  /*    @media all and (max-width:660px) {
        font-size:20px;
        line-height:28px;
    }*/ }
  @media all and (max-width: 1440px) {
    h2,
    .h2 {
      font-size: 27px;
      line-height: 35px; } }
  @media all and (max-width: 1160px) {
    h2,
    .h2 {
      font-size: 24px;
      line-height: 32px; } }
  @media all and (max-width: 960px) {
    h2,
    .h2 {
      font-size: 22px;
      line-height: 30px;
      letter-spacing: 1px; } }

h3,
.h3 {
  font-family: "Font-Regular";
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 1px; }

h4,
.h4 {
  font-size: 20px;
  line-height: 26px;
  font-family: "Font-Regular";
  font-style: normal;
  font-weight: normal;
  letter-spacing: 1px; }
  @media all and (max-width: 1440px) {
    h4,
    .h4 {
      font-size: 18px;
      line-height: 24px; } }
  @media all and (max-width: 660px) {
    h4,
    .h4 {
      font-size: 16px;
      line-height: 22px; } }

h5,
.h5 {
  font-family: "Font-Medium";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 1px; }

.title {
  font-family: "Font-Regular";
  font-size: 60px;
  line-height: 68px;
  letter-spacing: 4px; }
  @media all and (max-width: 1440px) {
    .title {
      font-size: 54px;
      line-height: 62px; } }
  @media all and (max-width: 1160px) {
    .title {
      font-size: 49px;
      line-height: 57px; } }
  @media all and (max-width: 960px) {
    .title {
      font-size: 44px;
      line-height: 52px; } }
  @media all and (max-width: 660px) {
    .title {
      font-size: 40px;
      line-height: 48px; } }

.uppercase {
  text-transform: uppercase; }

b,
strong,
.strong {
  font-family: "Font-Regular";
  font-weight: normal;
  font-style: normal;
  color: var(--light-gray); }

.max-width {
  max-width: 1920px;
  margin: 0 auto; }

.medium {
  font-family: "Font-Medium";
  font-weight: 500; }

.regular {
  font-family: "Font-Regular";
  font-weight: normal; }

.light-green {
  color: var(--light-green); }

.light-white {
  color: var(--light-white); }

.light-gray {
  color: var(--light-gray); }

.link {
  padding: 3px 10px 7px;
  border-radius: 6px;
  border: 1px solid var(--default-color);
  display: block;
  text-align: center; }
  .link:hover {
    background-color: var(--default-color);
    color: var(--light-white); }
  .link.white {
    border: 1px solid var(--light-white);
    color: var(--light-white); }
    .link.white:hover {
      background: var(--light-white);
      color: var(--default-color); }

.gradient {
  position: relative; }
  .gradient:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.35)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.35) 100%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.35) 100%);
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.35) 100%); }

.swiper-button-next,
.swiper-button-prev {
  margin: 0 !important;
  position: static !important;
  display: block !important;
  height: auto !important;
  cursor: pointer;
  -webkit-transition: background-color 0.35s;
  -o-transition: background-color 0.35s;
  transition: background-color 0.35s;
  border-radius: var(--radius);
  width: 34px; }
  .swiper-button-next svg path,
  .swiper-button-prev svg path {
    color: var(--default-color);
    -webkit-transition: color 0.35s;
    -o-transition: color 0.35s;
    transition: color 0.35s; }
  .swiper-button-next:hover,
  .swiper-button-prev:hover {
    background-color: var(--default-color); }
    .swiper-button-next:hover .arrow-arrow,
    .swiper-button-prev:hover .arrow-arrow {
      color: var(--light-white); }

.page-begin {
  padding: 70px 0 0; }

.show-in-view {
  -webkit-transition: opacity 0.75s;
  -o-transition: opacity 0.75s;
  transition: opacity 0.75s;
  opacity: 0; }
  .show-in-view.animate {
    opacity: 1; }
  .show-in-view.delay-2 {
    -webkit-transition-delay: 0.35s;
         -o-transition-delay: 0.35s;
            transition-delay: 0.35s; }

/*.has-scrolled {
    #header {
        background-color: rgba(230, 230, 230, 0.4);
    }
}*/
#header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  background-color: rgba(230, 230, 230, 0.4);
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
  -webkit-transition: background-color 0.35s;
  -o-transition: background-color 0.35s;
  transition: background-color 0.35s; }
  @media all and (max-width: 1440px) {
    #header {
      height: 50px; } }
  #header > .flex {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 8px 20px 12px; }
    @media all and (max-width: 1440px) {
      #header > .flex {
        position: absolute;
        top: 50px;
        left: 0;
        width: 100%;
        height: calc(100vh - 50px);
        padding: 50px 20px 20px;
        display: block;
        background-color: var(--default-color);
        overflow-y: auto;
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
        overflow-x: hidden;
        -webkit-transition: opacity 0.35s;
        -o-transition: opacity 0.35s;
        transition: opacity 0.35s; } }
    @media all and (max-width: 660px) {
      #header > .flex {
        padding: 50px 10px 20px; } }
  #header .col-1 > .flex {
    position: relative;
    margin: 0 -7px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    #header .col-1 > .flex > .menu-item {
      padding: 0 7px; }
  @media all and (max-width: 1440px) {
    #header .col-1 {
      width: 100%; }
      #header .col-1 > .flex {
        margin: 0; }
        #header .col-1 > .flex .menu-item {
          margin: 0 0 7px;
          width: 100%;
          padding: 0; }
      #header .col-1 .parent,
      #header .col-1 a {
        font-family: "Font-Regular";
        font-style: normal;
        font-weight: normal;
        font-size: 30px;
        line-height: 38px;
        letter-spacing: 2px;
        /*    @media all and (max-width:660px) {
        font-size:20px;
        line-height:28px;
    }*/ } }
    @media all and (max-width: 1440px) and (max-width: 1440px) {
      #header .col-1 .parent,
      #header .col-1 a {
        font-size: 27px;
        line-height: 35px; } }
    @media all and (max-width: 1440px) and (max-width: 1160px) {
      #header .col-1 .parent,
      #header .col-1 a {
        font-size: 24px;
        line-height: 32px; } }
    @media all and (max-width: 1440px) and (max-width: 960px) {
      #header .col-1 .parent,
      #header .col-1 a {
        font-size: 22px;
        line-height: 30px;
        letter-spacing: 1px; } }
  #header .col-3 {
    padding: 0 40px 0 0; }
    #header .col-3 > .flex {
      margin: 0 -7px;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      #header .col-3 > .flex > div {
        padding: 0 7px; }
    #header .col-3 .subcol-2 {
      -webkit-transform: translateY(2px);
          -ms-transform: translateY(2px);
              transform: translateY(2px); }
    @media all and (max-width: 1440px) {
      #header .col-3 {
        width: 100%;
        padding: 0; }
        #header .col-3 > .flex {
          margin: 0; }
          #header .col-3 > .flex > div {
            padding: 0;
            width: 100%;
            margin: 0 0 7px; }
        #header .col-3 a {
          color: var(--light-white);
          font-family: "Font-Regular";
          font-style: normal;
          font-weight: normal;
          font-size: 30px;
          line-height: 38px;
          letter-spacing: 2px;
          /*    @media all and (max-width:660px) {
        font-size:20px;
        line-height:28px;
    }*/ } }
    @media all and (max-width: 1440px) and (max-width: 1440px) {
      #header .col-3 a {
        font-size: 27px;
        line-height: 35px; } }
    @media all and (max-width: 1440px) and (max-width: 1160px) {
      #header .col-3 a {
        font-size: 24px;
        line-height: 32px; } }
    @media all and (max-width: 1440px) and (max-width: 960px) {
      #header .col-3 a {
        font-size: 22px;
        line-height: 30px;
        letter-spacing: 1px; } }
    @media all and (max-width: 1440px) {
          #header .col-3 a:hover {
            color: var(--light-green); }
        #header .col-3 .subcol-1 {
          padding: 3px 0; }
        #header .col-3 .subcol-2 {
          -webkit-transform: none;
              -ms-transform: none;
                  transform: none; }
          #header .col-3 .subcol-2 a {
            border: 0;
            padding: 3px 0px; }
            #header .col-3 .subcol-2 a:hover {
              color: var(--light-green); } }
  #header:has(.parent-container.is-active) .submenu-back {
    -webkit-transition: opacity 0.35s 0.25s;
    -o-transition: opacity 0.35s 0.25s;
    transition: opacity 0.35s 0.25s;
    opacity: 1;
    pointer-events: all; }
  #header .link {
    text-align: left; }

.header-logo {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); }
  .header-logo a {
    display: block;
    line-height: 0; }
  .header-logo img {
    width: 26.40625vw;
    max-width: 500px;
    padding: 5px 0; }
  @media all and (max-width: 1440px) {
    .header-logo img {
      width: 33.33333vw; } }
  @media all and (max-width: 960px) {
    .header-logo img {
      width: 50vw; } }
  @media all and (max-width: 660px) {
    .header-logo img {
      width: 70vw; } }

.header-tool {
  width: 26px;
  height: 26px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 20px;
  cursor: pointer;
  display: none; }
  @media all and (max-width: 1440px) {
    .header-tool {
      display: block; } }
  @media all and (max-width: 660px) {
    .header-tool {
      right: 10px; } }
  .header-tool:before {
    content: "";
    position: absolute;
    top: 7px;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: var(--default-color);
    -webkit-transition: top 0.35s 0.35s, -webkit-transform 0.35s;
    transition: top 0.35s 0.35s, -webkit-transform 0.35s;
    -o-transition: transform 0.35s, top 0.35s 0.35s;
    transition: transform 0.35s, top 0.35s 0.35s;
    transition: transform 0.35s, top 0.35s 0.35s, -webkit-transform 0.35s; }
  .header-tool:after {
    content: "";
    position: absolute;
    bottom: 7px;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: var(--default-color);
    -webkit-transition: bottom 0.35s 0.35s, -webkit-transform 0.35s;
    transition: bottom 0.35s 0.35s, -webkit-transform 0.35s;
    -o-transition: transform 0.35s, bottom 0.35s 0.35s;
    transition: transform 0.35s, bottom 0.35s 0.35s;
    transition: transform 0.35s, bottom 0.35s 0.35s, -webkit-transform 0.35s; }
  .header-tool > div {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 26px;
    height: 1px;
    background-color: var(--default-color);
    -webkit-transition: opacity 0s 0.35s;
    -o-transition: opacity 0s 0.35s;
    transition: opacity 0s 0.35s; }

.submenu-back {
  position: absolute;
  top: 50px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  color: var(--light-white);
  width: 100%;
  padding: 5px 10px;
  background-color: var(--default-color);
  text-align: center;
  z-index: 2;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.35s;
  -o-transition: opacity 0.35s;
  transition: opacity 0.35s;
  cursor: pointer;
  display: none; }
  @media all and (max-width: 1440px) {
    .submenu-back {
      display: block; } }

.search-tool {
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 26px;
  height: 26px;
  cursor: pointer;
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s; }
  .search-tool:hover {
    color: #999e34; }
  .search-tool svg {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }
  .search-tool .close {
    display: none; }
  @media all and (max-width: 1440px) {
    .search-tool {
      right: 56px; } }
  @media all and (max-width: 660px) {
    .search-tool {
      right: unset;
      left: 10px; } }

.parent-container.is-active .children-level-1 {
  opacity: 1;
  pointer-events: all;
  z-index: 1; }

.parent-container.tab > .tab__content {
  display: none; }

.parent-container a {
  color: var(--light-white); }
  .parent-container a:hover {
    color: var(--light-green); }

.parent-container .parent {
  padding: 3px 0px;
  cursor: pointer;
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s; }
  .parent-container .parent:hover {
    color: var(--light-green); }
  @media all and (max-width: 1440px) {
    .parent-container .parent {
      color: var(--light-white); } }

.parent-container .children-level-1 {
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 48px;
  left: 0;
  border-radius: var(--radius);
  background: rgba(26, 26, 26, 0.97);
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
  min-width: 25vw;
  -webkit-transition: opacity 0.35s;
  -o-transition: opacity 0.35s;
  transition: opacity 0.35s; }
  @media all and (max-width: 1440px) {
    .parent-container .children-level-1 {
      background: transparent;
      -webkit-backdrop-filter: none;
              backdrop-filter: none;
      min-width: unset;
      pointer-events: none;
      position: fixed;
      top: 50px;
      left: 0;
      height: calc(100vh - 50px);
      width: 100%;
      background-color: var(--default-color);
      overflow-y: auto;
      padding: 50px 20px 20px;
      z-index: -1; } }
  @media all and (max-width: 660px) {
    .parent-container .children-level-1 {
      padding: 50px 10px 20px; } }
  .parent-container .children-level-1 > .menu-item {
    border-bottom: 1px solid rgba(230, 230, 230, 0.2);
    padding: 8px 20px 10px; }
    .parent-container .children-level-1 > .menu-item > a {
      display: block;
      padding: 5px 0; }
  .parent-container .children-level-1 .tab {
    border-bottom: 1px solid rgba(230, 230, 230, 0.2); }
  .parent-container .children-level-1 .tab__title {
    padding: 13px 20px 15px;
    color: var(--light-white);
    cursor: pointer; }
    .parent-container .children-level-1 .tab__title > .flex {
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }
      .parent-container .children-level-1 .tab__title > .flex > div:first-of-type {
        width: calc(100% - 30px); }
    .parent-container .children-level-1 .tab__title .plus {
      position: relative;
      width: 26px;
      height: 26px; }
      .parent-container .children-level-1 .tab__title .plus:before {
        content: "";
        width: 10px;
        height: 1px;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        background: var(--light-white);
        -webkit-transition: -webkit-transform 0.35s;
        transition: -webkit-transform 0.35s;
        -o-transition: transform 0.35s;
        transition: transform 0.35s;
        transition: transform 0.35s, -webkit-transform 0.35s; }
      .parent-container .children-level-1 .tab__title .plus:after {
        content: "";
        width: 1px;
        height: 10px;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        background: var(--light-white);
        -webkit-transition: -webkit-transform 0.35s;
        transition: -webkit-transform 0.35s;
        -o-transition: transform 0.35s;
        transition: transform 0.35s;
        transition: transform 0.35s, -webkit-transform 0.35s; }
    @media all and (max-width: 1440px) {
      .parent-container .children-level-1 .tab__title {
        font-family: "Font-Regular";
        font-style: normal;
        font-weight: normal;
        font-size: 30px;
        line-height: 38px;
        letter-spacing: 2px;
        /*    @media all and (max-width:660px) {
        font-size:20px;
        line-height:28px;
    }*/
        padding: 4px 0 11px; } }
  @media all and (max-width: 1440px) and (max-width: 1440px) {
    .parent-container .children-level-1 .tab__title {
      font-size: 27px;
      line-height: 35px; } }
  @media all and (max-width: 1440px) and (max-width: 1160px) {
    .parent-container .children-level-1 .tab__title {
      font-size: 24px;
      line-height: 32px; } }
  @media all and (max-width: 1440px) and (max-width: 960px) {
    .parent-container .children-level-1 .tab__title {
      font-size: 22px;
      line-height: 30px;
      letter-spacing: 1px; } }
  .parent-container .children-level-1 .tab__content {
    display: none; }
  .parent-container .children-level-1 .tab.is-active .tab__title .plus:before, .parent-container .children-level-1 .tab.is-active .tab__title .plus:after {
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
        -ms-transform: translate(-50%, -50%) rotate(45deg);
            transform: translate(-50%, -50%) rotate(45deg); }

.parent-container .children-level-2 {
  padding-bottom: 20px; }
  .parent-container .children-level-2 a {
    display: block;
    padding: 5px 20px; }
  @media all and (max-width: 1440px) {
    .parent-container .children-level-2 {
      padding-bottom: 9px; }
      .parent-container .children-level-2 a {
        padding: 0;
        font-family: "Font-Regular";
        font-style: normal;
        font-weight: normal;
        font-size: 30px;
        line-height: 38px;
        letter-spacing: 2px;
        /*    @media all and (max-width:660px) {
        font-size:20px;
        line-height:28px;
    }*/ } }
    @media all and (max-width: 1440px) and (max-width: 1440px) {
      .parent-container .children-level-2 a {
        font-size: 27px;
        line-height: 35px; } }
    @media all and (max-width: 1440px) and (max-width: 1160px) {
      .parent-container .children-level-2 a {
        font-size: 24px;
        line-height: 32px; } }
    @media all and (max-width: 1440px) and (max-width: 960px) {
      .parent-container .children-level-2 a {
        font-size: 22px;
        line-height: 30px;
        letter-spacing: 1px; } }

.header__search-container {
  position: fixed;
  z-index: 99;
  top: 50px;
  left: 0;
  width: 100%;
  height: calc(100vh - 50px);
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0s 0.35s;
  -o-transition: opacity 0s 0.35s;
  transition: opacity 0s 0.35s; }
  .header__search-container > div {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    -webkit-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
            transform: translateY(-100%);
    -webkit-transition: -webkit-transform 0.35s;
    transition: -webkit-transform 0.35s;
    -o-transition: transform 0.35s;
    transition: transform 0.35s;
    transition: transform 0.35s, -webkit-transform 0.35s; }
  .header__search-container .form-container {
    padding: 0 33.33333%;
    margin: auto 0;
    background-color: rgba(230, 230, 230, 0.4);
    -webkit-backdrop-filter: blur(20px);
            backdrop-filter: blur(20px); }
    .header__search-container .form-container label {
      display: none !important; }
    .header__search-container .form-container form {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      height: 25vh;
      min-height: 270px; }
    .header__search-container .form-container input {
      display: inline-block;
      width: 91.66667%;
      margin: 0 20px 0 0;
      color: var(--default-color);
      height: 30px;
      border-bottom: 1px solid var(--default-color);
      border-radius: 0; }
    .header__search-container .form-container input::-webkit-input-placeholder {
      color: var(--default-color); }
    .header__search-container .form-container input::-moz-placeholder {
      color: var(--default-color); }
    .header__search-container .form-container input:-ms-input-placeholder {
      color: var(--default-color); }
    .header__search-container .form-container input:-moz-placeholder {
      color: var(--default-color); }
    .header__search-container .form-container button {
      width: 26px;
      height: 26px;
      position: relative;
      display: block;
      cursor: pointer;
      color: var(--default-color);
      -webkit-transition: all 0.35s;
      -o-transition: all 0.35s;
      transition: all 0.35s; }
      .header__search-container .form-container button svg {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%); }
      .header__search-container .form-container button:hover {
        color: var(--light-green); }
  @media all and (max-width: 960px) {
    .header__search-container .form-container {
      padding: 0 25%; } }
  @media all and (max-width: 660px) {
    .header__search-container .form-container {
      padding: 0 10px; } }

.open-search body {
  overflow: hidden !important; }

.open-search .search-tool .search {
  display: none; }

.open-search .search-tool .close {
  display: block; }

.open-search .header__search-container {
  -webkit-transition: opacity 0s 0s;
  -o-transition: opacity 0s 0s;
  transition: opacity 0s 0s;
  opacity: 1;
  pointer-events: all; }
  .open-search .header__search-container > div {
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0); }

.open-menu body {
  overflow: hidden; }

.open-menu #header > .flex {
  opacity: 1;
  pointer-events: all;
  visibility: visible; }

.open-menu .header-tool:before {
  -webkit-transition: top 0.35s, -webkit-transform 0.35s 0.35s;
  transition: top 0.35s, -webkit-transform 0.35s 0.35s;
  -o-transition: top 0.35s, transform 0.35s 0.35s;
  transition: top 0.35s, transform 0.35s 0.35s;
  transition: top 0.35s, transform 0.35s 0.35s, -webkit-transform 0.35s 0.35s;
  top: 13px;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg); }

.open-menu .header-tool:after {
  -webkit-transition: bottom 0.35s, -webkit-transform 0.35s 0.35s;
  transition: bottom 0.35s, -webkit-transform 0.35s 0.35s;
  -o-transition: bottom 0.35s, transform 0.35s 0.35s;
  transition: bottom 0.35s, transform 0.35s 0.35s;
  transition: bottom 0.35s, transform 0.35s 0.35s, -webkit-transform 0.35s 0.35s;
  bottom: 13px;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg); }

.open-menu .header-tool > div {
  -webkit-transition: opacity 0s 0.35s;
  -o-transition: opacity 0s 0.35s;
  transition: opacity 0s 0.35s;
  opacity: 0; }

#footer {
  background-color: var(--default-color); }
  #footer .footer-upper {
    padding: 30px 20px 15px;
    color: var(--light-white); }
    #footer .footer-upper a {
      color: var(--light-white); }
      #footer .footer-upper a:hover {
        color: var(--light-green); }
    #footer .footer-upper > .flex {
      margin: 0 -10px; }
      #footer .footer-upper > .flex > div {
        padding: 0 10px;
        width: 33.33333%; }
    #footer .footer-upper .col-1 {
      margin: 0 0 var(--pd-120); }
      @media all and (max-width: 960px) {
        #footer .footer-upper .col-1 {
          margin: 0 0 180px; } }
    #footer .footer-upper .col-2 {
      text-align: center; }
      #footer .footer-upper .col-2 h2 {
        font-family: "Font-Regular";
        font-style: normal;
        font-weight: normal;
        font-size: 16px;
        line-height: 22px;
        letter-spacing: 1px;
        text-transform: uppercase;
        color: var(--light-gray); }
      #footer .footer-upper .col-2 label {
        display: none; }
      #footer .footer-upper .col-2 .gform_body,
      #footer .footer-upper .col-2 .gform_footer {
        width: 60%;
        margin: 0 auto; }
      #footer .footer-upper .col-2 .gfield--type-html {
        margin: 0 0 20px; }
      #footer .footer-upper .col-2 .ginput_container_email {
        margin: 0 0 10px; }
        #footer .footer-upper .col-2 .ginput_container_email input {
          padding: 1px 10px 5px;
          color: var(--light-gray);
          border: 1px solid var(--light-gray); }
      #footer .footer-upper .col-2 input[type="submit"] {
        cursor: pointer;
        border: 1px solid var(--light-white);
        color: var(--light-white);
        padding: 1px 10px 5px;
        -webkit-transition: all 0.35s;
        -o-transition: all 0.35s;
        transition: all 0.35s; }
        #footer .footer-upper .col-2 input[type="submit"]:hover {
          background-color: var(--light-white);
          color: var(--default-color); }
      #footer .footer-upper .col-2 .gfield_validation_message {
        top: 7px;
        right: 10px; }
    #footer .footer-upper .col-3 {
      text-align: right; }
      #footer .footer-upper .col-3 .strong {
        margin: 0 0 5px; }
      #footer .footer-upper .col-3 .footer-menu {
        margin: 20px 0 0; }
    #footer .footer-upper .col-4,
    #footer .footer-upper .col-5,
    #footer .footer-upper .col-6 {
      -ms-flex-item-align: end;
          align-self: flex-end; }
    #footer .footer-upper .col-5 > div {
      position: relative; }
    #footer .footer-upper .col-5 svg {
      width: 100%; }
    #footer .footer-upper .col-5 .circle-logo {
      position: absolute;
      bottom: calc(100% + 4.5vw);
      left: 50%;
      -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
              transform: translateX(-50%); }
      #footer .footer-upper .col-5 .circle-logo svg {
        width: 118px; }
    #footer .footer-upper .sound-tool {
      width: -webkit-fit-content;
      width: -moz-fit-content;
      width: fit-content;
      margin: 0 0 10px auto; }
      #footer .footer-upper .sound-tool svg {
        width: 18px;
        height: auto; }
      #footer .footer-upper .sound-tool .no-sound {
        display: none; }
      #footer .footer-upper .sound-tool span {
        display: block;
        cursor: pointer; }
      #footer .footer-upper .sound-tool.active .no-sound {
        display: block; }
      #footer .footer-upper .sound-tool.active .sound {
        display: none; }
    @media all and (max-width: 1440px) {
      #footer .footer-upper > .flex .col-2 .gform_body,
      #footer .footer-upper > .flex .col-2 .gform_footer {
        width: 75%; } }
    @media all and (max-width: 1160px) {
      #footer .footer-upper > .flex .col-2 .gform_body,
      #footer .footer-upper > .flex .col-2 .gform_footer {
        width: 100%; } }
    @media all and (max-width: 960px) {
      #footer .footer-upper > .flex .col-1 {
        width: 50%;
        -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
                order: 2; }
      #footer .footer-upper > .flex .col-2 {
        width: 66.66667%;
        -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
                order: 1;
        margin: 0 auto 40px; }
        #footer .footer-upper > .flex .col-2 .ginput_container_email input {
          padding: 6px 10px 11px; }
        #footer .footer-upper > .flex .col-2 input[type="submit"] {
          padding: 6px 10px 11px; }
        #footer .footer-upper > .flex .col-2 .gfield_validation_message {
          top: 12px; }
      #footer .footer-upper > .flex .col-3 {
        width: 50%;
        -webkit-box-ordinal-group: 4;
            -ms-flex-order: 3;
                order: 3; }
      #footer .footer-upper > .flex .col-4 {
        -webkit-box-ordinal-group: 5;
            -ms-flex-order: 4;
                order: 4;
        width: 25%; }
      #footer .footer-upper > .flex .col-5 {
        -webkit-box-ordinal-group: 6;
            -ms-flex-order: 5;
                order: 5;
        width: 50%; }
        #footer .footer-upper > .flex .col-5 .circle-logo svg {
          width: 100px; }
      #footer .footer-upper > .flex .col-6 {
        -webkit-box-ordinal-group: 7;
            -ms-flex-order: 6;
                order: 6;
        width: 25%; } }
    @media all and (max-width: 660px) {
      #footer .footer-upper {
        padding: 30px 10px 15px; }
        #footer .footer-upper > .flex .col-1 {
          width: 100%;
          margin: 0 0 40px; }
        #footer .footer-upper > .flex .col-2 {
          width: 100%; }
        #footer .footer-upper > .flex .col-3 {
          width: 100%;
          text-align: left;
          margin: 0 0 120px; }
        #footer .footer-upper > .flex .col-4 {
          width: 50%;
          -webkit-box-ordinal-group: 5;
              -ms-flex-order: 4;
                  order: 4;
          margin: 0 0 20px; }
        #footer .footer-upper > .flex .col-5 {
          width: 100%;
          text-align: center;
          -webkit-box-ordinal-group: 7;
              -ms-flex-order: 6;
                  order: 6;
          margin: 0; }
          #footer .footer-upper > .flex .col-5 svg {
            width: 75%; }
        #footer .footer-upper > .flex .col-6 {
          width: 50%;
          text-align: right;
          -webkit-box-ordinal-group: 6;
              -ms-flex-order: 5;
                  order: 5;
          margin: 0 0 20px; } }
  #footer .footer-lower video {
    height: 31.481481vh;
    min-height: 200px;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center; }
  @media all and (max-width: 960px) {
    #footer .footer-lower video {
      height: 20vh;
      min-height: 150px; } }

.credits {
  position: relative;
  margin: 0 0 0 auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content; }
  .credits .credits-title {
    -webkit-transition: color 0.35s;
    -o-transition: color 0.35s;
    transition: color 0.35s;
    cursor: pointer; }
    .credits .credits-title:hover {
      color: var(--light-green); }
  .credits.active .balloon {
    display: block; }
  .credits .balloon {
    z-index: 3;
    position: absolute;
    display: none;
    bottom: calc(100% + 10px);
    right: 0;
    background-color: var(--light-green);
    border-radius: 6px;
    padding: 20px;
    min-width: 300px;
    text-align: left;
    width: 50%; }
    .credits .balloon > div {
      font-size: 12px;
      line-height: 16px;
      color: var(--default-color); }
      .credits .balloon > div a {
        opacity: 0.7;
        -webkit-transition: opacity 0.35s;
        -o-transition: opacity 0.35s;
        transition: opacity 0.35s; }
        .credits .balloon > div a:hover {
          color: var(--default-color);
          opacity: 1; }
    .credits .balloon:after {
      content: '';
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 12px 8px 0 8px;
      border-color: var(--light-green) transparent transparent transparent;
      position: absolute;
      right: 20px;
      bottom: -12px; }
    .credits .balloon .close__balloon {
      position: absolute;
      top: 4px;
      right: 4px;
      width: 26px;
      height: 26px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      cursor: pointer; }
      .credits .balloon .close__balloon svg {
        display: block;
        line-height: 0; }

input {
  border: 0;
  border-radius: var(--radius);
  outline: none;
  width: 100%;
  display: block;
  font-family: "Font-Regular";
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 1px; }

button {
  border: 0;
  border-radius: 0;
  outline: none; }

.gform_submission_error {
  display: none; }

.gfield {
  position: relative; }
  .gfield:has(input:focus) .gfield_validation_message, .gfield.has-content .gfield_validation_message {
    display: none; }

.gfield_validation_message {
  font-size: 12px;
  line-height: 16px;
  position: absolute; }

.gfield_error input {
  color: #c60c0e !important;
  border: 1px solid #c60c0e !important; }
  .gfield_error input::-webkit-input-placeholder {
    color: #c60c0e !important; }
  .gfield_error input::-moz-placeholder {
    color: #c60c0e !important; }
  .gfield_error input:-ms-input-placeholder {
    color: #c60c0e !important; }
  .gfield_error input:-moz-placeholder {
    color: #c60c0e !important; }

.gfield_required {
  display: none; }

.gfield--type-phone .gfield_description {
  display: none; }

.gform_confirmation_message {
  text-align: center; }

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0 1000px white inset !important;
  box-shadow: 0 0 0 1000px white inset !important; }

.gform_footer {
  position: relative; }

.gform_ajax_spinner {
  width: 35px;
  height: auto;
  position: absolute;
  top: calc(100% + 5px);
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%); }
  @media all and (max-width: 660px) {
    .gform_ajax_spinner {
      left: unset;
      right: 0; } }

.tease--generic {
  position: relative; }
  .tease--generic > a {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 1; }
  .tease--generic .tease-img {
    margin: 0 0 10px; }
  .tease--generic .no-img {
    height: 22.916666vw;
    background-color: var(--default-color); }
  .tease--generic .tease-title {
    margin: 0 0 20px; }
  .tease--generic .tease-cats {
    margin: auto 0 0; }
  .tease--generic .tease-cat {
    margin: 0 10px 10px 0; }
    .tease--generic .tease-cat a {
      position: relative;
      z-index: 2; }
    .tease--generic .tease-cat:last-of-type {
      margin: 0; }
  @media all and (max-width: 1440px) {
    .tease--generic img {
      height: 27.77777vw; }
    .tease--generic .no-img {
      height: 27.77777vw; } }
  @media all and (max-width: 1160px) {
    .tease--generic img {
      height: 34.45vw; }
    .tease--generic .no-img {
      height: 34.45vw; } }
  @media all and (max-width: 960px) {
    .tease--generic img {
      height: 45.83333vw; }
    .tease--generic .no-img {
      height: 45.83333vw; } }
  @media all and (max-width: 660px) {
    .tease--generic img {
      height: 95vw; }
    .tease--generic .no-img {
      height: 95vw; } }

.tease--people .tease-img {
  margin: 0 0 10px; }

.tease--people img {
  height: 27.604166vw;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  height: 22.916666vw; }

.tease--people .no-img {
  height: 22.916666vw;
  background-color: var(--default-color); }

@media all and (max-width: 1440px) {
  .tease--people img {
    height: 27.77777vw; }
  .tease--people .no-img {
    height: 27.77777vw; } }

@media all and (max-width: 1160px) {
  .tease--people img {
    height: 34.45vw; }
  .tease--people .no-img {
    height: 34.45vw; } }

@media all and (max-width: 960px) {
  .tease--people img {
    height: 45.83333vw; }
  .tease--people .no-img {
    height: 45.83333vw; } }

@media all and (max-width: 660px) {
  .tease--people img {
    height: 95vw; }
  .tease--people .no-img {
    height: 95vw; } }

.tease--medium {
  text-align: center; }
  .tease--medium .tease-img {
    margin: 0 0 10px; }
  .tease--medium img {
    height: 27.604166vw;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center; }
  @media all and (max-width: 1160px) {
    .tease--medium img {
      height: 36.206896vw; } }
  @media all and (max-width: 960px) {
    .tease--medium img {
      height: 41.66667vw; } }
  @media all and (max-width: 660px) {
    .tease--medium img {
      height: 141vw; } }

.tease-drastiriotita {
  text-align: center; }
  .tease-drastiriotita .tease-img {
    margin: 0 0 35px; }
  .tease-drastiriotita img {
    height: 40.625vw;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center; }
  .tease-drastiriotita .tease-title {
    margin: 0 0 10px; }
  .tease-drastiriotita .tease-text {
    margin: 0 0 40px; }
  @media all and (max-width: 960px) {
    .tease-drastiriotita .tease-img {
      margin: 0 0 20px; }
      .tease-drastiriotita .tease-img img {
        height: 60.416666vw; }
    .tease-drastiriotita .tease-text {
      margin: 0 0 20px; } }
  @media all and (max-width: 660px) {
    .tease-drastiriotita .tease-img img {
      height: 141vw; } }

.home-intro-slider {
  position: relative;
  margin: 0 0 40px; }
  .home-intro-slider .slider-popup {
    position: absolute;
    top: 60px;
    right: 10px;
    border-radius: var(--radius);
    background: rgba(230, 230, 230, 0.4);
    -webkit-backdrop-filter: blur(20px);
            backdrop-filter: blur(20px);
    width: 20%;
    z-index: 3;
    padding: 15px 10px; }
    @media all and (max-width: 1440px) {
      .home-intro-slider .slider-popup {
        width: 25%; } }
    @media all and (max-width: 1160px) {
      .home-intro-slider .slider-popup {
        width: 33.33333%; } }
    @media all and (max-width: 960px) {
      .home-intro-slider .slider-popup {
        width: 41.66667%; } }
    @media all and (max-width: 660px) {
      .home-intro-slider .slider-popup {
        width: 75%; } }
    .home-intro-slider .slider-popup .upper {
      margin: 0 0 30px; }
      .home-intro-slider .slider-popup .upper > .flex {
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; }
    .home-intro-slider .slider-popup .lower > .flex {
      margin: 0 -1px; }
    .home-intro-slider .slider-popup .lower .thumb {
      position: relative;
      padding: 0 1px;
      width: 33.33333%;
      cursor: pointer; }
      .home-intro-slider .slider-popup .lower .thumb.active:before {
        border-color: #fff; }
      .home-intro-slider .slider-popup .lower .thumb:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border: 1px solid transparent;
        pointer-events: none; }
    .home-intro-slider .slider-popup .lower img,
    .home-intro-slider .slider-popup .lower video {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover;
      -o-object-position: center;
         object-position: center; }
    .home-intro-slider .slider-popup .swiper-button-prev {
      margin: 0 10px 0 auto !important; }
  .home-intro-slider .swiper-slide {
    position: relative;
    color: var(--light-white); }
    .home-intro-slider .swiper-slide img,
    .home-intro-slider .swiper-slide video {
      height: calc(100vh + 50px);
      width: 100%;
      -o-object-fit: cover;
         object-fit: cover;
      -o-object-position: center;
         object-position: center;
      position: relative;
      z-index: 0; }
    @media all and (max-width: 960px) {
      .home-intro-slider .swiper-slide img,
      .home-intro-slider .swiper-slide video {
        min-height: 600px; } }
  .home-intro-slider .slide-title {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 50%;
    text-align: center;
    z-index: 2; }
    @media all and (max-width: 1160px) {
      .home-intro-slider .slide-title {
        width: 75%; } }
    @media all and (max-width: 660px) {
      .home-intro-slider .slide-title {
        width: calc(100% - 20px); } }
  .home-intro-slider .slide-texts {
    position: absolute;
    bottom: var(--pd-80);
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 41.66667%;
    text-align: center;
    z-index: 2; }
    @media all and (max-width: 1160px) {
      .home-intro-slider .slide-texts {
        width: 75%; } }
    @media all and (max-width: 660px) {
      .home-intro-slider .slide-texts {
        width: calc(100% - 20px); } }
    .home-intro-slider .slide-texts .slide-link {
      margin: 0 0 30px; }
      .home-intro-slider .slide-texts .slide-link a {
        display: inline-block; }

.home-distinctions > div > h2 {
  padding: var(--pd-80) 16.66667%;
  text-align: center; }

.home-distinctions .distinctions-container {
  padding: 0 8.33333% var(--pd-80); }
  .home-distinctions .distinctions-container > .flex {
    margin: 0 -10px; }

.home-distinctions .distinction {
  width: 50%;
  padding: 0 10px; }
  .home-distinctions .distinction > .flex {
    height: 100%; }
    .home-distinctions .distinction > .flex > div {
      padding: 0 1px; }
  .home-distinctions .distinction .left {
    text-align: center;
    width: calc(2 / 5 * 100%); }
    .home-distinctions .distinction .left > div {
      background-color: var(--gray);
      padding: 15px 20px;
      height: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }
    .home-distinctions .distinction .left .logo {
      height: 12.1875vw;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
  .home-distinctions .distinction .right {
    width: calc(3 / 5 * 100%); }
    .home-distinctions .distinction .right > div {
      background-color: var(--gray);
      padding: 15px 20px;
      height: 100%; }

@media all and (max-width: 1160px) {
  .home-distinctions .distinctions-container {
    padding: 0 20px var(--pd-60); }
    .home-distinctions .distinctions-container > .flex {
      margin: 0; }
  .home-distinctions .distinction {
    width: 100%;
    margin: 0 0 20px;
    padding: 0; }
    .home-distinctions .distinction .left .logo {
      height: 25vw; } }

@media all and (max-width: 660px) {
  .home-distinctions .distinctions-container {
    padding: 0 10px var(--pd-60); }
  .home-distinctions .distinction {
    margin: 0 0 10px; }
    .home-distinctions .distinction .left {
      width: 100%; }
      .home-distinctions .distinction .left .logo {
        height: 45vw; }
    .home-distinctions .distinction .right {
      width: 100%; }
      .home-distinctions .distinction .right > div {
        padding: 15px 20px 20px; }
  .home-distinctions .distinction-2 {
    margin: 0; } }

@media all and (max-width: 960px) {
  .home-map {
    display: none; } }

.home-map > h2 {
  padding: 10px 0;
  text-align: center; }

.home-map svg {
  width: 100%; }

.home-map .map-location {
  cursor: pointer;
  -webkit-transition: fill 0.35s;
  -o-transition: fill 0.35s;
  transition: fill 0.35s;
  fill: #fff; }
  .home-map .map-location path {
    fill: #fff;
    -webkit-transition: fill 0.35s;
    -o-transition: fill 0.35s;
    transition: fill 0.35s; }
  .home-map .map-location:hover, .home-map .map-location.active {
    fill: var(--light-green); }
    .home-map .map-location:hover path, .home-map .map-location.active path {
      fill: var(--light-green); }

.open-container body {
  overflow: hidden; }

.open-container .home-map-locations-texts {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0); }

.open-container .close-map-texts-container {
  -webkit-transform: translateX(calc(50vw + 20px));
      -ms-transform: translateX(calc(50vw + 20px));
          transform: translateX(calc(50vw + 20px)); }
  @media all and (max-width: 1160px) {
    .open-container .close-map-texts-container {
      -webkit-transform: translateX(calc(33.33333vw + 20px));
          -ms-transform: translateX(calc(33.33333vw + 20px));
              transform: translateX(calc(33.33333vw + 20px)); } }

.close-map-texts-container {
  position: fixed;
  z-index: 999999;
  width: 31px;
  height: 31px;
  top: 20px;
  left: 0;
  -webkit-transform: translateX(100vw);
      -ms-transform: translateX(100vw);
          transform: translateX(100vw);
  cursor: pointer;
  -webkit-transition: background-color 0.35s,-webkit-transform 0.35s;
  transition: background-color 0.35s,-webkit-transform 0.35s;
  -o-transition: background-color 0.35s,transform 0.35s;
  transition: background-color 0.35s,transform 0.35s;
  transition: background-color 0.35s,transform 0.35s,-webkit-transform 0.35s;
  border-radius: var(--radius); }
  @media all and (max-width: 660px) {
    .close-map-texts-container {
      display: none; } }
  .close-map-texts-container .close_2_close {
    -webkit-transition: color 0.35s;
    -o-transition: color 0.35s;
    transition: color 0.35s; }
  .close-map-texts-container:hover {
    background-color: var(--default-color); }
    .close-map-texts-container:hover .close_2_close {
      color: var(--light-white); }

.home-map-locations-texts {
  position: fixed;
  top: 0;
  right: 0;
  height: 100%;
  width: 50%;
  background: #999e34;
  z-index: 99999;
  overflow-y: auto;
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: -webkit-transform 0.35s;
  transition: -webkit-transform 0.35s;
  -o-transition: transform 0.35s;
  transition: transform 0.35s;
  transition: transform 0.35s, -webkit-transform 0.35s; }
  @media all and (max-width: 1160px) {
    .home-map-locations-texts {
      width: 66.66667%; } }
  @media all and (max-width: 660px) {
    .home-map-locations-texts {
      display: none; } }
  .home-map-locations-texts .texts-prev-next {
    position: absolute;
    top: 20px;
    right: 20px; }
    .home-map-locations-texts .texts-prev-next > .flex > div:first-of-type {
      margin: 0 10px 0 0; }
    .home-map-locations-texts .texts-prev-next .button-prev,
    .home-map-locations-texts .texts-prev-next .button-next {
      cursor: pointer;
      border-radius: var(--radius);
      -webkit-transition: background-color 0.35s,opacity 0.35;
      -o-transition: background-color 0.35s,opacity 0.35;
      transition: background-color 0.35s,opacity 0.35; }
      .home-map-locations-texts .texts-prev-next .button-prev path,
      .home-map-locations-texts .texts-prev-next .button-next path {
        -webkit-transition: color 0.35s;
        -o-transition: color 0.35s;
        transition: color 0.35s; }
      .home-map-locations-texts .texts-prev-next .button-prev:hover,
      .home-map-locations-texts .texts-prev-next .button-next:hover {
        background-color: var(--default-color); }
        .home-map-locations-texts .texts-prev-next .button-prev:hover .arrow-arrow,
        .home-map-locations-texts .texts-prev-next .button-next:hover .arrow-arrow {
          color: var(--light-white); }
      .home-map-locations-texts .texts-prev-next .button-prev.disable,
      .home-map-locations-texts .texts-prev-next .button-next.disable {
        pointer-events: none;
        opacity: 0.7; }
  .home-map-locations-texts .locations-texts {
    padding: 80px calc(1/6 * 100%); }
    @media all and (max-width: 1160px) {
      .home-map-locations-texts .locations-texts {
        padding: 80px 16.66667%; } }
    @media all and (max-width: 960px) {
      .home-map-locations-texts .locations-texts {
        padding: 80px 60px; } }
  .home-map-locations-texts .location_texts {
    display: none; }
    .home-map-locations-texts .location_texts.active {
      display: block; }
    .home-map-locations-texts .location_texts h2 {
      font-family: "Font-Title";
      font-style: normal;
      font-weight: normal;
      font-size: 40px;
      line-height: 48px;
      letter-spacing: 8px;
      margin: 0 0 30px; }
      @media all and (max-width: 1440px) {
        .home-map-locations-texts .location_texts h2 {
          font-size: 36px;
          line-height: 44px;
          letter-spacing: 7px; } }
      @media all and (max-width: 1160px) {
        .home-map-locations-texts .location_texts h2 {
          font-size: 32px;
          line-height: 40px;
          letter-spacing: 6px; } }
      @media all and (max-width: 960px) {
        .home-map-locations-texts .location_texts h2 {
          font-size: 27px;
          line-height: 35px;
          letter-spacing: 5px; } }
      @media all and (max-width: 660px) {
        .home-map-locations-texts .location_texts h2 {
          font-size: 24px;
          line-height: 32px;
          letter-spacing: 4px; } }
    .home-map-locations-texts .location_texts img {
      display: inline-block;
      max-width: 50%; }
    .home-map-locations-texts .location_texts p:has(img) {
      margin: 0 0 30px; }
    .home-map-locations-texts .location_texts p:has(img) + h3 {
      margin: 0 0 30px; }
    .home-map-locations-texts .location_texts h3 {
      text-transform: uppercase;
      margin: 0 0 30px; }
    .home-map-locations-texts .location_texts p + p:has(img) {
      margin-top: 30px; }
    .home-map-locations-texts .location_texts p {
      max-width: 600px; }
    .home-map-locations-texts .location_texts a {
      text-decoration: underline; }
      .home-map-locations-texts .location_texts a:hover {
        color: var(--default-color);
        opacity: 0.7; }
    .home-map-locations-texts .location_texts b, .home-map-locations-texts .location_texts strong {
      color: var(--gray); }

.home-map {
  position: relative; }
  .home-map .location_ball {
    cursor: pointer; }
  .home-map .location_title {
    display: none; }
  .home-map .location_container.active .location_title {
    display: block; }

.about-history video {
  height: 100vh;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center; }

.about-history .history-container {
  padding: 0 16.66667% var(--pd-80); }
  @media all and (max-width: 960px) {
    .about-history .history-container {
      padding: 0 8.33333% var(--pd-60); } }
  @media all and (max-width: 660px) {
    .about-history .history-container {
      padding: 0 10px var(--pd-60); } }
  .about-history .history-container > div {
    border-radius: 6px;
    background: rgba(230, 230, 230, 0.4);
    -webkit-backdrop-filter: blur(20px);
            backdrop-filter: blur(20px);
    padding: var(--pd-120) var(--pd-60);
    /*h2:first-of-type {
                @include h3;
                margin: 0 0 var(--pd-60);
            }*/ }
    @media all and (max-width: 660px) {
      .about-history .history-container > div {
        padding: var(--pd-60) 20px; } }
    .about-history .history-container > div p {
      max-width: 600px;
      margin-left: auto;
      margin-right: auto; }
    .about-history .history-container > div p:has(> img) {
      text-align: center; }
    .about-history .history-container > div h2 {
      color: var(--default-colot);
      text-transform: uppercase;
      text-align: center;
      font-family: "Font-Title";
      font-style: normal;
      font-weight: normal;
      font-size: 40px;
      line-height: 48px;
      letter-spacing: 8px;
      margin: var(--pd-120) 0; }
      @media all and (max-width: 1440px) {
        .about-history .history-container > div h2 {
          font-size: 36px;
          line-height: 44px;
          letter-spacing: 7px; } }
      @media all and (max-width: 1160px) {
        .about-history .history-container > div h2 {
          font-size: 32px;
          line-height: 40px;
          letter-spacing: 6px; } }
      @media all and (max-width: 960px) {
        .about-history .history-container > div h2 {
          font-size: 27px;
          line-height: 35px;
          letter-spacing: 5px; } }
      @media all and (max-width: 660px) {
        .about-history .history-container > div h2 {
          font-size: 24px;
          line-height: 32px;
          letter-spacing: 4px; } }
      @media all and (max-width: 660px) {
        .about-history .history-container > div h2 {
          margin: var(--pd-60) 0; } }
    .about-history .history-container > div h3 {
      color: var(--default-colot);
      text-transform: uppercase;
      text-align: center;
      margin: 60px 0; }

.history-texts .block-pin-big-text-text .right > div {
  margin: 8.33333vw 0 0; }

@media all and (max-width: 960px) {
  .history-texts .block-pin-big-text-text .right > div {
    margin: 0; } }

@media all and (min-width: 961px) {
  .page-history .block-pin-image-text {
    margin: 0 0 20px; } }

.page-archive-cat .block-intro-title .text-container {
  padding: var(--pd-120) 20px; }

.page-archive-cat .block-related {
  background-color: var(--gray); }

.single-site .site-intro {
  margin: 0 0 40px; }

.single-site .site-intro .block-image-text .right .lower > div:last-of-type {
  margin: 0; }

.single-site .site-texts {
  margin: 0 0 var(--pd-240); }

.single-site .block-pin-big-text-text .right > div {
  margin: 12.5vw 0 0; }

@media all and (max-width: 960px) {
  .single-site .block-pin-big-text-text .right > div {
    margin: 0; } }

.drastiriotites-container {
  padding: 0 20px; }
  .drastiriotites-container > .flex {
    margin: 0 -10px; }
    .drastiriotites-container > .flex > div {
      width: 33.33333%;
      padding: 0 10px;
      margin: 0 0 var(--pd-120); }
  @media all and (max-width: 960px) {
    .drastiriotites-container {
      margin: 0 0 var(--pd-120); }
      .drastiriotites-container > .flex > div {
        width: 50%;
        margin: 0 0 40px; }
        .drastiriotites-container > .flex > div:last-of-type {
          margin: 0; } }
  @media all and (max-width: 660px) {
    .drastiriotites-container {
      padding: 0 10px; }
      .drastiriotites-container > .flex {
        margin: 0; }
        .drastiriotites-container > .flex > div {
          width: 100%;
          padding: 0;
          margin: 0 0 40px; } }

.page-drastiriotita .drastiriotita-texts .texts-image {
  margin: 0 0 40px; }
  .page-drastiriotita .drastiriotita-texts .texts-image img {
    width: 100%; }

.page-drastiriotita .block-related {
  background: var(--gray); }

@media all and (max-width: 660px) {
  .page-drastiriotita .block-related .related-container {
    padding: 0 10px var(--pd-120); } }

.melos-slider .block-slider-1 .swiper-slide {
  width: 25vw;
  min-height: 20.833333vw; }

.melos-slider .block-slider-1 .slide-text {
  font-family: "Font-Regular";
  font-style: normal;
  font-weight: normal;
  font-size: 30px;
  line-height: 38px;
  letter-spacing: 2px;
  /*    @media all and (max-width:660px) {
        font-size:20px;
        line-height:28px;
    }*/ }
  @media all and (max-width: 1440px) {
    .melos-slider .block-slider-1 .slide-text {
      font-size: 27px;
      line-height: 35px; } }
  @media all and (max-width: 1160px) {
    .melos-slider .block-slider-1 .slide-text {
      font-size: 24px;
      line-height: 32px; } }
  @media all and (max-width: 960px) {
    .melos-slider .block-slider-1 .slide-text {
      font-size: 22px;
      line-height: 30px;
      letter-spacing: 1px; } }

.melos-slider .block-slider-1 .block-title {
  height: 100%; }

@media all and (max-width: 1440px) {
  .melos-slider .block-slider-1 .block-title {
    left: -5vw; } }

@media all and (max-width: 1160px) {
  .melos-slider .block-slider-1 .swiper-slide {
    width: 33.33333vw;
    min-height: 33.33333vw; } }

@media all and (max-width: 960px) {
  .melos-slider .block-slider-1 .swiper-slide {
    min-height: 41.66667vw; } }

@media all and (max-width: 660px) {
  .melos-slider .block-slider-1 .swiper-slide {
    min-height: 65vw;
    width: 85vw; } }

.melos-form > h2 {
  padding: var(--pd-80) 20px;
  text-align: center; }

.melos-form .form-container {
  padding: 0 25% var(--pd-80); }
  @media all and (max-width: 1160px) {
    .melos-form .form-container {
      padding: 0 16.66667% var(--pd-60); } }
  @media all and (max-width: 960px) {
    .melos-form .form-container {
      padding: 0 8.33333% var(--pd-60); } }
  @media all and (max-width: 660px) {
    .melos-form .form-container {
      padding: 0 10px var(--pd-60); } }

.melos-form .gform_fields {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -10px 50px; }
  .melos-form .gform_fields > div {
    width: 50%;
    padding: 0 10px;
    margin: 0 0 20px; }
  .melos-form .gform_fields label {
    display: block;
    margin: 0 0 10px; }
  .melos-form .gform_fields input {
    border: 1px solid var(--default-color);
    color: var(--default-color);
    padding: 11px 10px 16px; }
  @media all and (max-width: 660px) {
    .melos-form .gform_fields {
      margin: 0 0 20px; }
      .melos-form .gform_fields > div {
        width: 100%;
        padding: 0;
        margin: 0 0 10px; } }

.melos-form .gform_footer {
  text-align: center; }

.melos-form input[type="submit"] {
  padding: 3px 10px 7px;
  border-radius: 6px;
  border: 1px solid var(--default-color);
  display: block;
  text-align: center;
  cursor: pointer;
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
  display: inline-block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content; }
  .melos-form input[type="submit"]:hover {
    background-color: var(--default-color);
    color: var(--light-white); }
  .melos-form input[type="submit"].white {
    border: 1px solid var(--light-white);
    color: var(--light-white); }
    .melos-form input[type="submit"].white:hover {
      background: var(--light-white);
      color: var(--default-color); }

.melos-form .gfield_validation_message {
  top: 48px;
  right: 20px; }

.melos-form .gform_confirmation_message {
  font-family: "Font-Regular";
  font-style: normal;
  font-weight: normal;
  font-size: 30px;
  line-height: 38px;
  letter-spacing: 2px;
  /*    @media all and (max-width:660px) {
        font-size:20px;
        line-height:28px;
    }*/ }
  @media all and (max-width: 1440px) {
    .melos-form .gform_confirmation_message {
      font-size: 27px;
      line-height: 35px; } }
  @media all and (max-width: 1160px) {
    .melos-form .gform_confirmation_message {
      font-size: 24px;
      line-height: 32px; } }
  @media all and (max-width: 960px) {
    .melos-form .gform_confirmation_message {
      font-size: 22px;
      line-height: 30px;
      letter-spacing: 1px; } }

.info-tabs {
  padding: 0 20px var(--pd-120);
  background: #fff;
  position: relative;
  z-index: 2; }
  @media all and (max-width: 660px) {
    .info-tabs {
      padding: 0 10px var(--pd-120); } }

.info-tab {
  border-bottom: 1px solid var(--light-green); }
  .info-tab:first-of-type {
    border-top: 1px solid var(--light-green); }
  .info-tab.is-active .tab__title > .flex > div:after {
    -webkit-transition: opacity 0.15s 0.15s, -webkit-transform 0.35s;
    transition: opacity 0.15s 0.15s, -webkit-transform 0.35s;
    -o-transition: transform 0.35s, opacity 0.15s 0.15s;
    transition: transform 0.35s, opacity 0.15s 0.15s;
    transition: transform 0.35s, opacity 0.15s 0.15s, -webkit-transform 0.35s;
    opacity: 0;
    -webkit-transform: translate(-50%, -50%) rotate(-90deg);
        -ms-transform: translate(-50%, -50%) rotate(-90deg);
            transform: translate(-50%, -50%) rotate(-90deg); }
  .info-tab .tab__title {
    cursor: pointer; }
    .info-tab .tab__title > .flex {
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }
      .info-tab .tab__title > .flex h2 {
        width: calc(100% - 36px);
        padding: 3px 0 9px; }
      .info-tab .tab__title > .flex > div {
        width: 26px;
        height: 26px;
        position: relative; }
        .info-tab .tab__title > .flex > div:before {
          content: "";
          position: absolute;
          top: 50%;
          left: 50%;
          -webkit-transform: translate(-50%, -50%);
              -ms-transform: translate(-50%, -50%);
                  transform: translate(-50%, -50%);
          width: 15px;
          height: 1px;
          background-color: var(--default-color); }
        .info-tab .tab__title > .flex > div:after {
          content: "";
          position: absolute;
          top: 50%;
          left: 50%;
          -webkit-transform: translate(-50%, -50%);
              -ms-transform: translate(-50%, -50%);
                  transform: translate(-50%, -50%);
          width: 1px;
          height: 15px;
          background-color: var(--default-color);
          -webkit-transition: opacity 0s, -webkit-transform 0.35s;
          transition: opacity 0s, -webkit-transform 0.35s;
          -o-transition: transform 0.35s, opacity 0s;
          transition: transform 0.35s, opacity 0s;
          transition: transform 0.35s, opacity 0s, -webkit-transform 0.35s; }
      @media all and (max-width: 1440px) {
        .info-tab .tab__title > .flex h2 {
          padding: 6px 0 10px; } }
      @media all and (max-width: 1160px) {
        .info-tab .tab__title > .flex h2 {
          padding: 8px 0 10px; } }
      @media all and (max-width: 960px) {
        .info-tab .tab__title > .flex h2 {
          padding: 9px 0 11px; } }
      @media all and (max-width: 660px) {
        .info-tab .tab__title > .flex h2 {
          padding: 10px 0 12px; } }
  .info-tab .tab__content {
    display: none; }
    .info-tab .tab__content > div {
      padding: 40px 0 40px calc(9 / 12 * 100%); }
    .info-tab .tab__content p {
      margin-left: auto;
      max-width: 600px; }
    @media all and (max-width: 1440px) {
      .info-tab .tab__content > div {
        padding: 40px 0 40px calc(8 / 12 * 100%); } }
    @media all and (max-width: 1160px) {
      .info-tab .tab__content > div {
        padding: 40px 0 40px 50%; } }
    @media all and (max-width: 960px) {
      .info-tab .tab__content > div {
        padding: 40px 33.33333% 40px 0; } }
    @media all and (max-width: 660px) {
      .info-tab .tab__content > div {
        padding: 40px 0; } }

.person-content {
  padding: 120px 25%;
  text-align: center; }
  @media all and (max-width: 960px) {
    .person-content {
      padding: 120px 16.66667%; } }
  @media all and (max-width: 660px) {
    .person-content {
      padding: 120px 10px; } }
  .person-content h1 {
    margin: 0 0 40px; }
  .person-content p {
    max-width: 600px;
    margin: 0 auto 18px; }
    .person-content p:last-of-type {
      margin: 0 auto; }
  .person-content .person-image {
    text-align: center;
    margin: 0 0 40px; }

.post-image {
  margin: 0 0 60px; }
  .post-image > div {
    text-align: center;
    padding: 0 16.66667%; }
  @media all and (max-width: 660px) {
    .post-image > div {
      padding: 0 10px; } }

.post-texts > div:last-of-type {
  margin-bottom: var(--pd-240); }

.page-proswpa .tab-img {
  padding: 0 50% 10px 0; }

.page-proswpa .proswpa-banner-1 {
  margin: 0 0 60px; }

.page-proswpa .block-pin-big-text-text {
  margin: 0 0 60px;
  padding: 40px 20px var(--pd-120);
  background-color: var(--gray); }

.page-proswpa .people-logo {
  padding: 0 20px;
  margin: 0 0 20px; }
  .page-proswpa .people-logo img {
    width: 120px; }
  @media all and (max-width: 1160px) {
    .page-proswpa .people-logo img {
      width: 100px; } }
  @media all and (max-width: 660px) {
    .page-proswpa .people-logo {
      padding: 0 10px; } }

.dioikisi-text {
  /*.dioikisi-list {
        padding: 0 20px;
        margin: 0 0 var(--pd-120) auto;
        @media all and (max-width: 660px) {
            padding: 0 10px;
        }

        >h3 {
            width: calc(50% - 10px);
            margin: 0 0 10px auto;
            @media all and (max-width: 960px) {
                width: 100%;
            }
        }
    
        .item {
            width: calc(50% - 10px);
            margin: 0 0 0 auto;
            @media all and (max-width: 960px) {
                width: 100%;
            }
        }
    }*/ }
  .dioikisi-text .block-pin-text-image {
    margin: 0 0 var(--pd-120); }
  .dioikisi-text .dioikisi-list > h3 {
    margin: 0 0 10px; }

.page-dioikisi .block-big-text .big-text-container {
  padding: 0 0 var(--pd-120); }

.page-filiki .block-image-breadcrumbs:before {
  display: none; }

.page-filiki .filiki-texts .right li {
  padding: 6px 0 10px;
  border-bottom: 1px solid var(--light-green); }
  .page-filiki .filiki-texts .right li:first-of-type {
    border-top: 1px solid var(--light-green); }

.block-big-text {
  position: relative;
  z-index: 1;
  background-color: #fff;
  padding: 0 20px var(--pd-240); }
  .block-big-text .big-text-container {
    padding: 0 0 20px; }
  .block-big-text h3 {
    margin: 0 0 30px; }
  .block-big-text div.h2 {
    padding: 0 50% 0 0; }
  .block-big-text a {
    margin: 25px 0 0;
    display: inline-block;
    padding: 5px 0; }
  @media all and (max-width: 1440px) {
    .block-big-text {
      padding: 0 20px var(--pd-80); }
      .block-big-text div.h2 {
        padding: 0 33.33333% 0 0; } }
  @media all and (max-width: 1160px) {
    .block-big-text div.h2 {
      padding: 0 16.66667% 0 0; } }
  @media all and (max-width: 960px) {
    .block-big-text {
      padding: 0 10px 120px; }
      .block-big-text div.h2 {
        padding: 0 8.33333% 0 0; } }
  @media all and (max-width: 660px) {
    .block-big-text div.h2 {
      padding: 0; } }

.block-image-info-full {
  background-color: var(--default-color);
  color: #fff; }
  .block-image-info-full > .flex > div {
    width: 50%; }
  @media all and (max-width: 660px) {
    .block-image-info-full > .flex > div {
      width: 100%; } }
  .block-image-info-full .outer-left {
    height: 100vh;
    min-height: 500px;
    position: relative; }
    @media all and (max-width: 960px) {
      .block-image-info-full .outer-left {
        height: 65vh;
        min-height: 600px; } }
    @media all and (max-width: 660px) {
      .block-image-info-full .outer-left {
        height: 100vw;
        min-height: auto; } }
    .block-image-info-full .outer-left > div {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      opacity: 0;
      -webkit-transition: opacity 0.35s;
      -o-transition: opacity 0.35s;
      transition: opacity 0.35s;
      z-index: 0; }
      .block-image-info-full .outer-left > div.active {
        z-index: 1;
        opacity: 1; }
    .block-image-info-full .outer-left img {
      height: 100%;
      width: 100%;
      -o-object-fit: cover;
         object-fit: cover;
      -o-object-position: center;
         object-position: center; }
  .block-image-info-full .outer-right .outer {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .block-image-info-full .outer-right .inner {
    margin: auto 0;
    padding: 0 10px; }
    .block-image-info-full .outer-right .inner > h2 {
      text-align: center;
      margin: 0 0 40px; }
  .block-image-info-full .outer-right .info {
    position: relative;
    border-bottom: 1px solid var(--light-white);
    color: var(--light-white);
    opacity: 0.2;
    -webkit-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s;
    cursor: pointer; }
    .block-image-info-full .outer-right .info:first-of-type {
      border-top: 1px solid var(--light-white); }
    .block-image-info-full .outer-right .info:nth-child(n + 2):before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 1px;
      background-color: var(--light-white);
      opacity: 0;
      -webkit-transition: all 0.35s;
      -o-transition: all 0.35s;
      transition: all 0.35s; }
    .block-image-info-full .outer-right .info > .flex {
      -webkit-box-align: end;
          -ms-flex-align: end;
              align-items: flex-end;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      padding: 4px 0 10px; }
    .block-image-info-full .outer-right .info.active {
      color: #fff;
      opacity: 1; }
      .block-image-info-full .outer-right .info.active:before {
        opacity: 1;
        background-color: #fff; }
    @media all and (max-width: 960px) {
      .block-image-info-full .outer-right .info > .flex > div {
        width: 100%; } }
    @media all and (max-width: 660px) {
      .block-image-info-full .outer-right .info > .flex > div {
        width: 50%; }
        .block-image-info-full .outer-right .info > .flex > div:last-of-type {
          text-align: right; } }
  @media all and (max-width: 660px) {
    .block-image-info-full .outer-right .inner {
      padding: 40px 10px var(--pd-60); } }

.block-slider-1 > .swiper {
  padding: var(--pd-60) 20px var(--pd-60) 8.33333%; }
  @media all and (max-width: 960px) {
    .block-slider-1 > .swiper {
      padding: var(--pd-60) 20px var(--pd-60) 20px; } }
  @media all and (max-width: 660px) {
    .block-slider-1 > .swiper {
      padding: var(--pd-60) 10px var(--pd-60) 10px; } }

.block-slider-1 .block-mobile-title {
  display: none;
  padding: 40px 20px 0; }
  @media all and (max-width: 960px) {
    .block-slider-1 .block-mobile-title {
      display: block; } }
  @media all and (max-width: 660px) {
    .block-slider-1 .block-mobile-title {
      padding: 40px 10px 0; } }

.block-slider-1 .block-title {
  position: absolute;
  top: 50%;
  left: -5vw;
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
  white-space: nowrap;
  -webkit-transform: translateY(-50%) rotate(-180deg);
      -ms-transform: translateY(-50%) rotate(-180deg);
          transform: translateY(-50%) rotate(-180deg);
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
  text-orientation: inherit;
  height: 100%;
  text-align: center; }
  @media all and (max-width: 1440px) {
    .block-slider-1 .block-title {
      height: 75%;
      left: -6vw;
      white-space: normal; } }
  @media all and (max-width: 1160px) {
    .block-slider-1 .block-title {
      left: -6.25vw; } }
  @media all and (max-width: 960px) {
    .block-slider-1 .block-title {
      display: none; } }

.block-slider-1 .swiper-slide {
  width: 25vw;
  border-right: 1px solid var(--default-color);
  min-height: 29.6875vw;
  height: auto;
  padding: 0 20px 0 0; }
  .block-slider-1 .swiper-slide.first {
    padding-left: 20px;
    border-left: 1px solid var(--default-color); }
  @media all and (max-width: 1440px) {
    .block-slider-1 .swiper-slide {
      width: 25vw; } }
  @media all and (max-width: 1160px) {
    .block-slider-1 .swiper-slide {
      width: 33.33333vw; } }
  @media all and (max-width: 960px) {
    .block-slider-1 .swiper-slide {
      width: 50vw; } }
  @media all and (max-width: 660px) {
    .block-slider-1 .swiper-slide {
      width: 90vw;
      padding: 0 40px 0 0;
      border: 0 !important;
      opacity: 0.4;
      -webkit-transition: opacity 0.35s;
      -o-transition: opacity 0.35s;
      transition: opacity 0.35s; }
      .block-slider-1 .swiper-slide.swiper-slide-active {
        opacity: 1; }
      .block-slider-1 .swiper-slide.first {
        padding-left: 0;
        border-left: 0; } }
  .block-slider-1 .swiper-slide > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    height: 100%; }

.block-slider-1 .slide-upper {
  margin: 0 0 20px; }
  .block-slider-1 .slide-upper .title {
    margin: -10px 0 10px; }

.slider-navigation {
  padding: 0 20px var(--pd-60); }
  .slider-navigation > .flex {
    margin: 0 -5px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .slider-navigation > .flex > div {
      padding: 0 5px; }

.block-image-text.light_green {
  background-color: var(--light-green); }
  .block-image-text.light_green a:hover {
    color: var(--light-white); }

.block-image-text.default {
  background-color: var(--default-color);
  color: var(--light-white); }
  .block-image-text.default a {
    color: var(--light-white); }
    .block-image-text.default a:hover {
      color: var(--light-green); }
    .block-image-text.default a.link {
      border-color: var(--light-white); }
      .block-image-text.default a.link:hover {
        background-color: var(--light-white);
        color: var(--default-color); }

.block-image-text > .flex > div {
  width: 50%; }
  @media all and (max-width: 960px) {
    .block-image-text > .flex > div {
      width: 100%; } }

.block-image-text .left img {
  height: 100vh;
  min-height: 600px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center; }
  @media all and (max-width: 960px) {
    .block-image-text .left img {
      height: 65vh;
      min-height: 500px; } }
  @media all and (max-width: 660px) {
    .block-image-text .left img {
      height: 100vw;
      min-height: auto; } }

.block-image-text .right {
  text-align: center; }
  .block-image-text .right > div {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 30px calc(1 / 6 * 100%);
    position: relative; }
    @media all and (max-width: 1440px) {
      .block-image-text .right > div {
        padding: 30px var(--pd-80); } }
    @media all and (max-width: 1160px) {
      .block-image-text .right > div {
        padding: 30px 20px; } }
    @media all and (max-width: 960px) {
      .block-image-text .right > div {
        padding: var(--pd-60) 8.33333%; } }
    @media all and (max-width: 660px) {
      .block-image-text .right > div {
        min-height: 100vw;
        padding: 20px 10px; }
        .block-image-text .right > div .lower > div {
          margin: 0 0 20px; } }
  .block-image-text .right .upper {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 100%;
    padding: 0 calc(1 / 6 * 100%); }
    @media all and (max-width: 1440px) {
      .block-image-text .right .upper {
        padding: 0 var(--pd-80); } }
    @media all and (max-width: 1160px) {
      .block-image-text .right .upper {
        padding: 0 20px; } }
    @media all and (max-width: 960px) {
      .block-image-text .right .upper {
        position: static;
        width: 100%;
        -webkit-transform: none;
            -ms-transform: none;
                transform: none;
        margin: 0 0 20px; } }
  .block-image-text .right .lower {
    margin: auto 0 0; }
    .block-image-text .right .lower > div {
      margin: 0 0 40px; }
    .block-image-text .right .lower .post-term {
      margin: 0 0 20px; }
    .block-image-text .right .lower a {
      display: inline-block; }
      .block-image-text .right .lower a:not(.link) {
        padding: 5px 0; }

.block-slider-2.gray {
  background-color: var(--gray); }

.block-slider-2 .titles {
  padding: var(--pd-80) 0 10px;
  width: calc(100% - 40px);
  margin: 0 auto var(--pd-60);
  border-bottom: 1px solid var(--default-color); }
  .block-slider-2 .titles > .flex {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }

.block-slider-2 .swiper {
  padding: 0 20px var(--pd-80) 8.33333%; }

.block-slider-2 .swiper-slide {
  width: 16.66667vw;
  height: auto; }
  .block-slider-2 .swiper-slide > div {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }

@media all and (max-width: 1440px) {
  .block-slider-2 .swiper-slide {
    width: 20vw; } }

@media all and (max-width: 1160px) {
  .block-slider-2 .swiper-slide {
    width: 25vw; } }

@media all and (max-width: 960px) {
  .block-slider-2 .swiper {
    padding: 0 20px var(--pd-60); }
  .block-slider-2 .swiper-slide {
    width: 33.33333vw; }
  .block-slider-2 .titles {
    margin: 0 auto 20px; } }

@media all and (max-width: 660px) {
  .block-slider-2 .swiper {
    padding: 0 10px var(--pd-60); }
  .block-slider-2 .swiper-slide {
    width: 70vw; }
  .block-slider-2 .titles {
    padding: var(--pd-60) 0 10px;
    margin: 0 auto 10px;
    width: calc(100% - 20px); }
    .block-slider-2 .titles > .flex > div {
      width: 100%; } }

.block-6-blocks {
  background-color: var(--gray); }
  .block-6-blocks .titles {
    padding: var(--pd-80) 0 10px;
    width: calc(100% - 40px);
    margin: 0 auto var(--pd-60);
    border-bottom: 1px solid var(--default-color); }
  .block-6-blocks .blocks-container {
    padding: 0 20px var(--pd-80); }
    .block-6-blocks .blocks-container > .flex {
      margin: 0 -10px; }
      .block-6-blocks .blocks-container > .flex > .tease--generic {
        padding: 0 10px;
        width: 16.66667%;
        height: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between; }
        @media all and (max-width: 1440px) {
          .block-6-blocks .blocks-container > .flex > .tease--generic .tease-img img {
            height: 22.916666vw; } }
        @media all and (max-width: 1160px) {
          .block-6-blocks .blocks-container > .flex > .tease--generic {
            width: 33.33333%;
            margin: 0 0 20px; }
            .block-6-blocks .blocks-container > .flex > .tease--generic .tease-img img {
              height: 42.241379vw; } }
        @media all and (max-width: 660px) {
          .block-6-blocks .blocks-container > .flex > .tease--generic {
            width: 50%;
            margin: 0 0 60px; }
            .block-6-blocks .blocks-container > .flex > .tease--generic .tease-img img {
              height: 62.878787vw; } }
    .block-6-blocks .blocks-container .tease--generic .tease-title {
      margin: 0; }

.block-related > h2 {
  text-align: center;
  padding: var(--pd-80) 16.66667%; }

.block-related .related-container {
  padding: 0 16.66667% var(--pd-80); }
  .block-related .related-container > .flex {
    margin: 0 -1px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .block-related .related-container .tease--medium {
    width: 33.33333%;
    padding: 0 1px; }

@media all and (max-width: 1160px) {
  .block-related .related-container {
    padding: 0 8.33333% var(--pd-60); } }

@media all and (max-width: 960px) {
  .block-related .related-container {
    padding: 0 20px 20px; }
    .block-related .related-container .tease--medium {
      margin: 0 0 40px; } }

@media all and (max-width: 660px) {
  .block-related .related-container {
    padding: 0 10px var(--pd-60); }
    .block-related .related-container > .flex {
      margin: 0; }
    .block-related .related-container .tease--medium {
      width: 100%;
      padding: 0; }
      .block-related .related-container .tease--medium:last-of-type {
        margin: 0; } }

.block-intro-full {
  position: relative;
  margin: 0 0 40px; }
  .block-intro-full img {
    position: relative;
    z-index: 0;
    height: 100vh;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center; }
  .block-intro-full h1 {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    text-align: center;
    z-index: 2;
    color: var(--light-white); }
  .block-intro-full .block-breadcrumbs {
    position: absolute;
    top: calc(100vh - 40px);
    left: 20px;
    z-index: 99;
    color: var(--light-white); }
    .block-intro-full .block-breadcrumbs > div {
      padding: 0 0 20px; }
      .block-intro-full .block-breadcrumbs > div a {
        color: var(--gray); }
      .block-intro-full .block-breadcrumbs > div span {
        color: var(--light-gray); }
      .block-intro-full .block-breadcrumbs > div .breadcrumb_last {
        color: var(--light-gray); }
      .block-intro-full .block-breadcrumbs > div .bullet {
        color: var(--gray);
        padding: 0 5px; }
    @media all and (max-width: 660px) {
      .block-intro-full .block-breadcrumbs {
        top: calc(100vh - 30px);
        left: 10px; }
        .block-intro-full .block-breadcrumbs > div {
          padding: 0 0 10px; } }

.block-image-text-2.light_green {
  background-color: var(--light-green); }
  .block-image-text-2.light_green a:hover {
    color: var(--light-white); }

.block-image-text-2.default {
  background-color: var(--default-color);
  color: var(--light-white); }
  .block-image-text-2.default a {
    color: var(--light-white); }
    .block-image-text-2.default a:hover {
      color: var(--light-green); }

.block-image-text-2 > .flex > div {
  width: 50%; }
  @media all and (max-width: 960px) {
    .block-image-text-2 > .flex > div {
      width: 100%; } }

.block-image-text-2 .left {
  min-height: 100vh; }
  .block-image-text-2 .left img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center; }
  @media all and (max-width: 960px) {
    .block-image-text-2 .left {
      height: 100vh;
      min-height: 500px; } }
  @media all and (max-width: 660px) {
    .block-image-text-2 .left {
      height: 100vw;
      min-height: auto; } }

.block-image-text-2 .right {
  text-align: center; }
  .block-image-text-2 .right > div {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 30px var(--pd-80); }
  .block-image-text-2 .right .lower {
    margin: auto 0;
    text-transform: uppercase; }
  @media all and (max-width: 1440px) {
    .block-image-text-2 .right > div {
      padding: 30px; } }
  @media all and (max-width: 960px) {
    .block-image-text-2 .right > div {
      padding: var(--pd-240) 8.33333%; }
    .block-image-text-2 .right .upper {
      margin: 0 0 20px; } }
  @media all and (max-width: 660px) {
    .block-image-text-2 .right > div {
      padding: 20px 10px;
      min-height: 100vw; } }

.info-tabs > h3 {
  text-transform: uppercase;
  margin: 0 0 20px; }

.block-intro-title.not-first .text-container {
  text-align: center;
  padding: var(--pd-240) 25% var(--pd-240); }
  @media all and (max-width: 1440px) {
    .block-intro-title.not-first .text-container {
      padding: var(--pd-240) 20% var(--pd-240); } }
  @media all and (max-width: 1160px) {
    .block-intro-title.not-first .text-container {
      padding: var(--pd-240) 16.66667% var(--pd-240); } }
  @media all and (max-width: 1160px) {
    .block-intro-title.not-first .text-container {
      padding: var(--pd-240) 8.33333% var(--pd-240); } }
  @media all and (max-width: 660px) {
    .block-intro-title.not-first .text-container {
      padding: var(--pd-240) 20px var(--pd-240); } }

.block-intro-title .text-container {
  text-align: center;
  padding: calc(var(--pd-240) + 50px) 25% var(--pd-240); }
  @media all and (max-width: 1440px) {
    .block-intro-title .text-container {
      padding: calc(var(--pd-240) + 50px) 20% var(--pd-240); } }
  @media all and (max-width: 1160px) {
    .block-intro-title .text-container {
      padding: calc(var(--pd-240) + 50px) 16.66667% var(--pd-240); } }
  @media all and (max-width: 1160px) {
    .block-intro-title .text-container {
      padding: calc(var(--pd-240) + 50px) 8.33333% var(--pd-240); } }
  @media all and (max-width: 660px) {
    .block-intro-title .text-container {
      padding: calc(var(--pd-240) + 50px) 20px var(--pd-240); } }

.block-intro-title-2 {
  text-align: center; }
  .block-intro-title-2 .text-container {
    padding: var(--pd-120) 33.33333%; }
  @media all and (max-width: 1440px) {
    .block-intro-title-2 .text-container {
      padding: var(--pd-120) 25%; } }
  @media all and (max-width: 960px) {
    .block-intro-title-2 .text-container {
      padding: var(--pd-120) 16.66667%; } }
  @media all and (max-width: 660px) {
    .block-intro-title-2 .text-container {
      padding: var(--pd-120) 10px; } }

.outer-breadcrumbs {
  position: absolute;
  left: 20px;
  top: calc(100vh - 40px);
  z-index: 99; }
  .outer-breadcrumbs .block-breadcrumbs > div {
    padding: 0 0 20px; }
    .outer-breadcrumbs .block-breadcrumbs > div a {
      color: var(--gray); }
    .outer-breadcrumbs .block-breadcrumbs > div span {
      color: var(--gray); }
    .outer-breadcrumbs .block-breadcrumbs > div .breadcrumb_last {
      color: #fff; }
    .outer-breadcrumbs .block-breadcrumbs > div .bullet {
      color: var(--gray);
      padding: 0 5px; }
  @media all and (max-width: 660px) {
    .outer-breadcrumbs {
      top: calc(100vh - 100px);
      left: 10px; }
      .outer-breadcrumbs .block-breadcrumbs > div {
        padding: 0 0 10px; } }

#content:has(.outer-breadcrumbs) {
  position: relative; }

.block-image-breadcrumbs {
  position: relative;
  z-index: 2;
  margin: 0 0 40px; }
  .block-image-breadcrumbs img {
    position: relative;
    z-index: 0;
    height: 100vh;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center; }

.block-pin-image-text {
  padding: 0 20px;
  margin: 0 0 var(--pd-80); }
  .block-pin-image-text > .flex {
    margin: 0 -10px; }
  .block-pin-image-text .left {
    width: 50%;
    padding: 0 10px; }
    .block-pin-image-text .left img {
      width: 100%; }
  .block-pin-image-text .right {
    padding: 0 10px;
    width: 25%;
    margin: 0 0 0 auto; }
    .block-pin-image-text .right h2 {
      margin: 0 0 20px;
      font-family: "Font-Regular";
      font-style: normal;
      font-weight: normal;
      font-size: 16px;
      line-height: 22px;
      letter-spacing: 1px; }
    .block-pin-image-text .right h3 {
      margin: 0 0 20px; }
  @media all and (max-width: 1440px) {
    .block-pin-image-text .right {
      width: 33.33333%; } }
  @media all and (max-width: 1160px) {
    .block-pin-image-text .left {
      width: 50%; }
    .block-pin-image-text .right {
      width: 50%; } }
  @media all and (max-width: 960px) {
    .block-pin-image-text > .flex {
      margin: 0; }
    .block-pin-image-text .left {
      width: 100%;
      margin: 0 0 20px;
      padding: 0; }
    .block-pin-image-text .right {
      width: 100%;
      padding: 0; }
      .block-pin-image-text .right > div {
        padding: 0 0 0 33.33333%; } }
  @media all and (max-width: 660px) {
    .block-pin-image-text {
      padding: 0 10px; }
      .block-pin-image-text .right > div {
        padding: 0; } }

.block-pin-big-text-text {
  padding: 0 20px;
  margin: 0 0 var(--pd-120); }
  .block-pin-big-text-text > .flex {
    margin: 0 -10px; }
  .block-pin-big-text-text .left {
    width: 50%;
    padding: 0 10px; }
  .block-pin-big-text-text .right {
    padding: 0 10px;
    width: 25%;
    margin: 0 0 0 auto; }
    .block-pin-big-text-text .right p:has(img) {
      text-align: center; }
  @media all and (max-width: 1440px) {
    .block-pin-big-text-text .right {
      width: 33.33333%; } }
  @media all and (max-width: 1160px) {
    .block-pin-big-text-text .left {
      width: 50%; }
    .block-pin-big-text-text .right {
      width: 50%; } }
  @media all and (max-width: 960px) {
    .block-pin-big-text-text {
      margin: 0 0 var(--pd-60); }
      .block-pin-big-text-text > .flex {
        margin: 0; }
      .block-pin-big-text-text .left {
        width: 100%;
        margin: 0 0 80px;
        padding: 0; }
      .block-pin-big-text-text .right {
        width: 100%;
        padding: 0; }
        .block-pin-big-text-text .right > div {
          padding: 0 0 0 33.33333%; } }
  @media all and (max-width: 660px) {
    .block-pin-big-text-text {
      padding: 0 10px; }
      .block-pin-big-text-text .left {
        margin: 0 0 40px; }
      .block-pin-big-text-text .right > div {
        padding: 0; } }

.block-list-three-cols {
  padding: 0 20px;
  margin: 0 0 var(--pd-120); }
  @media all and (max-width: 960px) {
    .block-list-three-cols {
      margin: 0 0 var(--pd-60); } }
  @media all and (max-width: 660px) {
    .block-list-three-cols {
      padding: 0 10px; } }
  .block-list-three-cols > h2 {
    margin: 0 0 10px; }
  .block-list-three-cols .list-item {
    border-bottom: 1px solid var(--light-green); }
    .block-list-three-cols .list-item:first-of-type {
      border-top: 1px solid var(--light-green); }
    .block-list-three-cols .list-item > .flex {
      margin: 0 -10px;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      padding: 4px 0 8px; }
  .block-list-three-cols .col-1 {
    width: 50%;
    padding: 0 10px; }
  .block-list-three-cols .col-2 {
    width: 16.66667%;
    padding: 0 10px; }
  .block-list-three-cols .col-3 {
    width: 33.33333%;
    padding: 0 10px; }
  @media all and (max-width: 1440px) {
    .block-list-three-cols .col-1 {
      width: 33.33333%; }
    .block-list-three-cols .col-3 {
      width: 50%; } }
  @media all and (max-width: 960px) {
    .block-list-three-cols .list-item > .flex {
      margin: 0; }
    .block-list-three-cols .col-1 {
      width: 100%;
      padding: 0; }
    .block-list-three-cols .col-2 {
      width: 100%;
      padding: 0; }
    .block-list-three-cols .col-3 {
      width: 100%;
      padding: 0; } }

.block-info-tabs-3 {
  padding: 0 20px;
  margin: 0 0 var(--pd-120); }
  @media all and (max-width: 960px) {
    .block-info-tabs-3 {
      margin: 0 0 var(--pd-60); } }
  @media all and (max-width: 660px) {
    .block-info-tabs-3 {
      padding: 0 10px; } }
  .block-info-tabs-3 > h2 {
    margin: 0 0 10px; }
  .block-info-tabs-3 .tab {
    border-bottom: 1px solid var(--light-green); }
    .block-info-tabs-3 .tab:first-of-type {
      border-top: 1px solid var(--light-green); }
    .block-info-tabs-3 .tab.is-active .tab__title > .flex > .col-3 > div:last-of-type:after {
      -webkit-transition: opacity 0.15s 0.15s, -webkit-transform 0.35s;
      transition: opacity 0.15s 0.15s, -webkit-transform 0.35s;
      -o-transition: transform 0.35s, opacity 0.15s 0.15s;
      transition: transform 0.35s, opacity 0.15s 0.15s;
      transition: transform 0.35s, opacity 0.15s 0.15s, -webkit-transform 0.35s;
      opacity: 0;
      -webkit-transform: translate(-50%, -50%) rotate(-90deg);
          -ms-transform: translate(-50%, -50%) rotate(-90deg);
              transform: translate(-50%, -50%) rotate(-90deg); }
  .block-info-tabs-3 .tab__title {
    position: relative;
    cursor: pointer; }
    .block-info-tabs-3 .tab__title > .flex {
      margin: 0 -10px;
      padding: 3px 0 6px;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
    .block-info-tabs-3 .tab__title .col-1 {
      width: 50%;
      padding: 0 10px; }
    .block-info-tabs-3 .tab__title .col-2 {
      width: 16.66667%;
      padding: 0 10px; }
    .block-info-tabs-3 .tab__title .col-3 {
      width: 33.33333%;
      padding: 0 10px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }
      .block-info-tabs-3 .tab__title .col-3 > div:first-of-type {
        width: calc(100% - 36px); }
      .block-info-tabs-3 .tab__title .col-3 > div:last-of-type {
        width: 26px;
        height: 26px;
        position: relative; }
        .block-info-tabs-3 .tab__title .col-3 > div:last-of-type:before {
          content: "";
          position: absolute;
          top: 50%;
          left: 50%;
          -webkit-transform: translate(-50%, -50%);
              -ms-transform: translate(-50%, -50%);
                  transform: translate(-50%, -50%);
          width: 15px;
          height: 1px;
          background-color: var(--default-color); }
        .block-info-tabs-3 .tab__title .col-3 > div:last-of-type:after {
          content: "";
          position: absolute;
          top: 50%;
          left: 50%;
          -webkit-transform: translate(-50%, -50%);
              -ms-transform: translate(-50%, -50%);
                  transform: translate(-50%, -50%);
          width: 1px;
          height: 15px;
          background-color: var(--default-color);
          -webkit-transition: opacity 0s, -webkit-transform 0.35s;
          transition: opacity 0s, -webkit-transform 0.35s;
          -o-transition: transform 0.35s, opacity 0s;
          transition: transform 0.35s, opacity 0s;
          transition: transform 0.35s, opacity 0s, -webkit-transform 0.35s; }
    @media all and (max-width: 1440px) {
      .block-info-tabs-3 .tab__title .col-1 {
        width: 33.33333%; }
      .block-info-tabs-3 .tab__title .col-3 {
        width: 50%; } }
    @media all and (max-width: 960px) {
      .block-info-tabs-3 .tab__title > .flex {
        margin: 0; }
      .block-info-tabs-3 .tab__title .col-1 {
        width: 100%;
        padding: 0; }
      .block-info-tabs-3 .tab__title .col-2 {
        width: 100%;
        padding: 0; }
      .block-info-tabs-3 .tab__title .col-3 {
        width: 100%;
        padding: 0; } }
  .block-info-tabs-3 .tab__content {
    display: none; }
    .block-info-tabs-3 .tab__content > div {
      padding: 40px 20px 40px calc(calc(8 / 12 * 100%) + 15px); }
    .block-info-tabs-3 .tab__content p {
      max-width: 600px; }
    @media all and (max-width: 1440px) {
      .block-info-tabs-3 .tab__content > div {
        padding: 40px 0 40px calc(50% + 10px); } }
    @media all and (max-width: 960px) {
      .block-info-tabs-3 .tab__content > div {
        padding: 10px 33.33333% 10px 0; } }
    @media all and (max-width: 660px) {
      .block-info-tabs-3 .tab__content > div {
        padding: 10px 0; } }

.block-pin-text-image {
  padding: 0 20px;
  margin: 0 0 var(--pd-120); }
  .block-pin-text-image > .flex {
    margin: 0 -10px; }
  .block-pin-text-image .left {
    width: 33.33333%;
    padding: 0 10px; }
    .block-pin-text-image .left img {
      width: 100%; }
  .block-pin-text-image .right {
    padding: 0 10px;
    width: 50%;
    margin: 0 0 0 auto; }
  @media all and (max-width: 1160px) {
    .block-pin-text-image .left {
      width: 50%; } }
  @media all and (max-width: 960px) {
    .block-pin-text-image {
      margin: 0 0 var(--pd-60); }
      .block-pin-text-image > .flex {
        margin: 0; }
      .block-pin-text-image .left {
        width: 100%;
        margin: 0 0 20px;
        padding: 0; }
      .block-pin-text-image .right {
        width: 100%;
        padding: 0; }
        .block-pin-text-image .right > div {
          padding: 0 8.33333% 0 0; } }
  @media all and (max-width: 660px) {
    .block-pin-text-image {
      padding: 0 10px;
      margin: 0 0 var(--pd-60); }
      .block-pin-text-image .right > div {
        padding: 0; } }

/*.block-breadcrumbs {
    > div {
        padding: 0 20px;
    }
    @media all and (max-width: 660px) {
        > div {
            padding: 0 10px;
        }
    }
}*/
.block-breadcrumbs {
  padding: 0 20px; }
  @media all and (max-width: 660px) {
    .block-breadcrumbs {
      font-size: 10px;
      line-height: 14px;
      padding: 0 10px; } }
  .block-breadcrumbs > .breadcrumbs > span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap; }
  .block-breadcrumbs a {
    color: var(--light-gray); }
  .block-breadcrumbs span {
    color: var(--light-gray); }
  .block-breadcrumbs .breadcrumb_last {
    color: #000; }
  .block-breadcrumbs .bullet {
    color: var(--light-gray);
    padding: 0 5px; }

.block-posts {
  position: relative;
  z-index: 2; }

.links-flex {
  padding: 0 20px;
  margin: 0 0 10px; }
  .links-flex > .flex {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0 -5px; }
    .links-flex > .flex > div {
      padding: 0 5px;
      margin: 0 0 10px; }
    .links-flex > .flex .term {
      cursor: pointer;
      -webkit-transition: all 0.35s;
      -o-transition: all 0.35s;
      transition: all 0.35s; }
      .links-flex > .flex .term.active {
        background-color: var(--default-color);
        color: var(--light-white); }
  @media all and (max-width: 660px) {
    .links-flex {
      padding: 0 10px; } }

.posts-container {
  padding: 0 20px; }
  .posts-container > .flex {
    margin: 0 -10px; }
  .posts-container .tease--generic,
  .posts-container .tease--people {
    height: auto;
    width: 16.66667%;
    padding: 0 10px;
    margin: 0 0 var(--pd-120);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  @media all and (max-width: 1440px) {
    .posts-container .tease--generic,
    .posts-container .tease--people {
      width: 20%; } }
  @media all and (max-width: 1160px) {
    .posts-container .tease--generic,
    .posts-container .tease--people {
      width: 25%; } }
  @media all and (max-width: 960px) {
    .posts-container .tease--generic,
    .posts-container .tease--people {
      width: 33.33333%; } }
  @media all and (max-width: 660px) {
    .posts-container {
      padding: 0 10px; }
      .posts-container > .flex {
        margin: 0; }
      .posts-container .tease--generic,
      .posts-container .tease--people {
        width: 100%;
        margin: 0 0 var(--pd-60);
        padding: 0; }
        .posts-container .tease--generic img,
        .posts-container .tease--people img {
          height: 141vw; } }

.block-image-full {
  position: relative;
  margin: 0 0 40px; }
  .block-image-full img {
    position: relative;
    z-index: 0;
    height: 100vh;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center; }

.block-gallery > h2 {
  text-align: center;
  padding: 0 20px 20px; }

.block-gallery .gallery-item {
  cursor: pointer; }

.block-gallery .gallery-container {
  margin: 0 0 var(--pd-60); }

.block-gallery .swiper-slide {
  height: 27.604166vw;
  width: auto; }
  .block-gallery .swiper-slide > div {
    height: 100%; }
  .block-gallery .swiper-slide img,
  .block-gallery .swiper-slide video {
    height: 100%;
    max-width: unset;
    width: auto;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center; }

@media all and (max-width: 1160px) {
  .block-gallery .swiper-slide {
    height: 33.33333vw; } }

@media all and (max-width: 960px) {
  .block-gallery .swiper-slide {
    height: 41.66667vw; } }

@media all and (max-width: 660px) {
  .block-gallery {
    padding: 0 10px 20px; }
    .block-gallery .swiper-slide {
      height: 65vw; } }

.gallery-popup {
  position: fixed;
  z-index: 1001;
  background: rgba(230, 230, 230, 0.4);
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.35s;
  -o-transition: opacity 0.35s;
  transition: opacity 0.35s; }
  .gallery-popup > div {
    height: 100%;
    overflow-y: auto;
    scrollbar-color: #000 #fff;
    scrollbar-width: 4px;
    text-align: center; }
    .gallery-popup > div .close-popup-btn {
      position: absolute;
      width: 40px;
      height: 40px;
      top: 20px;
      left: 20px;
      z-index: 1;
      cursor: pointer;
      mix-blend-mode: difference;
      -webkit-filter: brightness(0) invert(1);
              filter: brightness(0) invert(1);
      -webkit-transition: all 0.35s;
      -o-transition: all 0.35s;
      transition: all 0.35s; }
      .gallery-popup > div .close-popup-btn svg {
        width: 100%;
        height: auto; }
      .gallery-popup > div .close-popup-btn:hover {
        -webkit-filter: brightness(0) invert(0.8);
                filter: brightness(0) invert(0.8); }
  .gallery-popup .gallery-item-caption {
    height: 30px;
    background-color: #fff;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .gallery-popup video {
    max-width: 100%;
    height: auto; }
  @media all and (max-width: 960px) {
    .gallery-popup > div .close-popup-btn {
      top: 10px;
      left: 10px; } }

.open-gallery-popup body {
  overflow: hidden; }

.open-gallery-popup .gallery-popup {
  opacity: 1;
  pointer-events: all; }

.no-results > h2 {
  padding: 0 20px; }

@media all and (max-width: 660px) {
  .no-results > h2 {
    padding: 0 10px; } }

.sponsor-box {
  width: 12.5%;
  padding: 0 5px;
  position: relative;
  margin: 0 0 10px; }
  .sponsor-box > div {
    border: 1px solid var(--light-green);
    height: 7.2vw;
    position: relative;
    overflow: hidden; }
  .sponsor-box img {
    max-height: 75%;
    width: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }
  @media all and (max-width: 1440px) {
    .sponsor-box {
      width: 16.66667%; }
      .sponsor-box > div {
        height: 10vw; } }
  @media all and (max-width: 1160px) {
    .sponsor-box {
      width: 25%; }
      .sponsor-box > div {
        height: 13vw; } }
  @media all and (max-width: 960px) {
    .sponsor-box > div {
      height: 15vw; } }
  @media all and (max-width: 660px) {
    .sponsor-box {
      width: 50%; }
      .sponsor-box > div {
        height: 25vw; } }

.page-chorigoi > .max-width {
  padding: 0 10px var(--pd-120); }
  .page-chorigoi > .max-width > .flex {
    margin: 0 -5px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
