@charset "UTF-8";
/* WP */
/* Color */
/* 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 */
.cc-window {
  opacity: 1;
  transition: opacity 1s ease;
  box-shadow: inset 0px 0px 400px 110px rgba(0, 0, 0, 0.15);
}

.cc-window.cc-invisible {
  opacity: 0;
}

.cc-animate.cc-revoke {
  transition: transform 1s ease;
}

.cc-animate.cc-revoke.cc-top {
  transform: translateY(-2em);
}

.cc-animate.cc-revoke.cc-bottom {
  transform: translateY(2em);
}

.cc-animate.cc-revoke.cc-active.cc-bottom,
.cc-animate.cc-revoke.cc-active.cc-top,
.cc-revoke:hover {
  transform: translateY(0);
}

.cc-grower {
  max-height: 0;
  overflow: hidden;
  transition: max-height 1s;
}

.cc-link,
.cc-revoke:hover {
  text-decoration: underline;
}

.cc-revoke,
.cc-window {
  position: fixed;
  overflow: hidden;
  box-sizing: border-box;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  line-height: 1.5em;
  display: flex;
  flex-wrap: nowrap;
  z-index: 9999;
}

.cc-window.cc-static {
  position: static;
}

.cc-window.cc-floating {
  padding: 2em;
  flex-direction: column;
}

.cc-window.cc-banner {
  padding: 1em 1.8em;
  width: 100%;
  flex-direction: row;
}
.cc-window.cc-banner a:hover {
  text-decoration: none;
}

.cc-revoke {
  padding: 0.5em;
}

.cc-header {
  font-size: 18px;
  font-weight: 700;
}

.cc-btn,
.cc-close,
.cc-link,
.cc-revoke {
  cursor: pointer;
}

.cc-link {
  opacity: 0.8;
  display: inline-block;
  padding: 0.2em;
}

.cc-link:hover {
  opacity: 1;
}

.cc-link:active,
.cc-link:visited {
  color: initial;
}

.cc-btn {
  display: block;
  padding: 0.4em 0.8em;
  white-space: nowrap;
  font-size: 1.1rem;
  line-height: 1.3rem;
  font-family: "Roboto", sans-serif;
  display: block;
  text-align: center;
  text-decoration: none;
  border: none;
  outline: none;
  cursor: pointer;
  border-radius: 10px;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  background-color: var(--button-background);
}

.cc-banner .cc-btn:last-child {
  min-width: 140px;
}

.cc-highlight .cc-btn:first-child {
  background-color: transparent;
  border-color: transparent;
}

.cc-highlight .cc-btn:first-child:focus,
.cc-highlight .cc-btn:first-child:hover {
  background-color: transparent;
  text-decoration: underline;
}

.cc-close {
  display: block;
  position: absolute;
  top: 0.5em;
  right: 0.5em;
  font-size: 1.6em;
  opacity: 0.9;
  line-height: 0.75;
}

.cc-close:focus,
.cc-close:hover {
  opacity: 1;
}

.cc-revoke.cc-top {
  top: 0;
  left: 3em;
  border-bottom-left-radius: 0.5em;
  border-bottom-right-radius: 0.5em;
}

.cc-revoke.cc-bottom {
  bottom: 0;
  left: 3em;
  border-top-left-radius: 0.5em;
  border-top-right-radius: 0.5em;
  background-color: #181818;
}

.cc-color-override-456953006.cc-window {
  background-color: #181818 !important;
  border-top: 1px solid #fff;
}

.cc-color-override-456953006 .cc-btn {
  border: 1px solid #fff !important;
  border-color: #fff !important;
}

.cc-color-override-456953006 .cc-btn:hover {
  background-color: #181818 !important;
}

.cc-revoke.cc-left {
  left: 3em;
  right: unset;
}

.cc-revoke.cc-right {
  right: 3em;
  left: unset;
}

.cc-top {
  top: 1em;
}

.cc-left {
  left: 1em;
}

.cc-right {
  right: 1em;
}

.cc-bottom {
  bottom: 1em;
}

.cc-floating > .cc-link {
  margin-bottom: 1em;
}

.cc-floating .cc-message {
  display: block;
  margin-bottom: 1em;
}

.cc-window.cc-floating .cc-compliance {
  flex: 1;
}

.cc-window.cc-banner {
  align-items: center;
}

.cc-banner.cc-top {
  left: 0;
  right: 0;
  top: 0;
}

.cc-banner.cc-bottom {
  left: 0;
  right: 0;
  bottom: 0;
}

.cc-banner .cc-message {
  flex: 1;
}

.cc-compliance {
  display: flex;
  align-items: center;
  align-content: space-between;
}

.cc-compliance > .cc-btn {
  flex: 1;
}

.cc-btn + .cc-btn {
  margin-left: 0.5em;
}

@media print {
  .cc-revoke,
.cc-window {
    display: none;
  }
}
@media screen and (max-width: 900px) {
  .cc-btn {
    white-space: normal;
  }
}
@media screen and (max-width: 414px) and (orientation: portrait), screen and (max-width: 736px) and (orientation: landscape) {
  .cc-window.cc-top {
    top: 0;
  }
  .cc-window.cc-bottom {
    bottom: 0;
  }
  .cc-window.cc-banner,
.cc-window.cc-left,
.cc-window.cc-right {
    left: 0;
    right: 0;
  }
  .cc-window.cc-banner {
    flex-direction: column;
  }
  .cc-window.cc-banner .cc-compliance {
    flex: 1;
  }
  .cc-window.cc-floating {
    max-width: none;
  }
  .cc-window .cc-message {
    margin-bottom: 1em;
  }
  .cc-window.cc-banner {
    align-items: unset;
  }
}
.cc-floating.cc-theme-classic {
  padding: 1.2em;
  border-radius: 5px;
}

.cc-floating.cc-type-info.cc-theme-classic .cc-compliance {
  text-align: center;
  display: inline;
  flex: none;
}

.cc-theme-classic .cc-btn {
  border-radius: 5px;
}

.cc-theme-classic .cc-btn:last-child {
  min-width: 140px;
}

.cc-floating.cc-type-info.cc-theme-classic .cc-btn {
  display: inline-block;
}

.cc-theme-edgeless.cc-window {
  padding: 0;
}

.cc-floating.cc-theme-edgeless .cc-message {
  margin: 2em 2em 1.5em;
}

.cc-banner.cc-theme-edgeless .cc-btn {
  margin: 0;
  padding: 0.8em 1.8em;
  height: 100%;
}

.cc-banner.cc-theme-edgeless .cc-message {
  margin-left: 1em;
}

.cc-floating.cc-theme-edgeless .cc-btn + .cc-btn {
  margin-left: 0;
}

/*! 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 {
  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,
.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%;
  -webkit-animation: swiper-preloader-spin 1s infinite linear;
          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;
}

@-webkit-keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}

@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;
  -webkit-backface-visibility: hidden;
  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;
  -webkit-backface-visibility: hidden;
  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;
  -webkit-backface-visibility: hidden;
  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;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

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

body {
  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: 100vh;
}

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

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

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

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

:root {
  --header-color: #fff;
  --header-background: #181818;
  --header-height: 60px;
  --vh: 1vh;
  --padding-py: 30px;
  --padding-px: 20px;
}
@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: 20px;
  }
}
@media (min-width: 576px) {
  :root {
    --padding-py: 50px;
    --padding-px: 20px;
  }
}
@media (min-width: 768px) {
  :root {
    --padding-py: 50px;
    --padding-px: 64px;
  }
}
@media (min-width: 1080px) {
  :root {
    --padding-py: 50px;
    --padding-px: 50px;
  }
}
@media (min-width: 1400px) {
  :root {
    --padding-py: 50px;
    --padding-px: 115px;
  }
}
@media (min-width: 1920px) {
  :root {
    --padding-py: 60px;
    --padding-px: 150px;
  }
}

body {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: 1.25rem;
  line-height: 1.5rem;
  color: #181818;
  letter-spacing: 0.05em;
}

h1,
.h1 {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 1.75rem;
  line-height: 2.4rem;
  word-wrap: break-word;
  margin: 0;
  letter-spacing: 0.05em;
  color: #181818;
}
@media (min-width: 768px) {
  h1,
.h1 {
    font-size: 2.125rem;
    line-height: 2.91rem;
  }
}
h2,
.h2 {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 1.75rem;
  line-height: 2rem;
  word-wrap: break-word;
  margin: 0;
  letter-spacing: 0.05em;
  color: #181818;
}
@media (min-width: 768px) {
  h2,
.h2 {
    font-size: 1.875rem;
    line-height: 2.57rem;
  }
}

h3 {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 2rem;
  word-wrap: break-word;
  margin: 0;
  letter-spacing: 0.05em;
  color: #181818;
}

h4 {
  font-size: 1.375rem;
  line-height: 1.9rem;
  word-wrap: break-word;
  margin: 0;
  padding-top: 1.25rem;
  color: #181818;
}

h5 {
  font-size: 1.5rem;
  line-height: 2rem;
  word-wrap: break-word;
  margin: 0;
  color: #181818;
}

h6 {
  font-size: 1.2rem;
  line-height: 1.7rem;
  word-wrap: break-word;
  margin: 0;
  color: #181818;
}

.small-font {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: 1.125rem;
  line-height: 1.32rem;
  letter-spacing: 0.05em;
  color: #181818;
}
@media (min-width: 768px) {
  .small-font {
    font-size: 1rem;
    line-height: 1.33rem;
  }
}

.thin-font {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: 1.125rem;
  line-height: 1.32rem;
  letter-spacing: 0.05em;
  color: #181818;
  opacity: 0.7;
}

.paragraph {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: 1.5rem;
  line-height: 2rem;
  color: #181818;
  letter-spacing: 0.05em;
}

/* Position */
.relative {
  position: relative;
}

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

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

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

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

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

.black {
  color: #181818;
}

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

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

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

.gray-light {
  color: #545454;
}

.bg-gray-light {
  background-color: #545454;
}

.gray-light-hover:hover {
  color: #545454;
}

.bg-gray-light-hover:hover {
  background-color: #545454;
}

.gray-dark {
  color: #292929;
}

.bg-gray-dark {
  background-color: #292929;
}

.gray-dark-hover:hover {
  color: #292929;
}

.bg-gray-dark-hover:hover {
  background-color: #292929;
}

/* 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: 1.125rem;
  line-height: 1.313rem;
}

.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;
}

@media (min-width: 768px) {
  .grid-md {
    display: grid;
  }
}

.grid-base {
  grid-template-columns: 1fr;
}
@media (min-width: 768px) {
  .grid-base {
    grid-template-columns: repeat(12, 1fr);
  }
  .grid-base > *:not(.dash-divider, .swiper-slide) {
    grid-row: 1;
  }
}
.grid-base.intro-column > *:not(h2) {
  grid-row: 2;
  align-self: flex-start;
}

@media (min-width: 768px) {
  .col-start-1 {
    grid-column-start: 1;
  }
}

@media (min-width: 768px) {
  .col-start-2 {
    grid-column-start: 2;
  }
}

@media (min-width: 768px) {
  .col-start-3 {
    grid-column-start: 3;
  }
}

@media (min-width: 768px) {
  .col-start-4 {
    grid-column-start: 4;
  }
}

@media (min-width: 768px) {
  .col-start-5 {
    grid-column-start: 5;
  }
}

@media (min-width: 768px) {
  .col-start-6 {
    grid-column-start: 6;
  }
}

@media (min-width: 768px) {
  .col-start-7 {
    grid-column-start: 7;
  }
}

@media (min-width: 768px) {
  .col-start-8 {
    grid-column-start: 8;
  }
}

@media (min-width: 768px) {
  .col-start-9 {
    grid-column-start: 9;
  }
}

@media (min-width: 768px) {
  .col-start-10 {
    grid-column-start: 10;
  }
}

@media (min-width: 768px) {
  .col-start-11 {
    grid-column-start: 11;
  }
}

@media (min-width: 768px) {
  .col-start-12 {
    grid-column-start: 12;
  }
}

@media (min-width: 768px) {
  .col-span-2 {
    grid-column-end: span 2;
  }
}

@media (min-width: 768px) {
  .col-span-3 {
    grid-column-end: span 3;
  }
}

@media (min-width: 768px) {
  .col-span-4 {
    grid-column-end: span 4;
  }
}

@media (min-width: 768px) {
  .col-span-5 {
    grid-column-end: span 5;
  }
}

@media (min-width: 768px) {
  .col-span-6 {
    grid-column-end: span 6;
  }
}

@media (min-width: 768px) {
  .col-span-7 {
    grid-column-end: span 7;
  }
}

@media (min-width: 768px) {
  .col-span-8 {
    grid-column-end: span 8;
  }
}

@media (min-width: 768px) {
  .col-span-9 {
    grid-column-end: span 9;
  }
}

@media (min-width: 768px) {
  .col-span-10 {
    grid-column-end: span 10;
  }
}

@media (min-width: 768px) {
  .col-span-11 {
    grid-column-end: span 11;
  }
}

@media (min-width: 768px) {
  .col-span-12 {
    grid-column-end: span 12;
  }
}

@media (min-width: 768px) {
  .col-span-13 {
    grid-column-end: span 13;
  }
}

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

.gap-0 {
  gap: 0rem;
}

.gap-1 {
  gap: 0.25rem;
}

.gap-2 {
  gap: 0.5rem;
}

.gap-3 {
  gap: 0.75rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-5 {
  gap: 1.25rem;
}

.gap-6 {
  gap: 1.5rem;
}

.gap-7 {
  gap: 1.75rem;
}

.gap-8 {
  gap: 2rem;
}

.gap-9 {
  gap: 2.25rem;
}

.gap-10 {
  gap: 2.5rem;
}

.gap-11 {
  gap: 2.75rem;
}

.gap-12 {
  gap: 3rem;
}

.gap-13 {
  gap: 3.25rem;
}

.gap-14 {
  gap: 3.5rem;
}

.gap-15 {
  gap: 3.75rem;
}

.gap-16 {
  gap: 4rem;
}

.gap-20 {
  gap: 5rem;
}

.gap-25 {
  gap: 6.25rem;
}

.gap-30 {
  gap: 7.5rem;
}

.gap-35 {
  gap: 8.75rem;
}

.gap-40 {
  gap: 10rem;
}

/* Flex */
.flex {
  display: flex;
}

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

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

/* 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;
}

/* Square holder */
.square {
  height: 0;
  position: relative;
  padding-bottom: 100%;
}
.square img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* 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: calc(1300px + var(--padding-px) * 2);
}

.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;
}

.dash-divider {
  border-bottom: 1px dashed rgba(24, 24, 24, 0.5);
  padding-top: 3.75rem;
  margin-bottom: 3.25rem;
}
@media (min-width: 768px) {
  .dash-divider {
    padding-top: 5rem;
    margin-bottom: 5rem;
  }
}

/* Container element */
.container {
  padding-left: var(--padding-px);
  padding-right: var(--padding-px);
  width: 100%;
  max-width: calc(1300px + var(--padding-px) * 2);
  margin-left: auto;
  margin-right: auto;
}

.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: calc(1300px + var(--padding-px) * 2);
  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: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 768px) {
  .container-sm-fill {
    padding-left: 64px;
    padding-right: 64px;
  }
}
@media (min-width: 1080px) {
  .container-sm-fill {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media (min-width: 1400px) {
  .container-sm-fill {
    padding-left: 115px;
    padding-right: 115px;
  }
}
@media (min-width: 1920px) {
  .container-sm-fill {
    padding-left: 150px;
    padding-right: 150px;
  }
}

.container-lg-fill {
  padding-left: 0;
  padding-right: 0;
  width: 100%;
  max-width: calc(1300px + var(--padding-px) * 2);
  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: 50px;
    padding-right: 50px;
  }
}
@media (min-width: 1400px) {
  .container-lg-fill {
    padding-left: 115px;
    padding-right: 115px;
  }
}
@media (min-width: 1920px) {
  .container-lg-fill {
    padding-left: 150px;
    padding-right: 150px;
  }
}

/* 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(50px /2);
    padding-bottom: calc(50px /2);
  }
}
@media (min-width: 1080px) {
  .container-py {
    padding-top: calc(50px /2);
    padding-bottom: calc(50px /2);
  }
}
@media (min-width: 1400px) {
  .container-py {
    padding-top: calc(50px /2);
    padding-bottom: calc(50px /2);
  }
}
@media (min-width: 1920px) {
  .container-py {
    padding-top: calc(60px /2);
    padding-bottom: calc(60px /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;
  }
}

/* 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: 20px;
  padding-right: 20px;
}
@media (min-width: 375px) {
  .container-px {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 576px) {
  .container-px {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 768px) {
  .container-px {
    padding-left: 64px;
    padding-right: 64px;
  }
}
@media (min-width: 1080px) {
  .container-px {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media (min-width: 1400px) {
  .container-px {
    padding-left: 115px;
    padding-right: 115px;
  }
}
@media (min-width: 1920px) {
  .container-px {
    padding-left: 150px;
    padding-right: 150px;
  }
}

.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(50px /2);
    padding-bottom: calc(50px /2);
  }
}
@media (min-width: 1080px) {
  .container-py {
    padding-top: calc(50px /2);
    padding-bottom: calc(50px /2);
  }
}
@media (min-width: 1400px) {
  .container-py {
    padding-top: calc(50px /2);
    padding-bottom: calc(50px /2);
  }
}
@media (min-width: 1920px) {
  .container-py {
    padding-top: calc(60px /2);
    padding-bottom: calc(60px /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(50px /2);
    padding-bottom: calc(50px /2);
  }
}
@media (min-width: 1080px) {
  .container-pt {
    padding-top: calc(50px /2);
    padding-bottom: calc(50px /2);
  }
}
@media (min-width: 1400px) {
  .container-pt {
    padding-top: calc(50px /2);
    padding-bottom: calc(50px /2);
  }
}
@media (min-width: 1920px) {
  .container-pt {
    padding-top: calc(60px /2);
    padding-bottom: calc(60px /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;
  }
}

.display-none {
  display: none;
}

/* 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 {
  margin-bottom: -100px;
  z-index: 99;
  height: 100px;
}
@media (max-width: 767.98px) {
  header {
    background: linear-gradient(180deg, rgba(24, 24, 24, 0.5) 0%, rgba(24, 24, 24, 0) 100%);
  }
}
@media (max-width: 767.98px) {
  header .grid {
    display: flex;
    justify-content: space-between;
  }
}
header .logo {
  z-index: 9999;
}
header #logo path {
  fill: #181818;
}
@media (max-width: 767.98px) {
  header #logo path {
    fill: #fff;
  }
}

@media (max-width: 767.98px) {
  .sticky {
    position: fixed;
    top: 0;
    width: 100%;
  }
}

.single-post #logo path,
.home #logo path,
.menu-is-active #logo path {
  fill: #fff;
}
.single-post #menu-btn span,
.home #menu-btn span,
.menu-is-active #menu-btn span {
  background: #fff;
}

footer.mt-20 .footer-logo #logo path {
  fill: #fff;
}
@media (min-width: 768px) {
  footer.mt-20 {
    margin-top: 10rem;
  }
}
footer.mt-20 .container .contact {
  letter-spacing: 0.05em;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  font-family: "Roboto", sans-serif;
  font-weight: 300;
}
@media (min-width: 768px) {
  footer.mt-20 .container .contact {
    flex-direction: row;
  }
}
@media (max-width: 767.98px) {
  footer.mt-20 .container .contact .contact-data {
    padding-top: 15px;
  }
  footer.mt-20 .container .contact .contact-data .strong {
    font-family: "Roboto", sans-serif;
    font-weight: 700;
  }
}
footer.mt-20 .container .contact .footer-menu :first-child {
  display: none;
}
@media (max-width: 767.98px) {
  footer.mt-20 .container .contact .footer-menu {
    display: none;
  }
}
footer.mt-20 .container .contact .socials path {
  fill: #fff;
}
footer.mt-20 .container .contact .socials a:hover path {
  fill: #545454;
}
footer.mt-20 .container a:hover {
  color: #fff;
  text-decoration: underline;
}
@media (min-width: 768px) {
  footer.mt-20 .container .footer-adress {
    flex-direction: row;
    align-items: baseline;
    padding-top: 1.5rem;
    gap: 2.5rem;
  }
  footer.mt-20 .container .footer-adress p {
    margin: 0;
  }
}
footer.mt-20 .container .footer-adress p {
  letter-spacing: 0.05em;
  font-size: 1rem;
  line-height: 1.125rem;
}
@media (max-width: 767.98px) {
  footer.mt-20 .container .footer-adress {
    text-align: center;
  }
  footer.mt-20 .container .footer-adress span {
    display: block;
  }
}
@media (min-width: 768px) {
  footer.mt-20 .container .policy-block {
    flex-direction: row;
    gap: 2.5rem;
    padding-top: 1.5rem;
    padding-bottom: 0;
    margin-bottom: 3rem;
  }
}
footer.mt-20 .container .policy-block a,
footer.mt-20 .container .policy-block span {
  font-size: 0.875rem;
  line-height: 1rem;
  color: #fff;
  opacity: 0.8;
  margin: 0;
}
footer.mt-20 .container .policy-block a:hover {
  color: #fff;
  text-decoration: underline;
}

.menu {
  z-index: -1;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  visibility: hidden;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  pointer-events: none;
  transition: opacity 0.3s 0.1s cubic-bezier(0.13, 0.72, 0.58, 1), z-index 0s 0.4s, visibility 0s 0.4s;
  opacity: 0;
}
@media screen and (max-height: 650px) {
  .menu .links a {
    padding: 0.5rem 0;
  }
  .menu .socials {
    margin-bottom: 0;
  }
}
.menu .menu-link {
  z-index: 10;
  opacity: 0;
  transform: translateY(10px);
  transition-property: opacity, transform;
  transition-duration: 0.1s;
  transition-delay: 0s;
  transition-timing-function: cubic-bezier(0.55, 0, 0.25, 1);
}
@media (min-width: 1080px) {
  .menu .menu-link {
    font-size: 2.3rem;
    line-height: 3.25rem;
  }
}
.menu.menu-is-active {
  z-index: 1000;
  visibility: visible;
  margin: 0 auto;
  -webkit-user-select: auto;
     -moz-user-select: auto;
          user-select: auto;
  pointer-events: auto;
  transition: opacity 0.3s 0s ease-in-out, z-index 0s, visibility 0s;
  opacity: 1;
}
.menu.menu-is-active .menu-link {
  opacity: 1;
  transform: translateY(0);
  transition-duration: 0.5s;
  pointer-events: all;
  cursor: pointer;
}
@media (max-width: 767.98px) {
  .menu .social-menu {
    margin-top: auto;
  }
}
.menu .social-menu .dash-divider {
  border-bottom-color: #fff;
  max-width: 360px;
  width: 100%;
}
.menu .social-menu .socials path {
  fill: #fff;
}
.menu .social-menu .socials path:hover {
  fill: #D3D3D3;
}
.menu .social-menu .socials .mail-icon path {
  fill: #181818 !important;
}

#text {
  display: none;
}

.mobile-button {
  pointer-events: auto;
}

.menu-is-open {
  overflow-y: scroll;
  height: calc(var(--vh) * 100);
}
.menu-is-open .site {
  overflow: hidden;
  height: 100%;
}

.banner img {
  height: 660px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
@media (min-width: 768px) {
  .banner img {
    height: 720px;
    -o-object-position: 50% 75%;
       object-position: 50% 75%;
  }
}
.banner .banner-text {
  width: 320px;
  padding: 10px 20px;
  color: #fff;
  position: absolute;
  left: 0;
  bottom: 40px;
}
@media (min-width: 768px) {
  .banner .banner-text {
    width: 360px;
    bottom: 160px;
    left: 50%;
    transform: translateX(max(-650px, -43vw));
  }
}
.banner .banner-text p {
  font-size: 1.125rem;
  line-height: 1.313rem;
  z-index: 9;
}
@media (min-width: 768px) {
  .banner .banner-text p {
    font-size: 1.25rem;
    line-height: 1.465rem;
  }
}
.banner .banner-text h1 {
  z-index: 9;
  line-height: 2.2rem;
}
.banner .banner-text::after {
  content: " ";
  background: #181818;
  opacity: 0.7;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

/* 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 {
  font-family: "Roboto";
  font-weight: 400;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  padding: 15px 82px;
  font-size: 1.25rem;
  line-height: 1.625rem;
  border: 1px solid #181818;
  text-align: center;
  text-decoration: none;
  margin-left: auto;
  margin-right: auto;
  cursor: pointer;
  transition: color 0.6s ease-out;
  background-color: transparent;
  color: #181818;
}
.btn-primary:hover,
.link-primary:hover {
  background-color: #181818;
  color: #fff;
  border-color: #fff;
}
@media (min-width: 768px) {
  .btn-primary,
.link-primary {
    margin-left: 0;
  }
}

/* Menu button */
.btn-menu {
  opacity: 1;
  position: relative;
  height: 24px;
  width: 30px;
  transition: opacity 1s ease-in-out;
  justify-self: flex-end;
  align-self: center;
  z-index: 9999;
}
.btn-menu span {
  position: absolute;
  display: block;
  height: 3px;
  width: 100%;
  background: #181818;
  transition: all 0.3s 0s ease-in-out, transform 0.15s 0s ease-in-out;
}
@media (max-width: 767.98px) {
  .btn-menu span {
    background: #fff;
  }
}
.btn-menu span:nth-child(1) {
  top: 0;
}
.btn-menu span:nth-child(2) {
  top: 50%;
  width: 80%;
  right: 0;
  transform: translateY(calc(-50% - 0.5px));
}
.btn-menu span:nth-child(3) {
  top: calc(100% - 4px);
}
.btn-menu.menu-is-active span {
  background-color: #fff;
  transition: top 0.15s 0s ease-in-out, transform 0.15s 0.1s ease-in-out;
}
.btn-menu.menu-is-active span:nth-child(1) {
  top: 9px;
  transform: translateY(-50%) rotate(-45deg);
}
.btn-menu.menu-is-active span:nth-child(2) {
  opacity: 0;
}
.btn-menu.menu-is-active span:nth-child(3) {
  top: 9px;
  bottom: auto;
  transform: translateY(-50%) rotate(-135deg);
}

.swiper-button-prev:hover {
  transform: scale(1.3);
}

.swiper-button-next:hover {
  transform: scale(1.3);
}

.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: #181818;
  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> */
.contact-block .btn-primary {
  border: 1px solid #181818;
  color: #181818;
}
.contact-block .btn-primary:hover {
  background-color: #181818;
  transition: color 0.6s ease-out;
  color: #fff;
  border-color: #fff;
}
@media (min-width: 768px) {
  .contact-block .btn-primary {
    margin-left: 0;
  }
}
@media (min-width: 768px) {
  .contact-block {
    text-align: left;
  }
}
.contact-block p.firm {
  font-family: "Roboto";
  font-weight: 500;
}
.contact-block a {
  color: #181818;
}
.contact-block a:hover {
  text-decoration: underline;
}
.contact-block a.btn-primary:hover {
  text-decoration: none;
}

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

#message p {
  font-family: "DM_Serif_Display-400";
  font-size: 1.5rem;
}

.acf-notice.-dismiss {
  display: none;
}

@media (max-width: 767.98px) {
  .intro-column {
    display: block;
    padding-top: 0;
    padding-bottom: 0;
  }
  .intro-column .data-column {
    margin-top: 0;
  }
  .intro-column h2 {
    padding-top: 3rem;
  }
}
.intro-column .data-column {
  padding-top: 65px;
}
@media (min-width: 768px) {
  .intro-column .data-column {
    padding-top: 0;
    width: 100%;
    max-width: 450px;
  }
}
.intro-column .thin-font {
  color: #181818;
}

.three-columns {
  margin-bottom: -25px;
}
@media (min-width: 768px) {
  .three-columns h2 {
    padding-bottom: 4rem;
  }
  .three-columns .grid {
    grid-template-columns: repeat(3, 1fr);
    -moz-column-gap: 4rem;
         column-gap: 4rem;
  }
  .three-columns .grid h3 {
    grid-row-start: 1;
    font-size: 1.25rem;
  }
  .three-columns .grid p {
    grid-row: 2;
  }
}

@media (min-width: 768px) {
  .text-block {
    text-align: center;
  }
}

.quote-block {
  background-color: rgba(221, 221, 221, 0.4);
  padding: 40px 30px;
}
@media (min-width: 768px) {
  .quote-block {
    padding: 90px 115px;
  }
}

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

.gallery-nav,
.nav-out {
  padding-bottom: 4px;
}
.gallery-nav .swiper-button-prev,
.gallery-nav .swiper-button-next,
.nav-out .swiper-button-prev,
.nav-out .swiper-button-next {
  position: unset;
  color: #000000;
  margin-top: 0;
  height: unset;
  transition: transform 0.25s ease-in-out;
}
.gallery-nav .swiper-button-prev::after,
.gallery-nav .swiper-button-next::after,
.nav-out .swiper-button-prev::after,
.nav-out .swiper-button-next::after {
  font-size: 21px;
}

.single-post .gallery .swiper-gallery .swiper-slide {
  width: auto;
  max-width: 100%;
}
.single-post .gallery .swiper-gallery .swiper-slide img {
  width: auto;
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 700px;
  max-height: 700px;
}
@media (max-width: 1024px) {
  .single-post .gallery .swiper-gallery .swiper-slide img {
    height: 500px;
    max-height: 500px;
  }
}
@media (max-width: 768px) {
  .single-post .gallery .swiper-gallery .swiper-slide img {
    height: 400px;
    max-height: 400px;
  }
}
@media (max-width: 425px) {
  .single-post .gallery .swiper-gallery .swiper-slide img {
    height: 270px;
    max-height: 270px;
  }
}
@media (min-width: 768px) {
  .single-post .gallery {
    padding-top: 0;
    margin-top: 3.75rem;
    padding-bottom: 150px;
  }
}

.about-page .col-span-4.col-start-8 {
  padding-top: 50px;
}
@media (min-width: 768px) {
  .about-page .col-span-4.col-start-8 {
    padding-top: 1.25rem;
  }
}
@media (min-width: 1080px) {
  .about-page .col-span-4.col-start-8 {
    padding-left: 60px;
  }
}
.about-page .col-start-2.col-span-5 p {
  margin-top: 0.75rem;
}

.contact-page .pt-7 {
  width: 100%;
  max-width: 360px;
}

@media (min-width: 768px) {
  .error-page .error-text {
    margin-top: 2rem;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
  }
}

.swiper-banner {
  height: calc(var(--vh) * 100);
}
.swiper-banner .img-column a:hover::after {
  transform: scale(1.1, 1.2);
}
.swiper-banner .swiper-wrapper {
  height: calc(var(--vh) * 100);
}
.swiper-banner .swiper-wrapper .banner-slide img {
  width: 100%;
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 75%;
     object-position: 50% 75%;
}
.swiper-banner .img-text {
  width: 295px;
  max-width: 70%;
  padding: 10px 20px;
  color: #fff;
  position: absolute;
  left: 0;
  bottom: 45%;
}
@media (min-width: 768px) {
  .swiper-banner .img-text {
    width: 360px;
    bottom: 40%;
    left: 50%;
    transform: translateX(max(-650px, -43vw));
  }
}
.swiper-banner .img-text p {
  z-index: 9;
  font-size: 1.125rem;
  line-height: 1.313rem;
}
@media (min-width: 768px) {
  .swiper-banner .img-text p {
    font-size: 1.25rem;
    line-height: 1.465rem;
    margin-top: 2px;
  }
}
.swiper-banner .img-text h2,
.swiper-banner .img-text h1 {
  z-index: 9;
  display: inline;
}
.swiper-banner .img-text h2::after,
.swiper-banner .img-text h1::after {
  content: url(/wp-content/themes/understrap/img/arrowBlack.svg);
  display: block;
  position: absolute;
  height: 21px;
  width: 11px;
  bottom: 6px;
  right: -30px;
  filter: brightness(10);
}
@media (min-width: 768px) {
  .swiper-banner .img-text h2::after,
.swiper-banner .img-text h1::after {
    bottom: 16px;
  }
}
@media (min-width: 768px) {
  .swiper-banner .img-text h1::after {
    bottom: 5px;
  }
}
.swiper-banner a:hover {
  color: #fff;
  cursor: pointer;
}
.swiper-banner a::after {
  content: " ";
  background: #181818;
  opacity: 0.7;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: transform 0.6s ease-out;
}
.swiper-banner .grid-md {
  transform: translateY(-100%);
  z-index: 90;
  position: relative;
}
@media (min-width: 768px) {
  .swiper-banner .grid-md {
    margin-bottom: -56px;
    align-items: baseline;
  }
}
@media (max-width: 767.98px) {
  .swiper-banner .grid-md .nav-out {
    position: absolute;
    right: 20px;
    bottom: 30px;
  }
}
@media (max-width: 767.98px) {
  .swiper-banner .swiper-pagination {
    position: absolute;
    bottom: 39px;
    left: 50%;
    transform: translateX(calc(-50% + 0.5px));
  }
}
.swiper-banner .swiper-pagination .swiper-pagination-bullet {
  background: #fff;
  opacity: 1;
}
.swiper-banner .swiper-pagination .swiper-pagination-bullet-active {
  background: #181818;
  opacity: 1;
}
.swiper-banner .swiper-button-prev,
.swiper-banner .swiper-button-next {
  color: #fff;
  margin-top: 0;
  transition: transform 0.25s ease-in-out;
}
@media (min-width: 768px) {
  .swiper-banner .nav-out {
    padding-top: 25px;
    padding-bottom: 1.5rem;
  }
}

.swiper-bannerS {
  margin-top: 20px;
  margin-left: 20px;
}
@media (min-width: 768px) {
  .swiper-bannerS {
    margin-top: 80px;
    margin-left: 0;
    margin-bottom: 40px;
  }
}

.swiper-bannerS .img-column,
.swiper-small .img-column {
  overflow: hidden;
}
.swiper-bannerS .img-column img,
.swiper-small .img-column img {
  transition: transform 0.6s ease-out;
}
.swiper-bannerS .img-column a:hover::after,
.swiper-small .img-column a:hover::after {
  transform: scale(1.2);
}
.swiper-bannerS .img-column a:hover + img,
.swiper-bannerS .img-column a:hover + picture img,
.swiper-small .img-column a:hover + img,
.swiper-small .img-column a:hover + picture img {
  transform: scale(1.2);
}
.swiper-bannerS .rectangle img,
.swiper-small .rectangle img {
  height: 515px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
@media (max-width: 767.98px) {
  .swiper-bannerS .rectangle,
.swiper-small .rectangle {
    height: 0;
    position: relative;
    padding-bottom: 100%;
  }
  .swiper-bannerS .rectangle img,
.swiper-small .rectangle img {
    position: absolute;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.swiper-bannerS .img-text,
.swiper-small .img-text {
  padding: 10px 20px;
  color: #fff;
  position: absolute;
  left: 0;
  bottom: 40px;
  width: 75%;
  max-width: 90%;
}
@media (min-width: 768px) {
  .swiper-bannerS .img-text,
.swiper-small .img-text {
    bottom: 80px;
    width: unset;
  }
}
.swiper-bannerS .img-text p,
.swiper-small .img-text p {
  z-index: 99;
  font-size: 1.125rem;
  line-height: 1.313rem;
}
@media (min-width: 768px) {
  .swiper-bannerS .img-text p,
.swiper-small .img-text p {
    font-size: 1.25rem;
    line-height: 1.465rem;
    margin-top: 2px;
  }
}
.swiper-bannerS .img-text h2,
.swiper-small .img-text h2 {
  z-index: 99;
  line-height: 2rem;
  display: inline;
}
.swiper-bannerS .img-text h2::after,
.swiper-small .img-text h2::after {
  content: url(/wp-content/themes/understrap/img/arrowBlack.svg);
  height: 21px;
  width: 11px;
  bottom: 9px;
  right: -30px;
  filter: brightness(10);
}
@media (min-width: 768px) {
  .swiper-bannerS .img-text h2::after,
.swiper-small .img-text h2::after {
    bottom: 11px;
  }
}
.swiper-bannerS a:hover,
.swiper-small a:hover {
  color: #fff;
  cursor: pointer;
}
.swiper-bannerS a::after,
.swiper-small a::after {
  content: " ";
  background: #181818;
  opacity: 0.7;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9;
  transition: transform 0.6s ease-out;
}
.swiper-bannerS .nav-out,
.swiper-small .nav-out {
  padding-top: 10px;
}
@media (min-width: 768px) {
  .swiper-bannerS .nav-out,
.swiper-small .nav-out {
    padding-top: 25px;
  }
}

.page-template-home .dash-divider {
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 50px;
}

.offer-page .socials path {
  fill: #181818;
}
.offer-page .socials a:hover path {
  fill: #545454;
}
.offer-page form .acf-fields > .acf-field {
  padding: 10px 0;
  border-top: none;
}
@media (min-width: 768px) {
  .offer-page form .acf-fields > .acf-field {
    padding: 10px 30px 10px 0;
  }
}
.offer-page form .acf-fields > .acf-field .acf-label label {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: 1.125rem;
  line-height: 1.313rem;
  color: #181818;
  opacity: 0.7;
}
.offer-page form .acf-field .acf-label {
  margin: 0 0 7px;
}
.offer-page form .acf-input input,
.offer-page form .acf-input select,
.offer-page form .acf-input textarea {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 1.313rem;
  background-color: transparent;
  border-width: 1px;
  color: #181818;
  border-color: rgba(24, 24, 24, 0.5019607843);
}
.offer-page form .acf-input input,
.offer-page form .acf-input select {
  height: 40px;
  padding-left: 20px;
}
.offer-page form .acf-input input [type=text] {
  background: none !important;
}
.offer-page form .acf-input textarea {
  height: 100px;
  resize: none;
}
.offer-page form .acf-input select {
  background: url(/wp-content/themes/understrap/img/dropdown.png) no-repeat;
  background-position: right center;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-color: rgba(24, 24, 24, 0.5019607843);
  -webkit-border-color: rgba(24, 24, 24, 0.5019607843);
}
.offer-page form .acf-input ul.acf-checkbox-list li input[type=checkbox] {
  margin-top: -10px;
  width: 50px;
}
@media (min-width: 768px) {
  .offer-page form .acf-input ul.acf-checkbox-list li input[type=checkbox] {
    width: 35px;
  }
}
.offer-page form .acf-input ul.acf-checkbox-list li .selected input[type=checkbox] {
  color: #181818;
  opacity: 0.7;
  accent-color: currentcolor;
}
.offer-page form .acf-fields .acf-field.gdpr_checkbox {
  padding-top: 0;
}
.offer-page form .gdpr_checkbox .acf-label {
  display: none;
}
.offer-page form .gdpr_checkbox ul li label {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: 0.813rem;
  line-height: 1rem;
  display: flex;
  -moz-column-gap: 14px;
       column-gap: 14px;
  accent-color: rgba(255, 255, 255, 0.7);
  color: #181818;
  opacity: 0.7;
}
@media (min-width: 768px) {
  .offer-page form .acf-form-submit {
    padding-right: 30px;
  }
}
@media (min-width: 768px) {
  .offer-page .form-block {
    padding-left: 0;
    padding-right: 0;
    background-color: #fff;
    color: #181818;
  }
}
@media (min-width: 1080px) {
  .offer-page .col-start-8 {
    padding-left: 60px;
  }
}
@media (min-width: 768px) {
  .offer-page a {
    color: #181818;
  }
}
.offer-page a:hover {
  text-decoration: underline;
  color: #181818;
}

.acf-required {
  display: none;
}

@media (min-width: 768px) {
  .policy-page .grid-md p.has-text-align-center {
    padding: 0 80px;
  }
  .policy-page .grid-md h4,
.policy-page .grid-md figure {
    padding: 0 65px;
    overflow: hidden;
  }
}
.policy-page .grid-md .cookies-table-1,
.policy-page .grid-md .cookies-table-2 {
  margin-top: 20px;
  padding-bottom: 20px;
}
.policy-page .grid-md .cookies-table-1 th.has-text-align-left,
.policy-page .grid-md .cookies-table-2 th.has-text-align-left {
  padding-left: 15px;
  padding-right: 15px;
  border-right: 1px dashed rgba(24, 24, 24, 0.5);
}
.policy-page .grid-md .cookies-table-1 th.has-text-align-left:last-child,
.policy-page .grid-md .cookies-table-2 th.has-text-align-left:last-child {
  border-right: none;
}
.policy-page .grid-md .cookies-table-1 th.has-text-align-left:first-child,
.policy-page .grid-md .cookies-table-2 th.has-text-align-left:first-child {
  padding-left: 0;
}
@media (min-width: 768px) {
  .policy-page .grid-md .cookies-table-1 th.has-text-align-left,
.policy-page .grid-md .cookies-table-2 th.has-text-align-left {
    padding-left: 40px;
  }
}
.policy-page .grid-md .cookies-table-1 td.has-text-align-left,
.policy-page .grid-md .cookies-table-2 td.has-text-align-left {
  padding-top: 15px;
  padding-left: 15px;
  padding-right: 15px;
  border-right: 1px dashed rgba(24, 24, 24, 0.5);
}
.policy-page .grid-md .cookies-table-1 td.has-text-align-left:last-child,
.policy-page .grid-md .cookies-table-2 td.has-text-align-left:last-child {
  border-right: none;
}
.policy-page .grid-md .cookies-table-1 td.has-text-align-left:first-child,
.policy-page .grid-md .cookies-table-2 td.has-text-align-left:first-child {
  padding-left: 0;
}
@media (min-width: 768px) {
  .policy-page .grid-md .cookies-table-1 td.has-text-align-left,
.policy-page .grid-md .cookies-table-2 td.has-text-align-left {
    padding-left: 40px;
  }
}

.projects-page .project-page .img-column {
  overflow: hidden;
}
.projects-page .project-page img {
  transition: transform 0.6s ease-out;
}
@media (min-width: 768px) {
  .projects-page .project-page.gap-20 {
    margin-left: -5px;
  }
}
@media (min-width: 768px) {
  .projects-page .project-page .project-header {
    padding-bottom: 80px;
  }
}
@media (max-width: 767.98px) {
  .projects-page .project-page .swiper-slide {
    margin-bottom: 1.25rem;
  }
}
.projects-page .project-page .swiper-slide:nth-child(2n) {
  grid-column: 7/span 5;
}
.projects-page .project-page .img-text {
  width: 295px;
  padding: 10px 20px;
  color: #fff;
  position: absolute;
  left: 0;
  bottom: 40px;
}
@media (min-width: 768px) {
  .projects-page .project-page .img-text {
    width: 370px;
    bottom: 80px;
  }
}
.projects-page .project-page .img-text p {
  z-index: 99;
  font-size: 1.125rem;
  line-height: 1.313rem;
}
@media (min-width: 768px) {
  .projects-page .project-page .img-text p {
    font-size: 1.25rem;
    line-height: 1.465rem;
  }
}
.projects-page .project-page .img-text h2 {
  z-index: 99;
  display: inline;
}
.projects-page .project-page .img-text h2::after {
  content: url(/wp-content/themes/understrap/img/arrowBlack.svg);
  display: block;
  position: absolute;
  height: 21px;
  width: 11px;
  bottom: 10px;
  right: -30px;
  filter: brightness(10);
  transition: transform 0.25s ease-in-out;
}
@media (min-width: 768px) {
  .projects-page .project-page .img-text h2::after {
    bottom: 16px;
  }
}
.projects-page .project-page a:hover::after {
  transform: scale(1.1, 1.2);
}
.projects-page .project-page a:hover + img, .projects-page .project-page a:hover + picture img {
  transform: scale(1.2);
}
.projects-page .project-page a:hover {
  color: #fff;
  cursor: pointer;
}
.projects-page .project-page a::after {
  content: " ";
  background: #181818;
  opacity: 0.7;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9;
  transition: transform 0.25s ease-in-out;
}
.projects-page .project-page .dash-divider {
  padding-top: 0;
}
@media (min-width: 768px) {
  .projects-page .project-page .dash-divider {
    margin-top: 0;
  }
}
.projects-page .contact-block a {
  color: #181818;
}
.projects-page .contact-block a:hover {
  text-decoration: underline;
}
.projects-page .contact-block a.btn-primary:hover {
  text-decoration: none;
}
.projects-page .contact-block .dash-divider {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .projects-page {
    margin-bottom: -10px;
  }
}

.our-projects h2 {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.our-projects h2 a::after {
  content: url(/wp-content/themes/understrap/img/arrowBlack.svg);
  display: block;
  position: absolute;
  height: 30px;
  width: 11px;
  top: 20px;
  right: -30px;
  z-index: 9;
  transition: transform 0.25s ease-in-out;
}
.our-projects h2 a:hover::after {
  transform: scale(1.3);
}
