@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
.tippy-box[data-animation=fade][data-state=hidden]{opacity:0}
[data-tippy-root]{max-width:calc(100vw - 10px)}
.tippy-box{position:relative;background-color:#333;color:#fff;border-radius:4px;font-size:14px;line-height:1.4;outline:0;transition-property:visibility,opacity,-webkit-transform;transition-property:transform,visibility,opacity;transition-property:transform,visibility,opacity,-webkit-transform}
.tippy-box[data-placement^=top]>.tippy-arrow{bottom:0}
.tippy-box[data-placement^=top]>.tippy-arrow:before{bottom:-7px;left:0;border-width:8px 8px 0;border-top-color:currentColor;border-top-color:initial;-webkit-transform-origin:center top;transform-origin:center top}
.tippy-box[data-placement^=bottom]>.tippy-arrow{top:0}
.tippy-box[data-placement^=bottom]>.tippy-arrow:before{top:-7px;left:0;border-width:0 8px 8px;border-bottom-color:currentColor;border-bottom-color:initial;-webkit-transform-origin:center bottom;transform-origin:center bottom}
.tippy-box[data-placement^=left]>.tippy-arrow{right:0}
.tippy-box[data-placement^=left]>.tippy-arrow:before{border-width:8px 0 8px 8px;border-left-color:currentColor;border-left-color:initial;right:-7px;-webkit-transform-origin:center left;transform-origin:center left}
.tippy-box[data-placement^=right]>.tippy-arrow{left:0}
.tippy-box[data-placement^=right]>.tippy-arrow:before{left:-7px;border-width:8px 8px 8px 0;border-right-color:currentColor;border-right-color:initial;-webkit-transform-origin:center right;transform-origin:center right}
.tippy-box[data-inertia][data-state=visible]{transition-timing-function:cubic-bezier(.54,1.5,.38,1.11)}
.tippy-arrow{width:16px;height:16px;color:#333}
.tippy-arrow:before{content:"";position:absolute;border-color:transparent;border-style:solid}
.tippy-content{position:relative;padding:5px 9px;z-index:1}
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
     ========================================================================== */
/**
   * Remove the margin in all browsers.
   */
body {
  margin: 0;
}

/**
   * Render the `main` element consistently in IE.
   */
main {
  display: block;
}

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

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

/**
   * 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
     ========================================================================== */
/**
   * Remove the gray background on active links in IE 10.
   */
a {
  background-color: transparent;
}

/**
   * 1. Remove the bottom border in Chrome 57-
   * 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;
     -moz-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
   * 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 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: -0.25em;
}

sup {
  top: -0.5em;
}

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

/* Forms
     ========================================================================== */
/**
   * 1. Change the font styles in all browsers.
   * 2. Remove the margin in Firefox and Safari.
   */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

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

/**
   * Correct the inability to style clickable types in iOS and Safari.
   */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

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

/**
   * Correct the padding in Firefox.
   */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
   * 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 {
  -moz-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 */
}

/**
   * Add the correct vertical alignment in Chrome, Firefox, and Opera.
   */
progress {
  vertical-align: baseline;
}

/**
   * Remove the default vertical scrollbar in IE 10+.
   */
textarea {
  overflow: auto;
}

/**
   * 1. Add the correct box sizing in IE 10.
   * 2. Remove the padding in IE 10.
   */
[type=checkbox],
[type=radio] {
  -moz-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 in Chrome and Safari on macOS.
   */
[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
     ========================================================================== */
/*
   * Add the correct display in Edge, IE 10+, and Firefox.
   */
details {
  display: block;
}

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

/* Misc
     ========================================================================== */
/**
   * Add the correct display in IE 10+.
   */
template {
  display: none;
}

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

* {
  -moz-box-sizing: border-box;
       box-sizing: border-box;
}

p {
  margin: 0 0 1em 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 0.5em 0;
}

button {
  border: none;
  background: none;
  outline: 0;
  padding: 0;
}

button,
[type=submit] {
  color: inherit;
  cursor: pointer;
  touch-action: manipulation;
}

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

figure {
  margin: 0;
}

@font-face {
  font-family: "Avenir Next LT Pro";
  src: url(fonts/subset-AvenirNextLTPro-Regular.fc6fa568.eot);
  src: url(fonts/subset-AvenirNextLTPro-Regular.fc6fa568.eot) format("embedded-opentype"), url(fonts/subset-AvenirNextLTPro-Regular.df702af4.woff2) format("woff2"), url(fonts/subset-AvenirNextLTPro-Regular.7bedf8e9.woff) format("woff"), url(fonts/subset-AvenirNextLTPro-Regular.c2ffb0ce.ttf) format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Avenir Next LT Pro";
  src: url(fonts/subset-AvenirNextLTPro-Bold.b430f60d.eot);
  src: url(fonts/subset-AvenirNextLTPro-Bold.b430f60d.eot) format("embedded-opentype"), url(fonts/subset-AvenirNextLTPro-Bold.4ef0b344.woff2) format("woff2"), url(fonts/subset-AvenirNextLTPro-Bold.c140f48d.woff) format("woff"), url(fonts/subset-AvenirNextLTPro-Bold.80801d65.ttf) format("truetype");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "Avenir Next LT Pro";
  src: url(fonts/subset-AvenirNextLTPro-Demi.94aae659.eot);
  src: url(fonts/subset-AvenirNextLTPro-Demi.94aae659.eot) format("embedded-opentype"), url(fonts/subset-AvenirNextLTPro-Demi.9352cb0e.woff2) format("woff2"), url(fonts/subset-AvenirNextLTPro-Demi.a4f4c058.woff) format("woff"), url(fonts/subset-AvenirNextLTPro-Demi.a037de20.ttf) format("truetype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Mercury Text G4";
  src: url(fonts/subset-MercuryTextG4-Roman.2ac795a2.eot);
  src: url(fonts/subset-MercuryTextG4-Roman.2ac795a2.eot) format("embedded-opentype"), url(fonts/subset-MercuryTextG4-Roman.7a7e16ee.woff2) format("woff2"), url(fonts/subset-MercuryTextG4-Roman.1c7c127b.woff) format("woff"), url(fonts/subset-MercuryTextG4-Roman.9a1bf203.ttf) format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Mercury Text G4";
  src: url(fonts/subset-MercuryTextG4-Bold.50fb43b4.eot);
  src: url(fonts/subset-MercuryTextG4-Bold.50fb43b4.eot) format("embedded-opentype"), url(fonts/subset-MercuryTextG4-Bold.007d4107.woff2) format("woff2"), url(fonts/subset-MercuryTextG4-Bold.01294598.woff) format("woff"), url(fonts/subset-MercuryTextG4-Bold.902745a4.ttf) format("truetype");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "Mercury Text G4";
  src: url(fonts/subset-MercuryTextG4-Semibold.81b299d8.eot);
  src: url(fonts/subset-MercuryTextG4-Semibold.81b299d8.eot) format("embedded-opentype"), url(fonts/subset-MercuryTextG4-Semibold.71ce0f22.woff2) format("woff2"), url(fonts/subset-MercuryTextG4-Semibold.c1ba3eaa.woff) format("woff"), url(fonts/subset-MercuryTextG4-Semibold.721f662b.ttf) format("truetype");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "icomoon";
  src: url(fonts/icomoon.3b21a933.eot);
  src: url(fonts/icomoon.3b21a933.eot) format("embedded-opentype"), url(fonts/icomoon.76bfd684.ttf) format("truetype"), url(fonts/icomoon.66ac4b70.woff) format("woff"), url(images/icomoon.69ffc298.svg) format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=icon-],
[class*=" icon-"],
.select2-container--default .select2-selection--single .select2-selection__arrow:before,
.woocommerce-info:before,
.woocommerce .wc-block-components-notice-banner.wc-block-components-notice-banner.is-info:before,
a.external:after,
.page-template-template-subscriptions-php .classic-subscriptions .subscription .descriptions ul li:before,
.page-template-template-subscriptions-php .daily-subscription .short-description ul li:before,
ul.custom li:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  -moz-font-feature-settings: normal;
       font-feature-settings: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-download:before {
  content: "";
}

.icon-search:before {
  content: "";
}

.icon-share:before {
  content: "";
}

.icon-alert:before {
  content: "";
}

.icon-chevron-down:before {
  content: "";
}

.icon-chevron-right:before {
  content: "";
}

.icon-info:before {
  content: "";
}

.icon-menu:before {
  content: "";
}

.icon-minus:before {
  content: "";
}

.icon-plus:before {
  content: "";
}

.icon-success:before {
  content: "";
}

.icon-tick:before {
  content: "";
}

.icon-external:before {
  content: "";
}

.icon-fullscreen:before {
  content: "";
}

.icon-facebook:before {
  content: "";
}

.icon-facebook-outline:before {
  content: "";
}

.icon-instagram:before {
  content: "";
}

.icon-instagram-outline:before {
  content: "";
}

.icon-mastodon:before {
  content: "";
}

.icon-mastodon-outline:before {
  content: "";
}

.icon-bluesky-outline:before {
  content: "";
}

.icon-linkedin:before {
  content: "";
}

.icon-linkedin-outline:before {
  content: "";
}

.icon-pinterest:before {
  content: "";
}

.icon-pinterest-outline:before {
  content: "";
}

.icon-twitter:before {
  content: "";
}

.icon-twitter-outline:before {
  content: "";
}

.icon-xing:before {
  content: "";
}

.icon-whatsapp-outline:before {
  content: "";
}

.icon-wikipedia-outline:before {
  content: "";
}

.icon-xing-outline:before {
  content: "";
}

.icon-youtube-outline:before {
  content: "";
}

.icon-favorite:before {
  content: "";
}

.icon-bookmark:before {
  content: "";
}

.icon-Cart:before {
  content: "";
}

.icon-Contact:before {
  content: "";
}

.icon-delete:before {
  content: "";
}

.icon-faceid:before {
  content: "";
}

.icon-file:before {
  content: "";
}

.icon-folder:before {
  content: "";
}

.icon-help:before {
  content: "";
}

.icon-hide:before {
  content: "";
}

.icon-load:before {
  content: "";
}

.icon-lock:before {
  content: "";
}

.icon-mail:before {
  content: "";
}

.icon-notifications:before {
  content: "";
}

.icon-profil:before {
  content: "";
}

.icon-show:before {
  content: "";
}

.icon-apps:before {
  content: "";
}

.icon-sliders:before {
  content: "";
}

.icon-toggle:before {
  content: "";
}

.icon-Lock1:before {
  content: "";
}

.icon-touch-Lock:before {
  content: "";
}

.icon-link-1:before {
  content: "";
}

.icon-link-3:before {
  content: "";
}

.icon-link-2:before {
  content: "";
}

.icon-send:before {
  content: "";
}

.icon-sent:before {
  content: "";
}

.icon-write:before {
  content: "";
}

.icon-calendar-1:before {
  content: "";
}

.icon-calendar-2:before {
  content: "";
}

.icon-calendar-3:before {
  content: "";
}

.icon-calendar-4:before {
  content: "";
}

.icon-arrow-down1:before {
  content: "";
}

.icon-arrow-left:before {
  content: "";
}

.icon-arrow-right1:before {
  content: "";
}

.icon-youtube:before {
  content: "";
}

.p400, p, body {
  font-size: 18px;
  line-height: 26px;
  font-family: "Mercury Text G4", helvetica, arial, sans-serif;
}
@media screen and (min-width: 1280px) {
  .p400, p, body {
    font-size: 21px;
    line-height: 30px;
  }
}

.article-teaser .author, .module-post-teasers .article-teaser .author, .footer, .wp-caption-text {
  font-size: 18px;
  line-height: 24px;
}

.woocommerce .shop_table fieldset .wcsg_add_recipient_fields label, .woocommerce-cart-form .shop_table .update-quantity, .p200 {
  letter-spacing: 0.2px;
  font-size: 14px;
  line-height: 20px;
}
@media screen and (min-width: 1280px) {
  .woocommerce .shop_table fieldset .wcsg_add_recipient_fields label, .woocommerce-cart-form .shop_table .update-quantity, .p200 {
    font-size: 16px;
    line-height: 22px;
  }
}

.content-section.download .download .info-size, .p300 {
  font-size: 16px;
  line-height: 21px;
}
@media screen and (min-width: 1280px) {
  .content-section.download .download .info-size, .p300 {
    font-size: 18px;
    line-height: 24px;
  }
}

.p500 {
  font-size: 22px;
  line-height: 30px;
  letter-spacing: 0.5px;
}
@media screen and (min-width: 1280px) {
  .p500 {
    font-size: 24px;
    line-height: 36px;
  }
}

.page-template-template-subscriptions-php .classic-subscriptions .subscription .descriptions ul, .page-template-template-subscriptions-php .daily-subscription .short-description ul, ul.custom {
  list-style-type: none;
  padding-left: 0;
  margin: 0 0 30px 0;
  position: relative;
}
.page-template-template-subscriptions-php .classic-subscriptions .subscription .descriptions ul li, .page-template-template-subscriptions-php .daily-subscription .short-description ul li, ul.custom li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 9px;
}
@media screen and (min-width: 1024px) {
  .page-template-template-subscriptions-php .classic-subscriptions .subscription .descriptions ul li, .page-template-template-subscriptions-php .daily-subscription .short-description ul li, ul.custom li {
    padding-left: calc( 			30px + ( 					32 - 30 				) * (100vw - 1024px) / (1280 - 1024) 		);
  }
}
@media screen and (min-width: 1280px) {
  .page-template-template-subscriptions-php .classic-subscriptions .subscription .descriptions ul li, .page-template-template-subscriptions-php .daily-subscription .short-description ul li, ul.custom li {
    padding-left: 32px;
  }
}
@media screen and (min-width: 1024px) {
  .page-template-template-subscriptions-php .classic-subscriptions .subscription .descriptions ul li, .page-template-template-subscriptions-php .daily-subscription .short-description ul li, ul.custom li {
    margin-bottom: calc( 			9px + ( 					12 - 9 				) * (100vw - 1024px) / (1280 - 1024) 		);
  }
}
@media screen and (min-width: 1280px) {
  .page-template-template-subscriptions-php .classic-subscriptions .subscription .descriptions ul li, .page-template-template-subscriptions-php .daily-subscription .short-description ul li, ul.custom li {
    margin-bottom: 12px;
  }
}
.page-template-template-subscriptions-php .classic-subscriptions .subscription .descriptions ul li:last-child, .page-template-template-subscriptions-php .daily-subscription .short-description ul li:last-child, ul.custom li:last-child {
  margin-bottom: 0;
}
.page-template-template-subscriptions-php .classic-subscriptions .subscription .descriptions ul li:before, .page-template-template-subscriptions-php .daily-subscription .short-description ul li:before, ul.custom li:before {
  content: "";
  position: absolute;
  top: calc(1em * (6 / 16));
  left: 0;
  font-size: 0.8em;
}

.content-section.accordion .accordion-title .details-label, .header, .button,
.cart-collaterals .woocommerce-shipping-destination {
  letter-spacing: 0.2px;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
}
@media screen and (min-width: 1280px) {
  .content-section.accordion .accordion-title .details-label, .header, .button,
.cart-collaterals .woocommerce-shipping-destination {
    font-size: 16px;
    line-height: 22px;
  }
}

.content-section.image .caption, .content-section.accordion .accordion-description-content *, .linked-products .product .product-meta .price, .ordering-wrapper .woocommerce-ordering .orderby-label, .module-hero .outer-content-wrapper .content-meta .author,
.text-small {
  font-size: 16px;
  line-height: 21px;
  font-weight: 400;
  font-family: "Mercury Text G4", helvetica, arial, sans-serif;
}
@media screen and (min-width: 1280px) {
  .content-section.image .caption, .content-section.accordion .accordion-description-content *, .linked-products .product .product-meta .price, .ordering-wrapper .woocommerce-ordering .orderby-label, .module-hero .outer-content-wrapper .content-meta .author,
.text-small {
    font-size: 18px;
    line-height: 24px;
  }
}

.single-product .related.products > h2,
.section-title {
  font-family: "Avenir Next LT Pro", helvetica, arial, sans-serif;
  font-size: 24px;
  line-height: 32px;
  font-weight: 700;
}
@media screen and (min-width: 1280px) {
  .single-product .related.products > h2,
.section-title {
    font-size: 34px;
    line-height: 42px;
    letter-spacing: -0.25px;
  }
}

/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}

@media screen and (max-width: 1279px) {
  .hide-for-mobile {
    display: none !important;
  }
}

.show-for-mobile {
  display: none;
}
@media screen and (max-width: 1279px) {
  .show-for-mobile {
    display: block;
  }
}

.standard-margin,
.devider-line {
  margin: 96px 0;
}
@media screen and (min-width: 1280px) {
  .standard-margin,
.devider-line {
    margin: 128px 0;
  }
}

.single-product .back-to-shop, .search-wrapper, .editorial-header .container, .editorial-category-listing .editorial-category-header, .page-template-template-community-page .main, .article-header .container {
  padding-top: 90px;
}
@media screen and (min-width: 1280px) {
  .single-product .back-to-shop, .search-wrapper, .editorial-header .container, .editorial-category-listing .editorial-category-header, .page-template-template-community-page .main, .article-header .container {
    padding-top: 152px;
  }
}

.text-center {
  text-align: center;
}

/*!
 * Accordion v3.1.1
 * Simple accordion created in pure Javascript.
 * https://github.com/michu2k/Accordion
 *
 * Copyright (c) Michał Strumpf
 * Published under MIT License
 */
.ac {
  margin-top: 10px;
  border: 1px solid #eee;
  background-color: #fff;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
}

.ac .ac-header {
  margin: 0;
  padding: 0;
}

.ac .ac-trigger {
  font: bold 16px "Arial", sans-serif;
  color: #111;
  text-align: left;
  width: 100%;
  padding: 10px 30px 10px 10px;
  display: block;
  cursor: pointer;
  background-color: transparent;
  transition: color 0.25s ease;
  position: relative;
  text-decoration: none;
  margin: 0;
  border: 0;
}

.ac .ac-trigger::after {
  content: "+";
  text-align: center;
  width: 15px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  position: absolute;
  right: 10px;
  top: 50%;
}

.ac .ac-trigger:focus {
  color: #8a8a8a;
}

.ac .ac-panel {
  overflow: hidden;
  transition-property: height, visibility;
  transition-timing-function: ease;
}

.ac .ac-panel .ac-text {
  font: 15px/24px "Arial", sans-serif;
  color: #111;
  padding: 10px;
  margin: 0;
}

.ac.js-enabled .ac-panel {
  visibility: hidden;
}

.ac.is-active .ac-panel {
  visibility: visible;
}

.ac.is-active > .ac-header .ac-trigger::after {
  content: "–";
}

.glide {
  position: relative;
  width: 100%;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
}
.glide * {
  -moz-box-sizing: inherit;
       box-sizing: inherit;
}
.glide__track {
  overflow: hidden;
}
.glide__slides {
  position: relative;
  width: 100%;
  list-style: none;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  touch-action: pan-Y;
  overflow: hidden;
  padding: 0;
  white-space: nowrap;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-flex-wrap: nowrap;
          flex-wrap: nowrap;
  will-change: transform;
}
.glide__slides--dragging {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.glide__slide {
  width: 100%;
  height: 100%;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
  white-space: normal;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
}
.glide__slide a {
  -webkit-user-select: none;
          user-select: none;
  -webkit-user-drag: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
.glide__arrows {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.glide__bullets {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.glide--rtl {
  direction: rtl;
}

.general-modal {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.25);
  pointer-events: none;
  opacity: 0;
  transition-property: opacity;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  z-index: 20;
}
.general-modal.is-open {
  pointer-events: initial;
  opacity: 1;
}
.general-modal-inner {
  position: relative;
  width: 100vw;
  max-width: 912px;
  padding: 80px 33px 64px;
  background-color: #fff;
  box-shadow: 0px 24px 48px rgba(0, 0, 0, 0.1), 0px 40px 90px rgba(0, 0, 0, 0.08);
  border-radius: 24px;
}
@media screen and (max-width: 767px) {
  .general-modal-inner {
    height: 100%;
    border-radius: 0;
  }
}
.general-modal > [tabindex="-1"] {
  height: 100%;
}
.general-modal [role=dialog] {
  display: -ms-grid;
  display: grid;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  position: relative;
  overflow-y: auto;
  height: 100%;
}

.container,
.general-slider-wrapper,
.single-product .back-to-shop + .product,
.woocommerce-pagination,
.woocommerce-page.single-product .products,
.woocommerce-page.post-type-archive-product .products,
.woocommerce-checkout .woocommerce,
.woocommerce-cart .woocommerce,
.woocommerce-account .woocommerce,
.editorial-category-listing .editorial-category-header,
.module-post-teasers {
  width: 100%;
  max-width: calc(1440px + 160px);
  padding-left: 30px;
  padding-right: 30px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .container,
.general-slider-wrapper,
.single-product .back-to-shop + .product,
.woocommerce-pagination,
.woocommerce-page.single-product .products,
.woocommerce-page.post-type-archive-product .products,
.woocommerce-checkout .woocommerce,
.woocommerce-cart .woocommerce,
.woocommerce-account .woocommerce,
.editorial-category-listing .editorial-category-header,
.module-post-teasers {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media screen and (min-width: 1280px) {
  .container,
.general-slider-wrapper,
.single-product .back-to-shop + .product,
.woocommerce-pagination,
.woocommerce-page.single-product .products,
.woocommerce-page.post-type-archive-product .products,
.woocommerce-checkout .woocommerce,
.woocommerce-cart .woocommerce,
.woocommerce-account .woocommerce,
.editorial-category-listing .editorial-category-header,
.module-post-teasers {
    padding-left: 80px;
    padding-right: 80px;
  }
}

.grid, .woocommerce-page .woocommerce-products-header,
.content-section.two-columns-content,
.general-slider-wrapper,
.single-product .back-to-shop + .product,
.woocommerce-page.single-product .products,
.woocommerce-page.post-type-archive-product .products,
.woocommerce-account .woocommerce,
.editorial-category-listing .editorial-category-header,
.module-post-teasers {
  display: -ms-grid;
  display: grid;
  grid-gap: 0 24px;
  gap: 0 24px;
  grid-gap: 0 var(--grid-gap);
  gap: 0 var(--grid-gap);
}
.grid.columns-12, .woocommerce-page .grid.woocommerce-products-header, .woocommerce-page .columns-12.woocommerce-products-header, .woocommerce-page .woocommerce-products-header,
.columns-12.content-section.two-columns-content,
.columns-12.general-slider-wrapper,
.single-product .back-to-shop + .columns-12.product,
.woocommerce-page .woocommerce-products-header.content-section.two-columns-content,
.woocommerce-page .woocommerce-products-header.general-slider-wrapper,
.woocommerce-page .single-product .back-to-shop + .woocommerce-products-header.product,
.single-product .woocommerce-page .back-to-shop + .woocommerce-products-header.product,
.woocommerce-page.single-product .columns-12.products,
.woocommerce-page.single-product .products.woocommerce-products-header,
.woocommerce-page.post-type-archive-product .columns-12.products,
.woocommerce-page.post-type-archive-product .products.woocommerce-products-header,
.woocommerce-account .columns-12.woocommerce,
.woocommerce-account .woocommerce-page .woocommerce.woocommerce-products-header,
.woocommerce-page .woocommerce-account .woocommerce.woocommerce-products-header,
.editorial-category-listing .columns-12.editorial-category-header,
.editorial-category-listing .woocommerce-page .editorial-category-header.woocommerce-products-header,
.woocommerce-page .editorial-category-listing .editorial-category-header.woocommerce-products-header,
.columns-12.module-post-teasers,
.woocommerce-page .module-post-teasers.woocommerce-products-header {
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
}
@media screen and (min-width: 768px) {
  .grid.columns-12, .woocommerce-page .grid.woocommerce-products-header, .woocommerce-page .columns-12.woocommerce-products-header, .woocommerce-page .woocommerce-products-header,
.columns-12.content-section.two-columns-content,
.columns-12.general-slider-wrapper,
.single-product .back-to-shop + .columns-12.product,
.woocommerce-page .woocommerce-products-header.content-section.two-columns-content,
.woocommerce-page .woocommerce-products-header.general-slider-wrapper,
.woocommerce-page .single-product .back-to-shop + .woocommerce-products-header.product,
.single-product .woocommerce-page .back-to-shop + .woocommerce-products-header.product,
.woocommerce-page.single-product .columns-12.products,
.woocommerce-page.single-product .products.woocommerce-products-header,
.woocommerce-page.post-type-archive-product .columns-12.products,
.woocommerce-page.post-type-archive-product .products.woocommerce-products-header,
.woocommerce-account .columns-12.woocommerce,
.woocommerce-account .woocommerce-page .woocommerce.woocommerce-products-header,
.woocommerce-page .woocommerce-account .woocommerce.woocommerce-products-header,
.editorial-category-listing .columns-12.editorial-category-header,
.editorial-category-listing .woocommerce-page .editorial-category-header.woocommerce-products-header,
.woocommerce-page .editorial-category-listing .editorial-category-header.woocommerce-products-header,
.columns-12.module-post-teasers,
.woocommerce-page .module-post-teasers.woocommerce-products-header {
    -ms-grid-columns: 1fr var(--grid-gap) 1fr var(--grid-gap) 1fr var(--grid-gap) 1fr var(--grid-gap) 1fr var(--grid-gap) 1fr var(--grid-gap) 1fr var(--grid-gap) 1fr var(--grid-gap) 1fr var(--grid-gap) 1fr var(--grid-gap) 1fr var(--grid-gap) 1fr;
    grid-template-columns: repeat(12, 1fr);
  }
}
.grid.columns-3, .woocommerce-page .columns-3.woocommerce-products-header,
.columns-3.content-section.two-columns-content,
.columns-3.general-slider-wrapper,
.single-product .back-to-shop + .columns-3.product,
.woocommerce-page.single-product .columns-3.products,
.woocommerce-page.post-type-archive-product .columns-3.products,
.woocommerce-account .columns-3.woocommerce,
.editorial-category-listing .columns-3.editorial-category-header,
.columns-3.module-post-teasers {
  -ms-grid-columns: minmax(0, 1fr);
  grid-template-columns: minmax(0, 1fr);
}
@media screen and (min-width: 768px) {
  .grid.columns-3, .woocommerce-page .columns-3.woocommerce-products-header,
.columns-3.content-section.two-columns-content,
.columns-3.general-slider-wrapper,
.single-product .back-to-shop + .columns-3.product,
.woocommerce-page.single-product .columns-3.products,
.woocommerce-page.post-type-archive-product .columns-3.products,
.woocommerce-account .columns-3.woocommerce,
.editorial-category-listing .columns-3.editorial-category-header,
.columns-3.module-post-teasers {
    -ms-grid-columns: minmax(0, 1fr) var(--grid-gap) minmax(0, 1fr);
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media screen and (min-width: 1024px) {
  .grid.columns-3, .woocommerce-page .columns-3.woocommerce-products-header,
.columns-3.content-section.two-columns-content,
.columns-3.general-slider-wrapper,
.single-product .back-to-shop + .columns-3.product,
.woocommerce-page.single-product .columns-3.products,
.woocommerce-page.post-type-archive-product .columns-3.products,
.woocommerce-account .columns-3.woocommerce,
.editorial-category-listing .columns-3.editorial-category-header,
.columns-3.module-post-teasers {
    -ms-grid-columns: minmax(0, 1fr) var(--grid-gap) minmax(0, 1fr) var(--grid-gap) minmax(0, 1fr);
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
.grid.columns-4, .woocommerce-page .columns-4.woocommerce-products-header,
.columns-4.content-section.two-columns-content,
.columns-4.general-slider-wrapper,
.single-product .back-to-shop + .columns-4.product,
.woocommerce-page.single-product .columns-4.products,
.woocommerce-page.post-type-archive-product .columns-4.products,
.woocommerce-account .columns-4.woocommerce,
.editorial-category-listing .columns-4.editorial-category-header,
.columns-4.module-post-teasers {
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
}
@media screen and (min-width: 768px) {
  .grid.columns-4, .woocommerce-page .columns-4.woocommerce-products-header,
.columns-4.content-section.two-columns-content,
.columns-4.general-slider-wrapper,
.single-product .back-to-shop + .columns-4.product,
.woocommerce-page.single-product .columns-4.products,
.woocommerce-page.post-type-archive-product .columns-4.products,
.woocommerce-account .columns-4.woocommerce,
.editorial-category-listing .columns-4.editorial-category-header,
.columns-4.module-post-teasers {
    -ms-grid-columns: 1fr var(--grid-gap) 1fr;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 1024px) {
  .grid.columns-4, .woocommerce-page .columns-4.woocommerce-products-header,
.columns-4.content-section.two-columns-content,
.columns-4.general-slider-wrapper,
.single-product .back-to-shop + .columns-4.product,
.woocommerce-page.single-product .columns-4.products,
.woocommerce-page.post-type-archive-product .columns-4.products,
.woocommerce-account .columns-4.woocommerce,
.editorial-category-listing .columns-4.editorial-category-header,
.columns-4.module-post-teasers {
    -ms-grid-columns: 1fr var(--grid-gap) 1fr var(--grid-gap) 1fr var(--grid-gap) 1fr;
    grid-template-columns: repeat(4, 1fr);
  }
}
.grid.columns-2, .woocommerce-page .columns-2.woocommerce-products-header,
.columns-2.content-section.two-columns-content,
.columns-2.general-slider-wrapper,
.single-product .back-to-shop + .columns-2.product,
.woocommerce-page.single-product .columns-2.products,
.woocommerce-page.post-type-archive-product .columns-2.products,
.woocommerce-account .columns-2.woocommerce,
.editorial-category-listing .columns-2.editorial-category-header,
.columns-2.module-post-teasers {
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
}
@media screen and (min-width: 768px) {
  .grid.columns-2, .woocommerce-page .columns-2.woocommerce-products-header,
.columns-2.content-section.two-columns-content,
.columns-2.general-slider-wrapper,
.single-product .back-to-shop + .columns-2.product,
.woocommerce-page.single-product .columns-2.products,
.woocommerce-page.post-type-archive-product .columns-2.products,
.woocommerce-account .columns-2.woocommerce,
.editorial-category-listing .columns-2.editorial-category-header,
.columns-2.module-post-teasers {
    -ms-grid-columns: 1fr var(--grid-gap) 1fr;
    grid-template-columns: repeat(2, 1fr);
  }
}

.general-slider-wrapper, .single-product .back-to-shop + .product, .woocommerce-account .woocommerce, .editorial-category-listing .editorial-category-header {
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
}
@media screen and (min-width: 768px) {
  .general-slider-wrapper, .single-product .back-to-shop + .product, .woocommerce-account .woocommerce, .editorial-category-listing .editorial-category-header {
    -ms-grid-columns: 1fr var(--grid-gap) 1fr var(--grid-gap) 1fr var(--grid-gap) 1fr var(--grid-gap) 1fr var(--grid-gap) 1fr var(--grid-gap) 1fr var(--grid-gap) 1fr var(--grid-gap) 1fr var(--grid-gap) 1fr var(--grid-gap) 1fr var(--grid-gap) 1fr;
    grid-template-columns: repeat(12, 1fr);
  }
}

.content-section.two-columns-content {
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
}
@media screen and (min-width: 768px) {
  .content-section.two-columns-content {
    -ms-grid-columns: 1fr var(--grid-gap) 1fr;
    grid-template-columns: repeat(2, 1fr);
  }
}

.module-post-teasers {
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
}
@media screen and (min-width: 768px) {
  .module-post-teasers {
    -ms-grid-columns: 1fr var(--grid-gap) 1fr;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 1024px) {
  .module-post-teasers {
    -ms-grid-columns: 1fr var(--grid-gap) 1fr var(--grid-gap) 1fr;
    grid-template-columns: repeat(3, 1fr);
  }
}

.alignnone {
  margin: 24px 0 24px 0;
  margin: var(--p-mb) 0 var(--p-mb) 0;
  width: 100%;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 24px auto 24px auto;
  margin: var(--p-mb) auto var(--p-mb) auto;
}

.alignright {
  float: right;
  margin: 24px 0 24px 24px;
  margin: var(--p-mb) 0 var(--p-mb) var(--p-mb);
}

.alignleft {
  float: left;
  margin: 24px 24px 24px 0;
  margin: var(--p-mb) var(--p-mb) var(--p-mb) 0;
}

.alignnone:first-child,
.aligncenter:first-child,
div.aligncenter:first-child,
.alignright:first-child,
.alignleft:first-child {
  margin-top: 0;
}

a img {
  position: relative;
}
a img.alignright {
  float: right;
  margin: 24px 0 24px 24px;
  margin: var(--p-mb) 0 var(--p-mb) var(--p-mb);
}
a img.alignnone {
  margin: 24px 0px 24px 0;
  margin: var(--p-mb) 0px var(--p-mb) 0;
  width: 100%;
}
a img.alignleft {
  float: left;
  margin: 24px 24px 24px 0;
  margin: var(--p-mb) var(--p-mb) var(--p-mb) 0;
}
a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  width: auto !important;
  max-width: 100%;
}
.wp-caption a:before {
  content: none;
}
.wp-caption.alignleft {
  float: left;
  text-align: left;
}
.wp-caption.aligncenter {
  margin: 0 auto;
  text-align: center;
  margin-bottom: calc(2 * 24px);
  margin-bottom: calc(2 * var(--p-mb));
}
.wp-caption.alignright {
  float: right;
  text-align: right;
}
.wp-caption.alignnone {
  position: relative;
  margin-bottom: calc(2 * 24px);
  margin-bottom: calc(2 * var(--p-mb));
}
.wp-caption.alignnone img {
  width: 100%;
}

.wp-caption-text {
  padding-top: 8px;
  margin-bottom: 0 !important;
}

:root {
  --grid-gap: 24px;
  --p-mb: 24px;
}
@media screen and (min-width: 768px) {
  :root {
    --grid-gap: 24px;
  }
}
@media screen and (min-width: 1280px) {
  :root {
    --grid-gap: 48px;
  }
}

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

body {
  overflow-x: hidden;
  overflow-y: auto;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 100%;
  grid-template-columns: 100%;
  -ms-grid-rows: 1fr auto;
  grid-template-rows: 1fr auto;
  color: #121212;
}

body > *:nth-child(1) {-ms-grid-row:1;-ms-grid-column:1;
}

body > *:nth-child(2) {-ms-grid-row:2;-ms-grid-column:1;
}
.header-is-expanded body, .freeze body, body.freeze {
  overflow: hidden;
}

p {
  margin-bottom: 24px;
  margin-bottom: var(--p-mb);
  color: #121212;
}

h1,
h2,
h3,
h4,
h5,
h6,
.search-form input[type=text],
.content-section.accordion .accordion-title .ac-trigger,
.author-links .author-name,
.search-wrapper .search-results .no-results,
.footer .footer-main,
.single-product .entry-summary .price,
.woocommerce-page.single-product .products .product .woocommerce-loop-product__title,
.woocommerce-page.post-type-archive-product .products .product .woocommerce-loop-product__title,
.pagination .page-numbers,
.editorial-teaser .category,
.single-product .woocommerce-tabs .wc-tabs li,
.ordering-wrapper .woocommerce-ordering .orderby,
.editorial-header .editorial-category,
.article-header-article-type,
.linked-products .product .product-meta .woocommerce-loop-product__title,
.article-teaser .date,
.single-product .entry-summary .edition,
.woocommerce-cart-form .shop_table th,
.module-post-teasers .article-teaser .date,
.module-hero .outer-content-wrapper .content-meta .date {
  color: #121212;
}

h3,
.h3,
.footer .footer-main,
h4,
.h4,
.single-product .entry-summary .price,
.woocommerce-page.single-product .products .product .woocommerce-loop-product__title,
.woocommerce-page.post-type-archive-product .products .product .woocommerce-loop-product__title,
h5,
.h5,
.pagination .page-numbers,
.editorial-teaser .category,
.single-product .woocommerce-tabs .wc-tabs li,
.ordering-wrapper .woocommerce-ordering .orderby,
.editorial-header .editorial-category,
.article-header-article-type,
h6,
.h6,
.linked-products .product .product-meta .woocommerce-loop-product__title,
.article-teaser .date,
.single-product .entry-summary .edition,
.woocommerce-cart-form .shop_table th,
.module-post-teasers .article-teaser .date,
.module-hero .outer-content-wrapper .content-meta .date {
  font-family: "Avenir Next LT Pro", helvetica, arial, sans-serif;
}

h1,
.h1,
.search-form input[type=text] {
  font-size: 36px;
  line-height: 42px;
  font-family: "Mercury Text G4", helvetica, arial, sans-serif;
  font-weight: 600;
}
@media screen and (min-width: 1280px) {
  h1,
.h1,
.search-form input[type=text] {
    font-size: 56px;
    line-height: 60px;
  }
}

h2,
.h2,
.content-section.accordion .accordion-title .ac-trigger,
.author-links .author-name,
.search-wrapper .search-results .no-results {
  font-size: 22px;
  line-height: 28px;
  font-family: "Mercury Text G4", helvetica, arial, sans-serif;
  font-weight: 400;
}
@media screen and (min-width: 1280px) {
  h2,
.h2,
.content-section.accordion .accordion-title .ac-trigger,
.author-links .author-name,
.search-wrapper .search-results .no-results {
    font-size: 26px;
    line-height: 32px;
  }
}
h2.large,
.h2.large,
.content-section.accordion .accordion-title .large.ac-trigger,
.author-links .large.author-name,
.search-wrapper .search-results .large.no-results {
  font-size: 28px;
  line-height: 32px;
}
@media screen and (min-width: 1280px) {
  h2.large,
.h2.large,
.content-section.accordion .accordion-title .large.ac-trigger,
.author-links .large.author-name,
.search-wrapper .search-results .large.no-results {
    font-size: 42px;
    line-height: 50px;
  }
}

h3,
.h3,
.footer .footer-main {
  font-family: "Avenir Next LT Pro", helvetica, arial, sans-serif;
  font-size: 22px;
  line-height: 28px;
  letter-spacing: 0.2px;
  font-weight: 700;
}
@media screen and (min-width: 1280px) {
  h3,
.h3,
.footer .footer-main {
    font-size: 24px;
    line-height: 30px;
  }
}

h4,
.h4,
.single-product .entry-summary .price,
.woocommerce-page.single-product .products .product .woocommerce-loop-product__title,
.woocommerce-page.post-type-archive-product .products .product .woocommerce-loop-product__title {
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
}
@media screen and (min-width: 1280px) {
  h4,
.h4,
.single-product .entry-summary .price,
.woocommerce-page.single-product .products .product .woocommerce-loop-product__title,
.woocommerce-page.post-type-archive-product .products .product .woocommerce-loop-product__title {
    font-size: 21px;
    line-height: 30px;
  }
}

h5,
.h5,
.pagination .page-numbers,
.editorial-teaser .category,
.single-product .woocommerce-tabs .wc-tabs li,
.ordering-wrapper .woocommerce-ordering .orderby,
.editorial-header .editorial-category,
.article-header-article-type {
  font-weight: 600;
  font-size: 16px;
  line-height: 21px;
}
@media screen and (min-width: 1280px) {
  h5,
.h5,
.pagination .page-numbers,
.editorial-teaser .category,
.single-product .woocommerce-tabs .wc-tabs li,
.ordering-wrapper .woocommerce-ordering .orderby,
.editorial-header .editorial-category,
.article-header-article-type {
    font-size: 18px;
    line-height: 22px;
  }
}

h6,
.h6,
.linked-products .product .product-meta .woocommerce-loop-product__title,
.article-teaser .date,
.single-product .entry-summary .edition,
.woocommerce-cart-form .shop_table th,
.module-post-teasers .article-teaser .date,
.module-hero .outer-content-wrapper .content-meta .date {
  font-weight: 600;
  font-size: 14px;
  line-height: 21px;
  font-family: "Avenir Next LT Pro", helvetica, arial, sans-serif;
}
@media screen and (min-width: 1280px) {
  h6,
.h6,
.linked-products .product .product-meta .woocommerce-loop-product__title,
.article-teaser .date,
.single-product .entry-summary .edition,
.woocommerce-cart-form .shop_table th,
.module-post-teasers .article-teaser .date,
.module-hero .outer-content-wrapper .content-meta .date {
    font-size: 16px;
    line-height: 22px;
  }
}

a {
  color: inherit;
  text-decoration: none;
  transition: color 0.3s ease;
}
a.external {
  text-decoration: underline;
}
a.external:after {
  content: "";
  margin-left: 3px;
  text-decoration: none;
  display: inline-block;
  -webkit-transform: translateY(2px);
          transform: translateY(2px);
  font-size: 12px;
}

ul.cul, ul.menu, ul.sub-menu,
ol.cul,
ol.menu,
ol.sub-menu {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.woocommerce-pagination .page-numbers {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.button {
  display: inline-block;
  padding: 18px 40px 12px;
  font-family: "Avenir Next LT Pro", helvetica, arial, sans-serif;
  position: relative;
}
.button, .button:hover {
  color: #121212;
}
.button.white:before {
  border-color: #fff;
}
.button.white, .button.white:hover {
  color: #fff;
}
.button:before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  border: 2px solid #000;
  -webkit-transform: scale(1);
          transform: scale(1);
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  transition-duration: 0.3s;
  transition-timing-function: ease;
}
.button:hover:before {
  -webkit-transform: scale(0.95);
          transform: scale(0.95);
}

.devider-line {
  outline: none;
  border: none;
  background-color: rgba(0, 0, 0, 0.4);
  height: 1px;
}
.devider-line.module-devider-line {
  margin: 0;
}
.devider-line.module-devider-line.has-margin-top {
  margin-top: 96px;
}
.devider-line.module-devider-line.has-margin-bottom {
  margin-bottom: 96px;
}

.page-title {
  text-align: center;
}

.hidden,
.hide {
  display: none;
}

.page-template-template-article-listing .main {
  padding-top: 144px;
}
@media screen and (min-width: 1280px) {
  .page-template-template-article-listing .main {
    padding-top: 248px;
  }
}

.editorial-blue {
  --category-color: #e0f1f2;
  --category-color-dark: #badfe3;
}
.editorial-blue h3 {
  font-family: "Mercury Text G4", helvetica, arial, sans-serif;
}

.editorial-red {
  --category-color: #fae6e5;
  --category-color-dark: #f6ccca;
}

.editorial-yellow {
  --category-color: #f3efe7;
  --category-color-dark: #e9e2d3;
}
.editorial-yellow h3 {
  font-family: "Mercury Text G4", helvetica, arial, sans-serif;
}

.editorial-green {
  --category-color: #e3ede3;
  --category-color-dark: #caddca;
}

.editorial-grey {
  --category-color: #d8d8d8;
  --category-color-dark: #999999;
}

/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  padding: 8px 8px;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, -webkit-filter;
  transition-property: opacity, filter;
  transition-property: opacity, filter, -webkit-filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}
.hamburger:hover {
  opacity: 1;
}
.hamburger.is-active:hover {
  opacity: 1;
}
.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
  background-color: #000;
}

.hamburger-box {
  width: 16px;
  height: 14px;
  display: inline-block;
  position: relative;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -1px;
}
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 16px;
  height: 2px;
  background-color: #000;
  border-radius: 0px;
  position: absolute;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}
.hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block;
}
.hamburger-inner::before {
  top: -6px;
}
.hamburger-inner::after {
  bottom: -6px;
}

/*
 * Squeeze
 */
.hamburger--squeeze .hamburger-inner {
  transition-duration: 0.075s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--squeeze .hamburger-inner::before {
  transition: top 0.075s 0.12s ease, opacity 0.075s ease;
}
.hamburger--squeeze .hamburger-inner::after {
  transition: bottom 0.075s 0.12s ease, -webkit-transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--squeeze.is-active .hamburger-inner {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--squeeze.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.075s ease, opacity 0.075s 0.12s ease;
}
.hamburger--squeeze.is-active .hamburger-inner::after {
  bottom: 0;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  transition: bottom 0.075s ease, -webkit-transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.header-menu-toggle {
  -webkit-transform: translateX(14px);
          transform: translateX(14px);
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  opacity: 1 !important;
  transition-property: background-color, height;
  transition-duration: 0.3s;
  transition-timing-function: ease;
}
.header-menu-toggle:hover, .header-menu-toggle:focus, .header-menu-toggle.is-active {
  background-color: #f1f1f1;
}
.header-menu-toggle:hover .hamburger-inner:before, .header-menu-toggle:hover .hamburger-inner:after, .header-menu-toggle:hover .hamburger-inner, .header-menu-toggle:focus .hamburger-inner:before, .header-menu-toggle:focus .hamburger-inner:after, .header-menu-toggle:focus .hamburger-inner, .header-menu-toggle.is-active .hamburger-inner:before, .header-menu-toggle.is-active .hamburger-inner:after, .header-menu-toggle.is-active .hamburger-inner {
  background-color: #000 !important;
}
@media screen and (min-width: 1280px) {
  .header-menu-toggle {
    display: none;
  }
}
.white-header .header-menu-toggle .hamburger-inner:before, .white-header .header-menu-toggle .hamburger-inner:after, .white-header .header-menu-toggle .hamburger-inner {
  background-color: #fff;
}

.mobile-overlay {
  -webkit-transform: translateY(-100px);
          transform: translateY(-100px);
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: white;
  z-index: 2;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
          flex-direction: column;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  left: 0;
  top: 0;
  opacity: 0;
  text-align: center;
  pointer-events: none;
  padding-top: 88px;
}
.mobile-overlay.is-active {
  -webkit-transform: translate(0);
          transform: translate(0);
  opacity: 1;
  pointer-events: auto;
}
@media screen and (min-width: 1280px) {
  .mobile-overlay {
    display: none;
  }
}
.mobile-overlay .menu-main {
  font-size: 36px;
  line-height: 42px;
  font-family: "Mercury Text G4", helvetica, arial, sans-serif;
  margin-top: auto !important;
  margin-bottom: auto !important;
}
.mobile-overlay .menu-main .menu-item {
  margin-bottom: 12px;
}
.mobile-overlay .menu-main .menu-item:last-child {
  margin-bottom: 0;
}
.mobile-overlay .user-main {
  margin-bottom: 60px;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
}
.mobile-overlay .user-main .menu-item {
  font-size: 16px;
  line-height: 22px;
  margin: 0 12px;
}

.header {
  font-family: "Avenir Next LT Pro", helvetica, arial, sans-serif;
  font-weight: 600;
  margin-top: 40px;
  position: absolute;
  width: 100%;
  z-index: 4;
}
@media screen and (min-width: 1280px) {
  .header {
    margin-top: 80px;
  }
}
.header .header-wrapper {
  position: relative;
  z-index: 3;
}
.header .header-wrapper.grid, .header .woocommerce-page .header-wrapper.woocommerce-products-header, .woocommerce-page .header .header-wrapper.woocommerce-products-header {
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
}
.header .header-wrapper.grid.columns-3, .header .woocommerce-page .header-wrapper.columns-3.woocommerce-products-header, .woocommerce-page .header .header-wrapper.columns-3.woocommerce-products-header {
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
}
.header .user-interaction-wrapper {
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  transition-property: opacity;
  transition-duration: 0.3s;
  transition-timing-function: ease;
}
@media screen and (max-width: 1279px) {
  .menu-open .header .user-interaction-wrapper {
    opacity: 0;
    pointer-events: none;
  }
}
.header .user-interaction-wrapper #action-menu {
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
}
.header .user-interaction-wrapper #action-menu a {
  color: #000;
  margin-right: 24px;
  font-size: 19px;
  line-height: 1;
}
.white-header .header .user-interaction-wrapper #action-menu a {
  color: #fff;
}
@media screen and (max-width: 1279px) {
  .header .user-interaction-wrapper #action-menu a:last-child {
    margin-right: 0;
  }
}
.header .user-interaction-wrapper .cart-count {
  display: none;
}
@media screen and (min-width: 1280px) {
  .header .user-interaction-wrapper .cart-count {
    display: inline-block;
  }
}
.header .menu-interaction-wrapper {
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-justify-content: flex-end;
     -moz-box-pack: end;
          justify-content: flex-end;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
}
.header .menu-interaction-wrapper .cart-count {
  color: #000;
}
.white-header .header .menu-interaction-wrapper .cart-count {
  color: #fff;
}
@media screen and (min-width: 1280px) {
  .header .menu-interaction-wrapper .cart-count {
    display: none;
  }
}
@media screen and (max-width: 1279px) {
  .header #user-menu,
.header #main-menu {
    display: none;
  }
}
.header #user-menu .menu,
.header #main-menu .menu {
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
}
.header #user-menu .menu .menu-item,
.header #main-menu .menu .menu-item {
  margin: 0 8px;
}
.header #user-menu .menu .menu-item a,
.header #main-menu .menu .menu-item a {
  color: #000;
  position: relative;
}
.header #user-menu .menu .menu-item a:before,
.header #main-menu .menu .menu-item a:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #000;
  top: 100%;
  left: 0;
  opacity: 0;
  -webkit-transform: translateY(15px);
          transform: translateY(15px);
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
  transition-duration: 0.3s;
  transition-timing-function: ease;
}
.white-header .header #user-menu .menu .menu-item a:before,
.white-header .header #main-menu .menu .menu-item a:before {
  background-color: #fff;
}
.header #user-menu .menu .menu-item a:hover:before,
.header #main-menu .menu .menu-item a:hover:before {
  opacity: 1;
  -webkit-transform: translateY(12px);
          transform: translateY(12px);
}
@media screen and (min-width: 1280px) {
  .white-header .header #user-menu .menu .menu-item a,
.white-header .header #main-menu .menu .menu-item a {
    color: #fff;
  }
}
.header #user-menu .menu .menu-item.current-menu-item a,
.header #main-menu .menu .menu-item.current-menu-item a {
  color: #000 !important;
}
.white-header .header #user-menu .menu .menu-item.current-menu-item a,
.white-header .header #main-menu .menu .menu-item.current-menu-item a {
  color: #fff !important;
}
.header #user-menu .menu .menu-item.current-menu-item a:before,
.header #main-menu .menu .menu-item.current-menu-item a:before {
  opacity: 1;
  -webkit-transform: translateY(12px);
          transform: translateY(12px);
}
.header #user-menu:hover .menu .menu-item a,
.header #main-menu:hover .menu .menu-item a {
  color: rgba(0, 0, 0, 0.35);
}
.header #user-menu:hover .menu .menu-item a:hover,
.header #main-menu:hover .menu .menu-item a:hover {
  color: #000;
}
.white-header .header #user-menu:hover .menu .menu-item a,
.white-header .header #main-menu:hover .menu .menu-item a {
  color: rgba(255, 255, 255, 0.35);
}
.white-header .header #user-menu:hover .menu .menu-item a:hover,
.white-header .header #main-menu:hover .menu .menu-item a:hover {
  color: #fff;
}
.header .logo {
  display: block;
  width: 75px;
  margin: 0 auto;
}
@media screen and (min-width: 1280px) {
  .header .logo {
    width: 100px;
  }
}
.white-header .header .logo svg,
.white-header .header .logo path {
  fill: white;
}
.menu-open .header .logo svg,
.menu-open .header .logo path {
  fill: black;
}
.header .logo svg {
  width: 100%;
}
.header .logo svg,
.header .logo path {
  transition-property: fill;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  fill: black;
}
.header .cart-count {
  position: relative;
  font-size: 20px;
}
.header .cart-count .count {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  font-size: 12px;
  background-color: #000;
  color: #fff;
  line-height: 20px;
  bottom: -4px;
  right: -10px;
  border: 2px solid #fff;
  position: absolute;
  text-align: center;
}
.header .cart-count .count:empty {
  display: none;
}
.white-header .header .cart-count .count {
  background-color: #fff;
  color: #000;
}

.footer {
  background-color: #015b63;
  color: #fff;
  padding: 60px 0;
}
.access-restricted .footer {
  display: none;
}
.footer h1,
.footer h2,
.footer h3,
.footer h4,
.footer h5,
.footer h6 {
  color: inherit;
}
@media screen and (min-width: 1280px) {
  .footer {
    padding-bottom: 0;
    display: -ms-grid;
    display: grid;
    grid-row-gap: 240px;
    row-gap: 240px;
  }
}
.footer .footer-section-title {
  margin-bottom: 6px;
}
.footer .main-footer {
  grid-row-gap: 60px;
  row-gap: 60px;
}
@media screen and (min-width: 768px) {
  .footer .main-footer {
    -ms-grid-columns: (1fr)[12];
    grid-template-columns: repeat(12, 1fr);
  }
}
.footer .main-footer .links-wrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(100px, auto) 8px 1fr;
  grid-template-columns: minmax(100px, auto) 1fr;
  grid-column-gap: 8px;
  -webkit-column-gap: 8px;
     -moz-column-gap: 8px;
          column-gap: 8px;
}
.footer .main-footer .links-wrapper .label {
  -ms-grid-column: 1;
  grid-column: 1;
}
.footer .main-footer .links-wrapper .link {
  -ms-grid-column: 2;
  grid-column: 2;
}
.footer .main-footer .links-wrapper .link + .link {
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-column: 1/span 2;
  margin-top: 16px;
}
@media screen and (min-width: 768px) {
  .footer .main-footer .column-left {
    -ms-grid-column: 1;
    -ms-grid-column-span: 6;
    grid-column: 1/span 6;
  }
}
@media screen and (min-width: 1024px) {
  .footer .main-footer .column-left {
    -ms-grid-column: 1;
    -ms-grid-column-span: 4;
    grid-column: 1/span 4;
  }
}
@media screen and (min-width: 1280px) {
  .footer .main-footer .column-left {
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
    grid-column: 1/span 3;
  }
}
@media screen and (min-width: 768px) {
  .footer .main-footer .column-center {
    -ms-grid-column: 8;
    -ms-grid-column-span: 5;
    grid-column: 8/span 5;
  }
}
@media screen and (min-width: 1024px) {
  .footer .main-footer .column-center {
    -ms-grid-column: 5;
    -ms-grid-column-span: 4;
    grid-column: 5/span 4;
  }
}
@media screen and (min-width: 1280px) {
  .footer .main-footer .column-center {
    -ms-grid-column: 5;
    -ms-grid-column-span: 3;
    grid-column: 5/span 3;
  }
}
@media screen and (min-width: 768px) {
  .footer .main-footer .column-right {
    -ms-grid-column: 1;
    -ms-grid-column-span: 6;
    grid-column: 1/span 6;
  }
}
@media screen and (min-width: 1024px) {
  .footer .main-footer .column-right {
    -ms-grid-column: 9;
    -ms-grid-column-span: 4;
    grid-column: 9/span 4;
  }
}
@media screen and (min-width: 1280px) {
  .footer .main-footer .column-right {
    grid-column: -4/span 3;
  }
}
.footer .footer-main {
  display: -ms-grid;
  display: grid;
  grid-row-gap: 12px;
  row-gap: 12px;
}
@media screen and (min-width: 1280px) {
  .footer .footer-main {
    grid-row-gap: 18px;
    row-gap: 18px;
  }
}
.footer .footer-main a {
  color: #fff;
}
.footer .socket-main {
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
}
.footer .socket-main .menu-item {
  margin-right: 16px;
}
.footer .socket-main .menu-item:last-child {
  margin-right: 0;
}
.footer .description,
.footer .label,
.footer .socket-main a {
  color: rgba(255, 255, 255, 0.8);
}
.footer .description {
  margin-bottom: 16px;
}
.footer .link .label {
  display: inline-block;
  max-width: 100px;
}
.footer .social-links {
  font-size: 20px;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-justify-content: flex-end;
     -moz-box-pack: end;
          justify-content: flex-end;
}
@media screen and (max-width: 1279px) {
  .footer .social-links {
    -webkit-justify-content: center;
       -moz-box-pack: center;
            justify-content: center;
    padding: 96px 0;
  }
}
.footer .social-links .social-link {
  margin-right: 32px;
}
@media screen and (min-width: 1280px) {
  .footer .social-links .social-link {
    margin-right: 28px;
  }
}
.footer .social-links .social-link:last-child {
  margin-right: 0;
}
.footer .socket {
  overflow-x: hidden;
  position: relative;
}
@media screen and (min-width: 1280px) {
  .footer .socket {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .footer .socket:before {
    content: "";
    position: absolute;
    top: 0;
    width: 200vw;
    left: -50%;
    background-color: #000;
    opacity: 0.15;
    height: 1px;
  }
}
.footer .socket .column-left {
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
}
@media screen and (max-width: 1279px) {
  .footer .socket .column-left {
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
            flex-direction: column;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
            justify-content: center;
    -ms-grid-row: 2;
    grid-row: 2;
  }
}
.footer .socket .copyright {
  font-family: "Avenir Next LT Pro", helvetica, arial, sans-serif;
  font-size: 18px;
  line-height: 22px;
  font-weight: 600;
  margin-right: 40px;
}
@media screen and (max-width: 1279px) {
  .footer .socket .copyright {
    margin-bottom: 30px;
    margin-right: 0;
  }
}

.module-editorial-categories {
  overflow: hidden;
}
.module-editorial-categories .category {
  background-color: var(--category-color);
  padding-bottom: 98px;
}
@media screen and (min-width: 1280px) {
  .module-editorial-categories .category {
    padding-bottom: 128px;
  }
}
.module-editorial-categories .category.editorial-red .category-info .image, .module-editorial-categories .category.editorial-green .category-info .image {
  margin-bottom: 24px;
}
@media screen and (min-width: 768px) {
  .module-editorial-categories .category.editorial-red .category-info .image, .module-editorial-categories .category.editorial-green .category-info .image {
    margin-bottom: 0;
  }
}
.module-editorial-categories .category .category-info {
  margin-bottom: 48px;
}
@media screen and (min-width: 768px) {
  .module-editorial-categories .category .category-info {
    margin-bottom: 0;
  }
}
.module-editorial-categories .description {
  color: rgba(0, 0, 0, 0.7);
}
.module-editorial-categories .glide .glide__track .glide__slides .glide__slide {
  height: auto;
}
.module-editorial-categories .teaser {
  height: 100%;
}
.module-editorial-categories .button-wrapper {
  text-align: right;
  margin-top: 48px;
  margin-right: 30px;
}
@media screen and (min-width: 768px) {
  .module-editorial-categories .button-wrapper {
    margin-right: 0;
  }
}
.module-editorial-categories .button-wrapper .category-button {
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
}
.module-editorial-categories .button-wrapper .category-button .icon-apps {
  margin-right: 8px;
  font-size: 22px;
}
@media screen and (min-width: 768px) {
  .module-editorial-categories .button-wrapper .category-button {
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: inline-flex;
    margin-right: 50px;
  }
}
@media screen and (min-width: 1280px) {
  .module-editorial-categories .button-wrapper .category-button {
    margin-right: 80px;
  }
}

.module-hero {
  position: relative;
  height: 1000px;
}
@media screen and (max-width: 1279px) {
  .module-hero {
    height: 768px;
  }
}
@media screen and (max-width: 1023px) {
  .module-hero {
    height: auto;
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: 580px auto;
    grid-template-rows: 580px auto;
  }
}
.module-hero .background-color {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.module-hero .background-image {
  -ms-grid-row: 1;
  grid-row: 1;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 1024px) {
  .module-hero .background-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}
.module-hero .background-image .actual-image {
  height: 100%;
}
.module-hero .background-image .actual-image:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 40%;
  left: 0;
  top: 0;
  background: linear-gradient(360deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
  opacity: 0.25;
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
.module-hero .background-image .actual-image:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to top, black, rgba(0, 0, 0, 0));
  opacity: 0.8;
  pointer-events: none;
}
.module-hero .outer-content-wrapper {
  -ms-grid-row: 2;
  grid-row: 2;
  position: relative;
  z-index: 2;
  padding-top: 40px;
  padding-bottom: 48px;
}
@media screen and (min-width: 1024px) {
  .module-hero .outer-content-wrapper {
    padding-top: 0;
    padding-bottom: 0;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    height: 100%;
  }
  .module-hero .outer-content-wrapper .content-wrapper {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-rows: 1fr auto;
    grid-template-rows: 1fr auto;
  }
}
.module-hero .outer-content-wrapper .content-text {
  max-width: 380px;
}
@media screen and (min-width: 1280px) {
  .module-hero .outer-content-wrapper .content-text {
    max-width: 540px;
  }
}
.module-hero .outer-content-wrapper .content-wrapper {
  display: -ms-grid;
  display: grid;
  text-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  grid-row-gap: 36px;
  row-gap: 36px;
}
@media screen and (min-width: 1024px) {
  .module-hero .outer-content-wrapper .content-meta {
    margin-top: 0;
    margin-bottom: 48px;
  }
}
.module-hero .outer-content-wrapper .content-meta .date {
  color: #fff;
}
.module-hero .outer-content-wrapper .content-meta .author {
  color: rgba(255, 255, 255, 0.75);
}
.module-hero .hero-title {
  margin-bottom: 3px;
}
.module-hero .description {
  margin-bottom: 18px;
}
@media screen and (min-width: 1280px) {
  .module-hero .description {
    margin-bottom: 24px;
  }
}
.module-hero.white-scheme .description,
.module-hero.white-scheme .hero-title,
.module-hero.white-scheme .content-meta {
  color: #fff;
}
.module-hero.white-scheme .button:before {
  border-color: #fff;
}
.module-hero.white-scheme .button, .module-hero.white-scheme .button:hover {
  color: #fff;
}
.module-hero.hero-full {
  position: relative;
  height: 1000px;
}
@media screen and (max-width: 1279px) {
  .module-hero.hero-full {
    height: 768px;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-align-items: flex-end;
       -moz-box-align: end;
            align-items: flex-end;
  }
}
@media screen and (max-width: 1023px) {
  .module-hero.hero-full {
    height: 800px;
  }
}
@media screen and (max-width: 1279px) {
  .module-hero.hero-full .background-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}
@media screen and (min-width: 1024px) {
  .module-hero.hero-half .background-image {
    width: 50%;
  }
}
.module-hero.content-left .content-wrapper {
  -ms-grid-column: 1;
  grid-column: 1;
}
.module-hero.content-left .background-image {
  left: auto;
  right: 0;
}

.module.module-html-source-code .general-slider-wrapper {
  display: block;
}
@media screen and (min-width: 320px) {
  .module.module-html-source-code .html-code-content {
    -ms-grid-column: 1;
    grid-column: 1;
    padding-bottom: 98px;
  }
}
.module.module-html-source-code .html-code-content iframe {
  max-width: 100%;
}

.module-post-teasers {
  grid-row-gap: 48px;
  row-gap: 48px;
  grid-column-gap: 24px;
  -webkit-column-gap: 24px;
     -moz-column-gap: 24px;
          column-gap: 24px;
  overflow: hidden;
  margin-top: 60px;
  margin-bottom: 96px;
}
@media screen and (min-width: 768px) {
  .module-post-teasers {
    grid-row-gap: 84px;
    row-gap: 84px;
    margin-top: 96px;
    margin-bottom: 136px;
  }
}
@media screen and (min-width: 1024px) {
  .module-post-teasers {
    grid-row-gap: 48px;
    row-gap: 48px;
  }
}
@media screen and (min-width: 1280px) {
  .module-post-teasers {
    grid-row-gap: 96px;
    row-gap: 96px;
    grid-column-gap: 48px;
    -webkit-column-gap: 48px;
       -moz-column-gap: 48px;
            column-gap: 48px;
    margin-top: 128px;
    margin-bottom: 128px;
  }
}
.module-post-teasers .editorial-teaser {
  background-color: var(--category-color);
}
.module-post-teasers .article-teaser .date {
  color: rgba(0, 0, 0, 0.8);
  margin-bottom: 0;
}
.module-post-teasers .article-teaser .author {
  color: rgba(0, 0, 0, 0.55);
}
.module-post-teasers .text-section h3 {
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 4px;
}
@media screen and (min-width: 1280px) {
  .module-post-teasers .text-section h3 {
    font-size: 34px;
    line-height: 42px;
  }
}
.module-post-teasers .text-section .description {
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 18px;
  color: rgba(0, 0, 0, 0.7);
}
@media screen and (min-width: 1280px) {
  .module-post-teasers .text-section .description {
    font-size: 21px;
    line-height: 30px;
    margin-bottom: 24px;
  }
}

.module.module-title-intro {
  text-align: center;
}
.module.module-title-intro.has-margin-top {
  margin-top: 96px;
}
.module.module-title-intro.has-margin-bottom {
  margin-bottom: 96px;
}
.module.module-title-intro.has-padding-top {
  padding-top: 80px;
}
.module.module-title-intro.has-padding-bottom {
  padding-bottom: 98px;
}
.module.module-title-intro .module-title-inner {
  max-width: 696px;
  margin: auto;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .module.module-title-intro .module-title-inner {
    max-width: 552px;
  }
}
.module.module-title-intro h2.h1 {
  margin-bottom: 4px;
}

.page-template-template-article-listing .page-template-template-subscriptions-php .page-info > *, .page-template-template-article-listing .page-template-template-editorial-categories .page-info > *, .page-template-template-article-listing .page-info > *, .page-template-template-article-listing .page-section-title {
  -ms-grid-column: 1;
  grid-column: 1/1;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .page-template-template-article-listing .page-template-template-subscriptions-php .page-info > *, .page-template-template-article-listing .page-template-template-editorial-categories .page-info > *, .page-template-template-article-listing .page-info > *, .page-template-template-article-listing .page-section-title {
    -ms-grid-column: 2;
    -ms-grid-column-span: 10;
    grid-column: 2/span 10;
  }
}
@media screen and (min-width: 1024px) {
  .page-template-template-article-listing .page-template-template-subscriptions-php .page-info > *, .page-template-template-article-listing .page-template-template-editorial-categories .page-info > *, .page-template-template-article-listing .page-info > *, .page-template-template-article-listing .page-section-title {
    -ms-grid-column: 3;
    -ms-grid-column-span: 8;
    grid-column: 3/span 8;
  }
}
@media screen and (min-width: 1280px) {
  .page-template-template-article-listing .page-template-template-subscriptions-php .page-info > *, .page-template-template-article-listing .page-template-template-editorial-categories .page-info > *, .page-template-template-article-listing .page-info > *, .page-template-template-article-listing .page-section-title {
    -ms-grid-column: 4;
    -ms-grid-column-span: 6;
    grid-column: 4/span 6;
  }
}
.page-template-template-article-listing .page-section {
  margin-bottom: 60px;
}
@media screen and (min-width: 1024px) {
  .page-template-template-article-listing .page-section {
    margin-bottom: calc( 			60px + ( 					80 - 60 				) * (100vw - 1024px) / (1280 - 1024) 		);
  }
}
@media screen and (min-width: 1280px) {
  .page-template-template-article-listing .page-section {
    margin-bottom: 80px;
  }
}
.page-template-template-article-listing .page-section-title {
  margin-bottom: 36px;
}
@media screen and (min-width: 1024px) {
  .page-template-template-article-listing .page-section-title {
    margin-bottom: calc( 			36px + ( 					48 - 36 				) * (100vw - 1024px) / (1280 - 1024) 		);
  }
}
@media screen and (min-width: 1280px) {
  .page-template-template-article-listing .page-section-title {
    margin-bottom: 48px;
  }
}
.page-template-template-article-listing .page-info .page-title {
  margin-bottom: 3px;
}
@media screen and (min-width: 1024px) {
  .page-template-template-article-listing .page-info .page-title {
    margin-bottom: calc( 			3px + ( 					4 - 3 				) * (100vw - 1024px) / (1280 - 1024) 		);
  }
}
@media screen and (min-width: 1280px) {
  .page-template-template-article-listing .page-info .page-title {
    margin-bottom: 4px;
  }
}
.page-template-template-article-listing .articles-teaser-title {
  margin-bottom: 4px;
}
.page-template-template-article-listing .articles-teaser-description {
  color: rgba(0, 0, 0, 0.7);
}
.page-template-template-article-listing .devider-line {
  margin: 60px 0;
}
@media screen and (min-width: 1024px) {
  .page-template-template-article-listing .devider-line {
    margin: 72px 0;
  }
}
@media screen and (min-width: 1280px) {
  .page-template-template-article-listing .devider-line {
    margin: 128px 0;
  }
}
.page-template-template-article-listing .devider-line.module-devider-line {
  margin: 0;
}
.page-template-template-article-listing .devider-line.module-devider-line.has-margin-top {
  margin-top: 96px;
}
.page-template-template-article-listing .devider-line.module-devider-line.has-margin-bottom {
  margin-bottom: 96px;
}
.page-template-template-article-listing .listing-wrapper {
  display: -ms-grid;
  display: grid;
  grid-row-gap: 128px;
  row-gap: 128px;
  margin-bottom: 173px;
}
@media screen and (min-width: 768px) {
  .page-template-template-article-listing .listing-wrapper {
    margin-bottom: 132px;
  }
}
@media screen and (min-width: 1280px) {
  .page-template-template-article-listing .listing-wrapper {
    margin-bottom: 224px;
  }
}
.page-template-template-article-listing .listing-wrapper .teasers-wrapper {
  grid-row-gap: 48px;
  row-gap: 48px;
  grid-column-gap: 24px;
  -webkit-column-gap: 24px;
     -moz-column-gap: 24px;
          column-gap: 24px;
}
@media screen and (min-width: 768px) {
  .page-template-template-article-listing .listing-wrapper .teasers-wrapper {
    grid-row-gap: 84px;
    row-gap: 84px;
  }
}
@media screen and (min-width: 1024px) {
  .page-template-template-article-listing .listing-wrapper .teasers-wrapper {
    grid-row-gap: 48px;
    row-gap: 48px;
  }
}
@media screen and (min-width: 1280px) {
  .page-template-template-article-listing .listing-wrapper .teasers-wrapper {
    grid-row-gap: 96px;
    row-gap: 96px;
    grid-column-gap: 48px;
    -webkit-column-gap: 48px;
       -moz-column-gap: 48px;
            column-gap: 48px;
  }
}

.load-more-wrapper {
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
}
.load-more-wrapper .load-more {
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
}
.load-more-wrapper .load-more .icon {
  margin-right: 8px;
}

.article-header {
  overflow: hidden;
  position: relative;
}
.article-header.has-image {
  height: 100vh;
  height: calc(1vh * 100);
  height: calc(var(--vh, 1vh) * 100);
  margin-bottom: 24px;
}
@media screen and (min-width: 768px) {
  .article-header.has-image {
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 1280px) {
  .article-header.has-image {
    height: 1000px;
    margin-bottom: 50px;
  }
}
.article-header.has-image:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 40%;
  left: 0;
  top: 0;
  background: linear-gradient(360deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
  opacity: 0.25;
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
.article-header.has-image:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 80%;
  background-image: linear-gradient(to top, black, rgba(0, 0, 0, 0));
  opacity: 0.8;
  pointer-events: none;
}
@media screen and (min-width: 1280px) {
  .article-header.no-image .container {
    padding-bottom: 32px;
  }
}
.article-header .container {
  -ms-grid-rows: 1fr;
  grid-template-rows: 1fr;
  height: 100%;
  padding-bottom: 36px;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 1280px) {
  .article-header .container {
    padding-bottom: 64px;
  }
}
.article-header .breadcrumb {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .article-header .breadcrumb {
    -ms-grid-column: 1;
    -ms-grid-column-span: 12;
    grid-column: 1/span 12;
  }
}
.article-header-article-type {
  margin-bottom: 6px;
}
@media screen and (min-width: 1280px) {
  .article-header-article-type {
    margin-bottom: 8px;
  }
}
.no-image .article-header-article-type {
  margin-top: 72px;
}
@media screen and (min-width: 1280px) {
  .no-image .article-header-article-type {
    margin-top: 80px;
  }
}
.article-header-title {
  margin-bottom: 3px;
}
.article-header-article-type, .article-header-title, .article-header-intro-text {
  color: #fff;
  text-align: center;
}
.no-image .article-header-article-type, .no-image .article-header-title, .no-image .article-header-intro-text {
  color: #000;
}
@media screen and (min-width: 768px) {
  .article-header-article-type, .article-header-title, .article-header-intro-text {
    -ms-grid-column: 3;
    -ms-grid-column-span: 8;
    grid-column: 3/span 8;
  }
}
@media screen and (min-width: 1280px) {
  .article-header-article-type, .article-header-title, .article-header-intro-text {
    -ms-grid-column: 4;
    -ms-grid-column-span: 6;
    grid-column: 4/span 6;
  }
}

.article-body {
  position: relative;
}
.article-body > * {
  -ms-grid-column: 1;
  -ms-grid-column-span: 12;
  grid-column: 1/span 12;
}

.single-article .floating-icons {
  -ms-grid-row: 1;
  grid-row: 1;
  position: relative;
}
.single-article .floating-icons:before {
  content: "";
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 0;
  height: 1px;
  width: 180px;
  background-color: rgba(0, 0, 0, 0.15);
}
@media screen and (min-width: 1280px) {
  .single-article .floating-icons:before {
    display: none;
  }
}
@media screen and (max-width: 1279px) {
  .single-article .floating-icons {
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
            justify-content: center;
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 1280px) {
  .single-article .floating-icons {
    -ms-grid-row: 2;
    grid-row: 2;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
    grid-column: 1/span 3;
  }
}
.single-article .floating-icons .action-circle {
  margin: 0 6px;
}
@media screen and (min-width: 1280px) {
  .single-article .floating-icons .action-circle {
    margin: 0 0 8px 0;
  }
}
.single-article .floating-icons + .content-section p:first-child {
  clear: both;
}
.single-article .floating-icons + .content-section p:first-child:first-letter {
  float: left;
  font-size: 62px;
  line-height: 45px;
  margin-right: 9px;
}
@media screen and (min-width: 1280px) {
  .single-article .floating-icons + .content-section p:first-child:first-letter {
    font-size: 70px;
    line-height: 55px;
  }
}
.single-article .author-credits {
  text-align: center;
  color: rgba(0, 0, 0, 0.55);
  font-size: 16px;
  line-height: 22px;
  font-family: "Avenir Next LT Pro", helvetica, arial, sans-serif;
  -ms-grid-row: 2;
  grid-row: 2;
  margin-bottom: 48px;
}
@media screen and (min-width: 768px) {
  .single-article .author-credits {
    margin-bottom: 70px;
  }
}
@media screen and (min-width: 1280px) {
  .single-article .author-credits {
    margin-bottom: 48px;
    -ms-grid-row: 1;
    grid-row: 1;
  }
}
.single-article .author-links {
  padding-top: 80px;
  margin-bottom: 160px;
  position: relative;
}
@media screen and (min-width: 1280px) {
  .single-article .author-links {
    -ms-grid-column: 4;
    -ms-grid-column-span: 6;
    grid-column: 4/span 6;
  }
}
.single-article .author-links:before {
  content: "";
  position: absolute;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.15);
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.single-article .bookmark-messages {
  display: none;
}
.single-article .bookmark-messages .bookmark-message {
  display: none;
}
.single-article .has-bookmark-message .bookmark-messages {
  -ms-grid-column: 4;
  -ms-grid-column-span: 6;
  grid-column: 4/span 6;
  -ms-grid-row: 1;
  grid-row: 1;
  display: block;
}
.single-article .has-bookmark-message .bookmark-messages .bookmark-message.show {
  display: block;
}
@media screen and (max-width: 767px) {
  .single-article .has-bookmark-message .bookmark-messages {
    -ms-grid-column: 1;
    -ms-grid-column-span: 12;
    grid-column: 1/span 12;
  }
}
.single-article .has-bookmark-message .floating-icons {
  -ms-grid-row: 2;
  grid-row: 2;
}
@media screen and (min-width: 1280px) {
  .single-article .has-bookmark-message .floating-icons {
    -ms-grid-row: 3;
    grid-row: 3;
  }
}
@media screen and (min-width: 1280px) {
  .single-article .has-bookmark-message .floating-icons + .content-section {
    -ms-grid-row: 3;
    grid-row: 3;
  }
}
.single-article .has-bookmark-message .author-credits {
  -ms-grid-row: 3;
  grid-row: 3;
}
@media screen and (min-width: 1280px) {
  .single-article .has-bookmark-message .author-credits {
    -ms-grid-row: 2;
    grid-row: 2;
  }
}
@media screen and (min-width: 1280px) {
  .single-article .has-bookmark-message .linked-products {
    -ms-grid-row: 3;
    grid-row: 3;
  }
}

.author-header {
  text-align: center;
  padding: 144px 30px 96px;
}
@media screen and (min-width: 1280px) {
  .author-header {
    padding: 250px 0 100px 0;
  }
}
@media screen and (min-width: 768px) {
  .author-header > * {
    -ms-grid-column: 2;
    -ms-grid-column-span: 10;
    grid-column: 2/span 10;
  }
}
@media screen and (min-width: 1280px) {
  .author-header > * {
    -ms-grid-column: 4;
    -ms-grid-column-span: 6;
    grid-column: 4/span 6;
  }
}
.author-header-image {
  display: block;
  margin-bottom: 18px;
}
@media screen and (min-width: 1280px) {
  .author-header-image {
    margin-bottom: 24px;
  }
}
.author-header-image img {
  border-radius: 50%;
}
.author-header-title {
  font-family: "Avenir Next LT Pro", helvetica, arial, sans-serif;
  font-size: 16px;
  font-weight: bold;
  line-height: 21px;
  margin-bottom: 4px;
}
@media screen and (min-width: 1280px) {
  .author-header-title {
    font-size: 18px;
    line-height: 22px;
  }
}
.author-header-name {
  font-size: 36px;
  line-height: 42px;
  margin-bottom: 4px;
}
@media screen and (min-width: 768px) {
  .author-header-name {
    font-size: 48px;
    line-height: 54px;
  }
}
@media screen and (min-width: 1280px) {
  .author-header-name {
    font-size: 56px;
    line-height: 60px;
  }
}

.author-posts {
  background-color: #f1f1f1;
  padding: 72px 0 118px;
}
@media screen and (min-width: 768px) {
  .author-posts {
    padding: 72px 0 130px;
  }
}
@media screen and (min-width: 1280px) {
  .author-posts {
    padding: 96px 0 160px;
  }
}
.author-posts .section-title {
  text-align: center;
  margin-bottom: 48px;
}
@media screen and (min-width: 768px) {
  .author-posts .section-title {
    -ms-grid-column: 3;
    -ms-grid-column-span: 8;
    grid-column: 3/span 8;
  }
}
@media screen and (min-width: 1280px) {
  .author-posts .section-title {
    -ms-grid-column: 4;
    -ms-grid-column-span: 6;
    grid-column: 4/span 6;
    margin-bottom: 64px;
  }
}
@media screen and (min-width: 768px) {
  .author-posts .teasers {
    -ms-grid-column: 3;
    -ms-grid-column-span: 8;
    grid-column: 3/span 8;
  }
}
@media screen and (min-width: 1280px) {
  .author-posts .teasers {
    -ms-grid-column: 4;
    -ms-grid-column-span: 6;
    grid-column: 4/span 6;
  }
}
.author-posts .teaser {
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  padding: 24px 0;
  position: relative;
}
@media screen and (min-width: 1280px) {
  .author-posts .teaser {
    padding: 32px 0;
  }
}
.author-posts .teaser:first-child:before {
  content: "";
  top: 0;
  right: 0;
  width: calc(100% - 86px);
  position: absolute;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.15);
}
@media screen and (min-width: 1280px) {
  .author-posts .teaser:first-child:before {
    display: none;
  }
}
.author-posts .teaser:after {
  content: "";
  bottom: 0;
  right: 0;
  width: calc(100% - 86px);
  position: absolute;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.15);
}
@media screen and (min-width: 1280px) {
  .author-posts .teaser:after {
    width: calc(100% - 124px);
  }
}
.author-posts .teaser-image {
  width: 68px;
  min-width: 68px;
  margin-right: 18px;
}
@media screen and (min-width: 1280px) {
  .author-posts .teaser-image {
    width: 100px;
    min-width: 100px;
    margin-right: 24px;
  }
}
.author-posts .teaser-image img {
  border-radius: 50%;
}
.author-posts .teaser-title {
  font-size: 22px;
  line-height: 28px;
  font-weight: bold;
  margin-bottom: 3px;
  word-break: break-word;
}
@media screen and (min-width: 1280px) {
  .author-posts .teaser-title {
    font-size: 26px;
    line-height: 32px;
  }
}
.author-posts .teaser .date {
  font-family: "Avenir Next LT Pro", helvetica, arial, sans-serif;
  font-weight: bold;
  font-size: 14px;
  line-height: 21px;
}
@media screen and (min-width: 1280px) {
  .author-posts .teaser .date {
    font-size: 16px;
    line-height: 22px;
  }
}
.author-posts .teaser .cta {
  margin-left: auto;
  padding-left: 24px;
}
.author-posts .teaser .cta .button {
  display: none;
}
@media screen and (min-width: 1280px) {
  .author-posts .teaser .cta .button {
    display: block;
  }
}
@media screen and (min-width: 1280px) {
  .author-posts .teaser .cta svg {
    display: none;
  }
}
.author-posts .load-more-wrapper {
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .author-posts .load-more-wrapper {
    -ms-grid-column: 3;
    -ms-grid-column-span: 8;
    grid-column: 3/span 8;
  }
}
@media screen and (min-width: 1280px) {
  .author-posts .load-more-wrapper {
    -ms-grid-column: 4;
    -ms-grid-column-span: 6;
    grid-column: 4/span 6;
  }
}

.page-template-template-bookmarks-php .main {
  padding-top: 144px;
}
@media screen and (min-width: 1024px) {
  .page-template-template-bookmarks-php .main {
    padding-top: calc( 			144px + ( 					248 - 144 				) * (100vw - 1024px) / (1280 - 1024) 		);
  }
}
@media screen and (min-width: 1280px) {
  .page-template-template-bookmarks-php .main {
    padding-top: 248px;
  }
}
.page-template-template-bookmarks-php .wrapper > * {
  -ms-grid-column: 1;
  -ms-grid-column-span: 6;
  grid-column: 1/span 6;
}
@media screen and (min-width: 768px) {
  .page-template-template-bookmarks-php .wrapper > * {
    -ms-grid-column: 3;
    -ms-grid-column-span: 8;
    grid-column: 3/span 8;
  }
}
@media screen and (min-width: 768px) {
  .page-template-template-bookmarks-php .wrapper .description {
    -ms-grid-column: 4;
    -ms-grid-column-span: 6;
    grid-column: 4/span 6;
  }
}
.page-template-template-bookmarks-php .no-bookmarks {
  margin-top: 30px;
  margin-bottom: 200px;
}
.page-template-template-bookmarks-php .no-bookmarks > * {
  -ms-grid-column: 4;
  -ms-grid-column-span: 6;
  grid-column: 4/span 6;
}
.page-template-template-bookmarks-php .bookmarks-pagination {
  margin-bottom: 80px;
}

.page-template-template-community-page .comunity-header {
  text-align: center;
  margin-top: 72px;
}
@media screen and (min-width: 1280px) {
  .page-template-template-community-page .comunity-header {
    margin-top: 130px;
  }
}
@media screen and (min-width: 768px) {
  .page-template-template-community-page .comunity-header > * {
    -ms-grid-column: 3;
    -ms-grid-column-span: 8;
    grid-column: 3/span 8;
  }
}
@media screen and (min-width: 1280px) {
  .page-template-template-community-page .comunity-header > * {
    -ms-grid-column: 4;
    -ms-grid-column-span: 6;
    grid-column: 4/span 6;
  }
}
.page-template-template-community-page .comunity-header .page-title {
  margin-bottom: 4px;
}
.page-template-template-community-page .comunity-header + .devider-line {
  margin-top: 60px;
  margin-bottom: 60px;
}
@media screen and (min-width: 1280px) {
  .page-template-template-community-page .comunity-header + .devider-line {
    margin-top: 80px;
    margin-bottom: 80px;
  }
}
@media screen and (min-width: 768px) {
  .page-template-template-community-page .community-form .form-wrapper {
    -ms-grid-column: 3;
    -ms-grid-column-span: 8;
    grid-column: 3/span 8;
  }
}
@media screen and (min-width: 1280px) {
  .page-template-template-community-page .community-form .form-wrapper {
    -ms-grid-column: 4;
    -ms-grid-column-span: 6;
    grid-column: 4/span 6;
  }
}
.page-template-template-community-page .community-form .form-wrapper + .devider-line {
  margin-top: 96px;
  margin-bottom: 72px;
}
@media screen and (min-width: 1280px) {
  .page-template-template-community-page .community-form .form-wrapper + .devider-line {
    margin-top: 96px;
    margin-bottom: 96px;
  }
}
.page-template-template-community-page .community-form .form-wrapper h2 {
  margin-bottom: 24px;
}
@media screen and (min-width: 1280px) {
  .page-template-template-community-page .community-form .form-wrapper h2 {
    margin-bottom: 32px;
  }
}
.page-template-template-community-page .community-form .form-wrapper .grid, .page-template-template-community-page .community-form .form-wrapper .woocommerce-page .woocommerce-products-header, .woocommerce-page .page-template-template-community-page .community-form .form-wrapper .woocommerce-products-header {
  grid-column-gap: 16px;
  -webkit-column-gap: 16px;
     -moz-column-gap: 16px;
          column-gap: 16px;
}
.page-template-template-community-page .community-form .form-wrapper .form-row-item {
  margin-bottom: 12px;
}
@media screen and (min-width: 1280px) {
  .page-template-template-community-page .community-form .form-wrapper .form-row-item {
    margin-bottom: 16px;
  }
}
.page-template-template-community-page .community-form .form-wrapper .form-row-item.textarea-wrapper {
  margin-bottom: 30px;
}
@media screen and (min-width: 1280px) {
  .page-template-template-community-page .community-form .form-wrapper .form-row-item.textarea-wrapper {
    margin-bottom: 32px;
  }
}
.page-template-template-community-page .community-form .form-wrapper label {
  font-size: 14px;
  line-height: 16px;
  margin-bottom: 6px;
  display: inline-block;
}
@media screen and (min-width: 1280px) {
  .page-template-template-community-page .community-form .form-wrapper label {
    margin-bottom: 8px;
  }
}
.page-template-template-community-page .community-form .form-wrapper textarea {
  resize: vertical;
  height: 200px;
}
.page-template-template-community-page .community-form .form-wrapper button.submit {
  margin-top: 16px;
}
.page-template-template-community-page .community-form .form-wrapper .wpcf7-not-valid-tip {
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  display: inline-block;
  color: #cb2c27;
}
.page-template-template-community-page .community-form .form-success-message {
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
          flex-direction: column;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  text-align: center;
  margin-bottom: 48px;
}
@media screen and (min-width: 1024px) {
  .page-template-template-community-page .community-form .form-success-message {
    margin-bottom: calc( 			48px + ( 					72 - 48 				) * (100vw - 1024px) / (1280 - 1024) 		);
  }
}
@media screen and (min-width: 1280px) {
  .page-template-template-community-page .community-form .form-success-message {
    margin-bottom: 72px;
  }
}
.page-template-template-community-page .community-form .form-success-message-title {
  margin-bottom: 24px;
}
.page-template-template-community-page .community-form .form-success-message-symbol {
  --size: 130px;
  margin-bottom: 36px;
  position: relative;
  width: var(--size);
  height: var(--size);
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  font-size: 36px;
  border: 4px solid #000;
  border-radius: 50%;
}
@media screen and (min-width: 1024px) {
  .page-template-template-community-page .community-form .form-success-message-symbol {
    margin-bottom: calc( 			36px + ( 					60 - 36 				) * (100vw - 1024px) / (1280 - 1024) 		);
  }
}
@media screen and (min-width: 1280px) {
  .page-template-template-community-page .community-form .form-success-message-symbol {
    margin-bottom: 60px;
  }
}
.page-template-template-community-page .community-form .form-success-message-symbol::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(1.2);
          transform: translate(-50%, -50%) scale(1.2);
  border: 2px solid rgba(0, 0, 0, 0.7);
  border-radius: 50%;
}
@media screen and (min-width: 768px) {
  .page-template-template-community-page .reader-comments {
    -ms-grid-column: 3;
    -ms-grid-column-span: 8;
    grid-column: 3/span 8;
  }
}
@media screen and (min-width: 1280px) {
  .page-template-template-community-page .reader-comments {
    -ms-grid-column: 4;
    -ms-grid-column-span: 6;
    grid-column: 4/span 6;
  }
}
.page-template-template-community-page .reader-comments .reader-comment.hidden {
  display: none;
}
.page-template-template-community-page .reader-comments .reader-comment .reference-title {
  margin-bottom: 4px;
}
.page-template-template-community-page .reader-comments .reader-comment .referene-issue {
  color: rgba(0, 0, 0, 0.7);
}
@media screen and (min-width: 1280px) {
  .page-template-template-community-page .reader-comments .reader-comment .accordion-content .message-body {
    margin-bottom: 32px;
  }
}
.page-template-template-community-page .reader-comments .reader-comment .accordion-content .message-author {
  margin-bottom: 24px;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0.005em;
  color: rgba(0, 0, 0, 0.55);
  font-family: "Avenir Next LT Pro", helvetica, arial, sans-serif;
}
.page-template-template-community-page .load-more {
  text-align: center;
  margin-top: 70px;
}
@media screen and (min-width: 768px) {
  .page-template-template-community-page .load-more {
    -ms-grid-column: 3;
    -ms-grid-column-span: 8;
    grid-column: 3/span 8;
  }
}
@media screen and (min-width: 1280px) {
  .page-template-template-community-page .load-more {
    -ms-grid-column: 4;
    -ms-grid-column-span: 6;
    grid-column: 4/span 6;
  }
}
.page-template-template-community-page .load-more .button {
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: inline-flex;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
}
.page-template-template-community-page .load-more .button i {
  margin-right: 8px;
  font-size: 20px;
}
.page-template-template-community-page .footer {
  margin-top: 120px;
}
@media screen and (min-width: 1280px) {
  .page-template-template-community-page .footer {
    margin-top: 160;
  }
}

.page-template-template-content-sections main {
  padding-top: 144px;
}
@media screen and (min-width: 1280px) {
  .page-template-template-content-sections main {
    padding-top: 250px;
  }
}
@media screen and (min-width: 768px) {
  .page-template-template-content-sections main .container > * {
    -ms-grid-column: 3;
    -ms-grid-column-span: 8;
    grid-column: 3/span 8;
  }
}
@media screen and (min-width: 1280px) {
  .page-template-template-content-sections main .container > * {
    -ms-grid-column: 4;
    -ms-grid-column-span: 6;
    grid-column: 4/span 6;
  }
}
.page-template-template-content-sections main .page-title {
  font-size: 36px;
  line-height: 42px;
  margin-bottom: 4px;
}
@media screen and (min-width: 768px) {
  .page-template-template-content-sections main .page-title {
    font-size: 48px;
    line-height: 54px;
  }
}
@media screen and (min-width: 1280px) {
  .page-template-template-content-sections main .page-title {
    font-size: 56px;
    line-height: 60px;
  }
}
.page-template-template-content-sections main .intro-text {
  text-align: center;
  margin-bottom: 72px;
  color: #121212;
  font-size: 18px;
  line-height: 26px;
}
@media screen and (min-width: 1280px) {
  .page-template-template-content-sections main .intro-text {
    margin-bottom: 80px;
    font-size: 21px;
    line-height: 30px;
  }
}
.page-template-template-content-sections main .content-section.content a {
  text-decoration: underline;
}

.page-template-template-editorial-categories main {
  padding-top: 114px;
}
@media screen and (min-width: 1280px) {
  .page-template-template-editorial-categories main {
    padding-top: 248px;
  }
}
.page-template-template-editorial-categories .page-template-template-subscriptions-php .page-info > *, .page-template-template-editorial-categories .page-info > *, .page-template-template-editorial-categories .page-section-title, .page-template-template-editorial-categories .page-template-template-article-listing .page-info > * {
  -ms-grid-column: 1;
  grid-column: 1/1;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .page-template-template-editorial-categories .page-template-template-subscriptions-php .page-info > *, .page-template-template-editorial-categories .page-info > *, .page-template-template-editorial-categories .page-section-title, .page-template-template-editorial-categories .page-template-template-article-listing .page-info > * {
    -ms-grid-column: 2;
    -ms-grid-column-span: 10;
    grid-column: 2/span 10;
  }
}
@media screen and (min-width: 1024px) {
  .page-template-template-editorial-categories .page-template-template-subscriptions-php .page-info > *, .page-template-template-editorial-categories .page-info > *, .page-template-template-editorial-categories .page-section-title, .page-template-template-editorial-categories .page-template-template-article-listing .page-info > * {
    -ms-grid-column: 3;
    -ms-grid-column-span: 8;
    grid-column: 3/span 8;
  }
}
@media screen and (min-width: 1280px) {
  .page-template-template-editorial-categories .page-template-template-subscriptions-php .page-info > *, .page-template-template-editorial-categories .page-info > *, .page-template-template-editorial-categories .page-section-title, .page-template-template-editorial-categories .page-template-template-article-listing .page-info > * {
    -ms-grid-column: 4;
    -ms-grid-column-span: 6;
    grid-column: 4/span 6;
  }
}
.page-template-template-editorial-categories .page-section {
  margin-bottom: 60px;
}
@media screen and (min-width: 1024px) {
  .page-template-template-editorial-categories .page-section {
    margin-bottom: calc( 			60px + ( 					80 - 60 				) * (100vw - 1024px) / (1280 - 1024) 		);
  }
}
@media screen and (min-width: 1280px) {
  .page-template-template-editorial-categories .page-section {
    margin-bottom: 80px;
  }
}
.page-template-template-editorial-categories .page-section-title {
  margin-bottom: 36px;
}
@media screen and (min-width: 1024px) {
  .page-template-template-editorial-categories .page-section-title {
    margin-bottom: calc( 			36px + ( 					48 - 36 				) * (100vw - 1024px) / (1280 - 1024) 		);
  }
}
@media screen and (min-width: 1280px) {
  .page-template-template-editorial-categories .page-section-title {
    margin-bottom: 48px;
  }
}
.page-template-template-editorial-categories .page-info .page-title {
  margin-bottom: 3px;
}
@media screen and (min-width: 1024px) {
  .page-template-template-editorial-categories .page-info .page-title {
    margin-bottom: calc( 			3px + ( 					4 - 3 				) * (100vw - 1024px) / (1280 - 1024) 		);
  }
}
@media screen and (min-width: 1280px) {
  .page-template-template-editorial-categories .page-info .page-title {
    margin-bottom: 4px;
  }
}
.page-template-template-editorial-categories .categories-navigation {
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
}
.page-template-template-editorial-categories .categories-navigation .glide .glide__track .glide__slides .glide__slide {
  height: auto;
}
.page-template-template-editorial-categories .categories-navigation .category {
  text-align: center;
  height: 100%;
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: 1fr auto auto;
  grid-template-rows: 1fr auto auto;
}
.page-template-template-editorial-categories .categories-navigation .category-image {
  margin-bottom: 12px;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
}
.page-template-template-editorial-categories .categories-navigation .category-title {
  margin-bottom: 0;
}
.page-template-template-editorial-categories .categories-navigation .category-link {
  text-decoration: underline;
  color: #121212;
  font-size: 18px;
  line-height: 26px;
}
.page-template-template-editorial-categories .latest {
  padding-bottom: 230px;
}
.page-template-template-editorial-categories .latest .editorial-teaser {
  background-color: var(--category-color);
}

.editorial-category-listing {
  padding-bottom: 120px;
}
@media screen and (min-width: 1280px) {
  .editorial-category-listing {
    padding-bottom: 160px;
  }
}
.editorial-category-listing.editorial-red, .editorial-category-listing.editorial-blue, .editorial-category-listing.editorial-yellow, .editorial-category-listing.editorial-green, .editorial-category-listing.editorial-grey {
  background-color: var(--category-color);
}
.editorial-category-listing .editorial-category-header {
  text-align: center;
  margin-bottom: 96px;
}
@media screen and (min-width: 1280px) {
  .editorial-category-listing .editorial-category-header {
    margin-bottom: 128px;
  }
}
.editorial-category-listing .editorial-category-header .image {
  margin-bottom: 40px;
}
.editorial-category-listing .editorial-category-header > * {
  -ms-grid-column: 1;
  -ms-grid-column-span: 6;
  grid-column: 1/span 6;
}
@media screen and (min-width: 768px) {
  .editorial-category-listing .editorial-category-header > * {
    -ms-grid-column: 3;
    -ms-grid-column-span: 8;
    grid-column: 3/span 8;
  }
}
.editorial-category-listing .editorial-category-header h1 {
  margin-bottom: 4px;
}
.editorial-category-listing .editorial-category-header .description {
  font-family: "Mercury Text G4", helvetica, arial, sans-serif;
  font-size: 22px;
  line-height: 30px;
}
@media screen and (min-width: 768px) {
  .editorial-category-listing .editorial-category-header .description {
    -ms-grid-column: 4;
    -ms-grid-column-span: 6;
    grid-column: 4/span 6;
  }
}
@media screen and (min-width: 1280px) {
  .editorial-category-listing .editorial-category-header .description {
    font-size: 24px;
    line-height: 36px;
  }
}
.editorial-category-listing .breadcrumb {
  margin-bottom: 35px;
}
@media screen and (min-width: 768px) {
  .editorial-category-listing .breadcrumb {
    margin-bottom: 60px;
  }
}
.editorial-category-listing .listing-wrapper .teasers-wrapper {
  grid-row-gap: 24px;
  row-gap: 24px;
}
@media screen and (min-width: 768px) {
  .editorial-category-listing .listing-wrapper .teasers-wrapper {
    grid-row-gap: 48px;
    row-gap: 48px;
  }
}
@media screen and (min-width: 1280px) {
  .editorial-category-listing .listing-wrapper .teasers-wrapper {
    grid-row-gap: 96px;
    row-gap: 96px;
  }
}
.editorial-category-listing .listing-wrapper .teasers-wrapper .teaser.editorial-red .content-wrapper, .editorial-category-listing .listing-wrapper .teasers-wrapper .teaser.editorial-yellow .content-wrapper, .editorial-category-listing .listing-wrapper .teasers-wrapper .teaser.editorial-blue .content-wrapper, .editorial-category-listing .listing-wrapper .teasers-wrapper .teaser.editoria-green .content-wrapper, .editorial-category-listing .listing-wrapper .teasers-wrapper .teaser.editorial-grey .content-wrapper {
  margin-top: 0;
  height: 100%;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
          flex-direction: column;
}
.editorial-category-listing .listing-wrapper .load-more-wrapper {
  margin-top: 50px;
}

.editorial-wrapper .bref-plus {
  margin-left: 4px;
}

.editorial-header,
.editorial-body {
  background-color: var(--category-color);
}

.editorial-header .breadcrumb {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .editorial-header .breadcrumb {
    -ms-grid-column: 1;
    -ms-grid-column-span: 12;
    grid-column: 1/span 12;
  }
}
.editorial-header .container {
  -ms-grid-rows: 1fr;
  grid-template-rows: 1fr;
  height: 100%;
  padding-bottom: 48px;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 1280px) {
  .editorial-header .container {
    padding-bottom: 32px;
  }
}
.editorial-header .editorial-category {
  margin-bottom: 6px;
  margin-top: 72px;
}
@media screen and (min-width: 1280px) {
  .editorial-header .editorial-category {
    margin-top: 80px;
    margin-bottom: 8px;
  }
}
.editorial-header .editorial-title {
  margin-bottom: 4px;
}
.editorial-header .editorial-image {
  text-align: center;
  margin-top: 32px;
}
@media screen and (min-width: 768px) {
  .editorial-header .editorial-image {
    -ms-grid-column: 3;
    -ms-grid-column-span: 8;
    grid-column: 3/span 8;
  }
}
.editorial-header .editorial-category,
.editorial-header .editorial-title,
.editorial-header .intro-text,
.editorial-header .speech-bubble {
  text-align: center;
  color: #121212;
}
@media screen and (min-width: 768px) {
  .editorial-header .editorial-category,
.editorial-header .editorial-title,
.editorial-header .intro-text,
.editorial-header .speech-bubble {
    -ms-grid-column: 3;
    -ms-grid-column-span: 8;
    grid-column: 3/span 8;
  }
}
@media screen and (min-width: 1280px) {
  .editorial-header .editorial-category,
.editorial-header .editorial-title,
.editorial-header .intro-text,
.editorial-header .speech-bubble {
    -ms-grid-column: 4;
    -ms-grid-column-span: 6;
    grid-column: 4/span 6;
  }
}
.editorial-header .speech-bubble {
  margin-top: 24px;
}
@media screen and (min-width: 1280px) {
  .editorial-header .speech-bubble {
    margin-top: 32px;
  }
}

.editorial-body {
  position: relative;
}
@media screen and (min-width: 768px) {
  .editorial-body > * {
    -ms-grid-column: 1;
    -ms-grid-column-span: 12;
    grid-column: 1/span 12;
  }
}
.editorial-body:before {
  content: "";
  display: block;
  position: absolute;
  width: 100vw;
  height: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: var(--category-color);
  z-index: -1;
}
.editorial-body .floating-icons {
  -ms-grid-row: 1;
  grid-row: 1;
  position: relative;
}
.editorial-body .floating-icons:before {
  content: "";
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 0;
  height: 1px;
  width: 180px;
  background-color: rgba(0, 0, 0, 0.15);
}
@media screen and (min-width: 1280px) {
  .editorial-body .floating-icons:before {
    display: none;
  }
}
@media screen and (max-width: 1279px) {
  .editorial-body .floating-icons {
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
            justify-content: center;
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 1280px) {
  .editorial-body .floating-icons {
    -ms-grid-row: 2;
    grid-row: 2;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
    grid-column: 1/span 3;
  }
}
.editorial-body .floating-icons .action-circle {
  margin: 0 6px;
}
@media screen and (min-width: 1280px) {
  .editorial-body .floating-icons .action-circle {
    margin: 0 0 8px 0;
  }
}
.editorial-body .author-credits {
  text-align: center;
  color: rgba(0, 0, 0, 0.55);
  font-size: 16px;
  line-height: 22px;
  font-family: "Avenir Next LT Pro", helvetica, arial, sans-serif;
  -ms-grid-row: 2;
  grid-row: 2;
  margin-bottom: 48px;
}
@media screen and (min-width: 768px) {
  .editorial-body .author-credits {
    margin-bottom: 70px;
  }
}
@media screen and (min-width: 1280px) {
  .editorial-body .author-credits {
    margin-bottom: 48px;
    -ms-grid-row: 1;
    grid-row: 1;
  }
}
.editorial-body .author-links {
  margin-bottom: 160px;
  position: relative;
  padding-top: 48px;
}
@media screen and (min-width: 1280px) {
  .editorial-body .author-links {
    padding-top: 80px;
    -ms-grid-column: 4;
    -ms-grid-column-span: 6;
    grid-column: 4/span 6;
  }
}
.editorial-body .author-links:before {
  content: "";
  position: absolute;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.15);
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 180px;
}
@media screen and (min-width: 768px) {
  .editorial-body .author-links:before {
    width: 266px;
  }
}
@media screen and (min-width: 1280px) {
  .editorial-body .author-links:before {
    width: 448px;
  }
}
.editorial-body .author-links .arrow-icon {
  padding: 20px 0 20px 20px;
}
.editorial-body .bookmark-messages {
  display: none;
}
.editorial-body .bookmark-messages .bookmark-message {
  display: none;
}
.editorial-body.has-bookmark-message .bookmark-messages {
  -ms-grid-column: 4;
  -ms-grid-column-span: 6;
  grid-column: 4/span 6;
  -ms-grid-row: 1;
  grid-row: 1;
  display: block;
}
.editorial-body.has-bookmark-message .bookmark-messages .bookmark-message.show {
  display: block;
}
@media screen and (max-width: 767px) {
  .editorial-body.has-bookmark-message .bookmark-messages {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/span 1;
  }
}
.editorial-body.has-bookmark-message .floating-icons {
  -ms-grid-row: 2;
  grid-row: 2;
}
@media screen and (min-width: 1280px) {
  .editorial-body.has-bookmark-message .floating-icons {
    -ms-grid-row: 3;
    grid-row: 3;
  }
}
@media screen and (min-width: 1280px) {
  .editorial-body.has-bookmark-message .floating-icons + .content-section {
    -ms-grid-row: 3;
    grid-row: 3;
  }
}
.editorial-body.has-bookmark-message .author-credits {
  -ms-grid-row: 3;
  grid-row: 3;
}
@media screen and (min-width: 1280px) {
  .editorial-body.has-bookmark-message .author-credits {
    -ms-grid-row: 2;
    grid-row: 2;
  }
}
@media screen and (min-width: 1280px) {
  .editorial-body.has-bookmark-message .linked-products {
    -ms-grid-row: 3;
    grid-row: 3;
  }
}

.error404 .page-404 {
  padding: 150px 20px 160px 20px;
  margin: 0 auto;
  max-width: 610px;
  text-align: center;
}
.error404 .page-404 .image {
  margin: 0 auto 6px;
  max-width: 440px;
}
.error404 .page-404 h3 {
  margin-bottom: 0;
}
.error404 .page-404 h1 {
  margin-bottom: 4px;
}
.error404 .page-404 .description {
  margin-bottom: 24px;
}

.search-wrapper {
  margin-bottom: 168px;
}
.search-wrapper .form {
  margin-top: 72px;
  margin-bottom: 48px;
}
@media screen and (min-width: 1024px) {
  .search-wrapper .form {
    margin-bottom: 66px;
    margin-top: 90px;
  }
}
@media screen and (min-width: 1280px) {
  .search-wrapper .form {
    margin-top: 128px;
  }
}
@media screen and (min-width: 1280px) {
  .search-wrapper .form .search-form {
    -ms-grid-column: 3;
    -ms-grid-column-span: 8;
    grid-column: 3/span 8;
  }
}
.search-wrapper .search-results-count .results-text {
  position: relative;
  letter-spacing: 0.25px;
  margin-bottom: 24px;
  color: rgba(0, 0, 0, 0.7);
  font-family: "Avenir Next LT Pro", helvetica, arial, sans-serif;
  font-size: 16px;
  line-height: 20px;
  text-transform: capitalize;
}
@media screen and (min-width: 768px) {
  .search-wrapper .search-results-count .results-text {
    -ms-grid-column: 1;
    -ms-grid-column-span: 12;
    grid-column: 1/span 12;
  }
}
@media screen and (min-width: 1024px) {
  .search-wrapper .search-results-count .results-text {
    font-size: 18px;
    line-height: 22px;
    -ms-grid-column: 2;
    -ms-grid-column-span: 10;
    grid-column: 2/span 10;
  }
}
@media screen and (min-width: 1280px) {
  .search-wrapper .search-results-count .results-text {
    -ms-grid-column: 3;
    -ms-grid-column-span: 8;
    grid-column: 3/span 8;
  }
}
.search-wrapper .search-results {
  margin-bottom: 64px;
}
.search-wrapper .search-results .result {
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  position: relative;
  padding-top: 48px;
  padding-bottom: 48px;
  grid-row-gap: 20px;
  row-gap: 20px;
}
@media screen and (min-width: 1024px) {
  .search-wrapper .search-results .result {
    display: -ms-grid;
    display: grid;
    padding-top: 64px;
    padding-bottom: 64px;
  }
}
@media screen and (min-width: 768px) {
  .search-wrapper .search-results .result {
    -ms-grid-column: 1;
    -ms-grid-column-span: 12;
    grid-column: 1/span 12;
  }
}
.search-wrapper .search-results .result:first-child:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  background-color: rgba(0, 0, 0, 0.15);
  height: 1px;
  width: 100vw;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.search-wrapper .search-results .result:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.15);
  height: 1px;
  width: 100vw;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.search-wrapper .search-results .result-type {
  font-family: "Avenir Next LT Pro", helvetica, arial, sans-serif;
  -webkit-align-self: flex-start;
          align-self: flex-start;
  padding-top: 6px;
}
@media screen and (min-width: 768px) {
  .search-wrapper .search-results .result-type {
    -ms-grid-column: 1;
    -ms-grid-column-span: 10;
    grid-column: 1/span 10;
  }
}
@media screen and (min-width: 1024px) {
  .search-wrapper .search-results .result-type {
    -ms-grid-column: 2;
    -ms-grid-column-span: 10;
    grid-column: 2/span 10;
  }
}
@media screen and (min-width: 1280px) {
  .search-wrapper .search-results .result-type {
    text-align: right;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1/span 2;
  }
}
.search-wrapper .search-results .result-type .type {
  font-size: 18px;
  line-height: 22px;
}
.search-wrapper .search-results .result-type .date {
  font-size: 18px;
  line-height: 22px;
  letter-spacing: 0.25px;
  color: rgba(0, 0, 0, 0.55);
}
@media screen and (min-width: 768px) {
  .search-wrapper .search-results .result-content {
    -ms-grid-column: 1;
    -ms-grid-column-span: 8;
    grid-column: 1/span 8;
  }
}
@media screen and (min-width: 1024px) {
  .search-wrapper .search-results .result-content {
    -ms-grid-column: 2;
    -ms-grid-column-span: 8;
    grid-column: 2/span 8;
  }
}
@media screen and (min-width: 1280px) {
  .search-wrapper .search-results .result-content {
    -ms-grid-column: 3;
    -ms-grid-column-span: 8;
    grid-column: 3/span 8;
  }
}
.search-wrapper .search-results .result-action {
  display: none;
}
@media screen and (min-width: 768px) {
  .search-wrapper .search-results .result-action {
    -ms-grid-column: 11;
    -ms-grid-column-span: 2;
    grid-column: 11/span 2;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-justify-content: flex-end;
       -moz-box-pack: end;
            justify-content: flex-end;
  }
}
.search-wrapper .search-results .result-title {
  margin-bottom: 12px;
}
.search-wrapper .search-results .result-title a {
  color: #121212;
}
.search-wrapper .search-results .result-title .searchwp-highlight {
  font-weight: 600;
  background-color: transparent;
}
.search-wrapper .search-results .result-excerpt p {
  color: rgba(0, 0, 0, 0.55);
}
.search-wrapper .search-results .result-excerpt p .searchwp-highlight {
  color: #121212;
  background-color: transparent;
}
.search-wrapper .search-results .no-results {
  color: rgba(0, 0, 0, 0.55);
}
@media screen and (min-width: 768px) {
  .search-wrapper .search-results .no-results {
    -ms-grid-column: 2;
    -ms-grid-column-span: 10;
    grid-column: 2/span 10;
  }
}

.page-template-template-subscriptions-php .main {
  padding-top: 144px;
}
@media screen and (min-width: 1024px) {
  .page-template-template-subscriptions-php .main {
    padding-top: calc( 			144px + ( 					248 - 144 				) * (100vw - 1024px) / (1280 - 1024) 		);
  }
}
@media screen and (min-width: 1280px) {
  .page-template-template-subscriptions-php .main {
    padding-top: 248px;
  }
}
.page-template-template-subscriptions-php button[data-tooltip] {
  display: inline-block;
  width: 18px;
  height: 18px;
  -webkit-transform: translate(0px, -6px);
          transform: translate(0px, -6px);
}
.page-template-template-subscriptions-php button[data-tooltip] i {
  display: block;
  font-size: 18px;
}
.page-template-template-subscriptions-php .tag {
  padding: 6px 12px;
  font-family: "Avenir Next LT Pro", helvetica, arial, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 1em;
  letter-spacing: 0.5px;
  border-radius: 2px;
  color: #015b63;
  background-color: #bfdbdd;
}
.page-template-template-subscriptions-php .page-info > *, .page-template-template-subscriptions-php .page-section-title, .page-template-template-subscriptions-php .page-template-template-article-listing .page-info > *, .page-template-template-subscriptions-php .page-template-template-editorial-categories .page-info > * {
  -ms-grid-column: 1;
  grid-column: 1/1;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .page-template-template-subscriptions-php .page-info > *, .page-template-template-subscriptions-php .page-section-title, .page-template-template-subscriptions-php .page-template-template-article-listing .page-info > *, .page-template-template-subscriptions-php .page-template-template-editorial-categories .page-info > * {
    -ms-grid-column: 2;
    -ms-grid-column-span: 10;
    grid-column: 2/span 10;
  }
}
@media screen and (min-width: 1024px) {
  .page-template-template-subscriptions-php .page-info > *, .page-template-template-subscriptions-php .page-section-title, .page-template-template-subscriptions-php .page-template-template-article-listing .page-info > *, .page-template-template-subscriptions-php .page-template-template-editorial-categories .page-info > * {
    -ms-grid-column: 3;
    -ms-grid-column-span: 8;
    grid-column: 3/span 8;
  }
}
@media screen and (min-width: 1280px) {
  .page-template-template-subscriptions-php .page-info > *, .page-template-template-subscriptions-php .page-section-title, .page-template-template-subscriptions-php .page-template-template-article-listing .page-info > *, .page-template-template-subscriptions-php .page-template-template-editorial-categories .page-info > * {
    -ms-grid-column: 4;
    -ms-grid-column-span: 6;
    grid-column: 4/span 6;
  }
}
.page-template-template-subscriptions-php .page-section {
  margin-bottom: 60px;
}
@media screen and (min-width: 1024px) {
  .page-template-template-subscriptions-php .page-section {
    margin-bottom: calc( 			60px + ( 					80 - 60 				) * (100vw - 1024px) / (1280 - 1024) 		);
  }
}
@media screen and (min-width: 1280px) {
  .page-template-template-subscriptions-php .page-section {
    margin-bottom: 80px;
  }
}
.page-template-template-subscriptions-php .page-section-title {
  margin-bottom: 36px;
}
@media screen and (min-width: 1024px) {
  .page-template-template-subscriptions-php .page-section-title {
    margin-bottom: calc( 			36px + ( 					48 - 36 				) * (100vw - 1024px) / (1280 - 1024) 		);
  }
}
@media screen and (min-width: 1280px) {
  .page-template-template-subscriptions-php .page-section-title {
    margin-bottom: 48px;
  }
}
.page-template-template-subscriptions-php .page-info .page-title {
  margin-bottom: 3px;
}
@media screen and (min-width: 1024px) {
  .page-template-template-subscriptions-php .page-info .page-title {
    margin-bottom: calc( 			3px + ( 					4 - 3 				) * (100vw - 1024px) / (1280 - 1024) 		);
  }
}
@media screen and (min-width: 1280px) {
  .page-template-template-subscriptions-php .page-info .page-title {
    margin-bottom: 4px;
  }
}
.page-template-template-subscriptions-php .daily-subscription-inner {
  -ms-grid-column: 1;
  grid-column: 1/1;
  display: -ms-grid;
  display: grid;
  grid-gap: 0 24px;
  gap: 0 24px;
  grid-gap: 0 var(--grid-gap);
  gap: 0 var(--grid-gap);
  padding: 30px 24px;
  color: #fff;
  background-color: #015b63;
}
@media screen and (min-width: 768px) {
  .page-template-template-subscriptions-php .daily-subscription-inner {
    -ms-grid-column: 3;
    -ms-grid-column-span: 8;
    grid-column: 3/span 8;
    padding: 30px;
  }
}
@media screen and (min-width: 1024px) {
  .page-template-template-subscriptions-php .daily-subscription-inner {
    -ms-grid-column: 1;
    -ms-grid-column-span: 12;
    grid-column: 1/span 12;
    -ms-grid-columns: 1fr var(--grid-gap) 1.175fr var(--grid-gap) 1fr;
    grid-template-columns: 1fr 1.175fr 1fr;
    -ms-grid-rows: auto 0 auto 0 1fr;
    grid-template-rows: auto auto 1fr;
  }
  .page-template-template-subscriptions-php .daily-subscription-inner > *:nth-child(1) {-ms-grid-row:1;-ms-grid-column:1;
  }
  .page-template-template-subscriptions-php .daily-subscription-inner > *:nth-child(2) {-ms-grid-row:1;-ms-grid-column:3;
  }
  .page-template-template-subscriptions-php .daily-subscription-inner > *:nth-child(3) {-ms-grid-row:1;-ms-grid-column:5;
  }
  .page-template-template-subscriptions-php .daily-subscription-inner > *:nth-child(4) {-ms-grid-row:3;-ms-grid-column:1;
  }
  .page-template-template-subscriptions-php .daily-subscription-inner > *:nth-child(5) {-ms-grid-row:3;-ms-grid-column:3;
  }
  .page-template-template-subscriptions-php .daily-subscription-inner > *:nth-child(6) {-ms-grid-row:3;-ms-grid-column:5;
  }
  .page-template-template-subscriptions-php .daily-subscription-inner > *:nth-child(7) {-ms-grid-row:5;-ms-grid-column:1;
  }
  .page-template-template-subscriptions-php .daily-subscription-inner > *:nth-child(8) {-ms-grid-row:5;-ms-grid-column:3;
  }
  .page-template-template-subscriptions-php .daily-subscription-inner > *:nth-child(9) {-ms-grid-row:5;-ms-grid-column:5;
  }
}
@media screen and (min-width: 1280px) {
  .page-template-template-subscriptions-php .daily-subscription-inner {
    padding: 40px 64px;
  }
}
.page-template-template-subscriptions-php .daily-subscription .subscription-title {
  text-align: center;
  margin-bottom: 30px;
}
.page-template-template-subscriptions-php .daily-subscription .subscription-title h3 {
  color: inherit;
  margin-bottom: 0;
}
@media screen and (min-width: 1024px) {
  .page-template-template-subscriptions-php .daily-subscription .subscription-title {
    text-align: left;
    margin-bottom: 12px;
  }
}
@media screen and (min-width: 1280px) {
  .page-template-template-subscriptions-php .daily-subscription .subscription-title {
    margin-bottom: 16px;
  }
}
.page-template-template-subscriptions-php .daily-subscription .title-info {
  display: none;
}
.page-template-template-subscriptions-php .daily-subscription .price-details {
  font-family: "Avenir Next LT Pro", helvetica, arial, sans-serif;
  font-weight: 500;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .page-template-template-subscriptions-php .daily-subscription .price-details {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 2;
    grid-row: 2;
    text-align: left;
  }
}
.page-template-template-subscriptions-php .daily-subscription .price {
  margin-bottom: 30px;
  font-family: "Avenir Next LT Pro", helvetica, arial, sans-serif;
  font-weight: 600;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .page-template-template-subscriptions-php .daily-subscription .price {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 3;
    grid-row: 3;
    margin-bottom: 0;
    text-align: left;
  }
}
.page-template-template-subscriptions-php .daily-subscription .short-description {
  margin-bottom: 30px;
  -ms-grid-row: 2;
  grid-row: 2;
}
@media screen and (min-width: 1024px) {
  .page-template-template-subscriptions-php .daily-subscription .short-description {
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2/span 1;
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    grid-row: 1/span 3;
    margin-bottom: 0;
    -ms-grid-row-align: center;
        align-self: center;
  }
}
.page-template-template-subscriptions-php .daily-subscription .short-description > * {
  font-size: inherit;
  line-height: inherit;
}
.page-template-template-subscriptions-php .daily-subscription .short-description > *:first-child {
  margin-top: 0;
}
.page-template-template-subscriptions-php .daily-subscription .short-description > *:last-child {
  margin-bottom: 0;
}
.page-template-template-subscriptions-php .daily-subscription .button {
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
}
@media screen and (min-width: 768px) {
  .page-template-template-subscriptions-php .daily-subscription .button {
    -ms-grid-column-align: center;
        justify-self: center;
  }
}
@media screen and (min-width: 1024px) {
  .page-template-template-subscriptions-php .daily-subscription .button {
    -ms-grid-column: 3;
    -ms-grid-column-span: 1;
    grid-column: 3/span 1;
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    grid-row: 1/span 3;
    -ms-grid-row-align: center;
        align-self: center;
    -ms-grid-column-align: end;
        justify-self: end;
  }
}
.page-template-template-subscriptions-php .daily-subscription .button i {
  font-size: 22px;
  margin-right: 6px;
}
@media screen and (min-width: 1024px) {
  .page-template-template-subscriptions-php .daily-subscription .button i {
    margin-right: calc( 			6px + ( 					10 - 6 				) * (100vw - 1024px) / (1280 - 1024) 		);
  }
}
@media screen and (min-width: 1280px) {
  .page-template-template-subscriptions-php .daily-subscription .button i {
    margin-right: 10px;
  }
}
.page-template-template-subscriptions-php .classic-subscriptions .subscriptions {
  display: -ms-grid;
  display: grid;
  grid-gap: 9px;
  gap: 9px;
}
@media screen and (min-width: 768px) {
  .page-template-template-subscriptions-php .classic-subscriptions .subscriptions {
    -ms-grid-column: 1;
    -ms-grid-column-span: 12;
    grid-column: 1/span 12;
  }
}
@media screen and (min-width: 1024px) {
  .page-template-template-subscriptions-php .classic-subscriptions .subscriptions {
    -ms-grid-columns: 1fr 9px 1fr 9px 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media screen and (min-width: 1280px) {
  .page-template-template-subscriptions-php .classic-subscriptions .subscriptions {
    grid-gap: 0 12px;
    gap: 0 12px;
  }
}
.page-template-template-subscriptions-php .classic-subscriptions .subscriptions-wrapper {
  padding: 48px 0 60px;
  background-color: #015b63;
}
@media screen and (min-width: 1280px) {
  .page-template-template-subscriptions-php .classic-subscriptions .subscriptions-wrapper {
    padding: 64px 0 96px;
  }
}
.page-template-template-subscriptions-php .classic-subscriptions .subscription {
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
          flex-direction: column;
  padding: 24px 24px 30px;
  background-color: #e0f1f2;
}
@media screen and (min-width: 1280px) {
  .page-template-template-subscriptions-php .classic-subscriptions .subscription {
    padding: 32px 48px 40px;
  }
}
.page-template-template-subscriptions-php .classic-subscriptions .subscription-title {
  position: relative;
  text-align: center;
  margin-bottom: 48px;
}
@media screen and (min-width: 1024px) {
  .page-template-template-subscriptions-php .classic-subscriptions .subscription-title {
    margin-bottom: calc( 			48px + ( 					62 - 48 				) * (100vw - 1024px) / (1280 - 1024) 		);
  }
}
@media screen and (min-width: 1280px) {
  .page-template-template-subscriptions-php .classic-subscriptions .subscription-title {
    margin-bottom: 62px;
  }
}
@media screen and (min-width: 1024px) {
  .page-template-template-subscriptions-php .classic-subscriptions .subscription-title h3 {
    margin-bottom: 0;
  }
}
.page-template-template-subscriptions-php .classic-subscriptions .subscription-title .title-tags {
  width: 100%;
  line-height: 1;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .page-template-template-subscriptions-php .classic-subscriptions .subscription-title .title-tags {
    position: absolute;
    top: calc(100% + 4px);
  }
}
.page-template-template-subscriptions-php .classic-subscriptions .subscription-configurator {
  -webkit-flex-grow: 1;
     -moz-box-flex: 1;
          flex-grow: 1;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
          flex-direction: column;
}
.page-template-template-subscriptions-php .classic-subscriptions .subscription-configurator > *:not(:last-child) {
  margin-bottom: 36px;
}
@media screen and (min-width: 1024px) {
  .page-template-template-subscriptions-php .classic-subscriptions .subscription-configurator > *:not(:last-child) {
    margin-bottom: calc( 			36px + ( 					48 - 36 				) * (100vw - 1024px) / (1280 - 1024) 		);
  }
}
@media screen and (min-width: 1280px) {
  .page-template-template-subscriptions-php .classic-subscriptions .subscription-configurator > *:not(:last-child) {
    margin-bottom: 48px;
  }
}
.page-template-template-subscriptions-php .classic-subscriptions .subscription .variations {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  grid-row-gap: 14px;
  row-gap: 14px;
}
@media screen and (min-width: 1024px) {
  .page-template-template-subscriptions-php .classic-subscriptions .subscription .variations {
    grid-row-gap: calc( 			14px + ( 					18 - 14 				) * (100vw - 1024px) / (1280 - 1024) 		);
    row-gap: calc( 			14px + ( 					18 - 14 				) * (100vw - 1024px) / (1280 - 1024) 		);
  }
}
@media screen and (min-width: 1280px) {
  .page-template-template-subscriptions-php .classic-subscriptions .subscription .variations {
    grid-row-gap: 18px;
    row-gap: 18px;
  }
}
.page-template-template-subscriptions-php .classic-subscriptions .subscription .variations label {
  position: relative;
  padding-bottom: 14px;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
          justify-content: space-between;
  -webkit-align-items: flex-end;
     -moz-box-align: end;
          align-items: flex-end;
}
@media screen and (min-width: 1024px) {
  .page-template-template-subscriptions-php .classic-subscriptions .subscription .variations label {
    padding-bottom: calc( 			14px + ( 					18 - 14 				) * (100vw - 1024px) / (1280 - 1024) 		);
  }
}
@media screen and (min-width: 1280px) {
  .page-template-template-subscriptions-php .classic-subscriptions .subscription .variations label {
    padding-bottom: 18px;
  }
}
.page-template-template-subscriptions-php .classic-subscriptions .subscription .variations label:after {
  content: "";
  position: absolute;
  width: calc(100% - 42px);
  top: 100%;
  right: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}
.page-template-template-subscriptions-php .classic-subscriptions .subscription .variations label .text {
  padding-top: 6px;
  font-style: italic;
}
.page-template-template-subscriptions-php .classic-subscriptions .subscription .options h4 {
  margin-bottom: 18px;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .page-template-template-subscriptions-php .classic-subscriptions .subscription .options h4 {
    margin-bottom: calc( 			18px + ( 					24 - 18 				) * (100vw - 1024px) / (1280 - 1024) 		);
  }
}
@media screen and (min-width: 1280px) {
  .page-template-template-subscriptions-php .classic-subscriptions .subscription .options h4 {
    margin-bottom: 24px;
  }
}
.page-template-template-subscriptions-php .classic-subscriptions .subscription .options .text {
  display: block;
  padding-top: 6px;
}
.page-template-template-subscriptions-php .classic-subscriptions .subscription .options .options-types {
  color: rgba(0, 0, 0, 0.7);
  font-weight: 500;
}
.page-template-template-subscriptions-php .classic-subscriptions .subscription .options .info {
  position: relative;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
          justify-content: space-between;
  -webkit-align-items: flex-end;
     -moz-box-align: end;
          align-items: flex-end;
  padding-left: 42px;
  padding-bottom: 14px;
}
@media screen and (min-width: 1024px) {
  .page-template-template-subscriptions-php .classic-subscriptions .subscription .options .info {
    padding-bottom: calc( 			14px + ( 					18 - 14 				) * (100vw - 1024px) / (1280 - 1024) 		);
  }
}
@media screen and (min-width: 1280px) {
  .page-template-template-subscriptions-php .classic-subscriptions .subscription .options .info {
    padding-bottom: 18px;
  }
}
.page-template-template-subscriptions-php .classic-subscriptions .subscription .options .info:after {
  content: "";
  position: absolute;
  width: calc(100% - 42px);
  top: 100%;
  right: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}
.page-template-template-subscriptions-php .classic-subscriptions .subscription .buttons {
  margin-top: auto;
  text-align: center;
}
.page-template-template-subscriptions-php .classic-subscriptions .subscription .buttons .button {
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: inline-flex;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
}
.page-template-template-subscriptions-php .classic-subscriptions .subscription .buttons .button i {
  font-size: 22px;
  margin-right: 6px;
}
@media screen and (min-width: 1024px) {
  .page-template-template-subscriptions-php .classic-subscriptions .subscription .buttons .button i {
    margin-right: calc( 			6px + ( 					10 - 6 				) * (100vw - 1024px) / (1280 - 1024) 		);
  }
}
@media screen and (min-width: 1280px) {
  .page-template-template-subscriptions-php .classic-subscriptions .subscription .buttons .button i {
    margin-right: 10px;
  }
}
.page-template-template-subscriptions-php .trial-subscriptions .subscriptions {
  display: -ms-grid;
  display: grid;
  grid-gap: 9px;
  gap: 9px;
}
@media screen and (min-width: 768px) {
  .page-template-template-subscriptions-php .trial-subscriptions .subscriptions {
    -ms-grid-column: 3;
    -ms-grid-column-span: 8;
    grid-column: 3/span 8;
  }
}
@media screen and (min-width: 1024px) {
  .page-template-template-subscriptions-php .trial-subscriptions .subscriptions {
    -ms-grid-column: 1;
    -ms-grid-column-span: 12;
    grid-column: 1/span 12;
  }
}
@media screen and (min-width: 1024px) {
  .page-template-template-subscriptions-php .trial-subscriptions .subscriptions {
    -ms-grid-columns: 1fr 9px 1fr 9px 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media screen and (min-width: 1280px) {
  .page-template-template-subscriptions-php .trial-subscriptions .subscriptions {
    grid-gap: 0 12px;
    gap: 0 12px;
  }
}
.page-template-template-subscriptions-php .trial-subscriptions .subscriptions .subscription {
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
          flex-direction: column;
  padding: 24px 24px 30px;
  text-align: center;
  background-color: #e0f1f2;
}
@media screen and (min-width: 1280px) {
  .page-template-template-subscriptions-php .trial-subscriptions .subscriptions .subscription {
    padding: 32px 48px 40px;
  }
}
.page-template-template-subscriptions-php .trial-subscriptions .subscriptions .subscription-title {
  position: relative;
  margin-bottom: 18px;
}
@media screen and (min-width: 1024px) {
  .page-template-template-subscriptions-php .trial-subscriptions .subscriptions .subscription-title {
    margin-bottom: 48px;
  }
}
.page-template-template-subscriptions-php .trial-subscriptions .subscriptions .subscription-title .title-info {
  display: none;
}
@media screen and (min-width: 1024px) {
  .page-template-template-subscriptions-php .trial-subscriptions .subscriptions .subscription-title h3 {
    margin-bottom: 0;
  }
}
.page-template-template-subscriptions-php .trial-subscriptions .subscriptions .subscription-title .title-tags {
  width: 100%;
  line-height: 1;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .page-template-template-subscriptions-php .trial-subscriptions .subscriptions .subscription-title .title-tags {
    position: absolute;
    top: calc(100% + 4px);
  }
}
.page-template-template-subscriptions-php .trial-subscriptions .subscriptions .subscription-title + * {
  margin-top: auto;
}
.page-template-template-subscriptions-php .trial-subscriptions .subscriptions .subscription .price-description {
  font-family: "Avenir Next LT Pro", helvetica, arial, sans-serif;
  font-weight: 500;
}
.page-template-template-subscriptions-php .trial-subscriptions .subscriptions .subscription .price {
  margin-bottom: 18px;
  font-family: "Avenir Next LT Pro", helvetica, arial, sans-serif;
  font-weight: 600;
}
@media screen and (min-width: 1024px) {
  .page-template-template-subscriptions-php .trial-subscriptions .subscriptions .subscription .price {
    margin-bottom: calc( 			18px + ( 					24 - 18 				) * (100vw - 1024px) / (1280 - 1024) 		);
  }
}
@media screen and (min-width: 1280px) {
  .page-template-template-subscriptions-php .trial-subscriptions .subscriptions .subscription .price {
    margin-bottom: 24px;
  }
}
.page-template-template-subscriptions-php .trial-subscriptions .subscriptions .subscription .button {
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: inline-flex;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
}
@media screen and (min-width: 768px) {
  .page-template-template-subscriptions-php .trial-subscriptions .subscriptions .subscription .button {
    -webkit-align-self: center;
                -ms-grid-row-align: center;
            align-self: center;
  }
}
.page-template-template-subscriptions-php .trial-subscriptions .subscriptions .subscription .button i {
  font-size: 22px;
  margin-right: 6px;
}
@media screen and (min-width: 1024px) {
  .page-template-template-subscriptions-php .trial-subscriptions .subscriptions .subscription .button i {
    margin-right: calc( 			6px + ( 					10 - 6 				) * (100vw - 1024px) / (1280 - 1024) 		);
  }
}
@media screen and (min-width: 1280px) {
  .page-template-template-subscriptions-php .trial-subscriptions .subscriptions .subscription .button i {
    margin-right: 10px;
  }
}
.page-template-template-subscriptions-php .frequent-questions {
  margin-bottom: 120px;
}
@media screen and (min-width: 1024px) {
  .page-template-template-subscriptions-php .frequent-questions {
    margin-bottom: calc( 			120px + ( 					160 - 120 				) * (100vw - 1024px) / (1280 - 1024) 		);
  }
}
@media screen and (min-width: 1280px) {
  .page-template-template-subscriptions-php .frequent-questions {
    margin-bottom: 160px;
  }
}
@media screen and (min-width: 768px) {
  .page-template-template-subscriptions-php .frequent-questions .questions {
    -ms-grid-column: 3;
    -ms-grid-column-span: 8;
    grid-column: 3/span 8;
  }
}
@media screen and (min-width: 1280px) {
  .page-template-template-subscriptions-php .frequent-questions .questions {
    -ms-grid-column: 4;
    -ms-grid-column-span: 6;
    grid-column: 4/span 6;
  }
}
.page-template-template-subscriptions-php .price .subscription-details {
  display: none;
}

.woocommerce-account .woocommerce > * {
  -ms-grid-column: 1;
  grid-column: 1;
}
@media screen and (min-width: 768px) {
  .woocommerce-account .woocommerce > * {
    -ms-grid-column: 2;
    -ms-grid-column-span: 10;
    grid-column: 2/span 10;
  }
}
@media screen and (min-width: 1024px) {
  .woocommerce-account .woocommerce > * {
    -ms-grid-column: 3;
    -ms-grid-column-span: 8;
    grid-column: 3/span 8;
  }
}
.woocommerce-account .woocommerce .login-page-message-wrapper {
  margin-bottom: 40px;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  grid-gap: 20px;
  gap: 20px;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .woocommerce-account .woocommerce .login-page-message-wrapper {
    -webkit-align-items: flex-start;
       -moz-box-align: start;
            align-items: flex-start;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
            flex-direction: column;
  }
}
.woocommerce-account .woocommerce .login-page-message-wrapper .message {
  display: inline-block;
  margin-bottom: 0;
}
.woocommerce-account .woocommerce .login-page-message-wrapper .button {
  display: inline-block;
  padding: 15px 40px;
  text-align: center;
}
.woocommerce-account .woocommerce .login-page-message-wrapper .button:before {
  width: calc(100% - 4px);
  height: calc(100% - 4px);
}
.woocommerce-account .woocommerce #customer_login {
  margin-bottom: 120px;
  display: -ms-grid;
  display: grid;
  grid-gap: 24px;
  gap: 24px;
  grid-gap: var(--grid-gap);
  gap: var(--grid-gap);
}
@media screen and (min-width: 1024px) {
  .woocommerce-account .woocommerce #customer_login {
    margin-bottom: calc( 			120px + ( 					160 - 120 				) * (100vw - 1024px) / (1280 - 1024) 		);
  }
}
@media screen and (min-width: 1280px) {
  .woocommerce-account .woocommerce #customer_login {
    margin-bottom: 160px;
  }
}
@media screen and (min-width: 1024px) {
  .woocommerce-account .woocommerce #customer_login {
    -ms-grid-columns: 1fr var(--grid-gap) 1fr;
    grid-template-columns: 1fr 1fr;
  }
}
.woocommerce-account .woocommerce #customer_login .lost_password a {
  font-size: 14px;
  line-height: 20px;
  text-decoration: underline;
  color: rgba(0, 0, 0, 0.7);
}
@media screen and (min-width: 1024px) {
  .woocommerce-account .woocommerce #customer_login .lost_password a {
    font-size: calc( 			14px + ( 					16 - 14 				) * (100vw - 1024px) / (1280 - 1024) 		);
  }
}
@media screen and (min-width: 1280px) {
  .woocommerce-account .woocommerce #customer_login .lost_password a {
    font-size: 16px;
  }
}
@media screen and (min-width: 1024px) {
  .woocommerce-account .woocommerce #customer_login .lost_password a {
    line-height: calc( 			20px + ( 					22 - 20 				) * (100vw - 1024px) / (1280 - 1024) 		);
  }
}
@media screen and (min-width: 1280px) {
  .woocommerce-account .woocommerce #customer_login .lost_password a {
    line-height: 22px;
  }
}
.woocommerce-account .woocommerce #customer_login .woocommerce-form-login__submit {
  color: #fff;
  border-color: transparent;
  float: right;
}
.woocommerce-account .woocommerce #customer_login .woocommerce-form-login__submit:before {
  background-color: #015b63;
  border-color: transparent;
  z-index: -1;
}
.woocommerce-account.logged-in .woocommerce {
  margin-bottom: 120px;
}
@media screen and (min-width: 1024px) {
  .woocommerce-account.logged-in .woocommerce {
    margin-bottom: calc( 			120px + ( 					160 - 120 				) * (100vw - 1024px) / (1280 - 1024) 		);
  }
}
@media screen and (min-width: 1280px) {
  .woocommerce-account.logged-in .woocommerce {
    margin-bottom: 160px;
  }
}
.woocommerce-account.logged-in .woocommerce > nav {
  -ms-grid-column: 1;
  grid-column: 1;
}
@media screen and (min-width: 768px) {
  .woocommerce-account.logged-in .woocommerce > nav {
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
    grid-column: 1/span 3;
  }
}
@media screen and (min-width: 1024px) {
  .woocommerce-account.logged-in .woocommerce > nav {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1/span 2;
  }
}
.woocommerce-account.logged-in .woocommerce > nav > ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.woocommerce-account.logged-in .woocommerce > div {
  -ms-grid-column: 1;
  grid-column: 1;
}
@media screen and (min-width: 768px) {
  .woocommerce-account.logged-in .woocommerce > div {
    -ms-grid-column: 4;
    -ms-grid-column-span: 9;
    grid-column: 4/span 9;
  }
}
@media screen and (min-width: 1024px) {
  .woocommerce-account.logged-in .woocommerce > div {
    -ms-grid-column: 3;
    -ms-grid-column-span: 10;
    grid-column: 3/span 10;
  }
}
.woocommerce-account.logged-in .woocommerce > div a:not([class]) {
  font-weight: bold;
  text-decoration: underline;
}
.woocommerce-account.logged-in .woocommerce table thead tr {
  text-align: left;
}
.woocommerce-account.logged-in .woocommerce fieldset {
  padding: 0;
  border: 0;
}
.woocommerce-account.logged-in .woocommerce .woocommerce-Addresses {
  margin-bottom: 32;
}
@media screen and (min-width: 1024px) {
  .woocommerce-account.logged-in .woocommerce .woocommerce-Addresses {
    margin-bottom: calc( 			32 + ( 					48 - 32 				) * (100vw - 1024px) / (1280 - 1024) 		);
  }
}
@media screen and (min-width: 1280px) {
  .woocommerce-account.logged-in .woocommerce .woocommerce-Addresses {
    margin-bottom: 48px;
  }
}
.woocommerce-account.logged-in .woocommerce .woocommerce-Addresses header {
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
          justify-content: space-between;
}
.woocommerce-account.logged-in .woocommerce .woocommerce-Addresses header a.edit {
  margin-left: 16px;
  font-weight: bold;
  text-decoration: underline;
}

.woocommerce-address-form {
  -ms-grid-column: 1;
  grid-column: 1;
}
@media screen and (min-width: 768px) {
  .woocommerce-address-form {
    -ms-grid-column: 2;
    -ms-grid-column-span: 10;
    grid-column: 2/span 10;
  }
}
@media screen and (min-width: 1024px) {
  .woocommerce-address-form {
    -ms-grid-column: 3;
    -ms-grid-column-span: 8;
    grid-column: 3/span 8;
  }
}
.woocommerce-address-form .address-container {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 10px 1fr 10px 1fr;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 10px;
  gap: 10px;
  margin-bottom: 32px;
  font-size: 14px;
  line-height: 20px;
}
@media screen and (min-width: 1024px) {
  .woocommerce-address-form .address-container {
    margin-bottom: calc( 			32px + ( 					48 - 32 				) * (100vw - 1024px) / (1280 - 1024) 		);
  }
}
@media screen and (min-width: 1280px) {
  .woocommerce-address-form .address-container {
    margin-bottom: 48px;
  }
}
@media screen and (min-width: 1024px) {
  .woocommerce-address-form .address-container {
    font-size: calc( 			14px + ( 					16 - 14 				) * (100vw - 1024px) / (1280 - 1024) 		);
  }
}
@media screen and (min-width: 1280px) {
  .woocommerce-address-form .address-container {
    font-size: 16px;
  }
}
@media screen and (min-width: 1024px) {
  .woocommerce-address-form .address-container {
    line-height: calc( 			20px + ( 					22 - 20 				) * (100vw - 1024px) / (1280 - 1024) 		);
  }
}
@media screen and (min-width: 1280px) {
  .woocommerce-address-form .address-container {
    line-height: 22px;
  }
}
.woocommerce-address-form .address-container .address-block {
  margin: 0;
  width: 100%;
  min-height: 0;
  padding: 12px;
  background-color: #e0f1f2;
  border: 1px solid rgba(0, 0, 0, 0.04);
}
.woocommerce-address-form .address-container .address-block address {
  margin-bottom: 24px;
}
@media screen and (min-width: 1024px) {
  .woocommerce-address-form .address-container .address-block address {
    margin-bottom: calc( 			24px + ( 					32 - 24 				) * (100vw - 1024px) / (1280 - 1024) 		);
  }
}
@media screen and (min-width: 1280px) {
  .woocommerce-address-form .address-container .address-block address {
    margin-bottom: 32px;
  }
}
.woocommerce-address-form .address-container .address-block .buttons {
  position: static;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
          justify-content: space-between;
}
.woocommerce-address-form .address-container .address-block .button {
  width: auto;
  padding: 0;
  border: none;
  text-decoration: underline;
}
.woocommerce-address-form .address-container .address-block .button.ms_delete_address {
  color: #cb2c27;
}
.woocommerce-address-form .title {
  margin-top: 32px;
  margin-bottom: 32px;
}
@media screen and (min-width: 1024px) {
  .woocommerce-address-form .title {
    margin-top: calc( 			32px + ( 					48 - 32 				) * (100vw - 1024px) / (1280 - 1024) 		);
  }
}
@media screen and (min-width: 1280px) {
  .woocommerce-address-form .title {
    margin-top: 48px;
  }
}
@media screen and (min-width: 1024px) {
  .woocommerce-address-form .title {
    margin-bottom: calc( 			32px + ( 					48 - 32 				) * (100vw - 1024px) / (1280 - 1024) 		);
  }
}
@media screen and (min-width: 1280px) {
  .woocommerce-address-form .title {
    margin-bottom: 48px;
  }
}
.woocommerce-address-form .shipping_address {
  margin-bottom: 48px;
}
@media screen and (min-width: 1024px) {
  .woocommerce-address-form .shipping_address {
    margin-bottom: calc( 			48px + ( 					64 - 48 				) * (100vw - 1024px) / (1280 - 1024) 		);
  }
}
@media screen and (min-width: 1280px) {
  .woocommerce-address-form .shipping_address {
    margin-bottom: 64px;
  }
}
.woocommerce-address-form #use_address {
  margin-bottom: 120px;
  color: #fff;
  border-color: transparent;
  background-color: #015b63;
}
@media screen and (min-width: 1024px) {
  .woocommerce-address-form #use_address {
    margin-bottom: calc( 			120px + ( 					160 - 120 				) * (100vw - 1024px) / (1280 - 1024) 		);
  }
}
@media screen and (min-width: 1280px) {
  .woocommerce-address-form #use_address {
    margin-bottom: 160px;
  }
}

.shop_table {
  width: 100%;
}

.woocommerce-cart-form {
  font-family: "Avenir Next LT Pro", helvetica, arial, sans-serif;
  margin-bottom: 97px;
  padding-left: 0;
  padding-right: 0;
}
.woocommerce-cart-form .shop_table th {
  padding-bottom: 24px;
  font-weight: 600;
}
.woocommerce-cart-form .shop_table .product-thumbnail {
  text-align: center;
}
.woocommerce-cart-form .shop_table .product-thumbnail a {
  display: inline-block;
  width: 120px;
  padding: 4px 20px 18px 20px;
}
.woocommerce-cart-form .shop_table .product-thumbnail img {
  box-shadow: 0px 18px 22px rgba(0, 0, 0, 0.2);
  border-radius: 3px;
}
.woocommerce-cart-form .shop_table .product-name {
  margin-left: 100px;
  text-align: left;
  width: 25%;
}
.woocommerce-cart-form .shop_table .product-price {
  text-align: center;
}
.woocommerce-cart-form .shop_table .product-quantity {
  text-align: right;
}
.woocommerce-cart-form .shop_table .product-subtotal {
  text-align: right;
}
.woocommerce-cart-form .shop_table .product-remove {
  width: 70px;
  text-align: right;
}
.woocommerce-cart-form .shop_table .product-name,
.woocommerce-cart-form .shop_table .product-quantity,
.woocommerce-cart-form .shop_table .product-subtotal,
.woocommerce-cart-form .shop_table .product-remove,
.woocommerce-cart-form .shop_table .product-price {
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}
.woocommerce-cart-form .shop_table .actions {
  text-align: right;
  padding-top: 25px;
}
.woocommerce-cart-form .shop_table .update-quantity {
  font-weight: 600;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: inline-flex;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
}
.woocommerce-cart-form .shop_table .update-quantity i {
  margin-left: 10px;
}

.recurring-totals,
.recurring-total {
  display: none !important;
}

.cart-collaterals {
  font-family: "Avenir Next LT Pro", helvetica, arial, sans-serif;
  padding-right: 0;
  padding-left: 0;
}
.cart-collaterals p {
  font-family: "Avenir Next LT Pro", helvetica, arial, sans-serif;
}
.cart-collaterals th,
.cart-collaterals td {
  vertical-align: top;
}
.cart-collaterals tr td {
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  text-align: right;
}
.cart-collaterals .woocommerce-shipping-destination {
  color: rgba(0, 0, 0, 0.55);
  font-family: "Avenir Next LT Pro", helvetica, arial, sans-serif;
}
.cart-collaterals .woocommerce-shipping-methods {
  list-style-type: none;
  margin: 0;
}
.cart-collaterals .wc-proceed-to-checkout {
  margin-bottom: 120px;
  text-align: right;
}
@media screen and (min-width: 1024px) {
  .cart-collaterals .wc-proceed-to-checkout {
    margin-bottom: calc( 			120px + ( 					160 - 120 				) * (100vw - 1024px) / (1280 - 1024) 		);
  }
}
@media screen and (min-width: 1280px) {
  .cart-collaterals .wc-proceed-to-checkout {
    margin-bottom: 160px;
  }
}

@media screen and (max-width: 767px) {
  .woocommerce-cart-form .shop_table {
    display: block;
    width: 100%;
  }
  .woocommerce-cart-form .shop_table thead {
    display: none;
  }
  .woocommerce-cart-form .shop_table tbody {
    display: block;
    width: 100%;
  }
  .woocommerce-cart-form .shop_table tbody tr {
    display: block;
    width: 100%;
    text-align: center;
  }
  .woocommerce-cart-form .shop_table tbody tr .product-thumbnail {
    display: none;
  }
  .woocommerce-cart-form .shop_table tbody tr .product-name,
.woocommerce-cart-form .shop_table tbody tr .product-price,
.woocommerce-cart-form .shop_table tbody tr .product-quantity,
.woocommerce-cart-form .shop_table tbody tr .product-subtotal,
.woocommerce-cart-form .shop_table tbody tr .product-remove {
    display: block;
    width: 100%;
    margin: 0;
    text-align: center;
  }
}
.woocommerce-checkout .woocommerce {
  display: -ms-grid;
  display: grid;
  grid-gap: 0 24px;
  gap: 0 24px;
  grid-gap: 0 var(--grid-gap);
  gap: 0 var(--grid-gap);
}
@media screen and (min-width: 1024px) {
  .woocommerce-checkout .woocommerce {
    -ms-grid-columns: 1fr var(--grid-gap) 1fr var(--grid-gap) 1fr var(--grid-gap) 1fr var(--grid-gap) 1fr var(--grid-gap) 1fr var(--grid-gap) 1fr var(--grid-gap) 1fr var(--grid-gap) 1fr var(--grid-gap) 1fr var(--grid-gap) 1fr var(--grid-gap) 1fr;
    grid-template-columns: repeat(12, 1fr);
  }
}
.woocommerce-checkout .woocommerce > * {
  -ms-grid-column: 1;
  grid-column: 1;
}
@media screen and (min-width: 1024px) {
  .woocommerce-checkout .woocommerce > * {
    -ms-grid-column: 3;
    -ms-grid-column-span: 8;
    grid-column: 3/span 8;
  }
}
.woocommerce-checkout .woocommerce a {
  font-weight: bold;
  text-decoration: underline;
}
.woocommerce-checkout .woocommerce .form-row {
  margin-bottom: 12px;
}
@media screen and (min-width: 1024px) {
  .woocommerce-checkout .woocommerce .form-row {
    margin-bottom: calc( 			12px + ( 					16 - 12 				) * (100vw - 1024px) / (1280 - 1024) 		);
  }
}
@media screen and (min-width: 1280px) {
  .woocommerce-checkout .woocommerce .form-row {
    margin-bottom: 16px;
  }
}
@media screen and (min-width: 1024px) {
  .woocommerce-checkout .woocommerce .form-row-first {
    width: calc(50% - 10px);
    float: left;
  }
  .woocommerce-checkout .woocommerce .form-row-first + .form-row-last {
    width: calc(50% - 10px);
    float: right;
  }
}
.woocommerce-checkout .woocommerce .woocommerce-shipping-fields {
  margin-top: 40px;
}
@media screen and (min-width: 1024px) {
  .woocommerce-checkout .woocommerce .woocommerce-shipping-fields {
    margin-top: calc( 			40px + ( 					50 - 40 				) * (100vw - 1024px) / (1280 - 1024) 		);
  }
}
@media screen and (min-width: 1280px) {
  .woocommerce-checkout .woocommerce .woocommerce-shipping-fields {
    margin-top: 50px;
  }
}
.woocommerce-checkout .woocommerce .newsletters-woocommerce,
.woocommerce-checkout .woocommerce .mc4wp-checkbox-woocommerce {
  padding-top: 28px;
}
@media screen and (min-width: 1024px) {
  .woocommerce-checkout .woocommerce .newsletters-woocommerce,
.woocommerce-checkout .woocommerce .mc4wp-checkbox-woocommerce {
    padding-top: 34px;
  }
}
.woocommerce-checkout .woocommerce .newsletters-woocommerce .woocommerce-form__label-for-checkbox,
.woocommerce-checkout .woocommerce .newsletters-woocommerce label,
.woocommerce-checkout .woocommerce .mc4wp-checkbox-woocommerce .woocommerce-form__label-for-checkbox,
.woocommerce-checkout .woocommerce .mc4wp-checkbox-woocommerce label {
  font-family: "Avenir Next LT Pro", helvetica, arial, sans-serif;
  font-size: 17px;
  letter-spacing: 0.2px;
  font-weight: 700;
  line-height: 1.15;
  margin: 0;
}
.woocommerce-checkout .woocommerce .newsletters-woocommerce .woocommerce-form__label-for-checkbox span,
.woocommerce-checkout .woocommerce .newsletters-woocommerce label span,
.woocommerce-checkout .woocommerce .mc4wp-checkbox-woocommerce .woocommerce-form__label-for-checkbox span,
.woocommerce-checkout .woocommerce .mc4wp-checkbox-woocommerce label span {
  padding-top: 7px;
}
@media screen and (min-width: 1024px) {
  .woocommerce-checkout .woocommerce .newsletters-woocommerce .woocommerce-form__label-for-checkbox,
.woocommerce-checkout .woocommerce .newsletters-woocommerce label,
.woocommerce-checkout .woocommerce .mc4wp-checkbox-woocommerce .woocommerce-form__label-for-checkbox,
.woocommerce-checkout .woocommerce .mc4wp-checkbox-woocommerce label {
    font-size: 19px;
  }
}
.woocommerce-checkout .woocommerce #ship-to-different-address {
  font-size: 17px;
  line-height: 20px;
  margin-bottom: 40px;
}
@media screen and (min-width: 1024px) {
  .woocommerce-checkout .woocommerce #ship-to-different-address {
    font-size: calc( 			17px + ( 					19 - 17 				) * (100vw - 1024px) / (1280 - 1024) 		);
  }
}
@media screen and (min-width: 1280px) {
  .woocommerce-checkout .woocommerce #ship-to-different-address {
    font-size: 19px;
  }
}
@media screen and (min-width: 1024px) {
  .woocommerce-checkout .woocommerce #ship-to-different-address {
    line-height: calc( 			20px + ( 					22 - 20 				) * (100vw - 1024px) / (1280 - 1024) 		);
  }
}
@media screen and (min-width: 1280px) {
  .woocommerce-checkout .woocommerce #ship-to-different-address {
    line-height: 22px;
  }
}
@media screen and (min-width: 1024px) {
  .woocommerce-checkout .woocommerce #ship-to-different-address {
    margin-bottom: calc( 			40px + ( 					50 - 40 				) * (100vw - 1024px) / (1280 - 1024) 		);
  }
}
@media screen and (min-width: 1280px) {
  .woocommerce-checkout .woocommerce #ship-to-different-address {
    margin-bottom: 50px;
  }
}
.woocommerce-checkout .woocommerce #ship-to-different-address label span {
  padding-top: 7px;
}
.woocommerce-checkout .woocommerce .woocommerce-form-login, .woocommerce-checkout .woocommerce .woocommerce-form-coupon {
  padding: 0 30px;
  margin-bottom: 32px;
}
.woocommerce-checkout .woocommerce .woocommerce-form-login .coupon-error-notice, .woocommerce-checkout .woocommerce .woocommerce-form-coupon .coupon-error-notice {
  display: inline-block;
  margin-top: 5px;
  color: #cb2c27;
}
@media screen and (min-width: 1024px) {
  .woocommerce-checkout .woocommerce .woocommerce-form-login .form-row {
    margin-bottom: 32px;
  }
}
@media screen and (min-width: 1024px) {
  .woocommerce-checkout .woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme {
    margin-right: 24px;
  }
}
.woocommerce-checkout .woocommerce .woocommerce-checkout {
  margin-top: 32px;
  margin-bottom: 120px;
}
@media screen and (min-width: 1024px) {
  .woocommerce-checkout .woocommerce .woocommerce-checkout {
    margin-top: calc( 			32px + ( 					48 - 32 				) * (100vw - 1024px) / (1280 - 1024) 		);
  }
}
@media screen and (min-width: 1280px) {
  .woocommerce-checkout .woocommerce .woocommerce-checkout {
    margin-top: 48px;
  }
}
@media screen and (min-width: 1024px) {
  .woocommerce-checkout .woocommerce .woocommerce-checkout {
    margin-bottom: calc( 			120px + ( 					160 - 120 				) * (100vw - 1024px) / (1280 - 1024) 		);
  }
}
@media screen and (min-width: 1280px) {
  .woocommerce-checkout .woocommerce .woocommerce-checkout {
    margin-bottom: 160px;
  }
}
.woocommerce-checkout .woocommerce .woocommerce-checkout #order_review_heading {
  margin-top: 72px;
  margin-bottom: 32px;
}
@media screen and (min-width: 1024px) {
  .woocommerce-checkout .woocommerce .woocommerce-checkout #order_review_heading {
    margin-top: calc( 			72px + ( 					96 - 72 				) * (100vw - 1024px) / (1280 - 1024) 		);
  }
}
@media screen and (min-width: 1280px) {
  .woocommerce-checkout .woocommerce .woocommerce-checkout #order_review_heading {
    margin-top: 96px;
  }
}
@media screen and (min-width: 1024px) {
  .woocommerce-checkout .woocommerce .woocommerce-checkout #order_review_heading {
    margin-bottom: calc( 			32px + ( 					48 - 32 				) * (100vw - 1024px) / (1280 - 1024) 		);
  }
}
@media screen and (min-width: 1280px) {
  .woocommerce-checkout .woocommerce .woocommerce-checkout #order_review_heading {
    margin-bottom: 48px;
  }
}
.woocommerce-checkout .woocommerce .woocommerce-checkout .wc_payment_methods {
  margin-bottom: 32px;
}
@media screen and (min-width: 1024px) {
  .woocommerce-checkout .woocommerce .woocommerce-checkout .wc_payment_methods {
    margin-bottom: calc( 			32px + ( 					48 - 32 				) * (100vw - 1024px) / (1280 - 1024) 		);
  }
}
@media screen and (min-width: 1280px) {
  .woocommerce-checkout .woocommerce .woocommerce-checkout .wc_payment_methods {
    margin-bottom: 48px;
  }
}
.woocommerce-checkout .woocommerce .woocommerce-checkout .wc_payment_method {
  position: relative;
  padding: 24px;
  border: 1px solid rgba(0, 0, 0, 0.4);
  margin-bottom: 12px;
}
@media screen and (min-width: 1024px) {
  .woocommerce-checkout .woocommerce .woocommerce-checkout .wc_payment_method {
    margin-bottom: calc( 			12px + ( 					24 - 12 				) * (100vw - 1024px) / (1280 - 1024) 		);
  }
}
@media screen and (min-width: 1280px) {
  .woocommerce-checkout .woocommerce .woocommerce-checkout .wc_payment_method {
    margin-bottom: 24px;
  }
}
@media screen and (min-width: 1280px) {
  .woocommerce-checkout .woocommerce .woocommerce-checkout .wc_payment_method {
    padding: 32px 48px;
  }
}
.woocommerce-checkout .woocommerce .woocommerce-checkout .wc_payment_method img {
  display: none;
}
.woocommerce-checkout .woocommerce .woocommerce-checkout .wc_payment_method label {
  font-size: 22px;
  line-height: 28px;
  margin-bottom: 0;
}
@media screen and (min-width: 1024px) {
  .woocommerce-checkout .woocommerce .woocommerce-checkout .wc_payment_method label {
    font-size: calc( 			22px + ( 					26 - 22 				) * (100vw - 1024px) / (1280 - 1024) 		);
  }
}
@media screen and (min-width: 1280px) {
  .woocommerce-checkout .woocommerce .woocommerce-checkout .wc_payment_method label {
    font-size: 26px;
  }
}
@media screen and (min-width: 1024px) {
  .woocommerce-checkout .woocommerce .woocommerce-checkout .wc_payment_method label {
    line-height: calc( 			28px + ( 					32 - 28 				) * (100vw - 1024px) / (1280 - 1024) 		);
  }
}
@media screen and (min-width: 1280px) {
  .woocommerce-checkout .woocommerce .woocommerce-checkout .wc_payment_method label {
    line-height: 32px;
  }
}
.woocommerce-checkout .woocommerce .woocommerce-checkout .wc_payment_method .payment_box {
  padding-top: 24px;
}
@media screen and (min-width: 1024px) {
  .woocommerce-checkout .woocommerce .woocommerce-checkout .wc_payment_method .payment_box {
    padding-top: calc( 			24px + ( 					32 - 24 				) * (100vw - 1024px) / (1280 - 1024) 		);
  }
}
@media screen and (min-width: 1280px) {
  .woocommerce-checkout .woocommerce .woocommerce-checkout .wc_payment_method .payment_box {
    padding-top: 32px;
  }
}
.woocommerce-checkout .woocommerce .woocommerce-checkout .wc_payment_method .payment_box, .woocommerce-checkout .woocommerce .woocommerce-checkout .wc_payment_method .payment_box > * {
  font-size: 14px;
  line-height: 20px;
  color: rgba(0, 0, 0, 0.4);
}
@media screen and (min-width: 1024px) {
  .woocommerce-checkout .woocommerce .woocommerce-checkout .wc_payment_method .payment_box, .woocommerce-checkout .woocommerce .woocommerce-checkout .wc_payment_method .payment_box > * {
    font-size: calc( 			14px + ( 					16 - 14 				) * (100vw - 1024px) / (1280 - 1024) 		);
  }
}
@media screen and (min-width: 1280px) {
  .woocommerce-checkout .woocommerce .woocommerce-checkout .wc_payment_method .payment_box, .woocommerce-checkout .woocommerce .woocommerce-checkout .wc_payment_method .payment_box > * {
    font-size: 16px;
  }
}
@media screen and (min-width: 1024px) {
  .woocommerce-checkout .woocommerce .woocommerce-checkout .wc_payment_method .payment_box, .woocommerce-checkout .woocommerce .woocommerce-checkout .wc_payment_method .payment_box > * {
    line-height: calc( 			20px + ( 					22 - 20 				) * (100vw - 1024px) / (1280 - 1024) 		);
  }
}
@media screen and (min-width: 1280px) {
  .woocommerce-checkout .woocommerce .woocommerce-checkout .wc_payment_method .payment_box, .woocommerce-checkout .woocommerce .woocommerce-checkout .wc_payment_method .payment_box > * {
    line-height: 22px;
  }
}
.woocommerce-checkout .woocommerce .woocommerce-checkout .woocommerce-terms-and-conditions-wrapper {
  margin-bottom: 32px;
}
@media screen and (min-width: 1024px) {
  .woocommerce-checkout .woocommerce .woocommerce-checkout .woocommerce-terms-and-conditions-wrapper {
    margin-bottom: calc( 			32px + ( 					48 - 32 				) * (100vw - 1024px) / (1280 - 1024) 		);
  }
}
@media screen and (min-width: 1280px) {
  .woocommerce-checkout .woocommerce .woocommerce-checkout .woocommerce-terms-and-conditions-wrapper {
    margin-bottom: 48px;
  }
}
.woocommerce-checkout .woocommerce .woocommerce-checkout #place_order {
  color: #fff;
  border-color: transparent;
}
.woocommerce-checkout .woocommerce .woocommerce-checkout #place_order:before {
  background-color: #015b63;
  border: 0;
  z-index: -1;
}

#mini-cart-modal {
  position: fixed;
  top: 0;
  right: 0;
  height: 100%;
  width: 50%;
  z-index: 100;
  background-color: white;
  box-shadow: 0px 24px 48px rgba(0, 0, 0, 0.1), 0px 40px 90px rgba(0, 0, 0, 0.08);
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  transition-duration: 0.3s;
  transition-timing-function: ease;
}
#mini-cart-modal.is-open {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
#mini-cart-modal #mini-cart,
#mini-cart-modal .mini-cart-wrapper {
  height: 100%;
}
#mini-cart-modal .mini-cart-wrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto 1fr auto;
  grid-template-rows: auto 1fr auto;
  padding-top: 100px;
  padding-left: 100px;
  padding-right: 90px;
}
#mini-cart-modal .mini-cart-wrapper .mini-cart-title {
  font-size: 42px;
  line-height: 50px;
  color: #121212;
  margin-bottom: 45px;
}
#mini-cart-modal .woocommerce-cart-form {
  overflow: auto;
}
#mini-cart-modal .button-wrapper {
  padding: 32px 48px;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-justify-content: flex-end;
     -moz-box-pack: end;
          justify-content: flex-end;
}
#mini-cart-modal .button-wrapper .view-cart {
  margin-left: 12px;
}
#mini-cart-modal .button-wrapper .close-modal {
  border-color: transparent;
}
#mini-cart-modal .button-wrapper .close-modal:before {
  background-color: rgba(0, 0, 0, 0.1);
}
#mini-cart-modal .quatity-recalculate-wrapper {
  text-align: right;
  padding-bottom: 50px;
  position: relative;
  margin-bottom: 24px;
}
#mini-cart-modal .quatity-recalculate-wrapper:before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.15);
  width: calc(100% - 164px);
}
#mini-cart-modal .quatity-recalculate-wrapper .update-quantity {
  font-family: "Avenir Next LT Pro", helvetica, arial, sans-serif;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: inline-flex;
  font-weight: 600;
  letter-spacing: 0.2px;
}
#mini-cart-modal .quatity-recalculate-wrapper .update-quantity .icon-load {
  margin-left: 10px;
  display: block;
  position: relative;
  top: 2px;
}
#mini-cart-modal .cart-item {
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  position: relative;
  margin-bottom: 25px;
  padding-bottom: 25px;
}
#mini-cart-modal .cart-item:last-child {
  margin-bottom: 0;
}
#mini-cart-modal .cart-item:before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.15);
  width: 100%;
}
#mini-cart-modal .cart-item .subtitle {
  margin-bottom: 0;
}
#mini-cart-modal .cart-item .title {
  margin-bottom: 0;
}
#mini-cart-modal .cart-item .product-content {
  width: 100%;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
}
#mini-cart-modal .cart-item .product-content .column-left {
  width: 100%;
}
#mini-cart-modal .cart-item .product-content .column-right {
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
  margin-left: 20px;
}
#mini-cart-modal .cart-item .product-content .column-right .quantity.hidden + .price {
  margin-top: 0;
}
#mini-cart-modal .cart-item .ajax_remove_from_cart {
  margin-right: 10px;
}
#mini-cart-modal .cart-item .price {
  text-align: right;
  margin-top: 15px;
}
#mini-cart-modal .cart-total {
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  margin-left: 163px;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
          justify-content: space-between;
  font-family: "Avenir Next LT Pro", helvetica, arial, sans-serif;
  line-height: 30px;
}
#mini-cart-modal .cart-total span,
#mini-cart-modal .cart-total bdi {
  display: inline-block;
}
#mini-cart-modal .cart-total * {
  line-height: 30px;
}
#mini-cart-modal .cart-total .subtitle {
  margin: 0;
}
#mini-cart-modal .price {
  font-family: "Avenir Next LT Pro", helvetica, arial, sans-serif;
  font-weight: 600;
}
#mini-cart-modal .mini-cart-modal-close {
  position: absolute;
  top: 50px;
  right: 50px;
  font-size: 36px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
#mini-cart-modal .mini-cart-modal-close i {
  pointer-events: none;
}

.modal-subscription-cancellation .reasons {
  margin: 20px 0;
}
.modal-subscription-cancellation .reasons label {
  display: inline-block;
  margin: 0 20px 10px 0;
}
.modal-subscription-cancellation .button {
  margin-right: 20px;
}

.woocommerce-multi-shipping-addresses {
  -ms-grid-column: 1;
  grid-column: 1;
}
@media screen and (min-width: 768px) {
  .woocommerce-multi-shipping-addresses {
    -ms-grid-column: 2;
    -ms-grid-column-span: 10;
    grid-column: 2/span 10;
  }
}
@media screen and (min-width: 1024px) {
  .woocommerce-multi-shipping-addresses {
    -ms-grid-column: 3;
    -ms-grid-column-span: 8;
    grid-column: 3/span 8;
  }
}
.woocommerce-multi-shipping-addresses .buttons-wrapper {
  margin-bottom: 32px;
}
@media screen and (min-width: 1024px) {
  .woocommerce-multi-shipping-addresses .buttons-wrapper {
    margin-bottom: calc( 			32px + ( 					48 - 32 				) * (100vw - 1024px) / (1280 - 1024) 		);
  }
}
@media screen and (min-width: 1280px) {
  .woocommerce-multi-shipping-addresses .buttons-wrapper {
    margin-bottom: 48px;
  }
}
.woocommerce-multi-shipping-addresses table {
  border-collapse: collapse;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 48px;
}
@media screen and (min-width: 1024px) {
  .woocommerce-multi-shipping-addresses table {
    font-size: calc( 			14px + ( 					16 - 14 				) * (100vw - 1024px) / (1280 - 1024) 		);
  }
}
@media screen and (min-width: 1280px) {
  .woocommerce-multi-shipping-addresses table {
    font-size: 16px;
  }
}
@media screen and (min-width: 1024px) {
  .woocommerce-multi-shipping-addresses table {
    line-height: calc( 			20px + ( 					22 - 20 				) * (100vw - 1024px) / (1280 - 1024) 		);
  }
}
@media screen and (min-width: 1280px) {
  .woocommerce-multi-shipping-addresses table {
    line-height: 22px;
  }
}
@media screen and (min-width: 1024px) {
  .woocommerce-multi-shipping-addresses table {
    margin-bottom: calc( 			48px + ( 					72 - 48 				) * (100vw - 1024px) / (1280 - 1024) 		);
  }
}
@media screen and (min-width: 1280px) {
  .woocommerce-multi-shipping-addresses table {
    margin-bottom: 72px;
  }
}
.woocommerce-multi-shipping-addresses table tr > * {
  padding-top: 12px;
}
.woocommerce-multi-shipping-addresses table thead {
  text-align: left;
}
.woocommerce-multi-shipping-addresses table thead tr {
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}
.woocommerce-multi-shipping-addresses table thead tr > * {
  padding-bottom: 12px;
}
.woocommerce-multi-shipping-addresses table tbody td:last-child {
  text-align: right;
}
.woocommerce-multi-shipping-addresses .set-shipping-addresses {
  margin-top: 32px;
  margin-bottom: 120px;
}
@media screen and (min-width: 1024px) {
  .woocommerce-multi-shipping-addresses .set-shipping-addresses {
    margin-top: calc( 			32px + ( 					48 - 32 				) * (100vw - 1024px) / (1280 - 1024) 		);
  }
}
@media screen and (min-width: 1280px) {
  .woocommerce-multi-shipping-addresses .set-shipping-addresses {
    margin-top: 48px;
  }
}
@media screen and (min-width: 1024px) {
  .woocommerce-multi-shipping-addresses .set-shipping-addresses {
    margin-bottom: calc( 			120px + ( 					160 - 120 				) * (100vw - 1024px) / (1280 - 1024) 		);
  }
}
@media screen and (min-width: 1280px) {
  .woocommerce-multi-shipping-addresses .set-shipping-addresses {
    margin-bottom: 160px;
  }
}

.woocommerce-order .order-info {
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
          flex-direction: column;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  text-align: center;
  margin-bottom: 48px;
}
@media screen and (min-width: 1024px) {
  .woocommerce-order .order-info {
    margin-bottom: calc( 			48px + ( 					72 - 48 				) * (100vw - 1024px) / (1280 - 1024) 		);
  }
}
@media screen and (min-width: 1280px) {
  .woocommerce-order .order-info {
    margin-bottom: 72px;
  }
}
.woocommerce-order .order-info-symbol {
  --size: 130px;
  margin-bottom: 36px;
  position: relative;
  width: var(--size);
  height: var(--size);
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  font-size: 36px;
  border: 4px solid #000;
  border-radius: 50%;
}
@media screen and (min-width: 1024px) {
  .woocommerce-order .order-info-symbol {
    margin-bottom: calc( 			36px + ( 					60 - 36 				) * (100vw - 1024px) / (1280 - 1024) 		);
  }
}
@media screen and (min-width: 1280px) {
  .woocommerce-order .order-info-symbol {
    margin-bottom: 60px;
  }
}
.woocommerce-order .order-info-symbol::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(1.2);
          transform: translate(-50%, -50%) scale(1.2);
  border: 2px solid rgba(0, 0, 0, 0.7);
  border-radius: 50%;
}
.woocommerce-order .woocommerce-customer-details {
  margin-bottom: 120px;
}
@media screen and (min-width: 1024px) {
  .woocommerce-order .woocommerce-customer-details {
    margin-bottom: calc( 			120px + ( 					160 - 120 				) * (100vw - 1024px) / (1280 - 1024) 		);
  }
}
@media screen and (min-width: 1280px) {
  .woocommerce-order .woocommerce-customer-details {
    margin-bottom: 160px;
  }
}
.woocommerce-order .woocommerce-customer-details .woocommerce-columns--addresses {
  display: -ms-grid;
  display: grid;
  grid-gap: 24px;
  gap: 24px;
  grid-gap: var(--grid-gap);
  gap: var(--grid-gap);
}
@media screen and (min-width: 640px) {
  .woocommerce-order .woocommerce-customer-details .woocommerce-columns--addresses {
    -ms-grid-columns: 1fr var(--grid-gap) 1fr;
    grid-template-columns: 1fr 1fr;
  }
}
.woocommerce-order .woocommerce-customer-details .woocommerce-columns--addresses::before {
  content: none;
}

.woocommerce-page .main {
  padding-top: 144px;
}
@media screen and (min-width: 1280px) {
  .woocommerce-page .main {
    padding-top: 248px;
  }
}

.woocommerce-error li {
  font-size: 18px;
}

.woocommerce-checkout .woocommerce-error li {
  margin-left: 24px;
}

.woocommerce-message,
.woocommerce-info {
  font-size: 18px;
  color: #2f2f2f;
  font-weight: 400;
  line-height: 1.5;
}

.page.woocommerce-checkout ul.woocommerce-error {
  list-style: disc;
}

.single-article .bookmark-messages .bookmark-message, .editorial-body .bookmark-messages .bookmark-message {
  padding: 20px 30px;
  margin-bottom: 32px;
  border: 2px solid #000;
  font-size: 18px;
}
@media screen and (min-width: 1024px) {
  .single-article .bookmark-messages .bookmark-message, .editorial-body .bookmark-messages .bookmark-message {
    margin-bottom: calc( 			32px + ( 					48 - 32 				) * (100vw - 1024px) / (1280 - 1024) 		);
  }
}
@media screen and (min-width: 1280px) {
  .single-article .bookmark-messages .bookmark-message, .editorial-body .bookmark-messages .bookmark-message {
    margin-bottom: 48px;
  }
}

.woocommerce-page.single-product .products, .woocommerce-page.post-type-archive-product .products {
  list-style: none;
  grid-row-gap: 40px;
  row-gap: 40px;
  margin-bottom: 60px;
}
.woocommerce-page.single-product .products .product, .woocommerce-page.post-type-archive-product .products .product {
  text-align: center;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
          flex-direction: column;
  position: relative;
  transition-property: background-color;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  overflow: hidden;
  padding: 24px 45px 74px;
}
.woocommerce-page.single-product .products .product:hover, .woocommerce-page.post-type-archive-product .products .product:hover {
  background-color: #f1f1f1;
}
.woocommerce-page.single-product .products .product:hover .add_to_cart_button,
.woocommerce-page.single-product .products .product:hover .out-of-stock, .woocommerce-page.post-type-archive-product .products .product:hover .add_to_cart_button,
.woocommerce-page.post-type-archive-product .products .product:hover .out-of-stock {
  -webkit-transform: translateY(-24px);
          transform: translateY(-24px);
}
.woocommerce-page.single-product .products .product:hover .product-meta, .woocommerce-page.post-type-archive-product .products .product:hover .product-meta {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.woocommerce-page.single-product .products .product > *, .woocommerce-page.post-type-archive-product .products .product > * {
  display: block;
}
.woocommerce-page.single-product .products .product > script, .woocommerce-page.post-type-archive-product .products .product > script {
  display: none;
}
.woocommerce-page.single-product .products .product .product-meta, .woocommerce-page.post-type-archive-product .products .product .product-meta {
  position: relative;
  z-index: 3;
  -webkit-transform: translateY(24px);
          transform: translateY(24px);
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  margin-bottom: 24px;
}
.woocommerce-page.single-product .products .product .woocommerce-loop-product__title, .woocommerce-page.post-type-archive-product .products .product .woocommerce-loop-product__title {
  margin-bottom: 12px;
}
.woocommerce-page.single-product .products .product .attachment-woocommerce_thumbnail, .woocommerce-page.post-type-archive-product .products .product .attachment-woocommerce_thumbnail {
  box-shadow: 0px 18px 32px rgba(0, 0, 0, 0.2);
  border-radius: 8px;
}
.woocommerce-page.single-product .products .product .price, .woocommerce-page.post-type-archive-product .products .product .price {
  font-family: "Avenir Next LT Pro", helvetica, arial, sans-serif;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0.005em;
  color: rgba(0, 0, 0, 0.55);
  font-weight: 500;
}
.woocommerce-page.single-product .products .product .add_to_cart_button,
.woocommerce-page.single-product .products .product .out-of-stock, .woocommerce-page.post-type-archive-product .products .product .add_to_cart_button,
.woocommerce-page.post-type-archive-product .products .product .out-of-stock {
  margin-top: auto;
  z-index: 3;
  padding: 10px;
  position: absolute;
  bottom: 0;
  left: 45px;
  right: 45px;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  transition-duration: 0.3s;
  transition-timing-function: ease;
}
.woocommerce-page.single-product .products .product .add_to_cart_button i,
.woocommerce-page.single-product .products .product .out-of-stock i, .woocommerce-page.post-type-archive-product .products .product .add_to_cart_button i,
.woocommerce-page.post-type-archive-product .products .product .out-of-stock i {
  margin-right: 10px;
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  .woocommerce-page.single-product .products .product .add_to_cart_button,
.woocommerce-page.single-product .products .product .out-of-stock, .woocommerce-page.post-type-archive-product .products .product .add_to_cart_button,
.woocommerce-page.post-type-archive-product .products .product .out-of-stock {
    -webkit-transform: translateY(-24px);
            transform: translateY(-24px);
  }
  .woocommerce-page.single-product .products .product .product-meta, .woocommerce-page.post-type-archive-product .products .product .product-meta {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.woocommerce-page .woocommerce-products-header {
  margin-bottom: 18px;
}
@media screen and (min-width: 1280px) {
  .woocommerce-page .woocommerce-products-header {
    margin-bottom: 24px;
  }
}
.woocommerce-page .woocommerce-products-header .page-title {
  margin-bottom: 4px;
}
@media screen and (min-width: 768px) {
  .woocommerce-page .woocommerce-products-header .page-title {
    -ms-grid-column: 3;
    -ms-grid-column-span: 8;
    grid-column: 3/span 8;
  }
}
@media screen and (min-width: 1280px) {
  .woocommerce-page .woocommerce-products-header .page-title {
    -ms-grid-column: 4;
    -ms-grid-column-span: 6;
    grid-column: 4/span 6;
  }
}
.woocommerce-page .woocommerce-products-header .page-description {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .woocommerce-page .woocommerce-products-header .page-description {
    -ms-grid-column: 3;
    -ms-grid-column-span: 8;
    grid-column: 3/span 8;
  }
}
@media screen and (min-width: 1280px) {
  .woocommerce-page .woocommerce-products-header .page-description {
    -ms-grid-column: 4;
    -ms-grid-column-span: 6;
    grid-column: 4/span 6;
  }
}

.woocommerce-pagination {
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  margin-bottom: 120px;
}
@media screen and (min-width: 768px) {
  .woocommerce-pagination {
    margin-bottom: 232px;
  }
}
@media screen and (min-width: 1024px) {
  .woocommerce-pagination {
    margin-bottom: 144px;
  }
}
@media screen and (min-width: 1280px) {
  .woocommerce-pagination {
    margin-bottom: 168px;
  }
}
.woocommerce-pagination .page-numbers {
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
}
.woocommerce-pagination .page-numbers .page-numbers {
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  border-radius: 50%;
  width: 54px;
  height: 54px;
}
@media screen and (min-width: 768px) {
  .woocommerce-pagination .page-numbers .page-numbers {
    margin: 0 16px;
  }
}
.woocommerce-pagination .page-numbers .page-numbers.current {
  border: 2px solid #000;
}

.ordering-wrapper {
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  margin-bottom: 60px;
}
.ordering-wrapper .woocommerce-ordering .orderby-label {
  color: rgba(0, 0, 0, 0.7);
}
.ordering-wrapper .woocommerce-ordering .orderby {
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
  border: none;
}
.ordering-wrapper .woocommerce-ordering .arrow-wrapper {
  font-size: 9px;
  margin-left: 14px;
  margin-right: 9px;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: inline-flex;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  padding: 0 8px;
  border-right: 1px solid rgba(0, 0, 0, 0.15);
  height: 100%;
  color: #000;
}

.woocommerce-Price-currencySymbol {
  margin-right: 5px;
}

.woocommerce-loop-product__title,
.product-meta .edition {
  color: #121212;
}

.woocommerce label[for] {
  margin-bottom: 6px;
  font-size: 14px;
  line-height: 16px;
  color: #000;
}
@media screen and (min-width: 1024px) {
  .woocommerce label[for] {
    margin-bottom: calc( 			6px + ( 					8 - 6 				) * (100vw - 1024px) / (1280 - 1024) 		);
  }
}
@media screen and (min-width: 1280px) {
  .woocommerce label[for] {
    margin-bottom: 8px;
  }
}
.woocommerce abbr[title] {
  text-decoration: none;
}
.woocommerce ul[class] {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.woocommerce .wc-block-components-notice-banner.wc-block-components-notice-banner {
  border: none;
  background: none;
  margin-top: 0;
  padding-bottom: 0 !important;
  font-size: 18px;
  border-radius: 0;
}
.woocommerce .wc-block-components-notice-banner.wc-block-components-notice-banner > svg {
  display: none;
}
.woocommerce-info,
.woocommerce .wc-block-components-notice-banner.wc-block-components-notice-banner.is-info {
  position: relative;
  border-top: 2px solid #e0f1f2;
  padding-top: 20px !important;
  padding-left: 30px !important;
  padding-right: 30px !important;
  margin-bottom: 32px;
}
.woocommerce-info:before,
.woocommerce .wc-block-components-notice-banner.wc-block-components-notice-banner.is-info:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: calc(20px + 7 / 12 * 1em);
  left: 0;
  font-size: calc(12 / 18 * 1em);
}
.woocommerce-info a.button,
.woocommerce .wc-block-components-notice-banner.wc-block-components-notice-banner.is-info a.button {
  padding: 0;
  border: none;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  letter-spacing: inherit;
}
.woocommerce-message,
.woocommerce .wc-block-components-notice-banner.wc-block-components-notice-banner.is-success {
  padding: 20px 30px !important;
  margin-bottom: 32px;
  border: 2px solid #000;
}
@media screen and (min-width: 1024px) {
  .woocommerce-message,
.woocommerce .wc-block-components-notice-banner.wc-block-components-notice-banner.is-success {
    margin-bottom: calc( 			32px + ( 					48 - 32 				) * (100vw - 1024px) / (1280 - 1024) 		);
  }
}
@media screen and (min-width: 1280px) {
  .woocommerce-message,
.woocommerce .wc-block-components-notice-banner.wc-block-components-notice-banner.is-success {
    margin-bottom: 48px;
  }
}
.woocommerce-message:before,
.woocommerce .wc-block-components-notice-banner.wc-block-components-notice-banner.is-success:before {
  left: 10px;
}
.woocommerce-message a.button:before,
.woocommerce .wc-block-components-notice-banner.wc-block-components-notice-banner.is-success a.button:before {
  display: none;
}
.woocommerce .shop_table {
  border-collapse: collapse;
  font-family: "Avenir Next LT Pro", helvetica, arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 48px;
}
@media screen and (min-width: 1024px) {
  .woocommerce .shop_table {
    font-size: calc( 			14px + ( 					16 - 14 				) * (100vw - 1024px) / (1280 - 1024) 		);
  }
}
@media screen and (min-width: 1280px) {
  .woocommerce .shop_table {
    font-size: 16px;
  }
}
@media screen and (min-width: 1024px) {
  .woocommerce .shop_table {
    line-height: calc( 			20px + ( 					22 - 20 				) * (100vw - 1024px) / (1280 - 1024) 		);
  }
}
@media screen and (min-width: 1280px) {
  .woocommerce .shop_table {
    line-height: 22px;
  }
}
@media screen and (min-width: 1024px) {
  .woocommerce .shop_table {
    margin-bottom: calc( 			48px + ( 					72 - 48 				) * (100vw - 1024px) / (1280 - 1024) 		);
  }
}
@media screen and (min-width: 1280px) {
  .woocommerce .shop_table {
    margin-bottom: 72px;
  }
}
.woocommerce .shop_table thead .product-name,
.woocommerce .shop_table tbody .product-name {
  text-align: left;
}
.woocommerce .shop_table thead .product-name .variation,
.woocommerce .shop_table tbody .product-name .variation {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 10px 1fr;
  grid-template-columns: auto 1fr;
  grid-gap: 0 10px;
  gap: 0 10px;
  margin: 0;
  color: rgba(0, 0, 0, 0.5);
}
@media screen and (min-width: 768px) {
  .woocommerce .shop_table thead .product-name .variation,
.woocommerce .shop_table tbody .product-name .variation {
    margin: 0 0 0 18px;
  }
}
.woocommerce .shop_table thead .product-name .variation dt,
.woocommerce .shop_table tbody .product-name .variation dt {
  -ms-grid-column: 1;
  grid-column: 1;
}
.woocommerce .shop_table thead .product-name .variation dd,
.woocommerce .shop_table tbody .product-name .variation dd {
  -ms-grid-column: 2;
  grid-column: 2;
  margin: 0;
}
.woocommerce .shop_table thead .product-name .variation p,
.woocommerce .shop_table tbody .product-name .variation p {
  margin: 0;
  color: inherit;
  font-size: inherit;
  line-height: inherit;
}
.woocommerce .shop_table thead .product-total,
.woocommerce .shop_table tbody .product-total {
  text-align: right;
}
.woocommerce .shop_table tbody th {
  text-align: left;
}
.woocommerce .shop_table tfoot th {
  text-align: left;
}
.woocommerce .shop_table tfoot td {
  text-align: right;
}
.woocommerce .shop_table th tr {
  --padding: 12px;
}
.woocommerce .shop_table tr {
  --padding: 18px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}
@media screen and (min-width: 1024px) {
  .woocommerce .shop_table tr {
    --padding: calc( 			18px + ( 					24 - 18 				) * (100vw - 1024px) / (1280 - 1024) 		);
  }
}
@media screen and (min-width: 1280px) {
  .woocommerce .shop_table tr {
    --padding: 24px;
  }
}
.woocommerce .shop_table tr th,
.woocommerce .shop_table tr td {
  padding: var(--padding) 0;
}
.woocommerce .shop_table tbody {
  font-weight: 500;
}
.woocommerce .shop_table label[for] {
  font-size: inherit;
  line-height: inherit;
}
.woocommerce .shop_table fieldset {
  border: none;
}
.woocommerce .shop_table fieldset > label[for] {
  padding-top: 6px;
}
.woocommerce .shop_table fieldset .wcsg_add_recipient_fields label {
  margin-top: 20px;
  margin-bottom: 12px;
}
.woocommerce .shop_table .amount {
  display: block;
  font-weight: 600;
}
.woocommerce .shop_table .recurring-totals th {
  padding-top: 48px;
  padding-bottom: 12px;
}
@media screen and (min-width: 1024px) {
  .woocommerce .shop_table .recurring-totals th {
    padding-top: calc( 			48px + ( 					64 - 48 				) * (100vw - 1024px) / (1280 - 1024) 		);
  }
}
@media screen and (min-width: 1280px) {
  .woocommerce .shop_table .recurring-totals th {
    padding-top: 64px;
  }
}
.woocommerce .shop_table .multi_shipping td:first-child {
  text-align: left;
}
.woocommerce .shop_table #shipping_addresses {
  display: -ms-grid;
  display: grid;
  grid-gap: 10px;
  gap: 10px;
  -ms-grid-columns: 1fr 10px 1fr 10px 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  padding-top: 24px;
}
.woocommerce .shop_table #shipping_addresses .ship_address {
  width: 100%;
  margin: 0;
  padding: 12px;
  border: none;
  border-radius: 0;
  background-color: #e0f1f2;
}
.woocommerce .shop_table #shipping_addresses .ship_address dd {
  margin: 0;
}
.woocommerce .shop_table #shipping_addresses .ship_address label {
  margin-bottom: 6px;
  font-size: 14px;
  line-height: 16px;
  color: #000;
}
@media screen and (min-width: 1024px) {
  .woocommerce .shop_table #shipping_addresses .ship_address label {
    margin-bottom: calc( 			6px + ( 					8 - 6 				) * (100vw - 1024px) / (1280 - 1024) 		);
  }
}
@media screen and (min-width: 1280px) {
  .woocommerce .shop_table #shipping_addresses .ship_address label {
    margin-bottom: 8px;
  }
}
.woocommerce .shop_table #shipping_addresses .ship_address textarea {
  min-height: 56px;
}
.woocommerce .woocommerce-columns--addresses,
.woocommerce .woocommerce-Addresses {
  display: -ms-grid;
  display: grid;
  grid-gap: 24px;
  gap: 24px;
  grid-gap: var(--grid-gap);
  gap: var(--grid-gap);
}
@media screen and (min-width: 640px) {
  .woocommerce .woocommerce-columns--addresses,
.woocommerce .woocommerce-Addresses {
    -ms-grid-columns: 1fr var(--grid-gap) 1fr;
    grid-template-columns: 1fr 1fr;
  }
}
.woocommerce .woocommerce-columns--addresses::before,
.woocommerce .woocommerce-Addresses::before {
  content: none;
}

.page ul.woocommerce-error,
.wc-block-components-notice-banner.wc-block-components-notice-banner.is-error {
  list-style-type: none;
  padding: 20px 30px !important;
  margin-bottom: 32px;
  border: 2px solid #cb2c27;
}
@media screen and (min-width: 1024px) {
  .page ul.woocommerce-error,
.wc-block-components-notice-banner.wc-block-components-notice-banner.is-error {
    margin-bottom: calc( 			32px + ( 					48 - 32 				) * (100vw - 1024px) / (1280 - 1024) 		);
  }
}
@media screen and (min-width: 1280px) {
  .page ul.woocommerce-error,
.wc-block-components-notice-banner.wc-block-components-notice-banner.is-error {
    margin-bottom: 48px;
  }
}
.page ul.woocommerce-error li:not(:last-child),
.wc-block-components-notice-banner.wc-block-components-notice-banner.is-error li:not(:last-child) {
  margin-bottom: 10px;
}

ul.woocommerce-error li .button.wc-forward {
  display: none;
}

.page-child.woocommerce .main > ul.woocommerce-error:first-child,
.page-child.woocommerce .main > .woocommerce-info:first-child,
.page-child.woocommerce .main > .woocommerce-message:first-child {
  opacity: 0;
}

.coupon-15mengenrabatt .woocommerce-remove-coupon {
  display: none;
}

.single-product .back-to-shop {
  background-color: #f1f1f1;
}
.single-product .back-to-shop {
  text-align: center;
  color: rgba(0, 0, 0, 0.55);
  padding-bottom: 50px;
}
.single-product .main {
  padding-top: 0;
}
.single-product .woocommerce-product-gallery,
.single-product .entry-summary {
  position: relative;
  transition: none !important;
  padding-bottom: 60px;
}
@media screen and (min-width: ) {
  .single-product .woocommerce-product-gallery,
.single-product .entry-summary {
    padding-bottom: 96px;
  }
}
.single-product .woocommerce-product-gallery {
  position: relative;
  z-index: 1;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
}
.single-product .woocommerce-product-gallery:before {
  content: "";
  width: 100vw;
  height: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: #f1f1f1;
  position: absolute;
  top: 0;
  z-index: -1;
  display: none;
}
@media screen and (max-width: 1023px) {
  .single-product .woocommerce-product-gallery:before {
    display: block;
  }
}
@media screen and (min-width: 768px) {
  .single-product .woocommerce-product-gallery {
    -ms-grid-column: 1;
    -ms-grid-column-span: 12;
    grid-column: 1/span 12;
  }
}
@media screen and (min-width: 1024px) {
  .single-product .woocommerce-product-gallery {
    -ms-grid-column: 2;
    -ms-grid-column-span: 4;
    grid-column: 2/span 4;
  }
}
.single-product .woocommerce-product-gallery img {
  box-shadow: 0px 3px 16px rgba(0, 0, 0, 0.06), 0px 18px 32px rgba(0, 0, 0, 0.2);
  border-radius: 18px;
}
@media screen and (max-width: 1023px) {
  .single-product .woocommerce-product-gallery img {
    max-width: 210px;
  }
}
.single-product .entry-summary {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .single-product .entry-summary {
    -ms-grid-column: 1;
    -ms-grid-column-span: 12;
    grid-column: 1/span 12;
  }
}
@media screen and (min-width: 1024px) {
  .single-product .entry-summary {
    -ms-grid-column: 7;
    -ms-grid-column-span: 6;
    grid-column: 7/span 6;
  }
}
.single-product .entry-summary:before {
  content: "";
  width: 100vw;
  height: 100%;
  left: 0;
  -webkit-transform: translateX(-30px);
          transform: translateX(-30px);
  background-color: #f1f1f1;
  position: absolute;
  top: 0;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .single-product .entry-summary:before {
    -webkit-transform: translateX(-50px);
            transform: translateX(-50px);
  }
}
@media screen and (min-width: 1024px) {
  .single-product .entry-summary:before {
    -webkit-transform: translateX(calc(-50% - 24px / 2 ));
            transform: translateX(calc(-50% - 24px / 2 ));
    -webkit-transform: translateX(calc(-50% - var(--grid-gap) / 2 ));
            transform: translateX(calc(-50% - var(--grid-gap) / 2 ));
  }
}
.single-product .entry-summary .edition {
  color: #121212;
  margin-bottom: 4px;
}
.single-product .entry-summary .cart {
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: inline-flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
}
.single-product .entry-summary .cart .quantity-input-wrapper {
  margin-right: 8px;
  border: 2px solid rgba(0, 0, 0, 0.04);
  margin-bottom: 12px;
}
.single-product .entry-summary .cart .single_add_to_cart_button {
  padding: 16px 40px 16px 70px;
  line-height: 28px;
  margin-bottom: 12px;
}
.single-product .entry-summary .cart .single_add_to_cart_button:before {
  height: calc( 100% - 4px );
}
.single-product .entry-summary .cart .single_add_to_cart_button i {
  position: absolute;
  font-size: 22px;
  margin-right: 10px;
  top: 16px;
  left: 40px;
}
.single-product .entry-summary .product_title {
  font-weight: 400;
  margin-bottom: 2px;
  font-family: "Mercury Text G4", helvetica, arial, sans-serif;
  font-size: 28px;
  line-height: 32px;
}
@media screen and (min-width: 1280px) {
  .single-product .entry-summary .product_title {
    font-size: 42px;
    line-height: 50px;
  }
}
.single-product .entry-summary .subtile {
  margin-bottom: 32px;
  font-family: "Avenir Next LT Pro", helvetica, arial, sans-serif;
}
.single-product .entry-summary .woocommerce-product-details__short-description {
  color: rgba(0, 0, 0, 0.55);
  margin-bottom: 32px;
}
.single-product .entry-summary .woocommerce-product-details__short-description p {
  color: rgba(0, 0, 0, 0.55);
  font-size: 16px;
  line-height: 21px;
}
@media screen and (min-width: 1280px) {
  .single-product .entry-summary .woocommerce-product-details__short-description p {
    font-size: 18px;
    line-height: 24px;
  }
}
.single-product .entry-summary .woocommerce-product-details__short-description > *:last-child {
  margin-bottom: 0;
}
.single-product .entry-summary .price {
  margin-bottom: 32px;
}
.single-product .entry-summary .first-payment-date {
  margin-bottom: 20px;
}
.single-product .entry-summary .product_meta {
  font-size: 14px;
  line-height: 20px;
  color: rgba(0, 0, 0, 0.55);
}
@media screen and (min-width: 1280px) {
  .single-product .entry-summary .product_meta {
    font-size: 16px;
    line-height: 22px;
  }
}
.single-product .entry-summary .product_meta a {
  color: #121212;
  text-decoration: underline;
}
.single-product .entry-summary .product_meta > span {
  display: block;
  font-family: "Avenir Next LT Pro", helvetica, arial, sans-serif;
}
.single-product .entry-summary .product_meta .posted_in {
  margin-bottom: 4px;
}
.single-product .product-description {
  margin-top: 80px;
  margin-bottom: 96px;
}
@media screen and (min-width: 768px) {
  .single-product .product-description {
    -ms-grid-column: 3;
    -ms-grid-column-span: 8;
    grid-column: 3/span 8;
  }
}
@media screen and (min-width: 1024px) {
  .single-product .product-description {
    margin-bottom: 192px;
    -ms-grid-column: 4;
    -ms-grid-column-span: 6;
    grid-column: 4/span 6;
  }
}
.single-product .woocommerce-tabs {
  margin-bottom: 96px;
}
@media screen and (min-width: 768px) {
  .single-product .woocommerce-tabs {
    -ms-grid-column: 3;
    -ms-grid-column-span: 8;
    grid-column: 3/span 8;
  }
}
@media screen and (min-width: 1024px) {
  .single-product .woocommerce-tabs {
    margin-bottom: 192px;
    -ms-grid-column: 4;
    -ms-grid-column-span: 6;
    grid-column: 4/span 6;
  }
}
.single-product .woocommerce-tabs .wc-tabs {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  position: relative;
  margin-bottom: 80px;
}
.single-product .woocommerce-tabs .wc-tabs:after {
  content: "";
  width: 100vw;
  height: 1px;
  bottom: 0;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: rgba(0, 0, 0, 0.15);
}
.single-product .woocommerce-tabs .wc-tabs li {
  margin: 0 12px;
  position: relative;
  opacity: 0.4;
  padding: 24px 0;
  font-size: 14px;
  line-height: 20px;
}
@media screen and (min-width: 1024px) {
  .single-product .woocommerce-tabs .wc-tabs li {
    margin: 0 24px;
    padding: 32px 0;
  }
}
@media screen and (min-width: 1280px) {
  .single-product .woocommerce-tabs .wc-tabs li {
    font-size: 18px;
    line-height: 22px;
  }
}
.single-product .woocommerce-tabs .wc-tabs li:after {
  content: "";
  display: none;
  position: absolute;
  left: 0;
  width: 100%;
  bottom: -2px;
  height: 2px;
  background-color: #000;
}
.single-product .woocommerce-tabs .wc-tabs li.active {
  opacity: 1;
}
.single-product .woocommerce-tabs .wc-tabs li.active:after {
  display: block;
}
.single-product .woocommerce-product-attributes {
  border-collapse: collapse;
  width: 100%;
}
.single-product .woocommerce-product-attributes p {
  margin-bottom: 0;
}
.single-product .woocommerce-product-attributes tr:nth-child(odd) {
  background-color: #f1f1f1;
}
.single-product .woocommerce-product-attributes .woocommerce-product-attributes-item__label,
.single-product .woocommerce-product-attributes .woocommerce-product-attributes-item__value {
  padding: 5px 10px;
}
.single-product .related.products {
  position: relative;
  padding-left: 0;
  padding-right: 0;
  padding-top: 60px;
}
@media screen and (min-width: 768px) {
  .single-product .related.products {
    -ms-grid-column: 1;
    -ms-grid-column-span: 12;
    grid-column: 1/span 12;
    grid-row-gap: 56px;
    row-gap: 56px;
  }
}
@media screen and (min-width: 1024px) {
  .single-product .related.products {
    padding-top: 128px;
    grid-row-gap: 96px;
    row-gap: 96px;
  }
}
.single-product .related.products:before {
  content: "";
  height: 1px;
  width: 100vw;
  background-color: rgba(0, 0, 0, 0.15);
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 0;
}
.single-product .related.products .products {
  margin-top: 0;
  padding-left: 0;
  padding-right: 0;
}
.single-product .related.products .products .edition {
  font-family: "Avenir Next LT Pro", helvetica, arial, sans-serif;
  color: rgba(0, 0, 0, 0.8);
  font-size: 14px;
  line-height: 21px;
}
@media screen and (min-width: 1280px) {
  .single-product .related.products .products .edition {
    font-size: 16px;
    line-height: 22px;
  }
}
.single-product .related.products .products .price {
  font-size: 14px;
  line-height: 20px;
}
@media screen and (min-width: 1280px) {
  .single-product .related.products .products .price {
    font-size: 16px;
    line-height: 22px;
  }
}
.single-product .related.products > h2 {
  text-align: center;
  margin-bottom: 0;
}

.accordion-item {
  padding-top: 18px;
  padding-bottom: 18px;
  margin-top: 0;
  border: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}
@media screen and (min-width: 1280px) {
  .accordion-item {
    padding-top: 24px;
    padding-bottom: 24px;
  }
}
.accordion-title-button {
  padding: 0 !important;
  display: -webkit-flex !important;
  display: -moz-box !important;
  display: flex !important;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
          justify-content: space-between;
}
.accordion-title-button:focus, .accordion-title-button {
  color: #121212 !important;
}
.accordion-title-button:after {
  display: none;
}
.accordion-title-text {
  margin-bottom: 0;
}
.accordion-title-icon {
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  width: 40px;
  height: 40px;
  margin-left: 16px;
  font-size: 10px;
  border-radius: 50%;
  border: 1px solid rgba(0, 0, 0, 0.4);
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  transition-duration: 0.3s;
  transition-timing-function: ease;
}
@media screen and (min-width: 1280px) {
  .accordion-title-icon {
    width: 54px;
    height: 54px;
    font-size: 14px;
  }
}
.is-active .accordion-title-icon {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.accordion-content a {
  text-decoration: underline;
}
.accordion-content > *:first-child {
  padding-top: 24px;
  margin-bottom: 24px;
}
@media screen and (min-width: 1280px) {
  .accordion-content > *:first-child {
    padding-top: 32px;
  }
}

#aforizmus {
  position: fixed;
  bottom: 24px;
  right: 24px;
  opacity: 1;
  visibility: visible;
  transition: opacity 1s, visibility 1s;
  z-index: 998;
}
@media screen and (max-width: 1279px) {
  #aforizmus {
    display: none !important;
  }
}
#aforizmus.invisible {
  opacity: 0;
  visibility: hidden;
}
#aforizmus .aforizmus-element {
  width: 200px;
  height: 200px;
  background: #000;
  border-radius: 50%;
  color: #fff;
  overflow: hidden;
  display: -ms-grid;
  display: grid;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  z-index: 999;
}
#aforizmus .aforizmus-element.invisible {
  display: none;
}
#aforizmus .aforizmus-element .text {
  -webkit-transform: rotate(-10deg);
          transform: rotate(-10deg);
  padding: 0 20px;
  font-family: "Mercury Text G4", helvetica, arial, sans-serif;
  font-size: 18px;
  line-height: 24px;
  text-align: center;
}
#aforizmus .aforizmus-element .text .author {
  display: block;
  font-size: 14px;
  line-height: 18px;
}
#aforizmus .close {
  width: 32px;
  height: 32px;
  background: #fff;
  border-radius: 50%;
  cursor: pointer;
  position: absolute;
  z-index: 1000;
  top: 0;
  right: 24px;
}

.article-teaser-image-wrapper {
  padding-top: 93.33333333%;
  position: relative;
}
.article-teaser-image-wrapper img {
  display: block;
  position: absolute;
  width: 100%;
  min-height: 100%;
  max-height: 100%;
  object-fit: cover;
  top: 0;
  left: 0;
}
.article-teaser-content-wrapper {
  padding: 24px 6px 0 6px;
  text-align: center;
}
@media screen and (min-width: 1280px) {
  .article-teaser-content-wrapper {
    padding: 32px 18px 0 18px;
  }
}
.article-teaser-title {
  margin-bottom: 0;
}
.article-teaser-intro-text {
  color: rgba(0, 0, 0, 0.7);
  margin-bottom: 40px;
}
.article-teaser .date {
  color: rgba(0, 0, 0, 0.8);
  margin-bottom: 0;
}
.article-teaser .author {
  color: rgba(0, 0, 0, 0.55);
}
@media screen and (max-width: 1279px) {
  .article-teaser .author {
    font-size: 16px;
    line-height: 21px;
  }
}

.author-links {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 68px 18px 1fr 18px auto;
  grid-template-columns: 68px 1fr auto;
  grid-gap: 24px 18px;
  gap: 24px 18px;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  margin-bottom: 160px;
  position: relative;
  padding-top: 48px;
  margin-top: 32px;
}
@media screen and (min-width: 768px) {
  .author-links {
    -ms-grid-column: 3;
    -ms-grid-column-span: 8;
    grid-column: 3/span 8;
  }
}
@media screen and (min-width: 1280px) {
  .author-links {
    -ms-grid-columns: 100px 24px 1fr 24px auto;
    grid-template-columns: 100px 1fr auto;
    grid-gap: 48px 24px;
    gap: 48px 24px;
    padding-top: 80px;
    -ms-grid-column: 4;
    -ms-grid-column-span: 6;
    grid-column: 4/span 6;
  }
}
.author-links:before {
  content: "";
  position: absolute;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.15);
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 180px;
}
@media screen and (min-width: 768px) {
  .author-links:before {
    width: 266px;
  }
}
@media screen and (min-width: 1280px) {
  .author-links:before {
    width: 448px;
  }
}
.author-links .image img {
  border-radius: 50%;
}
.author-links .author-name {
  margin-bottom: 4px;
  color: #121212;
}
.author-links .author-credit-type {
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0.25px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.7);
  font-family: "Avenir Next LT Pro", helvetica, arial, sans-serif;
}
@media screen and (min-width: 1280px) {
  .author-links .author-credit-type {
    font-size: 18px;
    line-height: 22px;
  }
}
.author-links .author-name, .author-links .author-credit-type {
  display: block;
}
.author-links .link .button {
  display: none;
}
@media screen and (min-width: 1280px) {
  .author-links .link .button {
    display: block;
  }
}
.author-links .link .arrow-button {
  font-size: 10px;
  width: 24px;
  height: 24px;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
}
@media screen and (min-width: 1280px) {
  .author-links .link .arrow-button {
    display: none;
  }
}
.author-links .arrow-icon {
  font-size: 10px;
  padding: 20px 0 20px 20px;
}

.breadcrumb {
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-align-self: flex-start;
          align-self: flex-start;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
}
.breadcrumb .hide-for-mobile > * {
  margin: 0 6px;
}
.breadcrumb-separator {
  font-size: 10px;
  margin-right: 11px;
}
@media screen and (min-width: 1280px) {
  .breadcrumb-separator {
    margin-right: 0;
  }
}
.breadcrumb-separator:hover, .breadcrumb-separator, .breadcrumb-second-prev:hover, .breadcrumb-second-prev, .breadcrumb-prev:hover, .breadcrumb-prev {
  color: rgba(0, 0, 0, 0.55);
}
.white .breadcrumb-separator:hover, .white .breadcrumb-separator, .has-image .breadcrumb-separator:hover, .has-image .breadcrumb-separator, .white .breadcrumb-second-prev:hover, .white .breadcrumb-second-prev, .has-image .breadcrumb-second-prev:hover, .has-image .breadcrumb-second-prev, .white .breadcrumb-prev:hover, .white .breadcrumb-prev, .has-image .breadcrumb-prev:hover, .has-image .breadcrumb-prev {
  color: #fff;
}
.breadcrumb .mobile .icon {
  display: inline-block;
  -webkit-transform: rotate(180deg) translateY(1px);
          transform: rotate(180deg) translateY(1px);
}

.bref-plus {
  font-size: 13px;
  line-height: 13px;
  font-weight: 600;
  font-family: "Avenir Next LT Pro", helvetica, arial, sans-serif;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: inline-flex;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  padding: 6px 9px 3px;
  border-radius: 3px;
}
.bref-plus.black {
  background-color: rgba(0, 0, 0, 0.1) !important;
  color: #000 !important;
}
.white-header .bref-plus, .white-scheme .bref-plus, .bref-plus.white {
  background-color: rgba(255, 255, 255, 0.2);
  color: #fff;
}

.editorial-teaser {
  background-color: var(--category-color-dark);
  text-align: center;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
          flex-direction: column;
  grid-row-gap: 24px;
  row-gap: 24px;
}
.editorial-teaser.editorial-yellow h3, .editorial-teaser.editorial-grey h3 {
  font-size: 22px;
  font-weight: 600;
  line-height: 28px;
  margin-bottom: 36px;
}
@media screen and (min-width: 1280px) {
  .editorial-teaser.editorial-yellow h3, .editorial-teaser.editorial-grey h3 {
    font-size: 26px;
    line-height: 32px;
    margin-bottom: 40px;
  }
}
.editorial-teaser.editorial-blue h3 {
  font-size: 22px;
  font-weight: 600;
  line-height: 28px;
  margin-bottom: 16px;
}
@media screen and (min-width: 1280px) {
  .editorial-teaser.editorial-blue h3 {
    font-size: 26px;
    line-height: 32px;
  }
}
.editorial-teaser.editorial-blue .speech-bubble {
  margin-bottom: 48px;
}
.editorial-teaser.editorial-blue .speech-bubble .replaced-svg {
  width: 100%;
}
@media screen and (min-width: 1280px) {
  .editorial-teaser.editorial-blue .speech-bubble {
    margin-bottom: 86px;
  }
}
.editorial-teaser.editorial-yellow, .editorial-teaser.editorial-red, .editorial-teaser.editorial-blue, .editorial-teaser.editorial-green, .editorial-teaser.editorial-grey {
  padding: 60px 18px 36px;
}
@media screen and (min-width: 1024px) {
  .editorial-teaser.editorial-yellow, .editorial-teaser.editorial-red, .editorial-teaser.editorial-blue, .editorial-teaser.editorial-green, .editorial-teaser.editorial-grey {
    padding: 60px 24px 36px;
  }
}
@media screen and (min-width: 1280px) {
  .editorial-teaser.editorial-yellow, .editorial-teaser.editorial-red, .editorial-teaser.editorial-blue, .editorial-teaser.editorial-green, .editorial-teaser.editorial-grey {
    padding: 80px 40px 48px;
  }
}
@media screen and (min-width: 768px) {
  .editorial-teaser.small-editorial-teaser:not(.editorial-image) {
    padding: 60px 30px 36px;
  }
}
@media screen and (min-width: 1280px) {
  .editorial-teaser.small-editorial-teaser:not(.editorial-image) {
    padding: 80px 40px 48px;
  }
}
.editorial-teaser.editorial-type-klappentext .image-wrapper {
  max-width: 142px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 50px;
}
@media screen and (min-width: 1280px) {
  .editorial-teaser.editorial-type-klappentext .image-wrapper {
    margin-bottom: 60px;
  }
}
.editorial-teaser.editorial-type-klappentext .image-wrapper img {
  border-radius: 8px;
  box-shadow: 0px 12px 18px rgba(0, 0, 0, 0.1), 0px 24px 34px rgba(0, 0, 0, 0.08);
}
.editorial-teaser.editorial-type-klappentext h3 {
  font-family: "Mercury Text G4", helvetica, arial, sans-serif;
  margin-bottom: 40px;
}
.editorial-teaser.editorial-type-kuratiert {
  display: -ms-grid;
  display: grid;
  grid-row-gap: 32px;
  row-gap: 32px;
}
.editorial-teaser.editorial-type-kuratiert .image-wrapper {
  padding: 20px;
  background-color: #f1f1f1;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  height: 340px;
}
@media screen and (min-width: 1280px) {
  .editorial-teaser.editorial-type-kuratiert .image-wrapper {
    padding: 24px;
    height: 448px;
  }
}
.editorial-teaser.editorial-type-kuratiert .image-wrapper img {
  max-height: 300px;
  width: auto;
}
@media screen and (min-width: 1280px) {
  .editorial-teaser.editorial-type-kuratiert .image-wrapper img {
    max-height: 400px;
  }
}
.editorial-teaser.editorial-type-kuratiert .content-wrapper {
  margin-top: 0;
}
.editorial-teaser.editorial-type-kuratiert .content-wrapper .title {
  margin-bottom: 0;
}
.editorial-teaser .test {
  color: white;
}
.editorial-teaser .speech-bubble {
  margin-bottom: 48px;
}
.editorial-teaser .content-wrapper {
  text-align: center;
}
.editorial-teaser .category {
  margin-bottom: 40px;
}
.editorial-teaser h3 {
  font-size: 22px;
  font-weight: bold;
  line-height: 28px;
  margin-bottom: 0;
}
@media screen and (min-width: 1280px) {
  .editorial-teaser h3 {
    font-size: 24px;
    line-height: 30px;
  }
}
.editorial-teaser .intro-text {
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 36px;
  color: rgba(0, 0, 0, 0.7);
}
@media screen and (min-width: 1280px) {
  .editorial-teaser .intro-text {
    font-size: 21px;
    line-height: 30px;
    margin-bottom: 40px;
  }
}
.editorial-teaser .date {
  font-family: "Avenir Next LT Pro", helvetica, arial, sans-serif;
  font-size: 14px;
  font-weight: bold;
  line-height: 21px;
  margin-bottom: 0;
  color: rgba(0, 0, 0, 0.8);
}
@media screen and (min-width: 1280px) {
  .editorial-teaser .date {
    font-size: 16px;
    line-height: 22px;
  }
}
.editorial-teaser .author {
  font-size: 16px;
  line-height: 21px;
  color: rgba(0, 0, 0, 0.55);
}
@media screen and (min-width: 1280px) {
  .editorial-teaser .author {
    font-size: 18px;
    line-height: 24px;
  }
}

.action-circle {
  width: 54px;
  height: 54px;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  border-radius: 50%;
  border: 1px solid rgba(0, 0, 0, 0.4);
  font-size: 16px;
}
.action-circle.active {
  background-color: #000;
  color: #fff;
}

[type=text],
[type=email],
[type=password],
[type=tel],
textarea,
.select2-container--default .select2-selection--single {
  border: none;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0;
  width: 100%;
  --ph: 20px;
  padding-left: var(--ph);
  padding-right: var(--ph);
  font-size: 17px;
  letter-spacing: 0.2px;
  color: #000;
  background-color: rgba(0, 0, 0, 0.04);
  border: 1px solid transparent;
  transition-property: border-color;
  transition-duration: 0.3s;
  transition-timing-function: ease;
}
@media screen and (min-width: 1024px) {
  [type=text],
[type=email],
[type=password],
[type=tel],
textarea,
.select2-container--default .select2-selection--single {
    font-size: calc( 			17px + ( 					19 - 17 				) * (100vw - 1024px) / (1280 - 1024) 		);
  }
}
@media screen and (min-width: 1280px) {
  [type=text],
[type=email],
[type=password],
[type=tel],
textarea,
.select2-container--default .select2-selection--single {
    font-size: 19px;
  }
}
[type=text]::-webkit-input-placeholder,
[type=email]::-webkit-input-placeholder,
[type=password]::-webkit-input-placeholder,
[type=tel]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
.select2-container--default .select2-selection--single::-webkit-input-placeholder {
  opacity: 1;
  color: rgba(18, 18, 18, 0.5);
  -webkit-transition-property: color;
  transition-property: color;
  transition-duration: 0.3s;
  transition-timing-function: ease;
}
[type=text]::-moz-placeholder,
[type=email]::-moz-placeholder,
[type=password]::-moz-placeholder,
[type=tel]::-moz-placeholder,
textarea::-moz-placeholder,
.select2-container--default .select2-selection--single::-moz-placeholder {
  opacity: 1;
  color: rgba(18, 18, 18, 0.5);
  -moz-transition-property: color;
  transition-property: color;
  transition-duration: 0.3s;
  transition-timing-function: ease;
}
[type=text]:-moz-placeholder,
[type=email]:-moz-placeholder,
[type=password]:-moz-placeholder,
[type=tel]:-moz-placeholder,
textarea:-moz-placeholder,
.select2-container--default .select2-selection--single:-moz-placeholder {
  opacity: 1;
  color: rgba(18, 18, 18, 0.5);
  -moz-transition-property: color;
  transition-property: color;
  transition-duration: 0.3s;
  transition-timing-function: ease;
}
[type=text]:-ms-input-placeholder,
[type=email]:-ms-input-placeholder,
[type=password]:-ms-input-placeholder,
[type=tel]:-ms-input-placeholder,
textarea:-ms-input-placeholder,
.select2-container--default .select2-selection--single:-ms-input-placeholder {
  opacity: 1;
  color: rgba(18, 18, 18, 0.5);
  -ms-transition-property: color;
  transition-property: color;
  transition-duration: 0.3s;
  transition-timing-function: ease;
}
[type=text]:focus, [type=text]:hover,
[type=email]:focus,
[type=email]:hover,
[type=password]:focus,
[type=password]:hover,
[type=tel]:focus,
[type=tel]:hover,
textarea:focus,
textarea:hover,
.select2-container--default .select2-selection--single:focus,
.select2-container--default .select2-selection--single:hover {
  border-color: rgba(0, 0, 0, 0.35);
}
[type=text]:focus::-webkit-input-placeholder, [type=text]:hover::-webkit-input-placeholder,
[type=email]:focus::-webkit-input-placeholder,
[type=email]:hover::-webkit-input-placeholder,
[type=password]:focus::-webkit-input-placeholder,
[type=password]:hover::-webkit-input-placeholder,
[type=tel]:focus::-webkit-input-placeholder,
[type=tel]:hover::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder,
textarea:hover::-webkit-input-placeholder,
.select2-container--default .select2-selection--single:focus::-webkit-input-placeholder,
.select2-container--default .select2-selection--single:hover::-webkit-input-placeholder {
  color: rgba(18, 18, 18, 0.7);
}
[type=text]:focus::-moz-placeholder, [type=text]:hover::-moz-placeholder,
[type=email]:focus::-moz-placeholder,
[type=email]:hover::-moz-placeholder,
[type=password]:focus::-moz-placeholder,
[type=password]:hover::-moz-placeholder,
[type=tel]:focus::-moz-placeholder,
[type=tel]:hover::-moz-placeholder,
textarea:focus::-moz-placeholder,
textarea:hover::-moz-placeholder,
.select2-container--default .select2-selection--single:focus::-moz-placeholder,
.select2-container--default .select2-selection--single:hover::-moz-placeholder {
  color: rgba(18, 18, 18, 0.7);
}
[type=text]:focus:-moz-placeholder, [type=text]:hover:-moz-placeholder,
[type=email]:focus:-moz-placeholder,
[type=email]:hover:-moz-placeholder,
[type=password]:focus:-moz-placeholder,
[type=password]:hover:-moz-placeholder,
[type=tel]:focus:-moz-placeholder,
[type=tel]:hover:-moz-placeholder,
textarea:focus:-moz-placeholder,
textarea:hover:-moz-placeholder,
.select2-container--default .select2-selection--single:focus:-moz-placeholder,
.select2-container--default .select2-selection--single:hover:-moz-placeholder {
  color: rgba(18, 18, 18, 0.7);
}
[type=text]:focus:-ms-input-placeholder, [type=text]:hover:-ms-input-placeholder,
[type=email]:focus:-ms-input-placeholder,
[type=email]:hover:-ms-input-placeholder,
[type=password]:focus:-ms-input-placeholder,
[type=password]:hover:-ms-input-placeholder,
[type=tel]:focus:-ms-input-placeholder,
[type=tel]:hover:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder,
textarea:hover:-ms-input-placeholder,
.select2-container--default .select2-selection--single:focus:-ms-input-placeholder,
.select2-container--default .select2-selection--single:hover:-ms-input-placeholder {
  color: rgba(18, 18, 18, 0.7);
}
[type=text].invalid, [type=text].wpcf7-not-valid, .woocommerce-invalid-required-field [type=text],
[type=email].invalid,
[type=email].wpcf7-not-valid,
.woocommerce-invalid-required-field [type=email],
[type=password].invalid,
[type=password].wpcf7-not-valid,
.woocommerce-invalid-required-field [type=password],
[type=tel].invalid,
[type=tel].wpcf7-not-valid,
.woocommerce-invalid-required-field [type=tel],
textarea.invalid,
textarea.wpcf7-not-valid,
.woocommerce-invalid-required-field textarea,
.select2-container--default .select2-selection--single.invalid,
.select2-container--default .select2-selection--single.wpcf7-not-valid,
.woocommerce-invalid-required-field .select2-container--default .select2-selection--single {
  padding-right: 40px;
  color: #cb2c27;
  background: url(images/alert.36d7dd7d.svg) calc(100% - 14px) 14px no-repeat rgba(222, 0, 27, 0.06);
}

[type=text],
[type=email],
[type=password],
[type=tel],
.select2-container--default .select2-selection--single {
  height: 50px;
  line-height: 48px;
}
@media screen and (min-width: 1024px) {
  [type=text],
[type=email],
[type=password],
[type=tel],
.select2-container--default .select2-selection--single {
    height: calc( 			50px + ( 					54 - 50 				) * (100vw - 1024px) / (1280 - 1024) 		);
  }
}
@media screen and (min-width: 1280px) {
  [type=text],
[type=email],
[type=password],
[type=tel],
.select2-container--default .select2-selection--single {
    height: 54px;
  }
}
@media screen and (min-width: 1024px) {
  [type=text],
[type=email],
[type=password],
[type=tel],
.select2-container--default .select2-selection--single {
    line-height: calc( 			48px + ( 					52 - 48 				) * (100vw - 1024px) / (1280 - 1024) 		);
  }
}
@media screen and (min-width: 1280px) {
  [type=text],
[type=email],
[type=password],
[type=tel],
.select2-container--default .select2-selection--single {
    line-height: 52px;
  }
}

.select2-container--default {
  display: block;
  width: 100% !important;
}
.select2-container--default .select2-selection--single {
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
          justify-content: space-between;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: inherit;
  line-height: inherit;
  padding: 0;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  position: static;
  width: auto;
  height: auto;
  margin-left: 10px;
  pointer-events: none;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
  display: none;
}
.select2-container--default .select2-selection--single .select2-selection__arrow:before {
  content: "";
  display: inline-block;
  font-size: 12px;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow:before {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.select2-container--open .select2-dropdown--below {
  border-radius: 0;
  border: none;
  box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.08), 0px 16px 40px rgba(0, 0, 0, 0.06);
}
.select2-container--open .select2-dropdown--below .select2-search--dropdown {
  padding: 10px;
  border: none;
}
.select2-container--open .select2-dropdown--below .select2-search--dropdown input {
  border: none;
  padding-left: 10px;
  padding-right: 10px;
}
.select2-container--open .select2-dropdown--below .select2-results__option {
  padding-left: 20px;
  padding-right: 20px;
  font-size: 17px;
  line-height: 20px;
}
@media screen and (min-width: 1024px) {
  .select2-container--open .select2-dropdown--below .select2-results__option {
    font-size: calc( 			17px + ( 					19 - 17 				) * (100vw - 1024px) / (1280 - 1024) 		);
  }
}
@media screen and (min-width: 1280px) {
  .select2-container--open .select2-dropdown--below .select2-results__option {
    font-size: 19px;
  }
}
@media screen and (min-width: 1024px) {
  .select2-container--open .select2-dropdown--below .select2-results__option {
    line-height: calc( 			20px + ( 					22 - 20 				) * (100vw - 1024px) / (1280 - 1024) 		);
  }
}
@media screen and (min-width: 1280px) {
  .select2-container--open .select2-dropdown--below .select2-results__option {
    line-height: 22px;
  }
}
.select2-container--open .select2-dropdown--below .select2-results__option--highlighted[aria-selected],
.select2-container--open .select2-dropdown--below .select2-results__option--highlighted[data-selected] {
  background-color: #015b63;
}

textarea {
  --pv: 15px;
  padding-top: var(--pv);
  padding-bottom: var(--pv);
  min-height: 200px;
  line-height: 20px;
}
@media screen and (min-width: 1024px) {
  textarea {
    --pv: calc( 			15px + ( 					16 - 15 				) * (100vw - 1024px) / (1280 - 1024) 		);
  }
}
@media screen and (min-width: 1280px) {
  textarea {
    --pv: 16px;
  }
}
@media screen and (min-width: 1024px) {
  textarea {
    line-height: calc( 			20px + ( 					22 - 20 				) * (100vw - 1024px) / (1280 - 1024) 		);
  }
}
@media screen and (min-width: 1280px) {
  textarea {
    line-height: 22px;
  }
}

[type=radio], [type=radio]:checked,
[type=checkbox],
[type=checkbox]:checked {
  position: absolute;
  opacity: 0;
}
[type=radio] + *, [type=radio]:checked + *,
[type=checkbox] + *,
[type=checkbox]:checked + * {
  position: relative;
  padding-left: 42px;
  display: inline-block;
  cursor: pointer;
}
[type=radio] + *:before, [type=radio]:checked + *:before,
[type=checkbox] + *:before,
[type=checkbox]:checked + *:before {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  width: 22px;
  height: 22px;
  display: inline-block;
  border: 2px solid #000;
  transition: all 0.2s ease;
}
[type=radio] + *:after, [type=radio]:checked + *:after,
[type=checkbox] + *:after,
[type=checkbox]:checked + *:after {
  content: "";
  position: absolute;
  transition: all 0.2s ease;
}
[type=radio] + *:after,
[type=checkbox] + *:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}
[type=radio]:focus + *:before,
[type=checkbox]:focus + *:before {
  border: 2px solid rgba(0, 0, 0, 0.25);
}
[type=radio]:checked + *:before,
[type=checkbox]:checked + *:before {
  border: 2px solid #000;
  background-color: transparent;
}
[type=radio]:checked + *:after,
[type=checkbox]:checked + *:after {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}

@-moz-document url-prefix() {
  [type=radio]:-moz-ui-invalid:-moz-focusring + *:before,
[type=checkbox]:-moz-ui-invalid:-moz-focusring + *:before {
    border-color: #ff4d4d;
  }
}
[type=radio] + *:before, [type=radio]:checked + *:before {
  border-radius: 50%;
}
[type=radio] + *:after, [type=radio]:checked + *:after {
  width: 10px;
  height: 10px;
  background: #000;
  top: 10px;
  left: 8px;
  border-radius: 50%;
}

[type=checkbox] + *:after, [type=checkbox]:checked + *:after {
  border-width: 3px;
  border-style: none solid solid none;
  border-color: #000;
  top: 13px;
  left: 13px;
  width: 5px;
  height: 10px;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}

.field {
  margin-bottom: 12px;
}
.field-group {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-columns: var(--columns, 1fr);
  grid-template-columns: var(--columns, 1fr);
  grid-gap: 0 16px;
  gap: 0 16px;
}
.field-group.columns-1 {
  --columns: 1fr;
}
.field-group.columns-2 {
  --columns: 1fr;
}
@media screen and (min-width: 1024px) {
  .field-group.columns-2 {
    --columns: 1fr 1fr;
  }
}
@media screen and (min-width: 1024px) {
  .field {
    margin-bottom: calc( 			12px + ( 					16 - 12 				) * (100vw - 1024px) / (1280 - 1024) 		);
  }
}
@media screen and (min-width: 1280px) {
  .field {
    margin-bottom: 16px;
  }
}
.field.last {
  margin-bottom: 0;
}

.wpcf7 form .wpcf7-response-output {
  padding: 1em;
  margin-left: 0;
  margin-right: 0;
}

.newsletters .form-group {
  margin-bottom: 20px;
}

.general-slider-wrapper {
  padding-top: 60px;
}
@media screen and (max-width: 767px) {
  .general-slider-wrapper {
    display: block;
  }
}
@media screen and (min-width: 768px) {
  .general-slider-wrapper {
    padding-top: 152px;
  }
}
@media screen and (min-width: 1280px) {
  .general-slider-wrapper {
    padding-top: 222px;
  }
}
@media screen and (min-width: 768px) {
  .general-slider-wrapper > *:first-child {
    -ms-grid-column: 1;
    -ms-grid-column-span: 4;
    grid-column: 1/span 4;
  }
}
@media screen and (min-width: 1024px) {
  .general-slider-wrapper > *:first-child {
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
    grid-column: 1/span 3;
  }
}
@media screen and (min-width: 768px) {
  .general-slider-wrapper > *:last-child {
    -ms-grid-column: 6;
    -ms-grid-column-span: 7;
    grid-column: 6/span 7;
  }
}
@media screen and (min-width: 1024px) {
  .general-slider-wrapper > *:last-child {
    -ms-grid-column: 4;
    -ms-grid-column-span: 9;
    grid-column: 4/span 9;
  }
}
.general-slider-wrapper .general-slider {
  margin-right: -30px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .general-slider-wrapper .general-slider {
    margin-right: -50px;
  }
}
@media screen and (min-width: 1280px) {
  .general-slider-wrapper .general-slider {
    margin-right: -80px;
  }
}

.glide .glide__arrows {
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-align-items: flex-end;
     -moz-box-align: end;
          align-items: flex-end;
  bottom: calc(100% + 40px);
  margin-bottom: 24px;
}
@media screen and (min-width: 768px) {
  .glide .glide__arrows {
    right: 50px;
    position: absolute;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1280px) {
  .glide .glide__arrows {
    right: 80px;
  }
}
.glide .glide__arrows .glide__arrow {
  font-size: 12px;
  width: 50px;
  height: 50px;
  margin-right: 8px;
  position: relative;
}
.glide .glide__arrows .glide__arrow i {
  display: block;
  -webkit-transform: translateY(2px);
          transform: translateY(2px);
}
.glide .glide__arrows .glide__arrow:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 1px solid #000;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  transition-duration: 0.3s;
  transition-timing-function: ease;
}
.glide .glide__arrows .glide__arrow:hover:before {
  -webkit-transform: scale(0.95);
          transform: scale(0.95);
}
@media screen and (min-width: 768px) {
  .glide .glide__arrows .glide__arrow {
    margin-right: auto;
    margin-left: 8px;
  }
}
@media screen and (min-width: 1280px) {
  .glide .glide__arrows .glide__arrow {
    width: 54px;
    height: 54px;
  }
}

.linked-products {
  list-style-type: none;
  padding: 0;
  margin: 0;
  margin-bottom: 96px;
}
@media screen and (min-width: 1280px) {
  .linked-products {
    margin-bottom: 0;
    position: absolute;
    grid-column: -4/span 3;
    -ms-grid-row: 2;
    grid-row: 2;
    width: 100%;
  }
}
.linked-products .product {
  text-align: center;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
          flex-direction: column;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
}
.linked-products .product .product-image {
  margin-left: auto;
  margin-right: auto;
  max-width: 113px;
  margin-bottom: 24px;
}
@media screen and (min-width: 1280px) {
  .linked-products .product .product-image {
    max-width: 124px;
  }
}
.linked-products .product .product-image img {
  box-shadow: 0px 14px 32px rgba(0, 0, 0, 0.25);
  border-radius: 6px;
}
.linked-products .product .product-meta {
  margin-bottom: 16px;
}
.linked-products .product .product-meta .woocommerce-loop-product__title {
  margin-bottom: 0;
}
.linked-products .product .product-meta .price {
  color: rgba(0, 0, 0, 0.55);
}
.linked-products .product .add_to_cart_button i {
  font-size: 20px;
  margin-right: 5px;
  display: inline-block;
  -webkit-transform: translateY(3px);
          transform: translateY(3px);
}
@media screen and (min-width: 1280px) {
  .linked-products .product .add_to_cart_button i {
    margin-right: 10px;
  }
}

.modal-login .inner-wrapper,
.modal-login .fields {
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
          flex-direction: column;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
}
.modal-login h2 {
  margin-bottom: 24px;
}
.modal-login .fields {
  width: 100%;
  margin-bottom: 32px;
}
.modal-login .fields > *:not(:last-child) {
  margin-bottom: 16px;
}
.modal-login input {
  max-width: 420px;
  margin-bottom: 16px;
}
.modal-login .button {
  margin-bottom: 12px;
}
.modal-login .trigger-newsletter-modal,
.modal-login .subscriptions-link {
  text-decoration: underline;
}
.modal-login .close {
  right: 19px;
  top: 19px;
  font-size: 23px;
  position: absolute;
  display: block;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  color: rgba(0, 0, 0, 0.55);
}
@media screen and (min-width: 1280px) {
  .modal-login .close {
    right: 33px;
    top: 33px;
    font-size: 31px;
  }
}

.modal-newsletter .close {
  right: 19px;
  top: 19px;
  font-size: 23px;
  position: absolute;
  display: block;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  color: rgba(0, 0, 0, 0.55);
}
@media screen and (min-width: 1280px) {
  .modal-newsletter .close {
    right: 33px;
    top: 33px;
    font-size: 31px;
  }
}
.modal-newsletter .inner-wrapper {
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
          flex-direction: column;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  text-align: center;
}
.modal-newsletter .inner-wrapper > * {
  width: 100%;
  max-width: 656px;
  margin-left: auto;
  margin-right: auto;
}
.modal-newsletter .newsletters .btn.disabled,
.modal-newsletter .newsletters .btn:disabled {
  opacity: 1;
}
.modal-newsletter h2 {
  margin-bottom: 24px;
}

#session-newsletter-modal .general-modal-inner {
  background-color: #e0f1f2;
}
@media screen and (min-width: 768px) {
  #session-newsletter-modal h2 {
    font-size: 42px;
    line-height: 50px;
    font-weight: 600;
  }
}
@media screen and (min-width: 768px) {
  #session-newsletter-modal h5 {
    font-size: 18px;
    line-height: 22px;
    font-weight: 600;
  }
}

.newsletters-form-wrapper {
  text-align: center;
}

#mc4wp-form-1 > .alert.alert-danger,
.module-newsletter > .alert.alert-danger,
.newsletters-form-wrapper > .alert.alert-danger {
  display: none;
}
#mc4wp-form-1 .newsletters-subscribe-form,
.module-newsletter .newsletters-subscribe-form,
.newsletters-form-wrapper .newsletters-subscribe-form {
  width: 100%;
  margin-bottom: 16px;
}
#mc4wp-form-1 input.form-control,
.module-newsletter input.form-control,
.newsletters-form-wrapper input.form-control {
  margin-bottom: 16px;
  height: 50px;
  line-height: 48px;
  border: none;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0;
  width: 100%;
  --ph: 20px;
  padding-left: var(--ph);
  padding-right: var(--ph);
  font-size: 17px;
  letter-spacing: 0.2px;
  color: #000;
  background-color: rgba(0, 0, 0, 0.04) !important;
  border: 1px solid transparent;
  transition-property: border-color;
  transition-duration: 0.3s;
  transition-timing-function: ease;
}
@media screen and (min-width: 1024px) {
  #mc4wp-form-1 input.form-control,
.module-newsletter input.form-control,
.newsletters-form-wrapper input.form-control {
    height: calc( 			50px + ( 					54 - 50 				) * (100vw - 1024px) / (1280 - 1024) 		);
  }
}
@media screen and (min-width: 1280px) {
  #mc4wp-form-1 input.form-control,
.module-newsletter input.form-control,
.newsletters-form-wrapper input.form-control {
    height: 54px;
  }
}
@media screen and (min-width: 1024px) {
  #mc4wp-form-1 input.form-control,
.module-newsletter input.form-control,
.newsletters-form-wrapper input.form-control {
    line-height: calc( 			48px + ( 					52 - 48 				) * (100vw - 1024px) / (1280 - 1024) 		);
  }
}
@media screen and (min-width: 1280px) {
  #mc4wp-form-1 input.form-control,
.module-newsletter input.form-control,
.newsletters-form-wrapper input.form-control {
    line-height: 52px;
  }
}
@media screen and (min-width: 1024px) {
  #mc4wp-form-1 input.form-control,
.module-newsletter input.form-control,
.newsletters-form-wrapper input.form-control {
    font-size: calc( 			17px + ( 					19 - 17 				) * (100vw - 1024px) / (1280 - 1024) 		);
  }
}
@media screen and (min-width: 1280px) {
  #mc4wp-form-1 input.form-control,
.module-newsletter input.form-control,
.newsletters-form-wrapper input.form-control {
    font-size: 19px;
  }
}
#mc4wp-form-1 input.form-control::-webkit-input-placeholder,
.module-newsletter input.form-control::-webkit-input-placeholder,
.newsletters-form-wrapper input.form-control::-webkit-input-placeholder {
  opacity: 1;
  color: rgba(18, 18, 18, 0.5);
  -webkit-transition-property: color;
  transition-property: color;
  transition-duration: 0.3s;
  transition-timing-function: ease;
}
#mc4wp-form-1 input.form-control::-moz-placeholder,
.module-newsletter input.form-control::-moz-placeholder,
.newsletters-form-wrapper input.form-control::-moz-placeholder {
  opacity: 1;
  color: rgba(18, 18, 18, 0.5);
  -moz-transition-property: color;
  transition-property: color;
  transition-duration: 0.3s;
  transition-timing-function: ease;
}
#mc4wp-form-1 input.form-control:-moz-placeholder,
.module-newsletter input.form-control:-moz-placeholder,
.newsletters-form-wrapper input.form-control:-moz-placeholder {
  opacity: 1;
  color: rgba(18, 18, 18, 0.5);
  -moz-transition-property: color;
  transition-property: color;
  transition-duration: 0.3s;
  transition-timing-function: ease;
}
#mc4wp-form-1 input.form-control:-ms-input-placeholder,
.module-newsletter input.form-control:-ms-input-placeholder,
.newsletters-form-wrapper input.form-control:-ms-input-placeholder {
  opacity: 1;
  color: rgba(18, 18, 18, 0.5);
  -ms-transition-property: color;
  transition-property: color;
  transition-duration: 0.3s;
  transition-timing-function: ease;
}
#mc4wp-form-1 input.form-control:focus, #mc4wp-form-1 input.form-control:hover,
.module-newsletter input.form-control:focus,
.module-newsletter input.form-control:hover,
.newsletters-form-wrapper input.form-control:focus,
.newsletters-form-wrapper input.form-control:hover {
  border-color: rgba(0, 0, 0, 0.35);
}
#mc4wp-form-1 input.form-control:focus::-webkit-input-placeholder, #mc4wp-form-1 input.form-control:hover::-webkit-input-placeholder,
.module-newsletter input.form-control:focus::-webkit-input-placeholder,
.module-newsletter input.form-control:hover::-webkit-input-placeholder,
.newsletters-form-wrapper input.form-control:focus::-webkit-input-placeholder,
.newsletters-form-wrapper input.form-control:hover::-webkit-input-placeholder {
  color: rgba(18, 18, 18, 0.7);
}
#mc4wp-form-1 input.form-control:focus::-moz-placeholder, #mc4wp-form-1 input.form-control:hover::-moz-placeholder,
.module-newsletter input.form-control:focus::-moz-placeholder,
.module-newsletter input.form-control:hover::-moz-placeholder,
.newsletters-form-wrapper input.form-control:focus::-moz-placeholder,
.newsletters-form-wrapper input.form-control:hover::-moz-placeholder {
  color: rgba(18, 18, 18, 0.7);
}
#mc4wp-form-1 input.form-control:focus:-moz-placeholder, #mc4wp-form-1 input.form-control:hover:-moz-placeholder,
.module-newsletter input.form-control:focus:-moz-placeholder,
.module-newsletter input.form-control:hover:-moz-placeholder,
.newsletters-form-wrapper input.form-control:focus:-moz-placeholder,
.newsletters-form-wrapper input.form-control:hover:-moz-placeholder {
  color: rgba(18, 18, 18, 0.7);
}
#mc4wp-form-1 input.form-control:focus:-ms-input-placeholder, #mc4wp-form-1 input.form-control:hover:-ms-input-placeholder,
.module-newsletter input.form-control:focus:-ms-input-placeholder,
.module-newsletter input.form-control:hover:-ms-input-placeholder,
.newsletters-form-wrapper input.form-control:focus:-ms-input-placeholder,
.newsletters-form-wrapper input.form-control:hover:-ms-input-placeholder {
  color: rgba(18, 18, 18, 0.7);
}
#mc4wp-form-1 label[for],
.module-newsletter label[for],
.newsletters-form-wrapper label[for] {
  display: none;
}
#mc4wp-form-1 .radio input + *,
#mc4wp-form-1 .checkbox input + *,
.module-newsletter .radio input + *,
.module-newsletter .checkbox input + *,
.newsletters-form-wrapper .radio input + *,
.newsletters-form-wrapper .checkbox input + * {
  padding-top: 4px;
  font-size: 16px;
  line-height: 21px;
}
@media screen and (min-width: 1024px) {
  #mc4wp-form-1 .radio input + *,
#mc4wp-form-1 .checkbox input + *,
.module-newsletter .radio input + *,
.module-newsletter .checkbox input + *,
.newsletters-form-wrapper .radio input + *,
.newsletters-form-wrapper .checkbox input + * {
    font-size: calc( 			16px + ( 					19 - 16 				) * (100vw - 1024px) / (1280 - 1024) 		);
  }
}
@media screen and (min-width: 1280px) {
  #mc4wp-form-1 .radio input + *,
#mc4wp-form-1 .checkbox input + *,
.module-newsletter .radio input + *,
.module-newsletter .checkbox input + *,
.newsletters-form-wrapper .radio input + *,
.newsletters-form-wrapper .checkbox input + * {
    font-size: 19px;
  }
}
@media screen and (min-width: 1024px) {
  #mc4wp-form-1 .radio input + *,
#mc4wp-form-1 .checkbox input + *,
.module-newsletter .radio input + *,
.module-newsletter .checkbox input + *,
.newsletters-form-wrapper .radio input + *,
.newsletters-form-wrapper .checkbox input + * {
    line-height: calc( 			21px + ( 					22 - 21 				) * (100vw - 1024px) / (1280 - 1024) 		);
  }
}
@media screen and (min-width: 1280px) {
  #mc4wp-form-1 .radio input + *,
#mc4wp-form-1 .checkbox input + *,
.module-newsletter .radio input + *,
.module-newsletter .checkbox input + *,
.newsletters-form-wrapper .radio input + *,
.newsletters-form-wrapper .checkbox input + * {
    line-height: 22px;
  }
}
#mc4wp-form-1 .radio input + *:before, #mc4wp-form-1 .radio input + *:after,
#mc4wp-form-1 .checkbox input + *:before,
#mc4wp-form-1 .checkbox input + *:after,
.module-newsletter .radio input + *:before,
.module-newsletter .radio input + *:after,
.module-newsletter .checkbox input + *:before,
.module-newsletter .checkbox input + *:after,
.newsletters-form-wrapper .radio input + *:before,
.newsletters-form-wrapper .radio input + *:after,
.newsletters-form-wrapper .checkbox input + *:before,
.newsletters-form-wrapper .checkbox input + *:after {
  -moz-box-sizing: content-box;
       box-sizing: content-box;
}
#mc4wp-form-1 .radio [type=radio]:focus + *:before,
#mc4wp-form-1 .radio [type=checkbox]:focus + *:before,
#mc4wp-form-1 .checkbox [type=radio]:focus + *:before,
#mc4wp-form-1 .checkbox [type=checkbox]:focus + *:before,
.module-newsletter .radio [type=radio]:focus + *:before,
.module-newsletter .radio [type=checkbox]:focus + *:before,
.module-newsletter .checkbox [type=radio]:focus + *:before,
.module-newsletter .checkbox [type=checkbox]:focus + *:before,
.newsletters-form-wrapper .radio [type=radio]:focus + *:before,
.newsletters-form-wrapper .radio [type=checkbox]:focus + *:before,
.newsletters-form-wrapper .checkbox [type=radio]:focus + *:before,
.newsletters-form-wrapper .checkbox [type=checkbox]:focus + *:before {
  border-color: #000;
}
#mc4wp-form-1 .radio,
.module-newsletter .radio,
.newsletters-form-wrapper .radio {
  display: inline;
  margin: 0 16px;
}
#mc4wp-form-1 .checkbox,
.module-newsletter .checkbox,
.newsletters-form-wrapper .checkbox {
  max-width: 420px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 26px;
  text-align: left;
  color: rgba(0, 0, 0, 0.7);
}
#mc4wp-form-1 input[type=submit],
#mc4wp-form-1 .newsletters-button[type=submit],
.module-newsletter input[type=submit],
.module-newsletter .newsletters-button[type=submit],
.newsletters-form-wrapper input[type=submit],
.newsletters-form-wrapper .newsletters-button[type=submit] {
  display: inline-block;
  padding: 17px 40px 15px;
  border: none !important;
  border-radius: 0 !important;
  font-family: "Avenir Next LT Pro", helvetica, arial, sans-serif;
  letter-spacing: 0.2px;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  background-color: transparent !important;
}
@media screen and (min-width: 1280px) {
  #mc4wp-form-1 input[type=submit],
#mc4wp-form-1 .newsletters-button[type=submit],
.module-newsletter input[type=submit],
.module-newsletter .newsletters-button[type=submit],
.newsletters-form-wrapper input[type=submit],
.newsletters-form-wrapper .newsletters-button[type=submit] {
    font-size: 16px;
    line-height: 22px;
  }
}
#mc4wp-form-1 input[type=submit], #mc4wp-form-1 input[type=submit]:hover,
#mc4wp-form-1 .newsletters-button[type=submit],
#mc4wp-form-1 .newsletters-button[type=submit]:hover,
.module-newsletter input[type=submit],
.module-newsletter input[type=submit]:hover,
.module-newsletter .newsletters-button[type=submit],
.module-newsletter .newsletters-button[type=submit]:hover,
.newsletters-form-wrapper input[type=submit],
.newsletters-form-wrapper input[type=submit]:hover,
.newsletters-form-wrapper .newsletters-button[type=submit],
.newsletters-form-wrapper .newsletters-button[type=submit]:hover {
  color: #121212;
}
#mc4wp-form-1 input[type=submit] .newsletters-loading-wrapper,
#mc4wp-form-1 .newsletters-button[type=submit] .newsletters-loading-wrapper,
.module-newsletter input[type=submit] .newsletters-loading-wrapper,
.module-newsletter .newsletters-button[type=submit] .newsletters-loading-wrapper,
.newsletters-form-wrapper input[type=submit] .newsletters-loading-wrapper,
.newsletters-form-wrapper .newsletters-button[type=submit] .newsletters-loading-wrapper {
  display: none !important;
}

.pagination {
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
}
.pagination .page-numbers {
  width: 48px;
  height: 48px;
  margin: 0 3px;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
}
@media screen and (min-width: 1280px) {
  .pagination .page-numbers {
    width: 54px;
    height: 54px;
    margin: 0 6px;
  }
}
.pagination .page-numbers:not(.current):not(.next):not(.prev) {
  opacity: 0.4;
}
.pagination .page-numbers.current, .pagination .page-numbers.next, .pagination .page-numbers.prev {
  border-radius: 50%;
  border: 1.5px solid #000;
}
.pagination .page-numbers.next, .pagination .page-numbers.prev {
  font-size: 12px;
}
.pagination .page-numbers.next {
  margin-left: 9px;
  border: 0;
}
@media screen and (min-width: 1280px) {
  .pagination .page-numbers.next {
    margin-left: 26px;
    border: 1.5px solid #000;
  }
}
.pagination .page-numbers.prev {
  margin-right: 9px;
  border: 0;
}
@media screen and (min-width: 1280px) {
  .pagination .page-numbers.prev {
    border: 1.5px solid #000;
    margin-right: 26px;
  }
}

.restricted-content-modal {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 2;
}
.restricted-content-modal::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: calc(100% + 120px);
  background: linear-gradient(180deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
  opacity: 0.2;
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
  z-index: -1;
}
.restricted-content-modal .inner {
  margin: 0 -30px;
  background-color: #f1f1f1;
  box-shadow: 0px 24px 60px rgba(0, 0, 0, 0.12);
  border-radius: 24px 24px 0px 0px;
}
@media screen and (min-width: 768px) {
  .restricted-content-modal .inner {
    margin: 0 -24px;
  }
}
.restricted-content-modal .content {
  width: 100%;
  max-width: 840px;
  margin: 0 auto;
  padding: 48px 24px;
  text-align: center;
}
.restricted-content-modal .content h2 {
  margin-bottom: 16px;
}
.restricted-content-modal .content .button {
  margin-bottom: 12px;
}
.restricted-content-modal .content a:not([class]),
.restricted-content-modal .content button {
  text-decoration: underline;
}
.restricted-content-modal .content > *:last-child {
  margin-bottom: 0;
}
.restricted-content-modal .featured-product {
  padding: 24px 24px 48px;
  background-color: #015b63;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
          flex-direction: column;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .restricted-content-modal .featured-product {
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
            flex-direction: row;
    padding: 24px 80px 32px;
  }
}
.restricted-content-modal .featured-product .info {
  -ms-grid-row-align: center;
      align-self: center;
  -webkit-flex-grow: 1;
     -moz-box-flex: 1;
          flex-grow: 1;
  margin-bottom: 32px;
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto auto auto;
  grid-template-rows: auto auto auto;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .restricted-content-modal .featured-product .info {
    -ms-grid-columns: 1fr auto;
    grid-template-columns: 1fr auto;
            grid-template-areas: "title price" "title price-details";
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
    margin-bottom: 0;
    text-align: left;
  }
}
.restricted-content-modal .featured-product .info h3 {
  font-family: "Mercury Text G4", helvetica, arial, sans-serif;
  font-weight: normal;
  color: inherit;
}
@media screen and (min-width: 768px) {
  .restricted-content-modal .featured-product .info h3 {
    grid-area: title;
    margin-bottom: 0;
  }
}
.restricted-content-modal .featured-product .info .price, .restricted-content-modal .featured-product .info .price-details {
  font-family: "Avenir Next LT Pro", helvetica, arial, sans-serif;
}
.restricted-content-modal .featured-product .info .price {
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .restricted-content-modal .featured-product .info .price {
    grid-area: price;
    -ms-grid-column-align: end;
        justify-self: end;
  }
}
.restricted-content-modal .featured-product .info .price-details {
  font-weight: 500;
  opacity: 0.75;
  -ms-grid-row: 3;
  grid-row: 3;
}
@media screen and (min-width: 768px) {
  .restricted-content-modal .featured-product .info .price-details {
    grid-area: price-details;
    -ms-grid-column-align: end;
        justify-self: end;
  }
}
@media screen and (min-width: 768px){
  .restricted-content-modal .featured-product .info h3 {-ms-grid-row: 1;-ms-grid-row-span: 2;-ms-grid-column: 1;
  }
  .restricted-content-modal .featured-product .info .price {-ms-grid-row: 1;-ms-grid-column: 2;
  }
  .restricted-content-modal .featured-product .info .price-details {-ms-grid-row: 2;-ms-grid-column: 2;
  }}
@media screen and (min-width: 768px){
  .restricted-content-modal .featured-product .info h3 {-ms-grid-row: 1;-ms-grid-row-span: 2;-ms-grid-column: 1;
  }
  .restricted-content-modal .featured-product .info .price {-ms-grid-row: 1;-ms-grid-column: 2;
  }
  .restricted-content-modal .featured-product .info .price-details {-ms-grid-row: 2;-ms-grid-column: 2;
  }}
.restricted-content-modal .featured-product .subscription-details {
  display: none;
}
.restricted-content-modal .featured-product .button {
  -webkit-align-self: center;
              -ms-grid-row-align: center;
          align-self: center;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  -webkit-align-content: center;
          align-content: center;
}
.restricted-content-modal .featured-product .button i {
  font-size: 22px;
  margin-right: 6px;
}
@media screen and (min-width: 1024px) {
  .restricted-content-modal .featured-product .button i {
    margin-right: calc( 			6px + ( 					10 - 6 				) * (100vw - 1024px) / (1280 - 1024) 		);
  }
}
@media screen and (min-width: 1280px) {
  .restricted-content-modal .featured-product .button i {
    margin-right: 10px;
  }
}
@media screen and (min-width: 768px) {
  .restricted-content-modal .featured-product .button {
    margin-left: 40px;
  }
}

.search-form {
  padding: 16px;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  background-color: rgba(0, 0, 0, 0.04);
}
@media screen and (min-width: 768px) {
  .search-form {
    -ms-grid-column: 1;
    -ms-grid-column-span: 12;
    grid-column: 1/span 12;
  }
}
@media screen and (min-width: 1024px) {
  .search-form {
    -ms-grid-column: 2;
    -ms-grid-column-span: 10;
    grid-column: 2/span 10;
    padding: 30px;
  }
}
.search-form .search-icon {
  margin-right: 16px;
  font-size: 24px;
}
@media screen and (min-width: 1024px) {
  .search-form .search-icon {
    font-size: 33px;
  }
}
.search-form input[type=text] {
  width: 100%;
  background-color: transparent;
  outline: none;
  border: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  color: #121212;
  text-indent: 7px;
}
@media screen and (max-width: 1023px) {
  .search-form input[type=text] {
    font-size: 28px;
    line-height: 32px;
  }
}
@media screen and (min-width: 1280px) {
  .search-form input[type=text] {
    height: 65px;
  }
}
.search-form input[type=text]::-webkit-input-placeholder {
  color: rgba(18, 18, 18, 0.2);
}
.search-form input[type=text]::-moz-placeholder {
  color: rgba(18, 18, 18, 0.2);
}
.search-form input[type=text]:-ms-input-placeholder {
  color: rgba(18, 18, 18, 0.2);
}
.search-form input[type=text]::placeholder {
  color: rgba(18, 18, 18, 0.2);
}
.search-form .button {
  display: none;
  background-color: transparent;
  border-radius: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
@media screen and (min-width: 1024px) {
  .search-form .button {
    display: inline-block;
  }
}

.search-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #f1f1f1;
  transition-property: opacity;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  z-index: 10;
  opacity: 1;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
}
.search-overlay.hide-search {
  opacity: 0;
  pointer-events: none;
}
.search-overlay .close-search {
  position: absolute;
  text-align: center;
  font-size: 17px;
  border-radius: 50%;
  border: 1px solid #000;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 50px;
  height: 50px;
  top: 18px;
  right: 18px;
}
@media screen and (min-width: 768px) {
  .search-overlay .close-search {
    top: 48px;
    right: 64px;
    width: 54px;
    height: 54px;
  }
}

.modal-share {
  text-align: center;
}
.modal-share .share-links {
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
}
.modal-share .share-links .social-button-wrapper {
  margin: 5px;
}
.modal-share .share-links .social-button-wrapper a {
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  border-radius: 50%;
  border: 1px solid rgba(0, 0, 0, 0.4);
  width: 54px;
  height: 54px;
}
.modal-share .copy-link-text {
  margin: 11px 0;
  opacity: 0;
  transition: opacity 300ms ease-in-out;
  color: #717171;
}
.modal-share .copy-link-text.show {
  opacity: 1;
}
.modal-share hr.devider-line {
  margin-top: 0;
}
.modal-share .modal-page-tile {
  margin-bottom: 8px;
}
.modal-share .modal-title {
  margin-bottom: 0;
}
.modal-share .devider-line {
  margin-top: 48px;
  margin-bottom: 27px;
}
.modal-share .inner-wrapper {
  max-width: 524px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .modal-share .general-modal-inner {
    padding: 48px 24px;
    -webkit-transform: translate(0);
            transform: translate(0);
    left: 12px;
    width: calc(100% - 24px);
    top: auto;
    bottom: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
}
.modal-share .copy-link {
  cursor: pointer;
}
.modal-share .copy-link:active {
  background-color: #f1f1f1;
}
.modal-share .copy-link .post-url {
  display: none;
}
.modal-share .close {
  right: 19px;
  top: 19px;
  font-size: 23px;
  position: absolute;
  display: block;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  color: rgba(0, 0, 0, 0.55);
}
@media screen and (min-width: 1280px) {
  .modal-share .close {
    right: 33px;
    top: 33px;
    font-size: 31px;
  }
}

.quantity-input-wrapper {
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: inline-flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-align-self: center;
              -ms-grid-row-align: center;
          align-self: center;
}
.quantity-input-wrapper input::-webkit-outer-spin-button,
.quantity-input-wrapper input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.quantity-input-wrapper button,
.quantity-input-wrapper input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
  border: none;
  height: 54px;
  width: 56px;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  color: #121212;
  background: rgba(0, 0, 0, 0.04);
  font-family: "Avenir Next LT Pro", helvetica, arial, sans-serif;
  font-size: 16px;
  line-height: 21px;
}
@media screen and (max-width: 1023px) {
  .quantity-input-wrapper button,
.quantity-input-wrapper input {
    width: 35px;
  }
}
@media screen and (min-width: 1280px) {
  .quantity-input-wrapper button,
.quantity-input-wrapper input {
    font-size: 18px;
    line-height: 22px;
  }
}
.quantity-input-wrapper button {
  font-size: 24px;
}
.quantity-input-wrapper input {
  -webkit-appearance: textfield;
     -moz-appearance: textfield;
          appearance: textfield;
  text-align: center;
  font-weight: 600;
}

.content-section.accordion {
  border: 1px solid rgba(0, 0, 0, 0.25);
  padding: 30px 30px 36px 30px;
}
@media screen and (min-width: 768px) {
  .content-section.accordion {
    -ms-grid-column: 3;
    -ms-grid-column-span: 8;
    grid-column: 3/span 8;
  }
}
@media screen and (min-width: 1280px) {
  .content-section.accordion {
    -ms-grid-column: 4;
    -ms-grid-column-span: 6;
    grid-column: 4/span 6;
    padding: 40px 48px;
  }
}
.content-section.accordion.sand {
  border: none;
  background: #f3efe7;
}
.content-section.accordion.grey {
  border: none;
  background: #f1f1f1;
}
.content-section.accordion.green {
  border: none;
  background: #badfe3;
}
.content-section.accordion .accordion-title {
  outline: none;
}
.content-section.accordion .accordion-title .ac-trigger {
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
          justify-content: space-between;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  font-family: "Mercury Text G4", helvetica, arial, sans-serif;
  font-weight: 400;
}
.content-section.accordion .accordion-title .ac-trigger:after {
  display: none;
}
.content-section.accordion .accordion-title .details-label {
  font-family: "Avenir Next LT Pro", helvetica, arial, sans-serif;
}
.content-section.accordion .accordion-title .details-label .icon {
  font-size: 14px;
  vertical-align: middle;
}
@media screen and (max-width: 1279px) {
  .content-section.accordion .accordion-title .details-label .label {
    display: none;
  }
}
.content-section.accordion .accordion-title .icon {
  margin-left: 8px;
  display: inline-block;
}
.content-section.accordion .is-active .icon {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.content-section.accordion .accordion-description-content {
  padding-top: 24px;
  color: rgba(0, 0, 0, 0.7);
}
.content-section.accordion .accordion-description-content a {
  color: #121212;
}
.content-section.accordion .accordion-description-content *:last-child {
  margin-bottom: 0;
}
.content-section.accordion .ac {
  margin: 0;
  border: 0;
  background-color: transparent;
}
.content-section.accordion .ac .ac-trigger {
  padding: 0;
  outline: none;
  border: none;
}
.content-section.accordion .ac .ac-trigger:hover, .content-section.accordion .ac .ac-trigger:focus, .content-section.accordion .ac .ac-trigger {
  color: #121212;
}

.content-section.banner,
.module-banner {
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  position: relative;
  padding-top: 32px;
  padding-bottom: 32px;
}
@media screen and (min-width: 1280px) {
  .content-section.banner,
.module-banner {
    padding-top: 64px;
    padding-bottom: 64px;
  }
}
.content-section.banner:before,
.module-banner:before {
  content: "";
  position: absolute;
  width: 100vw;
  height: 100%;
  left: 50%;
  top: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: #f1f1f1;
}
.content-section.banner img,
.module-banner img {
  display: block;
}

.content-section.banner {
  margin-bottom: 32px;
}
@media screen and (min-width: 1280px) {
  .content-section.banner {
    margin-bottom: 64px;
  }
}

.module-banner {
  margin-bottom: 64px;
}
@media screen and (min-width: 1280px) {
  .module-banner {
    margin-bottom: 128px;
  }
}

@media screen and (min-width: 768px) {
  .content-section.content {
    -ms-grid-column: 3;
    -ms-grid-column-span: 8;
    grid-column: 3/span 8;
  }
}
@media screen and (min-width: 1280px) {
  .content-section.content {
    -ms-grid-column: 4;
    -ms-grid-column-span: 6;
    grid-column: 4/span 6;
  }
}
@media screen and (min-width: 1280px) {
  .content-section.content > * {
    margin-bottom: 32px;
  }
}
.content-section.content > *:last-child {
  margin-bottom: 0;
}
.content-section.content h2 {
  margin-bottom: 12px;
  font-weight: 600;
}
.content-section.content h3 {
  margin-bottom: 8px;
}
.content-section.content h4 {
  margin-bottom: 0;
}
.content-section.content a {
  color: #015b63;
  text-decoration: underline;
}
.content-section.content a:visited {
  color: #717171;
}

@media screen and (max-width: 991px) {
  .content-section.content.prev-quote {
    margin-bottom: 24px;
    margin-bottom: var(--p-mb);
  }
}
.content-section {
  margin-bottom: 64px;
}

@media screen and (min-width: 768px) {
  .content-section.two-columns-content {
    -ms-grid-column: 3;
    -ms-grid-column-span: 8;
    grid-column: 3/span 8;
  }
}
@media screen and (min-width: 1280px) {
  .content-section.two-columns-content {
    -ms-grid-column: 4;
    -ms-grid-column-span: 6;
    grid-column: 4/span 6;
  }
}
.content-section.two-columns-content h2 {
  font-weight: 600;
}
@media screen and (min-width: 1280px) {
  .content-section.two-columns-content .column > * {
    margin-bottom: 32px;
  }
}
.content-section.two-columns-content .column > *:last-child {
  margin-bottom: 0;
}

.content-section.download {
  margin-bottom: 36px;
}
@media screen and (min-width: 1280px) {
  .content-section.download {
    margin-bottom: 48px;
  }
}
.content-section.download .download {
  background-color: #f1f1f1;
  margin-bottom: 4px;
  padding: 18px;
}
@media screen and (min-width: 768px) {
  .content-section.download .download {
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (min-width: 1280px) {
  .content-section.download .download {
    padding: 24px;
  }
}
.content-section.download .download .info {
  margin-right: 32px;
  margin-bottom: 24px;
}
@media screen and (min-width: 768px) {
  .content-section.download .download .info {
    margin-bottom: 0;
  }
}
.content-section.download .download .info-title {
  margin-bottom: 0;
}
.content-section.download .download .info-size {
  color: rgba(0, 0, 0, 0.55);
}
.content-section.download .download .icon {
  margin-right: 8px;
  font-size: 22px;
}
.content-section.download .download .button {
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
}
@media screen and (min-width: 768px) {
  .content-section.download {
    -ms-grid-column: 3;
    -ms-grid-column-span: 8;
    grid-column: 3/span 8;
  }
}
@media screen and (min-width: 1280px) {
  .content-section.download {
    -ms-grid-column: 4;
    -ms-grid-column-span: 6;
    grid-column: 4/span 6;
  }
}

.content-section.image {
  min-width: 0;
}
.content-section.image img {
  display: block;
}
.content-section.image .caption {
  margin-bottom: 0;
  margin-top: 24px;
  text-align: center;
  color: rgba(0, 0, 0, 0.7);
}
.content-section.image.image-full .image-wrapper {
  position: relative;
  width: 100vw;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.content-section.image.image-full .image-wrapper img {
  margin: 0 auto;
}
.content-section.image.image-wide {
  margin-left: -30px;
  margin-right: -30px;
}
@media screen and (min-width: 768px) {
  .content-section.image.image-wide {
    margin-left: 0;
    margin-right: 0;
    -ms-grid-column: 2;
    -ms-grid-column-span: 10;
    grid-column: 2/span 10;
  }
}
@media screen and (min-width: 1280px) {
  .content-section.image.image-wide {
    -ms-grid-column: 1;
    -ms-grid-column-span: 12;
    grid-column: 1/span 12;
  }
}
.content-section.image.image-wide img {
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .content-section.image.image-full {
    -ms-grid-column: 1;
    -ms-grid-column-span: 12;
    grid-column: 1/span 12;
  }
}
@media screen and (min-width: 768px) {
  .content-section.image.image-narrow {
    -ms-grid-column: 3;
    -ms-grid-column-span: 8;
    grid-column: 3/span 8;
  }
}
@media screen and (min-width: 1280px) {
  .content-section.image.image-narrow {
    -ms-grid-column: 4;
    -ms-grid-column-span: 6;
    grid-column: 4/span 6;
  }
}

@media screen and (min-width: 768px) {
  .content-section.inline-article {
    -ms-grid-column: 3;
    -ms-grid-column-span: 8;
    grid-column: 3/span 8;
  }
}
@media screen and (min-width: 1280px) {
  .content-section.inline-article {
    -ms-grid-column: 4;
    -ms-grid-column-span: 6;
    grid-column: 4/span 6;
  }
}
.content-section.inline-article.sand .article {
  border: none;
  background: #f3efe7;
}
.content-section.inline-article.grey .article {
  border: none;
  background: #f1f1f1;
}
.content-section.inline-article.green .article {
  border: none;
  background: #badfe3;
}
.content-section.inline-article .article {
  display: -ms-grid;
  display: grid;
  border: 1px solid rgba(0, 0, 0, 0.25);
  padding: 12px 40px 12px 12px;
  -ms-grid-columns: 182px auto 48px;
  grid-template-columns: 182px auto 48px;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  grid-row-gap: 12px;
  row-gap: 12px;
}
@media screen and (max-width: 639px) {
  .content-section.inline-article .article {
    padding: 18px 24px 18px 24px;
    -ms-grid-columns: 182px auto 34px;
    grid-template-columns: 182px auto 34px;
  }
}
.content-section.inline-article .article.no-image {
  -ms-grid-columns: auto 48px;
  grid-template-columns: auto 48px;
}
@media screen and (max-width: 979px) {
  .content-section.inline-article .article img {
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
    grid-column: 1/span 3;
  }
}
@media screen and (max-width: 767px) {
  .content-section.inline-article .article img {
    grid-column: auto;
  }
}
@media screen and (max-width: 639px) {
  .content-section.inline-article .article img {
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
    grid-column: 1/span 3;
    width: 96px;
  }
}
.content-section.inline-article .article .content {
  padding-right: 24px;
}
@media screen and (max-width: 979px) {
  .content-section.inline-article .article .content {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1/span 2;
  }
}
@media screen and (max-width: 767px) {
  .content-section.inline-article .article .content {
    grid-column: auto;
  }
}
@media screen and (max-width: 639px) {
  .content-section.inline-article .article .content {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1/span 2;
  }
}
.content-section.inline-article .article h5 {
  font-size: 18px;
  line-height: 22px;
  color: #121212;
  margin-bottom: 0;
}
@media screen and (max-width: 639px) {
  .content-section.inline-article .article h5 {
    font-size: 16px;
    line-height: 21px;
  }
}
.content-section.inline-article .article p {
  font-size: 18px;
  line-height: 24px;
  color: rgba(0, 0, 0, 0.55);
  margin-bottom: 16px;
}
@media screen and (max-width: 639px) {
  .content-section.inline-article .article p {
    font-size: 16px;
    line-height: 21px;
  }
}
.content-section.inline-article .article .date {
  color: #121212;
  font-family: "Avenir Next LT Pro", helvetica, arial, sans-serif;
  line-height: 14px;
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 4px;
}
.content-section.inline-article .article .author {
  color: rgba(0, 0, 0, 0.55);
  font-size: 15px;
  line-height: 18px;
}
.content-section.inline-article .article .arrow-wrapper {
  padding: 27px 0 27px 24px;
  border-left: 1px solid rgba(0, 0, 0, 0.15);
}
@media screen and (max-width: 979px) {
  .content-section.inline-article .article .arrow-wrapper {
    -ms-grid-column: 3;
    -ms-grid-column-span: 1;
    grid-column: 3/span 1;
  }
}
@media screen and (max-width: 767px) {
  .content-section.inline-article .article .arrow-wrapper {
    grid-column: auto;
  }
}
@media screen and (max-width: 639px) {
  .content-section.inline-article .article .arrow-wrapper {
    -ms-grid-column: 3;
    -ms-grid-column-span: 1;
    grid-column: 3/span 1;
    padding-left: 10px;
  }
}
.content-section.inline-article .article .arrow-wrapper svg {
  display: block;
}

.content-section.quote {
  padding-left: 24px;
  border-left: 1px solid #25637d;
}
@media screen and (min-width: 768px) {
  .content-section.quote {
    -ms-grid-column: 3;
    -ms-grid-column-span: 8;
    grid-column: 3/span 8;
  }
}
@media screen and (min-width: 1024px) {
  .content-section.quote {
    padding-right: 36px;
    padding-left: 0;
    border-left: 0;
    border-right: 1px solid #25637d;
    -ms-grid-column: 1;
    -ms-grid-column-span: 5;
    grid-column: 1/span 5;
  }
}
@media screen and (min-width: 1280px) {
  .content-section.quote {
    padding-right: 48px;
    -ms-grid-column: 2;
    -ms-grid-column-span: 4;
    grid-column: 2/span 4;
  }
}
@media screen and (min-width: 1024px) {
  .content-section.quote + .content {
    -ms-grid-column: 6;
    -ms-grid-column-span: 5;
    grid-column: 6/span 5;
  }
}
@media screen and (min-width: 1280px) {
  .content-section.quote + .content {
    -ms-grid-column: 6;
    -ms-grid-column-span: 4;
    grid-column: 6/span 4;
  }
}
.content-section.quote blockquote {
  margin: 0;
  font-size: 24px;
  line-height: 30px;
  font-weight: 600;
  font-style: normal;
  text-align: left;
  font-family: "Mercury Text G4", helvetica, arial, sans-serif;
}
@media screen and (min-width: 1024px) {
  .content-section.quote blockquote {
    text-align: right;
  }
}
@media screen and (min-width: 1280px) {
  .content-section.quote blockquote {
    font-size: 32px;
    line-height: 40px;
  }
}
.content-section.quote cite {
  font-size: 16px;
  line-height: 21px;
  font-style: normal;
  letter-spacing: 0.25px;
  display: block;
  color: rgba(0, 0, 0, 0.7);
  font-family: "Avenir Next LT Pro", helvetica, arial, sans-serif;
  font-weight: normal;
  margin-top: 9px;
}
@media screen and (min-width: 1280px) {
  .content-section.quote cite {
    margin-top: 12px;
    font-size: 18px;
    line-height: 22px;
  }
}

.editorial-header.header-gdl .editorial-image {
  text-align: center;
  margin-top: 32px;
}
@media screen and (min-width: 768px) {
  .editorial-header.header-gdl .editorial-image {
    -ms-grid-column: 3;
    -ms-grid-column-span: 8;
    grid-column: 3/span 8;
  }
}
.editorial-header.header-gdl .editorial-category {
  margin-top: 24px;
}
@media screen and (min-width: 1280px) {
  .editorial-header.header-gdl .editorial-category {
    margin-top: 32px;
  }
}

.editorial-header.header-herzkammer .editorial-image {
  text-align: center;
  margin-top: 32px;
}
@media screen and (min-width: 768px) {
  .editorial-header.header-herzkammer .editorial-image {
    -ms-grid-column: 3;
    -ms-grid-column-span: 8;
    grid-column: 3/span 8;
  }
}
.editorial-header.header-herzkammer .editorial-category {
  margin-top: 24px;
}
@media screen and (min-width: 1280px) {
  .editorial-header.header-herzkammer .editorial-category {
    margin-top: 32px;
  }
}

.editorial-header.header-kuratiert .editorial-image {
  text-align: center;
  margin-top: 42px;
}
@media screen and (min-width: 768px) {
  .editorial-header.header-kuratiert .editorial-image {
    -ms-grid-column: 5;
    -ms-grid-column-span: 4;
    grid-column: 5/span 4;
  }
}
@media screen and (min-width: 1280px) {
  .editorial-header.header-kuratiert .editorial-image {
    margin-top: 72px;
  }
}
.editorial-header.header-kuratiert + .editorial-body .author-credits {
  display: none;
}
.editorial-header.header-kuratiert + .editorial-body .floating-icons {
  -ms-grid-row: 1;
  grid-row: 1;
}
.editorial-header.header-kuratiert + .editorial-body {
  padding-top: 34px;
}
.editorial-header.header-kuratiert + .editorial-body.has-bookmark-message .floating-icons + .content-section {
  -ms-grid-row: 2;
  grid-row: 2;
}
@media screen and (max-width: 1279px) {
  .editorial-header.header-kuratiert + .editorial-body.has-bookmark-message .floating-icons {
    -ms-grid-row: 2;
    grid-row: 2;
  }
  .editorial-header.header-kuratiert + .editorial-body.has-bookmark-message .floating-icons + .content-section {
    -ms-grid-row: 3;
    grid-row: 3;
  }
}

.editorial-header.header-proust .editorial-image {
  text-align: center;
  margin-top: 50px;
}
@media screen and (min-width: 768px) {
  .editorial-header.header-proust .editorial-image {
    -ms-grid-column: 3;
    -ms-grid-column-span: 8;
    grid-column: 3/span 8;
  }
}
.editorial-header.header-proust .editorial-category {
  margin-top: 32px;
}
.editorial-header.header-proust + .editorial-body .author-credits {
  margin-bottom: 48px;
}

#newsletters-3-form-wrapper form {
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
}
#newsletters-3-form-wrapper .form-group {
  width: 100%;
}
@media all and (min-width: 768px) {
  #newsletters-3-form-wrapper .form-group:nth-of-type(2),
#newsletters-3-form-wrapper .form-group:nth-of-type(3) {
    width: 100% !important;
  }
  #newsletters-3-form-wrapper .form-group:nth-of-type(3),
#newsletters-3-form-wrapper .form-group:nth-of-type(2) {
    margin-right: 1rem;
  }
}
#newsletters-3-form-wrapper .form-group:nth-of-type(4) {
  margin-bottom: 0;
}
#newsletters-3-form-wrapper input {
  margin-bottom: 0;
}
#newsletters-3-form-wrapper .has-error input {
  margin-bottom: 16px;
}
#newsletters-3-form-wrapper .row {
  margin-left: 0;
  margin-right: 0;
}

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