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

.coming {
  margin: 300px;
  text-align: center;
  font-family: "Poppins-Regular", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 80px;
  line-height: 88px;
  color: #000;
}
@media (max-width: 1440px) {
  .coming {
    margin: 200px 50px;
  }
}
@media (max-width: 768px) {
  .coming {
    font-size: 48px;
    line-height: 58px;
  }
}

.content-wrapper_sidebar {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.content-wrapper_sidebar .post-type-page {
  max-width: 100%;
  width: 100%;
}
.content-wrapper_sidebar .site-content__widgets {
  max-width: 100%;
  width: 100%;
  padding: 0 15px 15px;
}
@media screen and (min-width: 1200px) {
  .content-wrapper_sidebar .post-type-page {
    max-width: calc(100% - 405px);
    margin-right: 30px;
  }
  .content-wrapper_sidebar .site-content__widgets {
    padding-top: 100px;
    max-width: 375px;
  }
}
@media screen and (min-width: 1200px) and (min-width: 1800px) {
  .content-wrapper_sidebar .site-content__widgets {
    padding-top: 166px;
  }
}
@media screen and (min-width: 1200px) and (min-width: 1440px) {
  .content-wrapper_sidebar .site-content__widgets .sidebar {
    padding: 0;
  }
}
@media screen and (min-width: 2200px) {
  .content-wrapper_sidebar .post-type-page {
    max-width: 1400px;
    margin-right: 30px;
  }
}
