﻿:root {
  --clr-white: #FFFFFF;
  --clr-grey-0: #e7e7e7;
  --clr-grey-1: #7C7C7C;
  --clr-grey-2: #707070;
  --clr-grey-3: #37393F;
  --clr-blue-1: #135DB2;
  --clr-blue-2: #145DB2;
  --clr-blue-3: #1B345C;
  --clr-blue-grey-0: #e7eef7;
  --clr-green-1: #A2BF27;
  --clr-red-1: #dc3545;
  --fnt-family: "nudista-web", sans-serif;
  --fnt-var-settings: "ital" 0, "wdth" 100, "wght"400;
  --fnt-size-small: 0.75rem;
  --fnt-size-smaller: 0.9rem;
  --fnt-size-normal: 1.063rem;
  --fnt-size-medium: 1.25rem;
  --fnt-size-large: 1.5rem;
  --fnt-size-xlarge: 1.875rem;
  --fnt-size-xxlarge: 2rem;
  --fnt-size-xxxlarge: 2.2rem;
  --fnt-size-xxxxlarge: 2.5rem;
  --fnt-weight-normal: 400;
  --fnt-weight-medium: 600;
  --fnt-weight-bold: 700;
  --brd-radius: 0;
  --box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.25);
  --mnu-grey-1: #fcfcfc;
  --mnu-grey-2: #dfdfe0;
  --mnu-grey-3: #dcdcdc;
  --mnu-grey-4: #e6edf6;
  --hdr-height: 72px;
  --pageHeadSize: 0px;
}
@media (min-width: 992px) {
  :root {
    --hdr-height: 124px;
  }
}
.cookie-bar {
  display: none;
  background-color: var(--clr-blue-3);
  bottom: 0;
  box-shadow: 0 0 1rem 0 rgba(0, 0, 0, 0.5);
  color: var(--clr-white);
  font-size: 1rem;
  left: 0;
  padding: 10px 0;
  position: fixed;
  right: 0;
  z-index: 10000;
  transform: translateY(100%);
  transition: transform 500ms ease-in-out;
}
.cookie-bar.show {
  display: block;
  transform: translateY(0);
  transition: transform 500ms 500ms ease-in-out;
}
.cookie-bar .text a {
  color: var(--clr-grey-1);
}
.cookie-bar a {
  color: var(--clr-green-1);
}
.cookie-bar .cookie-bar-button-container {
  display: flex;
  flex-direction: row;
  align-items: center;
  align-content: center;
  justify-content: center;
  gap: 15px;
  flex-wrap: nowrap;
  height: 100%;
}
@media (max-width: 991px) {
  .cookie-bar {
    text-align: center;
  }
  .cookie-bar .cookie-bar-button-container {
    padding-block: 0.5rem;
    justify-content: space-around;
  }
}
/*@import "Components/grid.less";*/
body {
  --pageHeadSize: 180px;
}
header {
  position: fixed;
  width: 100%;
  top: 0;
  --box-schadow: 0px 0px 10px 0px var(--clr-grey-1);
  display: flex;
  align-items: center;
  height: var(--hdr-height);
  background: transparent linear-gradient(0deg, var(--mnu-grey-1) 0%, var(--mnu-grey-2) 100%) 0% 0% no-repeat padding-box;
  border: 1px solid var(--mnu-grey-3);
  -webkit-box-shadow: var(--box-schadow);
  -moz-box-shadow: var(--box-schadow);
  box-shadow: var(--box-schadow);
  z-index: 10000;
}
header .navbar {
  height: var(--hdr-height);
}
header .navbar .navbar-collapse {
  position: relative;
}
header .navbar .navbar-brand {
  margin-top: 5px;
}
header .navbar .navbar-brand,
header .navbar .navbar-brand img {
  height: 90%;
  max-width: unset;
}
header .navbar .nav-item {
  height: var(--hdr-height);
}
header .navbar .nav-item .nav-link {
  height: var(--hdr-height);
  line-height: var(--hdr-height);
  transition: all 200ms;
  color: var(--clr-grey-3);
  border-bottom: 2px solid transparent;
  margin: 0 0.5rem;
  padding: 8px 0;
}
header .navbar .nav-item .nav-link.dropdown-toggle::after {
  transition: all 200ms;
  vertical-align: 0.155rem;
  transform: rotate(-90deg);
}
header .navbar .nav-item .nav-link.dropdown-toggle.show::after {
  transform: rotate(0deg);
}
header .navbar .nav-item .nav-link.show,
header .navbar .nav-item .nav-link.active,
header .navbar .nav-item .nav-link:hover {
  border-bottom: 2px solid var(--clr-blue-2);
}
header .navbar .nav-item .dropdown-menu {
  margin-top: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  padding-top: 0;
  padding-bottom: 0;
  margin-left: 0.5rem !important;
  border: 1px solid var(--clr-grey-0);
}
header .navbar .nav-item .dropdown-menu a.dropdown-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid var(--clr-grey-0);
  transition: all 200ms;
  position: relative;
}
header .navbar .nav-item .dropdown-menu a.dropdown-item.active,
header .navbar .nav-item .dropdown-menu a.dropdown-item:hover {
  color: var(--clr-grey-3);
  background-color: var(--clr-blue-grey-0);
  border-bottom: 1px solid var(--clr-grey-3);
}
header .navbar .nav-item .dropdown-menu a.dropdown-item.active:after,
header .navbar .nav-item .dropdown-menu a.dropdown-item:hover:after {
  content: '';
  position: absolute;
  inset: 0;
  border-bottom: 1px solid var(--clr-grey-3);
}
header .navbar a.language,
header .navbar a.search,
header .navbar a.account {
  display: inline-block;
  color: var(--clr-grey-3);
  margin: 15px 25px 0 0;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  text-decoration: none;
}
header .navbar a.language {
  background-image: url('/lib/img/globe.svg');
  background-position-x: left !important;
  background-position-y: 59px !important;
  padding: 8px 0 8px 26px !important;
  width: 70px !important;
  margin-left: 25px !important;
  background-size: 20px !important;
}
header .navbar a.language::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid var(--clr-grey-3);
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
  transform: rotate(-90deg);
}
header .navbar a.search {
  background-image: url('/lib/img/search.svg');
  width: 20px;
  height: 30px;
  background-position-y: 59px;
}
header .navbar a.account {
  background-image: url('/lib/img/account.svg');
  width: 35px;
  height: 32px;
  margin-right: 0;
}
section.pageHead {
  position: relative;
  isolation: isolate;
}
section.pageHead h1 {
  font-size: 2.5rem;
  margin-top: 2rem;
}
section.pageHead h2 {
  color: var(--clr-grey-2);
  font-size: 2.5rem;
  font-weight: var(--fnt-weight-normal);
  margin-bottom: 2rem;
}
section.pageHead p {
  font-size: 1.2rem;
}
section.pageHead div.container {
  padding-top: 2rem;
  padding-bottom: 2rem;
  min-height: var(--pageHeadSize);
}
section.pageHead div.pageImg {
  display: block;
  aspect-ratio: 2 / 1;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  margin-bottom: -100px;
  width: 100%;
}
section.pageHead div.pageImg::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 80%;
  background: linear-gradient(90deg, var(--mnu-grey-3) 10%, rgba(220, 220, 220, 0) 100%);
}
section.pageHead div.pageHead-gradient {
  display: none;
  inset: 0;
  position: absolute;
  background: var(--mnu-grey-3);
  z-index: -1;
}
section.pageHead div.header-mask {
  position: absolute;
  display: block;
  top: 0;
  right: 0;
  width: 48%;
  aspect-ratio: 2 / 1;
}
section.pageHead.pageHead--no-img .pageHead-gradient {
  display: none;
}
section.pageHead.pageHead--no-img div.container {
  min-height: auto;
}
section.pageHead.pageHead--no-img .up {
  margin-top: 0;
}
@media (max-width: 991px) {
  section.pageHead div.pageHead-gradient {
    display: block;
  }
  section.pageHead div.pageImg {
    aspect-ratio: 1.54 / 1;
    margin-left: auto;
    width: 80%;
  }
  section.pageHead div.header-mask {
    display: block;
    aspect-ratio: 1.54 / 1;
    background: url('/lib/img/home-header-overlay-sm.svg') no-repeat center right;
    background-size: 102%;
    top: 0;
    right: 0;
    width: 80%;
  }
}
body.hdr-lg section.pageHead {
  /*@media(max-width: 991px) {
			div.pageImg {
				aspect-ratio: 1.54 / 1;
				margin-left: auto;
				width: 80%;
			}

			div.header-mask {
				display: block;
				aspect-ratio: 1.54 / 1;
				background: url('/lib/img/home-header-overlay-sm.svg') no-repeat center right;
				background-size: 102%;
				top: 0;
				right: 0;
				width: 80%;
			}
		}*/
}
body.hdr-lg section.pageHead div.pageHead-gradient {
  display: block;
}
body.hdr-lg section.pageHead div.container {
  min-height: var(--pageHeadSize);
}
body.hdr-lg section.pageHead .bt {
  margin-top: 2rem;
}
@media (max-width: 991px) {
  body.hdr-md div.pageImg {
    margin-bottom: -50px;
  }
}
.hamburger {
  width: 43px;
  height: 34px;
  outline: none;
  border: none;
  background: none;
  position: relative;
  padding: 0;
}
.hamburger span {
  position: absolute;
  right: 0;
  display: inline-block;
  height: 4px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  background-color: var(--clr-grey-3);
  transition: all 200ms;
}
.hamburger span:nth-child(1) {
  top: 0;
  width: 26px;
}
.hamburger span:nth-child(2) {
  top: 15px;
  width: 34px;
}
.hamburger span:nth-child(3) {
  top: 30px;
  width: 16px;
}
.hamburger.open span:nth-child(1) {
  top: 15px;
  width: 34px;
  transform: rotateZ(45deg);
}
.hamburger.open span:nth-child(2) {
  opacity: 0;
}
.hamburger.open span:nth-child(3) {
  top: 15px;
  width: 34px;
  transform: rotateZ(-45deg);
}
nav.mobile-menu {
  position: fixed;
  display: none;
  top: var(--hdr-height);
  left: 0;
  right: 0;
  bottom: 0;
  background: transparent linear-gradient(180deg, var(--mnu-grey-1) 0%, var(--mnu-grey-2) 100%) 0% 0% no-repeat padding-box;
  z-index: 999997;
}
nav.mobile-menu ul {
  margin: 0;
  padding: 0;
  height: 100vh;
  z-index: 999;
  position: relative;
  transition: all 0.5s;
}
nav.mobile-menu ul li {
  padding: 0;
  margin: 0;
  list-style-type: none;
  position: relative;
  border-bottom: 1px solid var(--mnu-grey-3);
}
nav.mobile-menu ul li:first-child {
  border-top: 1px solid var(--mnu-grey-3);
}
nav.mobile-menu ul li a {
  display: block;
  position: relative;
  text-decoration: none;
  font-weight: var(--fnt-weight-medium);
}
nav.mobile-menu ul li.hasChildren > ul {
  position: fixed;
  top: var(--hdr-height);
  width: 100vw;
  right: -100%;
}
nav.mobile-menu ul li.hasChildren > a::after {
  display: inline-block;
  margin-left: 1em;
  vertical-align: 0.155em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
  transform: rotate(-90deg);
}
nav.mobile-menu ul li .mob-submenu {
  position: absolute;
  top: var(--hdr-height);
  right: -100%;
  width: 100vw;
  height: 100vh;
  background: transparent linear-gradient(180deg, var(--mnu-grey-1) 0%, var(--mnu-grey-2) 100%) 0% 0% no-repeat padding-box;
  z-index: 999998;
  transition: all 0.3s;
}
nav.mobile-menu ul li .mob-submenu li {
  width: 100vw;
  position: relative;
}
nav.mobile-menu ul li .mob-submenu li:first-child {
  border-top: none !important;
}
nav.mobile-menu ul li .mob-submenu .mob-submenu-close {
  background: var(--mnu-grey-4);
}
nav.mobile-menu ul li .mob-submenu .mob-submenu-close a::before {
  display: inline-block;
  margin-right: 1.2em;
  vertical-align: 0.155em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
  transform: rotate(90deg);
}
nav.mobile-menu ul li.open > .mob-submenu {
  right: 0;
}
nav.mobile-menu.blur ul {
  filter: blur(6px);
}
nav.mobile-menu.open {
  display: block;
}
nav.mobile-menu.scrolled {
  position: fixed;
  padding-top: 76px;
}
nav.mobile-menu.scrolled .mob-submenu {
  top: 76px;
}
nav.mobile-menu a {
  display: block;
  padding: 1rem 1.5rem;
  color: var(--clr-text);
}
nav.mobile-menu div.mobile-bottommenu {
  position: fixed;
  display: flex;
  justify-content: space-between;
  height: 72px;
  width: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  border-top: 1px solid var(--mnu-grey-3);
  background: transparent linear-gradient(180deg, var(--mnu-grey-1) 0%, var(--mnu-grey-2) 100%) 0% 0% no-repeat padding-box;
  z-index: 999998;
}
nav.mobile-menu div.mobile-bottommenu div.language > a {
  float: left;
  background-image: url('/lib/img/globe.svg');
  background-repeat: no-repeat;
  background-position-x: left !important;
  background-position-y: 6px !important;
  padding: 8px 0 8px 36px !important;
  width: 80px !important;
  margin: 1rem 0 0 1rem !important;
  background-size: 30px !important;
  text-decoration: none;
}
nav.mobile-menu div.mobile-bottommenu div.language > a::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid var(--clr-grey-3);
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
  transform: rotate(-90deg);
}
nav.mobile-menu div.mobile-bottommenu div.language .languages {
  display: none;
}
nav.mobile-menu div.mobile-bottommenu div.language .languages a {
  display: inline-block;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid var(--clr-grey-3);
  padding: 0.25rem 0.5rem;
  min-width: 38px;
  text-align: center;
  text-decoration: none;
  margin: 1.2rem 0.5rem 0 0 !important;
}
nav.mobile-menu div.mobile-bottommenu div.language.open .languages {
  display: flex;
}
nav.mobile-menu div.mobile-bottommenu a.search {
  align-self: center;
  display: block;
  background: url('/lib/img/search.svg') no-repeat center center;
  background-size: contain;
  width: 30px;
  height: 30px;
  margin-right: 1rem;
}
div.top-search-box {
  position: absolute;
  display: none;
  top: 43px;
  left: auto;
  width: 100%;
  max-width: 400px;
  right: 4px;
  z-index: 1000002;
  transition: all 0.5s;
}
div.top-search-box.open {
  display: block;
}
div.mob-search {
  position: relative;
}
div.mob-search input {
  width: 100%;
  border: 1px solid var(--clr-grey-3);
}
div.mob-search button {
  position: absolute;
  top: 12px;
  right: 12px;
  background: url('/lib/img/search.svg');
  width: 30px;
  height: 30px;
  border: none;
  outline: none;
}
div.mobile-search-box {
  position: fixed;
  display: none;
  top: var(--hdr-height);
  left: 0;
  right: 0;
  bottom: 72px;
  z-index: 1000000;
  padding: 3rem 5% 0 5%;
  transition: all 0.5s;
}
div.mobile-search-box.open {
  display: block;
}
div.mob-search {
  margin-top: 2rem;
  position: relative;
}
div.mob-search input {
  width: 100%;
  border: 1px solid var(--clr-grey-3);
}
div.mob-search button {
  position: absolute;
  top: 12px;
  right: 12px;
  background: url('/lib/img/search.svg');
  width: 30px;
  height: 30px;
  border: none;
  outline: none;
}
.search-box img {
  aspect-ratio: 4/3;
  object-fit: cover;
  object-position: center;
}
section.breadcrumb {
  padding: 1.5rem 0;
  border-top: 1px solid var(--clr-grey-0);
  border-bottom: 1px solid var(--clr-grey-0);
  margin: 0;
}
section.breadcrumb ul.breadcrumb {
  margin: 0;
}
section.breadcrumb ul.breadcrumb a {
  color: var(--clr-grey-1);
  text-decoration: none;
}
section.breadcrumb ul.breadcrumb a:hover {
  color: var(--clr-green-1);
}
section.breadcrumb ul.breadcrumb a:last-child {
  color: var(--clr-blue-1);
}
section.breadcrumb ul.breadcrumb .divider::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
  transform: rotate(-90deg);
  margin-right: 5px;
}
@media (min-width: 992px) {
  body {
    --pageHeadSize: 320px;
  }
  body.hdr-lg {
    --pageHeadSize: 400px;
  }
  .hamburger {
    display: none;
  }
  section.pageHead {
    padding-top: 0;
  }
  section.pageHead div.pageImg {
    aspect-ratio: 2 / 1;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    bottom: 0;
    display: block;
    margin-bottom: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 48%;
  }
  section.pageHead div.pageImg::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 90%;
    background: linear-gradient(90deg, var(--mnu-grey-3) 0%, rgba(220, 220, 220, 0) 100%);
  }
  section.pageHead div.pageHead-gradient {
    display: block;
    inset: 0;
    position: absolute;
    background: var(--mnu-grey-3);
  }
  section.pageHead div.header-mask {
    position: absolute;
    display: block;
    top: 0;
    bottom: 0;
    right: 0;
    aspect-ratio: 2 / 1;
    /*background: url('/lib/img/home-header-overlay.svg') no-repeat center right !important;
            background-size: auto var(--pageHeadSize) !important;*/
    background: url('/lib/img/home-header-overlay.svg') no-repeat center right !important;
    background-size: cover !important;
  }
  header .navbar .navbar-brand {
    margin-top: 30px;
  }
  header .navbar .navbar-brand,
  header .navbar .navbar-brand img {
    height: 70%;
    max-width: unset;
  }
}
/*@media(max-width: 991px){
    section.pageHead{
        div.header-mask {
            position: absolute;
            display: block;
            top: 0;
            bottom: 0;
            right: 0;
            aspect-ratio: 2 / 1;
            background: url('/lib/img/home-header-overlay.svg') no-repeat center !important;
            background-size: cover !important;
        }
    }
}*/
@media (min-width: 1200px) {
  body {
    --pageHeadSize: 360px;
  }
  body.hdr-lg {
    --pageHeadSize: 420px;
  }
  header .navbar .navbar-brand {
    margin-top: 0;
  }
  header .navbar .navbar-brand,
  header .navbar .navbar-brand img {
    height: auto;
    max-width: 260px;
  }
  header .navbar .nav-item .nav-link {
    margin: 0 1rem;
  }
  header .navbar .nav-item .dropdown-menu {
    margin-left: 1rem !important;
  }
}
@media (min-width: 1400px) {
  body {
    --pageHeadSize: 380px;
  }
  body.hdr-lg {
    --pageHeadSize: 440px;
  }
}
@media (min-width: 1600px) {
  body {
    --pageHeadSize: 392px;
  }
  body.hdr-lg {
    --pageHeadSize: 480px;
  }
}
@media (min-width: 1800px) {
  body {
    --pageHeadSize: 392px;
  }
  body.hdr-lg {
    --pageHeadSize: 610px;
  }
}
footer {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background: var(--clr-blue-2);
  background: linear-gradient(180deg, var(--clr-blue-1) 0%, var(--clr-blue-3) 100%);
  color: var(--clr-white);
}
footer * {
  color: var(--clr-white) !important;
  text-decoration: none;
}
footer .footer-title {
  font-size: 1.5rem;
  font-weight: var(--fnt-weight-bold);
  line-height: 1.2;
  margin: 3rem 0 2rem 0;
}
footer ul {
  padding: 0;
  margin: 0;
}
footer ul li {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
footer .nlf-success {
  font-weight: var(--fnt-weight-medium);
  color: var(--clr-green-1);
}
footer .nlf-error {
  font-weight: var(--fnt-weight-medium);
  color: var(--clr-red-1);
}
footer .nlf {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
footer .nlf .form-check {
  font-size: 0.8rem;
}
footer .nlf .form-floating label {
  color: var(--clr-grey-3) !important;
}
footer .nlf .form-floating .form-control {
  color: #000 !important;
}
footer .nlf .form-floating .form-control:not(:placeholder-shown) ~ label {
  color: rgba(var(--bs-body-color-rgb), 0.65) !important;
}
a.sub-footer {
  text-decoration: none;
  color: var(--clr-grey-2);
  margin-left: 0;
  display: block;
}
a.sub-footer:first-child {
  margin-left: 0;
}
@media (min-width: 992px) {
  footer h4 {
    margin: 1rem 0 1.25rem 0;
  }
  a.sub-footer {
    margin-left: 0.5rem;
    display: inline-block;
  }
}
.bt {
  --btn-size: 44px;
  display: inline-block;
  height: var(--btn-size);
  line-height: var(--btn-size);
  -webkit-border-radius: calc(var(--btn-size) / 2);
  -moz-border-radius: calc(var(--btn-size) / 2);
  border-radius: calc(var(--btn-size) / 2);
  text-decoration: none;
  padding: 0 2rem;
  transition: all 200ms;
  outline: none;
  border: none;
}
.bt.sm {
  --btn-size: 32px;
  font-size: var(--fnt-size-smaller);
}
.bt.blue {
  color: var(--clr-white);
  background-color: var(--clr-blue-2);
}
.bt.blue:hover {
  background-color: var(--clr-green-1);
}
.bt.green {
  color: var(--clr-white);
  background-color: var(--clr-green-1);
}
.bt.green:hover {
  background-color: var(--clr-blue-2);
}
.bt.grey {
  color: var(--clr-white);
  background-color: var(--clr-grey-2);
}
.bt.grey:hover {
  background-color: var(--clr-green-1);
}
.bt.w-fit {
  width: fit-content;
}
.bt.ml-auto {
  margin-left: auto;
}
.arrow-to-right {
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 0 20px 18px;
}
.arrow-to-right.green {
  border-color: transparent transparent transparent var(--clr-green-1);
}
.arrow-to-right.white {
  border-color: transparent transparent transparent var(--clr-white);
}
.arrow-to-left {
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 18px 20px 0;
}
.arrow-to-left.green {
  border-color: transparent var(--clr-green-1) transparent transparent;
}
a.sm-link {
  display: inline-block;
  width: 46px;
  height: 46px;
  margin-right: 10px;
  background-repeat: no-repeat;
  background-size: 46px;
}
a.sm-link .sm-link-title {
  display: none;
  width: 0;
  height: 0;
}
a.sm-link.sm-link-facebook {
  background-image: url('/lib/img/ico-facebook.svg');
}
a.sm-link.sm-link-instagram {
  background-image: url('/lib/img/ico-instagram.svg');
}
a.sm-link.sm-link-linkedin {
  background-image: url('/lib/img/ico-linkedin.svg');
}
a.sm-link.sm-link-pinterest {
  background-image: url('/lib/img/ico-pinterest.svg');
}
a.sm-link.sm-link-twitter {
  background-image: url('/lib/img/ico-twitter.svg');
}
a.sm-link.sm-link-youtube {
  background-image: url('/lib/img/ico-youtube.svg');
}
.project-img {
  width: 100%;
  aspect-ratio: 3/2;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  background-size: cover;
}
h5.accordion {
  margin-top: 2rem;
  font-size: 1.125rem;
  cursor: pointer;
}
h5.accordion::after {
  display: inline-block;
  margin-left: 0.5em;
  vertical-align: 0.155em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
  transform: rotate(-90deg);
  transition: all 200ms;
}
h5.accordion + .cblist {
  display: block;
  line-height: 0;
  height: 0;
  overflow: hidden;
  transition: all 200ms;
  font-size: 0.875rem;
}
h5.accordion.open::after {
  transform: rotate(0deg);
}
h5.accordion.open + .cblist {
  line-height: normal;
  height: fit-content;
  overflow: unset;
}
.cblist .container {
  display: block;
  position: relative;
  padding: 4px 0 0 30px;
  margin-bottom: 12px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.cblist .container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.cblist .container .checkmark {
  position: absolute;
  top: 2px;
  left: 0;
  height: 18px;
  width: 18px;
  border: 2px solid var(--clr-grey-3);
}
.cblist .container .checkmark:after {
  content: "";
  position: absolute;
  display: none;
  left: 2px;
  top: 2px;
  right: 2px;
  bottom: 2px;
  background: var(--clr-grey-3);
}
.cblist .container:hover input ~ .checkmark {
  background-color: var(--clr-grey-0);
}
.cblist .container input:checked ~ .checkmark:after {
  display: block;
}
.productgroup-box {
  --box-schadow: 0px 2px 4px 0px var(--clr-grey-1);
  text-align: center;
  -webkit-border-radius: 22px;
  -moz-border-radius: 22px;
  border-radius: 22px;
  padding-bottom: 0;
  -webkit-box-shadow: var(--box-schadow);
  -moz-box-shadow: var(--box-schadow);
  box-shadow: var(--box-schadow);
  background-color: var(--clr-white);
  transition: all 200ms;
  position: relative;
  margin-bottom: 2rem;
  /*

    img {
        transition: all 200ms;
        transform-origin: bottom left;
        transform: scale(0.95);
    }

    h4 {
        margin: 1rem 0 0 0;

        a {
            text-decoration: none;
            color: var(--clr-grey-3);
            transition: all 200ms;
            margin: 1rem 0;
        }
    }

    &:hover {*/
  /*
        img {
            transform: scale(1);
        }
    }*/
}
.productgroup-box figure {
  width: 100%;
  aspect-ratio: 375/185;
  -webkit-border-radius: 22px;
  -moz-border-radius: 22px;
  border-radius: 22px;
  -webkit-box-shadow: var(--box-schadow);
  -moz-box-shadow: var(--box-schadow);
  box-shadow: var(--box-schadow);
  overflow: hidden;
  background-image: var(--pgb-img);
  background-size: 100% auto;
  background-position: center center;
  transform-origin: center;
  transition: all 200ms;
  margin-bottom: 0;
}
.productgroup-box h4 {
  padding-block: 1rem;
  transition: all 200ms;
}
.productgroup-box h4 a {
  text-decoration: none;
  color: var(--clr-grey-3);
  transition: all 200ms;
}
.productgroup-box:is(:hover, :focus) {
  background-color: var(--clr-blue-1);
}
.productgroup-box:is(:hover, :focus) figure {
  background-size: 105%;
}
.productgroup-box:is(:hover, :focus) h4 a {
  color: var(--clr-white);
}
.productgroup-box:is(:hover, :focus) figure::before {
  transform: scale(1.1);
}
.productgroup-box.productgroup-box--alt figure {
  background-size: auto 100%;
  background-color: #fff;
  background-repeat: no-repeat;
}
.productgroup-box.productgroup-box--alt:is(:hover, :focus) {
  background-color: var(--clr-blue-1);
}
.productgroup-box.productgroup-box--alt:is(:hover, :focus) figure {
  background-size: auto 105%;
}
.productgroup-box.productgroup-box--alt:is(:hover, :focus) figure::before {
  transform: scale(1.1);
}
.tabs {
  margin: 0 -12px;
}
.tabs .tab {
  border-right: 1px solid var(--clr-grey-0);
  color: var(--clr-white);
  display: block;
  font-size: var(--fnt-size-normal);
  font-weight: var(--fnt-weight-medium);
  height: 100%;
  padding-bottom: 1.5rem;
  padding-top: 1.5rem;
  text-align: center;
  text-decoration: none;
  width: 100%;
  /*&.tab-4 {
            background-color: var(--clr-grey-1);
        }*/
}
@media (max-width: 992px) {
  .tabs .tab {
    border-bottom: 1px solid var(--clr-grey-0);
  }
}
.tabs .tab:hover,
.tabs .tab.active {
  background-color: var(--clr-green-1);
}
.tabs:first-child {
  border-left: 1px solid var(--clr-grey-0);
}
.tab-content {
  display: none;
}
.tab-content.active {
  display: block;
}
.product-box {
  border-bottom: 2px solid var(--clr-grey-0);
  margin-bottom: 1rem;
  padding: 0.5rem 0;
  position: relative;
}
.product-box .product-box--status {
  background-color: var(--bg-color, var(--clr-blue-1));
  color: var(--clr-white);
  font-size: 1.25rem;
  font-weight: var(--fnt-weight-medium);
  left: 0;
  padding: 0.5rem;
  position: absolute;
  top: 0;
  width: fit-content;
  z-index: 1000;
}
.product-box picture,
.product-box img {
  width: 100%;
}
.product-box img {
  transition: all 200ms;
  transform-origin: bottom left;
  transform: scale(0.95);
}
.product-box:hover {
  border-bottom: 2px solid var(--clr-blue-2);
}
.product-box:hover img {
  transform: scale(1);
}
.productlist-container {
  position: relative;
}
.productlist-container .lds-ellipsis {
  display: none;
  z-index: 100;
}
.productlist-container.loading:after {
  background-color: var(--clr-white);
  content: '';
  inset: 0;
  opacity: 0.7;
  position: absolute;
}
.productlist-container.loading .lds-ellipsis {
  display: inline-block;
}
.lds-ellipsis,
.lds-ellipsis div {
  box-sizing: border-box;
}
.lds-ellipsis {
  position: absolute;
  width: 80px;
  height: 80px;
  left: 50%;
  transform: translatex(-50%);
  top: 50px;
}
.lds-ellipsis div {
  position: absolute;
  top: 33.33333px;
  width: 13.33333px;
  height: 13.33333px;
  border-radius: 50%;
  background: var(--clr-blue-1);
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
.lds-ellipsis div:nth-child(1) {
  left: 8px;
  animation: lds-ellipsis1 0.6s infinite;
}
.lds-ellipsis div:nth-child(2) {
  left: 8px;
  animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(3) {
  left: 32px;
  animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(4) {
  left: 56px;
  animation: lds-ellipsis3 0.6s infinite;
}
@keyframes lds-ellipsis1 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes lds-ellipsis3 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
@keyframes lds-ellipsis2 {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(24px, 0);
  }
}
.brand-box {
  --box-schadow: 0px 3px 5px 0px var(--clr-grey-1);
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 340px;
  background-color: var(--clr-white);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  padding: 26px;
  -webkit-box-shadow: var(--box-schadow);
  -moz-box-shadow: var(--box-schadow);
  box-shadow: var(--box-schadow);
}
.brand-box picture {
  width: 100%;
  height: 120px;
  display: grid;
  justify-content: center;
  margin-bottom: 1rem;
}
.brand-box picture img {
  width: auto;
  max-height: 120px;
  transition: all 300ms;
}
.brand-box .content {
  position: relative;
  width: 100%;
  height: fit-content;
}
.brand-box .content .intro {
  position: relative;
  opacity: 1;
  transition: all 300ms;
}
.brand-box .content .link {
  position: absolute;
  inset: 0;
  padding-top: 3rem;
  opacity: 0;
  transition: all 300ms;
}
.brand-box .content .link a {
  width: 80%;
  display: block;
  text-decoration: none;
  font-size: var(--fnt-size-medium);
  line-height: 100%;
  font-weight: var(--fnt-weight-medium);
  color: var(--clr-grey-3);
}
.brand-box:is(:hover, :focus) picture img {
  transform: scale(1.1);
}
.brand-box:is(:hover, :focus) .intro {
  opacity: 0;
}
.brand-box:is(:hover, :focus) .link {
  opacity: 1;
}
.contact-module {
  padding-block: 5rem;
  position: relative;
}
.contact-module .contact-module-title {
  font-size: 2rem;
  font-weight: var(--fnt-weight-bold);
  line-height: 1.2;
  margin: 0 0 0.5rem 0;
}
.contact-module .bg-img-container {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  z-index: -1;
}
.contact-module .bg-img-container .bg-img {
  background-repeat: no-repeat;
  background-position: center right;
  background-size: cover;
  position: absolute;
  inset: 0;
}
.contact-module .bg-img-container .bg-img::after {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  background: linear-gradient(90deg, #ffffff 20%, rgba(255, 255, 255, 0) 100%);
}
.contact-module .form-floating textarea {
  height: 200px !important;
}
.news-module .nlf-success {
  font-weight: var(--fnt-weight-medium);
  color: var(--clr-green-1);
}
.news-module .nlf-error {
  font-weight: var(--fnt-weight-medium);
  color: var(--clr-red-1);
}
.news-module .nlf {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.news-module .nlf .form-check {
  font-size: 0.8rem;
}
.txt-img-module {
  position: relative;
}
.txt-img-module .bg-img-container {
  position: absolute;
  inset: 0;
  z-index: -1;
}
.txt-img-module .bg-img-container .bg-img {
  background-repeat: no-repeat;
  background-position: center right;
  background-size: cover;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 75%;
}
.txt-img-module .bg-img-container::after {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  bottom: 0;
  width: 60%;
  background: linear-gradient(90deg, var(--mnu-grey-2) 15%, var(--clr-white) 70%, rgba(255, 255, 255, 0) 100%);
}
@media (max-width: 991px) {
  .txt-img-module .bg-img-container::after {
    width: 100%;
    background: linear-gradient(90deg, var(--mnu-grey-2) 15%, var(--clr-white) 50%, rgba(255, 255, 255, 0.5) 100%);
  }
}
.vacany-module {
  background: var(--mnu-grey-2);
}
.contact-block {
  background: var(--mnu-grey-2);
  padding: 1rem;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
}
.news-block {
  border-bottom: 1px solid var(--mnu-grey-2);
  border-right: none;
  height: 100%;
  padding: 2rem 2rem 1rem 0;
}
@media (min-width: 992px) {
  .contact-module .bg-img-container {
    width: 50%;
  }
  .contact-module .bg-img-container .bg-img::after {
    width: 50%;
  }
  .news-block {
    border-bottom: none;
    border-right: 1px solid var(--mnu-grey-2);
  }
}
.review-box {
  position: relative;
  text-align: center;
  background-color: var(--clr-white);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  padding: 26px;
  margin-bottom: 1rem;
}
.review-box a {
  color: inherit;
  text-decoration: none;
}
.review-box .intro {
  height: 170px;
}
.review-box.with-img {
  margin-bottom: 180px;
}
.review-box .review-img {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  left: 26px;
  right: 26px;
  bottom: -180px;
  aspect-ratio: 3/2;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  display: none;
}
.form-floating textarea,
.form-floating input {
  width: 100%;
  height: 54px;
  -moz-border-radius: 27px;
  -webkit-border-radius: 27px;
  border-radius: 27px;
  border: 1px solid var(--clr-blue-2);
  outline: none !important;
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  padding-left: 1rem !important;
}
.form-floating > label {
  padding-left: 1rem !important;
}
.form-floating textarea {
  height: 300px !important;
}
.form-check-input {
  outline: none !important;
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border-color: var(--clr-blue-2);
  margin-top: 0;
  width: 1.25rem;
  height: 1.25rem;
}
.form-check-input:checked {
  background-color: var(--clr-blue-2);
}
.form-check {
  align-items: center;
  display: flex;
  gap: 0.5rem;
}
.grecaptcha-disclaimer {
  font-size: var(--fnt-size-small);
}
input {
  width: 100%;
  height: 54px;
  -moz-border-radius: 27px;
  -webkit-border-radius: 27px;
  border-radius: 27px;
  border: 1px solid var(--clr-blue-2);
  outline: none !important;
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  padding-left: 1rem !important;
}
.fileupload {
  background-color: var(--clr-white);
  border: 1px solid var(--clr-blue-2);
  border-radius: 27px;
  margin-bottom: 1rem;
}
.fileupload .upload-holder {
  display: grid;
  grid-template-columns: 1fr auto;
  position: relative;
  text-align: left;
  height: 4.25rem;
  line-height: 1.5;
  align-content: center;
}
.fileupload .fileupload-title {
  cursor: text;
  left: 15px;
  position: absolute;
  margin-bottom: 0;
  top: 1.3rem;
  pointer-events: none;
  -webkit-transition: top 0.2s, color 0.2s;
  -moz-transition: top 0.2s, color 0.2s;
  -o-transition: top 0.2s, color 0.2s;
  transition: top 0.2s, color 0.2s;
}
.fileupload .label-upload {
  display: block;
}
.fileupload .label-delete {
  display: none;
}
.fileupload.filled .fileupload-title {
  transform: scale(0.85) translateY(-0.8rem) translateX(-0.5rem);
  opacity: 0.65;
}
.fileupload.filled .label-upload {
  display: none;
}
.fileupload.filled .label-delete {
  display: block;
}
.fileupload .nice-upload {
  border: none;
  color: var(--formfield-text);
  cursor: pointer;
  display: block;
  font-size: 1.25rem;
  font-weight: var(--fw-demibold);
  padding: 1.5rem 1rem 0 1rem;
  text-align: left;
  width: 100%;
}
.fileupload .nice-upload input {
  visibility: hidden;
  width: 0;
}
.fileupload .upload-button {
  align-items: center;
  background-color: var(--formbutton-background);
  border: none;
  color: var(--formbutton-text);
  cursor: pointer;
  display: flex;
  height: auto;
  justify-content: center;
  line-height: 0;
  padding-inline: 0.5rem;
  width: 3rem;
}
.fileupload .upload-button svg {
  height: 1.25rem;
}
.fileupload .upload-button svg path {
  fill: var(--formbutton-text);
}
.blockgrid-gallery {
  position: relative;
}
.blockgrid-gallery .prev,
.blockgrid-gallery .next {
  position: absolute;
  top: 147px;
  cursor: pointer;
}
.blockgrid-gallery .prev {
  left: 0px;
}
.blockgrid-gallery .next {
  right: 0px;
}
.blockgrid-gallery .blockgrid-gallery-items {
  width: calc(100% - 60px);
  margin-left: 30px;
}
.blockgrid-gallery .blockgrid-gallery-items img {
  aspect-ratio: 4/3;
  object-fit: contain;
  object-position: center;
  width: 100%;
}
.blockgrid-gallery .blockgrid-gallery-items .vimeo-container {
  aspect-ratio: 4/3;
  position: relative;
  width: 100%;
}
.blockgrid-gallery .blockgrid-gallery-thumbs {
  width: calc(100% - 60px);
  margin-left: 30px;
  /*display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        grid-gap: 1rem;*/
  margin-top: 1rem;
}
.blockgrid-gallery .blockgrid-gallery-thumbs img {
  aspect-ratio: 4/3;
  cursor: pointer;
  object-fit: contain;
  object-position: center;
  width: 100%;
  border: 4px solid transparent;
  transition: all 250ms ease;
  transform: scale(0.8);
}
.blockgrid-gallery .blockgrid-gallery-thumbs .slick-current img {
  transform: scale(1);
}
section.usp {
  background: linear-gradient(0deg, var(--clr-blue-1) 0%, var(--clr-blue-3) 100%);
}
section.usp * {
  color: var(--clr-white);
  text-decoration: none;
}
section.usp ul.usp {
  padding: 0;
}
section.usp ul.usp li {
  height: 100px;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 30px 0 30px 70px;
  list-style-type: none;
  background-repeat: no-repeat;
  background-position: center left;
  background-size: 60px auto;
}
.news-module {
  background: linear-gradient(180deg, var(--clr-white) 0%, var(--clr-grey-0) 100%);
}
.techniques {
  border-bottom: 1px solid var(--clr-white);
}
.techniques .technique-slider {
  display: flex;
  width: 100%;
  background: var(--clr-white);
  gap: 1px;
}
.techniques .technique-slider:before,
.techniques .technique-slider:after {
  content: "";
}
.techniques .technique-slider div.slick-slide {
  border-right: 1px solid var(--clr-white);
  background: var(--clr-grey-3);
  padding: 3rem 1rem;
  position: relative;
  width: 25%;
  height: 100%;
  transition: background 200ms;
}
.techniques .technique-slider div.slick-slide a {
  color: var(--clr-white);
  font-size: 1.688rem;
  line-height: 2rem;
  text-decoration: none;
  font-weight: var(--fnt-weight-bold);
}
.techniques .technique-slider div.slick-slide img {
  max-width: 85px;
  max-height: 75px;
}
.techniques .technique-slider div.slick-slide svg {
  max-width: max-content;
  max-height: 75px;
  margin-bottom: 0.5rem;
}
.techniques .technique-slider div.slick-slide svg > * {
  fill: var(--clr-green-1) !important;
  transition: stroke 200ms;
}
.techniques .technique-slider div.slick-slide:hover {
  background-color: var(--clr-green-1);
}
.techniques .technique-slider div.slick-slide:hover svg > * {
  fill: var(--clr-white) !important;
}
.techniques .technique-slider .slick-list {
  width: 100%;
}
.techniques .technique-slider .slick-list .slick-track {
  display: flex !important;
}
.techniques .technique-slider .slick-list .slick-track .slick-slide {
  height: inherit !important;
}
.brand-slider .brand {
  margin: 0 1rem;
}
.brand-slider .brand picture,
.brand-slider .brand img {
  width: 100%;
}
@media (min-width: 992px) {
  ul.usp.cols {
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
  }
}
/* -- overrule bootstrap -- */
@media (min-width: 992px) {
  .row {
    --bs-gutter-x: 3rem;
  }
}
body {
  font-family: var(--fnt-family);
  font-variant: var(--fnt-var-settings);
  font-weight: var(--fnt-weight-normal);
  font-size: var(--fnt-size-normal);
  background-color: var(--clr-white);
  color: var(--clr-grey-3);
  margin-top: var(--hdr-height);
}
h1,
h2,
h3,
h4 {
  font-weight: var(--fnt-weight-bold);
}
h1 {
  font-size: 3rem;
  margin-bottom: 0;
}
b,
strong,
.b,
.strong {
  font-weight: var(--fnt-weight-bold);
}
a {
  color: var(--clr-blue-2);
}
.hidden {
  display: none;
}
.make-inline-svg {
  visibility: hidden;
}
.container,
.row,
[class^="col-"] {
  position: relative;
}
.up {
  text-transform: uppercase;
}
.clr-white {
  color: var(--clr-white);
}
.bg-wh-gr {
  background: linear-gradient(180deg, var(--clr-white) 0%, var(--clr-grey-0) 100%);
}
.alt-color,
.bg-grey-0 {
  background-color: var(--clr-grey-0);
}
.bg-grey-3 {
  background-color: var(--clr-grey-3);
}
main > section {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.grid-img img {
  width: 100%;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
}
.bottom-right {
  position: absolute;
  display: inline-block;
  bottom: 0;
  right: 0;
}
.sitemap ul {
  padding-left: 1rem;
}
.sitemap ul li {
  list-style-type: square;
  color: var(--clr-blue-2);
}
.sitemap ul li a {
  color: var(--clr-blue-2);
  text-decoration: none;
}
.overview-box {
  overflow: hidden;
  /* img {
        width: 100%;
        aspect-ratio: 4/3;
        -webkit-border-radius: 22px;
        -moz-border-radius: 22px;
        border-radius: 22px;
        padding: 0;
        margin-bottom: 1rem;
    }*/
}
.overview-box figure {
  width: 100%;
  aspect-ratio: 4/3;
  -webkit-border-radius: 22px;
  -moz-border-radius: 22px;
  border-radius: 22px;
  -webkit-box-shadow: var(--box-schadow);
  -moz-box-shadow: var(--box-schadow);
  box-shadow: var(--box-schadow);
  overflow: hidden;
}
.overview-box figure img {
  width: 100%;
  aspect-ratio: 4/3;
  background-image: var(--ob-img);
  background-size: cover;
  background-position: center center;
  transform-origin: center;
  transition: all 200ms;
}
.overview-box .arrow-to-right {
  transition: all 200ms;
}
.overview-box:is(:hover, :focus) figure img {
  transform: scale(1.1);
}
.overview-box:is(:hover, :focus) .arrow-to-right {
  border-color: transparent transparent transparent var(--clr-blue-1);
}
.overview-box.overview-box--same-height {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.overview-box.overview-box--same-height a {
  margin-top: auto;
}
.overview-box .overview-box__intro {
  margin-bottom: 1rem;
}
ul.pagination {
  display: flex;
  justify-content: center;
  margin-top: 2rem;
}
ul.pagination li a {
  line-height: 52px;
  color: var(--clr-blue-2);
  margin: 0 0.5rem;
  height: 52px;
  display: inline-block;
  text-decoration: none;
}
ul.pagination li.next a::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
  transform: rotate(-90deg);
}
ul.pagination li.prev a::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
  transform: rotate(90deg);
}
ul.pagination li.nr a {
  width: 52px;
  text-align: center;
  -webkit-border-radius: 26px;
  -moz-border-radius: 26px;
  border-radius: 26px;
  border: 1px solid var(--clr-blue-2);
  background: var(--clr-white);
}
ul.pagination li.nr a.active {
  background: var(--clr-blue-2);
  color: var(--clr-white);
}
@media (max-width: 991px) {
  ul.pagination li.nr {
    display: none;
  }
}
.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cookie-overlay {
  display: none;
}
.CybotCookiebotDialogActive ~ .cookie-overlay {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 10100;
}