/*
Theme Name: DSC Original Content
Theme URI: https://github.com/postlight/dsc-mel
Author: Postlight
Author URI: https://postlight.com
Description: Test Desc
*/
/*! normalize.css v8.0.0 | 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.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}
/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}
/**
 * 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;
          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 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}
/**
 * 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"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}
/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}
/**
 * Remove the inner padding 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;
}
@font-face {
  font-family: AvenirNext;
  src: url(./assets/fonts/avenir-regular.woff2) format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: AvenirNext;
  src: url(./assets/fonts/avenir-medium.woff2) format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: AvenirNext;
  src: url(./assets/fonts/avenir-bold.woff2) format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: PrumoSlab;
  src: url(./assets/fonts/prumo-slab-medium.woff2) format("woff2"), url(./assets/fonts/prumo-slab-medium.woff) format("woff"), url(./assets/fonts/prumo-slab-medium.ttf) format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap; }
.container {
  width: calc(100% - 20px);
  max-width: 1044px;
  padding-right: 10px;
  padding-left: 10px;
  margin-right: auto;
  margin-left: auto; }
@media screen and (min-width: 48em) {
    .container {
      width: calc(100% - 48px); } }
.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -10px;
  margin-left: -10px; }
.col-auto, .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12 {
  position: relative;
  width: 100%;
  min-width: 8.33333%;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px; }
@media screen and (min-width: 64em) {
  .col-auto {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -ms-flex-positive: 1;
        flex-grow: 1;
    max-width: 100%; }
  .col-order-first {
    -ms-flex-order: -1;
        order: -1; }
  .col-order-last {
    -ms-flex-order: 13;
        order: 13; }
  .col-1 {
    -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-offset-1 {
    margin-left: 8.33333%; }
  .col-order-1 {
    -ms-flex-order: 0;
        order: 0; }
  .col-2 {
    -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-offset-2 {
    margin-left: 16.66667%; }
  .col-order-2 {
    -ms-flex-order: 1;
        order: 1; }
  .col-3 {
    -ms-flex: 0 0 25%;
        flex: 0 0 25%;
    max-width: 25%; }
  .col-offset-3 {
    margin-left: 25%; }
  .col-order-3 {
    -ms-flex-order: 2;
        order: 2; }
  .col-4 {
    -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-offset-4 {
    margin-left: 33.33333%; }
  .col-order-4 {
    -ms-flex-order: 3;
        order: 3; }
  .col-5 {
    -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-offset-5 {
    margin-left: 41.66667%; }
  .col-order-5 {
    -ms-flex-order: 4;
        order: 4; }
  .col-6 {
    -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    max-width: 50%; }
  .col-offset-6 {
    margin-left: 50%; }
  .col-order-6 {
    -ms-flex-order: 5;
        order: 5; }
  .col-7 {
    -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-offset-7 {
    margin-left: 58.33333%; }
  .col-order-7 {
    -ms-flex-order: 6;
        order: 6; }
  .col-8 {
    -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-offset-8 {
    margin-left: 66.66667%; }
  .col-order-8 {
    -ms-flex-order: 7;
        order: 7; }
  .col-9 {
    -ms-flex: 0 0 75%;
        flex: 0 0 75%;
    max-width: 75%; }
  .col-offset-9 {
    margin-left: 75%; }
  .col-order-9 {
    -ms-flex-order: 8;
        order: 8; }
  .col-10 {
    -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-offset-10 {
    margin-left: 83.33333%; }
  .col-order-10 {
    -ms-flex-order: 9;
        order: 9; }
  .col-11 {
    -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-offset-11 {
    margin-left: 91.66667%; }
  .col-order-11 {
    -ms-flex-order: 10;
        order: 10; }
  .col-12 {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    max-width: 100%; }
  .col-offset-12 {
    margin-left: 100%; }
  .col-order-12 {
    -ms-flex-order: 11;
        order: 11; } }
html {
  height: 100%; }
body {
  min-height: 100%;
  height: auto; }
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
img,
svg {
  max-width: 100%;
  height: auto; }
input[type="email"], input[type="number"], input[type="search"], input[type="tel"], input[type="url"] {
  -webkit-appearance: none;
  border-radius: 0; }
body {
  background-color: #FFFFFF;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column; }
@media screen and (min-width: 64em) {
    body {
      overflow-x: hidden; } }
body.menu-open {
    overflow-x: hidden; }
body:not(.single-post) {
  background-color: #F9F7F6; }
.site {
  position: relative;
  background: inherit;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s; }
.site.open {
    -webkit-transform: translate3d(275px, 0, 0);
            transform: translate3d(275px, 0, 0); }
@media screen and (min-width: 62em) {
      .site.open {
        -webkit-transform: translate3d(335px, 0, 0);
                transform: translate3d(335px, 0, 0); } }
.site,
.site-content-contain {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex: 1;
      flex: 1; }
.site-content-contain {
  background: inherit; }
.site-content {
  background: inherit;
  -ms-flex: 1;
      flex: 1;
  margin: 28px 0; }
@media screen and (min-width: 62em) {
    .site-content {
      margin: 40px 0; } }
.hidden {
  display: none !important; }
.visible {
  display: block !important; }
@media (min-width: 0em) and (max-width: 35.9375em) {
  .hidden-xs {
    display: none !important; }
  .visible-xs {
    display: block !important; } }
@media (min-width: 36em) and (max-width: 47.9375em) {
  .hidden-sm {
    display: none !important; }
  .visible-sm {
    display: block !important; } }
@media (min-width: 48em) and (max-width: 61.9375em) {
  .hidden-md {
    display: none !important; }
  .visible-md {
    display: block !important; } }
@media (min-width: 62em) and (max-width: 63.9375em) {
  .hidden-lg {
    display: none !important; }
  .visible-lg {
    display: block !important; } }
@media (min-width: 64em) {
  .hidden-xl {
    display: none !important; }
  .visible-xl {
    display: block !important; } }
@media screen and (min-width: 64em) {
  .hidden-with_grid {
    display: none !important; }
  .visible-with_grid {
    display: block !important; } }
@media (min-width: 0em) and (max-width: 63.9375em) {
  .hidden-without_grid {
    display: none !important; }
  .visible-without_grid {
    display: block !important; } }
.text-hide {
  font-size: 1rem;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  overflow: hidden; }
.clearfix:after {
  content: "";
  display: table;
  clear: both; }
.responsive-embed {
  margin: 0; }
.responsive-embed iframe {
    width: 100%;
    max-width: 100%; }
.responsive-embed.video {
    position: relative;
    display: block;
    width: 100%;
    padding: 56.25% 0 0 0;
    overflow: hidden; }
.responsive-embed.video iframe {
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 100%;
      border: 0; }
.instagram-media-rendered {
  max-width: 100% !important;
  margin: 0 auto !important; }
.twitter-tweet.twitter-tweet-rendered {
  margin: 0 auto !important; }
.sidebar .widget + .widget {
  margin-top: 40px; }
.sidebar .widget + .widget .section-title {
    margin-top: -0.5rem; }
@media screen and (min-width: 64em) {
  .sidebar .follow-widget:last-child {
    position: -webkit-sticky;
    position: sticky;
    top: 92px;
    margin-bottom: 89px; }
    body.logged-in.admin-bar .sidebar .follow-widget:last-child {
      top: 124px; } }
@media screen and (min-width: 62em) {
  .sidebar .follow-widget:last-child {
    top: 156px; }
    body.logged-in.admin-bar .sidebar .follow-widget:last-child {
      top: 188px; } }
.site-header {
  background-color: #FCFBFA;
  padding: 1px 0;
  position: -webkit-sticky;
  position: sticky;
  z-index: 99999;
  top: 0px;
  width: 100%; }
@media (min-width: 601px) and (max-width: 782px) {
    body.logged-in.admin-bar .site-header {
      top: 46px !important; } }
@media screen and (min-width: 783px) {
    body.logged-in.admin-bar .site-header {
      top: 32px !important; } }
.site-header a {
    text-decoration: none;
    line-height: 50px;
    color: inherit; }
.site-header .site-logo {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-positive: 0;
        flex-grow: 0; }
.site-header .header-main-item {
    -ms-flex-positive: 1;
        flex-grow: 1;
    -ms-flex: 1;
        flex: 1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center; }
.site-header .header-menu-item {
    -ms-flex: 1;
        flex: 1;
    list-style: none; }
.site-header .header-container {
    width: 100%;
    -webkit-box-shadow: inset 0 -1px 0 0 #F0EAE7;
            box-shadow: inset 0 -1px 0 0 #F0EAE7; }
.site-header .dsc-text {
    margin-top: -2px; }
.site-header .menu-items-left,
  .site-header .menu-items-right {
    -ms-flex-positive: 1;
        flex-grow: 1;
    display: -ms-flexbox;
    display: flex; }
.site-header .menu-items-left a,
    .site-header .menu-items-right a {
      display: none; }
.site-header .menu-items-left {
    -ms-flex-pack: end;
        justify-content: flex-end; }
.site-header .menu-items-left a {
      margin-right: 40px; }
.site-header .menu-items-right {
    -ms-flex-pack: start;
        justify-content: flex-start; }
.site-header .menu-items-right a {
      margin-left: 40px; }
.site-header .header-top-container {
    display: none;
    height: 36px; }
.site-header .header-menu-container {
    font-family: "AvenirNext", "Arial Narrow", sans-serif;
    font-size: 0.75rem;
    font-weight: 500;
    line-height: 1.5;
    text-transform: uppercase;
    color: #372F2A;
    display: -ms-flexbox;
    display: flex; }
.site-header .menu-items-container {
    display: -ms-flexbox;
    display: flex; }
.site-header .logotype-minimal {
    display: block;
    width: 175px;
    height: 32px;
    margin: 10px 0; }
.site-header .logo-icon {
    display: none;
    width: 50px;
    height: 50px;
    margin: 0 auto; }
.site-header .right-box,
  .site-header .right-box-icon {
    vertical-align: middle;
    display: inline-block; }
.site-header .right-box-text {
    display: none;
    margin-right: 5px; }
.site-header .right-box-icon svg {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    width: auto;
    height: 100%;
    top: -3px;
    right: -4px; }
@media screen and (min-width: 48em) {
    .site-header .right-box-text {
      display: inline-block; } }
@media screen and (min-width: 62em) {
    .site-header .site-logo {
      max-width: 50px; }
    .site-header .header-menu-container {
      padding-top: 15px;
      padding-bottom: 15px; }
    .site-header .header-top-container {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
      -ms-flex-pack: justify;
          justify-content: space-between; }
    .site-header .menu-items-right a,
    .site-header .menu-items-left a {
      display: block; }
    .site-header .logotype-minimal {
      display: none; }
    .site-header .logo-icon {
      display: block; } }
.site-footer {
  background-color: #252424;
  position: relative;
  padding-top: 30px;
  padding-bottom: 40px; }
.site-footer a {
    text-decoration: none;
    color: inherit; }
.site-footer .language-box {
    width: auto;
    height: 40px;
    border-radius: 5px;
    background-color: #141414;
    margin-top: 5px;
    margin-bottom: 25px;
    padding: 10px 10px 32px 10px; }
.site-footer .language-box svg {
      vertical-align: middle;
      width: 27px;
      height: auto; }
.site-footer .language-box-text {
    font-family: "AvenirNext", "Arial Narrow", sans-serif;
    font-size: 0.75rem;
    font-weight: normal;
    text-transform: none;
    line-height: 1;
    color: #9B9B9B;
    margin-left: 8px; }
.site-footer .logo-icon {
    display: none;
    width: 60px;
    height: 60px; }
.site-footer .logo-icon g {
      fill: #5A5A5A; }
.site-footer .icon-bbb {
    margin-left: 10px; }
.site-footer .icons-chairmans-seal-bbb {
    margin-top: 20px;
    -ms-flex-order: 2;
        order: 2; }
.site-footer .icons-chairmans-seal-bbb svg {
      width: auto;
      height: 34px; }
.site-footer .accepted-payments {
    text-transform: none;
    letter-spacing: 0.4px; }
.site-footer .top-container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: center;
        align-items: center; }
.site-footer .footer-links {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-positive: 1;
        flex-grow: 1; }
.site-footer .links-column {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    margin: auto;
    list-style: none; }
.site-footer .links-column li:not(:last-child) {
      margin-bottom: 20px;
      margin-right: 20px; }
.site-footer .copyright-container {
    margin-top: 20px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: center;
        align-items: center; }
.site-footer .copyright {
    font-family: "AvenirNext", "Arial Narrow", sans-serif;
    font-size: 0.5625rem;
    font-weight: normal;
    text-transform: uppercase;
    letter-spacing: 0.125rem;
    line-height: 2.5;
    color: #9B9B9B;
    margin-top: 20px;
    -ms-flex-order: 3;
        order: 3;
    -ms-flex-positive: 1;
        flex-grow: 1; }
.site-footer .second-line {
    text-align: center; }
.site-footer .payments-block {
    text-align: right;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: center;
        align-items: center; }
.site-footer .payment-methods {
    margin-top: 8px; }
.site-footer .payment-methods svg {
      border-radius: 3px;
      width: auto;
      height: 24px; }
.site-footer .payment-methods svg:not(:first-child) {
        margin-left: 4px; }
.site-footer .social-media {
    -ms-flex-order: 1;
        order: 1;
    margin-top: 5px; }
.site-footer .social-media svg {
      width: auto;
      height: 27px; }
.site-footer .social-media svg g {
        fill: #5A5A5A; }
.site-footer .social-media svg path {
        fill: #5A5A5A; }
.site-footer .social-media svg:hover g {
        fill: #FFFFFF; }
.site-footer .social-media svg:hover path {
        fill: #FFFFFF; }
.site-footer .social-media svg:not(:first-child) {
        margin-left: 10px; }
.site-footer .footer-container {
    font-family: "AvenirNext", "Arial Narrow", sans-serif;
    font-size: 0.8125rem;
    font-weight: normal;
    text-transform: uppercase;
    line-height: 1.54;
    color: #9B9B9B;
    width: 100%; }
@media screen and (min-width: 48em) {
    .site-footer {
      padding-bottom: 50px; }
      .site-footer .first-line {
        float: left;
        margin-right: 3px; }
      .site-footer .second-line {
        float: left; } }
@media screen and (min-width: 62em) {
    .site-footer {
      padding-top: 40px; }
      .site-footer .top-container {
        -ms-flex-align: start;
            align-items: flex-start; }
      .site-footer .copyright {
        margin: auto 12px; }
      .site-footer .icons-chairmans-seal-bbb {
        margin-top: 0px; }
      .site-footer .logo-icon {
        display: block; }
      .site-footer .copyright-container {
        -ms-flex-direction: row;
            flex-direction: row;
        margin-top: 30px; }
      .site-footer .top-container {
        -ms-flex-direction: row;
            flex-direction: row; }
      .site-footer .copyright {
        -ms-flex-order: 2;
            order: 2;
        -ms-flex-positive: 1;
            flex-grow: 1; }
      .site-footer .social-media {
        -ms-flex-order: 3;
            order: 3; }
      .site-footer .payments-block {
        text-align: right;
        display: block; }
      .site-footer .language-box {
        margin-top: 0px;
        margin-bottom: 0px; }
      .site-footer .links-column {
        -ms-flex-direction: column;
            flex-direction: column;
        margin: 0;
        margin-left: 70px; }
        .site-footer .links-column li {
          margin-left: 0px; }
      .site-footer .footer-links {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: row;
            flex-direction: row; } }
.header-menu-hamburger {
  width: 30px; }
@media screen and (min-width: 48em) {
    .header-menu-hamburger {
      width: auto; } }
.header-navigation {
  position: fixed;
  padding-top: 20px;
  top: 0;
  left: 0;
  height: 100%;
  overflow: auto;
  background: #252424;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  width: 275px;
  -webkit-transition: z-index 0.1s;
  transition: z-index 0.1s;
  z-index: 0;
  opacity: 0; }
@media screen and (min-width: 62em) {
    .header-navigation {
      width: 335px; } }
.header-navigation a {
    line-height: 40px;
    text-decoration: none;
    line-height: 50px;
    color: inherit; }
.header-navigation ul,
  .header-navigation li {
    list-style-type: none; }
.header-navigation ul ul,
    .header-navigation li ul {
      margin-left: 11px; }
.header-navigation ul {
    margin-left: 30px; }
.header-navigation .menu-item a {
    display: block; }
.header-navigation__list {
    font-family: "AvenirNext", "Arial Narrow", sans-serif;
    font-size: 0.9375rem;
    font-weight: bold;
    text-transform: uppercase;
    line-height: normal;
    letter-spacing: 0.0625rem;
    text-decoration: none;
    color: #BABABA; }
.header-navigation__sublist,
  .header-navigation__list ul {
    font-family: "AvenirNext", "Arial Narrow", sans-serif;
    font-size: 0.9375rem;
    font-weight: normal;
    text-transform: none;
    line-height: normal;
    letter-spacing: normal;
    text-decoration: none;
    color: #b6b4b3; }
.header-navigation__sublist a,
    .header-navigation__list ul a {
      text-transform: none; }
.header-navigation__rule {
    width: 50px;
    border: none;
    height: 1px;
    background-color: #BABABA;
    margin: 22px 30px;
    opacity: 0.3; }
.header-navigation__top {
    position: relative;
    padding: 0 14px 0 11px; }
.header-navigation__hamburger {
    width: auto;
    height: 26px; }
.header-navigation__open, .header-navigation__close {
    font-family: "AvenirNext", "Arial Narrow", sans-serif;
    font-size: 0.75rem;
    font-weight: 500;
    line-height: 1.5;
    text-transform: uppercase;
    color: #372F2A;
    background: none;
    border: none;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    cursor: pointer; }
.header-navigation__open:focus, .header-navigation__close:focus {
      outline: 0; }
.header-navigation__open span, .header-navigation__close span {
      margin-left: 14px;
      display: none; }
@media screen and (min-width: 48em) {
      .header-navigation__open span, .header-navigation__close span {
        display: inline-block; } }
.header-navigation__open {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%); }
.header-navigation__close {
    height: 26px;
    display: none; }
.header-navigation__close svg {
      width: 22px;
      height: 26px; }
.header-navigation__overlay {
    position: relative;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: block; }
.header-navigation.active {
    opacity: 1; }
.header-navigation.open {
    -webkit-overflow-scrolling: touch;
    z-index: 1;
    -webkit-transition-delay: 0.4s;
            transition-delay: 0.4s; }
.header-navigation.open + .header-navigation__overlay {
      z-index: 999999;
      position: fixed;
      cursor: pointer;
      margin-left: 275px; }
@media screen and (min-width: 62em) {
        .header-navigation.open + .header-navigation__overlay {
          margin-left: 335px; } }
.header-navigation .language-box {
    margin: 0;
    padding: 30px; }
.country-switcher {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center; }
.site-header .country-switcher {
    line-height: 15px; }
.site-header .country-switcher span {
      font-family: "AvenirNext", "Arial Narrow", sans-serif;
      font-size: 0.6875rem;
      font-weight: normal;
      line-height: 1;
      color: #554740;
      line-height: 36px;
      margin-right: 11px;
      -ms-flex-order: -1;
          order: -1; }
.site-header .country-switcher svg {
      width: auto;
      height: 15px; }
.header-navigation .country-switcher {
    line-height: inherit; }
.header-navigation .country-switcher svg {
      width: 27px;
      height: auto;
      vertical-align: middle; }
.header-navigation .country-switcher span {
      margin-left: 10px; }
.site-footer .country-switcher {
    border-radius: 5px;
    background-color: #141414;
    margin-top: 5px;
    margin-bottom: 25px;
    padding: 10px; }
.site-footer .country-switcher svg {
      vertical-align: middle;
      width: auto;
      height: 20px; }
.site-footer .country-switcher span {
      font-family: "AvenirNext", "Arial Narrow", sans-serif;
      font-size: 0.75rem;
      font-weight: normal;
      text-transform: none;
      line-height: 1;
      color: #9B9B9B;
      margin-left: 10px; }
@media screen and (min-width: 62em) {
      .site-footer .country-switcher {
        margin-top: 0px;
        margin-bottom: 0px; } }
.breadcrumb {
  font-family: "AvenirNext", "Arial Narrow", sans-serif;
  font-size: 0.5rem;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 2;
  color: #554740;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style: none;
  margin: -4px 0 20px 0; }
@media screen and (min-width: 48em) {
    .breadcrumb {
      font-size: 0.625rem;
      line-height: 1.6; } }
.breadcrumb__item + .breadcrumb__item:before {
    display: inline-block;
    content: "\25B8";
    padding: 0 4px; }
.breadcrumb a {
    color: inherit;
    text-decoration: none; }
.breadcrumb a:hover, .breadcrumb a:focus {
      text-decoration: underline; }
@media screen and (min-width: 48em) {
    .breadcrumb {
      margin-bottom: 24px; } }
.share-icons a, .icon-close {
  display: inline-block;
  vertical-align: top;
  background: #FFFFFF;
  border: 1px solid #E9E1DF;
  -webkit-box-shadow: 0 2px 5px 0 rgba(233, 225, 223, 0.3);
          box-shadow: 0 2px 5px 0 rgba(233, 225, 223, 0.3);
  border-radius: 50%;
  width: 34px;
  height: 34px;
  position: relative;
  cursor: pointer; }
.share-icons a:hover, .icon-close:hover, .share-icons a:focus, .icon-close:focus {
    outline: none; }
.share-icons a i, .icon-close i,
  .share-icons a svg,
  .icon-close svg {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    pointer-events: none; }
@media screen and (min-width: 48em) {
    .card.-big .share-icons a, .share-icons .card.-big a, .card.-big .icon-close {
      width: 46px;
      height: 46px; } }
.share-icons {
  white-space: nowrap; }
.share-icons svg {
    width: 24px;
    height: 24px; }
@media screen and (min-width: 48em) {
      .card.-big .share-icons svg {
        width: 32px;
        height: 32px; } }
.share-icons .icon-close {
    margin-left: 15px; }
@media screen and (min-width: 48em) {
      .card.-big .share-icons .icon-close {
        margin-left: 20px; } }
.icon-close i {
  width: 12px;
  height: 12px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); }
.icon-close i:before, .icon-close i:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    width: 100%;
    height: 1px;
    background: #554740;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg); }
.icon-close i:after {
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg); }
.icon-close:hover i:before, .icon-close:hover i:after, .icon-close:focus i:before, .icon-close:focus i:after {
  background: #897C76; }
@media screen and (min-width: 48em) {
  .card.-big .icon-close i {
    width: 17px;
    height: 17px; }
    .card.-big .icon-close i:before, .card.-big .icon-close i:after {
      height: 2px; } }
.icon-share {
  -webkit-appearance: none;
  background: none;
  border: none;
  cursor: pointer;
  width: 34px;
  height: 34px;
  vertical-align: top; }
@media screen and (min-width: 48em) {
    .card.-big .icon-share {
      width: 46px;
      height: 46px; } }
.icon-share svg {
    display: block;
    border-radius: 50%;
    -webkit-box-shadow: 0 2px 5px 0 rgba(233, 225, 223, 0.3);
            box-shadow: 0 2px 5px 0 rgba(233, 225, 223, 0.3);
    pointer-events: none; }
.icon-share:hover, .icon-share:focus {
    outline: none; }
.icon-share:hover svg circle, .icon-share:focus svg circle {
      fill: #FF6000; }
.icon-share:hover svg path, .icon-share:focus svg path {
      fill: #FFFFFF; }
.share-button {
  position: relative;
  font-size: 0; }
.pullquote .share-button {
    width: 34px;
    height: 34px; }
.share-button .button-text {
    font-family: "AvenirNext", "Arial Narrow", sans-serif;
    font-size: 0.625rem;
    font-weight: normal;
    line-height: 1.6;
    color: #554740;
    color: #554740;
    text-decoration: underline;
    white-space: nowrap;
    position: absolute;
    right: 100%;
    top: 50%;
    padding-right: 8px;
    -webkit-transform: translate3d(0, -50%, 0);
            transform: translate3d(0, -50%, 0);
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: transform 0.35s, opacity 0.35s;
    transition: transform 0.35s, opacity 0.35s, -webkit-transform 0.35s; }
@media screen and (min-width: 48em) {
      .share-button .button-text {
        font-size: 0.75rem; } }
.share-button .share-icons {
    position: absolute;
    top: 0;
    right: 0;
    display: none; }
.share-button .share-icons a,
    .share-button .share-icons button {
      -webkit-transition: all 0.35s cubic-bezier(0.68, -0.55, 0.265, 1.55);
      transition: all 0.35s cubic-bezier(0.68, -0.55, 0.265, 1.55); }
.share-button .icon-share {
    -webkit-transition: all 0.35s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transition: all 0.35s cubic-bezier(0.68, -0.55, 0.265, 1.55); }
.share-button .icon-share:hover .button-text, .share-button .icon-share:focus .button-text {
      color: #FF6000; }
.share-button.active .share-icons {
    display: block; }
.share-button.active .share-icons a,
    .share-button.active .share-icons button {
      -webkit-transform: scale(0.5);
              transform: scale(0.5);
      opacity: 0; }
.share-button.active .button-text {
    -webkit-transform: translate3d(-10px, -50%, 0) scale(1);
            transform: translate3d(-10px, -50%, 0) scale(1);
    opacity: 0; }
.share-button.show .icon-share {
    -webkit-transform: scale(0.5);
            transform: scale(0.5); }
.share-button.show .share-icons a,
  .share-button.show .share-icons button {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1; }
.share-icons a, .icon-social, .share-links .share-link {
  text-decoration: none;
  display: inline-block; }
.share-icons a + a, .icon-social + a, .share-links .share-link + a {
    margin-left: 10px; }
.share-icons a:hover path, .icon-social:hover path, .share-links .share-link:hover path, .share-icons a:focus path, .icon-social:focus path, .share-links .share-link:focus path {
    fill: #897C76; }
a.tag,
button.tag,
.item-tag, .tag-cloud a {
  font-family: "AvenirNext", "Arial Narrow", sans-serif;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1.33;
  display: inline-block;
  padding: 5px 15px;
  color: #554740;
  border: 1px solid #554740;
  text-decoration: none;
  border-radius: 14px; }
a.tag:hover,
  button.tag:hover,
  .item-tag:hover, .tag-cloud a:hover, a.tag:focus,
  button.tag:focus,
  .item-tag:focus, .tag-cloud a:focus {
    color: #FFFFFF;
    background: #554740;
    text-decoration: none; }
.tag-cloud {
  margin-bottom: -10px; }
.tag-cloud a {
    margin: 0 1px 10px 0; }
.load-more__button {
  border: none;
  background: none;
  cursor: pointer; }
.load-more__button:hover, .load-more__button:focus {
    opacity: 0.35; }
.load-more__wrap {
  text-align: center;
  margin-top: 40px; }
.load-more__wrap button:focus {
    outline: 0; }
.load-more__wrap .load-more__loader {
    display: none; }
.load-more__wrap.active .load-more__loader {
    display: block; }
.load-more__wrap svg {
    width: 35px;
    height: 35px; }
@media screen and (min-width: 48em) {
    .load-more__wrap svg {
      width: 45px;
      height: 45px; } }
.load-more__loader {
  -webkit-animation-name: loader_animation;
          animation-name: loader_animation;
  -webkit-animation-duration: 0.75s;
          animation-duration: 0.75s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  display: inline-block; }
.load-more__loader svg {
    display: block;
    margin: 0 auto; }
@-webkit-keyframes loader_animation {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }
@keyframes loader_animation {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }
.separator {
  margin: 30px 0;
  text-align: center;
  position: relative; }
@media screen and (min-width: 48em) {
    .separator {
      margin: 40px 0; } }
.separator .date {
    font-family: "AvenirNext", "Arial Narrow", sans-serif;
    font-size: 0.75rem;
    font-weight: 500;
    line-height: 1.67;
    color: #554740;
    text-transform: uppercase;
    padding-left: 30px;
    padding-right: 30px;
    display: inline-block;
    background: #F9F7F6;
    position: relative; }
.separator:before {
    width: 100%;
    height: 2px;
    background: #E9E1DF;
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -1px;
    z-index: 0; }
.search-form {
  position: relative;
  margin-bottom: 30px; }
@media screen and (min-width: 62em) {
    .search-form {
      margin-bottom: 25px; } }
.search-form .search-field {
    font-family: "AvenirNext", "Arial Narrow", sans-serif;
    font-size: 0.75rem;
    font-weight: 500;
    line-height: 2.4;
    color: #E9E1DF;
    width: 100%;
    outline: none;
    background: #EFEDEC;
    color: #897C76;
    border: 1px solid #EFEDEC;
    border-radius: 20px;
    padding: 4px 20px 4px 40px; }
.search-form .search-field:focus {
      border: 1px solid #BABABA; }
.search-form .search-field::-webkit-input-placeholder {
      color: #BABABA;
      opacity: 1; }
.search-form .search-field::-ms-input-placeholder {
      color: #BABABA;
      opacity: 1; }
.search-form .search-field::placeholder {
      color: #BABABA;
      opacity: 1; }
.search-form .search-submit {
    position: absolute;
    background: transparent;
    top: 13px;
    left: 17px;
    width: 14px;
    height: 14px;
    border: none; }
.search-form .search-submit path {
      fill: #BABABA; }
.tns-outer {
  padding: 0 !important; }
.tns-outer [hidden] {
    display: none !important; }
.tns-outer [aria-controls], .tns-outer [data-action] {
    cursor: pointer; }
.tns-slider {
  -webkit-transition: all 0s;
  transition: all 0s; }
.tns-slider > .tns-item {
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
.tns-horizontal.tns-subpixel {
  white-space: nowrap; }
.tns-horizontal.tns-subpixel > .tns-item {
    display: inline-block;
    vertical-align: top;
    white-space: normal; }
.tns-horizontal.tns-no-subpixel:after {
  content: '';
  display: table;
  clear: both; }
.tns-horizontal.tns-no-subpixel > .tns-item {
  float: left;
  margin-right: -100%; }
.tns-no-calc {
  position: relative;
  left: 0; }
.tns-gallery {
  position: relative;
  left: 0;
  min-height: 1px; }
.tns-gallery > .tns-item {
    position: absolute;
    left: -100%;
    -webkit-transition: transform 0s, opacity 0s;
    -webkit-transition: opacity 0s, -webkit-transform 0s;
    transition: opacity 0s, -webkit-transform 0s;
    transition: transform 0s, opacity 0s;
    transition: transform 0s, opacity 0s, -webkit-transform 0s; }
.tns-gallery > .tns-slide-active {
    position: relative;
    left: unset !important; }
.tns-gallery > .tns-moving {
    -webkit-transition: all 0.25s;
    transition: all 0.25s; }
.tns-lazy-img {
  -webkit-transition: opacity 0.6s;
  transition: opacity 0.6s;
  opacity: 0.6; }
.tns-lazy-img.loaded {
    opacity: 1; }
.tns-ah {
  -webkit-transition: height 0s;
  transition: height 0s; }
.tns-ovh {
  overflow: hidden; }
.tns-visually-hidden {
  position: absolute;
  left: -10000em; }
.tns-transparent {
  opacity: 0;
  visibility: hidden; }
.tns-fadeIn {
  opacity: 1;
  filter: alpha(opacity=100);
  z-index: 0; }
.tns-normal, .tns-fadeOut {
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: -1; }
.tns-t-subp2 {
  margin: 0 auto;
  width: 310px;
  position: relative;
  height: 10px;
  overflow: hidden; }
.tns-t-ct {
  width: 2333.33333%;
  width: calc(100% * 70 / 3);
  position: absolute;
  right: 0; }
.tns-t-ct:after {
    content: '';
    display: table;
    clear: both; }
.tns-t-ct > div {
    width: 1.42857%;
    width: calc(100% / 70);
    height: 10px;
    float: left; }
.gallery:not(.tns-horizontal) .gallery-item:not(:first-child) {
  display: none; }
.tns-outer {
  position: relative; }
.tns-inner figure {
  margin: 0 !important; }
.tns-inner img {
  margin: 0 auto; }
.tns-horizontal {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center; }
.tns-controls button {
  font-size: 1rem;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  overflow: hidden;
  width: 30px;
  height: 30px;
  top: 50%;
  margin-top: -15px;
  border-radius: 50%;
  background: #000000;
  opacity: 0.4;
  z-index: 1; }
.tns-controls button:after {
    content: "";
    display: block;
    position: absolute;
    width: 8px;
    height: 8px;
    border: 2px solid #FFFFFF;
    border-top: none;
    border-left: none;
    top: 50%;
    left: 50%;
    margin-top: -5px; }
.tns-controls button:hover, .tns-controls button:focus {
    opacity: 0.175;
    outline: none; }
.tns-controls button:disabled {
    cursor: default;
    opacity: 0.1; }
.tns-controls button[data-controls="prev"] {
    left: 10px; }
.tns-controls button[data-controls="prev"]:after {
      -webkit-transform: rotate(135deg);
              transform: rotate(135deg);
      margin-left: -3px; }
.tns-controls button[data-controls="next"] {
    right: 10px; }
.tns-controls button[data-controls="next"]:after {
      -webkit-transform: rotate(-45deg);
              transform: rotate(-45deg);
      margin-left: -8px; }
@media screen and (min-width: 48em) {
    .tns-controls button[data-controls="prev"] {
      left: 15px; }
    .tns-controls button[data-controls="next"] {
      right: 15px; } }
.card {
  border-radius: 4px;
  background: #FFFFFF;
  border: 1px solid #E9E1DF;
  -webkit-box-shadow: 0 2px 8px 0 rgba(209, 198, 193, 0.3);
          box-shadow: 0 2px 8px 0 rgba(209, 198, 193, 0.3);
  padding: 20px; }
.card a,
  .card .card__header a,
  .card .card__content a,
  .card .card__footer a {
    color: inherit;
    text-decoration: none; }
.card a:hover, .card a:focus,
    .card .card__header a:hover,
    .card .card__header a:focus,
    .card .card__content a:hover,
    .card .card__content a:focus,
    .card .card__footer a:hover,
    .card .card__footer a:focus {
      color: inherit; }
.card img {
    display: block;
    width: 100%;
    height: auto; }
.card__header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    position: relative; }
.card__image, .card__embed, .card__gallery {
    margin-top: 5px;
    margin-bottom: 25px; }
.card__image:hover ~ .card__title a,
  .card__image:hover ~ .card__right .card__title a, .card__embed:hover ~ .card__title a,
  .card__embed:hover ~ .card__right .card__title a {
    text-decoration: underline; }
.card__image {
    -ms-flex-order: 3;
        order: 3; }
.card__image img {
      border-radius: 4px;
      border: 1px solid #E9E1DF; }
.card__embed, .card__gallery {
    -ms-flex-order: 4;
        order: 4; }
.card__embed {
    position: relative; }
.card__embed > iframe {
      border: none;
      width: 100%;
      height: 0;
      visibility: hidden; }
.card__embed .text-hide {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      opacity: 0; }
.card__gallery figcaption {
    display: none; }
.card__gallery img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 330px;
    border-radius: 2px; }
@media screen and (min-width: 64em) {
      .card.-small .card__gallery img {
        max-height: 157px; } }
.card__category {
    font-family: "AvenirNext", "Arial Narrow", sans-serif;
    font-size: 0.625rem;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1.6;
    color: #554740;
    margin-top: -8px; }
.card__title {
    font-family: "AvenirNext", "Arial Narrow", sans-serif;
    font-size: 1.125rem;
    font-weight: bold;
    line-height: 1.44;
    letter-spacing: -0.03125rem;
    color: #554740;
    margin-top: 7px;
    margin-bottom: 9px; }
.card__title a:hover {
      text-decoration: underline; }
.card__actions {
    text-align: right;
    font-size: 0; }
.card__content {
    font-family: "AvenirNext", "Arial Narrow", sans-serif;
    font-size: 0.75rem;
    font-weight: normal;
    line-height: 1.67;
    color: #554740; }
@media screen and (min-width: 48em) {
      .card__content {
        font-size: 0.875rem;
        line-height: 1.57; } }
.card__footer {
    margin-top: 23px; }
.entry-content .card__feed {
    margin-top: 40px; }
.card__feed__widget + .card,
  .card__feed .card + .card {
    margin-top: 40px; }
.card__feed__widget {
    margin-top: 40px; }
.card__grid {
    margin-bottom: -20px; }
.card__grid .card {
      margin-bottom: 20px; }
@media screen and (min-width: 48em) {
      .card__grid {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
        .card__grid .card {
          width: calc(50% - (20px / 2));
          display: -ms-flexbox;
          display: flex;
          -ms-flex-direction: column;
              flex-direction: column;
          margin-right: 20px; }
          .card__grid .card__header {
            -ms-flex-positive: 1;
                flex-grow: 1; }
          .card__grid .card:nth-of-type(2n) {
            margin-right: 0px; } }
@media screen and (min-width: 64em) {
      .card__grid .card {
        width: calc((100% / 3) - (20px * 2 / 3)); }
        .card__grid .card:nth-of-type(2n) {
          margin-right: 20px; }
        .card__grid .card:nth-of-type(3n) {
          margin-right: 0px; } }
.card .post-meta {
    font-family: "AvenirNext", "Arial Narrow", sans-serif;
    font-size: 0.625rem;
    font-weight: normal;
    text-transform: uppercase;
    line-height: 1;
    letter-spacing: 0.0625rem;
    color: #554740; }
.card.-image_none .card__image {
    display: none; }
.card.-image_horizontal {
    margin-top: 40px;
    margin-bottom: 40px;
    padding: 0px 0px 20px 0px; }
.card.-image_horizontal h3 {
      margin-top: 10px;
      font-family: "AvenirNext", "Arial Narrow", sans-serif;
      font-size: 1.125rem;
      font-weight: bold;
      line-height: 1.44;
      letter-spacing: -0.03125rem;
      color: #554740; }
@media screen and (min-width: 48em) {
      .card.-image_horizontal {
        padding: 20px; } }
@media screen and (min-width: 48em) {
      .card.-image_horizontal .card__header {
        -ms-flex-direction: row;
            flex-direction: row; } }
.card.-image_horizontal .card__actions {
      display: none; }
.card.-image_horizontal .card__image {
      -ms-flex-order: 0;
          order: 0; }
@media screen and (min-width: 48em) {
        .card.-image_horizontal .card__image {
          min-width: 240px;
          max-width: 240px; } }
.card.-image_horizontal .card__image img {
        border: 0;
        border-radius: 0;
        border-top-left-radius: 4px;
        border-top-right-radius: 4px; }
@media screen and (min-width: 48em) {
          .card.-image_horizontal .card__image img {
            border-radius: 0; } }
.card.-image_horizontal .card__category {
      margin-top: 15px; }
@media screen and (min-width: 48em) {
        .card.-image_horizontal .card__category {
          margin-top: 0px; } }
.card.-image_horizontal .card__right {
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
      padding-left: 15px;
      padding-right: 15px; }
.card.-image_horizontal .card__image, .card.-image_horizontal .card__embed, .card.-image_horizontal .card__gallery {
      margin-top: 0px;
      margin-bottom: 0px; }
.card.-image_horizontal .post-meta {
      margin-top: 20px; }
.card:not(.-image_fullwidth) .card__actions {
    position: absolute;
    right: 0;
    top: 0;
    margin-top: -20px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%); }
.card.-image_fullwidth .card__image {
    margin: -21px -21px 0 -21px;
    -ms-flex-order: 0;
        order: 0; }
.card.-image_fullwidth .card__image img {
      border-radius: 4px 4px 0 0;
      border: none;
      border-bottom: 1px solid #E9E1DF; }
.card.-image_fullwidth .card__actions {
    margin-top: -17px;
    margin-bottom: 3px; }
@media screen and (min-width: 48em) {
    .card:not(.-small) {
      padding: 30px; } }
@media screen and (min-width: 48em) and (min-width: 48em) {
    .card:not(.-small) .card__title {
      font-size: 1.5rem;
      line-height: 1.33; } }
@media screen and (min-width: 48em) {
      .card:not(.-small) .card__footer {
        margin-top: 33px; }
      .card:not(.-small):not(.-image_fullwidth) .card__actions {
        margin-top: -30px; }
      .card:not(.-small).-image_fullwidth .card__image {
        margin: -31px -31px 0 -31px; }
      .card:not(.-small).-image_fullwidth .card__actions {
        margin-top: -23px;
        margin-bottom: 10px; } }
.card.follow-widget .card__footer {
    margin-top: 30px;
    display: -ms-flexbox;
    display: flex; }
.card.follow-widget .post-meta {
    -ms-flex-positive: 1;
        flex-grow: 1; }
.card .social-media {
    -ms-flex-positive: 0;
        flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-right: -5px;
    margin-top: -41px;
    -webkit-transform: translateY(5px);
            transform: translateY(5px); }
.card .social-media a {
      display: inline-block;
      vertical-align: bottom; }
.card .social-media svg {
      display: block;
      width: 51px;
      height: 51px;
      margin-left: 6px;
      border-radius: 50%;
      border: 1px solid #E9E1DF;
      -webkit-box-shadow: 0 1px 4px 0 rgba(233, 225, 223, 0.3);
              box-shadow: 0 1px 4px 0 rgba(233, 225, 223, 0.3); }
@media screen and (min-width: 64em) {
  article.hentry {
    margin-bottom: 60px; } }
.entry-hero.post-thumbnail {
  margin: -28px 0 24px 0; }
.entry-hero.post-thumbnail img {
    width: 100%;
    max-height: 500px;
    -o-object-fit: cover;
       object-fit: cover; }
@media screen and (min-width: 62em) {
    .entry-hero.post-thumbnail {
      margin: -40px 0 36px 0; } }
.entry-header .entry-title {
  font-family: "AvenirNext", "Arial Narrow", sans-serif;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.33;
  letter-spacing: -0.03125rem;
  color: #554740;
  margin: 0 0 0.75rem 0; }
@media screen and (min-width: 48em) {
    .entry-header .entry-title {
      font-size: 3rem;
      line-height: 1.29; } }
.entry-header .entry-subtitle {
  font-family: "AvenirNext", "Arial Narrow", sans-serif;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.63;
  color: #554740;
  margin: 1.25rem 0 1.375rem 0; }
@media screen and (min-width: 48em) {
    .entry-header .entry-subtitle {
      font-size: 1.25rem; } }
.entry-header .post-meta {
  font-family: "AvenirNext", "Arial Narrow", sans-serif;
  font-size: 0.625rem;
  font-weight: normal;
  text-transform: uppercase;
  line-height: 1;
  letter-spacing: 0.0625rem;
  color: #554740;
  margin: 0.6875rem 0 1.25rem 0; }
@media screen and (min-width: 48em) {
    .entry-header .post-meta {
      font-size: 0.75rem; } }
.entry-header .post-meta a:hover, .entry-header .post-meta a:focus {
    text-decoration: underline; }
.entry-header .post-thumbnail {
  margin: 0.125rem 0 1.5625rem 0; }
.entry-header .post-thumbnail img {
    width: 100%;
    border-radius: 4px; }
@media screen and (min-width: 62em) {
  .entry-header .entry-subtitle {
    margin: 1.625rem 0 1.9375rem 0; }
  .entry-header .post-meta {
    margin: 0.75rem 0 1.625rem 0; }
  .entry-header .post-thumbnail {
    margin: 1.9375rem 0 2.125rem 0; } }
.entry-content {
  font-family: "AvenirNext", "Arial Narrow", sans-serif;
  font-size: 0.875rem;
  font-weight: normal;
  line-height: 1.57;
  color: #554740; }
@media screen and (min-width: 48em) {
    .entry-content {
      font-size: 1rem;
      line-height: 1.63; } }
.entry-content h1,
  .entry-content h2,
  .entry-content h3,
  .entry-content h4,
  .entry-content h5,
  .entry-content h6 {
    font-family: "AvenirNext", "Arial Narrow", sans-serif;
    margin: 1.25rem 0 0.5rem 0; }
.entry-content h1:first-child,
    .entry-content h2:first-child,
    .entry-content h3:first-child,
    .entry-content h4:first-child,
    .entry-content h5:first-child,
    .entry-content h6:first-child {
      margin-top: 0; }
.entry-content h1 {
    font-family: "AvenirNext", "Arial Narrow", sans-serif;
    font-size: 1.5rem;
    font-weight: bold;
    line-height: 1.33;
    letter-spacing: -0.03125rem;
    color: #554740; }
@media screen and (min-width: 48em) {
      .entry-content h1 {
        font-size: 3rem;
        line-height: 1.29; } }
.entry-content h2 {
    font-family: "AvenirNext", "Arial Narrow", sans-serif;
    font-size: 1rem;
    font-weight: bold;
    line-height: 1.88;
    color: #372F2A; }
@media screen and (min-width: 48em) {
      .entry-content h2 {
        font-size: 1.25rem;
        line-height: 1.5; } }
.entry-content h3 {
    font-family: "AvenirNext", "Arial Narrow", sans-serif;
    font-size: 0.875rem;
    font-weight: bold;
    line-height: 1.86;
    letter-spacing: -0.03125rem;
    color: #372F2A; }
@media screen and (min-width: 48em) {
      .entry-content h3 {
        font-size: 1.125rem;
        line-height: 1.44; } }
.entry-content h4 {
    font-family: "AvenirNext", "Arial Narrow", sans-serif;
    font-size: 0.75rem;
    font-weight: bold;
    line-height: 1.86;
    letter-spacing: -0.03125rem;
    color: #372F2A; }
@media screen and (min-width: 48em) {
      .entry-content h4 {
        font-size: 1rem;
        line-height: 1.44; } }
.entry-content a {
    color: inherit;
    text-decoration: underline; }
.entry-content a:hover, .entry-content a:focus {
      color: #FF6000; }
.entry-content p {
    margin-bottom: 1.5rem; }
.entry-content p:last-child {
      margin-bottom: 0; }
@media screen and (min-width: 48em) {
      .entry-content p {
        margin-bottom: 2.25rem; } }
.entry-content blockquote {
    font-family: "AvenirNext", "Arial Narrow", sans-serif;
    font-size: 0.875rem;
    font-weight: normal;
    line-height: 1.57;
    color: #554740;
    color: #554740;
    border-left: 1px solid #D1C6C1;
    padding: 1rem 0 1rem 1rem;
    margin: 1rem 0; }
@media screen and (min-width: 48em) {
      .entry-content blockquote {
        font-size: 1rem;
        line-height: 1.63; } }
@media screen and (min-width: 48em) {
      .entry-content blockquote {
        padding: 1.5rem 0 1.5rem 1.875rem;
        margin: 1.5rem 0; } }
.entry-content dl,
  .entry-content ol,
  .entry-content ul {
    margin: 1rem 0;
    padding: 0 0 0 2.5rem; }
@media screen and (min-width: 48em) {
      .entry-content dl,
      .entry-content ol,
      .entry-content ul {
        margin: 1.5rem 0; } }
.entry-content s,
  .entry-content strike,
  .entry-content del {
    text-decoration: line-through; }
.entry-content hr {
    background: #D1C6C1;
    border: none;
    height: 1px;
    margin: 2.1875rem 0; }
@media screen and (min-width: 48em) {
      .entry-content hr {
        margin: 2.8125rem 0; } }
.entry-content figure,
  .entry-content .tns-outer {
    margin: 1.625rem 0; }
@media screen and (min-width: 48em) {
      .entry-content figure,
      .entry-content .tns-outer {
        margin: 2.1875rem 0; } }
.entry-content figure {
    max-width: 100%; }
.entry-content figure img {
      display: block; }
.entry-content figcaption {
    font-family: "AvenirNext", "Arial Narrow", sans-serif;
    font-size: 0.625rem;
    font-weight: normal;
    line-height: 1.6;
    color: #554740;
    margin-top: 1rem; }
@media screen and (min-width: 48em) {
      .entry-content figcaption {
        font-size: 0.75rem; } }
.entry-content figure img,
  .entry-content p img {
    border-radius: 4px; }
.entry-content figure.alignleft, .entry-content figure.alignright,
  .entry-content img.alignleft,
  .entry-content img.alignright {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem; }
.entry-content figure.alignleft + p, .entry-content figure.alignright + p,
    .entry-content img.alignleft + p,
    .entry-content img.alignright + p {
      margin-top: 1.5rem; }
.entry-content figure.alignleft,
  .entry-content img.alignleft {
    float: left;
    margin-right: 1rem; }
.entry-content figure.alignright,
  .entry-content img.alignright {
    float: right;
    margin-left: 1rem; }
.entry-content figure.aligncenter,
  .entry-content img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto; }
@media screen and (min-width: 48em) {
    .entry-content figure.alignleft, .entry-content figure.alignright,
    .entry-content img.alignleft,
    .entry-content img.alignright {
      margin-top: 2.25rem;
      margin-bottom: 2.25rem; }
      .entry-content figure.alignleft + p, .entry-content figure.alignright + p,
      .entry-content img.alignleft + p,
      .entry-content img.alignright + p {
        margin-top: 2.25rem; }
    .entry-content figure.alignleft,
    .entry-content img.alignleft {
      margin-right: 1.875rem; }
    .entry-content figure.alignright,
    .entry-content img.alignright {
      margin-left: 1.875rem; } }
.entry-content iframe {
    max-width: 100%; }
.entry-footer {
  margin-top: 40px; }
@media screen and (min-width: 48em) {
    .entry-footer {
      margin-top: 60px; } }
.entry-sidebar {
  position: relative;
  padding-top: 30px;
  margin-top: 40px; }
.entry-sidebar:before {
    content: "";
    height: 5px;
    background: #554740;
    position: absolute;
    top: 0;
    left: 0;
    right: 0; }
@media screen and (min-width: 64em) {
    .entry-sidebar {
      margin-top: 11px;
      position: -webkit-sticky;
      position: sticky;
      top: 103px; }
      body.logged-in.admin-bar .entry-sidebar {
        top: 135px; } }
.post-meta a,
.post-meta a:hover,
.post-meta a:focus {
  color: inherit;
  text-decoration: none; }
.post-meta .post-author + .post-time:before {
  content: " / "; }
.section-title {
  font-family: "AvenirNext", "Arial Narrow", sans-serif;
  font-size: 0.625rem;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1.6;
  color: #554740;
  margin: 0 0 1rem 0; }
.subsection-title {
  font-family: "AvenirNext", "Arial Narrow", sans-serif;
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.88;
  color: #372F2A;
  margin: 0 0 1rem 0; }
@media screen and (min-width: 48em) {
    .subsection-title {
      font-size: 1.25rem;
      line-height: 1.5; } }
@media screen and (min-width: 48em) {
    .subsection-title {
      margin: 0 0 2rem 0; } }
.entry-similar ul {
  list-style: none;
  padding: 0;
  margin: 0 0 0 1.25rem; }
.entry-similar li {
  font-family: "AvenirNext", "Arial Narrow", sans-serif;
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 1.44;
  letter-spacing: -0.03125rem;
  color: #554740; }
.entry-similar li a {
    color: inherit;
    text-decoration: none; }
.entry-similar li a:hover {
      text-decoration: underline; }
.entry-similar li + li {
    margin-top: 2rem; }
@media screen and (min-width: 64em) {
  .entry-unrelated {
    width: calc((100% / (7 / 12)) + (20px * 2 / 3)); }
    .entry-unrelated .card:nth-of-type(3n) {
      margin-right: 20px; } }
.steps__wrap {
  margin: 52px 0 40px 0; }
.steps__wrap h2 {
    font-family: "AvenirNext", "Arial Narrow", sans-serif;
    font-size: 0.75rem;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1.5;
    color: #554740; }
@media screen and (min-width: 48em) {
      .steps__wrap h2 {
        font-size: 0.875rem; } }
.steps__wrap ol {
    padding: 0;
    margin: 1.6875rem 0 2rem 0; }
@media screen and (min-width: 48em) {
    .steps__wrap {
      margin: 60px 0; }
      .steps__wrap ol {
        margin: 2.875rem 0 3.3125rem 0; } }
.steps__content {
  counter-reset: step;
  list-style: none; }
.steps__item {
  counter-increment: step;
  padding-left: 2.75rem;
  position: relative;
  margin: 0 0 2.125rem 0;
  clear: both; }
.steps__item h3 {
    font-family: "AvenirNext", "Arial Narrow", sans-serif;
    font-size: 1.0625rem;
    font-weight: bold;
    line-height: 1.76;
    letter-spacing: -0.00625rem;
    color: #554740;
    margin: 0 0 0.6875rem 0; }
@media screen and (min-width: 48em) {
      .steps__item h3 {
        font-size: 1.375rem;
        line-height: 1.36;
        letter-spacing: -0.0125rem; } }
.steps__item:before {
    font-family: "AvenirNext", "Arial Narrow", sans-serif;
    font-size: 0.875rem;
    font-weight: bold;
    letter-spacing: 0;
    color: #777777;
    content: counter(step);
    display: block;
    border: 2px solid;
    border-radius: 50%;
    width: 2rem;
    height: 2rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    line-height: 1.75rem;
    text-align: center;
    position: absolute;
    top: -2px;
    left: 0; }
@media (min-width: 0em) and (max-width: 61.9375em) {
    .steps__item > img,
    .steps__item > p > img,
    .steps__item > figure,
    .steps__item > iframe {
      margin-left: -2.75rem;
      width: calc(100% + 2.75rem) !important;
      max-width: none; } }
.pullquote {
  font-family: "PrumoSlab", Georgia, serif;
  font-size: 1.625rem;
  font-weight: 500;
  line-height: 1.44;
  color: #777777;
  text-align: center;
  margin: 36px 0 45px 0; }
@media screen and (min-width: 48em) {
    .pullquote {
      font-size: 2.25rem; } }
.pullquote p {
    margin: 0; }
.pullquote p:before {
      content: "\201C"; }
.pullquote p:after {
      content: "\201D"; }
.pullquote .share-button {
    margin: 13px 0 0 auto; }
@media screen and (min-width: 48em) {
    .pullquote {
      margin: 69px 0 41px 0; }
      .pullquote .share-button {
        margin: 22px 0 0 auto; } }
.shameless-plug {
  background: #FCFBFA;
  border-top: 1px solid #E9E1DF;
  border-bottom: 1px solid #E9E1DF;
  border-radius: 0;
  margin: 45px -20px 30px -20px;
  padding: 40px 20px 0 20px;
  text-align: center;
  position: relative; }
.shameless-plug a {
    text-decoration: none;
    display: inline-block;
    position: relative; }
.shameless-plug a:hover, .shameless-plug a:focus {
      text-decoration: none; }
.shameless-plug picture {
    display: block;
    padding-top: 12px;
    margin-bottom: -1px; }
.shameless-plug img {
    display: block;
    width: 100%;
    height: auto; }
.shameless-plug__label, .shameless-plug__header, .shameless-plug__headline, .shameless-plug__subheadline {
    display: block;
    word-break: break-word; }
.shameless-plug__label {
    font-family: "AvenirNext", "Arial Narrow", sans-serif;
    font-size: 0.6875rem;
    font-weight: 500;
    font-stretch: condensed;
    line-height: 1;
    letter-spacing: 0.0625rem;
    text-transform: uppercase;
    color: #554740;
    background: #FFFFFF;
    border: 1px solid #E9E1DF;
    position: absolute;
    padding: 0.4375rem 1.5rem;
    top: -0.875rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%); }
.shameless-plug__label:before, .shameless-plug__label:after {
      content: "";
      display: block;
      width: 13px;
      height: 13px;
      -webkit-transform: rotate(45deg) skew(20deg, 20deg);
              transform: rotate(45deg) skew(20deg, 20deg);
      position: absolute;
      background: inherit;
      border: inherit;
      top: 5px; }
.shameless-plug__label:before {
      left: -8px;
      border-top: none;
      border-right: none; }
.shameless-plug__label:after {
      right: -8px;
      border-bottom: none;
      border-left: none; }
.shameless-plug__header {
    font-family: "AvenirNext", "Arial Narrow", sans-serif;
    font-size: 0.625rem;
    font-weight: 500;
    line-height: 1.6;
    text-transform: uppercase;
    color: #554740;
    margin-bottom: 9px; }
.shameless-plug__headline {
    font-family: "AvenirNext", "Arial Narrow", sans-serif;
    font-size: 1.375rem;
    font-weight: bold;
    line-height: 1.36;
    letter-spacing: -0.03125rem;
    color: #554740;
    margin-bottom: 3px; }
@media screen and (min-width: 48em) {
      .shameless-plug__headline {
        font-size: 1.5rem; } }
.shameless-plug__subheadline {
    font-family: "AvenirNext", "Arial Narrow", sans-serif;
    font-size: 0.75rem;
    font-weight: normal;
    line-height: 1.36;
    padding-top: 0.4275rem;
    padding-bottom: 0.4275rem;
    color: #554740; }
@media screen and (min-width: 48em) {
    .shameless-plug {
      margin: 64px 0;
      padding: 0;
      text-align: left;
      border-radius: 4px;
      border: 1px solid #E9E1DF; }
      .shameless-plug a {
        display: -ms-flexbox;
        display: flex; }
      .shameless-plug picture {
        width: 237px;
        padding: 43px 0 30px 0;
        margin-left: 10px;
        margin-bottom: -31px;
        -ms-flex-order: -1;
            order: -1;
        -ms-flex-negative: 0;
            flex-shrink: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
        -ms-flex-item-align: end;
            align-self: flex-end; }
      .shameless-plug__label {
        left: 40px;
        -webkit-transform: none;
                transform: none; }
      .shameless-plug__content {
        padding: 30px 20px; }
      .shameless-plug__subheadline {
        padding-bottom: 0; }
      .shameless-plug.-image_middle a {
        -ms-flex-align: center;
            align-items: center; }
      .shameless-plug.-image_middle picture {
        -ms-flex-item-align: center;
            -ms-grid-row-align: center;
            align-self: center;
        margin-bottom: -1px; } }
.card__feed .shameless-plug {
    margin-top: 50px;
    margin-bottom: 50px; }
@media screen and (min-width: 48em) {
      .card__feed .shameless-plug {
        margin-top: 71px;
        margin-bottom: 71px; } }
.qa__label {
  font-weight: normal; }
.qa__question {
  font-weight: bold; }
.entry-content .qa__question {
    margin-bottom: 0; }
.qa__question + .qa__answer {
    margin-top: 0.75rem; }
.error404__wrap {
  position: relative;
  text-align: center;
  overflow: hidden;
  margin: -28px 0;
  background-color: #F7E4D9; }
.error404__content {
  padding-top: 35px; }
@media screen and (min-width: 48em) {
    .error404__content {
      padding-top: 40px; } }
@media screen and (min-width: 62em) {
    .error404__content {
      padding-top: 65px; } }
.error404__name {
  font-family: "AvenirNext", "Arial Narrow", sans-serif;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.03125rem;
  color: #372F2A;
  display: block;
  opacity: 0.4;
  margin-top: 30px;
  margin-bottom: 30px; }
.error404__image {
  width: 100%;
  height: 319px;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 334px 319px;
  background-image: url("./assets/images/404/404_Mob.png"); }
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .error404__image {
      background-image: url("./assets/images/404/404_Mob@2x.png"); } }
@media screen and (min-width: 48em) {
    .error404__image {
      height: 620px;
      background-size: 663px 620px;
      background-image: url("./assets/images/404/404_Tab.png"); } }
@media screen and (min-width: 48em) and (-webkit-min-device-pixel-ratio: 2), screen and (min-width: 48em) and (min-resolution: 192dpi) {
    .error404__image {
      background-image: url("./assets/images/404/404_Tab@2x.png"); } }
@media screen and (min-width: 62em) {
    .error404__image {
      height: 620px;
      background-size: 753px 620px;
      background-image: url("./assets/images/404/404_Des.png"); } }
@media screen and (min-width: 62em) and (-webkit-min-device-pixel-ratio: 2), screen and (min-width: 62em) and (min-resolution: 192dpi) {
    .error404__image {
      background-image: url("./assets/images/404/404_Des@2x.png"); } }
.error404 h1 {
  font-family: "AvenirNext", "Arial Narrow", sans-serif;
  font-size: 1.375rem;
  font-weight: bold;
  line-height: 1.31;
  letter-spacing: -0.03125rem;
  color: #473E37;
  margin-top: 0px;
  margin-bottom: 15px; }
@media screen and (min-width: 48em) {
    .error404 h1 {
      font-size: 2rem; } }
.error404 p {
  font-family: "AvenirNext", "Arial Narrow", sans-serif;
  font-size: 0.875rem;
  font-weight: normal;
  line-height: 1.47;
  letter-spacing: -0.0125rem;
  color: #473E37; }
@media screen and (min-width: 48em) {
    .error404 p {
      font-size: 1.0625rem; } }
.error404 .btn-cta {
  font-family: "AvenirNext", "Arial Narrow", sans-serif;
  font-size: 0.8125rem;
  font-weight: bold;
  text-transform: uppercase;
  font-stretch: condensed;
  line-height: 1;
  letter-spacing: normal;
  text-decoration: none;
  color: #FFFFFF;
  display: inline-block;
  background: #FF6000;
  margin-top: 20px;
  padding: 8px 26px;
  border-radius: 3px; }
@media screen and (min-width: 48em) {
    .error404 .btn-cta {
      font-size: 0.9375rem; } }
@media screen and (min-width: 62em) {
  .error404__wrap {
    margin: -40px 0; } }
.author-info {
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.5);
  border: 1px solid #E9E1DF;
  text-align: center;
  padding: 50px 40px;
  margin-bottom: 30px; }
.author-info img {
    border-radius: 50%;
    border: 2px solid #D1C6C1;
    width: 94px; }
.author-info h1 {
    font-family: "AvenirNext", "Arial Narrow", sans-serif;
    font-size: 1.125rem;
    font-weight: bold;
    line-height: 1.44;
    letter-spacing: -0.03125rem;
    color: #554740;
    margin: 0.625rem 0; }
.author-info p {
    font-family: "AvenirNext", "Arial Narrow", sans-serif;
    font-size: 0.75rem;
    font-weight: normal;
    line-height: 1.67;
    color: #554740;
    font-size: 0.75rem !important; }
@media screen and (min-width: 48em) {
      .author-info p {
        font-size: 0.875rem;
        line-height: 1.57; } }
.author-info blockquote {
    font-family: "PrumoSlab", Georgia, serif;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.5;
    color: #777777;
    margin-top: 1rem; }
.author-info blockquote:before {
      content: "\201C"; }
.author-info blockquote:after {
      content: "\201D"; }
.author-info ul {
    font-family: "AvenirNext", "Arial Narrow", sans-serif;
    font-size: 0.875rem;
    font-weight: normal;
    line-height: 1.71;
    color: #D1C6C1;
    list-style: none;
    margin: 0;
    padding: 0; }
.author-info ul a {
      color: #333333; }
.author-info ul li:first-child {
      margin-top: 2.1875rem; }
.author-info a {
    text-decoration: none; }
.author-info a:hover, .author-info a:focus {
      text-decoration: underline; }
@media screen and (min-width: 48em) {
    .author-info img {
      width: 114px; } }
.search-results .search-form,
.search-no-results .search-form {
  margin-bottom: 20px; }
@media screen and (min-width: 48em) {
    .search-results .search-form,
    .search-no-results .search-form {
      margin-bottom: 25px;
      width: calc(50% - (20px / 2)); } }
@media screen and (min-width: 64em) {
    .search-results .search-form,
    .search-no-results .search-form {
      width: calc((100% / 3) - (20px * 2 / 3)); } }
.search-wrap__text {
  font-family: "AvenirNext", "Arial Narrow", sans-serif;
  font-size: 0.625rem;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1.6;
  color: #554740;
  width: 100%;
  margin-top: 0px;
  margin-bottom: 15px; }
@media screen and (min-width: 48em) {
    .search-wrap__text {
      font-size: 0.75rem;
      line-height: 1.5; } }
@media screen and (min-width: 48em) {
    .search-wrap__text {
      margin-top: 10px;
      margin-bottom: 25px; } }
body.page-template-page-country-picker {
  font-family: "AvenirNext", "Arial Narrow", sans-serif;
  font-size: 0.9375rem;
  font-weight: normal;
  text-transform: none;
  line-height: normal;
  letter-spacing: normal;
  text-decoration: none;
  color: #b6b4b3;
  background: #F7F4F3;
  min-height: 100%;
  min-width: 319px; }
body.page-template-page-country-picker .site {
    background: none; }
body.page-template-page-country-picker .site-content {
    margin: 0; }
body.page-template-page-country-picker .site-header,
  body.page-template-page-country-picker .site-footer {
    display: none; }
.js .country-picker .cp__country {
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  -webkit-transition-delay: 0.9s;
          transition-delay: 0.9s; }
.js .country-picker.inactive .cp__country {
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  opacity: 0; }
.js .country-picker.active .cp__country {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1; }
@media screen and (min-width: 48em) {
  .country-picker {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
    width: 100vw;
    height: 100vh;
    max-width: 100%;
    max-height: 100%; }
    .country-picker:after {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      content: "";
      z-index: -1;
      background-position: 50%;
      background-repeat: no-repeat;
      background-size: contain;
      background-image: url(./assets/images/world-map.svg); }
    .js .country-picker:after {
      -webkit-transition: opacity 0.5s ease-out;
      transition: opacity 0.5s ease-out;
      -webkit-transition-delay: 0.3s;
              transition-delay: 0.3s; }
    .js .country-picker .cp__content {
      -webkit-transition: all 0.5s ease-out;
      transition: all 0.5s ease-out;
      -webkit-transition-delay: 0.6s;
              transition-delay: 0.6s; }
    .js .country-picker.inactive:after {
      opacity: 0; }
    .js .country-picker.inactive .cp__content {
      -webkit-transform: translateY(20px);
              transform: translateY(20px);
      opacity: 0; }
    .js .country-picker.active:after {
      opacity: 1; }
    .js .country-picker.active .cp__content {
      -webkit-transform: translateY(0);
              transform: translateY(0);
      opacity: 1; } }
.cp__content {
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase;
  text-align: center;
  color: #554740; }
@media (min-width: 0em) and (max-width: 47.9375em) {
    .cp__content {
      margin: 60px 0 0 0; } }
@media screen and (min-width: 48em) {
    .cp__content {
      padding: 20px; } }
.cp__countries {
  padding: 20px 40px; }
@media screen and (min-width: 48em) {
    .cp__countries {
      padding: 0;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -ms-flex-align: start;
          align-items: flex-start; } }
.cp__country {
  text-decoration: none;
  -webkit-transition: all .5s ease-out;
  transition: all .5s ease-out;
  -webkit-transition-delay: 0.9s;
          transition-delay: 0.9s; }
.cp__country svg {
    width: 44px;
    display: block; }
.cp__country-name {
    color: #777777; }
@media (min-width: 0em) and (max-width: 47.9375em) {
    .cp__country {
      display: -ms-flexbox;
      display: flex;
      padding: 20px;
      margin: 20px 0;
      background-color: #FFFFFF;
      -webkit-box-shadow: 0 1px 31px rgba(0, 0, 0, 0.1);
              box-shadow: 0 1px 31px rgba(0, 0, 0, 0.1); }
      .cp__country:first-child {
        margin-top: 0; }
      .cp__country-icon {
        -ms-flex: 0 0 auto;
            flex: 0 0 auto; }
      .cp__country-name {
        -ms-flex: 1 0 1px;
            flex: 1 0 1px;
        -ms-flex-item-align: center;
            -ms-grid-row-align: center;
            align-self: center;
        padding-left: 20px; } }
@media screen and (min-width: 48em) {
    .cp__country {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column;
          flex-direction: column;
      -ms-flex-align: center;
          align-items: center;
      -ms-flex-pack: center;
          justify-content: center;
      width: 140px;
      padding: 10px;
      margin: 0 20px; }
      .cp__country-icon {
        width: 70px;
        padding: 19px 13px;
        background-color: #FFFFFF;
        border-radius: 5px;
        -webkit-box-shadow: 0 1px 31px rgba(0, 0, 0, 0.1);
                box-shadow: 0 1px 31px rgba(0, 0, 0, 0.1); }
      .cp__country-name {
        display: block;
        margin-top: 20px;
        text-align: center; } }

