@font-face {
  font-family: "Sourcesans 3";
  src: url('../fonts/sourcesans3-extrabold.ttf') format("truetype"), url('../fonts/sourcesans3-bold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Sourcesans 3";
  src: url('../fonts/sourcesans3-light.ttf') format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Sourcesans 3";
  src: url('../fonts/sourcesans3-black.ttf') format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Sourcesans 3";
  src: url('../fonts/sourcesans3-regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Sourcesans 3";
  src: url('../fonts/sourcesans3-medium.ttf') format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Inter;
  src: url('../fonts/inter_28pt-extrabold.ttf') format("truetype"), url('../fonts/inter_28pt-bold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Inter;
  src: url('../fonts/inter_28pt-light.ttf') format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Inter;
  src: url('../fonts/inter_28pt-medium.ttf') format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Roboto;
  src: url('../fonts/roboto-light.ttf') format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Roboto;
  src: url('../fonts/roboto-medium.ttf') format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Roboto;
  src: url('../fonts/roboto-bold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Roboto;
  src: url('../fonts/roboto-regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Dmsans;
  src: url('../fonts/dmsans-light.ttf') format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Dmsans;
  src: url('../fonts/dmsans-bold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Dmsans;
  src: url('../fonts/dmsans-regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Clashdisplay;
  src: url('../fonts/clashdisplay-bold.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Clashdisplay;
  src: url('../fonts/clashdisplay-regular.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Clashdisplay;
  src: url('../fonts/clashdisplay-medium.otf') format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Clashdisplay;
  src: url('../fonts/clashdisplay-light.otf') format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Clashdisplay;
  src: url('../fonts/clashdisplay-extralight.otf') format("opentype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Clashdisplay;
  src: url('../fonts/clashdisplay-semibold.otf') format("opentype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

:root {
  --dark-blue: #002c5c;
  --red: #c42d35;
  --white: #fff;
  --black: #0e0e0e;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: bold;
  line-height: 36px;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: bold;
  line-height: 30px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: bold;
  line-height: 24px;
}

p {
  margin-bottom: 10px;
}

ul {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}

.page-padding {
  padding-left: 4rem;
  padding-right: 4rem;
}

.page-full-width {
  background-color: #fff;
  height: auto;
  margin-top: 0;
  padding: 7.5rem 0;
  position: relative;
}

.page-full-width.red {
  background-color: var(--dark-blue);
  border-top: 1px solid #7a9afa47;
  border-bottom: 1px solid #7a9afa47;
  margin-top: 0;
}

.page-full-width.blue {
  background-color: var(--dark-blue);
  margin-top: 0;
}

.page-full-width.blue.gradient {
  z-index: 2;
  background-color: var(--dark-blue);
  background-image: none;
  margin-top: 0;
}

.page-full-width.white {
  margin-top: 0;
}

.section-page {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  background-color: #fff0;
  flex-flow: column;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.container {
  z-index: 2;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: static;
}

.container.header {
  position: static;
}

.container.right {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.5fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  place-items: start stretch;
  display: grid;
}

.container.right.footer {
  grid-template-columns: 1fr;
}

.container.right.single {
  text-align: center;
  grid-template-columns: 1fr;
}

.container.right.top {
  place-items: start stretch;
}

.container.right.cent {
  grid-template-columns: 1.5fr 1fr;
  place-items: center stretch;
}

.container.right.cent.rev {
  grid-template-columns: 1fr 1.5fr;
}

.container.right._2 {
  grid-template-columns: 1.5fr 1fr;
}

.container-2 {
  width: 1440px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 5em;
}

.container-2.is--nav {
  justify-content: space-between;
  align-items: center;
  width: auto;
  max-width: 80rem;
  height: 7em;
  padding: 1em 0 0;
  display: flex;
}

.nav__link-text {
  color: #fff;
  letter-spacing: .02em;
  text-transform: none;
  margin-bottom: 0;
  font-family: Dmsans, Arial, sans-serif;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  transition: all .2s;
}

.nav__link-text:hover {
  color: var(--red);
  text-transform: none;
}

.nav__link-text.mobileonly {
  display: none;
}

.nav {
  z-index: 3;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.nav.is--nav {
  z-index: 999;
  background-color: var(--dark-blue);
  border-bottom: 1px solid #7a9afa47;
  height: 7rem;
  padding-left: 0;
  padding-right: 0;
  position: sticky;
  inset: 0% 0% auto;
  overflow: visible;
}

.nav__icon-line {
  background-color: #eeedf2;
  width: 100%;
  height: .2em;
  margin-top: .5em;
  margin-bottom: .5em;
}

.nav__icon {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 6.5em;
  margin-left: 4.9em;
  display: none;
}

.nav__link {
  color: var(--dark-blue);
  letter-spacing: .1em;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  padding-left: 1em;
  padding-right: 1em;
  font-weight: 700;
  text-decoration: none;
  display: flex;
}

.nav__link.small.mobileonly, .nav__link.mobileonly {
  display: none;
}

.nav__menu {
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
  position: relative;
}

.fill {
  background-color: #5c31ff;
  width: 0%;
  height: 100%;
}

.nav__line {
  background-color: #c42d35;
  width: 0;
  height: .2em;
  margin-bottom: 2.5em;
  transition: all .2s;
  position: absolute;
  inset: auto auto 0% 0%;
}

.nav__logo-img {
  width: 300px;
}

.mav__right {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.nav__logo-link {
  justify-content: center;
  align-items: center;
  display: flex;
}

.button {
  border: 1.5px solid var(--red);
  letter-spacing: 0;
  background-color: #fff0;
  border-radius: 25px;
  align-self: auto;
  padding: 11px 26px;
  font-family: Dmsans, Arial, sans-serif;
  font-size: 16px;
  font-weight: 500;
  transition: all .2s;
}

.button:hover {
  border: 1.5px solid var(--red);
  background-color: var(--red);
  color: #fff;
  transform: scale(.98);
}

.button.secondary {
  border: 2px solid var(--red);
  color: var(--dark-blue);
  background-color: #002c5c00;
  background-image: none;
  border-radius: 25px;
}

.button.secondary:hover {
  background-color: var(--red);
  color: #fff;
}

.button.sec, .button.sec:hover {
  background-color: var(--dark-blue);
  color: #fff;
}

.button.third {
  color: #c42d35;
  background-color: #fff;
}

.button.on-white {
  background-color: var(--red);
  color: var(--white);
  letter-spacing: 0;
  vertical-align: baseline;
}

.button.on-white:hover {
  color: #fff;
}

.button.red {
  background-color: var(--red);
}

.button.red:hover {
  background-color: #c42d3500;
}

.start-animation {
  z-index: 10000;
  background-color: #002c5c;
  background-image: linear-gradient(315deg, var(--dark-blue) 31%, var(--red));
  justify-content: center;
  align-items: center;
  display: none;
  position: absolute;
  inset: 0%;
}

.lottie-animation {
  width: 400px;
}

.heading {
  filter: drop-shadow(4px 4px 8px #00000030);
  color: #fff;
  text-transform: none;
  font-family: Clashdisplay, Arial, sans-serif;
  font-size: 52px;
  font-weight: 500;
  line-height: 1.075;
}

.heading.blue, .text-span {
  color: var(--dark-blue);
}

.text-regular {
  color: #fff;
  font-family: Dmsans, Arial, sans-serif;
  font-size: 17px;
  font-weight: 300;
  line-height: 26px;
  text-decoration: none;
}

.text-regular.white {
  color: #fff;
}

.text-regular.white.right, .text-regular.right {
  text-align: right;
}

.text-regular.right.black {
  color: #333;
  text-align: left;
}

.text-regular.black {
  color: #111;
  font-family: Dmsans, Arial, sans-serif;
  font-weight: 400;
}

.text-regular.header {
  width: 75%;
}

.text-regular.title {
  font-size: 15px;
}

.bold-text {
  font-weight: 700;
}

.div-block {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 70%;
  display: flex;
}

.div-block-2 {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  flex-flow: row;
  display: flex;
}

.div-block-2.pop {
  margin-top: 20px;
}

.div-block-2.producs {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
}

.image {
  width: 700px;
  position: absolute;
  inset: 0%;
}

.wamuster {
  background-color: var(--dark-blue);
  background-image: linear-gradient(72deg, #002c5c 28%, #fff0 60%), url('../images/wamuster.png');
  background-position: 0 0, 100% 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, auto 85%;
  background-attachment: scroll, scroll;
  position: absolute;
  inset: 0%;
}

.h2 {
  color: var(--white);
  text-align: left;
  text-transform: none;
  font-family: Clashdisplay, Arial, sans-serif;
  font-size: 52px;
  font-weight: 500;
  line-height: 50px;
}

.h2.white {
  color: #fff;
  text-transform: none;
  font-family: Clashdisplay, Arial, sans-serif;
  font-size: 48px;
  font-weight: 500;
  line-height: 1.1;
  text-decoration: none;
}

.h2.white.cent {
  text-align: center;
  margin-bottom: 0;
  font-family: "Sourcesans 3", Arial, sans-serif;
  font-size: 68px;
  font-weight: 700;
  line-height: 60px;
}

.h2.absolute {
  z-index: 2;
  position: static;
}

.h2.absolute.white {
  text-align: center;
  position: static;
}

.text-block {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: auto;
  display: flex;
}

.text-block.left {
  justify-content: flex-start;
  align-items: flex-start;
}

.text-block.cent {
  justify-content: center;
  align-items: flex-start;
}

.text-block.sticky {
  position: sticky;
  top: 10rem;
}

.collection-list {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.collection-list.products {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.image-2 {
  border: 2px none var(--red);
  mix-blend-mode: normal;
  object-fit: contain;
  border-radius: 20px;
  width: 100%;
  height: 250px;
  padding: 20px;
}

.div-block-5 {
  background-color: var(--red);
  mix-blend-mode: multiply;
  border-radius: 20px;
  position: absolute;
  inset: 0%;
}

.collection-item {
  border: 1.5px solid var(--red);
  background-color: #ffffffc9;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  padding: 0;
  display: flex;
  position: relative;
}

.collection-item.blue {
  border-color: var(--dark-blue);
}

.category-name {
  color: var(--white);
  text-align: left;
  font-family: Clashdisplay, Arial, sans-serif;
  font-size: 18px;
  font-weight: 500;
}

.category-name.blue {
  color: var(--dark-blue);
  text-align: left;
  font-size: 20px;
  line-height: 24px;
}

.category-tag {
  color: #ffffff80;
  text-align: left;
  margin-bottom: 5px;
  font-family: Dmsans, Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.tag {
  color: #ffffff80;
  margin-bottom: -2rem;
  font-family: Dmsans, Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.div-block-6 {
  max-width: 80rem;
  position: absolute;
  inset: 0%;
}

.lines {
  z-index: 999;
  opacity: 1;
  pointer-events: none;
  border-left: 1px solid #7a9afa47;
  border-right: 1px solid #7a9afa47;
  max-width: 92rem;
  height: 100vh;
  position: fixed;
  inset: 0% 3.5%;
}

.img_section {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  padding: 1.2rem 4.5rem 0;
  display: flex;
  position: sticky;
  top: 0;
  overflow: clip;
}

.img_section.sites {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  display: block;
  position: static;
  overflow: visible;
}

.img_wrap {
  aspect-ratio: auto;
  width: 100%;
  height: 300px;
  display: block;
  position: relative;
  overflow: hidden;
}

.img_wrap.big {
  height: 600px;
}

.img_element {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% 0% auto;
  transform: translate(0);
}

.img_element.big {
  z-index: 2;
  width: auto;
  height: 100vh;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.img_element.big.pages {
  z-index: auto;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
}

.img_cover {
  background-color: var(--red);
  mix-blend-mode: multiply;
  object-fit: fill;
  height: 100%;
  position: absolute;
  inset: 0% 0% auto;
}

.body {
  background-color: var(--dark-blue);
}

.svg_wrap {
  z-index: 2;
  justify-content: center;
  align-items: center;
  width: 40%;
  height: 0;
  margin-left: 0;
  display: flex;
  position: relative;
}

.svg_element {
  color: #1f1f1f;
  width: 33.1597%;
}

.svg_circle {
  color: var(--red);
}

.section-header {
  background-color: #d5000000;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  height: 100vh;
  margin-top: -7rem;
  padding-top: 7rem;
  display: flex;
  position: relative;
}

.section-footer {
  z-index: 2;
  background-color: var(--red);
  color: var(--red);
  height: auto;
  position: static;
  inset: 0%;
}

.image-3 {
  width: 100%;
  height: 100%;
}

.button-2 {
  z-index: 5;
  color: #fff;
  background-color: #d1a83b;
  border: 2px solid #d1a83b;
  width: auto;
  margin-top: 20px;
  margin-left: 0;
  margin-right: 15px;
  font-weight: 700;
  transition: transform .2s;
  position: relative;
}

.button-2:hover {
  background-color: #000;
  border-color: #000;
  transform: translate(0, 2px);
}

.button-2.footer {
  height: auto;
}

.button-2.footer:hover {
  color: #000;
  background-color: #fff;
  border-color: #fff;
}

.button-2.secondary {
  color: #454545;
  background-color: #0000;
  border: 2px solid #d1a83b;
}

.button-2.secondary:hover {
  color: #fff;
  background-color: #000;
  border-color: #000;
}

.button-2.secondary.footer {
  color: #fff;
  height: auto;
}

.button-2.secondary.footer:hover {
  border-color: #fff;
}

.link-block-2 {
  padding-left: 20px;
  padding-right: 0;
  font-family: "Sourcesans 3", Arial, sans-serif;
  text-decoration: none;
}

.padding-top {
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.footer_link-list {
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 100%;
  grid-auto-columns: 100%;
  justify-content: flex-start;
  place-items: flex-start start;
  display: flex;
}

.div-block-17 {
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.image-13 {
  width: 100%;
  margin-top: 20px;
}

.footer_bottom-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.image-14 {
  width: 100%;
  margin-top: 20px;
}

.quick-stack {
  grid-column-gap: 4vw;
  grid-row-gap: 4vw;
  padding: 0;
}

.button-container.mobile.footer-copy {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 20px;
  margin-bottom: 10px;
  display: flex;
}

.link-block-6 {
  width: 100%;
}

.padding-vertical {
  padding-left: 0;
  padding-right: 0;
}

.padding-vertical.padding-footer {
  padding-top: 5rem;
  padding-bottom: 3rem;
}

.text-size-huge {
  color: #111;
  font-size: 4rem;
  font-weight: 500;
}

.text-size-huge.is-white {
  color: #fff;
  text-transform: uppercase;
  font-weight: 400;
  line-height: 1;
}

.text-size-huge.is-white.mobile {
  text-transform: none;
  font-family: Clashdisplay, Arial, sans-serif;
  font-size: 42px;
  font-weight: 500;
  line-height: 45px;
}

.footer_link {
  color: #ffffffb8;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Dmsans, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  text-decoration: none;
  transition: all .3s ease-in-out;
}

.footer_link:hover {
  opacity: 1;
  color: #fff;
  font-weight: 400;
}

.footer_credit-text {
  color: #fff;
  margin-top: 20px;
  font-family: Dmsans, Arial, sans-serif;
  font-size: .875rem;
  text-decoration: none;
}

.text-allcaps {
  color: #454545;
  text-transform: uppercase;
  line-height: 2;
}

.text-allcaps.is-white {
  color: #fff;
  font-weight: 400;
}

.cell-3 {
  justify-content: space-between;
}

.line-divider {
  color: #454545;
  background-color: #45454566;
  width: 100%;
  height: 1px;
}

.line-divider.is-white {
  color: #f7f7f7;
  background-color: #f7f7f780;
  margin-top: 40px;
}

.cell {
  align-items: stretch;
}

.footer_menu-wrapper {
  grid-column-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  place-items: start center;
}

.padding-bottom {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.link-block-3 {
  text-decoration: none;
}

.div-block-18 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.div-block-19 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  display: flex;
}

.div-block-20 {
  grid-column-gap: 59px;
  grid-row-gap: 59px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.dropdown-toggle {
  color: #fff;
  padding-top: 45px;
  padding-bottom: 45px;
  padding-right: 20px;
  font-family: "Sourcesans 3", Arial, sans-serif;
  font-size: 16px;
  font-weight: 500;
  transition: all .2s;
}

.dropdown-toggle:hover {
  color: var(--red);
}

.dropdown {
  z-index: 9999;
  padding-top: 25px;
  padding-bottom: 25px;
}

.dropdown-link {
  border-bottom: 1px solid var(--red);
  font-family: Dmsans, Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  transition: all .2s;
}

.dropdown-link:hover {
  background-color: var(--red);
  color: #fff;
}

.dropdown-link.w--current {
  background-color: var(--red);
  color: #fff;
  text-decoration: none;
}

.dropdown-list {
  margin-top: -3px;
}

.dropdown-list.w--open {
  background-color: #fff;
  margin-top: 1px;
  padding: 0;
  font-family: "Sourcesans 3", Arial, sans-serif;
  box-shadow: 0 2px 20px 15px #00000024;
}

.text-block-3 {
  color: var(--white);
  letter-spacing: 0;
  text-transform: none;
  font-family: Dmsans, Arial, sans-serif;
  font-size: 16px;
  font-weight: 500;
  transition: all .2s;
}

.text-block-3:hover {
  color: var(--red);
}

.hamburger-wrap {
  color: #000;
  cursor: pointer;
  background-color: #e7000e;
  align-items: center;
  width: 40px;
  height: 40px;
  padding-top: 7px;
  transition: all .2s;
  display: none;
}

.hamburger-wrap:hover {
  opacity: 1;
}

.lottie-animation-2 {
  filter: invert();
}

.link-block-7 {
  background-color: #0b3f79;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 20px;
  text-decoration: none;
  display: flex;
}

.rich-text-kategorie {
  color: #0a0a0a;
}

.rich-text-kategorie p {
  color: #fff;
  font-family: Dmsans, Arial, sans-serif;
  font-size: 17px;
  font-weight: 300;
  line-height: 26px;
}

.rich-text-kategorie h2, .rich-text-kategorie h3 {
  color: #fff;
  font-family: "Sourcesans 3", Arial, sans-serif;
}

.rich-text-kategorie h4 {
  color: var(--white);
  font-family: Dmsans, Arial, sans-serif;
}

.text-block-4 {
  text-align: left;
}

.rich-text-products {
  color: var(--white);
  text-align: left;
  padding-top: 20px;
  font-family: Dmsans, Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
}

.rich-text-products ul {
  padding-left: 17px;
}

.rich-text-products.no-padding {
  padding-top: 0;
}

.button-block {
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.collection-list-wrapper {
  margin-top: 0;
}

.ms-input-label {
  color: var(--white);
  margin-bottom: 5px;
  font-family: Dmsans, Arial, sans-serif;
  font-weight: 700;
}

.ms-input-label.is-overlapping {
  z-index: 3;
  background-color: var(--dark-blue);
  border-radius: 4px;
  padding-left: 0;
  padding-right: 8px;
  position: static;
  top: -.7em;
  left: 8px;
}

.ms-input {
  color: #fff;
  background-color: #0b3f79;
  border: 1px solid #12133140;
  border-radius: 10px;
  min-height: 40px;
  margin-bottom: 20px;
  padding: 8px 12px;
  font-family: Dmsans, Arial, sans-serif;
  transition: box-shadow .2s, border-color .2s;
  position: relative;
  box-shadow: 0 5px 10px -5px #0000001a;
}

.ms-input:hover {
  z-index: 2;
  border-color: var(--red);
  box-shadow: none;
}

.ms-input:focus {
  border-color: var(--white);
}

.ms-input::placeholder {
  color: #909090;
}

.ms-input.is-overlapping {
  padding-top: 10px;
  padding-bottom: 6px;
}

.ms-input.ms-text-area {
  min-height: 80px;
}

.ms-drawer-top {
  color: #121331;
  border-radius: 16px 16px 0 0;
  justify-content: space-between;
  align-items: center;
  padding: 11px 10px 10px;
  font-weight: 400;
  display: flex;
}

.ms-drawer-top:hover {
  background-color: #ebebeb;
}

.ms-input-wrap {
  flex-flow: column;
  padding: 0;
  display: flex;
  position: relative;
}

.ms-input-wrap.is-overlapping {
  flex-flow: column;
  margin-top: 10px;
}

.ms-dropdown-svg {
  opacity: .5;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 20px;
  display: flex;
}

.ms-how-drawer {
  background-color: #f8f8f8;
  border-radius: 16px;
  width: 100%;
  margin-top: -10px;
  margin-bottom: 5px;
  overflow: hidden;
}

.ms-select-svg {
  z-index: 6;
  background-color: var(--red);
  color: #fff;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 25px;
  height: 25px;
  display: flex;
  position: absolute;
  top: 8px;
  right: 4px;
}

.ms-embed {
  background-color: #ededed;
  justify-content: center;
  align-items: center;
  min-height: 80px;
  margin-bottom: 10px;
  font-style: italic;
  display: flex;
}

.ms-drawer-contain {
  border-top: 1px solid #e0e0e0;
  padding: 10px 20px;
}

.div-block-21 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.div-block-22 {
  justify-content: flex-start;
  align-items: flex-start;
  height: 2rem;
  font-family: "Sourcesans 3", Arial, sans-serif;
  display: flex;
}

.div-block-23 {
  width: 100%;
  height: 2px;
}

.ms-checkbox-wrap {
  align-items: flex-start;
  margin-bottom: 10px;
  display: flex;
}

.ms-checkbox {
  background-color: #fff;
  border-width: 1.5px;
  border-color: #12133140;
  border-radius: 33%;
  flex: none;
  width: 18px;
  height: 18px;
  margin-top: 0;
  margin-right: 10px;
}

.ms-checkbox:hover {
  background-image: linear-gradient(#ffffffe6, #ffffffe6), linear-gradient(#2962ff, #2962ff);
  border-color: #2962ff;
}

.ms-checkbox.w--redirected-checked {
  background-color: #ffffff29;
  background-image: url('../images/smallcheck.svg');
  background-size: 70%;
  border-style: solid;
  border-color: #fff;
  border-radius: 33%;
}

.ms-link {
  color: #2962ff;
}

.checkbox-label {
  color: var(--white);
  font-family: "Sourcesans 3", Arial, sans-serif;
  font-size: 12px;
  line-height: 18px;
}

.div-block-24 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.link {
  color: var(--white);
}

.content-wrap {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.content-wrap.sticky {
  justify-content: flex-start;
  align-items: flex-start;
  position: sticky;
  top: 10rem;
}

.h2-2 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Clashdisplay, Arial, sans-serif;
  font-size: 60px;
  font-weight: 500;
  line-height: 1.1;
}

.text-block-5 {
  color: var(--red);
  font-family: Dmsans, Arial, sans-serif;
  font-size: 17px;
  font-weight: 700;
  line-height: 22px;
}

.spacer-l {
  width: 100%;
  height: 30px;
}

.icon-6 {
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
  overflow: hidden;
}

.icon-6.dark {
  color: #fff;
}

._1-2-grid {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  grid-template-rows: auto;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.paragraph {
  opacity: .9;
  color: #0a0a0a;
  font-family: "Sourcesans 3", Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}

.spacer-m {
  width: 100%;
  height: 3rem;
}

.icon-text-point {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #000;
  align-items: center;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  display: flex;
}

.bold-text-2 {
  color: var(--red);
  font-family: "Sourcesans 3", Arial, sans-serif;
}

.svg-icon {
  color: #fff;
  width: 1.5rem;
  height: 2rem;
}

.svg-icon:hover {
  cursor: pointer;
}

.list {
  margin-bottom: 25px;
  padding-left: 15px;
  display: block;
}

.list.white {
  color: #fff;
}

.list-item {
  opacity: .9;
  color: #fff;
  margin-bottom: 0;
  font-family: Dmsans, Arial, sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 26px;
}

.list-item-2 {
  color: #fff;
  list-style-type: disc;
}

.text-block-6 {
  z-index: 2;
  position: absolute;
}

.div-block-25 {
  z-index: 3;
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
}

.bold-text-3 {
  font-size: 54px;
  font-weight: 500;
  line-height: 56px;
}

.image-15 {
  width: 20px;
  margin-bottom: 25px;
  position: absolute;
  inset: auto 50% 0%;
}

.empty-state, .empty-state-2 {
  padding: 0;
}

.image-16 {
  width: 30px;
}

.faq_item {
  border: 1.5px solid var(--red);
  background-color: var(--dark-blue);
  border-radius: 0;
  flex-flow: column;
  transition: border-color .3s;
  display: flex;
}

.faq_item:hover {
  border-color: #fff;
}

.text-size-medium {
  color: #fff;
  font-family: Clashdisplay, Arial, sans-serif;
  font-size: 1.35rem;
  font-weight: 500;
  line-height: 1;
}

.text-size-medium.text-color-white.text-weight-medium {
  color: #fff;
  font-family: Clashdisplay, Arial, sans-serif;
  font-size: 1.35rem;
  font-weight: 500;
}

.text-size-medium.name {
  margin-bottom: 0;
}

.faq_answer-wrap {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  padding-bottom: 24px;
  display: flex;
}

.faq_answer {
  padding-left: 24px;
  padding-right: 24px;
  overflow: hidden;
}

.text-size-regular {
  font-size: 1rem;
}

.text-size-regular.text-color-grey {
  color: #666;
}

.text-size-regular.text-color-grey.text-align-center.max_width {
  width: 100%;
  max-width: 360px;
  margin-left: auto;
  margin-right: auto;
}

.faq_question {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding: 24px;
  display: flex;
}

.collection-list-2 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  display: flex;
}

.link-2 {
  color: #fff;
  font-family: Dmsans, Arial, sans-serif;
  font-size: 16px;
  text-decoration: none;
  transition: all .2s;
}

.link-2:hover {
  color: var(--red);
}

.div-block-26 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.form-block {
  border: 1.5px solid var(--red);
  background-color: #fff0;
  padding: 20px;
}

.bild-ansprechpartner {
  height: 60%;
}

.bild-ansprechpartner._1 {
  width: 100%;
  height: 100%;
}

.telefon {
  color: #001f46;
  object-fit: fill;
  font-size: 16px;
}

.name-ansprechpartner {
  color: #0000;
  letter-spacing: .5px;
  -webkit-text-stroke-width: 1.25px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  padding-right: 50%;
  font-size: 26px;
  line-height: 30px;
}

.e-mail {
  color: #001f46;
  object-fit: fill;
  font-size: 16px;
}

.infos {
  flex-direction: column;
  justify-content: flex-start;
  height: 100%;
  padding: 20px;
  display: flex;
}

.position {
  color: #001f46;
  object-fit: fill;
  margin-bottom: 15px;
  font-size: 16px;
}

.image-17 {
  width: 100%;
}

.titel {
  color: #001f46;
  text-transform: uppercase;
  object-fit: fill;
  background-color: #7cdeb3;
  padding: 10px;
  font-size: 18px;
  line-height: 26px;
}

.div-block-30 {
  height: 10px;
}

.ansprechpartner {
  border: 1.5px solid var(--red);
  -webkit-text-stroke-width: 0px;
  -webkit-text-stroke-color: #001f46;
  flex-direction: column;
  justify-content: flex-start;
  width: 100%;
  height: 100%;
  display: flex;
}

.line {
  background-color: #7cdeb3;
  width: 50px;
  height: 2px;
  margin-top: 25px;
  margin-bottom: 20px;
}

.collection-list-3 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.hyphenate {
  color: #fff;
  font-family: Clashdisplay, Arial, sans-serif;
  font-size: 1.35rem;
  font-weight: 500;
  line-height: 1;
}

.hyphenate.text-color-white.text-weight-medium {
  color: #fff;
  font-family: Clashdisplay, Arial, sans-serif;
  font-size: 1.35rem;
  font-weight: 500;
}

.hyphenate.name {
  margin-bottom: 0;
}

.collection-item-2 {
  border-bottom: 1.5px solid var(--red);
  justify-content: space-between;
  align-items: center;
  padding-top: 15px;
  padding-bottom: 15px;
  display: flex;
}

.h2-3 {
  color: var(--white);
  text-align: left;
  font-family: Clashdisplay, Arial, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.5em;
}

.h2-3.jobs {
  margin-top: 0;
}

.text {
  color: #ffffff80;
  font-family: Dmsans, Arial, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 26px;
}

.h2-copy {
  color: var(--white);
  text-align: left;
  text-transform: none;
  font-family: Clashdisplay, Arial, sans-serif;
  font-size: 52px;
  font-weight: 500;
  line-height: 50px;
}

.h2-copy.white {
  color: #fff;
  text-transform: none;
  font-family: Clashdisplay, Arial, sans-serif;
  font-size: 48px;
  font-weight: 500;
  line-height: 1.1;
  text-decoration: none;
}

.h2-copy.white.cent {
  text-align: center;
  margin-bottom: 0;
  font-family: "Sourcesans 3", Arial, sans-serif;
  font-size: 68px;
  font-weight: 700;
  line-height: 60px;
}

.h2-copy.absolute {
  z-index: 2;
  position: static;
}

.h2-copy.absolute.white {
  text-align: center;
  position: static;
}

.div-block-31 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  padding-top: 10px;
  display: flex;
}

.collection-list-wrapper-2 {
  margin-top: -30px;
}

.collection-list-4 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  display: flex;
}

.video-list-wrapper.ytwrappper {
  display: block;
}

.video-list {
  margin-left: -20px;
  margin-right: -20px;
}

.video-list.ytlist {
  display: flex;
}

.video-item {
  margin-bottom: 100px;
  padding-left: 20px;
  padding-right: 20px;
}

.video-item.ytitem {
  background-color: #0000;
  flex-direction: column;
  width: 100%;
  height: 700px;
  margin-bottom: 30px;
  display: flex;
}

.html-embed {
  width: 100%;
  max-width: 1200px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
}

.html-embed.yt-embeded {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 62vw;
  height: auto;
  font-weight: 600;
  display: flex;
}

.cross-icon {
  z-index: 1;
  cursor: pointer;
  align-items: baseline;
  transition: opacity .2s;
  display: block;
  position: fixed;
  inset: 62px 62px auto auto;
}

.cross-icon.yt-crossicon {
  background-color: #0000;
  border: 5px solid #fff;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 50px;
  height: 100%;
  max-height: 50px;
  display: flex;
  top: 10px;
  right: 20px;
}

.popup-video-block {
  z-index: 999;
  opacity: 0;
  color: #fff;
  background-color: #fff;
  align-items: center;
  width: 100%;
  max-width: none;
  height: 100%;
  max-height: none;
  padding-left: 50px;
  padding-right: 50px;
  transition: opacity 1s;
  display: none;
  position: fixed;
  inset: 0%;
}

.popup-video-block.youtube-popup {
  z-index: 1000;
  background-color: #000000d9;
  padding-left: 20px;
  padding-right: 20px;
  display: none;
}

.cross-img {
  max-width: 14px;
  max-height: 14px;
  position: relative;
  inset: 0% 0% auto;
}

.video-show {
  z-index: 1;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: none;
  height: 100%;
  max-height: none;
  margin: auto;
  display: block;
  position: relative;
  inset: 16% 0% 0% 5%;
}

.video-show.yt-video-show {
  border-radius: 30px;
  justify-content: center;
  align-items: center;
  max-width: none;
  height: auto;
  max-height: none;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  top: 0%;
  left: auto;
}

.total-time {
  color: #fff;
  padding: 5px 10px;
  position: relative;
}

.total-time.yt-totaltime {
  padding-top: 0;
  padding-bottom: 0;
  font-size: 12px;
  left: auto;
}

.hover-img {
  z-index: 10;
  opacity: 0;
  color: #fff;
  object-fit: cover;
  width: 100%;
  max-width: 20px;
  height: 100%;
  max-height: 23px;
  margin-left: 5px;
  font-size: 16px;
  display: block;
  position: relative;
  top: auto;
  bottom: auto;
  left: auto;
}

.clock-img {
  object-fit: cover;
  width: 100%;
  position: relative;
}

.video-img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  padding-top: 0;
  position: absolute;
  inset: 0%;
}

.video-img.yt-img {
  border-radius: 0;
}

.play-btn-back {
  z-index: 1;
  background-color: var(--red);
  -webkit-backdrop-filter: blur(50px);
  backdrop-filter: blur(50px);
  cursor: pointer;
  border: 0 solid #fff;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  padding: 18px;
  transition: all .2s;
  display: flex;
  position: relative;
  left: auto;
  right: auto;
}

.play-btn-back:hover {
  filter: none;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  background-color: #c37474;
  border-color: #0000;
}

.video-wrapper.yt-video-wrappper {
  border-radius: 0;
  height: 100%;
  box-shadow: 0 10px 30px #0000001f;
}

.video-timer {
  z-index: 1;
  background-color: #252122;
  position: absolute;
  inset: 24px auto auto 24px;
}

.video-timer.yt-timer {
  background-color: #0890f2;
  border-radius: 100px;
  align-items: center;
  padding: 8px 15px;
  display: flex;
  top: 10px;
  left: auto;
  right: 20px;
}

.play-img {
  object-fit: cover;
  flex: 0 auto;
  width: 100%;
  max-width: 20px;
  height: 100%;
  max-height: 23px;
  margin-left: 5px;
  font-size: 16px;
  position: relative;
}

.play-img:hover {
  border: 1px solid var(--red);
  overflow: visible;
}

.play-buttton-block {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.play-buttton-block.yt-btn {
  z-index: 10;
  border-radius: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  left: 0%;
}

.video-imgblock {
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 294px;
  margin-bottom: 0;
  padding-top: 294px;
  display: block;
  position: relative;
}

.video-imgblock.yt-imgblock {
  cursor: pointer;
  background-color: #0000;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
  overflow: hidden;
}

.lottie-animation-3 {
  width: 300px;
}

.hover-img-copy {
  z-index: 10;
  opacity: 0;
  color: #fff;
  object-fit: cover;
  width: 100%;
  max-width: 20px;
  height: 100%;
  max-height: 23px;
  margin-left: 5px;
  font-size: 16px;
  display: block;
  position: relative;
  top: auto;
  bottom: auto;
  left: auto;
}

.image-18 {
  margin-left: 5px;
}

.lightbox-link {
  width: 100%;
}

.div-block-32 {
  background-color: var(--red);
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  display: flex;
  position: absolute;
}

.neu {
  color: var(--white);
  text-align: center;
  font-family: Dmsans, Arial, sans-serif;
  font-size: 17px;
  font-weight: 700;
  line-height: 20px;
}

.neu.blue {
  color: var(--dark-blue);
  text-align: left;
  font-size: 20px;
  line-height: 24px;
}

.empty-state-3 {
  color: var(--white);
  text-align: center;
  background-color: #ddd0;
  margin-top: 40px;
  padding-top: 0;
  font-family: Dmsans, Arial, sans-serif;
}

.text-size-small {
  font-size: .875rem;
}

.text-size-small.text-color-grey {
  color: #666;
}

.popup_background {
  z-index: 1;
  background-color: #00000026;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  position: absolute;
}

.icon-1x1-medium {
  width: 2rem;
  height: 2rem;
}

.button-3 {
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: .25rem;
  padding: .75rem 1.5rem;
  font-weight: 600;
}

.button-3.is-blue {
  background-color: #6c65ff;
  border: 1px solid #4e47ec;
  border-radius: .5rem;
  width: 100%;
  padding-top: .625rem;
  padding-bottom: .625rem;
  font-weight: 400;
}

.button-3.is-blue.margin-top.margin-small {
  transition: all .3s;
}

.button-3.is-blue.margin-top.margin-small:hover {
  background-color: #4e47ec;
  border-color: #6c65ff;
}

.button-3.is-blue.popup_button {
  width: 220px;
  margin-left: auto;
  margin-right: auto;
  transition: all .3s;
}

.button-3.is-blue.popup_button:hover {
  background-color: #4e47ec;
  border-color: #6c65ff;
}

.popup_tick-icon {
  z-index: 0;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 20px;
}

.heading-style-h3 {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
}

.heading-style-h3.text-color-primary.text-align-center.text-weight-semibold {
  font-weight: 600;
}

.heading-style-h3.text-color-primary.text-align-center.text-weight-semibold.margin-bottom.margin-xxsmall {
  font-family: Clashdisplay, Arial, sans-serif;
}

.popup-container {
  z-index: 999;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100svh;
  display: none;
  position: fixed;
}

.popup_head-wrap {
  background-color: #eeeefd;
  background-image: url('../images/header.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: .75rem;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 150px;
  margin-bottom: 0;
  padding-top: 50px;
  padding-bottom: 50px;
  display: flex;
  position: relative;
}

.link-3 {
  color: #6c65ff;
  text-decoration: none;
  transition: all .3s;
}

.link-3:hover {
  filter: brightness(50%);
  color: #4e47ec;
}

.popup_wrap {
  z-index: 10;
  grid-column-gap: .6rem;
  grid-row-gap: .6rem;
  background-color: #fff;
  border-radius: 1.25rem;
  flex-flow: column;
  width: 480px;
  margin-left: auto;
  margin-right: auto;
  padding: 2.5rem;
  display: flex;
  position: relative;
}

.popup_badge {
  z-index: 1;
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-color: #fff;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  padding: .4rem .75rem .4rem .4rem;
  display: flex;
  position: relative;
}

.popup_person-badge {
  color: #205f7c;
  background-color: #d1f0fa;
  border-radius: 35px;
  padding-left: 5px;
  padding-right: 5px;
  font-size: .75rem;
  font-weight: 500;
}

.popup-container-2 {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100svh;
  display: flex;
}

.h3 {
  color: var(--dark-blue);
  text-align: left;
  font-family: Clashdisplay, Arial, sans-serif;
  font-size: 28px;
  font-weight: 500;
  line-height: 1.1;
}

.h3.jobs {
  margin-top: 0;
}

.div-block-33 {
  background-color: var(--red);
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
  position: absolute;
  inset: -2% -2% auto auto;
}

.picturehover {
  height: 435px;
  position: relative;
}

.hover {
  z-index: 1;
  position: absolute;
}

.normal {
  z-index: 2;
  transition: all .8s;
  position: absolute;
}

.normal:hover {
  opacity: 0;
  mix-blend-mode: normal;
  inset: 0%;
}

.tag-copy {
  color: #fff;
  margin-top: 1rem;
  margin-bottom: 0;
  font-family: Dmsans, Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

@media screen and (min-width: 1280px) {
  .heading {
    font-size: 52px;
  }
}

@media screen and (min-width: 1440px) {
  .heading {
    font-size: 60px;
  }

  .popup-video-block {
    opacity: 0;
    display: none;
  }

  .video-show {
    left: 5%;
  }
}

@media screen and (min-width: 1920px) {
  .heading {
    font-size: 60px;
  }

  .lines {
    max-width: 100rem;
  }

  .img_section {
    padding-left: 0;
    padding-right: 0;
  }

  .img_element.big {
    width: 80rem;
    padding-left: 0;
    padding-right: 0;
  }

  .hamburger-wrap {
    width: 55px;
    height: 55px;
  }

  .cross-icon.yt-crossicon {
    top: 10px;
  }

  .video-show {
    left: 5%;
  }
}

@media screen and (max-width: 991px) {
  .page-full-width {
    padding-left: 6vw;
    padding-right: 6vw;
  }

  .container.right {
    grid-template-columns: 1fr;
  }

  .container-2 {
    padding-left: 3em;
    padding-right: 3em;
  }

  .nav__link-text {
    font-size: 22px;
  }

  .nav.is--nav {
    height: 5rem;
    font-size: .7em;
  }

  .nav__link.small.mobileonly {
    grid-column-gap: 17px;
    grid-row-gap: 17px;
    flex-flow: column;
    display: flex;
  }

  .nav__link.mobileonly.w--current {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .nav__menu {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    background-color: var(--dark-blue);
    flex-flow: column;
    height: 100vh;
    padding-top: 12rem;
    font-size: 1em;
    display: none;
    position: absolute;
    inset: 0%;
  }

  .mav__right {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-end;
    align-items: center;
    display: flex;
  }

  .button.red.off.w--current {
    display: none;
  }

  .text-block.sticky {
    position: static;
  }

  .svg_element {
    width: 8rem;
    max-width: 70%;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .dropdown-toggle {
    padding-top: 0;
    padding-bottom: 0;
    font-size: 20px;
  }

  .dropdown {
    padding-top: 0;
    padding-bottom: 0;
    font-size: 1em;
  }

  .text-block-3 {
    font-size: 22px;
  }

  .hamburger-wrap {
    background-color: var(--dark-blue);
    display: flex;
  }

  .content-wrap.sticky {
    position: static;
  }

  ._1-2-grid {
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

  .video-list.ytlist {
    padding-bottom: 10px;
  }

  .video-item {
    padding-left: 10px;
    padding-right: 10px;
  }

  .video-item.ytitem {
    flex-flow: column wrap;
    width: 50%;
    display: flex;
  }

  .html-embed {
    max-width: 650px;
  }

  .html-embed.yt-embeded {
    flex-direction: column;
    max-width: 62vw;
    height: auto;
    margin-left: auto;
    padding-left: 30px;
    padding-right: 30px;
    display: flex;
  }

  .cross-icon.yt-crossicon {
    max-width: 40px;
    max-height: 40px;
    top: 10px;
    right: 20px;
  }

  .popup-video-block {
    opacity: 1;
    display: none;
  }

  .popup-video-block.youtube-popup {
    padding-left: 20px;
    padding-right: 20px;
    display: none;
  }

  .video-show {
    left: auto;
  }

  .video-show.yt-video-show {
    top: 0%;
    left: auto;
  }

  .video-timer.yt-timer {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .video-imgblock.yt-imgblock {
    height: 220px;
    padding-top: 220px;
  }
}

@media screen and (max-width: 767px) {
  .container-2 {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .nav.is--nav {
    height: 4rem;
    font-size: 8px;
  }

  .nav__icon {
    margin-left: 0;
  }

  .nav__menu {
    display: none;
  }

  .nav__logo-img {
    width: 9em;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .footer_bottom-wrapper {
    flex-direction: column-reverse;
    align-items: flex-start;
    padding-bottom: 1rem;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-vertical.padding-footer {
    padding-top: 6rem;
  }

  .footer_credit-text {
    margin-top: 2rem;
  }

  .footer_menu-wrapper {
    grid-column-gap: 1.5rem;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .faq_answer-wrap {
    padding-bottom: 1rem;
  }

  .faq_answer {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .faq_question {
    padding: 1rem 1.25rem;
  }

  .html-embed {
    max-width: 500px;
  }

  .html-embed.yt-embeded {
    justify-content: center;
    align-items: center;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .video-show.yt-video-show {
    top: 0%;
  }

  .video-timer.yt-timer {
    padding: 5px 10px;
  }

  .heading-style-h3 {
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 479px) {
  .page-padding, .page-full-width {
    padding-left: 20px;
    padding-right: 20px;
  }

  .page-full-width.red, .page-full-width.blue {
    padding: 2rem 10px;
  }

  .page-full-width.blue.gradient {
    padding-left: 10px;
  }

  .section-page {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    padding-top: 0;
    padding-bottom: 0;
  }

  .container {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .container.header {
    justify-content: flex-start;
    align-items: center;
  }

  .container.right {
    grid-template-columns: 1fr;
  }

  .container.right.cent {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1.5fr;
  }

  .container.right.cent.rev {
    grid-template-columns: 1fr;
  }

  .nav__link-text {
    font-size: 22px;
  }

  .nav__link-text.small {
    font-size: 16px;
  }

  .nav__link-text.mobileonly {
    display: flex;
  }

  .nav.is--nav {
    height: 4rem;
    padding-left: 0;
    padding-right: 0;
  }

  .nav__icon {
    display: flex;
  }

  .nav__link {
    padding: 0;
  }

  .nav__link.small {
    grid-column-gap: 17px;
    grid-row-gap: 17px;
    padding-bottom: 20px;
    padding-left: 20px;
    position: absolute;
    inset: auto auto 0% 0%;
  }

  .nav__link.small.mobileonly {
    grid-column-gap: 7px;
    grid-row-gap: 7px;
    border-top: 1px solid var(--red);
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    margin-top: 20px;
    padding-top: 5px;
    padding-left: 0;
    display: flex;
    position: static;
  }

  .nav__link.mobileonly {
    display: flex;
  }

  .nav__menu {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
    background-color: var(--dark-blue);
    pointer-events: auto;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    height: 100vh;
    padding: 8rem 29px 29px 20px;
    display: none;
    position: absolute;
    inset: 0%;
  }

  .nav__logo-img {
    z-index: 999;
    width: 200px;
    position: relative;
  }

  .button, .button.red.w--current {
    display: flex;
  }

  .button.red.off {
    display: none;
  }

  .button.white {
    border-color: var(--white);
    background-color: var(--white);
    color: var(--red);
  }

  .heading {
    font-size: 26px;
    line-height: 32px;
  }

  .text-regular {
    font-size: 16px;
    line-height: 24px;
  }

  .text-regular.header {
    width: 100%;
  }

  .div-block {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    padding-top: 60px;
  }

  .wamuster {
    background-image: linear-gradient(180deg, var(--dark-blue) 58%, #fff0 75%), url('../images/wamuster.png');
    background-position: 0 0, 100% 100%;
    background-repeat: repeat, no-repeat;
    background-size: auto, auto 55%;
  }

  .h2 {
    font-size: 22px;
    line-height: 30px;
  }

  .h2.white {
    font-size: 26px;
    line-height: 32px;
  }

  .text-block {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .collection-list, .collection-list.products {
    grid-template-columns: 1fr;
  }

  .image-2 {
    height: 150px;
  }

  .img_wrap {
    aspect-ratio: 13.6 / 15;
    height: 200px;
  }

  .img_element {
    height: 300px;
  }

  .img_element.big {
    display: none;
  }

  .img_element.big.pages {
    display: block;
  }

  .img_cover {
    height: 300px;
  }

  .section-header {
    justify-content: flex-start;
    align-items: stretch;
    padding-left: 10px;
    padding-right: 10px;
  }

  .button-2 {
    margin-left: 0;
    margin-right: 15px;
  }

  .button-2.footer, .button-2.secondary.footer {
    margin-right: 0;
  }

  .link-block-2 {
    padding-left: 10px;
    padding-right: 0;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-top.padding-medium {
    padding-top: 0;
  }

  .footer_link-list {
    align-items: center;
    padding-top: 0;
  }

  .footer_link-list.padding {
    margin-top: -35px;
  }

  .image-13 {
    width: 70%;
  }

  .footer_bottom-wrapper {
    justify-content: flex-end;
    align-items: center;
    padding-bottom: 0;
    display: flex;
  }

  .image-14 {
    width: 70%;
  }

  .button-container {
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .button-container.mobile {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .button-container.mobile.footer-copy {
    justify-content: center;
    align-items: center;
  }

  .cell-2 {
    align-items: center;
    padding-top: 20px;
  }

  .link-block-6 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-vertical.padding-footer {
    padding-top: 4rem;
    padding-bottom: 2rem;
  }

  .text-size-huge.is-white {
    text-align: left;
    font-size: 2rem;
    line-height: 1.25;
  }

  .text-size-huge.is-white.mobile {
    text-align: center;
    font-size: 2rem;
  }

  .footer_credit-text {
    text-align: center;
  }

  .text-allcaps {
    color: #454545;
    font-size: .9rem;
  }

  .text-allcaps.is-white {
    text-align: center;
  }

  .cell-3 {
    align-items: center;
  }

  .line-divider.is-white {
    color: #fff;
    background-color: #f4f4f4;
  }

  .footer_menu-wrapper {
    grid-row-gap: 40px;
    flex-direction: column;
    grid-template-columns: 1fr;
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-bottom.padding-xxlarge {
    padding-bottom: 1rem;
  }

  .div-block-18 {
    grid-template-columns: 1fr;
  }

  .div-block-20 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .dropdown-toggle {
    padding: 0;
  }

  .dropdown {
    margin: 0;
    padding: 0;
  }

  .dropdown-link {
    color: #fff;
  }

  .dropdown-link:hover {
    background-color: #c42d3500;
  }

  .dropdown-list.w--open {
    z-index: 2;
    box-shadow: none;
    background-color: #fff0;
    margin-top: 9px;
    padding-top: 0;
    position: relative;
  }

  .text-block-3 {
    font-size: 22px;
  }

  .text-block-3:focus {
    color: var(--red);
  }

  .hamburger-wrap {
    background-color: #0000;
    width: 30px;
    height: 30px;
    display: flex;
  }

  .link-block-7 {
    padding-top: 0;
  }

  .div-block-21 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
  }

  .ms-checkbox-wrap {
    display: flex;
  }

  .div-block-24 {
    flex-flow: column;
  }

  .content-wrap.sticky {
    position: static;
  }

  .h2-2 {
    font-size: 30px;
  }

  .spacer-m {
    height: 1rem;
  }

  .image-15 {
    left: 85%;
    right: 0%;
  }

  .text-size-medium {
    text-overflow: clip;
    white-space: normal;
    word-break: normal;
    overflow-wrap: anywhere;
  }

  .titel {
    font-size: 18px;
  }

  .hyphenate {
    text-overflow: clip;
    white-space: normal;
    word-break: normal;
    overflow-wrap: anywhere;
  }

  .collection-item-2 {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .h2-copy {
    font-size: 22px;
    line-height: 30px;
  }

  .h2-copy.white {
    font-size: 26px;
    line-height: 32px;
  }

  .collection-list-4 {
    text-align: center;
  }

  .video-item.ytitem {
    width: 100%;
    height: 200px;
  }

  .html-embed {
    max-width: 283px;
  }

  .html-embed.yt-embeded {
    height: 300px;
    padding-left: 0;
    padding-right: 0;
  }

  .cross-icon.yt-crossicon {
    border-width: 3px;
    max-width: 30px;
    max-height: 30px;
    top: 10px;
    right: 20px;
  }

  .popup-video-block {
    display: none;
  }

  .video-show.yt-video-show {
    top: 0%;
    left: 0;
    right: 0;
  }

  .video-timer.yt-timer {
    padding: 2px 10px;
  }

  .lottie-animation-3 {
    width: 200px;
  }

  .div-block-32 {
    inset: -4% -4% auto auto;
  }

  .popup_tick-icon {
    top: 10px;
  }

  .popup-container {
    pointer-events: auto;
    padding: 25px;
    display: none;
  }

  .popup_head-wrap {
    height: 125px;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .popup_wrap {
    padding: 1rem;
  }

  .div-block-33 {
    z-index: 2;
  }

  .picturehover {
    height: 200px;
  }
}

#w-node-_900f589f-aefa-247c-a897-8213791df8a0-791df891 {
  justify-self: end;
}

#w-node-c05b8939-4d5e-e642-7f79-be244e23e795-98dc948a, #w-node-c05b8939-4d5e-e642-7f79-be244e23e795-26c9d01e, #w-node-c05b8939-4d5e-e642-7f79-be244e23e795-abacb22e, #w-node-c05b8939-4d5e-e642-7f79-be244e23e795-e6ef76c4, #w-node-b452619c-4a30-ef64-eace-02d671130f5f-7779f0be, #w-node-c05b8939-4d5e-e642-7f79-be244e23e795-07af5510, #w-node-c05b8939-4d5e-e642-7f79-be244e23e795-10581dec {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 479px) {
  #w-node-e2846a26-9545-22a7-f812-ac89b2c26c3d-ae783449, #w-node-_85f8cc29-2480-0ae1-6f25-022c60047287-ae783449, #w-node-_782aa43f-7e76-7b2f-dd7e-45f069651736-ae783449, #w-node-f9b4a82b-3a93-7352-586b-2871f2903869-7db45859, #w-node-_4f1d6a33-a541-1b53-e241-70e282a69a6d-7db45859, #w-node-_00f76772-0d61-143e-1c3f-c04df3eec766-7db45859, #w-node-d8cda3f1-3868-d60a-7b51-0db1a7d22334-7db45859 {
    grid-area: 1 / 1 / 3 / 2;
  }
}


@font-face {
  font-family: 'Sourcesans 3';
  src: url('../fonts/sourcesans3-extrabold.ttf') format('truetype'), url('../fonts/sourcesans3-bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sourcesans 3';
  src: url('../fonts/sourcesans3-light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sourcesans 3';
  src: url('../fonts/sourcesans3-black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sourcesans 3';
  src: url('../fonts/sourcesans3-regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sourcesans 3';
  src: url('../fonts/sourcesans3-medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/inter_28pt-extrabold.ttf') format('truetype'), url('../fonts/inter_28pt-bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/inter_28pt-light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/inter_28pt-medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/roboto-light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/roboto-medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/roboto-bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/roboto-regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Dmsans';
  src: url('../fonts/dmsans-light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Dmsans';
  src: url('../fonts/dmsans-bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Dmsans';
  src: url('../fonts/dmsans-regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Clashdisplay';
  src: url('../fonts/clashdisplay-bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Clashdisplay';
  src: url('../fonts/clashdisplay-regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Clashdisplay';
  src: url('../fonts/clashdisplay-medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Clashdisplay';
  src: url('../fonts/clashdisplay-light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Clashdisplay';
  src: url('../fonts/clashdisplay-extralight.otf') format('opentype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Clashdisplay';
  src: url('../fonts/clashdisplay-semibold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}