@keyframes rotating {
  100% {
    transform: rotate(360deg);
  }
}
@font-face {
  font-family: "RP Grotesk";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/FKGrotesk-Regular.woff") format("woff"), url("../fonts/FKGrotesk-Regular.woff2") format("woff2");
}
@font-face {
  font-family: "RP Grotesk";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/FKGrotesk-Medium.woff") format("woff"), url("../fonts/FKGrotesk-Medium.woff2") format("woff2");
}
:root {
  --header-background-color: rgb(78, 114, 231);
  --project-map-green: #69AE24;
  --project-map-brown: #B75700;
  --project-map-red: #DA0000;
  --stroke-width: 10px;
  --dasharray: 20px;
}
@media (min-width: 575px) {
  :root {
    --stroke-width: 6px;
    --dasharray: 18px;
  }
}
@media (min-width: 768px) {
  :root {
    --stroke-width: 3px;
    --dasharray: 12px;
  }
}

:root {
  --notification-height: 0px;
}

html,
body {
  font-family: var(--font-family, "RP Grotesk"), sans-serif;
  height: 100%;
  color: var(--text-color, #000);
  scroll-behavior: smooth;
}

body:has(.header-container.active.showing) {
  overflow: hidden;
}
body:has(.header-container.active.showing) .header-backdrop {
  position: absolute;
  background-color: var(--second-color, #242422);
  width: 100%;
  height: 100%;
  z-index: 10;
  opacity: 0.6;
  transition: background-color 500ms;
}

html {
  font-size: 10px;
}
@media (min-width: 1924px) {
  html {
    font-size: 15px;
  }
}
@media (min-width: 3200px) {
  html {
    font-size: 20px;
  }
}

/*@media only screen and(-webkit-min-device-pixel-ratio: 1.10),
only screen and(-o-min-device-pixel-ratio: 5/4),
only screen and(min-resolution: 110dpi),
only screen and(min-resolution: 1.10dppx) {
    html {
        @include media(xl) {
            font-size: $base-font-size*0.90;
        }
    }
}

@media only screen and(-webkit-min-device-pixel-ratio: 1.25),
only screen and(-o-min-device-pixel-ratio: 5/4),
only screen and(min-resolution: 120dpi),
only screen and(min-resolution: 1.25dppx) {
    html {
        @include media(xl) {
            font-size: $base-font-size*0.8;
        }
    }
}

@media only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min--moz-device-pixel-ratio: 2),
only screen and (-o-min-device-pixel-ratio: 2/1),
only screen and (min-device-pixel-ratio: 2),
only screen and (min-resolution: 192dpi),
only screen and (min-resolution: 2dppx) {
    html {

        //font-size: $base-font-size*1.25;
        @include media(2K) {
            //font-size: $base-font-size*$scale-ratio-2K*1.25;
        }

        @include media(4K) {
            //font-size: $base-font-size*$scale-ratio-4K*1.25;
        }
    }
}*/
*:before,
*:after {
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  font-size: clamp(1.6rem, 1.3138686131vw, 1.8rem);
  line-height: clamp(2.4rem, 2.0437956204vw, 2.8rem);
}

main {
  padding-top: calc(var(--header-top-offset-respo, 9rem) + var(--notification-height));
}
@media (min-width: 992px) {
  main {
    padding-top: calc(var(--header-top-offset, 12rem) + var(--notification-height));
  }
}
main.blogPost {
  padding-top: 0;
}

@font-face {
  font-family: "icomoon";
  src: url("fonts/icomoon.eot?jh0lcg");
  src: url("fonts/icomoon.eot?jh0lcg#iefix") format("embedded-opentype"), url("fonts/icomoon.woff2?jh0lcg") format("woff2"), url("fonts/icomoon.ttf?jh0lcg") format("truetype"), url("fonts/icomoon.woff?jh0lcg") format("woff"), url("fonts/icomoon.svg?jh0lcg#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=icon-], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-arrow2:before {
  content: "\e920";
}

.icon-close1:before {
  content: "\e921";
}

.icon-Facebook:before {
  content: "\e922";
}

.icon-heart:before {
  content: "\e923";
}

.icon-Instagram:before {
  content: "\e924";
}

.icon-location:before {
  content: "\e925";
}

.icon-maps:before {
  content: "\e926";
}

.icon-minus1:before {
  content: "\e927";
}

.icon-play:before {
  content: "\e928";
}

.icon-plus1:before {
  content: "\e929";
}

.icon-plus_collapse:before {
  content: "\e92a";
}

.icon-profile:before {
  content: "\e92b";
}

.icon-target:before {
  content: "\e92c";
}

.icon-tick:before {
  content: "\e92d";
}

.icon-TicToc:before {
  content: "\e92e";
}

.icon-Youtube:before {
  content: "\e92f";
}

.icon-file:before {
  content: "\e91d";
}

.icon-upload:before {
  content: "\e91e";
}

.icon-star:before {
  content: "\e91c";
}

.icon-bulb:before {
  content: "\e91b";
}

.icon-person:before {
  content: "\e91f";
}

.icon-minus:before {
  content: "\e903";
}

.icon-home:before {
  content: "\e90a";
  color: #494761;
}

.icon-close:before {
  content: "\e90b";
}

.icon-close-small:before {
  content: "\e90c";
}

.icon-check:before {
  content: "\e90d";
}

.icon-place:before {
  content: "\e90e";
}

.icon-print:before {
  content: "\e90f";
}

.icon-plus:before {
  content: "\e910";
}

.icon-search:before {
  content: "\e911";
}

.icon-social_yt:before {
  content: "\e912";
}

.icon-social_tw:before {
  content: "\e913";
}

.icon-social_pin:before {
  content: "\e914";
}

.icon-social_li:before {
  content: "\e915";
}

.icon-social_ig:before {
  content: "\e916";
}

.icon-social_fb:before {
  content: "\e917";
}

.icon-scroll-down:before {
  content: "\e918";
}

.icon-arrow:before {
  content: "\e900";
}

.icon-arrow1:before {
  content: "\e909";
}

.icon-download:before {
  content: "\e901";
}

.icon-email:before {
  content: "\e902";
}

.icon-chevron:before {
  content: "\e904";
}

.icon-chevron1:before {
  content: "\e908";
}

.icon-chevron2:before {
  content: "\e919";
}

.icon-chevron3:before {
  content: "\e91a";
}

.icon-language:before {
  content: "\e905";
}

.icon-mobile:before {
  content: "\e906";
}

.icon-video:before {
  content: "\e907";
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

video {
  outline: 0;
}

a {
  background-color: transparent;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
  vertical-align: middle;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

p {
  margin: 0;
}

ol,
ul {
  padding: 0;
  margin: 0;
}

b,
strong {
  font-weight: 700;
}

table {
  caption-side: bottom;
  border-collapse: collapse;
}

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

thead,
tbody,
tfoot,
tr,
td,
th {
  border-color: inherit;
  border-style: none;
  border-width: 0;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
  border: none;
}

button {
  border-radius: 0;
}

button:focus {
  outline: dotted 1px;
  outline: -webkit-focus-ring-color auto 5px;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}

textarea {
  resize: vertical;
  overflow: auto;
}

iframe {
  border: 0;
}

[hidden] {
  display: none;
}

@keyframes rotating {
  100% {
    transform: rotate(360deg);
  }
}
@font-face {
  font-family: "RP Grotesk";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/FKGrotesk-Regular.woff") format("woff"), url("../fonts/FKGrotesk-Regular.woff2") format("woff2");
}
@font-face {
  font-family: "RP Grotesk";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/FKGrotesk-Medium.woff") format("woff"), url("../fonts/FKGrotesk-Medium.woff2") format("woff2");
}
:root {
  --header-background-color: rgb(78, 114, 231);
  --project-map-green: #69AE24;
  --project-map-brown: #B75700;
  --project-map-red: #DA0000;
  --stroke-width: 10px;
  --dasharray: 20px;
}
@media (min-width: 575px) {
  :root {
    --stroke-width: 6px;
    --dasharray: 18px;
  }
}
@media (min-width: 768px) {
  :root {
    --stroke-width: 3px;
    --dasharray: 12px;
  }
}

.tns-outer {
  position: relative;
}
.tns-outer button[data-action] {
  display: none;
}

.tns-controls {
  display: none;
}
@media (min-width: 1200px) {
  .tns-controls {
    display: block;
  }
}
.tns-controls button {
  position: absolute;
  top: 50%;
  transform: translateY(calc(-50% - clamp(2rem, 2.1897810219vw, 3rem) - 1.4rem + (clamp(3rem, 2.5547445255vw, 3.5rem) / 2)));
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: clamp(3rem, 2.5547445255vw, 3.5rem);
  height: clamp(3rem, 2.5547445255vw, 3.5rem);
  border-radius: 50%;
  border-width: 1px;
  border-style: solid;
  border-color: var(--base-grey, #F2F5F8);
  background-color: transparent;
  color: var(--main-color, #366CF6);
  transition: 200ms ease-in-out;
  outline: none !important;
  z-index: 2;
  font-size: 0;
}
.tns-controls button::before {
  font-size: clamp(1.4rem, 1.1678832117vw, 1.6rem);
}
.tns-controls button[data-controls=prev] {
  left: 0;
}
@media (min-width: 1200px) {
  .tns-controls button[data-controls=prev] {
    left: calc(clamp(3rem, 2.5547445255vw, 3.5rem) * -1 - 4rem);
  }
}
.tns-controls button[data-controls=prev]::before {
  content: "\e900";
}
.tns-controls button[data-controls=next] {
  right: 0;
}
@media (min-width: 1200px) {
  .tns-controls button[data-controls=next] {
    right: calc(clamp(3rem, 2.5547445255vw, 3.5rem) * -1 - 4rem);
  }
}
.tns-controls button[data-controls=next]::before {
  content: "\e909";
}
.tns-controls button svg {
  display: none;
}
.tns-controls button:hover {
  color: var(--base-white, #fff);
  border-color: var(--main-color, #366CF6);
  background-color: var(--main-color, #366CF6);
}
.tns-controls button:disabled {
  color: var(--base-disabled, #e7e7e7) !important;
  border-color: var(--base-disabled, #e7e7e7);
  pointer-events: none;
}

.tns-nav {
  display: flex;
  justify-content: center;
  gap: 1rem;
  flex-wrap: wrap;
  margin-top: clamp(2rem, 2.1897810219vw, 3rem);
}
.tns-nav button {
  padding: 0;
  margin: 0;
  position: relative;
  width: 1.4rem;
  height: 1.4rem;
  border-radius: 50%;
  border-width: 2px;
  border-style: solid;
  border-color: var(--base-grey-dark, #B7BFC9);
  background-color: transparent;
  transition: 200ms ease-in-out;
  outline: none !important;
}
.tns-nav button::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 0.5rem;
  width: 0.5rem;
  border-radius: 50%;
  background-color: var(--base-grey-dark, #B7BFC9);
  opacity: 0;
  transition: 200ms ease-in-out;
}
.tns-nav button:hover::after {
  opacity: 1;
}
.tns-nav button.tns-nav-active {
  border-color: var(--main-color, #366CF6);
}
.tns-nav button.tns-nav-active::after {
  background-color: var(--main-color, #366CF6);
  opacity: 1;
}

.section-grey .slider__arrow {
  background: var(--base-white, #fff);
}
.section-grey .slider__arrow:hover {
  background: var(--main-color, #366CF6);
}

.ss-main {
  position: relative;
  display: inline-block;
  user-select: none;
  color: var(--text-color, #000);
  font-size: 1.5rem;
  line-height: 1.9rem;
  width: 100%;
}
.ss-main .ss-single-selected {
  display: flex;
  cursor: pointer;
  width: 100%;
  padding: 1.4rem;
  border-radius: 0.5rem;
  background-color: var(--base-grey, #F2F5F8);
  outline: 0;
  box-sizing: border-box;
  transition: background-color 0.2s;
}
.ss-main .ss-single-selected.ss-disabled {
  background-color: 1px solid var(--color-line, #B7BFC9);
  cursor: not-allowed;
}
.ss-main .ss-single-selected.ss-open-above {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}
.ss-main .ss-single-selected.ss-open-below {
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}
.ss-main .ss-single-selected .placeholder {
  display: flex;
  flex: 1 1 100%;
  align-items: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: left;
  width: calc(100% - 30px);
  line-height: 1.2em;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.ss-main .ss-single-selected .placeholder * {
  display: flex;
  align-items: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: auto;
}
.ss-main .ss-single-selected .placeholder .ss-disabled {
  color: var(--text-color, #000);
}
.ss-main .ss-single-selected .ss-deselect {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex: 0 1 auto;
  margin: 0 6px 0 6px;
  font-weight: bold;
}
.ss-main .ss-single-selected .ss-deselect.ss-hide {
  display: none;
}
.ss-main .ss-single-selected .ss-arrow {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex: 0 1 auto;
  margin: 0 0 0 0.6rem;
}
.ss-main .ss-single-selected .ss-arrow span {
  border: solid var(--text-color, #000);
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 0.3rem;
  transition: transform 0.2s, margin 0.2s;
}
.ss-main .ss-single-selected .ss-arrow span.arrow-up {
  transform: rotate(-135deg);
  margin: 3px 0 0 0;
}
.ss-main .ss-single-selected .ss-arrow span.arrow-down {
  transform: rotate(45deg);
  margin: -3px 0 0 0;
}
.ss-main .ss-multi-selected {
  display: flex;
  flex-direction: row;
  cursor: pointer;
  min-height: 5rem;
  width: 100%;
  padding: 0 0 0 6px;
  border: 1px solid 1px solid var(--color-line, #B7BFC9);
  border-radius: 0.5rem;
  background-color: var(--base-grey, #F2F5F8);
  outline: 0;
  box-sizing: border-box;
  transition: background-color 0.2s;
}
.ss-main .ss-multi-selected.ss-disabled {
  background-color: 1px solid var(--color-line, #B7BFC9);
  cursor: not-allowed;
}
.ss-main .ss-multi-selected.ss-disabled .ss-values .ss-disabled {
  color: var(--text-color, #000);
}
.ss-main .ss-multi-selected.ss-disabled .ss-values .ss-value .ss-value-delete {
  cursor: not-allowed;
}
.ss-main .ss-multi-selected.ss-open-above {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}
.ss-main .ss-multi-selected.ss-open-below {
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  border-color: var(--main-color, #366CF6);
}
.ss-main .ss-multi-selected .ss-values {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  flex: 1 1 100%;
  width: calc(100% - 30px);
}
.ss-main .ss-multi-selected .ss-values .ss-disabled {
  display: flex;
  padding: 4px 5px 4px 14px;
  margin: 2px 0px;
  line-height: 1em;
  align-items: center;
  width: 100%;
  color: var(--text-color, #000);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@keyframes scaleIn {
  0% {
    transform: scale(0);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes scaleOut {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(0);
    opacity: 0;
  }
}
.ss-main .ss-multi-selected .ss-values .ss-value {
  display: flex;
  user-select: none;
  align-items: center;
  padding: 3px 5px;
  margin: 3px 5px 3px 0px;
  color: var(--base-white, #fff);
  background-color: var(--main-color, #366CF6);
  border-radius: 0.5rem;
  animation-name: scaleIn;
  animation-duration: 0.2s;
  animation-timing-function: ease-out;
  animation-fill-mode: both;
}
.ss-main .ss-multi-selected .ss-values .ss-value.ss-out {
  animation-name: scaleOut;
  animation-duration: 0.2s;
  animation-timing-function: ease-out;
}
.ss-main .ss-multi-selected .ss-values .ss-value .ss-value-delete {
  margin: 0 0 0 5px;
  cursor: pointer;
}
.ss-main .ss-multi-selected .ss-add {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 1 40px;
}
.ss-main .ss-multi-selected .ss-add .ss-plus {
  display: flex;
  justify-content: center;
  align-items: center;
  background: var(--text-color, #000);
  position: relative;
  height: 10px;
  width: 2px;
  transition: transform 0.2s;
}
.ss-main .ss-multi-selected .ss-add .ss-plus:after {
  background: var(--text-color, #000);
  content: "";
  position: absolute;
  height: 2px;
  width: 10px;
  left: -4px;
  top: 4px;
}
.ss-main .ss-multi-selected .ss-add .ss-plus.ss-cross {
  transform: rotate(45deg);
}

.ss-content {
  position: absolute;
  margin: 0.6rem 0 0 0;
  box-sizing: border-box;
  border-radius: 0.5rem;
  z-index: 1010;
  background-color: var(--base-grey, #F2F5F8);
  transform-origin: center top;
  transition: transform 0.2s, opacity 0.2s;
  opacity: 0;
  transform: scaleY(0);
  overflow: hidden;
}
.ss-content.ss-open {
  display: block;
  opacity: 1;
  transform: scaleY(1);
  border-color: var(--main-color, #366CF6);
}
.ss-content .ss-search {
  display: flex;
  flex-direction: row;
  padding: 8px 8px 6px 8px;
}
.ss-content .ss-search.ss-hide {
  height: 0px;
  opacity: 0;
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
}
.ss-content .ss-search.ss-hide input {
  height: 0px;
  opacity: 0;
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
}
.ss-content .ss-search input {
  display: inline-flex;
  font-size: inherit;
  line-height: inherit;
  flex: 1 1 auto;
  width: 100%;
  min-width: 0px;
  height: 40px;
  padding: 6px 8px;
  margin: 0;
  border: 1px solid 1px solid var(--color-line, #B7BFC9);
  border-radius: 0.5rem;
  background-color: var(--base-grey, #F2F5F8);
  outline: 0;
  text-align: left;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-appearance: textfield;
}
.ss-content .ss-search input::placeholder {
  color: var(--text-color, #000);
  vertical-align: middle;
}
.ss-content .ss-search .ss-addable {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  font-size: 22px;
  font-weight: bold;
  flex: 0 0 30px;
  height: 30px;
  margin: 0 0 0 8px;
  border: 1px solid 1px solid var(--color-line, #B7BFC9);
  border-radius: 0.5rem;
  box-sizing: border-box;
}
.ss-content .ss-addable {
  padding-top: 0px;
}
.ss-content .ss-list {
  max-height: 39rem;
  width: 28rem;
  overflow-x: hidden;
  overflow-y: auto;
  text-align: left;
  border: 1px solid var(--color-line, #B7BFC9);
  padding-top: 2rem;
}
.ss-content .ss-list .ss-optgroup .ss-optgroup-label {
  padding: 6px 10px 6px 10px;
  font-weight: bold;
}
.ss-content .ss-list .ss-optgroup .ss-option {
  padding: 6px 6px 6px 25px;
}
.ss-content .ss-list .ss-optgroup-label-selectable {
  cursor: pointer;
}
.ss-content .ss-list .ss-optgroup-label-selectable:hover {
  color: var(--base-white, #fff);
  background-color: var(--main-color, #366CF6);
}
.ss-content .ss-list .ss-option {
  padding: 1.2rem 1.6rem;
  cursor: pointer;
  user-select: none;
  display: flex;
  align-items: center;
  position: relative;
}
.ss-content .ss-list .ss-option::before {
  content: "";
  display: inline-block;
  width: 1.6rem;
  height: 1.6rem;
  margin-right: 1.6rem;
  border-radius: 0.3rem;
  border: 0.1rem solid var(--base-grey-dark, #B7BFC9);
  transition: 0.2s ease-in-out;
}
.ss-content .ss-list .ss-option::after {
  content: "\e90d";
  position: absolute;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  top: 50%;
  transform: translateY(-50%);
  left: 1.6rem;
  width: 1.6rem;
  height: 1.6rem;
  color: var(--base-white, #fff);
  font-size: 0.8rem;
  transition: 0.2s ease-in-out;
  opacity: 0;
}
.ss-content .ss-list .ss-option * {
  display: inline-block;
}
.ss-content .ss-list .ss-option:hover::before, .ss-content .ss-list .ss-option.ss-highlighted::before {
  background-color: var(--base-grey-dark, #B7BFC9);
}
.ss-content .ss-list .ss-option.ss-disabled {
  cursor: not-allowed;
  color: var(--text-color, #000);
  background-color: var(--base-grey, #F2F5F8);
}
.ss-content .ss-list .ss-option:not(.ss-disabled).ss-option-selected::before {
  background-color: var(--base-black, #000);
  border-color: var(--base-black, #000);
}
.ss-content .ss-list .ss-option:not(.ss-disabled).ss-option-selected::after {
  opacity: 1;
}
.ss-content .ss-list .ss-option.ss-hide {
  display: none;
}
.ss-content .ss-list .ss-option .ss-search-highlight {
  background-color: #fffb8c;
}

.ss-list.multiple-list .ss-option:before {
  content: "";
  width: 24px;
  height: 24px;
  background: transparent;
  border-radius: 3px;
  border: 1px solid var(--main-color, #366CF6);
  margin: 0 10px 0 0;
  vertical-align: middle;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  color: #fff;
  top: -2px;
}
.ss-list.multiple-list .ss-option.ss-option-selected:before {
  content: "\e939";
  background-color: var(--main-color, #366CF6);
  font-size: 9px;
}
.ss-list.multiple-list .ss-option.ss-disabled:before {
  display: none;
}

.input-validation-error .ss-single-selected {
  border: 1px solid #dc3545;
}

.widget-wysiwyg *:first-child {
  margin-top: 0;
}
.widget-wysiwyg *:last-child {
  margin-bottom: 0;
}

.widget-title {
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  text-align: left;
}

.widget-description {
  margin-bottom: 5rem;
  text-align: left;
}
.widget-description *:first-child {
  margin-top: 0;
}
.widget-description *:last-child {
  margin-bottom: 0;
}

.breadcrumbs {
  margin: 3rem 0;
}
.breadcrumbs .breadcrumbs-inner {
  display: flex;
  align-items: center;
  overflow: auto;
}
.breadcrumbs .breadcrumbs-inner::-webkit-scrollbar {
  height: 1px;
}
.breadcrumbs .breadcrumbs-inner .breadcrumbs-item a,
.breadcrumbs .breadcrumbs-inner span {
  color: var(--base-black, #000);
  font-weight: 500;
  white-space: nowrap;
  font-size: 1.4rem;
  transition: 200ms ease-in-out;
}
.breadcrumbs .breadcrumbs-inner .breadcrumbs-item a {
  text-decoration: none;
  color: var(--main-color, #366CF6);
}
.breadcrumbs .breadcrumbs-inner .breadcrumbs-item a:hover {
  color: var(--main-color-hover, #0b4bee);
  text-decoration: none;
}
.breadcrumbs .breadcrumbs-inner .breadcrumbs-item-last {
  width: 100%;
}
.breadcrumbs .breadcrumbs-inner .breadcrumbs-separator {
  margin: 0 10px;
  font-weight: 400;
}

.header-menu > ul > li > a.header-cta-btn,
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: none;
  padding: 1.4rem 2.4rem;
  min-width: 10rem;
  transition: 0.4s ease-in-out background-color;
  white-space: unset;
  text-decoration: none;
  border-radius: var(--base-border-radius, 0.8rem);
  vertical-align: middle;
}
.header-menu > ul > li > a.header-cta-btn:after, .header-menu > ul > li > a.header-cta-btn:before,
.btn:after,
.btn:before {
  font-size: 1.5rem;
  margin: 0 1rem 0 0;
  transition: 0.2s ease-in-out;
}
.header-menu > ul > li > a.header-cta-btn:after,
.btn:after {
  margin: 0 0 0 1rem;
}
.header-menu > ul > li > a.header-cta-btn.hovered, .header-menu > ul > li > a.header-cta-btn:focus, .header-menu > ul > li > a.header-cta-btn:hover,
.btn.hovered,
.btn:focus,
.btn:hover {
  text-decoration: none;
  outline: 0;
}
.header-menu > ul > li > a.header-cta-btn.is-loading:before,
.btn.is-loading:before {
  content: "";
  border-radius: 50%;
  width: 20px;
  height: 20px;
  border: 3px solid rgba(0, 0, 0, 0.1);
  border-top: 3px solid var(--main-color, #366CF6);
  animation: rotating 1.2s infinite cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.header-menu > ul > li > a.header-cta-btn.btn--outline,
.btn.btn--outline {
  background-color: transparent;
  color: var(--text-color, #000);
  border: 1px solid var(--text-color, #000);
  transition: 0.4s ease-in-out all;
}

.header-menu > ul > li > a.header-cta-btn,
.btn--primary {
  background: var(--main-color, #366CF6);
  color: var(--base-white, #fff);
}
.header-menu > ul > li > a.header-cta-btn:focus,
.btn--primary:focus {
  background: var(--main-color, #366CF6);
  color: var(--base-white, #fff);
}
.header-menu > ul > li > a.header-cta-btn.hovered, .header-menu > ul > li > a.header-cta-btn:hover,
.btn--primary.hovered,
.btn--primary:hover {
  text-decoration: none;
  background-color: var(--second-color, #242422);
  color: var(--base-white, #fff);
}
.header-menu > ul > li > a.header-cta-btn.is-loading:before,
.btn--primary.is-loading:before {
  border-color: var(--color-line, #B7BFC9);
  border-top-color: var(--second-color, #242422);
}
.header-menu > ul > li > a.header-cta-btn.active,
.btn--primary.active {
  color: var(--base-white, #fff);
}
.header-menu > ul > li > a.header-cta-btn.btn--outline,
.btn--primary.btn--outline {
  border-color: var(--main-color, #366CF6);
  background-color: transparent;
}
.header-menu > ul > li > a.header-cta-btn.btn--outline.hovered, .header-menu > ul > li > a.header-cta-btn.btn--outline:focus, .header-menu > ul > li > a.header-cta-btn.btn--outline:hover,
.btn--primary.btn--outline.hovered,
.btn--primary.btn--outline:focus,
.btn--primary.btn--outline:hover {
  background: var(--main-color, #366CF6);
  color: var(--base-white, #fff);
}

.btn--secondary {
  background: var(--second-color, #242422);
  color: var(--base-white, #fff);
}
.btn--secondary.hovered, .btn--secondary:focus, .btn--secondary:hover {
  text-decoration: none;
  background: var(--main-color, #366CF6);
  border-color: var(--main-color, #366CF6);
  color: var(--base-white, #fff);
}
.btn--secondary.is-loading:before {
  border-color: var(--color-line, #B7BFC9);
  border-top-color: var(--main-color, #366CF6);
}
.btn--secondary.btn--outline {
  border-color: var(--second-color, #242422);
  background-color: transparent;
}
.btn--secondary.btn--outline.hovered, .btn--secondary.btn--outline:focus, .btn--secondary.btn--outline:hover {
  background: var(--second-color, #242422);
  color: var(--base-white, #fff);
}

.btn--tertiary {
  background: var(--base-grey, #F2F5F8);
  color: var(--text-color, #000);
}
.btn--tertiary.hovered, .btn--tertiary:active, .btn--tertiary:hover, .btn--tertiary.is-active {
  text-decoration: none;
  background: var(--second-color, #242422);
  border-color: var(--text-color, #000);
  color: var(--base-white, #fff);
}
.btn--tertiary.is-loading:before {
  border-color: var(--color-line, #B7BFC9);
  border-top-color: var(--main-color, #366CF6);
}
.btn--tertiary.btn--outline {
  background-color: transparent;
  border-color: var(--base-grey-dark, #B7BFC9);
}
.btn--tertiary.btn--outline.hovered, .btn--tertiary.btn--outline:focus, .btn--tertiary.btn--outline:hover {
  color: var(--base-white, #fff);
  background: var(--main-color, #366CF6);
  border-color: var(--main-color, #366CF6);
}

.btn--arrow:after {
  content: "\e909";
}
.btn--arrow:focus:after, .btn--arrow:hover:after {
  transform: translateX(5px);
}

.btn--scroll:after {
  content: "\e908";
}

.btn--download:after {
  content: "\e901";
}

.btn--back:before {
  content: "\e900";
}
.btn--back:focus:before, .btn--back:hover:before {
  transform: translateX(-5px);
}

.btn--wishlist {
  display: inline-flex;
  gap: 1rem;
  align-items: center;
}
.btn--wishlist::before {
  content: "\e923";
  font-size: 1.5rem;
  margin: 0;
}

.btn--visited {
  display: inline-flex;
  gap: 1rem;
  align-items: center;
}
.btn--visited::before {
  content: "\e925";
  font-size: 1.5rem;
  margin: 0;
}

.btn--full {
  width: 100%;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.btn-floating,
.floatingNav {
  position: fixed;
  z-index: 998;
  left: 50%;
  bottom: 4rem;
  transform: translateX(-50%);
  width: max-content;
  height: 6.4rem;
  background-color: rgba(36, 36, 34, 0.7);
  backdrop-filter: blur(10px);
  display: flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.4rem;
  border-radius: var(--base-border-radius, 0.8rem);
}
.btn-floating .icon-maps,
.floatingNav .icon-maps {
  padding: 0 2rem;
}
.btn-floating .icon-maps::before,
.floatingNav .icon-maps::before {
  color: var(--base-white, #fff);
}
.btn-floating .icon-target,
.floatingNav .icon-target {
  border-radius: 0.5rem;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0.1rem solid #848484;
  width: 6rem;
  height: 100%;
  transition: 0.4s ease-in-out background-color;
  outline: 0 !important;
}
.btn-floating .icon-target::before,
.floatingNav .icon-target::before {
  color: var(--base-white, #fff);
  font-size: 1.6rem;
}
.btn-floating .icon-target:hover,
.floatingNav .icon-target:hover {
  background: #848484;
}
.btn-floating .floatingNav-controls,
.floatingNav .floatingNav-controls {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
  height: 100%;
}
.btn-floating .floatingNav-controls button,
.floatingNav .floatingNav-controls button {
  border-radius: 0.5rem;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0.1rem solid #848484;
  width: 2.6rem;
  height: 50%;
  transition: 0.4s ease-in-out background-color;
  outline: 0 !important;
}
.btn-floating .floatingNav-controls button::before,
.floatingNav .floatingNav-controls button::before {
  color: var(--base-white, #fff);
}
.btn-floating .floatingNav-controls button:hover,
.floatingNav .floatingNav-controls button:hover {
  background: #848484;
}
.btn-floating .floatingNav-controls .icon-plus::before,
.floatingNav .floatingNav-controls .icon-plus::before {
  font-size: 1rem;
}
.btn-floating .floatingNav-controls .icon-minus::before,
.floatingNav .floatingNav-controls .icon-minus::before {
  font-size: 1rem;
}

#ie-warning-modal {
  position: fixed;
  z-index: 999999;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100%;
}
#ie-warning-modal .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(var(--main-color, #366CF6), 0.5);
}
#ie-warning-modal .modal-body {
  position: relative;
  width: 100%;
  max-width: 740px;
  padding: 3rem;
  margin: 50px auto 0;
  background: var(--base-white, #fff);
  text-align: center;
}
#ie-warning-modal .modal-title {
  margin: 0 0 30px;
}
#ie-warning-modal .close {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 24px;
  outline: none !important;
}
#ie-warning-modal .close::before {
  display: none;
}
#ie-warning-modal ul {
  margin: 20px 0;
  list-style-type: none;
}
#ie-warning-modal ul li {
  margin-bottom: 0;
}
#ie-warning-modal ul li::before {
  display: none;
}
#ie-warning-modal .btn-accept-warning {
  cursor: pointer;
}

a {
  color: var(--base-grey-dark, #B7BFC9);
  cursor: pointer;
  text-decoration: none;
}
a.hovered, a:focus, a:hover {
  outline: none;
  text-decoration: underline;
}

.link {
  display: inline-block;
  align-items: center;
  cursor: pointer;
  vertical-align: middle;
  text-decoration: underline;
  font-size: 1.5rem;
}
.link:after, .link:before {
  margin: 0 1rem 0 0;
  text-decoration: none;
  display: inline-block;
  vertical-align: middle;
  font-size: 1.4rem;
  transition: 0.2s ease-in-out;
}
.link:after:focus:after, .link:after:hover:after, .link:before:focus:after, .link:before:hover:after {
  text-decoration: none;
}
.link:after {
  margin: 0 0 0 1rem;
}
.link:hover, .link:focus {
  text-decoration: none;
  color: var(--main-color-hover, #0b4bee);
}
.link.loading:before {
  content: "";
  border-radius: 50%;
  width: 20px;
  height: 20px;
  border: 3px solid rgba(0, 0, 0, 0.1);
  border-top: 3px solid var(--main-color, #366CF6);
  animation: rotating 1.2s infinite cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

.link-primary {
  color: var(--main-color, #366CF6);
  text-decoration: underline;
}
.link-primary:hover, .link-primary:focus {
  text-decoration: none;
  color: var(--main-color-hover, #0b4bee);
}

.link-default {
  color: var(--text-color, #000);
  text-decoration: underline;
}
.link-default:hover, .link-default:focus {
  text-decoration: none;
  color: var(--text-color, #000);
}

.link-arrow:after {
  content: "\e909";
}
.link-arrow:focus:after, .link-arrow:hover:after {
  transform: translateX(5px);
}

.link-back:after {
  content: "\e900";
}
.link-back:focus:after, .link-back:hover:after {
  transform: translateX(-5px);
}

.link-scroll:after {
  content: "\e908";
}

.link-download:after {
  content: "\e901";
}

.link-phone:before {
  content: "\e92f";
  font-size: 2.9rem;
}

.link-email:before {
  content: "\e930";
  font-size: 2.9rem;
}

.video-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.35);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 3;
  transition: 250ms;
}
.video-link .video-link-play {
  color: var(--base-white, #fff);
  text-align: center;
}
.video-link .video-link-play:before {
  content: "\e928";
  font-size: 6.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  text-indent: 3px;
  transition: color 0.3s ease-in-out;
}
.video-link:focus, .video-link:hover {
  text-decoration: none;
}
.video-link:focus .video-link-play, .video-link:hover .video-link-play {
  color: var(--main-color, #366CF6);
}

::-webkit-scrollbar {
  width: 5px;
}
@media (min-width: 768px) {
  ::-webkit-scrollbar {
    width: 10px;
  }
}

::-webkit-scrollbar-track {
  background: var(--base-grey, #F2F5F8);
}

::-webkit-scrollbar-thumb {
  background: var(--second-color, #242422);
}

::-webkit-scrollbar-thumb:hover {
  background: var(--main-color, #366CF6);
}

img {
  max-width: 100%;
}

.relative {
  position: relative;
}

.line {
  width: 100%;
  height: 1px;
  background: var(--color-line, #B7BFC9);
  margin: clamp(3rem, 4.3795620438vw, 6rem) 0;
}

/*[data-lazy-type] {
  filter: blur(10px);
  opacity: 0;
  transition: opacity 0.1s, filter 0.3s;

  &.loaded {
    filter: blur(0);
    opacity: 1;
  }
}*/
main table {
  width: 100%;
  color: var(--text-color, #000);
  font-size: 1.5rem;
}
main table tr {
  border-bottom: var(--color-line, #B7BFC9);
}
main table tr td {
  padding: 1rem;
}
main table tr:nth-child(even) {
  background: var(--color-line, #B7BFC9);
}
main table thead tr {
  background: var(--base-white, #fff) !important;
  border-bottom: 1px solid #cfeadd;
}
main table thead tr th {
  font-weight: 700;
  color: var(--base-grey, #F2F5F8);
  padding: 1rem 0;
  font-weight: 400;
}
main table tbody tr {
  border-bottom: 1px solid #cfeadd;
}
main table tbody tr:nth-child(even) {
  background: none;
}
main table tbody tr:last-child {
  border-color: #fff;
}
main table.time-table tr {
  border: none;
}
main table.time-table tr td {
  padding: 0;
}
main table.respo-table {
  width: 100%;
  font-size: 1.5rem;
  /*&.user-table {
    thead {
      tr {
        th {
          &:nth-child(2) {
            display: none;
            @include media(md) {
              display: table-cell;
            }
          }
          &:nth-child(3) {
            display: none;
            @include media(lg) {
              display: table-cell;
            }
          }
        }
      }
    }
    tbody {
      tr {
        td {
          &:nth-child(2) {
            display: none;
            @include media(md) {
              display: table-cell;
            }
          }
          &:nth-child(3) {
            display: none;
            @include media(lg) {
              display: table-cell;
            }
          }
        }
      }
    }
  }*/
}
main table.respo-table thead {
  padding: 0 0 3rem;
}
@media (min-width: 768px) {
  main table.respo-table thead {
    display: table-header-group;
    padding: 0;
  }
}
main table.respo-table thead tr {
  border-bottom: 1px solid #cfeadd;
  border-bottom: none;
  background: none !important;
}
@media (min-width: 768px) {
  main table.respo-table thead tr {
    display: table-row;
  }
}
main table.respo-table thead tr th {
  font-weight: 700;
  color: var(--base-grey, #F2F5F8);
  padding: 1rem 15px;
  font-weight: 400;
}
main table.respo-table thead tr th:first-child {
  padding: 1rem 1rem 1rem 0;
}
main table.respo-table thead tr th:last-child {
  padding: 1rem 0 1rem 1rem;
}
@media (min-width: 768px) {
  main table.respo-table tbody {
    display: table-row-group;
    margin: 0;
  }
}
main table.respo-table tbody tr {
  margin: 0;
  border: none;
  border-bottom: 1px solid #cfeadd;
  cursor: pointer;
  margin: 0 0 2rem;
  width: 100%;
  padding: 0 1rem 2rem 1rem;
}
main table.respo-table tbody tr:nth-child(odd) {
  background: none;
}
@media (min-width: 768px) {
  main table.respo-table tbody tr {
    display: table-row;
    margin: 0;
    width: auto;
    padding: 0;
  }
}
main table.respo-table tbody tr:last-child {
  border-color: #fff;
}
main table.respo-table tbody tr:nth-child(even) {
  background: none;
}
main table.respo-table tbody tr td {
  border: none;
  padding: 15px;
  font-size: 15px;
  letter-spacing: 0;
  line-height: 1.25;
  font-weight: normal;
  vertical-align: middle;
  color: var(--base-black, #000);
  white-space: nowrap;
  font-family: gill-sans-nova, sans-serif;
}
@media (min-width: 768px) {
  main table.respo-table tbody tr td {
    display: table-cell;
    width: auto;
    height: 40px;
    text-align: left;
    white-space: normal;
  }
}
@media (min-width: 768px) {
  main table.respo-table tbody tr td:first-child {
    padding: 1rem 1rem 1rem 0;
  }
}
main table.respo-table tbody tr td:last-child {
  vertical-align: middle;
}
@media (min-width: 768px) {
  main table.respo-table tbody tr td:last-child {
    padding: 1rem 0 1rem 1rem;
  }
}
main table.respo-table tbody tr td:before {
  content: attr(data-th);
  display: none;
  font-weight: bold;
  text-align: left;
  font-family: var(--font-family, "RP Grotesk"), sans-serif !important;
  margin: 0 2.5rem 0 0;
  font-size: clamp(12px, 11.6788321168vw, 16px);
  white-space: nowrap;
}
@media (min-width: 768px) {
  main table.respo-table tbody tr td:before {
    display: none;
  }
}
main table.respo-table tbody tr:hover {
  border-color: var(--main-color, #366CF6);
}
main table.respo-table tbody tr:hover .btn-small {
  color: var(--main-color, #366CF6);
  border-color: var(--main-color, #366CF6);
}
main table.respo-table.table-edit thead tr th:first-child {
  padding-left: 5.6rem;
}

.edit-table-helper {
  display: flex;
  align-items: center;
}
.edit-table-helper .btn-small {
  margin: 0 1.5rem 0 0;
}

.scroll-table {
  max-width: 100%;
  overflow: auto;
}

.table-respo-width {
  max-width: 100%;
  overflow-x: auto;
}
.table-respo-width table {
  width: 100%;
}

h1,
.h1 {
  font-size: clamp(3.2rem, 3.503649635vw, 4.8rem);
  line-height: clamp(4.1rem, 4.4525547445vw, 6.1rem);
  font-weight: 400;
  color: var(--text-color, #000);
  margin: clamp(4rem, 3.6496350365vw, 5rem) 0;
}

h2,
.h2 {
  font-size: clamp(2.6rem, 2.4817518248vw, 3.4rem);
  line-height: clamp(4rem, 3.2116788321vw, 4.4rem);
  font-weight: 400;
  color: var(--text-color, #000);
  margin: clamp(2.5rem, 2.9197080292vw, 4rem) 0;
}

h3,
.h3 {
  font-size: clamp(2rem, 1.897810219vw, 2.6rem);
  line-height: clamp(2.8rem, 2.0437956204vw, 2.8rem);
  font-weight: 400;
  color: var(--text-color, #000);
  margin: 2rem 0;
}

h4,
.h4 {
  font-size: clamp(1.4rem, 1.1678832117vw, 1.6rem);
  line-height: clamp(2.6rem, 1.4598540146vw, 2rem);
  font-weight: 400;
  color: var(--text-color, #000);
  margin: 2rem 0 2.5rem 0;
}

small,
.small-text {
  font-size: 1.4rem;
  line-height: 2rem;
}

big,
.perex {
  font-size: clamp(2.1rem, 1.897810219vw, 2.6rem);
  line-height: clamp(3rem, 2.9197080292vw, 4rem);
}

main ol {
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: my-ol;
}
main ol li {
  margin: 0 0 0.5rem 0;
  padding: 0 0 0 3rem;
  position: relative;
}
main ol li:before {
  content: counter(my-ol) ".";
  counter-increment: my-ol;
  color: var(--main-color, #366CF6);
  position: absolute;
  left: 0;
  top: 0.3rem;
  font-weight: 400;
  font-family: var(--font-family, "RP Grotesk"), sans-serif !important;
}
main ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
main ul li {
  margin: 0 0 0.5rem 0;
  padding: 0 0 0 3rem;
  position: relative;
}
main ul li:before {
  content: "";
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0.9rem;
  background: var(--main-color, #366CF6);
}

@keyframes rotating {
  100% {
    transform: rotate(360deg);
  }
}
@font-face {
  font-family: "RP Grotesk";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/FKGrotesk-Regular.woff") format("woff"), url("../fonts/FKGrotesk-Regular.woff2") format("woff2");
}
@font-face {
  font-family: "RP Grotesk";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/FKGrotesk-Medium.woff") format("woff"), url("../fonts/FKGrotesk-Medium.woff2") format("woff2");
}
:root {
  --header-background-color: rgb(78, 114, 231);
  --project-map-green: #69AE24;
  --project-map-brown: #B75700;
  --project-map-red: #DA0000;
  --stroke-width: 10px;
  --dasharray: 20px;
}
@media (min-width: 575px) {
  :root {
    --stroke-width: 6px;
    --dasharray: 18px;
  }
}
@media (min-width: 768px) {
  :root {
    --stroke-width: 3px;
    --dasharray: 12px;
  }
}

.repeater-load-more {
  margin: 5rem 0;
  text-align: center;
}

.items-container {
  min-height: 380px;
}
.items-container.loading {
  position: relative;
}
.items-container.loading:after {
  content: "";
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 11;
}
.items-container.loading:before {
  content: "";
  box-sizing: border-box;
  position: absolute;
  top: 5rem;
  left: 50%;
  width: 3rem;
  height: 3rem;
  margin-left: -1.5rem;
  border-radius: 50%;
  border: 2px solid transparent;
  border-top-color: var(--second-color, #242422);
  border-bottom-color: var(--second-color, #242422);
  animation: spinner 0.8s ease infinite;
  z-index: 22;
}
@media (min-width: 768px) {
  .items-container.loading:before {
    width: 4.6rem;
    height: 4.6rem;
    margin-left: -2.3rem;
  }
}

@keyframes spinner {
  to {
    transform: rotate(360deg);
  }
}
.newsletter-wrapper {
  position: fixed;
  right: 0;
  bottom: 0;
  padding: 1rem;
  background-color: var(--base-grey, #F2F5F8);
  z-index: 999;
}
@media (min-width: 768px) {
  .newsletter-wrapper {
    padding: 4rem 3.2rem;
  }
}
.newsletter-wrapper .newsletter-container {
  max-width: 60rem;
  margin: 0 auto;
}
.newsletter-wrapper .newsletter-container .newsletter-header {
  display: flex;
  gap: 3.2rem;
  justify-content: space-between;
}
.newsletter-wrapper .newsletter-container .newsletter-header h3 {
  margin-top: 0;
}
.newsletter-wrapper .newsletter-container .newsletter-close:before {
  color: var(--text-color, #000);
  content: "\e90c";
  font-size: 1.5rem;
}
.newsletter-wrapper .newsletter-container .newsletter-close:hover, .newsletter-wrapper .newsletter-container .newsletter-close:focus, .newsletter-wrapper .newsletter-container .newsletter-close:active {
  text-decoration: none;
}
.newsletter-wrapper .newsletter-container .newsletter-close:hover::before, .newsletter-wrapper .newsletter-container .newsletter-close:focus::before, .newsletter-wrapper .newsletter-container .newsletter-close:active::before {
  color: var(--main-color, #366CF6);
}

.checkbox {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 0;
  cursor: pointer;
}
.checkbox label {
  padding-left: 3rem;
  font-size: 1.2rem;
}
.checkbox input[type=checkbox] {
  width: 1px;
  height: 1px;
  opacity: 0;
  z-index: -1;
  position: absolute;
}
.checkbox input[type=checkbox] + label .fake-check {
  position: absolute;
  top: 0;
  left: 0;
  width: 2.2rem;
  height: 2.2rem;
  border: 1.2px solid var(--base-grey-dark, #B7BFC9);
  background-color: var(--base-white, #fff);
  margin: 0 1rem 0 0;
  pointer-events: none;
  transition: 0.2s ease-in-out;
}
.checkbox input[type=checkbox] + label .fake-check:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1rem;
  height: 1rem;
  opacity: 0;
  background-color: var(--main-color, #366CF6);
  transition: 0.2s ease-in-out;
  transform: translate(-50%, -50%);
}
.checkbox input[type=checkbox]:checked + label .fake-check {
  border-color: var(--main-color, #366CF6);
}
.checkbox input[type=checkbox]:checked + label .fake-check:before {
  opacity: 1;
}
.checkbox .pristine-error {
  width: 100%;
}

.radio {
  margin: 0;
}
.radio .form-radio-group {
  display: flex;
  flex-wrap: wrap;
  gap: clamp(2rem, 2.3357664234vw, 3.2rem);
}
.radio .form-radio-item {
  display: flex;
  align-items: center;
  gap: 1.6rem;
  margin-bottom: 1.6rem;
}
.radio input[type=radio] {
  width: 1px;
  height: 1px;
  opacity: 0;
  z-index: -1;
  position: absolute;
}
.radio input[type=radio] + label {
  display: flex;
  align-items: center;
  gap: 0.8rem;
}
.radio input[type=radio] + label .fake-radio {
  position: relative;
  width: 2.2rem;
  height: 2.2rem;
  border: 1px solid var(--base-black, #000);
  background-color: var(--base-white, #fff);
  border-radius: 50%;
}
.radio input[type=radio] + label .fake-radio:before {
  content: "";
  top: 50%;
  position: absolute;
  left: 50%;
  width: 1rem;
  height: 1rem;
  background: var(--main-color, #366CF6);
  border-radius: 50%;
  opacity: 0;
  transition: 0.2s ease-in-out;
  transform: translate(-50%, -50%);
}
.radio input[type=radio]:checked + label .fake-radio {
  border-color: var(--main-color, #366CF6);
}
.radio input[type=radio]:checked + label .fake-radio:before {
  opacity: 1;
}
.radio label {
  margin: 0;
}

.widget-formfieldsubmit.col-50 .form-group {
  text-align: center;
}
@media (min-width: 768px) {
  .widget-formfieldsubmit.col-50 .form-group {
    text-align: right;
  }
}

.pux-file-upload-component {
  background-color: transparent;
}
.pux-file-upload-component .pux-file-upload-input {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  background-color: transparent;
  outline: 0;
  border: 1px solid var(--color-line, #B7BFC9);
  border-radius: var(--base-border-radius, 0.8rem);
  padding: 1rem 0;
  min-height: 5rem;
  font-weight: 300;
}
.pux-file-upload-component .pux-file-upload-input::after {
  content: "\e91e";
  display: flex;
  align-items: center;
  justify-content: center;
  width: clamp(30px, 3rem, 3rem);
  height: clamp(30px, 3rem, 3rem);
  color: var(--main-color, #366CF6);
  font-size: clamp(14px, 1.6rem, 1.6rem);
}
.pux-file-upload-component .pux-file-upload-input:hover {
  cursor: pointer;
}
.pux-file-upload-component .pux-file-upload-input-files {
  display: grid;
  grid-gap: 1px;
  width: 100%;
  border: 1px solid var(--color-line, #B7BFC9);
  border-top: none;
  border-radius: 0;
  background-color: transparent;
}
.pux-file-upload-component .pux-file-upload-input-files .pux-file-upload-input-file {
  display: grid;
  grid-gap: 2rem;
  grid-template-columns: 3fr clamp(35px, 5rem, 5rem) clamp(30px, 3rem, 3rem);
  padding: 1rem 0;
  background-color: transparent;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.pux-file-upload-component .pux-file-upload-input-files .pux-file-upload-input-file .pux-file-upload-input-file-name {
  display: flex;
  align-items: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: clamp(14px, 1.5rem, 1.5rem);
}
.pux-file-upload-component .pux-file-upload-input-files .pux-file-upload-input-file .pux-file-upload-input-file-name::before {
  content: "\e91d";
  display: flex;
  color: var(--main-color, #366CF6);
  font-size: clamp(14px, 1.6rem, 1.6rem);
  margin: 0 1rem 0 0;
}
.pux-file-upload-component .pux-file-upload-input-files .pux-file-upload-input-file .pux-file-upload-input-file-type {
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  min-width: max-content;
  font-size: clamp(14px, 1.4rem, 1.4rem);
  line-height: clamp(18px, 1.8rem, 1.8rem);
  border-radius: 0.4rem;
  border: 1px solid var(--color-line, #B7BFC9);
}
.pux-file-upload-component .pux-file-upload-input-files .pux-file-upload-input-file .pux-file-upload-input-file-clear {
  display: flex;
  align-items: center;
  justify-content: center;
  width: clamp(30px, 3rem, 3rem);
  height: clamp(30px, 3rem, 3rem);
  background-color: #ebebeb;
  border-radius: 0.4rem;
  transition: 200ms ease-in-out;
}
.pux-file-upload-component .pux-file-upload-input-files .pux-file-upload-input-file .pux-file-upload-input-file-clear::after {
  content: "\e90c";
  font-size: clamp(14px, 1.5rem, 1.5rem);
  color: var(--base-black, #000);
}
.pux-file-upload-component .pux-file-upload-input-files .pux-file-upload-input-file .pux-file-upload-input-file-clear:hover, .pux-file-upload-component .pux-file-upload-input-files .pux-file-upload-input-file .pux-file-upload-input-file-clear:focus {
  cursor: pointer;
  background-color: #d2d2d2;
}
.pux-file-upload-component .pux-file-upload-clear-btn {
  background-color: var(--second-color, #242422);
  padding: 0.8rem 1rem;
  border-radius: 0.4rem;
  font-size: clamp(12px, 1.2rem, 1.2rem);
  text-transform: uppercase;
  color: var(--base-white, #fff);
  text-decoration: none;
  transition: 200ms ease-in-out;
}
.pux-file-upload-component .pux-file-upload-clear-btn:hover, .pux-file-upload-component .pux-file-upload-clear-btn:focus {
  text-decoration: none;
  background-color: var(--second-color-hover, #0a0a09);
}

.file-input {
  display: flex;
}
.file-input label {
  margin: 0;
}
.file-input .file-input-name {
  border: 1px solid var(--color-line, #B7BFC9);
  justify-content: flex-end;
  position: relative;
  width: 50%;
  margin: 0 1rem 0 0;
  padding: 0 3rem 0 0;
}
.file-input .file-name,
.file-input .file-placeholder {
  padding: 1rem 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
.file-input .btn {
  background: var(--base-black, #000);
  color: var(--base-white, #fff);
  cursor: pointer;
}
.file-input .file-remove {
  display: none;
  cursor: pointer;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  height: 100%;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
}
.file-input .error-file {
  display: none;
}

.has-danger {
  scroll-margin-top: 5.4rem;
}
.has-danger select,
.has-danger input[type=email],
.has-danger input[type=tel],
.has-danger input[type=text],
.has-danger input[type=number],
.has-danger input[type=password],
.has-danger input[type=number],
.has-danger input[type=date],
.has-danger input[type=datetime-local],
.has-danger input[type=url],
.has-danger .pux-file-upload-input,
.has-danger textarea {
  border: 1px solid #dc3545;
  animation-name: blink;
  animation-duration: 1s;
  animation-timing-function: ease;
  animation-iteration-count: 2;
  animation-direction: normal;
}

.pristine-error,
.selectError {
  font-size: 1.4rem;
  line-height: 1;
  color: #dc3545;
  display: block;
  margin: 0.5rem 0 1rem 0;
}

button,
input[type=submit] {
  cursor: pointer;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active,
input:-internal-autofill-selected,
input:-internal-autofill-previewed {
  background-color: transparent !important;
  -webkit-box-shadow: 0 0 0 4rem transparent inset !important;
  color: var(--text-color, #000) !important;
}

.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}
.alert-danger h2,
.alert-danger h3 {
  color: #721c24;
  margin: 0 0 5px 0;
}

.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}
.alert-success h2,
.alert-success h3 {
  color: #155724;
  margin: 0 0 5px 0;
}

.alert {
  padding: 0.75rem 1.25rem;
  margin: 0;
  border: 1px solid transparent;
  border-radius: 0.6rem;
  font-weight: 700;
}

@keyframes blink {
  0% {
    background: #fff;
  }
  50% {
    background: #fec7ca;
  }
  100% {
    background: #fff;
  }
}
.hidden {
  display: none;
}

.form-parent.d-none {
  display: none;
}
.form-parent h2 {
  margin-top: 0;
}

.form-success {
  display: none;
}
.form-success.d-block {
  display: block;
}

.revealing-dropdown-fields {
  display: none;
  width: 100%;
}
.revealing-dropdown-fields.active {
  display: block;
}
.revealing-dropdown-fields.active > .section-grid > .form-group {
  display: none;
}
.revealing-dropdown-fields.active > .section-grid > .form-group.active {
  display: block;
}

.floating-label {
  position: relative;
}
.floating-label label {
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  transition: 250ms;
  line-height: 1;
  margin: 0;
  pointer-events: none;
}
.floating-label.active label {
  top: 0;
  font-size: 1.4rem;
  transform: translateY(-50%);
  background: var(--base-white, #fff);
}
.floating-label.active label.after {
  font-size: 1.4rem;
}
.floating-label.floating-textarea label {
  top: 2.7rem;
}
.floating-label.floating-textarea.active label {
  top: 0;
  transform: translateY(-50%);
}

.widget-container.widget-form .small-container {
  margin: 0;
}

form .widget-row {
  gap: 3rem;
}
form .widget-row .form-group {
  margin: 0 !important;
}
form .widget-row .form-group.widget-formfieldinput, form .widget-row .form-group.widget-formfieldmultiple, form .widget-row .form-group.widget-formfieldtextarea {
  padding: 0 !important;
}
form .widget-row .form-group.widget-formfieldsubmit {
  padding: 0 !important;
  margin: 0 !important;
}
form .form-group {
  margin: 4rem 0;
}

form.hide-labels .form-group:not(.checkbox) > label {
  display: none;
}

.required-star::before {
  content: "";
  color: var(--main-color, #366CF6);
  margin-left: 0.4rem;
  font-size: clamp(14px, 1.4rem, 1.4rem);
  line-height: 1;
}

.form-group-centered {
  display: flex;
  align-items: center;
  height: 100%;
}

select,
input[type=email],
input[type=tel],
input[type=text],
input[type=number],
input[type=password],
input[type=number],
input[type=date],
input[type=datetime-local],
input[type=url],
textarea {
  width: 100%;
  background-color: transparent;
  outline: 0;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 1px solid var(--color-line, #B7BFC9);
  border-radius: 0;
  padding: 1rem 0;
  height: 5rem;
  font-weight: 300;
}
select:focus,
input[type=email]:focus,
input[type=tel]:focus,
input[type=text]:focus,
input[type=number]:focus,
input[type=password]:focus,
input[type=number]:focus,
input[type=date]:focus,
input[type=datetime-local]:focus,
input[type=url]:focus,
textarea:focus {
  border-bottom: 2px solid var(--main-color, #366CF6);
}
select::placeholder,
input[type=email]::placeholder,
input[type=tel]::placeholder,
input[type=text]::placeholder,
input[type=number]::placeholder,
input[type=password]::placeholder,
input[type=number]::placeholder,
input[type=date]::placeholder,
input[type=datetime-local]::placeholder,
input[type=url]::placeholder,
textarea::placeholder {
  color: #b0b0b0;
}

textarea {
  min-height: 20rem;
}

textarea.no-resize {
  resize: none;
}

.form-group.type-hidden {
  margin: 0 !important;
}
.form-group.type-hidden label {
  display: none;
}

.grecaptcha-badge {
  z-index: 1009;
}

.parts-rows {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.parts-rows .parts-row {
  display: grid;
  grid-gap: 2rem;
  grid-template-columns: 0.5fr 0.5fr 3rem;
  grid-template-areas: "code number close" "note note note" "files files files";
}
.parts-rows .parts-row .form-group:first-of-type {
  grid-area: code;
}
.parts-rows .parts-row .form-group:nth-child(3) {
  grid-area: number;
}
.parts-rows .parts-row .form-group:nth-child(5) {
  grid-area: close;
}
.parts-rows .parts-row .form-group:nth-child(2) {
  grid-area: note;
}
.parts-rows .parts-row .form-group:nth-child(4) {
  grid-area: files;
}
@media (min-width: 575px) {
  .parts-rows .parts-row {
    grid-template-columns: 0.5fr 0.5fr 5rem;
    grid-template-areas: "code number close" "note files files";
  }
}
@media (min-width: 992px) {
  .parts-rows .parts-row {
    grid-template-columns: 0.9fr 1.9fr 0.25fr 1fr 5rem;
    grid-template-areas: "code note number files close";
  }
}
.parts-rows .parts-row .parts-remove-btn {
  font-size: 0;
  background-color: inherit;
  text-decoration: none;
}
.parts-rows .parts-row .parts-remove-btn::before {
  content: "\e904";
  font-size: 2rem;
  font-weight: 700;
}
.parts-rows .parts-row + .parts-row {
  margin-top: 2rem;
  padding-top: 2rem;
  border-top: 2px solid var(--main-color, #366CF6);
}
@media (min-width: 992px) {
  .parts-rows .parts-row + .parts-row {
    border: none;
  }
}
.parts-rows .parts-row + .parts-row.parts-rows-0 {
  border: none;
}
.parts-rows .parts-row.parts-footer {
  order: 1;
  margin-top: 1rem;
  grid-template-areas: "footer footer footer";
}
.parts-rows .parts-row.parts-footer .parts-footer-note {
  grid-area: footer;
}
@media (min-width: 575px) {
  .parts-rows .parts-row.parts-footer {
    grid-template-areas: ". footer footer";
  }
}
@media (min-width: 992px) {
  .parts-rows .parts-row.parts-footer {
    grid-template-areas: ". . . footer .";
  }
}

.parts-add-btn {
  width: 100%;
  text-align: center;
}

.pux-form .section-grid {
  display: block;
}

.pux-container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
  width: 100%;
}
.pux-container:after {
  display: block;
  content: "";
  clear: both;
}
@media (min-width: 768px) {
  .pux-container {
    padding-left: 4.2rem;
    padding-right: 4.2rem;
  }
}
.pux-container .pux-container {
  padding-left: 0;
  padding-right: 0;
}

.small-container {
  max-width: 86rem;
  margin-left: auto;
  margin-right: 0;
}

.smaller-container {
  max-width: 63rem;
}
@media (min-width: 1200px) {
  .smaller-container {
    max-width: 93rem;
  }
}

.boxed-container {
  padding-left: 3rem;
  padding-right: 3rem;
}
@media (min-width: 768px) {
  .boxed-container {
    padding-left: 11rem;
    padding-right: 11rem;
  }
}

.body-container {
  background: #fff;
  border-radius: 0.6rem;
  padding: 1px 1rem 2rem 1rem;
}
@media (min-width: 768px) {
  .body-container {
    padding: 1px 2.5rem 2.5rem 2.5rem;
  }
}

.section-grid,
.section-row {
  display: flex;
  flex-wrap: wrap;
  gap: 3rem;
}

.section-container,
.widget-container {
  position: relative;
  display: block;
  width: 100%;
  flex-basis: 100%;
}

.section-container {
  padding: calc(clamp(4rem, 5.8394160584vw, 8rem)/2) 0;
}
.section-container:has(.top-image) {
  padding: 0;
}
.section-container.horizontal-align-center .section-grid {
  align-items: center;
}
.section-container.vertical-align-center .section-grid {
  justify-content: center;
}
.section-container.vertical-align-right .section-grid {
  justify-content: flex-end;
}

.mt-default {
  margin-top: calc(clamp(4rem, 5.8394160584vw, 8rem)/2);
}

.mb-default {
  margin-bottom: calc(clamp(4rem, 5.8394160584vw, 8rem)/2);
}

.section-description {
  padding-top: 4rem;
}
.section-description *:first-child {
  margin-top: 0;
}
.section-description *:last-child {
  margin-bottom: 0;
}

.section-button {
  display: flex;
  padding-bottom: 4rem;
}
.section-button.button-align-center {
  justify-content: center;
}
.section-button.button-align-right {
  justify-content: flex-end;
}

.widget-container {
  padding: calc(clamp(2rem, 2.9197080292vw, 4rem)/2) 0;
}
.widget-container:has(.top-image) {
  padding: 0;
}

.section-white {
  background-color: var(--base-white, #fff);
}
.section-white:not:has(.top-image) + .section-white {
  padding-top: 0;
}
.section-white:not:has(.top-image) + .section-white .widget-container:first-child {
  padding-top: 0;
}
.section-white:not:has(.top-image) + .section-white .widget-container:first-child.col-50 + .widget-container.col-50 {
  padding-top: 0;
}

.section-grey {
  background-color: var(--base-grey, #F2F5F8);
}
.section-grey:not:has(.top-image) + .section-grey {
  padding-top: 0;
}
.section-grey:not:has(.top-image) + .section-grey .widget-container:first-child {
  padding-top: 0;
}
.section-grey:not:has(.top-image) + .section-grey .widget-container:first-child.col-50 + .widget-container.col-50 {
  padding-top: 0;
}

.section-container.visibility-false {
  display: none;
}

.dev-logs {
  position: fixed;
  bottom: 0;
  right: 0;
  max-width: 100vw;
  padding: 2rem;
  background-color: #dc3545;
  color: var(--base-white, #fff);
  z-index: 999999999999999900000000000;
}
.dev-logs a {
  color: var(--base-white, #fff);
  text-decoration: underline;
}
.dev-logs a:hover {
  text-decoration: none;
}

.col-25 {
  flex-basis: 100%;
}
@media (min-width: 768px) {
  .col-25 {
    flex-basis: calc(25% - (3rem / 1.25));
  }
}

.col-33 {
  flex-basis: 100%;
}
@media (min-width: 768px) {
  .col-33 {
    flex-basis: calc(33.3333333333% - (3rem / 1.5));
  }
}

.col-50 {
  flex-basis: 100%;
}
@media (min-width: 768px) {
  .col-50 {
    flex-basis: calc(50% - (3rem / 2));
  }
}

.col-66 {
  flex-basis: 100%;
}
@media (min-width: 768px) {
  .col-66 {
    flex-basis: calc(66.6666666667% - (3rem / 3));
  }
}

.col-75 {
  flex-basis: 100%;
}
@media (min-width: 768px) {
  .col-75 {
    flex-basis: calc(75% - (3rem / 5));
  }
}

.col-100 {
  flex-basis: 100%;
}

.cookies-modal .cookies-modal-body .checkbox-cookies input[type=checkbox] + label:before {
  border-color: var(--main-color, #366CF6);
  border-radius: 0.4rem;
  transition: 350ms ease-in-out;
}
.cookies-modal .cookies-modal-body .checkbox-cookies input[type=checkbox]:checked + label:before {
  background-color: var(--main-color, #366CF6);
}

.cookies-panel .cookies-btn,
.cookies-modal .cookies-btn {
  transition: 350ms ease-in-out;
  border-radius: var(--base-border-radius, 0.8rem);
  border: 2px solid var(--main-color, #366CF6);
  font-weight: 700;
}
.cookies-panel .cookies-btn.btn-primary,
.cookies-modal .cookies-btn.btn-primary {
  background-color: var(--main-color, #366CF6);
  color: var(--base-white, #fff);
}
.cookies-panel .cookies-btn.btn-primary:hover,
.cookies-modal .cookies-btn.btn-primary:hover {
  background-color: var(--main-color-hover, #0b4bee);
}
.cookies-panel .cookies-btn.btn-default,
.cookies-modal .cookies-btn.btn-default {
  background-color: var(--base-white, #fff);
  color: var(--text-color, #000);
}
.cookies-panel .cookies-btn.btn-default:hover,
.cookies-modal .cookies-btn.btn-default:hover {
  background-color: var(--main-color, #366CF6);
  color: var(--base-white, #fff);
}

.footer {
  background: #4D4D4D;
  color: var(--base-white, #fff);
  padding-top: clamp(9rem, 10.2189781022vw, 14rem);
  padding-bottom: 9rem;
}
@media (min-width: 768px) {
  .footer {
    padding-bottom: 3.2rem;
  }
}
.footer .footer-grid {
  display: flex;
  flex-direction: column;
  gap: 4rem;
}
@media (min-width: 992px) {
  .footer .footer-grid {
    display: grid;
    gap: 2.4rem;
    grid-template-columns: 1.8fr 1fr 1fr;
    grid-template-rows: auto 1fr auto auto;
    grid-template-areas: "logo       menu        contact" ".          menu        socials" "claim      .           ." "copyright  copyright   copyright";
  }
}
.footer ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.footer ul li {
  margin: 0 0 0.5rem 0;
}
.footer a {
  color: var(--base-white, #fff);
  text-decoration: none;
}
.footer a:focus, .footer a:hover {
  color: var(--base-white, #fff);
  text-decoration: underline;
}
.footer .social-container {
  order: -1;
  grid-area: socials;
}

.footer-logo {
  order: -1;
  grid-area: logo;
  font-size: 0;
}
.footer-logo img {
  max-height: 12rem;
}

.footer-navigation {
  grid-area: menu;
}
.footer-navigation a {
  font-size: clamp(2rem, 2.1897810219vw, 3rem);
  line-height: clamp(3.8rem, 3.3576642336vw, 4.6rem);
  font-weight: 400;
}
.footer-navigation a:hover, .footer-navigation a:visited, .footer-navigation a:active, .footer-navigation a:focus {
  color: var(--base-white, #fff);
  text-decoration: underline;
}

.footer-contactContainer {
  grid-area: contact;
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
}
@media (min-width: 768px) {
  .footer-contactContainer {
    margin-bottom: 4rem;
  }
}
.footer-contactContainer .footer-contactItem h3 {
  color: var(--base-grey-dark, #B7BFC9);
  font-weight: 400;
  font-size: clamp(1.4rem, 1.1678832117vw, 1.6rem);
  line-height: clamp(2.2rem, 1.897810219vw, 2.6rem);
  margin: 0;
}

.footer-claim {
  grid-area: claim;
  margin-right: 10rem;
  font-size: 1.6rem;
  line-height: 2.6rem;
}
@media (min-width: 768px) {
  .footer-claim {
    margin-top: clamp(5rem, 7.299270073vw, 10rem);
  }
}

.footer-copyright {
  grid-area: copyright;
  display: flex;
  align-items: flex-start;
  flex-direction: column-reverse;
  gap: clamp(1.6rem, 1.7518248175vw, 2.4rem);
  color: var(--base-grey-hover, #959595);
  font-size: 1.4rem;
}
@media (min-width: 768px) {
  .footer-copyright {
    width: 100%;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    align-self: center;
  }
}
.footer-copyright .footer-info {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}
@media (min-width: 768px) {
  .footer-copyright .footer-info {
    flex-direction: row;
    gap: 8rem;
  }
}
.footer-copyright .footer-policy {
  order: 1;
}
@media (min-width: 768px) {
  .footer-copyright .footer-policy {
    order: unset;
  }
}
.footer-copyright .footer-policy ul {
  display: flex;
  gap: 2.4rem;
}
.footer-copyright .footer-policy ul li {
  margin: 0;
}
.footer-copyright a {
  color: var(--base-grey-hover, #959595);
  text-decoration: underline;
}
.footer-copyright a:focus, .footer-copyright a:hover {
  color: var(--base-grey-hover, #959595);
  text-decoration: none;
}

.social-container {
  display: flex;
  flex-wrap: wrap;
  gap: 3.2rem;
}

.social-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none !important;
  height: 2.5rem;
  font-size: 0;
}
.social-link:before {
  font-size: 2.5rem;
  height: 2.5rem;
  transition: 200ms ease;
}
.social-link.social-facebook:before {
  content: "\e917";
}
.social-link.social-youtube:before {
  content: "\e912";
}
.social-link.social-twitter:before {
  content: "\e913";
}
.social-link.social-instagram:before {
  content: "\e916";
}
.social-link.social-linkedin:before {
  content: "\e915";
}
.social-link.social-tiktok:before {
  content: "\e92e";
  font-size: 1.8rem;
  height: 1.8rem;
}
.social-link:focus, .social-link:hover {
  text-decoration: none !important;
}

.social-link.social-facebook:focus::before, .social-link.social-facebook:hover::before {
  color: var(--main-color, #366CF6);
}

.social-link.social-twitter:focus::before, .social-link.social-twitter:hover::before {
  color: var(--main-color, #366CF6);
}

.social-link.social-linkedin:focus::before, .social-link.social-linkedin:hover::before {
  color: var(--main-color, #366CF6);
}

.social-link.social-youtube:focus::before, .social-link.social-youtube:hover::before {
  color: var(--main-color, #366CF6);
}

.social-link.social-instagram:focus::before, .social-link.social-instagram:hover::before {
  color: var(--main-color, #366CF6);
}

.social-link.social-pinterest:focus::before, .social-link.social-pinterest:hover::before {
  color: var(--main-color, #366CF6);
}

.social-link.social-google:focus::before, .social-link.social-google:hover::before {
  color: var(--main-color, #366CF6);
}

.social-link.social-tiktok:focus::before, .social-link.social-tiktok:hover::before {
  color: var(--main-color, #366CF6);
}

.header-admin .header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 3rem;
}

.admin-login {
  padding-top: 0;
}
.admin-login .login,
.admin-login .logout,
.admin-login .register,
.admin-login .forgottenPassword {
  max-width: 60rem;
  margin-left: auto;
  margin-right: auto;
}
.admin-login .login .login-btns {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.8rem;
}

.pt-zero {
  padding-top: clamp(0rem, 0vw, 0rem) !important;
}

.pb-zero {
  padding-bottom: clamp(0rem, 0vw, 0rem) !important;
}

.mt-zero {
  margin-top: clamp(0rem, 0vw, 0rem) !important;
}

.mb-zero {
  margin-bottom: clamp(0rem, 0vw, 0rem) !important;
}

.pt-half {
  padding-top: clamp(1rem, 1.4598540146vw, 2rem) !important;
}

.pb-half {
  padding-bottom: clamp(1rem, 1.4598540146vw, 2rem) !important;
}

.mt-half {
  margin-top: clamp(1rem, 1.4598540146vw, 2rem) !important;
}

.mb-half {
  margin-bottom: clamp(1rem, 1.4598540146vw, 2rem) !important;
}

.pt-double {
  padding-top: clamp(4rem, 5.8394160584vw, 8rem) !important;
}

.pb-double {
  padding-bottom: clamp(4rem, 5.8394160584vw, 8rem) !important;
}

.mt-double {
  margin-top: clamp(4rem, 5.8394160584vw, 8rem) !important;
}

.mb-double {
  margin-bottom: clamp(4rem, 5.8394160584vw, 8rem) !important;
}

.ktc-form input + label:after,
.ktc-form input + label:before,
.ktc-admin-ui [class*=" icon-"]:before,
.ktc-admin-ui [class^=icon-]:before,
kentico-section-header .ktc-section-header [class*=" icon-"]:before,
kentico-section-header .ktc-section-header [class^=icon-]:before {
  font-family: "Core-icons" !important;
}

*:before,
*:after {
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 2rem;
}

.d-none,
.hide {
  display: none !important;
}

.d-block {
  display: block !important;
}

.d-flex {
  display: flex !important;
}

.flex-col {
  flex-direction: column;
}

.flex-row {
  flex-direction: row;
}

.gap-1 {
  gap: 0.8rem;
}

.gap-2 {
  gap: 1.6rem;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.m-0 {
  margin: 0 !important;
}

.ml-auto {
  margin-left: auto;
}

.mr-auto {
  margin-right: auto;
}

.p-0 {
  padding: 0 !important;
}

.uppercase {
  text-transform: uppercase;
}

.text-danger,
span.text-danger {
  font-size: 1.4rem;
  color: #dc3545 !important;
}
/*# sourceMappingURL=style.css.map */
