@import url("https://use.typekit.net/zvw3qqk.css"); /*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

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

/**
 * Render the `main` element consistently in IE.
 */
main {
  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
   ========================================================================== */
/**
 * 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
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 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 */
}

/**
 * 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 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
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 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;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

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

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

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

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
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 in Chrome and Safari on macOS.
 */
[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 Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

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

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

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

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

.swiper,
swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
  display: block;
}

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

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
}

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

.swiper-horizontal {
  touch-action: pan-y;
}

.swiper-vertical {
  touch-action: pan-x;
}

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

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

/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}

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

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

/* 3D Effects */
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-3d {
  perspective: 1200px;
}

.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}

.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

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

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

.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}

.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}

.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-start: var(--swiper-centered-offset-before);
  margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-before: var(--swiper-centered-offset-before);
  margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

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

.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,
swiper-container:not(.swiper-watch-progress) .swiper-lazy-preloader,
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
  -webkit-animation: swiper-preloader-spin 1s infinite linear;
  animation: swiper-preloader-spin 1s infinite linear;
}

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

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

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

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  transform: translateZ(0);
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}

:root {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-top-offset: 50%;
  --swiper-navigation-sides-offset: 10px;
  --swiper-navigation-color: var(--swiper-theme-color);
  */
}

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

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

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

.swiper-navigation-disabled .swiper-button-prev,
.swiper-navigation-disabled .swiper-button-next {
  display: none !important;
}

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

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: var(--swiper-navigation-sides-offset, 10px);
  right: auto;
}

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

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}

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

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

:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  --swiper-pagination-left: auto;
  --swiper-pagination-right: 8px;
  --swiper-pagination-bottom: 8px;
  --swiper-pagination-top: auto;
  --swiper-pagination-fraction-color: inherit;
  --swiper-pagination-progressbar-bg-color: rgba(0,0,0,0.25);
  --swiper-pagination-progressbar-size: 4px;
  --swiper-pagination-bullet-size: 8px;
  --swiper-pagination-bullet-width: 8px;
  --swiper-pagination-bullet-height: 8px;
  --swiper-pagination-bullet-border-radius: 50%;
  --swiper-pagination-bullet-inactive-color: #000;
  --swiper-pagination-bullet-inactive-opacity: 0.2;
  --swiper-pagination-bullet-opacity: 1;
  --swiper-pagination-bullet-horizontal-gap: 4px;
  --swiper-pagination-bullet-vertical-gap: 6px;
  */
}

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

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-pagination-disabled > .swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: var(--swiper-pagination-bottom, 8px);
  top: var(--swiper-pagination-top, auto);
  left: 0;
  width: 100%;
}

/* Bullets */
.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 {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(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: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 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:only-child {
  display: none !important;
}

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

.swiper-vertical > .swiper-pagination-bullets,
.swiper-pagination-vertical.swiper-pagination-bullets {
  right: var(--swiper-pagination-right, 8px);
  left: var(--swiper-pagination-left, auto);
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}

.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}

.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}

.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 200ms transform, 200ms top;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms left;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
:host(.swiper-horizontal.swiper-rtl) .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms right;
}

/* Fraction */
.swiper-pagination-fraction {
  color: var(--swiper-pagination-fraction-color, inherit);
}

/* Progress */
.swiper-pagination-progressbar {
  background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, 0.25));
  position: absolute;
  /*ADD_HOST*/
}

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

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

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

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

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

:root {
  /*
  --swiper-scrollbar-border-radius: 10px;
  --swiper-scrollbar-top: auto;
  --swiper-scrollbar-bottom: 4px;
  --swiper-scrollbar-left: auto;
  --swiper-scrollbar-right: 4px;
  --swiper-scrollbar-sides-offset: 1%;
  --swiper-scrollbar-bg-color: rgba(0, 0, 0, 0.1);
  --swiper-scrollbar-drag-bg-color: rgba(0, 0, 0, 0.5);
  --swiper-scrollbar-size: 4px;
  */
}

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

.swiper-scrollbar-disabled > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
  position: absolute;
  left: var(--swiper-scrollbar-sides-offset, 1%);
  bottom: var(--swiper-scrollbar-bottom, 4px);
  top: var(--swiper-scrollbar-top, auto);
  z-index: 50;
  height: var(--swiper-scrollbar-size, 4px);
  width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}

.swiper-vertical > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-vertical {
  position: absolute;
  left: var(--swiper-scrollbar-left, auto);
  right: var(--swiper-scrollbar-right, 4px);
  top: var(--swiper-scrollbar-sides-offset, 1%);
  z-index: 50;
  width: var(--swiper-scrollbar-size, 4px);
  height: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}

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

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

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

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
  touch-action: none;
}

/* a11y */
.swiper .swiper-notification,
swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

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

.swiper-grid > .swiper-wrapper {
  flex-wrap: wrap;
}

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

.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-fade .swiper-slide-active,
.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube {
  overflow: visible;
}

.swiper-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-cube.swiper-rtl .swiper-slide {
  transform-origin: 100% 0;
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-prev,
.swiper-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-slide-shadow-top,
.swiper-cube .swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}

.swiper-cube .swiper-cube-shadow:before {
  content: "";
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  filter: blur(50px);
}

.swiper-flip {
  overflow: visible;
}

.swiper-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-flip .swiper-slide-active,
.swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-flip .swiper-slide-shadow-top,
.swiper-flip .swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-creative .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  transition-property: transform, opacity, height;
}

.swiper-cards {
  overflow: visible;
}

.swiper-cards .swiper-slide {
  transform-origin: center bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
}

/*!
 * Bootstrap Grid v5.2.2 (https://getbootstrap.com/)
 * Copyright 2011-2022 The Bootstrap Authors
 * Copyright 2011-2022 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-black: #000;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-primary: #0d6efd;
  --bs-secondary: #6c757d;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-primary-rgb: 13, 110, 253;
  --bs-secondary-rgb: 108, 117, 125;
  --bs-success-rgb: 25, 135, 84;
  --bs-info-rgb: 13, 202, 240;
  --bs-warning-rgb: 255, 193, 7;
  --bs-danger-rgb: 220, 53, 69;
  --bs-light-rgb: 248, 249, 250;
  --bs-dark-rgb: 33, 37, 41;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-body-color-rgb: 33, 37, 41;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #212529;
  --bs-body-bg: #fff;
  --bs-border-width: 1px;
  --bs-border-style: solid;
  --bs-border-color: #dee2e6;
  --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
  --bs-border-radius: 0.375rem;
  --bs-border-radius-sm: 0.25rem;
  --bs-border-radius-lg: 0.5rem;
  --bs-border-radius-xl: 1rem;
  --bs-border-radius-2xl: 2rem;
  --bs-border-radius-pill: 50rem;
  --bs-link-color: #0d6efd;
  --bs-link-hover-color: #0a58ca;
  --bs-code-color: #d63384;
  --bs-highlight-bg: #fff3cd;
}

.container,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container-sm, .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-md, .container-sm, .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1320px;
  }
}
.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}
.row > * {
  box-sizing: border-box;
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}

.col {
  flex: 1 0 0%;
}

.row-cols-auto > * {
  flex: 0 0 auto;
  width: auto;
}

.row-cols-1 > * {
  flex: 0 0 auto;
  width: 100%;
}

.row-cols-2 > * {
  flex: 0 0 auto;
  width: 50%;
}

.row-cols-3 > * {
  flex: 0 0 auto;
  width: 33.3333333333%;
}

.row-cols-4 > * {
  flex: 0 0 auto;
  width: 25%;
}

.row-cols-5 > * {
  flex: 0 0 auto;
  width: 20%;
}

.row-cols-6 > * {
  flex: 0 0 auto;
  width: 16.6666666667%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
}

.col-1 {
  flex: 0 0 auto;
  width: 8.33333333%;
}

.col-2 {
  flex: 0 0 auto;
  width: 16.66666667%;
}

.col-3 {
  flex: 0 0 auto;
  width: 25%;
}

.col-4 {
  flex: 0 0 auto;
  width: 33.33333333%;
}

.col-5 {
  flex: 0 0 auto;
  width: 41.66666667%;
}

.col-6 {
  flex: 0 0 auto;
  width: 50%;
}

.col-7 {
  flex: 0 0 auto;
  width: 58.33333333%;
}

.col-8 {
  flex: 0 0 auto;
  width: 66.66666667%;
}

.col-9 {
  flex: 0 0 auto;
  width: 75%;
}

.col-10 {
  flex: 0 0 auto;
  width: 83.33333333%;
}

.col-11 {
  flex: 0 0 auto;
  width: 91.66666667%;
}

.col-12 {
  flex: 0 0 auto;
  width: 100%;
}

.offset-1 {
  margin-left: 8.33333333%;
}

.offset-2 {
  margin-left: 16.66666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.33333333%;
}

.offset-5 {
  margin-left: 41.66666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.33333333%;
}

.offset-8 {
  margin-left: 66.66666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.33333333%;
}

.offset-11 {
  margin-left: 91.66666667%;
}

.g-0,
.gx-0 {
  --bs-gutter-x: 0;
}

.g-0,
.gy-0 {
  --bs-gutter-y: 0;
}

.g-1,
.gx-1 {
  --bs-gutter-x: 0.25rem;
}

.g-1,
.gy-1 {
  --bs-gutter-y: 0.25rem;
}

.g-2,
.gx-2 {
  --bs-gutter-x: 0.5rem;
}

.g-2,
.gy-2 {
  --bs-gutter-y: 0.5rem;
}

.g-3,
.gx-3 {
  --bs-gutter-x: 1rem;
}

.g-3,
.gy-3 {
  --bs-gutter-y: 1rem;
}

.g-4,
.gx-4 {
  --bs-gutter-x: 1.5rem;
}

.g-4,
.gy-4 {
  --bs-gutter-y: 1.5rem;
}

.g-5,
.gx-5 {
  --bs-gutter-x: 3rem;
}

.g-5,
.gy-5 {
  --bs-gutter-y: 3rem;
}

@media (min-width: 576px) {
  .col-sm {
    flex: 1 0 0%;
  }
  .row-cols-sm-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-sm-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-sm-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333333%;
  }
  .offset-sm-2 {
    margin-left: 16.66666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333333%;
  }
  .offset-sm-5 {
    margin-left: 41.66666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333333%;
  }
  .offset-sm-8 {
    margin-left: 66.66666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333333%;
  }
  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
  .g-sm-0,
.gx-sm-0 {
    --bs-gutter-x: 0;
  }
  .g-sm-0,
.gy-sm-0 {
    --bs-gutter-y: 0;
  }
  .g-sm-1,
.gx-sm-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-sm-1,
.gy-sm-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-sm-2,
.gx-sm-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-sm-2,
.gy-sm-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-sm-3,
.gx-sm-3 {
    --bs-gutter-x: 1rem;
  }
  .g-sm-3,
.gy-sm-3 {
    --bs-gutter-y: 1rem;
  }
  .g-sm-4,
.gx-sm-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-sm-4,
.gy-sm-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-sm-5,
.gx-sm-5 {
    --bs-gutter-x: 3rem;
  }
  .g-sm-5,
.gy-sm-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex: 1 0 0%;
  }
  .row-cols-md-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-md-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-md-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333333%;
  }
  .offset-md-2 {
    margin-left: 16.66666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333333%;
  }
  .offset-md-5 {
    margin-left: 41.66666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333333%;
  }
  .offset-md-8 {
    margin-left: 66.66666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333333%;
  }
  .offset-md-11 {
    margin-left: 91.66666667%;
  }
  .g-md-0,
.gx-md-0 {
    --bs-gutter-x: 0;
  }
  .g-md-0,
.gy-md-0 {
    --bs-gutter-y: 0;
  }
  .g-md-1,
.gx-md-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-md-1,
.gy-md-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-md-2,
.gx-md-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-md-2,
.gy-md-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-md-3,
.gx-md-3 {
    --bs-gutter-x: 1rem;
  }
  .g-md-3,
.gy-md-3 {
    --bs-gutter-y: 1rem;
  }
  .g-md-4,
.gx-md-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-md-4,
.gy-md-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-md-5,
.gx-md-5 {
    --bs-gutter-x: 3rem;
  }
  .g-md-5,
.gy-md-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex: 1 0 0%;
  }
  .row-cols-lg-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333333%;
  }
  .offset-lg-2 {
    margin-left: 16.66666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333333%;
  }
  .offset-lg-5 {
    margin-left: 41.66666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333333%;
  }
  .offset-lg-8 {
    margin-left: 66.66666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333333%;
  }
  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
  .g-lg-0,
.gx-lg-0 {
    --bs-gutter-x: 0;
  }
  .g-lg-0,
.gy-lg-0 {
    --bs-gutter-y: 0;
  }
  .g-lg-1,
.gx-lg-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-lg-1,
.gy-lg-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-lg-2,
.gx-lg-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-lg-2,
.gy-lg-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-lg-3,
.gx-lg-3 {
    --bs-gutter-x: 1rem;
  }
  .g-lg-3,
.gy-lg-3 {
    --bs-gutter-y: 1rem;
  }
  .g-lg-4,
.gx-lg-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-lg-4,
.gy-lg-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-lg-5,
.gx-lg-5 {
    --bs-gutter-x: 3rem;
  }
  .g-lg-5,
.gy-lg-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex: 1 0 0%;
  }
  .row-cols-xl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
  .g-xl-0,
.gx-xl-0 {
    --bs-gutter-x: 0;
  }
  .g-xl-0,
.gy-xl-0 {
    --bs-gutter-y: 0;
  }
  .g-xl-1,
.gx-xl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xl-1,
.gy-xl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xl-2,
.gx-xl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xl-2,
.gy-xl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xl-3,
.gx-xl-3 {
    --bs-gutter-x: 1rem;
  }
  .g-xl-3,
.gy-xl-3 {
    --bs-gutter-y: 1rem;
  }
  .g-xl-4,
.gx-xl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xl-4,
.gy-xl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xl-5,
.gx-xl-5 {
    --bs-gutter-x: 3rem;
  }
  .g-xl-5,
.gy-xl-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1400px) {
  .col-xxl {
    flex: 1 0 0%;
  }
  .row-cols-xxl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xxl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xxl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xxl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-xxl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xxl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xxl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xxl-0 {
    margin-left: 0;
  }
  .offset-xxl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xxl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xxl-3 {
    margin-left: 25%;
  }
  .offset-xxl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xxl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xxl-6 {
    margin-left: 50%;
  }
  .offset-xxl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xxl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xxl-9 {
    margin-left: 75%;
  }
  .offset-xxl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xxl-11 {
    margin-left: 91.66666667%;
  }
  .g-xxl-0,
.gx-xxl-0 {
    --bs-gutter-x: 0;
  }
  .g-xxl-0,
.gy-xxl-0 {
    --bs-gutter-y: 0;
  }
  .g-xxl-1,
.gx-xxl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xxl-1,
.gy-xxl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xxl-2,
.gx-xxl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xxl-2,
.gy-xxl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xxl-3,
.gx-xxl-3 {
    --bs-gutter-x: 1rem;
  }
  .g-xxl-3,
.gy-xxl-3 {
    --bs-gutter-y: 1rem;
  }
  .g-xxl-4,
.gx-xxl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xxl-4,
.gy-xxl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xxl-5,
.gx-xxl-5 {
    --bs-gutter-x: 3rem;
  }
  .g-xxl-5,
.gy-xxl-5 {
    --bs-gutter-y: 3rem;
  }
}
.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-grid {
  display: grid !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: flex !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

.d-none {
  display: none !important;
}

.flex-fill {
  flex: 1 1 auto !important;
}

.flex-row {
  flex-direction: row !important;
}

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

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

.flex-grow-0 {
  flex-grow: 0 !important;
}

.flex-grow-1 {
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  flex-shrink: 1 !important;
}

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

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

.justify-content-start {
  justify-content: flex-start !important;
}

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

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

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

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

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

.align-items-start {
  align-items: flex-start !important;
}

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

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

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

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

.align-content-start {
  align-content: flex-start !important;
}

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

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

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

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

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

.align-self-start {
  align-self: flex-start !important;
}

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

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

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

.align-self-stretch {
  align-self: stretch !important;
}

.order-first {
  order: -1 !important;
}

.order-0 {
  order: 0 !important;
}

.order-1 {
  order: 1 !important;
}

.order-2 {
  order: 2 !important;
}

.order-3 {
  order: 3 !important;
}

.order-4 {
  order: 4 !important;
}

.order-5 {
  order: 5 !important;
}

.order-last {
  order: 6 !important;
}

.m-0 {
  margin: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

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

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

.mx-3 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}

.mx-4 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
}

.mx-5 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
}

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

.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

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

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

.my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

.my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

.my-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

.mt-0 {
  margin-top: 0 !important;
}

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

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

.mt-3 {
  margin-top: 1rem !important;
}

.mt-4 {
  margin-top: 1.5rem !important;
}

.mt-5 {
  margin-top: 3rem !important;
}

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

.me-0 {
  margin-right: 0 !important;
}

.me-1 {
  margin-right: 0.25rem !important;
}

.me-2 {
  margin-right: 0.5rem !important;
}

.me-3 {
  margin-right: 1rem !important;
}

.me-4 {
  margin-right: 1.5rem !important;
}

.me-5 {
  margin-right: 3rem !important;
}

.me-auto {
  margin-right: auto !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

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

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

.mb-3 {
  margin-bottom: 1rem !important;
}

.mb-4 {
  margin-bottom: 1.5rem !important;
}

.mb-5 {
  margin-bottom: 3rem !important;
}

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

.ms-0 {
  margin-left: 0 !important;
}

.ms-1 {
  margin-left: 0.25rem !important;
}

.ms-2 {
  margin-left: 0.5rem !important;
}

.ms-3 {
  margin-left: 1rem !important;
}

.ms-4 {
  margin-left: 1.5rem !important;
}

.ms-5 {
  margin-left: 3rem !important;
}

.ms-auto {
  margin-left: auto !important;
}

.p-0 {
  padding: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

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

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

.px-3 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}

.px-4 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}

.px-5 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

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

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

.py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

.py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

.pt-0 {
  padding-top: 0 !important;
}

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

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

.pt-3 {
  padding-top: 1rem !important;
}

.pt-4 {
  padding-top: 1.5rem !important;
}

.pt-5 {
  padding-top: 3rem !important;
}

.pe-0 {
  padding-right: 0 !important;
}

.pe-1 {
  padding-right: 0.25rem !important;
}

.pe-2 {
  padding-right: 0.5rem !important;
}

.pe-3 {
  padding-right: 1rem !important;
}

.pe-4 {
  padding-right: 1.5rem !important;
}

.pe-5 {
  padding-right: 3rem !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

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

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

.pb-3 {
  padding-bottom: 1rem !important;
}

.pb-4 {
  padding-bottom: 1.5rem !important;
}

.pb-5 {
  padding-bottom: 3rem !important;
}

.ps-0 {
  padding-left: 0 !important;
}

.ps-1 {
  padding-left: 0.25rem !important;
}

.ps-2 {
  padding-left: 0.5rem !important;
}

.ps-3 {
  padding-left: 1rem !important;
}

.ps-4 {
  padding-left: 1.5rem !important;
}

.ps-5 {
  padding-left: 3rem !important;
}

@media (min-width: 576px) {
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-grid {
    display: grid !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
  .d-sm-none {
    display: none !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .justify-content-sm-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
  .order-sm-first {
    order: -1 !important;
  }
  .order-sm-0 {
    order: 0 !important;
  }
  .order-sm-1 {
    order: 1 !important;
  }
  .order-sm-2 {
    order: 2 !important;
  }
  .order-sm-3 {
    order: 3 !important;
  }
  .order-sm-4 {
    order: 4 !important;
  }
  .order-sm-5 {
    order: 5 !important;
  }
  .order-sm-last {
    order: 6 !important;
  }
  .m-sm-0 {
    margin: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-sm-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-sm-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-sm-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-sm-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-sm-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-sm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-sm-0 {
    margin-top: 0 !important;
  }
  .mt-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mt-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mt-sm-3 {
    margin-top: 1rem !important;
  }
  .mt-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mt-sm-5 {
    margin-top: 3rem !important;
  }
  .mt-sm-auto {
    margin-top: auto !important;
  }
  .me-sm-0 {
    margin-right: 0 !important;
  }
  .me-sm-1 {
    margin-right: 0.25rem !important;
  }
  .me-sm-2 {
    margin-right: 0.5rem !important;
  }
  .me-sm-3 {
    margin-right: 1rem !important;
  }
  .me-sm-4 {
    margin-right: 1.5rem !important;
  }
  .me-sm-5 {
    margin-right: 3rem !important;
  }
  .me-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  .mb-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-sm-3 {
    margin-bottom: 1rem !important;
  }
  .mb-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-sm-5 {
    margin-bottom: 3rem !important;
  }
  .mb-sm-auto {
    margin-bottom: auto !important;
  }
  .ms-sm-0 {
    margin-left: 0 !important;
  }
  .ms-sm-1 {
    margin-left: 0.25rem !important;
  }
  .ms-sm-2 {
    margin-left: 0.5rem !important;
  }
  .ms-sm-3 {
    margin-left: 1rem !important;
  }
  .ms-sm-4 {
    margin-left: 1.5rem !important;
  }
  .ms-sm-5 {
    margin-left: 3rem !important;
  }
  .ms-sm-auto {
    margin-left: auto !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-sm-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-sm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-sm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-sm-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-sm-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-sm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-sm-0 {
    padding-top: 0 !important;
  }
  .pt-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pt-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pt-sm-3 {
    padding-top: 1rem !important;
  }
  .pt-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pt-sm-5 {
    padding-top: 3rem !important;
  }
  .pe-sm-0 {
    padding-right: 0 !important;
  }
  .pe-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pe-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pe-sm-3 {
    padding-right: 1rem !important;
  }
  .pe-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pe-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-0 {
    padding-bottom: 0 !important;
  }
  .pb-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pb-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-sm-5 {
    padding-bottom: 3rem !important;
  }
  .ps-sm-0 {
    padding-left: 0 !important;
  }
  .ps-sm-1 {
    padding-left: 0.25rem !important;
  }
  .ps-sm-2 {
    padding-left: 0.5rem !important;
  }
  .ps-sm-3 {
    padding-left: 1rem !important;
  }
  .ps-sm-4 {
    padding-left: 1.5rem !important;
  }
  .ps-sm-5 {
    padding-left: 3rem !important;
  }
}
@media (min-width: 768px) {
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-grid {
    display: grid !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
  .d-md-none {
    display: none !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .justify-content-md-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
  .order-md-first {
    order: -1 !important;
  }
  .order-md-0 {
    order: 0 !important;
  }
  .order-md-1 {
    order: 1 !important;
  }
  .order-md-2 {
    order: 2 !important;
  }
  .order-md-3 {
    order: 3 !important;
  }
  .order-md-4 {
    order: 4 !important;
  }
  .order-md-5 {
    order: 5 !important;
  }
  .order-md-last {
    order: 6 !important;
  }
  .m-md-0 {
    margin: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-md-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-md-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-md-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-md-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-md-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-md-0 {
    margin-top: 0 !important;
  }
  .mt-md-1 {
    margin-top: 0.25rem !important;
  }
  .mt-md-2 {
    margin-top: 0.5rem !important;
  }
  .mt-md-3 {
    margin-top: 1rem !important;
  }
  .mt-md-4 {
    margin-top: 1.5rem !important;
  }
  .mt-md-5 {
    margin-top: 3rem !important;
  }
  .mt-md-auto {
    margin-top: auto !important;
  }
  .me-md-0 {
    margin-right: 0 !important;
  }
  .me-md-1 {
    margin-right: 0.25rem !important;
  }
  .me-md-2 {
    margin-right: 0.5rem !important;
  }
  .me-md-3 {
    margin-right: 1rem !important;
  }
  .me-md-4 {
    margin-right: 1.5rem !important;
  }
  .me-md-5 {
    margin-right: 3rem !important;
  }
  .me-md-auto {
    margin-right: auto !important;
  }
  .mb-md-0 {
    margin-bottom: 0 !important;
  }
  .mb-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-md-3 {
    margin-bottom: 1rem !important;
  }
  .mb-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-md-5 {
    margin-bottom: 3rem !important;
  }
  .mb-md-auto {
    margin-bottom: auto !important;
  }
  .ms-md-0 {
    margin-left: 0 !important;
  }
  .ms-md-1 {
    margin-left: 0.25rem !important;
  }
  .ms-md-2 {
    margin-left: 0.5rem !important;
  }
  .ms-md-3 {
    margin-left: 1rem !important;
  }
  .ms-md-4 {
    margin-left: 1.5rem !important;
  }
  .ms-md-5 {
    margin-left: 3rem !important;
  }
  .ms-md-auto {
    margin-left: auto !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-md-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-md-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-md-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-md-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-md-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-md-0 {
    padding-top: 0 !important;
  }
  .pt-md-1 {
    padding-top: 0.25rem !important;
  }
  .pt-md-2 {
    padding-top: 0.5rem !important;
  }
  .pt-md-3 {
    padding-top: 1rem !important;
  }
  .pt-md-4 {
    padding-top: 1.5rem !important;
  }
  .pt-md-5 {
    padding-top: 3rem !important;
  }
  .pe-md-0 {
    padding-right: 0 !important;
  }
  .pe-md-1 {
    padding-right: 0.25rem !important;
  }
  .pe-md-2 {
    padding-right: 0.5rem !important;
  }
  .pe-md-3 {
    padding-right: 1rem !important;
  }
  .pe-md-4 {
    padding-right: 1.5rem !important;
  }
  .pe-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-0 {
    padding-bottom: 0 !important;
  }
  .pb-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-md-3 {
    padding-bottom: 1rem !important;
  }
  .pb-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-md-5 {
    padding-bottom: 3rem !important;
  }
  .ps-md-0 {
    padding-left: 0 !important;
  }
  .ps-md-1 {
    padding-left: 0.25rem !important;
  }
  .ps-md-2 {
    padding-left: 0.5rem !important;
  }
  .ps-md-3 {
    padding-left: 1rem !important;
  }
  .ps-md-4 {
    padding-left: 1.5rem !important;
  }
  .ps-md-5 {
    padding-left: 3rem !important;
  }
}
@media (min-width: 992px) {
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-grid {
    display: grid !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
  .d-lg-none {
    display: none !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .justify-content-lg-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
  .order-lg-first {
    order: -1 !important;
  }
  .order-lg-0 {
    order: 0 !important;
  }
  .order-lg-1 {
    order: 1 !important;
  }
  .order-lg-2 {
    order: 2 !important;
  }
  .order-lg-3 {
    order: 3 !important;
  }
  .order-lg-4 {
    order: 4 !important;
  }
  .order-lg-5 {
    order: 5 !important;
  }
  .order-lg-last {
    order: 6 !important;
  }
  .m-lg-0 {
    margin: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-lg-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-lg-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-lg-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-lg-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-lg-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-lg-0 {
    margin-top: 0 !important;
  }
  .mt-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mt-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mt-lg-3 {
    margin-top: 1rem !important;
  }
  .mt-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mt-lg-5 {
    margin-top: 3rem !important;
  }
  .mt-lg-auto {
    margin-top: auto !important;
  }
  .me-lg-0 {
    margin-right: 0 !important;
  }
  .me-lg-1 {
    margin-right: 0.25rem !important;
  }
  .me-lg-2 {
    margin-right: 0.5rem !important;
  }
  .me-lg-3 {
    margin-right: 1rem !important;
  }
  .me-lg-4 {
    margin-right: 1.5rem !important;
  }
  .me-lg-5 {
    margin-right: 3rem !important;
  }
  .me-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  .mb-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-lg-3 {
    margin-bottom: 1rem !important;
  }
  .mb-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-lg-5 {
    margin-bottom: 3rem !important;
  }
  .mb-lg-auto {
    margin-bottom: auto !important;
  }
  .ms-lg-0 {
    margin-left: 0 !important;
  }
  .ms-lg-1 {
    margin-left: 0.25rem !important;
  }
  .ms-lg-2 {
    margin-left: 0.5rem !important;
  }
  .ms-lg-3 {
    margin-left: 1rem !important;
  }
  .ms-lg-4 {
    margin-left: 1.5rem !important;
  }
  .ms-lg-5 {
    margin-left: 3rem !important;
  }
  .ms-lg-auto {
    margin-left: auto !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-lg-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-lg-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-lg-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-lg-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-lg-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-lg-0 {
    padding-top: 0 !important;
  }
  .pt-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pt-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pt-lg-3 {
    padding-top: 1rem !important;
  }
  .pt-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pt-lg-5 {
    padding-top: 3rem !important;
  }
  .pe-lg-0 {
    padding-right: 0 !important;
  }
  .pe-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pe-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pe-lg-3 {
    padding-right: 1rem !important;
  }
  .pe-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pe-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-0 {
    padding-bottom: 0 !important;
  }
  .pb-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pb-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-lg-5 {
    padding-bottom: 3rem !important;
  }
  .ps-lg-0 {
    padding-left: 0 !important;
  }
  .ps-lg-1 {
    padding-left: 0.25rem !important;
  }
  .ps-lg-2 {
    padding-left: 0.5rem !important;
  }
  .ps-lg-3 {
    padding-left: 1rem !important;
  }
  .ps-lg-4 {
    padding-left: 1.5rem !important;
  }
  .ps-lg-5 {
    padding-left: 3rem !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-grid {
    display: grid !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
  .d-xl-none {
    display: none !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .justify-content-xl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
  .order-xl-first {
    order: -1 !important;
  }
  .order-xl-0 {
    order: 0 !important;
  }
  .order-xl-1 {
    order: 1 !important;
  }
  .order-xl-2 {
    order: 2 !important;
  }
  .order-xl-3 {
    order: 3 !important;
  }
  .order-xl-4 {
    order: 4 !important;
  }
  .order-xl-5 {
    order: 5 !important;
  }
  .order-xl-last {
    order: 6 !important;
  }
  .m-xl-0 {
    margin: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xl-0 {
    margin-top: 0 !important;
  }
  .mt-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xl-3 {
    margin-top: 1rem !important;
  }
  .mt-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xl-5 {
    margin-top: 3rem !important;
  }
  .mt-xl-auto {
    margin-top: auto !important;
  }
  .me-xl-0 {
    margin-right: 0 !important;
  }
  .me-xl-1 {
    margin-right: 0.25rem !important;
  }
  .me-xl-2 {
    margin-right: 0.5rem !important;
  }
  .me-xl-3 {
    margin-right: 1rem !important;
  }
  .me-xl-4 {
    margin-right: 1.5rem !important;
  }
  .me-xl-5 {
    margin-right: 3rem !important;
  }
  .me-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xl-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xl-auto {
    margin-bottom: auto !important;
  }
  .ms-xl-0 {
    margin-left: 0 !important;
  }
  .ms-xl-1 {
    margin-left: 0.25rem !important;
  }
  .ms-xl-2 {
    margin-left: 0.5rem !important;
  }
  .ms-xl-3 {
    margin-left: 1rem !important;
  }
  .ms-xl-4 {
    margin-left: 1.5rem !important;
  }
  .ms-xl-5 {
    margin-left: 3rem !important;
  }
  .ms-xl-auto {
    margin-left: auto !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-xl-0 {
    padding-top: 0 !important;
  }
  .pt-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xl-3 {
    padding-top: 1rem !important;
  }
  .pt-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xl-5 {
    padding-top: 3rem !important;
  }
  .pe-xl-0 {
    padding-right: 0 !important;
  }
  .pe-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pe-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pe-xl-3 {
    padding-right: 1rem !important;
  }
  .pe-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pe-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xl-5 {
    padding-bottom: 3rem !important;
  }
  .ps-xl-0 {
    padding-left: 0 !important;
  }
  .ps-xl-1 {
    padding-left: 0.25rem !important;
  }
  .ps-xl-2 {
    padding-left: 0.5rem !important;
  }
  .ps-xl-3 {
    padding-left: 1rem !important;
  }
  .ps-xl-4 {
    padding-left: 1.5rem !important;
  }
  .ps-xl-5 {
    padding-left: 3rem !important;
  }
}
@media (min-width: 1400px) {
  .d-xxl-inline {
    display: inline !important;
  }
  .d-xxl-inline-block {
    display: inline-block !important;
  }
  .d-xxl-block {
    display: block !important;
  }
  .d-xxl-grid {
    display: grid !important;
  }
  .d-xxl-table {
    display: table !important;
  }
  .d-xxl-table-row {
    display: table-row !important;
  }
  .d-xxl-table-cell {
    display: table-cell !important;
  }
  .d-xxl-flex {
    display: flex !important;
  }
  .d-xxl-inline-flex {
    display: inline-flex !important;
  }
  .d-xxl-none {
    display: none !important;
  }
  .flex-xxl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xxl-row {
    flex-direction: row !important;
  }
  .flex-xxl-column {
    flex-direction: column !important;
  }
  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xxl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xxl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xxl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xxl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xxl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xxl-center {
    justify-content: center !important;
  }
  .justify-content-xxl-between {
    justify-content: space-between !important;
  }
  .justify-content-xxl-around {
    justify-content: space-around !important;
  }
  .justify-content-xxl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xxl-start {
    align-items: flex-start !important;
  }
  .align-items-xxl-end {
    align-items: flex-end !important;
  }
  .align-items-xxl-center {
    align-items: center !important;
  }
  .align-items-xxl-baseline {
    align-items: baseline !important;
  }
  .align-items-xxl-stretch {
    align-items: stretch !important;
  }
  .align-content-xxl-start {
    align-content: flex-start !important;
  }
  .align-content-xxl-end {
    align-content: flex-end !important;
  }
  .align-content-xxl-center {
    align-content: center !important;
  }
  .align-content-xxl-between {
    align-content: space-between !important;
  }
  .align-content-xxl-around {
    align-content: space-around !important;
  }
  .align-content-xxl-stretch {
    align-content: stretch !important;
  }
  .align-self-xxl-auto {
    align-self: auto !important;
  }
  .align-self-xxl-start {
    align-self: flex-start !important;
  }
  .align-self-xxl-end {
    align-self: flex-end !important;
  }
  .align-self-xxl-center {
    align-self: center !important;
  }
  .align-self-xxl-baseline {
    align-self: baseline !important;
  }
  .align-self-xxl-stretch {
    align-self: stretch !important;
  }
  .order-xxl-first {
    order: -1 !important;
  }
  .order-xxl-0 {
    order: 0 !important;
  }
  .order-xxl-1 {
    order: 1 !important;
  }
  .order-xxl-2 {
    order: 2 !important;
  }
  .order-xxl-3 {
    order: 3 !important;
  }
  .order-xxl-4 {
    order: 4 !important;
  }
  .order-xxl-5 {
    order: 5 !important;
  }
  .order-xxl-last {
    order: 6 !important;
  }
  .m-xxl-0 {
    margin: 0 !important;
  }
  .m-xxl-1 {
    margin: 0.25rem !important;
  }
  .m-xxl-2 {
    margin: 0.5rem !important;
  }
  .m-xxl-3 {
    margin: 1rem !important;
  }
  .m-xxl-4 {
    margin: 1.5rem !important;
  }
  .m-xxl-5 {
    margin: 3rem !important;
  }
  .m-xxl-auto {
    margin: auto !important;
  }
  .mx-xxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xxl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xxl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xxl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xxl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xxl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xxl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xxl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xxl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xxl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xxl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xxl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xxl-0 {
    margin-top: 0 !important;
  }
  .mt-xxl-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xxl-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xxl-3 {
    margin-top: 1rem !important;
  }
  .mt-xxl-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xxl-5 {
    margin-top: 3rem !important;
  }
  .mt-xxl-auto {
    margin-top: auto !important;
  }
  .me-xxl-0 {
    margin-right: 0 !important;
  }
  .me-xxl-1 {
    margin-right: 0.25rem !important;
  }
  .me-xxl-2 {
    margin-right: 0.5rem !important;
  }
  .me-xxl-3 {
    margin-right: 1rem !important;
  }
  .me-xxl-4 {
    margin-right: 1.5rem !important;
  }
  .me-xxl-5 {
    margin-right: 3rem !important;
  }
  .me-xxl-auto {
    margin-right: auto !important;
  }
  .mb-xxl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xxl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xxl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xxl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xxl-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xxl-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xxl-auto {
    margin-bottom: auto !important;
  }
  .ms-xxl-0 {
    margin-left: 0 !important;
  }
  .ms-xxl-1 {
    margin-left: 0.25rem !important;
  }
  .ms-xxl-2 {
    margin-left: 0.5rem !important;
  }
  .ms-xxl-3 {
    margin-left: 1rem !important;
  }
  .ms-xxl-4 {
    margin-left: 1.5rem !important;
  }
  .ms-xxl-5 {
    margin-left: 3rem !important;
  }
  .ms-xxl-auto {
    margin-left: auto !important;
  }
  .p-xxl-0 {
    padding: 0 !important;
  }
  .p-xxl-1 {
    padding: 0.25rem !important;
  }
  .p-xxl-2 {
    padding: 0.5rem !important;
  }
  .p-xxl-3 {
    padding: 1rem !important;
  }
  .p-xxl-4 {
    padding: 1.5rem !important;
  }
  .p-xxl-5 {
    padding: 3rem !important;
  }
  .px-xxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xxl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xxl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xxl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xxl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xxl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xxl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xxl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xxl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xxl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xxl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-xxl-0 {
    padding-top: 0 !important;
  }
  .pt-xxl-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xxl-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xxl-3 {
    padding-top: 1rem !important;
  }
  .pt-xxl-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xxl-5 {
    padding-top: 3rem !important;
  }
  .pe-xxl-0 {
    padding-right: 0 !important;
  }
  .pe-xxl-1 {
    padding-right: 0.25rem !important;
  }
  .pe-xxl-2 {
    padding-right: 0.5rem !important;
  }
  .pe-xxl-3 {
    padding-right: 1rem !important;
  }
  .pe-xxl-4 {
    padding-right: 1.5rem !important;
  }
  .pe-xxl-5 {
    padding-right: 3rem !important;
  }
  .pb-xxl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xxl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xxl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xxl-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xxl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xxl-5 {
    padding-bottom: 3rem !important;
  }
  .ps-xxl-0 {
    padding-left: 0 !important;
  }
  .ps-xxl-1 {
    padding-left: 0.25rem !important;
  }
  .ps-xxl-2 {
    padding-left: 0.5rem !important;
  }
  .ps-xxl-3 {
    padding-left: 1rem !important;
  }
  .ps-xxl-4 {
    padding-left: 1.5rem !important;
  }
  .ps-xxl-5 {
    padding-left: 3rem !important;
  }
}
@media print {
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-grid {
    display: grid !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
  .d-print-none {
    display: none !important;
  }
}
[data-aos][data-aos][data-aos-duration="50"], body[data-aos-duration="50"] [data-aos] {
  transition-duration: 50ms;
}

[data-aos][data-aos][data-aos-delay="50"], body[data-aos-delay="50"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="50"].aos-animate, body[data-aos-delay="50"] [data-aos].aos-animate {
  transition-delay: 50ms;
}

[data-aos][data-aos][data-aos-duration="100"], body[data-aos-duration="100"] [data-aos] {
  transition-duration: 0.1s;
}

[data-aos][data-aos][data-aos-delay="100"], body[data-aos-delay="100"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="100"].aos-animate, body[data-aos-delay="100"] [data-aos].aos-animate {
  transition-delay: 0.1s;
}

[data-aos][data-aos][data-aos-duration="150"], body[data-aos-duration="150"] [data-aos] {
  transition-duration: 0.15s;
}

[data-aos][data-aos][data-aos-delay="150"], body[data-aos-delay="150"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="150"].aos-animate, body[data-aos-delay="150"] [data-aos].aos-animate {
  transition-delay: 0.15s;
}

[data-aos][data-aos][data-aos-duration="200"], body[data-aos-duration="200"] [data-aos] {
  transition-duration: 0.2s;
}

[data-aos][data-aos][data-aos-delay="200"], body[data-aos-delay="200"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="200"].aos-animate, body[data-aos-delay="200"] [data-aos].aos-animate {
  transition-delay: 0.2s;
}

[data-aos][data-aos][data-aos-duration="250"], body[data-aos-duration="250"] [data-aos] {
  transition-duration: 0.25s;
}

[data-aos][data-aos][data-aos-delay="250"], body[data-aos-delay="250"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="250"].aos-animate, body[data-aos-delay="250"] [data-aos].aos-animate {
  transition-delay: 0.25s;
}

[data-aos][data-aos][data-aos-duration="300"], body[data-aos-duration="300"] [data-aos] {
  transition-duration: 0.3s;
}

[data-aos][data-aos][data-aos-delay="300"], body[data-aos-delay="300"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="300"].aos-animate, body[data-aos-delay="300"] [data-aos].aos-animate {
  transition-delay: 0.3s;
}

[data-aos][data-aos][data-aos-duration="350"], body[data-aos-duration="350"] [data-aos] {
  transition-duration: 0.35s;
}

[data-aos][data-aos][data-aos-delay="350"], body[data-aos-delay="350"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="350"].aos-animate, body[data-aos-delay="350"] [data-aos].aos-animate {
  transition-delay: 0.35s;
}

[data-aos][data-aos][data-aos-duration="400"], body[data-aos-duration="400"] [data-aos] {
  transition-duration: 0.4s;
}

[data-aos][data-aos][data-aos-delay="400"], body[data-aos-delay="400"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="400"].aos-animate, body[data-aos-delay="400"] [data-aos].aos-animate {
  transition-delay: 0.4s;
}

[data-aos][data-aos][data-aos-duration="450"], body[data-aos-duration="450"] [data-aos] {
  transition-duration: 0.45s;
}

[data-aos][data-aos][data-aos-delay="450"], body[data-aos-delay="450"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="450"].aos-animate, body[data-aos-delay="450"] [data-aos].aos-animate {
  transition-delay: 0.45s;
}

[data-aos][data-aos][data-aos-duration="500"], body[data-aos-duration="500"] [data-aos] {
  transition-duration: 0.5s;
}

[data-aos][data-aos][data-aos-delay="500"], body[data-aos-delay="500"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="500"].aos-animate, body[data-aos-delay="500"] [data-aos].aos-animate {
  transition-delay: 0.5s;
}

[data-aos][data-aos][data-aos-duration="550"], body[data-aos-duration="550"] [data-aos] {
  transition-duration: 0.55s;
}

[data-aos][data-aos][data-aos-delay="550"], body[data-aos-delay="550"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="550"].aos-animate, body[data-aos-delay="550"] [data-aos].aos-animate {
  transition-delay: 0.55s;
}

[data-aos][data-aos][data-aos-duration="600"], body[data-aos-duration="600"] [data-aos] {
  transition-duration: 0.6s;
}

[data-aos][data-aos][data-aos-delay="600"], body[data-aos-delay="600"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="600"].aos-animate, body[data-aos-delay="600"] [data-aos].aos-animate {
  transition-delay: 0.6s;
}

[data-aos][data-aos][data-aos-duration="650"], body[data-aos-duration="650"] [data-aos] {
  transition-duration: 0.65s;
}

[data-aos][data-aos][data-aos-delay="650"], body[data-aos-delay="650"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="650"].aos-animate, body[data-aos-delay="650"] [data-aos].aos-animate {
  transition-delay: 0.65s;
}

[data-aos][data-aos][data-aos-duration="700"], body[data-aos-duration="700"] [data-aos] {
  transition-duration: 0.7s;
}

[data-aos][data-aos][data-aos-delay="700"], body[data-aos-delay="700"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="700"].aos-animate, body[data-aos-delay="700"] [data-aos].aos-animate {
  transition-delay: 0.7s;
}

[data-aos][data-aos][data-aos-duration="750"], body[data-aos-duration="750"] [data-aos] {
  transition-duration: 0.75s;
}

[data-aos][data-aos][data-aos-delay="750"], body[data-aos-delay="750"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="750"].aos-animate, body[data-aos-delay="750"] [data-aos].aos-animate {
  transition-delay: 0.75s;
}

[data-aos][data-aos][data-aos-duration="800"], body[data-aos-duration="800"] [data-aos] {
  transition-duration: 0.8s;
}

[data-aos][data-aos][data-aos-delay="800"], body[data-aos-delay="800"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="800"].aos-animate, body[data-aos-delay="800"] [data-aos].aos-animate {
  transition-delay: 0.8s;
}

[data-aos][data-aos][data-aos-duration="850"], body[data-aos-duration="850"] [data-aos] {
  transition-duration: 0.85s;
}

[data-aos][data-aos][data-aos-delay="850"], body[data-aos-delay="850"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="850"].aos-animate, body[data-aos-delay="850"] [data-aos].aos-animate {
  transition-delay: 0.85s;
}

[data-aos][data-aos][data-aos-duration="900"], body[data-aos-duration="900"] [data-aos] {
  transition-duration: 0.9s;
}

[data-aos][data-aos][data-aos-delay="900"], body[data-aos-delay="900"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="900"].aos-animate, body[data-aos-delay="900"] [data-aos].aos-animate {
  transition-delay: 0.9s;
}

[data-aos][data-aos][data-aos-duration="950"], body[data-aos-duration="950"] [data-aos] {
  transition-duration: 0.95s;
}

[data-aos][data-aos][data-aos-delay="950"], body[data-aos-delay="950"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="950"].aos-animate, body[data-aos-delay="950"] [data-aos].aos-animate {
  transition-delay: 0.95s;
}

[data-aos][data-aos][data-aos-duration="1000"], body[data-aos-duration="1000"] [data-aos] {
  transition-duration: 1s;
}

[data-aos][data-aos][data-aos-delay="1000"], body[data-aos-delay="1000"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1000"].aos-animate, body[data-aos-delay="1000"] [data-aos].aos-animate {
  transition-delay: 1s;
}

[data-aos][data-aos][data-aos-duration="1050"], body[data-aos-duration="1050"] [data-aos] {
  transition-duration: 1.05s;
}

[data-aos][data-aos][data-aos-delay="1050"], body[data-aos-delay="1050"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1050"].aos-animate, body[data-aos-delay="1050"] [data-aos].aos-animate {
  transition-delay: 1.05s;
}

[data-aos][data-aos][data-aos-duration="1100"], body[data-aos-duration="1100"] [data-aos] {
  transition-duration: 1.1s;
}

[data-aos][data-aos][data-aos-delay="1100"], body[data-aos-delay="1100"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1100"].aos-animate, body[data-aos-delay="1100"] [data-aos].aos-animate {
  transition-delay: 1.1s;
}

[data-aos][data-aos][data-aos-duration="1150"], body[data-aos-duration="1150"] [data-aos] {
  transition-duration: 1.15s;
}

[data-aos][data-aos][data-aos-delay="1150"], body[data-aos-delay="1150"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1150"].aos-animate, body[data-aos-delay="1150"] [data-aos].aos-animate {
  transition-delay: 1.15s;
}

[data-aos][data-aos][data-aos-duration="1200"], body[data-aos-duration="1200"] [data-aos] {
  transition-duration: 1.2s;
}

[data-aos][data-aos][data-aos-delay="1200"], body[data-aos-delay="1200"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1200"].aos-animate, body[data-aos-delay="1200"] [data-aos].aos-animate {
  transition-delay: 1.2s;
}

[data-aos][data-aos][data-aos-duration="1250"], body[data-aos-duration="1250"] [data-aos] {
  transition-duration: 1.25s;
}

[data-aos][data-aos][data-aos-delay="1250"], body[data-aos-delay="1250"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1250"].aos-animate, body[data-aos-delay="1250"] [data-aos].aos-animate {
  transition-delay: 1.25s;
}

[data-aos][data-aos][data-aos-duration="1300"], body[data-aos-duration="1300"] [data-aos] {
  transition-duration: 1.3s;
}

[data-aos][data-aos][data-aos-delay="1300"], body[data-aos-delay="1300"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1300"].aos-animate, body[data-aos-delay="1300"] [data-aos].aos-animate {
  transition-delay: 1.3s;
}

[data-aos][data-aos][data-aos-duration="1350"], body[data-aos-duration="1350"] [data-aos] {
  transition-duration: 1.35s;
}

[data-aos][data-aos][data-aos-delay="1350"], body[data-aos-delay="1350"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1350"].aos-animate, body[data-aos-delay="1350"] [data-aos].aos-animate {
  transition-delay: 1.35s;
}

[data-aos][data-aos][data-aos-duration="1400"], body[data-aos-duration="1400"] [data-aos] {
  transition-duration: 1.4s;
}

[data-aos][data-aos][data-aos-delay="1400"], body[data-aos-delay="1400"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1400"].aos-animate, body[data-aos-delay="1400"] [data-aos].aos-animate {
  transition-delay: 1.4s;
}

[data-aos][data-aos][data-aos-duration="1450"], body[data-aos-duration="1450"] [data-aos] {
  transition-duration: 1.45s;
}

[data-aos][data-aos][data-aos-delay="1450"], body[data-aos-delay="1450"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1450"].aos-animate, body[data-aos-delay="1450"] [data-aos].aos-animate {
  transition-delay: 1.45s;
}

[data-aos][data-aos][data-aos-duration="1500"], body[data-aos-duration="1500"] [data-aos] {
  transition-duration: 1.5s;
}

[data-aos][data-aos][data-aos-delay="1500"], body[data-aos-delay="1500"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1500"].aos-animate, body[data-aos-delay="1500"] [data-aos].aos-animate {
  transition-delay: 1.5s;
}

[data-aos][data-aos][data-aos-duration="1550"], body[data-aos-duration="1550"] [data-aos] {
  transition-duration: 1.55s;
}

[data-aos][data-aos][data-aos-delay="1550"], body[data-aos-delay="1550"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1550"].aos-animate, body[data-aos-delay="1550"] [data-aos].aos-animate {
  transition-delay: 1.55s;
}

[data-aos][data-aos][data-aos-duration="1600"], body[data-aos-duration="1600"] [data-aos] {
  transition-duration: 1.6s;
}

[data-aos][data-aos][data-aos-delay="1600"], body[data-aos-delay="1600"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1600"].aos-animate, body[data-aos-delay="1600"] [data-aos].aos-animate {
  transition-delay: 1.6s;
}

[data-aos][data-aos][data-aos-duration="1650"], body[data-aos-duration="1650"] [data-aos] {
  transition-duration: 1.65s;
}

[data-aos][data-aos][data-aos-delay="1650"], body[data-aos-delay="1650"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1650"].aos-animate, body[data-aos-delay="1650"] [data-aos].aos-animate {
  transition-delay: 1.65s;
}

[data-aos][data-aos][data-aos-duration="1700"], body[data-aos-duration="1700"] [data-aos] {
  transition-duration: 1.7s;
}

[data-aos][data-aos][data-aos-delay="1700"], body[data-aos-delay="1700"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1700"].aos-animate, body[data-aos-delay="1700"] [data-aos].aos-animate {
  transition-delay: 1.7s;
}

[data-aos][data-aos][data-aos-duration="1750"], body[data-aos-duration="1750"] [data-aos] {
  transition-duration: 1.75s;
}

[data-aos][data-aos][data-aos-delay="1750"], body[data-aos-delay="1750"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1750"].aos-animate, body[data-aos-delay="1750"] [data-aos].aos-animate {
  transition-delay: 1.75s;
}

[data-aos][data-aos][data-aos-duration="1800"], body[data-aos-duration="1800"] [data-aos] {
  transition-duration: 1.8s;
}

[data-aos][data-aos][data-aos-delay="1800"], body[data-aos-delay="1800"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1800"].aos-animate, body[data-aos-delay="1800"] [data-aos].aos-animate {
  transition-delay: 1.8s;
}

[data-aos][data-aos][data-aos-duration="1850"], body[data-aos-duration="1850"] [data-aos] {
  transition-duration: 1.85s;
}

[data-aos][data-aos][data-aos-delay="1850"], body[data-aos-delay="1850"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1850"].aos-animate, body[data-aos-delay="1850"] [data-aos].aos-animate {
  transition-delay: 1.85s;
}

[data-aos][data-aos][data-aos-duration="1900"], body[data-aos-duration="1900"] [data-aos] {
  transition-duration: 1.9s;
}

[data-aos][data-aos][data-aos-delay="1900"], body[data-aos-delay="1900"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1900"].aos-animate, body[data-aos-delay="1900"] [data-aos].aos-animate {
  transition-delay: 1.9s;
}

[data-aos][data-aos][data-aos-duration="1950"], body[data-aos-duration="1950"] [data-aos] {
  transition-duration: 1.95s;
}

[data-aos][data-aos][data-aos-delay="1950"], body[data-aos-delay="1950"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1950"].aos-animate, body[data-aos-delay="1950"] [data-aos].aos-animate {
  transition-delay: 1.95s;
}

[data-aos][data-aos][data-aos-duration="2000"], body[data-aos-duration="2000"] [data-aos] {
  transition-duration: 2s;
}

[data-aos][data-aos][data-aos-delay="2000"], body[data-aos-delay="2000"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2000"].aos-animate, body[data-aos-delay="2000"] [data-aos].aos-animate {
  transition-delay: 2s;
}

[data-aos][data-aos][data-aos-duration="2050"], body[data-aos-duration="2050"] [data-aos] {
  transition-duration: 2.05s;
}

[data-aos][data-aos][data-aos-delay="2050"], body[data-aos-delay="2050"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2050"].aos-animate, body[data-aos-delay="2050"] [data-aos].aos-animate {
  transition-delay: 2.05s;
}

[data-aos][data-aos][data-aos-duration="2100"], body[data-aos-duration="2100"] [data-aos] {
  transition-duration: 2.1s;
}

[data-aos][data-aos][data-aos-delay="2100"], body[data-aos-delay="2100"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2100"].aos-animate, body[data-aos-delay="2100"] [data-aos].aos-animate {
  transition-delay: 2.1s;
}

[data-aos][data-aos][data-aos-duration="2150"], body[data-aos-duration="2150"] [data-aos] {
  transition-duration: 2.15s;
}

[data-aos][data-aos][data-aos-delay="2150"], body[data-aos-delay="2150"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2150"].aos-animate, body[data-aos-delay="2150"] [data-aos].aos-animate {
  transition-delay: 2.15s;
}

[data-aos][data-aos][data-aos-duration="2200"], body[data-aos-duration="2200"] [data-aos] {
  transition-duration: 2.2s;
}

[data-aos][data-aos][data-aos-delay="2200"], body[data-aos-delay="2200"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2200"].aos-animate, body[data-aos-delay="2200"] [data-aos].aos-animate {
  transition-delay: 2.2s;
}

[data-aos][data-aos][data-aos-duration="2250"], body[data-aos-duration="2250"] [data-aos] {
  transition-duration: 2.25s;
}

[data-aos][data-aos][data-aos-delay="2250"], body[data-aos-delay="2250"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2250"].aos-animate, body[data-aos-delay="2250"] [data-aos].aos-animate {
  transition-delay: 2.25s;
}

[data-aos][data-aos][data-aos-duration="2300"], body[data-aos-duration="2300"] [data-aos] {
  transition-duration: 2.3s;
}

[data-aos][data-aos][data-aos-delay="2300"], body[data-aos-delay="2300"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2300"].aos-animate, body[data-aos-delay="2300"] [data-aos].aos-animate {
  transition-delay: 2.3s;
}

[data-aos][data-aos][data-aos-duration="2350"], body[data-aos-duration="2350"] [data-aos] {
  transition-duration: 2.35s;
}

[data-aos][data-aos][data-aos-delay="2350"], body[data-aos-delay="2350"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2350"].aos-animate, body[data-aos-delay="2350"] [data-aos].aos-animate {
  transition-delay: 2.35s;
}

[data-aos][data-aos][data-aos-duration="2400"], body[data-aos-duration="2400"] [data-aos] {
  transition-duration: 2.4s;
}

[data-aos][data-aos][data-aos-delay="2400"], body[data-aos-delay="2400"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2400"].aos-animate, body[data-aos-delay="2400"] [data-aos].aos-animate {
  transition-delay: 2.4s;
}

[data-aos][data-aos][data-aos-duration="2450"], body[data-aos-duration="2450"] [data-aos] {
  transition-duration: 2.45s;
}

[data-aos][data-aos][data-aos-delay="2450"], body[data-aos-delay="2450"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2450"].aos-animate, body[data-aos-delay="2450"] [data-aos].aos-animate {
  transition-delay: 2.45s;
}

[data-aos][data-aos][data-aos-duration="2500"], body[data-aos-duration="2500"] [data-aos] {
  transition-duration: 2.5s;
}

[data-aos][data-aos][data-aos-delay="2500"], body[data-aos-delay="2500"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2500"].aos-animate, body[data-aos-delay="2500"] [data-aos].aos-animate {
  transition-delay: 2.5s;
}

[data-aos][data-aos][data-aos-duration="2550"], body[data-aos-duration="2550"] [data-aos] {
  transition-duration: 2.55s;
}

[data-aos][data-aos][data-aos-delay="2550"], body[data-aos-delay="2550"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2550"].aos-animate, body[data-aos-delay="2550"] [data-aos].aos-animate {
  transition-delay: 2.55s;
}

[data-aos][data-aos][data-aos-duration="2600"], body[data-aos-duration="2600"] [data-aos] {
  transition-duration: 2.6s;
}

[data-aos][data-aos][data-aos-delay="2600"], body[data-aos-delay="2600"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2600"].aos-animate, body[data-aos-delay="2600"] [data-aos].aos-animate {
  transition-delay: 2.6s;
}

[data-aos][data-aos][data-aos-duration="2650"], body[data-aos-duration="2650"] [data-aos] {
  transition-duration: 2.65s;
}

[data-aos][data-aos][data-aos-delay="2650"], body[data-aos-delay="2650"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2650"].aos-animate, body[data-aos-delay="2650"] [data-aos].aos-animate {
  transition-delay: 2.65s;
}

[data-aos][data-aos][data-aos-duration="2700"], body[data-aos-duration="2700"] [data-aos] {
  transition-duration: 2.7s;
}

[data-aos][data-aos][data-aos-delay="2700"], body[data-aos-delay="2700"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2700"].aos-animate, body[data-aos-delay="2700"] [data-aos].aos-animate {
  transition-delay: 2.7s;
}

[data-aos][data-aos][data-aos-duration="2750"], body[data-aos-duration="2750"] [data-aos] {
  transition-duration: 2.75s;
}

[data-aos][data-aos][data-aos-delay="2750"], body[data-aos-delay="2750"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2750"].aos-animate, body[data-aos-delay="2750"] [data-aos].aos-animate {
  transition-delay: 2.75s;
}

[data-aos][data-aos][data-aos-duration="2800"], body[data-aos-duration="2800"] [data-aos] {
  transition-duration: 2.8s;
}

[data-aos][data-aos][data-aos-delay="2800"], body[data-aos-delay="2800"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2800"].aos-animate, body[data-aos-delay="2800"] [data-aos].aos-animate {
  transition-delay: 2.8s;
}

[data-aos][data-aos][data-aos-duration="2850"], body[data-aos-duration="2850"] [data-aos] {
  transition-duration: 2.85s;
}

[data-aos][data-aos][data-aos-delay="2850"], body[data-aos-delay="2850"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2850"].aos-animate, body[data-aos-delay="2850"] [data-aos].aos-animate {
  transition-delay: 2.85s;
}

[data-aos][data-aos][data-aos-duration="2900"], body[data-aos-duration="2900"] [data-aos] {
  transition-duration: 2.9s;
}

[data-aos][data-aos][data-aos-delay="2900"], body[data-aos-delay="2900"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2900"].aos-animate, body[data-aos-delay="2900"] [data-aos].aos-animate {
  transition-delay: 2.9s;
}

[data-aos][data-aos][data-aos-duration="2950"], body[data-aos-duration="2950"] [data-aos] {
  transition-duration: 2.95s;
}

[data-aos][data-aos][data-aos-delay="2950"], body[data-aos-delay="2950"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2950"].aos-animate, body[data-aos-delay="2950"] [data-aos].aos-animate {
  transition-delay: 2.95s;
}

[data-aos][data-aos][data-aos-duration="3000"], body[data-aos-duration="3000"] [data-aos] {
  transition-duration: 3s;
}

[data-aos][data-aos][data-aos-delay="3000"], body[data-aos-delay="3000"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="3000"].aos-animate, body[data-aos-delay="3000"] [data-aos].aos-animate {
  transition-delay: 3s;
}

[data-aos][data-aos][data-aos-easing=linear], body[data-aos-easing=linear] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.25, 0.75, 0.75);
}

[data-aos][data-aos][data-aos-easing=ease], body[data-aos-easing=ease] [data-aos] {
  transition-timing-function: ease;
}

[data-aos][data-aos][data-aos-easing=ease-in], body[data-aos-easing=ease-in] [data-aos] {
  transition-timing-function: ease-in;
}

[data-aos][data-aos][data-aos-easing=ease-out], body[data-aos-easing=ease-out] [data-aos] {
  transition-timing-function: ease-out;
}

[data-aos][data-aos][data-aos-easing=ease-in-out], body[data-aos-easing=ease-in-out] [data-aos] {
  transition-timing-function: ease-in-out;
}

[data-aos][data-aos][data-aos-easing=ease-in-back], body[data-aos-easing=ease-in-back] [data-aos] {
  transition-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045);
}

[data-aos][data-aos][data-aos-easing=ease-out-back], body[data-aos-easing=ease-out-back] [data-aos] {
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

[data-aos][data-aos][data-aos-easing=ease-in-out-back], body[data-aos-easing=ease-in-out-back] [data-aos] {
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

[data-aos][data-aos][data-aos-easing=ease-in-sine], body[data-aos-easing=ease-in-sine] [data-aos] {
  transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
}

[data-aos][data-aos][data-aos-easing=ease-out-sine], body[data-aos-easing=ease-out-sine] [data-aos] {
  transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
}

[data-aos][data-aos][data-aos-easing=ease-in-out-sine], body[data-aos-easing=ease-in-out-sine] [data-aos] {
  transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

[data-aos][data-aos][data-aos-easing=ease-in-quad], body[data-aos-easing=ease-in-quad] [data-aos] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

[data-aos][data-aos][data-aos-easing=ease-out-quad], body[data-aos-easing=ease-out-quad] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

[data-aos][data-aos][data-aos-easing=ease-in-out-quad], body[data-aos-easing=ease-in-out-quad] [data-aos] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

[data-aos][data-aos][data-aos-easing=ease-in-cubic], body[data-aos-easing=ease-in-cubic] [data-aos] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

[data-aos][data-aos][data-aos-easing=ease-out-cubic], body[data-aos-easing=ease-out-cubic] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

[data-aos][data-aos][data-aos-easing=ease-in-out-cubic], body[data-aos-easing=ease-in-out-cubic] [data-aos] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

[data-aos][data-aos][data-aos-easing=ease-in-quart], body[data-aos-easing=ease-in-quart] [data-aos] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

[data-aos][data-aos][data-aos-easing=ease-out-quart], body[data-aos-easing=ease-out-quart] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

[data-aos][data-aos][data-aos-easing=ease-in-out-quart], body[data-aos-easing=ease-in-out-quart] [data-aos] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

[data-aos^=fade][data-aos^=fade] {
  opacity: 0;
  transition-property: opacity, transform;
}

[data-aos^=fade][data-aos^=fade].aos-animate {
  opacity: 1;
  transform: translateZ(0);
}

[data-aos=fade-up] {
  transform: translate3d(0, 100px, 0);
}

[data-aos=fade-down] {
  transform: translate3d(0, -100px, 0);
}

[data-aos=fade-right] {
  transform: translate3d(-100px, 0, 0);
}

[data-aos=fade-left] {
  transform: translate3d(100px, 0, 0);
}

[data-aos=fade-up-right] {
  transform: translate3d(-100px, 100px, 0);
}

[data-aos=fade-up-left] {
  transform: translate3d(100px, 100px, 0);
}

[data-aos=fade-down-right] {
  transform: translate3d(-100px, -100px, 0);
}

[data-aos=fade-down-left] {
  transform: translate3d(100px, -100px, 0);
}

[data-aos^=zoom][data-aos^=zoom] {
  opacity: 0;
  transition-property: opacity, transform;
}

[data-aos^=zoom][data-aos^=zoom].aos-animate {
  opacity: 1;
  transform: translateZ(0) scale(1);
}

[data-aos=zoom-in] {
  transform: scale(0.6);
}

[data-aos=zoom-in-up] {
  transform: translate3d(0, 100px, 0) scale(0.6);
}

[data-aos=zoom-in-down] {
  transform: translate3d(0, -100px, 0) scale(0.6);
}

[data-aos=zoom-in-right] {
  transform: translate3d(-100px, 0, 0) scale(0.6);
}

[data-aos=zoom-in-left] {
  transform: translate3d(100px, 0, 0) scale(0.6);
}

[data-aos=zoom-out] {
  transform: scale(1.2);
}

[data-aos=zoom-out-up] {
  transform: translate3d(0, 100px, 0) scale(1.2);
}

[data-aos=zoom-out-down] {
  transform: translate3d(0, -100px, 0) scale(1.2);
}

[data-aos=zoom-out-right] {
  transform: translate3d(-100px, 0, 0) scale(1.2);
}

[data-aos=zoom-out-left] {
  transform: translate3d(100px, 0, 0) scale(1.2);
}

[data-aos^=slide][data-aos^=slide] {
  transition-property: transform;
}

[data-aos^=slide][data-aos^=slide].aos-animate {
  transform: translateZ(0);
}

[data-aos=slide-up] {
  transform: translate3d(0, 100%, 0);
}

[data-aos=slide-down] {
  transform: translate3d(0, -100%, 0);
}

[data-aos=slide-right] {
  transform: translate3d(-100%, 0, 0);
}

[data-aos=slide-left] {
  transform: translate3d(100%, 0, 0);
}

[data-aos^=flip][data-aos^=flip] {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition-property: transform;
}

[data-aos=flip-left] {
  transform: perspective(2500px) rotateY(-100deg);
}

[data-aos=flip-left].aos-animate {
  transform: perspective(2500px) rotateY(0);
}

[data-aos=flip-right] {
  transform: perspective(2500px) rotateY(100deg);
}

[data-aos=flip-right].aos-animate {
  transform: perspective(2500px) rotateY(0);
}

[data-aos=flip-up] {
  transform: perspective(2500px) rotateX(-100deg);
}

[data-aos=flip-up].aos-animate {
  transform: perspective(2500px) rotateX(0);
}

[data-aos=flip-down] {
  transform: perspective(2500px) rotateX(100deg);
}

[data-aos=flip-down].aos-animate {
  transform: perspective(2500px) rotateX(0);
}

a {
  font-size: 17px;
  line-height: 1.5294117647;
  color: var(--sv-web-text);
  margin-top: 0;
  transition: var(--default-transition);
}
a:hover {
  color: var(--sv-web-orange-accent);
}

p {
  font-size: 17px;
  line-height: 1.5294117647;
  color: var(--sv-web-text);
  margin-top: 0;
  margin-bottom: 26px;
}

b, strong {
  font-weight: 700;
}

ol, ul, dl {
  font-size: 17px;
  line-height: 1.5294117647;
  color: var(--sv-web-text);
  margin-top: 0;
}

h1 {
  font-size: 38px;
  line-height: 1.1666666667;
  color: var(--sv-web-text);
  font-weight: 700;
}
@media (min-width: 768px) {
  h1 {
    font-size: 48px;
  }
}

h2 {
  font-size: 22px;
  line-height: 1.1428571429;
  color: var(--sv-web-text-3);
  font-weight: 600;
}
@media (min-width: 768px) {
  h2 {
    font-size: 28px;
  }
}

h3,
.span-h3 {
  font-size: 20px;
  line-height: 1.1428571429;
  color: var(--sv-web-text);
  font-weight: 700;
}
@media (min-width: 768px) {
  h3,
.span-h3 {
    font-size: 25px;
  }
}

h4,
.span-h4 {
  font-size: 18px;
  line-height: 1.1666666667;
  color: var(--sv-web-text);
  font-weight: 600;
}
@media (min-width: 768px) {
  h4,
.span-h4 {
    font-size: 23px;
  }
}

h5,
.span-h5 {
  font-size: 18px;
  line-height: 1.4;
  color: var(--sv-web-text);
  font-weight: 700;
}
@media (min-width: 768px) {
  h5,
.span-h5 {
    font-size: 20px;
  }
}

.wp-block-heading {
  margin-bottom: 10px;
}

.text-20 {
  font-size: 20px;
}
.text-24 {
  font-size: 24px;
}
.text-intro {
  font-size: 20px;
  line-height: 1.4166666667;
}
.text-intro a {
  font-size: 20px;
  line-height: 1.4166666667;
}
@media (min-width: 768px) {
  .text-intro {
    font-size: 24px;
  }
  .text-intro a {
    font-size: 24px;
  }
}
.text-white {
  color: var(--white-color);
}
.text-blue-dark {
  color: var(--sv-blue-dark);
}
.text-blue-medium {
  color: var(--sv-blue-medium);
}
.text-web-orange-accent {
  color: var(--sv-web-orange-accent);
}
.text-blue-main-100 {
  color: var(--sv-blue-main-100);
}
.text-blue-main-80 {
  color: var(--sv-blue-main-80);
}
.text-blue-main-60 {
  color: var(--sv-blue-main-60);
}
.text-blue-main-40 {
  color: var(--sv-blue-main-40);
}
.text-orange-main-100 {
  color: var(--sv-orange-main-100);
}
.text-orange-main-80 {
  color: var(--sv-orange-main-80);
}
.text-orange-main-60 {
  color: var(--sv-orange-main-60);
}
.text-orange-main-40 {
  color: var(--sv-orange-main-40);
}
.text-web-orange-accent {
  color: var(--sv-web-orange-accent);
}
.text-web-text {
  color: var(--sv-web-text);
}
.text-web-text-2 {
  color: var(--sv-web-text-2);
}
.text-web-text-3 {
  color: var(--sv-web-text-3);
}
.text-upper {
  text-transform: uppercase;
}
.text-cap {
  text-transform: capitalize;
}
.text-underline-none {
  text-decoration: none;
}
.text-underline {
  text-decoration: underline;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.text-nomargin {
  margin: 0;
}
.text-block {
  display: block;
}
.text-inlineblock {
  display: inline-block;
}

.fs-italic {
  font-style: italic;
}

.fw-bold {
  font-weight: 700;
}

.fw-semibold {
  font-weight: 600;
}

.fw-regular {
  font-weight: 400;
}

.marginB-10 {
  margin-bottom: 10px;
}
.marginB-20 {
  margin-bottom: 20px;
}

:root {
  --base-font-family: "new-rubrik-edge",sans-serif;
  --white-color: #ffffff;
  --sv-orange-main-100: #D06519;
  --sv-orange-main-80: #E38D51;
  --sv-orange-main-60: #EAAC79;
  --sv-orange-main-40: #F2C9A6;
  --sv-blue-main-100: #00A4C4;
  --sv-blue-main-80: #33B7CD;
  --sv-blue-main-60: #66C9D9;
  --sv-blue-main-40: #99DBE6;
  --sv-blue-dark: #425E7C;
  --sv-blue-dark-alt: #0380B5;
  --sv-blue-medium: #0380B5;
  --sv-blue-sec-100: #59A2C0;
  --sv-blue-sec-80: #76B4CD;
  --sv-blue-sec-60: #9DC7DA;
  --sv-blue-sec-40: #C0D9E7;
  --sv-web-text: #1B364E;
  --sv-web-text-2: #3a5e7f;
  --sv-web-text-3: #0083ba;
  --sv-web-orange-accent: #e3672a;
  --sv-web-bg-blue-grey: #d4d8e3;
  --sv-web-bg-blue-light: #deeef4;
  --sv-web-bg-blue-lighter: #eef6f9;
  --sv-web-bg-orange-light: #fbebe3;
  --sv-web-bg-green-light: #EEF6F3;
  --default-transition: all 250ms ease 0s;
  --nav-z-index: 100;
  --header-height: 60px;
  --content-offset: 120px;
  --container-width: 100%;
}
@media (min-width: 992px) {
  :root {
    --header-height: 150px;
  }
}
@media (min-width: 576px) {
  :root {
    --container-width: 540px;
  }
}
@media (min-width: 768px) {
  :root {
    --container-width: 720px;
  }
}
@media (min-width: 992px) {
  :root {
    --container-width: 920px;
  }
}
@media (min-width: 1200px) {
  :root {
    --container-width: 1140px;
  }
}
@media (min-width: 1400px) {
  :root {
    --container-width: 1320px;
  }
}

:root {
  box-sizing: border-box;
  height: 100%;
}

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

html {
  scroll-behavior: smooth;
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100% !important;
  color: var(--sv-web-text);
  font-family: var(--base-font-family);
  font-size: 17px;
  line-height: 1.5294117647;
  background-color: var(--white-color);
}
body > * {
  flex-shrink: 0;
}

.homepage main {
  margin-top: 0;
}
@media (min-width: 768px) {
  .homepage main {
    margin-top: 0;
  }
}

.headroom {
  will-change: transform;
  transition: transform 200ms linear;
}
.headroom--not-top {
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15);
}

.headroom--pinned {
  transform: translateY(0%);
}

@media (min-width: 992px) {
  .headroom--unpinned {
    transform: translateY(-85px);
  }
}

.block {
  /**
  * Image block
  */
  /**
  * Quote and paragraph block
  */
}
.block-image {
  margin-top: 40px;
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .block-image {
    margin-top: 80px;
    margin-bottom: 80px;
  }
}
.block-figure {
  width: 100%;
  margin: 0;
}
.block-figure > img {
  width: 100%;
  height: auto;
  display: block;
}
.block-caption {
  align-self: self-end;
  margin-top: 20px;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .block-caption {
    margin-bottom: 95px;
  }
}
.block-caption p {
  color: var(--green-color);
}
.block-caption > * {
  font-size: 1.6em;
  line-height: 1.4;
  color: var(--green-color);
  margin: 0;
}
.block-quote {
  margin-bottom: 20px;
  display: block;
}
@media (min-width: 768px) {
  .block-quote {
    margin-top: 0;
    margin-bottom: 0;
  }
}
.block-quote > * {
  font-size: 30px;
  line-height: 1.1666666667;
  color: var(--dark-blue-color);
  margin: 0;
  padding-bottom: 20px;
  position: relative;
}
.block-quote > *:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 60px;
  height: 7px;
  background-color: var(--green-color);
}

.wp-block-video {
  margin: 60px auto;
}
@media (max-width: 767px) {
  .wp-block-video {
    margin: 20px auto;
  }
}

.anbi {
  padding: 20px;
  background-color: var(--sv-web-bg-blue-light);
}
.anbi > *:first-child {
  margin-top: 0;
}
.anbi > *:last-child {
  margin-bottom: 0;
}
.anbi * {
  margin-bottom: 0;
}
.anbi img {
  max-width: 110px !important;
  height: auto !important;
  text-align: right;
}
.anbi__logo {
  display: block;
  text-align: right;
}

.achievement-card {
  background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' stroke='%2300A5C0' stroke-width='4' stroke-dasharray='2%2c2' stroke-dashoffset='0' stroke-linecap='butt'/%3e%3c/svg%3e");
  position: relative;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  padding: 35px 50px;
  text-align: center;
  display: flex;
  flex-flow: column nowrap;
}
.achievement-card__content {
  background-color: var(--white-color);
  display: flex;
  flex-flow: column nowrap;
  height: 100%;
}
.achievement-card__corner {
  position: absolute;
  width: 13px;
  height: 13px;
  background-color: var(--white-color);
  background-image: url("img/dashed-corner.png");
  background-size: 100%;
}
.achievement-card__corner--top-left {
  top: 0;
  left: 0;
}
.achievement-card__corner--top-right {
  top: 0;
  right: 0;
  transform: rotate(90deg);
}
.achievement-card__corner--bottom-left {
  left: 0;
  bottom: 0;
  transform: rotate(-90deg);
}
.achievement-card__corner--bottom-right {
  right: 0;
  bottom: 0;
  transform: rotate(180deg);
}
.achievement-card__title {
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 20px;
  margin-left: 0;
  font-size: 24px;
  color: var(--sv-web-text-2);
}
.achievement-card__body {
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 20px;
  margin-left: 0;
}
.achievement-card__body > *:first-child {
  margin-top: 0;
}
.achievement-card__body > *:last-child {
  margin-bottom: 0;
}
.achievement-card__icon {
  position: relative;
  text-align: center;
  margin-top: auto;
}
.achievement-card__icon:after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: calc(50% - 71px);
  background-color: var(--sv-web-bg-green-light);
  width: 142px;
  height: 142px;
  border-radius: 999px;
}
.achievement-card__icon--img {
  position: relative;
  z-index: 2;
  height: 58px;
  margin-bottom: 10px;
}
.achievement-card__icon--img img {
  display: inline-block;
  height: 100%;
}
.achievement-card__icon--count {
  position: relative;
  z-index: 3;
  color: var(--sv-blue-main-100);
  font-size: 32px;
  font-weight: 700;
  line-height: 1;
}
.achievement-card__icon--count-title {
  position: relative;
  z-index: 3;
}

.ac {
  margin-top: 8px;
  box-sizing: border-box;
  border-bottom: 1px solid var(--sv-web-bg-blue-grey);
}
.ac-header {
  margin: 0;
  padding: 0;
}
.ac span.ac-text {
  display: block;
  padding: 30px 30px 10px !important;
  background-color: var(--sv-web-bg-blue-light);
}
.ac .ac-trigger {
  cursor: pointer;
  background-color: transparent;
  transition: color 0.25s ease;
  position: relative;
  text-decoration: none;
  margin: 0 0 10px;
  padding: 0;
  border: 0;
  width: 100%;
  font-size: 22px;
  line-height: 1.1428571429;
  color: var(--sv-web-text-3);
  font-weight: 600;
  text-align: left;
  padding-right: 50px;
}
@media (min-width: 768px) {
  .ac .ac-trigger {
    font-size: 24px;
  }
}
.ac .ac-trigger:after {
  content: "";
  background-image: url("data:image/svg+xml;base64,CjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiCgkgdmlld0JveD0iMCAwIDIwIDIxIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAyMCAyMTsiIHhtbDpzcGFjZT0icHJlc2VydmUiPgo8c3R5bGUgdHlwZT0idGV4dC9jc3MiPgoJLnN0MHtmaWxsOm5vbmU7c3Ryb2tlOiNEMDY1MTk7c3Ryb2tlLXdpZHRoOjI7fQo8L3N0eWxlPgo8bGluZSBjbGFzcz0ic3QwIiB4MT0iMCIgeTE9IjEwLjIiIHgyPSIyMCIgeTI9IjEwLjIiLz4KPHBhdGggY2xhc3M9InN0MCIgZD0iTTEwLDAuMnYyMCIvPgo8L3N2Zz4K");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 20px;
  height: 20px;
  display: inline-block;
  transform: translateY(2px) rotate(0deg);
  transition: var(--default-transition);
  position: absolute;
  top: 0;
  right: 0;
}
@media (min-width: 768px) {
  .ac .ac-trigger:after {
    font-size: 32px;
  }
}
.ac .ac-trigger-faq {
  padding: 10px 50px 10px 0;
  color: var(--sv-web-text-2);
  font-size: 18px;
}
@media (min-width: 768px) {
  .ac .ac-trigger-faq {
    font-size: 20px;
  }
}
.ac .ac-trigger-faq:after {
  transform: translateY(2px) rotate(0deg);
  position: absolute;
  top: 7px;
  right: 0;
  content: "";
  background-image: url("data:image/svg+xml;base64,CjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiCgkgdmlld0JveD0iMCAwIDIwIDIxIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAyMCAyMTsiIHhtbDpzcGFjZT0icHJlc2VydmUiPgo8c3R5bGUgdHlwZT0idGV4dC9jc3MiPgoJLnN0MHtmaWxsOm5vbmU7c3Ryb2tlOiNEMDY1MTk7c3Ryb2tlLXdpZHRoOjI7fQo8L3N0eWxlPgo8bGluZSBjbGFzcz0ic3QwIiB4MT0iMCIgeTE9IjEwLjIiIHgyPSIyMCIgeTI9IjEwLjIiLz4KPHBhdGggY2xhc3M9InN0MCIgZD0iTTEwLDAuMnYyMCIvPgo8L3N2Zz4K");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 20px;
  height: 20px;
  display: inline-block;
}
.ac .ac-panel {
  overflow: hidden;
  transition-property: height, visibility;
  transition-timing-function: ease;
  height: 0px;
}
.ac .ac-panel .ac-text {
  padding-top: 20px;
  padding-right: 0;
  padding-bottom: 30px;
  padding-left: 0;
  margin: 0;
}
.ac .ac-panel .ac-text-faq {
  display: block;
  padding: 30px 30px 10px !important;
  background-color: var(--sv-web-bg-blue-light);
}
.ac.js-enabled .ac-panel {
  visibility: hidden;
}
.ac.is-active .ac-panel {
  visibility: visible;
}
.ac.is-active > .ac-header .ac-trigger::after {
  transform: translateY(2px) rotate(180deg);
  content: "";
  background-image: url("data:image/svg+xml;base64,PCEtLSBSZXBsYWNlIHRoZSBjb250ZW50cyBvZiB0aGlzIGVkaXRvciB3aXRoIHlvdXIgU1ZHIGNvZGUgLS0+CgoKPHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJMYXllcl8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIKCSB2aWV3Qm94PSIwIDAgMjAgMjEiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDIwIDIxOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+Cgkuc3Qwe2ZpbGw6bm9uZTtzdHJva2U6I0QwNjUxOTtzdHJva2Utd2lkdGg6Mjt9Cjwvc3R5bGU+CjxsaW5lIGNsYXNzPSJzdDAiIHgxPSIwIiB5MT0iMTAuMiIgeDI9IjIwIiB5Mj0iMTAuMiIvPgo8L3N2Zz4=");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 20px;
  height: 20px;
  display: inline-block;
}
.ac.is-active .ac-header .ac-trigger-faq {
  color: var(--sv-web-text-3);
}
.ac.is-active .ac-header .ac-trigger-faq::after {
  transform: translateY(2px) rotate(180deg);
  content: "";
  background-image: url("data:image/svg+xml;base64,PCEtLSBSZXBsYWNlIHRoZSBjb250ZW50cyBvZiB0aGlzIGVkaXRvciB3aXRoIHlvdXIgU1ZHIGNvZGUgLS0+CgoKPHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJMYXllcl8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIKCSB2aWV3Qm94PSIwIDAgMjAgMjEiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDIwIDIxOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+Cgkuc3Qwe2ZpbGw6bm9uZTtzdHJva2U6I0QwNjUxOTtzdHJva2Utd2lkdGg6Mjt9Cjwvc3R5bGU+CjxsaW5lIGNsYXNzPSJzdDAiIHgxPSIwIiB5MT0iMTAuMiIgeDI9IjIwIiB5Mj0iMTAuMiIvPgo8L3N2Zz4=");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 20px;
  height: 20px;
  display: inline-block;
}

p.ac-text s {
  border-top: 1px solid var(--sv-web-bg-blue-light);
  width: 100%;
  display: block;
  text-decoration: none;
  margin-top: 10px;
  padding-top: 5px;
}

.activity-card {
  width: 100%;
}
.activity-card__link {
  background-color: var(--white-color);
  width: 100%;
  display: flex;
  padding-top: 15px;
  padding-right: 25px;
  padding-bottom: 15px;
  padding-left: 20px;
  text-decoration: none;
}
.activity-card__link:hover {
  text-decoration: none;
  color: inherit;
  transform: scale(1.05);
}
.activity-card__link:after {
  content: "";
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjUiIGhlaWdodD0iMjUiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGNpcmNsZSBjeD0iMTIuNSIgY3k9IjEyLjYxNSIgcj0iMTIiIGZpbGw9IiNFMzY3MkEiLz48cGF0aCBkPSJNOC4yODEgMTIuNjE1aDguNDM4TTEyLjc4MSAxNi41NTNsMy45MzgtMy45MzgtMy45MzgtMy45MzciIHN0cm9rZT0iI2ZmZiIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz48L3N2Zz4=");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 24px;
  height: 24px;
  display: inline-block;
  margin-top: 10px;
}
.activity-card__time {
  width: 60px;
  background-color: var(--sv-web-bg-blue-light);
  color: var(--sv-web-text-3);
  text-align: center;
  display: flex;
  flex-flow: column nowrap;
  align-self: flex-start;
  padding-top: 6px;
  padding-right: 6px;
  padding-bottom: 6px;
  padding-left: 6px;
}
.activity-card__time--day {
  display: inline-block;
  font-size: 22px;
  font-weight: 700;
  line-height: 1;
}
.activity-card__time--month-year {
  display: inline-block;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 700;
  line-height: 1;
}
.activity-card__meta {
  width: calc(100% - 84px);
  padding-left: 16px;
}
.activity-card__title {
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
}
.activity-card__type {
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
}
.activity-card__type--online:before {
  content: "";
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTciIGhlaWdodD0iMTciIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTYuNTc3IDE2LjM3M2MtMS4wOC0xLjU4NS0xLjgwNi00LjQ3LTEuODA2LTcuNzYyIDAtMy4yOS43MTEtNi4xNzYgMS44MDYtNy43NjFNMTAuNDMgMTYuMzczYzEuMDgtMS41ODUgMS44MDUtNC40NyAxLjgwNS03Ljc2MiAwLTMuMjktLjcxLTYuMTc2LTEuODA1LTcuNzYxTS41MDcgOC42MTJIMTYuNU0xLjQzIDQuODhoMTQuMTQ2TTEuNDMgMTIuMzQzaDE0LjE0NiIgc3Ryb2tlPSIjMDBBNUMwIiBzdHJva2Utd2lkdGg9Ii41IiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz48cGF0aCBkPSJNMTYuNSA4LjYxMmE3Ljk0NiA3Ljk0NiAwIDAxLTEuNiA0Ljc5bDEuNTkzIDMuMjA2LTQuMjY1LS45MjRhNy45OTYgNy45OTYgMCAxMTQuMjY1LTcuMDcyaC4wMDd6IiBzdHJva2U9IiMwMEE1QzAiIHN0cm9rZS13aWR0aD0iLjUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPjwvc3ZnPg==");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 16px;
  height: 16px;
  display: inline-block;
  transform: translateY(2px);
  margin-right: 6px;
}
.activity-card__type--location:before {
  content: "";
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTUiIGhlaWdodD0iMjMiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTMuOTk5IDcuNjE1YTMuNSAzLjUgMCAxMDcgMCAzLjUgMy41IDAgMDAtNyAweiIgc3Ryb2tlPSIjMDBBNUMwIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz48cGF0aCBkPSJNNy41LjYxNWE3IDcgMCAwMTcgN2MwIDMuMTgtNC43MzYgMTEuMTU0LTYuNDE3IDEzLjY4OGEuNy43IDAgMDEtMS4xNjYgMEM1LjIzNiAxOC43NjkuNSAxMC43OTUuNSA3LjYxNWE3IDcgMCAwMTctN3YweiIgc3Ryb2tlPSIjMDBBNUMwIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz48L3N2Zz4=");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 14px;
  height: 21px;
  display: inline-block;
  transform: translateY(4px);
  margin-right: 6px;
}

.activity-card-alt {
  width: 100%;
  position: relative;
}
.activity-card-alt__link {
  background-color: var(--white-color);
  width: 100%;
  display: flex;
  padding-top: 15px;
  padding-right: 25px;
  padding-bottom: 15px;
  padding-left: 20px;
  text-decoration: none;
}
.activity-card-alt__link:hover {
  text-decoration: none;
  color: inherit;
  transform: scale(1.05);
}
.activity-card-alt__link:after {
  content: "";
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjUiIGhlaWdodD0iMjUiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGNpcmNsZSBjeD0iMTIuNSIgY3k9IjEyLjYxNSIgcj0iMTIiIGZpbGw9IiNFMzY3MkEiLz48cGF0aCBkPSJNOC4yODEgMTIuNjE1aDguNDM4TTEyLjc4MSAxNi41NTNsMy45MzgtMy45MzgtMy45MzgtMy45MzciIHN0cm9rZT0iI2ZmZiIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz48L3N2Zz4=");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 24px;
  height: 24px;
  display: inline-block;
  position: absolute;
  right: 25px;
  top: calc(50% - 12px);
}
.activity-card-alt__time {
  width: 100px;
  background-color: var(--sv-blue-main-100);
  color: var(--white-color);
  text-align: center;
  display: flex;
  flex-flow: column nowrap;
  align-self: flex-start;
  padding-top: 25px;
  padding-right: 17px;
  padding-bottom: 25px;
  padding-left: 17px;
}
.activity-card-alt__time--day {
  display: inline-block;
  font-size: 30px;
  font-weight: 700;
  line-height: 1;
}
.activity-card-alt__time--month-year {
  display: inline-block;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
}
.activity-card-alt__meta {
  width: calc(100% - 84px);
  padding-left: 25px;
  display: flex;
  flex-flow: column;
  justify-content: space-between;
}
.activity-card-alt__title {
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 15px;
  margin-left: 0;
  padding-right: 40px;
}
.activity-card-alt__type {
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding-left: 25px;
  display: block;
  position: relative;
}
.activity-card-alt__type--online:before {
  content: "";
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTciIGhlaWdodD0iMTciIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTYuNTc3IDE2LjM3M2MtMS4wOC0xLjU4NS0xLjgwNi00LjQ3LTEuODA2LTcuNzYyIDAtMy4yOS43MTEtNi4xNzYgMS44MDYtNy43NjFNMTAuNDMgMTYuMzczYzEuMDgtMS41ODUgMS44MDUtNC40NyAxLjgwNS03Ljc2MiAwLTMuMjktLjcxLTYuMTc2LTEuODA1LTcuNzYxTS41MDcgOC42MTJIMTYuNU0xLjQzIDQuODhoMTQuMTQ2TTEuNDMgMTIuMzQzaDE0LjE0NiIgc3Ryb2tlPSIjMDBBNUMwIiBzdHJva2Utd2lkdGg9Ii41IiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz48cGF0aCBkPSJNMTYuNSA4LjYxMmE3Ljk0NiA3Ljk0NiAwIDAxLTEuNiA0Ljc5bDEuNTkzIDMuMjA2LTQuMjY1LS45MjRhNy45OTYgNy45OTYgMCAxMTQuMjY1LTcuMDcyaC4wMDd6IiBzdHJva2U9IiMwMEE1QzAiIHN0cm9rZS13aWR0aD0iLjUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPjwvc3ZnPg==");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 16px;
  height: 16px;
  display: inline-block;
  transform: translateY(2px);
  margin-left: -25px;
  position: absolute;
}
.activity-card-alt__type--location:before {
  content: "";
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTUiIGhlaWdodD0iMjMiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTMuOTk5IDcuNjE1YTMuNSAzLjUgMCAxMDcgMCAzLjUgMy41IDAgMDAtNyAweiIgc3Ryb2tlPSIjMDBBNUMwIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz48cGF0aCBkPSJNNy41LjYxNWE3IDcgMCAwMTcgN2MwIDMuMTgtNC43MzYgMTEuMTU0LTYuNDE3IDEzLjY4OGEuNy43IDAgMDEtMS4xNjYgMEM1LjIzNiAxOC43NjkuNSAxMC43OTUuNSA3LjYxNWE3IDcgMCAwMTctN3YweiIgc3Ryb2tlPSIjMDBBNUMwIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz48L3N2Zz4=");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 14px;
  height: 21px;
  display: inline-block;
  transform: translateY(4px);
  margin-left: -25px;
  position: absolute;
}
.activity-card-alt__type--time:before {
  content: "";
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjYiIGhlaWdodD0iMjYiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEzIDI1YzYuNjI3IDAgMTItNS4zNzMgMTItMTJTMTkuNjI3IDEgMTMgMSAxIDYuMzczIDEgMTNzNS4zNzMgMTIgMTIgMTJ6TTEzLjI2NyAzLjY2OHYxLjZNMTMuMjY3IDIwLjczNHYxLjZNMjIuMzMzIDEzLjI2NmgtMS42TTUuMjY3IDEzLjI2NmgtMS42IiBzdHJva2U9IiMwMEE1QzAiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+PHBhdGggZD0iTTEzLjI2NyA3LjkzNHY1LjEyNGwzLjIgMy40MDkiIHN0cm9rZT0iIzAwQTVDMCIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz48L3N2Zz4=");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 17px;
  height: 20px;
  display: inline-block;
  transform: translateY(4px);
  margin-left: -25px;
  position: absolute;
}

.arrow-right-orange:after {
  content: "";
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iOSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBjbGlwLXBhdGg9InVybCgjcHJlZml4X19jbGlwMF83XzI4NCkiIHN0cm9rZT0iI2UzNjcyYSIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIj48cGF0aCBkPSJNMjMuMjUgNC41SC43NU0xOS41IDguMjVsMy43NS0zLjc1TDE5LjUuNzUiLz48L2c+PC9zdmc+");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 23px;
  height: 8px;
  display: inline-block;
  margin-left: 8px;
  margin-bottom: 1px;
  transition: var(--default-transition);
}

.btn {
  background-color: var(--sv-web-text-3);
  display: inline-block;
  height: auto;
  padding-top: 10px;
  padding-right: 25px;
  padding-bottom: 10px;
  padding-left: 25px;
  font-size: 18px;
  font-weight: 600;
  color: var(--white-color);
  text-align: center;
  text-decoration: none;
  border-radius: 999px;
  transition: var(--default-transition);
  border: 0;
  outline: 0;
}
@media (min-width: 768px) {
  .btn {
    padding-top: 0;
    padding-right: 25px;
    padding-bottom: 0;
    padding-left: 25px;
    height: 40px;
    line-height: 40px;
  }
}
.btn:hover {
  color: var(--white-color);
  background-color: var(--sv-web-text-2);
}
.btn-orange {
  background-color: var(--sv-web-orange-accent);
}
.btn-orange:hover {
  background-color: var(--sv-orange-main-80);
}
.btn-white {
  background-color: var(--white-color);
  color: var(--sv-web-text-2);
}
.btn-white:hover {
  background-color: var(--sv-blue-sec-40);
  color: var(--sv-web-text-2);
}
.btn-sv-blue-dark {
  background-color: var(--sv-blue-dark);
  color: var(--white-color);
}
.btn-sv-blue-dark:hover {
  background-color: var(--sv-blue-dark-alt);
  color: var(--white-color);
}
.btn-sv-blue-sec-40 {
  background-color: var(--sv-blue-sec-40);
  color: var(--sv-web-text-2);
}
.btn-sv-blue-sec-40:hover {
  background-color: var(--sv-blue-sec-60);
  color: var(--sv-web-text-2);
}
.btn-center {
  margin: 20px auto;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.btn-blue-sec-40 {
  background-color: var(--sv-blue-sec-40);
  color: var(--sv-web-text-2);
}
.btn-blue-sec-40:hover {
  background-color: var(--sv-blue-sec-60);
  color: var(--sv-web-text-2);
}
.btn btn-fullwidth {
  width: 100%;
}

.btn-sq {
  width: 100%;
  height: 58px;
  display: flex;
  align-items: center;
  text-decoration: none;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  border-radius: 10px;
  padding-left: 25px;
  padding-right: 25px;
  transition: var(--default-transition);
}
.btn-sq-blue-dark {
  background-color: var(--sv-blue-dark);
  color: var(--white-color);
}
.btn-sq-blue-dark:hover {
  background-color: var(--sv-blue-main-100);
  color: var(--white-color);
}
.btn-sq-icon-facebook:before {
  margin-right: 27px;
  content: "";
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDIiIGhlaWdodD0iNDMiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGVsbGlwc2UgY3g9IjIxIiBjeT0iMjEuNjg4IiByeD0iMjAuNTQiIHJ5PSIyMC43NSIgZmlsbD0iI2ZmZiIvPjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNMjcuMDY5IDE2LjQ0M2gtNC4yMTd2LTEuOTFhLjk5Ny45OTcgMCAwMS45OS0xLjFoMi45N3YtNGgtNC4yODdjLTMuODkgMC00LjYyMyAzLTQuNjIzIDQuODZ2Mi4xNWgtMi45N3Y0aDIuOTd2MTEuNWg0Ljk1di0xMS41aDMuODFsLjQwNy00eiIgZmlsbD0iI0QwNjUxOSIvPjwvc3ZnPg==");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 41px;
  height: 41px;
  display: inline-block;
}
.btn-sq-icon-whatsapp:before {
  margin-right: 27px;
  content: "";
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDIiIGhlaWdodD0iNDIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGVsbGlwc2UgY3g9IjIxIiBjeT0iMjAuOTk4IiByeD0iMjAuNTQiIHJ5PSIyMC43NSIgZmlsbD0iI2ZmZiIvPjxwYXRoIGQ9Ik0zMS45MSAxNi4xNWExMC44NzUgMTAuODc1IDAgMDAtMi4zMzQtMy40NjIgMTAuODYyIDEwLjg2MiAwIDAwLTcuNzA0LTMuMTkgMTAuODEgMTAuODEgMCAwMC00LjI0Ljg1NiAxMC44NDIgMTAuODQyIDAgMDAtMy40NjMgMi4zMzQgMTAuODU1IDEwLjg1NSAwIDAwLTMuMTkxIDcuNzAzYzAgMS40Ny4yODEgMi44NjYuODM4IDQuMTk3bC0yLjA1IDcuOTEgNy43NzUtMi4xMDljMS4zNjkuNTk0IDIuODI1Ljg5NSA0LjMzMS44OTUgMS41MDUgMCAyLjg5OC0uMjg4IDQuMjQtLjg1NmExMC44NjQgMTAuODY0IDAgMDAzLjQ2NC0yLjMzNSAxMC44NTYgMTAuODU2IDAgMDAzLjE5LTcuNzAyYzAtMS40Ny0uMjg4LTIuODk3LS44NTYtNC4yNHptLTUuNTc5IDEwLjY0OGMtLjA5NS4wOTUtLjU0NC4zMS0yLjMxOC0uOTMyLTEuMTY5LS44MTktMi42MjMtMi4wNy00LjA5MS0zLjUyMy0xLjQ1NS0xLjQ3LTIuNzA3LTIuOTI0LTMuNTI2LTQuMDkzLTEuMjQyLTEuNzczLTEuMDI3LTIuMjIzLS45MzItMi4zMThsLjAyLS4wMjEuNjktMS40ODVjLjU5LS41NzQgMS40MDctLjY5NyAxLjgzMy0uMjcybDIuNDk3IDIuNDk3Yy4zNjcuMzY3LjMzNC42NDUuMjc3LjgyMi0uMDg2LjI2Ny0uMzIyLjUyOC0uNTYzLjc3YTE0LjYzIDE0LjYzIDAgMDEtLjEzMy4xM2wtLjEyNS4xMjQtLjM3Ni4zNzUuMDY1LjExNGMuNDM3Ljc2NC45NTYgMS40NjQgMS41NDIgMi4wOGwuMDA2LjAwNmExMC43ODkgMTAuNzg5IDAgMDAyLjA4IDEuNTQxbC4xMTMuMDY1LjM3NS0uMzc2LjEyNi0uMTI2LjEzLS4xMzJjLjI0LS4yNC41MDItLjQ3Ny43NjktLjU2My4xNzctLjA1Ny40NTUtLjA5LjgyMi4yNzdsMi40OTcgMi40OTdjLjQyNS40MjUuMzAyIDEuMjQyLS4yNzIgMS44MzJsLTEuNDg1LjY5LS4wMjEuMDJ6IiBmaWxsPSIjRDA2NTE5Ii8+PC9zdmc+");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 41px;
  height: 41px;
  display: inline-block;
}

.breadcrumbs {
  padding-top: 30px;
  padding-bottom: 30px;
}
.breadcrumbs a,
.breadcrumbs span {
  font-size: 14px;
  line-height: 1;
  text-decoration: none;
}
.breadcrumbs .caret {
  margin-right: 5px;
}
.breadcrumbs .current-item {
  font-weight: 700;
}
@media (max-width: 991px) {
  .breadcrumbs span {
    display: none;
  }
  .breadcrumbs span:nth-last-child(3) {
    display: inline-block;
    font-weight: 600;
  }
  .breadcrumbs span:nth-last-child(3) span {
    display: inline-block;
  }
  .breadcrumbs span:nth-last-child(3):before {
    content: "<";
    margin-right: 5px;
  }
}

.experience-card {
  width: 100%;
  height: 400px;
  margin-bottom: 25px;
}
.experience-card__link {
  width: 100%;
  height: 400px;
  display: block;
  position: relative;
  z-index: 1;
  padding-top: 27px;
  padding-right: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  box-sizing: border-box;
  text-decoration: none;
  color: var(--white-color);
  overflow: hidden;
  border-radius: 5px;
}
.experience-card__link:hover {
  color: var(--white-color);
}
.experience-card__link:hover .experience-card__photo {
  transform: scale(1.1);
}
.experience-card__link:hover .experience-card__action:after {
  background-size: 22px;
}
.experience-card__bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -2;
  background-color: var(--sv-blue-main-100);
  transition: var(--default-transition);
}
.experience-card__bg:after {
  content: "";
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTI3IiBoZWlnaHQ9IjEyMSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNNjMuMTc5IDc4LjU2MmEyMC44MDggMjAuODA4IDAgMTAwLTQxLjYxNiAyMC44MDggMjAuODA4IDAgMDAwIDQxLjYxNnoiIGZpbGw9IiNmZmYiLz48cGF0aCBkPSJNNjMuNSAxMjAuMTE1QTYyLjc1NiA2Mi43NTYgMCAwMTIuNTkyIDcyLjE5OWE2Mi43NTQgNjIuNzU0IDAgMDEzMi4wOC03MC41NDQgMTEuODcyIDExLjg3MiAwIDAxMTAuOTIyIDIxLjA4MiAzOC45OSAzOC45OSAwIDEwMzUuNDUyLS4xODFBMTEuODcgMTEuODcgMCAxMTkxLjc1NSAxLjM2NWE2Mi43NTQgNjIuNzU0IDAgMDExMC42MDUgMTA1LjIyMSA2Mi43NTQgNjIuNzU0IDAgMDEtMzguODYgMTMuNTI5eiIgZmlsbD0iI2ZmZiIvPjwvc3ZnPg==");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 90%;
  height: 70%;
  display: inline-block;
  opacity: 0.5;
  position: absolute;
  z-index: -1;
  bottom: -5%;
  right: 5%;
}
.experience-card__photo {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  background-position: bottom right;
  background-size: cover;
  background-repeat: no-repeat;
  transition: var(--default-transition);
}
.experience-card__photo:after {
  content: "";
  position: absolute;
  top: 135px;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgb(24, 35, 46);
  background: linear-gradient(0deg, rgb(24, 35, 46) 0%, rgba(66, 94, 124, 0) 100%);
  transition: var(--default-transition);
  border-radius: 5px;
}
.experience-card__wrapper {
  display: flex;
  flex-flow: column nowrap;
  width: 100%;
  height: 100%;
}
.experience-card__title {
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
}
.experience-card__action {
  margin-top: auto;
}
.experience-card__action--type {
  max-width: calc(100% - 60px);
  display: inline-block;
}
.experience-card__action:after {
  content: "";
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMTkiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEuNzMyIDkuNUgxOC4yNU0xMC41NDEgMTcuMzc1TDE4LjI0OSA5LjUgMTAuNTQgMS42MjUiIHN0cm9rZT0iI0U3NEUwMCIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz48L3N2Zz4=");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 18px;
  height: 18px;
  display: inline-block;
  position: absolute;
  z-index: 4;
  right: 12px;
  bottom: 23px;
  transition: var(--default-transition);
  background-color: var(--white-color);
  border-radius: 999px;
  background-size: 18px;
  width: 48px;
  height: 48px;
  transition: var(--default-transition);
}

.folder-card {
  margin-bottom: 40px;
}
.folder-card__wrapper {
  display: flex;
}
.folder-card__cover {
  max-width: 125px;
  height: auto;
  margin-right: 40px;
}
.folder-card__cover--img {
  width: 100%;
  height: auto;
  display: block;
  box-shadow: 0px 4px 10px 0px rgba(58, 94, 127, 0.36);
}
.folder-card__meta {
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
}
.folder-card__title {
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
}
.folder-card__content {
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
}
.folder-card__actions {
  margin-top: 30px;
}
.folder-card__actions > * {
  margin-right: 10px;
}
.folder-card__actions > *:last-child {
  margin-right: 0;
}
@media (max-width: 991px) {
  .folder-card__actions a {
    width: 100%;
  }
}
.folder-card__actions--download {
  background-color: var(--sv-web-text-2);
  padding-left: 20px;
}
@media (max-width: 991px) {
  .folder-card__actions--download {
    margin-bottom: 10px;
  }
}
.folder-card__actions--download:hover {
  background-color: var(--sv-web-text-3);
}
.folder-card__actions--download:before {
  content: "";
  background-image: url("data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJMYXllcl8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIKCSB2aWV3Qm94PSIwIDAgMjcgMjciIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDI3IDI3OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+Cgkuc3Qwe2ZpbGw6bm9uZTtzdHJva2U6IzY2QzlEOTtzdHJva2Utd2lkdGg6MS45OTQ0O3N0cm9rZS1saW5lY2FwOnJvdW5kO3N0cm9rZS1saW5lam9pbjpyb3VuZDt9Cjwvc3R5bGU+CjxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik0xMy40LDF2MTguNiBNNC44LDkuN2w4LjcsOS45bDguNy05LjkiLz4KPHBhdGggY2xhc3M9InN0MCIgZD0iTTI1LjksMjAuOXYyLjRjMCwxLjQtMS4yLDIuNS0yLjcsMi41SDMuN2MtMS41LDAtMi43LTEuMS0yLjctMi41di0yLjQiLz4KPC9zdmc+Cg==");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 17px;
  height: 17px;
  display: inline-block;
  margin-right: 15px;
  transform: translateY(2px);
}

.folders-row {
  margin-top: 30px;
}
.folders-row > [class*=col-] {
  padding-bottom: 1.5rem;
}

.order-button__container {
  height: 50px;
}

.button-order {
  margin: 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 340px;
  height: 45px;
}
.button-order-sticky {
  position: fixed;
  z-index: 999;
  top: var(--header-height);
  left: calc(50% - 170px);
  height: 45px;
  border-radius: 0 0 25px 25px;
  width: 340px;
}
@media (min-width: 992px) {
  .button-order-sticky {
    top: calc(var(--header-height) - 85px);
  }
}
@media (min-width: 992px) {
  .button-order-sticky.headroom-btn--pinned {
    transform: translateY(85px);
  }
}
.button-order-sticky:hover {
  background-color: var(--sv-web-text);
}
.button-order:before {
  content: "";
  background-image: url("data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJMYXllcl8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIKCSB2aWV3Qm94PSIwIDAgMTkgMTciIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDE5IDE3OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+Cgkuc3Qwe2ZpbGw6bm9uZTtzdHJva2U6I0ZGRkZGRjtzdHJva2UtbGluZWNhcDpyb3VuZDtzdHJva2UtbGluZWpvaW46cm91bmQ7fQo8L3N0eWxlPgo8cGF0aCBjbGFzcz0ic3QwIiBkPSJNMi4yLDE1LjlMMSw2LjNoMTdsLTEuMiw5LjZIMi4yeiBNMy4yLDYuM0w3LjQsMSBNMTUuOCw2LjNMMTEuNiwxIi8+Cjwvc3ZnPg==");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 26px;
  height: 26px;
  display: inline-block;
  margin-right: 15px;
  transform: translateY(-2px);
}
.button-order:hover {
  background-color: var(--sv-web-text);
}

.folder-card-alt {
  border-radius: 5px;
  border: 1px solid var(--sv-blue-sec-40);
  padding: 20px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.folder-card-alt__highlight {
  background-color: var(--sv-web-bg-blue-light);
  box-shadow: 0px 4px 10px 0px rgba(58, 94, 127, 0.36);
}
.folder-card-alt__header {
  display: flex;
}
.folder-card-alt__header--thumb {
  width: 110px;
  margin-right: 25px;
}
.folder-card-alt__header--thumb > img {
  display: block;
  box-shadow: 0px 4px 10px 0px rgba(58, 94, 127, 0.36);
}
.folder-card-alt__anchor {
  width: 0;
  height: 0;
  transform: translateY(-100px);
}
.folder-card-alt__type {
  margin-top: 17px;
  font-weight: 700;
}
.folder-card-alt__type--brochure {
  color: var(--sv-blue-medium);
}
.folder-card-alt__type--praatkaart {
  color: var(--sv-web-orange-accent);
}
.folder-card-alt__type--folder {
  color: var(--sv-blue-main-100);
}
.folder-card-alt__actions {
  margin-top: auto;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-auto-rows: 1fr;
  -moz-column-gap: 10px;
  column-gap: 10px;
  row-gap: 10px;
}
@media (min-width: 1400px) {
  .folder-card-alt__actions {
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: 1fr;
  }
}
.folder-card-alt__actions > * {
  display: flex;
  align-items: center;
  justify-content: center;
}
.folder-card-alt__actions > *.fc-added {
  background-color: #E3672A;
  color: white;
}
.folder-card-alt__actions > *.fc-added:before {
  content: "";
  background-image: url("data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJMYXllcl8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIKCSB2aWV3Qm94PSIwIDAgMjcgMjUiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDI3IDI1OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+Cgkuc3Qwe2ZpbGw6bm9uZTtzdHJva2U6I0ZGRkZGRjtzdHJva2Utd2lkdGg6MztzdHJva2UtbGluZWNhcDpyb3VuZDtzdHJva2UtbGluZWpvaW46cm91bmQ7fQo8L3N0eWxlPgo8cGF0aCBjbGFzcz0ic3QwIiBkPSJNNC40LDEwLjhsNy4yLDExIE0yMy45LDMuMkwxMS42LDIxLjgiLz4KPC9zdmc+");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 19px;
  height: 19px;
  display: inline-block;
  margin-right: 15px;
  transform: translateY(-2px);
}
.folder-card-alt__download:before {
  content: "";
  background-image: url("data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJMYXllcl8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIKCSB2aWV3Qm94PSIwIDAgMjcgMjciIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDI3IDI3OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+Cgkuc3Qwe2ZpbGw6bm9uZTtzdHJva2U6IzY2QzlEOTtzdHJva2Utd2lkdGg6MS45OTQ0O3N0cm9rZS1saW5lY2FwOnJvdW5kO3N0cm9rZS1saW5lam9pbjpyb3VuZDt9Cjwvc3R5bGU+CjxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik0xMy40LDF2MTguNiBNNC44LDkuN2w4LjcsOS45bDguNy05LjkiLz4KPHBhdGggY2xhc3M9InN0MCIgZD0iTTI1LjksMjAuOXYyLjRjMCwxLjQtMS4yLDIuNS0yLjcsMi41SDMuN2MtMS41LDAtMi43LTEuMS0yLjctMi41di0yLjQiLz4KPC9zdmc+Cg==");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 19px;
  height: 19px;
  display: inline-block;
  margin-right: 15px;
  transform: translateY(-2px);
}
.folder-card-alt__bestellen:before {
  content: "";
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTkiIGhlaWdodD0iMTciIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTIuMjE0IDE1Ljg3NUwxIDYuMzEyaDE3bC0xLjIxNCA5LjU2M0gyLjIxNHpNMy4xODggNi4zMTNMNy40MzggMU0xNS44MTMgNi4zMTNMMTEuNTYzIDFNOS41IDkuNXY0LjI1TTcuMzc1IDExLjYyNWg0LjI1IiBzdHJva2U9IiMwMDgzQkEiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPjwvc3ZnPg==");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 22px;
  height: 22px;
  display: inline-block;
  margin-right: 15px;
  transform: translateY(-2px);
}

.help-card {
  display: flex;
  margin-bottom: 35px;
}
@media (min-width: 768px) {
  .help-card-links {
    margin-bottom: 0;
    height: 100%;
  }
}
.help-card__col {
  flex-flow: column nowrap;
  min-height: 365px;
}
@media (min-width: 768px) {
  .help-card__col {
    flex-flow: row nowrap;
  }
}
.help-card__col .help-card__col--a {
  width: 100%;
  min-height: 300px;
}
@media (min-width: 768px) {
  .help-card__col .help-card__col--a {
    width: calc(50% - 15px);
    min-height: inherit;
  }
}
.help-card__col .help-card__col--b {
  width: 100%;
  min-height: 320px;
}
@media (max-width: 768px) {
  .help-card__col .help-card__col--b {
    border-top: none;
  }
}
@media (min-width: 768px) {
  .help-card__col .help-card__col--b {
    width: calc(50% + 15px);
    min-height: inherit;
    border-left: none;
  }
}
.help-card__col .help-card__col--links {
  width: 100%;
}
@media (max-width: 768px) {
  .help-card__col .help-card__col--links {
    border-top: none;
  }
}
@media (min-width: 768px) {
  .help-card__col .help-card__col--links {
    width: calc(50% + 15px);
    min-height: inherit;
    border-left: none;
  }
}
.help-card__col .help-card__title {
  padding-top: 40px;
  padding-right: 25px;
  padding-bottom: 40px;
  padding-left: 25px;
}
@media (min-width: 768px) {
  .help-card__col .help-card__title {
    font-size: 60px;
  }
}
.help-card__row {
  flex-flow: column nowrap;
}
.help-card__row .help-card__col--a {
  width: 100%;
  min-height: 300px;
}
.help-card__row .help-card__col--b {
  width: 100%;
  border-top: none;
  min-height: 320px;
}
.help-card__row .help-card__col--links {
  width: 100%;
  border-top: none;
}
.help-card__row .help-card__title {
  padding-top: 25px;
  padding-right: 25px;
  padding-bottom: 25px;
  padding-left: 25px;
}
.help-card__col--a {
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  display: flex;
  align-content: flex-end;
}
.help-card__col--a:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 6;
  background: linear-gradient(0deg, rgb(3, 128, 181) 0%, rgba(3, 128, 181, 0) 80%);
}
.help-card__col--a:after {
  content: "";
  position: absolute;
  top: 10%;
  right: 0;
  bottom: 10%;
  left: 0;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJwcmVmaXhfX0xhYWdfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4PSIwIiB5PSIwIiB2aWV3Qm94PSIwIDAgNjMgMTIwIiB4bWw6c3BhY2U9InByZXNlcnZlIj48c3R5bGU+LnByZWZpeF9fc3Qwe2ZpbGw6I2ZmZn08L3N0eWxlPjxwYXRoIGNsYXNzPSJwcmVmaXhfX3N0MCIgZD0iTTU3LjIgMzAuOWMtNS45LTEyLjgtMTYtMjMuMi0yOC42LTI5LjYtMi44LTEuNC02LjEtMS43LTkuMS0uN1MxNCAzLjcgMTIuNiA2LjVjLTEuNCAyLjgtMS43IDYuMS0uNyA5LjFzMy4xIDUuNSA1LjkgNi45YzcuOCAzLjkgMTQuMSAxMC40IDE3LjggMTguMyAzLjcgNy45IDQuNiAxNi45IDIuNiAyNS40LTIgOC41LTYuOCAxNi4xLTEzLjcgMjEuNi02LjggNS41LTE1LjMgOC40LTI0LjEgOC41aC0uNVYxMjBoLjNjMTQuMSAwIDI3LjgtNC44IDM4LjktMTMuNSAxMS4xLTguNyAxOC45LTIxIDIyLjEtMzQuNyAzLjQtMTMuNyAxLjktMjguMS00LTQwLjl6Ii8+PHBhdGggY2xhc3M9InByZWZpeF9fc3QwIiBkPSJNMjAuMSA1My42Yy0uOC00LTIuOC03LjctNS43LTEwLjdDMTEuNSA0MCA3LjggMzggMy43IDM3LjJjLTEuMi0uMi0yLjUtLjMtMy43LS4zdjQxLjZjNC0uMSA3LjktMS4zIDExLjItMy41IDMuNC0yLjMgNi4xLTUuNSA3LjctOS4zIDEuNi0zLjkgMi04LjEgMS4yLTEyLjF6Ii8+PC9zdmc+");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left center;
  opacity: 0.3;
}
.help-card__col--b {
  border: 1px solid var(--sv-blue-sec-40);
  border-bottom-right-radius: 15px;
  padding-top: 40px;
  padding-right: 30px;
  padding-bottom: 30px;
  padding-left: 40px;
  display: flex;
  flex-flow: column nowrap;
}
.help-card__col--links {
  border: 1px solid var(--sv-blue-sec-40);
  border-bottom-right-radius: 15px;
  padding-top: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  display: flex;
  flex-flow: column nowrap;
  height: 100%;
}
.help-card__title {
  position: relative;
  z-index: 10;
  margin-top: auto;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  color: var(--white-color);
  font-size: 38px;
}
.help-card__content > *:first-child {
  margin-top: 0;
}
.help-card__content > *:last-child {
  margin-bottom: 0;
}
.help-card__actions {
  margin-top: auto;
}
@media (max-width: 991px) {
  .help-card__actions {
    margin-top: 30px;
  }
}
.help-card__link {
  display: block;
  position: relative;
  background-color: var(--sv-web-bg-green-light);
  border-radius: 8px;
  padding: 10px 64px 10px 20px;
  margin-bottom: 5px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-decoration: none;
  font-size: 18px;
  line-height: 1.2;
  color: var(--sv-web-text);
  font-weight: 700;
}
@media (min-width: 768px) {
  .help-card__link {
    font-size: 20px;
  }
}
.help-card__link:after {
  content: "";
  background-image: url("data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJMYXllcl8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIKCSB2aWV3Qm94PSIwIDAgNDkgNDgiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDQ5IDQ4OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+Cgkuc3Qwe2ZpbGw6bm9uZTtzdHJva2U6I0ZGRkZGRjtzdHJva2Utd2lkdGg6MjtzdHJva2UtbGluZWNhcDpyb3VuZDtzdHJva2UtbGluZWpvaW46cm91bmQ7fQo8L3N0eWxlPgo8cGF0aCBjbGFzcz0ic3QwIiBkPSJNMTUuNiwyNGgxNi45IE0yNC42LDMxLjlsNy45LTcuOWwtNy45LTcuOSIvPgo8L3N2Zz4=");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 24px;
  height: 24px;
  display: inline-block;
  transition: var(--default-transition);
  position: absolute;
  right: 20px;
  top: calc(50% - 12px);
  background-color: var(--sv-web-text-3);
  border-radius: 100px;
  transition: var(--default-transition);
}
.help-card__link:hover {
  color: var(--sv-web-text);
  background-color: var(--sv-web-bg-orange-light);
}
.help-card__link:hover:after {
  background-color: var(--sv-web-orange-accent);
}

@media (min-width: 768px) {
  .wp-block-columns .wp-block-column:first-child .help-card {
    margin-right: 15px;
  }
}
@media (min-width: 768px) {
  .wp-block-columns .wp-block-column:last-child .help-card {
    margin-left: 15px;
  }
}

.voordelen__overzicht {
  flex-wrap: wrap !important;
}

.voordelen-card {
  display: flex;
  margin-bottom: 35px;
  width: 100%;
  box-sizing: border-box;
}
@media (min-width: 768px) {
  .voordelen-card {
    width: calc(50% - 20px);
  }
}
.voordelen-card__highlight {
  background-color: var(--sv-blue-main-100);
  color: white;
  font-weight: 800;
  font-size: 1.2em;
  display: block;
  padding: 5px 25px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  border-radius: 0px 0px 15px 15px;
  margin-left: 40px;
}
.voordelen-card__cat {
  padding: 0 0 10px;
  display: block;
  font-weight: 800;
}
@media (min-width: 768px) {
  .voordelen-card-links {
    margin-bottom: 0;
    height: 100%;
  }
}
.voordelen-card__col {
  flex-flow: column nowrap;
  min-height: 365px;
}
@media (min-width: 768px) {
  .voordelen-card__col {
    flex-flow: row nowrap;
  }
}
.voordelen-card__col .voordelen-card__col--a {
  width: 100%;
  min-height: 300px;
}
@media (min-width: 768px) {
  .voordelen-card__col .voordelen-card__col--a {
    width: calc(50% - 15px);
    min-height: inherit;
  }
}
.voordelen-card__col .voordelen-card__col--b {
  width: 100%;
  min-height: 320px;
}
@media (max-width: 768px) {
  .voordelen-card__col .voordelen-card__col--b {
    border-top: none;
  }
}
@media (min-width: 768px) {
  .voordelen-card__col .voordelen-card__col--b {
    width: calc(50% + 15px);
    min-height: inherit;
    border-left: none;
  }
}
.voordelen-card__col .voordelen-card__col--links {
  width: 100%;
}
@media (max-width: 768px) {
  .voordelen-card__col .voordelen-card__col--links {
    border-top: none;
  }
}
@media (min-width: 768px) {
  .voordelen-card__col .voordelen-card__col--links {
    width: calc(50% + 15px);
    min-height: inherit;
    border-left: none;
  }
}
.voordelen-card__col .voordelen-card__title {
  padding-top: 40px;
  padding-right: 25px;
  padding-bottom: 40px;
  padding-left: 25px;
}
@media (min-width: 768px) {
  .voordelen-card__col .voordelen-card__title {
    font-size: 60px;
  }
}
.voordelen-card__row {
  flex-flow: column nowrap;
}
.voordelen-card__row .voordelen-card__col--a {
  width: 100%;
  min-height: 300px;
}
.voordelen-card__row .voordelen-card__col--b {
  width: 100%;
  border-top: none;
  min-height: 50px;
}
@media (min-width: 768px) {
  .voordelen-card__row .voordelen-card__col--b {
    min-height: 200px;
  }
}
.voordelen-card__row .voordelen-card__col--links {
  width: 100%;
  border-top: none;
}
.voordelen-card__col--a {
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  display: flex;
  align-content: flex-end;
  background-position: center;
}
.voordelen-card__col--b {
  border: 1px solid var(--sv-blue-sec-40);
  border-bottom-right-radius: 15px;
  padding-top: 20px;
  padding-right: 30px;
  padding-bottom: 30px;
  padding-left: 40px;
  display: flex;
  flex-flow: column nowrap;
}
.voordelen-card__col--links {
  border: 1px solid var(--sv-blue-sec-40);
  border-bottom-right-radius: 15px;
  padding-top: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  display: flex;
  flex-flow: column nowrap;
  height: 100%;
}
.voordelen-card__title {
  position: relative;
  z-index: 10;
  margin-top: auto;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
}
.voordelen-card__content > *:first-child {
  margin-top: 0;
}
.voordelen-card__content > *:last-child {
  margin-bottom: 0;
}
.voordelen-card__actions {
  margin-top: auto;
}
@media (max-width: 991px) {
  .voordelen-card__actions {
    margin-top: 30px;
  }
}
.voordelen-card__link {
  position: relative;
  border-radius: 8px;
  padding: 10px 64px 10px 0px;
  margin-bottom: 5px;
  justify-content: space-between;
  align-items: center;
  text-decoration: none;
  font-size: 18px;
  line-height: 1.2;
  color: var(--sv-web-text);
}
@media (min-width: 768px) {
  .voordelen-card__link {
    font-size: 20px;
  }
}
.voordelen-card__link:after {
  content: "";
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgdmlld0JveD0iMCAwIDQ5IDQ4Ij4KICA8ZGVmcz4KICAgIDxzdHlsZT4KICAgICAgLmNscy0xIHsKICAgICAgICBmaWxsOiBub25lOwogICAgICAgIHN0cm9rZTogI2ZmZjsKICAgICAgICBzdHJva2UtbGluZWNhcDogcm91bmQ7CiAgICAgICAgc3Ryb2tlLWxpbmVqb2luOiByb3VuZDsKICAgICAgICBzdHJva2Utd2lkdGg6IDJweDsKICAgICAgfQogICAgPC9zdHlsZT4KICA8L2RlZnM+CiAgPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDI4LjcuMSwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDEuMi4wIEJ1aWxkIDE0MikgIC0tPgogIDxnPgogICAgPGcgaWQ9IkxheWVyXzEiPgogICAgICA8cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Ik0yMi42LDI2LjhsMTItMTJNMzQuNSwyNnYtMTEuMmgtMTEuMiIvPgogICAgICA8cG9seWxpbmUgY2xhc3M9ImNscy0xIiBwb2ludHM9IjIzLjUgMTkuNiAxNy4zIDE5LjYgMTcuMyAzMiAyOS43IDMyIDI5LjcgMjUuNiIvPgogICAgPC9nPgogIDwvZz4KPC9zdmc+");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 24px;
  height: 24px;
  display: inline-block;
  transition: var(--default-transition);
  position: absolute;
  right: 20px;
  top: calc(50% - 12px);
  background-color: var(--sv-web-text-3);
  border-radius: 100px;
  transition: var(--default-transition);
}
.voordelen-card__link:hover:after {
  background-color: var(--sv-web-orange-accent);
}

@media (min-width: 768px) {
  .wp-block-columns .wp-block-column:first-child .voordelen-card {
    margin-right: 15px;
  }
}
@media (min-width: 768px) {
  .wp-block-columns .wp-block-column:last-child .voordelen-card {
    margin-left: 15px;
  }
}

.highlights__wrapper {
  margin-bottom: 26px;
}
.highlights__wrapper > *:first-child {
  margin-top: 0;
}
.highlights__wrapper > *:last-child {
  margin-bottom: 0;
}
.highlights__link {
  display: block;
  position: relative;
  background-color: var(--sv-web-bg-green-light);
  border-radius: 8px;
  padding: 10px 20px;
  margin-bottom: 5px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-decoration: none;
  font-weight: 600;
}
.highlights__link:after {
  content: "";
  background-image: url("data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJMYXllcl8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIKCSB2aWV3Qm94PSIwIDAgNDkgNDgiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDQ5IDQ4OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+Cgkuc3Qwe2ZpbGw6bm9uZTtzdHJva2U6I0ZGRkZGRjtzdHJva2Utd2lkdGg6MjtzdHJva2UtbGluZWNhcDpyb3VuZDtzdHJva2UtbGluZWpvaW46cm91bmQ7fQo8L3N0eWxlPgo8cGF0aCBjbGFzcz0ic3QwIiBkPSJNMTUuNiwyNGgxNi45IE0yNC42LDMxLjlsNy45LTcuOWwtNy45LTcuOSIvPgo8L3N2Zz4=");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 24px;
  height: 24px;
  display: inline-block;
  transition: var(--default-transition);
  position: absolute;
  right: 20px;
  top: calc(50% - 12px);
  background-color: var(--sv-web-text-3);
  border-radius: 100px;
}
.highlights__link:hover {
  color: var(--sv-web-text);
  background-color: var(--sv-web-bg-orange-light);
}
.highlights__link:hover:after {
  background-color: var(--sv-web-orange-accent);
}

.icon-info {
  border: 1px solid var(--sv-web-bg-orange-light);
  padding: 10px;
  border-radius: 10px;
  padding-left: 40px;
  position: relative;
}
.icon-info:before {
  content: "";
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGNpcmNsZSBjeD0iMTAuMDA3IiBjeT0iOS42OTIiIHI9IjkuNSIgZmlsbD0iIzQyNUU3QyIvPjxwYXRoIGQ9Ik0xMC4wMSAxNS40NDJjLS45NiAwLS45NiAwLS45Ni0uOTE4di03LjE5YzAtLjkxOSAwLS45MTkuOTYtLjkxOS45NjkgMCAuOTY5IDAgLjk2OS45MTh2Ny4xOTFjMCAuOTE4IDAgLjkxOC0uOTY5LjkxOHpNOC45NzMgNC4xMDNjMC0xLjA1NCAwLTEuMDU0IDEuMDM3LTEuMDU0czEuMDM3IDAgMS4wMzcgMS4wNTRjMCAxLjA3MSAwIDEuMDcxLTEuMDM3IDEuMDcxcy0xLjAzNyAwLTEuMDM3LTEuMDd6IiBmaWxsPSIjZmZmIi8+PC9zdmc+");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 19px;
  height: 19px;
  display: inline-block;
  transform: translateY(3px);
  position: absolute;
  left: 10px;
}

input[type=text],
input[type=number],
input[type=tel],
input[type=email],
input[type=password],
textarea {
  background-color: var(--white-color);
  border: 1px solid var(--sv-blue-sec-100);
  border-radius: 10px;
  padding: 16px 24px 14px 24px !important;
  width: 100%;
  font-size: 16px !important;
  line-height: 16px !important;
  color: var(--sv-web-text-2);
}
@media (max-width: 767px) {
  input[type=text],
input[type=number],
input[type=tel],
input[type=email],
input[type=password],
textarea {
    padding: 16px 5px 14px 5px !important;
  }
}
input[type=text]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=email]:focus,
input[type=password]:focus,
textarea:focus {
  outline: none;
}

input[type=checkbox] {
  width: 20px;
  height: 20px;
  margin-right: 10px;
  border: none;
  accent-color: #425E7C;
}

.gform_wrapper.gravity-theme {
  background-color: #fff;
  padding: 30px 40px 40px;
  border-radius: 20px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .gform_wrapper.gravity-theme {
    padding: 30px 20px 40px;
  }
}
.gform_wrapper.gravity-theme h3.heading {
  margin: 0;
}
.gform_wrapper.gravity-theme .gform_fields {
  grid-row-gap: 0px !important;
}
.gform_wrapper.gravity-theme .gfield {
  margin-top: 20px !important;
}
.gform_wrapper.gravity-theme .gfield.ander_veld {
  margin-top: -5px !important;
  margin-left: 40px;
}
.gform_wrapper.gravity-theme .gfield.ander_veld .ginput_container input {
  height: 35px;
  border-radius: 5px;
  padding: 10px !important;
}
.gform_wrapper.gravity-theme .gform_heading {
  margin-bottom: 25px;
}
.gform_wrapper.gravity-theme .gform_heading .gform_title {
  margin: 10px 0 0;
  color: var(--sv-web-text-2);
}
.gform_wrapper.gravity-theme .gform_heading .gform_required_legend {
  display: none;
}
.gform_wrapper.gravity-theme .gform_body .gfield_label {
  color: var(--sv-web-text-2);
  font-weight: 600;
}
.gform_wrapper.gravity-theme .gform_body .gfield_required {
  color: var(--sv-web-text-2);
}
.gform_wrapper.gravity-theme .gform_body h5 {
  margin: 0;
  color: var(--sv-blue-main-100);
}
.gform_wrapper.gravity-theme .gform_body .top-spacer {
  margin-top: 25px;
}
.gform_wrapper.gravity-theme .gfield--type-consent legend {
  display: none;
}
.gform_wrapper.gravity-theme .gfield--type-consent .ginput_container_consent {
  display: flex;
  flex-wrap: nowrap;
  align-content: center;
  position: relative;
}
.gform_wrapper.gravity-theme .gfield--type-consent .ginput_container_consent label {
  font-weight: 500;
  margin-bottom: 0;
}
.gform_wrapper.gravity-theme .gfield_consent_description {
  font-size: 17px !important;
  line-height: 1.5294117647 !important;
  background: none !important;
  border: none !important;
  padding: 0 !important;
}
.gform_wrapper.gravity-theme .gform_validation_errors {
  box-shadow: none !important;
  border-radius: 10px !important;
  margin-bottom: 20px;
}
.gform_wrapper.gravity-theme .validation_message {
  border: none !important;
  background: none !important;
  border: none !important;
  padding-top: 0 !important;
}
.gform_wrapper.gravity-theme .gfield--type-checkbox.checkbox-xl .gfield_label {
  display: none !important;
}
.gform_wrapper.gravity-theme .gfield--type-checkbox.checkbox-xl .ginput_container_checkbox {
  padding-top: 50px;
  padding-bottom: 40px;
}
.gform_wrapper.gravity-theme .gfield--type-checkbox.checkbox-xl .ginput_container_checkbox .gfield_checkbox {
  display: block;
}
@media (min-width: 768px) {
  .gform_wrapper.gravity-theme .gfield--type-checkbox.checkbox-xl .ginput_container_checkbox .gfield_checkbox {
    display: flex;
  }
}
.gform_wrapper.gravity-theme .gfield--type-checkbox.checkbox-xl .ginput_container_checkbox .gfield_checkbox input[type=checkbox] {
  width: 50px;
  height: 50px;
}
.gform_wrapper.gravity-theme .gfield--type-checkbox.checkbox-xl .ginput_container_checkbox .gfield_checkbox .gchoice {
  z-index: 1;
  position: relative;
  margin: 0 0 10px 0;
  padding: 0;
  height: 70px;
  width: 100% !important;
}
.gform_wrapper.gravity-theme .gfield--type-checkbox.checkbox-xl .ginput_container_checkbox .gfield_checkbox input + label:after {
  content: "";
  position: absolute;
  left: 0;
  top: calc(50% - 25px) !important;
  width: 50px;
  height: 50px;
  z-index: 2;
  transition: 0.3s all ease-in-out;
  font-size: 24px;
  line-height: 25px;
}
.gform_wrapper.gravity-theme .gfield--type-checkbox.checkbox-xl .ginput_container_checkbox .gfield_checkbox label {
  z-index: 3;
  font-weight: 700;
  color: 1px solid var(--sv-blue-sec-100);
  position: absolute;
  padding: 0 0 0 70px;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  overflow: visible;
  height: 72px;
  font-size: 24px;
  display: flex;
  align-items: center;
}
.gform_wrapper.gravity-theme .gfield--type-checkbox.checkbox-xl .ginput_container_checkbox .gfield_checkbox > * {
  width: 100%;
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .gform_wrapper.gravity-theme .gfield--type-checkbox.checkbox-xl .ginput_container_checkbox .gfield_checkbox > * {
    width: 50%;
  }
}
.gform_wrapper.gravity-theme input:disabled {
  opacity: 0.3;
}

/*  FOOTER  */
footer .gform_wrapper.gravity-theme {
  background-color: rgba(0, 0, 0, 0);
  padding: 0px;
  border-radius: 0px;
  box-shadow: rgba(0, 0, 0, 0) 0 0 0;
  margin-bottom: 40px;
}
footer .gform_wrapper.gravity-theme .gform_heading {
  margin-bottom: 0px;
}
footer .gform_wrapper.gravity-theme .gform_heading .gform_title {
  margin: 0;
  color: var(--sv-orange-main-80);
  font-size: 23px;
}
footer .gform_wrapper.gravity-theme .gform_heading .gform_required_legend {
  display: none;
}
footer .gform_wrapper.gravity-theme .gform_body .gfield_label {
  color: #fff;
  font-weight: 600;
}
footer .gform_wrapper.gravity-theme .gform_body .gfield_required {
  color: #fff;
}
footer .gform_wrapper.gravity-theme .gform_body h5 {
  margin: 0;
  color: #fff;
}
footer .gform_wrapper.gravity-theme .gform_validation_errors {
  display: none;
}
footer .gform_wrapper.gravity-theme .validation_message {
  background: none;
  border: 0px;
  font-size: 14.992px;
  margin-top: 8px;
  padding: 0;
  color: #fff !important;
}
footer .gform_confirmation_message {
  color: #fff;
}
footer .gform_confirmation_message h4 {
  margin: 0 0 20px;
  color: var(--sv-orange-main-80);
}

.gform_button {
  background-color: var(--sv-web-orange-accent);
  display: inline-block;
  height: auto;
  padding-top: 10px;
  padding-right: 25px;
  padding-bottom: 10px;
  padding-left: 25px;
  font-size: 18px;
  font-weight: 600;
  color: var(--white-color);
  text-align: center;
  text-decoration: none;
  border-radius: 999px;
  transition: var(--default-transition);
  border: 0;
  outline: 0;
  cursor: pointer;
  min-width: 180px;
  line-height: 15px;
}
@media (min-width: 768px) {
  .gform_button {
    padding-top: 0;
    padding-right: 25px;
    padding-bottom: 0;
    padding-left: 25px;
    height: 40px;
  }
}
.gform_button:hover {
  color: var(--white-color);
  background-color: var(--sv-orange-main-80);
}

.gform_next_button {
  background-color: var(--sv-blue-main-40);
  display: inline-block;
  height: auto;
  padding-top: 10px;
  padding-right: 25px;
  padding-bottom: 10px;
  padding-left: 25px;
  font-size: 18px;
  font-weight: 600;
  color: var(--sv-web-text);
  text-align: center;
  text-decoration: none;
  border-radius: 999px;
  transition: var(--default-transition);
  border: 0;
  outline: 0;
  cursor: pointer;
  min-width: 180px;
}
@media (min-width: 768px) {
  .gform_next_button {
    padding-top: 0;
    padding-right: 25px;
    padding-bottom: 0;
    padding-left: 25px;
    height: 40px;
    line-height: 42px;
  }
}
.gform_next_button:hover {
  color: var(--sv-web-text);
  background-color: var(--sv-blue-main-60);
}

.gform_previous_button.button {
  background-color: var(--sv-blue-sec-40);
  display: inline-block;
  height: auto;
  padding-top: 10px;
  padding-right: 25px;
  padding-bottom: 10px;
  padding-left: 25px;
  font-size: 18px;
  font-weight: 600;
  color: var(--sv-web-text);
  text-align: center;
  text-decoration: none;
  border-radius: 999px;
  transition: var(--default-transition);
  border: 0;
  outline: 0;
  cursor: pointer;
  min-width: 180px;
}
@media (min-width: 768px) {
  .gform_previous_button.button {
    padding-top: 0;
    padding-right: 25px;
    padding-bottom: 0;
    padding-left: 25px;
    height: 40px;
    line-height: 42px;
  }
}
.gform_previous_button.button:hover {
  color: var(--sv-web-text);
  background-color: var(--sv-blue-sec-60);
}

.gform_previous_button.button,
.gform_save_link.button {
  line-height: normal;
  border: 1px solid var(--sv-blue-main-80);
}
.gform_previous_button.button:hover,
.gform_save_link.button:hover {
  color: var(--sv-web-text) !important;
  border: 1px solid var(--sv-orange-main-80);
}

.gfield_checkbox .gchoice {
  margin: 0 0 10px 0;
  display: flex;
  flex-wrap: nowrap;
  align-content: center;
  position: relative;
}
.gfield_checkbox input.gfield-choice-input {
  z-index: 2;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
  padding: 0;
  border-radius: 5px;
  background: white;
  transition: 0.3s all ease-in-out;
  border: 1px solid var(--sv-blue-sec-100);
  width: 30px;
  height: 30px;
  transform: translateY(-1px);
}
.gfield_checkbox input.gfield-choice-input:hover,
.gfield_checkbox .gchoice label:hover {
  cursor: pointer;
}
.gfield_checkbox input.gfield-choice-input:checked {
  background: var(--sv-blue-sec-100);
}
.gfield_checkbox input.gfield-choice-input:checked + label {
  display: flex;
  align-items: center;
}
.gfield_checkbox .gchoice label {
  z-index: 3;
  font-weight: 500;
  color: 1px solid var(--sv-blue-sec-100);
  display: block;
  position: absolute;
  padding: 0 0 0 40px;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  overflow: visible;
  font-size: 17px !important;
}
.gfield_checkbox input.gfield-choice-input + label:after {
  content: "";
  position: absolute;
  left: 0;
  top: calc(50% - 15.5px) !important;
  width: 30px;
  height: 30px;
  border: 1px solid var(--sv-blue-sec-100);
  z-index: 2;
  transition: 0.3s all ease-in-out;
  font-size: 24px;
  line-height: 1;
  text-align: center;
  font-weight: 500;
  background-position: center center;
  transform: translateY(-1px);
}
.gfield_checkbox input[type=checkbox].gfield-choice-input + label:after {
  border-radius: 5px;
  color: var(--white-color);
  background-position: center center;
  top: 0;
}
.gfield_checkbox input[type=radio].gfield-choice-input + label:after {
  border-radius: 50px;
  color: var(--white-color);
  background-position: center center;
}
.gfield_checkbox input.gfield-choice-input:checked + label:after {
  content: "";
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiIGhlaWdodD0iMjIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTIgNy40MDJsMTAuMTgyIDEyLjZNMzAgMkwxMi4xODIgMTkuOTk5IiBzdHJva2U9IiNmZmYiIHN0cm9rZS13aWR0aD0iMyIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+PC9zdmc+");
  background-repeat: no-repeat;
  background-position: center center;
  color: var(--white-color);
  background-size: 80%;
}

.ginput_container_consent {
  z-index: 1;
  position: relative;
  margin: 0;
  padding: 0;
  width: 100% !important;
}
.ginput_container_consent input {
  z-index: 2;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
  padding: 0;
  border-radius: 5px;
  background: white;
  transition: 0.3s all ease-in-out;
  border: 1px solid var(--sv-blue-sec-100);
  width: 30px;
  height: 30px;
  transform: translateY(-1px);
}
.ginput_container_consent input:hover,
.ginput_container_consent label:hover {
  cursor: pointer;
}
.ginput_container_consent input:checked {
  background: var(--sv-blue-sec-100);
}
.ginput_container_consent input:checked + label {
  align-items: center;
}
.ginput_container_consent label {
  z-index: 3;
  font-weight: 700;
  color: 1px solid var(--sv-blue-sec-100);
  display: block;
  position: absolute;
  padding: 0 0 0 40px;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  overflow: visible;
  font-size: 17px;
}
.ginput_container_consent input + label:after {
  content: "";
  position: absolute;
  left: 0;
  top: calc(50% - 15.5px) !important;
  width: 30px;
  height: 30px;
  border: 1px solid var(--sv-blue-sec-100);
  z-index: 2;
  transition: 0.3s all ease-in-out;
  font-size: 24px;
  line-height: 1;
  text-align: center;
  font-weight: 500;
  background-position: center center;
  transform: translateY(-1px);
}
.ginput_container_consent input[type=checkbox] + label:after {
  border-radius: 5px;
  color: var(--white-color);
  background-position: center center;
  top: 0;
}
.ginput_container_consent input[type=radio] + label:after {
  border-radius: 50px;
  color: var(--white-color);
  background-position: center center;
}
.ginput_container_consent input:checked + label:after {
  content: "";
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiIGhlaWdodD0iMjIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTIgNy40MDJsMTAuMTgyIDEyLjZNMzAgMkwxMi4xODIgMTkuOTk5IiBzdHJva2U9IiNmZmYiIHN0cm9rZS13aWR0aD0iMyIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+PC9zdmc+");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 80%;
  color: var(--white-color);
}

.gfield_radio .gchoice {
  margin-bottom: 10px;
}
.gfield_radio .gchoice label {
  color: black;
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  cursor: pointer;
}
.gfield_radio .gchoice .gfield-choice-input {
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px 0 0;
  width: 25px;
  height: 25px;
  background-color: var(--white-color);
  border: 1px solid var(--sv-blue-sec-100);
  -webkit-appearance: none;
  border-radius: 100%;
  cursor: pointer;
  outline: none;
  transition: 0.3s all ease-in-out;
}
.gfield_radio .gchoice .gfield-choice-input:checked {
  background: var(--sv-blue-sec-100);
}
.gfield_radio .gchoice input[type=text] {
  width: calc(100% - 45px);
  margin-left: 45px;
  height: 35px;
  font-size: 16px;
}
.gfield_radio .gchoice input.gchoice_other_control {
  margin-top: 5px !important;
  margin-left: 40px !important;
  border-radius: 6px !important;
  padding: 10px !important;
}

.gform_wrapper.gravity-theme .gfield.gfclass_group_top {
  background-color: var(--sv-web-bg-blue-lighter);
  padding: 30px 20px 0px;
  border-radius: 10px 10px 0 0;
  margin-top: 50px !important;
}
.gform_wrapper.gravity-theme .gfield.gfclass_group_top h5 {
  margin-top: 0;
}
.gform_wrapper.gravity-theme .gfield.gfclass_group_middle {
  background-color: var(--sv-web-bg-blue-lighter);
  padding: 0 20px 0;
  margin: 0 !important;
}
.gform_wrapper.gravity-theme .gfield.gfclass_group_bottom {
  background-color: var(--sv-web-bg-blue-lighter);
  padding: 20px 20px 40px;
  border-radius: 0 0 10px 10px;
  margin: 0 0 30px !important;
}
.gform_wrapper.gravity-theme .gfield.gfclass_group_bottom p {
  margin-bottom: 0px;
}
.gform_wrapper.gravity-theme .gfield.gfclass_radio_inlijn .gfield_radio {
  display: flex;
  gap: 30px;
}
@media screen and (max-width: 767px) {
  .gform_wrapper.gravity-theme .gfield.gfclass_radio_inlijn .gfield_radio {
    gap: 15px;
  }
}

label {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 15px;
  display: inline-block;
}

.link-card {
  background-color: var(--sv-web-bg-green-light);
  text-align: center;
  padding: 35px;
  display: block;
  border-radius: 10px;
  text-decoration: none;
  margin-bottom: 39px;
  position: relative;
  transition: var(--default-transition);
}
.link-card:after {
  content: "";
  background-image: url("data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJMYXllcl8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIKCSB2aWV3Qm94PSIwIDAgNDkgNDgiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDQ5IDQ4OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+Cgkuc3Qwe2ZpbGw6bm9uZTtzdHJva2U6I0ZGRkZGRjtzdHJva2Utd2lkdGg6MjtzdHJva2UtbGluZWNhcDpyb3VuZDtzdHJva2UtbGluZWpvaW46cm91bmQ7fQo8L3N0eWxlPgo8cGF0aCBjbGFzcz0ic3QwIiBkPSJNMTUuNiwyNGgxNi45IE0yNC42LDMxLjlsNy45LTcuOWwtNy45LTcuOSIvPgo8L3N2Zz4=");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 48px;
  height: 48px;
  display: inline-block;
  position: absolute;
  bottom: -24px;
  left: calc(50% - 24px);
  background-color: var(--sv-web-text-3);
  border-radius: 100px;
  transition: var(--default-transition);
}
.link-card:hover {
  background-color: var(--sv-web-bg-orange-light);
}
.link-card:hover:after {
  background-color: var(--sv-web-orange-accent);
}

.post-card {
  height: 440px;
  position: relative;
  overflow: hidden;
  z-index: 2;
  max-width: 300px;
  margin-top: 0;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
  border: 1px solid var(--sv-web-bg-blue-light);
  border-radius: 5px;
}
.post-card__link {
  width: 100%;
  height: 100%;
  padding-top: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  display: flex;
  flex-flow: column nowrap;
  text-decoration: none;
}
.post-card__link:hover .post-card__bg img {
  scale: 1.1;
}
.post-card__source {
  width: 24px;
  height: 24px;
}
.post-card__source--facebook:after {
  content: "";
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjgiIGhlaWdodD0iNDgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNMjYuMjYgMTUuNWgtOC41MnYtMy44MmExLjk5OSAxLjk5OSAwIDAxMi0yLjJoNnYtOGgtOC42NmMtNy44NiAwLTkuMzQgNi05LjM0IDkuNzJ2NC4zaC02djhoNnYyM2gxMHYtMjNoNy43bC44Mi04eiIgc3Ryb2tlPSIjZmZmIiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPjwvc3ZnPg==");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 24px;
  height: 24px;
  display: inline-block;
}
.post-card__source--instagram:after {
  content: "";
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDgiIGhlaWdodD0iNDgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHJlY3QgeD0iMS40OCIgeT0iMS41IiB3aWR0aD0iNDUiIGhlaWdodD0iNDUiIHJ4PSI2IiBzdHJva2U9IiNmZmYiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+PGNpcmNsZSBjeD0iMjMuOTgiIGN5PSIyNCIgcj0iMTAiIHN0cm9rZT0iI2ZmZiIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz48cGF0aCBkPSJNMzguNjggMTAuM2ExIDEgMCAxMS0yIDBNMzYuNjggMTAuM2ExIDEgMCAxMTIgMCIgc3Ryb2tlPSIjZmZmIiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPjwvc3ZnPg==");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 24px;
  height: 24px;
  display: inline-block;
}
.post-card__source--linkedin:after {
  content: "";
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDgiIGhlaWdodD0iNDYiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNMTEuMzQgNDQuMjZIMS42MlYxNi40aDkuNzJ2MjcuODZ6TTMxLjUyIDI1LjQ4YTQuMjggNC4yOCAwIDAwLTQuMjggNC4yOHYxNC41SDE3LjAyVjE2LjRoMTAuMjJ2My4xOGExMy41MTcgMTMuNTE3IDAgMDE4LjU2LTMuMmM2LjM0IDAgMTAuNzQgNC43IDEwLjc0IDEzLjYydjE0LjI2SDM1Ljh2LTE0LjVhNC4yOCA0LjI4IDAgMDAtNC4yNi00LjNoLS4wMnYuMDJ6TTExLjUyIDYuNzZhNSA1IDAgMDEtNSA1IDUgNSAwIDAxLTUtNSA1IDUgMCAwMTUtNSA1IDUgMCAwMTQuOTYgNWguMDR6IiBzdHJva2U9IiNmZmYiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+PC9zdmc+");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 24px;
  height: 24px;
  display: inline-block;
}
.post-card__source--youtube:after {
  content: "";
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDgiIGhlaWdodD0iMzYiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgY2xpcC1wYXRoPSJ1cmwoI3ByZWZpeF9fY2xpcDBfN18yOTcpIj48cGF0aCBkPSJNNDYuNTg4IDguNzlhNi45MDcgNi45MDcgMCAwMC02LjkwNy02LjkwOEg4LjMyQTYuOTA3IDYuOTA3IDAgMDAxLjQxMiA4Ljc5djE4LjMxMmE2LjkwNyA2LjkwNyAwIDAwNi45MDcgNi45MDdIMzkuNjhhNi45MDcgNi45MDcgMCAwMDYuOTA3LTYuOTA3VjguNzg5ek0xOC45OCAyNS44NTVWOC40NjhsMTMuNTkzIDguNjk0LTEzLjU5MyA4LjY5NHoiIHN0cm9rZT0iI2ZmZiIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz48L2c+PC9zdmc+");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 24px;
  height: 24px;
  display: inline-block;
}
.post-card__source--x:after {
  content: "";
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDgiIGhlaWdodD0iNDYiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNNDYuMzYgMTAuMDY5bC00LjItMi4yIDIuMi01Ljg2Ny01LjEyIDIuMDc4Yy0xLjYzLTEuODU4LTMuNzctMi45MDQtNi0yLjkzMy00Ljk2Ni4wMTMtOC45ODkgNC45My05IDExdjIuNDQ0Yy03LjA4IDEuNzg1LTEzLjI2LTIuOTMzLTE5LTExLTEgNi41MTkgMCAxMS40MDcgMyAxNC42NjdsLTYuNTgtMS4yMjJjLjUyNSA1LjM0MyA0LjEwNCA5LjQ2IDguNSA5Ljc3N2wtNS41IDIuNDQ1YzIgNC44ODkgNS42NCA1LjY0NiAxMC41IDYuMTEtMy45NzIgMy4zMTItOC42OTMgNS4wMjItMTMuNSA0Ljg5IDI1LjUyIDEzLjg2IDQwLjUtNi41MDIgNDAuNS0yNC40NDV2LTIuMDI5bDQuMi0zLjcxNXoiIHN0cm9rZT0iI2ZmZiIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz48L3N2Zz4=");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 24px;
  height: 24px;
  display: inline-block;
}
.post-card__bg {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 60%;
  background-size: cover;
  background-position: center center;
  z-index: -1;
  overflow: hidden;
}
.post-card__bg img {
  transition: var(--default-transition);
  -o-object-fit: cover;
  object-fit: cover;
  height: 100%;
  -o-object-position: center;
  object-position: center;
  width: 100%;
}
.post-card__meta {
  margin-top: auto;
  height: 40%;
  padding-top: 17px;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
  transition: var(--default-transition);
}
.post-card__time {
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
  color: var(--sv-blue-medium);
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 5px;
  margin-left: 0;
  display: block;
}
.post-card__title {
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
}

.search-box {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(27, 54, 78, 0.95);
  z-index: 9999;
  display: none;
  opacity: 0;
  transition: var(--default-transition);
}
.search-box.js-active {
  display: block;
  opacity: 1;
}
.search-box__close {
  border: 0;
  background: transparent;
  float: right;
  margin-top: 17px;
  margin-right: 43px;
  text-align: right;
  font-size: 14px;
  color: var(--white-color);
  display: flex;
  align-items: center;
  cursor: pointer;
}
@media (min-width: 992px) {
  .search-box__close {
    margin-top: 30px;
    margin-right: -10px;
  }
}
.search-box__close:after {
  margin-left: 5px;
  content: "";
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjgiIGhlaWdodD0iMjciIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTIuMjYxIDFsMTIuNDY2IDEyLjQ2NiAxMi40NjYgMTIuNDY2IiBzdHJva2U9IiNmZmYiIHN0cm9rZS13aWR0aD0iMiIvPjxwYXRoIGQ9Ik0xLjY4OCAyNS45MzJsMTIuNDY2LTEyLjQ2NkwyNi42MiAxIiBzdHJva2U9IiNmZmYiIHN0cm9rZS13aWR0aD0iMiIvPjwvc3ZnPg==");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 24px;
  height: 24px;
  display: inline-block;
}
.search-box__close:hover {
  opacity: 0.9;
}
.search-box__inner {
  height: 100vh;
  width: 100vw;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  z-index: -1;
}
.search-box__form {
  width: 80%;
  position: relative;
  margin-top: -100px;
}
@media (min-width: 768px) {
  .search-box__form {
    width: 40%;
  }
}
.search-box__form .awesomplete {
  width: 100%;
}
.search-box ::-moz-placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #FFFFFF;
  opacity: 1; /* Firefox */
}
.search-box :-ms-input-placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #FFFFFF;
  opacity: 1; /* Firefox */
}
.search-box ::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #FFFFFF;
  opacity: 1; /* Firefox */
}
.search-box :-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #FFFFFF;
}
.search-box ::-ms-input-placeholder { /* Microsoft Edge */
  color: #FFFFFF;
}
.search-box__input {
  background-color: transparent;
  border-color: var(--white-color);
  color: var(--white-color);
  width: 100% !important;
  border: 1px solid var(--sv-blue-sec-100);
  border-radius: 10px;
  padding: 14px 50px 14px 24px !important;
  width: 100%;
  font-size: 22px !important;
  line-height: 16px !important;
}
.search-box__submit {
  position: absolute;
  right: 15px;
  border: 0;
  background: transparent;
  top: 17px;
}
.search-box__submit svg circle {
  stroke: #FFFFFF;
}
.search-box__submit svg line {
  stroke: #FFFFFF;
}

select {
  background-color: var(--white-color);
  border: 1px solid var(--sv-blue-sec-100);
  border-radius: 10px;
  padding: 21px 50px 17px 24px !important;
  width: 100%;
  font-size: 16px !important;
  line-height: 16px !important;
  color: var(--sv-web-text-2);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMTMiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgY2xpcC1wYXRoPSJ1cmwoI3ByZWZpeF9fY2xpcDBfN18yODcpIj48cGF0aCBkPSJNLjc1Ljc1bDEwLjcyIDEwLjcyYS43NS43NSAwIDAwMS4wNiAwTDIzLjI1Ljc1IiBzdHJva2U9IiNFMzhENTEiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+PC9nPjwvc3ZnPg==");
  background-repeat: no-repeat;
  background-position: center right 20px;
}
select:focus {
  outline: none;
}

.social-card {
  height: 400px;
  position: relative;
  overflow: hidden;
  z-index: 2;
  max-width: 300px;
  margin-top: 0;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
  border-radius: 5px;
}
@media (min-width: 992px) {
  .social-card {
    margin-bottom: 0;
  }
}
.social-card__link {
  width: 100%;
  height: 100%;
  padding-top: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  display: flex;
  flex-flow: column nowrap;
  text-decoration: none;
  color: var(--white-color);
}
.social-card__link:hover {
  color: var(--white-color);
}
.social-card__link:hover .social-card__bg {
  scale: 1.1;
}
.social-card__link:hover .social-card__bg:after {
  top: 60px;
}
.social-card__source {
  width: 24px;
  height: 24px;
}
.social-card__source--facebook:after {
  content: "";
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjgiIGhlaWdodD0iNDgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNMjYuMjYgMTUuNWgtOC41MnYtMy44MmExLjk5OSAxLjk5OSAwIDAxMi0yLjJoNnYtOGgtOC42NmMtNy44NiAwLTkuMzQgNi05LjM0IDkuNzJ2NC4zaC02djhoNnYyM2gxMHYtMjNoNy43bC44Mi04eiIgc3Ryb2tlPSIjZmZmIiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPjwvc3ZnPg==");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 24px;
  height: 24px;
  display: inline-block;
}
.social-card__source--instagram:after {
  content: "";
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDgiIGhlaWdodD0iNDgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHJlY3QgeD0iMS40OCIgeT0iMS41IiB3aWR0aD0iNDUiIGhlaWdodD0iNDUiIHJ4PSI2IiBzdHJva2U9IiNmZmYiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+PGNpcmNsZSBjeD0iMjMuOTgiIGN5PSIyNCIgcj0iMTAiIHN0cm9rZT0iI2ZmZiIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz48cGF0aCBkPSJNMzguNjggMTAuM2ExIDEgMCAxMS0yIDBNMzYuNjggMTAuM2ExIDEgMCAxMTIgMCIgc3Ryb2tlPSIjZmZmIiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPjwvc3ZnPg==");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 24px;
  height: 24px;
  display: inline-block;
}
.social-card__source--linkedin:after {
  content: "";
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDgiIGhlaWdodD0iNDYiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNMTEuMzQgNDQuMjZIMS42MlYxNi40aDkuNzJ2MjcuODZ6TTMxLjUyIDI1LjQ4YTQuMjggNC4yOCAwIDAwLTQuMjggNC4yOHYxNC41SDE3LjAyVjE2LjRoMTAuMjJ2My4xOGExMy41MTcgMTMuNTE3IDAgMDE4LjU2LTMuMmM2LjM0IDAgMTAuNzQgNC43IDEwLjc0IDEzLjYydjE0LjI2SDM1Ljh2LTE0LjVhNC4yOCA0LjI4IDAgMDAtNC4yNi00LjNoLS4wMnYuMDJ6TTExLjUyIDYuNzZhNSA1IDAgMDEtNSA1IDUgNSAwIDAxLTUtNSA1IDUgMCAwMTUtNSA1IDUgMCAwMTQuOTYgNWguMDR6IiBzdHJva2U9IiNmZmYiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+PC9zdmc+");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 24px;
  height: 24px;
  display: inline-block;
}
.social-card__source--youtube:after {
  content: "";
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDgiIGhlaWdodD0iMzYiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgY2xpcC1wYXRoPSJ1cmwoI3ByZWZpeF9fY2xpcDBfN18yOTcpIj48cGF0aCBkPSJNNDYuNTg4IDguNzlhNi45MDcgNi45MDcgMCAwMC02LjkwNy02LjkwOEg4LjMyQTYuOTA3IDYuOTA3IDAgMDAxLjQxMiA4Ljc5djE4LjMxMmE2LjkwNyA2LjkwNyAwIDAwNi45MDcgNi45MDdIMzkuNjhhNi45MDcgNi45MDcgMCAwMDYuOTA3LTYuOTA3VjguNzg5ek0xOC45OCAyNS44NTVWOC40NjhsMTMuNTkzIDguNjk0LTEzLjU5MyA4LjY5NHoiIHN0cm9rZT0iI2ZmZiIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz48L2c+PC9zdmc+");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 24px;
  height: 24px;
  display: inline-block;
}
.social-card__source--x:after {
  content: "";
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDgiIGhlaWdodD0iNDYiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNNDYuMzYgMTAuMDY5bC00LjItMi4yIDIuMi01Ljg2Ny01LjEyIDIuMDc4Yy0xLjYzLTEuODU4LTMuNzctMi45MDQtNi0yLjkzMy00Ljk2Ni4wMTMtOC45ODkgNC45My05IDExdjIuNDQ0Yy03LjA4IDEuNzg1LTEzLjI2LTIuOTMzLTE5LTExLTEgNi41MTkgMCAxMS40MDcgMyAxNC42NjdsLTYuNTgtMS4yMjJjLjUyNSA1LjM0MyA0LjEwNCA5LjQ2IDguNSA5Ljc3N2wtNS41IDIuNDQ1YzIgNC44ODkgNS42NCA1LjY0NiAxMC41IDYuMTEtMy45NzIgMy4zMTItOC42OTMgNS4wMjItMTMuNSA0Ljg5IDI1LjUyIDEzLjg2IDQwLjUtNi41MDIgNDAuNS0yNC40NDV2LTIuMDI5bDQuMi0zLjcxNXoiIHN0cm9rZT0iI2ZmZiIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz48L3N2Zz4=");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 24px;
  height: 24px;
  display: inline-block;
}
.social-card__bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-size: cover;
  z-index: -1;
  transition: var(--default-transition);
}
.social-card__bg img {
  width: 100%;
  height: 400px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.social-card__bg:after {
  content: "";
  position: absolute;
  top: 135px;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgb(24, 35, 46);
  background: linear-gradient(0deg, rgb(24, 35, 46) 0%, rgba(66, 94, 124, 0) 100%);
  transition: var(--default-transition);
}
.social-card__meta {
  margin-top: auto;
  padding-top: 0;
  padding-right: 15px;
  padding-bottom: 0;
  padding-left: 15px;
}
.social-card__time {
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
  color: var(--white-color);
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 5px;
  margin-left: 0;
  display: block;
}
.social-card__title {
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
}

.usp-card {
  text-align: center;
  margin-bottom: 100px;
  padding-top: 0;
  padding-right: 15px;
  padding-bottom: 0;
  padding-left: 15px;
}
.usp-card__header {
  width: 100%;
  min-height: 150px;
  position: relative;
  margin-bottom: 20px;
}
.usp-card__header:after {
  content: "";
  position: absolute;
  z-index: 0;
  left: calc(50% - 76px);
  top: 0;
  width: 152px;
  height: 152px;
  background-color: var(--sv-web-bg-green-light);
  border-radius: 999px;
  display: block;
}
.usp-card__icon {
  position: relative;
  z-index: 1;
  padding-top: 20px;
  padding-right: 0;
  padding-bottom: 10px;
  padding-left: 0;
  text-align: center;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.usp-card__icon img {
  height: 100%;
}
.usp-card__title {
  position: relative;
  z-index: 1;
  font-size: 22px;
  text-align: center;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
}

.news__items-pager {
  margin-top: 50px;
  display: block;
}
.news__items-pager li.active .page-link {
  background-color: var(--sv-blue-main-100);
  color: #fff;
}

.pagination > li a,
.pagination > li span {
  background-color: #fff;
  border: 1px solid var(--sv-blue-main-100);
  color: var(--sv-web-text);
  width: 35px;
  height: 35px;
  font-size: 17px !important;
  line-height: 35px !important;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 3px 0 0 0 !important;
}
.pagination li.disabled span {
  border: none !important;
}
.pagination a:hover {
  background-color: var(--sv-blue-main-60) !important;
}
.pagination .active span {
  background-color: var(--sv-blue-main-100);
  color: #fff;
}

.sectie-blauw {
  background-color: var(--sv-web-bg-blue-light);
  position: relative;
  padding: 40px 0;
}
.sectie-blauw:before {
  content: "";
  height: 100%;
  width: 400px;
  background-color: var(--sv-web-bg-blue-light);
  position: absolute;
  top: 0;
  left: -400px;
}
.sectie-blauw:after {
  content: "";
  height: 100%;
  width: 400px;
  background-color: var(--sv-web-bg-blue-light);
  position: absolute;
  top: 0;
  right: -400px;
}

.sectie-lichtblauw {
  background-color: var(--sv-web-bg-blue-lighter);
  position: relative;
  padding: 40px 0;
}
.sectie-lichtblauw:before {
  content: "";
  height: 100%;
  width: 800px;
  background-color: var(--sv-web-bg-blue-lighter);
  position: absolute;
  top: 0;
  left: -800px;
}
.sectie-lichtblauw:after {
  content: "";
  height: 100%;
  width: 800px;
  background-color: var(--sv-web-bg-blue-lighter);
  position: absolute;
  top: 0;
  right: -800px;
}

.btn-link a {
  display: block;
  position: relative;
  background-color: var(--sv-web-bg-green-light);
  border-radius: 8px;
  padding: 10px 20px;
  margin-bottom: 5px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-decoration: none;
  font-weight: 600;
  width: 80%;
}
.btn-link a:after {
  content: "";
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDkiIGhlaWdodD0iNDgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGNpcmNsZSBjeD0iMjQuMDM2IiBjeT0iMjQiIHI9IjI0IiBmaWxsPSIjMDA4M0JBIi8+PHBhdGggZD0iTTE1LjU5OCAyNGgxNi44NzVNMjQuNTk4IDMxLjg3NUwzMi40NzMgMjRsLTcuODc1LTcuODc1IiBzdHJva2U9IiNmZmYiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+PC9zdmc+");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 24px;
  height: 24px;
  display: inline-block;
  transition: var(--default-transition);
  position: absolute;
  right: 20px;
  top: calc(50% - 12px);
}
.btn-link a:hover {
  color: var(--sv-web-text);
}
.btn-link a:hover:after {
  width: 30px;
  height: 30px;
  top: calc(50% - 15px);
}

.btn-blue a {
  background-color: var(--sv-web-text-3);
  display: inline-block;
  height: auto;
  padding-top: 10px;
  padding-right: 25px;
  padding-bottom: 10px;
  padding-left: 25px;
  font-size: 18px;
  font-weight: 600;
  color: var(--white-color);
  text-align: center;
  text-decoration: none;
  border-radius: 999px;
  transition: var(--default-transition);
  border: 0;
  outline: 0;
}
@media (min-width: 768px) {
  .btn-blue a {
    padding-top: 0;
    padding-right: 25px;
    padding-bottom: 0;
    padding-left: 25px;
    height: 40px;
    line-height: 40px;
  }
}
.btn-blue a:hover {
  background-color: var(--sv-web-text-2);
}

/*Class: download-btn */
.download-btn a {
  display: block;
  position: relative;
  background-color: var(--sv-web-text-2);
  border-radius: 100px;
  padding: 7px 20px;
  text-decoration: none;
  color: var(--white-color);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.download-btn a:hover {
  background-color: var(--sv-web-text-3);
}
.download-btn a:before {
  content: "";
  background-image: url("data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJMYXllcl8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIKCSB2aWV3Qm94PSIwIDAgMjcgMjciIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDI3IDI3OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+Cgkuc3Qwe2ZpbGw6bm9uZTtzdHJva2U6IzY2QzlEOTtzdHJva2Utd2lkdGg6MS45OTQ0O3N0cm9rZS1saW5lY2FwOnJvdW5kO3N0cm9rZS1saW5lam9pbjpyb3VuZDt9Cjwvc3R5bGU+CjxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik0xMy40LDF2MTguNiBNNC44LDkuN2w4LjcsOS45bDguNy05LjkiLz4KPHBhdGggY2xhc3M9InN0MCIgZD0iTTI1LjksMjAuOXYyLjRjMCwxLjQtMS4yLDIuNS0yLjcsMi41SDMuN2MtMS41LDAtMi43LTEuMS0yLjctMi41di0yLjQiLz4KPC9zdmc+Cg==");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 19px;
  height: 19px;
  display: inline-block;
  margin-right: 15px;
  transform: translateY(2px);
}

/*Class: file block */
.wp-block-file a {
  display: block;
  position: relative;
  background-color: var(--sv-web-text-2);
  border-radius: 100px;
  padding: 7px 20px;
  text-decoration: none;
  color: var(--white-color);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.wp-block-file a:hover {
  background-color: var(--sv-web-text-3);
}
.wp-block-file a:before {
  content: "";
  background-image: url("data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJMYXllcl8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIKCSB2aWV3Qm94PSIwIDAgMjcgMjciIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDI3IDI3OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+Cgkuc3Qwe2ZpbGw6bm9uZTtzdHJva2U6IzY2QzlEOTtzdHJva2Utd2lkdGg6MS45OTQ0O3N0cm9rZS1saW5lY2FwOnJvdW5kO3N0cm9rZS1saW5lam9pbjpyb3VuZDt9Cjwvc3R5bGU+CjxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik0xMy40LDF2MTguNiBNNC44LDkuN2w4LjcsOS45bDguNy05LjkiLz4KPHBhdGggY2xhc3M9InN0MCIgZD0iTTI1LjksMjAuOXYyLjRjMCwxLjQtMS4yLDIuNS0yLjcsMi41SDMuN2MtMS41LDAtMi43LTEuMS0yLjctMi41di0yLjQiLz4KPC9zdmc+Cg==");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 19px;
  height: 19px;
  display: inline-block;
  margin-right: 15px;
  transform: translateY(2px);
}
.wp-block-file__button {
  display: none !important;
}

.wp-block-columns {
  gap: 0rem;
}
@media (min-width: 782px) {
  .wp-block-columns {
    gap: 2rem;
  }
}

.wp-block-embed {
  margin-bottom: 26px;
}
.wp-block-embed-youtube .wp-block-embed__wrapper, .wp-block-embed-vimeo .wp-block-embed__wrapper {
  width: 100%;
  background-color: #D4D8E3;
  padding: 20px;
  position: relative;
  padding-bottom: 56.2%;
}
.wp-block-embed-youtube .wp-block-embed__wrapper iframe, .wp-block-embed-vimeo .wp-block-embed__wrapper iframe {
  position: absolute;
  width: calc(100% - 40px);
  height: calc(100% - 40px);
  display: block;
}

.tb-youtube {
  margin-bottom: 26px;
}
.tb-youtube div {
  width: 100%;
  background-color: #D4D8E3;
  padding: 20px;
  position: relative;
}
.tb-youtube div iframe {
  position: absolute !important;
  width: calc(100% - 40px) !important;
  height: calc(100% - 40px) !important;
  display: block !important;
  top: 20px !important;
  left: 20px !important;
}

.header {
  width: 100vw;
  height: 100%;
  padding-top: var(--header-height);
  background-color: var(--white-color);
  position: fixed;
  opacity: 0;
  top: -100vh;
  left: 0;
  transition: var(--default-transition);
  overflow-y: auto;
  z-index: 1000;
}
@media (min-width: 992px) {
  .header {
    height: var(--header-height);
    overflow: visible;
    padding-top: 0;
    position: fixed;
    top: 0;
    left: 0;
    opacity: 1;
  }
  .header-transparent {
    background-color: transparent;
  }
}
.header.js-open {
  top: 0;
  opacity: 1;
}
.header__wrapper {
  display: flex;
  flex-flow: column-reverse;
  justify-content: flex-end;
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 50px;
  padding-bottom: 50px;
}
@media (min-width: 992px) {
  .header__wrapper {
    display: block;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    padding-bottom: 0;
  }
}
.header__search {
  width: auto;
  height: 42px;
  background-color: var(--sv-web-bg-blue-light);
  display: none;
  align-items: center;
  margin: 0 0 0 10px;
  font-size: 14px;
  line-height: 42px;
  color: var(--sv-web-text-2);
  text-decoration: none;
  border: none;
  cursor: pointer;
  border-radius: 100px;
}
@media (min-width: 992px) {
  .header__search {
    display: flex;
    margin-top: 16px;
  }
}
.header__search:hover {
  color: var(--sv-web-text-2);
  background-color: var(--sv-web-bg-blue-grey);
}
.header__search:before {
  content: "";
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTkiIGhlaWdodD0iMTgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTIuMDEzIDkuOTY1YTYuNDQ1IDYuNDQ1IDAgMTAxMS44NjMtNS4wNDFBNi40NDUgNi40NDUgMCAwMDIuMDEzIDkuOTY1ek0xMi41MDIgMTIuMDAxbDQuOTk4IDUiIHN0cm9rZT0iIzQyNUU3QyIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz48L3N2Zz4=");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 16px;
  height: 16px;
  display: inline-block;
}
.header__search--s {
  width: 30px;
  height: 30px;
  padding: 3px;
  background-color: var(--sv-web-bg-blue-light);
  margin-bottom: 0;
  margin-right: 15px;
  border-radius: 30px;
}
.header__search--s:before {
  content: "";
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTkiIGhlaWdodD0iMTgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTIuMDEzIDkuOTY1YTYuNDQ1IDYuNDQ1IDAgMTAxMS44NjMtNS4wNDFBNi40NDUgNi40NDUgMCAwMDIuMDEzIDkuOTY1ek0xMi41MDIgMTIuMDAxbDQuOTk4IDUiIHN0cm9rZT0iIzQyNUU3QyIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz48L3N2Zz4=");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 24px;
  height: 24px;
  display: inline-block;
  background-size: 18px;
}
.header__logo {
  width: auto;
  padding: 0;
  align-items: center;
  align-content: center;
  display: none;
  position: absolute;
  top: 23px;
  transition: var(--default-transition);
}
@media (min-width: 992px) {
  .header__logo {
    display: block;
  }
}
.header__logo > img {
  max-width: 136px;
  height: auto;
  transition: var(--default-transition);
}
@media (min-width: 992px) {
  .header__nav--top {
    display: flex;
    align-items: center;
    height: 85px;
  }
}
.header__donate {
  margin-top: 0;
  font-size: 14px;
  padding: 5px 12px;
  margin-right: 15px;
  height: auto;
  line-height: normal;
}
@media (min-width: 992px) {
  .header__donate {
    margin-top: 15px;
    padding: 4px 10px;
    font-size: 14px;
    width: auto;
    margin-left: 30px;
  }
}
@media (min-width: 1200px) {
  .header__donate {
    margin-top: 0;
    margin-left: 0;
    width: auto;
    padding: 8px 20px;
    font-size: 18px;
  }
}
.header .nav {
  width: 100%;
  padding: 0 30px;
  display: flex;
  align-content: center;
}
@media (min-width: 992px) {
  .header .nav {
    width: auto;
    padding: 0;
  }
}
.header .nav > div {
  width: 100%;
}
@media (min-width: 992px) {
  .header .nav > div {
    height: 100%;
    align-items: center;
    display: flex;
  }
}
.header .nav__menu {
  margin: 0;
  padding: 0;
  list-style: none;
  /* Level 1 Item */
}
@media (min-width: 992px) {
  .header .nav__menu {
    display: flex;
  }
}
.header .nav__menu > li {
  margin-left: 0;
  margin-bottom: 20px;
  padding: 0;
  /* Level 1 Item */
  /* Level 1 Item */
}
@media (min-width: 992px) {
  .header .nav__menu > li {
    display: flex;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    height: 100%;
  }
}
.header .nav__menu > li.dropdown a.dropdown-toggle {
  padding-right: 20px;
  position: relative;
}
.header .nav__menu > li.dropdown a.dropdown-toggle:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 0;
  background-color: var(--sv-blue-main-100);
  transition: var(--default-transition);
  transition-delay: 50ms;
}
.header .nav__menu > li.dropdown a.dropdown-toggle:after {
  content: "";
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNyIgaGVpZ2h0PSI3IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxwYXRoIGQ9Ik0zLjAzNiAzLjAzNkg2LjA3TDMuMDM2IDYuMDcgMCAzLjAzNmgzLjAzNnoiIGZpbGw9IiMwNTAwMkYiLz48L3N2Zz4=");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 8px;
  height: 8px;
  display: inline-block;
  position: absolute;
  top: calc(50% - 5px);
  right: 5px;
}
@media (min-width: 992px) {
  .header .nav__menu > li.dropdown a.dropdown-toggle.show:before {
    height: 6px;
  }
}
.header .nav__menu > li > a {
  color: var(--sv-web-text);
  font-size: 18px;
  line-height: 27px;
  font-weight: 600;
  text-decoration: none;
  transition: var(--default-transition);
  position: relative;
  margin: 0;
}
@media (min-width: 992px) {
  .header .nav__menu > li > a {
    font-size: 17px;
    line-height: 65px;
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (min-width: 1200px) {
  .header .nav__menu > li > a {
    font-size: 18px;
  }
}
.header .nav__menu > li > .dropdown-menu {
  padding: 0;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 15px;
  list-style: none;
  transition: all 200ms ease;
  overflow: hidden;
  transform: none;
  position: relative;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  max-height: 0;
  /* Level 2 */
}
@media (min-width: 992px) {
  .header .nav__menu > li > .dropdown-menu {
    display: block;
    width: var(--container-width);
    background-color: var(--white-color);
    margin-left: calc((100% - var(--container-width)) / 2);
    margin-top: 0;
    margin-bottom: 0;
    position: absolute;
    top: var(--header-height);
    left: 0;
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15);
  }
}
.header .nav__menu > li > .dropdown-menu.show {
  min-height: 320px;
  max-height: 1000px;
}
@media (max-width: 991px) {
  .header .nav__menu > li > .dropdown-menu.show {
    min-height: 0px;
  }
}
@media (min-width: 992px) {
  .header .nav__menu > li > .dropdown-menu.show {
    padding-bottom: 38px;
  }
}
.header .nav__menu > li > .dropdown-menu .dropdown-menu__header {
  padding: 27px 27px 18px 27px;
  width: 100%;
  display: none;
}
@media (min-width: 992px) {
  .header .nav__menu > li > .dropdown-menu .dropdown-menu__header {
    display: block;
  }
}
.header .nav__menu > li > .dropdown-menu .nav-title {
  font-size: 32px;
  line-height: 1.1428571429;
  color: var(--sv-blue-main-100);
  font-weight: 600;
  text-decoration: none;
  display: block;
  background-position: top 15px left 2px;
  padding-left: 0px;
  display: block;
  transition: var(--default-transition);
}
.header .nav__menu > li > .dropdown-menu .nav-title:hover {
  color: var(--sv-orange-main-100);
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0nNycgaGVpZ2h0PScxMicgdmlld0JveD0nMCAwIDcgMTInIGZpbGw9J25vbmUnIHhtbG5zPSdodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2Zyc+PHBhdGggZD0nTTEgMTFMNS44OTk0NSA2LjIzNTU2QzUuOTYzNDQgNi4xNzMzMyA2IDYuMDg4ODkgNiA2QzYgNS45MTExMSA1Ljk2MzQ0IDUuODI2NjcgNS44OTk0NSA1Ljc2NDQ0TDEgMScgc3Ryb2tlPScjZTM2NzJhJyBzdHJva2Utd2lkdGg9JzMnIHN0cm9rZS1saW5lY2FwPSdyb3VuZCcgc3Ryb2tlLWxpbmVqb2luPSdyb3VuZCcvPjwvc3ZnPg==");
  background-position: top 15px left 2px;
  background-repeat: no-repeat;
  padding-left: 10px;
  background-size: 5px;
}
.header .nav__menu > li > .dropdown-menu .nav-content-col {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  padding: 0 40px 38px 40px;
  width: 100%;
  background-color: var(--sv-web-bg-blue-light);
  display: none;
}
@media (min-width: 992px) {
  .header .nav__menu > li > .dropdown-menu .nav-content-col {
    display: flex;
    flex-flow: column nowrap;
    width: calc(var(--container-width) / 3);
  }
}
@media (max-width: 991px) {
  .header .nav__menu > li > .dropdown-menu .nav-content-col {
    display: none !important;
  }
}
.header .nav__menu > li > .dropdown-menu .nav-content-col h2 {
  padding: 27px 0 18px 0;
  margin: 0;
}
.header .nav__menu > li > .dropdown-menu .nav-content-col__end {
  margin-top: inherit;
  width: 100%;
}
.header .nav__menu > li > .dropdown-menu > ul {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
  position: relative;
  margin-top: 10px;
  margin-bottom: 20px;
  /* Level 2 */
}
@media (min-width: 992px) {
  .header .nav__menu > li > .dropdown-menu > ul {
    margin-top: 0;
    width: calc(var(--container-width) / 3 * 2);
  }
}
.header .nav__menu > li > .dropdown-menu > ul > li {
  width: 100%;
  /* Level + 3 class */
  /* Level 3 */
}
@media (min-width: 992px) {
  .header .nav__menu > li > .dropdown-menu > ul > li {
    width: calc(var(--container-width) / 4);
    border-right: 1px solid var(--sv-web-bg-blue-grey);
    transition: var(--default-transition);
  }
  .header .nav__menu > li > .dropdown-menu > ul > li > a span {
    background-position: top 10px left 2px;
    padding-left: 0px;
    display: block;
    transition: var(--default-transition);
  }
  .header .nav__menu > li > .dropdown-menu > ul > li > a:hover span {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0nNycgaGVpZ2h0PScxMicgdmlld0JveD0nMCAwIDcgMTInIGZpbGw9J25vbmUnIHhtbG5zPSdodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2Zyc+PHBhdGggZD0nTTEgMTFMNS44OTk0NSA2LjIzNTU2QzUuOTYzNDQgNi4xNzMzMyA2IDYuMDg4ODkgNiA2QzYgNS45MTExMSA1Ljk2MzQ0IDUuODI2NjcgNS44OTk0NSA1Ljc2NDQ0TDEgMScgc3Ryb2tlPScjMDBBNEM0JyBzdHJva2Utd2lkdGg9JzInIHN0cm9rZS1saW5lY2FwPSdyb3VuZCcgc3Ryb2tlLWxpbmVqb2luPSdyb3VuZCcvPjwvc3ZnPg==");
    background-position: top 10px left 2px;
    background-repeat: no-repeat;
    padding-left: 10px;
    background-size: 4px;
  }
  .header .nav__menu > li > .dropdown-menu > ul > li:hover {
    border-right: 1px solid var(--sv-blue-main-100);
  }
}
@media (min-width: 992px) {
  .header .nav__menu > li > .dropdown-menu > ul > li:hover > .dropdown-menu {
    display: block;
  }
}
.header .nav__menu > li > .dropdown-menu > ul > li:hover > a {
  color: var(--sv-blue-main-100);
  background-color: aliceblue;
}
.header .nav__menu > li > .dropdown-menu > ul > li a {
  color: var(--sv-web-text-2);
  transition: var(--default-transition);
  display: block;
  padding: 0;
  font-weight: 500;
  text-decoration: none;
}
@media (min-width: 992px) {
  .header .nav__menu > li > .dropdown-menu > ul > li a {
    font-weight: 600;
    padding: 9px 27px;
  }
}
.header .nav__menu > li > .dropdown-menu > ul > li a:hover {
  color: var(--sv-blue-main-100);
}
.header .nav__menu > li > .dropdown-menu > ul > li > .dropdown-menu {
  display: none;
  position: absolute;
  top: 0;
  min-height: 100%;
  left: calc(var(--container-width) / 4);
  /* Level 3 */
}
.header .nav__menu > li > .dropdown-menu > ul > li > .dropdown-menu > ul {
  list-style: none;
  margin: 0;
  padding: 0;
  /* Level 3 */
}
.header .nav__menu > li > .dropdown-menu > ul > li > .dropdown-menu > ul > li {
  width: calc(var(--container-width) / 5 * 2);
  /* Level 3 */
}
@media (min-width: 992px) {
  .header .nav__menu > li > .dropdown-menu > ul > li > .dropdown-menu > ul > li > a span {
    background-position: top 10px left 2px;
    padding-left: 0px;
    display: block;
    transition: var(--default-transition);
  }
  .header .nav__menu > li > .dropdown-menu > ul > li > .dropdown-menu > ul > li > a:hover span {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0nNycgaGVpZ2h0PScxMicgdmlld0JveD0nMCAwIDcgMTInIGZpbGw9J25vbmUnIHhtbG5zPSdodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2Zyc+PHBhdGggZD0nTTEgMTFMNS44OTk0NSA2LjIzNTU2QzUuOTYzNDQgNi4xNzMzMyA2IDYuMDg4ODkgNiA2QzYgNS45MTExMSA1Ljk2MzQ0IDUuODI2NjcgNS44OTk0NSA1Ljc2NDQ0TDEgMScgc3Ryb2tlPScjMDBBNEM0JyBzdHJva2Utd2lkdGg9JzInIHN0cm9rZS1saW5lY2FwPSdyb3VuZCcgc3Ryb2tlLWxpbmVqb2luPSdyb3VuZCcvPjwvc3ZnPg==");
    background-position: top 10px left 2px;
    background-repeat: no-repeat;
    padding-left: 10px;
    background-size: 4px;
  }
}
.header .nav__menu > li:last-child {
  margin-right: 0;
  margin-bottom: 0;
}
.header .nav-top {
  width: 100%;
  padding: 30px;
  display: flex;
  align-content: center;
}
@media (min-width: 992px) {
  .header .nav-top {
    height: 47px;
    padding: 0;
    width: auto;
    margin-top: 16px;
  }
}
@media (min-width: 992px) {
  .header .nav-top > div {
    height: 100%;
    align-items: center;
    display: flex;
  }
}
.header .nav-top__menu {
  margin: 0;
  padding: 0;
  list-style: none;
}
@media (min-width: 992px) {
  .header .nav-top__menu {
    display: flex;
  }
}
.header .nav-top__menu li {
  margin-left: 0;
  margin-bottom: 10px;
  padding: 0;
}
@media (min-width: 992px) {
  .header .nav-top__menu li {
    display: flex;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    height: 100%;
    position: relative;
  }
}
.header .nav-top__menu li a {
  color: var(--sv-web-text-2);
  text-decoration: none;
  transition: var(--default-transition);
  position: relative;
}
@media (min-width: 992px) {
  .header .nav-top__menu li a {
    font-size: 14px;
    line-height: 24px;
  }
}

.header-mobile {
  background-color: var(--white-color);
  width: 100%;
  height: var(--header-height);
  position: fixed;
  top: 0;
  z-index: 1000;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15);
}
@media (min-width: 992px) {
  .header-mobile {
    display: none;
  }
}
.header-mobile__container {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  height: var(--header-height);
}
.header-mobile__logo {
  width: 100px;
  height: 40px;
  padding: 0;
  display: flex;
  align-items: center;
  align-content: center;
  position: absolute;
  left: 10px;
  top: 10px;
}
.header-mobile__logo > img {
  max-width: 100%;
  height: 100%;
  transition: var(--default-transition);
}
.header-mobile .nav-button {
  width: 30px;
  height: 24px;
  position: relative;
  transform: rotate(0deg);
  transition: 200ms ease-in-out;
  cursor: pointer;
}
.header-mobile .nav-button span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: var(--sv-blue-main-100);
  opacity: 1;
  left: 0;
  transform: rotate(0deg);
  transition: 0.25s ease-in-out;
  border-radius: 2px;
}
.header-mobile .nav-button span:nth-child(1) {
  top: 0px;
}
.header-mobile .nav-button span:nth-child(2), .header-mobile .nav-button span:nth-child(3) {
  top: 9px;
}
.header-mobile .nav-button span:nth-child(4) {
  top: 18px;
}
.header-mobile .nav-button.js-open span:nth-child(1) {
  top: 9px;
  width: 0%;
  left: 50%;
}
.header-mobile .nav-button.js-open span:nth-child(2) {
  transform: rotate(45deg);
}
.header-mobile .nav-button.js-open span:nth-child(3) {
  transform: rotate(-45deg);
}
.header-mobile .nav-button.js-open span:nth-child(4) {
  top: 9px;
  width: 0%;
  left: 50%;
}
.header-mobile__gtswitch {
  margin-right: 30px;
}

:lang(auto) .header-mobile__gtswitch,
:lang(nl-NL) .header-mobile__gtswitch {
  display: none;
}

html.translated-ltr .header__donate,
html.translated-lt .header__donate {
  display: none !important;
}

.footer {
  position: relative;
  margin-top: 120px;
}
.footer-top {
  position: relative;
  background-color: var(--sv-web-text);
  padding-top: 90px;
  padding-bottom: 45px;
}
.footer-top:after {
  content: "";
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYwMCIgaGVpZ2h0PSIxMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBmaWxsPSIjMDBBNUMwIiBkPSJNLTIuNTAxLjM5MWgzNjguOTM0djguNjRILTIuNTAxeiIvPjxwYXRoIGZpbGw9IiMzNjVDN0IiIGQ9Ik0zNjYuNDMyLjM5MWg3MTAuNjk4djguNjRIMzY2LjQzMnoiLz48cGF0aCBmaWxsPSIjMDA4OUJBIiBkPSJNMTA3Ny4xMy4zOTFoMzM3LjQ3NHY4LjY0SDEwNzcuMTN6Ii8+PHBhdGggZmlsbD0iI0U1NkUzNiIgZD0iTTE0MTQuNi4zOTFoMTg1Ljg5N3Y4LjY0SDE0MTQuNnoiLz48L3N2Zz4=");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  height: 9px;
  display: inline-block;
  position: absolute;
  background-size: cover;
  bottom: 0;
  left: 0;
  right: 0;
}
@media (max-width: 768px) {
  .footer-top:after {
    background-size: 100% 20px;
  }
}
.footer-bottom {
  padding-top: 24px;
  padding-right: 0;
  padding-bottom: 50px;
  padding-left: 0;
}
@media (min-width: 768px) {
  .footer-bottom .col-12 {
    display: flex;
    align-items: center;
  }
}
.footer__title {
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 26px;
  margin-left: 0;
}
.footer__menu {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .footer__menu {
    margin-bottom: 0;
  }
}
.footer__menu .menu-item a {
  color: var(--white-color);
  text-decoration: none;
}
.footer__menu .menu-item a:after {
  content: "";
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iOSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBjbGlwLXBhdGg9InVybCgjcHJlZml4X19jbGlwMF83XzI4NCkiIHN0cm9rZT0iI2ZmZiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIj48cGF0aCBkPSJNMjMuMjUgNC41SC43NU0xOS41IDguMjVsMy43NS0zLjc1TDE5LjUuNzUiLz48L2c+PC9zdmc+");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 23px;
  height: 8px;
  display: inline-block;
  margin-left: 8px;
  margin-bottom: 1px;
  transition: var(--default-transition);
}
.footer__menu .menu-item a:hover:after {
  margin-left: 14px;
}
.footer__newsletter {
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .footer__logo-items {
    justify-content: space-between !important;
    flex-direction: row-reverse !important;
  }
}
.footer__logo--anbi {
  max-height: 60px;
  margin-right: 40px;
}
@media (max-width: 767px) {
  .footer__logo--anbi {
    margin-right: 0px;
  }
}
.footer__logo--sv {
  max-height: 85px;
}
.footer__menu-legal {
  list-style: none;
  margin: 0;
  padding: 0;
}
@media (min-width: 768px) {
  .footer__menu-legal {
    display: flex;
  }
}
@media (min-width: 768px) {
  .footer__menu-legal .menu-item {
    margin-left: 15px;
  }
}
.footer__menu-legal .menu-item a {
  text-decoration: none;
  color: var(--sv-blue-main-100);
}

.page-template-tn-agenda-overzicht .hero-wotwoi {
  min-height: 210px;
}
.page-template-tn-agenda-overzicht .hero-wotwoi:before {
  content: "";
  width: 70px;
  height: 70px;
  background-color: var(--sv-web-bg-blue-light);
  position: absolute;
  right: 0;
  bottom: -70px;
}
@media (max-width: 767px) {
  .page-template-tn-agenda-overzicht .hero-wotwoi:before {
    display: none;
  }
}
.page-template-tn-agenda-overzicht .footer {
  margin-top: 0;
}

.agenda__main {
  padding-bottom: 120px;
  background-color: #eef6f9;
}
.agenda__list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.agenda__item {
  margin-bottom: 25px !important;
}
.agenda__item:before {
  display: none !important;
}
.agenda__content .form-group {
  margin: 30px auto 5px;
  position: relative;
}
.agenda__content-spinner {
  height: 30px;
  text-align: center;
  margin: 10px auto;
}

.default {
  overflow: hidden;
}
.default__content ul {
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 26px;
  margin-left: 20px;
  list-style: none;
  padding: 0;
}
.default__content ul > *:first-child {
  margin-top: 0;
}
.default__content ul > *:last-child {
  margin-bottom: 0;
}
.default__content ul > li {
  position: relative;
  margin-bottom: 6px;
}
.default__content ul > li:before {
  content: "";
  position: absolute;
  left: -16px;
  top: 7px;
  width: 9px;
  height: 9px;
  background-color: var(--sv-blue-main-40);
  border-radius: 999px;
}
.default__content > *:first-child {
  margin-top: 0;
}
.default__content > *:last-child {
  margin-bottom: 0;
}
.default__content img {
  max-width: 100%;
}
.default__aside > *:first-child {
  margin-top: 0;
}
.default__aside > *:last-child {
  margin-bottom: 0;
}

.single-post,
.single-event {
  margin-bottom: 30px;
  /*    &__socials {
          display: flex;
          align-items: center;
          justify-content: flex-end;
          padding: 20px 0;

          & > * {
              margin-right: 20px;

              &:last-child {
                  margin-right: 0;
              }
          }
          span {
              display: inline-block;
          }
          a {
              max-width: 24px;
              height: 24px;
              display: inline-block;

              & > img {
                  max-width: 100%;
                  max-height: 100%;
              }
          }
      }*/
}
@media (max-width: 767px) {
  .single-post .breadcrumbs,
.single-event .breadcrumbs {
    display: none;
  }
}
.single-post__content,
.single-event__content {
  border-bottom: 1px solid var(--sv-blue-sec-60);
  padding-bottom: 15px;
}
.single-post__content ul,
.single-event__content ul {
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 26px;
  margin-left: 20px;
  list-style: none;
  padding: 0;
}
.single-post__content ul > *:first-child,
.single-event__content ul > *:first-child {
  margin-top: 0;
}
.single-post__content ul > *:last-child,
.single-event__content ul > *:last-child {
  margin-bottom: 0;
}
.single-post__content ul > li,
.single-event__content ul > li {
  position: relative;
  margin-bottom: 6px;
}
.single-post__content ul > li:before,
.single-event__content ul > li:before {
  content: "";
  position: absolute;
  left: -16px;
  top: 7px;
  width: 9px;
  height: 9px;
  background-color: var(--sv-blue-main-40);
  border-radius: 999px;
}
.single-post__content > *:first-child,
.single-event__content > *:first-child {
  margin-top: 0;
}
.single-post__content > *:last-child,
.single-event__content > *:last-child {
  margin-bottom: 0;
}
.single-post__content > *:first-child,
.single-event__content > *:first-child {
  font-size: 20px;
  line-height: 1.4166666667;
}
.single-post__content > *:first-child a,
.single-event__content > *:first-child a {
  font-size: inherit;
}
@media (min-width: 768px) {
  .single-post__content > *:first-child,
.single-event__content > *:first-child {
    font-size: 24px;
  }
  .single-post__content > *:first-child a,
.single-event__content > *:first-child a {
    font-size: inherit;
  }
}
.single-post__content img,
.single-event__content img {
  max-width: 100%;
}
.single-post__back,
.single-event__back {
  text-decoration: none;
  margin-top: 30px;
  margin-bottom: 10px;
  display: inline-block;
}
@media (min-width: 768px) {
  .single-post__back,
.single-event__back {
    margin-bottom: 0;
    margin-top: 10px;
  }
}
.single-post__back:before,
.single-event__back:before {
  content: "";
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iOSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBjbGlwLXBhdGg9InVybCgjcHJlZml4X19jbGlwMF83XzI4NCkiIHN0cm9rZT0iIzQyNUU3QyIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIj48cGF0aCBkPSJNMjMuMjUgNC41SC43NU0xOS41IDguMjVsMy43NS0zLjc1TDE5LjUuNzUiLz48L2c+PC9zdmc+");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 24px;
  height: 9px;
  display: inline-block;
  transform: rotate(180deg);
  margin-right: 6px;
}
.single-post__back:hover,
.single-event__back:hover {
  color: var(--sv-web-text);
}
.single-post__time,
.single-event__time {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 40px;
  display: block;
}
.single-post__meta,
.single-event__meta {
  display: flex;
  flex-flow: column nowrap;
  margin-bottom: 40px;
}
@media (min-width: 992px) {
  .single-post__meta,
.single-event__meta {
    justify-content: space-between;
    flex-flow: inherit;
  }
}
.single-post .stay-updated,
.single-event .stay-updated {
  padding-bottom: 100px;
}
.single-post .footer,
.single-event .footer {
  margin-top: 0;
}

.single-event__type {
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
}
.single-event__type--online:before {
  content: "";
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjYiIGhlaWdodD0iMjYiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEwLjExNiAyNC42NDhjLTEuNjItMi4zOC0yLjcwOC02LjcxLTIuNzA4LTExLjY0OCAwLTQuOTQgMS4wNjYtOS4yNyAyLjcwOC0xMS42NDhNMTUuODk1IDI0LjY0OGMxLjYyLTIuMzggMi43MDgtNi43MSAyLjcwOC0xMS42NDggMC00Ljk0LTEuMDY2LTkuMjctMi43MDgtMTEuNjQ4TTEuMDEgMTNIMjVNMi4zOTcgNy4zOThoMjEuMjE3TTIuMzk3IDE4LjYwMmgyMS4yMTciIHN0cm9rZT0iIzAwQTVDMCIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz48cGF0aCBkPSJNMjUgMTNhMTEuOTMgMTEuOTMgMCAwMS0yLjM5OSA3LjE5TDI0Ljk5IDI1bC02LjM5Ny0xLjM4N0ExMS45OSAxMS45OSAwIDAxNC4yNzQgMjEuMjRhMTIuMDAyIDEyLjAwMiAwIDAxNC4yOS0xOS4zOTFBMTEuOTkgMTEuOTkgMCAwMTIyLjU0NCA1Ljc0IDEyLjAwNCAxMi4wMDQgMCAwMTI0Ljk5IDEzSDI1eiIgc3Ryb2tlPSIjMDBBNUMwIiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPjwvc3ZnPg==");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 24px;
  height: 24px;
  display: inline-block;
  transform: translateY(2px);
  margin-right: 6px;
}
.single-event__type--online .single-event__type--route {
  display: none;
}
.single-event__type--location:before {
  content: "";
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMzAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTUuNzQ5IDEwLjMzNWMwIDEuMjM3LjUgMi40MjQgMS4zOTEgMy4zQTQuNzkzIDQuNzkzIDAgMDAxMC41IDE1YzEuMjYgMCAyLjQ2OC0uNDkyIDMuMzU5LTEuMzY3YTQuNjI1IDQuNjI1IDAgMDAxLjM5MS0zLjNjMC0xLjIzNy0uNS0yLjQyNC0xLjM5MS0zLjNhNC43OTMgNC43OTMgMCAwMC0zLjM1OS0xLjM2NmMtMS4yNiAwLTIuNDY4LjQ5Mi0zLjM1OSAxLjM2N2E0LjYyNSA0LjYyNSAwIDAwLTEuMzkxIDMuM3oiIHN0cm9rZT0iIzAwQTVDMCIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz48cGF0aCBkPSJNMTAuNSAxYzIuNTIgMCA0LjkzNi45ODMgNi43MTggMi43MzRhOS4yNSA5LjI1IDAgMDEyLjc4MiA2LjZjMCA0LjIzOS02LjQyNyAxNC44Ny04LjcwOCAxOC4yNDlBLjk0NS45NDUgMCAwMTEwLjUgMjlhLjk2NC45NjQgMCAwMS0uNzkyLS40MTdDNy40MjggMjUuMjA0IDEgMTQuNTczIDEgMTAuMzMzYzAtMi40NzUgMS00Ljg1IDIuNzgyLTYuNkE5LjU4NyA5LjU4NyAwIDAxMTAuNSAxdjB6IiBzdHJva2U9IiMwMEE1QzAiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+PC9zdmc+");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 19px;
  height: 28px;
  display: inline-block;
  transform: translateY(4px);
  margin-right: 14px;
}
.single-event__type--route {
  font-weight: 400;
  font-size: 18px;
}
.single-event__type--time:before {
  content: "";
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjYiIGhlaWdodD0iMjYiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEzIDI1YzYuNjI3IDAgMTItNS4zNzMgMTItMTJTMTkuNjI3IDEgMTMgMSAxIDYuMzczIDEgMTNzNS4zNzMgMTIgMTIgMTJ6TTEzLjI2NyAzLjY2OHYxLjZNMTMuMjY3IDIwLjczNHYxLjZNMjIuMzMzIDEzLjI2NmgtMS42TTUuMjY3IDEzLjI2NmgtMS42IiBzdHJva2U9IiMwMEE1QzAiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+PHBhdGggZD0iTTEzLjI2NyA3LjkzNHY1LjEyNGwzLjIgMy40MDkiIHN0cm9rZT0iIzAwQTVDMCIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz48L3N2Zz4=");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 24px;
  height: 24px;
  display: inline-block;
  transform: translateY(4px);
  margin-right: 6px;
}

.page-template-tn-contact article {
  overflow: hidden;
}
.page-template-tn-sterk-met-stoma main {
  background: radial-gradient(circle, rgb(156, 201, 223) 60%, rgb(126, 180, 213) 100%);
  padding-bottom: 100px;
}
.page-template-tn-sterk-met-stoma h2 {
  color: var(--sv-web-text);
}
.page-template-tn-sterk-met-stoma .hero-wtwi {
  padding-bottom: 0px !important;
  background-color: rgba(0, 0, 0, 0);
}
.page-template-tn-sterk-met-stoma .hero-wtwi:after {
  display: none;
}
.page-template-tn-sterk-met-stoma .hero-wtwi__title {
  color: rgba(0, 0, 0, 0);
  position: absolute;
}
.page-template-tn-sterk-met-stoma .hero-wtwi img {
  width: 100%;
  height: auto;
  margin-top: -30px;
}
.page-template-tn-sterk-met-stoma .gform_wrapper {
  background-color: #ff0091;
  padding: 40px;
  border-radius: 20px;
  box-shadow: rgba(27, 54, 78, 0.7) 0px 7px 29px 0px;
}
.page-template-tn-sterk-met-stoma .gform_wrapper h2 {
  color: var(--white-color) !important;
  margin-bottom: 30px !important;
}
.page-template-tn-sterk-met-stoma .gform_wrapper .gfield_label {
  color: var(--white-color) !important;
}
.page-template-tn-sterk-met-stoma .gform_wrapper .gform-field-label {
  color: var(--white-color) !important;
}
.page-template-tn-sterk-met-stoma .gform_wrapper .gfield_required {
  color: var(--white-color) !important;
}
.page-template-tn-sterk-met-stoma .gform_wrapper .ginput_container input {
  border: 2px solid #fff;
}
.page-template-tn-sterk-met-stoma .gform_wrapper .ginput_container_consent input + label:after {
  border: none;
}
.page-template-tn-sterk-met-stoma .gform_wrapper .gform_button {
  background-color: #b3246a;
  width: 100%;
  margin-top: 30px;
  height: 50px;
  font-size: 1.2em;
  cursor: pointer;
  line-height: normal !important;
}
.page-template-tn-sterk-met-stoma .gform_wrapper .gform_button:hover {
  background-color: #961e58;
}
@media (min-width: 768px) {
  .page-template-tn-sterk-met-stoma .gform_wrapper .gform_button {
    width: 50%;
    line-height: normal !important;
  }
}
.page-template-tn-sterk-met-stoma footer {
  margin-top: 0;
}

.home .hero-fp__collage--1 {
  display: none;
}
.home .hero-fp__collage--2 {
  display: none;
}

.news__filter--wrapper {
  padding: 40px 0 0;
  /* background-color: #eef6f9; */
  margin-top: -50px;
  margin-bottom: 50px;
}

@media (min-width: 768px) {
  .single-ervaring .negativetop {
    margin-top: -200px;
  }
}
.single-ervaring .ervaring__personal {
  background-color: var(--sv-blue-main-100);
  position: relative;
  margin-top: -100px;
  margin-bottom: 30px;
  border-radius: 5px;
}
@media (min-width: 768px) {
  .single-ervaring .ervaring__personal {
    margin-top: 0px;
    position: -webkit-sticky;
    position: sticky;
    top: 140px;
    width: 85%;
  }
}
.single-ervaring .ervaring__personal-photo img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 5px 5px 0 0;
}
.single-ervaring .ervaring__personal-content {
  padding: 20px;
  color: #fff;
}
.single-ervaring .ervaring__personal-category {
  font-weight: 500;
  margin-top: 50px;
  font-size: 16px;
  padding-bottom: 10px;
}
.single-ervaring .cta-block {
  margin-top: 0;
}
.single-ervaring .cta-block__btn {
  margin: 20px auto !important;
}
@media (min-width: 992px) {
  .single-ervaring .cta-block__btn {
    display: block;
  }
}
@media (max-width: 991px) {
  .single-ervaring .cta-block__btn {
    margin: 0px auto 40px !important;
  }
}
@media (max-width: 991px) {
  .single-ervaring .cta-block__btn {
    margin: 0px auto 40px !important;
  }
}
@media (max-width: 767px) {
  .single-ervaring .cta-block__btn {
    margin: 0px auto 0px !important;
  }
}
@media (max-width: 991px) {
  .single-ervaring .cta-block {
    text-align: center;
    padding: 20px;
  }
}
@media (max-width: 767px) {
  .single-ervaring .cta-block__row {
    padding: 10px 20px 40px;
  }
}

.achievements {
  padding-top: 80px;
}
.achievements__wrapper {
  display: grid;
  overflow: hidden;
  grid-template-columns: repeat(1, 1fr);
  grid-column-gap: 30px;
  grid-row-gap: 30px;
}
@media (min-width: 768px) {
  .achievements__wrapper {
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: 1fr;
  }
}
.achievements__title {
  margin-bottom: 50px;
}

.activities {
  padding-top: 100px;
  padding-right: 0;
  padding-bottom: 80px;
  padding-left: 0;
}
.activities__header {
  padding-bottom: 50px;
}
@media (min-width: 768px) {
  .activities__header p.text-nomargin {
    padding-right: 50px;
    padding-bottom: 15px;
  }
}
.activities__title {
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 30px;
  margin-left: 0;
}
.activities__subtitle {
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 30px;
  margin-left: 0;
}
.activities__calendar {
  background-color: var(--sv-web-bg-blue-light);
  padding-top: 25px;
  padding-right: 30px;
  padding-bottom: 25px;
  padding-left: 30px;
  margin-top: 30px;
}
.activities__calendar--title {
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 20px;
  margin-left: 0;
}
.activities__calendar--footer {
  padding-top: 25px;
  text-align: right;
}
@media (min-width: 992px) {
  .activities__calendar {
    margin-top: 0;
  }
}
.activities__calendar--home .activity-card-alt__type {
  padding-left: 0px;
}
.activities__list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.activities__list > *:first-child {
  margin-top: 0;
}
.activities__list > *:last-child {
  margin-bottom: 0;
}
.activities__item {
  margin-bottom: 8px;
}
.activities__map {
  width: 100%;
  margin-top: 30px;
}
@media (min-width: 992px) {
  .activities__map {
    padding-top: 0;
    width: 85%;
    margin: 30px 0 0 30px;
  }
}
.activities__map > g.pointer {
  cursor: pointer;
}
.activities__map > g .province,
.activities__map > g .pin {
  transition: var(--default-transition);
}
.activities__map > g:hover .province {
  fill: #76B4CD;
}
.activities__map > g:hover .pin {
  fill: #0380B5;
}

.advantages {
  position: relative;
  z-index: 100;
}
@media (min-width: 768px) {
  .advantages {
    transform: translateY(-352px);
  }
}
.advantages__list {
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
  position: relative;
}
.advantages__list > .advantages__item {
  position: relative;
  padding-left: 57px;
  padding-bottom: 40px;
  margin-bottom: 0 !important;
}
.advantages__list > .advantages__item:before {
  content: "";
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMyIgaGVpZ2h0PSIxNTU5IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxwYXRoIGQ9Ik0xLjY0Ni42MDJWMTU1OSIgc3Ryb2tlPSIjMDBBNUMwIiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1kYXNoYXJyYXk9IjIgMiIvPjwvc3ZnPg==");
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  top: 0;
  left: 14px;
  bottom: 0;
  width: 2px;
  height: 100%;
  background-color: transparent;
}
.advantages__list > .advantages__item:after {
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  top: 5px;
  left: 5px;
  background-color: #E3672A;
  border-radius: 999px;
}
.advantages__list > .advantages__item:first-child:before {
  top: 5px;
}
.advantages__list > .advantages__item:last-child {
  padding-top: 85px;
}
.advantages__list > .advantages__item:last-child:before {
  content: "";
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDYiIGhlaWdodD0iMTM0IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxwYXRoIGQ9Ik0xLjg0NC4xODRDMy4yMjUgNTcuMDM5IDE0LjE1MiA5NC4zMiA0MS4xMjggMTMyLjQ3bTAgMGwzLjgtMjUuNjkxbS0zLjggMjUuNjkxbC0yMS41NzEtOC4xNzkiIHN0cm9rZT0iIzAwQTVDMCIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtZGFzaGFycmF5PSIyIDIiLz48L3N2Zz4=");
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  top: 0;
  left: 14px;
  bottom: 0;
  width: 33px;
  height: 138px;
}
.advantages__list > .advantages__item--title {
  display: block;
  font-weight: 600;
  font-size: 24px;
  color: var(--sv-blue-medium);
}
.advantages__title {
  margin-top: 0;
}
.advantages__header {
  display: block;
  margin: 0;
  height: 352px;
}
.advantages__header > * {
  width: auto;
  height: auto;
}
@media screen and (min-width: 1200px) {
  .advantages__header > * {
    height: 100%;
  }
}
@media screen and (max-width: 781px) {
  .advantages__header > * {
    height: 100%;
  }
}

.childrenpages {
  position: relative;
  padding: 40px 0;
}
.childrenpages h2 {
  margin-top: 0;
  margin-bottom: 20px;
  border-top: 1px solid var(--sv-blue-sec-60);
  padding-top: 40px;
}
.childrenpages h2 strong {
  font-weight: 600;
}

.cta__wrapper {
  padding-top: 60px;
  padding-right: 0;
  padding-bottom: 60px;
  padding-left: 0;
  background-color: var(--sv-web-bg-orange-light);
}
.cta__btn {
  margin-top: 25px;
  margin-right: 0;
  margin-bottom: 50px;
  margin-left: 0;
}

.cta-block {
  margin-top: 70px;
}
.cta-block__row {
  background-color: var(--sv-web-bg-orange-light);
}
.cta-block__content {
  padding-top: 30px;
  padding-right: 0;
  padding-bottom: 30px;
  padding-left: 0;
  text-align: center;
}
@media (min-width: 768px) {
  .cta-block__content {
    padding-top: 60px;
    padding-right: 0;
    padding-bottom: 60px;
    padding-left: 0;
  }
}
.cta-block__btn {
  margin-top: 25px;
  margin-right: 0;
  margin-bottom: 35px;
  margin-left: 0;
}
@media (min-width: 768px) {
  .cta-block__wrapper {
    display: flex;
    flex-flow: row;
    -moz-column-gap: 50px;
    column-gap: 50px;
  }
}
.cta-block__wrapper > * {
  width: 100%;
  text-align: left;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .cta-block__wrapper > * {
    margin-bottom: 0;
  }
}
.cta-block__wrapper > *:last-child {
  margin-bottom: 0;
}
.cta-block__wrapper a {
  color: var(--sv-blue-medium);
  font-weight: 700;
}
.cta-block__wrapper a:hover {
  color: var(--sv-blue-medium);
  font-weight: 700;
  text-decoration: none;
}

.experiences {
  padding-top: 80px;
  padding-right: 0;
  padding-bottom: 120px;
  padding-left: 0;
}
.experiences__count-title {
  margin-top: 15px;
  margin-right: 0;
  margin-bottom: 15px;
  margin-left: 0;
}
.experiences .swiper-slide {
  width: 285px;
}
.experiences .swiper-slide-first {
  width: calc((100% - var(--container-width)) / 2 - 15px);
}
.experiences-swiper-button {
  width: 42px;
  height: 42px;
  cursor: pointer;
  transition: var(--default-transition);
  opacity: 1;
}
.experiences-swiper-button-next {
  content: "";
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDMiIGhlaWdodD0iNDMiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGNpcmNsZSBjeD0iMjEuNSIgY3k9IjIxLjc0OSIgcj0iMjEiIGZpbGw9IiNFMzY3MkEiLz48cGF0aCBkPSJNMTQuMTE3IDIxLjc0OWgxNC43NjZNMjEuOTkyIDI4LjY0bDYuODktNi44OTEtNi44OS02Ljg5IiBzdHJva2U9IiNmZmYiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+PC9zdmc+");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 42px;
  height: 42px;
  display: inline-block;
}
.experiences-swiper-button-next:hover {
  opacity: 0.8;
}
.experiences-swiper-button-prev {
  content: "";
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDMiIGhlaWdodD0iNDMiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGNpcmNsZSBjeD0iMjEuNSIgY3k9IjIxLjc0OSIgdHJhbnNmb3JtPSJyb3RhdGUoLTE4MCAyMS41IDIxLjc0OSkiIGZpbGw9IiNFMzY3MkEiIHI9IjIxIi8+PHBhdGggZD0iTTI4Ljg4MyAyMS43NDlIMTQuMTE3TTIxLjAwOCAxNC44NThsLTYuODkgNi44OTEgNi44OSA2Ljg5IiBzdHJva2U9IiNmZmYiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+PC9zdmc+");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 42px;
  height: 42px;
  display: inline-block;
}
.experiences-swiper-button-prev:hover {
  opacity: 0.8;
}

.folders {
  position: relative;
  margin-top: 0;
}
.folders__title {
  margin-top: 0;
  margin-bottom: 20px;
  border-top: 1px solid var(--sv-blue-sec-60);
  padding-top: 40px;
}
.folders__content {
  padding: 40px 0 0px;
  margin: 40px 0;
}
.folders__content > *:first-child {
  margin-top: 0;
}
.folders__content > *:last-child {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .folders__content {
    padding: 40px 27px 0px;
  }
}

.folder-cart__container {
  border-top: 1px solid var(--sv-web-text-2);
  margin-top: 40px;
  margin-right: 20px;
  position: relative;
}
.folder-cart__container input[type=text] {
  font-size: 16px !important;
  transition: var(--default-transition);
}
.folder-cart__container.loading:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0.5;
  background-color: white;
}
.folder-cart__container.loading input[type=text] {
  font-size: 18px !important;
  transition: var(--default-transition);
}
.folder-cart__item {
  padding: 40px 25px;
  border-bottom: 1px solid var(--sv-blue-sec-40);
}
.folder-cart__item--header {
  display: flex;
}
@media (min-width: 768px) {
  .folder-cart__item--header {
    display: block;
  }
}
@media (min-width: 1200px) {
  .folder-cart__item--header {
    display: flex;
  }
}
.folder-cart__item--actions {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}
@media (min-width: 768px) {
  .folder-cart__item--actions {
    display: block;
  }
  .folder-cart__item--actions > * {
    display: block;
  }
}
@media (min-width: 1200px) {
  .folder-cart__item--actions {
    display: flex;
  }
  .folder-cart__item--actions > * {
    display: inline-block;
  }
}
.folder-cart__item--remove {
  padding-top: 0;
  padding-bottom: 0;
  height: 45px;
}
.folder-cart__item--remove:before {
  content: "";
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMjAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgY2xpcC1wYXRoPSJ1cmwoI3ByZWZpeF9fY2xpcDBfNTMxXzcxMTgpIiBzdHJva2U9IiMzQTVFN0YiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCI+PHBhdGggZD0iTTE0LjczMyAyLjk2NUguNDU3bDEuNDAyIDE2LjE1MmgxMS40OEwxNC43NCAyLjk2NWgtLjAwOHpNNy41OTUgNi4wOTRWMTYuMzZNMy44MzQgNi4xNGwuNjczIDEwLjE2OE0xMC42ODIgMTYuMzA4bC42NzItMTAuMTY3Ii8+PHBhdGggZD0iTTQuNTU3IDIuNzk2VjEuMjdjMC0uNDczLjM4MS0uODU1Ljg1NS0uODU1aDQuMzc0Yy40NzMgMCAuODU1LjM4Mi44NTUuODU1djEuNzg0Ii8+PC9nPjwvc3ZnPg==");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 16px;
  height: 20px;
  display: inline-block;
  margin-top: 12px;
}
@media (min-width: 768px) {
  .folder-cart__item--remove {
    margin-bottom: 10px;
  }
}
@media (min-width: 1200px) {
  .folder-cart__item--remove {
    margin-bottom: 0;
  }
}
.folder-cart__item--title {
  margin-top: 10px;
  margin-bottom: 0;
}
.folder-cart__item--thumb {
  flex: 0 0 auto;
  margin: 0 20px 0 0;
  width: 110px;
}
.folder-cart__item--thumb > img {
  width: 100%;
  display: block;
  box-shadow: 0px 4px 10px 0px rgba(58, 94, 127, 0.36);
}
.folder-cart__item--meta {
  padding-top: 10px;
}
.folder-cart__item--type {
  text-transform: capitalize;
  font-weight: 700;
}
.folder-cart__item--type-brochure {
  color: var(--sv-blue-medium);
}
.folder-cart__item--type-praatkaart {
  color: var(--sv-web-orange-accent);
}
.folder-cart__item--type-folder {
  color: var(--sv-blue-main-100);
}
.folder-cart__item--number {
  display: flex;
  width: calc(100% - 130px);
  height: 45px;
  line-height: 40px;
  border: 1px solid var(--sv-blue-main-100);
  border-radius: 999px;
}
@media (min-width: 768px) {
  .folder-cart__item--number {
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .folder-cart__item--number {
    width: calc(100% - 130px);
  }
}
.folder-cart__item--number input {
  border: none;
  width: calc(100% - 80px);
  height: 40px;
  line-height: 40px;
  background: transparent;
  font-weight: 700;
  text-align: center;
}
.folder-cart__item--number span {
  font-size: 30px;
  display: inline-block;
  cursor: pointer;
  width: 40px;
  text-align: center;
  color: var(--sv-blue-main-100);
}
.folder-cart__item--number .minus {
  letter-spacing: -9px;
}
.folder-cart__item--number .plus {
  transform: translateY(2px);
}

.fc-items {
  opacity: 0;
  overflow: hidden;
  height: 0;
}

.gform_wrapper.gravity-theme .gform_body .fc-radio {
  margin-bottom: 10px;
}
.gform_wrapper.gravity-theme .gform_body .fc-radio .gfield_radio {
  display: flex;
  justify-content: space-between;
}
.gform_wrapper.gravity-theme .gform_body .fc-radio .gfield_radio .gform-field-label {
  color: var(--sv-web-text-2);
  font-weight: 600;
  font-size: 16px;
}
.gform_wrapper.gravity-theme .gform_body .fc-radio .gfield_radio input {
  width: 36px;
  height: 36px;
}
.gform_wrapper.gravity-theme .gform_body .fc-radio .gfield_label {
  font-size: 18px !important;
  line-height: 1.2 !important;
  color: var(--sv-blue-main-100) !important;
  font-weight: 700 !important;
  margin-top: 25px;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .gform_wrapper.gravity-theme .gform_body .fc-radio .gfield_label {
    font-size: 20px !important;
  }
}

.btn__folder-cart {
  width: 100%;
  display: block;
  margin-top: 25px;
  margin-bottom: 50px;
}

.hero-wtwi, .hero-wtwoi, .hero-wotwoi, .hero-single, .hero-single-event {
  background-color: var(--sv-web-bg-blue-light);
  margin-bottom: 50px;
}
.hero-wtwi .container, .hero-wtwoi .container, .hero-wotwoi .container, .hero-single .container, .hero-single-event .container {
  position: relative;
  z-index: 2;
}
.hero-wtwi {
  position: relative;
  padding-bottom: 20px;
}
@media (min-width: 992px) {
  .hero-wtwi {
    padding-bottom: 50px;
  }
}
.hero-wtwi:after {
  content: "";
  width: 105px;
  height: 105px;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEwIiBoZWlnaHQ9IjUyODAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgY2xpcC1wYXRoPSJ1cmwoI3ByZWZpeF9fY2xpcDBfNDM2XzYwMjEpIj48cGF0aCBkPSJNMTQwIDE0MEg3MHY3MGg3MHYtNzB6TTIxMCAyMTBoLTcwdjcwaDcwdi03MHoiIGZpbGw9IiNERUVFRjQiLz48cGF0aCBkPSJNMTQwIDIxMEgwdjcwaDE0MHYtNzB6TTIxMCAxNDBoLTcwdjcwaDcwdi03MHpNMjEwIDI4MEg3MHY1MDAwaDE0MFYyODB6IiBmaWxsPSIjZmZmIi8+PHBhdGggZD0iTTIxMCAwSDcwdjE0MGgxNDBWMHoiIGZpbGw9IiMxMzlFQjAiLz48L2c+PC9zdmc+");
  background-size: cover;
  background-position: top center;
  position: absolute;
  top: 210px;
  right: 0;
  z-index: 1;
  transition: var(--default-transition);
}
@media (min-width: 992px) {
  .hero-wtwi:after {
    width: 210px;
    height: 100%;
    top: 0;
  }
}
.hero-wtwi__title {
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 30px;
  margin-left: 0;
}
.hero-wtwi__fi {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  width: 100%;
  height: 250px;
}
@media (min-width: 992px) {
  .hero-wtwi__fi {
    width: inherit;
    height: 100%;
    background-position: center;
    position: absolute;
    left: calc(50% + 0.75rem);
    top: 0;
    right: 130px;
    bottom: 0;
  }
}
.hero-wtwoi {
  position: relative;
  padding-bottom: 50px;
}
.hero-wtwoi:after {
  content: "";
  width: 70px;
  height: 70px;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEwIiBoZWlnaHQ9IjUyODAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgY2xpcC1wYXRoPSJ1cmwoI3ByZWZpeF9fY2xpcDBfNDM2XzYwMjEpIj48cGF0aCBkPSJNMTQwIDE0MEg3MHY3MGg3MHYtNzB6TTIxMCAyMTBoLTcwdjcwaDcwdi03MHoiIGZpbGw9IiNERUVFRjQiLz48cGF0aCBkPSJNMTQwIDIxMEgwdjcwaDE0MHYtNzB6TTIxMCAxNDBoLTcwdjcwaDcwdi03MHpNMjEwIDI4MEg3MHY1MDAwaDE0MFYyODB6IiBmaWxsPSIjZmZmIi8+PHBhdGggZD0iTTIxMCAwSDcwdjE0MGgxNDBWMHoiIGZpbGw9IiMxMzlFQjAiLz48L2c+PC9zdmc+");
  background-size: cover;
  background-position: top center;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 0;
  transition: var(--default-transition);
}
@media (min-width: 992px) {
  .hero-wtwoi:after {
    width: 210px;
    height: 100%;
  }
}
.hero-wtwoi__title {
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 30px;
  margin-left: 0;
}
.hero-wotwoi {
  position: relative;
  padding-bottom: 50px;
}
.hero-wotwoi:after {
  content: "";
  width: 70px;
  height: 70px;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEwIiBoZWlnaHQ9IjUyODAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgY2xpcC1wYXRoPSJ1cmwoI3ByZWZpeF9fY2xpcDBfNDM2XzYwMjEpIj48cGF0aCBkPSJNMTQwIDE0MEg3MHY3MGg3MHYtNzB6TTIxMCAyMTBoLTcwdjcwaDcwdi03MHoiIGZpbGw9IiNERUVFRjQiLz48cGF0aCBkPSJNMTQwIDIxMEgwdjcwaDE0MHYtNzB6TTIxMCAxNDBoLTcwdjcwaDcwdi03MHpNMjEwIDI4MEg3MHY1MDAwaDE0MFYyODB6IiBmaWxsPSIjZmZmIi8+PHBhdGggZD0iTTIxMCAwSDcwdjE0MGgxNDBWMHoiIGZpbGw9IiMxMzlFQjAiLz48L2c+PC9zdmc+");
  background-size: cover;
  background-position: top center;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  transition: var(--default-transition);
}
@media (min-width: 991px) {
  .hero-wotwoi:after {
    width: 140px;
    height: 100%;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQwIiBoZWlnaHQ9IjEwNDAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgY2xpcC1wYXRoPSJ1cmwoI3ByZWZpeF9fY2xpcDBfNDM2XzYwMTEpIj48cGF0aCBkPSJNMTQwIDE0MEg3MHY5MDBoNzBWMTQweiIgZmlsbD0iI2ZmZiIvPjxwYXRoIGQ9Ik0xNDAgMEgwdjE0MGgxNDBWMHoiIGZpbGw9IiMxMzlFQjAiLz48L2c+PC9zdmc+");
  }
}
.hero-wotwoi__title {
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
}
.hero-single {
  position: relative;
  padding-bottom: 190px;
}
@media (min-width: 992px) {
  .hero-single {
    padding-bottom: 200px;
  }
}
.hero-single:after {
  content: "";
  width: 70px;
  height: 70px;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEwIiBoZWlnaHQ9IjUyODAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgY2xpcC1wYXRoPSJ1cmwoI3ByZWZpeF9fY2xpcDBfNDM2XzYwMjEpIj48cGF0aCBkPSJNMTQwIDE0MEg3MHY3MGg3MHYtNzB6TTIxMCAyMTBoLTcwdjcwaDcwdi03MHoiIGZpbGw9IiNERUVFRjQiLz48cGF0aCBkPSJNMTQwIDIxMEgwdjcwaDE0MHYtNzB6TTIxMCAxNDBoLTcwdjcwaDcwdi03MHpNMjEwIDI4MEg3MHY1MDAwaDE0MFYyODB6IiBmaWxsPSIjZmZmIi8+PHBhdGggZD0iTTIxMCAwSDcwdjE0MGgxNDBWMHoiIGZpbGw9IiMxMzlFQjAiLz48L2c+PC9zdmc+");
  background-size: cover;
  background-position: top center;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  transition: var(--default-transition);
}
@media (min-width: 992px) {
  .hero-single:after {
    width: 210px;
    height: 100%;
  }
}
.hero-single__topheader {
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 15px;
  margin-left: 0;
}
.hero-single__title {
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
}
@media (max-width: 991px) {
  .hero-single__title {
    margin-top: 10px;
    margin-right: 0;
    margin-bottom: 20px;
    margin-left: 0;
  }
}
.hero-single__fi {
  transform: translateY(-220px);
  margin-bottom: -200px;
  position: relative;
  z-index: 2;
}
.hero-single__fi--bg {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  width: 100%;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  min-height: 170px;
}
.hero-single__fi--bg img {
  width: 100%;
  height: auto;
}
.hero-single-event {
  position: relative;
}
@media (min-width: 992px) {
  .hero-single-event {
    min-height: 280px;
  }
}
.hero-single-event .activity-card-alt__time {
  margin-top: 40px;
}
.hero-single-event:after {
  content: "";
  width: 70px;
  height: 70px;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEwIiBoZWlnaHQ9IjUyODAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgY2xpcC1wYXRoPSJ1cmwoI3ByZWZpeF9fY2xpcDBfNDM2XzYwMjEpIj48cGF0aCBkPSJNMTQwIDE0MEg3MHY3MGg3MHYtNzB6TTIxMCAyMTBoLTcwdjcwaDcwdi03MHoiIGZpbGw9IiNERUVFRjQiLz48cGF0aCBkPSJNMTQwIDIxMEgwdjcwaDE0MHYtNzB6TTIxMCAxNDBoLTcwdjcwaDcwdi03MHpNMjEwIDI4MEg3MHY1MDAwaDE0MFYyODB6IiBmaWxsPSIjZmZmIi8+PHBhdGggZD0iTTIxMCAwSDcwdjE0MGgxNDBWMHoiIGZpbGw9IiMxMzlFQjAiLz48L2c+PC9zdmc+");
  background-size: cover;
  background-position: top center;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  transition: var(--default-transition);
}
@media (min-width: 992px) {
  .hero-single-event:after {
    width: 210px;
    height: 100%;
  }
}
.hero-single-event__title {
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
}
@media (max-width: 991px) {
  .hero-single-event__title {
    margin-top: 10px;
    margin-right: 0;
    margin-bottom: 20px;
    margin-left: 0;
  }
}
.hero-single-event__type {
  margin-bottom: 10px;
}
.hero-single-event__type > *:first-child {
  margin-right: 10px;
}

.hero-fp {
  background-color: var(--sv-blue-main-100);
  position: relative;
  --hero-height: auto;
}
@media (min-width: 992px) {
  .hero-fp {
    --hero-height: 350px;
  }
}
@media (min-width: 1200px) {
  .hero-fp {
    --hero-height: 400px;
  }
}
.hero-fp > * {
  position: relative;
  z-index: 2;
}
.hero-fp > .container {
  padding-top: 30px;
  padding-bottom: 30px;
  height: var(--hero-height);
}
@media (min-width: 992px) {
  .hero-fp > .container {
    padding-top: 30px;
    padding-bottom: 0;
  }
}
@media (min-width: 1200px) {
  .hero-fp > .container {
    padding-top: 60px;
    padding-bottom: 0;
  }
}
@media (min-width: 992px) {
  .hero-fp__meta {
    padding-right: 20px;
  }
}
.hero-fp__meta > p {
  color: var(--white-color);
  font-weight: 700;
  margin: 0;
}
.hero-fp__title {
  color: var(--white-color);
  font-size: 48px;
  margin-top: 0;
  margin-bottom: 15px;
}
@media (min-width: 992px) {
  .hero-fp__title {
    font-size: 54px;
  }
}
@media (min-width: 1200px) {
  .hero-fp__title {
    font-size: 64px;
  }
}
.hero-fp__text, .hero-fp__text p {
  color: var(--white-color);
  font-weight: 700;
  margin: 0;
}
.hero-fp__btn {
  margin-top: 40px;
  background-color: var(--sv-web-bg-blue-light);
  display: block;
  border-radius: 999px;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 45px;
  text-decoration: none;
  position: relative;
  overflow: hidden;
  padding-right: 80px;
}
.hero-fp__btn > * {
  position: relative;
  z-index: 4;
}
.hero-fp__btn:hover:before {
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
}
.hero-fp__btn:hover:after {
  width: 24px;
  height: 24px;
  right: 32px;
  top: calc(50% - 12px);
}
.hero-fp__btn:before {
  content: "";
  position: absolute;
  z-index: 3;
  right: 20px;
  top: calc(50% - 24px);
  background-color: var(--white-color);
  width: 48px;
  height: 48px;
  border-radius: 999px;
  transition: var(--default-transition);
}
.hero-fp__btn:after {
  content: "";
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMTkiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEuNzMyIDkuNUgxOC4yNU0xMC41NDEgMTcuMzc1TDE4LjI0OSA5LjUgMTAuNTQgMS42MjUiIHN0cm9rZT0iI0U3NEUwMCIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz48L3N2Zz4=");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 18px;
  height: 18px;
  display: inline-block;
  position: absolute;
  z-index: 4;
  right: 35px;
  top: calc(50% - 9px);
  transition: var(--default-transition);
}
.hero-fp__btn--title {
  color: var(--sv-blue-dark);
  font-weight: 700;
}
.hero-fp__btn--title span {
  color: var(--sv-blue-main-100);
}
.hero-fp__btn--text {
  font-weight: 600;
  color: var(--sv-blue-dark);
}
@media (min-width: 992px) {
  .hero-fp__btn--text br {
    display: none;
  }
}
.hero-fp:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 90%;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJwcmVmaXhfX0xhYWdfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4PSIwIiB5PSIwIiB2aWV3Qm94PSIwIDAgNjMuNSA1OC4yIiB4bWw6c3BhY2U9InByZXNlcnZlIj48c3R5bGU+LnByZWZpeF9fc3Qwe2ZpbGw6I2ZmZn08L3N0eWxlPjxwYXRoIGNsYXNzPSJwcmVmaXhfX3N0MCIgZD0iTTAgNTguMmgyMS4zYzAtMS41LS4xLTMuMS0uNC00LjYtLjgtNC0yLjgtNy43LTUuNy0xMC43QzEyLjMgNDAgOC42IDM4IDQuNSAzNy4yYy0xLjUtLjItMy0uNC00LjUtLjN2MjEuM3pNMTguNCAyMi41YzcuOCAzLjkgMTQuMSAxMC40IDE3LjggMTguMyAyLjYgNS41IDMuOCAxMS40IDMuNiAxNy40aDIzLjdjLjEtOS40LTEuOC0xOC43LTUuOC0yNy40QzUxLjggMTggNDEuNyA3LjYgMjkuMSAxLjIgMjYuMy0uMSAyMy0uNCAyMCAuNnMtNS41IDMuMS02LjkgNS45Yy0xLjQgMi44LTEuNyA2LjEtLjcgOS4xczMuMiA1LjQgNiA2Ljl6Ii8+PC9zdmc+");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left bottom;
  left: 0;
  bottom: 0;
  z-index: 1;
  opacity: 0.1;
}
.hero-fp__collage {
  width: 100%;
  /**
  *   Collage height variables
  **/
  --collage-height: 200px;
}
@media (min-width: 992px) {
  .hero-fp__collage {
    width: 50%;
    position: absolute;
    top: 0;
    right: 0;
  }
}
@media (min-width: 992px) {
  .hero-fp__collage {
    --collage-height: 350px;
  }
}
@media (min-width: 1200px) {
  .hero-fp__collage {
    --collage-height: 400px;
  }
}
.hero-fp__collage--wrapper {
  width: 100%;
  height: 100%;
  position: relative;
}
.hero-fp__collage--wrapper:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  width: calc(var(--collage-height) / 4 * 2);
  height: var(--collage-height);
  background-color: var(--white-color);
}
.hero-fp__collage--main {
  position: relative;
  z-index: 1;
  width: 100%;
  height: var(--collage-height);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
}
.hero-fp__collage--1 {
  position: absolute;
  z-index: 3;
  width: calc(var(--collage-height) / 4);
  height: calc(var(--collage-height) / 4);
  top: calc(var(--collage-height) / 4 * 2);
  right: calc(var(--collage-height) / 4 * 3);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.hero-fp__collage--2 {
  position: absolute;
  z-index: 3;
  width: calc(var(--collage-height) / 4);
  height: calc(var(--collage-height) / 4);
  top: calc(var(--collage-height) / 4 * 1);
  right: calc(var(--collage-height) / 4 * 2);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.hero-fp__collage--3 {
  position: absolute;
  z-index: 3;
  width: calc(var(--collage-height) / 4 * 2);
  height: calc(var(--collage-height) / 4 * 1);
  top: calc(var(--collage-height) / 4 * 3);
  right: calc(var(--collage-height) / 4 * 1);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.hero-fp__collage--4 {
  position: absolute;
  z-index: 3;
  width: calc(var(--collage-height) / 4 * 2);
  height: calc(var(--collage-height) / 4 * 2);
  top: 0;
  right: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.hero-fp__collage--5 {
  position: absolute;
  z-index: 3;
  width: calc(var(--collage-height) / 4);
  height: calc(var(--collage-height) / 4);
  top: calc(var(--collage-height) / 4 * 2);
  right: calc(var(--collage-height) / 4 * 2);
  background-color: var(--sv-blue-main-40);
}

.link-block {
  padding-top: 40px;
  padding-right: 0;
  padding-bottom: 55px;
  padding-left: 0;
}

main {
  padding-top: var(--header-height);
}

.next-events {
  background-color: #eef6f9;
  padding-top: 40px;
  padding-bottom: 80px;
  margin-top: 50px;
}
.next-events__header {
  margin-bottom: 40px;
}

.partners {
  padding-top: 100px;
  padding-right: 0;
  padding-bottom: 40px;
  padding-left: 0;
  margin: 0 auto;
}
.partners__title {
  text-align: center;
  margin-top: 0;
  margin-bottom: 40px;
}
.partners-slide {
  height: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.partners-slide:after {
  content: "";
  position: absolute;
  right: -15px;
  top: 25px;
  background-color: var(--sv-blue-main-100);
  width: 1px;
  height: 100px;
}
.partners-slide__logo {
  max-width: 200px;
  max-height: 150px;
  position: relative;
  opacity: 0.6;
}
.partners-slide__logo:hover {
  opacity: 1;
}
.partners-slide__logo:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: var(--blue-color);
  mix-blend-mode: color;
}
.partners-slide__logo > img {
  background-color: var(--white-color);
  max-width: 200px;
  max-height: 150px;
  display: block;
  width: 100%;
  height: auto;
}

.stay-updated {
  padding-top: 37px;
  padding-right: 0;
  padding-bottom: 37px;
  padding-left: 0;
  background-color: var(--sv-web-bg-blue-light);
  /*   &__list {
         @include clean-list;
         display: flex;
         margin-top: 20px;

         @media (min-width: 992px) {
             margin-top: 0;
             justify-content: end;
         }
     }

     &__item {
         margin-right: 2px;

  	a:hover {
  		width: 40px;
  		height: 40px;
  		border-radius: 40px;
  		background-color: aliceblue;
  	}

         &:last-child {
             margin-right: 0;
         }

         &--link {
             display: block;
         }

         &--icon {
             display: inline-block;
  		width: 40px;
  		height: 40px;
  		text-align: center;
  		padding-top: 7px;

             &-facebook {
                 &:after {
                     @include icon(14px,24px,'data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjgiIGhlaWdodD0iNDgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNMjYuMjYgMTUuNWgtOC41MnYtMy44MmExLjk5OSAxLjk5OSAwIDAxMi0yLjJoNnYtOGgtOC42NmMtNy44NiAwLTkuMzQgNi05LjM0IDkuNzJ2NC4zaC02djhoNnYyM2gxMHYtMjNoNy43bC44Mi04eiIgc3Ryb2tlPSIjRDA2NTE5IiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPjwvc3ZnPg==');
                 }
             }

             &-instagram {
                 &:after {
                     @include icon(24px,24px,'data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDgiIGhlaWdodD0iNDgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHJlY3QgeD0iMS40OCIgeT0iMS41IiB3aWR0aD0iNDUiIGhlaWdodD0iNDUiIHJ4PSI2IiBzdHJva2U9IiNEMDY1MTkiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+PGNpcmNsZSBjeD0iMjMuOTgiIGN5PSIyNCIgcj0iMTAiIHN0cm9rZT0iI0QwNjUxOSIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz48cGF0aCBkPSJNMzguNjggMTAuM2ExIDEgMCAxMS0yIDBNMzYuNjggMTAuM2ExIDEgMCAxMTIgMCIgc3Ryb2tlPSIjRDA2NTE5IiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPjwvc3ZnPg==');
                 }
             }

             &-linkedin {
                 &:after {
                     @include icon(24px,24px,'data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDgiIGhlaWdodD0iNDYiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNMTEuMzQgNDQuMjZIMS42MlYxNi40aDkuNzJ2MjcuODZ6TTMxLjUyIDI1LjQ4YTQuMjggNC4yOCAwIDAwLTQuMjggNC4yOHYxNC41SDE3LjAyVjE2LjRoMTAuMjJ2My4xOGExMy41MTcgMTMuNTE3IDAgMDE4LjU2LTMuMmM2LjM0IDAgMTAuNzQgNC43IDEwLjc0IDEzLjYydjE0LjI2SDM1Ljh2LTE0LjVhNC4yOCA0LjI4IDAgMDAtNC4yNi00LjNoLS4wMnYuMDJ6TTExLjUyIDYuNzZhNSA1IDAgMDEtNSA1IDUgNSAwIDAxLTUtNSA1IDUgMCAwMTUtNSA1IDUgMCAwMTQuOTYgNWguMDR6IiBzdHJva2U9IiNEMDY1MTkiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+PC9zdmc+');
                 }
             }

             &-twitter {
                 &:after {
                     @include icon(24px,24px,'data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDgiIGhlaWdodD0iNDYiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNNDYuMzYgMTAuMDY5bC00LjItMi4yIDIuMi01Ljg2Ny01LjEyIDIuMDc4Yy0xLjYzLTEuODU4LTMuNzctMi45MDQtNi0yLjkzMy00Ljk2Ni4wMTMtOC45ODkgNC45My05IDExdjIuNDQ0Yy03LjA4IDEuNzg1LTEzLjI2LTIuOTMzLTE5LTExLTEgNi41MTkgMCAxMS40MDcgMyAxNC42NjdsLTYuNTgtMS4yMjJjLjUyNSA1LjM0MyA0LjEwNCA5LjQ2IDguNSA5Ljc3N2wtNS41IDIuNDQ1YzIgNC44ODkgNS42NCA1LjY0NiAxMC41IDYuMTEtMy45NzIgMy4zMTItOC42OTMgNS4wMjItMTMuNSA0Ljg5IDI1LjUyIDEzLjg2IDQwLjUtNi41MDIgNDAuNS0yNC40NDV2LTIuMDI5bDQuMi0zLjcxNXoiIHN0cm9rZT0iI0QwNjUxOSIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz48L3N2Zz4=');
                 }
             }

             &-youtube {
                 &:after {
                     @include icon(24px,24px,'data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDgiIGhlaWdodD0iMzYiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgY2xpcC1wYXRoPSJ1cmwoI3ByZWZpeF9fY2xpcDBfN18yOTcpIj48cGF0aCBkPSJNNDYuNTg4IDguNzlhNi45MDcgNi45MDcgMCAwMC02LjkwNy02LjkwOEg4LjMyQTYuOTA3IDYuOTA3IDAgMDAxLjQxMiA4Ljc5djE4LjMxMmE2LjkwNyA2LjkwNyAwIDAwNi45MDcgNi45MDdIMzkuNjhhNi45MDcgNi45MDcgMCAwMDYuOTA3LTYuOTA3VjguNzg5ek0xOC45OCAyNS44NTVWOC40NjhsMTMuNTkzIDguNjk0LTEzLjU5MyA4LjY5NHoiIHN0cm9rZT0iI0QwNjUxOSIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz48L2c+PC9zdmc+');
                 }
             }
         }
     }*/
}
.stay-updated .socials__list {
  margin-top: 0;
}
.stay-updated__header {
  padding-bottom: 30px;
}
.stay-updated__title {
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
}
.stay-updated__footer {
  padding-top: 30px;
}
.stay-updated__more:hover:after {
  margin-left: 14px;
}

.siblingpages {
  position: relative;
  margin-top: 50px;
}
.siblingpages__row {
  background-color: var(--sv-web-bg-blue-light);
}
.siblingpages__title {
  margin-top: 0;
  margin-bottom: 20px;
}
.siblingpages__content {
  padding: 40px 0;
}
@media (min-width: 768px) {
  .siblingpages__content {
    padding: 40px 27px;
  }
}
.siblingpages__list {
  list-style: none;
  margin: 0;
  padding: 0;
}
@media (min-width: 992px) {
  .siblingpages__list {
    -moz-column-count: 2;
    column-count: 2;
  }
}
.siblingpages__list:last-child {
  margin-bottom: 0;
}
.siblingpages__item {
  margin-bottom: 10px;
}
.siblingpages__link {
  color: var(--blue-dark);
  position: relative;
  display: block;
  transition: var(--default-transition);
  text-decoration: none;
}
.siblingpages__link:after {
  content: "";
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iOSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBjbGlwLXBhdGg9InVybCgjcHJlZml4X19jbGlwMF83XzI4NCkiIHN0cm9rZT0iIzA1MDAyRiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIj48cGF0aCBkPSJNMjMuMjUgNC41SC43NU0xOS41IDguMjVsMy43NS0zLjc1TDE5LjUuNzUiLz48L2c+PC9zdmc+");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 23px;
  height: 8px;
  display: inline-block;
  margin-left: 8px;
  margin-bottom: 1px;
  transition: var(--default-transition);
}
.siblingpages__link:hover {
  color: var(--blue-dark);
}
.siblingpages__link:hover:after {
  margin-left: 14px;
}

.talk {
  padding-top: 80px;
  padding-right: 0;
  padding-bottom: 60px;
  padding-left: 0;
  background-color: var(--sv-web-bg-blue-light);
}
.talk__overflow {
  transform: translateY(-130px);
  margin-bottom: -140px;
  overflow: hidden;
}
@media (min-width: 1140px) {
  .talk__overflow {
    overflow: visible;
  }
}
.talk__image {
  transform: translateX(-20%);
  width: 120%;
}
.talk__title {
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 20px;
  margin-left: 0;
}
@media (min-width: 768px) {
  .talk__meta {
    margin-top: 6%;
  }
}
@media (min-width: 992px) {
  .talk__meta {
    padding-top: 7%;
  }
}
.talk__meet {
  padding-top: 20px;
}
.talk__meet > *:first-child {
  margin-top: 0;
}
.talk__meet > *:last-child {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .talk__meet {
    margin-top: 1%;
  }
}
@media (min-width: 992px) {
  .talk__meet {
    padding-top: 12%;
  }
}
.talk__meet a {
  margin-bottom: 15px;
}

.quick-links {
  padding-top: 60px;
  padding-bottom: 110px;
}
@media (max-width: 991px) {
  .quick-links {
    padding-bottom: 50px;
  }
}
@media (max-width: 991px) {
  .quick-links h5 {
    font-size: 20px;
  }
}
@media (min-width: 992px) {
  .quick-links .row > *:last-child {
    border-left: 1px solid var(--sv-web-text);
    padding-left: 30px;
  }
}
@media (min-width: 992px) {
  .quick-links .row > *:last-child h5 {
    border-top: none;
    padding-top: 0;
    margin-top: 0;
  }
}
.quick-links__title {
  margin-top: 0;
  margin-bottom: 16px;
}
.quick-links__list {
  list-style: none;
  margin: 0;
  padding: 0;
}
@media (min-width: 992px) {
  .quick-links__list {
    -moz-columns: 2;
    columns: 2;
  }
}
.quick-links__item {
  margin-bottom: 5px;
}
@media (min-width: 992px) {
  .quick-links__item {
    margin-bottom: 10px;
  }
}
.quick-links__link {
  text-decoration: none;
}
@media (max-width: 991px) {
  .quick-links__link {
    font-size: 14px;
  }
}
@media (min-width: 992px) {
  .quick-links__link:after {
    content: "";
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iOSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBjbGlwLXBhdGg9InVybCgjcHJlZml4X19jbGlwMF83XzI4NCkiIHN0cm9rZT0iIzA1MDAyRiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIj48cGF0aCBkPSJNMjMuMjUgNC41SC43NU0xOS41IDguMjVsMy43NS0zLjc1TDE5LjUuNzUiLz48L2c+PC9zdmc+");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 23px;
    height: 8px;
    display: inline-block;
    margin-left: 8px;
    margin-bottom: 1px;
    transition: var(--default-transition);
  }
}
.quick-links__link:hover {
  color: var(--sv-web-text);
}
.quick-links__link:hover:after {
  margin-left: 14px;
}

.usp {
  padding-top: 50px;
  padding-right: 0;
  padding-bottom: 75px;
  padding-left: 0;
}
.usp__header {
  padding-bottom: 75px;
}

.search__content a {
  text-decoration: none;
}
.search__item {
  border: 1px solid #ccc;
  padding: 0px 20px 30px;
  margin-bottom: 20px;
}

.news__items .post-card {
  max-width: 100%;
}

.socials__wrapper-top-border {
  margin-top: 50px;
  border-top: 1px solid var(--sv-blue-sec-60);
}
.socials__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  margin-top: 20px;
  align-items: center;
}
@media (min-width: 992px) {
  .socials__list {
    justify-content: end;
  }
}
.socials__item {
  margin-right: 2px;
}
.socials__item a:hover {
  width: 40px;
  height: 40px;
  border-radius: 40px;
  background-color: aliceblue;
}
.socials__item:last-child {
  margin-right: 0;
}
.socials__item--link {
  display: block;
}
.socials__item--icon {
  display: inline-block;
  width: 40px;
  height: 40px;
  text-align: center;
  padding-top: 7px;
}
.socials__item--icon-facebook:after {
  content: "";
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjgiIGhlaWdodD0iNDgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNMjYuMjYgMTUuNWgtOC41MnYtMy44MmExLjk5OSAxLjk5OSAwIDAxMi0yLjJoNnYtOGgtOC42NmMtNy44NiAwLTkuMzQgNi05LjM0IDkuNzJ2NC4zaC02djhoNnYyM2gxMHYtMjNoNy43bC44Mi04eiIgc3Ryb2tlPSIjRDA2NTE5IiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPjwvc3ZnPg==");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 14px;
  height: 24px;
  display: inline-block;
}
.socials__item--icon-instagram:after {
  content: "";
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDgiIGhlaWdodD0iNDgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHJlY3QgeD0iMS40OCIgeT0iMS41IiB3aWR0aD0iNDUiIGhlaWdodD0iNDUiIHJ4PSI2IiBzdHJva2U9IiNEMDY1MTkiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+PGNpcmNsZSBjeD0iMjMuOTgiIGN5PSIyNCIgcj0iMTAiIHN0cm9rZT0iI0QwNjUxOSIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz48cGF0aCBkPSJNMzguNjggMTAuM2ExIDEgMCAxMS0yIDBNMzYuNjggMTAuM2ExIDEgMCAxMTIgMCIgc3Ryb2tlPSIjRDA2NTE5IiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPjwvc3ZnPg==");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 24px;
  height: 24px;
  display: inline-block;
}
.socials__item--icon-linkedin:after {
  content: "";
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDgiIGhlaWdodD0iNDYiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNMTEuMzQgNDQuMjZIMS42MlYxNi40aDkuNzJ2MjcuODZ6TTMxLjUyIDI1LjQ4YTQuMjggNC4yOCAwIDAwLTQuMjggNC4yOHYxNC41SDE3LjAyVjE2LjRoMTAuMjJ2My4xOGExMy41MTcgMTMuNTE3IDAgMDE4LjU2LTMuMmM2LjM0IDAgMTAuNzQgNC43IDEwLjc0IDEzLjYydjE0LjI2SDM1Ljh2LTE0LjVhNC4yOCA0LjI4IDAgMDAtNC4yNi00LjNoLS4wMnYuMDJ6TTExLjUyIDYuNzZhNSA1IDAgMDEtNSA1IDUgNSAwIDAxLTUtNSA1IDUgMCAwMTUtNSA1IDUgMCAwMTQuOTYgNWguMDR6IiBzdHJva2U9IiNEMDY1MTkiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+PC9zdmc+");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 24px;
  height: 24px;
  display: inline-block;
}
.socials__item--icon-twitter:after {
  content: "";
  background-image: url("data:image/svg+xml;base64,PCEtLSBSZXBsYWNlIHRoZSBjb250ZW50cyBvZiB0aGlzIGVkaXRvciB3aXRoIHlvdXIgU1ZHIGNvZGUgLS0+Cgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHZpZXdCb3g9IjAgMCA1Mi45IDQ4IiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA1Mi45IDQ4OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+Cgkuc3Qwe2ZpbGw6bm9uZTtzdHJva2U6I0QwNjUxOTtzdHJva2Utd2lkdGg6MjtzdHJva2UtbGluZWNhcDpyb3VuZDtzdHJva2UtbGluZWpvaW46cm91bmQ7fQo8L3N0eWxlPgo8Zz4KCTxnIGlkPSJsYXllcjEiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDUyLjM5MDA4OCwtMjUuMDU4NTk3KSI+CgkJPHBhdGggaWQ9InBhdGgxMDA5IiBjbGFzcz0ic3QwIiBkPSJNLTQ5LjgsMjYuNGwxOC42LDI0LjlsLTE4LjgsMjAuM2g0LjJsMTYuNC0xNy44TC0xNiw3MS42aDE0LjRsLTE5LjctMjYuM2wxNy41LTE4LjloLTQuMgoJCQlsLTE1LjEsMTYuM2wtMTIuMi0xNi4zSC00OS44eiBNLTQzLjYsMjkuNWg2LjZsMjkuMiwzOWgtNi42TC00My42LDI5LjV6Ii8+Cgk8L2c+CjwvZz4KPC9zdmc+");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 24px;
  height: 24px;
  display: inline-block;
}
.socials__item--icon-youtube:after {
  content: "";
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDgiIGhlaWdodD0iMzYiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgY2xpcC1wYXRoPSJ1cmwoI3ByZWZpeF9fY2xpcDBfN18yOTcpIj48cGF0aCBkPSJNNDYuNTg4IDguNzlhNi45MDcgNi45MDcgMCAwMC02LjkwNy02LjkwOEg4LjMyQTYuOTA3IDYuOTA3IDAgMDAxLjQxMiA4Ljc5djE4LjMxMmE2LjkwNyA2LjkwNyAwIDAwNi45MDcgNi45MDdIMzkuNjhhNi45MDcgNi45MDcgMCAwMDYuOTA3LTYuOTA3VjguNzg5ek0xOC45OCAyNS44NTVWOC40NjhsMTMuNTkzIDguNjk0LTEzLjU5MyA4LjY5NHoiIHN0cm9rZT0iI0QwNjUxOSIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz48L2c+PC9zdmc+");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 24px;
  height: 24px;
  display: inline-block;
}

.taxonomy__category {
  margin-top: 30px;
}
.taxonomy__category a {
  text-decoration: none;
  padding: 1px 15px 3px;
  background-color: var(--sv-blue-dark-alt);
  color: #fff;
  border-radius: 50px;
}
.taxonomy__category a:hover {
  background-color: var(--sv-blue-dark);
}
.taxonomy__tag {
  margin-top: 70px;
  border-top: 1px solid var(--sv-blue-sec-60);
  padding-top: 20px;
}
.taxonomy__tag a {
  border: 1px solid var(--sv-blue-sec-60);
  padding: 0px 7px;
  text-decoration: none;
  display: inline-block;
  margin-bottom: 8px;
  margin-right: 4px;
  font-size: 0.8em;
  border-radius: 5px;
}
.taxonomy__tag a:hover {
  border: 1px solid var(--sv-blue-medium);
  background-color: var(--sv-blue-medium);
  color: #fff;
}

.faq__form-group .radio {
  border-right: 1px solid var(--sv-web-bg-blue-grey);
}
.faq__form-group label {
  margin: 0;
}
.faq__form-group-mobile {
  margin-bottom: 30px;
  margin-top: -30px;
}
.faq__radio-item {
  display: none;
}
.faq__label-item {
  width: 100%;
  margin: 0;
  padding: 8px 10px;
}
.faq__label-item:hover {
  color: var(--sv-blue-main-100);
  background-color: aliceblue;
  border-right: 1px solid var(--sv-blue-main-100);
}
.faq__label-item:focus-within {
  color: var(--sv-blue-main-100);
}
.faq__label-item:has(input[type=radio]:checked) {
  color: var(--sv-blue-main-100);
  background-color: aliceblue;
  border-right: 1px solid var(--sv-blue-main-100);
}
@media (min-width: 768px) {
  .faq__results {
    margin-top: 80px;
  }
}

/*
================================================================================

  Import of all SCSS-files

================================================================================
*/