@import url("https://use.typekit.net/sxi3sen.css");
body {
  padding: 0;
  margin: 0;
  font: 13px Arial, Helvetica, Garuda, sans-serif;
  *font-size: small;
  *font: x-small;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
}
article,
aside,
figure,
footer,
header,
nav,
section,
details,
summary,
main {
  display: block;
}
h1,
h2,
h3,
h4,
h5,
h6,
ul,
li,
em,
strong,
pre,
code,
p {
  padding: 0;
  margin: 0;
  line-height: 1em;
  font-size: 100%;
  font-weight: normal;
  font-style: normal;
}
table {
  font-size: inherit;
  font: 100%;
}
ul.menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
ul.menu li {
  margin: 0;
  padding: 0;
  line-height: 1em;
  background: none;
}
img {
  border: 0;
  max-width: 100%;
}
a {
  text-decoration: none;
}
input,
select,
textarea {
  font: inherit;
}
.pathway {
  margin: 0;
  padding: 0;
}
.pathway li {
  display: inline-block;
}
*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.clearfix::after {
  content: "";
  display: table;
  clear: both;
}
.popupLayout {
  position: relative;
  background: #FFF;
  padding: 20px;
  width: auto;
  max-width: 800px;
  margin: 20px auto;
  font-size: 14px;
}
.popupLayout h1 {
  font-size: 40px;
}
@keyframes cookieOut {
  0% {
    transform: translate3d(0,0,0);
    -webkit-transform: translate3d(0,0,0);
    opacity: 1;
  }
  100% {
    transform: translate3d(0,100px,0);
    -webkit-transform: translate3d(0,100px,0);
    opacity: 0;
  }
}
@-webkit-keyframes cookieOut {
  0% {
    transform: translate3d(0,0,0);
    -webkit-transform: translate3d(0,0,0);
    opacity: 1;
  }
  100% {
    transform: translate3d(0,100px,0);
    -webkit-transform: translate3d(0,100px,0);
    opacity: 0;
  }
}
@keyframes SlideUp {
  0% {
    transform: translate3d(0,0,0);
  }
  100% {
    transform: translate3d(0,-100%,0);
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes stretchX {
  0% {
    transform: scaleX(0);
  }
  100% {
    transform: scaleX(1);
  }
}
@keyframes unstretchX {
  0% {
    transform: scaleX(1);
  }
  100% {
    transform: scaleX(0);
  }
}
body {
  color: #000000;
  font-family: "raleway", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 35px;
}
@media screen and (max-width: 550px) {
  body {
    font-size: 16px;
  }
}
a,
a:visited {
  color: #B58D45;
  transition: 200ms;
}
a:hover,
a:visited:hover {
  color: #B58D45;
  transition: 300ms;
}
p {
  margin-bottom: 1em;
  line-height: 1.6em;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 1em;
}
h1 {
  font-size: 25px;
}
h2 {
  font-size: 22px;
}
h3 {
  font-size: 18px;
}
h4 {
  font-size: 16px;
}
ul,
ol {
  margin: 0 0 1em 1em;
  padding: 0;
}
ul li,
ol li {
  margin: 0 0 1em 0;
  padding: 0 0 0 0;
}
strong {
  font-weight: bold;
}
em {
  font-style: italic;
}
.f-raleway {
  font-family: "raleway", sans-serif;
}
.f-freight_big_pro {
  font-family: 'freight-big-pro', serif;
}
.work-sans-font {
  font-family: work-sans, sans-serif;
  font-weight: 500;
  font-style: normal;
}
.f-16 {
  font-size: 16px;
  font-weight: 300;
  line-height: 28px;
}
.f-16--footer {
  font-size: 16px;
  font-weight: 300;
  line-height: 28px;
}
@media screen and (max-width: 1860px) {
  .f-16--footer {
    font-size: 12px;
    line-height: 21px;
  }
}
.f-18 {
  font-size: 18px;
  font-weight: 400;
  line-height: 35px;
}
@media screen and (max-width: 550px) {
  .f-18 {
    font-size: 16px;
  }
}
.f-18--light {
  font-size: 18px;
  font-weight: 300;
  line-height: 35px;
}
@media screen and (max-width: 550px) {
  .f-18--light {
    font-size: 16px;
  }
}
.f-27 {
  font-family: 'freight-big-pro', serif;
  font-size: 27px;
  font-weight: 400;
  font-style: italic;
  line-height: 34px;
}
@media screen and (max-width: 700px) {
  .f-27 {
    font-size: 20px;
    line-height: 25px;
  }
}
@media screen and (max-width: 550px) {
  .f-27 {
    font-size: 8vw;
  }
}
.f-35 {
  font-family: 'freight-big-pro', serif;
  font-size: 35px;
  font-weight: 400;
  line-height: 90px;
}
@media screen and (max-width: 1860px) {
  .f-35 {
    font-size: 25px;
  }
}
@media screen and (max-width: 400px) {
  .f-35 {
    font-size: 20px;
  }
}
.f-40 {
  font-size: 40px;
  font-weight: 200;
  line-height: 60px;
}
@media screen and (max-width: 1860px) {
  .f-40 {
    font-size: 28px;
  }
}
@media screen and (max-width: 700px) {
  .f-40 {
    font-size: 20px;
    line-height: 30px;
  }
}
.f-80 {
  font-family: 'freight-big-pro', serif;
  font-size: 80px;
  line-height: 78px;
  color: #B58D45;
  font-style: normal;
}
@media screen and (max-width: 1860px) {
  .f-80 {
    font-size: 56px;
  }
}
.f-80 span {
  font-style: italic;
}
.f-80--black {
  font-family: 'freight-big-pro', serif;
  font-size: 80px;
  font-weight: normal;
  line-height: 78px;
  color: #000000;
}
@media screen and (max-width: 1860px) {
  .f-80--black {
    font-size: 56px;
    line-height: 55px;
  }
}
@media screen and (max-width: 550px) {
  .f-80--black {
    font-size: 10vw;
    line-height: 1em;
  }
}
.f-114 {
  font-family: 'freight-big-pro', serif;
  font-size: 114px;
}
@media screen and (max-width: 1860px) {
  .f-114 {
    font-size: 80px;
  }
}
@media screen and (max-width: 1200px) {
  .f-114 {
    font-size: 10vw;
    line-height: .8em;
  }
}
@media screen and (max-width: 1000px) {
  .f-114 {
    font-size: 15vw;
  }
}
@media screen and (max-width: 550px) {
  .f-114 {
    font-size: calc(100vw / 8);
  }
}
.input {
  margin-bottom: 1.5em;
}
input[type='text'],
input[type='email'],
input[type='tel'],
input[type='number'],
textarea,
select {
  font: inherit;
  padding: .5em 1em;
  width: 100%;
  -webkit-appearance: none;
  border-radius: 0;
  box-shadow: none;
  outline: none;
}
textarea {
  height: auto;
}
input[type='submit'],
.button,
button {
  font: inherit;
  cursor: pointer;
  padding: .5em 1em;
  border: none;
  -webkit-appearance: none;
  border-radius: 0;
  box-shadow: none;
}
a.button {
  color: #fff;
}
.button {
  display: inline-block;
  font-size: 18px;
  font-weight: 400;
  line-height: 35px;
  line-height: 27px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #FFFFFF;
  transition: .5s ease-out;
}
@media screen and (max-width: 550px) {
  .button {
    font-size: 16px;
  }
}
.button--outline {
  border: 1px solid white;
}
.button--outline-gold {
  border: 1px solid #B58D45;
  background-color: transparent;
  color: #B58D45;
}
.button--outline:hover,
.button--outline-gold:hover {
  background-color: #B58D45;
  border: 1px solid #B58D45;
  color: white;
  transition: .5s ease-out;
}
.button--outline:hover span,
.button--outline-gold:hover span {
  color: white;
}
.checkbox input,
.checkbox label {
  vertical-align: middle;
}
.checkbox label {
  display: inline;
}
.checkbox:not(foo) label::before {
  content: '';
  display: inline-block;
  width: 22px;
  height: 22px;
  border: 1px solid #000000;
  background: #fff;
  vertical-align: middle;
  margin-right: 10px;
  cursor: pointer;
  text-align: center;
  line-height: 22px;
  color: #000000;
}
.checkbox:not(foo) input:checked + label::before {
  content: "\2713";
}
.checkbox:not(foo) input[type=checkbox] {
  display: none;
}
.error-message {
  font-size: .9em;
  color: red;
}
label {
  margin-bottom: .3em;
  display: block;
}
.required label::after {
  content: '*';
}
.privacyDisclaimer {
  font-size: 13px;
}
.privacyDisclaimer a {
  color: #000000;
  text-decoration: underline;
}
.privacyDisclaimer div {
  margin-bottom: 10px;
}
.response_message {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 500;
  padding: 20px;
  text-align: center;
  color: #fff;
  font-size: 14px;
  background: #88B555;
  visibility: hidden;
  transition: 300ms cubic-bezier(0.250,0.460,0.450,0.940);
  box-shadow: 0 5px 15px rgba(0,0,0,0.2);
  font-size: 17px;
  max-width: 800px;
  margin: 0 auto;
}
.response_message:after {
  content: 'x';
  position: absolute;
  top: 0;
  right: 0;
  width: 20px;
  height: 20px;
  background: #8a2e2e;
  line-height: 20px;
  text-align: center;
  cursor: pointer;
  font-size: 11px;
}
.response_message.error {
  background: #C14343;
}
.response_message.visible {
  visibility: visible;
  animation: messageIn 500ms ease-out forwards;
  -webkit-animation: messageIn 500ms ease-out forwards;
}
@keyframes messageIn {
  0% {
    transform: translate3d(0,100px,0);
    -webkit-transform: translate3d(0,100px,0);
    opacity: 0;
  }
  100% {
    transform: translate3d(0,0,0);
    -webkit-transform: translate3d(0,0,0);
    opacity: 1;
  }
}
body {
  background-color: #FAF9F4;
  position: relative;
  overflow-x: hidden;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
main {
  flex-grow: 1;
  margin-top: 100px;
}
@media screen and (max-width: 400px) {
  main {
    margin-top: 80px;
  }
}
p {
  font-weight: inherit;
  font-style: inherit;
}
.popup,
.link {
  color: #000000;
  word-break: break-all;
}
.popup:hover,
.link:hover {
  transition: color 150ms #B58D45;
}
.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 200;
  box-shadow: 0.2em 0em 0.5em 0em rgba(0,0,0,0.2);
  background-color: #FAF9F4;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 0 4.1667vw;
  height: 100px;
  z-index: 9;
}
.header__menu {
  display: flex;
  flex-grow: 1;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  column-gap: 3em;
}
.header__menu a {
  font-weight: 300;
  font-size: 16px;
}
.header__menu p {
  margin: 0;
}
.header__menu .menu__item a.active,
.header__menu .menu__item a.active:visited {
  color: #B58D45;
}
@media screen and (max-width: 1400px) {
  .header__menu {
    column-gap: 1.5em;
  }
}
.header__menu__dx {
  display: flex;
  align-items: center;
  column-gap: 3em;
}
.header__menu__dx .tel {
  font-family: work-sans, sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #B58D45;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 5px;
  font-size: 18px;
}
@media screen and (max-width: 1200px) {
  .header__menu__dx .tel {
    display: none;
  }
}
@media screen and (max-width: 1000px) {
  .header__menu__dx .tel {
    display: block;
    margin-top: 5vh;
  }
}
.header__menu__dx .social {
  display: flex;
  align-items: center;
  gap: 10px;
}
.header__menu__dx .social a {
  width: 20px;
}
.header__menu__dx .social a img {
  vertical-align: middle;
}
@media screen and (max-width: 1000px) {
  .header__menu__dx .social a.tel {
    display: none;
  }
}
@media screen and (max-width: 1000px) {
  .header__menu {
    pointer-events: none;
    position: fixed;
    top: 0;
    right: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding-left: 20vw;
    opacity: 0;
    width: 50vw;
    height: 100vh;
    background-color: white;
    box-shadow: inset 0px 0px 0px 2px #B58D45;
    z-index: 2;
  }
  .header__menu .menu {
    height: auto;
    flex-direction: column;
    align-items: flex-start;
  }
  .header__menu .menu a {
    font-size: 23px;
    line-height: 2em;
    font-weight: 500;
    display: block;
    position: relative;
  }
  .header__menu__dx {
    flex-direction: column;
    align-items: flex-start;
  }
  .header__menu__dx .social {
    margin-top: auto;
  }
  .header__menu.open {
    visibility: visible;
    pointer-events: auto;
    opacity: 1;
    animation: fadeIn 0.8s cubic-bezier(0.22,0.61,0.36,1) forwards;
  }
  .header__menu.closed {
    pointer-events: none;
    animation: fadeOut 0.6s cubic-bezier(0.22,0.61,0.36,1) forwards;
  }
}
@media screen and (max-width: 700px) {
  .header__menu {
    width: 75vw;
    align-items: flex-start;
  }
}
@media screen and (max-width: 550px) {
  .header__menu {
    width: 100vw;
    align-items: flex-start;
  }
}
.header__logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
@media screen and (max-width: 1000px) {
  .header__logo {
    transition: .4s ease-out;
  }
}
.header .call-mobile {
  display: none;
}
@media screen and (max-width: 1000px) {
  .header .call-mobile {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    margin-left: 5vw;
  }
}
@media screen and (max-width: 400px) {
  .header {
    height: 80px;
  }
}
.languages {
  position: absolute;
  top: 100%;
  background-color: #B58D45;
  right: 0;
  padding-left: 10px;
  padding-right: 1vw;
  cursor: pointer;
  z-index: 0;
  transition: 300ms;
}
.languages--hidden {
  transform: translate3d(100%,0,0);
}
.languages,
.languages__list > a {
  color: white;
  text-transform: uppercase;
  font-size: 0.9rem;
}
.languages svg {
  display: inline-block;
  width: 20px;
  height: 20px;
}
.languages__active {
  display: flex;
  align-items: center;
  gap: 5px;
}
.languages__list {
  display: none;
  width: 100%;
  position: absolute;
  top: 100%;
  left: 0;
  background-color: #B58D45;
  padding: 0 1vw 10px;
}
.languages.open .languages__list {
  display: block;
}
.languages a {
  display: block;
}
.languages a:hover {
  color: white;
}
@media screen and (max-width: 1000px) {
  .languages {
    display: flex;
    top: 35px;
    left: 3vw;
    gap: 5px;
    background-color: transparent;
  }
  .languages,
  .languages a {
    color: #000000;
  }
  .languages:hover,
  .languages a:hover {
    color: #000000;
  }
  .languages svg {
    fill: #B58D45;
  }
  .languages__active span {
    display: none;
  }
  .languages__list {
    width: auto;
    display: flex;
    position: relative;
    top: auto;
    background-color: transparent;
    padding: 0;
    gap: 5px;
  }
}
.menu {
  display: flex;
  flex-direction: row;
  align-items: center;
  column-gap: 3em;
  height: 100%;
}
.menu__item {
  display: flex;
  align-items: center;
  height: 100%;
}
.menu__item a,
.menu__item a:visited {
  color: #000000;
}
.menu__item a:hover,
.menu__item a:visited:hover {
  color: #B58D45;
  transition: color 500ms ease-in;
}
@media screen and (max-width: 1000px) {
  .menu__item {
    display: block;
  }
}
@media screen and (max-width: 1400px) {
  .menu {
    column-gap: 1.5em;
  }
}
@media screen and (max-width: 1000px) {
  .outer-submenu {
    height: 0;
    overflow: hidden;
    width: 100%;
    transition: .4s ease-out;
  }
  .outer-submenu.open {
    transition: .4s ease-out;
  }
}
.outer-submenu .submenu {
  pointer-events: none;
  display: flex;
  flex-direction: column;
  background-color: white;
  position: absolute;
  opacity: 0;
  bottom: -20vh;
  left: 0;
  z-index: 101;
  margin: 0;
  padding: 0;
  background-color: #FAF9F4;
  transition: .4s ease-out;
}
.outer-submenu .submenu.open {
  pointer-events: auto;
  opacity: 1;
}
@media screen and (max-width: 1000px) {
  .outer-submenu .submenu {
    visibility: visible;
    position: relative;
    inset: unset;
    background-color: transparent;
    top: 0;
    left: 0;
    opacity: 1;
    border: none;
    z-index: 5;
    transition: .4s;
  }
  .outer-submenu .submenu:hover {
    opacity: 1;
    pointer-events: auto;
  }
  .outer-submenu .submenu a {
    font-size: 18px;
  }
}
.outer-submenu .submenu .menu__item {
  padding: 1em;
  position: relative;
  width: 9.375vw;
}
@media screen and (max-width: 1400px) {
  .outer-submenu .submenu .menu__item {
    width: 14.0625vw;
  }
}
@media screen and (max-width: 1000px) {
  .outer-submenu .submenu .menu__item {
    width: auto;
    padding: 5px;
  }
}
.outer-submenu .submenu .menu__item::after {
  content: '';
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #B58D45;
}
@media screen and (max-width: 1000px) {
  .outer-submenu .submenu .menu__item::after {
    display: none;
  }
}
.has-submenu {
  position: relative;
}
.has-submenu:hover .submenu {
  visibility: visible;
  pointer-events: auto;
  opacity: 1;
  bottom: -200%;
  transition: .4s ease-out;
}
#toggler {
  display: none;
}
@media screen and (max-width: 1000px) {
  #toggler {
    display: block;
  }
}
.footer {
  background-color: #FAF9F4;
}
.footer__container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 45px 4.1667vw 145px;
}
@media screen and (max-width: 1200px) {
  .footer__container {
    flex-direction: column;
    row-gap: 1em;
  }
}
.footer__newsletter {
  padding: 45px 4.1667vw 45px;
}
.footer__content {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 1em;
  font-size: 16px;
  font-weight: 300;
  line-height: 28px;
}
@media screen and (max-width: 1860px) {
  .footer__content {
    font-size: 12px;
    line-height: 21px;
  }
}
.footer__content h6,
.footer__content p {
  margin: 0;
}
.footer__content h6 {
  font-size: 18px;
  font-weight: 400;
  line-height: 35px;
  color: #B58D45;
}
@media screen and (max-width: 550px) {
  .footer__content h6 {
    font-size: 16px;
  }
}
@media screen and (max-width: 1200px) {
  .footer__content h6 {
    flex: 1 0 100%;
    text-align: center;
  }
}
@media screen and (max-width: 1200px) {
  .footer__content {
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
@media screen and (max-width: 700px) {
  .footer__content {
    flex-direction: column;
  }
}
.newsletter {
  padding: 40px;
  background: #fff;
  position: relative;
  max-width: 800px;
  font-size: .8em;
  margin: 0 auto 100px;
  box-shadow: 0 0 5px #ddd;
}
.newsletter h2 {
  color: #B58D45;
  font-size: 1.75em;
}
.newsletter:before {
  content: '';
  position: absolute;
  top: 40px;
  right: 40px;
  bottom: 0;
  left: 0;
  background: url(../img/paperplane.png) no-repeat 100% 0%;
  background-size: 400px;
  opacity: 5%;
  pointer-events: none;
}
#whatsapp {
  position: fixed;
  z-index: 999;
  bottom: 20px;
  right: 4.1667vw;
}
#newsletter-popup {
  max-width: 800px;
  margin: 0 auto;
  position: relative;
}
.newsletterPage {
  background: #fff;
  padding: 75px 0;
}
.home-swiper {
  height: calc(100vh - 96px);
  overflow: hidden;
  position: relative;
}
.home-swiper-award {
  position: absolute;
  top: 30px;
  left: 30px;
  z-index: 5;
}
.home-swiper-award img {
  min-width: 80px;
  width: 5.7292vw;
  height: auto;
}
.home-swiper__slide {
  position: relative;
  height: 100%;
}
.home-swiper__slide::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.4);
  z-index: -1;
}
.home-swiper__content-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  left: 50%;
  right: 50%;
  transform: translate3d(-50%,-62%,0);
  width: 100%;
}
.home-swiper__subtitle {
  margin: 0;
  padding: 0;
  font-family: 'freight-big-pro', serif;
  font-size: 35px;
  font-weight: 400;
  line-height: 90px;
  color: white;
}
@media screen and (max-width: 1860px) {
  .home-swiper__subtitle {
    font-size: 25px;
  }
}
@media screen and (max-width: 400px) {
  .home-swiper__subtitle {
    font-size: 20px;
  }
}
.home-swiper__subtitle span {
  font-style: italic;
}
.home-swiper__title {
  margin: 0;
  margin-bottom: 30px;
  padding: 0;
  text-align: center;
  font-family: 'freight-big-pro', serif;
  font-size: 114px;
  text-transform: uppercase;
  font-weight: 400;
  color: white;
}
@media screen and (max-width: 1860px) {
  .home-swiper__title {
    font-size: 80px;
  }
}
@media screen and (max-width: 1200px) {
  .home-swiper__title {
    font-size: 10vw;
    line-height: .8em;
  }
}
@media screen and (max-width: 1000px) {
  .home-swiper__title {
    font-size: 15vw;
  }
}
@media screen and (max-width: 550px) {
  .home-swiper__title {
    font-size: calc(100vw / 8);
  }
}
.home-swiper__image {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: -2;
  transform: translate(-50%,-50%);
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.home-swiper__nav {
  position: absolute;
  top: 50%;
  height: 1px;
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.home-swiper__nav--next {
  right: 0;
}
.home-swiper__nav--prev {
  left: 0;
}
.home-swiper__nav--disabled {
  filter: grayscale(80%);
}
.home-swiper__nav::after {
  content: '';
  width: 15.625vw;
  height: 1px;
  background-color: #B58D45;
}
@media screen and (max-width: 1000px) {
  .home-swiper__nav::after {
    width: 60px;
  }
}
@media screen and (max-width: 550px) {
  .home-swiper__nav::after {
    width: 20px;
  }
}
.news-grid {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 30px 5vw;
  padding: 5vh 8vw;
}
.news-grid__empty {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
}
@media screen and (max-width: 1000px) {
  .news-grid {
    grid-template-columns: repeat(2,1fr);
  }
}
@media screen and (max-width: 700px) {
  .news-grid {
    grid-template-columns: 1fr;
  }
}
.news-preview {
  display: flex;
  flex-direction: column;
}
.news-preview__image {
  width: 100%;
}
.news-preview__image img {
  display: block;
  object-fit: cover;
}
.news-preview__content {
  display: flex;
  flex-direction: column;
  height: 100%;
  color: #000000;
  padding: 10px 15px 25px;
}
.news-preview__date {
  display: block;
  font-size: 0.85rem;
  margin-bottom: 1em;
}
.news-preview h3 {
  display: block;
  font-size: 40px;
  font-weight: 200;
  line-height: 60px;
  line-height: 1.15em;
  margin-bottom: 0.5em;
  font-weight: 400;
}
@media screen and (max-width: 1860px) {
  .news-preview h3 {
    font-size: 28px;
  }
}
@media screen and (max-width: 700px) {
  .news-preview h3 {
    font-size: 20px;
    line-height: 30px;
  }
}
.news-preview .readAll {
  font-size: 1rem;
  color: #B58D45;
  display: block;
  margin-top: auto;
}
.news-inner {
  display: block;
  margin: 0 auto;
  max-width: 1200px;
  text-align: center;
  padding-top: 8vh;
  padding-bottom: 5vh;
}
.news-inner__title {
  font-family: 'freight-big-pro', serif;
  font-size: 80px;
  line-height: 78px;
  color: #B58D45;
  font-style: normal;
  line-height: 1.2em;
  margin-bottom: 0;
  color: #000000;
}
@media screen and (max-width: 1860px) {
  .news-inner__title {
    font-size: 56px;
  }
}
.news-inner__title span {
  font-style: italic;
}
@media screen and (max-width: 550px) {
  .news-inner__title {
    font-size: 42px;
  }
}
.news-inner__top {
  padding-bottom: 20px;
  margin-bottom: 80px;
  border-bottom: 1px solid #B58D45;
}
@media screen and (max-width: 550px) {
  .news-inner__top {
    margin: 0 20px 80px;
  }
}
.news-inner__body {
  padding: 0 10vw;
  text-align: left;
}
.news-inner .gallery {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 80px;
  gap: 5px;
}
.news-inner .gallery img {
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 550px) {
  .news-inner .gallery a.thumb.zoom {
    max-width: 45%;
  }
}
.call-to-action {
  margin: 170px 0;
  overflow: hidden;
}
.call-to-action--company {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.call-to-action__title {
  max-width: 750px;
  font-family: 'freight-big-pro', serif;
  font-size: 80px;
  font-weight: normal;
  line-height: 78px;
  color: #000000;
  text-align: center;
}
@media screen and (max-width: 1860px) {
  .call-to-action__title {
    font-size: 56px;
    line-height: 55px;
  }
}
@media screen and (max-width: 550px) {
  .call-to-action__title {
    font-size: 10vw;
    line-height: 1em;
  }
}
.call-to-action__title span {
  font-style: italic;
}
.call-to-action__title p {
  line-height: 1em;
  margin-bottom: 0;
}
.call-to-action__text {
  margin-bottom: 80px;
  font-size: 18px;
  font-weight: 300;
  line-height: 35px;
  text-align: center;
}
@media screen and (max-width: 550px) {
  .call-to-action__text {
    font-size: 16px;
  }
}
@media screen and (max-width: 550px) {
  .call-to-action__text {
    width: 90vw;
  }
}
.call-to-action__content {
  position: relative;
  width: 64.0625vw;
  margin: 0 auto;
  font-size: 40px;
  font-weight: 200;
  line-height: 60px;
  text-align: center;
}
@media screen and (max-width: 1860px) {
  .call-to-action__content {
    font-size: 28px;
  }
}
@media screen and (max-width: 700px) {
  .call-to-action__content {
    font-size: 20px;
    line-height: 30px;
  }
}
.call-to-action__content::before {
  position: absolute;
  top: 25%;
  left: 100%;
  content: '';
  width: 100%;
  height: 1px;
  transform: scaleX(0);
  transform-origin: right;
  background-color: #B58D45;
}
.call-to-action__content::after {
  position: absolute;
  top: 25%;
  right: 100%;
  content: '';
  width: 100%;
  height: 1px;
  background-color: #B58D45;
  transform: scaleX(0);
  transform-origin: left;
}
@media screen and (max-width: 550px) {
  .call-to-action__content {
    width: 90vw;
  }
}
.call-to-action__content.play::before,
.call-to-action__content.play::after {
  animation: stretchX 1s ease-out forwards;
}
.hamburger {
  position: fixed;
  z-index: 1001;
  top: 35px;
  right: 6.25vw;
  width: 50px;
  height: 30px;
  transition: 500ms;
  cursor: pointer;
}
@media screen and (max-width: 400px) {
  .hamburger {
    top: 25px;
    right: 3vw;
  }
}
.hamburger span {
  position: absolute;
  width: 35px;
  height: 2px;
  border-radius: 1px;
  background: #B58D45;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  transition: 500ms cubic-bezier(0.250,0.460,0.450,0.940);
}
.hamburger span:first-child {
  transform: translate(-50%,-50%) translate3d(0,-8px,0);
  -webkit-transform: translate(-50%,-50%) translate3d(0,-8px,0);
}
.hamburger span:last-child {
  width: 35px;
  transform: translate(-50%,-50%) translate3d(0px,8px,0);
  -webkit-transform: translate(-50%,-50%) translate3d(0px,8px,0);
}
@media screen and (max-width: 400px) {
  .hamburger span {
    width: 25px;
  }
  .hamburger span:last-child {
    width: 25px;
  }
}
.hamburger.open span:first-child {
  opacity: 0;
  transform: translate(-50%,-50%) translate3d(0,0,0);
  -webkit-transform: translate(-50%,-50%) translate3d(0,0,0);
}
.hamburger.open span:last-child {
  transform: translate(-50%,-50%) translate3d(5px,0,0);
  -webkit-transform: translate(-50%,-50%) translate3d(5px,0,0);
}
.hamburger.open span:nth-child(2) {
  transform: translate(-50%,-50%) rotate(45deg);
  -webkit-transform: translate(-50%,-50%) rotate(45deg);
}
.hamburger.open span:nth-child(3) {
  transform: translate(-50%,-50%) rotate(-45deg);
  -webkit-transform: translate(-50%,-50%) rotate(-45deg);
}
.kpis {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  column-gap: 1em;
  padding: 0 4.1667vw;
  margin-bottom: 160px;
}
@media screen and (max-width: 1200px) {
  .kpis {
    flex-wrap: wrap;
    column-gap: 0;
    row-gap: 1em;
  }
}
.play .kpi:nth-child(odd) {
  animation: fadeIn 1s ease-out .3s forwards;
}
.play .kpi:nth-child(even) {
  animation: fadeIn 1s ease-out forwards;
}
.kpi {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 1em;
  opacity: 0;
}
.kpi__label {
  margin: 0;
  letter-spacing: 1.5px;
  font-family: 'freight-big-pro', serif;
  font-size: 27px;
  font-weight: 400;
  font-style: italic;
  line-height: 34px;
}
@media screen and (max-width: 700px) {
  .kpi__label {
    font-size: 20px;
    line-height: 25px;
  }
}
@media screen and (max-width: 550px) {
  .kpi__label {
    font-size: 8vw;
  }
}
@media screen and (max-width: 550px) {
  .kpi__label {
    margin-bottom: 5vh;
    text-align: center;
  }
}
@media screen and (max-width: 1200px) {
  .kpi {
    flex: 1 0 50%;
  }
}
@media screen and (max-width: 550px) {
  .kpi {
    flex: 1 0 100%;
  }
}
.reviews-wrapper {
  display: flex;
  flex-direction: row;
  column-gap: 1em;
  cursor: grab;
  align-items: center;
  justify-content: center;
  margin-bottom: 180px;
}
@media screen and (max-width: 700px) {
  .reviews-wrapper {
    margin-bottom: 100px;
  }
}
.reviews-swiper {
  flex: 0 0 38.5417vw;
  margin: 0;
  margin-left: 0;
  margin-right: 0;
}
.reviews-swiper .swiper-slide {
  height: auto;
  justify-content: center;
}
@media screen and (max-width: 1000px) {
  .reviews-swiper .swiper-slide {
    justify-content: flex-start;
  }
}
.reviews-swiper__title {
  margin-bottom: 30px;
  font-family: 'freight-big-pro', serif;
  font-size: 80px;
  line-height: 78px;
  color: #B58D45;
  font-style: normal;
  text-align: center;
}
@media screen and (max-width: 1860px) {
  .reviews-swiper__title {
    font-size: 56px;
  }
}
.reviews-swiper__title span {
  font-style: italic;
}
.reviews-swiper__nav {
  flex: 1 0 auto;
  height: 3px;
  cursor: pointer;
  transform: translateY(60px);
  display: flex;
  align-items: center;
  justify-content: center;
}
.reviews-swiper__nav--disabled {
  filter: grayscale(80%);
}
.reviews-swiper__nav::after {
  content: '';
  width: 1.5625vw;
  height: 1px;
  background-color: #B58D45;
}
@media screen and (max-width: 550px) {
  .reviews-swiper__nav {
    display: none;
  }
}
@media screen and (max-width: 1400px) {
  .reviews-swiper {
    flex: 0 0 52.0833vw;
  }
}
@media screen and (max-width: 550px) {
  .reviews-swiper {
    flex: 0 0 90%;
  }
}
.review {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.review__stars {
  margin-bottom: 50px;
  display: flex;
  flex-direction: row;
  column-gap: 1em;
}
.review__content {
  text-align: center;
  font-style: italic;
  font-size: 18px;
  font-weight: 200;
}
.contact-form {
  background-color: #FFFFFF;
  padding: 80px 0;
}
.contact-form__wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 66.6667vw;
  margin: 0 auto;
}
@media screen and (max-width: 1000px) {
  .contact-form__wrapper {
    width: 90%;
  }
}
.contact-form__title {
  margin-bottom: 80px;
  font-family: 'freight-big-pro', serif;
  font-size: 80px;
  font-weight: normal;
  line-height: 78px;
  color: #000000;
  text-align: center;
}
@media screen and (max-width: 1860px) {
  .contact-form__title {
    font-size: 56px;
    line-height: 55px;
  }
}
@media screen and (max-width: 550px) {
  .contact-form__title {
    font-size: 10vw;
    line-height: 1em;
  }
}
.contact-form__row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  column-gap: 3em;
  margin-bottom: 2em;
}
.contact-form__row .input {
  flex: 1 0 auto;
}
.contact-form__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid black;
}
.contact-form__bottom {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.contact-form__bottom .privacyDisclaimer {
  flex: 0 0 65%;
}
@media screen and (max-width: 1000px) {
  .contact-form__bottom .privacyDisclaimer {
    flex: 0 0 100%;
  }
}
.contact-form__bottom button {
  flex: 0 0 auto;
}
@media screen and (max-width: 1000px) {
  .contact-form__bottom button {
    align-self: flex-end;
  }
}
@media screen and (max-width: 550px) {
  .contact-form__bottom button {
    align-self: center;
    margin-top: 30px;
  }
}
@media screen and (max-width: 1000px) {
  .contact-form__bottom {
    flex-direction: column;
  }
}
.newsletter__form input[type="email"] {
  background: transparent;
  border: 0;
  border-bottom: 1px solid black;
}
.page__heading {
  position: relative;
  width: 100%;
  height: 680px;
  margin-bottom: 80px;
  overflow: hidden;
}
@media screen and (max-width: 550px) {
  .page__heading {
    height: calc(70vh - 100px);
  }
}
.page__heading-award,
.page__heading-matrimonio {
  position: absolute;
  top: 30px;
  left: 30px;
  z-index: 2;
}
.page__heading-award img,
.page__heading-matrimonio img {
  min-width: 80px;
  width: 5.7292vw;
  height: auto;
}
.page__heading-matrimonio {
  top: auto;
  left: auto;
  bottom: 30px;
  right: 30px;
}
.page__heading-image {
  position: absolute;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 1200px) {
  .page__heading-image {
    height: 100%;
  }
}
@media screen and (max-width: 1200px) {
  .page.company .page__heading-image {
    object-position: 90%;
  }
}
.page__heading-title {
  position: absolute;
  z-index: 1;
  text-align: center;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  backface-visibility: hidden;
  background-color: #B58D45;
  color: #FFFFFF;
  text-transform: uppercase;
  animation-delay: 500ms;
  animation-duration: 2s;
  animation-timing-function: cubic-bezier(0.22,0.61,0.36,1);
  animation-name: SlideUp;
  animation-fill-mode: forwards;
  z-index: 3;
}
.page__heading-title,
.page__heading-title > h1 {
  font-family: 'freight-big-pro', serif;
  font-size: 114px;
}
@media screen and (max-width: 1860px) {
  .page__heading-title,
  .page__heading-title > h1 {
    font-size: 80px;
  }
}
@media screen and (max-width: 1200px) {
  .page__heading-title,
  .page__heading-title > h1 {
    font-size: 10vw;
    line-height: .8em;
  }
}
@media screen and (max-width: 1000px) {
  .page__heading-title,
  .page__heading-title > h1 {
    font-size: 15vw;
  }
}
@media screen and (max-width: 550px) {
  .page__heading-title,
  .page__heading-title > h1 {
    font-size: calc(100vw / 8);
  }
}
.page__heading-title span {
  font-style: italic;
}
.page__main {
  display: flex;
  flex-wrap: wrap;
  column-gap: 1em;
  padding: 0px 0px 130px 11.9792vw;
}
.page__main--contacts {
  margin-top: 2em;
  justify-content: space-between;
  column-gap: 0;
  padding: 130px 19.2708vw;
  padding-left: 0;
}
@media screen and (max-width: 1860px) {
  .page__main--contacts {
    padding: 130px 13.4896vw;
    padding-left: 0;
  }
}
@media screen and (max-width: 1400px) {
  .page__main--contacts {
    padding: 130px 9.6354vw;
    padding-left: 0;
    row-gap: 1em;
  }
}
.page__main--contacts h2 {
  color: #B58D45;
}
.page__main--contacts::before {
  content: '';
  flex-grow: 1;
  height: 1px;
  background-color: #B58D45;
  margin-top: 35px;
  transform: scaleX(0);
  transform-origin: left;
  animation: stretchX 1s ease-out forwards;
}
@media screen and (max-width: 1000px) {
  .page__main--contacts::before {
    display: none;
  }
}
.page__main--contacts__wrap {
  flex-grow: 1;
  margin-left: 35px;
}
@media screen and (max-width: 1400px) {
  .page__main {
    flex-direction: column;
    padding: 0px 0 130px 11.9792vw;
  }
}
@media screen and (max-width: 550px) {
  .page__main {
    padding: 0px 0px 50px 6.7708vw;
  }
}
.page__contact-info {
  margin-top: 25px;
}
.page__contact-info p {
  margin: 0;
}
.page__contact-info p:last-child {
  margin: 1em 0;
}
.page__content {
  flex: 1 0 30%;
}
@media screen and (max-width: 1400px) {
  .page__content {
    flex: 0 0 100%;
    padding-right: 11.9792vw;
  }
}
.page__title {
  font-family: 'freight-big-pro', serif;
  font-size: 80px;
  font-weight: normal;
  line-height: 78px;
  color: #000000;
  margin-bottom: 30px;
}
@media screen and (max-width: 1860px) {
  .page__title {
    font-size: 56px;
    line-height: 55px;
  }
}
@media screen and (max-width: 550px) {
  .page__title {
    font-size: 10vw;
    line-height: 1em;
  }
}
.page__title span {
  font-style: italic;
}
.page__text {
  font-size: 18px;
  font-weight: 300;
  line-height: 35px;
  max-width: 75%;
  opacity: 0;
}
@media screen and (max-width: 550px) {
  .page__text {
    font-size: 16px;
  }
}
@media screen and (max-width: 1400px) {
  .page__text {
    max-width: 100%;
  }
}
@media screen and (max-width: 550px) {
  .page__text {
    max-width: 88vw;
  }
}
.page__text.play {
  animation: fadeIn 1s ease-out forwards;
}
.page__swiper {
  flex: 1 0 50%;
  height: 600px;
  padding-left: 5vw;
  cursor: grab;
}
@media screen and (max-width: 1400px) {
  .page__swiper {
    flex: 0 0 auto;
    width: 100%;
  }
}
.page__slide {
  display: flex;
  align-items: center;
  justify-content: center;
  user-select: none;
}
.page__slide:nth-child(odd) img {
  width: 600px;
  max-height: 450px;
  object-fit: cover;
  opacity: 0;
}
.page__slide:nth-child(even) img {
  width: 400px;
  height: 550px;
  object-fit: cover;
  opacity: 0;
}
@media screen and (max-width: 700px) {
  .page__slide:nth-child(even) img {
    width: 300px;
    height: 400px;
  }
}
.page__slide.play:nth-child(odd) img,
.page__slide.play:nth-child(even) img {
  animation: fadeIn 1s ease-out forwards;
}
.page__slide.play:nth-child(even) img {
  animation-delay: .5s;
}
.page .img-wrapper {
  position: relative;
}
.page .img-wrapper::before,
.page .img-wrapper::after {
  content: '';
  display: block;
  width: 50%;
  height: 100%;
  background-color: #B58D45;
  position: absolute;
  top: 0;
  transform: scaleX(1);
}
.page .img-wrapper::before {
  left: 0;
  transform-origin: left;
}
.page .img-wrapper::after {
  right: 0;
  transform-origin: right;
}
.page .img-wrapper.play::before,
.page .img-wrapper.play::after {
  animation: unstretchX 2s ease-out forwards;
}
.page__image-fullwidth {
  width: 100%;
  object-fit: cover;
}
.page__image-contacts {
  object-fit: cover;
}
@media screen and (max-width: 1200px) {
  .page__image-contacts {
    display: none;
  }
}
.icon p {
  margin: 0;
  font-weight: 400;
}
.icon--email {
  display: flex;
  flex-direction: row;
  align-items: center;
  column-gap: 1em;
}
.icon--email::before {
  content: url('../img/email-icon.svg');
  display: block;
}
.icon--phone {
  display: flex;
  flex-direction: row;
  align-items: center;
  column-gap: 1em;
  margin: 2rem 0 1.3rem;
}
.icon--phone::before {
  content: url('../img/phone-icon.svg');
  display: block;
}
.icon a {
  font-weight: 500;
}
.portfolio {
  display: grid;
  grid-template-columns: repeat(4,1fr);
  gap: 20px;
  padding: 0 4.9479vw;
}
.portfolio__item {
  position: relative;
  cursor: pointer;
}
.portfolio__item:hover__gallery::after {
  opacity: .9;
  color: #FFFFFF;
  transition: .3s;
}
.portfolio__item__gallery {
  position: relative;
  overflow: hidden;
  height: 550px;
  margin-bottom: 20px;
}
.portfolio__item__gallery::after {
  content: attr(data-title);
  font-family: 'freight-big-pro', serif;
  font-size: 27px;
  font-weight: 400;
  font-style: italic;
  line-height: 34px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  opacity: 0;
  align-items: center;
  text-align: center;
  padding: 0 1em;
  background-color: #B58D45;
  transition: .3s;
}
@media screen and (max-width: 700px) {
  .portfolio__item__gallery::after {
    font-size: 20px;
    line-height: 25px;
  }
}
@media screen and (max-width: 550px) {
  .portfolio__item__gallery::after {
    font-size: 8vw;
  }
}
.portfolio__item__gallery img {
  object-fit: cover;
}
@media screen and (max-width: 1550px) {
  .portfolio__item__gallery {
    height: 450px;
  }
}
@media screen and (max-width: 550px) {
  .portfolio__item__gallery {
    width: inherit;
    height: 400px;
  }
}
.portfolio__item__text {
  display: none;
}
@media screen and (max-width: 700px) {
  .portfolio__item__text {
    display: block;
    font-family: 'freight-big-pro', serif;
    font-size: 27px;
    font-weight: 400;
    font-style: italic;
    line-height: 34px;
  }
}
@media screen and (max-width: 700px) and screen and (max-width: 700px) {
  .portfolio__item__text {
    font-size: 20px;
    line-height: 25px;
  }
}
@media screen and (max-width: 700px) and screen and (max-width: 550px) {
  .portfolio__item__text {
    font-size: 8vw;
  }
}
@media screen and (max-width: 550px) {
  .portfolio__item__text {
    max-width: 95%;
  }
}
.portfolio__thumb {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
@media screen and (max-width: 1200px) {
  .portfolio {
    grid-template-columns: repeat(3,1fr);
    padding: 0 7.8125vw;
  }
}
@media screen and (max-width: 1000px) {
  .portfolio {
    grid-template-columns: repeat(2,1fr);
  }
}
@media screen and (max-width: 550px) {
  .portfolio {
    padding: 0 auto;
    grid-template-columns: repeat(1,1fr);
  }
}
.mfp-zoom-out-cur .mfp-bg {
  background-color: white;
  opacity: 1;
}
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  color: #B58D45;
}
.mfp-zoom-out-cur .mfp-image-holder .mfp-content {
  width: 90%;
}
.mfp-zoom-out-cur .mfp-image-holder .mfp-content .mfp-figure::after {
  display: none;
}
.mfp-zoom-out-cur .mfp-image-holder .mfp-content figcaption {
  display: none;
}
.mfp-zoom-out-cur .mfp-image-holder .mfp-arrow::before {
  display: none;
}
.mfp-zoom-out-cur .mfp-image-holder .mfp-arrow::after {
  border: none;
  width: 30px;
  height: 2px;
  margin: 0;
  background: #B58D45;
}
.mfp-zoom-out-cur .mfp-image-holder .mfp-arrow-left::after {
  left: auto;
  right: 0;
}
.promo-videos {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  padding-left: 2.6042vw;
  padding-right: 2.6042vw;
  margin-bottom: 5vw;
}
.promo-videos__item {
  flex: 1 1 auto;
  min-width: 500px;
}
.promo-videos__item iframe {
  width: 100%;
}
.mfp-fade.mfp-bg,
.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  -webkit-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
}
.mfp-fade.mfp-wrap .mfp-content {
  transform: scale(.9);
  -webkit-transform: scale(.9);
}
.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.9;
}
.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
  transform: scale(1);
  -webkit-transform: scale(1);
}
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
  transform: scale(.1);
  -webkit-transform: scale(.1);
}
#cookie_reload {
  cursor: pointer;
}
#cookiedisclaimer2022 {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 999;
  background: rgba(0,0,0,0.35);
  transition: opacity .35s;
  pointer-events: all;
}
#cookiedisclaimer2022 .inner_disclaimer {
  position: fixed;
  top: 50%;
  right: 0;
  left: 0;
  padding: 75px 25px;
  text-align: center;
  color: #333;
  font-size: 15px;
  background: #fff;
  box-shadow: 0 5px 15px rgba(0,0,0,0.2);
  z-index: 9999;
  line-height: 1.5em;
  width: 90%;
  max-width: 600px;
  margin: 0 auto;
  transform: translateY(-50%);
  max-height: 100%;
  overflow: auto;
  transition: transform 1000ms cubic-bezier(0.165,0.840,0.440,1.000);
  letter-spacing: 0;
  font-weight: normal;
}
@media (max-width: 600px) {
  #cookiedisclaimer2022 .inner_disclaimer {
    font-size: 13px;
  }
}
#cookiedisclaimer2022.hidden {
  pointer-events: none;
  opacity: 0;
}
#cookiedisclaimer2022.hidden .inner_disclaimer {
  transform: translateY(-75%);
}
#cookiedisclaimer2022 h3 {
  font-size: 18px;
  margin-bottom: 2em;
  font-weight: normal;
  color: inherit;
  line-height: 1.2em;
  letter-spacing: 0;
}
#cookiedisclaimer2022 .cookie_options {
  margin-bottom: 2em;
  display: flex;
  justify-content: center;
}
@media (max-width: 600px) {
  #cookiedisclaimer2022 .cookie_options {
    flex-flow: column;
  }
}
#cookiedisclaimer2022 .cookie_options span {
  background: #333;
  cursor: pointer;
  display: inline-block;
  padding: 1em;
  margin: 10px;
  font-weight: 400;
  color: #fff;
  border: 1px solid #333;
  transition: background .35s;
}
@media (max-width: 600px) {
  #cookiedisclaimer2022 .cookie_options span {
    margin: 5px 0;
  }
}
#cookiedisclaimer2022 .cookie_options span:hover {
  background: #4d4d4d;
}
#cookiedisclaimer2022 .cookie_options span#cookieselect,
#cookiedisclaimer2022 .cookie_options span#cookieko {
  color: #333;
  background: #fff;
}
#cookiedisclaimer2022 .cookie_options span#cookieselect:hover,
#cookiedisclaimer2022 .cookie_options span#cookieko:hover {
  background: #e6e6e6;
}
#cookiedisclaimer2022 a {
  text-decoration: underline;
  color: #808080;
  cursor: pointer;
  display: inline-block;
  padding: 5px;
}
#cookiedisclaimer2022 a:hover {
  color: #333;
}
#cookiedisclaimer2022 #cookie_close {
  position: absolute;
  right: 0;
  top: 0;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  background: #333;
  color: #fff;
  cursor: pointer;
  transition: background .35s;
}
#cookiedisclaimer2022 #cookie_close:hover {
  background: #4d4d4d;
}
#cookiedisclaimer2022 #cookie_preferences {
  text-align: left;
  margin-bottom: 2em;
  display: none;
}
#cookiedisclaimer2022 #cookie_preferences.show {
  display: block;
}
#cookiedisclaimer2022 .cookie_type {
  margin-bottom: 2em;
  padding-bottom: 2em;
  border-bottom: 1px solid #999999;
}
#cookiedisclaimer2022 .cookie_type:last-of-type {
  border-bottom: none;
}
#cookiedisclaimer2022 .cookie_flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}
#cookiedisclaimer2022 .cookie_flex h5,
#cookiedisclaimer2022 .cookie_flex h6 {
  margin: 0;
  font-weight: 700;
}
#cookiedisclaimer2022 .cookie_type_list {
  padding-left: 20px;
}
#cookiedisclaimer2022 .toggle {
  cursor: pointer;
  display: inline-block;
}
#cookiedisclaimer2022 .toggle-switch {
  display: inline-block;
  background: #ccc;
  border-radius: 16px;
  width: 58px;
  height: 32px;
  position: relative;
  vertical-align: middle;
  transition: background 0.35s;
}
#cookiedisclaimer2022 .toggle-switch:before,
#cookiedisclaimer2022 .toggle-switch:after {
  content: "";
}
#cookiedisclaimer2022 .toggle-switch:before {
  display: block;
  background: linear-gradient(to bottom,#fff 0%,#eee 100%);
  border-radius: 50%;
  box-shadow: 0 0 0 1px rgba(0,0,0,0.25);
  width: 24px;
  height: 24px;
  position: absolute;
  top: 4px;
  left: 4px;
  transition: left 0.35s;
}
.toggle:hover #cookiedisclaimer2022 .toggle-switch:before {
  background: linear-gradient(to bottom,#fff 0%,#fff 100%);
  box-shadow: 0 0 0 1px rgba(0,0,0,0.5);
}
#cookiedisclaimer2022 .toggle-checkbox:checked + .toggle-switch {
  background: #55bb55;
}
#cookiedisclaimer2022 .toggle-checkbox:checked + .toggle-switch:before {
  left: 30px;
}
#cookiedisclaimer2022 .toggle-checkbox {
  position: absolute;
  visibility: hidden;
}
#cookiedisclaimer2022 button {
  display: block;
  font-size: 18px;
  margin: 0 auto 2em;
  float: none;
  background: #55bb55;
  padding: 1em 2em;
  color: #fff;
  transition: background 0.35s;
  font-weight: 400;
  border: none;
  cursor: pointer;
  height: auto;
  line-height: normal;
}
#cookiedisclaimer2022 button:hover {
  background: #33aa33;
}
