@charset "UTF-8";
.hidden {
  display: none;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  box-sizing: border-box;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  min-height: 100%;
  background: #faf7f0;
}

.body-background__holder {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: -9999;
  top: 0;
  left: 0;
}

@media screen and (min-width: 1599px) {
  .body-background__holder {
    display: block;
    background: url("/assets/images/big-screen_01.jpg") 0% 0%/contain no-repeat, url("/assets/images/big-screen_02.jpg") 100% 0%/contain no-repeat;
    background-color: #faf7f0;
  }
}
main {
  max-width: 1400px !important;
  padding: 110px 140px 0;
  background: #faf7f0;
}

@media screen and (max-width: 1000px) {
  main {
    padding: 110px 0 0;
  }
}
@media screen and (max-width: 600px) {
  main {
    padding: 160px 0 0;
  }
}
ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

a, a:focus, a:hover {
  color: inherit;
  text-decoration: none;
  cursor: pointer;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

* {
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  height: 100%;
  font-family: "BrandonGrotesqueWeb-Regular", Helvetica, sans-serif;
}

*:focus {
  outline: none;
}

a.base-link {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.wrapper {
  display: block;
  float: left;
  position: relative;
}

@media screen and (max-width: 600px) {
  .wrapper {
    float: none;
  }
}
.overflow__hidden {
  overflow: hidden;
}

[class*=grid],
[class*=col-],
[class*=mobile-],
.grid:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

[class*=col-] {
  float: left;
  min-height: 1px;
  padding-right: 25px;
}

[class*=col-] [class*=col-]:last-child {
  padding-right: 0;
}

main.grid {
  max-width: 1400px;
}

.grid {
  width: 100%;
  max-width: 1120px;
  margin: 0 auto;
  overflow: hidden;
}

.grid-sizer {
  width: 33.3333%;
}

@media screen and (min-width: 601px) and (max-width: 1000px) {
  .grid-sizer {
    width: 50%;
  }
}
.grid:after {
  content: "";
  display: table;
  clear: both;
}

.grid-pad {
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 0;
}

/* Content Columns */
.col-1-1 {
  width: 100%;
  padding-right: 0;
}

.col-2-3, .col-8-12 {
  width: 66.66%;
}

.col-1-2, .col-6-12 {
  width: 50%;
}

.col-1-3, .col-4-12 {
  width: 33.33%;
}

.col-1-4, .col-3-12 {
  width: 25%;
}

.col-1-5 {
  width: 20%;
}

.col-1-6, .col-2-12 {
  width: 16.667%;
}

.col-1-7 {
  width: 14.28%;
}

.col-1-8 {
  width: 12.5%;
}

.col-1-9 {
  width: 11.1%;
}

.col-1-10 {
  width: 10%;
}

.col-1-11 {
  width: 9.09%;
}

.col-1-12 {
  width: 8.33%;
}

/* Layout Columns */
.col-11-12 {
  width: 91.66%;
}

.col-10-12 {
  width: 83.333%;
}

.col-9-12 {
  width: 75%;
}

.col-5-12 {
  width: 41.66%;
}

.col-7-12 {
  width: 58.33%;
}

/* Pushing blocks */
.push-col-2-3, .push-col-8-12 {
  /*margin-left: 66.66%*/
  float: right;
}

.push-col-1-2, .push-col-6-12 {
  /*margin-left: 50%*/
  float: right;
}

.push-col-1-3, .push-col-4-12 {
  /*margin-left: 33.33%*/
  float: right;
}

.push-col-1-4, .push-col-3-12 {
  /*margin-left: 25%*/
  float: right;
}

.push-col-1-5 {
  /*margin-left: 20%*/
  float: right;
}

.push-col-7-12 {
  /*margin-left: 20%*/
  float: right;
}

.push-col-1-6, .push-col-2-12 {
  /*margin-left: 16.667%*/
  float: right;
}

.push-col-1-7 {
  /*margin-left: 14.28%*/
  float: right;
}

.push-col-1-8 {
  /*margin-left: 12.5%*/
  float: right;
}

.push-col-1-9 {
  /*margin-left: 11.1%*/
  float: right;
}

.push-col-1-10 {
  /*margin-left: 10%*/
  float: right;
}

.push-col-1-11 {
  /*margin-left: 9.09%*/
  float: right;
}

.push-col-1-12 {
  /*margin-left: 8.33%*/
  float: right;
}

@media handheld, only screen and (max-width: 1000px) {
  .col-1-12,
  .col-2-12,
  .col-3-12,
  .col-4-12,
  .col-5-12,
  .col-6-12,
  .col-7-12,
  .col-8-12,
  .col-9-12,
  .col-10-12,
  .col-11-12,
  .col-12-12 {
    width: 100%;
  }
}
@media handheld, only screen and (max-width: 600px) {
  .grid {
    width: 100%;
    min-width: 0;
    margin-left: 0;
    margin-right: 0;
  }
  [class*=col-] {
    width: 100%;
    float: none;
    /*margin: 10px 0*/
    padding-left: 0;
    /*padding-right: 10px /* column-space */
  }
  [class*=col-] [class*=col-] {
    padding-right: 0 !important;
  }
  /* Mobile Layout */
  [class*=mobile-col-] {
    float: left;
    margin: 0 0 10px;
    padding-left: 0;
    padding-right: 10px;
    padding-bottom: 0;
  }
  .mobile-col-1-1 {
    width: 100%;
  }
  .mobile-col-2-3, .mobile-col-8-12 {
    width: 66.66%;
  }
  .mobile-col-1-2, .mobile-col-6-12 {
    width: 50%;
  }
  .mobile-col-1-3, .mobile-col-4-12 {
    width: 33.33%;
  }
  .mobile-col-1-4, .mobile-col-3-12 {
    width: 25%;
  }
  .mobile-col-1-5 {
    width: 20%;
  }
  .mobile-col-1-6, .mobile-col-2-12 {
    width: 16.667%;
  }
  .mobile-col-1-7 {
    width: 14.28%;
  }
  .mobile-col-1-8 {
    width: 12.5%;
  }
  .mobile-col-1-9 {
    width: 11.1%;
  }
  .mobile-col-1-10 {
    width: 10%;
  }
  .mobile-col-1-11 {
    width: 9.09%;
  }
  .mobile-col-1-12 {
    width: 8.33%;
  }
  /* Layout Columns */
  .mobile-col-11-12 {
    width: 91.66%;
  }
  .mobile-col-10-12 {
    width: 83.333%;
  }
  .mobile-col-9-12 {
    width: 75%;
  }
  .mobile-col-5-12 {
    width: 41.66%;
  }
  .mobile-col-7-12 {
    width: 58.33%;
  }
  .hide-on-mobile {
    display: none !important;
    width: 0;
    height: 0;
  }
}
img {
  width: 100%;
  display: block;
}

figure.content-figure {
  position: relative;
  padding: 30px 0 0 30px;
}
.slide > figure.content-figure > .image-overlay__background {
  width: calc(100% - 30px);
}
@media screen and (max-width: 600px) {
  .slide > figure.content-figure > .image-overlay__background {
    width: calc(100% - 10px);
  }
}
@media screen and (max-width: 600px) {
  figure.content-figure {
    padding: 10px 0 0 10px;
  }
}
figure.content-figure img {
  position: relative;
  margin: -30px 0 0 -30px;
}
@media screen and (max-width: 600px) {
  figure.content-figure img {
    margin: -10px 0 0 -10px;
  }
}
figure.content-figure.has-overlay img {
  opacity: 1;
  margin-bottom: 30px;
  z-index: 10;
}
@media screen and (max-width: 600px) {
  figure.content-figure.has-overlay img {
    margin-bottom: 10px;
  }
}
figure.content-figure > .image-overlay__background {
  position: absolute;
  background: transparent;
  width: 100%;
  height: 100%;
  top: 30px;
  left: 30px;
  z-index: 0;
}
@media screen and (max-width: 600px) {
  figure.content-figure > .image-overlay__background {
    top: 10px;
    left: 10px;
  }
}

.slick-dots {
  text-align: center;
  padding-top: 20px;
}
.slick-dots li {
  border: 1px solid black;
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 4px;
  margin-right: 15px;
  cursor: pointer;
}
.slick-dots li:last-of-type {
  margin-right: 0;
}
.slick-dots li.slick-active, .slick-dots li:hover, .slick-dots li:target, .slick-dots li:focus {
  background: #1e1c1b;
}
.slick-dots li button {
  border: none;
  display: none;
}

.thumbnail__wrapper {
  padding-right: 12px !important;
  padding-left: 12px;
  display: inline-block;
  float: none;
  margin-bottom: 25px;
}

.thumbnail__content {
  display: block;
  height: 162px;
}

.gallery__wrapper.col-1-1 {
  padding-right: 0;
  position: relative;
}

.gallery__holder {
  text-align: center;
}

.slider-navigation {
  position: absolute;
  display: block;
  width: 100%;
  top: 50%;
  left: 0;
}
.slider-navigation .slider-control {
  display: inline-block;
  position: absolute;
  width: 35px;
  height: 35px;
  line-height: 28px;
  text-align: center;
  color: #fff;
  cursor: pointer;
}
.slider-navigation .next {
  right: 20px;
}
.slider-navigation .prev {
  left: 20px;
}
.slider-navigation .prev:after {
  content: "\f104";
  font-family: "FontAwesome";
  position: relative;
  font-weight: normal;
  font-size: 30px;
  vertical-align: middle;
  left: -2px;
}
.slider-navigation .next:after {
  content: "\f105";
  font-family: "FontAwesome";
  position: relative;
  font-size: 30px;
  vertical-align: middle;
  right: -2px;
}

@media screen and (min-width: 601px) and (max-width: 1000px) {
  .thumbnail__wrapper {
    width: 25% !important;
  }
  .gallery__wrapper {
    padding-right: 0 !important;
  }
}
@media screen and (max-width: 600px) {
  .gallery__wrapper {
    padding: 0 20px !important;
  }
  .thumbnail__wrapper {
    width: 33% !important;
  }
  .has-thumbnails {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
button {
  appearance: none;
  background: none;
  border: none;
}

.btn--default {
  padding: 7px 25px 7px 25px;
  border: 2px solid black;
  border-radius: 25px;
  position: relative;
  overflow: hidden;
  z-index: 0;
  display: inline-block;
  cursor: pointer;
  background: none;
}
.btn--default p {
  margin: 0;
  line-height: 1;
  font-size: 1.5rem;
  text-transform: uppercase;
  margin-bottom: 0 !important;
  position: relative;
}
.btn--default p:after {
  content: "\f105";
  font-family: "FontAwesome";
  color: inherit;
  margin-left: 10px;
  font-size: 2rem;
  position: relative;
  top: 1px;
}
.btn--default .btn__background {
  position: absolute;
  content: "";
  background: #2d2b29;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0;
  transition: 0.2s;
  display: block;
}
.btn--default:focus, .btn--default:hover {
  color: #eee4cc !important;
}
.btn--default:focus .btn__background, .btn--default:hover .btn__background {
  opacity: 1;
  width: 100%;
}

.form__buy {
  border-color: #f9c900;
}
.form__buy .btn__background {
  background: #fff;
  opacity: 1;
}
.form__buy p {
  color: black !important;
}

.load-more__btn {
  position: relative;
}

.load-more__dashed-line {
  border: none;
  height: 2px;
  position: relative;
  margin-top: 17px;
  width: 100%;
  background-image: url("/assets/images/dashed-line.png");
}

.load-more__background {
  position: relative;
  display: inline-block;
  background: #faf7f0;
  padding: 0 20px;
  margin-top: -18px;
}

@media screen and (max-width: 600px) {
  .btn--default {
    display: block;
    width: 100%;
  }
  .btn--default p {
    text-align: center;
  }
}
input:not([type=radio]), textarea {
  display: block;
}

.uniform__potty {
  position: absolute;
  left: -9999px;
}

.error {
  border: 1px solid red;
}

.error-text {
  font-size: 1.4rem;
  color: red;
}

input[type=checkbox],
input[type=radio] {
  display: none;
}

.checkbox-label p {
  font-family: "BrandonGrotesqueWeb-Regular", Helvetica, sans-serif;
  text-transform: uppercase;
  font-size: 1.1rem;
  display: inline-block;
  margin-left: 6px;
  line-height: 1;
  position: relative;
  top: 4px;
}

input[type=checkbox] + label span,
input[type=radio] + label span {
  display: inline-block;
  width: 20px;
  height: 20px;
  vertical-align: middle;
  background: white;
  border-radius: 20px;
  cursor: pointer;
  position: relative;
}
input[type=checkbox] + label span:hover:after,
input[type=radio] + label span:hover:after {
  content: "";
  position: absolute;
  width: 6px;
  height: 2px;
  top: 50%;
  left: 50%;
  background: #2d2b29;
  transform: translate(-50%, -50%) rotate(45deg);
  transition: 0.3s;
}
input[type=checkbox] + label span:hover:before,
input[type=radio] + label span:hover:before {
  content: "";
  position: absolute;
  width: 6px;
  height: 2px;
  top: 50%;
  left: 50%;
  background: #2d2b29;
  transform: translate(-50%, -50%) rotate(-45deg);
  transition: 0.3s;
}

input[type=checkbox]:checked + label span,
input[type=radio]:checked + label span {
  background: #fff;
}
input[type=checkbox]:checked + label span:after,
input[type=radio]:checked + label span:after {
  content: "";
  position: absolute;
  width: 15px;
  height: 2px;
  top: 50%;
  left: 50%;
  background: #2d2b29;
  transform: translate(-50%, -50%) rotate(45deg);
  transition: 0.3s;
}
input[type=checkbox]:checked + label span:before,
input[type=radio]:checked + label span:before {
  content: "";
  position: absolute;
  width: 15px;
  height: 2px;
  top: 50%;
  left: 50%;
  background: #2d2b29;
  transform: translate(-50%, -50%) rotate(-45deg);
  transition: 0.3s;
}

textarea {
  padding: 15px 15px !important;
  border: none;
  background: #fff;
  resize: none;
  height: 250px;
  min-height: 200px !important;
  font-family: "BrandonGrotesqueWeb-Regular", Helvetica, sans-serif;
  font-size: 1.6rem;
  color: #1e1c1b;
}

input[type=submit] {
  display: none !important;
}

.form__submit {
  margin-top: 15px;
}

.newsletter__submit {
  width: 35px !important;
  height: 35px !important;
  padding: 0;
  line-height: 35px;
  display: block;
  position: absolute !important;
  top: 50%;
  right: 4px;
  transform: translateY(-50%);
  margin: 0;
}

input.input--newsletter {
  border: none;
  background: none;
}

.input {
  position: relative;
  z-index: 1;
  display: inline-block;
  /*max-width: 350px*/
  width: 100%;
  vertical-align: top;
}

@media screen and (max-width: 600px) {
  .input {
    width: 100%;
  }
}
.input__field {
  position: relative;
  display: block;
  float: right;
  padding: 1rem 2rem;
  width: 60%;
  border: none;
  border-radius: 0;
  background: #f0f0f0;
  font-weight: normal;
  -webkit-appearance: none;
}

.input__field:focus {
  outline: none;
}

.input__label {
  display: inline-block;
  float: right;
  padding: 0.5rem 1rem 0;
  width: 40%;
  font-weight: normal;
  font-size: 1.6rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.input__label-content {
  position: relative;
  display: block;
  padding: 1rem 0;
  width: 100%;
}

.graphic {
  position: absolute;
  top: 0;
  left: 0;
  fill: none;
}

.icon {
  color: #ddd;
  font-size: 150%;
}

.input--ichiro {
  margin-top: 3rem;
}

.input__field--ichiro {
  position: absolute;
  top: 4px;
  left: 4px;
  z-index: 100;
  display: block;
  padding: 0 1rem;
  width: calc(100% - 8px);
  height: calc(100% - 8px);
  background: white;
  -webkit-transform: scale3d(1, 0, 1);
  transform: scale3d(1, 0, 1);
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, transform 0.3s;
}

.input__label--ichiro {
  width: 100%;
  text-align: left;
  cursor: text;
}

.input__label--ichiro::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -webkit-transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
}

.input__label-content--ichiro {
  -webkit-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
  -webkit-transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
}

.input__field--ichiro:focus,
.input--filled .input__field--ichiro {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}

.input__field--ichiro:focus + .input__label--ichiro,
.input--filled .input__label--ichiro {
  cursor: default;
  pointer-events: none;
}

.input__field--ichiro:focus + .input__label--ichiro::before,
.input--filled .input__label--ichiro::before {
  -webkit-transform: scale3d(1, 1.5, 1);
  transform: scale3d(1, 1.5, 1);
}

.input__field--ichiro:focus + .input__label--ichiro .input__label-content--ichiro,
.input--filled .input__label-content--ichiro {
  -webkit-transform: translate3d(0, -3rem, 0) scale3d(0.8, 0.8, 1);
  transform: translate3d(0, -3rem, 0) scale3d(0.8, 0.8, 1) translateZ(1px);
  color: #eee4cc;
}

h1 {
  font: normal 5.4rem/1 "Arapey", Georgia, serif;
  text-transform: uppercase;
  letter-spacing: 0.025em;
}

h2 {
  font: normal 3.3rem/1.1 "Arapey", Georgia, serif;
  text-transform: uppercase;
  margin-bottom: 25px;
  letter-spacing: 0.025em;
}

h3 {
  font: normal 1.4rem/1.6 "BrandonGrotesqueWeb-Bold", Helvetica, sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.01em;
}

h4 {
  font: normal 2.2rem/1.1 "Arapey", Georgia, serif;
  text-transform: uppercase;
}

h5 {
  font: normal 3rem/1.6 "BrandonGrotesqueWeb-Bold", Helvetica, sans-serif;
}

p {
  font: normal 1.9rem/1.6 "BrandonGrotesqueWeb-Regular", Helvetica, sans-serif;
}
.textarea p {
  margin-bottom: 20px;
}
.textarea p:last-of-type {
  margin-bottom: 0;
}

.textarea ol {
  list-style: decimal;
  list-style-position: inside;
  font: normal 1.9rem/1.6 "BrandonGrotesqueWeb-Regular", Helvetica, sans-serif;
}

strong {
  font: normal 1.9rem/1.6 "BrandonGrotesqueWeb-Bold", Helvetica, sans-serif;
}

em {
  font: italic 1.9rem/1.6 "BrandonGrotesqueWeb-Regular", Helvetica, sans-serif;
}

a {
  font: normal 1.9rem/1.6 "BrandonGrotesqueWeb-Bold", Helvetica, sans-serif;
}

small {
  font: normal 1.2rem/1.6 "BrandonGrotesqueWeb-Regular", Helvetica, sans-serif;
}
small > a {
  font: normal 1.2rem/1.6 "BrandonGrotesqueWeb-Bold", Helvetica, sans-serif;
}

blockquote {
  font: normal 3.2rem/1.3 "Arapey", Georgia, serif;
  text-align: center;
}

@media screen and (max-width: 600px) {
  h1 {
    font: normal 2.8rem/1.6 "Arapey", Georgia, serif;
  }
}
.page-title__wrapper {
  padding-left: 40px;
  padding-right: 40px;
}
.page-title__wrapper .page-title__holder {
  padding: 30px 0 50px;
}
.page-title__wrapper h1 {
  text-align: center;
  font-size: 5rem;
}

@media screen and (max-width: 600px) {
  .page-title__wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }
  .page-title__wrapper .page-title__holder {
    padding: 30px 0;
  }
  .page-title__wrapper h1 {
    font: normal 2.8rem/1.6 "Arapey", Georgia, serif;
  }
}
.textarea__wrapper .textarea__holder {
  padding: 30px 0;
  max-width: 900px !important;
}
.textarea__wrapper .textarea__holder .textarea a {
  font-family: "BrandonGrotesqueWeb-Regular", Helvetica, sans-serif;
}
.textarea__wrapper .textarea__holder .textarea a:hover {
  border-bottom: 1px solid #1e1c1b;
}

.focus-textarea__wrapper .focus-textarea__holder {
  max-width: 900px;
  border: 5px solid #e97235;
  padding: 20px;
}
.focus-textarea__wrapper .focus-textarea__holder > .textarea > p {
  font: normal 1.9rem/1.6 "Arapey", Georgia, serif;
}
.focus-textarea__wrapper .focus-textarea__holder > .textarea > p > strong {
  font: 700 1.9rem/1.6 "Arapey", Georgia, serif;
  letter-spacing: 0.01em;
}
.focus-textarea__wrapper .focus-textarea__holder > .textarea a {
  font: normal 1.9rem/1.6 "Arapey", Georgia, serif;
}
.focus-textarea__wrapper .focus-textarea__holder > .textarea a:hover {
  border-bottom: 1px solid #1e1c1b;
}

@media screen and (max-width: 1000px) {
  .textarea a {
    border-bottom: 1px solid #1e1c1b;
  }
}
.flex-control-nav {
  text-align: center;
  padding-top: 20px;
}
.flex-control-nav li {
  display: inline-block;
}
.flex-control-nav li a {
  text-indent: -9999px;
  position: relative;
  width: 12px;
  height: 12px;
  border-radius: 6px;
  border: 2px solid #1e1c1b;
  display: inline-block;
  background: transparent;
  margin-right: 20px;
}
.flex-control-nav li a.flex-active, .flex-control-nav li a:hover, .flex-control-nav li a:focus {
  background: #1e1c1b;
}

.padding-top--1x {
  padding-top: 25px !important;
}

.padding-top--2x {
  padding-top: 55px !important;
}

.padding-top--3x {
  padding-top: 110px !important;
}

.padding-bottom--1x {
  padding-bottom: 25px !important;
}

.padding-bottom--2x {
  padding-bottom: 55px !important;
}

.padding-bottom--3x {
  padding-bottom: 110px !important;
}

@media screen and (min-width: 601px) and (max-width: 1000px) {
  .focus-textarea__wrapper, .textarea__wrapper {
    padding-left: 40px;
    padding-right: 40px;
  }
  .padding-top--1x {
    padding-top: 40px !important;
  }
  .padding-top--2x {
    padding-top: 55px !important;
  }
  .padding-top--3x {
    padding-top: 80px !important;
  }
  .padding-bottom--1x {
    padding-bottom: 40px !important;
  }
  .padding-bottom--2x {
    padding-bottom: 55px !important;
  }
  .padding-bottom--3x {
    padding-bottom: 80px !important;
  }
}
@media screen and (max-width: 600px) {
  .focus-textarea__wrapper, .textarea__wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }
  .focus-textarea__holder {
    padding: 20px 20px !important;
  }
  .padding-top--1x {
    padding-top: 20px !important;
  }
  .padding-top--2x {
    padding-top: 40px !important;
  }
  .padding-top--3x {
    padding-top: 60px !important;
  }
  .padding-bottom--1x {
    padding-bottom: 20px !important;
  }
  .padding-bottom--2x {
    padding-bottom: 40px !important;
  }
  .padding-bottom--3x {
    padding-bottom: 60px !important;
  }
}
.payment__holder.female, .payment__holder {
  padding: 40px 0;
  background: #f9c900;
}

.payment__holder.male {
  background: #173b29;
}
.payment__holder.male > .payment__content > .payment__description > .payment__description__content h2, .payment__holder.male > .payment__content > .payment__description > .payment__description__content p, .payment__holder.male > .payment__content > .payment__description > .payment__price__holder > .payment__price {
  color: #fff;
}
.payment__holder.male > .payment__content > .payment__description > .payment__price__holder > .payment__arrow {
  background: #fff;
}
.payment__holder.male > .payment__content > .payment__description > .payment__price__holder > .payment__arrow:before {
  background: #fff;
}
.payment__holder.male > .payment__content > .payment__form > form > button.form__buy {
  border-color: #173b29;
}

.payment__content {
  max-width: 800px !important;
  margin-bottom: 55px;
}
.payment__content:last-of-type {
  margin-bottom: 0px;
}

.payment__description__content {
  padding-right: 25px;
}
.payment__description__content h2 {
  line-height: 3rem;
  letter-spacing: 0.025em;
}

.payment__price__holder {
  position: relative;
  padding-left: 60px;
}

.payment__arrow {
  width: 40px;
  height: 1px;
  background: #1e1c1b;
  transform: rotate(-40deg);
  transform-origin: bottom right;
  position: absolute;
  top: 40px;
  left: 0;
}
.payment__arrow::before {
  content: "";
  width: 40px;
  height: 1px;
  background: #1e1c1b;
  transform: rotate(80deg);
  transform-origin: bottom right;
  position: absolute;
  top: 0;
  left: 0;
}

.payment__price {
  font-size: 2.6rem;
  line-height: 2.8rem;
  padding-top: 30px;
}

.payment__form {
  padding-left: 25px;
}

#paypal-cancel-return, #paypal-return, #paypal-voucher-return {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(239, 228, 205, 0.7);
  z-index: 9999;
  text-align: center;
  display: block;
  transition: 0.3s;
}

.paypal-return__content, .paypal-cancel-return__content, .paypal-voucher-return__content {
  background: #fff;
  max-width: 537px;
  display: inline-block;
  text-align: left;
  padding: 30px 40px;
  background: rgb(239, 228, 205);
  border: 7px solid #e97235;
  overflow-y: auto;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  max-height: calc(100% - 40px);
}
.paypal-return__content h2, .paypal-cancel-return__content h2, .paypal-voucher-return__content h2 {
  margin-bottom: 15px;
  line-height: 1.2;
}
.paypal-return__content p, .paypal-cancel-return__content p, .paypal-voucher-return__content p {
  margin-bottom: 30px;
}

.paypal-voucher-return__content p {
  margin-bottom: 10px;
}

@media screen and (min-width: 601px) and (max-width: 1000px) {
  .payment__form {
    padding-left: 0;
    padding-top: 20px;
  }
  .payment__content {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media screen and (max-width: 600px) {
  .payment__content {
    padding-left: 20px;
    padding-right: 20px;
  }
  .payment__form {
    padding-left: 0;
    padding-top: 20px;
  }
}
header.header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: #eee4cc;
  z-index: 9999;
  padding: 40px 40px 20px;
  text-align: center;
  background-position: -400px 0px;
  background-size: cover;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
  box-shadow: 0px 2px 4px rgba(120, 120, 120, 0.5);
  transition: 0.3s;
}
header.header.nav-down {
  top: 0;
}
header.header.nav-up {
  top: -300px;
}

@media screen and (max-width: 600px) {
  header.header {
    padding: 20px 40px 20px;
    background-position: -1120px -56px;
    background-size: 540%;
  }
}
.header__content {
  position: absolute;
  bottom: 20px;
  right: 20px;
}

@media screen and (max-width: 600px) {
  .header__content {
    position: relative;
    bottom: 0;
    right: 0;
    display: inline-block;
  }
}
.logo {
  display: inline-block;
  max-width: 300px;
  width: 300px;
  cursor: pointer;
  position: relative;
}
.logo svg {
  max-width: 100%;
  display: block;
}
.logo:hover svg > path, .logo:hover svg > rect {
  fill: #e35e3b;
}

@media screen and (max-width: 600px) {
  .logo {
    max-width: 240px;
    margin-bottom: 20px;
  }
}
.logo.male:hover svg > path, .logo.male:hover svg > rect {
  fill: #84b191;
}

nav.languages {
  background: #fff;
  display: inline-block;
  float: right;
  border: 4px solid #fff;
  border-radius: 40px;
  margin-right: 25px;
}
nav.languages .languages-item {
  font-family: inherit;
  text-transform: uppercase;
  display: inline-block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  text-align: center;
  cursor: pointer;
  transition: 0.3s;
  font-size: 1.3rem;
}
nav.languages .languages-item:hover {
  transform: rotate(30deg);
}
nav.languages .languages-item a {
  line-height: 34px;
  font-weight: normal;
  font: normal 1.2rem/34px "BrandonGrotesqueWeb-Regular", Helvetica, sans-serif;
}
nav.languages .languages-item.is-active, nav.languages .languages-item:hover {
  background: #2d2b29;
  color: #eee4cc;
}
nav.languages .languages-item.disabled {
  display: none !important;
}

nav.gender {
  background: #fff;
  display: inline-block;
  float: right;
  border: 4px solid #fff;
  border-radius: 40px;
  margin-right: 25px;
  position: relative;
}
nav.gender .gender-item {
  font-family: inherit;
  font-size: 1.6rem;
  text-transform: uppercase;
  display: inline-block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  text-align: center;
  position: relative;
  cursor: pointer;
  transition: 0.3s;
  font-size: 1.3rem;
}
nav.gender .gender-item:hover {
  transform: rotate(30deg);
}
nav.gender .gender-item a {
  display: flex;
  height: 100%;
  justify-content: center;
  align-items: center;
}
nav.gender .gender-item a svg {
  width: 12px;
  height: 17px;
  fill: #2d2b29;
}
nav.gender .gender-item.is-active a svg, nav.gender .gender-item:hover a svg {
  fill: #eee4cc;
}
nav.gender .gender-item.is-active, nav.gender .gender-item:hover {
  background: #2d2b29;
}

.gender-overlay {
  position: absolute;
  width: 260px;
  background: #fff;
  right: 105%;
  padding: 15px;
  border-radius: 6px;
  top: -4px;
}
.gender-overlay__text {
  text-align: left;
  padding-right: 40px;
}
.gender-overlay__buttons {
  text-align: left;
  padding-top: 10px;
}
.gender-overlay::after {
  content: "";
  position: absolute;
  right: -30px;
  top: 0;
  height: 38px;
  width: 40px;
  background: #fff;
}
.gender-overlay p {
  line-height: 32px;
  font: normal 2rem/1.3 "Arapey", Georgia, serif;
}
.gender-overlay .gender-overlay__switch--female,
.gender-overlay .gender-overlay__switch--male {
  -webkit-appearance: none;
  border: none;
  text-align: left;
  display: inline-block;
}
.gender-overlay .gender-overlay__switch--female:hover,
.gender-overlay .gender-overlay__switch--male:hover {
  color: rgb(243, 148, 56);
}
.gender-overlay .gender-overlay__switch--female:hover svg,
.gender-overlay .gender-overlay__switch--male:hover svg {
  fill: rgb(243, 148, 56);
}
.gender-overlay .gender-overlay__switch--female svg,
.gender-overlay .gender-overlay__switch--male svg {
  display: inline-block;
  max-height: 22px;
  width: 20px;
  line-height: 100%;
}
.gender-overlay .gender-overlay__switch--female p,
.gender-overlay .gender-overlay__switch--male p {
  display: inline-block;
}
.gender-overlay .gender-overlay__close {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 24px;
  height: 24px;
  cursor: pointer;
}
.gender-overlay .gender-overlay__close__line {
  width: 30px;
  height: 3px;
  position: absolute;
  right: 0;
  background: black;
}
.gender-overlay .gender-overlay__close__line:first-of-type {
  transform: translateY(-50%) rotate(-45deg);
  transform-origin: center center;
  top: 50%;
}
.gender-overlay .gender-overlay__close__line:last-of-type {
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  transform-origin: center center;
}

@media screen and (max-width: 600px) {
  .gender-overlay {
    position: fixed;
    width: 100%;
    top: 142px;
    right: 0;
    border-radius: 6px;
  }
  .gender-overlay::after {
    display: none;
  }
}
.submenu__holder {
  width: 0;
  height: 100vh;
  height: 100%;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 8000;
}
.submenu__holder.active {
  width: 100%;
  width: 100vw;
  height: 100%;
  height: 100vh;
}

.submenu__background {
  opacity: 0.7;
  background: #faf7f0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.submenu__content {
  position: fixed;
  height: 100%;
  width: 360px;
  top: 0;
  right: -360px;
  z-index: 9998;
  background: #eee4cc;
  padding: 160px 0px 20px 20px;
  transition: 0.4s;
  overflow: auto;
  opacity: 1;
}
.submenu__holder.active > .submenu__content {
  right: 0;
  z-index: 9998;
}
@media screen and (max-width: 600px) {
  .submenu__content {
    width: 100%;
    right: -100%;
    z-index: 9998;
    padding: 180px 0px 20px 20px;
  }
}

.submenu__tree.level-one {
  display: block;
  overflow: auto;
  max-height: 100%;
  padding-right: 20px;
}
.submenu__tree.level-one a.underline {
  font: normal 2rem/1.4 "BrandonGrotesqueWeb-Regular", Helvetica, sans-serif;
  text-transform: none !important;
  border-bottom: 1px solid black;
  margin-left: 4rem;
}
.submenu__tree.level-one:after {
  content: "";
  position: absolute;
  width: 40px;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -10;
  background: rgba(243, 148, 56, 0.45);
}
.submenu__tree.level-one.male:after {
  background: rgba(34, 97, 92, 0.3);
}
.submenu__tree.level-one .submenu__leaf a {
  display: block;
  margin-bottom: 2rem;
  transition: 0.3s;
}
.submenu__tree.level-one .submenu__leaf a:hover h3, .submenu__tree.level-one .submenu__leaf a.active h3 {
  color: #fff !important;
}
.submenu__tree.level-one .submenu__leaf a:hover h3:after, .submenu__tree.level-one .submenu__leaf a.active h3:after {
  content: "\f105";
  font-family: "FontAwesome";
  font-size: 2rem;
  position: absolute;
  right: -20px;
  top: -3px;
}
.submenu__tree.level-one .submenu__leaf h3 {
  font: normal 2rem/1.4 "BrandonGrotesqueWeb-Bold", Helvetica, sans-serif;
  text-transform: uppercase;
  display: inline-block;
  position: relative;
}

.submenu__tree.level-two {
  display: block;
  padding-left: 4rem;
  margin-bottom: 2rem;
}
.submenu__tree.level-two .submenu__leaf a {
  font: normal 2rem/1.4 "BrandonGrotesqueWeb-Regular", Helvetica, sans-serif;
  text-transform: none;
  margin-bottom: 0 !important;
}
.submenu__tree.level-two .submenu__leaf a:hover, .submenu__tree.level-two .submenu__leaf a.active {
  color: #fff !important;
}

.submenu-toggle {
  float: right;
  position: relative;
  cursor: pointer;
  width: 38px;
  height: 38px;
}
.submenu-toggle .submenu-toggle__line {
  position: absolute;
  background: #1e1c1b;
  width: 38px;
  height: 4px;
  display: inline-block;
  left: 0;
  transition: 0.3s;
}
.submenu-toggle .submenu-toggle__line.first {
  top: 8px;
}
.submenu-toggle .submenu-toggle__line.second {
  top: 17px;
}
.submenu-toggle .submenu-toggle__line.third {
  top: 26px;
}
.submenu-toggle:hover > span, .submenu-toggle:focus > span {
  background: #fff;
}
.submenu-toggle.active > .submenu-toggle__line.first {
  transform: rotate(-45deg);
  transform-origin: center center;
  top: 17px;
}
.submenu-toggle.active > .submenu-toggle__line.second {
  display: none;
}
.submenu-toggle.active > .submenu-toggle__line.third {
  transform: rotate(45deg);
  transform-origin: center center;
  top: 17px;
}

.breadcrumbs {
  padding: 30px 0 30px;
}
.breadcrumbs a.breadcrumb__path-anchor, .breadcrumbs span {
  text-transform: uppercase;
  font-weight: normal;
  position: relative;
  font: normal 1.4rem/2.3 "BrandonGrotesqueWeb-Regular", Helvetica, sans-serif;
}
.breadcrumbs a.breadcrumb__path-anchor {
  cursor: pointer;
  margin-right: 20px;
}
.breadcrumbs a.breadcrumb__path-anchor::after {
  content: "\f105";
  position: absolute;
  right: -12px;
  top: -7px;
  font-size: 20px !important;
  font-family: "FontAwesome";
  display: block;
  line-height: 2.3rem;
}

@media screen and (min-width: 601px) and (max-width: 1000px) {
  .breadcrumbs {
    padding-left: 40px;
    padding-right: 40px;
  }
  header.header {
    text-align: left;
  }
}
@media screen and (max-width: 600px) {
  .breadcrumbs {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.tag-toggles__wrapper {
  margin-bottom: 0;
}

.tag-toggles__holder {
  text-align: center;
  padding-top: 20px;
}

.overview-list {
  margin-bottom: 15px;
}
.overview-list .load-more__holder.hidden {
  display: none;
}

.grid-item {
  padding-right: 0 !important;
}

.grid-masonry {
  padding-right: 0 !important;
}

.category-item {
  position: relative;
  display: inline-block;
  padding: 10px 40px 20px;
  margin-left: -20px;
  transition: 0.3s;
  cursor: pointer;
  z-index: 20;
  transform: translateY(10px);
}
.category-item:hover {
  transform: translateY(5px);
  transition: 0.3s;
}
.category-item .category-item__content {
  position: relative;
  z-index: 20;
}
.category-item i {
  cursor: pointer;
  opacity: 1;
  color: #fff;
  font-size: 2.1rem;
  top: 2px;
  margin-left: 1rem;
  position: relative;
}
.category-item .background {
  position: absolute;
  top: 0;
  left: 0px;
  right: 0px;
  bottom: 0;
  border-bottom: 50px solid transparent;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  height: 0;
  z-index: 0;
}
.category-item .shadow {
  content: "";
  position: absolute;
  top: 0;
  left: 0px;
  right: 0px;
  bottom: 0;
  border-bottom: 50px solid rgba(50, 50, 50, 0.7);
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  height: 0;
  z-index: -1;
  filter: blur(3px);
  transform: translateZ(0);
}
.category-item p {
  font-size: 1.3rem;
  text-transform: uppercase;
  letter-spacing: 0.01em;
  color: #fff;
  margin-bottom: 0 !important;
}

.no-channels > .overview-item__content {
  padding: 0 0 34px;
}

.overview-item {
  padding-right: 15px !important;
  padding-bottom: 15px !important;
}
.overview-item__content {
  padding: 0 0 55px;
}
.overview-item--figure {
  padding-left: 50px;
  padding-right: 20px;
  position: relative;
}
.overview-item--image {
  display: inline-block;
  max-width: 100%;
  border: 7px solid #fff;
}
.overview-item__multipattern-content {
  border: 7px solid #fff;
  width: 100%;
  margin-bottom: 3px;
  font-size: 0;
}
.overview-item__multipattern-item--9x {
  width: 33.3333333%;
  background: transparent;
  display: inline-block !important;
  position: relative;
  margin: 0;
}
.overview-item__multipattern-item--4x {
  width: 50%;
  background: transparent;
  display: inline-block !important;
  position: relative;
  margin: 0;
}
.overview-item--description {
  background: #fff;
}
.overview-item i {
  cursor: pointer;
  opacity: 1;
  color: #fff;
  font-size: 2.6rem;
  margin-right: 0.6rem;
}
.overview-item i:hover, .overview-item i:focus {
  opacity: 0.5;
}
.overview-item .overview-item__channels {
  width: 100%;
  text-align: right;
  padding: 17px;
}

.press-article__overview-item {
  margin-bottom: 25px;
  padding-right: 25px !important;
}
.press-article__overview-item .overview-item__description__holder {
  padding: 0 7px;
  position: relative;
}

.news-article__overview-item {
  margin-bottom: 0;
}
.news-article__overview-item .overview-item__description__holder {
  padding: 0 7px;
}

.overview-item__description__holder {
  padding: 0 70px 0 7px;
  position: relative;
}
.overview-item__description__holder .overview-item__description__content {
  background: #fff;
  padding: 30px 25px;
  margin-top: -10px;
  position: relative;
  z-index: 20;
}
.overview-item__description__holder .overview-item__description__content h1 {
  font-size: 2.2rem;
  line-height: 1.2;
  margin-bottom: 10px;
  letter-spacing: 0.025em;
}
.overview-item__description__holder .overview-item__description__content p {
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 20px;
}
.overview-item__description__holder .category-item {
  position: absolute;
  display: block;
  right: 85px;
  top: 60px;
  width: auto !important;
  transform-origin: right bottom;
  transform: rotate(90deg) translate(50%, 0);
  z-index: 0;
  margin-right: 0 !important;
}
.overview-item__description__holder .category-item:hover {
  right: 80px;
}

.load-more__holder {
  padding: 110px 0;
  text-align: center;
}

.voices-item {
  padding: 55px 37px !important;
  text-align: center;
}
.voices-item.female {
  background: #e97235;
}
.voices-item.male {
  background: #bd5a09;
}
.voices-item blockquote {
  color: #fff;
  margin-bottom: 30px;
  font-style: italic;
}
.voices-item cite {
  font: normal 1rem/1.6 "BrandonGrotesqueWeb-Regular", Helvetica, sans-serif;
  text-transform: uppercase;
  color: #fff;
}
.voices-item .quote__marks {
  display: inline-block;
  height: 60px;
  position: relative;
  margin-bottom: 30px;
}
.voices-item .quote__marks span {
  top: 0;
  width: 80px;
  height: 1px;
  background: #fff;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
}
.voices-item .quote__marks:before {
  content: "”";
  position: absolute;
  display: inline-block;
  color: #fff;
  top: -53px;
  left: -40px;
  font: normal 12rem/1.6 "Arapey", Georgia, serif;
}
.voices-item .quote__marks:after {
  content: "“";
  position: absolute;
  display: inline-block;
  color: #fff;
  top: -22px;
  font: normal 12rem/1.6 "Arapey", Georgia, serif;
}
.voices-item .voices-slider {
  margin-bottom: 30px;
}
.voices-item .slider-control {
  display: inline-block;
  position: relative;
  width: 35px;
  height: 35px;
  border: 2px solid #fff;
  border-radius: 18px;
  line-height: 28px;
  text-align: center;
  color: #fff;
  cursor: pointer;
}
.voices-item .flex-prev {
  margin-right: 35px;
}
.voices-item .prev:after {
  content: "\f104";
  font-family: "FontAwesome";
  position: relative;
  font-weight: normal;
  font-size: 30px;
  vertical-align: middle;
  left: -2px;
}
.voices-item .next:after {
  content: "\f105";
  font-family: "FontAwesome";
  position: relative;
  font-size: 30px;
  vertical-align: middle;
  right: -2px;
}

.client-meanings__content {
  position: relative;
  margin: 0 auto;
  max-width: 913px;
}

.edit-button {
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 9995;
}
.edit-button i {
  color: #fff;
  padding: 10px;
  background: #1e1c1b;
  font-size: 1.3rem;
  border-radius: 20px;
  width: 30px;
  height: 30px;
}

.teaser-newsletter-form__holder > .teaser-newsletter-form__content {
  padding: 0;
}

.teaser.newsletter-form__email-input {
  min-width: 0;
}

ihome.teaser--newsletter--submit {
  margin-right: 0;
}

@media screen and (max-width: 600px) {
  .category-item:first-of-type {
    margin-left: 40px !important;
    margin-right: 40px !important;
  }
  .category-item {
    padding: 10px 20px 20px;
    width: 50%;
    margin-left: 0;
    margin-top: -20px;
    display: inline-block;
  }
  .category-item:nth-of-type(even) {
    margin-right: -20px;
  }
}
@media screen and (min-width: 601px) and (max-width: 1000px) {
  .grid-item {
    width: 50%;
  }
  .client-meanings__content > .voices-item {
    width: 100%;
  }
}
@media screen and (max-width: 1000px) {
  .press-article__overview-item {
    margin-bottom: 25px;
    padding-right: 0 !important;
  }
}
.custom-navigation {
  display: flex;
  justify-content: center;
  gap: 30px;
}

.contact__wrapper {
  margin-bottom: 15px;
}
.contact__wrapper .contact__holder {
  padding: 55px 50px 0;
  background: url("/assets/images/contact--female.jpg") -20% 0% no-repeat, url("/assets/images/contact--female.jpg") 120% 100% no-repeat;
  background-blend-mode: multiply;
  background-color: #eee4cc;
}
.contact__wrapper.expanded > .contact__holder {
  padding: 55px 50px 0;
  background: url("/assets/images/contact--female.jpg") -20% 250% no-repeat, url("/assets/images/contact--female.jpg") 120% -157% no-repeat;
  background-blend-mode: multiply;
  background-color: #eee4cc;
}
.contact__wrapper.male > .contact__holder {
  background: url("/assets/images/contact--male.jpg") -20% 0% no-repeat, url("/assets/images/contact--male.jpg") 120% 100% no-repeat;
  background-blend-mode: multiply;
  background-color: #eee4cc;
}
.contact__wrapper.expanded.male > .contact__holder {
  padding: 55px 50px 0;
  background: url("/assets/images/contact--male.jpg") -20% 250% no-repeat, url("/assets/images/contact--male.jpg") 120% -157% no-repeat;
  background-blend-mode: multiply;
  background-color: #eee4cc;
}
.contact__wrapper .contact__holder.no-background {
  background: #eee4cc !important;
  padding: 0 102px;
}
.contact__wrapper h3 {
  line-height: 2.5;
}
.contact__wrapper .contact__expand-toggle__wrapper {
  padding-bottom: 55px;
  padding-right: 0;
  text-align: center;
}
.contact__wrapper .contact__expand-toggle__wrapper .contact__expand-toggle p:after {
  content: "\f107";
  font-family: "FontAwesome";
  margin-left: 10px;
}
.contact__wrapper .contact__expand-toggle__wrapper .contact__expand-toggle.form-expanded p:after {
  content: "\f106";
  font-family: "FontAwesome";
  margin-left: 10px;
}
.contact__wrapper .contact__content {
  padding: 20px 0 55px;
  display: none;
  overflow: hidden;
  transition: 0.3s;
}
.contact__wrapper .contact__content iframe {
  height: 70px;
}
.contact__wrapper.expanded .contact__content {
  display: block;
  transition: 0.3s;
}
@media screen and (max-width: 600px) {
  .contact__wrapper .col-1-3:first-of-type {
    margin-bottom: 20px;
  }
}

#contact:target > .contact__holder > .contact__content {
  display: block;
  transition: 0.3s;
}

.contact__name {
  margin-top: 0 !important;
}

.contact__checkboxes {
  margin-top: 15px;
}
.contact__checkboxes > .col-1-2 {
  margin-bottom: 15px;
  padding-right: 5px !important;
}

#mail-success, #voucher-thanks, #voucher-thanks-print {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(239, 228, 205, 0.7);
  z-index: 9999;
  text-align: center;
  display: none;
  transition: 0.3s;
}

#mail-success:target,
#voucher-thanks:target,
#voucher-thanks-print:target {
  display: block;
}

.mail-success__content,
.voucher-thanks__content {
  background: #fff;
  max-width: 537px;
  display: inline-block;
  margin-top: 200px;
  text-align: left;
  padding: 30px 107px;
  border: 7px solid #e97235;
}
.mail-success__content h2,
.voucher-thanks__content h2 {
  margin-bottom: 15px;
  line-height: 1.2;
}
.mail-success__content p,
.voucher-thanks__content p {
  margin-bottom: 30px;
}

.contact-info__content > p > a {
  font: normal 1.9rem/1.6 "BrandonGrotesqueWeb-Regular", Helvetica, sans-serif !important;
  border-bottom: 1px solid #1e1c1b;
}

@media screen and (min-width: 601px) and (max-width: 1000px) {
  .contact__content > .col-1-3,
  .contact__content > .col-2-3 {
    width: 100%;
  }
  .contact__content > .col-2-3 {
    padding-top: 40px;
  }
  .contact__checkboxes > .col-1-2 {
    width: 100%;
  }
  #message textarea {
    height: 400px;
  }
}
@media screen and (max-width: 600px) {
  .contact__wrapper .contact__holder {
    padding: 55px 30px 0;
  }
  .contact-info__wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }
  .contact__content > .col-1-3,
  .contact__content > .col-2-3 {
    padding-right: 0;
  }
}
.quote__holder {
  max-width: 725px !important;
}

.quote__content {
  text-align: center;
}

.quote__marks {
  display: inline-block;
  height: 60px;
  position: relative;
  margin-bottom: 30px;
}
.quote__marks span {
  top: 0;
  width: 80px;
  height: 1px;
  background: #1e1c1b;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
}
.quote__marks:before {
  content: "”";
  position: absolute;
  display: inline-block;
  top: -53px;
  left: -40px;
  font: normal 12rem/1.6 "Arapey", Georgia, serif;
}
.quote__marks:after {
  content: "“";
  position: absolute;
  display: inline-block;
  top: -22px;
  font: normal 12rem/1.6 "Arapey", Georgia, serif;
}

.quote__signature img {
  margin-top: 30px;
  display: inline-block;
  width: 120px;
}
.quote__signature h4 {
  margin-top: 20px;
}

@media screen and (min-width: 601px) and (max-width: 1000px) {
  .quote__holder {
    max-width: 725px;
    padding: 0 40px;
  }
}
@media screen and (max-width: 600px) {
  .quote__holder {
    max-width: 725px;
    padding: 0 20px;
  }
}
.newsletter-form__wrapper {
  margin-bottom: 15px;
}

.newsletter-form__holder {
  padding: 55px 0;
  text-align: center;
}
.newsletter-form__holder.female {
  background: url("/assets/images/newsletter-bg--female.jpg") top left/cover no-repeat;
}
.newsletter-form__holder.male {
  background: url("/assets/images/newsletter-bg--male.jpg") top left/cover no-repeat;
}

.newsletter-form__content {
  max-width: 374px;
  padding: 30px !important;
  display: inline-block;
  margin: 0 auto;
  position: relative;
  background: #fff;
  text-align: left;
}
.newsletter-form__content p {
  margin-bottom: 30px;
}

.newsletter-form__email-input {
  display: block;
  height: 41px;
  background: #eee4cc;
  border-radius: 18px;
  padding: 4px;
  width: 100%;
  margin: 0;
  position: relative;
  min-width: 314px;
}

.input--newsletter {
  font-size: 14px;
  line-height: 19px;
  font-family: "BrandonGrotesqueWeb-Regular", Helvetica, sans-serif;
  padding: 0px 20px;
  width: 100%;
  height: 100%;
  border-radius: 15px;
}

@media screen and (max-width: 600px) {
  .newsletter-form__holder {
    padding: 40px 30px;
  }
  .newsletter-form__content {
    display: block;
  }
  .newsletter-form__email-input {
    min-width: 0;
  }
}
.partner-overview__item {
  margin-bottom: 110px;
  position: relative;
  padding-right: 20px !important;
  vertical-align: top;
}
.partner-overview__item img {
  max-width: 188px;
  filter: grayscale(1);
  transition: 0.3s;
  cursor: pointer;
  width: 100%;
  max-height: 80px;
  display: inline-block;
}
.partner-overview__item:hover > img, .partner-overview__item:focus > img {
  filter: none;
}
.partner-overview__item p {
  max-width: 188px;
  margin-bottom: 15px;
}

@media screen and (min-width: 601px) and (max-width: 1000px) {
  .partner-overview__wrapper {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (max-width: 600px) {
  .partner-overview__wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }
  .partner-overview__item {
    margin-bottom: 30px;
    display: inline-block;
    float: none;
    text-align: center;
  }
  .partner-overview__item p {
    max-width: 100%;
    margin-bottom: 15px;
  }
}
.availability__wrapper {
  padding: 0;
}
.availability__wrapper .availability__holder {
  max-width: 900px;
  border: 7px solid #e97235;
  padding: 30px;
}
.availability__wrapper .availability__holder > .textarea {
  text-align: center;
}
.availability__wrapper .availability__holder > .textarea > p {
  font: normal 1.9rem/1.6 "Arapey", Georgia, serif;
  margin-bottom: 20px;
}
.availability__wrapper .availability__holder > .textarea > p strong {
  font: 500 1.9rem/1.6 "Arapey", Georgia, serif;
}
.availability__wrapper .availability__holder > .textarea a {
  font: normal 1.9rem/1.6 "BrandonGrotesqueWeb-Regular", Helvetica, sans-serif;
}
.availability__wrapper .availability__holder > .textarea a:hover {
  border-bottom: 2px solid #1e1c1b;
}
.availability__wrapper .availability__link {
  padding-top: 20px;
}

@media screen and (min-width: 601px) and (max-width: 1000px) {
  .availability__wrapper {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (max-width: 600px) {
  .availability__wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.multipattern__wrapper {
  background: #faf7f0;
  padding: 60px 0;
}

.multipattern__holder {
  max-width: 900px !important;
  font-size: 0;
  text-align: center;
}

.multipattern__content {
  width: 16.666667%;
  display: inline-block;
  padding: 0 10px 20px 10px;
  font-size: 0;
}

.multipattern__item {
  display: block;
  height: 100%;
}

@media screen and (max-width: 1000px) {
  .multipattern__content {
    width: 33.333333%;
  }
}
.dashed-line__content {
  padding: 0;
}

.dashed-line__line {
  border: none;
  height: 2px;
  position: relative;
  width: 100%;
  background-image: url("/assets/images/dashed-line.png");
}

.further-interests__holder h2 {
  font-size: 24px;
}

.further-interests__item {
  padding: 5px;
  background: white;
  margin-bottom: 20px;
  position: relative;
}
.further-interests__item__image {
  width: calc(50% - 5px);
  height: calc(100% - 10px);
  position: absolute;
  overflow: hidden;
  background-size: cover;
}
.further-interests__item__content {
  width: 50%;
  right: 0;
  position: relative;
  margin-right: 0;
  display: block;
  margin-left: auto;
  padding: 20px 0 20px 20px;
}
.further-interests__item__content h4 {
  margin-bottom: 10px;
}
.further-interests__item__content p {
  font-size: 16px;
  margin-bottom: 20px;
}

footer {
  padding: 55px 0 110px;
  background: #eee4cc;
}
footer h2 {
  margin-bottom: 6px;
}
footer p {
  color: #1e1c1b;
  font: normal 1.3rem/1.4 "BrandonGrotesqueWeb-Regular", Helvetica, sans-serif;
  letter-spacing: 0.02em;
}
footer p.uppercase {
  text-transform: uppercase;
  margin-bottom: 10px;
}
footer a {
  color: #1e1c1b;
  font: normal 1.3rem/1.4 "BrandonGrotesqueWeb-Regular", Helvetica, sans-serif;
  display: block;
  text-transform: uppercase;
  margin-bottom: 1rem;
  letter-spacing: 0.02em;
}
footer a.underline {
  border-bottom: 1px solid black;
  display: inline-block;
}
@media screen and (min-width: 601px) and (max-width: 1000px) {
  footer {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }
}
@media screen and (max-width: 600px) {
  footer {
    padding-left: 30px !important;
    padding-right: 30px !important;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .footer__content > .col-1-4:first-of-type {
    margin-bottom: 30px;
  }
}
.cookie-banner {
  position: fixed;
  background: #eee4cc;
  bottom: 0;
  left: 0;
  right: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  z-index: 10000;
  box-shadow: 4px 0px 4px rgba(120, 120, 120, 0.5);
}
.cookie-banner__close {
  position: absolute;
  top: 20px;
  right: 20px;
}
.cookie-banner__close button {
  cursor: pointer;
}
.cookie-banner__close button .cookie-banner__close__line {
  width: 30px;
  height: 3px;
  position: absolute;
  right: 0;
  background: black;
}
.cookie-banner__close button .cookie-banner__close__line:first-of-type {
  transform: translateY(-50%) rotate(-45deg);
  transform-origin: center center;
  top: 50%;
}
.cookie-banner__close button .cookie-banner__close__line:last-of-type {
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  transform-origin: center center;
}

.basicLightbox {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(250, 247, 240, 0.9);
  z-index: 10000;
  display: flex;
  justify-content: center;
  align-items: center;
}
.basicLightbox .modal__close {
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
}
.basicLightbox .modal__close .modal__close__line {
  width: 30px;
  height: 3px;
  position: absolute;
  right: 0;
  background: black;
}
.basicLightbox .modal__close .modal__close__line:first-of-type {
  transform: translateY(-50%) rotate(-45deg);
  transform-origin: center center;
  top: 50%;
}
.basicLightbox .modal__close .modal__close__line:last-of-type {
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  transform-origin: center center;
}

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