@charset "UTF-8";
*,
::after,
::before {
  box-sizing: border-box;
}
ol[class],
ul[class] {
  padding: 0;
}
blockquote,
body,
dd,
dl,
figcaption,
figure,
h1,
h2,
h3,
h4,
li,
ol,
p,
ul {
  margin: 0;
}
body {
  min-height: 100vh;
  scroll-behavior: smooth;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
/*  background: #FFFEF8!important;*/
  background: #FFFBEF!important;
}
ol[class],
ul[class] {
  list-style: none;
}
a:not([class]) {
  text-decoration-skip-ink: auto;
}
img {
  max-width: 100%;
  display: block;
}
button,
input,
select,
textarea {
  font: inherit;
}
@media (prefers-reduced-motion: reduce) {
  * {
    animation-duration: 0s !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0s !important;
    scroll-behavior: auto !important;
  }
}
:root {
  --sizeH1: 48px;
  --sizeH2: 32px;
  --sizeH3: 24px;
  --sizeH4: 18px;
  --sizeButtonM: 18px;
  --sizeButtonS: 16px;
  --sizeLabel: 14px;
  --sizeM: 18px;
  --sizeS: 16px;
  --sizeXS: 14px;
  --bluePrimary: #2e498c;
  --greenPrimary: #156d4d;
  --orangePrimary: #f47a2c;
  --yellowPrimary: #ffd16a;
  --neutral100: #121111;
  --neutral80: #363434;
  --neutral60: #737070;
  --neutral40: #b4b4b4;
  --neutral10: #f1f1f1;
  --neutral0: #fffef8;
  --neueGrotesk: "NeueHaasGroteskDisplayPro", sans-serif;
  --neueApfel: "ApfelGrotezk", sans-serif;
}


.subtitle p {
  font-family: 'Manrope', sans-serif;
  font-size: 1.1rem;
  color: #b0b0b0;
}


.h1,
h1 {
  text-transform: none;
/*  font-family: 'DM Serif Display', serif;*/
  font-family: 'Playfair Display', serif;
  font-size: var(--sizeH1);
  font-weight: 700;
  line-height: 56px;
  letter-spacing: -0.015em;
}
@media (max-width: 767px) {
  .h1,
  h1 {
    font-size: 36px;
    line-height: 44px;
    letter-spacing: 0.48px;
  }
}
.h2,
h2 {
  font-size: var(--sizeH2);
  font-weight: 700;
  line-height: 1;
}
.h3,
h3 {
  font-size: var(--sizeH3);
  font-weight: 700;
  line-height: 1;
}
* {
  box-sizing: border-box;
}
.grecaptcha-badge {
  right: -500px !important;
}
body {
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 20px;
  line-height: 28px;
  color: var(--neutral100);
  background: var(--neutral0);
  font-weight: 400;
}
@media (max-width: 767px) {
  body {
    font-size: 12px;
    line-height: 18px;
  }
}
body strong {
  font-weight: 700;
}
a {
  text-decoration: none;
  transition: all 0.4s;
}
.row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
}
.justify-between {
  justify-content: space-between;
}
[class*="col"] {
  padding-left: 10px;
  padding-right: 10px;
}
.col3 {
  flex: 0 0 25%;
  max-width: 25%;
}
.col-4,
.col4 {
  flex: 0 0 33.3333%;
  max-width: 33.3333%;
}
.col-3,
.col3 {
  flex: 0 0 25%;
  max-width: 25%;
}
.col-6,
.col6 {
  flex: 0 0 50%;
  max-width: 50%;
}
.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}
.col-12,
.col12 {
  flex: 0 0 100%;
  max-width: 100%;
}
.container {
  margin: 0 auto;
  width: 100%;
  max-width: 1330px;
  padding-left: 30px;
  padding-right: 30px;
}
@media (max-width: 1300px) {
  .container {
    max-width: calc(100% - 40px);
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 990px) {
  .container {
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 990px) {
  .tablet-device {
    display: none;
  }
}
.justify-end {
  justify-content: flex-end;
}
.justify-center {
  justify-content: center;
}
.overflow-hidden {
  overflow: hidden;
}
.section .section-inner {
  padding: 28px 0;
}
.section .btn-group {
  margin-top: 40px;
  display: flex;
  justify-content: center;
}
.title-block {
  margin-bottom: 40px;
}
.title-block .h3 {
  text-transform: uppercase;
}
.title-block .subtitle {
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0.36px;
  color: var(--neutral80);
}
.form-row {
  display: flex;
  flex-wrap: wrap;
}
.not-selectable {
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.carousel {
  position: relative;
  box-sizing: border-box;
}
.carousel *,
.carousel :after,
.carousel :before {
  box-sizing: inherit;
}
.carousel__viewport {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.carousel__track {
  display: flex;
}
.carousel__slide {
  flex: 0 0 auto;
  width: var(--carousel-slide-width, 60%);
  max-width: 100%;
  padding: 1rem;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
  touch-action: pan-y;
}
.carousel.has-dots {
  margin-bottom: calc(0.5rem + 22px);
}
.carousel__dots {
  margin: 0 auto;
  padding: 0;
  position: absolute;
  top: calc(100% + 0.5rem);
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  list-style: none;
  user-select: none;
}
.carousel__dots .carousel__dot {
  margin: 0;
  padding: 0;
  display: block;
  position: relative;
  width: 22px;
  height: 22px;
  cursor: pointer;
}
.carousel__dots .carousel__dot:after {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: currentColor;
  opacity: 0.25;
  transition: opacity 0.15s ease-in-out;
}
.carousel__dots .carousel__dot.is-selected:after {
  opacity: 1;
}
.carousel__button {
  width: var(--carousel-button-width, 48px);
  height: var(--carousel-button-height, 48px);
  padding: 0;
  border: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  pointer-events: all;
  cursor: pointer;
  color: var(--carousel-button-color, currentColor);
  background: var(--carousel-button-bg, transparent);
  border-radius: var(--carousel-button-border-radius, 50%);
  box-shadow: var(--carousel-button-shadow, none);
}
.carousel__button.is-next,
.carousel__button.is-prev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.carousel__button.is-prev {
  left: 10px;
}
.carousel__button.is-next {
  right: 10px;
}
.carousel__button[disabled] {
  cursor: default;
  opacity: 0.3;
}
.carousel__button svg {
  width: var(--carousel-button-svg-width, 24px);
  height: var(--carousel-button-svg-height, 24px);
  fill: none;
  stroke: currentColor;
  stroke-width: var(--carousel-button-svg-stroke-width, 1.5);
  stroke-linejoin: bevel;
  stroke-linecap: round;
  filter: var(--carousel-button-svg-filter, none);
  pointer-events: none;
}
body.compensate-for-scrollbar {
  overflow: hidden !important;
  touch-action: none;
}
.fancybox__container {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: 0;
  padding: env(safe-area-inset-top, 0) env(safe-area-inset-right, 0)
    env(safe-area-inset-bottom, 0) env(safe-area-inset-left, 0);
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  color: var(--fancybox-color, #fff);
  -webkit-tap-highlight-color: transparent;
  overflow: hidden;
  z-index: 1050;
  outline: 0;
  transform-origin: top left;
  --carousel-button-width: 48px;
  --carousel-button-height: 48px;
  --carousel-button-svg-width: 24px;
  --carousel-button-svg-height: 24px;
  --carousel-button-svg-stroke-width: 2.5;
  --carousel-button-svg-filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.4));
}
.fancybox__container *,
.fancybox__container ::after,
.fancybox__container ::before {
  box-sizing: inherit;
}
.fancybox__container :focus {
  outline: thin dotted;
}
body.is-using-mouse .fancybox__container :focus {
  outline: 0;
}
@media all and (min-width: 1024px) {
  .fancybox__container {
    --carousel-button-svg-width: 27px;
    --carousel-button-svg-height: 27px;
  }
}
.fancybox__backdrop {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  background: var(--fancybox-bg, rgba(24, 24, 27, 0.97));
}
.fancybox__carousel {

  position: relative;
  flex: 1 1 auto;
  min-height: 0;
  height: 100%;
  z-index: 10;
}
.fancybox__carousel.has-dots {
  margin-bottom: calc(0.5rem + 22px);
}
.fancybox__viewport {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: visible;
  cursor: default;
}
.fancybox__track {
  display: flex;
  height: 100%;
}
.fancybox__slide {
  flex: 0 0 auto;
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 64px;
  position: relative;
  overscroll-behavior: contain;
  display: flex;
  flex-direction: column;
  outline: 0;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  --carousel-button-width: 36px;
  --carousel-button-height: 36px;
  --carousel-button-svg-width: 22px;
  --carousel-button-svg-height: 22px;
}
.fancybox__slide::after,
.fancybox__slide::before {
  content: "";
  flex: 0 0 0;
  margin: auto;
}
@media all and (min-width: 1024px) {
  .fancybox__slide {
    padding: 64px 100px;
  }
}
.fancybox__content {
  margin: 0 env(safe-area-inset-right, 0) 0 env(safe-area-inset-left, 0);
  padding: 36px;
  color: var(--fancybox-content-color, #374151);
  background: var(--fancybox-content-bg, #fff);
  position: relative;
  align-self: center;
  display: flex;
  flex-direction: column;
  z-index: 20;
}
.fancybox__caption {
  align-self: center;
  max-width: 100%;
  margin: 0;
  padding: 1rem 0 0 0;
  line-height: 1.375;
  color: var(--fancybox-color, currentColor);
  visibility: visible;
  cursor: auto;
  flex-shrink: 0;
}
.is-loading .fancybox__caption {
  visibility: hidden;
}
.fancybox__container > .carousel__dots {
  top: 100%;
  color: var(--fancybox-color, #fff);
}
.fancybox__nav .carousel__button {
  z-index: 40;
}
.fancybox__nav .carousel__button.is-next {
  right: 8px;
}
@media all and (min-width: 1024px) {
  .fancybox__nav .carousel__button.is-next {
    right: 40px;
  }
}
.fancybox__nav .carousel__button.is-prev {
  left: 8px;
}
@media all and (min-width: 1024px) {
  .fancybox__nav .carousel__button.is-prev {
    left: 40px;
  }
}
.carousel__button.is-close {
  position: absolute;
  top: 8px;
  right: 8px;
  top: calc(env(safe-area-inset-top, 0px) + 8px);
  right: calc(env(safe-area-inset-right, 0px) + 8px);
  z-index: 40;
}
@media all and (min-width: 1024px) {
  .carousel__button.is-close {
    right: 40px;
  }
}
.fancybox__content > .carousel__button.is-close {
  position: absolute;
  top: -36px;
  right: 0;
  color: var(--fancybox-color, #fff);
}
.fancybox__spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50px;
  height: 50px;
  cursor: pointer;
  z-index: 1053;
  color: var(--fancybox-color, currentColor);
}
.fancybox__spinner svg {
  animation: fancybox-rotate 2s linear infinite;
  transform-origin: center center;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
}
.fancybox__spinner svg circle {
  fill: none;
  stroke-width: 2.5;
  stroke-miterlimit: 10;
  stroke-dasharray: 1, 200;
  stroke-dashoffset: 0;
  animation: fancybox-dash 1.5s ease-in-out infinite;
  stroke-linecap: round;
  stroke: currentColor;
}
@keyframes fancybox-rotate {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes fancybox-dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px;
  }
  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -124px;
  }
}
.fancybox__container.is-animated[aria-hidden="false"]
  .carousel__button.is-close,
.fancybox__container.is-animated[aria-hidden="false"] .carousel__dots,
.fancybox__container.is-animated[aria-hidden="false"] .fancybox__backdrop,
.fancybox__container.is-animated[aria-hidden="false"] .fancybox__caption,
.fancybox__container.is-animated[aria-hidden="false"] .fancybox__nav {
  transition: opacity var(--fancybox-ts, 0.25s) ease;
  opacity: var(--fancybox-opacity, 1);
}
.fancybox__container.is-animated[aria-hidden="true"] .carousel__button.is-close,
.fancybox__container.is-animated[aria-hidden="true"] .carousel__dots,
.fancybox__container.is-animated[aria-hidden="true"] .fancybox__backdrop,
.fancybox__container.is-animated[aria-hidden="true"] .fancybox__caption,
.fancybox__container.is-animated[aria-hidden="true"] .fancybox__nav {
  transition: opacity 0.2s ease;
  opacity: 0;
}
.fancybox-fadeIn {
  animation: 0.2s ease both fancybox-fadeIn;
}
.fancybox-fadeOut {
  animation: 0.2s ease both fancybox-fadeOut;
}
.fancybox-zoomInUp {
  animation: 0.2s ease both fancybox-zoomInUp;
}
.fancybox-zoomOutDown {
  animation: 0.2s ease both fancybox-zoomOutDown;
}
.fancybox-throwOutUp {
  animation: 0.2s ease both fancybox-throwOutUp;
}
.fancybox-throwOutDown {
  animation: 0.2s ease both fancybox-throwOutDown;
}
@keyframes fancybox-fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fancybox-fadeOut {
  to {
    opacity: 0;
  }
}
@keyframes fancybox-zoomInUp {
  from {
    transform: scale(0.97) translate3d(0, 16px, 0);
    opacity: 0;
  }
  to {
    transform: scale(1) translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes fancybox-zoomOutDown {
  to {
    transform: scale(0.97) translate3d(0, 16px, 0);
    opacity: 0;
  }
}
@keyframes fancybox-throwOutUp {
  20% {
    opacity: 0.5;
  }
  to {
    transform: translate3d(0, -30%, 0);
    opacity: 0;
  }
}
@keyframes fancybox-throwOutDown {
  20% {
    opacity: 0.5;
  }
  to {
    transform: translate3d(0, 30%, 0);
    opacity: 0;
  }
}
.fancybox__carousel .carousel__slide {
  scrollbar-width: thin;
  scrollbar-color: #ccc rgba(255, 255, 255, 0.1);
}
.fancybox__carousel .carousel__slide::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
.fancybox__carousel .carousel__slide::-webkit-scrollbar-track {
  background-color: rgba(255, 255, 255, 0.1);
}
.fancybox__carousel .carousel__slide::-webkit-scrollbar-thumb {
  background-color: #ccc;
  border-radius: 2px;
  box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.2);
}
.fancybox__carousel .is-draggable {
  cursor: move;
  cursor: grab;
}
.fancybox__carousel .is-dragging {
  cursor: move;
  cursor: grabbing;
}
.fancybox__carousel .carousel__slide:not(.has-image) .fancybox__content {
  cursor: auto;
}
.fancybox__carousel .carousel__slide.can-zoom_in .fancybox__content {
  cursor: zoom-in;
}
.fancybox__carousel .carousel__slide.can-zoom_out .fancybox__content {
  cursor: zoom-out;
}
.fancybox__image {
  background: 0 0;
  user-select: none;
}
.has-image .fancybox__content {
  padding: 0;
  background: 0 0;
}
.is-closing .has-image .fancybox__content {
  overflow: visible;
}
.has-image[data-image-fit="contain"] {
  overflow: visible;
  touch-action: none;
}
.has-image[data-image-fit="contain"] .fancybox__content {
  min-height: 1px;
}
.has-image[data-image-fit="contain"] .fancybox__image {
  max-width: 100%;
  min-height: 1px;
  object-fit: contain;
  background: 0 0;
}
.has-image[data-image-fit="contain-w"] {
  overflow-x: hidden;
  overflow-y: auto;
}
.has-image[data-image-fit="contain-w"] .fancybox__content {
  min-height: auto;
}
.has-image[data-image-fit="contain-w"] .fancybox__image {
  max-width: 100%;
  height: auto;
}
.has-image[data-image-fit="cover"] {
  overflow: visible;
  touch-action: none;
}
.has-image[data-image-fit="cover"] .fancybox__content {
  min-height: 1px;
  width: 100%;
  height: 100%;
}
.has-image[data-image-fit="cover"] .fancybox__image {
  width: 100%;
  height: 100%;
  min-height: 1px;
  object-fit: cover;
}
.fancybox__carousel .fancybox__slide.has-html5video .fancybox__content,
.fancybox__carousel .fancybox__slide.has-iframe .fancybox__content,
.fancybox__carousel .fancybox__slide.has-map .fancybox__content,
.fancybox__carousel .fancybox__slide.has-pdf .fancybox__content,
.fancybox__carousel .fancybox__slide.has-video .fancybox__content {
  flex-shrink: 1;
  min-height: 1px;
  overflow: visible;
}
.fancybox__carousel .fancybox__slide.has-iframe .fancybox__content,
.fancybox__carousel .fancybox__slide.has-map .fancybox__content,
.fancybox__carousel .fancybox__slide.has-pdf .fancybox__content {
  width: 100%;
  height: 80%;
}
.fancybox__carousel .fancybox__slide.has-html5video .fancybox__content,
.fancybox__carousel .fancybox__slide.has-video .fancybox__content {
  width: 960px;
  height: 540px;
  max-width: 100%;
  max-height: 100%;
}
.fancybox__carousel .fancybox__slide.has-html5video .fancybox__content,
.fancybox__carousel .fancybox__slide.has-map .fancybox__content,
.fancybox__carousel .fancybox__slide.has-pdf .fancybox__content,
.fancybox__carousel .fancybox__slide.has-video .fancybox__content {
  padding: 0;
  background: rgba(24, 24, 27, 0.9);
  color: #fff;
}
.fancybox__carousel .fancybox__slide.has-map .fancybox__content {
  background: #e5e3df;
}
.fancybox__html5video,
.fancybox__iframe {
  border: 0;
  display: block;
  height: 100%;
  width: 100%;
  background: 0 0;
}
.fancybox-placeholder {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
.fancybox__thumbs {
  flex: 0 0 auto;
  padding: 0 3px;
}
.fancybox__container.is-animated[aria-hidden="true"] .fancybox__thumbs {
  transition: unset;
  opacity: 0;
}
.fancybox__container.is-animated[aria-hidden="false"] .fancybox__thumbs {
  transition: opacity var(--fancybox-ts, 0.25s) ease-in;
  opacity: var(--fancybox-opacity, 1);
}
.fancybox__thumbs .carousel__slide {
  flex: 0 0 auto;
  width: var(--fancybox-thumbs-width, 96px);
  margin: 0;
  padding: 8px 3px;
  box-sizing: content-box;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: visible;
  cursor: pointer;
}
.fancybox__thumbs .carousel__slide.is-nav-selected::after {
  content: "";
  position: absolute;
  top: 0;
  left: 3px;
  right: 3px;
  bottom: 3px;
  border-bottom: 3px solid currentColor;
}
.fancybox__thumbs .carousel__slide > * {
  pointer-events: none;
  user-select: none;
}
.fancybox__thumb {
  position: relative;
  width: 100%;
  padding-top: calc(100% / (var(--fancybox-thumbs-ratio, 1.5)));
  background-size: cover;
  background-position: center center;
  background-color: rgba(255, 255, 255, 0.1);
  background-repeat: no-repeat;
}
@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA")
    format("woff");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff;
}
.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}
.swiper-container-vertical > .swiper-wrapper {
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}
.swiper-container-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0, 0, 0);
}
.swiper-container-multirow > .swiper-wrapper {
  flex-wrap: wrap;
}
.swiper-container-multirow-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}
.swiper-container-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}
.swiper-container-pointer-events {
  touch-action: pan-y;
}
.swiper-container-pointer-events.swiper-container-vertical {
  touch-action: pan-x;
}
.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}
.swiper-slide-invisible-blank {
  visibility: hidden;
}
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}
.swiper-container-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}
.swiper-container-3d {
  perspective: 1200px;
}
.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
  transform-style: preserve-3d;
}
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-container-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(
    to left,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
}
.swiper-container-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(
    to right,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
}
.swiper-container-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
}
.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
}
.swiper-container-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}
.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}
.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}
:root {
  --swiper-navigation-size: 44px;
}
.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}
.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-next:after,
.swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
  line-height: 1;
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}
.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
  content: "prev";
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}
.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
  content: "next";
}
.swiper-button-next.swiper-button-white,
.swiper-button-prev.swiper-button-white {
  --swiper-navigation-color: #ffffff;
}
.swiper-button-next.swiper-button-black,
.swiper-button-prev.swiper-button-black {
  --swiper-navigation-color: #000000;
}
.swiper-button-lock {
  display: none;
}
.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 0.3s opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
.swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}
.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 50%;
  background: #000;
  opacity: 0.2;
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-bullet-active {
  opacity: 1;
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}
.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0, -50%, 0);
}
.swiper-container-vertical
  > .swiper-pagination-bullets
  .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}
.swiper-container-vertical
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}
.swiper-container-vertical
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet {
  display: inline-block;
  transition:
    0.2s transform,
    0.2s top;
}
.swiper-container-horizontal
  > .swiper-pagination-bullets
  .swiper-pagination-bullet {
  margin: 0 4px;
}
.swiper-container-horizontal
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}
.swiper-container-horizontal
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet {
  transition:
    0.2s transform,
    0.2s left;
}
.swiper-container-horizontal.swiper-container-rtl
  > .swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet {
  transition:
    0.2s transform,
    0.2s right;
}
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}
.swiper-container-rtl
  .swiper-pagination-progressbar
  .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}
.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical
  > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}
.swiper-container-horizontal
  > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-container-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}
.swiper-pagination-white {
  --swiper-pagination-color: #ffffff;
}
.swiper-pagination-black {
  --swiper-pagination-color: #000000;
}
.swiper-pagination-lock {
  display: none;
}
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}
.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}
.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}
.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}
.swiper-scrollbar-cursor-drag {
  cursor: move;
}
.swiper-scrollbar-lock {
  display: none;
}
.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.swiper-zoom-container > canvas,
.swiper-zoom-container > img,
.swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.swiper-slide-zoomed {
  cursor: move;
}
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  animation: swiper-preloader-spin 1s infinite linear;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}
.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}
.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}
@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}
.swiper-container-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}
.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-cube {
  overflow: visible;
}
.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;

  width: 100%;
  height: 100%;
}
.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-cube.swiper-container-rtl .swiper-slide {
  transform-origin: 100% 0;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-next + .swiper-slide,
.swiper-container-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}
.swiper-container-cube .swiper-cube-shadow:before {
  content: "";
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  filter: blur(50px);
}
.swiper-container-flip {
  overflow: visible;
}
.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}
.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.header {
  position: relative;
  z-index: 3;
  background: var(--neutral100);
}
.header .header-top {
  padding: 12px 0;
}
.header .header-bottom {
  border-top: 1px solid var(--neutral80);
  padding: 16px 0;
}
.header .row {
  align-items: center;
}
.header .col-header-user {
  display: flex;
  justify-content: flex-end;
  gap: 8px;
}
.header .col-header-user .btn {
  min-width: 120px;
}
.header .col-header-menu {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  row-gap: 16px;
  flex: 0 0 100%;
  max-width: 100%;
  justify-content: center;
}
.header .col-header-menu .header-search {
  height: 24px;
}
.header .col-header-user {
  flex: 0 0 calc(50% - 95px);
  max-width: calc(50% - 95px);
}
.header .col-header-logo {
  flex: 0 0 190px;
  max-width: 190px;
}
.header .col-header-logo img {
  max-width: 100%;
  height: auto;
}
.header .menu-trigger {
  display: none;
}
.header .top-menu {
  display: flex;
}
.header .top-menu li.menu-item-has-children {
  position: relative;
  display: flex;
  align-items: center;
  gap: 8px;
  padding-right: 16px;
}
.header .top-menu li.menu-item-has-children .icon-chevron-down {
  font-size: 16px;
  color: var(--neutral0);
  transition: all 0.4s;
}
.header .top-menu li.menu-item-has-children a {
  padding-right: 0;
}
.header .top-menu li.menu-item-has-children .sub-menu {
  position: absolute;
  left: 0;
  padding: 16px 0;
  top: calc(100% - 1px);
  background: var(--neutral100);
  min-width: 200px;
  transition: all 0.4s;
  transform: translateY(-10px);
  opacity: 0;
  pointer-events: none;
}
.header .top-menu li.menu-item-has-children:hover .icon-chevron-down {
  transform: rotate(180deg);
  color: var(--yellowPrimary);
}
.header .top-menu li.menu-item-has-children:hover .sub-menu {
  transform: translateY(0);
  opacity: 1;
  pointer-events: auto;
}
.header .top-menu li a {
  display: block;
  padding: 0 16px;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0.16px;
  color: var(--neutral0);

  transition: all 0.4s;
  font-family: var(--neueApfel);
}
.header .top-menu li a:hover {
  color: var(--yellowPrimary);
}
.header .top-menu li a span {
  position: relative;
}
.header .top-menu li.current-menu-item a {
  color: var(--yellowPrimary);
}
.header .top-menu li.current-menu-item a span::before {
  opacity: 1;
}

/* Footer base */
.footer {
  position: relative;
  margin-top: 5rem;
  padding-bottom: 0.3rem;
  font-weight: 400!important;
  font-size: 0.75rem!important;
  color: #b5b5b5!important;
  font-family: 'Inter', sans-serif;
}

/* Gradient border */
.footer::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: linear-gradient(
    90deg,
    rgba(0, 115, 56, 0) 0%,
    rgba(0, 115, 56, 0.6) 50%,
    rgba(0, 115, 56, 0) 100%
  );
}


.footer .row {
  margin-left: 0;
  margin-right: 0;
}


/* Copyright text */
.footer-copyright span {
  margin: 0;
  font-weight: 400!important;
  font-size: 0.5rem!important;
  color: #b5b5b5!important;
  letter-spacing: 0.01em;
}

/* Links */
.footer-links a {
  position: relative;
  color: #b5b5b5;
  text-decoration: none;
  font-weight: 400;
  font-size: 0.75rem;
  letter-spacing: 0.01em;
  padding-bottom: 4px;
  transition: color 0.2s ease;
}

/* Luxury underline (matches hero accent) */
.footer-links a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 2px;
  background-color: #007338; /* Finorima green */
  transition: width 0.25s ease;
}

.footer-links a:hover {
  color: #007338;
}

.footer-links a:hover::after {
  width: 100%;
}

/* Mobile centering */
@media (max-width: 767px) {
  .footer {
    text-align: center;
  }

  .footer-links {
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 1rem;
  }
}

.footer-logo {
  display: flex;
  justify-content: center;
  align-items: center;
}

.footer-logo img:hover {
  opacity: 1;
}


.subscription-form .subtext {
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px;
  letter-spacing: 0.24px;
  color: var(--neutral60);
}
.subscription-form .form-col {
  padding-left: 8px;
  padding-right: 8px;
  position: relative;
}
.subscription-form .form-col .wpcf7-spinner {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.subscription-form .form-col input {
  width: 100%;
  padding: 12px 16px;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0.36px;
  font-family: var(--neueGrotesk);
  border: 1px solid var(--neutral40);
  border-radius: 8px;
  transition: all 0.4s;
}
.subscription-form .form-col input:focus {
  outline: 0;
}
.subscription-form .form-col input:focus {
  border-color: var(--neutral100);
}
.subscription-form .form-col:first-child {
  flex: 0 0 calc(100% - 200px);
  max-width: calc(100% - 200px);
}
@media (max-width: 767px) {
  .subscription-form .form-col:first-child {
    flex: 0 0 100%;
    max-width: 100%;
    margin-top: 16px;
  }
}
.subscription-form .form-col:nth-child(2) {
  flex: 0 0 200px;
  max-width: 200px;
}
@media (max-width: 767px) {
  .subscription-form .form-col:nth-child(2) {
    flex: 0 0 100%;
    max-width: 100%;
    order: -1;
    margin-top: 0;
  }
}
.subscription-form .form-col:nth-child(2) .btn {
  width: 100%;
}
.subscription-form .form-col:last-child {
  flex: 0 0 100%;
  max-width: 100%;
  margin-top: 12px;
}
.wpcf7-response-output {
  text-align: center;
}
.btn {
  border: 1px solid transparent;
  padding: 12px 16px;
  border-radius: 8px;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0.16px;
  color: var(--neutral100);
  display: inline-flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  transition: all 0.4s;
  justify-content: center;
  font-family: var(--neueApfel);
}
.btn.btn-m {
  padding: 8px 16px;
}
.btn.btn-s {
  padding: 4px 12px;
  line-height: 22px;
}
.btn-primary {
  background: #2e498c;
  color: var(--neutral0);
  border-color: #2e498c;
}
.btn-primary:hover {
  background-color: var(--neutral80);
}
.btn-primary.disabled {
  background-color: var(--neutral40);
}
.btn-primary-white {
  background-color: var(--neutral0);
  color: var(--neutral100);
}
.btn-primary-white:hover {
  background-color: var(--neutral40);
  color: var(--neutral0);
}
.btn-secondary {
  background: 0 0;
  border-color: var(--neutral100);
  color: var(--neutral100);
}
.btn-secondary:hover {
  border-color: var(--neutral100);
  color: var(--neutral0);
  background-color: var(--neutral100);
}
.btn-secondary.disabled {
  border-color: var(--neutral40);
  color: var(--neutral40);
}
.btn-secondary-white {
  border-color: var(--neutral0);
  color: var(--neutral0);
}
.btn-secondary-white:hover {
  background: var(--neutral0);
  color: var(--neutral100);
}
.search-btn {
  width: 24px;
  height: 24px;
  background: 0 0;
  border: none;
  outline: 0;
  padding: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--neutral0);
  cursor: pointer;
  transition: all 0.4s;
  outline: 0;
}
.search-btn:hover {
  color: var(--yellowPrimary);
}
.bookmark-btn {
  width: 32px;
  height: 32px;
  cursor: pointer;
  transition: all 0.4s;
  outline: 0;
  padding: 0;
  border-radius: 50%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.bookmark-btn:not(.btn-ico) {
  border: 1px var(--neutral80) solid;
  background: 0 0;
}
.bookmark-btn {
  font-size: 16px;
}
.bookmark-btn.saved,
.bookmark-btn:hover {
  background: var(--neutral100);
  color: var(--neutral0);
}
.btn-ico {
  padding: 4px 12px;
  border-radius: 8px;
  background: var(--neutral10);
  color: var(--neutral100);
  font-family: var(--neueApfel);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0.16px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: none;
  transition: all 0.4s;
  cursor: pointer;
}
.btn-ico:hover {
  background: var(--neutral100);
  color: var(--neutral0);
}
.btn-ico.btn-ico-round {
  border-radius: 50%;
  width: 32px;
  height: 32px;
  justify-content: center;
}
.btn-ico:focus {
  outline: 0;
}
.btn-ico span {
  font-size: 16px;
}
.global-audio-player {
  position: fixed;
  left: 0;
  bottom: 0;
  transition: all 0.4s;
  opacity: 1;
  width: 100%;
  z-index: 9999;
  box-shadow: 1px -3px 17px 0 rgba(0, 0, 0, 0.48);
  padding: 16px 0;
  background: #fff;
}
.global-audio-player .close {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 24px;
  height: 24px;
  cursor: pointer;
  background: 0 0;
  padding: 0;
  border: none;
}
.global-audio-player.hide {
  opacity: 0;
  pointer-events: none;
  bottom: -100px;
}
.blog-top {
  padding: 56px 0 0 0;
}
.blog-top #latest-posts-list {
  transition: all 0.5s;
}
.blog-top #latest-posts-list.is-loading {
  opacity: 0.5;
}
.blog-top hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid var(--neutral100);
  margin-bottom: 32px;
  margin-top: 32px;
}
.blog-top .row {
  margin-left: -20px;
  margin-right: -20px;
}
.blog-top .col {
  padding-left: 20px;
  padding-right: 20px;
}
.blog-top .blog-top__featured {
  flex: 0 0 57%;
  max-width: 57%;
}
.blog-top .blog-top__latest {
  flex: 0 0 43%;
  max-width: 43%;
}
.blog-top .latest-head {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.blog-top .latest-head h3 {
  text-transform: uppercase;
}
.articles-section {
  padding-bottom: 56px;
}
.articles-section .row {
  row-gap: 40px;
  margin-left: -10px;
  margin-right: -10px;
}
.articles-section .col-4 {
  padding-left: 10px;
  padding-right: 10px;
}
.articles-section .articles-head {
  margin-bottom: 40px;
}
.articles-section .articles-head .h2 {
  text-transform: uppercase;
}
.comments-section {
  padding-top: 40px;
  border-top: 1px solid var(--neutral100);
}
.comments-section #wpdcom {
  max-width: 100%;
  margin-top: 0;
}
.comments-section #comments {
  margin-top: 0;
}
.comments-section h2 {
  margin-bottom: 24px;
  text-transform: uppercase;
}
.blog-article .description {
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0.36px;
  color: var(--neutral80);
  margin-top: 8px;
}
.blog-article .featured-thumb {
  position: relative;
  display: block;
  border-radius: 8px;
  overflow: hidden;
}
.blog-article .featured-thumb img {
  display: block;
  width: 100%;
  height: auto;
  transition: all 2s ease-in-out;
}
.blog-article .featured-thumb:hover img {
  transform: scale(1.1);
}
.blog-article .label {
  z-index: 2;
  display: block;
  padding: 8px 12px;
  font-size: var(--sizeLabel);
  color: var(--neutral0);
  text-transform: uppercase;
  line-height: 16px;
  border-radius: 4px;
  background: rgba(18, 17, 17, 0.5);
  backdrop-filter: blur(10px);
  position: absolute;
  left: 4px;
  top: 4px;
  font-family: var(--neueApfel);
  font-weight: 500;
}
.blog-article .blog-info {
  margin-top: 16px;
}
.blog-article .blog-info .blog-meta {
  display: flex;
  justify-content: space-between;
}
.blog-article .blog-info .blog-meta-category {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
}
.blog-article .featured-title {
  color: var(--neutral100);
  transition: all 0.4s;
  display: block;
  margin-top: 8px;
}
.blog-article .featured-title:hover {
  color: var(--orangePrimary);
}
.blog-article .blog-author {
  margin-top: 8px;
}
.blog-article .play {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  width: 64px;
  height: 64px;
  cursor: pointer;
  transition: all 0.4s;
  background: rgba(18, 17, 17, 0.5);
  backdrop-filter: blur(10px);
  border: none;
  padding: 0;
  display: block;
  border-radius: 50%;
  transition: opacity 0.4s;
}
.blog-article .play.playing::before {
  width: 12px;
  height: 16px;
  border-width: 0 4px 0 4px;
  border-color: var(--neutral0);
}
.blog-article .play.play-video.playing {
  opacity: 0;
  pointer-events: none;
}
.blog-article .play::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 9px 0 9px 14px;
  border-color: transparent transparent transparent #fff;
  transition: all 0.4s;
}
.blog-article.small-article {
  display: flex;
  align-self: center;
}
.blog-article.small-article + .small-article {
  margin-top: 20px;
}
.blog-article.small-article .featured-title {
  font-family: var(--neueApfel);
  font-size: var(--sizeButtonS);
  font-weight: 500;
  transition: all 0.4s;
  margin-top: 4px;
}
.blog-article.small-article .featured-title:hover {
  color: var(--orangePrimary);
}
.blog-article.small-article .blog-info {
  margin-top: 0;
  padding-left: 16px;
  flex: 0 0 calc(100% - 100px);
  max-width: calc(100% - 100px);
}
.blog-article.small-article .small-article__img {
  width: 80px;
  height: 80px;
  border-radius: 8px;
  display: block;
  overflow: hidden;
  flex: 0 0 80px;
}
.blog-article.small-article .small-article__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.blog-article.default-article .featured-thumb {
  height: 255px;
}
.blog-article.default-article .featured-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.blog-article.default-article .h3 {
  line-height: 32px;
  letter-spacing: 0.24px;
}
.blog-article.podcast-featured .featured-thumb {
  height: auto;
}
.blog-article.podcast-featured .featured-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.blog-article.podcast-featured .video-container {
  position: relative;
  padding-bottom: 56.25%;
  overflow: hidden;
  max-width: 100%;
  height: auto;
}
.blog-article.podcast-featured .video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  border: none;
}
.blog-article.podcast-article .play {
  z-index: 2;
}
.blog-article.podcast-article .featured-thumb {
  position: relative;
  padding-bottom: 56.25%;
  overflow: hidden;
  max-width: 100%;
  height: 0;
}
.blog-article.podcast-article .featured-thumb embed,
.blog-article.podcast-article .featured-thumb iframe,
.blog-article.podcast-article .featured-thumb object {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.blog-article.podcast-article .featured-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.blog-article.podcast-article .play {
  position: absolute;
  left: 50%;
  top: 50%;
}
.blog-article.podcast-article .wpulike.wpulike-heart {
  display: none;
}
.blog-article.podcast-article .description {
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0.36px;
  color: var(--neutral80);
}
.posts-grid {
  row-gap: 40px;
}
.blog-author {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: var(--sizeS);
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0.32px;
  color: var(--neutral60);
}
.blog-author .author-link {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
  font-family: var(--neueApfel);
  color: var(--neutral100);
  text-decoration: underline;
  transition: all 0.4s;
}
.blog-author a.author-link:hover {
  text-decoration: none;
  color: var(--orangePrimary);
}
.blog-author img {
  width: 40px;
  height: 40px;
  object-fit: cover;
  object-position: center;
  border-radius: 50%;
}
.post-category {
  padding: 4px 12px;
  font-size: var(--sizeButtonS);
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0.16px;
  font-family: var(--neueApfel);
  border-radius: 8px;
  background: var(--neutral10, #f1f1f1);
  text-transform: capitalize;
}
.read-time {
  color: var(--neutral60);
  font-size: var(--sizeXS);
  font-style: normal;
  font-weight: 500;
  line-height: 16px;
  letter-spacing: 0.28px;
}
.articles-pagination {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}
.articles-pagination .articles-pagination__link {
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--neueApfel);
  font-size: var(--sizeS);
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0.16px;
  color: var(--neutral100);
  border-radius: 8px;
  transition: all 0.4s;
}
.articles-pagination .articles-pagination__link:hover {
  color: var(--orangePrimary);
}
.articles-pagination .articles-pagination__link.next,
.articles-pagination .articles-pagination__link.prev {
  font-size: 24px;
}
.articles-pagination .active .articles-pagination__link {
  background: var(--neutral100);
  color: var(--neutral0);
}
.articles-pagination .disabled .articles-pagination__link {
  opacity: 0;
  pointer-events: none;
}
.page-section {
  padding: 56px 0;
}
.post-filter {
  margin-bottom: 40px;
  display: flex;
  gap: 10px;
  overflow-x: auto;
  padding-bottom: 16px;
}
.post-filter .btn {
  white-space: nowrap;
}
.post-count {
  margin-bottom: 40px;
}
.wpcf7-not-valid-tip {
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 14px;
  letter-spacing: 0.36px;
  font-family: var(--neueGrotesk);
  margin-top: 8px;
}
.wpcf7-not-valid {
  border-color: red !important;
}
.wpcf7-response-output {
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0.36px;
  border: none !important;
  padding: 0 !important;
  margin: 16px 0 0 0 !important;
}
.section-post-content {
  padding: 56px 0;
}
.section-post-content .post-content-wrapper {
  max-width: 900px;
  width: 100%;
  margin: 0 auto;
}
.section-post-content .post-content-category {
  margin-bottom: 20px;
}
.section-post-content .h1 {
  margin-bottom: 16px;
}
.section-post-content .post-content-meta {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 40px;
}
.section-post-content .post-featured-image {
  width: 100%;
  height: 510px;
  margin-bottom: 40px;
}
.section-post-content .post-featured-image img {
  width: 100%;
  height: 100%;
  border-radius: 8px;
  object-fit: cover;
  object-position: center;
  margin-bottom: 40px;
}
.section-post-content .post-content-author {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0.32px;
  font-family: var(--neueApfel);
  display: flex;
  align-items: center;
  gap: 8px;
}
.section-post-content .post-content-author .author-avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  object-fit: cover;
  object-position: center;
}
.section-post-content .post-content-author .author-name {
  display: block;
  text-decoration: underline;
}
.section-post-content .post-content-author .author-info {
  color: var(--neutral60);
  font-family: var(--neueGrotesk);
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px;
  letter-spacing: 0.28px;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 4px;
}
.section-post-content .post-content .wp-block-embed {
  margin: 40px 0;
}
.section-post-content .post-content .wp-block-embed .wp-block-embed__wrapper {
  position: relative;
  padding-bottom: 56.25%;
  overflow: hidden;
  max-width: 100%;
  height: auto;
}
.section-post-content .post-content .wp-block-embed iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.section-post-content .post-content .flipbook {
  margin-bottom: 40px;
}
.section-post-content .post-content {
  color: var(--neutral100);
  font-family: var(--neueGrotesk);
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0.36px;
}
.section-post-content .post-content strong {
  font-weight: 600;
}
.section-post-content .post-content p {
  color: var(--neutral80);
  margin-bottom: 24px;
}
.section-post-content .post-content p + p {
  margin-top: 24px;
}
.section-post-content .post-content p + h1,
.section-post-content .post-content p + h2 {
  margin-top: 40px;
}
.section-post-content .post-content h1,
.section-post-content .post-content h2 {
  margin-bottom: 16px;
  text-transform: uppercase;
}
.section-post-content .post-content h3 {
  margin-bottom: 8px;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  margin-top: 16px;
}
.section-post-content .post-content ol + h1,
.section-post-content .post-content ol + h2,
.section-post-content .post-content ul + h1,
.section-post-content .post-content ul + h2 {
  margin-top: 40px;
}
.section-post-content .post-content ul {
  padding-left: 24px;
  list-style: disc;
}
.section-post-content .post-content ul li + li {
  margin-top: 8px;
}
.section-post-content .post-content .wp-block-quote {
  padding-left: 16px;
  position: relative;
}
.section-post-content .post-content .wp-block-quote + h1,
.section-post-content .post-content .wp-block-quote + h2 {
  margin-top: 40px;
}
.section-post-content .post-content .wp-block-quote::before {
  content: "";
  width: 4px;
  height: 100%;
  border-radius: 4px;
  background: #2e498c;
  position: absolute;
  left: 0;
  top: 0;
}
.section-post-content .post-content .wp-block-image {
  width: 100%;
  margin-bottom: 24px;
}
.section-post-content .post-content .wp-block-image + h1,
.section-post-content .post-content .wp-block-image + h2 {
  margin-top: 40px;
}
.section-post-content .post-content .wp-block-image img {
  width: 100%;
  height: auto;
  border-radius: 8px;
}
.section-post-content .post-content ol li {
  position: relative;
  padding-left: 48px;
}
.section-post-content .post-content ol li::before {
  content: counter(list-item);
  position: absolute;
  left: 0;
  top: -4px;
  width: 32px;
  height: 32px;
  background: var(--bluePrimary);
  color: var(--neutral0);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0.16px;
  font-family: var(--neueApfel);
  z-index: 2;
}
.section-post-content .post-content ol li::after {
  width: 1px;
  content: "";
  height: 100%;
  left: 15.5px;
  top: 12px;
  background: var(--bluePrimary);
  position: absolute;
}
.section-post-content .post-content ol li:last-child::after {
  display: none;
}
.section-post-content .post-content ol li + li {
  margin-top: 12px;
}
.section-post-content .post-content .wpulike.wpulike-heart {
  display: none;
}
.comments {
  padding: 40px 0;
  border-top: 1px var(--neutral100) solid;
}
.relative-posts {
  padding-top: 40px;
  border-top: 1px solid var(--neutral100);
}
.relative-posts h2 {
  text-transform: uppercase;
  margin-bottom: 16px;
}
.post-tags {
  padding-bottom: 40px;
  margin-top: 40px;
}
.post-tags h2 {
  text-transform: uppercase;
  margin-bottom: 16px;
}
.post-tags .post-tags-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.post-tags .post-tags-row .label {
  color: var(--neutral100);
  font-family: var(--neueApfel);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0.16px;
  padding: 4px 12px;
  border-radius: 8px;
  background: var(--neutral10);
}
.post-content-btns {
  display: flex;
  align-items: center;
  gap: 8px;
}
.wpulike-heart {
  padding: 0;
}
.wpulike-heart .wp_ulike_general_class {
  position: relative;
  cursor: pointer;
  padding: 12px 8px;
  border: none;
  border-radius: 8px;
  overflow: hidden;
  background: #f1f1f1;
  box-shadow: none;
  min-height: unset;
  height: 32px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.wpulike-heart .wp_ulike_general_class::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: url(../images/bouncing-circles.svg) no-repeat center center;
  pointer-events: none;
  opacity: 0;
  transition: all 0.4s;
}
.wpulike-heart .wp_ulike_general_class::before {
  content: "\e905";
  font-family: icomoon !important;
  speak: never;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transition: all 0.4s;
  font-size: 16px;
}
.wpulike-heart .wp_ulike_general_class.wp_ulike_is_loading::after {
  opacity: 0.5;
  pointer-events: auto;
}
.wpulike-heart .wp_ulike_general_class.wp_ulike_is_loading .count-box,
.wpulike-heart .wp_ulike_general_class.wp_ulike_is_loading::before {
  opacity: 0;
}
.wpulike-heart .wp_ulike_general_class button {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  box-sizing: border-box;
  min-width: 0 !important;
}
.wpulike-heart .wp_ulike_general_class .count-box {
  padding: 0;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0.16px;
  color: var(--neutral100);
  font-family: var(--neueApfel);
  min-height: unset;
  transition: all 0.4s;
}
.breadcrumbs {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0.16px;
  font-family: var(--neueApfel);
  color: var(--neutral60);
  margin-bottom: 40px;
}
.breadcrumbs a {
  color: var(--neutral100);
  transition: all 0.4s;
}
.breadcrumbs a:hover {
  color: var(--orangePrimary);
}
.section-page {
  padding: 56px 0;
}
.section-page .col-12 + .col-12 {
  margin-top: 40px;
}
.section-page .flipbook-page-row {
  margin-left: -20px;
  margin-right: -20px;
}
.section-page .col-3,
.section-page .col-9 {
  padding-left: 20px;
  padding-right: 20px;
}
.section-page #all-articles-list {
  position: relative;
}
.section-page #all-articles-list::before {
  z-index: 1;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  transition: all 0.4s;
  pointer-events: none;
  background: url(../images/bouncing-circles.svg) rgba(255, 255, 255, 0.8)
    center center no-repeat;
  background-size: 100px auto;
  opacity: 0;
}
.section-page #all-articles-list.is-loading::before {
  opacity: 1;
  pointer-events: auto;
}
.flipbook-archive h3 {
  margin-bottom: 16px;
  text-transform: uppercase;
}
.flipbook-archive ul {
  margin-bottom: 40px;
}
.flipbook-archive ul li + li {
  margin-top: 4px;
}
.flipbook-archive ul li a {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0.16px;
  font-family: var(--neueApfel);
  color: var(--neutral100);
  transition: all 0.4s;
}
.flipbook-archive ul li a:hover {
  color: var(--orangePrimary);
}
.sidebar-block .col-sm-3 {
  padding: 0;
}
.flipbook {
  border-radius: 8px;
  border: 1px solid #121111;
  overflow: hidden;
  position: relative;
  padding-bottom: 47%;
  overflow: hidden;
  max-width: 100%;
  height: auto;
}
.flipbook iframe {
  border: none;
  box-shadow: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.section-posts .btn-group {
  margin-top: 40px;
  display: flex;
  justify-content: center;
}
.blog-slider {
  display: flex;
  padding-right: 50%;
  border-radius: 8px;
  overflow: hidden;
  background: #ffd16a;
  position: relative;
  overflow: hidden;
}
.blog-slider .blog-slider-image {
  position: absolute;
  right: 0;
  top: 0;
  width: 50%;
  height: 100%;
}
.blog-slider .blog-slider-image a {
  display: block;
  width: 100%;
  height: 100%;
}
.blog-slider .blog-slider-image img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.blog-slider .blog-slider-info {
  padding: 32px 80px 80px 32px;
  min-height: 296px;
}
.blog-slider .blog-slider-info .h2 {
  color: var(--neutral100);
  transition: all 0.4s;
}
.blog-slider .blog-slider-info .h2:hover {
  opacity: 0.7;
}
.blog-slider .blog-slider-info .blog-slider-excerpt {
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0.36px;
  color: var(--neutral80);
  margin-top: 8px;
}
.blog-slider .blog-slider-info .blog-slider-read-more {
  margin-top: 16px;
}
.blog-slider .blog-slider-info .blog-slider-read-more a {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0.16px;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
  color: var(--neutral100);
}
.blog-slider .blog-slider-info .blog-slider-read-more a:hover {
  text-decoration: none;
}
.post-slider-wrapper {
  position: relative;
  overflow: hidden;
}
.slider-controls {
  position: absolute;
  bottom: 32px;
  left: 32px;
  display: flex;
  gap: 8px;
  z-index: 1;
}
.slider-controls .slider-nav-btn {
  width: 40px;
  height: 40px;
  background: var(--neutral100);
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  cursor: pointer;
  color: var(--neutral0);
  transition: all 0.4s;
  border-radius: 8px;
}
.slider-controls .slider-nav-btn.swiper-button-disabled {
  opacity: 0.3;
  cursor: default;
}
.entrepreneur-card {
  border-radius: 8px;
  overflow: hidden;
  position: relative;
}
.entrepreneur-card img {
  width: 100%;
  height: auto;
}
.entrepreneur-card .entrepreneur-card-info {
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
  width: 100%;
  height: 100%;
  padding: 20px;
}
.entrepreneur-card .entrepreneur-card-info h3 {
  color: var(--neutral0);
}
.entrepreneur-card .entrepreneur-card-info .position {
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0.36px;
  margin-top: 4px;
  color: var(--neutral0);
}
.section-subscription .subscription-block-description {
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px;
  letter-spacing: 0.12px;
  margin-top: 24px;
}
.subscription-block {
  display: flex;
  padding-right: 50%;
  position: relative;
  background: var(--neutral100);
  border-radius: 8px;
  overflow: hidden;
  color: var(--neutral0);
}
.subscription-block .subscription-block-left {
  padding: 32px 56px;
  min-height: 360px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.subscription-block .subscription-block-right {
  position: absolute;
  right: 0;
  top: 0;
  width: 50%;
  height: 100%;
}
.subscription-block .subscription-block-right img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.subscription-block .subscription-form .form-col .btn-primary {
  background: var(--neutral0);
  color: var(--neutral100);
}
.subscription-block .subscription-form .form-col .btn-primary:hover {
  background: var(--neutral80);
  border-color: var(--neutral80);
  color: var(--neutral0);
}
.subscription-block .subscription-form .form-col input {
  background: rgba(255, 254, 248, 0.3);
  border-color: rgba(255, 254, 248, 0.3);
  color: var(--neutral0);
}
.subscription-block .subscription-form .form-col input::placeholder {
  color: var(--neutral40);
  opacity: 1;
}
.subscription-block .subscription-form .form-col input:focus {
  background: var(--neutral0);
  color: var(--neutral100);
}
.subscription-block .subscription-block-form {
  margin-top: 24px;
}
.subscription-block .form-row {
  margin-left: -8px;
  margin-right: -8px;
}
.about-hero-section .about-hero-section-inner {
  position: relative;
  height: 480px;
}
.about-hero-section .about-hero-section-inner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.about-hero-section .about-hero-content {
  position: absolute;
  left: 0;
  top: 0;
  padding: 40px 0;
  width: 100%;
  height: 100%;
  color: var(--neutral0);
  background: linear-gradient(
    180deg,
    rgba(18, 17, 17, 0) 0,
    rgba(18, 17, 17, 0.7) 100%
  );
}
.about-hero-section .about-hero-content .about-hero-content-inner {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
  height: 100%;
}
.about-hero-section .about-hero-content .about-hero-content-inner .h1 {
  align-self: flex-start;
}
.about-hero-section
  .about-hero-content
  .about-hero-content-inner
  .about-hero-description {
  align-self: flex-end;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: 0.24px;
}
.about-hero-section .about-hero-content .container {
  height: 100%;
}
.about-hero-section .about-hero-pattern {
  width: 100%;
  height: 80px;
  background: url(../images/Footer/green_pattern.jpg) repeat-x;
  background-size: auto 100%;
}
.mission-card {
  padding: 24px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
  border-radius: 8px;
  min-height: 400px;
  gap: 24px;
}
.mission-card .mission-card-icon {
  align-self: flex-start;
}
.mission-card .mission-card-content {
  align-self: flex-end;
}
.mission-card h3 {
  margin-bottom: 4px;
}
.mission-card .mission-card-description {
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0.36px;
}
.mission-card img {
  width: 160px;
  height: auto;
}
.section-text-title .h2 {
  text-transform: uppercase;
}
.section-text-title .description {
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: 0.24px;
  color: var(--neutral80);
}
.section-text-title .description p {
  margin-bottom: 32px;
}
.home-page-countdown {
  padding: 100px 0 0 0;
}
.home-page-countdown .whatsup-block {
  text-align: center;
  padding: 80px 0 0 0;
}
.home-page-countdown .whatsup-block h3 {
  margin-bottom: 24px;
}
.home-page-countdown .subscription-form .subtext {
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px;
  letter-spacing: 0.24px;
  color: var(--neutral60);
}
.home-page-countdown .header {
  display: flex;
  justify-content: center;
  margin-bottom: 80px;
  background: 0 0;
}
.home-page-countdown .header img {
  height: 70px;
  width: auto;
}
@media (max-width: 767px) {
  .home-page-countdown .header img {
    max-height: 56px;
    width: auto;
    height: auto;
    max-width: 80%;
  }
}
.home-page-countdown .col-hero {
  flex: 0 0 100%;
  max-width: 740px;
  text-align: center;
}
.home-page-countdown .col-hero .h1 {
  margin-bottom: 20px;
}
.home-page-countdown .col-hero .subtitle {
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: 0.24px;
  color: var(--neutral80);
  margin-bottom: 32px;
}
.home-page-countdown .subscribe-block {
  max-width: 740px;
  margin-left: auto;
  margin-right: auto;
  padding: 40px 0;
}
.home-page-countdown .subscribe-block .h1 {
  text-align: center;
  margin-bottom: 32px;
}
.home-page-countdown .subscribe-block .form-description {
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px;
  letter-spacing: 0.24px;
  color: var(--neutral70);
  margin-top: 24px;
  text-align: center;
}
.countdown {
  display: flex;
  justify-content: center;
  gap: 16px;
}
@media (max-width: 767px) {
  .countdown {
    gap: 0.25rem;
  }
}
.countdown .unit {
  width: 88px;
  height: 76px;
  border-radius: 16px;
  border: 1px solid var(--neutral40, #b4b4b4);
  background: var(--Neutral-0, #fffef8);
  padding: 12px 4px;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 767px) {
  .countdown .unit {
    width: 70px;
    height: 60px;
  }
}
.countdown .unit .num {
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px;
  letter-spacing: 0.24px;
  color: var(--neutral100);
}
@media (max-width: 767px) {
  .countdown .unit .num {
    font-size: 1.25rem;
    letter-spacing: 0.24px;
    line-height: 1.25;
  }
}
.countdown .unit .label {
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px;
  letter-spacing: 0.28px;
  color: var(--neutral80);
}
@media (max-width: 767px) {
  .countdown .unit .label {
    font-size: 0.75rem;
    line-height: 1.25;
  }
}
.testimonial-block-row {
  position: relative;
  background: url(../images/countdown/patern.png) #2e498c repeat;
  border-radius: 16px;
  overflow: hidden;
  display: flex;
  align-items: center;
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 80px;
  margin-bottom: 80px;
}
@media (max-width: 1055px) {
  .testimonial-block-row {
    align-items: flex-end;
  }
}
@media (max-width: 767px) {
  .testimonial-block-row {
    flex-wrap: wrap;
    flex-direction: column-reverse;
    justify-content: flex-end;
    align-items: center;
  }
}
.testimonial-block-row .testimonial-img {
  width: 376px;
  max-width: 376px;
}
@media (max-width: 767px) {
  .testimonial-block-row .testimonial-img {
    max-width: 90%;
  }
}
.testimonial-block-row .testimonial-img img {
  width: 100%;
  height: auto;
}
.testimonial-block-row .testimonial-content {
/*
  padding: 40px 40px 40px 95px;
  flex: 0 0 calc(100% - 376px);
  max-width: calc(100% - 376px);
*/
  padding: 40px;
}
@media (max-width: 990px) {
  .testimonial-block-row .testimonial-content {
    padding-left: 40px;
  }
}
@media (max-width: 767px) {
  .testimonial-block-row .testimonial-content {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 24px;
  }
}
.testimonial-block-row .testimonial-content .testimonial-quote {
  font-size: 40px;
  font-style: italic;
  font-weight: 500;
  line-height: 48px;
  letter-spacing: 0.8px;
  color: #fff;
}
@media (max-width: 990px) {
  .testimonial-block-row .testimonial-content .testimonial-quote {
    font-size: 32px;
    line-height: 36px;
  }
}
.testimonial-block-row .testimonial-content .testimonial-author {
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px;
  letter-spacing: 0.24px;
  color: #fff;
  margin-top: 24px;
}
.count-slider-wrapper {
  width: 100%;
  overflow: hidden;
  margin-top: 80px;
  margin-bottom: 80px;
  position: relative;
}
.count-slider-wrapper::after,
.count-slider-wrapper::before {
  content: "";
  width: 280px;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: 2;
  pointer-events: none;
}
@media (max-width: 767px) {
  .count-slider-wrapper::after,
  .count-slider-wrapper::before {
    width: 120px;
  }
}
.count-slider-wrapper::before {
  left: 0;
  background: linear-gradient(
    90deg,
    var(--Neutral-0, #fffef8) 0,
    rgba(255, 254, 248, 0) 100%
  );
}
.count-slider-wrapper::after {
  right: 0;
  background: linear-gradient(
    270deg,
    var(--Neutral-0, #fffef8) 0,
    rgba(255, 254, 248, 0) 100%
  );
}
.count-slider .swiper-wrapper {
  transition-timing-function: linear;
}
.count-slider .swiper-slide {
  width: 420px;
}
@media (max-width: 767px) {
  .count-slider .swiper-slide {
    width: 300px;
  }
}
.count-slider .swiper-slide img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  object-position: center;
  border-radius: 12px;
}
.footer {
  display: flex;
  justify-content: center;
  flex-direction: column;
  gap: 40px;
}
.footer img {
  height: 70px;
  width: auto;
  align-self: center;
}
@media (max-width: 767px) {
  .footer img {
    max-height: 56px;
    width: auto;
    max-width: 80%;
    height: auto;
  }
}
.footer p {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 15px;
  letter-spacing: 0.32px;
  color: var(--neutral80);
  text-align: center;
}
.section-full-image img {
  width: 100%;
  height: auto;
  display: block;
}
