/*!
    Theme Name: Heldenmarsch
    Theme URI: https://www.heldenmarsch.de
    Description: Heldenmarsch
    version: 1.0
    author: DREILAUT
*/
/* Better build your own specific variables */
/* ACTIVATE ONLY IN GUTENBERG IMPORT */
:root {
  --spacing-to-side: clamp(20px, 2vw, 40px);
  --max-width: 1550px;
}

.custom-bold {
  font-weight: bold;
}

.full-width-left {
  margin-left: calc(-50vw + 50%) !important;
}

.full-width-left--img figure {
  margin-left: calc(-50vw + 50%) !important;
}

.full-width-right {
  margin-right: calc(-50vw + 50%) !important;
}

.full-width-right--img img {
  margin-right: calc(-50vw + 50%) !important;
}

* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
  border: 0;
  display: block;
  width: 100%;
  scroll-behavior: smooth;
}

body {
  -webkit-overflow-scrolling: touch;
  overflow-x: hidden;
  font-family: "Rubik", sans-serif;
  color: #094148;
}

main {
  min-height: calc(85vh - 188px);
  height: fit-content;
  max-width: min(100% - 32px, var(--max-width));
  max-width: min(100% - 32px, 1550px);
  margin: 0 auto !important;
}
@media (max-width: 1550px) {
  main {
    margin: 0 40px !important;
  }
}
@media (max-width: 768px) {
  main {
    margin: 0 20px !important;
  }
}

a {
  cursor: pointer;
  color: #094148;
}
a:hover {
  text-decoration: underline !important;
}

.wp-block-button__link:hover,
.btn:hover {
  text-decoration: none !important;
}

svg {
  width: 16px;
  height: 16px;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.no-scroll {
  overflow: hidden;
}

:focus-visible {
  outline: 3px solid black;
  box-shadow: 0 0 0 6px white;
  padding: 5px 15px;
  border-radius: 20px;
}

@font-face {
  font-family: "Viga";
  src: url(assets/fonts/viga-v15-latin-regular.woff2) format("woff2"), url(assets/fonts/viga-v15-latin-regular.woff) format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Yantramanav";
  src: url(assets/fonts/yantramanav-v15-latin-300.woff2) format("woff2"), url(assets/fonts/yantramanav-v15-latin-300.woff) format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Yantramanav";
  src: url(assets/fonts/yantramanav-v15-latin-regular.woff2) format("woff2"), url(assets/fonts/yantramanav-v15-latin-regular.woff) format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Yantramanav";
  src: url(assets/fonts/yantramanav-v15-latin-500.woff2) format("woff2"), url(assets/fonts/yantramanav-v15-latin-500.woff) format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Yantramanav";
  src: url(assets/fonts/yantramanav-v15-latin-700.woff2) format("woff2"), url(assets/fonts/yantramanav-v15-latin-700.woff) format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Yantramanav";
  src: url(assets/fonts/yantramanav-v15-latin-900.woff2) format("woff2"), url(assets/fonts/yantramanav-v15-latin-900.woff) format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Rubik";
  src: url(assets/fonts/rubik-v31-latin-300.woff2) format("woff2"), url(assets/fonts/rubik-v31-latin-300.woff) format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Rubik";
  src: url(assets/fonts/rubik-v31-latin-regular.woff2) format("woff2"), url(assets/fonts/rubik-v31-latin-regular.woff) format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Rubik";
  src: url(assets/fonts/rubik-v31-latin-500.woff2) format("woff2"), url(assets/fonts/rubik-v31-latin-500.woff) format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Rubik";
  src: url(assets/fonts/rubik-v31-latin-600.woff2) format("woff2"), url(assets/fonts/rubik-v31-latin-600.woff) format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Rubik";
  src: url(assets/fonts/rubik-v31-latin-700.woff2) format("woff2"), url(assets/fonts/rubik-v31-latin-700.woff) format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
h1 {
  font-size: clamp(32px, 1.75rem + (1vw - 6px) * 1.3636, 40px);
  line-height: 100%;
  font-family: "Viga", sans-serif;
}

h2 {
  font-size: clamp(28px, 1.5rem + (1vw - 6px) * 1.3636, 36px);
  line-height: 100%;
  font-family: "Viga", sans-serif;
}

h3 {
  font-size: clamp(24px, 1.375rem + (1vw - 6px) * 0.6818, 28px);
  line-height: 100%;
  font-family: "Viga", sans-serif;
}

h4 {
  font-size: clamp(18px, 1.5rem + 2.5vw, 24px);
  line-height: 100%;
  font-family: "Viga", sans-serif;
}

h5 {
  font-size: clamp(16px, 1.5rem + 2.5vw, 18px);
  line-height: 100%;
  font-family: "Viga", sans-serif;
}

.hero-heading {
  font-size: clamp(36px, 2.375rem + (1vw - 5px) * 3.2653, 70px);
  text-shadow: 0 1px 1px black;
  text-transform: uppercase;
}

p {
  font-weight: 300;
}

.btn {
  font-size: 16px;
  padding: 12px 28px;
  border-radius: 30px;
  cursor: pointer;
  display: inline-block;
  border: 1px solid transparent;
  line-height: unset;
  font-weight: normal;
}

.wp-block-button__link.has-brightblue-background-color:hover {
  background-color: #094148 !important;
}

.wp-block-button.is-style-outline.is-style-outline--2 a:hover {
  border-color: black;
  color: black !important;
  background-color: white;
}

.event-section {
  padding: 120px 78px;
  border-radius: 20px;
}
@media (max-width: 1024px) {
  .event-section {
    padding: 60px 39px;
  }
}
@media (max-width: 992px) {
  .event-section {
    padding: 30px 20px;
  }
}

.date-overview {
  display: flex;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  flex-wrap: wrap;
  gap: 44px;
  margin-top: 32px;
  scroll-margin-top: 100px;
}
@media (max-width: 1365px) {
  .date-overview {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  .date-overview {
    grid-template-columns: 1fr;
  }
}
.date-overview p {
  margin: 0;
  padding: 0;
}
.date-overview .date-card {
  width: 100%;
  background-color: white;
  border-radius: 20px;
}
.date-overview .date-card-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #00B2DB;
  color: white;
  padding: 16px;
  border-radius: 19px 19px 0 0;
}
@media (max-width: 425px) {
  .date-overview .date-card-top {
    gap: 0;
    justify-content: space-between;
    padding: 8px 14px;
  }
}
.date-overview .date-card-top .distance {
  font-size: 24px;
  width: 80px;
  padding: 12px 21px;
  text-align: center;
  font-weight: bold;
  background-color: #094148;
  border-radius: 20px;
  line-height: 110%;
}
@media (max-width: 500px) {
  .date-overview .date-card-top .distance {
    font-size: 16px;
    width: 60px;
    padding: 12px;
  }
}
.date-overview .date-card-top .event-date {
  font-weight: 400;
  font-size: 48px;
  line-height: 77px;
}
@media (max-width: 992px) {
  .date-overview .date-card-top .event-date {
    font-size: 40px;
  }
}
@media (max-width: 425px) {
  .date-overview .date-card-top .event-date {
    font-size: 30px;
  }
}
.date-overview .date-card-top .flex-element {
  font-size: 0;
}
.date-overview .date-card-content {
  padding: 28px;
}
@media (max-width: 600px) {
  .date-overview .date-card-content {
    padding: 14px;
  }
}
.date-overview .date-card-content .date-card-loc {
  padding-left: 2rem;
  position: relative;
}
.date-overview .date-card-content .date-card-loc::before {
  content: url(assets/icons/location-icon.svg);
  position: absolute;
  left: 0;
  top: -2px;
}
.date-overview .date-card-content .date-card-loc .location {
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
}
.date-overview .date-card-content .date-card-loc .info {
  font-weight: 300;
  font-size: 16px;
}
.date-overview .date-card-content .features {
  border-top: 1px solid #094148;
  border-bottom: 1px solid #094148;
  margin-block: 20px;
}
.date-overview .date-card-content .features ul {
  padding-left: 2rem;
  list-style: none;
}
.date-overview .date-card-content .features ul li {
  font-weight: 300;
  margin-bottom: 10px;
  position: relative;
  display: flex;
  align-items: center;
}
.date-overview .date-card-content .features ul li::before {
  content: url(assets/icons/checked-circle-icon.svg);
  position: absolute;
  left: -10%;
  width: 24px;
  height: 24px;
}
@media (max-width: 992px) {
  .date-overview .date-card-content .features ul li::before {
    left: -34px;
  }
}
.date-overview .date-card-content .cost {
  margin-bottom: 20px;
}
.date-overview .date-card-content .btn {
  background-color: #094148;
  color: white;
  text-decoration: none;
  font-weight: 500;
  border: 1px solid transparent;
}
.date-overview .date-card-content .btn:hover {
  background-color: white;
  color: #094148;
  border: 1px solid #094148;
}

.date-card.teaser {
  height: 200px;
}
.date-card.teaser .date-card-top {
  background-color: gray;
}
.date-card.teaser .teaser-text {
  font-size: 30px;
  text-align: center;
}

.customer-review-block {
  margin-bottom: 120px;
}
.customer-review-block .customer-review-block-container {
  display: flex;
}
.customer-review-block .customer-review-block-container li {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 40px;
  padding: 28px;
  background-color: #094148;
  color: white;
  font-size: 24px;
  line-height: 140%;
  border-radius: 20px;
  font-weight: 300;
  width: calc(33% - 15px) !important;
}
@media (max-width: 1280px) {
  .customer-review-block .customer-review-block-container li {
    width: calc(50% - 12px) !important;
  }
}
@media (max-width: 1023px) {
  .customer-review-block .customer-review-block-container li {
    width: 100% !important;
    font-size: 18px;
    padding: 28px;
    line-height: 30px;
  }
}
@media (max-width: 425px) {
  .customer-review-block .customer-review-block-container li {
    font-size: 16px;
    padding: 18px;
    line-height: 28px;
  }
}
.customer-review-block .customer-review-block-container li p {
  margin: 0;
  padding: 0;
}
.customer-review-block .customer-review-block-container li .name {
  font-size: 18px;
}
.customer-review-block .customer-review-block-container li.wide {
  width: calc(40% - 15px) !important;
}
@media (max-width: 1280px) {
  .customer-review-block .customer-review-block-container li.wide {
    width: calc(50% - 12px) !important;
  }
}
@media (max-width: 1023px) {
  .customer-review-block .customer-review-block-container li.wide {
    width: 100% !important;
  }
}
.customer-review-block .customer-review-block-container li.empty-slide {
  background: none;
  box-shadow: none;
  pointer-events: none;
}

.customer-review__nav {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 1rem;
  margin-top: 2rem;
}
@media (max-width: 768px) {
  .customer-review__nav {
    margin-top: 18px;
  }
}

.customer-review__arrow {
  background: none;
  border: none;
}
.customer-review__arrow svg {
  width: 40px;
  height: 40px;
}
.customer-review__arrow {
  cursor: pointer;
}

.splide__progress {
  flex: 1;
  height: 2px;
  background-color: #eee;
  position: relative;
  margin-left: 1rem;
}
.splide__progress .splide__progress-bar {
  background-color: #00B2DB;
  height: 100%;
  width: 0;
  transition: width 0.3s ease;
}

.donation-gallery .grid-container {
  display: grid;
  grid-template-columns: repeat(10, 1fr);
  grid-template-rows: repeat(4, 1fr);
  gap: 12px;
}
@media (max-width: 1280px) {
  .donation-gallery .grid-container {
    grid-template-columns: repeat(8, 1fr);
  }
}
@media (max-width: 768px) {
  .donation-gallery .grid-container {
    gap: 8px;
  }
}
@media (max-width: 600px) {
  .donation-gallery .grid-container {
    grid-template-columns: repeat(6, 1fr);
    gap: 6px;
  }
}
@media (max-width: 375px) {
  .donation-gallery .grid-container {
    grid-template-columns: repeat(4, 1fr);
  }
}
.donation-gallery .grid-item {
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
}
@media (max-width: 768px) {
  .donation-gallery .grid-item {
    border-radius: 6px;
  }
}
.donation-gallery .large {
  grid-column: 1/span 6;
  grid-row: 1/span 4;
  min-height: 100%;
}
@media (max-width: 375px) {
  .donation-gallery .large {
    grid-column: 1/span 4;
  }
}
.donation-gallery .bluebox {
  background: #00B2DB;
  border-radius: 20px;
  color: white;
  display: block;
  position: relative;
}
.donation-gallery .bluebox::after {
  content: url(assets/img/img-element.svg);
  bottom: -6px;
  right: 0;
  position: absolute;
}
@media (max-width: 600px) {
  .donation-gallery .bluebox::after {
    content: none;
  }
}
.donation-gallery .bluebox .infotext-container {
  padding: 94px;
  font-size: 24px;
  text-transform: uppercase;
}
@media (max-width: 1280px) {
  .donation-gallery .bluebox .infotext-container {
    padding: 40px;
    font-size: 18px;
  }
}
@media (max-width: 460px) {
  .donation-gallery .bluebox .infotext-container {
    padding: 20px;
  }
}
.donation-gallery .bluebox .infotext-container .donation-text {
  margin-bottom: 20px;
}
@media (max-width: 460px) {
  .donation-gallery .bluebox .infotext-container .donation-text {
    margin-bottom: 0;
  }
}
.donation-gallery .bluebox .infotext-container .donation-amount {
  font-size: 78px;
  margin-bottom: 20px;
}
@media (max-width: 1280px) {
  .donation-gallery .bluebox .infotext-container .donation-amount {
    font-size: 44px;
  }
}
@media (max-width: 460px) {
  .donation-gallery .bluebox .infotext-container .donation-amount {
    font-size: 36px;
    margin-bottom: 0;
  }
}
.donation-gallery .bluebox .infotext-container .donation-date {
  margin-top: -24px;
}
@media (max-width: 460px) {
  .donation-gallery .bluebox .infotext-container .donation-date {
    margin-top: 0;
  }
}
.donation-gallery .image {
  width: 100%;
  aspect-ratio: 1/1;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.donation-gallery .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.donation-gallery .hover-text {
  position: absolute;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.4);
  color: #fff;
  opacity: 0;
  transition: opacity 0.2s;
  pointer-events: none;
  height: 100%;
  width: 100%;
  font-size: 16px;
  padding: 4px;
  display: flex;
  text-align: center;
  align-content: center;
  justify-content: center;
  align-items: center;
  hyphens: auto;
}
@media (max-width: 900px) {
  .donation-gallery .hover-text {
    font-size: 8px;
  }
}
.donation-gallery .grid-item:hover .hover-text {
  opacity: 1;
  pointer-events: auto;
}

.route-info {
  padding: 60px;
  background: #f5f7f8;
  border-radius: 20px;
  max-width: 1250px;
  width: 85%;
  margin-inline: auto;
  position: relative;
}
@media (max-width: 1400px) {
  .route-info {
    padding: 40px;
  }
}
@media (max-width: 600px) {
  .route-info {
    width: 100%;
  }
}
@media (max-width: 425px) {
  .route-info {
    padding: 20px;
  }
}
.route-info__columns {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media (max-width: 1320px) {
  .route-info__columns {
    flex-direction: column;
    gap: 32px;
  }
}
.route-info__image {
  flex: 1 1 250px;
  max-width: 250px;
  margin: 0;
  position: absolute;
  left: -120px;
}
@media (max-width: 1366px) {
  .route-info__image {
    max-width: 175px;
    left: -85px;
  }
}
@media (max-width: 1320px) {
  .route-info__image {
    position: unset;
  }
}
@media (max-width: 425px) {
  .route-info__image {
    max-width: 125px;
  }
}
.route-info__image img {
  display: block;
  width: 100%;
  height: auto;
}
.route-info__facts {
  display: flex;
  flex-direction: column;
  gap: 30px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.route-info__fact {
  display: flex;
  align-items: center;
  gap: 24px;
}
@media (max-width: 600px) {
  .route-info__fact {
    align-items: flex-start;
  }
}
@media (max-width: 425px) {
  .route-info__fact {
    gap: 12px;
  }
}
.route-info__fact-text-container {
  display: flex;
  flex-direction: column;
}
.route-info__fact-title {
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
}
@media (max-width: 600px) {
  .route-info__fact-title {
    font-size: 16px;
    line-height: normal;
  }
}
.route-info__fact-desc {
  font-weight: 300;
  font-size: 18px;
  line-height: 34px;
}
@media (max-width: 600px) {
  .route-info__fact-desc {
    font-size: 16px;
    line-height: normal;
  }
}
.route-info__fact span {
  background: #00B2DB;
  border-radius: 50%;
}
.route-info__fact span img {
  padding: 15px;
  display: flex;
  aspect-ratio: 1;
  width: 75px;
}
@media (max-width: 600px) {
  .route-info__fact span img {
    width: 65px;
  }
}
@media (max-width: 425px) {
  .route-info__fact span img {
    width: 45px;
    padding: 10px;
  }
}
.route-info p {
  margin: 0;
}

.shop-banner {
  display: flex;
  margin-top: 90px;
  margin-bottom: 60px;
}
@media (max-width: 1200px) {
  .shop-banner {
    flex-direction: column;
    gap: 90px;
    margin-top: 60px;
  }
}
@media (max-width: 768px) {
  .shop-banner {
    margin-top: 40px;
    margin-bottom: 40px;
    gap: 60px;
  }
}
.shop-banner .merch-gallery {
  display: flex;
  gap: 30px;
  position: relative;
  right: calc(-50vw + 50%);
}
@media (max-width: 1200px) {
  .shop-banner .merch-gallery {
    position: unset;
  }
}
@media (max-width: 768px) {
  .shop-banner .merch-gallery {
    gap: 16px;
  }
}
@media (max-width: 499px) {
  .shop-banner .merch-gallery {
    flex-wrap: wrap;
    row-gap: 32px;
  }
}
.shop-banner .merch-gallery__item {
  flex: 1 1 275px;
  max-width: 320px;
  max-height: 350px;
  background-color: #66D1E9;
  border-radius: 20px;
}
@media (max-width: 499px) {
  .shop-banner .merch-gallery__item {
    max-width: 150px;
  }
}
.shop-banner .merch-gallery__item img {
  display: block;
  width: 100%;
  height: 100%;
  margin-top: -60px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .shop-banner .merch-gallery__item img {
    margin-top: -40px;
  }
}
@media (max-width: 499px) {
  .shop-banner .merch-gallery__item img {
    margin-top: -30px;
  }
}
.shop-banner .merch-gallery__item figcaption {
  text-align: center;
  color: white;
  font-weight: 600;
  line-height: 100%;
  margin-top: 12px;
}
@media (max-width: 499px) {
  .shop-banner .merch-gallery__item figcaption {
    margin-top: 0;
  }
}

.info-card-pattern {
  margin-top: 60px;
  flex-wrap: wrap !important;
  row-gap: 60px;
}
@media (max-width: 768px) {
  .info-card-pattern {
    margin-top: 40px;
  }
}
.info-card-pattern .wp-block-column {
  min-width: 300px;
}
@media (max-width: 500px) {
  .info-card-pattern .wp-block-column {
    min-width: unset;
    padding: 20px !important;
    padding-top: 0 !important;
  }
}
.info-card-pattern figure {
  margin-top: -38px;
}

.hero-pattern.dates {
  gap: 0;
  margin-bottom: 82px;
}
@media (max-width: 900px) {
  .hero-pattern.dates {
    flex-direction: column-reverse;
  }
}
.hero-pattern.dates .text-content {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.hero-pattern.dates .text-content .wp-block-group {
  max-width: 775px;
  float: right;
  padding: 90px 90px 0 0;
}
@media (max-width: 1550px) {
  .hero-pattern.dates .text-content .wp-block-group {
    padding: 40px;
    padding-bottom: 0;
  }
}
@media (max-width: 900px) {
  .hero-pattern.dates .text-content .wp-block-group {
    padding-top: 0;
    max-width: unset;
    float: unset;
  }
}
.hero-pattern.dates .img-content figure img {
  max-height: 500px;
}
@media (max-width: 900px) {
  .hero-pattern.dates .img-content figure img {
    max-height: 400px;
  }
}

.alignfull.hero-pattern > .wp-block-column:first-of-type {
  margin: 0 auto !important;
}

.faq-container {
  padding: 84px !important;
  background-color: #F5F5F5;
  border-radius: 20px;
  box-shadow: 0px 0px 30px 5px rgba(0, 0, 0, 0.0588235294);
  margin-top: 180px;
  margin-bottom: 120px;
  max-width: 1280px;
  margin-inline: auto;
}
@media (max-width: 768px) {
  .faq-container {
    padding: 25px !important;
    margin-top: 80px;
    margin-bottom: 60px;
  }
}
.faq-container .wp-block-details {
  background-color: white;
  padding: 24px 33px;
  margin-bottom: 18px;
  border-radius: 20px;
  overflow: hidden;
}
@media (max-width: 450px) {
  .faq-container .wp-block-details {
    padding: 14px;
  }
}
.faq-container .wp-block-details summary {
  font-weight: 700;
  font-size: 20px;
  position: relative;
  cursor: pointer;
  user-select: none;
}
@media (max-width: 450px) {
  .faq-container .wp-block-details summary {
    font-size: 18px;
    width: 80%;
  }
}
.faq-container .wp-block-details summary::marker {
  font-size: 0px;
}
.faq-container .wp-block-details summary::after {
  content: "";
  position: absolute;
  display: inline-block;
  right: 0;
  top: 4px;
  width: 15px;
  height: 17px;
  background-image: url(assets/icons/faq-down.svg);
  background-size: cover;
  background-repeat: no-repeat;
  transition: transform 0.3s ease;
}
@media (max-width: 450px) {
  .faq-container .wp-block-details summary::after {
    right: -25%;
  }
}
.faq-container .wp-block-details .faq-content {
  overflow: hidden;
  transition: max-height 0.4s ease, opacity 0.3s ease;
  max-height: 0;
  opacity: 0;
}
.faq-container .wp-block-details[open] .faq-content {
  max-height: 2000px;
  opacity: 1;
}
.faq-container .wp-block-details p {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  margin-top: 20px;
}

details[open] summary::after {
  transform: rotate(180deg);
}

.error-container {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 3rem;
  margin: 50px;
  margin-top: 150px;
}
.error-container p {
  padding: 0;
}
.error-container .error-img {
  width: 50%;
  background-color: #00B2DB;
  border-radius: 24px;
  display: flex;
  align-items: center;
  max-height: 555px;
}
@media (max-width: 992px) {
  .error-container .error-img {
    display: none;
  }
}
.error-container .error-img img {
  width: 100%;
}
.error-container .error-text {
  width: 50%;
}
@media (max-width: 992px) {
  .error-container .error-text {
    width: 100%;
  }
}
.error-container .error-text h1 {
  color: black;
  margin-top: 0;
}
.error-container .error-text ul {
  list-style: disc;
}
.error-container .error-text .error-links {
  display: flex;
  gap: 1rem;
}
.error-container .error-text .error-links .error-button {
  background-color: #00B2DB;
  color: black;
  padding: 10px 24px;
  border-radius: 8px;
  text-decoration: none;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.5);
  border: 1px solid transparent;
}
.error-container .error-text .error-links .error-button:hover {
  background-color: white;
  border: 1px solid #00B2DB;
  box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.5);
}
.error-container .error-text .error-links .error-button-2 {
  background-color: white;
  color: black;
  border: 1px solid #00B2DB;
  padding: 10px 24px;
  border-radius: 8px;
  text-decoration: none;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.5);
}
.error-container .error-text .error-links .error-button-2:hover {
  background-color: #00B2DB;
  box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.5);
}

.skip-links__container {
  position: relative;
  text-align: center;
  width: 100%;
  height: 0;
  background-color: #00B2DB;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: height 0.5s ease;
}
.skip-links__container .skip-links__target {
  color: black;
  left: -100%;
  position: absolute;
  text-decoration: none;
  border: 2px solid black;
  padding: 0.5rem 1.75rem;
  background-color: white;
  font-weight: bold;
}
.skip-links__container .skip-links__target:focus {
  left: 0;
  position: relative;
}

.skip-links__container:focus-within {
  height: 8vh;
}

header {
  margin: 0 auto;
}
header .header-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: white;
  box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.2);
  padding: 16px 36px;
}
@media (max-width: 1281px) {
  header .header-container {
    padding: 16px 18px;
  }
}
@media (max-width: 1024px) {
  header .header-container .logo .desktop {
    display: none;
  }
}
@media (max-width: 767px) {
  header .header-container .logo .desktop {
    display: block;
  }
}
@media (max-width: 425px) {
  header .header-container .logo .desktop img {
    width: 180px;
  }
}
header .header-container .logo .mobile {
  display: none;
}
@media (max-width: 1024px) {
  header .header-container .logo .mobile {
    display: block;
  }
}
@media (max-width: 767px) {
  header .header-container .logo .mobile {
    display: none;
  }
}
header .header-container .logo .mobile img {
  max-width: 40px;
}
@media (max-width: 767px) {
  header .header-container nav {
    display: none;
  }
}
header .header-container nav ul {
  list-style: none;
  display: flex;
  align-items: center;
  gap: 42px;
  padding: 0;
}
@media (max-width: 1281px) {
  header .header-container nav ul {
    gap: 14px;
  }
}
header .header-container nav ul li a {
  text-decoration: none;
}
header .header-container nav .menu-item-has-children {
  display: flex;
  align-items: center;
}
header .header-container nav .menu-item-has-children::after {
  content: "";
}
header .header-container nav .menu-item-has-children .submenu-toggle {
  background: none;
  border: none;
}
header .header-container nav .menu-item-has-children .submenu-toggle svg {
  height: 18px;
  width: 18px;
  position: relative;
  top: 3px;
}
header .header-container nav .menu-item-has-children .sub-menu {
  display: none;
  flex-direction: column;
  align-items: flex-start;
  position: absolute;
  background-color: #00B2DB;
  padding: 32px;
  border-radius: 20px;
  gap: 12px;
  margin-top: -20px;
  top: 100%;
}
header .header-container nav .menu-item-has-children .sub-menu li {
  border-bottom: 1px solid white;
  padding-bottom: 12px;
  width: 100%;
}
header .header-container nav .menu-item-has-children .sub-menu li a {
  color: white;
}
header .header-container nav .menu-item-has-children .sub-menu li a::after {
  content: "";
}
header .header-container nav .menu-item-has-children .sub-menu.active {
  display: flex;
}
header .header-container nav .menu-item-has-children:hover::after {
  content: "";
  position: absolute;
  top: 51px;
  height: 16px;
  width: 5%;
  display: block;
}
header .header-container nav .menu-item-has-children:hover .sub-menu {
  display: flex;
}
header .header-container .burger-menu-btn {
  background-color: transparent;
  border: none;
  display: none;
  cursor: pointer;
}
@media (max-width: 767px) {
  header .header-container .burger-menu-btn {
    display: flex;
  }
}
header .header-container .burger-menu-btn svg {
  width: 32px;
  height: 32px;
}
header .header-container .burger-menu-btn svg.hidden {
  display: none;
}
header .header-container .nav.btn {
  color: white;
  text-decoration: none;
  background-color: #00B2DB;
}
@media (max-width: 992px) {
  header .header-container .nav.btn {
    padding: 8px 18px;
  }
}
@media (max-width: 767px) {
  header .header-container .nav.btn {
    display: none;
  }
}
header .header-container .nav.btn:hover {
  background-color: #094148;
}
header .mobile-overlay {
  width: 100%;
  min-height: 100vh;
  position: absolute;
  top: 0;
  background-color: white;
  z-index: 1;
  display: none;
}
header .mobile-overlay .mobile-menu {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 4px;
}
header .mobile-overlay .mobile-menu nav {
  margin-top: 160px;
}
@media (max-width: 425px) {
  header .mobile-overlay .mobile-menu nav {
    margin-top: 145px;
  }
}
header .mobile-overlay .mobile-menu nav ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  text-align: center;
  gap: 18px;
  padding: 0;
}
header .mobile-overlay .mobile-menu nav ul li a {
  font-size: 26px;
  text-decoration: none;
}
header .mobile-overlay .mobile-menu nav .menu-item-has-children .submenu-toggle {
  background: none;
  border: none;
}
header .mobile-overlay .mobile-menu nav .menu-item-has-children .submenu-toggle svg {
  height: 22px;
  width: 22px;
  position: relative;
  top: 3px;
}
header .mobile-overlay .mobile-menu nav .menu-item-has-children .sub-menu {
  display: none;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  margin-top: 8px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease;
}
header .mobile-overlay .mobile-menu nav .menu-item-has-children .sub-menu li {
  border-bottom: 1px solid #094148;
  padding-bottom: 8px;
}
header .mobile-overlay .mobile-menu nav .menu-item-has-children .sub-menu li:last-child {
  border-bottom: none;
}
header .mobile-overlay .mobile-menu nav .menu-item-has-children .sub-menu li a {
  color: #00B2DB;
  font-size: 18px;
}
header .mobile-overlay .mobile-menu nav .menu-item-has-children .sub-menu.active {
  max-height: 500px;
  display: flex;
}
header .mobile-overlay .mobile-menu .nav.btn {
  color: white;
  text-decoration: none;
  background-color: #00B2DB;
  padding: 8px 18px;
}
header .mobile-overlay .mobile-menu .nav.btn:hover {
  background-color: #094148;
}
header .mobile-overlay.active {
  display: block;
  overflow-y: auto;
  max-height: 100vh;
}
@media (min-width: 768px) {
  header .mobile-overlay.active {
    display: none;
  }
}

header.floating {
  max-width: var(--max-width);
  height: unset;
  margin-bottom: 60px;
}
header.floating .header-container {
  position: relative;
  z-index: 2;
  top: 40px;
  border-radius: 20px;
}
@media (max-width: 1550px) {
  header.floating .header-container {
    margin-inline: 40px;
  }
}
@media (max-width: 784px) {
  header.floating .header-container {
    margin-inline: 20px;
  }
}

body:has(main .hero-pattern) > header.floating {
  height: 0;
  margin-bottom: 0;
}

footer {
  max-width: var(--max-width);
  margin-inline: auto;
  margin-top: 56px;
  margin-bottom: 40px;
  padding-inline: 16px;
}
@media (max-width: 1550px) {
  footer {
    margin-inline: 40px;
    padding-inline: 0;
  }
}
@media (max-width: 768px) {
  footer {
    margin-inline: 20px;
  }
}
footer .container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 6px;
}
footer .container .logo {
  margin-bottom: 2rem;
}
footer .container .logo img {
  width: 400px;
}
@media (max-width: 768px) {
  footer .container .logo img {
    width: 300px;
  }
}
@media (max-width: 425px) {
  footer .container .logo img {
    width: 220px;
  }
}
footer .container .menus {
  display: flex;
  flex-wrap: wrap;
  gap: 100px;
}
@media (max-width: 768px) {
  footer .container .menus {
    gap: 50px;
  }
}
@media (max-width: 425px) {
  footer .container .menus {
    gap: 20px;
  }
}
footer .container .menus .heading {
  font-size: 20px;
  font-weight: 500;
  color: #00B2DB;
  margin: 0;
}
footer .container .menus ul {
  list-style: none;
  padding: 0;
}
footer .container .menus ul li {
  margin-bottom: 12px;
}
@media (max-width: 425px) {
  footer .container .menus ul li {
    margin-bottom: 8px;
  }
}
footer .container .menus ul li a {
  font-weight: 300;
  text-decoration: none;
}
footer .container .social-menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  gap: 16px;
}
footer .container .social-menu ul li {
  display: flex;
  align-items: center;
}
footer .container .social-menu ul li a {
  font-size: 0;
}
footer .container .social-menu ul li a[href*="facebook.com"]::before {
  background-image: url("assets/icons/facebook-icon.svg");
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
}
footer .container .social-menu ul li a[href*="instagram.com"]::before {
  background-image: url("assets/icons/instagram-icon.svg");
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
}
footer hr {
  border: none;
  border-top: 1px solid #00B2DB;
  margin-top: 78px;
}
@media (max-width: 768px) {
  footer hr {
    margin-top: 40px;
  }
}
footer .footer-legal {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 32px;
}
footer .footer-legal p {
  color: #00B2DB;
  font-weight: 400;
}
footer .footer-legal nav ul {
  list-style: none;
  display: flex;
  gap: 16px;
  padding: 0;
}
footer .footer-legal nav ul li a {
  color: #00B2DB;
  text-decoration: none;
  font-weight: 400;
}

body.page .alignfull {
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  padding: 0;
}
body.page .alignfull > .wp-block-column:first-of-type {
  max-width: var(--max-width);
  margin: 0 auto;
}
@media (max-width: 1550px) {
  body.page .alignfull > .wp-block-column:first-of-type {
    margin: 0 var(--spacing-to-side);
  }
}
body.page .align.full {
  width: 100vw;
  margin-left: calc(-50vw + 50%);
}
body.page .alignwide {
  max-width: var(--max-width);
  margin: 0 auto;
}

.wp-block-gallery.partners {
  display: flex;
  align-items: center !important;
  flex-wrap: wrap;
}
.wp-block-gallery.partners figure {
  max-width: 220px !important;
  min-width: 150px !important;
  background-color: #F5F5F5;
  height: 175px;
  padding: 16px;
  border-radius: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 500px) {
  .wp-block-gallery.partners figure {
    max-width: 135px !important;
    min-width: unset !important;
    padding: 8px !important;
    height: 100px;
  }
}
.wp-block-gallery.partners figure img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
  max-width: none;
  max-height: none;
}

.wp-block-columns:has(.eye-catcher) {
  gap: 6px !important;
}

.wp-block-image {
  margin: 0;
}

figure {
  margin: 0;
}

.is-style-link-no-underline a {
  text-decoration: none !important;
}

.is-style-external-link a::after {
  content: url(assets/icons/externallink-icon.svg);
  position: relative;
  display: inline-block;
  width: 14px;
  height: 14px;
  top: 2px;
  left: 8px;
}

.is-style-external-link-btn a::after {
  content: url(assets/icons/externallink-icon-btn.svg);
  position: relative;
  display: inline-block;
  width: 14px;
  height: 14px;
  top: 2px;
  left: 8px;
}

@media (max-width: 500px) {
  .wp-block-spacer {
    height: calc(var(--spacer-original, 48px) / 2) !important;
  }
}

.nf-form-layout {
  max-width: 750px;
}
.nf-form-layout .nf-form-fields-required {
  font-size: 0;
}
.nf-form-layout label,
.nf-form-layout .nf-label-span {
  font-weight: 500 !important;
  font-size: 18px;
}
.nf-form-layout .nf-field-element select,
.nf-form-layout .nf-field-element input {
  max-width: fit-content;
  padding: 12px;
  font-size: 16px;
  font-weight: 300;
  border-radius: 0;
  border: 1px solid rgba(0, 0, 0, 0.5);
  background-color: rgba(225, 225, 225, 0.25);
}
.nf-form-layout .nf-field-element input {
  max-width: unset;
}
.nf-form-layout .nf-field-element select {
  width: auto;
}
@media (max-width: 500px) {
  .nf-form-layout .nf-field-element select {
    max-width: 100%;
  }
}
.nf-form-layout .nf-field-element input[type=submit] {
  cursor: pointer;
  background-color: black;
  color: white;
}
.nf-form-layout .nf-field-element input[type=submit]:hover {
  color: black;
  background-color: white;
}
.nf-form-layout .nf-field-element li label {
  font-weight: 300 !important;
}

.RRRegStart {
  width: 90%;
  max-width: 650px;
  margin-inline: auto;
}

.woocommerce ul.products li.product a img {
  border-radius: 6px;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title {
  font-size: 20px;
}

.woocommerce:where(body:not(.woocommerce-uses-block-theme)) ul.products li.product .price,
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product p.price, .woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product span.price {
  color: black;
  font-size: 16px;
}

.woocommerce ul.products li.product .button {
  background-color: #00B2DB;
  color: white;
}

.woocommerce div.product form.cart .button {
  background-color: #00B2DB;
}

.woocommerce div.product form.cart .button:hover {
  background-color: #094148;
}

.woocommerce div.product div.images.woocommerce-product-gallery {
  max-width: 500px;
}

#add_payment_method .wc-proceed-to-checkout a.checkout-button, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button, .woocommerce-checkout .wc-proceed-to-checkout a.checkout-button, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.alt {
  background-color: #00B2DB;
}
#add_payment_method .wc-proceed-to-checkout a.checkout-button:hover, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover, .woocommerce-checkout .wc-proceed-to-checkout a.checkout-button:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.alt:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.alt:hover {
  background-color: #094148;
}