/*! 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-Semibold';
  src: url(cfdf702f261b59fa1675f6f32c771dd4.eot);
  src: url(cfdf702f261b59fa1675f6f32c771dd4.eot?#iefix) format("embedded-opentype"), url(5e7a0ec4042311b1371d706ec5d801ca.woff2) format("woff2"), url(c2f8a96d361ea07ca7aa4ac9ea373a38.woff) format("woff"), url(9fbd08de978a33cef33de3d6f9cbc9a6.ttf) format("truetype"), url(9373e2e06e48d9118e39e1f6d2bd2120.svg#CFModGrotesk-SemiBold) format("svg");
  font-weight: 600;
  font-style: normal;
  font-display: swap; }

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: font-size 0s;
  -o-transition: font-size 0s;
  transition: font-size 0s; }

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

:root {
  --text_color: #282828;
  --gray: #5a5a5a;
  --light_gray: #B4B4B4; }

html {
  font-size: 14px;
  color: #282828; }

body {
  font-family: 'Font-Semibold';
  line-height: 16px;
  overflow-x: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  background-color: #858789; }

body::-webkit-scrollbar {
  width: 0;
  display: none; }

#content {
  min-height: 100vh; }

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

ul {
  list-style-type: none; }

p {
  margin: 0 0 18px 0; }
  p:last-child {
    margin: 0 !important; }

b,
strong,
.strong {
  font-weight: bold; }

.bg-image {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; }

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

.uppercase {
  text-transform: uppercase; }

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

h1,
h2,
h3,
h4,
h5 {
  font-weight: 600;
  font-style: normal;
  margin: 0; }

h1,
.h1 {
  font-family: 'Font-Semibold';
  font-size: 6.25vw;
  line-height: 5.3125vw;
  letter-spacing: -0.130208vw; }
  @media all and (min-width: 1921px) {
    h1,
    .h1 {
      font-size: 126px;
      line-height: 108px;
      letter-spacing: -2px; } }
  @media all and (max-width: 660px) {
    h1,
    .h1 {
      font-size: 42px;
      line-height: 37px; } }

h2,
.h2 {
  font-family: 'Font-Semibold';
  font-size: 2.083333vw;
  line-height: 2.083333vw;
  /* @media all and (max-width:1440px) {
        font-size: 36px;
        line-height: 36px;
    }
    @media all and (max-width:1160px) {
        font-size: 32px;
        line-height:32px;
    }
    @media all and (max-width:960px) {
        font-size: 29px;
        line-height: 29px;
    }*/ }
  @media all and (max-width: 1160px) {
    h2,
    .h2 {
      font-size: 2.758620vw;
      line-height: 2.758620vw; } }
  @media all and (max-width: 660px) {
    h2,
    .h2 {
      font-size: 22px;
      line-height: 22px; } }

h3,
.h3,
h4,
.h4 {
  font-family: 'Font-Semibold';
  font-size: 14px;
  line-height: 16px; }

.page-begin {
  padding-top: 120px; }
  @media all and (max-width: 1440px) {
    .page-begin {
      padding-top: 100px; } }
  @media all and (max-width: 960px) {
    .page-begin {
      padding-top: 80px; } }
  @media all and (max-width: 660px) {
    .page-begin {
      padding-top: 60px; } }
  .page-begin h1 {
    display: none; }

.page-intro-text > div {
  padding: 0 8.33333% 80px 10px; }
  @media all and (max-width: 660px) {
    .page-intro-text > div {
      padding: 0px 65px 60px 10px; } }

.commas-menu ul .current-menu-item a,
.commas-menu ul .current-category a {
  color: var(--text_color); }

.commas-menu ul li:last-of-type span {
  display: none; }

.open-side-block #header a,
.open-side-block #content a,
.open-side-block #footer a {
  pointer-events: none; }

.open-side-block .side-block {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0); }
  .open-side-block .side-block .side-close-btn {
    opacity: 1; }

.page-terms .terms-container {
  width: 50%;
  padding: 0 10px 120px; }
  @media all and (max-width: 1440px) {
    .page-terms .terms-container {
      padding: 0 10px 100px; } }
  @media all and (max-width: 960px) {
    .page-terms .terms-container {
      padding: 0 10px 80px;
      width: 66.66667%; } }
  @media all and (max-width: 660px) {
    .page-terms .terms-container {
      width: 100%;
      padding: 0 65px 60px 10px; } }

.page-terms h1 {
  display: block;
  border-bottom: 1px solid var(--text_color);
  padding: 0 0 10px; }

.page-terms .terms-content h2,
.page-terms .terms-content h3,
.page-terms .terms-content h4,
.page-terms .terms-content h5 {
  font-family: 'Font-Semibold';
  font-size: 14px;
  line-height: 16px;
  color: var(--light_gray);
  padding: 5px 0 8px;
  border-top: 1px solid var(--text_color);
  border-bottom: 1px solid var(--text_color);
  margin: 0 0 10px; }
  .page-terms .terms-content h2:first-child,
  .page-terms .terms-content h3:first-child,
  .page-terms .terms-content h4:first-child,
  .page-terms .terms-content h5:first-child {
    border-top: 0; }

#footer {
  position: relative;
  z-index: 1;
  padding: 0 55px 10px 10px; }

.footer-upper {
  padding: 0 0 120px; }
  @media all and (max-width: 1440px) {
    .footer-upper {
      padding: 0 0 100px; } }
  @media all and (max-width: 1160px) {
    .footer-upper {
      padding: 0 0 80px; } }
  @media all and (max-width: 660px) {
    .footer-upper {
      padding: 0 0 60px; } }
  .footer-upper .col-1 {
    width: 50%; }
    @media all and (max-width: 1160px) {
      .footer-upper .col-1 {
        width: 75%; } }
    @media all and (max-width: 660px) {
      .footer-upper .col-1 {
        width: 100%; } }
  .footer-upper h2 {
    color: var(--light_gray); }

.footer-middle {
  padding: 0 0 20px; }
  .footer-middle > .flex {
    margin: 0 -5px; }
  .footer-middle h3 {
    color: var(--light_gray); }
  .footer-middle .col-1 {
    width: 16.66667%;
    padding: 0 5px; }
    @media all and (max-width: 1160px) {
      .footer-middle .col-1 {
        width: 25%; } }
    @media all and (max-width: 960px) {
      .footer-middle .col-1 {
        margin: 0 0 20px; } }
    @media all and (max-width: 660px) {
      .footer-middle .col-1 {
        width: 100%; } }
  .footer-middle .col-2 {
    width: 16.66667%;
    padding: 0 5px; }
    @media all and (max-width: 1160px) {
      .footer-middle .col-2 {
        width: 25%; } }
    @media all and (max-width: 660px) {
      .footer-middle .col-2 {
        width: 100%; } }
    .footer-middle .col-2 > div {
      margin: 0 0 20px; }
      @media all and (max-width: 660px) {
        .footer-middle .col-2 > div {
          margin: 0; } }
    .footer-middle .col-2 a {
      color: var(--text_color); }
      .footer-middle .col-2 a:hover {
        color: var(--gray); }
  .footer-middle .footer-social-media a {
    display: block; }

.footer-lower > .flex {
  margin: 0 -5px;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end; }

.footer-lower .col-1 {
  width: 16.66667%;
  padding: 0 5px; }
  @media all and (max-width: 1160px) {
    .footer-lower .col-1 {
      width: 25%; } }
  @media all and (max-width: 660px) {
    .footer-lower .col-1 {
      width: 100%;
      -webkit-box-ordinal-group: 3;
          -ms-flex-order: 2;
              order: 2;
      margin: 0 0 20px; } }

.footer-lower .col-2 {
  width: 16.66667%;
  padding: 0 5px; }
  @media all and (max-width: 1160px) {
    .footer-lower .col-2 {
      width: 25%; } }
  @media all and (max-width: 660px) {
    .footer-lower .col-2 {
      width: 100%;
      -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
              order: 1;
      margin: 0 0 20px; } }

.footer-lower .col-3 {
  width: 16.66667%;
  padding: 0 5px; }
  @media all and (max-width: 1160px) {
    .footer-lower .col-3 {
      width: 25%; } }
  @media all and (max-width: 660px) {
    .footer-lower .col-3 {
      width: 100%;
      -webkit-box-ordinal-group: 4;
          -ms-flex-order: 3;
              order: 3; } }
  .footer-lower .col-3 svg {
    display: inline-block;
    margin: -2px 0 0 2px; }

.footer-lower a {
  color: var(--text_color); }
  .footer-lower a:hover {
    color: var(--gray); }

#header {
  position: fixed;
  z-index: 2;
  top: 10px;
  left: 10px;
  right: 10px; }

.header__navigation > .flex {
  margin: 0 -5px;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end; }

.header__menu {
  padding: 0 5px; }
  .header__menu > .flex > div:first-of-type a {
    color: var(--text_color); }
    .header__menu > .flex > div:first-of-type a:hover {
      color: var(--gray); }
  .header__menu > .flex > div .current-menu-item > a {
    color: var(--text_color); }

@media all and (max-width: 960px) {
  .menu-container {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #858789;
    overflow-y: auto;
    -webkit-transition: -webkit-transform 0.5s;
    transition: -webkit-transform 0.5s;
    -o-transition: transform 0.5s;
    transition: transform 0.5s;
    transition: transform 0.5s, -webkit-transform 0.5s;
    -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
            transform: translateX(100%);
    pointer-events: none;
    opacity: 0;
    visibility: hidden; }
    .menu-container span {
      display: none; }
    .menu-container .menu-item {
      width: 100%; }
    .menu-container > .flex {
      padding: 10px 10px 80px; }
    .menu-container .has-children {
      margin: 0 0 20px; }
      .menu-container .has-children > a {
        color: var(--light_gray); } }

.menu-container .mobile-home-link {
  display: none;
  margin: 0 0 20px; }
  @media all and (max-width: 960px) {
    .menu-container .mobile-home-link {
      display: block; } }
  .menu-container .mobile-home-link a {
    color: var(--text_color); }
    .menu-container .mobile-home-link a:hover {
      color: var(--gray); }

.menu-container .submenu {
  display: none; }
  @media all and (max-width: 960px) {
    .menu-container .submenu {
      display: block; } }

.mobile-menu-btn {
  display: none; }
  @media all and (max-width: 960px) {
    .mobile-menu-btn {
      display: block; } }

.header__lang {
  width: 16.66667%;
  margin: 0 0 0 auto;
  padding: 0 5px; }
  @media all and (max-width: 1160px) {
    .header__lang {
      width: auto;
      margin: 0 60px 0 auto; } }
  @media all and (max-width: 960px) {
    .header__lang {
      display: none; } }
  .header__lang > .flex > div:first-of-type {
    margin: 0 10px 0 0; }

.mobile-header__lang {
  width: 100%;
  margin: 0 0 20px;
  display: none; }
  @media all and (max-width: 960px) {
    .mobile-header__lang {
      display: block; } }
  .mobile-header__lang > .flex > div:first-of-type {
    margin: 0 10px 0 0; }

.open-menu body {
  overflow: hidden; }

.open-menu .menu-container {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
  pointer-events: all;
  opacity: 1;
  visibility: visible; }

.open-menu .side-block {
  display: none; }

.gfield label {
  display: none; }

input {
  outline: none;
  border: 0;
  font-family: 'Font-Medium';
  font-style: normal;
  font-weight: 600;
  border-radius: 0;
  font-family: 'Font-Semibold';
  font-size: 2.083333vw;
  line-height: 2.083333vw;
  /* @media all and (max-width:1440px) {
        font-size: 36px;
        line-height: 36px;
    }
    @media all and (max-width:1160px) {
        font-size: 32px;
        line-height:32px;
    }
    @media all and (max-width:960px) {
        font-size: 29px;
        line-height: 29px;
    }*/
  width: 100%;
  color: var(--text_color); }
  @media all and (max-width: 1160px) {
    input {
      font-size: 2.758620vw;
      line-height: 2.758620vw; } }
  @media all and (max-width: 660px) {
    input {
      font-size: 22px;
      line-height: 22px; } }
  input::-webkit-input-placeholder {
    color: var(--gray); }
  input:-ms-input-placeholder {
    color: var(--gray); }
  input:-moz-placeholder {
    color: var(--gray); }

.gform_submission_error,
.gfield_validation_message,
.validation_error,
.validation_message {
  display: none; }

.gfield_error input::-webkit-input-placeholder {
  color: #c60c0e; }

.gfield_error input:-ms-input-placeholder {
  color: #c60c0e; }

.gfield_error input:-moz-placeholder {
  color: #c60c0e; }

.gform_ajax_spinner {
  width: 30px;
  height: auto;
  position: absolute;
  bottom: 0;
  right: -40px; }

.gfield_required {
  display: none; }

.screen-reader-text {
  display: none; }

fieldset {
  border: 0; }

.gform_footer {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative; }
  .gform_footer input {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    cursor: pointer;
    -webkit-transition: color 0.35s;
    -o-transition: color 0.35s;
    transition: color 0.35s; }
    .gform_footer input:hover {
      color: var(--gray); }

.gform_confirmation_wrapper {
  font-family: 'Font-Semibold';
  font-size: 2.083333vw;
  line-height: 2.083333vw;
  /* @media all and (max-width:1440px) {
        font-size: 36px;
        line-height: 36px;
    }
    @media all and (max-width:1160px) {
        font-size: 32px;
        line-height:32px;
    }
    @media all and (max-width:960px) {
        font-size: 29px;
        line-height: 29px;
    }*/ }
  @media all and (max-width: 1160px) {
    .gform_confirmation_wrapper {
      font-size: 2.758620vw;
      line-height: 2.758620vw; } }
  @media all and (max-width: 660px) {
    .gform_confirmation_wrapper {
      font-size: 22px;
      line-height: 22px; } }

.landing-section {
  position: relative;
  background: var(--gray);
  height: 100vh;
  overflow: hidden;
  min-height: 768px; }
  .landing-section video {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto; }
    @media all and (max-width: 660px) {
      .landing-section video {
        min-width: auto;
        min-height: auto;
        width: auto;
        height: 100%; } }
  .landing-section img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    max-width: unset;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto; }
    @media all and (max-width: 660px) {
      .landing-section img {
        height: 100%;
        min-width: unset;
        min-height: unset; } }

.landing-title {
  z-index: 100;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  width: 100%;
  color: #fff; }
  .landing-title span {
    display: inline-block; }
  .landing-title .left {
    opacity: 0;
    margin: 0 20px 0 0; }
  .landing-title .right {
    opacity: 0; }
    .landing-title .right > span:first-of-type {
      -webkit-transform: translateX(-10px);
          -ms-transform: translateX(-10px);
              transform: translateX(-10px); }
    .landing-title .right > span:last-of-type {
      -webkit-transform: translateX(10px);
          -ms-transform: translateX(10px);
              transform: translateX(10px); }

.go-to-home-container {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 101;
  width: 100%;
  height: 100vh; }
  .go-to-home-container a {
    display: block;
    width: 100%;
    height: 100%; }

.page-template-template-landing #header,
.page-template-template-landing #footer {
  display: none !important; }

.about-menu {
  padding: 0 10px 10px; }

.about-intro {
  padding: 0 55px 0 0; }
  .about-intro video {
    width: 100%;
    height: auto; }
  .about-intro img {
    width: 100%; }

.about-text > div {
  padding: 10px 95px 80px 10px; }
  @media all and (max-width: 1160px) {
    .about-text > div {
      padding: 10px 75px 80px 10px; } }
  @media all and (max-width: 660px) {
    .about-text > div {
      padding: 10px 75px 60px 10px; } }

.about-text p {
  margin: 0 0 40px; }
  @media all and (max-width: 660px) {
    .about-text p {
      margin: 0 0 20px; } }
  .about-text p:last-of-type {
    margin: 0; }

.about-cols-info {
  padding: 0 55px 40px 0; }
  @media all and (max-width: 660px) {
    .about-cols-info {
      padding: 0 55px 20px 0; } }
  .about-cols-info > .flex {
    padding: 0 10px;
    margin: 0 -5px; }
    @media all and (max-width: 660px) {
      .about-cols-info > .flex {
        margin: 0; } }
  .about-cols-info p {
    margin: 0 0 40px; }
    @media all and (max-width: 660px) {
      .about-cols-info p {
        margin: 0 0 20px; } }
    .about-cols-info p:last-of-type {
      margin: 0; }
  .about-cols-info .col-1 {
    width: 50%;
    padding: 0 5px; }
    @media all and (max-width: 660px) {
      .about-cols-info .col-1 {
        width: 100%;
        padding: 0; } }
    .about-cols-info .col-1 p:not(:first-of-type) a {
      color: var(--text_color); }
      .about-cols-info .col-1 p:not(:first-of-type) a:hover {
        color: var(--gray); }
  .about-cols-info .col-2 {
    width: 50%;
    padding: 0 5px; }
    @media all and (max-width: 660px) {
      .about-cols-info .col-2 {
        width: 100%;
        padding: 0; } }
    .about-cols-info .col-2 > div {
      padding: 0 40px 0 0; }
      @media all and (max-width: 1160px) {
        .about-cols-info .col-2 > div {
          padding: 0 20px 0 0; } }
    .about-cols-info .col-2 a {
      color: var(--text_color); }
      .about-cols-info .col-2 a:hover {
        color: var(--gray); }
  .about-cols-info h3 {
    font-family: 'Font-Semibold';
    font-size: 2.083333vw;
    line-height: 2.083333vw;
    /* @media all and (max-width:1440px) {
        font-size: 36px;
        line-height: 36px;
    }
    @media all and (max-width:1160px) {
        font-size: 32px;
        line-height:32px;
    }
    @media all and (max-width:960px) {
        font-size: 29px;
        line-height: 29px;
    }*/
    color: var(--light_gray); }
    @media all and (max-width: 1160px) {
      .about-cols-info h3 {
        font-size: 2.758620vw;
        line-height: 2.758620vw; } }
    @media all and (max-width: 660px) {
      .about-cols-info h3 {
        font-size: 22px;
        line-height: 22px; } }

.page-template-template-about .footer-upper {
  padding: 0 0 40px; }
  .page-template-template-about .footer-upper .col-1 {
    width: 100%;
    padding: 0 0 0 50%; }
    @media all and (max-width: 960px) {
      .page-template-template-about .footer-upper .col-1 {
        padding: 0; } }

.page-template-template-about .footer-middle {
  display: none; }

.page-template-template-about .footer-lower > .flex {
  margin: 0; }

.page-template-template-about .footer-lower .col-2,
.page-template-template-about .footer-lower .col-3 {
  display: none; }

.page-template-template-about .footer-lower .col-1 {
  width: 100%;
  padding: 0 0 0 50%;
  font-family: 'Font-Semibold';
  font-size: 2.083333vw;
  line-height: 2.083333vw;
  /* @media all and (max-width:1440px) {
        font-size: 36px;
        line-height: 36px;
    }
    @media all and (max-width:1160px) {
        font-size: 32px;
        line-height:32px;
    }
    @media all and (max-width:960px) {
        font-size: 29px;
        line-height: 29px;
    }*/ }
  @media all and (max-width: 1160px) {
    .page-template-template-about .footer-lower .col-1 {
      font-size: 2.758620vw;
      line-height: 2.758620vw; } }
  @media all and (max-width: 660px) {
    .page-template-template-about .footer-lower .col-1 {
      font-size: 22px;
      line-height: 22px; } }
  @media all and (max-width: 960px) {
    .page-template-template-about .footer-lower .col-1 {
      padding: 0; } }

.single #header {
  display: none !important; }

@media all and (max-width: 960px) {
  .single #footer .footer-lower .col-3 {
    width: 100%;
    margin: 20px 0 0; } }

.info-tab {
  padding: 6px 0 8px;
  border-bottom: 1px solid var(--text_color); }
  .info-tab.desc-tab {
    padding: 0; }
    @media all and (max-width: 660px) {
      .info-tab.desc-tab {
        padding: 6px 0 8px; } }
  .info-tab.is-active .tab__title > .flex .col-2 .plus {
    display: none; }
  .info-tab.is-active .tab__title > .flex .col-2 .minus {
    display: block; }
  .info-tab .tab__title {
    color: var(--light_gray);
    display: none; }
    @media all and (max-width: 660px) {
      .info-tab .tab__title {
        display: block; } }
    .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 .col-1 h2 {
        color: var(--light_gray); }
      .info-tab .tab__title > .flex .col-2 {
        color: var(--gray); }
        .info-tab .tab__title > .flex .col-2 .minus {
          display: none; }
  .info-tab .tab__content {
    display: block; }
    @media all and (max-width: 660px) {
      .info-tab .tab__content {
        display: none; } }
    .info-tab .tab__content > div:last-of-type {
      border: 0; }
    .info-tab .tab__content .desktop-title {
      color: var(--light_gray); }
      @media all and (max-width: 660px) {
        .info-tab .tab__content .desktop-title {
          display: none; } }

/*.info-tab {
    .tab__content {
        @media all and (max-width:660px){
            display: none;
        }
    }
}*/
.mobile-share {
  display: none;
  margin: 10px 0 60px; }
  @media all and (max-width: 660px) {
    .mobile-share {
      display: block; } }

@media all and (max-width: 660px) {
  .page-archive h1 {
    padding: 0 10px 60px;
    font-family: 'Font-Semibold';
    font-size: 2.083333vw;
    line-height: 2.083333vw;
    /* @media all and (max-width:1440px) {
        font-size: 36px;
        line-height: 36px;
    }
    @media all and (max-width:1160px) {
        font-size: 32px;
        line-height:32px;
    }
    @media all and (max-width:960px) {
        font-size: 29px;
        line-height: 29px;
    }*/
    display: block; } }
  @media all and (max-width: 660px) and (max-width: 1160px) {
    .page-archive h1 {
      font-size: 2.758620vw;
      line-height: 2.758620vw; } }
  @media all and (max-width: 660px) and (max-width: 660px) {
    .page-archive h1 {
      font-size: 22px;
      line-height: 22px; } }

.page-archive .commas-menu {
  padding: 0 65px 120px 10px; }
  @media all and (max-width: 1440px) {
    .page-archive .commas-menu {
      padding: 0 65px 100px 10px; } }
  @media all and (max-width: 1160px) {
    .page-archive .commas-menu {
      padding: 0 65px 80px 10px; } }
  @media all and (max-width: 660px) {
    .page-archive .commas-menu {
      display: none; } }

.go-back {
  padding: 10px 0 120px; }
  @media all and (max-width: 1440px) {
    .go-back {
      padding: 10px 0 100px; } }
  @media all and (max-width: 1160px) {
    .go-back {
      padding: 10px 0 80px; } }
  @media all and (max-width: 660px) {
    .go-back {
      padding: 10px 0; } }
  .go-back a {
    color: #fff; }
    .go-back a:hover {
      color: var(--text_color); }
  .go-back span {
    display: inline-block;
    margin: 0 2px;
    -webkit-transform: translateY(-2px);
        -ms-transform: translateY(-2px);
            transform: translateY(-2px); }

.single-container {
  width: 50%;
  padding: 0 10px; }
  @media all and (max-width: 660px) {
    .single-container {
      padding: 0 65px 0 10px;
      width: 100%; } }
  .single-container .gallery {
    width: calc(50% - 55px);
    position: absolute;
    top: 0;
    right: 55px;
    height: 100vh; }
    @media all and (max-width: 660px) {
      .single-container .gallery {
        position: static;
        height: auto;
        width: 100%;
        margin: 0 0 50px; } }
    .single-container .gallery > div {
      height: 100%;
      overflow-y: auto;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      margin: 0 -5px; }
      @media all and (max-width: 660px) {
        .single-container .gallery > div {
          height: auto;
          overflow-y: visible; } }
      .single-container .gallery > div::-webkit-scrollbar {
        width: 0;
        display: none; }
      .single-container .gallery > div > div {
        margin: 0 0 10px;
        width: 100%;
        padding: 0 5px; }
        .single-container .gallery > div > div.double {
          width: 50%;
          /* &:nth-child(even) {
                        padding: 0 5px 0 0;
                    }
                    &:nth-child(odd) {
                        padding: 0 0 0 5px;
                    }*/ }
    .single-container .gallery img {
      width: 100%; }

.big-title {
  padding: 0 0 10px; }
  @media all and (max-width: 660px) {
    .big-title {
      padding: 0 0 60px; } }
  .big-title span {
    display: block; }

.intro-short-info {
  border-top: 1px solid var(--text_color);
  border-bottom: 1px solid var(--text_color);
  padding: 5px 0 7px; }
  .intro-short-info > .flex {
    margin: 0 -5px; }
  .intro-short-info .col-1 {
    width: calc(1/6 * 100%);
    padding: 0 5px;
    color: var(--light_gray); }
    @media all and (max-width: 660px) {
      .intro-short-info .col-1 {
        width: 50%; } }
  .intro-short-info .col-2 {
    padding: 0 5px; }
    @media all and (max-width: 660px) {
      .intro-short-info .col-2 {
        width: 50%; } }
    .intro-short-info .col-2 a {
      color: var(--light_gray); }
      .intro-short-info .col-2 a:hover {
        color: var(--text_color); }
  .intro-short-info .col-3 {
    padding: 0 5px;
    margin: 0 0 0 auto; }
    @media all and (max-width: 660px) {
      .intro-short-info .col-3 {
        display: none; } }

.share-container > .flex > div {
  margin: 0 5px 0 0; }
  .share-container > .flex > div:last-of-type {
    margin: 0; }
  .share-container > .flex > div:first-of-type {
    color: var(--light_gray); }

.share-container .copy-link {
  cursor: pointer;
  color: var(--gray);
  -webkit-transition: color 0.35s;
  -o-transition: color 0.35s;
  transition: color 0.35s; }
  .share-container .copy-link:hover {
    color: var(--text_color); }

.big-text {
  padding: 20px 0;
  border-bottom: 1px solid var(--text_color); }

.texts-2-cols {
  border-bottom: 1px solid var(--text_color); }
  .texts-2-cols .col-1 {
    width: 50%;
    border-right: 1px solid var(--text_color); }
    @media all and (max-width: 960px) {
      .texts-2-cols .col-1 {
        width: 100%;
        border-bottom: 1px solid var(--text_color);
        border-right: 0; } }
    .texts-2-cols .col-1 > div {
      padding: 10px 20px 10px 0; }
      @media all and (max-width: 960px) {
        .texts-2-cols .col-1 > div {
          padding: 10px 0; } }
  .texts-2-cols .col-2 {
    width: 50%; }
    @media all and (max-width: 960px) {
      .texts-2-cols .col-2 {
        width: 100%; } }
    .texts-2-cols .col-2 > div {
      padding: 10px 20px 10px 10px; }
      @media all and (max-width: 960px) {
        .texts-2-cols .col-2 > div {
          padding: 10px 0; } }

.title-text {
  border-bottom: 1px solid var(--text_color); }
  .title-text .title-text__title {
    padding: 6px 0 8px;
    border-bottom: 1px solid var(--text_color); }
    .title-text .title-text__title h2 {
      color: var(--light_gray); }
  .title-text .title-text__content {
    padding: 6px 0 8px; }

@media all and (max-width: 660px) {
  .block-connected-posts {
    margin: 0 0 60px; } }

.block-connected-posts .connected-title {
  padding: 6px 0 8px;
  border-bottom: 1px solid var(--text_color);
  color: var(--light_gray); }

.block-connected-posts .connected-posts {
  border-bottom: 1px solid var(--text_color); }
  .block-connected-posts .connected-posts > .flex {
    padding: 10px 0 0;
    margin: 0 -5px; }
    .block-connected-posts .connected-posts > .flex > div {
      width: calc(1/6 * 100%);
      padding: 0 5px 10px; }
      @media all and (max-width: 1160px) {
        .block-connected-posts .connected-posts > .flex > div {
          width: calc(1.5/6 * 100%); } }
      @media all and (max-width: 660px) {
        .block-connected-posts .connected-posts > .flex > div {
          width: 50%; } }
      .block-connected-posts .connected-posts > .flex > div a {
        display: block;
        color: var(--text_color); }
        .block-connected-posts .connected-posts > .flex > div a:hover {
          color: var(--gray); }
        .block-connected-posts .connected-posts > .flex > div a > div {
          padding-top: 100%;
          height: 0;
          position: relative;
          background: var(--light_gray);
          overflow: hidden; }
          .block-connected-posts .connected-posts > .flex > div a > div img {
            position: absolute;
            top: 50%;
            left: 50%;
            -webkit-transform: translate(-50%, -50%);
                -ms-transform: translate(-50%, -50%);
                    transform: translate(-50%, -50%);
            width: 100%;
            height: auto; }
        .block-connected-posts .connected-posts > .flex > div a > h2 {
          margin: 10px 0 0; }

.next-previous {
  padding: 0 0 240px; }
  @media all and (max-width: 1440px) {
    .next-previous {
      padding: 0 0 100px; } }
  @media all and (max-width: 1160px) {
    .next-previous {
      padding: 0 0 80px; } }
  @media all and (max-width: 660px) {
    .next-previous {
      padding: 0 0 60px; } }
  .next-previous > .flex {
    margin: 0 -5px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    .next-previous > .flex > div > div {
      color: var(--light_gray); }
  .next-previous .col-1 {
    padding: 0 5px;
    width: 41.66667%; }
  .next-previous .col-2 {
    padding: 0 5px;
    width: 41.66667%;
    text-align: right; }

.side-block {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  height: 100vh;
  background: #fff;
  width: 16.66667%;
  z-index: 103;
  -webkit-transform: translateX(calc(100% - 55px));
      -ms-transform: translateX(calc(100% - 55px));
          transform: translateX(calc(100% - 55px));
  -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;
  cursor: pointer; }
  @media all and (max-width: 1440px) {
    .side-block {
      width: 25%; } }
  @media all and (max-width: 1160px) {
    .side-block {
      width: 33.33333%; } }
  @media all and (max-width: 660px) {
    .side-block {
      width: calc(100% - 40px); } }
  .side-block > div {
    padding: 10px;
    overflow-y: auto;
    height: 100%;
    position: relative; }
    @media all and (max-width: 960px) {
      .side-block > div {
        padding: 10px 10px 120px; } }
    .side-block > div::-webkit-scrollbar {
      width: 0;
      display: none; }
  .side-block .side-close-btn {
    font-size: 10px;
    line-height: 1;
    display: none;
    position: fixed;
    top: 10px;
    right: 10px;
    text-align: right;
    opacity: 0;
    -webkit-transition: opacity 0.35s 0.35s;
    -o-transition: opacity 0.35s 0.35s;
    transition: opacity 0.35s 0.35s; }
    @media all and (max-width: 960px) {
      .side-block .side-close-btn {
        display: block; } }

.small-teases {
  padding: 0 65px 80px 10px; }
  @media all and (max-width: 960px) {
    .small-teases {
      padding: 0 65px 40px 10px; } }
  @media all and (max-width: 660px) {
    .small-teases {
      padding: 0 65px 20px 10px; } }
  .small-teases > .flex {
    margin: 0 -5px; }

.big-teases {
  padding: 0 65px 80px 10px; }
  @media all and (max-width: 960px) {
    .big-teases {
      padding: 0 65px 40px 10px; }
      .big-teases .teases-row {
        margin: 0 -5px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; } }
  @media all and (max-width: 660px) {
    .big-teases {
      padding: 0 65px 20px 10px; } }

.tease--small {
  margin: 0 0 40px;
  width: 16.66667%;
  padding: 0 5px; }
  @media all and (max-width: 1160px) {
    .tease--small {
      width: 25%; } }
  @media all and (max-width: 660px) {
    .tease--small {
      width: 50%; } }
  .tease--small .date {
    padding: 0 0 10px;
    border-bottom: 1px solid var(--text_color);
    margin: 0 0 10px;
    -webkit-transition: color 0.35s;
    -o-transition: color 0.35s;
    transition: color 0.35s; }
  .tease--small .thumbnail > div img {
    width: 100%;
    -webkit-transform: scale(0.5);
        -ms-transform: scale(0.5);
            transform: scale(0.5);
    -webkit-transform-origin: top left;
        -ms-transform-origin: top left;
            transform-origin: top left;
    -webkit-transition: -webkit-transform 0.5s;
    transition: -webkit-transform 0.5s;
    -o-transition: transform 0.5s;
    transition: transform 0.5s;
    transition: transform 0.5s, -webkit-transform 0.5s; }
    @media all and (max-width: 1440px) {
      .tease--small .thumbnail > div img {
        -webkit-transform: scale(0.75);
            -ms-transform: scale(0.75);
                transform: scale(0.75); } }
    @media all and (max-width: 660px) {
      .tease--small .thumbnail > div img {
        -webkit-transform: scale(1);
            -ms-transform: scale(1);
                transform: scale(1); } }
    .tease--small .thumbnail > div img:hover {
      -webkit-transform: scale(1);
          -ms-transform: scale(1);
              transform: scale(1); }
  .tease--small:has(a:hover) .date {
    color: var(--gray); }

.tease--big {
  margin: 0 0 40px;
  width: 100%; }
  @media all and (max-width: 960px) {
    .tease--big {
      width: 25%;
      padding: 0 5px; } }
  @media all and (max-width: 660px) {
    .tease--big {
      width: 50%; } }
  .tease--big a {
    display: block;
    color: var(--text_color); }
  .tease--big .upper {
    padding: 0 0 10px;
    margin: 0 0 10px;
    border-bottom: 1px solid var(--text_color); }
    .tease--big .upper > .flex {
      margin: 0 -5px; }
      @media all and (max-width: 960px) {
        .tease--big .upper > .flex {
          margin: 0;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column;
          -webkit-box-pack: end;
              -ms-flex-pack: end;
                  justify-content: flex-end; } }
    .tease--big .upper .col {
      padding: 0 5px;
      width: 16.66667%; }
    @media all and (max-width: 960px) {
      .tease--big .upper .col {
        width: 100%;
        padding: 0; }
      .tease--big .upper .col-3,
      .tease--big .upper .col-4,
      .tease--big .upper .col-5 {
        display: none; } }
  .tease--big .lower > .flex {
    margin: 0 -5px; }
    @media all and (max-width: 960px) {
      .tease--big .lower > .flex {
        margin: 0; } }
  .tease--big .lower .col {
    width: 16.66667%;
    padding: 0 5px; }
    @media all and (max-width: 960px) {
      .tease--big .lower .col {
        width: 100%;
        padding: 0; }
        .tease--big .lower .col.col-2, .tease--big .lower .col.col-3, .tease--big .lower .col.col-4, .tease--big .lower .col.col-5, .tease--big .lower .col.col-6 {
          display: none; } }
    .tease--big .lower .col > div img {
      width: 100%;
      -webkit-transform: scale(0.5);
          -ms-transform: scale(0.5);
              transform: scale(0.5);
      -webkit-transform-origin: top left;
          -ms-transform-origin: top left;
              transform-origin: top left;
      -webkit-transition: -webkit-transform 0.5s;
      transition: -webkit-transform 0.5s;
      -o-transition: transform 0.5s;
      transition: transform 0.5s;
      transition: transform 0.5s, -webkit-transform 0.5s; }
      @media all and (max-width: 1440px) {
        .tease--big .lower .col > div img {
          -webkit-transform: scale(0.75);
              -ms-transform: scale(0.75);
                  transform: scale(0.75); } }
      @media all and (max-width: 660px) {
        .tease--big .lower .col > div img {
          -webkit-transform: scale(1);
              -ms-transform: scale(1);
                  transform: scale(1); } }
      .tease--big .lower .col > div img:hover {
        -webkit-transform: scale(1);
            -ms-transform: scale(1);
                transform: scale(1); }

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

.big-teases__upper > .flex {
  margin: 0 -5px; }

.big-teases__upper .col {
  padding: 0 5px;
  width: 16.66667%; }
  .big-teases__upper .col h3 {
    font-size: 10px;
    line-height: 1;
    color: var(--light_gray);
    padding: 0 0 5px; }

.tease--short {
  margin: 0 0 10px; }
  .tease--short > .flex {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .tease--short .col-1 {
    width: 45px; }
  .tease--short .col-2 {
    width: calc(100% - 45px); }
    @media all and (max-width: 960px) {
      .tease--short .col-2 {
        width: calc(100% - 80px); } }
    .tease--short .col-2 .categories h3 {
      font-size: 10px;
      line-height: 1; }
  .tease--short a {
    color: var(--text_color); }
    .tease--short a:hover {
      color: var(--gray); }
