/* stylelint-disable */
:root {
  --font-primary: sans-serif;
  --font-secondary: serif;
  /* set base values */
  --text-base-size: 1em;
  --text-scale-ratio: 1.2;
  /* type scale */
  /* stylelint-disable max-line-length */
  --text-xs: calc(1em / (var(--text-scale-ratio) * var(--text-scale-ratio)));
  --text-sm: calc(1em / var(--text-scale-ratio));
  --text-md: calc(1em * var(--text-scale-ratio));
  --text-lg: calc(1em * var(--text-scale-ratio) * var(--text-scale-ratio));
  --text-xl: calc(1em * var(--text-scale-ratio) * var(--text-scale-ratio) * var(--text-scale-ratio));
  --text-xxl: calc(1em * var(--text-scale-ratio) * var(--text-scale-ratio) * var(--text-scale-ratio) * var(--text-scale-ratio));
  --text-xxxl: calc(1em * var(--text-scale-ratio) * var(--text-scale-ratio) * var(--text-scale-ratio) * var(--text-scale-ratio) * var(--text-scale-ratio));
  /* stylelint-enable max-line-length */
}

::-moz-selection { /* Code for Firefox */
  background-color: #bd8b50;
  color: #fff;
}

::selection {
  background-color: #bd8b50;
  color: #fff;
}

body {
  font-size: var(--text-base-size);
  font-family: "Poppins-Regular", sans-serif;
  color: var(--color-text);
}
body:not(.home) .post-type-page > p, body:not(.home) .post-type-page > ul, body:not(.home) .post-type-page > ol, body:not(.home) .post-type-page > pre, body:not(.home) .post-type-page > blockquote, body:not(.home) .post-type-page > .wp-block-image, body:not(.home) .post-type-page > .wp-block-file, body:not(.home) .post-type-page > .wp-block-button, body:not(.home) .post-type-page > .wp-block-table, body:not(.home) .post-type-page > .wp-block-pullquote, body:not(.home) .post-type-page > .wp-block-columns, body:not(.home) .post-type-page > .wp-block-media-text, body:not(.home) .post-type-page > .wp-block-calendar, body:not(.home) .post-type-page > .wp-block-embed, body:not(.home) .post-type-page > form, body:not(.home) .post-type-page > iframe, body:not(.home) .post-type-page > h1, body:not(.home) .post-type-page > h2, body:not(.home) .post-type-page > h3, body:not(.home) .post-type-page > h4, body:not(.home) .post-type-page > h5, body:not(.home) .post-type-page > h6, body:not(.home) .post-type-page > hr, body:not(.home) .post-type-page > figure {
  max-width: 1330px;
  padding-left: 25px;
  padding-right: 25px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 768px) {
  body:not(.home) .post-type-page > p, body:not(.home) .post-type-page > ul, body:not(.home) .post-type-page > ol, body:not(.home) .post-type-page > pre, body:not(.home) .post-type-page > blockquote, body:not(.home) .post-type-page > .wp-block-image, body:not(.home) .post-type-page > .wp-block-file, body:not(.home) .post-type-page > .wp-block-button, body:not(.home) .post-type-page > .wp-block-table, body:not(.home) .post-type-page > .wp-block-pullquote, body:not(.home) .post-type-page > .wp-block-columns, body:not(.home) .post-type-page > .wp-block-media-text, body:not(.home) .post-type-page > .wp-block-calendar, body:not(.home) .post-type-page > .wp-block-embed, body:not(.home) .post-type-page > form, body:not(.home) .post-type-page > iframe, body:not(.home) .post-type-page > h1, body:not(.home) .post-type-page > h2, body:not(.home) .post-type-page > h3, body:not(.home) .post-type-page > h4, body:not(.home) .post-type-page > h5, body:not(.home) .post-type-page > h6, body:not(.home) .post-type-page > hr, body:not(.home) .post-type-page > figure {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (min-width: 992px) {
  body:not(.home) .post-type-page > p, body:not(.home) .post-type-page > ul, body:not(.home) .post-type-page > ol, body:not(.home) .post-type-page > pre, body:not(.home) .post-type-page > blockquote, body:not(.home) .post-type-page > .wp-block-image, body:not(.home) .post-type-page > .wp-block-file, body:not(.home) .post-type-page > .wp-block-button, body:not(.home) .post-type-page > .wp-block-table, body:not(.home) .post-type-page > .wp-block-pullquote, body:not(.home) .post-type-page > .wp-block-columns, body:not(.home) .post-type-page > .wp-block-media-text, body:not(.home) .post-type-page > .wp-block-calendar, body:not(.home) .post-type-page > .wp-block-embed, body:not(.home) .post-type-page > form, body:not(.home) .post-type-page > iframe, body:not(.home) .post-type-page > h1, body:not(.home) .post-type-page > h2, body:not(.home) .post-type-page > h3, body:not(.home) .post-type-page > h4, body:not(.home) .post-type-page > h5, body:not(.home) .post-type-page > h6, body:not(.home) .post-type-page > hr, body:not(.home) .post-type-page > figure {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media (min-width: 1800px) {
  body:not(.home) .post-type-page > p, body:not(.home) .post-type-page > ul, body:not(.home) .post-type-page > ol, body:not(.home) .post-type-page > pre, body:not(.home) .post-type-page > blockquote, body:not(.home) .post-type-page > .wp-block-image, body:not(.home) .post-type-page > .wp-block-file, body:not(.home) .post-type-page > .wp-block-button, body:not(.home) .post-type-page > .wp-block-table, body:not(.home) .post-type-page > .wp-block-pullquote, body:not(.home) .post-type-page > .wp-block-columns, body:not(.home) .post-type-page > .wp-block-media-text, body:not(.home) .post-type-page > .wp-block-calendar, body:not(.home) .post-type-page > .wp-block-embed, body:not(.home) .post-type-page > form, body:not(.home) .post-type-page > iframe, body:not(.home) .post-type-page > h1, body:not(.home) .post-type-page > h2, body:not(.home) .post-type-page > h3, body:not(.home) .post-type-page > h4, body:not(.home) .post-type-page > h5, body:not(.home) .post-type-page > h6, body:not(.home) .post-type-page > hr, body:not(.home) .post-type-page > figure {
    padding-left: 15px;
    padding-right: 15px;
  }
}
body:not(.home) .post-type-page > figure figure figcaption {
  background: #bd8b50 !important;
  padding: 10px 8px 8px !important;
}
body:not(.home) .post-type-page > h2 {
  color: #000;
  font-family: "Poppins-SemiBold", sans-serif;
  font-size: 38px;
  font-weight: 600;
  line-height: 42px;
  padding-top: 30px;
  text-align: center;
}
@media (min-width: 992px) {
  body:not(.home) .post-type-page > h2 {
    text-align: left;
    padding-top: 60px;
  }
}
@media (min-width: 1200px) {
  body:not(.home) .post-type-page > h2 {
    padding-top: 100px;
  }
}
@media (min-width: 1800px) {
  body:not(.home) .post-type-page > h2 {
    font-size: 45px;
    padding-top: 140px;
  }
}
body:not(.home) .post-type-page > .guten-subtitle {
  padding-top: 40px;
}
@media (min-width: 1800px) {
  body:not(.home) .post-type-page > .guten-subtitle {
    padding-top: 58px;
  }
}
body:not(.home) .post-type-page > p {
  font-family: "Poppins-Regular", sans-serif;
  font-weight: 400;
  letter-spacing: -0.5px;
  line-height: 42px;
  font-size: 18px;
  padding-top: 18px;
  padding-bottom: 8px;
}
body:not(.home) .post-type-page > p a {
  color: #bd8b50;
}
body:not(.home) .post-type-page > p a:hover {
  color: #30190c;
}
body:not(.home) .post-type-page > p strong {
  font-weight: 700;
}
body:not(.home) .post-type-page > p.form__link a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 290px;
  height: 50px;
  color: #fff;
  background-color: #bd8b50;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 16px;
  box-shadow: 0 5px 12px rgba(0, 0, 0, 0.3);
}
body:not(.home) .post-type-page > p.form__link a:hover {
  background-color: #5d4030;
}
@media (min-width: 992px) {
  body:not(.home) .post-type-page > p.form__link a {
    width: 340px;
    height: 60px;
    font-size: 18px;
  }
}
@media (min-width: 992px) {
  body:not(.home) .post-type-page > p {
    font-size: 20px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: -0.9px;
    line-height: 42px;
  }
}
body:not(.home) .post-type-page > p:last-child {
  padding-bottom: 109px;
}
body:not(.home) .post-type-page > .wp-block-gallery figure {
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.4);
}
body:not(.home) .post-type-page > .wp-block-image .is-style-white-border, body:not(.home) .post-type-page > .wp-block-image .is-style-default {
  text-align: center;
}
body:not(.home) .post-type-page > .wp-block-image .is-style-white-border .alignright, body:not(.home) .post-type-page > .wp-block-image .is-style-default .alignright {
  float: none;
  margin: 0 auto;
}
@media (min-width: 992px) {
  body:not(.home) .post-type-page > .wp-block-image .is-style-white-border .alignright, body:not(.home) .post-type-page > .wp-block-image .is-style-default .alignright {
    padding-top: 85px;
    float: right;
    margin: 0.5em 0 0.5em 1em;
  }
}
@media (min-width: 1440px) {
  body:not(.home) .post-type-page > .wp-block-image .is-style-white-border .alignright, body:not(.home) .post-type-page > .wp-block-image .is-style-default .alignright {
    padding-top: 40px;
    margin: 0.5em 0 0.5em 1em;
  }
}
body:not(.home) .post-type-page > .wp-block-image .is-style-white-border figure, body:not(.home) .post-type-page > .wp-block-image .is-style-default figure {
  padding-top: 40px;
}
@media (min-width: 992px) {
  body:not(.home) .post-type-page > .wp-block-image .is-style-white-border figure, body:not(.home) .post-type-page > .wp-block-image .is-style-default figure {
    margin-top: -40px !important;
    margin-left: 77px !important;
    padding-top: 70px;
  }
}
@media (min-width: 1200px) {
  body:not(.home) .post-type-page > .wp-block-image .is-style-white-border figure, body:not(.home) .post-type-page > .wp-block-image .is-style-default figure {
    padding-top: 0;
  }
}
body:not(.home) .post-type-page > .wp-block-image .is-style-white-border figure img, body:not(.home) .post-type-page > .wp-block-image .is-style-default figure img {
  max-width: 90%;
}
@media (min-width: 1800px) {
  body:not(.home) .post-type-page > .wp-block-image .is-style-white-border figure img, body:not(.home) .post-type-page > .wp-block-image .is-style-default figure img {
    max-width: 100%;
  }
}
body:not(.home) .post-type-page > .is-style-white-border img {
  background-color: #fff;
  padding: 18px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}
body:not(.home) .post-type-page > h3 {
  font-family: "Poppins-SemiBold", sans-serif;
  font-size: 35px;
  font-weight: 600;
  line-height: 42px;
  color: #bd8b50;
  padding-bottom: 17px;
  padding-top: 61px;
}
@media (min-width: 992px) {
  body:not(.home) .post-type-page > h3 {
    padding-bottom: 11px;
    padding-top: 58px;
  }
}
body:not(.home) .post-type-page > ul li {
  font-family: "Poppins-SemiBold", sans-serif;
  font-weight: 600;
  letter-spacing: 0.5px;
  line-height: 42px;
  font-size: 15px;
  list-style: disc;
  padding-left: 10px;
}
body:not(.home) .post-type-page > ul li span,
body:not(.home) .post-type-page > ul li strong {
  position: relative;
  bottom: 4px;
}
body:not(.home) .post-type-page > ul li a {
  color: #bd8b50;
}
body:not(.home) .post-type-page > ul li a:hover {
  color: #30190c;
}
@media (min-width: 992px) {
  body:not(.home) .post-type-page > ul li {
    padding-left: 29px;
    font-weight: 600;
    font-style: normal;
    line-height: 40px;
    font-size: 18px;
    padding-bottom: 5px;
  }
}
@media (min-width: 992px) and (min-width: 1440px) {
  body:not(.home) .post-type-page > ul li {
    font-size: 20px;
  }
}
body:not(.home) .post-type-page > ul li::marker {
  font-size: 20px;
}
@media (min-width: 992px) {
  body:not(.home) .post-type-page > ul li::marker {
    font-size: 30px;
  }
}
body:not(.home) .post-type-page > ul {
  padding-left: 50px !important;
  padding-top: 10px;
}
@media (min-width: 992px) {
  body:not(.home) .post-type-page > ul {
    padding-left: 95px !important;
  }
}
body:not(.home) .post-type-page > ul.marker-link li::marker {
  color: #bd8b50;
}
body:not(.home) .post-type-page > ul.marker-link li:hover::marker {
  color: #30190c;
}

h1,
h2,
h3,
h4,
form legend {
  color: var(--color-text-heading);
  margin-bottom: var(--space-xxs);
  line-height: var(--heading-line-height);
}

/* text size */
.text--xxxl {
  font-size: var(--text-xxxl);
}

h1,
.text--xxl {
  font-size: var(--text-xxl);
}

h2,
.text--xl {
  font-size: var(--text-xl);
}

h3,
.text--lg {
  font-size: var(--text-lg);
}

h4,
.text--md {
  font-size: var(--text-md);
}

.text--sm,
small {
  font-size: var(--text-sm);
}

.text--xs {
  font-size: var(--text-xs);
}

p {
  line-height: var(--body-line-height);
}

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

.object-fit {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

a {
  text-decoration: none;
}

.wp-block-column p {
  font-family: "Poppins-Regular", sans-serif;
  font-weight: 400;
  letter-spacing: -0.5px;
  line-height: 42px;
  font-size: 18px;
  padding-top: 18px;
  padding-bottom: 8px;
}
.wp-block-column p a {
  color: #bd8b50;
}
.wp-block-column p a:hover {
  color: #30190c;
}
.wp-block-column p strong {
  font-weight: 700;
}

html,
body {
  height: 100%;
  margin: 0;
}

body {
  display: flex;
  flex-direction: column;
}
@media (max-width: 1200px) {
  body.fixed {
    position: fixed;
    width: 100%;
    margin-left: 0;
    overflow: hidden;
  }
}

.site-content {
  flex: 1 0 auto;
  overflow: hidden;
}

.variable-section {
  position: relative;
  padding: 38px 15px 90px;
}
@media (min-width: 480px) {
  .variable-section {
    padding: 38px 54px 90px;
  }
  .variable-section_buttons {
    padding-bottom: 51px;
  }
  .variable-section_buttons .variable-section__title {
    margin-bottom: 74px;
  }
}
@media (min-width: 1440px) {
  .variable-section {
    padding: 60px 310px 86px;
  }
  .variable-section_buttons {
    padding: 70px 310px 60px;
  }
  .variable-section_buttons .variable-section__title {
    margin-bottom: 83px;
  }
}
.variable-section_why {
  padding: 60px 50px 98px;
}
.variable-section_why .variable-section__title {
  margin-bottom: 57px;
}
@media (min-width: 1440px) {
  .variable-section_why .variable-section__title {
    margin-bottom: 91px;
  }
}
.variable-section_why .variable-section__title::after {
  bottom: -25px;
  background-color: #bd8b50;
}
@media (min-width: 1440px) {
  .variable-section_why .variable-section__title::after {
    bottom: -35px;
  }
}
@media (min-width: 1440px) {
  .variable-section_why {
    padding: 100px 310px 164px;
  }
}
@media (min-width: 1920px) {
  .variable-section_why {
    padding: 100px 407px 164px;
  }
}
.variable-section_button {
  padding: 70px 50px 80px;
}
@media (min-width: 1440px) {
  .variable-section_button {
    padding: 100px 333px 110px;
  }
}
.variable-section_button .variable-section__title {
  margin-bottom: 55px;
}
@media (min-width: 1440px) {
  .variable-section_button .variable-section__title {
    margin-bottom: 79px;
  }
}
.variable-section_button .variable-section__title::after {
  bottom: -25px;
}
@media (min-width: 1440px) {
  .variable-section_button .variable-section__title::after {
    bottom: -35px;
  }
}
.variable-section_button .variable-section__content p {
  text-align: left;
}
@media (min-width: 1440px) {
  .variable-section_button .variable-section__content p {
    text-align: center;
  }
}
.variable-section__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 1;
}
.variable-section__mount {
  display: block;
  width: 130px;
  height: 30px;
  background-repeat: no-repeat;
  background-size: cover;
  margin: 0 auto 26px;
  position: relative;
  z-index: 2;
}
@media (min-width: 768px) {
  .variable-section__mount {
    width: 162px;
    height: 38px;
  }
}
@media (min-width: 1440px) {
  .variable-section__mount {
    margin: 0 auto 28px;
  }
}
.variable-section__button {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 17px 34px;
  border: 3px solid #fff;
  background-color: rgba(255, 255, 255, 0.35);
  color: #fff;
  font-size: 19px;
  text-transform: capitalize;
  letter-spacing: 0.47px;
  margin: 200px auto 0;
  transition: 0.4s linear all;
  font-family: "Poppins-Bold", sans-serif;
  box-shadow: 0 15px 20px rgba(0, 0, 0, 0.3);
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  z-index: 2;
}
@media (min-width: 1200px) {
  .variable-section__button {
    border: 5px solid #fff;
  }
  .variable-section__button:hover {
    transition: 0.4s linear all;
    color: #505050;
    background-color: #f0f0f0;
    border: 5px solid #f0f0f0;
  }
}
@media (min-width: 1440px) {
  .variable-section__button {
    font-size: 24px;
    margin: 379px auto 0;
    width: 580px;
    height: 90px;
  }
}
.variable-section-buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 840px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
@media (min-width: 960px) {
  .variable-section-buttons {
    flex-wrap: nowrap;
    box-shadow: 0 5px 12px rgba(0, 0, 0, 0.3);
    margin: 0 auto 10px;
  }
}
@media (min-width: 1920px) {
  .variable-section-buttons {
    max-width: 910px;
  }
}
.variable-section-buttons__button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 300px;
  height: 50px;
  text-transform: uppercase;
  font-size: 16px;
  font-family: "Poppins-SemiBold", sans-serif;
  font-weight: 400;
  letter-spacing: 1.13px;
  box-shadow: 0 5px 12px rgba(0, 0, 0, 0.3);
  transition: 0.4s linear all;
  position: relative;
  z-index: 2;
}
.variable-section-buttons__button:not(:last-child) {
  margin-bottom: 20px;
}
.variable-section-buttons__button:nth-of-type(1) {
  background-color: #5d4030;
  color: #fff;
}
.variable-section-buttons__button:nth-of-type(2) {
  background-color: #f0f0f0;
  color: #505050;
}
.variable-section-buttons__button:nth-of-type(3) {
  background-color: #fff;
  color: #505050;
}
.variable-section-buttons__button:hover {
  transition: 0.4s linear all;
  color: #fff;
  background-color: #5d4030;
}
@media (min-width: 960px) {
  .variable-section-buttons__button {
    box-shadow: unset;
  }
  .variable-section-buttons__button:not(:last-child) {
    margin-bottom: 0;
  }
}
@media (min-width: 1440px) {
  .variable-section-buttons__button {
    width: 304px;
    height: 60px;
  }
}
.variable-section__title {
  font-family: "Poppins-Light", sans-serif;
  display: block;
  position: relative;
  font-size: 40px;
  font-weight: 300;
  line-height: 40px;
  text-align: center;
  margin-bottom: 57px;
  letter-spacing: -1px;
  color: #bd8b50;
  text-transform: uppercase;
}
@media (min-width: 1440px) {
  .variable-section__title {
    font-size: 90px;
    line-height: 90px;
    letter-spacing: -2.25px;
    margin-bottom: 80px;
  }
}
.variable-section__title::after {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -25px;
  content: "";
  width: 200px;
  height: 1px;
  background-color: #d2d2d2;
  margin: 0 auto;
}
@media (min-width: 1440px) {
  .variable-section__title::after {
    width: 400px;
    height: 2px;
    bottom: -34px;
  }
}
.variable-section__title-inner {
  position: relative;
  z-index: 2;
}
.variable-section__content {
  position: relative;
  z-index: 2;
}
.variable-section__content p {
  font-family: "Poppins-Regular", sans-serif;
  font-size: 16px;
  line-height: 30px;
  letter-spacing: 0.4px;
  padding: 0 5px;
}
@media (min-width: 1440px) {
  .variable-section__content p {
    font-size: 20px;
    line-height: 42px;
    letter-spacing: 0.5px;
  }
}
