/**handles:weichie-theme-ea283142**/
/*!
Theme Name:   Weichie.com Wordpress Theme
Description:  Weichie.com WordPress Foundation
Version:      2.5
Author:       Weichie.com
Tags:         WordPress, custom, theme
*/ /*!
	By André Rinas, www.andrerinas.de
	Documentation, www.simplelightbox.com
	Available for use under the MIT License
	Version 2.14.2
*/
body.hidden-scroll {
  overflow: hidden;
}
.sl-overlay {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #fff;
  display: none;
  z-index: 1035;
}
.sl-wrapper {
  z-index: 1040;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: fixed;
}
.sl-wrapper * {
  box-sizing: border-box;
}
.sl-wrapper button {
  border: 0 none;
  background: rgba(0, 0, 0, 0);
  font-size: 28px;
  padding: 0;
  cursor: pointer;
}
.sl-wrapper button:hover {
  opacity: 0.7;
}
.sl-wrapper .sl-close {
  display: none;
  position: fixed;
  right: 30px;
  top: 30px;
  z-index: 10060;
  margin-top: -14px;
  margin-right: -14px;
  height: 44px;
  width: 44px;
  line-height: 44px;
  font-family: Arial, Baskerville, monospace;
  color: #000;
  font-size: 3rem;
}
.sl-wrapper .sl-counter {
  display: none;
  position: fixed;
  top: 30px;
  left: 30px;
  z-index: 10060;
  color: #000;
  font-size: 1rem;
}
.sl-wrapper .sl-download {
  display: none;
  position: fixed;
  bottom: 5px;
  width: 100%;
  text-align: center;
  z-index: 10060;
  color: #fff;
  font-size: 1rem;
}
.sl-wrapper .sl-download a {
  color: #fff;
}
.sl-wrapper .sl-navigation {
  width: 100%;
  display: none;
}
.sl-wrapper .sl-navigation button {
  position: fixed;
  top: 50%;
  margin-top: -22px;
  height: 44px;
  width: 22px;
  line-height: 44px;
  text-align: center;
  display: block;
  z-index: 10060;
  font-family: Arial, Baskerville, monospace;
  color: #000;
}
.sl-wrapper .sl-navigation button.sl-next {
  right: 5px;
  font-size: 2rem;
}
.sl-wrapper .sl-navigation button.sl-prev {
  left: 5px;
  font-size: 2rem;
}
@media (min-width: 35.5em) {
  .sl-wrapper .sl-navigation button {
    width: 44px;
  }
  .sl-wrapper .sl-navigation button.sl-next {
    right: 10px;
    font-size: 3rem;
  }
  .sl-wrapper .sl-navigation button.sl-prev {
    left: 10px;
    font-size: 3rem;
  }
}
@media (min-width: 50em) {
  .sl-wrapper .sl-navigation button {
    width: 44px;
  }
  .sl-wrapper .sl-navigation button.sl-next {
    right: 20px;
    font-size: 3rem;
  }
  .sl-wrapper .sl-navigation button.sl-prev {
    left: 20px;
    font-size: 3rem;
  }
}
.sl-wrapper.sl-dir-rtl .sl-navigation {
  direction: ltr;
}
.sl-wrapper .sl-image {
  position: fixed;
  touch-action: none;
  z-index: 10000;
}
.sl-wrapper .sl-image img {
  margin: 0;
  padding: 0;
  display: block;
  border: 0 none;
  width: 100%;
  height: auto;
}
@media (min-width: 35.5em) {
  .sl-wrapper .sl-image img {
    border: 0 none;
  }
}
@media (min-width: 50em) {
  .sl-wrapper .sl-image img {
    border: 0 none;
  }
}
.sl-wrapper .sl-image iframe {
  background: #000;
  border: 0 none;
}
@media (min-width: 35.5em) {
  .sl-wrapper .sl-image iframe {
    border: 0 none;
  }
}
@media (min-width: 50em) {
  .sl-wrapper .sl-image iframe {
    border: 0 none;
  }
}
.sl-wrapper .sl-image .sl-caption {
  display: none;
  padding: 10px;
  color: #fff;
  background: rgba(0, 0, 0, 0.8);
  font-size: 1rem;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.sl-wrapper .sl-image .sl-caption.pos-top {
  bottom: auto;
  top: 0;
}
.sl-wrapper .sl-image .sl-caption.pos-outside {
  bottom: auto;
}
.sl-spinner {
  display: none;
  border: 5px solid #333;
  border-radius: 40px;
  height: 40px;
  left: 50%;
  margin: -20px 0 0 -20px;
  opacity: 0;
  position: fixed;
  top: 50%;
  width: 40px;
  z-index: 1007;
  animation: pulsate 1s ease-out infinite;
}
.sl-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
.sl-transition {
  transition: transform ease 0.2s;
}
@keyframes pulsate {
  0% {
    transform: scale(0.1);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  to {
    transform: scale(1.2);
    opacity: 0;
  }
}
a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:after,
blockquote:before,
q:after,
q:before {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
.block__side-image.size__cover img,
.blog__cover img,
.image__arch img,
.media__wrapper .cover img,
.news__list-cover img,
.newsletter__image img,
.page__slider-inner .swiper-slide img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.gform_required_legend {
  display: none;
}
.gform_wrapper.gravity-theme .gform_validation_errors {
  background: 0 0 !important;
  text-align: center;
  display: none;
}
.gfield_label,
.gform-field-label {
  font-family: Telegraf;
  font-weight: 800;
}
.gfield_label:not(.gform-field-label--type-inline),
.gform-field-label:not(.gform-field-label--type-inline) {
  display: block !important;
  margin-bottom: 0.2rem;
  font-family: Dela Gothic One;
  font-size: 2rem !important;
}
.gfield_label a,
.gform-field-label a {
  color: #f56043;
}
@media (max-width: 1079px) {
  .gfield_label:not(.gform-field-label--type-inline),
  .gform-field-label:not(.gform-field-label--type-inline) {
    font-size: 1.6rem !important;
  }
}
.ginput_container input,
.ginput_container textarea {
  background: #21552a;
  border: 2px solid #21552a;
  color: #d5c882;
  font-family: Telegraf;
  outline: 0;
  font-weight: 700;
  transition: border 0.2s ease;
  resize: none;
}
.ginput_container input:focus,
.ginput_container textarea:focus {
  border: 2px solid #d5c882;
}
.ginput_container .charleft {
  font-family: Telegraf !important;
  font-size: 1.2rem !important;
  margin-top: 0 !important;
  padding-bottom: 0 !important;
}
.validation_message {
  display: none !important;
}
.contact__form__wrapper .gfield_label,
.contact__form__wrapper .gform-field-label {
  font-family: Dela Gothic One;
  font-weight: 400;
}
.contact__form__wrapper .gfield_label:not(.gform-field-label--type-inline),
.contact__form__wrapper
  .gform-field-label:not(.gform-field-label--type-inline) {
  display: block !important;
  margin-bottom: 0.2rem;
  font-family: Dela Gothic One;
  font-size: 1.6rem !important;
  font-weight: 400 !important;
}
.sl-wrapper {
  background: rgba(6, 25, 10, 0.9);
}
.sl-wrapper .sl-counter {
  color: #d5c882;
  font-size: 1.8rem;
  font-family: Dela Gothic One;
}
.sl-wrapper .sl-close {
  color: #d5c882;
}
.sl-wrapper .sl-close:hover {
  color: #f56043;
}
.sl-wrapper .sl-navigation button {
  color: #d5c882;
}
.ml-form-embedSubmit {
  margin-top: 2rem;
}
.ml-form-checkboxRow {
  margin-top: 1rem;
}
.ml-form-checkboxRow label {
  display: flex;
  justify-content: flex-start;
  font-family: Telegraf;
  font-size: 1.4rem;
}
.ml-form-checkboxRow label input {
  width: auto;
}
@media (max-width: 779px) {
  .label-description {
    white-space: nowrap;
  }
}
.ml-block-form .form-control {
  background: #21552a;
  border: 2px solid #21552a;
  padding: 1rem;
  color: #d5c882;
  font-family: Telegraf;
  outline: 0;
  font-weight: 700;
  transition: border 0.2s ease;
  width: 100%;
  resize: none;
}
.ml-block-form .form-control::placeholder {
  color: #d5c882;
}
.ml-block-form .form-control:focus {
  border: 2px solid #d5c882;
}
.ml-block-form label.checkbox .label-description {
  margin-left: 1rem;
}
.ml-block-form label.checkbox .label-description a {
  text-decoration: underline;
}
.ml-block-form label.checkbox .label-description a:hover {
  text-decoration: none;
  color: #f56043;
}
.ml-error input {
  border: 2px solid #c72c27 !important;
}
.ml-error .label-description {
  color: #c72c27 !important;
}
@font-face {
  font-family: El Camino;
  src: url(../fonts/ElCaminoBold.woff2) format("woff2"),
    url(../fonts/ElCaminoBold.woff) format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: El Camino;
  src: url(../fonts/ElCaminoCaps.woff2) format("woff2"),
    url(../fonts/ElCaminoCaps.woff) format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: Dela Gothic One;
  src: url(../fonts/DelaGothicOne-Regular.woff2) format("woff2"),
    url(../fonts/DelaGothicOne-Regular.woff) format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: Resonay Base;
  src: url(../fonts/ResonayBase-Medium.woff2) format("woff2"),
    url(../fonts/ResonayBase-Medium.woff) format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: Telegraf;
  src: url(../fonts/Telegraf-Regular.woff2) format("woff2"),
    url(../fonts/Telegraf-Regular.woff) format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: Telegraf;
  src: url(../fonts/Telegraf-Black.woff2) format("woff2"),
    url(../fonts/Telegraf-Black.woff) format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: Telegraf;
  src: url(../fonts/Telegraf-Light.woff2) format("woff2"),
    url(../fonts/Telegraf-Light.woff) format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: Telegraf;
  src: url(../fonts/Telegraf-Medium.woff2) format("woff2"),
    url(../fonts/Telegraf-Medium.woff) format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: Telegraf;
  src: url(../fonts/Telegraf-SemiBold.woff2) format("woff2"),
    url(../fonts/Telegraf-SemiBold.woff) format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: Telegraf;
  src: url(../fonts/Telegraf-UltraLight.woff2) format("woff2"),
    url(../fonts/Telegraf-UltraLight.woff) format("woff");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: Telegraf;
  src: url(../fonts/Telegraf-Bold.woff2) format("woff2"),
    url(../fonts/Telegraf-Bold.woff) format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
.btn__submit,
.btn__submit-red,
body {
  font-size: 16px;
  line-height: 22px;
}
.home__hero__content {
  font-family: Telegraf;
  font-weight: 700;
}
.big__text__block h2,
.block__latest__news h2,
.home__hero__content h1,
.menu__event__wrapper h2,
.newsletter__info h4,
.page__menu h1,
.page__title h1,
.title__image-title {
  font-family: Dela Gothic One;
  font-size: 60px;
  line-height: 70px;
  margin-bottom: 4rem;
  color: #f56043;
}
@media (max-width: 779px) {
  .big__text__block h2,
  .block__latest__news h2,
  .home__hero__content h1,
  .menu__event__wrapper h2,
  .newsletter__info h4,
  .page__menu h1,
  .page__title h1,
  .title__image-title {
    font-size: 3.6rem;
    line-height: 4.8rem;
  }
}
.bus__schedule h2,
.footer__promo__banner__info h3,
.press__content h2,
.timeline__item-info h3,
.timeline__section-title h2 {
  font-family: Dela Gothic One;
  font-size: 42px;
  line-height: 50px;
  margin-bottom: 3rem;
  color: #f56043;
}
*,
:after,
:before {
  box-sizing: border-box;
}
html {
  font-size: 10px;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body {
  font-family: Dela Gothic One;
  color: #d5c882;
  background: #041a08;
}
body.locked {
  overflow: hidden;
}
.container {
  margin: 0 auto;
  padding: 0 3rem;
  width: 100%;
}
.container.xl {
  max-width: 136rem;
}
.container.lg {
  max-width: 116rem;
}
.container.md {
  max-width: 86rem;
}
.container.sm {
  max-width: 70rem;
}
a {
  text-decoration: none;
  outline: 0;
  color: inherit;
}
em {
  font-style: italic;
}
button {
  color: inherit;
  background: 0 0;
  outline: 0;
  cursor: pointer;
  border: none;
}
img {
  vertical-align: middle;
}
.fit {
  display: inline-block;
  white-space: nowrap;
}
.js-animate-chars {
  opacity: 0;
}
.reserve__iframe {
  display: inline-block;
  border-radius: 1rem !important;
  overflow: hidden;
  margin: 5rem auto !important;
}
.mb-1 {
  margin-bottom: 1rem;
}
.mb-2 {
  margin-bottom: 2rem;
}
.mb-3 {
  margin-bottom: 3rem;
}
.mb-4 {
  margin-bottom: 4rem;
}
.btn {
  display: inline-block;
  cursor: pointer;
}
.btn-primary {
  padding: 1rem;
  background: #f56043;
  color: #fff;
  text-transform: uppercase;
  font-weight: 500;
}
.btn__submit,
.btn__submit-red {
  color: #041a08;
  background: #d5c882;
  font-family: Dela Gothic One;
  margin: 0 auto;
  padding: 10px 50px 10px 25px;
  border-radius: 25px;
  display: inline-block;
  position: relative;
  font-size: 14px;
  transition: background 0.3s ease;
}
.btn__submit img,
.btn__submit-red img {
  width: 13px;
  position: absolute;
  top: 50%;
  right: 25px;
  transform: translateY(-50%) rotate(40deg);
  transition: all 0.3s ease;
  pointer-events: none;
}
.btn__submit-red:hover,
.btn__submit:hover {
  background: #dbd095;
}
.btn__submit-red:hover img,
.btn__submit:hover img {
  transform: translateY(-50%) rotate(90deg);
}
@media (max-width: 779px) {
  .btn__submit,
  .btn__submit-red {
    font-size: 1.2rem;
    padding: 6px 40px 6px 15px;
  }
  .btn__submit img,
  .btn__submit-red img {
    width: 10px;
    right: 15px;
  }
}
.btn__submit-red {
  color: #041a08;
  background: #f56043;
}
.btn__secondary {
  color: #f56043;
  padding: 10px 0;
  position: relative;
}
.btn__secondary:after {
  content: "";
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  max-width: 0;
  background: #f56043;
  transition: all 0.3s ease;
  right: 0;
}
.btn__secondary:hover:after {
  max-width: 100%;
  left: 0;
}
.back__button {
  font-family: El Camino;
  color: #fff;
  display: inline-flex;
  transform: translateY(-4rem);
  transition: color 0.2s ease;
}
.back__button svg {
  width: 2rem;
  margin-right: 1rem;
  transition: transform 0.2s ease;
}
.back__button:hover {
  color: #f56043;
}
.back__button:hover svg {
  transform: translate(-50%);
}
.btn__disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.form__subscribe {
  display: flex;
  flex-direction: column;
  max-width: 445px;
  margin: 50px auto 0;
}
.form__subscribe input,
.form__subscribe textarea {
  background: #21552a;
  border: 2px solid #21552a;
  color: #d5c882;
  font-family: Telegraf;
  outline: 0;
  font-weight: 700;
  padding: 1rem;
  transition: border 0.2s ease;
  resize: none;
  width: 100%;
}
.form__subscribe input:focus,
.form__subscribe textarea:focus {
  border: 2px solid #d5c882;
}
@media (max-width: 779px) {
  .form__subscribe {
    max-width: 100%;
  }
}
::placeholder {
  color: #f56043;
}
.validating.error {
  transition-delay: 0s !important;
  border-bottom: 1px solid #f56043;
}
.input__checkbox {
  font-family: Resonay Base;
  text-transform: uppercase;
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 3rem;
}
.input__checkbox a {
  text-decoration: underline;
}
.input__checkbox .custom-consent {
  width: 12px;
  height: 12px;
  display: block;
  border: 1px solid #d5c882;
  background: #041a08;
  border-radius: 50%;
  margin-right: 10px;
  transition: background 0.2s ease;
}
.input__checkbox input {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}
.input__checkbox input:checked + .custom-consent {
  background: #d5c882;
}
.input__checkbox.error {
  border-bottom: none;
  color: #f56043;
}
@media (max-width: 779px) {
  .input__checkbox {
    font-size: 14px;
  }
}
.soon__modal {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  overflow-y: scroll;
  background: #041a08;
  z-index: 300;
  padding: 85px 0;
}
.soon__modal a.close--privacy-modal {
  position: absolute;
  top: 25px;
  right: 25px;
}
.soon__modal a.close--privacy-modal svg {
  width: 25px;
}
.soon__modal h2 {
  font-size: 30px;
  margin-bottom: 50px;
  text-align: center;
}
.soon__modal h3 {
  margin-top: 40px;
  margin-bottom: 20px;
}
.soon__modal p {
  margin-bottom: 20px;
}
.modal__overlay {
  position: fixed;
  overflow-y: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.8);
  z-index: 6;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease-in-out;
  visibility: hidden;
}
.modal__overlay.active {
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
}
.modal {
  position: absolute;
  background: #041a08;
  top: 50%;
  left: 50%;
  width: 950px;
  transform: translate(-50%, -50%);
  z-index: 7;
  padding: 4rem;
  font-family: Telegraf;
}
.modal strong {
  font-family: Dela Gothic One;
  display: block;
  color: #f56043;
  margin-bottom: 4rem;
  font-size: 2.6rem;
}
.modal p {
  font-size: 1.8rem;
  line-height: 1.4;
}
.modal .bold {
  font-weight: 700;
}
.modal a {
  color: #d5c882;
  text-decoration: underline;
}
@media (max-width: 979px) {
  .modal {
    width: 90% !important;
    max-width: 40rem !important;
  }
}
@media (max-width: 779px) {
  .modal {
    width: 95% !important;
    max-width: 100% !important;
  }
}
.close__modal {
  position: absolute;
  display: block;
  width: 3rem;
  height: 3rem;
  right: 1rem;
  top: 1rem;
}
.close__modal svg {
  width: 3rem;
  height: auto;
}
.modal__phone {
  border-radius: 1rem;
  width: 60rem;
  text-align: center;
  padding: 4rem 6rem;
}
.modal__phone p:not(:last-child) {
  margin-bottom: 2rem;
}
@media (max-width: 779px) {
  .modal__phone {
    padding: 3rem;
    max-width: 60rem;
    width: 90%;
  }
}
.modal__popup {
  border-radius: 1rem;
  width: 60rem;
  text-align: left;
  padding: 5rem 6rem;
}
.modal__popup p:not(:last-child) {
  margin-bottom: 2rem;
}
@media (max-width: 779px) {
  .modal__popup {
    padding: 3rem;
    max-width: 60rem;
    width: 90% !important;
  }
}
.notification {
  text-align: center;
  background: #f56043;
  color: #041a08;
  font-family: Telegraf;
  font-weight: 700;
  padding: 1rem 0;
}
header {
  position: relative;
  padding: 3rem 0;
  background: #041a08;
  z-index: 5;
}
header .container {
  align-items: center;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 779px) {
  header .container {
    padding: 0 2rem;
  }
}
.header__left {
  width: 40%;
  display: flex;
}
.header__left .btn__submit,
.header__left .btn__submit-red {
  margin: 0;
  padding: 5px 40px 5px 20px;
  font-size: 14px;
}
.header__left .btn__submit-red:not(:last-child),
.header__left .btn__submit:not(:last-child) {
  margin-right: 10px;
}
.header__left .btn__submit img,
.header__left .btn__submit-red img {
  width: 10px;
  right: 15px;
}
@media (max-width: 1199px) {
  .header__left .btn__submit,
  .header__left .btn__submit-red {
    padding: 5px 30px 5px 20px;
    font-size: 1.2rem;
  }
  .header__left .btn__submit img,
  .header__left .btn__submit-red img {
    width: 0.8rem;
    right: 1rem;
  }
}
@media (max-width: 1079px) {
  .header__left .btn__submit-red:last-child,
  .header__left .btn__submit:last-child {
    display: none;
  }
}
@media (max-width: 779px) {
  .header__left .btn__submit,
  .header__left .btn__submit-red {
    display: none;
  }
}
.header__logo {
  align-self: flex-start;
  width: 20%;
  position: relative;
}
.header__logo img {
  width: 100%;
  max-width: 30rem;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%);
}
@media (max-width: 1199px) {
  .header__logo {
    width: 18rem;
  }
}
@media (max-width: 779px) {
  .header__logo {
    width: 12rem;
  }
  .header__logo img {
    position: static;
    left: 0;
    top: 0;
    transform: translate(0);
  }
}
.header__right {
  width: 40%;
  text-align: right;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.header__right .phone {
  font-family: Telegraf;
  font-weight: 700;
  font-size: 18px;
  margin-right: 30px;
  display: flex;
  align-items: center;
}
.header__right .phone svg {
  width: 16px;
  margin-right: 5px;
}
.header__right .phone:hover {
  color: #f56043;
}
.header__right .social-icon {
  display: block;
  border-radius: 50%;
  background: #f56043;
  width: 5rem;
  height: 5rem;
  position: relative;
  color: #041a08;
  margin-left: 10px;
}
.header__right .social-icon:hover {
  background: #d5c882;
}
.header__right .social-icon svg {
  max-width: 50%;
  max-height: 50%;
  width: auto;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 1199px) {
  .header__right .social-icon {
    width: 4rem;
    height: 4rem;
  }
}
@media (max-width: 979px) {
  .header__right .phone {
    margin-right: 0;
  }
  .header__right .social-icon {
    display: none;
  }
}
@media (max-width: 779px) {
  .header__right .phone {
    font-size: 1.2rem;
    margin-right: 0;
  }
  .header__right .phone svg {
    display: none;
  }
}
.menu__button {
  display: flex;
  align-items: center;
  position: relative;
  margin-right: 100px;
}
.menu__button.active .burger span:first-child {
  top: 50%;
  transform: translateY(-1.5px) rotate(45deg);
}
.menu__button.active .burger span:nth-child(2) {
  opacity: 0;
}
.menu__button.active .burger span:nth-child(3) {
  top: 50%;
  transform: translateY(-1.5px) rotate(-45deg);
}
.menu__button:hover {
  color: #f56043;
}
.menu__button:hover .burger span {
  background: #f56043;
}
.menu__button .burger {
  display: block;
  width: 30px;
  height: 26px;
  position: relative;
  margin-right: 2rem;
}
.menu__button .burger span {
  display: block;
  position: absolute;
  background: #d5c882;
  height: 3px;
  width: 100%;
  transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}
.menu__button .burger span:first-child {
  top: 0;
}
.menu__button .burger span:nth-child(2) {
  top: 50%;
  transform: translateY(-1.5px);
}
.menu__button .burger span:nth-child(3) {
  top: 100%;
  transform: translateY(-3px);
}
@media (max-width: 779px) {
  .menu__button {
    margin-right: 1rem;
  }
  .menu__button .burger {
    width: 2.5rem;
    height: 2rem;
    margin-right: 1rem;
  }
}
.menu__button__span {
  position: relative;
  height: 26px;
}
.menu__button__span span {
  left: 0;
  top: 0;
  position: absolute;
  white-space: nowrap;
}
.menu__button__span .menu_active {
  top: 20px;
}
.menu__button__span .menu_active div {
  opacity: 0;
}
@media (max-width: 779px) {
  .menu__button__span {
    font-size: 1.4rem;
  }
}
.navigation__hub {
  background: #041a08;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  overflow: hidden;
  overflow-y: scroll;
  z-index: 4;
}
.navigation__hub .container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%);
  z-index: 100;
}
.navigation__hub__inner {
  position: relative;
  height: 100dvh;
  width: 100vw;
  display: flex;
  justify-content: center;
  align-items: center;
}
.navigation__hub__inner .navigation {
  margin-top: 10rem;
}
@media (max-width: 1399px) {
  .navigation__hub__inner {
    padding-top: 10rem;
  }
  .navigation__hub__inner .navigation {
    margin-top: 0;
  }
}
.main__menu__container .main-menu li {
  text-align: center;
  margin-bottom: 3rem;
}
.main__menu__container .main-menu a {
  font-family: Resonay Base;
  font-size: 7rem;
  line-height: 1;
  color: #fff;
  text-transform: uppercase;
}
.main__menu__container .main-menu a:hover {
  color: #d5c882;
}
@media (max-width: 1399px) {
  .main__menu__container .main-menu a {
    font-size: 5rem;
  }
}
@media (max-width: 779px) {
  .main__menu__container .main-menu a {
    font-size: 3rem;
  }
}
.small__menu__container {
  margin: 5rem 0;
  width: 60vw;
}
.small__menu__container .small-menu {
  display: flex;
  justify-content: center;
}
.small__menu__container .small-menu li.hidden {
  display: none;
}
.small__menu__container .small-menu li:not(:last-child) {
  margin-right: 8rem;
}
.small__menu__container .small-menu a {
  color: #f56043;
  font-family: El Camino;
  font-size: 2rem;
}
.small__menu__container .small-menu a:hover {
  color: #d5c882;
}
@media (max-width: 1079px) {
  .small__menu__container .small-menu {
    flex-direction: column;
    align-items: center;
  }
  .small__menu__container .small-menu li:not(:last-child) {
    margin-right: 0;
    margin-bottom: 2rem;
  }
}
@media (max-width: 779px) {
  .small__menu__container {
    margin: 2.5rem 0;
  }
  .small__menu__container .small-menu li:not(:last-child) {
    margin-bottom: 1rem;
  }
  .small__menu__container .small-menu a {
    font-size: 1.6rem;
  }
}
.navigation__actions {
  display: flex;
  flex-direction: column;
}
.navigation__actions .btn {
  width: 180px;
  margin-bottom: 2rem;
}
.navigation__socials {
  margin-top: 5rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.navigation__socials li:not(:last-child) {
  margin-right: 2rem;
}
.navigation__socials a {
  display: block;
  border-radius: 50%;
  background: #f56043;
  width: 5rem;
  height: 5rem;
  position: relative;
  color: #041a08;
}
.navigation__socials a:hover {
  background: #d5c882;
}
.navigation__socials svg {
  max-width: 50%;
  max-height: 50%;
  width: auto;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 1399px) {
  .navigation__socials {
    margin-top: 0;
  }
  .navigation__socials a {
    width: 4rem;
    height: 4rem;
  }
}
.nav__image {
  position: absolute;
  z-index: 100;
}
.nav__image a {
  display: flex;
  flex-direction: column;
}
.nav__image a:hover img {
  transform: translateY(-10px);
}
.nav__image img {
  max-width: 250px;
  transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}
.nav__image strong {
  display: block;
  padding: 5px 0;
  margin-top: 10px;
  color: #fff;
  font-weight: 400;
}
.nav__image span {
  color: #f56043;
  font-size: 14px;
}
@media (max-width: 1399px) {
  .nav__image {
    max-width: 20rem;
  }
}
@media (max-width: 779px) {
  .nav__image {
    display: none;
  }
}
.nav__image-left {
  top: 50%;
  left: 5%;
  transform: translateY(-50%);
}
@media (max-width: 1399px) {
  .nav__image-left {
    top: 30%;
  }
}
.nav__image-right {
  top: 50%;
  right: 5%;
  transform: translateY(-50%);
}
footer {
  position: relative;
}
footer .container.promo {
  position: relative;
  margin: 4rem auto;
}
.footer__promo__banner {
  background: #133018;
  height: 40rem;
  width: 100%;
  position: relative;
  display: flex;
  overflow: hidden;
}
.footer__promo__banner span {
  font-size: 1.6rem;
  color: #d5c882;
  font-family: Telegraf;
  font-weight: 700;
  position: relative;
  display: flex;
  align-items: center;
}
.footer__promo__banner span img {
  height: 2rem;
  margin-right: 1rem;
}
@media (max-width: 1079px) {
  .footer__promo__banner {
    height: 32rem;
  }
}
@media (max-width: 979px) {
  .footer__promo__banner {
    height: 32rem;
  }
}
@media (max-width: 779px) {
  .footer__promo__banner {
    flex-direction: column;
  }
}
.footer__promo__banner__info {
  padding: 3rem;
  width: 55%;
}
.footer__promo__banner__info h3 {
  margin: 2rem 0 5rem;
}
@media (max-width: 1079px) {
  .footer__promo__banner__info h3 {
    font-size: 3rem;
    line-height: 3.6rem;
  }
}
@media (max-width: 779px) {
  .footer__promo__banner__info {
    width: 100%;
    padding: 2rem;
  }
  .footer__promo__banner__info h3 {
    font-size: 2rem;
    line-height: 2.8rem;
    margin: 2rem 0;
  }
}
.footer__promo__banner__images {
  height: 100%;
  width: 35%;
  margin-left: auto;
  margin-right: 10rem;
  position: relative;
}
.footer__promo__banner__images img {
  position: absolute;
  bottom: 0;
  width: 55%;
}
.footer__promo__banner__images .image-1 {
  right: 0;
  width: 60%;
  transform: translateY(2rem) rotate(5deg);
}
.footer__promo__banner__images .image-2 {
  left: 0;
  transform: translateY(5rem) rotate(-3deg);
}
@media (max-width: 1199px) {
  .footer__promo__banner__images {
    margin-right: 3rem;
  }
}
@media (max-width: 779px) {
  .footer__promo__banner__images {
    width: 60%;
    margin-left: auto;
    margin-right: auto;
  }
  .footer__promo__banner__images .image-1 {
    transform: translateY(8rem) rotate(5deg);
  }
  .footer__promo__banner__images .image-2 {
    transform: translateY(8rem) rotate(-3deg);
  }
}
.main__footer {
  border-top: 1px solid #e9edf0;
  border-bottom: 1px solid #e9edf0;
  padding: 3rem 0;
  display: flex;
}
.main__footer strong {
  display: block;
  margin-bottom: 3rem;
}
.main__footer address {
  font-family: Telegraf;
  font-weight: 700;
  line-height: 2.8rem;
}
@media (max-width: 979px) {
  .main__footer {
    flex-wrap: wrap;
  }
}
.footer-menu .hidden {
  display: none;
}
.footer-menu li:not(:first-child) {
  border-top: 1px solid #e9edf0;
}
.footer-menu a {
  display: block;
  padding: 1rem 0;
  transition: opacity 0.3s ease;
}
.footer-menu a:hover {
  color: #e9edf0;
}
.footer__social {
  display: flex;
  flex-direction: column;
}
.footer__social .footer__menu__container {
  margin-top: 1rem;
}
@media (max-width: 979px) {
  .footer__social {
    align-items: flex-end;
  }
}
@media (max-width: 779px) {
  .footer__social {
    align-items: flex-start;
  }
}
.footer__opening-wrapper {
  display: flex;
  flex-direction: column;
}
.footer__opening-wrapper strong {
  margin-bottom: 0;
}
.footer__opening-wrapper small {
  display: block;
  margin-top: 0.6rem;
  font-family: Telegraf;
  font-size: 1.4rem;
}
.footer__opening {
  font-size: 1.6rem;
  line-height: 3rem;
  font-weight: 700;
  margin-top: auto;
  font-family: Telegraf;
}
.footer__opening li {
  display: flex;
  justify-content: space-between;
  padding: 0.2rem 0;
}
.footer__opening li span {
  margin-right: auto;
}
.footer__opening li.today img {
  display: inline-block;
}
.footer__opening img {
  margin: 0 1rem;
  width: 2rem;
  display: none;
}
.footer__opening .logo__col-2 {
  display: none;
  text-align: center;
  margin-bottom: 3rem;
}
.footer__opening .logo__col-2 img {
  width: 17.5rem;
  height: auto;
}
@media (max-width: 779px) {
  .footer__opening {
    margin-top: 3rem;
  }
  .footer__opening strong {
    display: none;
  }
  .footer__opening .logo__col-2 {
    display: block;
    text-align: center;
  }
  .footer__opening .logo__col-2 img {
    display: inline-block;
  }
}
.footer__socials {
  margin-top: auto;
  display: flex;
  margin-bottom: 2rem;
}
.footer__socials .social-icon {
  border: 2px solid #d5c882;
  width: 4rem;
  height: 4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  margin-right: 1.5rem;
}
.footer__socials .social-icon:last-child {
  margin-right: 0;
}
.footer__socials .social-icon svg {
  height: 1.8rem;
  width: auto;
}
.footer__socials .social-icon:hover {
  background: #d5c882;
}
.footer__socials .social-icon:hover svg {
  color: #041a08;
}
.social-menu a {
  display: block;
  font-family: Telegraf;
  padding: 0.6rem 0;
  transition: opacity 0.3s ease;
}
.social-menu a:hover {
  color: #e9edf0;
}
.footer__about {
  display: flex;
  flex-direction: column;
}
.footer__about img {
  width: 17.5rem;
  margin-bottom: 3rem;
}
.footer__about p {
  margin-top: 4rem;
  font-family: Telegraf;
  font-size: 1.6rem;
  line-height: 2.2rem;
  font-weight: 600;
}
.footer__about .footer__main__menu {
  margin-top: auto;
}
@media (max-width: 779px) {
  .footer__about img {
    display: none;
  }
}
.main__footer-col {
  width: 33.33%;
}
.main__footer-col .logo__col-1 {
  display: block;
}
.main__footer-col:first-child {
  padding-right: 2rem;
}
.main__footer-col:nth-child(2) {
  padding: 0 2rem;
  border-left: 1px solid #e9edf0;
  border-right: 1px solid #e9edf0;
}
.main__footer-col:nth-child(3) {
  padding-left: 2rem;
  padding-right: 2rem;
}
@media (max-width: 1079px) {
  .main__footer-col {
    width: auto;
  }
  .main__footer-col:first-child {
    width: 33.33%;
  }
  .main__footer-col:nth-child(2) {
    width: 40%;
  }
  .main__footer-col:nth-child(3) {
    width: 26.67;
  }
}
@media (max-width: 979px) {
  .main__footer-col:first-child {
    width: 22rem;
    order: 1;
  }
  .main__footer-col:nth-child(2) {
    width: 100%;
    order: 0;
    border-left: none;
    border-right: none;
    border-bottom: 1px solid #e9edf0;
    padding-bottom: 3rem;
    margin-bottom: 3rem;
  }
  .main__footer-col:nth-child(3) {
    width: calc(100% - 22rem);
    order: 2;
    text-align: right;
  }
}
@media (max-width: 779px) {
  .main__footer-col {
    width: auto;
  }
  .main__footer-col .logo__col-1 {
    display: none;
  }
  .main__footer-col:first-child {
    width: 100%;
    padding-right: 0;
  }
  .main__footer-col:nth-child(2) {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  .main__footer-col:nth-child(3) {
    margin-top: 3rem;
    width: 100%;
    text-align: left;
    padding-left: 0;
    padding-right: 0;
  }
}
.copy__footer {
  font-family: Telegraf;
  font-size: 1.4rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 3rem;
  padding-bottom: 8rem;
}
@media (max-width: 779px) {
  .copy__footer {
    flex-direction: column;
  }
  .copy__footer .author {
    margin-top: 1rem;
  }
}
.big__text__block {
  padding: 25rem 0;
  text-align: center;
}
.big__text__block p {
  margin: 5rem auto 0;
  max-width: 60rem;
}
@media (max-width: 979px) {
  .big__text__block {
    padding: 15rem 0;
  }
}
@media (max-width: 779px) {
  .big__text__block {
    padding: 10rem 0;
  }
  .big__text__block h2 {
    font-size: 2rem;
    line-height: 3rem;
    margin-bottom: 2rem;
  }
  .big__text__block p {
    margin: 2rem auto 0;
    max-width: 60rem;
  }
}
.page__slider {
  padding: 2rem;
}
.page__slider-inner {
  border: 1rem solid #133018;
  border-radius: 2rem;
  overflow: hidden;
  position: relative;
  aspect-ratio: 16/8;
}
.page__slider-inner .swiper {
  height: 100%;
  z-index: 1;
}
.page__slider-inner .swiper-wrapper {
  transition-timing-function: linear;
}
.page__slider-inner .swiper-slide {
  overflow: hidden;
}
.page__slider-inner .swiper-slide img {
  object-fit: cover;
  object-position: center;
}
@media (max-width: 779px) {
  .page__slider-inner {
    aspect-ratio: 16/10;
  }
}
.slider__overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  background-image: radial-gradient(
    rgba(0, 0, 0, 0.1),
    rgba(0, 0, 0, 0.5),
    #000
  );
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.slider__overlay strong {
  font-size: 3rem;
  line-height: 4rem;
  max-width: 65rem;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 4rem;
}
@media (max-width: 779px) {
  .slider__overlay strong {
    font-size: 1.6rem;
    line-height: 2.8rem;
    max-width: 65rem;
    margin-bottom: 2rem;
  }
}
.menu__event__wrapper {
  padding: 10rem 0;
}
.menu__event__wrapper .container {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 779px) {
  .menu__event__wrapper .container {
    flex-direction: column;
  }
}
.block__latest__event {
  width: 30%;
}
@media (max-width: 779px) {
  .block__latest__event {
    width: 100%;
    margin-top: 5rem;
  }
}
.block__menu {
  width: 60%;
}
@media (max-width: 779px) {
  .block__menu {
    width: 100%;
  }
}
.menu__wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  text-align: right;
  -webkit-user-select: none;
  user-select: none;
  margin-top: 7rem;
}
@media (max-width: 779px) {
  .menu__wrapper {
    margin-top: 5rem;
  }
}
.menu__item {
  flex: none;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  position: relative;
  border-bottom: 1px solid #133018;
}
.menu__item:first-of-type {
  border-top: 1px solid #133018;
}
.menu__item:hover .menu__item-textinner {
  color: #f56043;
}
.menu__item:hover .menu__item-sub {
  opacity: 1;
  transform: translate(0);
}
.menu__item:hover .menu__item-sub:before {
  transform: rotate(22.5deg) scaleZ(1);
}
.menu__item:hover .menu__item-arrow {
  opacity: 1;
  transform: translate(0);
}
.menu__item-text {
  position: relative;
  cursor: pointer;
  padding: 0.5rem;
  display: block;
  overflow: hidden;
  font-size: 4rem;
  line-height: 7rem;
}
@media (max-width: 779px) {
  .menu__item-text {
    font-size: 2.8rem;
    text-align: left;
    width: 100%;
  }
}
.menu__item-textinner {
  display: block;
  font-family: El Camino;
  text-transform: uppercase;
  white-space: nowrap;
  color: #d5c882;
  transform: translateY(100%);
}
.menu__item-sub {
  white-space: nowrap;
  align-items: center;
  position: relative;
  margin-left: 2rem;
  font-family: Resonay Base;
  font-size: 2rem;
  padding-left: 3rem;
  opacity: 0;
  color: #fff;
  transform: translate(-1rem);
  transition: transform 0.3s, opacity 0.3s;
}
.menu__item-sub:before {
  content: "";
  position: absolute;
  left: 0;
  top: 15%;
  width: 1px;
  height: 70%;
  background: currentColor;
  transform-origin: 0 100%;
  transform: rotate(22.5deg) scale3d(1, 0, 1);
  transition: transform 0.3s;
}
@media (max-width: 779px) {
  .menu__item-sub {
    display: none;
  }
}
.hover-reveal {
  position: absolute;
  z-index: -1;
  width: 20rem;
  aspect-ratio: 10/16;
  top: 0;
  right: 8rem;
  pointer-events: none;
  opacity: 0;
}
.hover-reveal__inner {
  overflow: hidden;
}
.hover-reveal__img,
.hover-reveal__inner {
  width: 100%;
  height: 100%;
  position: relative;
}
.hover-reveal__img {
  background-size: cover;
  background-position: center;
}
.menu__item-arrow {
  color: #d5c882;
  z-index: 2;
  position: absolute;
  height: 100%;
  top: 0;
  right: 0;
  aspect-ratio: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transform: translate(100%);
  transition: all 0.3s ease;
}
.menu__item-arrow svg {
  width: 3rem;
}
@media (max-width: 779px) {
  .menu__item-arrow {
    display: none;
  }
}
.upcoming__event {
  display: block;
  margin-top: 5rem;
  padding: 2rem;
  background: #133018;
  border-radius: 2rem;
  transition: background 0.2s ease;
}
.upcoming__event:hover {
  background: #21552a;
}
.upcoming__event-cover {
  position: relative;
}
.upcoming__event-cover img {
  width: 100%;
}
.upcoming__event-info {
  padding: 2rem 1rem 1rem;
  text-align: center;
}
.upcoming__event-info strong {
  display: block;
  font-size: 2.6rem;
  line-height: 1.2;
  font-family: Dela Gothic One;
  margin-bottom: 1rem;
}
.upcoming__event-info small {
  display: block;
  font-family: Telegraf;
  margin-bottom: 4rem;
}
.block__newsletter {
  padding: 2rem;
  display: flex;
  gap: 1rem;
}
@media (max-width: 779px) {
  .block__newsletter {
    flex-direction: column;
  }
}
.newsletter__image {
  border: 1rem solid #133018;
  width: 50%;
  border-radius: 2rem;
  aspect-ratio: 1;
  position: relative;
  background: #133018;
}
.newsletter__image img {
  object-fit: cover;
  object-position: center;
  border-radius: 2rem;
}
@media (max-width: 779px) {
  .newsletter__image {
    width: 100%;
  }
}
.newsletter__info {
  background: #133018;
  width: 50%;
  border-radius: 2rem;
  aspect-ratio: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5rem;
  position: relative;
}
.newsletter__info .bg__image {
  width: 50%;
  top: 50%;
  right: 0;
  position: absolute;
  z-index: 1;
  transform: translateY(-50%);
}
.newsletter__info .inner {
  width: 80%;
  z-index: 2;
  position: relative;
}
.newsletter__info h4 {
  line-height: 1;
}
.newsletter__info form {
  margin-top: 4rem;
}
@media (max-width: 1199px) {
  .newsletter__info {
    padding: 3rem;
  }
  .newsletter__info .inner {
    width: 100%;
  }
}
@media (max-width: 779px) {
  .newsletter__info {
    width: 100%;
  }
}
.block__latest__news {
  padding: 10rem 0;
}
.block__latest__news h2 {
  text-align: center;
}
.block__latest__news .cta__wrapper {
  text-align: center;
  margin-top: 4rem;
}
.news__list {
  display: flex;
  justify-content: center;
}
.news__list li {
  width: 32%;
  padding: 0 1rem;
}
@media (max-width: 779px) {
  .news__list {
    flex-direction: column;
  }
  .news__list li {
    width: 100%;
  }
  .news__list li:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.news__list-card {
  height: 100%;
  background: #133018;
  padding: 1rem;
  display: block;
  border-radius: 2rem;
  transition: background 0.2s ease;
}
.news__list-card:hover {
  background: #21552a;
}
.news__list-cover {
  position: relative;
  overflow: hidden;
  border-radius: 2rem;
  aspect-ratio: 16/9;
}
.news__list-cover img {
  object-fit: cover;
  object-position: center;
}
.news__list-info {
  padding: 2rem 1rem 1rem;
}
.news__list-info .date {
  color: #f56043;
  font-family: El Camino;
  font-size: 1.4rem;
}
.news__list-info h4 {
  font-size: 2rem;
  line-height: 2.8rem;
  margin: 0.6rem 0 1.5rem;
}
.news__list-info p {
  font-family: Telegraf;
  font-weight: 700;
}
.page__gallery .masonry__sizer {
  max-width: 30%;
}
.page__gallery .masonry__gutter {
  width: 5%;
}
@media (max-width: 779px) {
  .page__gallery .masonry__sizer {
    max-width: 48%;
  }
  .page__gallery .masonry__gutter {
    width: 4%;
  }
}
.gallery__loading {
  text-align: center;
  font-size: 3rem;
  line-height: 4rem;
  font-family: Dela Gothic One;
}
.masonry__gallery {
  margin-bottom: 10rem;
}
.masonry__gallery.cols__2 .masonry__sizer {
  max-width: 47%;
}
.masonry__gallery.cols__2 .masonry__gutter {
  width: 3%;
}
.masonry__gallery-item {
  max-width: 30%;
  margin-bottom: 5%;
  opacity: 0;
  transform: translateY(3rem);
}
.cols__2 .masonry__gallery-item {
  max-width: 45%;
}
.masonry__gallery-item img {
  width: 100%;
  height: auto;
}
@media (max-width: 779px) {
  .masonry__gallery-item {
    max-width: 48%;
    margin-bottom: 2%;
  }
  .cols__2 .masonry__gallery-item {
    max-width: 48%;
  }
}
.block__gallery__wrapper {
  margin: 5rem 0;
}
.block__gallery__wrapper .masonry__sizer {
  max-width: 32%;
}
.block__gallery__wrapper .masonry__gutter {
  width: 2%;
}
@media (max-width: 779px) {
  .block__gallery__wrapper .masonry__sizer {
    max-width: 48%;
  }
  .block__gallery__wrapper .masonry__gutter {
    width: 4%;
  }
}
.masonry__visible {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 3rem;
}
.masonry__visible .gallery__loading,
.masonry__visible .masonry__sizer .masonry__gutter {
  display: none !important;
  width: 0%;
}
.masonry__visible .masonry__gallery-item {
  opacity: 1;
  transform: translateY(0);
  max-width: 100%;
  margin-bottom: 0;
}
.block__title__image {
  padding: 10rem 0;
  text-align: center;
}
@media (max-width: 779px) {
  .block__title__image {
    padding: 6rem 0;
  }
}
.title__image-title {
  margin: 0 auto;
  max-width: 60rem;
}
.title__image-intro {
  margin: 4rem auto 0;
  max-width: 70rem;
}
.image__arch {
  list-style-type: none;
  padding-left: 0 !important;
  display: flex;
  gap: 5rem;
  justify-content: center;
  margin-top: 5rem !important;
}
.image__arch li {
  position: relative;
  aspect-ratio: 10/16;
  overflow: hidden;
  border-radius: 1rem;
  width: 25%;
}
.image__arch img {
  object-fit: cover;
  object-position: center;
}
.image__arch.arch__3 li:first-of-type {
  transform: translateY(2rem) rotate(-5deg);
}
.image__arch.arch__3 li:last-of-type {
  transform: translateY(2rem) rotate(5deg);
}
.image__arch.arch__2 li:first-of-type {
  transform: rotate(-3deg);
}
.image__arch.arch__2 li:last-of-type {
  transform: rotate(3deg);
}
@media (max-width: 979px) {
  .image__arch {
    gap: 2rem;
  }
  .image__arch li {
    width: 30%;
  }
}
@media (max-width: 779px) {
  .image__arch {
    gap: 0;
  }
  .image__arch li {
    width: 30%;
  }
  .image__arch.arch__3 li:first-of-type {
    transform: translateY(2rem) rotate(-9deg);
  }
  .image__arch.arch__3 li:last-of-type {
    transform: translateY(3rem) rotate(5deg);
  }
  .image__arch.arch__2 li {
    width: 40%;
  }
  .image__arch.arch__2 li:first-of-type {
    transform: rotate(-3deg);
  }
  .image__arch.arch__2 li:last-of-type {
    transform: rotate(3deg);
  }
  .image__arch.arch__1 li {
    width: 90%;
  }
}
.block__text__image {
  display: flex;
  gap: 10rem;
  align-items: center;
  margin-bottom: 10rem;
}
.block__text__image.align__left {
  flex-direction: row-reverse;
}
.block__text__image.wide {
  margin-left: -5rem;
  margin-right: -5rem;
  margin-bottom: 0;
}
.block__text__image .btn {
  text-decoration: none;
  margin-top: 4rem;
}
.block__text__image .btn:hover {
  background: #f56043;
  color: #041a08;
}
@media (max-width: 979px) {
  .block__text__image {
    gap: 5rem;
  }
  .block__text__image.wide {
    margin-left: -2rem;
    margin-right: -2rem;
  }
}
@media (max-width: 779px) {
  .block__text__image {
    flex-direction: column;
    margin-bottom: 5rem;
    gap: 2rem;
  }
  .block__text__image.align__left {
    flex-direction: column;
  }
  .block__text__image.wide {
    margin-left: 0;
    margin-right: 0;
  }
  .block__text__image .btn {
    margin-top: 2rem;
  }
}
.block__side-text {
  width: 50%;
}
@media (max-width: 779px) {
  .block__side-text {
    width: 100%;
  }
}
.block__side-image {
  width: 50%;
  position: relative;
}
.block__side-image img {
  width: 100%;
  height: auto;
  border-radius: 1rem;
}
.block__side-image.size__cover {
  aspect-ratio: 1;
}
.block__side-image.size__cover img {
  object-fit: cover;
  object-position: center;
}
@media (max-width: 779px) {
  .block__side-image {
    width: 100%;
  }
}
.page__title {
  text-align: center;
  padding: 10rem 0;
}
.page__title h1 {
  margin-bottom: 2rem;
}
@media (max-width: 779px) {
  .page__title {
    padding: 5rem 2.5rem;
  }
  .page__title p {
    line-height: 2.4rem;
  }
  .page__title p:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.curtain {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 8;
  background: #f56043;
  transform: translateY(101%);
}
.curtain li {
  opacity: 0;
}
.curtain li.active {
  opacity: 1;
}
.curtain img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 20rem;
  height: auto;
}
.page__content {
  font-family: Telegraf;
}
.page__content h2,
.page__content h3,
.page__content h4,
.page__content h5,
.page__content h6 {
  font-family: Dela Gothic One;
  margin-top: 4rem;
  margin-bottom: 2rem;
  line-height: 1.4;
}
.page__content h2 {
  font-size: 3rem;
}
.page__content h3 {
  font-size: 2.6rem;
}
.page__content h4 {
  font-size: 2.2rem;
}
.page__content h5 {
  font-size: 1.8rem;
}
.page__content h6 {
  font-size: 1.6rem;
}
.page__content b,
.page__content strong {
  font-weight: 700;
}
.page__content p {
  margin-bottom: 2rem;
}
.page__content a {
  text-decoration: underline;
}
.page__content a:hover {
  color: #f56043;
}
.page__content ol,
.page__content ul {
  padding-left: 2rem;
  margin: 2rem 0;
}
.page__content ol li,
.page__content ul li {
  margin-bottom: 1rem;
}
.page__content ul {
  list-style-type: disc;
}
.page__content ol {
  list-style-type: decimal;
}
.formatted {
  font-family: Telegraf;
}
.formatted p {
  margin-bottom: 2rem;
}
.formatted b,
.formatted strong {
  font-weight: 700;
}
.formatted em,
.formatted i {
  font-style: italic;
}
.formatted a,
.formatted u {
  text-decoration: underline;
}
.formatted a:hover {
  text-decoration: none;
  color: #f56043;
}
.thanks__container h1 {
  max-width: 100rem;
  margin: 0 auto;
  margin-bottom: 4rem;
}
.thanks__container p {
  max-width: 65rem;
  margin-right: auto;
  margin-left: auto;
  line-height: 2.8rem;
}
.thanks__container p:not(:last-child) {
  margin-bottom: 2rem;
}
.page__default h1 {
  margin-bottom: 0;
}
.page__default .wp-block-image img {
  max-width: 100%;
  height: auto;
}
.page__default .wp-block-image.size-full img {
  width: 100%;
  height: auto;
}
.filter__wrapper {
  margin-top: 3rem;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1rem;
}
.filter__wrapper a {
  padding: 1rem 3rem;
  font-weight: 400;
  border-radius: 4rem;
  text-decoration: none;
  background: #d5c882;
  color: #041a08;
  font-family: Dela Gothic One;
  transition: all 0.2s ease;
}
.filter__wrapper a.active,
.filter__wrapper a:hover {
  background: #f56043;
  color: #fff;
}
@media (max-width: 979px) {
  .filter__wrapper a {
    font-size: 1.4rem;
  }
}
@media (max-width: 779px) {
  .filter__wrapper a {
    padding: 0.8rem 1.6rem;
    font-size: 1.3rem;
  }
}
.home__hero {
  height: calc(100dvh - 70px);
  max-height: 100rem;
  display: flex;
  align-items: center;
  position: relative;
}
.home__hero .container {
  display: flex;
  align-items: center;
  padding-left: 0;
  z-index: 2;
}
@media (max-width: 1499px) {
  .home__hero .container {
    padding-left: 3rem;
  }
}
@media (max-width: 1199px) {
  .home__hero {
    height: calc(80vh - 70px);
    max-height: 80rem;
  }
}
@media (max-width: 779px) {
  .home__hero {
    flex-direction: column;
    height: auto;
    max-height: unset;
  }
}
.home__hero__bg {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  height: 100%;
}
@media (max-width: 779px) {
  .home__hero__bg {
    top: 0;
    left: 0;
    height: 50vh;
    opacity: 0.5;
    transform: translateY(0);
  }
}
.home__hero__opening {
  position: relative;
  margin-bottom: 2rem;
  opacity: 0;
  transform: translateY(-3rem);
  display: flex;
  align-items: center;
}
.home__hero__opening span span {
  text-transform: lowercase;
}
.home__hero__opening img {
  position: absolute;
  height: 30px;
  left: 0;
  top: 50%;
  transform: translate(-120%, -50%);
  margin-right: 1rem;
}
@media (max-width: 1499px) {
  .home__hero__opening img {
    position: static;
    transform: translate(0);
  }
}
@media (max-width: 779px) {
  .home__hero__opening {
    margin-bottom: 0.5rem;
  }
}
.home__hero__content {
  width: 50%;
  padding-right: 3rem;
}
@media (max-width: 1199px) {
  .home__hero__content {
    width: 60%;
  }
}
@media (max-width: 979px) {
  .home__hero__content {
    width: 60%;
  }
  .home__hero__content h1 {
    font-size: 4rem;
    line-height: 5.4rem;
  }
}
@media (max-width: 779px) {
  .home__hero__content {
    width: 100%;
    padding-right: 0;
    padding-bottom: 2rem;
  }
  .home__hero__content h1 {
    font-size: 3rem;
    line-height: 4rem;
  }
}
.home__hero__intro {
  opacity: 0;
  transform: translateY(3rem);
}
.home__hero__cover {
  width: 50%;
  height: 100%;
  left: 50%;
  position: absolute;
  background-size: cover;
  background-position: center;
  opacity: 0;
}
@media (max-width: 1199px) {
  .home__hero__cover {
    left: 60%;
    width: 40%;
  }
}
@media (max-width: 779px) {
  .home__hero__cover {
    position: relative;
    left: 0;
    width: 100%;
    aspect-ratio: 1;
    z-index: 1;
  }
}
.home__hero-canvas {
  width: 50%;
  height: 100%;
  left: 50%;
  position: absolute;
  background-size: cover;
  background-position: center;
  z-index: 3;
  overflow: hidden;
}
.home__hero-canvas .home__hero-image {
  width: 100%;
  height: 100%;
}
@media (max-width: 1199px) {
  .home__hero-canvas {
    left: 60%;
    width: 40%;
  }
}
@media (max-width: 779px) {
  .home__hero-canvas {
    position: relative;
    left: 0;
    width: 100%;
    aspect-ratio: 1;
    z-index: 1;
  }
}
.home__curtain {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #041a08;
  pointer-events: none;
}
.home__hero__actions {
  margin-top: 6rem;
  opacity: 0;
  transform: translateY(3rem);
}
.home__hero__actions a:nth-child(2) {
  margin-left: 30px;
}
@media (max-width: 779px) {
  .home__hero__actions {
    margin-top: 2rem;
  }
}
.page__faq {
  overflow: hidden;
}
.faq__group {
  border-top: 1px dashed #d5c882;
  padding: 8rem 0;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  opacity: 0;
  transform: translateY(5rem);
}
@media (max-width: 779px) {
  .faq__group {
    flex-direction: column;
  }
}
.faq__category {
  width: 40%;
}
@media (max-width: 779px) {
  .faq__category {
    width: 100%;
    margin-bottom: 4rem;
  }
}
.faq__category__title {
  position: sticky;
  top: 0;
}
.faq__category small {
  font-size: 1.4rem;
  display: block;
  margin-bottom: 1rem;
}
.faq__category strong {
  display: block;
  font-size: 2.2rem;
}
.faq__questions {
  width: 55%;
}
@media (max-width: 779px) {
  .faq__questions {
    width: 100%;
  }
}
.faq__question {
  opacity: 0;
  transform: translateY(3rem);
}
.faq__question:not(:last-child) {
  margin-bottom: 4rem;
}
.faq__question.active .answer {
  max-height: 40rem;
}
.faq__question.active h3 svg {
  transform: rotate(180deg);
}
.faq__question h3 {
  font-size: 2rem;
  line-height: 2.6rem;
}
.faq__question h3 a {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.faq__question h3 a:hover {
  color: #f56043;
}
.faq__question h3 svg {
  width: 2rem;
  min-width: 2rem;
  margin-left: 1rem;
  transition: all 0.3s ease;
}
.faq__question .answer {
  padding-top: 2rem;
  overflow: hidden;
  max-height: 0;
  font-family: Telegraf;
  transition: all 0.7s ease;
}
.faq__question .answer p:not(:last-child) {
  margin-bottom: 1.6rem;
}
.faq__question .answer b,
.faq__question .answer strong {
  font-weight: 700;
}
.faq__question .answer u {
  text-decoration: underline;
}
.faq__question .answer ul {
  list-style-type: disc;
  margin-left: 2rem;
  margin-top: 1.6rem;
  margin-bottom: 1.6rem;
}
.faq__question .answer a {
  text-decoration: underline;
}
.faq__question .answer a:hover {
  color: #f56043;
}
@media (max-width: 779px) {
  .faq__question.active .answer {
    max-height: 50rem;
  }
}
.no__answer {
  margin: 0 auto 5rem;
  max-width: 80rem;
  text-align: center;
}
.no__answer strong {
  display: block;
  color: #f56043;
  font-size: 3rem;
  margin-bottom: 3rem;
}
.no__answer p {
  font-family: Telegraf;
}
.page__jobs {
  position: relative;
  margin-bottom: 10rem;
}
.page__jobs .btn__submit,
.page__jobs .btn__submit-red {
  margin-top: 3rem;
}
span.faded {
  position: absolute;
  bottom: -5rem;
  width: 100%;
  letter-spacing: 2rem;
  text-align: center;
  pointer-events: none;
  font-size: 18rem;
  color: #1f4926;
  z-index: -1;
  opacity: 0.2;
}
span.faded.hard {
  opacity: 1;
}
@media (max-width: 979px) {
  span.faded {
    font-size: 10rem;
    bottom: -8rem;
  }
}
@media (max-width: 779px) {
  span.faded {
    font-size: 6rem;
    letter-spacing: 1rem;
    bottom: -9rem;
  }
}
.job__openings {
  border: 1px solid #d5c882;
}
.job__openings a.job__row:hover {
  color: #fff;
}
.job__row {
  display: flex;
  font-family: Telegraf;
  font-weight: 700;
}
.job__row.heading {
  font-family: Dela Gothic One;
  font-weight: 400;
}
.job__title {
  border: 1px solid #d5c882;
  flex: 1;
  padding: 1rem;
}
.job__type {
  border: 1px solid #d5c882;
  text-align: center;
  width: 15rem;
  text-align: right;
  padding: 1rem;
}
@media (max-width: 779px) {
  .job__type {
    width: 10rem;
  }
}
.page__contact {
  position: relative;
}
.page__contact .page__title {
  padding-bottom: 8rem;
}
.page__contact .page__title p {
  margin: 0 auto;
  max-width: 65rem;
}
.page__contact .page__title .cta__wrapper {
  margin-top: 3rem;
}
.contact__opening__hours {
  margin: 4rem auto 2rem;
  font-size: 2rem;
  line-height: 3rem;
  font-weight: 700;
  font-family: Telegraf;
}
.contact__opening__hours ul {
  max-width: 40rem;
  margin: 0 auto;
}
.contact__opening__hours li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.2rem 0;
}
.contact__opening__hours li span {
  margin-right: auto;
}
.contact__opening__hours li.today img {
  display: block;
}
.contact__opening__hours img {
  margin: 0 1rem;
  width: 2rem;
  display: none;
}
.quick__contact {
  margin-bottom: 4rem;
  display: flex;
  align-items: center;
  text-align: center;
}
.quick__contact svg {
  color: #f56043;
  width: 3rem;
  margin-bottom: 2rem;
}
.quick__contact a {
  display: inline-block;
}
.quick__contact a:not(:last-child) {
  margin-bottom: 1rem;
}
.quick__contact a:hover {
  color: #f56043;
}
@media (max-width: 779px) {
  .quick__contact {
    flex-direction: column-reverse;
  }
}
.address__info {
  width: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 979px) {
  .address__info {
    width: 40%;
  }
}
@media (max-width: 779px) {
  .address__info {
    width: 100%;
    margin-top: 3rem;
  }
}
.contact__info {
  width: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 979px) {
  .contact__info {
    width: 60%;
  }
}
@media (max-width: 779px) {
  .contact__info {
    width: 100%;
  }
}
.map__and__form {
  display: flex;
  gap: 4rem;
}
@media (max-width: 979px) {
  .map__and__form {
    align-items: flex-start;
    gap: 2rem;
  }
}
@media (max-width: 779px) {
  .map__and__form {
    flex-direction: column-reverse;
  }
}
.map__well {
  width: 50%;
  border-radius: 1rem;
  background: #133018;
  padding: 2rem;
}
@media (max-width: 979px) {
  .map__well {
    width: 40%;
    padding: 1rem;
    aspect-ratio: 1;
  }
}
@media (max-width: 779px) {
  .map__well {
    width: 100%;
  }
}
.contact__hero__map,
.contact__hero__map .location__map {
  width: 100%;
  height: 100%;
}
.contact__hero__map .location__map img {
  max-width: inherit !important;
}
.contact__well {
  width: 50%;
  border-radius: 1rem;
  background: #133018;
  padding: 2rem;
}
@media (max-width: 979px) {
  .contact__well {
    width: 60%;
  }
}
@media (max-width: 779px) {
  .contact__well {
    width: 100%;
  }
}
.contact__form__wrapper {
  width: 100%;
}
.contact__form__wrapper .gfield_consent_label {
  font-family: Telegraf;
  font-size: 1.4rem;
}
.page__menu h1 {
  text-align: center;
}
.page__menu h1 span {
  color: #d5c882;
}
.page__menu .swap__link {
  margin-top: 4rem;
  color: #041a08;
  background: #d5c882;
  padding: 1.4rem 2rem;
  font-size: 1.6rem;
  display: inline-block;
  border-radius: 24rem;
  transition: all 0.3s ease;
}
.page__menu .swap__link:hover {
  color: #d5c882;
  background: #1f4926;
}
.page__menu .consumer__title {
  position: relative;
  display: inline-block;
  overflow: hidden;
  height: 6.3rem;
  width: 16.5rem;
  transition: width 0.5s ease;
}
.page__menu .consumer__title span {
  left: 0;
  top: 0;
  position: absolute;
  white-space: nowrap;
}
.page__menu .consumer__title .consumer__drinks .char {
  opacity: 0;
  transform: translateY(6rem);
}
@media (max-width: 779px) {
  .page__menu h1 {
    font-size: 24px;
    line-height: 30px;
  }
  .page__menu .swap__link {
    margin-top: 2rem;
    padding: 1.2rem 1.8rem;
    font-size: 1.4rem;
  }
  .page__menu .consumer__title {
    height: 25px;
    width: 6.4rem;
  }
}
.food__menu__choice {
  display: flex;
  justify-content: center;
  margin-bottom: 10rem;
}
.food__menu__choice a {
  padding: 1rem;
  font-size: 3rem;
}
.food__menu__choice a:not(:first-child) {
  margin-left: 3rem;
}
.food__menu__choice a:hover {
  color: #f56043;
}
.food__menu__choice a.active {
  border-bottom: 2px solid #d5c882;
}
.food__menu__container {
  position: relative;
}
.food__menu__container .food__test {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.food__menu__wrapper .masonry__sizer {
  max-width: 45%;
}
.food__menu__wrapper .masonry__gutter {
  width: 10%;
}
.food__menu__wrapper.inactive {
  opacity: 0;
  transform: translateY(5rem);
  pointer-events: none;
}
@media (max-width: 1199px) {
  .food__menu__wrapper .masonry__sizer {
    max-width: 48%;
  }
  .food__menu__wrapper .masonry__gutter {
    width: 4%;
  }
}
@media (max-width: 979px) {
  .food__menu__wrapper .masonry__sizer {
    max-width: 100%;
  }
  .food__menu__wrapper .masonry__gutter {
    width: 0;
  }
}
.food__menu__wrapper-block {
  width: 45%;
  margin-bottom: 7rem;
  opacity: 0;
  transform: translateY(5rem);
}
.food__menu__wrapper-block .food__menu-title {
  text-align: center;
  display: block;
  position: relative;
  font-size: 3rem;
  line-height: 1;
}
.food__menu__wrapper-block .food__menu-title span {
  background: #041a08;
  display: inline-block;
  padding: 0 4rem;
  z-index: 2;
  position: relative;
}
.food__menu__wrapper-block .food__menu-title:after {
  content: "";
  position: absolute;
  display: block;
  top: calc(50% - 0.5px);
  height: 1px;
  width: 100%;
  left: 0;
  background: #133018;
}
@media (max-width: 979px) {
  .food__menu__wrapper-block {
    width: 100%;
    margin-bottom: 7rem;
  }
}
.food__menu-subtitle {
  text-align: center;
  font-family: Telegraf;
  font-weight: 700;
  font-size: 1.4rem;
  padding: 1rem 4rem 2rem;
}
@media (max-width: 779px) {
  .food__menu-subtitle {
    padding: 2rem 0;
  }
}
.food__menu-list {
  margin-top: 2rem;
  list-style-type: none;
}
.food__menu-list > li {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 2.5rem;
}
.taste__filters {
  display: inline-block;
  display: inline-flex;
  flex-wrap: wrap;
}
.taste__filters li {
  padding: 0.2rem 1rem;
  font-family: Telegraf;
  border-radius: 3rem;
  font-size: 1.2rem;
  line-height: 1.5rem;
  margin-left: 1rem;
  color: #fff;
}
.taste__filters li.pepper,
.taste__filters li.pepper-2,
.taste__filters li.pepper-3 {
  background: #e6561c;
}
.taste__filters li.vegan {
  background: #3d7e48;
}
.taste__filters li.gluten,
.taste__filters li.lactose {
  background: #1f4926;
}
@media (max-width: 779px) {
  .taste__filters {
    margin-top: 1rem;
  }
  .taste__filters li {
    margin-left: 0;
    margin-right: 1rem;
  }
}
.menu__item-info {
  display: block;
  flex: 1;
}
.menu__item-info strong {
  display: flex;
  align-items: center;
}
.menu__item-info small {
  display: block;
  margin-top: 0.4rem;
  font-family: Telegraf;
}
@media (max-width: 779px) {
  .menu__item-info strong {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 1rem;
  }
  .menu__item-info small {
    width: calc(100% + 10rem);
  }
}
.menu__item-price {
  width: 10rem;
  text-align: right;
  white-space: nowrap;
}
.error__container {
  padding: 10rem 0;
  text-align: center;
}
.error__container h1 {
  font-size: 8rem;
  line-height: 1;
  font-family: Dela Gothic One;
  margin-bottom: 2rem;
}
.error__container h1 small {
  display: block;
  font-size: 2rem;
  font-family: Resonay Base;
  margin-top: 2rem;
}
.error__container p {
  font-family: Telegraf;
}
.error__container a {
  display: inline-block;
  margin-top: 5rem;
  font-family: Dela Gothic One;
  color: #f56043;
}
.timeline__section-title {
  padding: 5rem 0;
  text-align: center;
}
.timeline__section-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10rem 0;
  position: relative;
}
.timeline__section-item.reverse {
  flex-direction: row-reverse;
}
.timeline__section-item.reverse .timeline__item-info {
  text-align: left;
}
@media (max-width: 979px) {
  .timeline__section-item {
    padding: 6rem 0;
    flex-direction: column;
  }
  .timeline__section-item.reverse {
    flex-direction: column;
  }
  .timeline__section-item:last-child .timeline__line .line {
    display: none;
  }
}
.timeline__item-info {
  width: 45%;
  text-align: right;
}
.timeline__item-info h3 {
  font-size: 2.8rem;
  line-height: 3.6rem;
  margin-bottom: 1rem;
}
.timeline__item-info p {
  font-family: Telegraf;
}
.timeline__item-info p:not(:last-child) {
  margin-bottom: 2rem;
}
.timeline__item-info p b,
.timeline__item-info p strong {
  font-weight: 700;
}
.timeline__item-info p a {
  text-decoration: underline;
}
.timeline__item-info p a:hover {
  color: #f56043;
}
@media (max-width: 979px) {
  .timeline__item-info {
    text-align: left;
    width: 100%;
    padding-left: 5rem;
    margin-bottom: 5rem;
  }
}
.timeline__line {
  height: 100%;
  width: 10%;
  left: 50%;
  position: absolute;
  transform: translate(-50%);
}
.timeline__line .line {
  position: absolute;
  width: 0.4rem;
  height: 100%;
  left: 50%;
  transform: translate(-50%);
  background: #f56043;
}
.timeline__line .dot {
  background: #041a08;
  padding: 2rem 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 5rem;
}
.timeline__line .dot img {
  width: 100%;
}
@media (max-width: 979px) {
  .timeline__line {
    left: 0;
  }
  .timeline__line .dot {
    top: 2.5%;
  }
}
.timeline__item-canvas {
  width: 45%;
}
.timeline__item-canvas .timeline__images {
  width: 100%;
  height: auto;
  aspect-ratio: 1;
}
@media (max-width: 979px) {
  .timeline__item-canvas {
    width: 90%;
  }
}
.page__timeslots h2 {
  font-size: 2.5rem;
  margin-bottom: 2rem;
}
.page__timeslots p {
  font-size: 1.8rem;
  font-family: Telegraf;
}
.form__timeslots {
  margin-top: 5rem;
  border-radius: 3rem;
  padding: 2rem;
  background: #143018;
}
.form__timeslots .gfield_label {
  font-family: Telegraf;
  font-size: 1.6rem !important;
  text-align: left;
}
.form__timeslots .gfield_radio {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
}
@media (max-width: 779px) {
  .form__timeslots .gfield_radio {
    justify-content: center;
    gap: 3rem 1rem;
    margin: 2rem 0;
  }
  .form__timeslots .gchoice {
    width: 30%;
  }
}
.gform_wrapper.gravity-theme .gfield-choice-input:disabled + label {
  opacity: 0.6;
}
.news__container {
  list-style-type: none;
}
.news__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 2rem;
  transition: all 0.3s ease;
}
.news__list li {
  padding: 0;
}
.news__list p {
  font-weight: 400;
  font-size: 1.6rem;
}
.news__list.loading {
  transform: translateY(3rem);
  opacity: 0;
}
@media (max-width: 779px) {
  .news__list li {
    margin-bottom: 0 !important;
  }
}
.news__list-wide {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 2rem 1rem;
  transition: all 0.3s ease;
  list-style-type: none;
}
.news__list-wide.grid-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.news__list-wide.loading {
  transform: translateY(3rem);
  opacity: 0;
}
@media (max-width: 979px) {
  .news__list-wide {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 779px) {
  .news__list-wide,
  .news__list-wide.grid-2 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
.news__list-wide-card {
  height: 100%;
  display: block;
  border-radius: 0.5rem;
  transition: all 0.3s ease;
}
.news__list-wide-card .news__list-cover {
  aspect-ratio: 1;
  border-radius: 0.5rem;
  overflow: hidden;
  border: 0.1rem solid transparent;
  transition: all 0.3s ease;
}
.news__list-wide-card .news__list-cover img {
  transition: all 0.3s ease;
}
.news__list-wide-card:hover {
  background: #1f4926;
}
.news__list-wide-card:hover .news__list-cover {
  border: 2rem solid #1f4926;
}
.news__list-wide-card:hover .news__list-cover img {
  border-radius: 3rem;
}
.blog__cover {
  position: relative;
  overflow: hidden;
  aspect-ratio: 16/9;
  border-radius: 1rem;
  margin-bottom: 3rem;
}
.blog__cover.poster {
  aspect-ratio: unset;
}
.blog__cover.poster img {
  position: static;
  width: 100%;
  height: auto;
}
.blog__cover img {
  object-fit: cover;
  object-position: center;
}
.single__content {
  font-size: 1.8rem;
  line-height: 2.6rem;
}
.single__content .page__title {
  padding: 10rem 0 5rem;
}
.single__content ul li {
  margin-bottom: 0;
}
.single__content .wp-block-image {
  border-radius: 1rem;
  overflow: hidden;
}
.single__content .wp-block-image.size-large img {
  width: 100%;
  height: auto;
}
@media (max-width: 779px) {
  .single__content .page__title {
    padding: 5rem 0;
  }
  .single__content h1 {
    font-size: 2.8rem;
    line-height: 3.8rem;
  }
  .single__content h2 {
    font-size: 2.4rem;
  }
}
.blog__actions {
  display: flex;
  justify-content: space-between;
  margin-bottom: 2rem;
  font-size: 1.6rem;
}
.blog__actions a {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
}
.blog__actions a svg {
  width: auto;
  height: 1.6rem;
}
.blog__actions p {
  margin-bottom: 0 !important;
}
@media (max-width: 779px) {
  .blog__actions {
    flex-direction: column;
  }
}
.single__share {
  margin-top: 4rem;
  display: flex;
  align-items: center;
}
.single__share ul {
  list-style-type: none;
  display: flex;
  padding: 0;
  margin: 0;
  margin-left: 1rem;
}
.single__share ul a {
  display: inline-block;
  padding: 0.5rem;
  height: 3rem;
}
.single__share svg {
  width: 3rem;
  height: 3rem;
}
.single__subscribe {
  padding: 2rem;
  margin-top: 2rem;
  background: #133018;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.single__subscribe span {
  font-size: 1.6rem;
  color: #d5c882;
  font-family: Telegraf;
  font-weight: 700;
  position: relative;
  display: flex;
  align-items: center;
}
.single__subscribe span img {
  height: 2rem;
  margin-right: 1rem;
}
.single__subscribe__form {
  display: flex;
  margin-top: 2rem;
}
.single__subscribe__form .gform_wrapper {
  width: 100% !important;
}
.single__subscribe__form .gform_description {
  display: none;
}
.single__subscribe__form label {
  font-family: Telegraf !important;
}
@media (max-width: 779px) {
  .single__subscribe__form {
    flex-direction: column;
  }
}
.single__related {
  margin-top: 5rem;
}
.single__related strong {
  font-family: Dela Gothic One;
  font-size: 2.6rem;
  font-weight: 400 !important;
  display: block;
  text-align: center;
}
.single__related a {
  text-decoration: none;
}
.single__related h4 {
  margin-top: 0;
}
.single__related .date {
  margin-bottom: 1rem;
}
.single__related .news__list-info p {
  font-family: Telegraf;
  font-size: 1.6rem;
  font-weight: 400;
}
.related__article__wrapper {
  display: flex;
}
.related__article__wrapper .news__list-wide {
  list-style-type: none;
  padding: 0;
}
.page__press {
  position: relative;
  margin-bottom: 10rem;
}
.page__press h2 {
  margin-bottom: 2rem;
}
.page__press p {
  font-family: Telegraf;
}
.press__intro h2 {
  font-size: 1.6rem;
}
.press__intro-content {
  margin-top: 4rem;
}
.press__content h2 {
  font-size: 3rem;
  color: #d5c882;
  margin-top: 4rem;
  margin-bottom: 1rem;
}
.media__wrapper {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 4rem;
}
.media__wrapper a {
  display: block;
  text-decoration: none;
}
.media__wrapper a:hover {
  color: #f56043;
}
.media__wrapper .cover {
  aspect-ratio: 16/10;
  position: relative;
  overflow: hidden;
  border-radius: 1rem;
  margin-bottom: 1rem;
}
.media__wrapper .cover img {
  object-fit: cover;
  object-position: center;
}
@media (max-width: 979px) {
  .media__wrapper {
    gap: 1rem;
  }
}
@media (max-width: 779px) {
  .media__wrapper {
    grid-template-columns: 1fr;
    gap: 2rem 0;
  }
}
.container__persberichten {
  margin-top: 5rem;
  padding-bottom: 5rem;
}
.container__persberichten .news__list li {
  width: 48%;
}
.container__persberichten .btn__wrapper {
  text-align: center;
  margin-top: 4rem;
}
@media (max-width: 979px) {
  .container__persberichten .news__list {
    flex-direction: row;
  }
}
@media (max-width: 779px) {
  .container__persberichten .news__list {
    flex-direction: column;
  }
  .container__persberichten .news__list li {
    width: 100%;
  }
}
.spirit__list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 2rem;
}
@media (max-width: 979px) {
  .spirit__list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (max-width: 779px) {
  .spirit__list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.spirit__list-item {
  text-align: center;
  position: relative;
}
.spirit__list-item .soldout {
  border-radius: 2rem;
  display: inline-block;
  position: absolute;
  top: 1rem;
  left: 50%;
  white-space: nowrap;
  padding: 0.4rem 1rem;
  transform: translate(-50%);
  font-size: 1.4rem;
  background: #f56043;
  color: #041a08;
}
.spirit__list-item img {
  width: 80%;
  height: auto;
}
.spirit__list-item strong {
  display: block;
  padding: 1rem 0 0.5rem;
}
.spirit__list-item .spirit__type {
  display: block;
  font-family: Telegraf;
}
.spirit__list-item a:hover strong {
  color: #f56043;
}
.tequila__title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.tequila__intro {
  max-width: 70%;
  text-align: left;
}
.tequila__intro h1 {
  margin-bottom: 0;
}
.bottle__cover img {
  width: 100%;
  max-height: 50rem;
}
.tequila__quickinfo {
  margin-top: 0.5rem !important;
  padding: 0 !important;
  list-style-type: none !important;
  display: flex;
}
.tequila__quickinfo li:not(:first-child) {
  margin-left: 2rem;
}
.tequila__content {
  display: flex;
}
.tequila__info {
  width: 60%;
  display: flex;
  gap: 4rem;
}
.tequila__info-list {
  border: 1px solid red;
  width: 50%;
  margin-top: 0 !important;
  list-style-type: none !important;
  padding: 0 !important;
}
.tequila__info-list em {
  font-weight: 700;
  font-style: normal;
}
.content__bus .page__title {
  padding: 10rem 0 0;
}
@media (max-width: 779px) {
  .content__bus .page__title {
    padding: 5rem 0 0;
  }
}
.bus__live {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.bus__live p {
  color: #26a65b;
}
.bus__live.red p {
  color: #c72c27;
}
.dot__container {
  width: 3rem;
  height: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.red .dot__container {
  display: none;
}
.dot__container .dot {
  width: 1rem;
  height: 1rem;
  border-radius: 1rem;
  margin-left: 1rem;
  background: #26a65b;
  position: relative;
}
.dot__container .dot:after {
  content: "";
  display: block;
  position: absolute;
  border-radius: 1rem;
  top: 50%;
  left: 50%;
  width: 0.5rem;
  height: 0.5rem;
  transform: translate(-50%, -50%);
  background: #26a65b;
  animation: pulse 1s ease infinite;
}
@keyframes pulse {
  0% {
    width: 1rem;
  }
  to {
    width: 2.5rem;
    height: 2.5rem;
    opacity: 0;
  }
}
.bus__schedule {
  font-family: Telegraf;
}
.bus__schedule h2 {
  font-size: 2rem;
  line-height: 1;
  text-align: center;
  margin-bottom: 2rem;
}
.bus__schedule h2 small {
  display: block;
  font-family: Dela Gothic One;
  margin-top: 1rem;
  font-size: 1.4rem;
}
.bus__schedule span.time {
  font-family: Dela Gothic One;
  display: inline-block;
  width: 7rem;
  margin-right: 1rem;
  text-align: right;
}
@media (max-width: 779px) {
  .bus__schedule {
    margin-bottom: 10rem;
  }
  .bus__schedule span.time {
    width: 6rem;
    text-align: left;
  }
}
.bus__stop {
  margin-top: 5rem;
}
.bus__stop.center {
  text-align: center;
}
.bus__stop p.error {
  color: #c72c27;
  margin-bottom: 1rem;
}
.bus__stop a {
  text-decoration: underline;
}
.bus__stop ul {
  width: 35rem;
  margin: 0 auto;
}
.bus__stop ul li {
  margin-bottom: 1rem;
}
@media (max-width: 779px) {
  .bus__stop ul {
    width: 100%;
  }
}
.last__bus {
  width: 35rem;
  margin: 2rem auto 0;
  text-align: center;
}
.last__bus p {
  font-family: Dela Gothic One;
  font-size: 1.4rem;
}
.last__bus p strong {
  font-family: Telegraf;
}
@media (max-width: 779px) {
  .last__bus {
    width: 100%;
  }
}
.bus__schedule-loading {
  text-align: center;
}
@font-face {
  font-family: swiper-icons;
  src: url(data:application/font-woff;charset=utf-8;base64,\ d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA);
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff;
}
:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}
.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  overflow: clip;
  list-style: none;
  padding: 0;
  z-index: 1;
  display: block;
}
.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(
    --swiper-wrapper-transition-timing-function,
    initial
  );
  box-sizing: content-box;
}
.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
  transform: translateZ(0);
}
.swiper-horizontal {
  touch-action: pan-y;
}
.swiper-vertical {
  touch-action: pan-x;
}
.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block;
}
.swiper-slide-invisible-blank {
  visibility: hidden;
}
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}
.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}
.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  backface-visibility: hidden;
}
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}
.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}
.swiper-3d {
  perspective: 1200px;
}
.swiper-3d .swiper-cube-shadow,
.swiper-3d .swiper-slide {
  transform-style: preserve-3d;
}
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}
.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}
.swiper-css-mode.swiper-vertical > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  scroll-snap-type: none;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper:before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}
.swiper-css-mode.swiper-centered.swiper-horizontal
  > .swiper-wrapper
  > .swiper-slide:first-child {
  -webkit-margin-start: var(--swiper-centered-offset-before);
  margin-inline-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper:before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}
.swiper-css-mode.swiper-centered.swiper-vertical
  > .swiper-wrapper
  > .swiper-slide:first-child {
  -webkit-margin-before: var(--swiper-centered-offset-before);
  margin-block-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper:before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}
.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(
    to left,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
}
.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(
    to right,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
}
.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
}
.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
}
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,
.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}
.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}
.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}
@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0);
  }
  to {
    transform: rotate(360deg);
  }
}
.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  transform: translateZ(0);
}
.swiper-virtual.swiper-css-mode .swiper-wrapper:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}
.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper:after {
  height: 1px;
  width: var(--swiper-virtual-size);
}
.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper:after {
  width: 1px;
  height: var(--swiper-virtual-size);
}
:root {
  --swiper-navigation-size: 44px;
}
.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  top: var(--swiper-navigation-top-offset, 50%);
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}
.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-next.swiper-button-hidden,
.swiper-button-prev.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}
.swiper-navigation-disabled .swiper-button-next,
.swiper-navigation-disabled .swiper-button-prev {
  display: none !important;
}
.swiper-button-next svg,
.swiper-button-prev svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transform-origin: center;
}
.swiper-rtl .swiper-button-next svg,
.swiper-rtl .swiper-button-prev svg {
  transform: rotate(180deg);
}
.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: var(--swiper-navigation-sides-offset, 10px);
  right: auto;
}
.swiper-button-lock {
  display: none;
}
.swiper-button-next:after,
.swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}
.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: "prev";
}
.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}
.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: "next";
}
.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 0.3s opacity;
  transform: translateZ(0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
.swiper-pagination-disabled > .swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: var(--swiper-pagination-bottom, 8px);
  top: var(--swiper-pagination-top, auto);
  left: 0;
  width: 100%;
}
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}
.swiper-pagination-bullet {
  width: var(
    --swiper-pagination-bullet-width,
    var(--swiper-pagination-bullet-size, 8px)
  );
  height: var(
    --swiper-pagination-bullet-height,
    var(--swiper-pagination-bullet-size, 8px)
  );
  display: inline-block;
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-bullet:only-child {
  display: none !important;
}
.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}
.swiper-pagination-vertical.swiper-pagination-bullets,
.swiper-vertical > .swiper-pagination-bullets {
  right: var(--swiper-pagination-right, 8px);
  left: var(--swiper-pagination-left, auto);
  top: 50%;
  transform: translate3d(0, -50%, 0);
}
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-vertical
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet,
.swiper-vertical
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet {
  display: inline-block;
  transition: 0.2s transform, 0.2s top;
}
.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets
  .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}
.swiper-horizontal
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translate(-50%);
  white-space: nowrap;
}
.swiper-horizontal
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s left;
}
.swiper-horizontal.swiper-rtl
  > .swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s right;
}
.swiper-pagination-fraction {
  color: var(--swiper-pagination-fraction-color, inherit);
}
.swiper-pagination-progressbar {
  background: var(
    --swiper-pagination-progressbar-bg-color,
    rgba(0, 0, 0, 0.25)
  );
  position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}
.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}
.swiper-horizontal > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,
.swiper-vertical
  > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: var(--swiper-pagination-progressbar-size, 4px);
  left: 0;
  top: 0;
}
.swiper-horizontal
  > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-vertical > .swiper-pagination-progressbar {
  width: var(--swiper-pagination-progressbar-size, 4px);
  height: 100%;
  left: 0;
  top: 0;
}
.swiper-pagination-lock {
  display: none;
}
.swiper-scrollbar {
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  position: relative;
  -ms-touch-action: none;
  background: var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, 0.1));
}
.swiper-scrollbar-disabled > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-disabled {
  display: none !important;
}
.swiper-horizontal > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
  position: absolute;
  left: var(--swiper-scrollbar-sides-offset, 1%);
  bottom: var(--swiper-scrollbar-bottom, 4px);
  top: var(--swiper-scrollbar-top, auto);
  z-index: 50;
  height: var(--swiper-scrollbar-size, 4px);
  width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}
.swiper-scrollbar.swiper-scrollbar-vertical,
.swiper-vertical > .swiper-scrollbar {
  position: absolute;
  left: var(--swiper-scrollbar-left, auto);
  right: var(--swiper-scrollbar-right, 4px);
  top: var(--swiper-scrollbar-sides-offset, 1%);
  z-index: 50;
  width: var(--swiper-scrollbar-size, 4px);
  height: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}
.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, 0.5));
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  left: 0;
  top: 0;
}
.swiper-scrollbar-cursor-drag {
  cursor: move;
}
.swiper-scrollbar-lock {
  display: none;
}
.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.swiper-zoom-container > canvas,
.swiper-zoom-container > img,
.swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.swiper-slide-zoomed {
  cursor: move;
  touch-action: none;
}
.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}
.swiper-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}
.swiper-grid > .swiper-wrapper {
  flex-wrap: wrap;
}
.swiper-grid-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}
.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}
.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}
.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-fade .swiper-slide-active,
.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-cube {
  overflow: visible;
}
.swiper-cube .swiper-slide {
  pointer-events: none;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}
.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-cube.swiper-rtl .swiper-slide {
  transform-origin: 100% 0;
}
.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}
.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}
.swiper-cube .swiper-cube-shadow:before {
  content: "";
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  filter: blur(50px);
}
.swiper-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top {
  z-index: 0;
  backface-visibility: hidden;
}
.swiper-flip {
  overflow: visible;
}
.swiper-flip .swiper-slide {
  pointer-events: none;
  backface-visibility: hidden;
  z-index: 1;
}
.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-flip .swiper-slide-active,
.swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top {
  z-index: 0;
  backface-visibility: hidden;
}
.swiper-creative .swiper-slide {
  backface-visibility: hidden;
  overflow: hidden;
  transition-property: transform, opacity, height;
}
.swiper-cards {
  overflow: visible;
}
.swiper-cards .swiper-slide {
  transform-origin: center bottom;
  backface-visibility: hidden;
  overflow: hidden;
}
