@font-face {
  font-family: Ubuntu;
  src: url('../fonts/Ubuntu-Medium.ttf') format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Ubuntu;
  src: url('../fonts/Ubuntu-BoldItalic.ttf') format("truetype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

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

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

@font-face {
  font-family: Ubuntu;
  src: url('../fonts/Ubuntu-Italic.ttf') format("truetype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

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

@font-face {
  font-family: Ubuntu;
  src: url('../fonts/Ubuntu-LightItalic.ttf') format("truetype");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Ubuntu;
  src: url('../fonts/Ubuntu-MediumItalic.ttf') format("truetype");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

:root {
  --grey: #333;
  --beige: #d29669;
  --beige-hover: #b8835c;
  --white: white;
  --s-10: 100px;
  --s-1: 10px;
  --s-0: 0px;
  --s-4: 40px;
  --s-3: 30px;
  --light-grey: #f0f0f0;
  --s-8: 80px;
  --s-2: 20px;
  --white-hover: #f2f2f2;
  --light-grey-hover: #e0e0e0;
  --s-5: 50px;
  --s-6: 60px;
  --s-7: 70px;
  --s-9: 90px;
  --black: black;
  --success: #a1ff9a;
  --error: #ffb9b9;
  --base-radius: 10px;
}

.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: var(--grey);
  font-family: Ubuntu, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1em;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 6rem;
  font-weight: 700;
  line-height: 1.125em;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.125em;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.33rem;
  font-weight: 700;
  line-height: 1.125em;
}

h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.125em;
}

p {
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.5em;
}

a {
  color: var(--beige);
  font-size: 1rem;
  line-height: 1em;
  text-decoration: none;
}

a:hover {
  color: var(--beige-hover);
}

ul {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 17px;
  font-size: 1rem;
  line-height: 1.5em;
}

ol {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 15px;
  font-size: 1rem;
  line-height: 1.5em;
}

img {
  object-fit: cover;
  width: 100%;
  max-width: 100%;
  height: 100%;
  display: block;
}

label {
  margin-bottom: 0;
  font-weight: 700;
  display: block;
}

.main {
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.main.m-b-n15 {
  margin-bottom: -150px;
}

.navbar {
  z-index: 999;
  background-color: var(--white);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 80px;
  display: flex;
  position: fixed;
  top: 0;
}

.footer {
  background-color: var(--grey);
  color: var(--beige);
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-top: 150px;
  font-weight: 700;
  display: flex;
}

.main-content {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.main-content.main-content-footer {
  height: 100%;
}

.main-content.main-content-navbar {
  max-width: 1920px;
  height: 100%;
}

.footer-container {
  grid-column-gap: var(--s-10);
  grid-row-gap: var(--s-10);
  justify-content: flex-start;
  align-items: center;
  height: 80px;
  display: flex;
}

.section {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-top: 150px;
  display: flex;
  position: relative;
}

.section.section-first {
  margin-top: 200px;
}

.section.section-left {
  align-items: flex-start;
}

.section.section-right {
  align-items: flex-end;
}

.section.section-hero {
  margin-top: var(--s-0);
}

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

.section.section-navbar {
  height: 100%;
  margin-top: 0;
}

.section-bg {
  z-index: -1;
  width: 100%;
  height: 100%;
  position: absolute;
}

.section-bg.section-bg-transition {
  position: static;
}

.section-content {
  width: 85%;
  max-width: 1420px;
}

.section-content.section-content-full {
  width: 100%;
}

.section-content.section-content-side {
  width: 92.5%;
}

.section-content.section-content-footer {
  height: 100%;
}

.section-content.section-content-navbar {
  justify-content: flex-end;
  align-items: center;
  max-width: none;
  height: 100%;
  display: flex;
}

.content-row-base {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.content-row-base.content-row-bg {
  padding-top: var(--s-4);
  padding-bottom: var(--s-4);
  background-color: var(--light-grey);
}

.content-row-base.content-row-bg.content-row-right {
  padding-right: var(--s-8);
  align-items: stretch;
  margin-left: 40px;
}

.content-row-base.content-row-bg.content-row-left {
  padding-left: var(--s-8);
  align-items: stretch;
  margin-right: 40px;
}

.content-row-base.content-row-upload {
  grid-column-gap: var(--s-4);
  grid-row-gap: var(--s-4);
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
}

.column-30 {
  width: 30%;
}

.column-50 {
  width: 50%;
}

.column-70 {
  width: 70%;
}

.title-h1 {
  font-size: 6rem;
  font-weight: 700;
  line-height: 1.125em;
  display: block;
}

.title-h2 {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.125em;
}

.title-h3 {
  font-size: 1.33rem;
  font-weight: 700;
  line-height: 1.125em;
}

.title-h4, .title-h5, .title-h6 {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.125em;
}

.title-20 {
  font-size: 1.25em;
  font-weight: 400;
  line-height: 1.25em;
}

.title-72 {
  font-size: 4.5rem;
  font-weight: 700;
  line-height: 1em;
}

.title-72-alt {
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 4.5rem;
  font-weight: 700;
  line-height: 1em;
}

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

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

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

.s-float-left {
  float: left;
}

.s-float-right {
  float: right;
}

.img-wrap-base {
  height: 500px;
  overflow: hidden;
}

.img-wrap-base.img-wrap-link-icon {
  width: 25px;
  height: 25px;
}

.img-wrap-base.img-wrap-dropdown-icon {
  width: 30px;
  height: 30px;
  transition: transform .3s;
  position: absolute;
  right: 20px;
}

.img-wrap-base.img-wrap-dropdown-icon.dropdown-icon-open {
  transform: rotate(180deg);
}

.img-wrap-base.img-wrap-dropzone-thumbnail {
  width: 100px;
  min-width: 100px;
  height: 100px;
}

.img-wrap-base.img-wrap-hero {
  height: 100%;
}

.img-wrap-base.img-wrap-transition {
  width: 100%;
  height: 800px;
}

.img-wrap-base.img-wrap-icon-70 {
  height: 70px;
  min-height: 70px;
  width: 70px;
  min-width: 70px;
  position: absolute;
  top: -15px;
}

.img-wrap-base.img-wrap-icon-70-150 {
  height: 70px;
  min-height: 70px;
  width: 150px;
  min-width: 150px;
  position: absolute;
  top: -15px;
}

.img-wrap-base.img-wrap-content-row-left {
  height: 100%;
  margin-left: -40px;
}

.img-wrap-base.img-wrap-content-row-right {
  height: 100%;
  margin-right: -40px;
}

.img-wrap-base.img-wrap-history {
  width: 100%;
}

.img-wrap-base.img-wrap-icon-s {
  width: 40px;
  height: 40px;
}

.img-wrap-base.img-wrap-icon {
  width: 100px;
  height: 100px;
}

.error-container {
  height: 80vh;
}

.text-container-base {
  grid-column-gap: var(--s-3);
  grid-row-gap: var(--s-3);
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.text-container-base.text-container-dropdown {
  overflow: hidden;
}

.text-container-base.text-container-center {
  text-align: center;
  justify-content: flex-start;
  align-items: center;
}

.text-container-base.text-container-hero {
  width: 580px;
  margin-bottom: 100px;
}

.text-container-base.text-container-content-row {
  margin-top: var(--s-4);
  margin-bottom: var(--s-4);
}

.text-container-base.text-container-upload-intro {
  width: 100%;
}

.text-container-base.text-container-error {
  margin-top: var(--s-10);
  margin-bottom: var(--s-10);
}

.text-container-base.text-container-form-dropzone {
  margin: var(--s-4);
  grid-column-gap: var(--s-1);
  grid-row-gap: var(--s-1);
  pointer-events: none;
  text-align: center;
  justify-content: flex-start;
  align-items: center;
}

.headline-wrap-base {
  grid-column-gap: var(--s-3);
  grid-row-gap: var(--s-3);
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.headline-wrap-base.headline-wrap-max-w-600 {
  max-width: 600px;
}

.headline-wrap-base.headline-wrap-center {
  text-align: center;
  justify-content: flex-start;
  align-items: center;
}

.text-wrap-base {
  grid-column-gap: var(--s-3);
  grid-row-gap: var(--s-3);
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.text-wrap-base.text-wrap-dropdown {
  margin: 20px;
}

.text-wrap-base.text-wrap-dropzone-item {
  grid-column-gap: var(--s-1);
  grid-row-gap: var(--s-1);
}

.text-wrap-base.text-wrap-max-w-450 {
  max-width: 650px;
}

.button-wrap-base {
  grid-column-gap: var(--s-3);
  grid-row-gap: var(--s-3);
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.button-wrap-base.button-wrap-align-end {
  justify-content: flex-end;
  width: 100%;
}

.button-wrap-base.button-wrap-align-center {
  justify-content: center;
  width: 100%;
}

.button-wrap-base.button-wrap-align-sb {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
}

.button-wrap-base.button-wrap-stack {
  grid-column-gap: var(--s-1);
  grid-row-gap: var(--s-1);
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
}

.button {
  border: 2px solid var(--beige);
  background-color: var(--white);
  color: var(--beige);
  text-align: center;
  letter-spacing: .5px;
  text-transform: none;
  white-space: nowrap;
  border-radius: 10px;
  min-width: 180px;
  padding: 15px 30px;
  font-size: 1rem;
  font-weight: 500;
  transition: background-color .3s;
}

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

.button.button-alt {
  background-color: var(--beige);
  color: var(--white);
  border-style: none;
  flex: none;
}

.button.button-alt:hover {
  background-color: var(--beige-hover);
}

.button.button-alt.button-round {
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 40px;
  min-width: 0;
  height: 40px;
  padding: 0;
  display: flex;
}

.button.button-alt.button-round.button-back {
  position: absolute;
  top: 0;
  left: -50px;
}

.button.button-alt.button-round.button-back-to-top {
  z-index: 99999;
  position: fixed;
  bottom: 60px;
  right: 3.75%;
}

.button.button-xl {
  grid-column-gap: var(--s-2);
  grid-row-gap: var(--s-2);
  background-color: var(--light-grey);
  text-transform: none;
  white-space: normal;
  border-style: none;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 350px;
  display: flex;
}

.button.button-xl:hover {
  background-color: var(--light-grey-hover);
}

.link-button {
  grid-column-gap: var(--s-1);
  grid-row-gap: var(--s-1);
  border-bottom: 1px solid #000;
  padding-bottom: 5px;
  font-size: 1.25rem;
  line-height: 1.75em;
  display: flex;
}

.link-social {
  font-size: 1.5rem;
  font-weight: 400;
  transition: color .2s;
}

.link-social:hover {
  color: #cccabd;
}

.breadcrumb {
  grid-column-gap: var(--s-4);
  grid-row-gap: var(--s-4);
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.fa-icon {
  -webkit-text-stroke-width: 0px;
}

.fa-icon.fa-icon-breadcrumb {
  font-size: 1rem;
}

.m-t-0 {
  margin-top: var(--s-0);
}

.m-t-1 {
  margin-top: var(--s-1);
}

.m-t-2 {
  margin-top: var(--s-2);
}

.m-t-3 {
  margin-top: var(--s-3);
}

.m-t-4 {
  margin-top: var(--s-4);
}

.m-t-5 {
  margin-top: var(--s-5);
}

.m-t-6 {
  margin-top: var(--s-6);
}

.m-t-7 {
  margin-top: var(--s-7);
}

.m-t-8 {
  margin-top: var(--s-8);
}

.m-t-9 {
  margin-top: var(--s-9);
}

.m-t-10 {
  margin-top: var(--s-10);
}

.m-r-0 {
  margin-right: var(--s-0);
}

.m-r-1 {
  margin-right: var(--s-1);
}

.m-r-2 {
  margin-right: var(--s-2);
}

.m-r-3 {
  margin-right: var(--s-3);
}

.m-r-4 {
  margin-right: var(--s-4);
}

.m-r-5 {
  margin-right: var(--s-5);
}

.m-r-6 {
  margin-right: var(--s-6);
}

.m-r-7 {
  margin-right: var(--s-7);
}

.m-r-8 {
  margin-right: var(--s-8);
}

.m-r-9 {
  margin-right: var(--s-9);
}

.m-r-10 {
  margin-right: var(--s-10);
}

.m-b-0 {
  margin-bottom: var(--s-0);
}

.m-b-1 {
  margin-bottom: var(--s-1);
}

.m-b-2 {
  margin-bottom: var(--s-2);
}

.m-b-3 {
  margin-bottom: var(--s-3);
}

.m-b-4 {
  margin-bottom: var(--s-4);
}

.m-b-5 {
  margin-bottom: var(--s-5);
}

.m-b-6 {
  margin-bottom: var(--s-6);
}

.m-b-7 {
  margin-bottom: var(--s-7);
}

.m-b-8 {
  margin-bottom: var(--s-8);
}

.m-b-9 {
  margin-bottom: var(--s-9);
}

.m-b-10 {
  margin-bottom: var(--s-10);
}

.m-l-0 {
  margin-left: var(--s-0);
}

.m-l-1 {
  margin-left: var(--s-1);
}

.m-l-2 {
  margin-left: var(--s-2);
}

.m-l-3 {
  margin-left: var(--s-3);
}

.m-l-4 {
  margin-left: var(--s-4);
}

.m-l-5 {
  margin-left: var(--s-5);
}

.m-l-6 {
  margin-left: var(--s-6);
}

.m-l-7 {
  margin-left: var(--s-7);
}

.m-l-8 {
  margin-left: var(--s-8);
}

.m-l-9 {
  margin-left: var(--s-9);
}

.m-l-10 {
  margin-left: var(--s-10);
}

.copy {
  display: none;
}

.example-container {
  grid-column-gap: var(--s-4);
  grid-row-gap: var(--s-4);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 100vh;
  display: flex;
}

.example-anchor {
  height: 500vh;
  position: relative;
}

.nav-waypoint {
  background-color: #000;
  width: 75px;
  height: 75px;
  position: absolute;
  bottom: 0;
}

.navbar-bg-block {
  opacity: .5;
  background-color: #999;
  width: 100%;
  height: 100vh;
  transition: opacity .2s;
  display: block;
  position: absolute;
  inset: 0% auto auto 0%;
}

.navbar-logo-wrap {
  z-index: 99;
  background-color: var(--white);
  border-radius: 10px;
  width: 90px;
  height: auto;
  margin-top: 20px;
  padding: 10px;
  position: absolute;
  top: 0;
  left: 50%;
  overflow: hidden;
  transform: translate(-50%);
}

.navbar-img-logo {
  object-fit: contain;
}

.navbar-link-wrap {
  z-index: 99;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
  position: relative;
}

.navbar-link-wrap.navbar-link-menu {
  grid-column-gap: 10px;
  transition: transform .4s;
  transform: translate(0);
}

.navbar-link-wrap.navbar-link-menu {
  grid-column-gap: 40px;
  grid-column-gap: 10px;
  width: 100%;
  transition: transform .4s;
  transform: translate(0);
}

.navbar-link-wrap.navbar-link-menu.navbar-link-menu-open {
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 400px;
  height: 100vh;
  padding-top: 100px;
  padding-left: 5%;
  padding-right: 5%;
  position: absolute;
  top: 0;
  left: -400px;
  transform: translate(100%);
}

.navbar-link {
  color: #000;
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  min-height: 40px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.navbar-link.navbar-link-active {
  font-weight: 700;
}

.navbar-link-text-wrap {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
  position: relative;
}

.navbar-link-line-wrap {
  width: 100%;
  height: 3px;
  position: absolute;
  bottom: 0;
  overflow: hidden;
}

.navbar-link-line {
  background-color: #000;
  width: 100%;
  height: 3px;
  transition: transform .25s;
  transform: translate(0, 5px);
}

.navbar-link-submenu {
  grid-row-gap: 20px;
  background-color: #d8d8d8;
  border: 1px solid #000;
  flex-direction: column;
  width: 400px;
  max-height: 1000px;
  padding: 40px;
  font-weight: 400;
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  overflow: hidden;
}

.navbar-link-submenu.navbar-link-submenu-open {
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.navbar-burger {
  z-index: 99;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 35px;
  display: none;
  position: relative;
}

.navbar-burger-line {
  background-color: var(--beige);
  width: 100%;
  height: 3px;
  transition: opacity .2s;
  position: relative;
}

.navbar-burger-line.navbar-burger-line-cross {
  position: absolute;
  top: 0;
}

.navbar-burger-line.navbar-burger-line-mid {
  margin-top: 5px;
  margin-bottom: 5px;
}

.form-container-base {
  margin-bottom: 0;
  scroll-margin-top: 200px;
}

.form-container-base.form-container-upload {
  width: 100%;
}

.form-container-base.form-container-recover {
  width: 100%;
  max-width: 750px;
}

.form-step-idicators-container {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  width: 100%;
  margin-bottom: 40px;
  display: flex;
}

.form-step-indicator {
  background-color: #d8d8d8;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  display: flex;
}

.form-step-indicator.form-step-indicator-active {
  background-color: #999;
}

.form-base {
  grid-column-gap: var(--s-1);
  grid-row-gap: var(--s-1);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.form-base.form-register {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.form-base.form-profile {
  grid-template-rows: auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  place-items: start;
}

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

.form-base.form-recover {
  grid-template-columns: 1fr;
}

.form-step {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border: 1px solid #000;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 20px;
  display: grid;
}

.form-element {
  flex-flow: column;
  width: 100%;
  display: flex;
}

.form-label {
  pointer-events: none;
  color: var(--beige);
  margin-bottom: 5px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5em;
  transition: transform .3s;
}

.form-label.anim-form-label-in {
  transform: translate(10px, 40px);
}

.form-label.form-label-alt {
  color: var(--black);
}

.form-label.form-label-alt.anim-form-label-in {
  transform: translate(10px, 43px);
}

.form-field {
  border-style: none none solid;
  border-width: 1px;
  border-color: black black var(--beige);
  color: var(--grey);
  margin-bottom: 0;
}

.form-field.form-field-double-range {
  width: 100px;
}

.form-field.form-field-alt {
  background-color: var(--light-grey);
  border-style: none;
  border-color: #000;
  border-radius: 10px;
  height: 50px;
}

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

.form-checkbox {
  border-color: #230800;
  width: 15px;
  height: 15px;
}

.form-checkbox.w--redirected-checked {
  background-color: var(--beige);
  border-color: #230800;
}

.form-checkbox-label {
  font-size: 1rem;
  line-height: 1.5em;
}

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

.form-radio {
  margin-top: 7px;
}

.form-radio.w--redirected-checked {
  border: 4px solid var(--beige);
}

.form-radio.w--redirected-focus {
  box-shadow: 0 0 5px 0 var(--beige);
}

.form-radio-label {
  font-size: 1rem;
  line-height: 1.5em;
}

.form-checkbox-box-group {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  display: flex;
}

.form-checkbox-box-field {
  justify-content: center;
  align-items: center;
  height: 50px;
  margin-bottom: 0;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
  position: relative;
}

.form-checkbox-box-label {
  font-size: 1rem;
  line-height: 1.5em;
  position: absolute;
}

.form-checkbox-box {
  border: 1px solid var(--black);
  border-radius: 5px;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
  position: absolute;
  left: 0;
}

.form-radio-box-group {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  display: flex;
}

.form-radio-box-field {
  justify-content: center;
  align-items: center;
  height: 50px;
  margin-bottom: 0;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
  position: relative;
}

.form-radio-box {
  border: 1px solid #000;
  border-radius: 5px;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
  position: absolute;
}

.form-radio-box-label {
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5em;
  position: absolute;
}

.form-select {
  color: var(--black);
  margin-top: 10px;
  margin-bottom: 0;
}

.form-message {
  border-style: none none solid;
  border-width: 1px;
  border-color: black black var(--beige);
  color: var(--black);
  width: 100%;
  min-width: 100%;
  max-width: 782px;
  min-height: 80px;
  max-height: 250px;
  margin-bottom: 0;
}

.form-message.form-message-alt {
  background-color: var(--light-grey);
  border-style: none;
  border-color: #000;
  border-radius: 10px;
  height: 100%;
}

.form-dropzone-container {
  padding: var(--s-2);
  grid-column-gap: var(--s-2);
  grid-row-gap: var(--s-2);
  background-color: var(--light-grey);
  border: 1px #000;
  border-radius: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  margin-top: 30px;
  display: flex;
  position: relative;
}

.form-dropzone {
  grid-column-gap: var(--s-2);
  grid-row-gap: var(--s-2);
  border: 2px solid var(--white);
  color: var(--beige);
  cursor: pointer;
  border-radius: 10px;
  flex-flow: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  min-height: 150px;
  font-weight: 400;
  display: flex;
  position: relative;
}

.form-dropzone-files-container {
  grid-column-gap: var(--s-1);
  grid-row-gap: var(--s-1);
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: auto;
  min-height: 400px;
  max-height: 220px;
  display: flex;
  overflow: auto;
}

.form-dropzone-file-item {
  grid-column-gap: var(--s-1);
  grid-row-gap: var(--s-1);
  width: 100%;
  display: flex;
}

.form-dropzone-drag-over {
  border: 4px solid var(--success);
  border-radius: 10px;
}

.form-dropzone-drag-error {
  border: 4px solid var(--error);
  border-radius: 10px;
}

.form-double-range {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 500px;
  display: flex;
}

.form-double-range-elements-wrap {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 18px;
  margin-top: 10px;
  display: flex;
  position: relative;
}

.form-double-range-elements {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.form-double-range-display {
  width: 100%;
  margin-top: 5px;
}

.form-input-error {
  color: red;
  margin-top: 5px;
}

.form-input-error-msg {
  margin-top: 5px;
}

.form-success {
  background-color: #ddd0;
}

.slider {
  border: 1px solid #d8d8d8;
  width: 500px;
  height: 350px;
  padding: 20px;
  position: relative;
  overflow: hidden;
}

.slider-slides-wrap-horizontal {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  height: 100%;
  transition: transform .3s;
  display: flex;
  overflow: visible;
}

.slider-slides-wrap-horizontal.slider-animation-disabled {
  transition: none;
}

.slider-slides-wrap-vertical {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 100%;
  transition: transform .3s;
  display: flex;
  overflow: visible;
}

.slider-slides-wrap-vertical.slider-animation-disabled {
  transition: none;
}

.slider-slide {
  -webkit-user-select: none;
  user-select: none;
  background-color: #d8d8d8;
  border: 1px solid #000;
  width: 100%;
  min-width: 100%;
  height: 100%;
  min-height: 100%;
}

.slider-slide.slider-slide-active {
  background-color: #999;
}

.slider-nav {
  width: 500px;
}

.slider-nav-element {
  border: 1px solid #d8d8d8;
  max-height: 182px;
  margin-bottom: 20px;
}

.slider-nav-title {
  text-transform: none;
  margin-top: 20px;
  margin-left: 20px;
  margin-right: 20px;
  font-weight: 700;
}

.slider-thumbnail-container {
  width: 100%;
  max-height: 140px;
  padding: 20px;
  overflow: hidden;
}

.slider-thumbnails-wrap-vertical {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  transition: transform .3s;
  display: flex;
}

.slider-thumbnails-container-horizontal {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  transition: transform .3s;
  display: flex;
}

.slider-thumbnail {
  cursor: pointer;
  background-color: #d8d8d8;
  width: 20px;
  min-width: 100px;
  height: 100px;
}

.slider-thumbnail.slider-thumbnail-active {
  background-color: #999;
}

.slider-navdot-container {
  grid-column-gap: 20px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 20px;
  display: flex;
}

.slider-navdot {
  cursor: pointer;
  background-color: #d8d8d8;
  border-radius: 20px;
  width: 20px;
  min-width: 20px;
  height: 20px;
}

.slider-navdot.slider-navdot-active {
  background-color: #999;
}

.slider-button-container {
  grid-column-gap: 20px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 20px;
  display: flex;
}

.slider-button {
  color: #000;
  background-color: #d8d8d8;
  padding: 20px;
}

.slider-button.slider-button-disabled {
  opacity: .5;
}

.slider-progressbar-container {
  grid-column-gap: 20px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 20px;
  display: flex;
}

.slider-progressbar-fill {
  background-color: #d8d8d8;
  width: 0;
  height: 20px;
}

.slider-extra-scrollbar-container {
  width: 200px;
  height: 20px;
  overflow: scroll;
}

.dropdown-container {
  grid-column-gap: var(--s-1);
  grid-row-gap: var(--s-1);
  flex-flow: column;
  display: flex;
}

.dropdown {
  width: 100%;
  max-width: 1000px;
}

.dropdown-headline {
  cursor: pointer;
  border-bottom: 1px solid #bcbcbc;
  justify-content: space-between;
  align-items: center;
  min-height: 50px;
  padding: 10px 60px 10px 20px;
  display: flex;
  position: relative;
}

.dropdown-content {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: 0fr;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  transition-property: all;
  transition-duration: .3s;
  transition-timing-function: ease;
  display: grid;
  overflow: hidden;
}

.gdpr-container {
  grid-column-gap: var(--s-4);
  grid-row-gap: var(--s-4);
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.gdpr-menu {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-direction: column;
  align-items: flex-start;
  width: 350px;
  display: flex;
}

.gdpr-nav-link {
  font-size: 1em;
  font-weight: 700;
  line-height: 1.35em;
  text-decoration: none;
  display: inline-block;
}

.gdpr-nav-submenu {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  border-left: 1px solid #ccc;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-left: 15px;
  display: flex;
}

.gdpr-content {
  width: 700px;
}

.loading-screen {
  z-index: 999999999;
  background-color: #ffffffa6;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  inset: 0%;
}

.loading-circle {
  border-style: solid;
  border-width: 7px;
  border-color: var(--light-grey) var(--beige) var(--light-grey) var(--light-grey);
  border-radius: 50%;
  width: 80px;
  height: 80px;
}

.hidden {
  display: none;
}

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

.hero-container {
  justify-content: flex-start;
  align-items: flex-end;
  height: 90vh;
  max-height: 900px;
  display: flex;
}

.column-40 {
  width: 40%;
}

.column-60 {
  width: 60%;
}

.grid-service-container {
  grid-column-gap: var(--s-4);
  grid-row-gap: var(--s-6);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.card-service {
  padding: var(--s-8) var(--s-3) var(--s-6);
  background-color: var(--light-grey);
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.s-beige {
  color: var(--beige);
}

.text-14 {
  font-size: .77rem;
}

.maps-container {
  position: relative;
}

.cookie-placeholder {
  border: 1px solid var(--beige);
  text-align: center;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  padding: 40px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.fs-cc-banner_button {
  border: 2px solid var(--beige);
  background-color: var(--beige);
  color: #fff;
  text-align: center;
  border-radius: 10px;
  min-width: 140px;
  margin-left: 16px;
  padding: 10px 20px;
  font-size: 16px;
  font-weight: 700;
}

.fs-cc-banner_button:hover {
  border-color: var(--beige-hover);
  background-color: var(--beige-hover);
  color: var(--white);
}

.fs-cc-banner_button.fs-cc-button-alt {
  border-color: var(--beige);
  background-color: var(--white);
  color: var(--beige);
  border-radius: 10px;
  font-weight: 700;
}

.fs-cc-banner_button.fs-cc-button-alt:hover {
  background-color: var(--white-hover);
}

.fs-cc-prefs_toggle {
  background-color: #fff;
  border-radius: 999px;
  width: 20px;
  height: 20px;
}

.fs-cc-prefs_component {
  z-index: 997;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  padding: 32px;
  display: none;
  position: fixed;
  inset: 0%;
}

.fs-cc-prefs_form {
  background-color: #fff;
  border-radius: 12px;
  width: 100%;
  max-width: 576px;
  height: 100%;
  max-height: 70vh;
  margin-bottom: 0;
  position: relative;
}

.fs-cc-prefs_checkbox {
  z-index: 1;
  opacity: 0;
  cursor: pointer;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
  position: absolute;
  inset: 0%;
}

.fs-cc-prefs_checkbox-field {
  background-color: #ccc;
  border-radius: 999px;
  width: 44px;
  height: 24px;
  margin-bottom: 0;
  padding: 2px;
  display: flex;
  position: relative;
}

.fs-cc-manager_trigger {
  display: none;
}

.fs-cc-prefs_button {
  border: 2px solid var(--beige);
  background-color: var(--beige);
  border-radius: 10px;
  margin-right: 8px;
  padding: 10px 20px;
  font-size: 15px;
  font-weight: 700;
}

.fs-cc-prefs_button:hover {
  border-color: var(--beige-hover);
  background-color: var(--beige-hover);
  color: var(--white);
}

.fs-cc-prefs_button.fs-cc-button-alt {
  border-color: var(--beige);
  color: var(--beige);
  background-color: #fff;
}

.fs-cc-prefs_button.fs-cc-button-alt:hover {
  background-color: var(--white-hover);
}

.fs-cc-banner_text-link {
  color: var(--beige);
  border-bottom: 2px #4353ff;
  font-weight: 400;
  text-decoration: none;
}

.fs-cc-banner_text {
  color: var(--grey);
  margin-right: 24px;
  line-height: 1.4em;
}

.fs-cc-prefs_space-medium {
  margin-bottom: 40px;
}

.fs-cc-banner_container {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  align-items: center;
  width: 100%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.fs-cc-prefs_content {
  height: 100%;
  padding: 40px 32px;
  overflow: scroll;
}

.fs-cc-prefs_option {
  border-bottom: 1px solid #33333326;
  padding-top: 16px;
  padding-bottom: 16px;
}

.fs-cc-prefs_overlay {
  z-index: -1;
  background-color: #03052499;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.fs-cc-prefs_title {
  color: var(--beige);
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2em;
}

.fs-cc-prefs_close-icon {
  color: var(--beige);
  width: 16px;
  height: 16px;
}

.fs-cc-banner_buttons-wrapper {
  flex: none;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  align-items: center;
  display: flex;
}

.fs-cc-banner_trigger {
  display: none;
}

.fs-cc-prefs_label {
  color: var(--beige);
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 32px;
  font-size: 16px;
  font-weight: 700;
}

.fs-cc-prefs_close {
  z-index: 1;
  color: #333;
  cursor: pointer;
  background-color: #f5f6ff;
  border-radius: 100%;
  padding: 10px;
  font-size: 20px;
  text-decoration: none;
  position: absolute;
  inset: -12px -12px auto auto;
  box-shadow: -1px 1px 12px #3333331a;
}

.fs-cc-prefs_toggle-wrapper {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 8px;
  display: flex;
}

.fs-cc-prefs_submit-hide {
  display: none;
}

.fs-cc-prefs_space-small {
  margin-bottom: 12px;
}

.fs-cc-banner_component {
  z-index: 998;
  background-color: var(--light-grey);
  border-top: 1px solid #4353ff29;
  padding: 24px 32px;
  display: none;
  position: fixed;
  inset: auto 0% 0%;
}

.fs-cc-prefs_text {
  color: var(--grey);
  font-size: 12px;
}

.fs-cc-prefs_trigger {
  display: none;
}

.fs-cc-prefs_buttons-wrapper {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  margin-top: 32px;
  margin-right: -8px;
  display: flex;
}

.fs-cc-prefs_checkbox-label {
  display: none;
}

.img-transition {
  object-position: 50% 90%;
}

.s-hero-xl {
  padding: var(--s-2);
  color: var(--beige);
  vertical-align: baseline;
  background-color: #fffc;
  margin-bottom: 40px;
  line-height: 1em;
  display: inline-block;
}

.s-hero {
  color: var(--beige);
  background-color: #fffc;
  margin-bottom: 0;
  padding: 10px 15px;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1em;
  display: inline-block;
}

.h1-hero {
  line-height: 0;
}

.history-container {
  background-color: var(--light-grey);
}

.timeline-container {
  padding: var(--s-6) var(--s-4);
  grid-column-gap: var(--s-4);
  grid-row-gap: var(--s-4);
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.timeline-element {
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
  position: relative;
}

.timeline-year {
  border: 2px solid var(--beige);
  background-color: var(--light-grey);
  color: var(--beige);
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 130px;
  min-width: 130px;
  margin-right: 10%;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 1.5rem;
  font-weight: 700;
  display: flex;
}

.timeline-line {
  background-color: var(--beige);
  width: 2px;
  position: absolute;
  top: 25px;
  bottom: 25px;
  left: 65px;
}

.timeline-wrap {
  grid-column-gap: var(--s-4);
  grid-row-gap: var(--s-4);
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1050px;
  display: flex;
  position: relative;
}

.upload-container {
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  padding-top: 200px;
  padding-bottom: 200px;
  display: flex;
}

.upload-wrap {
  padding: var(--s-4);
  grid-column-gap: var(--s-4);
  grid-row-gap: var(--s-4);
  background-color: var(--white);
  border-radius: 10px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  min-height: 500px;
  display: flex;
  position: relative;
}

.img-icon {
  object-fit: contain;
}

.img-arrow-back {
  transform: rotate(-90deg);
}

.form-radio-group {
  grid-column-gap: var(--s-2);
  grid-row-gap: var(--s-2);
  display: flex;
}

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

  h2 {
    font-size: 2rem;
  }

  .section-content {
    width: 90%;
  }

  .content-row-base {
    grid-column-gap: var(--s-4);
    grid-row-gap: var(--s-4);
  }

  .content-row-base.content-row-bg.content-row-right {
    padding-right: var(--s-4);
  }

  .content-row-base.content-row-bg.content-row-left {
    padding-left: var(--s-4);
  }

  .content-row-base.content-row-upload {
    flex-flow: column;
  }

  .title-h1 {
    font-size: 5rem;
  }

  .title-h2 {
    font-size: 2rem;
  }

  .button-wrap-base.button-wrap-align-end.button-wrap-navbar {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .button.button-alt.button-round.button-back {
    top: -50px;
    left: 0;
  }

  .navbar-link-wrap.navbar-link-menu {
    grid-row-gap: 20px;
    background-color: var(--white);
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 400px;
    height: 100vh;
    padding-top: 100px;
    padding-left: 5%;
    padding-right: 5%;
    display: flex;
    position: absolute;
    top: 0;
    left: -400px;
  }

  .navbar-link {
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    height: auto;
  }

  .navbar-link-text-wrap {
    height: 40px;
  }

  .navbar-link-submenu {
    width: 100%;
    position: static;
  }

  .navbar-burger {
    cursor: pointer;
    display: flex;
  }

  .form-base.form-register {
    grid-template-columns: 1fr 1fr;
  }

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

  .form-base.form-upload {
    grid-template-rows: auto auto auto auto auto auto;
    grid-template-columns: 50% 50%;
  }

  .form-element.form-element-empty {
    display: none;
  }

  .gdpr-container {
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    width: 90%;
  }

  .gdpr-menu {
    width: 100%;
    padding-bottom: 35px;
    padding-right: 0;
  }

  .gdpr-content {
    border-top: 1px solid #ccc;
    border-left-style: none;
    width: 100%;
    padding-top: 35px;
    padding-left: 0;
  }

  .grid-service-container {
    grid-template-columns: 1fr 1fr;
  }

  .img-1 {
    object-position: 35% 50%;
  }
}

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

  .footer-container {
    grid-column-gap: var(--s-1);
    grid-row-gap: var(--s-1);
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .content-row-base {
    flex-flow: column;
  }

  .content-row-base.content-row-bg.content-row-right {
    padding-top: var(--s-0);
    padding-right: var(--s-0);
    padding-bottom: var(--s-0);
    margin-left: 0;
  }

  .content-row-base.content-row-bg.content-row-left {
    padding: var(--s-0);
    flex-flow: column;
    margin-right: 0;
  }

  .column-50 {
    width: 100%;
  }

  .title-h1 {
    font-size: 4rem;
  }

  .img-wrap-base.img-wrap-transition {
    height: 500px;
  }

  .img-wrap-base.img-wrap-content-row-left {
    width: 100%;
    height: 350px;
    margin-left: 0;
  }

  .img-wrap-base.img-wrap-content-row-right {
    width: 100%;
    height: 350px;
    margin-right: 0;
  }

  .text-container-base.text-container-content-row {
    margin-top: var(--s-0);
    margin-right: var(--s-4);
    margin-left: var(--s-4);
  }

  .form-base.form-register, .form-base.form-profile {
    grid-template-columns: 1fr;
  }

  .form-base.form-upload {
    grid-template-columns: 100%;
  }

  .form-base.form-recover {
    grid-template-columns: 1fr;
  }

  .form-dropzone-container {
    min-height: 450px;
  }

  .column-40 {
    order: -1;
    width: 100%;
  }

  .column-60 {
    width: 100%;
  }

  .grid-service-container {
    grid-template-columns: 1fr;
  }

  .fs-cc-banner_button {
    margin-left: 0;
    margin-right: 8px;
  }

  .fs-cc-banner_text-link {
    margin-right: 8px;
  }

  .fs-cc-banner_container {
    flex-direction: column;
    align-items: flex-start;
  }

  .fs-cc-prefs_title {
    font-size: 20px;
  }

  .fs-cc-banner_buttons-wrapper {
    margin-top: 12px;
  }

  .timeline-year {
    width: 100px;
    min-width: 100px;
  }

  .timeline-line {
    left: 50px;
  }
}

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

  h2 {
    font-size: 1.5rem;
  }

  .content-row-base, .content-row-base.content-row-upload {
    grid-column-gap: var(--s-3);
    grid-row-gap: var(--s-3);
  }

  .title-h1 {
    font-size: 2.5rem;
  }

  .title-h2 {
    font-size: 1.5rem;
  }

  .text-container-base.text-container-content-row {
    margin-right: var(--s-3);
    margin-bottom: var(--s-3);
    margin-left: var(--s-3);
  }

  .text-container-base.text-container-timeline {
    margin-left: 25px;
  }

  .button-wrap-base.button-wrap-align-sb {
    grid-column-gap: var(--s-2);
    grid-row-gap: var(--s-2);
    flex-flow: column;
  }

  .button {
    min-width: 150px;
  }

  .copy {
    display: none;
  }

  .navbar-logo-wrap {
    width: 80px;
    margin-top: 10px;
  }

  .fs-cc-banner_button {
    width: 100%;
    margin-bottom: 10px;
  }

  .fs-cc-prefs_component {
    padding: 24px;
  }

  .fs-cc-prefs_button {
    margin-bottom: 8px;
  }

  .fs-cc-banner_text {
    margin-right: 0;
  }

  .fs-cc-prefs_content {
    padding: 24px;
  }

  .fs-cc-banner_buttons-wrapper {
    text-align: center;
    flex-direction: column-reverse;
    align-items: center;
    width: 100%;
  }

  .s-hero-xl {
    font-size: 2.5rem;
  }

  .s-hero {
    font-size: 1.85rem;
  }

  .timeline-container {
    padding-right: var(--s-3);
    padding-left: var(--s-3);
  }

  .timeline-element {
    grid-column-gap: var(--s-1);
    grid-row-gap: var(--s-1);
    flex-flow: column;
  }

  .timeline-line {
    bottom: 80px;
    left: 10px;
  }

  .upload-wrap {
    padding: var(--s-3);
  }
}

#w-node-_83c201ae-8966-afc6-326a-3ecb35e1adb6-84823a2f, #w-node-_8e53c8e5-0385-bb0b-02b4-49f885852d7c-84823a2f, #w-node-_6fd64ce5-7813-b076-1a2c-6d0844437e37-84823a2f, #w-node-e9571848-242c-a2f0-d63f-1d2c443aaf3d-84823a2f {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-c46ad954-3f17-1d67-30ef-e495cc70d4e9-84823a2f {
  grid-area: 3 / 1 / 4 / 3;
}

#w-node-_8aa0a85a-d298-012a-8b2f-3bc806c36047-84823a2f {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-aa0f7c26-067d-b2fc-3345-8923d2bbec4d-84823a2f {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: end;
}

#w-node-_41636003-f2db-5c66-f728-b9d7e726e5a1-84823a2f {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_10993240-e92c-4a92-bb11-a07f4afe95cf-2674393c, #w-node-_10993240-e92c-4a92-bb11-a07f4afe95d6-2674393c, #w-node-_10993240-e92c-4a92-bb11-a07f4afe95dd-2674393c {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_10993240-e92c-4a92-bb11-a07f4afe95eb-2674393c {
  grid-area: 3 / 3 / 4 / 5;
}

#w-node-_10993240-e92c-4a92-bb11-a07f4afe95e4-2674393c {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_10993240-e92c-4a92-bb11-a07f4afe9600-2674393c {
  grid-area: span 2 / span 2 / span 2 / span 2;
  align-self: stretch;
}

#w-node-_10993240-e92c-4a92-bb11-a07f4afe961a-2674393c {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_6ba171f7-f1d9-6519-cd59-bbc2720f1728-2c132521 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_574747ef-b86b-60b6-0e68-23ad7886fffa-2c132521, #w-node-_5bbffa99-0d45-4728-f78a-1e54afb6adab-2c132521 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3a859b61-bc68-533d-5c51-4aab050daa43-2c132521, #w-node-b5a6e291-ce61-070a-47bf-4842260b70aa-2c132521, #w-node-_0f2ed33f-92e5-bace-a3a9-f751082a77e5-2c132521, #w-node-f0ecbef9-5a41-54e9-30d3-d22c041f8858-2c132521, #w-node-_23424315-2db0-8d44-39a8-31261362ded8-2c132521 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_759d868c-a4b0-55ac-6cf2-d1dae99518b3-2c132521 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: stretch;
}

#w-node-_0c02e45c-6c84-8a02-e02b-ab7aed15b6d5-2c132521 {
  grid-area: 1 / 3 / 9 / 5;
}

#w-node-_98326b49-4a0f-ee97-051f-610df46981af-2c132521 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

@media screen and (max-width: 991px) {
  #w-node-_83c201ae-8966-afc6-326a-3ecb35e1adb6-84823a2f, #w-node-_8e53c8e5-0385-bb0b-02b4-49f885852d7c-84823a2f, #w-node-_6fd64ce5-7813-b076-1a2c-6d0844437e37-84823a2f, #w-node-e9571848-242c-a2f0-d63f-1d2c443aaf3d-84823a2f {
    grid-column: span 1 / span 1;
  }

  #w-node-c46ad954-3f17-1d67-30ef-e495cc70d4e9-84823a2f {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_8aa0a85a-d298-012a-8b2f-3bc806c36047-84823a2f {
    grid-column: span 1 / span 1;
  }

  #w-node-aa0f7c26-067d-b2fc-3345-8923d2bbec4d-84823a2f {
    grid-area: 7 / 1 / 8 / 3;
  }

  #w-node-_41636003-f2db-5c66-f728-b9d7e726e5a1-84823a2f {
    grid-column: span 2 / span 2;
  }

  #w-node-_10993240-e92c-4a92-bb11-a07f4afe95cf-2674393c, #w-node-_10993240-e92c-4a92-bb11-a07f4afe95d6-2674393c, #w-node-_10993240-e92c-4a92-bb11-a07f4afe95dd-2674393c {
    grid-column: span 1 / span 1;
  }

  #w-node-_10993240-e92c-4a92-bb11-a07f4afe95eb-2674393c {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_10993240-e92c-4a92-bb11-a07f4afe95e4-2674393c {
    grid-column: span 1 / span 1;
  }

  #w-node-_10993240-e92c-4a92-bb11-a07f4afe9600-2674393c {
    grid-area: span 3 / span 1 / span 3 / span 1;
  }

  #w-node-_10993240-e92c-4a92-bb11-a07f4afe961a-2674393c {
    grid-column: span 2 / span 2;
  }

  #w-node-_6ba171f7-f1d9-6519-cd59-bbc2720f1728-2c132521, #w-node-_3a859b61-bc68-533d-5c51-4aab050daa43-2c132521, #w-node-b5a6e291-ce61-070a-47bf-4842260b70aa-2c132521, #w-node-_0f2ed33f-92e5-bace-a3a9-f751082a77e5-2c132521, #w-node-f0ecbef9-5a41-54e9-30d3-d22c041f8858-2c132521, #w-node-_23424315-2db0-8d44-39a8-31261362ded8-2c132521 {
    grid-column: span 1 / span 1;
  }

  #w-node-_759d868c-a4b0-55ac-6cf2-d1dae99518b3-2c132521 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_0c02e45c-6c84-8a02-e02b-ab7aed15b6d5-2c132521 {
    grid-column: 2 / 3;
    grid-row-end: 10;
  }

  #w-node-_98326b49-4a0f-ee97-051f-610df46981af-2c132521 {
    grid-column: span 2 / span 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-aa0f7c26-067d-b2fc-3345-8923d2bbec4d-84823a2f {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_41636003-f2db-5c66-f728-b9d7e726e5a1-84823a2f {
    grid-column: span 1 / span 1;
  }

  #w-node-_10993240-e92c-4a92-bb11-a07f4afe9600-2674393c {
    grid-area: 12 / 1 / 13 / 2;
  }

  #w-node-_10993240-e92c-4a92-bb11-a07f4afe961a-2674393c {
    grid-column: span 1 / span 1;
  }

  #w-node-_0c02e45c-6c84-8a02-e02b-ab7aed15b6d5-2c132521 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_98326b49-4a0f-ee97-051f-610df46981af-2c132521, #w-node-e17d232e-6a85-5acd-32ca-f813e3bbae9a-91f404a0, #w-node-_79a719b4-ee81-11e1-3002-39faaf7b86b0-91f404a0 {
    grid-column: span 1 / span 1;
  }
}


@font-face {
  font-family: 'Ubuntu';
  src: url('../fonts/Ubuntu-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Ubuntu';
  src: url('../fonts/Ubuntu-BoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Ubuntu';
  src: url('../fonts/Ubuntu-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Ubuntu';
  src: url('../fonts/Ubuntu-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Ubuntu';
  src: url('../fonts/Ubuntu-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Ubuntu';
  src: url('../fonts/Ubuntu-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Ubuntu';
  src: url('../fonts/Ubuntu-LightItalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Ubuntu';
  src: url('../fonts/Ubuntu-MediumItalic.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}