/*!*******************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[2].use[2]!./node_modules/sass-loader/dist/cjs.js!./scss/main.scss ***!
  \*******************************************************************************************************************************************************************************/
@charset "UTF-8";
/* Font faces for Opera template */
/* Cormorant font-face including italic font style */
@font-face {
  font-family: "Cormorant";
  font-weight: 300;
  src: url(../fonts/CormorantInfant-Light.ttf);
}
@font-face {
  font-family: "Cormorant";
  font-weight: 300;
  font-style: italic;
  src: url(../fonts/CormorantInfant-LightItalic.ttf);
}
@font-face {
  font-family: "Cormorant";
  font-weight: 400;
  src: url(../fonts/CormorantInfant-Regular.ttf);
}
@font-face {
  font-family: "Cormorant";
  font-weight: 400;
  font-style: italic;
  src: url(../fonts/CormorantInfant-Italic.ttf);
}
@font-face {
  font-family: "Cormorant";
  font-weight: 500;
  src: url(../fonts/CormorantInfant-Medium.ttf);
}
@font-face {
  font-family: "Cormorant";
  font-weight: 500;
  font-style: italic;
  src: url(../fonts/CormorantInfant-MediumItalic.ttf);
}
@font-face {
  font-family: "Cormorant";
  font-weight: 600;
  src: url(../fonts/CormorantInfant-SemiBold.ttf);
}
@font-face {
  font-family: "Cormorant";
  font-weight: 600;
  font-style: italic;
  src: url(../fonts/CormorantInfant-SemiBoldItalic.ttf);
}
@font-face {
  font-family: "Cormorant";
  font-weight: 700;
  src: url(../fonts/CormorantInfant-Bold.ttf);
}
@font-face {
  font-family: "Cormorant";
  font-weight: 700;
  font-style: italic;
  src: url(../fonts/CormorantInfant-BoldItalic.ttf);
}
/* NunitoSans font-face including italic font style */
@font-face {
  font-family: "NunitoSans";
  font-weight: 200;
  src: url(../fonts/NunitoSans_7pt_Condensed-Light.ttf);
}
@font-face {
  font-family: "NunitoSans";
  font-weight: 200;
  font-style: italic;
  src: url(../fonts/NunitoSans_7pt_Condensed-LightItalic.ttf);
}
@font-face {
  font-family: "NunitoSans";
  font-weight: 300;
  src: url(../fonts/NunitoSans_7pt_Condensed-Regular.ttf);
}
@font-face {
  font-family: "NunitoSans";
  font-weight: 300;
  font-style: italic;
  src: url(../fonts/NunitoSans_7pt_Condensed-Italic.ttf);
}
@font-face {
  font-family: "NunitoSans";
  font-weight: 400;
  src: url(../fonts/NunitoSans_7pt_Condensed-Medium.ttf);
}
@font-face {
  font-family: "NunitoSans";
  font-weight: 400;
  font-style: italic;
  src: url(../fonts/NunitoSans_7pt_Condensed-MediumItalic.ttf);
}
@font-face {
  font-family: "NunitoSans";
  font-weight: 600;
  src: url(../fonts/NunitoSans_7pt_Condensed-SemiBold.ttf);
}
@font-face {
  font-family: "NunitoSans";
  font-weight: 600;
  font-style: italic;
  src: url(../fonts/NunitoSans_7pt_Condensed-SemiBoldItalic.ttf);
}
@font-face {
  font-family: "NunitoSans";
  font-weight: 700;
  src: url(../fonts/NunitoSans_7pt_Condensed-Bold.ttf);
}
@font-face {
  font-family: "NunitoSans";
  font-weight: 700;
  font-style: italic;
  src: url(../fonts/NunitoSans_7pt_Condensed-BoldItalic.ttf);
}
/*Breackpoints*/
.header-block {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding: 16px 0;
}
.header-block .menu-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.header-block .menu-list .menu-list-item {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 8px;
  margin-right: 16px;
  background-color: transparent;
  border: none;
  cursor: pointer;
}
@media (max-width: 980px) {
  .header-block .menu-list .menu-list-item {
    margin-right: 12px;
  }
}
.header-block .menu-list .menu-list-item:nth-last-child(1) {
  margin-right: 0;
}
.header-block .menu-list .menu-list-item .menu-list-item__icon {
  width: 32px;
  height: 32px;
  margin-right: 8px;
}
@media (max-width: 980px) {
  .header-block .menu-list .menu-list-item .menu-list-item__icon {
    width: 24px;
    height: 24px;
    margin-right: 0;
  }
}
.header-block .menu-list .menu-list-item:hover .menu-list-item__text {
  color: #840404;
}
.header-block .menu-toggle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: transparent;
  padding: 8px;
  border: none;
  cursor: pointer;
  z-index: 2;
}
.header-block .menu-toggle .menu-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  height: 24px;
  width: 32px;
  padding: 4px 0;
  margin-right: 8px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 980px) {
  .header-block .menu-toggle .menu-icon {
    height: 16px;
    width: 24px;
    margin: 4px 0;
  }
}
.header-block .menu-toggle .menu-icon .menu-icon__line {
  width: 100%;
  height: 3px;
  background-color: #424242;
  border-radius: 4px;
  transform-box: fill-box;
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
}
@media (max-width: 980px) {
  .header-block .menu-toggle .menu-icon .menu-icon__line {
    height: 2px;
  }
}
.header-block .menu-toggle .menu-icon.active .menu-icon__line:nth-child(1) {
  -webkit-animation: down-rotate 0.6s ease-out both;
          animation: down-rotate 0.6s ease-out both;
}
@media (max-width: 980px) {
  .header-block .menu-toggle .menu-icon.active .menu-icon__line:nth-child(1) {
    -webkit-animation: up-rotate-mobile 0.6s ease-out both;
            animation: up-rotate-mobile 0.6s ease-out both;
  }
}
.header-block .menu-toggle .menu-icon.active .menu-icon__line:nth-child(2) {
  -webkit-animation: up-rotate 0.6s ease-out both;
          animation: up-rotate 0.6s ease-out both;
}
@media (max-width: 980px) {
  .header-block .menu-toggle .menu-icon.active .menu-icon__line:nth-child(2) {
    -webkit-animation: down-rotate-mobile 0.6s ease-out both;
            animation: down-rotate-mobile 0.6s ease-out both;
  }
}
.header-block .menu-toggle .menu-icon.active .menu-icon__line:nth-child(3) {
  -webkit-animation: hide 0.6s ease-out forwards;
          animation: hide 0.6s ease-out forwards;
}
@-webkit-keyframes up-rotate {
  0% {
    -webkit-animation-timing-function: cubic-bezier(0.16, -0.88, 0.97, 0.53);
            animation-timing-function: cubic-bezier(0.16, -0.88, 0.97, 0.53);
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  30% {
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-animation-timing-function: cubic-bezier(0.34, 1.56, 0.64, 1);
            animation-timing-function: cubic-bezier(0.34, 1.56, 0.64, 1);
    -webkit-transform: translateY(-0.3px);
            transform: translateY(-0.3px);
  }
  100% {
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: translateY(-0.3px) rotate(45deg) scale(0.9);
            transform: translateY(-0.3px) rotate(45deg) scale(0.9);
  }
}
@keyframes up-rotate {
  0% {
    -webkit-animation-timing-function: cubic-bezier(0.16, -0.88, 0.97, 0.53);
            animation-timing-function: cubic-bezier(0.16, -0.88, 0.97, 0.53);
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  30% {
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-animation-timing-function: cubic-bezier(0.34, 1.56, 0.64, 1);
            animation-timing-function: cubic-bezier(0.34, 1.56, 0.64, 1);
    -webkit-transform: translateY(-0.3px);
            transform: translateY(-0.3px);
  }
  100% {
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: translateY(-0.3px) rotate(45deg) scale(0.9);
            transform: translateY(-0.3px) rotate(45deg) scale(0.9);
  }
}
@-webkit-keyframes up-rotate-mobile {
  0% {
    -webkit-animation-timing-function: cubic-bezier(0.16, -0.88, 0.97, 0.53);
            animation-timing-function: cubic-bezier(0.16, -0.88, 0.97, 0.53);
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  30% {
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-animation-timing-function: cubic-bezier(0.34, 1.56, 0.64, 1);
            animation-timing-function: cubic-bezier(0.34, 1.56, 0.64, 1);
    -webkit-transform: translateY(7px);
            transform: translateY(7px);
  }
  100% {
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: translateY(7px) rotate(45deg) scale(0.9);
            transform: translateY(7px) rotate(45deg) scale(0.9);
  }
}
@keyframes up-rotate-mobile {
  0% {
    -webkit-animation-timing-function: cubic-bezier(0.16, -0.88, 0.97, 0.53);
            animation-timing-function: cubic-bezier(0.16, -0.88, 0.97, 0.53);
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  30% {
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-animation-timing-function: cubic-bezier(0.34, 1.56, 0.64, 1);
            animation-timing-function: cubic-bezier(0.34, 1.56, 0.64, 1);
    -webkit-transform: translateY(7px);
            transform: translateY(7px);
  }
  100% {
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: translateY(7px) rotate(45deg) scale(0.9);
            transform: translateY(7px) rotate(45deg) scale(0.9);
  }
}
@-webkit-keyframes down-rotate {
  0% {
    -webkit-animation-timing-function: cubic-bezier(0.16, -0.88, 0.97, 0.53);
            animation-timing-function: cubic-bezier(0.16, -0.88, 0.97, 0.53);
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  30% {
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-animation-timing-function: cubic-bezier(0.34, 1.56, 0.64, 1);
            animation-timing-function: cubic-bezier(0.34, 1.56, 0.64, 1);
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  100% {
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: translateY(10px) rotate(-45deg) scale(0.9);
            transform: translateY(10px) rotate(-45deg) scale(0.9);
  }
}
@keyframes down-rotate {
  0% {
    -webkit-animation-timing-function: cubic-bezier(0.16, -0.88, 0.97, 0.53);
            animation-timing-function: cubic-bezier(0.16, -0.88, 0.97, 0.53);
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  30% {
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-animation-timing-function: cubic-bezier(0.34, 1.56, 0.64, 1);
            animation-timing-function: cubic-bezier(0.34, 1.56, 0.64, 1);
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  100% {
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: translateY(10px) rotate(-45deg) scale(0.9);
            transform: translateY(10px) rotate(-45deg) scale(0.9);
  }
}
@-webkit-keyframes down-rotate-mobile {
  0% {
    -webkit-animation-timing-function: cubic-bezier(0.16, -0.88, 0.97, 0.53);
            animation-timing-function: cubic-bezier(0.16, -0.88, 0.97, 0.53);
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  30% {
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-animation-timing-function: cubic-bezier(0.34, 1.56, 0.64, 1);
            animation-timing-function: cubic-bezier(0.34, 1.56, 0.64, 1);
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  100% {
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: translateY(0px) rotate(-45deg) scale(0.9);
            transform: translateY(0px) rotate(-45deg) scale(0.9);
  }
}
@keyframes down-rotate-mobile {
  0% {
    -webkit-animation-timing-function: cubic-bezier(0.16, -0.88, 0.97, 0.53);
            animation-timing-function: cubic-bezier(0.16, -0.88, 0.97, 0.53);
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  30% {
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-animation-timing-function: cubic-bezier(0.34, 1.56, 0.64, 1);
            animation-timing-function: cubic-bezier(0.34, 1.56, 0.64, 1);
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  100% {
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: translateY(0px) rotate(-45deg) scale(0.9);
            transform: translateY(0px) rotate(-45deg) scale(0.9);
  }
}
@-webkit-keyframes hide {
  29% {
    opacity: 1;
  }
  30% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes hide {
  29% {
    opacity: 1;
  }
  30% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
.header-block .menu-toggle:hover .menu-list-item__text {
  color: #840404;
}
.header-block .custom-logo-link {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  max-width: 190px;
  width: 100%;
}
.header-block .custom-logo-link img {
  display: block;
}
@media (max-width: 980px) {
  .header-block .custom-logo-link {
    max-width: 120px;
  }
}
.header-block .menu-list-item__text {
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 0.16px;
  text-transform: uppercase;
  color: #424242;
}
@media (max-width: 980px) {
  .header-block .menu-list-item__text {
    display: none;
  }
}
.header-block .sub-menu {
  z-index: 2;
}
.header-block .sub-menu:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #FDF8F8;
  z-index: -2;
}
.header-block .sub-menu:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  opacity: 0.08;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(../67c675d24d126d0d08a8.webp);
  z-index: -1;
}

.header-modal-window {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: absolute;
  height: calc(100vh - 80px);
  width: 100%;
  z-index: -9;
  opacity: 0;
  visibility: hidden;
  top: -120vh;
}
.header-modal-window.--is-open {
  visibility: visible;
  opacity: 1;
  z-index: 9;
  top: auto;
}
.header-modal-window.--is-open .header-modal-window-overlay {
  visibility: visible;
  opacity: 1;
}
.header-modal-window.--is-open .menu-header-container {
  visibility: visible;
  opacity: 1;
}
.header-modal-window .header-modal-window-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(253, 248, 248, 0.88);
  z-index: 8;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
.header-modal-window .menu-header-container {
  position: relative;
  display: block;
  margin: 4% 0 0 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
  z-index: 9;
  height: calc(100% - 146px);
}
.header-modal-window .menu-header-container .menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  list-style-type: none;
  height: 100%;
  overflow-x: auto;
}
.header-modal-window .menu-header-container .menu::-webkit-scrollbar {
  display: none;
}
.header-modal-window .menu-header-container .menu li {
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 16px;
}
.header-modal-window .menu-header-container .menu li:last-child {
  margin-right: 0;
}
.header-modal-window .menu-header-container .menu li.menu-item-has-children {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header-modal-window .menu-header-container .menu li.menu-item-has-children > a {
  position: relative;
  padding-right: 32px;
}
.header-modal-window .menu-header-container .menu li.menu-item-has-children > a:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
  width: 28px;
  height: 28px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICAgIDxwYXRoIGQ9Ik02IDlMMTIgMTVMMTggOSIgc3Ryb2tlPSIjMjkyOTI5IiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8L3N2Zz4K);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.header-modal-window .menu-header-container .menu li.menu-item-has-children .sub-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  list-style-type: none;
  max-height: 0;
  visibility: hidden;
  overflow: hidden;
  -webkit-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}
.header-modal-window .menu-header-container .menu li.menu-item-has-children .sub-menu > li {
  padding-bottom: 0;
}
.header-modal-window .menu-header-container .menu li.menu-item-has-children .sub-menu > li:nth-last-child(1) {
  margin-bottom: 0;
}
.header-modal-window .menu-header-container .menu li.menu-item-has-children .sub-menu > li:nth-child(1) {
  margin-top: 12px;
}
.header-modal-window .menu-header-container .menu li.menu-item-has-children.--is-active > a {
  color: #840404;
}
.header-modal-window .menu-header-container .menu li.menu-item-has-children.--is-active > a:after {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICAgIDxwYXRoIGQ9Ik0xOCAxNUwxMiA5TDYgMTUiIHN0cm9rZT0iIzczMDYwNiIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPC9zdmc+);
}
.header-modal-window .menu-header-container .menu li.menu-item-has-children.--is-active .sub-menu {
  visibility: visible;
  max-height: 100rem;
}
.header-modal-window .menu-header-container .menu li a {
  padding: 8px;
  text-decoration: none;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px;
  text-transform: uppercase;
  color: #292929;
}
@media (max-width: 980px) {
  .header-modal-window .menu-header-container .menu li a {
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
  }
}
.header-modal-window .menu-header-container .menu li a:hover {
  color: #840404;
}
.header-modal-window .menu-header-container .menu li a:active {
  color: #730606;
}
.header-modal-window .menu-header-container .menu li a.disabled {
  opacity: 0.6;
  pointer-events: none;
}
.header-modal-window .header-modal-switcher {
  position: absolute;
  bottom: 10%;
  width: 100%;
  z-index: 10;
  padding: 8px 0;
  overflow: hidden;
}
@media (max-width: 980px) {
  .header-modal-window .header-modal-switcher {
    padding: 26px 0 34px;
  }
}
.header-modal-window .header-modal-switcher .switcher-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header-modal-window .header-modal-switcher .switcher-content .wpml-ls-statics-shortcode_actions ul li:nth-last-child(1) a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  top: 0;
  margin: auto;
  width: 2px;
  height: 50%;
  background-color: #000000;
}
.header-modal-window .header-modal-switcher .switcher-content .wpml-ls-statics-shortcode_actions ul li.wpml-ls-current-language a span {
  color: #730606;
}
.header-modal-window .header-modal-switcher .switcher-content .wpml-ls-statics-shortcode_actions ul li a {
  padding: 5px 15px 6px;
  position: relative;
}
.header-modal-window .header-modal-switcher .switcher-content .wpml-ls-statics-shortcode_actions ul li a span {
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
  letter-spacing: 0.01em;
  color: #292929;
}
@media (max-width: 980px) {
  .header-modal-window .header-modal-switcher .switcher-content .wpml-ls-statics-shortcode_actions ul li a span {
    font-size: 18px;
  }
}

/*Breackpoints*/
/*Font colors*/
/*Colors*/
/* Transitions */
.footer {
  position: relative;
  z-index: 3;
}
.footer .footer-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.footer .footer-content .footer-partners {
  width: 100%;
  padding: 20px 0;
  border-bottom: 1px solid #C7C7C7;
}
.footer .footer-content .footer-partners .swiper-wrapper {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.footer .footer-content .footer-partners a {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  padding: 8px;
  max-width: 182px;
  width: 100%;
}
.footer .footer-content .footer-partners a img {
  max-height: 90px;
  -o-object-fit: contain;
     object-fit: contain;
}
.footer .footer-information {
  padding: 32px 0 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}
@media (max-width: 980px) {
  .footer .footer-information {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    overflow-x: scroll;
    padding: 32px 0 24px;
  }
}
.footer .footer-information .footer-title {
  display: block;
  margin-bottom: 16px;
  color: #003D3D;
}
.footer .footer-information .footer-information-menu {
  width: 100%;
  max-width: 792px;
}
.footer .footer-information .footer-information-menu.is--secondary {
  margin-top: 24px;
}
.footer .footer-information .footer-information-menu.is--secondary .menu {
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
  margin-bottom: 0 !important;
}
@media (max-width: 980px) {
  .footer .footer-information .footer-information-menu {
    max-width: 100%;
  }
}
.footer .footer-information .footer-information-menu .footer-menu {
  margin-bottom: 24px;
}
.footer .footer-information .footer-information-menu .footer-menu .menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 32px;
  list-style-type: none;
}
@media (max-width: 980px) {
  .footer .footer-information .footer-information-menu .footer-menu .menu {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.footer .footer-information .footer-information-menu .footer-menu .menu.footer-menu-secondary {
  margin-bottom: 0;
}
.footer .footer-information .footer-information-menu .footer-menu .menu .menu-item {
  max-width: 180px;
  width: 100%;
  margin-right: 24px;
  margin-bottom: 12px;
  margin-left: 0;
}
.footer .footer-information .footer-information-menu .footer-menu .menu .menu-item:nth-child(4n) {
  margin-right: 0;
}
@media (max-width: 980px) {
  .footer .footer-information .footer-information-menu .footer-menu .menu .menu-item:nth-child(4n) {
    margin-right: 24px;
  }
}
.footer .footer-information .footer-information-menu .footer-menu .menu .menu-item a {
  color: #000D0D;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.16px;
}
@media (max-width: 500px) {
  .footer .footer-information .footer-information-menu .footer-menu .menu .menu-item {
    max-width: 41%;
  }
  .footer .footer-information .footer-information-menu .footer-menu .menu .menu-item a {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    color: #292929;
  }
}
.footer .footer-information .footer-information-menu .footer-menu .menu .menu-item:nth-last-child(1) {
  margin-right: 0;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
}
.footer .footer-information .footer-information-menu .footer-menu:nth-last-child(1) {
  margin-bottom: 0;
}
.footer .footer-information .footer-information-social {
  max-width: 384px;
  width: 100%;
}
@media (max-width: 980px) {
  .footer .footer-information .footer-information-social {
    max-width: 100%;
  }
}
.footer .copyright {
  background-color: #730606;
}
.footer .copyright .copy-text {
  display: inline-block;
  color: #FFFFFF;
  padding: 16px 0;
}

.footer-breadcrumbs {
  position: relative;
  bottom: 0;
  width: 100%;
  background-color: #EBEBEB;
  -webkit-box-shadow: 0px -2px 4px 0px rgba(26, 31, 79, 0.08);
          box-shadow: 0px -2px 4px 0px rgba(26, 31, 79, 0.08);
  z-index: 5;
}
@media (max-width: 500px) {
  .footer-breadcrumbs {
    display: none;
  }
}
.footer-breadcrumbs .footer-breadcrumbs-title {
  padding: 8px 0 16px;
  border-bottom: 1px solid #C7C7C7;
}
.footer-breadcrumbs .footer-breadcrumbs-contnet {
  padding: 16px 0 24px;
}
.footer-breadcrumbs .footer-breadcrumbs-contnet > span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-display: row;
}
.footer-breadcrumbs .footer-breadcrumbs-contnet > span .arrow-right {
  width: 12px;
  height: 12px;
  display: block;
  margin: 0 8px;
}
.footer-breadcrumbs .footer-breadcrumbs-contnet a, .footer-breadcrumbs .footer-breadcrumbs-contnet .breadcrumb_last {
  font-size: 16px;
}

.social-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style-type: none;
  margin-top: 16px;
}
@media (max-width: 500px) {
  .social-menu {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.social-menu .social-menu-link {
  margin-right: 16px;
  margin-bottom: 0;
  margin-left: 0;
  width: 32px;
  height: 32px;
}
.social-menu .social-menu-link img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.social-menu .social-menu-link:nth-last-child(1) {
  margin-right: 0;
}

/*Breackpoints*/
/*Colors*/
.tribe-events-page-template .tribe-common .tribe-events-l-container {
  padding-top: 0;
  padding-bottom: 32px;
}
.tribe-events-page-template .tribe-common .tribe-events-l-container .tribe-events-page-title {
  padding: 32px 0;
  margin: 0;
}
@media (max-width: 980px) {
  .tribe-events-page-template .tribe-common .tribe-events-l-container .tribe-events-page-title {
    padding: 24px 0;
  }
}
.tribe-events-page-template .tribe-common .tribe-events-l-container .tribe-events-c-nav {
  padding: 32px 0 0 0;
}
@media (max-width: 980px) {
  .tribe-events-page-template .tribe-common .tribe-events-l-container .tribe-events-c-nav {
    padding: 18px 0;
  }
}
.tribe-events-page-template .tribe-common .tribe-events-header {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-bottom: 32px;
}
@media (max-width: 980px) {
  .tribe-events-page-template .tribe-common .tribe-events-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.tribe-events-page-template .tribe-common .tribe-events-header .tribe-events-header__top-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  width: 100%;
  margin-bottom: 0;
}
.tribe-events-page-template .tribe-common .tribe-events-header .tribe-events-header__events-bar--container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
@media (max-width: 980px) {
  .tribe-events-page-template .tribe-common .tribe-events-header .tribe-events-header__events-bar--container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.tribe-events-page-template .tribe-common .tribe-events-header .tribe-events-header__events-bar--container .tribe-events-header__events-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  margin: 0;
}
@media (max-width: 980px) {
  .tribe-events-page-template .tribe-common .tribe-events-header .tribe-events-header__events-bar--container .tribe-events-header__events-bar {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
    margin-left: 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .tribe-events-page-template .tribe-common .tribe-events-header .tribe-events-header__events-bar--container .tribe-events-header__events-bar .tribe-events-c-events-bar__views {
    height: 100%;
    z-index: 1;
  }
}
.tribe-events-page-template .tribe-common .tribe-events-header .tribe-events-header__events-bar--container .tribe-events-header__events-bar .tribe-events-c-events-bar__filter-button-container {
  margin-right: 0;
  margin-left: 24px;
}
@media (max-width: 500px) {
  .tribe-events-page-template .tribe-common .tribe-events-header .tribe-events-header__events-bar--container .tribe-events-header__events-bar .tribe-events-c-events-bar__filter-button-container {
    width: 100%;
  }
}
@media (max-width: 980px) {
  .tribe-events-page-template .tribe-common .tribe-events-header .tribe-events-header__top-bar {
    width: 100%;
  }
}
.tribe-events-page-template .tribe-common .tribe-events-header .tribe-events-header__top-bar .tribe-events-c-top-bar--month-custom-picker, .tribe-events-page-template .tribe-common .tribe-events-header .tribe-events-header__top-bar .tribe-events-c-top-bar--month-custom-picker__chosed-month-list {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  border-radius: 4px;
  background-color: #F0F0F0;
  max-width: 280px;
  width: 100%;
  cursor: pointer;
}
@media (max-width: 980px) {
  .tribe-events-page-template .tribe-common .tribe-events-header .tribe-events-header__top-bar .tribe-events-c-top-bar--month-custom-picker, .tribe-events-page-template .tribe-common .tribe-events-header .tribe-events-header__top-bar .tribe-events-c-top-bar--month-custom-picker__chosed-month-list {
    max-width: 100%;
    width: 100%;
    margin-bottom: 16px;
  }
}
.tribe-events-page-template .tribe-common .tribe-events-header .tribe-events-header__top-bar .tribe-events-c-top-bar--month-custom-picker .tribe-events-c-top-bar--month-custom-picker__chosed-month, .tribe-events-page-template .tribe-common .tribe-events-header .tribe-events-header__top-bar .tribe-events-c-top-bar--month-custom-picker__chosed-month-list .tribe-events-c-top-bar--month-custom-picker__chosed-month {
  width: 100%;
  padding: 12px 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-family: "NunitoSans";
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 133.333%;
  letter-spacing: 0.18px;
  text-transform: uppercase;
  background-color: #F0F0F0;
  -webkit-transition: background-color 0.3s ease, color 0.3s ease;
  transition: background-color 0.3s ease, color 0.3s ease;
}
@media (max-width: 980px) {
  .tribe-events-page-template .tribe-common .tribe-events-header .tribe-events-header__top-bar .tribe-events-c-top-bar--month-custom-picker .tribe-events-c-top-bar--month-custom-picker__chosed-month, .tribe-events-page-template .tribe-common .tribe-events-header .tribe-events-header__top-bar .tribe-events-c-top-bar--month-custom-picker__chosed-month-list .tribe-events-c-top-bar--month-custom-picker__chosed-month {
    width: 100%;
  }
}
.tribe-events-page-template .tribe-common .tribe-events-header .tribe-events-header__top-bar .tribe-events-c-top-bar--month-custom-picker .tribe-events-c-top-bar--month-custom-picker__chosed-month:hover, .tribe-events-page-template .tribe-common .tribe-events-header .tribe-events-header__top-bar .tribe-events-c-top-bar--month-custom-picker__chosed-month-list .tribe-events-c-top-bar--month-custom-picker__chosed-month:hover {
  background-color: #840404;
  color: #FFFFFF;
}
.tribe-events-page-template .tribe-common .tribe-events-header .tribe-events-header__top-bar .tribe-events-c-top-bar--month-custom-picker .tribe-events-c-top-bar--month-custom-picker__chosed-month:hover .tribe-events-c-top-bar--month-custom-picker__arrow-down, .tribe-events-page-template .tribe-common .tribe-events-header .tribe-events-header__top-bar .tribe-events-c-top-bar--month-custom-picker__chosed-month-list .tribe-events-c-top-bar--month-custom-picker__chosed-month:hover .tribe-events-c-top-bar--month-custom-picker__arrow-down {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICAgIDxwYXRoIGQ9Ik02IDlMMTIgMTVMMTggOSIgc3Ryb2tlPSIjRjBGREZEIiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8L3N2Zz4K);
}
.tribe-events-page-template .tribe-common .tribe-events-header .tribe-events-header__top-bar .tribe-events-c-top-bar--month-custom-picker .tribe-events-c-top-bar--month-custom-picker__arrow-down, .tribe-events-page-template .tribe-common .tribe-events-header .tribe-events-header__top-bar .tribe-events-c-top-bar--month-custom-picker__chosed-month-list .tribe-events-c-top-bar--month-custom-picker__arrow-down {
  width: 24px;
  height: 24px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-color: transparent;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICAgIDxwYXRoIGQ9Ik02IDlMMTIgMTVMMTggOSIgc3Ryb2tlPSIjMjkyOTI5IiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8L3N2Zz4K);
}
.tribe-events-page-template .tribe-common .tribe-events-header .tribe-events-header__top-bar .tribe-events-c-top-bar--month-custom-picker__chosed-month-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 0;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  z-index: 4;
  overflow: hidden;
  -webkit-transition: opacity 0.3s ease, visibility 0.3s ease, height 0.3s ease;
  transition: opacity 0.3s ease, visibility 0.3s ease, height 0.3s ease;
}
.tribe-events-page-template .tribe-common .tribe-events-header .tribe-events-header__top-bar .tribe-events-c-top-bar--month-custom-picker__chosed-month-list li {
  font-family: "NunitoSans";
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 133.333%;
  letter-spacing: 0.18px;
  color: #000;
}
.tribe-events-page-template .tribe-common .tribe-events-header .tribe-events-header__top-bar .tribe-events-c-top-bar--month-custom-picker__chosed-month-list li a {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  padding: 16px;
  color: inherit;
  background-color: #F0F0F0;
  -webkit-transition: background-color 0.3s ease, color 0.3s ease;
  transition: background-color 0.3s ease, color 0.3s ease;
}
.tribe-events-page-template .tribe-common .tribe-events-header .tribe-events-header__top-bar .tribe-events-c-top-bar--month-custom-picker__chosed-month-list li:hover a {
  background-color: #840404;
  color: #FFFFFF;
}
.tribe-events-page-template .tribe-common .tribe-events-header .tribe-events-header__top-bar .tribe-events-c-top-bar--month-custom-picker.--is-active .tribe-events-c-top-bar--month-custom-picker__arrow-down, .tribe-events-page-template .tribe-common .tribe-events-header .tribe-events-header__top-bar .--is-active.tribe-events-c-top-bar--month-custom-picker__chosed-month-list .tribe-events-c-top-bar--month-custom-picker__arrow-down {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.tribe-events-page-template .tribe-common .tribe-events-header .tribe-events-header__top-bar .tribe-events-c-top-bar--month-custom-picker.--is-active .tribe-events-c-top-bar--month-custom-picker__chosed-month, .tribe-events-page-template .tribe-common .tribe-events-header .tribe-events-header__top-bar .--is-active.tribe-events-c-top-bar--month-custom-picker__chosed-month-list .tribe-events-c-top-bar--month-custom-picker__chosed-month {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.tribe-events-page-template .tribe-common .tribe-events-header .tribe-events-header__top-bar .tribe-events-c-top-bar--month-custom-picker.--is-active .tribe-events-c-top-bar--month-custom-picker__chosed-month-list, .tribe-events-page-template .tribe-common .tribe-events-header .tribe-events-header__top-bar .--is-active.tribe-events-c-top-bar--month-custom-picker__chosed-month-list .tribe-events-c-top-bar--month-custom-picker__chosed-month-list {
  height: auto;
  opacity: 1;
  visibility: visible;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.tribe-events-page-template .tribe-common .tribe-events-header .tribe-events-c-top-bar--days-filter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  overflow: auto;
}
@media (max-width: 980px) {
  .tribe-events-page-template .tribe-common .tribe-events-header .tribe-events-c-top-bar--days-filter {
    display: none;
  }
}
.tribe-events-page-template .tribe-common .tribe-events-header .tribe-events-c-top-bar--days-filter .tribe-events-c-top-bar--days {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: inherit;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  padding-left: 6px;
  margin-right: 16px;
}
.tribe-events-page-template .tribe-common .tribe-events-header .tribe-events-c-top-bar--days-filter .tribe-events-c-top-bar--days .tribe-events-c-top-bar--days-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.tribe-events-page-template .tribe-common .tribe-events-header .tribe-events-c-top-bar--days-filter .tribe-events-c-top-bar--days .tribe-events-c-top-bar--days-list .tribe-events-c-top-bar--days-day {
  position: relative;
  width: 72px;
  height: 72px;
}
.tribe-events-page-template .tribe-common .tribe-events-header .tribe-events-c-top-bar--days-filter .tribe-events-c-top-bar--days .tribe-events-c-top-bar--days-list .tribe-events-c-top-bar--days-day > label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 10px 0;
  height: 100%;
  background-color: transparent;
  cursor: pointer;
  border: 1px solid transparent;
  margin: 0 0 0 -1px;
  -webkit-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
}
.tribe-events-page-template .tribe-common .tribe-events-header .tribe-events-c-top-bar--days-filter .tribe-events-c-top-bar--days .tribe-events-c-top-bar--days-list .tribe-events-c-top-bar--days-day > label > span {
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  letter-spacing: -0.2px;
  text-transform: uppercase;
}
.tribe-events-page-template .tribe-common .tribe-events-header .tribe-events-c-top-bar--days-filter .tribe-events-c-top-bar--days .tribe-events-c-top-bar--days-list .tribe-events-c-top-bar--days-day > label:hover {
  background-color: #840404;
}
.tribe-events-page-template .tribe-common .tribe-events-header .tribe-events-c-top-bar--days-filter .tribe-events-c-top-bar--days .tribe-events-c-top-bar--days-list .tribe-events-c-top-bar--days-day > label:hover > span {
  color: #FFFFFF;
}
.tribe-events-page-template .tribe-common .tribe-events-header .tribe-events-c-top-bar--days-filter .tribe-events-c-top-bar--days .tribe-events-c-top-bar--days-list .tribe-events-c-top-bar--days-day > input {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.tribe-events-page-template .tribe-common .tribe-events-header .tribe-events-c-top-bar--days-filter .tribe-events-c-top-bar--days .tribe-events-c-top-bar--days-list .tribe-events-c-top-bar--days-day > input:checked ~ label {
  border: 1px solid #2B3333;
}
.tribe-events-page-template .tribe-common .tribe-events-header .swiper-navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.tribe-events-page-template .tribe-common .tribe-events-header .swiper-navigation .swiper-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 72px;
  height: 72px;
  position: relative;
  left: unset;
  right: unset;
  top: unset;
  bottom: unset;
  cursor: pointer;
  background-color: transparent;
  -webkit-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
}
.tribe-events-page-template .tribe-common .tribe-events-header .swiper-navigation .swiper-button:hover {
  background-color: #840404;
}
.tribe-events-page-template .tribe-common .tribe-events-header .swiper-navigation .swiper-button:hover > svg > path {
  stroke: #FFFFFF;
}
.tribe-events-page-template .tribe-common .tribe-events-c-view-selector--tabs .tribe-events-c-view-selector__content {
  display: block;
  position: relative;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  top: unset;
  right: unset;
  z-index: 1;
}
@media (max-width: 500px) {
  .tribe-events-page-template .tribe-common .tribe-events-c-view-selector--tabs .tribe-events-c-view-selector__content {
    display: block;
    padding: 0;
    position: static;
    right: unset;
    left: unset;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    z-index: 0;
  }
}
.tribe-events-page-template .tribe-common .tribe-events-c-view-selector--tabs .tribe-events-c-view-selector__content .tribe-events-c-view-selector__list-item {
  padding: 0;
  display: none;
}
.tribe-events-page-template .tribe-common .tribe-events-c-view-selector--tabs .tribe-events-c-view-selector__content .tribe-events-c-view-selector__list-item:not(.tribe-events-c-view-selector__list-item--active) {
  display: block;
}
.tribe-events-page-template .tribe-common .tribe-events-c-view-selector--tabs .tribe-events-c-view-selector__content .tribe-events-c-view-selector__list-item .tribe-events-c-view-selector__list-item-link {
  padding: 0;
}
.tribe-events-page-template .tribe-common .tribe-events-c-view-selector--tabs .tribe-events-c-view-selector__content .tribe-events-c-view-selector__list-item .tribe-events-c-view-selector__list-item-link .tribe-events-c-view-selector__list-item-icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 32px;
  height: 32px;
  margin: 0;
}
.tribe-events-page-template .tribe-common .tribe-events-c-view-selector--tabs .tribe-events-c-view-selector__content .tribe-events-c-view-selector__list-item .tribe-events-c-view-selector__list-item-link .tribe-events-c-view-selector__list-item-icon svg {
  height: 100%;
  width: 100%;
}
.tribe-events-page-template .tribe-common .cards-categories {
  margin-top: 28px;
}
@media (max-width: 980px) {
  .tribe-events-page-template .tribe-common .cards-categories {
    margin: 16px 0;
  }
}
.tribe-events-page-template .tribe-common .tribe-events-calendar-month__header {
  display: none;
  margin-bottom: 12px;
}
@media (max-width: 980px) {
  .tribe-events-page-template .tribe-common .tribe-events-calendar-month__header {
    display: block;
  }
}
.tribe-events-page-template .tribe-common .tribe-events-calendar-month__header .tribe-events-calendar-month__header-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.tribe-events-page-template .tribe-common .tribe-events-calendar-month__body {
  border-top: 1px solid #C7C7C7;
  border-left: 1px solid #C7C7C7;
}
@media (max-width: 980px) {
  .tribe-events-page-template .tribe-common .tribe-events-calendar-month__body {
    border-top: none;
    border-left: none;
  }
}
.tribe-events-page-template .tribe-common .tribe-events-calendar-month__body .tribe-events-calendar-month__day {
  border-color: #C7C7C7;
  aspect-ratio: auto;
  max-height: 170px;
  overflow: scroll;
  scrollbar-width: none;
  -ms-overflow-style: none;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.tribe-events-page-template .tribe-common .tribe-events-calendar-month__body .tribe-events-calendar-month__day::-webkit-scrollbar {
  width: 0;
  height: 0;
}
@media (min-width: 980px) {
  .tribe-events-page-template .tribe-common .tribe-events-calendar-month__body .tribe-events-calendar-month__day.tribe-day-has-event:hover {
    background-color: #730606;
  }
  .tribe-events-page-template .tribe-common .tribe-events-calendar-month__body .tribe-events-calendar-month__day.tribe-day-has-event:hover .tribe-events-calendar-month__day-date > time {
    color: #FFFFFF;
  }
  .tribe-events-page-template .tribe-common .tribe-events-calendar-month__body .tribe-events-calendar-month__day.tribe-day-has-event:hover .tribe-events-calendar-month__calendar-event-details .tribe-events-calendar-month__calendar-event-datetime time,
  .tribe-events-page-template .tribe-common .tribe-events-calendar-month__body .tribe-events-calendar-month__day.tribe-day-has-event:hover .tribe-events-calendar-month__calendar-event-details .tribe-events-calendar-month__calendar-event-datetime span {
    color: #FFFFFF;
  }
  .tribe-events-page-template .tribe-common .tribe-events-calendar-month__body .tribe-events-calendar-month__day.tribe-day-has-event:hover .tribe-events-calendar-month__calendar-event-details .tribe-events-calendar-month__calendar-event-title > a {
    color: #FFFFFF !important;
  }
}
@media (max-width: 980px) {
  .tribe-events-page-template .tribe-common .tribe-events-calendar-month__body .tribe-events-calendar-month__day .tribe-events-calendar-month__day-cell {
    border: none;
    background-color: transparent;
  }
}
.tribe-events-page-template .tribe-common .tribe-events-calendar-month__body .tribe-events-calendar-month__day .tribe-events-calendar-month__day-cell .tribe-events-calendar-month__mobile-events {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.tribe-events-page-template .tribe-common .tribe-events-calendar-month__body .tribe-events-calendar-month__day .tribe-events-calendar-month__day-cell .tribe-events-calendar-month__mobile-events .tribe-events-calendar-month__mobile-events-icon--event {
  background-color: #730606;
  margin-right: 2px;
}
.tribe-events-page-template .tribe-common .tribe-events-calendar-month__body .tribe-events-calendar-month__day .tribe-events-calendar-month__day-cell .tribe-events-calendar-month__mobile-events .tribe-events-calendar-month__mobile-events-icon--event:last-child {
  margin-right: 0;
}
.tribe-events-page-template .tribe-common .tribe-events-calendar-month__body .tribe-events-calendar-month__day .tribe-events-calendar-month__day-cell.tribe-events-calendar-month__day-cell--selected h3 time:after {
  display: block;
}
.tribe-events-page-template .tribe-common .tribe-events-calendar-month__body .tribe-events-calendar-month__day .tribe-events-calendar-month__day-cell .tribe-events-calendar-month__day-date {
  padding: 8px 8px 6px;
}
.tribe-events-page-template .tribe-common .tribe-events-calendar-month__body .tribe-events-calendar-month__day .tribe-events-calendar-month__day-cell .tribe-events-calendar-month__day-date time {
  color: #730606;
  text-transform: uppercase;
  font-weight: 700;
}
@media (max-width: 980px) {
  .tribe-events-page-template .tribe-common .tribe-events-calendar-month__body .tribe-events-calendar-month__day .tribe-events-calendar-month__day-cell .tribe-events-calendar-month__day-date time {
    color: #292929;
    font-size: 14px;
  }
}
@media (max-width: 980px) {
  .tribe-events-page-template .tribe-common .tribe-events-calendar-month__body .tribe-events-calendar-month__day .tribe-events-calendar-month__day-cell .tribe-events-calendar-month__day-date time {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .tribe-events-page-template .tribe-common .tribe-events-calendar-month__body .tribe-events-calendar-month__day .tribe-events-calendar-month__day-cell .tribe-events-calendar-month__day-date time:after {
    content: "";
    position: absolute;
    width: 28px;
    height: 28px;
    background-color: transparent;
    border-radius: 50%;
    border-color: #730606;
    border-style: solid;
    border-width: 1px;
    display: none;
  }
}
.tribe-events-page-template .tribe-common .tribe-events-calendar-month__body .tribe-events-calendar-month__day .tribe-events-calendar-month__day-cell .tribe-events-calendar-month__events .tribe-events-calendar-month__calendar-event {
  padding: 8px 8px 0;
}
.tribe-events-page-template .tribe-common .tribe-events-calendar-month__body .tribe-events-calendar-month__day .tribe-events-calendar-month__day-cell .tribe-events-calendar-month__events .tribe-events-calendar-month__calendar-event .tribe-events-calendar-month__calendar-event-details {
  padding-bottom: 8px;
  margin-bottom: 0;
  border-bottom: 1px solid rgba(199, 199, 199, 0.32);
}
.tribe-events-page-template .tribe-common .tribe-events-calendar-month__body .tribe-events-calendar-month__day .tribe-events-calendar-month__day-cell .tribe-events-calendar-month__events .tribe-events-calendar-month__calendar-event .tribe-events-calendar-month__calendar-event-details .tribe-events-calendar-month__calendar-event-datetime time {
  font-size: 12px;
  font-style: normal;
  font-weight: 300;
  line-height: 14px;
  letter-spacing: 0.18px;
  text-transform: uppercase;
}
.tribe-events-page-template .tribe-common .tribe-events-calendar-month__body .tribe-events-calendar-month__day .tribe-events-calendar-month__day-cell .tribe-events-calendar-month__events .tribe-events-calendar-month__calendar-event .tribe-events-calendar-month__calendar-event-details .tribe-events-calendar-month__calendar-event-title > a {
  font-family: "Cormorant";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 18px;
  letter-spacing: -0.08px;
  color: #292929;
}
.tribe-events-page-template .tribe-common .tribe-events-calendar-month__body .tribe-events-calendar-month__day .tribe-events-calendar-month__day-cell .tribe-events-calendar-month__events .tribe-events-calendar-month__calendar-event:nth-last-child(1) .tribe-events-calendar-month__calendar-event-details {
  border-bottom: none;
}
.tribe-events-page-template .tribe-common .tribe-events-calendar-month-mobile-events .tribe-events-calendar-month-mobile-events__mobile-day .tribe-events-calendar-month-mobile-events__mobile-event {
  background-color: #ECECEC;
  margin-bottom: 12px;
  padding: 8px 16px 12px;
}
.tribe-events-page-template .tribe-common .tribe-events-calendar-month-mobile-events .tribe-events-calendar-month-mobile-events__mobile-day .tribe-events-calendar-month-mobile-events__mobile-event .tribe-events-calendar-month-mobile-events__mobile-event-details--time {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-bottom: 8px;
}
.tribe-events-page-template .tribe-common .tribe-events-calendar-month-mobile-events .tribe-events-calendar-month-mobile-events__mobile-day .tribe-events-calendar-month-mobile-events__mobile-event .tribe-events-calendar-month-mobile-events__mobile-event-details--time .mobile-event-datetime.day {
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 0.14px;
  text-transform: uppercase;
  color: #730606;
}
.tribe-events-page-template .tribe-common .tribe-events-calendar-month-mobile-events .tribe-events-calendar-month-mobile-events__mobile-day .tribe-events-calendar-month-mobile-events__mobile-event .tribe-events-calendar-month-mobile-events__mobile-event-details--time .mobile-event-datetime.day time {
  color: inherit;
}
.tribe-events-page-template .tribe-common .tribe-events-calendar-month-mobile-events .tribe-events-calendar-month-mobile-events__mobile-day .tribe-events-calendar-month-mobile-events__mobile-event .tribe-events-calendar-month-mobile-events__mobile-event-details--title a {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
}
.tribe-events-page-template .tribe-common .tribe-events-calendar-month-mobile-events .tribe-events-calendar-month-mobile-events__mobile-day .tribe-events-calendar-month-mobile-events__mobile-event .show-details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 4px 0 8px;
}
.tribe-events-page-template .tribe-common .tribe-events-calendar-month-mobile-events .tribe-events-calendar-month-mobile-events__mobile-day .tribe-events-calendar-month-mobile-events__mobile-event .show-details .show-details-item {
  margin-right: 16px;
}
.tribe-events-page-template .tribe-common .tribe-events-calendar-month-mobile-events .tribe-events-calendar-month-mobile-events__mobile-day .tribe-events-calendar-month-mobile-events__mobile-event .show-details .show-details-item:nth-last-child(1) {
  margin-right: 0;
}
.tribe-events-page-template .tribe-common .tribe-events-calendar-month-mobile-events .tribe-events-calendar-month-mobile-events__mobile-day .tribe-events-calendar-month-mobile-events__mobile-event .tribe-events-calendar-month-mobile-events__mobile-event-details--link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.tribe-events-page-template .tribe-common .tribe-events-calendar-month-mobile-events .tribe-events-calendar-month-mobile-events__mobile-day .tribe-events-calendar-month-mobile-events__mobile-event .tribe-events-calendar-month-mobile-events__mobile-event-details--link a {
  padding: 4px;
  text-transform: unset;
  font-size: 15px;
  font-weight: 400;
  line-height: 22px;
  color: #840404;
}
.tribe-events-page-template .tribe-common .tribe-events-calendar-list-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}
.tribe-events-page-template .tribe-common .tribe-events-calendar-list-container .tribe-events-calendar-list {
  max-width: calc(74.5%);
  width: 100%;
}
@media (max-width: 980px) {
  .tribe-events-page-template .tribe-common .tribe-events-calendar-list-container .tribe-events-calendar-list {
    max-width: 100%;
    width: 100%;
  }
}
.tribe-events-page-template .tribe-common .tribe-events-calendar-list-container .tribe-events-calendar-list .tribe-events-header__messages {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
}
.tribe-events-page-template .tribe-common .tribe-events-calendar-list-container .tribe-events-calendar-list .tribe-events-header__messages .message-no-events__text {
  position: absolute;
  font-size: 48px;
  font-style: normal;
  font-weight: 500;
  line-height: 116.667%;
  text-transform: uppercase;
}
@media (max-width: 500px) {
  .tribe-events-page-template .tribe-common .tribe-events-calendar-list-container .tribe-events-calendar-list .tribe-events-header__messages .message-no-events__text {
    font-size: 21px;
    font-weight: 600;
    line-height: 123%;
    letter-spacing: 0.105px;
  }
}
.tribe-events-page-template .tribe-common .tribe-events-calendar-list-container .tribe-events-calendar-list .tribe-events-calendar-list__custom-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  position: relative;
  width: 100%;
  padding: 16px 16px 16px 8px;
  overflow: hidden;
  background-color: #ECECEC;
  border-radius: 4px;
  margin-bottom: 24px;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
@media (max-width: 500px) {
  .tribe-events-page-template .tribe-common .tribe-events-calendar-list-container .tribe-events-calendar-list .tribe-events-calendar-list__custom-row {
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.tribe-events-page-template .tribe-common .tribe-events-calendar-list-container .tribe-events-calendar-list .tribe-events-calendar-list__custom-row .tribe-events-calendar-list__event-date-tag {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 30px;
}
@media (max-width: 500px) {
  .tribe-events-page-template .tribe-common .tribe-events-calendar-list-container .tribe-events-calendar-list .tribe-events-calendar-list__custom-row .tribe-events-calendar-list__event-date-tag {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding: 0;
    margin-bottom: 8px;
  }
}
.tribe-events-page-template .tribe-common .tribe-events-calendar-list-container .tribe-events-calendar-list .tribe-events-calendar-list__custom-row .tribe-events-calendar-list__event-date-tag time {
  color: #111;
  padding: 0;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
@media (max-width: 500px) {
  .tribe-events-page-template .tribe-common .tribe-events-calendar-list-container .tribe-events-calendar-list .tribe-events-calendar-list__custom-row .tribe-events-calendar-list__event-date-tag time {
    position: relative;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-left: 12px;
    padding-top: 0;
  }
  .tribe-events-page-template .tribe-common .tribe-events-calendar-list-container .tribe-events-calendar-list .tribe-events-calendar-list__custom-row .tribe-events-calendar-list__event-date-tag time :after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 6px;
    height: 100%;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAYAAAAeCAYAAAAPSW++AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAEJSURBVHgBrY8xTsQwEEV/ZmedVTZEWU5Aw2VooaBAAlHTcQB7r0EDW1BTIDrOQIcQHQ1CVIAJSbCMFwcpESu73HEznqf/Zz6wtkrur05UWc6k/W5BPELzVSHNinnS0cfLY7VMWaYbBWyl59u7Z2qQ3i0OLp5vT8/7P/fNNJ88tU2DAGT5JkB2ANQ3tq3hHEIAOBBRCEgI0D/JAIyfEYsQ5HkBjlk5Y4DJNAL8s/otzOGMhbGRHPSniVxVVxosIlcJP3QuZsUMZg6XG1N1uhCQM94qEhDe30XP9Z2tdWjlJVtpNl6uKF6u96UHh41+P3pY7Mhulrze7Mn641MhGYGSMcyPQ1nMFNZXvxwQYZ+NV7POAAAAAElFTkSuQmCC);
  }
}
.tribe-events-page-template .tribe-common .tribe-events-calendar-list-container .tribe-events-calendar-list .tribe-events-calendar-list__custom-row .tribe-events-calendar-list__event-date-tag time .tribe-events-calendar-list__event-date-tag-daynum {
  width: 100%;
  font-family: "Cormorant";
  font-size: 48px;
  font-style: normal;
  font-weight: 500;
  line-height: 116.667%;
  text-transform: uppercase;
  color: inherit;
}
@media (max-width: 500px) {
  .tribe-events-page-template .tribe-common .tribe-events-calendar-list-container .tribe-events-calendar-list .tribe-events-calendar-list__custom-row .tribe-events-calendar-list__event-date-tag time .tribe-events-calendar-list__event-date-tag-daynum {
    line-height: 133.333%;
    font-size: 18px;
    margin-right: 4px;
  }
}
.tribe-events-page-template .tribe-common .tribe-events-calendar-list-container .tribe-events-calendar-list .tribe-events-calendar-list__custom-row .tribe-events-calendar-list__event-date-tag time .tribe-events-calendar-list__event-date-tag-month {
  width: 100%;
  font-family: "Cormorant";
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px; /* 100% */
  letter-spacing: 0.03px;
  text-transform: uppercase;
  color: inherit;
}
@media (max-width: 500px) {
  .tribe-events-page-template .tribe-common .tribe-events-calendar-list-container .tribe-events-calendar-list .tribe-events-calendar-list__custom-row .tribe-events-calendar-list__event-date-tag time .tribe-events-calendar-list__event-date-tag-month {
    font-size: 12px;
    line-height: 200%;
  }
}
.tribe-events-page-template .tribe-common .tribe-events-calendar-list-container .tribe-events-calendar-list .tribe-events-calendar-list__custom-row .tribe-events-calendar-list__event-date-tag .tribe-events-calendar-list__event-date-tag-day {
  margin-top: 6px;
  font-family: "Cormorant";
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: 0.03px;
  color: #111;
}
@media (max-width: 500px) {
  .tribe-events-page-template .tribe-common .tribe-events-calendar-list-container .tribe-events-calendar-list .tribe-events-calendar-list__custom-row .tribe-events-calendar-list__event-date-tag .tribe-events-calendar-list__event-date-tag-day {
    margin-top: 0;
    margin-right: 8px;
    font-size: 16px;
    font-weight: 500;
    line-height: 100%;
    text-transform: uppercase;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.tribe-events-page-template .tribe-common .tribe-events-calendar-list-container .tribe-events-calendar-list .tribe-events-calendar-list__custom-row .tribe-events-calendar-list-content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: -webkit-fill-available;
  padding: 0 24px;
}
@media (max-width: 500px) {
  .tribe-events-page-template .tribe-common .tribe-events-calendar-list-container .tribe-events-calendar-list .tribe-events-calendar-list__custom-row .tribe-events-calendar-list-content {
    padding: 0;
  }
}
.tribe-events-page-template .tribe-common .tribe-events-calendar-list-container .tribe-events-calendar-list .tribe-events-calendar-list__custom-row .tribe-events-calendar-list-content:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 6px;
  height: 100%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAYAAAB+CAYAAAAHvWDkAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAANPSURBVHgBrVZPaxQxFH+bTmOaToe6LGWppUpBxK/iQQ+eRc9+id1+EgURPHkRvHrwI3izCm2RWscyToeYpiHN+rKy3W3zO3ZKIZnfvj95eb/fG6Ibe3rf3z4eLy0tjXpiQu7MkVqVFM7Dbi+he28ejcXkYtRbWqaLGHfvP/s4vjQ9fP/09eG7J69m+2K2mEwm+9TrXf5QzBYhWIoLwcV8WVwBLl0VUvGmyAH2RZ7/M1fWtsRQDlTlJi0GmccoNYnoc8B0DcUALERaRRA8ukBKaQCwcRAACCH+d3cdkIotrM2BQpXkjcsBbwzp9XVgESN1TZ0DxnK6GllUGmcVnaXgYw4IITkzBbIKng8J7qPQanq9uasoyLQtCO4DbWxuA0AKctbkQH99SB6lWx995eCUA1XV540AQH+QUgOu6npxe9VVREA6tVho5UvAcXUX6z4vScH8QA03LWABLLzzpDVouHQGi/pK8cq1HXDFBdTDAXCVqoE4KLinYpA5EF1LqgBFjHzn3oGm1tzthGoVpvHnruasrY+4XiIH9HCDzUDw9DIE4ErpkllLOeCd4bKApg58g0pCvfLkG5MDQkqKAqQbBXeJBu1jrUtoDmgWMhnBAZOWON+idD2ztsqBsn+HMwExTHdKoroLYpQr1HW/QAx7RlKALlHlLVo4+ELDNX+mIpABSfoiAVeJOEUByj5VngK4SpGlBPxIXrzvULq3KVokZHJCqirz4G76a3S1TGU4WIpylTcyB8hrcuZ3Hjz4v9yigB9NfcwHXMmBQb/PJbwArvhPIk2UzFjXHAOLmMoyzAHiylo0cXwwjIF0Fc8P59E8N5bKEswowT2VeDh75nfOzeDRoNd8cu+A9InI8uoAcTy/VAoEV+UaZlT97QtzE0jfYHuHBxhQOMODS6MDJtY2R4c5cPLjCOtuonO1sQlcJSFD82OwOcS6S1ySsgSiH/hLSSjQorY5YSoAQFXV1F0OFIoW5Goeo20afFFqvSRjQNn5cqlK+n4d6Op9phq42vSZVqDg6UPCoepubG8zP9DYbg3Wkmrn4VTGZ898fpye3jNtPbli8fPzaFSsyOfVYOvFwafRKL3r7X14OVrbejC2xwd03hla5tKvVOWYbu75B1Vpb2c+DfRwAAAAAElFTkSuQmCC);
}
@media (max-width: 500px) {
  .tribe-events-page-template .tribe-common .tribe-events-calendar-list-container .tribe-events-calendar-list .tribe-events-calendar-list__custom-row .tribe-events-calendar-list-content:after {
    display: none;
  }
}
.tribe-events-page-template .tribe-common .tribe-events-calendar-list-container .tribe-events-calendar-list .tribe-events-calendar-list__custom-row .tribe-events-calendar-list-content a {
  pointer-events: none;
}
.tribe-events-page-template .tribe-common .tribe-events-calendar-list-container .tribe-events-calendar-list .tribe-events-calendar-list__custom-row .tribe-events-calendar-list-content a .show-title {
  color: #000;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
@media (max-width: 980px) {
  .tribe-events-page-template .tribe-common .tribe-events-calendar-list-container .tribe-events-calendar-list .tribe-events-calendar-list__custom-row .tribe-events-calendar-list-content a .show-title {
    font-size: 24px;
    line-height: 40px;
    margin-bottom: 8px;
  }
}
.tribe-events-page-template .tribe-common .tribe-events-calendar-list-container .tribe-events-calendar-list .tribe-events-calendar-list__custom-row .tribe-events-calendar-list-content .show-details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 32px;
}
@media (max-width: 500px) {
  .tribe-events-page-template .tribe-common .tribe-events-calendar-list-container .tribe-events-calendar-list .tribe-events-calendar-list__custom-row .tribe-events-calendar-list-content .show-details {
    margin-bottom: 16px;
  }
}
.tribe-events-page-template .tribe-common .tribe-events-calendar-list-container .tribe-events-calendar-list .tribe-events-calendar-list__custom-row .tribe-events-calendar-list-content .show-details .show-details-item {
  position: relative;
  padding: 0 16px;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
  color: #4D4D4D;
}
@media (max-width: 500px) {
  .tribe-events-page-template .tribe-common .tribe-events-calendar-list-container .tribe-events-calendar-list .tribe-events-calendar-list__custom-row .tribe-events-calendar-list-content .show-details .show-details-item {
    padding: 0 8px;
  }
}
.tribe-events-page-template .tribe-common .tribe-events-calendar-list-container .tribe-events-calendar-list .tribe-events-calendar-list__custom-row .tribe-events-calendar-list-content .show-details .show-details-item span {
  color: inherit;
  font-weight: 300;
}
@media (max-width: 500px) {
  .tribe-events-page-template .tribe-common .tribe-events-calendar-list-container .tribe-events-calendar-list .tribe-events-calendar-list__custom-row .tribe-events-calendar-list-content .show-details .show-details-item span {
    font-size: 16px;
  }
}
.tribe-events-page-template .tribe-common .tribe-events-calendar-list-container .tribe-events-calendar-list .tribe-events-calendar-list__custom-row .tribe-events-calendar-list-content .show-details .show-details-item:not(:first-child):before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1px;
  height: 60%;
  background-color: #4D4D4D;
  -webkit-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
}
.tribe-events-page-template .tribe-common .tribe-events-calendar-list-container .tribe-events-calendar-list .tribe-events-calendar-list__custom-row .tribe-events-calendar-list-content .show-details .show-details-item:first-child {
  padding-left: 0;
}
.tribe-events-page-template .tribe-common .tribe-events-calendar-list-container .tribe-events-calendar-list .tribe-events-calendar-list__custom-row .tribe-events-calendar-list-content .show-subtitle {
  margin-bottom: 8px;
  color: #4D4D4D;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.tribe-events-page-template .tribe-common .tribe-events-calendar-list-container .tribe-events-calendar-list .tribe-events-calendar-list__custom-row .tribe-events-calendar-list-content .show-subtitle span {
  font-weight: 300;
  color: inherit;
}
.tribe-events-page-template .tribe-common .tribe-events-calendar-list-container .tribe-events-calendar-list .tribe-events-calendar-list__custom-row .tribe-events-calendar-list-content .show-excerpt {
  display: grid;
  grid-template-rows: 0fr;
  opacity: 0;
  overflow: hidden;
  color: #4D4D4D;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  pointer-events: none;
}
.tribe-events-page-template .tribe-common .tribe-events-calendar-list-container .tribe-events-calendar-list .tribe-events-calendar-list__custom-row .tribe-events-calendar-list-content .show-excerpt a {
  overflow: hidden;
}
@media (max-width: 500px) {
  .tribe-events-page-template .tribe-common .tribe-events-calendar-list-container .tribe-events-calendar-list .tribe-events-calendar-list__custom-row .tribe-events-calendar-list-content .show-excerpt {
    margin-bottom: 16px;
  }
}
.tribe-events-page-template .tribe-common .tribe-events-calendar-list-container .tribe-events-calendar-list .tribe-events-calendar-list__custom-row .tribe-events-calendar-list-content .show-excerpt span, .tribe-events-page-template .tribe-common .tribe-events-calendar-list-container .tribe-events-calendar-list .tribe-events-calendar-list__custom-row .tribe-events-calendar-list-content .show-excerpt a {
  color: inherit;
}
.tribe-events-page-template .tribe-common .tribe-events-calendar-list-container .tribe-events-calendar-list .tribe-events-calendar-list__custom-row .tribe-events-calendar-list-cta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (max-width: 500px) {
  .tribe-events-page-template .tribe-common .tribe-events-calendar-list-container .tribe-events-calendar-list .tribe-events-calendar-list__custom-row .tribe-events-calendar-list-cta {
    display: none;
  }
}
.tribe-events-page-template .tribe-common .tribe-events-calendar-list-container .tribe-events-calendar-list .tribe-events-calendar-list__custom-row .tribe-events-calendar-list-cta .button {
  margin-bottom: 8px;
}
@media (max-width: 500px) {
  .tribe-events-page-template .tribe-common .tribe-events-calendar-list-container .tribe-events-calendar-list .tribe-events-calendar-list__custom-row .tribe-events-calendar-list-cta .button {
    width: 100%;
  }
}
.tribe-events-page-template .tribe-common .tribe-events-calendar-list-container .tribe-events-calendar-list .tribe-events-calendar-list__custom-row .tribe-events-calendar-list-cta .button.has-texture--border {
  color: #4D4D4D;
}
.tribe-events-page-template .tribe-common .tribe-events-calendar-list-container .tribe-events-calendar-list .tribe-events-calendar-list__custom-row .tribe-events-calendar-list-cta .button:last-child {
  margin-bottom: 0;
}
.tribe-events-page-template .tribe-common .tribe-events-calendar-list-container .tribe-events-calendar-list .tribe-events-calendar-list__custom-row .bg-overlay {
  opacity: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  z-index: -1;
}
.tribe-events-page-template .tribe-common .tribe-events-calendar-list-container .tribe-events-calendar-list .tribe-events-calendar-list__custom-row .bg-overlay .bg-overlay-image {
  position: absolute;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 100%;
  min-height: 300px;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  z-index: -2;
}
.tribe-events-page-template .tribe-common .tribe-events-calendar-list-container .tribe-events-calendar-list .tribe-events-calendar-list__custom-row .bg-overlay .bg-overlay-color {
  position: absolute;
  background-color: #111;
  width: 100%;
  height: 100%;
  z-index: -3;
}
.tribe-events-page-template .tribe-common .tribe-events-calendar-list-container .tribe-events-calendar-list .tribe-events-calendar-list__custom-row:hover {
  background-color: transparent;
}
.tribe-events-page-template .tribe-common .tribe-events-calendar-list-container .tribe-events-calendar-list .tribe-events-calendar-list__custom-row:hover .bg-overlay {
  opacity: 1;
}
.tribe-events-page-template .tribe-common .tribe-events-calendar-list-container .tribe-events-calendar-list .tribe-events-calendar-list__custom-row:hover .bg-overlay .bg-overlay-image {
  opacity: 0.32;
  -webkit-animation-name: scaleOverlay;
          animation-name: scaleOverlay;
  -webkit-animation-duration: 15s;
          animation-duration: 15s;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
.tribe-events-page-template .tribe-common .tribe-events-calendar-list-container .tribe-events-calendar-list .tribe-events-calendar-list__custom-row:hover .tribe-events-calendar-list__event-date-tag time,
.tribe-events-page-template .tribe-common .tribe-events-calendar-list-container .tribe-events-calendar-list .tribe-events-calendar-list__custom-row:hover .tribe-events-calendar-list__event-date-tag-day {
  color: #FFFFFF;
}
.tribe-events-page-template .tribe-common .tribe-events-calendar-list-container .tribe-events-calendar-list .tribe-events-calendar-list__custom-row:hover .tribe-events-calendar-list-content .show-excerpt {
  grid-template-rows: 1fr;
  opacity: 1;
  color: #FFFFFF;
  pointer-events: none;
  font-weight: 300;
}
.tribe-events-page-template .tribe-common .tribe-events-calendar-list-container .tribe-events-calendar-list .tribe-events-calendar-list__custom-row:hover .tribe-events-calendar-list-content .show-excerpt p, .tribe-events-page-template .tribe-common .tribe-events-calendar-list-container .tribe-events-calendar-list .tribe-events-calendar-list__custom-row:hover .tribe-events-calendar-list-content .show-excerpt a, .tribe-events-page-template .tribe-common .tribe-events-calendar-list-container .tribe-events-calendar-list .tribe-events-calendar-list__custom-row:hover .tribe-events-calendar-list-content .show-excerpt span, .tribe-events-page-template .tribe-common .tribe-events-calendar-list-container .tribe-events-calendar-list .tribe-events-calendar-list__custom-row:hover .tribe-events-calendar-list-content .show-excerpt h1, .tribe-events-page-template .tribe-common .tribe-events-calendar-list-container .tribe-events-calendar-list .tribe-events-calendar-list__custom-row:hover .tribe-events-calendar-list-content .show-excerpt h2, .tribe-events-page-template .tribe-common .tribe-events-calendar-list-container .tribe-events-calendar-list .tribe-events-calendar-list__custom-row:hover .tribe-events-calendar-list-content .show-excerpt h3, .tribe-events-page-template .tribe-common .tribe-events-calendar-list-container .tribe-events-calendar-list .tribe-events-calendar-list__custom-row:hover .tribe-events-calendar-list-content .show-excerpt h4, .tribe-events-page-template .tribe-common .tribe-events-calendar-list-container .tribe-events-calendar-list .tribe-events-calendar-list__custom-row:hover .tribe-events-calendar-list-content .show-excerpt h5, .tribe-events-page-template .tribe-common .tribe-events-calendar-list-container .tribe-events-calendar-list .tribe-events-calendar-list__custom-row:hover .tribe-events-calendar-list-content .show-excerpt h6, .tribe-events-page-template .tribe-common .tribe-events-calendar-list-container .tribe-events-calendar-list .tribe-events-calendar-list__custom-row:hover .tribe-events-calendar-list-content .show-excerpt li {
  color: #fff;
}
.tribe-events-page-template .tribe-common .tribe-events-calendar-list-container .tribe-events-calendar-list .tribe-events-calendar-list__custom-row:hover .tribe-events-calendar-list-content a {
  pointer-events: auto;
}
.tribe-events-page-template .tribe-common .tribe-events-calendar-list-container .tribe-events-calendar-list .tribe-events-calendar-list__custom-row:hover .tribe-events-calendar-list-content a .show-title {
  color: #FFFFFF;
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}
.tribe-events-page-template .tribe-common .tribe-events-calendar-list-container .tribe-events-calendar-list .tribe-events-calendar-list__custom-row:hover .tribe-events-calendar-list-content .show-details-item {
  color: #FFFFFF;
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}
.tribe-events-page-template .tribe-common .tribe-events-calendar-list-container .tribe-events-calendar-list .tribe-events-calendar-list__custom-row:hover .tribe-events-calendar-list-content .show-details-item:not(:first-child):before {
  background-color: #FFFFFF;
}
.tribe-events-page-template .tribe-common .tribe-events-calendar-list-container .tribe-events-calendar-list .tribe-events-calendar-list__custom-row:hover .tribe-events-calendar-list-content .show-subtitle {
  color: #FFFFFF;
}
@media (max-width: 500px) {
  .tribe-events-page-template .tribe-common .tribe-events-calendar-list-container .tribe-events-calendar-list .tribe-events-calendar-list__custom-row:hover .tribe-events-calendar-list-cta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.tribe-events-page-template .tribe-common .tribe-events-calendar-list-container .tribe-events-calendar-list .tribe-events-calendar-list__custom-row:hover .tribe-events-calendar-list-cta .button.has-texture--border {
  color: #FFFFFF;
}
.tribe-events-page-template .tribe-common .tribe-events-calendar-list-container .tribe-events-calendar-sidebar {
  width: 100%;
  max-width: calc(23.3333333333%);
}
@media (max-width: 980px) {
  .tribe-events-page-template .tribe-common .tribe-events-calendar-list-container .tribe-events-calendar-sidebar {
    max-width: 100%;
  }
}
.tribe-events-page-template .tribe-common .message-no-events {
  position: relative;
  margin-top: 24px;
  height: 200px;
  background-color: rgba(240, 240, 240, 0.8);
}
.tribe-events-page-template .tribe-common .message-no-events .message-no-events__text {
  padding: 8px;
  position: relative;
}
.tribe-events-page-template .tribe-common .message-no-events:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: url(../images/pr-optimized-opera.png);
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
}
.tribe-events-page-template .tribe-common .tribe-filter-bar {
  position: fixed;
  display: block;
  right: -200%;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: right 0.3s ease;
  transition: right 0.3s ease;
}
.tribe-events-page-template .tribe-common .tribe-filter-bar h5 {
  font-family: "NunitoSans";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 125%;
  letter-spacing: 0.24px;
  text-transform: uppercase;
}
.tribe-events-page-template .tribe-common .tribe-filter-bar .bg-oberlay {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(240, 240, 240, 0.89);
  -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  z-index: -1;
}
.tribe-events-page-template .tribe-common .tribe-filter-bar .tribe-filter-bar__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: absolute;
  right: -100%;
  top: 0;
  bottom: 0;
  width: 40%;
  background-color: #F0F0F0;
  padding: 12px 16px;
  z-index: 3;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 980px) {
  .tribe-events-page-template .tribe-common .tribe-filter-bar .tribe-filter-bar__form {
    width: 100%;
    -webkit-transition: bottom 0.3s ease;
    transition: bottom 0.3s ease;
  }
}
.tribe-events-page-template .tribe-common .tribe-filter-bar .tribe-filter-bar__form header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 24px 0;
  position: relative;
}
.tribe-events-page-template .tribe-common .tribe-filter-bar .tribe-filter-bar__form header h5 {
  font-family: "NunitoSans";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
  letter-spacing: -0.12px;
  text-transform: uppercase;
  color: #292929;
}
.tribe-events-page-template .tribe-common .tribe-filter-bar .tribe-filter-bar__form header .tribe-filter-bar__close {
  width: 24px;
  height: 24px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICAgIDxwYXRoIGQ9Ik0zLjcyNzU0IDIwLjI3MjNMMjAuMjcyMiAzLjcyNzY5IiBzdHJva2U9IiMyOTI5MjkiIHN0cm9rZS13aWR0aD0iMS41IiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KICAgIDxwYXRoIGQ9Ik0yMC4yNzI1IDIwLjI3MjNMMy43Mjc4MSAzLjcyNzY5IiBzdHJva2U9IiMyOTI5MjkiIHN0cm9rZS13aWR0aD0iMS41IiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPC9zdmc+Cg==);
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
}
.tribe-events-page-template .tribe-common .tribe-filter-bar .tribe-filter-bar__form main {
  height: 100%;
  overflow: auto;
}
.tribe-events-page-template .tribe-common .tribe-filter-bar .tribe-filter-bar__form main::-webkit-scrollbar {
  width: 0;
  height: 0;
}
.tribe-events-page-template .tribe-common .tribe-filter-bar .tribe-filter-bar__form main .tribe-filter-bar__filters-container {
  position: relative;
}
.tribe-events-page-template .tribe-common .tribe-filter-bar .tribe-filter-bar__form main .tribe-filter-bar__filters-container .tribe-filter-bar__filters {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.tribe-events-page-template .tribe-common .tribe-filter-bar .tribe-filter-bar__form main .tribe-filter-bar__filters-container .tribe-filter-bar__filters .tribe-filter-bar-c-filter--open {
  border-bottom: 1px solid #C7C7C7;
  margin-bottom: 16px;
}
.tribe-events-page-template .tribe-common .tribe-filter-bar .tribe-filter-bar__form main .tribe-filter-bar__filters-container .tribe-filter-bar__filters .tribe-filter-bar-c-filter--open:nth-last-child(1) {
  border-bottom: none;
}
.tribe-events-page-template .tribe-common .tribe-filter-bar .tribe-filter-bar__form main .tribe-filter-bar__filters-container .tribe-filter-bar__filters .tribe-filter-bar-c-filter--open:nth-last-child(1) {
  display: none;
}
.tribe-events-page-template .tribe-common .tribe-filter-bar .tribe-filter-bar__form main .tribe-filter-bar__filters-container .tribe-filter-bar__filters .tribe-filter-bar-c-filter--open .tribe-filter-bar-c-filter__container {
  display: block;
  padding-bottom: 0;
}
@media (max-width: 980px) {
  .tribe-events-page-template .tribe-common .tribe-filter-bar .tribe-filter-bar__form main .tribe-filter-bar__filters-container .tribe-filter-bar__filters .tribe-filter-bar-c-filter--open:nth-last-child(1) .tribe-filter-bar-c-filter__filter-fields {
    border-bottom: 0;
  }
}
.tribe-events-page-template .tribe-common .tribe-filter-bar .tribe-filter-bar__form main .tribe-filter-bar__filters-container .tribe-filter-bar__filters .tribe-filter-bar-c-filter--open .tribe-filter-bar-c-filter__filter-fields {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  margin-top: 16px;
  padding-bottom: 16px;
}
.tribe-events-page-template .tribe-common .tribe-filter-bar .tribe-filter-bar__form main .tribe-filter-bar__filters-container .tribe-filter-bar__filters .tribe-filter-bar-c-filter--open .tribe-filter-bar-c-filter__filter-fields .tribe-filter-bar-c-checkbox {
  margin: 0;
}
.tribe-events-page-template .tribe-common .tribe-filter-bar .tribe-filter-bar__form main .tribe-filter-bar__filters-container .tribe-filter-bar__filters .tribe-filter-bar-c-filter--open .tribe-filter-bar-c-filter__filter-fields .tribe-filter-bar-c-checkbox input {
  position: absolute;
  width: 0;
  height: 0;
  opacity: 0;
  visibility: hidden;
  z-index: -2;
}
.tribe-events-page-template .tribe-common .tribe-filter-bar .tribe-filter-bar__form main .tribe-filter-bar__filters-container .tribe-filter-bar__filters .tribe-filter-bar-c-filter--open .tribe-filter-bar-c-filter__filter-fields .tribe-filter-bar-c-checkbox input:checked + label {
  background-color: #840404;
  color: #FFFFFF;
  border-color: #840404;
}
.tribe-events-page-template .tribe-common .tribe-filter-bar .tribe-filter-bar__form main .tribe-filter-bar__filters-container .tribe-filter-bar__filters .tribe-filter-bar-c-filter--open .tribe-filter-bar-c-filter__filter-fields .tribe-filter-bar-c-checkbox label {
  margin-left: 0;
  margin-right: 8px;
  margin-bottom: 8px;
  padding: 8px;
  border-radius: 4px;
  border: 1px solid #9BA8A8;
}
.tribe-events-page-template .tribe-common .tribe-filter-bar .tribe-filter-bar__form footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  position: relative;
  padding: 24px 16px;
  border-top: 1px solid #C7C7C7;
  background-color: #F0F0F0;
  z-index: 10;
}
@media (max-width: 500px) {
  .tribe-events-page-template .tribe-common .tribe-filter-bar .tribe-filter-bar__form footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.tribe-events-page-template .tribe-common .tribe-filter-bar .tribe-filter-bar__form footer .tribe-filter-bar__selected-filters {
  display: none !important;
}
.tribe-events-page-template .tribe-common .tribe-filter-bar .tribe-filter-bar__form footer button {
  margin-right: 16px;
}
@media (max-width: 500px) {
  .tribe-events-page-template .tribe-common .tribe-filter-bar .tribe-filter-bar__form footer button {
    margin-right: 0;
    width: 100%;
    margin-bottom: 16px;
  }
  .tribe-events-page-template .tribe-common .tribe-filter-bar .tribe-filter-bar__form footer button:last-child {
    margin-bottom: 0;
  }
}
.tribe-events-page-template .tribe-common .tribe-filter-bar .tribe-filter-bar__form footer button:last-child {
  margin-right: 0;
}
.tribe-events-page-template .tribe-common .tribe-filter-bar.tribe-filter-bar--open {
  opacity: 1;
  visibility: visible;
}
.tribe-events-page-template .tribe-common .tribe-filter-bar.tribe-filter-bar--open .bg-oberlay {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}
.tribe-events-page-template .tribe-common .tribe-filter-bar.tribe-filter-bar--open .tribe-filter-bar__form {
  right: 0;
}
.tribe-events-page-template .tribe-common .tribe-events-c-subscribe-dropdown__container {
  display: none;
}

tribe-events-page-template:is(.scroll-up) .tribe-filter-bar .tribe-filter-bar__form, .tribe-events-page-template .tribe-filter-bar .tribe-filter-bar__form {
  top: 80px !important;
  -webkit-transition: all 0.3s ease-in-out !important;
  transition: all 0.3s ease-in-out !important;
}

.scroll-down .tribe-filter-bar .tribe-filter-bar__form {
  top: 0 !important;
  -webkit-transition: all 0.3s ease-in-out !important;
  transition: all 0.3s ease-in-out !important;
}

.tooltipster-base {
  max-width: 420px !important;
  width: 100% !important;
}
.tooltipster-base .tooltipster-box {
  border: none;
}
.tooltipster-base .tooltipster-box .tooltipster-content {
  -webkit-box-shadow: 0px 0px 8px 1px rgba(23, 26, 26, 0.16);
          box-shadow: 0px 0px 8px 1px rgba(23, 26, 26, 0.16);
}
.tooltipster-base .tooltipster-box .tooltipster-content .tribe-events-calendar-month__calendar-event-tooltip {
  padding: 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #fff;
  overflow: hidden;
  border-radius: 4px;
  border: none;
}
.tooltipster-base .tooltipster-box .tooltipster-content .tribe-events-calendar-month__calendar-event-tooltip .tooltip-thumbnail {
  height: 100%;
  width: 100%;
  border-radius: 4px;
  overflow: hidden;
  margin-bottom: 12px;
}
.tooltipster-base .tooltipster-box .tooltipster-content .tribe-events-calendar-month__calendar-event-tooltip .tooltip-thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.tooltipster-base .tooltipster-box .tooltipster-content .tribe-events-calendar-month__calendar-event-tooltip .tooltip-title {
  margin-bottom: 8px;
  font-family: "Cormorant";
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 104%;
  letter-spacing: -0.18px;
  color: #292929;
}
.tooltipster-base .tooltipster-box .tooltipster-content .tribe-events-calendar-month__calendar-event-tooltip .tooltip-details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 12px;
}
.tooltipster-base .tooltipster-box .tooltipster-content .tribe-events-calendar-month__calendar-event-tooltip .tooltip-details .tooltip-details-item {
  position: relative;
  padding: 0 16px;
  color: #292929;
}
.tooltipster-base .tooltipster-box .tooltipster-content .tribe-events-calendar-month__calendar-event-tooltip .tooltip-details .tooltip-details-item span {
  color: inherit;
}
.tooltipster-base .tooltipster-box .tooltipster-content .tribe-events-calendar-month__calendar-event-tooltip .tooltip-details .tooltip-details-item:not(:first-child):before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 2px;
  height: 60%;
  background-color: #292929;
}
.tooltipster-base .tooltipster-box .tooltipster-content .tribe-events-calendar-month__calendar-event-tooltip .tooltip-details .tooltip-details-item:first-child {
  padding-left: 0;
}
.tooltipster-base .tooltipster-box .tooltipster-content .tribe-events-calendar-month__calendar-event-tooltip .tooltip-subtitle {
  margin-bottom: 12px;
  color: #292929;
}
.tooltipster-base .tooltipster-box .tooltipster-content .tribe-events-calendar-month__calendar-event-tooltip .tooltip-excerpt {
  margin-bottom: 16px;
  color: #292929;
}
.tooltipster-base .tooltipster-box .tooltipster-content .tribe-events-calendar-month__calendar-event-tooltip .tooltip-item-cta {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.tooltipster-base .tooltipster-box .tooltipster-content .tribe-events-calendar-month__calendar-event-tooltip .tooltip-item-cta .button {
  margin-right: 16px;
  font-size: 20px;
}
.tooltipster-base .tooltipster-box .tooltipster-content .tribe-events-calendar-month__calendar-event-tooltip .tooltip-item-cta .button:last-child {
  margin-right: 0;
}

.tribe-events-calendar-month-mobile-events {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  visibility: visible;
  -webkit-transition: opacity 0.3s, visibility 0.3s;
  transition: opacity 0.3s, visibility 0.3s;
}
.tribe-events-calendar-month-mobile-events .overlay {
  position: absolute;
  top: -100vh;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  background-color: #FDF8F8;
  opacity: 0.5;
}
.tribe-events-calendar-month-mobile-events .contents {
  position: relative;
  padding: 0 16px;
  overflow-y: hidden;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  height: 30vh;
  -webkit-box-shadow: 0px -2px 4px 0px rgba(26, 31, 79, 0.08);
          box-shadow: 0px -2px 4px 0px rgba(26, 31, 79, 0.08);
  background-color: #FDF8F8;
  padding-top: 30px;
}
.tribe-events-calendar-month-mobile-events .contents:not(.not-selectable) {
  -webkit-transition: height 0.3s, -webkit-transform 0.3s;
  transition: height 0.3s, -webkit-transform 0.3s;
  transition: transform 0.3s, height 0.3s;
  transition: transform 0.3s, height 0.3s, -webkit-transform 0.3s;
}
.tribe-events-calendar-month-mobile-events .contents.fullscreen .tribe-events-calendar-month-mobile-events__mobile-day--show {
  overflow-x: scroll;
  position: relative;
  height: 100%;
  padding-bottom: 8%;
}
.tribe-events-calendar-month-mobile-events .contents .controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  position: absolute;
  top: -26px;
  left: 0;
  right: 0;
  z-index: 22;
}
.tribe-events-calendar-month-mobile-events .contents .controls .draggable-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  padding: 36px 0 80px;
  margin: 0 auto;
  cursor: -webkit-grab;
  cursor: grab;
}
.tribe-events-calendar-month-mobile-events .contents .controls .draggable-area .draggable-thumb {
  width: 98px;
  height: 6px;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI5OCIgaGVpZ2h0PSI2IiB2aWV3Qm94PSIwIDAgOTggNiIgZmlsbD0ibm9uZSI+CiAgICA8cmVjdCBvcGFjaXR5PSIwLjUiIHg9IjAuNSIgeT0iLTAuNSIgd2lkdGg9Ijk3IiBoZWlnaHQ9IjUiIHJ4PSIyLjUiIHRyYW5zZm9ybT0ibWF0cml4KDEgMCAwIC0xIDAgNSkiIGZpbGw9InVybCgjcGFpbnQwX2xpbmVhcl8xMTZfNjkyKSIgc3Ryb2tlPSJ1cmwoI3BhaW50MV9saW5lYXJfMTE2XzY5MikiLz4KICAgIDxkZWZzPgogICAgICAgIDxsaW5lYXJHcmFkaWVudCBpZD0icGFpbnQwX2xpbmVhcl8xMTZfNjkyIiB4MT0iNDkiIHkxPSIwIiB4Mj0iNDkiIHkyPSI2IiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSI+CiAgICAgICAgICAgIDxzdG9wIHN0b3AtY29sb3I9IiNDOUM2Q0UiLz4KICAgICAgICAgICAgPHN0b3Agb2Zmc2V0PSIxIiBzdG9wLWNvbG9yPSIjODM4MDg4Ii8+CiAgICAgICAgPC9saW5lYXJHcmFkaWVudD4KICAgICAgICA8bGluZWFyR3JhZGllbnQgaWQ9InBhaW50MV9saW5lYXJfMTE2XzY5MiIgeDE9IjQ5IiB5MT0iMCIgeDI9IjQ5IiB5Mj0iNiIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiPgogICAgICAgICAgICA8c3RvcCBvZmZzZXQ9IjAuMjM5NjI3IiBzdG9wLWNvbG9yPSIjQkVCRUJFIi8+CiAgICAgICAgICAgIDxzdG9wIG9mZnNldD0iMSIgc3RvcC1jb2xvcj0iI0QzRDNEMyIvPgogICAgICAgIDwvbGluZWFyR3JhZGllbnQ+CiAgICA8L2RlZnM+Cjwvc3ZnPg==);
}
.tribe-events-calendar-month-mobile-events[aria-hidden=true] {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.tribe-events-calendar-month-mobile-events[aria-hidden=true] .contents {
  -webkit-transform: translateY(100%);
      -ms-transform: translateY(100%);
          transform: translateY(100%);
}

/*Breackpoints*/
/*Colors*/
@media screen and (max-width: 500px) {
  .--is-desktop {
    display: none !important;
  }
}

@media screen and (min-width: 500px) {
  .--is-mobile {
    display: none !important;
  }
}

.show-main {
  position: relative;
}
.show-main.--is-desktop {
  overflow: hidden;
}
.show-main.--is-desktop .show-main-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding: 156px 0 8px;
}
.show-main.--is-desktop .show-main-content .show-main-information {
  max-width: 50%;
  min-width: 30%;
  padding: 16px;
  background-color: rgba(0, 0, 0, 0.32);
  border-radius: 4px;
  -webkit-animation-name: backdropAnimation;
          animation-name: backdropAnimation;
  -webkit-animation-duration: 5s;
          animation-duration: 5s;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
@-webkit-keyframes backdropAnimation {
  0% {
    -webkit-backdrop-filter: blur(0);
            backdrop-filter: blur(0);
  }
  100% {
    -webkit-backdrop-filter: blur(6px);
            backdrop-filter: blur(6px);
  }
}
@keyframes backdropAnimation {
  0% {
    -webkit-backdrop-filter: blur(0);
            backdrop-filter: blur(0);
  }
  100% {
    -webkit-backdrop-filter: blur(6px);
            backdrop-filter: blur(6px);
  }
}
.show-main.--is-desktop .show-main-content .show-year-restriction {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background-color: #000000;
  margin-bottom: 16px;
}
.show-main.--is-desktop .show-main-content .show-year-restriction span {
  font-size: 14px;
  color: #fff;
}
.show-main.--is-desktop .show-main-content .show-details-director {
  margin-bottom: 16px;
  font-size: 18px;
}
.show-main.--is-desktop .show-main-content .show-details-director span {
  color: #EEFAFA;
}
.show-main.--is-desktop .show-main-content .show-details-durations {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 16px;
}
.show-main.--is-desktop .show-main-content .show-details-durations .show-details-duration {
  margin-bottom: 8px;
  font-size: 18px;
  color: #EEFAFA;
}
.show-main.--is-desktop .show-main-content .show-details-durations .show-details-duration:nth-last-child(1) {
  margin-bottom: 0;
}
.show-main.--is-desktop .show-main-content .show-details-durations .show-details-duration span {
  color: inherit;
}
.show-main.--is-desktop h1 {
  color: #EEFAFA;
  margin-bottom: 16px;
}
.show-main.--is-mobile .show-main-content {
  height: 281px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -ms-flex-line-pack: end;
      align-content: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 16px;
  position: relative;
  overflow: hidden;
}
.show-main.--is-mobile .show-main-content .show-main-information {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}
.show-main.--is-mobile .show-main-content .show-main-information .show-year-restriction {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background-color: #000000;
  position: absolute;
  top: 16px;
  left: 16px;
}
.show-main.--is-mobile .show-main-content .show-main-information .show-year-restriction span {
  font-size: 14px;
  color: #fff;
  letter-spacing: 1px;
}
.show-main.--is-mobile .show-main-content .show-main-information h1 {
  margin-top: 16px;
  text-align: center;
  color: #fff;
}
.show-main.--is-mobile .show-main-content .show-main-information .show-details {
  margin: 0;
}
.show-main.--is-mobile .show-secondary-content {
  margin-top: 16px;
  position: relative;
}
.show-main.--is-mobile .show-secondary-content .show-details-durations {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 24px;
}
.show-main.--is-mobile .show-secondary-content .show-details-durations .show-details-duration {
  margin-bottom: 8px;
  color: #292929;
}
.show-main.--is-mobile .show-secondary-content .show-details-durations .show-details-duration:nth-last-child(1) {
  margin-bottom: 0;
}
.show-main.--is-mobile .show-secondary-content .show-details-durations .show-details-duration span {
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 146.667%;
  color: inherit;
}
.show-main.--is-mobile .show-secondary-content .show-details-cta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-bottom: 8px;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.show-main.--is-mobile .show-secondary-content .show-details-cta .button {
  margin-right: 16px;
}
.show-main.--is-mobile .show-secondary-content .show-details-cta .button.show-main-upcoming-button {
  padding: 8px;
}
.show-main.--is-mobile .show-secondary-content .show-details-cta .button.show-main-upcoming-button .calendar-icon {
  width: 32px;
  height: 32px;
  display: block;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiIGhlaWdodD0iMzIiIHZpZXdCb3g9IjAgMCAzMiAzMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICAgIDxwYXRoIGQ9Ik0yOS41IDZIMjRWMi41SDIyVjZIMTBWMi41SDhWNkgyLjVDMi4xMDIzMiA2LjAwMDQ2IDEuNzIxMDYgNi4xNTg2NSAxLjQzOTg1IDYuNDM5ODVDMS4xNTg2NSA2LjcyMTA2IDEuMDAwNDYgNy4xMDIzMiAxIDcuNVYyOC41QzEuMDAwNDYgMjguODk3NyAxLjE1ODY1IDI5LjI3ODkgMS40Mzk4NSAyOS41NjAxQzEuNzIxMDYgMjkuODQxNCAyLjEwMjMyIDI5Ljk5OTUgMi41IDMwSDI5LjVDMjkuODk3NyAyOS45OTk1IDMwLjI3ODkgMjkuODQxNCAzMC41NjAxIDI5LjU2MDFDMzAuODQxNCAyOS4yNzg5IDMwLjk5OTUgMjguODk3NyAzMSAyOC41VjcuNUMzMC45OTk1IDcuMTAyMzIgMzAuODQxNCA2LjcyMTA2IDMwLjU2MDEgNi40Mzk4NUMzMC4yNzg5IDYuMTU4NjUgMjkuODk3NyA2LjAwMDQ2IDI5LjUgNlpNMjkgMjhIM1Y4SDhWMTAuNUgxMFY4SDIyVjEwLjVIMjRWOEgyOVYyOFoiIGZpbGw9IiNFQkVCRUIiLz4KICAgIDxwYXRoIGQ9Ik03IDE0SDlWMTZIN1YxNFpNMTIuNSAxNEgxNC41VjE2SDEyLjVWMTRaTTE3LjUgMTRIMTkuNVYxNkgxNy41VjE0Wk0yMyAxNEgyNVYxNkgyM1YxNFpNNyAxOC41SDlWMjAuNUg3VjE4LjVaTTEyLjUgMTguNUgxNC41VjIwLjVIMTIuNVYxOC41Wk0xNy41IDE4LjVIMTkuNVYyMC41SDE3LjVWMTguNVpNMjMgMTguNUgyNVYyMC41SDIzVjE4LjVaTTcgMjNIOVYyNUg3VjIzWk0xMi41IDIzSDE0LjVWMjVIMTIuNVYyM1pNMTcuNSAyM0gxOS41VjI1SDE3LjVWMjNaTTIzIDIzSDI1VjI1SDIzVjIzWiIgZmlsbD0iI0VCRUJFQiIvPgo8L3N2Zz4K);
  background-repeat: no-repeat;
  background-position: center;
}
.show-main.--is-mobile .show-secondary-content .show-details-cta .button:nth-last-child(1) {
  margin-right: 0;
}
.show-main.--is-mobile .show-secondary-content .show-main-upcoming {
  position: absolute;
  left: 0;
  right: 0;
  bottom: auto;
  overflow: visible;
}
.show-main.--is-mobile .show-secondary-content .show-main-upcoming.--is-active {
  z-index: 6;
}
.show-main .show-details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 8px;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.show-main .show-details .show-details-item {
  position: relative;
  padding: 0 16px;
  color: #fff;
}
.show-main .show-details .show-details-item span {
  color: inherit;
}
.show-main .show-details .show-details-item:not(:first-child):before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 2px;
  height: 60%;
  background-color: #fff;
}
.show-main .show-details .show-details-item:first-child {
  padding-left: 0;
}
.show-main .show-main-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  -webkit-animation-name: scaleOverlay;
          animation-name: scaleOverlay;
  -webkit-animation-duration: 15s;
          animation-duration: 15s;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  z-index: -1;
}
@-webkit-keyframes scaleOverlay {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
}
@keyframes scaleOverlay {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
}
.show-main .show-main-overlay:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(46.35%, rgba(0, 0, 0, 0.15)), to(rgba(0, 0, 0, 0.32))), 0px -40.684px/100% 134.375% no-repeat;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.15) 46.35%, rgba(0, 0, 0, 0.32) 100%), 0px -40.684px/100% 134.375% no-repeat;
}

.show-main-upcoming {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  bottom: -100%;
  max-width: 484px;
  width: 100%;
  overflow: hidden;
  border-radius: 4px;
  opacity: 0;
  visibility: hidden;
  background-color: #F0F0F0;
  z-index: -1;
  -webkit-transition: bottom 0.3s ease, opacity 0.3s ease, visibility 0.3s ease;
  transition: bottom 0.3s ease, opacity 0.3s ease, visibility 0.3s ease;
}
.show-main-upcoming.--is-active {
  bottom: 0;
  opacity: 1;
  visibility: visible;
  z-index: 1;
}
.show-main-upcoming header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 16px;
  border-bottom: 1px solid #C7C7C7;
  cursor: pointer;
}
.show-main-upcoming header h3 {
  font-family: "NunitoSans";
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 133.333%;
  letter-spacing: 0.18px;
  text-transform: uppercase;
  color: #171A1A;
}
.show-main-upcoming header .close-upcoming {
  width: 24px;
  height: 24px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICAgIDxwYXRoIGQ9Ik02IDlMMTIgMTVMMTggOSIgc3Ryb2tlPSIjMjkyOTI5IiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8L3N2Zz4K);
  background-repeat: no-repeat;
  bgackground-position: center;
  cursor: pointer;
}
.show-main-upcoming .upcoming-scene {
  display: inline-block;
  padding: 12px 0;
  font-family: "NunitoSans";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 144.444%;
  letter-spacing: 0.18px;
  color: #840404;
}
.show-main-upcoming main {
  padding: 0 16px 32px;
}
.show-main-upcoming main .upcoming-list .upcoming-list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  list-style-type: none;
  margin-left: 0;
  margin-bottom: 12px;
}
@media (max-width: 500px) {
  .show-main-upcoming main .upcoming-list .upcoming-list-item {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
  }
}
.show-main-upcoming main .upcoming-list .upcoming-list-item span {
  margin-right: 4px;
}
.show-main-upcoming main .upcoming-list .upcoming-list-item span:nth-last-child(1) {
  margin-right: 0;
}
.show-main-upcoming main .upcoming-list .upcoming-list-item .upcoming-list-item-time {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 500px) {
  .show-main-upcoming main .upcoming-list .upcoming-list-item .upcoming-list-item-time {
    width: 50%;
  }
}
.show-main-upcoming main .upcoming-list .upcoming-list-item .upcoming-list-item-time .item-date-clock {
  padding: 4px;
  margin-right: 4px;
  width: 24px;
  height: 24px;
  display: block;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICAgIDxwYXRoIGQ9Ik0xMiAzQzcuMDMxMjUgMyAzIDcuMDMxMjUgMyAxMkMzIDE2Ljk2ODggNy4wMzEyNSAyMSAxMiAyMUMxNi45Njg4IDIxIDIxIDE2Ljk2ODggMjEgMTJDMjEgNy4wMzEyNSAxNi45Njg4IDMgMTIgM1oiIHN0cm9rZT0iIzJCMzMzMyIgc3Ryb2tlLXdpZHRoPSIxLjUiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIvPgogICAgPHBhdGggZD0iTTEyIDZWMTIuNzVIMTYuNSIgc3Ryb2tlPSIjMkIzMzMzIiBzdHJva2Utd2lkdGg9IjEuNSIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+Cjwvc3ZnPgo=);
  background-repeat: no-repeat;
  background-position: center;
}
.show-main-upcoming main .upcoming-list .upcoming-list-item .upcoming-list-item-date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 500px) {
  .show-main-upcoming main .upcoming-list .upcoming-list-item .upcoming-list-item-date {
    width: 50%;
  }
}
.show-main-upcoming main .upcoming-list .upcoming-list-item .upcoming-list-item-date .item-date-calendar {
  padding: 4px;
  margin-right: 4px;
  width: 24px;
  height: 24px;
  display: block;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICAgIDxwYXRoIGQ9Ik0yMi4xMjUgNC41SDE4VjEuODc1SDE2LjVWNC41SDcuNVYxLjg3NUg2VjQuNUgxLjg3NUMxLjU3Njc0IDQuNTAwMzUgMS4yOTA3OSA0LjYxODk5IDEuMDc5ODkgNC44Mjk4OUMwLjg2ODk4NSA1LjA0MDc5IDAuNzUwMzQ3IDUuMzI2NzQgMC43NSA1LjYyNVYyMS4zNzVDMC43NTAzNDcgMjEuNjczMyAwLjg2ODk4NSAyMS45NTkyIDEuMDc5ODkgMjIuMTcwMUMxLjI5MDc5IDIyLjM4MSAxLjU3Njc0IDIyLjQ5OTcgMS44NzUgMjIuNUgyMi4xMjVDMjIuNDIzMyAyMi40OTk3IDIyLjcwOTIgMjIuMzgxIDIyLjkyMDEgMjIuMTcwMUMyMy4xMzEgMjEuOTU5MiAyMy4yNDk3IDIxLjY3MzMgMjMuMjUgMjEuMzc1VjUuNjI1QzIzLjI0OTcgNS4zMjY3NCAyMy4xMzEgNS4wNDA3OSAyMi45MjAxIDQuODI5ODlDMjIuNzA5MiA0LjYxODk5IDIyLjQyMzMgNC41MDAzNSAyMi4xMjUgNC41Wk0yMS43NSAyMUgyLjI1VjZINlY3Ljg3NUg3LjVWNkgxNi41VjcuODc1SDE4VjZIMjEuNzVWMjFaIiBmaWxsPSIjMkIzMzMzIi8+CiAgICA8cGF0aCBkPSJNNS4yNSAxMC41SDYuNzVWMTJINS4yNVYxMC41Wk05LjM3NSAxMC41SDEwLjg3NVYxMkg5LjM3NVYxMC41Wk0xMy4xMjUgMTAuNUgxNC42MjVWMTJIMTMuMTI1VjEwLjVaTTE3LjI1IDEwLjVIMTguNzVWMTJIMTcuMjVWMTAuNVpNNS4yNSAxMy44NzVINi43NVYxNS4zNzVINS4yNVYxMy44NzVaTTkuMzc1IDEzLjg3NUgxMC44NzVWMTUuMzc1SDkuMzc1VjEzLjg3NVpNMTMuMTI1IDEzLjg3NUgxNC42MjVWMTUuMzc1SDEzLjEyNVYxMy44NzVaTTE3LjI1IDEzLjg3NUgxOC43NVYxNS4zNzVIMTcuMjVWMTMuODc1Wk01LjI1IDE3LjI1SDYuNzVWMTguNzVINS4yNVYxNy4yNVpNOS4zNzUgMTcuMjVIMTAuODc1VjE4Ljc1SDkuMzc1VjE3LjI1Wk0xMy4xMjUgMTcuMjVIMTQuNjI1VjE4Ljc1SDEzLjEyNVYxNy4yNVpNMTcuMjUgMTcuMjVIMTguNzVWMTguNzVIMTcuMjVWMTcuMjVaIiBmaWxsPSIjMkIzMzMzIi8+Cjwvc3ZnPgo=);
  background-repeat: no-repeat;
  background-position: center;
}
.show-main-upcoming main .upcoming-list .upcoming-list-item .button {
  color: #840404;
}
.show-main-upcoming main .upcoming-list .upcoming-list-item:nth-last-child(1) {
  margin-bottom: 0;
}

body.scroll-up .show-navigation-container {
  top: 80px;
}
@media (max-width: 500px) {
  body.scroll-up .show-navigation-container {
    top: 72px;
  }
}

.show-navigation-container {
  background-color: #F0F0F0;
  -webkit-transition: top 0.3s ease-in;
  transition: top 0.3s ease-in;
  position: sticky;
  top: 0;
  z-index: 5;
}
.show-navigation-container .show-navigation-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  overflow: hidden;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 500px) {
  .show-navigation-container .show-navigation-content {
    width: 100vw;
    margin-left: calc((100% - 100vw) / 2) !important;
    margin-right: calc((100% - 100vw) / 2) !important;
  }
}
.show-navigation-container .show-navigation-content .show-navigation {
  padding: 24px 0;
  max-width: 70%;
  width: 100%;
  margin: 0;
}
@media (max-width: 500px) {
  .show-navigation-container .show-navigation-content .show-navigation {
    padding: 16px 0;
    max-width: 100%;
  }
}
.show-navigation-container .show-navigation-content .show-navigation.--is-scrollable {
  padding-right: 2%;
}
@media (max-width: 500px) {
  .show-navigation-container .show-navigation-content .show-navigation.--is-scrollable {
    padding-right: 0;
  }
}
.show-navigation-container .show-navigation-content .show-navigation.--is-scrollable:after {
  content: "";
  height: 25%;
  width: 20px;
  border-right: 1px solid #2B3333;
  background-color: #F0F0F0;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  z-index: 1;
}
@media (max-width: 500px) {
  .show-navigation-container .show-navigation-content .show-navigation.--is-scrollable:after {
    display: none;
  }
}
.show-navigation-container .show-navigation-content .show-navigation ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin: 0;
  list-style: none;
  max-width: 80%;
}
.show-navigation-container .show-navigation-content .show-navigation ul li {
  margin-bottom: 0;
  margin-left: 0;
  width: auto;
}
.show-navigation-container .show-navigation-content .show-navigation ul li.swiper-slide-active a {
  color: #840404;
}
.show-navigation-container .show-navigation-content .show-navigation ul li:nth-child(1) {
  margin-left: 0;
}
@media (max-width: 500px) {
  .show-navigation-container .show-navigation-content > .button {
    display: none;
  }
}

.show-content-extended {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 32px;
  margin-bottom: 24px;
  width: 100%;
}
.show-content-extended .show-content-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  width: 100%;
  max-height: 100%;
}
.show-content-extended .show-content-container.--left {
  max-width: calc(58.8235294118% - 26px);
}
@media (max-width: 500px) {
  .show-content-extended .show-content-container.--left {
    max-width: 100%;
  }
}
.show-content-extended .show-content-container.--right {
  max-width: calc(43.4782608696% - 26px);
}

.show-content {
  padding-top: 32px;
}
.show-content .show-descriprion {
  margin-bottom: 32px;
}
@media (max-width: 500px) {
  .show-content .show-descriprion .show-content-description {
    margin-bottom: 8px;
  }
  .show-content .show-descriprion .show-content-description-gallery-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }
  .show-content .show-descriprion .show-content-description-gallery-content .gallery-content-image {
    width: 100%;
    margin-bottom: 16px;
  }
  .show-content .show-descriprion .show-content-description-gallery-content .gallery-content-image img {
    width: 100%;
    height: auto;
  }
  .show-content .show-descriprion .show-content-description-gallery-modal {
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: fixed;
    background-color: #F0F0F0;
    padding: 0 16px 32px;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    overflow-x: scroll;
    -webkit-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
  }
  .show-content .show-descriprion .show-content-description-gallery-modal.--is-active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    opacity: 1;
    z-index: 10;
  }
  .show-content .show-descriprion .show-content-description-gallery-modal .modal-header {
    padding-top: 24px;
    padding-bottom: 16px;
  }
  .show-content .show-descriprion .show-content-description-gallery-modal .modal-header h2 {
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.12px;
    text-transform: uppercase;
    margin-bottom: 0;
  }
  .show-content .show-descriprion .show-content-description-gallery-modal .modal-close {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 24px;
    height: 24px;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICAgIDxwYXRoIGQ9Ik0zLjcyNzU0IDIwLjI3MjNMMjAuMjcyMiAzLjcyNzY5IiBzdHJva2U9IiMyOTI5MjkiIHN0cm9rZS13aWR0aD0iMS41IiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KICAgIDxwYXRoIGQ9Ik0yMC4yNzI1IDIwLjI3MjNMMy43Mjc4MSAzLjcyNzY5IiBzdHJva2U9IiMyOTI5MjkiIHN0cm9rZS13aWR0aD0iMS41IiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPC9zdmc+Cg==);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    cursor: pointer;
  }
  .show-content .show-descriprion .show-content-description-gallery-modal .show-gallery {
    overflow-x: scroll;
  }
  .show-content .show-descriprion .show-content-description-gallery-modal .show-gallery .show-gallery-item {
    overflow: initial;
  }
  .show-content .show-descriprion .show-gallery {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .show-content .show-descriprion .show-gallery .show-gallery-item {
    display: block;
    width: 100%;
    margin-bottom: 8px;
    overflow: hidden;
    border-radius: 4px;
  }
  .show-content .show-descriprion .show-gallery .show-gallery-item img {
    width: 100%;
    height: auto;
  }
}
.show-content .show-content-extended {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.show-content .show-content-extended .show-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 40px 0;
}
@media screen and (max-width: 500px) {
  .show-content .show-content-extended .show-section {
    padding: 20px 0;
  }
}
.show-content .show-content-extended .show-section.show-directors, .show-content .show-content-extended .show-section.show-personel, .show-content .show-content-extended .show-section.show-event-actors {
  padding: 40px 0;
}
@media screen and (max-width: 500px) {
  .show-content .show-content-extended .show-section.show-directors, .show-content .show-content-extended .show-section.show-personel, .show-content .show-content-extended .show-section.show-event-actors {
    padding: 20px 0;
  }
}
.show-content .show-content-extended .show-section.show-directors, .show-content .show-content-extended .show-section.show-personel {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.show-content .show-content-extended .show-section.show-directors h2, .show-content .show-content-extended .show-section.show-personel h2 {
  width: 100%;
  border-bottom: 2px solid rgba(199, 199, 199, 0.8);
  margin-bottom: 24px;
  padding-bottom: 8px;
}
.show-content .show-content-extended .show-section.show-directors .show-personels-item, .show-content .show-content-extended .show-section.show-personel .show-personels-item {
  border: none;
}
@media screen and (max-width: 500px) {
  .show-content .show-content-extended .show-section.show-directors .show-personels-item, .show-content .show-content-extended .show-section.show-personel .show-personels-item {
    width: 100%;
  }
}
.show-content .show-content-extended .show-section.show-directors .show-personels-item .show-personels-item-role, .show-content .show-content-extended .show-section.show-personel .show-personels-item .show-personels-item-role {
  color: #840404;
}
.show-content .show-content-extended .show-section .show-personels-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  padding-bottom: 24px;
  padding-right: 16px;
  border-top: 2px solid rgba(199, 199, 199, 0.8);
}
.show-content .show-content-extended .show-section .show-personels-item .show-personels-item-role {
  margin-top: 0;
  margin-bottom: 16px;
  text-transform: unset;
}
.show-content .show-content-extended .show-section .show-personels-item .show-personels-item-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.show-content .show-content-extended .show-section .show-personels-item .show-personels-item-list .show-personel-information {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: calc(50% - 8px);
  width: 100%;
  margin-bottom: 18px;
}
@media screen and (max-width: 500px) {
  .show-content .show-content-extended .show-section .show-personels-item .show-personels-item-list .show-personel-information {
    max-width: 100%;
    margin-bottom: 16px;
  }
}
.show-content .show-content-extended .show-section .show-personels-item .show-personels-item-list .show-personel-information h3 {
  margin-bottom: 4px;
}
@media screen and (max-width: 500px) {
  .show-content .show-content-extended .show-section .show-personels-item .show-personels-item-list .show-personel-information h3 {
    font-size: 21px;
  }
}
.show-content .show-content-extended .show-section .show-personels-item .show-personels-item-list .show-personel-information span {
  margin-top: 6px;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.01em;
  color: #2B3333;
}
.show-content .show-content-extended .show-section .show-personels-item-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  padding-top: 24px;
  border-top: 1px solid rgba(199, 199, 199, 0.25);
}
@media screen and (max-width: 500px) {
  .show-content .show-content-extended .show-section .show-personels-item-content {
    grid-template-columns: 1fr;
  }
}
.show-content .show-content-extended .show-section .show-personels-item-content .show-personels-item-event {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-bottom: 24px;
  min-width: 49%;
}
@media screen and (max-width: 500px) {
  .show-content .show-content-extended .show-section .show-personels-item-content .show-personels-item-event {
    width: 100%;
  }
}
.show-content .show-content-extended .show-section .show-personels-item-content .show-personels-item-event:has(.show-personel-information:nth-child(2)) {
  width: 100%;
}
.show-content .show-content-extended .show-section .show-personels-item-content .show-personels-item-event:has(.show-personel-information:nth-child(2)) .show-personel-information {
  width: 49%;
}
@media screen and (max-width: 500px) {
  .show-content .show-content-extended .show-section .show-personels-item-content .show-personels-item-event:has(.show-personel-information:nth-child(2)) .show-personel-information {
    width: 100%;
    padding-bottom: 24px;
  }
}
.show-content .show-content-extended .show-section .show-personels-item-content .show-personels-item-event .show-personels-item-event-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.show-content .show-content-extended .show-section .show-personels-item-content .show-personels-item-event .show-personels-item-event-list .show-personels-item-role {
  text-transform: unset;
  font-size: 14px;
  font-weight: 600;
  line-height: 16px;
  text-align: left;
}
@media screen and (max-width: 500px) {
  .show-content .show-content-extended .show-section .show-personels-item-content .show-personels-item-event .show-personels-item-event-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.show-content .show-content-extended .show-section .show-personels-item-content .show-personels-item-event .show-personels-item-event-list .show-personel-information {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  width: 100%;
}
.show-content .show-content-extended .show-section .show-personels-item-content .show-personels-item-event .show-personels-item-event-list .show-personel-information .show-personel-thumbnail {
  max-width: 72px;
  width: 100%;
  height: 72px;
  border-radius: 50%;
  margin-right: 8px;
  overflow: hidden;
}
.show-content .show-content-extended .show-section .show-personels-item-content .show-personels-item-event .show-personels-item-event-list .show-personel-information .show-personel-thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.show-content .show-content-extended .show-section .show-personels-item-content .show-personels-item-event .show-personels-item-event-list .show-personel-information .show-personel-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 230px;
  width: 100%;
}
.show-content .show-content-extended .show-section .show-personels-item-content .show-personels-item-event .show-personels-item-event-list .show-personel-information .show-personel-content .show-person-name {
  max-width: 90%;
}
@media screen and (max-width: 500px) {
  .show-content .show-content-extended .show-section .show-personels-item-content .show-personels-item-event .show-personels-item-event-list .show-personel-information .show-personel-content .show-person-name {
    max-width: unset;
  }
}
.show-content .show-content-extended .show-section .section-libreto-title {
  margin-bottom: 32px;
}
.show-content .show-content-extended .show-section .show-descriprion-title {
  margin-bottom: 16px;
}
.show-content .show-content-extended .show-section .show-libreto-content {
  width: 100%;
}
.show-content .show-content-extended .show-section .show-libreto-content .show-libreto-item {
  background-color: #FDF8F8;
  margin-bottom: 24px;
  cursor: pointer;
}
.show-content .show-content-extended .show-section .show-libreto-content .show-libreto-item .show-libreto-item-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0;
  padding: 24px;
}
.show-content .show-content-extended .show-section .show-libreto-content .show-libreto-item .show-libreto-item-title .icon--arrow-down {
  max-width: 24px;
  width: 100%;
  height: 24px;
  display: inline-block;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICAgIDxwYXRoIGQ9Ik02IDlMMTIgMTVMMTggOSIgc3Ryb2tlPSIjMjkyOTI5IiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8L3N2Zz4K);
}
.show-content .show-content-extended .show-section .show-libreto-content .show-libreto-item .show-libreto-item-content {
  display: none;
  margin-top: 16px;
  padding: 0 24px 24px;
}
.show-content .show-content-extended .show-section .show-libreto-content .show-libreto-item.--is-active .show-libreto-item-content {
  display: block;
}
.show-content .show-content-extended .show-section .show-libreto-content .show-libreto-item.--is-active .icon--arrow-down {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.show-content .show-content-extended .show-section .show-libreto-download {
  margin: 22px 0;
}
@media screen and (max-width: 980px) {
  .show-content .show-content-extended .show-section .show-libreto-download {
    margin: 16px 0;
  }
}
.show-content .show-content-extended .show-section .show-content-description {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}
.show-content .show-content-extended .show-section .show-content-description .show-content-description-more {
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.3s ease-in-out;
  transition: height 0.3s ease-in-out;
}
.show-content .show-content-extended .show-section .show-content-description .show-content-description-more.is--showed {
  height: 100%;
}
.show-content .show-content-extended .show-section .show-content-description .show-content-description-load-more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 12px 0;
}
.show-content .show-content-extended .show-section .show-content-description img {
  width: 100%;
}
.show-content .show-content-extended .show-promo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}
.show-content .show-content-extended .show-promo .show-video-item {
  width: 100%;
  margin-bottom: 8px;
}
.show-content .show-content-extended .show-promo .show-video-item iframe {
  width: inherit;
}
.show-content .show-content-extended .show-gallery {
  position: sticky;
  top: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}
.show-content .show-content-extended .show-gallery .show-gallery-item {
  margin-bottom: 8px;
}
.show-content .show-content-extended .show-gallery .show-gallery-item a {
  position: relative;
  width: 100%;
  height: 100%;
  display: inline-block;
}
.show-content .show-content-extended .show-gallery .show-gallery-item a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.show-content .show-content-extended .show-gallery .show-gallery-item .show-gallery-count {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.64)));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.64) 100%);
}
.show-content .show-content-extended .show-gallery .show-gallery-item .show-gallery-count span, .show-content .show-content-extended .show-gallery .show-gallery-item .show-gallery-count p {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 53px;
  height: 53px;
  background-color: rgba(0, 0, 0, 0.32);
  border-radius: 4px;
  border: 1px solid #e0aa51;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 133.333%;
  letter-spacing: 0.18px;
  color: #EEFAFA;
}

/*Breackpoints*/
.search-template {
  min-height: 70vh;
}

.search-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-bottom: 32px;
}
@media (max-width: 980px) {
  .search-form {
    margin-bottom: 44px;
  }
}
.search-form label {
  width: 100%;
  margin-right: 24px;
  position: relative;
}
@media (max-width: 980px) {
  .search-form label {
    margin-right: 0;
  }
}
.search-form label .search-field {
  position: relative;
  padding: 16px 16px 16px 56px;
  border: 1px solid #000;
  background-color: transparent;
  border-radius: 4px;
  width: 100%;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 144.444%;
  letter-spacing: 0.18px;
  color: #000;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.search-form label .search-field::-webkit-input-placeholder {
  color: #C7C7C7;
}
.search-form label .search-field::-moz-placeholder {
  color: #C7C7C7;
}
.search-form label .search-field:-ms-input-placeholder {
  color: #C7C7C7;
}
.search-form label .search-field::-ms-input-placeholder {
  color: #C7C7C7;
}
.search-form label .search-field::placeholder {
  color: #C7C7C7;
}
@media (max-width: 980px) {
  .search-form label .search-field {
    padding: 12px 12px 12px 40px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-right: 0;
    font-size: 16px;
  }
}
.search-form label .search-field-results {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  height: 100%;
  right: 16px;
  top: 0;
  bottom: 0;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  color: #292929;
}
@media (max-width: 980px) {
  .search-form label .search-field-results {
    margin-top: 8px;
    left: 0;
    top: 100%;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    font-size: 14px;
  }
}
.search-form label:after {
  content: "";
  width: 24px;
  height: 24px;
  position: absolute;
  left: 16px;
  top: 0;
  bottom: 0;
  margin: auto;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICAgIDxwYXRoIGQ9Ik0xMS4wODg1IDJDOS4yOTA5OCAyIDcuNTMzODEgMi41MzMwMyA2LjAzOTIxIDMuNTMxNjlDNC41NDQ2MSA0LjUzMDM1IDMuMzc5NzEgNS45NDk3OCAyLjY5MTgzIDcuNjEwNDlDMi4wMDM5NCA5LjI3MTIgMS44MjM5NiAxMS4wOTg2IDIuMTc0NjQgMTIuODYxNkMyLjUyNTMyIDE0LjYyNDYgMy4zOTA5MiAxNi4yNDQgNC42NjE5NyAxNy41MTUxQzUuOTMzMDIgMTguNzg2MSA3LjU1MjQ0IDE5LjY1MTcgOS4zMTU0NCAyMC4wMDI0QzExLjA3ODQgMjAuMzUzMSAxMi45MDU4IDIwLjE3MzEgMTQuNTY2NSAxOS40ODUyQzE2LjIyNzIgMTguNzk3MyAxNy42NDY3IDE3LjYzMjQgMTguNjQ1MyAxNi4xMzc4QzE5LjY0NCAxNC42NDMyIDIwLjE3NyAxMi44ODYxIDIwLjE3NyAxMS4wODg1QzIwLjE3NyA4LjY3ODA5IDE5LjIxOTUgNi4zNjYzOSAxNy41MTUxIDQuNjYxOTZDMTUuODEwNiAyLjk1NzU0IDEzLjQ5ODkgMiAxMS4wODg1IDJaTTExLjA4ODUgMTguMzU5M0M5LjY1MDQ5IDE4LjM1OTMgOC4yNDQ3NSAxNy45MzI5IDcuMDQ5MDcgMTcuMTM0QzUuODUzMzkgMTYuMzM1IDQuOTIxNDcgMTUuMTk5NSA0LjM3MTE2IDEzLjg3MDlDMy44MjA4NSAxMi41NDI0IDMuNjc2ODcgMTEuMDgwNCAzLjk1NzQxIDkuNjcwMDVDNC4yMzc5NiA4LjI1OTY1IDQuOTMwNDQgNi45NjQxMSA1Ljk0NzI4IDUuOTQ3MjdDNi45NjQxMiA0LjkzMDQzIDguMjU5NjUgNC4yMzc5NiA5LjY3MDA1IDMuOTU3NDFDMTEuMDgwNSAzLjY3Njg2IDEyLjU0MjQgMy44MjA4NSAxMy44NzA5IDQuMzcxMTZDMTUuMTk5NSA0LjkyMTQ3IDE2LjMzNSA1Ljg1MzM5IDE3LjEzNCA3LjA0OTA3QzE3LjkzMjkgOC4yNDQ3NSAxOC4zNTkzIDkuNjUwNDggMTguMzU5MyAxMS4wODg1QzE4LjM1OTMgMTMuMDE2OSAxNy41OTMzIDE0Ljg2NjIgMTYuMjI5OCAxNi4yMjk4QzE0Ljg2NjIgMTcuNTkzMyAxMy4wMTY5IDE4LjM1OTMgMTEuMDg4NSAxOC4zNTkzWk0yMS43MzEyIDIxLjczMTJDMjEuNjQ2NyAyMS44MTYzIDIxLjU0NjIgMjEuODg0IDIxLjQzNTQgMjEuOTMwMUMyMS4zMjQ2IDIxLjk3NjIgMjEuMjA1OSAyMiAyMS4wODU5IDIyQzIwLjk2NTkgMjIgMjAuODQ3MSAyMS45NzYyIDIwLjczNjQgMjEuOTMwMUMyMC42MjU2IDIxLjg4NCAyMC41MjUxIDIxLjgxNjMgMjAuNDQwNiAyMS43MzEyTDE4LjYyMjkgMTkuOTEzNUMxOC40NTE4IDE5Ljc0MjMgMTguMzU1NiAxOS41MTAyIDE4LjM1NTYgMTkuMjY4MkMxOC4zNTU2IDE5LjAyNjEgMTguNDUxOCAxOC43OTQgMTguNjIyOSAxOC42MjI5QzE4Ljc5NCAxOC40NTE4IDE5LjAyNjEgMTguMzU1NiAxOS4yNjgyIDE4LjM1NTZDMTkuNTEwMiAxOC4zNTU2IDE5Ljc0MjMgMTguNDUxOCAxOS45MTM1IDE4LjYyMjlMMjEuNzMxMiAyMC40NDA2QzIxLjgxNjMgMjAuNTI1MSAyMS44ODQgMjAuNjI1NiAyMS45MzAxIDIwLjczNjRDMjEuOTc2MiAyMC44NDcxIDIyIDIwLjk2NTkgMjIgMjEuMDg1OUMyMiAyMS4yMDU5IDIxLjk3NjIgMjEuMzI0NiAyMS45MzAxIDIxLjQzNTRDMjEuODg0IDIxLjU0NjIgMjEuODE2MyAyMS42NDY3IDIxLjczMTIgMjEuNzMxMloiIGZpbGw9IiMyOTI5MjkiLz4KPC9zdmc+Cg==);
  background-size: contain;
  background-repeat: no-repeat;
}
@media (max-width: 980px) {
  .search-form label:after {
    width: 20px;
    height: 20px;
  }
}
@media (max-width: 980px) {
  .search-form .search-submit {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
}

.search-result {
  max-width: calc(100% - 254px);
  width: 100%;
  margin-bottom: 66px;
}
@media (max-width: 980px) {
  .search-result {
    max-width: 100%;
  }
}
.search-result .search-results-type {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 16px;
}
.search-result .search-results-type .search-results-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-bottom: 16px;
}
.search-result .search-results-type .search-results-item .search-results-item-thumbnail {
  max-width: 280px;
  max-height: 180px;
  width: 100%;
  position: relative;
  overflow: hidden;
}
@media (max-width: 980px) {
  .search-result .search-results-type .search-results-item .search-results-item-thumbnail {
    max-width: 100px;
    max-height: 100px;
  }
}
.search-result .search-results-type .search-results-item .search-results-item-thumbnail img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}
.search-result .search-results-type .search-results-item .search-results-item-description {
  padding: 24px 0 24px 24px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 980px) {
  .search-result .search-results-type .search-results-item .search-results-item-description {
    padding: 4px 0 4px 12px;
  }
  .search-result .search-results-type .search-results-item .search-results-item-description h2 {
    margin-bottom: 8px;
    font-size: 18px;
  }
  .search-result .search-results-type .search-results-item .search-results-item-description p {
    font-size: 15px;
    line-height: 22px;
  }
}

.not-found-template {
  position: relative;
}
.not-found-template:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  background-image: url(../images/pr-optimized-opera-large.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  z-index: -1;
}
.not-found-template .not-found-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 70vh;
}
.not-found-template .not-found-content h1 {
  font-size: 96px;
  font-weight: 600;
  color: #840404;
  letter-spacing: -0.5%;
}
.not-found-template .not-found-content .not-found-message {
  font-size: 24px;
  font-weight: 600;
  line-height: 38.4px;
  color: #292929;
  text-align: center;
  margin: 20px 0;
}
.not-found-template .not-found-content .not-found-link {
  color: #292929;
  font-weight: 400;
}

/*Breackpoints*/
/*Font colors*/
/*Colors*/
/* Transitions */
/* Global */
.background-pattern {
  z-index: 1;
}
.background-pattern:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #F0F0F0;
  opacity: 0.1;
  z-index: -2;
}
.background-pattern:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  opacity: 0.1;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(../67c675d24d126d0d08a8.webp);
  z-index: -1;
}

body {
  margin-top: 80px;
}
@media (max-width: 980px) {
  body {
    margin-top: 72px;
  }
}
body.--is-menu-open {
  overflow: hidden;
}
body.--is-overflow-active {
  overflow: hidden;
}
body:before {
  content: "";
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #F0F0F0;
  z-index: -2;
}
body:after {
  content: "";
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  opacity: 0.08;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(../67c675d24d126d0d08a8.webp);
  z-index: -1;
}

.gallery-item a[data-type=image] {
  width: 100%;
}

img, .wp-caption {
  width: 100%;
  height: auto;
}

.wp-caption {
  width: 100% !important;
}

/* Containers */
.container {
  max-width: 1232px;
  padding: 0 16px;
  margin: auto;
}

div, main, section, article, aside, header, footer {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/*Font styles*/
h1 {
  font-family: "Cormorant";
  font-size: 60px;
  font-style: normal;
  font-weight: 600;
  line-height: 68px;
  text-transform: uppercase;
  color: #292929;
}
@media (max-width: 980px) {
  h1 {
    font-size: 37px;
    line-height: 46px;
  }
}
@media (max-width: 500px) {
  h1 {
    font-size: 36px;
    line-height: 44px;
  }
}
h1.page-title {
  width: 100%;
  padding: 32px 0;
  text-align: center;
}
h1.single-post-title {
  margin: 12px 0 16px;
  font-size: 36px;
  line-height: 48px;
  letter-spacing: -0.18px;
  text-transform: uppercase;
}
h1.wp-block-heading {
  margin-bottom: 32px;
}

.page-description, .page-sub-title {
  margin-top: 32px;
}

h2 {
  font-family: "Cormorant";
  font-size: 34px;
  font-style: normal;
  font-weight: 600;
  line-height: 40px;
  letter-spacing: 0.085px;
  text-transform: uppercase;
  color: #292929;
}
@media (max-width: 980px) {
  h2 {
    font-size: 36px;
    line-height: 48px;
    letter-spacing: -0.18px;
  }
}
@media (max-width: 500px) {
  h2 {
    font-size: 24px;
    line-height: normal;
    letter-spacing: -0.12px;
  }
}
h2.news-title {
  height: 96px;
  margin-top: 8px;
  overflow: hidden;
  font-family: NunitoSans;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.16px;
  text-transform: unset;
}
h2.history-title, h2.personel-title {
  position: relative;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px;
  text-transform: uppercase;
  color: #292929;
  z-index: 2;
}
h2.single-post-title {
  width: 100%;
  padding: 32px 0;
  text-align: center;
  font-size: 60px;
  font-weight: 600;
  line-height: 122.222%;
  text-transform: uppercase;
}
@media (max-width: 980px) {
  h2.single-post-title {
    padding: 24px 0 16px;
    font-size: 36px;
  }
}
h2.cpt-posts-title {
  margin-bottom: 24px;
  font-family: "NunitoSans";
  font-size: 20px;
  font-weight: 700;
  line-height: 26px;
  letter-spacing: 0.2px;
  color: #840404;
  text-transform: unset;
}
h2.section-personel-title {
  margin-bottom: 16px;
}
h2.wp-block-heading {
  margin-bottom: 32px;
}
@media (max-width: 500px) {
  h2.wp-block-heading {
    margin-bottom: 12px;
  }
}

h3 {
  font-family: "Cormorant";
}
h3.show-person-name {
  font-size: 24px;
  font-weight: 600;
  line-height: 28px;
  letter-spacing: -0.16px;
  color: #171A1A;
}
h3.search-result-title {
  width: 100%;
  margin-bottom: 16px;
  font-family: NunitoSans;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 144.444%;
  letter-spacing: 0.27px;
  text-transform: uppercase;
  color: #000D0D;
}

h4 {
  font-family: "Cormorant";
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  line-height: 48px;
  text-transform: uppercase;
  color: #292929;
}
@media (max-width: 500px) {
  h4 {
    font-size: 24px;
    font-style: normal;
    line-height: 32px;
  }
}
h4.show-personels-item-role {
  font-family: NunitoSans;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 144.444%;
  letter-spacing: 0.18px;
  color: #001F1F;
}

h5 {
  font-family: "Cormorant";
  font-size: 24px;
  margin-bottom: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px;
  text-transform: uppercase;
}

h6 {
  font-family: "Cormorant";
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 116.667%;
  letter-spacing: 0.018px;
  text-transform: uppercase;
}
h6.breadcrumbs-title {
  color: #004949;
}

p, span, a, time, figure, figcaption, label {
  font-family: NunitoSans;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0.18px;
  color: #292929;
  text-decoration: none;
}
p.--is-small-text, span.--is-small-text, a.--is-small-text, time.--is-small-text, figure.--is-small-text, figcaption.--is-small-text, label.--is-small-text {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.16px;
}

.message-no-events__text {
  font-family: "Cormorant";
  font-size: 21px;
  font-weight: 600;
  line-height: 123%;
  letter-spacing: 0.105px;
  text-transform: uppercase;
  color: #730606;
  z-index: 2;
}

.--is-small-text {
  font-size: 16px;
}

.page-template {
  margin-bottom: 32px;
  overflow-x: hidden;
}
.page-template p {
  margin-bottom: 12px;
}

.post-content .wp-block-gallery.has-nested-images figure figcaption {
  margin-top: 8px;
  margin-bottom: 0px;
  background: none;
  position: static;
  font-family: NunitoSans;
  text-align: left;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  color: #000D0D;
}
.post-content .wp-block-gallery.has-nested-images figure figcaption a {
  font-size: inherit;
  text-decoration: underline;
}

.post-content p, .post-content ul, .post-content ol, .post-content blockquote, .post-content iframe, .post-content .wp-block-gallery, .post-content .wp-block-embed, .post-content .wp-block-embed__wrapper, .post-content .wp-block-embed__wrapper iframe {
  margin: 16px 0;
}
.post-content a {
  white-space: break-spaces;
  overflow-wrap: break-word;
}

blockquote {
  padding: 24px;
  background-color: #FDF8F8;
  border-radius: 4px;
  font-family: NunitoSans;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0.18px;
}

a {
  cursor: pointer;
  color: #840404;
}

p a, blockquote a {
  text-decoration: none;
}

ul {
  list-style-type: disc;
}

ol {
  list-style-type: decimal;
}

li {
  font-family: NunitoSans;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0.18px;
  margin-left: 18px;
  margin-bottom: 12px;
  color: #292929;
}

.show-descriprion h1, .show-descriprion h2, .show-descriprion h3, .show-descriprion h4, .show-descriprion h5, .show-descriprion h6,
.show-content-description h1,
.show-content-description h2,
.show-content-description h3,
.show-content-description h4,
.show-content-description h5,
.show-content-description h6,
.show-libreto-item-content h1,
.show-libreto-item-content h2,
.show-libreto-item-content h3,
.show-libreto-item-content h4,
.show-libreto-item-content h5,
.show-libreto-item-content h6,
.personel-content-infomation section h1,
.personel-content-infomation section h2,
.personel-content-infomation section h3,
.personel-content-infomation section h4,
.personel-content-infomation section h5,
.personel-content-infomation section h6 {
  text-transform: none;
  margin-bottom: 16px;
}
.show-descriprion h1,
.show-content-description h1,
.show-libreto-item-content h1,
.personel-content-infomation section h1 {
  font-size: 60px;
  font-weight: 600;
  line-height: 68px;
}
.show-descriprion h2,
.show-content-description h2,
.show-libreto-item-content h2,
.personel-content-infomation section h2 {
  font-size: 52px;
  font-weight: 700;
  line-height: 64px;
}
.show-descriprion h3,
.show-content-description h3,
.show-libreto-item-content h3,
.personel-content-infomation section h3 {
  font-size: 46px;
  font-weight: 700;
  line-height: 54px;
}
.show-descriprion h4,
.show-content-description h4,
.show-libreto-item-content h4,
.personel-content-infomation section h4 {
  font-size: 34px;
  font-weight: 600;
  line-height: 40px;
}
.show-descriprion h5,
.show-content-description h5,
.show-libreto-item-content h5,
.personel-content-infomation section h5 {
  font-size: 32px;
  font-weight: 600;
  line-height: 40px;
}
.show-descriprion h6,
.show-content-description h6,
.show-libreto-item-content h6,
.personel-content-infomation section h6 {
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
}
.show-descriprion p,
.show-content-description p,
.show-libreto-item-content p,
.personel-content-infomation section p {
  font-style: inherit;
  margin-bottom: 8px;
}
.show-descriprion strong, .show-descriprion b,
.show-content-description strong,
.show-content-description b,
.show-libreto-item-content strong,
.show-libreto-item-content b,
.personel-content-infomation section strong,
.personel-content-infomation section b {
  font-weight: bold;
}
.show-descriprion em,
.show-content-description em,
.show-libreto-item-content em,
.personel-content-infomation section em {
  font-style: italic;
}
.show-descriprion img,
.show-content-description img,
.show-libreto-item-content img,
.personel-content-infomation section img {
  width: auto;
  height: auto;
}
@media (max-width: 500px) {
  .show-descriprion iframe, .show-descriprion video, .show-descriprion .wp-video,
  .show-content-description iframe,
  .show-content-description video,
  .show-content-description .wp-video,
  .show-libreto-item-content iframe,
  .show-libreto-item-content video,
  .show-libreto-item-content .wp-video,
  .personel-content-infomation section iframe,
  .personel-content-infomation section video,
  .personel-content-infomation section .wp-video {
    max-width: 100%;
    height: 100%;
  }
}

/*Buttons*/
.tribe-common .calendar-filter-button, .tribe-events-calendar-list-cta .button {
  padding: 12px 32px;
  width: 190px;
}
@media (max-width: 500px) {
  .tribe-common .calendar-filter-button, .tribe-events-calendar-list-cta .button {
    width: 100%;
  }
}

.tribe-common a:is(.button) {
  padding: 12px 16px;
}

.button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 12px 16px;
  color: #EBEBEB;
  background-color: #840404;
  -webkit-transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
  border-radius: 4px;
  font-family: NunitoSans;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  text-decoration: none;
  line-height: 24px;
  letter-spacing: 0.18px;
  cursor: pointer;
  outline: inherit;
  border: none;
}
.button.has-fs--small {
  font-size: 16px;
  letter-spacing: 0.16px;
}
.button.has-no--bg {
  background-color: transparent;
  color: #000D0D;
}
.button.has-no--bg.is--active {
  color: #840404;
  background-color: transparent;
}
.button.has-no--bg:hover {
  color: #840404;
  background-color: transparent;
}
.button.has-white--bg {
  background-color: #FFFFFF;
  color: #2B3333;
}
.button.has-white--bg:hover {
  color: #EBEBEB;
}
.button.has-grey--bg {
  background-color: #FDF8F8;
  color: #2B3333;
}
.button.has-grey--bg:hover, .button.has-grey--bg.active {
  background-color: #840404;
  color: #FFFFFF;
}
.button.has-texture--border {
  border: 1px solid transparent;
  -o-border-image: url(../images/pr-optimized-texture.png) 6 round;
     border-image: url(../images/pr-optimized-texture.png) 6 round;
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
  color: #000D0D;
}
.button.has-texture--border:hover {
  color: #EBEBEB;
}
.button.has-texture--border.--no-hover:hover {
  color: #000D0D;
  background-color: transparent;
}
.button.has-texture--border.--has-white-color {
  color: #EBEBEB;
}
.button.has-texture--border.--has-white-color.--no-hover:hover {
  color: #EBEBEB;
}
.button.has-no--border {
  border: none;
}
.button.is--large {
  width: 282px;
}
@media (max-width: 980px) {
  .button.is--large {
    width: 211px;
  }
}
@media (max-width: 500px) {
  .button.is--large {
    width: auto;
    padding: 12px 24px;
  }
}
.button.is--medium {
  padding: 12px 32px;
}
.button.is--small {
  padding: 12px 16px;
}
.button.is--full-width {
  width: 100%;
}
.button.--is-uppercase {
  text-transform: uppercase;
}
.button:hover {
  background-color: #730606;
}
.button:active {
  background-color: #840404;
  color: #EBEBEB;
}
.button.active {
  color: #730606;
}
.button.disabled {
  opacity: 0.6;
  pointer-events: none;
}

/* Header */
.header {
  top: 0;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  position: fixed;
  width: 100%;
  z-index: 10;
}
.header.fixed {
  -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
          transform: translateY(-100%);
}
.header.fixed.--is-show {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}
.header:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #FDF8F8;
  z-index: -2;
}
.header:after {
  content: "Beta-версія сайту";
  position: absolute;
  padding: 0.5% 1%;
  right: 0;
  margin: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background: #FDF8F8;
  font-family: "NunitoSans";
  margin-bottom: 8px;
  font-style: normal;
  font-weight: 200;
  line-height: 24px;
  letter-spacing: 0.064px;
  font-size: 16px;
  color: #000;
}

.navigation.post-navigation {
  border-top: 1px solid #C7C7C7;
  padding-top: 16px;
  margin-bottom: 40px;
}
.navigation.post-navigation .nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.navigation.post-navigation .nav-links .nav-next a {
  position: relative;
  padding-right: 52px;
  text-transform: uppercase;
}
.navigation.post-navigation .nav-links .nav-next a:after {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  right: 24px;
  top: 0;
  bottom: 0;
  margin: auto;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHZpZXdCb3g9IjAgMCAxMiAxMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICAgIDxwYXRoIGQ9Ik0zLjU2MDM1IDEwLjYzMTJDMy40ODAyIDEwLjcxNTEgMy40Nzk4MiAxMC44NTE5IDMuNTU5NiAxMC45MzY0QzMuNTc4NDggMTAuOTU2NSAzLjYwMSAxMC45NzI0IDMuNjI1ODYgMTAuOTgzM0MzLjY1MDcxIDEwLjk5NDMgMy42Nzc0MSAxMC45OTk5IDMuNzA0MzggMTFDMy43MzEzNiAxMS4wMDAxIDMuNzU4MDggMTAuOTk0NiAzLjc4Mjk5IDEwLjk4MzhDMy44MDc5IDEwLjk3MyAzLjgzMDUgMTAuOTU3MSAzLjg0OTQ4IDEwLjkzNzJMOC40Mzk2NSA2LjE1MjkxQzguNTE5OCA2LjA2OSA4LjUyMDE4IDUuOTMyMiA4LjQ0MDQgNS44NDc3TDMuODQ5NDggMS4wNjI2N0MzLjc2OTMzIDAuOTc4NzU0IDMuNjM5MzcgMC45NzkxNDQgMy41NTk2IDEuMDYzNjRDMy40Nzk4MiAxLjE0ODE0IDMuNDgwMiAxLjI4NDc1IDMuNTYwMzUgMS4zNjg2Nkw4LjAwMzcxIDUuOTk5OTFMMy41NjAzNSAxMC42MzEyWiIgZmlsbD0iIzI5MjkyOSIvPgo8L3N2Zz4K);
  background-repeat: no-repeat;
}
.navigation.post-navigation .nav-links .nav-previous a {
  position: relative;
  padding-left: 52px;
  text-transform: uppercase;
}
.navigation.post-navigation .nav-links .nav-previous a:before {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  left: 24px;
  top: 0;
  bottom: 0;
  margin: auto;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHZpZXdCb3g9IjAgMCAxMiAxMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICAgIDxwYXRoIGQ9Ik04LjQzOTY1IDEuMzY4ODNDOC41MTk4IDEuMjg0OTIgOC41MjAxOCAxLjE0ODEyIDguNDQwNCAxLjA2MzYyQzguNDIxNTIgMS4wNDM1NCA4LjM5OSAxLjAyNzU4IDguMzc0MTQgMS4wMTY2NkM4LjM0OTI5IDEuMDA1NzQgOC4zMjI1OSAxLjAwMDA3IDguMjk1NjIgMUM4LjI2ODY0IDAuOTk5OTI4IDguMjQxOTIgMS4wMDU0NSA4LjIxNzAxIDEuMDE2MjNDOC4xOTIxIDEuMDI3MDIgOC4xNjk1IDEuMDQyODYgOC4xNTA1MiAxLjA2Mjg0TDMuNTYwMzUgNS44NDcwOUMzLjQ4MDIgNS45MzEgMy40Nzk4MiA2LjA2NzggMy41NTk2IDYuMTUyM0w4LjE1MDUyIDEwLjkzNzNDOC4yMzA2NyAxMS4wMjEyIDguMzYwNjMgMTEuMDIwOSA4LjQ0MDQgMTAuOTM2NEM4LjUyMDE4IDEwLjg1MTkgOC41MTk4IDEwLjcxNTMgOC40Mzk2NSAxMC42MzEzTDMuOTk2MjkgNi4wMDAwOUw4LjQzOTY1IDEuMzY4ODNaIiBmaWxsPSIjMjkyOTI5Ii8+Cjwvc3ZnPgo=);
  background-repeat: no-repeat;
}

.page-navigation {
  position: relative;
  margin-bottom: 32px;
}
.page-navigation .page-pagination-list {
  padding: 12px 0;
}
.page-navigation .page-pagination-list li {
  margin-left: 0;
  margin-bottom: 0;
  width: auto;
}
.page-navigation .swiper:last-child {
  width: 100%;
  border-top: 1px solid #C7C7C7;
}
.page-navigation .swiper:last-child .page-pagination-list > .page-item--active a {
  color: #840404;
}

/*Breackpoints*/
/*Font colors*/
/*Colors*/
.cards {
  display: grid;
  gap: 24px;
  margin-top: 32px;
}
.cards.cards-items-2 {
  grid-template-columns: repeat(auto-fill, minmax(calc(50% - 15px), 1fr));
}
.cards.cards-items-2 .personel-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
@media (max-width: 980px) {
  .cards.cards-items-2 .personel-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.cards.cards-items-2 .personel-item .personel-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-left: 20px;
}
.cards.cards-items-2 .personel-item .personel-content .personel-title {
  margin-top: 0;
}
.cards.cards-items-2 .personel-item .personel-content .personel-contact {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (max-width: 980px) {
  .cards.cards-items-2 .personel-item .personel-content {
    margin-left: 0px;
  }
}
@media (max-width: 980px) {
  .cards.cards-items-2 {
    grid-template-columns: repeat(auto-fill, minmax(calc(50% - 15px), 1fr));
  }
}
@media (max-width: 500px) {
  .cards.cards-items-2 {
    grid-template-columns: 100%;
  }
}
.cards.cards-items-3 {
  grid-template-columns: repeat(auto-fill, minmax(calc(33.33% - 16px), 1fr));
}
@media (max-width: 980px) {
  .cards.cards-items-3 {
    grid-template-columns: repeat(auto-fill, minmax(calc(50% - 15px), 1fr));
  }
}
@media (max-width: 500px) {
  .cards.cards-items-3 {
    grid-template-columns: 100%;
  }
}
.cards.cards-items-4 {
  grid-template-columns: repeat(auto-fill, minmax(calc(25% - 24px), 1fr));
}
@media (max-width: 980px) {
  .cards.cards-items-4 {
    grid-template-columns: repeat(auto-fill, minmax(calc(33% - 24px), 1fr));
  }
}
@media (max-width: 768px) {
  .cards.cards-items-4 {
    grid-template-columns: repeat(auto-fill, minmax(calc(50% - 24px), 1fr));
  }
}
@media (max-width: 500px) {
  .cards.cards-items-4 {
    grid-template-columns: repeat(auto-fill, minmax(100%, 1fr));
  }
}
.cards .card {
  display: block;
  position: relative;
  margin-bottom: 24px;
  width: 100%;
  overflow: hidden;
}

.history-item {
  height: 256px;
  padding: 40px 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 4px;
  max-height: 250px;
  height: 100%;
}
.history-item h2 {
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}
.history-item img {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0.08;
  width: auto;
  height: auto;
  z-index: 1;
  -o-object-fit: cover;
     object-fit: cover;
}
.history-item:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #FDF8F8;
  -webkit-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
  z-index: 0;
}
.history-item:hover:after {
  background-color: #EBEBEB;
}
.history-item:hover h2 {
  color: #840404;
}

.news-item {
  background-color: #FDF8F8;
}
.news-item .news-item-thumb {
  position: relative;
  width: 100%;
  height: 256px;
  overflow: hidden;
}
@media (max-width: 980px) {
  .news-item .news-item-thumb {
    height: 219px;
  }
}
@media (max-width: 500px) {
  .news-item .news-item-thumb {
    height: 229px;
  }
}
.news-item .news-item-thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.news-item .news-item-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: hidden;
  padding: 8px 8px 16px 8px;
}
.news-item .news-item-content .news-item-action-block {
  margin-top: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.taxonomy-personel-template .personel-category-title {
  margin-top: 32px;
}

.personel-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.personel-item.--is-alpha {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  grid-column-end: span 4;
}
@media (max-width: 980px) {
  .personel-item.--is-alpha {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    grid-column-end: span 3;
  }
}
@media (max-width: 768px) {
  .personel-item.--is-alpha {
    grid-column-end: span 2;
  }
}
@media (max-width: 500px) {
  .personel-item.--is-alpha {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    grid-column-end: span 1;
  }
}
.personel-item.--is-alpha .personel-title {
  margin-top: 0;
  margin-bottom: 16px;
}
.personel-item.--is-alpha .personel-title-link {
  width: 100%;
}
.personel-item.--is-alpha .personel-item-block.personel-content {
  width: 74%;
}
@media (max-width: 500px) {
  .personel-item.--is-alpha .personel-item-block.personel-content {
    width: 100%;
    margin-top: 16px;
  }
}
.personel-item.--is-alpha .personel-item-block:not(.personel-content) {
  margin-right: 32px;
  max-width: calc(25% - 24px);
}
@media (max-width: 980px) {
  .personel-item.--is-alpha .personel-item-block:not(.personel-content) {
    max-width: calc(33% - 24px);
    margin-right: 16px;
  }
}
@media (max-width: 768px) {
  .personel-item.--is-alpha .personel-item-block:not(.personel-content) {
    max-width: calc(50% - 24px);
    margin-right: 16px;
  }
}
@media (max-width: 500px) {
  .personel-item.--is-alpha .personel-item-block:not(.personel-content) {
    max-width: 100%;
    margin-right: 0;
  }
}
.personel-item.--is-alpha .personel-information {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.personel-item.--is-alpha .personel-information .prsonel-infomation-content {
  margin-bottom: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.personel-item.--is-alpha .personel-information .prsonel-infomation-excerpt {
  margin-bottom: 24px;
}
.personel-item.--is-alpha .personel-information .prsonel-infomation-excerpt p {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.16px;
}
.personel-item.--is-alpha .personel-information-alpha {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.personel-item.--is-alpha .personel-information-alpha h2, .personel-item.--is-alpha .personel-information-alpha h3, .personel-item.--is-alpha .personel-information-alpha h4, .personel-item.--is-alpha .personel-information-alpha h5 {
  position: relative;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px;
  text-transform: uppercase;
  color: #292929;
  z-index: 2;
  margin-bottom: 16px;
}
.personel-item .personel-item-block:not(.personel-content) {
  max-height: 376px;
  height: 100vh;
  width: 100%;
  display: block;
  overflow: hidden;
}
@media (max-width: 500px) {
  .personel-item .personel-item-block:not(.personel-content) {
    max-height: 456px;
  }
}
.personel-item .personel-item-block:not(.personel-content) img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.personel-item .personel-title {
  margin-top: 16px;
}
.personel-item .personel-information {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.personel-item .personel-information .prsonel-infomation-text {
  margin-bottom: 8px;
  display: inline-block;
}
.personel-item .personel-contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.personel-item .personel-contact > span {
  margin-bottom: 8px;
}

.show-item {
  height: 288px !important;
  width: 100% !important;
  border-radius: 4px;
  margin-bottom: 0 !important;
}
.show-item .show-item-thumbnail {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
}
.show-item .show-item-thumbnail img {
  width: 100%;
  height: 100%;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
.show-item .show-item-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.38)));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.38) 100%);
  background-position: 0;
  -webkit-transition: background 0.3s ease-in-out, background-position 0.3s ease-in-out;
  transition: background 0.3s ease-in-out, background-position 0.3s ease-in-out;
}
.show-item .show-item-block .show-information {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  padding: 16px 8px;
  -webkit-transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
}
.show-item .show-item-block .show-information .show-title, .show-item .show-item-block .show-information .show-sub-title, .show-item .show-item-block .show-information .show-excerpt, .show-item .show-item-block .show-information .show-details-item {
  color: #FFFFFF;
}
.show-item .show-item-block .show-information .show-title {
  font-size: 30px;
  font-weight: 600;
  line-height: 113.333%;
}
.show-item .show-item-block .show-information.--is-hovered {
  position: absolute;
  left: 0;
  bottom: 0;
  opacity: 0;
  visibility: hidden;
}
.show-item .show-item-block .show-information.--is-hovered .show-information-sub-title {
  margin-bottom: 8px;
}
.show-item .show-item-block .show-information.--is-hovered .show-information-details-item {
  margin-bottom: 8px;
}
.show-item .show-item-block .show-information.--is-hovered .show-information-details-item .show-details-item {
  font-family: "Cormorant";
}
.show-item .show-item-block .show-information.--is-hovered .show-information-excerpt {
  margin-bottom: 8px;
}
.show-item .show-item-block .show-information.--is-hovered .show-information-excerpt .show-excerpt {
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.064px;
}
.show-item .show-item-block .show-information.--is-hovered .show-information-cta > a {
  margin-right: 8px;
}
.show-item:hover .show-item-thumbnail img {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
.show-item:hover .show-information:not(.--is-hovered) {
  opacity: 0;
  visibility: hidden;
}
.show-item:hover .show-information.--is-hovered {
  opacity: 1;
  visibility: visible;
}

.cards-categories {
  width: 100%;
}
@media (max-width: 980px) {
  .cards-categories {
    width: 100vw;
    margin-left: calc((100% - 100vw) / 2) !important;
    margin-right: calc((100% - 100vw) / 2) !important;
  }
}
@media (max-width: 980px) {
  .cards-categories:is(.--has-no-slider) {
    position: relative;
    overflow-x: scroll;
    overflow-y: hidden;
  }
}
.cards-categories:is(.--has-no-slider) .category-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style-type: none;
  width: 100%;
}
@media (max-width: 980px) {
  .cards-categories:is(.--has-no-slider) .category-list {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }
}
.cards-categories:is(.--has-no-slider) .category-list .category-list-item {
  margin-right: 24px;
  margin-bottom: 16px;
}
.cards-categories:is(.--has-no-slider) .category-list .category-list-item .active a {
  color: #730606;
}
.cards-categories .category-list-item {
  margin-left: 0;
  width: auto;
  margin-bottom: 0;
}
.cards-categories .category-list-item.active a {
  color: #730606;
}

.item-categories {
  width: 100%;
}
.item-categories:is(.--is-single) {
  width: 80%;
  margin-left: 0 !important;
}
@media (max-width: 500px) {
  .item-categories:is(.--is-single) {
    width: 66%;
  }
}
.item-categories .item-category {
  padding: 4px 6px;
  color: #595959;
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
  width: auto;
}
.item-categories .item-category:hover {
  color: #840404;
}

.archive-template {
  margin-bottom: 32px;
}

.load-more-content {
  margin-bottom: 64px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.load-more-content .button-load-more {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: transparent;
  border: none;
  font-family: "Cormorant";
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px;
  text-transform: uppercase;
  cursor: pointer;
}
.load-more-content .button-load-more:before {
  content: "";
  display: block;
  position: relative;
  width: 24px;
  height: 24px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICAgIDxwYXRoIGQ9Ik0xNy4yODcgMTguMDYwOUMxNS44MjI2IDE5LjM0MjEgMTMuOTQxNCAyMC4wNDU2IDExLjk5NTYgMjAuMDM5OEMxMC4wNDk5IDIwLjAzMzkgOC4xNzI5NCAxOS4zMTkyIDYuNzE2MTcgMTguMDI5M0M1LjI1OTQgMTYuNzM5NCA0LjMyMjY3IDE0Ljk2MjggNC4wODEzMyAxMy4wMzIxQzMuODM5OTkgMTEuMTAxMyA0LjMxMDU4IDkuMTQ4ODIgNS40MDUwMSA3LjU0MDAzQzYuNDk5NDUgNS45MzEyNCA4LjE0MjY5IDQuNzc2NDYgMTAuMDI3MSA0LjI5MTg3QzExLjkxMTYgMy44MDcyOCAxMy45MDgxIDQuMDI2MDkgMTUuNjQyOCA0LjkwNzM0QzE3LjM3NzYgNS43ODg1OSAxOC43MzE3IDcuMjcxODggMTkuNDUxNyA5LjA3OTUzIiBzdHJva2U9IiMxNzFBMUEiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgogICAgPHBhdGggZD0iTTE5Ljk0OTIgNC4wNzk0N1Y5LjA3OTQ3SDE0Ljk0OTIiIHN0cm9rZT0iIzE3MUExQSIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+Cjwvc3ZnPgo=);
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
.load-more-content .button-load-more.--is-loading {
  pointer-events: none;
}
.load-more-content .button-load-more.--is-loading:before {
  -webkit-animation: spin 2s linear infinite;
          animation: spin 2s linear infinite;
}
.load-more-content .button-load-more:hover:before {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@-webkit-keyframes gradientTransition {
  0% {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.38)));
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.38) 100%);
  }
  10% {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.45)));
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.45) 100%);
  }
  20% {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.5)));
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
  }
  30% {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.55)));
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.55) 100%);
  }
  40% {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.6)));
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
  }
  50% {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.65)));
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
  }
  60% {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.7)));
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
  }
  70% {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.75)));
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 100%);
  }
  80% {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.85)));
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.85) 100%);
  }
  90% {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.9)));
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 100%);
  }
  100% {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgb(0, 0, 0)));
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 100%);
  }
}

@keyframes gradientTransition {
  0% {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.38)));
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.38) 100%);
  }
  10% {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.45)));
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.45) 100%);
  }
  20% {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.5)));
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
  }
  30% {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.55)));
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.55) 100%);
  }
  40% {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.6)));
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
  }
  50% {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.65)));
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
  }
  60% {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.7)));
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
  }
  70% {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.75)));
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 100%);
  }
  80% {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.85)));
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.85) 100%);
  }
  90% {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.9)));
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 100%);
  }
  100% {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgb(0, 0, 0)));
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 100%);
  }
}
/*Breackpoints*/
/*Font colors*/
/*Colors*/
.post {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 32px;
  width: 100%;
}
.post .post-content {
  padding: 0 16px;
  max-width: calc(66.6666666667% - 16px);
}
@media (max-width: 980px) {
  .post .post-content {
    max-width: 100%;
    padding: 0;
  }
  .post .post-content h1 {
    font-size: 24px;
    line-height: normal;
    letter-spacing: -0.12px;
  }
  .post .post-content p {
    font-size: 15px;
    margin: 12px 0;
  }
}
.post .post-sidebar {
  width: 100%;
  max-width: calc(33.3333333333% - 16px);
}
@media (max-width: 980px) {
  .post .post-sidebar {
    max-width: 100%;
  }
}

.post-content .post-information {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}
@media screen and (max-width: 500px) {
  .post-content iframe {
    width: 100%;
  }
}
.post-content img {
  border-radius: 8px;
}
.post-content blockquote {
  font-family: "Cormorant";
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px;
  text-transform: uppercase;
  color: #840404;
}
.post-content .personel-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.post-content .personel-content .personel-content-titles {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.post-content .personel-content .personel-content-titles .personel-content-information-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 16px 0;
  border-bottom: 1px solid #C7C7C7;
}
.post-content .personel-content .personel-content-titles .personel-content-information-inner p {
  margin: 0;
}
.post-content .personel-content .personel-content-infomation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 32px 0;
  width: 100%;
}
@media (max-width: 500px) {
  .post-content .personel-content .personel-content-infomation .personel-content-bio {
    margin-bottom: 32px;
  }
  .post-content .personel-content .personel-content-infomation .personel-content-bio .wp-block-media-text__content {
    margin-top: 16px;
    padding: 0;
  }
}
.post-content .personel-content .personel-content-infomation section img {
  width: 100%;
}
.post-content .personel-content .personel-content-infomation .personel-content-container {
  position: relative;
  width: 100%;
  max-height: 100%;
  margin-top: 32px;
}
.post-content .personel-content .personel-content-infomation .personel-content-container.--left {
  max-width: calc(58.8235294118% - 26px);
}
@media (max-width: 980px) {
  .post-content .personel-content .personel-content-infomation .personel-content-container.--left {
    max-width: 100%;
  }
}
.post-content .personel-content .personel-content-infomation .personel-content-container.--right {
  max-width: calc(43.4782608696% - 26px);
}
.post-content .personel-content .personel-content-infomation .personel-content-container.--right .personel-gallery a {
  white-space: unset;
}
@media (max-width: 980px) {
  .post-content .personel-content .personel-content-infomation .personel-content-container.--right {
    max-width: 100%;
    margin: 26px 0;
  }
  .post-content .personel-content .personel-content-infomation .personel-content-container.--right .personel-gallery a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.post-content .gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.post-content .gallery .gallery-item {
  max-width: 100%;
  width: 100%;
}
@media (max-width: 980px) {
  .post-content .gallery .gallery-item {
    max-width: 49%;
  }
}
@media (max-width: 500px) {
  .post-content .gallery .gallery-item {
    max-width: 100%;
  }
}

.post-sidebar {
  overflow-y: auto;
  position: relative;
}
.post-sidebar .sidebar {
  position: absolute;
  top: 0;
  right: 0;
}
@media (max-width: 980px) {
  .post-sidebar .sidebar {
    position: relative;
    width: 100%;
    margin-top: 32px;
  }
  .post-sidebar .sidebar .cards {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 500px) {
  .post-sidebar .sidebar .cards {
    gap: unset;
    grid-template-columns: repeat(1, 1fr);
    margin-top: 0;
  }
}

/*Breackpoints*/
/*Font colors*/
/*Colors*/
.wpcf7-form.invalid {
  padding-bottom: 20px;
}
.wpcf7-form.invalid .wpcf7-response-output {
  display: none;
}

.wpcf7-form.failed, .wpcf7-form.sent {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-bottom: 8px;
}
.wpcf7-form.failed .wpcf7-response-output, .wpcf7-form.sent .wpcf7-response-output {
  color: #424242;
  font-family: "NunitoSans";
  margin: 4px 0;
  padding: 0;
  border: none;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 123.077%;
  letter-spacing: 0.195px;
}

.wpcf7-spinner {
  display: none;
}

.subscribe-form form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  position: relative;
}
.subscribe-form form label {
  -ms-flex-preferred-size: 63%;
      flex-basis: 63%;
}
@media (max-width: 500px) {
  .subscribe-form form label {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
  }
}
.subscribe-form form .wpcf7-form-control-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.subscribe-form form .wpcf7-not-valid-tip {
  position: absolute;
  bottom: -20px;
  color: #FC0D1C;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0.195px;
}

.wpcf7-form-control:not(.wpcf7-submit) {
  font-family: NunitoSans;
  text-align: left;
  font-size: 16px;
  font-style: normal;
  background: transparent;
  border: 1px solid #840404;
  width: 100%;
  border-radius: 4px 0 0 4px;
  padding: 12px 16px;
  margin: 0;
}

.wpcf7-form-control:is(.wpcf7-submit) {
  -ms-flex-preferred-size: 37%;
      flex-basis: 37%;
  border-radius: 0 4px 4px 0;
  margin: 0;
  text-transform: uppercase;
}
@media (max-width: 500px) {
  .wpcf7-form-control:is(.wpcf7-submit) {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
  }
}
/*!*************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/swiper/swiper-bundle.min.css ***!
  \*************************************************************************************************************************/
/**
 * Swiper 9.4.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2023 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: June 13, 2023
 */

@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}.swiper,swiper-container{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;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-wrapper{transform:translate3d(0px,0,0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide,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);-webkit-backface-visibility:hidden;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,.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{transform-style:preserve-3d}.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,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(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,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(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,.5),rgba(0,0,0,0))}.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-horizontal.swiper-css-mode>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-vertical.swiper-css-mode>.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-centered>.swiper-wrapper::before{content:'';flex-shrink:0;order:9999}.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-horizontal>.swiper-wrapper::before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-vertical>.swiper-wrapper::before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.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,swiper-container: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(0deg)}100%{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:.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: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,.swiper-rtl .swiper-button-next{left:var(--swiper-navigation-sides-offset,10px);right:auto}.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-button-lock{display:none}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translate3d(0,0,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(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.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, .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(0px,-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:.2s transform,.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:translateX(-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:.2s transform,.2s left}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,:host(.swiper-horizontal.swiper-rtl) .swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.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,.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,.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,.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,swiper-container .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;-webkit-backface-visibility:hidden;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-next+.swiper-slide,.swiper-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-cube .swiper-slide-shadow-bottom,.swiper-cube .swiper-slide-shadow-left,.swiper-cube .swiper-slide-shadow-right,.swiper-cube .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0px;width:100%;height:100%;opacity:.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-flip{overflow:visible}.swiper-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;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-bottom,.swiper-flip .swiper-slide-shadow-left,.swiper-flip .swiper-slide-shadow-right,.swiper-flip .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-creative .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden;transition-property:transform,opacity,height}.swiper-cards{overflow:visible}.swiper-cards .swiper-slide{transform-origin:center bottom;-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden}
/*!*************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/@fancyapps/ui/dist/fancybox/fancybox.css ***!
  \*************************************************************************************************************************************/
:root{--f-spinner-width: 36px;--f-spinner-height: 36px;--f-spinner-color-1: rgba(0, 0, 0, 0.1);--f-spinner-color-2: rgba(17, 24, 28, 0.8);--f-spinner-stroke: 2.75}.f-spinner{margin:auto;padding:0;width:var(--f-spinner-width);height:var(--f-spinner-height)}.f-spinner svg{width:100%;height:100%;vertical-align:top;animation:f-spinner-rotate 2s linear infinite}.f-spinner svg *{stroke-width:var(--f-spinner-stroke);fill:none}.f-spinner svg *:first-child{stroke:var(--f-spinner-color-1)}.f-spinner svg *:last-child{stroke:var(--f-spinner-color-2);animation:f-spinner-dash 2s ease-in-out infinite}@keyframes f-spinner-rotate{100%{transform:rotate(360deg)}}@keyframes f-spinner-dash{0%{stroke-dasharray:1,150;stroke-dashoffset:0}50%{stroke-dasharray:90,150;stroke-dashoffset:-35}100%{stroke-dasharray:90,150;stroke-dashoffset:-124}}.f-throwOutUp{animation:var(--f-throw-out-duration, 0.175s) ease-out both f-throwOutUp}.f-throwOutDown{animation:var(--f-throw-out-duration, 0.175s) ease-out both f-throwOutDown}@keyframes f-throwOutUp{to{transform:translate3d(0, calc(var(--f-throw-out-distance, 150px) * -1), 0);opacity:0}}@keyframes f-throwOutDown{to{transform:translate3d(0, var(--f-throw-out-distance, 150px), 0);opacity:0}}.f-zoomInUp{animation:var(--f-transition-duration, 0.2s) ease .1s both f-zoomInUp}.f-zoomOutDown{animation:var(--f-transition-duration, 0.2s) ease both f-zoomOutDown}@keyframes f-zoomInUp{from{transform:scale(0.975) translate3d(0, 16px, 0);opacity:0}to{transform:scale(1) translate3d(0, 0, 0);opacity:1}}@keyframes f-zoomOutDown{to{transform:scale(0.975) translate3d(0, 16px, 0);opacity:0}}.f-fadeIn{animation:var(--f-transition-duration, 0.2s) var(--f-transition-easing, ease) var(--f-transition-delay, 0s) both f-fadeIn;z-index:2}.f-fadeOut{animation:var(--f-transition-duration, 0.2s) var(--f-transition-easing, ease) var(--f-transition-delay, 0s) both f-fadeOut;z-index:1}@keyframes f-fadeIn{0%{opacity:0}100%{opacity:1}}@keyframes f-fadeOut{100%{opacity:0}}.f-fadeFastIn{animation:var(--f-transition-duration, 0.2s) ease-out both f-fadeFastIn;z-index:2}.f-fadeFastOut{animation:var(--f-transition-duration, 0.1s) ease-out both f-fadeFastOut;z-index:2}@keyframes f-fadeFastIn{0%{opacity:.75}100%{opacity:1}}@keyframes f-fadeFastOut{100%{opacity:0}}.f-fadeSlowIn{animation:var(--f-transition-duration, 0.5s) ease both f-fadeSlowIn;z-index:2}.f-fadeSlowOut{animation:var(--f-transition-duration, 0.5s) ease both f-fadeSlowOut;z-index:1}@keyframes f-fadeSlowIn{0%{opacity:0}100%{opacity:1}}@keyframes f-fadeSlowOut{100%{opacity:0}}.f-crossfadeIn{animation:var(--f-transition-duration, 0.2s) ease-out both f-crossfadeIn;z-index:2}.f-crossfadeOut{animation:calc(var(--f-transition-duration, 0.2s)*.5) linear .1s both f-crossfadeOut;z-index:1}@keyframes f-crossfadeIn{0%{opacity:0}100%{opacity:1}}@keyframes f-crossfadeOut{100%{opacity:0}}.f-slideIn.from-next{animation:var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideInNext}.f-slideIn.from-prev{animation:var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideInPrev}.f-slideOut.to-next{animation:var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideOutNext}.f-slideOut.to-prev{animation:var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideOutPrev}@keyframes f-slideInPrev{0%{transform:translateX(100%)}100%{transform:translate3d(0, 0, 0)}}@keyframes f-slideInNext{0%{transform:translateX(-100%)}100%{transform:translate3d(0, 0, 0)}}@keyframes f-slideOutNext{100%{transform:translateX(-100%)}}@keyframes f-slideOutPrev{100%{transform:translateX(100%)}}.f-classicIn.from-next{animation:var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicInNext;z-index:2}.f-classicIn.from-prev{animation:var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicInPrev;z-index:2}.f-classicOut.to-next{animation:var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicOutNext;z-index:1}.f-classicOut.to-prev{animation:var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicOutPrev;z-index:1}@keyframes f-classicInNext{0%{transform:translateX(-75px);opacity:0}100%{transform:translate3d(0, 0, 0);opacity:1}}@keyframes f-classicInPrev{0%{transform:translateX(75px);opacity:0}100%{transform:translate3d(0, 0, 0);opacity:1}}@keyframes f-classicOutNext{100%{transform:translateX(-75px);opacity:0}}@keyframes f-classicOutPrev{100%{transform:translateX(75px);opacity:0}}:root{--f-button-width: 40px;--f-button-height: 40px;--f-button-border: 0;--f-button-border-radius: 0;--f-button-color: #374151;--f-button-bg: #f8f8f8;--f-button-hover-bg: #e0e0e0;--f-button-active-bg: #d0d0d0;--f-button-shadow: none;--f-button-transition: all 0.15s ease;--f-button-transform: none;--f-button-svg-width: 20px;--f-button-svg-height: 20px;--f-button-svg-stroke-width: 1.5;--f-button-svg-fill: none;--f-button-svg-filter: none;--f-button-svg-disabled-opacity: 0.65}.f-button{display:flex;justify-content:center;align-items:center;box-sizing:content-box;position:relative;margin:0;padding:0;width:var(--f-button-width);height:var(--f-button-height);border:var(--f-button-border);border-radius:var(--f-button-border-radius);color:var(--f-button-color);background:var(--f-button-bg);box-shadow:var(--f-button-shadow);pointer-events:all;cursor:pointer;transition:var(--f-button-transition)}@media(hover: hover){.f-button:hover:not([disabled]){color:var(--f-button-hover-color);background-color:var(--f-button-hover-bg)}}.f-button:active:not([disabled]){background-color:var(--f-button-active-bg)}.f-button:focus:not(:focus-visible){outline:none}.f-button:focus-visible{outline:none;box-shadow:inset 0 0 0 var(--f-button-outline, 2px) var(--f-button-outline-color, var(--f-button-color))}.f-button svg{width:var(--f-button-svg-width);height:var(--f-button-svg-height);fill:var(--f-button-svg-fill);stroke:currentColor;stroke-width:var(--f-button-svg-stroke-width);stroke-linecap:round;stroke-linejoin:round;transition:opacity .15s ease;transform:var(--f-button-transform);filter:var(--f-button-svg-filter);pointer-events:none}.f-button[disabled]{cursor:default}.f-button[disabled] svg{opacity:var(--f-button-svg-disabled-opacity)}.f-carousel__nav .f-button.is-prev,.f-carousel__nav .f-button.is-next,.fancybox__nav .f-button.is-prev,.fancybox__nav .f-button.is-next{position:absolute;z-index:1}.is-horizontal .f-carousel__nav .f-button.is-prev,.is-horizontal .f-carousel__nav .f-button.is-next,.is-horizontal .fancybox__nav .f-button.is-prev,.is-horizontal .fancybox__nav .f-button.is-next{top:50%;transform:translateY(-50%)}.is-horizontal .f-carousel__nav .f-button.is-prev,.is-horizontal .fancybox__nav .f-button.is-prev{left:var(--f-button-prev-pos)}.is-horizontal .f-carousel__nav .f-button.is-next,.is-horizontal .fancybox__nav .f-button.is-next{right:var(--f-button-next-pos)}.is-horizontal.is-rtl .f-carousel__nav .f-button.is-prev,.is-horizontal.is-rtl .fancybox__nav .f-button.is-prev{left:auto;right:var(--f-button-next-pos)}.is-horizontal.is-rtl .f-carousel__nav .f-button.is-next,.is-horizontal.is-rtl .fancybox__nav .f-button.is-next{right:auto;left:var(--f-button-prev-pos)}.is-vertical .f-carousel__nav .f-button.is-prev,.is-vertical .f-carousel__nav .f-button.is-next,.is-vertical .fancybox__nav .f-button.is-prev,.is-vertical .fancybox__nav .f-button.is-next{top:auto;left:50%;transform:translateX(-50%)}.is-vertical .f-carousel__nav .f-button.is-prev,.is-vertical .fancybox__nav .f-button.is-prev{top:var(--f-button-next-pos)}.is-vertical .f-carousel__nav .f-button.is-next,.is-vertical .fancybox__nav .f-button.is-next{bottom:var(--f-button-next-pos)}.is-vertical .f-carousel__nav .f-button.is-prev svg,.is-vertical .f-carousel__nav .f-button.is-next svg,.is-vertical .fancybox__nav .f-button.is-prev svg,.is-vertical .fancybox__nav .f-button.is-next svg{transform:rotate(90deg)}.f-carousel__nav .f-button:disabled,.fancybox__nav .f-button:disabled{pointer-events:none}html.with-fancybox{width:auto;overflow:visible;scroll-behavior:auto}html.with-fancybox body{touch-action:none}html.with-fancybox body.hide-scrollbar{width:auto;margin-right:calc(var(--fancybox-body-margin, 0px) + var(--fancybox-scrollbar-compensate, 0px));overflow:hidden !important;overscroll-behavior-y:none}.fancybox__container{--fancybox-color: #dbdbdb;--fancybox-hover-color: #fff;--fancybox-bg: rgba(24, 24, 27, 0.98);--fancybox-slide-gap: 10px;--f-spinner-width: 50px;--f-spinner-height: 50px;--f-spinner-color-1: rgba(255, 255, 255, 0.1);--f-spinner-color-2: #bbb;--f-spinner-stroke: 3.65;position:fixed;top:0;left:0;bottom:0;right:0;direction:ltr;display:flex;flex-direction:column;box-sizing:border-box;margin:0;padding:0;color:#f8f8f8;-webkit-tap-highlight-color:rgba(0,0,0,0);overflow:visible;z-index:var(--fancybox-zIndex, 1050);outline:none;transform-origin:top left;-webkit-text-size-adjust:100%;-moz-text-size-adjust:none;-ms-text-size-adjust:100%;text-size-adjust:100%;overscroll-behavior-y:contain}.fancybox__container *,.fancybox__container *::before,.fancybox__container *::after{box-sizing:inherit}.fancybox__container::backdrop{background-color:rgba(0,0,0,0)}.fancybox__backdrop{position:fixed;top:0;left:0;bottom:0;right:0;z-index:-1;background:var(--fancybox-bg);opacity:var(--fancybox-opacity, 1);will-change:opacity}.fancybox__carousel{position:relative;box-sizing:border-box;flex:1;min-height:0;z-index:10;overflow-y:visible;overflow-x:clip}.fancybox__viewport{width:100%;height:100%}.fancybox__viewport.is-draggable{cursor:move;cursor:grab}.fancybox__viewport.is-dragging{cursor:move;cursor:grabbing}.fancybox__track{display:flex;margin:0 auto;height:100%}.fancybox__slide{flex:0 0 auto;position:relative;display:flex;flex-direction:column;align-items:center;width:100%;height:100%;margin:0 var(--fancybox-slide-gap) 0 0;padding:4px;overflow:auto;overscroll-behavior:contain;transform:translate3d(0, 0, 0);backface-visibility:hidden}.fancybox__container:not(.is-compact) .fancybox__slide.has-close-btn{padding-top:40px}.fancybox__slide.has-iframe,.fancybox__slide.has-video,.fancybox__slide.has-html5video{overflow:hidden}.fancybox__slide.has-image{overflow:hidden}.fancybox__slide.has-image.is-animating,.fancybox__slide.has-image.is-selected{overflow:visible}.fancybox__slide::before,.fancybox__slide::after{content:"";flex:0 0 0;margin:auto}.fancybox__backdrop:empty,.fancybox__viewport:empty,.fancybox__track:empty,.fancybox__slide:empty{display:block}.fancybox__content{align-self:center;display:flex;flex-direction:column;position:relative;margin:0;padding:2rem;max-width:100%;color:var(--fancybox-content-color, #374151);background:var(--fancybox-content-bg, #fff);cursor:default;border-radius:0;z-index:20}.is-loading .fancybox__content{opacity:0}.is-draggable .fancybox__content{cursor:move;cursor:grab}.can-zoom_in .fancybox__content{cursor:zoom-in}.can-zoom_out .fancybox__content{cursor:zoom-out}.is-dragging .fancybox__content{cursor:move;cursor:grabbing}.fancybox__content [data-selectable],.fancybox__content [contenteditable]{cursor:auto}.fancybox__slide.has-image>.fancybox__content{padding:0;background:rgba(0,0,0,0);min-height:1px;background-repeat:no-repeat;background-size:contain;background-position:center center;transition:none;transform:translate3d(0, 0, 0);backface-visibility:hidden}.fancybox__slide.has-image>.fancybox__content>picture>img{width:100%;height:auto;max-height:100%}.is-animating .fancybox__content,.is-dragging .fancybox__content{will-change:transform,width,height}.fancybox-image{margin:auto;display:block;width:100%;height:100%;min-height:0;object-fit:contain;user-select:none;filter:blur(0px)}.fancybox__caption{align-self:center;max-width:100%;flex-shrink:0;margin:0;padding:14px 0 4px 0;overflow-wrap:anywhere;line-height:1.375;color:var(--fancybox-color, currentColor);opacity:var(--fancybox-opacity, 1);cursor:auto;visibility:visible}.is-loading .fancybox__caption,.is-closing .fancybox__caption{opacity:0;visibility:hidden}.is-compact .fancybox__caption{padding-bottom:0}.f-button.is-close-btn{--f-button-svg-stroke-width: 2;position:absolute;top:0;right:8px;z-index:40}.fancybox__content>.f-button.is-close-btn{--f-button-width: 34px;--f-button-height: 34px;--f-button-border-radius: 4px;--f-button-color: var(--fancybox-color, #fff);--f-button-hover-color: var(--fancybox-color, #fff);--f-button-bg: transparent;--f-button-hover-bg: transparent;--f-button-active-bg: transparent;--f-button-svg-width: 22px;--f-button-svg-height: 22px;position:absolute;top:-38px;right:0;opacity:.75}.is-loading .fancybox__content>.f-button.is-close-btn{visibility:hidden}.is-zooming-out .fancybox__content>.f-button.is-close-btn{visibility:hidden}.fancybox__content>.f-button.is-close-btn:hover{opacity:1}.fancybox__footer{padding:0;margin:0;position:relative}.fancybox__footer .fancybox__caption{width:100%;padding:24px;opacity:var(--fancybox-opacity, 1);transition:all .25s ease}.is-compact .fancybox__footer{position:absolute;bottom:0;left:0;right:0;z-index:20;background:rgba(24,24,27,.5)}.is-compact .fancybox__footer .fancybox__caption{padding:12px}.is-compact .fancybox__content>.f-button.is-close-btn{--f-button-border-radius: 50%;--f-button-color: #fff;--f-button-hover-color: #fff;--f-button-outline-color: #000;--f-button-bg: rgba(0, 0, 0, 0.6);--f-button-active-bg: rgba(0, 0, 0, 0.6);--f-button-hover-bg: rgba(0, 0, 0, 0.6);--f-button-svg-width: 18px;--f-button-svg-height: 18px;--f-button-svg-filter: none;top:5px;right:5px}.fancybox__nav{--f-button-width: 50px;--f-button-height: 50px;--f-button-border: 0;--f-button-border-radius: 50%;--f-button-color: var(--fancybox-color);--f-button-hover-color: var(--fancybox-hover-color);--f-button-bg: transparent;--f-button-hover-bg: rgba(24, 24, 27, 0.3);--f-button-active-bg: rgba(24, 24, 27, 0.5);--f-button-shadow: none;--f-button-transition: all 0.15s ease;--f-button-transform: none;--f-button-svg-width: 26px;--f-button-svg-height: 26px;--f-button-svg-stroke-width: 2.5;--f-button-svg-fill: none;--f-button-svg-filter: drop-shadow(1px 1px 1px rgba(24, 24, 27, 0.5));--f-button-svg-disabled-opacity: 0.65;--f-button-next-pos: 1rem;--f-button-prev-pos: 1rem;opacity:var(--fancybox-opacity, 1)}.fancybox__nav .f-button:before{position:absolute;content:"";top:-30px;right:-20px;left:-20px;bottom:-30px;z-index:1}.is-idle .fancybox__nav{animation:.15s ease-out both f-fadeOut}.is-idle.is-compact .fancybox__footer{pointer-events:none;animation:.15s ease-out both f-fadeOut}.fancybox__slide>.f-spinner{position:absolute;top:50%;left:50%;margin:var(--f-spinner-top, calc(var(--f-spinner-width) * -0.5)) 0 0 var(--f-spinner-left, calc(var(--f-spinner-height) * -0.5));z-index:30;cursor:pointer}.fancybox-protected{position:absolute;top:0;left:0;right:0;bottom:0;z-index:40;user-select:none}.fancybox-ghost{position:absolute;top:0;left:0;width:100%;height:100%;min-height:0;object-fit:contain;z-index:40;user-select:none;pointer-events:none}.fancybox-focus-guard{outline:none;opacity:0;position:fixed;pointer-events:none}.fancybox__container:not([aria-hidden]){opacity:0}.fancybox__container.is-animated[aria-hidden=false]>*:not(.fancybox__backdrop,.fancybox__carousel),.fancybox__container.is-animated[aria-hidden=false] .fancybox__carousel>*:not(.fancybox__viewport),.fancybox__container.is-animated[aria-hidden=false] .fancybox__slide>*:not(.fancybox__content){animation:var(--f-interface-enter-duration, 0.25s) ease .1s backwards f-fadeIn}.fancybox__container.is-animated[aria-hidden=false] .fancybox__backdrop{animation:var(--f-backdrop-enter-duration, 0.35s) ease backwards f-fadeIn}.fancybox__container.is-animated[aria-hidden=true]>*:not(.fancybox__backdrop,.fancybox__carousel),.fancybox__container.is-animated[aria-hidden=true] .fancybox__carousel>*:not(.fancybox__viewport),.fancybox__container.is-animated[aria-hidden=true] .fancybox__slide>*:not(.fancybox__content){animation:var(--f-interface-exit-duration, 0.15s) ease forwards f-fadeOut}.fancybox__container.is-animated[aria-hidden=true] .fancybox__backdrop{animation:var(--f-backdrop-exit-duration, 0.35s) ease forwards f-fadeOut}.has-iframe .fancybox__content,.has-map .fancybox__content,.has-pdf .fancybox__content,.has-youtube .fancybox__content,.has-vimeo .fancybox__content,.has-html5video .fancybox__content{max-width:100%;flex-shrink:1;min-height:1px;overflow:visible}.has-iframe .fancybox__content,.has-map .fancybox__content,.has-pdf .fancybox__content{width:calc(100% - 120px);height:90%}.fancybox__container.is-compact .has-iframe .fancybox__content,.fancybox__container.is-compact .has-map .fancybox__content,.fancybox__container.is-compact .has-pdf .fancybox__content{width:100%;height:100%}.has-youtube .fancybox__content,.has-vimeo .fancybox__content,.has-html5video .fancybox__content{width:960px;height:540px;max-width:100%;max-height:100%}.has-map .fancybox__content,.has-pdf .fancybox__content,.has-youtube .fancybox__content,.has-vimeo .fancybox__content,.has-html5video .fancybox__content{padding:0;background:rgba(24,24,27,.9);color:#fff}.has-map .fancybox__content{background:#e5e3df}.fancybox__html5video,.fancybox__iframe{border:0;display:block;height:100%;width:100%;background:rgba(0,0,0,0)}.fancybox-placeholder{border:0 !important;clip:rect(1px, 1px, 1px, 1px) !important;-webkit-clip-path:inset(50%) !important;clip-path:inset(50%) !important;height:1px !important;margin:-1px !important;overflow:hidden !important;padding:0 !important;position:absolute !important;width:1px !important;white-space:nowrap !important}.f-carousel__thumbs{--f-thumb-width: 96px;--f-thumb-height: 72px;--f-thumb-outline: 0;--f-thumb-outline-color: #5eb0ef;--f-thumb-opacity: 1;--f-thumb-hover-opacity: 1;--f-thumb-selected-opacity: 1;--f-thumb-border-radius: 2px;--f-thumb-offset: 0px;--f-button-next-pos: 0;--f-button-prev-pos: 0}.f-carousel__thumbs.is-classic{--f-thumb-gap: 8px;--f-thumb-opacity: 0.5;--f-thumb-hover-opacity: 1;--f-thumb-selected-opacity: 1}.f-carousel__thumbs.is-modern{--f-thumb-gap: 4px;--f-thumb-extra-gap: 16px;--f-thumb-clip-width: 46px}.f-thumbs{position:relative;flex:0 0 auto;margin:0;overflow:hidden;-webkit-tap-highlight-color:rgba(0,0,0,0);user-select:none;perspective:1000px;transform:translateZ(0)}.f-thumbs .f-spinner{position:absolute;top:0;left:0;width:100%;height:100%;border-radius:2px;background-image:linear-gradient(#ebeff2, #e2e8f0);z-index:-1}.f-thumbs .f-spinner svg{display:none}.f-thumbs.is-vertical{height:100%}.f-thumbs__viewport{width:100%;height:auto;overflow:hidden;transform:translate3d(0, 0, 0)}.f-thumbs__track{display:flex}.f-thumbs__slide{position:relative;flex:0 0 auto;box-sizing:content-box;display:flex;align-items:center;justify-content:center;padding:0;margin:0;width:var(--f-thumb-width);height:var(--f-thumb-height);overflow:visible;cursor:pointer}.f-thumbs__slide.is-loading img{opacity:0}.is-classic .f-thumbs__viewport{height:100%}.is-modern .f-thumbs__track{width:max-content}.is-modern .f-thumbs__track::before{content:"";position:absolute;top:0;bottom:0;left:calc((var(--f-thumb-clip-width, 0))*-0.5);width:calc(var(--width, 0)*1px + var(--f-thumb-clip-width, 0));cursor:pointer}.is-modern .f-thumbs__slide{width:var(--f-thumb-clip-width);transform:translate3d(calc(var(--shift, 0) * -1px), 0, 0);transition:none;pointer-events:none}.is-modern.is-resting .f-thumbs__slide{transition:transform .33s ease}.is-modern.is-resting .f-thumbs__slide__button{transition:clip-path .33s ease}.is-using-tab .is-modern .f-thumbs__slide:focus-within{filter:drop-shadow(-1px 0px 0px var(--f-thumb-outline-color)) drop-shadow(2px 0px 0px var(--f-thumb-outline-color)) drop-shadow(0px -1px 0px var(--f-thumb-outline-color)) drop-shadow(0px 2px 0px var(--f-thumb-outline-color))}.f-thumbs__slide__button{appearance:none;width:var(--f-thumb-width);height:100%;margin:0 -100% 0 -100%;padding:0;border:0;position:relative;border-radius:var(--f-thumb-border-radius);overflow:hidden;background:rgba(0,0,0,0);outline:none;cursor:pointer;pointer-events:auto;touch-action:manipulation;opacity:var(--f-thumb-opacity);transition:opacity .2s ease}.f-thumbs__slide__button:hover{opacity:var(--f-thumb-hover-opacity)}.f-thumbs__slide__button:focus:not(:focus-visible){outline:none}.f-thumbs__slide__button:focus-visible{outline:none;opacity:var(--f-thumb-selected-opacity)}.is-modern .f-thumbs__slide__button{--clip-path: inset( 0 calc( ((var(--f-thumb-width, 0) - var(--f-thumb-clip-width, 0))) * (1 - var(--progress, 0)) * 0.5 ) round var(--f-thumb-border-radius, 0) );clip-path:var(--clip-path)}.is-classic .is-nav-selected .f-thumbs__slide__button{opacity:var(--f-thumb-selected-opacity)}.is-classic .is-nav-selected .f-thumbs__slide__button::after{content:"";position:absolute;top:0;left:0;right:0;height:auto;bottom:0;border:var(--f-thumb-outline, 0) solid var(--f-thumb-outline-color, transparent);border-radius:var(--f-thumb-border-radius);animation:f-fadeIn .2s ease-out;z-index:10}.f-thumbs__slide__img{overflow:hidden;position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;margin:0;padding:var(--f-thumb-offset);box-sizing:border-box;pointer-events:none;object-fit:cover;border-radius:var(--f-thumb-border-radius)}.f-thumbs.is-horizontal .f-thumbs__track{padding:8px 0 12px 0}.f-thumbs.is-horizontal .f-thumbs__slide{margin:0 var(--f-thumb-gap) 0 0}.f-thumbs.is-vertical .f-thumbs__track{flex-wrap:wrap;padding:0 8px}.f-thumbs.is-vertical .f-thumbs__slide{margin:0 0 var(--f-thumb-gap) 0}.fancybox__thumbs{--f-thumb-width: 96px;--f-thumb-height: 72px;--f-thumb-border-radius: 2px;--f-thumb-outline: 2px;--f-thumb-outline-color: #ededed;position:relative;opacity:var(--fancybox-opacity, 1);transition:max-height .35s cubic-bezier(0.23, 1, 0.32, 1)}.fancybox__thumbs.is-classic{--f-thumb-gap: 8px;--f-thumb-opacity: 0.5;--f-thumb-hover-opacity: 1}.fancybox__thumbs.is-classic .f-spinner{background-image:linear-gradient(rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.05))}.fancybox__thumbs.is-modern{--f-thumb-gap: 4px;--f-thumb-extra-gap: 16px;--f-thumb-clip-width: 46px;--f-thumb-opacity: 1;--f-thumb-hover-opacity: 1}.fancybox__thumbs.is-modern .f-spinner{background-image:linear-gradient(rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.05))}.fancybox__thumbs.is-horizontal{padding:0 var(--f-thumb-gap)}.fancybox__thumbs.is-vertical{padding:var(--f-thumb-gap) 0}.is-compact .fancybox__thumbs{--f-thumb-width: 64px;--f-thumb-clip-width: 32px;--f-thumb-height: 48px;--f-thumb-extra-gap: 10px}.fancybox__thumbs.is-masked{max-height:0px !important}.is-closing .fancybox__thumbs{transition:none !important}.fancybox__toolbar{--f-progress-color: var(--fancybox-color, rgba(255, 255, 255, 0.94));--f-button-width: 46px;--f-button-height: 46px;--f-button-color: var(--fancybox-color);--f-button-hover-color: var(--fancybox-hover-color);--f-button-bg: rgba(24, 24, 27, 0.65);--f-button-hover-bg: rgba(70, 70, 73, 0.65);--f-button-active-bg: rgba(90, 90, 93, 0.65);--f-button-border-radius: 0;--f-button-svg-width: 24px;--f-button-svg-height: 24px;--f-button-svg-stroke-width: 1.5;--f-button-svg-filter: drop-shadow(1px 1px 1px rgba(24, 24, 27, 0.15));--f-button-svg-fill: none;--f-button-svg-disabled-opacity: 0.65;display:flex;flex-direction:row;justify-content:space-between;margin:0;padding:0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI Adjusted","Segoe UI","Liberation Sans",sans-serif;color:var(--fancybox-color, currentColor);opacity:var(--fancybox-opacity, 1);text-shadow:var(--fancybox-toolbar-text-shadow, 1px 1px 1px rgba(0, 0, 0, 0.5));pointer-events:none;z-index:20}.fancybox__toolbar :focus-visible{z-index:1}.fancybox__toolbar.is-absolute,.is-compact .fancybox__toolbar{position:absolute;top:0;left:0;right:0}.is-idle .fancybox__toolbar{pointer-events:none;animation:.15s ease-out both f-fadeOut}.fancybox__toolbar__column{display:flex;flex-direction:row;flex-wrap:wrap;align-content:flex-start}.fancybox__toolbar__column.is-left,.fancybox__toolbar__column.is-right{flex-grow:1;flex-basis:0}.fancybox__toolbar__column.is-right{display:flex;justify-content:flex-end;flex-wrap:nowrap}.fancybox__infobar{padding:0 5px;line-height:var(--f-button-height);text-align:center;font-size:17px;font-variant-numeric:tabular-nums;-webkit-font-smoothing:subpixel-antialiased;cursor:default;user-select:none}.fancybox__infobar span{padding:0 5px}.fancybox__infobar:not(:first-child):not(:last-child){background:var(--f-button-bg)}[data-fancybox-toggle-slideshow]{position:relative}[data-fancybox-toggle-slideshow] .f-progress{height:100%;opacity:.3}[data-fancybox-toggle-slideshow] svg g:first-child{display:flex}[data-fancybox-toggle-slideshow] svg g:last-child{display:none}.has-slideshow [data-fancybox-toggle-slideshow] svg g:first-child{display:none}.has-slideshow [data-fancybox-toggle-slideshow] svg g:last-child{display:flex}[data-fancybox-toggle-fullscreen] svg g:first-child{display:flex}[data-fancybox-toggle-fullscreen] svg g:last-child{display:none}:fullscreen [data-fancybox-toggle-fullscreen] svg g:first-child{display:none}:fullscreen [data-fancybox-toggle-fullscreen] svg g:last-child{display:flex}.f-progress{position:absolute;top:0;left:0;right:0;height:3px;transform:scaleX(0);transform-origin:0;transition-property:transform;transition-timing-function:linear;background:var(--f-progress-color, var(--f-carousel-theme-color, #0091ff));z-index:30;user-select:none;pointer-events:none}
