@charset "UTF-8";
/* WP */
/* Color */
/* Box shadows & gradients */
/* 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 {
  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 {
  -ms-scroll-snap-type: x mandatory;
      scroll-snap-type: x mandatory;
}

.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: y mandatory;
      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;
  overflow-x: hidden !important;
}

body {
  position: relative;
  margin: 0;
  background-color: #1B164A;
  overflow-x: hidden;
}
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: inherit;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
}
a:hover {
  text-decoration: none;
}

/* Text */
b {
  font-family: "UniviaPro-Bold";
}

strong {
  font-family: "UniviaPro-Black";
}

ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

ol {
  padding-left: 1.25rem;
}
ol li {
  padding-left: 0.25rem;
}

/* img {
  height: auto;
  max-width: 100%;
} */
:root {
  --container-py: 2.5rem;
  --container-px: 26px;
  --vh: 1vh;
}
@media (min-width: 375px) {
  :root {
    --container-py: 2.625rem;
    --container-px: 30px;
  }
}
@media (min-width: 576px) {
  :root {
    --container-py: 3rem;
    --container-px: 50px;
  }
}
@media (min-width: 768px) {
  :root {
    --container-py: 3.5rem;
    --container-px: 64px;
  }
}
@media (min-width: 1080px) {
  :root {
    --container-py: 4.5rem;
    --container-px: 9.5%;
  }
}
@media (min-width: 1440px) {
  :root {
    --container-py: 4.5rem;
    --container-px: 9.5%;
  }
}
@media (min-width: 1920px) {
  :root {
    --container-py: 4.5rem;
    --container-px: 9.5%;
  }
}

@font-face {
  font-family: "UniviaPro-Bold";
  src: url("/../../wp-content/themes/understrap/fonts/UniviaPro-Bold.eot");
  /* IE9 Compat Modes */
  src: url("/../../wp-content/themes/understrap/fonts/UniviaPro-Bold.eot?#iefix") format("embedded-opentype"), url("/../../wp-content/themes/understrap/fonts/UniviaPro-Bold.ttf") format("truetype"), url("/../../wp-content/themes/understrap/fonts/UniviaPro-Bold.woff") format("woff"), url("/../../wp-content/themes/understrap/fonts/UniviaPro-Bold.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "UniviaPro-Black";
  src: url("/../../wp-content/themes/understrap/fonts/UniviaPro-Black.eot");
  /* IE9 Compat Modes */
  src: url("/../../wp-content/themes/understrap/fonts/UniviaPro-Black.eot?#iefix") format("embedded-opentype"), url("/../../wp-content/themes/understrap/fonts/UniviaPro-Black.ttf") format("truetype"), url("/../../wp-content/themes/understrap/fonts/UniviaPro-Black.woff") format("woff"), url("/../../wp-content/themes/understrap/fonts/UniviaPro-Black.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "UniviaPro-Regular";
  src: url("/../../wp-content/themes/understrap/fonts/UniviaPro-Regular.eot");
  /* IE9 Compat Modes */
  src: url("/../../wp-content/themes/understrap/fonts/UniviaPro-Regular.eot?#iefix") format("embedded-opentype"), url("/../../wp-content/themes/understrap/fonts/UniviaPro-Regular.ttf") format("truetype"), url("/../../wp-content/themes/understrap/fonts/UniviaPro-Regular.woff") format("woff"), url("/../../wp-content/themes/understrap/fonts/UniviaPro-Regular.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "UniviaPro-Book";
  src: url("/../../wp-content/themes/understrap/fonts/UniviaPro-Book.eot");
  /* IE9 Compat Modes */
  src: url("/../../wp-content/themes/understrap/fonts/UniviaPro-Book.eot?#iefix") format("embedded-opentype"), url("/../../wp-content/themes/understrap/fonts/UniviaPro-Book.ttf") format("truetype"), url("/../../wp-content/themes/understrap/fonts/UniviaPro-Book.woff") format("woff"), url("/../../wp-content/themes/understrap/fonts/UniviaPro-Book.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "UniviaPro-Medium";
  src: url("/../../wp-content/themes/understrap/fonts/UniviaPro-Medium.eot");
  /* IE9 Compat Modes */
  src: url("/../../wp-content/themes/understrap/fonts/UniviaPro-Medium.eot?#iefix") format("embedded-opentype"), url("/../../wp-content/themes/understrap/fonts/UniviaPro-Medium.ttf") format("truetype"), url("/../../wp-content/themes/understrap/fonts/UniviaPro-Medium.woff") format("woff"), url("/../../wp-content/themes/understrap/fonts/UniviaPro-Medium.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}
body {
  font-family: "UniviaPro-Book";
  font-size: 1.125rem;
  line-height: 1.375rem;
  color: #fff;
}

h1,
.h1 {
  font-family: "UniviaPro-Book";
  font-size: 2.25rem;
  line-height: 100%;
  font-weight: normal;
  word-wrap: break-word;
  margin: 0;
}
@media (min-width: 768px) {
  h1,
.h1 {
    font-size: 2.5rem;
  }
}

h2,
.h2 {
  font-family: "UniviaPro-Bold";
  font-size: 2.5rem;
  line-height: 100%;
  font-weight: normal;
  word-wrap: break-word;
  margin: 0;
}
@media (min-width: 768px) {
  h2,
.h2 {
    font-size: 3.75rem;
  }
}
@media (min-width: 768px) and (max-height: 800px) {
  h2,
.h2 {
    font-size: 3rem;
  }
}

h3 {
  font-family: "UniviaPro-Bold";
  font-size: 2.25rem;
  line-height: 100%;
  font-weight: normal;
  word-wrap: break-word;
  margin: 0;
}

h4, h5, h6,
.h4 {
  font-family: "UniviaPro-Book";
  font-size: 1.5rem;
  line-height: 1.8125rem;
  font-weight: normal;
  word-wrap: break-word;
  margin: 0;
}

/*

h5 {
  // font-family: '';
  font-size: 1.5rem;
  line-height: 2rem;
  word-wrap: break-word;
  margin: 0;
}

h6 {
  // font-family: '';
  font-size: 1.2rem;
  line-height: 1.7rem;
  word-wrap: break-word;
  margin: 0;
} */
@-webkit-keyframes explode {
  0% {
    transform: translate(-50%, -50%) scale(0.01);
  }
  100% {
    transform: translate(-50%, -50%) scale(2.5);
    background-color: #20BAF2;
  }
}
@keyframes explode {
  0% {
    transform: translate(-50%, -50%) scale(0.01);
  }
  100% {
    transform: translate(-50%, -50%) scale(2.5);
    background-color: #20BAF2;
  }
}
@-webkit-keyframes deplode {
  0% {
    transform: translate(-50%, -50%) scale(2.5);
    background-color: #20BAF2;
  }
  100% {
    transform: translate(-50%, -50%) scale(0.01);
  }
}
@keyframes deplode {
  0% {
    transform: translate(-50%, -50%) scale(2.5);
    background-color: #20BAF2;
  }
  100% {
    transform: translate(-50%, -50%) scale(0.01);
  }
}
@-webkit-keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359.98deg);
  }
}
@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359.98deg);
  }
}
@-webkit-keyframes rotate-180 {
  0% {
    transform: rotate(180deg);
  }
  100% {
    transform: rotate(-179.98deg);
  }
}
@keyframes rotate-180 {
  0% {
    transform: rotate(180deg);
  }
  100% {
    transform: rotate(-179.98deg);
  }
}
@-webkit-keyframes rotate-and-scale {
  0% {
    transform: rotate(0deg) scale(1);
  }
  25% {
    transform: rotate(15deg) scale(1);
  }
  50% {
    transform: rotate(0deg) scale(0.9);
  }
  75% {
    transform: rotate(-15deg) scale(1);
  }
  100% {
    transform: rotate(0deg) scale(1);
  }
}
@keyframes rotate-and-scale {
  0% {
    transform: rotate(0deg) scale(1);
  }
  25% {
    transform: rotate(15deg) scale(1);
  }
  50% {
    transform: rotate(0deg) scale(0.9);
  }
  75% {
    transform: rotate(-15deg) scale(1);
  }
  100% {
    transform: rotate(0deg) scale(1);
  }
}
@-webkit-keyframes rotate-and-scale-alt {
  0% {
    transform: rotate(0deg) scale(1);
  }
  25% {
    transform: rotate(20deg) scale(1.1);
  }
  50% {
    transform: rotate(0deg) scale(0.9);
  }
  75% {
    transform: rotate(-20deg) scale(1.1);
  }
  100% {
    transform: rotate(0deg) scale(1);
  }
}
@keyframes rotate-and-scale-alt {
  0% {
    transform: rotate(0deg) scale(1);
  }
  25% {
    transform: rotate(20deg) scale(1.1);
  }
  50% {
    transform: rotate(0deg) scale(0.9);
  }
  75% {
    transform: rotate(-20deg) scale(1.1);
  }
  100% {
    transform: rotate(0deg) scale(1);
  }
}
@-webkit-keyframes dashed {
  0% {
    stroke-dashoffset: 0;
  }
  100% {
    stroke-dashoffset: -8;
  }
}
@keyframes dashed {
  0% {
    stroke-dashoffset: 0;
  }
  100% {
    stroke-dashoffset: -8;
  }
}
@-webkit-keyframes animateC {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes animateC {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes animate {
  0% {
    transform: rotate(45deg);
  }
  100% {
    transform: rotate(405deg);
  }
}
@keyframes animate {
  0% {
    transform: rotate(45deg);
  }
  100% {
    transform: rotate(405deg);
  }
}
/* Position */
.relative {
  position: relative;
}

.absolute {
  position: absolute;
}

.absolute-md {
  position: relative;
  z-index: 0 !important;
}
@media (min-width: 768px) {
  .absolute-md {
    position: absolute !important;
  }
}

@media (min-width: 768px) {
  .float-right-md {
    float: right;
  }
}

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

.separator {
  flex: 0 0 auto;
}
.separator.hor {
  width: 8.5rem;
  height: 3px;
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}
.separator.ver {
  width: 100%;
  height: 1px;
}
@media (min-width: 768px) {
  .separator.ver {
    width: 1px;
    height: 100%;
  }
}

.border-top {
  border-top-style: solid;
  border-top-width: 1px;
}

.border-left {
  border-left-style: solid;
  border-left-width: 1px;
}

.border-right {
  border-right-style: solid;
  border-right-width: 1px;
}

.border-bottom {
  border-bottom-style: solid;
  border-bottom-width: 1px;
}

.clear-border + * {
  border: none;
}
.clear-border + .clear-border,
.clear-border + #wrapper-footer {
  margin-top: 2.5rem;
}

.fp-watermark {
  visibility: hidden !important;
  height: 1px !important;
  width: 1px !important;
  pointer-events: none !important;
}
.fp-watermark a {
  display: none !important;
}

/* Animated underline */
/* Needs to be on an inline element (span, b, strong, etc) */
.underline {
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), linear-gradient(#85DBFF, #85DBFF);
  background-size: 100% 1.5px, 0 1.5px;
  background-position: 100% 100%, 0 100%;
  background-repeat: no-repeat;
  transition: background-size 0.4s 0.1s ease-out;
}
.underline--white {
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), linear-gradient(#fff, #fff);
}
.underline.reverse {
  background-position: 0% 100%, 100% 100%;
}

@media (hover: hover) {
  a:hover .underline, a:hover.underline, .lined:hover .underline, .lined:hover.underline {
    background-size: 0 1.5px, 100% 1.5px;
    transition: background-size 0.5s 0s ease-out;
  }
}

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

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

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

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

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

.black {
  color: #000;
}

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

.border-black {
  border-color: #000;
}

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

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

.black-trans {
  color: rgba(0, 0, 0, 0.2039215686);
}

.bg-black-trans {
  background-color: rgba(0, 0, 0, 0.2039215686);
}

.border-black-trans {
  border-color: rgba(0, 0, 0, 0.2039215686);
}

.black-trans-hover:hover {
  color: rgba(0, 0, 0, 0.2039215686);
}

.bg-black-trans-hover:hover {
  background-color: rgba(0, 0, 0, 0.2039215686);
}

.blackblue-dark {
  color: #112432;
}

.bg-blackblue-dark {
  background-color: #112432;
}

.border-blackblue-dark {
  border-color: #112432;
}

.blackblue-dark-hover:hover {
  color: #112432;
}

.bg-blackblue-dark-hover:hover {
  background-color: #112432;
}

.blackblue-light {
  color: #333F48;
}

.bg-blackblue-light {
  background-color: #333F48;
}

.border-blackblue-light {
  border-color: #333F48;
}

.blackblue-light-hover:hover {
  color: #333F48;
}

.bg-blackblue-light-hover:hover {
  background-color: #333F48;
}

.backgrounds-gray {
  color: #f1f1f1;
}

.bg-backgrounds-gray {
  background-color: #f1f1f1;
}

.border-backgrounds-gray {
  border-color: #f1f1f1;
}

.backgrounds-gray-hover:hover {
  color: #f1f1f1;
}

.bg-backgrounds-gray-hover:hover {
  background-color: #f1f1f1;
}

.zumo-blue-bg {
  color: #85DBFF;
}

.bg-zumo-blue-bg {
  background-color: #85DBFF;
}

.border-zumo-blue-bg {
  border-color: #85DBFF;
}

.zumo-blue-bg-hover:hover {
  color: #85DBFF;
}

.bg-zumo-blue-bg-hover:hover {
  background-color: #85DBFF;
}

.zumo-blue-light {
  color: #20BAF2;
}

.bg-zumo-blue-light {
  background-color: #20BAF2;
}

.border-zumo-blue-light {
  border-color: #20BAF2;
}

.zumo-blue-light-hover:hover {
  color: #20BAF2;
}

.bg-zumo-blue-light-hover:hover {
  background-color: #20BAF2;
}

.zumo-blue {
  color: #009cde;
}

.bg-zumo-blue {
  background-color: #009cde;
}

.border-zumo-blue {
  border-color: #009cde;
}

.zumo-blue-hover:hover {
  color: #009cde;
}

.bg-zumo-blue-hover:hover {
  background-color: #009cde;
}

.turquoise {
  color: #00AEC7;
}

.bg-turquoise {
  background-color: #00AEC7;
}

.border-turquoise {
  border-color: #00AEC7;
}

.turquoise-hover:hover {
  color: #00AEC7;
}

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

.turquoise-bland {
  color: #7BA7BC;
}

.bg-turquoise-bland {
  background-color: #7BA7BC;
}

.border-turquoise-bland {
  border-color: #7BA7BC;
}

.turquoise-bland-hover:hover {
  color: #7BA7BC;
}

.bg-turquoise-bland-hover:hover {
  background-color: #7BA7BC;
}

.violet {
  color: #6638B6;
}

.bg-violet {
  background-color: #6638B6;
}

.border-violet {
  border-color: #6638B6;
}

.violet-hover:hover {
  color: #6638B6;
}

.bg-violet-hover:hover {
  background-color: #6638B6;
}

.dark-violet {
  color: #180041;
}

.bg-dark-violet {
  background-color: #180041;
}

.border-dark-violet {
  border-color: #180041;
}

.dark-violet-hover:hover {
  color: #180041;
}

.bg-dark-violet-hover:hover {
  background-color: #180041;
}

.zumo-magenta {
  color: #E93CAC;
}

.bg-zumo-magenta {
  background-color: #E93CAC;
}

.border-zumo-magenta {
  border-color: #E93CAC;
}

.zumo-magenta-hover:hover {
  color: #E93CAC;
}

.bg-zumo-magenta-hover:hover {
  background-color: #E93CAC;
}

.green {
  color: #8BC400;
}

.bg-green {
  background-color: #8BC400;
}

.border-green {
  border-color: #8BC400;
}

.green-hover:hover {
  color: #8BC400;
}

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

.yellow {
  color: #FFC845;
}

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

.border-yellow {
  border-color: #FFC845;
}

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

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

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

.spaced {
  letter-spacing: 0.2em;
}

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

.text-xxs {
  font-size: 0.75rem;
  line-height: 0.875rem;
}

.text-xs {
  font-size: 0.875rem;
  line-height: 1.0625rem;
}

.text-sm {
  font-size: 0.9375rem;
  line-height: 1.125rem;
}

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

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

.text-xl {
  font-size: 2.5rem;
  line-height: 100%;
  margin: 0;
}
@media (min-width: 768px) {
  .text-xl {
    font-size: 3rem;
  }
}

.text-sm-to-md {
  font-size: 1rem;
  line-height: 1.5rem;
  letter-spacing: 0.02em;
}
@media (min-width: 768px) {
  .text-sm-to-md {
    font-size: 1.5rem;
    line-height: 2.25rem;
  }
}

.font-regular {
  font-family: "UniviaPro-Regular";
}

.font-medium {
  font-family: "UniviaPro-Medium";
}

.with-text .text {
  z-index: 1;
  position: absolute;
}
@media (max-width: 575.98px) {
  .with-text .text h4 {
    font-size: 1.0675rem;
    line-height: 1.25rem;
  }
}
.with-text .text:nth-of-type(1) {
  left: 21%;
  bottom: 38%;
  padding-bottom: 5%;
  z-index: 1;
}
.with-text .text:nth-of-type(1) p {
  width: 7.75rem;
}
.with-text .text:nth-of-type(2) {
  left: 41%;
  bottom: 50%;
  padding-bottom: 15%;
}
.with-text .text:nth-of-type(2) p {
  width: 8.25rem;
}
.with-text .text:nth-of-type(3) {
  left: 77%;
  top: 42.5%;
  padding-top: 13%;
}
.with-text .text:nth-of-type(3) p {
  width: 10.25rem;
}
@media (min-width: 576px) {
  .with-text .text:nth-of-type(3) {
    left: 80%;
  }
}
@media (min-width: 768px) {
  .with-text .text:nth-of-type(3) {
    left: 77%;
  }
}
@media (min-width: 1080px) {
  .with-text .text:nth-of-type(3) {
    left: 80%;
  }
}
@media (min-width: 768px) {
  .with-text {
    height: 120%;
    transform: translate(15%, -10%);
  }
  .with-text .text:nth-of-type(1) {
    padding-bottom: 2rem;
  }
  .with-text .text:nth-of-type(2) {
    padding-bottom: 5rem;
  }
  .with-text .text:nth-of-type(3) {
    padding-top: 5rem;
  }
}

.text-area > *:first-child {
  margin-top: 0 !important;
}
.text-area + .btn-primary {
  margin-top: 1.75rem;
}
.text-area strong {
  font-family: "UniviaPro-Bold";
}

.arrow {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  flex-shrink: 0;
  background: url("/../../wp-content/themes/understrap/img/icon-arrow_r.svg");
  background-color: #fff;
  background-position: center !important;
  background-repeat: no-repeat !important;
  box-shadow: 0px 0px 30px 1px rgba(0, 0, 0, 0.25);
  transition: background-color 0.2s linear;
}
.arrow.reverse {
  transform: rotate(180deg);
}
.arrow:hover {
  background: url("/../../wp-content/themes/understrap/img/icon-arrow_r.svg");
  background-color: rgba(255, 255, 255, 0.7529411765);
}

#next-slide {
  height: 60px;
  width: 32px;
  border-radius: 16px;
  padding: 0.5rem;
  box-shadow: 0px 0px 30px 1px rgba(0, 0, 0, 0.25);
  cursor: pointer;
  position: relative;
}
#next-slide .flex {
  gap: 2px;
}
#next-slide .next-slide-bg {
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  z-index: -1;
  border-radius: 16px;
  position: absolute;
  background-image: linear-gradient(286.36deg, #E93CAC -75.3%, #20BAF2 149.07%);
  opacity: 0.2;
}
#next-slide span {
  background: #85DBFF;
  display: block;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  transform: translateX(-0.5px);
}
#next-slide span:nth-of-type(1) {
  opacity: 0.2;
}
#next-slide span:nth-of-type(2) {
  opacity: 0.4;
}
#next-slide span:nth-of-type(3) {
  opacity: 0.6;
}
#next-slide span:nth-of-type(4) {
  opacity: 0.8;
}
#next-slide span:nth-of-type(6) {
  background: none;
  display: block;
  width: 12px;
  height: 12px;
  border-left: 3px solid #85DBFF;
  border-bottom: 3px solid #85DBFF;
  transform: translateY(-7px) rotate(-45deg);
  border-radius: 0;
}

.calendar {
  background: linear-gradient(228.51deg, #FFFFFF -21.04%, #D9D9D9 112.24%);
  box-shadow: 0px 0px 37px 1px rgba(0, 0, 0, 0.25);
  border-radius: 0px 0px 32px 32px;
  position: relative;
}
.calendar .clip {
  position: absolute;
  display: block;
  top: 0;
  transform: translateY(-50%);
  width: 5px;
  height: 1.75rem;
  background-color: #7BA7BC;
}
.calendar .clip:nth-of-type(1) {
  left: 1.25rem;
}
.calendar .clip:nth-of-type(2) {
  right: 1.25rem;
}
.calendar .day-of-month {
  display: block;
}
.calendar .month {
  color: #180041;
}

[class*=icons-] {
  position: relative;
}
[class*=icons-]::before {
  display: inline-block;
  margin-right: 0.5rem;
}

.icons-watch::before {
  content: url("/../../wp-content/themes/understrap/img/icon-watch.svg");
}

.icons-listen::before {
  content: url("/../../wp-content/themes/understrap/img/icon-listen.svg");
}

.icons-read::before {
  content: url("/../../wp-content/themes/understrap/img/icon-read.svg");
}

.flag {
  -webkit-clip-path: polygon(0 0, 100% 0, calc(100% - 1.25rem) 50%, 100% 100%, 0 100%);
          clip-path: polygon(0 0, 100% 0, calc(100% - 1.25rem) 50%, 100% 100%, 0 100%);
}

.play-button {
  top: 50%;
  left: 50%;
  z-index: 1;
  width: 10rem;
  height: 10rem;
  max-width: 33%;
  max-height: 33%;
  transform: translate(-50%, -50%);
}

.animation-web {
  z-index: 1;
  position: absolute;
  top: 50%;
  right: 50%;
}

.ring {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 150px;
  height: 150px;
  background: transparent;
  border: 3px solid #3c3c3c;
  border-radius: 50%;
  text-align: center;
  line-height: 144px;
  font-size: 20px;
  color: #85DBFF;
  letter-spacing: 4px;
  text-transform: uppercase;
  text-shadow: 0 0 10px #85DBFF;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
}
.ring::before {
  content: "";
  position: absolute;
  top: -3px;
  left: -3px;
  width: calc(100% + 6px);
  height: calc(100% + 6px);
  border: 3px solid transparent;
  border-top: 3px solid #85DBFF;
  border-right: 3px solid #85DBFF;
  border-radius: 50%;
  -webkit-animation: animateC 2s linear infinite;
          animation: animateC 2s linear infinite;
}
.ring span {
  display: block;
  position: absolute;
  top: calc(50% - 2px);
  left: 50%;
  width: 50%;
  height: 4px;
  background: transparent;
  transform-origin: left;
  -webkit-animation: animate 2s linear infinite;
          animation: animate 2s linear infinite;
}
.ring span::before {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #85DBFF;
  top: -6px;
  right: -8px;
  box-shadow: 0 0 20px #85DBFF;
}

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

.square {
  position: relative;
  height: 0;
  padding-bottom: 100%;
}
.square img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.background-image {
  position: fixed;
  top: 0;
  z-index: -1;
  background-color: #333F48;
  height: calc(var(--vh) * 100);
  width: 100%;
  background-image: url("/../../wp-content/themes/understrap/img/background.png"), linear-gradient(255.16deg, #08001C 5.73%, #1A104D 96.3%);
  background-size: max(100%, 768px), 100%;
  background-position: 50% 0;
  background-repeat: no-repeat;
}

.absolute-md {
  pointer-events: none;
}
.absolute-md .picture-container img, .absolute-md .picture-container svg {
  width: 100%;
  height: auto;
}
@media (min-width: 768px) {
  .absolute-md .picture-container {
    height: 100%;
  }
  .absolute-md .picture-container img, .absolute-md .picture-container svg {
    height: 100%;
    width: unset;
  }
}

/* Video holder */
.video-holder {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}

.video-holder iframe,
.video-holder object,
.video-holder embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

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

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

@media (min-width: 768px) {
  .flex-wrap-md {
    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: 874.98px) {
  .flex-row-md-lg {
    flex-direction: column;
  }
}

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

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

@media (max-width: 1439.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: 875px) {
  .flex-column-md-lg {
    flex-direction: column;
  }
}

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

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

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

@media (min-width: 1920px) {
  .flex-column-xxl {
    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-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%;
}

@media (min-width: 768px) {
  .w-80 {
    width: 80%;
  }
}

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

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

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

.max-w-460 {
  max-width: 28.75rem;
}

.max-w-380 {
  max-width: 23.75rem;
}

.max-w-300 {
  max-width: 18.75rem;
}

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

.mh-min {
  min-height: 0;
}

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

.inline-block {
  display: inline-block;
}

.block {
  display: block;
}

.inline {
  display: inline;
}

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

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

.self-top {
  align-self: flex-start;
}
.self-top img {
  display: block;
}

.self-center {
  align-self: center;
}
.self-center img {
  display: block;
}

.self-bottom {
  align-self: flex-end;
}
.self-bottom img {
  display: block;
}

.z-index-1 {
  z-index: 1;
}

.child-z-1 > * {
  position: relative;
  z-index: 1;
}

/* Container element */
.container {
  width: 100%;
  display: grid;
  grid-template-columns: [start] 1fr [padding-start] var(--container-px) [content-start] minmax(0, 1280px) [content-end] var(--container-px) [padding-end] 1fr [end];
}
@media (min-width: 768px) {
  .container-alt {
    grid-template-columns: [start] 1fr var(--container-px) [content-start] repeat(2, minmax(0, calc( 1280px / 3))) [content-end] minmax(0, calc( 1280px / 3)) var(--container-px) 1fr [end];
  }
  .container-alt .content {
    margin-right: 2rem;
    min-height: 20rem;
  }
}

.side-left {
  grid-column: start/content-start;
}

.side-right {
  grid-column: content-end/end;
}

/* 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: 26px;
  padding-right: 26px;
}
@media (min-width: 375px) {
  .container-px {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (min-width: 576px) {
  .container-px {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media (min-width: 768px) {
  .container-px {
    padding-left: 64px;
    padding-right: 64px;
  }
}
@media (min-width: 1080px) {
  .container-px {
    padding-left: 9.5%;
    padding-right: 9.5%;
  }
}
@media (min-width: 1440px) {
  .container-px {
    padding-left: 9.5%;
    padding-right: 9.5%;
  }
}
@media (min-width: 1920px) {
  .container-px {
    padding-left: 9.5%;
    padding-right: 9.5%;
  }
}

.container-py {
  padding-top: calc(2.5rem /2);
  padding-bottom: calc(2.5rem /2);
}
@media (min-width: 375px) {
  .container-py {
    padding-top: calc(2.625rem /2);
    padding-bottom: calc(2.625rem /2);
  }
}
@media (min-width: 576px) {
  .container-py {
    padding-top: calc(3rem /2);
    padding-bottom: calc(3rem /2);
  }
}
@media (min-width: 768px) {
  .container-py {
    padding-top: calc(3.5rem /2);
    padding-bottom: calc(3.5rem /2);
  }
}
@media (min-width: 1080px) {
  .container-py {
    padding-top: calc(4.5rem /2);
    padding-bottom: calc(4.5rem /2);
  }
}
@media (min-width: 1440px) {
  .container-py {
    padding-top: calc(4.5rem /2);
    padding-bottom: calc(4.5rem /2);
  }
}
@media (min-width: 1920px) {
  .container-py {
    padding-top: calc(4.5rem /2);
    padding-bottom: calc(4.5rem /2);
  }
}

.container-pt {
  padding-top: calc(2.5rem /2);
  padding-bottom: calc(2.5rem /2);
  padding-bottom: 0;
}
@media (min-width: 375px) {
  .container-pt {
    padding-top: calc(2.625rem /2);
    padding-bottom: calc(2.625rem /2);
  }
}
@media (min-width: 576px) {
  .container-pt {
    padding-top: calc(3rem /2);
    padding-bottom: calc(3rem /2);
  }
}
@media (min-width: 768px) {
  .container-pt {
    padding-top: calc(3.5rem /2);
    padding-bottom: calc(3.5rem /2);
  }
}
@media (min-width: 1080px) {
  .container-pt {
    padding-top: calc(4.5rem /2);
    padding-bottom: calc(4.5rem /2);
  }
}
@media (min-width: 1440px) {
  .container-pt {
    padding-top: calc(4.5rem /2);
    padding-bottom: calc(4.5rem /2);
  }
}
@media (min-width: 1920px) {
  .container-pt {
    padding-top: calc(4.5rem /2);
    padding-bottom: calc(4.5rem /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: 1440px) {
  .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: 1440px) {
  .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: 1440px) {
  .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: 874.98px) {
  .display-md-lg {
    display: none !important;
  }
}

@media (min-width: 875px) {
  .hide-md-lg {
    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: 1279.98px) {
  .display-llg {
    display: none !important;
  }
}

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

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

@media (min-width: 1440px) {
  .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,
.shadow-header {
  padding-top: var(--container-py);
}

.shadow-header > div {
  height: 3.625rem;
}

#wrapper-footer .content {
  padding: 2.625rem 0 4.125rem;
}
#wrapper-footer .background {
  background-image: none;
}

.footer-top .socials {
  border-top: 1px solid #333F48;
}
@media (min-width: 768px) {
  .footer-top .socials {
    max-width: 13.75rem;
  }
}

.footer-bottom {
  border-top: 1px solid #333F48;
  font-size: 0.75rem;
  line-height: 0.90625rem;
  /* > div {
    &:nth-of-type(1) {
      max-width: 19rem;
    }
  } */
}
.footer-bottom .copyright {
  margin-bottom: 15px;
}

.icon-fb,
.icon-tw,
.icon-ln,
.icon-yt {
  display: block;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  background-repeat: no-repeat;
}

.icon-ln {
  background-image: url("/../../wp-content/themes/understrap/img/icon-ln.svg"), linear-gradient(180deg, #0084B1 0%, #00759D 156.25%);
  background-position: 55% 43%;
}

.icon-tw {
  background-image: url("/../../wp-content/themes/understrap/img/icon-tw.svg"), linear-gradient(180deg, #1D9BF0 0%, #1881C8 156.25%);
  background-position: 55% 50%;
}

.icon-fb {
  background-image: url("/../../wp-content/themes/understrap/img/icon-fb.svg"), linear-gradient(180deg, #17ABFD 0%, #0573E7 156.25%);
  background-position: 53% 50%;
}

.icon-yt {
  background-image: url("/../../wp-content/themes/understrap/img/icon-yt.svg"), linear-gradient(180deg, #FF0000 0%, #D80000 156.25%);
  background-position: center;
}

.footer-nav {
  gap: 1rem;
  margin-top: 2.5rem;
}
.footer-nav > div {
  min-width: 8.5rem;
}
.footer-nav ul {
  width: 8.5rem;
  max-width: 8.5rem;
  margin-bottom: 1.25rem;
}
.footer-nav ul:nth-child(n+2):last-child {
  width: auto;
  margin-right: 1.25rem;
}
.footer-nav ul li {
  margin-bottom: 0.375rem;
}
.footer-nav ul li.submenu-title {
  color: #fff;
}
.footer-nav ul li:last-of-type {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .footer-nav {
    margin-top: 0;
    float: right;
    max-width: calc(100% - 15.5rem);
    gap: 1.75rem;
  }
}
.footer-nav > div > p {
  margin: 0.5rem 0 0.75rem;
  color: #fff;
  font-family: "UniviaPro-Bold";
}

#menu {
  white-space: nowrap;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
@media (max-width: 1079.98px) {
  #menu {
    position: fixed;
    top: 0;
    right: 0;
    z-index: -1;
    opacity: 0;
    width: 100%;
    height: calc(var(--vh) * 100);
    visibility: hidden;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    pointer-events: none;
    transform: translateX(100%);
    background-color: #000;
    transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out, z-index 0s 0.35s, visibility 0s 0.35s;
  }
  #menu .menu-wrapper {
    width: 100%;
    overflow: auto;
    padding: 2.5rem var(--container-px) 0 calc(var(--container-px) * 1.5);
  }
  #menu.menu-is-active {
    z-index: 9999;
    visibility: visible;
    opacity: 1;
    -webkit-user-select: auto;
       -moz-user-select: auto;
        -ms-user-select: auto;
            user-select: auto;
    pointer-events: auto;
    transform: translateX(0);
    transition: transform 0.3s ease-in-out, opacity 0.3s 0s ease-in-out, z-index 0s, visibility 0s;
  }
  #menu .nav {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 1.75rem;
  }
  #menu .nav > li {
    width: 100%;
    border-top: 1px solid #333F48;
    padding: 1rem 0;
  }
  #menu .nav > li:last-of-type {
    border-bottom: 1px solid #333F48;
  }
}
@media (min-width: 1080px) {
  #menu {
    height: 100%;
  }
  #menu .menu-wrapper {
    display: flex;
    gap: 1rem;
    align-items: flex-start;
  }
  #menu .dropdown {
    position: absolute;
    background: #000;
    width: 100vw;
    height: 0;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 9999;
  }
  #menu .nav {
    height: 100%;
  }
  #menu .nav .expandable, #menu .nav .non-expandable {
    padding-top: 0.5rem;
    height: 100%;
  }
  #menu .nav .expandable .expandable-trigger, #menu .nav .non-expandable .expandable-trigger {
    padding: 0.5rem 1rem 0.25rem;
  }
}

#menu .dropdown-wrapper {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
@media (min-width: 1080px) {
  #menu .dropdown-wrapper {
    flex-direction: row;
    align-items: stretch;
    padding-left: var(--container-px);
    padding-right: var(--container-px);
    max-width: calc(1280px + var(--container-px) * 2);
    margin: auto;
    padding-bottom: 1.25rem;
    height: 100%;
  }
  #menu .dropdown-wrapper > * {
    width: 25%;
  }
}

.submenu {
  margin-bottom: 1.5rem;
}
.submenu li:not(.submenu-title) {
  padding-left: 1.125rem;
  padding-right: 1rem;
  position: relative;
  white-space: initial;
}
.submenu li:not(.submenu-title)::before {
  content: "";
  position: absolute;
  display: block;
  height: 0.5rem;
  width: 0.5rem;
  left: 0;
  top: 50%;
  border-bottom: 2px solid #85DBFF;
  border-right: 2px solid #85DBFF;
  transform: translateY(-50%) rotate(-45deg);
}
.submenu li:not(.submenu-title).active {
  color: #fff;
  pointer-events: none;
}
.submenu li:not(.submenu-title).active::before {
  border: none;
  border-radius: 50%;
  background-color: #fff;
}
.submenu:last-of-type {
  margin-bottom: 0;
}
@media (min-width: 1080px) {
  .submenu {
    padding-left: 1rem;
    margin-bottom: 0 !important;
    margin-top: 0.375rem;
    border-left: 1px solid #112432;
  }
}

/* Base button style */
button {
  padding: 0;
  background-color: rgba(0, 0, 0, 0);
  border: none;
  outline: none;
  -webkit-tap-highlight-color: transparent;
  cursor: pointer;
  color: inherit;
  font: inherit;
  text-transform: inherit;
  letter-spacing: inherit;
}

.btn-primary,
.link-primary {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "UniviaPro-Bold";
  font-size: 0.9375rem;
  line-height: 1.125rem;
  letter-spacing: 0.2em;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  border: none;
  border-radius: 2.1875rem;
  box-shadow: 0px 0px 30px 1px rgba(0, 0, 0, 0.25);
  outline: none;
  width: 100%;
  max-width: 22.5rem;
  cursor: pointer;
  background-color: #009cde;
  /*   @include hover {
      .animated-ellipse {
        clip-path: ellipse(141% 141% at 0 0);
      }
    } */
}
@media (min-width: 768px) {
  .btn-primary,
.link-primary {
    max-width: 22.5rem;
  }
}
@media (max-width: 767.98px) {
  .btn-primary,
.link-primary {
    margin-left: auto;
    margin-right: auto;
  }
}
.btn-primary.btn-alt,
.link-primary.btn-alt {
  font-family: "UniviaPro-Regular";
}
.btn-primary.btn-alt a,
.link-primary.btn-alt a {
  padding: 0 16px;
  border-radius: 1.25rem;
}
.btn-primary.btn-alt button,
.link-primary.btn-alt button {
  border-radius: 1.25rem;
  padding: 0.6875rem 1.25rem;
}
.btn-primary.btn-contrast,
.link-primary.btn-contrast {
  border: 1px solid #85DBFF;
  color: #85DBFF;
  background-color: rgba(0, 0, 0, 0);
  line-height: 1rem;
}
.btn-primary a,
.link-primary a {
  color: inherit;
  display: block;
  border-radius: 2.1875rem;
}
.btn-primary button,
.link-primary button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 0.9375rem 1.5rem;
  border-radius: 2.1875rem;
  overflow: hidden;
  isolation: isolate;
}

.animated-ellipse {
  position: absolute;
  width: 100%;
  height: 200%;
  top: 0;
  left: 0;
  transform: translate(-50%, -50%) scale(0.01);
  -webkit-clip-path: ellipse(50% 50% at 50% 50%);
          clip-path: ellipse(50% 50% at 50% 50%);
}
.animated-ellipse + span {
  position: relative;
}
.animated-ellipse.explode {
  -webkit-animation: explode 0.5s ease-in-out forwards;
          animation: explode 0.5s ease-in-out forwards;
}
.animated-ellipse.deplode {
  -webkit-animation: deplode 0.5s ease-in-out forwards;
          animation: deplode 0.5s ease-in-out forwards;
}

/* Menu button */
.btn-menu {
  opacity: 1;
  position: relative;
  height: 0.875rem;
  width: 2rem;
  transition: opacity 1s ease-in-out;
}
.btn-menu span {
  position: absolute;
  display: block;
  height: 0.1875rem;
  width: 100%;
  background: #85DBFF;
  transition: all 0.3s 0s ease-in-out, transform 0.15s 0s ease-in-out;
}
.btn-menu span:nth-child(1) {
  top: 0;
}
.btn-menu span:nth-child(2) {
  top: 50%;
}
.btn-menu span:nth-child(3) {
  top: 100%;
}
.btn-menu.btn-menu-close {
  height: 2rem;
}
.btn-menu.btn-menu-close span {
  position: absolute;
  display: block;
  height: 0.1875rem;
  width: 100%;
  background: #fff;
  transition: all 0.3s 0s ease-in-out, transform 0.15s 0s ease-in-out;
}
.btn-menu.btn-menu-close span:nth-child(1) {
  top: 1rem;
  transform: translateY(-50%) rotate(-45deg);
}
.btn-menu.btn-menu-close span:nth-child(2) {
  top: 1rem;
  bottom: auto;
  transform: translateY(-50%) rotate(-135deg);
}

.btn-menu.menu-is-active span {
  background-color: white;
  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: 0.4375rem;
  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: 0.4375rem;
  bottom: auto;
  transform: translateY(-50%) rotate(-135deg);
}

.animation-svg {
  overflow: visible !important;
}

#animation-svg-1 * {
  transform-origin: 47% 50%;
}
#animation-svg-1 .fills {
  -webkit-animation: rotate-and-scale-alt 20s ease-in-out infinite forwards;
          animation: rotate-and-scale-alt 20s ease-in-out infinite forwards;
}
#animation-svg-1 .strings {
  -webkit-animation: rotate-and-scale 32s ease-in-out infinite forwards;
          animation: rotate-and-scale 32s ease-in-out infinite forwards;
}
#animation-svg-1 .linear-gradient-fills {
  -webkit-animation: rotate 8s linear infinite forwards;
          animation: rotate 8s linear infinite forwards;
}
#animation-svg-1 .linear-gradient-fills.rotated {
  animation: rotate-180 8s linear infinite reverse forwards;
}
#animation-svg-1 .linear-gradient-strings {
  animation: rotate 15s linear infinite reverse forwards;
}
#animation-svg-1 .linear-gradient-strings.rotated {
  -webkit-animation: rotate-180 15s linear infinite forwards;
          animation: rotate-180 15s linear infinite forwards;
}

.rotated {
  transform: rotate(180deg);
}

#schema-svg .dashed {
  -webkit-animation: dashed 0.75s linear infinite;
          animation: dashed 0.75s linear infinite;
}

.animation-web .circle {
  transform-origin: 15px 10px;
}

.pagination .pagination-single {
  position: relative;
  display: block;
  width: 2.5rem;
  height: 2.5rem;
  text-align: center;
  line-height: 2.5rem;
  transition: color 0.15s linear, transform 0.15s linear;
}
.pagination .pagination-single:before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  box-shadow: 0px 0px 30px 1px rgba(0, 0, 0, 0.25);
  background-color: #180041;
  transform: translate(-3%, 1%);
  transition: opacity 0.15s linear;
}
.pagination .pagination-single:not(.active):hover {
  color: #009cde;
}
.pagination .pagination-single.active::before {
  background-color: #6638B6;
  opacity: 1;
}
@media (min-width: 768px) {
  .pagination {
    justify-content: center;
  }
}

.embed-cards .picture-container img {
  display: block;
  margin: auto;
}
.embed-cards .top {
  font-size: 5rem;
  line-height: 5.5rem;
}
.embed-cards .top .smaller-text {
  font-size: 2.5rem;
  line-height: 2.75rem;
}
@media (min-width: 875px) {
  .embed-cards {
    max-width: 20rem;
  }
}

.embed-cards-holder ~ .embed-cards-holder {
  padding-top: 1.25rem;
  margin-top: 1.25rem;
}
@media (max-width: 874.98px) {
  .embed-cards-holder ~ .embed-cards-holder {
    border-top: 1px solid black;
  }
}
.embed-cards-holder + .btn-primary {
  margin-top: 2.5rem;
}

/* Card basics */
.card {
  margin-bottom: 1.75rem;
}
.card > *:not(.calendar) {
  grid-column-start: 2;
}
.card:last-child {
  margin-bottom: 0;
}
.card p {
  margin: 0;
}
.card .background {
  width: calc(100% - 2px);
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
}
.card a, .card .expandable-toggle {
  cursor: pointer;
}
.card .card-info {
  overflow: hidden;
}
.card .card-info > *:not(.background):not(.card-cover) {
  position: relative;
}
@media (max-width: 874.98px) {
  .card .card-info {
    flex-direction: column;
  }
}
.card .card-text {
  z-index: 2;
}
@media (max-width: 874.98px) {
  .card .card-text {
    margin-bottom: 1.5rem;
  }
}
.card .card-cover {
  width: min(50%, 300px);
  right: 0;
  height: 100%;
  z-index: 1;
}
.card .card-cover img {
  height: auto;
  width: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 875px) {
  .card .card-cover img {
    height: 100%;
    width: auto;
    margin-left: auto;
  }
}
.card .card-cover .download {
  background-color: #180041;
}
.card .card-cover .download img {
  width: 3.125rem;
  height: 3.875rem;
}
@media (max-width: 874.98px) {
  .card .card-cover .download {
    height: 12.5rem;
  }
}
@media (max-width: 874.98px) {
  .card .card-cover {
    position: relative;
    width: 100%;
    flex: 0 1 60%;
    max-width: 100%;
    overflow: hidden;
  }
}
@media (min-width: 875px) {
  .card .card-cover {
    position: absolute;
  }
}
@media (min-width: 875px) {
  .card .card-text {
    flex: 0 1 calc(100% - min(50%, 300px));
    padding: 2rem 2rem 1.5rem;
  }
  .card .card-info {
    min-height: 18.75rem;
  }
}
.card .media {
  max-width: 21rem;
}
.card .date, .card .company-title {
  margin-bottom: 1.25rem;
}

/* Event card */
.event-card {
  display: grid;
  grid-template-columns: -webkit-min-content auto;
  grid-template-columns: min-content auto;
}
.event-card .calendar {
  border-radius: 0 0 20px 20px;
}
@media (min-width: 576px) {
  .event-card .calendar {
    margin-right: 1.5rem;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-bottom: 1.25rem;
  }
}
.event-card .calendar span, .event-card .calendar b {
  line-height: 100%;
}
@media (max-width: 575.98px) {
  .event-card .calendar span, .event-card .calendar b {
    font-size: 0.625rem;
  }
}
.event-card .calendar .h2 {
  font-size: 1.5rem;
}
@media (min-width: 576px) {
  .event-card .calendar .h2 {
    font-size: 2rem;
  }
}
@media (min-width: 875px) {
  .event-card .calendar .h2 {
    font-size: 2.5rem;
  }
}
.event-card .calendar .clip {
  height: 1.5rem;
}
@media (max-width: 575.98px) {
  .event-card .calendar .clip:nth-of-type(1) {
    left: 0.75rem;
  }
  .event-card .calendar .clip:nth-of-type(2) {
    right: 0.75rem;
  }
}
.event-card .card-cover .blue-circle {
  position: absolute;
  height: calc(100% + 175px);
  width: auto;
  bottom: -200px;
  right: calc(6% + 100px);
  transform: translateX(50%);
  z-index: -1;
}
@media (max-width: 432.01px) {
  .event-card .card-cover .blue-circle {
    right: calc(50% - 20px);
    bottom: calc(50% - 100px);
    transform: translate(50%, 50%);
  }
}
.event-card .card-cover .avatar {
  max-width: 17.5rem;
  margin-left: auto;
}

/* Event expandable card specific */
@media (min-width: 875px) {
  .event-card .expandable-content .card-text {
    flex: 0 1 56%;
  }
  .event-card .expandable-content .card-cover {
    width: 44%;
    padding-top: 1.5rem;
  }
}
.event-card .expandable-toggle::after {
  content: url("data:image/svg+xml,%3Csvg width='16' height='10' viewBox='0 0 16 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15.5 0.178711L0.5 0.17871L8 9.82157L15.5 0.178711Z' fill='white'/%3E%3C/svg%3E%0A");
}
.event-card .info-card {
  height: auto;
}

/* Index specific */
.index-card-holder.alt .index-card .description {
  display: none;
}
.index-card-holder.alt .index-card .separator {
  background: #009cde;
}
.index-card-holder.alt .index-card .background {
  display: none;
}
.index-card-holder.alt .index-card .card-text {
  background: linear-gradient(67.02deg, rgba(233, 60, 172, 0.8) -25.99%, rgba(233, 60, 172, 0.8) 6.61%, rgba(24, 0, 65, 0.8) 116.26%);
  position: absolute;
  width: 100%;
  bottom: 0;
  z-index: 2;
  margin: 0;
}
.index-card-holder.alt .index-card .card-text .date {
  margin: 0;
}
.index-card-holder.alt .index-card .card-cover {
  position: relative;
  height: 0;
  width: 100%;
  padding-bottom: min(100%, 24rem);
  background: url("/../../wp-content/themes/understrap/img/blue-circle.svg");
  background-color: #180041;
  background-position: -75% 0;
  background-repeat: no-repeat;
  background-size: 150%;
}
.index-card-holder.alt .index-card .card-cover img {
  position: absolute;
  width: calc(100% + 4px);
  left: -2px;
}
.index-card-holder.alt ~ .pagination {
  margin-top: 1.75rem;
}

.article-card {
  width: 17.5rem;
  height: 100%;
  min-height: 35rem;
  cursor: pointer;
}
@media (min-width: 768px) {
  .article-card {
    width: 18.75rem;
    min-height: 37.5rem;
  }
}
.article-card img {
  width: 100%;
  height: auto;
}
.article-card .text {
  flex: 0 1 100%;
}
@media (min-width: 768px) {
  .article-card .text {
    padding: 1.875rem;
  }
}
.article-card .media-holder {
  margin-top: auto;
  height: 1.5rem;
  gap: 0.75rem;
}
.article-card .media-holder img {
  height: 100%;
  width: auto;
}
.article-card .title {
  font-size: 1.375rem;
  line-height: 1.625rem;
}

#cookie-toggle {
  position: fixed;
  bottom: 15px;
  right: 15px;
  z-index: 140;
  padding: 0 10px;
  width: 60px;
  height: 60px;
  font-family: "UniviaPro-Regular";
  color: #fff;
  background: #50c9f5;
  text-align: center;
  letter-spacing: 1px;
  border-radius: 30px;
  cursor: pointer;
}
@media (min-height: 1144px) {
  #cookie-toggle {
    bottom: 76px;
  }
}
#cookie-toggle img {
  width: auto;
  height: 40px;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
#cookie-toggle.hidden {
  display: none;
}

#ConsentPopup {
  background: rgba(0, 0, 0, 0.9333333333);
  color: #fff;
  position: fixed;
  bottom: 0;
  left: 0;
  max-width: 360px;
  width: 100%;
  height: auto;
  z-index: 999999;
  padding: 1rem 1.5rem 1.75rem;
  text-align: justify;
  font-size: 15px;
  line-height: 18px;
  font-weight: 400;
  font-family: "UniviaPro-Regular";
}
#ConsentPopup.hidden {
  display: none;
}
#ConsentPopup .cookie-buttons {
  display: grid;
  grid-gap: 20px;
  grid-template-columns: -webkit-max-content 1fr;
  grid-template-columns: max-content 1fr;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
#ConsentPopup .cookie-buttons .btn {
  display: block;
  width: 100%;
  width: 100%;
  font-size: 13px;
  line-height: 16px;
  letter-spacing: 0.2em;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
  border-radius: 1.25rem;
  padding: 0.6875rem 1.25rem;
  transition: background-color 0.25s ease-in-out;
  grid-row: 1;
}
#ConsentPopup .cookie-buttons .btn a {
  padding: 0 16px;
  border-radius: 1.25rem;
}
#ConsentPopup .cookie-buttons .btn.accept {
  color: #fff;
  background-color: #009cde;
  grid-column: 1/2;
  font-family: "UniviaPro-Bold";
}
#ConsentPopup .cookie-buttons .btn.accept:hover {
  background-color: #20BAF2;
}
#ConsentPopup .cookie-buttons .btn.deny, #ConsentPopup .cookie-buttons .btn.save {
  color: #85DBFF;
  background-color: #333F48;
  display: none;
  grid-column: 2/3;
}
#ConsentPopup .cookie-buttons .btn.deny.active, #ConsentPopup .cookie-buttons .btn.save.active {
  display: block;
}
#ConsentPopup .cookie-buttons .btn.deny:hover, #ConsentPopup .cookie-buttons .btn.save:hover {
  background-color: #42515d;
}
#ConsentPopup .cookie-settings {
  border-top: 1px dashed #fff;
  padding-top: 13px;
}
#ConsentPopup .cookie-settings .options-toggle {
  text-transform: uppercase;
  font-family: "UniviaPro-Bold";
  text-decoration: underline;
  margin-bottom: 10px;
  cursor: pointer;
}
#ConsentPopup .cookie-settings .toggles {
  display: none;
  grid-gap: 20px;
  grid-template-columns: 100px 1fr 80px;
  width: 100%;
}
#ConsentPopup .cookie-settings .toggles.active {
  display: grid;
}
@media (max-width: 380px) {
  #ConsentPopup .cookie-settings .toggles {
    grid-template-columns: 80px 1fr 60px;
  }
}
@media (max-width: 345px) {
  #ConsentPopup .cookie-settings .toggles {
    grid-template-columns: 70px 1fr 50px;
  }
}
#ConsentPopup .cookie-settings .form-switch {
  border-right: 1px solid #fff;
  padding-left: 0;
  display: block;
  min-height: 1.5rem;
  margin-bottom: 0;
  width: 100%;
  padding-right: 20px;
}
#ConsentPopup .cookie-settings .form-switch:last-of-type {
  border-right: none;
  padding-right: 0px;
}
#ConsentPopup .cookie-settings .form-switch .form-check-input {
  outline: none;
  width: 80px;
  height: 38px;
  display: block;
  position: initial;
  cursor: pointer;
  margin-top: 0;
  vertical-align: top;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: 1px solid rgba(255, 255, 255, 0.25);
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-print-color-adjust: exact;
          color-adjust: exact;
  margin-left: 0;
  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='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");
  background-position: left center;
  transition: background-position 0.15s ease-in-out;
  order: 2;
}
#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='%23034638'/%3e%3c/svg%3e");
  outline: none;
}
#ConsentPopup .cookie-settings .form-switch .form-check-input:checked {
  outline: none;
  background-position: right center;
  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='%23034638'/%3e%3c/svg%3e");
}
@media (max-width: 380px) {
  #ConsentPopup .cookie-settings .form-switch .form-check-input {
    width: 100%;
    background-size: 25px;
  }
}
#ConsentPopup .cookie-settings .form-switch .form-check-label {
  cursor: pointer;
  display: block;
  order: 1;
  font-size: 9px;
  line-height: 14px;
  margin-bottom: 5px;
  text-transform: uppercase;
  font-family: "UniviaPro-Bold";
}
#ConsentPopup .cookie-settings .form-switch.disabled {
  opacity: 0.5;
}
#ConsentPopup .cookie-settings .form-switch:nth-of-type(2) {
  padding-right: 18.5px;
}
#ConsentPopup .cookie-settings .form-switch:nth-of-type(2) .form-check-label, #ConsentPopup .cookie-settings .form-switch:nth-of-type(2) .form-check-input {
  margin: 0 auto;
}
#ConsentPopup .cookie-settings .form-switch:nth-of-type(2) .form-check-label {
  margin-bottom: 5px;
  text-align: center;
}
@media (max-width: 380px) {
  #ConsentPopup .cookie-settings .form-switch .form-check-input {
    max-width: 60px;
  }
}
@media (max-width: 345px) {
  #ConsentPopup .cookie-settings .form-switch .form-check-input {
    max-width: 50px;
  }
}
@media (prefers-reduced-motion: reduce) {
  #ConsentPopup .cookie-settings .form-switch .form-check-input {
    transition: none;
  }
}
#ConsentPopup a {
  color: #fff;
}
#ConsentPopup .form-check-input:disabled ~ .form-check-label {
  color: #fff;
  opacity: 0.5;
}
#ConsentPopup h5 {
  margin-top: 0;
  font-size: 18px;
  color: #fff;
  font-family: "UniviaPro-Bold";
  display: none;
}
#ConsentPopup p {
  text-align: left;
  margin-top: 0;
}
#ConsentPopup p a {
  color: #85DBFF;
}

.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: #000;
  border-radius: 3px;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-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> */
.content {
  position: relative;
  grid-row: 1;
  grid-column: content-start/content-end;
}
.content.grid {
  display: grid;
}
@media (min-width: 768px) {
  .content.grid {
    grid-template-columns: 1fr 30%;
  }
}
.content.grid .max-w-640 {
  max-width: unset;
}
.content.grid > * {
  grid-column-start: 1;
}
.content > .border-top:first-child {
  border: none;
}

.background {
  z-index: 0 !important;
  position: relative;
  grid-row: 1;
  grid-column: start/end;
  height: 100%;
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.25);
  background-repeat: no-repeat;
  background-position: 100% 102%;
}
.background.dots {
  background-image: url("/../../wp-content/themes/understrap/img/background-dots-1.png");
  background-size: auto clamp(250px, 27vw, 69%);
}
.background.trans-bg {
  background-image: url("/../../wp-content/themes/understrap/img/gradient-bg.png");
  background-size: 100% 100%;
  /*     @include breakpoint-up (md) {
        background-image: url('/../../wp-content/themes/understrap/img/background-dots-1.png'), $zumo-gradient-desktop;
        background-position: 100% 102%;
        background-size: auto min(27vw, 88%), 100% 100%;
      } */
}
.background.trans-bg.dots {
  background-image: url("/../../wp-content/themes/understrap/img/background-dots-1.png"), url("/../../wp-content/themes/understrap/img/gradient-bg.png");
  background-size: auto clamp(250px, 27vw, 69%), 100% 100%;
}
.background.dark-violet-bg {
  background-image: linear-gradient(65.86deg, #17ABFD -26.6%, #180041 4.13%, #E93CAC 89.99%, #E93CAC 119.66%);
  background-size: 100% 100%;
}
.background.dark-violet-bg.dots {
  background-image: url("/../../wp-content/themes/understrap/img/background-dots-1.png"), linear-gradient(65.86deg, #17ABFD -26.6%, #180041 4.13%, #E93CAC 89.99%, #E93CAC 119.66%);
  background-size: auto clamp(250px, 27vw, 69%), 100% 100%;
}
.background.dark-violet-bg-alt {
  background-image: linear-gradient(67.02deg, #E93CAC -25.99%, #E93CAC 6.61%, #180041 116.26%);
}

.photo-block.full-width picture, .photo-block.full-width img {
  width: 100%;
  height: auto;
}

details summary {
  list-style-type: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  overflow: hidden;
}
details summary::-webkit-details-marker {
  display: none;
}
details summary h4 {
  cursor: pointer;
}
details summary h4::after {
  content: "";
  display: block;
  background: url("/../../wp-content/themes/understrap/img/icon_details_arrow.svg");
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: cover;
  width: 16px;
  height: 10px;
  margin-top: 10px;
  float: right;
}
details summary span {
  display: block;
}
details.animation-close h4::after {
  transform: unset !important;
  transition: transform 0.25s 0.1s linear;
}
details.animation-open h4::after {
  transition: transform 0.25s 0.1s linear;
}
details[open] h4::after {
  transform: rotateZ(180deg);
}
details .details-content {
  padding-bottom: 2.875rem;
}
details .details-content ul {
  margin: 1em 0;
  padding-left: 1.75rem;
  list-style-type: disc;
}
details .details-content .btn-primary {
  margin-top: 2.75rem;
}

.expandable .expandable-trigger, .non-expandable .expandable-trigger {
  transition: color 0.2s ease-in-out;
}
.expandable .expandable-trigger::before, .non-expandable .expandable-trigger::before {
  content: "";
  opacity: 0;
  display: block;
  position: absolute;
  height: calc(100% + 2rem);
  width: 0.5rem;
  left: calc(var(--container-px) * -1.5);
  top: -1rem;
  background: #009cde;
  transition: opacity 0.15s ease-in-out;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
@media (min-width: 1080px) {
  .expandable .expandable-trigger::before, .non-expandable .expandable-trigger::before {
    height: 0.375rem;
    width: 100%;
    left: 0;
    top: calc(100% + 29px);
  }
}
.expandable .expandable-trigger.active, .non-expandable .expandable-trigger.active {
  color: #fff !important;
}
.expandable .expandable-trigger.active::before, .non-expandable .expandable-trigger.active::before {
  opacity: 1;
  background: #E93CAC;
}
.expandable.content-visible .expandable-trigger, .expandable.content-expanding .expandable-trigger, .non-expandable.content-visible .expandable-trigger, .non-expandable.content-expanding .expandable-trigger {
  color: #009cde;
}
.expandable.content-visible .expandable-trigger::before, .expandable.content-expanding .expandable-trigger::before, .non-expandable.content-visible .expandable-trigger::before, .non-expandable.content-expanding .expandable-trigger::before {
  opacity: 1;
}
.expandable.content-visible .expandable-content, .expandable.content-expanding .expandable-content, .non-expandable.content-visible .expandable-content, .non-expandable.content-expanding .expandable-content {
  overflow: visible;
  -webkit-user-select: all;
     -moz-user-select: all;
          user-select: all;
  opacity: 1;
  pointer-events: all;
}
.expandable.content-hidden .expandable-content, .expandable.content-collapsing .expandable-content, .non-expandable.content-hidden .expandable-content, .non-expandable.content-collapsing .expandable-content {
  overflow: hidden;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.expandable.content-hidden:not(.content-collapsing) .expandable-content, .expandable.content-hidden:not(.content-expanding) .expandable-content, .non-expandable.content-hidden:not(.content-collapsing) .expandable-content, .non-expandable.content-hidden:not(.content-expanding) .expandable-content {
  opacity: 0;
}

.expandable-section:not(.event-card) .visible-content p:not(:last-child) {
  margin-bottom: 1.75rem;
}
.expandable-section:not(.event-card) .expandable-content > * {
  margin: 0 !important;
}
.expandable-section:not(.event-card) .expandable-content > *:last-child {
  padding-bottom: 1.375rem !important;
}
.expandable-section:not(.event-card) .expandable-content > *:first-child {
  padding-top: 0.5rem;
}
.expandable-section:not(.event-card) .expandable-content > p {
  padding-bottom: 1.75rem !important;
}
.expandable-section.content-visible .expandable-content, .expandable-section.content-expanding .expandable-content {
  overflow: visible;
  -webkit-user-select: all;
     -moz-user-select: all;
          user-select: all;
  pointer-events: all;
  opacity: 1;
}
.expandable-section.content-hidden .expandable-content, .expandable-section.content-collapsing .expandable-content {
  overflow: hidden;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.expandable-section.content-hidden:not(.content-collapsing) .expandable-content, .expandable-section.content-hidden:not(.content-expanding) .expandable-content {
  opacity: 0;
  height: 0;
}
.expandable-section.content-hidden .expandable-close {
  display: none;
}
.expandable-section.content-visible .expandable-open {
  display: none;
}

.expandable-content {
  box-sizing: border-box;
}

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

.text-input input {
  height: 2.25rem;
  padding-left: 0;
  padding-bottom: 1rem;
  border: none;
  color: #00AEC7;
  border-bottom: 1px solid #00AEC7;
  order: 2;
}
.text-input input + label {
  white-space: nowrap;
  color: #00AEC7;
  height: 1.75rem;
  font-size: 1rem;
  line-height: 1.25rem;
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
  transition: all 0.3s linear;
}
.text-input input:-moz-placeholder-shown {
  border-bottom-color: #7BA7BC;
}
.text-input input:-ms-input-placeholder {
  border-bottom-color: #7BA7BC;
}
.text-input input:placeholder-shown {
  border-bottom-color: #7BA7BC;
}
.text-input input:-moz-placeholder-shown + label {
  opacity: 0;
  visibility: hidden;
  font-size: inherit;
  line-height: inherit;
  transform: translateY(1rem);
  -moz-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.text-input input:-ms-input-placeholder + label {
  opacity: 0;
  visibility: hidden;
  font-size: inherit;
  line-height: inherit;
  transform: translateY(1rem);
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.text-input input:placeholder-shown + label {
  opacity: 0;
  visibility: hidden;
  font-size: inherit;
  line-height: inherit;
  transform: translateY(1rem);
  transition: all 0.3s linear;
}
.text-input input::-moz-placeholder {
  color: #7BA7BC;
}
.text-input input:-ms-input-placeholder {
  color: #7BA7BC;
}
.text-input input::placeholder {
  color: #7BA7BC;
}

.list-1 {
  margin-top: 2.5rem;
}
.list-1 li {
  position: relative;
  width: calc(100% - 1.25rem);
  margin-left: 1.25rem;
  min-height: 2rem;
  /* CHECKMARKS */
}
.list-1 li::before {
  content: "";
  position: absolute;
  width: 2.5rem;
  height: 2.5rem;
  left: 0;
  top: 0;
  transform: translate(-50%, -25%);
  border-radius: 50%;
  background-image: url("/../../wp-content/themes/understrap/img/checkmarks/tick.svg"), linear-gradient(180deg, #FFFFFF 0%, #D9D9D9 156.25%);
  background-repeat: no-repeat;
  background-size: auto, 100% 100%;
  background-position: center;
  box-shadow: 0px 0px 30px 1px rgba(0, 0, 0, 0.25);
}
.list-1 li.hand-shake::before {
  background-image: url("/../../wp-content/themes/understrap/img/checkmarks/hand-shake.svg"), linear-gradient(180deg, #FFFFFF 0%, #D9D9D9 156.25%);
  background-position: 60% 54%, center;
}
.list-1 li.umbrella::before {
  background-image: url("/../../wp-content/themes/understrap/img/checkmarks/umbrella.svg"), linear-gradient(180deg, #FFFFFF 0%, #D9D9D9 156.25%);
  background-position: 58% 46%, center;
}
.list-1 li.sapling::before {
  background-image: url("/../../wp-content/themes/understrap/img/checkmarks/sapling.svg"), linear-gradient(180deg, #FFFFFF 0%, #D9D9D9 156.25%);
  background-position: 40% 50%, center;
}
.list-1 li.heart::before {
  background-image: url("/../../wp-content/themes/understrap/img/checkmarks/heart.svg"), linear-gradient(180deg, #FFFFFF 0%, #D9D9D9 156.25%);
  background-position: 54% 58%, center;
}
.list-1 + .btn-primary {
  margin-top: 2.25rem;
}

.list-2 {
  counter-reset: counter;
}
.list-2 li {
  border-top: 1px dashed #7BA7BC;
  counter-increment: counter;
  position: relative;
}
.list-2 li div {
  max-width: 23.5rem;
}
.list-2 li::before {
  content: counter(counter);
  display: block;
  position: absolute;
  width: 3rem;
  height: 3rem;
  left: 0;
  top: 0;
  transform: translateY(-50%);
  font-family: "UniviaPro-Bold";
  font-size: 1.5rem;
  line-height: 3rem;
  text-align: center;
  border-radius: 50%;
  background-color: #6638B6;
}
@media (min-width: 576px) {
  .list-2 li {
    padding-left: 1.75rem;
  }
  .list-2 li div {
    width: 50%;
  }
}

.text-grid {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto;
}
@media (min-width: 768px) {
  .text-grid {
    grid-template-columns: repeat(auto-fit, minmax(0, 1fr));
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }
  .text-grid p {
    grid-row: 2;
  }
}

.picture-grid {
  display: grid;
  width: 100%;
  gap: 2rem;
}
.picture-grid img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.picture-grid .picture {
  height: 0;
  position: relative;
  padding-bottom: calc(50% - 1rem);
}
.picture-grid .row-span-2 {
  grid-row: span 2;
  padding-bottom: 100%;
}
@media (min-width: 768px) {
  .picture-grid .column-2 {
    grid-column-start: 2;
  }
}
@media (min-width: 768px) {
  .picture-grid .column-span-2 {
    grid-column: span 2;
  }
}

@media (min-width: 768px) {
  .grid-30 {
    display: grid;
    grid-template-columns: 1fr minmax(300px, 30%);
    -moz-column-gap: 2.5rem;
         column-gap: 2.5rem;
  }
  .grid-30 * {
    grid-column: 1;
  }
  .grid-30 .right-side,
.grid-30 .picture-container,
.grid-30 img {
    grid-column: 2;
    grid-row: 1/3;
    height: auto;
    display: block;
  }
  .grid-30 .fill {
    grid-row-end: 3;
    height: 2rem;
  }
  .grid-30.reverse {
    grid-template-columns: minmax(300px, 30%) 1fr;
  }
  .grid-30.reverse * {
    grid-column: 2;
  }
  .grid-30.reverse .right-side,
.grid-30.reverse .picture-container,
.grid-30.reverse img {
    grid-column: 1;
  }
}
.grid-30 .picture-container,
.grid-30 img {
  width: 100%;
  height: auto;
}

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

table {
  width: 100%;
  border-spacing: 0;
}
table td, table th {
  border-top: 1px solid #000;
  text-align: left;
  vertical-align: top;
  padding: 1rem 0;
}
table td:nth-child(2), table th:nth-child(2) {
  padding-left: 1rem;
}
table tbody td:nth-child(2) {
  font-size: 0.9375rem;
  line-height: 1.125rem;
}

.tab-wrapper .tab-card {
  position: relative;
  flex: 0 1 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 1rem;
  min-width: 7.625rem;
}
.tab-wrapper .tab-card__background {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: calc(100% - 56px);
  background: linear-gradient(278.76deg, #180546 -7.45%, #E93CAC 39.69%, #17ABFD 85.85%);
  background-size: 300% 100%;
  background-repeat: no-repeat;
}
@media (min-width: 768px) {
  .tab-wrapper .tab-card__background {
    height: calc(100% - 40px);
  }
}
.tab-wrapper .tab-card:nth-last-of-type(1) .tab-card__background {
  background-position: 100% 100%;
}
.tab-wrapper .tab-card:nth-last-of-type(2) .tab-card__background {
  background-position: 50% 100%;
}
.tab-wrapper .tab-card:nth-last-of-type(3) .tab-card__background {
  background-position: 0 100%;
}
@media (min-width: 768px) {
  .tab-wrapper .tab-card {
    padding: 0 1.25rem 1.5rem;
    max-width: 20rem;
  }
}
.tab-wrapper .tab-card .picture-container img {
  -o-object-position: left;
     object-position: left;
}
@media (min-width: 768px) {
  .tab-wrapper {
    flex-direction: row;
  }
}
.tab-wrapper__alt .tab-card .flex {
  margin-bottom: auto;
}
.tab-wrapper__alt .tab-card .btn-primary {
  margin-top: 0.5rem;
}

.two-columns {
  -moz-column-gap: 2rem;
       column-gap: 2rem;
  row-gap: 1.75rem;
}
.two-columns > * {
  padding-left: 2.25rem;
  position: relative;
}
.two-columns > *::before {
  content: "•";
  display: block;
  position: absolute;
  right: calc(100% - 1.25rem);
}
@media (min-width: 768px) {
  .two-columns {
    grid-template-columns: 89fr 100fr;
  }
  .two-columns *:nth-child(odd) {
    grid-column-start: 1;
  }
  .two-columns *:nth-child(even) {
    grid-column-start: 2;
  }
}

.view-switcher-views article:not(.active) {
  display: none;
}

.view-switcher,
.category-switcher {
  margin-bottom: 1.125rem;
}
.view-switcher li,
.category-switcher li {
  color: #85DBFF;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.5rem 1.25rem;
  cursor: pointer;
  position: relative;
  transition: color 0.25s linear;
}
.view-switcher li::after,
.category-switcher li::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 0.375rem;
  opacity: 0;
  bottom: -1.125rem;
  left: 0;
  background-color: #85DBFF;
  transition: opacity 0.25s linear, background-color 0.25s linear;
  pointer-events: none;
  cursor: default;
}
.view-switcher li:hover,
.category-switcher li:hover {
  color: #009cde;
}
.view-switcher li:hover::after,
.category-switcher li:hover::after {
  opacity: 1;
}
.view-switcher li.active,
.category-switcher li.active {
  color: #fff;
}
.view-switcher li.active::after,
.category-switcher li.active::after {
  background-color: #E93CAC;
  opacity: 1;
}
.view-switcher li.person-slide.active,
.category-switcher li.person-slide.active {
  background: linear-gradient(294.93deg, #180546 -35.33%, #FF00A5 117.17%, #17ABFD 266.53%);
}
.view-switcher li.gallery-slide,
.category-switcher li.gallery-slide {
  padding-top: 0.375rem;
  padding-bottom: 0.5rem;
  width: 17rem;
  height: auto;
}
.view-switcher li.gallery-slide .picture-container,
.category-switcher li.gallery-slide .picture-container {
  height: 100%;
}
.view-switcher li.gallery-slide .picture-container img,
.category-switcher li.gallery-slide .picture-container img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.view-switcher-intro:not(.active) {
  display: none;
}

#view-switcher + * .content {
  margin-top: 0;
  padding-top: 2rem;
  border-top: 1px solid rgba(0, 0, 0, 0.2039215686);
}

.view-switcher-swiper-alt .view-switcher li,
.view-switcher-swiper-alt .category-switcher li {
  padding: 0;
}

@media (min-width: 768px) {
  .staff-preview .padding-md,
.gallery .padding-md {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}
.staff-preview .button-prev, .staff-preview .button-next,
.gallery .button-prev,
.gallery .button-next {
  position: absolute;
  top: 50%;
  z-index: 2;
}
@media (max-width: 767.98px) {
  .staff-preview .button-prev, .staff-preview .button-next,
.gallery .button-prev,
.gallery .button-next {
    display: none;
  }
}
.staff-preview .button-prev.swiper-button-disabled, .staff-preview .button-next.swiper-button-disabled,
.gallery .button-prev.swiper-button-disabled,
.gallery .button-next.swiper-button-disabled {
  opacity: 0.5;
}
.staff-preview .button-prev,
.gallery .button-prev {
  transform: translateY(-100%) rotate(180deg);
  left: 0;
}
.staff-preview .button-next,
.gallery .button-next {
  transform: translateY(-100%);
  right: 0;
}
.staff-preview img,
.gallery img {
  display: block;
}

.gallery .view-switcher-views {
  grid-column: padding-start/padding-end;
}
.gallery .view-switcher-views .video-holder {
  padding-bottom: min(56.25%, 100vh);
}
.gallery .view-switcher-views .picture-container img {
  width: 100%;
  max-height: 100vh;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.view-switcher-swiper-alt {
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  overflow: hidden;
}
.view-switcher-swiper-alt .swiper-slide {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
@media (hover: hover) {
  .view-switcher-swiper-alt .swiper-slide.active:hover .underline {
    background-size: 100% 1.75px, 0 1.75px;
  }
}
.view-switcher-swiper-alt .swiper-slide:not(.swiper-slide-visible) {
  opacity: 0.5;
}
.view-switcher-swiper-alt .swiper-slide::after {
  bottom: unset;
  top: 0;
}
.view-switcher-swiper-alt .view-switcher {
  margin: 0;
}

.person-slide {
  width: 16rem;
  height: 17rem;
}
.person-slide .avatar {
  height: 60%;
}
.person-slide .avatar img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: right;
     object-position: right;
}
@media (min-width: 1239.8px) {
  .person-slide {
    min-width: 16rem;
  }
}
.person-slide .position {
  flex: 0 1 100%;
}
.person-slide > div {
  padding: 0.5rem 1.25rem;
}

.person-tab img {
  width: 100%;
  height: auto;
}
.person-tab img.absolute {
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: bottom;
     object-position: bottom;
}
.person-tab .quote-block {
  margin-top: 2rem;
}
.person-tab .quote-block::before {
  background: url("/../../wp-content/themes/understrap/img/icon-quote-open.svg");
}
.person-tab .quote-block::after {
  background: url("/../../wp-content/themes/understrap/img/icon-quote-close.svg");
}
.person-tab .quote-block::before, .person-tab .quote-block::after {
  content: "";
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
  width: 2rem;
  flex: 1 0 2rem;
}
@media (min-width: 576px) {
  .person-tab .quote-block::before, .person-tab .quote-block::after {
    width: 3rem;
    flex: 1 0 3rem;
  }
}
@media (min-width: 768px) {
  .person-tab .quote-block::before, .person-tab .quote-block::after {
    width: 4rem;
    flex: 1 0 4rem;
  }
}
@media (min-width: 768px) {
  .person-tab .quote-block {
    margin-top: 5rem;
  }
}
.person-tab .person-info::before {
  content: "";
  display: block;
  height: 1px;
  width: 4.75rem;
  margin-top: 0.625rem;
  margin-right: 0.375rem;
  background: #E93CAC;
}
.person-tab .fill {
  height: 2rem;
}
@media (min-width: 860px) {
  .person-tab {
    display: grid;
    grid-template-columns: 1fr minmax(300px, 42%);
  }
  .person-tab * {
    grid-column: 1;
  }
  .person-tab .avatar {
    grid-column: 2;
    grid-row: 1/3;
    height: auto;
    display: block;
    align-self: flex-end;
    margin-left: -2.5rem;
  }
  .person-tab .fill {
    grid-row-end: 3;
  }
}

.article-intro .btn-primary {
  margin-top: 1.5rem;
  margin-bottom: 1.75rem;
}
@media (min-width: 768px) {
  .article-intro .btn-primary {
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
  }
}
.article-intro .cover {
  grid-column: 1/-1;
}
.article-intro .cover img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 768px) {
  .article-intro .cover {
    grid-row: 1;
    height: 100%;
    max-height: unset;
    padding-bottom: min(100%, 23rem);
    grid-column: content-end/end;
  }
  .article-intro .cover img {
    width: auto;
    max-width: 100%;
    position: absolute;
    top: 0;
    right: 0;
  }
}
@media (min-width: 1280px) {
  .article-intro .cover {
    padding-bottom: min(100%, 26rem);
  }
}
@media (min-width: 1440px) {
  .article-intro .cover {
    padding-bottom: min(100%, 30rem);
  }
}
@media (min-width: 1920px) {
  .article-intro .cover {
    padding-bottom: min(100%, 37.5rem);
  }
}
.article-intro .flex > .separator {
  margin-bottom: 0.5rem;
}

.latest .right {
  width: 100%;
}
@media (min-width: 768px) {
  .latest .right {
    width: 50%;
  }
}
.latest .cover {
  grid-column: 1/-1;
}
.latest .cover img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 768px) {
  .latest .cover {
    grid-row: 1;
    width: calc(50% - 1rem);
    padding-bottom: min(50%, 23rem);
  }
  .latest .cover img {
    width: auto;
    max-width: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
}
@media (min-width: 1280px) {
  .latest .cover {
    padding-bottom: min(100%, 26rem);
  }
}
@media (min-width: 1440px) {
  .latest .cover {
    padding-bottom: min(100%, 30rem);
  }
}
@media (min-width: 1920px) {
  .latest .cover {
    padding-bottom: min(100%, 37.5rem);
  }
}

.article-bottom .content *:first-child {
  margin-top: 0;
}

.article-bottom-details span:first-child {
  font-family: "UniviaPro-Bold";
}
.article-bottom-details span:last-of-type {
  color: #7BA7BC;
}

.related-articles .separator {
  margin-bottom: 2rem;
}
.related-articles .swiper-slide {
  opacity: 0.25;
  transition: opacity 0.15s ease-in;
  width: 17.5rem;
}
@media (min-width: 768px) {
  .related-articles .swiper-slide {
    width: 18.75rem;
  }
}
.related-articles .swiper-slide.swiper-slide-visible {
  opacity: 1;
}

#company-timeline .container {
  min-height: 100vh;
}

.timeline-card {
  border-top: dashed 1px #7BA7BC;
  min-height: 10.25rem;
  position: absolute;
  top: 0;
  left: 50%;
}
@media (min-width: 576px) {
  .timeline-card .text {
    max-width: calc(50% - 1rem);
  }
}
@media (max-width: 575.98px) {
  .timeline-card {
    flex-direction: column;
  }
}

.text-with-side .content {
  display: grid;
  grid-template-columns: 1fr;
}
@media (min-width: 768px) {
  .text-with-side .content {
    grid-template-columns: 1fr minmax(300px, 30%);
    -moz-column-gap: 1.75rem;
         column-gap: 1.75rem;
  }
  .text-with-side .content .top-text {
    grid-column: span 2;
  }
}
.text-with-side .right-side-single:not(:last-child) {
  margin-bottom: 2.5rem;
}
.text-with-side .bordered .top-text {
  margin-bottom: 1.25rem;
}
.text-with-side .bordered .right-side-link {
  border-top: 1px solid #85DBFF;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.text-with-side .bordered .right-side-link:last-child {
  border-bottom: 1px solid #85DBFF;
}
.text-with-side .text-area > * {
  margin-bottom: 1.75rem;
}

.all-in-one.image {
  margin-bottom: min(22%, 110px);
}
.all-in-one img, .all-in-one svg {
  margin-bottom: max(-22%, -110px);
  width: 100%;
}
.all-in-one .with-text {
  text-align: left;
  margin-bottom: max(-22%, -110px);
  transform: unset;
  width: 100%;
  max-width: 50rem;
}
.all-in-one .with-text .text:nth-of-type(3) {
  left: 77%;
  top: 44.5%;
}
@media (min-width: 768px) {
  .all-in-one .with-text .text:nth-of-type(3) {
    padding-top: 4.5rem;
  }
}
.all-in-one .with-text img, .all-in-one .with-text svg {
  margin: 0;
  height: auto;
}

.banner h2 {
  max-width: 34.5rem;
  margin-bottom: auto;
  position: relative;
}
.banner .absolute-md {
  transform: translateY(24%);
  margin-top: -22%;
}
@media (min-width: 768px) {
  .banner {
    height: 420px;
  }
  .banner .absolute-md {
    margin-top: 0;
    height: 160%;
    transform: unset;
    right: -120px;
  }
}
@media (max-width: 767.98px) {
  .banner {
    margin-bottom: 15%;
  }
}

.list-section .list-1 {
  padding: 0;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.list-section .list-1 li {
  text-align: start;
  max-width: 23.5rem;
}
@media (min-width: 768px) {
  .list-section .list-1 {
    align-items: flex-end;
  }
  .list-section .list-1 li {
    width: 50%;
    margin-left: 0;
  }
}
.list-section.custom {
  overflow: hidden;
}
.list-section.custom .list-1 {
  max-width: 50rem;
}
.list-section.custom .list-1 li {
  max-width: 25rem;
}
@media (max-width: 767.98px) {
  .list-section.custom .content {
    padding-bottom: 0;
  }
}
@media (min-width: 768px) {
  .list-section.custom .picture-container {
    max-width: 50%;
    max-height: 69%;
    left: -2.5rem;
    bottom: 0;
  }
}
.list-section.custom .picture-container img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: bottom;
     object-position: bottom;
}

.list-section .list-2 {
  margin-top: 5rem;
}

.flower {
  position: relative;
}
.flower svg {
  width: 100%;
  height: auto;
}
.flower svg text {
  font-family: "UniviaPro-Bold";
  letter-spacing: 0.2em;
  font-size: 15px;
}
.flower .left, .flower .right {
  position: relative;
  max-width: 23.75rem;
}
.flower .left .clip, .flower .right .clip {
  cursor: pointer;
  -webkit-clip-path: polygon(0 50%, 25% 0, 25% 27%, 75% 27%, 75% 70%, 25% 70%, 25% 100%);
          clip-path: polygon(0 50%, 25% 0, 25% 27%, 75% 27%, 75% 70%, 25% 70%, 25% 100%);
  position: absolute;
  width: 100%;
  height: 100%;
}
.flower .right .clip {
  transform: rotateY(180deg);
}
.flower .flower-img {
  position: absolute;
  max-height: 12.25rem;
  height: 160%;
  top: 50%;
  z-index: 1;
  transform: translate(-50%, -50%);
}
.flower.step-1 .flower-img {
  left: 33%;
}
.flower.step-2 .flower-img {
  left: 50%;
}
.flower.step-3 .flower-img {
  left: 67%;
}

.swiper-steps .swiper-slide {
  width: calc(33% - 1rem);
  min-width: 16rem;
  transition: filter 0.15s ease-in;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.swiper-steps .swiper-slide:not(.swiper-slide-visible) {
  filter: grayscale(0.8);
}
.swiper-steps .step {
  cursor: pointer;
  transition: opacity 0.15s ease-in, filter 0.15s ease-in;
}
.swiper-steps .step .title {
  color: inherit !important;
}
.swiper-steps .step .absolute {
  top: 0;
  left: 0;
}
.swiper-steps .step .text {
  top: 50%;
  left: 39%;
  z-index: 100;
  transform: translateY(-50%);
  color: #fff;
}
.swiper-steps .step .text .title {
  font-size: clamp(1rem, 1.35vw, 1.375rem);
  line-height: 120%;
}
.swiper-steps .step .text .subtitle_title {
  font-size: clamp(0.625rem, 1vw, 1rem);
  line-height: 120%;
}
.swiper-steps .step img, .swiper-steps .step svg {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.swiper-steps .step img.clipped, .swiper-steps .step svg.clipped {
  -webkit-clip-path: circle(0% at 0 0);
          clip-path: circle(0% at 0 0);
}
.swiper-steps .step img p, .swiper-steps .step svg p {
  margin: 0;
  font-size: 11px;
  line-height: 13px;
}
.swiper-steps .step img p.bolder, .swiper-steps .step svg p.bolder {
  font-family: "UniviaPro-Regular";
  font-size: 15px;
  line-height: 18px;
}

#three-pillars {
  overflow: hidden;
}
#three-pillars[data-current="1"] .step:not([data-step="1"]) img.absolute .opacity, #three-pillars[data-current="1"] .step:not([data-step="1"]) img.absolute.opacity, #three-pillars[data-current="1"] .step:not([data-step="1"]) svg.absolute .opacity, #three-pillars[data-current="1"] .step:not([data-step="1"]) svg.absolute.opacity {
  opacity: 0.5;
}
#three-pillars[data-current="1"] .step[data-step="1"] img.clipped, #three-pillars[data-current="1"] .step[data-step="1"] svg.clipped {
  -webkit-clip-path: circle(141% at 50% 50%) !important;
          clip-path: circle(141% at 50% 50%) !important;
}
#three-pillars[data-current="1"] .tab:not([data-step="1"]) {
  display: none;
}
#three-pillars[data-current="2"] .step:not([data-step="2"]) img.absolute .opacity, #three-pillars[data-current="2"] .step:not([data-step="2"]) img.absolute.opacity, #three-pillars[data-current="2"] .step:not([data-step="2"]) svg.absolute .opacity, #three-pillars[data-current="2"] .step:not([data-step="2"]) svg.absolute.opacity {
  opacity: 0.5;
}
#three-pillars[data-current="2"] .step[data-step="2"] img.clipped, #three-pillars[data-current="2"] .step[data-step="2"] svg.clipped {
  -webkit-clip-path: circle(141% at 50% 50%) !important;
          clip-path: circle(141% at 50% 50%) !important;
}
#three-pillars[data-current="2"] .tab:not([data-step="2"]) {
  display: none;
}
#three-pillars[data-current="3"] .step:not([data-step="3"]) img.absolute .opacity, #three-pillars[data-current="3"] .step:not([data-step="3"]) img.absolute.opacity, #three-pillars[data-current="3"] .step:not([data-step="3"]) svg.absolute .opacity, #three-pillars[data-current="3"] .step:not([data-step="3"]) svg.absolute.opacity {
  opacity: 0.5;
}
#three-pillars[data-current="3"] .step[data-step="3"] img.clipped, #three-pillars[data-current="3"] .step[data-step="3"] svg.clipped {
  -webkit-clip-path: circle(141% at 50% 50%) !important;
          clip-path: circle(141% at 50% 50%) !important;
}
#three-pillars[data-current="3"] .step[data-step="3"] img.clipped p, #three-pillars[data-current="3"] .step[data-step="3"] svg.clipped p {
  color: #000;
}
#three-pillars[data-current="3"] .tab:not([data-step="3"]) {
  display: none;
}

@media (min-width: 768px) {
  .with-side-picture .content {
    display: grid;
    grid-template-columns: 1fr minmax(300px, 30%);
    -moz-column-gap: 2.5rem;
         column-gap: 2.5rem;
  }
  .with-side-picture .content * {
    grid-column: 1;
  }
  .with-side-picture .content .picture-container,
.with-side-picture .content img {
    grid-column: 2;
    grid-row: 1/100;
    height: auto;
  }
  .with-side-picture .content .picture-container.start-3,
.with-side-picture .content img.start-3 {
    grid-row-start: 3;
  }
  .with-side-picture .content .fill {
    grid-row-end: 100;
  }
  .with-side-picture.reverse .content {
    grid-template-columns: minmax(300px, 30%) 1fr;
  }
  .with-side-picture.reverse .content * {
    grid-column: 2;
  }
  .with-side-picture.reverse .content .picture-container,
.with-side-picture.reverse .content img {
    margin-top: 0;
    grid-column: 1;
  }
}
.with-side-picture .fill {
  height: 2rem;
}
.with-side-picture .picture-container,
.with-side-picture > img {
  width: 100%;
}
.with-side-picture .picture-container img,
.with-side-picture > img img {
  max-width: 100%;
  display: block;
  height: auto;
}
.with-side-picture .picture-container > * :not(:first-child),
.with-side-picture > img > * :not(:first-child) {
  padding-top: 10px;
  border-top: 1px solid #000;
  margin-bottom: 20px;
}
.with-side-picture .content > .picture-container, .with-side-picture .content > img {
  margin-top: -2rem;
}

.text-with-side-image .btn-primary {
  margin-top: 0.5rem;
  margin-bottom: 2rem;
}

@media (min-width: 768px) {
  #error-404-wrapper .content {
    flex-direction: row-reverse;
    gap: 1.75rem;
  }
  #error-404-wrapper .content img {
    height: 100%;
  }
}
#error-404-wrapper .content img {
  width: 100%;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: bottom;
     object-position: bottom;
}
#error-404-wrapper .content .btn-primary {
  white-space: nowrap;
}

#slide-1 {
  min-height: calc(var(--vh) * 100);
}
@media (min-width: 768px) {
  #slide-1 .absolute-md {
    height: 150%;
    transform: translate(18%, 1%);
  }
}
@media (min-width: 768px) {
  #slide-3 .absolute-md {
    height: 134%;
    transform: translate(19%, 2%);
  }
}
@media (min-width: 768px) {
  #slide-4 .content > .flex {
    gap: 1rem;
  }
}

.home.loading-images .ring, .page-template-home.loading-images .ring {
  display: block;
}
.home.loading-images .background-image, .page-template-home.loading-images .background-image {
  z-index: 1;
}
.home.loading-images #wrapper-navbar, .page-template-home.loading-images #wrapper-navbar {
  z-index: 2;
}
.home .fp-section, .page-template-home .fp-section {
  /* Prevent Safari flickering */
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  display: flex;
  align-items: center;
}
@media (min-width: 768px) {
  .home .fp-section .container, .page-template-home .fp-section .container {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }
  .home .fp-section .content, .page-template-home .fp-section .content {
    height: calc(var(--vh) * 60);
    min-height: 31rem;
  }
}
@media (min-width: 768px) and (max-height: 800px) {
  .home .fp-section .content, .page-template-home .fp-section .content {
    height: calc(var(--vh) * 60);
    min-height: 25rem;
  }
}
@media (max-width: 767.98px) {
  .home .fp-section, .page-template-home .fp-section {
    height: auto !important;
    overflow: visible !important;
    margin-bottom: 2.5rem;
    display: block !important;
  }
  .home .fp-section:first-of-type, .page-template-home .fp-section:first-of-type {
    margin-top: 2.625rem;
  }
  .home .fp-section .btn-primary, .page-template-home .fp-section .btn-primary {
    margin-top: 1.75rem;
  }
}
@media (min-width: 768px) {
  .home .fp-section.company-list .content > .flex, .page-template-home .fp-section.company-list .content > .flex {
    gap: 2.5rem;
    height: 5.125rem;
    margin-top: 0;
  }
}
@media (max-width: 767.98px) {
  .home .fp-section .tab-card__background, .page-template-home .fp-section .tab-card__background {
    background: linear-gradient(8.45deg, #180546 -7.45%, #E93CAC 39.69%, #17ABFD 85.85%);
    background-size: 100% 300%;
    background-repeat: no-repeat;
  }
  .home .fp-section .tab-card:nth-last-of-type(1) .tab-card__background, .page-template-home .fp-section .tab-card:nth-last-of-type(1) .tab-card__background {
    background-position: 0 100%;
  }
  .home .fp-section .tab-card:nth-last-of-type(2) .tab-card__background, .page-template-home .fp-section .tab-card:nth-last-of-type(2) .tab-card__background {
    background-position: 0 50%;
  }
  .home .fp-section .tab-card:nth-last-of-type(3) .tab-card__background, .page-template-home .fp-section .tab-card:nth-last-of-type(3) .tab-card__background {
    background-position: 0 0;
  }
}
@media (min-width: 768px) {
  .home .fp-section .absolute-md, .page-template-home .fp-section .absolute-md {
    z-index: 0 !important;
    right: 1.5rem;
  }
}
.home .fp-section .absolute-md.main-slide .absolute, .page-template-home .fp-section .absolute-md.main-slide .absolute {
  width: 58%;
  top: 45.6%;
  left: 4.3%;
  height: 51%;
}
@media (min-width: 768px) {
  .home .fp-section .absolute-md.main-slide, .page-template-home .fp-section .absolute-md.main-slide {
    height: 150%;
    transform: translate(30%, 1%);
  }
}
.home .fp-section .absolute-md .picture-container, .page-template-home .fp-section .absolute-md .picture-container {
  position: relative;
}
.home .fp-section .absolute-md .animation-web.people, .page-template-home .fp-section .absolute-md .animation-web.people {
  top: 49.2%;
  right: 29.8%;
  height: auto;
  width: 66%;
}
@media (max-width: 767.98px) {
  .home .fp-section .absolute-md .animation-web.people, .page-template-home .fp-section .absolute-md .animation-web.people {
    width: 100%;
    left: 0;
  }
}
.home .fp-section .absolute-md .animation-web.icons, .page-template-home .fp-section .absolute-md .animation-web.icons {
  height: 58.5%;
  width: auto;
  left: 52%;
  top: 26%;
}
@media (min-width: 768px) {
  .home .fp-section .absolute-md .animation-web.icons, .page-template-home .fp-section .absolute-md .animation-web.icons {
    left: 340px;
  }
}
.home .fp-section .absolute-md #animation-svg-1, .page-template-home .fp-section .absolute-md #animation-svg-1 {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 82%;
  height: auto;
  transform: translate(-50%, -50%);
}
@media (min-width: 768px) {
  .home .fp-section.embeded-cards-section .content > .flex, .page-template-home .fp-section.embeded-cards-section .content > .flex {
    gap: 1rem;
  }
}
@media (min-width: 768px) {
  .home .fp-section.swiper-section .content > .flex, .page-template-home .fp-section.swiper-section .content > .flex {
    gap: 2.5rem;
    height: 5.125rem;
    margin-top: 0;
  }
}
@media (min-width: 768px) {
  .home .fp-section.catch-next .content, .page-template-home .fp-section.catch-next .content {
    flex-direction: row;
    align-items: flex-start;
  }
  .home .fp-section.catch-next .content > div:last-child, .page-template-home .fp-section.catch-next .content > div:last-child {
    flex: 0 1 57%;
    justify-content: space-evenly;
    margin-left: auto;
  }
}
.home .background-image, .page-template-home .background-image {
  background-image: url("/../../wp-content/themes/understrap/img/background.png"), linear-gradient(255.16deg, #08001C 5.73%, #1A104D 96.3%);
}
.home #wrapper-navbar, .page-template-home #wrapper-navbar {
  position: absolute;
  top: 0;
}
@media (min-width: 768px) {
  .home #wrapper-navbar, .page-template-home #wrapper-navbar {
    position: fixed;
    z-index: 9999;
  }
}
.home #wrapper-footer, .page-template-home #wrapper-footer {
  min-height: unset;
  padding-bottom: 0;
}
@media (min-width: 768px) {
  .home #wrapper-footer .content, .page-template-home #wrapper-footer .content {
    padding: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
@media (min-width: 768px) {
  .home .shadow-header, .page-template-home .shadow-header {
    display: none;
  }
}
.home #next-slide, .page-template-home #next-slide {
  display: none;
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  /* @include breakpoint-up (md) {
    display: initial;
  } */
}
@media (min-width: 768px) and (max-height: 800px) {
  .home #wrapper-navbar, .page-template-home #wrapper-navbar {
    padding-top: 3.25rem;
  }
  .home .embed-cards-holder, .page-template-home .embed-cards-holder {
    min-height: 0;
  }
  .home .embed-cards-holder .embed-cards .picture-container, .page-template-home .embed-cards-holder .embed-cards .picture-container {
    height: 50%;
    margin-top: -16px;
  }
  .home .embed-cards-holder .embed-cards .picture-container img, .home .embed-cards-holder .embed-cards .picture-container svg, .page-template-home .embed-cards-holder .embed-cards .picture-container img, .page-template-home .embed-cards-holder .embed-cards .picture-container svg {
    height: 100%;
  }
}
@media (min-width: 768px) and (max-height: 650px) {
  .home #wrapper-navbar, .page-template-home #wrapper-navbar {
    padding-top: 2.5rem;
  }
  .home #next-slide, .page-template-home #next-slide {
    display: none;
  }
}
.home .list-1, .page-template-home .list-1 {
  margin-top: 2rem;
}
@media (min-width: 1080px) and (max-height: 800px) {
  .home .with-text p, .page-template-home .with-text p {
    display: none;
  }
}
.home .background-circle, .page-template-home .background-circle {
  display: none;
}

.view-switcher-views .list-1 {
  margin-top: 1.5rem;
  margin-bottom: 2.5rem;
}
.view-switcher-views .title:not(.h2) {
  color: #E93CAC;
  font-family: "UniviaPro-Bold";
  font-size: 1.5rem;
  line-height: 1.8125rem;
  font-weight: normal;
  text-transform: none;
  letter-spacing: 0;
}
.view-switcher-views .side-content {
  margin-top: 3.5rem;
}
@media (min-width: 768px) {
  .view-switcher-views .content-grid {
    display: grid;
    grid-template-columns: 1fr minmax(300px, 30%);
    -moz-column-gap: 1.75rem;
         column-gap: 1.75rem;
  }
  .view-switcher-views .content-grid * {
    grid-column: 1;
  }
  .view-switcher-views .content-grid .side-content {
    grid-column: 2;
    grid-row: 1/9999;
    margin-top: 6.75rem;
  }
}

.index-card-holder.alt {
  display: grid;
  grid-template-columns: 1fr;
  -moz-column-gap: 1.75rem;
       column-gap: 1.75rem;
}
@media (min-width: 768px) {
  .index-card-holder.alt {
    grid-template-columns: 1fr 1fr;
  }
}

/* Flash events */
.event-title {
  font-family: "UniviaPro-Medium";
  font-size: 1.5rem;
  line-height: 1.75rem;
}
@media (min-width: 768px) {
  .event-title {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}

@media (min-width: 768px) {
  .event-flash__title {
    margin-top: 7.25rem;
    margin-bottom: 7.25rem;
  }
}
.event-flash__container {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  max-width: 40rem;
  font-family: "UniviaPro-Medium";
  font-size: clamp(1rem, 3.5vw, 1.25rem);
  line-height: clamp(1.25rem, 4vw, 1.5rem);
  position: relative;
}
.event-flash__container:not(.single) {
  color: rgba(0, 0, 0, 0);
  -webkit-background-clip: text;
          background-clip: text;
  background-image: linear-gradient(270deg, #E540AC 0%, #767AC6 47.4%, #10AFDE 100%);
  background-size: 100%;
  background-repeat: no-repeat;
}
.event-flash__card {
  display: block;
}
.event-flash__card .faux-border {
  height: 1px;
  width: 100%;
  background: #fff;
  /* background-image: linear-gradient(270deg, #767AC6 13.02%, #E93CAC 67.73%, #767AC6 125%, #20BAF2 166.7%); */
}
@media (min-width: 768px) {
  .event-flash__card > .flex {
    gap: 3rem;
    align-items: flex-start;
  }
}
.event-flash__name {
  order: 0;
}
@media (min-width: 768px) {
  .event-flash__name {
    order: 2;
  }
}
.event-flash__link {
  order: 4;
  border-radius: 18px;
  height: 2.25rem;
  line-height: 2.25rem;
  width: 10rem;
  border: 1px solid #fff;
}
@media (min-width: 768px) {
  .event-flash__link {
    margin-top: 0;
    margin-left: auto;
  }
}
.event-flash__link .faux-border {
  display: none;
}
.event-flash__container:not(.single) .faux-border {
  background-image: linear-gradient(270deg, #E540AC 0%, #767AC6 47.4%, #10AFDE 100%);
}
.event-flash__container:not(.single) .event-flash__link {
  border: none;
}
.event-flash__container:not(.single) .event-flash__link span {
  display: block;
  line-height: 2.25rem;
  margin-top: -2.25rem;
}
.event-flash__container:not(.single) .event-flash__link .faux-border {
  display: block;
  z-index: -1;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-image: linear-gradient(270deg, #E540AC 0%, #767AC6 47.4%, #10AFDE 100%);
  background-position: 50% 50%;
  -webkit-clip-path: path("m18 0c-9.9633 0-18 8.0367-18 18 0 9.9633 8.0367 18 18 18h124c9.9633 0 18-8.0367 18-18 0-9.9633-8.0367-18-18-18zm0 1h124c9.4266 0 17 7.5734 17 17 0 9.4266-7.5734 17-17 17h-124c-9.4266 0-17-7.5734-17-17 0-9.4266 7.5734-17 17-17z");
          clip-path: path("m18 0c-9.9633 0-18 8.0367-18 18 0 9.9633 8.0367 18 18 18h124c9.9633 0 18-8.0367 18-18 0-9.9633-8.0367-18-18-18zm0 1h124c9.4266 0 17 7.5734 17 17 0 9.4266-7.5734 17-17 17h-124c-9.4266 0-17-7.5734-17-17 0-9.4266 7.5734-17 17-17z");
  background-size: min(100vw - var(--container-px) * 2, 40rem);
}
@media (min-width: 768px) {
  .event-flash__container:not(.single) .event-flash__link .faux-border {
    background-position: 100% 50%;
  }
}
.event-flash__at {
  order: 1;
}
@media (min-width: 768px) {
  .event-flash__at {
    flex: 0 1 30%;
  }
}

.events-banner .picture-container {
  grid-column: padding;
  height: calc(var(--vh) * 100 - (5.625rem + var(--container-py)));
}
.events-banner .picture-container img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 40%;
     object-position: 50% 40%;
}

/* Events switcher */
#events-view-switcher {
  margin-bottom: 3rem;
}
#events-view-switcher p {
  font-size: 1rem;
  line-height: 1.25rem;
}
@media (min-width: 576px) {
  #events-view-switcher p {
    font-size: 1.25rem;
    line-height: 1.5rem;
    margin-bottom: 2.25rem;
  }
}
@media (min-width: 1080px) {
  #events-view-switcher p {
    font-size: 1.5rem;
    line-height: 1.75rem;
    margin-bottom: 3rem;
  }
}
@media (min-width: 768px) {
  #events-view-switcher {
    margin-bottom: 5.5rem;
  }
  #events-view-switcher .container {
    padding-top: 3.25rem;
  }
}
@media (min-width: 1080px) {
  #events-view-switcher {
    margin-bottom: 9rem;
  }
  #events-view-switcher .container {
    padding-top: 3.75rem;
  }
}
#events-view-switcher .background {
  position: absolute;
  width: 100%;
  grid-row: unset;
  box-shadow: none;
}
#events-view-switcher .background.bottom {
  top: 0;
  background: linear-gradient(0, rgba(0, 0, 0, 0) 0%, #000000 100%);
}
#events-view-switcher .background.top {
  bottom: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
}
#events-view-switcher ~ .view-switcher-views {
  padding-bottom: 12rem;
}

#events-switcher {
  position: relative;
  max-width: 850px;
  margin-bottom: 0;
}
#events-switcher::before, #events-switcher::after {
  content: "";
  position: absolute;
  top: 8px;
  left: 21px;
  display: block;
  height: 6px;
  width: calc(100% - 42px);
}
@media (min-width: 768px) {
  #events-switcher::before, #events-switcher::after {
    left: 29px;
    top: 10px;
    height: 10px;
    width: calc(100% - 58px);
  }
}
#events-switcher::before {
  background: #75728d;
}
#events-switcher::after {
  width: 0;
  background: #20BAF2;
  transition: width 0.3s ease-in-out;
}
#events-switcher li {
  font-family: "UniviaPro-Regular";
  font-size: 1.25rem;
  line-height: 1.5rem;
  padding: 0;
  color: #fff;
  display: flex;
  flex-direction: column-reverse;
  gap: 0.75rem;
}
@media (min-width: 768px) {
  #events-switcher li {
    font-size: 1.75rem;
    line-height: 2.125rem;
  }
}
@media (min-width: 1080px) {
  #events-switcher li {
    font-size: 2.25rem;
    line-height: 2.75rem;
  }
}
#events-switcher li:not(.active) {
  color: #75728d;
}
#events-switcher li::after {
  position: static;
  width: 22px;
  height: 22px;
  border: 6px solid #20BAF2;
  border-radius: 50%;
  background: none;
  opacity: 1;
  transition: border-color 0s;
}
@media (min-width: 768px) {
  #events-switcher li::after {
    width: 30px;
    height: 30px;
    border-width: 10px;
  }
}
#events-switcher li:last-child::after {
  border-color: #75728d;
  margin-left: auto;
}
#events-switcher.upcomming::after {
  width: calc(100% - 40px);
}
@media (min-width: 768px) {
  #events-switcher.upcomming::after {
    width: calc(100% - 58px);
  }
}
#events-switcher.upcomming li:last-child::after {
  border-color: #20BAF2;
  transition: border-color 0s 0.3s;
}

/* Event card */
.event-card-v2:not(:first-child) {
  margin-top: 5rem;
}
.event-card-v2:last-of-type {
  margin-bottom: 5rem;
}
@media (min-width: 875px) {
  .event-card-v2 {
    flex-direction: row;
    min-height: 312px;
  }
  .event-card-v2:not(:first-child) {
    margin-top: 10rem;
  }
  .event-card-v2:last-of-type {
    margin-bottom: 10rem;
  }
}
.event-card-v2 .event-card-cover {
  width: 100%;
  z-index: 1;
}
@media (min-width: 875px) {
  .event-card-v2 .event-card-cover {
    flex: 0 1 100%;
  }
}
.event-card-v2 .event-card-cover .scale-in {
  transform-origin: -30% 100%;
}
.event-card-v2 .event-card-cover .scale-in img {
  width: 100%;
  height: auto;
  transform-origin: 10% 80%;
  transform: translate(-9%, 0) scale(1.05);
}
@media (min-width: 875px) {
  .event-card-v2 .event-card-cover .scale-in img {
    transform-origin: -30% 80%;
    transform: translate(-3%, 6%) scale(1.14);
  }
}
@media (max-width: 874.98px) {
  .event-card-v2 .event-card-cover .scale-in {
    margin-bottom: -9%;
  }
}
.event-card-v2 .event-card-info {
  text-align: right;
  background: linear-gradient(83.84deg, #10AFDE -21.62%, #E741AA 121.31%);
  padding-top: calc(1.5rem + 9%);
  width: 100%;
}
@media (min-width: 875px) {
  .event-card-v2 .event-card-info {
    flex: 1 0 48%;
    padding: 1rem 1.5rem 1.125rem 5.875rem;
    min-height: 320px;
    align-self: flex-end;
  }
}
.event-card-v2 .event-card-info .picture-container img {
  max-width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.event-card-v2 .event-card-date-location {
  font-size: 1rem;
  line-height: 1.1875rem;
}
@media (min-width: 768px) {
  .event-card-v2 .event-card-date-location {
    font-size: 1.5rem;
    line-height: 1.75rem;
  }
}
.event-card-v2 .event-card-date-location .location::before {
  content: "";
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  background: url("/../../wp-content/themes/understrap/img/location-pin.png") no-repeat;
  background-size: contain;
  height: 1.25rem;
  width: 1rem;
}
@media (min-width: 875px) {
  .event-card-v2 .event-card-date-location .location {
    padding-left: 2rem;
  }
  .event-card-v2 .event-card-date-location .location::before {
    height: 31px;
    width: 24px;
  }
}
@media (min-width: 875px) {
  .event-card-v2.reverse {
    flex-direction: row-reverse;
  }
  .event-card-v2.reverse .events-banner img {
    transform-origin: 105% 36%;
  }
  .event-card-v2.reverse .event-card-info {
    padding: 1rem 5.875rem 1.125rem 1.5rem;
  }
}

/* Pre-footer */
.events-footer {
  z-index: -2;
  bottom: 0;
  min-height: 60vh;
  /* .gradient {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
    height: 150px;
  } */
}
.events-footer img {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-mask-image: linear-gradient(0deg, black 20%, transparent 100%);
          mask-image: linear-gradient(0deg, black 20%, transparent 100%);
  display: block;
  min-width: 100%;
}

.single-event .grid-30 {
  border: none;
  letter-spacing: 0.02em;
  font-size: 1rem;
  line-height: 1.5rem;
  grid-template-columns: 1fr;
}
.single-event .grid-30 h2 {
  font-size: 1.5rem;
  line-height: 1.75rem;
  color: #20BAF2;
}
@media (min-width: 768px) {
  .single-event .grid-30 {
    font-size: 1.5rem;
    line-height: 2.25rem;
  }
  .single-event .grid-30 h2 {
    font-size: 2.25rem;
    line-height: 2.25rem;
  }
}
@media (min-width: 1080px) {
  .single-event .grid-30 {
    grid-template-columns: 1fr minmax(300px, 30%);
  }
  .single-event .grid-30.reverse {
    grid-template-columns: 1fr minmax(300px, 30%);
  }
}

.event-title .h1 {
  font-size: 1.25rem;
  line-height: 1.5rem;
}
@media (min-width: 768px) {
  .event-title .h1 {
    font-size: 2.25rem;
    line-height: 2.75rem;
  }
}
.event-title .h2 {
  font-family: "UniviaPro-Medium";
  font-size: 4rem;
  line-height: 4rem;
  position: relative;
  z-index: 1;
}
@media (max-width: 767.98px) {
  .event-title .h2 {
    font-size: 2.25rem;
    line-height: 2.5rem;
    width: max(220px, 50%);
    overflow-wrap: normal;
  }
}

.event-banner .background {
  background-image: linear-gradient(263.84deg, #10AFDE -21.62%, #E741AA 121.31%);
}
.event-banner .separator:not(.hor) {
  width: 1px;
}
.event-banner .border-bottom {
  margin-bottom: 1rem;
  padding-bottom: 1rem;
}
@media (min-width: 768px) {
  .event-banner .container {
    grid-template-columns: [start] 1fr var(--container-px) [content-start] minmax(0, 640px) [content-end] minmax(0, 640px) var(--container-px) 1fr [end];
  }
}
.event-banner .cover {
  transform-origin: 130% 100%;
}
.event-banner .cover img {
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: right;
     object-position: right;
  position: absolute;
  width: auto;
  transform: scale(1.65);
  transform-origin: 0% 100%;
}
@media (min-width: 768px) {
  .event-banner .cover img {
    -o-object-fit: cover;
       object-fit: cover;
    transform: scale(1.15);
    transform-origin: 0% 63%;
    -o-object-position: left;
       object-position: left;
  }
}
@media (max-width: 767.98px) {
  .event-banner .cover {
    height: 0;
    padding-bottom: calc(26% + 4rem);
    grid-row: 1;
    width: 66%;
    grid-column: content;
    position: absolute;
    left: 44%;
  }
}
@media (max-width: 374.98px) {
  .event-banner .cover {
    left: 52%;
  }
}
.event-banner .logo-container {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.event-banner .logo-container img {
  width: 100%;
  max-width: 10rem;
  height: auto;
}
@media (min-width: 768px) {
  .event-banner .logo-container {
    padding: 0;
    margin-left: -1.75rem;
  }
}
@media (max-width: 767.98px) {
  .event-banner .content {
    padding-top: 26%;
  }
}
.event-banner .btn-primary {
  font-family: "UniviaPro-Medium";
  font-size: 0.75rem;
  line-height: 0.875rem;
  letter-spacing: 0.2em;
}
.event-banner .btn-primary button {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.event-special-card {
  font-size: 1.25rem;
  line-height: 1.5rem;
  letter-spacing: 0.02em;
  grid-template-columns: 1fr;
  gap: 2.25rem;
}
@media (min-width: 1080px) {
  .event-special-card {
    gap: 3rem;
    flex-direction: row-reverse;
    margin-bottom: 7.5rem;
    padding-top: 6.5rem;
  }
  .event-special-card.reverse {
    flex-direction: row;
  }
  .event-special-card .left-side {
    flex: 0 1 58%;
  }
  .event-special-card .right-side {
    flex: 0 1 calc(42% - 3rem);
  }
}
@media (min-width: 768px) {
  .event-special-card {
    font-size: 1.5rem;
    line-height: 1.75rem;
  }
}
.event-special-card .flex .separator {
  width: 1px;
}
.event-special-card .text-sm {
  font-size: 1rem;
  line-height: 1.1875rem;
}
@media (min-width: 768px) {
  .event-special-card .text-area {
    margin-bottom: 4rem;
  }
}
.event-special-card .big {
  font-size: 2.25rem;
  line-height: 2.625rem;
}
@media (min-width: 768px) {
  .event-special-card .big {
    font-size: 3rem;
    line-height: 3.125rem;
  }
}
.event-special-card img {
  width: 100%;
  height: auto;
}
@media (min-width: 1080px) {
  .event-special-card img {
    margin-top: 1.5rem;
  }
}
@media (max-width: 1079.98px) {
  .event-special-card .dates {
    flex-wrap: wrap;
  }
}

.event-footer {
  margin-top: -45rem;
}
.event-footer .background {
  box-shadow: none;
}
.event-footer .background img {
  min-width: 100%;
  display: block;
  -o-object-position: 50% 0;
     object-position: 50% 0;
}
.event-footer .background .gradient {
  background: linear-gradient(180deg, rgba(27, 22, 74, 0) 0%, #000000 100%);
  height: 680px;
}
.event-footer .content {
  margin-top: 55rem;
  margin-bottom: 10rem;
  /* img {
    width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1.5rem;
    max-width: 18.75rem;
    @include breakpoint-up (md) {
      margin-bottom: 2rem;
      max-width: 26rem;
    }
    @include breakpoint-up (lg) {
      max-width: 37.5rem;
    }
  } */
}

.stadium {
  -webkit-mask-image: radial-gradient(closest-side at 50% 47%, #000 90%, rgba(0, 0, 0, 0) 110%);
          mask-image: radial-gradient(closest-side at 50% 47%, #000 90%, rgba(0, 0, 0, 0) 110%);
}

.spotlight {
  position: absolute;
  transform-origin: 50% 100%;
  pointer-events: none;
}
.spotlight__left.spotlight-1 {
  left: -5.6%;
  bottom: 54.3%;
}
.spotlight__left.spotlight-2 {
  left: -9.7%;
  bottom: 60.9%;
}
.spotlight__left.spotlight-3 {
  left: -1.2%;
  bottom: 48.7%;
}
.spotlight__left.spotlight-4 {
  left: -1%;
  bottom: 44.6%;
}
.spotlight__right.spotlight-1 {
  right: -3.7%;
  bottom: 49.1%;
}
.spotlight__right.spotlight-2 {
  right: -8%;
  bottom: 54.1%;
}
.spotlight__right.spotlight-3 {
  right: -3.5%;
  bottom: 44.7%;
}
.spotlight__right.spotlight-4 {
  right: -12%;
  bottom: 59.7%;
}

/* Starry-sky */
#starry-sky {
  position: absolute;
  top: 0;
  left: 0;
  height: 50%;
  min-height: calc(var(--vh) * 150);
  width: 100%;
  z-index: -2;
  overflow: hidden;
}
#starry-sky img {
  position: absolute;
  height: 100%;
  min-width: 100%;
  -o-object-position: center;
     object-position: center;
}
#starry-sky .mask {
  position: absolute;
  width: 100%;
  height: 300px;
  background: #1B164A;
  -webkit-mask-image: linear-gradient(180deg, black 35%, transparent 100%);
          mask-image: linear-gradient(180deg, black 35%, transparent 100%);
}
#starry-sky .mask.bottom {
  transform: rotate(180deg);
  bottom: 0;
}

#events-container .animation-container {
  min-height: min(50vw, 19rem);
}
#events-container .animation-container__wrapper {
  max-width: 32.5rem;
}

.single h2,
.single .h2 {
  font-size: 2.5rem;
}
@media (min-width: 768px) {
  .single h2,
.single .h2 {
    font-size: 3rem;
  }
}
.single .text-area p {
  margin-bottom: 1.875rem;
}
.single .text-area ul {
  padding-left: 0.125rem;
  margin-top: 1.125rem;
  margin-bottom: 1.875rem;
}
.single .text-area ul li {
  position: relative;
  padding-left: 1.25rem;
}
.single .text-area ul li::before {
  content: "•";
  position: absolute;
  left: 0;
}

.sustainability-views article > section {
  border: none;
}
.sustainability-views article .inner-text-holder .content:first-of-type {
  border-top: 1px solid rgba(0, 0, 0, 0.2039215686);
}
.sustainability-views article .subtitle + .inner-text-holder .grid-30,
.sustainability-views article .subtitle + .inner-text-holder .content {
  border: none;
  padding-top: 0;
}
.sustainability-views article .with-side-picture .btn-primary {
  margin-top: 1.75rem;
}
.sustainability-views article .with-side-picture .sustainability-logos {
  margin-top: 0;
}
.sustainability-views article#id-1 .grid-30 {
  margin-bottom: 0;
}
.sustainability-views article#id-2 .with-side-picture {
  margin-bottom: 2rem;
}

.view-switcher-views .content .max-w-640,
.with-side-picture .max-w-640 {
  max-width: unset;
}

@media (min-width: 768px) {
  .picture-right .content {
    justify-content: flex-end;
  }
  .picture-right .content > div {
    align-items: flex-start;
  }
  .picture-right .content .absolute-md {
    left: 0;
    transform: translateX(-8%);
  }
}

.single-press-title .content {
  padding-left: min(var(--container-px), 2.25rem);
  padding-right: min(var(--container-px), 2.25rem);
  min-height: 23rem;
}
@media (max-width: 767.98px) {
  .single-press-title .content {
    grid-column: start/end;
  }
}
.single-press-title .title {
  z-index: 2;
}
.single-press-title .cover {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.single-press-title .cover img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 10%;
     object-position: 50% 10%;
}

.vertical-cards-holder {
  --min-width: 16.75rem;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(var(--min-width), 1fr));
  -moz-column-gap: 26px;
       column-gap: 26px;
  row-gap: 24px;
  justify-items: center;
}
.vertical-cards-holder .article-card {
  width: 100%;
  max-width: 26.75rem;
}

.picture-grid-container .text-area *:first-child {
  margin-top: 0;
}

.single-press_release .left-side .separator {
  visibility: hidden;
}

.picture-container.icon-img img {
  height: 160px;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.picture-container.icon-img-big img {
  height: 174px;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}

.expandable-content h4 span {
  display: block;
  font-size: 14px;
  line-height: 16.8px;
  white-space: normal;
  min-width: 200px;
  max-width: 300px;
  padding-right: 38px;
  margin-top: 18px;
}
@media (max-width: 1079px) {
  .expandable-content h4 span {
    display: none;
  }
}
.expandable-content p {
  font-size: 1.125rem;
  line-height: 1.375rem;
}

.basic-text .text-area h4:not(:first-child), .article-intro .text-area h4:not(:first-child), .text-with-side .text-area h4:not(:first-child), .all-in-one .text-area h4:not(:first-child), .text-with-side-image .text-area h4:not(:first-child), .accordion .text-area h4:not(:first-child), .view-switcher-views .text-area h4:not(:first-child) {
  margin-top: 2.5rem;
}
.basic-text .text-area p, .article-intro .text-area p, .text-with-side .text-area p, .all-in-one .text-area p, .text-with-side-image .text-area p, .accordion .text-area p, .view-switcher-views .text-area p {
  margin: 0;
  margin-top: 1em;
}
.basic-text .text-area p .span-block, .article-intro .text-area p .span-block, .text-with-side .text-area p .span-block, .all-in-one .text-area p .span-block, .text-with-side-image .text-area p .span-block, .accordion .text-area p .span-block, .view-switcher-views .text-area p .span-block {
  display: block;
}
.basic-text .text-area ul, .article-intro .text-area ul, .text-with-side .text-area ul, .all-in-one .text-area ul, .text-with-side-image .text-area ul, .accordion .text-area ul, .view-switcher-views .text-area ul {
  margin: 1em 0;
  padding-left: 1.75rem;
  list-style-type: disc;
  text-align: left;
}
.basic-text .text-area ol, .article-intro .text-area ol, .text-with-side .text-area ol, .all-in-one .text-area ol, .text-with-side-image .text-area ol, .accordion .text-area ol, .view-switcher-views .text-area ol {
  text-align: left;
  margin: 1em 0;
  padding-left: 1.75rem;
}
.basic-text .text-area.list_1_style ul, .article-intro .text-area.list_1_style ul, .text-with-side .text-area.list_1_style ul, .all-in-one .text-area.list_1_style ul, .text-with-side-image .text-area.list_1_style ul, .accordion .text-area.list_1_style ul, .view-switcher-views .text-area.list_1_style ul {
  margin-top: 2.5rem;
  padding: 0;
}
.basic-text .text-area.list_1_style ul li, .article-intro .text-area.list_1_style ul li, .text-with-side .text-area.list_1_style ul li, .all-in-one .text-area.list_1_style ul li, .text-with-side-image .text-area.list_1_style ul li, .accordion .text-area.list_1_style ul li, .view-switcher-views .text-area.list_1_style ul li {
  position: relative;
  width: calc(100% - 1.25rem);
  margin-left: 1.25rem;
  padding-left: 2.6rem;
  margin-bottom: 1.75rem;
}
.basic-text .text-area.list_1_style ul li::before, .article-intro .text-area.list_1_style ul li::before, .text-with-side .text-area.list_1_style ul li::before, .all-in-one .text-area.list_1_style ul li::before, .text-with-side-image .text-area.list_1_style ul li::before, .accordion .text-area.list_1_style ul li::before, .view-switcher-views .text-area.list_1_style ul li::before {
  content: "";
  position: absolute;
  width: 2.5rem;
  height: 2.5rem;
  left: 0;
  top: 0;
  transform: translate(-50%, -25%);
  border-radius: 50%;
  background-image: url("/../../wp-content/themes/understrap/img/tick.svg"), linear-gradient(180deg, #FFFFFF 0%, #D9D9D9 156.25%);
  background-repeat: no-repeat;
  background-size: auto, 100% 100%;
  background-position: center;
  box-shadow: 0px 0px 30px 1px rgba(0, 0, 0, 0.25);
}

.page-id-245 .article-intro {
  margin-bottom: 0;
}

.end-paragraph {
  margin-top: 40px;
}

#id-2 .text-columns .content {
  display: block;
}
#id-2 .text-columns .content .text-grid {
  grid-column: unset;
}
#id-2 .text-columns .content .text-grid * {
  grid-column: unset;
}

#whr_embed_hook .whr-group {
  font-size: 2rem;
  padding-bottom: 1.5rem;
  border-bottom: solid 1px #000;
}
#whr_embed_hook .whr-items {
  display: block !important;
  margin-bottom: 2.5rem;
}
#whr_embed_hook .whr-items > li {
  margin-top: 1.75rem;
}
#whr_embed_hook .whr-items .whr-item .whr-title {
  font-size: 1.5rem;
  line-height: 1.8125rem;
  font-weight: normal;
  color: #85DBFF;
  margin-bottom: 0.5rem;
}

.sustainability-logos .image {
  padding-top: 20px;
  border-top: 1px solid #000;
  margin-bottom: 20px;
}

.expandable-section .hide {
  display: none;
}

.founders .founder .signature {
  max-width: 150px;
  max-height: 150px;
  margin-top: 10px;
}

#job_opportunities .job-position {
  display: grid;
  grid-template-columns: 1fr 130px 110px 80px;
  grid-gap: 10px;
  align-items: baseline;
  position: relative;
  grid-column: inherit;
  border-top: 1px solid #000;
  padding: 20px 10px;
  background-color: transparent;
  transition: background-color 0.6s ease-in;
}
#job_opportunities .job-position .job-title {
  grid-column: unset;
  text-align: left;
}
#job_opportunities .job-position .job-title h3 {
  display: inline-block;
  color: #E93CAC;
  font-size: 18px;
}
#job_opportunities .job-position .job-title h3 a {
  color: #E93CAC;
}
#job_opportunities .job-position .job-title .wfh {
  background-color: #85DBFF;
  font-family: "UniviaPro-Bold";
  text-transform: uppercase;
  color: #009cde;
  padding: 0 5px;
  border-radius: 3px;
  font-size: 12px;
  height: 22px;
  line-height: 20px;
  letter-spacing: 0;
  display: inline-block;
  margin-left: 10px;
  position: relative;
  bottom: 2px;
  padding-top: 2px;
}
#job_opportunities .job-position .job-title .time {
  text-align: left;
}
#job_opportunities .job-position div {
  font-size: 16px;
  text-align: center;
  grid-column: unset;
}
#job_opportunities .job-position:hover {
  background-color: #112432;
}
#job_opportunities .job-position .job-employment_type {
  text-align: right;
}
#job_opportunities .job-position.head {
  border-top: 0;
}
#job_opportunities .job-position.head:hover {
  background-color: transparent;
}
@media (max-width: 850px) {
  #job_opportunities .job-position {
    display: table;
    width: 100%;
    grid-template-columns: none;
    align-items: unset;
    position: relative;
    grid-column: unset;
    border-top: 1px solid #000;
    clear: both;
    padding-bottom: 0;
  }
  #job_opportunities .job-position.head {
    display: none;
  }
  #job_opportunities .job-position .job-title h3 {
    float: left;
  }
  #job_opportunities .job-position .job-title .time {
    float: right;
    position: relative;
    top: 38px;
  }
  #job_opportunities .job-position .job-location, #job_opportunities .job-position .job-department, #job_opportunities .job-position .job-employment_type {
    float: left;
    margin-left: 30px;
  }
  #job_opportunities .job-position .job-location {
    clear: left;
    margin-left: 0;
  }
}
@media (max-width: 600px) {
  #job_opportunities .job-position {
    padding-bottom: 20px;
  }
  #job_opportunities .job-position .job-title .time {
    float: right;
    clear: left;
    top: unset;
  }
  #job_opportunities .job-position .job-title h3 {
    margin-bottom: 10px;
  }
  #job_opportunities .job-position .wfh {
    float: right;
  }
  #job_opportunities .job-position p {
    margin: 0;
  }
  #job_opportunities .job-position .job-department, #job_opportunities .job-position .job-employment_type {
    margin-left: 0;
  }
  #job_opportunities .job-position .job-department {
    clear: left;
  }
  #job_opportunities .job-position .job-employment_type {
    float: right;
  }
}
@media (max-width: 375px) {
  #job_opportunities .job-position .job-title .wfh {
    clear: both;
    float: left;
    margin-left: 0;
    margin-bottom: 5px;
  }
  #job_opportunities .job-position .job-title .time {
    float: left;
    clear: left;
  }
  #job_opportunities .job-position .job-location {
    clear: right;
    float: right;
  }
  #job_opportunities .job-position .job-department {
    clear: left;
  }
}
@media (max-width: 340px) {
  #job_opportunities .job-position .job-title .time span {
    display: none;
  }
}

.single-press_release .text-area ul li::before {
  display: none;
}

@media screen and (max-width: 1430px) and (max-height: 730px) and (min-width: 767px) {
  .home.page-template-home #wrapper-footer .footer-top {
    margin-bottom: 1rem;
  }
  .home.page-template-home #wrapper-footer .footer-nav {
    gap: 1rem;
  }
  .home.page-template-home #wrapper-footer .footer-bottom div:first-of-type {
    max-width: unset;
  }
}
@media screen and (max-width: 830px) and (max-height: 730px) and (min-width: 767px) {
  .home.page-template-home #wrapper-footer .footer-nav {
    gap: 0.5rem;
  }
  .home.page-template-home #wrapper-footer .footer-bottom div:first-of-type span {
    margin-bottom: 0;
  }
  .home.page-template-home #wrapper-footer .footer-bottom div:first-of-type span:after {
    content: " - ";
  }
  .home.page-template-home #wrapper-footer .footer-bottom div:first-of-type br {
    display: none;
  }
}
@media screen and (max-width: 815px) and (max-height: 730px) and (min-width: 767px) {
  .home.page-template-home #wrapper-footer .footer-top img {
    display: none;
  }
  .home.page-template-home #wrapper-footer .footer-top .socials {
    margin-top: 0;
  }
  .home.page-template-home #wrapper-footer .container {
    margin-top: 0;
  }
  .home.page-template-home #wrapper-footer .container .content {
    min-height: 100vh;
  }
  .home.page-template-home #wrapper-footer .footer-bottom div:first-of-type span {
    margin-bottom: 0.5rem;
  }
  .home.page-template-home #wrapper-footer .footer-bottom div:first-of-type span:after {
    content: "";
  }
  .home.page-template-home #wrapper-footer .footer-bottom div:first-of-type br {
    display: block;
  }
}
.support-logo img, .support-logo picture {
  margin: 0 auto;
}

.events_banner_desktop, .events_banner_mobile {
  height: auto;
}

.page-template-pages_index_zmoney .right-side .separator {
  display: none;
}

.page-template-home #wrapper-navbar:before {
  display: block;
  content: "";
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 0.1s ease-in;
  top: 0;
  left: 0;
  background-color: #333F48;
  background-image: url(/../../wp-content/themes/understrap/img/background.png), linear-gradient(255.16deg, #08001C 5.73%, #1A104D 96.3%);
  background-size: max(100%, 768px), 100%;
  background-position: 50% 0;
  background-repeat: no-repeat;
}
.page-template-home #wrapper-navbar.with-background:before {
  opacity: 1;
}

.home #wrapper-footer, .page-template-home #wrapper-footer {
  min-height: unset;
}

.home #wrapper-footer .content, .page-template-home #wrapper-footer .content {
  justify-content: unset !important;
  padding-top: 40px !important;
  padding-bottom: 40px !important;
  height: auto !important;
}

.hide_on_footer {
  display: none;
}

.page-template-events_index_new .event-flash__card .flex.items-center {
  display: grid;
  grid-template-columns: 160px 1fr 160px;
  grid-gap: 58px;
}
.page-template-events_index_new .view-switcher-views .event-card-v2 .logo-list {
  height: 200px;
}
@media (max-width: 874px) {
  .page-template-events_index_new .view-switcher-views .event-card-v2 .logo-list {
    height: 100%;
  }
}
@media (max-width: 767px) {
  .page-template-events_index_new .event-flash__card .flex.items-center {
    grid-template-columns: unset;
    grid-gap: unset;
    display: flex;
  }
}
