@font-face {
  font-family: Branding Sf It;
  src: url('../fonts/Branding-SF-SemiLight-It.woff2') format("woff2"), url('../fonts/Branding-SF-Light-It.woff2') format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Branding Sf;
  src: url('../fonts/Branding-SF-Thin.woff2') format("woff2");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Branding Sf;
  src: url('../fonts/Branding-SF-SemiLight.woff2') format("woff2"), url('../fonts/Branding-SF-Light.woff2') format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Branding Sf It;
  src: url('../fonts/Branding-SF-Thin-It.woff2') format("woff2");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Branding Sf;
  src: url('../fonts/Branding-SF-SemiBold.woff2') format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Branding Sf It;
  src: url('../fonts/Branding-SF-SemiBold-It.woff2') format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Branding Sf;
  src: url('../fonts/Branding-SF-Medium.woff2') format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Branding Sf It;
  src: url('../fonts/Branding-SF-Medium-It.woff2') format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

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

@font-face {
  font-family: Branding Sf It;
  src: url('../fonts/Branding-SF-Black-It.woff2') format("woff2");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Branding Sf;
  src: url('../fonts/Branding-SF-Black.woff2') format("woff2");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

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

:root {
  --medium-aquamarine: #3cd49a;
  --amcreative-black: #0a0a0a;
  --amc-white: white;
  --transparent: #fff0;
  --transparent-grey: #0a0a0a8c;
  --black-green: #062527;
  --medium-sea-green: #26a780;
  --amc-2: #117a65;
  --darkest-green: #061f21;
  --dark-slate-grey: #2b4b38;
  --amc: #76d69d;
}

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

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

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

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

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

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

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

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

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

.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: Branding Sf, Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

p {
  margin-bottom: 10px;
  font-size: 1rem;
  line-height: 1.25;
}

a {
  color: var(--medium-aquamarine);
  font-style: italic;
  text-decoration: underline;
}

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

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

.text-rich-text.is-white {
  z-index: 3;
  color: #fff;
  font-size: 1rem;
  line-height: 1.5;
  position: relative;
}

.text-rich-text.is-white p {
  font-weight: 300;
}

.text-rich-text.is-alternative p {
  font-size: 2.7rem;
}

.fs-styleguide_label {
  color: #fff;
  background-color: #2d62ff;
  border-radius: .25rem;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding: .25rem .75rem .3rem;
  font-weight: 600;
  display: flex;
}

.fs-styleguide_label.is-tag {
  background-color: #dd23bb;
}

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

.text-size-tiny.text-style-italic {
  font-size: .65rem;
}

.text-size-tiny.is-black-alternative {
  color: var(--amcreative-black);
  font-style: normal;
}

.nav_menu_link {
  color: var(--amc-white);
  padding: 1rem;
}

.heading-style-h2 {
  color: var(--amc-white);
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.2;
}

.heading-style-h2.is-right {
  color: var(--amc-white);
  text-align: right;
  font-style: normal;
}

.heading-style-h2.is-right.is-black, .heading-style-h2.is-black {
  color: var(--amcreative-black);
}

.fs-styleguide_section-header {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-bottom: 1px solid #eee;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  padding-bottom: 3rem;
  line-height: 1.4;
  display: grid;
}

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

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

.fs-styleguide_hero-label {
  color: #000;
  text-transform: uppercase;
  background-color: #eee;
  border-radius: .25rem;
  padding: .25rem .375rem;
  font-size: .75rem;
  font-weight: 500;
  text-decoration: none;
}

.padding-custom3 {
  padding: 3.5rem;
}

.heading-style-h6 {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
}

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

.fs-styleguide_background {
  border: 1px solid #0000001a;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.background-color-secondary {
  background-color: #2d62ff;
}

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

.overflow-visible {
  overflow: visible;
}

.fs-styleguide_header-block {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: center start;
  display: grid;
}

.overflow-hidden {
  overflow: hidden;
}

.pointer-events-none {
  pointer-events: none;
}

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

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

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

.fs-styleguide_item-header {
  border-bottom: 1px solid #0000001a;
  width: 100%;
  padding-bottom: 2rem;
}

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

.fs-styleguide_heading-header {
  font-size: 6rem;
}

.fs-styleguide_item-wrapper {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

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

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

.fs-styleguide_section.is-vertical {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-columns: 1fr;
}

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

.form_checkbox {
  flex-direction: row;
  align-items: center;
  margin-bottom: .5rem;
  padding-left: 0;
  display: flex;
}

.padding-small {
  padding: 1rem;
}

.padding-small.is-mobile-xsmall {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding: 1.25rem;
}

.fs-styleguide_header {
  color: #fff;
  background-color: #000;
  background-image: radial-gradient(circle at 100% 100%, #dd23bb40, #0000 40%), radial-gradient(circle at 0 100%, #2d62ff4d, #0000 60%);
}

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

.pointer-events-auto {
  pointer-events: auto;
}

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

.text-color-alternate {
  color: #fff;
}

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

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

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

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

.margin-custom1 {
  margin: 1.5rem;
}

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

.container-small.is-alternative {
  max-width: 30rem;
}

.container-small.is-relative {
  z-index: 5;
  position: relative;
}

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

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

.form_component {
  z-index: 5;
  margin-bottom: 0;
  position: relative;
}

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

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

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

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

.margin-xxlarge {
  margin: 5rem;
}

.margin-small {
  margin: 1rem;
}

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

.form_checkbox-label {
  font-style: italic;
}

.hide {
  display: none;
}

.heading-style-h1 {
  color: var(--amc-white);
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.1;
}

.heading-style-h1.is-black {
  color: var(--amcreative-black);
}

.overflow-scroll {
  overflow: scroll;
}

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

.padding-xhuge {
  padding: 8rem;
}

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

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

.padding-xxhuge {
  padding: 12rem;
}

.text-color-primary {
  color: #000;
}

.padding-large {
  padding: 3rem;
}

.aspect-ratio-portrait {
  aspect-ratio: 2 / 3;
  object-fit: cover;
}

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

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

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

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

.aspect-ratio-landscape {
  aspect-ratio: 3 / 2;
  object-fit: cover;
}

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

.padding-custom1 {
  padding: 1.5rem;
}

.form_radio {
  flex-direction: row;
  align-items: center;
  margin-bottom: .5rem;
  padding-left: 0;
  display: flex;
}

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

.fs-styleguide_classes {
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

.padding-0 {
  padding: 0;
}

.overflow-auto {
  overflow: auto;
}

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

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

.margin-xxhuge {
  margin: 12rem;
}

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

.padding-custom2 {
  padding: 2.5rem;
}

.fs-styleguide_2-col {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.fs-styleguide_2-col.is-align-start {
  align-items: start;
}

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

.fs-styleguide_empty-box {
  z-index: -1;
  background-color: #2d40ea0d;
  border: 1px dashed #2d40ea;
  min-width: 3rem;
  height: 3rem;
  position: relative;
}

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

.text-color-secondary {
  color: #222;
}

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

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

.aspect-ratio-widescreen {
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.heading-style-h4 {
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none;
}

.margin-large {
  margin: 3rem;
}

.margin-0 {
  margin: 0;
}

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

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

.form_message-success {
  background-color: var(--transparent);
  padding: 1.25rem;
}

.aspect-ratio-square {
  aspect-ratio: 1;
  object-fit: cover;
}

.background-color-alternate {
  background-color: #fff;
}

.heading-style-h3 {
  color: var(--amc-white);
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.2;
}

.fs-styleguide_heading-medium {
  font-size: 4rem;
}

.margin-xlarge {
  margin: 4rem;
}

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

.button.is-text {
  color: #000;
  background-color: #0000;
  border: 2px solid #0000;
}

.button.is-form-submit {
  padding-top: .5rem;
  padding-bottom: .5rem;
}

.button.is-secondary {
  color: #000;
  background-color: #0000;
  border: 1px solid #222;
}

.button.is-large {
  padding: 1rem 2rem;
}

.button.is-icon {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

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

.margin-medium {
  margin: 2rem;
}

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

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

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

.fs-styleguide_spacing {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-image: linear-gradient(to top, #2d40ea1a, #fff0);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: start;
  place-items: start stretch;
  display: grid;
  position: relative;
}

.margin-custom2 {
  margin: 2.5rem;
}

.nav_button {
  padding: 1rem;
}

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

.padding-medium {
  flex: 1;
  padding: 2rem;
}

.padding-medium.is-mobile-xxsmall {
  z-index: 2;
  position: relative;
}

.padding-medium.is-centered-alternative {
  justify-content: center;
  align-items: center;
  display: flex;
}

.form_radio-icon {
  width: .875rem;
  height: .875rem;
  margin-top: 0;
  margin-left: 0;
  margin-right: .5rem;
}

.form_radio-icon.w--redirected-checked {
  border-width: .25rem;
  width: .875rem;
  height: .875rem;
}

.form_radio-icon.w--redirected-focus {
  width: .875rem;
  height: .875rem;
  box-shadow: 0 0 .25rem 0 #3898ec;
}

.fs-styleguide_background-space {
  width: 1px;
  height: 1px;
  margin: 5rem;
}

.text-size-small {
  color: var(--amcreative-black);
  font-size: .875rem;
}

.text-size-small.is-right, .text-size-small.is-right.is-subtitle {
  text-align: right;
}

.text-size-small.is-subtitle {
  color: var(--amc-white);
  text-align: left;
  font-size: 1rem;
  font-style: normal;
  line-height: 1.25;
}

.text-size-small.is-subtitle-romani {
  color: var(--amc-white);
  text-align: center;
  font-size: 1rem;
  font-weight: 600;
}

.padding-xxlarge {
  padding: 5rem;
}

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

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

.text-size-large.is-cta {
  color: var(--amc-white);
  font-size: 1.75rem;
}

.form_message-error {
  background-color: var(--transparent-grey);
  border-radius: 5rem;
  margin-top: .75rem;
  padding: .75rem;
}

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

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

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

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

.fs-styleguide_4-col {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.heading-style-h5 {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5;
}

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

.fs-styleguide_3-col {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  width: 100%;
  display: grid;
}

.fs-styleguide_3-col.is-align-start {
  align-items: start;
}

.fs-styleguide_item {
  grid-column-gap: 1.125rem;
  grid-row-gap: 1.125rem;
  border-bottom: 1px solid #0000001a;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: start;
  place-items: start;
  padding-bottom: 3rem;
  display: grid;
  position: relative;
}

.fs-styleguide_item.is-stretch {
  justify-items: stretch;
}

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

.margin-huge {
  margin: 6rem;
}

.nav_component {
  background-color: var(--transparent);
  width: 100%;
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
  inset: 0% 0% auto;
}

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

.padding-xxsmall.is-desktop-medium {
  padding: .5rem;
}

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

.nav_brand {
  width: 3.75rem;
  height: 3.75rem;
}

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

.margin-xhuge {
  margin: 8rem;
}

.padding-huge {
  padding: 6rem;
}

.fs-styleguide_spacer-box {
  background-color: #2d40ea1a;
  border: 1px dashed #2d40ea;
  width: 100%;
  position: relative;
}

.form_input {
  min-height: 3rem;
  color: var(--amc-white);
  background-color: #0000;
  border: 1px solid #eee;
  border-radius: 5rem;
  margin-bottom: .75rem;
  padding: .5rem 1rem;
  font-size: 1rem;
  line-height: 1.25;
}

.form_input::placeholder {
  color: var(--amc-white);
}

.form_input.is-select-input {
  color: #222;
}

.form_input.is-text-area {
  min-height: 8rem;
  color: var(--amc-white);
  border-radius: 2rem;
  padding-top: .75rem;
  font-size: 1rem;
}

.form_input.is-text-area::placeholder {
  color: var(--amc-white);
  font-weight: 300;
}

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

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

.text-style-link {
  color: #2d62ff;
  text-decoration: underline;
}

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

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

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

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

.background-color-tertiary {
  background-color: #dd23bb;
}

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

.padding-xlarge {
  padding: 4rem;
}

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

.fs-styleguide_row {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

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

.background-color-primary {
  color: #fff;
  background-color: #000;
}

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

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

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

.spacer-xxsmall.is-vertical-alternative {
  padding-top: 0;
  padding-left: .25rem;
}

.fs-styleguide_1-col {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.fs-styleguide_message {
  color: #5e5515;
  background-color: #fcf8d8;
  border-radius: .25rem;
  padding: .25rem .5rem;
  font-size: .875rem;
}

.nav_logo {
  width: 10rem;
}

.margin-custom3 {
  margin: 3.5rem;
}

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

.form_checkbox-icon {
  border-radius: .125rem;
  width: .875rem;
  height: .875rem;
  margin: 0 .5rem 0 0;
}

.form_checkbox-icon.w--redirected-checked {
  background-size: 90%;
  border-radius: .125rem;
  width: .875rem;
  height: .875rem;
  margin: 0 .5rem 0 0;
}

.form_checkbox-icon.w--redirected-focus {
  border-radius: .125rem;
  width: .875rem;
  height: .875rem;
  margin: 0 .5rem 0 0;
  box-shadow: 0 0 .25rem 0 #3898ec;
}

.nav_container {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

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

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

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

.glass_wrapper {
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  outline-offset: 0px;
  color: #fff;
  text-align: center;
  background-color: #ffffff03;
  background-image: url('../images/noise.avif');
  background-position: 50%;
  background-size: 25%;
  border-radius: 20px;
  outline: .25px solid #117a65;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: inset 0 39px 56px -36px #ffffff80, inset 0 7px 11px -4px #ffffff40, inset 0 -82px 68px -64px #4490814d, inset 0 20px 100px -48px #caacff4d, inset 0 4px 18px #9a92d24d, inset 0 1px 40px #e3deff33;
}

.glass_wrapper.is-tall-alternative {
  min-height: 80svh;
}

.section_home-hero {
  background-color: var(--black-green);
  color: #fff;
  flex-direction: column;
  justify-content: center;
  padding-top: 0;
  display: flex;
  position: relative;
}

.card_wrapper {
  background-color: var(--amc-white);
  color: var(--amcreative-black);
  border-radius: 1rem;
  flex-flow: column;
  justify-content: center;
  display: flex;
  box-shadow: 0 2px 10px #0003;
}

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

.section_immersive-oradea-project {
  background-color: var(--black-green);
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  max-height: 100svh;
  display: flex;
}

.horizontal-grid_component {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template: "." 80dvh
  / .5fr .5fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.card_image-wrapper {
  z-index: 3;
  border-radius: 1rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 2px #0003;
}

.card_image {
  object-fit: cover;
  flex: 1;
  box-shadow: 0 2px 5px #0003;
}

.card_image.is-cta {
  background-image: linear-gradient(111deg, var(--medium-sea-green), var(--amc-2) 50%, var(--medium-sea-green));
  flex-flow: column;
  justify-content: center;
  align-items: center;
  min-height: 30svh;
  max-height: 30svh;
  display: flex;
}

.card_image.is-alternative {
  object-position: 100% 50%;
}

.card_image.is-left {
  object-position: 0% 50%;
}

.card_image.is-full-height {
  flex: 0 auto;
  height: 100%;
  overflow: hidden;
}

.project-card_tag {
  background-color: var(--amc-white);
  border-radius: 5rem;
  position: absolute;
  inset: 2.5% 2.5% auto auto;
  box-shadow: 0 2px 5px #0003;
}

.project-card_tag.is-left {
  inset: 2.5% auto auto 2%;
}

.project-card_content {
  background-image: linear-gradient(180deg, #0000, #061f21fc 50%, var(--darkest-green) 76%);
  width: 100%;
  position: absolute;
  inset: auto auto 0% 0%;
}

.project-card_content.is-right {
  inset: auto 0% 0% auto;
}

.project-card_category {
  color: var(--transparent-grey);
  text-align: left;
}

.lanscape-content_wrapper.is-tall-alternative {
  min-height: 80svh;
}

.section_romani-project {
  background-color: var(--black-green);
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  max-height: 100svh;
  display: flex;
}

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

.one-column_grid {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
}

.internal-card_frame {
  z-index: 5;
  width: 100%;
  height: 100%;
  box-shadow: none;
  border-radius: 1rem;
  flex-flow: column;
  place-content: flex-start center;
  align-items: stretch;
  display: flex;
  position: relative;
  overflow: hidden;
}

.internal-card_frame.is-tall {
  min-height: 75svh;
}

.pill_card {
  background-color: #0000000d;
  border-radius: 5rem;
}

.pill_card.is-glass-alternative {
  border: 1px solid var(--amc-2);
  box-shadow: 0 0 5px 0 var(--amc-2);
}

.pill-content_wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.flex-horizontal {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

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

.section_xr-metaverse-project {
  background-color: var(--black-green);
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  max-height: 100svh;
  display: flex;
}

.section_contact, .section_partners {
  background-color: var(--black-green);
}

.section_footer {
  background-color: var(--black-green);
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  max-height: 100svh;
  display: flex;
}

.logo_wrapper.is-made-in-eu {
  border-radius: 2rem;
  overflow: hidden;
}

.logo_image {
  width: 6rem;
}

.logo_image.is-whatsapp-logo {
  width: auto;
}

.footer-info_wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.footer-info_wrapper.is-horizontal-alternative {
  flex-flow: row;
}

.footer-details_wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.footer-details_wrapper.is-vertical-alternative {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: block;
}

.logo_grid {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  flex-flow: wrap;
  grid-template: "."
                 "."
                 / .25fr .25fr .25fr .25fr .25fr .25fr .25fr .25fr .25fr .25fr;
  grid-auto-columns: 1fr;
  place-content: flex-start center;
  align-items: center;
  display: flex;
}

.logo_grid.is-event {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: 5rem auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.empty_block {
  width: 5rem;
}

.one-row_grid {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr .5fr;
  grid-auto-columns: 1fr;
  margin-top: .5rem;
  margin-bottom: .5rem;
  padding-left: .5rem;
  padding-right: .5rem;
  display: grid;
}

.one-row_grid.is-reversed {
  grid-template-columns: .5fr 1.5fr;
  margin-bottom: .25rem;
}

.one-row_grid.is-top {
  margin-top: .25rem;
  margin-bottom: 0;
}

.flex_wrap-down {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.filter_block {
  z-index: 1;
  box-shadow: 0 0 5px 0 var(--amc-2);
  background-color: #00000042;
  border-radius: 20px;
  position: absolute;
  inset: 0%;
}

.partner-logo_wrapper {
  justify-content: center;
  align-items: center;
  width: 18%;
  display: flex;
}

.partner-logo_wrapper.is-alternative {
  flex-flow: column;
  width: 100%;
}

.partner-logo_image {
  max-width: 5rem;
  max-height: 5rem;
}

.partner-logo_image.is-exception {
  max-width: 100%;
  max-height: 7rem;
}

.glass-block {
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  outline-offset: 0px;
  color: #fff;
  text-align: center;
  background-color: #ffffff03;
  background-image: url('../images/noise.avif');
  background-position: 50%;
  background-size: 25%;
  border-radius: 20px;
  outline: .25px solid #117a65;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  box-shadow: inset 0 39px 56px -36px #ffffff80, inset 0 7px 11px -4px #ffffff40, inset 0 -82px 68px -64px #4490814d, inset 0 20px 100px -48px #caacff4d, inset 0 4px 18px #9a92d24d, inset 0 1px 40px #e3deff33;
}

.form_form-2 {
  text-align: left;
  font-size: 1rem;
  line-height: 1.5;
}

.container-small-2 {
  z-index: 2;
  width: 100%;
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.section-landing-art-nuveau {
  background-image: url('../images/Vulturul-Negru-Interior_Key-Visual.webp');
  background-position: 50%;
  background-size: cover;
  height: 100svh;
  max-height: 100svh;
}

.form_input-2 {
  color: #ffffffe3;
  background-color: #fff0;
  border: 1px solid #fff;
  border-radius: 50px;
  min-height: 3rem;
  margin-bottom: .75rem;
  padding: .5rem 1rem;
}

.form_input-2::placeholder {
  color: #fffc;
}

.form_input-2.is-textbox {
  border-radius: 25px;
  min-height: 6rem;
}

.form_message-success-2 {
  background-color: #ddd0;
  padding: 1.25rem;
  font-size: 1rem;
  line-height: 1.5;
}

.landing_content-wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.form_label-2 {
  margin-bottom: .25rem;
  font-size: 1rem;
  line-height: 1.5;
}

.form_label-2.is-white {
  color: #fff;
  text-align: left;
  text-transform: none;
}

.form_component-2 {
  z-index: 3;
  margin-bottom: 0;
  position: relative;
}

.cta-wrapper-manifest {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  min-height: 70svh;
  display: flex;
  position: relative;
}

.filter-block {
  z-index: 1;
  background-color: #00000042;
  border-radius: 20px;
  position: absolute;
  inset: 0%;
}

.text-style-link-2 {
  color: #3cd49a;
}

.form_message-error-2 {
  color: #0a0a0a;
  background-color: #e75151;
  border-radius: 5px;
  margin-top: .75rem;
  padding: .75rem;
  font-size: 1rem;
  line-height: 1.5;
}

.icon-1x1-xlarge {
  cursor: pointer;
  border: 3px #117a65;
  border-radius: 50%;
  width: 100%;
  min-width: 6rem;
  max-width: 6rem;
  min-height: 6rem;
  transition: all .35s;
  box-shadow: 0 0 5px 5px #117a65;
}

.icon-1x1-xlarge:hover {
  box-shadow: 0 0 15px 8px #117a65;
}

.cta-wrapper {
  position: relative;
}

.background-video {
  z-index: auto;
  height: 100svh;
}

.layout-grid {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  width: 100%;
}

.heading-style-h2-alternative-romani {
  color: #76d69d;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  font-family: Cinzel, sans-serif;
  font-size: 2.75rem;
  font-weight: 400;
  line-height: 1.25;
}

.section_landing {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100svh;
  display: flex;
  position: relative;
}

.landing_background-wrapper {
  z-index: 0;
  position: absolute;
  inset: 0%;
}

.heading-style-h1-romani {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.1;
}

.heading-style-h1-romani.text-colour-white {
  color: #fff;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  font-family: Cinzel, sans-serif;
  font-weight: 400;
}

.headset_image-wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 0 4rem;
  display: flex;
}

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

.text-size-small-2.is-white {
  color: #ffffff8c;
  text-align: left;
  font-style: italic;
}

.cta_image-wrapper {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.heading-style-subheading-landing {
  color: #76d69d;
  text-align: center;
  margin-top: 0;
  font-family: Cinzel, sans-serif;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.25;
}

.headset_image {
  z-index: 0;
  width: 100%;
}

.headset_content-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-style-alternative-romani {
  color: #0a0a0a;
  text-align: left;
  font-size: 1.25rem;
}

.text-style-alternative-romani.text-colour-white {
  color: #fff;
  text-align: center;
  line-height: 1.25;
}

.cta_image {
  z-index: 0;
  width: 100%;
}

.section-content {
  background-color: #062527;
}

.form_field-wrapper-3 {
  min-width: 20rem;
}

.landing_overlay {
  z-index: 1;
  background-color: #000000a6;
  position: absolute;
  inset: 0%;
}

.flag-icon_wrapper {
  background-image: url('../images/flag.avif');
  background-position: 50%;
  background-size: cover;
  min-width: 1rem;
  min-height: 1rem;
}

.flag-icon_wrapper.is-netherlands {
  background-image: url('../images/flag-1.avif');
}

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

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

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

.section_hero, .section_3d-gallery {
  background-color: var(--black-green);
  color: #fff;
  flex-direction: column;
  justify-content: center;
  padding-top: 0;
  display: flex;
  position: relative;
}

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

.lightbox-link_wrapper {
  border-radius: .5rem;
  max-width: 30svw;
  max-height: 16svw;
  overflow: hidden;
}

.lightbox-link_wrapper.is-project-page {
  max-width: 100%;
  max-height: none;
}

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

.section_gallery {
  background-color: var(--dark-slate-grey);
}

.section_artnouveau-project {
  background-color: var(--black-green);
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  max-height: 100svh;
  display: flex;
}

.back-button_wrapper {
  color: var(--amc-white);
  text-decoration: none;
}

.backround-video_wrapper {
  max-width: 100%;
}

.section_project-details {
  background-color: var(--black-green);
}

.section_project-image {
  background-color: var(--black-green);
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  max-height: 100svh;
  display: flex;
}

.section_project-info {
  background-color: var(--black-green);
}

.section_links {
  background-color: var(--black-green);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  min-height: 100svh;
  max-height: 100svh;
  display: flex;
}

.social-media_icon {
  background-image: url('../images/linkedin.webp');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.social-media_icon.is-facebook {
  background-image: url('../images/facebook.webp');
}

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

.card_video-wrapper {
  z-index: 3;
  border-radius: 1rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 72svh;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 2px #0003;
}

.card_video-wrapper.is-landscape {
  height: auto;
}

.section_youtube {
  background-color: var(--black-green);
  color: #fff;
  flex-direction: column;
  justify-content: center;
  padding-top: 0;
  display: flex;
  position: relative;
}

.code-embed {
  aspect-ratio: 9 / 16;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  overflow: hidden;
}

.section_project-slideshow {
  background-color: var(--black-green);
  color: #fff;
  flex-direction: column;
  justify-content: center;
  padding-top: 0;
  display: flex;
  position: relative;
}

.section_project-media {
  background-color: var(--black-green);
  display: none;
}

@media screen and (max-width: 991px) {
  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .text-rich-text.is-alternative p {
    font-size: 1.5rem;
  }

  .heading-style-h2, .heading-style-h2.is-right {
    font-size: 2rem;
  }

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

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

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

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

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

  .fs-styleguide_heading-header {
    font-size: 4rem;
  }

  .fs-styleguide_section {
    grid-column-gap: 2.5rem;
    grid-template-columns: 1fr;
  }

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

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

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

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

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

  .margin-xxlarge {
    margin: 4rem;
  }

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

  .padding-xhuge {
    padding: 6rem;
  }

  .padding-xxhuge {
    padding: 8rem;
  }

  .padding-large {
    padding: 2.5rem;
  }

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

  .margin-xxhuge {
    margin: 8rem;
  }

  .fs-styleguide_2-col {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

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

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

  .margin-large {
    margin: 2.5rem;
  }

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

  .fs-styleguide_heading-medium {
    font-size: 3rem;
  }

  .margin-xlarge {
    margin: 3rem;
  }

  .margin-medium {
    margin: 1.5rem;
  }

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

  .nav_button {
    color: #fff;
  }

  .padding-medium {
    padding: 1.5rem;
  }

  .padding-xxlarge {
    padding: 4rem;
  }

  .text-size-large.is-cta {
    font-size: 1.5rem;
  }

  .fs-styleguide_4-col, .fs-styleguide_3-col {
    grid-template-columns: 1fr;
  }

  .margin-huge {
    margin: 5rem;
  }

  .padding-xxsmall.is-desktop-medium {
    padding: .25rem;
  }

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

  .margin-xhuge {
    margin: 6rem;
  }

  .padding-huge {
    padding: 5rem;
  }

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

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

  .hide-tablet {
    display: none;
  }

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

  .padding-xlarge {
    padding: 3rem;
  }

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

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

  .fs-styleguide_1-col {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

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

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

  .horizontal-grid_component {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    grid-template-rows: 45svh;
  }

  .card_image.is-landscape {
    max-height: 35svh;
  }

  .card_image.is-cta {
    min-height: 20svh;
    max-height: 20svh;
  }

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

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

  .logo_grid.is-event {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .empty_block {
    width: 4rem;
  }

  .heading-style-h2-alternative-romani {
    font-size: 2rem;
  }

  .heading-style-h1-romani.text-colour-white {
    font-size: 2.5rem;
  }

  .cta_image-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

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

  .backround-video_wrapper {
    max-height: 35svh;
  }

  .card_video-wrapper {
    height: 40svh;
  }
}

@media screen and (max-width: 767px) {
  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .text-rich-text.is-alternative p {
    font-size: 1.3rem;
  }

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

  .fs-styleguide_section-header {
    font-size: .875rem;
  }

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

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

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

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

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

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

  .padding-small.is-mobile-xsmall {
    padding: .5rem;
  }

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

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

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

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

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

  .margin-xxlarge {
    margin: 3rem;
  }

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

  .padding-xhuge {
    padding: 4rem;
  }

  .padding-xxhuge {
    padding: 4.5rem;
  }

  .padding-large {
    padding: 1.5rem;
  }

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

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

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

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

  .margin-xxhuge {
    margin: 4.5rem;
  }

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

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

  .margin-large {
    margin: 1.5rem;
  }

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

  .fs-styleguide_heading-medium {
    font-size: 2rem;
  }

  .margin-xlarge {
    margin: 2rem;
  }

  .margin-medium {
    margin: 1.25rem;
  }

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

  .padding-medium {
    padding: 1.25rem;
  }

  .padding-medium.is-mobile-xxsmall {
    padding: .75rem;
  }

  .padding-xxlarge {
    padding: 3rem;
  }

  .text-size-large, .text-size-large.is-cta {
    font-size: 1.25rem;
  }

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

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

  .margin-huge {
    margin: 3.5rem;
  }

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

  .margin-xhuge {
    margin: 4rem;
  }

  .padding-huge {
    padding: 3.5rem;
  }

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

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

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

  .padding-xlarge {
    padding: 2rem;
  }

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

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

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

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

  .horizontal-grid_component {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    grid-template-rows: 40dvh;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .one-column_grid {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

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

  .empty_block {
    width: 3rem;
  }

  .partner-logo_wrapper {
    width: 15%;
  }

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

  .heading-style-h2-alternative-romani {
    line-height: 1.25;
  }

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

  .headset_image-wrapper {
    padding: 2rem;
  }

  .heading-style-subheading-landing {
    line-height: 1.25;
  }

  .headset_content-wrapper {
    flex-flow: row-reverse wrap-reverse;
    justify-content: center;
    align-items: center;
  }

  .form_field-wrapper-3 {
    min-width: 18rem;
  }

  .backround-video_wrapper {
    max-height: 30svh;
  }

  .card_video-wrapper {
    height: 37svh;
  }
}

@media screen and (max-width: 479px) {
  p {
    font-size: .75rem;
  }

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

  .text-rich-text.is-alternative p {
    font-size: .945rem;
  }

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

  .heading-style-h2, .heading-style-h2.is-right {
    font-size: 1.35rem;
  }

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

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

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

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

  .spacer-medium.is-mobile-xxsmall {
    padding-top: .625rem;
  }

  .container-small.is-alternative {
    min-width: 70svw;
    max-width: 70rem;
  }

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

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

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

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

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

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

  .padding-medium.is-mobile-xxsmall {
    padding: .25rem;
  }

  .padding-medium.is-centered-alternative {
    padding: .5rem;
  }

  .spacer-small.is-mobile-xsmall {
    padding-top: .5rem;
  }

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

  .form_input {
    margin-bottom: .5rem;
  }

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

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

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

  .fs-styleguide_row {
    flex-wrap: wrap;
  }

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

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

  .section_home-hero, .section_projects {
    max-height: 35svh;
  }

  .section_immersive-oradea-project {
    max-height: 33.3svh;
  }

  .horizontal-grid_component {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: row;
    grid-template-rows: 30svh;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .card_image.is-landscape {
    max-height: 30svh;
  }

  .card_image.is-cta {
    min-height: 12.5svh;
    max-height: 15svh;
  }

  .project-card_tag {
    top: 3.5%;
    right: 3%;
  }

  .project-card_tag.is-left {
    top: 3.5%;
    left: 3%;
  }

  .section_romani-project {
    max-height: 35svh;
  }

  .one-column_grid {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    grid-template-columns: .5fr;
    justify-content: center;
    align-items: stretch;
    display: flex;
  }

  .logo_image {
    border-radius: 2rem;
    width: 4rem;
  }

  .logo_grid {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    place-content: center;
    align-items: center;
  }

  .logo_grid.is-event {
    grid-column-gap: .7rem;
  }

  .empty_block {
    width: 0;
  }

  .one-row_grid {
    justify-content: center;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .partner-logo_wrapper {
    justify-content: center;
    align-items: center;
    min-width: 4rem;
    max-width: 8rem;
    display: flex;
  }

  .partner-logo_wrapper.is-alternative {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    max-width: 70rem;
  }

  .partner-logo_image {
    width: 100%;
    overflow: visible;
  }

  .partner-logo_image.is-exception {
    min-width: 70svw;
    max-height: 10rem;
  }

  .layout-grid {
    grid-column-gap: .625rem;
    grid-row-gap: .625rem;
  }

  .heading-style-h2-alternative-romani {
    font-size: 1.75rem;
  }

  .section_landing {
    height: 100svh;
  }

  .heading-style-h1-romani.text-colour-white {
    font-size: 1.5rem;
  }

  .heading-style-subheading-landing {
    font-size: .95rem;
  }

  .section_hero, .section_3d-gallery, .section_details {
    max-height: 35svh;
  }

  .lightbox-link_wrapper {
    max-width: 45svw;
    max-height: 25svw;
  }

  .lightbox-link_wrapper.is-1 {
    max-width: 45svw;
  }

  .lightbox-link_wrapper.is-9 {
    max-width: 45svw;
    max-height: 30svw;
  }

  .lightbox-grid_wrapper {
    grid-template-columns: 1fr 1fr;
  }

  .section_artnouveau-project {
    max-height: 35svh;
  }

  .backround-video_wrapper {
    max-height: 25svh;
  }

  .section_project-details, .section_project-image {
    max-height: 35svh;
  }

  .paragraph {
    font-size: .8rem;
  }

  .card_video-wrapper {
    height: 29svh;
  }

  .section_youtube, .section_project-slideshow {
    max-height: 35svh;
  }
}

#w-node-d1a9f930-e1d4-8a55-4024-55a962636894-cd5c2161, #w-node-d1a9f930-e1d4-8a55-4024-55a962636896-cd5c2161 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-d1a9f930-e1d4-8a55-4024-55a962636898-cd5c2161 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  place-self: center;
}

#w-node-d1a9f930-e1d4-8a55-4024-55a96263689a-cd5c2161, #w-node-d1a9f930-e1d4-8a55-4024-55a96263689c-cd5c2161, #w-node-d1a9f930-e1d4-8a55-4024-55a96263689e-cd5c2161, #w-node-d1a9f930-e1d4-8a55-4024-55a9626368a2-cd5c2161, #w-node-d1a9f930-e1d4-8a55-4024-55a9626368a0-cd5c2161, #w-node-d1a9f930-e1d4-8a55-4024-55a9626368a4-cd5c2161, #w-node-d1a9f930-e1d4-8a55-4024-55a9626368a6-cd5c2161, #w-node-d1a9f930-e1d4-8a55-4024-55a9626368a8-cd5c2161, #w-node-d1a9f930-e1d4-8a55-4024-55a9626368aa-cd5c2161, #w-node-d1a9f930-e1d4-8a55-4024-55a9626368ac-cd5c2161 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-d1a9f930-e1d4-8a55-4024-55a9626368ae-cd5c2161, #w-node-d1a9f930-e1d4-8a55-4024-55a9626368b0-cd5c2161 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  place-self: auto;
}

#w-node-c7cdca96-e1c4-b853-c466-7419828d4749-07800552 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c7cdca96-e1c4-b853-c466-7419828d4768-07800552, #w-node-c7cdca96-e1c4-b853-c466-7419828d476d-07800552, #w-node-c7cdca96-e1c4-b853-c466-7419828d4772-07800552, #w-node-c7cdca96-e1c4-b853-c466-7419828d4777-07800552, #w-node-c7cdca96-e1c4-b853-c466-7419828d477d-07800552, #w-node-c7cdca96-e1c4-b853-c466-7419828d4783-07800552, #w-node-c7cdca96-e1c4-b853-c466-7419828d4789-07800552 {
  justify-self: start;
}

#w-node-c7cdca96-e1c4-b853-c466-7419828d486b-07800552, #w-node-c7cdca96-e1c4-b853-c466-7419828d4873-07800552, #w-node-c7cdca96-e1c4-b853-c466-7419828d488a-07800552, #w-node-c7cdca96-e1c4-b853-c466-7419828d48a3-07800552 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c7cdca96-e1c4-b853-c466-7419828d48a6-07800552 {
  justify-self: start;
}

#w-node-c7cdca96-e1c4-b853-c466-7419828d48a8-07800552 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c7cdca96-e1c4-b853-c466-7419828d48ab-07800552 {
  justify-self: start;
}

#w-node-c7cdca96-e1c4-b853-c466-7419828d48fb-07800552, #w-node-c7cdca96-e1c4-b853-c466-7419828d4905-07800552, #w-node-c7cdca96-e1c4-b853-c466-7419828d4906-07800552 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c7cdca96-e1c4-b853-c466-7419828d4978-07800552, #w-node-c7cdca96-e1c4-b853-c466-7419828d497d-07800552, #w-node-c7cdca96-e1c4-b853-c466-7419828d4982-07800552, #w-node-c7cdca96-e1c4-b853-c466-7419828d4987-07800552, #w-node-c7cdca96-e1c4-b853-c466-7419828d498c-07800552, #w-node-c7cdca96-e1c4-b853-c466-7419828d4991-07800552, #w-node-c7cdca96-e1c4-b853-c466-7419828d499b-07800552, #w-node-c7cdca96-e1c4-b853-c466-7419828d49a0-07800552, #w-node-c7cdca96-e1c4-b853-c466-7419828d49a5-07800552, #w-node-c7cdca96-e1c4-b853-c466-7419828d49aa-07800552, #w-node-c7cdca96-e1c4-b853-c466-7419828d49af-07800552, #w-node-c7cdca96-e1c4-b853-c466-7419828d49b4-07800552, #w-node-c7cdca96-e1c4-b853-c466-7419828d49b9-07800552, #w-node-c7cdca96-e1c4-b853-c466-7419828d49be-07800552, #w-node-c7cdca96-e1c4-b853-c466-7419828d49c3-07800552, #w-node-c7cdca96-e1c4-b853-c466-7419828d49c8-07800552, #w-node-c7cdca96-e1c4-b853-c466-7419828d49cd-07800552 {
  justify-self: start;
}

#w-node-c7cdca96-e1c4-b853-c466-7419828d49d1-07800552 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c7cdca96-e1c4-b853-c466-7419828d49d2-07800552, #w-node-c7cdca96-e1c4-b853-c466-7419828d49d7-07800552, #w-node-c7cdca96-e1c4-b853-c466-7419828d49dc-07800552, #w-node-c7cdca96-e1c4-b853-c466-7419828d49e1-07800552, #w-node-c7cdca96-e1c4-b853-c466-7419828d49f5-07800552, #w-node-c7cdca96-e1c4-b853-c466-7419828d49fa-07800552, #w-node-c7cdca96-e1c4-b853-c466-7419828d49ff-07800552, #w-node-c7cdca96-e1c4-b853-c466-7419828d4a04-07800552, #w-node-c7cdca96-e1c4-b853-c466-7419828d4a09-07800552, #w-node-c7cdca96-e1c4-b853-c466-7419828d4a0e-07800552, #w-node-c7cdca96-e1c4-b853-c466-7419828d4a18-07800552, #w-node-c7cdca96-e1c4-b853-c466-7419828d4a1d-07800552, #w-node-c7cdca96-e1c4-b853-c466-7419828d4a22-07800552, #w-node-c7cdca96-e1c4-b853-c466-7419828d4a27-07800552, #w-node-c7cdca96-e1c4-b853-c466-7419828d4a2c-07800552, #w-node-c7cdca96-e1c4-b853-c466-7419828d4a31-07800552, #w-node-c7cdca96-e1c4-b853-c466-7419828d4a36-07800552, #w-node-c7cdca96-e1c4-b853-c466-7419828d4a3b-07800552, #w-node-c7cdca96-e1c4-b853-c466-7419828d4a40-07800552, #w-node-c7cdca96-e1c4-b853-c466-7419828d4a45-07800552, #w-node-c7cdca96-e1c4-b853-c466-7419828d4a4a-07800552 {
  justify-self: start;
}

#w-node-c7cdca96-e1c4-b853-c466-7419828d4a4e-07800552 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c7cdca96-e1c4-b853-c466-7419828d4a4f-07800552, #w-node-c7cdca96-e1c4-b853-c466-7419828d4a54-07800552, #w-node-c7cdca96-e1c4-b853-c466-7419828d4a59-07800552, #w-node-c7cdca96-e1c4-b853-c466-7419828d4a5e-07800552, #w-node-c7cdca96-e1c4-b853-c466-7419828d4a6f-07800552, #w-node-c7cdca96-e1c4-b853-c466-7419828d4a74-07800552, #w-node-c7cdca96-e1c4-b853-c466-7419828d4a79-07800552, #w-node-c7cdca96-e1c4-b853-c466-7419828d4a7e-07800552, #w-node-c7cdca96-e1c4-b853-c466-7419828d4a83-07800552, #w-node-c7cdca96-e1c4-b853-c466-7419828d4a88-07800552, #w-node-c7cdca96-e1c4-b853-c466-7419828d4a8d-07800552, #w-node-c7cdca96-e1c4-b853-c466-7419828d4a92-07800552, #w-node-c7cdca96-e1c4-b853-c466-7419828d4a97-07800552, #w-node-c7cdca96-e1c4-b853-c466-7419828d4a9c-07800552 {
  justify-self: start;
}

#w-node-c7cdca96-e1c4-b853-c466-7419828d4aa0-07800552 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c7cdca96-e1c4-b853-c466-7419828d4aa1-07800552 {
  justify-self: start;
}

#w-node-c7cdca96-e1c4-b853-c466-7419828d4aa4-07800552, #w-node-c7cdca96-e1c4-b853-c466-7419828d4b25-07800552, #w-node-c7cdca96-e1c4-b853-c466-7419828d4b52-07800552 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c7cdca96-e1c4-b853-c466-7419828d4b90-07800552 {
  justify-self: start;
}

#w-node-fd9922d7-b2dc-1ec4-8fe1-624d05e10bf7-53b45a8a, #w-node-_8d29b0aa-3d7d-5b4e-59f7-6251fedd74d7-15948144, #w-node-_8d29b0aa-3d7d-5b4e-59f7-6251fedd74d9-15948144, #w-node-_8d29b0aa-3d7d-5b4e-59f7-6251fedd74da-15948144, #w-node-_8d29b0aa-3d7d-5b4e-59f7-6251fedd7520-15948144, #w-node-_8d29b0aa-3d7d-5b4e-59f7-6251fedd7521-15948144 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-c36d246b-0b5f-e77d-8a42-4623f3acfc2f-1a1d999b, #w-node-_672938fc-3af1-e861-b09e-faf4977d4d56-1a1d999b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7d7e7231-98a8-bda6-26ca-481005988b5d-1a1d999b {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_704f3049-fea7-bae0-7db0-aaae5550c984-95dee850, #w-node-_704f3049-fea7-bae0-7db0-aaae5550c986-95dee850, #w-node-_704f3049-fea7-bae0-7db0-aaae5550c988-95dee850, #w-node-_704f3049-fea7-bae0-7db0-aaae5550c98a-95dee850, #w-node-_704f3049-fea7-bae0-7db0-aaae5550c98c-95dee850, #w-node-_704f3049-fea7-bae0-7db0-aaae5550c98e-95dee850, #w-node-_704f3049-fea7-bae0-7db0-aaae5550c990-95dee850, #w-node-_704f3049-fea7-bae0-7db0-aaae5550c992-95dee850, #w-node-_704f3049-fea7-bae0-7db0-aaae5550c994-95dee850, #w-node-c7649721-18b1-2144-826f-aebb37ea16b4-95dee850, #w-node-d4d0404c-e7d2-8438-adf1-290ad8d5e29b-95dee850, #w-node-_3406e511-eb8e-78d4-9f6d-35955e2930c9-95dee850, #w-node-_69e0609d-275e-5248-2a83-388ff63ca8aa-95dee850, #w-node-_804c1e5e-c7f2-f620-5faa-bee5d881387d-95dee850, #w-node-_3cdfa926-b64b-763a-0d05-c9d7d51a2818-95dee850, #w-node-_3cdfa926-b64b-763a-0d05-c9d7d51a281a-95dee850, #w-node-_3cdfa926-b64b-763a-0d05-c9d7d51a281c-95dee850, #w-node-_3cdfa926-b64b-763a-0d05-c9d7d51a281e-95dee850, #w-node-_3cdfa926-b64b-763a-0d05-c9d7d51a2820-95dee850, #w-node-_3cdfa926-b64b-763a-0d05-c9d7d51a2822-95dee850, #w-node-_3cdfa926-b64b-763a-0d05-c9d7d51a2824-95dee850, #w-node-_3cdfa926-b64b-763a-0d05-c9d7d51a2826-95dee850, #w-node-_3cdfa926-b64b-763a-0d05-c9d7d51a2828-95dee850, #w-node-_3cdfa926-b64b-763a-0d05-c9d7d51a282a-95dee850, #w-node-_3cdfa926-b64b-763a-0d05-c9d7d51a282c-95dee850, #w-node-_3cdfa926-b64b-763a-0d05-c9d7d51a282e-95dee850, #w-node-_3cdfa926-b64b-763a-0d05-c9d7d51a2830-95dee850, #w-node-_3cdfa926-b64b-763a-0d05-c9d7d51a2832-95dee850, #w-node-_3cdfa926-b64b-763a-0d05-c9d7d51a2834-95dee850, #w-node-_3cdfa926-b64b-763a-0d05-c9d7d51a2836-95dee850, #w-node-_3cdfa926-b64b-763a-0d05-c9d7d51a2838-95dee850, #w-node-_845644b2-9e64-ad7f-c1ee-b974485953dc-95dee850, #w-node-_4bf3a008-1b6c-9f6d-8b3d-f106eb4c23fe-95dee850, #w-node-_83ec6ba3-e7ad-695f-077b-74591b53979d-95dee850, #w-node-_48013d67-0c52-7d02-0765-f5b510f2bd5a-95dee850, #w-node-a44872c3-756d-3ee0-3ffc-f0eb9a0c37a9-95dee850, #w-node-_18ff88be-9ed0-192b-4b23-9f93233a72de-95dee850, #w-node-_2a49110b-583f-abf3-27ef-87e5230c499d-95dee850, #w-node-_2a49110b-583f-abf3-27ef-87e5230c499f-95dee850, #w-node-_2a49110b-583f-abf3-27ef-87e5230c49a1-95dee850, #w-node-_2a49110b-583f-abf3-27ef-87e5230c49a3-95dee850, #w-node-cd7bfdaf-19fb-cdcd-2b89-650004571e3d-95dee850 {
  align-self: auto;
}

#w-node-_2a49110b-583f-abf3-27ef-87e5230c49a5-95dee850 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}


@font-face {
  font-family: 'Branding Sf It';
  src: url('../fonts/Branding-SF-SemiLight-It.woff2') format('woff2'), url('../fonts/Branding-SF-Light-It.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Branding Sf';
  src: url('../fonts/Branding-SF-Thin.woff2') format('woff2');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Branding Sf';
  src: url('../fonts/Branding-SF-SemiLight.woff2') format('woff2'), url('../fonts/Branding-SF-Light.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Branding Sf It';
  src: url('../fonts/Branding-SF-Thin-It.woff2') format('woff2');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Branding Sf';
  src: url('../fonts/Branding-SF-SemiBold.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Branding Sf It';
  src: url('../fonts/Branding-SF-SemiBold-It.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Branding Sf';
  src: url('../fonts/Branding-SF-Medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Branding Sf It';
  src: url('../fonts/Branding-SF-Medium-It.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Branding Sf';
  src: url('../fonts/Branding-SF-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Branding Sf It';
  src: url('../fonts/Branding-SF-Black-It.woff2') format('woff2');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Branding Sf';
  src: url('../fonts/Branding-SF-Black.woff2') format('woff2');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Branding Sf It';
  src: url('../fonts/Branding-SF-Bold-It.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}