html {
  margin: 0;
  font-size: 1rem;
}

@media only screen and (min-width: 320px) {
  html {
    font-size: 13px;
  }
}

@media only screen and (min-width: 375px) {
  html {
    font-size: 16px;
  }
}

@media only screen and (min-width: 480px) {
  html {
    font-size: 18px;
  }
}

@media only screen and (min-width: 640px) {
  html {
    font-size: 26.812px;
  }
}

@media only screen and (min-width: 769px) {
  html {
    font-size: 18px;
  }
}

@media only screen and (min-width: 1024px) {
  html {
    font-size: 13.6px;
  }
}

@media only screen and (min-width: 1212px) {
  html {
    font-size: 1rem;
  }
}

body {
  margin: 0;
  color: #292727;
  overflow-x: hidden;
}

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

.container, .alignwide {
  width: 100%;
  max-width: 23.87rem;
  margin: 0 auto;
  padding: 0 1.8rem;
}

@media only screen and (min-width: 769px) {
  .container, .alignwide {
    max-width: 768px;
  }
}

@media (min-width: 1023px) {
  .container, .alignwide {
    max-width: 75.75rem;
    padding: 0 1.25rem;
  }
}

a {
  text-decoration: none;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.eyebrow {
  display: block;
  font-size: 1.25rem;
  text-transform: uppercase;
}

.for-desktop {
  display: none !important;
}

@media (min-width: 1023px) {
  .for-desktop {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.for-mobile {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (min-width: 1023px) {
  .for-mobile {
    display: none !important;
  }
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (min-width: 1023px) {
  .col-6 {
    width: 50%;
  }
}

@media (min-width: 1023px) {
  .col-4 {
    width: 33.33%;
  }
}

ul:not([class]) {
  padding: 0 0 0 16px;
  margin: 0 0 20px;
}

ul:not([class]) li {
  padding: 0 0 15px;
  margin: 0;
}

ul:not([class]) li::before {
  display: none;
}

.fluentform .frm-fluent-form .ff-custom_html {
  color: #FFFFFF;
}

.fluentform .frm-fluent-form .ff-custom_html a {
  color: #B3846A;
  text-decoration: none;
}

.fluentform .frm-fluent-form .ff-el-group {
  margin: 0 0 1rem;
}

.fluentform .frm-fluent-form .ff-el-group .ff-el-form-check .ff-el-form-check-label {
  color: #FFFFFF;
}

.fluentform .frm-fluent-form .ff-el-group .ff-el-form-check .ff-el-form-check-label .ff-el-form-check-input {
  width: 1.3rem;
  height: 1.3rem;
}

.fluentform .frm-fluent-form .ff-el-group .ff-el-form-check .ff-el-form-check-label span {
  color: #FFFFFF;
}

.fluentform .frm-fluent-form .ff_submit_btn_wrapper .ff-btn {
  width: 100%;
  background-color: #FFFFFF;
  color: #292727;
  border: 0;
  padding: 0.65rem;
  border-radius: 0.5rem;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.fluentform .frm-fluent-form .ff_submit_btn_wrapper .ff-btn:hover {
  background-color: #B3846A;
  color: #292727;
}

input[type="text"], input[type="email"], input[type="password"], input[type="url"], input[type="tel"], input[type="search"], input[type="search"], select, textarea, .ff-default .ff-el-form-control {
  width: 100%;
  background-color: #FFFFFF;
  color: #B3846A;
  border: 0;
  border-radius: 0.5rem;
  min-height: unset;
  padding: 0.55rem 1.2rem;
  font-family: 'FuturanextBook';
  font-size: 1rem;
}

input[type="text"]::-webkit-input-placeholder, input[type="email"]::-webkit-input-placeholder, input[type="password"]::-webkit-input-placeholder, input[type="url"]::-webkit-input-placeholder, input[type="tel"]::-webkit-input-placeholder, input[type="search"]::-webkit-input-placeholder, input[type="search"]::-webkit-input-placeholder, select::-webkit-input-placeholder, textarea::-webkit-input-placeholder, .ff-default .ff-el-form-control::-webkit-input-placeholder {
  color: #B3846A !important;
}

input[type="text"]::-moz-placeholder, input[type="email"]::-moz-placeholder, input[type="password"]::-moz-placeholder, input[type="url"]::-moz-placeholder, input[type="tel"]::-moz-placeholder, input[type="search"]::-moz-placeholder, input[type="search"]::-moz-placeholder, select::-moz-placeholder, textarea::-moz-placeholder, .ff-default .ff-el-form-control::-moz-placeholder {
  color: #B3846A !important;
}

input[type="text"]:-ms-input-placeholder, input[type="email"]:-ms-input-placeholder, input[type="password"]:-ms-input-placeholder, input[type="url"]:-ms-input-placeholder, input[type="tel"]:-ms-input-placeholder, input[type="search"]:-ms-input-placeholder, input[type="search"]:-ms-input-placeholder, select:-ms-input-placeholder, textarea:-ms-input-placeholder, .ff-default .ff-el-form-control:-ms-input-placeholder {
  color: #B3846A !important;
}

input[type="text"]:-moz-placeholder, input[type="email"]:-moz-placeholder, input[type="password"]:-moz-placeholder, input[type="url"]:-moz-placeholder, input[type="tel"]:-moz-placeholder, input[type="search"]:-moz-placeholder, input[type="search"]:-moz-placeholder, select:-moz-placeholder, textarea:-moz-placeholder, .ff-default .ff-el-form-control:-moz-placeholder {
  color: #B3846A !important;
}

textarea, .ff-default textarea.ff-el-form-control {
  min-height: 8.5rem;
}

.content-section {
  padding: 50px 0;
}

.content-section h1, .content-section .h1, .content-section h2, .content-section .h2, .content-section .is-style-large-headline, .content-section h3, .content-section .h3, .content-section .is-style-medium-headline, .content-section h4, .content-section .h4, .content-section .is-style-small-headline, .content-section h5, .content-section .h5, .content-section h6, .content-section .h6 {
  color: #B3846A;
}

.content-section p a {
  color: #292727;
  text-decoration: underline;
}

.wp-block-group.alignfull.has-background .alignwide {
  padding: 0;
}

#cmplz-document {
  font-family: 'FuturanextBook';
}

#cmplz-cookies-overview .cmplz-dropdown .cookies-per-purpose div, #cmplz-document .cmplz-dropdown .cookies-per-purpose div, .editor-styles-wrapper .cmplz-unlinked-mode .cmplz-dropdown .cookies-per-purpose div {
  background-color: #292727 !important;
  font-family: 'FuturanextBook';
}

#cmplz-cookies-overview .cmplz-dropdown .cookies-per-purpose .name-header, #cmplz-document .cmplz-dropdown .cookies-per-purpose .name-header, .editor-styles-wrapper .cmplz-unlinked-mode .cmplz-dropdown .cookies-per-purpose .name-header, #cmplz-cookies-overview .cmplz-dropdown .cookies-per-purpose .retention-header, #cmplz-document .cmplz-dropdown .cookies-per-purpose .retention-header, .editor-styles-wrapper .cmplz-unlinked-mode .cmplz-dropdown .cookies-per-purpose .retention-header, #cmplz-cookies-overview .cmplz-dropdown .cookies-per-purpose .function-header, #cmplz-document .cmplz-dropdown .cookies-per-purpose .function-header, .editor-styles-wrapper .cmplz-unlinked-mode .cmplz-dropdown .cookies-per-purpose .function-header {
  background-color: #000000;
  font-family: 'FuturanextBook';
}

#cmplz-document h2, .editor-styles-wrapper .cmplz-unlinked-mode h2, #cmplz-document h3, .editor-styles-wrapper .cmplz-unlinked-mode h3 {
  margin-top: 1.55rem;
}

#cmplz-document a[target="_blank"]::after, .editor-styles-wrapper .cmplz-unlinked-mode a[target="_blank"]::after {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}

#cmplz-document.impressum h2 {
  font-family: 'FuturanextBook';
}

#cmplz-document #cmplz-cookies-overview .cmplz-dropdown .cookies-per-purpose div:nth-child(12n+2), #cmplz-document .cmplz-dropdown .cookies-per-purpose div:nth-child(12n+2) {
  background-color: #000000;
  font-family: 'FuturanextBook';
}

@media only screen and (max-width: 600px) {
  #cmplz-cookies-overview .cmplz-dropdown.cmplz-dropdown-cookiepolicy .cookies-per-purpose, #cmplz-document .cmplz-dropdown.cmplz-dropdown-cookiepolicy .cookies-per-purpose, .editor-styles-wrapper .cmplz-unlinked-mode .cmplz-dropdown.cmplz-dropdown-cookiepolicy .cookies-per-purpose {
    -ms-grid-columns: 91px 1fr;
        grid-template-columns: 91px 1fr;
  }
}

#cmplz-document b, #cmplz-document strong {
  font-family: 'FuturanextBold';
}

#cmplz-document .cmplz-subtitle {
  font-family: 'FuturanextBold';
}

#cmplz-document .cookies-per-purpose h4, #cmplz-document .cookies-per-purpose h5, #cmplz-document .cookies-per-purpose h6, #cmplz-document .cmplz-service-desc h4, #cmplz-document .cmplz-service-desc h5, #cmplz-document .cmplz-service-desc h6 {
  font-family: 'FuturanextBook';
}

#cmplz-document .cmplz-dropdown {
  background-color: #292727;
  padding: 0 0 0.8rem;
  border-bottom: 1px solid #FFFFFF;
}

#cmplz-document .cmplz-dropdown .cookies-per-purpose {
  margin-bottom: 2rem;
}

#cmplz-document .cmplz-dropdown .cmplz-subtitle {
  margin-top: 1rem;
}

#cmplz-document .cmplz-dropdown summary {
  margin: 0.8rem 0 0;
  background-color: #292727;
  padding: 0.4rem 0;
}

#cmplz-document .cmplz-dropdown summary div h3 {
  font-family: 'FuturanextBook';
}

#cmplz-document .cmplz-dropdown summary div::after {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}

#cmplz-document .cmplz-manage-consent-container .cmplz-categories .cmplz-category {
  background-color: #292727;
  padding: 0 0 0.8rem;
  border-bottom: 1px solid #FFFFFF;
}

#cmplz-document .cmplz-manage-consent-container .cmplz-categories .cmplz-category .cmplz-description {
  margin-bottom: 15px;
}

#cmplz-document .cmplz-manage-consent-container .cmplz-categories .cmplz-category .cmplz-category-header {
  margin: 0.8rem 0 0;
  background-color: #292727;
  padding: 0.4rem 0;
}

#cmplz-document .cmplz-manage-consent-container .cmplz-categories .cmplz-category .cmplz-category-header .cmplz-category-title {
  font-size: 18px;
}

#cmplz-document .cmplz-manage-consent-container .cmplz-categories .cmplz-category .cmplz-category-header .cmplz-icon svg {
  fill: #FFFFFF;
}

#cmplz-document .cmplz-manage-consent-container .cmplz-categories .cmplz-category .cmplz-category-header div h3 {
  font-family: 'FuturanextBook';
}

#cmplz-document .cmplz-manage-consent-container .cmplz-categories .cmplz-category .cmplz-category-header div::after {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}

.overlay-link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
}

.breadcrumb__section {
  width: 100%;
  background-color: #292727;
  padding: 2rem 0;
}

@media (min-width: 1023px) {
  .breadcrumb__section {
    padding: 2rem 0 0;
  }
}

.aioseo-breadcrumbs {
  color: #FFFFFF;
}

.aioseo-breadcrumbs a {
  color: #B3846A;
}

.cmplz-cookiebanner .cmplz-buttons .cmplz-btn {
  border: 0 !important;
}

.cmplz-cookiebanner .cmplz-buttons .cmplz-btn.cmplz-accept {
  background: #9f6748 !important;
}

@font-face {
  font-family: 'FuturaPTWebBook';
  src: url("../fonts/futura-pt_book.woff2") format("woff2"), url("../fonts/futura-pt_book.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'FuturaPTWebBold';
  src: url("../fonts/FuturaPT-Bold.woff2") format("woff2"), url("../fonts/FuturaPT-Bold.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

body {
  font-family: 'FuturaPTWebBook';
  font-weight: normal;
  font-style: normal;
}

main {
  font-size: 1.25rem;
}

p {
  margin: 0 0 1.25rem;
  letter-spacing: 0.012em;
}

strong {
  font-family: 'FuturaPTWebBold';
  font-weight: normal;
  font-style: normal;
}

h1, .h1, h2, .h2, .is-style-large-headline, h3, .h3, .is-style-medium-headline, h4, .h4, .is-style-small-headline, h5, .h5, h6, .h6 {
  font-family: "Times New Roman", Times, serif;
  margin: 0 0 1.25rem;
  font-weight: normal;
}

h1, .h1 {
  font-size: 3.75rem;
  line-height: 1.15em;
}

h2, .h2, .is-style-large-headline {
  font-size: 3.12rem;
}

h3, .h3, .is-style-medium-headline {
  font-size: 2.37rem;
}

h4, .h4, .is-style-small-headline {
  font-size: 1.62rem;
}

h5, .h5 {
  font-size: 1.37rem;
}

h6, .h6 {
  font-size: 1.25rem;
}

ol:not([class]) li {
  padding-left: 1.25em;
}

ul:not([class]) li:before {
  content: '\25AA';
  color: #000000;
}

blockquote {
  font-size: 3rem;
  border: none;
  line-height: 1.16;
  text-align: center;
  position: relative;
}

blockquote:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 12.5rem;
  height: 100%;
  max-height: 12.5rem;
  z-index: -1;
  -webkit-transform: translate(-50%, -50%) skew(-45deg) rotate(-45deg);
          transform: translate(-50%, -50%) skew(-45deg) rotate(-45deg);
}

blockquote p {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}

blockquote p:before {
  content: '\201C';
  margin-right: 0.1em;
}

blockquote p:after {
  content: '\201D';
  margin-left: 0.1em;
}

blockquote cite {
  font-family: 'FuturaPTWebBook';
  font-weight: normal;
  font-style: normal;
  font-size: 1rem;
}

.btn,
input[type="button"],
input[type="submit"] {
  font-size: 1.12rem;
  text-transform: uppercase;
  color: #FFFFFF;
  background: #292727;
  padding: 1.15rem 1.25rem;
  border-radius: 1.18rem;
  display: inline-block;
  text-align: center;
}

.btn:hover, .btn:focus,
input[type="button"]:hover,
input[type="button"]:focus,
input[type="submit"]:hover,
input[type="submit"]:focus {
  background: #B3846A;
  color: #292727;
}

.btn.btn-white,
input[type="button"].btn-white,
input[type="submit"].btn-white {
  background: #FFFFFF;
  color: #000000;
}

.btn.btn-white:hover, .btn.btn-white:focus,
input[type="button"].btn-white:hover,
input[type="button"].btn-white:focus,
input[type="submit"].btn-white:hover,
input[type="submit"].btn-white:focus {
  background: #B3846A;
  color: #292727;
}

.btn__icon {
  fill: #000000;
}

.site-header {
  background: #292727;
  position: absolute;
  width: 100%;
  padding: 2.56rem 0 1rem;
  z-index: 3;
}

@media (min-width: 1023px) {
  .site-header {
    padding: 3.12rem 0 1.25rem;
  }
}

.site-header::before {
  content: "";
  position: absolute;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
}

.site-header.aos-animate .site-header__row::before {
  width: 63.43rem;
}

.site-header.aos-animate .site-header__row::after {
  height: 5.81rem;
}

.site-header.aos-animate .logo a::before {
  width: 100%;
}

.site-header.aos-animate .logo a::after {
  height: 100%;
}

.site-header.aos-animate .site-header-border-mobile span {
  height: 6.37rem;
}

.site-header.aos-animate .site-header-border-mobile__l::after {
  height: 7.68rem;
}

.site-header.aos-animate .site-header-border-mobile__l::before {
  width: 100%;
}

.site-header.aos-animate .site-header__squer-border::before {
  height: 100%;
}

.site-header.aos-animate .site-header__squer-border::after {
  width: 100%;
}

.site-header__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (min-width: 1023px) {
  .site-header__row {
    position: relative;
  }
  .site-header__row::before {
    content: "";
    position: absolute;
    right: 0;
    bottom: 5.81rem;
    border-bottom: 0.12rem solid #FFFFFF;
    width: 0;
    -webkit-transition: all 0.7s;
    transition: all 0.7s;
  }
  .site-header__row::after {
    content: "";
    position: absolute;
    width: 0.12rem;
    height: 0;
    top: 3.12rem;
    background: #FFFFFF;
    right: 63.31rem;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-transition-delay: 0.7s;
            transition-delay: 0.7s;
  }
}

.site-header__menu {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  top: 0;
  background: #292727;
  display: none;
  border-radius: 0 0 1.18rem 1.18rem;
}

@media (min-width: 1023px) {
  .site-header__menu {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
    position: relative;
    background: transparent;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-radius: 0;
  }
}

.site-header__menu .mobile-menu-title {
  text-align: center;
  font-size: 3.12rem;
  line-height: 0.9em;
  color: #FFFFFF;
  padding: 1.4rem 0 2.3rem;
}

@media (min-width: 1023px) {
  .site-header__menu .mobile-menu-title {
    display: none;
  }
}

.site-header__menu .menu {
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
  z-index: 2;
}

@media (min-width: 1023px) {
  .site-header__menu .menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.site-header__menu .menu > li {
  padding: 0;
  margin: 0;
  list-style: none;
  font-size: 1.25rem;
  margin-top: -1.18rem;
}

@media (min-width: 1023px) {
  .site-header__menu .menu > li {
    margin: 0 0 0 7.31rem;
    font-size: 1.25rem;
  }
}

.site-header__menu .menu > li:nth-child(1) {
  margin-top: 0;
}

.site-header__menu .menu > li:nth-child(1) > a {
  padding-top: 1.68rem;
}

@media (min-width: 1023px) {
  .site-header__menu .menu > li:nth-child(1) > a {
    padding: 0;
  }
}

@media (min-width: 1023px) {
  .site-header__menu .menu > li:first-child {
    margin: 0;
  }
}

.site-header__menu .menu > li > a {
  text-decoration: none;
  color: #FFFFFF;
  text-transform: uppercase;
  display: block;
  padding: 2.87rem 1.93rem 1.68rem 1.93rem;
  border-radius: 0 0 1.18rem 1.18rem;
  -webkit-box-shadow: 0 0.37rem 0.37rem rgba(0, 0, 0, 0.16);
          box-shadow: 0 0.37rem 0.37rem rgba(0, 0, 0, 0.16);
  background: #844D2F;
}

@media (min-width: 1023px) {
  .site-header__menu .menu > li > a {
    background: none;
    -webkit-box-shadow: none;
            box-shadow: none;
    padding: 0;
  }
}

@media (min-width: 1023px) {
  .site-header__menu .menu > li > a:hover {
    color: #844D2F;
  }
}

.site-header__menu .menu > li:nth-child(1) {
  z-index: 4;
  position: relative;
}

.site-header__menu .menu > li:nth-child(1) > a {
  background: #B28369;
}

@media (min-width: 1023px) {
  .site-header__menu .menu > li:nth-child(1) > a {
    background: none;
  }
}

.site-header__menu .menu > li:nth-child(2) {
  z-index: 3;
  position: relative;
}

.site-header__menu .menu > li:nth-child(2) > a {
  background: #936044;
}

@media (min-width: 1023px) {
  .site-header__menu .menu > li:nth-child(2) > a {
    background: none;
  }
}

.site-header__menu .menu > li:nth-child(3) {
  z-index: 2;
}

.site-header__menu .menu > li:nth-child(3) > a {
  background: #844D2F;
}

@media (min-width: 1023px) {
  .site-header__menu .menu > li:nth-child(3) > a {
    background: none;
  }
}

.site-header .logo {
  width: 8.37rem;
  margin: -0.37rem 0 0;
}

@media (min-width: 1023px) {
  .site-header .logo {
    margin: 0;
    width: 9.93rem;
  }
}

.site-header .logo a {
  position: relative;
}

@media (min-width: 1023px) {
  .site-header .logo a {
    padding: 0.75rem 1.87rem 1.75rem;
    display: block;
  }
  .site-header .logo a::before {
    content: "";
    position: absolute;
    border-bottom: 0.12rem solid #FFFFFF;
    right: 0;
    width: 0;
    bottom: 0;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-transition-delay: 1.2s;
            transition-delay: 1.2s;
  }
  .site-header .logo a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 0;
    border-left: 0.12rem solid #FFFFFF;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
    -webkit-transition-delay: 1.7s;
            transition-delay: 1.7s;
  }
}

.site-header .logo img {
  width: 100%;
  height: auto;
}

.header-spacer {
  height: 11.8rem;
}

@media (min-width: 1023px) {
  .header-spacer {
    height: 13.3rem;
  }
}

.mobile-menu-icon {
  position: relative;
  width: 1.87rem;
  height: 1.31rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  z-index: 1;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: none;
}

.mobile-menu-icon span {
  height: 0.2rem;
  width: 100%;
  background: #FFFFFF;
  border-radius: 0.18rem;
}

.mobile-menu-icon__close {
  width: 1.62rem;
  height: 1.62rem;
  position: relative;
  top: -0.2rem;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  opacity: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: none;
}

.mobile-menu-icon__close span {
  height: 0.18rem;
  width: 100%;
  background: #FFFFFF;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.mobile-menu-icon__close span:nth-child(1) {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.mobile-menu-icon__close span:nth-child(2) {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.language-dropdown {
  background: #643217;
  border-radius: 0 0 1.18rem 1.18rem;
  margin-top: -1.18rem;
  position: relative;
  z-index: 1;
  padding: 1.18rem 1.93rem 0;
}

@media (min-width: 1023px) {
  .language-dropdown {
    background: none;
    padding: 0;
    border: 0;
    border-radius: 0;
    margin: 0 0 0 4.43rem;
  }
}

.language-dropdown__mobile {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.language-dropdown__mobile li {
  padding: 1.5rem 0;
  margin: 0 2.31rem 0 0;
  list-style: none;
  position: relative;
}

@media (min-width: 1023px) {
  .language-dropdown__mobile li {
    margin: 0;
    padding: 0 1rem;
  }
}

.language-dropdown__mobile li::after {
  content: "";
  position: absolute;
  right: -0.9rem;
  top: 50%;
  height: 0.25rem;
  width: 0.25rem;
  background: #FFFFFF;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-radius: 100%;
}

@media (min-width: 1023px) {
  .language-dropdown__mobile li::after {
    height: 0.188rem;
    width: 0.188rem;
    left: 0;
  }
}

@media (min-width: 1023px) {
  .language-dropdown__mobile li:first-child {
    border-left: 0;
    padding-left: 0;
  }
}

@media (min-width: 1023px) {
  .language-dropdown__mobile li:first-child::after {
    display: none;
  }
}

.language-dropdown__mobile li:last-child::after {
  display: none;
}

@media (min-width: 1023px) {
  .language-dropdown__mobile li:last-child::after {
    display: block;
  }
}

@media (min-width: 1023px) {
  .language-dropdown__mobile li:last-child {
    padding-right: 0;
  }
}

.language-dropdown__mobile li a {
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #FFFFFF;
}

@media (min-width: 1023px) {
  .language-dropdown__mobile li a:hover {
    color: #B3846A;
  }
}

.language-dropdown__mobile li a span {
  padding: 0 0 0 0.81rem;
}

@media (min-width: 1023px) {
  .language-dropdown__mobile li a span {
    display: none;
  }
}

.language-dropdown__mobile li a img {
  display: block;
}

.language-dropdown select {
  background: none;
  color: #FFFFFF;
  border: 0;
  font-size: 1.25rem;
  padding: 0 1.75rem 0 0;
}

.language-dropdown__desktop {
  display: none;
}

.site-header-border-mobile {
  position: absolute;
  width: 4.87rem;
  height: 14.12rem;
  right: 0;
  top: 0;
}

.site-header-border-mobile span {
  position: absolute;
  width: auto;
  height: 0;
  -webkit-transition: all 1s;
  transition: all 1s;
  border-right: 0.14rem dashed #FFFFFF;
  right: 0;
}

.site-header-border-mobile__l {
  right: 4.12rem;
  width: 4.87rem;
  position: relative;
  height: 14.12rem;
}

.site-header-border-mobile__l::after {
  content: "";
  position: absolute;
  top: 6.37rem;
  height: 0;
  width: 0.12rem;
  background: #FFFFFF;
  -webkit-transition: all 1s;
  transition: all 1s;
  -webkit-transition-delay: 0.75s;
          transition-delay: 0.75s;
  right: 0;
}

.site-header-border-mobile__l::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 0;
  height: 0.12rem;
  background: #FFFFFF;
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
  -webkit-transition-delay: 1.65s;
          transition-delay: 1.65s;
}

.site-header-border-mobile::after {
  content: "";
  height: 0.12rem;
  right: 0;
  width: 0;
  -webkit-transition: all 1s;
  transition: all 1s;
  -webkit-transition-delay: 2s;
          transition-delay: 2s;
}

.site-header__squer-border {
  position: absolute;
  width: 9rem;
  height: 8.18rem;
  right: 0;
  top: 100%;
}

.site-header__squer-border::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 0;
  background: #FFFFFF;
  width: 0.12rem;
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
  -webkit-transition-delay: 2.3s;
          transition-delay: 2.3s;
}

.site-header__squer-border::after {
  content: "";
  position: absolute;
  height: 0.12rem;
  left: 0;
  bottom: 0;
  background: #FFFFFF;
  width: 0;
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
  -webkit-transition-delay: 3s;
          transition-delay: 3s;
}

.open-menu {
  overflow: hidden;
}

.open-menu .menu-overlay {
  opacity: 1;
  visibility: visible;
}

.open-menu .mobile-menu-icon__close {
  opacity: 1;
}

.open-menu .site-header {
  z-index: 5;
}

.menu-overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.5);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  visibility: hidden;
  opacity: 0;
  z-index: 1;
}

.page-hero {
  background: #292727;
  padding: 0 0 3.31rem;
  position: relative;
}

@media (min-width: 1023px) {
  .page-hero {
    padding: 1.75rem 0 0;
  }
}

.page-hero::before {
  display: none;
}

@media (min-width: 1023px) {
  .page-hero::before {
    display: block;
  }
}

.page-hero__borders {
  position: relative;
  height: 7rem;
  margin: 0 0 2.25rem;
  width: 100%;
}

@media (min-width: 1023px) {
  .page-hero__borders {
    width: auto;
  }
}

.page-hero__borders_dotted {
  width: 0;
  border-bottom: 0.12rem dashed #FFFFFF;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: all 1s;
  transition: all 1s;
}

.page-hero_mobile-btn {
  width: 100%;
  text-align: center;
}

@media (min-width: 1023px) {
  .page-hero_mobile-btn {
    width: auto;
  }
}

.page-hero__borders_solid {
  height: 5.43rem;
  border-top: 0.12rem solid #FFFFFF;
  margin-top: 1.56rem;
  display: inline-block;
  width: 0;
  position: relative;
  -webkit-transition: all 1s;
  transition: all 1s;
}

.page-hero__borders_solid::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 0.12rem;
  background: #FFFFFF;
  height: 0%;
  -webkit-transition: all 1s;
  transition: all 1s;
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}

.page-hero_top {
  margin-bottom: 3.75rem;
}

@media (min-width: 1023px) {
  .page-hero_top {
    padding-bottom: 9.980rem;
    margin: 0;
  }
}

.page-hero .col-6.for-desktop img {
  height: auto;
}

@media (min-width: 1023px) {
  .page-hero .col-6.for-desktop img {
    width: 33.7rem;
  }
}

.page-hero .eyebrow {
  color: #B3846A;
  margin: -0.12rem 0 0.56rem;
}

@media (min-width: 1023px) {
  .page-hero .eyebrow {
    margin-top: 3.5rem;
    margin-bottom: 1.18rem;
  }
}

.page-hero h1 {
  color: #FFFFFF;
  width: 80%;
  margin: 0 0 0.75rem;
}

@media (min-width: 1023px) {
  .page-hero h1 {
    margin: 0 0 1.93rem;
  }
}

.page-hero .col-6:first-child {
  width: 100%;
}

@media (min-width: 1023px) {
  .page-hero .col-6:first-child {
    width: 55%;
  }
}

.page-hero .col-6:last-child {
  width: 100%;
}

@media (min-width: 1023px) {
  .page-hero .col-6:last-child {
    width: 45%;
  }
}

.page-hero .col-6 > p {
  color: #B3846A;
  font-size: 2.12rem;
  line-height: 1.15em;
  width: 86%;
}

@media (min-width: 1023px) {
  .page-hero .col-6 > p {
    width: 96%;
    line-height: 1.23em;
    margin: 0 0 1.25rem;
  }
}

.page-hero__story .col-6:first-child {
  width: 100%;
}

@media (min-width: 1023px) {
  .page-hero__story .col-6:first-child {
    width: 55%;
  }
}

.page-hero__story > svg {
  position: absolute;
  right: 0px;
  top: -18px;
  z-index: 3;
}

@media (min-width: 1023px) {
  .page-hero .btn {
    margin-top: 3.06rem;
  }
}

.page-hero__small-content {
  color: #FFFFFF;
}

.page-hero__small-content p {
  line-height: 1.1em;
  width: 97%;
}

@media (min-width: 1023px) {
  .page-hero__small-content p {
    width: 100%;
  }
}

.page-hero__small-content p span {
  color: #B3846A;
}

.page-hero__small-content .btn {
  margin-top: 73px;
}

.aos-animate .page-hero__borders_dotted {
  width: 67%;
}

.aos-animate .page-hero__borders_solid {
  width: 53.3%;
}

.aos-animate .page-hero__borders_solid::before {
  height: 100%;
}

.story_hero_paths {
  fill: none;
  stroke: white;
  stroke-dasharray: 3;
  stroke-width: 3;
  stroke-linejoin: round;
}

.story_hero_mask {
  fill: none;
  stroke: white;
  stroke-width: 2;
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
  -webkit-animation: story_hero_dash 2s linear forwards;
          animation: story_hero_dash 2s linear forwards;
}

/* does not work in IE, need JS to animate there */
@-webkit-keyframes story_hero_dash {
  from {
    stroke-dashoffset: 1000;
  }
  to {
    stroke-dashoffset: 0;
  }
}
@keyframes story_hero_dash {
  from {
    stroke-dashoffset: 1000;
  }
  to {
    stroke-dashoffset: 0;
  }
}

.business__section {
  background: #292727;
  color: #FFFFFF;
  padding: 4.12rem 0 1.5rem;
  overflow: hidden;
  position: relative;
}

@media (min-width: 1023px) {
  .business__section {
    padding: 4rem 0 3.84rem;
    background: none;
    color: #292727;
  }
}

.business__section::before {
  display: none;
}

@media (min-width: 1023px) {
  .business__section::before {
    display: block;
  }
}

.business__section .business-title {
  font-size: 1.25rem;
  font-family: 'FuturaPTWebBook';
  font-weight: normal;
  font-style: normal;
  color: #B3846A;
  text-transform: uppercase;
  margin: 0 0 1.87rem;
}

@media (min-width: 1023px) {
  .business__section .business-title {
    font-size: 3.75rem;
    font-family: "Times New Roman", Times, serif;
    text-transform: none;
    color: #292727;
    margin: 0;
    width: 36.62rem;
  }
}

.business__section .alen-bio__title {
  margin: 0;
}

.business__section .alen-bio__img {
  position: relative;
  width: 100%;
}

.business__section .alen-bio__img > img {
  width: 100%;
}

.business__section .alen-bio__img_dashed-border {
  position: absolute;
  width: 100%;
  height: 0.12rem;
  -webkit-transform: rotate(-28deg);
          transform: rotate(-28deg);
  left: -4.43rem;
  top: 1.87rem;
}

.business__section .alen-bio__img_dashed-border::before {
  content: "";
  position: absolute;
  width: 0%;
  height: 0.12rem;
  background-image: -webkit-gradient(linear, left top, right top, from(#FFFFFF), color-stop(50%, #FFFFFF), color-stop(50%, transparent), to(transparent));
  background-image: linear-gradient(90deg, #FFFFFF, #FFFFFF 50%, transparent 50%, transparent 100%);
  background-size: 0.37rem 0.06rem;
  -webkit-transition: all 1s;
  transition: all 1s;
}

.business__section .alen-bio__img_solid-border {
  position: absolute;
  top: 9.12rem;
  right: -13.62rem;
  -webkit-transform: rotate(49deg);
          transform: rotate(49deg);
  width: 100%;
  height: 0.12rem;
}

.business__section .alen-bio__img_solid-border::after {
  content: "";
  position: absolute;
  width: 0%;
  border-bottom: 0.12rem solid #FFFFFF;
  -webkit-transition: all 1s;
  transition: all 1s;
  right: 0;
}

.business__section .alen-bio__img.aos-animate .alen-bio__img_dashed-border::before, .business__section .alen-bio__img.aos-animate .alen-bio__img_solid-border::after {
  width: 100%;
}

.asking__section {
  background: #292727;
  color: #FFFFFF;
  padding: 0 0 2.25rem;
  position: relative;
}

@media (min-width: 1023px) {
  .asking__section {
    padding: 4.43rem 0 6.1rem;
  }
}

.asking__section .eyebrow {
  margin: 0 0 1.5rem;
  line-height: 1.15em;
}

@media (min-width: 1023px) {
  .asking__section .eyebrow {
    width: 21.93rem;
    margin: 0 0 3.06rem;
  }
}

.asking__col_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (min-width: 1023px) {
  .asking__col_row {
    margin: 0 -0.93rem;
  }
}

.asking__col_row .asking_col {
  width: 100%;
}

@media (min-width: 1023px) {
  .asking__col_row .asking_col {
    width: 16.66%;
    padding: 0 0.93rem;
  }
}

.asking__col_row .asking_col:nth-child(even) {
  text-align: right;
}

@media (min-width: 1023px) {
  .asking__col_row .asking_col:nth-child(even) {
    text-align: left;
  }
}

.asking__col_row .asking_col:nth-child(even) p {
  float: right;
}

@media (min-width: 1023px) {
  .asking__col_row .asking_col:nth-child(even) p {
    float: none;
  }
}

.asking__col_row .asking_col:nth-child(odd) {
  color: #B3846A;
}

.asking__col_row .asking_col p {
  margin: 0 0 1.60rem;
  width: 84%;
  font-size: 1.12rem;
  line-height: 1.15em;
}

@media (min-width: 1023px) {
  .asking__col_row .asking_col p {
    width: 90%;
    font-size: 1rem;
  }
}

.section-bottom-border-dashed {
  position: absolute;
  bottom: 0;
  width: 100%;
}

.section-bottom-border-dashed::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 0.12rem;
  background-image: -webkit-gradient(linear, left top, right top, from(#292727), color-stop(50%, #292727), color-stop(50%, transparent), to(transparent));
  background-image: linear-gradient(90deg, #292727, #292727 50%, transparent 50%, transparent 100%);
  background-size: 0.37rem 0.06rem;
  width: 0%;
  -webkit-transition: all 2s;
  transition: all 2s;
}

.section-bottom-border-dashed__white::before {
  background-image: -webkit-gradient(linear, left top, right top, from(#FFFFFF), color-stop(50%, #FFFFFF), color-stop(50%, transparent), to(transparent));
  background-image: linear-gradient(90deg, #FFFFFF, #FFFFFF 50%, transparent 50%, transparent 100%);
}

.section-bottom-border-dashed.aos-animate::before {
  width: 100%;
}

.forget-about__section {
  position: relative;
  padding: 3.25rem 0 3.37rem;
  width: 100%;
}

@media (min-width: 1023px) {
  .forget-about__section {
    padding: 3.5rem 0 3.7rem;
  }
}

@media (min-width: 1023px) {
  .forget-about__section::before {
    display: none;
  }
}

.forget-about__section .container {
  position: relative;
}

.forget-about__section .container > .h1 {
  font-size: 2.25rem;
  width: 80%;
  margin: 0 0 1.43rem;
  position: relative;
  background: #FFFFFF;
}

@media (min-width: 1023px) {
  .forget-about__section .container > .h1 {
    font-size: 3.75rem;
    width: 36.62rem;
    margin: 0 0 2.37rem;
  }
}

.forget-about__section .container > .h1::before {
  content: "";
  position: absolute;
  left: -1.4rem;
  top: 0.35rem;
  height: 0;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#FFFFFF), color-stop(50%, #FFFFFF), color-stop(50%, transparent), to(transparent)), -webkit-gradient(linear, left top, left bottom, from(#292727), color-stop(#292727), color-stop(#292727), color-stop(#292727), to(#292727));
  background-image: linear-gradient(to top, #FFFFFF, #FFFFFF 50%, transparent 50%, transparent 100%), linear-gradient(to bottom, #292727, #292727, #292727, #292727, #292727);
  background-size: 0.37rem 0.37rem, 100% 0.37rem;
  width: 0.12rem;
  -webkit-transition: all 1s;
  transition: all 1s;
}

@media (min-width: 1023px) {
  .forget-about__section .container > .h1::before {
    left: -4.5rem;
    top: 0.75rem;
    width: 0.12rem;
  }
}

.forget-about__section .container > .h1.aos-animate::before {
  height: 90%;
}

@media (min-width: 1023px) {
  .forget-about__section .container > .h1.aos-animate::before {
    height: 82%;
  }
}

.forget-about__section .container > p {
  font-size: 1.12rem;
  line-height: 1.2em;
  color: #B3846A;
}

@media (min-width: 1023px) {
  .forget-about__section .container > p {
    font-size: 1rem;
  }
}

.forget-about__section .container > .eyebrow {
  margin: 3.68rem 0 3rem;
}

@media (min-width: 1023px) {
  .forget-about__section .container > .eyebrow {
    margin: 3.5rem 0 3.7rem;
  }
}

.forget-about__title-borders {
  position: absolute;
  height: 7.5rem;
  width: auto;
  right: 0.8rem;
  top: -3.5rem;
  left: 2rem;
}

@media (min-width: 1023px) {
  .forget-about__title-borders {
    height: 10.5rem;
    right: 1.25rem;
    top: -3.5rem;
  }
}

.forget-about__title-borders::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 0.12rem;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#FFFFFF), color-stop(50%, #FFFFFF), color-stop(50%, transparent), to(transparent)), -webkit-gradient(linear, left top, left bottom, from(#292727), color-stop(#292727), color-stop(#292727), color-stop(#292727), to(#292727));
  background-image: linear-gradient(to top, #FFFFFF, #FFFFFF 50%, transparent 50%, transparent 100%), linear-gradient(to bottom, #292727, #292727, #292727, #292727, #292727);
  background-size: 0.37rem 0.37rem, 100% 0.37rem;
  height: 0;
  -webkit-transition: all 1s;
  transition: all 1s;
}

.forget-about__title-borders::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 0;
  border-bottom: 0.12rem solid #292727;
  -webkit-transition: all 1s;
  transition: all 1s;
  -webkit-transition-delay: 0.9s;
          transition-delay: 0.9s;
}

.forget-about__title-borders.aos-animate::before {
  height: 100%;
}

.forget-about__title-borders.aos-animate::after {
  width: 100%;
}

@media (min-width: 1023px) {
  .about-me__blocks {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -1.56rem;
    width: 100.4%;
  }
}

.about-me__block {
  display: none;
}

@media (min-width: 1023px) {
  .about-me__block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 33.33%;
    padding: 0 1.56rem 3.12rem;
  }
}

.about-me__block:nth-child(1), .about-me__block:nth-child(2) {
  display: block;
}

.about-me__block_bg {
  border-radius: 1.56rem;
  background: #292727;
  padding: 1.31rem 1.81rem 2.87rem;
  color: #FFFFFF;
  margin: 0 0 1.93rem;
  position: relative;
}

@media (min-width: 1023px) {
  .about-me__block_bg {
    height: 100%;
    padding: 1.31rem 2.1rem 1.65rem;
  }
}

.about-me__block_bg .in-icon {
  position: absolute;
  right: 2.12rem;
  top: 1.81rem;
  width: 0.96rem;
}

.about-me__block_bg .in-icon img {
  width: 100%;
  display: block;
}

.about-me__block_bg .eyebrow {
  margin: 0 0 0.62rem;
}

.about-me__block_bg .h6 {
  margin: 0 0 1rem;
  font-size: 1.12rem;
  display: block;
  color: #B3846A;
}

@media (min-width: 1023px) {
  .about-me__block_bg .h6 {
    width: 99%;
    margin: 0 0 1.5rem;
  }
}

.about-me__block_bg p {
  line-height: 1.12em;
}

@media (min-width: 1023px) {
  .about-me__block_bg p {
    width: 101%;
    margin: 0;
  }
}

.about-me__btn {
  padding: 0.25rem 0 0;
}

@media (min-width: 1023px) {
  .about-me__btn {
    padding: 0.5rem 0 0;
  }
}

.about-me__btn .btn {
  width: 100%;
}

@media (min-width: 1023px) {
  .about-me__btn .btn {
    width: 21.37rem;
  }
}

.pre-footer {
  background: #292727;
  color: #FFFFFF;
  padding: 3.12rem 0 4.37rem;
  position: relative;
  overflow: hidden;
}

@media (min-width: 1023px) {
  .pre-footer {
    padding: 5.7rem 0 6rem;
  }
}

.pre-footer.story-pre-footer {
  background: none;
  padding: 2.3rem 0 3.5rem;
}

@media (min-width: 1023px) {
  .pre-footer.story-pre-footer {
    background: #292727;
    padding: 8.7rem 0 10.7rem;
  }
}

.pre-footer.story-pre-footer .h1 {
  padding: 0;
  text-align: left;
  color: #292727;
  margin: 0 0 2.2rem;
}

@media (min-width: 1023px) {
  .pre-footer.story-pre-footer .h1 {
    color: #FFFFFF;
    margin: 0 0 4rem;
  }
}

.pre-footer.story-pre-footer .btn {
  background: #292727;
  color: #FFFFFF;
  line-height: 1.3em;
  padding: 0.87rem 4.3rem;
}

@media (min-width: 1023px) {
  .pre-footer.story-pre-footer .btn {
    background: #FFFFFF;
    color: #292727;
    width: auto;
    padding: 1.18rem 2.75rem;
    font-size: 1.12rem;
  }
}

.pre-footer.story-pre-footer .btn:hover {
  background: #B3846A;
  color: #FFFFFF;
}

.pre-footer .section-bottom-border-dashed::before {
  background-image: -webkit-gradient(linear, left top, right top, from(#000000), color-stop(50%, #000000), color-stop(50%, transparent), to(transparent));
  background-image: linear-gradient(90deg, #000000, #000000 50%, transparent 50%, transparent 100%);
}

@media (min-width: 1023px) {
  .pre-footer .container {
    position: relative;
  }
}

.pre-footer .h1 {
  font-size: 2.25rem;
  text-align: right;
  padding-left: 17%;
  padding-right: 2%;
}

@media (min-width: 1023px) {
  .pre-footer .h1 {
    padding-left: 0;
    font-size: 3.75rem;
    text-align: left;
    width: 70%;
    margin: 0 0 3.43rem;
  }
}

.pre-footer .btn {
  width: 100%;
}

@media (min-width: 1023px) {
  .pre-footer .btn {
    width: 22rem;
  }
}

.pre-footer.aos-animate .pre-footer-dashed-border::before {
  width: 100%;
}

.pre-footer.aos-animate .pre-footer-solid-border::before {
  height: 100%;
}

.pre-footer .pre-footer-solid-border {
  position: absolute;
  width: 0.12rem;
  height: 28%;
  top: -0.31rem;
  -webkit-transform: rotate(-19deg);
          transform: rotate(-19deg);
  left: 3.37rem;
}

@media (min-width: 1023px) {
  .pre-footer .pre-footer-solid-border {
    left: -7.55rem;
    height: 47%;
    top: -6.31rem;
  }
}

.pre-footer .pre-footer-solid-border::before {
  content: "";
  position: absolute;
  background: #FFFFFF;
  height: 0%;
  width: 100%;
  -webkit-transition: all 1s;
  transition: all 1s;
}

.pre-footer .pre-footer-dashed-border {
  display: inline-block;
  width: 100%;
  height: 5.06rem;
  position: relative;
}

@media (min-width: 1023px) {
  .pre-footer .pre-footer-dashed-border {
    height: 0.12rem;
    width: 50%;
    right: -16.06rem;
    position: absolute;
    top: -0.81rem;
    -webkit-transform: rotate(-14.8deg);
            transform: rotate(-14.8deg);
  }
}

.pre-footer .pre-footer-dashed-border::before {
  content: "";
  position: absolute;
  width: 0;
  right: -4.43rem;
  top: 1.62rem;
  -webkit-transform: rotate(-6deg);
          transform: rotate(-6deg);
  height: 0.12rem;
  background-image: -webkit-gradient(linear, left top, right top, from(#FFFFFF), color-stop(50%, #FFFFFF), color-stop(50%, transparent), to(transparent));
  background-image: linear-gradient(90deg, #FFFFFF, #FFFFFF 50%, transparent 50%, transparent 100%);
  background-size: 0.37rem 0.06rem;
  -webkit-transition: all 1s;
  transition: all 1s;
}

@media (min-width: 1023px) {
  .pre-footer .pre-footer-dashed-border::before {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    right: 0;
    top: 0;
  }
}

.pre-footer p {
  line-height: 1.12em;
}

@media (min-width: 1023px) {
  .pre-footer p {
    width: 93%;
  }
}

.pre-footer .eyebrow {
  margin: 5.18rem 0 3.18rem;
}

@media (min-width: 1023px) {
  .pre-footer .eyebrow {
    margin: 6.6rem 0 3.7rem;
  }
}

.site-footer {
  background: #000000;
  color: #FFFFFF;
  padding: 5.1rem 0 3.06rem;
  overflow: hidden;
}

@media (min-width: 1023px) {
  .site-footer {
    padding: 5.1rem 0 4.6rem;
  }
}

.site-footer__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.site-footer__logo {
  width: 100%;
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  text-align: center;
  margin: 0 0 10.5rem;
}

@media (min-width: 1023px) {
  .site-footer__logo {
    -webkit-box-ordinal-group: inherit;
        -ms-flex-order: inherit;
            order: inherit;
    width: 18.7%;
    text-align: left;
    margin: 0;
  }
}

.site-footer__logo img {
  width: 10.12rem;
  height: auto;
}

@media (min-width: 1023px) {
  .site-footer__logo img {
    width: 6.2rem;
  }
}

.site-footer__logo .site-footer__copy {
  width: 100%;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.site-footer__address {
  width: 49%;
  color: #B3846A;
  line-height: 1.12em;
  margin: 0 0 6.87rem;
}

@media (min-width: 1023px) {
  .site-footer__address {
    width: 17.8%;
    margin: 0;
  }
}

.site-footer__address strong {
  color: #FFFFFF;
}

.site-footer__contact {
  width: 51%;
}

@media (min-width: 1023px) {
  .site-footer__contact {
    width: 25.3%;
  }
}

.site-footer__contact_ul {
  padding: 0;
  margin: 0;
}

.site-footer__contact_ul li {
  padding: 0 0 0.4rem;
  margin: 0;
  list-style: none;
  font-size: 0.9rem;
}

.site-footer__contact_ul li a {
  text-decoration: none;
  color: #FFFFFF;
  position: relative;
  padding: 0 0 0 1.7rem;
}

@media (min-width: 1023px) {
  .site-footer__contact_ul li a {
    padding: 0 0 0 3.1rem;
  }
}

.site-footer__contact_ul li a:hover {
  color: #B3846A;
}

.site-footer__contact_ul li a > img {
  position: absolute;
  left: 0;
  top: 0.31rem;
  width: 1.1rem;
}

.site-footer__menu {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
  width: 100%;
}

@media (min-width: 1023px) {
  .site-footer__menu {
    -webkit-box-ordinal-group: inherit;
        -ms-flex-order: inherit;
            order: inherit;
    width: 19.4%;
  }
}

.site-footer__menu .menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0;
  margin: 0;
  list-style: none;
}

@media (min-width: 1023px) {
  .site-footer__menu .menu {
    display: block;
  }
}

.site-footer__menu .menu li {
  padding: 0;
  margin: 0;
  list-style: none;
  font-size: 0.7rem;
}

@media (min-width: 1023px) {
  .site-footer__menu .menu li {
    font-size: 1rem;
    padding: 0 0 0.25rem;
  }
}

.site-footer__menu .menu li a {
  text-decoration: none;
  color: #FFFFFF;
}

.site-footer__menu .menu li a:hover {
  color: #B3846A;
}

.discover__section {
  background: #292727;
  position: relative;
  padding: 2rem 0 2.75rem;
}

@media (min-width: 1023px) {
  .discover__section {
    padding: 4.5rem 0 5.12rem;
  }
}

.discover__section .container {
  position: relative;
}

.discover__section .forget-about__title-borders {
  top: -2.1rem;
  right: 1.9rem;
  height: 7.6rem;
}

@media (min-width: 1023px) {
  .discover__section .forget-about__title-borders {
    height: 10rem;
    top: -4.6rem;
    right: 2.85rem;
  }
}

.discover__section .forget-about__title-borders::after {
  border-color: #FFFFFF;
}

.discover__section .h1 {
  display: inline-block;
  width: 100%;
  color: #FFFFFF;
  position: relative;
  margin: 0 0 3.81rem;
  font-size: 2.25rem;
  word-wrap: break-word;
}

@media (min-width: 1023px) {
  .discover__section .h1 {
    word-wrap: normal;
    font-size: 3.75rem;
    margin: 0 0 4.5rem;
  }
}

.discover__section .h1::before {
  content: "";
  position: absolute;
  left: -1.18rem;
  top: 0.5rem;
  height: 0;
  width: 0.12rem;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#FFFFFF), color-stop(50%, #FFFFFF), color-stop(50%, transparent), to(transparent)), -webkit-gradient(linear, left top, left bottom, from(#292727), color-stop(#292727), color-stop(#292727), color-stop(#292727), to(#292727));
  background-image: linear-gradient(to top, #FFFFFF, #FFFFFF 50%, transparent 50%, transparent 100%), linear-gradient(to bottom, #292727, #292727, #292727, #292727, #292727);
  background-size: 0.37rem 0.37rem, 100% 0.37rem;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transition-delay: 2s;
          transition-delay: 2s;
}

@media (min-width: 1023px) {
  .discover__section .h1::before {
    left: -2.18rem;
  }
}

.discover__section .h1.aos-animate::before {
  height: 95%;
}

.discover__title-logo {
  display: inline-block;
  background: #292727;
  position: relative;
  z-index: 1;
  padding-right: 4.06rem;
  margin: 0 0 2rem;
}

@media (min-width: 1023px) {
  .discover__title-logo {
    padding-right: 2.81rem;
    margin: 0 0 3.18rem;
  }
}

.discover__title-logo label {
  font-size: 1.25rem;
  color: #B3846A;
  display: block;
  margin: 0 0 1.87rem;
}

@media (min-width: 1023px) {
  .discover__blocks {
    width: 92.8%;
  }
}

.discover__blocks .row {
  margin: 0 -0.87rem;
}

.discover__blocks .row > div {
  padding: 0 0.87rem 4.18rem;
}

@media (min-width: 1023px) {
  .discover__blocks .row > div {
    padding: 0 0.87rem 1.75rem;
  }
}

@media (min-width: 1023px) {
  .discover__block {
    background: #FFFFFF;
    height: 100%;
    border-radius: 1.56rem;
    padding: 2rem 2rem 1rem;
    position: relative;
  }
}

.discover__block_logo {
  margin: 0 0 1.875rem;
  text-align: left;
}

.discover__block_logo img {
  max-height: 5.5rem;
  display: inline-block;
  max-width: 90%;
}

@media (min-width: 1023px) {
  .discover__block_logo img {
    max-width: 100%;
  }
}

.discover__block_logo img.discover__block_logo_desktop {
  display: none;
}

@media (min-width: 1023px) {
  .discover__block_logo img.discover__block_logo_desktop {
    display: inline-block;
  }
}

.discover__block_logo img.discover__block_logo_mobile {
  display: inline-block;
}

@media (min-width: 1023px) {
  .discover__block_logo img.discover__block_logo_mobile {
    display: none;
  }
}

.discover__block p {
  line-height: 1.13em;
  color: #B3846A;
  margin: 0;
}

@media (min-width: 1023px) {
  .discover__block p {
    color: #292727;
    margin: 0 0 1.25rem;
  }
}

.true__section {
  padding: 71px 0 35px;
  position: relative;
  overflow: hidden;
}

@media (min-width: 1023px) {
  .true__section {
    padding: 100px 0 115px;
  }
}

.true__section .container > p {
  font-size: 1.25rem;
  line-height: 1.15em;
}

.true__section .h1 {
  display: inline-block;
  width: 100%;
  color: #B3846A;
  position: relative;
  margin: 0 0 1.81rem;
  font-size: 2.15rem;
}

@media (min-width: 1023px) {
  .true__section .h1 {
    font-size: 3.75rem;
    margin: 0 0 5.37rem;
    padding: 0 0 0 1.25rem;
  }
}

.true__section .h1::before {
  content: "";
  position: absolute;
  left: -1.18rem;
  top: 0.5rem;
  height: 0;
  width: 0.12rem;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#FFFFFF), color-stop(50%, #FFFFFF), color-stop(50%, transparent), to(transparent)), -webkit-gradient(linear, left top, left bottom, from(#292727), color-stop(#292727), color-stop(#292727), color-stop(#292727), to(#292727));
  background-image: linear-gradient(to top, #FFFFFF, #FFFFFF 50%, transparent 50%, transparent 100%), linear-gradient(to bottom, #292727, #292727, #292727, #292727, #292727);
  background-size: 0.37rem 0.37rem, 100% 0.37rem;
  -webkit-transition: all 1s;
  transition: all 1s;
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}

@media (min-width: 1023px) {
  .true__section .h1::before {
    left: -0.12rem;
    top: 0;
    bottom: 0;
  }
}

.true__section .h1.aos-animate::before {
  height: 99%;
}

.true-block-links {
  width: 100%;
  display: inline-block;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0 0 1.87rem;
  position: relative;
}

@media (min-width: 1023px) {
  .true-block-links {
    width: 41.12rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin: 0 0 1.68rem 1rem;
    padding: 0 0 4.5rem;
  }
}

.true-block-links > svg {
  position: absolute;
  bottom: -1.25rem;
}

.true-block-links .true-block-link:nth-child(1) {
  float: right;
  clear: both;
  margin: 0 0 1.62rem;
}

.true-block-links .true-block-link:nth-child(2) {
  float: left;
  clear: both;
  text-align: right;
}

.true-block-links label {
  font-size: 1.25rem;
  position: relative;
  padding: 0 0 0.56rem;
  margin: 0 0 0.18rem;
  display: block;
}

@media (min-width: 1023px) {
  .true-block-links label {
    padding: 0;
    margin: 0 0 1.62rem;
  }
}

.true-block-links label::before {
  content: "";
  background-image: -webkit-gradient(linear, left top, right top, from(#292727), color-stop(50%, #292727), color-stop(50%, transparent), to(transparent));
  background-image: linear-gradient(90deg, #292727, #292727 50%, transparent 50%, transparent 100%);
  background-size: 0.37rem 0.06rem;
  height: 0.12rem;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

@media (min-width: 1023px) {
  .true-block-links label::before {
    display: none;
  }
}

.true-block-links p {
  margin: 0;
  color: #B3846A;
  font-size: 1.12rem;
  font-family: "Times New Roman", Times, serif;
}

.life-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 2.37rem 0 0;
}

@media (min-width: 1023px) {
  .life-block {
    margin: 3.56rem 0 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.life-block ul.list {
  margin: 0 -1.25rem 3.25rem;
  background: #292727;
  color: #FFFFFF;
  padding: 1.25rem 22px;
  border-radius: 1.56rem;
  width: calc( 100% + 1.56rem);
}

@media (min-width: 1023px) {
  .life-block ul.list {
    width: 33%;
    margin: 0;
  }
}

.life-block ul.list li {
  padding: 0 0 19px 24px;
  margin: 0;
  list-style: none;
  position: relative;
}

.life-block ul.list li::before {
  content: "";
  width: 0;
  height: 0;
  border-top: 0.31rem solid transparent;
  border-bottom: 0.31rem solid transparent;
  border-left: 0.62rem solid #B3846A;
  position: absolute;
  left: 0;
  top: 0.43rem;
}

.life-block .h1 {
  color: #292727;
}

@media (min-width: 1023px) {
  .life-block .h1 {
    margin: 0 0 0 3.31rem;
    padding-left: 2.5rem;
    width: 50%;
  }
}

.forget-about__section.story-forget-about {
  background: #292727;
  padding-bottom: 2rem;
}

.forget-about__section.story-forget-about .container > .eyebrow {
  color: #FFFFFF;
}

.forget-about__section.story-forget-about .eyebrow {
  margin-top: 0;
  color: #292727;
}

.forget-about__section.story-forget-about .about-me__block_bg {
  background: #FFFFFF;
  color: #292727;
  padding-bottom: 2.2rem;
}

.true_paths {
  fill: none;
  stroke: black;
  stroke-dasharray: 3;
  stroke-width: 3;
  stroke-linejoin: round;
}

.aos-animate .true_mask {
  fill: none;
  stroke: white;
  stroke-width: 2;
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
  -webkit-animation: true_dash 1s linear forwards;
          animation: true_dash 1s linear forwards;
}

@-webkit-keyframes true_dash {
  from {
    stroke-dashoffset: 1000;
  }
  to {
    stroke-dashoffset: 0;
  }
}

@keyframes true_dash {
  from {
    stroke-dashoffset: 1000;
  }
  to {
    stroke-dashoffset: 0;
  }
}

.forget-about__section.story-forget-about .about-me__block_bg .in-icon img {
  -webkit-filter: invert(1);
          filter: invert(1);
}

.contact__section {
  width: 100%;
  background-color: #292727;
  padding: 0 0 2.8rem;
  position: relative;
}

@media (min-width: 1023px) {
  .contact__section {
    padding: 8rem 0;
  }
}

@media (min-width: 1023px) {
  .contact__section .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.contact__left {
  color: #FFFFFF;
}

@media (min-width: 1023px) {
  .contact__left {
    width: 29.7rem;
    padding-right: 2rem;
  }
}

.contact__left .eyebrow {
  margin: 0 0 0.5rem;
  color: #B3846A;
}

@media (min-width: 1023px) {
  .contact__left .eyebrow {
    margin: 0 0 1.2rem;
  }
}

.contact__left h1 {
  font-size: 3.65rem;
  color: #FFFFFF;
  width: 90%;
  margin: 0 0 0.85rem;
}

@media (min-width: 1023px) {
  .contact__left h1 {
    width: 100%;
    margin: 0 0 2.5rem;
  }
}

.contact__right {
  padding: 0.4rem 0 0;
}

@media (min-width: 1023px) {
  .contact__right {
    width: 21.5rem;
  }
}

.cn-d-border {
  width: 35rem;
  height: 0.125rem;
  position: absolute;
  top: 0;
  z-index: 3;
  -webkit-transform: rotate(67deg);
          transform: rotate(67deg);
  right: -8.32rem;
}

@media (min-width: 1023px) {
  .cn-d-border {
    display: none;
  }
}

.cn-d-border::before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  background-image: -webkit-gradient(linear, left top, right top, from(#FFFFFF), color-stop(50%, #FFFFFF), color-stop(50%, transparent), to(transparent));
  background-image: linear-gradient(90deg, #FFFFFF, #FFFFFF 50%, transparent 50%, transparent 100%);
  background-size: 0.37rem 0.06rem;
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
  height: 0.125rem;
  width: 0%;
}

.cn-d-border.aos-animate::before {
  width: 100%;
}

.cn-d-border__2 {
  width: 12rem;
  height: 0.125rem;
  position: absolute;
  top: 13.5rem;
  z-index: 3;
  -webkit-transform: rotate(152deg);
          transform: rotate(152deg);
  right: -1rem;
}

.cn-d-border__2::before {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

.thankyou__section {
  width: 100%;
  background-color: #292727;
  padding: 0 0 2.8rem;
  position: relative;
  color: #FFFFFF;
}

@media (min-width: 1023px) {
  .thankyou__section {
    padding: 8rem 0;
    min-height: calc(100vh - 28rem);
  }
}

.thankyou__section .eyebrow {
  margin: 0 0 0.5rem;
  color: #B3846A;
}

@media (min-width: 1023px) {
  .thankyou__section .eyebrow {
    margin: 0 0 1.2rem;
  }
}

.thankyou__section h1 {
  font-size: 3.65rem;
  color: #FFFFFF;
  width: 90%;
  margin: 0 0 0.85rem;
}

@media (min-width: 1023px) {
  .thankyou__section h1 {
    width: 100%;
    margin: 0 0 2.5rem;
  }
}

.thankyou__shape {
  width: 100%;
  background-color: #292727;
  padding-bottom: 3.5rem;
}

.thankyou__shape svg, .thankyou__shape img {
  width: 100%;
}

.thk {
  fill: none;
  stroke: white;
  stroke-dasharray: 10;
  stroke-width: 6;
  stroke-linejoin: round;
}

.thk_mask {
  fill: none;
  stroke: white;
  stroke-width: 6;
  stroke-dasharray: 2500;
  stroke-dashoffset: 2500;
  -webkit-animation: thk_dash 3s linear forwards;
          animation: thk_dash 3s linear forwards;
  -webkit-animation-delay: 2.5s;
          animation-delay: 2.5s;
}

@-webkit-keyframes thk_dash {
  from {
    stroke-dashoffset: 2500;
  }
  to {
    stroke-dashoffset: 0;
  }
}

@keyframes thk_dash {
  from {
    stroke-dashoffset: 2500;
  }
  to {
    stroke-dashoffset: 0;
  }
}

.wpml-ls-legacy-dropdown {
  width: 15.5em;
  max-width: 100%;
}

.wpml-ls-legacy-dropdown > ul {
  position: relative;
  padding: 0;
  margin: 0 !important;
  list-style-type: none;
}

.wpml-ls-legacy-dropdown .wpml-ls-current-language:focus .wpml-ls-sub-menu, .wpml-ls-legacy-dropdown .wpml-ls-current-language:hover .wpml-ls-sub-menu {
  visibility: visible;
}

.wpml-ls-legacy-dropdown .wpml-ls-item {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.wpml-ls-legacy-dropdown a {
  display: block;
  text-decoration: none;
  color: #444;
  border: 1px solid #cdcdcd;
  background-color: #fff;
  padding: 5px 10px;
  line-height: 1;
}

.wpml-ls-legacy-dropdown a span {
  vertical-align: middle;
}

.wpml-ls-legacy-dropdown a.wpml-ls-item-toggle {
  position: relative;
  padding-right: calc(10px + 1.4em);
}

.rtl .wpml-ls-legacy-dropdown a.wpml-ls-item-toggle {
  padding-right: 10px;
  padding-left: calc(10px + 1.4em);
}

.wpml-ls-legacy-dropdown a.wpml-ls-item-toggle:after {
  content: "";
  vertical-align: middle;
  display: inline-block;
  border: .35em solid transparent;
  border-top: .5em solid;
  position: absolute;
  right: 10px;
  top: calc(50% - .175em);
}

.rtl .wpml-ls-legacy-dropdown a.wpml-ls-item-toggle:after {
  right: auto;
  left: 10px;
}

.wpml-ls-legacy-dropdown .wpml-ls-current-language:hover > a, .wpml-ls-legacy-dropdown a:focus, .wpml-ls-legacy-dropdown a:hover {
  color: #000;
  background: #eee;
}

.wpml-ls-legacy-dropdown .wpml-ls-sub-menu {
  visibility: hidden;
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  border-top: 1px solid #cdcdcd;
  padding: 0;
  margin: 0;
  list-style-type: none;
  z-index: 101;
}

.wpml-ls-legacy-dropdown .wpml-ls-sub-menu a {
  border-width: 0 1px 1px;
}

.wpml-ls-legacy-dropdown .wpml-ls-flag {
  display: inline;
  vertical-align: middle;
}

.wpml-ls-legacy-dropdown .wpml-ls-flag + span {
  margin-left: .4em;
}

.rtl .wpml-ls-legacy-dropdown .wpml-ls-flag + span {
  margin-left: 0;
  margin-right: .4em;
}

.wpml-ls {
  width: auto;
  padding: 1.7rem 0;
}

@media (min-width: 1023px) {
  .wpml-ls {
    padding: 0;
  }
}

.wpml-ls ul li {
  display: inline-block;
  width: auto;
}

@media (min-width: 1023px) {
  .wpml-ls ul li {
    width: 100%;
  }
}

.wpml-ls ul li::before {
  display: none;
}

.wpml-ls ul .wpml-ls-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 1.2rem 0 0;
}

@media (min-width: 1023px) {
  .wpml-ls ul .wpml-ls-item {
    display: inline-block;
    padding: 0;
  }
}

.wpml-ls ul .wpml-ls-item:hover a {
  background-color: transparent;
  color: #B3846A;
  text-decoration: none;
}

.wpml-ls ul .wpml-ls-item a {
  background-color: transparent;
  border: 0;
  color: #FFFFFF;
  font-size: 1.3rem;
  padding: 0;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (min-width: 1023px) {
  .wpml-ls ul .wpml-ls-item a {
    display: inline-block;
  }
}

.wpml-ls ul .wpml-ls-item a .wpml-ls-flag {
  display: inline-block;
  width: 2rem;
  height: 1.3rem;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

@media (min-width: 1023px) {
  .wpml-ls ul .wpml-ls-item a .wpml-ls-flag {
    display: none;
  }
}

.wpml-ls ul .wpml-ls-item a .wpml-ls-display {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  margin: 0 0.5rem 0 0;
}

@media (min-width: 1023px) {
  .wpml-ls ul .wpml-ls-item a .wpml-ls-display {
    margin: 0;
  }
}

.wpml-ls ul .wpml-ls-item .wpml-ls-item-toggle {
  padding: 0;
}

@media (min-width: 1023px) {
  .wpml-ls ul .wpml-ls-item .wpml-ls-item-toggle {
    padding: 0.7rem 2.6rem 0.7rem 0.5rem;
  }
}

.wpml-ls ul .wpml-ls-item .wpml-ls-item-toggle::after {
  border: 0;
  border-bottom: 0.07rem solid #FFFFFF;
  border-left: 0.07rem solid #FFFFFF;
  width: 0.7rem;
  height: 0.7rem;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 0.8rem;
  right: 1rem;
  display: none;
}

@media (min-width: 1023px) {
  .wpml-ls ul .wpml-ls-item .wpml-ls-item-toggle::after {
    display: inline-block;
  }
}

.wpml-ls ul .wpml-ls-item .wpml-ls-sub-menu, .wpml-ls ul .wpml-ls-item .sub-menu {
  border: 0;
  color: #FFFFFF;
  background-color: transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  visibility: visible;
  width: auto;
  position: static;
  padding: 0 0 0 1.2rem;
}

@media (min-width: 1023px) {
  .wpml-ls ul .wpml-ls-item .wpml-ls-sub-menu, .wpml-ls ul .wpml-ls-item .sub-menu {
    display: inline-block;
    visibility: hidden;
    position: absolute;
    background-color: #292727;
    padding: 0;
  }
}

.wpml-ls ul .wpml-ls-item .wpml-ls-sub-menu li, .wpml-ls ul .wpml-ls-item .sub-menu li {
  padding: 0 1.2rem 0 0;
}

@media (min-width: 1023px) {
  .wpml-ls ul .wpml-ls-item .wpml-ls-sub-menu li, .wpml-ls ul .wpml-ls-item .sub-menu li {
    width: 100%;
    padding: 0;
  }
}

.wpml-ls ul .wpml-ls-item .wpml-ls-sub-menu li a, .wpml-ls ul .wpml-ls-item .sub-menu li a {
  color: #FFFFFF;
  padding: 0rem;
  -webkit-transition: none;
  transition: none;
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (min-width: 1023px) {
  .wpml-ls ul .wpml-ls-item .wpml-ls-sub-menu li a, .wpml-ls ul .wpml-ls-item .sub-menu li a {
    width: 100%;
    display: inline-block;
    padding: 0.5rem;
  }
}

.wpml-ls ul .wpml-ls-item .wpml-ls-sub-menu li a:hover, .wpml-ls ul .wpml-ls-item .sub-menu li a:hover {
  color: #B3846A;
}

.media-text__section {
  width: 100%;
  padding: 2.7rem 0;
  background: #292727;
  color: #FFFFFF;
}

@media (min-width: 1023px) {
  .media-text__section {
    padding: 3.9rem 0;
  }
}

.media-text__content {
  width: 100%;
}

@media (min-width: 1023px) {
  .media-text__content {
    width: 100%;
  }
}

@media (min-width: 992px) {
  .media-text__content {
    width: 100%;
  }
}

.media-text__content h1, .media-text__content h2 {
  margin: 0 0 1.2rem;
  color: #FFFFFF;
}

@media (min-width: 1023px) {
  .media-text__content h1, .media-text__content h2 {
    line-height: 1.3em;
    margin: 0 0 1.9rem;
  }
}

.media-text__img {
  width: 100%;
  margin-top: 1.2rem;
}

@media (min-width: 1023px) {
  .media-text__img {
    width: 45%;
    margin-top: 0;
  }
}

@media (min-width: 992px) {
  .media-text__img {
    width: 40%;
  }
}

.media-text__img img {
  width: 100%;
}

.media-text__img.media-circle {
  width: 19.12rem;
  height: 19.12rem;
  overflow: hidden;
  border-radius: 100%;
  padding: 0;
}

@media (min-width: 320px) {
  .media-text__img.media-circle {
    width: 22.12rem;
    height: 22.12rem;
  }
}

@media (min-width: 576px) {
  .media-text__img.media-circle {
    width: 27.12rem;
    height: 27.12rem;
  }
}

.media-text__img.media-circle img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.media-text-404 {
  width: 100%;
}

.media-text-404 .media-text__content h1, .media-text-404 .media-text__content h2, .media-text-404 .media-text__content h3, .media-text-404 .media-text__content p {
  margin: 0 0 1.5rem;
}

.media-text-404 .media-text__content h2 {
  line-height: 1.25em;
  font-size: 1.3rem;
}

@media (min-width: 576px) {
  .media-text-404 .media-text__content h2 {
    font-size: 2rem;
  }
}

@media (min-width: 1023px) {
  .media-text-404 .media-text__content h2 {
    font-size: 2.37rem;
  }
}

@media (min-width: 992px) {
  .media-text-404 .media-text__content h2 {
    font-size: 2.75rem;
  }
}

@media (min-width: 1219px) {
  .media-text-404 .media-text__content h2 {
    font-size: 3.12rem;
  }
}

.media-text-404 .media-text__content p {
  line-height: 1.7em;
}

.media-text-404 .media-text__content .btn {
  margin: 0.5rem 0 0;
  background: #B3846A;
  color: #FFFFFF;
}

.media-text-404 .media-text__content .btn:hover {
  background: #FFFFFF;
  color: #B3846A;
}

.wp-block-details {
  width: 100%;
  margin: 0 0 1.5rem;
  padding: 0 20px 0px;
  background: transparent;
  border: 1px solid #FFFFFF;
}

.wp-block-details summary {
  width: auto;
  padding: 18px;
  list-style: none;
  margin: 0 -20px 0;
  position: relative;
  font-family: "Times New Roman", Times, serif;
  font-size: 20px;
}

@media (min-width: 576px) {
  .wp-block-details summary {
    font-size: 24px;
  }
}

.wp-block-details summary::before, .wp-block-details summary::after {
  position: absolute;
  content: '';
  background-color: #B3846A;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.wp-block-details summary::before {
  width: 12px;
  height: 2px;
  right: 20px;
}

.wp-block-details summary::after {
  width: 2px;
  height: 12px;
  right: 25px;
}

.wp-block-details[open] summary {
  margin-bottom: 10px;
}

.wp-block-details[open] summary::after {
  height: 0px;
}

table.has-white-color td a {
  color: #B3846A;
}

.wp-block-cover {
  padding: 0;
}
/*# sourceMappingURL=style.css.map */