:root {
  --primary: #88b7b4;
  --relume-library-lite--rl-white: white;
  --relume-library-lite--font-family: Montserrat, sans-serif;
  --white-smoke: whitesmoke;
  --midnight-blue\<deleted\|variable-b583552e\>: #00305d;
  --secondary: #437572;
  --relume-library-lite--rl-black: black;
  --alternative: #4d5357;
  --deep-sky-blue: #00a3d421;
}

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

body {
  color: #333;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

a {
  text-decoration: underline;
}

.hero {
  background-color: var(--primary);
  height: auto;
  display: block;
  position: relative;
}

.hero__inner {
  background-color: var(--relume-library-lite--rl-white);
  border-top-left-radius: 150px;
  border-top-right-radius: 150px;
  border-bottom-right-radius: 150px;
  flex-flow: wrap;
  align-content: stretch;
  align-items: stretch;
  width: 240px;
  height: auto;
  padding: 10px;
  display: block;
  position: absolute;
  inset: 1rem auto auto 1rem;
}

.hero__image {
  background-color: #fff;
  background-image: url('../images/Vagisan_Linola_Website-Landingpage_expopharm2022_Webbanner_Lay-a.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 85%;
  align-self: stretch;
  width: 50%;
  padding-top: 8vw;
  padding-bottom: 8vw;
  padding-left: 0;
}

.hero__content {
  align-items: center;
  width: 50%;
  height: 100%;
  padding: 4vw;
  display: flex;
}

.hero__content-inner {
  width: 100%;
}

.hero__headline {
  opacity: 1;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 3vw;
  font-weight: 300;
  line-height: 120%;
  transform: translate(0);
}

.body {
  font-family: Nunito Sans, sans-serif;
  font-size: 16px;
}

.hero__subline {
  color: #fff;
  margin-bottom: 40px;
  font-size: 30px;
  font-weight: 300;
  line-height: 120%;
  display: none;
}

.text {
  color: #707070;
  text-align: center;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 300;
  line-height: 200%;
}

.text.hero__text {
  color: #fff;
  text-align: center;
  margin-bottom: 10px;
}

.text.text--white-form {
  font-family: var(--relume-library-lite--font-family);
  color: var(--white-smoke);
  text-align: left;
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 20px;
}

.section-content__headline {
  color: var(--primary);
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 40px;
  font-weight: 300;
  line-height: 120%;
  display: block;
}

.btn {
  background-color: var(--midnight-blue\<deleted\|variable-b583552e\>);
  color: #fff;
  border: 1px #fff;
  padding: 15px 20px;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  display: inline-block;
}

.programm__headline {
  color: var(--midnight-blue\<deleted\|variable-b583552e\>);
  text-transform: uppercase;
  white-space: normal;
  margin-top: 0;
  margin-bottom: 11px;
  font-size: 50px;
  font-weight: 300;
  line-height: 120%;
}

.programm__table {
  color: var(--midnight-blue\<deleted\|variable-b583552e\>);
}

.programm__subline {
  color: var(--midnight-blue\<deleted\|variable-b583552e\>);
  text-transform: uppercase;
  margin-top: 50px;
  margin-bottom: 30px;
  font-size: 22px;
  font-weight: 700;
}

.form__submit {
  border: 2px solid var(--white-smoke);
  background-color: var(--secondary);
  font-family: var(--relume-library-lite--font-family);
  border-radius: 0;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px;
  font-size: 18px;
  font-weight: 500;
  display: block;
}

.form__submit:hover {
  border-width: 2px;
  border-color: var(--primary);
  color: var(--primary);
  background-color: #fff;
}

.form__input {
  padding: 15px;
}

.checkbox-label {
  font-family: var(--relume-library-lite--font-family);
  color: var(--white-smoke);
  font-size: 14px;
  font-weight: 300;
}

.checkbox-field {
  margin-top: 10px;
  margin-bottom: 10px;
}

.image-4 {
  width: 200px;
  padding: 20px;
  display: block;
  position: static;
  inset: 30px auto auto 30px;
  overflow: visible;
}

.link {
  color: var(--primary);
  margin-left: 20px;
  margin-right: 20px;
  font-weight: 700;
  text-decoration: none;
  display: inline-block;
}

.bold-text-2 {
  font-size: 26px;
}

.section-form__form-inner {
  background-color: var(--primary);
  border-radius: 0;
  margin-top: 0;
  padding: 4rem;
  position: static;
  inset: 0%;
}

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

.footer {
  text-align: center;
  padding: 0;
}

.success-message {
  background-color: #0000;
}

.success-message-headline {
  color: var(--primary);
  background-color: #0000;
}

.success-message-text {
  color: var(--primary);
}

.bold-text-3 {
  font-size: 20px;
  line-height: 200%;
}

.grid {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start stretch;
  padding-left: 0;
}

.field-label-9 {
  font-family: var(--relume-library-lite--font-family);
  color: var(--primary);
  margin-bottom: 3px;
  font-size: 14px;
  display: none;
}

.link-3 {
  color: var(--primary);
}

.form-block {
  width: auto;
  margin-left: auto;
  margin-right: auto;
}

.error-message {
  color: #d80000;
}

.form_text {
  font-family: var(--relume-library-lite--font-family);
  color: var(--white-smoke);
  font-size: 16px;
  font-weight: 300;
}

.rl-padding-section-large {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.rl-form-checkbox {
  align-items: center;
  margin-bottom: 0;
  padding-left: 1.25rem;
  display: flex;
}

.rl-form-select-input {
  border: 1px solid var(--relume-library-lite--rl-black);
  background-color: var(--relume-library-lite--rl-white);
  color: var(--relume-library-lite--rl-black);
  background-image: none;
  height: auto;
  min-height: 2.75rem;
  margin-bottom: 0;
  padding: .5rem .75rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6;
}

.rl-form-select-input::placeholder {
  color: #0009;
}

.rl-heading-style-h2 {
  color: var(--relume-library-lite--rl-black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

.rl-text-style-regular {
  color: var(--relume-library-lite--rl-black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

.rl-error-text {
  color: #e23939;
}

.rl_contact6_spacing-block-6 {
  width: 100%;
  padding-bottom: .5rem;
}

.rl_contact6_form-field-wrapper {
  position: relative;
}

.rl-form-radio-icon {
  border: 1px solid var(--relume-library-lite--rl-black);
  cursor: pointer;
  border-radius: 100px;
  width: 1.125rem;
  min-width: 1.125rem;
  height: 1.125rem;
  min-height: 1.125rem;
  margin-top: 0;
  margin-left: -1.125rem;
  margin-right: .5rem;
}

.rl-form-radio-icon.w--redirected-checked {
  border-width: 6px;
  border-color: var(--relume-library-lite--rl-black);
  background-color: var(--relume-library-lite--rl-white);
  background-image: none;
}

.rl-form-radio-icon.w--redirected-focus {
  border-color: var(--relume-library-lite--rl-black);
  box-shadow: none;
  margin-top: 0;
}

.rl-form-input {
  border: 1px solid var(--relume-library-lite--rl-black);
  background-color: var(--relume-library-lite--rl-white);
  color: var(--relume-library-lite--rl-black);
  height: auto;
  min-height: 2.75rem;
  margin-bottom: 0;
  padding: .5rem .75rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6;
}

.rl-form-input:focus {
  border-color: var(--relume-library-lite--rl-black);
}

.rl-form-input::placeholder {
  color: var(--relume-library-lite--rl-black);
  font-size: 1rem;
}

.rl_contact6_form-block {
  background-color: var(--primary);
  flex-direction: column;
  align-items: stretch;
  margin-bottom: 0;
}

.rl_contact6_form {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.rl_section_contact6 {
  background-color: var(--relume-library-lite--rl-white);
}

.rl-checkbox-label-small {
  color: var(--relume-library-lite--rl-black);
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.5;
}

.rl_contact6_icon-wrapper {
  color: var(--relume-library-lite--rl-black);
  flex: none;
  align-self: flex-start;
}

.rl-form-radio-label {
  color: var(--relume-library-lite--rl-black);
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

.rl-button {
  border: 1px solid var(--relume-library-lite--rl-black);
  background-color: var(--relume-library-lite--rl-black);
  color: var(--relume-library-lite--rl-white);
  text-align: center;
  padding: .75rem 1.5rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  display: none;
}

.rl-success-text {
  font-weight: 600;
}

.rl-error-message-2 {
  margin-top: 1.5rem;
  padding: .875rem 1rem;
}

.rl_contact6_spacing-block-5, .rl_contact6_spacing-block-7 {
  width: 100%;
  padding-bottom: .5rem;
}

.rl_contact6_spacing-block-2 {
  width: 100%;
  padding-bottom: 1.5rem;
}

.rl_content6_component {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.rl-form-text-area {
  border: 1px solid var(--relume-library-lite--rl-black);
  background-color: var(--relume-library-lite--rl-white);
  color: var(--relume-library-lite--rl-black);
  height: auto;
  min-height: 11.25rem;
  margin-bottom: 0;
  padding: .75rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6;
  overflow: auto;
}

.rl-form-text-area:focus {
  border-color: var(--relume-library-lite--rl-black);
}

.rl-form-text-area::placeholder {
  color: var(--relume-library-lite--rl-black);
}

.rl-form-radio {
  align-items: center;
  margin-bottom: 0;
  padding-left: 1.125rem;
  display: flex;
}

.rl-form-checkbox-icon {
  border: 1px solid var(--relume-library-lite--rl-black);
  cursor: pointer;
  border-radius: 0;
  width: 1.125rem;
  min-width: 1.125rem;
  height: 1.125rem;
  min-height: 1.125rem;
  margin-top: 0;
  margin-left: -1.25rem;
  margin-right: .5rem;
  transition: all .2s;
}

.rl-form-checkbox-icon.w--redirected-checked {
  border-width: 1px;
  border-color: var(--relume-library-lite--rl-black);
  background-color: var(--relume-library-lite--rl-black);
  box-shadow: none;
  background-size: 16px 16px;
}

.rl-form-checkbox-icon.w--redirected-focus {
  border-color: var(--relume-library-lite--rl-black);
  box-shadow: none;
}

.rl_contact6_spacing-block-3 {
  width: 100%;
  padding-bottom: 2rem;
}

.rl-text-style-medium {
  font-family: var(--relume-library-lite--font-family);
  color: var(--relume-library-lite--rl-black);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.5;
  display: none;
}

.rl_contact6_item {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  display: flex;
}

.rl_contact6_spacing-block-1 {
  width: 100%;
  padding-bottom: 1rem;
}

.rl-text-style-link {
  color: var(--relume-library-lite--rl-black);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-weight: 400;
  text-decoration: underline;
}

.rl_contact6_contact-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding-top: .5rem;
  padding-bottom: .5rem;
  display: grid;
}

.rl_contact6_form-field-2col {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.rl-text-style-subheading {
  font-family: var(--relume-library-lite--font-family);
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
}

.rl-success-message-2 {
  background-color: #0000;
  padding: 1.5rem;
}

.rl-field-label {
  color: var(--relume-library-lite--rl-black);
  margin-bottom: .5rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 400;
}

.rl-form-radio-2col {
  grid-column-gap: 1.5rem;
  grid-row-gap: .875rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.rl-container-large {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.rl_contact6_icon {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
}

.rl-button-group-center {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  display: none;
}

.rl-button-secondary {
  border: 1px solid var(--relume-library-lite--rl-black);
  background-color: var(--relume-library-lite--rl-white);
  color: var(--relume-library-lite--rl-black);
  text-align: center;
  padding: .75rem 1.5rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
}

.rl-container-small {
  width: 100%;
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
}

.rl_header62_spacing-block-2 {
  width: 100%;
  padding-bottom: 1.5rem;
  display: none;
}

.rl_header62_spacing-block-1 {
  width: 100%;
  padding-bottom: 1rem;
}

.rl_header62_component {
  text-align: center;
  display: block;
}

.rl_section_header62 {
  background-color: var(--relume-library-lite--rl-white);
  background-image: linear-gradient(#88b7b41a, #88b7b41a), url('../images/hero.7a1046c0.jpg');
  background-position: 0 0, 100%;
  background-size: auto, cover;
}

.rl_header62_spacing-block-3 {
  width: 100%;
  padding-bottom: 2rem;
  display: none;
}

.rl-heading-style-h1 {
  font-family: var(--relume-library-lite--font-family);
  color: var(--relume-library-lite--rl-black);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.2;
  display: none;
}

.rl_footer4_link {
  color: var(--relume-library-lite--rl-black);
  text-align: center;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
}

.rl_footer4_component {
  background-color: var(--primary);
}

.rl_footer4_top-wrapper {
  grid-column-gap: 4vw;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr .25fr;
  justify-content: space-between;
  align-items: center;
}

.rl_footer4_social-link {
  color: var(--relume-library-lite--rl-black);
  align-items: center;
  text-decoration: none;
  display: flex;
}

.rl-padding-section-medium {
  padding-top: .5rem;
  padding-bottom: 5rem;
}

.rl_footer4_legal-link {
  font-family: var(--relume-library-lite--font-family);
  color: var(--white-smoke);
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
}

.rl_footer4_line-divider {
  background-color: var(--relume-library-lite--rl-black);
  width: 100%;
  height: 1px;
  display: none;
}

.rl_footer4_logo-link {
  padding-left: 0;
}

.rl_footer4_link-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 0px;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  justify-content: center;
  justify-items: start;
  display: grid;
}

.rl_footer4_social-list {
  grid-column-gap: .75rem;
  grid-row-gap: 0rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  place-items: start;
  display: grid;
}

.rl_footer4_spacing-block2 {
  width: 100%;
  padding-bottom: 2rem;
}

.rl_footer4_bottom-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  white-space: normal;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: max-content 1fr;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  justify-content: center;
  align-items: center;
  display: grid;
}

.rl_footer4_spacing-block1 {
  width: 100%;
  padding-bottom: 5rem;
}

.rl_footer4_credit-text {
  font-family: var(--relume-library-lite--font-family);
  color: var(--white-smoke);
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.5;
}

.rl-padding-global-2 {
  padding-left: 4rem;
  padding-right: 4rem;
}

.rl-social-icon {
  width: 1.5rem;
  height: 1.5rem;
}

.rl-container-large-2 {
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
}

.div-block-44 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: row;
  flex: 1;
  justify-content: space-between;
  display: flex;
}

.rl-padding-section-large-2 {
  padding-top: 0;
  padding-bottom: 0;
}

.rl-heading-style-h2-2 {
  font-family: var(--relume-library-lite--font-family);
  color: var(--relume-library-lite--rl-black);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.2;
}

.rl-button-secondary-2 {
  border: 1px solid var(--relume-library-lite--rl-black);
  background-color: var(--relume-library-lite--rl-white);
  color: var(--relume-library-lite--rl-black);
  text-align: center;
  padding: .75rem 1.5rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
}

.rl_section_layout1 {
  background-color: var(--relume-library-lite--rl-white);
}

.rl-button-link-icon {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.rl_layout1_spacing-block-1 {
  width: 100%;
  padding-bottom: 1rem;
}

.rl-button-link {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  border: 1px none var(--relume-library-lite--rl-black);
  color: var(--relume-library-lite--rl-black);
  text-align: center;
  background-color: #0000;
  padding: .25rem 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  line-height: 1;
  text-decoration: none;
  display: flex;
}

.rl-text-style-medium-2 {
  font-family: var(--relume-library-lite--font-family);
  color: var(--relume-library-lite--rl-black);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.5;
}

.rl_layout1_content {
  margin-top: 3rem;
  padding: 4rem;
}

.rl-button-group {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  align-items: center;
  display: block;
}

.rl-text-style-subheading-2 {
  font-family: var(--relume-library-lite--font-family);
  color: var(--alternative);
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

.rl_layout1_spacing-block-3 {
  width: 100%;
  padding-bottom: 2rem;
}

.rl_layout1_component {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.rl-padding-global-3 {
  padding-left: 0%;
  padding-right: 0%;
}

.rl_layout1_spacing-block-2 {
  width: 100%;
  padding-bottom: 1.5rem;
}

.rl-container-large-3 {
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
}

.rl_layout1_image-wrapper {
  background-color: var(--primary);
}

.list-item {
  font-family: var(--relume-library-lite--font-family);
  color: var(--alternative);
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 300;
}

.list {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-left: 20px;
}

.rl_layout242_spacing-block-4 {
  width: 100%;
  padding-bottom: 2rem;
}

.rl-text-style-regular-2 {
  font-family: var(--relume-library-lite--font-family);
  color: var(--alternative);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

.rl_layout242_component {
  flex-direction: column;
  align-items: flex-start;
  padding-left: 4rem;
  padding-right: 4rem;
  display: flex;
}

.rl_layout242_icon {
  width: 3rem;
  height: 3rem;
}

.rl_layout242_item {
  flex-direction: column;
  align-items: center;
  width: 100%;
}

.rl_section_layout242 {
  background-color: var(--relume-library-lite--rl-white);
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.rl_layout242_spacing-block-3 {
  width: 100%;
  padding-bottom: 1.5rem;
}

.rl-heading-style-h5 {
  font-family: var(--relume-library-lite--font-family);
  color: var(--relume-library-lite--rl-black);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
}

.rl_layout242_spacing-block-2 {
  width: 100%;
  padding-bottom: 1.5rem;
}

.rl_layout242_icon-wrapper {
  display: none;
}

.rl_layout242_spacing-block-1 {
  width: 100%;
  padding-bottom: 4rem;
}

.rl-heading-style-h3 {
  font-family: var(--relume-library-lite--font-family);
  color: var(--relume-library-lite--rl-black);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.2;
}

.rl_layout242_heading-wrapper {
  width: 100%;
  max-width: 48rem;
}

.rl_layout242_content {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start;
  width: 100%;
  display: grid;
}

.select-field {
  font-family: var(--relume-library-lite--font-family);
}

.text-span {
  color: var(--primary);
  font-weight: 800;
}

.text-span-2 {
  color: var(--alternative);
  font-weight: 800;
}

.rl-container-headline {
  width: 100%;
  max-width: 50rem;
  margin-left: 0;
  margin-right: auto;
}

.rl-heading-h1 {
  font-family: var(--relume-library-lite--font-family);
  color: var(--relume-library-lite--rl-white);
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.2;
}

.rl_header_component {
  background-color: var(--primary);
  text-align: center;
  border-top-right-radius: 45px;
  border-bottom-right-radius: 45px;
  min-width: 50vw;
  padding: 2rem;
}

.paragraph {
  font-family: var(--relume-library-lite--font-family);
  font-weight: 300;
}

.link-4 {
  color: var(--secondary);
}

.button {
  background-color: var(--primary);
  margin-top: 20px;
}

@media screen and (min-width: 1920px) {
  .hero__inner {
    -webkit-text-fill-color: inherit;
    background-clip: border-box;
    border-radius: 90px 90px 90px 0;
    width: 250px;
    height: auto;
    min-height: 0;
    padding: 10px;
    display: block;
    position: absolute;
    inset: 1rem auto auto 1rem;
    overflow: visible;
  }

  .text.text--white-form {
    font-family: var(--relume-library-lite--font-family);
  }

  .form__submit {
    border-color: var(--white-smoke);
    background-color: var(--secondary);
    font-family: var(--relume-library-lite--font-family);
    font-weight: 500;
  }

  .form__input, .checkbox-label {
    font-family: var(--relume-library-lite--font-family);
  }

  .image-4 {
    width: 220px;
    display: block;
    position: static;
    top: auto;
    left: auto;
    overflow: visible;
  }

  .section-form__form-inner {
    background-color: var(--primary);
    margin-top: 0;
    margin-left: 0;
    padding: 4rem;
  }

  .grid {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-flow: row;
    place-items: start stretch;
  }

  .field-label-9 {
    color: var(--relume-library-lite--rl-white);
    display: none;
  }

  .form-block {
    max-width: 90%;
  }

  .form_text {
    font-family: var(--relume-library-lite--font-family);
  }

  .rl-padding-section-large {
    display: block;
  }

  .rl-button {
    display: none;
  }

  .rl-text-style-medium {
    font-family: var(--relume-library-lite--font-family);
    display: none;
  }

  .rl_header62_component {
    background-color: var(--primary);
    display: none;
  }

  .rl_section_header62 {
    background-image: linear-gradient(#88b7b41a, #88b7b41a), url('../images/hero.7a1046c0.jpg');
    background-position: 0 0, 100%;
    background-size: auto, cover;
  }

  .rl-heading-style-h1 {
    font-family: var(--relume-library-lite--font-family);
    display: none;
  }

  .rl_footer4_legal-link, .rl_footer4_credit-text {
    font-family: var(--relume-library-lite--font-family);
  }

  .rl-padding-section-large-2 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .rl-heading-style-h2-2, .rl-text-style-medium-2 {
    font-family: var(--relume-library-lite--font-family);
  }

  .rl_layout1_content {
    margin-top: 3rem;
    padding: 4rem;
  }

  .rl-text-style-subheading-2 {
    font-family: Montserrat, sans-serif;
  }

  .rl_layout1_component {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    align-items: start;
  }

  .rl-padding-global-3 {
    padding-left: 0%;
    padding-right: 0%;
  }

  .rl-container-large-3 {
    max-width: none;
  }

  .list-item, .rl-text-style-regular-2 {
    font-family: var(--relume-library-lite--font-family);
  }

  .rl_section_layout242 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .rl-heading-style-h5 {
    font-family: var(--relume-library-lite--font-family);
  }

  .rl_layout242_icon-wrapper {
    display: block;
  }

  .rl-heading-style-h3, .select-field {
    font-family: var(--relume-library-lite--font-family);
  }

  .rl-container-headline {
    max-width: 50rem;
    margin-left: 0;
  }

  .rl-heading-h1 {
    font-family: var(--relume-library-lite--font-family);
    color: var(--white-smoke);
    text-align: left;
    font-weight: 700;
  }

  .rl_header_component {
    background-color: var(--primary);
    border-top-right-radius: 45px;
    border-bottom-right-radius: 45px;
    min-width: 50vw;
    padding: 2rem;
  }

  .link-4 {
    color: var(--secondary);
  }
}

@media screen and (max-width: 991px) {
  .hero {
    height: auto;
  }

  .hero__inner {
    width: 200px;
    display: block;
  }

  .hero__image {
    background-position: 50% 15%;
    background-repeat: no-repeat;
    background-size: 70%;
    width: 100%;
    height: 60vh;
    padding-top: 6vw;
  }

  .hero__content {
    background-color: var(--primary);
    width: 95%;
    margin-top: -80px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 6vw;
    padding-bottom: 6vw;
    position: relative;
  }

  .hero__headline {
    text-align: center;
    font-size: 6vw;
  }

  .hero__subline {
    text-align: center;
  }

  .text {
    line-height: 180%;
  }

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

  .section-content__headline {
    text-align: center;
    font-size: 34px;
    display: block;
  }

  .programm__headline {
    font-size: 40px;
  }

  .programm__subline {
    font-size: 20px;
  }

  .checkbox-field {
    margin-top: 0;
    margin-bottom: 0;
  }

  .image-4 {
    width: 170px;
    margin-left: auto;
    margin-right: 20px;
    padding: 5px;
    display: block;
    inset: 0% 0% auto;
  }

  .bold-text-2 {
    text-align: center;
  }

  .section-form__form-inner {
    padding: 3rem 4rem;
    position: static;
  }

  .grid {
    grid-row-gap: 20px;
  }

  .div-block-42 {
    flex-direction: column-reverse;
    display: flex;
  }

  .div-block-43 {
    margin-top: 0;
  }

  .form_text {
    margin-bottom: 0;
  }

  .rl-padding-section-large {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .rl-heading-style-h2 {
    font-size: 2.75rem;
  }

  .rl_content6_component {
    grid-column-gap: 3rem;
    grid-auto-flow: row;
    min-height: auto;
  }

  .rl-heading-style-h1 {
    font-size: 3.25rem;
  }

  .rl_footer4_top-wrapper {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
    justify-content: center;
    justify-items: center;
  }

  .rl-padding-section-medium {
    padding-top: .5rem;
    padding-bottom: 4.5rem;
  }

  .rl_footer4_spacing-block1 {
    padding-bottom: 4.5rem;
  }

  .rl-padding-section-large-2 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .rl-heading-style-h2-2 {
    font-size: 2.75rem;
  }

  .rl_layout1_content {
    margin-top: 0;
  }

  .rl_layout1_content.success {
    align-self: center;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .rl_layout1_component {
    grid-column-gap: 3rem;
    flex-flow: column;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    min-height: auto;
    display: flex;
  }

  .rl_section_layout242 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .rl_layout242_spacing-block-1 {
    padding-bottom: 4.5rem;
  }

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

  .rl_layout242_content {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    display: flex;
  }

  .rl-heading-h1 {
    font-size: 3.25rem;
  }
}

@media screen and (max-width: 767px) {
  .hero__inner {
    width: 200px;
  }

  .hero__image {
    background-position: 50% 10%;
    background-size: 70%;
    height: 50vh;
  }

  .hero__content {
    background-color: var(--primary);
    width: 95%;
    margin-top: -120px;
    padding: 10vw 4vw;
  }

  .hero__headline {
    font-size: 6vw;
  }

  .hero__subline {
    font-size: 28px;
  }

  .text {
    margin-bottom: 10px;
  }

  .section-content__headline {
    font-size: 25px;
  }

  .programm__headline {
    font-size: 40px;
  }

  .programm__subline {
    font-size: 18px;
  }

  .image-4 {
    width: 160px;
    display: block;
  }

  .bold-text-2 {
    font-size: 22px;
  }

  .rl-padding-section-large {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .rl-heading-style-h2 {
    font-size: 2.25rem;
  }

  .rl_contact6_spacing-block-6, .rl_contact6_spacing-block-5 {
    padding-bottom: .75rem;
  }

  .rl_contact6_spacing-block-2 {
    padding-bottom: 1.25rem;
  }

  .rl_content6_component {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .rl_contact6_spacing-block-3 {
    padding-bottom: 1.5rem;
  }

  .rl-text-style-medium {
    font-size: 1rem;
  }

  .rl_contact6_spacing-block-1 {
    padding-bottom: .75rem;
  }

  .rl_contact6_form-field-2col {
    grid-template-columns: 1fr;
  }

  .rl_header62_spacing-block-2 {
    padding-bottom: 1.25rem;
  }

  .rl_header62_spacing-block-1 {
    padding-bottom: .75rem;
  }

  .rl_header62_spacing-block-3 {
    padding-bottom: 1.5rem;
  }

  .rl-heading-style-h1 {
    font-size: 2.5rem;
  }

  .rl-padding-section-medium {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .rl_footer4_link-list {
    grid-column-gap: 0px;
    grid-row-gap: 1.5rem;
    grid-auto-flow: row;
    justify-items: center;
  }

  .rl_footer4_spacing-block2 {
    padding-bottom: 1.5rem;
  }

  .rl_footer4_bottom-wrapper {
    grid-column-gap: 0rem;
    grid-row-gap: 1rem;
    grid-auto-flow: row;
    place-items: start center;
  }

  .rl_footer4_spacing-block1 {
    padding-bottom: 3rem;
  }

  .rl_footer4_credit-text {
    margin-top: 1rem;
  }

  .rl-padding-global-2 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .rl-padding-section-large-2 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .rl-heading-style-h2-2 {
    font-size: 2.25rem;
  }

  .rl_layout1_spacing-block-1 {
    padding-bottom: .75rem;
  }

  .rl-text-style-medium-2 {
    font-size: 1rem;
  }

  .rl_layout1_spacing-block-3 {
    padding-bottom: 1.5rem;
  }

  .rl_layout1_component {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .rl_layout1_spacing-block-2 {
    padding-bottom: 1.25rem;
  }

  .rl_layout242_spacing-block-4 {
    padding-bottom: 1.5rem;
  }

  .rl_layout242_spacing-block-3 {
    padding-bottom: 1.25rem;
  }

  .rl-heading-style-h5 {
    font-size: 1.25rem;
  }

  .rl_layout242_spacing-block-2 {
    padding-bottom: 1.25rem;
  }

  .rl_layout242_spacing-block-1 {
    padding-bottom: 3rem;
  }

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

  .rl_layout242_content {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .rl-heading-h1 {
    font-size: 2.5rem;
  }
}

@media screen and (max-width: 479px) {
  .hero__inner {
    width: 160px;
  }

  .hero__image {
    background-position: 50% 30%;
    background-repeat: no-repeat;
    background-size: 90%;
    height: 50vh;
    padding-top: 6vw;
  }

  .hero__content {
    background-color: var(--primary);
    width: 95%;
    margin-top: -100px;
    padding-left: 2vw;
    padding-right: 2vw;
  }

  .hero__headline {
    font-size: 7vw;
  }

  .hero__subline {
    font-size: 22px;
  }

  .text {
    text-align: left;
    margin-bottom: 10px;
  }

  .text.hero__text {
    line-height: 180%;
  }

  .section-content__headline {
    text-transform: uppercase;
    object-fit: fill;
    margin-left: auto;
    margin-right: auto;
    font-size: 1.1em;
    display: none;
    position: static;
  }

  .programm__headline {
    margin-bottom: 10px;
    font-size: 25px;
  }

  .programm__subline {
    font-size: 16px;
  }

  .form__submit {
    margin-left: auto;
    margin-right: auto;
    display: block;
    position: static;
  }

  .form__input {
    font-family: var(--relume-library-lite--font-family);
  }

  .image-4 {
    width: 120px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 5px;
    padding-bottom: 5px;
    display: block;
    inset: 0% 0% auto;
  }

  .bold-text-2 {
    font-size: 20px;
  }

  .section-form__form-inner {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .grid {
    width: 100%;
  }

  .field-label-9 {
    margin-bottom: 1px;
  }

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

  .rl_footer4_bottom-wrapper {
    grid-row-gap: 3rem;
  }

  .rl-padding-global-2 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .rl-padding-section-large-2 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .rl-heading-style-h2-2 {
    font-size: 1.6rem;
  }

  .rl_layout1_content {
    padding: 3rem 2.5rem;
  }

  .rl_layout1_content.success, .rl-text-style-subheading-2 {
    text-align: center;
  }

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

  .rl_layout242_component {
    padding-left: 2rem;
    padding-right: 2rem;
  }

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

  .rl-heading-h1 {
    font-size: 1.8rem;
  }

  .select-field-2, .select-field-3 {
    font-family: var(--relume-library-lite--font-family);
  }
}

#w-node-c1929bd8-7e29-e04c-e44c-ceb439ddcb68-72008299, #w-node-c1929bd8-7e29-e04c-e44c-ceb439ddcb64-72008299 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-c2d4c00c-6376-1ce1-b163-f432f2099db9-72008299 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-c1929bd8-7e29-e04c-e44c-ceb439ddcb6c-72008299, #w-node-c1929bd8-7e29-e04c-e44c-ceb439ddcb70-72008299 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-c1929bd8-7e29-e04c-e44c-ceb439ddcb74-72008299, #w-node-c1929bd8-7e29-e04c-e44c-ceb439ddcb8c-72008299, #w-node-c1929bd8-7e29-e04c-e44c-ceb439ddcb78-72008299, #w-node-c1929bd8-7e29-e04c-e44c-ceb439ddcb7c-72008299, #w-node-c1929bd8-7e29-e04c-e44c-ceb439ddcb80-72008299, #w-node-c1929bd8-7e29-e04c-e44c-ceb439ddcb84-72008299, #w-node-c1929bd8-7e29-e04c-e44c-ceb439ddcb88-72008299, #w-node-c1929bd8-7e29-e04c-e44c-ceb439ddcb8f-72008299, #w-node-c1929bd8-7e29-e04c-e44c-ceb439ddcb93-72008299, #w-node-c1929bd8-7e29-e04c-e44c-ceb439ddcb9f-72008299, #w-node-c1929bd8-7e29-e04c-e44c-ceb439ddcba1-72008299 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_0ee2de5c-3b1d-f577-42a2-8223bd7797ea-72008299 {
  justify-self: end;
}

#w-node-c1929bd8-7e29-e04c-e44c-ceb439ddcb49-5f5ab69e {
  grid-area: span 1 / span 2 / span 1 / span 2;
  place-self: center;
}

#w-node-_0ee2de5c-3b1d-f577-42a2-8223bd7797ea-5f5ab69e {
  justify-self: end;
}

#w-node-c1929bd8-7e29-e04c-e44c-ceb439ddcb49-a23a256a {
  grid-area: span 1 / span 2 / span 1 / span 2;
  place-self: center;
}

#w-node-_0ee2de5c-3b1d-f577-42a2-8223bd7797ea-a23a256a {
  justify-self: end;
}

@media screen and (min-width: 1920px) {
  #w-node-c1929bd8-7e29-e04c-e44c-ceb439ddcb68-72008299, #w-node-c1929bd8-7e29-e04c-e44c-ceb439ddcb64-72008299 {
    grid-column: span 2 / span 2;
  }

  #w-node-c2d4c00c-6376-1ce1-b163-f432f2099db9-72008299, #w-node-c1929bd8-7e29-e04c-e44c-ceb439ddcb74-72008299, #w-node-c1929bd8-7e29-e04c-e44c-ceb439ddcb8c-72008299, #w-node-c1929bd8-7e29-e04c-e44c-ceb439ddcb78-72008299, #w-node-c1929bd8-7e29-e04c-e44c-ceb439ddcb7c-72008299, #w-node-c1929bd8-7e29-e04c-e44c-ceb439ddcb80-72008299, #w-node-c1929bd8-7e29-e04c-e44c-ceb439ddcb84-72008299, #w-node-c1929bd8-7e29-e04c-e44c-ceb439ddcb88-72008299, #w-node-c1929bd8-7e29-e04c-e44c-ceb439ddcb8f-72008299, #w-node-c1929bd8-7e29-e04c-e44c-ceb439ddcb93-72008299, #w-node-c1929bd8-7e29-e04c-e44c-ceb439ddcb9f-72008299, #w-node-c1929bd8-7e29-e04c-e44c-ceb439ddcba1-72008299 {
    grid-column: span 4 / span 4;
  }
}

@media screen and (max-width: 991px) {
  #w-node-c1929bd8-7e29-e04c-e44c-ceb439ddcb8f-72008299, #w-node-c1929bd8-7e29-e04c-e44c-ceb439ddcb93-72008299, #w-node-c1929bd8-7e29-e04c-e44c-ceb439ddcb9f-72008299, #w-node-c1929bd8-7e29-e04c-e44c-ceb439ddcba1-72008299 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_24f6b79b-5b9b-0d75-51b3-a809656a889f-72008299 {
    grid-area: 2 / 1 / 3 / 3;
    place-self: auto;
  }

  #w-node-_0ee2de5c-3b1d-f577-42a2-8223bd7797ea-72008299 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: center;
  }

  #w-node-_24f6b79b-5b9b-0d75-51b3-a809656a889f-5f5ab69e {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_0ee2de5c-3b1d-f577-42a2-8223bd7797ea-5f5ab69e {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: center;
  }

  #w-node-_24f6b79b-5b9b-0d75-51b3-a809656a889f-a23a256a {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_0ee2de5c-3b1d-f577-42a2-8223bd7797ea-a23a256a {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: center;
  }
}

@media screen and (max-width: 479px) {
  #w-node-c1929bd8-7e29-e04c-e44c-ceb439ddcb68-72008299, #w-node-c1929bd8-7e29-e04c-e44c-ceb439ddcb64-72008299 {
    grid-area: span 1 / span 5 / span 1 / span 5;
  }

  #w-node-c2d4c00c-6376-1ce1-b163-f432f2099db9-72008299 {
    grid-column: span 5 / span 5;
  }

  #w-node-c1929bd8-7e29-e04c-e44c-ceb439ddcb6c-72008299 {
    grid-area: span 1 / span 5 / span 1 / span 5;
  }

  #w-node-c1929bd8-7e29-e04c-e44c-ceb439ddcb70-72008299, #w-node-c1929bd8-7e29-e04c-e44c-ceb439ddcb74-72008299, #w-node-c1929bd8-7e29-e04c-e44c-ceb439ddcb8c-72008299, #w-node-c1929bd8-7e29-e04c-e44c-ceb439ddcb78-72008299, #w-node-c1929bd8-7e29-e04c-e44c-ceb439ddcb7c-72008299, #w-node-c1929bd8-7e29-e04c-e44c-ceb439ddcb80-72008299, #w-node-c1929bd8-7e29-e04c-e44c-ceb439ddcb84-72008299 {
    grid-column: span 5 / span 5;
  }

  #w-node-c1929bd8-7e29-e04c-e44c-ceb439ddcb88-72008299 {
    grid-area: span 1 / span 5 / span 1 / span 5;
  }

  #w-node-c1929bd8-7e29-e04c-e44c-ceb439ddcb8f-72008299, #w-node-c1929bd8-7e29-e04c-e44c-ceb439ddcb93-72008299, #w-node-c1929bd8-7e29-e04c-e44c-ceb439ddcb9f-72008299 {
    grid-column: span 5 / span 5;
  }
}


