@import url(https://fonts.googleapis.com/css2?family=Sofia+Sans:ital,wght@0,1..1000;1,1..1000&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Sofia+Sans+Condensed:ital,wght@0,1..1000;1,1..1000&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Sofia+Sans+Extra+Condensed:ital,wght@0,1..1000;1,1..1000&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Water+Brush&display=swap);
@charset "UTF-8";
/* WP */
/* Color */
.col_bear {
  color: #AB7359;
}

.col_bird {
  color: #66A4B8;
}

.col_fox {
  color: #DBAA57;
}

.col_squirel {
  color: #6A9675;
}

.col_brown {
  color: #BA9B68;
}

.col_purple {
  color: #9D8C9E;
}

.col_blue {
  color: #849FC2;
}

.bg_bear {
  background: #AB7359;
}

.bg_bird {
  background: #66A4B8;
}

.bg_fox {
  background: #DBAA57;
}

.bg_squirel {
  background: #6A9675;
}

.bg_brown {
  background: #BA9B68;
}

.bg_purple {
  background: #9D8C9E;
}

.bg_blue {
  background: #849FC2;
}

.white-co {
  color: #ffffff !important;
}

.white-bg {
  background-color: #ffffff !important;
}

.black-co {
  color: #000000 !important;
}

.black-bg {
  background-color: #000000 !important;
}

.primary-co {
  color: #279989 !important;
}

.primary-bg {
  background-color: #279989 !important;
}

.secondary-co {
  color: #77706A !important;
}

.secondary-bg {
  background-color: #77706A !important;
}

.green-co {
  color: #279989 !important;
}

.green-bg {
  background-color: #279989 !important;
}

.light_green-co {
  color: #30AD9A !important;
}

.light_green-bg {
  background-color: #30AD9A !important;
}

.brown-co {
  color: #A59C94 !important;
}

.brown-bg {
  background-color: #A59C94 !important;
}

.dark_brown-co {
  color: #77706A !important;
}

.dark_brown-bg {
  background-color: #77706A !important;
}

.light_brown-co {
  color: #E1DDDA !important;
}

.light_brown-bg {
  background-color: #E1DDDA !important;
}

.lighter_brown-co {
  color: #CAC3BC !important;
}

.lighter_brown-bg {
  background-color: #CAC3BC !important;
}

.text_color-co {
  color: #363636 !important;
}

.text_color-bg {
  background-color: #363636 !important;
}

.red-co {
  color: #CF4520 !important;
}

.red-bg {
  background-color: #CF4520 !important;
}

.turquoise-co {
  color: #B4F1E8 !important;
}

.turquoise-bg {
  background-color: #B4F1E8 !important;
}

.yellow-co {
  color: #EFBB34 !important;
}

.yellow-bg {
  background-color: #EFBB34 !important;
}

.transparent-co {
  color: transparent !important;
}

.transparent-bg {
  background-color: transparent !important;
}

.kids_brown-co {
  color: #BA9B68 !important;
}

.kids_brown-bg {
  background-color: #BA9B68 !important;
}

.kids_blue-co {
  color: #849FC2 !important;
}

.kids_blue-bg {
  background-color: #849FC2 !important;
}

.kids_bear-co {
  color: #AB7359 !important;
}

.kids_bear-bg {
  background-color: #AB7359 !important;
}

.kids_squirel-co {
  color: #6A9675 !important;
}

.kids_squirel-bg {
  background-color: #6A9675 !important;
}

.kids_fox-co {
  color: #DBAA57 !important;
}

.kids_fox-bg {
  background-color: #DBAA57 !important;
}

.kids_bird-co {
  color: #66A4B8 !important;
}

.kids_bird-bg {
  background-color: #66A4B8 !important;
}

.kids_purple-co {
  color: #9D8C9E !important;
}

.kids_purple-bg {
  background-color: #9D8C9E !important;
}

/* Container */
/* Breakpoints */
/* Padding */
/* Header */
/* Z-index */
/* Container main */
/* Container inner  */
/* Container mixed  */
/* Container with 0 padding on < SM */
/* Container with 0 padding on < LG */
/* Header height */
/* Fonts */
/* Bootstrap 5 Breakpoints */
/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
/* Document
   ========================================================================== */
html {
  font-family: sans-serif; /* 1 */
  line-height: 1.15; /* 2 */
  -ms-text-size-adjust: 100%; /* 3 */
  -webkit-text-size-adjust: 100%; /* 3 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main { /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  border: none;
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0;
}

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button; /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}

/**
 * Swiper 5.3.6
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://swiperjs.com
 *
 * Copyright 2014-2020 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: February 29, 2020
 */
@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color:#007aff;
}

.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.swiper-container-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

.swiper-container-android .swiper-slide, .swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-container-multirow-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}

.swiper-container-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-container-autoheight {
  height: auto;
}
.swiper-container-autoheight .swiper-slide {
  height: auto;
}
.swiper-container-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-container-3d {
  perspective: 1200px;
}
.swiper-container-3d .swiper-cube-shadow, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-wrapper {
  transform-style: preserve-3d;
}
.swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-container-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}

:root {
  --swiper-navigation-size:44px;
}

.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(-1 * var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-next:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
}

.swiper-button-prev {
  left: 10px;
  right: auto;
}
.swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
}

.swiper-container-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}

.swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}

.swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after {
  content: "next";
}

.swiper-button-next.swiper-button-white, .swiper-button-prev.swiper-button-white {
  --swiper-navigation-color:#ffffff;
}

.swiper-button-next.swiper-button-black, .swiper-button-prev.swiper-button-black {
  --swiper-navigation-color:#000000;
}

.swiper-button-lock {
  display: none;
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 0.3s opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active, .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}
.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 0.2s transform, 0.2s top;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s left;
}
.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s right;
}

.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progressbar, .swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-container-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-white {
  --swiper-pagination-color:#ffffff;
}

.swiper-pagination-black {
  --swiper-pagination-color:#000000;
}

.swiper-pagination-lock {
  display: none;
}

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  animation: swiper-preloader-spin 1s infinite linear;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color:#fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color:#000;
}

@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}
.swiper-container-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}
.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-fade .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube {
  overflow: visible;
}
.swiper-container-cube .swiper-slide {
  pointer-events: none;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}
.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-cube.swiper-container-rtl .swiper-slide {
  transform-origin: 100% 0;
}
.swiper-container-cube .swiper-slide-active {
  pointer-events: auto;
  pointer-events: auto;
  visibility: visible;
}
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-cube .swiper-slide-next {
  pointer-events: auto;
  visibility: visible;
}
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}
.swiper-container-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}
.swiper-container-cube .swiper-slide-shadow-bottom, .swiper-container-cube .swiper-slide-shadow-left, .swiper-container-cube .swiper-slide-shadow-right, .swiper-container-cube .swiper-slide-shadow-top {
  z-index: 0;
  backface-visibility: hidden;
}
.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  filter: blur(50px);
  z-index: 0;
}

.swiper-container-flip {
  overflow: visible;
}
.swiper-container-flip .swiper-slide {
  pointer-events: none;
  backface-visibility: hidden;
  z-index: 1;
}
.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-flip .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-flip .swiper-slide-shadow-bottom, .swiper-container-flip .swiper-slide-shadow-left, .swiper-container-flip .swiper-slide-shadow-right, .swiper-container-flip .swiper-slide-shadow-top {
  z-index: 0;
  backface-visibility: hidden;
}

/* html & body */
html {
  box-sizing: border-box;
}

body {
  background: #1B3102;
  position: relative;
  margin: 0;
}
body.loading * {
  transition: none !important;
}
body.overflow-hidden {
  overflow: hidden;
}
body.small-page {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 100dvh;
}

/* All */
*,
*::before,
*::after {
  box-sizing: inherit;
}

*:focus {
  outline: none !important;
  box-shadow: none !important;
}

/* Links */
a {
  color: #279989;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
}
a:hover {
  text-decoration: none;
}

/* Text */
ul {
  list-style: none;
}

:root {
  --header-color: #ffffff;
  --header-background: #000000;
  --header-height: 60px;
  --vh: 1vh;
  --padding-py: 30px;
  --padding-px: 24px;
}
@media (min-width: 1080px) {
  :root {
    --header-height: 100px;
  }
}
@media (min-width: 1920px) {
  :root {
    --header-height: 150px;
  }
}
@media (min-width: 375px) {
  :root {
    --padding-py: 40px;
    --padding-px: 24px;
  }
}
@media (min-width: 576px) {
  :root {
    --padding-py: 50px;
    --padding-px: 24px;
  }
}
@media (min-width: 768px) {
  :root {
    --padding-py: 60px;
    --padding-px: 24px;
  }
}
@media (min-width: 1080px) {
  :root {
    --padding-py: 80px;
    --padding-px: 24px;
  }
}
@media (min-width: 1400px) {
  :root {
    --padding-py: 100px;
    --padding-px: 24px;
  }
}
@media (min-width: 1920px) {
  :root {
    --padding-py: 120px;
    --padding-px: 24px;
  }
}

.maxWidth {
  max-width: 1920px;
  width: 100%;
  margin: 0 auto;
  background: #ffffff;
}

/*flex*/
.flex-center {
  display: flex;
  align-items: center;
}

#ConsentPopup {
  font-family: inherit;
}

/*z-index*/
.z-index2 {
  position: relative;
  z-index: 2;
}

.col2 {
  display: flex;
  gap: 32px;
}
.col2 .col1_2 {
  width: 50%;
}

.topAuto {
  margin-top: auto;
}

.col_red {
  color: #CF4520 !important;
}

.mt--20 {
  margin-top: -80px;
}

.iconC.forbidden {
  position: relative;
}
.iconC.forbidden::after {
  width: 40px;
  height: 3px;
  background: #CF4520;
  display: block;
  position: absolute;
  z-index: 1;
  content: "";
  transform: rotate(-45deg);
  top: 13px;
  left: -6px;
}

.backLink {
  display: flex;
  align-items: center;
  font-family: "Sofia Sans Extra Condensed", sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 90%;
  text-transform: uppercase;
  position: absolute;
  left: -37px;
  top: -30px;
  z-index: 10;
}
.backLink .iconC {
  margin-right: 10px;
}
@media (max-width: 767.98px) {
  .backLink {
    left: 0;
    top: -35px;
  }
}

hr.height4 {
  border-top: 4px solid #E1DDDA;
}

ul.simpleNav li.dot {
  display: none;
  align-items: center;
  justify-content: center;
}
ul.simpleNav li.dot span {
  width: 6px;
  height: 6px;
  display: block;
  background: #E1DDDA;
  border-radius: 100%;
  margin: 0 6px;
}

/*zig-zag*/
.zigZag {
  background: #E1DDDA;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% calc(100% - 150px), 70% 100%, 30% calc(100% - 370px), 0 calc(100% - 310px));
          clip-path: polygon(0 0, 100% 0, 100% calc(100% - 150px), 70% 100%, 30% calc(100% - 370px), 0 calc(100% - 310px));
}
.zigZag .bottomZig {
  background: #E1DDDA;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% calc(100% - 200px), 70% calc(100% - 100px), 30% calc(100% - 450px), 0 calc(100% - 360px));
          clip-path: polygon(0 0, 100% 0, 100% calc(100% - 200px), 70% calc(100% - 100px), 30% calc(100% - 450px), 0 calc(100% - 360px));
}
.zigZag .topZig {
  background: #E1DDDA;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% calc(100% - 200px), 70% calc(100% - 100px), 30% calc(100% - 450px), 0 calc(100% - 360px));
          clip-path: polygon(0 0, 100% 0, 100% calc(100% - 200px), 70% calc(100% - 100px), 30% calc(100% - 450px), 0 calc(100% - 360px));
}
.zigZag.headerHome {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% calc(100% - 220px), 70% calc(100% - 340px), 30% calc(100% - 0px), 0 calc(100% - 280px));
          clip-path: polygon(0 0, 100% 0, 100% calc(100% - 220px), 70% calc(100% - 340px), 30% calc(100% - 0px), 0 calc(100% - 280px));
}
.zigZag.headerHome .bottomZig {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #E1DDDA;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% calc(100% - 240px), 70% calc(100% - 410px), 30% calc(100% - 75px), 0 calc(100% - 300px));
          clip-path: polygon(0 0, 100% 0, 100% calc(100% - 240px), 70% calc(100% - 410px), 30% calc(100% - 75px), 0 calc(100% - 300px));
}

/***** header small zig zag *******/
.header.small .zigZag.headerHome {
  -webkit-clip-path: polygon(calc(50% - 95px) 0, 100% 0, 100% 110px, calc(50% + 230px) 260px);
          clip-path: polygon(calc(50% - 95px) 0, 100% 0, 100% 110px, calc(50% + 230px) 260px);
}
.header.small .zigZag.headerHome .bottomZig {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #E1DDDA;
  -webkit-clip-path: polygon(50% 0, 100% 0, 100% 65px, calc(50% + 230px) 180px);
          clip-path: polygon(50% 0, 100% 0, 100% 65px, calc(50% + 230px) 180px);
}

/***** normal zig zag *******/
.zigZagOut {
  background: #E1DDDA;
  -webkit-clip-path: polygon(0 300px, 30% 340px, 70% 0, 100% 170px, 100% calc(100% - 160px), 70% 100%, 30% calc(100% - 330px), 0 calc(100% - 300px));
          clip-path: polygon(0 300px, 30% 340px, 70% 0, 100% 170px, 100% calc(100% - 160px), 70% 100%, 30% calc(100% - 330px), 0 calc(100% - 300px));
}
.zigZagOut .zigZagIn {
  min-height: 1000px;
  background: #E1DDDA;
  -webkit-clip-path: polygon(0 320px, 30% 410px, 70% 75px, 100% 200px, 100% calc(100% - 190px), 70% calc(100% - 100px), 30% calc(100% - 410px), 0 calc(100% - 320px));
          clip-path: polygon(0 320px, 30% 410px, 70% 75px, 100% 200px, 100% calc(100% - 190px), 70% calc(100% - 100px), 30% calc(100% - 410px), 0 calc(100% - 320px));
}
.zigZagOut.mt--0 {
  margin-top: 0;
}
.zigZagOut.mt--50 {
  margin-top: -50px;
}
.zigZagOut.mt--100 {
  margin-top: -100px;
}
.zigZagOut.mt--150 {
  margin-top: -150px;
}
.zigZagOut.mt--200 {
  margin-top: -200px;
}
.zigZagOut.mt--250 {
  margin-top: -250px;
}
.zigZagOut.mb--0 {
  margin-bottom: 0;
}
.zigZagOut.mb--50 {
  margin-bottom: -50px;
}
.zigZagOut.mb--100 {
  margin-bottom: -100px;
}
.zigZagOut.mb--150 {
  margin-bottom: -150px;
}
.zigZagOut.mb--200 {
  margin-bottom: -200px;
}
.zigZagOut.mb--250 {
  margin-bottom: -250px;
}
.zigZagOut.double {
  margin-top: -410px;
  -webkit-clip-path: polygon(0 70px, 30% 0, 70% 310px, 100% 200px, 100% calc(100% - 200px), 70% calc(100% - 310px), 30% 100%, 0 calc(100% - 70px));
          clip-path: polygon(0 70px, 30% 0, 70% 310px, 100% 200px, 100% calc(100% - 200px), 70% calc(100% - 310px), 30% 100%, 0 calc(100% - 70px));
}
.zigZagOut.double .zigZagIn {
  -webkit-clip-path: polygon(0 100px, 30% 80px, 70% 435px, 100% 230px, 100% calc(100% - 230px), 70% calc(100% - 435px), 30% calc(100% - 80px), 0 calc(100% - 100px));
          clip-path: polygon(0 100px, 30% 80px, 70% 435px, 100% 230px, 100% calc(100% - 230px), 70% calc(100% - 435px), 30% calc(100% - 80px), 0 calc(100% - 100px));
}
.zigZagOut.equal {
  margin-top: -540px;
  -webkit-clip-path: polygon(0 180px, 30% 0, 70% 340px, 100% 240px, 100% calc(100% - 230px), 70% 100%, 30% calc(100% - 330px), 0 calc(100% - 180px));
          clip-path: polygon(0 180px, 30% 0, 70% 340px, 100% 240px, 100% calc(100% - 230px), 70% 100%, 30% calc(100% - 330px), 0 calc(100% - 180px));
}
.zigZagOut.equal .zigZagIn {
  -webkit-clip-path: polygon(0 230px, 30% 80px, 70% 435px, 100% 270px, 100% calc(100% - 270px), 70% calc(100% - 100px), 30% calc(100% - 410px), 0 calc(100% - 220px));
          clip-path: polygon(0 230px, 30% 80px, 70% 435px, 100% 270px, 100% calc(100% - 270px), 70% calc(100% - 100px), 30% calc(100% - 410px), 0 calc(100% - 220px));
}
.zigZagOut.equal2 {
  margin-top: 0px;
  -webkit-clip-path: polygon(0 180px, 30% 0, 70% 340px, 100% 240px, 100% calc(100% - 230px), 70% 100%, 30% calc(100% - 330px), 0 calc(100% - 180px));
          clip-path: polygon(0 180px, 30% 0, 70% 340px, 100% 240px, 100% calc(100% - 230px), 70% 100%, 30% calc(100% - 330px), 0 calc(100% - 180px));
}
.zigZagOut.equal2 .zigZagIn {
  -webkit-clip-path: polygon(0 230px, 30% 80px, 70% 435px, 100% 270px, 100% calc(100% - 270px), 70% calc(100% - 100px), 30% calc(100% - 410px), 0 calc(100% - 220px));
          clip-path: polygon(0 230px, 30% 80px, 70% 435px, 100% 270px, 100% calc(100% - 270px), 70% calc(100% - 100px), 30% calc(100% - 410px), 0 calc(100% - 220px));
}
.zigZagOut.equal2.mt--0 {
  margin-top: 0;
}
.zigZagOut.equal2.mt--50 {
  margin-top: -50px;
}
.zigZagOut.equal2.mt--100 {
  margin-top: -100px;
}
.zigZagOut.equal2.mt--150 {
  margin-top: -150px;
}
.zigZagOut.equal2.mt--200 {
  margin-top: -200px;
}
.zigZagOut.equal2.mt--250 {
  margin-top: -250px;
}
.zigZagOut.equal2.mb--0 {
  margin-bottom: 0;
}
.zigZagOut.equal2.mb--50 {
  margin-bottom: -50px;
}
.zigZagOut.equal2.mb--100 {
  margin-bottom: -100px;
}
.zigZagOut.equal2.mb--150 {
  margin-bottom: -150px;
}
.zigZagOut.equal2.mb--200 {
  margin-bottom: -200px;
}
.zigZagOut.equal2.mb--250 {
  margin-bottom: -250px;
}
.zigZagOut .contentWrapper {
  padding: 490px 0;
  position: relative;
  z-index: 5;
}
.zigZagOut .bg_image {
  z-index: 1;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.zigZagOut .bg_image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.zigZagOut .bg_video {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.zigZagOut .bg_video video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.btn,
.button,
.btn.bg_primary {
  color: #ffffff;
  background: #279989;
  height: 42px;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  position: relative;
  overflow: hidden;
  font-family: "Sofia Sans Condensed", sans-serif;
  transition: background ease-in-out 0.45s;
  box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.3);
}
.btn::before,
.button::before,
.btn.bg_primary::before {
  content: "";
  display: block;
  position: absolute;
  pointer-events: none;
  opacity: 0.45;
  width: 0;
  height: 0;
  padding-top: 0;
  z-index: 0;
  top: var(--top, 0px);
  left: var(--left, 0px);
  background: #007866;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  transition: width 0.4s ease-in-out, padding-top 0.4s ease-in-out;
}
.btn > *,
.button > *,
.btn.bg_primary > * {
  position: relative;
  z-index: 1;
}
.btn:hover,
.button:hover,
.btn.bg_primary:hover {
  color: #ffffff;
}
.btn:hover::before,
.button:hover::before,
.btn.bg_primary:hover::before {
  width: 250%;
  padding-top: 250%;
}
.btn.large,
.button.large,
.btn.bg_primary.large {
  font-size: 32px;
  height: 56px;
}
.btn span.iconC,
.button span.iconC,
.btn.bg_primary span.iconC {
  margin-left: 10px;
  display: block;
  font-size: 28px;
}
.btn.brown, .btn.bg_brown,
.button.brown,
.button.bg_brown,
.btn.bg_primary.brown,
.btn.bg_primary.bg_brown {
  background: #A59C94;
}
.btn.brown::before, .btn.bg_brown::before,
.button.brown::before,
.button.bg_brown::before,
.btn.bg_primary.brown::before,
.btn.bg_primary.bg_brown::before {
  background: #77706A;
}
.btn.brown:hover, .btn.bg_brown:hover,
.button.brown:hover,
.button.bg_brown:hover,
.btn.bg_primary.brown:hover,
.btn.bg_primary.bg_brown:hover {
  color: #ffffff;
}
.btn.greenBg, .btn.bg_green,
.button.greenBg,
.button.bg_green,
.btn.bg_primary.greenBg,
.btn.bg_primary.bg_green {
  background: #279989;
}
.btn.greenBg::before, .btn.bg_green::before,
.button.greenBg::before,
.button.bg_green::before,
.btn.bg_primary.greenBg::before,
.btn.bg_primary.bg_green::before {
  background: #007866;
}
.btn.greenBg:hover, .btn.bg_green:hover,
.button.greenBg:hover,
.button.bg_green:hover,
.btn.bg_primary.greenBg:hover,
.btn.bg_primary.bg_green:hover {
  color: #ffffff;
}
.btn.light_greenBg,
.button.light_greenBg,
.btn.bg_primary.light_greenBg {
  background: #30AD9A;
}

.shadow {
  box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.3);
}

.iconC {
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: 90%;
}

.linkWithArrow {
  font-family: "Sofia Sans Condensed", sans-serif;
  display: inline-flex;
  align-items: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 90%;
  text-transform: uppercase;
}
.linkWithArrow span.iconC {
  font-size: 24px;
  margin-left: 10px;
}

/*underline link*/
.fakeLink:hover {
  cursor: pointer;
}

@media (hover: hover) {
  a:hover .more,
  a:hover .underlineLink, a:hover.underlineLink,
  button:hover .more,
  button:hover .underlineLink,
  button:hover.underlineLink,
  .fakeLink:hover .more,
  .fakeLink:hover .underlineLink,
  .fakeLink:hover.underlineLink,
  .readMore:hover .more,
  .readMore:hover .underlineLink,
  .readMore:hover.underlineLink {
    background-size: 0 max(1px, 0.075em), 100% max(1px, 0.075em);
    transition: background-size 0.5s ease-out 0s;
  }
}

@media (hover: hover) {
  .wysiwyg a:hover {
    background-size: 0 max(1px, 0.075em), 100% max(1px, 0.075em);
    transition: background-size 0.5s ease-out 0s;
  }
}

.wysiwyg a,
.underlineLink,
.readMore .more {
  background-image: linear-gradient(transparent, transparent), linear-gradient(currentColor, currentColor);
  background-position: 100% 100%, 0 100%;
  background-repeat: no-repeat;
  background-size: 100% max(1px, 0.075em), 0 max(1px, 0.075em);
  transition: background-size 0.4s ease-out 0.1s;
  display: unset;
}
.wysiwyg a.turquoise,
.underlineLink.turquoise,
.readMore .more.turquoise {
  background-image: linear-gradient(transparent, transparent), linear-gradient(#B4F1E8, #B4F1E8);
}
.wysiwyg a.white,
.underlineLink.white,
.readMore .more.white {
  background-image: linear-gradient(transparent, transparent), linear-gradient(#ffffff, #ffffff);
}
.wysiwyg a.correction,
.underlineLink.correction,
.readMore .more.correction {
  background-position: 100% 1em, 0 1em;
}

h4 .underlineLink {
  background-position: 100% 100%, 0 85%;
}

/*columns*/
.columns {
  display: flex;
  gap: 0 32px;
}
.columns.col-2 {
  display: flex;
  gap: 0 32px;
  justify-content: space-between;
}
.columns.col-2 .column.left {
  width: 50%;
}
.columns.col-2 .column.right {
  width: 50%;
}
.columns.col-32 h2 {
  margin-top: 0;
}
.columns.col-23 h2 {
  margin-top: 0;
}

/*********************
**********************
***** RESPONSIVE *****
**********************
*********************/
@media only screen and (max-width: 1600px) {
  .zigZag.headerHome {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% calc(100% - 240px), 70% calc(100% - 340px), 30% calc(100% - 0px), 0 calc(100% - 225px));
            clip-path: polygon(0 0, 100% 0, 100% calc(100% - 240px), 70% calc(100% - 340px), 30% calc(100% - 0px), 0 calc(100% - 225px));
  }
  .zigZag.headerHome .bottomZig {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% calc(100% - 270px), 70% calc(100% - 410px), 30% calc(100% - 75px), 0 calc(100% - 250px));
            clip-path: polygon(0 0, 100% 0, 100% calc(100% - 270px), 70% calc(100% - 410px), 30% calc(100% - 75px), 0 calc(100% - 250px));
  }
  .zigZagOut .zigZagIn {
    -webkit-clip-path: polygon(0 340px, 30% 410px, 70% 75px, 100% 220px, 100% calc(100% - 210px), 70% calc(100% - 100px), 30% calc(100% - 410px), 0 calc(100% - 340px));
            clip-path: polygon(0 340px, 30% 410px, 70% 75px, 100% 220px, 100% calc(100% - 210px), 70% calc(100% - 100px), 30% calc(100% - 410px), 0 calc(100% - 340px));
  }
}
@media only screen and (max-width: 768px) {
  .responsiveFlex {
    display: flex !important;
    flex-direction: column;
  }
  .uppercase.brown-co.relative {
    display: flex;
    flex-direction: column-reverse;
  }
  .uppercase.brown-co.relative a.backLink {
    position: relative;
    left: 0;
    top: 0;
  }
  .header .zigZag.headerHome {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% calc(100% - 100px), 70% calc(100% - 117px), 30% 100%, 0 calc(100% - 39px));
            clip-path: polygon(0 0, 100% 0, 100% calc(100% - 100px), 70% calc(100% - 117px), 30% 100%, 0 calc(100% - 39px));
  }
  .header .zigZag.headerHome .bottomZig {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% calc(100% - 119px), 70% calc(100% - 140px), 30% calc(100% - 26px), 0 calc(100% - 60px));
            clip-path: polygon(0 0, 100% 0, 100% calc(100% - 119px), 70% calc(100% - 140px), 30% calc(100% - 26px), 0 calc(100% - 60px));
  }
  .header.small .zigZag.headerHome {
    -webkit-clip-path: polygon(calc(50% - 50px) 0, 100% 0, 100% 135px, calc(100% - 40px) 150px);
            clip-path: polygon(calc(50% - 50px) 0, 100% 0, 100% 135px, calc(100% - 40px) 150px);
  }
  .header.small .zigZag.headerHome .bottomZig {
    -webkit-clip-path: polygon(50% 0, 100% 0, 100% 100px, calc(100% - 40px) 110px);
            clip-path: polygon(50% 0, 100% 0, 100% 100px, calc(100% - 40px) 110px);
  }
  .columns.col-2 .column.left,
  .columns.col-2 .column.right {
    width: 100%;
  }
  .zigZagOut {
    -webkit-clip-path: polygon(0 88px, 30% 118px, 70% 0, 100% 25px, 100% calc(100% - 20px), 70% 100%, 30% calc(100% - 113px), 0 calc(100% - 80px));
            clip-path: polygon(0 88px, 30% 118px, 70% 0, 100% 25px, 100% calc(100% - 20px), 70% 100%, 30% calc(100% - 113px), 0 calc(100% - 80px));
  }
  .zigZagOut .contentWrapper {
    padding: 200px 0;
  }
  .zigZagOut .zigZagIn {
    min-height: 500px;
    -webkit-clip-path: polygon(0 106px, 30% 146px, 70% 28px, 100% 43px, 100% calc(100% - 35px), 70% calc(100% - 22px), 30% calc(100% - 138px), 0 calc(100% - 100px));
            clip-path: polygon(0 106px, 30% 146px, 70% 28px, 100% 43px, 100% calc(100% - 35px), 70% calc(100% - 22px), 30% calc(100% - 138px), 0 calc(100% - 100px));
  }
  .zigZagOut.double {
    margin-top: -150px;
    -webkit-clip-path: polygon(0 39px, 30% 0, 70% 117px, 100% 100px, 100% calc(100% - 100px), 70% calc(100% - 117px), 30% 100%, 0 calc(100% - 39px));
            clip-path: polygon(0 39px, 30% 0, 70% 117px, 100% 100px, 100% calc(100% - 100px), 70% calc(100% - 117px), 30% 100%, 0 calc(100% - 39px));
  }
  .zigZagOut.double .zigZagIn {
    -webkit-clip-path: polygon(0 60px, 30% 26px, 70% 140px, 100% 119px, 100% calc(100% - 119px), 70% calc(100% - 140px), 30% calc(100% - 26px), 0 calc(100% - 60px));
            clip-path: polygon(0 60px, 30% 26px, 70% 140px, 100% 119px, 100% calc(100% - 119px), 70% calc(100% - 140px), 30% calc(100% - 26px), 0 calc(100% - 60px));
  }
  .zigZagOut.equal {
    margin-top: -540px;
    -webkit-clip-path: polygon(0 88px, 30% 118px, 70% 0, 100% 25px, 100% calc(100% - 104px), 70% calc(100% - 118px), 30% 100%, 0 calc(100% - 40px));
            clip-path: polygon(0 88px, 30% 118px, 70% 0, 100% 25px, 100% calc(100% - 104px), 70% calc(100% - 118px), 30% 100%, 0 calc(100% - 40px));
  }
  .zigZagOut.equal .zigZagIn {
    -webkit-clip-path: polygon(0 106px, 30% 146px, 70% 28px, 100% 43px, 100% calc(100% - 122px), 70% calc(100% - 146px), 30% calc(100% - 28px), 0 calc(100% - 58px));
            clip-path: polygon(0 106px, 30% 146px, 70% 28px, 100% 43px, 100% calc(100% - 122px), 70% calc(100% - 146px), 30% calc(100% - 28px), 0 calc(100% - 58px));
  }
  .zigZagOut.equal2 {
    margin-top: 0px;
    -webkit-clip-path: polygon(0 88px, 30% 118px, 70% 0, 100% 25px, 100% calc(100% - 104px), 70% calc(100% - 118px), 30% 100%, 0 calc(100% - 40px));
            clip-path: polygon(0 88px, 30% 118px, 70% 0, 100% 25px, 100% calc(100% - 104px), 70% calc(100% - 118px), 30% 100%, 0 calc(100% - 40px));
  }
  .zigZagOut.equal2 .zigZagIn {
    -webkit-clip-path: polygon(0 106px, 30% 146px, 70% 28px, 100% 43px, 100% calc(100% - 122px), 70% calc(100% - 146px), 30% calc(100% - 28px), 0 calc(100% - 58px));
            clip-path: polygon(0 106px, 30% 146px, 70% 28px, 100% 43px, 100% calc(100% - 122px), 70% calc(100% - 146px), 30% calc(100% - 28px), 0 calc(100% - 58px));
  }
  .zigZagOut.equal2.mt--0 {
    margin-top: 0;
  }
  .zigZagOut.equal2.mt--50 {
    margin-top: -10px;
  }
  .zigZagOut.equal2.mt--100 {
    margin-top: -20px;
  }
  .zigZagOut.equal2.mt--150 {
    margin-top: -30px;
  }
  .zigZagOut.equal2.mt--200 {
    margin-top: -40px;
  }
  .zigZagOut.equal2.mt--250 {
    margin-top: -50px;
  }
  .zigZagOut.equal2.mb--0 {
    margin-bottom: 0;
  }
  .zigZagOut.equal2.mb--50 {
    margin-bottom: -10px;
  }
  .zigZagOut.equal2.mb--100 {
    margin-bottom: -20px;
  }
  .zigZagOut.equal2.mb--150 {
    margin-bottom: -30px;
  }
  .zigZagOut.equal2.mb--200 {
    margin-bottom: -40px;
  }
  .zigZagOut.equal2.mb--250 {
    margin-bottom: -50px;
  }
  .zigZagOut.mt--0 {
    margin-top: 0;
  }
  .zigZagOut.mt--50 {
    margin-top: -10px;
  }
  .zigZagOut.mt--100 {
    margin-top: -20px;
  }
  .zigZagOut.mt--150 {
    margin-top: -30px;
  }
  .zigZagOut.mt--200 {
    margin-top: -40px;
  }
  .zigZagOut.mt--250 {
    margin-top: -50px;
  }
  .zigZagOut.mb--0 {
    margin-bottom: 0;
  }
  .zigZagOut.mb--50 {
    margin-bottom: -10px;
  }
  .zigZagOut.mb--100 {
    margin-bottom: -20px;
  }
  .zigZagOut.mb--150 {
    margin-bottom: -30px;
  }
  .zigZagOut.mb--200 {
    margin-bottom: -40px;
  }
  .zigZagOut.mb--250 {
    margin-bottom: -50px;
  }
  .col2 {
    display: flex;
    flex-direction: column;
  }
  .col2 .col1_2 {
    width: 100%;
  }
}
.water-brush-regular {
  font-family: "Water Brush", cursive;
  font-weight: 400;
  font-style: normal;
  font-size: 86px;
  line-height: 90%;
  text-transform: unset;
  margin: 0 0 -10px 0;
  color: #CAC3BC;
  position: relative;
  z-index: 1;
}

body {
  font-family: "Sofia Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 20px;
  line-height: 120%;
  color: #363636;
}

h1,
.h1 {
  font-size: 2.4rem;
  line-height: 2.6rem;
  word-wrap: break-word;
  margin: 0;
}
h1 {
  font-family: "Sofia Sans Extra Condensed", sans-serif;
  font-size: 58px;
  font-style: normal;
  font-weight: 726;
  line-height: 90%;
}

h2,
.font_h2 {
  font-family: "Sofia Sans Extra Condensed", sans-serif;
  font-size: 48px;
  font-style: normal;
  font-weight: 726;
  line-height: 90%;
  text-transform: uppercase;
  color: #363636;
  margin: 20px 0;
}
h2.center,
.font_h2.center {
  text-align: center;
}

h3,
.font_h3 {
  font-family: "Sofia Sans Extra Condensed", sans-serif;
  font-size: 1.3rem;
  line-height: 2.5rem;
  word-wrap: break-word;
  margin: 0;
}

h4,
.font_h4 {
  font-family: "Sofia Sans Extra Condensed", sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 90%;
  text-transform: uppercase;
  margin: 12px 0;
}

h5,
.font_h5 {
  font-family: "Sofia Sans Extra Condensed", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 90%;
  text-transform: uppercase;
}

h6,
.font_h6 {
  font-size: 1.2rem;
  line-height: 1.7rem;
  word-wrap: break-word;
  margin: 0;
}

.font-20 {
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}

.font-22 {
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}

.font-32 {
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}

@media only screen and (max-width: 768px) {
  .water-brush-regular {
    font-size: 60px;
  }
  h1,
  .h1 {
    font-size: 48px;
  }
}
/* Position */
.relative {
  position: relative;
}

/* Overflow */
.overflow-hidden {
  overflow: hidden;
}

/* Colors */
.white {
  color: #ffffff;
}

.bg-white {
  background-color: #ffffff;
}

.white-hover:hover {
  color: #ffffff;
}

.bg-white-hover:hover {
  background-color: #ffffff;
}

.black {
  color: #000000;
}

.bg-black {
  background-color: #000000;
}

.black-hover:hover {
  color: #000000;
}

.bg-black-hover:hover {
  background-color: #000000;
}

.primary {
  color: #279989;
}

.bg-primary {
  background-color: #279989;
}

.primary-hover:hover {
  color: #279989;
}

.bg-primary-hover:hover {
  background-color: #279989;
}

.secondary {
  color: #77706A;
}

.bg-secondary {
  background-color: #77706A;
}

.secondary-hover:hover {
  color: #77706A;
}

.bg-secondary-hover:hover {
  background-color: #77706A;
}

.green {
  color: #279989;
}

.bg-green {
  background-color: #279989;
}

.green-hover:hover {
  color: #279989;
}

.bg-green-hover:hover {
  background-color: #279989;
}

.light_green {
  color: #30AD9A;
}

.bg-light_green {
  background-color: #30AD9A;
}

.light_green-hover:hover {
  color: #30AD9A;
}

.bg-light_green-hover:hover {
  background-color: #30AD9A;
}

.brown {
  color: #A59C94;
}

.bg-brown {
  background-color: #A59C94;
}

.brown-hover:hover {
  color: #A59C94;
}

.bg-brown-hover:hover {
  background-color: #A59C94;
}

.dark_brown {
  color: #77706A;
}

.bg-dark_brown {
  background-color: #77706A;
}

.dark_brown-hover:hover {
  color: #77706A;
}

.bg-dark_brown-hover:hover {
  background-color: #77706A;
}

.light_brown {
  color: #E1DDDA;
}

.bg-light_brown {
  background-color: #E1DDDA;
}

.light_brown-hover:hover {
  color: #E1DDDA;
}

.bg-light_brown-hover:hover {
  background-color: #E1DDDA;
}

.lighter_brown {
  color: #CAC3BC;
}

.bg-lighter_brown {
  background-color: #CAC3BC;
}

.lighter_brown-hover:hover {
  color: #CAC3BC;
}

.bg-lighter_brown-hover:hover {
  background-color: #CAC3BC;
}

.text_color {
  color: #363636;
}

.bg-text_color {
  background-color: #363636;
}

.text_color-hover:hover {
  color: #363636;
}

.bg-text_color-hover:hover {
  background-color: #363636;
}

.red {
  color: #CF4520;
}

.bg-red {
  background-color: #CF4520;
}

.red-hover:hover {
  color: #CF4520;
}

.bg-red-hover:hover {
  background-color: #CF4520;
}

.turquoise {
  color: #B4F1E8;
}

.bg-turquoise {
  background-color: #B4F1E8;
}

.turquoise-hover:hover {
  color: #B4F1E8;
}

.bg-turquoise-hover:hover {
  background-color: #B4F1E8;
}

.yellow {
  color: #EFBB34;
}

.bg-yellow {
  background-color: #EFBB34;
}

.yellow-hover:hover {
  color: #EFBB34;
}

.bg-yellow-hover:hover {
  background-color: #EFBB34;
}

.transparent {
  color: transparent;
}

.bg-transparent {
  background-color: transparent;
}

.transparent-hover:hover {
  color: transparent;
}

.bg-transparent-hover:hover {
  background-color: transparent;
}

.kids_brown {
  color: #BA9B68;
}

.bg-kids_brown {
  background-color: #BA9B68;
}

.kids_brown-hover:hover {
  color: #BA9B68;
}

.bg-kids_brown-hover:hover {
  background-color: #BA9B68;
}

.kids_blue {
  color: #849FC2;
}

.bg-kids_blue {
  background-color: #849FC2;
}

.kids_blue-hover:hover {
  color: #849FC2;
}

.bg-kids_blue-hover:hover {
  background-color: #849FC2;
}

.kids_bear {
  color: #AB7359;
}

.bg-kids_bear {
  background-color: #AB7359;
}

.kids_bear-hover:hover {
  color: #AB7359;
}

.bg-kids_bear-hover:hover {
  background-color: #AB7359;
}

.kids_squirel {
  color: #6A9675;
}

.bg-kids_squirel {
  background-color: #6A9675;
}

.kids_squirel-hover:hover {
  color: #6A9675;
}

.bg-kids_squirel-hover:hover {
  background-color: #6A9675;
}

.kids_fox {
  color: #DBAA57;
}

.bg-kids_fox {
  background-color: #DBAA57;
}

.kids_fox-hover:hover {
  color: #DBAA57;
}

.bg-kids_fox-hover:hover {
  background-color: #DBAA57;
}

.kids_bird {
  color: #66A4B8;
}

.bg-kids_bird {
  background-color: #66A4B8;
}

.kids_bird-hover:hover {
  color: #66A4B8;
}

.bg-kids_bird-hover:hover {
  background-color: #66A4B8;
}

.kids_purple {
  color: #9D8C9E;
}

.bg-kids_purple {
  background-color: #9D8C9E;
}

.kids_purple-hover:hover {
  color: #9D8C9E;
}

.bg-kids_purple-hover:hover {
  background-color: #9D8C9E;
}

/* Text */
.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.uppercase {
  text-transform: uppercase;
}

.transform-none {
  text-transform: none;
}

.text-xs {
  font-size: 0.8rem;
  line-height: 1rem;
}

.text-sm {
  font-size: 1rem;
  line-height: 1.5rem;
}

.text-md {
  font-size: 1.5rem;
  line-height: 2.1rem;
}

.text-lg {
  font-size: 2rem;
  line-height: 2.5rem;
}

.text-xl {
  font-size: 2.3rem;
  line-height: 3.25rem;
}

.contain {
  -o-object-fit: contain;
     object-fit: contain;
}

.cover {
  -o-object-fit: cover;
     object-fit: cover;
}

.icon {
  -o-object-fit: contain;
     object-fit: contain;
  width: 40px;
}
.icon.icon-small {
  width: 20px;
}
.icon.icon-mid {
  width: 30px;
}

.icon-flex {
  -o-object-fit: contain;
     object-fit: contain;
  flex: 0 0 40px;
  width: 40px;
}
.icon-flex.icon-small {
  flex: 0 0 20px;
  width: 20px;
}
.icon-flex.icon-mid {
  flex: 0 0 30px;
  width: 30px;
}

/* Grid */
.grid {
  display: grid;
}

.grid-5-5 {
  grid-template-columns: 1fr;
}
@media (min-width: 768px) {
  .grid-5-5 {
    grid-template-columns: 1fr 1fr;
  }
}

.gap-0 {
  gap: 0rem;
}

.row-gap-0 {
  row-gap: 0rem;
}

.column-gap-0 {
  -moz-column-gap: 0rem;
       column-gap: 0rem;
}

.gap-1 {
  gap: 0.25rem;
}

.row-gap-1 {
  row-gap: 0.25rem;
}

.column-gap-1 {
  -moz-column-gap: 0.25rem;
       column-gap: 0.25rem;
}

.gap-2 {
  gap: 0.5rem;
}

.row-gap-2 {
  row-gap: 0.5rem;
}

.column-gap-2 {
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
}

.gap-3 {
  gap: 0.75rem;
}

.row-gap-3 {
  row-gap: 0.75rem;
}

.column-gap-3 {
  -moz-column-gap: 0.75rem;
       column-gap: 0.75rem;
}

.gap-4 {
  gap: 1rem;
}

.row-gap-4 {
  row-gap: 1rem;
}

.column-gap-4 {
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}

.gap-5 {
  gap: 1.25rem;
}

.row-gap-5 {
  row-gap: 1.25rem;
}

.column-gap-5 {
  -moz-column-gap: 1.25rem;
       column-gap: 1.25rem;
}

.gap-6 {
  gap: 1.5rem;
}

.row-gap-6 {
  row-gap: 1.5rem;
}

.column-gap-6 {
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
}

.gap-7 {
  gap: 1.75rem;
}

.row-gap-7 {
  row-gap: 1.75rem;
}

.column-gap-7 {
  -moz-column-gap: 1.75rem;
       column-gap: 1.75rem;
}

.gap-8 {
  gap: 2rem;
}

.row-gap-8 {
  row-gap: 2rem;
}

.column-gap-8 {
  -moz-column-gap: 2rem;
       column-gap: 2rem;
}

.gap-9 {
  gap: 2.25rem;
}

.row-gap-9 {
  row-gap: 2.25rem;
}

.column-gap-9 {
  -moz-column-gap: 2.25rem;
       column-gap: 2.25rem;
}

.gap-10 {
  gap: 2.5rem;
}

.row-gap-10 {
  row-gap: 2.5rem;
}

.column-gap-10 {
  -moz-column-gap: 2.5rem;
       column-gap: 2.5rem;
}

.gap-11 {
  gap: 2.75rem;
}

.row-gap-11 {
  row-gap: 2.75rem;
}

.column-gap-11 {
  -moz-column-gap: 2.75rem;
       column-gap: 2.75rem;
}

.gap-12 {
  gap: 3rem;
}

.row-gap-12 {
  row-gap: 3rem;
}

.column-gap-12 {
  -moz-column-gap: 3rem;
       column-gap: 3rem;
}

.gap-13 {
  gap: 3.25rem;
}

.row-gap-13 {
  row-gap: 3.25rem;
}

.column-gap-13 {
  -moz-column-gap: 3.25rem;
       column-gap: 3.25rem;
}

.gap-14 {
  gap: 3.5rem;
}

.row-gap-14 {
  row-gap: 3.5rem;
}

.column-gap-14 {
  -moz-column-gap: 3.5rem;
       column-gap: 3.5rem;
}

.gap-15 {
  gap: 3.75rem;
}

.row-gap-15 {
  row-gap: 3.75rem;
}

.column-gap-15 {
  -moz-column-gap: 3.75rem;
       column-gap: 3.75rem;
}

.gap-16 {
  gap: 4rem;
}

.row-gap-16 {
  row-gap: 4rem;
}

.column-gap-16 {
  -moz-column-gap: 4rem;
       column-gap: 4rem;
}

.gap-20 {
  gap: 5rem;
}

.row-gap-20 {
  row-gap: 5rem;
}

.column-gap-20 {
  -moz-column-gap: 5rem;
       column-gap: 5rem;
}

.gap-25 {
  gap: 6.25rem;
}

.row-gap-25 {
  row-gap: 6.25rem;
}

.column-gap-25 {
  -moz-column-gap: 6.25rem;
       column-gap: 6.25rem;
}

.gap-30 {
  gap: 7.5rem;
}

.row-gap-30 {
  row-gap: 7.5rem;
}

.column-gap-30 {
  -moz-column-gap: 7.5rem;
       column-gap: 7.5rem;
}

.gap-35 {
  gap: 8.75rem;
}

.row-gap-35 {
  row-gap: 8.75rem;
}

.column-gap-35 {
  -moz-column-gap: 8.75rem;
       column-gap: 8.75rem;
}

.gap-40 {
  gap: 10rem;
}

.row-gap-40 {
  row-gap: 10rem;
}

.column-gap-40 {
  -moz-column-gap: 10rem;
       column-gap: 10rem;
}

.full {
  grid-column: 1/-1;
}

.content {
  grid-column: content;
}

.column-start-half {
  grid-column-start: half;
}

.content-start-1 {
  grid-column-start: content-start 1;
}

.content-span-1 {
  grid-column-end: span 1 content-gap;
}

.row-1 {
  grid-row-start: 1;
}

.row-span-1 {
  grid-row-end: span 1;
}

.content-start-2 {
  grid-column-start: content-start 2;
}

.content-span-2 {
  grid-column-end: span 2 content-gap;
}

.row-2 {
  grid-row-start: 2;
}

.row-span-2 {
  grid-row-end: span 2;
}

.content-start-3 {
  grid-column-start: content-start 3;
}

.content-span-3 {
  grid-column-end: span 3 content-gap;
}

.row-3 {
  grid-row-start: 3;
}

.row-span-3 {
  grid-row-end: span 3;
}

.content-start-4 {
  grid-column-start: content-start 4;
}

.content-span-4 {
  grid-column-end: span 4 content-gap;
}

.row-4 {
  grid-row-start: 4;
}

.row-span-4 {
  grid-row-end: span 4;
}

.content-start-5 {
  grid-column-start: content-start 5;
}

.content-span-5 {
  grid-column-end: span 5 content-gap;
}

.row-5 {
  grid-row-start: 5;
}

.row-span-5 {
  grid-row-end: span 5;
}

.content-start-6 {
  grid-column-start: content-start 6;
}

.content-span-6 {
  grid-column-end: span 6 content-gap;
}

.row-6 {
  grid-row-start: 6;
}

.row-span-6 {
  grid-row-end: span 6;
}

.content-start-7 {
  grid-column-start: content-start 7;
}

.content-span-7 {
  grid-column-end: span 7 content-gap;
}

.row-7 {
  grid-row-start: 7;
}

.row-span-7 {
  grid-row-end: span 7;
}

.content-start-8 {
  grid-column-start: content-start 8;
}

.content-span-8 {
  grid-column-end: span 8 content-gap;
}

.row-8 {
  grid-row-start: 8;
}

.row-span-8 {
  grid-row-end: span 8;
}

.content-start-9 {
  grid-column-start: content-start 9;
}

.content-span-9 {
  grid-column-end: span 9 content-gap;
}

.row-9 {
  grid-row-start: 9;
}

.row-span-9 {
  grid-row-end: span 9;
}

.content-start-10 {
  grid-column-start: content-start 10;
}

.content-span-10 {
  grid-column-end: span 10 content-gap;
}

.row-10 {
  grid-row-start: 10;
}

.row-span-10 {
  grid-row-end: span 10;
}

.content-start-11 {
  grid-column-start: content-start 11;
}

.content-span-11 {
  grid-column-end: span 11 content-gap;
}

.row-11 {
  grid-row-start: 11;
}

.row-span-11 {
  grid-row-end: span 11;
}

.content-start-12 {
  grid-column-start: content-start 12;
}

.content-span-12 {
  grid-column-end: span 12 content-gap;
}

.row-12 {
  grid-row-start: 12;
}

.row-span-12 {
  grid-row-end: span 12;
}

@media (min-width: 576px) {
  .content-start-sm-1 {
    grid-column-start: content-start 1;
  }
}
@media (min-width: 576px) {
  .content-span-sm-1 {
    grid-column-end: span 1 content-gap;
  }
}
@media (min-width: 576px) {
  .row-sm-1 {
    grid-row-start: 1;
  }
}
@media (min-width: 576px) {
  .row-span-sm-1 {
    grid-row-end: span 1;
  }
}
@media (min-width: 576px) {
  .content-start-sm-2 {
    grid-column-start: content-start 2;
  }
}
@media (min-width: 576px) {
  .content-span-sm-2 {
    grid-column-end: span 2 content-gap;
  }
}
@media (min-width: 576px) {
  .row-sm-2 {
    grid-row-start: 2;
  }
}
@media (min-width: 576px) {
  .row-span-sm-2 {
    grid-row-end: span 2;
  }
}
@media (min-width: 576px) {
  .content-start-sm-3 {
    grid-column-start: content-start 3;
  }
}
@media (min-width: 576px) {
  .content-span-sm-3 {
    grid-column-end: span 3 content-gap;
  }
}
@media (min-width: 576px) {
  .row-sm-3 {
    grid-row-start: 3;
  }
}
@media (min-width: 576px) {
  .row-span-sm-3 {
    grid-row-end: span 3;
  }
}
@media (min-width: 576px) {
  .content-start-sm-4 {
    grid-column-start: content-start 4;
  }
}
@media (min-width: 576px) {
  .content-span-sm-4 {
    grid-column-end: span 4 content-gap;
  }
}
@media (min-width: 576px) {
  .row-sm-4 {
    grid-row-start: 4;
  }
}
@media (min-width: 576px) {
  .row-span-sm-4 {
    grid-row-end: span 4;
  }
}
@media (min-width: 576px) {
  .content-start-sm-5 {
    grid-column-start: content-start 5;
  }
}
@media (min-width: 576px) {
  .content-span-sm-5 {
    grid-column-end: span 5 content-gap;
  }
}
@media (min-width: 576px) {
  .row-sm-5 {
    grid-row-start: 5;
  }
}
@media (min-width: 576px) {
  .row-span-sm-5 {
    grid-row-end: span 5;
  }
}
@media (min-width: 576px) {
  .content-start-sm-6 {
    grid-column-start: content-start 6;
  }
}
@media (min-width: 576px) {
  .content-span-sm-6 {
    grid-column-end: span 6 content-gap;
  }
}
@media (min-width: 576px) {
  .row-sm-6 {
    grid-row-start: 6;
  }
}
@media (min-width: 576px) {
  .row-span-sm-6 {
    grid-row-end: span 6;
  }
}
@media (min-width: 576px) {
  .content-start-sm-7 {
    grid-column-start: content-start 7;
  }
}
@media (min-width: 576px) {
  .content-span-sm-7 {
    grid-column-end: span 7 content-gap;
  }
}
@media (min-width: 576px) {
  .row-sm-7 {
    grid-row-start: 7;
  }
}
@media (min-width: 576px) {
  .row-span-sm-7 {
    grid-row-end: span 7;
  }
}
@media (min-width: 576px) {
  .content-start-sm-8 {
    grid-column-start: content-start 8;
  }
}
@media (min-width: 576px) {
  .content-span-sm-8 {
    grid-column-end: span 8 content-gap;
  }
}
@media (min-width: 576px) {
  .row-sm-8 {
    grid-row-start: 8;
  }
}
@media (min-width: 576px) {
  .row-span-sm-8 {
    grid-row-end: span 8;
  }
}
@media (min-width: 576px) {
  .content-start-sm-9 {
    grid-column-start: content-start 9;
  }
}
@media (min-width: 576px) {
  .content-span-sm-9 {
    grid-column-end: span 9 content-gap;
  }
}
@media (min-width: 576px) {
  .row-sm-9 {
    grid-row-start: 9;
  }
}
@media (min-width: 576px) {
  .row-span-sm-9 {
    grid-row-end: span 9;
  }
}
@media (min-width: 576px) {
  .content-start-sm-10 {
    grid-column-start: content-start 10;
  }
}
@media (min-width: 576px) {
  .content-span-sm-10 {
    grid-column-end: span 10 content-gap;
  }
}
@media (min-width: 576px) {
  .row-sm-10 {
    grid-row-start: 10;
  }
}
@media (min-width: 576px) {
  .row-span-sm-10 {
    grid-row-end: span 10;
  }
}
@media (min-width: 576px) {
  .content-start-sm-11 {
    grid-column-start: content-start 11;
  }
}
@media (min-width: 576px) {
  .content-span-sm-11 {
    grid-column-end: span 11 content-gap;
  }
}
@media (min-width: 576px) {
  .row-sm-11 {
    grid-row-start: 11;
  }
}
@media (min-width: 576px) {
  .row-span-sm-11 {
    grid-row-end: span 11;
  }
}
@media (min-width: 576px) {
  .content-start-sm-12 {
    grid-column-start: content-start 12;
  }
}
@media (min-width: 576px) {
  .content-span-sm-12 {
    grid-column-end: span 12 content-gap;
  }
}
@media (min-width: 576px) {
  .row-sm-12 {
    grid-row-start: 12;
  }
}
@media (min-width: 576px) {
  .row-span-sm-12 {
    grid-row-end: span 12;
  }
}
@media (min-width: 768px) {
  .content-start-md-1 {
    grid-column-start: content-start 1;
  }
}
@media (min-width: 768px) {
  .content-span-md-1 {
    grid-column-end: span 1 content-gap;
  }
}
@media (min-width: 768px) {
  .row-md-1 {
    grid-row-start: 1;
  }
}
@media (min-width: 768px) {
  .row-span-md-1 {
    grid-row-end: span 1;
  }
}
@media (min-width: 768px) {
  .content-start-md-2 {
    grid-column-start: content-start 2;
  }
}
@media (min-width: 768px) {
  .content-span-md-2 {
    grid-column-end: span 2 content-gap;
  }
}
@media (min-width: 768px) {
  .row-md-2 {
    grid-row-start: 2;
  }
}
@media (min-width: 768px) {
  .row-span-md-2 {
    grid-row-end: span 2;
  }
}
@media (min-width: 768px) {
  .content-start-md-3 {
    grid-column-start: content-start 3;
  }
}
@media (min-width: 768px) {
  .content-span-md-3 {
    grid-column-end: span 3 content-gap;
  }
}
@media (min-width: 768px) {
  .row-md-3 {
    grid-row-start: 3;
  }
}
@media (min-width: 768px) {
  .row-span-md-3 {
    grid-row-end: span 3;
  }
}
@media (min-width: 768px) {
  .content-start-md-4 {
    grid-column-start: content-start 4;
  }
}
@media (min-width: 768px) {
  .content-span-md-4 {
    grid-column-end: span 4 content-gap;
  }
}
@media (min-width: 768px) {
  .row-md-4 {
    grid-row-start: 4;
  }
}
@media (min-width: 768px) {
  .row-span-md-4 {
    grid-row-end: span 4;
  }
}
@media (min-width: 768px) {
  .content-start-md-5 {
    grid-column-start: content-start 5;
  }
}
@media (min-width: 768px) {
  .content-span-md-5 {
    grid-column-end: span 5 content-gap;
  }
}
@media (min-width: 768px) {
  .row-md-5 {
    grid-row-start: 5;
  }
}
@media (min-width: 768px) {
  .row-span-md-5 {
    grid-row-end: span 5;
  }
}
@media (min-width: 768px) {
  .content-start-md-6 {
    grid-column-start: content-start 6;
  }
}
@media (min-width: 768px) {
  .content-span-md-6 {
    grid-column-end: span 6 content-gap;
  }
}
@media (min-width: 768px) {
  .row-md-6 {
    grid-row-start: 6;
  }
}
@media (min-width: 768px) {
  .row-span-md-6 {
    grid-row-end: span 6;
  }
}
@media (min-width: 768px) {
  .content-start-md-7 {
    grid-column-start: content-start 7;
  }
}
@media (min-width: 768px) {
  .content-span-md-7 {
    grid-column-end: span 7 content-gap;
  }
}
@media (min-width: 768px) {
  .row-md-7 {
    grid-row-start: 7;
  }
}
@media (min-width: 768px) {
  .row-span-md-7 {
    grid-row-end: span 7;
  }
}
@media (min-width: 768px) {
  .content-start-md-8 {
    grid-column-start: content-start 8;
  }
}
@media (min-width: 768px) {
  .content-span-md-8 {
    grid-column-end: span 8 content-gap;
  }
}
@media (min-width: 768px) {
  .row-md-8 {
    grid-row-start: 8;
  }
}
@media (min-width: 768px) {
  .row-span-md-8 {
    grid-row-end: span 8;
  }
}
@media (min-width: 768px) {
  .content-start-md-9 {
    grid-column-start: content-start 9;
  }
}
@media (min-width: 768px) {
  .content-span-md-9 {
    grid-column-end: span 9 content-gap;
  }
}
@media (min-width: 768px) {
  .row-md-9 {
    grid-row-start: 9;
  }
}
@media (min-width: 768px) {
  .row-span-md-9 {
    grid-row-end: span 9;
  }
}
@media (min-width: 768px) {
  .content-start-md-10 {
    grid-column-start: content-start 10;
  }
}
@media (min-width: 768px) {
  .content-span-md-10 {
    grid-column-end: span 10 content-gap;
  }
}
@media (min-width: 768px) {
  .row-md-10 {
    grid-row-start: 10;
  }
}
@media (min-width: 768px) {
  .row-span-md-10 {
    grid-row-end: span 10;
  }
}
@media (min-width: 768px) {
  .content-start-md-11 {
    grid-column-start: content-start 11;
  }
}
@media (min-width: 768px) {
  .content-span-md-11 {
    grid-column-end: span 11 content-gap;
  }
}
@media (min-width: 768px) {
  .row-md-11 {
    grid-row-start: 11;
  }
}
@media (min-width: 768px) {
  .row-span-md-11 {
    grid-row-end: span 11;
  }
}
@media (min-width: 768px) {
  .content-start-md-12 {
    grid-column-start: content-start 12;
  }
}
@media (min-width: 768px) {
  .content-span-md-12 {
    grid-column-end: span 12 content-gap;
  }
}
@media (min-width: 768px) {
  .row-md-12 {
    grid-row-start: 12;
  }
}
@media (min-width: 768px) {
  .row-span-md-12 {
    grid-row-end: span 12;
  }
}
@media (min-width: 1080px) {
  .content-start-lg-1 {
    grid-column-start: content-start 1;
  }
}
@media (min-width: 1080px) {
  .content-span-lg-1 {
    grid-column-end: span 1 content-gap;
  }
}
@media (min-width: 1080px) {
  .row-lg-1 {
    grid-row-start: 1;
  }
}
@media (min-width: 1080px) {
  .row-span-lg-1 {
    grid-row-end: span 1;
  }
}
@media (min-width: 1080px) {
  .content-start-lg-2 {
    grid-column-start: content-start 2;
  }
}
@media (min-width: 1080px) {
  .content-span-lg-2 {
    grid-column-end: span 2 content-gap;
  }
}
@media (min-width: 1080px) {
  .row-lg-2 {
    grid-row-start: 2;
  }
}
@media (min-width: 1080px) {
  .row-span-lg-2 {
    grid-row-end: span 2;
  }
}
@media (min-width: 1080px) {
  .content-start-lg-3 {
    grid-column-start: content-start 3;
  }
}
@media (min-width: 1080px) {
  .content-span-lg-3 {
    grid-column-end: span 3 content-gap;
  }
}
@media (min-width: 1080px) {
  .row-lg-3 {
    grid-row-start: 3;
  }
}
@media (min-width: 1080px) {
  .row-span-lg-3 {
    grid-row-end: span 3;
  }
}
@media (min-width: 1080px) {
  .content-start-lg-4 {
    grid-column-start: content-start 4;
  }
}
@media (min-width: 1080px) {
  .content-span-lg-4 {
    grid-column-end: span 4 content-gap;
  }
}
@media (min-width: 1080px) {
  .row-lg-4 {
    grid-row-start: 4;
  }
}
@media (min-width: 1080px) {
  .row-span-lg-4 {
    grid-row-end: span 4;
  }
}
@media (min-width: 1080px) {
  .content-start-lg-5 {
    grid-column-start: content-start 5;
  }
}
@media (min-width: 1080px) {
  .content-span-lg-5 {
    grid-column-end: span 5 content-gap;
  }
}
@media (min-width: 1080px) {
  .row-lg-5 {
    grid-row-start: 5;
  }
}
@media (min-width: 1080px) {
  .row-span-lg-5 {
    grid-row-end: span 5;
  }
}
@media (min-width: 1080px) {
  .content-start-lg-6 {
    grid-column-start: content-start 6;
  }
}
@media (min-width: 1080px) {
  .content-span-lg-6 {
    grid-column-end: span 6 content-gap;
  }
}
@media (min-width: 1080px) {
  .row-lg-6 {
    grid-row-start: 6;
  }
}
@media (min-width: 1080px) {
  .row-span-lg-6 {
    grid-row-end: span 6;
  }
}
@media (min-width: 1080px) {
  .content-start-lg-7 {
    grid-column-start: content-start 7;
  }
}
@media (min-width: 1080px) {
  .content-span-lg-7 {
    grid-column-end: span 7 content-gap;
  }
}
@media (min-width: 1080px) {
  .row-lg-7 {
    grid-row-start: 7;
  }
}
@media (min-width: 1080px) {
  .row-span-lg-7 {
    grid-row-end: span 7;
  }
}
@media (min-width: 1080px) {
  .content-start-lg-8 {
    grid-column-start: content-start 8;
  }
}
@media (min-width: 1080px) {
  .content-span-lg-8 {
    grid-column-end: span 8 content-gap;
  }
}
@media (min-width: 1080px) {
  .row-lg-8 {
    grid-row-start: 8;
  }
}
@media (min-width: 1080px) {
  .row-span-lg-8 {
    grid-row-end: span 8;
  }
}
@media (min-width: 1080px) {
  .content-start-lg-9 {
    grid-column-start: content-start 9;
  }
}
@media (min-width: 1080px) {
  .content-span-lg-9 {
    grid-column-end: span 9 content-gap;
  }
}
@media (min-width: 1080px) {
  .row-lg-9 {
    grid-row-start: 9;
  }
}
@media (min-width: 1080px) {
  .row-span-lg-9 {
    grid-row-end: span 9;
  }
}
@media (min-width: 1080px) {
  .content-start-lg-10 {
    grid-column-start: content-start 10;
  }
}
@media (min-width: 1080px) {
  .content-span-lg-10 {
    grid-column-end: span 10 content-gap;
  }
}
@media (min-width: 1080px) {
  .row-lg-10 {
    grid-row-start: 10;
  }
}
@media (min-width: 1080px) {
  .row-span-lg-10 {
    grid-row-end: span 10;
  }
}
@media (min-width: 1080px) {
  .content-start-lg-11 {
    grid-column-start: content-start 11;
  }
}
@media (min-width: 1080px) {
  .content-span-lg-11 {
    grid-column-end: span 11 content-gap;
  }
}
@media (min-width: 1080px) {
  .row-lg-11 {
    grid-row-start: 11;
  }
}
@media (min-width: 1080px) {
  .row-span-lg-11 {
    grid-row-end: span 11;
  }
}
@media (min-width: 1080px) {
  .content-start-lg-12 {
    grid-column-start: content-start 12;
  }
}
@media (min-width: 1080px) {
  .content-span-lg-12 {
    grid-column-end: span 12 content-gap;
  }
}
@media (min-width: 1080px) {
  .row-lg-12 {
    grid-row-start: 12;
  }
}
@media (min-width: 1080px) {
  .row-span-lg-12 {
    grid-row-end: span 12;
  }
}
@media (min-width: 1400px) {
  .content-start-xl-1 {
    grid-column-start: content-start 1;
  }
}
@media (min-width: 1400px) {
  .content-span-xl-1 {
    grid-column-end: span 1 content-gap;
  }
}
@media (min-width: 1400px) {
  .row-xl-1 {
    grid-row-start: 1;
  }
}
@media (min-width: 1400px) {
  .row-span-xl-1 {
    grid-row-end: span 1;
  }
}
@media (min-width: 1400px) {
  .content-start-xl-2 {
    grid-column-start: content-start 2;
  }
}
@media (min-width: 1400px) {
  .content-span-xl-2 {
    grid-column-end: span 2 content-gap;
  }
}
@media (min-width: 1400px) {
  .row-xl-2 {
    grid-row-start: 2;
  }
}
@media (min-width: 1400px) {
  .row-span-xl-2 {
    grid-row-end: span 2;
  }
}
@media (min-width: 1400px) {
  .content-start-xl-3 {
    grid-column-start: content-start 3;
  }
}
@media (min-width: 1400px) {
  .content-span-xl-3 {
    grid-column-end: span 3 content-gap;
  }
}
@media (min-width: 1400px) {
  .row-xl-3 {
    grid-row-start: 3;
  }
}
@media (min-width: 1400px) {
  .row-span-xl-3 {
    grid-row-end: span 3;
  }
}
@media (min-width: 1400px) {
  .content-start-xl-4 {
    grid-column-start: content-start 4;
  }
}
@media (min-width: 1400px) {
  .content-span-xl-4 {
    grid-column-end: span 4 content-gap;
  }
}
@media (min-width: 1400px) {
  .row-xl-4 {
    grid-row-start: 4;
  }
}
@media (min-width: 1400px) {
  .row-span-xl-4 {
    grid-row-end: span 4;
  }
}
@media (min-width: 1400px) {
  .content-start-xl-5 {
    grid-column-start: content-start 5;
  }
}
@media (min-width: 1400px) {
  .content-span-xl-5 {
    grid-column-end: span 5 content-gap;
  }
}
@media (min-width: 1400px) {
  .row-xl-5 {
    grid-row-start: 5;
  }
}
@media (min-width: 1400px) {
  .row-span-xl-5 {
    grid-row-end: span 5;
  }
}
@media (min-width: 1400px) {
  .content-start-xl-6 {
    grid-column-start: content-start 6;
  }
}
@media (min-width: 1400px) {
  .content-span-xl-6 {
    grid-column-end: span 6 content-gap;
  }
}
@media (min-width: 1400px) {
  .row-xl-6 {
    grid-row-start: 6;
  }
}
@media (min-width: 1400px) {
  .row-span-xl-6 {
    grid-row-end: span 6;
  }
}
@media (min-width: 1400px) {
  .content-start-xl-7 {
    grid-column-start: content-start 7;
  }
}
@media (min-width: 1400px) {
  .content-span-xl-7 {
    grid-column-end: span 7 content-gap;
  }
}
@media (min-width: 1400px) {
  .row-xl-7 {
    grid-row-start: 7;
  }
}
@media (min-width: 1400px) {
  .row-span-xl-7 {
    grid-row-end: span 7;
  }
}
@media (min-width: 1400px) {
  .content-start-xl-8 {
    grid-column-start: content-start 8;
  }
}
@media (min-width: 1400px) {
  .content-span-xl-8 {
    grid-column-end: span 8 content-gap;
  }
}
@media (min-width: 1400px) {
  .row-xl-8 {
    grid-row-start: 8;
  }
}
@media (min-width: 1400px) {
  .row-span-xl-8 {
    grid-row-end: span 8;
  }
}
@media (min-width: 1400px) {
  .content-start-xl-9 {
    grid-column-start: content-start 9;
  }
}
@media (min-width: 1400px) {
  .content-span-xl-9 {
    grid-column-end: span 9 content-gap;
  }
}
@media (min-width: 1400px) {
  .row-xl-9 {
    grid-row-start: 9;
  }
}
@media (min-width: 1400px) {
  .row-span-xl-9 {
    grid-row-end: span 9;
  }
}
@media (min-width: 1400px) {
  .content-start-xl-10 {
    grid-column-start: content-start 10;
  }
}
@media (min-width: 1400px) {
  .content-span-xl-10 {
    grid-column-end: span 10 content-gap;
  }
}
@media (min-width: 1400px) {
  .row-xl-10 {
    grid-row-start: 10;
  }
}
@media (min-width: 1400px) {
  .row-span-xl-10 {
    grid-row-end: span 10;
  }
}
@media (min-width: 1400px) {
  .content-start-xl-11 {
    grid-column-start: content-start 11;
  }
}
@media (min-width: 1400px) {
  .content-span-xl-11 {
    grid-column-end: span 11 content-gap;
  }
}
@media (min-width: 1400px) {
  .row-xl-11 {
    grid-row-start: 11;
  }
}
@media (min-width: 1400px) {
  .row-span-xl-11 {
    grid-row-end: span 11;
  }
}
@media (min-width: 1400px) {
  .content-start-xl-12 {
    grid-column-start: content-start 12;
  }
}
@media (min-width: 1400px) {
  .content-span-xl-12 {
    grid-column-end: span 12 content-gap;
  }
}
@media (min-width: 1400px) {
  .row-xl-12 {
    grid-row-start: 12;
  }
}
@media (min-width: 1400px) {
  .row-span-xl-12 {
    grid-row-end: span 12;
  }
}
@media (min-width: 1920px) {
  .content-start-xxl-1 {
    grid-column-start: content-start 1;
  }
}
@media (min-width: 1920px) {
  .content-span-xxl-1 {
    grid-column-end: span 1 content-gap;
  }
}
@media (min-width: 1920px) {
  .row-xxl-1 {
    grid-row-start: 1;
  }
}
@media (min-width: 1920px) {
  .row-span-xxl-1 {
    grid-row-end: span 1;
  }
}
@media (min-width: 1920px) {
  .content-start-xxl-2 {
    grid-column-start: content-start 2;
  }
}
@media (min-width: 1920px) {
  .content-span-xxl-2 {
    grid-column-end: span 2 content-gap;
  }
}
@media (min-width: 1920px) {
  .row-xxl-2 {
    grid-row-start: 2;
  }
}
@media (min-width: 1920px) {
  .row-span-xxl-2 {
    grid-row-end: span 2;
  }
}
@media (min-width: 1920px) {
  .content-start-xxl-3 {
    grid-column-start: content-start 3;
  }
}
@media (min-width: 1920px) {
  .content-span-xxl-3 {
    grid-column-end: span 3 content-gap;
  }
}
@media (min-width: 1920px) {
  .row-xxl-3 {
    grid-row-start: 3;
  }
}
@media (min-width: 1920px) {
  .row-span-xxl-3 {
    grid-row-end: span 3;
  }
}
@media (min-width: 1920px) {
  .content-start-xxl-4 {
    grid-column-start: content-start 4;
  }
}
@media (min-width: 1920px) {
  .content-span-xxl-4 {
    grid-column-end: span 4 content-gap;
  }
}
@media (min-width: 1920px) {
  .row-xxl-4 {
    grid-row-start: 4;
  }
}
@media (min-width: 1920px) {
  .row-span-xxl-4 {
    grid-row-end: span 4;
  }
}
@media (min-width: 1920px) {
  .content-start-xxl-5 {
    grid-column-start: content-start 5;
  }
}
@media (min-width: 1920px) {
  .content-span-xxl-5 {
    grid-column-end: span 5 content-gap;
  }
}
@media (min-width: 1920px) {
  .row-xxl-5 {
    grid-row-start: 5;
  }
}
@media (min-width: 1920px) {
  .row-span-xxl-5 {
    grid-row-end: span 5;
  }
}
@media (min-width: 1920px) {
  .content-start-xxl-6 {
    grid-column-start: content-start 6;
  }
}
@media (min-width: 1920px) {
  .content-span-xxl-6 {
    grid-column-end: span 6 content-gap;
  }
}
@media (min-width: 1920px) {
  .row-xxl-6 {
    grid-row-start: 6;
  }
}
@media (min-width: 1920px) {
  .row-span-xxl-6 {
    grid-row-end: span 6;
  }
}
@media (min-width: 1920px) {
  .content-start-xxl-7 {
    grid-column-start: content-start 7;
  }
}
@media (min-width: 1920px) {
  .content-span-xxl-7 {
    grid-column-end: span 7 content-gap;
  }
}
@media (min-width: 1920px) {
  .row-xxl-7 {
    grid-row-start: 7;
  }
}
@media (min-width: 1920px) {
  .row-span-xxl-7 {
    grid-row-end: span 7;
  }
}
@media (min-width: 1920px) {
  .content-start-xxl-8 {
    grid-column-start: content-start 8;
  }
}
@media (min-width: 1920px) {
  .content-span-xxl-8 {
    grid-column-end: span 8 content-gap;
  }
}
@media (min-width: 1920px) {
  .row-xxl-8 {
    grid-row-start: 8;
  }
}
@media (min-width: 1920px) {
  .row-span-xxl-8 {
    grid-row-end: span 8;
  }
}
@media (min-width: 1920px) {
  .content-start-xxl-9 {
    grid-column-start: content-start 9;
  }
}
@media (min-width: 1920px) {
  .content-span-xxl-9 {
    grid-column-end: span 9 content-gap;
  }
}
@media (min-width: 1920px) {
  .row-xxl-9 {
    grid-row-start: 9;
  }
}
@media (min-width: 1920px) {
  .row-span-xxl-9 {
    grid-row-end: span 9;
  }
}
@media (min-width: 1920px) {
  .content-start-xxl-10 {
    grid-column-start: content-start 10;
  }
}
@media (min-width: 1920px) {
  .content-span-xxl-10 {
    grid-column-end: span 10 content-gap;
  }
}
@media (min-width: 1920px) {
  .row-xxl-10 {
    grid-row-start: 10;
  }
}
@media (min-width: 1920px) {
  .row-span-xxl-10 {
    grid-row-end: span 10;
  }
}
@media (min-width: 1920px) {
  .content-start-xxl-11 {
    grid-column-start: content-start 11;
  }
}
@media (min-width: 1920px) {
  .content-span-xxl-11 {
    grid-column-end: span 11 content-gap;
  }
}
@media (min-width: 1920px) {
  .row-xxl-11 {
    grid-row-start: 11;
  }
}
@media (min-width: 1920px) {
  .row-span-xxl-11 {
    grid-row-end: span 11;
  }
}
@media (min-width: 1920px) {
  .content-start-xxl-12 {
    grid-column-start: content-start 12;
  }
}
@media (min-width: 1920px) {
  .content-span-xxl-12 {
    grid-column-end: span 12 content-gap;
  }
}
@media (min-width: 1920px) {
  .row-xxl-12 {
    grid-row-start: 12;
  }
}
@media (min-width: 1920px) {
  .row-span-xxl-12 {
    grid-row-end: span 12;
  }
}
/* Flex */
.flex {
  display: flex;
}

.flex-wrap {
  flex-wrap: wrap;
}

.flex-column {
  flex-direction: column;
}

@media (max-width: 374.98px) {
  .flex-row-xs {
    flex-direction: column;
  }
}

@media (max-width: 575.98px) {
  .flex-row-sm {
    flex-direction: column;
  }
}

@media (max-width: 767.98px) {
  .flex-row-md {
    flex-direction: column;
  }
}

@media (max-width: 1079.98px) {
  .flex-row-lg {
    flex-direction: column;
  }
}

@media (max-width: 1399.98px) {
  .flex-row-xl {
    flex-direction: column;
  }
}

@media (max-width: 1919.98px) {
  .flex-row-xxl {
    flex-direction: column;
  }
}

@media (min-width: 375px) {
  .flex-column-xs {
    flex-direction: column;
  }
}

@media (min-width: 576px) {
  .flex-column-sm {
    flex-direction: column;
  }
}

@media (min-width: 768px) {
  .flex-column-md {
    flex-direction: column;
  }
}

@media (min-width: 1080px) {
  .flex-column-lg {
    flex-direction: column;
  }
}

@media (min-width: 1400px) {
  .flex-column-xl {
    flex-direction: column;
  }
}

@media (min-width: 1920px) {
  .flex-column-xxl {
    flex-direction: column;
  }
}

/* Flex Helpers */
.flex-10 {
  flex: 0 1 10%;
}

.flex-20 {
  flex: 0 1 20%;
}

.flex-30 {
  flex: 0 1 30%;
}

.flex-40 {
  flex: 0 1 40%;
}

.flex-50 {
  flex: 0 1 50%;
}

.flex-60 {
  flex: 0 1 60%;
}

.flex-70 {
  flex: 0 1 70%;
}

.flex-80 {
  flex: 0 1 80%;
}

.flex-90 {
  flex: 0 1 90%;
}

.flex-100 {
  flex: 0 1 100%;
}

/* Justify content */
.justify-start {
  justify-content: flex-start;
}

.justify-end {
  justify-content: flex-end;
}

.justify-center {
  justify-content: center;
}

.justify-between {
  justify-content: space-between;
}

.justify-around {
  justify-content: space-around;
}

.justify-evenly {
  justify-content: space-evenly;
}

/* Align items */
.items-start {
  align-items: flex-start;
}

.items-end {
  align-items: flex-end;
}

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

.items-baseline {
  align-items: baseline;
}

.items-stretch {
  align-items: stretch;
}

/* Align content */
.align-start {
  align-content: flex-start;
}

.align-end {
  align-content: flex-end;
}

.align-center {
  align-content: center;
}

.align-between {
  align-content: space-between;
}

.align-around {
  align-content: space-around;
}

.align-evenly {
  align-content: space-evenly;
}

/* Justify-self */
.justify-self-start {
  justify-self: flex-start;
}

.justify-self-end {
  justify-self: flex-end;
}

.justify-self-center {
  justify-self: center;
}

.justify-self-baseline {
  justify-self: baseline;
}

/* Align-self */
.align-self-start {
  align-self: flex-start;
}

.align-self-end {
  align-self: flex-end;
}

.align-self-center {
  align-self: center;
}

.align-self-baseline {
  align-self: baseline;
}

/* Square holder */
.square-holder {
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
}
.square-holder::before {
  content: "";
  display: block;
  padding-top: 100%;
}
.square-holder .square-content {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.square-holder .square-contentimg {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: bottom;
     object-position: bottom;
}

/* Height & width */
.h-full {
  height: 100%;
}

.h-half {
  height: 50%;
}

.mh-half {
  max-height: 50%;
}

.w-full {
  width: 100%;
}

.w-half {
  width: 50%;
}

.max-w-half {
  max-width: 50%;
}

.max-w-container {
  max-width: 1200px;
}

.max-w-none {
  max-width: none;
}

.max-w-100 {
  max-width: 100px;
}

.max-w-200 {
  max-width: 200px;
}

.max-w-300 {
  max-width: 300px;
}

.max-w-400 {
  max-width: 400px;
}

.max-w-500 {
  max-width: 500px;
}

.max-w-600 {
  max-width: 600px;
}

.max-w-700 {
  max-width: 700px;
}

.max-w-800 {
  max-width: 800px;
}

.max-w-900 {
  max-width: 900px;
}

.max-w-1000 {
  max-width: 1000px;
}

.max-w-1100 {
  max-width: 1100px;
}

.max-w-1200 {
  max-width: 1200px;
}

.max-h-half {
  max-height: 50%;
}

.max-h-470 {
  max-height: 470px;
}

.max-h-100 {
  max-height: 100px;
}

.max-h-200 {
  max-height: 200px;
}

.max-h-300 {
  max-height: 300px;
}

.max-h-400 {
  max-height: 400px;
}

.max-h-500 {
  max-height: 500px;
}

.max-h-600 {
  max-height: 600px;
}

.max-h-700 {
  max-height: 700px;
}

.max-h-800 {
  max-height: 800px;
}

.max-h-900 {
  max-height: 900px;
}

.max-h-1000 {
  max-height: 1000px;
}

/* Container element */
.container {
  --gap: 1rem;
  --max: calc((1200px - (var(--gap) * 11)) / 12);
  display: grid;
  grid-template-columns: 1fr var(--padding-px) repeat(5, [content-start] minmax(0, var(--max)) [content-gap] var(--gap)) [content-start] minmax(0, var(--max)) [content-gap] calc(var(--gap) / 2) [half] calc(var(--gap) / 2) repeat(5, [content-start] minmax(0, var(--max)) [content-gap] var(--gap)) [content-start] minmax(0, var(--max)) [content-gap content-end] var(--padding-px) 1fr;
  grid-auto-rows: auto;
  width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.container .container {
  grid-template-columns: repeat(5, [content-start] minmax(0, var(--max)) [content-gap] var(--gap)) [content-start] minmax(0, var(--max)) [content-gap] calc(var(--gap) / 2) [half] calc(var(--gap) / 2) repeat(5, [content-start] minmax(0, var(--max)) [content-gap] var(--gap)) [content-start] minmax(0, var(--max)) [content-gap content-end];
}
@media (min-width: 768px) {
  .container {
    --gap: 1.5rem;
  }
}
@media (min-width: 1080px) {
  .container {
    --gap: 2rem;
  }
}
.container.smallerGap {
  --gap: 13px;
}
.container.equalHeight {
  grid-auto-rows: 1fr;
}
@media (max-width: 425px) {
  .container.equalHeight {
    grid-auto-rows: unset;
  }
}

.container-old {
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 24px;
  padding-right: 24px;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 375px) {
  .container-old {
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 24px;
    padding-right: 24px;
  }
}
@media (min-width: 576px) {
  .container-old {
    padding-top: 50px;
    padding-bottom: 50px;
    padding-left: 24px;
    padding-right: 24px;
  }
}
@media (min-width: 768px) {
  .container-old {
    padding-top: 60px;
    padding-bottom: 60px;
    padding-left: 24px;
    padding-right: 24px;
  }
}
@media (min-width: 1080px) {
  .container-old {
    padding-top: 80px;
    padding-bottom: 80px;
    padding-left: 24px;
    padding-right: 24px;
  }
}
@media (min-width: 1400px) {
  .container-old {
    padding-top: 100px;
    padding-bottom: 100px;
    padding-left: 24px;
    padding-right: 24px;
  }
}
@media (min-width: 1920px) {
  .container-old {
    padding-top: 120px;
    padding-bottom: 120px;
    padding-left: 24px;
    padding-right: 24px;
  }
}

.container-inner {
  width: 100%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.container-sm-fill {
  padding-left: 0;
  padding-right: 0;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 375px) {
  .container-sm-fill {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 576px) {
  .container-sm-fill {
    padding-left: 24px;
    padding-right: 24px;
  }
}
@media (min-width: 768px) {
  .container-sm-fill {
    padding-left: 24px;
    padding-right: 24px;
  }
}
@media (min-width: 1080px) {
  .container-sm-fill {
    padding-left: 24px;
    padding-right: 24px;
  }
}
@media (min-width: 1400px) {
  .container-sm-fill {
    padding-left: 24px;
    padding-right: 24px;
  }
}
@media (min-width: 1920px) {
  .container-sm-fill {
    padding-left: 24px;
    padding-right: 24px;
  }
}

.container-lg-fill {
  padding-left: 0;
  padding-right: 0;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 375px) {
  .container-lg-fill {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 576px) {
  .container-lg-fill {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 768px) {
  .container-lg-fill {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 1080px) {
  .container-lg-fill {
    padding-left: 24px;
    padding-right: 24px;
  }
}
@media (min-width: 1400px) {
  .container-lg-fill {
    padding-left: 24px;
    padding-right: 24px;
  }
}
@media (min-width: 1920px) {
  .container-lg-fill {
    padding-left: 24px;
    padding-right: 24px;
  }
}

/* Container padding */
.container-py {
  padding-top: calc(30px / 2);
  padding-bottom: calc(30px / 2);
}
@media (min-width: 375px) {
  .container-py {
    padding-top: calc(40px / 2);
    padding-bottom: calc(40px / 2);
  }
}
@media (min-width: 576px) {
  .container-py {
    padding-top: calc(50px / 2);
    padding-bottom: calc(50px / 2);
  }
}
@media (min-width: 768px) {
  .container-py {
    padding-top: calc(60px / 2);
    padding-bottom: calc(60px / 2);
  }
}
@media (min-width: 1080px) {
  .container-py {
    padding-top: calc(80px / 2);
    padding-bottom: calc(80px / 2);
  }
}
@media (min-width: 1400px) {
  .container-py {
    padding-top: calc(100px / 2);
    padding-bottom: calc(100px / 2);
  }
}
@media (min-width: 1920px) {
  .container-py {
    padding-top: calc(120px / 2);
    padding-bottom: calc(120px / 2);
  }
}

.container-inner-px {
  padding-left: 8px;
  padding-right: 8px;
}
@media (min-width: 375px) {
  .container-inner-px {
    padding-left: 13px;
    padding-right: 13px;
  }
}
@media (min-width: 576px) {
  .container-inner-px {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 768px) {
  .container-inner-px {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (min-width: 1080px) {
  .container-inner-px {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (min-width: 1400px) {
  .container-inner-px {
    padding-left: 35px;
    padding-right: 35px;
  }
}
@media (min-width: 1920px) {
  .container-inner-px {
    padding-left: 50px;
    padding-right: 50px;
  }
}

.container-inner-pl {
  padding-left: 8px;
  padding-right: 0;
}
@media (min-width: 375px) {
  .container-inner-pl {
    padding-left: 13px;
    padding-right: 0;
  }
}
@media (min-width: 576px) {
  .container-inner-pl {
    padding-left: 20px;
    padding-right: 0;
  }
}
@media (min-width: 768px) {
  .container-inner-pl {
    padding-left: 30px;
    padding-right: 0;
  }
}
@media (min-width: 1080px) {
  .container-inner-pl {
    padding-left: 30px;
    padding-right: 0;
  }
}
@media (min-width: 1400px) {
  .container-inner-pl {
    padding-left: 35px;
    padding-right: 0;
  }
}
@media (min-width: 1920px) {
  .container-inner-pl {
    padding-left: 50px;
    padding-right: 0;
  }
}

.container-inner-pr {
  padding-left: 0;
  padding-right: 8px;
}
@media (min-width: 375px) {
  .container-inner-pr {
    padding-left: 0;
    padding-right: 13px;
  }
}
@media (min-width: 576px) {
  .container-inner-pr {
    padding-left: 0;
    padding-right: 20px;
  }
}
@media (min-width: 768px) {
  .container-inner-pr {
    padding-left: 0;
    padding-right: 30px;
  }
}
@media (min-width: 1080px) {
  .container-inner-pr {
    padding-left: 0;
    padding-right: 30px;
  }
}
@media (min-width: 1400px) {
  .container-inner-pr {
    padding-left: 0;
    padding-right: 35px;
  }
}
@media (min-width: 1920px) {
  .container-inner-pr {
    padding-left: 0;
    padding-right: 50px;
  }
}

@media only screen and (max-width: 1248px) {
  .container .content .container {
    padding: 0 !important;
  }
}
/*
@media only screen and (max-width: 768px) {
  .container {
    --max: none;
  }
}*/
/* Padding & margin */
.pt-0 {
  padding-top: 0rem;
}

.pb-0 {
  padding-bottom: 0rem;
}

.pl-0 {
  padding-left: 0rem;
}

.pr-0 {
  padding-right: 0rem;
}

.px-0 {
  padding-left: 0rem;
  padding-right: 0rem;
}

.py-0 {
  padding-top: 0rem;
  padding-bottom: 0rem;
}

.p-0 {
  padding: 0rem;
}

.mt-0 {
  margin-top: 0rem;
}

.mb-0 {
  margin-bottom: 0rem;
}

.ml-0 {
  margin-left: 0rem;
}

.mr-0 {
  margin-right: 0rem;
}

.mx-0 {
  margin-left: 0rem;
  margin-right: 0rem;
}

.my-0 {
  margin-top: 0rem;
  margin-bottom: 0rem;
}

.m-0 {
  margin: 0rem;
}

.pt-1 {
  padding-top: 0.25rem;
}

.pb-1 {
  padding-bottom: 0.25rem;
}

.pl-1 {
  padding-left: 0.25rem;
}

.pr-1 {
  padding-right: 0.25rem;
}

.px-1 {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}

.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.p-1 {
  padding: 0.25rem;
}

.mt-1 {
  margin-top: 0.25rem;
}

.mb-1 {
  margin-bottom: 0.25rem;
}

.ml-1 {
  margin-left: 0.25rem;
}

.mr-1 {
  margin-right: 0.25rem;
}

.mx-1 {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}

.my-1 {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}

.m-1 {
  margin: 0.25rem;
}

.pt-2 {
  padding-top: 0.5rem;
}

.pb-2 {
  padding-bottom: 0.5rem;
}

.pl-2 {
  padding-left: 0.5rem;
}

.pr-2 {
  padding-right: 0.5rem;
}

.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.p-2 {
  padding: 0.5rem;
}

.mt-2 {
  margin-top: 0.5rem;
}

.mb-2 {
  margin-bottom: 0.5rem;
}

.ml-2 {
  margin-left: 0.5rem;
}

.mr-2 {
  margin-right: 0.5rem;
}

.mx-2 {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

.my-2 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.m-2 {
  margin: 0.5rem;
}

.pt-3 {
  padding-top: 0.75rem;
}

.pb-3 {
  padding-bottom: 0.75rem;
}

.pl-3 {
  padding-left: 0.75rem;
}

.pr-3 {
  padding-right: 0.75rem;
}

.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.p-3 {
  padding: 0.75rem;
}

.mt-3 {
  margin-top: 0.75rem;
}

.mb-3 {
  margin-bottom: 0.75rem;
}

.ml-3 {
  margin-left: 0.75rem;
}

.mr-3 {
  margin-right: 0.75rem;
}

.mx-3 {
  margin-left: 0.75rem;
  margin-right: 0.75rem;
}

.my-3 {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}

.m-3 {
  margin: 0.75rem;
}

.pt-4 {
  padding-top: 1rem;
}

.pb-4 {
  padding-bottom: 1rem;
}

.pl-4 {
  padding-left: 1rem;
}

.pr-4 {
  padding-right: 1rem;
}

.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}

.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.p-4 {
  padding: 1rem;
}

.mt-4 {
  margin-top: 1rem;
}

.mb-4 {
  margin-bottom: 1rem;
}

.ml-4 {
  margin-left: 1rem;
}

.mr-4 {
  margin-right: 1rem;
}

.mx-4 {
  margin-left: 1rem;
  margin-right: 1rem;
}

.my-4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.m-4 {
  margin: 1rem;
}

.pt-5 {
  padding-top: 1.25rem;
}

.pb-5 {
  padding-bottom: 1.25rem;
}

.pl-5 {
  padding-left: 1.25rem;
}

.pr-5 {
  padding-right: 1.25rem;
}

.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.p-5 {
  padding: 1.25rem;
}

.mt-5 {
  margin-top: 1.25rem;
}

.mb-5 {
  margin-bottom: 1.25rem;
}

.ml-5 {
  margin-left: 1.25rem;
}

.mr-5 {
  margin-right: 1.25rem;
}

.mx-5 {
  margin-left: 1.25rem;
  margin-right: 1.25rem;
}

.my-5 {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}

.m-5 {
  margin: 1.25rem;
}

.pt-6 {
  padding-top: 1.5rem;
}

.pb-6 {
  padding-bottom: 1.5rem;
}

.pl-6 {
  padding-left: 1.5rem;
}

.pr-6 {
  padding-right: 1.5rem;
}

.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.p-6 {
  padding: 1.5rem;
}

.mt-6 {
  margin-top: 1.5rem;
}

.mb-6 {
  margin-bottom: 1.5rem;
}

.ml-6 {
  margin-left: 1.5rem;
}

.mr-6 {
  margin-right: 1.5rem;
}

.mx-6 {
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}

.my-6 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.m-6 {
  margin: 1.5rem;
}

.pt-7 {
  padding-top: 1.75rem;
}

.pb-7 {
  padding-bottom: 1.75rem;
}

.pl-7 {
  padding-left: 1.75rem;
}

.pr-7 {
  padding-right: 1.75rem;
}

.px-7 {
  padding-left: 1.75rem;
  padding-right: 1.75rem;
}

.py-7 {
  padding-top: 1.75rem;
  padding-bottom: 1.75rem;
}

.p-7 {
  padding: 1.75rem;
}

.mt-7 {
  margin-top: 1.75rem;
}

.mb-7 {
  margin-bottom: 1.75rem;
}

.ml-7 {
  margin-left: 1.75rem;
}

.mr-7 {
  margin-right: 1.75rem;
}

.mx-7 {
  margin-left: 1.75rem;
  margin-right: 1.75rem;
}

.my-7 {
  margin-top: 1.75rem;
  margin-bottom: 1.75rem;
}

.m-7 {
  margin: 1.75rem;
}

.pt-8 {
  padding-top: 2rem;
}

.pb-8 {
  padding-bottom: 2rem;
}

.pl-8 {
  padding-left: 2rem;
}

.pr-8 {
  padding-right: 2rem;
}

.px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}

.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.p-8 {
  padding: 2rem;
}

.mt-8 {
  margin-top: 2rem;
}

.mb-8 {
  margin-bottom: 2rem;
}

.ml-8 {
  margin-left: 2rem;
}

.mr-8 {
  margin-right: 2rem;
}

.mx-8 {
  margin-left: 2rem;
  margin-right: 2rem;
}

.my-8 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.m-8 {
  margin: 2rem;
}

.pt-9 {
  padding-top: 2.25rem;
}

.pb-9 {
  padding-bottom: 2.25rem;
}

.pl-9 {
  padding-left: 2.25rem;
}

.pr-9 {
  padding-right: 2.25rem;
}

.px-9 {
  padding-left: 2.25rem;
  padding-right: 2.25rem;
}

.py-9 {
  padding-top: 2.25rem;
  padding-bottom: 2.25rem;
}

.p-9 {
  padding: 2.25rem;
}

.mt-9 {
  margin-top: 2.25rem;
}

.mb-9 {
  margin-bottom: 2.25rem;
}

.ml-9 {
  margin-left: 2.25rem;
}

.mr-9 {
  margin-right: 2.25rem;
}

.mx-9 {
  margin-left: 2.25rem;
  margin-right: 2.25rem;
}

.my-9 {
  margin-top: 2.25rem;
  margin-bottom: 2.25rem;
}

.m-9 {
  margin: 2.25rem;
}

.pt-10 {
  padding-top: 2.5rem;
}

.pb-10 {
  padding-bottom: 2.5rem;
}

.pl-10 {
  padding-left: 2.5rem;
}

.pr-10 {
  padding-right: 2.5rem;
}

.px-10 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.p-10 {
  padding: 2.5rem;
}

.mt-10 {
  margin-top: 2.5rem;
}

.mb-10 {
  margin-bottom: 2.5rem;
}

.ml-10 {
  margin-left: 2.5rem;
}

.mr-10 {
  margin-right: 2.5rem;
}

.mx-10 {
  margin-left: 2.5rem;
  margin-right: 2.5rem;
}

.my-10 {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}

.m-10 {
  margin: 2.5rem;
}

.pt-11 {
  padding-top: 2.75rem;
}

.pb-11 {
  padding-bottom: 2.75rem;
}

.pl-11 {
  padding-left: 2.75rem;
}

.pr-11 {
  padding-right: 2.75rem;
}

.px-11 {
  padding-left: 2.75rem;
  padding-right: 2.75rem;
}

.py-11 {
  padding-top: 2.75rem;
  padding-bottom: 2.75rem;
}

.p-11 {
  padding: 2.75rem;
}

.mt-11 {
  margin-top: 2.75rem;
}

.mb-11 {
  margin-bottom: 2.75rem;
}

.ml-11 {
  margin-left: 2.75rem;
}

.mr-11 {
  margin-right: 2.75rem;
}

.mx-11 {
  margin-left: 2.75rem;
  margin-right: 2.75rem;
}

.my-11 {
  margin-top: 2.75rem;
  margin-bottom: 2.75rem;
}

.m-11 {
  margin: 2.75rem;
}

.pt-12 {
  padding-top: 3rem;
}

.pb-12 {
  padding-bottom: 3rem;
}

.pl-12 {
  padding-left: 3rem;
}

.pr-12 {
  padding-right: 3rem;
}

.px-12 {
  padding-left: 3rem;
  padding-right: 3rem;
}

.py-12 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.p-12 {
  padding: 3rem;
}

.mt-12 {
  margin-top: 3rem;
}

.mb-12 {
  margin-bottom: 3rem;
}

.ml-12 {
  margin-left: 3rem;
}

.mr-12 {
  margin-right: 3rem;
}

.mx-12 {
  margin-left: 3rem;
  margin-right: 3rem;
}

.my-12 {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.m-12 {
  margin: 3rem;
}

.pt-13 {
  padding-top: 3.25rem;
}

.pb-13 {
  padding-bottom: 3.25rem;
}

.pl-13 {
  padding-left: 3.25rem;
}

.pr-13 {
  padding-right: 3.25rem;
}

.px-13 {
  padding-left: 3.25rem;
  padding-right: 3.25rem;
}

.py-13 {
  padding-top: 3.25rem;
  padding-bottom: 3.25rem;
}

.p-13 {
  padding: 3.25rem;
}

.mt-13 {
  margin-top: 3.25rem;
}

.mb-13 {
  margin-bottom: 3.25rem;
}

.ml-13 {
  margin-left: 3.25rem;
}

.mr-13 {
  margin-right: 3.25rem;
}

.mx-13 {
  margin-left: 3.25rem;
  margin-right: 3.25rem;
}

.my-13 {
  margin-top: 3.25rem;
  margin-bottom: 3.25rem;
}

.m-13 {
  margin: 3.25rem;
}

.pt-14 {
  padding-top: 3.5rem;
}

.pb-14 {
  padding-bottom: 3.5rem;
}

.pl-14 {
  padding-left: 3.5rem;
}

.pr-14 {
  padding-right: 3.5rem;
}

.px-14 {
  padding-left: 3.5rem;
  padding-right: 3.5rem;
}

.py-14 {
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}

.p-14 {
  padding: 3.5rem;
}

.mt-14 {
  margin-top: 3.5rem;
}

.mb-14 {
  margin-bottom: 3.5rem;
}

.ml-14 {
  margin-left: 3.5rem;
}

.mr-14 {
  margin-right: 3.5rem;
}

.mx-14 {
  margin-left: 3.5rem;
  margin-right: 3.5rem;
}

.my-14 {
  margin-top: 3.5rem;
  margin-bottom: 3.5rem;
}

.m-14 {
  margin: 3.5rem;
}

.pt-15 {
  padding-top: 3.75rem;
}

.pb-15 {
  padding-bottom: 3.75rem;
}

.pl-15 {
  padding-left: 3.75rem;
}

.pr-15 {
  padding-right: 3.75rem;
}

.px-15 {
  padding-left: 3.75rem;
  padding-right: 3.75rem;
}

.py-15 {
  padding-top: 3.75rem;
  padding-bottom: 3.75rem;
}

.p-15 {
  padding: 3.75rem;
}

.mt-15 {
  margin-top: 3.75rem;
}

.mb-15 {
  margin-bottom: 3.75rem;
}

.ml-15 {
  margin-left: 3.75rem;
}

.mr-15 {
  margin-right: 3.75rem;
}

.mx-15 {
  margin-left: 3.75rem;
  margin-right: 3.75rem;
}

.my-15 {
  margin-top: 3.75rem;
  margin-bottom: 3.75rem;
}

.m-15 {
  margin: 3.75rem;
}

.pt-16 {
  padding-top: 4rem;
}

.pb-16 {
  padding-bottom: 4rem;
}

.pl-16 {
  padding-left: 4rem;
}

.pr-16 {
  padding-right: 4rem;
}

.px-16 {
  padding-left: 4rem;
  padding-right: 4rem;
}

.py-16 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.p-16 {
  padding: 4rem;
}

.mt-16 {
  margin-top: 4rem;
}

.mb-16 {
  margin-bottom: 4rem;
}

.ml-16 {
  margin-left: 4rem;
}

.mr-16 {
  margin-right: 4rem;
}

.mx-16 {
  margin-left: 4rem;
  margin-right: 4rem;
}

.my-16 {
  margin-top: 4rem;
  margin-bottom: 4rem;
}

.m-16 {
  margin: 4rem;
}

.pt-20 {
  padding-top: 5rem;
}

.pb-20 {
  padding-bottom: 5rem;
}

.pl-20 {
  padding-left: 5rem;
}

.pr-20 {
  padding-right: 5rem;
}

.px-20 {
  padding-left: 5rem;
  padding-right: 5rem;
}

.py-20 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.p-20 {
  padding: 5rem;
}

.mt-20 {
  margin-top: 5rem;
}

.mb-20 {
  margin-bottom: 5rem;
}

.ml-20 {
  margin-left: 5rem;
}

.mr-20 {
  margin-right: 5rem;
}

.mx-20 {
  margin-left: 5rem;
  margin-right: 5rem;
}

.my-20 {
  margin-top: 5rem;
  margin-bottom: 5rem;
}

.m-20 {
  margin: 5rem;
}

.pt-25 {
  padding-top: 6.25rem;
}

.pb-25 {
  padding-bottom: 6.25rem;
}

.pl-25 {
  padding-left: 6.25rem;
}

.pr-25 {
  padding-right: 6.25rem;
}

.px-25 {
  padding-left: 6.25rem;
  padding-right: 6.25rem;
}

.py-25 {
  padding-top: 6.25rem;
  padding-bottom: 6.25rem;
}

.p-25 {
  padding: 6.25rem;
}

.mt-25 {
  margin-top: 6.25rem;
}

.mb-25 {
  margin-bottom: 6.25rem;
}

.ml-25 {
  margin-left: 6.25rem;
}

.mr-25 {
  margin-right: 6.25rem;
}

.mx-25 {
  margin-left: 6.25rem;
  margin-right: 6.25rem;
}

.my-25 {
  margin-top: 6.25rem;
  margin-bottom: 6.25rem;
}

.m-25 {
  margin: 6.25rem;
}

.pt-30 {
  padding-top: 7.5rem;
}

.pb-30 {
  padding-bottom: 7.5rem;
}

.pl-30 {
  padding-left: 7.5rem;
}

.pr-30 {
  padding-right: 7.5rem;
}

.px-30 {
  padding-left: 7.5rem;
  padding-right: 7.5rem;
}

.py-30 {
  padding-top: 7.5rem;
  padding-bottom: 7.5rem;
}

.p-30 {
  padding: 7.5rem;
}

.mt-30 {
  margin-top: 7.5rem;
}

.mb-30 {
  margin-bottom: 7.5rem;
}

.ml-30 {
  margin-left: 7.5rem;
}

.mr-30 {
  margin-right: 7.5rem;
}

.mx-30 {
  margin-left: 7.5rem;
  margin-right: 7.5rem;
}

.my-30 {
  margin-top: 7.5rem;
  margin-bottom: 7.5rem;
}

.m-30 {
  margin: 7.5rem;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.ml-auto {
  margin-left: auto;
}

.mr-auto {
  margin-right: auto;
}

.mb-auto {
  margin-bottom: auto;
}

.mt-auto {
  margin-top: auto;
}

/* Container padding */
.container-px {
  padding-left: 24px;
  padding-right: 24px;
}
@media (min-width: 375px) {
  .container-px {
    padding-left: 24px;
    padding-right: 24px;
  }
}
@media (min-width: 576px) {
  .container-px {
    padding-left: 24px;
    padding-right: 24px;
  }
}
@media (min-width: 768px) {
  .container-px {
    padding-left: 24px;
    padding-right: 24px;
  }
}
@media (min-width: 1080px) {
  .container-px {
    padding-left: 24px;
    padding-right: 24px;
  }
}
@media (min-width: 1400px) {
  .container-px {
    padding-left: 24px;
    padding-right: 24px;
  }
}
@media (min-width: 1920px) {
  .container-px {
    padding-left: 24px;
    padding-right: 24px;
  }
}

.container-py {
  padding-top: calc(30px / 2);
  padding-bottom: calc(30px / 2);
}
@media (min-width: 375px) {
  .container-py {
    padding-top: calc(40px / 2);
    padding-bottom: calc(40px / 2);
  }
}
@media (min-width: 576px) {
  .container-py {
    padding-top: calc(50px / 2);
    padding-bottom: calc(50px / 2);
  }
}
@media (min-width: 768px) {
  .container-py {
    padding-top: calc(60px / 2);
    padding-bottom: calc(60px / 2);
  }
}
@media (min-width: 1080px) {
  .container-py {
    padding-top: calc(80px / 2);
    padding-bottom: calc(80px / 2);
  }
}
@media (min-width: 1400px) {
  .container-py {
    padding-top: calc(100px / 2);
    padding-bottom: calc(100px / 2);
  }
}
@media (min-width: 1920px) {
  .container-py {
    padding-top: calc(120px / 2);
    padding-bottom: calc(120px / 2);
  }
}

.container-pt {
  padding-top: calc(30px / 2);
  padding-bottom: calc(30px / 2);
  padding-bottom: 0;
}
@media (min-width: 375px) {
  .container-pt {
    padding-top: calc(40px / 2);
    padding-bottom: calc(40px / 2);
  }
}
@media (min-width: 576px) {
  .container-pt {
    padding-top: calc(50px / 2);
    padding-bottom: calc(50px / 2);
  }
}
@media (min-width: 768px) {
  .container-pt {
    padding-top: calc(60px / 2);
    padding-bottom: calc(60px / 2);
  }
}
@media (min-width: 1080px) {
  .container-pt {
    padding-top: calc(80px / 2);
    padding-bottom: calc(80px / 2);
  }
}
@media (min-width: 1400px) {
  .container-pt {
    padding-top: calc(100px / 2);
    padding-bottom: calc(100px / 2);
  }
}
@media (min-width: 1920px) {
  .container-pt {
    padding-top: calc(120px / 2);
    padding-bottom: calc(120px / 2);
  }
}

.container-inner-px {
  padding-left: 8px;
  padding-right: 8px;
}
@media (min-width: 375px) {
  .container-inner-px {
    padding-left: 13px;
    padding-right: 13px;
  }
}
@media (min-width: 576px) {
  .container-inner-px {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 768px) {
  .container-inner-px {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (min-width: 1080px) {
  .container-inner-px {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (min-width: 1400px) {
  .container-inner-px {
    padding-left: 35px;
    padding-right: 35px;
  }
}
@media (min-width: 1920px) {
  .container-inner-px {
    padding-left: 50px;
    padding-right: 50px;
  }
}

.container-inner-pl {
  padding-left: 8px;
  padding-right: 0;
}
@media (min-width: 375px) {
  .container-inner-pl {
    padding-left: 13px;
    padding-right: 0;
  }
}
@media (min-width: 576px) {
  .container-inner-pl {
    padding-left: 20px;
    padding-right: 0;
  }
}
@media (min-width: 768px) {
  .container-inner-pl {
    padding-left: 30px;
    padding-right: 0;
  }
}
@media (min-width: 1080px) {
  .container-inner-pl {
    padding-left: 30px;
    padding-right: 0;
  }
}
@media (min-width: 1400px) {
  .container-inner-pl {
    padding-left: 35px;
    padding-right: 0;
  }
}
@media (min-width: 1920px) {
  .container-inner-pl {
    padding-left: 50px;
    padding-right: 0;
  }
}

.container-inner-pr {
  padding-left: 0;
  padding-right: 8px;
}
@media (min-width: 375px) {
  .container-inner-pr {
    padding-left: 0;
    padding-right: 13px;
  }
}
@media (min-width: 576px) {
  .container-inner-pr {
    padding-left: 0;
    padding-right: 20px;
  }
}
@media (min-width: 768px) {
  .container-inner-pr {
    padding-left: 0;
    padding-right: 30px;
  }
}
@media (min-width: 1080px) {
  .container-inner-pr {
    padding-left: 0;
    padding-right: 30px;
  }
}
@media (min-width: 1400px) {
  .container-inner-pr {
    padding-left: 0;
    padding-right: 35px;
  }
}
@media (min-width: 1920px) {
  .container-inner-pr {
    padding-left: 0;
    padding-right: 50px;
  }
}

/* Visibility */
.display-xxs {
  display: none !important;
}

.hide-xxs {
  display: none !important;
}

@media (max-width: 374.98px) {
  .display-xs {
    display: none !important;
  }
}

@media (min-width: 375px) {
  .hide-xs {
    display: none !important;
  }
}

@media (max-width: 575.98px) {
  .display-sm {
    display: none !important;
  }
}

@media (min-width: 576px) {
  .hide-sm {
    display: none !important;
  }
}

@media (max-width: 767.98px) {
  .display-md {
    display: none !important;
  }
}

@media (min-width: 768px) {
  .hide-md {
    display: none !important;
  }
}

@media (max-width: 1079.98px) {
  .display-lg {
    display: none !important;
  }
}

@media (min-width: 1080px) {
  .hide-lg {
    display: none !important;
  }
}

@media (max-width: 1399.98px) {
  .display-xl {
    display: none !important;
  }
}

@media (min-width: 1400px) {
  .hide-xl {
    display: none !important;
  }
}

@media (max-width: 1919.98px) {
  .display-xxl {
    display: none !important;
  }
}

@media (min-width: 1920px) {
  .hide-xxl {
    display: none !important;
  }
}

/* Scrollbar */
.hide-scrollbar {
  overflow: -moz-scrollbars-none;
  -ms-overflow-style: none;
}
.hide-scrollbar::-webkit-scrollbar {
  width: 0 !important;
  display: none;
}

.rounded {
  border-radius: 20px;
}

.header {
  min-height: 100vh;
  position: relative;
}
.header .background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
}
.header .background .bg_video.video-desktop,
.header .background .bg_image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.header .background .bg_video.video-desktop img,
.header .background .bg_image img {
  min-height: 100vh;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.header .background .bg_video.video-desktop video,
.header .background .bg_image video {
  width: 100%;
  min-height: 100vh;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.header .topHeader {
  z-index: 10;
  padding-top: 20px;
  position: relative;
  transition: transform ease-in-out 0.4s;
}
.header .topHeader .mainLogo {
  position: relative;
  width: 302px;
  height: 130px;
  display: block;
}
.header .topHeader .mainLogo.home {
  display: flex;
  align-items: center;
}
.header .topHeader .mainLogo.eng .leftSide {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.header .topHeader .mainLogo.eng .leftSide span.first {
  font-size: 43px;
  margin-top: 8px;
}
.header .topHeader .mainLogo img.triglavski {
  width: auto;
  height: 93px;
  display: block;
  opacity: 1;
  transition: all ease-in-out 0.45s;
  margin-left: 14px;
  position: relative;
  top: -3px;
}
.header .topHeader .mainLogo span.first {
  font-size: 45px;
  color: #ffffff;
  transition: all ease-in-out 0.45s;
  font-family: "Sofia Sans Extra Condensed", sans-serif;
  font-weight: 300;
  display: block;
  margin-top: 4px;
  margin-bottom: 4px;
  text-transform: uppercase;
}
.header .topHeader .mainLogo img.vintgar {
  width: 176px;
  height: auto;
  display: block;
  transition: all ease-in-out 0.45s;
}
.header .topHeader.noneActive img.triglavski, .header .topHeader.active img.triglavski {
  height: 0;
  opacity: 0;
}
.header .topHeader.noneActive .mainLogo span.first, .header .topHeader.active .mainLogo span.first {
  transform: translate(0, -32px);
  font-size: 42px;
}
.header .topHeader.noneActive .mainLogo img.vintgar, .header .topHeader.active .mainLogo img.vintgar {
  width: 167px;
  transform: translate(0, -32px);
}
.header .topHeader.noneActive .mainLogo.eng span.first, .header .topHeader.active .mainLogo.eng span.first {
  transform: translate(0, 2px);
  font-size: 42px;
}
.header .topHeader.noneActive .mainLogo.eng img.vintgar, .header .topHeader.active .mainLogo.eng img.vintgar {
  width: 167px;
  transform: translate(0, 2px);
}
.header .topHeader.color.noneActive {
  transform: translateY(-150px);
  transition: transform ease-in-out 0.4s;
}
.header .topHeader.color.active {
  transform: translateY(0);
  transition: transform ease-in-out 0.4s;
}
.header .topHeader.color .mainLogo span.first {
  color: #A59C94;
}
.header .topHeader.color .mainLogo span.second {
  color: #A59C94;
}
.header .topHeader .menu-item .underlineLink {
  background-image: none;
}
.header .topHeader.zindex {
  top: 0;
  bottom: 0;
}
.header .topHeader .logo_white_big {
  opacity: 1;
  transition: all ease-in-out 0.45s;
}
.header .topHeader .logo_white_small {
  opacity: 0;
  width: 230px;
  height: 0;
  position: relative;
  top: -24px;
  transition: all ease-in-out 0.45s;
}
.header .topHeader .backgroundMenu {
  width: 100%;
  height: 0;
  position: absolute;
  top: 51px;
  left: 0;
  right: 0;
  background: #A59C94;
  display: block;
  opacity: 0;
  transition: opacity ease-in-out 0.45s;
}
.header .topHeader.noneActive {
  position: fixed;
  left: 0;
  right: 0;
  z-index: 10;
  transform: translateY(-150px);
  transition: transform ease-in-out 0.4s;
}
.header .topHeader.noneActive .backgroundMenu {
  opacity: 0.7;
  height: 36px;
}
.header .topHeader.noneActive .logo_white_big {
  opacity: 0;
  height: 0;
}
.header .topHeader.noneActive .logo_white_small {
  opacity: 1;
  height: auto;
}
.header .topHeader.active {
  position: fixed;
  left: 0;
  right: 0;
  z-index: 10;
  transform: translateY(0);
}
.header .topHeader.active .backgroundMenu {
  opacity: 0.7;
  height: 36px;
}
.header .container {
  position: relative;
  z-index: 1;
}
.header .responsiveMenuButton {
  display: none;
}
.header .responsiveMenuButton span.iconC {
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: 90%;
  color: #ffffff;
  cursor: pointer;
  margin-left: 20px;
}
.header .right {
  margin-left: auto;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-top: -2px;
}
.header .right .responsiveClose {
  display: none;
}
.header .right .menuRight {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: flex;
}
.header .right .menuRight li {
  position: relative;
  color: #ffffff;
  margin-right: 30px;
}
.header .right .menuRight li:last-child {
  margin-right: 0;
}
.header .right .menuRight li span {
  display: flex;
  height: 36px;
  line-height: 39px;
  font-size: 22px;
  align-items: center;
  font-family: "Sofia Sans Extra Condensed", sans-serif;
}
.header .right .menuRight li span.iconC {
  font-size: 24px;
  margin-left: 5px;
  border-bottom: 8px solid transparent;
  height: 44px;
}
@media (hover: hover) {
  .header .right .menuRight li span.iconC:hover {
    border-color: #279989;
  }
}
.header .right .menuRight li a {
  color: #ffffff;
  border: none;
}
.header .right .menuRight li a.button {
  height: 36px;
  padding: 0 17px;
  font-size: 22px;
  line-height: 39px;
  font-style: normal;
  font-weight: 400;
  text-transform: uppercase;
  color: #ffffff;
  background: #279989;
  display: flex;
  align-items: center;
  text-align: center;
  font-family: "Sofia Sans Extra Condensed", sans-serif;
}
@media (hover: hover) {
  .header .right .menuRight li a.button:hover {
    background: #007866;
  }
}
.header .right .menuRight li .showLanguages {
  cursor: pointer;
}
.header .right .menuRight li .showLanguages span.iconC {
  margin-top: 8px;
}
.header .right .menuRight li .lang-switcher {
  width: 200px;
  height: 0;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  top: 36px;
  right: 0;
  transition: all ease-in-out 0.45s;
}
.header .right .menuRight li .lang-switcher span, .header .right .menuRight li .lang-switcher a {
  height: auto;
  font-family: "Sofia Sans Extra Condensed", sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 90%;
  text-transform: uppercase;
  color: #ffffff;
  margin-bottom: 13px;
  display: flex;
}
.header .right .menuRight li .lang-switcher span.visible, .header .right .menuRight li .lang-switcher a.visible {
  color: #363636;
}
.header .right .menuRight li .lang-switcher.active {
  height: 90px;
  opacity: 1;
  padding: 20px;
}
@media (hover: hover) {
  .header .right .menuRight li .showSearch:hover {
    cursor: pointer;
  }
}
.header .right .menu ul {
  display: flex;
  align-items: center;
  margin: 33px 0;
}
.header .right .menu ul li {
  margin-right: 22px;
}
.header .right .menu ul li a {
  min-height: 44px;
  height: 44px;
  line-height: 39px;
  font-size: 22px;
  font-style: normal;
  text-transform: uppercase;
  color: #ffffff;
  border-bottom: 8px solid transparent;
  display: block;
  font-family: "Sofia Sans Extra Condensed", sans-serif;
  font-weight: 300;
  transition: border-color ease-in-out 0.45s;
  text-shadow: 0 0.883px 6.181px #A59C94;
}
@media (hover: hover) {
  .header .right .menu ul li a:hover {
    border-bottom: 8px solid #279989;
  }
}
.header .right .menu ul li a .menuImg {
  position: relative;
  top: 4px;
}
.header .right .menu ul li.active a {
  border-bottom: 8px solid #279989;
}
.header #searchform {
  max-width: 416px;
  height: 0;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  top: 66px;
  right: 150px;
  transition: all ease-in-out 0.45s;
  background: #A59C94;
  box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.3);
}
.header #searchform.active {
  height: 110px;
  opacity: 1;
  padding: 30px;
}
.header #searchform .input-group {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header #searchform .input-group input.field {
  border: none;
  height: 42px;
  text-indent: 10px;
}
.header #searchform .input-group .btn {
  letter-spacing: 0;
  margin-left: 10px;
}
.header .contentHeader {
  min-height: calc(100vh - 40px);
  display: flex;
  flex-direction: column;
  padding-bottom: 60px;
}
.header .contentHeader .headerButtons {
  margin-top: auto;
}
.header .homeHeader {
  margin-bottom: 12px;
}
.header .homeHeader .bannerTitle {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.header .homeHeader .bannerTitle h1 {
  color: #ffffff;
  font-size: 160px;
  font-style: normal;
  font-weight: 400;
  line-height: 70%;
  text-align: right;
  text-shadow: 0 1px 7px #29575A;
  font-family: "Water Brush", cursive;
}
.header .homeHeader .weather {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.header .homeHeader .weather span.iconC {
  font-size: 50px;
  color: #ffffff;
  display: block;
}
.header .homeHeader .weather span.temperature {
  font-size: 32px;
  font-style: normal;
  font-weight: 800;
  line-height: 90%;
  text-transform: uppercase;
  color: #ffffff;
  display: block;
  margin-top: 7px;
  font-family: "Sofia Sans Condensed", sans-serif;
}
.header .homeHeader .weather span.temperature sup {
  top: -5px;
}
.header .homeHeader .weather span.temperature.far {
  margin-top: 3px;
  font-weight: 400;
  font-family: "Sofia Sans Condensed", sans-serif;
}
.header .homeHeader .site-notification {
  width: 100%;
}
.header .homeHeader .site-notification .site-notification-wrapper {
  width: 100%;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.3);
  padding: 25px 25px 60px 25px;
  margin-bottom: 13px;
}
.header .homeHeader .site-notification .site-notification-wrapper h2 {
  color: #363636;
  margin: 0 0 8px 0;
}
.header .homeHeader .site-notification .site-notification-wrapper p {
  margin-bottom: 0;
}
.header.small {
  min-height: 260px;
}
.header.small .subLogo {
  display: block;
}
.header.small .subLogo.eng {
  position: relative;
  top: 23px;
}
.header.small .smallLogo {
  width: 180px;
  position: relative;
  top: 1px;
}
.header.small .topHeader .backgroundMenu {
  display: block;
  opacity: 0.7;
  height: 36px;
}
.header.small .right .menuRight li a.button {
  box-shadow: none;
}
.header .rightMenuWrapper {
  position: relative;
}
.header.big .topHeader {
  position: fixed;
  left: 0;
  right: 0;
  z-index: 10;
  transform: translateY(0);
  transition: transform ease-in-out 0.4s;
}
.header.big .homeHeader {
  padding-top: 150px !important;
  height: calc(100vh - 150px);
}
.header.big .homeHeader .customC {
  display: flex;
  justify-content: space-between;
  position: relative;
  padding-right: 82px;
}
.header.big .homeHeader .customC .weather {
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  margin-left: 32px;
  text-align: center;
}
.header.big .homeHeader .customC .bannerTitle {
  max-width: 40%;
}
.header.big .homeHeader .customC .bannerTitle h1 {
  text-shadow: 0 0.883px 6.181px #29575A;
}
.header.big .homeHeader .customC .rightSide {
  display: flex;
  flex-direction: column;
  width: calc(40% - 6px);
  position: relative;
  justify-content: flex-end;
}
.header.big .homeHeader .customC .rightSide .site-notification {
  width: 100%;
  margin-top: auto;
}
.quickLinks {
  padding-right: 82px;
}
.quickLinks ul {
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  gap: 10px;
}
.quickLinks ul li {
  width: 20%;
}
.quickLinks ul li a {
  width: 100%;
  background: #A59C94 !important;
}
.quickLinks ul li a::before {
  background: #77706A !important;
}

.scrollDown {
  width: 24px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 12px auto 0 auto;
  position: absolute;
  bottom: 20px;
  left: calc(50% - 12px);
  cursor: pointer;
  transition: all ease-in-out 0.45s;
}
.scrollDown span.iconC {
  color: #279989;
  font-size: 50px;
}
@media (hover: hover) {
  .scrollDown:hover span.iconC {
    color: #A59C94;
  }
}

.responsiveContentFromHeader {
  display: none;
}

html[lang=en-US] .subPage .mainTitle {
  margin-top: -100px;
}

@media only screen and (max-width: 1100px) {
  .header.big .homeHeader {
    height: calc(100vh - 210px);
  }
  .header.big .homeHeader .customC {
    flex-direction: column;
    align-items: center;
    padding-right: 0;
  }
  .header.big .homeHeader .customC .rightSide {
    max-width: 400px;
    width: 100%;
  }
  .header .contentHeader .headerButtons .quickLinks {
    padding-right: 0;
  }
  .header .responsiveMenuButton {
    width: auto;
    position: absolute;
    top: 38px;
    right: 24px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
  .header #searchform {
    right: 0;
  }
  .header.small #searchform {
    top: 67px;
  }
  .header.big .responsiveMenuButton {
    right: 2px;
  }
  .header.kids-header .customC {
    align-items: initial !important;
    padding: 0 !important;
  }
  .header.kids-header .customC .bannerTitle {
    width: max(320px, 50%) !important;
    max-width: 100% !important;
    margin-top: 120px;
  }
  .header .right {
    width: 360px;
    height: 100%;
    transform: translateX(100%);
    transition: transform ease-in-out 0.4s;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    background: #A59C94;
    padding: 59px 48px 68px 78px;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
  }
  .header .right .responsiveClose {
    display: block;
    position: relative;
    margin-bottom: 45px;
  }
  .header .right .responsiveClose .closeMenuButton {
    position: absolute;
    font-size: 28px;
    font-style: normal;
    font-weight: 400;
    line-height: 90%;
    color: #ffffff;
    cursor: pointer;
    top: 1px;
    left: -53px;
  }
  .header .right .responsiveClose img.smallLogo {
    width: 169px;
    display: block;
  }
  .header .right .menu ul {
    margin: 0 0 0 -20px;
    padding: 0;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
  }
  .header .right .menu ul li a {
    min-height: 47px;
    border-bottom: none;
    padding-left: 12px;
    border-left: 8px solid transparent;
    display: flex;
    align-items: center;
    padding-top: 2px;
  }
}
@media only screen and (max-width: 1100px) and (hover: hover) {
  .header .right .menu ul li a:hover {
    border-bottom: none;
    text-decoration: underline;
  }
}
@media only screen and (max-width: 1100px) {
  .header .right .menu ul li.active a {
    border-bottom: none;
    border-left: 8px solid #279989;
  }
  .header .right .menuRight {
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    margin-top: 5px;
  }
  .header .right .menuRight li {
    width: 100%;
  }
  .header .right .menuRight li span.icon-ico_search {
    display: none;
  }
  .header .right .menuRight li a.button {
    min-width: 136px;
  }
  .header .right .menuRight li:last-child {
    margin-top: 30px;
    border-top: 1px solid #77706A;
    padding-top: 22px;
  }
  .header .right .menuRight li .lang-switcher {
    position: relative;
    padding: 0;
    padding-top: 3px;
    box-shadow: none;
    top: 10px;
  }
  .header .right .menuRight li .lang-switcher.active {
    padding: 0;
    padding-top: 3px;
  }
  .header .right.open {
    transform: translateX(0);
  }
}
@media only screen and (max-width: 768px) {
  .header .rightMenuWrapper {
    position: unset;
  }
  .header.big .responsiveMenuButton {
    right: 24px;
  }
  .header .homeHeader .bannerTitle h1 {
    margin: 50px 0;
    padding: 0;
    text-align: center;
    font-size: 120px;
  }
  .header #searchform {
    right: 24px;
  }
  .header.small {
    min-height: 160px;
  }
  .header.small .smallLogo {
    width: 168px;
    position: relative;
    top: 4px;
  }
  .header.small .right .responsiveClose img.smallLogo {
    top: 0;
  }
  .header.small .container.noResponsive {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 24px;
  }
  .header.small .container.noResponsive .content-start-md-1 {
    grid-column-start: 1 content-start;
    width: 170px;
  }
  .header.small .container.noResponsive .content-start-md-4 {
    grid-column-start: none;
    width: 100px;
  }
  .header.small .container.noResponsive .content-start-md-5 {
    grid-column-start: none;
  }
  .header.small .columns {
    grid-gap: 32px;
    display: flex;
    flex-direction: column;
  }
  .header .headerButtons .quickLinks ul {
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
  }
  .header .headerButtons .quickLinks ul li {
    width: calc(33.33% - 7px);
  }
}
@media only screen and (max-width: 650px) {
  .header.big .homeHeader .customC .weather,
  .header.big .homeHeader .customC .rightSide {
    display: none;
  }
  .header.big .homeHeader .customC .bannerTitle h1 {
    font-size: 100px;
    text-align: right;
  }
  .header .contentHeader .headerButtons .container {
    display: none;
  }
  .scrollDown span.iconC {
    font-size: 28px;
  }
  .responsiveContentFromHeader {
    display: block;
    padding: 30px 0;
  }
  .responsiveContentFromHeader .site-notification-wrapper {
    width: 100%;
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.3);
    padding: 25px 25px 60px 25px;
    margin-bottom: 13px;
  }
  .responsiveContentFromHeader .site-notification-wrapper h2 {
    color: #363636;
    margin: 0 0 8px 0;
  }
  .responsiveContentFromHeader .site-notification-wrapper p {
    margin-bottom: 0;
  }
  .responsiveContentFromHeader .rightSide {
    padding: 0 1.5rem;
  }
  .responsiveContentFromHeader .quickLinks {
    margin-top: 12px;
    padding: 0;
  }
  .responsiveContentFromHeader .quickLinks ul {
    flex-direction: column;
  }
  .responsiveContentFromHeader .quickLinks ul li {
    width: 100%;
  }
}
@media only screen and (max-width: 600px) {
  /*home logo size*/
  .header .topHeader .mainLogo span.first {
    font-size: 37px;
  }
  .header .topHeader .mainLogo img.vintgar {
    width: 143px;
  }
  .header .topHeader .mainLogo img.triglavski {
    width: 160px;
    top: 0;
  }
}
@media only screen and (max-width: 500px) {
  /*home logo size*/
  .header #searchform {
    left: 0;
    right: 0;
    width: 100%;
    max-width: 100%;
    top: 67px;
  }
  .header #searchform.active {
    height: 85px;
    opacity: 1;
    padding: 20px;
  }
  .header #searchform .input-group input.field {
    max-width: calc(100% - 120px);
    width: 100%;
  }
}
@media only screen and (max-width: 480px) {
  .header.big .topHeader {
    padding-top: 11px;
  }
  .header.big .topHeader .backgroundMenu {
    top: 42px;
  }
  .header.big .topHeader .mainLogo.home {
    width: 100%;
    position: relative;
    top: 60px;
  }
  .header.big .topHeader.noneActive .mainLogo span.first, .header.big .topHeader.active .mainLogo span.first {
    transform: translate(0, -88px);
  }
  .header.big .topHeader.noneActive .mainLogo img.vintgar, .header.big .topHeader.active .mainLogo img.vintgar {
    transform: translate(0, -92px);
  }
  /*home logo size*/
  .header .topHeader .mainLogo span.first {
    font-size: 37px;
  }
  .header .topHeader .mainLogo img.vintgar {
    width: 143px;
  }
  .header .topHeader .mainLogo img.triglavski {
    width: 160px;
    top: 0;
  }
  .header .topHeader {
    padding-top: 12px;
  }
  .header .topHeader .backgroundMenu {
    top: 43px;
  }
}
footer.footer {
  position: relative;
  z-index: 0;
}
footer.footer .zigZagOut {
  -webkit-clip-path: polygon(0 300px, 30% 340px, 70% 0, 100% 170px, 100% 100%, 70% 100%, 30% 100%, 0 100%);
          clip-path: polygon(0 300px, 30% 340px, 70% 0, 100% 170px, 100% 100%, 70% 100%, 30% 100%, 0 100%);
}
footer.footer .zigZagOut .zigZagIn {
  min-height: unset;
  background: #77706A;
  -webkit-clip-path: polygon(0 320px, 30% 410px, 70% 75px, 100% 200px, 100% 100%, 70% 100%, 30% 100%, 0 100%);
          clip-path: polygon(0 320px, 30% 410px, 70% 75px, 100% 200px, 100% 100%, 70% 100%, 30% 100%, 0 100%);
}
footer.footer .zigZagOut .zigZagIn .contentWrapper {
  padding: 200px 0 100px 0;
  color: #ffffff;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}
footer.footer .zigZagOut .zigZagIn .contentWrapper a {
  color: #B4F1E8;
}
footer.footer .zigZagOut .zigZagIn .contentWrapper .container .responsiveDescription {
  display: none;
}
footer.footer .zigZagOut .zigZagIn .contentWrapper .container .content {
  padding: 0;
}
footer.footer .zigZagOut .zigZagIn .contentWrapper .container .content.rightBorder {
  border-right: 1px solid rgba(0, 0, 0, 0.2);
}
footer.footer .zigZagOut .zigZagIn .contentWrapper .container .content.withPadding {
  padding: 10px 25px 10px 0;
}
footer.footer .zigZagOut .zigZagIn .contentWrapper .container .content.withPadding p {
  margin-top: 0;
}
footer.footer .zigZagOut .zigZagIn .contentWrapper .container .content hr.footer {
  width: 100%;
  height: 4px;
  background: rgba(0, 0, 0, 0.2);
  border: none;
  display: block;
  margin: 20px 0;
}
footer.footer .zigZagOut .zigZagIn .contentWrapper .container .content .socials {
  display: flex;
  margin: 20px 0;
}
footer.footer .zigZagOut .zigZagIn .contentWrapper .container .content .socials a {
  width: 52px;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #77706A;
  margin-right: 10px;
  background: #B4F1E8;
  border-radius: 100%;
  font-size: 30px;
  transition: all ease-in-out 0.45s;
  position: relative;
  overflow: hidden;
}
footer.footer .zigZagOut .zigZagIn .contentWrapper .container .content .socials a::before {
  content: "";
  display: block;
  position: absolute;
  pointer-events: none;
  opacity: 0.45;
  width: 0;
  height: 0;
  padding-top: 0;
  z-index: 0;
  top: var(--top, 0px);
  left: var(--left, 0px);
  background: #007866;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  transition: width 0.4s ease-in-out, padding-top 0.4s ease-in-out;
}
footer.footer .zigZagOut .zigZagIn .contentWrapper .container .content .socials a > span {
  position: relative;
  z-index: 1;
}
footer.footer .zigZagOut .zigZagIn .contentWrapper .container .content .socials a:hover {
  color: #ffffff;
}
footer.footer .zigZagOut .zigZagIn .contentWrapper .container .content .socials a:hover::before {
  width: 250%;
  padding-top: 250%;
}
footer.footer .zigZagOut .zigZagIn .contentWrapper .container .content a.linkWithArrow {
  font-size: 18px;
  align-items: center;
}
footer.footer .zigZagOut .zigZagIn .contentWrapper .container .content a.linkWithArrow span.iconC {
  font-size: 24px;
}
footer.footer .zigZagOut .zigZagIn .contentWrapper .container .content .partner {
  display: flex;
  align-items: flex-start;
  height: 100%;
}
footer.footer .zigZagOut .zigZagIn .contentWrapper .container .content .partner a {
  width: 140px;
  max-width: 100%;
  margin-right: 25px;
}
footer.footer .zigZagOut .zigZagIn .contentWrapper .container .content .partner a img {
  width: 100%;
  min-width: 140px;
}
footer.footer .zigZagOut .zigZagIn .contentWrapper .container .content .partner .text_partner {
  width: calc(100% - 165px);
  height: 100%;
  display: flex;
  flex-direction: column;
}
footer.footer .zigZagOut .zigZagIn .contentWrapper .container .content .partner .text_partner a {
  margin-top: auto;
}
footer.footer .zigZagOut .zigZagIn .contentWrapper .container .content.bottom {
  text-align: center;
  justify-content: center;
  font-size: 14px;
}
footer.footer .zigZagOut .zigZagIn .contentWrapper .container .content.bottom p {
  margin: 0 0 5px 0;
}
footer.footer .zigZagOut .zigZagIn .contentWrapper .container .content.bottom #footer_bottom ul {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0;
}
footer.footer .zigZagOut .zigZagIn .contentWrapper .container .content.bottom #footer_bottom ul li {
  margin-right: 20px;
}
footer.footer .zigZagOut .zigZagIn .contentWrapper .container .content.bottom #footer_bottom ul li:last-child {
  margin-right: 0;
}

@media only screen and (max-width: 768px) {
  footer.footer .zigZagOut {
    margin-top: -30px;
    -webkit-clip-path: polygon(0 88px, 30% 118px, 70% 0, 100% 25px, 100% 100%, 70% 100%, 30% 100%, 0 100%);
            clip-path: polygon(0 88px, 30% 118px, 70% 0, 100% 25px, 100% 100%, 70% 100%, 30% 100%, 0 100%);
  }
  footer.footer .zigZagOut .zigZagIn {
    -webkit-clip-path: polygon(0 106px, 30% 146px, 70% 28px, 100% 43px, 100% 100%, 70% 100%, 30% 100%, 0 100%);
            clip-path: polygon(0 106px, 30% 146px, 70% 28px, 100% 43px, 100% 100%, 70% 100%, 30% 100%, 0 100%);
  }
  footer.footer .zigZagOut .zigZagIn .contentWrapper {
    padding: 160px 0 50px 0;
  }
  footer.footer .zigZagOut .zigZagIn .contentWrapper .container .responsiveDescription {
    display: block;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    padding-bottom: 25px;
  }
  footer.footer .zigZagOut .zigZagIn .contentWrapper .container .content.withPadding {
    padding: 20px 0 0 0;
  }
  footer.footer .zigZagOut .zigZagIn .contentWrapper .container .content.withPadding.rightBorder {
    padding: 0 0 20px 0;
  }
  footer.footer .zigZagOut .zigZagIn .contentWrapper .container .content.rightBorder {
    border-right: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  }
  footer.footer .zigZagOut .zigZagIn .contentWrapper .container .description {
    display: none;
  }
}
/* Base button style */
button {
  padding: 0;
  background-color: rgba(0, 0, 0, 0);
  border: none;
  outline: none;
  -webkit-tap-highlight-color: transparent;
  cursor: pointer;
}

.btn-primary,
.link-primary {
  display: block;
  padding: 10px 15px;
  font-size: 1rem;
  line-height: 1rem;
  letter-spacing: 3px;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  border: none;
  outline: none;
  cursor: pointer;
  transition: color 0.45s ease-in-out;
}
@media (min-width: 576px) {
  .btn-primary,
  .link-primary {
    padding: 15px 25px;
  }
}

/* Menu button */
.btn-menu {
  opacity: 1;
  position: relative;
  height: 24px;
  width: 30px;
  transition: opacity 1s ease-in-out;
}
.btn-menu span {
  position: absolute;
  display: block;
  height: 2px;
  width: 100%;
  background: #fff;
  transition: all 0.15s ease-in-out;
}
.btn-menu span:nth-child(1) {
  top: 0;
}
.btn-menu span:nth-child(2) {
  top: 50%;
  transform: translateY(-50%);
}
.btn-menu span:nth-child(3) {
  bottom: 0;
}

header.menu-is-active .btn-menu span {
  background-color: #fff;
}
header.menu-is-active .btn-menu span:nth-child(1) {
  top: 11px;
  transform: rotate(-45deg);
}
header.menu-is-active .btn-menu span:nth-child(2) {
  opacity: 0;
}
header.menu-is-active .btn-menu span:nth-child(3) {
  top: 11px;
  bottom: auto;
  transform: rotate(-135deg);
}

.accordion_trigger {
  text-align: left;
}

.checkbox-holder {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-flow: row wrap;
}
.checkbox-holder .checkbox-input {
  position: relative;
  flex: 0 0 20px;
}
.checkbox-holder .checkbox-input input {
  position: absolute;
  display: block;
  opacity: 0;
  left: 0;
  top: 0;
  width: 18px;
  height: 18px;
  margin: 0;
  margin-top: inherit;
  cursor: pointer;
}
.checkbox-holder .checkbox-input input:checked + .faux-checkbox svg {
  transform: scale(1);
}
.checkbox-holder .checkbox-input .faux-checkbox {
  display: block;
  width: 18px;
  height: 18px;
  background-color: #000000;
  border-radius: 3px;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.checkbox-holder .checkbox-input svg {
  transform: scale(0);
  margin: 2px;
}
.checkbox-holder .checkbox-input .check-stroke {
  stroke: #fff;
}
.checkbox-holder .checkbox-text {
  flex: 0 1 calc(100% - 30px);
  margin: 0;
  text-align: left;
  line-height: 20px;
}
.checkbox-holder .checkbox-text p {
  padding-left: 10px;
  margin: 0;
}

/* <label class="checkbox-holder pt-3">

<div class="checkbox-input">
  <input
    id="checkbox-terms"
    type="checkbox"
    class="checkbox"
    name="terms"
  >

  <!-- Check icon -->
  <div class="faux-checkbox">
    <svg
      xmlns="http://www.w3.org/2000/svg"
      viewBox="0 0 24 24"
      aria-hidden="true"
      focusable="false"
    >
      <path
        class="check-stroke"
        fill="none"
        stroke-width="3"
        d="M1.73 12.91l6.37 6.37L22.79 4.59"
      ></path>
    </svg>
  </div>
</div>

<div class="checkbox-text">
  <p>
    Strinjam se s <a href="#">splošnimi pogoji poslovanja</a>
  </p>
</div>

</label> */
.form-control {
  outline: none;
  box-shadow: none;
}
.form-control::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  font-weight: normal;
  font-style: normal;
  color: #000000;
  font-size: 0.9rem;
}
.form-control::-moz-placeholder {
  /* Firefox 19+ */
  font-weight: normal;
  font-style: normal;
  color: #000000;
  font-size: 0.9rem;
}
.form-control:-ms-input-placeholder {
  /* IE 10+ */
  font-weight: normal;
  font-style: normal;
  color: #000000;
  font-size: 0.9rem;
}
.form-control:-moz-placeholder {
  /* Firefox 18- */
  font-weight: normal;
  font-style: normal;
  color: #000000;
  font-size: 0.9rem;
}

.swiper-slide {
  -webkit-transform: translateZ(0);
  -webkit-backface-visibility: hidden;
}

.whiteWindow {
  background: rgba(255, 255, 255, 0.8);
  padding: 36px 70px 36px 70px;
}
.whiteWindow.height100 {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.whiteWindow.height50 {
  height: calc(50% - 6px);
  display: flex;
  flex-direction: column;
}
.whiteWindow.p-20-25 {
  padding: 20px 25px;
}
.whiteWindow p {
  margin-top: 0;
}
.whiteWindow .cta_buttons {
  display: flex;
  justify-content: center;
}
.whiteWindow h2 {
  margin-top: 0;
}

.slider-cards .slides-cards .slide-card {
  background: rgba(255, 255, 255, 0.8);
  display: flex;
  flex-direction: column;
  height: auto;
}
.slider-cards .slides-cards .slide-card .p-6 {
  display: flex;
  flex-direction: column;
  height: 100%;
  box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, 0.3019607843);
}
.slider-cards .slides-cards .slide-card img {
  width: 100%;
  aspect-ratio: 1.34;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  margin-bottom: 11px;
  display: block;
}
.slider-cards .slides-cards .slide-card span.font_h5 {
  display: block;
  margin-bottom: 5px;
  font-weight: 800;
}
.slider-cards .slides-cards .slide-card h4 {
  margin: 0;
  font-weight: 800;
}
.slider-cards .slides-cards .slide-card .description {
  margin-bottom: 20px;
}
.slider-cards .slides-cards .slide-card .linkWithArrow {
  margin-top: auto;
  font-weight: 800;
  font-family: "Sofia Sans Extra Condensed", sans-serif;
}

/*transportation*/
.transportation a.transportation-method {
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden;
  transition: background ease-in-out 0.45s, color ease-in-out 0.45s;
  color: #363636;
}
.transportation a.transportation-method h2 {
  transition: color ease-in-out 0.45s;
}
.transportation a.transportation-method::before {
  content: "";
  display: block;
  position: absolute;
  pointer-events: none;
  opacity: 0.45;
  width: 0;
  height: 0;
  padding-top: 0;
  z-index: 0;
  top: var(--top, 0px);
  left: var(--left, 0px);
  background: #77706A;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  transition: width 0.5s ease-in-out, padding-top 0.5s ease-in-out;
}
.transportation a.transportation-method > * {
  position: relative;
  z-index: 1;
}
.transportation a.transportation-method:hover {
  color: #ffffff !important;
}
.transportation a.transportation-method:hover::before {
  width: 500%;
  padding-top: 500%;
}
.transportation a.transportation-method:hover h2 {
  color: #ffffff !important;
}
.transportation a.transportation-method .iconC.topAuto {
  font-size: 24px;
}
.transportation a.transportation-method.green-bg::before {
  background: #007866;
}
.transportation .transportation-method {
  margin-bottom: 13px;
}
.transportation .transportation-method:last-child {
  margin: 0;
}
.transportation .transportation-method.big {
  height: 100%;
}
.transportation .transportation-method.flex {
  display: flex;
  flex-direction: column;
}
.transportation .transportation-method.flex img {
  margin-top: auto;
}
.transportation .transportation-method .iconC {
  font-size: 50px;
}
.transportation .transportation-method .transportation-other {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.transportation .transportation-method .transportation-other li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.transportation .transportation-method .transportation-other li:last-child {
  border: none;
}
.transportation .transportation-method .transportation-other li a {
  color: #ffffff;
  display: flex;
  align-items: center;
  padding: 13px 0;
  font-family: "Sofia Sans Extra Condensed", sans-serif;
}
.transportation .transportation-method .transportation-other li a .iconC {
  font-size: 28px;
}
.transportation .transportation-method .transportation-other li a .iconC.icon-ico_arrow_rg {
  margin-left: auto;
}
.transportation .transportation-method .transportation-other li a span.font-22.underlineLink {
  font-weight: 300;
  margin-left: 8px;
  display: block;
  text-transform: uppercase;
}
.transportation .transportation-method .transportation-other li a:hover label {
  text-decoration: underline;
  cursor: pointer;
}

/*shortcuts*/
.mainTitle .shortcuts {
  border-top: 4px solid #E1DDDA;
}

.shortcuts .green .shortcut {
  background: #279989;
}
.shortcuts .green .shortcut::before {
  background: #007866;
}
.shortcuts .shortcut {
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden;
  background: #A59C94;
  padding: 22px 30px 30px 30px;
  height: 100%;
  box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.3);
  transition: background ease-in-out 0.45s;
  color: #ffffff;
}
.shortcuts .shortcut::before {
  content: "";
  display: block;
  position: absolute;
  pointer-events: none;
  opacity: 0.45;
  width: 0;
  height: 0;
  padding-top: 0;
  z-index: 0;
  top: var(--top, 0px);
  left: var(--left, 0px);
  background: #77706A;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  transition: width 0.5s ease-in-out, padding-top 0.5s ease-in-out;
}
.shortcuts .shortcut > * {
  position: relative;
  z-index: 1;
}
.shortcuts .shortcut span.iconC_50 {
  font-size: 50px;
}
.shortcuts .shortcut h4 {
  margin: 0;
}
.shortcuts .shortcut span.icon-ico_arrow_rg {
  display: block;
  margin-top: auto;
}
.shortcuts .shortcut:hover::before, .shortcuts .shortcut:focus::before {
  width: 500%;
  padding-top: 500%;
}

.responsible-visit .withBorder {
  border-top: 4px solid #E1DDDA;
  padding-top: 20px;
}
.responsible-visit .accordion_item {
  display: flex;
  align-items: flex-start;
  padding-bottom: 22px;
}
.responsible-visit .accordion_item .underlineLink {
  background: none;
}
.responsible-visit .accordion_item .accordionIcon {
  width: 84px;
  min-width: 84px;
  height: 84px;
  background: #A59C94;
  margin-right: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
}
.responsible-visit .accordion_item .accordionIcon span.iconC {
  font-size: 50px;
  color: #ffffff;
}
.responsible-visit .accordion_item .accordion_data h3 {
  font-family: "Sofia Sans", sans-serif;
  margin: 0;
  padding: 0;
  line-height: 120%;
  font-weight: 800;
  color: #000000;
}
.responsible-visit .accordion_item .accordion_data span.readMore {
  display: flex;
  align-items: center;
  color: #279989;
  cursor: pointer;
}
.responsible-visit .accordion_item .accordion_data span.readMore span.iconC {
  margin-left: 5px;
}

.block-maps hr.break {
  width: 100%;
  height: 4px;
  background: #E1DDDA;
  border: none;
  margin: 90px 0 20px 0;
}
.block-maps .tabsHeader {
  display: flex;
  align-items: flex-end;
  padding-left: 24px;
}
.block-maps .tabsHeader h5 {
  border-left: 1px solid #E1DDDA;
  max-width: 140px;
  min-height: 80px;
  padding: 0 40px 5px 15px;
  color: #279989;
  border-bottom: 9px solid transparent;
  margin: 0 20px 0 0;
  cursor: pointer;
  transition: color ease-in-out 0.45s;
  position: relative;
}
.block-maps .tabsHeader h5.active {
  cursor: default;
  color: #77706A;
  border-bottom: 9px solid #279989;
}
.block-maps .tabsHeader h5.active .underlineLink {
  background-image: none;
}
.block-maps .tabsHeader h5 img {
  position: absolute;
}
.block-maps .tabsHeader h5.vintgarMap img {
  width: 48px;
  top: -73px;
  left: -24px;
}
.block-maps .tabsHeader h5.vintgarSurroundingsMap img {
  width: 32px;
  top: -48px;
  left: -16px;
}
.block-maps .tabsHeader h5.julianAlpsMap img {
  width: 16px;
  top: -24px;
  left: -8px;
}

.videoPopUp {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}

.popup_btn {
  width: auto;
  height: 42px;
  padding: 0 12px;
  background: #279989;
  color: #ffffff;
  box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.3);
  margin: 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  position: relative;
  font-family: "Sofia Sans Extra Condensed", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 90%;
  text-transform: uppercase;
  cursor: pointer;
  transition: background ease-in-out 0.45s;
}
.popup_btn span.iconC {
  display: block;
  margin-right: 10px;
  font-size: 28px;
}
.popup_btn::before {
  content: "";
  display: block;
  position: absolute;
  pointer-events: none;
  opacity: 0.45;
  width: 0;
  height: 0;
  padding-top: 0;
  z-index: 0;
  top: var(--top, 0px);
  left: var(--left, 0px);
  background: #007866;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  transition: width 0.4s ease-in-out, padding-top 0.4s ease-in-out;
}
.popup_btn > * {
  position: relative;
  z-index: 1;
}
.popup_btn:hover::before {
  width: 250%;
  padding-top: 250%;
}

.popup_content {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.8);
  z-index: -10;
  opacity: 0;
  transition: opacity ease-in-out 0.45s;
  height: 0;
  overflow: hidden;
}
.popup_content .popupWrapper {
  position: relative;
  max-width: 640px;
  width: 100%;
  padding: 0 20px;
}
.popup_content .popupWrapper .relative {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%; /* 16:9 Aspect Ratio (100%/16*9 = 56.25%) */
}
.popup_content .popupWrapper .relative iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.popup_content .popupWrapper .iconC {
  position: absolute;
  top: -30px;
  right: 0;
  color: #ffffff;
  cursor: pointer;
  transition: color ease-in-out 0.45s;
}
.popup_content .popupWrapper .iconC:hover {
  color: #279989;
}
.popup_content.active {
  opacity: 1;
  z-index: 9999;
  height: auto;
  overflow: unset;
}

@media only screen and (max-width: 768px) {
  .whiteWindow {
    padding: 40px 20px;
  }
  .block-maps {
    margin-top: 30px;
  }
  .block-maps .tabsHeader h5 {
    min-height: 60px;
    margin: 0;
    padding: 0 10px 0 10px;
    font-size: 20px;
  }
}
.faq .btn {
  margin: 0 0 50px 0;
}
.faq .accordion {
  margin-bottom: 25px;
}
.faq .accordion_item:last-child .accordion_data {
  border-bottom: 1px solid #E1DDDA;
}
.faq .accordion_item .accordion_data {
  padding: 14px 0 20px 0;
  border-top: 1px solid #E1DDDA;
}
.faq .accordion_item .accordion_data .trigger-holder {
  min-height: 45px;
  display: flex;
  justify-content: space-between;
  align-items: start;
  gap: 1rem;
}
.faq .accordion_item .accordion_data h3 {
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  font-family: "Sofia Sans", sans-serif;
  color: #279989;
  text-align: initial;
}
.faq .accordion_item .accordion_data span.readMore {
  color: #279989;
  cursor: pointer;
}
.faq .accordion_item .accordion_data span.readMore span.more {
  display: none;
}

.swiperCustomWrapper {
  position: relative;
}
.swiperCustomWrapper .slides-cards-navigation .swiper-button-next:after, .swiperCustomWrapper .slides-cards-navigation .swiper-button-prev:after {
  display: none;
}
.swiperCustomWrapper .slides-cards-navigation span.iconC {
  color: #ffffff;
  font-size: 84px;
}
.swiperCustomWrapper .slides-cards-navigation .swiper-button-next {
  right: -40px;
}
.swiperCustomWrapper .slides-cards-navigation .swiper-button-prev {
  left: -40px;
}

@media only screen and (max-width: 768px) {
  .swiperCustomWrapper {
    padding: 0 40px;
  }
  .swiperCustomWrapper .slides-cards-navigation span.iconC {
    font-size: 44px;
  }
  .swiperCustomWrapper .slides-cards-navigation .swiper-button-next {
    right: 0;
  }
  .swiperCustomWrapper .slides-cards-navigation .swiper-button-prev {
    left: 0;
  }
}
@media (max-width: 320px) {
  .swiperCustomWrapper {
    padding: 10px;
  }
  .swiperCustomWrapper .slides-cards-navigation .swiper-button-prev {
    left: -20px;
  }
  .swiperCustomWrapper .slides-cards-navigation .swiper-button-next {
    right: -20px;
  }
}
@media (min-width: 769px) {
  .gutenberg-block.kids-cards .zigZagOut .contentWrapper {
    padding: 440px 0;
  }
  #al_heroes .zigZagOut .contentWrapper {
    padding-top: 360px;
    padding-bottom: 440px;
  }
}
@media (min-width: 1079px) {
  .single-points .kids_colors .banner-photo .zigZagOut .contentWrapper {
    padding: 320px 0;
  }
}
.accordion_item .readMore .iconC {
  display: inline-block;
  transition: transform 0.4s ease;
}
.accordion_item.animation-open .readMore .iconC, .accordion_item.open .readMore .iconC {
  transform: rotate(180deg);
}
.accordion_item.animation-close .readMore .iconC {
  transform: rotate(0deg);
}
.accordion_item .wysiwyg *:first-child {
  margin-top: 0;
}
.accordion_item .wysiwyg *:last-child {
  margin-bottom: 0;
}

.subPage .mainTitle {
  margin-top: -130px;
  margin-bottom: 55px;
}
.subPage .mainTitle .water-brush-regular {
  margin-bottom: 10px;
}
.subPage .top_nav ul {
  list-style-type: none;
  margin: 0 0 15px 0;
  padding: 0;
  display: flex;
  align-items: center;
}
.subPage .top_nav ul li {
  border-bottom: 8px solid transparent;
}
.subPage .top_nav ul li.dot {
  display: flex;
}
.subPage .top_nav ul li.dot span {
  margin-top: -5px;
}
.subPage .top_nav ul li.dot:last-child {
  display: none;
}
.subPage .top_nav ul li.active {
  border-color: #279989;
}
.subPage .top_nav ul li.active a {
  color: #77706A;
  pointer-events: none;
  cursor: default;
}
.subPage .top_nav ul li.active a .underlineLink {
  background-image: none;
}
.subPage .top_nav ul li a {
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: 90%;
  text-transform: uppercase;
  font-family: "Sofia Sans Extra Condensed", sans-serif;
  color: #279989;
  display: block;
  padding-bottom: 5px;
}
.subPage .sideMenu {
  border-top: 1px solid #279989;
  border-right: 1px solid #E1DDDA;
}
.subPage .sideMenu .side-navigation {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.subPage .sideMenu .side-navigation li {
  position: relative;
  margin-right: 4px;
}
.subPage .sideMenu .side-navigation li a {
  padding: 12px 10px;
  display: flex;
  align-items: center;
  color: #279989;
  font-size: 22px;
  font-style: normal;
  font-weight: 300;
  line-height: 90%;
  text-transform: uppercase;
  font-family: "Sofia Sans Extra Condensed", sans-serif;
  border-bottom: 1px solid #E1DDDA;
}
.subPage .sideMenu .side-navigation li a span.iconC {
  font-size: 28px;
  margin-right: 5px;
}
.subPage .sideMenu .side-navigation li a:hover {
  color: #279989;
}
.subPage .sideMenu .side-navigation li span.rightBorder {
  width: 4px;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  border-bottom: 1px solid #ffffff;
  right: -4px;
  background: #ffffff;
}
.subPage .sideMenu .side-navigation li.active span.rightBorder {
  background: #279989;
}
.subPage .sideMenu .side-navigation li.active a {
  background: #A59C94;
  color: #ffffff;
}
.subPage .sideMenu .side-navigation li.openSideMenu {
  height: 50px;
  display: none;
  padding: 10px;
  border-bottom: 1px solid #279989;
  cursor: pointer;
  position: relative;
  border-right: none;
  margin-right: 4px;
}
.subPage .sideMenu .side-navigation li.openSideMenu span.iconC {
  color: #279989;
  position: absolute;
  right: 10px;
}
.subPage .sideMenu .side-navigation li.openSideMenu span.iconC:last-child {
  right: 3px;
}
.subPage .sideMenu .side-navigation li.openSideMenu:hover span.iconC {
  color: #A59C94;
}

.findOutMore h2 {
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 90%;
  text-transform: uppercase;
  padding-top: 20px;
  margin-top: 40px;
  border-top: 4px solid #E1DDDA;
}

.visit-steps .visit-step {
  margin-top: 70px;
  padding-left: 84px;
  border-top: 4px solid #E1DDDA;
  padding-top: 20px;
}
.visit-steps .visit-step:first-child {
  margin-top: 0;
}
.visit-steps .visit-step .visit-step-title {
  display: flex;
  position: relative;
}
.visit-steps .visit-step .visit-step-title .number {
  font-size: 80px;
  font-style: normal;
  font-weight: 726;
  line-height: 90%;
  position: absolute;
  top: 0;
  left: -84px;
  color: #A59C94;
  font-family: "Sofia Sans Extra Condensed", sans-serif;
}
.visit-steps .visit-step .visit-step-title h4 {
  margin: 7px 0 19px 0;
}
.visit-steps .visit-step .flex {
  gap: 0 32px;
}
.visit-steps .visit-step .flex p {
  margin-top: 0;
}
.visit-steps .visit-step .flex .left {
  width: 50%;
}
.visit-steps .visit-step .flex .left p {
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}
.visit-steps .visit-step .flex .right {
  width: 50%;
}
.visit-steps .visit-step .flex .right .btn {
  width: 100%;
  height: 55px;
  display: flex;
  justify-content: space-between;
  margin: 0 0 15px 0;
  padding: 0 23px;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  text-transform: uppercase;
  font-family: "Sofia Sans Extra Condensed", sans-serif;
}
.visit-steps .visit-step .flex .right .btn span.center {
  position: relative;
  top: 2px;
}
.visit-steps .visit-step .flex .right .outlineLink {
  display: flex;
  border-top: 1px solid #E1DDDA;
  border-bottom: 1px solid #E1DDDA;
  align-items: center;
  padding: 11px 0 12px 0;
  font-size: 22px;
  font-style: normal;
  font-weight: 300;
  line-height: 90%;
  text-transform: uppercase;
  color: #279989;
  font-family: "Sofia Sans Extra Condensed", sans-serif;
  transition: color ease-in-out 0.45s;
}
.visit-steps .visit-step .flex .right .outlineLink span.center {
  position: relative;
  top: 2px;
}
.visit-steps .visit-step .flex .right .outlineLink span {
  display: block;
  margin-right: 10px;
}
.visit-steps .visit-step .flex .right .outlineLink:hover {
  color: #A59C94;
}
.visit-steps .visit-step .flex .right .inPageNavigation {
  list-style-type: none;
  margin: 0;
  padding: 0;
  border-top: 1px solid #E1DDDA;
}
.visit-steps .visit-step .flex .right .inPageNavigation li {
  border-bottom: 1px solid #E1DDDA;
}
.visit-steps .visit-step .flex .right .inPageNavigation li .outlineLink {
  display: flex;
  border: none;
  align-items: center;
  padding: 12px 0;
  font-size: 22px;
  font-style: normal;
  font-weight: 300;
  line-height: 90%;
  text-transform: uppercase;
  color: #279989;
  font-family: "Sofia Sans Extra Condensed", sans-serif;
  transition: color ease-in-out 0.45s;
}
.visit-steps .visit-step .flex .right .inPageNavigation li .outlineLink span {
  display: block;
  margin-right: 10px;
}
.visit-steps .visit-step .flex .right .inPageNavigation li .outlineLink:hover {
  color: #279989;
}

.important-info {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.important-info.horizontal {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
}
.important-info.horizontal li {
  width: calc(33.33% - 22px);
}
.important-info.horizontal li p {
  margin-top: 0;
}
.important-info li {
  position: relative;
  padding-left: 40px;
  margin-bottom: 10px;
}
.important-info .badge {
  width: 100%;
  height: auto;
  padding: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 5px;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: 90%;
  text-transform: uppercase;
  font-family: "Sofia Sans Extra Condensed", sans-serif;
}
.important-info span.iconC {
  position: absolute;
  left: 0;
  top: 0;
  color: #A59C94;
  font-size: 28px;
}

.transport-methods .transport-method {
  border-top: 1px solid #E1DDDA;
}
.transport-methods .transport-method.active .transportTitle span.iconC.arrow {
  transform: rotate(180deg);
}
.transport-methods .transport-method.active .transport-method-wrapper {
  max-height: 5000px;
}
.transport-methods .transport-method .transportTitle {
  display: flex;
  align-items: center;
  position: relative;
  font-size: 24px;
  margin: 8px 0;
  font-style: normal;
  font-weight: 600;
  line-height: 90%;
  text-transform: uppercase;
  color: #279989;
  transition: color ease-in-out 0.45s;
}
.transport-methods .transport-method .transportTitle span.iconC {
  color: #279989;
  font-size: 28px;
  margin-right: 5px;
}
.transport-methods .transport-method .transportTitle span.iconC.arrow {
  position: absolute;
  right: 0;
}
.transport-methods .transport-method .transportTitle:hover {
  cursor: pointer;
}
.transport-methods .transport-method .transport-method-wrapper {
  padding-left: 34px;
  max-height: 0;
  overflow: hidden;
  transition: max-height ease-in-out 0.45s;
}
.transport-methods .transport-method .transport-method-wrapper .directions {
  padding-top: 14px;
  padding-bottom: 40px;
  border-bottom: 1px solid #E1DDDA;
}
.transport-methods .transport-method .transport-method-wrapper .directions .directionWrapper {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 32px;
  padding-bottom: 34px;
  margin-bottom: 14px;
  border-bottom: 1px solid #E1DDDA;
}
.transport-methods .transport-method .transport-method-wrapper .directions .directionWrapper:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.transport-methods .transport-method .transport-method-wrapper .directions .directionWrapper:last-child .left .wysiwyg {
  border-bottom: none;
}
.transport-methods .transport-method .transport-method-wrapper .directions .directionWrapper .left {
  width: 60%;
}
.transport-methods .transport-method .transport-method-wrapper .directions .directionWrapper .left .wysiwyg {
  border-bottom: 1px solid #E1DDDA;
  margin-bottom: 12px;
}
.transport-methods .transport-method .transport-method-wrapper .directions .directionWrapper .left .wysiwyg p {
  margin-top: 0;
}
.transport-methods .transport-method .transport-method-wrapper .directions .directionWrapper .left .outlineLink {
  display: flex;
  align-items: center;
  color: #279989;
}
.transport-methods .transport-method .transport-method-wrapper .directions .directionWrapper .left .outlineLink span.iconC {
  margin-right: 10px;
  font-size: 24px;
}
.transport-methods .transport-method .transport-method-wrapper .directions .directionWrapper .right {
  width: 40%;
}
.transport-methods .transport-method .transport-method-wrapper .directions .directionWrapper .right .direction {
  display: flex;
}
.transport-methods .transport-method .transport-method-wrapper .directions .directionWrapper .right .direction .code {
  min-width: 55px;
  width: 55px;
  min-height: 27px;
  height: auto;
  padding: 5px 10px;
  color: #ffffff;
  background: #279989;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
  font-family: "Sofia Sans Extra Condensed", sans-serif;
  font-size: 22px;
}
.transport-methods .transport-method .transport-method-wrapper .directions .directionWrapper .right .direction .code.yellow {
  color: #000000;
  background: #EFBB34;
}
.transport-methods .transport-method .transport-method-wrapper .directions .directionWrapper .right .direction .code.white {
  color: #ffffff;
  background: #ffffff;
}
.transport-methods .transport-method .transport-method-wrapper .directions .directionWrapper .right .direction .dot {
  position: relative;
  top: 5px;
  width: 1px;
  border-left: 2px dotted #A59C94;
  margin: 10px 20px 0 20px;
}
.transport-methods .transport-method .transport-method-wrapper .directions .directionWrapper .right .direction .dot small.dotGray {
  width: 16px;
  height: 16px;
  display: block;
  position: absolute;
  top: -10px;
  left: -9px;
  border-radius: 100%;
  background: #A59C94;
}
.transport-methods .transport-method .transport-method-wrapper .directions .directionWrapper .right .direction .name {
  max-width: 100%;
  width: calc(100% - 100px);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  margin-left: auto;
  padding: 3px 0 10px 0;
}
.transport-methods .transport-method .transport-method-wrapper .directions .directionWrapper .right .direction .name strong {
  display: block;
}
.transport-methods .transport-method .transport-method-wrapper .directions .directionWrapper .right .direction.last2 .dot {
  border-left-color: #ffffff;
}
.transport-methods .transport-method .transport-method-wrapper .directions .directionWrapper .right .direction.last2 .dot .dotGray {
  background: #279989;
}
.transport-methods .transport-method .transport-method-wrapper .directions .directionWrapper .right .direction.last {
  padding-left: 66px;
  position: relative;
  z-index: 1;
}
.transport-methods .transport-method .transport-method-wrapper .directions .directionWrapper .right .direction.last .greenDot {
  min-width: 20px;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  margin: 0 13px 0 0;
  padding: 0;
  background: #279989;
}
.transport-methods .transport-method .transport-method-wrapper .directions .directionWrapper .right .direction.last strong {
  display: block;
  font-size: 16px;
  line-height: 120%;
}
.transport-methods .transport-method .transport-method-wrapper .directions .directionWrapper .right .direction.last strong a {
  display: block;
  color: #279989;
}
.transport-methods .transport-method .parking .col2 {
  margin-top: 12px;
}
.transport-methods .transport-method .parking p {
  margin-top: 0;
}
.transport-methods .transport-method .parking h5 {
  margin-top: 0;
  padding-top: 12px;
  border-top: 1px solid #E1DDDA;
}
.transport-methods .transport-method .parking ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.dataTable {
  border-top: 4px solid #E1DDDA;
  padding-top: 19px;
}
.dataTable.noTitle {
  padding-top: 0;
}
.dataTable ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.dataTable ul li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid #E1DDDA;
  padding: 12px 0;
}

.experiences .experience {
  display: flex;
  gap: 32px;
  border-top: 1px solid #E1DDDA;
  padding-top: 20px;
  margin-top: 20px;
}
.experiences .experience .left {
  width: 60%;
}
.experiences .experience .left img {
  display: block;
}
.experiences .experience .right {
  width: 40%;
  display: flex;
  flex-direction: column;
}
.experiences .experience .right .h4 {
  margin: 0 0 20px 0;
}
.experiences .experience .right .linkWithArrow {
  margin-top: 20px;
}
.experiences .experience.reverse {
  flex-direction: row-reverse;
}

.routes .route {
  border-top: 4px solid #E1DDDA;
  margin-top: 35px;
}
.routes .route table {
  width: 100%;
  margin-bottom: 15px;
}
.routes .route table tbody tr td {
  padding: 12px 0;
  border-bottom: 1px solid #E1DDDA;
}
.routes .route table tbody tr td:first-child {
  color: #77706A;
}

.points .shortDescription {
  width: 50%;
}
.points h2.subtitle {
  border-top: 4px solid #E1DDDA;
  padding-top: 30px;
}
.points .point {
  position: relative;
  border-top: 1px solid #E1DDDA;
  padding: 33px 0 32px 110px;
  display: flex;
  justify-content: space-between;
}
.points .point .number {
  font-family: "Sofia Sans Condensed", sans-serif;
  width: 84px;
  height: 84px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 62.222px;
  font-style: normal;
  font-weight: 726;
  line-height: 90%;
  position: absolute;
  left: 0;
  top: 16px;
  background: #A59C94;
  color: #ffffff;
  border-radius: 100%;
}
.points .point h4 {
  font-weight: 800;
  margin-top: 0;
}
.points .point .copy {
  max-width: calc(100% - 412px);
}
.points .point .copy a.titleLink h4 span {
  transition: color ease-in-out 0.45s;
}
.points .point img {
  max-width: 382px;
}

.backroutes {
  border-top: 3px solid #E1DDDA;
  margin-bottom: 30px;
}
.backroutes .backroute {
  position: relative;
  border-top: 1px solid #E1DDDA;
  padding: 35px 0;
  display: flex;
  justify-content: space-between;
}
.backroutes .backroute h4 {
  font-weight: 800;
  margin-top: 0;
}
.backroutes .backroute .left {
  max-width: calc(100% - 412px);
  display: flex;
  flex-direction: column;
}
.backroutes .backroute .left a.marginTopAuto {
  display: flex;
  align-items: center;
  margin-top: auto;
  font-size: 24px;
  font-style: normal;
  font-weight: 800;
  line-height: 90%;
  text-transform: uppercase;
  font-family: "Sofia Sans Extra Condensed", sans-serif;
}
.backroutes .backroute .left a.marginTopAuto .iconC {
  font-size: 24px;
  margin-left: 5px;
}
.backroutes .backroute .right {
  max-width: 382px;
}

.brownBoxWithLogo {
  margin-top: 1em;
}
.brownBoxWithLogo p {
  margin-bottom: 0;
}
.brownBoxWithLogo p a {
  color: #ffffff;
}

.blockImage img {
  display: block;
}

.brownBox {
  margin-top: 11px;
}
.brownBox p.description {
  color: #ffffff;
}
.brownBox hr {
  background: #77706A;
  height: 1px;
  width: 100%;
  border: none;
}
.brownBox .important-info span.iconC {
  color: #ffffff;
}
.brownBox a.btn {
  margin-top: 24px;
  width: 100%;
  height: 56px;
  font-size: 32px;
  font-style: normal;
  font-weight: 800;
  line-height: 90%;
  padding-top: 6px;
  text-transform: uppercase;
}

table.element.table {
  width: 100%;
  margin-bottom: 15px;
  border-top: 4px solid #E1DDDA;
}
table.element.table thead tr th {
  padding: 12px 0;
  border-bottom: 1px solid #E1DDDA;
  vertical-align: baseline;
}
table.element.table tbody tr td {
  padding: 12px 0;
  border-bottom: 1px solid #E1DDDA;
  vertical-align: baseline;
}
table.element.table tbody tr td:first-child {
  color: #77706A;
}

.banner-two-columns {
  display: flex;
}
.banner-two-columns .wysiwyg {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.banner-two-columns .wysiwyg h2 {
  margin-bottom: 0;
}
.banner-two-columns .image {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
}
.banner-two-columns img {
  display: block;
}
.banner-two-columns.right {
  flex-direction: row-reverse;
}
.banner-two-columns .cta_button_big .btn {
  width: 100%;
  height: 55px;
  justify-content: flex-start;
  margin: 0 0 15px 0;
  padding: 0 23px;
  transition: color ease-in-out 0.45s;
}
.banner-two-columns .cta_button_big .btn:hover .iconC {
  color: #279989;
}

blockquote.opinion {
  margin: 0;
  padding: 0 80px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
blockquote.opinion .copy {
  font-size: 26px;
  font-style: normal;
  font-weight: 600;
  line-height: 90%; /* 23.4px */
  text-transform: uppercase;
  color: #77706A;
  margin-bottom: 20px;
}
blockquote.opinion .name {
  display: flex;
  align-items: center;
}
blockquote.opinion .name span.line {
  width: 48px;
  height: 1px;
  background: #77706A;
}
blockquote.opinion .name .author {
  color: #77706A;
  font-weight: 800;
  display: block;
  margin: 0 10px;
  padding: 0;
  font-size: 20px;
}
blockquote.opinion .quote {
  width: 64px;
  position: absolute;
  top: 0;
  left: 0;
}
blockquote.opinion .quote.down {
  right: 0;
  left: auto;
}

.vintgar-distances h5 {
  margin: 0 0 15px 0;
}
.vintgar-distances ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  border-top: 4px solid #77706A;
}
.vintgar-distances ul li {
  display: flex;
  align-items: center;
  padding: 10px 0;
  border-bottom: 1px solid #77706A;
}
.vintgar-distances ul li .iconC {
  margin-right: 10px;
}
.vintgar-distances ul li:last-child {
  border: none;
}

.navPoints {
  border-top: 4px solid #E1DDDA;
  border-bottom: 4px solid #E1DDDA;
  padding: 19px 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  align-items: center;
}
.navPoints a {
  display: flex;
  align-items: center;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 90%;
  text-transform: uppercase;
  gap: 8px;
  font-family: "Sofia Sans Extra Condensed", sans-serif;
  justify-self: flex-start;
}
.navPoints a:last-child:not(:first-child) {
  text-align: right;
  justify-self: flex-end;
}
.navPoints a .mr-2 {
  margin: 0;
}
@media (max-width: 575.98px) {
  .navPoints a {
    flex-direction: row-reverse;
  }
}

.audioWrapper {
  margin-top: 25px;
}
.audioWrapper .route {
  margin-top: 20px;
  border-top: none;
}
.audioWrapper .route table.element.table {
  border-top: 1px solid #E1DDDA;
}

.audioWithButton .audioButton {
  width: 100%;
  height: 0;
  opacity: 0;
  overflow: hidden;
  background: #279989;
  padding: 0 15px;
  color: #ffffff;
  font-size: 48px;
  font-style: normal;
  font-weight: 800;
  line-height: 90%;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  font-family: "Sofia Sans Extra Condensed", sans-serif;
  transition: background ease-in-out 0.4s, opacity ease-in-out 0.45s;
  cursor: pointer;
}
.audioWithButton .audioButton .iconC {
  margin-right: 10px;
  font-size: 50px;
  color: #ffffff;
}
.audioWithButton .audioButton:hover {
  background: #A59C94;
}
.audioWithButton .audioButton.show {
  opacity: 1;
  height: 71px;
}
.audioWithButton .audioPlayer {
  height: 0;
  overflow: hidden;
  opacity: 0;
  transition: opacity ease-in-out 0.45s;
}
.audioWithButton .audioPlayer.active {
  height: 71px;
  opacity: 1;
}
.audioWithButton .audioPlayer audio {
  width: 100%;
  height: 71px;
}

@media only screen and (max-width: 900px) {
  .subPage {
    position: relative;
  }
  .subPage .sideMenu {
    position: absolute;
    top: 8px;
    left: 0;
    background: #ffffff;
    width: 53px;
    bottom: 0;
    overflow: hidden;
    border-right: 1px solid #E1DDDA;
    grid-column: unset;
    z-index: 2;
    transition: all ease-in-out 0.45s;
  }
  .subPage .sideMenu .side-navigation li {
    position: relative;
    margin-right: 4px;
    border: none;
  }
  .subPage .sideMenu .side-navigation li a {
    padding-left: 11px;
    width: 335px;
  }
  .subPage .sideMenu .side-navigation li a span.link {
    width: 100%;
    margin-left: 4px;
  }
  .subPage .sideMenu .side-navigation li span.rightBorder {
    width: 4px;
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    border-bottom: 1px solid #ffffff;
    right: -4px;
    background: #ffffff;
  }
  .subPage .sideMenu .side-navigation li.active {
    border: none;
  }
  .subPage .sideMenu .side-navigation li.active span.rightBorder {
    background: #279989;
  }
  .subPage .sideMenu .side-navigation li.openSideMenu {
    display: block;
  }
  .subPage .sideMenu.active {
    width: 340px;
  }
  .subPage .sideMenu.active .side-navigation li.openSideMenu span.iconC {
    transform: rotate(180deg);
  }
  .subPage .subPageContent {
    grid-column-start: content-start 1;
    padding-left: 53px;
  }
  .subPage .top_nav .simpleNav {
    overflow-x: auto;
    white-space: nowrap;
    scrollbar-color: #dddddd #f4f4f4;
    scrollbar-width: thin;
    padding-bottom: 5px;
  }
  .subPage .top_nav .simpleNav::-webkit-scrollbar {
    height: 3px;
    background-color: #f4f4f4;
  }
  .subPage .top_nav .simpleNav::-webkit-scrollbar-thumb {
    background-color: #dddddd;
    border-radius: 10px;
  }
  .subPage .top_nav ul li.nav_item,
  .subPage .top_nav ul li.dot {
    display: inline-block;
  }
  .points .point {
    padding-left: 80px;
  }
  .points .point .number {
    width: 64px;
    height: 64px;
  }
  .points .point .copy {
    max-width: calc(100% - 310px);
  }
  .points .point img {
    max-width: 290px;
    width: 100%;
  }
  .block-rutes .container.smallerGap .content-span-md-7 {
    grid-column-end: span 5 content-gap;
  }
  .block-rutes .container.smallerGap .content-start-md-9 {
    grid-column-start: content-start 7;
  }
  .block-rutes .container.smallerGap .content-span-md-3 {
    grid-column-end: span 5 content-gap;
  }
}
@media only screen and (max-width: 768px) {
  .subPage .mainTitle,
  html[lang=en-US] .subPage .mainTitle {
    margin: 0 0 30px 0;
  }
  .visit-steps .visit-step {
    margin-top: 0;
    padding-left: 0;
  }
  .visit-steps .visit-step .visit-step-title {
    flex-direction: column;
  }
  .visit-steps .visit-step .visit-step-title .number {
    font-size: 56px;
    position: relative;
    left: 0;
  }
  .visit-steps .visit-step .flex {
    flex-direction: column;
  }
  .visit-steps .visit-step .flex .left {
    width: 100%;
  }
  .visit-steps .visit-step .flex .right {
    width: 100%;
  }
  .visit-steps .visit-step .flex .right .btn {
    height: auto;
    line-height: 30px;
    padding: 12px 20px;
  }
  .important-info.horizontal {
    flex-direction: column;
    gap: 0;
  }
  .important-info.horizontal li {
    width: 100%;
  }
  .transport-methods .transport-method .transport-method-wrapper .directions .directionWrapper,
  .experiences .experience,
  .experiences .experience.reverse {
    flex-direction: column;
    gap: 0;
  }
  .transport-methods .transport-method .transport-method-wrapper .directions .directionWrapper .left,
  .experiences .experience .left,
  .experiences .experience.reverse .left {
    width: 100%;
  }
  .transport-methods .transport-method .transport-method-wrapper .directions .directionWrapper .right,
  .experiences .experience .right,
  .experiences .experience.reverse .right {
    width: 100%;
  }
  .block-rutes .container.smallerGap .content-span-md-7 {
    grid-column: content;
    margin-bottom: 12px;
  }
  .block-rutes .container.smallerGap .content-start-md-9 {
    grid-column: content;
  }
  .block-rutes .container.smallerGap .content-span-md-3 {
    grid-column: content;
  }
}
@media only screen and (max-width: 650px) {
  .points .point {
    padding-left: 80px;
    flex-direction: column;
  }
  .points .point .number {
    width: 64px;
    height: 64px;
  }
  .points .point .copy {
    max-width: 100%;
  }
  .points .point img {
    max-width: 100%;
    width: 100%;
  }
  .backroutes .backroute {
    flex-direction: column;
  }
  .backroutes .backroute .left {
    max-width: 100%;
    margin-bottom: 20px;
  }
  .backroutes .backroute .right {
    max-width: 100%;
  }
}
.factWrapper {
  display: flex;
  margin-bottom: 20px;
  gap: 32px;
  margin-top: 46px;
}

.fact .top span {
  font-family: "Sofia Sans Extra Condensed", sans-serif;
  font-style: normal;
  font-weight: 726;
  line-height: 90%;
  color: #A59C94;
}
.fact .top span.big {
  font-size: 80px;
}
.fact .top span.small {
  font-size: 36px;
}
.fact .bottom {
  margin-top: 5px;
}
.fact .bottom p {
  font-family: "Sofia Sans Extra Condensed", sans-serif;
  margin: 0;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 90%;
  text-transform: uppercase;
  color: #77706A;
}

/* this styling is temporary for basic boilerplate styling it should be deleted once custom theme styling is made */
.btn {
  color: white;
  padding: 0 10px;
  height: 60px;
  line-height: 60px;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  border-radius: 0;
}
.btn.no_shadow {
  padding-left: 0 !important;
  box-shadow: none;
}

.heading {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
}
.heading.align-left {
  margin-left: 0;
  margin-right: auto;
  text-align: left;
}
.heading.align-center {
  margin: 0 auto;
  text-align: center;
}
.heading.align-right {
  margin-left: auto;
  margin-right: 0;
  text-align: right;
}

img {
  width: 100%;
  height: auto;
}

.image .caption {
  margin-top: 4px;
}

.gutenberg-block {
  /*padding:20px;
    margin-bottom:20px;*/
  position: relative;
}
.gutenberg-block.banner-basic .content {
  position: relative;
  z-index: 3;
}
.gutenberg-block.banner-basic .bg_image {
  z-index: 1;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.gutenberg-block.banner-basic .bg_image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.gutenberg-block.banner-basic .bg_video {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.gutenberg-block.banner-basic .bg_video video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.bg_video video {
  max-width: 100%;
  height: auto;
}

.column .content {
  z-index: 2;
  position: relative;
}
.column .bg_image {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.column .bg_image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.element.spacer {
  height: 1px;
}
.element.spacer.xsmall {
  margin-top: 10px;
}
.element.spacer.small {
  margin-top: 20px;
}
.element.spacer.medium {
  margin-top: 40px;
}
.element.spacer.large {
  margin-top: 80px;
}
.element.spacer.line.line_medium {
  height: 2px;
}
.element.spacer.line.line_large {
  height: 4px;
}
.element.spacer.line.xsmall {
  margin-bottom: 10px;
}
.element.spacer.line.small {
  margin-bottom: 20px;
}
.element.spacer.line.medium {
  margin-bottom: 40px;
}
.element.spacer.line.large {
  margin-bottom: 80px;
}
@media (max-width: 425px) {
  .element.spacer.small {
    margin-top: 10px;
  }
  .element.spacer.medium {
    margin-top: 20px;
  }
  .element.spacer.large {
    margin-top: 20px;
  }
  .element.spacer.line.small {
    margin-bottom: 10px;
  }
  .element.spacer.line.medium {
    margin-bottom: 20px;
  }
  .element.spacer.line.large {
    margin-bottom: 20px;
  }
}
@media (max-width: 1079.98px) {
  .element.spacer:not(:first-child) {
    display: none;
  }
}
.element.oembed iframe {
  height: 100%;
  width: 100%;
  aspect-ratio: 16/9;
}
.element.gallery {
  height: 600px;
}
.element.gallery .images {
  margin-bottom: 20px;
  height: calc(100% - 120px);
}
.element.gallery .images .image {
  width: 100%;
  height: calc(100% - 30px);
  background-color: gray;
  display: none;
}
.element.gallery .images .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.element.gallery .images .image.active {
  display: block;
}
.element.gallery .thumbnails {
  height: 100px;
}
.element.gallery .thumbnails .thumbnail {
  width: auto;
  height: 100px;
  margin-right: 20px;
  transition: opacity 0.6s ease-in;
  cursor: pointer;
}
.element.gallery .thumbnails .thumbnail.active, .element.gallery .thumbnails .thumbnail:hover {
  opacity: 0.5;
}
.element.gallery .thumbnails .thumbnail:last-of-type {
  margin-right: 0;
}

.bg_white {
  background-color: #ffffff;
}

.bg_green {
  background-color: #279989;
}

.bg_yellow {
  background-color: #EFBB34;
}

.bg_light_green {
  background-color: #30AD9A;
}

.bg_dark_brown {
  background-color: #77706A;
}

.bg_light_brown {
  background-color: #E1DDDA;
}

.bg_text_color {
  background-color: #363636;
}

.bg_red {
  background-color: #CF4520;
}

.bg_primary {
  background-color: #279989;
}

.bg_secondary {
  background-color: #77706A;
}

.bg_transparent {
  background-color: transparent;
}

.col_white > * {
  color: #ffffff;
}

.col_black > * {
  color: #000000;
}

.col_primary > * {
  color: #279989;
}

.col_secondary > * {
  color: #77706A;
}

.col_green > * {
  color: #279989;
}

.col_light_green > * {
  color: #30AD9A;
}

.col_dark_brown > * {
  color: #77706A;
}

.col_light_brown > * {
  color: #E1DDDA;
}

.col_text_color > * {
  color: #363636;
}

.col_red > * {
  color: #CF4520;
}

.col_yellow > * {
  color: #EFBB34;
}

.col_white {
  color: #ffffff;
}

.col_black {
  color: #000000;
}

.col_primary {
  color: #279989;
}

.col_secondary {
  color: #77706A;
}

.col_green {
  color: #279989;
}

.col_light_green {
  color: #30AD9A;
}

.col_dark_brown {
  color: #77706A;
}

.col_light_brown {
  color: #E1DDDA;
}

.col_text_color {
  color: #363636;
}

.col_red {
  color: #CF4520;
}

.col_yellow {
  color: #EFBB34;
}
.col_yellow.iconC {
  color: #EFBB34 !important;
}

.columns {
  display: grid;
  grid-gap: 32px;
}
.columns.col-2 {
  grid-template-columns: 1fr 1fr;
}
.columns.col-12 {
  grid-template-columns: 1fr 2fr;
}
.columns.col-21 {
  grid-template-columns: 2fr 1fr;
}
.columns.col-23 {
  grid-template-columns: 2fr 3fr;
}
.columns.col-32 {
  grid-template-columns: 3fr 2fr;
}
.columns.col-3 {
  grid-template-columns: 1fr 1fr 1fr;
}
@media (max-width: 1079.98px) {
  .columns {
    grid-gap: 32px;
    display: flex;
    flex-direction: column;
  }
}

.tabs {
  padding: 0;
}
.tabs .tab_navigation div {
  padding: 20px;
  display: inline-block;
  margin-right: 10px;
  position: relative;
}
.tabs .tab_navigation div:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.3);
  z-index: 1;
}
.tabs .tab_navigation div span {
  z-index: 2;
}
.tabs .tab_navigation div.active {
  text-decoration: underline;
}
.tabs .tab_navigation div.active:before {
  display: none;
}
.tabs .tab_navigation div:last-of-type {
  margin-right: 0;
}
.tabs .tab_content {
  padding: 20px;
}
.tabs .tab_content .tab {
  display: none;
}
.tabs .tab_content .tab.active {
  display: block;
}

.transportation .transportation-method a {
  color: #ffffff;
}

.btn {
  height: auto;
  font-size: 24px;
  line-height: 90%;
  font-style: normal;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  text-transform: uppercase;
  font-family: "Sofia Sans Condensed", sans-serif;
  transition: background ease-in-out 0.45s;
  padding: 10px 15px;
  box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.3);
}
.btn span.iconC.forbidden {
  color: red !important;
}
.btn span.iconC.before {
  margin-left: 0;
  margin-right: 10px;
}
.btn span.iconC.after {
  margin-left: 10px;
  margin-right: 0;
}

.bg_green h1,
.bg_green h2,
.bg_green h3,
.bg_green h4,
.bg_green h5,
.bg_green h6,
.bg_green ul,
.bg_green li,
.dark_brown h1,
.dark_brown h2,
.dark_brown h3,
.dark_brown h4,
.dark_brown h5,
.dark_brown h6,
.dark_brown ul,
.dark_brown li {
  color: #ffffff;
}

.h1 {
  font-family: "Sofia Sans Extra Condensed", sans-serif;
  font-size: 58px;
  font-style: normal;
  font-weight: 726;
  line-height: 90%;
}

.element.cta_buttons .align_btn_left {
  margin-left: 0;
  margin-right: auto;
}
.element.cta_buttons .align_btn_center {
  margin-left: auto;
  margin-right: auto;
}
.element.cta_buttons .align_btn_right {
  margin-left: auto;
  margin-right: 0;
}

footer.footer .zigZagOut .zigZagIn .contentWrapper .container .content.bottom span {
  color: #b4f1e8;
  margin-top: 5px;
  display: inline-block;
}

.responsible-visit .fixed-element {
  top: 68px;
  position: relative;
}
.top h1 {
  font-size: 48px;
  font-style: normal;
  font-weight: 726;
  line-height: 90%;
  text-transform: uppercase;
}

.fineprint {
  margin-top: 0;
  font-size: 16px;
}

table.element.table {
  table-layout: fixed;
}
table.element.table.no_bottom {
  margin-bottom: 3px;
}
table.element.table.no_bottom tbody tr:last-of-type td {
  border-bottom: 0;
}
table.element.table.thin_top {
  border-top: 1px solid #e1ddda;
}
table.element.table thead tr td,
table.element.table thead tr th,
table.element.table tbody tr td,
table.element.table tbody tr th {
  text-align: center;
}
table.element.table thead tr td:first-of-type,
table.element.table thead tr th:first-of-type,
table.element.table tbody tr td:first-of-type,
table.element.table tbody tr th:first-of-type {
  text-align: left;
}
table.element.table thead tr td:last-of-type,
table.element.table thead tr th:last-of-type,
table.element.table tbody tr td:last-of-type,
table.element.table tbody tr th:last-of-type {
  text-align: right;
}

.element.opinion {
  position: relative;
  max-width: 480px;
  margin-left: auto;
  margin-right: auto;
}

@media only screen and (max-width: 768px) {
  .top h1 {
    font-size: 40px;
  }
}
.error404 .error404.container .content {
  max-width: 700px;
}

/* tole je blo dodano ker so hotl da se prestavi link "Pokaži naGoogle zemljevidih" na desno stran */
.transport-methods .transport-method .transport-method-wrapper .directions .directionWrapper {
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}

.transport-methods .transport-method .transport-method-wrapper .directions .directionWrapper .right .outlineLink {
  position: relative;
  left: 64px;
  font-size: 16px;
}
.transport-methods .transport-method .transport-method-wrapper .directions .directionWrapper .right .outlineLink .iconC {
  position: relative;
  top: 3px;
  font-size: 22px;
}

.transport-methods .transport-method .transport-method-wrapper .directions {
  border-bottom: 0;
}

.transport-methods .transport-method:last-of-type .transport-method-wrapper .directions .directionWrapper:last-of-type .left .wysiwyg {
  border-bottom: 0;
  margin-bottom: 0;
}
.transport-methods .transport-method:last-of-type .transport-method-wrapper .directions .directionWrapper:last-of-type .left .wysiwyg p {
  margin-bottom: 0;
}

.error404 #searchform {
  background: #A59C94;
  padding: 30px;
}
.error404 #searchform .input-group {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.error404 #searchform .input-group input.field {
  height: 42px;
  text-indent: 10px;
  width: calc(100% - 120px);
}
.error404 #searchform .input-group .btn {
  padding-top: 12px;
  letter-spacing: 0;
  margin-left: 10px;
  width: 110px;
}
@media (max-width: 425px) {
  .error404 #searchform {
    padding: 15px;
  }
  .error404 #searchform .input-group input.field {
    height: 42px;
    text-indent: 10px;
    width: calc(100% - 80px);
  }
  .error404 #searchform .input-group .btn {
    font-size: 16px;
    width: 70px;
    line-height: 18px;
  }
}

.responsible-visit .accordion_item .accordionIcon {
  background-color: #279989;
}

#ConsentPopup {
  border-radius: 0;
  background-color: #e1ddda;
}
#ConsentPopup p {
  text-align: left;
}
#ConsentPopup .cookie-title {
  font-size: 24px;
  margin-bottom: 30px;
}
#ConsentPopup a {
  color: #279989;
  font-size: 16px;
  letter-spacing: 0;
}
#ConsentPopup .cookie-settings .options-toggle {
  margin-bottom: 0;
}
#ConsentPopup .cookie-settings .form-switch .form-check-input {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23279989'/%3e%3c/svg%3e");
}
#ConsentPopup .cookie-settings .form-switch .form-check-input:focus, #ConsentPopup .cookie-settings .form-switch .form-check-input:hover {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23adf5eb'/%3e%3c/svg%3e");
}
#ConsentPopup .cookie-settings .form-switch .form-check-input:checked {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23279989'/%3e%3c/svg%3e");
}
#ConsentPopup .cookie-settings .form-switch .form-check-input:disabled {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23adf5eb'/%3e%3c/svg%3e");
}
#ConsentPopup .cookie-settings .form-switch:nth-of-type(2) {
  display: none;
}
#ConsentPopup .cookie-settings .form-switch:last-of-type label {
  text-align: right;
}
#ConsentPopup .cookie-settings .form-switch:last-of-type input {
  float: right;
}
#ConsentPopup .cookie-settings .toggles {
  grid-template-columns: 1fr 1fr;
  margin-top: 10px;
}

.lang_select_popup {
  height: -moz-fit-content;
  height: fit-content;
  width: 300px;
  background-color: white;
  position: fixed;
  z-index: 9999;
  top: 50%;
  left: 50%;
  padding: 30px;
  transform: translate(-50%, -50%);
}
.lang_select_popup .vintgar-logo {
  max-height: 85px;
  margin-bottom: 14px;
}
.lang_select_popup h2 {
  text-align: center;
  margin-top: 0;
  font-size: 40px;
}
.lang_select_popup .lang-switcher {
  background-color: white !important;
  box-shadow: none;
}
.lang_select_popup .visible {
  height: auto;
  font-size: 24px;
  line-height: 90%;
  font-style: normal;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  text-transform: uppercase;
  font-family: "Sofia Sans Condensed", sans-serif;
  transition: background ease-in-out 0.45s;
  padding: 10px 15px;
  box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.3);
  margin-bottom: 15px;
  background-color: #a59c94;
  cursor: pointer;
}
.lang_select_popup a {
  height: auto;
  font-size: 24px;
  line-height: 90%;
  font-style: normal;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  text-transform: uppercase;
  font-family: "Sofia Sans Condensed", sans-serif;
  transition: background ease-in-out 0.45s;
  padding: 10px 15px;
  box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.3);
  background-color: #279989;
}
.lang_select_popup .close {
  color: white;
  position: fixed;
  top: calc(50% - 144px);
  left: calc(50% + 163px);
  transform: translate(-50%, -50%);
  cursor: pointer;
}

.lang_select_popup_bg {
  content: "";
  background: rgba(0, 0, 0, 0.8);
  position: fixed;
  z-index: 9998;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  display: block;
}

@media (max-width: 375px) {
  .lang_select_popup {
    padding: 15px;
    width: 240px;
  }
  .lang_select_popup .vintgar-logo {
    max-height: 60px;
  }
  .lang_select_popup h2 {
    font-size: 30px;
  }
  .lang_select_popup .close {
    top: calc(50% - 115px);
    left: calc(50% + 135px);
  }
}
.single-routes .audioWrapper table.element.table {
  border-top-width: 4px;
}

@media (max-width: 768px) {
  .single-hero .mainTitle .mt--20,
  .single-routes .mainTitle .mt--20,
  .single-points .mainTitle .mt--20 {
    margin-top: 0;
  }
}
@media (max-width: 425px) {
  .points .shortDescription {
    width: 100%;
  }
  .single-points .backLink {
    left: 0;
  }
}
.transportation-method.big .text-area p {
  margin-bottom: 17px;
}

.transportation-method.small {
  padding-top: 62px;
  padding-bottom: 62px;
}

[lang=en-US] .transportation-method.small {
  padding-top: 84px;
  padding-bottom: 84px;
}

.gutenberg-block .wysiwyg .title-water-brush {
  margin-bottom: 10px;
}

.single-routes .mainTitle .water-brush-regular {
  margin-bottom: 10px;
}
.single-routes .backLink {
  position: relative;
  top: 15px;
}
.single-routes .backroutes img,
.single-routes .backroutes picture,
.single-routes .point img,
.single-routes .point picture {
  aspect-ratio: 5/4;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.single-points .mainTitle .water-brush-regular {
  margin-bottom: 10px;
}

.mainLogo[data-lazyloaded="1"] {
  display: none;
}
.mainLogo[data-lazyloaded="1"][data-ll-status=loaded] {
  display: block;
}

@media (max-width: 900px) {
  .subPage .sideMenu {
    top: 7px;
  }
  .subPage .sideMenu .side-navigation li a span.iconC {
    margin-right: 10px;
  }
}
/* .page-template-press {
  .press-content {
    max-width: 890px;
    margin: 0 auto;
    margin-left: 0;
  }
} */
#cookie-toggle {
  background-color: #279989;
}

.block.spacer .element {
  height: 4px;
}
.block.spacer .element.space_top_none {
  margin-top: 0;
}
.block.spacer .element.space_top_small {
  margin-top: 20px;
}
.block.spacer .element.space_top_medium {
  margin-top: 40px;
}
.block.spacer .element.space_top_large {
  margin-top: 80px;
}
.block.spacer .element.space_bottom_none {
  margin-bottom: 0;
}
.block.spacer .element.space_bottom_small {
  margin-bottom: 20px;
}
.block.spacer .element.space_bottom_medium {
  margin-bottom: 40px;
}
.block.spacer .element.space_bottom_large {
  margin-bottom: 80px;
}

.zizgag_is_last_element {
  margin-top: -400px !important;
}
@media (max-width: 768px) {
  .zizgag_is_last_element {
    margin-top: -142px !important;
  }
}

.zizgag_is_last_element2 {
  margin-top: -340px !important;
}
@media (max-width: 768px) {
  .zizgag_is_last_element2 {
    margin-top: -120px !important;
  }
}

.double.double2 {
  margin-top: 0;
}

.zigzag.bottom_none.style_a .zigZagOut {
  -webkit-clip-path: polygon(0 300px, 30% 340px, 70% 0, 100% 170px, 100% 100%, 0 100%);
          clip-path: polygon(0 300px, 30% 340px, 70% 0, 100% 170px, 100% 100%, 0 100%);
}
.zigzag.bottom_none.style_a .zigZagOut .zigZagIn {
  -webkit-clip-path: polygon(0 320px, 30% 410px, 70% 75px, 100% 200px, 100% 100%, 0 100%);
          clip-path: polygon(0 320px, 30% 410px, 70% 75px, 100% 200px, 100% 100%, 0 100%);
}
.zigzag.bottom_none.style_b .zigZagOut {
  -webkit-clip-path: polygon(0 180px, 30% 0, 70% 340px, 100% 240px, 100% 100%, 0 100%);
          clip-path: polygon(0 180px, 30% 0, 70% 340px, 100% 240px, 100% 100%, 0 100%);
}
.zigzag.bottom_none.style_b .zigZagOut .zigZagIn {
  -webkit-clip-path: polygon(0 230px, 30% 80px, 70% 435px, 100% 270px, 100% 100%, 0 100%);
          clip-path: polygon(0 230px, 30% 80px, 70% 435px, 100% 270px, 100% 100%, 0 100%);
}
.zigzag.bottom_none.double .zigZagOut {
  -webkit-clip-path: polygon(0 70px, 30% 0, 70% 310px, 100% 200px, 100% 100%, 0 100%);
          clip-path: polygon(0 70px, 30% 0, 70% 310px, 100% 200px, 100% 100%, 0 100%);
}
.zigzag.bottom_none.double .zigZagOut .zigZagIn {
  -webkit-clip-path: polygon(0 100px, 30% 80px, 70% 435px, 100% 230px, 100% 100%, 0 100%);
          clip-path: polygon(0 100px, 30% 80px, 70% 435px, 100% 230px, 100% 100%, 0 100%);
}
@media (max-width: 1600px) {
  .zigzag.bottom_none.style_a .zigZagOut .zigZagIn {
    -webkit-clip-path: polygon(0 340px, 30% 410px, 70% 75px, 100% 220px, 100% 100%, 0 100%);
            clip-path: polygon(0 340px, 30% 410px, 70% 75px, 100% 220px, 100% 100%, 0 100%);
  }
}
@media (max-width: 768px) {
  .zigzag.bottom_none.style_a .zigZagOut {
    -webkit-clip-path: polygon(0 88px, 30% 118px, 70% 0, 100% 25px, 100% 100%, 0 100%);
            clip-path: polygon(0 88px, 30% 118px, 70% 0, 100% 25px, 100% 100%, 0 100%);
  }
  .zigzag.bottom_none.style_a .zigZagOut .zigZagIn {
    -webkit-clip-path: polygon(0 106px, 30% 146px, 70% 28px, 100% 43px, 100% 100%, 0 100%);
            clip-path: polygon(0 106px, 30% 146px, 70% 28px, 100% 43px, 100% 100%, 0 100%);
  }
  .zigzag.bottom_none.style_b .zigZagOut {
    -webkit-clip-path: polygon(0 88px, 30% 118px, 70% 0, 100% 25px, 100% 100%, 0 100%);
            clip-path: polygon(0 88px, 30% 118px, 70% 0, 100% 25px, 100% 100%, 0 100%);
  }
  .zigzag.bottom_none.style_b .zigZagOut .zigZagIn {
    -webkit-clip-path: polygon(0 106px, 30% 146px, 70% 28px, 100% 43px, 100% 100%, 0 100%);
            clip-path: polygon(0 106px, 30% 146px, 70% 28px, 100% 43px, 100% 100%, 0 100%);
  }
  .zigzag.bottom_none.double .zigZagOut {
    -webkit-clip-path: polygon(0 39px, 30% 0, 70% 117px, 100% 100px, 100% 100%, 0 100%);
            clip-path: polygon(0 39px, 30% 0, 70% 117px, 100% 100px, 100% 100%, 0 100%);
  }
  .zigzag.bottom_none.double .zigZagOut .zigZagIn {
    -webkit-clip-path: polygon(0 60px, 30% 26px, 70% 140px, 100% 119px, 100% 100%, 0 100%);
            clip-path: polygon(0 60px, 30% 26px, 70% 140px, 100% 119px, 100% 100%, 0 100%);
  }
}

.image.has_ratio {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.image.has_ratio.ratio_1_2 {
  aspect-ratio: 1/2;
}
.image.has_ratio.ratio_2_1 {
  aspect-ratio: 2/1;
}
.image.has_ratio.ratio_2_3 {
  aspect-ratio: 2/3;
}
.image.has_ratio.ratio_3_2 {
  aspect-ratio: 3/2;
}
.image.has_ratio.ratio_3_4 {
  aspect-ratio: 3/4;
}
.image.has_ratio.ratio_4_3 {
  aspect-ratio: 4/3;
}
.image.has_ratio.ratio_4_5 {
  aspect-ratio: 4/5;
}
.image.has_ratio.ratio_5_4 {
  aspect-ratio: 5/4;
}
.image.has_ratio.ratio_16_9 {
  aspect-ratio: 16/9;
}
.image.has_ratio.ratio_9_16 {
  aspect-ratio: 9/16;
}
.image.has_ratio.ratio_square {
  aspect-ratio: 1/1;
}

.accordion_item .accordionIcon .number_big {
  color: white;
  font-size: 45px;
}
.accordion_item.valign-center {
  align-items: center;
}

.banner-basic .element.image img,
.banner-basic .element.image picture {
  width: revert-layer;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
  display: block;
}

.page-template-kids .maxWidth {
  background-color: #f5f0e9;
}
.page-template-kids .header.big.kids-header {
  min-height: 70vh;
}
@media (min-width: 1080px) {
  .page-template-kids .header.big.kids-header {
    margin-bottom: -320px;
  }
}
.page-template-kids .header.big.kids-header .zigZag.headerHome {
  background-color: #279989;
}
.page-template-kids .header.big.kids-header .zigZag.headerHome .bottomZig {
  background-color: #279989;
}
.page-template-kids .header.big.kids-header .contentHeader {
  min-height: calc(70vh - 40px);
}
.page-template-kids .header.big.kids-header .contentHeader .container.homeHeader {
  min-height: calc(70vh - 150px);
  height: calc(70vh - 150px);
}
.page-template-kids main .container:first-of-type .gutenberg-block.columns .left .anchor-navigation {
  display: flex;
  gap: 18px; /* Adds spacing between links */
  flex-wrap: nowrap; /* Ensures links stay in one line */
  scroll-snap-type: x mandatory;
  scroll-snap-stop: always;
  overflow-x: auto;
  overflow: -moz-scrollbars-none;
  padding: 0;
  padding-bottom: 8px;
  list-style: none;
  -ms-overflow-style: none;
  /* .dot {
    display: inline-block;
    width: 18px;
    text-align: center;
    &:before {
      position: relative;
      bottom: 5px;
      content: "";
      display: inline-block;
      width: 6px;
      height: 6px;
      border-radius: 3px;
      background-color: #e1ddda;
    }
  } */
}
.page-template-kids main .container:first-of-type .gutenberg-block.columns .left .anchor-navigation::-webkit-scrollbar {
  width: 0 !important;
  display: none;
}
.page-template-kids main .container:first-of-type .gutenberg-block.columns .left .anchor-navigation li {
  scroll-snap-align: start;
  position: relative;
}
.page-template-kids main .container:first-of-type .gutenberg-block.columns .left .anchor-navigation li:has(.active)::after {
  content: "";
  width: 100%;
  border-bottom: 8px solid #279989;
  display: block;
  position: absolute;
}
.page-template-kids main .container:first-of-type .gutenberg-block.columns .left .anchor-navigation * {
  flex-shrink: 0;
}
.page-template-kids main .container:first-of-type .gutenberg-block.columns .left .anchor-navigation a {
  display: inline-block;
  white-space: nowrap;
  font-size: 22px;
  text-transform: uppercase;
  letter-spacing: 0;
  font-weight: 700;
  font-family: "Sofia Sans Extra Condensed", sans-serif;
}
.page-template-kids main .container:first-of-type .gutenberg-block.columns .left .anchor-navigation a.active:hover {
  background-size: 0;
}
.page-template-kids main .container:first-of-type .gutenberg-block.columns .left .anchor-navigation > *:not(:first-child)::before {
  content: "";
  display: block;
  height: 6px;
  width: 6px;
  background-color: #E1DDDA;
  border-radius: calc(infinity * 1px);
  position: absolute;
  top: 50%;
  left: -12px;
  translate: 0 -50%;
}
.page-template-kids main .container:first-of-type .gutenberg-block.columns .right .content {
  background-color: white;
  padding: 28px;
  padding-top: 40px;
  box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, 0.3019607843);
}
.page-template-kids main .container:first-of-type .gutenberg-block.columns .right .rainbow-title span:nth-of-type(1) {
  color: #BA9B68;
}
.page-template-kids main .container:first-of-type .gutenberg-block.columns .right .rainbow-title span:nth-of-type(2) {
  color: #849FC2;
}
.page-template-kids main .container:first-of-type .gutenberg-block.columns .right .rainbow-title span:nth-of-type(3) {
  color: #AB7359;
}
.page-template-kids main .container:first-of-type .gutenberg-block.columns .right .rainbow-title span:nth-of-type(4) {
  color: #6A9675;
}
.page-template-kids main .container:first-of-type .gutenberg-block.columns .right .rainbow-title span:nth-of-type(5) {
  color: #DBAA57;
}
.page-template-kids main .container:first-of-type .gutenberg-block.columns .right .rainbow-title span:nth-of-type(6) {
  color: #66A4B8;
}
.page-template-kids main .container:first-of-type .gutenberg-block.columns .right .rainbow-title span:nth-of-type(7) {
  color: #9D8C9E;
}
.page-template-kids main .container:first-of-type .gutenberg-block.columns .right .title-48px-brown span {
  color: #279989;
}
.page-template-kids main .container:first-of-type .gutenberg-block.columns .right .wysiwyg p {
  font-size: 24px;
  line-height: 120%;
}
.page-template-kids main .container:first-of-type .gutenberg-block.columns .right .element.image {
  margin-left: -28px;
  margin-right: -28px;
  margin-bottom: -28px;
}
.page-template-kids main .slider-cards .slide-card img {
  aspect-ratio: 1/1.5;
  -o-object-fit: contain;
     object-fit: contain;
}
.page-template-kids main .slider-cards .slide-card .subtitle {
  color: #a59c94;
}
.page-template-kids main .slider-cards .slide-card:nth-of-type(1) a {
  color: #66A4B8;
}
.page-template-kids main .slider-cards .slide-card:nth-of-type(1) a .underlineLink,
.page-template-kids main .slider-cards .slide-card:nth-of-type(1) a .iconC {
  color: #66A4B8;
}
.page-template-kids main .slider-cards .slide-card:nth-of-type(2) a {
  color: #AB7359;
}
.page-template-kids main .slider-cards .slide-card:nth-of-type(2) a .underlineLink,
.page-template-kids main .slider-cards .slide-card:nth-of-type(2) a .iconC {
  color: #AB7359;
}
.page-template-kids main .slider-cards .slide-card:nth-of-type(3) .p-6 {
  padding-left: 20px;
  padding-right: 20px;
}
.page-template-kids main .slider-cards .slide-card:nth-of-type(3) a {
  color: #DBAA57;
}
.page-template-kids main .slider-cards .slide-card:nth-of-type(3) a .underlineLink,
.page-template-kids main .slider-cards .slide-card:nth-of-type(3) a .iconC {
  color: #DBAA57;
}
.page-template-kids main .slider-cards .slide-card:nth-of-type(4) a {
  color: #6A9675;
}
.page-template-kids main .slider-cards .slide-card:nth-of-type(4) a .underlineLink,
.page-template-kids main .slider-cards .slide-card:nth-of-type(4) a .iconC {
  color: #6A9675;
}
.page-template-kids .points .point:nth-of-type(13n) .number {
  background-color: #849FC2;
}
.page-template-kids .points .point:nth-of-type(13n + 1) .number {
  background-color: #e9401c;
}
.page-template-kids .points .point:nth-of-type(13n + 2) .number {
  background-color: #AB7359;
}
.page-template-kids .points .point:nth-of-type(13n + 3) .number {
  background-color: #DBAA57;
}
.page-template-kids .points .point:nth-of-type(13n + 4) .number {
  background-color: #6A9675;
}
.page-template-kids .points .point:nth-of-type(13n + 5) .number {
  background-color: #BA9B68;
}
.page-template-kids .points .point:nth-of-type(13n + 6) .number {
  background-color: #849FC2;
}
.page-template-kids .points .point:nth-of-type(13n + 7) .number {
  background-color: #66A4B8;
}
.page-template-kids .points .point:nth-of-type(13n + 8) .number {
  background-color: #AB7359;
}
.page-template-kids .points .point:nth-of-type(13n + 9) .number {
  background-color: #DBAA57;
}
.page-template-kids .points .point:nth-of-type(13n + 10) .number {
  background-color: #6A9675;
}
.page-template-kids .points .point:nth-of-type(13n + 11) .number {
  background-color: #9D8C9E;
}
.page-template-kids .points .point:nth-of-type(13n + 12) .number {
  background-color: #8D9174;
}

.gutenberg-block.kids-cards .audioWithButton {
  width: -moz-fit-content;
  width: fit-content;
}
.gutenberg-block.kids-cards .btn .underlineLink {
  text-align: left;
}
.gutenberg-block.kids-cards .btn.download-btn {
  margin-left: 17px;
}
@media (max-width: 1110px) {
  .gutenberg-block.kids-cards .linkWithArrow {
    display: block;
  }
  .gutenberg-block.kids-cards .linkWithArrow .btn.download-btn {
    margin-left: 0;
    margin-top: 17px;
  }
}
@media (max-width: 900px) {
  .gutenberg-block.kids-cards .linkWithArrow {
    display: inline-flex;
  }
  .gutenberg-block.kids-cards .linkWithArrow .btn.download-btn {
    margin-left: 17px;
    margin-top: 0;
  }
}
.gutenberg-block.kids-cards .audioWithButton .audioButton {
  font-size: 24px;
  margin: 0 0 50px 0;
  font-weight: 600;
  margin-bottom: 0;
  height: 42px;
}
.gutenberg-block.kids-cards .audioWithButton .iconC {
  display: none;
}

.btn.bg_transparent:hover:before {
  display: none;
}

.page-template-kids .zigzag .bg_bear,
.page-template-kids-heroes .zigzag .bg_bear,
.kids_colors .zigzag .bg_bear {
  background: linear-gradient(#AB7359, #AB7359 50%, #ffffff 50%, #ffffff 100%);
}
.page-template-kids .zigzag .bg_bird,
.page-template-kids-heroes .zigzag .bg_bird,
.kids_colors .zigzag .bg_bird {
  background: linear-gradient(#66A4B8, #66A4B8 50%, #ffffff 50%, #ffffff 100%);
}
.page-template-kids .zigzag .bg_fox,
.page-template-kids-heroes .zigzag .bg_fox,
.kids_colors .zigzag .bg_fox {
  background: linear-gradient(#DBAA57, #DBAA57 50%, #ffffff 50%, #ffffff 100%);
}
.page-template-kids .zigzag .bg_squirel,
.page-template-kids-heroes .zigzag .bg_squirel,
.kids_colors .zigzag .bg_squirel {
  background: linear-gradient(#6A9675, #6A9675 50%, #ffffff 50%, #ffffff 100%);
}
.page-template-kids .zigzag .bg_kids_brown,
.page-template-kids-heroes .zigzag .bg_kids_brown,
.kids_colors .zigzag .bg_kids_brown {
  background: linear-gradient(#BA9B68, #BA9B68 50%, #ffffff 50%, #ffffff 100%);
}
.page-template-kids .zigzag .bg_kids_purple,
.page-template-kids-heroes .zigzag .bg_kids_purple,
.kids_colors .zigzag .bg_kids_purple {
  background: linear-gradient(#9D8C9E, #9D8C9E 50%, #ffffff 50%, #ffffff 100%);
}
.page-template-kids .zigzag .bg_kids_blue,
.page-template-kids-heroes .zigzag .bg_kids_blue,
.kids_colors .zigzag .bg_kids_blue {
  background: linear-gradient(#849FC2, #849FC2 50%, #ffffff 50%, #ffffff 100%);
}
.page-template-kids .zigzag .bg_image,
.page-template-kids-heroes .zigzag .bg_image,
.kids_colors .zigzag .bg_image {
  transform: translateY(-10%);
}

.kids_colors {
  background-color: #f5f0e9;
}
.kids_colors .header.small .bg_image img,
.kids_colors .header.small .bg_image picture {
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: top left;
     object-position: top left;
}
.kids_colors .header.small .zigZag {
  background: #ffffff;
}
.kids_colors .header.small .zigZag .bottomZig {
  background: #ffffff;
}
.kids_colors .banner-photo .contentWrapper .whiteWindow {
  padding: 36px;
}
.kids_colors .banner-photo .contentWrapper .whiteWindow .wysiwyg .audioWithButton {
  margin: 0 auto;
  width: -moz-fit-content;
  width: fit-content;
}
.kids_colors .banner-photo .contentWrapper .whiteWindow .wysiwyg .audioWithButton .audioButton {
  width: -moz-fit-content;
  width: fit-content;
  font-size: 24px;
  margin: 0 0 50px 0;
  font-weight: 600;
  margin-bottom: 0;
  height: 42px;
}
.kids_colors .banner-photo .contentWrapper .whiteWindow .wysiwyg .audioWithButton .iconC {
  display: none;
}

.single-hero .mainTitle .col_bear {
  color: #AB7359 !important;
}
.single-hero .mainTitle .col_bird {
  color: #66A4B8 !important;
}
.single-hero .mainTitle .col_fox {
  color: #DBAA57 !important;
}
.single-hero .mainTitle .col_squirel {
  color: #6A9675 !important;
}
.single-hero .mainTitle .col_brown {
  color: #BA9B68 !important;
}
.single-hero .mainTitle .col_purple {
  color: #9D8C9E !important;
}
.single-hero .mainTitle .col_blue {
  color: #849FC2 !important;
}
.single-hero .table.element.table {
  border-top-width: 1px;
}

.header.big .bg_video {
  z-index: -1;
}
.header.big .bg_image {
  z-index: -2;
}
@media (max-width: 425px) {
  .header.big {
    min-height: 754px;
  }
  .header.big .contentHeader {
    min-height: calc(100% - 40px);
  }
  .header.big .contentHeader .homeHeader {
    min-height: calc(100% - 210px);
    height: calc(100% - 210px);
  }
}
@media (max-width: 375px) {
  .header.big {
    min-height: 690px;
  }
}
@media (max-width: 320px) {
  .header.big {
    min-height: 596px;
  }
}

@media (max-width: 767px) {
  footer.footer .zigZagOut .zigZagIn .contentWrapper .container .tnp.rightBorder.withPadding {
    padding-bottom: 0;
    border-bottom: none;
  }
  footer.footer .zigZagOut .zigZagIn .contentWrapper .container .i-feel-slo.withPadding {
    padding-top: 0;
  }
  .header .homeHeader .site-notification .site-notification-wrapper {
    padding: 20px;
  }
  .gutenberg-block.transportation .car-transportation {
    margin-bottom: 14px;
  }
  .gutenberg-block.transportation .shuttle-transportation {
    margin-top: 14px;
  }
  .page-template-home .footer .zigZagOut {
    margin-top: 90px;
  }
}
@media (max-width: 425px) {
  .postid-1758 footer.footer .zigZagOut {
    margin-top: 0;
  }
  .points .point .linkWithArrow {
    margin-bottom: 20px;
  }
  .responsible-visit .fixed-element {
    top: 0;
  }
  .page-template-home main .slider-cards .zigZagOut {
    margin-top: 0;
  }
  .page-id-71 .gutenberg-block.transportation {
    margin-top: 40px;
  }
  .page-id-71 .gutenberg-block.responsible-visit {
    margin-top: 30px;
  }
}
@media (max-width: 320px) {
  .page-template-home main .slider-cards .zigZagOut {
    margin-top: 10px;
    margin-bottom: 10px;
  }
}
.banner-two-columns .content {
  padding-top: 48px;
}
.banner-two-columns .content .btn {
  padding: 10px 15px;
}
.banner-two-columns .content .btn span.iconC {
  display: inline-block;
  top: 4px;
}

@media (max-width: 767px) {
  .block.columns.no-mobile-gap {
    grid-gap: 0;
  }
  .content .wysiwyg:last-child p:last-child {
    margin-bottom: 0;
  }
  .responsible-visit.custom-block .photo-margin img, .responsible-visit.custom-block .photo-margin picture {
    margin-bottom: 20px;
  }
  .responsible-visit.custom-block .photo-margin img img, .responsible-visit.custom-block .photo-margin picture img {
    margin-bottom: 0;
  }
}
@media (max-width: 425px) {
  .scrollDown {
    bottom: 0;
  }
  .page-template-home .footer .zigZagOut {
    margin-top: -50px;
  }
  .page-id-3232 .footer .zigZagOut, .page-id-395 .footer .zigZagOut, .page-id-3229 .footer .zigZagOut, .page-id-419 .footer .zigZagOut, .page-id-3226 .footer .zigZagOut, .page-id-414 .footer .zigZagOut, .page-id-3223 .footer .zigZagOut, .page-id-413 .footer .zigZagOut, .page-id-3217 .footer .zigZagOut, .page-id-409 .footer .zigZagOut, .page-id-3170 .footer .zigZagOut, .page-id-73 .footer .zigZagOut, .page-id-4870 .footer .zigZagOut, .page-id-6055 .footer .zigZagOut {
    margin-top: -100px;
  }
  .page-id-77 .zigZagOut.equal2.mb--150, .page-id-3211 .zigZagOut.equal2.mb--150 {
    margin-bottom: 20px;
  }
  .single-points .kids_colors .banner-basic.banner-photo .zigZagOut.mb--150 {
    margin-top: -50px;
    margin-bottom: 20px;
  }
  .page-template-kids .block-rutes.kids-cards .zigZagOut, .page-template-kids .slider-cards .zigZagOut, .page-template-kids .banner-basic .zigZagOut {
    margin-bottom: 20px;
  }
  .page-template-home .slider-cards .zigZagOut {
    margin-bottom: 20px;
  }
  .page-template-my_visit .columns {
    grid-gap: 0px;
  }
  .page-template-my_visit .columns .wysiwyg p:first-child {
    margin-top: 20px;
  }
  .page-template-my_visit .columns .wysiwyg p:last-child {
    margin-bottom: 20px;
  }
  .page-template-my_visit .columns .wysiwyg h2:first-child, .page-template-my_visit .columns .wysiwyg h3:first-child, .page-template-my_visit .columns .wysiwyg h4:first-child, .page-template-my_visit .columns .wysiwyg h5:first-child, .page-template-my_visit .columns .wysiwyg h6:first-child {
    margin-top: 12px;
  }
  .page-template-my_visit .columns .wysiwyg h2:last-child, .page-template-my_visit .columns .wysiwyg h3:last-child, .page-template-my_visit .columns .wysiwyg h4:last-child, .page-template-my_visit .columns .wysiwyg h5:last-child, .page-template-my_visit .columns .wysiwyg h6:last-child {
    margin-bottom: 15px;
  }
  .page-template-my_visit .columns .column .content .element.image:first-child {
    margin-top: 0px;
  }
  .page-template-my_visit .columns .column .content .element.image:last-child {
    margin-bottom: 0px;
  }
  .page-template-my_visit .columns .column .content .element.spacer {
    display: none;
  }
  .page-template-my_visit .columns .column .content .element.spacer.line {
    display: block;
  }
  .page-template-my_visit .columns .column .content .element.spacer.line:first-child {
    margin-top: 0;
  }
  .page-template-my_visit .columns .column .content .element.spacer.line:last-child {
    margin-bottom: 0;
  }
  .page-template-my_visit .block-transportation-methods .transport-methods .transport-method .transport-method-wrapper .directions {
    padding-bottom: 20px;
  }
  .page-template-my_visit .block-transportation-methods .transport-methods .transport-method .transport-method-wrapper .directions .directionWrapper .wysiwyg p:last-child {
    margin-bottom: 12px;
  }
  .page-template-my_visit .block-transportation-methods .transport-methods .transport-method .transport-method-wrapper .directions .directionWrapper .outlineLink {
    margin-bottom: 12px;
    display: block;
  }
  .page-template-my_visit .block-transportation-methods .transport-methods .transport-method .transport-method-wrapper .directions .directionWrapper:last-child .outlineLink {
    margin-bottom: 0;
  }
  .page-template-my_visit .block-transportation-methods .transport-methods .transport-method:last-child .transport-method-wrapper .directions {
    padding-bottom: 0;
  }
}
[lang=en-US] .header .right .menu ul {
  padding-left: 0;
  /* li{
    margin-right:15px;
    a{
      font-size:20px;
    }
  } */
}
[lang=en-US] .header .content.leftLogoPart {
  grid-column-end: span 3 content-gap;
}
[lang=en-US] .header .content.rightMenuWrapper {
  grid-column-start: content-start 4;
}
[lang=en-US] .header .content.rightMenuWrapper .menu ul {
  padding-left: 0;
}
@media (max-width: 1177px) {
  [lang=en-US] .header .content.leftLogoPart {
    grid-column-end: span 2 content-gap;
  }
  [lang=en-US] .header .content.rightMenuWrapper {
    grid-column-start: content-start 3;
  }
}
@media (max-width: 1100px) {
  [lang=en-US] .header .content.leftLogoPart {
    grid-column-end: span 4 content-gap;
  }
  [lang=en-US] .header .content.rightMenuWrapper {
    grid-column-start: content-start 5;
  }
}

@media (max-width: 1440px) {
  .page-template-kids .header.big .homeHeader .customC .bannerTitle {
    justify-content: flex-start;
    align-items: flex-start;
    padding-top: 50px;
  }
  .page-template-kids .header.big .homeHeader .customC .bannerTitle img, .page-template-kids .header.big .homeHeader .customC .bannerTitle picture {
    max-width: 300px;
  }
}
@media (max-width: 1100px) {
  .page-template-kids .header.big .homeHeader .customC .bannerTitle {
    margin-top: 0;
  }
}
@media (max-height: 848px) {
  .page-template-kids .header.big .homeHeader .customC .weather {
    top: -50px;
  }
  .page-template-kids .header.big .homeHeader .customC .weather span.iconC {
    font-size: 30px;
  }
  .page-template-kids .header.big .homeHeader .customC .weather .temperature {
    font-size: 18px;
    margin-top: 4px;
  }
}
@media (max-height: 790px) {
  .page-template-kids .header.big .homeHeader .customC .bannerTitle {
    justify-content: flex-start;
    align-items: flex-start;
    padding-top: 0px;
  }
  .page-template-kids .header.big .homeHeader .customC .bannerTitle img, .page-template-kids .header.big .homeHeader .customC .bannerTitle picture {
    max-width: 200px;
  }
}
@media (max-height: 660px) {
  .page-template-kids .header.big .homeHeader .customC .bannerTitle img, .page-template-kids .header.big .homeHeader .customC .bannerTitle picture {
    max-width: 150px;
  }
}
.wysiwyg ul {
  list-style-type: disc;
  padding-left: 30px;
}
.wysiwyg ol {
  list-style-type: decimal;
  padding-left: 30px;
}
.wysiwyg h1, .wysiwyg h2, .wysiwyg h3, .wysiwyg h4, .wysiwyg h5, .wysiwyg h6 {
  font-size: 48px;
  line-height: 90%;
  color: #A59C94;
}
.wysiwyg .intro-text-brown {
  font-size: 32px;
  font-weight: 400;
  font-style: normal;
  color: #A59C94;
  line-height: 120%;
}
.wysiwyg .intro-text-dark_brown {
  font-size: 32px;
  font-weight: 400;
  font-style: normal;
  color: #77706A;
  line-height: 120%;
}
.wysiwyg .intro-uppercase {
  font-size: 32px;
  font-weight: 400;
  font-style: normal;
  color: #A59C94;
  line-height: 90%;
  font-weight: 800;
  font-family: "Sofia Sans Extra Condensed", sans-serif;
  text-transform: uppercase;
}
.wysiwyg .title-water-brush {
  font-family: "Water Brush", cursive;
  font-weight: 400;
  font-style: normal;
  font-size: 86px;
  line-height: 90%;
  text-transform: none;
  margin: 0 0 -10px 0;
  color: #CAC3BC;
  position: relative;
  z-index: 1;
}
.wysiwyg .title-48px-brown {
  font-size: 48px;
  line-height: 90%;
  font-family: "Sofia Sans Extra Condensed", sans-serif;
  font-weight: 700;
  color: #A59C94;
  text-transform: uppercase;
}
.wysiwyg .title-48px-dark_brown {
  font-size: 48px;
  line-height: 90%;
  font-family: "Sofia Sans Extra Condensed", sans-serif;
  font-weight: 700;
  color: #77706A;
  text-transform: uppercase;
}
.wysiwyg .title-48px-black {
  font-size: 48px;
  line-height: 90%;
  font-family: "Sofia Sans Extra Condensed", sans-serif;
  font-weight: 700;
  color: #363636;
  text-transform: uppercase;
}
.wysiwyg .title-48px-green {
  font-size: 48px;
  line-height: 90%;
  font-family: "Sofia Sans Extra Condensed", sans-serif;
  font-weight: 700;
  color: #279989;
  text-transform: uppercase;
}
.wysiwyg .title-32px-brown {
  font-size: 32px;
  line-height: 90%;
  font-family: "Sofia Sans Extra Condensed", sans-serif;
  font-weight: 700;
  color: #A59C94;
  text-transform: uppercase;
}
.wysiwyg .title-32px-dark_brown {
  font-size: 32px;
  line-height: 90%;
  font-family: "Sofia Sans Extra Condensed", sans-serif;
  font-weight: 700;
  color: #77706A;
  text-transform: uppercase;
}
.wysiwyg .title-32px-black {
  font-size: 32px;
  line-height: 90%;
  font-family: "Sofia Sans Extra Condensed", sans-serif;
  font-weight: 700;
  color: #363636;
  text-transform: uppercase;
}
.wysiwyg .title-32px-green {
  font-size: 32px;
  line-height: 90%;
  font-family: "Sofia Sans Extra Condensed", sans-serif;
  font-weight: 700;
  color: #279989;
  text-transform: uppercase;
}
.wysiwyg .title-32px-white {
  font-size: 32px;
  line-height: 90%;
  font-family: "Sofia Sans Extra Condensed", sans-serif;
  font-weight: 700;
  color: #ffffff;
  text-transform: uppercase;
}
.wysiwyg .title-24px-brown {
  font-size: 24px;
  line-height: 90%;
  font-family: "Sofia Sans Extra Condensed", sans-serif;
  font-weight: 700;
  color: #A59C94;
  text-transform: uppercase;
}
.wysiwyg .title-24px-dark_brown {
  font-size: 24px;
  line-height: 90%;
  font-family: "Sofia Sans Extra Condensed", sans-serif;
  font-weight: 700;
  color: #77706A;
  text-transform: uppercase;
}
.wysiwyg .title-24px-black {
  font-size: 24px;
  line-height: 90%;
  font-family: "Sofia Sans Extra Condensed", sans-serif;
  font-weight: 700;
  color: #363636;
  text-transform: uppercase;
}
.wysiwyg .title-24px-green {
  font-size: 24px;
  line-height: 90%;
  font-family: "Sofia Sans Extra Condensed", sans-serif;
  font-weight: 700;
  color: #279989;
  text-transform: uppercase;
}

@media only screen and (max-width: 768px) {
  .wysiwyg {
    overflow-wrap: break-word;
  }
  .wysiwyg .intro-text-dark_brown {
    font-size: 24px;
  }
}
