@font-face {
  font-family: Inter;
  src: url('../fonts/Inter-Bold.woff2') format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Inter;
  src: url('../fonts/Inter-Regular.woff2') format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Reckless;
  src: url('../fonts/RecklessTRIAL-Light.woff') format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Swiss 721 Bt";
  src: url('../fonts/Swiss-721-BT.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --white: white;
  --black: #252525;
  --lotus-red: #a02725;
  --grey: #e6e6e6;
}

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.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-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

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

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

body {
  background-color: var(--white);
  color: var(--black);
  font-family: Inter, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

h1 {
  text-align: right;
  letter-spacing: -.025em;
  white-space: pre;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Reckless, sans-serif;
  font-size: 12.8vw;
  font-weight: 300;
  line-height: 1.1;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Reckless, sans-serif;
  font-size: 2.75rem;
  font-weight: 300;
  line-height: 1.1;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Reckless, sans-serif;
  font-size: 2.5vw;
  font-weight: 300;
  line-height: 1.2;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Reckless, sans-serif;
  font-size: 1.625rem;
  font-weight: 300;
  line-height: 1.23077;
}

h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Reckless, sans-serif;
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 1.4;
}

h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Reckless, sans-serif;
  font-size: 1.25rem;
  font-weight: 300;
  line-height: 1.4;
}

p {
  margin-bottom: 0;
}

a {
  border-color: var(--black);
  color: var(--black);
  text-decoration: underline;
}

ul {
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding-left: 1.25rem;
}

ol {
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding-left: 1.5rem;
}

li {
  margin-top: .25rem;
  margin-bottom: .25rem;
  padding-left: .5rem;
}

img {
  max-width: 100%;
  display: inline-block;
}

label {
  margin-bottom: .25rem;
  font-weight: 500;
}

blockquote {
  border-left: .1875rem solid var(--black);
  margin-bottom: 0;
  padding: .75rem 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

figure {
  margin-bottom: 0;
}

figcaption {
  text-align: center;
  margin-top: .25rem;
}

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

.max-width-full {
  width: 100%;
  max-width: none;
}

.layer {
  justify-content: center;
  align-items: center;
  position: absolute;
  inset: 0%;
}

.overflow-hidden {
  overflow: hidden;
}

.global-styles {
  display: block;
  position: fixed;
  inset: 0% auto auto 0%;
}

.z-index-1 {
  z-index: 1;
  position: relative;
}

.hide {
  display: none;
}

.text-style-link {
  text-decoration: underline;
}

.max-width-xlarge {
  width: 100%;
  max-width: 64rem;
}

.max-width-medium {
  width: 100%;
  max-width: 35rem;
}

.max-width-xsmall {
  width: 100%;
  max-width: 25rem;
}

.max-width-xxsmall {
  width: 100%;
  max-width: 20rem;
}

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

.max-width-xxlarge {
  width: 100%;
  max-width: 80rem;
}

.align-center {
  margin-left: auto;
  margin-right: auto;
}

.spacing-clean {
  margin: 0;
  padding: 0;
}

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

.max-width-small {
  width: 100%;
  max-width: 30rem;
}

.form-message-error {
  margin-top: .75rem;
  padding: .75rem;
}

.utility_component {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  display: flex;
}

.utility_form-block {
  text-align: center;
  flex-direction: column;
  max-width: 20rem;
  display: flex;
}

.utility_form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.utility_image {
  margin-bottom: .5rem;
  margin-left: auto;
  margin-right: auto;
}

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

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

.margin-tiny {
  margin: .25rem;
}

.margin-xxsmall {
  margin: .5rem;
}

.margin-xsmall {
  margin: 1rem;
}

.margin-small {
  margin: 1.5rem;
}

.margin-medium {
  margin: 2rem;
}

.margin-large {
  margin: 3rem;
}

.margin-xlarge {
  margin: 4rem;
}

.margin-xxlarge {
  margin: 5rem;
}

.margin-huge {
  margin: 6rem;
}

.margin-xhuge {
  margin: 7rem;
}

.margin-xxhuge {
  margin: 10rem;
}

.margin-0 {
  margin: 0;
}

.padding-0 {
  padding: 0;
}

.padding-tiny {
  padding: .25rem;
}

.padding-xxsmall {
  padding: .5rem;
}

.padding-xsmall {
  padding: 1rem;
}

.padding-small {
  padding: 1.5rem;
}

.padding-medium {
  padding: 2rem;
}

.padding-large {
  padding: 3rem;
}

.padding-xlarge {
  padding: 4rem;
}

.padding-xxlarge {
  padding: 5rem;
}

.padding-huge {
  padding: 6rem;
}

.padding-xhuge {
  padding: 7rem;
}

.padding-xxhuge {
  padding: 10rem;
}

.margin-top, .margin-top.margin-custom1, .margin-top.margin-huge, .margin-top.margin-small, .margin-top.margin-tiny, .margin-top.margin-custom3, .margin-top.margin-medium, .margin-top.margin-xxsmall, .margin-top.margin-xxhuge, .margin-top.margin-custom2, .margin-top.margin-xsmall, .margin-top.margin-large, .margin-top.margin-xxlarge, .margin-top.margin-xlarge, .margin-top.margin-0, .margin-top.margin-xhuge {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-bottom, .margin-bottom.margin-xxlarge, .margin-bottom.margin-medium, .margin-bottom.margin-custom3, .margin-bottom.margin-custom1, .margin-bottom.margin-tiny, .margin-bottom.margin-small, .margin-bottom.margin-large, .margin-bottom.margin-0, .margin-bottom.margin-xlarge, .margin-bottom.margin-xhuge, .margin-bottom.margin-xxhuge, .margin-bottom.margin-huge, .margin-bottom.margin-xxsmall, .margin-bottom.margin-custom2, .margin-bottom.margin-xsmall {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-left, .margin-left.margin-tiny, .margin-left.margin-xxlarge, .margin-left.margin-0, .margin-left.margin-small, .margin-left.margin-xsmall, .margin-left.margin-large, .margin-left.margin-huge, .margin-left.margin-xlarge, .margin-left.margin-custom3, .margin-left.margin-xxsmall, .margin-left.margin-custom1, .margin-left.margin-custom2, .margin-left.margin-xhuge, .margin-left.margin-xxhuge, .margin-left.margin-medium {
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
}

.margin-right, .margin-right.margin-huge, .margin-right.margin-xsmall, .margin-right.margin-xxhuge, .margin-right.margin-small, .margin-right.margin-medium, .margin-right.margin-xlarge, .margin-right.margin-custom3, .margin-right.margin-custom2, .margin-right.margin-xxsmall, .margin-right.margin-xhuge, .margin-right.margin-custom1, .margin-right.margin-large, .margin-right.margin-0, .margin-right.margin-xxlarge, .margin-right.margin-tiny {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
}

.margin-vertical, .margin-vertical.margin-medium, .margin-vertical.margin-xlarge, .margin-vertical.margin-xxsmall, .margin-vertical.margin-xxlarge, .margin-vertical.margin-huge, .margin-vertical.margin-0, .margin-vertical.margin-xxhuge, .margin-vertical.margin-tiny, .margin-vertical.margin-xsmall, .margin-vertical.margin-custom1, .margin-vertical.margin-small, .margin-vertical.margin-large, .margin-vertical.margin-xhuge, .margin-vertical.margin-custom2, .margin-vertical.margin-custom3 {
  margin-left: 0;
  margin-right: 0;
}

.margin-horizontal, .margin-horizontal.margin-medium, .margin-horizontal.margin-tiny, .margin-horizontal.margin-custom3, .margin-horizontal.margin-0, .margin-horizontal.margin-xxlarge, .margin-horizontal.margin-xhuge, .margin-horizontal.margin-huge, .margin-horizontal.margin-xlarge, .margin-horizontal.margin-custom1, .margin-horizontal.margin-xxsmall, .margin-horizontal.margin-xsmall, .margin-horizontal.margin-large, .margin-horizontal.margin-custom2, .margin-horizontal.margin-small, .margin-horizontal.margin-xxhuge {
  margin-top: 0;
  margin-bottom: 0;
}

.padding-top, .padding-top.padding-xhuge, .padding-top.padding-xxhuge, .padding-top.padding-0, .padding-top.padding-large, .padding-top.padding-custom2, .padding-top.padding-xlarge, .padding-top.padding-huge, .padding-top.padding-xxsmall, .padding-top.padding-custom3, .padding-top.padding-tiny, .padding-top.padding-medium, .padding-top.padding-xxlarge, .padding-top.padding-small, .padding-top.padding-xsmall, .padding-top.padding-custom1 {
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.padding-bottom, .padding-bottom.padding-xlarge, .padding-bottom.padding-small, .padding-bottom.padding-xxhuge, .padding-bottom.padding-large, .padding-bottom.padding-xhuge, .padding-bottom.padding-custom2, .padding-bottom.padding-xxsmall, .padding-bottom.padding-xxlarge, .padding-bottom.padding-custom3, .padding-bottom.padding-custom1, .padding-bottom.padding-xsmall, .padding-bottom.padding-huge, .padding-bottom.padding-tiny, .padding-bottom.padding-medium, .padding-bottom.padding-0 {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.padding-left, .padding-left.padding-xhuge, .padding-left.padding-xlarge, .padding-left.padding-0, .padding-left.padding-small, .padding-left.padding-xsmall, .padding-left.padding-medium, .padding-left.padding-xxhuge, .padding-left.padding-huge, .padding-left.padding-custom1, .padding-left.padding-tiny, .padding-left.padding-xxsmall, .padding-left.padding-custom3, .padding-left.padding-custom2, .padding-left.padding-xxlarge, .padding-left.padding-large {
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
}

.padding-right, .padding-right.padding-xxhuge, .padding-right.padding-custom2, .padding-right.padding-large, .padding-right.padding-xlarge, .padding-right.padding-tiny, .padding-right.padding-custom3, .padding-right.padding-custom1, .padding-right.padding-xsmall, .padding-right.padding-xxlarge, .padding-right.padding-xxsmall, .padding-right.padding-medium, .padding-right.padding-xhuge, .padding-right.padding-huge, .padding-right.padding-0, .padding-right.padding-small {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
}

.padding-vertical, .padding-vertical.padding-0, .padding-vertical.padding-xxhuge, .padding-vertical.padding-large, .padding-vertical.padding-custom3, .padding-vertical.padding-medium, .padding-vertical.padding-tiny, .padding-vertical.padding-xxlarge, .padding-vertical.padding-custom1, .padding-vertical.padding-xsmall, .padding-vertical.padding-xhuge, .padding-vertical.padding-xlarge, .padding-vertical.padding-custom2, .padding-vertical.padding-xxsmall, .padding-vertical.padding-huge, .padding-vertical.padding-small {
  padding-left: 0;
  padding-right: 0;
}

.padding-horizontal, .padding-horizontal.padding-xxsmall, .padding-horizontal.padding-0, .padding-horizontal.padding-custom3, .padding-horizontal.padding-huge, .padding-horizontal.padding-xsmall, .padding-horizontal.padding-medium, .padding-horizontal.padding-xxlarge, .padding-horizontal.padding-large, .padding-horizontal.padding-xhuge, .padding-horizontal.padding-custom1, .padding-horizontal.padding-tiny, .padding-horizontal.padding-custom2, .padding-horizontal.padding-xxhuge, .padding-horizontal.padding-small, .padding-horizontal.padding-xlarge {
  padding-top: 0;
  padding-bottom: 0;
}

.overflow-scroll {
  overflow: scroll;
}

.overflow-auto {
  overflow: auto;
}

.text-weight-medium {
  font-weight: 500;
}

.text-size-medium {
  font-size: 1.125rem;
}

.rl-styleguide-message-delete-this {
  text-align: center;
  background-color: #f1f0ee;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
}

.rl-styleguide-message-wrapper {
  text-align: left;
  background-color: #e4e2df;
  border-radius: 16px;
  padding: 2.5rem;
}

.rl-styleguide-message-fixed {
  z-index: 99;
  background-color: #fff;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 2.5rem;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.margin-top-auto {
  margin-top: auto;
}

.text-style-quote {
  border-left: .1875rem solid #000;
  margin-bottom: 0;
  padding: .75rem 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

.icon-embed-small {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  display: flex;
}

.heading-style-h2 {
  font-size: 2.75rem;
  line-height: 1.1;
}

.rl-styleguide_tutorial-callout {
  grid-column-gap: 2rem;
  background-color: #fff;
  border: 1px solid #000;
  justify-content: space-between;
  align-items: center;
  padding: .75rem .75rem .75rem 1rem;
  display: flex;
}

.rl-styleguide_callout-link-wrapper {
  background-image: linear-gradient(135deg, #ff744826, #ff484826 50%, #6248ff26), linear-gradient(#fff, #fff);
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: .75rem 1rem;
  display: flex;
}

.rl-styleguide_heading {
  z-index: 4;
  background-color: var(--lotus-red);
  color: #fff;
  padding: .25rem .5rem;
  position: sticky;
  top: 0;
}

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

.background-color-gray {
  background-color: var(--grey);
}

.heading-style-h6 {
  font-size: 1.25rem;
  line-height: 1.4;
}

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

.icon-1x1-xsmall {
  width: 1.5rem;
  height: 1.5rem;
}

.rl-styleguide_empty-space {
  z-index: -1;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 2rem;
  display: flex;
  position: relative;
}

.shadow-xxlarge {
  box-shadow: 0 32px 64px -12px #00000024;
}

.rl-styleguide_icons-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  display: grid;
}

.icon-embed-medium {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  display: flex;
}

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

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

.text-style-strikethrough {
  text-decoration: line-through;
}

.heading-style-h1 {
  letter-spacing: -.025em;
  font-size: 13vw;
  line-height: 1.1;
}

.form-checkbox-icon {
  border: 1px solid var(--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;
}

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

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

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

.text-size-tiny {
  font-size: .75rem;
}

.field-label {
  margin-bottom: .5rem;
  font-weight: 400;
}

.button {
  border: 1px solid var(--black);
  background-color: var(--black);
  color: var(--white);
  text-align: center;
  padding: .75rem 1.5rem;
}

.button.is-link {
  color: var(--black);
  background-color: #0000;
  border-style: none;
  padding: .25rem 0;
  line-height: 1;
  text-decoration: none;
}

.button.is-link.is-alternate {
  color: var(--white);
  background-color: #0000;
}

.button.is-link.is-icon {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
}

.button.is-icon {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.button.is-secondary {
  color: var(--black);
  background-color: #0000;
}

.button.is-secondary.is-alternate {
  border-color: var(--white);
  color: var(--white);
  background-color: #0000;
}

.button.is-small {
  padding: .5rem 1.25rem;
}

.button.is-small.is-icon-only {
  padding-left: .5rem;
  padding-right: .5rem;
}

.button.is-alternate {
  background-color: var(--white);
  color: #000;
}

.button.is-tertiary {
  color: #000;
  background-color: #0000;
  border-color: #0000;
}

.button.is-icon-only {
  padding-left: .75rem;
  padding-right: .75rem;
}

.text-weight-normal {
  font-weight: 400;
}

.heading-style-h4 {
  font-size: 1.625rem;
  line-height: 1.24;
}

.text-style-italic {
  font-style: italic;
}

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

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

.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;
  place-content: start;
  place-items: start;
  padding-bottom: 1rem;
  display: grid;
}

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

.icon-1x1-xlarge {
  width: 6.5rem;
  height: 6.5rem;
}

.shadow-xlarge {
  box-shadow: 0 24px 48px -12px #0000002e;
}

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

.rl-styleguide_label {
  color: var(--white);
  white-space: nowrap;
  cursor: context-menu;
  background-color: #0073e6;
  padding: .25rem .5rem;
  font-size: .75rem;
  display: inline-block;
}

.rl-styleguide_label.is-html-tag {
  background-color: #be4aa5;
}

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

.text-weight-xbold {
  font-weight: 800;
}

.text-align-right {
  text-align: right;
}

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

.icon-height-xlarge {
  height: 6.5rem;
}

.heading-style-h3 {
  font-size: 2.5rem;
  line-height: 1.2;
}

.heading-style-h3.is-hero {
  float: left;
  color: #252525;
  float: left;
  text-align: center;
  max-width: 25vw;
  font-family: "Swiss 721 Bt", Arial, sans-serif;
  font-size: 1.35em;
  position: static;
}

.icon-1x1-large {
  width: 5rem;
  height: 5rem;
}

.form-input {
  border: 1px solid var(--black);
  background-color: var(--white);
  color: var(--black);
  height: auto;
  min-height: 2.75rem;
  margin-bottom: 0;
  padding: .5rem .75rem;
  font-size: 1rem;
  line-height: 1.6;
}

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

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

.form-input.is-text-area {
  height: auto;
  min-height: 11.25rem;
  padding-top: .75rem;
  padding-bottom: .75rem;
  overflow: auto;
}

.form-input.is-select-input {
  background-image: none;
}

.rl-styleguide_paste-text {
  color: #00000080;
  text-align: center;
  border: 1px dashed #00000026;
  padding: 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;
  place-items: center start;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  display: grid;
}

.rl-styleguide_list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  padding-bottom: 4rem;
}

.icon-embed-custom1 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  height: 1.25rem;
  display: flex;
}

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

.rl-styleguide_color.is-black {
  background-color: var(--black);
}

.rl-styleguide_color.is-gray {
  background-color: var(--grey);
}

.rl-styleguide_color.is-white {
  background-color: var(--white);
}

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

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

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

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

.text-style-muted {
  opacity: .6;
}

.text-style-nowrap {
  white-space: nowrap;
}

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

.icon-embed-large {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 5rem;
  height: 5rem;
  display: flex;
}

.shadow-xxsmall {
  box-shadow: 0 1px 2px #0000000d;
}

.text-color-black {
  color: var(--black);
}

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

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

.icon-height-xxsmall {
  height: 1rem;
}

.background-color-black {
  background-color: var(--black);
  color: var(--white);
}

.shadow-xsmall {
  box-shadow: 0 1px 3px #0000001a, 0 1px 2px #0000000f;
}

.icon-1x1-custom1 {
  width: 1.25rem;
  height: 1.25rem;
}

.rl-styleguide_header {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  padding-top: 3rem;
  padding-bottom: 3rem;
  display: flex;
}

.rl-styleguide_subheading {
  z-index: 3;
  background-color: var(--grey);
  color: #000;
  padding: .25rem .5rem;
  position: sticky;
  top: 2rem;
}

.form-radio-icon {
  border: 1px solid var(--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;
}

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

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

.rl-styleguide_shadows-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  align-items: start;
}

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

.text-style-allcaps {
  text-transform: uppercase;
}

.rl-styleguide_callout-link {
  background-color: #fff;
  background-image: linear-gradient(135deg, #ff7448, #ff4848 50%, #6248ff);
  justify-content: space-between;
  align-items: center;
  padding: 1px;
  text-decoration: none;
  display: flex;
}

.icon-height-custom1 {
  height: 1.25rem;
}

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

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

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

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

.icon-height-small {
  height: 2rem;
}

.icon-height-large {
  height: 5rem;
}

.shadow-large {
  box-shadow: 0 20px 24px -4px #00000014, 0 8px 8px -4px #00000008;
}

.icon-embed-xlarge {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 6.5rem;
  height: 6.5rem;
  display: flex;
}

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

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

.text-rich-text h1 {
  margin-top: 2rem;
  margin-bottom: 1rem;
}

.text-rich-text blockquote {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.text-rich-text h2, .text-rich-text h3, .text-rich-text h4 {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}

.text-rich-text h5, .text-rich-text h6 {
  margin-top: 1.25rem;
  margin-bottom: 1rem;
}

.text-rich-text p {
  margin-bottom: 1rem;
}

.text-rich-text a {
  text-decoration: underline;
}

.text-rich-text figcaption {
  border-left: 2px solid var(--black);
  text-align: left;
  margin-top: .5rem;
  padding-left: .5rem;
  font-size: .875rem;
}

.icon-height-medium {
  height: 3rem;
}

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

.shadow-small {
  box-shadow: 0 4px 8px -2px #0000001a, 0 2px 4px -2px #0000000f;
}

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

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

.shadow-medium {
  box-shadow: 0 12px 16px -4px #00000014, 0 4px 6px -2px #00000008;
}

.text-size-large {
  font-size: 1.25rem;
  line-height: 1.2;
}

.icon-height-xsmall {
  height: 1.5rem;
}

.rl-styleguide_spacing-all {
  display: none;
}

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

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

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

.padding-global {
  height: 100%;
  padding-left: 4.5rem;
  padding-right: 4.5rem;
}

.padding-section-medium {
  height: 100%;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

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

.spacer-tiny {
  width: 100%;
  padding-top: .25rem;
}

.spacer-xxsmall {
  width: 100%;
  padding-top: .5rem;
}

.spacer-xsmall {
  width: 100%;
  padding-top: 1rem;
}

.spacer-small {
  width: 100%;
  padding-top: 1.5rem;
}

.spacer-medium {
  width: 100%;
  padding-top: 2rem;
}

.spacer-large {
  width: 100%;
  padding-top: 3rem;
}

.spacer-xlarge {
  width: 100%;
  padding-top: 4rem;
}

.spacer-xxlarge {
  width: 100%;
  padding-top: 5rem;
}

.spacer-huge {
  width: 100%;
  padding-top: 6rem;
}

.spacer-xhuge {
  width: 100%;
  padding-top: 7rem;
}

.spacer-xxhuge {
  width: 100%;
  padding-top: 10rem;
}

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

.horizontal-scroll_section-wrapper {
  width: 100%;
}

.horizontal-scroll_section-height {
  width: 100%;
  height: 500vh;
}

.horizontal-scroll_stickey-element {
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  height: 100vh;
  display: flex;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.horizontal-scroll_track {
  flex: none;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  display: flex;
  transform: translate(0%);
}

.horizontal-scroll_track-list {
  flex: none;
  justify-content: flex-start;
  align-items: stretch;
  height: 100%;
  margin-right: -100vw;
  display: flex;
}

.section_hero {
  background-color: var(--black);
  color: var(--white);
  flex: none;
  width: 100vw;
  position: relative;
  overflow: hidden;
}

.hero_content-wrapper {
  z-index: 2;
  flex-direction: column-reverse;
  justify-content: space-between;
  align-items: flex-end;
  height: 100%;
  display: flex;
  position: relative;
}

.hero_content-wrapper.links {
  justify-content: space-between;
  align-items: flex-start;
}

.hero_heading-wrapper {
  margin-bottom: -1.5rem;
  overflow: hidden;
}

.hero_sub-text-wrap {
  font-size: 1vw;
}

.hero_background-image-wrap {
  z-index: 0;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.hero_background-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.hero_content {
  z-index: 2;
  background-image: linear-gradient(#25252500, #1a1a1a30 72%, #0009);
  height: 100%;
  position: relative;
}

.section_intro {
  flex: none;
  position: relative;
}

.intro_top {
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.intro_content-parent {
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  width: 10%;
  min-width: 41rem;
  height: 100%;
  display: flex;
}

.intro_image-wrap {
  width: 15.625rem;
  overflow: hidden;
}

.intro_image-proportions {
  width: 100%;
  padding-top: 130%;
  position: relative;
  overflow: hidden;
}

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

.test-size-title-small {
  font-family: Inter, sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
}

.intro_content {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 80%;
  max-width: 35rem;
  display: flex;
}

.text-link_wrap {
  text-transform: capitalize;
  font-family: Reckless, sans-serif;
  font-size: 1.125rem;
  font-style: italic;
  line-height: 1.1;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

.text-link_wrap.is-proportion {
  font-size: 1.15em;
  line-height: 1.2;
}

.text-link_line {
  background-color: var(--black);
  width: 100%;
  height: 1px;
  position: absolute;
  inset: auto 0% 0%;
}

.text-link_line.is-white {
  background-color: var(--white);
}

.section_line-seprator {
  background-color: #25252540;
  width: 1px;
  height: 100%;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.section_work {
  flex: none;
  position: relative;
}

.work_list {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: flex-start;
  align-items: stretch;
  height: 100%;
  display: flex;
}

.work_card {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 30vw;
  height: 100%;
  display: flex;
}

.work_card-image-wrap {
  flex: 1;
  margin-bottom: 1rem;
  position: relative;
  overflow: hidden;
}

.work_card-content {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.section_cta {
  flex: none;
  position: relative;
}

.cta_content {
  text-align: center;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  display: flex;
}

.cta_quorte {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  padding-left: 3em;
  padding-right: 3em;
  font-size: 1vw;
  display: flex;
}

.cta_quorte-title {
  max-width: 25ch;
  font-family: "Swiss 721 Bt", Arial, sans-serif;
}

.cta_title-wrap {
  margin-bottom: 1.25rem;
}

.cta_quorte-subtext {
  justify-content: center;
  align-items: center;
  font-size: 1.15em;
  display: flex;
}

.section_image-divider {
  flex: none;
  width: 50vw;
  overflow: hidden;
}

.image-divider_wrapper {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.section_jornal {
  background-color: var(--lotus-red);
  color: var(--white);
  flex: none;
  font-size: 1vw;
  position: relative;
}

.jornal_content {
  flex-direction: column-reverse;
  justify-content: space-between;
  height: 100%;
  display: flex;
}

.jornal_title-wrap {
  margin-bottom: -2.5rem;
  display: flex;
  overflow: hidden;
}

.jornal_content-wrap {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.jornal_subtext {
  max-width: 27ch;
  position: static;
}

.section_articles {
  flex: none;
  position: relative;
}

.articles_list {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 100%;
  display: grid;
}

.articles_colum {
  flex-direction: column;
  min-width: 35vw;
  height: 100%;
  display: flex;
}

.articles_colum.is-2nd {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.article_card {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  height: 100%;
  display: flex;
}

.article_card-image-wrap {
  flex: 1;
  margin-bottom: 1rem;
  position: relative;
  overflow: hidden;
}

.article_card-content {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.nav_bar {
  z-index: 999;
  background-color: var(--white);
  cursor: pointer;
  border-left: 1px solid #00000040;
  min-width: 3rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
  position: fixed;
  inset: 0% 0% 0% auto;
}

.nav_trigger {
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.nav_icon {
  justify-content: space-between;
  align-items: stretch;
  width: 1rem;
  height: 2.1875rem;
  display: flex;
  overflow: hidden;
}

.nav_icon-line {
  background-color: var(--black);
  perspective-origin: 50% 100%;
  transform-origin: 50% 100%;
  width: 1px;
  height: 100%;
}

.nav_top-logo {
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: absolute;
  inset: 2rem 0% auto;
}

.nav_logo-embed {
  opacity: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 6.25rem;
  transition: opacity .3s;
  display: flex;
}

.nav_logo-text {
  perspective-origin: 0%;
  transform-origin: 50%;
  white-space: nowrap;
  margin-top: 1em;
  font-family: Reckless, sans-serif;
  font-style: italic;
  font-weight: 300;
  transition: opacity .3s;
  position: absolute;
  transform: rotate(90deg);
}

.nav_logo-text.is-bottom {
  perspective-origin: 50%;
  transform-origin: 50%;
  text-align: right;
  margin-top: 0;
  font-style: normal;
  position: absolute;
  inset: auto 0% 0%;
}

.nav_bottom-progress {
  justify-content: center;
  align-items: stretch;
  display: flex;
  position: absolute;
  inset: auto 0% 2rem;
}

.nav_menu_component {
  z-index: 997;
  display: none;
  position: fixed;
  inset: 0%;
}

.nav_menu_close-trigger {
  z-index: 1;
  cursor: pointer;
  background-color: #252525cc;
  display: block;
  position: absolute;
  inset: 0%;
}

.nav_menu_wrap {
  z-index: 2;
  width: 75%;
  height: 100%;
  margin-right: 3rem;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.nav_menu_list {
  position: absolute;
  inset: 0%;
}

.nav_menu_link {
  background-color: var(--white);
  perspective-origin: 100% 0;
  transform-origin: 100% 0;
  letter-spacing: -.025em;
  border: 1px solid #25252540;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  padding: 2rem;
  font-family: Reckless, sans-serif;
  font-size: 2.5rem;
  line-height: 1;
  transition: color .3s cubic-bezier(.165, .84, .44, 1), background-color .3s cubic-bezier(.165, .84, .44, 1);
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
}

.nav_menu_link:hover {
  background-color: var(--lotus-red);
  color: var(--white);
}

.nav_menu_link.is-75 {
  width: 75%;
  height: 75%;
}

.nav_menu_link.is-50 {
  width: 50%;
  height: 50%;
}

.nav_menu_link.is-25 {
  width: 25%;
  height: 25%;
}

.nav_menu_other-links {
  z-index: 4;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: absolute;
  inset: auto 3rem 2.5rem auto;
}

.loader_component {
  z-index: 1001;
  display: none;
  position: fixed;
  inset: 0%;
}

.loader_flex {
  justify-content: space-between;
  align-items: stretch;
  display: flex;
  position: absolute;
  inset: 0%;
}

.loader_colums {
  background-color: var(--lotus-red);
  flex: 1;
  height: 100%;
}

.nav_logo-wrap {
  z-index: 998;
  color: var(--white);
  transition: opacity .3s;
  position: fixed;
  inset: 3rem auto auto 4.5rem;
  transform: translate(-30%);
}

.nav_logo-wrap.w--current {
  z-index: 1001;
  position: fixed;
}

.hero_logo-embed {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 4.6875rem;
  height: 4.8125rem;
  display: flex;
}

.image-divider_image {
  object-fit: cover;
  width: 150%;
  max-width: none;
  height: 100%;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.image-divider_image-wrap {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.hero_heading {
  font-family: "Swiss 721 Bt", Arial, sans-serif;
}

.brand-logo-2 {
  width: 14em;
}

.nav-menu-3 {
  z-index: 90;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  margin-bottom: 40px;
  margin-right: 40px;
  display: none;
  position: fixed;
  inset: 0% 0% 0% auto;
}

.dot-menu-button {
  background-color: #0000;
  background-image: url('../images/open-menu.svg');
  background-position: 0 0;
  background-size: cover;
  border-radius: 0;
  width: 30px;
  height: 30px;
}

.menu-button-wrapper {
  z-index: 999;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
  position: fixed;
}

.text-no {
  display: none;
}

.cell-brand {
  justify-content: center;
  align-items: center;
}

.cell-slogan {
  justify-content: center;
}

.nav-link-6 {
  color: #000;
  text-decoration: none;
  transition: opacity .6s;
}

.nav-link-6:hover {
  opacity: .4;
}

.nav-link-6.w--current {
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  color: #0d0d0d;
  text-decoration: none;
}

.nav-bar {
  z-index: 999;
  border-bottom: 1px solid #0000001a;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 5em;
  padding: 10px 40px 10px 60px;
  display: flex;
  position: absolute;
}

.cell-menu {
  justify-content: center;
  align-items: flex-end;
}

.we-are-box {
  text-transform: uppercase;
  margin-left: 0;
  margin-right: auto;
  font-weight: 700;
}

.nav-link-text {
  color: #000;
  text-align: center;
  letter-spacing: -2px;
  text-transform: none;
  text-shadow: 0 0 #0003;
  padding-top: 10px;
  font-family: Reckless, sans-serif;
  font-size: 6vw;
  font-weight: 400;
  line-height: .8;
  text-decoration: none;
  position: static;
}

.quick-stack {
  width: 100%;
  height: auto;
}

.navmenu {
  z-index: 999;
  background-color: #0000;
  flex-direction: row-reverse;
  justify-content: flex-start;
  align-items: center;
  width: 100vw;
  height: auto;
  display: flex;
  position: relative;
}

.overlay-menu {
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  background-color: #fff;
  width: 100vw;
  display: none;
  position: fixed;
  inset: 0% 0% 0% auto;
}

.menu-button-3 {
  background-color: #0000;
  height: auto;
  padding: 0;
}

.menu-button-3:focus-visible, .menu-button-3[data-wf-focus-visible], .menu-button-3.w--open {
  background-color: #0000;
}

.template_impressum {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding-top: 2em;
  padding-bottom: 2em;
  display: flex;
}

.footer_link {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  opacity: 1;
  color: #0d0d0d;
  white-space: nowrap;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  transition: opacity .2s linear;
  display: flex;
}

.footer_link:hover {
  opacity: .8;
}

.footer-wrapper {
  border-top: 1px solid #eee;
  margin-top: 4rem;
}

.footer_grid {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-bottom: 0;
  display: grid;
}

.footer_credit {
  background-color: #fff;
  border-top: 1px solid #eee;
}

.main-wrapper-2 {
  overflow: clip;
}

.text-size-medium-2 {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.4;
}

.footer_label {
  border-bottom: 1px #eee;
  padding-bottom: 0;
}

.image {
  width: 24em;
  max-width: none;
}

.footer_left {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 30rem;
  padding-top: 4rem;
  padding-bottom: 4rem;
  padding-right: 2rem;
  display: flex;
}

.footer_right {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  background-color: #fff;
  border: 1px #eee;
  border-style: solid none none solid;
  border-top-left-radius: .2rem;
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: -4rem;
  margin-left: -3rem;
  padding-top: 4rem;
  padding-bottom: 9rem;
}

.button_cover {
  background-color: #0d0d0d;
  border: 1px solid #0d0d0d;
  height: 105%;
  position: absolute;
  inset: 102% 0% 0%;
}

.button-2 {
  color: #fff;
  text-align: center;
  background-color: #0d0d0d;
  border-radius: 100rem;
  padding: .4rem 1rem;
  font-weight: 400;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

.button-2.is-secondary {
  color: #0d0d0d;
  background-color: #0000;
  border: 1px solid #eee;
  margin-top: 20px;
}

.sidebar_rotate {
  justify-content: flex-start;
  align-items: center;
  width: 0;
  height: 0;
  display: flex;
  transform: rotate(-90deg);
}

.text-size-regular-2 {
  text-align: justify;
  font-size: 1.2rem;
  font-weight: 400;
}

.text-size-regular-2.text-style-muted {
  text-align: justify;
}

.text-size-regular-2.text-weight-medium {
  font-weight: 500;
}

.template_hero {
  border-bottom: 1px solid #eee;
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.footer_column {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.text-impressum {
  width: 80vw;
}

.footer_list {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.footer_column-grid {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template: ". . Area"
  / 2fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.footer_credit-list {
  justify-content: space-between;
  align-items: center;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  display: flex;
}

.section_hero-2 {
  color: #0d0d0d;
  flex-direction: column;
  justify-content: flex-start;
  min-height: 100svh;
  padding-top: 5rem;
  display: flex;
  position: relative;
}

.section_hero-2.short {
  min-height: auto;
  padding-top: 5rem;
}

.sibebar_bottom {
  padding-bottom: 2rem;
}

.button_text {
  z-index: 10;
  position: relative;
}

.section-page {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto 1fr;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.sidebar {
  z-index: 100;
  border-right: 1px solid #eee;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  width: 4.75rem;
  max-width: 4.75rem;
  max-height: 100vh;
  display: flex;
  position: sticky;
  top: 0;
}

.text-size-small-2 {
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
}

.link-footer {
  color: #0d0d0d;
  text-decoration: none;
  transition: opacity .6s;
}

.link-footer:hover {
  opacity: .3;
}

.heading-style-h1-2 {
  margin-bottom: 8rem;
  font-family: "Swiss 721 Bt", Arial, sans-serif;
  font-size: 4.25rem;
  font-weight: 400;
  line-height: 1.1;
}

.text-size-tiny-2 {
  font-size: .875rem;
  line-height: 1.4;
}

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

.container {
  max-width: none;
  min-height: auto;
  padding: 0 2rem 7.5rem;
}

.container.page-heading {
  padding-top: 15rem;
  padding-bottom: 0;
}

.container.page-heading.oben._1rem {
  max-width: none;
}

.page-heading-wrapper {
  overflow: hidden;
}

.page-heading {
  text-align: center;
  font-family: "Swiss 721 Bt", Arial, sans-serif;
  font-size: 12vw;
  font-weight: 400;
  line-height: 120%;
  position: static;
}

.section {
  background-color: #fff;
  padding-bottom: 63px;
  position: relative;
}

.section-journal {
  padding-top: 10vh;
  padding-bottom: 10vh;
}

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

.post-wrapper-link {
  flex-flow: column;
  display: flex;
}

.blog-title {
  text-align: center;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 40px;
  font-family: Reckless, sans-serif;
  text-decoration: none;
}

.section-contact {
  padding-top: 10vh;
  padding-bottom: 10vh;
}

.submit-button {
  background-color: #0d0d0d;
  border-radius: 100rem;
  margin-bottom: 0;
  padding: .8rem;
}

.form-2 {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  flex-flow: column;
  display: flex;
}

.error-message {
  background-color: #eee;
  border-left: 2px solid #222;
  border-radius: .2rem;
}

.contact_left {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  border-right: 1px solid #eee;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  min-width: 25rem;
  padding: 3rem;
  display: flex;
}

.form_block {
  grid-column-gap: .3rem;
  grid-row-gap: .3rem;
  flex-flow: column;
  display: flex;
}

.contact_grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #fff;
  border: 1px solid #eee;
  border-radius: .2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 2fr;
  grid-auto-columns: 1fr;
  margin-top: -4rem;
  display: grid;
}

.form_input {
  background-color: #fff;
  border: 1px solid #eee;
  border-radius: .2rem;
  min-height: 3rem;
  margin-bottom: 0;
  padding: .5rem 1rem;
  font-size: 1rem;
  transition: border-color .2s linear;
}

.form_input:focus {
  border-color: #b6b6b6;
}

.form_input::placeholder {
  color: #222222a6;
}

.form_input.is-text-area {
  min-height: 8rem;
  padding-top: .75rem;
  font-size: 1rem;
}

.form_dual-input {
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.contact_intro {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 20rem;
  display: flex;
}

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

.form_message-success {
  background-color: #ddd0;
  border: 1px solid #eee;
  border-radius: .2rem;
  padding: 9rem 1.25rem;
}

.contact_right {
  padding: 3rem;
}

.language-wrapper {
  color: #252525;
  margin-bottom: 60px;
  display: flex;
}

.language-link:hover {
  pointer-events: auto;
  -webkit-text-fill-color: inherit;
  mix-blend-mode: normal;
  background-clip: border-box;
  position: static;
}

.language-link.line {
  border-right-style: solid;
  border-right-width: 1px;
  width: auto;
  margin-right: 0;
  padding-right: 0;
}

.language-txt {
  padding-left: 5px;
  padding-right: 5px;
  font-family: Reckless, sans-serif;
  transition: transform .2s;
}

.language-txt:hover {
  transform: scale(1.2);
}

.language-txt.first {
  padding-left: 0;
}

.language-txt.bold {
  color: #e6e6e6;
}

.privacy-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  margin-bottom: 2rem;
  margin-left: 2rem;
  margin-right: 2rem;
  font-family: Reckless, sans-serif;
  display: flex;
  position: absolute;
  inset: auto 0% 0% auto;
}

.privacy-txt {
  text-decoration: underline;
}

.footer-wrapper-home {
  border-top: 1px solid #eee;
  margin-top: 4rem;
  display: none;
}

.paragraph {
  text-align: justify;
}

.text-block {
  font-family: "Swiss 721 Bt", Arial, sans-serif;
}

.text-link_line-2, .text-link_line-3 {
  background-color: #252525;
  width: 100%;
  height: 1px;
  position: absolute;
  inset: auto 0% 0%;
}

.heading {
  font-family: "Swiss 721 Bt", Arial, sans-serif;
}

.text-link_line-4 {
  background-color: #252525;
  width: 100%;
  height: 1px;
  position: absolute;
  inset: auto 0% 0%;
}

.text-block-2, .text-block-3 {
  font-size: 1.1em;
}

.text-link_line-5 {
  background-color: #252525;
  width: 100%;
  height: 1px;
  position: absolute;
  inset: auto 0% 0%;
}

.text-link_line-5.is-white {
  background-color: #fff;
}

.section_jornal-2 {
  color: #fff;
  background-color: #a02725;
  flex: none;
  font-size: 1vw;
  position: relative;
}

.heading-style-h1-3 {
  letter-spacing: -.025em;
  font-family: "Swiss 721 Bt", Arial, sans-serif;
  font-size: 13vw;
  line-height: 1.1;
}

.jornal_subtext-2 {
  text-align: center;
  max-width: 27ch;
  font-family: "Swiss 721 Bt", Arial, sans-serif;
}

.text-link_line-6 {
  background-color: #252525;
  width: 100%;
  height: 1px;
  position: absolute;
  inset: auto 0% 0%;
}

.section_articles-2 {
  flex: none;
  position: relative;
}

.text-link_line-7 {
  background-color: #252525;
  width: 100%;
  height: 1px;
  position: absolute;
  inset: auto 0% 0%;
}

.text-link_line-7.is-white {
  background-color: #fff;
}

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

.language-txt-2 {
  padding-left: 5px;
  padding-right: 5px;
  font-family: Reckless, sans-serif;
  transition: transform .2s;
}

.language-txt-2:hover {
  transform: scale(1.2);
}

.language-txt-2.first {
  padding-left: 0;
}

.language-txt-2.bold {
  color: #e6e6e6;
}

.section_articles-3 {
  flex: none;
  position: relative;
}

.text-block-5 {
  font-size: 1.1em;
}

.section_hero-3 {
  color: #fff;
  background-color: #252525;
  flex: none;
  width: 100vw;
  position: relative;
  overflow: hidden;
}

.blog-teaser-image-wrapper {
  flex: 1;
  width: 100%;
  height: 100%;
  margin-top: 1.4em;
  margin-bottom: 1.4em;
  overflow: hidden;
}

.grid-border-line {
  background-color: #000;
  width: 1px;
  height: 100%;
  position: absolute;
  inset: 0% 0% auto auto;
}

.blog-header-divider {
  background-color: #000;
  width: 100%;
  height: 1px;
  position: absolute;
  inset: 0% 0% auto auto;
}

.blog-header-divider.right {
  width: 100%;
  inset: 0% auto auto 0%;
}

.blog-header-title-wrapper {
  justify-content: flex-end;
  display: flex;
}

.p-xs-start {
  padding-top: 1.6em;
}

.container-w1 {
  width: 100%;
  max-width: 95em;
  margin-left: auto;
  margin-right: auto;
}

.blog-teaser-title-wrapper {
  color: #000;
  text-decoration: none;
}

.quote-author-wrapper {
  margin-top: 1em;
}

.position-realtive {
  position: relative;
}

.blog-teaser-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: all .8s cubic-bezier(.165, .84, .44, 1);
}

.blog-teaser-list-wrapper {
  height: 100%;
}

.blog-header-title-letter {
  display: block;
}

.blog-header-title-letter._3, .blog-header-title-letter._5, .blog-header-title-letter._6, .blog-header-title-letter._1, .blog-header-title-letter._7, .blog-header-title-letter._2, .blog-header-title-letter._4 {
  font-family: "Swiss 721 Bt", Arial, sans-serif;
}

.page-teaser-text-wrapper {
  z-index: 2;
  color: #fff;
  text-align: center;
  padding: 6.5em 10.2em;
  position: relative;
}

.page-teaser-gradient {
  z-index: 1;
  background-image: linear-gradient(163deg, #fff0 9%, #3c230199 83%);
  position: absolute;
  inset: 0%;
}

.social-icon {
  width: 1.5em;
  height: 1.5em;
}

.blog-header-divider-wrapper {
  justify-content: center;
  width: 100%;
  height: 1px;
  margin-top: 1em;
  display: flex;
}

.blog-teaser-item-wrapper {
  border-bottom: 1px solid #000;
  border-right: 1px solid #000;
  flex-direction: column;
  justify-content: space-between;
  padding: 3.5em 2em;
}

.blog-teaser-item-wrapper.quote {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 8em 4em;
  display: flex;
}

.blog-teaser-item-wrapper.page-teaser {
  justify-content: center;
  align-items: center;
  padding-top: 2em;
  padding-bottom: 2em;
}

.p-xl-start {
  padding-top: 8.5em;
}

.social-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.blog-teaser-image-inner {
  width: 100%;
  height: 100%;
}

.section-blog-overview {
  overflow: hidden;
}

.blog-teaser-list {
  height: 100%;
}

.blog-teaser-text-wrapper {
  max-height: 4.2em;
  overflow: hidden;
}

.button-3 {
  color: #000;
  text-align: center;
  letter-spacing: .02em;
  background-color: #fff;
  border: 0 #0000;
  border-radius: 999em;
  margin-bottom: 0;
  padding: 1.2em 2.5em;
  font-size: 1em;
  font-weight: 600;
  line-height: 1.1em;
  text-decoration: none;
  transition: all .5s cubic-bezier(.165, .84, .44, 1);
  position: relative;
  overflow: hidden;
}

.button-3:hover {
  transform: scale(1.06);
  box-shadow: inset 1px 1px 30em #f8ffad;
}

.button-3:active {
  transform: scale(.96);
}

.page-teaser-image {
  object-fit: cover;
  flex: 1;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.grid-border-line-wrapper {
  background-color: #fff;
  width: 2px;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.grid-border-line-wrapper.right {
  inset: 0% 0% auto auto;
}

.blog-overview-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: 1.75fr 1.75fr 1fr 1fr;
  width: 100%;
}

.p-xxs-end {
  padding-bottom: 1.1em;
}

.blog-header-title {
  perspective: 3em;
  perspective-origin: 50% 0;
  text-align: right;
  text-transform: uppercase;
  justify-content: flex-start;
  font-size: 10em;
  font-weight: 300;
  display: flex;
  position: relative;
}

.blog-header-divider-inner {
  width: 50%;
  height: 1px;
  position: relative;
}

.social-link {
  color: #000;
  align-items: center;
  margin-top: .7em;
  margin-bottom: .7em;
  font-size: 1.5em;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.social-link:hover {
  color: #f39a0e;
  transform: scale(1.2);
}

.blog-teaser-meta-wrapper {
  justify-content: space-between;
  font-size: 1.2em;
  display: flex;
}

.blog-teaser-quote {
  letter-spacing: .04em;
  text-transform: uppercase;
  font-family: "Swiss 721 Bt", Arial, sans-serif;
  font-size: 1.4em;
  font-weight: 300;
  line-height: 1.2;
}

.page-teaser-wrapper {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.blog-teaser-category {
  letter-spacing: .05em;
  text-transform: uppercase;
}

.page-teaser-subtitle {
  letter-spacing: .25em;
  text-transform: uppercase;
  font-size: 1.15em;
  font-weight: 500;
}

.blog-teaser-title {
  font-weight: 700;
  line-height: 1.4em;
  display: inline;
}

.p-xs-end {
  padding-bottom: 1.6em;
}

.blog-teaser-text-divider {
  margin-left: .3em;
  margin-right: .3em;
  font-weight: 700;
  display: inline;
}

.p-xl-end {
  padding-bottom: 8.5em;
}

.blog-teaser-item {
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  display: flex;
}

.social-title {
  letter-spacing: .04em;
  text-transform: uppercase;
  font-size: 1.2em;
}

.blog-teaser-summary {
  line-height: 1.4em;
  display: inline;
}

.page-teaser-title {
  font-size: 3.5em;
  font-weight: 500;
  line-height: 1.15em;
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 12vw;
  }

  .hide-tablet {
    display: none;
  }

  .container-large {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .max-width-full-tablet {
    width: 100%;
    max-width: none;
  }

  .margin-large {
    margin: 2.5rem;
  }

  .margin-xlarge {
    margin: 3.5rem;
  }

  .margin-xxlarge {
    margin: 4.5rem;
  }

  .margin-huge {
    margin: 5rem;
  }

  .margin-xhuge {
    margin: 6rem;
  }

  .margin-xxhuge {
    margin: 7.5rem;
  }

  .padding-large {
    padding: 2.5rem;
  }

  .padding-xlarge {
    padding: 3.5rem;
  }

  .padding-xxlarge {
    padding: 4.5rem;
  }

  .padding-huge {
    padding: 5rem;
  }

  .padding-xhuge {
    padding: 6rem;
  }

  .padding-xxhuge {
    padding: 7.5rem;
  }

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

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

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

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

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

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

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

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

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

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

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

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .rl-styleguide_icons-list {
    grid-auto-flow: row;
  }

  .heading-style-h3.is-hero {
    max-width: 49vw;
    font-size: 2.5em;
  }

  .padding-global {
    padding-left: 3rem;
    padding-right: 3rem;
  }

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

  .spacer-large {
    padding-top: 2.5rem;
  }

  .spacer-xlarge {
    padding-top: 3.5rem;
  }

  .spacer-xxlarge {
    padding-top: 4.5rem;
  }

  .spacer-huge {
    padding-top: 5rem;
  }

  .spacer-xhuge {
    padding-top: 6rem;
  }

  .spacer-xxhuge {
    padding-top: 7.5rem;
  }

  .work_card {
    width: 50vw;
  }

  .articles_colum {
    min-width: 50vw;
  }

  .nav_menu_link {
    font-size: 2rem;
  }

  .nav-menu-3 {
    display: none;
  }

  .nav-bar {
    padding-left: 10px;
    padding-right: 10px;
  }

  .nav-link-text {
    font-size: 6rem;
  }

  .quick-stack {
    padding-left: 0;
    padding-right: 0;
  }

  .overlay-menu {
    display: none;
  }

  .footer-wrapper {
    margin-top: 0;
  }

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

  .footer_left {
    padding-top: 2rem;
  }

  .footer_right {
    border-left-style: none;
    border-radius: 0;
    margin-top: 0;
    margin-left: 0;
    padding-top: 2.5rem;
  }

  .sibebar_bottom {
    display: none;
  }

  .section-page {
    flex-flow: column;
    display: flex;
  }

  .sidebar {
    z-index: 110;
    background-color: #fff;
    border-bottom: 1px solid #eee;
    width: 4rem;
    height: 4rem;
    display: none;
  }

  .heading-style-h1-2 {
    font-size: 3.75rem;
  }

  .container {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .section {
    padding-bottom: 0;
  }

  .contact_left {
    border-bottom: 1px solid #eee;
    border-right-style: none;
    min-width: auto;
    padding-top: 1.5rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

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

  .form_message-success {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .contact_right {
    padding: 2rem 1.25rem;
  }

  .language-txt {
    font-size: 2em;
  }

  .language-txt.first.bold {
    color: var(--white);
  }

  .footer-wrapper-home {
    margin-top: 0;
  }

  .language-txt-2, .language-txt-2.first {
    font-size: 2em;
  }

  .language-txt-2.bold {
    color: #fff;
  }

  .blog-header-title-wrapper {
    justify-content: flex-start;
  }

  .page-teaser-text-wrapper {
    padding-left: 2em;
    padding-right: 2em;
  }

  .blog-teaser-item-wrapper {
    padding-top: 4em;
    padding-bottom: 4em;
  }

  .blog-teaser-item-wrapper.quote {
    padding: 3em;
  }

  .button-3:hover {
    box-shadow: none;
    transform: none;
  }

  .button-3:active {
    transform: scale(.94);
  }

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

  .blog-header-title {
    text-align: left;
    font-size: 15vw;
  }

  .social-link:hover {
    color: #000;
    transform: none;
  }

  .blog-teaser-quote {
    font-size: 1.7em;
  }

  .page-teaser-title {
    font-size: 2.8em;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 2.5rem;
  }

  h2 {
    font-size: 2.25rem;
  }

  h3 {
    font-size: 2rem;
  }

  h4 {
    font-size: 1.5rem;
    line-height: 1.4;
  }

  h5 {
    font-size: 1.25rem;
  }

  h6 {
    font-size: 1.125rem;
  }

  p {
    font-size: .875rem;
  }

  .hide-mobile-landscape {
    display: none;
  }

  .max-width-full-mobile-landscape {
    width: 100%;
    max-width: none;
  }

  .margin-xsmall {
    margin: .75rem;
  }

  .margin-small {
    margin: 1.25rem;
  }

  .margin-medium {
    margin: 1.5rem;
  }

  .margin-large {
    margin: 2rem;
  }

  .margin-xlarge {
    margin: 2.5rem;
  }

  .margin-xxlarge {
    margin: 3rem;
  }

  .margin-huge {
    margin: 3.5rem;
  }

  .margin-xhuge {
    margin: 4rem;
  }

  .margin-xxhuge {
    margin: 5rem;
  }

  .padding-xsmall {
    padding: .75rem;
  }

  .padding-small {
    padding: 1.25rem;
  }

  .padding-medium {
    padding: 1.5rem;
  }

  .padding-large {
    padding: 2rem;
  }

  .padding-xlarge {
    padding: 2.5rem;
  }

  .padding-xxlarge {
    padding: 3rem;
  }

  .padding-huge {
    padding: 3.5rem;
  }

  .padding-xhuge {
    padding: 4rem;
  }

  .padding-xxhuge {
    padding: 5rem;
  }

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

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

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

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

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

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

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

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

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

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

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

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

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

  .text-style-quote {
    font-size: 1.125rem;
  }

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

  .heading-style-h6 {
    font-size: 1.125rem;
  }

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

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

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

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

  .heading-style-h3.is-hero {
    color: #e6e6e6;
    max-width: 100%;
    font-size: 3.7em;
  }

  .text-style-nowrap {
    white-space: normal;
  }

  .text-size-large {
    font-size: 1.125rem;
  }

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

  .padding-global {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .padding-section-medium {
    width: 100%;
    height: auto;
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

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

  .spacer-xsmall {
    padding-top: .75rem;
  }

  .spacer-small {
    padding-top: 1.25rem;
  }

  .spacer-medium {
    padding-top: 1.5rem;
  }

  .spacer-large {
    padding-top: 2rem;
  }

  .spacer-xlarge {
    padding-top: 2.5rem;
  }

  .spacer-xxlarge {
    padding-top: 3rem;
  }

  .spacer-huge {
    padding-top: 3.5rem;
  }

  .spacer-xhuge {
    padding-top: 4rem;
  }

  .spacer-xxhuge {
    padding-top: 5rem;
  }

  .horizontal-scroll_section-height, .horizontal-scroll_stickey-element {
    height: auto;
  }

  .horizontal-scroll_track {
    width: 100%;
  }

  .horizontal-scroll_track-list {
    flex-direction: column;
    width: 100%;
    margin-right: 0;
  }

  .section_hero {
    width: 100%;
    min-height: 100vh;
    font-size: 1vw;
    display: flex;
  }

  .hero_content-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
  }

  .hero_heading-wrapper {
    margin-bottom: 0;
  }

  .hero_content {
    background-image: linear-gradient(#25252500, #1a1a1a30 31%, #0009);
    flex-direction: row;
    justify-content: flex-start;
    width: 100%;
    height: auto;
    display: flex;
  }

  .section_intro {
    justify-content: flex-start;
    align-items: stretch;
    width: 100%;
    min-height: 100vh;
    display: flex;
  }

  .intro_top {
    margin-bottom: 4rem;
  }

  .intro_content-parent {
    width: 100%;
    min-width: auto;
  }

  .intro_image-wrap {
    width: 12.5rem;
  }

  .test-size-title-small {
    font-size: .875rem;
  }

  .intro_content {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    width: 100%;
    max-width: none;
  }

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

  .text-link_wrap.is-proportion {
    font-size: 1rem;
  }

  .section_line-seprator {
    background-color: #25252526;
    width: 100%;
    height: 1px;
    inset: auto 0% 0%;
  }

  .work_list {
    grid-column-gap: 3.125rem;
    grid-row-gap: 3.125rem;
    flex-direction: column;
  }

  .work_card {
    width: auto;
  }

  .work_card-image-wrap {
    padding-bottom: 114%;
  }

  .section_cta {
    flex-direction: row;
    min-height: 100vh;
    display: flex;
  }

  .cta_content {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .cta_quorte {
    padding-left: 0;
    padding-right: 0;
    font-size: 1rem;
  }

  .cta_quorte-title {
    max-width: none;
    font-size: 1.75rem;
  }

  .cta_quorte-subtext {
    font-size: 1rem;
  }

  .section_image-divider {
    width: 100%;
    height: 100vh;
  }

  .section_jornal {
    height: 100vh;
  }

  .jornal_content {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .jornal_title-wrap {
    border-bottom: 1px solid #fff3;
    margin-bottom: 0;
    padding-bottom: 2.5rem;
  }

  .jornal_content-wrap {
    font-size: 1rem;
  }

  .jornal_subtext {
    font-size: 1.75rem;
  }

  .section_articles {
    background-color: var(--lotus-red);
    color: var(--white);
  }

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

  .article_card-image-wrap {
    padding-bottom: 56%;
  }

  .nav_compoenent {
    display: none;
  }

  .image-divider_image {
    width: 100%;
  }

  .hero_heading {
    font-size: 13em;
  }

  .nav-menu-3 {
    justify-content: center;
    margin-right: 60px;
    display: none;
  }

  .nav-link-text {
    font-size: 4rem;
  }

  .footer_right {
    padding-bottom: 6rem;
  }

  .footer_column-grid {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 2fr;
  }

  .footer_credit-list {
    grid-column-gap: .4rem;
    grid-row-gap: .4rem;
    flex-flow: wrap-reverse;
    justify-content: space-between;
    align-items: flex-start;
    padding-bottom: 2.25rem;
  }

  .section-page {
    flex-flow: column;
    grid-template-columns: 1fr;
    display: flex;
  }

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

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

  .container {
    padding-bottom: 5rem;
  }

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

  .form_dual-input {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    grid-template-columns: 1fr;
  }

  .language-txt {
    color: var(--lotus-red);
    font-size: 3em;
  }

  .footer-wrapper-home {
    display: block;
  }

  .section_jornal-2 {
    height: 100vh;
  }

  .heading-style-h1-3 {
    font-size: 5rem;
  }

  .jornal_subtext-2 {
    font-size: 1.75rem;
  }

  .section_articles-2 {
    color: #fff;
    background-color: #a02725;
  }

  .language-txt-2 {
    color: #a02725;
    font-size: 3em;
  }

  .language-txt-2.first {
    font-size: 3em;
  }

  .section_articles-3 {
    color: #fff;
    background-color: #a02725;
  }

  .section_hero-3 {
    width: 100%;
    min-height: 100vh;
    font-size: 1vw;
    display: flex;
  }

  .p-xs-start {
    padding-top: 1.6em;
  }

  .blog-teaser-item-wrapper {
    padding-left: 1em;
    padding-right: 1em;
  }

  .blog-teaser-item-wrapper.page-teaser {
    padding-top: 1em;
    padding-bottom: 1em;
  }

  .p-xl-start {
    padding-top: 6em;
  }

  .blog-overview-grid {
    grid-template-columns: 1fr;
  }

  .blog-header-title {
    font-size: 16vw;
  }

  .page-teaser-subtitle {
    font-size: 1em;
  }

  .p-xs-end {
    padding-bottom: 1.6em;
  }

  .p-xl-end {
    padding-bottom: 6em;
  }

  .page-teaser-title {
    font-size: 2em;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 2.5rem;
  }

  .hide-mobile-portrait {
    display: none;
  }

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

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

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

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

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

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

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

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

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

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

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

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .max-width-full-mobile-portrait {
    width: 100%;
    max-width: none;
  }

  .heading-style-h1 {
    font-size: 20vw;
  }

  .heading-style-h3.is-hero {
    font-size: 4.8em;
  }

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

  .hero_content-wrapper.links {
    flex-flow: column;
  }

  .intro_image-wrap {
    width: auto;
    min-width: 55%;
  }

  .text-link_wrap.is-proportion {
    padding-right: .3rem;
    font-size: .9rem;
  }

  .cta_quorte-subtext {
    flex-wrap: wrap;
    font-size: .9rem;
  }

  .section_jornal {
    align-items: stretch;
    display: flex;
  }

  .jornal_title-wrap {
    padding-bottom: 1.5rem;
  }

  .hero_heading {
    font-size: 12.5em;
  }

  .nav-menu-3 {
    justify-content: flex-end;
    margin-right: 40px;
    display: none;
  }

  .dot-menu-button {
    width: 15px;
    height: 15px;
  }

  .nav-bar {
    padding-top: 20px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .nav-link-text {
    font-size: 4rem;
  }

  .overlay-menu {
    display: none;
  }

  .image {
    width: 80vw;
  }

  .footer_left {
    padding-bottom: 2.5rem;
  }

  .footer_right {
    padding-bottom: 4rem;
  }

  .footer_column-grid {
    grid-column-gap: 1.625rem;
    grid-row-gap: 1.625rem;
    grid-template-rows: auto auto auto;
    grid-template-columns: 2fr;
    grid-auto-flow: row;
  }

  .section-page {
    flex-flow: column;
  }

  .footer_list-grid {
    grid-column-gap: .25rem;
    grid-row-gap: .25rem;
    grid-template-columns: 1fr;
  }

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

  .container.page-heading.oben {
    padding-top: 8rem;
  }

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

  .language-txt {
    font-size: 4em;
  }

  .section_jornal-2 {
    align-items: stretch;
    display: flex;
  }

  .heading-style-h1-3 {
    font-size: 20vw;
  }

  .language-txt-2, .language-txt-2.first {
    font-size: 4em;
  }

  .blog-teaser-item-wrapper.quote {
    padding: 4.5em 1.7em;
  }

  .blog-overview-grid {
    overflow: hidden;
  }

  .blog-teaser-quote {
    font-size: 1.4em;
  }
}

#w-node-a860c906-b2bd-0a6c-5e7a-8d7fe812c6cd-987a12f7, #w-node-a860c906-b2bd-0a6c-5e7a-8d7fe812c6d8-987a12f7, #w-node-_9ccac010-2bf9-28d6-f1b2-784d0ee1601e-987a12f7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_35c10fd8-7962-7fdf-5f4b-a720d4be4d23-987a12ff {
  grid-area: 1 / 1 / 3 / 2;
  align-self: stretch;
}

#w-node-_35c10fd8-7962-7fdf-5f4b-a720d4be4d26-987a12ff {
  grid-area: 1 / 2 / 3 / 3;
}

#w-node-e6e33a05-333b-0352-239a-6a61f902f194-f902f183 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_51feb31e-7962-9f2d-2d5e-ecba1f5b549b-1f5b5499 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_51feb31e-7962-9f2d-2d5e-ecba1f5b549c-1f5b5499, #w-node-_51feb31e-7962-9f2d-2d5e-ecba1f5b549f-1f5b5499, #w-node-_51feb31e-7962-9f2d-2d5e-ecba1f5b54a3-1f5b5499 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_35c10fd8-7962-7fdf-5f4b-a720d4be4d23-987a1300 {
  grid-area: 1 / 1 / 3 / 2;
  align-self: stretch;
}

#w-node-_35c10fd8-7962-7fdf-5f4b-a720d4be4d26-987a1300 {
  grid-area: 1 / 2 / 3 / 3;
}

#w-node-e4ddd6d2-3bb6-9da1-daf1-59345047d5d2-987a1301 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e4ddd6d2-3bb6-9da1-daf1-59345047d5d4-987a1301 {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-e4ddd6d2-3bb6-9da1-daf1-59345047d5e8-987a1301 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-e4ddd6d2-3bb6-9da1-daf1-59345047d5fd-987a1301 {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-e4ddd6d2-3bb6-9da1-daf1-59345047d604-987a1301, #w-node-e4ddd6d2-3bb6-9da1-daf1-59345047d618-987a1301 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-e4ddd6d2-3bb6-9da1-daf1-59345047d62c-987a1301, #w-node-e4ddd6d2-3bb6-9da1-daf1-59345047d640-987a1301, #w-node-e4ddd6d2-3bb6-9da1-daf1-59345047d654-987a1301 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e4ddd6d2-3bb6-9da1-daf1-59345047d668-987a1301 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-e4ddd6d2-3bb6-9da1-daf1-59345047d675-987a1301, #w-node-e4ddd6d2-3bb6-9da1-daf1-59345047d683-987a1301 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e4ddd6d2-3bb6-9da1-daf1-59345047d697-987a1301 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

@media screen and (max-width: 991px) {
  #w-node-e4ddd6d2-3bb6-9da1-daf1-59345047d5d4-987a1301 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-e4ddd6d2-3bb6-9da1-daf1-59345047d5e8-987a1301 {
    grid-column: span 1 / span 1;
  }

  #w-node-e4ddd6d2-3bb6-9da1-daf1-59345047d5fd-987a1301 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-e4ddd6d2-3bb6-9da1-daf1-59345047d604-987a1301, #w-node-e4ddd6d2-3bb6-9da1-daf1-59345047d618-987a1301 {
    grid-row: span 1 / span 1;
  }

  #w-node-e4ddd6d2-3bb6-9da1-daf1-59345047d668-987a1301 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-e4ddd6d2-3bb6-9da1-daf1-59345047d675-987a1301 {
    order: 9999;
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-e4ddd6d2-3bb6-9da1-daf1-59345047d697-987a1301 {
    grid-column: span 1 / span 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-e4ddd6d2-3bb6-9da1-daf1-59345047d668-987a1301 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-e4ddd6d2-3bb6-9da1-daf1-59345047d675-987a1301 {
    grid-column: span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_9ccac010-2bf9-28d6-f1b2-784d0ee1601e-987a12f7 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_9ccac010-2bf9-28d6-f1b2-784d0ee1602c-987a12f7 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_9ccac010-2bf9-28d6-f1b2-784d0ee1603e-987a12f7 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-e6e33a05-333b-0352-239a-6a61f902f194-f902f183 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-e6e33a05-333b-0352-239a-6a61f902f1a2-f902f183 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-e6e33a05-333b-0352-239a-6a61f902f1b7-f902f183 {
    grid-area: 3 / 1 / 4 / 2;
  }
}


@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Reckless';
  src: url('../fonts/RecklessTRIAL-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Swiss 721 Bt';
  src: url('../fonts/Swiss-721-BT.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}