@charset "UTF-8";
:root {
  --a-mobile: 16;
  --b-mobile: 18;
  --c-mobile: 375;
  --d-mobile: 768;
  --a: 12;
  --b: 28;
  --c: 340;
  --d: 3840;
}

* {
  color: #0e383b;
  font-family: "Prompt", sans-serif;
  line-height: 1.2em;
}

html {
  font-size: clamp(var(--a) * 1px, var(--a) * 1px + (var(--b) - var(--a)) * (100vw - var(--c) * 1px) / (var(--d) - var(--c)), var(--b) * 1px);
}

body.lock-scroll {
  overflow: hidden;
}
.content-area {
  min-height: calc(100svh - 14rem);
}

.center-box {
  padding: 0 1rem;
}

h1 span,
.title span {
  color: #dee3e1;
}

input:focus-visible,
textarea:focus-visible,
select:focus-visible,
.select-field:focus-visible {
  outline-color: #d2fd78;
}

input[type=checkbox]:hover {
  background-color: red !important;
}

#wpadminbar span,
#wpadminbar li,
#wpadminbar div {
  color: white;
}

@media only screen and (max-width: 1024px) {
  .content-area {
    min-height: calc(100svh - 20rem);
  }
  body.lock-scroll {
    overflow: hidden;
  }
}
@media only screen and (max-width: 768px) {
  html {
    font-size: clamp(var(--a-mobile) * 1px, var(--a-mobile) * 1px + (var(--b-mobile) - var(--a-mobile)) * (100vw - var(--c) * 1px) / (var(--d-mobile) - var(--c-mobile)), var(--b-mobile) * 1px);
  }
}
* {
  padding: 0;
  margin: 0;
  border: 0;
  border-radius: 0;
  box-sizing: border-box;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

html {
  scroll-behavior: smooth;
  scrollbar-gutter: stable;
}

.back-btn-container {
  padding: 1rem;
  display: flex;
  justify-content: flex-end;
}
.back-btn-container button {
  height: 2rem;
  background-color: #eef2f0;
  padding: 0 1rem;
  border-radius: 2em;
  display: flex;
  justify-content: center;
  align-items: center;
  transition-duration: 0.3s;
  cursor: pointer;
}
.back-btn-container button:hover {
  background-color: #0e383b;
}
.back-btn-container button:hover svg path {
  stroke: #ffffff;
}

@media only screen and (max-width: 1024px) {
  .back-btn-container {
    padding-top: 2.5rem;
    justify-content: flex-start;
  }
}
.certificates-title-row {
  padding: 1rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.certificates-title-row h2 {
  font-family: "Prompt", sans-serif;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.4em;
  letter-spacing: 0.02rem;
}
@media (max-width: 1200px) {
  .certificates-title-row h2 {
    font-size: 0.75rem;
    letter-spacing: 0.015rem;
  }
}
.certificates-title-row .swiper-nav-box {
  display: flex;
  gap: 0.25rem;
}
.certificates-title-row .swiper-nav-box .swiper-nav-btn {
  height: 2rem;
  width: 2rem;
  border-radius: 50%;
  border: 1px solid #dee3e1;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: background-color 0.3s;
  will-change: background-color;
}
.certificates-title-row .swiper-nav-box .swiper-nav-btn svg path {
  transition: fill 0.3s;
  will-change: fill;
}
.certificates-title-row .swiper-nav-box .certificates-prev svg {
  transform: rotate(-90deg);
}
.certificates-title-row .swiper-nav-box .certificates-next svg {
  transform: rotate(90deg);
}
.certificates-title-row .swiper-nav-box .swiper-button-disabled {
  cursor: not-allowed;
  border-color: transparent;
  transition: background-color 0.3s;
}
.certificates-title-row .swiper-nav-box .swiper-button-disabled svg path {
  fill: #dee3e1;
}
.certificates-listing {
  padding: 1.5rem 1rem 7.5rem;
  list-style-type: none;
  display: grid;
  gap: 0.75rem;
  grid-template-columns: repeat(3, 1fr);
  overflow: hidden;
}
.certificates-listing .certificate {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.certificates-listing .certificate .thumbnail-container {
  height: 6rem;
  background-color: #eef2f0;
  border-radius: 0.325rem;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 1.25rem;
}
.certificates-listing .certificate .thumbnail-container img {
  height: 80%;
  width: auto;
}
.certificates-listing .certificate .thumbnail-container span {
  color: #4f6060;
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2em;
  letter-spacing: 0;
}
@media (max-width: 1200px) {
  .certificates-listing .certificate .thumbnail-container span {
    font-size: 2rem;
  }
}
.certificates-listing .certificate h3 {
  padding-bottom: 0.75rem;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.4em;
  letter-spacing: 0;
}
@media (max-width: 1200px) {
  .certificates-listing .certificate h3 {
    font-size: 1.25rem;
  }
}
.certificates-listing .certificate p {
  padding-bottom: 0.75rem;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.4em;
  letter-spacing: 0;
}
@media (max-width: 1200px) {
  .certificates-listing .certificate p {
    font-size: 0.75rem;
  }
}
.certificates-listing .certificate .download {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.4em;
  letter-spacing: 0;
  padding: 0 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 2rem;
  border-radius: 2em;
  transition: background-color 300ms linear, color 300ms linear;
  background-color: #eef2f0;
  text-decoration: none;
  will-change: background-color, color;
}
@media (max-width: 1200px) {
  .certificates-listing .certificate .download {
    font-size: 0.75rem;
  }
}
@media (max-width: 1200px) {
  .certificates-listing .certificate .download {
    font-size: 0.875rem;
  }
}

@media only screen and (max-width: 768px) {
  .certificates-listing {
    grid-template-columns: 1fr;
  }
}
@media only screen and (min-width: 1024px) {
  .certificates-title-row .swiper-nav-box .swiper-nav-btn:hover {
    background-color: #0e383b;
  }
  .certificates-title-row .swiper-nav-box .swiper-nav-btn:hover svg path {
    fill: #eef2f0;
  }
  .certificates-title-row .swiper-nav-box .swiper-button-disabled:hover {
    background-color: transparent;
  }
  .certificates-listing .certificate .download:hover {
    background-color: #0e383b;
    color: #ffffff;
  }
}
.cookie-banner {
  position: fixed;
  right: 2rem;
  bottom: 1rem;
  width: 33.3125rem;
  max-width: calc(100% - 4rem);
  z-index: 100;
  background-color: #ffffff;
  border-radius: 0.375rem;
  border: 1px solid #dee3e1;
  display: none;
}
.cookie-banner-title-row {
  padding: 1.25rem;
  border-bottom: 1px solid #dee3e1;
}
.cookie-banner-title-row h3 {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.4em;
  letter-spacing: 0;
}
@media (max-width: 1200px) {
  .cookie-banner-title-row h3 {
    font-size: 1.25rem;
  }
}
.cookie-banner-content {
  padding: 1.25rem;
}
.cookie-banner-content p {
  color: #4f6060;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.4em;
  letter-spacing: 0;
  padding-bottom: 1.25rem;
}
@media (max-width: 1200px) {
  .cookie-banner-content p {
    font-size: 0.75rem;
  }
}
.cookie-banner-content p a {
  color: #4f6060;
  transition: color 0.3s, text-decoration-color 0.3s;
}
.cookie-banner-content p a:hover {
  color: #aaaaaa;
  text-decoration-color: #aaaaaa;
}
.cookie-banner-content .btn-container {
  display: flex;
  justify-content: flex-end;
  gap: 0.75rem;
}
.cookie-banner-content .btn-container button {
  border-radius: 2em;
  padding: 0.38rem 1rem;
  display: block;
  cursor: pointer;
  transition: background-color 0.3s, color 0.3s;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.4em;
  letter-spacing: 0;
}
@media (max-width: 1200px) {
  .cookie-banner-content .btn-container button {
    font-size: 0.75rem;
  }
}
.cookie-banner-content .btn-container button:hover {
  background-color: #0e383b !important;
  color: #eef2f0;
}
.cookie-banner-content .btn-container button.deciline {
  background-color: #eef2f0;
}
.cookie-banner-content .btn-container button.accept {
  background-color: #d2fd78;
}

.cky-btn {
  border-radius: 2em;
}

.wide-block {
  position: relative;
  /* A szöveg színe (csoporton belüli marker szám) */
}
.wide-block #partners-map {
  z-index: 1;
  aspect-ratio: 1334/480;
  margin-bottom: 7.5rem;
}
.wide-block #partners-map * {
  transition-duration: 0s !important;
}
.wide-block .leaflet-control-container .leaflet-bottom.leaflet-right .leaflet-control-attribution {
  display: none;
}
.wide-block .marker-cluster-small {
  background-color: #0e383b;
  border: 0;
}
.wide-block .marker-cluster-medium {
  background-color: #0e383b;
  border: 0;
}
.wide-block .marker-cluster-large {
  background-color: #0e383b;
  border: 0;
}
.wide-block .marker-cluster div {
  color: #fff; /* Fehér */
  font-weight: bold;
  font-size: 12px;
  background-color: #0e383b;
  height: 40px !important;
  width: 40px !important;
  padding: 0;
  border-radius: 3em;
  margin: 0 !important;
}
.wide-block .marker-cluster div span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #ffffff;
}
.wide-block .leaflet-marker-pane .leaflet-marker-icon {
  width: auto !important;
  width: auto !important;
}
.wide-block .addresses {
  bottom: 3.75rem;
  right: 1.75rem;
  z-index: 2;
  position: absolute;
  gap: 0.5rem;
  display: none;
}
.wide-block .addresses.opened {
  display: flex;
}
.wide-block .addresses.opened .address {
  background-color: #dee3e1 !important;
}
.wide-block .addresses .address,
.wide-block .addresses #marker-info {
  width: 27.25rem;
  min-height: 8.75rem;
  padding: 1rem !important;
  border-radius: 0.325rem !important;
  cursor: pointer;
}
.wide-block .addresses .address.active, .wide-block .addresses .address:hover,
.wide-block .addresses #marker-info.active,
.wide-block .addresses #marker-info:hover {
  background-color: #eef2f0;
}
.wide-block .addresses .address h3,
.wide-block .addresses #marker-info h3 {
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.4em;
  letter-spacing: 0;
  color: #4f6060;
  padding-bottom: 2.5rem;
}
@media (max-width: 1200px) {
  .wide-block .addresses .address h3,
  .wide-block .addresses #marker-info h3 {
    font-size: 0.75rem;
  }
}
.wide-block .addresses .address-content,
.wide-block .addresses #marker-info-content {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.wide-block .addresses .address-content > li,
.wide-block .addresses #marker-info-content > li {
  display: flex;
  align-items: center;
  gap: 0.25rem;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.4em;
  letter-spacing: 0;
  color: #4f6060;
}
@media (max-width: 1200px) {
  .wide-block .addresses .address-content > li,
  .wide-block .addresses #marker-info-content > li {
    font-size: 0.75rem;
  }
}
.wide-block .addresses .address-content > li a,
.wide-block .addresses #marker-info-content > li a {
  text-decoration: none;
  color: #4f6060;
  transition-duration: 0.3s;
}
.wide-block .addresses .address-content > li a:hover,
.wide-block .addresses #marker-info-content > li a:hover {
  color: #aaaaaa;
}
.wide-block .addresses .address-content .location,
.wide-block .addresses #marker-info-content .location {
  width: 100%;
}

@media only screen and (max-width: 1024px) {
  .wide-block #partners-map {
    aspect-ratio: 358/588;
  }
  .wide-block .addresses {
    bottom: 3rem;
    right: 1.5rem;
    left: 1.5rem;
    flex-direction: column;
  }
  .wide-block .addresses .address,
  .wide-block .addresses #marker-info {
    left: 0.5rem;
    right: 0.5rem;
    bottom: 0.5rem;
    width: calc(100% - 1rem);
  }
}
.wide-block {
  padding: 0 1rem;
  border-bottom: 1px solid #dee3e1;
}
.wide-block-content {
  position: relative;
  aspect-ratio: 1334/588;
  width: 100%;
  background-color: #aaaaaa;
  border-radius: 0.325rem;
  padding: 3rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-size: cover;
  background-position: center;
}
.wide-block-content img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
  border-radius: inherit;
}
.wide-block-content .gradient {
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%);
  position: absolute;
  left: 0;
  z-index: 1;
  top: 0;
  height: 100%;
  width: 100%;
  border-top-left-radius: 0.325rem;
  border-bottom-left-radius: 0.325rem;
}
.wide-block-content video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
  border-radius: 0.325rem;
}
.wide-block-content .text {
  position: relative;
  z-index: 1;
  max-width: 34.3125rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.wide-block-content .text h2 {
  font-size: 0.875rem;
  line-height: 1.2em;
  color: #ffffff;
  font-weight: 500;
  margin-bottom: 0.5rem;
}
.wide-block-content .text h3 {
  font-size: 2.5rem;
  font-weight: 300;
  line-height: 1.2em;
  letter-spacing: 0;
  color: #ffffff;
  padding-bottom: 3rem;
}
@media (max-width: 1200px) {
  .wide-block-content .text h3 {
    font-size: 1.5rem;
  }
}
.wide-block-content .text h4 {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.4em;
  letter-spacing: 0;
  color: #ffffff;
}
@media (max-width: 1200px) {
  .wide-block-content .text h4 {
    font-size: 1.25rem;
  }
}
.wide-block-content .text a {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.4em;
  letter-spacing: 0;
  padding: 0 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 2rem;
  border-radius: 2em;
  transition: background-color 300ms linear, color 300ms linear;
  background-color: #eef2f0;
  text-decoration: none;
  will-change: background-color, color;
  background-color: #ffffff;
  text-decoration: none;
}
@media (max-width: 1200px) {
  .wide-block-content .text a {
    font-size: 0.75rem;
  }
}
@media (max-width: 1200px) {
  .wide-block-content .text a {
    font-size: 0.875rem;
  }
}
.wide-block-content .text a:hover {
  background-color: #d2fd78;
}
.wide-block-content .text .link-container {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.wide-block-content .text .link-container .login-link {
  background-color: #1b2e30;
  color: #ffffff;
}

@media only screen and (max-width: 576px) {
  .wide-block {
    padding: 2.5rem 1rem;
    border-bottom: 1px solid #dee3e1;
  }
  .wide-block-content {
    position: relative;
    padding: 1.25rem;
    aspect-ratio: 360/590;
  }
  .wide-block-content .text .link-container {
    flex-direction: column;
  }
}
.blog-page h1 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2em;
  letter-spacing: 0;
  text-transform: uppercase;
  padding: 1rem 1rem 0;
}
@media (max-width: 1200px) {
  .blog-page h1 {
    font-size: 2rem;
  }
}
.blog-page .highlighted-post-container {
  padding: 3rem 1rem;
}
.blog-page .highlighted-post-container .highlighted-post {
  aspect-ratio: 1334/588;
  border-radius: 0.325rem;
  background-size: cover;
  background-position: center;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 3rem;
  gap: 3rem;
}
.blog-page .highlighted-post-container .highlighted-post img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: inherit;
}
.blog-page .highlighted-post-container .highlighted-post .post-text {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  max-width: 50%;
}
.blog-page .highlighted-post-container .highlighted-post .post-text .post-category,
.blog-page .highlighted-post-container .highlighted-post .post-text .post-title {
  color: #ffffff;
  position: relative;
}
.blog-page .highlighted-post-container .highlighted-post .post-text .post-category {
  font-family: "Prompt", sans-serif;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.4em;
  letter-spacing: 0.02rem;
  text-transform: uppercase;
}
@media (max-width: 1200px) {
  .blog-page .highlighted-post-container .highlighted-post .post-text .post-category {
    font-size: 0.75rem;
    letter-spacing: 0.015rem;
  }
}
.blog-page .highlighted-post-container .highlighted-post .post-text .post-title {
  font-size: 2.5rem;
  font-weight: 300;
  line-height: 1.2em;
  letter-spacing: 0;
}
@media (max-width: 1200px) {
  .blog-page .highlighted-post-container .highlighted-post .post-text .post-title {
    font-size: 1.5rem;
  }
}
.blog-page .highlighted-post-container .highlighted-post .post-btn {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.4em;
  letter-spacing: 0;
  padding: 0 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 2rem;
  border-radius: 2em;
  transition: background-color 300ms linear, color 300ms linear;
  background-color: #eef2f0;
  text-decoration: none;
  will-change: background-color, color;
  position: relative;
  background-color: #ffffff;
  text-decoration: none;
}
@media (max-width: 1200px) {
  .blog-page .highlighted-post-container .highlighted-post .post-btn {
    font-size: 0.75rem;
  }
}
@media (max-width: 1200px) {
  .blog-page .highlighted-post-container .highlighted-post .post-btn {
    font-size: 0.875rem;
  }
}
.blog-page .highlighted-post-container .highlighted-post .post-btn:hover {
  background-color: #d2fd78;
}
.blog-page .highlighted-post-container .highlighted-post .gradient {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border-radius: 0.325rem;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%);
}
.blog-page .posts-title-row {
  position: relative;
}

.posts-filter {
  display: flex;
  justify-content: space-between;
  gap: 0.25rem;
  padding: 0.25rem;
  border: 1px solid #dee3e1;
  border-radius: 2em;
}
.posts-filter #mobile-filter-btn {
  display: none;
}
.posts-filter button {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.4em;
  letter-spacing: 0;
  padding: 0 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 2rem;
  border-radius: 2em;
  transition: background-color 300ms linear, color 300ms linear;
  background-color: #eef2f0;
  text-decoration: none;
  will-change: background-color, color;
  background-color: transparent;
  cursor: pointer;
  transition-duration: 0.3s;
}
@media (max-width: 1200px) {
  .posts-filter button {
    font-size: 0.75rem;
  }
}
@media (max-width: 1200px) {
  .posts-filter button {
    font-size: 0.875rem;
  }
}
.posts-filter button.disabled {
  color: #dee3e1;
  cursor: not-allowed;
}
.posts-filter button:hover, .posts-filter button.opened {
  background-color: #0e383b;
  color: #ffffff;
}
.posts-filter button.select-filters {
  background-color: #4f6060;
  color: #ffffff;
}
.posts-filter button.select-filters .selected-count {
  color: #ffffff;
  display: block;
  margin-right: 0.5rem;
  line-height: 1;
}
.posts-filter button.select-filters .mobile-filter-svg {
  display: none;
}
.posts-filter button.select-filters svg {
  height: 1.25rem;
  width: 1.25rem;
  transform: rotate(180deg);
  transition-duration: 0.3s;
}
.posts-filter button.select-filters svg path {
  fill: #ffffff;
}
.posts-filter button.select-filters:hover, .posts-filter button.select-filters.opened {
  background-color: #0e383b;
  color: #ffffff;
}
.posts-filter button.select-filters.opened svg {
  transform: rotate(0);
}
.posts-filter .pir-filter {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.4em;
  letter-spacing: 0;
  padding: 0 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 2rem;
  border-radius: 2em;
  transition: background-color 300ms linear, color 300ms linear;
  background-color: #eef2f0;
  text-decoration: none;
  will-change: background-color, color;
  gap: 0.75rem;
  border: 1px solid #dee3e1;
  background-color: transparent;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
@media (max-width: 1200px) {
  .posts-filter .pir-filter {
    font-size: 0.75rem;
  }
}
@media (max-width: 1200px) {
  .posts-filter .pir-filter {
    font-size: 0.875rem;
  }
}
.posts-filter .pir-filter input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.posts-filter .pir-filter input::marker {
  color: #0e383b;
}
.posts-filter .pir-filter label {
  line-height: 1;
  padding-left: 0.75rem;
}
.posts-filter .pir-filter .checkmark {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0.5rem;
  height: 1rem;
  width: 1rem;
  border-radius: 100%;
  border: 1px solid #dee3e1;
  z-index: -1;
}
.posts-filter .pir-filter .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.posts-filter .pir-filter input:checked ~ .checkmark:after {
  display: block;
}
.posts-filter .pir-filter .checkmark:after {
  left: 30%;
  bottom: 25%;
  width: 25%;
  height: 50%;
  border: solid #4f6060;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.mobile-posts-filter-container {
  display: none;
}
.mobile-posts-filter-container.opened {
  display: none;
}

.posts-filter-container,
.mobile-posts-filter-container {
  position: absolute;
  z-index: 3;
  background-color: #ffffff;
  top: 4rem;
  right: 1rem;
  border: 1px solid #dee3e1;
  border-radius: 0.325rem;
  padding-top: 0.25rem;
  width: 20rem;
  display: none;
}
.posts-filter-container.opened,
.mobile-posts-filter-container.opened {
  display: block;
}
.posts-filter-container .mobile-filter-container,
.mobile-posts-filter-container .mobile-filter-container {
  display: none;
}
.posts-filter-container form ul,
.mobile-posts-filter-container form ul {
  max-height: 11.25rem;
  overflow-x: auto;
  list-style-type: none;
}
.posts-filter-container form ul::-webkit-scrollbar,
.mobile-posts-filter-container form ul::-webkit-scrollbar {
  width: 5px;
}
.posts-filter-container form ul::-webkit-scrollbar-thumb,
.mobile-posts-filter-container form ul::-webkit-scrollbar-thumb {
  background: #dee3e1;
  border-radius: 1em;
}
.posts-filter-container form ul li,
.mobile-posts-filter-container form ul li {
  padding: 0 0.75rem;
  display: flex;
  justify-content: space-between;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.posts-filter-container form ul li label,
.mobile-posts-filter-container form ul li label {
  color: #aaaaaa;
  cursor: pointer;
  padding: 0.5rem 0;
  flex-grow: 1;
}
.posts-filter-container form ul li input,
.mobile-posts-filter-container form ul li input {
  opacity: 0;
  cursor: pointer;
  z-index: 10;
}
.posts-filter-container form ul li .checkmark,
.mobile-posts-filter-container form ul li .checkmark {
  position: absolute;
  top: 9px;
  right: 1rem;
  height: 1rem;
  width: 1rem;
  border-radius: 100%;
  border: 1px solid #dee3e1;
  z-index: 9;
}
.posts-filter-container form ul li .checkmark:after,
.mobile-posts-filter-container form ul li .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.posts-filter-container form ul li input:checked ~ .checkmark:after,
.mobile-posts-filter-container form ul li input:checked ~ .checkmark:after {
  display: block;
}
.posts-filter-container form ul li .checkmark:after,
.mobile-posts-filter-container form ul li .checkmark:after {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 0.625rem;
  height: 0.625rem;
  border-radius: 100%;
  background-color: #4f6060;
}
.posts-filter-container form .btn-container,
.mobile-posts-filter-container form .btn-container {
  padding: 1rem;
}
.posts-filter-container form .btn-container .mobile-clear-filters,
.mobile-posts-filter-container form .btn-container .mobile-clear-filters {
  display: none;
}
.posts-filter-container form .btn-container .filter-btn,
.mobile-posts-filter-container form .btn-container .filter-btn {
  width: 100%;
  background-color: #eef2f0;
  border-radius: 2em;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.38rem;
  cursor: pointer;
}
.posts-filter-container form .btn-container .filter-btn:hover,
.mobile-posts-filter-container form .btn-container .filter-btn:hover {
  background-color: #d2fd78;
}

.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.25rem;
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.pagination span,
.pagination a,
.pagination .page-btn {
  text-decoration: none;
  border-radius: 2em;
  height: 2rem;
  width: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.38rem;
  background-color: transparent;
  cursor: pointer;
  transition: background-color 0.3s, color 0.3s;
}
.pagination span:hover,
.pagination a:hover,
.pagination .page-btn:hover {
  background-color: #0e383b;
  color: #ffffff;
}
.pagination span.current, .pagination span.active,
.pagination a.current,
.pagination a.active,
.pagination .page-btn.current,
.pagination .page-btn.active {
  color: #dee3e1;
}
.pagination span.current:hover, .pagination span.active:hover,
.pagination a.current:hover,
.pagination a.active:hover,
.pagination .page-btn.current:hover,
.pagination .page-btn.active:hover {
  background-color: inherit;
}
.pagination .dots:hover {
  background-color: transparent;
  color: #0e383b;
  cursor: auto;
}
.pagination .next,
.pagination .prev {
  border: 1px solid #dee3e1;
  cursor: pointer;
  text-decoration: none;
  border-radius: 2em;
  height: 2rem;
  width: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.38rem;
  background-color: transparent;
  transition: background-color 0.3s, color 0.3s;
}
.pagination .next:hover,
.pagination .prev:hover {
  background-color: #0e383b;
  color: #ffffff;
}
.pagination .next:hover svg path,
.pagination .prev:hover svg path {
  fill: #ffffff;
}
.pagination .next.hidden,
.pagination .prev.hidden {
  display: none;
}
.pagination .page-numbers {
  color: #0e383b;
}

@media only screen and (max-width: 1024px) {
  .blog-page .highlighted-post-container {
    padding: 2.5rem 1rem;
  }
  .blog-page .highlighted-post-container .highlighted-post .post-text {
    max-width: 100%;
  }
  .blog-page .highlighted-post-container .highlighted-post .post-text .posts-filter {
    font-weight: 600;
  }
  .blog-page .posts {
    padding-bottom: 5rem;
  }
}
@media only screen and (max-width: 768px) {
  .posts-filter {
    padding: 0.25rem;
    border: 0;
  }
  .posts-filter .clear-filter {
    display: none;
  }
  .posts-filter button.select-filters {
    display: none;
    flex-direction: row-reverse;
    gap: 0.25rem;
    align-items: center;
  }
  .posts-filter button.select-filters .selected-count {
    margin-right: 0;
    line-height: 1;
  }
  .posts-filter button.select-filters svg {
    display: none;
  }
  .posts-filter button.select-filters .mobile-filter-svg {
    display: block;
    transform: rotate(0);
  }
  .posts-filter #mobile-filter-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.25rem;
    background-color: #dee3e1;
  }
  .posts-filter #mobile-filter-btn:hover, .posts-filter #mobile-filter-btn.opened {
    color: #0e383b;
  }
  .posts-filter .pir-filter {
    display: none;
  }
  .blog-page h1 {
    padding-bottom: 0;
  }
  .blog-page .highlighted-post-container .highlighted-post {
    padding: 1.25rem;
    gap: 2.5rem;
  }
  .posts-filter-container.opened {
    display: none;
  }
  .mobile-posts-filter-container {
    position: fixed;
    z-index: 10;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    border: 0;
    border-radius: 0;
    padding-top: 0.25rem;
    display: none;
    overflow-y: auto;
    background-color: #ffffff;
  }
  .mobile-posts-filter-container.opened {
    display: flex;
    flex-direction: column;
  }
  .mobile-posts-filter-container .close-filter {
    align-self: flex-end;
    padding: 1rem 1rem 1.5rem;
  }
  .mobile-posts-filter-container .close-filter button {
    background-color: transparent;
  }
  .mobile-posts-filter-container form {
    display: flex;
    flex-grow: 1;
    flex-direction: column;
  }
  .mobile-posts-filter-container form ul {
    padding: 6rem 0;
    padding-top: 0;
    max-height: 100%;
  }
  .mobile-posts-filter-container form ul li {
    padding: 0 1rem;
    display: flex;
    justify-content: space-between;
  }
  .mobile-posts-filter-container form .btn-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 0.5rem;
    width: 100%;
    background-color: #ffffff;
    position: fixed;
    bottom: 0;
    z-index: 10;
    padding: 1.5rem 1rem;
  }
  .mobile-posts-filter-container form .btn-container .mobile-clear-filters {
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.4em;
    letter-spacing: 0;
    display: block;
    padding: 0.25rem 1rem;
    cursor: pointer;
    background-color: transparent;
  }
}
@media only screen and (max-width: 768px) and (max-width: 1200px) {
  .mobile-posts-filter-container form .btn-container .mobile-clear-filters {
    font-size: 0.75rem;
  }
}
@media only screen and (max-width: 768px) {
  .mobile-posts-filter-container form .btn-container .filter-btn {
    min-height: 2rem;
    flex-grow: 1;
    width: auto;
  }
  .mobile-filter-container {
    flex-direction: column;
    overflow-y: visible;
    height: auto;
    display: flex !important;
  }
  .mobile-filter-container .filter-title-row {
    padding: 0.75rem 1rem;
    background-color: #eef2f0;
    display: block;
  }
  .mobile-filter-container .filter-title-row span {
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.4em;
    letter-spacing: 0;
    margin-right: 0.5rem;
  }
}
@media only screen and (max-width: 768px) and (max-width: 1200px) {
  .mobile-filter-container .filter-title-row span {
    font-size: 0.75rem;
  }
}
@media only screen and (max-width: 576px) {
  .blog-page .highlighted-post-container .highlighted-post {
    aspect-ratio: 360/590;
  }
  .blog-page .highlighted-post-container .highlighted-post .post-text {
    max-width: 100%;
  }
}
.faq-page .faq {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.faq-page .faq .title-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid #dee3e1;
  padding: 1rem;
  position: relative;
}
.faq-page .faq .title-row h2 {
  font-family: "Prompt", sans-serif;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.4em;
  letter-spacing: 0.02rem;
}
@media (max-width: 1200px) {
  .faq-page .faq .title-row h2 {
    font-size: 0.75rem;
    letter-spacing: 0.015rem;
  }
}
.faq-page .faq .faq-list {
  padding: 2.5rem 0 5rem;
}
.faq-page .faq .faq-list .accordion {
  overflow: hidden;
}
.faq-page .faq .faq-list .accordion:first-of-type .accordion-heading {
  border-top: 0;
}
.faq-page .faq .faq-list .accordion-heading {
  padding: 3rem 2.25rem;
  border-top: 1px solid #dee3e1;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  -webkit-user-select: none; /* Safari */
  -ms-user-select: none; /* IE 10 and IE 11 */
  user-select: none; /* Standard syntax */
}
.faq-page .faq .faq-list .accordion-heading svg {
  height: 1.25rem;
  min-width: 1.25rem;
  transition-duration: 0.3s;
}
.faq-page .faq .faq-list .accordion-heading h2 {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.4em;
  letter-spacing: 0;
}
@media (max-width: 1200px) {
  .faq-page .faq .faq-list .accordion-heading h2 {
    font-size: 1.25rem;
  }
}
.faq-page .faq .faq-list .accordion-heading h2 span {
  color: #dee3e1;
  padding-right: 0.5rem;
}
.faq-page .faq .faq-list .accordion-heading::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 4px;
  background-color: transparent;
  transition-duration: 0.2s;
}
.faq-page .faq .faq-list .accordion-heading:hover::after {
  background-color: #c3ff99;
}
.faq-page .faq .faq-list .accordion.opened .accordion-heading:hover::after {
  background-color: transparent;
}
.faq-page .faq .faq-list .accordion.opened .accordion-heading svg {
  transform: rotate(180deg);
}
.faq-page .faq .faq-list .accordion.opened .accordion-content {
  height: auto;
  padding: 2.5rem 1rem;
}
.faq-page .faq .faq-list .accordion-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding: 0 1rem;
  border-bottom: 1px solid #dee3e1;
  transition-duration: 0.3s;
  height: 0;
}
.faq-page .faq .faq-list .accordion-content h3 {
  font-family: "Prompt", sans-serif;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.4em;
  letter-spacing: 0.02rem;
}
@media (max-width: 1200px) {
  .faq-page .faq .faq-list .accordion-content h3 {
    font-size: 0.75rem;
    letter-spacing: 0.015rem;
  }
}
.faq-page .faq .faq-list .accordion-content .content p,
.faq-page .faq .faq-list .accordion-content .content li,
.faq-page .faq .faq-list .accordion-content .content a,
.faq-page .faq .faq-list .accordion-content .content span {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.4em;
  letter-spacing: 0;
  color: #4f6060;
}
@media (max-width: 1200px) {
  .faq-page .faq .faq-list .accordion-content .content p,
  .faq-page .faq .faq-list .accordion-content .content li,
  .faq-page .faq .faq-list .accordion-content .content a,
  .faq-page .faq .faq-list .accordion-content .content span {
    font-size: 0.75rem;
  }
}
.faq-page .faq .faq-list .accordion-content .content p strong,
.faq-page .faq .faq-list .accordion-content .content li strong,
.faq-page .faq .faq-list .accordion-content .content a strong,
.faq-page .faq .faq-list .accordion-content .content span strong {
  color: #4f6060;
}
.faq-page .faq .faq-list .accordion-content .content ul {
  padding-left: 1em;
}

@media only screen and (max-width: 768px) {
  .faq-page .faq {
    padding-top: 0;
    padding-bottom: 2.5rem;
  }
  .faq-page .faq .title-row {
    padding-bottom: 2rem;
  }
  .faq-page .faq .faq-list .accordion-heading {
    padding: 2rem 1rem;
  }
  .faq-page .faq .faq-list .accordion-heading:hover::after {
    background-color: transparent;
  }
  .faq-page .faq .faq-list .accordion.opened .accordion-content {
    padding: 2rem 1rem;
  }
  .faq-page .faq .faq-list .accordion-content {
    grid-template-columns: 1fr;
    gap: 0.75rem;
  }
}
.carrier-page h1 {
  padding-bottom: 0;
}
.carrier-page .wide-block {
  border-bottom: 0;
  padding: 3rem 1rem;
}
.carrier-page .wide-block-content {
  height: 15rem;
}
.carrier-page .desc {
  margin-top: 0;
  gap: 1.25rem;
}
.carrier-page .desc .desc-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 3rem;
}
.carrier-page .desc .desc-content p {
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.4em;
  letter-spacing: 0;
}
@media (max-width: 1200px) {
  .carrier-page .desc .desc-content p {
    font-size: 1.125rem;
  }
}
.carrier-page .desc .desc-content a {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.4em;
  letter-spacing: 0;
  padding: 0 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 2rem;
  border-radius: 2em;
  transition: background-color 300ms linear, color 300ms linear;
  background-color: #eef2f0;
  text-decoration: none;
  will-change: background-color, color;
  text-decoration: none;
}
@media (max-width: 1200px) {
  .carrier-page .desc .desc-content a {
    font-size: 0.75rem;
  }
}
@media (max-width: 1200px) {
  .carrier-page .desc .desc-content a {
    font-size: 0.875rem;
  }
}
.carrier-page .desc .desc-content a:hover {
  background-color: #d2fd78;
}
.carrier-page .positions .title-row {
  border-top: 1px solid #dee3e1;
  padding: 1rem;
  display: grid;
  grid-template-columns: 5fr 7fr;
  gap: 1.25rem;
}
.carrier-page .positions .title-row h2 {
  font-family: "Prompt", sans-serif;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.4em;
  letter-spacing: 0.02rem;
}
@media (max-width: 1200px) {
  .carrier-page .positions .title-row h2 {
    font-size: 0.75rem;
    letter-spacing: 0.015rem;
  }
}
.carrier-page .positions .title-row .no-post-found {
  font-size: 1.5rem;
  padding-bottom: 7.5rem;
}
.carrier-page .positions-grid {
  padding: 1rem 1rem 7.5rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.75rem;
}
.carrier-page .positions-grid .position {
  border: 1px solid #dee3e1;
  border-radius: 0.325rem;
  padding: 1.25rem;
  text-decoration: none;
  transition: background-color 300ms linear;
}
.carrier-page .positions-grid .position:hover {
  background-color: #c3ff99;
  border-color: #c3ff99;
}
.carrier-page .positions-grid .position-top-row {
  display: flex;
  justify-content: space-between;
  padding-bottom: 1.25rem;
}
.carrier-page .positions-grid .position-top-row span {
  padding: 0.25rem 0.5rem;
  border-radius: 0.325rem;
  font-family: "Prompt", sans-serif;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.4em;
  letter-spacing: 0.02rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1200px) {
  .carrier-page .positions-grid .position-top-row span {
    font-size: 0.75rem;
    letter-spacing: 0.015rem;
  }
}
.carrier-page .positions-grid .position-top-row span.tag {
  background-color: #dee3e1;
}
.carrier-page .positions-grid .position-top-row span.deadline {
  border: 1px solid #dee3e1;
  color: #4f6060;
}
.carrier-page .positions-grid .position h3 {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.4em;
  letter-spacing: 0;
  padding-bottom: 0.5rem;
}
@media (max-width: 1200px) {
  .carrier-page .positions-grid .position h3 {
    font-size: 1.25rem;
  }
}
.carrier-page .positions-grid .position ul {
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  gap: 0.25rem 1.25rem;
}
.carrier-page .positions-grid .position ul li {
  display: flex;
  align-items: center;
  gap: 0.25rem;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.4em;
  letter-spacing: 0;
}
@media (max-width: 1200px) {
  .carrier-page .positions-grid .position ul li {
    font-size: 0.75rem;
  }
}
.carrier-page .positions-grid .position ul li svg {
  height: 1.25rem;
  width: 1.25rem;
}
.carrier-page .positions-grid .position .position-desc {
  padding-top: 3.75rem;
}
.carrier-page .positions-grid .position .position-desc p {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.4em;
  letter-spacing: 0;
}
@media (max-width: 1200px) {
  .carrier-page .positions-grid .position .position-desc p {
    font-size: 0.75rem;
  }
}

@media only screen and (max-width: 768px) {
  .carrier-page .wide-block-content {
    height: inherit;
    aspect-ratio: 358/158;
  }
  .carrier-page .desc {
    margin-bottom: 5rem;
  }
  .carrier-page .positions .title-row {
    grid-template-columns: 1fr;
  }
  .carrier-page .positions-grid {
    padding: 1.25rem 1rem 5rem;
    grid-template-columns: 1fr;
  }
  .carrier-page .positions-grid .position:hover {
    background-color: #ffffff;
    border-color: #dee3e1;
  }
}
.downloads-page {
  padding-bottom: 7.5rem;
}
.downloads-page h1 {
  padding-bottom: 3rem;
}
.downloads-page .open-mobile-filters {
  display: none;
}
.downloads-page .downloads {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 0.75rem;
  padding: 1rem;
}
.downloads-page .downloads .filter-area-inner .mobile-filter-area-header {
  display: none;
}
.downloads-page .downloads .filter-area-inner .filter-area-list ul {
  list-style: none;
  padding: 0.5rem 0;
}
.downloads-page .downloads .filter-area-inner .filter-area-list ul li div span {
  border-bottom: 1px solid #dee3e1;
  padding: 1rem;
  display: block;
}
.downloads-page .downloads .filter-area-inner .filter-area-list ul li div span a {
  cursor: pointer;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.4em;
  letter-spacing: 0;
  transition-duration: 0.3s !important;
}
@media (max-width: 1200px) {
  .downloads-page .downloads .filter-area-inner .filter-area-list ul li div span a {
    font-size: 0.75rem;
  }
}
.downloads-page .downloads .filter-area-inner .filter-area-list ul li div span a.active {
  color: #24a98a !important;
}
.downloads-page .downloads .filter-area-inner .filter-area-list ul li div span:hover {
  cursor: pointer;
}
.downloads-page .downloads .filter-area-inner .filter-area-list ul li div span:hover > a {
  color: #bbc8c5;
}
.downloads-page .downloads .filter-area-inner .filter-area-list > ul {
  padding: 0;
}
.downloads-page .downloads .filter-area-inner .filter-area-list .has-child:hover, .downloads-page .downloads .filter-area-inner .filter-area-list .has-child.opened {
  color: #bbc8c5;
}
.downloads-page .downloads .filter-area-inner .filter-area-list .has-child > span {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #4f6060;
}
.downloads-page .downloads .filter-area-inner .filter-area-list .has-child > span::after {
  background: url("/wp-content/uploads/2024/11/more-icon-hover.svg");
}
.downloads-page .downloads .filter-area-inner .filter-area-list .has-child > span.opened::after {
  transform: rotate(0);
}
.downloads-page .downloads .filter-area-inner .filter-area-list .has-child > span::after {
  content: "";
  width: 1.25rem;
  height: 1.25rem;
  background: url("/wp-content/uploads/2024/11/more-icon.svg");
  background-size: cover;
  transform: rotate(180deg);
  transition-duration: 0.3s;
}
.downloads-page .downloads .filter-area-inner .filter-area-list .has-child ul {
  display: none;
}
.downloads-page .downloads .filter-area-inner .filter-area-list .has-child ul.opened {
  display: block;
}
.downloads-page .downloads .filter-area-inner .filter-area-list .first-level > span {
  padding-left: 0.5rem;
}
.downloads-page .downloads .filter-area-inner .filter-area-list .first-level > span a {
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.4em;
  letter-spacing: 0;
  color: #4f6060;
}
@media (max-width: 1200px) {
  .downloads-page .downloads .filter-area-inner .filter-area-list .first-level > span a {
    font-size: 1.125rem;
  }
}
.downloads-page .downloads .filter-area-inner .filter-area-list .first-level > span:hover, .downloads-page .downloads .filter-area-inner .filter-area-list .first-level > span.opened {
  background-color: #eef2f0;
}
.downloads-page .downloads .filter-area-inner .filter-area-list .first-level > span:hover > span, .downloads-page .downloads .filter-area-inner .filter-area-list .first-level > span.opened > span {
  color: #4f6060;
}
.downloads-page .downloads .filter-area-inner .filter-area-list .first-level .second-level ul li span {
  padding-left: 1.5rem;
}
.downloads-page .downloads .filter-area-inner .filter-area-list .first-level .third-level ul li span {
  padding-left: 2rem;
}
.downloads-page .downloads .filter-area-inner .filter-area-list .first-level .fourth-level ul li span {
  padding-left: 2.5rem;
}
.downloads-page .downloads .filter-area-inner .filter-area-list .first-level .additional-level ul li span {
  padding-left: 3rem;
}
.downloads-page .downloads-content-area {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem 0.75rem;
}
.downloads-page .downloads-content-area .pagination {
  padding: 2.5rem 0 0;
  grid-column: 1/2;
}
.downloads-page .downloads-content-area .download-element {
  text-decoration: none;
}
.downloads-page .downloads-content-area .download-element:hover .element-content span {
  background-color: #d2fd78;
}
.downloads-page .downloads-content-area .download-element .element-img {
  width: 100%;
  aspect-ratio: 436/194;
  background-size: cover;
  background-position: center;
  border-radius: 0.325rem;
  margin-bottom: 1.25rem;
  position: relative;
  overflow: hidden;
}
.downloads-page .downloads-content-area .download-element .element-img img {
  height: 100%;
  width: 100%;
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  object-fit: cover;
}
.downloads-page .downloads-content-area .download-element .element-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.downloads-page .downloads-content-area .download-element .element-content h4 {
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.4em;
  letter-spacing: 0;
  padding-bottom: 0.75rem;
}
@media (max-width: 1200px) {
  .downloads-page .downloads-content-area .download-element .element-content h4 {
    font-size: 1.125rem;
  }
}
.downloads-page .downloads-content-area .download-element .element-content span {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.4em;
  letter-spacing: 0;
  padding: 0 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 2rem;
  border-radius: 2em;
  transition: background-color 300ms linear, color 300ms linear;
  background-color: #eef2f0;
  text-decoration: none;
  will-change: background-color, color;
}
@media (max-width: 1200px) {
  .downloads-page .downloads-content-area .download-element .element-content span {
    font-size: 0.75rem;
  }
}
@media (max-width: 1200px) {
  .downloads-page .downloads-content-area .download-element .element-content span {
    font-size: 0.875rem;
  }
}

@media only screen and (max-width: 1024px) {
  .downloads-page h1 {
    padding-bottom: 0;
  }
  .downloads-page .open-mobile-filters {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 2rem;
    padding: 0 1rem;
    margin: 1.25rem 1rem 2.5rem;
    border-radius: 2em;
    cursor: pointer;
  }
  .downloads-page .open-mobile-filters:hover {
    background-color: #d2fd78;
  }
  .downloads-page .open-mobile-filters svg {
    height: 1.25rem;
    width: 1.25rem;
  }
  .downloads-page .open-mobile-filters span {
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.4em;
    letter-spacing: 0;
  }
}
@media only screen and (max-width: 1024px) and (max-width: 1200px) {
  .downloads-page .open-mobile-filters span {
    font-size: 0.75rem;
  }
}
@media only screen and (max-width: 1024px) {
  .downloads-page .downloads {
    grid-template-columns: 1fr;
  }
  .downloads-page .downloads .filter-area {
    display: none;
    position: fixed;
    background-color: rgba(0, 0, 0, 0.4274509804);
    z-index: 10;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
  }
  .downloads-page .downloads .filter-area.opened {
    display: flex;
  }
  .downloads-page .downloads .filter-area-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2.5rem;
    background-color: #ffffff;
    border-radius: 0.325rem;
    width: 50%;
    padding: 2.5rem 1rem;
    overflow-x: auto;
  }
  .downloads-page .downloads .filter-area-inner .mobile-filter-area-header {
    width: 100%;
    display: flex;
    justify-content: space-between;
  }
  .downloads-page .downloads .filter-area-inner .mobile-filter-area-header h3 {
    font-size: 3.5rem;
    font-weight: 300;
    line-height: 1.2em;
    letter-spacing: 0;
  }
}
@media only screen and (max-width: 1024px) and (max-width: 1200px) {
  .downloads-page .downloads .filter-area-inner .mobile-filter-area-header h3 {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 1024px) {
  .downloads-page .downloads .filter-area-inner .mobile-filter-area-header .close-btn {
    height: 2rem;
    width: 2rem;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5em;
    background-color: transparent;
    cursor: pointer;
  }
  .downloads-page .downloads .filter-area-inner .mobile-filter-area-header .close-btn:hover {
    background-color: #0e383b;
  }
  .downloads-page .downloads .filter-area-inner .mobile-filter-area-header .close-btn:hover svg path {
    fill: #ffffff;
  }
  .downloads-page .downloads .filter-area-inner .filter-area-list {
    width: 100%;
  }
  .downloads-page .downloads-content-area .pagination {
    grid-column: 1/3;
    padding: 2.5rem 0;
  }
}
@media only screen and (max-width: 768px) {
  .downloads-page .downloads .filter-area-inner {
    width: 100%;
    border-radius: 0;
    height: 100vh;
  }
  .downloads-page .downloads-content-area {
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }
  .downloads-page .downloads-content-area .pagination {
    grid-column: 1/2;
  }
}
.solutions-page .title {
  padding: 1rem 0;
}
.solutions-page .wide-block {
  padding-bottom: 3rem;
  padding-top: 3rem;
}
.solutions-page .categories .title-row {
  padding: 1rem;
}
.solutions-page .categories .title-row h2 {
  font-family: "Prompt", sans-serif;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.4em;
  letter-spacing: 0.02rem;
}
@media (max-width: 1200px) {
  .solutions-page .categories .title-row h2 {
    font-size: 0.75rem;
    letter-spacing: 0.015rem;
  }
}
.solutions-page .categories .categories-content {
  display: flex;
  flex-direction: column;
  gap: 5rem;
  padding: 0 1rem 7.5rem;
}
.solutions-page .categories .categories-content .category {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.solutions-page .categories .categories-content .category-upper-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 0;
}
.solutions-page .categories .categories-content .category-upper-row h3 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2em;
  letter-spacing: 0;
  text-transform: uppercase;
}
@media (max-width: 1200px) {
  .solutions-page .categories .categories-content .category-upper-row h3 {
    font-size: 2rem;
  }
}
.solutions-page .categories .categories-content .category-upper-row button {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.4em;
  letter-spacing: 0;
  padding: 0 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 2rem;
  border-radius: 2em;
  transition: background-color 300ms linear, color 300ms linear;
  background-color: #eef2f0;
  text-decoration: none;
  will-change: background-color, color;
  border-radius: 2em;
  cursor: pointer;
}
@media (max-width: 1200px) {
  .solutions-page .categories .categories-content .category-upper-row button {
    font-size: 0.75rem;
  }
}
@media (max-width: 1200px) {
  .solutions-page .categories .categories-content .category-upper-row button {
    font-size: 0.875rem;
  }
}
.solutions-page .categories .categories-content .category-upper-row button:hover {
  background-color: #d2fd78;
}
.solutions-page .categories .categories-content .category .category-img {
  aspect-ratio: 1334/240;
  border-radius: 0.325rem;
  background-position: center;
  background-size: cover;
  position: relative;
}
.solutions-page .categories .categories-content .category .category-img img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 20%;
  left: 50%;
  transform: translate(-50%, -20%);
  object-fit: cover;
  z-index: -1;
  border-radius: inherit;
}
.solutions-page .categories .categories-content .category .category-content {
  display: grid;
  grid-template-columns: 5fr 6fr 1fr;
  padding: 1rem 0;
  gap: 1rem;
}
.solutions-page .categories .categories-content .category .category-content h4 {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.4em;
  letter-spacing: 0;
  text-transform: uppercase;
}
@media (max-width: 1200px) {
  .solutions-page .categories .categories-content .category .category-content h4 {
    font-size: 0.75rem;
  }
}
.solutions-page .categories .categories-content .category .category-content div {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1.25rem;
}
.solutions-page .categories .categories-content .category .category-content div p {
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.4em;
  letter-spacing: 0;
  color: #4f6060;
}
@media (max-width: 1200px) {
  .solutions-page .categories .categories-content .category .category-content div p {
    font-size: 0.875rem;
  }
}
.solutions-page .categories .categories-content .category .category-content div a {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.4em;
  letter-spacing: 0;
  padding: 0 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 2rem;
  border-radius: 2em;
  transition: background-color 300ms linear, color 300ms linear;
  background-color: #eef2f0;
  text-decoration: none;
  will-change: background-color, color;
  background-color: #4f6060;
  color: #ffffff;
}
@media (max-width: 1200px) {
  .solutions-page .categories .categories-content .category .category-content div a {
    font-size: 0.75rem;
  }
}
@media (max-width: 1200px) {
  .solutions-page .categories .categories-content .category .category-content div a {
    font-size: 0.875rem;
  }
}
.solutions-page .categories .categories-content .category .category-content div a:hover {
  background-color: #0e383b;
}

@media only screen and (max-width: 1024px) {
  .solutions-page .categories .categories-content .category-upper-row {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.75rem;
  }
  .solutions-page .categories .categories-content .category .category-img {
    aspect-ratio: 358/158;
  }
  .solutions-page .categories .categories-content .category .category-content {
    grid-template-columns: 1fr;
  }
}
.page-content h1 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2em;
  letter-spacing: 0;
  text-transform: uppercase;
  padding: 1.31rem 1rem 5rem;
}
@media (max-width: 1200px) {
  .page-content h1 {
    font-size: 2rem;
  }
}
.page-content .counters {
  border-top: 1px solid #dee3e1;
  padding: 5rem 0 7.5rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.page-content .counters .counter {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1.25rem;
}
.page-content .counters .counter h3 {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.4em;
  letter-spacing: 0;
  color: #4f6060;
}
@media (max-width: 1200px) {
  .page-content .counters .counter h3 {
    font-size: 0.75rem;
  }
}
.page-content .counters .counter p {
  font-size: 3rem;
  font-weight: 300;
  line-height: 1.2em;
  letter-spacing: 0;
}
@media (max-width: 1200px) {
  .page-content .counters .counter p {
    font-size: 2rem;
  }
}

.wide-text-block {
  padding: 1rem 1rem 7.5rem;
  display: grid;
  grid-template-columns: 5fr 7fr;
}
.wide-text-block h2 {
  font-size: 0.75rem;
  font-weight: 400;
  letter-spacing: 0.02em;
}
.wide-text-block p {
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.4em;
  letter-spacing: 0;
  color: #4f6060;
}
@media (max-width: 1200px) {
  .wide-text-block p {
    font-size: 1.125rem;
  }
}

.references-page .posts {
  padding-bottom: 5rem;
}
.references-page .wide-block {
  padding: 3rem 1rem;
}

@media only screen and (max-width: 1024px) {
  .page-content h1 {
    font-size: 3.5rem;
    font-weight: 300;
    line-height: 1.2em;
    letter-spacing: 0;
    text-transform: uppercase;
    padding: 1.25rem 1rem 2.5rem;
  }
}
@media only screen and (max-width: 1024px) and (max-width: 1200px) {
  .page-content h1 {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 1024px) {
  .page-content .counters {
    padding: 2.5rem 0 5rem;
    gap: 3rem;
    grid-template-columns: 1fr;
  }
  .wide-text-block {
    padding: 1rem 1rem 5rem;
    grid-template-columns: 1fr;
    gap: 1.25rem;
  }
}
.resellers-page {
  overflow: hidden;
}
.resellers-page h1 {
  padding-bottom: 0;
  margin-bottom: 7.5rem;
}
.resellers-page .contractors {
  border-top: 1px solid #dee3e1;
}
.resellers-page .marquee {
  padding-bottom: 7.5rem;
  display: flex;
  position: relative;
}
.resellers-page .marquee-inner {
  display: flex;
  position: relative;
}
.resellers-page .marquee-inner .marquee-img {
  aspect-ratio: 22/20;
  width: 17.5rem;
  margin: 0 0.5rem;
  border-radius: 0.325rem;
  border: 1px solid #dee3e1;
  position: relative;
}
.resellers-page .marquee-inner .marquee-img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 80%;
  max-height: 80%;
}
.resellers-page .wide-block {
  padding-top: 0;
}

.partners .title-row {
  padding: 1rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
.partners .title-row h2 {
  font-family: "Prompt", sans-serif;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.4em;
  letter-spacing: 0.02rem;
}
@media (max-width: 1200px) {
  .partners .title-row h2 {
    font-size: 0.75rem;
    letter-spacing: 0.015rem;
  }
}
.partners-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 3rem 0.75rem;
  padding: 1rem;
  min-height: 10rem;
  width: 100%;
}
@media (max-width: 1900px) {
  .partners-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 1024px) {
  .partners-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  .partners-grid {
    grid-template-columns: 1fr;
  }
}
.partners-grid .partner {
  height: fit-content;
}
.partners-grid .partner-logo {
  aspect-ratio: 358/194;
  border: 1px solid #dee3e1;
  border-radius: 0.325rem;
  margin-bottom: 1.25rem;
  overflow: hidden;
  display: flex;
  justify-content: center;
}
.partners-grid .partner-logo img {
  z-index: -1;
  height: 100%;
  max-width: 100%;
  object-fit: cover;
  object-position: center center;
}
.partners-grid .partner .fallback {
  background-color: #dee3e1;
}
.partners-grid .partner span {
  font-family: "Prompt", sans-serif;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.4em;
  letter-spacing: 0.02rem;
  text-transform: uppercase;
  padding-bottom: 0.25rem;
}
@media (max-width: 1200px) {
  .partners-grid .partner span {
    font-size: 0.75rem;
    letter-spacing: 0.015rem;
  }
}
.partners-grid .partner h3 {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.4em;
  letter-spacing: 0;
  padding-bottom: 2rem;
}
@media (max-width: 1200px) {
  .partners-grid .partner h3 {
    font-size: 1.25rem;
  }
}
.partners-grid .partner-contacts {
  display: flex;
  flex-wrap: wrap;
  gap: 0.25rem 0.5rem;
}
.partners-grid .partner-contacts > div {
  display: flex;
  align-items: center;
  gap: 0.25rem;
}
.partners-grid .partner-contacts > div a {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.4em;
  letter-spacing: 0;
  text-decoration: none;
  color: #4f6060;
  transition: opacity 0.3s;
}
@media (max-width: 1200px) {
  .partners-grid .partner-contacts > div a {
    font-size: 0.75rem;
  }
}
.partners-grid .partner-contacts > div a:hover {
  opacity: 0.7;
}
.partners-grid .partner-contacts .location {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.4em;
  letter-spacing: 0;
  color: #4f6060;
  width: 100%;
}
@media (max-width: 1200px) {
  .partners-grid .partner-contacts .location {
    font-size: 0.75rem;
  }
}
.partners-grid .pagination {
  grid-column: 1/4;
}

@media only screen and (max-width: 1024px) {
  .resellers-page h1 {
    padding-bottom: 5rem;
  }
  .resellers-page .marquee {
    padding-bottom: 7.5rem;
    display: flex;
    position: relative;
  }
  .resellers-page .marquee-inner .marquee-img {
    width: 12.5rem;
  }
  .resellers-page .partners .title-row {
    border-top: 1px solid #dee3e1;
    padding: 1rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
  }
  .resellers-page .partners .title-row h2 {
    font-family: "Prompt", sans-serif;
    font-size: 0.75rem;
    font-weight: 400;
    line-height: 1.4em;
    letter-spacing: 0.02rem;
  }
}
@media only screen and (max-width: 1024px) and (max-width: 1200px) {
  .resellers-page .partners .title-row h2 {
    font-size: 0.75rem;
    letter-spacing: 0.015rem;
  }
}
@media only screen and (max-width: 1024px) {
  .resellers-page .partners-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
  }
}
@media only screen and (max-width: 1024px) and (max-width: 1900px) {
  .resellers-page .partners-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (max-width: 1024px) and (max-width: 1024px) {
  .resellers-page .partners-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 1024px) and (max-width: 768px) {
  .resellers-page .partners-grid {
    grid-template-columns: 1fr;
  }
}
@media only screen and (max-width: 1024px) {
  .resellers-page .partners-grid .partner-logo img {
    max-height: 100%;
  }
}
.jet-fb-form-block form {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1.25rem;
}
.jet-fb-form-block form .jet-form-builder-row {
  width: 100%;
}
.jet-fb-form-block form .jet-form-builder-row .for-checkbox :checked + span::before {
  background-color: #4f6060;
  border-color: #4f6060;
}
.jet-fb-form-block form .jet-form-builder-row .for-checkbox > span {
  flex-wrap: wrap;
}
.jet-fb-form-block form .jet-form-builder-row .for-checkbox > span::before {
  border-radius: 50% !important;
}
.jet-fb-form-block form .jet-form-builder-row .jet-form-builder__field-wrap {
  padding-top: 0.25rem;
  display: block;
}
.jet-fb-form-block form .jet-form-builder-row .jet-form-builder__field-wrap input,
.jet-fb-form-block form .jet-form-builder-row .jet-form-builder__field-wrap .select-field,
.jet-fb-form-block form .jet-form-builder-row .jet-form-builder__field-wrap textarea {
  border: 1px solid #dee3e1;
  border-radius: 0.325rem;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.4em;
  letter-spacing: 0;
  padding: 0.75rem 1.25rem;
}
@media (max-width: 1200px) {
  .jet-fb-form-block form .jet-form-builder-row .jet-form-builder__field-wrap input,
  .jet-fb-form-block form .jet-form-builder-row .jet-form-builder__field-wrap .select-field,
  .jet-fb-form-block form .jet-form-builder-row .jet-form-builder__field-wrap textarea {
    font-size: 0.875rem;
  }
}
.jet-fb-form-block form .jet-form-builder-row .jet-form-builder__field-wrap input::placeholder,
.jet-fb-form-block form .jet-form-builder-row .jet-form-builder__field-wrap .select-field::placeholder,
.jet-fb-form-block form .jet-form-builder-row .jet-form-builder__field-wrap textarea::placeholder {
  color: #bbc8c5;
}
.jet-fb-form-block form .jet-form-builder-row .jet-form-builder__field-wrap textarea {
  height: 9.625rem;
}
.jet-fb-form-block form .jet-form-builder-row .jet-form-builder__field-wrap .checkboxes-wrap {
  padding: 0;
  margin: 0;
}
.jet-fb-form-block form .jet-form-builder-row .jet-form-builder__field-wrap .checkboxes-wrap label {
  display: flex;
  align-items: center;
  gap: 0.16rem;
}
.jet-fb-form-block form .jet-form-builder-row .jet-form-builder__field-wrap .checkboxes-wrap label input {
  width: 16px;
  height: 16px;
}
.jet-fb-form-block form .jet-form-builder-row .jet-form-builder__submit {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.4em;
  letter-spacing: 0;
  border-radius: 2em;
  padding: 1rem 1.5rem;
  background-color: #4f6060;
  color: #ffffff;
  cursor: pointer;
  transition: background-color 0.3s;
}
@media (max-width: 1200px) {
  .jet-fb-form-block form .jet-form-builder-row .jet-form-builder__submit {
    font-size: 0.75rem;
  }
}
.jet-fb-form-block form .jet-form-builder-row .jet-form-builder__submit:hover {
  background-color: #0e383b;
}
.jet-fb-form-block form .field-type-media-field {
  width: auto;
}
.jet-fb-form-block form .field-type-media-field .jet-form-builder__label label {
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  height: 2rem;
  padding: 0 1rem;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.4em;
  letter-spacing: 0;
  border-radius: 2em;
  background-color: #dee3e1;
  transition: background-color 0.3s;
}
@media (max-width: 1200px) {
  .jet-fb-form-block form .field-type-media-field .jet-form-builder__label label {
    font-size: 0.75rem;
  }
}
.jet-fb-form-block form .field-type-media-field .jet-form-builder__label label:before {
  content: url("/wp-content/uploads/2024/11/upload-icon.svg");
  margin-right: 0.25rem;
  padding-top: 0.25rem;
}
.jet-fb-form-block form .field-type-media-field .jet-form-builder__label label:hover {
  background-color: #d2fd78;
}
.jet-fb-form-block form .field-type-media-field .jet-form-builder-file-upload {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  z-index: 3;
}
.jet-fb-form-block form .field-type-media-field .jet-form-builder-file-upload__fields input {
  display: none;
}
.jet-fb-form-block form .field-type-media-field .jet-form-builder-file-upload__content, .jet-fb-form-block form .field-type-media-field .jet-form-builder-file-upload__message {
  display: none;
}

.woocommerce-form__label-for-checkbox,
.checkbox {
  position: relative;
  cursor: pointer;
}
.woocommerce-form__label-for-checkbox input[type=checkbox],
.checkbox input[type=checkbox] {
  display: none !important;
}
.woocommerce-form__label-for-checkbox::before,
.checkbox::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  left: 0;
  top: 0.7rem;
  box-sizing: border-box;
  height: 1rem;
  aspect-ratio: 1/1;
  transform: translateY(-50%);
  border-radius: 50%;
  border: 1px solid #4f6060;
  background: #fff;
}
.woocommerce-form__label-for-checkbox .privacy-text,
.checkbox .privacy-text {
  position: relative;
  padding-left: 1.5rem;
  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none; /* Safari */
  -khtml-user-select: none; /* Konqueror HTML */
  -moz-user-select: none; /* Old versions of Firefox */
  -ms-user-select: none; /* Internet Explorer/Edge */
  user-select: none;
}
.woocommerce-form__label-for-checkbox:has(input[type=checkbox]:checked)::before,
.checkbox:has(input[type=checkbox]:checked)::before {
  background-color: #4f6060;
  border-color: #4f6060;
  background-image: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 8 8%27%3e%3cpath fill=%27%23fff%27 d=%27M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z%27/%3e%3c/svg%3e");
  background-size: 0.5rem;
  background-position: center;
  background-repeat: no-repeat;
}
.woocommerce-form__label-for-checkbox:has(input[type=checkbox]:checked)::before:focus-visible,
.checkbox:has(input[type=checkbox]:checked)::before:focus-visible {
  outline: 1px solid #d2fd78;
}

.popup {
  display: none;
  padding: 3rem;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  min-height: 100svh;
  overflow-x: auto;
  z-index: 99;
}
.popup.opened {
  display: block;
}
.popup .bg {
  background-color: rgba(0, 0, 0, 0.1019607843);
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.popup .popup-inner {
  background-color: #ffffff;
  margin: auto;
  width: 37.5rem;
  padding: 3.75rem 2rem;
  border-radius: 0.325rem;
  display: flex;
  flex-direction: column;
  gap: 3rem;
  position: relative;
  z-index: 100;
}
.popup .popup-inner .jet-form-builder-row .jet-form-builder__field-label span {
  flex-wrap: wrap;
}
.popup .popup-inner .popup-upper-row {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.popup .popup-inner .popup-upper-row h3 {
  font-size: 2.5rem;
  font-weight: 300;
  line-height: 1.2em;
  letter-spacing: 0;
}
@media (max-width: 1200px) {
  .popup .popup-inner .popup-upper-row h3 {
    font-size: 1.5rem;
  }
}
.popup .popup-inner .popup-upper-row .close-popup {
  padding: 0;
  background-color: transparent;
  cursor: pointer;
  height: 2rem;
  width: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 2em;
  transition: background-color 0.3s;
}
.popup .popup-inner .popup-upper-row .close-popup svg path {
  transition: fill 0.3s;
}
.popup .popup-inner .popup-upper-row .close-popup:hover {
  background-color: #0e383b;
}
.popup .popup-inner .popup-upper-row .close-popup:hover svg path {
  fill: #ffffff;
}

@media only screen and (max-width: 768px) {
  .popup {
    padding: 0;
  }
  .popup .popup-inner {
    margin: 0;
    width: 100%;
    padding: 2.25rem 1rem;
    border-radius: 0;
    gap: 3rem;
  }
  .popup .popup-inner .popup-upper-row .close-popup {
    padding: 0;
    height: 2rem;
    width: 2rem;
  }
  .popup .popup-inner .popup-upper-row .close-popup:hover {
    background-color: #0e383b;
  }
  .popup .popup-inner .popup-upper-row .close-popup:hover svg path {
    fill: #ffffff;
  }
  .subscribe-popup .popup-inner {
    top: 0;
    transform: unset;
    height: 100%;
  }
}
.universal-popup .popup-body {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
  align-items: flex-start;
}
.universal-popup .popup-body__img-container {
  height: 15.5625rem;
}
.universal-popup .popup-body__img-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0.375rem;
}
.universal-popup .popup-body__conent-container {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.universal-popup .popup-body__conent-container h1,
.universal-popup .popup-body__conent-container h2,
.universal-popup .popup-body__conent-container h3,
.universal-popup .popup-body__conent-container h4,
.universal-popup .popup-body__conent-container h5,
.universal-popup .popup-body__conent-container h6 {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.4em;
  letter-spacing: 0;
}
@media (max-width: 1200px) {
  .universal-popup .popup-body__conent-container h1,
  .universal-popup .popup-body__conent-container h2,
  .universal-popup .popup-body__conent-container h3,
  .universal-popup .popup-body__conent-container h4,
  .universal-popup .popup-body__conent-container h5,
  .universal-popup .popup-body__conent-container h6 {
    font-size: 1.25rem;
  }
}
.universal-popup .popup-body__conent-container p {
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.4em;
  letter-spacing: 0;
}
@media (max-width: 1200px) {
  .universal-popup .popup-body__conent-container p {
    font-size: 1.125rem;
  }
}
.universal-popup .btn {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.4em;
  letter-spacing: 0;
  padding: 0 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 2rem;
  border-radius: 2em;
  transition: background-color 300ms linear, color 300ms linear;
  background-color: #eef2f0;
  text-decoration: none;
  will-change: background-color, color;
}
@media (max-width: 1200px) {
  .universal-popup .btn {
    font-size: 0.75rem;
  }
}
@media (max-width: 1200px) {
  .universal-popup .btn {
    font-size: 0.875rem;
  }
}

.universal-popup-button {
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #d2fd78;
  cursor: pointer;
}
.universal-popup-button svg {
  width: 2.125rem;
  height: 2.125rem;
}

@media only screen and (max-width: 768px) {
  .universal-popup-button {
    width: 2rem;
    height: 2rem;
  }
  .universal-popup-button svg {
    width: 1.25rem;
    height: 1.25rem;
  }
}
.single-post-container {
  padding: 0 1rem;
}
.single-post-container .single-post-heading {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  padding: 1.25rem 0 1rem;
}
.single-post-container .single-post-heading .post-upper-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.single-post-container .single-post-heading .post-upper-row div {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
.single-post-container .single-post-heading .post-upper-row div .post-date {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.4em;
  letter-spacing: 0;
  border: 1px solid #dee3e1;
  padding: 0.25rem 0.5rem;
  border-radius: 0.25rem;
}
@media (max-width: 1200px) {
  .single-post-container .single-post-heading .post-upper-row div .post-date {
    font-size: 0.75rem;
  }
}
.single-post-container .single-post-heading .post-upper-row .post-date,
.single-post-container .single-post-heading .post-upper-row .post-category {
  color: #4f6060;
  line-height: 1;
}
.single-post-container .single-post-heading .post-upper-row .post-date ul,
.single-post-container .single-post-heading .post-upper-row .post-category ul {
  list-style-type: none;
  display: flex;
}
.single-post-container .single-post-heading .post-upper-row .post-date ul a,
.single-post-container .single-post-heading .post-upper-row .post-category ul a {
  pointer-events: none;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 0.875rem;
  padding-right: 1rem;
}
.single-post-container .single-post-heading h1 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2em;
  letter-spacing: 0;
  text-transform: uppercase;
}
@media (max-width: 1200px) {
  .single-post-container .single-post-heading h1 {
    font-size: 2rem;
  }
}
.single-post-container .post-img {
  aspect-ratio: 1334/588;
  border-radius: 0.325rem;
  margin: 3rem 0;
  overflow: hidden;
  position: relative;
}
.single-post-container .post-img img {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  z-index: -1;
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.single-post-container .content-container {
  display: grid;
  grid-template-columns: 1fr 55.3125rem;
}
.single-post-container .content-container .post-content {
  padding-top: 3rem;
  padding-bottom: 7.5rem;
}
.single-post-container .content-container .post-content .wp-block-post-excerpt p {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.4em;
  letter-spacing: 0;
  padding-bottom: 5rem;
  color: #0e383b;
}
@media (max-width: 1200px) {
  .single-post-container .content-container .post-content .wp-block-post-excerpt p {
    font-size: 1.25rem;
  }
}
.single-post-container .content-container .post-content .wp-block-heading {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.4em;
  letter-spacing: 0;
}
@media (max-width: 1200px) {
  .single-post-container .content-container .post-content .wp-block-heading {
    font-size: 1.25rem;
  }
}
.single-post-container .content-container .post-content h2,
.single-post-container .content-container .post-content h3 {
  padding: 0;
  font-weight: 400;
  margin: 3rem 0;
}
.single-post-container .content-container .post-content p {
  padding-bottom: 0.75rem;
}
.single-post-container .content-container .post-content p,
.single-post-container .content-container .post-content li,
.single-post-container .content-container .post-content a {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.4em;
  letter-spacing: 0;
  color: #4f6060;
}
@media (max-width: 1200px) {
  .single-post-container .content-container .post-content p,
  .single-post-container .content-container .post-content li,
  .single-post-container .content-container .post-content a {
    font-size: 0.75rem;
  }
}
.single-post-container .content-container .post-content p a,
.single-post-container .content-container .post-content li a,
.single-post-container .content-container .post-content a a {
  color: #24a98a;
  text-decoration: underline;
}
.single-post-container .content-container .post-content ul {
  list-style-position: inside;
  padding-bottom: 1rem;
}
.single-post-container .content-container .post-content ol {
  margin-left: 1rem;
  padding-bottom: 1rem;
}
.single-post-container .content-container .post-content .wp-block-image,
.single-post-container .content-container .post-content .wp-block-gallery {
  margin: 3rem 0;
}
.single-post-container .content-container .post-content .wp-block-image .wp-element-caption,
.single-post-container .content-container .post-content .wp-block-gallery .wp-element-caption {
  display: flex;
  gap: 0.5rem;
}
.single-post-container .content-container .post-content .wp-block-image .wp-element-caption::before,
.single-post-container .content-container .post-content .wp-block-gallery .wp-element-caption::before {
  content: "";
  display: block;
  min-width: 0.5rem;
  width: 0.5rem;
  height: 0.5rem;
  border: 1px solid #dee3e1;
  border-radius: 50%;
  margin-top: 0.2rem;
}
.single-post-container .content-container .post-content iframe {
  width: 100%;
  aspect-ratio: 16/9;
  height: 100%;
}

.sharing-container {
  padding-top: 3rem;
}
.sharing-container-box span {
  display: block;
  padding-bottom: 0.62rem;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.4em;
  letter-spacing: 0;
}
@media (max-width: 1200px) {
  .sharing-container-box span {
    font-size: 0.75rem;
  }
}
.sharing-container-box a {
  text-decoration: none;
}
.sharing-container-box a svg {
  height: 1.5rem;
  width: 1.5rem;
}

@media only screen and (max-width: 1024px) {
  .single-post-container .single-post-heading {
    margin-top: 2.5rem;
  }
  .single-post-container .single-post-heading .post-upper-row {
    align-items: flex-start;
  }
  .single-post-container .single-post-heading .post-upper-row div {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.75rem;
  }
  .single-post-container .single-post-heading .post-upper-row .back-btn-container {
    padding: 0;
  }
  .single-post-container .single-post-heading h1 {
    font-size: 3.5rem;
    font-weight: 300;
    line-height: 1.2em;
    letter-spacing: 0;
    text-transform: uppercase;
  }
}
@media only screen and (max-width: 1024px) and (max-width: 1200px) {
  .single-post-container .single-post-heading h1 {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 1024px) {
  .single-post-container .post-img {
    margin: 1rem 0;
  }
  .single-post-container .content-container {
    grid-template-columns: 1fr;
  }
  .single-post-container .content-container .post-content {
    padding-top: 2.5rem;
    padding-bottom: 5rem;
  }
  .single-post-container .content-container .post-content .wp-block-heading {
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 1.4em;
    letter-spacing: 0;
    margin: 2.5rem 0;
  }
}
@media only screen and (max-width: 1024px) and (max-width: 1200px) {
  .single-post-container .content-container .post-content .wp-block-heading {
    font-size: 1.25rem;
  }
}
@media only screen and (max-width: 1024px) {
  .single-post-container .content-container .post-content .wp-block-image,
  .single-post-container .content-container .post-content .wp-block-gallery {
    margin: 2.5rem 0;
  }
}
@media only screen and (max-width: 576px) {
  .single-post-container .post-img {
    aspect-ratio: 360/590;
  }
}
.product-single-post-container {
  display: grid;
  gap: 1rem;
  grid-template-columns: 1fr 1fr;
  padding: 0 1rem 3rem;
}
.product-single-post-container .post-img {
  height: 33.75rem;
  width: 100%;
  background-size: cover;
  background-position: center;
  border-radius: 0.325rem;
  position: sticky;
  top: 4.25rem;
  overflow: hidden;
}
.product-single-post-container .post-img img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.product-single-post-container .content-container h1 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2em;
  letter-spacing: 0;
  text-transform: uppercase;
}
@media (max-width: 1200px) {
  .product-single-post-container .content-container h1 {
    font-size: 2rem;
  }
}
.product-single-post-container .content-container .shop-box {
  min-height: 30rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.product-single-post-container .content-container .shop-box .price-container {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.product-single-post-container .content-container .shop-box .price-container .calculate_price {
  display: flex;
  align-items: flex-end;
  gap: 0.5rem;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.4em;
  letter-spacing: 0;
}
@media (max-width: 1200px) {
  .product-single-post-container .content-container .shop-box .price-container .calculate_price {
    font-size: 1.25rem;
  }
}
.product-single-post-container .content-container .shop-box .price-container .calculate_price .price_html,
.product-single-post-container .content-container .shop-box .price-container .calculate_price .price {
  display: flex;
  flex-direction: column;
}
.product-single-post-container .content-container .shop-box .price-container .calculate_price .price_html del,
.product-single-post-container .content-container .shop-box .price-container .calculate_price .price del {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.4em;
  letter-spacing: 0;
}
@media (max-width: 1200px) {
  .product-single-post-container .content-container .shop-box .price-container .calculate_price .price_html del,
  .product-single-post-container .content-container .shop-box .price-container .calculate_price .price del {
    font-size: 0.75rem;
  }
}
.product-single-post-container .content-container .shop-box .price-container .calculate_price .price_html ins,
.product-single-post-container .content-container .shop-box .price-container .calculate_price .price ins {
  text-decoration: none;
}
.product-single-post-container .content-container .shop-box .price-container .calculated_unit {
  color: #4f6060;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.4em;
  letter-spacing: 0;
}
@media (max-width: 1200px) {
  .product-single-post-container .content-container .shop-box .price-container .calculated_unit {
    font-size: 0.75rem;
  }
}
.product-single-post-container .content-container .shop-box .price-container .calculated_unit span {
  color: #4f6060;
}
.product-single-post-container .content-container .shop-box .price-container .attribute-selector .cart {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.product-single-post-container .content-container .shop-box .price-container .attribute-selector .cart .variations {
  width: 100%;
}
.product-single-post-container .content-container .shop-box .price-container .attribute-selector .cart .variations tr {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
  flex-direction: column;
}
.product-single-post-container .content-container .shop-box .price-container .attribute-selector .cart .variations tr .label {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.4em;
  letter-spacing: 0;
}
@media (max-width: 1200px) {
  .product-single-post-container .content-container .shop-box .price-container .attribute-selector .cart .variations tr .label {
    font-size: 0.75rem;
  }
}
.product-single-post-container .content-container .shop-box .price-container .attribute-selector .cart .variations tr td {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  gap: 0.5rem;
}
.product-single-post-container .content-container .shop-box .price-container .attribute-selector .cart .variations tr td select {
  padding: 1rem;
  border: 1px solid #dee3e1;
  border-radius: 0.375rem;
  width: 100%;
}
.product-single-post-container .content-container .shop-box .price-container .attribute-selector .cart .variations tr td select:focus-visible {
  outline-color: #d2fd78;
}
.product-single-post-container .content-container .shop-box .price-container .attribute-selector .cart .variations tr td .reset_variations {
  font-family: "Prompt", sans-serif;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.4em;
  letter-spacing: 0.02rem;
}
@media (max-width: 1200px) {
  .product-single-post-container .content-container .shop-box .price-container .attribute-selector .cart .variations tr td .reset_variations {
    font-size: 0.75rem;
    letter-spacing: 0.015rem;
  }
}
.product-single-post-container .content-container .shop-box .price-container p {
  padding-top: 0.5rem;
  color: #aaaaaa;
  font-family: "Prompt", sans-serif;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.4em;
  letter-spacing: 0.02rem;
}
@media (max-width: 1200px) {
  .product-single-post-container .content-container .shop-box .price-container p {
    font-size: 0.75rem;
    letter-spacing: 0.015rem;
  }
}
.product-single-post-container .content-container .post-intro {
  padding: 2rem 0;
}
.product-single-post-container .content-container .post-intro h2 {
  font-family: "Prompt", sans-serif;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.4em;
  letter-spacing: 0.02rem;
  padding: 1rem 0;
  border-bottom: 1px solid #dee3e1;
}
@media (max-width: 1200px) {
  .product-single-post-container .content-container .post-intro h2 {
    font-size: 0.75rem;
    letter-spacing: 0.015rem;
  }
}
.product-single-post-container .content-container .post-intro p {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.4em;
  letter-spacing: 0;
  padding-top: 2rem;
}
@media (max-width: 1200px) {
  .product-single-post-container .content-container .post-intro p {
    font-size: 0.75rem;
  }
}
.product-single-post-container .content-container .single_add_to_cart_button {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.4em;
  letter-spacing: 0;
  padding: 1rem;
  background-color: #4f6060;
  color: #ffffff;
  width: 100%;
  border-radius: 2em;
  cursor: pointer;
  transition: background-color 0.3s;
}
@media (max-width: 1200px) {
  .product-single-post-container .content-container .single_add_to_cart_button {
    font-size: 0.75rem;
  }
}
.product-single-post-container .content-container .single_add_to_cart_button:hover {
  background-color: #0e383b;
}
.product-single-post-container .content-container .product-documents {
  border: 1px solid #dee3e1;
  border-radius: 0.325rem;
}
.product-single-post-container .content-container .product-parameters {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding-top: 1rem;
}
.product-single-post-container .content-container .product-parameters > div h2 {
  font-family: "Prompt", sans-serif;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.4em;
  letter-spacing: 0.02rem;
  padding: 1rem 0;
  border-bottom: 1px solid #dee3e1;
}
@media (max-width: 1200px) {
  .product-single-post-container .content-container .product-parameters > div h2 {
    font-size: 0.75rem;
    letter-spacing: 0.015rem;
  }
}
.product-single-post-container .content-container .product-parameters > div ul {
  list-style-type: none;
  padding-top: 1rem;
}
.product-single-post-container .content-container .product-parameters > div ul li {
  padding-bottom: 0.5rem;
  margin-bottom: 0.25rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}
.product-single-post-container .content-container .product-parameters > div ul li .param-title {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.4em;
  letter-spacing: 0;
  color: #aaaaaa;
}
@media (max-width: 1200px) {
  .product-single-post-container .content-container .product-parameters > div ul li .param-title {
    font-size: 0.75rem;
  }
}
.product-single-post-container .content-container .product-parameters > div ul li .param-data {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.4em;
  letter-spacing: 0;
  color: #4f6060;
}
@media (max-width: 1200px) {
  .product-single-post-container .content-container .product-parameters > div ul li .param-data {
    font-size: 0.75rem;
  }
}
.product-single-post-container .content-container .post-lower-desc h2 {
  font-family: "Prompt", sans-serif;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.4em;
  letter-spacing: 0.02rem;
  padding: 1rem 0;
  border-bottom: 1px solid #dee3e1;
  margin-bottom: 2rem;
}
@media (max-width: 1200px) {
  .product-single-post-container .content-container .post-lower-desc h2 {
    font-size: 0.75rem;
    letter-spacing: 0.015rem;
  }
}
.product-single-post-container .content-container .post-lower-desc p {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.4em;
  letter-spacing: 0;
  padding-top: 2rem;
  color: #4f6060;
}
@media (max-width: 1200px) {
  .product-single-post-container .content-container .post-lower-desc p {
    font-size: 0.75rem;
  }
}
.product-single-post-container .desc-img-desktop,
.product-single-post-container .desc-img-mobile {
  padding-top: 7.5rem;
  grid-column: 1/3;
}
.product-single-post-container .desc-img-desktop img,
.product-single-post-container .desc-img-mobile img {
  height: auto;
  max-width: 100%;
}
.product-single-post-container .desc-img-mobile {
  display: none;
}

.accordion {
  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none; /* Safari */
  -khtml-user-select: none; /* Konqueror HTML */
  -moz-user-select: none; /* Old versions of Firefox */
  -ms-user-select: none; /* Internet Explorer/Edge */
  user-select: none;
  font-family: "Prompt", sans-serif;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.4em;
  letter-spacing: 0.02rem;
}
@media (max-width: 1200px) {
  .accordion {
    font-size: 0.75rem;
    letter-spacing: 0.015rem;
  }
}
.accordion-title {
  padding: 1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  transition: background-color 0.3s;
}
.accordion-title span {
  line-height: 1;
}
.accordion-title svg {
  transition-duration: 0.3s;
  transform: rotate(180deg);
}
.accordion-title:hover {
  background-color: #d2fd78;
}
.accordion.opened .accordion-title svg {
  transform: rotate(0deg);
}
.accordion.opened .accordion-content {
  height: auto;
}
.accordion-content {
  overflow: hidden;
  height: 0;
  transition-duration: 0.3s;
}
.accordion-content ul {
  list-style-type: none;
}
.accordion-content ul li {
  border-top: 1px solid #dee3e1;
}
.accordion-content ul li a {
  display: flex;
  align-items: center;
  padding: 1rem;
  text-decoration: none;
  transition: background-color 0.3s;
}
.accordion-content ul li a:hover {
  background-color: #d2fd78;
}

.woocommerce-variation-add-to-cart,
.simple-product-cart-btn form {
  display: flex;
  gap: 0.75rem;
}
.woocommerce-variation-add-to-cart .woocommerce-variation-add-to-cart,
.simple-product-cart-btn form .woocommerce-variation-add-to-cart {
  display: flex;
  gap: 0.75rem;
  margin-bottom: 0;
}

@media only screen and (max-width: 1024px) {
  .product-single-post-container {
    display: flex;
    flex-direction: column;
    gap: 2.5rem;
    padding: 0 1rem 2.5rem;
  }
  .product-single-post-container .post-img {
    height: auto;
    aspect-ratio: 660/540;
    display: block;
    position: relative;
    top: 0;
  }
  .product-single-post-container .content-container .shop-box {
    min-height: unset;
  }
  .product-single-post-container .content-container .shop-box .price_per_unit {
    padding-bottom: 2.5rem;
  }
  .product-single-post-container .content-container .shop-box .price-container {
    gap: 1.25rem;
  }
  .product-single-post-container .content-container .post-intro {
    padding-top: 1.5rem;
    padding-bottom: 1.25rem;
  }
  .product-single-post-container .content-container .product-documents .accordion-title:hover {
    background-color: transparent;
  }
  .product-single-post-container .content-container .product-parameters > div ul {
    list-style-type: none;
    padding-top: 1rem;
  }
  .product-single-post-container .content-container .product-parameters > div ul li {
    margin-bottom: 0.5rem;
    grid-template-columns: 1fr;
    gap: 0.25rem;
  }
  .product-single-post-container .desc-img-desktop,
  .product-single-post-container .desc-img-mobile {
    padding-top: 7.5rem;
    grid-column: 1/3;
  }
  .product-single-post-container .desc-img-desktop img,
  .product-single-post-container .desc-img-mobile img {
    max-width: 100%;
  }
  .product-single-post-container .desc-img-desktop {
    display: none;
  }
  .product-single-post-container .desc-img-mobile {
    padding-top: 2.5rem;
    display: block;
  }
}
.carrier-single-post-container h1 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2em;
  letter-spacing: 0;
  text-transform: uppercase;
  padding: 1rem 1rem 3rem;
}
@media (max-width: 1200px) {
  .carrier-single-post-container h1 {
    font-size: 2rem;
  }
}
.carrier-single-post-container .info-container {
  padding: 0 1rem 7.5rem;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 0.75rem;
}
.carrier-single-post-container .info-container > div {
  padding: 1rem;
  border-radius: 0.325rem;
  background-color: #4f6060;
}
.carrier-single-post-container .info-container > div h2 {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.4em;
  letter-spacing: 0;
  color: #bbc8c5;
  padding-bottom: 0.75rem;
}
@media (max-width: 1200px) {
  .carrier-single-post-container .info-container > div h2 {
    font-size: 0.75rem;
  }
}
.carrier-single-post-container .info-container > div p {
  display: grid;
  gap: 0.25rem;
  grid-template-columns: 1.25rem 1fr;
}
.carrier-single-post-container .info-container > div p svg {
  height: 1.25rem;
  margin-right: 0.25rem;
  margin-top: -0.1rem;
}
.carrier-single-post-container .info-container > div p span {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.4em;
  letter-spacing: 0;
  color: #ffffff;
}
@media (max-width: 1200px) {
  .carrier-single-post-container .info-container > div p span {
    font-size: 0.75rem;
  }
}
.carrier-single-post-container .carrier-single-content,
.carrier-single-post-container .apply-container {
  padding: 1rem;
  display: grid;
  gap: 0.75rem;
  grid-template-columns: 5fr 7fr;
  border-top: 1px solid #dee3e1;
}
.carrier-single-post-container .carrier-single-content h2,
.carrier-single-post-container .apply-container h2 {
  font-family: "Prompt", sans-serif;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.4em;
  letter-spacing: 0.02rem;
}
@media (max-width: 1200px) {
  .carrier-single-post-container .carrier-single-content h2,
  .carrier-single-post-container .apply-container h2 {
    font-size: 0.75rem;
    letter-spacing: 0.015rem;
  }
}
.carrier-single-post-container .carrier-single-content .content,
.carrier-single-post-container .apply-container .content {
  display: flex;
  flex-direction: column;
  gap: 3rem;
  padding-bottom: 7.5rem;
}
.carrier-single-post-container .carrier-single-content .content .desc-container p,
.carrier-single-post-container .apply-container .content .desc-container p {
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.4em;
  letter-spacing: 0;
  color: #4f6060;
}
@media (max-width: 1200px) {
  .carrier-single-post-container .carrier-single-content .content .desc-container p,
  .carrier-single-post-container .apply-container .content .desc-container p {
    font-size: 1.125rem;
  }
}
.carrier-single-post-container .carrier-single-content .content .desc-container button,
.carrier-single-post-container .apply-container .content .desc-container button {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.4em;
  letter-spacing: 0;
  padding: 0 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 2rem;
  border-radius: 2em;
  transition: background-color 300ms linear, color 300ms linear;
  background-color: #eef2f0;
  text-decoration: none;
  will-change: background-color, color;
  margin-top: 3rem;
  cursor: pointer;
}
@media (max-width: 1200px) {
  .carrier-single-post-container .carrier-single-content .content .desc-container button,
  .carrier-single-post-container .apply-container .content .desc-container button {
    font-size: 0.75rem;
  }
}
@media (max-width: 1200px) {
  .carrier-single-post-container .carrier-single-content .content .desc-container button,
  .carrier-single-post-container .apply-container .content .desc-container button {
    font-size: 0.875rem;
  }
}
.carrier-single-post-container .carrier-single-content .content .desc-container button:hover,
.carrier-single-post-container .apply-container .content .desc-container button:hover {
  background-color: #d2fd78;
}
.carrier-single-post-container .carrier-single-content .content .desc-container a,
.carrier-single-post-container .apply-container .content .desc-container a {
  color: #4f6060;
  transition: opacity 0.3s;
}
.carrier-single-post-container .carrier-single-content .content .desc-container a:hover,
.carrier-single-post-container .apply-container .content .desc-container a:hover {
  opacity: 0.75;
}
.carrier-single-post-container .carrier-single-content .content h3,
.carrier-single-post-container .apply-container .content h3 {
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.4em;
  letter-spacing: 0;
  color: #0e383b;
}
@media (max-width: 1200px) {
  .carrier-single-post-container .carrier-single-content .content h3,
  .carrier-single-post-container .apply-container .content h3 {
    font-size: 1.125rem;
  }
}
.carrier-single-post-container .carrier-single-content .content ul,
.carrier-single-post-container .apply-container .content ul {
  list-style-position: outside;
  padding-left: 1em;
}
.carrier-single-post-container .carrier-single-content .content ul li,
.carrier-single-post-container .apply-container .content ul li {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.4em;
  letter-spacing: 0;
  color: #4f6060;
}
@media (max-width: 1200px) {
  .carrier-single-post-container .carrier-single-content .content ul li,
  .carrier-single-post-container .apply-container .content ul li {
    font-size: 0.75rem;
  }
}

@media only screen and (max-width: 1024px) {
  .carrier-single-post-container .info-container {
    grid-template-columns: 1fr 1fr;
    padding: 0 1rem 5rem;
  }
  .carrier-single-post-container .carrier-single-content,
  .carrier-single-post-container .apply-container {
    gap: 1.25rem;
    grid-template-columns: 1fr;
  }
  .carrier-single-post-container .carrier-single-content h2,
  .carrier-single-post-container .apply-container h2 {
    font-family: "Prompt", sans-serif;
    font-size: 0.75rem;
    font-weight: 400;
    line-height: 1.4em;
    letter-spacing: 0.02rem;
  }
}
@media only screen and (max-width: 1024px) and (max-width: 1200px) {
  .carrier-single-post-container .carrier-single-content h2,
  .carrier-single-post-container .apply-container h2 {
    font-size: 0.75rem;
    letter-spacing: 0.015rem;
  }
}
@media only screen and (max-width: 1024px) {
  .carrier-single-post-container .carrier-single-content .content,
  .carrier-single-post-container .apply-container .content {
    gap: 2.5rem;
    padding-bottom: 5rem;
  }
  .carrier-single-post-container .carrier-single-content .content .desc-container p,
  .carrier-single-post-container .apply-container .content .desc-container p {
    font-size: 1.25rem;
    font-weight: 400;
    line-height: 1.4em;
    letter-spacing: 0;
    color: #4f6060;
  }
}
@media only screen and (max-width: 1024px) and (max-width: 1200px) {
  .carrier-single-post-container .carrier-single-content .content .desc-container p,
  .carrier-single-post-container .apply-container .content .desc-container p {
    font-size: 1.125rem;
  }
}
@media only screen and (max-width: 1024px) {
  .carrier-single-post-container .carrier-single-content .content .desc-container button,
  .carrier-single-post-container .apply-container .content .desc-container button {
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.4em;
    letter-spacing: 0;
    padding: 0 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 2rem;
    border-radius: 2em;
    transition: background-color 300ms linear, color 300ms linear;
    background-color: #eef2f0;
    text-decoration: none;
    will-change: background-color, color;
    margin-top: 3rem;
    cursor: pointer;
  }
}
@media only screen and (max-width: 1024px) and (max-width: 1200px) {
  .carrier-single-post-container .carrier-single-content .content .desc-container button,
  .carrier-single-post-container .apply-container .content .desc-container button {
    font-size: 0.75rem;
  }
}
@media only screen and (max-width: 1024px) and (max-width: 1200px) {
  .carrier-single-post-container .carrier-single-content .content .desc-container button,
  .carrier-single-post-container .apply-container .content .desc-container button {
    font-size: 0.875rem;
  }
}
@media only screen and (max-width: 1024px) {
  .carrier-single-post-container .carrier-single-content .content .desc-container button:hover,
  .carrier-single-post-container .apply-container .content .desc-container button:hover {
    background-color: #d2fd78;
  }
  .carrier-single-post-container .carrier-single-content .content h3,
  .carrier-single-post-container .apply-container .content h3 {
    font-size: 1.25rem;
    font-weight: 400;
    line-height: 1.4em;
    letter-spacing: 0;
  }
}
@media only screen and (max-width: 1024px) and (max-width: 1200px) {
  .carrier-single-post-container .carrier-single-content .content h3,
  .carrier-single-post-container .apply-container .content h3 {
    font-size: 1.125rem;
  }
}
@media only screen and (max-width: 1024px) {
  .carrier-single-post-container .carrier-single-content .content ul,
  .carrier-single-post-container .apply-container .content ul {
    list-style-position: outside;
    padding-left: 1em;
  }
  .carrier-single-post-container .carrier-single-content .content ul li,
  .carrier-single-post-container .apply-container .content ul li {
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.4em;
    letter-spacing: 0;
    color: #4f6060;
  }
}
@media only screen and (max-width: 1024px) and (max-width: 1200px) {
  .carrier-single-post-container .carrier-single-content .content ul li,
  .carrier-single-post-container .apply-container .content ul li {
    font-size: 0.75rem;
  }
}
@media only screen and (max-width: 768px) {
  .carrier-single-post-container .info-container {
    grid-template-columns: 1fr;
    gap: 0.5rem;
  }
}
.megoldasok-single-post-container .post-img {
  aspect-ratio: 1334/240;
}

@media only screen and (max-width: 768px) {
  .megoldasok-single-post-container .post-img {
    aspect-ratio: 358/158;
  }
}
.custom-mini-cart-container {
  position: fixed;
  top: 0;
  bottom: 0;
  right: -100%;
  z-index: 100;
}
.custom-mini-cart-container.opened {
  right: 0;
  left: 0;
}
.custom-mini-cart-container .minicart-bg {
  position: absolute;
  inset: 0;
  background-color: #000000;
  opacity: 0;
  z-index: 101;
  transition: opacity 0.3s;
}
.custom-mini-cart-container .minicart-bg.opened {
  opacity: 0.1;
}
.custom-mini-cart-container .minicart-inner {
  position: absolute;
  right: -100%;
  top: 0;
  bottom: 0;
  background-color: #ffffff;
  padding: 1.25rem 1rem;
  overflow-y: auto;
  z-index: 102;
  transition: right 0.3s;
}
.custom-mini-cart-container .minicart-inner.opened {
  right: 0;
}
.custom-mini-cart-container .minicart-inner .minicart-content {
  display: flex;
  flex-direction: column;
  height: 100%;
  gap: 1rem;
}
.custom-mini-cart-container .minicart-inner .minicart-content .close-btn {
  align-self: flex-end;
  min-height: 2rem;
  height: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 1rem;
  border-radius: 3em;
  cursor: pointer;
  transition: background-color 0.3s;
  will-change: background-color;
}
.custom-mini-cart-container .minicart-inner .minicart-content .close-btn svg path {
  transition: stroke 0.3s;
  will-change: stroke;
}
.custom-mini-cart-container .minicart-inner .minicart-content h3 {
  text-transform: uppercase;
  font-size: 2.5rem;
  font-weight: 300;
  line-height: 1.2em;
  letter-spacing: 0;
}
@media (max-width: 1200px) {
  .custom-mini-cart-container .minicart-inner .minicart-content h3 {
    font-size: 1.5rem;
  }
}
.custom-mini-cart-container .minicart-inner .minicart-content .minicart-product-count {
  padding: 1rem 0;
  border-bottom: 1px solid #dee3e1;
}
.custom-mini-cart-container .minicart-inner .minicart-content ul {
  list-style-type: none;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.custom-mini-cart-container .minicart-inner .minicart-content ul li {
  width: 34.3125rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #dee3e1;
  display: flex;
  gap: 0.75rem;
}
.custom-mini-cart-container .minicart-inner .minicart-content ul li img {
  border-radius: 0.375rem;
  height: 8.875rem;
  width: 13.3125rem;
  object-fit: cover;
  display: flex;
}
.custom-mini-cart-container .minicart-inner .minicart-content ul li .product-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 1.25rem;
  width: 100%;
}
.custom-mini-cart-container .minicart-inner .minicart-content ul li .product-content-upper {
  display: flex;
  justify-content: space-between;
  gap: 0.75rem;
}
.custom-mini-cart-container .minicart-inner .minicart-content ul li .product-content-upper__data {
  display: flex;
  flex-direction: column;
}
.custom-mini-cart-container .minicart-inner .minicart-content ul li .product-content-upper__data a {
  text-decoration: none;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.4em;
  letter-spacing: 0;
}
@media (max-width: 1200px) {
  .custom-mini-cart-container .minicart-inner .minicart-content ul li .product-content-upper__data a {
    font-size: 0.75rem;
  }
}
.custom-mini-cart-container .minicart-inner .minicart-content ul li .product-content-upper__data span {
  color: #4f6060;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.4em;
  letter-spacing: 0;
}
@media (max-width: 1200px) {
  .custom-mini-cart-container .minicart-inner .minicart-content ul li .product-content-upper__data span {
    font-size: 0.75rem;
  }
}
.custom-mini-cart-container .minicart-inner .minicart-content ul li .product-content-upper__data span * {
  color: #4f6060;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.4em;
  letter-spacing: 0;
}
@media (max-width: 1200px) {
  .custom-mini-cart-container .minicart-inner .minicart-content ul li .product-content-upper__data span * {
    font-size: 0.75rem;
  }
}
.custom-mini-cart-container .minicart-inner .minicart-content ul li .product-content-upper__total {
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.4em;
  letter-spacing: 0;
}
@media (max-width: 1200px) {
  .custom-mini-cart-container .minicart-inner .minicart-content ul li .product-content-upper__total {
    font-size: 1.125rem;
  }
}
.custom-mini-cart-container .minicart-inner .minicart-content ul li .product-content .remove_from_cart_button {
  display: flex;
  align-self: flex-start;
  justify-content: center;
  align-items: center;
  height: 2rem;
  padding: 0 1rem;
  text-decoration: none;
  background-color: #eef2f0;
  border-radius: 3em;
  transition: background-color 0.3s, color 0.3s;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.4em;
  letter-spacing: 0;
  will-change: background-color, color;
}
@media (max-width: 1200px) {
  .custom-mini-cart-container .minicart-inner .minicart-content ul li .product-content .remove_from_cart_button {
    font-size: 0.75rem;
  }
}
.custom-mini-cart-container .minicart-inner .minicart-content .minicart-footer {
  justify-self: flex-end;
  padding-bottom: 1.25rem;
}
.custom-mini-cart-container .minicart-inner .minicart-content .minicart-footer .woocommerce-mini-cart__total {
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.4em;
  letter-spacing: 0;
}
@media (max-width: 1200px) {
  .custom-mini-cart-container .minicart-inner .minicart-content .minicart-footer .woocommerce-mini-cart__total {
    font-size: 1.125rem;
  }
}
.custom-mini-cart-container .minicart-inner .minicart-content .minicart-footer .woocommerce-mini-cart__total strong {
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.4em;
  letter-spacing: 0;
}
@media (max-width: 1200px) {
  .custom-mini-cart-container .minicart-inner .minicart-content .minicart-footer .woocommerce-mini-cart__total strong {
    font-size: 1.125rem;
  }
}
.custom-mini-cart-container .minicart-inner .minicart-content .minicart-footer .woocommerce-mini-cart__buttons {
  display: flex;
  gap: 0.5rem;
  padding-top: 2rem;
}
.custom-mini-cart-container .minicart-inner .minicart-content .minicart-footer .woocommerce-mini-cart__buttons a {
  width: 100%;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.4em;
  letter-spacing: 0;
  padding: 0 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 2rem;
  border-radius: 2em;
  transition: background-color 300ms linear, color 300ms linear;
  background-color: #eef2f0;
  text-decoration: none;
  will-change: background-color, color;
  height: 3.25rem;
  transition: background-color 0.3s, color 0.3s;
  will-change: background-color, color;
}
@media (max-width: 1200px) {
  .custom-mini-cart-container .minicart-inner .minicart-content .minicart-footer .woocommerce-mini-cart__buttons a {
    font-size: 0.75rem;
  }
}
@media (max-width: 1200px) {
  .custom-mini-cart-container .minicart-inner .minicart-content .minicart-footer .woocommerce-mini-cart__buttons a {
    font-size: 0.875rem;
  }
}
.custom-mini-cart-container .minicart-inner .minicart-content .minicart-footer .woocommerce-mini-cart__buttons a:first-of-type {
  background-color: #4f6060;
  color: #ffffff;
}

@media only screen and (max-width: 1024px) {
  .custom-mini-cart-container .minicart-inner {
    width: 100%;
  }
  .custom-mini-cart-container .minicart-inner .minicart-content {
    display: flex;
    flex-direction: column;
    height: 100%;
    gap: 1rem;
  }
  .custom-mini-cart-container .minicart-inner .minicart-content ul li {
    width: unset;
  }
  .custom-mini-cart-container .minicart-inner .minicart-content ul li img {
    width: 7.125rem;
    height: 4.75rem;
  }
}
@media only screen and (min-width: 1025px) {
  .custom-mini-cart-container .minicart-inner .minicart-content .close-btn:hover {
    background-color: #0e383b;
  }
  .custom-mini-cart-container .minicart-inner .minicart-content .close-btn:hover svg path {
    stroke: #ffffff;
  }
  .custom-mini-cart-container .minicart-inner .minicart-content ul li .product-content .remove_from_cart_button:hover {
    background-color: #0e383b;
    color: #ffffff;
  }
  .custom-mini-cart-container .minicart-inner .minicart-footer .woocommerce-mini-cart__buttons a:hover {
    background-color: #0e383b !important;
    color: #ffffff !important;
  }
}
.products h2 {
  font-family: "Prompt", sans-serif;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.4em;
  letter-spacing: 0.02rem;
  padding: 1rem;
}
@media (max-width: 1200px) {
  .products h2 {
    font-size: 0.75rem;
    letter-spacing: 0.015rem;
  }
}
.products .product-accordion {
  border-bottom: 1px solid #dee3e1;
}
.products .product-accordion .accordion-title-row {
  padding: 1rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 3.5rem 2.25rem;
  cursor: pointer;
  position: relative;
}
.products .product-accordion .accordion-title-row::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 4px;
  background-color: transparent;
  transition-duration: 0.2s;
}
.products .product-accordion .accordion-title-row:hover::after {
  background-color: #c3ff99;
}
.products .product-accordion .accordion-title-row h3 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2em;
  letter-spacing: 0;
  text-transform: uppercase;
  user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
}
.products .product-accordion .accordion-title-row h3 > span {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2em;
  letter-spacing: 0;
}
@media (max-width: 1200px) {
  .products .product-accordion .accordion-title-row h3 > span {
    font-size: 2rem;
  }
}
@media (max-width: 1200px) {
  .products .product-accordion .accordion-title-row h3 {
    font-size: 2rem;
  }
}
.products .product-accordion .accordion-title-row span {
  font-size: 2.5rem;
  font-weight: 300;
  user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
}
.products .product-accordion.opened .accordion-title-row:hover::after {
  background-color: transparent;
}
.products .product-accordion.opened .product-grid,
.products .product-accordion.opened .product-category-description-container {
  max-height: 25rem;
}
.products .product-accordion .product-category-description-container {
  height: auto;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s;
}
.products .product-accordion .product-category-description-container .category-desc {
  display: grid;
  grid-template-columns: 5fr 6fr 1fr;
  gap: 3rem 0.75rem;
  padding: 3rem 1rem;
}
.products .product-accordion .product-category-description-container .category-desc p {
  grid-column: 2/3;
  color: #4f6060;
  font-size: 1rem;
  font-style: normal;
  font-weight: 300;
  line-height: 140%; /* 1.4rem */
}
@media (max-width: 1200px) {
  .products .product-accordion .product-category-description-container .category-desc p {
    font-size: 0.875rem;
  }
}
.products .product-accordion .product-category-description-container .category-desc p strong {
  color: #4f6060;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.4em;
  letter-spacing: 0;
  font-weight: 500;
}
@media (max-width: 1200px) {
  .products .product-accordion .product-category-description-container .category-desc p strong {
    font-size: 0.875rem;
  }
}
.products .product-accordion .product-category-description-container .category-desc a {
  grid-column: 2/3;
  justify-self: start;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.4em;
  letter-spacing: 0;
  padding: 0 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 2rem;
  border-radius: 2em;
  transition: background-color 300ms linear, color 300ms linear;
  background-color: #eef2f0;
  text-decoration: none;
  will-change: background-color, color;
}
@media (max-width: 1200px) {
  .products .product-accordion .product-category-description-container .category-desc a {
    font-size: 0.75rem;
  }
}
@media (max-width: 1200px) {
  .products .product-accordion .product-category-description-container .category-desc a {
    font-size: 0.875rem;
  }
}
.products .product-accordion .product-category-description-container .category-desc a:hover {
  background-color: #0e383b;
  color: #ffffff;
}

.product-grid {
  display: grid;
  gap: 3rem 0.75rem;
  grid-template-columns: 1fr 1fr 1fr;
  transition-duration: 0.3s;
  padding: 0 0 3rem;
}
.product-grid .grid-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1rem;
  text-decoration: none;
  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none; /* Safari */
  -khtml-user-select: none; /* Konqueror HTML */
  -moz-user-select: none; /* Old versions of Firefox */
  -ms-user-select: none; /* Internet Explorer/Edge */
  user-select: none;
}
.product-grid .grid-item:hover .item-img img {
  top: -20px;
}
.product-grid .grid-item:hover .item-img::before {
  opacity: 0.1;
}
.product-grid .grid-item:hover button {
  background-color: #d2fd78;
}
.product-grid .grid-item .item-img {
  background-image: black;
  width: 100%;
  background-size: cover;
  background-position: center;
  border-radius: 0.325rem;
  transition-duration: 0.3s;
  aspect-ratio: 660/290;
  position: relative;
  overflow: hidden;
}
.product-grid .grid-item .item-img::before {
  content: "";
  position: absolute;
  border-radius: 0.325rem;
  height: 100%;
  width: 100%;
  background-color: black;
  opacity: 0;
  transition-duration: 0.3s;
}
.product-grid .grid-item .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100% + 20px);
  object-fit: cover;
  border-radius: 0.325rem;
  z-index: -1;
  transition-duration: 0.3s;
}
.product-grid .grid-item .product-title-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0.5rem;
  width: 100%;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.4em;
  letter-spacing: 0;
}
@media (max-width: 1200px) {
  .product-grid .grid-item .product-title-row {
    font-size: 1.25rem;
  }
}
.product-grid .grid-item .product-title-row .item-title {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.4em;
  letter-spacing: 0;
}
@media (max-width: 1200px) {
  .product-grid .grid-item .product-title-row .item-title {
    font-size: 1.25rem;
  }
}
.product-grid .grid-item button {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.4em;
  letter-spacing: 0;
  padding: 0 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 2rem;
  border-radius: 2em;
  transition: background-color 300ms linear, color 300ms linear;
  background-color: #eef2f0;
  text-decoration: none;
  will-change: background-color, color;
  background-color: #eef2f0;
  border-radius: 2em;
  text-decoration: none;
  cursor: pointer;
}
@media (max-width: 1200px) {
  .product-grid .grid-item button {
    font-size: 0.75rem;
  }
}
@media (max-width: 1200px) {
  .product-grid .grid-item button {
    font-size: 0.875rem;
  }
}

@media only screen and (max-width: 768px) {
  .products .product-accordion .accordion-title-row {
    padding: 2rem 1rem;
  }
  .products .product-accordion .accordion-title-row span {
    font-size: 1.5rem;
  }
  .products .product-accordion .product-category-description-container .category-desc {
    grid-template-columns: 1fr;
    gap: 2rem;
    padding: 0 1rem 2rem;
  }
  .products .product-accordion .product-category-description-container .category-desc p {
    grid-column: 1/2;
  }
  .products .product-accordion .product-category-description-container .category-desc a {
    grid-column: 1/2;
  }
  .product-grid {
    grid-template-columns: 1fr;
  }
}
@media only screen and (max-width: 576px) {
  .products .product-accordion .accordion-title-row:hover::after {
    background-color: transparent;
  }
  .products .product-grid .grid-item:hover .item-img img {
    top: 0;
  }
  .products .product-grid .grid-item:hover .item-img::before {
    opacity: 0;
  }
  .products .product-grid .grid-item button:hover {
    background-color: #d2fd78;
  }
}
.woocommerce-notices-wrapper .woocommerce-message,
.woocommerce-NoticeGroup .woocommerce-message {
  width: 100%;
  padding: 1rem;
  border-radius: 0.365rem;
  margin-bottom: 0.75rem;
  background-color: #c3ff99;
}
.woocommerce-notices-wrapper ul,
.woocommerce-NoticeGroup ul {
  list-style-type: none;
  padding: 1rem 0;
}
.woocommerce-notices-wrapper ul li,
.woocommerce-NoticeGroup ul li {
  padding: 1rem;
  border: 1px solid #dee3e1;
  border-radius: 0.365rem;
}
.woocommerce-notices-wrapper ul.woocommerce-error li,
.woocommerce-NoticeGroup ul.woocommerce-error li {
  background-color: #ff3d00;
  color: #ffffff;
}
.woocommerce-notices-wrapper ul.woocommerce-error li *,
.woocommerce-NoticeGroup ul.woocommerce-error li * {
  color: #ffffff;
}
.woocommerce-notices-wrapper ul.woocommerce-warning li,
.woocommerce-NoticeGroup ul.woocommerce-warning li {
  background-color: #d2fd78;
}
.woocommerce-notice--success {
  margin-top: 1rem;
  width: 100%;
  padding: 1rem;
  border-radius: 0.365rem;
  background-color: #c3ff99;
}

.woocommerce-info {
  margin-top: 1rem;
  width: 100%;
  padding: 1rem;
  border-radius: 0.365rem;
  background-color: #bbc8c5;
}

.woocommerce-form-login-toggle {
  padding-bottom: 1rem;
}

.blockOverlay {
  background-color: #ffffff !important;
}

.quantity {
  padding: 0.75rem 1.25rem;
  border: 1px solid #dee3e1;
  border-radius: 0.375rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.quantity-btn {
  background-color: transparent !important;
  width: 1.25rem;
  height: 1.25rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin-bottom: 0;
  cursor: pointer;
}
.quantity-btn .line {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: #1b2e30;
}
.quantity-btn.minus .line {
  min-width: 0.5rem;
  height: 2px;
}
.quantity-btn.plus .line {
  min-width: 0.5rem;
  height: 2px;
}
.quantity-btn.plus .line:last-of-type {
  min-width: 2px;
  height: 0.5rem;
}

.input-text.qty {
  text-align: center;
  -moz-appearance: textfield;
  min-width: 2rem;
  width: 10%;
}
.input-text.qty::-webkit-outer-spin-button, .input-text.qty::-webkit-inner-spin-button {
  /* display: none; <- Crashes Chrome on hover */
  -webkit-appearance: none;
  margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}

.mobile-header {
  display: none;
}

header,
.menu-dropdown {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem;
}
header .logo img,
.menu-dropdown .logo img {
  height: 2.375rem;
  transition-duration: 0.3s;
  width: auto;
}
header .logo:hover img,
.menu-dropdown .logo:hover img {
  opacity: 0.7;
}
header .minicart-btn,
.menu-dropdown .minicart-btn {
  height: 2.5rem;
  width: 2.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #eef2f0;
  border-radius: 3em;
  cursor: pointer;
  transition: background-color 0.3s;
  will-change: background-color;
}
header .minicart-btn svg path,
.menu-dropdown .minicart-btn svg path {
  transition: fill 0.3s;
  will-change: fill;
}
header .side-nav,
.menu-dropdown .side-nav {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
header .side-nav .contact,
.menu-dropdown .side-nav .contact {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.4em;
  letter-spacing: 0;
  text-decoration: none;
  display: block;
  background-color: #4f6060;
  color: #ffffff;
  height: 2.5rem;
  padding: 0 1.25rem;
  border-radius: 2em;
  line-height: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  transition-duration: 0.3s;
  line-height: 1;
}
@media (max-width: 1200px) {
  header .side-nav .contact,
  .menu-dropdown .side-nav .contact {
    font-size: 0.75rem;
  }
}
header .side-nav .contact:hover,
.menu-dropdown .side-nav .contact:hover {
  background-color: #0e383b;
}
header .side-nav .mobile-menu-more,
.menu-dropdown .side-nav .mobile-menu-more {
  display: none;
}

.lang ul {
  display: flex;
  list-style-type: none;
  gap: 0.5rem;
}
.lang ul li a {
  text-transform: uppercase;
  color: #bbc8c5;
  text-decoration: none;
  transition-duration: 0.3s;
  font-family: "Prompt", sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.4em;
  letter-spacing: 0;
}
.lang ul li a.active, .lang ul li a:hover {
  color: #0e383b;
}

.header-lower {
  display: flex;
  justify-content: space-between;
  padding: 0 1rem;
}
.header-lower .header-contact-row {
  display: flex;
  flex-wrap: wrap;
  gap: 1.25rem;
  list-style-type: circle;
}
.header-lower .header-contact-row li {
  display: flex;
  justify-content: center;
  font-family: "Prompt", sans-serif;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.4em;
  letter-spacing: 0.02rem;
}
@media (max-width: 1200px) {
  .header-lower .header-contact-row li {
    font-size: 0.75rem;
    letter-spacing: 0.015rem;
  }
}
.header-lower .header-contact-row li a {
  text-decoration: none;
  transition: color 0.3s;
  will-change: color;
}
.header-lower .header-contact-row li a:hover {
  color: #bbc8c5;
}
.header-lower .header-contact-row li a svg {
  height: 0.5rem;
  width: 0.5rem;
}
.header-lower .my-account-links {
  gap: 1.25rem;
  display: flex;
  list-style-type: none;
}
.header-lower .my-account-links li a {
  text-decoration: none;
  font-family: "Prompt", sans-serif;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.4em;
  letter-spacing: 0.02rem;
  transition: color 0.3s;
  will-change: color;
}
@media (max-width: 1200px) {
  .header-lower .my-account-links li a {
    font-size: 0.75rem;
    letter-spacing: 0.015rem;
  }
}
.header-lower .my-account-links li a.current {
  color: #bbc8c5;
}

.floating-header {
  position: fixed;
  top: 1rem;
  left: 50%;
  transform: translateX(-50%);
  background-color: rgba(255, 255, 255, 0.8509803922);
  padding: 0.25rem;
  border: 1px solid #dee3e1;
  border-radius: 2em;
  z-index: 99;
}
.floating-header nav {
  display: flex;
  align-items: center;
}
.floating-header nav .menu-fomenu-container .menu,
.floating-header nav .menu-fomenu-en-container .menu,
.floating-header nav .menu-fomenu-de-container .menu {
  display: flex;
  list-style-type: none;
  gap: 0.25rem;
}
.floating-header nav .menu-fomenu-container .menu li a,
.floating-header nav .menu-fomenu-en-container .menu li a,
.floating-header nav .menu-fomenu-de-container .menu li a {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.4em;
  letter-spacing: 0;
  padding: 0 1rem;
  height: 2rem;
  text-decoration: none;
  border-radius: 2em;
  transition: background-color 300ms linear;
}
@media (max-width: 1200px) {
  .floating-header nav .menu-fomenu-container .menu li a,
  .floating-header nav .menu-fomenu-en-container .menu li a,
  .floating-header nav .menu-fomenu-de-container .menu li a {
    font-size: 0.75rem;
  }
}
.floating-header nav .menu-fomenu-container .menu li a:hover,
.floating-header nav .menu-fomenu-en-container .menu li a:hover,
.floating-header nav .menu-fomenu-de-container .menu li a:hover {
  background-color: #0e383b;
  color: #ffffff;
}

.menu-more {
  height: 2rem;
  width: 3.5rem;
  padding: 0.62rem 1em;
  line-height: 0;
  border-radius: 2em;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  margin-left: 0.25rem;
  position: relative;
  background-color: #eef2f0;
}
.menu-more .dots-container {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition-duration: 0.1s;
  width: 1.5rem;
  display: flex;
  justify-content: center;
  gap: 2px;
}
.menu-more svg {
  width: 4px;
  height: 4px;
  overflow: visible;
}
.menu-more:hover, .menu-more.opened {
  background-color: #d2fd78;
}
.menu-more:hover .dots-container, .menu-more.opened .dots-container {
  gap: 6px;
}

.dropdown-container {
  position: fixed;
  top: -100vh;
  height: 100svh;
  overflow-x: auto;
  width: 100%;
  z-index: 98;
}
.dropdown-container .bg {
  background-color: rgba(0, 0, 0, 0.1019607843);
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: none;
}
.dropdown-container.opened {
  top: 0;
}
.dropdown-container.opened .bg {
  display: block;
}
.dropdown-container.opened .menu-dropdown {
  position: relative;
  z-index: 99;
  background-color: #ffffff;
}
.dropdown-container .mobile-logo {
  display: none;
}
.dropdown-container .menu-more {
  display: none;
}
.dropdown-container .menu-dropdown-content {
  background-color: #ffffff;
  padding: 2.5rem 1rem;
  display: grid;
  grid-template-columns: 0.635fr 0.365fr;
  grid-gap: 0.75rem;
  position: relative;
  z-index: 99;
}
.dropdown-container .menu-dropdown-content > div {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.dropdown-container .menu-dropdown-content > div span {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.4em;
  letter-spacing: 0;
  color: #aaaaaa;
  display: block;
}
@media (max-width: 1200px) {
  .dropdown-container .menu-dropdown-content > div span {
    font-size: 0.75rem;
  }
}
.dropdown-container .menu-dropdown-content .contact ul {
  list-style-type: none;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  padding-bottom: 2.5rem;
}
.dropdown-container .menu-dropdown-content .contact ul li {
  transition-duration: 0.3s;
}
.dropdown-container .menu-dropdown-content .contact ul li:hover {
  opacity: 0.5;
}
.dropdown-container .menu-dropdown-content .contact ul li a {
  font-family: "Prompt", sans-serif;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.4em;
  letter-spacing: 0.02rem;
  text-decoration: none;
}
@media (max-width: 1200px) {
  .dropdown-container .menu-dropdown-content .contact ul li a {
    font-size: 0.75rem;
    letter-spacing: 0.015rem;
  }
}
.dropdown-container .menu-dropdown-content .contact .social {
  display: flex;
  gap: 0.5rem;
}
.dropdown-container .menu-dropdown-content .contact .social a {
  text-decoration: none;
}
.dropdown-container .menu-dropdown-content .contact .social a:hover svg path:first-of-type {
  fill: #0e383b;
}
.dropdown-container .menu-dropdown-content .contact .social a svg {
  height: 1.5rem;
  width: 1.5rem;
}
.dropdown-container .menu-dropdown-content .contact .social a svg path {
  transition-duration: 0.3s;
}
.dropdown-container .menu-dropdown-content .menu .menu-title {
  display: flex;
  justify-content: space-between;
}
.dropdown-container .menu-dropdown-content .menu .menu-title span {
  padding-bottom: 2.5rem;
}
.dropdown-container .menu-dropdown-content .menu .menu-title .lang {
  display: none;
}
.dropdown-container .menu-dropdown-content .menu .main-nav {
  display: none;
}
.dropdown-container .menu-dropdown-content .menu nav .menu-dropdown-menu-container .menu,
.dropdown-container .menu-dropdown-content .menu nav .menu-dropdown-menu-en-container .menu,
.dropdown-container .menu-dropdown-content .menu nav .menu-dropdown-menu-de-container .menu {
  list-style-type: none;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.dropdown-container .menu-dropdown-content .menu nav .menu-dropdown-menu-container .menu li a,
.dropdown-container .menu-dropdown-content .menu nav .menu-dropdown-menu-en-container .menu li a,
.dropdown-container .menu-dropdown-content .menu nav .menu-dropdown-menu-de-container .menu li a {
  display: block;
  padding: 0.5rem 0;
  text-decoration: none;
  transition-duration: 0.1s;
  font-size: 0.75rem;
}
.dropdown-container .menu-dropdown-content .menu nav .menu-dropdown-menu-container .menu li a:hover,
.dropdown-container .menu-dropdown-content .menu nav .menu-dropdown-menu-en-container .menu li a:hover,
.dropdown-container .menu-dropdown-content .menu nav .menu-dropdown-menu-de-container .menu li a:hover {
  color: #bbc8c5;
}

@media only screen and (max-width: 1024px) {
  header {
    display: none;
  }
  header .minicart-btn,
  .menu-dropdown .minicart-btn {
    height: 2rem;
    width: 2rem;
    padding: 0 !important;
  }
  header .minicart-btn svg,
  .menu-dropdown .minicart-btn svg {
    height: 1rem;
    width: 1rem;
  }
  .header-contact-row {
    margin-top: 4.5rem;
    padding: 0.75rem;
  }
  .dropdown-container {
    height: 100svh;
    background-color: #ffffff;
  }
  .dropdown-container .logo {
    display: none;
  }
  .dropdown-container .mobile-logo {
    display: block;
  }
  .dropdown-container .mobile-logo a svg {
    height: 2.5rem;
    width: 2.5rem;
  }
  .dropdown-container .side-nav {
    gap: 0.25rem;
    display: flex;
  }
  .dropdown-container .side-nav .menu-more {
    height: 2rem;
    padding: 0.62rem 1em;
    line-height: 0;
    border-radius: 2em;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    display: block;
    background-color: #d2fd78;
  }
  .dropdown-container .side-nav .menu-more .dots-container {
    transition-duration: 0.1s;
    width: 1.5rem;
    display: flex;
    justify-content: center;
    gap: 6px;
  }
  .dropdown-container .side-nav .lang {
    display: none;
  }
  .dropdown-container .side-nav > .contact {
    height: 2rem;
    padding: 0 1rem;
  }
  .dropdown-container .menu-dropdown {
    height: 4.5rem;
  }
  .dropdown-container .menu-dropdown-content {
    padding: 1.25rem;
    display: flex;
    flex-direction: column-reverse;
    gap: 2rem;
  }
  .dropdown-container .menu-dropdown-content .contact ul {
    gap: 0.25rem;
  }
  .dropdown-container .menu-dropdown-content > .menu {
    display: flex;
    flex-direction: column;
    gap: 2rem;
  }
  .dropdown-container .menu-dropdown-content > .menu .menu-title span {
    padding-bottom: 0;
    padding-left: 0;
  }
  .dropdown-container .menu-dropdown-content > .menu .menu-title .lang {
    display: flex;
  }
  .dropdown-container .menu-dropdown-content > .menu .main-nav {
    display: block;
  }
  .dropdown-container .menu-dropdown-content > .menu .main-nav ul {
    list-style-type: none;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
  }
  .dropdown-container .menu-dropdown-content > .menu .main-nav ul li a {
    font-size: 3rem;
    font-weight: 300;
    line-height: 1.2em;
    letter-spacing: 0;
    text-decoration: none;
  }
}
@media only screen and (max-width: 1024px) and (max-width: 1200px) {
  .dropdown-container .menu-dropdown-content > .menu .main-nav ul li a {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 1024px) {
  .dropdown-container .menu-dropdown-content > .menu nav .menu-dropdown-menu-container .menu li a {
    padding: 0.75rem 0;
  }
  .dropdown-container .menu-dropdown-content .contact {
    height: auto;
    padding: 0;
    align-items: flex-start;
  }
  .dropdown-container .menu-dropdown-content .contact span {
    padding: 0;
    padding-bottom: 2.5rem;
  }
  .dropdown-container .menu-dropdown-content .contact .social {
    gap: 0.5rem;
    padding-bottom: 2rem;
  }
  .dropdown-container .menu-dropdown-content .contact .social a {
    display: block;
    height: auto;
    width: auto;
  }
  .dropdown-container .menu-dropdown-content .contact .social a svg {
    height: 1.5rem;
    width: 1.5rem;
  }
  .header-lower {
    flex-direction: column;
    gap: 1.25rem;
  }
  .header-lower .header-contact-row {
    padding: 0;
    gap: 0.25rem 1.25rem;
  }
  .header-lower .my-account-links {
    gap: 0.25rem 1.25rem;
    flex-wrap: wrap;
  }
  .floating-header {
    display: none;
  }
  .mobile-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 4.5rem;
    padding: 0 1rem;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 5;
    background-color: #ffffff;
    transform: translateY(0);
    transition-duration: 0.3s;
  }
  .mobile-header.hidden {
    transform: translateY(-100%);
  }
  .mobile-header .mobile-logo a svg {
    height: 2.5rem;
    width: 2.5rem;
  }
  .mobile-header-btn-container {
    display: flex;
    gap: 0.25rem;
    align-items: center;
  }
  .mobile-header-btn-container a,
  .mobile-header-btn-container button {
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.4em;
    letter-spacing: 0;
    padding: 0 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 2rem;
    border-radius: 2em;
    transition: background-color 300ms linear, color 300ms linear;
    background-color: #eef2f0;
    text-decoration: none;
    will-change: background-color, color;
    gap: 2px;
  }
}
@media only screen and (max-width: 1024px) and (max-width: 1200px) {
  .mobile-header-btn-container a,
  .mobile-header-btn-container button {
    font-size: 0.75rem;
  }
}
@media only screen and (max-width: 1024px) and (max-width: 1200px) {
  .mobile-header-btn-container a,
  .mobile-header-btn-container button {
    font-size: 0.875rem;
  }
}
@media only screen and (max-width: 1024px) {
  .mobile-header-btn-container a {
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.4em;
    letter-spacing: 0;
    line-height: 1;
    color: #ffffff;
    background-color: #4f6060;
  }
}
@media only screen and (max-width: 1024px) and (max-width: 1200px) {
  .mobile-header-btn-container a {
    font-size: 0.75rem;
  }
}
@media only screen and (min-width: 1025px) {
  header .minicart-btn:hover,
  .menu-dropdown .minicart-btn:hover {
    background-color: #0e383b;
  }
  header .minicart-btn:hover svg path,
  .menu-dropdown .minicart-btn:hover svg path {
    fill: #ffffff;
  }
}
.header-lower .my-account-links {
  flex-wrap: wrap;
}
.header-lower .my-account-links li a:hover {
  color: #bbc8c5;
}

footer .footer-top-row {
  padding: 3rem 2.25rem;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
footer .footer-top-row .title {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2em;
  letter-spacing: 0;
  text-transform: uppercase;
  color: #0e383b;
  max-width: 70%;
}
@media (max-width: 1200px) {
  footer .footer-top-row .title {
    font-size: 2rem;
  }
}
footer .footer-top-row button {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.4em;
  letter-spacing: 0;
  padding: 0 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 2rem;
  border-radius: 2em;
  transition: background-color 300ms linear, color 300ms linear;
  background-color: #eef2f0;
  text-decoration: none;
  will-change: background-color, color;
  height: auto;
  border-radius: 3em;
  cursor: pointer;
  line-height: 1;
  padding: 0 1.5rem;
}
@media (max-width: 1200px) {
  footer .footer-top-row button {
    font-size: 0.75rem;
  }
}
@media (max-width: 1200px) {
  footer .footer-top-row button {
    font-size: 0.875rem;
  }
}
footer .footer-top-row button span {
  padding: 1rem 0;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.4em;
  letter-spacing: 0;
}
@media (max-width: 1200px) {
  footer .footer-top-row button span {
    font-size: 1.25rem;
  }
}
footer .footer-top-row button svg {
  width: 0;
  height: 0;
  transition-duration: 0.1s;
}
footer .footer-top-row button svg path {
  stroke: #0e383b;
}
footer .footer-top-row button:hover {
  background-color: #d2fd78;
}
footer .footer-top-row button:hover svg {
  width: 2.125rem;
  height: 2.125rem;
}
footer .footer-content {
  border-top: 1px solid #dee3e1;
  padding: 3rem 2.25rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
}
footer .footer-content-upper {
  padding-bottom: 7.5rem;
}
footer .footer-content-upper .footer-logo > a {
  display: inline-block;
  padding-bottom: 2rem;
  transition-duration: 0.1s;
}
footer .footer-content-upper .footer-logo > a:hover {
  opacity: 0.5;
}
footer .footer-content-upper .footer-logo > a svg {
  height: 4rem;
  width: 4rem;
}
footer .footer-content-upper .newsletter-form {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  gap: 0.75rem;
}
footer .footer-content-upper .newsletter-form input[type=email] {
  font-size: 1rem;
  padding: 0.75rem 1.25rem;
  border: 1px solid #dee3e1;
  border-radius: 0.325rem;
  width: 100%;
  color: #4f6060;
  line-height: 1;
}
footer .footer-content-upper .newsletter-form input[type=email]::placeholder {
  color: #bbc8c5;
}
footer .footer-content-upper .newsletter-form input[type=email] :checked + span::before {
  background-color: #4f6060;
  border-color: #4f6060;
}
footer .footer-content-upper .newsletter-form input[type=email] > span::before {
  border-radius: 50% !important;
}
footer .footer-content-upper .newsletter-form button {
  background-color: transparent;
  min-height: 3.25rem;
  min-width: 3.25rem;
  background-color: #dee3e1;
  border-radius: 5em;
  transition-duration: 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  line-height: 1;
  cursor: pointer;
}
footer .footer-content-upper .newsletter-form button:disabled img {
  opacity: 0.5;
}
footer .footer-content-upper .newsletter-form button:hover {
  background-color: #d2fd78;
}
footer .footer-content-upper .newsletter-form button img {
  display: flex;
  padding: 0;
  height: 1.25rem;
  width: 1.25rem;
  transition: opacity 0.3s;
}
footer .footer-content-upper .subscribe-popup {
  display: none;
}
footer .footer-content-upper .subscribe-popup.opened {
  display: block;
}
footer .footer-content-upper .subscribe-popup .popup-inner .is-layout-flex {
  width: 100%;
}
footer .footer-content-upper .subscribe-popup .popup-inner .is-layout-flex .jet-form-builder-row {
  padding-bottom: 1.475rem;
  padding-top: 0.65rem;
}
footer .footer-content-upper .subscribe-popup .popup-inner .is-layout-flex .jet-form-builder-row select {
  background: url("/wp-content/uploads/2025/03/dropdown-icon.svg");
  background-position: right 1rem center;
  background-repeat: no-repeat;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
footer .footer-content-upper nav .menu-fomenu-container .menu,
footer .footer-content-upper nav .menu-fomenu-en-container .menu,
footer .footer-content-upper nav .menu-fomenu-de-container .menu {
  list-style-type: none;
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}
footer .footer-content-upper nav .menu-fomenu-container .menu li a,
footer .footer-content-upper nav .menu-fomenu-en-container .menu li a,
footer .footer-content-upper nav .menu-fomenu-de-container .menu li a {
  font-size: 3rem;
  font-weight: 300;
  line-height: 1.2em;
  letter-spacing: 0;
  text-decoration: none;
  transition-duration: 0.3s;
  cursor: pointer;
}
@media (max-width: 1200px) {
  footer .footer-content-upper nav .menu-fomenu-container .menu li a,
  footer .footer-content-upper nav .menu-fomenu-en-container .menu li a,
  footer .footer-content-upper nav .menu-fomenu-de-container .menu li a {
    font-size: 2rem;
  }
}
footer .footer-content-upper nav .menu-fomenu-container .menu li a:hover,
footer .footer-content-upper nav .menu-fomenu-en-container .menu li a:hover,
footer .footer-content-upper nav .menu-fomenu-de-container .menu li a:hover {
  opacity: 0.5;
}
footer .footer-content-upper .footer-nav-grid {
  padding-top: 3rem;
  display: grid;
  gap: 0.75rem;
  grid-template-columns: repeat(3, 1fr);
}
footer .footer-content-upper .footer-nav-grid > div {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
footer .footer-content-upper .footer-nav-grid > div h4 {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.4em;
  letter-spacing: 0;
  color: #aaaaaa;
}
@media (max-width: 1200px) {
  footer .footer-content-upper .footer-nav-grid > div h4 {
    font-size: 0.75rem;
  }
}
footer .footer-content-upper .footer-nav-grid > div ul {
  list-style-type: none;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
footer .footer-content-upper .footer-nav-grid > div ul li a {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.4em;
  letter-spacing: 0;
  font-size: 0.75rem;
  text-decoration: none;
  transition-duration: 0.3s;
  cursor: pointer;
}
@media (max-width: 1200px) {
  footer .footer-content-upper .footer-nav-grid > div ul li a {
    font-size: 0.75rem;
  }
}
footer .footer-content-upper .footer-nav-grid > div ul li a:hover {
  color: #bbc8c5;
}
footer .footer-content-lower {
  display: flex;
  justify-content: space-between;
  padding-bottom: 0;
}
footer .footer-content-lower span {
  font-size: 0.75rem;
}
footer .footer-content-lower a {
  font-family: "Prompt", sans-serif;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.4em;
  letter-spacing: 0.02rem;
  text-decoration: none;
}
@media (max-width: 1200px) {
  footer .footer-content-lower a {
    font-size: 0.75rem;
    letter-spacing: 0.015rem;
  }
}

@media only screen and (max-width: 1200px) {
  footer .footer-top-row {
    align-items: center;
  }
}
@media only screen and (max-width: 1024px) {
  footer .footer-top-row {
    padding: 2.5rem 1rem;
  }
  footer .footer-top-row button {
    padding: 0 1.5rem;
  }
  footer .footer-top-row button:hover svg {
    display: none;
    height: 2em;
    width: 2em;
  }
  footer .footer-content {
    padding: 2.5rem 1rem;
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }
  footer .footer-content-upper nav .menu-fomenu-container .menu {
    gap: 1.5rem;
  }
  footer .footer-content-upper .newsletter-form form {
    gap: 0.75rem;
  }
  footer .footer-content-upper .newsletter-form form div {
    width: 100%;
    flex-wrap: nowrap !important;
  }
  footer .footer-content-upper .newsletter-form form div .wp-block-column:first-of-type {
    flex-grow: 1;
  }
  footer .footer-content-upper .newsletter-form form div .wp-block-column:last-of-type {
    flex-basis: 4rem !important;
  }
  footer .footer-content-upper .newsletter-form form div input[type=email] {
    padding: 0.75rem 1rem;
    margin-bottom: 0;
  }
  footer .footer-content-upper .newsletter-form form div button {
    flex-shrink: 1;
    height: 3rem;
    width: 3rem;
  }
  footer .footer-content-upper .newsletter-form form div button::before {
    height: 1rem;
    width: 1rem;
  }
  footer .footer-content-upper .footer-nav-grid {
    padding-top: 2.5rem;
    padding-bottom: 5rem;
    gap: 1.5rem 0.5rem;
    grid-template-columns: repeat(2, 1fr);
  }
  footer .footer-content-upper .footer-nav-grid > div ul {
    gap: 0.5rem;
  }
  footer .footer-content-lower {
    display: flex;
    justify-content: space-between;
    padding-top: 0;
    padding-bottom: 0;
  }
}
@media only screen and (max-width: 768px) {
  footer .footer-top-row {
    flex-direction: column;
    justify-content: unset;
    align-items: unset;
    gap: 1rem;
  }
  footer .footer-top-row button {
    padding: 0.875rem 1.5rem;
    font-size: 0.875rem;
  }
  footer .footer-top-row button span {
    font-size: 0.875rem;
    padding: 0;
  }
  footer .footer-top-row button svg {
    display: none;
  }
}
.jet-form-builder-messages-wrap p {
  border: none;
}

.jet-form-builder-message--success {
  color: #24a98a;
}

.posts {
  border-top: 1px solid #dee3e1;
  padding-bottom: 7.5rem;
}
.posts-title-row {
  padding: 1rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.posts-title-row h2 {
  font-family: "Prompt", sans-serif;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.4em;
  letter-spacing: 0.02rem;
  font-weight: 400;
  letter-spacing: 0.02em;
}
@media (max-width: 1200px) {
  .posts-title-row h2 {
    font-size: 0.75rem;
    letter-spacing: 0.015rem;
  }
}
.posts-title-row a {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.4em;
  letter-spacing: 0;
  padding: 0 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 2rem;
  border-radius: 2em;
  transition: background-color 300ms linear, color 300ms linear;
  background-color: #eef2f0;
  text-decoration: none;
  will-change: background-color, color;
  text-decoration: none;
  background-color: #eef2f0;
}
@media (max-width: 1200px) {
  .posts-title-row a {
    font-size: 0.75rem;
  }
}
@media (max-width: 1200px) {
  .posts-title-row a {
    font-size: 0.875rem;
  }
}
.posts-title-row a:hover {
  background-color: #0e383b;
  color: #ffffff;
}
.posts .posts-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2.5rem 0.75rem;
  padding: 1.5rem 1rem;
}
@media (max-width: 1900px) {
  .posts .posts-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 1024px) {
  .posts .posts-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  .posts .posts-grid {
    grid-template-columns: 1fr;
  }
}
.posts .posts-grid .post {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-decoration: none;
}
.posts .posts-grid .post:hover .post-img::after {
  opacity: 0.2;
}
.posts .posts-grid .post:hover button {
  background-color: #d2fd78;
  cursor: pointer;
}
.posts .posts-grid .post-img {
  position: relative;
  height: 12.125rem;
  width: 100%;
  background-size: cover;
  border-radius: 0.325rem;
}
.posts .posts-grid .post-img img {
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: inherit;
}
.posts .posts-grid .post-img::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: #000000;
  opacity: 0;
  transition-duration: 0.3s;
  border-radius: inherit;
}
.posts .posts-grid .post-category {
  font-family: "Prompt", sans-serif;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.4em;
  letter-spacing: 0.02rem;
  display: block;
  padding-top: 1.25rem;
  text-transform: uppercase;
}
@media (max-width: 1200px) {
  .posts .posts-grid .post-category {
    font-size: 0.75rem;
    letter-spacing: 0.015rem;
  }
}
.posts .posts-grid .post-title {
  padding-top: 1.25rem;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.4em;
  letter-spacing: 0;
}
@media (max-width: 1200px) {
  .posts .posts-grid .post-title {
    font-size: 1.25rem;
  }
}
.posts .posts-grid .post-excerpt {
  padding: 0.75rem 0;
}
.posts .posts-grid .post-excerpt p {
  color: #4f6060;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.4em;
  letter-spacing: 0;
}
@media (max-width: 1200px) {
  .posts .posts-grid .post-excerpt p {
    font-size: 0.75rem;
  }
}
.posts .posts-grid .post button {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.4em;
  letter-spacing: 0;
  padding: 0 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 2rem;
  border-radius: 2em;
  transition: background-color 300ms linear, color 300ms linear;
  background-color: #eef2f0;
  text-decoration: none;
  will-change: background-color, color;
  text-decoration: 0;
}
@media (max-width: 1200px) {
  .posts .posts-grid .post button {
    font-size: 0.75rem;
  }
}
@media (max-width: 1200px) {
  .posts .posts-grid .post button {
    font-size: 0.875rem;
  }
}

@media only screen and (max-width: 576px) {
  .posts {
    padding-bottom: 2rem;
  }
  .posts .posts-grid {
    padding-top: 1.25rem;
  }
  .posts .posts-grid .post:hover .post-img::after {
    opacity: 0;
  }
  .posts .posts-grid .post:hover button {
    background-color: #dee3e1;
  }
}
.not-found-page .pir-heading {
  display: flex;
  gap: 0.88rem;
}
.not-found-page .wide-text-block {
  border-top: 1px solid #dee3e1;
}
.not-found-page .wide-text-block div {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1.25rem;
}
.not-found-page .wide-text-block div a {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.4em;
  letter-spacing: 0;
  padding: 0 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 2rem;
  border-radius: 2em;
  transition: background-color 300ms linear, color 300ms linear;
  background-color: #eef2f0;
  text-decoration: none;
  will-change: background-color, color;
  background-color: #d2fd78;
}
@media (max-width: 1200px) {
  .not-found-page .wide-text-block div a {
    font-size: 0.75rem;
  }
}
@media (max-width: 1200px) {
  .not-found-page .wide-text-block div a {
    font-size: 0.875rem;
  }
}
.not-found-page .wide-text-block div a:hover {
  background-color: #0e383b;
  color: #ffffff;
}

.sustainability-page h1 {
  padding-bottom: 0;
}
.sustainability-page .wide-block {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.sustainability-page .desc {
  border-top: 0;
  margin: 0;
  padding-bottom: 7.5rem;
}
.sustainability-page .intro {
  border-top: 0;
}
.sustainability-page .posts {
  padding-bottom: 5rem;
}

.contact-page .leaflet-control {
  display: none;
}
.contact-page h1 {
  padding-bottom: 1.25rem;
}
.contact-page .wide-block {
  position: relative;
  padding: 1.75rem 1rem;
  border: 0;
}
.contact-page .wide-block #map {
  z-index: 1;
  aspect-ratio: 1334/480;
}
.contact-page .wide-block #map * {
  transition-duration: 0s !important;
}
.contact-page .wide-block .addresses {
  bottom: 3.75rem;
  right: 1.75rem;
  z-index: 2;
  position: absolute;
  display: flex;
  gap: 0.5rem;
}
.contact-page .wide-block .addresses .address {
  width: 27.25rem;
  height: 8.75rem;
  padding: 1rem !important;
  border-radius: 0.325rem;
  background-color: #ffffff;
  cursor: pointer;
}
.contact-page .wide-block .addresses .address.active, .contact-page .wide-block .addresses .address:hover {
  background-color: #eef2f0;
}
.contact-page .wide-block .addresses .address h3 {
  color: #4f6060;
  padding-bottom: 2.5rem;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.4em;
  letter-spacing: 0;
}
@media (max-width: 1200px) {
  .contact-page .wide-block .addresses .address h3 {
    font-size: 0.75rem;
  }
}
.contact-page .wide-block .addresses .address-content {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.contact-page .wide-block .addresses .address-content > div {
  display: flex;
  align-items: center;
  gap: 0.25rem;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.4em;
  letter-spacing: 0;
  color: #4f6060;
}
@media (max-width: 1200px) {
  .contact-page .wide-block .addresses .address-content > div {
    font-size: 0.75rem;
  }
}
.contact-page .wide-block .addresses .address-content .location {
  width: 100%;
}
.contact-page .staff {
  border-top: 1px solid #dee3e1;
}
.contact-page .staff .title-row {
  padding: 1rem;
  margin-bottom: 0.5rem;
}
.contact-page .staff .title-row h2 {
  font-family: "Prompt", sans-serif;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.4em;
  letter-spacing: 0.02rem;
}
@media (max-width: 1200px) {
  .contact-page .staff .title-row h2 {
    font-size: 0.75rem;
    letter-spacing: 0.015rem;
  }
}
.contact-page .staff-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
  padding: 1rem;
  padding-bottom: 7.5rem;
}
@media (max-width: 1900px) {
  .contact-page .staff-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 1024px) {
  .contact-page .staff-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  .contact-page .staff-grid {
    grid-template-columns: 1fr;
  }
}
.contact-page .staff-grid .staff-member {
  padding: 1.25rem 2rem;
  border: 1px solid #dee3e1;
  border-radius: 0.325rem;
}
.contact-page .staff-grid .staff-member h3 {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.4em;
  letter-spacing: 0;
  padding-bottom: 0.5rem;
}
@media (max-width: 1200px) {
  .contact-page .staff-grid .staff-member h3 {
    font-size: 1.25rem;
  }
}
.contact-page .staff-grid .staff-member .position {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.4em;
  letter-spacing: 0;
  color: #4f6060;
  padding-bottom: 1rem;
  display: block;
}
@media (max-width: 1200px) {
  .contact-page .staff-grid .staff-member .position {
    font-size: 0.75rem;
  }
}
.contact-page .staff-grid .staff-member-content {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.contact-page .staff-grid .staff-member-content .states {
  display: grid;
  grid-template-columns: 1.25rem 1fr;
  gap: 0.25rem;
}
.contact-page .staff-grid .staff-member-content div {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 0.25rem;
}
.contact-page .staff-grid .staff-member-content div svg {
  height: 1.25rem;
  width: 1.25rem;
}
.contact-page .staff-grid .staff-member-content div span,
.contact-page .staff-grid .staff-member-content div a {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.4em;
  letter-spacing: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #4f6060;
  text-decoration: none;
}
@media (max-width: 1200px) {
  .contact-page .staff-grid .staff-member-content div span,
  .contact-page .staff-grid .staff-member-content div a {
    font-size: 0.75rem;
  }
}
.contact-page .staff-grid .staff-member-content div a:hover {
  opacity: 0.7;
}
.contact-page .contact {
  padding: 1rem;
  border-top: 1px solid #dee3e1;
  border-bottom: 1px solid #dee3e1;
  display: grid;
  grid-template-columns: 5fr 7fr;
  gap: 1rem;
}
.contact-page .contact h2 {
  font-family: "Prompt", sans-serif;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.4em;
  letter-spacing: 0.02rem;
}
@media (max-width: 1200px) {
  .contact-page .contact h2 {
    font-size: 0.75rem;
    letter-spacing: 0.015rem;
  }
}
.contact-page .contact .contact-container {
  padding-bottom: 7.5rem;
  display: grid;
  grid-template-columns: 5fr 2fr;
  gap: 0.75rem;
}
.contact-page .contact .contact-container-desc {
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.4em;
  letter-spacing: 0;
  color: #4f6060;
  padding-bottom: 3rem;
  grid-column: 1/3;
}
@media (max-width: 1200px) {
  .contact-page .contact .contact-container-desc {
    font-size: 1.125rem;
  }
}

@media only screen and (max-width: 1024px) {
  .contact-page h1 {
    padding-bottom: 0;
  }
  .contact-page .wide-block #map {
    aspect-ratio: 358/588;
  }
  .contact-page .wide-block .addresses {
    bottom: 4rem;
    right: 1.5rem;
    left: 1.5rem;
    display: flex;
    flex-direction: column;
  }
  .contact-page .wide-block .addresses .address {
    width: 100%;
  }
  .contact-page .staff-grid {
    gap: 0.75rem;
    padding-bottom: 5rem;
  }
  .contact-page .staff-grid .staff-member {
    padding: 1rem;
  }
  .contact-page .contact {
    grid-template-columns: 1fr;
  }
  .contact-page .contact .contact-container {
    padding-bottom: 5rem;
  }
}
@media only screen and (max-width: 768px) {
  .contact-page .contact .contact-container {
    grid-template-columns: 1fr;
  }
  .contact-page .contact .contact-container-desc {
    font-size: 1.25rem;
    font-weight: 400;
    line-height: 1.4em;
    letter-spacing: 0;
    grid-column: 1/2;
  }
}
@media only screen and (max-width: 768px) and (max-width: 1200px) {
  .contact-page .contact .contact-container-desc {
    font-size: 1.125rem;
  }
}
.main-title {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  padding: 1.25rem 1rem 5rem;
  align-items: flex-start;
  border-bottom: 1px solid #dee3e1;
}
.main-title h1 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2em;
  letter-spacing: 0;
  text-transform: uppercase;
}
@media (max-width: 1200px) {
  .main-title h1 {
    font-size: 2rem;
  }
}
.main-title a {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.4em;
  letter-spacing: 0;
  padding: 0 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 2rem;
  border-radius: 2em;
  transition: background-color 300ms linear, color 300ms linear;
  background-color: #eef2f0;
  text-decoration: none;
  will-change: background-color, color;
  background-color: #eef2f0;
  text-decoration: none;
}
@media (max-width: 1200px) {
  .main-title a {
    font-size: 0.75rem;
  }
}
@media (max-width: 1200px) {
  .main-title a {
    font-size: 0.875rem;
  }
}
.main-title a:hover {
  background-color: #0e383b;
  color: #ffffff;
}

#loader {
  position: fixed;
  height: 100vh;
  width: 100vw;
  left: 0;
  top: 0;
  z-index: 100;
  background-color: #ffffff;
  transition-duration: 0.3s;
}
#loader.hidden {
  opacity: 0;
  z-index: -2;
}
#loader video {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 20%;
  transform: translate(-50%, -50%);
}

.slider-section {
  padding: 3rem 1rem 0;
  position: relative;
}
.slider-section .slider {
  aspect-ratio: 1334/620;
  width: 100%;
  background-color: #bbc8c5;
  border-radius: 0.325rem;
  overflow: hidden;
}
.slider-section .slider .swiper-wrapper .swiper-slide {
  position: relative;
  height: 100%;
  width: 100%;
  background-size: 115%;
  background-repeat: no-repeat;
  background-position: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 3rem;
  gap: 0.75rem;
  overflow: hidden;
  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none; /* Safari */
  -khtml-user-select: none; /* Konqueror HTML */
  -moz-user-select: none; /* Old versions of Firefox */
  -ms-user-select: none; /* Internet Explorer/Edge */
  user-select: none;
}
.slider-section .slider .swiper-wrapper .swiper-slide.swiper-slide-active .swiper-img {
  transform: scale(1) !important;
}
.slider-section .slider .swiper-wrapper .swiper-slide.swiper-slide-active h2,
.slider-section .slider .swiper-wrapper .swiper-slide.swiper-slide-active a {
  transform: translateY(0) !important;
  opacity: 1 !important;
}
.slider-section .slider .swiper-wrapper .swiper-slide h2,
.slider-section .slider .swiper-wrapper .swiper-slide a {
  transform: translateY(30px);
  opacity: 0;
  transition: opacity 1s, transform 1s !important;
}
.slider-section .slider .swiper-wrapper .swiper-slide img {
  transform: scale(1.1) !important;
  transition: transform 1s;
  position: absolute;
  left: 0;
  top: 0;
  scale: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.slider-section .slider .swiper-wrapper .swiper-slide .mobile-slide-img {
  display: none;
}
.slider-section .slider .swiper-wrapper .swiper-slide h2 {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.4em;
  letter-spacing: 0;
  max-width: 35rem;
  position: relative;
  color: #ffffff;
}
@media (max-width: 1200px) {
  .slider-section .slider .swiper-wrapper .swiper-slide h2 {
    font-size: 1.25rem;
  }
}
.slider-section .slider .swiper-wrapper .swiper-slide a {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.4em;
  letter-spacing: 0;
  padding: 0 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 2rem;
  border-radius: 2em;
  transition: background-color 300ms linear, color 300ms linear;
  background-color: #eef2f0;
  text-decoration: none;
  will-change: background-color, color;
  position: relative;
  z-index: 1;
  color: #0e383b;
  background-color: #ffffff;
  text-decoration: none;
  transition: background-color 0.3s;
}
@media (max-width: 1200px) {
  .slider-section .slider .swiper-wrapper .swiper-slide a {
    font-size: 0.75rem;
  }
}
@media (max-width: 1200px) {
  .slider-section .slider .swiper-wrapper .swiper-slide a {
    font-size: 0.875rem;
  }
}
.slider-section .slider .swiper-wrapper .swiper-slide a:hover {
  background-color: #d2fd78;
}
.slider-section .slider .swiper-wrapper .swiper-slide .gradient {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 100%);
}
.slider-section .slider .swiper-wrapper .swiper-slide-active {
  background-size: 110% !important;
  transition: background-size 1000ms ease-in-out;
}
.slider-section .slider .swiper-wrapper .swiper-slide-active .fade-in-up-post {
  opacity: 1;
  transform: translateY(0);
  transition-duration: 1s;
}
.slider-section .slider .swiper-wrapper .swiper-slide-active a.fade-in-up-post {
  transition: background-color 300ms linear;
}
.slider-section .slider .slider-nav {
  position: absolute;
  z-index: 3;
  top: 50%;
  right: 2rem;
  left: inherit;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
.slider-section .slider .slider-nav .slider-button-next,
.slider-section .slider .slider-nav .slider-button-prev {
  background-color: #ffffff;
  height: 2rem;
  width: 2rem;
  border-radius: 2em;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #dee3e1;
  cursor: pointer;
  transition: background-color 0.3s;
}
.slider-section .slider .slider-nav .slider-button-next:hover,
.slider-section .slider .slider-nav .slider-button-prev:hover {
  background-color: #d2fd78;
}
.slider-section .slider .slider-nav .slider-button-next.swiper-button-disabled,
.slider-section .slider .slider-nav .slider-button-prev.swiper-button-disabled {
  cursor: not-allowed;
}
.slider-section .slider .slider-nav .slider-button-next.swiper-button-disabled:hover,
.slider-section .slider .slider-nav .slider-button-prev.swiper-button-disabled:hover {
  background-color: #ffffff;
}
.slider-section .slider .slider-nav .slider-button-next.swiper-button-disabled svg path,
.slider-section .slider .slider-nav .slider-button-prev.swiper-button-disabled svg path {
  stroke: #eef2f0;
}
.slider-section .slider .slider-nav .slider-button-next svg,
.slider-section .slider .slider-nav .slider-button-prev svg {
  width: 1.25rem;
  height: 1.25rem;
}
.slider-section .slider .slider-nav .slider-button-next {
  transform: rotate(180deg);
}

.pir-heading {
  padding: 0 1rem;
}
.pir-heading svg {
  margin: 7.5rem 0;
  height: 21rem;
  width: auto;
}

.intro {
  padding: 0 1rem;
  padding-bottom: 7.5rem;
  display: flex;
  flex-direction: column;
  gap: 3rem;
}
.intro .intro-title-row {
  padding: 1rem 0;
}
.intro .intro-title-row .title {
  font-size: 0.75rem;
  letter-spacing: 0.02em;
  text-transform: none;
  font-weight: 400;
}
.intro .title {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2em;
  letter-spacing: 0;
  text-transform: uppercase;
}
@media (max-width: 1200px) {
  .intro .title {
    font-size: 2rem;
  }
}
.intro-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.75rem;
}
@media (max-width: 1900px) {
  .intro-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 1024px) {
  .intro-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  .intro-grid {
    grid-template-columns: 1fr;
  }
}
.intro-grid .grid-item {
  padding: 1.25rem;
  border: 1px solid #dee3e1;
  border-radius: 0.325rem;
  aspect-ratio: 1/1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: background-color 300ms linear;
}
.intro-grid .grid-item:hover {
  background-color: #c3ff99;
}
.intro-grid .grid-item .upper span {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.4em;
  letter-spacing: 0;
  display: block;
  padding-bottom: 0.25rem;
}
@media (max-width: 1200px) {
  .intro-grid .grid-item .upper span {
    font-size: 0.75rem;
  }
}
.intro-grid .grid-item .upper h3 {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.4em;
  letter-spacing: 0;
}
@media (max-width: 1200px) {
  .intro-grid .grid-item .upper h3 {
    font-size: 1.25rem;
  }
}
.intro-grid .grid-item .lower p {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.4em;
  letter-spacing: 0;
  color: #4f6060;
}
@media (max-width: 1200px) {
  .intro-grid .grid-item .lower p {
    font-size: 0.75rem;
  }
}
.intro-grid .grid-item .lower p strong {
  color: #4f6060;
}

.divider {
  width: 100%;
  background-size: cover;
  background-position: right;
  position: relative;
  overflow: hidden;
  aspect-ratio: 1366/380;
  border-bottom: 1px solid #dee3e1;
}
.divider img {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  object-fit: cover;
}
.divider-left {
  border-bottom: 0;
  border-top: 1px solid #dee3e1;
}

.sustainability-intro {
  border-top: 1px solid #dee3e1;
  padding-bottom: 3rem;
}

.main-page .wide-block {
  padding: 3rem 1rem;
}

@media only screen and (max-width: 1900px) {
  .pir-heading svg {
    height: 19.5rem;
  }
}
@media only screen and (max-width: 1024px) {
  .intro {
    padding-bottom: 1.25rem;
    gap: 2.5rem;
  }
  .main-title {
    padding: 1.25rem 1rem 2.5rem;
  }
  .divider {
    height: 18rem;
    aspect-ratio: 390/200;
  }
  .slider-section {
    padding-top: 1.5rem;
  }
  .slider-section .slider .slider-nav,
  .slider-section .slider-mobile .slider-nav {
    top: unset;
    bottom: 20px;
    right: 2rem;
    flex-direction: row;
    gap: 0.75rem;
  }
  .slider-section .slider .slider-nav .slider-button-next,
  .slider-section .slider-mobile .slider-nav .slider-button-next {
    transform: rotate(90deg);
  }
  .slider-section .slider .slider-nav .slider-button-prev,
  .slider-section .slider-mobile .slider-nav .slider-button-prev {
    transform: rotate(-90deg);
  }
  .pir-heading svg {
    margin: 5rem 0;
  }
}
@media only screen and (max-width: 768px) {
  .pir-heading svg {
    height: auto;
    width: 100%;
  }
  .divider {
    height: 10rem;
  }
  .divider img {
    object-position: -10rem;
  }
  .divider-left img {
    width: 150%;
    object-position: left;
  }
}
@media only screen and (max-width: 576px) {
  .slider-section .slider {
    display: block;
    height: auto;
    aspect-ratio: 358/620;
  }
  .slider-section .slider .swiper-wrapper .swiper-slide {
    position: relative;
    width: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding: 1.5rem;
    gap: 2.5rem;
  }
  .slider-section .slider .swiper-wrapper .swiper-slide.slide {
    display: flex;
  }
  .slider-section .slider .swiper-wrapper .swiper-slide.swiper-slide-active .swiper-img {
    transform: translate(-50%, -50%) scale(1) !important;
  }
  .slider-section .slider .swiper-wrapper .swiper-slide.swiper-slide-active h2,
  .slider-section .slider .swiper-wrapper .swiper-slide.swiper-slide-active a {
    transform: translateY(0);
    opacity: 1;
  }
  .slider-section .slider .swiper-wrapper .swiper-slide h2,
  .slider-section .slider .swiper-wrapper .swiper-slide a {
    transform: translateY(30px);
    opacity: 0;
    transition: opacity 1s, transform 1s;
  }
  .slider-section .slider .swiper-wrapper .swiper-slide .swiper-img {
    left: 50%;
    top: 50%;
    transition-duration: 1s;
    transform: translate(-50%, -50%) scale(1.2) !important;
    height: 100%;
    object-fit: cover;
    object-position: center center;
  }
  .slider-section .slider .swiper-wrapper .swiper-slide .mobile-slide-img {
    display: block !important;
  }
  .slider-section .slider .swiper-wrapper .swiper-slide .desktop-slide-img {
    display: none !important;
  }
  .slider-section .slider .swiper-wrapper .swiper-slide .gradient {
    z-index: 0;
    background: rgba(0, 0, 0, 0.4);
  }
  .slider-section .slider .swiper-wrapper .swiper-slide a {
    position: relative;
    z-index: 2;
    background-color: #ffffff !important;
  }
  .slider-section .slider .slider-nav {
    top: inherit;
    bottom: 5%;
  }
  .slider-section .slider .slider-nav div:hover {
    background-color: #ffffff !important;
  }
  .intro-grid .grid-item:hover {
    background-color: #ffffff;
  }
}
.parnerprogram-page h1 {
  padding-bottom: 0;
}
.parnerprogram-page .wide-block {
  padding: 3rem 1rem;
}
.parnerprogram-page .desc {
  margin-top: 0;
}
.parnerprogram-page .marketing-materials .title-row {
  border-top: 1px solid #dee3e1;
  padding: 1rem;
}
.parnerprogram-page .marketing-materials .title-row h2 {
  font-family: "Prompt", sans-serif;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.4em;
  letter-spacing: 0.02rem;
}
@media (max-width: 1200px) {
  .parnerprogram-page .marketing-materials .title-row h2 {
    font-size: 0.75rem;
    letter-spacing: 0.015rem;
  }
}
.parnerprogram-page .marketing-materials .materials-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 3rem 0.75rem;
  padding: 1rem;
  padding-bottom: 7.5rem;
}
@media (max-width: 1900px) {
  .parnerprogram-page .marketing-materials .materials-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 1024px) {
  .parnerprogram-page .marketing-materials .materials-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  .parnerprogram-page .marketing-materials .materials-grid {
    grid-template-columns: 1fr;
  }
}
.parnerprogram-page .marketing-materials .materials-grid .material {
  text-decoration: none;
}
.parnerprogram-page .marketing-materials .materials-grid .material:hover .number {
  background-color: #dee3e1;
}
.parnerprogram-page .marketing-materials .materials-grid .material:hover .material-content span {
  background-color: #d2fd78;
}
.parnerprogram-page .marketing-materials .materials-grid .material .number {
  height: 6rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #eef2f0;
  border-radius: 0.325rem;
  margin-bottom: 1.25rem;
  transition-duration: 0.3s;
}
.parnerprogram-page .marketing-materials .materials-grid .material .number span {
  color: #4f6060;
  font-size: 3.5rem;
  font-weight: 300;
}
.parnerprogram-page .marketing-materials .materials-grid .material-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.75rem;
}
.parnerprogram-page .marketing-materials .materials-grid .material-content h5 {
  color: #0e383b;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.4em;
  letter-spacing: 0;
}
@media (max-width: 1200px) {
  .parnerprogram-page .marketing-materials .materials-grid .material-content h5 {
    font-size: 1.125rem;
  }
}
.parnerprogram-page .marketing-materials .materials-grid .material-content span {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.4em;
  letter-spacing: 0;
  padding: 0 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 2rem;
  border-radius: 2em;
  transition: background-color 300ms linear, color 300ms linear;
  background-color: #eef2f0;
  text-decoration: none;
  will-change: background-color, color;
}
@media (max-width: 1200px) {
  .parnerprogram-page .marketing-materials .materials-grid .material-content span {
    font-size: 0.75rem;
  }
}
@media (max-width: 1200px) {
  .parnerprogram-page .marketing-materials .materials-grid .material-content span {
    font-size: 0.875rem;
  }
}
@media only screen and (max-width: 1024px) {
  .parnerprogram-page .desc {
    padding-bottom: 5rem;
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 768px) {
  h1 {
    -ms-word-break: break-all;
    word-break: break-all;
    word-break: break-word;
  }
}
.about-page h1 {
  padding-bottom: 0;
}
.about-page .wide-block {
  padding-top: 3rem;
  padding-bottom: 3rem;
  border: 0;
}
.about-page .divider-left {
  border-top: 1px solid #dee3e1;
}

.about-accordion {
  overflow: hidden;
  padding-bottom: 1rem;
}
.about-accordion .accordion {
  background-color: #eef2f0;
  position: relative;
  z-index: 1;
  margin-bottom: -13rem;
  transition: margin-bottom 100ms ease-out;
  cursor: pointer;
}
.about-accordion .accordion-heading {
  display: flex;
  justify-content: space-between;
}
.about-accordion .accordion-heading h2,
.about-accordion .accordion-heading span {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2em;
  letter-spacing: 0;
  padding: 3rem 1rem;
  text-transform: uppercase;
}
@media (max-width: 1200px) {
  .about-accordion .accordion-heading h2,
  .about-accordion .accordion-heading span {
    font-size: 2rem;
  }
}
.about-accordion .accordion-content {
  height: 0;
  overflow: hidden;
  padding: 1rem;
  padding-bottom: 7.5rem;
  display: grid;
  grid-template-columns: 5fr 7fr;
  border-top: 1px solid #dee3e1;
}
.about-accordion .accordion-content h3 {
  font-family: "Prompt", sans-serif;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.4em;
  letter-spacing: 0.02rem;
}
@media (max-width: 1200px) {
  .about-accordion .accordion-content h3 {
    font-size: 0.75rem;
    letter-spacing: 0.015rem;
  }
}
.about-accordion .accordion-content p {
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.4em;
  letter-spacing: 0;
  color: #4f6060;
}
@media (max-width: 1200px) {
  .about-accordion .accordion-content p {
    font-size: 0.875rem;
  }
}
.about-accordion .accordion:nth-of-type(2) {
  background-color: #d2fd78;
  z-index: 2;
}
.about-accordion .accordion:nth-of-type(3) {
  background-color: #ffffff;
  z-index: 3;
}
.about-accordion .accordion.is-active {
  margin-bottom: 0;
}
.about-accordion .accordion.is-active .accordion-content {
  height: auto;
}

.about-history {
  padding: 0;
  overflow: hidden;
}
.about-history .history-title-row {
  border-top: 1px solid #dee3e1;
  padding: 1rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.about-history .history-title-row h2 {
  font-family: "Prompt", sans-serif;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.4em;
  letter-spacing: 0.02rem;
}
@media (max-width: 1200px) {
  .about-history .history-title-row h2 {
    font-size: 0.75rem;
    letter-spacing: 0.015rem;
  }
}
.about-history .history-title-row .slider-nav {
  display: flex;
  gap: 0.75rem;
}
.about-history .history-title-row .slider-nav .slider-button-prev,
.about-history .history-title-row .slider-nav .slider-button-next {
  height: 2rem;
  width: 2rem;
  border: 1px solid #dee3e1;
  border-radius: 2em;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background-color 0.3s;
}
.about-history .history-title-row .slider-nav .slider-button-prev:hover,
.about-history .history-title-row .slider-nav .slider-button-next:hover {
  background-color: #0e383b;
}
.about-history .history-title-row .slider-nav .slider-button-prev:hover svg path,
.about-history .history-title-row .slider-nav .slider-button-next:hover svg path {
  fill: #ffffff;
}
.about-history .history-title-row .slider-nav .slider-button-prev.swiper-button-disabled,
.about-history .history-title-row .slider-nav .slider-button-next.swiper-button-disabled {
  cursor: not-allowed;
  border-color: transparent;
  transition: background-color 0.3s;
}
.about-history .history-title-row .slider-nav .slider-button-prev.swiper-button-disabled svg path,
.about-history .history-title-row .slider-nav .slider-button-next.swiper-button-disabled svg path {
  fill: #dee3e1;
}
.about-history .history-title-row .slider-nav .slider-button-prev.swiper-button-disabled:hover,
.about-history .history-title-row .slider-nav .slider-button-next.swiper-button-disabled:hover {
  background-color: #ffffff;
}
.about-history .history-title-row .slider-nav .slider-button-prev.swiper-button-disabled:hover svg path,
.about-history .history-title-row .slider-nav .slider-button-next.swiper-button-disabled:hover svg path {
  fill: #dee3e1;
}
.about-history .history-title-row .slider-nav .slider-button-prev {
  transform: rotate(-90deg);
}
.about-history .history-title-row .slider-nav .slider-button-next {
  transform: rotate(90deg);
}
.about-history .history-slider {
  padding: 2.06rem 1rem;
  padding-bottom: 7.5rem;
}
.about-history .history-slider .swiper-wrapper .swiper-slide {
  aspect-ratio: 550/300;
  padding: 1.25rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border: 1px solid #dee3e1;
  border-radius: 0.325rem;
  background-size: cover;
  background-position: center;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.4em;
  letter-spacing: 0;
}
@media (max-width: 1200px) {
  .about-history .history-slider .swiper-wrapper .swiper-slide {
    font-size: 0.75rem;
  }
}
.about-history .history-slider .swiper-wrapper .swiper-slide h3 {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.4em;
  letter-spacing: 0;
}
@media (max-width: 1200px) {
  .about-history .history-slider .swiper-wrapper .swiper-slide h3 {
    font-size: 1.25rem;
  }
}
.about-history .history-slider .swiper-wrapper .swiper-slide.swiper-slide-active {
  background-color: #eef2f0;
}
.about-history .history-slider .swiper-years {
  display: flex;
  justify-content: space-between;
  padding: 4.5rem 0 0.75rem;
}
.about-history .history-slider .swiper-years .year-label {
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.4em;
  letter-spacing: 0;
  color: #dee3e1;
}
@media (max-width: 1200px) {
  .about-history .history-slider .swiper-years .year-label {
    font-size: 1.125rem;
  }
}
.about-history .history-slider .swiper-years .year-label.active {
  color: #0e383b;
}
.about-history .history-slider .swiper-progress-pagination {
  top: inherit !important;
  height: 0.375rem;
  background-color: #e0e0e0;
  position: relative;
  overflow: hidden;
}
.about-history .history-slider .swiper-progress-pagination .swiper-pagination-progressbar-fill {
  height: 110%;
  background-color: #d2fd78;
}

@media only screen and (max-width: 1200px) {
  .about-accordion .accordion {
    margin-bottom: -12.3rem;
  }
}
@media only screen and (max-width: 1024px) {
  .about-accordion .accordion-content {
    grid-template-columns: 1fr;
    gap: 1.25rem;
  }
  .about-history .history-slider {
    padding: 2.06rem 1rem;
    padding-bottom: 7.5rem;
  }
  .about-history .history-slider .swiper-wrapper .swiper-slide {
    aspect-ratio: 298/358;
  }
  .about-history .history-slider .swiper-years {
    flex-direction: column;
    margin-bottom: 2em;
  }
  .about-history .history-slider .swiper-years .year-label {
    width: 100%;
    font-size: 3.5rem;
    font-weight: 300;
    line-height: 1.2em;
    letter-spacing: 0;
    position: absolute;
    background-color: #ffffff;
    display: none;
  }
}
@media only screen and (max-width: 1024px) and (max-width: 1200px) {
  .about-history .history-slider .swiper-years .year-label {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 1024px) {
  .about-history .history-slider .swiper-years .year-label.active {
    display: block;
  }
}
@media only screen and (max-width: 768px) {
  .about-history .history-title-row .slider-nav .slider-button-prev:hover,
  .about-history .history-title-row .slider-nav .slider-button-next:hover {
    background-color: #ffffff;
  }
  .about-history .history-title-row .slider-nav .slider-button-prev:hover svg path,
  .about-history .history-title-row .slider-nav .slider-button-next:hover svg path {
    fill: #0e383b;
  }
}
.cart-page {
  padding-top: 1.25rem;
  padding-bottom: 7.5rem;
}
.cart-page h1 {
  text-transform: uppercase;
  padding-bottom: 3rem;
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2em;
  letter-spacing: 0;
}
@media (max-width: 1200px) {
  .cart-page h1 {
    font-size: 2rem;
  }
}

.wc-empty-cart-message {
  padding: 1rem 0;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.4em;
  letter-spacing: 0;
}
@media (max-width: 1200px) {
  .wc-empty-cart-message {
    font-size: 1.125rem;
  }
}

.return-to-shop {
  display: flex;
  align-items: flex-start;
}
.return-to-shop a {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.4em;
  letter-spacing: 0;
  padding: 0 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 2rem;
  border-radius: 2em;
  transition: background-color 300ms linear, color 300ms linear;
  background-color: #eef2f0;
  text-decoration: none;
  will-change: background-color, color;
}
@media (max-width: 1200px) {
  .return-to-shop a {
    font-size: 0.75rem;
  }
}
@media (max-width: 1200px) {
  .return-to-shop a {
    font-size: 0.875rem;
  }
}

.woocommerce-shipping-destination {
  display: none;
}

.woocommerce-shipping-totals td {
  padding: 1rem 0;
}

.woocommerce-cart-form .shop_table {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.woocommerce-cart-form .shop_table .table-header {
  width: 100%;
  display: grid;
  gap: 0.75rem;
  grid-template-columns: 3fr 3fr 2fr 1fr 3fr;
  border-bottom: 1px solid #dee3e1;
}
.woocommerce-cart-form .shop_table .table-header span {
  padding: 1rem 0;
  font-family: "Prompt", sans-serif;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.4em;
  letter-spacing: 0.02rem;
}
@media (max-width: 1200px) {
  .woocommerce-cart-form .shop_table .table-header span {
    font-size: 0.75rem;
    letter-spacing: 0.015rem;
  }
}
.woocommerce-cart-form .shop_table .table-header span:last-of-type {
  text-align: right;
}
.woocommerce-cart-form .shop_table .table-body {
  display: flex;
  flex-direction: column;
}
.woocommerce-cart-form .shop_table .table-body .cart_item {
  width: 100%;
  display: grid;
  gap: 0.75rem;
  grid-template-columns: repeat(4, 1fr);
  padding: 1rem 0;
  border-bottom: 1px solid #dee3e1;
}
.woocommerce-cart-form .shop_table .table-body .cart_item .product-thumbnail img {
  height: 8.875rem;
  width: 100%;
  object-fit: cover;
  border-radius: 0.375rem;
  display: flex;
}
.woocommerce-cart-form .shop_table .table-body .cart_item .product-name a {
  text-decoration: none;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.4em;
  letter-spacing: 0;
}
@media (max-width: 1200px) {
  .woocommerce-cart-form .shop_table .table-body .cart_item .product-name a {
    font-size: 1.25rem;
  }
}
.woocommerce-cart-form .shop_table .table-body .cart_item .product-qty-remove {
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-self: start;
}
.woocommerce-cart-form .shop_table .table-body .cart_item .product-qty-remove .product-quantity {
  width: 8rem;
}
.woocommerce-cart-form .shop_table .table-body .cart_item .product-qty-remove .product-quantity .quantity {
  gap: 0.75rem;
}
.woocommerce-cart-form .shop_table .table-body .cart_item .product-qty-remove .product-remove a {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.4em;
  letter-spacing: 0;
  padding: 0 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 2rem;
  border-radius: 2em;
  transition: background-color 300ms linear, color 300ms linear;
  background-color: #eef2f0;
  text-decoration: none;
  will-change: background-color, color;
}
@media (max-width: 1200px) {
  .woocommerce-cart-form .shop_table .table-body .cart_item .product-qty-remove .product-remove a {
    font-size: 0.75rem;
  }
}
@media (max-width: 1200px) {
  .woocommerce-cart-form .shop_table .table-body .cart_item .product-qty-remove .product-remove a {
    font-size: 0.875rem;
  }
}
.woocommerce-cart-form .shop_table .table-body .cart_item .product-qty-remove .product-remove a:hover {
  background-color: #0e383b;
  color: #ffffff;
}
.woocommerce-cart-form .shop_table .table-body .cart_item .product-subtotal {
  text-align: right;
}
.woocommerce-cart-form .shop_table .table-body .cart_item .product-subtotal .amount {
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.4em;
  letter-spacing: 0;
}
@media (max-width: 1200px) {
  .woocommerce-cart-form .shop_table .table-body .cart_item .product-subtotal .amount {
    font-size: 1.125rem;
  }
}
.woocommerce-cart-form .shop_table .table-body button[type=submit] {
  margin-top: 1rem;
  align-self: flex-start;
  cursor: pointer;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.4em;
  letter-spacing: 0;
  padding: 0 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 2rem;
  border-radius: 2em;
  transition: background-color 300ms linear, color 300ms linear;
  background-color: #eef2f0;
  text-decoration: none;
  will-change: background-color, color;
}
@media (max-width: 1200px) {
  .woocommerce-cart-form .shop_table .table-body button[type=submit] {
    font-size: 0.75rem;
  }
}
@media (max-width: 1200px) {
  .woocommerce-cart-form .shop_table .table-body button[type=submit] {
    font-size: 0.875rem;
  }
}
.woocommerce-cart-form .shop_table .table-body button[type=submit][disabled] {
  cursor: not-allowed;
  opacity: 0.5;
}

.cart-collaterals {
  width: 100%;
}
.cart-collaterals .shop_table {
  padding-top: 1rem;
  width: 100%;
  padding-bottom: 3.5rem;
}
.cart-collaterals .shop_table tr th {
  text-align: left;
}
.cart-collaterals .shop_table tr td {
  text-align: right;
}
.cart-collaterals .shop_table tr.order-total th {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.4em;
  letter-spacing: 0;
}
@media (max-width: 1200px) {
  .cart-collaterals .shop_table tr.order-total th {
    font-size: 1.25rem;
  }
}
.cart-collaterals .shop_table tr.order-total td {
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.4em;
  letter-spacing: 0;
}
@media (max-width: 1200px) {
  .cart-collaterals .shop_table tr.order-total td {
    font-size: 1.125rem;
  }
}
.cart-collaterals .shop_table tr.order-total td strong {
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.4em;
  letter-spacing: 0;
}
@media (max-width: 1200px) {
  .cart-collaterals .shop_table tr.order-total td strong {
    font-size: 1.125rem;
  }
}
.cart-collaterals .shop_table tr.cart-subtotal th {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.4em;
  letter-spacing: 0;
}
@media (max-width: 1200px) {
  .cart-collaterals .shop_table tr.cart-subtotal th {
    font-size: 0.75rem;
  }
}
.cart-collaterals .shop_table tr.cart-subtotal td {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.4em;
  letter-spacing: 0;
}
@media (max-width: 1200px) {
  .cart-collaterals .shop_table tr.cart-subtotal td {
    font-size: 0.75rem;
  }
}
.cart-collaterals .shop_table tr.shipping th {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.4em;
  letter-spacing: 0;
}
@media (max-width: 1200px) {
  .cart-collaterals .shop_table tr.shipping th {
    font-size: 0.75rem;
  }
}
.cart-collaterals .shop_table tr.shipping td {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.4em;
  letter-spacing: 0;
}
@media (max-width: 1200px) {
  .cart-collaterals .shop_table tr.shipping td {
    font-size: 0.75rem;
  }
}
.cart-collaterals .shop_table tr.shipping td ul {
  list-style-type: none;
}

.wc-proceed-to-checkout {
  display: flex;
  justify-content: space-between;
}
.wc-proceed-to-checkout a {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.4em;
  letter-spacing: 0;
  padding: 0 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 2rem;
  border-radius: 2em;
  transition: background-color 300ms linear, color 300ms linear;
  background-color: #eef2f0;
  text-decoration: none;
  will-change: background-color, color;
  height: 2.5rem;
  width: 7.5rem;
}
@media (max-width: 1200px) {
  .wc-proceed-to-checkout a {
    font-size: 0.75rem;
  }
}
@media (max-width: 1200px) {
  .wc-proceed-to-checkout a {
    font-size: 0.875rem;
  }
}
.wc-proceed-to-checkout a.checkout-button {
  background-color: #4f6060;
  color: #ffffff;
}

@media only screen and (max-width: 1024px) {
  .woocommerce-cart-form .shop_table .table-header {
    grid-template-columns: 3fr 3fr 3fr 1fr 2fr;
  }
  .woocommerce-cart-form .shop_table .table-body .cart_item {
    grid-template-columns: 3fr 3fr 4fr 2fr;
  }
}
@media only screen and (max-width: 768px) {
  .cart-page {
    padding-bottom: 5rem;
  }
  .cart-page h1 {
    padding-bottom: 2.5rem;
  }
  .woocommerce-cart-form .shop_table .table-header span {
    display: none;
  }
  .woocommerce-cart-form .shop_table .table-header span.product-name {
    display: block;
  }
  .woocommerce-cart-form .shop_table .table-body .cart_item {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .woocommerce-cart-form .shop_table .table-body .cart_item > * {
    width: 100%;
  }
  .woocommerce-cart-form .shop_table .table-body .cart_item .product-thumbnail {
    order: 1;
  }
  .woocommerce-cart-form .shop_table .table-body .cart_item .product-thumbnail img {
    height: unset;
    aspect-ratio: 2/1;
  }
  .woocommerce-cart-form .shop_table .table-body .cart_item .product-name {
    flex-shrink: 1;
    width: auto;
    order: 2;
  }
  .woocommerce-cart-form .shop_table .table-body .cart_item .product-qty-remove {
    order: 4;
  }
  .woocommerce-cart-form .shop_table .table-body .cart_item .product-subtotal {
    width: auto;
    text-align: left;
    order: 3;
  }
  .wc-proceed-to-checkout {
    gap: 0.75rem;
  }
  .wc-proceed-to-checkout a {
    width: 50%;
  }
}
@media only screen and (min-width: 1025px) {
  .return-to-shop a:hover {
    color: #ffffff;
    background-color: #0e383b;
  }
  .wc-proceed-to-checkout a:hover {
    background-color: #0e383b;
    color: #ffffff;
  }
}
.checkout-page {
  padding: 1.25rem 0 7.5rem;
}
.checkout-page h1 {
  padding-bottom: 3rem;
  border-bottom: 1px solid #dee3e1;
  text-transform: uppercase;
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2em;
  letter-spacing: 0;
}
@media (max-width: 1200px) {
  .checkout-page h1 {
    font-size: 2rem;
  }
}
.checkout-page .checkout-container-inner {
  display: grid;
  grid-template-columns: 5fr 5fr 2fr;
  padding: 1rem 0;
}
.checkout-page .checkout-container-inner > span {
  font-family: "Prompt", sans-serif;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.4em;
  letter-spacing: 0.02rem;
}
@media (max-width: 1200px) {
  .checkout-page .checkout-container-inner > span {
    font-size: 0.75rem;
    letter-spacing: 0.015rem;
  }
}
.checkout-page .checkout-container-inner .form-text {
  grid-column: 2/3;
  padding-bottom: 3rem;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.4em;
  letter-spacing: 0;
}
@media (max-width: 1200px) {
  .checkout-page .checkout-container-inner .form-text {
    font-size: 1.125rem;
  }
}
.checkout-page .checkout-container-inner #customer_details {
  grid-column: 2/3;
}
.checkout-page .checkout-container-inner #customer_details .woocommerce-billing-fields__field-wrapper {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}
.checkout-page .checkout-container-inner #customer_details .woocommerce-billing-fields__field-wrapper p {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}
.checkout-page .checkout-container-inner #customer_details label {
  font-size: 1rem;
  font-style: normal;
  font-weight: 300;
  line-height: 140%; /* 1.4rem */
}
@media (max-width: 1200px) {
  .checkout-page .checkout-container-inner #customer_details label {
    font-size: 0.875rem;
  }
}
.checkout-page .checkout-container-inner #customer_details input,
.checkout-page .checkout-container-inner #customer_details select,
.checkout-page .checkout-container-inner #customer_details textarea {
  padding: 0.75rem 1.25rem;
  width: 100%;
  border-radius: 0.325rem;
  border: 1px solid #dee3e1;
  resize: vertical;
  display: flex;
  font-size: 1rem;
  font-style: normal;
  font-weight: 300;
  line-height: 140%; /* 1.4rem */
}
@media (max-width: 1200px) {
  .checkout-page .checkout-container-inner #customer_details input,
  .checkout-page .checkout-container-inner #customer_details select,
  .checkout-page .checkout-container-inner #customer_details textarea {
    font-size: 0.875rem;
  }
}
.checkout-page .checkout-container-inner #customer_details textarea {
  height: 9.625rem;
}
.checkout-page .checkout-container-inner #customer_details .notes {
  padding-top: 0.75rem;
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}
.checkout-page .checkout-container-inner .privacy {
  grid-column: 2/3;
  margin-top: 1.25rem;
}
.checkout-page .checkout-container-inner .privacy label {
  gap: 0.25rem;
  align-items: center;
}
.checkout-page .checkout-container-inner .privacy input {
  margin-right: 0.5rem;
  width: auto;
}
.checkout-page .woocommerce-checkout-review-order {
  grid-column: 2/3;
}
.checkout-page .woocommerce-checkout-review-order .shop_table {
  display: none;
}
.checkout-page .woocommerce-checkout-review-order .woocommerce-terms-and-conditions-wrapper {
  display: none;
}
.checkout-page .woocommerce-checkout-review-order .place-order {
  display: flex;
  gap: 0.5rem;
}
.checkout-page .woocommerce-checkout-review-order .place-order button,
.checkout-page .woocommerce-checkout-review-order .place-order .go-to-cart-button {
  margin-top: 3rem;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.4em;
  letter-spacing: 0;
  padding: 0 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 2rem;
  border-radius: 2em;
  transition: background-color 300ms linear, color 300ms linear;
  background-color: #eef2f0;
  text-decoration: none;
  will-change: background-color, color;
  height: 2.5rem;
}
@media (max-width: 1200px) {
  .checkout-page .woocommerce-checkout-review-order .place-order button,
  .checkout-page .woocommerce-checkout-review-order .place-order .go-to-cart-button {
    font-size: 0.75rem;
  }
}
@media (max-width: 1200px) {
  .checkout-page .woocommerce-checkout-review-order .place-order button,
  .checkout-page .woocommerce-checkout-review-order .place-order .go-to-cart-button {
    font-size: 0.875rem;
  }
}
.checkout-page .woocommerce-checkout-review-order .place-order button {
  order: 3;
  background-color: #4f6060;
  color: #ffffff;
  cursor: pointer;
}
.checkout-page .woocommerce-checkout-review-order .place-order .go-to-cart-button {
  order: 2;
  cursor: pointer;
}
.checkout-page .checkout-inline-error-message {
  font-family: "Prompt", sans-serif;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.4em;
  letter-spacing: 0.02rem;
  color: #ff3d00;
}
@media (max-width: 1200px) {
  .checkout-page .checkout-inline-error-message {
    font-size: 0.75rem;
    letter-spacing: 0.015rem;
  }
}

@media only screen and (max-width: 1024px) {
  .checkout-page {
    padding: 0;
  }
  .checkout-page h1 {
    padding: 2.5rem 0;
  }
  .checkout-page .checkout-container-inner {
    display: flex;
    flex-direction: column;
    padding: 1rem 0;
  }
  .checkout-page .checkout-container-inner > span {
    padding-bottom: 1.25rem;
  }
  .checkout-page .checkout-container-inner #customer_details input,
  .checkout-page .checkout-container-inner #customer_details select,
  .checkout-page .checkout-container-inner #customer_details textarea {
    padding: 0.62rem 1rem;
  }
  .checkout-page .checkout-container-inner .privacy {
    margin-top: 1.5rem;
  }
  .checkout-page .woocommerce-checkout-review-order .place-order button,
  .checkout-page .woocommerce-checkout-review-order .place-order .go-to-cart-button {
    margin-top: 2.5rem;
    width: 50%;
  }
}
@media only screen and (min-width: 1025px) {
  .checkout-page .woocommerce-checkout-review-order .place-order button:hover,
  .checkout-page .woocommerce-checkout-review-order .place-order .go-to-cart-button:hover {
    background-color: #0e383b;
    color: #ffffff;
  }
}
.page-content .pir-heading,
.webshop-products .pir-heading {
  padding: 1rem;
}
.page-content .pir-heading svg,
.webshop-products .pir-heading svg {
  margin: 0;
}
.page-content .desc,
.webshop-products .desc {
  display: grid;
  grid-template-columns: 5fr 7fr;
  border-top: 1px solid #dee3e1;
  padding: 1rem;
  margin: 7.5rem 0;
}
.page-content .desc h2,
.webshop-products .desc h2 {
  font-size: 0.75rem;
  font-weight: 400;
  letter-spacing: 0.02em;
}
.page-content .desc p,
.webshop-products .desc p {
  padding-bottom: 3rem;
  color: #4f6060;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.4em;
  letter-spacing: 0;
}
@media (max-width: 1200px) {
  .page-content .desc p,
  .webshop-products .desc p {
    font-size: 1.125rem;
  }
}
.page-content .desc .products-inner-nav,
.webshop-products .desc .products-inner-nav {
  grid-column: 2/3;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}
.page-content .desc .products-inner-nav li a,
.webshop-products .desc .products-inner-nav li a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 2rem;
  border-radius: 3em;
  background-color: #eef2f0;
  padding: 0 1rem;
  text-decoration: none;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.4em;
  letter-spacing: 0;
  transition: background-color 0.3s;
  will-change: background-color;
}
@media (max-width: 1200px) {
  .page-content .desc .products-inner-nav li a,
  .webshop-products .desc .products-inner-nav li a {
    font-size: 0.75rem;
  }
}
.page-content .products-container,
.webshop-products .products-container {
  margin-bottom: 3rem;
  border-top: 0;
  border-bottom: 1px solid #dee3e1;
}
.page-content .products-container .products,
.webshop-products .products-container .products {
  border-top: 0;
  padding-bottom: 3rem;
}
.page-content .products-container .categories,
.webshop-products .products-container .categories {
  padding-top: 1rem;
}
.page-content .products-container .categories .accordion,
.webshop-products .products-container .categories .accordion {
  border-radius: 0.325rem;
  border: 1px solid #dee3e1;
}
.page-content .products-container .categories .title-row,
.webshop-products .products-container .categories .title-row {
  padding: 3rem 0 1rem;
  display: flex;
  justify-content: space-between;
}
.page-content .products-container .categories .title-row h1,
.webshop-products .products-container .categories .title-row h1 {
  padding: 0;
}
.page-content .products-container .categories .title-row span,
.webshop-products .products-container .categories .title-row span {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2em;
  letter-spacing: 0;
}
@media (max-width: 1200px) {
  .page-content .products-container .categories .title-row span,
  .webshop-products .products-container .categories .title-row span {
    font-size: 2rem;
  }
}
.page-content .products-container .categories .category-text,
.webshop-products .products-container .categories .category-text {
  display: grid;
  grid-template-columns: 5fr 7fr 1fr;
  gap: 0.75rem;
  padding-bottom: 3rem;
}
.page-content .products-container .categories .category-text p,
.webshop-products .products-container .categories .category-text p {
  grid-column: 2/3;
  color: #4f6060;
  font-size: 1rem;
  font-style: normal;
  font-weight: 300;
  line-height: 140%; /* 1.4rem */
}
@media (max-width: 1200px) {
  .page-content .products-container .categories .category-text p,
  .webshop-products .products-container .categories .category-text p {
    font-size: 0.875rem;
  }
}
.page-content .products-container .categories .category-text p strong,
.webshop-products .products-container .categories .category-text p strong {
  color: #4f6060;
  font-weight: 500;
}

.products-page .sustainability-intro {
  padding-top: 1rem;
  border-top: 0;
}
.products-page .title-row {
  font-family: "Prompt", sans-serif;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.4em;
  letter-spacing: 0.02rem;
}
@media (max-width: 1200px) {
  .products-page .title-row {
    font-size: 0.75rem;
    letter-spacing: 0.015rem;
  }
}
.products-page .wide-block {
  padding: 0 1rem 3rem;
}

@media only screen and (max-width: 1024px) {
  .page-content .desc {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
    margin: 5rem 0 7.5rem;
  }
  .page-content .desc p {
    padding-bottom: 1.75rem;
  }
  .page-content .products-container .products {
    padding-bottom: 2.5rem;
  }
  .page-content .products-container .categories .title-row {
    padding: 2.5rem 0 1rem;
  }
  .page-content .products-container .categories .title-row h1 {
    padding: 0;
  }
  .page-content .products-container .categories .title-row span {
    font-size: 3.5rem;
    font-weight: 300;
    line-height: 1.2em;
    letter-spacing: 0;
  }
}
@media only screen and (max-width: 1024px) and (max-width: 1200px) {
  .page-content .products-container .categories .title-row span {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 1024px) {
  .page-content .products-container .categories .category-text {
    grid-template-columns: 1fr;
    gap: 0.75rem;
    padding-bottom: 2.5rem;
  }
  .page-content .products-container .categories .category-text p {
    grid-column: 1/-1;
  }
}
@media only screen and (min-width: 1025px) {
  .page-content .desc .products-inner-nav li a:hover {
    background-color: #d2fd78;
  }
}
.register-section h1 {
  text-transform: uppercase;
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2em;
  letter-spacing: 0;
}
@media (max-width: 1200px) {
  .register-section h1 {
    font-size: 2rem;
  }
}
.register-section .jet-fb-form-block {
  display: grid;
  grid-template-columns: 5fr 5fr 2fr;
  gap: 1.25rem 0.75rem;
  padding: 1rem 0;
}
.register-section .jet-fb-form-block::before {
  content: "Adatok megadása";
  font-family: "Prompt", sans-serif;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.4em;
  letter-spacing: 0.02rem;
}
@media (max-width: 1200px) {
  .register-section .jet-fb-form-block::before {
    font-size: 0.75rem;
    letter-spacing: 0.015rem;
  }
}
.register-section .jet-fb-form-block .jet-form-builder-row {
  grid-column: 2/3;
  display: flex;
  align-items: flex-start;
  gap: 0.25rem;
  flex-direction: column;
  padding: 0;
}
.register-section .jet-fb-form-block .jet-form-builder-row .reg-text {
  padding-bottom: 1.75rem;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.4em;
  letter-spacing: 0;
}
@media (max-width: 1200px) {
  .register-section .jet-fb-form-block .jet-form-builder-row .reg-text {
    font-size: 1.125rem;
  }
}
.register-section .jet-fb-form-block .jet-form-builder-row label {
  color: #4f6060;
  font-size: 1rem;
  font-style: normal;
  font-weight: 300;
  line-height: 140%; /* 1.4rem */
}
@media (max-width: 1200px) {
  .register-section .jet-fb-form-block .jet-form-builder-row label {
    font-size: 0.875rem;
  }
}
.register-section .jet-fb-form-block form {
  grid-column: 2/3;
}
.register-section .jet-fb-form-block form .jet-form-builder-row .jet-form-builder__label {
  flex: unset;
}
.register-section .jet-fb-form-block form button[type=submit] {
  border-radius: 3em;
  width: auto;
  cursor: pointer;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.4em;
  letter-spacing: 0;
  padding: 0 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 2rem;
  border-radius: 2em;
  transition: background-color 300ms linear, color 300ms linear;
  background-color: #eef2f0;
  text-decoration: none;
  will-change: background-color, color;
  padding: 0 1.25rem;
  height: 2.5rem;
  color: #ffffff;
  background-color: #4f6060;
}
@media (max-width: 1200px) {
  .register-section .jet-fb-form-block form button[type=submit] {
    font-size: 0.75rem;
  }
}
@media (max-width: 1200px) {
  .register-section .jet-fb-form-block form button[type=submit] {
    font-size: 0.875rem;
  }
}
.register-section .jet-fb-form-block form .back-btn {
  border-radius: 3em;
  width: auto;
  cursor: pointer;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.4em;
  letter-spacing: 0;
  padding: 0 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 2rem;
  border-radius: 2em;
  transition: background-color 300ms linear, color 300ms linear;
  background-color: #eef2f0;
  text-decoration: none;
  will-change: background-color, color;
  padding: 0 1.25rem;
  height: 2.5rem;
}
@media (max-width: 1200px) {
  .register-section .jet-fb-form-block form .back-btn {
    font-size: 0.75rem;
  }
}
@media (max-width: 1200px) {
  .register-section .jet-fb-form-block form .back-btn {
    font-size: 0.875rem;
  }
}

@media only screen and (max-width: 1024px) {
  .register-section .jet-fb-form-block {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
  }
  .register-section .jet-fb-form-block .wp-block-group {
    width: 100%;
  }
  .register-section .jet-fb-form-block .wp-block-group > * {
    width: 50% !important;
  }
  .register-section .jet-fb-form-block .wp-block-group > * button {
    width: 100% !important;
  }
}
.thank-you-container h1 {
  text-transform: uppercase;
  padding: 3rem 0 7.5rem;
  border-bottom: 1px solid #dee3e1;
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2em;
  letter-spacing: 0;
}
@media (max-width: 1200px) {
  .thank-you-container h1 {
    font-size: 2rem;
  }
}
.thank-you-container-inner {
  padding: 1rem 0;
  display: grid;
  grid-template-columns: 5fr 5fr 2fr;
}
.thank-you-container-inner > p {
  font-family: "Prompt", sans-serif;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.4em;
  letter-spacing: 0.02rem;
}
@media (max-width: 1200px) {
  .thank-you-container-inner > p {
    font-size: 0.75rem;
    letter-spacing: 0.015rem;
  }
}
.thank-you-container-inner .thank-you {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1.25rem;
}
.thank-you-container-inner .thank-you p {
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.4em;
  letter-spacing: 0;
}
@media (max-width: 1200px) {
  .thank-you-container-inner .thank-you p {
    font-size: 1.125rem;
  }
}
.thank-you-container-inner .thank-you a {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.4em;
  letter-spacing: 0;
  padding: 0 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 2rem;
  border-radius: 2em;
  transition: background-color 300ms linear, color 300ms linear;
  background-color: #eef2f0;
  text-decoration: none;
  will-change: background-color, color;
  background-color: #d2fd78;
}
@media (max-width: 1200px) {
  .thank-you-container-inner .thank-you a {
    font-size: 0.75rem;
  }
}
@media (max-width: 1200px) {
  .thank-you-container-inner .thank-you a {
    font-size: 0.875rem;
  }
}

@media only screen and (max-width: 1024px) {
  .thank-you-container h1 {
    padding: 2.5rem 0;
  }
  .thank-you-container-inner {
    padding: 1rem 0;
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
  }
}
@media only screen and (min-width: 1025px) {
  .thank-you-container-inner .thank-you a:hover {
    background-color: #1b2e30;
    color: #ffffff;
  }
}
.woocommerce h2 {
  border-bottom: 1px solid #dee3e1;
  padding: 1.25rem 0 3rem;
  text-transform: uppercase;
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2em;
  letter-spacing: 0;
}
@media (max-width: 1200px) {
  .woocommerce h2 {
    font-size: 2rem;
  }
}
.woocommerce .woocommerce-form,
.woocommerce .woocommerce-EditAccountForm {
  display: grid;
  grid-template-columns: 5fr 5fr 2fr;
  gap: 1.25rem 0.75rem;
  padding: 1rem 0;
}
.woocommerce .woocommerce-form p,
.woocommerce .woocommerce-form .woocommerce-privacy-policy-text,
.woocommerce .woocommerce-form .jet-form-builder-row,
.woocommerce .woocommerce-form fieldset,
.woocommerce .woocommerce-EditAccountForm p,
.woocommerce .woocommerce-EditAccountForm .woocommerce-privacy-policy-text,
.woocommerce .woocommerce-EditAccountForm .jet-form-builder-row,
.woocommerce .woocommerce-EditAccountForm fieldset {
  grid-column: 2/3;
  display: flex;
  align-items: flex-start;
  gap: 0.25rem;
  flex-direction: column;
  padding: 0;
}
.woocommerce .woocommerce-form p label,
.woocommerce .woocommerce-form .woocommerce-privacy-policy-text label,
.woocommerce .woocommerce-form .jet-form-builder-row label,
.woocommerce .woocommerce-form fieldset label,
.woocommerce .woocommerce-EditAccountForm p label,
.woocommerce .woocommerce-EditAccountForm .woocommerce-privacy-policy-text label,
.woocommerce .woocommerce-EditAccountForm .jet-form-builder-row label,
.woocommerce .woocommerce-EditAccountForm fieldset label {
  color: #4f6060;
  font-size: 1rem;
  font-style: normal;
  font-weight: 300;
  line-height: 140%; /* 1.4rem */
}
@media (max-width: 1200px) {
  .woocommerce .woocommerce-form p label,
  .woocommerce .woocommerce-form .woocommerce-privacy-policy-text label,
  .woocommerce .woocommerce-form .jet-form-builder-row label,
  .woocommerce .woocommerce-form fieldset label,
  .woocommerce .woocommerce-EditAccountForm p label,
  .woocommerce .woocommerce-EditAccountForm .woocommerce-privacy-policy-text label,
  .woocommerce .woocommerce-EditAccountForm .jet-form-builder-row label,
  .woocommerce .woocommerce-EditAccountForm fieldset label {
    font-size: 0.875rem;
  }
}
.woocommerce .woocommerce-form p .password-input,
.woocommerce .woocommerce-form .woocommerce-privacy-policy-text .password-input,
.woocommerce .woocommerce-form .jet-form-builder-row .password-input,
.woocommerce .woocommerce-form fieldset .password-input,
.woocommerce .woocommerce-EditAccountForm p .password-input,
.woocommerce .woocommerce-EditAccountForm .woocommerce-privacy-policy-text .password-input,
.woocommerce .woocommerce-EditAccountForm .jet-form-builder-row .password-input,
.woocommerce .woocommerce-EditAccountForm fieldset .password-input {
  width: 100%;
}
.woocommerce .woocommerce-form p input[type=text],
.woocommerce .woocommerce-form p input[type=email],
.woocommerce .woocommerce-form p input[type=password],
.woocommerce .woocommerce-form p textarea,
.woocommerce .woocommerce-form .woocommerce-privacy-policy-text input[type=text],
.woocommerce .woocommerce-form .woocommerce-privacy-policy-text input[type=email],
.woocommerce .woocommerce-form .woocommerce-privacy-policy-text input[type=password],
.woocommerce .woocommerce-form .woocommerce-privacy-policy-text textarea,
.woocommerce .woocommerce-form .jet-form-builder-row input[type=text],
.woocommerce .woocommerce-form .jet-form-builder-row input[type=email],
.woocommerce .woocommerce-form .jet-form-builder-row input[type=password],
.woocommerce .woocommerce-form .jet-form-builder-row textarea,
.woocommerce .woocommerce-form fieldset input[type=text],
.woocommerce .woocommerce-form fieldset input[type=email],
.woocommerce .woocommerce-form fieldset input[type=password],
.woocommerce .woocommerce-form fieldset textarea,
.woocommerce .woocommerce-EditAccountForm p input[type=text],
.woocommerce .woocommerce-EditAccountForm p input[type=email],
.woocommerce .woocommerce-EditAccountForm p input[type=password],
.woocommerce .woocommerce-EditAccountForm p textarea,
.woocommerce .woocommerce-EditAccountForm .woocommerce-privacy-policy-text input[type=text],
.woocommerce .woocommerce-EditAccountForm .woocommerce-privacy-policy-text input[type=email],
.woocommerce .woocommerce-EditAccountForm .woocommerce-privacy-policy-text input[type=password],
.woocommerce .woocommerce-EditAccountForm .woocommerce-privacy-policy-text textarea,
.woocommerce .woocommerce-EditAccountForm .jet-form-builder-row input[type=text],
.woocommerce .woocommerce-EditAccountForm .jet-form-builder-row input[type=email],
.woocommerce .woocommerce-EditAccountForm .jet-form-builder-row input[type=password],
.woocommerce .woocommerce-EditAccountForm .jet-form-builder-row textarea,
.woocommerce .woocommerce-EditAccountForm fieldset input[type=text],
.woocommerce .woocommerce-EditAccountForm fieldset input[type=email],
.woocommerce .woocommerce-EditAccountForm fieldset input[type=password],
.woocommerce .woocommerce-EditAccountForm fieldset textarea {
  border: 1px solid #dee3e1;
  padding: 0.75rem 1.25rem;
  border-radius: 0.375rem;
  width: 100% !important;
  font-size: 1rem;
  font-style: normal;
  font-weight: 300;
  line-height: 140%; /* 1.4rem */
}
@media (max-width: 1200px) {
  .woocommerce .woocommerce-form p input[type=text],
  .woocommerce .woocommerce-form p input[type=email],
  .woocommerce .woocommerce-form p input[type=password],
  .woocommerce .woocommerce-form p textarea,
  .woocommerce .woocommerce-form .woocommerce-privacy-policy-text input[type=text],
  .woocommerce .woocommerce-form .woocommerce-privacy-policy-text input[type=email],
  .woocommerce .woocommerce-form .woocommerce-privacy-policy-text input[type=password],
  .woocommerce .woocommerce-form .woocommerce-privacy-policy-text textarea,
  .woocommerce .woocommerce-form .jet-form-builder-row input[type=text],
  .woocommerce .woocommerce-form .jet-form-builder-row input[type=email],
  .woocommerce .woocommerce-form .jet-form-builder-row input[type=password],
  .woocommerce .woocommerce-form .jet-form-builder-row textarea,
  .woocommerce .woocommerce-form fieldset input[type=text],
  .woocommerce .woocommerce-form fieldset input[type=email],
  .woocommerce .woocommerce-form fieldset input[type=password],
  .woocommerce .woocommerce-form fieldset textarea,
  .woocommerce .woocommerce-EditAccountForm p input[type=text],
  .woocommerce .woocommerce-EditAccountForm p input[type=email],
  .woocommerce .woocommerce-EditAccountForm p input[type=password],
  .woocommerce .woocommerce-EditAccountForm p textarea,
  .woocommerce .woocommerce-EditAccountForm .woocommerce-privacy-policy-text input[type=text],
  .woocommerce .woocommerce-EditAccountForm .woocommerce-privacy-policy-text input[type=email],
  .woocommerce .woocommerce-EditAccountForm .woocommerce-privacy-policy-text input[type=password],
  .woocommerce .woocommerce-EditAccountForm .woocommerce-privacy-policy-text textarea,
  .woocommerce .woocommerce-EditAccountForm .jet-form-builder-row input[type=text],
  .woocommerce .woocommerce-EditAccountForm .jet-form-builder-row input[type=email],
  .woocommerce .woocommerce-EditAccountForm .jet-form-builder-row input[type=password],
  .woocommerce .woocommerce-EditAccountForm .jet-form-builder-row textarea,
  .woocommerce .woocommerce-EditAccountForm fieldset input[type=text],
  .woocommerce .woocommerce-EditAccountForm fieldset input[type=email],
  .woocommerce .woocommerce-EditAccountForm fieldset input[type=password],
  .woocommerce .woocommerce-EditAccountForm fieldset textarea {
    font-size: 0.875rem;
  }
}
.woocommerce .woocommerce-form p input[type=text]:read-only,
.woocommerce .woocommerce-form p input[type=email]:read-only,
.woocommerce .woocommerce-form p input[type=password]:read-only,
.woocommerce .woocommerce-form p textarea:read-only,
.woocommerce .woocommerce-form .woocommerce-privacy-policy-text input[type=text]:read-only,
.woocommerce .woocommerce-form .woocommerce-privacy-policy-text input[type=email]:read-only,
.woocommerce .woocommerce-form .woocommerce-privacy-policy-text input[type=password]:read-only,
.woocommerce .woocommerce-form .woocommerce-privacy-policy-text textarea:read-only,
.woocommerce .woocommerce-form .jet-form-builder-row input[type=text]:read-only,
.woocommerce .woocommerce-form .jet-form-builder-row input[type=email]:read-only,
.woocommerce .woocommerce-form .jet-form-builder-row input[type=password]:read-only,
.woocommerce .woocommerce-form .jet-form-builder-row textarea:read-only,
.woocommerce .woocommerce-form fieldset input[type=text]:read-only,
.woocommerce .woocommerce-form fieldset input[type=email]:read-only,
.woocommerce .woocommerce-form fieldset input[type=password]:read-only,
.woocommerce .woocommerce-form fieldset textarea:read-only,
.woocommerce .woocommerce-EditAccountForm p input[type=text]:read-only,
.woocommerce .woocommerce-EditAccountForm p input[type=email]:read-only,
.woocommerce .woocommerce-EditAccountForm p input[type=password]:read-only,
.woocommerce .woocommerce-EditAccountForm p textarea:read-only,
.woocommerce .woocommerce-EditAccountForm .woocommerce-privacy-policy-text input[type=text]:read-only,
.woocommerce .woocommerce-EditAccountForm .woocommerce-privacy-policy-text input[type=email]:read-only,
.woocommerce .woocommerce-EditAccountForm .woocommerce-privacy-policy-text input[type=password]:read-only,
.woocommerce .woocommerce-EditAccountForm .woocommerce-privacy-policy-text textarea:read-only,
.woocommerce .woocommerce-EditAccountForm .jet-form-builder-row input[type=text]:read-only,
.woocommerce .woocommerce-EditAccountForm .jet-form-builder-row input[type=email]:read-only,
.woocommerce .woocommerce-EditAccountForm .jet-form-builder-row input[type=password]:read-only,
.woocommerce .woocommerce-EditAccountForm .jet-form-builder-row textarea:read-only,
.woocommerce .woocommerce-EditAccountForm fieldset input[type=text]:read-only,
.woocommerce .woocommerce-EditAccountForm fieldset input[type=email]:read-only,
.woocommerce .woocommerce-EditAccountForm fieldset input[type=password]:read-only,
.woocommerce .woocommerce-EditAccountForm fieldset textarea:read-only {
  background-color: #efefef;
}
.woocommerce .woocommerce-form p.btn-box,
.woocommerce .woocommerce-form .woocommerce-privacy-policy-text.btn-box,
.woocommerce .woocommerce-form .jet-form-builder-row.btn-box,
.woocommerce .woocommerce-form fieldset.btn-box,
.woocommerce .woocommerce-EditAccountForm p.btn-box,
.woocommerce .woocommerce-EditAccountForm .woocommerce-privacy-policy-text.btn-box,
.woocommerce .woocommerce-EditAccountForm .jet-form-builder-row.btn-box,
.woocommerce .woocommerce-EditAccountForm fieldset.btn-box {
  flex-direction: row;
}
.woocommerce .woocommerce-form p.btn-box a,
.woocommerce .woocommerce-form .woocommerce-privacy-policy-text.btn-box a,
.woocommerce .woocommerce-form .jet-form-builder-row.btn-box a,
.woocommerce .woocommerce-form fieldset.btn-box a,
.woocommerce .woocommerce-EditAccountForm p.btn-box a,
.woocommerce .woocommerce-EditAccountForm .woocommerce-privacy-policy-text.btn-box a,
.woocommerce .woocommerce-EditAccountForm .jet-form-builder-row.btn-box a,
.woocommerce .woocommerce-EditAccountForm fieldset.btn-box a {
  border-radius: 3em;
  width: auto;
  cursor: pointer;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.4em;
  letter-spacing: 0;
  padding: 0 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 2rem;
  border-radius: 2em;
  transition: background-color 300ms linear, color 300ms linear;
  background-color: #eef2f0;
  text-decoration: none;
  will-change: background-color, color;
  padding: 0 1.25rem;
  height: 2.5rem;
}
@media (max-width: 1200px) {
  .woocommerce .woocommerce-form p.btn-box a,
  .woocommerce .woocommerce-form .woocommerce-privacy-policy-text.btn-box a,
  .woocommerce .woocommerce-form .jet-form-builder-row.btn-box a,
  .woocommerce .woocommerce-form fieldset.btn-box a,
  .woocommerce .woocommerce-EditAccountForm p.btn-box a,
  .woocommerce .woocommerce-EditAccountForm .woocommerce-privacy-policy-text.btn-box a,
  .woocommerce .woocommerce-EditAccountForm .jet-form-builder-row.btn-box a,
  .woocommerce .woocommerce-EditAccountForm fieldset.btn-box a {
    font-size: 0.75rem;
  }
}
@media (max-width: 1200px) {
  .woocommerce .woocommerce-form p.btn-box a,
  .woocommerce .woocommerce-form .woocommerce-privacy-policy-text.btn-box a,
  .woocommerce .woocommerce-form .jet-form-builder-row.btn-box a,
  .woocommerce .woocommerce-form fieldset.btn-box a,
  .woocommerce .woocommerce-EditAccountForm p.btn-box a,
  .woocommerce .woocommerce-EditAccountForm .woocommerce-privacy-policy-text.btn-box a,
  .woocommerce .woocommerce-EditAccountForm .jet-form-builder-row.btn-box a,
  .woocommerce .woocommerce-EditAccountForm fieldset.btn-box a {
    font-size: 0.875rem;
  }
}
.woocommerce .woocommerce-form p button[type=submit],
.woocommerce .woocommerce-form .woocommerce-privacy-policy-text button[type=submit],
.woocommerce .woocommerce-form .jet-form-builder-row button[type=submit],
.woocommerce .woocommerce-form fieldset button[type=submit],
.woocommerce .woocommerce-EditAccountForm p button[type=submit],
.woocommerce .woocommerce-EditAccountForm .woocommerce-privacy-policy-text button[type=submit],
.woocommerce .woocommerce-EditAccountForm .jet-form-builder-row button[type=submit],
.woocommerce .woocommerce-EditAccountForm fieldset button[type=submit] {
  border-radius: 3em;
  width: auto;
  cursor: pointer;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.4em;
  letter-spacing: 0;
  padding: 0 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 2rem;
  border-radius: 2em;
  transition: background-color 300ms linear, color 300ms linear;
  background-color: #eef2f0;
  text-decoration: none;
  will-change: background-color, color;
  padding: 0 1.25rem;
  height: 2.5rem;
  color: #ffffff;
  background-color: #4f6060;
}
@media (max-width: 1200px) {
  .woocommerce .woocommerce-form p button[type=submit],
  .woocommerce .woocommerce-form .woocommerce-privacy-policy-text button[type=submit],
  .woocommerce .woocommerce-form .jet-form-builder-row button[type=submit],
  .woocommerce .woocommerce-form fieldset button[type=submit],
  .woocommerce .woocommerce-EditAccountForm p button[type=submit],
  .woocommerce .woocommerce-EditAccountForm .woocommerce-privacy-policy-text button[type=submit],
  .woocommerce .woocommerce-EditAccountForm .jet-form-builder-row button[type=submit],
  .woocommerce .woocommerce-EditAccountForm fieldset button[type=submit] {
    font-size: 0.75rem;
  }
}
@media (max-width: 1200px) {
  .woocommerce .woocommerce-form p button[type=submit],
  .woocommerce .woocommerce-form .woocommerce-privacy-policy-text button[type=submit],
  .woocommerce .woocommerce-form .jet-form-builder-row button[type=submit],
  .woocommerce .woocommerce-form fieldset button[type=submit],
  .woocommerce .woocommerce-EditAccountForm p button[type=submit],
  .woocommerce .woocommerce-EditAccountForm .woocommerce-privacy-policy-text button[type=submit],
  .woocommerce .woocommerce-EditAccountForm .jet-form-builder-row button[type=submit],
  .woocommerce .woocommerce-EditAccountForm fieldset button[type=submit] {
    font-size: 0.875rem;
  }
}
.woocommerce .woocommerce-form fieldset,
.woocommerce .woocommerce-EditAccountForm fieldset {
  display: flex;
  gap: 1.25rem;
}
.woocommerce .woocommerce-form fieldset p,
.woocommerce .woocommerce-EditAccountForm fieldset p {
  width: 100%;
}
.woocommerce .woocommerce-form .username,
.woocommerce .woocommerce-EditAccountForm .username {
  display: none;
}
.woocommerce .woocommerce-form .wp-block-group,
.woocommerce .woocommerce-EditAccountForm .wp-block-group {
  grid-column: 2/3;
}
.woocommerce .woocommerce-form .wp-block-group button[type=submit],
.woocommerce .woocommerce-form .wp-block-group a,
.woocommerce .woocommerce-EditAccountForm .wp-block-group button[type=submit],
.woocommerce .woocommerce-EditAccountForm .wp-block-group a {
  border-radius: 3em;
  width: auto;
  cursor: pointer;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.4em;
  letter-spacing: 0;
  padding: 0 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 2rem;
  border-radius: 2em;
  transition: background-color 300ms linear, color 300ms linear;
  background-color: #eef2f0;
  text-decoration: none;
  will-change: background-color, color;
  padding: 0 1.25rem;
  height: 2.5rem;
}
@media (max-width: 1200px) {
  .woocommerce .woocommerce-form .wp-block-group button[type=submit],
  .woocommerce .woocommerce-form .wp-block-group a,
  .woocommerce .woocommerce-EditAccountForm .wp-block-group button[type=submit],
  .woocommerce .woocommerce-EditAccountForm .wp-block-group a {
    font-size: 0.75rem;
  }
}
@media (max-width: 1200px) {
  .woocommerce .woocommerce-form .wp-block-group button[type=submit],
  .woocommerce .woocommerce-form .wp-block-group a,
  .woocommerce .woocommerce-EditAccountForm .wp-block-group button[type=submit],
  .woocommerce .woocommerce-EditAccountForm .wp-block-group a {
    font-size: 0.875rem;
  }
}
.woocommerce .woocommerce-form .wp-block-group button[type=submit],
.woocommerce .woocommerce-EditAccountForm .wp-block-group button[type=submit] {
  color: #ffffff;
  background-color: #4f6060;
}
.woocommerce .woocommerce-form::before,
.woocommerce .woocommerce-EditAccountForm::before {
  content: "Adatok megadása";
  font-family: "Prompt", sans-serif;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.4em;
  letter-spacing: 0.02rem;
}
@media (max-width: 1200px) {
  .woocommerce .woocommerce-form::before,
  .woocommerce .woocommerce-EditAccountForm::before {
    font-size: 0.75rem;
    letter-spacing: 0.015rem;
  }
}
.woocommerce .my-account h1 {
  text-transform: uppercase;
  padding: 1.25rem 0 3rem;
  border-bottom: 1px solid #dee3e1;
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2em;
  letter-spacing: 0;
}
@media (max-width: 1200px) {
  .woocommerce .my-account h1 {
    font-size: 2rem;
  }
}

.lost-password h1 {
  padding: 1.25rem 0 3rem;
  text-transform: uppercase;
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2em;
  letter-spacing: 0;
}
@media (max-width: 1200px) {
  .lost-password h1 {
    font-size: 2rem;
  }
}
.lost-password .woocommerce-ResetPassword {
  display: grid;
  grid-template-columns: 5fr 5fr 2fr;
  gap: 0 0.75rem;
  padding: 1rem 0 15rem;
  border-top: 1px solid #dee3e1;
}
.lost-password .woocommerce-ResetPassword p {
  grid-column: 2/3;
  display: flex;
  align-items: flex-start;
  gap: 0.25rem;
  flex-direction: column;
  color: #4f6060;
  padding-bottom: 3rem;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.4em;
  letter-spacing: 0;
}
@media (max-width: 1200px) {
  .lost-password .woocommerce-ResetPassword p {
    font-size: 1.125rem;
  }
}
.lost-password .woocommerce-ResetPassword p label {
  color: #4f6060;
  font-size: 1rem;
  font-style: normal;
  font-weight: 300;
  line-height: 140%; /* 1.4rem */
}
@media (max-width: 1200px) {
  .lost-password .woocommerce-ResetPassword p label {
    font-size: 0.875rem;
  }
}
.lost-password .woocommerce-ResetPassword p .password-input {
  width: 100%;
}
.lost-password .woocommerce-ResetPassword p input[type=text],
.lost-password .woocommerce-ResetPassword p input[type=email] {
  border: 1px solid #dee3e1;
  padding: 0.75rem 1.25rem;
  border-radius: 0.375rem;
  width: 100% !important;
  font-size: 1rem;
  font-style: normal;
  font-weight: 300;
  line-height: 140%; /* 1.4rem */
}
@media (max-width: 1200px) {
  .lost-password .woocommerce-ResetPassword p input[type=text],
  .lost-password .woocommerce-ResetPassword p input[type=email] {
    font-size: 0.875rem;
  }
}
.lost-password .woocommerce-ResetPassword p button[type=submit] {
  border-radius: 3em;
  width: auto;
  cursor: pointer;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.4em;
  letter-spacing: 0;
  padding: 0 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 2rem;
  border-radius: 2em;
  transition: background-color 300ms linear, color 300ms linear;
  background-color: #eef2f0;
  text-decoration: none;
  will-change: background-color, color;
  color: #ffffff;
  background-color: #4f6060;
  padding: 0 1.25rem;
  height: 3rem;
}
@media (max-width: 1200px) {
  .lost-password .woocommerce-ResetPassword p button[type=submit] {
    font-size: 0.75rem;
  }
}
@media (max-width: 1200px) {
  .lost-password .woocommerce-ResetPassword p button[type=submit] {
    font-size: 0.875rem;
  }
}
.lost-password .woocommerce-ResetPassword:before {
  content: "Elfelejtett jelszó";
  font-family: "Prompt", sans-serif;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.4em;
  letter-spacing: 0.02rem;
}
@media (max-width: 1200px) {
  .lost-password .woocommerce-ResetPassword:before {
    font-size: 0.75rem;
    letter-spacing: 0.015rem;
  }
}

.woocommerce-form-login__rememberme {
  margin-bottom: 1rem;
}
.woocommerce-form-login__rememberme span {
  padding-left: 1.5rem;
}

.woocommerce-MyAccount-navigation {
  display: none;
}

.woocommerce-orders-table .table-head,
.woocommerce-orders-table .table-body .woocommerce-orders-table__row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
}
.woocommerce-orders-table .table-head {
  padding: 1rem 0;
  border-bottom: 1px solid #dee3e1;
}
.woocommerce-orders-table .table-head span {
  font-family: "Prompt", sans-serif;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.4em;
  letter-spacing: 0.02rem;
}
@media (max-width: 1200px) {
  .woocommerce-orders-table .table-head span {
    font-size: 0.75rem;
    letter-spacing: 0.015rem;
  }
}
.woocommerce-orders-table .table-head span:last-of-type {
  text-align: right;
}
.woocommerce-orders-table .mobile-table-head {
  display: none;
}
.woocommerce-orders-table .table-body .woocommerce-orders-table__row {
  border-bottom: 1px solid #dee3e1;
  padding: 1rem 0;
}
.woocommerce-orders-table .table-body .woocommerce-orders-table__row div {
  display: flex;
  align-items: center;
}
.woocommerce-orders-table .table-body .woocommerce-orders-table__row div time,
.woocommerce-orders-table .table-body .woocommerce-orders-table__row div span {
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.4em;
  letter-spacing: 0;
}
@media (max-width: 1200px) {
  .woocommerce-orders-table .table-body .woocommerce-orders-table__row div time,
  .woocommerce-orders-table .table-body .woocommerce-orders-table__row div span {
    font-size: 1.125rem;
  }
}
.woocommerce-orders-table .table-body .woocommerce-orders-table__row div.woocommerce-orders-table__cell-billing_place span {
  text-transform: capitalize;
}
.woocommerce-orders-table .table-body .woocommerce-orders-table__row div.woocommerce-orders-table__cell-order-status span.processing {
  color: #bbc8c5;
}
.woocommerce-orders-table .table-body .woocommerce-orders-table__row div:last-of-type {
  justify-content: flex-end;
}

.woocommerce-pagination {
  position: relative;
  padding: 1rem 0;
}
.woocommerce-pagination a {
  position: absolute;
  text-decoration: none;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.4em;
  letter-spacing: 0;
}
@media (max-width: 1200px) {
  .woocommerce-pagination a {
    font-size: 0.75rem;
  }
}
.woocommerce-pagination .woocommerce-button--next {
  right: 0;
}

.logout-popup .popup-inner {
  border: 1px solid #dee3e1;
  padding: 0;
  gap: 0;
  top: 50%;
  transform: translateY(-50%);
}
.logout-popup .popup-inner > .close-popup {
  position: absolute;
  top: 1.25rem;
  right: 1.25rem;
  background-color: transparent;
  cursor: pointer;
}
.logout-popup .popup-inner .popup-text h3 {
  padding: 1.25rem;
  border-bottom: 1px solid #dee3e1;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.4em;
  letter-spacing: 0;
}
@media (max-width: 1200px) {
  .logout-popup .popup-inner .popup-text h3 {
    font-size: 1.25rem;
  }
}
.logout-popup .popup-inner .btn-container {
  padding: 1.25rem;
}
.logout-popup .popup-inner .btn-container button {
  cursor: pointer;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.4em;
  letter-spacing: 0;
  padding: 0 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 2rem;
  border-radius: 2em;
  transition: background-color 300ms linear, color 300ms linear;
  background-color: #eef2f0;
  text-decoration: none;
  will-change: background-color, color;
  background-color: #d2fd78;
}
@media (max-width: 1200px) {
  .logout-popup .popup-inner .btn-container button {
    font-size: 0.75rem;
  }
}
@media (max-width: 1200px) {
  .logout-popup .popup-inner .btn-container button {
    font-size: 0.875rem;
  }
}

@media only screen and (max-width: 1024px) {
  .woocommerce h2 {
    padding: 2.5rem 0;
  }
  .woocommerce p {
    font-size: 1.25rem;
    font-weight: 400;
    line-height: 1.4em;
    letter-spacing: 0;
  }
}
@media only screen and (max-width: 1024px) and (max-width: 1200px) {
  .woocommerce p {
    font-size: 1.125rem;
  }
}
@media only screen and (max-width: 1024px) {
  .woocommerce .woocommerce-form,
  .woocommerce .woocommerce-EditAccountForm {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
  }
  .woocommerce .woocommerce-form p,
  .woocommerce .woocommerce-form .woocommerce-privacy-policy-text,
  .woocommerce .woocommerce-form .jet-form-builder-row,
  .woocommerce .woocommerce-EditAccountForm p,
  .woocommerce .woocommerce-EditAccountForm .woocommerce-privacy-policy-text,
  .woocommerce .woocommerce-EditAccountForm .jet-form-builder-row {
    grid-column: 2/3;
    display: flex;
    align-items: flex-start;
    gap: 0.25rem;
    flex-direction: column;
  }
  .woocommerce .woocommerce-form p label,
  .woocommerce .woocommerce-form .woocommerce-privacy-policy-text label,
  .woocommerce .woocommerce-form .jet-form-builder-row label,
  .woocommerce .woocommerce-EditAccountForm p label,
  .woocommerce .woocommerce-EditAccountForm .woocommerce-privacy-policy-text label,
  .woocommerce .woocommerce-EditAccountForm .jet-form-builder-row label {
    color: #4f6060;
    font-size: 1rem;
    font-style: normal;
    font-weight: 300;
    line-height: 140%; /* 1.4rem */
  }
}
@media only screen and (max-width: 1024px) and (max-width: 1200px) {
  .woocommerce .woocommerce-form p label,
  .woocommerce .woocommerce-form .woocommerce-privacy-policy-text label,
  .woocommerce .woocommerce-form .jet-form-builder-row label,
  .woocommerce .woocommerce-EditAccountForm p label,
  .woocommerce .woocommerce-EditAccountForm .woocommerce-privacy-policy-text label,
  .woocommerce .woocommerce-EditAccountForm .jet-form-builder-row label {
    font-size: 0.875rem;
  }
}
@media only screen and (max-width: 1024px) {
  .woocommerce .woocommerce-form p .password-input,
  .woocommerce .woocommerce-form .woocommerce-privacy-policy-text .password-input,
  .woocommerce .woocommerce-form .jet-form-builder-row .password-input,
  .woocommerce .woocommerce-EditAccountForm p .password-input,
  .woocommerce .woocommerce-EditAccountForm .woocommerce-privacy-policy-text .password-input,
  .woocommerce .woocommerce-EditAccountForm .jet-form-builder-row .password-input {
    width: 100%;
  }
  .woocommerce .my-account h1 {
    padding: 2.5rem 0;
  }
  .lost-password .woocommerce-ResetPassword {
    display: flex;
    flex-direction: column;
    padding: 1rem 0 8rem;
  }
  .lost-password .woocommerce-ResetPassword p {
    padding-bottom: 3rem;
  }
  .lost-password .woocommerce-ResetPassword p.form-row-first {
    padding-bottom: 2.5rem !important;
  }
  .lost-password .woocommerce-ResetPassword p.woocommerce-form-row {
    padding-bottom: 0;
  }
  .woocommerce-orders-table .table-head,
  .woocommerce-orders-table .table-body .woocommerce-orders-table__row {
    display: flex;
    flex-direction: column;
  }
  .woocommerce-orders-table .table-head {
    display: none;
  }
  .woocommerce-orders-table .mobile-table-head {
    display: block;
    padding: 1rem 0;
    border-bottom: 1px solid #dee3e1;
    font-family: "Prompt", sans-serif;
    font-size: 0.75rem;
    font-weight: 400;
    line-height: 1.4em;
    letter-spacing: 0.02rem;
  }
}
@media only screen and (max-width: 1024px) and (max-width: 1200px) {
  .woocommerce-orders-table .mobile-table-head {
    font-size: 0.75rem;
    letter-spacing: 0.015rem;
  }
}
@media only screen and (max-width: 1024px) {
  .woocommerce-orders-table .table-body .woocommerce-orders-table__row {
    border-bottom: 1px solid #dee3e1;
    gap: 0.25rem;
    padding: 1rem 0;
  }
  .woocommerce-orders-table .table-body .woocommerce-orders-table__row div {
    display: flex;
    align-items: center;
  }
  .woocommerce-orders-table .table-body .woocommerce-orders-table__row div time,
  .woocommerce-orders-table .table-body .woocommerce-orders-table__row div span {
    font-size: 1.25rem;
    font-weight: 400;
    line-height: 1.4em;
    letter-spacing: 0;
  }
}
@media only screen and (max-width: 1024px) and (max-width: 1200px) {
  .woocommerce-orders-table .table-body .woocommerce-orders-table__row div time,
  .woocommerce-orders-table .table-body .woocommerce-orders-table__row div span {
    font-size: 1.125rem;
  }
}
@media only screen and (max-width: 1024px) {
  .woocommerce-orders-table .table-body .woocommerce-orders-table__row div.woocommerce-orders-table__cell-billing_place span {
    text-transform: capitalize;
  }
  .woocommerce-orders-table .table-body .woocommerce-orders-table__row div.woocommerce-orders-table__cell-order-status span.processing {
    color: #bbc8c5;
  }
  .woocommerce-orders-table .table-body .woocommerce-orders-table__row div:last-of-type {
    justify-content: flex-end;
  }
  .logout-popup .popup-inner {
    width: 90%;
    margin: auto;
    border-radius: 0.325rem;
  }
}
@media only screen and (min-width: 1025px) {
  .woocommerce .my-account button[type=submit]:hover {
    background-color: #0e383b;
  }
  .logout-popup .popup-inner .btn-container {
    padding: 1.25rem;
  }
  .logout-popup .popup-inner .btn-container button:hover {
    background-color: #1b2e30;
    color: #ffffff;
  }
}

/*# sourceMappingURL=style.css.map */
