:root {
  --red: #e3000f;
  --white-smoke: #f2f2f2;
  --maroon: #810008;
}

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

body {
  color: #000;
  font-family: Opensans, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.2;
}

h1 {
  color: #fff;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 72px;
  font-weight: 700;
  line-height: 1.05;
}

h2 {
  color: var(--red);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 24px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
}

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

h4 {
  color: var(--red);
  margin-top: 0;
  margin-bottom: 24px;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

p {
  margin-bottom: 10px;
}

a {
  text-decoration: underline;
}

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

.wrapper {
  max-width: 2000px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 5vw;
  padding-right: 5vw;
}

.wrapper.z-index {
  z-index: 2;
  position: relative;
}

.wrapper.small {
  max-width: 800px;
  padding-left: 24px;
  padding-right: 24px;
}

.wrapper.full {
  flex: 1;
}

.slide {
  padding-right: 98px;
}

.section {
  padding-top: 60px;
  padding-bottom: 60px;
}

.section.big {
  padding-top: 120px;
  padding-bottom: 120px;
}

.div-block-3 {
  align-items: center;
  height: 120px;
  display: flex;
}

.div-block-4 {
  background-color: #0000001a;
  width: 1px;
  height: 48px;
}

.menu-button {
  flex-direction: row;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  display: flex;
}

.menu-button.w--open {
  color: #000;
  background-color: #0000;
}

.text-block {
  margin-left: 6px;
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
}

.navbar {
  background-color: #fff;
  position: sticky;
  top: 0;
}

.div-block-5 {
  background-color: #00000014;
  border-radius: 200px;
  align-items: center;
  height: 48px;
  padding: 12px 24px 12px 12px;
  transition: all .2s;
  display: flex;
}

.div-block-5:hover {
  background-color: #00000008;
  transform: scale(1.03);
}

.div-block-5:active {
  transform: scale(.95);
}

.image-3 {
  width: 215px;
  margin-right: 18px;
}

.div-block-6 {
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.image-4 {
  padding: 12px;
  display: inline-block;
}

.image-4.left {
  margin-right: 12px;
}

.button {
  background-color: var(--red);
  text-transform: uppercase;
  border-radius: 200px;
  justify-content: center;
  align-items: center;
  padding: 24px;
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
  transition: all .2s;
  display: flex;
}

.button:hover {
  background-color: #c0000d;
  transform: scale(1.02);
}

.button:active {
  transform: scale(.95);
}

.button.inverted {
  color: var(--red);
  background-color: #fff;
  height: 48px;
  padding-top: 0;
  padding-bottom: 0;
}

.div-block-7 {
  align-items: center;
  display: flex;
}

.lottie-animation {
  flex: none;
  width: 36px;
  height: 36px;
}

.nav-menu {
  background-color: #fff;
  box-shadow: 0 0 24px #00000026;
}

.div-block-8 {
  background-color: #fff;
  position: absolute;
  inset: 0%;
  box-shadow: 0 0 24px #00000026;
}

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

.div-block-12 {
  background-color: var(--white-smoke);
  background-image: url('../images/Frame-26.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 48px 48px;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  height: 168px;
  padding-top: 48px;
  padding-bottom: 48px;
  transition: all .2s;
  display: flex;
}

.div-block-12:hover {
  background-color: var(--red);
  background-image: url('../images/Frame-26_1.svg');
}

.div-block-12:active {
  transform: scale(.9);
}

.div-block-12.fb {
  background-image: url('../images/Frame-21.svg');
}

.div-block-12.fb:hover {
  background-image: url('../images/Subtract-1.svg');
}

.div-block-12.ig {
  background-image: url('../images/Frame-23.svg');
}

.div-block-12.ig:hover {
  background-image: url('../images/Frame-23_1.svg');
}

.div-block-12.yt {
  background-image: url('../images/YouTube_social_red_squircle_2017-1.svg');
}

.div-block-12.yt:hover {
  background-image: url('../images/Subtract.svg');
}

.div-block-13 {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 150px 1fr auto auto;
  grid-auto-columns: 1fr;
  place-content: start space-between;
  place-items: start stretch;
  padding-top: 24px;
  padding-bottom: 48px;
  display: grid;
}

.link {
  color: #000;
  white-space: nowrap;
  border-radius: 200px;
  padding: 12px 24px;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  transition: all .2s;
  display: inline-block;
}

.link:hover {
  background-color: #00000014;
  font-weight: 700;
}

.link:active {
  transform: scale(.95);
}

.div-block-14 {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.footer-heading {
  color: #000;
  text-transform: uppercase;
  white-space: nowrap;
  padding-left: 24px;
}

.text-block-2 {
  font-size: 18px;
  font-weight: 600;
}

.mediathek {
  background-color: var(--red);
  background-image: radial-gradient(circle farthest-corner at 50% 50%, var(--red), var(--maroon));
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  padding-right: 0;
  transition: all .2s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.mediathek:active {
  transform: scale(.9);
}

.image-10 {
  z-index: 2;
  object-fit: contain;
  width: 16%;
  position: absolute;
}

.mask-2 {
  width: 25vw;
  max-width: 400px;
  height: auto;
  overflow: visible;
}

.slider-2 {
  background-color: #0000;
  width: auto;
  height: auto;
  margin-top: 48px;
}

.left-arrow-2 {
  justify-content: center;
  align-items: center;
  width: 60px;
  padding-top: 12px;
  padding-bottom: 12px;
  transition: all .2s;
  display: flex;
  position: absolute;
  inset: -84px 60px auto auto;
}

.left-arrow-2:hover {
  transform: translate(-12px);
}

.left-arrow-2:active {
  transform: scale(.9)translate(-12px);
}

.right-arrow-2 {
  justify-content: center;
  align-items: center;
  width: 60px;
  padding-top: 12px;
  padding-bottom: 12px;
  transition: all .2s;
  display: flex;
  inset: -84px 0% auto auto;
}

.right-arrow-2:hover {
  transform: translate(12px);
}

.right-arrow-2:active {
  transform: scale(.9)translate(12px);
}

.slide-nav-2 {
  display: none;
}

.small {
  max-width: 50ch;
  margin-top: 24px;
  margin-bottom: 24px;
  font-size: 14px;
  line-height: 1.7;
}

.slide-2 {
  height: auto;
  margin-right: 48px;
}

.slide-2.left {
  margin-right: 24px;
}

.social-icons {
  transition: all .2s;
}

.social-icons:hover {
  opacity: .8;
  transform: scale(1.1);
}

.social-icons:active {
  transform: scale(.9);
}

.arrow-control-small {
  flex: none;
  height: 36px;
}

.arrow-control-small._180 {
  transform: rotate(180deg);
}

.link-2 {
  color: #000;
  text-decoration: none;
}

.paragraph {
  margin-bottom: 0;
  margin-right: 12px;
}

.heading-2 {
  margin-top: 0;
  font-size: 20px;
  line-height: 1.3;
}

.div-block-16 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.heading-3 {
  color: var(--red);
  text-align: center;
  font-size: 48px;
  line-height: 1.2;
}

.image-14 {
  object-fit: cover;
  object-position: 50% 50%;
}

.div-block-19 {
  background-color: #00000008;
  border-radius: 12px;
  flex-direction: column;
  align-items: flex-start;
  padding: 24px;
  display: flex;
}

.secondary-button {
  color: var(--red);
  text-align: left;
  text-transform: uppercase;
  white-space: nowrap;
  background-color: #0000;
  background-image: url('../images/Vector-1-Stroke.svg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: 60px 18px;
  align-self: stretch;
  margin-top: 0;
  padding: 14px 60px 12px 0;
  font-size: 16px;
  font-weight: 700;
  transition: all .2s ease-in-out;
}

.secondary-button:hover {
  background-size: 40px 18px;
}

.secondary-button.white {
  color: #fff;
  background-image: url('../images/Vector-1-Stroke-1.svg');
  margin-top: 48px;
}

.div-block-20 {
  background-image: url('../images/Bildschirmfoto-2022-02-16-um-17.33-1.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 12px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 60px;
  display: flex;
  position: relative;
}

.reden-heading {
  margin-left: -.2vw;
  font-size: 60px;
  font-weight: 800;
  line-height: 1.2;
}

.image-15 {
  position: absolute;
  inset: 24px 24px auto auto;
}

.div-block-22 {
  color: #000;
  text-align: center;
  background-color: #fff;
  border-radius: 6px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-right: 12px;
  display: flex;
  overflow: hidden;
}

.text-block-3 {
  font-size: 36px;
  font-weight: 700;
  line-height: 1;
}

.text-block-4 {
  background-color: var(--red);
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  background-image: none;
  flex: none;
  width: 100%;
  padding-left: 6px;
  padding-right: 6px;
  font-weight: 700;
  line-height: 1.7;
}

.div-block-23 {
  margin: 3px 12px 6px;
}

.div-block-24 {
  align-items: center;
  margin-bottom: 36px;
  display: flex;
}

.text-block-2-copy {
  margin-left: 12px;
  font-size: 18px;
  font-weight: 600;
}

.mask-calender {
  width: 340px;
  height: auto;
  overflow: visible;
}

.div-block-25 {
  border-top: 1px solid #0000000d;
  justify-content: space-between;
  padding-top: 12px;
  display: flex;
}

.div-block-26 {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.link-3 {
  color: #000;
  margin-left: 12px;
  margin-right: -12px;
  padding: 12px;
  font-size: 12px;
  text-decoration: none;
}

.link-3:hover {
  background-color: #00000014;
  border-radius: 200px;
  padding: 12px;
}

.text-block-5 {
  padding-top: 12px;
  font-size: 12px;
}

.menu-heading {
  margin-bottom: 6px;
  font-size: 24px;
  font-weight: 800;
}

.paragraph-4 {
  color: #fff;
  max-width: 32ch;
  margin-bottom: 0;
  line-height: 1.4;
}

.image-18 {
  border-radius: 6px;
  width: 130px;
  height: 100%;
}

.banner-menu {
  background-color: var(--red);
  background-image: radial-gradient(circle farthest-corner at 50% 50%, var(--red), var(--maroon));
  text-align: left;
  border-radius: 12px;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  padding: 12px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.banner-menu:hover {
  opacity: .7;
}

.div-block-27 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: 1fr 1fr;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 25vw;
  min-width: 390px;
  height: 100%;
  display: grid;
}

.div-block-28 {
  z-index: 2;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 100%;
  margin-right: 24px;
  display: flex;
  position: relative;
}

.ndr-menu {
  width: 50px;
  position: absolute;
  inset: 0% 12px auto auto;
}

.link-big {
  color: #000;
  text-align: left;
  text-transform: none;
  white-space: nowrap;
  padding-top: 12px;
  padding-bottom: 12px;
  font-size: 24px;
  font-weight: 700;
  text-decoration: none;
  transition: all .2s;
  display: inline-block;
}

.link-big:hover {
  text-decoration: underline;
}

.link-big:active {
  transform: scale(.95);
}

.menu-heading-small {
  color: #000;
  white-space: nowrap;
  padding-top: 20px;
  padding-left: 24px;
}

.footer-grid {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 200px 200px 200px;
  grid-auto-columns: 1fr;
  place-content: start space-between;
  place-items: start stretch;
  padding-top: 24px;
  padding-bottom: 48px;
  display: grid;
}

._2345 {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.footer-column {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  margin-left: 0;
  padding-right: 48px;
  display: flex;
}

.sidebar-video-time {
  background-color: var(--white-smoke);
  color: #000;
  border-radius: 3px;
  margin-left: 12px;
  padding: 2px 6px;
  font-size: 11px;
  line-height: 16px;
}

.accordion-card {
  border: 1px solid #00000014;
  border-radius: 12px;
  margin-bottom: 16px;
  transition: background-color .4s;
  overflow: hidden;
}

.accordion-card:hover {
  background-color: #fff;
}

.accordion-header {
  color: #222;
  cursor: pointer;
  justify-content: flex-end;
  align-items: center;
  min-height: 80px;
  padding: 24px 28px;
  display: flex;
}

.div-block-33 {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.div-block-34 {
  align-items: center;
  margin-top: 12px;
  margin-bottom: 6px;
  display: flex;
}

.breadcrumb-column-underline {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.breadcrumb-column {
  align-items: center;
  padding-top: 12px;
  padding-bottom: 12px;
  display: flex;
}

.bread-link-home {
  opacity: .6;
  flex: none;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.bread-link-home:hover, .bread-link-home-icon:hover {
  opacity: 1;
}

.breadcrumb-devider {
  opacity: .25;
  background-color: #000;
  flex: none;
  width: 1px;
  height: 24px;
  margin-left: 12px;
  margin-right: 12px;
}

.bread-link {
  color: #0009;
  text-decoration: none;
}

.bread-link:hover {
  color: #000;
  text-decoration: underline;
}

.bread-link.w--current {
  color: #000;
  font-weight: 600;
}

.bread-link.no-link:hover {
  color: #0009;
  text-decoration: none;
}

.bread-link.no-link.left {
  color: #000;
  margin-left: 6px;
}

.breadcrumb-chevron {
  opacity: .25;
  flex: none;
  width: 24px;
  height: 24px;
  margin-left: 3px;
  margin-right: 3px;
  padding: 3px;
}

.bread-link-current {
  font-weight: 700;
}

.breadcrumb {
  z-index: 2;
}

.breadcrumb.sticky {
  background-color: #fff;
  padding-top: 12px;
  padding-bottom: 12px;
  position: sticky;
  top: 0;
}

.div-block-35 {
  display: none;
}

._5346 {
  background-color: #0000001a;
  width: 1px;
  height: 36px;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.rich-text h1 {
  color: var(--red);
  margin-bottom: 48px;
  font-size: 48px;
}

.rich-text p {
  margin-bottom: 24px;
  font-size: 18px;
  line-height: 1.7;
}

.rich-text h2 {
  margin-top: 96px;
  line-height: 1.3;
}

.rich-text h3 {
  margin-top: 60px;
  margin-bottom: 24px;
  font-size: 20px;
  line-height: 1.3;
}

.rich-text li {
  margin-bottom: 18px;
  font-size: 18px;
  line-height: 1.6;
}

.rich-text ul {
  margin-top: 12px;
  margin-bottom: 48px;
}

.rich-text a {
  color: var(--red);
}

.rich-text a:hover {
  color: var(--maroon);
}

.rich-text.hide {
  display: none;
}

.body {
  background-image: radial-gradient(circle farthest-corner at 50% 50%, var(--red), var(--maroon));
}

.field-label {
  color: #fff;
  display: none;
}

.div-block-68 {
  background-color: #efefef;
  background-image: none;
  border-radius: 200px;
  padding: 3px;
  transition: all .2s;
  display: inline-block;
}

.div-block-68:hover {
  background-color: var(--red);
  background-image: none;
}

.div-block-67 {
  background-color: #fff;
  border-radius: 200px;
  padding: 3px;
}

.image-23 {
  object-fit: cover;
  border-radius: 200px;
  width: 60px;
  height: 60px;
}

.div-block-69 {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-69.left-align {
  align-items: flex-start;
}

.div-block-70 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  margin-bottom: 48px;
  display: grid;
}

.image-24 {
  width: 36px;
  height: 36px;
}

.link-block-2 {
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  transition: all .2s;
  display: flex;
}

.link-block-2:hover {
  transform: scale(1.05);
}

.link-block-2:active {
  transform: scale(.95);
}

.link-block-2.hide {
  display: none;
}

.paragraph-5 {
  margin-bottom: 60px;
  font-size: 12px;
  line-height: 1.4;
}

.paragraph-5.left-align {
  text-align: left;
}

.link-4 {
  color: #000;
  margin-top: 48px;
}

.link-4:hover {
  opacity: .75;
}

.image-25 {
  width: 300px;
  max-width: 80svw;
  margin-top: 24px;
  margin-bottom: 24px;
}

.section-11 {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-71 {
  flex: 1;
  align-items: center;
  display: flex;
}

._52345 {
  border-top: 1px solid #0000000d;
  justify-content: space-between;
  width: 100%;
  padding: 12px 24px;
  display: flex;
}

._100 {
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  display: flex;
  overflow: hidden;
}

.section-12 {
  flex: 1;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.div-block-72 {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.section-13 {
  padding-top: 12px;
  padding-bottom: 12px;
}

.image-26 {
  width: 100px;
  height: 100px;
}

.div-block-73 {
  flex-direction: row;
  align-items: center;
  display: flex;
}

.div-block-74 {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  margin-left: 24px;
  display: flex;
}

.div-block-75 {
  background-color: #0000001a;
  align-self: stretch;
  height: 1px;
}

.text-field {
  color: #fff;
  background-color: #0000;
  border: 1px solid #fff9;
  border-radius: 200px;
  height: 48px;
  padding-left: 24px;
  padding-right: 24px;
}

.text-field:hover, .text-field:focus {
  border-color: #fff;
}

.text-field::placeholder {
  color: #fff9;
}

.image-27 {
  margin-bottom: 60px;
}

.text-field-2 {
  height: 48px;
  margin-bottom: 36px;
  font-size: 18px;
}

.text-field-2:focus {
  border: 2px solid #e3000f;
}

.button-2 {
  text-transform: none;
  background-color: #e3000f;
  border-radius: 200px;
  justify-content: center;
  align-items: center;
  padding: 18px 24px;
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
  transition: all .2s;
  display: flex;
}

.button-2:hover {
  background-color: #c0000d;
  transform: scale(1.02);
}

.button-2:active {
  transform: scale(.95);
}

.select-field {
  height: 48px;
  margin-bottom: 36px;
  font-size: 18px;
}

.select-field:focus {
  border: 2px solid #e3000f;
}

.text-field-multiline {
  flex: none;
  min-height: 300px;
  margin-bottom: 48px;
  font-size: 18px;
}

.text-field-multiline:focus {
  border: 2px solid #e3000f;
}

.checkbox-label {
  line-height: 1.7;
}

.checkbox-field {
  margin-bottom: 48px;
}

.link-5 {
  color: #000;
  font-weight: 700;
  text-decoration: underline;
}

.field-label-2 {
  z-index: 2;
  background-color: #fff;
  font-size: 14px;
  display: block;
  position: relative;
}

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

.checkbox-label-2 {
  font-size: 16px;
}

.heading-6 {
  color: #e3000f;
  margin-bottom: 48px;
}

.form-block {
  margin-top: 60px;
}

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

.div-block-76 {
  margin-bottom: 36px;
}

@media screen and (max-width: 991px) {
  .wrapper {
    padding-left: 24px;
    padding-right: 24px;
  }

  .slide {
    margin-right: 24px;
    padding-right: 0;
  }

  .div-block-3 {
    height: 96px;
  }

  .div-block-6 {
    display: none;
  }

  .button {
    margin-left: 0;
  }

  .nav-menu {
    overflow: scroll;
  }

  .div-block-13 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-columns: auto 130px 130px 150px 150px 1px;
  }

  .link {
    border-radius: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .link:hover {
    background-color: #0000;
  }

  .div-block-14 {
    padding-right: 24px;
  }

  .footer-heading {
    padding-left: 0;
  }

  .mask-2 {
    width: 60%;
    max-width: none;
  }

  .slide-2 {
    margin-right: 24px;
  }

  .heading-3 {
    font-size: 30px;
  }

  .secondary-button.white {
    margin-top: 0;
  }

  .div-block-20 {
    padding: 24px;
  }

  .reden-heading {
    max-width: 70%;
    font-size: 36px;
  }

  .image-15 {
    flex: none;
    height: 24px;
  }

  .mask-calender {
    width: 60%;
  }

  .div-block-27 {
    width: auto;
    min-width: auto;
  }

  .link-big {
    font-size: 20px;
  }

  .menu-heading-small {
    padding-top: 9px;
    padding-left: 0;
  }

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

  ._2345 {
    flex: 1;
  }

  .html-embed {
    width: 1px;
    margin-right: 1px;
    display: block;
  }

  .div-block-35 {
    display: block;
  }

  .button-2 {
    margin-left: 0;
  }
}

@media screen and (max-width: 767px) {
  h2 {
    font-size: 20px;
  }

  .wrapper {
    padding-left: 24px;
    padding-right: 24px;
  }

  .div-block-3 {
    justify-content: space-between;
  }

  .div-block-4 {
    display: none;
  }

  .menu-button {
    padding-right: 0;
  }

  .image-3 {
    width: 150px;
  }

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

  .div-block-13 {
    grid-template-columns: 70vw 130px 130px 150px 150px 1px;
  }

  .mask-2 {
    width: 80%;
  }

  .slider-2 {
    margin-top: 24px;
  }

  .left-arrow-2 {
    width: 36px;
    top: -60px;
    right: 36px;
  }

  .right-arrow-2 {
    width: 36px;
    top: -60px;
  }

  .arrow-control-small {
    height: 24px;
  }

  .mask-calender {
    width: 80%;
  }

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

  .brand {
    padding-left: 0;
  }

  .accordion-card {
    margin-bottom: 12px;
  }

  .accordion-header {
    min-height: 60px;
    padding: 12px 16px;
  }

  .rich-text h1 {
    font-size: 24px;
  }

  .heading-6 {
    font-size: 36px;
  }
}

@media screen and (max-width: 479px) {
  .secondary-button {
    white-space: normal;
    font-size: 14px;
  }

  .link-4 {
    margin-top: 24px;
  }
}

#w-node-_9da377fc-8a3f-8b31-9a47-0ec4545b99e1-65a1bd06, #w-node-_2c5b8859-44cc-e3a1-a409-6fb6565443b1-65a1bd06, #w-node-f3053895-67b8-787c-7466-b141d1029585-65a1bd06, #w-node-_5568ec34-9f69-1468-8470-0e888f890f62-65a1bd06, #w-node-_07680cd9-ac66-092b-4a97-fcd3a6cabeb6-f4a2ff12, #w-node-_07680cd9-ac66-092b-4a97-fcd3a6cabeb8-f4a2ff12, #w-node-_07680cd9-ac66-092b-4a97-fcd3a6cabeba-f4a2ff12, #w-node-_07680cd9-ac66-092b-4a97-fcd3a6cabebc-f4a2ff12, #w-node-_07680cd9-ac66-092b-4a97-fcd3a6cabebe-f4a2ff12, #w-node-_07680cd9-ac66-092b-4a97-fcd3a6cabec0-f4a2ff12, #w-node-_07680cd9-ac66-092b-4a97-fcd3a6cabec2-f4a2ff12, #w-node-_93d1f9fb-c7ba-3058-4b31-3dd60a84b240-de6b0edc, #w-node-_9da377fc-8a3f-8b31-9a47-0ec4545b99e1-de6b0edc, #w-node-_2c5b8859-44cc-e3a1-a409-6fb6565443b1-de6b0edc, #w-node-f3053895-67b8-787c-7466-b141d1029585-de6b0edc, #w-node-_9015b965-61e8-c10d-1b22-6644f0e51f0a-de6b0edc, #w-node-_09ed7fea-188a-af85-6df7-ebe7e72a3395-de6b0edc, #w-node-_5568ec34-9f69-1468-8470-0e888f890f62-de6b0edc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


@font-face {
  font-family: 'Opensans';
  src: url('../fonts/OpenSans-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Opensans';
  src: url('../fonts/OpenSans-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Opensans';
  src: url('../fonts/OpenSans-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Opensans';
  src: url('../fonts/OpenSans-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Opensans';
  src: url('../fonts/OpenSans-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}