.glightbox-container {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999 !important;
  overflow: hidden;
  touch-action: none;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  text-size-adjust: 100%;
  backface-visibility: hidden;
  outline: none;
}

.glightbox-container.inactive {
  display: none;
}

.glightbox-container .gcontainer {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 9999;
  overflow: hidden;
}

.glightbox-container .gslider {
  transition: transform 0.4s ease;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
  position: relative;
  overflow: hidden;
  display: flex !important;
  justify-content: center;
  align-items: center;
  transform: translate3d(0, 0, 0);
}

.glightbox-container .gslide {
  width: 100%;
  position: absolute;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
}

.glightbox-container .gslide.current {
  opacity: 1;
  z-index: 99999;
  position: relative;
}

.glightbox-container .gslide.prev {
  opacity: 1;
  z-index: 9999;
}

.glightbox-container .gslide-inner-content {
  width: 100%;
}

.glightbox-container .ginner-container {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  max-width: 100%;
  margin: auto;
  height: 100vh;
}

.glightbox-container .ginner-container.gvideo-container {
  width: 100%;
}

.glightbox-container .ginner-container.desc-bottom,
        .glightbox-container .ginner-container.desc-top {
  flex-direction: column;
}

.glightbox-container .ginner-container.desc-left,
        .glightbox-container .ginner-container.desc-right {
  max-width: 100% !important;
}

.gslide iframe,
    .gslide video {
  outline: none !important;
  border: none;
  min-height: 165px;
  -webkit-overflow-scrolling: touch;
  touch-action: auto;
}

.gslide:not(.current) {
  pointer-events: none;
}

.gslide-image {
  align-items: center;
}

.gslide-image img {
  max-height: 100vh;
  display: block;
  padding: 0;
  float: none;
  outline: none;
  border: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  max-width: 100vw;
  width: auto;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  touch-action: none;
  margin: auto;
  min-width: 200px;
}

.desc-top .gslide-image img,
        .desc-bottom .gslide-image img {
  width: auto;
}

.desc-left .gslide-image img,
        .desc-right .gslide-image img {
  width: auto;
  max-width: 100%;
}

.gslide-image img.zoomable {
  position: relative;
}

.gslide-image img.dragging {
  cursor: grabbing !important;
  transition: none;
}

.gslide-video {
  position: relative;
  max-width: 100vh;
  width: 100% !important;
}

.gslide-video .plyr__poster-enabled.plyr--loading .plyr__poster {
  display: none;
}

.gslide-video .gvideo-wrapper {
  width: 100%;
        /* max-width: 160vmin; */
  margin: auto;
}

.gslide-video::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(255, 0, 0, 0.34);
  display: none;
}

.gslide-video.playing::before {
  display: none;
}

.gslide-video.fullscreen {
  max-width: 100% !important;
  min-width: 100%;
  height: 75vh;
}

.gslide-video.fullscreen video {
  max-width: 100% !important;
  width: 100% !important;
}

.gslide-inline {
  background: #fff;
  text-align: left;
  max-height: calc(100vh - 40px);
  overflow: auto;
  max-width: 100%;
  margin: auto;
}

.gslide-inline .ginlined-content {
  padding: 20px;
  width: 100%;
}

.gslide-inline .dragging {
  cursor: grabbing !important;
  transition: none;
}

.ginlined-content {
  overflow: auto;
  display: block !important;
  opacity: 1;
}

.gslide-external {
  display: flex;
  width: 100%;
  min-width: 100%;
  background: #fff;
  padding: 0;
  overflow: auto;
  max-height: 75vh;
  height: 100%;
}

.gslide-media {
  display: flex;
  width: auto;
}

.zoomed .gslide-media {
  box-shadow: none !important;
}

.desc-top .gslide-media,
    .desc-bottom .gslide-media {
  margin: 0 auto;
  flex-direction: column;
}

.gslide-description {
  position: relative;
  flex: 1 0 100%;
}

.gslide-description.description-left,
    .gslide-description.description-right {
  max-width: 100%;
}

.gslide-description.description-bottom,
    .gslide-description.description-top {
  margin: 0 auto;
  width: 100%;
}

.gslide-description p {
  margin-bottom: 12px;
}

.gslide-description p:last-child {
  margin-bottom: 0;
}

.zoomed .gslide-description {
  display: none;
}

.glightbox-button-hidden {
  display: none;
}


/*
 * Description for mobiles
 * something like facebook does the description
 * for the photos
*/

.glightbox-mobile .glightbox-container .gslide-description {
  height: auto !important;
  width: 100%;
  position: absolute;
  bottom: 0;
  padding: 19px 11px;
  max-width: 100vw !important;
  order: 2 !important;
  max-height: 78vh;
  overflow: auto !important;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 100%);
  transition: opacity 0.3s linear;
  padding-bottom: 50px;
}

.glightbox-mobile .glightbox-container .gslide-title {
  color: #fff;
  font-size: 1em;
}

.glightbox-mobile .glightbox-container .gslide-desc {
  color: #a1a1a1;
}

.glightbox-mobile .glightbox-container .gslide-desc a {
  color: #fff;
  font-weight: bold;
}

.glightbox-mobile .glightbox-container .gslide-desc * {
  color: inherit;
}

.glightbox-mobile .glightbox-container .gslide-desc .desc-more {
  color: #fff;
  opacity: 0.4;
}

.gdesc-open .gslide-media {
  transition: opacity 0.5s ease;
  opacity: 0.4;
}

.gdesc-open .gdesc-inner {
  padding-bottom: 30px;
}

.gdesc-closed .gslide-media {
  transition: opacity 0.5s ease;
  opacity: 1;
}

.greset {
  transition: all 0.3s ease;
}

.gabsolute {
  position: absolute;
}

.grelative {
  position: relative;
}

.glightbox-desc {
  display: none !important;
}

.glightbox-open {
  overflow: hidden;
}

.gloader {
  height: 25px;
  width: 25px;
  animation: lightboxLoader 0.8s infinite linear;
  border: 2px solid #fff;
  border-right-color: transparent;
  border-radius: 50%;
  position: absolute;
  display: block;
  z-index: 9999;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 47%;
}

.goverlay {
  width: 100%;
  height: calc(100vh + 1px);
  position: fixed;
  top: -1px;
  left: 0;
  background: #000;
  will-change: opacity;
}

.glightbox-mobile .goverlay {
  background: #000;
}

.gprev,
.gnext,
.gclose {
  z-index: 99999;
  cursor: pointer;
  width: 26px;
  height: 44px;
  border: none;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.gprev svg,
.gnext svg,
.gclose svg {
  display: block;
  width: 25px;
  height: auto;
  margin: 0;
  padding: 0;
}

.gprev.disabled,
.gnext.disabled,
.gclose.disabled {
  opacity: 0.1;
}

.gprev .garrow,
.gnext .garrow,
.gclose .garrow {
  stroke: #fff;
}

.gbtn.focused {
  outline: 2px solid #0f3d81;
}

iframe.wait-autoplay {
  opacity: 0;
}

.glightbox-closing .gnext,
    .glightbox-closing .gprev,
    .glightbox-closing .gclose {
  opacity: 0 !important;
}


/*Skin */

.glightbox-clean .gslide-description {
  background: #fff;
}

.glightbox-clean .gdesc-inner {
  padding: 22px 20px;
}

.glightbox-clean .gslide-title {
  font-size: 1em;
  font-weight: normal;
  font-family: arial;
  color: #000;
  margin-bottom: 19px;
  line-height: 1.4em;
}

.glightbox-clean .gslide-desc {
  font-size: 0.86em;
  margin-bottom: 0;
  font-family: arial;
  line-height: 1.4em;
}

.glightbox-clean .gslide-video {
  background: #000;
}

.glightbox-clean .gprev,
    .glightbox-clean .gnext,
    .glightbox-clean .gclose {
  background-color: rgba(0, 0, 0, 0.75);
  border-radius: 4px;
}

.glightbox-clean .gprev path,
.glightbox-clean .gnext path,
.glightbox-clean .gclose path {
  fill: #fff;
}

.glightbox-clean .gprev {
  position: absolute;
  top: -100%;
  left: 30px;
  width: 40px;
  height: 50px;
}

.glightbox-clean .gnext {
  position: absolute;
  top: -100%;
  right: 30px;
  width: 40px;
  height: 50px;
}

.glightbox-clean .gclose {
  width: 35px;
  height: 35px;
  top: 15px;
  right: 10px;
  position: absolute;
}

.glightbox-clean .gclose svg {
  width: 18px;
  height: auto;
}

.glightbox-clean .gclose:hover {
  opacity: 1;
}


/*CSS Animations*/

.gfadeIn {
  animation: gfadeIn 0.5s ease;
}

.gfadeOut {
  animation: gfadeOut 0.5s ease;
}

.gslideOutLeft {
  animation: gslideOutLeft 0.3s ease;
}

.gslideInLeft {
  animation: gslideInLeft 0.3s ease;
}

.gslideOutRight {
  animation: gslideOutRight 0.3s ease;
}

.gslideInRight {
  animation: gslideInRight 0.3s ease;
}

.gzoomIn {
  animation: gzoomIn 0.5s ease;
}

.gzoomOut {
  animation: gzoomOut 0.5s ease;
}

@keyframes lightboxLoader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes gfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes gfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

@keyframes gslideInLeft {
  from {
    opacity: 0;
    transform: translate3d(-60%, 0, 0);
  }
  to {
    visibility: visible;
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes gslideOutLeft {
  from {
    opacity: 1;
    visibility: visible;
    transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(-60%, 0, 0);
    opacity: 0;
    visibility: hidden;
  }
}

@keyframes gslideInRight {
  from {
    opacity: 0;
    visibility: visible;
    transform: translate3d(60%, 0, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes gslideOutRight {
  from {
    opacity: 1;
    visibility: visible;
    transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(60%, 0, 0);
    opacity: 0;
  }
}

@keyframes gzoomIn {
  from {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 1;
  }
}

@keyframes gzoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}

@media (min-width: 769px) {
  .glightbox-container .ginner-container {
    width: auto;
    height: auto;
    flex-direction: row;
  }
  .glightbox-container .ginner-container.desc-top .gslide-description {
    order: 0;
  }
  .glightbox-container .ginner-container.desc-top .gslide-image,
                .glightbox-container .ginner-container.desc-top .gslide-image img {
    order: 1;
  }
  .glightbox-container .ginner-container.desc-left .gslide-description {
    order: 0;
  }
  .glightbox-container .ginner-container.desc-left .gslide-image {
    order: 1;
  }
  .gslide-image img {
    max-height: 97vh;
    max-width: 100%;
  }
  .gslide-image img.zoomable {
    cursor: zoom-in;
  }
  .zoomed .gslide-image img.zoomable {
    cursor: grab;
  }
  .gslide-inline {
    max-height: 95vh;
  }
  .gslide-external {
    max-height: 100vh;
  }
  .gslide-description.description-left,
    .gslide-description.description-right {
    max-width: 275px;
  }
  .glightbox-open {
    height: auto;
  }
  .goverlay {
    background: rgba(0, 0, 0, 0.92);
  }
  .glightbox-clean .gslide-media {
    box-shadow: 1px 2px 9px 0px rgba(0, 0, 0, 0.65);
  }
  .glightbox-clean .description-left .gdesc-inner,
.glightbox-clean .description-right .gdesc-inner {
    position: absolute;
    height: 100%;
    overflow-y: auto;
  }
  .glightbox-clean .gprev,
    .glightbox-clean .gnext,
    .glightbox-clean .gclose {
    background-color: rgba(0, 0, 0, 0.32);
  }
  .glightbox-clean .gprev:hover,
.glightbox-clean .gnext:hover,
.glightbox-clean .gclose:hover {
    background-color: rgba(0, 0, 0, 0.7);
  }
  .glightbox-clean .gprev {
    top: 45%;
  }
  .glightbox-clean .gnext {
    top: 45%;
  }
}

@media (min-width: 992px) {
  .glightbox-clean .gclose {
    opacity: 0.7;
    right: 20px;
  }
}

@media screen and (max-height: 420px) {
  .goverlay {
    background: #000;
  }
}

/**
    mq() takes up to three optional parameters:

    $from: inclusive min-width boundary
    $until: exclusive max-width boundary
    $and: additional custom directives
 */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

[v-cloak] {
  display: none;
}

.delay1 {
  animation-delay: 0.3s;
}
@media (max-width: 35.99em) {
  .delay1 {
    animation-delay: 0.3s;
  }
}

.delay2 {
  animation-delay: 0.6s;
}
@media (max-width: 35.99em) {
  .delay2 {
    animation-delay: 0.3s;
  }
}

.delay3 {
  animation-delay: 0.9s;
}
@media (max-width: 35.99em) {
  .delay3 {
    animation-delay: 0.3s;
  }
}

.delay4 {
  animation-delay: 1.2s;
}
@media (max-width: 35.99em) {
  .delay4 {
    animation-delay: 0.3s;
  }
}

.delay5 {
  animation-delay: 1.5s;
}
@media (max-width: 35.99em) {
  .delay5 {
    animation-delay: 0.3s;
  }
}

.delay6 {
  animation-delay: 1.8s;
}
@media (max-width: 35.99em) {
  .delay6 {
    animation-delay: 0.3s;
  }
}

.delay7 {
  animation-delay: 2.1s;
}
@media (max-width: 35.99em) {
  .delay7 {
    animation-delay: 0.3s;
  }
}

.delay8 {
  animation-delay: 2.4s;
}
@media (max-width: 35.99em) {
  .delay8 {
    animation-delay: 0.3s;
  }
}

.delay9 {
  animation-delay: 2.7s;
}
@media (max-width: 35.99em) {
  .delay9 {
    animation-delay: 0.3s;
  }
}

.delay10 {
  animation-delay: 3s;
}
@media (max-width: 35.99em) {
  .delay10 {
    animation-delay: 0.3s;
  }
}

/*!
* animate.css - https://animate.style/
* Version - 4.1.1
* Licensed under the MIT license - http://opensource.org/licenses/MIT
*
* Copyright (c) 2020 Animate.css
*/
:root {
  --animate-duration: 1s;
  --animate-delay: 1s;
  --animate-repeat: 1;
}

.invisible {
  opacity: 0;
}

.animate__animated {
  animation-duration: 1s;
  animation-duration: var(--animate-duration);
  animation-fill-mode: both;
}

.animate__animated.animate__infinite {
  animation-iteration-count: infinite;
}

.animate__animated.animate__repeat-1 {
  animation-iteration-count: 1;
  animation-iteration-count: var(--animate-repeat);
}

.animate__animated.animate__repeat-2 {
  animation-iteration-count: 2;
  animation-iteration-count: calc(var(--animate-repeat) * 2);
}

.animate__animated.animate__repeat-3 {
  animation-iteration-count: 3;
  animation-iteration-count: calc(var(--animate-repeat) * 3);
}

.animate__animated.animate__delay-1s {
  animation-delay: 1s;
  animation-delay: var(--animate-delay);
}

.animate__animated.animate__delay-2s {
  animation-delay: 2s;
  animation-delay: calc(var(--animate-delay) * 2);
}

.animate__animated.animate__delay-3s {
  animation-delay: 3s;
  animation-delay: calc(var(--animate-delay) * 3);
}

.animate__animated.animate__delay-4s {
  animation-delay: 4s;
  animation-delay: calc(var(--animate-delay) * 4);
}

.animate__animated.animate__delay-5s {
  animation-delay: 5s;
  animation-delay: calc(var(--animate-delay) * 5);
}

.animate__animated.animate__faster {
  animation-duration: 0.5s;
  animation-duration: calc(var(--animate-duration) / 2);
}

.animate__animated.animate__fast {
  animation-duration: 0.8s;
  animation-duration: calc(var(--animate-duration) * 0.8);
}

.animate__animated.animate__slow {
  animation-duration: 2s;
  animation-duration: calc(var(--animate-duration) * 2);
}

.animate__animated.animate__slower {
  animation-duration: 3s;
  animation-duration: calc(var(--animate-duration) * 3);
}

@media print, (prefers-reduced-motion: reduce) {
  .animate__animated {
    animation-duration: 1ms !important;
    transition-duration: 1ms !important;
    animation-iteration-count: 1 !important;
  }
  .animate__animated[class*=Out] {
    opacity: 0;
  }
}
/* Attention seekers  */
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@keyframes pulse {
  from {
    transform: scale3d(1, 1, 1);
  }
  50% {
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}
.animate__pulse {
  animation-name: pulse;
  animation-timing-function: ease-in-out;
}
@keyframes swing {
  20% {
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
.animate__swing {
  transform-origin: top center;
  animation-name: swing;
}
@keyframes heartBeat {
  0% {
    transform: scale(1);
  }
  14% {
    transform: scale(1.3);
  }
  28% {
    transform: scale(1);
  }
  42% {
    transform: scale(1.3);
  }
  70% {
    transform: scale(1);
  }
}
.animate__heartBeat {
  animation-name: heartBeat;
  animation-duration: 1.3s;
  animation-duration: calc(var(--animate-duration) * 1.3);
  animation-timing-function: ease-in-out;
}

/* Bouncing entrances  */
@keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    transform: scale3d(1, 1, 1);
  }
}
.animate__bounceIn {
  animation-duration: 0.75s;
  animation-duration: calc(var(--animate-duration) * 0.75);
  animation-name: bounceIn;
}

/* Rotating entrances */
@keyframes rotateIn {
  from {
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  to {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.animate__rotateIn {
  animation-name: rotateIn;
  transform-origin: center;
}

/* Fading entrances  */
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.animate__fadeIn {
  animation-name: fadeIn;
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInDown {
  animation-name: fadeInDown;
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInLeft {
  animation-name: fadeInLeft;
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInRight {
  animation-name: fadeInRight;
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInUp {
  animation-name: fadeInUp;
}

/* Zooming entrances */
@keyframes zoomIn {
  from {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
.animate__zoomIn {
  animation-name: zoomIn;
}

/* Sliding entrances */
@keyframes slideInDown {
  from {
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.animate__slideInDown {
  animation-name: slideInDown;
}
@keyframes slideInLeft {
  from {
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.animate__slideInLeft {
  animation-name: slideInLeft;
}
@keyframes slideInRight {
  from {
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.animate__slideInRight {
  animation-name: slideInRight;
}
@keyframes slideInUp {
  from {
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.animate__slideInUp {
  animation-name: slideInUp;
}

/* required styles */
.leaflet-pane,
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-tile-container,
.leaflet-pane > svg,
.leaflet-pane > canvas,
.leaflet-zoom-box,
.leaflet-image-layer,
.leaflet-layer {
  position: absolute;
  left: 0;
  top: 0;
}

.leaflet-container {
  overflow: hidden;
}

.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-user-drag: none;
}

/* Prevents IE11 from highlighting tiles in blue */
.leaflet-tile::-moz-selection {
  background: transparent;
}
.leaflet-tile::selection {
  background: transparent;
}

/* Safari renders non-retina tile on retina better with this, but Chrome is worse */
.leaflet-safari .leaflet-tile {
  image-rendering: -webkit-optimize-contrast;
}

/* hack that prevents hw layers "stretching" when loading new tiles */
.leaflet-safari .leaflet-tile-container {
  width: 1600px;
  height: 1600px;
  -webkit-transform-origin: 0 0;
}

.leaflet-marker-icon,
.leaflet-marker-shadow {
  display: block;
}

/* .leaflet-container svg: reset svg max-width decleration shipped in Joomla! (joomla.org) 3.x */
/* .leaflet-container img: map is broken in FF if you have max-width: 100% on tiles */
.leaflet-container .leaflet-overlay-pane svg {
  max-width: none !important;
  max-height: none !important;
}

.leaflet-container .leaflet-marker-pane img,
.leaflet-container .leaflet-shadow-pane img,
.leaflet-container .leaflet-tile-pane img,
.leaflet-container img.leaflet-image-layer,
.leaflet-container .leaflet-tile {
  max-width: none !important;
  max-height: none !important;
  width: auto;
  padding: 0;
}

.leaflet-container img.leaflet-tile {
  /* See: https://bugs.chromium.org/p/chromium/issues/detail?id=600120 */
  mix-blend-mode: plus-lighter;
}

.leaflet-container.leaflet-touch-zoom {
  touch-action: pan-x pan-y;
}

.leaflet-container.leaflet-touch-drag {
  /* Fallback for FF which doesn't support pinch-zoom */
  touch-action: none;
  touch-action: pinch-zoom;
}

.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom {
  touch-action: none;
}

.leaflet-container {
  -webkit-tap-highlight-color: transparent;
}

.leaflet-container a {
  -webkit-tap-highlight-color: rgba(51, 181, 229, 0.4);
}

.leaflet-tile {
  filter: inherit;
  visibility: hidden;
}

.leaflet-tile-loaded {
  visibility: inherit;
}

.leaflet-zoom-box {
  width: 0;
  height: 0;
  box-sizing: border-box;
  z-index: 800;
}

/* workaround for https://bugzilla.mozilla.org/show_bug.cgi?id=888319 */
.leaflet-overlay-pane svg {
  -moz-user-select: none;
}

.leaflet-pane {
  z-index: 400;
}

.leaflet-tile-pane {
  z-index: 200;
}

.leaflet-overlay-pane {
  z-index: 400;
}

.leaflet-shadow-pane {
  z-index: 500;
}

.leaflet-marker-pane {
  z-index: 600;
}

.leaflet-tooltip-pane {
  z-index: 650;
}

.leaflet-popup-pane {
  z-index: 700;
}

.leaflet-map-pane canvas {
  z-index: 100;
}

.leaflet-map-pane svg {
  z-index: 200;
}

.leaflet-vml-shape {
  width: 1px;
  height: 1px;
}

.lvml {
  behavior: url(#default#VML);
  display: inline-block;
  position: absolute;
}

/* control positioning */
.leaflet-control {
  position: relative;
  z-index: 800;
  pointer-events: visiblePainted; /* IE 9-10 doesn't have auto */
  pointer-events: auto;
}

.leaflet-top,
.leaflet-bottom {
  position: absolute;
  z-index: 1000;
  pointer-events: none;
}

.leaflet-top {
  top: 0;
}

.leaflet-right {
  right: 0;
}

.leaflet-bottom {
  bottom: 0;
}

.leaflet-left {
  left: 0;
}

.leaflet-control {
  float: left;
  clear: both;
}

.leaflet-right .leaflet-control {
  float: right;
}

.leaflet-top .leaflet-control {
  margin-top: 10px;
}

.leaflet-bottom .leaflet-control {
  margin-bottom: 10px;
}

.leaflet-left .leaflet-control {
  margin-left: 10px;
}

.leaflet-right .leaflet-control {
  margin-right: 10px;
}

/* zoom and fade animations */
.leaflet-fade-anim .leaflet-popup {
  opacity: 0;
  transition: opacity 0.2s linear;
}

.leaflet-fade-anim .leaflet-map-pane .leaflet-popup {
  opacity: 1;
}

.leaflet-zoom-animated {
  transform-origin: 0 0;
}

svg.leaflet-zoom-animated {
  will-change: transform;
}

.leaflet-zoom-anim .leaflet-zoom-animated {
  transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1);
}

.leaflet-zoom-anim .leaflet-tile,
.leaflet-pan-anim .leaflet-tile {
  transition: none;
}

.leaflet-zoom-anim .leaflet-zoom-hide {
  visibility: hidden;
}

/* cursors */
.leaflet-interactive {
  cursor: pointer;
}

.leaflet-grab {
  cursor: grab;
}

.leaflet-crosshair,
.leaflet-crosshair .leaflet-interactive {
  cursor: crosshair;
}

.leaflet-popup-pane,
.leaflet-control {
  cursor: auto;
}

.leaflet-dragging .leaflet-grab,
.leaflet-dragging .leaflet-grab .leaflet-interactive,
.leaflet-dragging .leaflet-marker-draggable {
  cursor: move;
  cursor: grabbing;
}

/* marker & overlays interactivity */
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-image-layer,
.leaflet-pane > svg path,
.leaflet-tile-container {
  pointer-events: none;
}

.leaflet-marker-icon.leaflet-interactive,
.leaflet-image-layer.leaflet-interactive,
.leaflet-pane > svg path.leaflet-interactive,
svg.leaflet-image-layer.leaflet-interactive path {
  pointer-events: visiblePainted; /* IE 9-10 doesn't have auto */
  pointer-events: auto;
}

/* visual tweaks */
.leaflet-container {
  background: #ddd;
  outline-offset: 1px;
}

.leaflet-container a {
  color: #0078A8;
}

.leaflet-zoom-box {
  border: 2px dotted #38f;
  background: rgba(255, 255, 255, 0.5);
}

/* general typography */
.leaflet-container {
  font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.5;
}

/* general toolbar styles */
.leaflet-bar {
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.65);
  border-radius: 4px;
}

.leaflet-bar a {
  background-color: #fff;
  border-bottom: 1px solid #ccc;
  width: 26px;
  height: 26px;
  line-height: 26px;
  display: block;
  text-align: center;
  text-decoration: none;
  color: black;
}

.leaflet-bar a,
.leaflet-control-layers-toggle {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  display: block;
}

.leaflet-bar a:hover,
.leaflet-bar a:focus {
  background-color: #f4f4f4;
}

.leaflet-bar a:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.leaflet-bar a:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom: none;
}

.leaflet-bar a.leaflet-disabled {
  cursor: default;
  background-color: #f4f4f4;
  color: #bbb;
}

.leaflet-touch .leaflet-bar a {
  width: 30px;
  height: 30px;
  line-height: 30px;
}

.leaflet-touch .leaflet-bar a:first-child {
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

.leaflet-touch .leaflet-bar a:last-child {
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
}

/* zoom control */
.leaflet-control-zoom-in,
.leaflet-control-zoom-out {
  font: bold 18px "Lucida Console", Monaco, monospace;
  text-indent: 1px;
}

.leaflet-touch .leaflet-control-zoom-in, .leaflet-touch .leaflet-control-zoom-out {
  font-size: 22px;
}

/* layers control */
.leaflet-control-layers {
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.4);
  background: #fff;
  border-radius: 5px;
}

.leaflet-control-layers-toggle {
  background-image: url(images/layers.png);
  width: 36px;
  height: 36px;
}

.leaflet-retina .leaflet-control-layers-toggle {
  background-image: url(images/layers-2x.png);
  background-size: 26px 26px;
}

.leaflet-touch .leaflet-control-layers-toggle {
  width: 44px;
  height: 44px;
}

.leaflet-control-layers .leaflet-control-layers-list,
.leaflet-control-layers-expanded .leaflet-control-layers-toggle {
  display: none;
}

.leaflet-control-layers-expanded .leaflet-control-layers-list {
  display: block;
  position: relative;
}

.leaflet-control-layers-expanded {
  padding: 6px 10px 6px 6px;
  color: #333;
  background: #fff;
}

.leaflet-control-layers-scrollbar {
  overflow-y: scroll;
  overflow-x: hidden;
  padding-right: 5px;
}

.leaflet-control-layers-selector {
  margin-top: 2px;
  position: relative;
  top: 1px;
}

.leaflet-control-layers label {
  display: block;
  font-size: 13px;
  font-size: 1.08333em;
}

.leaflet-control-layers-separator {
  height: 0;
  border-top: 1px solid #ddd;
  margin: 5px -10px 5px -6px;
}

/* Default icon URLs */
.leaflet-default-icon-path { /* used only in path-guessing heuristic, see L.Icon.Default */
  background-image: url(images/marker-icon.png);
}

/* attribution and scale controls */
.leaflet-container .leaflet-control-attribution {
  background: #fff;
  background: rgba(255, 255, 255, 0.8);
  margin: 0;
}

.leaflet-control-attribution,
.leaflet-control-scale-line {
  padding: 0 5px;
  color: #333;
  line-height: 1.4;
}

.leaflet-control-attribution a {
  text-decoration: none;
}

.leaflet-control-attribution a:hover,
.leaflet-control-attribution a:focus {
  text-decoration: underline;
}

.leaflet-attribution-flag {
  display: inline !important;
  vertical-align: baseline !important;
  width: 1em;
  height: 0.6669em;
}

.leaflet-left .leaflet-control-scale {
  margin-left: 5px;
}

.leaflet-bottom .leaflet-control-scale {
  margin-bottom: 5px;
}

.leaflet-control-scale-line {
  border: 2px solid #777;
  border-top: none;
  line-height: 1.1;
  padding: 2px 5px 1px;
  white-space: nowrap;
  box-sizing: border-box;
  background: rgba(255, 255, 255, 0.8);
  text-shadow: 1px 1px #fff;
}

.leaflet-control-scale-line:not(:first-child) {
  border-top: 2px solid #777;
  border-bottom: none;
  margin-top: -2px;
}

.leaflet-control-scale-line:not(:first-child):not(:last-child) {
  border-bottom: 2px solid #777;
}

.leaflet-touch .leaflet-control-attribution,
.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
  box-shadow: none;
}

.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
  border: 2px solid rgba(0, 0, 0, 0.2);
  background-clip: padding-box;
}

/* popup */
.leaflet-popup {
  position: absolute;
  text-align: center;
  margin-bottom: 20px;
}

.leaflet-popup-content-wrapper {
  padding: 1px;
  text-align: left;
  border-radius: 12px;
}

.leaflet-popup-content {
  margin: 13px 24px 13px 20px;
  line-height: 1.3;
  font-size: 13px;
  font-size: 1.08333em;
  min-height: 1px;
}

.leaflet-popup-content p {
  margin: 17px 0;
  margin: 1.3em 0;
}

.leaflet-popup-tip-container {
  width: 40px;
  height: 20px;
  position: absolute;
  left: 50%;
  margin-top: -1px;
  margin-left: -20px;
  overflow: hidden;
  pointer-events: none;
}

.leaflet-popup-tip {
  width: 17px;
  height: 17px;
  padding: 1px;
  margin: -10px auto 0;
  pointer-events: auto;
  transform: rotate(45deg);
}

.leaflet-popup-content-wrapper,
.leaflet-popup-tip {
  background: white;
  color: #333;
  box-shadow: 0 3px 14px rgba(0, 0, 0, 0.4);
}

.leaflet-container a.leaflet-popup-close-button {
  position: absolute;
  top: 0;
  right: 0;
  border: none;
  text-align: center;
  width: 24px;
  height: 24px;
  font: 16px/24px Tahoma, Verdana, sans-serif;
  color: #757575;
  text-decoration: none;
  background: transparent;
}

.leaflet-container a.leaflet-popup-close-button:hover,
.leaflet-container a.leaflet-popup-close-button:focus {
  color: #585858;
}

.leaflet-popup-scrolled {
  overflow: auto;
}

.leaflet-oldie .leaflet-popup-content-wrapper {
  -ms-zoom: 1;
}

.leaflet-oldie .leaflet-popup-tip {
  width: 24px;
  margin: 0 auto;
  -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";
  filter: progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678);
}

.leaflet-oldie .leaflet-control-zoom,
.leaflet-oldie .leaflet-control-layers,
.leaflet-oldie .leaflet-popup-content-wrapper,
.leaflet-oldie .leaflet-popup-tip {
  border: 1px solid #999;
}

/* div icon */
.leaflet-div-icon {
  background: #fff;
  border: 1px solid #666;
}

/* Tooltip */
/* Base styles for the element that has a tooltip */
.leaflet-tooltip {
  position: absolute;
  padding: 6px;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 3px;
  color: #222;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  pointer-events: none;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
}

.leaflet-tooltip.leaflet-interactive {
  cursor: pointer;
  pointer-events: auto;
}

.leaflet-tooltip-top:before,
.leaflet-tooltip-bottom:before,
.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
  position: absolute;
  pointer-events: none;
  border: 6px solid transparent;
  background: transparent;
  content: "";
}

/* Directions */
.leaflet-tooltip-bottom {
  margin-top: 6px;
}

.leaflet-tooltip-top {
  margin-top: -6px;
}

.leaflet-tooltip-bottom:before,
.leaflet-tooltip-top:before {
  left: 50%;
  margin-left: -6px;
}

.leaflet-tooltip-top:before {
  bottom: 0;
  margin-bottom: -12px;
  border-top-color: #fff;
}

.leaflet-tooltip-bottom:before {
  top: 0;
  margin-top: -12px;
  margin-left: -6px;
  border-bottom-color: #fff;
}

.leaflet-tooltip-left {
  margin-left: -6px;
}

.leaflet-tooltip-right {
  margin-left: 6px;
}

.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
  top: 50%;
  margin-top: -6px;
}

.leaflet-tooltip-left:before {
  right: 0;
  margin-right: -12px;
  border-left-color: #fff;
}

.leaflet-tooltip-right:before {
  left: 0;
  margin-left: -12px;
  border-right-color: #fff;
}

/* Printing */
@media print {
  /* Prevent printers from removing background-images of controls. */
  .leaflet-control {
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact;
  }
}
/*------------------------------------*\
    # Type
\*------------------------------------*/
*, html, body {
  font-size: 16px;
  font-family: var(--text-font, "Roboto");
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

h1, h2, h3, h4, h5, h6 {
  font-family: var(--headings-font, var(--text-font, "Roboto"));
  color: var(--headings-color);
  font-weight: var(--headings-weight);
  text-transform: var(--headings-transform);
  margin-top: 45px;
  margin-bottom: 30px;
  line-height: 1.25em;
}
h1:first-child, h2:first-child, h3:first-child, h4:first-child, h5:first-child, h6:first-child {
  margin-top: 0;
}

h1 {
  font-size: 2.5rem;
  color: var(--h1-color, var(--headings-color));
  font-weight: var(--h1-weight, var(--headings-weight));
  text-transform: var(--h1-transform, var(--headings-transform));
}
@media (max-width: 61.99em) {
  h1 {
    font-size: 2.0833333333rem;
  }
}
@media (max-width: 47.99em) {
  h1 {
    font-size: 1.7857142857rem;
  }
}
@media (max-width: 35.99em) {
  h1 {
    font-size: 1.5625rem;
  }
}

h2 {
  font-size: 1.7857142857rem;
  color: var(--h2-color, var(--headings-color));
  font-weight: var(--h2-weight, var(--headings-weight));
  text-transform: var(--h2-transform, var(--headings-transform));
}

h3 {
  font-size: 1.6666666667rem;
  color: var(--h3-color, var(--headings-color));
  font-weight: var(--h3-weight, var(--headings-weight));
  text-transform: var(--h3-transform, var(--headings-transform));
}

h4 {
  font-size: 1.4705882353rem;
  color: var(--h4-color, var(--headings-color));
  font-weight: var(--h4-weight, var(--headings-weight));
  text-transform: var(--h4-transform, var(--headings-transform));
}

h5 {
  font-size: 1.3888888889rem;
  color: var(--h5-color, var(--headings-color));
  font-weight: var(--h5-weight, var(--headings-weight));
  text-transform: var(--h5-transform, var(--headings-transform));
}

h6 {
  font-size: 1.25rem;
  color: var(--h6-color, var(--headings-color));
  font-weight: var(--h6-weight, var(--headings-weight));
  text-transform: var(--h6-transform, var(--headings-transform));
}

p, div, span, .button {
  font-size: 1.0625rem;
  line-height: 1.5em;
  color: var(--text-color);
  font-weight: var(--text-weight);
}

body:not([data-layout=homepage]) .site-wrapper .main video, body:not([data-layout=homepage]) .site-wrapper .main audio {
  margin-top: 20px;
  margin-bottom: 20px;
}

.site-wrapper .main > p:last-child {
  margin-bottom: 0;
}
.site-wrapper p {
  margin-bottom: 20px;
}
.site-wrapper .alert, .site-wrapper .share, .site-wrapper .social-media {
  margin-bottom: 20px;
}

.popup__content p {
  margin-bottom: 10px;
}

.sidebar__inner > * {
  margin-bottom: 20px;
}
.sidebar__inner > :last-child {
  margin-bottom: 0;
}

.unfold-content > p:last-child {
  margin-bottom: 0;
}

.contact-data > p {
  margin-bottom: 0;
}

.pagination {
  margin-top: 20px;
}

a {
  color: var(--link-color);
  font-weight: var(--link-weight);
  font-family: var(--link-font);
  text-transform: var(--link-transform);
  transition: color 0.3s ease-in-out;
  -webkit-text-decoration: var(--link-underline);
          text-decoration: var(--link-underline);
  position: relative;
}
a:hover {
  color: var(--link-color-hover);
  -webkit-text-decoration: var(--link-underline, none);
          text-decoration: var(--link-underline, none);
}
a.decorative {
  z-index: 1;
}
a.decorative:hover:after {
  height: 100%;
}
a.decorative:after {
  content: "";
  background-color: var(--btn-bg);
  width: 100%;
  height: 5%;
  left: 0;
  bottom: 0;
  position: absolute;
  z-index: -1;
  transition: all 0.3s ease-in-out;
  opacity: 0.3;
  border-radius: 3px;
}

nav ul {
  margin: 0;
}
nav ul li {
  padding: 0;
}

ul,
ol {
  margin-bottom: 20px;
}
ul li,
ol li {
  color: #433f52;
}

ul {
  margin-left: 0;
}
ul li {
  position: relative;
  list-style: none;
  padding-left: 1.25rem;
}
ul li::before {
  content: "";
  position: absolute;
  top: 12px;
  left: 0;
  width: 3px;
  height: 3px;
  display: inline-block;
  border-radius: var(--btn-radius, 0);
  background-color: var(--list-dot, var(--palette01));
}
ul ul li {
  list-style: disc;
}

ol {
  padding-left: 20px;
}
ol li {
  list-style: decimal;
}

hr {
  height: var(--hr-size, 1px);
  margin: 30px 0;
  border: none;
  background-color: var(--hr-color);
  width: 100%;
}

blockquote {
  margin: 30px 0;
  font-size: 1.4375rem;
  line-height: 1.5em;
  color: #1d1c1c;
  text-align: center;
  font-style: italic;
}

table {
  width: 100%;
  margin: 30px 0;
  border-collapse: collapse;
  overflow-x: auto;
  display: block;
}

table.oc-alternate-rows tbody tr:nth-child(2n) {
  background: #f5f5f5;
}

th {
  font-weight: 600;
  background-color: #fffefe;
}

th, td {
  padding: 0.9375rem;
  border: 1px solid #DADADA;
  text-align: left;
}

figure {
  margin: 30px 0;
}
figure img {
  margin: 0;
}

figcaption {
  margin-top: 10px;
  color: #373535;
  font-size: 1rem;
}

pre {
  display: block;
  margin: 0 0 40px 0;
  padding: 20px;
  background-color: #f9f9f9;
  border: 1px solid #DADADA;
  overflow: auto;
  border-radius: 3px;
}
pre code {
  position: static;
  padding: 0;
  border: none;
  line-height: 1.5em;
}

code {
  position: relative;
  top: -0.2em;
  padding: 3px;
  font-family: Courier New, Courier, monospace;
  font-size: 0.8854166667rem;
  color: #282828;
  line-height: 1em;
  pointer-events: none;
  border: 1px solid #DADADA;
  border-radius: 3px;
}

em,
i,
.italic {
  font-style: italic;
}

strong,
b,
.bold {
  font-weight: var(--strong-weight, var(--headings-weight));
}

svg {
  transition: ease 0.3s all;
  width: var(--svg-size, 25px);
  height: var(--svg-size, 25px);
  fill: var(--svg-color);
}

img {
  display: block;
  max-width: 100%;
  transition: ease 0.6s transform, ease 0.6s filter;
}
img.full {
  width: 100% !important;
}
img.image-lightbox {
  cursor: pointer;
}

.image, p img {
  border-radius: var(--img-radius);
}
.image.sharp, p img.sharp {
  border-radius: 0;
}
.image.soft, p img.soft {
  border-radius: var(--img-radius-soft, 10px);
}
.image.round, p img.round {
  border-radius: 100%;
}

.image {
  position: relative;
  display: flex;
  overflow: hidden;
}

video:not([class*=gvideo]),
iframe[src*="youtube.com"],
.player, .gslide-video {
  border-radius: var(--video-radius);
}
video:not([class*=gvideo]).sharp,
iframe[src*="youtube.com"].sharp,
.player.sharp, .gslide-video.sharp {
  border-radius: 0;
}
video:not([class*=gvideo]).soft,
iframe[src*="youtube.com"].soft,
.player.soft, .gslide-video.soft {
  border-radius: var(--video-radius-soft, 10px);
}
video:not([class*=gvideo]).round,
iframe[src*="youtube.com"].round,
.player.round, .gslide-video.round {
  border-radius: 100%;
}

video[preload=metadata] {
  width: 100%;
}

p iframe[src*=youtube] {
  max-width: 100%;
  width: 100%;
  aspect-ratio: 16/9;
  height: auto;
}

audio {
  width: 100%;
}

*, *::before, *::after {
  box-sizing: border-box;
}

html, body {
  scroll-behavior: smooth;
}

.blocked {
  overflow: hidden;
}

.site-wrapper {
  z-index: 1;
  position: relative;
  background-color: var(--body);
  overflow: hidden;
}

.site-narrow {
  z-index: 1;
  position: relative;
  background-color: var(--body);
  display: flex;
  justify-content: center;
}
.site-narrow .site-wrapper.sidebar--left, .site-narrow .site-wrapper.sidebar--right {
  -moz-column-gap: 60px;
       column-gap: 60px;
}
.site-narrow .site-wrapper.sidebar--left .main, .site-narrow .site-wrapper.sidebar--right .main {
  max-width: 800px;
}
.site-narrow .site-wrapper .main {
  max-width: 900px;
}

.padding-container {
  padding-left: 8vw;
  padding-right: 8vw;
}
@media (max-width: 93.74em) {
  .padding-container {
    padding-left: 100px;
    padding-right: 100px;
  }
}
@media (max-width: 74.99em) {
  .padding-container {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media (max-width: 47.99em) {
  .padding-container {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 35.99em) {
  .padding-container {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.padding-container-left {
  padding-left: 8vw;
}
@media (max-width: 93.74em) {
  .padding-container-left {
    padding-left: 100px;
  }
}
@media (max-width: 74.99em) {
  .padding-container-left {
    padding-left: 50px;
  }
}
@media (max-width: 47.99em) {
  .padding-container-left {
    padding-left: 30px;
  }
}
@media (max-width: 35.99em) {
  .padding-container-left {
    padding-left: 20px;
  }
}
.padding-container-right {
  padding-right: 8vw;
}
@media (max-width: 93.74em) {
  .padding-container-right {
    padding-right: 100px;
  }
}
@media (max-width: 74.99em) {
  .padding-container-right {
    padding-right: 50px;
  }
}
@media (max-width: 47.99em) {
  .padding-container-right {
    padding-right: 30px;
  }
}
@media (max-width: 35.99em) {
  .padding-container-right {
    padding-right: 20px;
  }
}

.padding-vertical {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media (max-width: 74.99em) {
  .padding-vertical {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media (max-width: 35.99em) {
  .padding-vertical {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.padding-vertical-lg {
  padding-top: 60px;
  padding-bottom: 60px;
}
.padding-vertical-xs {
  padding-top: 40px;
  padding-bottom: 40px;
}
.padding-vertical-top {
  padding-top: 100px;
}
@media (max-width: 74.99em) {
  .padding-vertical-top {
    padding-top: 60px;
  }
}
@media (max-width: 35.99em) {
  .padding-vertical-top {
    padding-top: 40px;
  }
}
.padding-vertical-top-lg {
  padding-top: 60px;
}
.padding-vertical-top-xs {
  padding-top: 40px;
}
.padding-vertical-bottom {
  padding-bottom: 100px;
}
@media (max-width: 74.99em) {
  .padding-vertical-bottom {
    padding-bottom: 60px;
  }
}
@media (max-width: 35.99em) {
  .padding-vertical-bottom {
    padding-bottom: 40px;
  }
}
.padding-vertical-bottom-lg {
  padding-bottom: 60px;
}
.padding-vertical-bottom-xs {
  padding-bottom: 40px;
}

.margin-container {
  margin-left: 8vw;
  margin-right: 8vw;
}
@media (max-width: 93.74em) {
  .margin-container {
    margin-left: 100px;
    margin-right: 100px;
  }
}
@media (max-width: 74.99em) {
  .margin-container {
    margin-left: 50px;
    margin-right: 50px;
  }
}
@media (max-width: 47.99em) {
  .margin-container {
    margin-left: 30px;
    margin-right: 30px;
  }
}
@media (max-width: 35.99em) {
  .margin-container {
    margin-left: 20px;
    margin-right: 20px;
  }
}
.margin-container-left {
  margin-left: 8vw;
}
@media (max-width: 93.74em) {
  .margin-container-left {
    margin-left: 100px;
  }
}
@media (max-width: 74.99em) {
  .margin-container-left {
    margin-left: 50px;
  }
}
@media (max-width: 47.99em) {
  .margin-container-left {
    margin-left: 30px;
  }
}
@media (max-width: 35.99em) {
  .margin-container-left {
    margin-left: 20px;
  }
}
.margin-container-right {
  margin-right: 8vw;
}
@media (max-width: 93.74em) {
  .margin-container-right {
    margin-right: 100px;
  }
}
@media (max-width: 74.99em) {
  .margin-container-right {
    margin-right: 50px;
  }
}
@media (max-width: 47.99em) {
  .margin-container-right {
    margin-right: 30px;
  }
}
@media (max-width: 35.99em) {
  .margin-container-right {
    margin-right: 20px;
  }
}

.margin-vertical {
  margin-top: 100px;
  margin-bottom: 100px;
}
@media (max-width: 74.99em) {
  .margin-vertical {
    margin-top: 60px;
    margin-bottom: 60px;
  }
}
@media (max-width: 35.99em) {
  .margin-vertical {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}
.margin-vertical-lg {
  margin-top: 60px;
  margin-bottom: 60px;
}
.margin-vertical-xs {
  margin-top: 40px;
  margin-bottom: 40px;
}
.margin-vertical-top {
  margin-top: 100px;
}
@media (max-width: 74.99em) {
  .margin-vertical-top {
    margin-top: 60px;
  }
}
@media (max-width: 35.99em) {
  .margin-vertical-top {
    margin-top: 40px;
  }
}
.margin-vertical-top-lg {
  margin-top: 60px;
}
.margin-vertical-top-xs {
  margin-top: 40px;
}
.margin-vertical-bottom {
  margin-bottom: 100px;
}
@media (max-width: 74.99em) {
  .margin-vertical-bottom {
    margin-bottom: 60px;
  }
}
@media (max-width: 35.99em) {
  .margin-vertical-bottom {
    margin-bottom: 40px;
  }
}
.margin-vertical-bottom-lg {
  margin-bottom: 60px;
}
.margin-vertical-bottom-xs {
  margin-bottom: 40px;
}

.accessibility.inline:not(.grid) {
  display: flex;
  flex-wrap: wrap;
}
.accessibility.inline.grid-1 {
  justify-items: start;
}
.accessibility.inline a.current {
  opacity: 0.7;
  pointer-events: none;
}
.accessibility.inline a:not(.button) {
  display: flex;
  -moz-column-gap: 10px;
       column-gap: 10px;
  align-items: center;
  justify-content: flex-start;
}
.accessibility.inline a:not(.button) svg {
  width: 30px;
}
.accessibility .dropdown {
  min-width: unset;
}
.accessibility .dropdown .size {
  justify-content: center;
}
.accessibility .dropdown a {
  cursor: pointer;
}
.accessibility__select:not(.button) {
  display: flex;
  align-items: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
.accessibility__select:not(.button):hover:hover span, .accessibility__select:not(.button).active:hover span {
  color: var(--link-color-hover);
}
.accessibility__select:not(.button):hover:hover svg, .accessibility__select:not(.button).active:hover svg {
  fill: var(--link-color-hover);
}
.accessibility__select:not(.button) .icon {
  line-height: 0;
}
.accessibility__select:not(.button) svg {
  width: 25px;
}
.accessibility__single {
  display: flex;
  align-items: center;
  -moz-column-gap: 5px;
       column-gap: 5px;
}
.accessibility__single:not(.button):hover:hover span {
  color: var(--link-color-hover);
}
.accessibility__single:not(.button):hover:hover svg {
  fill: var(--link-color-hover);
}

.alert {
  background-color: var(--alert-bg);
  display: flex;
  align-items: center;
  -moz-column-gap: 20px;
       column-gap: 20px;
  min-height: 50px;
  padding-top: 15px;
  padding-bottom: 15px;
  position: relative;
  transform-origin: 90% top;
}
.alert:not(.padding-container) {
  padding-left: 20px;
  padding-right: 20px;
  border-radius: var(--alert-radius);
}
.alert--danger {
  background-color: var(--alert-danger-bg, #e22727);
}
.alert--danger * {
  color: var(--alert-danger-color, #fff);
}
.alert--danger svg {
  fill: var(--alert-danger-color, #fff);
}
.alert--warning {
  background-color: var(--alert-warning-bg, #ffb338);
}
.alert--warning * {
  color: var(--alert-warning-color, #000000);
}
.alert--warning svg {
  fill: var(--alert-warning-color, #000000);
}
.alert--success {
  background-color: var(--alert-succes-bg, #2bce5e);
}
.alert--success * {
  color: var(--alert-succes-color, #fff);
}
.alert--success svg {
  fill: var(--alert-succes-color, #fff);
}
.alert--info {
  background-color: var(--alert-bg);
}
.alert--info * {
  color: var(--alert-color, #fff);
}
.alert--info svg {
  fill: var(--alert-color);
}
.alert--popup {
  position: fixed;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 999999;
  max-width: 500px;
}
.alert svg.social {
  width: 30px;
  height: 30px;
  margin: 0 5px;
}
.alert__content {
  flex: 1;
}
.alert__content strong {
  display: block;
}
.alert__content ul, .alert__content li {
  padding: 0;
  margin: 0;
}
.alert__content ul:before, .alert__content ul:after, .alert__content li:before, .alert__content li:after {
  display: none;
}
.alert .close {
  display: flex;
  cursor: pointer;
}
.alert .close svg {
  width: 15px;
  height: 15px;
}

.kenburns {
  animation: kenburns 40s ease infinite;
}

@keyframes kenburns {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
.backtotop:not(.backtotop--inline) {
  display: none;
  cursor: pointer;
  order: -1;
}
.backtotop svg {
  transform: rotate(180deg);
}

.button {
  font-size: 0.975rem;
  line-height: 1.25rem;
  display: inline-flex;
  -moz-column-gap: 10px;
       column-gap: 10px;
  align-items: center;
  transition: ease 0.3s;
  padding: var(--btn-md);
}
.button.left {
  justify-content: flex-start;
  align-self: flex-start;
}
.button.right {
  justify-content: flex-end;
  align-self: flex-end;
}
.button.center {
  justify-content: center;
  align-self: center;
}
.button:hover {
  cursor: pointer;
}
.button svg {
  width: 20px;
  height: 20px;
  transition: ease 0.3s;
}
.button img {
  transition: ease 0.3s;
  height: auto;
}
.button span {
  line-height: unset;
  font-size: 0.975rem;
}
.button > span {
  display: flex;
  flex-direction: column;
}
.button:not(.button--secondary, .button--extra) {
  font-family: var(--btn-font);
  font-weight: var(--btn-weight);
  text-transform: var(--btn-transform);
  color: var(--btn-color);
  border: var(--btn-border-size) var(--btn-border);
  background-color: var(--btn-bg);
  border-radius: var(--btn-radius);
  box-shadow: var(--btn-shadow-size) var(--btn-shadow);
}
.button:not(.button--secondary, .button--extra) span {
  color: var(--btn-color);
}
.button:not(.button--secondary, .button--extra) svg {
  fill: var(--btn-icon, var(--btn-color));
}
.button:not(.button--secondary, .button--extra):hover, .button:not(.button--secondary, .button--extra).active, .button:not(.button--secondary, .button--extra).button--alt {
  color: var(--btn-color-hover);
  border: var(--btn-border-size) var(--btn-border-hover);
  background-color: var(--btn-bg-hover);
}
.button:not(.button--secondary, .button--extra):hover span, .button:not(.button--secondary, .button--extra).active span, .button:not(.button--secondary, .button--extra).button--alt span {
  color: var(--btn-color-hover);
}
.button:not(.button--secondary, .button--extra):hover svg, .button:not(.button--secondary, .button--extra).active svg, .button:not(.button--secondary, .button--extra).button--alt svg {
  fill: var(--btn-color-hover);
}
.button:not(.button--secondary, .button--extra).button--gradient {
  background: linear-gradient(45deg, var(--btn-bg-hover), var(--btn-bg));
}
.button:not(.button--secondary, .button--extra).button--alt:hover, .button:not(.button--secondary, .button--extra).button--alt.active {
  color: var(--btn-color);
  border: var(--btn-border-size) var(--btn-border);
  background-color: var(--btn-bg);
}
.button:not(.button--secondary, .button--extra).button--alt:hover span, .button:not(.button--secondary, .button--extra).button--alt.active span {
  color: var(--btn-color);
}
.button:not(.button--secondary, .button--extra).button--alt:hover svg, .button:not(.button--secondary, .button--extra).button--alt.active svg {
  fill: var(--btn-icon, var(--btn-color));
}
.button--secondary {
  font-family: var(--btn2-font);
  font-weight: var(--btn2-weight);
  text-transform: var(--btn2-transform);
  color: var(--btn2-color);
  border: var(--btn2-border-size) var(--btn2-border);
  background-color: var(--btn2-bg);
  border-radius: var(--btn2-radius);
  box-shadow: var(--btn2-shadow-size) var(--btn2-shadow);
}
.button--secondary span {
  color: var(--btn2-color);
}
.button--secondary svg {
  fill: var(--btn2-icon, var(--btn2-color));
}
.button--secondary:hover, .button--secondary.active, .button--secondary.button--alt {
  color: var(--btn2-color-hover);
  border: var(--btn2-border-size) var(--btn2-border-hover);
  background-color: var(--btn2-bg-hover);
}
.button--secondary:hover span, .button--secondary.active span, .button--secondary.button--alt span {
  color: var(--btn2-color-hover);
}
.button--secondary:hover svg, .button--secondary.active svg, .button--secondary.button--alt svg {
  fill: var(--btn2-color-hover);
}
.button--secondary.button--gradient {
  background: linear-gradient(45deg, var(--btn2-bg-hover), var(--btn2-bg));
}
.button--secondary.button--alt:hover, .button--secondary.button--alt.active {
  color: var(--btn2-color);
  border: var(--btn2-border-size) var(--btn2-border);
  background-color: var(--btn2-bg);
}
.button--secondary.button--alt:hover span, .button--secondary.button--alt.active span {
  color: var(--btn2-color);
}
.button--secondary.button--alt:hover svg, .button--secondary.button--alt.active svg {
  fill: var(--btn2-icon, var(--btn2-color));
}
.button--extra {
  font-family: var(--btn3-font);
  font-weight: var(--btn3-weight);
  text-transform: var(--btn3-transform);
  color: var(--btn3-color);
  border: var(--btn3-border-size) var(--btn3-border);
  background-color: var(--btn3-bg);
  border-radius: var(--btn3-radius);
  box-shadow: var(--btn3-shadow-size) var(--btn3-shadow);
}
.button--extra span {
  color: var(--btn3-color);
}
.button--extra svg {
  fill: var(--btn3-icon, var(--btn3-color));
}
.button--extra:hover, .button--extra.active, .button--extra.button--alt {
  color: var(--btn3-color-hover);
  border: var(--btn3-border-size) var(--btn3-border-hover);
  background-color: var(--btn3-bg-hover);
}
.button--extra:hover span, .button--extra.active span, .button--extra.button--alt span {
  color: var(--btn3-color-hover);
}
.button--extra:hover svg, .button--extra.active svg, .button--extra.button--alt svg {
  fill: var(--btn3-color-hover);
}
.button--extra.button--gradient {
  background: linear-gradient(45deg, var(--btn3-bg-hover), var(--btn3-bg));
}
.button--extra.button--alt:hover, .button--extra.button--alt.active {
  color: var(--btn3-color);
  border: var(--btn3-border-size) var(--btn3-border);
  background-color: var(--btn3-bg);
}
.button--extra.button--alt:hover span, .button--extra.button--alt.active span {
  color: var(--btn3-color);
}
.button--extra.button--alt:hover svg, .button--extra.button--alt.active svg {
  fill: var(--btn3-icon, var(--btn3-color));
}
.button--gradient {
  background-size: 100% 100%;
}
.button--gradient:hover {
  background-size: 300% 100%;
}
.button--link {
  display: flex;
  align-items: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
  font-family: var(--btn-font);
  font-weight: var(--btn-weight);
}
.button--link:hover svg {
  fill: var(--link-color-hover);
}
.button--link svg {
  width: 20px;
  height: 20px;
  fill: var(--link-color);
}
.button--xs {
  padding: var(--btn-xs);
  font-size: 0.75rem;
}
.button--xs span {
  font-size: 0.75rem;
}
.button--xs svg {
  width: 18px;
  height: 18px;
}
.button--sm {
  padding: var(--btn-sm);
  font-size: 0.875rem;
}
.button--sm span {
  font-size: 0.875rem;
}
.button--sm svg {
  width: 22px;
  height: 22px;
}
.button--md {
  padding: var(--btn-md);
  font-size: 1rem;
}
.button--md span {
  font-size: 1rem;
}
.button--md svg {
  width: 25px;
  height: 25px;
}
.button--lg {
  padding: var(--btn-lg);
  font-size: 1.125rem;
}
.button--lg span {
  font-size: 1.125rem;
}
.button--lg svg {
  width: 30px;
  height: 30px;
}
.button--xl {
  padding: var(--btn-xl);
  font-size: 1.25rem;
}
.button--xl span {
  font-size: 1.25rem;
}
.button--xl svg {
  width: 35px;
  height: 35px;
}
.button--xxl {
  padding: var(--btn-xxl);
  font-size: 1.5rem;
}
.button--xxl span {
  font-size: 1.5rem;
}
.button--xxl svg {
  width: 40px;
  height: 40px;
}
.button--sharp {
  border-radius: 0 !important;
}
.button--soft {
  border-radius: var(--btn-round) !important;
}
.button--round {
  border-radius: 100px !important;
}
.button--unborder {
  border-width: 0 !important;
}
.button--shadow {
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2) !important;
}
.button--unshadow {
  box-shadow: unset !important;
}
.button.ratio {
  aspect-ratio: 1;
  padding: 10px;
}
.button--full {
  width: 100%;
  justify-content: center;
}
.button--blocked {
  opacity: 0.7;
  pointer-events: none;
}
.button--blocked:hover {
  cursor: default;
}
.button--icon-show {
  -moz-column-gap: 0;
       column-gap: 0;
}
.button--icon-show:hover, .button--icon-show.active {
  -moz-column-gap: 10px;
       column-gap: 10px;
}
.button--icon-show:hover svg, .button--icon-show.active svg {
  margin-left: 0 !important;
  opacity: 1;
}
.button--icon-show:hover img, .button--icon-show.active img {
  opacity: 1;
}
.button--icon-show.button--xs svg {
  margin-left: -28px;
}
.button--icon-show.button--sm svg {
  margin-left: -32px;
}
.button--icon-show.button--md svg {
  margin-left: -35px;
}
.button--icon-show.button--lg svg {
  margin-left: -40px;
}
.button--icon-show.button--xl svg {
  margin-left: -45px;
}
.button--icon-show.button--xxl svg {
  margin-left: -50px;
}
.button--icon-show svg {
  margin-left: -25px;
  opacity: 0;
}
.button--icon-show img {
  opacity: 0;
}
.button--icon-show.icon-above:hover svg, .button--icon-show.icon-above.active svg {
  height: 20px !important;
  margin-bottom: 0;
}
.button--icon-show.icon-above svg {
  margin-bottom: -10px;
  height: 0 !important;
}
.button-set {
  display: flex;
  flex-wrap: wrap;
}
.button-set:not(.stretch) {
  align-items: center;
}
.button-set.grid-1 {
  justify-items: start;
}
.button-set.full .button {
  flex: 1;
  justify-content: center;
}
.button-set.left {
  justify-content: flex-start;
}
.button-set.center {
  justify-content: center;
}
.button-set.right {
  justify-content: flex-end;
}

.cookies__group {
  display: flex;
  text-align: left;
  padding-bottom: 10px;
  margin-bottom: 10px;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
.cookies__group.reversed {
  flex-direction: row-reverse;
}
.cookies__group .content {
  flex: 1;
}
.cookies__group .content .title {
  font-weight: 700;
  display: inline-flex;
  -moz-column-gap: 10px;
       column-gap: 10px;
  cursor: pointer;
}
.cookies__group .content .description p {
  margin-bottom: 0;
}
.cookies__footer .hidden {
  display: none;
}

.popup[data-popup=cookies].popup--box {
  max-width: 600px;
}
@media (max-width: 40em) {
  .popup[data-popup=cookies].popup--box {
    width: 100%;
    left: 0;
    max-width: unset;
    right: 0;
    bottom: 0;
  }
}
.popup[data-popup=cookies].popup--box .popup__content {
  overflow: unset;
  max-height: unset;
}
@media (max-width: 40em) {
  .popup[data-popup=cookies].popup--box .popup__inner {
    border-radius: 0;
  }
}
.popup[data-popup=cookies] .popup__inner {
  padding: 0;
}
.popup[data-popup=cookies] .popup__content {
  padding: 0;
}
.popup[data-popup=cookies] .popup__content p {
  margin: 0;
}
.popup[data-popup=cookies] .popup__content p, .popup[data-popup=cookies] .popup__content li {
  font-size: 0.875rem;
}
.popup[data-popup=cookies] .popup__content ul {
  padding: 0;
  margin: 0;
}
.popup[data-popup=cookies] .popup__content ul li:before {
  display: none;
}
.popup[data-popup=cookies] .tabs {
  row-gap: 0;
}
.popup[data-popup=cookies] .tabs-nav > div {
  height: 60px;
  padding: 10px;
  flex: 1;
  white-space: nowrap;
  justify-content: center;
  border-bottom: 3px solid var(--popup-hr, var(--hr));
  transition: ease 0.3s all;
  min-width: 100px;
}
.popup[data-popup=cookies] .tabs-nav > div.active, .popup[data-popup=cookies] .tabs-nav > div:hover {
  color: var(--popup-link-color-hover, var(--link-color-hover));
  border-color: var(--popup-link-color-hover, var(--link-color-hover));
}
.popup[data-popup=cookies] .tabs-nav > div.close {
  position: relative;
  right: unset;
  top: unset;
  display: flex;
  align-items: center;
  aspect-ratio: 1/1;
  padding: 0 10px;
  cursor: pointer;
  min-width: unset;
  flex: 0;
}
.popup[data-popup=cookies] .tabs-content {
  overflow: auto;
  max-height: calc(100vh - 90px - 184px);
  padding: 20px 20px 0 20px;
}
@media (max-width: 61.99em) {
  .popup[data-popup=cookies] .tabs-content {
    max-height: 40vh;
  }
}
@media (max-width: 25em) {
  .popup[data-popup=cookies] .tabs-content {
    max-height: 30vh;
  }
}
.popup[data-popup=cookies] .cookies__group:first-of-type {
  margin-top: 20px;
}
.popup[data-popup=cookies] .cookies__group:last-of-type {
  margin-bottom: 0;
  padding-bottom: 0;
}
.popup[data-popup=cookies] .button-set {
  padding: 20px;
}
.popup[data-popup=cookies] .button-set .button {
  white-space: nowrap;
}

.contact-data {
  display: flex;
  flex-wrap: wrap;
}
.contact-data.grid-1 {
  justify-items: start;
}
.contact-data.ratio .contact-data__single {
  aspect-ratio: 1;
  padding: 10px;
}
.contact-data__single:not(.button) {
  display: flex;
  flex-direction: column;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
.contact-data__single:not(.button).inline {
  flex-direction: row;
  align-items: center;
}
.contact-data__single:not(.button) svg {
  display: block;
}
.contact-data__single p {
  margin-bottom: 0;
}
.contact-data a.contact-data__single:not(.button) svg {
  fill: var(--link-color);
}
.contact-data a.contact-data__single:not(.button):hover span {
  color: var(--link-color-hover);
}
.contact-data a.contact-data__single:not(.button):hover svg {
  fill: var(--link-color-hover);
}

.countdown__main {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.countdown__main div {
  display: flex;
  flex-direction: column;
  text-align: center;
  row-gap: 10px;
  -moz-column-gap: 10px;
       column-gap: 10px;
  padding: 10px;
  min-width: 87px;
  background-color: var(--palette08);
  border-radius: 5px;
  box-sizing: border-box;
}
.countdown__main--top div {
  flex-direction: column-reverse;
}
.countdown__main--left div {
  flex-direction: row;
}
.countdown__main--right div {
  flex-direction: row-reverse;
}
.countdown__main--left .label, .countdown__main--right .label {
  padding: 5px 10px;
}
.countdown .number {
  font-weight: 700;
  font-size: 1.875rem;
  min-width: 50px;
  min-height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.countdown .label {
  font-size: 12px;
  background-color: rgb(255, 255, 255);
  padding: 5px 5px;
  border-radius: 3px;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
}

.divider {
  position: absolute;
  width: 100%;
  left: 0;
  z-index: 1;
  top: -1px;
  font-size: 0;
  pointer-events: none;
}
.divider[data-divider*=top] {
  top: -1px;
}
.divider[data-divider*=top][data-divider*=gradient]:before {
  content: "";
  width: 100%;
  height: 100px;
  position: absolute;
  background: linear-gradient(0deg, transparent 0%, var(--body) 100%);
}
.divider[data-divider*=bottom] {
  top: unset;
  bottom: -1px;
}
.divider[data-divider*=bottom][data-divider*=gradient]:before {
  content: "";
  width: 100%;
  height: 100px;
  position: absolute;
  background: linear-gradient(0deg, transparent 0%, var(--body) 100%);
}
.divider[data-divider*=rotate] {
  transform: rotate(180deg);
}
.divider[data-divider*=flip] {
  transform: scaleX(-1);
}
.divider[data-divider*=rotate][data-divider*=flip] {
  transform: rotate(180deg) scaleX(-1);
}
.divider[data-divider*=h50] svg {
  height: 50px;
}
.divider[data-divider*=h50][data-divider*=gradient]:before {
  height: 50px;
}
.divider[data-divider*=h100] svg {
  height: 100px;
}
.divider[data-divider*=h100][data-divider*=gradient]:before {
  height: 100px;
}
.divider[data-divider*=h150] svg {
  height: 150px;
}
.divider[data-divider*=h150][data-divider*=gradient]:before {
  height: 150px;
}
.divider[data-divider*=h200] svg {
  height: 200px;
}
.divider[data-divider*=h200][data-divider*=gradient]:before {
  height: 200px;
}
.divider[data-divider*=h250] svg {
  height: 250px;
}
.divider[data-divider*=h250][data-divider*=gradient]:before {
  height: 250px;
}
.divider[data-divider*=h300] svg {
  height: 300px;
}
.divider[data-divider*=h300][data-divider*=gradient]:before {
  height: 300px;
}
.divider[data-divider*=hauto] svg {
  height: auto;
}
.divider .fill {
  fill: var(--body);
}
.divider svg {
  width: 100%;
}

.divider[data-divider*=bg01][data-divider*=gradient]:before {
  background: linear-gradient(0deg, transparent 0%, var(--bg01) 100%);
}
.divider[data-divider*=bg01] .fill {
  fill: var(--bg01);
}

.divider[data-divider*=bg02][data-divider*=gradient]:before {
  background: linear-gradient(0deg, transparent 0%, var(--bg02) 100%);
}
.divider[data-divider*=bg02] .fill {
  fill: var(--bg02);
}

.divider[data-divider*=bg03][data-divider*=gradient]:before {
  background: linear-gradient(0deg, transparent 0%, var(--bg03) 100%);
}
.divider[data-divider*=bg03] .fill {
  fill: var(--bg03);
}

.divider[data-divider*=bg04][data-divider*=gradient]:before {
  background: linear-gradient(0deg, transparent 0%, var(--bg04) 100%);
}
.divider[data-divider*=bg04] .fill {
  fill: var(--bg04);
}

.divider[data-divider*=bg05][data-divider*=gradient]:before {
  background: linear-gradient(0deg, transparent 0%, var(--bg05) 100%);
}
.divider[data-divider*=bg05] .fill {
  fill: var(--bg05);
}

.divider[data-divider*=bg06][data-divider*=gradient]:before {
  background: linear-gradient(0deg, transparent 0%, var(--bg06) 100%);
}
.divider[data-divider*=bg06] .fill {
  fill: var(--bg06);
}

.divider[data-divider*=bg07][data-divider*=gradient]:before {
  background: linear-gradient(0deg, transparent 0%, var(--bg07) 100%);
}
.divider[data-divider*=bg07] .fill {
  fill: var(--bg07);
}

.divider[data-divider*=bg08][data-divider*=gradient]:before {
  background: linear-gradient(0deg, transparent 0%, var(--bg08) 100%);
}
.divider[data-divider*=bg08] .fill {
  fill: var(--bg08);
}

.divider[data-divider*=bg09][data-divider*=gradient]:before {
  background: linear-gradient(0deg, transparent 0%, var(--bg09) 100%);
}
.divider[data-divider*=bg09] .fill {
  fill: var(--bg09);
}

.divider[data-divider*=bg10][data-divider*=gradient]:before {
  background: linear-gradient(0deg, transparent 0%, var(--bg10) 100%);
}
.divider[data-divider*=bg10] .fill {
  fill: var(--bg10);
}

.divider[data-divider*=bg11][data-divider*=gradient]:before {
  background: linear-gradient(0deg, transparent 0%, var(--bg11) 100%);
}
.divider[data-divider*=bg11] .fill {
  fill: var(--bg11);
}

.divider[data-divider*=bg12][data-divider*=gradient]:before {
  background: linear-gradient(0deg, transparent 0%, var(--bg12) 100%);
}
.divider[data-divider*=bg12] .fill {
  fill: var(--bg12);
}

.divider[data-divider*=bg13][data-divider*=gradient]:before {
  background: linear-gradient(0deg, transparent 0%, var(--bg13) 100%);
}
.divider[data-divider*=bg13] .fill {
  fill: var(--bg13);
}

.divider[data-divider*=bg14][data-divider*=gradient]:before {
  background: linear-gradient(0deg, transparent 0%, var(--bg14) 100%);
}
.divider[data-divider*=bg14] .fill {
  fill: var(--bg14);
}

.divider[data-divider*=bg15][data-divider*=gradient]:before {
  background: linear-gradient(0deg, transparent 0%, var(--bg15) 100%);
}
.divider[data-divider*=bg15] .fill {
  fill: var(--bg15);
}

.divider[data-divider*=bg16][data-divider*=gradient]:before {
  background: linear-gradient(0deg, transparent 0%, var(--bg16) 100%);
}
.divider[data-divider*=bg16] .fill {
  fill: var(--bg16);
}

.divider[data-divider*=bg17][data-divider*=gradient]:before {
  background: linear-gradient(0deg, transparent 0%, var(--bg17) 100%);
}
.divider[data-divider*=bg17] .fill {
  fill: var(--bg17);
}

.divider[data-divider*=bg18][data-divider*=gradient]:before {
  background: linear-gradient(0deg, transparent 0%, var(--bg18) 100%);
}
.divider[data-divider*=bg18] .fill {
  fill: var(--bg18);
}

.divider[data-divider*=bg19][data-divider*=gradient]:before {
  background: linear-gradient(0deg, transparent 0%, var(--bg19) 100%);
}
.divider[data-divider*=bg19] .fill {
  fill: var(--bg19);
}

.divider[data-divider*=bg20][data-divider*=gradient]:before {
  background: linear-gradient(0deg, transparent 0%, var(--bg20) 100%);
}
.divider[data-divider*=bg20] .fill {
  fill: var(--bg20);
}

.divider[data-divider*=o1] {
  opacity: 0.1;
}

.divider[data-divider*=o2] {
  opacity: 0.2;
}

.divider[data-divider*=o3] {
  opacity: 0.3;
}

.divider[data-divider*=o4] {
  opacity: 0.4;
}

.divider[data-divider*=o5] {
  opacity: 0.5;
}

.divider[data-divider*=o6] {
  opacity: 0.6;
}

.divider[data-divider*=o7] {
  opacity: 0.7;
}

.divider[data-divider*=o8] {
  opacity: 0.8;
}

.divider[data-divider*=o9] {
  opacity: 0.9;
}

.dropdown {
  position: absolute;
  display: flex;
  row-gap: var(--dropdown-gap);
  flex-direction: column;
  min-width: 250px;
  width: -moz-max-content;
  width: max-content;
  background-color: var(--dropdown-bg);
  border: var(--dropdown-border-size) var(--dropdown-border);
  border-radius: var(--dropdown-radius);
  box-shadow: var(--dropdown-shadow-size) var(--dropdown-shadow);
  margin-top: var(--dropdown-margin);
  transform: scale(0);
  transform-origin: 10% top;
  transition: 0.1s opacity cubic-bezier(0.39, 0.575, 0.565, 1), 0.55s transform cubic-bezier(0.1, 1.26, 0.83, 1);
  opacity: 0;
}
.dropdown.active, .dropdown.megamenu.active {
  opacity: 1;
  transform: scale(1);
  transition-delay: 0.2s;
  transition-duration: 0s, 0.2s, 0.2s;
}
.dropdown.grid {
  padding: 15px;
  width: -moz-max-content;
  width: max-content;
}
.dropdown.grid:not(.gap) {
  -moz-column-gap: 25px;
       column-gap: 25px;
}
.dropdown.grid-2 {
  grid-template-columns: auto auto;
}
.dropdown.grid-3 {
  grid-template-columns: repeat(3, auto);
}
.dropdown.grid-4 {
  grid-template-columns: repeat(4, auto);
}
.dropdown.grid ul {
  display: flex;
  row-gap: var(--dropdown-gap);
  flex-direction: column;
}
.dropdown.grid li {
  grid-column: auto;
  display: flex;
  -moz-column-gap: 10px;
       column-gap: 10px;
  padding: 0;
  flex-direction: column;
  align-items: flex-start;
}
.dropdown.megamenu {
  top: 100%;
  margin-top: -2px;
  width: 100%;
  left: 0;
  transform-origin: 50% top;
  padding-top: 40px;
  padding-bottom: 40px;
  border-radius: 0;
  border-left-width: 0;
  border-right-width: 0;
  transition: 0.1s opacity cubic-bezier(0.39, 0.575, 0.565, 1), 0.55s transform cubic-bezier(0.1, 1, 0.83, 1);
}
.dropdown.megamenu.dropdown--above {
  transform-origin: 50% bottom;
}
.dropdown.megamenu > li {
  display: block;
  padding: 0 !important;
}
.dropdown.megamenu .heading {
  font-size: 1.25rem;
  padding: 0;
  margin-bottom: 20px;
}
.dropdown:not(.megamenu) li:before {
  display: none;
}
.dropdown:not(.grid) > li {
  padding-left: var(--dropdown-padding);
  padding-right: var(--dropdown-padding);
}
.dropdown:not(.grid) > li:first-of-type {
  padding-top: var(--dropdown-padding);
}
.dropdown:not(.grid) > li:last-of-type {
  padding-bottom: var(--dropdown-padding);
}
.dropdown:not(.grid) .separator {
  padding: 0;
}
.dropdown-toggle {
  cursor: pointer;
}
.dropdown-toggle.active.rotate, .dropdown-toggle.active .rotate {
  transform: rotate(45deg);
}
.dropdown-toggle.rotate, .dropdown-toggle .rotate {
  display: inline-flex;
  transition: ease 0.3s all;
}
.dropdown-menu {
  position: relative;
  z-index: 1;
  display: inline-block;
}
.dropdown-menu.active {
  z-index: 10001;
}
.dropdown--right {
  right: 0;
  transform-origin: 90% top;
}
.dropdown--right .dropdown {
  right: 100%;
  left: unset !important;
  margin-left: 0;
  margin-right: var(--dropdown-space);
}
.dropdown--above {
  bottom: 100%;
  transform-origin: 10% bottom;
  margin-top: 0;
  margin-bottom: 20px;
}
.dropdown--above .dropdown {
  top: unset;
  bottom: 0;
  margin-bottom: 0;
}
.dropdown--above-right {
  right: 0;
  bottom: 100%;
  transform-origin: 90% bottom;
  margin-top: 0;
  margin-bottom: 20px;
}
.dropdown--above-right .dropdown {
  top: unset;
  bottom: 0;
  margin-bottom: 0;
  right: 100%;
  left: unset !important;
  margin-left: 0;
  margin-right: var(--dropdown-space);
}
.dropdown .dropdown {
  margin-top: 0;
  left: 100%;
  top: 0;
  margin-left: var(--dropdown-space);
}
.dropdown > li {
  display: flex;
  align-items: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
.dropdown > li::before {
  display: none;
}
.dropdown a:not(.button) {
  display: flex;
  align-items: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
  width: 100%;
  transition: ease 0.3s all;
  color: var(--dropdown-item-color);
  background-color: var(--dropdown-item-bg);
  border: var(--dropdown-item-border-size) var(--dropdown-item-border);
  border-radius: var(--dropdown-item-radius);
  padding: var(--dropdown-item-padding);
}
.dropdown a:not(.button):hover, .dropdown a:not(.button).active, .dropdown a:not(.button).current {
  color: var(--dropdown-item-color-hover);
  background-color: var(--dropdown-item-bg-hover);
  border-color: var(--dropdown-item-border-hover);
}
.dropdown a:not(.button):hover span, .dropdown a:not(.button).active span, .dropdown a:not(.button).current span {
  color: var(--dropdown-item-color-hover);
}
.dropdown a:not(.button):hover svg, .dropdown a:not(.button).active svg, .dropdown a:not(.button).current svg {
  fill: var(--dropdown-item-color-hover);
}
.dropdown a:not(.button):hover .arrow svg, .dropdown a:not(.button).active .arrow svg, .dropdown a:not(.button).current .arrow svg {
  fill: var(--dropdown-item-color-hover);
}
.dropdown a:not(.button).vertical {
  flex-direction: column;
  align-items: unset;
}
.dropdown a:not(.button) span {
  color: var(--dropdown-item-color);
  font-weight: var(--dropdown-item-weight);
  text-transform: var(--dropdown-item-transform);
  transition: ease 0.4s all;
}
.dropdown a:not(.button) span.title {
  flex: 1;
}
.dropdown a:not(.button) span.inline {
  display: flex;
  align-items: center;
  -moz-column-gap: 10px;
  column-gap: 10px;
}
.dropdown a:not(.button) span.description {
  font-size: 15px;
  opacity: 0.8;
}
.dropdown .arrow {
  align-items: center;
}
.dropdown .arrow:not(.rotate) svg {
  transform: rotate(-90deg);
}
.dropdown .arrow svg {
  fill: var(--dropdown-item-color);
  width: 15px;
  height: 15px;
}
.dropdown svg {
  fill: var(--dropdown-item-icon, var(--dropdown-item-color));
  display: flex;
  width: var(--dropdown-item-icon-size);
  height: var(--dropdown-item-icon-size);
}
.dropdown .heading {
  padding: var(--dropdown-item-padding);
  font-weight: var(--dropdown-title-weight);
  text-transform: var(--dropdown-title-transform);
  color: var(--dropdown-title-color);
  font-family: var(--dropdown-title-font);
  font-size: 14px;
  display: flex;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
.dropdown .heading svg {
  fill: var(--dropdown-title-color);
}
.dropdown hr {
  border-bottom: var(--dropdown-hr-size) var(--dropdown-hr-color);
  height: 0;
  padding: 0;
  margin: var(--dropdown-hr-margin) 0;
}

.files.align-left {
  text-align: left;
}
.files.align-left .icon {
  justify-content: flex-start;
}
.files.align-left .button {
  align-self: flex-start;
}
.files.align-right {
  text-align: right;
}
.files.align-right .icon {
  justify-content: flex-end;
}
.files.align-right .button {
  align-self: flex-end;
}
.files.align-center {
  text-align: center;
}
.files.align-center .icon {
  justify-content: center;
}
.files.align-center .button {
  align-self: center;
}
.files.align-center .files__single-content {
  justify-content: center;
}
.files.align-center .content {
  align-items: center;
}
.files.align-stretch .files__single {
  justify-content: space-between;
}
.files.btn-right .files__single {
  flex-direction: row;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
.files.btn-left .files__single {
  flex-direction: row;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
.files__single {
  display: flex;
  flex-direction: column;
  row-gap: 10px;
}
.files__single-content {
  display: flex;
  align-items: center;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
.files__single .content {
  display: flex;
  flex-direction: column;
  row-gap: 5px;
}
.files__single .title {
  font-weight: 600;
  display: flex;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
.files__single .button {
  align-self: flex-start;
  white-space: nowrap;
}
.files__single .button span {
  align-items: center;
}
.files__single .size {
  font-size: 0.875rem;
  opacity: 0.75;
}
.files__single .number {
  font-weight: 600;
}

.form {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}
.form p {
  margin: 0;
}
.form--side .form__field {
  flex-direction: row;
  -moz-column-gap: 30px;
       column-gap: 30px;
}
@media (max-width: 47.99em) {
  .form--side .form__field {
    flex-direction: column;
  }
}
.form--side .form__field > div {
  flex: 1;
}
.form--side .form__list.inline.number {
  -moz-column-gap: 30px;
       column-gap: 30px;
}
.form--side .form__label {
  width: 240px;
}
.form--float .form__fields {
  row-gap: 25px;
}
.form--float .form__label:not(.unfloat) {
  position: absolute;
  padding: 12px 20px;
  pointer-events: none;
  transition: ease 0.3s all;
  top: 0;
}
.form--float .form__label.unfloat {
  order: -1;
}
.form--float .form__input:focus ~ .form__label, .form--float .form__input--has-content ~ .form__label {
  color: var(--form-label-color-hover);
  font-size: 13px;
  top: -25px;
  padding-top: 0;
}
.form--float .form__input:focus ~ .form__label svg, .form--float .form__input--has-content ~ .form__label svg {
  fill: var(--form-label-color-hover);
  width: 10px;
}
.form--float .quantity input {
  order: -1;
}
.form:not(.form--float) .form__label {
  order: -1;
}
.form [data-validate-for] {
  color: #e22727;
}
.form__fields {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}
.form__field {
  display: flex;
  flex-direction: column;
  row-gap: 10px;
  position: relative;
}
.form__list {
  display: flex;
  flex-direction: column;
  row-gap: 5px;
}
.form__list.inline {
  flex-direction: row;
  flex-wrap: wrap;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
.form__list.inline.xs {
  -moz-column-gap: 10px;
       column-gap: 10px;
}
.form__list.inline [data-validate-for] {
  width: 100%;
  display: block;
}
.form__list label {
  display: flex;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
.form__info {
  opacity: 0.7;
}
.form__label {
  display: flex;
  align-items: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
  padding: 0;
  max-height: 45px;
  color: var(--form-label-color);
  font-family: var(--form-label-font);
  font-weight: var(--form-label-weight);
  text-transform: var(--form-label-transform);
}
.form__label .value {
  margin-left: 10px;
}
.form__label svg {
  width: 20px;
  height: 20px;
  fill: var(--form-label-color);
}
.form__input::-moz-placeholder {
  color: var(--form-input-color);
  font-family: var(--form-input-font);
  font-weight: var(--form-input-weight);
  text-transform: var(--form-input-transform);
}
.form__input, .form__input::placeholder {
  color: var(--form-input-color);
  font-family: var(--form-input-font);
  font-weight: var(--form-input-weight);
  text-transform: var(--form-input-transform);
}
.form__input {
  border-radius: var(--form-input-radius);
  border: var(--form-input-border-size) var(--form-input-border);
  padding: 12px 20px;
  margin: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  transition: ease 0.3s all;
  width: 100%;
  background-color: var(--form-input-bg);
}
.form__input:focus {
  box-shadow: 0 0 0 0.25rem var(--form-input-shadow);
}
.form__input:focus, .form__input:hover {
  color: var(--form-input-color-hover);
  background-color: var(--form-input-bg-hover);
  border-color: var(--form-input-border-hover);
}
.form__input[disabled] {
  opacity: 0.5;
  pointer-events: none;
}
.form__input--textarea {
  resize: vertical;
  min-height: 45px;
}
.form__input--number {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  max-width: 100px;
}
.form__input--select option {
  padding: 2px 7px;
  border-radius: 5px;
  margin-bottom: 3px;
}
.form__input--select option:checked, .form__input--select option:focus, .form__input--select option:active, .form__input--select option:hover {
  box-shadow: 0 0 10px 100px var(--form-input-extra) inset;
  color: #fff;
  background: var(--form-input-extra);
}
.form__input--radio {
  width: 20px;
  height: 20px;
  min-width: 20px;
  border-radius: 50px;
  padding: 0;
  margin-top: 2px;
  cursor: pointer;
}
.form__input--radio:checked {
  background-color: var(--form-input-extra);
}
.form__input--radio:checked:after {
  opacity: 1;
}
.form__input--radio:after {
  content: "";
  display: inline-block;
  height: 8px;
  width: 8px;
  margin-left: 5px;
  margin-bottom: 2px;
  background-color: #fff;
  border-radius: 50px;
  opacity: 0;
  transition: ease 0.3s all;
}
.form__input--checkbox {
  width: 20px;
  height: 20px;
  min-width: 20px;
  border-radius: 5px;
  padding: 0;
  margin-top: 2px;
  cursor: pointer;
}
.form__input--checkbox.big {
  width: 40px;
  height: 40px;
  min-width: 40px;
}
.form__input--checkbox.big:after {
  height: 20px;
  width: 11px;
  margin-left: 14px;
  margin-top: 6px;
}
.form__input--checkbox.big ~ label {
  color: #e22727;
}
.form__input--checkbox:checked {
  background-color: var(--form-input-extra);
}
.form__input--checkbox:checked:after {
  opacity: 1;
}
.form__input--checkbox:after {
  content: "";
  display: inline-block;
  transform: rotate(45deg);
  height: 10px;
  width: 6px;
  margin-left: 6px;
  margin-bottom: 2px;
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  opacity: 0;
  transition: ease 0.3s all;
}
.form__input--switch {
  width: 42px;
  height: 24px;
  min-width: 42px;
  border-radius: 50px;
  padding: 0;
  margin-top: 2px;
  cursor: pointer;
  position: relative;
}
.form__input--switch:checked {
  background-color: var(--form-input-extra);
}
.form__input--switch:checked:after {
  background-color: #fff;
  left: 21px;
}
.form__input--switch:hover:not(:focus):not(:checked):after {
  background: var(--form-input-extra);
}
.form__input--switch:focus:not(:checked):after {
  background: var(--form-input-extra);
}
.form__input--switch:after {
  content: "";
  transition: ease 0.3s all;
  width: 16px;
  height: 16px;
  background: var(--form-input-border);
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50px;
  left: 3px;
}
.form__input--range {
  cursor: pointer;
  padding: 10px 0;
  border: 0;
  box-shadow: unset;
}
.form__input--range:focus {
  box-shadow: unset;
}
.form__input--range::-webkit-slider-runnable-track {
  width: 100%;
  height: 8px;
  background: var(--form-input-border);
  border-radius: 50px;
}
.form__input--range::-moz-range-track {
  width: 100%;
  height: 8px;
  background: var(--form-input-border);
  border-radius: 50px;
}
.form__input--range::-webkit-slider-thumb {
  height: 20px;
  width: 20px;
  border-radius: 10px;
  background: var(--form-input-extra);
  border: 0;
  -webkit-appearance: none;
  appearance: none;
  margin-top: -6px;
  -webkit-transition: ease 0.3s all;
  transition: ease 0.3s all;
}
.form__input--range::-moz-range-thumb {
  height: 20px;
  width: 20px;
  border-radius: 10px;
  background: var(--form-input-extra);
  border: 0;
  -moz-appearance: none;
  appearance: none;
  box-sizing: border-box;
  -moz-transition: ease 0.3s all;
  transition: ease 0.3s all;
}
.form__input--range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 0.25rem var(--form-input-shadow);
  border-color: var(--form-input-extra);
}
.form__input--range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 0.25rem var(--form-input-shadow);
  border-color: var(--form-input-extra);
}
.form__input--btn {
  display: none;
}
.form__input--color {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 80px;
  height: 45px;
  background-color: transparent;
  border: 1px solid var(--form-input-border);
  padding: 0;
  border-radius: var(--form-input-radius);
  cursor: pointer;
}
.form__input--color::-webkit-color-swatch {
  border-radius: var(--form-input-radius);
  border: none;
  padding: 0;
  margin: 0;
}
.form__input--color::-webkit-color-swatch-wrapper {
  padding: 0;
}
.form__input--color::-moz-color-swatch {
  border-radius: var(--form-input-radius);
  border: none;
  padding: 0;
  margin: 0;
}
.form__submit {
  display: flex;
  flex-direction: column;
  row-gap: 30px;
}
.form__submit.inline {
  flex-direction: row;
  -moz-column-gap: 30px;
       column-gap: 30px;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 47.99em) {
  .form__submit.inline {
    flex-direction: column;
    align-items: unset;
  }
}
.form__submit.inline .button-set {
  flex-wrap: nowrap;
}
.form__submit label {
  align-items: center;
}
@media (max-width: 74.99em) {
  .form__submit p {
    font-size: 14px;
  }
}
@media (max-width: 47.99em) {
  .form__submit p {
    font-size: 13px;
  }
}
.form .quantity {
  display: flex;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
.form .quantity span {
  cursor: pointer;
  color: var(--form-input-color);
  border-radius: var(--form-input-radius);
  border: var(--form-input-border-size) var(--form-input-border);
  width: 45px;
  transition: ease 0.3s all;
  line-height: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
}
.form .quantity span:hover {
  color: var(--form-input-color-hover);
  border-color: var(--form-input-border-hover);
}
.form .rangeslider {
  display: flex;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
.form .rangeslider.inline span {
  width: 60px;
}
.form .rangeslider:not(.inline) {
  flex-wrap: wrap;
}
.form .rangeslider:not(.inline) span {
  flex: 1;
}
.form .rangeslider:not(.inline) input {
  width: 100%;
  order: -1;
}
.form .rangeslider .value-max {
  text-align: right;
}

.header.header--absolute {
  position: absolute;
  width: 100%;
}
.header.header--absolute:not(.fixed) .header-wrapper {
  background-color: var(--header-absolute-bg, transparent);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.04);
  border-top: var(--header-hr-top-size, 0) var(--header-absolute-hr-top, transparent);
  border-bottom: var(--header-hr-bottom-size, 0) var(--header-absolute-hr-bottom, transparent);
  min-height: var(--header-absolute-height, var(--header-height, 90px));
}
.header.header--absolute:not(.fixed) .show-absolute {
  display: block;
}
.header.header--absolute:not(.fixed) .hide-absolute {
  display: none;
}
.header.header--absolute:not(.fixed) .header__nav > ul > li > a {
  background-color: var(--nav-absolute-bg);
  border-color: var(--nav-absolute-border, var(--nav-border));
}
.header.header--absolute:not(.fixed) .header__nav > ul > li > a:hover, .header.header--absolute:not(.fixed) .header__nav > ul > li > a.active, .header.header--absolute:not(.fixed) .header__nav > ul > li > a.current {
  background-color: var(--nav-absolute-bg-hover);
  border-color: var(--nav-absolute-border-hover, var(--nav-border-hover));
}
.header.header--absolute:not(.fixed) .header__nav > ul > li > a:hover span, .header.header--absolute:not(.fixed) .header__nav > ul > li > a.active span, .header.header--absolute:not(.fixed) .header__nav > ul > li > a.current span {
  color: var(--nav-absolute-color-hover);
}
.header.header--absolute:not(.fixed) .header__nav > ul > li > a:hover svg, .header.header--absolute:not(.fixed) .header__nav > ul > li > a.active svg, .header.header--absolute:not(.fixed) .header__nav > ul > li > a.current svg {
  fill: var(--nav-absolute-color-hover);
}
.header.header--absolute:not(.fixed) .header__nav > ul > li > a:hover .arrow svg, .header.header--absolute:not(.fixed) .header__nav > ul > li > a.active .arrow svg, .header.header--absolute:not(.fixed) .header__nav > ul > li > a.current .arrow svg {
  fill: var(--nav-absolute-color-hover);
}
.header.header--absolute:not(.fixed) .header__nav > ul > li > a span {
  color: var(--nav-absolute-color);
}
.header.header--absolute:not(.fixed) .header__nav > ul > li > a .arrow svg {
  fill: var(--nav-absolute-arrow, var(--nav-absolute-color));
}
.header.header--absolute:not(.fixed) .header__nav > ul > li > a svg {
  fill: var(--nav-absolute-icon, var(--nav-absolute-color));
}

.header.header--sticky.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10002;
}
.header.header--sticky.fixed .header-wrapper {
  background-color: var(--header-sticky-bg, var(--header-bg));
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.04);
  border-top: var(--header-hr-top-Size, 0) var(--header-sticky-hr-top, transparent);
  border-bottom: var(--header-hr-bottom-Size, 0) var(--header-sticky-hr-bottom, transparent);
  min-height: var(--header-sticky-height, var(--header-height, 90px));
}
.header.header--sticky.fixed .show-fixed {
  display: block;
}
.header.header--sticky.fixed .hide-fixed {
  display: none;
}
.header.header--sticky.fixed .header__nav > ul > li > a {
  background-color: var(--nav-sticky-bg, var(--nav-bg));
  border-color: var(--nav-sticky-border, var(--nav-border));
}
.header.header--sticky.fixed .header__nav > ul > li > a:hover, .header.header--sticky.fixed .header__nav > ul > li > a.active, .header.header--sticky.fixed .header__nav > ul > li > a.current {
  background-color: var(--nav-sticky-bg-hover, var(--nav-bg-hover));
  border-color: var(--nav-sticky-border-hover, var(--nav-border-hover));
}
.header.header--sticky.fixed .header__nav > ul > li > a:hover span, .header.header--sticky.fixed .header__nav > ul > li > a.active span, .header.header--sticky.fixed .header__nav > ul > li > a.current span {
  color: var(--nav-sticky-color-hover, var(--nav-color-hover));
}
.header.header--sticky.fixed .header__nav > ul > li > a:hover svg, .header.header--sticky.fixed .header__nav > ul > li > a.active svg, .header.header--sticky.fixed .header__nav > ul > li > a.current svg {
  fill: var(--nav-sticky-color-hover, var(--nav-color-hover));
}
.header.header--sticky.fixed .header__nav > ul > li > a:hover .arrow svg, .header.header--sticky.fixed .header__nav > ul > li > a.active .arrow svg, .header.header--sticky.fixed .header__nav > ul > li > a.current .arrow svg {
  fill: var(--nav-sticky-color-hover, var(--nav-color-hover));
}
.header.header--sticky.fixed .header__nav > ul > li > a span {
  color: var(--nav-sticky-color, var(--nav-sticky-color, var(--nav-color)));
}
.header.header--sticky.fixed .header__nav > ul > li > a .arrow svg {
  fill: var(--nav-sticky-arrow, var(--nav-sticky-color, var(--nav-color)));
}
.header.header--sticky.fixed .header__nav > ul > li > a svg {
  fill: var(--nav-sticky-icon, var(--nav-sticky-color, var(--nav-icon)));
}

.litepicker {
  --litepicker-day-color-hover: var(--link-color-hover)!important;
  --litepicker-button-prev-month-color-hover: var(--link-color-hover)!important;
  --litepicker-button-next-month-color-hover: var(--link-color-hover)!important;
  z-index: 99999 !important;
}
.litepicker .month-item-header button {
  cursor: pointer !important;
  display: flex;
}
.litepicker .month-item-header button svg {
  width: 11px;
  height: 16px;
}
.litepicker div.day-item:hover {
  box-shadow: inset 0 0 0 1px var(--link-color-hover) !important;
}
.litepicker .container__days .day-item.is-locked {
  opacity: 0.6;
}
.litepicker .container__days .day-item.is-start-date,
.litepicker .container__days .day-item.is-end-date {
  background-color: var(--link-color-hover) !important;
  color: #fff !important;
}
.litepicker .container__days .day-item.is-in-range {
  background-color: var(--palette07) !important;
}

.hotresChooser {
  justify-content: center;
}
@media only screen and (max-width: 700px) {
  .hotresChooser {
    max-width: 100% !important;
    min-width: unset !important;
  }
}
.hotresChooser * {
  transition: ease 0.4s all !important;
}
.hotresChooser .hotresGroup {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
  -moz-column-gap: 20px;
       column-gap: 20px;
  row-gap: 20px;
}
.hotresChooser .hotresFields {
  display: flex;
  align-items: center;
  background-color: #fff;
  overflow: hidden;
  -moz-column-gap: 0;
       column-gap: 0;
}
.hotresChooser .hotresRangeChooser {
  width: unset;
  height: unset;
  line-height: unset;
  box-shadow: unset;
  display: flex;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
.hotresChooser .hotresRangeChooser:hover .hotresDate {
  --text-color: var(--link-color-hover);
}
.hotresChooser .hotresRangeChooser > div {
  width: unset !important;
  float: unset !important;
  display: grid;
  align-items: center;
  -moz-column-gap: 20px;
       column-gap: 20px;
  row-gap: 5px;
  padding: 0 20px;
  grid-template: "a b" "a c";
}
.hotresChooser .hotresRangeChooser > div:after {
  pointer-events: none;
}
.hotresChooser .hotresRangeChooser > div::before {
  right: unset !important;
  left: 100%;
  top: 50% !important;
  transform: rotate(45deg) translateY(-50%) !important;
}
.hotresChooser .hotresRangeChooser > div .hotresDate {
  grid-area: a;
  padding: 0;
}
.hotresChooser .hotresRangeChooser > div .hotresMonth {
  grid-area: b;
  top: unset;
  align-self: end;
}
.hotresChooser .hotresRangeChooser > div .hotresYear {
  grid-area: c;
  top: unset;
  align-self: flex-start;
}
.hotresChooser .hotresAdultsChooser {
  width: unset;
  height: unset;
  line-height: unset;
  background-color: unset;
  box-shadow: unset;
}
.hotresChooser .hotresAdultsChooser:not(.show) {
  display: none;
}
.hotresChooser .hotresAdultsChooser select {
  padding: 0 20px !important;
  box-shadow: unset !important;
}
.hotresChooser .hotresSubmit {
  width: unset;
  align-self: stretch;
}
.hotresChooser .hotresSubmit button {
  height: 100%;
  width: unset;
  background: unset;
  padding: 0;
  margin: 0;
  line-height: unset;
  background-color: unset !important;
}
.hotresChooser .hotresSubmit button .button {
  padding: var(--btn-md);
  font-size: 0.975rem;
  line-height: 1.25rem;
  height: 100%;
}
.hotresChooser .hotresSubmit button .button span {
  font-size: 0.975rem;
}
.hotresChooser .hotresSubmit button .button svg[class*=down] {
  transform: rotate(270deg);
}
.hotresChooser .hotresSubmit button .button--xs {
  padding: var(--btn-xs);
  font-size: 0.75rem;
}
.hotresChooser .hotresSubmit button .button--xs span {
  font-size: 0.75rem;
}
.hotresChooser .hotresSubmit button .button--sm {
  padding: var(--btn-sm);
  font-size: 0.875rem;
}
.hotresChooser .hotresSubmit button .button--sm span {
  font-size: 0.875rem;
}
.hotresChooser .hotresSubmit button .button--md {
  padding: var(--btn-md);
  font-size: 1rem;
}
.hotresChooser .hotresSubmit button .button--md span {
  font-size: 1rem;
}
.hotresChooser .hotresSubmit button .button--lg {
  padding: var(--btn-lg);
  font-size: 1.125rem;
}
.hotresChooser .hotresSubmit button .button--lg span {
  font-size: 1.125rem;
}
.hotresChooser .hotresSubmit button .button--xl {
  padding: var(--btn-xl);
  font-size: 1.25rem;
}
.hotresChooser .hotresSubmit button .button--xl span {
  font-size: 1.25rem;
}
.hotresChooser .hotresSubmit button .button--xxl {
  padding: var(--btn-xxl);
  font-size: 1.5rem;
}
.hotresChooser .hotresSubmit button .button--xxl span {
  font-size: 1.5rem;
}

.hover-trigger:hover[data-hover], .hover-trigger:hover [data-hover] {
  opacity: 1;
}
.hover-trigger:hover .image--zoom img, .hover-trigger:hover .image--zoom video, .hover-trigger:hover .image--zoom iframe, .hover-trigger:hover.image--zoom img, .hover-trigger:hover.image--zoom video, .hover-trigger:hover.image--zoom iframe {
  transform: scale(1.1);
}
.hover-trigger:hover .image--gray img, .hover-trigger:hover .image--gray video, .hover-trigger:hover .image--gray iframe, .hover-trigger:hover.image--gray img, .hover-trigger:hover.image--gray video, .hover-trigger:hover.image--gray iframe {
  filter: grayscale(1);
}
.hover-trigger:hover .image--bright img, .hover-trigger:hover .image--bright video, .hover-trigger:hover .image--bright iframe, .hover-trigger:hover.image--bright img, .hover-trigger:hover.image--bright video, .hover-trigger:hover.image--bright iframe {
  filter: saturate(2);
}
.hover-trigger:hover .image--blur img, .hover-trigger:hover .image--blur video, .hover-trigger:hover .image--blur iframe, .hover-trigger:hover.image--blur img, .hover-trigger:hover.image--blur video, .hover-trigger:hover.image--blur iframe {
  filter: blur(3px);
}
.hover-trigger:hover .image--blur.image--bright.image--gray img, .hover-trigger:hover .image--blur.image--bright.image--gray video, .hover-trigger:hover .image--blur.image--bright.image--gray iframe, .hover-trigger:hover.image--blur.image--bright.image--gray img, .hover-trigger:hover.image--blur.image--bright.image--gray video, .hover-trigger:hover.image--blur.image--bright.image--gray iframe {
  filter: grayscale(1) contrast(1.3) blur(3px);
}
.hover-trigger:hover .image--blur.image--bright img, .hover-trigger:hover .image--blur.image--bright video, .hover-trigger:hover .image--blur.image--bright iframe, .hover-trigger:hover.image--blur.image--bright img, .hover-trigger:hover.image--blur.image--bright video, .hover-trigger:hover.image--blur.image--bright iframe {
  filter: contrast(1.3) blur(3px);
}
.hover-trigger:hover .image--blur.image--gray img, .hover-trigger:hover .image--blur.image--gray video, .hover-trigger:hover .image--blur.image--gray iframe, .hover-trigger:hover.image--blur.image--gray img, .hover-trigger:hover.image--blur.image--gray video, .hover-trigger:hover.image--blur.image--gray iframe {
  filter: grayscale(1) blur(3px);
}
.hover-trigger:hover .image--bright.image--gray img, .hover-trigger:hover .image--bright.image--gray video, .hover-trigger:hover .image--bright.image--gray iframe, .hover-trigger:hover.image--bright.image--gray img, .hover-trigger:hover.image--bright.image--gray video, .hover-trigger:hover.image--bright.image--gray iframe {
  filter: grayscale(1) blur(3px);
}
.hover-trigger:hover .overlay[data-hover*=hide] {
  opacity: 0;
}

.overlay[data-hover] {
  opacity: 1;
}

[data-hover] {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  padding: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 15px;
  opacity: 0;
  color: #fff;
  pointer-events: none;
  transition: ease 0.6s all;
}
[data-hover] svg {
  z-index: 1;
  width: 25px;
  height: 25px;
  fill: #fff;
}
[data-hover] .h-title {
  font-weight: 500;
}
[data-hover] * {
  color: #fff;
}

[data-hover*=bg]:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
}

[data-hover*=bg01]:after, [data-hover*=bg01]:before {
  background-color: var(--palette01) !important;
}

[data-hover*=c01], [data-hover*=c01] * {
  color: var(--palette01) !important;
  fill: var(--palette01) !important;
}

[data-hover*=o1]:after, [data-hover*=o1]:before {
  opacity: 0.1;
}

[data-hover*=bg02]:after, [data-hover*=bg02]:before {
  background-color: var(--palette02) !important;
}

[data-hover*=c02], [data-hover*=c02] * {
  color: var(--palette02) !important;
  fill: var(--palette02) !important;
}

[data-hover*=o2]:after, [data-hover*=o2]:before {
  opacity: 0.2;
}

[data-hover*=bg03]:after, [data-hover*=bg03]:before {
  background-color: var(--palette03) !important;
}

[data-hover*=c03], [data-hover*=c03] * {
  color: var(--palette03) !important;
  fill: var(--palette03) !important;
}

[data-hover*=o3]:after, [data-hover*=o3]:before {
  opacity: 0.3;
}

[data-hover*=bg04]:after, [data-hover*=bg04]:before {
  background-color: var(--palette04) !important;
}

[data-hover*=c04], [data-hover*=c04] * {
  color: var(--palette04) !important;
  fill: var(--palette04) !important;
}

[data-hover*=o4]:after, [data-hover*=o4]:before {
  opacity: 0.4;
}

[data-hover*=bg05]:after, [data-hover*=bg05]:before {
  background-color: var(--palette05) !important;
}

[data-hover*=c05], [data-hover*=c05] * {
  color: var(--palette05) !important;
  fill: var(--palette05) !important;
}

[data-hover*=o5]:after, [data-hover*=o5]:before {
  opacity: 0.5;
}

[data-hover*=bg06]:after, [data-hover*=bg06]:before {
  background-color: var(--palette06) !important;
}

[data-hover*=c06], [data-hover*=c06] * {
  color: var(--palette06) !important;
  fill: var(--palette06) !important;
}

[data-hover*=o6]:after, [data-hover*=o6]:before {
  opacity: 0.6;
}

[data-hover*=bg07]:after, [data-hover*=bg07]:before {
  background-color: var(--palette07) !important;
}

[data-hover*=c07], [data-hover*=c07] * {
  color: var(--palette07) !important;
  fill: var(--palette07) !important;
}

[data-hover*=o7]:after, [data-hover*=o7]:before {
  opacity: 0.7;
}

[data-hover*=bg08]:after, [data-hover*=bg08]:before {
  background-color: var(--palette08) !important;
}

[data-hover*=c08], [data-hover*=c08] * {
  color: var(--palette08) !important;
  fill: var(--palette08) !important;
}

[data-hover*=o8]:after, [data-hover*=o8]:before {
  opacity: 0.8;
}

[data-hover*=bg09]:after, [data-hover*=bg09]:before {
  background-color: var(--palette09) !important;
}

[data-hover*=c09], [data-hover*=c09] * {
  color: var(--palette09) !important;
  fill: var(--palette09) !important;
}

[data-hover*=o9]:after, [data-hover*=o9]:before {
  opacity: 0.9;
}

[data-hover*=bg10]:after, [data-hover*=bg10]:before {
  background-color: var(--palette10) !important;
}

[data-hover*=c10], [data-hover*=c10] * {
  color: var(--palette10) !important;
  fill: var(--palette10) !important;
}

[data-hover*=bg11]:after, [data-hover*=bg11]:before {
  background-color: var(--palette11) !important;
}

[data-hover*=c11], [data-hover*=c11] * {
  color: var(--palette11) !important;
  fill: var(--palette11) !important;
}

[data-hover*=bg12]:after, [data-hover*=bg12]:before {
  background-color: var(--palette12) !important;
}

[data-hover*=c12], [data-hover*=c12] * {
  color: var(--palette12) !important;
  fill: var(--palette12) !important;
}

[data-hover*=bg13]:after, [data-hover*=bg13]:before {
  background-color: var(--palette13) !important;
}

[data-hover*=c13], [data-hover*=c13] * {
  color: var(--palette13) !important;
  fill: var(--palette13) !important;
}

[data-hover*=bg14]:after, [data-hover*=bg14]:before {
  background-color: var(--palette14) !important;
}

[data-hover*=c14], [data-hover*=c14] * {
  color: var(--palette14) !important;
  fill: var(--palette14) !important;
}

[data-hover*=bg15]:after, [data-hover*=bg15]:before {
  background-color: var(--palette15) !important;
}

[data-hover*=c15], [data-hover*=c15] * {
  color: var(--palette15) !important;
  fill: var(--palette15) !important;
}

[data-hover*=bg16]:after, [data-hover*=bg16]:before {
  background-color: var(--palette16) !important;
}

[data-hover*=c16], [data-hover*=c16] * {
  color: var(--palette16) !important;
  fill: var(--palette16) !important;
}

[data-hover*=bg17]:after, [data-hover*=bg17]:before {
  background-color: var(--palette17) !important;
}

[data-hover*=c17], [data-hover*=c17] * {
  color: var(--palette17) !important;
  fill: var(--palette17) !important;
}

[data-hover*=bg18]:after, [data-hover*=bg18]:before {
  background-color: var(--palette18) !important;
}

[data-hover*=c18], [data-hover*=c18] * {
  color: var(--palette18) !important;
  fill: var(--palette18) !important;
}

[data-hover*=bg19]:after, [data-hover*=bg19]:before {
  background-color: var(--palette19) !important;
}

[data-hover*=c19], [data-hover*=c19] * {
  color: var(--palette19) !important;
  fill: var(--palette19) !important;
}

[data-hover*=bg20]:after, [data-hover*=bg20]:before {
  background-color: var(--palette20) !important;
}

[data-hover*=c20], [data-hover*=c20] * {
  color: var(--palette20) !important;
  fill: var(--palette20) !important;
}

.hover-zoom {
  transition: ease 0.6s all;
}
.hover-zoom:hover {
  transform: scale(1.05);
}
.hover-shrink {
  transition: ease 0.6s all;
}
.hover-shrink:hover {
  transform: scale(0.95);
}
.hover-move-up {
  transition: ease 0.6s all;
}
.hover-move-up:hover {
  transform: translateY(-10px);
}
.hover-move-down {
  transition: ease 0.6s all;
}
.hover-move-down:hover {
  transform: translateY(10px);
}
.hover-move-left {
  transition: ease 0.6s all;
}
.hover-move-left:hover {
  transform: translateX(-10px);
}
.hover-move-right {
  transition: ease 0.6s all;
}
.hover-move-right:hover {
  transform: translateX(10px);
}

.icons.icon-side .icons__single {
  display: flex;
  flex-direction: row;
  align-items: center;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
.icons.icon-side-right .icons__single {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
.icons.icon-title-right .icons__single-top {
  flex-direction: row-reverse;
  justify-content: flex-end;
}
.icons.icon-title-under .title {
  order: -1;
}
.icons.align-left {
  text-align: left;
}
.icons.align-left .icons__single-top, .icons.align-left .icons__single .icon {
  justify-content: flex-start;
}
.icons.align-left.icon-title-right .icons__single-top {
  justify-content: flex-end;
}
.icons.align-left .button {
  align-self: flex-start;
}
.icons.align-right {
  text-align: right;
}
.icons.align-right .icons__single-top, .icons.align-right .icons__single .icon {
  justify-content: flex-end;
}
.icons.align-right.icon-title-right .icons__single-top {
  justify-content: flex-start;
}
.icons.align-right .button {
  align-self: flex-end;
}
.icons.align-center {
  text-align: center;
}
.icons.align-center .icons__single-top {
  justify-content: center;
}
.icons.align-center .icon, .icons.align-center .image {
  justify-content: center;
}
.icons.align-center .button {
  align-self: center;
}
.icons__single {
  display: flex;
  flex-direction: column;
  row-gap: 10px;
}
.icons__single-top {
  display: flex;
  -moz-column-gap: 20px;
       column-gap: 20px;
  align-items: center;
}
.icons__single-content {
  display: flex;
  flex-direction: column;
  row-gap: 10px;
}
.icons__single .icon {
  display: flex;
}
.icons__single .icon svg {
  min-width: 20px;
}
.icons__single .title {
  font-weight: 600;
}
.icons__single .button {
  align-self: flex-start;
}

.language-picker.inline:not(.grid) {
  display: flex;
  flex-wrap: wrap;
}
.language-picker.inline.grid-1 {
  justify-items: start;
}
.language-picker.inline a.current {
  opacity: 0.7;
  pointer-events: none;
}
.language-picker.inline a:not(.button) {
  display: flex;
  -moz-column-gap: 10px;
       column-gap: 10px;
  align-items: center;
  justify-content: flex-start;
}
.language-picker.inline a:not(.button):hover span, .language-picker.inline a:not(.button).active span {
  color: var(--link-color-hover);
}
.language-picker.inline a:not(.button):hover svg, .language-picker.inline a:not(.button).active svg {
  color: var(--link-color-hover);
}
.language-picker.inline a:not(.button) svg {
  width: 30px;
}
.language-picker .code {
  text-transform: uppercase;
}
.language-picker .flag {
  line-height: 0;
}
.language-picker__select:not(.button) {
  display: flex;
  align-items: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
.language-picker__select:not(.button) .icon {
  line-height: 0;
}
.language-picker__select:not(.button) svg {
  width: 25px;
}
.language-picker__select:not(.button):hover span, .language-picker__select:not(.button).active span {
  color: var(--link-color-hover);
}
.language-picker__select:not(.button):hover svg, .language-picker__select:not(.button).active svg {
  color: var(--link-color-hover);
}
.language-picker .dropdown {
  min-width: unset;
}

.leaflet-control-fullscreen a {
  background: #fff url(/themes/default/assets/images/misc/fullscreen.png) no-repeat 0 0;
  background-size: 26px 52px;
}

.leaflet-touch .leaflet-control-fullscreen a {
  background-position: 2px 2px;
}

.leaflet-fullscreen-on .leaflet-control-fullscreen a {
  background-position: 0 -26px;
}

.leaflet-touch.leaflet-fullscreen-on .leaflet-control-fullscreen a {
  background-position: 2px -24px;
}

/* Do not combine these two rules; IE will break. */
.leaflet-container:-webkit-full-screen {
  width: 100% !important;
  height: 100% !important;
}

.leaflet-container.leaflet-fullscreen-on {
  width: 100% !important;
  height: 100% !important;
}

.leaflet-pseudo-fullscreen {
  position: fixed !important;
  width: 100% !important;
  height: 100% !important;
  top: 0 !important;
  left: 0 !important;
  z-index: 99999;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .leaflet-control-fullscreen a {
    background-image: url(/themes/default/assets/images/misc/fullscreen@2x.png);
  }
}
.marker-cluster-small:after {
  background-color: var(--palette01);
  opacity: 0.4;
}
.marker-cluster-small div:after {
  background-color: var(--palette01);
  opacity: 0.7;
}

.marker-cluster-medium:after {
  background-color: var(--palette01);
  opacity: 0.4;
}
.marker-cluster-medium div:after {
  background-color: var(--palette01);
  opacity: 0.7;
}

.marker-cluster-large:after {
  background-color: var(--palette01);
  opacity: 0.4;
}
.marker-cluster-large div:after {
  background-color: var(--palette01);
  opacity: 0.7;
}

/* IE 6-8 fallback colors */
.marker-cluster {
  background-clip: padding-box;
  border-radius: 20px;
  width: 40px !important;
  background-color: unset;
  overflow: hidden;
}
.marker-cluster:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.marker-cluster div {
  width: 30px;
  height: 30px;
  margin-left: 5px;
  margin-top: 5px;
  background-color: unset;
  overflow: hidden;
  text-align: center;
  border-radius: 15px;
  font: 12px "Helvetica Neue", Arial, Helvetica, sans-serif;
}
.marker-cluster div:after {
  content: "";
  width: 30px;
  height: 30px;
  position: absolute;
  top: 5px;
  left: 5px;
  border-radius: 100%;
}

.marker-cluster span {
  line-height: 30px;
  color: var(--palette08);
  z-index: 1;
  position: relative;
}

.leaflet-cluster-anim .leaflet-marker-icon, .leaflet-cluster-anim .leaflet-marker-shadow {
  transition: transform 0.3s ease-out, opacity 0.3s ease-in;
}

.leaflet-cluster-spider-leg {
  /* stroke-dashoffset (duration and function) should match with leaflet-marker-icon transform in order to track it exactly */
  transition: stroke-dashoffset 0.3s ease-out, stroke-opacity 0.3s ease-in;
}

.map {
  overflow: hidden;
  border-radius: var(--map-radius);
}
.map.sharp {
  border-radius: 0;
}
.map.soft {
  border-radius: var(--map-radius-soft, 10px);
}
.map.round {
  border-radius: 100%;
}
.map__main {
  height: 500px;
}
.map.sidebar {
  display: grid;
  grid-template-columns: 350px 1fr;
  -moz-column-gap: 0;
       column-gap: 0;
}
.map.sidebar--right {
  grid-template-columns: 1fr 350px;
}
.map.sidebar--right .map__sidebar {
  order: 1;
}
.map__sidebar {
  background-color: var(--palette08);
  height: 100%;
  padding: 30px;
  display: flex;
  flex-direction: column;
  row-gap: 30px;
}
.map__sidebar .markers .title {
  font-weight: 600;
  margin-bottom: 10px;
}
.map__sidebar .markers .title.layer-link {
  cursor: pointer;
  transition: ease 0.3s all;
}
.map__sidebar .markers .title.layer-link:hover, .map__sidebar .markers .title.layer-link.active {
  color: var(--palette02);
}
.map__sidebar .markers-single.marker-link {
  cursor: pointer;
  transition: ease 0.3s all;
}
.map__sidebar .markers-single.marker-link:hover {
  color: var(--palette02);
}
.map.devmode .map__main {
  position: relative;
}
.map.devmode .map__main:before {
  position: absolute;
  content: "";
  z-index: 990;
  width: 100%;
  height: 2px;
  background-color: red;
  top: 50%;
  transform: translateY(-50%);
}
.map.devmode .map__main:after {
  position: absolute;
  content: "";
  z-index: 990;
  width: 2px;
  height: 100%;
  background-color: red;
  left: 50%;
  transform: translateX(-50%);
}
.map.devmode .map__main .center-of-map-description {
  background-color: #fff;
  padding: 2px 7px;
  border-radius: 3px;
}
.map .back-to-home.hidden, .map .back-to-home.center {
  display: none;
}
.map .back-to-home svg {
  width: 30px;
  height: 30px;
}
.map .leaflet-control-fullscreen a {
  background-image: none;
}
.map .leaflet-control-fullscreen a .shrink {
  opacity: 0;
  position: absolute;
  left: 0;
}
.map .leaflet-control-fullscreen a svg {
  width: 30px;
  height: 30px;
  padding: 5px;
  transition: ease 0.3s all;
}
.map .leaflet-touch.leaflet-fullscreen-on .leaflet-control-fullscreen a .shrink {
  opacity: 1;
}
.map .leaflet-touch.leaflet-fullscreen-on .leaflet-control-fullscreen a .expand {
  opacity: 0;
}
.map .leaflet-tooltip {
  box-shadow: none;
  background-color: var(--palette02);
  color: var(--palette08);
  padding: 8px 15px;
  border-radius: 5px;
  transition: ease 0.3s opacity;
}
.map .leaflet-tooltip-bottom:before {
  border-bottom-color: var(--palette02);
  -webkit-backdrop-filter: drop-shadow(0px -2px 2px #fff);
          backdrop-filter: drop-shadow(0px -2px 2px #fff);
}
.map .place-marker, .map .logo-marker {
  border-radius: 5px;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  position: relative;
  transition: ease 0.4s all;
}
.map .place-marker svg, .map .logo-marker svg {
  fill: #fff;
  width: 40px;
  height: 40px;
}
.map .place-marker:after, .map .logo-marker:after {
  content: "";
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  position: absolute;
  left: 50%;
  bottom: -10px;
  transform: translateX(-50%);
  transition: ease 0.4s all;
}
.map .place-marker {
  background-color: var(--palette05);
}
.map .place-marker:hover {
  background-color: var(--palette01);
}
.map .place-marker:hover:after {
  border-top: 10px solid var(--palette01);
}
.map .place-marker:after {
  border-top: 10px solid var(--palette05);
}
.map .logo-marker {
  background-color: var(--palette01);
}
.map .logo-marker:after {
  border-top: 10px solid var(--palette01);
}
.map .logo-marker img {
  padding: 5px;
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.map .main-marker {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: flex-end;
  position: relative;
}
.map .main-marker svg {
  width: 56px;
  height: 56px;
  fill: var(--palette01);
}
.map-wrap {
  display: grid;
  grid-template-columns: 1fr 300px;
}
.map-sidebar {
  background-color: #f2f6f7;
}

.hours {
  display: flex;
  flex-direction: column;
  row-gap: 10px;
}
.hours--inline {
  width: -moz-fit-content;
  width: fit-content;
}
.hours--inline .hours__item {
  display: grid;
  grid-template-columns: 1fr 140px;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
.hours--inline.align-justify .hours__item {
  grid-template-columns: 1fr auto;
}
.hours.align-left {
  text-align: left;
}
.hours.align-center {
  text-align: center;
}
.hours.align-right {
  text-align: right;
}
.hours__item.opened {
  --text-color: var(--alert-succes-bg, #2bce5e);
}
.hours__item.closed {
  --text-color:var(--alert-danger-bg, #e22727);
}
.hours__item .day {
  font-weight: bold;
}
.hours__item .status {
  grid-column: -1/1;
}

.ratio--4-3 {
  aspect-ratio: 4/3;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.ratio--3-4 {
  aspect-ratio: 3/4;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.ratio--4-5 {
  aspect-ratio: 4/5;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.ratio--5-4 {
  aspect-ratio: 5/4;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.ratio--16-9 {
  aspect-ratio: 16/9;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.ratio--9-16 {
  aspect-ratio: 9/16;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.ratio--2-3 {
  aspect-ratio: 2/3;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.ratio--3-2 {
  aspect-ratio: 3/2;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.ratio--21-9 {
  aspect-ratio: 21/9;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.ratio--1 {
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.share.inline:not(.grid) {
  display: flex;
  flex-wrap: wrap;
}
.share.inline.grid-1 {
  justify-items: start;
}
.share.inline a.current {
  opacity: 0.7;
  pointer-events: none;
}
.share.inline a:not(.button) {
  display: flex;
  -moz-column-gap: 10px;
       column-gap: 10px;
  align-items: center;
  justify-content: flex-start;
}
.share.inline a:not(.button) svg {
  width: 30px;
}
.share .dropdown {
  min-width: unset;
}
.share__select:not(.button) {
  display: flex;
  align-items: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
.share__select:not(.button):hover:hover span, .share__select:not(.button).active:hover span {
  color: var(--link-color-hover);
}
.share__select:not(.button):hover:hover svg, .share__select:not(.button).active:hover svg {
  fill: var(--link-color-hover);
}
.share__select:not(.button) .icon {
  line-height: 0;
}
.share__select:not(.button) svg {
  width: 25px;
}
.share__single {
  display: flex;
  align-items: center;
  -moz-column-gap: 5px;
       column-gap: 5px;
}
.share__single:not(.button):hover:hover span {
  color: var(--link-color-hover);
}
.share__single:not(.button):hover:hover svg {
  fill: var(--link-color-hover);
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-slider.nav-hover:hover .slick-dots, .slick-slider.nav-hover:hover .slick-arrow {
  opacity: 1;
}
.slick-slider.nav-hover .slick-dots, .slick-slider.nav-hover .slick-arrow {
  opacity: 0;
}
.slick-slider.dots-under {
  margin-bottom: 60px;
}
.slick-slider.dots-under .slick-dots {
  bottom: -60px;
  width: 100%;
}
.slick-slider.dots-above {
  margin-top: 60px;
}
.slick-slider.dots-above .slick-dots {
  top: -60px;
  width: 100%;
}
.slick-slider.dots-bottom .slick-dots {
  bottom: 40px;
  width: 100%;
}
.slick-slider.dots-left .slick-dots {
  flex-direction: column;
  height: 100%;
  top: 0;
  left: 40px;
}
.slick-slider.dots-right .slick-dots {
  flex-direction: column;
  height: 100%;
  top: 0;
  right: 40px;
}
.slick-slider.dots-numbers .slick-dots li button {
  font-size: 13px;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-loading .slick-list {
  background: red;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide > div {
  display: flex;
}
.slick-slide img {
  display: block !important;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Arrows */
.slick-arrow {
  z-index: 1;
  transition: ease 0.3s all;
}
.slick-arrow:not(.button) {
  color: var(--slider-nav-color);
  background-color: var(--slider-nav-bg, transparent);
  border-radius: var(--slider-nav-radius);
  border: var(--slider-nav-border-size) var(--slider-nav-border);
  border: none;
}
.slick-arrow:not(.button):hover {
  color: var(--slider-nav-color-hover);
  background-color: var(--slider-nav-bg-hover);
  border-color: var(--slider-nav-border-hover);
}
.slick-arrow:not(.button):hover svg {
  fill: var(--slider-nav-color-hover);
}
.slick-arrow:not(.button) svg {
  fill: var(--slider-nav-color);
}
.slick-arrow.slick-disabled {
  opacity: 0.5;
  pointer-events: none;
}

.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 40px;
  width: 40px;
  padding: 10px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  color: transparent;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
}
.slick-prev svg,
.slick-next svg {
  width: 100%;
  height: 100%;
}

.slick-slider.arrows-above .slick-arrow, .slick-slider.arrows-under .slick-arrow, .slick-slider.arrows-bottom .slick-arrow {
  transform: translateX(-50%);
}
.slick-slider.arrows-above .slick-prev, .slick-slider.arrows-under .slick-prev, .slick-slider.arrows-bottom .slick-prev {
  left: 50%;
  margin-left: -25px;
}
.slick-slider.arrows-above .slick-next, .slick-slider.arrows-under .slick-next, .slick-slider.arrows-bottom .slick-next {
  left: 50%;
  margin-left: 25px;
}
.slick-slider.arrows-above {
  margin-top: 80px;
}
.slick-slider.arrows-above .slick-arrow {
  top: -80px;
}
.slick-slider.arrows-under {
  margin-bottom: 80px;
}
.slick-slider.arrows-under .slick-arrow {
  bottom: -80px;
}
.slick-slider.arrows-bottom .slick-arrow, .slick-slider.arrows-right .slick-arrow, .slick-slider.arrows-left .slick-arrow {
  bottom: 40px;
}
.slick-slider.arrows-right .slick-arrow {
  right: 40px;
}
.slick-slider.arrows-right .slick-prev {
  margin-right: 50px;
}
.slick-slider.arrows-left .slick-arrow {
  left: 40px;
}
.slick-slider.arrows-left .slick-next {
  margin-left: 50px;
}
.slick-slider.arrows-sides .slick-arrow, .slick-slider.arrows-middle .slick-arrow {
  bottom: 50%;
}
.slick-slider.arrows-middle .slick-arrow {
  transform: translateY(50%);
}
.slick-slider.arrows-middle .slick-prev {
  left: 40px;
}
.slick-slider.arrows-middle .slick-next {
  right: 40px;
}
.slick-slider.arrows-sides .slick-prev {
  left: -60px;
}
.slick-slider.arrows-sides .slick-next {
  right: -60px;
}
.slick-slider.gap-1 .slick-list {
  margin-left: -0.5px;
  margin-right: -0.5px;
}
.slick-slider.gap-1 .slick-slide > div {
  padding: 0 0.5px;
}
.slick-slider.gap-10 .slick-list {
  margin-left: -5px;
  margin-right: -5px;
}
.slick-slider.gap-10 .slick-slide > div {
  padding: 0 5px;
}
.slick-slider.gap-20 .slick-list {
  margin-left: -10px;
  margin-right: -10px;
}
.slick-slider.gap-20 .slick-slide > div {
  padding: 0 10px;
}
.slick-slider.gap-30 .slick-list {
  margin-left: -15px;
  margin-right: -15px;
}
.slick-slider.gap-30 .slick-slide > div {
  padding: 0 15px;
}
.slick-slider.gap-40 .slick-list {
  margin-left: -20px;
  margin-right: -20px;
}
.slick-slider.gap-40 .slick-slide > div {
  padding: 0 20px;
}
.slick-slider.gap-50 .slick-list {
  margin-left: -25px;
  margin-right: -25px;
}
.slick-slider.gap-50 .slick-slide > div {
  padding: 0 25px;
}

.slick-prev svg {
  transform: rotate(90deg);
}

.slick-next svg {
  transform: rotate(270deg);
}

/* Dots */
.slick-dots {
  position: absolute;
  list-style: none;
  display: flex;
  justify-content: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
  row-gap: 10px;
  padding: 0;
  margin: 0;
  transition: ease 0.3s all;
}
.slick-dots li {
  position: relative;
  margin: 0;
  padding: 0;
  cursor: pointer;
}
.slick-dots li:before {
  display: none;
}
.slick-dots li:hover button, .slick-dots li:focus button, .slick-dots li.slick-active button {
  color: var(--slider-dots-color-hover);
  background-color: var(--slider-dots-bg-hover);
  border-color: var(--slider-dots-border-hover);
}
.slick-dots li button {
  border: 0;
  color: var(--slider-dots-color);
  background-color: var(--slider-dots-bg, transparent);
  border-radius: var(--slider-dots-radius);
  border: var(--slider-dots-border-size) var(--slider-dots-border);
  display: block;
  height: var(--slider-dots-size, 20px);
  width: var(--slider-dots-size, 20px);
  outline: none;
  line-height: 0;
  font-size: 0;
  padding: 5px;
  cursor: pointer;
  transition: ease 0.3s all;
}

.slider.align-left .slider__content {
  left: 0;
}
.slider.align-right .slider__content {
  right: 0;
  align-items: flex-end;
  text-align: right;
}
.slider.align-center .slider__content {
  left: 50%;
  align-items: center;
  text-align: center;
  transform: translateX(-50%);
}
.slider.align-top .slider__content {
  top: 0;
}
.slider.align-bottom .slider__content {
  bottom: 0;
}
.slider.align-middle .slider__content {
  top: 50%;
  transform: translateY(-50%);
}
.slider.align-middle.align-center .slider__content {
  transform: translateX(-50%) translateY(-50%);
}
@media (max-width: 47.99em) {
  .slider.reverse-sm .slider__content {
    order: -1;
  }
}
@media (max-width: 61.99em) {
  .slider.reverse-md .slider__content {
    order: -1;
  }
}
@media (max-width: 74.99em) {
  .slider.reverse-lg .slider__content {
    order: -1;
  }
}
@media (min-width: 36em) {
  .slider.break-xs .slider__content .title, .slider.break-xs .slider__content .text * {
    color: #fff;
    text-shadow: 0 0 50px black, 0 0 20px black;
  }
}
@media (max-width: 35.99em) {
  .slider.break-xs .slider__content {
    position: relative;
    top: unset;
    left: unset;
    right: unset;
    bottom: unset;
    transform: unset !important;
  }
}
@media (min-width: 48em) {
  .slider.break-sm .slider__content .title, .slider.break-sm .slider__content .text * {
    color: #fff;
    text-shadow: 0 0 50px black, 0 0 20px black;
  }
}
@media (max-width: 47.99em) {
  .slider.break-sm .slider__content {
    position: relative;
    top: unset;
    left: unset;
    right: unset;
    bottom: unset;
    transform: unset !important;
  }
}
@media (min-width: 62em) {
  .slider.break-md .slider__content .title, .slider.break-md .slider__content .text * {
    color: #fff;
    text-shadow: 0 0 50px black, 0 0 20px black;
  }
}
@media (max-width: 61.99em) {
  .slider.break-md .slider__content {
    position: relative;
    top: unset;
    left: unset;
    right: unset;
    bottom: unset;
    transform: unset !important;
  }
}
@media (min-width: 75em) {
  .slider.break-lg .slider__content .title, .slider.break-lg .slider__content .text * {
    color: #fff;
    text-shadow: 0 0 50px black, 0 0 20px black;
  }
}
@media (max-width: 74.99em) {
  .slider.break-lg .slider__content {
    position: relative;
    top: unset;
    left: unset;
    right: unset;
    bottom: unset;
    transform: unset !important;
  }
}
.slider:not(.break-xs):not(.break-sm):not(.break-md):not(.break-lg) .slider__content .title, .slider:not(.break-xs):not(.break-sm):not(.break-md):not(.break-lg) .slider__content .text * {
  color: #fff;
  text-shadow: 0 0 50px black, 0 0 20px black;
}
.slider.dots-bottom {
  padding-bottom: 100px;
}
.slider__single {
  position: relative;
  display: flex !important;
  flex-direction: column;
}
.slider__content {
  position: absolute;
  z-index: 1;
  pointer-events: none;
  display: flex;
  flex-direction: column;
  row-gap: 10px;
  align-items: flex-start;
  max-width: 100%;
  width: 100%;
  padding: 40px;
}
.slider__content .title {
  color: var(--headings-color);
  font-weight: var(--headings-weight);
  text-transform: var(--headings-transform);
}
.slider__content a, .slider__content .button {
  pointer-events: all;
}

.social-media {
  display: flex;
  flex-wrap: wrap;
}
.social-media.grid-1 {
  justify-items: start;
}
.social-media.ratio .social-media__single {
  aspect-ratio: 1;
  padding: 10px;
}
.social-media__single:not(.button) {
  display: flex;
  align-items: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
.social-media__single:not(.button):hover span {
  color: var(--link-color-hover);
}
.social-media__single:not(.button):hover svg {
  fill: var(--link-color-hover);
}
.social-media__single:not(.button) svg {
  display: block;
  width: 30px;
  height: 30px;
}

.tabs {
  display: flex;
  flex-direction: column;
  row-gap: 30px;
}
.tabs--accordion {
  row-gap: 0;
}
.tabs--accordion .tabs-nav__item {
  margin-top: 20px;
}
.tabs--accordion .tabs-nav__item:first-of-type {
  margin-top: 0;
}
.tabs--accordion .tabs-content__item {
  margin-top: 20px;
}
.tabs--under {
  flex-direction: column-reverse;
}
.tabs--left {
  flex-direction: row;
  -moz-column-gap: 30px;
       column-gap: 30px;
  align-items: flex-start;
}
.tabs--left .tabs-nav {
  flex-direction: column;
  white-space: nowrap;
}
.tabs--right {
  flex-direction: row-reverse;
  -moz-column-gap: 30px;
       column-gap: 30px;
}
.tabs--right .tabs-nav {
  flex-direction: column;
  white-space: nowrap;
}
.tabs-nav {
  display: flex;
  flex-wrap: wrap;
}
.tabs-nav.left {
  justify-content: flex-start;
}
.tabs-nav.right {
  justify-content: flex-end;
}
.tabs-nav.center {
  justify-content: center;
}
.tabs-nav.stretch .tabs-nav__item {
  flex: 1;
}
.tabs-nav__item {
  white-space: nowrap;
}
.tabs-nav__item:not(.button) {
  display: flex;
  -moz-column-gap: 10px;
       column-gap: 10px;
  align-items: center;
  font-weight: 700;
  cursor: pointer;
}
.tabs-nav__item:not(.button) svg {
  width: 25px;
  height: 25px;
}
.tabs-nav__item.active .collapse.arrow svg {
  transform: rotate(0);
}
.tabs-nav__item.active .collapse.plus svg {
  transform: rotate(45deg);
}
.tabs-nav__item.active .collapse.plus-minus svg path:last-of-type {
  opacity: 0;
}
.tabs-nav__item .title.stretch {
  flex: 1;
}
.tabs-nav__item .icon {
  display: flex;
}
.tabs-nav__item .icon.right {
  order: 1;
  justify-content: flex-end;
}
.tabs-nav__item .collapse {
  display: flex;
  justify-content: flex-end;
}
.tabs-nav__item .collapse.arrow svg {
  transform: rotate(-90deg);
}
.tabs-nav__item .collapse.left {
  order: -1;
  flex: 0;
}
.tabs-nav__item .collapse svg path {
  transition: ease 0.3s all;
}
.tabs-content__item {
  display: none;
}
.tabs-content__item.active {
  display: block;
}

.txtimg__image {
  position: relative;
  align-self: center;
}
.txtimg__image.slider-stretch .slick-list, .txtimg__image.slider-stretch .slick-track, .txtimg__image.slider-stretch .slick-slide > div, .txtimg__image.slider-stretch a, .txtimg__image.slider-stretch img {
  height: 100%;
}
.txtimg__image.slider-stretch img {
  -o-object-fit: cover;
     object-fit: cover;
}
.txtimg__image .slick-slide > div {
  overflow: hidden;
}
.txtimg__image img {
  display: block;
  height: auto;
}
.txtimg__image .button-set {
  position: absolute;
  transform: translateX(-50%);
  left: 50%;
  bottom: 40px;
}
.txtimg__content {
  display: flex;
  flex-direction: column;
}
@media (max-width: 61.99em) {
  .txtimg__content {
    text-align: center;
  }
}
@media (min-width: 62em) {
  .txtimg__content.align-left {
    text-align: left;
  }
  .txtimg__content.align-left .button-set {
    justify-content: flex-start;
  }
  .txtimg__content.align-right {
    text-align: right;
  }
  .txtimg__content.align-right .button-set {
    justify-content: flex-end;
  }
  .txtimg__content.align-center {
    text-align: center;
  }
  .txtimg__content.align-center .button-set {
    justify-content: center;
  }
  .txtimg__content.align-justify {
    text-align: justify;
  }
  .txtimg__content.middle {
    justify-content: center;
  }
}
.txtimg__content .button-set {
  margin-top: 10px;
}
@media (max-width: 61.99em) {
  .txtimg__content .button-set {
    justify-content: center;
  }
}

.gallery__single {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  row-gap: 20px;
  width: 100%;
}
.gallery__single .link {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
  width: 100%;
}
.gallery__single .image img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
.gallery__single .title {
  font-weight: 600;
}
.gallery.align-left .title {
  text-align: left;
}
.gallery.align-left .description {
  text-align: left;
}
.gallery.align-right .title {
  text-align: right;
}
.gallery.align-right .description {
  text-align: right;
}
.gallery.align-center .title {
  text-align: center;
}
.gallery.align-center .description {
  text-align: center;
}
.gallery:not(.grid) {
  display: grid;
  grid-auto-flow: dense;
  grid-template-columns: repeat(4, 1fr);
}
.gallery:not(.grid) .link {
  height: 100%;
}
.gallery:not(.grid) .image {
  height: 100%;
}
.gallery.layout1 > div:nth-child(6n+3),
.gallery.layout1 > div:nth-child(6n+4) {
  grid-area: span 1/span 2;
}
.gallery.layout1 .image img:not(.ratio) {
  height: 20vw;
}
.gallery.layout2 > div:nth-child(6n+1),
.gallery.layout2 > div:nth-child(6n+6) {
  grid-area: span 1/span 2;
}
.gallery.layout2 .image img:not(.ratio) {
  height: 20vw;
}
.gallery.layout3 > div:nth-child(10n+1),
.gallery.layout3 > div:nth-child(10n+8) {
  grid-area: span 2/span 2;
}
.gallery.layout4 > div:nth-child(10n+3),
.gallery.layout4 > div:nth-child(10n+6) {
  grid-area: span 2/span 2;
}
.gallery.layout5 > div:nth-child(6n+1),
.gallery.layout5 > div:nth-child(6n+6) {
  grid-area: span 2/span 2;
  display: flex;
}
.gallery.layout5 > div:nth-child(6n+2),
.gallery.layout5 > div:nth-child(6n+3),
.gallery.layout5 > div:nth-child(6n+4),
.gallery.layout5 > div:nth-child(6n+6) {
  grid-area: span 1/span 2;
}
.gallery.layout5 > div:nth-child(6n+2) .image img:not(.ratio),
.gallery.layout5 > div:nth-child(6n+3) .image img:not(.ratio),
.gallery.layout5 > div:nth-child(6n+4) .image img:not(.ratio),
.gallery.layout5 > div:nth-child(6n+6) .image img:not(.ratio) {
  height: 21vw;
}
.gallery.layout6 > div:nth-child(6n+2),
.gallery.layout6 > div:nth-child(6n+4) {
  grid-area: span 2/span 2;
  display: flex;
}
.gallery.layout6 > div:nth-child(6n+1),
.gallery.layout6 > div:nth-child(6n+3),
.gallery.layout6 > div:nth-child(6n+5),
.gallery.layout6 > div:nth-child(6n+6) {
  grid-area: span 1/span 2;
}
.gallery.layout6 > div:nth-child(6n+1) .image img:not(.ratio),
.gallery.layout6 > div:nth-child(6n+3) .image img:not(.ratio),
.gallery.layout6 > div:nth-child(6n+5) .image img:not(.ratio),
.gallery.layout6 > div:nth-child(6n+6) .image img:not(.ratio) {
  height: 21vw;
}
.gallery.layout7 {
  grid-auto-rows: 15vw;
}
@media (max-width: 47.99em) {
  .gallery.layout7 {
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: 35vw;
  }
}
.gallery.layout7 > div {
  display: flex;
}
.gallery.layout7 > div:nth-child(8n+1),
.gallery.layout7 > div:nth-child(8n+3),
.gallery.layout7 > div:nth-child(8n+5),
.gallery.layout7 > div:nth-child(8n+6) {
  grid-area: span 2/span 1;
}
@media (max-width: 47.99em) {
  .gallery.layout7 > div:nth-child(8n+1),
  .gallery.layout7 > div:nth-child(8n+3),
  .gallery.layout7 > div:nth-child(8n+5),
  .gallery.layout7 > div:nth-child(8n+6) {
    grid-area: unset;
  }
}
@media (max-width: 47.99em) {
  .gallery.layout7 > div:nth-child(8n+1),
  .gallery.layout7 > div:nth-child(8n+3),
  .gallery.layout7 > div:nth-child(8n+5),
  .gallery.layout7 > div:nth-child(8n+7) {
    grid-area: span 2/span 1;
  }
}

.popup {
  position: fixed;
  z-index: 99999;
  visibility: hidden;
  transition: 0.6s all;
}
.popup.visible {
  visibility: visible;
}
.popup--blur {
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
}
.popup--full {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.85);
  display: flex;
  flex-direction: column;
}
.popup--full.left .popup__inner {
  border-radius: 0;
}
.popup--full.right {
  align-items: flex-end;
}
.popup--full.right .popup__inner {
  border-radius: 0;
}
.popup--full.right .close {
  right: unset;
  left: 30px;
}
.popup--full.center {
  justify-content: center;
  align-items: center;
  padding: 50px 30px;
}
@media (max-width: 74.99em) {
  .popup--full.center {
    padding: 20px;
  }
}
.popup--full.center .popup__inner {
  max-width: 800px;
  height: unset;
}
.popup--full.fullscreen .popup__inner {
  max-width: 100%;
  border-radius: 0;
  background-color: unset;
}
@media (max-width: 74.99em) {
  .popup--full.fullscreen .popup__inner {
    padding-top: 80px;
  }
}
.popup--full.fullscreen .popup__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: unset;
  padding: 0;
}
.popup--full.fullscreen .popup__content *:not(.button):not([data-validate-for]) {
  color: #fff;
}
.popup--full.fullscreen .popup__content *:not(.button > svg) {
  fill: #fff;
}
.popup--full.fullscreen .popup__content .form__input--select:not([multiple]) option {
  color: var(--form-input-color);
}
.popup--full.fullscreen.popup--narrow .popup__content {
  max-width: 800px;
  margin: 0 auto;
}
.popup--full .popup__inner {
  overflow: auto;
  max-width: 550px;
  height: 100%;
  width: 100%;
  background-color: var(--popup-bg, #fff);
  border-radius: var(--popup-radius);
}
.popup--full .popup__content {
  min-height: 100%;
  padding: 30px;
}
.popup--full .close {
  position: fixed;
  top: 30px;
  right: 30px;
}
@media (max-width: 61.99em) {
  .popup--full .close {
    top: 20px;
    right: 20px;
  }
}
.popup--box {
  bottom: 20px;
  right: 20px;
  max-width: 550px;
  width: 100%;
}
.popup--box.left {
  right: unset;
  left: 20px;
}
.popup--box.center {
  right: 50%;
  transform: translateX(50%);
}
.popup--box .popup__inner {
  height: 100%;
  width: 100%;
  background-color: var(--popup-bg, #fff);
  border-radius: var(--popup-radius);
  box-shadow: var(--popup-shadow-size, 0) var(--popup-shadow);
  border: var(--popup-border-size, 0) var(--popup-border);
  padding: 20px 0;
}
.popup--box .popup__content {
  padding: 0 30px;
  overflow: auto;
  max-height: calc(100vh - 90px);
}
.popup--box .close {
  position: absolute;
  right: 10px;
  top: 10px;
  padding: 10px;
}
.popup--box .close svg {
  width: 20px;
  height: 20px;
}
.popup--box.popup--narrow {
  max-width: 450px;
}
.popup--fade {
  opacity: 0;
}
.popup--fade.visible {
  opacity: 1;
}
.popup .popup__content p {
  color: var(--popup-color, var(--text-color));
}
.popup .popup__content .title {
  color: var(--popup-title, var(--headings));
}
.popup .popup__content a:not(.button) {
  color: var(--popup-link, var(--link-color));
}
.popup .popup__content a:not(.button):hover {
  color: var(--popup-link-hover, var(--link-color-hover));
}

.pagination {
  display: flex;
  -moz-column-gap: 10px;
       column-gap: 10px;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.pagination.left {
  justify-content: flex-start;
}
.pagination.right {
  justify-content: flex-end;
}
.pagination.justify {
  justify-content: space-between;
}
.pagination__numbers {
  display: flex;
  -moz-column-gap: 10px;
       column-gap: 10px;
  flex-wrap: wrap;
  flex: 1;
}
.pagination__numbers.center {
  justify-content: center;
}
.pagination__numbers.right {
  justify-content: flex-end;
}
.pagination__next svg {
  transform: rotate(-90deg);
}
.pagination__prev svg {
  transform: rotate(90deg);
}

.glightbox-container.hide-nav .glightbox-button-hidden, .glightbox-container.hide-nav .gnext, .glightbox-container.hide-nav .gprev, .glightbox-container.hide-nav .gcounter {
  display: none;
}
.glightbox-container .gslide-title {
  margin-bottom: 0;
}
.glightbox-container .gcounter:after {
  content: attr(data-indicator);
  position: absolute;
  top: 15px;
  left: 20px;
  color: white;
  padding: 5px 10px;
  z-index: 10000000;
  background-color: rgba(0, 0, 0, 0.32);
  border-radius: 4px;
}
@media (max-width: 61.99em) {
  .glightbox-container .gcounter:after {
    left: 10px;
  }
}
@media (max-width: 47.99em) {
  .glightbox-container .gcounter:after {
    background-color: rgba(0, 0, 0, 0.75);
  }
}
.glightbox-container.glightbox-closing .gcounter, .glightbox-container.glightbox-closing .gplaypause {
  opacity: 0;
}
.glightbox-container .gmenu {
  padding: 0;
}
.glightbox-container .gmenu .dropdown {
  position: relative;
  opacity: 1;
  margin: 0;
  width: 100%;
  height: 100%;
  padding: 30px;
  top: unset;
  left: unset;
  right: unset;
  bottom: unset;
  transform: unset;
}
.glightbox-container .gmenu .dropdown.grid ul {
  width: 100%;
}
.glightbox-container .gmenu .dropdown.megamenu {
  top: unset;
}
.glightbox-container .gmenu .dropdown li {
  flex-direction: column;
}
.glightbox-container .gmenu .dropdown .dropdown {
  padding: 0;
}

@media (max-width: 61.99em) {
  .toolbar {
    position: fixed;
    z-index: 9999;
    bottom: 0;
    left: 0;
    width: 100%;
    right: unset;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding: 10px;
    background-color: var(--toolbar-bg);
  }
}
.toolbar__bottom {
  bottom: 20px;
}
@media (max-width: 61.99em) {
  .toolbar__bottom {
    bottom: 0;
  }
}
.toolbar__bottom > * {
  margin-top: 10px;
}
@media (max-width: 61.99em) {
  .toolbar__bottom > * {
    margin-top: 0;
  }
}
.toolbar__bottom > *.backtotop {
  margin-top: 0;
}
@media (max-width: 61.99em) {
  .toolbar__bottom > *.backtotop {
    position: fixed;
    right: 10px;
    bottom: 70px;
  }
}
.toolbar__top {
  transition: ease 0.3s all;
}
@media (min-width: 62em) {
  .toolbar__top {
    top: var(--headerHeight, 120px);
    margin-top: 20px;
  }
}
.toolbar__top > * {
  margin-top: 0;
  margin-bottom: 10px;
}
@media (max-width: 61.99em) {
  .toolbar__top > * {
    margin-bottom: 0;
  }
}
.toolbar__left {
  left: 20px;
  align-items: flex-start;
}
@media (max-width: 61.99em) {
  .toolbar__left {
    align-items: unset;
    left: 0;
  }
}
.toolbar__right {
  right: 20px;
  align-items: flex-end;
}
@media (max-width: 61.99em) {
  .toolbar__right {
    align-items: unset;
    right: 0;
  }
}
@media (max-width: 28.75em) {
  .toolbar__right a:last-of-type .label {
    display: none;
  }
}
.toolbar > div {
  position: fixed;
  z-index: 9999;
  display: flex;
  flex-direction: column;
}
@media (max-width: 61.99em) {
  .toolbar > div {
    position: relative;
    flex-direction: row;
    align-items: center;
    -moz-column-gap: 10px;
         column-gap: 10px;
  }
}
.toolbar > div.toolbar--h {
  flex-direction: row;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
.toolbar > div.toolbar--h .grid-1 {
  display: flex;
  flex-direction: row;
}
@media (max-width: 61.99em) {
  .toolbar > div .button:not(.ratio) {
    padding: 10px;
  }
}
.toolbar > div .ratio .label {
  display: none;
}
@media (max-width: 61.99em) {
  .toolbar > div .grid-1 {
    display: flex;
  }
}
.toolbar > div [data-popup=cookies] {
  order: 10;
}

@media (min-width: 62em) {
  .absolute-header .toolbar__top {
    top: var(--header-absolute-height, var(--header-height, 120px));
  }
}

@media (min-width: 62em) {
  .fixed-header .toolbar__top {
    top: var(--header-sticky-height, var(--header-height, 120px));
  }
}

.menu-opened {
  overflow: hidden;
}
.menu-opened .header-wrapper {
  min-height: var(--header-height, 90px) !important;
}
.menu-opened .header__logo .show-absolute {
  display: none !important;
}
.menu-opened .header__logo .hide-absolute {
  display: block !important;
}
.menu-opened .mobile-menu {
  opacity: 1;
  visibility: visible;
}

@media (max-width: 61.99em) {
  .mobile-menu {
    left: 0;
    width: 100%;
    height: 100%;
    top: 0;
    background-color: var(--dropdown-bg);
    transition: ease 0.6s all;
    opacity: 0;
    z-index: -1;
    padding-top: 110px;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 30px;
    display: block;
    position: fixed;
    visibility: hidden;
    overflow: auto;
  }
  .mobile-menu .header__nav {
    flex-direction: column-reverse;
    row-gap: 20px;
    width: 100%;
    align-items: unset;
    padding-top: 20px;
  }
  .mobile-menu .header__nav > ul {
    flex-direction: column;
  }
  .mobile-menu .header__nav > ul > li {
    margin-bottom: 10px;
  }
  .mobile-menu .header__nav > ul > li.dropdown-menu.active > a {
    margin-bottom: 10px;
  }
  .mobile-menu .header__nav > ul > li.megamenu {
    position: relative;
  }
  .mobile-menu .header__nav > ul > li > a {
    white-space: unset;
    justify-content: flex-start;
  }
  .mobile-menu .header__nav > ul > li > a .title {
    flex: 1;
  }
  .mobile-menu .header__nav > ul > li > a span {
    font-size: 1.125rem;
    --nav-color: var(--dropdown-item-color);
    --nav-sticky-color: var(--dropdown-item-color);
    --nav-absolute-color: var(--dropdown-item-color);
    --nav-icon: var(--dropdown-item-icon, var(--dropdown-item-color));
    --nav-sticky-icon: var(--dropdown-item-icon, var(--dropdown-item-color));
    --nav-absolute-icon: var(--dropdown-item-icon, var(--dropdown-item-color));
    --nav-arrow: var(--dropdown-item-color);
    --nav-sticky-arrow: var(--dropdown-item-color);
    --nav-absolute-arrow: var(--dropdown-item-color);
  }
  .mobile-menu .dropdown {
    position: relative;
    min-width: 200px;
    width: 100%;
    margin-top: 0;
    transform-origin: 50% top;
    transform: unset;
    opacity: 0;
    height: 0;
    overflow: hidden;
  }
  .mobile-menu .dropdown.active {
    height: 100%;
    opacity: 1;
  }
  .mobile-menu .dropdown .dropdown {
    left: unset !important;
    right: unset !important;
  }
  .mobile-menu .dropdown .dropdown.active {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .mobile-menu .dropdown.grid, .mobile-menu .dropdown.megamenu {
    padding: 0;
    -moz-column-gap: 0;
         column-gap: 0;
  }
  .mobile-menu .dropdown.grid > li, .mobile-menu .dropdown.megamenu > li {
    padding: 10px;
  }
  .mobile-menu .dropdown.grid {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
  }
  .mobile-menu .dropdown.grid > li {
    flex: 1;
    min-width: 240px;
  }
  .mobile-menu .dropdown.grid ul {
    width: 100%;
  }
  .mobile-menu .dropdown.megamenu {
    border: var(--dropdown-border-size) var(--dropdown-border);
    border-radius: var(--dropdown-radius);
  }
  .mobile-menu .dropdown.megamenu.active {
    padding: var(--dropdown-padding);
  }
  .mobile-menu .dropdown li {
    flex-direction: column;
  }
}
@media (max-width: 35.99em) {
  .mobile-menu {
    padding-left: 20px;
    padding-right: 20x;
    padding-bottom: 20px;
  }
}
.hamburger {
  display: inline-flex;
}
.hamburger .hide-menu-mobile {
  opacity: 1;
}
.hamburger .show-menu-mobile {
  opacity: 0;
}
.hamburger.active .show-menu-mobile {
  opacity: 1;
}
.hamburger.active .hide-menu-mobile {
  opacity: 0;
}
.hamburger svg path {
  transition: ease 0.3s all;
}

@media (min-width: 93.75em) {
  .show-xl {
    display: none;
  }
}
@media (min-width: 75em) {
  .show-lg {
    display: none;
  }
}
@media (min-width: 62em) {
  .show-md {
    display: none;
  }
}
@media (min-width: 48em) {
  .show-sm {
    display: none;
  }
}
@media (min-width: 36em) {
  .show-xs {
    display: none;
  }
}

@media (max-width: 93.74em) {
  .hide-xl {
    display: none;
  }
}
@media (max-width: 74.99em) {
  .hide-lg {
    display: none;
  }
}
@media (max-width: 61.99em) {
  .hide-md {
    display: none;
  }
}
@media (max-width: 47.99em) {
  .hide-sm {
    display: none;
  }
}
@media (max-width: 35.99em) {
  .hide-xs {
    display: none;
  }
}

.header.fixed .hide-sticky {
  display: none;
}

.unfold-container {
  display: flex;
  flex-direction: column;
}

.unfold-toggle.active svg {
  transform: rotate(45deg);
}

.unfold-content {
  margin-top: 20px;
  margin-bottom: 20px;
}

.videos.video-side .videos__single {
  display: flex;
  flex-direction: row;
  align-items: center;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
.videos.video-side-right .videos__single {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
.videos.video-title-right .videos__single-top {
  flex-direction: row-reverse;
  justify-content: flex-end;
}
.videos.video-title-under .title {
  order: -1;
}
.videos.align-left {
  text-align: left;
}
.videos.align-left .videos__single-top, .videos.align-left .videos__single .video {
  justify-content: flex-start;
}
.videos.align-left.icon-title-right .videos__single-top {
  justify-content: flex-end;
}
.videos.align-left .button {
  align-self: flex-start;
}
.videos.align-right {
  text-align: right;
}
.videos.align-right .videos__single-top, .videos.align-right .videos__single .video {
  justify-content: flex-end;
}
.videos.align-right.icon-title-right .videos__single-top {
  justify-content: flex-start;
}
.videos.align-right .button {
  align-self: flex-end;
}
.videos.align-center {
  text-align: center;
}
.videos.align-center .videos__single-top {
  justify-content: center;
}
.videos.align-center .video {
  justify-content: center;
}
.videos.align-center .button {
  align-self: center;
}
.videos__single {
  display: flex;
  flex-direction: column;
  row-gap: 10px;
  transition: ease 0.3s all;
}
.videos__single:hover .icon {
  opacity: 0;
}
.videos__single [data-hover] {
  z-index: 2;
}
.videos__single:not(.lightbox):not(.glightbox) .poster {
  position: absolute;
  z-index: 1;
}
.videos__single.playing [data-hover], .videos__single.playing .poster, .videos__single.playing .icon {
  opacity: 0;
}
.videos__single.playing img, .videos__single.playing video, .videos__single.playing iframe {
  filter: unset !important;
}
.videos__single-top {
  display: flex;
  -moz-column-gap: 20px;
       column-gap: 20px;
  align-items: center;
}
.videos__single-content {
  display: flex;
  flex-direction: column;
  row-gap: 10px;
}
.videos__single.lightbox iframe, .videos__single.lightbox video, .videos__single.glightbox iframe, .videos__single.glightbox video {
  pointer-events: none;
}
.videos__single .player {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.videos__single .player.icon-hover .icon {
  opacity: 0;
}
.videos__single .player.icon-hover:hover .icon {
  opacity: 1;
}
.videos__single .player iframe, .videos__single .player video {
  display: block;
  transition: ease 0.3s all;
}
.videos__single .player .icon {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: ease 0.3s all;
  z-index: 2;
  display: flex;
}
.videos__single .player .icon svg {
  width: 25px;
  height: 25px;
}
.videos__single .title {
  font-weight: 600;
}
.videos__single .button {
  align-self: flex-start;
}

.footer {
  background-color: var(--footer-copyright-bg);
}
.footer--reveal {
  position: sticky;
  bottom: 0;
}
.footer-main {
  background-color: var(--footer-bg);
  border-top: var(--footer-hr-top-size) var(--footer-hr-top);
  border-bottom: var(--footer-hr-bottom-size) var(--footer-hr-bottom);
  color: var(--footer-color);
}
.footer-main *:not(.button) {
  color: var(--footer-color);
}
.footer-main svg {
  fill: var(--footer-color);
}
.footer-main .title, .footer-main h1, .footer-main h2, .footer-main h3, .footer-main h4, .footer-main h5, .footer-main h6 {
  color: var(--footer-title);
  font-family: var(--footer-title-font);
  font-weight: var(--footer-title-weight);
  text-transform: var(--footer-title-transform);
  margin-bottom: 20px;
  font-size: 1.25rem;
}
.footer-main a:not(.button) {
  color: var(--footer-link);
}
.footer-main a:not(.button):hover {
  color: var(--footer-link-hover);
  --link-color-hover: var(--footer-link-hover);
}
.footer-main a:not(.button):hover svg {
  fill: var(--footer-link-hover);
}
.footer-main a:not(.button) svg {
  --link-color: var(--footer-link);
  fill: var(--footer-link);
}
.footer-main hr {
  background-color: var(--footer-hr);
}
.footer-main .footer-menu ul {
  margin: 0;
  display: flex;
  flex-direction: column;
  row-gap: 5px;
}
.footer-main .footer-menu li {
  padding: 0;
}
.footer-main .footer-menu li:before {
  display: none;
}
.footer-main .footer-menu li .title {
  font-weight: 400;
  font-size: 1.0625rem;
  transition: color 0.3s ease-in-out;
}
.footer-main .footer-menu li a:hover span {
  color: var(--footer-link-hover);
}
.footer-copyright {
  background-color: var(--footer-copyright-bg);
  color: var(--footer-copyright-color);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding-top: 20px;
  padding-bottom: 20px;
  -moz-column-gap: 30px;
       column-gap: 30px;
  row-gap: 10px;
}
@media (max-width: 61.99em) {
  .footer-copyright {
    padding-bottom: 80px;
    flex-direction: column;
  }
}
.footer-copyright * {
  color: var(--footer-copyright-color);
}
.footer-copyright a {
  text-decoration: none;
}
.footer-copyright a:hover, .footer-copyright a:hover span {
  color: var(--footer-copyright-color-hover);
}
.footer-copyright a span {
  transition: ease 0.3s all;
}
.footer-copyright__nav ul {
  display: flex;
  -moz-column-gap: 15px;
       column-gap: 15px;
  margin: 0;
}
.footer-copyright__nav ul li {
  padding: 0;
}
.footer-copyright__nav ul li:before {
  display: none;
}
.footer-copyright__text {
  text-align: center;
  max-width: var(--footer-copyright-width);
}
.footer-copyright__by a {
  display: flex;
  align-items: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
  padding: 12px 0;
  min-height: 55px;
  position: relative;
  z-index: 1;
}

.grid {
  display: grid;
}
.grid-1 {
  grid-template-columns: 100%;
}
.grid-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.grid-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.grid-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.grid-5 {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}
.grid-6 {
  grid-template-columns: repeat(6, minmax(0, 1fr));
}
.grid-2-1 {
  grid-template-columns: minmax(0, 2fr) minmax(0, 1fr);
}
@media (max-width: 61.99em) {
  .grid-2-1 {
    grid-template-columns: 100%;
  }
}
.grid-1-2 {
  grid-template-columns: minmax(0, 1fr) minmax(0, 2fr);
}
@media (max-width: 61.99em) {
  .grid-1-2 {
    grid-template-columns: 100%;
  }
}
.grid-middle {
  align-items: center;
}
@media (max-width: 35.99em) {
  .grid.reverse-xs > div:last-of-type {
    order: -1;
  }
}
@media (max-width: 47.99em) {
  .grid.reverse-sm > div:last-of-type {
    order: -1;
  }
}
@media (max-width: 61.99em) {
  .grid.reverse-md > div:last-of-type {
    order: -1;
  }
}
@media (max-width: 74.99em) {
  .grid.reverse-lg > div:last-of-type {
    order: -1;
  }
}
@media (max-width: 93.74em) {
  .grid.reverse-xl > div:last-of-type {
    order: -1;
  }
}
@media (max-width: 93.74em) {
  .grid-xl-1 {
    grid-template-columns: 100%;
  }
  .grid-xl-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .grid-xl-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .grid-xl-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .grid-xl-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
}
@media (max-width: 74.99em) {
  .grid-lg-1 {
    grid-template-columns: 100%;
  }
  .grid-lg-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .grid-lg-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .grid-lg-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .grid-lg-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
}
@media (max-width: 61.99em) {
  .grid-md-1 {
    grid-template-columns: 100%;
  }
  .grid-md-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .grid-md-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .grid-md-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .grid-md-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
}
@media (max-width: 47.99em) {
  .grid-sm-1 {
    grid-template-columns: 100%;
  }
  .grid-sm-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .grid-sm-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .grid-sm-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .grid-sm-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
}
@media (max-width: 35.99em) {
  .grid-xs-1 {
    grid-template-columns: 100%;
  }
  .grid-xs-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .grid-xs-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.flex-box {
  display: flex;
  flex-wrap: wrap;
}
.flex-box .flex {
  flex: 1;
}
.flex-box .flex1 {
  flex: 1;
}
.flex-box .flex2 {
  flex: 2;
}
.flex-box .flex3 {
  flex: 3;
}

.gap-0 {
  -moz-column-gap: 0;
       column-gap: 0;
  row-gap: 0;
}
.gap-1 {
  -moz-column-gap: 1px;
       column-gap: 1px;
  row-gap: 1px;
}
.gap-10 {
  -moz-column-gap: 10px;
       column-gap: 10px;
  row-gap: 10px;
}
.gap-20 {
  -moz-column-gap: 20px;
       column-gap: 20px;
  row-gap: 20px;
}
.gap-30 {
  -moz-column-gap: 30px;
       column-gap: 30px;
  row-gap: 30px;
}
@media (max-width: 35.99em) {
  .gap-30 {
    -moz-column-gap: 20px;
         column-gap: 20px;
    row-gap: 20px;
  }
}
.gap-40 {
  -moz-column-gap: 40px;
       column-gap: 40px;
  row-gap: 40px;
}
@media (max-width: 47.99em) {
  .gap-40 {
    -moz-column-gap: 30px;
         column-gap: 30px;
    row-gap: 30px;
  }
}
@media (max-width: 35.99em) {
  .gap-40 {
    -moz-column-gap: 20px;
         column-gap: 20px;
    row-gap: 20px;
  }
}
.gap-50 {
  -moz-column-gap: 50px;
       column-gap: 50px;
  row-gap: 50px;
}
@media (max-width: 47.99em) {
  .gap-50 {
    -moz-column-gap: 30px;
         column-gap: 30px;
    row-gap: 30px;
  }
}
@media (max-width: 35.99em) {
  .gap-50 {
    -moz-column-gap: 20px;
         column-gap: 20px;
    row-gap: 20px;
  }
}
.gap-60 {
  -moz-column-gap: 60px;
       column-gap: 60px;
  row-gap: 60px;
}
@media (max-width: 74.99em) {
  .gap-60 {
    -moz-column-gap: 50px;
         column-gap: 50px;
    row-gap: 50px;
  }
}
@media (max-width: 47.99em) {
  .gap-60 {
    -moz-column-gap: 30px;
         column-gap: 30px;
    row-gap: 30px;
  }
}
@media (max-width: 35.99em) {
  .gap-60 {
    -moz-column-gap: 20px;
         column-gap: 20px;
    row-gap: 20px;
  }
}
.gap-80 {
  -moz-column-gap: 80px;
       column-gap: 80px;
  row-gap: 80px;
}
@media (max-width: 74.99em) {
  .gap-80 {
    -moz-column-gap: 50px;
         column-gap: 50px;
    row-gap: 50px;
  }
}
@media (max-width: 47.99em) {
  .gap-80 {
    -moz-column-gap: 30px;
         column-gap: 30px;
    row-gap: 30px;
  }
}
@media (max-width: 35.99em) {
  .gap-80 {
    -moz-column-gap: 20px;
         column-gap: 20px;
    row-gap: 20px;
  }
}
.gap-100 {
  -moz-column-gap: 100px;
       column-gap: 100px;
  row-gap: 100px;
}
@media (max-width: 74.99em) {
  .gap-100 {
    -moz-column-gap: 50px;
         column-gap: 50px;
    row-gap: 50px;
  }
}
@media (max-width: 47.99em) {
  .gap-100 {
    -moz-column-gap: 30px;
         column-gap: 30px;
    row-gap: 30px;
  }
}
@media (max-width: 35.99em) {
  .gap-100 {
    -moz-column-gap: 20px;
         column-gap: 20px;
    row-gap: 20px;
  }
}
.gap-8 {
  -moz-column-gap: 8vw;
       column-gap: 8vw;
  row-gap: 100px;
}
@media (max-width: 93.74em) {
  .gap-8 {
    -moz-column-gap: 100px;
         column-gap: 100px;
  }
}
@media (max-width: 74.99em) {
  .gap-8 {
    -moz-column-gap: 50px;
         column-gap: 50px;
    row-gap: 50px;
  }
}
@media (max-width: 47.99em) {
  .gap-8 {
    -moz-column-gap: 30px;
         column-gap: 30px;
    row-gap: 30px;
  }
}
@media (max-width: 35.99em) {
  .gap-8 {
    -moz-column-gap: 20px;
         column-gap: 20px;
    row-gap: 20px;
  }
}
.gap-4 {
  -moz-column-gap: 4vw;
       column-gap: 4vw;
  row-gap: 100px;
}
@media (max-width: 93.74em) {
  .gap-4 {
    -moz-column-gap: 100px;
         column-gap: 100px;
  }
}
@media (max-width: 74.99em) {
  .gap-4 {
    -moz-column-gap: 50px;
         column-gap: 50px;
    row-gap: 50px;
  }
}
@media (max-width: 47.99em) {
  .gap-4 {
    -moz-column-gap: 30px;
         column-gap: 30px;
    row-gap: 30px;
  }
}
@media (max-width: 35.99em) {
  .gap-4 {
    -moz-column-gap: 20px;
         column-gap: 20px;
    row-gap: 20px;
  }
}

.header {
  position: relative;
  z-index: 10000;
}
.header-wrapper {
  transition: ease 0.3s all;
  display: flex;
  -moz-column-gap: 40px;
       column-gap: 40px;
  padding-left: 30px;
  padding-right: 40px;
  border-radius: 0 0 30px 30px;
  margin-left: 4vw;
  margin-right: 4vw;
}
@media (max-width: 74.99em) {
  .header-wrapper {
    margin-left: 30px;
    margin-right: 30px;
    -moz-column-gap: 20px;
         column-gap: 20px;
    padding-right: 25px;
  }
}
@media (max-width: 35.99em) {
  .header-wrapper {
    margin-left: 20px;
    margin-right: 20px;
    -moz-column-gap: 10px;
         column-gap: 10px;
    padding-left: 20px;
  }
}
.header:not(.fixed):not(.header--absolute) .header-wrapper {
  background-color: var(--header-bg);
  border-top: var(--header-hr-top-size, 0) var(--header-hr-top);
  border-bottom: var(--header-hr-bottom-size, 0) var(--header-hr-bottom);
  min-height: var(--header-height, 90px);
}
.header:not(.fixed):not(.header--absolute) .header__nav > ul > li > a {
  background-color: var(--nav-bg);
  border-color: var(--nav-border);
}
.header:not(.fixed):not(.header--absolute) .header__nav > ul > li > a:hover, .header:not(.fixed):not(.header--absolute) .header__nav > ul > li > a.active, .header:not(.fixed):not(.header--absolute) .header__nav > ul > li > a.current {
  background-color: var(--nav-bg-hover);
  border-color: var(--nav-border-hover);
}
.header:not(.fixed):not(.header--absolute) .header__nav > ul > li > a:hover span, .header:not(.fixed):not(.header--absolute) .header__nav > ul > li > a.active span, .header:not(.fixed):not(.header--absolute) .header__nav > ul > li > a.current span {
  color: var(--nav-color-hover);
}
.header:not(.fixed):not(.header--absolute) .header__nav > ul > li > a:hover svg, .header:not(.fixed):not(.header--absolute) .header__nav > ul > li > a.active svg, .header:not(.fixed):not(.header--absolute) .header__nav > ul > li > a.current svg {
  fill: var(--nav-color-hover);
}
.header:not(.fixed):not(.header--absolute) .header__nav > ul > li > a:hover .arrow svg, .header:not(.fixed):not(.header--absolute) .header__nav > ul > li > a.active .arrow svg, .header:not(.fixed):not(.header--absolute) .header__nav > ul > li > a.current .arrow svg {
  fill: var(--nav-color-hover);
}
.header:not(.fixed):not(.header--absolute) .header__nav > ul > li > a span {
  color: var(--nav-color);
}
.header:not(.fixed):not(.header--absolute) .header__nav > ul > li > a .arrow svg {
  fill: var(--nav-arrow);
}
.header:not(.fixed):not(.header--absolute) .header__nav > ul > li > a svg {
  fill: var(--nav-icon);
}
.header__logo {
  padding: 10px 0;
  display: flex;
  align-items: center;
}
.header__logo img {
  height: auto;
}
.header__right {
  padding: 10px 0;
  -moz-column-gap: 10px;
       column-gap: 10px;
  display: inline-flex;
  flex: 1;
  align-items: center;
  justify-content: flex-end;
}
@media (max-width: 35.99em) {
  .header__right > .language-picker .dropdown-toggle {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (max-width: 35.99em) {
  .header__right > .language-picker .dropdown-toggle .name {
    display: none;
  }
}
.header__login.button {
  text-transform: uppercase;
  font-size: 1.125rem;
  font-weight: 300;
  justify-content: center;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
.header__login.button:hover {
  -moz-column-gap: 10px;
       column-gap: 10px;
}
@media (min-width: 62em) {
  .header__login.button {
    position: absolute;
    right: 4vw;
    top: 100%;
    z-index: -1;
    margin-top: -30px;
    padding: 45px 40px 20px 40px;
    border-radius: 0 0 15px 15px;
    min-width: 240px;
  }
}
@media (max-width: 36.25em) {
  .header__login.button {
    font-size: 0;
    -moz-column-gap: 0;
         column-gap: 0;
    padding-left: 10px;
    padding-right: 10px;
  }
}
.header .mobile-menu {
  width: 100%;
  max-width: 1900px;
}
.header__nav {
  -moz-column-gap: 20px;
       column-gap: 20px;
  align-items: center;
  width: 100%;
}
.header__nav > ul {
  -moz-column-gap: var(--nav-gap);
       column-gap: var(--nav-gap);
  width: 100%;
  justify-content: space-between;
}
.header__nav > ul > li:before {
  display: none;
}
.header__nav > ul > li > a {
  padding: var(--nav-padding);
  border-radius: var(--nav-radius);
  border: var(--nav-border-size);
  white-space: nowrap;
}
.header__nav > ul > li > a span {
  font-family: var(--nav-font, var(--link-font));
  font-weight: var(--nav-weight);
  text-transform: var(--nav-transform);
}
.header__nav > ul > li > a svg {
  width: var(--nav-icon-size);
  height: var(--nav-icon-size);
}
.header .show-fixed {
  display: none;
}
.header .show-absolute {
  display: none;
}

nav {
  display: inline-flex;
}
nav.nav--vertical {
  width: 100%;
}
nav.nav--vertical > ul {
  flex-direction: column;
  row-gap: var(--nav-gap);
  width: 100%;
}
nav.nav--vertical > ul > li > a {
  justify-content: unset;
}
nav.nav--vertical > ul > li > a .title {
  flex: 1;
}
nav > ul {
  display: flex;
  -moz-column-gap: 15px;
       column-gap: 15px;
}
@media (max-width: 74.99em) {
  nav > ul {
    -moz-column-gap: 12px;
         column-gap: 12px;
  }
}
@media (min-width: 62em) {
  nav > ul > li.label-mobile a > .title {
    display: none;
  }
}
nav > ul > li.megamenu {
  position: unset;
}
nav > ul > li > a {
  display: flex;
  justify-content: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
  transition: ease 0.3s all;
  height: 100%;
}
nav > ul > li > a span {
  display: flex;
  align-items: center;
  transition: ease 0.3s all;
}
@media (max-width: 93.74em) {
  nav > ul > li > a span {
    font-size: 0.875rem;
  }
}
@media (max-width: 74.99em) {
  nav > ul > li > a span {
    font-size: 0.75rem;
  }
}
nav > ul > li > a svg {
  width: 25px;
  height: 25px;
}
nav > ul > li > a .arrow svg {
  width: 15px;
  height: 15px;
}

.hero {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  row-gap: 20px;
  overflow: hidden;
  background-color: var(--body);
}
.hero--full.hero--block {
  border-top: 0;
  border-left: 0;
  border-right: 0;
  padding-top: var(--header-absolute-height, var(--header-height, 90px));
  min-height: calc(var(--hero2-height, 100px) + var(--header-absolute-height, var(--header-height, 90px)));
}
@media (min-width: 62em) {
  .hero--full.hero--block.hero--fullscreen.hero--heightfix {
    height: calc(100vh - 90px);
  }
}
@media (min-width: 62em) {
  .hero--full.hero--block.hero--fullscreen {
    justify-content: flex-end;
    height: 100vh;
  }
}
@media (min-width: 62em) {
  .hero--full.hero--block.hero--fullscreen video {
    min-height: 100vh;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.hero--container {
  grid-column: -1/1;
  padding: 40px;
}
.hero--content {
  grid-column: -1/1;
  padding: 40px;
}
.hero--simple:not(.padding-container) {
  padding: 0;
}
.hero--block {
  background-color: var(--hero2-bg);
  border: var(--hero2-border-size) var(--hero2-border);
  box-shadow: var(--hero2-shadow-size) var(--hero2-shadow);
  min-height: var(--hero2-height, 100px);
  row-gap: 0;
}
@media (max-width: 61.99em) {
  .hero--block {
    min-height: unset;
  }
}
.hero--block.hero--full {
  border-left: 0;
  border-right: 0;
}
.hero--block:not(.hero--full) {
  padding-left: var(--hero2-padding-h);
  padding-right: var(--hero2-padding-h);
  border-radius: var(--hero2-radius);
}
@media (min-width: 62em) {
  .hero--block.hero--light h1, .hero--block.hero--light h2, .hero--block.hero--light h3, .hero--block.hero--light h4, .hero--block.hero--light h5, .hero--block.hero--light h6, .hero--block.hero--light a, .hero--block.hero--light p {
    color: #fff;
  }
}
@media (min-width: 62em) {
  .hero--block .hero__image {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
  }
}
@media (max-width: 61.99em) {
  .hero--block .hero__image {
    aspect-ratio: 16/9;
    overflow: hidden;
    width: 100%;
  }
}
.hero--block .hero__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media (min-width: 62em) {
  .hero--block:not(.hero--fullscreen) .hero__content {
    padding-top: var(--hero2-padding-v);
    padding-bottom: var(--hero2-padding-v);
  }
}
.hero.lazy {
  background-size: cover;
  background-position: center;
}
.hero h1 {
  margin: 0;
}
.hero__image .slick-track, .hero__image .slick-list, .hero__image .slick-slide > div {
  height: 100%;
}
.hero__image video {
  pointer-events: none;
  border-radius: 0;
}
@media (min-width: 62em) {
  .hero__image video {
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
.hero__content {
  z-index: 1;
}
.sidebar {
  position: relative;
  height: 100%;
}
@media (max-width: 61.99em) {
  .sidebar {
    margin-top: 60px;
    overflow: hidden;
  }
}
.sidebar h1, .sidebar h2, .sidebar h3 .title {
  font-size: 1.375rem;
  margin-top: 0;
  margin-bottom: 20px;
}
.sidebar .card div.title {
  font-size: 1rem;
}
.sidebar .card__middle {
  row-gap: 10px;
}
@media (min-width: 62em) {
  .sidebar__inner {
    overflow: hidden;
  }
}
.sidebar__inner hr {
  position: relative;
}
.sidebar__inner hr.full {
  width: var(--sidebar-width, 360px);
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 61.99em) {
  .sidebar__inner hr.full {
    width: 100vw;
  }
}
.sidebar-1 h1, .sidebar-1 h2, .sidebar-1 h3, .sidebar-1 h4, .sidebar-1 h5, .sidebar-1 h6, .sidebar-1 .title {
  color: var(--sidebar-title, var(--headings-color));
}
.sidebar-1 p {
  color: var(--sidebar-color, var(--text-color));
}
.sidebar-1 a:not(.button) {
  color: var(--sidebar-link, var(--link-color));
}
.sidebar-1 a:not(.button):hover {
  color: var(--sidebar-link-hover, var(--link-color-hover));
}
.sidebar-1 hr {
  background-color: var(--sidebar-hr);
}
.sidebar-2 h1, .sidebar-2 h2, .sidebar-2 h3, .sidebar-2 h4, .sidebar-2 h5, .sidebar-2 h6, .sidebar-2 .title {
  color: var(--sidebar2-title, var(--headings-color));
}
.sidebar-2 p {
  color: var(--sidebar2-color, var(--text-color));
}
.sidebar-2 a:not(.button) {
  color: var(--sidebar2-link, var(--link-color));
}
.sidebar-2 a:not(.button):hover {
  color: var(--sidebar2-link-hover, var(--link-color-hover));
}
.sidebar-2 .sidebar__inner {
  background-color: var(--sidebar2-bg);
  border: var(--sidebar2-border-size) var(--sidebar2-border);
  border-radius: var(--sidebar2-radius);
  box-shadow: var(--sidebar2-shadow-size) var(--sidebar2-shadow);
  padding: var(--sidebar2-padding);
}
.sidebar-2 .sidebar__inner.first {
  margin-top: 0;
}
.sidebar-2 hr {
  background-color: var(--sidebar2-hr);
}
.sidebar-3:after {
  background-color: var(--sidebar3-bg);
  box-shadow: var(--sidebar3-shadow-size) var(--sidebar3-shadow);
}
.sidebar-3 h1, .sidebar-3 h2, .sidebar-3 h3, .sidebar-3 h4, .sidebar-3 h5, .sidebar-3 h6, .sidebar-3 .title {
  color: var(--sidebar3-title, var(--headings-color));
}
.sidebar-3 p {
  color: var(--sidebar3-color, var(--text-color));
}
.sidebar-3 a:not(.button) {
  color: var(--sidebar3-link, var(--link-color));
}
.sidebar-3 a:not(.button):hover {
  color: var(--sidebar3-link-hover, var(--link-color-hover));
}
.sidebar-3 hr {
  background-color: var(--sidebar3-hr);
}
@media (max-width: 61.99em) {
  .sidebar-3 .sidebar__wrapper {
    border: var(--sidebar3-border-size) var(--sidebar3-border);
    background-color: var(--sidebar3-bg);
    box-shadow: var(--sidebar3-shadow-size) var(--sidebar3-shadow);
  }
}
.sidebar-4:after {
  background-color: var(--sidebar4-bg);
  box-shadow: var(--sidebar4-shadow-size) var(--sidebar4-shadow);
}
.sidebar-4 h1, .sidebar-4 h2, .sidebar-4 h3, .sidebar-4 h4, .sidebar-4 h5, .sidebar-4 h6, .sidebar-4 .title {
  color: var(--sidebar4-title, var(--headings-color));
}
.sidebar-4 p {
  color: var(--sidebar4-color, var(--textColor));
}
.sidebar-4 a:not(.button) {
  color: var(--sidebar4-link, var(--link-color));
}
.sidebar-4 a:not(.button):hover {
  color: var(--sidebar4-link-hover, var(--link-color-hover));
}
.sidebar-4 hr {
  background-color: var(--sidebar4-hr);
}
@media (max-width: 61.99em) {
  .sidebar-4 .sidebar__wrapper {
    border: var(--sidebar4-border-size) var(--sidebar4-border);
    background-color: var(--sidebar4-bg);
    box-shadow: var(--sidebar4-shadow-size) var(--sidebar4-shadow);
  }
}
.sidebar-3:after, .sidebar-4:after {
  content: "";
  position: absolute;
  height: calc(100% + 200px);
  width: calc(100% + 8vw);
  top: -100px;
  z-index: -1;
}
@media (max-width: 61.99em) {
  .sidebar-3:after, .sidebar-4:after {
    left: 0;
    right: unset;
    display: none;
  }
}
.sidebar__wrapper {
  display: flex;
  flex-direction: column;
  row-gap: 30px;
}
.sidebar--left {
  display: grid;
  align-items: start;
  -moz-column-gap: 100px;
       column-gap: 100px;
  grid-template-columns: var(--sidebar-width, 360px) 1fr;
}
@media (max-width: 93.74em) {
  .sidebar--left {
    -moz-column-gap: 70px;
         column-gap: 70px;
  }
}
@media (max-width: 74.99em) {
  .sidebar--left {
    -moz-column-gap: 50px;
         column-gap: 50px;
    grid-template-columns: 300px 1fr;
  }
}
@media (max-width: 61.99em) {
  .sidebar--left {
    grid-template-columns: 100%;
  }
}
@media (min-width: 62em) {
  .sidebar--left .main {
    order: 1;
  }
}
.sidebar--left .sidebar-3:after {
  border-right: var(--sidebar3-border-size) var(--sidebar3-border);
}
.sidebar--left .sidebar-4:after {
  border-right: var(--sidebar4-border-size) var(--sidebar4-border);
}
.sidebar--left .sidebar-3:after, .sidebar--left .sidebar-4:after {
  left: -8vw;
}
.sidebar--left .sidebar-3 .sidebar__wrapper, .sidebar--left .sidebar-4 .sidebar__wrapper {
  padding-right: 50px;
}
@media (max-width: 61.99em) {
  .sidebar--left .sidebar-3 .sidebar__wrapper, .sidebar--left .sidebar-4 .sidebar__wrapper {
    padding: var(--sidebar2-padding);
  }
}
.sidebar--right {
  display: grid;
  align-items: start;
  -moz-column-gap: 100px;
       column-gap: 100px;
  grid-template-columns: 1fr var(--sidebar-width, 360px);
}
@media (max-width: 93.74em) {
  .sidebar--right {
    -moz-column-gap: 70px;
         column-gap: 70px;
  }
}
@media (max-width: 74.99em) {
  .sidebar--right {
    -moz-column-gap: 50px;
         column-gap: 50px;
    grid-template-columns: 1fr 300px;
  }
}
@media (max-width: 61.99em) {
  .sidebar--right {
    grid-template-columns: 100%;
  }
}
.sidebar--right .sidebar-3:after {
  border-left: var(--sidebar3-border-size) var(--sidebar3-border);
}
.sidebar--right .sidebar-4:after {
  border-left: var(--sidebar4-border-size) var(--sidebar4-border);
}
.sidebar--right .sidebar-3:after, .sidebar--right .sidebar-4:after {
  right: -8vw;
}
.sidebar--right .sidebar-3 .sidebar__wrapper, .sidebar--right .sidebar-4 .sidebar__wrapper {
  padding-left: 50px;
}
@media (max-width: 61.99em) {
  .sidebar--right .sidebar-3 .sidebar__wrapper, .sidebar--right .sidebar-4 .sidebar__wrapper {
    padding: var(--sidebar2-padding);
  }
}
@media (max-width: 61.99em) {
  .sidebar__popup {
    margin: 0;
    z-index: 9999999;
    position: fixed;
    left: 100%;
    top: 0;
    background-color: var(--body);
    padding: 30px;
    width: 100%;
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    transition: ease 0.6s all;
    visibility: hidden;
    opacity: 1;
  }
}
.sidebar__popup.visible {
  left: 0%;
  visibility: visible;
  opacity: 1;
}
.sidebar__popup.visible .open-sidebar {
  transform: scale(1);
  opacity: 1;
  visibility: visible;
}
@media (max-width: 61.99em) {
  .sidebar__popup .sidebar__wrapper {
    border: 0;
  }
}
@media (max-width: 61.99em) {
  .sidebar__popup .sidebar__inner {
    border: 0;
    box-shadow: unset;
    padding: 0;
  }
}
.sidebar__popup .open-sidebar {
  transform: scale(0);
  opacity: 0;
  visibility: hidden;
  position: fixed;
  top: 20px;
  right: 20px;
  z-index: 1;
}

.card {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}
.cards--simple .title {
  color: var(--card-title);
  text-transform: var(--card-title-transform);
  font-weight: var(--card-title-weight);
}
.cards--simple .title:hover {
  color: var(--card-link-hover);
}
.cards--simple .excerpt p, .cards--simple .card__item {
  color: var(--card-color);
}
.cards--simple .card__item svg, .cards--simple .icon svg {
  fill: var(--card-icon);
}
.cards--simple hr {
  background-color: var(--card-hr);
}
.cards--simple .button--link {
  color: var(--card-link);
}
.cards--simple .button--link:hover {
  color: var(--card-link-hover);
}
.cards--simple .button--link:hover svg {
  fill: var(--card-link-hover);
}
.cards--simple .button--link svg {
  fill: var(--card-link);
}
.cards--boxed .title {
  font-family: var(--card2-title-font);
  color: var(--card2-title);
  font-weight: var(--card2-title-weight);
  text-transform: var(--card2-title-transform);
}
.cards--boxed .title:hover {
  color: var(--card2-link-hover);
}
.cards--boxed .card--block {
  transition: ease 0.6s all;
  padding: var(--card2-padding);
  background-color: var(--card2-bg);
  border-radius: var(--card2-radius);
  border: var(--card2-border-size) var(--card2-border);
  color: var(--card2-color);
}
.cards--boxed .card--block .image {
  border-radius: var(--card2-radius);
}
.cards--boxed .card--block .title:hover, .cards--boxed .card--block .button--link:hover {
  color: var(--card2-link-hover);
}
.cards--boxed .card--block .excerpt p, .cards--boxed .card--block .card__item {
  color: var(--card2-color);
}
.cards--boxed .card--block .card__item svg, .cards--boxed .card--block .icon svg {
  fill: var(--card2-icon);
}
.cards--boxed .card--block .button--link {
  color: var(--card2-link);
}
.cards--boxed .card--block .button--link:hover {
  color: var(--card2-link-hover);
}
.cards--boxed .card--block .button--link:hover svg {
  fill: var(--card2-link-hover);
}
.cards--boxed .card--block .button--link svg {
  fill: var(--card2-link);
}
.cards--boxed .card--block hr {
  background-color: var(--card2-hr);
}
.cards--boxed .card {
  row-gap: var(--card2-gap, 20px);
}
.cards--boxed .card:hover .card--block {
  background-color: var(--card2-bg-hover);
  color: var(--card2-color-hover);
  border-color: var(--card2-border-hover);
}
.cards--boxed .card:hover .card--block .title, .cards--boxed .card:hover .card--block .excerpt p, .cards--boxed .card:hover .card--block .button--link, .cards--boxed .card:hover .card--block .card__item {
  color: var(--card2-color-hover);
}
.cards--boxed .card:hover .card--block .button--link svg, .cards--boxed .card:hover .card--block .icon svg {
  fill: var(--card2-color-hover);
}
.cards--boxed .card:hover .card--block .card__item svg {
  fill: var(--card2-color-hover);
}
.cards--cover .card {
  overflow: hidden;
  position: relative;
}
.cards--cover .card .image {
  border-radius: var(--card2-radius);
}
.cards--cover .card__content {
  padding: var(--card2-padding);
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.cards--cover .card__middle {
  justify-content: center;
}
.cards--cover .card .title, .cards--cover .card .button--link, .cards--cover .card .excerpt p, .cards--cover .card .card__item {
  color: #fff;
}
.cards--cover .card .card__item svg, .cards--cover .card .button--link svg, .cards--cover .card .icon svg {
  fill: #fff;
}
.cards--cover .card .hover {
  opacity: 0;
  transform: scale(0.9);
  transition: ease 0.4s all;
}
.cards--cover .card:hover .hover {
  opacity: 1;
  transform: scale(1);
}
.cards--sharp .card--block {
  border-radius: 0;
}
.cards--nogap .card {
  row-gap: 0;
}
.cards--gap .card {
  row-gap: 20px;
}
.cards.layout-2 .card {
  display: grid;
  grid-template-columns: auto 1fr;
}
.cards.layout-2.layout-reversed .card {
  grid-template-columns: 1fr auto;
}
.cards.layout-3 .card {
  display: grid;
  grid-template-columns: auto 1fr;
}
.cards.layout-3.layout-reversed .card {
  grid-template-columns: 1fr auto;
}
@media (max-width: 93.74em) {
  .cards.layout-2 .card.grid-xl-1, .cards.layout-3 .card.grid-xl-1 {
    grid-template-columns: 100%;
  }
  .cards.layout-2 .card.grid-xl-1 .image img, .cards.layout-3 .card.grid-xl-1 .image img {
    width: 100%;
  }
}
@media (max-width: 74.99em) {
  .cards.layout-2 .card.grid-lg-1, .cards.layout-3 .card.grid-lg-1 {
    grid-template-columns: 100%;
  }
  .cards.layout-2 .card.grid-lg-1 .image img, .cards.layout-3 .card.grid-lg-1 .image img {
    width: 100%;
  }
}
@media (max-width: 61.99em) {
  .cards.layout-2 .card.grid-md-1, .cards.layout-3 .card.grid-md-1 {
    grid-template-columns: 100%;
  }
  .cards.layout-2 .card.grid-md-1 .image img, .cards.layout-3 .card.grid-md-1 .image img {
    width: 100%;
  }
}
@media (max-width: 47.99em) {
  .cards.layout-2 .card.grid-sm-1, .cards.layout-3 .card.grid-sm-1 {
    grid-template-columns: 100%;
  }
  .cards.layout-2 .card.grid-sm-1 .image img, .cards.layout-3 .card.grid-sm-1 .image img {
    width: 100%;
  }
}
@media (max-width: 35.99em) {
  .cards.layout-2 .card.grid-xs-1, .cards.layout-3 .card.grid-xs-1 {
    grid-template-columns: 100%;
  }
  .cards.layout-2 .card.grid-xs-1 .image img, .cards.layout-3 .card.grid-xs-1 .image img {
    width: 100%;
  }
}
.cards.layout-2 .card__bottom, .cards.layout-3 .card__bottom {
  grid-column: -1/1;
}
.cards.layout-2 .card .image img, .cards.layout-3 .card .image img {
  width: revert-layer;
}
.card__top {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}
.card__middle {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
  flex: 1;
}
.card__middle.middle {
  justify-content: center;
}
.card__bottom {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}
.card__content {
  flex: 1;
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}
.card__content.end {
  justify-content: flex-end;
}
.card__item {
  display: flex;
  align-items: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
  font-size: 0.875rem;
  line-height: 0.875rem;
}
.card__item svg {
  min-width: 20px;
  width: 20px;
  height: 20px;
}
.card .align-center {
  text-align: center;
  align-items: center;
}
.card .align-left {
  text-align: left;
  align-items: flex-start;
}
.card .align-right {
  text-align: right;
  align-items: flex-end;
}
.card .flex {
  flex: 1;
}
.card .image {
  position: relative;
  display: flex;
  width: 100%;
  overflow: hidden;
}
.card .image img {
  width: 100%;
  height: auto;
  aspect-ratio: 1.78/1;
  -o-object-fit: cover;
     object-fit: cover;
}
.card .title {
  margin: 0;
  font-size: 1.125rem;
}
.card div.title {
  font-family: var(--card-title-font, var(--headings-font));
  color: var(--card-title, var(--headings-color));
  font-weight: var(--card-title-weight, var(--headings-weight));
  text-transform: var(--card-title-transform, var(--headings-transform));
}
.card p {
  margin: 0;
}
.card p, .card .title, .card .card__item, .card .button--link {
  transition: ease 0.3s color;
}
.card .items-list {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 10px;
       column-gap: 10px;
  row-gap: 10px;
}
.card .items-list.vertical {
  flex-direction: column;
}
.card .button {
  white-space: nowrap;
}
.card .icon {
  width: 40px;
  height: 40px;
}
.card hr {
  margin: 0;
}

.uslugi {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
@media (max-width: 61.99em) {
  .uslugi {
    grid-template-columns: 100%;
    row-gap: 30px;
    padding: 50px;
  }
}
@media (max-width: 47.99em) {
  .uslugi {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 35.99em) {
  .uslugi {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.uslugi .header-card {
  overflow: hidden;
  position: relative;
  border-radius: 0 0 30px 30px;
  min-height: calc(100vh - 190px);
  background-size: cover;
  display: flex;
  align-items: flex-end;
  padding-bottom: 35px;
  transition: ease 0.5s all;
}
@media (max-width: 61.99em) {
  .uslugi .header-card {
    max-width: 100%;
    min-height: 480px;
    aspect-ratio: 16/9;
    border-radius: 30px;
    margin-top: 0;
  }
  .uslugi .header-card:first-of-type {
    margin-top: 70px;
  }
}
@media (max-width: 35.99em) {
  .uslugi .header-card {
    min-height: unset;
    aspect-ratio: 1/1;
  }
}
.uslugi .header-card:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  top: 0;
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  opacity: 0;
  transition: ease 0.5s opacity;
}
.uslugi .header-card:hover:after {
  opacity: 1;
}
.uslugi .header-card:hover .uslugi-popup {
  margin-top: -222px;
}
@media (min-width: 62em) and (max-width: 74.99em) {
  .uslugi .header-card:hover .uslugi-popup {
    margin-top: -238px;
  }
}
@media (max-width: 35.99em) {
  .uslugi .header-card:hover .uslugi-popup {
    margin-top: -238px;
  }
}
.uslugi .header-card img {
  z-index: 1;
  top: 0;
  transition: ease 0.5s all;
  position: relative;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
.uslugi-popup {
  z-index: 1;
  position: absolute;
  width: calc(100% - 60px);
  max-width: 400px;
  left: 50%;
  transform: translateX(-50%);
  top: 100%;
  margin-top: -55px;
  transition: ease 0.5s all;
}
@media (min-width: 62em) and (max-width: 74.99em) {
  .uslugi-popup {
    max-width: 260px;
    margin-top: -71px;
  }
}
@media (max-width: 35.99em) {
  .uslugi-popup {
    max-width: 260px;
    margin-top: -71px;
  }
}
.uslugi-popup .popup-button {
  background-color: var(--palette01);
  color: #fff;
  text-align: center;
  border-radius: 15px 15px 0 0;
  padding: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 62em) and (max-width: 74.99em) {
  .uslugi-popup .popup-button {
    line-height: 1.2;
    min-height: 72px;
  }
}
@media (max-width: 35.99em) {
  .uslugi-popup .popup-button {
    line-height: 1.2;
    min-height: 72px;
  }
}
.uslugi-popup .popup-options {
  background-color: #fff;
  display: flex;
  flex-direction: column;
}
.uslugi-popup .popup-option {
  padding: 15px;
  text-align: center;
  color: var(--palette03);
  transition: ease 0.4s all;
}
.uslugi-popup .popup-option:hover {
  background-color: var(--palette07);
  color: var(--palette01);
}

.latest-news {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.latest-news h2 {
  text-align: center;
  margin-bottom: 60px;
}
@media (min-width: 62em) {
  .latest-news h2 {
    font-size: 2.375rem;
  }
}
.latest-news .more {
  margin-top: 40px;
}

.news-list .card .image {
  width: calc(100% + 2 * var(--card2-padding));
  margin-top: calc(0px - var(--card2-padding));
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.info-slider .card {
  padding: 180px 8vw;
}
@media (max-width: 74.99em) {
  .info-slider .card {
    padding: 100px 50px;
  }
}
@media (max-width: 47.99em) {
  .info-slider .card {
    padding: 0;
  }
}
.info-slider .card .image {
  width: 100%;
  height: 100%;
  margin: 0;
  border-radius: 0;
  top: 0;
  left: 0;
  position: absolute;
}
@media (min-width: 48em) and (max-width: 74.99em) {
  .info-slider .card .image:after {
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute;
    content: "";
    background-color: var(--palette02);
    opacity: 0.8;
  }
}
@media (max-width: 47.99em) {
  .info-slider .card .image {
    position: relative;
  }
}
.info-slider .card__middle {
  position: relative;
  background-color: #fff;
  border-radius: 30px;
  padding: 140px 40px 30px 40px;
  flex: unset;
  max-width: 460px;
  height: 500px;
  width: 100%;
  border: 1px solid var(--palette08);
}
@media (max-width: 74.99em) {
  .info-slider .card__middle {
    margin: 0 auto;
  }
}
@media (max-width: 47.99em) {
  .info-slider .card__middle {
    max-width: unset;
    padding: 30px;
    height: auto;
    border-radius: 0;
    text-align: center;
    border: 0;
  }
}
.info-slider .card__middle:after {
  pointer-events: none;
  content: "";
  width: calc(100% + 237px);
  height: 400px;
  background: url("/themes/default/assets/images/banner-element.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: -124px;
  z-index: 1;
}
@media (max-width: 47.99em) {
  .info-slider .card__middle:after {
    display: none;
  }
}
.info-slider .card__middle .title {
  color: var(--h2-color, var(--headings-color));
  font-size: 1.5rem;
}
.info-slider .card__middle .excerpt {
  border-bottom: 1px solid var(--palette08);
}
@media (max-width: 47.99em) {
  .info-slider .card__middle .excerpt {
    border: 0;
  }
}
.info-slider .card__middle .excerpt p {
  color: var(--text-color);
}
.info-slider .card__middle .button--link {
  color: var(--palette01);
  max-width: 60px;
  margin-left: auto;
}
@media (max-width: 47.99em) {
  .info-slider .card__middle .button--link {
    margin-right: auto;
  }
}
.info-slider .slick-dots {
  position: absolute;
  bottom: 210px !important;
  left: calc(8vw + 40px) !important;
  width: auto !important;
  --slider-dots-bg: var(--palette08);
  --slider-dots-bg-hover: var(--palette01);
}
@media (max-width: 74.99em) {
  .info-slider .slick-dots {
    left: calc(50% - 190px) !important;
    bottom: 130px !important;
  }
}
@media (max-width: 47.99em) {
  .info-slider .slick-dots {
    position: relative;
    left: 0 !important;
    bottom: 0 !important;
  }
}

.offices h2 {
  text-align: center;
  margin-bottom: 60px;
}
@media (min-width: 62em) {
  .offices h2 {
    font-size: 2.375rem;
  }
}
.offices__content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  overflow: hidden;
}
@media (min-width: 62em) {
  .offices__content {
    background-color: var(--palette07);
    border-radius: 30px;
  }
}
@media (max-width: 61.99em) {
  .offices__content {
    row-gap: 30px;
    grid-template-columns: 100%;
  }
}
.offices__content a {
  position: absolute;
  z-index: 1;
  bottom: 0;
  padding: 30px;
  transition: ease 0.5s all;
}
@media (max-width: 61.99em) {
  .offices__content a {
    position: relative;
    width: 100%;
  }
}
.offices__content a.button {
  border-radius: 15px;
}
.offices__lady {
  position: relative;
}
@media (max-width: 61.99em) {
  .offices__lady {
    overflow: hidden;
    background-color: var(--palette07);
    border-radius: 30px;
  }
}
.offices__lady a {
  left: 0;
}
.offices__lady a.button {
  border-radius: 0 30px 0 0;
}
.offices__lady a img {
  margin-top: -180px;
  bottom: -30px;
  position: relative;
}
@media (max-width: 35.99em) {
  .offices__lady a img {
    max-width: 150px;
    bottom: -55px;
  }
}
@media (max-width: 25em) {
  .offices__lady a img {
    max-width: 80px;
    bottom: unset;
    top: -40px;
    margin: 0;
    right: 40px;
    position: absolute;
  }
}
.offices__lady > img {
  width: 100%;
  height: auto;
}
.offices__map {
  position: relative;
}
@media (max-width: 61.99em) {
  .offices__map {
    overflow: hidden;
    background-color: var(--palette07);
    border-radius: 30px;
  }
}
.offices__map a {
  right: 0;
}
.offices__map a.button {
  border-radius: 30px 0 0 0;
}
@media (max-width: 61.99em) {
  .offices__map a {
    right: unset;
    left: 0;
  }
  .offices__map a.button {
    border-radius: 0 30px 0 0;
  }
}
@media (min-width: 62em) {
  .offices__map > img {
    width: auto;
    height: 100%;
    padding: 30px;
    position: absolute;
    right: 50%;
    transform: translateX(50%);
  }
}
@media (max-width: 61.99em) {
  .offices__map > img {
    margin: 0 auto;
    max-width: 500px;
    width: 100%;
    height: auto;
  }
}
@media (max-width: 37.5em) {
  .offices__map > img {
    margin-right: -20vw;
  }
}

@media (max-width: 61.99em) {
  .footer-global .footer-copyright__nav {
    margin-bottom: 10px;
  }
}
.footer-global .footer-copyright__nav a {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  -moz-column-gap: 5px;
       column-gap: 5px;
}
.footer-global .footer-copyright__nav a .icon {
  display: flex;
}
.footer-global .footer-copyright__nav a .title {
  margin: 0;
}
.footer-global .footer-main {
  position: relative;
}
.footer-global .title {
  margin-bottom: 60px;
  z-index: 1;
  position: relative;
}
.footer-global .grid-3 {
  display: flex;
  -moz-column-gap: 80px;
       column-gap: 80px;
}
@media (max-width: 105em) {
  .footer-global .grid-3 {
    -moz-column-gap: 60px;
         column-gap: 60px;
  }
}
@media (max-width: 80em) {
  .footer-global .grid-3 {
    -moz-column-gap: 40px;
         column-gap: 40px;
  }
}
@media (max-width: 66.25em) {
  .footer-global .grid-3 {
    display: grid;
    grid-template-columns: 1fr auto;
  }
}
@media (max-width: 47.99em) {
  .footer-global .grid-3 {
    grid-template-columns: 100%;
    text-align: center;
  }
}
.footer-global .grid-3 > .grid-column {
  display: flex;
  flex-direction: column;
}
.footer-global .grid-3 > .grid-column:nth-child(1) {
  z-index: 1;
  flex: 1;
}
@media (max-width: 47.99em) {
  .footer-global .grid-3 > .grid-column:nth-child(1) {
    order: 1;
    margin-top: 30px;
  }
}
.footer-global .grid-3 > .grid-column:nth-child(1) .button {
  white-space: nowrap;
  --btn2-color: #fff;
  --btn2-bg: var(--alert-danger-bg);
}
.footer-global .grid-3 > .grid-column:nth-child(2) {
  z-index: 1;
  flex: auto;
}
.footer-global .grid-3 > .grid-column:last-of-type {
  justify-content: space-between;
  align-items: flex-start;
  min-width: 35vw;
}
@media (max-width: 105em) {
  .footer-global .grid-3 > .grid-column:last-of-type {
    min-width: 30vw;
  }
}
@media (max-width: 92.5em) {
  .footer-global .grid-3 > .grid-column:last-of-type {
    min-width: unset;
  }
}
@media (max-width: 66.25em) {
  .footer-global .grid-3 > .grid-column:last-of-type {
    grid-column: -1/1;
    order: -1;
    justify-content: flex-start;
    position: relative;
    margin-bottom: 20px;
    aspect-ratio: 16/9;
  }
}
@media (max-width: 47.99em) {
  .footer-global .grid-3 > .grid-column:last-of-type {
    aspect-ratio: 4/3;
    align-items: center;
  }
}
.footer-global .grid-3 > .grid-column .button {
  margin-top: 60px;
  min-height: 62px;
  padding-left: 40px;
  padding-right: 40px;
}
.footer-global .grid-3 .grid-2 {
  flex: 1;
}
.footer-global .footer-menu a {
  white-space: nowrap;
}
.footer-global .apps {
  display: inline-flex;
  background-color: #000;
  border-radius: 33px;
  padding: 10px 20px;
  gap: 10px;
  flex-wrap: wrap;
  z-index: 1;
  position: relative;
  justify-content: center;
}
@media (max-width: 80em) {
  .footer-global .apps {
    background-color: unset;
    padding: 0;
  }
}
.footer-global .apps img {
  border-radius: 5px;
  border: 1px solid #000;
  background-color: #000;
}
.footer-global .bg {
  position: absolute;
  top: 0;
  right: 0;
  width: 50vw;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center left;
     object-position: center left;
}
@media (max-width: 66.25em) {
  .footer-global .bg {
    right: -50px;
    top: -60px;
    width: 100vw;
    height: calc(100% + 60px);
    -o-object-position: bottom left;
       object-position: bottom left;
  }
}
@media (max-width: 47.99em) {
  .footer-global .bg {
    right: -30px;
  }
}
@media (max-width: 35.99em) {
  .footer-global .bg {
    right: -20px;
  }
}

.error-page {
  text-align: center;
  border-radius: var(--card-radius, 10px);
  justify-items: center;
  position: relative;
  overflow: hidden;
}
.error-page .content {
  padding: 40px 0;
}
@media (max-width: 74.99em) {
  .error-page .content {
    padding-top: 20px;
  }
}
.error-page img {
  mix-blend-mode: multiply;
  height: auto;
  width: 100%;
}
@media (max-width: 74.99em) {
  .error-page img {
    max-width: 400px;
  }
}

[data-page=news-single] .post-thumb {
  margin-bottom: 30px;
}
[data-page=news-single] .post-thumb img {
  width: 100%;
  height: auto;
  aspect-ratio: 1.78/1;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: var(--img-radius);
}
[data-page=news-single] .post-info {
  margin-bottom: 40px;
}
[data-page=news-single] .post-info__single {
  display: flex;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
[data-page=news-single] .sidebar__wrapper {
  row-gap: 20px;
}
[data-page=news-single] .sidebar h2 {
  margin-bottom: 0;
}
[data-page=news-single] .sidebar .news-list .card .image {
  width: 80px;
  border-radius: var(--img-radius);
  margin-top: unset;
}
[data-page=news-single] .sidebar .news-list .card .image img {
  aspect-ratio: 1/1;
  width: 80px;
}

[data-page=news-list] .pagination {
  margin-top: 40px;
}
