@charset "UTF-8";
:root {
  --font-default: "Strawford", sans-serif;
  --font-headline: "Argesta Headline", sans-serif;
  --layout-columns: 12;
  --layout-gutter: clamp(1rem, 2.82vw + 0.37rem, 3.75rem);
  --layout-offset: clamp(1.25rem, 3.85vw + 0.38rem, 5rem);
  --layout-width-max: calc(1920px - (var(--layout-offset) * 2));
  --color-1: #000000;
  --color-2: #ffffff;
  --color-3: #CCB8AC;
  --color-4: #755F5C;
  --color-5: #E3DFDE;
  --color-6: #D96E78;
  --color-7: #F5F1EE;
  --color-8: #707070;
  --color-text-1: var(--color-1);
  --color-text-2: var(--color-2);
  --color-text-3: var(--color-3);
  --color-text-4: var(--color-4);
  --color-text-5: var(--color-5);
  --color-text-6: var(--color-6);
  --color-background-1: var(--color-2);
  --color-background-2: var(--color-7);
  --color-background-3: var(--color-4);
  --color-background-4: var(--color-5);
  --color-border: var(--color-4);
  --color-button-bg: var(--color-6);
  --color-button-bg-hover: var(--color-3);
  --color-toggle: var(--color-3);
  --color-toggle-active: var(--color-3);
  --color-icon: var(--color-3);
  --color-icon-hover: var(--color-4);
  --block-margin: clamp(4rem, 4.1vw + 3.08rem, 8rem);
  --block-padding: clamp(4rem, 4.1vw + 3.08rem, 8rem);
  --component-margin-1: clamp(0.5rem, 0.51vw + 0.38rem, 1rem);
  --component-margin-2: clamp(1rem, 0.51vw + 0.88rem, 1.5rem);
  --component-margin-3: clamp(1.5rem, 0.51vw + 1.38rem, 2rem);
  --component-margin-4: clamp(2.5rem, 1.54vw + 2.15rem, 4rem);
  --image-radius: clamp(1rem, 1.03vw + 0.77rem, 2rem);
  --content-padding-inner: clamp(1.5rem, 1.54vw + 1.15rem, 3rem);
  --header-height: clamp(5rem, 2.56vw + 4.42rem, 7.5rem);
}

*,
::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;
}

/* quicksand-300 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Quicksand";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/quicksand/quicksand-v36-latin-300.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* quicksand-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Quicksand";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/quicksand/quicksand-v36-latin-regular.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* quicksand-500 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Quicksand";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/quicksand/quicksand-v36-latin-500.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* quicksand-600 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Quicksand";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/quicksand/quicksand-v36-latin-600.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* quicksand-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Quicksand";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/quicksand/quicksand-v36-latin-700.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* italiana-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Italiana";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/italiana/italiana-v20-latin-regular.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* argesta-headline - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Argesta Headline";
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/argesta/argestaheadline-regular-webfont.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* argesta-text - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Argesta Text";
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/argesta/argestatext-regular-webfont.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* strawford regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Strawford";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/strawford/strawford-regular-webfont.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* strawford light - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Strawford";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/strawford/strawford-light-webfont.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* strawford medium - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Strawford";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/strawford/strawford-medium-webfont.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* strawford bold - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Strawford";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/strawford/strawford-bold-webfont.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
body {
  background-color: var(--color-background-4);
  color: var(--color-text-4);
  font-size: clamp(1rem, 0.26vw + 0.94rem, 1.25rem);
  font-family: var(--font-default);
  font-weight: 300;
  line-height: 1.5;
}
body.no-scroll {
  overflow-y: clip;
}

.l-wrapper {
  position: relative;
  max-width: 2200px;
  margin: 0 auto;
  background-color: var(--color-background-1);
  overflow: clip;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-size: clamp(2rem, 1.03vw + 1.77rem, 3rem);
  font-family: var(--font-headline);
  line-height: 1.3;
  margin-top: clamp(1.5rem, 1.54vw + 1.15rem, 3rem);
  margin-bottom: 0;
  font-weight: 500;
  letter-spacing: 1px;
  color: inherit;
}
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;
}

h2, h3, h4, h5, h6, .h2, .h3, .h4, .h5, .h6 {
  font-size: clamp(1.88rem, 1.28vw + 1.59rem, 3.13rem);
}

h1, .h1 {
  font-size: clamp(1.75rem, 1.28vw + 1.46rem, 3rem);
}

h2, .h2 {
  font-size: clamp(1.5rem, 1.03vw + 1.27rem, 2.5rem);
}

h3, .h3 {
  font-size: clamp(1.25rem, 0.77vw + 1.08rem, 2rem);
}

h4, .h4 {
  font-size: clamp(1.13rem, 0.38vw + 1.04rem, 1.5rem);
}

p {
  margin-top: clamp(1.5rem, 0.51vw + 1.38rem, 2rem);
}
p:first-child {
  margin-top: 0;
}
p:last-of-type {
  margin-bottom: 0;
}

b, strong {
  font-weight: 600;
}

a {
  color: var(--color-text);
  text-decoration: none;
}

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

ul {
  list-style-type: none;
}
ul li {
  position: relative;
  padding-left: 8px;
}
ul li:before {
  position: relative;
  top: 0;
  left: 0;
  display: inline-block;
  content: "";
  width: 8px;
  height: 8px;
  margin-right: 8px;
  background-color: var(--color-text-2);
  border-radius: 50%;
  transform: translateY(-50%);
}

ol {
  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 wrap;
}
nav ul li {
  margin-top: 0;
}
nav ul li:before {
  display: none;
}

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;
}

.l-inversed a {
  color: var(--color-primary);
}
.l-inversed a:hover {
  color: var(--color-secondary);
}
.l-inversed h1, .l-inversed h2, .l-inversed h3, .l-inversed h4, .l-inversed h5, .l-inversed h6,
.l-inversed .h1, .l-inversed .h2, .l-inversed .h3, .l-inversed .h4, .l-inversed .h5, .l-inversed .h6 {
  color: var(--color-text-inversed);
}

.text-small {
  font-weight: 300;
}

.screen-reader-text, .screen-reader-response {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}

body.admin-bar .header {
  margin-top: 46px;
}
body.admin-bar .header.header--scrolled {
  margin-top: 0;
}

@media screen and (min-width: 782px) {
  body.admin-bar .header {
    margin-top: 32px;
  }
}
.skip-link {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
  color: #fff;
  background-color: #000;
  padding: 16px;
  text-decoration: none;
}
.skip-link:focus {
  position: sticky;
  width: auto;
  height: auto;
}

: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: 1024px) {
  :root {
    --g-media_query: "viewport: md";
  }
}
@media (min-width: 1280px) {
  :root {
    --g-media_query: "viewport: lg";
  }
}
@media (min-width: 1440px) {
  :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);
  --grid-color: 190, 100%, 50%;
  --line-thickness: 1px;
  --column-start: 0;
  --column-start-line: var(--line-thickness);
  --column-end: calc((100% / var(--layout-columns)) - var(--layout-gutter) - var(--line-thickness));
  --column-end-line: calc((100% / var(--layout-columns)) - var(--layout-gutter));
  --gutter-end: calc(100% / var(--layout-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.stilpress-debug__grid {
  display: flex;
  z-index: 1000;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: var(--document-height, auto);
  justify-content: center;
}

.stilpress-debug__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.stilpress-debug__grid::after {
  position: fixed;
  z-index: 1000;
  content: "";
  width: calc(100% - var(--layout-offset) * 2);
  padding: 0 var(--layout-offset);
  max-width: var(--layout-width-max);
  min-height: 100vh;
  background-image: var(--g-gradient-column), var(--g-gradient-baseline);
  background-position: 0 0;
  background-size: calc(100% + var(--layout-gutter)) 100vh;
  pointer-events: none;
}

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

@media (min-width: 1440px) {
  html.stilpress-debug__grid::after {
    max-width: var(--layout-width-max);
  }
}
pre {
  width: 100%;
  max-height: 50vh;
  overflow-y: scroll;
}

.l-width {
  max-width: var(--layout-width-max);
  width: 100%;
  margin: 0 auto;
}

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

.l-background-1 {
  background-color: var(--color-background-1);
}

.l-background-2 {
  background-color: var(--color-background-2);
}

.l-background-3 {
  background-color: var(--color-background-3);
}

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

.l-grid__column {
  width: 1px;
  min-width: calc(100% / var(--layout-columns) * 12 - var(--layout-gutter) - 0.01px);
  margin-right: calc(var(--layout-gutter) / 2);
  margin-left: calc(var(--layout-gutter) / 2);
}

.l-text-alignment-1 {
  text-align: left;
}

.l-text-alignment-2 {
  text-align: center;
}

.l-text-alignment-3 {
  text-align: right;
}

.header {
  background-color: var(--color-background-1);
  color: var(--color-text-4);
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 12;
  transition: transform 0.2s ease-in-out;
  height: var(--header-height);
  max-width: 2200px;
  margin: 0 auto;
}
.header .l-width {
  height: 100%;
}
.header .header__bar {
  height: 100%;
  padding-top: clamp(1rem, 0.77vw + 0.83rem, 1.75rem);
  padding-bottom: clamp(1rem, 0.77vw + 0.83rem, 1.75rem);
  display: flex;
  flex-flow: row nowrap;
  position: relative;
}
.header .header__logo {
  position: relative;
  z-index: 13;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  height: 100%;
}
.header .header__logo span, .header .header__logo a {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
}
.header .header__logo img {
  aspect-ratio: 1000/307;
  width: clamp(12.5rem, 3.85vw + 11.63rem, 16.25rem);
}
.header .header__logo .logo--light {
  display: none;
}
.header .header__search {
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  margin-left: auto;
}
@media (min-width: 1024px) {
  .header .header__search {
    margin-left: clamp(1.5rem, 0.26vw + 1.44rem, 1.75rem);
  }
}
.header .header__search .c-icon {
  width: clamp(1.5rem, 0.51vw + 1.38rem, 2rem);
}
.header .header__search:hover .c-icon path {
  fill: var(--color-3);
}

@media (min-width: 1024px) {
  .header.header--scrolled {
    transform: translateY(-100%);
    box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.07);
  }
}
#main {
  padding-top: var(--header-height);
}

.footer {
  color: var(--color-text-2);
  font-size: clamp(0.88rem, 0.13vw + 0.85rem, 1rem);
}
.footer .footer__widgetareas {
  background-color: var(--color-background-2);
  color: var(--color-text-4);
  padding-top: clamp(4rem, 4.1vw + 3.08rem, 8rem);
  padding-bottom: clamp(4rem, 4.1vw + 3.08rem, 8rem);
}
.footer .footer__widgetareas .footer__widgetareas {
  margin-top: clamp(2.5rem, 2.56vw + 1.92rem, 5rem);
}
.footer .footer__widgetareas .footer__widgetareas:first-child {
  margin-top: 0;
}
.footer .footer__widgetarea {
  width: 1px;
  min-width: calc(100% / var(--layout-columns) * 12 - var(--layout-gutter) - 0.01px);
  margin-right: calc(var(--layout-gutter) / 2);
  margin-left: calc(var(--layout-gutter) / 2);
}
@media (min-width: 1024px) {
  .footer .footer__widgetarea {
    width: 1px;
    min-width: calc(100% / var(--layout-columns) * 6 - var(--layout-gutter) - 0.01px);
    margin-right: calc(var(--layout-gutter) / 2);
    margin-left: calc(var(--layout-gutter) / 2);
  }
}
@media (min-width: 1280px) {
  .footer .footer__widgetarea {
    width: 1px;
    min-width: calc(100% / var(--layout-columns) * 5 - var(--layout-gutter) - 0.01px);
    margin-right: calc(var(--layout-gutter) / 2);
    margin-left: calc(var(--layout-gutter) / 2);
  }
  .footer .footer__widgetarea:nth-child(2) {
    width: 1px;
    min-width: calc(100% / var(--layout-columns) * 5 - var(--layout-gutter) - 0.01px);
    margin-right: calc(var(--layout-gutter) / 2);
    margin-left: calc(var(--layout-gutter) / 2);
  }
  .footer .footer__widgetarea:nth-child(3) {
    width: 1px;
    min-width: calc(100% / var(--layout-columns) * 2 - var(--layout-gutter) - 0.01px);
    margin-right: calc(var(--layout-gutter) / 2);
    margin-left: calc(var(--layout-gutter) / 2);
  }
}
.footer .footer__socket {
  padding-top: clamp(1rem, 1.03vw + 0.77rem, 2rem);
  padding-bottom: clamp(1rem, 1.03vw + 0.77rem, 2rem);
  background-color: var(--color-background-3);
}
.footer .footer__navigation ul {
  display: flex;
  flex-flow: column;
}
.footer .footer__navigation ul li {
  margin-top: 8px;
  padding: 0;
}
.footer .footer__copyright {
  margin-top: 24px;
}

@media (min-width: 1024px) {
  .footer .footer__navigation {
    width: 1px;
    min-width: calc(100% / var(--layout-columns) * 8 - var(--layout-gutter) - 0.01px);
    margin-right: calc(var(--layout-gutter) / 2);
    margin-left: calc(var(--layout-gutter) / 2);
  }
  .footer .footer__navigation ul {
    flex-flow: row nowrap;
  }
  .footer .footer__navigation ul li {
    margin-left: clamp(0.5rem, 0.51vw + 0.38rem, 1rem);
    margin-top: 0;
  }
  .footer .footer__navigation ul li:after {
    content: "|";
    margin-left: clamp(0.5rem, 0.51vw + 0.38rem, 1rem);
  }
  .footer .footer__navigation ul li:last-child:after {
    content: none;
  }
  .footer .footer__navigation ul li:first-child {
    margin-left: 0;
  }
  .footer .footer__copyright {
    text-align: right;
    margin-top: 0;
  }
  .footer .footer__copyright {
    width: 1px;
    min-width: calc(100% / var(--layout-columns) * 4 - var(--layout-gutter) - 0.01px);
    margin-right: calc(var(--layout-gutter) / 2);
    margin-left: calc(var(--layout-gutter) / 2);
  }
}
@media (min-width: 1024px) {
  .footer .footer__navigation {
    width: 1px;
    min-width: calc(100% / var(--layout-columns) * 7 - var(--layout-gutter) - 0.01px);
    margin-right: calc(var(--layout-gutter) / 2);
    margin-left: calc(var(--layout-gutter) / 2);
  }
  .footer .footer__navigation ul {
    flex-flow: row nowrap;
  }
  .footer .footer__navigation ul li {
    margin-left: clamp(0.5rem, 0.51vw + 0.38rem, 1rem);
    margin-top: 0;
  }
  .footer .footer__navigation ul li:after {
    content: "|";
    margin-left: clamp(0.5rem, 0.51vw + 0.38rem, 1rem);
  }
  .footer .footer__navigation ul li:last-child:after {
    content: none;
  }
  .footer .footer__navigation ul li:first-child {
    margin-left: 0;
  }
  .footer .footer__copyright {
    width: 1px;
    min-width: calc(100% / var(--layout-columns) * 5 - var(--layout-gutter) - 0.01px);
    margin-right: calc(var(--layout-gutter) / 2);
    margin-left: calc(var(--layout-gutter) / 2);
  }
}
#main .page-search {
  padding-bottom: var(--block-padding);
  padding-top: var(--block-padding);
}
#main .results__info {
  margin-bottom: clamp(1.5rem, 1.54vw + 1.15rem, 3rem);
}
#main .results .results__items {
  display: flex;
  flex-flow: row nowrap;
}
#main .results .results__item {
  margin-top: clamp(1.25rem, 0.26vw + 1.19rem, 1.5rem);
  background-color: var(--color-background-4);
  border-radius: var(--image-radius);
  width: 100%;
  padding: clamp(0.75rem, 0.77vw + 0.58rem, 1.5rem) 0;
}
#main .results .results__item:first-child {
  border-top: 0;
}
#main .results .result__link {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  width: 100%;
  text-decoration: none;
  color: var(--color-text);
}
#main .results .result__link:hover .result__title {
  color: var(--color-primary);
}
#main .results .result__media {
  display: none;
  position: relative;
  width: 100px;
  height: 100px;
  background-color: var(--color-background-secondary);
}
#main .results .result__media__image {
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#main .results .result__content {
  padding-left: clamp(1.25rem, 1.28vw + 0.96rem, 2.5rem);
}
#main .results .result__title {
  font-weight: 500;
  color: var(--color-secondary);
}

.header .toggle {
  position: relative;
  z-index: 12;
  margin-left: clamp(1.5rem, 1.54vw + 1.15rem, 3rem);
  cursor: pointer;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
}
.header .toggle__label {
  display: none;
}
.header .toggle__indicator {
  height: 18px;
  width: 26px;
  position: relative;
}
.header .toggle__indicator span {
  position: absolute;
  left: 0;
  height: 2px;
  width: 100%;
  background-color: var(--color-toggle);
  transition: all 0.4s ease-in-out;
}
.header .toggle__indicator span:nth-child(1) {
  top: 0;
}
.header .toggle__indicator span:nth-child(2) {
  top: 50%;
  transform: translateY(-50%);
  opacity: 1;
}
.header .toggle__indicator span:nth-child(3) {
  bottom: 0;
}
.header .toggle.active .toggle__indicator span {
  color: var(--color-toggle-active);
}
.header .toggle.active .toggle__indicator span:nth-child(1) {
  top: calc(50% - 1px);
  transform: rotate(-45deg);
}
.header .toggle.active .toggle__indicator span:nth-child(2) {
  opacity: 0;
}
.header .toggle.active .toggle__indicator span:nth-child(3) {
  bottom: calc(50% - 1px);
  transform: rotate(45deg);
}

@media (min-width: 1024px) {
  .header .toggle {
    display: none;
  }
}
.header .l-padding, .header .l-width {
  width: 100%;
}
.header .bar__search {
  margin-right: calc(var(--layout-gutter) * -1);
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 13;
  width: 100%;
  pointer-events: none;
  overflow: hidden;
}
.header .bar__search .search__inner {
  width: calc(100% + 1px);
  position: relative;
  transform: translateX(100%);
  transition: transform 0.4s ease-in-out;
  background-color: var(--color-background-1);
  pointer-events: all;
  height: var(--header-height);
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.header .bar__search .search__inner form {
  width: 100%;
}
.header .bar__search .search__toggle {
  display: flex;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.header .bar__search button {
  display: none;
}

.header.search--active .bar__search .search__inner {
  transform: translateX(0);
}

@media (max-width: 1023.98px) {
  #navigation-main {
    display: block;
    background-color: var(--color-background-2);
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 100%;
    height: 100svh;
    z-index: 10;
    transition: left 0.4s ease-in-out 0s;
    color: var(--color-text-inversed);
  }
  #navigation-main .sub-menu-inner {
    width: 100%;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s linear;
  }
  #navigation-main .sub-menu-inner.active {
    max-height: 600px;
  }
  #navigation-main .navigation__title {
    display: none;
  }
  #navigation-main .navigation__inner {
    position: fixed;
    top: clamp(6.25rem, 3.85vw + 5.38rem, 10rem);
    right: 0;
    bottom: 0;
    left: 100%;
    transition: left 0.4s ease-in-out 0s;
    z-index: 4;
    height: calc(100% - 100px);
    width: 100%;
    overflow-y: auto;
    overflow-x: clip;
    padding: var(--layout-offset);
    padding-top: calc(var(--layout-offset) + 20px);
  }
  #navigation-main .navigation__inner > ul > li:not(.link-style-button) > a {
    line-height: 56px;
  }
  #navigation-main .navigation__inner > ul > li ul {
    margin-left: 24px;
  }
  #navigation-main .navigation__inner ul {
    display: flex;
    flex-flow: column wrap;
    justify-content: space-between;
    width: 100%;
  }
  #navigation-main .navigation__inner ul li {
    display: flex;
    flex-flow: row wrap;
    margin: 0;
    align-items: center;
    justify-content: space-between;
  }
  #navigation-main .navigation__inner ul li a {
    font-weight: 500;
  }
  #navigation-main .navigation__inner ul li .c-icon {
    display: flex;
    width: 32px;
    height: 32px;
    justify-content: center;
    align-items: center;
    aspect-ratio: 1;
    cursor: pointer;
    margin: 8px 0;
  }
  #navigation-main .navigation__inner ul li .c-icon svg {
    width: 16px;
    transition: transform 0.24s ease-in-out;
  }
  #navigation-main .navigation__inner ul li .c-icon svg path {
    fill: var(--color-text-inversed);
  }
  #navigation-main .navigation__inner ul li .c-icon.active svg {
    transform: rotate(180deg);
  }
  #navigation-main .navigation__inner ul > li a:hover {
    color: var(--color-primary);
  }
  #navigation-main .navigation__inner ul > li > ul {
    width: 100%;
  }
  #navigation-main .navigation__inner ul > li > ul a {
    display: block;
    text-decoration: none;
    color: var(--color-text-inversed);
    font-size: 16px;
  }
  #navigation-main .navigation__inner ul > li > ul ul li:last-child {
    padding-bottom: 0;
  }
  #navigation-main .navigation__inner ul li.link-style-button a {
    margin-top: 32px;
    font-size: 22px;
    color: var(--color-text-2);
  }
  #navigation-main .navigation__inner ul li.link-style-button:hover a {
    color: var(--color-text-4);
  }
  #navigation-main .navigation__inner ul li:not(.link-style-button):last-child {
    padding-bottom: 12px;
  }
  #navigation-main .navigation__inner ul li:not(.link-style-button) a {
    text-decoration: none;
    color: var(--color-text-inversed);
    font-size: 22px;
    line-height: 20px;
    padding: 4px 0;
    margin: 12px 0;
  }
  #navigation-main .navigation__inner ul li:not(.link-style-button):first-child {
    margin-top: 0;
  }
  #navigation-main .navigation__inner ul li:not(.link-style-button):hover > a, #navigation-main .navigation__inner ul li:not(.link-style-button).current-menu-item > a {
    color: var(--color-primary);
  }
  .header {
    overflow-x: clip;
  }
  .header.nav-active #navigation-main {
    left: 0;
    transition: left 0.4s ease-in-out 0s;
  }
  .header.nav-active #navigation-main .navigation__inner {
    left: 0;
    transition: left 0.4s ease-in-out 0.2s;
  }
}
@media (min-width: 1024px) {
  #navigation-main {
    display: flex;
    margin-left: auto;
    height: 100%;
    align-items: center;
  }
  #navigation-main .navigation__title {
    display: none;
  }
  #navigation-main .c-icon {
    display: block;
    margin-left: 8px;
    aspect-ratio: unset;
  }
  #navigation-main .c-icon svg {
    width: 12px;
  }
  #navigation-main .navigation-main__inner {
    height: 100%;
  }
  #navigation-main .navigation-main__title {
    display: none;
  }
  #navigation-main ul {
    flex-flow: row nowrap;
    height: 100%;
    align-items: center;
  }
  #navigation-main li {
    position: relative;
    align-items: center;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    white-space: nowrap;
    height: 100%;
    margin-right: clamp(2rem, 1.03vw + 1.77rem, 3rem);
  }
  #navigation-main li:first-child {
    margin-left: 0;
  }
  #navigation-main li.link-style-button a {
    color: var(--color-text-2);
    font-weight: 600;
  }
  #navigation-main li.link-style-button a:hover {
    border-color: var(--color-primary);
    color: var(--color-text-4);
  }
  #navigation-main a {
    position: relative;
    text-decoration: none;
    color: var(--color-text-4);
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    font-size: clamp(1rem, 0.13vw + 0.97rem, 1.13rem);
    font-weight: 600;
  }
  #navigation-main li:not(.link-style-button).current-menu-item > a:before,
  #navigation-main li:not(.link-style-button).current-menu-ancestor > a:before {
    background-color: var(--color-primary);
  }
  #navigation-main li:not(.link-style-button):hover > a:before {
    background-color: var(--color-primary);
  }
  #navigation-main li:not(.link-style-button):last-child ul li ul {
    left: unset;
    right: 0;
  }
  #navigation-main li:nth-last-child(2) ul {
    left: unset;
    right: 0;
  }
  #navigation-main ul li ul {
    position: absolute;
    z-index: -1;
    display: none;
    top: calc(100% - 1px);
    left: -32px;
    min-width: 320px;
    height: auto;
    padding: 32px 0 0;
  }
  #navigation-main ul li ul .sub-menu-inner {
    padding: 32px 0 32px;
    box-shadow: 0 6px 10px 4px rgba(0, 0, 0, 0.04);
    background-color: var(--color-background-1);
  }
  #navigation-main ul li ul li ul {
    left: 100%;
    top: -16px;
  }
  #navigation-main ul li ul li {
    padding: 0 32px;
  }
  #navigation-main ul li ul li .c-icon {
    display: flex;
    justify-content: flex-end;
  }
  #navigation-main ul li ul li .c-icon svg {
    transform: rotate(-90deg);
  }
  #navigation-main ul li:last-child ul {
    left: unset;
    right: 0;
  }
  #navigation-main ul > li:hover > ul {
    display: block;
    z-index: 10;
  }
  #navigation-main ul li ul li:hover > ul {
    display: block;
  }
  #navigation-main ul li ul li {
    margin: 0;
    white-space: nowrap;
    margin-top: 16px;
  }
  #navigation-main ul li ul li:first-child {
    margin-top: 0;
  }
}
.error-404 {
  padding: clamp(0.5rem, 9.74vw + -1.69rem, 10rem) 0;
  text-align: center;
}
.error-404 div:not(.c-content) > .l-grid > .l-grid__item {
  align-items: center;
  display: flex;
}
.error-404 div:not(.c-content) > .l-grid > .l-grid__item {
  width: 1px;
  min-width: calc(100% / var(--layout-columns) * 12 - var(--layout-gutter) - 0.01px);
  margin-right: calc(var(--layout-gutter) / 2);
  margin-left: calc(var(--layout-gutter) / 2);
}
.error-404 .c-media {
  width: 100%;
  position: relative;
  text-align: center;
}
.error-404 .c-media img {
  position: relative;
  z-index: 2;
  display: block;
  margin: 0 auto;
}
.error-404 .c-content {
  margin-top: clamp(3rem, 3.08vw + 2.31rem, 6rem);
  width: 100%;
}
.error-404__buttons {
  margin-top: clamp(1.5rem, 1.54vw + 1.15rem, 3rem);
}
.error-404__subline {
  font-weight: 700;
  font-size: clamp(1.5rem, 1.54vw + 1.15rem, 3rem);
  margin-top: clamp(0.5rem, 0.51vw + 0.38rem, 1rem);
}
.error-404__text {
  margin-top: clamp(1rem, 1.03vw + 0.77rem, 2rem);
}
.error-404__headline h1 {
  color: var(--color-primary);
  font-weight: 700;
  font-size: clamp(6rem, 6.15vw + 4.62rem, 12rem);
  line-height: 1.1;
}
@media (min-width: 1024px) {
  .error-404 div:not(.c-content) > .l-grid > .l-grid__item {
    width: 1px;
    min-width: calc(100% / var(--layout-columns) * 6 - var(--layout-gutter) - 0.01px);
    margin-right: calc(var(--layout-gutter) / 2);
    margin-left: calc(var(--layout-gutter) / 2);
    margin-left: calc(100% / var(--layout-columns) * 3 + var(--layout-gutter) / 2);
  }
  .error-404 div:not(.c-content) > .l-grid > .l-grid__item + .l-grid__item {
    width: 1px;
    min-width: calc(100% / var(--layout-columns) * 5 - var(--layout-gutter) - 0.01px);
    margin-right: calc(var(--layout-gutter) / 2);
    margin-left: calc(var(--layout-gutter) / 2);
    margin-left: calc(100% / var(--layout-columns) * 1 + var(--layout-gutter) / 2);
  }
  .error-404 .c-media {
    padding-bottom: 0;
  }
  .error-404 .c-content {
    margin-top: 0;
  }
}

.b {
  margin-top: var(--block-margin);
}
.b:last-of-type {
  margin-bottom: var(--block-margin);
}
.b.l-background-2, .b.l-background-3 {
  padding-top: var(--block-padding);
  padding-bottom: var(--block-padding);
}
.b.l-background-2:last-of-type, .b.l-background-3:last-of-type {
  margin-bottom: 0;
}
.b.l-background-2 + .b.l-background-2, .b.l-background-2 + .b.l-background-3, .b.l-background-3 + .b.l-background-2, .b.l-background-3 + .b.l-background-3 {
  margin-top: 0;
  padding-top: 0;
}

.c-overline {
  font-family: "Quicksand", sans-serif;
  color: var(--color-text-3);
  font-size: clamp(1rem, 0.26vw + 0.94rem, 1.25rem);
  font-weight: 500;
  margin-bottom: clamp(0.5rem, 0.51vw + 0.38rem, 1rem);
}

.c-headline {
  color: var(--color-text-4);
  margin-top: var(--component-margin-3);
}
.c-headline:first-child {
  margin-top: 0;
}

.c-overline + .c-headline {
  margin-top: 0;
}

.c-text {
  margin-top: var(--component-margin-2);
}
.c-text:first-child {
  margin-top: 0;
}
.c-text a {
  color: var(--color-text-4);
  text-decoration: none;
  border-bottom: 2px solid var(--color-text-4);
}
.c-text a:hover {
  color: var(--color-text-6);
  border-bottom: 2px solid var(--color-text-6);
}
.c-text ul {
  list-style-type: none;
}
.c-text ul li {
  position: relative;
  padding-left: 8px;
}
.c-text ul li:before {
  position: absolute;
  top: clamp(0.75rem, 0.26vw + 0.69rem, 1rem);
  left: 0;
  display: inline-block;
  content: "";
  width: 8px;
  height: 8px;
  margin-left: calc(clamp(1rem, 0.51vw + 0.88rem, 1.5rem) * -1);
  background-color: var(--color-icon);
  border-radius: 50%;
}

.c-buttons {
  margin-top: var(--component-margin-4);
  display: flex;
  flex-flow: row wrap;
  gap: clamp(1.25rem, 1.28vw + 0.96rem, 2.5rem);
}
.c-buttons:first-child {
  margin-top: 0;
}

.c-button {
  position: relative;
  display: inline-flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: center;
  padding: 0 clamp(1.5rem, 0.51vw + 1.38rem, 2rem);
  height: clamp(2.75rem, 0.51vw + 2.63rem, 3.25rem);
  text-align: center;
  text-decoration: none;
  font-size: clamp(1.13rem, 0.13vw + 1.1rem, 1.25rem);
  font-weight: 600;
  line-height: 1.2;
  border: 0;
  transition: color 0.24s ease-in-out, background-color 0.24s ease-in-out;
  color: var(--color-text-2);
  border-radius: calc(clamp(2.75rem, 0.51vw + 2.63rem, 3.25rem) / 2);
  background-color: var(--color-button-bg);
}
.c-button span {
  position: relative;
  z-index: 1;
}
.c-button:hover {
  color: var(--color-text-4);
  background-color: var(--color-button-bg-hover);
}

.background-color-3 .c-button {
  color: var(--color-text);
}
.background-color-3 .c-button:hover {
  color: var(--color-text-inversed);
  background-color: transparent;
  border-color: var(--color-primary);
}

.text-alignment-2 .c-buttons {
  justify-content: center;
}

.w .c-headline + .c-link {
  margin-top: var(--component-margin-medium);
}
.w .c-link {
  margin-top: 0;
  display: inline-flex;
  flex-flow: column;
  line-height: 1.4;
}
.w .c-link:first-child {
  margin-top: 0;
}
.w .c-link:hover span {
  display: inline-block;
  color: var(--color-6);
}
.w .c-link .c-icon {
  max-width: 40px;
  margin-right: 16px;
}
.w .c-link span {
  text-decoration: none;
  font-weight: 500;
  color: var(--color-primary);
}

.c-socials {
  margin-top: clamp(1.25rem, 1.28vw + 0.96rem, 2.5rem);
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  gap: clamp(1.25rem, 1.28vw + 0.96rem, 2.5rem);
}
.c-socials a {
  display: block;
}
.c-socials a svg {
  width: clamp(2rem, 0.51vw + 1.88rem, 2.5rem);
  aspect-ratio: 1;
}
.c-socials a svg path {
  fill: var(--color-primary);
}

.c-media {
  position: relative;
  margin: 0;
}
.c-media__image {
  position: relative;
  z-index: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.c-media__video {
  position: relative;
  z-index: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.c-media__overlay {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  background-color: var(--color-background-tertiary);
  height: 100%;
  opacity: 0.6;
}

.block-pagination .previous, .block-pagination .next, .block-pagination .overview {
  width: 33.3333%;
  display: flex;
  align-items: center;
}
.block-pagination .previous, .block-pagination .next {
  justify-content: flex-start;
}
.block-pagination .next {
  justify-content: flex-end;
}
.block-pagination .overview {
  justify-content: center;
}
.block-pagination__post-pagination {
  display: flex;
  justify-content: space-between;
}
.block-pagination .c-button {
  margin: 0;
}

input,
input[type=submit],
button[type=submit],
textarea,
select {
  font-family: var(--font-default);
  background-color: transparent;
  width: 100%;
  border: 2px solid var(--color-white);
  line-height: clamp(2.5rem, 0.51vw + 2.38rem, 3rem);
  padding: 0;
  height: clamp(2.5rem, 0.51vw + 2.38rem, 3rem);
  font-size: clamp(1rem, 0.13vw + 0.97rem, 1.13rem);
  color: var(--color-text);
  outline: 0;
  border-bottom: 1px solid var(--color-border);
}
input:focus-visible,
input[type=submit]:focus-visible,
button[type=submit]:focus-visible,
textarea:focus-visible,
select:focus-visible {
  outline: none;
}
input::-webkit-input-placeholder,
input[type=submit]::-webkit-input-placeholder,
button[type=submit]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
select::-webkit-input-placeholder {
  opacity: 0.8;
}
input::-moz-placeholder,
input[type=submit]::-moz-placeholder,
button[type=submit]::-moz-placeholder,
textarea::-moz-placeholder,
select::-moz-placeholder {
  opacity: 0.8;
}
input:-ms-input-placeholder,
input[type=submit]:-ms-input-placeholder,
button[type=submit]:-ms-input-placeholder,
textarea:-ms-input-placeholder,
select:-ms-input-placeholder {
  opacity: 0.8;
}
input:-moz-placeholder,
input[type=submit]:-moz-placeholder,
button[type=submit]:-moz-placeholder,
textarea:-moz-placeholder,
select:-moz-placeholder {
  opacity: 0.8;
}

select {
  cursor: pointer;
  -webkit-appearance: initial;
  color: var(--color-form-text);
  text-transform: uppercase;
  font-weight: 600;
}

textarea {
  height: 112px;
  line-height: 1.2;
}

input[type=submit],
button[type=submit] {
  margin-top: clamp(1.5rem, 0.51vw + 1.38rem, 2rem);
  display: inline-flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: center;
  padding: 0 clamp(1.5rem, 0.51vw + 1.38rem, 2rem);
  height: clamp(2.75rem, 0.51vw + 2.63rem, 3.25rem);
  text-align: center;
  text-decoration: none;
  font-size: clamp(1.13rem, 0.13vw + 1.1rem, 1.25rem);
  font-weight: 600;
  line-height: 1.2;
  border: 0;
  transition: color 0.24s ease-in-out, background-color 0.24s ease-in-out;
  color: var(--color-text-4);
  border-radius: calc(clamp(2.75rem, 0.51vw + 2.63rem, 3.25rem) / 2);
  background-color: var(--color-button-bg);
  width: unset;
  cursor: pointer;
}
input[type=submit] span,
button[type=submit] span {
  position: relative;
  z-index: 1;
}
input[type=submit]:hover,
button[type=submit]:hover {
  color: var(--color-text-2);
  background-color: var(--color-button-bg-hover);
}

/* form columns */
.wpcf7-response-output {
  display: none;
}

.form {
  display: flex;
  flex-flow: row wrap;
  margin: 0 -8px;
  margin-top: calc(clamp(1rem, 0.38vw + 0.91rem, 1.38rem) * -1);
}
.form > .column, .form [class*=column--] {
  position: relative;
  width: 100%;
  margin-top: clamp(1rem, 0.38vw + 0.91rem, 1.38rem);
  padding: 0 8px;
}
.form .column--break {
  width: 100%;
  height: 0;
  margin-top: 0;
  display: none;
}
.form .column--headline {
  text-align: center;
}

@media (min-width: 768px) {
  .form .column--break {
    display: block;
  }
  .form .column--title {
    margin-top: 16px;
  }
}
@media only screen and (min-width: 768px) and (min-width: 375px) {
  .form .column--title {
    margin-top: calc(16px + 6 * (100vw - 375px) / (1920 - 375));
  }
}
@media only screen and (min-width: 768px) and (min-width: 1920px) {
  .form .column--title {
    margin-top: 22px;
  }
}
@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--legal {
    font-size: clamp(0.88rem, 0.13vw + 0.85rem, 1rem);
  }
  .form .column--legal a {
    text-decoration: underline;
  }
  .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: 1024px) {
  .form .column--one-third {
    width: 33.33%;
  }
  .form .column--one-fourth {
    width: 25%;
  }
  .form .column--three-fourth {
    width: 75%;
  }
}
/* contactform7 styles  */
.wpcf7-not-valid-tip {
  color: red;
}

.wpcf7 .ajax-loader {
  display: none;
}

.wpcf7-submit {
  width: unset;
}

.form .c-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  aspect-ratio: 1;
  height: calc(100% - 2px);
  background-color: var(--color-gray-2);
  position: absolute;
  top: 1px;
  pointer-events: none;
}
.form .c-icon {
  right: 9px;
}
@media only screen and (min-width: 375px) {
  .form .c-icon {
    right: calc(9px + 8 * (100vw - 375px) / (1920 - 375));
  }
}
@media only screen and (min-width: 1920px) {
  .form .c-icon {
    right: 17px;
  }
}

.legal-text {
  font-size: 72%;
}

.floating-label {
  position: absolute;
  pointer-events: none;
  left: 0;
  top: 12px;
  transition: 0.2s ease all;
  line-height: 1;
  margin: 0 8px;
  padding: 0;
  font-size: clamp(0.75rem, 0.13vw + 0.72rem, 0.88rem);
  display: none;
}

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: -12px;
  font-weight: 700;
  color: var(--color-form-text);
}

/* 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-not-valid-tip {
  font-size: 80%;
  margin-top: 8px;
  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;
}

.l-inverse input,
.l-inverse input[type=submit],
.l-inverse textarea,
.l-inverse select {
  border-color: var(--color-text-inversed);
}

.wpcf7-response-output {
  margin-top: 24px;
}

.c-icon {
  width: 100%;
  aspect-ratio: 1;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.c-icon svg {
  display: block;
  width: 100%;
  height: auto;
}

.c-table {
  width: 100%;
}
.c-table tbody td {
  padding: clamp(0.5rem, 0.51vw + 0.38rem, 1rem) 0;
  border-bottom: 1px solid var(--color-secondary);
}

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