:root {
  --peru: #ab8d6a;
  --dim-grey: #656565;
  --black: #333;
}

.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 {
  width: 12px;
  height: 12px;
  border: 1px solid #ccc;
  border-radius: 2px;
}

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

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.w-form-formradioinput--inputType-custom {
  width: 12px;
  height: 12px;
  border: 1px solid #ccc;
  border-radius: 50%;
}

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

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

body {
  color: #333;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 1em;
  line-height: 1.2;
}

.heading {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Abrilfatface, sans-serif;
  font-size: 4.49063em;
  font-weight: 400;
  line-height: 1.2;
}

.section {
  height: auto;
  max-width: none;
  background-image: url('../images/Rechteck-2.webp');
  background-position: 50%;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding-top: 0;
  font-size: 1vw;
  display: flex;
  position: static;
}

.text-block {
  color: #fff;
  text-align: center;
  margin-top: 1.5em;
  font-family: Josefinsans, sans-serif;
  font-size: 1.28313em;
  line-height: 1.5;
}

.image {
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: contain;
  flex: 0 auto;
  align-self: auto;
  margin-top: 0;
  margin-bottom: 0;
  display: block;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.heading-2 {
  color: #ab8d6a;
  text-align: center;
  margin-top: 0;
  margin-bottom: .25em;
  font-family: Abrilfatface, sans-serif;
  font-size: 2.56625em;
  font-weight: 400;
  line-height: 1.2;
}

.paragraph {
  color: #656565;
  text-align: center;
  flex: 0 auto;
  margin-bottom: 2em;
  font-family: Josefinsans, sans-serif;
  font-size: 1.28313em;
  line-height: 1.2;
}

.section-2 {
  max-width: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 4em auto;
  padding-left: 2em;
  padding-right: 2em;
  display: flex;
}

.button {
  direction: ltr;
  text-align: center;
  text-transform: uppercase;
  background-color: #ab8d6a;
  flex-direction: column;
  flex: 0 auto;
  justify-content: flex-end;
  align-self: auto;
  align-items: flex-end;
  margin-top: 2em;
  padding: 1em 2em;
  font-family: Josefinsans, sans-serif;
  font-size: 1.2em;
  font-style: normal;
  line-height: 1.1;
  display: block;
}

.heading-3 {
  color: #fff;
  margin-top: 0;
  margin-bottom: .5em;
  font-family: Abrilfatface, sans-serif;
  font-size: 2.56625em;
  font-weight: 400;
  line-height: 1.2;
}

.section-3 {
  height: auto;
  max-width: none;
  object-fit: fill;
  background-image: url('../images/Rechteck-4.png');
  background-position: 50%;
  background-size: cover;
  justify-content: space-between;
  margin-bottom: 6em;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  display: block;
  position: static;
}

.image-2 {
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  flex: 0 auto;
  align-self: auto;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
  padding-bottom: 0;
  display: block;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.text-block-2 {
  color: #fff;
  margin-bottom: 1em;
  font-family: Josefinsans, sans-serif;
  font-size: 1.3em;
  font-weight: 400;
  line-height: 1.2;
}

.div-block {
  width: 42%;
  height: auto;
  flex-direction: column;
  flex: none;
  justify-content: flex-start;
  align-self: center;
  align-items: flex-start;
  display: flex;
}

.heading-4 {
  color: var(--peru);
  text-align: left;
  margin-top: 0;
  margin-bottom: 1em;
  font-family: Abrilfatface, sans-serif;
  font-size: 2.56625em;
}

.paragraph-2 {
  color: var(--dim-grey);
  object-fit: fill;
  flex: none;
  order: 0;
  align-self: auto;
  margin-bottom: 1em;
  font-family: Josefinsans, sans-serif;
  font-size: 1.28313em;
  line-height: 1.2;
  display: block;
  position: static;
  overflow: visible;
}

.section-4 {
  max-width: none;
  grid-column-gap: 6em;
  grid-row-gap: 6em;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 6em;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  display: block;
}

.div-block-2 {
  width: 65%;
  max-width: none;
  clear: none;
  text-align: left;
  white-space: normal;
  object-fit: fill;
  flex-flow: column;
  flex: 0 auto;
  order: 0;
  justify-content: space-between;
  align-self: auto;
  align-items: flex-start;
  margin-left: 0;
  display: flex;
  position: static;
  overflow: visible;
}

.heading-5 {
  color: var(--peru);
  text-align: center;
  font-family: Abrilfatface, sans-serif;
  font-size: 2.56625em;
  font-weight: 400;
}

.text-block-3 {
  color: var(--black);
  text-align: center;
  margin-bottom: 1em;
  font-family: Josefinsans, sans-serif;
  font-size: 1.28313em;
  line-height: 1.1;
}

.paragraph-3 {
  font-family: Abrilfatface, sans-serif;
  font-size: 2.34em;
}

.section-5 {
  margin-bottom: 4em;
}

.section-3-copy {
  height: auto;
  object-fit: fill;
  background-image: url('../images/Rechteck-4.png');
  background-position: 50%;
  background-size: cover;
  justify-content: space-between;
  margin-bottom: 6em;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  display: block;
  position: static;
}

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

.div-block-3 {
  margin-bottom: 2em;
  display: block;
}

.form-block {
  justify-content: center;
  align-items: center;
  margin-bottom: 3.875em;
  display: none;
}

.section-6 {
  margin-bottom: 2em;
  display: block;
}

.section-7 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 2em;
  display: block;
}

.div-block-4 {
  justify-content: center;
  margin-bottom: 1em;
  display: flex;
}

.text-block-3-copy {
  color: #656565;
  text-align: center;
  margin-bottom: 1em;
  font-family: Josefinsans, sans-serif;
  font-size: 1.17em;
}

.image-3 {
  margin-right: .25em;
}

.image-4 {
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: contain;
  flex: 0 auto;
  margin-right: 0;
  display: inline-block;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.image-5 {
  max-width: 100%;
}

.image-2-copy {
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: fill;
  flex: 0 auto;
  align-self: auto;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
  display: block;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.container {
  max-width: 500px;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
}

.container-2 {
  max-width: 1750px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.container-3 {
  max-width: none;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: fill;
  flex-flow: row;
  justify-content: space-between;
  align-items: stretch;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  overflow: visible;
}

.div-block-copy {
  width: 50%;
  height: auto;
  flex-direction: column;
  flex: none;
  order: 0;
  justify-content: center;
  align-self: auto;
  align-items: flex-start;
  display: flex;
}

.text-field {
  width: 45.195em;
  height: 4.01375em;
  margin-bottom: 1.875em;
  padding: 0 1em 0 3.125em;
}

.text-field.eingabe {
  height: 14.8519em;
  float: none;
  clear: none;
  text-align: left;
  text-transform: uppercase;
  white-space: normal;
  padding-bottom: 10.7em;
  display: block;
  position: static;
}

.text-field-2 {
  margin-bottom: 1.875em;
}

.submit-button {
  width: 21.4375em;
  height: 3.875em;
  text-align: center;
  text-transform: uppercase;
  background-color: #ab8d6a;
  padding-left: 0;
  padding-right: 0;
  font-family: Josefinsans, sans-serif;
  font-size: 1.02625em;
  display: block;
}

.form {
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.grid {
  max-width: none;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.div-block-5 {
  height: 16.8em;
  background-image: url('../images/Bildschirmfoto-2022-06-08-um-11.27.48.jpg');
  background-position: 0 0;
  background-size: contain;
}

.rich-text-block {
  max-width: 1650px;
  text-align: center;
  margin-top: 4em;
  margin-left: auto;
  margin-right: auto;
  padding: 0 2em 4em;
}

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

.error-text {
  color: #e23939;
}

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

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

.success-message {
  background-color: #f4f4f4;
  padding: 1.5rem;
}

.uui-button {
  grid-column-gap: .5rem;
  background-color: var(--peru);
  color: #fff;
  text-align: center;
  white-space: nowrap;
  border: 1px solid #7f56d9;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px 2px rgba(16, 24, 40, .05);
}

.uui-button:hover {
  background-color: var(--dim-grey);
  border-color: #6941c6;
}

.uui-button:focus {
  border-color: var(--peru);
  background-color: var(--black);
  box-shadow: 0 1px 2px rgba(16, 24, 40, .05), 0 0 0 4px rgba(171, 141, 106, .15);
}

.uui-form-button-wrapper {
  flex-direction: column;
  margin-top: .5rem;
  display: flex;
}

.uui-text-style-link {
  color: #475467;
  text-decoration: underline;
  transition: color .3s;
}

.uui-text-style-link:hover {
  color: #344054;
}

.uui-form-checkbox-label {
  color: #344054;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
}

.uui-form-checkbox-icon {
  width: 1.25rem;
  height: 1.25rem;
  min-height: 1.25rem;
  min-width: 1.25rem;
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #d0d5dd;
  border-radius: .375rem;
  margin-top: 0;
  margin-left: -1.25rem;
  margin-right: .75rem;
  transition: all .3s;
}

.uui-form-checkbox-icon:hover {
  background-color: #f9f5ff;
  border-color: #7f56d9;
}

.uui-form-checkbox-icon.w--redirected-checked {
  box-shadow: none;
  background-color: #f9f5ff;
  background-image: url('../images/check.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: .875rem .875rem;
  background-attachment: scroll;
  border-width: 1px;
  border-color: #7f56d9;
  border-radius: .25rem;
}

.uui-form-checkbox-icon.w--redirected-focus {
  background-color: #f9f5ff;
  border-color: #7f56d9;
  border-radius: .25rem;
  box-shadow: 0 0 0 4px #f4ebff;
}

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

.uui-form_input {
  height: auto;
  min-height: 2.75rem;
  color: #101828;
  background-color: #fff;
  border: 1px solid #d0d5dd;
  border-radius: .5rem;
  margin-bottom: 0;
  padding: .5rem .875rem;
  font-family: Josefinsans, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  transition: all .3s;
  box-shadow: 0 1px 2px rgba(16, 24, 40, .05);
}

.uui-form_input:focus {
  color: #101828;
  border-color: #d6bbfb;
  box-shadow: 0 1px 2px rgba(16, 24, 40, .05), 0 0 0 4px #f4ebff;
}

.uui-form_input::-ms-input-placeholder {
  color: #667085;
}

.uui-form_input::placeholder {
  color: #667085;
}

.uui-form_input.text-area {
  height: auto;
  min-height: 11.25rem;
  padding-top: .75rem;
  padding-bottom: .75rem;
  overflow: auto;
}

.uui-field-label {
  color: #344054;
  margin-bottom: .5rem;
  font-family: Josefinsans, sans-serif;
  font-size: .875rem;
  font-weight: 500;
  line-height: 1.5;
}

.uui-form-field-wrapper {
  position: relative;
}

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

.uui-contact01_component {
  max-width: 30rem;
  flex-direction: column;
  align-items: stretch;
  margin: 4em auto 0;
  display: none;
}

.uui-text-size-large {
  color: var(--black);
  letter-spacing: normal;
  font-family: Josefinsans, sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}

.uui-space-xsmall {
  width: 100%;
  min-height: 1rem;
}

.uui-heading-medium {
  color: var(--peru);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Abrilfatface, sans-serif;
  font-size: 2.25rem;
  font-weight: 600;
  line-height: 1.3;
}

.uui-heading-subheading {
  color: #7f56d9;
  margin-bottom: .75rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
}

.uui-max-width-large {
  width: 100%;
  max-width: 48rem;
}

.uui-max-width-large.align-center, .align-center {
  margin-left: auto;
  margin-right: auto;
}

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

.uui-padding-vertical-xhuge {
  padding-top: 4em;
  padding-bottom: 4rem;
}

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

.uui-page-padding {
  padding-left: 2rem;
  padding-right: 2rem;
}

.div-block-6 {
  width: 50%;
  height: auto;
  object-fit: fill;
  flex: 0 auto;
  justify-content: flex-start;
  margin-top: -44px;
  margin-bottom: -41px;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
}

.container-4 {
  max-width: 1250px;
  flex-direction: column;
  align-items: center;
  padding-left: 2em;
  padding-right: 2em;
  display: flex;
  position: relative;
}

.rl_styleguide_empty-box {
  z-index: -1;
  height: 3rem;
  min-width: 3rem;
  background-color: #e4e2df;
  position: relative;
}

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

.rl-styleguide-label {
  color: #fff;
  white-space: nowrap;
  cursor: context-menu;
  background-color: #0073e6;
  margin-top: -2px;
  padding: .25rem .5rem;
  font-size: .75rem;
  display: inline-block;
}

.rl-styleguide_item {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: start;
  justify-content: start;
  align-items: start;
  justify-items: start;
  padding-bottom: 1rem;
  display: grid;
}

.rl-styleguide_item.is-stretch {
  grid-row-gap: 1rem;
  justify-items: stretch;
}

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

.rl-styleguide_spacing {
  border: 1px dashed #000;
}

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

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

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

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

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

.rl-text-style-regular {
  max-width: none;
  color: var(--dim-grey);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Josefinsans, sans-serif;
  font-size: 1.3em;
  font-weight: 400;
  line-height: 1.5;
}

.rl-text-style-regular.reserv {
  color: #fff;
  text-align: left;
}

.rl-text-style-regular.rest {
  margin-bottom: 2rem;
  margin-left: auto;
  margin-right: auto;
  display: none;
}

.rl-text-style-regular.mitte {
  text-align: left;
}

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

.text-color-darkgrey {
  color: rgba(22, 22, 22, .65);
}

.rl-heading-style-h5 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Josefinsans, sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
}

.rl_styleguide_heading-wrapper {
  width: 100%;
  border-bottom: 1px solid #000;
  padding-bottom: .75rem;
}

.rl_styleguide_list {
  width: 100%;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  padding-bottom: 4rem;
}

.rl-styleguide_color {
  padding-bottom: 8rem;
}

.rl-styleguide_color.rl-gray {
  background-color: #f4f4f4;
}

.rl-styleguide_color.rl-white {
  background-color: #fff;
}

.rl-styleguide_color.rl-black {
  background-color: #000;
}

.styleguide_grid-colours {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.rl-button {
  color: #fff;
  text-align: center;
  background-color: #000;
  border: 1px solid #000;
  padding: .75rem 1.5rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1rem;
}

.class-label-row {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.class-label-column {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.rl_styleguide_item-row {
  grid-column-gap: 1.5rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 15rem 1fr;
  align-items: center;
}

.form-radio-label {
  margin-bottom: 0;
}

.rl-form-radio-icon {
  width: 1.125rem;
  height: 1.125rem;
  min-height: 1.125rem;
  min-width: 1.125rem;
  cursor: pointer;
  border: 1px solid #000;
  border-radius: 100px;
  margin-top: 0;
  margin-left: -1.125rem;
  margin-right: .5rem;
}

.rl-form-radio-icon.w--redirected-checked {
  background-color: #fff;
  background-image: none;
  border-width: 6px;
  border-color: #000;
}

.rl-form-radio-icon.w--redirected-focus {
  box-shadow: none;
  border-color: #000;
  margin-top: 0;
}

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

.form-checkbox-label {
  margin-bottom: 0;
}

.rl-form-checkbox-icon {
  width: 1.125rem;
  height: 1.125rem;
  min-height: 1.125rem;
  min-width: 1.125rem;
  cursor: pointer;
  border: 1px solid #000;
  border-radius: 0;
  margin-top: 0;
  margin-left: -1.25rem;
  margin-right: .5rem;
  transition: all .2s;
}

.rl-form-checkbox-icon.w--redirected-checked {
  box-shadow: none;
  background-color: #000;
  background-size: 16px 16px;
  border-width: 1px;
  border-color: #000;
}

.rl-form-checkbox-icon.w--redirected-focus {
  box-shadow: none;
  border-color: #000;
}

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

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

.rl-form-select-input::-ms-input-placeholder {
  color: rgba(0, 0, 0, .6);
}

.rl-form-select-input::placeholder {
  color: rgba(0, 0, 0, .6);
}

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

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

.rl-form-text-area:focus {
  border-color: #000;
}

.rl-form-text-area::-ms-input-placeholder {
  color: #000;
}

.rl-form-text-area::placeholder {
  color: #000;
}

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

.rl-form-input:focus {
  border-color: #000;
}

.rl-form-input::-ms-input-placeholder {
  color: #000;
  font-size: 1rem;
}

.rl-form-input::placeholder {
  color: #000;
  font-size: 1rem;
}

.rl-field-label {
  color: #000;
  margin-bottom: .5rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
}

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

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

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

.rl-button-secondary-small {
  color: #000;
  text-align: center;
  background-color: #fff;
  border: 1px solid #000;
  padding: .5rem 1.25rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1rem;
}

.rl-button-secondary {
  color: #000;
  text-align: center;
  background-color: #fff;
  border: 1px solid #000;
  padding: .75rem 1.5rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1rem;
}

.rl-button-small {
  color: #fff;
  text-align: center;
  background-color: #000;
  border: 1px solid #000;
  padding: .5rem 1.25rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1rem;
}

.rl-styleguide_button-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1.5rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: max-content;
  grid-auto-flow: row;
  align-items: center;
  justify-items: start;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  display: grid;
}

.rl-text-style-link {
  color: #000;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-weight: 400;
  text-decoration: underline;
}

.rl-text-style-subheading {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
}

.rl-text-style-tiny {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: .75rem;
  font-weight: 400;
  line-height: 1.5;
}

.rl-text-style-small {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Josefinsans, sans-serif;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.5;
}

.rl-text-style-medium {
  color: var(--dim-grey);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Josefinsans, sans-serif;
  font-size: 1.1em;
  font-weight: 400;
  line-height: 1.5;
}

.rl-text-style-large {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 4rem;
  font-family: Josefinsans, sans-serif;
  font-size: 1.4em;
  font-weight: 400;
  line-height: 1.5;
}

.rl-heading-style-h6 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.4;
}

.rl-heading-style-h4 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Abrilfatface, sans-serif;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.3;
}

.rl-heading-style-h4.reserv {
  margin-top: 1rem;
  margin-bottom: .25rem;
}

.rl-heading-style-h3 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 1rem;
  font-family: Abrilfatface, sans-serif;
  font-size: 2.5em;
  font-weight: 400;
  line-height: 1.2;
}

.rl-heading-style-h2 {
  color: var(--peru);
  text-align: center;
  flex: 0 auto;
  margin-top: 0;
  margin-bottom: .5em;
  font-family: Abrilfatface, sans-serif;
  font-size: 3em;
  font-weight: 400;
  line-height: 1;
  display: none;
}

.rl-heading-style-h1 {
  color: var(--peru);
  text-align: center;
  margin-top: 0;
  margin-bottom: 1rem;
  font-family: Abrilfatface, sans-serif;
  font-size: 3.5em;
  font-weight: 700;
  line-height: 1.2;
}

.rl_styleguide_component {
  flex-direction: column;
  align-items: flex-start;
  padding-top: 3rem;
  display: none;
}

.container-5 {
  max-width: none;
  grid-column-gap: 0em;
  grid-row-gap: 0em;
  flex-flow: row;
  grid-template: "Area Area-2"
  / 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  padding: 0 2em;
  display: grid;
}

.div-block-7 {
  flex-direction: column;
  align-items: center;
  margin-top: 0;
  padding-top: 8rem;
  padding-bottom: 4rem;
  display: flex;
}

.global_symbol {
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.global_embed {
  width: 0;
  height: 0;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.div-block-8 {
  object-fit: fill;
  padding-top: 94%;
  position: relative;
}

.div-block-9 {
  width: 30%;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: block;
}

.div-block-10 {
  justify-content: flex-start;
  align-items: center;
  padding-top: 150%;
  display: block;
  position: relative;
}

.div-block-10.speisekarte {
  padding-top: 71%;
}

.div-block-11 {
  width: auto;
  max-width: 1200px;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2em;
  padding-right: 2em;
  display: flex;
}

.div-block-12 {
  max-width: 1250px;
  flex-direction: row-reverse;
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2em;
  padding-right: 2em;
  display: flex;
}

.div-block-13 {
  max-width: 1250px;
  flex-direction: row;
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2em;
  padding-right: 2em;
  display: flex;
}

.div-block-14 {
  width: 50%;
  margin-top: -2.4em;
  margin-bottom: -2.4em;
}

.div-block-15 {
  padding-top: 93%;
  position: relative;
}

.link-2, .link-3 {
  text-decoration: none;
}

.navbar-logo-center {
  height: 8vw;
  background-color: #000;
}

.navbar-logo-center-container {
  z-index: 5;
  width: 1030px;
  max-width: 100%;
  background-color: rgba(0, 0, 0, 0);
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}

.navbar-logo-center-container.shadow-three {
  background-color: rgba(0, 0, 0, 0);
  padding-top: 40px;
  padding-bottom: 40px;
}

.container-6 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.navbar-wrapper-three {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.navbar-brand-three {
  z-index: 5;
  object-fit: fill;
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: absolute;
}

.nav-menu-wrapper-three {
  width: 100%;
}

.nav-menu-three {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-menu-block {
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-link {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

.nav-link:hover {
  color: rgba(26, 27, 31, .75);
}

.nav-link:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-dropdown {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle:hover {
  color: rgba(26, 27, 31, .75);
}

.nav-dropdown-toggle:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon {
  margin-right: 10px;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-link-accent {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 20px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-accent:hover {
  color: rgba(26, 27, 31, .75);
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.image-6 {
  width: 56%;
  max-width: none;
  display: inline-block;
}

.rl_navbar3_menu-background {
  display: none;
  position: static;
}

.rl_navbar3_button {
  color: #fff;
  text-align: center;
  background-color: #000;
  border: 1px solid #000;
  padding: .5rem 1.25rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  display: none;
}

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

.rl_navbar3_tablet-menu-button {
  color: #fff;
  background-color: #000;
  border: 1px solid #000;
  margin-left: 1rem;
  padding: .5rem 1.5rem;
  display: none;
}

.rl_navbar3_dropdown-link {
  color: #000;
  padding: .5rem 1rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

.rl_navbar3_dropdown-link.w--current {
  color: #000;
}

.rl_navbar3_dropdown-list.w--open {
  background-color: #fff;
  border: 1px solid #000;
  padding: 8px;
  position: absolute;
}

.rl-dropdown-icon {
  width: 1rem;
  height: 1rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: auto;
  margin-bottom: auto;
  margin-right: 1rem;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  right: 0%;
}

.rl_navbar3_dropdown-toggle {
  color: #000;
  align-items: center;
  padding: .5rem 2.5rem .5rem 1rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
  display: flex;
}

.rl_navbar3_menu-dropdown {
  margin-left: 0;
  margin-right: 0;
}

.rl_navbar3_link {
  color: #000;
  margin-left: 0;
  margin-right: 0;
  padding: .5rem 1rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  display: none;
}

.rl_navbar3_link.w--current {
  color: #000;
}

.rl_navbar3_logo-link-menu {
  padding-left: 0;
  display: none;
}

.rl_navbar3_menu {
  justify-content: flex-start;
  align-items: center;
  margin-left: -1rem;
  display: block;
  position: static;
}

.rl_navbar3_menu-button {
  padding: 0;
}

.rl_navbar3_container {
  width: 100%;
  height: 100%;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  justify-items: stretch;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.rl_navbar3_component {
  min-height: 4.5rem;
  background-color: #000;
  border-bottom: 1px solid #000;
  align-items: center;
  margin-bottom: 0;
  padding: 2% 5%;
  display: flex;
}

.link-4 {
  text-decoration: none;
}

.div-block-16 {
  width: 14em;
  height: 14em;
  background-color: var(--peru);
  text-align: center;
  border-radius: 268px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: -14.6em;
  bottom: auto;
  left: auto;
  right: 0%;
}

.body-2 {
  border-radius: 300px;
}

.heading-6 {
  color: #fff;
  margin-top: 0;
  margin-bottom: .125em;
  font-family: Abrilfatface, sans-serif;
  font-size: 2.4em;
  font-weight: 400;
  line-height: 1.2;
}

.text-block-4 {
  color: #fff;
  margin-bottom: .5em;
  font-family: Josefinsans, sans-serif;
  font-size: 1.2em;
}

.image-7 {
  width: 22%;
}

.div-block-17 {
  width: 66%;
  margin-bottom: 4em;
}

.div-block-18 {
  padding-top: 47%;
  position: relative;
}

.section-9 {
  margin-bottom: 6em;
}

.text-block-5 {
  color: var(--dim-grey);
  margin-right: 5px;
  font-family: Josefinsans, sans-serif;
  font-size: 1.1em;
}

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

.flex-block {
  justify-content: center;
  margin-bottom: 10px;
}

.div-block-19 {
  max-width: none;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 991px) {
  .image {
    object-fit: contain;
    margin-bottom: 5em;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .section-2 {
    margin-top: 4em;
    margin-bottom: 4rem;
    padding-left: 2em;
    padding-right: 2em;
  }

  .button {
    font-size: 1rem;
  }

  .section-3 {
    padding-left: 0;
    padding-right: 0;
  }

  .text-block-2 {
    margin-bottom: 0;
    font-size: 1.1em;
  }

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

  .section-4 {
    padding-left: 1em;
    padding-right: 1em;
  }

  .section-3-copy {
    padding-right: 0;
    display: block;
  }

  .image-4 {
    display: block;
  }

  .container-2 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .container-3 {
    justify-content: center;
    align-items: center;
  }

  .div-block-copy {
    flex-direction: column;
    flex: 0 auto;
    align-items: flex-start;
    display: flex;
  }

  .uui-padding-vertical-xhuge {
    padding-top: 2em;
  }

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

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

  .rl-text-style-regular {
    font-size: 1.2em;
  }

  .rl-text-style-regular.reserv {
    text-align: left;
    font-size: 1.1em;
  }

  .rl-text-style-medium {
    padding-left: 10px;
    padding-right: 10px;
  }

  .rl-heading-style-h4 {
    font-size: 1.75rem;
  }

  .rl-heading-style-h3 {
    text-align: left;
    flex: 0 auto;
    font-size: 2em;
  }

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

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

  .container-5 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .div-block-7 {
    padding-top: 4rem;
    padding-bottom: 2rem;
  }

  .container-6 {
    max-width: 728px;
  }

  .navbar-wrapper-three {
    justify-content: space-between;
  }

  .navbar-brand-three {
    position: relative;
  }

  .nav-menu-wrapper-three {
    background-color: rgba(0, 0, 0, 0);
    top: 70px;
  }

  .nav-menu-three {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px rgba(0, 0, 0, .05);
  }

  .nav-link {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .menu-button {
    padding: 12px;
  }

  .menu-button.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

  .rl_navbar3_menu-background {
    z-index: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, .5);
    padding-bottom: 0;
    padding-right: 0;
    display: none;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .rl_navbar3_tablet-menu-button {
    width: 100%;
    margin-top: 1.5rem;
    margin-left: 0;
    margin-right: 0;
    display: inline-block;
  }

  .rl_navbar3_dropdown-link {
    padding: .75rem 0 .75rem 5%;
  }

  .rl_navbar3_dropdown-list {
    position: static;
    overflow: hidden;
  }

  .rl_navbar3_dropdown-list.w--open {
    border-style: none;
    padding: 0;
    position: static;
  }

  .rl-dropdown-icon {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
    top: auto;
    bottom: auto;
    left: auto;
    right: 0%;
  }

  .rl_navbar3_dropdown-toggle {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding: .75rem 2rem .75rem 0;
    position: relative;
  }

  .rl_navbar3_menu-dropdown {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 1.125rem;
    display: block;
    position: relative;
  }

  .rl_navbar3_link {
    padding: .75rem 0;
    font-size: 1.125rem;
    position: static;
  }

  .rl_navbar3_logo-link-menu {
    float: none;
    margin-top: 2.5rem;
    margin-bottom: 2rem;
    display: flex;
    position: static;
  }

  .rl_navbar3_menu {
    z-index: 1;
    width: 80vw;
    height: 100vh;
    -webkit-text-fill-color: inherit;
    background-color: #fff;
    background-clip: border-box;
    border-right: 1px solid #000;
    flex-direction: column;
    justify-content: center;
    margin-left: 0;
    padding-bottom: 5rem;
    padding-left: 5vw;
    padding-right: 5vw;
    display: block;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: auto;
    overflow: auto;
  }

  .rl_menu-icon3_line-bottom {
    width: 24px;
    height: 2px;
    background-color: #000;
    padding-bottom: 0;
    padding-right: 0;
  }

  .rl_menu-icon3_line-middle {
    width: 24px;
    height: 2px;
    background-color: #000;
    justify-content: center;
    align-items: center;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .rl_menu-icon3_line-top {
    width: 24px;
    height: 2px;
    background-color: #000;
    padding-bottom: 0;
    padding-right: 0;
  }

  .rl_menu-icon3 {
    width: 48px;
    height: 48px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-right: -.5px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .rl_navbar3_menu-button {
    margin-left: -.5rem;
    padding: 0;
  }

  .rl_navbar3_menu-button.w--open {
    background-color: rgba(0, 0, 0, 0);
  }

  .rl_navbar3_container {
    grid-auto-columns: 1fr;
    display: grid;
  }

  .div-block-16 {
    width: 11em;
    height: 11em;
    top: -12.4em;
  }

  .heading-6 {
    font-size: 1.8em;
  }

  .text-block-4 {
    font-size: .9em;
  }
}

@media screen and (max-width: 767px) {
  .uui-button {
    font-size: 1rem;
  }

  .uui-button:hover {
    background-color: #7f56d9;
    border-color: #7f56d9;
  }

  .uui-contact01_component {
    margin-top: 4rem;
  }

  .uui-text-size-large {
    font-size: 1rem;
  }

  .uui-space-xsmall {
    min-height: .75rem;
  }

  .uui-heading-medium {
    font-size: 1.75rem;
    line-height: 1.4;
  }

  .uui-padding-vertical-xhuge {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .uui-page-padding {
    padding-left: 1rem;
    padding-right: 1rem;
  }

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

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

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

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

  .rl-text-style-large, .rl-heading-style-h6 {
    font-size: 1.125rem;
  }

  .rl-heading-style-h4 {
    font-size: 1.5rem;
    line-height: 1.4;
  }

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

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

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

  .navbar-brand-three {
    padding-left: 0;
  }

  .nav-menu-three {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-menu-block {
    flex-direction: column;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px rgba(0, 0, 0, .05);
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .nav-link-accent {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .rl_navbar3_button {
    padding: .25rem 1rem;
  }

  .rl_navbar3_menu {
    width: 90vw;
  }

  .rl_navbar3_component {
    min-height: 4rem;
  }

  .div-block-16 {
    width: 9em;
    height: 9em;
    top: -10em;
  }

  .heading-6 {
    font-size: 1.5em;
  }

  .text-block-4 {
    font-size: .8em;
  }
}

@media screen and (max-width: 479px) {
  .heading {
    font-size: 30px;
  }

  .section {
    height: auto;
    background-position: 50%;
  }

  .text-block {
    margin-top: 10px;
    font-size: 9px;
  }

  .image {
    margin-top: 0;
    margin-bottom: 8em;
  }

  .heading-2 {
    font-size: 20px;
  }

  .paragraph {
    font-size: 14px;
  }

  .section-2 {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .heading-3 {
    font-size: 16px;
    line-height: 1.2;
  }

  .section-3 {
    padding-left: 0;
    padding-right: 0;
    overflow: hidden;
  }

  .image-2 {
    width: 12rem;
    height: 100%;
  }

  .div-block {
    width: auto;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .paragraph-2 {
    text-align: center;
    font-size: 14px;
  }

  .section-4 {
    margin-bottom: 4em;
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-2 {
    width: auto;
    align-items: center;
    margin-left: 0;
  }

  .section-3-copy {
    margin-bottom: 4em;
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-3 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .form-block {
    padding-left: 0;
    padding-right: 0;
  }

  .image-4 {
    width: auto;
    height: 14.5em;
    display: none;
  }

  .image-2-copy {
    width: 40%;
    height: auto;
    margin-top: -1.2em;
    margin-bottom: 0;
    display: none;
  }

  .container {
    flex-direction: row;
    align-items: center;
    display: flex;
  }

  .container-2 {
    padding-top: 20px;
    padding-bottom: 20px;
    display: flex;
  }

  .container-3 {
    justify-content: center;
    align-items: center;
  }

  .div-block-copy {
    width: auto;
    align-items: flex-start;
    margin-top: 20px;
    margin-bottom: 20px;
    display: flex;
  }

  .text-field {
    width: 32vh;
    height: 3vh;
    margin-bottom: 20px;
  }

  .submit-button {
    align-self: auto;
    font-size: 12px;
    line-height: 8px;
  }

  .section-8 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .uui-field-label {
    font-family: Josefinsans, sans-serif;
    font-weight: 400;
  }

  .uui-padding-vertical-xhuge {
    padding-top: 1em;
    padding-bottom: 4em;
  }

  .div-block-6 {
    height: 20rem;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
    display: none;
    position: relative;
    left: 20px;
    right: 0;
  }

  .container-4 {
    flex: 0 auto;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
  }

  .rl-text-style-regular {
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 1em;
  }

  .rl-text-style-regular.reserv {
    color: #f7f7f7;
    margin-bottom: 2rem;
    padding-left: 10px;
    padding-right: 10px;
  }

  .rl-text-style-medium {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    display: block;
  }

  .rl-text-style-large {
    padding-left: 10px;
    padding-right: 10px;
    font-size: .9rem;
  }

  .rl-heading-style-h4, .rl-heading-style-h4.reserv {
    font-size: 1.3rem;
  }

  .rl-heading-style-h2 {
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    font-size: 1.8rem;
  }

  .rl-heading-style-h1 {
    margin-bottom: 1em;
    font-size: 2rem;
  }

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

  .div-block-11 {
    flex-direction: row;
    display: flex;
  }

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

  .div-block-13 {
    justify-content: flex-start;
    margin-top: 0;
  }

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

  .link-2, .link-3 {
    font-size: 1em;
  }

  .container-6 {
    max-width: none;
  }

  .nav-menu-three {
    flex-direction: column;
  }

  .div-block-16 {
    width: 9em;
    height: 9em;
    top: -9.5em;
    right: 2vw;
  }

  .heading-6 {
    font-size: 1.5em;
  }

  .text-block-4 {
    margin-bottom: .5em;
    font-size: .8em;
  }
}

#w-node-f96696bc-0b1d-1204-2f2f-c6b2bc7b3d17-4424ccd1 {
  grid-area: Area;
}

#w-node-_10f1af11-003b-e0b7-c16e-2b723e472516-4424ccd1, #w-node-e936d086-c736-c791-676e-d3e5bb0eb638-4424ccd1, #w-node-_5ce8d1a2-9707-4341-fce9-683b03133bf4-4424ccd1, #w-node-_6fa18bb3-7d97-456a-3af7-bea3173840bd-4424ccd1, #w-node-_33ccd941-8612-e34b-87fd-45a9f461c0ff-4424ccd1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_33ccd941-8612-e34b-87fd-45a9f461c100-4424ccd1 {
  justify-self: center;
}

#w-node-_5a6713fa-fffa-d5f1-861f-3573c218f2cc-4424ccd1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5a6713fa-fffa-d5f1-861f-3573c218f2cd-4424ccd1 {
  justify-self: start;
}

#w-node-_5a6713fa-fffa-d5f1-861f-3573c218f2d1-4424ccd1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5a6713fa-fffa-d5f1-861f-3573c218f2d2-4424ccd1 {
  justify-self: start;
}

#w-node-_5a6713fa-fffa-d5f1-861f-3573c218f2d6-4424ccd1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5a6713fa-fffa-d5f1-861f-3573c218f2d7-4424ccd1 {
  justify-self: start;
}

#w-node-_5a6713fa-fffa-d5f1-861f-3573c218f2db-4424ccd1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5a6713fa-fffa-d5f1-861f-3573c218f2dc-4424ccd1 {
  justify-self: start;
}

#w-node-_5a6713fa-fffa-d5f1-861f-3573c218f2e0-4424ccd1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5a6713fa-fffa-d5f1-861f-3573c218f2e1-4424ccd1 {
  justify-self: start;
}

#w-node-_5a6713fa-fffa-d5f1-861f-3573c218f2e5-4424ccd1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5a6713fa-fffa-d5f1-861f-3573c218f2e6-4424ccd1 {
  justify-self: start;
}

#w-node-_5a6713fa-fffa-d5f1-861f-3573c218f2ee-4424ccd1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5a6713fa-fffa-d5f1-861f-3573c218f2ef-4424ccd1 {
  justify-self: start;
}

#w-node-_5a6713fa-fffa-d5f1-861f-3573c218f2f1-4424ccd1, #w-node-_5a6713fa-fffa-d5f1-861f-3573c218f2f3-4424ccd1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5a6713fa-fffa-d5f1-861f-3573c218f2f4-4424ccd1 {
  justify-self: start;
}

#w-node-_5a6713fa-fffa-d5f1-861f-3573c218f2f6-4424ccd1, #w-node-_5a6713fa-fffa-d5f1-861f-3573c218f2f8-4424ccd1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5a6713fa-fffa-d5f1-861f-3573c218f2f9-4424ccd1 {
  justify-self: start;
}

#w-node-_5a6713fa-fffa-d5f1-861f-3573c218f2fb-4424ccd1, #w-node-_5a6713fa-fffa-d5f1-861f-3573c218f2fd-4424ccd1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5a6713fa-fffa-d5f1-861f-3573c218f2fe-4424ccd1 {
  justify-self: start;
}

#w-node-_5a6713fa-fffa-d5f1-861f-3573c218f300-4424ccd1, #w-node-_5a6713fa-fffa-d5f1-861f-3573c218f302-4424ccd1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5a6713fa-fffa-d5f1-861f-3573c218f303-4424ccd1 {
  justify-self: start;
}

#w-node-_5a6713fa-fffa-d5f1-861f-3573c218f305-4424ccd1, #w-node-_5a6713fa-fffa-d5f1-861f-3573c218f307-4424ccd1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5a6713fa-fffa-d5f1-861f-3573c218f308-4424ccd1 {
  justify-self: start;
}

#w-node-_5a6713fa-fffa-d5f1-861f-3573c218f30a-4424ccd1, #w-node-_5a6713fa-fffa-d5f1-861f-3573c218f30c-4424ccd1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5a6713fa-fffa-d5f1-861f-3573c218f30d-4424ccd1 {
  justify-self: start;
}

#w-node-_5a6713fa-fffa-d5f1-861f-3573c218f30f-4424ccd1, #w-node-_5a6713fa-fffa-d5f1-861f-3573c218f316-4424ccd1, #w-node-_5a6713fa-fffa-d5f1-861f-3573c218f317-4424ccd1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5a6713fa-fffa-d5f1-861f-3573c218f318-4424ccd1 {
  justify-self: start;
}

#w-node-_5a6713fa-fffa-d5f1-861f-3573c218f31a-4424ccd1, #w-node-_5a6713fa-fffa-d5f1-861f-3573c218f31d-4424ccd1, #w-node-_5a6713fa-fffa-d5f1-861f-3573c218f31e-4424ccd1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5a6713fa-fffa-d5f1-861f-3573c218f31f-4424ccd1 {
  justify-self: start;
}

#w-node-_5a6713fa-fffa-d5f1-861f-3573c218f321-4424ccd1, #w-node-_5a6713fa-fffa-d5f1-861f-3573c218f324-4424ccd1, #w-node-_5a6713fa-fffa-d5f1-861f-3573c218f325-4424ccd1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5a6713fa-fffa-d5f1-861f-3573c218f326-4424ccd1 {
  justify-self: start;
}

#w-node-_5a6713fa-fffa-d5f1-861f-3573c218f328-4424ccd1, #w-node-_5a6713fa-fffa-d5f1-861f-3573c218f32c-4424ccd1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5a6713fa-fffa-d5f1-861f-3573c218f32d-4424ccd1 {
  justify-self: start;
}

#w-node-_5a6713fa-fffa-d5f1-861f-3573c218f32f-4424ccd1, #w-node-_5a6713fa-fffa-d5f1-861f-3573c218f333-4424ccd1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5a6713fa-fffa-d5f1-861f-3573c218f334-4424ccd1 {
  justify-self: start;
}

#w-node-_5a6713fa-fffa-d5f1-861f-3573c218f336-4424ccd1, #w-node-_5a6713fa-fffa-d5f1-861f-3573c218f341-4424ccd1, #w-node-_5a6713fa-fffa-d5f1-861f-3573c218f342-4424ccd1, #w-node-_5a6713fa-fffa-d5f1-861f-3573c218f343-4424ccd1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5a6713fa-fffa-d5f1-861f-3573c218f344-4424ccd1 {
  justify-self: start;
}

#w-node-_5a6713fa-fffa-d5f1-861f-3573c218f346-4424ccd1, #w-node-_5a6713fa-fffa-d5f1-861f-3573c218f349-4424ccd1, #w-node-_5a6713fa-fffa-d5f1-861f-3573c218f34d-4424ccd1, #w-node-_5a6713fa-fffa-d5f1-861f-3573c218f34e-4424ccd1, #w-node-_5a6713fa-fffa-d5f1-861f-3573c218f34f-4424ccd1, #w-node-_5a6713fa-fffa-d5f1-861f-3573c218f354-4424ccd1, #w-node-_5a6713fa-fffa-d5f1-861f-3573c218f355-4424ccd1, #w-node-_5a6713fa-fffa-d5f1-861f-3573c218f356-4424ccd1, #w-node-_5a6713fa-fffa-d5f1-861f-3573c218f35b-4424ccd1, #w-node-_5a6713fa-fffa-d5f1-861f-3573c218f35c-4424ccd1, #w-node-_5a6713fa-fffa-d5f1-861f-3573c218f35d-4424ccd1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5a6713fa-fffa-d5f1-861f-3573c218f35e-4424ccd1 {
  justify-self: start;
}

#w-node-_5a6713fa-fffa-d5f1-861f-3573c218f364-4424ccd1, #w-node-_5a6713fa-fffa-d5f1-861f-3573c218f365-4424ccd1, #w-node-_5a6713fa-fffa-d5f1-861f-3573c218f366-4424ccd1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5a6713fa-fffa-d5f1-861f-3573c218f367-4424ccd1 {
  justify-self: start;
}

#w-node-_5a6713fa-fffa-d5f1-861f-3573c218f369-4424ccd1, #w-node-_5a6713fa-fffa-d5f1-861f-3573c218f36d-4424ccd1, #w-node-_5a6713fa-fffa-d5f1-861f-3573c218f36e-4424ccd1, #w-node-_5a6713fa-fffa-d5f1-861f-3573c218f36f-4424ccd1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5a6713fa-fffa-d5f1-861f-3573c218f370-4424ccd1, #w-node-_5a6713fa-fffa-d5f1-861f-3573c218f372-4424ccd1 {
  justify-self: start;
}

#w-node-_5a6713fa-fffa-d5f1-861f-3573c218f38e-4424ccd1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5a6713fa-fffa-d5f1-861f-3573c218f38f-4424ccd1 {
  justify-self: start;
}

#w-node-_5a6713fa-fffa-d5f1-861f-3573c218f391-4424ccd1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_5a6713fa-fffa-d5f1-861f-3573c218f393-4424ccd1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5a6713fa-fffa-d5f1-861f-3573c218f394-4424ccd1 {
  justify-self: start;
}

#w-node-_5a6713fa-fffa-d5f1-861f-3573c218f396-4424ccd1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_5a6713fa-fffa-d5f1-861f-3573c218f398-4424ccd1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5a6713fa-fffa-d5f1-861f-3573c218f399-4424ccd1 {
  justify-self: start;
}

#w-node-_5a6713fa-fffa-d5f1-861f-3573c218f39b-4424ccd1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_5a6713fa-fffa-d5f1-861f-3573c218f39d-4424ccd1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5a6713fa-fffa-d5f1-861f-3573c218f39e-4424ccd1 {
  justify-self: start;
}

#w-node-_5a6713fa-fffa-d5f1-861f-3573c218f3a0-4424ccd1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_5a6713fa-fffa-d5f1-861f-3573c218f3a2-4424ccd1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5a6713fa-fffa-d5f1-861f-3573c218f3a3-4424ccd1 {
  justify-self: start;
}

#w-node-_5a6713fa-fffa-d5f1-861f-3573c218f3a5-4424ccd1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_5a6713fa-fffa-d5f1-861f-3573c218f3a7-4424ccd1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5a6713fa-fffa-d5f1-861f-3573c218f3a8-4424ccd1 {
  justify-self: start;
}

#w-node-_5a6713fa-fffa-d5f1-861f-3573c218f3aa-4424ccd1, #w-node-_5a6713fa-fffa-d5f1-861f-3573c218f3ac-4424ccd1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5a6713fa-fffa-d5f1-861f-3573c218f3ad-4424ccd1 {
  justify-self: start;
}

#w-node-_5a6713fa-fffa-d5f1-861f-3573c218f3af-4424ccd1, #w-node-_5a6713fa-fffa-d5f1-861f-3573c218f3b0-4424ccd1, #w-node-_5a6713fa-fffa-d5f1-861f-3573c218f3b2-4424ccd1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5a6713fa-fffa-d5f1-861f-3573c218f3b3-4424ccd1 {
  justify-self: start;
}

#w-node-_5a6713fa-fffa-d5f1-861f-3573c218f3b5-4424ccd1, #w-node-_5a6713fa-fffa-d5f1-861f-3573c218f3b6-4424ccd1, #w-node-_5a6713fa-fffa-d5f1-861f-3573c218f3b8-4424ccd1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5a6713fa-fffa-d5f1-861f-3573c218f3b9-4424ccd1 {
  justify-self: start;
}

#w-node-_5a6713fa-fffa-d5f1-861f-3573c218f3bb-4424ccd1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8851e201-5eb6-4628-f532-77341697c7dd-4424ccd2, #w-node-_8851e201-5eb6-4628-f532-77341697c7dd-4424ccd4 {
  justify-self: end;
}


@font-face {
  font-family: 'Abrilfatface';
  src: url('../fonts/AbrilFatface-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Josefinsans';
  src: url('../fonts/JosefinSans-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}