:root {
  --gold-accents: goldenrod;
  --text: #f0f0ef;
  --forest-green: #9dba9d;
  --light-grey: #d7dadc;
  --charcoal-gray: #36454f;
  --grey: #d4dce0;
  --charcoal-gray-lighter: #868f95;
}

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

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

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

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

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

body {
  background-color: var(--gold-accents);
  color: var(--text);
  font-family: Cabin;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Cormorant;
  font-size: 38px;
  font-weight: 700;
  line-height: 44px;
}

h2 {
  max-width: 350px;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Cormorant;
  font-size: 51px;
  font-weight: 700;
  line-height: .9;
}

p {
  color: rgba(243, 243, 243, .8);
  max-width: 350px;
  margin-bottom: 10px;
}

a {
  color: #fff;
  text-decoration: none;
}

a.w--current {
  color: var(--forest-green);
}

.hero-section {
  background-color: #202020;
  min-height: 100vh;
}

.hero-section.foooter {
  background-color: #000;
  min-height: 0;
}

.container {
  height: 100%;
  padding-left: 0;
  padding-right: 0;
  display: none;
}

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

.nav-link {
  color: rgba(255, 255, 255, .8);
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-left: 15px;
  margin-right: 15px;
  font-size: 12px;
  line-height: 1.2;
}

.nav-link.last {
  margin-right: 0;
}

.submit-button {
  color: var(--gold-accents);
  background-color: #dfdfdf;
  align-self: flex-end;
  width: 100%;
  margin-top: 15px;
}

.logo {
  max-width: 50px;
}

.link-wrapper {
  flex: 1;
  justify-content: flex-end;
  display: flex;
}

.navbar {
  z-index: 20;
  background-color: #000;
  flex-direction: column;
  justify-content: center;
  max-height: 10vh;
  padding-top: 10px;
  padding-bottom: 10px;
  box-shadow: 0 1px 20px rgba(0, 0, 0, .28);
}

.contact-grid {
  grid-column-gap: 46px;
  grid-row-gap: 40px;
  background-color: rgba(255, 255, 255, 0);
  flex-flow: row;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  align-items: stretch;
  height: 100%;
  padding: 0;
  display: flex;
}

.logo-container {
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  flex-flow: column;
  order: 0;
  justify-content: space-between;
  align-self: flex-start;
  align-items: flex-start;
  width: 100%;
  font-size: .875rem;
  display: flex;
}

.body {
  background-color: #292929;
}

.contact-heading {
  color: #fff;
  width: 13ch;
  margin-top: 0;
  font-size: 42px;
  line-height: 1.1;
}

.footer-grid {
  grid-column-gap: 55px;
  grid-row-gap: 36px;
  grid-template-rows: auto;
  grid-template-columns: 2.75fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: space-between;
  width: 100%;
  max-width: 1200px;
  padding-top: 60px;
  padding-bottom: 60px;
  display: grid;
}

.footer-links {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.footer-heading-2 {
  opacity: .9;
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  max-width: 270px;
  margin-bottom: 20px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.3;
}

.footer-link {
  opacity: .7;
  color: #fff;
  letter-spacing: .3px;
  margin-bottom: 5px;
  font-size: 13px;
  font-weight: 400;
  line-height: 22px;
  text-decoration: none;
  display: block;
}

.footer-link:hover, .footer-link.w--current {
  opacity: 1;
}

.trigger {
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 20vw;
  min-width: 8.25rem;
  max-width: 16.5rem;
  height: auto;
  text-decoration: none;
  display: flex;
  position: absolute;
  top: 5vh;
  left: 76vw;
}

.trigger.t1 {
  opacity: 1;
  opacity: 1;
  position: absolute;
  top: auto;
  bottom: 10vh;
  left: auto;
  right: 20vw;
}

.trigger.t1.trigger-small-static {
  position: static;
}

.trigger.trigger-large {
  align-self: center;
  position: static;
  left: 80vw;
}

.trigger.trigger-large.align-top {
  align-self: flex-start;
}

.trigger.trigger-large.align-bottom {
  align-self: flex-end;
}

.trigger.trigger-large.padding-top {
  padding-top: 4rem;
}

.trigger.trigger-large.padding-bottom {
  padding-bottom: 4rem;
}

.trigger.trigger-small {
  opacity: 1;
  align-self: flex-start;
  position: static;
  top: auto;
  bottom: 10vh;
  left: 80vw;
}

.trigger.trigger-small.align-bottom {
  align-self: flex-end;
}

.span {
  color: var(--light-grey);
  letter-spacing: undefinedundefined;
  flex: 0 auto;
  margin-top: 0;
  margin-bottom: 0;
  font-family: HelveticaNeue, sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 110%;
  text-decoration: none;
}

.floatimage {
  object-fit: cover;
  width: 100%;
  max-width: 100%;
  height: 70vh;
}

.floatimage._30vh {
  height: 30vh;
  max-height: 17.1875rem;
}

.floatimage._50vh {
  height: 50vh;
  max-height: 30.5rem;
}

.indicator {
  grid-row-gap: 10px;
  border: .958678px solid #d7dadc;
  border-radius: 36.6658px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 30px;
  padding: 20px 10px;
  text-decoration: none;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.background-video {
  z-index: -1;
  width: 100%;
  height: 100%;
  display: block;
  position: fixed;
}

.screen {
  z-index: -1;
  background-color: rgba(0, 0, 0, .5);
  background-image: linear-gradient(135deg, rgba(255, 255, 255, 0), #0b0e10);
  width: 100%;
  height: 100%;
  position: fixed;
}

.title {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  flex: 0 auto;
  font-size: .875rem;
  display: flex;
}

.h2 {
  color: #afb5b9;
  flex: 0 auto;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Ppeditorialnew, Times New Roman, sans-serif;
  font-size: 4rem;
  font-weight: 100;
  line-height: 100%;
  display: block;
}

.h2.charcoal {
  color: #36454f;
  padding-top: 3.75rem;
  padding-bottom: 0;
}

.logocontainer {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  align-self: flex-start;
  align-items: flex-start;
  display: flex;
}

.success-message {
  text-align: left;
  background-color: rgba(0, 0, 0, 0);
  width: auto;
  height: auto;
  padding: 0;
  position: relative;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.input-wrapper {
  height: 5rem;
}

.error-message {
  text-align: left;
  background-color: rgba(0, 0, 0, 0);
  margin-top: 0;
  padding: 1.25rem 0 0;
}

.ms-pill-item {
  flex-wrap: wrap;
  margin-bottom: 0;
  padding-left: 0;
  position: relative;
}

.ms-pill-radio {
  display: none;
}

.radio-wrapper {
  padding-bottom: 0;
}

.form {
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  flex-flow: column;
  justify-content: space-around;
  align-items: stretch;
  display: flex;
}

.socials {
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  display: none;
}

.facebook {
  background-image: url('../images/facebook-square.svg');
  background-position: 0 0;
  background-size: auto;
  width: 24px;
  height: 24px;
}

.insta {
  background-image: url('../images/instagram.svg');
  background-position: 0 0;
  background-size: auto;
  width: 24px;
  height: 24px;
}

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

.body_privacypolicy {
  background-color: var(--text);
  font-family: HelveticaNeue, sans-serif;
  font-weight: 300;
}

.container_privacypolicy {
  width: 95vw;
  max-width: 75vw;
  padding-top: 5vh;
  padding-bottom: 10vh;
}

.heading-2 {
  color: var(--charcoal-gray);
  flex-flow: column;
  margin-top: 0;
  margin-bottom: 0;
  font-family: HelveticaNeue, sans-serif;
  font-size: 2rem;
  line-height: 100%;
  display: flex;
}

.heading-2.padding-top {
  padding-top: 20px;
}

.text-block-9 {
  color: var(--charcoal-gray);
  font-size: 1rem;
  line-height: 120%;
}

.link-3 {
  color: var(--charcoal-gray);
  text-decoration: underline;
}

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

.section {
  grid-column-gap: 3.75rem;
  grid-row-gap: 3.75rem;
  flex-flow: column;
  display: flex;
}

.wrapper {
  grid-column-gap: 1.875rem;
  grid-row-gap: 1.875rem;
  flex-flow: column;
}

.text-span-13 {
  font-family: Ppeditorialnew, Times New Roman, sans-serif;
}

.text-span-14 {
  color: #afb5b9;
  font-family: Ppeditorialnew, Times New Roman, sans-serif;
  font-size: 2rem;
  line-height: 120%;
}

.container_wrapper {
  grid-column-gap: 3.75rem;
  grid-row-gap: 3.75rem;
}

.image-3 {
  max-width: 20%;
  padding-bottom: 0;
}

.cta_back {
  border: 1px solid var(--forest-green);
  color: var(--forest-green);
  background-color: rgba(157, 186, 157, 0);
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 250px;
  margin-top: .625rem;
  padding: .825rem .625rem .625rem;
  font-family: HelveticaNeue, sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 100%;
  text-decoration: none;
  display: flex;
}

.cta_back:hover {
  background-color: var(--forest-green);
  color: var(--charcoal-gray);
}

.flex-block-10 {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
}

.body-2 {
  background-color: var(--text);
}

.flex-block-11 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
}

.flex-block-12 {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
}

.logothenationalhotelsmall {
  max-width: 80%;
}

.adres {
  grid-column-gap: .3125rem;
  grid-row-gap: .3125rem;
  flex-flow: row;
  justify-content: center;
  align-self: auto;
  align-items: center;
}

.contactinfo {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  display: none;
}

.discoverydayinfo {
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  padding-top: 1.25rem;
}

.input-text-field {
  background-color: rgba(0, 0, 0, 0);
  border: 0 solid #000;
  border-bottom: 1px solid rgba(240, 240, 239, .5);
  height: 2.5rem;
  font-size: 1rem;
}

.succes-2 {
  color: #36454f;
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: 300;
  line-height: 120%;
}

.text-block-10 {
  color: #36454f;
  text-align: left;
  text-transform: none;
  font-size: 2rem;
  line-height: 120%;
}

.nationalhotellogo-2 {
  color: #9dba9d;
  align-self: center;
  padding-bottom: 0;
  padding-left: 0;
}

.flex-offset {
  margin-right: -100vw;
  display: flex;
}

.list {
  color: #fff;
  font-family: HelveticaNeue, sans-serif;
  font-size: 1rem;
  font-weight: 300;
}

.flex-container-h {
  flex-flow: row;
  flex: 1;
  justify-content: space-between;
  align-self: stretch;
  align-items: flex-end;
  position: static;
  top: auto;
  left: 0;
}

.flex-container-h.gap-60 {
  grid-column-gap: 3.75rem;
  grid-row-gap: 3.75rem;
  position: static;
}

.flex-container-h.gap-60.relative {
  position: relative;
}

.flex-container-h.gap-60.max-width {
  align-self: stretch;
}

.flex-container-h.gap-60.max-width.flex-v {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex-flow: column;
  align-self: center;
}

.flex-container-h.max-width {
  max-width: 75rem;
}

.input-fields {
  align-items: stretch;
  height: auto;
}

.ms-pill-wrap {
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  flex-flow: wrap;
  padding-top: 5px;
  display: flex;
}

.text-field-label {
  color: var(--text);
  font-family: HelveticaNeue, sans-serif;
  font-size: 1rem;
  font-weight: 300;
  line-height: 110%;
  transition: all .2s;
  transform: translate(0, 2rem);
}

.radisson {
  color: var(--grey);
  font-family: Ppeditorialnew, Times New Roman, sans-serif;
  font-size: 1.5rem;
  font-weight: 100;
  line-height: 110%;
  display: block;
}

.button_form-2 {
  border: 1px solid var(--grey);
  color: var(--grey);
  background-color: rgba(157, 186, 157, 0);
  border-radius: 20px;
  flex: 0 auto;
  align-self: flex-start;
  padding: .825rem 1.65rem .625rem;
  font-family: HelveticaNeue, sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 100%;
  display: block;
}

.button_form-2:hover {
  color: var(--charcoal-gray);
  background-color: #9dba9d;
  border-color: #9dba9d;
}

.height {
  height: 400dvh;
  position: relative;
}

.flex-block-content {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-flow: column;
  flex: 0 auto;
  justify-content: flex-start;
  align-self: center;
  align-items: flex-start;
}

.sticky {
  border: 0 #e600ff;
  width: 100%;
  height: 100dvh;
  margin-bottom: -100vh;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.ms-pill-label {
  z-index: 2;
  color: var(--text);
  white-space: nowrap;
  background-color: rgba(157, 186, 157, 0);
  border: 1px solid rgba(255, 255, 255, .25);
  border-radius: 100px;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  padding-top: 2px;
  padding-left: 12px;
  padding-right: 12px;
  font-family: HelveticaNeue, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 2em;
  position: relative;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.ms-pill-label:hover {
  border-color: #2962ff;
}

.mover {
  display: flex;
}

.contact-form {
  height: auto;
}

.full-page {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100dvh;
  display: flex;
}

.full-page.is-horizontal-scroll-section {
  border: 2px solid #f17144;
  justify-content: flex-start;
  align-items: center;
  width: 100vw;
}

.full-page.is-horizontal-scroll-section.is-aligned-center {
  border-style: none;
  border-width: 0;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 2rem;
}

.full-page.is-horizontal-scroll-section.is-aligned-center.has-background {
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/golf-field-wide.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.full-page.is-horizontal-scroll-section.is-aligned-center.has-background-2 {
  background-image: linear-gradient(rgba(0, 0, 0, .65), rgba(0, 0, 0, .65)), url('../images/app-wide.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.full-page.is-horizontal-scroll-section.is-aligned-center.has-gradient {
  background-image: linear-gradient(135deg, #32404c, #54585a);
}

.full-page.is-horizontal-scroll-section.is-aligned-center.absolute {
  background-color: #1f1f1f;
  position: absolute;
}

.heading_2 {
  color: #afb5b9;
  flex: 0 auto;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 1.25rem;
  font-family: Ppeditorialnew, Times New Roman, sans-serif;
  font-size: 4rem;
  font-weight: 100;
  line-height: 100%;
  display: block;
}

.cta_contact {
  color: var(--forest-green);
  background-color: rgba(157, 186, 157, 0);
  border: 1px solid #9dba9d;
  border-radius: 20px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: .825rem 1.25rem .625rem;
  font-family: HelveticaNeue, sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 100%;
  text-decoration: none;
  display: flex;
}

.cta_contact:hover {
  color: #36454f;
  background-color: #9dba9d;
}

.cta_contact.white {
  border-color: var(--text);
  color: var(--text);
  border-radius: 20px;
}

.cta_contact.white:hover {
  background-color: var(--text);
  color: var(--charcoal-gray);
}

.horizontal-scroll-wrap {
  padding-bottom: 100vh;
}

.list-item {
  padding-bottom: .5rem;
  list-style-type: disc;
}

.flex-block-contact {
  background-color: rgba(0, 0, 0, .5);
  border-radius: 24px;
  flex: 0 auto;
  align-self: center;
  min-width: 50%;
  padding: 2rem;
}

.flex-block-triggers {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex: 0 auto;
  justify-content: flex-start;
  align-self: stretch;
  align-items: center;
}

.flex-block-triggers.gap-32 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  position: static;
}

.flex-block-triggers.flex-v {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
}

.spaninvestering-2 {
  color: #f0f0ef;
  font-family: HelveticaNeue, sans-serif;
  font-weight: 700;
  line-height: 100%;
}

.link-4 {
  color: #f0f0ef;
  font-family: HelveticaNeue, sans-serif;
  font-size: 1rem;
  font-weight: 300;
  line-height: 120%;
  text-decoration: none;
  display: block;
}

.link-4:hover {
  text-decoration: underline;
}

.image-4 {
  align-self: flex-start;
  height: 14px;
}

.flex-block-logo {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex-flow: column;
  flex: 0 auto;
  justify-content: space-between;
  align-self: stretch;
  align-items: flex-start;
}

.editorial {
  color: #f0f0ef;
  letter-spacing: .03rem;
  text-transform: none;
  word-break: normal;
  font-family: Ppeditorialnew, Times New Roman, sans-serif;
  font-size: 1.5rem;
  font-weight: 100;
  line-height: 110%;
  display: block;
}

.editorial.light-grey {
  color: var(--grey);
}

.helvetica {
  color: var(--text);
  letter-spacing: .03rem;
  text-transform: none;
  word-break: normal;
  font-family: HelveticaNeue, sans-serif;
  font-size: 1rem;
  font-weight: 300;
  line-height: 120%;
  display: block;
}

.helvetica.small {
  text-align: left;
  font-family: HelveticaNeue, sans-serif;
  font-size: 1rem;
  font-weight: 500;
}

.helvetica.small.light {
  color: var(--text);
  font-weight: 300;
}

.helvetica.padding-top {
  padding-top: 1.5rem;
}

.vectors-wrapper-7 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 18.3471px;
  height: 100px;
  text-decoration: none;
  display: flex;
}

.helvetica-18px-bold {
  color: var(--text);
  font-family: HelveticaNeue, sans-serif;
  font-size: 1.125rem;
  line-height: 120%;
  display: block;
}

.link {
  font-weight: 700;
  text-decoration: underline;
}

.list-titel {
  padding-bottom: .5rem;
  display: block;
}

.flex-block-contact-light {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  background-color: rgba(240, 240, 239, .1);
  border-radius: 24px;
  flex-flow: column;
  flex: 0 auto;
  justify-content: flex-start;
  align-self: center;
  align-items: flex-start;
  padding: 2rem;
}

.gap-60 {
  grid-column-gap: 3.75rem;
  grid-row-gap: 3.75rem;
}

.div-block {
  flex-flow: row;
  align-self: flex-start;
  display: flex;
}

.footer {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: flex-start;
  align-self: auto;
  align-items: center;
  width: auto;
  font-family: HelveticaNeue, sans-serif;
  font-weight: 400;
}

.copywright {
  color: #f0f0ef;
  font-size: 1rem;
  line-height: 100%;
  display: none;
}

.vertical-scroll-wrap {
  padding-bottom: 100vh;
  display: none;
}

.indicator-mobile {
  grid-row-gap: 10px;
  border: .958678px solid #d7dadc;
  border-radius: 36.6658px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 30px;
  margin-bottom: .625rem;
  padding: 20px 10px;
  text-decoration: none;
  display: flex;
}

.html-embed-2 {
  display: none;
  position: -webkit-sticky;
  position: sticky;
  bottom: 0;
  right: 0;
}

.cookie-button-bottom {
  color: #36454f;
  background-color: #f0f0ef;
  border-radius: 20px;
  margin-right: 35px;
  padding-left: 40px;
  padding-right: 40px;
  font-family: HelveticaNeue, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 100%;
}

.cookie-button-bottom:hover {
  border-bottom-style: solid;
  border-bottom-color: #203492;
}

.white-x {
  background-image: url('../images/Vector-2-Stroke.svg');
  background-position: 0 0;
  background-size: auto;
  width: 17px;
  height: 17px;
}

.flex-block-cookie {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: rgba(0, 0, 0, .6);
  border-radius: 20px;
  flex-flow: column;
  flex: 0 auto;
  justify-content: space-between;
  align-self: auto;
  align-items: flex-start;
  width: 100%;
  padding: 1.25rem 1.25rem .625rem;
}

.no-margin {
  margin-bottom: 0;
}

.no-margin.white-text {
  color: #fff;
}

.no-margin.white-text.max-700 {
  max-width: none;
  font-family: HelveticaNeue, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 120%;
}

.cookie-content {
  align-items: center;
  display: flex;
}

.cookie-content.bottom-banner-content {
  justify-content: space-between;
  align-self: stretch;
}

.bottom-cookie-wrapper {
  aspect-ratio: auto;
  justify-content: center;
  align-items: center;
  width: 30%;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  display: block;
  position: fixed;
  top: auto;
  bottom: 0;
  left: 0;
  right: 0;
}

.cookie-span {
  color: #afb5b9;
  -webkit-text-stroke-color: #868f95;
  border-bottom-style: none;
  font-weight: 600;
}

.realis {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
}

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

.contact-info.padding-top {
  padding-top: 1rem;
}

.text-span-15 {
  display: block;
}

.image-5 {
  flex: 0 auto;
  width: 90px;
}

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

.background-placeholder {
  z-index: -1;
  background-color: rgba(0, 0, 0, .5);
  background-image: url('../images/Background_placeholder.png');
  background-position: 0 0;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: fixed;
}

.subtitel {
  color: var(--charcoal-gray);
  flex-flow: column;
  margin-top: 0;
  margin-bottom: 0;
  font-family: HelveticaNeue, sans-serif;
  font-size: 1rem;
  line-height: 100%;
  display: flex;
}

.mailto {
  color: var(--charcoal-gray);
  text-decoration: underline;
}

.list-2 {
  color: var(--charcoal-gray);
}

.sub-list {
  margin-left: 1.25rem;
  list-style-type: disc;
}

.number {
  list-style-type: decimal;
}

.body_cookiepolicy {
  background-color: var(--text);
}

.grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template: "Area"
                 "."
                 "."
                 / 1fr 1fr 1fr 1fr 1fr;
}

.table-row {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  border-bottom: 1px solid #d3d3d3;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 0 1rem;
  display: grid;
}

.table-wrapper {
  color: var(--charcoal-gray);
  border: 1px solid #d3d3d3;
}

.cell-text {
  color: var(--charcoal-gray);
  margin-top: 2rem;
  margin-bottom: 2rem;
  font-size: 1rem;
}

.cell-text.strong {
  font-weight: 700;
}

.cell-text.strong.center {
  text-align: center;
  flex: 1;
}

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

.cell.border-right, .header-cell.border-right {
  border-right: 1px solid #d3d3d3;
  align-items: center;
  height: 100%;
  padding-right: 21px;
  display: flex;
}

.header-cell.right {
  padding-left: 1rem;
}

.cookie-link {
  color: var(--charcoal-gray);
  text-decoration: underline;
}

@media screen and (min-width: 1920px) {
  .container {
    max-width: 1600px;
  }

  .logo-container {
    justify-content: space-between;
  }

  .logocontainer {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
  }
}

@media screen and (max-width: 991px) {
  .hero-section {
    padding-top: 30px;
    padding-bottom: 30px;
  }

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

  .contact-grid {
    flex-flow: column;
    display: flex;
  }

  .contact-heading {
    width: auto;
    font-size: 45px;
  }

  .footer-grid {
    grid-column-gap: 24px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    width: 100%;
    max-width: 738px;
  }

  .trigger.t1 {
    width: 40vw;
    display: flex;
    position: static;
    top: auto;
    bottom: -60vh;
    left: 5vw;
  }

  .trigger.t1.trigger-small-static.hidden-mobile {
    display: none;
  }

  .trigger.trigger-large {
    width: 40vw;
    position: static;
    top: auto;
    bottom: -80vh;
    left: auto;
    right: 5vw;
  }

  .trigger.trigger-small {
    width: 40vw;
    display: flex;
    position: static;
    top: auto;
    bottom: -80vh;
    left: auto;
    right: 5vw;
  }

  .floatimage {
    width: 16.5rem;
  }

  .floatimage._30vh {
    overflow: hidden;
  }

  .indicator {
    display: none;
    transform: rotate(.25turn);
  }

  .background-video {
    display: block;
  }

  .screen {
    background-color: rgba(0, 0, 0, .6);
    background-image: linear-gradient(rgba(0, 0, 0, 0), #0b0e10);
  }

  .h2 {
    font-size: 5rem;
  }

  .h2.charcoal {
    font-size: 4rem;
  }

  .container_privacypolicy {
    width: 90vw;
    max-width: none;
  }

  .text-block-9 {
    font-size: 1rem;
    line-height: 120%;
  }

  .nationalhotellogo-2 {
    flex: 0 auto;
  }

  .flex-offset.none {
    flex-flow: column;
    margin-right: 0;
  }

  .flex-container-h.gap-60.relative.mobile {
    flex-flow: column;
    flex: 1;
    justify-content: space-between;
    align-self: stretch;
  }

  .flex-container-h.gap-60.max-width {
    flex-flow: column;
  }

  .flex-container-h.gap-60.max-width.flex-v {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    flex-flow: column;
  }

  .flex-block-content {
    order: -1;
  }

  .full-page.is-horizontal-scroll-section.is-aligned-center.has-background {
    height: 100%;
  }

  .full-page.is-horizontal-scroll-section.is-aligned-center.has-background.padding-top-bottom {
    padding-top: 4rem;
  }

  .full-page.is-horizontal-scroll-section.is-aligned-center.has-background-2 {
    height: 100%;
  }

  .full-page.is-horizontal-scroll-section.is-aligned-center.has-background-2.padding-top-bottom {
    padding-top: 4rem;
  }

  .full-page.is-horizontal-scroll-section.is-aligned-center.has-gradient {
    height: 100%;
  }

  .full-page.is-horizontal-scroll-section.is-aligned-center.mobile {
    border-style: none;
    border-width: 2px;
    flex-flow: row;
    height: auto;
  }

  .full-page.is-horizontal-scroll-section.is-aligned-center.mobile.padding-top-bottom {
    border-style: none;
    padding-top: 4rem;
  }

  .horizontal-scroll-wrap {
    display: none;
  }

  .flex-block-triggers, .flex-block-triggers.gap-32.mobile {
    justify-content: space-between;
    align-self: flex-start;
  }

  .flex-block-triggers.flex-v {
    order: 1;
  }

  .flex-block-logo.mobile {
    justify-content: space-between;
    height: 93vh;
    position: relative;
  }

  .vectors-wrapper-7 {
    height: 20px;
  }

  .gap-60 {
    flex-flow: column;
  }

  .footer {
    padding-top: 0;
  }

  .vertical-scroll-wrap {
    padding-bottom: 0;
    display: block;
  }

  .indicator-mobile {
    position: absolute;
    top: auto;
    bottom: 0%;
    left: auto;
    right: 0%;
    transform: rotate(.25turn);
  }

  .bottom-cookie-wrapper {
    width: 50%;
    height: auto;
  }

  .background-placeholder {
    background-color: rgba(0, 0, 0, .6);
    background-image: linear-gradient(rgba(0, 0, 0, 0), #0b0e10);
  }
}

@media screen and (max-width: 767px) {
  h2 {
    max-width: 165px;
    font-size: 30px;
  }

  .hero-section {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .container, .container.flex {
    padding-left: 40px;
    padding-right: 40px;
  }

  .link-wrapper {
    display: none;
  }

  .contact-grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    padding: 40px;
  }

  .contact-heading {
    font-size: 75px;
  }

  .footer-grid {
    grid-column-gap: 20px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    max-width: none;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .h2, .heading_2 {
    font-size: 4rem;
  }

  .flex-block-triggers, .flex-block-triggers.gap-32.mobile {
    align-self: stretch;
  }

  .cookie-content {
    align-items: flex-start;
    margin-bottom: 20px;
  }

  .cookie-content.bottom-banner-content {
    align-items: center;
  }

  .cell {
    padding-top: 1em;
    padding-bottom: 1em;
  }

  .cell.border-right {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 25px;
    line-height: 1.3;
  }

  .container {
    padding-left: 10px;
    padding-right: 10px;
  }

  .submit-button {
    align-self: stretch;
  }

  .contact-grid {
    padding: 20px;
  }

  .contact-heading {
    font-size: 50px;
  }

  .footer-grid {
    grid-column-gap: 12px;
    grid-row-gap: 15px;
    grid-template-columns: 1fr;
    padding-top: 0;
    padding-bottom: 0;
  }

  .trigger.t1 {
    align-self: flex-start;
    width: auto;
  }

  .trigger.t1.trigger-small-static {
    align-self: center;
  }

  .trigger.trigger-large {
    align-self: flex-end;
    width: auto;
  }

  .trigger.trigger-large.align-bottom, .trigger.trigger-large.align-top {
    align-self: center;
  }

  .trigger.trigger-large.padding-top {
    padding-top: 0;
  }

  .trigger.trigger-large.padding-bottom {
    padding-bottom: 0;
  }

  .trigger.trigger-small {
    align-self: flex-end;
    width: auto;
  }

  .trigger.trigger-small.align-bottom {
    align-self: center;
  }

  .span {
    order: 1;
  }

  .indicator {
    justify-content: center;
    align-items: center;
  }

  .h2 {
    overflow-wrap: anywhere;
    font-size: 3rem;
  }

  .h2.charcoal {
    font-size: 3rem;
  }

  .heading-2 {
    word-break: break-all;
    font-size: 1.5rem;
  }

  .input-text-field {
    margin-bottom: .5rem;
  }

  .ms-pill-wrap {
    display: block;
  }

  .full-page.is-horizontal-scroll-section.is-aligned-center.has-background.padding-top-bottom, .full-page.is-horizontal-scroll-section.is-aligned-center.has-background-2.padding-top-bottom, .full-page.is-horizontal-scroll-section.is-aligned-center.has-gradient, .full-page.is-horizontal-scroll-section.is-aligned-center.mobile {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .full-page.is-horizontal-scroll-section.is-aligned-center.mobile.padding-top-bottom {
    justify-content: center;
  }

  .heading_2 {
    overflow-wrap: anywhere;
    font-size: 3rem;
  }

  .flex-block-contact {
    width: 100%;
    min-width: auto;
    padding: 1rem;
  }

  .flex-block-triggers {
    flex-flow: column;
    align-self: center;
  }

  .flex-block-triggers.gap-32.mobile {
    flex-flow: column;
    justify-content: space-between;
  }

  .spaninvestering-2 {
    overflow-wrap: anywhere;
  }

  .flex-block-contact-light {
    padding: 1rem;
  }

  .indicator-mobile {
    justify-content: center;
    align-items: center;
  }

  .flex-block-cookie {
    flex-flow: column;
  }

  .cookie-content.bottom-banner-content {
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
  }

  .bottom-cookie-wrapper {
    flex-direction: column-reverse;
    width: 100%;
    padding-top: 25px;
  }

  .subtitel {
    word-break: break-all;
    font-size: 1.5rem;
  }

  .table-row {
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
    padding-left: 0;
    padding-right: 0;
  }

  .cell-text {
    margin-top: 1rem;
  }

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

  .cell.border-right {
    border-bottom: 1px solid #d3d3d3;
    border-right-style: none;
    flex-direction: column;
    align-items: flex-start;
  }

  .header-cell {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .header-cell.border-right {
    border-bottom: 1px solid #d3d3d3;
    border-right-style: none;
  }

  .table-row-group.header {
    display: none;
  }
}

#w-node-_087b0b5f-86c0-20f0-4845-6d8f062c3550-95d6813b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_087b0b5f-86c0-20f0-4845-6d8f062c3553-95d6813b, #w-node-_087b0b5f-86c0-20f0-4845-6d8f062c3556-95d6813b, #w-node-_087b0b5f-86c0-20f0-4845-6d8f062c3559-95d6813b, #w-node-_087b0b5f-86c0-20f0-4845-6d8f062c355c-95d6813b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_087b0b5f-86c0-20f0-4845-6d8f062c3561-95d6813b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_087b0b5f-86c0-20f0-4845-6d8f062c3564-95d6813b, #w-node-_087b0b5f-86c0-20f0-4845-6d8f062c3567-95d6813b, #w-node-_087b0b5f-86c0-20f0-4845-6d8f062c356a-95d6813b, #w-node-_087b0b5f-86c0-20f0-4845-6d8f062c356d-95d6813b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_087b0b5f-86c0-20f0-4845-6d8f062c3571-95d6813b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_087b0b5f-86c0-20f0-4845-6d8f062c3574-95d6813b, #w-node-_087b0b5f-86c0-20f0-4845-6d8f062c3577-95d6813b, #w-node-_087b0b5f-86c0-20f0-4845-6d8f062c357a-95d6813b, #w-node-_087b0b5f-86c0-20f0-4845-6d8f062c357d-95d6813b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

@media screen and (max-width: 767px) {
  #w-node-_087b0b5f-86c0-20f0-4845-6d8f062c3564-95d6813b, #w-node-_087b0b5f-86c0-20f0-4845-6d8f062c3567-95d6813b, #w-node-_087b0b5f-86c0-20f0-4845-6d8f062c356a-95d6813b, #w-node-_087b0b5f-86c0-20f0-4845-6d8f062c356d-95d6813b, #w-node-_087b0b5f-86c0-20f0-4845-6d8f062c3574-95d6813b, #w-node-_087b0b5f-86c0-20f0-4845-6d8f062c3577-95d6813b, #w-node-_087b0b5f-86c0-20f0-4845-6d8f062c357a-95d6813b, #w-node-_087b0b5f-86c0-20f0-4845-6d8f062c357d-95d6813b {
    align-self: center;
  }
}


@font-face {
  font-family: 'HelveticaNeue';
  src: url('../fonts/HelveticaNeueCyr-Light.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Ppeditorialnew';
  src: url('../fonts/PPEditorialNew-Ultralight.woff') format('woff');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'HelveticaNeue';
  src: url('../fonts/HelveticaNeueCyr-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'HelveticaNeue';
  src: url('../fonts/HelveticaNeueCyr-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'HelveticaNeue';
  src: url('../fonts/HelveticaNeueCyr-Roman.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}