@charset "UTF-8";
:root {
  --font-default: "Open Sans", sans-serif;
  --font-headline: "Open Sans", sans-serif;
  --grid-columns: 12;
  --grid-gutter: 20px;
  --grid-color: 190, 100%, 50%;
  --grid-offset: clamp(1rem, 1.03vw + 0.77rem, 2rem);
  --grid-width-max: calc(1600px - (var(--grid-offset) * 2));
  --color-white: #ffffff;
  --color-black: #000000;
  --color-header-background: #E4F3F5;
  --color-header-text: #000000;
  --color-header-highlight: #6EC1E4;
  --color-orange: #ff7a00;
  --color-red: #cd2420;
  --color-green: #80b019;
  --color-blue: #007de3;
  --color-scheme-default-primary: #6EC1E4;
  --color-scheme-default-secondary: #201737;
  --color-scheme-health-primary: #e1833e;
  --color-scheme-health-secondary: #ecac56;
  --color-scheme-society-primary: #bb2117;
  --color-scheme-society-secondary: #36100d;
  --color-scheme-culture-primary: #9d215a;
  --color-scheme-culture-secondary: #281d37;
  --color-scheme-nature-primary: #67ac3a;
  --color-scheme-nature-secondary: #003300;
  --color-scheme-awareness-primary: #4baccf;
  --color-scheme-awareness-secondary: #125f79;
  --color-scheme-research-primary: #3b7abe;
  --color-scheme-research-secondary: #001d37;
  --header-height: 80px;
}

@media (min-width: 992px) {
  :root {
    --grid-gutter: 24px;
  }
}
@media (min-width: 1400px) {
  :root {
    --grid-gutter: 32px;
  }
}
*,
::before,
::after {
  box-sizing: border-box;
  background-repeat: no-repeat;
}

::before,
::after {
  text-decoration: inherit;
  vertical-align: inherit;
}

:where(:root) {
  cursor: default;
  line-height: 1.5;
  overflow-wrap: break-word;
  -moz-tab-size: 4;
  tab-size: 4;
  -webkit-tap-highlight-color: transparent;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

:where(body) {
  margin: 0;
}

:where(h1) {
  font-size: 2em;
  margin: 0.67em 0;
}

:where(dl, ol, ul) :where(dl, ol, ul) {
  margin: 0;
}

:where(hr) {
  color: inherit;
  height: 0;
}

:where(nav) :where(ol, ul) {
  list-style-type: none;
  padding: 0;
}

:where(pre) {
  font-family: monospace, monospace;
  font-size: 1em;
  overflow: auto;
}

:where(abbr[title]) {
  text-decoration: underline;
  text-decoration: underline dotted;
}

:where(b, strong) {
  font-weight: 700;
}

:where(code, kbd, samp) {
  font-family: monospace, monospace;
  font-size: 1em;
}

:where(small) {
  font-size: 80%;
}

:where(audio, canvas, iframe, img, svg, video) {
  vertical-align: middle;
}

:where(iframe) {
  border-style: none;
}

:where(svg:not([fill])) {
  fill: currentColor;
}

:where(table) {
  border-collapse: collapse;
  border-color: currentColor;
  text-indent: 0;
}

:where(button, input, select) {
  margin: 0;
}

:where(button, [type=button i], [type=reset i], [type=submit i]) {
  -webkit-appearance: button;
}

:where(fieldset) {
  border: 1px solid #a0a0a0;
}

:where(progress) {
  vertical-align: baseline;
}

:where(textarea) {
  margin: 0;
  resize: vertical;
}

:where([type=search i]) {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

:where(dialog) {
  background-color: white;
  border: solid;
  color: black;
  height: -moz-fit-content;
  height: fit-content;
  left: 0;
  margin: auto;
  padding: 1em;
  position: absolute;
  right: 0;
  width: -moz-fit-content;
  width: fit-content;
}

:where(dialog:not([open])) {
  display: none;
}

:where(details > summary:first-of-type) {
  display: list-item;
}

:where([aria-busy=true i]) {
  cursor: progress;
}

:where([aria-disabled=true i], [disabled]) {
  cursor: not-allowed;
}

:where([aria-hidden=false i][hidden]) {
  display: initial;
}

:where([aria-hidden=false i][hidden]:not(:focus)) {
  clip: rect(0, 0, 0, 0);
  position: absolute;
}

@font-face {
  font-display: swap;
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/open-sans/open-sans-v35-latin-regular.woff2") format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/open-sans/open-sans-v35-latin-700.woff2") format("woff2");
}
html.no-scroll body {
  overflow-y: hidden;
}

body {
  font-family: var(--font-default);
  font-weight: 400;
  line-height: 1.44;
  font-size: clamp(0.88rem, 0.26vw + 0.82rem, 1.13rem);
  color: var(--color-white);
  overflow-x: clip;
  background-color: var(--color-scheme-secondary);
}
body .background_image .background_image__inner:after {
  background: linear-gradient(0deg, var(--color-scheme-secondary) 0%, rgba(255, 255, 255, 0) 100%);
}

body.color-scheme-default {
  background-color: var(--color-scheme-default-secondary);
}
body.color-scheme-default .background_image .background_image__inner:after {
  background: linear-gradient(0deg, var(--color-scheme-default-secondary) 0%, rgba(255, 255, 255, 0) 100%);
}

body.color-scheme-health {
  background-color: var(--color-scheme-health-secondary);
}
body.color-scheme-health .background_image .background_image__inner:after {
  background: linear-gradient(0deg, var(--color-scheme-health-secondary) 0%, rgba(255, 255, 255, 0) 100%);
}

body.color-scheme-society {
  background-color: var(--color-scheme-society-secondary);
}
body.color-scheme-society .background_image .background_image__inner:after {
  background: linear-gradient(0deg, var(--color-scheme-society-secondary) 0%, rgba(255, 255, 255, 0) 100%);
}

body.color-scheme-culture {
  background-color: var(--color-scheme-culture-secondary);
}
body.color-scheme-culture .background_image .background_image__inner:after {
  background: linear-gradient(0deg, var(--color-scheme-culture-secondary) 0%, rgba(255, 255, 255, 0) 100%);
}

body.color-scheme-nature {
  background-color: var(--color-scheme-nature-secondary);
}
body.color-scheme-nature .background_image .background_image__inner:after {
  background: linear-gradient(0deg, var(--color-scheme-nature-secondary) 0%, rgba(255, 255, 255, 0) 100%);
}

body.color-scheme-awareness {
  background-color: var(--color-scheme-awareness-secondary);
}
body.color-scheme-awareness .background_image .background_image__inner:after {
  background: linear-gradient(0deg, var(--color-scheme-awareness-secondary) 0%, rgba(255, 255, 255, 0) 100%);
}

body.color-scheme-research {
  background-color: var(--color-scheme-research-secondary);
}
body.color-scheme-research .background_image .background_image__inner:after {
  background: linear-gradient(0deg, var(--color-scheme-research-secondary) 0%, rgba(255, 255, 255, 0) 100%);
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-size: clamp(1.13rem, 0.9vw + 0.92rem, 2rem);
  font-family: var(--font-headline);
  line-height: 1.2;
  font-weight: 700;
  margin-top: clamp(1.5rem, 1.54vw + 1.15rem, 3rem);
  margin-bottom: 0;
  font-style: italic;
}
h1:first-child, h2:first-child, h3:first-child, h4:first-child, h5:first-child, h6:first-child, .h1:first-child, .h2:first-child, .h3:first-child, .h4:first-child, .h5:first-child, .h6:first-child {
  margin-top: 0;
}

h1, .h1 {
  font-size: clamp(1.5rem, 1.54vw + 1.15rem, 3rem);
}

p {
  margin-top: clamp(1.25rem, 0.26vw + 1.19rem, 1.5rem);
}
p:first-child {
  margin-top: 0;
}
p:last-of-type {
  margin-bottom: 0;
}

b, strong {
  font-weight: 600;
}

a {
  color: var(--color-primary);
}
a:hover {
  color: var(--color-secondary);
}

ul {
  margin-top: clamp(1.25rem, 0.26vw + 1.19rem, 1.5rem);
  padding: 0 clamp(1rem, 0.51vw + 0.88rem, 1.5rem);
}

nav ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-flow: row nowrap;
}
nav ul li {
  margin-right: clamp(1rem, 0.51vw + 0.88rem, 1.5rem);
}
nav ul li:last-child {
  margin-right: 0;
}

img {
  max-width: 100%;
  height: auto;
  font-style: italic;
}

button, [type=button i], [type=reset i], [type=submit i] {
  background: transparent;
  border: none;
  border-radius: unset;
  padding: 0;
}

.video video, .video iframe {
  width: 100%;
  aspect-ratio: 16/9;
}

figure, figcaption {
  margin: 0;
}

figcaption {
  margin-top: clamp(0.5rem, 0.51vw + 0.38rem, 1rem);
  font-size: clamp(0.75rem, 0.13vw + 0.72rem, 0.88rem);
  font-style: italic;
  text-align: right;
}

:root {
  --g-media_query: "viewport: xxs";
}

@media (min-width: 576px) {
  :root {
    --g-media_query: "viewport: xs";
  }
}
@media (min-width: 768px) {
  :root {
    --g-media_query: "viewport: sm";
  }
}
@media (min-width: 992px) {
  :root {
    --g-media_query: "viewport: md";
  }
}
@media (min-width: 1200px) {
  :root {
    --g-media_query: "viewport: lg";
  }
}
@media (min-width: 1400px) {
  :root {
    --g-media_query: "viewport: xl";
  }
}
@media (min-width: 1920px) {
  :root {
    --g-media_query: "viewport: xxl";
  }
}
:root {
  --grid-color-line: hsla(var(--grid-color), 0.2);
  --grid-color-column: hsla(var(--grid-color), 0.2);
  --grid-color-gutter: transparent;
  --grid-color-baseline: hsla(var(--grid-color), 0.2);
  --line-thickness: 1px;
  --column-start: 0;
  --column-start-line: var(--line-thickness);
  --column-end: calc((100% / var(--grid-columns)) - var(--grid-gutter) - var(--line-thickness));
  --column-end-line: calc((100% / var(--grid-columns)) - var(--grid-gutter));
  --gutter-end: calc(100% / var(--grid-columns));
  --g-gradient-column:
          repeating-linear-gradient(
                          to right,
                          var(--grid-color-line) var(--column-start),
                          var(--grid-color-line) var(--column-start-line),
                          var(--grid-color-column) var(--column-start-line),
                          var(--grid-color-column) var(--column-end),
                          var(--grid-color-line) var(--column-end),
                          var(--grid-color-line) var(--column-end-line),
                          var(--grid-color-gutter) var(--column-end-line),
                          var(--grid-color-gutter) var(--gutter-end)
          );
  --g-gradient-baseline:
          repeating-linear-gradient(
                          to bottom,
                          var(--grid-color-baseline),
                          var(--grid-color-baseline) var(--line-thickness),
                          transparent var(--line-thickness),
                          transparent 20px
          );
}

html.helper-grid {
  display: flex;
  z-index: 1000;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: var(--document-height, auto);
  justify-content: center;
}

.helper-grid-toggle::after {
  display: inline-block;
  content: var(--g-media_query);
  right: 0;
  bottom: 0;
  white-space: pre;
  text-transform: uppercase;
  background-color: #0c88b4;
  color: #fff;
  padding: 4px 8px;
  cursor: pointer;
  z-index: 9999999;
  position: fixed;
  font-size: 14px;
}

html.helper-grid::after {
  position: fixed;
  z-index: 1000;
  content: "";
  width: calc(100% - var(--grid-offset) * 2);
  max-width: var(--grid-width-max);
  padding: 0 var(--grid-offset);
  max-width: var(--grid-width-max);
  min-height: 100vh;
  background-image: var(--g-gradient-column), var(--g-gradient-baseline);
  background-position: 0 0;
  background-size: calc(100% + var(--grid-gutter)) 100vh;
  pointer-events: none;
}

html.helper-grid body { /* todo: find another way, leads to errors in certain layouts */
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
}

@media (min-width: 1400px) {
  html.helper-grid::after {
    max-width: var(--grid-width-max);
  }
}
.l-width {
  max-width: var(--grid-width-max);
  width: 100%;
  margin: 0 auto;
}

.l-padding {
  padding-left: var(--grid-offset);
  padding-right: var(--grid-offset);
}

.l-flex {
  display: flex;
  flex-flow: row wrap;
  margin-left: calc(var(--grid-gutter) / 2 * -1);
  margin-right: calc(var(--grid-gutter) / 2 * -1);
}
.l-flex__item--center-vertical {
  display: flex;
  align-items: center;
}

.header {
  background-color: var(--color-header-background);
  color: var(--color-black);
  position: sticky;
  top: 0;
  width: 100%;
  z-index: 10;
}
.header .bar {
  display: flex;
  flex-flow: row nowrap;
  align-items: stretch;
}
.header .bar.topbar {
  display: none;
  padding: 12px 0;
}
.header .bar.topbar .navigation__inner > ul {
  justify-content: flex-start;
}
.header .bar.topbar .navigation ul li:first-child {
  padding-left: 0;
  margin-left: 0;
}
.header .bar.topbar .navigation ul li ul {
  display: none;
}
.header .logo {
  display: flex;
  position: relative;
  z-index: 12;
  height: clamp(2rem, 1.03vw + 1.77rem, 3rem);
  align-items: center;
  padding: clamp(0.75rem, 0.26vw + 0.69rem, 1rem) 0;
  box-sizing: content-box;
  margin-right: auto;
}
.header .logo span, .header .logo a {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  height: 100%;
}
.header .logo span img, .header .logo a img {
  display: block;
  width: auto;
  height: 100%;
  align-self: center;
  aspect-ratio: 240/42;
}
.header .logo p {
  margin: 0 0 0 clamp(0.75rem, 0.77vw + 0.58rem, 1.5rem);
}
.header .header__icons {
  display: flex;
  margin-left: 40px;
  position: relative;
  z-index: 13;
}
.header .header__icons .header__cart,
.header .header__icons .header__search,
.header .header__icons .header__account {
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  font-size: clamp(1.25rem, 0.83vw + 0.75rem, 1.75rem);
  margin-left: clamp(1rem, 1.67vw + 0rem, 2rem);
}
.header .header__icons .header__cart i {
  position: relative;
  z-index: 1;
}
.header .header__icons .header__cart .count {
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(50%, -50%);
  background: var(--color-header-highlight);
  color: var(--color-black);
  border-radius: 50%;
  font-size: 14px;
  height: 24px;
  width: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: var(--font-default);
}

@media (min-width: 992px) {
  .header .bar.topbar {
    display: block;
  }
}
@media (min-width: 1200px) {
  .header .bar {
    position: relative;
  }
}
.background_image {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: -1;
  height: clamp(25rem, 25.64vw + 19.23rem, 50rem);
}
.background_image .background_image__inner {
  position: relative;
  width: 100%;
  height: 100%;
}
.background_image .background_image__inner:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.background_image img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

button.toggle {
  height: 16px;
  width: 24px;
  cursor: pointer;
  display: block;
  position: relative;
  z-index: 12;
  margin: auto 0 auto 16px;
}
button.toggle span {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  background-color: var(--color-black);
  height: 2px;
  opacity: 1;
  border-radius: 2px;
  transition: transform 0.4s ease-in-out, opacity 0.4s ease, top 0.4s ease-in-out, bottom 0.4s ease-in-out, width 0.4s ease-in-out;
}
button.toggle span:nth-child(1) {
  transform: rotate(0);
  top: 0;
}
button.toggle span:nth-child(2) {
  top: calc(50% - 1px);
}
button.toggle span:nth-child(3) {
  transform: rotate(0);
  bottom: 0;
}
button.toggle:hover span:nth-child(1) {
  width: 24px;
}
button.toggle:hover span:nth-child(2) {
  width: 24px;
}
button.toggle:hover span:nth-child(3) {
  width: 24px;
}
button.toggle.active {
  justify-content: space-between;
}
button.toggle.active span:nth-child(2) {
  opacity: 0;
}
button.toggle.active span:nth-child(1) {
  transform: rotate(45deg);
  top: calc(50% - 1px);
  background-color: var(--color-black);
  width: 24px;
}
button.toggle.active span:nth-child(3) {
  transform: rotate(-45deg);
  bottom: calc(50% - 1px);
  background-color: var(--color-black);
  width: 24px;
}

@media (min-width: 1200px) {
  button.toggle {
    display: none;
  }
}
@media (max-width: 1199.98px) {
  #menu-hauptmenue {
    display: none;
  }
  .navigation {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 100vw;
    z-index: 11;
    height: 100vh;
    height: 100svh;
    width: 100%;
    background: var(--color-white);
    padding-top: clamp(3.5rem, 3.08vw + 2.81rem, 6.5rem);
    display: flex;
    transition: left 0.4s ease-in-out;
  }
  .navigation__inner {
    height: 100%;
    overflow-y: auto;
    width: 100%;
  }
  .navigation.active {
    left: 0;
  }
  .navigation__header {
    border-top: 1px solid var(--color-gray-1);
    padding: clamp(1rem, 1.03vw + 0.77rem, 2rem) var(--grid-offset);
    display: flex;
    border-bottom: 1px solid var(--color-gray-1);
    font-weight: 700;
    font-size: 18px;
  }
  .navigation ul {
    padding: 0;
    display: flex;
    flex-flow: column;
  }
  .navigation ul li {
    width: 100%;
    border-top: 1px solid var(--color-gray-1);
    display: flex;
    flex-flow: row wrap;
    align-items: center;
  }
  .navigation ul li .sub-menu {
    width: 100%;
    height: 0;
    overflow: hidden;
  }
  .navigation ul li .sub-menu.active {
    height: auto;
  }
  .navigation ul li a {
    height: 64px;
    line-height: 64px;
    font-size: 16px;
    text-decoration: none;
    padding-left: var(--grid-offset);
  }
  .navigation ul li i {
    margin-left: auto;
    font-size: 24px;
    width: 64px;
    height: 64px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-left: 1px solid var(--color-gray-1);
  }
  .navigation ul li i.active {
    rotate: 180deg;
    border-right: 1px solid var(--color-gray-1);
  }
  .navigation ul ul {
    padding: 0;
  }
}
@media (min-width: 1200px) {
  .navigation-main #menu-topbar-1 {
    display: none;
  }
  .navigation #menu-hauptmenue {
    display: flex;
  }
  .navigation #menu-mobilmenue {
    display: none;
  }
  .navigation__header {
    display: none;
  }
  .navigation .sub-menu-back {
    display: none;
    visibility: hidden;
  }
  .navigation__inner {
    height: 100%;
  }
  .navigation__inner > ul {
    height: 100%;
    justify-content: flex-end;
  }
  .navigation__inner > ul > li {
    height: 100%;
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    padding: 0 clamp(0.75rem, 0.42vw + 0.5rem, 1rem);
    margin: 0;
  }
  .navigation__inner > ul > li > a {
    display: block;
    font-size: clamp(0.88rem, 0.26vw + 0.82rem, 1.13rem);
    font-family: var(--font-headline);
    font-weight: 400;
    color: var(--color-text-header);
    text-decoration: none;
  }
  .navigation__inner > ul > li i {
    display: none;
  }
  .navigation__inner > ul > li > a + .c-icon {
    font-size: clamp(1rem, 0.26vw + 0.94rem, 1.25rem);
    margin-left: 8px;
  }
  .navigation__inner > ul > li:hover > a, .navigation__inner > ul > li.current-menu-parent > a, .navigation__inner > ul > li.current-menu-item > a {
    color: var(--color-header-highlight);
  }
  .navigation__inner > ul > li > .sub-menu {
    position: absolute;
    left: 0;
    min-width: 320px;
    top: 100%;
    opacity: 0;
    visibility: hidden;
    display: none;
    pointer-events: none;
  }
  .navigation__inner > ul > li > .sub-menu .sub-menu-background {
    border-top: 8px solid var(--color-header-highlight);
    background: var(--color-header-background);
    pointer-events: all;
    width: 100%;
    padding: 12px var(--grid-offset) 20px;
  }
  .navigation__inner > ul > li > .sub-menu .sub-menu-background .sub-menu-width {
    width: 100%;
    margin: 0 auto;
    max-width: var(--grid-width-max);
  }
  .navigation__inner > ul > li > .sub-menu ul {
    display: block;
  }
  .navigation__inner > ul > li > .sub-menu ul li {
    margin-top: 12px;
  }
  .navigation__inner > ul > li > .sub-menu ul li:first-child {
    margin-top: 0;
  }
  .navigation__inner > ul > li > .sub-menu ul li a {
    font-size: 20px;
    color: var(--color-black);
    text-decoration: none;
  }
  .navigation__inner > ul > li > .sub-menu ul li a:hover {
    color: var(--color-header-highlight);
  }
  .navigation__inner > ul > li > .sub-menu .sub-menu {
    display: block;
  }
  .navigation__inner > ul > li > .sub-menu .sub-menu li {
    opacity: 1;
    visibility: visible;
  }
  .navigation__inner > ul > li:hover > .sub-menu {
    opacity: 1;
    visibility: visible;
    display: block;
    pointer-events: all;
  }
  .navigation__inner > ul > li.megamenu {
    position: unset;
  }
  .navigation__inner > ul > li.megamenu > .sub-menu {
    width: 100%;
  }
  .navigation__inner > ul > li.megamenu > .sub-menu .sub-menu-background {
    padding: 32px var(--grid-offset) 64px;
  }
  .navigation__inner > ul > li.megamenu > .sub-menu .sub-menu-background > .sub-menu {
    display: none;
  }
  .navigation__inner > ul > li.megamenu > .sub-menu ul {
    display: flex;
  }
  .navigation__inner > ul > li.megamenu > .sub-menu ul li {
    width: 20%;
    margin-top: 0;
    padding-right: 32px;
    margin-right: 0;
  }
  .navigation__inner > ul > li.megamenu > .sub-menu ul li a {
    font-size: 20px;
    text-decoration: none;
    font-weight: 700;
  }
  .navigation__inner > ul > li.megamenu > .sub-menu ul ul {
    flex-flow: column;
  }
  .navigation__inner > ul > li.megamenu > .sub-menu ul ul li {
    margin-top: 12px;
    width: 100%;
    padding-right: 0;
  }
  .navigation__inner > ul > li.megamenu > .sub-menu ul ul li a {
    font-size: 20px;
    font-weight: 400;
  }
  .navigation__inner > ul > li.button--shop > a:before {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: var(--fa-display, inline-block);
    font-variant: normal;
    line-height: 1;
    text-rendering: auto;
    font-family: "Font Awesome 6 Pro";
    content: "\f54e";
    margin-right: 8px;
  }
  .navigation__inner > ul > li.button > a {
    background-color: var(--color-header-highlight);
    color: var(--color-black);
    text-decoration: none;
    padding: 10px 28px;
    border-radius: 24px;
    border: 2px solid var(--color-gray-3);
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 500;
  }
  .navigation__inner > ul > li.button > a:hover {
    border-color: var(--color-gray-3);
    background-color: var(--color-header-highlight);
    color: var(--color-gray-3);
  }
  .navigation__inner > ul > li:last-child {
    padding-right: 0;
  }
  .navigation__inner > ul > li:last-child > .sub-menu {
    left: unset;
    right: 0;
  }
}
main {
  min-height: 500px;
}

.footer {
  color: var(--color-text);
  font-size: clamp(0.88rem, 0.26vw + 0.82rem, 1.13rem);
  background-color: var(--color-scheme-default-secondary);
}
.footer a {
  color: var(--color-primary);
  text-decoration: none;
}
.footer a:hover {
  color: var(--color-secondary);
  text-decoration: underline;
}
.footer__widgets {
  padding: clamp(3rem, 3.08vw + 2.31rem, 6rem) 0 clamp(1.5rem, 1.54vw + 1.15rem, 3rem);
}
.footer__widgets h1, .footer__widgets h2, .footer__widgets h3, .footer__widgets h4, .footer__widgets h5, .footer__widgets h6 {
  color: var(--color-text);
  font-size: clamp(1.5rem, 0.51vw + 1.38rem, 2rem);
  text-decoration: unset;
  text-decoration-skip-ink: unset;
  margin-bottom: clamp(1rem, 0.51vw + 0.88rem, 1.5rem);
  font-style: italic;
}
.footer__widgets .l-flex__item {
  width: 1px;
  min-width: calc(100% / var(--grid-columns) * 16 - var(--grid-gutter) - 0.01px);
  margin-right: calc(var(--grid-gutter) / 2);
  margin-left: calc(var(--grid-gutter) / 2);
}
.footer__widgets .l-flex__item:nth-child(1) .block[class*=widget-] {
  margin-top: 0;
}
.footer__widgets .block[class*=widget-] {
  margin-top: clamp(2rem, 2.05vw + 1.54rem, 4rem);
}
.footer__socket {
  padding: 0 0 clamp(1rem, 0.51vw + 0.88rem, 1.5rem) 0;
  display: flex;
  justify-content: space-between;
  font-size: clamp(0.75rem, 0.26vw + 0.69rem, 1rem);
}
.footer__socket hr {
  margin: 0 0 clamp(1rem, 0.51vw + 0.88rem, 1.5rem);
}
.footer__socket hr {
  width: 1px;
  min-width: calc(100% / var(--grid-columns) * 12 - var(--grid-gutter) - 0.01px);
  margin-right: calc(var(--grid-gutter) / 2);
  margin-left: calc(var(--grid-gutter) / 2);
}
.footer__socket .footer__copyright {
  margin: 0 0 clamp(1rem, 0.51vw + 0.88rem, 1.5rem);
}
.footer__socket .footer__copyright {
  width: 1px;
  min-width: calc(100% / var(--grid-columns) * 12 - var(--grid-gutter) - 0.01px);
  margin-right: calc(var(--grid-gutter) / 2);
  margin-left: calc(var(--grid-gutter) / 2);
}
.footer__socket .footer__navigation {
  width: 1px;
  min-width: calc(100% / var(--grid-columns) * 12 - var(--grid-gutter) - 0.01px);
  margin-right: calc(var(--grid-gutter) / 2);
  margin-left: calc(var(--grid-gutter) / 2);
}
.footer__socket ul {
  flex-flow: row wrap;
  flex-flow: column;
}

@media (min-width: 576px) {
  .footer__widgets .l-flex__item {
    width: 1px;
    min-width: calc(100% / var(--grid-columns) * 6 - var(--grid-gutter) - 0.01px);
    margin-right: calc(var(--grid-gutter) / 2);
    margin-left: calc(var(--grid-gutter) / 2);
  }
  .footer__widgets .l-flex__item:nth-child(2) .block[class*=widget-] {
    margin-top: 0;
  }
}
@media (min-width: 992px) {
  .footer__socket .footer__copyright {
    margin-bottom: 0;
  }
  .footer__socket .footer__copyright {
    width: 1px;
    min-width: calc(100% / var(--grid-columns) * 4 - var(--grid-gutter) - 0.01px);
    margin-right: calc(var(--grid-gutter) / 2);
    margin-left: calc(var(--grid-gutter) / 2);
  }
  .footer__socket .footer__navigation {
    width: 1px;
    min-width: calc(100% / var(--grid-columns) * 8 - var(--grid-gutter) - 0.01px);
    margin-right: calc(var(--grid-gutter) / 2);
    margin-left: calc(var(--grid-gutter) / 2);
  }
  .footer__socket ul {
    justify-content: flex-end;
    flex-flow: row nowrap;
  }
}
@media (min-width: 1200px) {
  .footer__widgets .l-flex__item {
    width: 1px;
    min-width: calc(100% / var(--grid-columns) * 3 - var(--grid-gutter) - 0.01px);
    margin-right: calc(var(--grid-gutter) / 2);
    margin-left: calc(var(--grid-gutter) / 2);
  }
  .footer__widgets .l-flex__item:nth-child(3) .block[class*=widget-], .footer__widgets .l-flex__item:nth-child(4) .block[class*=widget-] {
    margin-top: 0;
  }
}
#fader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999999;
  pointer-events: none;
  background: white;
  animation-timing-function: ease-in-out;
}

@keyframes fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
#fader.fade-out {
  opacity: 0;
  animation-duration: 400ms;
  animation-name: fade-out;
}

#fader.fade-in {
  opacity: 1;
  animation-name: fade-in;
  animation-duration: 400ms;
}

.js-animate {
  opacity: 0;
  transform: translateY(100px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}

.js-animate.js-animated {
  opacity: 1;
  transform: translateY(0);
}

input,
input[type=submit],
textarea,
select {
  font-family: var(--font-default);
  background-color: transparent;
  width: 100%;
  border-radius: clamp(1.25rem, 0.26vw + 1.19rem, 1.5rem);
  border: 2px solid var(--color-scheme-default-primary);
  line-height: clamp(2.5rem, 0.51vw + 2.38rem, 3rem);
  padding: 0 clamp(1rem, 0.51vw + 0.88rem, 1.5rem);
  height: clamp(2.5rem, 0.51vw + 2.38rem, 3rem);
  font-size: clamp(0.75rem, 0.13vw + 0.72rem, 0.88rem);
  color: var(--color-white);
  outline: 0;
}
input:focus-visible,
input[type=submit]:focus-visible,
textarea:focus-visible,
select:focus-visible {
  outline: none;
}
input::-webkit-input-placeholder,
input[type=submit]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
select::-webkit-input-placeholder {
  opacity: 0;
}
input::-moz-placeholder,
input[type=submit]::-moz-placeholder,
textarea::-moz-placeholder,
select::-moz-placeholder {
  opacity: 0;
}
input:-ms-input-placeholder,
input[type=submit]:-ms-input-placeholder,
textarea:-ms-input-placeholder,
select:-ms-input-placeholder {
  opacity: 0;
}
input:-moz-placeholder,
input[type=submit]:-moz-placeholder,
textarea:-moz-placeholder,
select:-moz-placeholder {
  opacity: 0;
}

input[type=submit] {
  color: var(--color-scheme-default-primary);
  font-weight: 700;
  font-size: clamp(0.88rem, 0.13vw + 0.85rem, 1rem);
}

select {
  cursor: pointer;
  -webkit-appearance: initial;
}

textarea {
  height: 112px;
}

/* form columns */
.form {
  margin-top: clamp(2rem, 2.05vw + 1.54rem, 4rem);
  display: flex;
  flex-flow: row wrap;
  margin: 0 -8px;
}
.form > .column, .form [class*=column--] {
  position: relative;
  width: 100%;
  padding: 0 8px;
}
.form > .column, .form [class*=column--] {
  margin-top: 32px;
}
@media only screen and (min-width: 375px) {
  .form > .column, .form [class*=column--] {
    margin-top: calc(32px + 8 * (100vw - 375px) / (1920 - 375));
  }
}
@media only screen and (min-width: 1920px) {
  .form > .column, .form [class*=column--] {
    margin-top: 40px;
  }
}
.form .column--break {
  width: 100%;
  height: 0;
  margin-top: 0;
  display: none;
}

@media (min-width: 768px) {
  .form .column--break {
    display: block;
  }
  .form .column--title {
    margin-top: 32px;
  }
}
@media only screen and (min-width: 768px) and (min-width: 375px) {
  .form .column--title {
    margin-top: calc(32px + 32 * (100vw - 375px) / (1920 - 375));
  }
}
@media only screen and (min-width: 768px) and (min-width: 1920px) {
  .form .column--title {
    margin-top: 64px;
  }
}
@media (min-width: 768px) {
  .form .column--text {
    text-align: left;
  }
  .form .column--text {
    margin-top: 16px;
  }
}
@media only screen and (min-width: 768px) and (min-width: 375px) {
  .form .column--text {
    margin-top: calc(16px + 8 * (100vw - 375px) / (1920 - 375));
  }
}
@media only screen and (min-width: 768px) and (min-width: 1920px) {
  .form .column--text {
    margin-top: 24px;
  }
}
@media (min-width: 768px) {
  .form .column--text {
    font-size: 12px;
  }
}
@media only screen and (min-width: 768px) and (min-width: 375px) {
  .form .column--text {
    font-size: calc(12px + 4 * (100vw - 375px) / (1920 - 375));
  }
}
@media only screen and (min-width: 768px) and (min-width: 1920px) {
  .form .column--text {
    font-size: 16px;
  }
}
@media (min-width: 768px) {
  .form .column--one-half {
    width: 50%;
  }
  .form .column--one-third {
    width: 50%;
  }
  .form .column--two-third {
    width: 66.66%;
  }
  .form .column--one-fourth {
    width: 50%;
  }
  .form .column--three-fourth {
    width: 50%;
  }
}
@media (min-width: 992px) {
  .form .column--one-third {
    width: 33.33%;
  }
  .form .column--one-fourth {
    width: 25%;
  }
  .form .column--three-fourth {
    width: 75%;
  }
}
/* contactform7 styles  */
.wpcf7 .ajax-loader {
  display: none;
}

.form .wpcf7-form-control-wrap {
  position: relative;
  display: block;
}
.form .floating-label {
  position: absolute;
  pointer-events: none;
  left: clamp(1rem, 0.26vw + 0.94rem, 1.25rem);
  top: 16px;
  transition: 0.2s ease all;
  line-height: 1;
  margin: 0 8px;
  padding: 0;
  font-size: clamp(0.88rem, 0.13vw + 0.85rem, 1rem);
}

input:focus ~ .floating-label,
input:not(:placeholder-shown) ~ .floating-label,
.is-active.floating-label,
textarea:focus ~ .floating-label,
textarea:not(:placeholder-shown) ~ .floating-label {
  top: -20px;
  font-size: clamp(0.63rem, 0.13vw + 0.6rem, 0.75rem);
}

/* custom checkbox styles */
/* custom checkbox styling for contact form 7 checkbox */
span.wpcf7-list-item {
  display: inline-block;
  margin: 0;
}

.wpcf7 .wpcf7-list-item {
  display: block;
}

.wpcf7-checkbox label {
  position: relative;
  cursor: pointer;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}

.wpcf7-checkbox input[type=checkbox] {
  /*position: relative;*/
  position: absolute;
  visibility: hidden;
  width: 30px;
  height: 30px;
  top: 0;
  left: 0;
}

.wpcf7-checkbox input[type=checkbox] + span {
  /* border: 3px solid red; */
}

.wpcf7-checkbox input[type=checkbox] + span:before {
  display: block;
  position: absolute;
  content: "";
  border-radius: 0;
  height: 30px;
  width: 30px;
  top: 0px;
  left: 0px;
  border: 1px solid #707070;
}

.wpcf7-checkbox input[type=checkbox] + span:after {
  display: block;
  position: absolute;
  content: "✓";
  height: 30px;
  width: 30px;
  top: 0;
  left: 0;
  visibility: hidden;
  font-size: 18px;
  text-align: center;
  line-height: 30px;
}

.wpcf7-checkbox input[type=checkbox]:checked + span:before {
  background: transparent;
}

.wpcf7-checkbox input[type=checkbox]:checked + span:after {
  visibility: visible;
}

.wpcf7-list-item-label {
  margin-left: 40px;
  display: inline-block;
}

.wpcf7-spinner {
  display: none !important;
}

.form .wpcf7-not-valid-tip {
  margin-top: 4px;
  font-size: clamp(0.75rem, 0.13vw + 0.72rem, 0.88rem);
}

.newsletter {
  margin-top: clamp(4.5rem, 4.62vw + 3.46rem, 9rem);
  background-color: var(--color-scheme-primary);
}
.newsletter__inner {
  padding: clamp(2.5rem, 2.56vw + 1.92rem, 5rem) 0;
}
.newsletter__intro {
  width: 1px;
  min-width: calc(100% / var(--grid-columns) * 12 - var(--grid-gutter) - 0.01px);
  margin-right: calc(var(--grid-gutter) / 2);
  margin-left: calc(var(--grid-gutter) / 2);
}
.newsletter__intro .c-text {
  margin-top: clamp(1rem, 0.51vw + 0.88rem, 1.5rem);
}
.newsletter__form {
  margin-top: clamp(1rem, 0.51vw + 0.88rem, 1.5rem);
}
.newsletter__form {
  width: 1px;
  min-width: calc(100% / var(--grid-columns) * 12 - var(--grid-gutter) - 0.01px);
  margin-right: calc(var(--grid-gutter) / 2);
  margin-left: calc(var(--grid-gutter) / 2);
}
.newsletter__legal {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  margin-top: clamp(1rem, 0.51vw + 0.88rem, 1.5rem);
}
.newsletter__legal .legal__icon svg {
  width: 64px;
}
.newsletter__legal .legal__text {
  margin-top: 0;
  margin-left: 24px;
}
.newsletter input,
.newsletter input[type=submit],
.newsletter button[type=submit],
.newsletter textarea,
.newsletter select {
  font-family: var(--font-default);
  background-color: transparent;
  width: 100%;
  border-radius: clamp(1.25rem, 0.26vw + 1.19rem, 1.5rem);
  border: 2px solid var(--color-white);
  line-height: clamp(2.5rem, 0.51vw + 2.38rem, 3rem);
  padding: 0 clamp(1rem, 0.51vw + 0.88rem, 1.5rem);
  height: clamp(2.5rem, 0.51vw + 2.38rem, 3rem);
  font-size: clamp(0.75rem, 0.13vw + 0.72rem, 0.88rem);
  color: var(--color-white);
  outline: 0;
}
.newsletter input:focus-visible,
.newsletter input[type=submit]:focus-visible,
.newsletter button[type=submit]:focus-visible,
.newsletter textarea:focus-visible,
.newsletter select:focus-visible {
  outline: none;
}
.newsletter input::-webkit-input-placeholder,
.newsletter input[type=submit]::-webkit-input-placeholder,
.newsletter button[type=submit]::-webkit-input-placeholder,
.newsletter textarea::-webkit-input-placeholder,
.newsletter select::-webkit-input-placeholder {
  opacity: 0.8;
  font-weight: 600;
}
.newsletter input::-moz-placeholder,
.newsletter input[type=submit]::-moz-placeholder,
.newsletter button[type=submit]::-moz-placeholder,
.newsletter textarea::-moz-placeholder,
.newsletter select::-moz-placeholder {
  opacity: 0.8;
  font-weight: 600;
}
.newsletter input:-ms-input-placeholder,
.newsletter input[type=submit]:-ms-input-placeholder,
.newsletter button[type=submit]:-ms-input-placeholder,
.newsletter textarea:-ms-input-placeholder,
.newsletter select:-ms-input-placeholder {
  opacity: 0.8;
  font-weight: 600;
}
.newsletter input:-moz-placeholder,
.newsletter input[type=submit]:-moz-placeholder,
.newsletter button[type=submit]:-moz-placeholder,
.newsletter textarea:-moz-placeholder,
.newsletter select:-moz-placeholder {
  opacity: 0.8;
  font-weight: 600;
}
.newsletter input[type=submit],
.newsletter button[type=submit] {
  color: var(--color-white);
  font-weight: 700;
  font-size: clamp(0.88rem, 0.13vw + 0.85rem, 1rem);
  cursor: pointer;
}
.newsletter input[type=submit]:hover,
.newsletter button[type=submit]:hover {
  background-color: var(--color-white);
  color: var(--color-scheme-primary);
}
.newsletter input {
  margin-bottom: clamp(1rem, 0.51vw + 0.88rem, 1.5rem);
}

#rmOrganism .rmSubscription {
  background: #e4f3f5;
  color: #201737;
  font-family: Arial, Helvetica, sans-serif;
}

#rmOrganism .rmSubscription .rmBase__el {
  font-size: 16px;
  margin-bottom: 1em;
}

#rmOrganism .rmSubscription .rmBase__el--logo {
  text-align: center;
}

#rmOrganism .rmSubscription .rmBase__el--heading {
  margin-bottom: 0px;
  text-align: center;
}

#rmOrganism .rmSubscription .rmBase__el--text {
  margin-bottom: 28px;
  text-align: center;
}

#rmOrganism .rmSubscription .rmBase__el--link {
  text-align: center;
}

#rmOrganism .rmSubscription .rmBase__el--captcha {
  text-align: center;
}

#rmOrganism .rmSubscription .rmBase__el--cta {
  align-items: stretch;
}

#rmOrganism .rmSubscription .rmBase__el--legal-notice {
  text-align: center;
}

#rmOrganism .rmSubscription .rmBase__comp--heading {
  color: #357994;
  font-size: 36px;
  line-height: 45px;
}

#rmOrganism .rmSubscription .rmBase__comp--text {
  font-size: 16px;
  line-height: 24px;
}

#rmOrganism .rmSubscription .rmBase__compLabel {
  color: #201737;
}

#rmOrganism .rmSubscription .rmBase__comp--cta {
  font-size: 16px;
}

.hidden {
  display: none !important;
}

@media (min-width: 1200px) {
  .newsletter__intro {
    width: 1px;
    min-width: calc(100% / var(--grid-columns) * 4 - var(--grid-gutter) - 0.01px);
    margin-right: calc(var(--grid-gutter) / 2);
    margin-left: calc(var(--grid-gutter) / 2);
  }
  .newsletter__form {
    margin-top: 0;
  }
  .newsletter__form {
    width: 1px;
    min-width: calc(100% / var(--grid-columns) * 8 - var(--grid-gutter) - 0.01px);
    margin-right: calc(var(--grid-gutter) / 2);
    margin-left: calc(var(--grid-gutter) / 2);
  }
  .newsletter form {
    display: flex;
    flex-flow: row wrap;
  }
  .newsletter form input[name=firstname] {
    width: calc(50% - 10px);
    margin-right: 10px;
  }
  .newsletter form input[name=lastname] {
    width: calc(50% - 10px);
    margin-left: 10px;
  }
}
.block-search-form .l-flex__item,
.block-search-results .l-flex__item {
  width: 1px;
  min-width: calc(100% / var(--grid-columns) * 12 - var(--grid-gutter) - 0.01px);
  margin-right: calc(var(--grid-gutter) / 2);
  margin-left: calc(var(--grid-gutter) / 2);
}
.block-search-form .search-form,
.block-search-results .search-form {
  display: flex;
  flex-flow: row nowrap;
  gap: var(--grid-gutter);
}
.block-search-form .search-form > label,
.block-search-results .search-form > label {
  width: 100%;
}
.block-search-form .search-form .search-submit,
.block-search-results .search-form .search-submit {
  max-width: 30%;
}

.block .block-search-results__title {
  margin-bottom: clamp(1rem, 1.03vw + 0.77rem, 2rem);
  font-style: unset;
}

.block-search-results__item {
  padding: clamp(0.5rem, 0.51vw + 0.38rem, 1rem) 0;
  border-top: 1px solid var(--color-white);
}
.block-search-results__item:first-child {
  border-top: 0;
}
.block-search-results__item a {
  text-decoration: none;
}

.block {
  margin-top: clamp(4.5rem, 4.62vw + 3.46rem, 9rem);
}
.block.has-background {
  padding-top: clamp(4.5rem, 4.62vw + 3.46rem, 9rem);
  padding-bottom: clamp(4.5rem, 4.62vw + 3.46rem, 9rem);
  background-color: var(--color-gray-1);
}
.block.has-background:last-child {
  margin-bottom: 0;
}
.block:last-child {
  margin-bottom: clamp(5rem, 5.13vw + 3.85rem, 10rem);
}
.block [class*=__headline] {
  font-style: italic;
}
.block [class*=__text],
.block [class*=__buttons],
.block [class*=__link] {
  margin-top: clamp(1rem, 1.03vw + 0.77rem, 2rem);
}
.block [class*=__overline],
.block [class*=__underline] {
  font-size: clamp(1.5rem, 1.54vw + 1.15rem, 3rem);
  color: var(--color-primary);
  font-weight: 400;
}
.block.l-margin-h {
  margin-top: clamp(2rem, 2.05vw + 1.54rem, 4rem);
}

.block[class*=widget-] {
  margin-top: 0;
}
.block[class*=widget-]:last-child {
  margin-bottom: 0;
}
.block[class*=widget-] [class*=__text],
.block[class*=widget-] [class*=__menu] {
  margin-top: clamp(1rem, 1.03vw + 0.77rem, 2rem);
}
.block[class*=widget-] [class*=__buttons] {
  margin-top: clamp(1rem, 1.03vw + 0.77rem, 2rem);
}
.block[class*=widget-] [class*=__items] {
  margin-top: 0;
}

/* image positioning */
.block[class*=image-position-] {
  /* top */
  /* center */
  /* bottom */
}
.block[class*=image-position-].image-position-top-left .c-media__image {
  background-position: top left;
  object-position: top left;
}
.block[class*=image-position-].image-position-top-center .c-media__image {
  background-position: top center;
  object-position: top center;
}
.block[class*=image-position-].image-position-top-right .c-media__image {
  background-position: top right;
  object-position: top right;
}
.block[class*=image-position-].image-position-center-left .c-media__image {
  background-position: center left;
  object-position: center left;
}
.block[class*=image-position-].image-position-center-center .c-media__image {
  background-position: center center;
  object-position: center center;
}
.block[class*=image-position-].image-position-center-right .c-media__image {
  background-position: center right;
  object-position: center right;
}
.block[class*=image-position-].image-position-bottom-left .c-media__image {
  background-position: bottom left;
  object-position: bottom left;
}
.block[class*=image-position-].image-position-bottom-center .c-media__image {
  background-position: bottom center;
  object-position: bottom center;
}
.block[class*=image-position-].image-position-bottom-right .c-media__image {
  background-position: bottom right;
  object-position: bottom right;
}
/* .block-links__items {
  flex-wrap: wrap;
  justify-content: space-between;
} */
.block-links__item {
  min-width: calc(100% / var(--grid-columns) * 2 - var(--grid-gutter) - 0.01px) !important;
}
@media (max-width: 576px) {
  .block-links__item {
    min-width: calc(100% / var(--grid-columns) * 6 - var(--grid-gutter) - 0.01px) !important;
  }
}
@media (min-width: 576px) {
  .block-links__item {
    min-width: calc(100% / var(--grid-columns) * 4 - var(--grid-gutter) - 0.01px) !important;
  }
}
@media (min-width: 992px) {
  .block-links__item {
    min-width: calc(100% / var(--grid-columns) * 3 - var(--grid-gutter) - 0.01px) !important;
  }
}
@media (min-width: 1400px){
  .block-links__items {
    justify-content: space-between !important;
  }
  .block-links__item {
    min-width: calc(100% / var(--grid-columns) * 2 - var(--grid-gutter) - 0.01px) !important;
  }   
}
.c-buttons {
  display: flex;
  flex-flow: row wrap;
  gap: 16px 12px;
}

.c-button,
body.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt,
body.woocommerce a.button {
  background-color: transparent;
  color: var(--color-scheme-primary);
  border: 2px solid var(--color-scheme-primary);
  font-weight: 700;
  display: inline-flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: center;
  line-height: clamp(2rem, 1.03vw + 1.77rem, 3rem);
  padding: 0 clamp(0.75rem, 0.77vw + 0.58rem, 1.5rem);
  transition: back;
  text-align: center;
  border-radius: clamp(2.5rem, 0.51vw + 2.38rem, 3rem);
  text-decoration: none;
}
.c-button:hover,
body.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:hover,
body.woocommerce a.button:hover {
  background-color: var(--color-scheme-primary);
  color: var(--color-white);
}

body.woocommerce a.button {
  color: var(--color-scheme-default-primary);
  border: 2px solid var(--color-scheme-default-primary);
  font-size: clamp(0.88rem, 0.13vw + 0.85rem, 1rem);
}
body.woocommerce a.button:hover {
  background-color: var(--color-scheme-default-primary);
  color: var(--color-white);
}

body.woocommerce:where(body:not(.woocommerce-uses-block-theme)) ul.products li.product .price {
  color: var(--color-scheme-primary);
}

.c-link {
  display: inline-flex;
  flex-flow: row;
  align-items: center;
  text-decoration: none;
  font-size: clamp(1.25rem, 0.26vw + 1.19rem, 1.5rem);
  color: var(--color-text);
  font-weight: 700;
}
.c-link .c-icon {
  margin-left: clamp(0.75rem, 0.26vw + 0.69rem, 1rem);
  font-size: clamp(1.75rem, 0.26vw + 1.69rem, 2rem);
}

.c-media {
  line-height: fluid(28px, 32px);
  padding: 0 fluid(8px, 12px);
}
.c-media__image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.c-media__video {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.c-media__wrapper {
  position: relative;
}
.c-media__copyright {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 0.5rem;
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
  font-size: 0.8rem;
}

.c-post {
  position: relative;
  width: 100%;
}
.c-post--news {
  height: calc(25% - 1.5rem);
}
.c-post--news .c-post__image {
  aspect-ratio: 600/240;
}
.c-post--article .c-post__image {
  aspect-ratio: 586/738;
}
.c-post--video .c-post__image {
  aspect-ratio: 16/9;
}
.c-post--extract .c-post__image {
  aspect-ratio: 586/251;
}
.c-post--magazine .c-post__image {
  aspect-ratio: 586/818;
}
.c-post__tile {
  display: block;
  width: 100%;
  height: 100%;
}
.c-post__tile {
  position: relative;
  background-color: var(--color-scheme-primary);
  border-radius: clamp(1rem, 1.03vw + 0.77rem, 2rem);
  overflow: hidden;
}
.c-post__badge {
  position: absolute;
  top: 0;
  left: 0;
  padding: 4px 24px;
  z-index: 1;
  border-radius: 0 0 clamp(0.5rem, 0.51vw + 0.38rem, 1rem) 0;
  font-size: clamp(0.75rem, 0.26vw + 0.69rem, 1rem);
  background-color: var(--color-scheme-primary);
  color: var(--color-white);
}
.c-post__image {
  height: 100%;
  width: 100%;
}
.c-post__image img {
  display: block;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.c-post__overlay {
  position: absolute;
  top: 0;
  right: -1px;
  bottom: 0;
  left: -1px;
  overflow: hidden;
  background: linear-gradient(0deg, rgb(0, 0, 0) 0%, rgba(255, 255, 255, 0) 40%);
}
.c-post__title {
  position: absolute;
  bottom: clamp(1rem, 0.51vw + 0.88rem, 1.5rem);
  left: clamp(1rem, 0.51vw + 0.88rem, 1.5rem);
  right: clamp(1rem, 0.51vw + 0.88rem, 1.5rem);
  z-index: 1;
}
.c-post__title h1, .c-post__title h2, .c-post__title h3, .c-post__title h4, .c-post__title h5, .c-post__title h6 {
  font-size: clamp(1rem, 0.51vw + 0.88rem, 1.5rem);
  text-shadow: 0 0 8px rgba(0, 0, 0, 0.8);
}

body.woocommerce-page .content-area {
  padding: clamp(3rem, 3.08vw + 2.31rem, 6rem) var(--grid-offset);
}

body .woocommerce,
body.woocommerce #main,
body .wp-block-woocommerce-cart,
body .wp-block-woocommerce-checkout {
  max-width: var(--grid-width-max);
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  float: unset;
  margin-top: clamp(1.5rem, 1.54vw + 1.15rem, 3rem);
}

.woocommerce-products-header {
  margin-bottom: clamp(1.5rem, 1.54vw + 1.15rem, 3rem);
}

#main > [class*=woocommerce-breadcrumb] {
  display: none;
}

.woocommerce-ordering {
  display: flex;
  flex-flow: row nowrap;
}
.woocommerce-ordering .orderby {
  margin-left: auto;
  max-width: 300px;
  padding: 0 12px;
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  text-align: right;
  padding-right: 32px;
}
.woocommerce-ordering .orderby option {
  text-align: right;
}

.woocommerce-MyAccount-navigation ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: clamp(1.5rem, 1.54vw + 1.15rem, 3rem);
  padding: 0 clamp(1rem, 1.03vw + 0.77rem, 2rem);
  border-bottom: 1px solid var(--color-border);
  list-style: none;
}
.woocommerce-MyAccount-navigation ul li {
  flex: 1 1 100%;
  margin-bottom: clamp(0.75rem, 0.77vw + 0.58rem, 1.5rem);
}
.woocommerce-MyAccount-navigation ul li:last-child {
  margin-bottom: 0;
}
.woocommerce-MyAccount-navigation ul li a {
  display: block;
  text-align: left;
  text-decoration: none;
  color: var(--color-text);
  font-size: clamp(1rem, 0.26vw + 0.94rem, 1.25rem);
  font-weight: 600;
  transition: color 0.3s ease;
}
.woocommerce-MyAccount-navigation ul li a:hover {
  color: var(--color-primary);
}

body.woocommerce #content div.product div.images,
body.woocommerce div.product div.images,
body.woocommerce-page #content div.product div.images,
body.woocommerce-page div.product div.images {
  float: left;
  width: 32%;
  margin-right: 3.8%;
}

body.woocommerce #content div.product div.summary,
body.woocommerce div.product div.summary,
body.woocommerce-page #content div.product div.summary,
body.woocommerce-page div.product div.summary {
  float: right;
  width: 64.2%;
  clear: none;
}

body.woocommerce ul.products li.product .woocommerce-placeholder {
  border: none;
}

body.woocommerce ul.products li.product a.woocommerce-loop-product__link {
  aspect-ratio: 440/621;
  width: 100%;
  display: block;
}
body.woocommerce ul.products li.product a.woocommerce-loop-product__link img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
}

.woocommerce-MyAccount-navigation ul {
  padding: 0;
}

body #main .product .tabs {
  display: none;
}
body #main .product .related.products {
  display: none;
}

body.woocommerce-cart .wc-block-components-totals-wrapper,
body.woocommerce-cart .is-large.wc-block-cart .wc-block-cart-items td {
  border-color: var(--color-border);
}

body.woocommerce-account .woocommerce table.shop_table,
body.woocommerce-account .woocommerce table.shop_table td {
  border-color: var(--color-border);
}
body.woocommerce-account .woocommerce-Addresses {
  margin-top: clamp(1.5rem, 1.54vw + 1.15rem, 3rem);
}
body.woocommerce-account .woocommerce-MyAccount-content p {
  margin-top: 0;
}
body.woocommerce-account h1, body.woocommerce-account h2, body.woocommerce-account h3, body.woocommerce-account h4, body.woocommerce-account h5, body.woocommerce-account h6 {
  margin-bottom: clamp(0.75rem, 0.77vw + 0.58rem, 1.5rem);
}

:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt,
body .wc-block-cart__submit-button {
  display: inline-block;
  margin-top: clamp(1.5rem, 1.54vw + 1.15rem, 3rem);
  background-color: transparent;
  color: var(--color-scheme-default-primary);
  border: 2px solid var(--color-scheme-default-primary);
  font-weight: 700;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: center;
  line-height: clamp(2rem, 1.03vw + 1.77rem, 3rem);
  padding: 0 clamp(1.5rem, 1.54vw + 1.15rem, 3rem);
  transition: back;
  text-align: center;
  border-radius: clamp(2.5rem, 0.51vw + 2.38rem, 3rem);
  text-decoration: none;
}
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt:hover,
body .wc-block-cart__submit-button:hover {
  background-color: var(--color-scheme-default-primary);
  color: var(--color-white);
}

:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt {
  margin-top: 0;
  padding: 0 clamp(1rem, 0.51vw + 0.88rem, 1.5rem);
}

body .wp-block-woocommerce-checkout button.wc-block-components-button {
  display: inline-block;
  margin-top: clamp(1.5rem, 1.54vw + 1.15rem, 3rem);
  background-color: transparent;
  color: var(--color-scheme-default-primary);
  border: 2px solid var(--color-scheme-default-primary);
  font-weight: 700;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: center;
  font-size: clamp(1rem, 0.26vw + 0.94rem, 1.25rem);
  font-family: var(--font-default);
  line-height: 1;
  text-align: center;
  padding: 0 clamp(1.5rem, 1.54vw + 1.15rem, 3rem);
  transition: back;
  border-radius: clamp(2.5rem, 0.51vw + 2.38rem, 3rem);
  text-decoration: none;
}
body .wp-block-woocommerce-checkout button.wc-block-components-button span {
  font-weight: 700;
  font-size: inherit;
}
body .wp-block-woocommerce-checkout button.wc-block-components-button:hover {
  background-color: var(--color-scheme-default-primary);
  color: var(--color-white);
}
body .wp-block-woocommerce-checkout button.wc-block-components-button .wc-block-components-checkout-place-order-button__text {
  text-align: center;
  justify-content: center;
  margin-left: 16px;
}
body .wp-block-woocommerce-checkout .wc-block-components-order-summary-item h1, body .wp-block-woocommerce-checkout .wc-block-components-order-summary-item h2, body .wp-block-woocommerce-checkout .wc-block-components-order-summary-item h3, body .wp-block-woocommerce-checkout .wc-block-components-order-summary-item h4, body .wp-block-woocommerce-checkout .wc-block-components-order-summary-item h5, body .wp-block-woocommerce-checkout .wc-block-components-order-summary-item h6 {
  font-size: clamp(0.88rem, 0.13vw + 0.85rem, 1rem);
}
body .wp-block-woocommerce-checkout .wc-block-checkout__actions_row {
  padding-left: 16px;
}
body .wp-block-woocommerce-checkout .wc-block-components-checkout-step--with-step-number .wc-block-components-checkout-step__title::before {
  display: none;
}
body .wp-block-woocommerce-checkout .wc-block-components-form .wc-block-components-checkout-step {
  padding-left: 0;
}
body .wp-block-woocommerce-checkout .wc-block-checkout__payment-method .wc-block-components-checkout-step__content {
  padding-top: 0;
}
body .wp-block-woocommerce-checkout .wc-block-components-checkout-step__heading {
  margin: 36px 0 16px;
}
body .wp-block-woocommerce-checkout .contact-fields .wc-block-components-checkout-step__heading {
  margin-top: 0;
}

.wc-gzd-checkout .wc-block-components-order-summary {
  background-color: rgba(0, 0, 0, 0.1) !important;
}

body .wp-block-woocommerce-checkout .wc-block-components-address-card, body .wp-block-woocommerce-checkout .wc-block-components-totals-wrapper {
  border-color: var(--color-border) !important;
}

.wc-block-cart-item__quantity {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
}

.wp-block-product-new {
  display: none;
}

.wp-block-woocommerce-checkout-express-payment-block {
  display: none;
}

.woocommerce-product-details__short-description {
  margin: clamp(0.5rem, 0.26vw + 0.44rem, 0.75rem) 0 0;
}

.product_meta {
  display: none;
}

body.woocommerce .quantity .qty {
  border-radius: 24px;
  color: #fff;
  width: 100px;
}

.wc-block-components-radio-control .wc-block-components-radio-control__input {
  padding: 8px;
}

.wc-block-components-radio-control-accordion-content {
  display: none;
}

.product.type-product .entry-summary {
  display: flex;
  flex-flow: column;
}
.product.type-product .entry-summary * {
  order: 3;
}
.product.type-product .entry-summary .woocommerce-product-details__short-description {
  order: 2;
}
.product.type-product .entry-summary .woocommerce-product-details__short-description p {
  margin-top: 0;
}
.product.type-product .entry-summary .price {
  margin-top: clamp(1.25rem, 1.28vw + 0.96rem, 2.5rem);
}
.product.type-product .entry-summary form.cart {
  margin-top: 20px;
}
.product.type-product .entry-summary .entry-title {
  order: 1;
}
.product.type-product .entry-summary .woocommerce-authors {
  order: 2;
  margin-top: clamp(1.25rem, 1.28vw + 0.96rem, 2.5rem);
  font-weight: 700;
  font-style: italic;
}
.product.type-product .entry-summary .woocommerce-categories {
  order: 2;
  display: flex;
  list-style: none;
  flex-flow: row wrap;
  padding-left: 0;
  margin-left: 0;
  margin-top: clamp(1.25rem, 1.28vw + 0.96rem, 2.5rem);
  margin-bottom: 0;
}
.product.type-product .entry-summary .woocommerce-categories li {
  margin-left: clamp(1.25rem, 1.28vw + 0.96rem, 2.5rem);
}
.product.type-product .entry-summary .woocommerce-categories li a {
  font-weight: 700;
  text-decoration: none;
}
.product.type-product .entry-summary .woocommerce-categories li:first-child {
  margin-left: 0;
}
.product.type-product .entry-summary .woocommerce-authors ~ .woocommerce-categories {
  margin-top: clamp(0.5rem, 0.26vw + 0.44rem, 0.75rem);
}

.woocommerce-checkout .woocommerce-order .woocommerce-order-downloads__title,
.woocommerce-checkout .woocommerce-order .woocommerce-order-details__title,
.woocommerce-checkout .woocommerce-order .woocommerce-column__title {
  margin-top: 64px;
  margin-bottom: 32px;
}
.woocommerce-checkout .woocommerce-order .woocommerce-thankyou-order-received {
  margin-bottom: 32px;
}
.woocommerce-checkout .woocommerce-order .woocommerce-order-overview {
  padding-left: 0;
}
.woocommerce-checkout .woocommerce-order .woocommerce-order-details {
  margin-bottom: 64px;
}
.woocommerce-checkout .woocommerce-order .woocommerce-customer-details address {
  margin-bottom: 32px;
  padding: 0;
}
.woocommerce-checkout .woocommerce-order .woocommerce-table {
  background-color: transparent;
}

.woocommerce table.shop_table {
  border: 1px solid white;
  border-spacing: 0;
}

.woocommerce table.shop_table tfoot td,
.woocommerce table.shop_table tfoot th,
.woocommerce table.shop_table tbody td,
.woocommerce table.shop_table tbody {
  border-top: 1px solid white;
}

.woocommerce table.shop_table tfoot th,
.woocommerce table.shop_table thead th,
.woocommerce table.shop_table tbody th,
.woocommerce table.shop_table tbody td {
  border-right: 1px solid white;
}

.woocommerce table.shop_table thead th:last-child,
.woocommerce table.shop_table tbody td:last-child {
  border-right: 0;
}

/* Shipping cost popup */
.shipping-popup-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.6);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 99999;
}
.shipping-popup-inner {
  background: #000;
  width: 100%;
  max-width: 1200px;
  max-height: 85vh;
  overflow-y: auto;
  border-radius: 8px;
  padding: 20px;
  position: relative;
  box-shadow: 0 20px 50px rgba(0,0,0,0.4);
}
.shipping-popup-close {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: none;
  background: #fff;
  color: #000;
  font-size: 20px;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: 0 4px 10px rgba(0,0,0,0.15);
  transition: transform .12s ease, background .12s ease;
}
.shipping-popup-close:hover {
  transform: translateY(-1px);
  background: #f6f6f6;
}
.shipping-popup-close:focus {
  outline: 2px solid rgba(0,0,0,0.12);
  outline-offset: 2px;
}
.shipping-popup-content {
  margin-top: 8px;
}

/* Dropdown look fix */
.rz-archive-select {
    padding: 10px 14px;
    font-size: 16px;
    border-radius: 8px;
    border: 1px solid #4A5DFF;
    background: #ffffff;
    color: #000000;
    width: 100%;
    max-width: 320px;
    appearance: none; /* Custom look enable */
    cursor: pointer;
    position: relative;
}

/* Force dropdown options styling */
.rz-archive-select option {
    background: #ffffff !important; /* White background */
    color: #000000 !important;       /* Black text */
    padding: 10px;
}

/* Show only 4 options in dropdown */
.rz-archive-select option {
    height: 40px;
}

.rz-archive-select {
    max-height: 160px; /* 4 x 40px */
    overflow-y: auto;
}

/* Fix dropdown opening upward — force downward */
.rz-archive-select {
    direction: ltr; /* helps many times */
}

select::-ms-expand {
    display: none;
}

/* Forcing dropdown to open downward */
.rz-archive-select {
    position: relative;
}
.rz-archive-select {
    padding: 12px 18px !important;
    font-size: 16px !important;
    line-height: 1.4 !important;
    height: auto !important;
    min-height: 48px !important;

    border-radius: 12px;
    border: 1px solid #4A5DFF;
    background: #ffffff;
    color: #000000;

    display: flex;
    align-items: center;   /* 🔥 text properly center */
}

.footer__socket{
	gap: 0 !important;
}



/* Hide old buttons permanently */
.block-archive-navigation .block__main ul {
    display: none;
}

/* Prevent dropdown from disappearing */
.rz-archive-select {
    min-height: 40px;
}

.rz-select-wrapper {
    position: relative;
}

/* REQUIRED: wrapper positioning */
.rz-select-wrapper {
    position: relative;
    display: inline-block;
}

/* hide native arrow */
.rz-archive-select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}

/*  BLACK DOWN ARROW */
.rz-select-wrapper::after {
    content: "▼";
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    color: #000;
    font-size: 14px;
    pointer-events: none;
    z-index: 2;
}






/* hide title initially */
.block-page-title__headline {
    visibility: hidden;
}


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