:root {
  --black: black;
  --s-0: 0px;
  --s-1: 10px;
  --s-3: 30px;
  --s-4: 40px;
  --s-2: 20px;
  --s-5: 50px;
  --s-6: 60px;
  --s-7: 70px;
  --s-8: 80px;
  --s-9: 90px;
  --s-10: 100px;
  --white: white;
  --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(--black);
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 1rem;
  line-height: 1em;
}

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

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

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

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

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

a {
  font-size: 1rem;
  line-height: 1em;
  text-decoration: none;
}

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

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

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

.footer {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 500px;
  display: flex;
}

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

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

.footer-container {
  justify-content: space-between;
  display: flex;
}

.section {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-top: 350px;
  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;
  position: absolute;
}

.section-content {
  width: 85%;
}

.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: space-between;
  align-items: center;
  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;
}

.column-30 {
  width: 30%;
}

.column-50 {
  width: 50%;
}

.column-70 {
  width: 70%;
}

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

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

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

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

.title-20 {
  font-size: 1.25em;
  font-weight: 700;
}

.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: 600px;
  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, .img-wrap-base.img-wrap-cover {
  width: 100px;
  height: 100px;
}

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

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

.headline-wrap-base, .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);
}

.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 {
  text-align: center;
  letter-spacing: .5px;
  text-transform: uppercase;
  white-space: nowrap;
  min-width: 220px;
  padding: 20px 40px;
  font-size: 1rem;
  font-weight: 400;
  transition: background-color .3s;
}

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

.example-container {
  flex-direction: row;
  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 {
  width: 150px;
  height: 100%;
  overflow: hidden;
}

.navbar-img-logo {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.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: 40px;
  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: #000;
  width: 100%;
  height: 3px;
  transition: opacity .2s;
  position: relative;
}

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

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

.form-container-base.form-container-search {
  margin: 20px;
}

.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: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.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 {
  width: 100%;
}

.form-label {
  margin-bottom: 15px;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5em;
}

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

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

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

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

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

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

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

.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 {
  color: var(--black);
  width: 100%;
  min-width: 200px;
  max-width: 100%;
  max-height: 250px;
  margin-bottom: 0;
}

.form-dropzone-container {
  border: 1px solid #000;
  padding: 15px;
}

.form-dropzone {
  cursor: pointer;
  border: 1px solid #999;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 150px;
  display: flex;
}

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

.form-dropzone-drag-over {
  background-color: #aaff80;
}

.form-dropzone-drag-error {
  background-color: #ff979f;
}

.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-container {
  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 {
  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;
  margin-left: 20px;
}

.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: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  transition: all .3s;
  display: grid;
  overflow: hidden;
}

.gdpr-container {
  grid-column-gap: var(--s-4);
  grid-row-gap: var(--s-4);
  flex-direction: row;
  justify-content: center;
  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 {
  color: #333;
  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: 99;
  background-color: #ffffffa8;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: fixed;
  inset: 0% auto auto 0%;
}

.loading-circle {
  border-style: solid;
  border-width: 8px;
  border-color: black var(--white) black black;
  border-radius: 50%;
  width: 100px;
  height: 100px;
}

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

.search-result-item {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  margin-left: 20px;
  margin-right: 20px;
  display: flex;
}

@media screen and (max-width: 991px) {
  .navbar-link-wrap.navbar-link-menu {
    grid-row-gap: 20px;
    background-color: #d8d8d8;
    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;
  }

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


