@charset "UTF-8";
/* Center with position, parent must be relative */
:root {
  --grid-gutter-width: 24px;
  --total-columns: 12;
  --container-padding: 24px;
  --container-width: 1920px;
  --padding-bottom-p: 20px;
  --color-a: #94B2BB;
  --color-b: #838A7C;
  --color-c: #F9F8F6;
  --color-black: #202020;
  --color-white: #FFFFFF;
  --wrapper-fluid: 24px;
  --header-height: 80px;
  --footer-height: 120px; }

@media (min-width: 541px) and (max-width: 1024px) {
  :root {
    --grid-gutter-width: 24px;
    --total-columns: 8;
    --container-padding: 32px;
    --header-height: 80px;
    --footer-height: 120px; } }
  @media (max-width: 540px) {
    :root {
      --grid-gutter-width: 24px;
      --total-columns: 4;
      --container-padding: 24px;
      --header-height: 80px;
      --footer-height: 120px; } }

*,
*:after,
*:before {
  padding: 0;
  margin: 0;
  outline: 0px solid;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  *:hover, *:active, *:focus, *:visited,
  *:after:hover,
  *:after:active,
  *:after:focus,
  *:after:visited,
  *:before:hover,
  *:before:active,
  *:before:focus,
  *:before:visited {
    outline: 0px solid; }

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

html,
body {
  font-size: 16px;
  line-height: 22px;
  font-family: "gt-america", sans-serif;
  font-weight: 100;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding: 0;
  margin: 0;
  height: auto;
  background-color: var(--color-c); }
  @media (min-width: 541px) {
    html,
    body {
      font-size: 16px;
      line-height: 22px;
      font-family: "gt-america", sans-serif;
      font-weight: 100;
      font-style: normal; } }
  @media (min-width: 1025px) {
    html,
    body {
      font-size: 18px;
      line-height: 25px;
      font-family: "gt-america", sans-serif;
      font-weight: 100;
      font-style: normal; } }

body {
  transition: background-color 0.8s ease-in-out; }
  body.windows.webkit.windows::-webkit-scrollbar {
    width: 8px;
    height: 8px; }
  body.windows.webkit.windows::-webkit-scrollbar-button {
    width: 1px;
    height: 1px; }
  body.windows.webkit.windows::-webkit-scrollbar-thumb {
    background: #707070;
    border: 1px solid #FEFEFE;
    border-radius: 10px; }
  body.windows.webkit.windows::-webkit-scrollbar-track {
    background: transparent;
    border: 1px solid transparent;
    border-radius: 10px; }
  body.windows.webkit.windows::-webkit-scrollbar-corner {
    background: transparent; }
  body.is-debug {
    outline: 1px dotted fuchsia !important; }
    body.is-debug * {
      outline: 1px dotted red !important; }
    body.is-debug * * {
      outline: 1px dotted cyan !important; }
    body.is-debug * * * {
      outline: 1px dotted orange !important; }
    body.is-debug * * * * {
      outline: 1px dotted blue !important; }
    body.is-debug * * * * * {
      outline: 1px solid gray !important; }
    body.is-debug * * * * * * {
      outline: 1px solid purple !important; }
    body.is-debug * * * * * * * {
      outline: 1px solid rosybrown !important; }
    body.is-debug * * * * * * * * {
      outline: 1px solid darkolivegreen !important; }
    body.is-debug * * * * * * * * * {
      outline: 1px dotted fuchsia !important; }
    body.is-debug * * * * * * * * * * {
      outline: 1px dotted red !important; }
    body.is-debug * * * * * * * * * * * {
      outline: 1px dotted cyan !important; }
    body.is-debug * * * * * * * * * * * * {
      outline: 1px dotted orange !important; }
    body.is-debug * * * * * * * * * * * * * {
      outline: 1px dotted blue !important; }
    body.is-debug * * * * * * * * * * * * * * {
      outline: 1px solid gray !important; }
    body.is-debug * * * * * * * * * * * * * * * {
      outline: 1px solid purple !important; }
    body.is-debug * * * * * * * * * * * * * * * * {
      outline: 1px solid rosybrown !important; }
    body.is-debug * * * * * * * * * * * * * * * * * {
      outline: 1px solid darkolivegreen !important; }
  body.overflow-hidden {
    overflow: hidden; }
  body.overflow-scroll {
    overflow: scroll; }

.rp-scrollable.webkit.windows::-webkit-scrollbar {
  width: 8px;
  height: 8px; }

.rp-scrollable.webkit.windows::-webkit-scrollbar-button {
  width: 1px;
  height: 1px; }

.rp-scrollable.webkit.windows::-webkit-scrollbar-thumb {
  background: #707070;
  border: 1px solid #FEFEFE;
  border-radius: 10px; }

.rp-scrollable.webkit.windows::-webkit-scrollbar-track {
  background: transparent;
  border: 1px solid transparent;
  border-radius: 10px; }

.rp-scrollable.webkit.windows::-webkit-scrollbar-corner {
  background: transparent; }

ul {
  list-style-type: none;
  padding: 0;
  margin: 0; }

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

h1, h2, h3, h4, h5, h6 {
  color: var(--color-black);
  padding: 0px;
  margin: 0px;
  text-transform: none; }

p {
  font-family: inherit;
  font-weight: inherit;
  color: inherit;
  padding: 0;
  padding-bottom: var(--padding-bottom-p);
  margin: 0;
  font-size: inherit;
  line-height: inherit; }
  p b,
  p strong {
    font-weight: 700; }
  p img {
    margin: 0 auto;
    display: block; }
  p:last-child {
    padding-bottom: 0px; }
  p:empty {
    display: none; }
  p a {
    text-decoration: underline;
    display: inline-block;
    width: auto; }

a {
  color: inherit;
  text-decoration: none;
  cursor: pointer; }

#cookie-notice {
  background-color: transparent !important;
  border-top: 0px solid var(--color-white);
  border-bottom: 0px solid var(--color-white);
  display: flex;
  align-items: center;
  padding: 25px 0px;
  top: 100%;
  bottom: auto;
  height: auto;
  transform: rotate(90deg);
  left: auto;
  right: 0px;
  width: 100vh;
  min-width: 0px;
  transform-origin: top right;
  padding-left: 100px;
  padding-right: 120px; }
  @media (max-width: 1024px) {
    #cookie-notice {
      width: 80vw;
      max-width: 100vw; } }
  @media (max-width: 540px) {
    #cookie-notice {
      width: 80vh;
      max-width: 100vh; } }

.cookie-notice-container.cookie-notice-container {
  text-align: left;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: nowrap; }
  .cookie-notice-container.cookie-notice-container #cn-notice-text {
    font-size: 12px;
    line-height: normal;
    font-family: "gt-america", sans-serif;
    font-weight: 100;
    font-style: normal;
    color: var(--color-white);
    width: auto;
    display: block;
    margin: 0px; }
    @media (min-width: 541px) {
      .cookie-notice-container.cookie-notice-container #cn-notice-text {
        font-size: 12px;
        line-height: normal;
        font-family: "gt-america", sans-serif;
        font-weight: 100;
        font-style: normal; } }
    @media (min-width: 1025px) {
      .cookie-notice-container.cookie-notice-container #cn-notice-text {
        font-size: 12px;
        line-height: normal;
        font-family: "gt-america", sans-serif;
        font-weight: 100;
        font-style: normal; } }
    .cookie-notice-container.cookie-notice-container #cn-notice-text a {
      color: var(--color-white);
      text-decoration: underline; }
      .cookie-notice-container.cookie-notice-container #cn-notice-text a:hover {
        color: var(--color-white); }

#cn-accept-cookie {
  font-size: 12px;
  line-height: normal;
  font-family: "gt-america", sans-serif;
  font-weight: 100;
  font-style: normal;
  width: auto;
  display: block;
  color: var(--color-white);
  text-decoration: underline;
  margin-left: 40px; }
  @media (min-width: 541px) {
    #cn-accept-cookie {
      font-size: 12px;
      line-height: normal;
      font-family: "gt-america", sans-serif;
      font-weight: 100;
      font-style: normal; } }
  @media (min-width: 1025px) {
    #cn-accept-cookie {
      font-size: 12px;
      line-height: normal;
      font-family: "gt-america", sans-serif;
      font-weight: 100;
      font-style: normal; } }
  #cn-accept-cookie:hover {
    color: var(--color-white); }

@keyframes rp_rotate {
  0% {
    transform: rotate(0deg); }
  50% {
    transform: rotate(180deg); }
  100% {
    transform: rotate(360deg); } }

.rp-preloader {
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  width: 100%;
  height: 100vh;
  left: 0px;
  top: 0px;
  z-index: 9999999;
  background-color: var(--color-a); }
  .rp-preloader__item {
    border-radius: 50%;
    padding: 8px;
    border: 2px solid transparent;
    animation: rp_rotate linear 0.9s infinite;
    border-top-color: var(--color-white);
    position: relative;
    margin: 75px auto;
    width: 150px;
    height: 150px;
    display: block;
    overflow: hidden;
    will-change: transform; }

.pswp {
  z-index: 999999; }
  .pswp .pswp__bg {
    background-color: var(--color-c); }
  .pswp .pswp__ui--idle .pswp__top-bar {
    opacity: 1;
    background-color: transparent; }
  .pswp .pswp__top-bar {
    opacity: 1;
    background-color: transparent; }
  .pswp .pswp__button--arrow--left {
    position: relative; }
    .pswp .pswp__button--arrow--left::before {
      content: "";
      display: inline-block;
      background-image: url(../img/icon-arrow-left-gallery.svg);
      background-position: center;
      background-repeat: no-repeat;
      background-size: 100%;
      font-size: 55px;
      width: 1em;
      height: 1em;
      position: absolute;
      top: 50%;
      transform: translateY(-50%); }
  .pswp .pswp__button--arrow--right {
    position: relative; }
    .pswp .pswp__button--arrow--right::before {
      content: "";
      display: inline-block;
      background-image: url(../img/icon-arrow-right-gallery.svg);
      background-position: center;
      background-repeat: no-repeat;
      background-size: 100%;
      font-size: 55px;
      width: 1em;
      height: 1em;
      position: absolute;
      top: 50%;
      transform: translateY(-50%); }
  .pswp .pswp__button--arrow--left,
  .pswp .pswp__button--arrow--right {
    z-index: 9999999;
    opacity: 1;
    position: absolute;
    background-color: transparent;
    width: 80px;
    height: 80px;
    margin-top: -40px; }
    .pswp .pswp__button--arrow--left::before,
    .pswp .pswp__button--arrow--right::before {
      background-color: transparent;
      background-size: 1em;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%); }
  .pswp .pswp__ui--idle .pswp__button--arrow--left,
  .pswp .pswp__ui--idle .pswp__button--arrow--right {
    opacity: 1; }
  .pswp .pswp__button--close {
    background-image: url(../img/icon-modal-close.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 28px;
    width: 80px;
    height: 80px;
    background-color: transparent; }
  .pswp .pswp__caption {
    background-color: rgba(249, 248, 246, 0.9); }
  .pswp .pswp__caption__center {
    font-size: 14px;
    line-height: 17px;
    font-family: "gt-america", sans-serif;
    font-weight: 100;
    font-style: normal;
    max-width: 100%;
    width: calc( ( var(--container-width) ) + ( var(--container-padding) * 2 ));
    padding-left: calc( var(--container-padding) / 2);
    padding-right: calc( var(--container-padding) / 2);
    display: block;
    margin: 0 auto;
    text-align: center;
    padding: 35px 25px;
    color: var(--color-black); }
    @media (min-width: 541px) {
      .pswp .pswp__caption__center {
        font-size: 14px;
        line-height: 17px;
        font-family: "gt-america", sans-serif;
        font-weight: 100;
        font-style: normal; } }
    @media (min-width: 1025px) {
      .pswp .pswp__caption__center {
        font-size: 14px;
        line-height: 17px;
        font-family: "gt-america", sans-serif;
        font-weight: 100;
        font-style: normal; } }

#PureChatWidget {
  display: none; }
  #PureChatWidget.is-active {
    display: block; }

#cmplz-manage-consent {
  display: none !important;
  visibility: hidden !important; }

.o-icon::before {
  transition: all 0.3s ease-in-out; }

.o-icon--left {
  padding-left: 2em; }
  .o-icon--left::before {
    left: 0px; }

.o-icon--right {
  padding-right: 2em; }
  .o-icon--right::before {
    right: 0px; }

.o-icon--hover-to-down:hover::before {
  transform: translate(0%, 0%); }

.o-icon--hover-to-right:hover::before {
  transform: translate(50%, -50%); }

.o-icon--hover-to-left:hover::before {
  transform: translate(-50%, -50%); }

.o-icon--arrow-down {
  position: relative; }
  .o-icon--arrow-down::before {
    content: "";
    display: inline-block;
    background-image: url(../img/icon-arrow-down.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    font-size: 14px;
    width: 1em;
    height: 1em;
    position: absolute;
    top: 50%;
    transform: translateY(-50%); }

.o-icon--download-arrow-down {
  padding-left: 1.5em; }
  .o-icon--download-arrow-down::before {
    height: 1.5em;
    background-position: center bottom; }

.o-icon--download-arrow-down-black {
  position: relative;
  padding-left: 1.5em; }
  .o-icon--download-arrow-down-black::before {
    content: "";
    display: inline-block;
    background-image: url(../img/icon-download-image-black.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    font-size: 16px;
    width: 1em;
    height: 1em;
    position: absolute;
    top: 50%;
    transform: translateY(-50%); }
  .o-icon--download-arrow-down-black::before {
    height: 1.5em;
    background-position: center bottom; }

.o-icon--none::before {
  display: none; }

@media (max-width: 540px) {
  .o-icon--none\@phone {
    padding-left: 0px;
    padding-right: 0px; }
    .o-icon--none\@phone::before {
      display: none; } }

@media (min-width: 541px) and (max-width: 1024px) {
  .o-icon--none\@tablet {
    padding-left: 0px;
    padding-right: 0px; }
    .o-icon--none\@tablet::before {
      display: none; } }

@media (min-width: 1025px) {
  .o-icon--none\@desktop {
    padding-left: 0px;
    padding-right: 0px; }
    .o-icon--none\@desktop::before {
      display: none; } }

.o-col__1 {
  width: calc( ( (100% - 0px) / 12 ) * 1);
  padding-left: calc( var(--grid-gutter-width) / 2);
  padding-right: calc( var(--grid-gutter-width) / 2); }
  @media (max-width: 540px) {
    .o-col__1\@phone {
      width: calc( ( (100% - 0px) / 4 ) * 1);
      padding-left: calc( var(--grid-gutter-width) / 2);
      padding-right: calc( var(--grid-gutter-width) / 2); } }

@media (min-width: 541px) and (max-width: 1024px) {
  .o-col__1\@tablet {
    width: calc( ( (100% - 0px) / 8 ) * 1);
    padding-left: calc( var(--grid-gutter-width) / 2);
    padding-right: calc( var(--grid-gutter-width) / 2); } }
  @media (min-width: 1025px) {
    .o-col__1\@desktop {
      width: calc( ( (100% - 0px) / 12 ) * 1);
      padding-left: calc( var(--grid-gutter-width) / 2);
      padding-right: calc( var(--grid-gutter-width) / 2); } }

.o-col__2 {
  width: calc( ( (100% - 0px) / 12 ) * 2);
  padding-left: calc( var(--grid-gutter-width) / 2);
  padding-right: calc( var(--grid-gutter-width) / 2); }
  @media (max-width: 540px) {
    .o-col__2\@phone {
      width: calc( ( (100% - 0px) / 4 ) * 2);
      padding-left: calc( var(--grid-gutter-width) / 2);
      padding-right: calc( var(--grid-gutter-width) / 2); } }

@media (min-width: 541px) and (max-width: 1024px) {
  .o-col__2\@tablet {
    width: calc( ( (100% - 0px) / 8 ) * 2);
    padding-left: calc( var(--grid-gutter-width) / 2);
    padding-right: calc( var(--grid-gutter-width) / 2); } }
  @media (min-width: 1025px) {
    .o-col__2\@desktop {
      width: calc( ( (100% - 0px) / 12 ) * 2);
      padding-left: calc( var(--grid-gutter-width) / 2);
      padding-right: calc( var(--grid-gutter-width) / 2); } }

.o-col__3 {
  width: calc( ( (100% - 0px) / 12 ) * 3);
  padding-left: calc( var(--grid-gutter-width) / 2);
  padding-right: calc( var(--grid-gutter-width) / 2); }
  @media (max-width: 540px) {
    .o-col__3\@phone {
      width: calc( ( (100% - 0px) / 4 ) * 3);
      padding-left: calc( var(--grid-gutter-width) / 2);
      padding-right: calc( var(--grid-gutter-width) / 2); } }

@media (min-width: 541px) and (max-width: 1024px) {
  .o-col__3\@tablet {
    width: calc( ( (100% - 0px) / 8 ) * 3);
    padding-left: calc( var(--grid-gutter-width) / 2);
    padding-right: calc( var(--grid-gutter-width) / 2); } }
  @media (min-width: 1025px) {
    .o-col__3\@desktop {
      width: calc( ( (100% - 0px) / 12 ) * 3);
      padding-left: calc( var(--grid-gutter-width) / 2);
      padding-right: calc( var(--grid-gutter-width) / 2); } }

.o-col__4 {
  width: calc( ( (100% - 0px) / 12 ) * 4);
  padding-left: calc( var(--grid-gutter-width) / 2);
  padding-right: calc( var(--grid-gutter-width) / 2); }
  @media (max-width: 540px) {
    .o-col__4\@phone {
      width: calc( ( (100% - 0px) / 4 ) * 4);
      padding-left: calc( var(--grid-gutter-width) / 2);
      padding-right: calc( var(--grid-gutter-width) / 2); } }

@media (min-width: 541px) and (max-width: 1024px) {
  .o-col__4\@tablet {
    width: calc( ( (100% - 0px) / 8 ) * 4);
    padding-left: calc( var(--grid-gutter-width) / 2);
    padding-right: calc( var(--grid-gutter-width) / 2); } }
  @media (min-width: 1025px) {
    .o-col__4\@desktop {
      width: calc( ( (100% - 0px) / 12 ) * 4);
      padding-left: calc( var(--grid-gutter-width) / 2);
      padding-right: calc( var(--grid-gutter-width) / 2); } }

.o-col__5 {
  width: calc( ( (100% - 0px) / 12 ) * 5);
  padding-left: calc( var(--grid-gutter-width) / 2);
  padding-right: calc( var(--grid-gutter-width) / 2); }
  @media (max-width: 540px) {
    .o-col__5\@phone {
      width: calc( ( (100% - 0px) / 4 ) * 5);
      padding-left: calc( var(--grid-gutter-width) / 2);
      padding-right: calc( var(--grid-gutter-width) / 2); } }

@media (min-width: 541px) and (max-width: 1024px) {
  .o-col__5\@tablet {
    width: calc( ( (100% - 0px) / 8 ) * 5);
    padding-left: calc( var(--grid-gutter-width) / 2);
    padding-right: calc( var(--grid-gutter-width) / 2); } }
  @media (min-width: 1025px) {
    .o-col__5\@desktop {
      width: calc( ( (100% - 0px) / 12 ) * 5);
      padding-left: calc( var(--grid-gutter-width) / 2);
      padding-right: calc( var(--grid-gutter-width) / 2); } }

.o-col__6 {
  width: calc( ( (100% - 0px) / 12 ) * 6);
  padding-left: calc( var(--grid-gutter-width) / 2);
  padding-right: calc( var(--grid-gutter-width) / 2); }
  @media (max-width: 540px) {
    .o-col__6\@phone {
      width: calc( ( (100% - 0px) / 4 ) * 6);
      padding-left: calc( var(--grid-gutter-width) / 2);
      padding-right: calc( var(--grid-gutter-width) / 2); } }

@media (min-width: 541px) and (max-width: 1024px) {
  .o-col__6\@tablet {
    width: calc( ( (100% - 0px) / 8 ) * 6);
    padding-left: calc( var(--grid-gutter-width) / 2);
    padding-right: calc( var(--grid-gutter-width) / 2); } }
  @media (min-width: 1025px) {
    .o-col__6\@desktop {
      width: calc( ( (100% - 0px) / 12 ) * 6);
      padding-left: calc( var(--grid-gutter-width) / 2);
      padding-right: calc( var(--grid-gutter-width) / 2); } }

.o-col__7 {
  width: calc( ( (100% - 0px) / 12 ) * 7);
  padding-left: calc( var(--grid-gutter-width) / 2);
  padding-right: calc( var(--grid-gutter-width) / 2); }
  @media (max-width: 540px) {
    .o-col__7\@phone {
      width: calc( ( (100% - 0px) / 4 ) * 7);
      padding-left: calc( var(--grid-gutter-width) / 2);
      padding-right: calc( var(--grid-gutter-width) / 2); } }

@media (min-width: 541px) and (max-width: 1024px) {
  .o-col__7\@tablet {
    width: calc( ( (100% - 0px) / 8 ) * 7);
    padding-left: calc( var(--grid-gutter-width) / 2);
    padding-right: calc( var(--grid-gutter-width) / 2); } }
  @media (min-width: 1025px) {
    .o-col__7\@desktop {
      width: calc( ( (100% - 0px) / 12 ) * 7);
      padding-left: calc( var(--grid-gutter-width) / 2);
      padding-right: calc( var(--grid-gutter-width) / 2); } }

.o-col__8 {
  width: calc( ( (100% - 0px) / 12 ) * 8);
  padding-left: calc( var(--grid-gutter-width) / 2);
  padding-right: calc( var(--grid-gutter-width) / 2); }
  @media (max-width: 540px) {
    .o-col__8\@phone {
      width: calc( ( (100% - 0px) / 4 ) * 8);
      padding-left: calc( var(--grid-gutter-width) / 2);
      padding-right: calc( var(--grid-gutter-width) / 2); } }

@media (min-width: 541px) and (max-width: 1024px) {
  .o-col__8\@tablet {
    width: calc( ( (100% - 0px) / 8 ) * 8);
    padding-left: calc( var(--grid-gutter-width) / 2);
    padding-right: calc( var(--grid-gutter-width) / 2); } }
  @media (min-width: 1025px) {
    .o-col__8\@desktop {
      width: calc( ( (100% - 0px) / 12 ) * 8);
      padding-left: calc( var(--grid-gutter-width) / 2);
      padding-right: calc( var(--grid-gutter-width) / 2); } }

.o-col__9 {
  width: calc( ( (100% - 0px) / 12 ) * 9);
  padding-left: calc( var(--grid-gutter-width) / 2);
  padding-right: calc( var(--grid-gutter-width) / 2); }
  @media (max-width: 540px) {
    .o-col__9\@phone {
      width: calc( ( (100% - 0px) / 4 ) * 9);
      padding-left: calc( var(--grid-gutter-width) / 2);
      padding-right: calc( var(--grid-gutter-width) / 2); } }

@media (min-width: 541px) and (max-width: 1024px) {
  .o-col__9\@tablet {
    width: calc( ( (100% - 0px) / 8 ) * 9);
    padding-left: calc( var(--grid-gutter-width) / 2);
    padding-right: calc( var(--grid-gutter-width) / 2); } }
  @media (min-width: 1025px) {
    .o-col__9\@desktop {
      width: calc( ( (100% - 0px) / 12 ) * 9);
      padding-left: calc( var(--grid-gutter-width) / 2);
      padding-right: calc( var(--grid-gutter-width) / 2); } }

.o-col__10 {
  width: calc( ( (100% - 0px) / 12 ) * 10);
  padding-left: calc( var(--grid-gutter-width) / 2);
  padding-right: calc( var(--grid-gutter-width) / 2); }
  @media (max-width: 540px) {
    .o-col__10\@phone {
      width: calc( ( (100% - 0px) / 4 ) * 10);
      padding-left: calc( var(--grid-gutter-width) / 2);
      padding-right: calc( var(--grid-gutter-width) / 2); } }

@media (min-width: 541px) and (max-width: 1024px) {
  .o-col__10\@tablet {
    width: calc( ( (100% - 0px) / 8 ) * 10);
    padding-left: calc( var(--grid-gutter-width) / 2);
    padding-right: calc( var(--grid-gutter-width) / 2); } }
  @media (min-width: 1025px) {
    .o-col__10\@desktop {
      width: calc( ( (100% - 0px) / 12 ) * 10);
      padding-left: calc( var(--grid-gutter-width) / 2);
      padding-right: calc( var(--grid-gutter-width) / 2); } }

.o-col__11 {
  width: calc( ( (100% - 0px) / 12 ) * 11);
  padding-left: calc( var(--grid-gutter-width) / 2);
  padding-right: calc( var(--grid-gutter-width) / 2); }
  @media (max-width: 540px) {
    .o-col__11\@phone {
      width: calc( ( (100% - 0px) / 4 ) * 11);
      padding-left: calc( var(--grid-gutter-width) / 2);
      padding-right: calc( var(--grid-gutter-width) / 2); } }

@media (min-width: 541px) and (max-width: 1024px) {
  .o-col__11\@tablet {
    width: calc( ( (100% - 0px) / 8 ) * 11);
    padding-left: calc( var(--grid-gutter-width) / 2);
    padding-right: calc( var(--grid-gutter-width) / 2); } }
  @media (min-width: 1025px) {
    .o-col__11\@desktop {
      width: calc( ( (100% - 0px) / 12 ) * 11);
      padding-left: calc( var(--grid-gutter-width) / 2);
      padding-right: calc( var(--grid-gutter-width) / 2); } }

.o-col__12 {
  width: calc( ( (100% - 0px) / 12 ) * 12);
  padding-left: calc( var(--grid-gutter-width) / 2);
  padding-right: calc( var(--grid-gutter-width) / 2); }
  @media (max-width: 540px) {
    .o-col__12\@phone {
      width: calc( ( (100% - 0px) / 4 ) * 12);
      padding-left: calc( var(--grid-gutter-width) / 2);
      padding-right: calc( var(--grid-gutter-width) / 2); } }

@media (min-width: 541px) and (max-width: 1024px) {
  .o-col__12\@tablet {
    width: calc( ( (100% - 0px) / 8 ) * 12);
    padding-left: calc( var(--grid-gutter-width) / 2);
    padding-right: calc( var(--grid-gutter-width) / 2); } }
  @media (min-width: 1025px) {
    .o-col__12\@desktop {
      width: calc( ( (100% - 0px) / 12 ) * 12);
      padding-left: calc( var(--grid-gutter-width) / 2);
      padding-right: calc( var(--grid-gutter-width) / 2); } }

.o-col__push-1 {
  margin-left: calc( (1 / var(--total-columns) ) * (100% - 0px)); }
  @media (max-width: 540px) {
    .o-col__push-1\@phone {
      margin-left: calc( (1 / var(--total-columns) ) * (100% - 0px)); } }

@media (min-width: 541px) and (max-width: 1024px) {
  .o-col__push-1\@tablet {
    margin-left: calc( (1 / var(--total-columns) ) * (100% - 0px)); } }
  @media (min-width: 1025px) {
    .o-col__push-1\@desktop {
      margin-left: calc( (1 / var(--total-columns) ) * (100% - 0px)); } }

.o-col__push-2 {
  margin-left: calc( (2 / var(--total-columns) ) * (100% - 0px)); }
  @media (max-width: 540px) {
    .o-col__push-2\@phone {
      margin-left: calc( (2 / var(--total-columns) ) * (100% - 0px)); } }

@media (min-width: 541px) and (max-width: 1024px) {
  .o-col__push-2\@tablet {
    margin-left: calc( (2 / var(--total-columns) ) * (100% - 0px)); } }
  @media (min-width: 1025px) {
    .o-col__push-2\@desktop {
      margin-left: calc( (2 / var(--total-columns) ) * (100% - 0px)); } }

.o-col__push-3 {
  margin-left: calc( (3 / var(--total-columns) ) * (100% - 0px)); }
  @media (max-width: 540px) {
    .o-col__push-3\@phone {
      margin-left: calc( (3 / var(--total-columns) ) * (100% - 0px)); } }

@media (min-width: 541px) and (max-width: 1024px) {
  .o-col__push-3\@tablet {
    margin-left: calc( (3 / var(--total-columns) ) * (100% - 0px)); } }
  @media (min-width: 1025px) {
    .o-col__push-3\@desktop {
      margin-left: calc( (3 / var(--total-columns) ) * (100% - 0px)); } }

.o-col__push-4 {
  margin-left: calc( (4 / var(--total-columns) ) * (100% - 0px)); }
  @media (max-width: 540px) {
    .o-col__push-4\@phone {
      margin-left: calc( (4 / var(--total-columns) ) * (100% - 0px)); } }

@media (min-width: 541px) and (max-width: 1024px) {
  .o-col__push-4\@tablet {
    margin-left: calc( (4 / var(--total-columns) ) * (100% - 0px)); } }
  @media (min-width: 1025px) {
    .o-col__push-4\@desktop {
      margin-left: calc( (4 / var(--total-columns) ) * (100% - 0px)); } }

.o-col__push-5 {
  margin-left: calc( (5 / var(--total-columns) ) * (100% - 0px)); }
  @media (max-width: 540px) {
    .o-col__push-5\@phone {
      margin-left: calc( (5 / var(--total-columns) ) * (100% - 0px)); } }

@media (min-width: 541px) and (max-width: 1024px) {
  .o-col__push-5\@tablet {
    margin-left: calc( (5 / var(--total-columns) ) * (100% - 0px)); } }
  @media (min-width: 1025px) {
    .o-col__push-5\@desktop {
      margin-left: calc( (5 / var(--total-columns) ) * (100% - 0px)); } }

.o-col__push-6 {
  margin-left: calc( (6 / var(--total-columns) ) * (100% - 0px)); }
  @media (max-width: 540px) {
    .o-col__push-6\@phone {
      margin-left: calc( (6 / var(--total-columns) ) * (100% - 0px)); } }

@media (min-width: 541px) and (max-width: 1024px) {
  .o-col__push-6\@tablet {
    margin-left: calc( (6 / var(--total-columns) ) * (100% - 0px)); } }
  @media (min-width: 1025px) {
    .o-col__push-6\@desktop {
      margin-left: calc( (6 / var(--total-columns) ) * (100% - 0px)); } }

.o-main {
  min-height: 80vh; }

.o-fix-bg-color-black {
  background-color: var(--color-black); }

.o-fix-bg-color-black-opacity {
  background-color: rgba(32, 32, 32, 0.02); }

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

.o-fix-bg-color-color-a {
  background-color: var(--color-a); }

.o-fix-bg-color-color-b {
  background-color: var(--color-b); }

.o-fix-bg-color-color-c {
  background-color: var(--color-c); }

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

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

.o-color--a {
  color: var(--color-a); }
  @media (max-width: 540px) {
    .o-color--a\@phone {
      color: var(--color-a); } }

@media (min-width: 541px) and (max-width: 1024px) {
  .o-color--a\@tablet {
    color: var(--color-a); } }
  @media (min-width: 1025px) {
    .o-color--a\@desktop {
      color: var(--color-a); } }

.o-video-bg {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  /* Set video container element width here */
  height: 100%;
  /* Set video container element height here */
  overflow: hidden;
  background: transparent;
  /* bg color, if video is not high enough */
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center; }
  .o-video-bg__width {
    position: absolute;
    width: 100%;
    /* Change width value to cover more area*/
    height: 100%;
    left: -9999px;
    right: -9999px;
    top: 0px;
    margin: auto; }
  .o-video-bg__aspect {
    position: absolute;
    width: 100%;
    height: 0;
    top: 0px;
    bottom: 0px;
    margin: 0px auto;
    padding-bottom: 56.25%;
    overflow: hidden; }
  .o-video-bg__make-height {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; }
  .o-video-bg__hide-controls {
    box-sizing: content-box;
    position: relative;
    height: 100%;
    width: 100%;
    padding: 55px 97.7777px;
    top: -55px;
    left: -97.7777px; }
  .o-video-bg__poster {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: relative;
    z-index: 1; }
  .o-video-bg__iframe,
  .o-video-bg iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border: 0 none;
    display: block;
    z-index: 2; }

.o-relative {
  position: relative; }

.o-clearfix:before, .o-clearfix:after {
  content: " ";
  display: table; }

.o-clearfix:after {
  clear: both; }

.o-display--block {
  display: block; }
  .o-display--block__childs * {
    display: block; }

.o-background--cover {
  width: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat; }

.o-container {
  max-width: 100%;
  width: calc( ( var(--container-width) ) + ( var(--container-padding) * 2 ));
  padding-left: calc( var(--container-padding) / 2);
  padding-right: calc( var(--container-padding) / 2);
  display: flex;
  margin: 0 auto;
  flex-wrap: wrap; }

.o-wrapper {
  position: relative;
  max-width: 100%;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding: 0px calc( var(--wrapper-fluid) - (var(--container-padding) / 2));
  margin: 0 auto; }
  @media (max-width: 1024px) {
    .o-wrapper {
      padding: 0px var(--container-padding); } }

.o-height {
  height: calc(100vh - var(--header-height) - var(--footer-height));
  display: flex;
  overflow: hidden; }
  @media (max-width: 1024px) {
    .o-height {
      height: auto; } }

.o-min-height {
  min-height: calc(100vh - var(--header-height) - var(--footer-height));
  display: flex; }

.o-cols--2 {
  columns: 300px 2; }

.o-overflow-hidden {
  overflow: hidden; }
  @media (max-width: 540px) {
    .o-overflow-hidden\@phone {
      overflow: hidden; } }

@media (min-width: 541px) and (max-width: 1024px) {
  .o-overflow-hidden\@tablet {
    overflow: hidden; } }
  @media (min-width: 1025px) {
    .o-overflow-hidden\@desktop {
      overflow: hidden; } }

.o-button {
  appearance: none;
  -webkit-appearance: none;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  cursor: default;
  outline: 0;
  margin: 0;
  font-size: inherit;
  font-weight: inherit;
  font-family: inherit;
  color: inherit;
  text-align: inherit;
  font-size: 20px;
  line-height: 24px;
  font-family: "gt-america", sans-serif;
  font-weight: 100;
  font-style: normal;
  width: auto;
  color: var(--color-white);
  padding-bottom: 5px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  transition: all 0.3s ease-in-out;
  text-align: center;
  display: inline-block;
  cursor: pointer; }
  @media (min-width: 541px) {
    .o-button {
      font-size: 20px;
      line-height: 24px;
      font-family: "gt-america", sans-serif;
      font-weight: 100;
      font-style: normal; } }
  @media (min-width: 1025px) {
    .o-button {
      font-size: 28px;
      line-height: 34px;
      font-family: "gt-america", sans-serif;
      font-weight: 100;
      font-style: normal; } }
  .o-button:hover {
    border-bottom: 1px solid white; }
  .o-button.disabled, .o-button:disabled {
    opacity: 0.5; }
  .o-button--dark {
    color: var(--color-black);
    border-bottom: 1px solid rgba(32, 32, 32, 0.2);
    display: inline;
    text-align: left; }
    .o-button--dark:hover {
      border-bottom: 1px solid #202020; }

.o-fz-display-1 {
  font-size: 36px;
  line-height: 43px;
  font-family: "berlingske", serif;
  font-weight: 300;
  font-style: normal; }
  @media (min-width: 541px) {
    .o-fz-display-1 {
      font-size: 40px;
      line-height: 48px;
      font-family: "berlingske", serif;
      font-weight: 300;
      font-style: normal; } }
  @media (min-width: 1025px) {
    .o-fz-display-1 {
      font-size: 64px;
      line-height: 77px;
      font-family: "berlingske", serif;
      font-weight: 300;
      font-style: normal; } }

.o-fz-display-2 {
  font-size: 28px;
  line-height: 34px;
  font-family: "berlingske", serif;
  font-weight: 300;
  font-style: normal; }
  @media (min-width: 541px) {
    .o-fz-display-2 {
      font-size: 32px;
      line-height: 38px;
      font-family: "berlingske", serif;
      font-weight: 300;
      font-style: normal; } }
  @media (min-width: 1025px) {
    .o-fz-display-2 {
      font-size: 48px;
      line-height: 58px;
      font-family: "berlingske", serif;
      font-weight: 300;
      font-style: normal; } }

.o-fz-display-3 {
  font-size: 28px;
  line-height: 34px;
  font-family: "berlingske", serif;
  font-weight: 300;
  font-style: normal; }
  @media (min-width: 541px) {
    .o-fz-display-3 {
      font-size: 32px;
      line-height: 38px;
      font-family: "berlingske", serif;
      font-weight: 300;
      font-style: normal; } }
  @media (min-width: 1025px) {
    .o-fz-display-3 {
      font-size: 36px;
      line-height: 43px;
      font-family: "berlingske", serif;
      font-weight: 300;
      font-style: normal; } }

.o-fz-display-4 {
  font-size: 36px;
  line-height: 43px;
  font-family: "gt-america", sans-serif;
  font-weight: 100;
  font-style: normal; }
  @media (min-width: 541px) {
    .o-fz-display-4 {
      font-size: 36px;
      line-height: 43px;
      font-family: "gt-america", sans-serif;
      font-weight: 100;
      font-style: normal; } }
  @media (min-width: 1025px) {
    .o-fz-display-4 {
      font-size: 48px;
      line-height: 58px;
      font-family: "gt-america", sans-serif;
      font-weight: 100;
      font-style: normal; } }

.o-fz-headline {
  font-size: 20px;
  line-height: 24px;
  font-family: "gt-america", sans-serif;
  font-weight: 100;
  font-style: normal; }
  @media (min-width: 541px) {
    .o-fz-headline {
      font-size: 20px;
      line-height: 24px;
      font-family: "gt-america", sans-serif;
      font-weight: 100;
      font-style: normal; } }
  @media (min-width: 1025px) {
    .o-fz-headline {
      font-size: 28px;
      line-height: 34px;
      font-family: "gt-america", sans-serif;
      font-weight: 100;
      font-style: normal; } }

.o-fz-body {
  font-size: 16px;
  line-height: 22px;
  font-family: "gt-america", sans-serif;
  font-weight: 100;
  font-style: normal; }
  @media (min-width: 541px) {
    .o-fz-body {
      font-size: 16px;
      line-height: 22px;
      font-family: "gt-america", sans-serif;
      font-weight: 100;
      font-style: normal; } }
  @media (min-width: 1025px) {
    .o-fz-body {
      font-size: 18px;
      line-height: 25px;
      font-family: "gt-america", sans-serif;
      font-weight: 100;
      font-style: normal; } }

.o-fz-caption {
  font-size: 14px;
  line-height: 17px;
  font-family: "gt-america", sans-serif;
  font-weight: 100;
  font-style: normal; }
  @media (min-width: 541px) {
    .o-fz-caption {
      font-size: 14px;
      line-height: 17px;
      font-family: "gt-america", sans-serif;
      font-weight: 100;
      font-style: normal; } }
  @media (min-width: 1025px) {
    .o-fz-caption {
      font-size: 14px;
      line-height: 17px;
      font-family: "gt-america", sans-serif;
      font-weight: 100;
      font-style: normal; } }

.o-w-thin {
  font-weight: 100; }

.o-w-xlight {
  font-weight: 200; }

.o-w-light {
  font-weight: 300; }

.o-w-regular {
  font-weight: 400; }

.o-w-medium {
  font-weight: 500; }

.o-w-bold {
  font-weight: 700; }

.o-w-black {
  font-weight: 900; }

.o-family-a {
  font-family: "berlingske", serif;
  font-weight: 400;
  font-style: normal; }

.o-family-b {
  font-family: "gt-america", sans-serif;
  font-weight: 400;
  font-style: normal; }

.o-no-padding {
  padding: 0px; }

.o-sup {
  font-size: 14px;
  line-height: 17px;
  font-family: "gt-america", sans-serif;
  font-weight: 100;
  font-style: normal;
  vertical-align: super;
  display: inline;
  padding-left: 3px;
  text-transform: capitalize; }
  @media (min-width: 541px) {
    .o-sup {
      font-size: 14px;
      line-height: 17px;
      font-family: "gt-america", sans-serif;
      font-weight: 100;
      font-style: normal; } }
  @media (min-width: 1025px) {
    .o-sup {
      font-size: 14px;
      line-height: 17px;
      font-family: "gt-america", sans-serif;
      font-weight: 100;
      font-style: normal; } }
  .c-hero .o-sup {
    position: relative;
    top: -10px; }

.o-body-transparent {
  background-color: var(--color-c); }

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

.o-body-black-opacity {
  background-color: rgba(32, 32, 32, 0.02); }

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

.o-body-color-a {
  background-color: var(--color-a); }

.o-body-color-b {
  background-color: var(--color-b); }

.o-body-color-c {
  background-color: var(--color-c); }

.languages {
  display: flex;
  align-items: center;
  position: relative; }
  .languages__button {
    font-size: 12px;
    line-height: normal;
    font-family: "gt-america", sans-serif;
    font-weight: 100;
    font-style: normal;
    color: var(--color-white);
    transition: all 0.4s ease-in-out;
    cursor: default;
    text-transform: uppercase;
    position: relative;
    z-index: 999;
    padding-right: 12px;
    display: block; }
    @media (min-width: 541px) {
      .languages__button {
        font-size: 12px;
        line-height: normal;
        font-family: "gt-america", sans-serif;
        font-weight: 100;
        font-style: normal; } }
    @media (min-width: 1025px) {
      .languages__button {
        font-size: 12px;
        line-height: normal;
        font-family: "gt-america", sans-serif;
        font-weight: 100;
        font-style: normal; } }
  .languages__list {
    display: flex; }
  .languages__lang {
    padding-left: 12px;
    display: flex;
    align-items: center; }
    .languages__lang:first-child {
      padding-left: 0; }
    .languages__lang a {
      font-size: 12px;
      line-height: normal;
      font-family: "gt-america", sans-serif;
      font-weight: 100;
      font-style: normal;
      color: rgba(255, 255, 255, 0.3);
      transition: all 0.4s ease-in-out;
      cursor: pointer;
      text-transform: uppercase; }
      @media (min-width: 541px) {
        .languages__lang a {
          font-size: 12px;
          line-height: normal;
          font-family: "gt-america", sans-serif;
          font-weight: 100;
          font-style: normal; } }
      @media (min-width: 1025px) {
        .languages__lang a {
          font-size: 12px;
          line-height: normal;
          font-family: "gt-america", sans-serif;
          font-weight: 100;
          font-style: normal; } }
      .languages__lang a:hover {
        color: white; }

.menumobile {
  display: block;
  z-index: 9996;
  position: fixed;
  right: 0;
  top: 0px;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  pointer-events: none; }
  .menumobile.is-active {
    pointer-events: all;
    overflow: auto; }
  .menumobile__bg {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 1; }
  .menumobile__svg {
    height: 100vh;
    width: 100%;
    display: block;
    fill: var(--color-a);
    position: relative;
    top: 0vh; }
  .menumobile__rect {
    fill: var(--color-a);
    width: 100%;
    height: 100%; }
  .menumobile__wrapper-all {
    transition: all 0.6s cubic-bezier(0.19, 0.88, 0.22, 1) 0.1s;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    position: relative;
    z-index: 2;
    overflow: hidden; }
    @media (max-width: 1024px) {
      .menumobile__wrapper-all {
        overflow: auto; } }
    .is-active .menumobile__wrapper-all {
      opacity: 1;
      visibility: visible;
      transition-delay: 0.3s; }
  .menumobile__wrapper-top {
    width: 100%;
    height: var(--header-height);
    display: flex;
    align-items: center; }
  .menumobile__wrapper-body {
    width: 100%;
    min-height: calc(100vh - var(--header-height));
    height: auto;
    display: flex;
    align-items: center;
    padding: 40px 0px; }
    @media (max-width: 1024px) {
      .menumobile__wrapper-body {
        padding-top: 68px; } }
    @media (max-width: 540px) {
      .menumobile__wrapper-body {
        padding-top: 48px;
        padding-bottom: 64px; } }
  .menumobile__nav {
    width: 100%; }
  .menumobile__menu {
    width: 100%; }
  .menumobile .menu-item-depth-0 {
    position: relative;
    padding-bottom: 16px; }
    @media (max-width: 1024px) {
      .menumobile .menu-item-depth-0 {
        padding-bottom: 9px; } }
    .menumobile .menu-item-depth-0 > a {
      font-size: 20px;
      line-height: 24px;
      font-family: "gt-america", sans-serif;
      font-weight: 100;
      font-style: normal;
      color: var(--color-white);
      display: inline-block;
      transition: all 0.3s ease-in-out;
      opacity: 1; }
      @media (min-width: 541px) {
        .menumobile .menu-item-depth-0 > a {
          font-size: 20px;
          line-height: 24px;
          font-family: "gt-america", sans-serif;
          font-weight: 100;
          font-style: normal; } }
      @media (min-width: 1025px) {
        .menumobile .menu-item-depth-0 > a {
          font-size: 28px;
          line-height: 34px;
          font-family: "gt-america", sans-serif;
          font-weight: 100;
          font-style: normal; } }
      .menumobile .menu-item-depth-0 > a.has-opacity {
        opacity: 0.3; }
        @media (max-width: 1024px) {
          .menumobile .menu-item-depth-0 > a.has-opacity {
            opacity: 1; } }
      .menumobile .menu-item-depth-0 > a.is-show-submenu {
        opacity: 1; }
  .menumobile .menu-depth-1 {
    display: none;
    padding-top: 16px;
    padding-bottom: 16px; }
  .menumobile .menu-item-depth-1 {
    display: inline-block; }
    @media (max-width: 540px) {
      .menumobile .menu-item-depth-1 {
        padding-bottom: 5px; } }
    .menumobile .menu-item-depth-1:last-child > a::after {
      display: none; }
    .menumobile .menu-item-depth-1 > a {
      font-size: 16px;
      line-height: 22px;
      font-family: "gt-america", sans-serif;
      font-weight: 100;
      font-style: normal;
      color: var(--color-white);
      display: inline-block;
      transition: all 0.3s ease-in-out;
      opacity: 1;
      position: relative; }
      @media (min-width: 541px) {
        .menumobile .menu-item-depth-1 > a {
          font-size: 16px;
          line-height: 22px;
          font-family: "gt-america", sans-serif;
          font-weight: 100;
          font-style: normal; } }
      @media (min-width: 1025px) {
        .menumobile .menu-item-depth-1 > a {
          font-size: 18px;
          line-height: 25px;
          font-family: "gt-america", sans-serif;
          font-weight: 100;
          font-style: normal; } }
      .menumobile .menu-item-depth-1 > a.has-opacity {
        opacity: 0.3; }
        @media (max-width: 1024px) {
          .menumobile .menu-item-depth-1 > a.has-opacity {
            opacity: 1; } }
      .menumobile .menu-item-depth-1 > a::after {
        font-size: 16px;
        line-height: 22px;
        font-family: "gt-america", sans-serif;
        font-weight: 100;
        font-style: normal;
        content: "|";
        display: inline-block;
        width: auto;
        color: var(--color-white);
        padding-left: 8px;
        padding-right: 4px;
        opacity: 1;
        transition: all 0.3s ease-in-out; }
        @media (min-width: 541px) {
          .menumobile .menu-item-depth-1 > a::after {
            font-size: 16px;
            line-height: 22px;
            font-family: "gt-america", sans-serif;
            font-weight: 100;
            font-style: normal; } }
        @media (min-width: 1025px) {
          .menumobile .menu-item-depth-1 > a::after {
            font-size: 18px;
            line-height: 25px;
            font-family: "gt-america", sans-serif;
            font-weight: 100;
            font-style: normal; } }
      .menumobile .menu-item-depth-1 > a:hover::after {
        opacity: 0.3; }
        @media (max-width: 1024px) {
          .menumobile .menu-item-depth-1 > a:hover::after {
            opacity: 1; } }
  .menumobile__wrapper-img-menu {
    display: block;
    width: 100%;
    overflow: hidden;
    position: relative; }
    .menumobile__wrapper-img-menu:before {
      content: "";
      display: block;
      padding-bottom: 139%; }
  .menumobile__img-menu {
    z-index: 4;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    display: block;
    opacity: 0;
    visibility: hidden;
    transition: all 0.1s ease-in-out; }
    .menumobile__img-menu--bg-color {
      background-color: var(--color-a);
      z-index: 5;
      opacity: 1;
      visibility: visible; }
    .menumobile__img-menu.is-active {
      z-index: 6;
      opacity: 1;
      visibility: visible; }
  .menumobile__col-imgs-menu {
    padding-bottom: 20px; }
  .menumobile__col-little-menus {
    display: block; }
    @media (max-width: 540px) {
      .menumobile__col-little-menus {
        padding-top: 44px; } }
  .menumobile__wrapper-little-menus {
    display: flex;
    flex-wrap: wrap;
    width: 100%; }
  .menumobile__nav-little {
    width: 50%; }
    @media (max-width: 1024px) {
      .menumobile__nav-little {
        width: 100%; } }
    @media (max-width: 540px) {
      .menumobile__nav-little {
        width: 50%; } }
    .menumobile__nav-little--first {
      padding-right: calc( var(--grid-gutter-width) / 2); }
      @media (max-width: 1024px) {
        .menumobile__nav-little--first {
          padding-right: 0px; } }
      .menumobile__nav-little--first .menu-item-depth-0 {
        position: relative;
        padding-bottom: 16px; }
        @media (max-width: 1024px) {
          .menumobile__nav-little--first .menu-item-depth-0 {
            padding-bottom: 5px; } }
        .menumobile__nav-little--first .menu-item-depth-0 > a {
          font-size: 16px;
          line-height: 22px;
          font-family: "gt-america", sans-serif;
          font-weight: 100;
          font-style: normal;
          color: var(--color-white);
          display: inline-block;
          transition: all 0.3s ease-in-out;
          opacity: 1; }
          @media (min-width: 541px) {
            .menumobile__nav-little--first .menu-item-depth-0 > a {
              font-size: 16px;
              line-height: 22px;
              font-family: "gt-america", sans-serif;
              font-weight: 100;
              font-style: normal; } }
          @media (min-width: 1025px) {
            .menumobile__nav-little--first .menu-item-depth-0 > a {
              font-size: 18px;
              line-height: 25px;
              font-family: "gt-america", sans-serif;
              font-weight: 100;
              font-style: normal; } }
          .menumobile__nav-little--first .menu-item-depth-0 > a.has-opacity {
            opacity: 0.3; }
            @media (max-width: 1024px) {
              .menumobile__nav-little--first .menu-item-depth-0 > a.has-opacity {
                opacity: 1; } }
          .menumobile__nav-little--first .menu-item-depth-0 > a.is-show-submenu {
            opacity: 1; }
    .menumobile__nav-little--last {
      padding-left: calc( var(--grid-gutter-width) / 2); }
      @media (max-width: 1024px) {
        .menumobile__nav-little--last {
          padding-left: 0px;
          padding-top: 26px; } }
      @media (max-width: 540px) {
        .menumobile__nav-little--last {
          padding-top: 0px; } }
      .menumobile__nav-little--last .menu-item-depth-0 {
        position: relative;
        padding-bottom: 16px; }
        @media (max-width: 1024px) {
          .menumobile__nav-little--last .menu-item-depth-0 {
            padding-bottom: 5px; } }
        .menumobile__nav-little--last .menu-item-depth-0 > a {
          font-size: 14px;
          line-height: 17px;
          font-family: "gt-america", sans-serif;
          font-weight: 100;
          font-style: normal;
          color: var(--color-white);
          display: inline-block;
          transition: all 0.3s ease-in-out;
          opacity: 1; }
          @media (min-width: 541px) {
            .menumobile__nav-little--last .menu-item-depth-0 > a {
              font-size: 14px;
              line-height: 17px;
              font-family: "gt-america", sans-serif;
              font-weight: 100;
              font-style: normal; } }
          @media (min-width: 1025px) {
            .menumobile__nav-little--last .menu-item-depth-0 > a {
              font-size: 14px;
              line-height: 17px;
              font-family: "gt-america", sans-serif;
              font-weight: 100;
              font-style: normal; } }
          .menumobile__nav-little--last .menu-item-depth-0 > a.has-opacity {
            opacity: 0.3; }
            @media (max-width: 1024px) {
              .menumobile__nav-little--last .menu-item-depth-0 > a.has-opacity {
                opacity: 1; } }
          .menumobile__nav-little--last .menu-item-depth-0 > a.is-show-submenu {
            opacity: 1; }
  .menumobile__little-menus-images {
    width: 100%;
    padding-top: 100px;
    padding-bottom: 20px;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start; }
    @media (max-width: 1024px) {
      .menumobile__little-menus-images {
        padding-top: 48px;
        padding-bottom: 230px; } }
    @media (max-width: 540px) {
      .menumobile__little-menus-images {
        padding-top: 44px;
        padding-bottom: 44px; } }
  .menumobile__little-menus-image {
    min-width: 95px;
    padding-right: 20px; }
    .menumobile__little-menus-image img {
      width: auto;
      display: block;
      max-width: 100%; }
  .menumobile__col-social {
    display: flex;
    align-items: flex-end; }
  .menumobile__wrapper-socials {
    display: block;
    width: 100%; }
    @media (max-width: 540px) {
      .menumobile__wrapper-socials {
        padding-bottom: 49px; } }
  .menumobile__socials {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap; }
  .menumobile__wrapper-social {
    width: auto;
    display: block;
    padding-right: 20px; }
  .menumobile__social {
    font-size: 14px;
    line-height: 17px;
    font-family: "gt-america", sans-serif;
    font-weight: 100;
    font-style: normal;
    color: var(--color-white);
    display: inline-block;
    transition: all 0.3s ease-in-out;
    opacity: 1; }
    @media (min-width: 541px) {
      .menumobile__social {
        font-size: 14px;
        line-height: 17px;
        font-family: "gt-america", sans-serif;
        font-weight: 100;
        font-style: normal; } }
    @media (min-width: 1025px) {
      .menumobile__social {
        font-size: 14px;
        line-height: 17px;
        font-family: "gt-america", sans-serif;
        font-weight: 100;
        font-style: normal; } }
    .menumobile__social.has-opacity {
      opacity: 0.3; }
      @media (max-width: 1024px) {
        .menumobile__social.has-opacity {
          opacity: 1; } }
  .menumobile__brand {
    position: relative;
    cursor: pointer;
    display: block;
    padding-bottom: 15px; }
  .menumobile__brand-link {
    display: inline-block;
    position: relative;
    width: 135px; }
  .menumobile__brand-logo {
    display: block;
    margin: 0px;
    max-width: 100%;
    width: 100%;
    height: auto; }
  .menumobile__info {
    font-size: 14px;
    line-height: 17px;
    font-family: "gt-america", sans-serif;
    font-weight: 100;
    font-style: normal;
    color: var(--color-white); }
    @media (min-width: 541px) {
      .menumobile__info {
        font-size: 14px;
        line-height: 17px;
        font-family: "gt-america", sans-serif;
        font-weight: 100;
        font-style: normal; } }
    @media (min-width: 1025px) {
      .menumobile__info {
        font-size: 14px;
        line-height: 17px;
        font-family: "gt-america", sans-serif;
        font-weight: 100;
        font-style: normal; } }
    @media (max-width: 1024px) {
      .menumobile__info span {
        display: block; } }
    @media (min-width: 1025px) {
      .menumobile__info span::before {
        content: ' - '; } }
  .menumobile__bg-container {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0px;
    left: 0px; }

.modal-banner {
  opacity: 0;
  visibility: visible;
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100vh;
  z-index: 99999999;
  background-color: rgba(131, 138, 124, 0.8);
  cursor: pointer;
  visibility: hidden;
  transition: all 0.4s ease-in-out;
  /*

    !
    ! BANNER FORMAT 1 STYLES
    !

    */ }
  .modal-banner .c-button-close__icon::before,
  .modal-banner .c-button-close__icon::after {
    background-color: #FFFFFF; }
  .modal-banner.is-active {
    opacity: 1;
    visibility: visible; }
  .modal-banner__wrapper-close {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 20px;
    height: 20px;
    z-index: 3;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center; }
    @media (max-width: 1024px) {
      .modal-banner__wrapper-close {
        width: 24px;
        height: 24px;
        right: 32px;
        top: 32px; } }
    @media (max-width: 540px) {
      .modal-banner__wrapper-close {
        width: 21px;
        height: 21px;
        right: 24px;
        top: 24px; } }
    .modal-banner__wrapper-close .modal-banner-icon-close-cls-1 {
      fill: none;
      stroke: var(--color-black);
      stroke-linecap: square;
      stroke-width: 1.5px;
      transition: all 0.3s ease-in-out; }
      @media (max-width: 1024px) {
        .modal-banner__wrapper-close .modal-banner-icon-close-cls-1 {
          stroke-width: 1px; } }
    .modal-banner__wrapper-close:hover .modal-banner-icon-close-cls-1 {
      stroke: var(--color-a); }
    @media (max-width: 1024px) {
      .modal-banner__wrapper-close svg {
        width: 100%;
        height: 100%; } }
  @media (max-width: 1024px) {
    .modal-banner__container {
      padding: 0px;
      width: 100%;
      height: 100%; } }
  .modal-banner__col {
    margin: 0 auto;
    display: block;
    float: none; }
    @media (max-width: 1024px) {
      .modal-banner__col {
        padding: 0px;
        width: 100%;
        height: 100%; } }
  .modal-banner__style-1 .modal-banner__wrapper {
    background-color: #F9F8F6;
    width: 100%;
    display: block;
    position: relative;
    z-index: 3;
    cursor: default; }
    @media (max-width: 1024px) {
      .modal-banner__style-1 .modal-banner__wrapper {
        display: flex;
        padding: 0px;
        height: 100%; } }
  .modal-banner__style-1 .modal-banner__inner {
    width: 100%;
    display: flex; }
  .modal-banner__style-1 .modal-banner__wrapper-image {
    position: relative;
    width: 40%;
    display: block;
    overflow: hidden; }
    .modal-banner__style-1 .modal-banner__wrapper-image:before {
      content: "";
      display: block;
      padding-bottom: 56%; }
    @media (max-width: 1024px) {
      .modal-banner__style-1 .modal-banner__wrapper-image {
        width: 50%; }
        .modal-banner__style-1 .modal-banner__wrapper-image:before {
          content: "";
          display: block;
          padding-bottom: 67%; } }
    @media (max-width: 540px) {
      .modal-banner__style-1 .modal-banner__wrapper-image {
        width: calc(25% + 24px); } }
  .modal-banner__style-1 .modal-banner__image {
    position: absolute;
    display: block;
    top: 0px;
    left: 0px;
    width: 100%;
    height: calc(100% + 1px);
    z-index: 1;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat; }
  .modal-banner__style-1 .modal-banner__wrapper-texts {
    position: relative;
    width: 60%;
    display: block;
    padding: 35px; }
    @media (max-width: 1024px) {
      .modal-banner__style-1 .modal-banner__wrapper-texts {
        width: 50%;
        padding-top: 57px;
        padding-bottom: 10px;
        padding-left: 24px;
        padding-right: 32px;
        display: flex;
        flex-direction: column;
        overflow: auto;
        min-height: 100vh; } }
    @media (max-width: 540px) {
      .modal-banner__style-1 .modal-banner__wrapper-texts {
        width: calc(75% - 24px); } }
  .modal-banner__style-1 .modal-banner__title {
    font-size: 28px;
    line-height: 34px;
    font-family: "berlingske", serif;
    font-weight: 300;
    font-style: normal;
    color: var(--color-black);
    padding-bottom: 20px; }
    @media (min-width: 541px) {
      .modal-banner__style-1 .modal-banner__title {
        font-size: 32px;
        line-height: 38px;
        font-family: "berlingske", serif;
        font-weight: 300;
        font-style: normal; } }
    @media (min-width: 1025px) {
      .modal-banner__style-1 .modal-banner__title {
        font-size: 48px;
        line-height: 58px;
        font-family: "berlingske", serif;
        font-weight: 300;
        font-style: normal; } }
  .modal-banner__style-1 .modal-banner__wrapper-content {
    font-size: 16px;
    line-height: 22px;
    font-family: "gt-america", sans-serif;
    font-weight: 100;
    font-style: normal;
    position: relative;
    width: 100%;
    display: block;
    color: var(--color-black);
    padding-bottom: 38px; }
    @media (min-width: 541px) {
      .modal-banner__style-1 .modal-banner__wrapper-content {
        font-size: 16px;
        line-height: 22px;
        font-family: "gt-america", sans-serif;
        font-weight: 100;
        font-style: normal; } }
    @media (min-width: 1025px) {
      .modal-banner__style-1 .modal-banner__wrapper-content {
        font-size: 18px;
        line-height: 25px;
        font-family: "gt-america", sans-serif;
        font-weight: 100;
        font-style: normal; } }
  .modal-banner__style-1 .modal-banner__wrapper-buttons {
    display: block;
    width: 100%;
    padding-bottom: 49px; }
    @media (max-width: 1024px) {
      .modal-banner__style-1 .modal-banner__wrapper-buttons {
        padding-bottom: 0px; } }
  .modal-banner__style-1 .modal-banner__wrapper-button {
    display: block;
    width: 100%;
    margin-bottom: 21px; }
  @media (max-width: 1024px) {
    .modal-banner__style-1 .modal-banner__button {
      padding-bottom: 0px; } }
  .modal-banner__style-1 .modal-banner__wrapper-info {
    font-size: 14px;
    line-height: 17px;
    font-family: "gt-america", sans-serif;
    font-weight: 100;
    font-style: normal;
    position: relative;
    width: 100%;
    display: block;
    color: var(--color-black);
    padding-bottom: 5px; }
    @media (min-width: 541px) {
      .modal-banner__style-1 .modal-banner__wrapper-info {
        font-size: 14px;
        line-height: 17px;
        font-family: "gt-america", sans-serif;
        font-weight: 100;
        font-style: normal; } }
    @media (min-width: 1025px) {
      .modal-banner__style-1 .modal-banner__wrapper-info {
        font-size: 14px;
        line-height: 17px;
        font-family: "gt-america", sans-serif;
        font-weight: 100;
        font-style: normal; } }
    @media (max-width: 1024px) {
      .modal-banner__style-1 .modal-banner__wrapper-info {
        flex: 1 0 auto;
        display: flex;
        align-items: flex-end;
        padding-bottom: 0px; } }

.modal-booking {
  position: relative;
  display: flex;
  z-index: 9999998;
  position: fixed;
  right: 0;
  top: 0px;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  pointer-events: none; }
  .modal-booking::before {
    content: ".modal-booking";
    position: absolute;
    top: 10px;
    left: 10px;
    width: auto;
    height: auto;
    color: #202020;
    display: none;
    z-index: 10;
    background-color: rgba(255, 255, 255, 0.7); }
  .is-debug .modal-booking {
    background-color: transparent; }
    .is-debug .modal-booking::before {
      display: block; }
  .modal-booking.is-active {
    pointer-events: all;
    overflow: auto; }
  .modal-booking__bg {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 1; }
  .modal-booking__svg {
    height: 100vh;
    width: 100%;
    display: block;
    fill: var(--color-c);
    position: relative;
    top: 0vh; }
  .modal-booking__rect {
    fill: var(--color-c);
    width: 100%;
    height: 100%; }
  .modal-booking__wrapper-all {
    display: flex;
    align-items: center;
    transition: all 0.6s cubic-bezier(0.19, 0.88, 0.22, 1) 0.1s;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    position: relative;
    z-index: 2; }
    @media (max-width: 1024px) {
      .modal-booking__wrapper-all {
        overflow: auto; } }
    .is-active .modal-booking__wrapper-all {
      opacity: 1;
      visibility: visible;
      transition-delay: 0.3s; }
  .modal-booking__close {
    position: absolute;
    top: 18px;
    right: 18px;
    background-image: url(../img/icon-close-black.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 22px;
    width: 32px;
    height: 32px;
    background-color: transparent;
    cursor: pointer;
    z-index: 2;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-in-out 0s; }
    .is-active .modal-booking__close {
      opacity: 1;
      visibility: visible;
      transition-delay: 0.5s; }
    @media (max-width: 1024px) {
      .modal-booking__close {
        right: 30px;
        top: 30px;
        background-size: 25px; } }
    @media (max-width: 540px) {
      .modal-booking__close {
        right: 26px;
        top: 26px;
        width: 21px;
        height: 21px;
        background-size: 21px; } }
  .modal-booking__title {
    font-size: 28px;
    line-height: 34px;
    font-family: "berlingske", serif;
    font-weight: 300;
    font-style: normal;
    color: var(--color-black);
    padding-bottom: 44px;
    text-align: center; }
    @media (min-width: 541px) {
      .modal-booking__title {
        font-size: 32px;
        line-height: 38px;
        font-family: "berlingske", serif;
        font-weight: 300;
        font-style: normal; } }
    @media (min-width: 1025px) {
      .modal-booking__title {
        font-size: 48px;
        line-height: 58px;
        font-family: "berlingske", serif;
        font-weight: 300;
        font-style: normal; } }
  .modal-booking__content {
    font-size: 16px;
    line-height: 22px;
    font-family: "gt-america", sans-serif;
    font-weight: 100;
    font-style: normal;
    color: var(--color-black);
    text-align: center;
    padding-top: 37px; }
    @media (min-width: 541px) {
      .modal-booking__content {
        font-size: 16px;
        line-height: 22px;
        font-family: "gt-america", sans-serif;
        font-weight: 100;
        font-style: normal; } }
    @media (min-width: 1025px) {
      .modal-booking__content {
        font-size: 18px;
        line-height: 25px;
        font-family: "gt-america", sans-serif;
        font-weight: 100;
        font-style: normal; } }
  .modal-booking__bg-container {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0px;
    left: 0px; }

.c-spacer {
  position: relative;
  display: flex;
  width: 100%;
  position: relative;
  height: auto;
  overflow: hidden; }
  .c-spacer::before {
    content: ".c-spacer";
    position: absolute;
    top: 10px;
    left: 10px;
    width: auto;
    height: auto;
    color: #202020;
    display: none;
    z-index: 10;
    background-color: rgba(255, 255, 255, 0.7); }
  .is-debug .c-spacer {
    background-color: lightblue; }
    .is-debug .c-spacer::before {
      display: block; }
  @media (max-width: 540px) {
    .c-spacer--160\@phone {
      height: 160px; } }

@media (min-width: 541px) and (max-width: 1024px) {
  .c-spacer--160\@tablet {
    height: 160px; } }
  @media (min-width: 1025px) {
    .c-spacer--160\@desktop {
      height: 160px; } }
  @media (max-width: 540px) {
    .c-spacer--128\@phone {
      height: 128px; } }

@media (min-width: 541px) and (max-width: 1024px) {
  .c-spacer--128\@tablet {
    height: 128px; } }
  @media (min-width: 1025px) {
    .c-spacer--128\@desktop {
      height: 128px; } }
  @media (max-width: 540px) {
    .c-spacer--96\@phone {
      height: 96px; } }

@media (min-width: 541px) and (max-width: 1024px) {
  .c-spacer--96\@tablet {
    height: 96px; } }
  @media (min-width: 1025px) {
    .c-spacer--96\@desktop {
      height: 96px; } }
  @media (max-width: 540px) {
    .c-spacer--80\@phone {
      height: 80px; } }

@media (min-width: 541px) and (max-width: 1024px) {
  .c-spacer--80\@tablet {
    height: 80px; } }
  @media (min-width: 1025px) {
    .c-spacer--80\@desktop {
      height: 80px; } }
  @media (max-width: 540px) {
    .c-spacer--64\@phone {
      height: 64px; } }

@media (min-width: 541px) and (max-width: 1024px) {
  .c-spacer--64\@tablet {
    height: 64px; } }
  @media (min-width: 1025px) {
    .c-spacer--64\@desktop {
      height: 64px; } }
  @media (max-width: 540px) {
    .c-spacer--48\@phone {
      height: 48px; } }

@media (min-width: 541px) and (max-width: 1024px) {
  .c-spacer--48\@tablet {
    height: 48px; } }
  @media (min-width: 1025px) {
    .c-spacer--48\@desktop {
      height: 48px; } }
  @media (max-width: 540px) {
    .c-spacer--32\@phone {
      height: 32px; } }

@media (min-width: 541px) and (max-width: 1024px) {
  .c-spacer--32\@tablet {
    height: 32px; } }
  @media (min-width: 1025px) {
    .c-spacer--32\@desktop {
      height: 32px; } }
  @media (max-width: 540px) {
    .c-spacer--24\@phone {
      height: 24px; } }

@media (min-width: 541px) and (max-width: 1024px) {
  .c-spacer--24\@tablet {
    height: 24px; } }
  @media (min-width: 1025px) {
    .c-spacer--24\@desktop {
      height: 24px; } }
  @media (max-width: 540px) {
    .c-spacer--16\@phone {
      height: 16px; } }

@media (min-width: 541px) and (max-width: 1024px) {
  .c-spacer--16\@tablet {
    height: 16px; } }
  @media (min-width: 1025px) {
    .c-spacer--16\@desktop {
      height: 16px; } }
  @media (max-width: 540px) {
    .c-spacer--8\@phone {
      height: 8px; } }

@media (min-width: 541px) and (max-width: 1024px) {
  .c-spacer--8\@tablet {
    height: 8px; } }
  @media (min-width: 1025px) {
    .c-spacer--8\@desktop {
      height: 8px; } }
  @media (max-width: 540px) {
    .c-spacer--4\@phone {
      height: 4px; } }

@media (min-width: 541px) and (max-width: 1024px) {
  .c-spacer--4\@tablet {
    height: 4px; } }
  @media (min-width: 1025px) {
    .c-spacer--4\@desktop {
      height: 4px; } }
  @media (max-width: 540px) {
    .c-spacer--0\@phone {
      height: 0px; } }

@media (min-width: 541px) and (max-width: 1024px) {
  .c-spacer--0\@tablet {
    height: 0px; } }
  @media (min-width: 1025px) {
    .c-spacer--0\@desktop {
      height: 0px; } }

.c-booking {
  position: relative;
  --c-booking-color: var(--color-black);
  --c-booking-color-opacity: rgba($black, 0.3);
  position: relative;
  z-index: 991; }
  .c-booking::before {
    content: ".c-booking";
    position: absolute;
    top: 10px;
    left: 10px;
    width: auto;
    height: auto;
    color: #202020;
    display: none;
    z-index: 10;
    background-color: rgba(255, 255, 255, 0.7); }
  .is-debug .c-booking {
    background-color: transparent; }
    .is-debug .c-booking::before {
      display: block; }
  .home .c-booking {
    --c-booking-color: var(--color-white);
    --c-booking-color-opacity: rgba($white, 0.3); }
  .modal-booking .c-booking {
    --c-booking-color: var(--color-black);
    --c-booking-color-opacity: rgba($black, 0.3); }
  @media (max-width: 1024px) {
    .c-booking {
      display: none; }
      .modal-booking .c-booking {
        display: block; } }
  .c-booking__wrapper {
    border-top: 1px solid var(--c-booking-color-opacity);
    border-bottom: 1px solid var(--c-booking-color-opacity); }
    .home .c-booking__wrapper {
      border-top: 1px solid var(--c-booking-color);
      border-bottom: 1px solid var(--c-booking-color); }
    .modal-booking .c-booking__wrapper {
      border-top: 1px solid var(--c-booking-color-opacity);
      border-bottom: 1px solid var(--c-booking-color-opacity);
      border-left: 1px solid var(--c-booking-color-opacity);
      border-right: 1px solid var(--c-booking-color-opacity); }
  .c-booking__form {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-end; }
    @media (max-width: 540px) {
      .c-booking__form {
        flex-wrap: wrap; } }
  .c-booking__wrapper-field {
    height: 80px;
    display: flex;
    align-items: center;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 70px;
    padding-right: var(--container-padding); }
    @media (max-width: 1400px) {
      .c-booking__wrapper-field {
        padding-left: var(--container-padding); } }
    .modal-booking .c-booking__wrapper-field {
      position: static; }
      @media (max-width: 540px) {
        .modal-booking .c-booking__wrapper-field {
          height: 63px; } }
  .c-booking__wrapper-in {
    width: 21%;
    border-right: 1px solid var(--c-booking-color-opacity);
    padding-left: 0px;
    cursor: pointer; }
    .home .c-booking__wrapper-in {
      border-right-color: var(--color-white); }
    .modal-booking .c-booking__wrapper-in {
      border-right: 1px solid var(--c-booking-color-opacity);
      width: 25%;
      padding-left: 10px;
      padding-right: 10px;
      justify-content: center; }
      @media (max-width: 540px) {
        .modal-booking .c-booking__wrapper-in {
          width: 50%;
          position: relative; } }
  .c-booking__wrapper-out {
    width: 16%;
    border-right: 1px solid var(--c-booking-color-opacity);
    cursor: pointer; }
    .home .c-booking__wrapper-out {
      border-right-color: var(--c-booking-color); }
    .modal-booking .c-booking__wrapper-out {
      border-right: 1px solid transparent;
      width: 25%;
      padding-left: 10px;
      padding-right: 10px;
      justify-content: center; }
      @media (max-width: 540px) {
        .modal-booking .c-booking__wrapper-out {
          width: 50%;
          position: relative; } }
  .c-booking__wrapper-spacer {
    width: 33%; }
    .modal-booking .c-booking__wrapper-spacer {
      display: none; }
  .c-booking__wrapper-submit {
    width: 30%;
    border-left: 1px solid var(--c-booking-color-opacity);
    cursor: pointer;
    transition: all 0.3s ease-in-out; }
    .c-booking__wrapper-submit input {
      transition: all 0.3s ease-in-out; }
    .c-booking__wrapper-submit:hover {
      background-color: #202020;
      color: #FFFFFF; }
      .c-booking__wrapper-submit:hover input {
        color: #FFFFFF; }
    .home .c-booking__wrapper-submit {
      border-left-color: var(--c-booking-color); }
    .modal-booking .c-booking__wrapper-submit {
      border-left: 1px solid var(--c-booking-color-opacity);
      width: 50%;
      padding-left: 10px;
      padding-right: 10px;
      justify-content: center; }
      .modal-booking .c-booking__wrapper-submit:hover {
        background-color: #202020;
        color: #FFFFFF; }
        .modal-booking .c-booking__wrapper-submit:hover input {
          color: #FFFFFF; }
      @media (max-width: 540px) {
        .modal-booking .c-booking__wrapper-submit {
          width: 100%;
          border-left: 0px;
          border-top: 1px solid var(--c-booking-color-opacity); } }
  .c-booking__input--in {
    padding-left: calc( ( ( 100vw - var(--container-width) ) / 2 ));
    margin-left: 0px; }
    @media (max-width: 1968px) {
      .c-booking__input--in {
        padding-left: var(--container-padding);
        margin-left: 8.2vw; } }
    @media (max-width: 1400px) {
      .c-booking__input--in {
        margin-left: 0px; } }
    .modal-booking .c-booking__input--in {
      padding-left: 0px;
      margin-left: 0px; }
      @media (max-width: 1968px) {
        .modal-booking .c-booking__input--in {
          padding-left: 0px;
          margin-left: 0px; } }
  .c-booking__wrapper-span {
    position: relative; }
    @media (max-width: 1024px) {
      .c-booking__wrapper-span {
        width: auto;
        display: inline-block; } }
  .c-booking__span {
    font-size: 16px;
    line-height: 22px;
    font-family: "gt-america", sans-serif;
    font-weight: 100;
    font-style: normal;
    display: inline-block;
    color: var(--c-booking-color);
    padding: 2px 5px;
    padding-right: 20px;
    background-color: transparent;
    border: 0px;
    margin: 0px;
    min-height: 30px; }
    @media (min-width: 541px) {
      .c-booking__span {
        font-size: 16px;
        line-height: 22px;
        font-family: "gt-america", sans-serif;
        font-weight: 100;
        font-style: normal; } }
    @media (min-width: 1025px) {
      .c-booking__span {
        font-size: 18px;
        line-height: 25px;
        font-family: "gt-america", sans-serif;
        font-weight: 100;
        font-style: normal; } }
    .modal-booking .c-booking__span {
      padding: 2px 15px;
      padding-left: 6px; }
  .c-booking__svg {
    position: absolute;
    top: 50%;
    right: 0px;
    width: 11px;
    height: auto;
    transform: translateY(-50%); }
    .c-booking__svg g {
      fill: var(--color-black); }
      .home .c-booking__svg g {
        fill: var(--color-white); }
      .modal-booking .c-booking__svg g {
        fill: var(--color-black); }
  .c-booking__submit {
    appearance: none;
    -webkit-appearance: none;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    cursor: default;
    outline: 0;
    margin: 0;
    font-size: inherit;
    font-weight: inherit;
    font-family: inherit;
    color: inherit;
    text-align: inherit;
    font-size: 16px;
    line-height: 22px;
    font-family: "gt-america", sans-serif;
    font-weight: 100;
    font-style: normal;
    transition: all 0.3s ease-in-out;
    display: inline-block;
    color: var(--c-booking-color);
    padding: 2px;
    cursor: pointer; }
    @media (min-width: 541px) {
      .c-booking__submit {
        font-size: 16px;
        line-height: 22px;
        font-family: "gt-america", sans-serif;
        font-weight: 100;
        font-style: normal; } }
    @media (min-width: 1025px) {
      .c-booking__submit {
        font-size: 18px;
        line-height: 25px;
        font-family: "gt-america", sans-serif;
        font-weight: 100;
        font-style: normal; } }
  .c-booking__datepicker {
    width: 37vw;
    position: absolute;
    top: calc(100% + 1px);
    bottom: auto;
    transform: none;
    left: 0%;
    overflow: hidden;
    transition: all 0.4s;
    background-color: var(--color-c);
    opacity: 0;
    visibility: hidden;
    z-index: 98;
    margin-bottom: 0px; }
    .c-booking__datepicker.c-booking__checkout {
      z-index: 99;
      left: -21vw; }
      .modal-booking .c-booking__datepicker.c-booking__checkout {
        left: 0px; }
        @media (max-width: 540px) {
          .modal-booking .c-booking__datepicker.c-booking__checkout {
            left: calc(-100% - 2px); } }
    .modal-booking .c-booking__datepicker {
      margin-bottom: 40px;
      left: 0px;
      top: calc(100% + 0px);
      width: calc(50% + 1px); }
      @media (max-width: 540px) {
        .modal-booking .c-booking__datepicker {
          width: calc(200% + 4px);
          top: calc(100% + 1px);
          left: -1px; } }
    .c-booking__datepicker.visible {
      opacity: 1;
      visibility: visible; }
    .c-booking__datepicker .ui-datepicker-title {
      text-align: center;
      padding: 0px 15px;
      min-width: 160px;
      text-align: center;
      display: flex;
      justify-content: center;
      align-items: center;
      flex-wrap: wrap;
      padding-top: 2px; }
    .c-booking__datepicker .ui-datepicker-calendar {
      border: 0;
      width: 100%;
      margin: 0 auto;
      border-spacing: 0px;
      padding: 32px 23px;
      display: flex;
      justify-content: center;
      flex-wrap: wrap; }
      @media (max-width: 1024px) {
        .c-booking__datepicker .ui-datepicker-calendar {
          padding: 16px; } }
    .c-booking__datepicker .ui-datepicker-inline {
      width: 100%; }
    .c-booking__datepicker .ui-widget-content {
      border: 1px solid rgba(32, 32, 32, 0.3);
      border-top-color: transparent;
      border-left-color: transparent;
      background-image: none; }
      .home .c-booking__datepicker .ui-widget-content {
        border-bottom-color: var(--color-white);
        border-right-color: var(--color-white); }
      .modal-booking .c-booking__datepicker .ui-widget-content {
        border-bottom-color: var(--c-booking-color-opacity);
        border-right-color: var(--c-booking-color-opacity);
        border-left-color: var(--c-booking-color-opacity); }
    .c-booking__datepicker .ui-datepicker-calendar a,
    .c-booking__datepicker .ui-datepicker-calendar a.ui-state-default {
      font-size: 16px;
      line-height: 22px;
      font-family: "gt-america", sans-serif;
      font-weight: 100;
      font-style: normal;
      color: var(--color-black);
      text-decoration: none;
      padding: 5px;
      text-align: center;
      display: flex;
      align-items: center;
      justify-content: center;
      width: 100%;
      height: 45px;
      border-radius: 100%;
      background: none;
      border: 0; }
      @media (min-width: 541px) {
        .c-booking__datepicker .ui-datepicker-calendar a,
        .c-booking__datepicker .ui-datepicker-calendar a.ui-state-default {
          font-size: 16px;
          line-height: 22px;
          font-family: "gt-america", sans-serif;
          font-weight: 100;
          font-style: normal; } }
      @media (min-width: 1025px) {
        .c-booking__datepicker .ui-datepicker-calendar a,
        .c-booking__datepicker .ui-datepicker-calendar a.ui-state-default {
          font-size: 18px;
          line-height: 25px;
          font-family: "gt-america", sans-serif;
          font-weight: 100;
          font-style: normal; } }
      @media (max-width: 1024px) {
        .c-booking__datepicker .ui-datepicker-calendar a,
        .c-booking__datepicker .ui-datepicker-calendar a.ui-state-default {
          height: 36px;
          width: 36px; } }
    .c-booking__datepicker .ui-datepicker-calendar a.ui-state-default:hover {
      color: var(--color-black);
      background: transparent;
      border-radius: 100%; }
    .c-booking__datepicker .ui-datepicker-calendar td {
      text-align: center;
      width: 45px; }
      @media (max-width: 1024px) {
        .c-booking__datepicker .ui-datepicker-calendar td {
          height: 36px;
          width: 36px; } }
    .c-booking__datepicker .ui-datepicker-calendar span {
      font-size: 16px;
      line-height: 22px;
      font-family: "gt-america", sans-serif;
      font-weight: 100;
      font-style: normal;
      color: rgba(32, 32, 32, 0.3);
      text-decoration: none;
      padding: 5px;
      text-align: center;
      display: flex;
      align-items: center;
      justify-content: center;
      width: 100%;
      height: 45px;
      border-radius: 100%;
      background: none;
      border: 0; }
      @media (min-width: 541px) {
        .c-booking__datepicker .ui-datepicker-calendar span {
          font-size: 16px;
          line-height: 22px;
          font-family: "gt-america", sans-serif;
          font-weight: 100;
          font-style: normal; } }
      @media (min-width: 1025px) {
        .c-booking__datepicker .ui-datepicker-calendar span {
          font-size: 18px;
          line-height: 25px;
          font-family: "gt-america", sans-serif;
          font-weight: 100;
          font-style: normal; } }
      @media (max-width: 1024px) {
        .c-booking__datepicker .ui-datepicker-calendar span {
          height: 36px;
          width: 36px; } }
    .c-booking__datepicker .ui-datepicker-calendar th span,
    .c-booking__datepicker .ui-datepicker-calendar th {
      font-size: 16px;
      line-height: 22px;
      font-family: "gt-america", sans-serif;
      font-weight: 100;
      font-style: normal;
      color: var(--color-black);
      text-align: center;
      text-transform: uppercase;
      display: none; }
      @media (min-width: 541px) {
        .c-booking__datepicker .ui-datepicker-calendar th span,
        .c-booking__datepicker .ui-datepicker-calendar th {
          font-size: 16px;
          line-height: 22px;
          font-family: "gt-america", sans-serif;
          font-weight: 100;
          font-style: normal; } }
      @media (min-width: 1025px) {
        .c-booking__datepicker .ui-datepicker-calendar th span,
        .c-booking__datepicker .ui-datepicker-calendar th {
          font-size: 18px;
          line-height: 25px;
          font-family: "gt-america", sans-serif;
          font-weight: 100;
          font-style: normal; } }
    .c-booking__datepicker .ui-datepicker-header.ui-widget-header.ui-helper-clearfix {
      position: relative;
      padding: 28px 32px;
      display: flex;
      align-items: center;
      justify-content: center; }
      @media (max-width: 1024px) {
        .c-booking__datepicker .ui-datepicker-header.ui-widget-header.ui-helper-clearfix {
          padding: 16px; } }
    .c-booking__datepicker .ui-datepicker-title span {
      font-size: 14px;
      line-height: 17px;
      font-family: "gt-america", sans-serif;
      font-weight: 100;
      font-style: normal;
      text-align: center;
      color: var(--color-black); }
      @media (min-width: 541px) {
        .c-booking__datepicker .ui-datepicker-title span {
          font-size: 14px;
          line-height: 17px;
          font-family: "gt-america", sans-serif;
          font-weight: 100;
          font-style: normal; } }
      @media (min-width: 1025px) {
        .c-booking__datepicker .ui-datepicker-title span {
          font-size: 14px;
          line-height: 17px;
          font-family: "gt-america", sans-serif;
          font-weight: 100;
          font-style: normal; } }
    .c-booking__datepicker .ui-datepicker-month {
      text-transform: lowercase;
      display: inline-block; }
      .c-booking__datepicker .ui-datepicker-month::first-letter {
        text-transform: uppercase; }
    .c-booking__datepicker .ui-datepicker-current-day.ui-datepicker-current-day a {
      color: var(--color-black);
      background: transparent;
      border-radius: 100%;
      border: 1px solid var(--color-black); }
    .c-booking__datepicker .ui-datepicker-next {
      position: static;
      width: 25px;
      height: 25px;
      text-align: center;
      cursor: pointer;
      color: #FFFFFF;
      display: block;
      order: 2;
      transition: all 0.3s ease-in-out; }
      .c-booking__datepicker .ui-datepicker-next:hover {
        background: none;
        border: 0;
        opacity: 1; }
      .c-booking__datepicker .ui-datepicker-next span {
        background: none; }
      .c-booking__datepicker .ui-datepicker-next:before {
        content: url("../img/icon-datepicker-arrow-right-black.svg");
        position: static;
        width: 100%;
        height: 100%;
        display: block; }
        .c-booking__datepicker .ui-datepicker-next:before:hover {
          background: none;
          border: 0; }
    .c-booking__datepicker .ui-datepicker-prev {
      position: static;
      width: 25px;
      height: 25px;
      cursor: pointer;
      display: block;
      text-align: center;
      transition: all 0.3s ease-in-out; }
      .c-booking__datepicker .ui-datepicker-prev:before {
        content: url("../img/icon-datepicker-arrow-left-black.svg");
        position: static;
        width: 100%;
        height: 100%;
        display: block; }
      .c-booking__datepicker .ui-datepicker-prev:hover {
        background: none;
        border: 0;
        opacity: 1; }
    .c-booking__datepicker .ui-datepicker-prev span, .c-booking__datepicker .ui-datepicker-next span {
      display: none; }
    .c-booking__datepicker .ui-icon {
      background: none; }

.c-block-title-more {
  position: relative;
  --color-text: rgba($white, 1);
  --color-text-opacity: rgba($white, 0.3); }
  .c-block-title-more::before {
    content: ".c-block-title-more";
    position: absolute;
    top: 10px;
    left: 10px;
    width: auto;
    height: auto;
    color: #202020;
    display: none;
    z-index: 10;
    background-color: rgba(255, 255, 255, 0.7); }
  .is-debug .c-block-title-more {
    background-color: lightgray; }
    .is-debug .c-block-title-more::before {
      display: block; }
  .c-block-title-more.t-light {
    --color-text: rgba($black, 1);
    --color-text-opacity: rgba($black, 0.3); }
  .c-block-title-more.p-left {
    padding-left: calc( ( var(--container-width) / 12 ) * 1); }
    @media (max-width: 1968px) {
      .c-block-title-more.p-left {
        padding-left: calc( ( (100vw - 0px) / var(--total-columns) ) * 1); } }
    @media (max-width: 1024px) {
      .c-block-title-more.p-left {
        padding-left: 0px; } }
  .c-block-title-more.p-right {
    padding-right: calc( ( var(--container-width) / 12 ) * 1); }
    @media (max-width: 1968px) {
      .c-block-title-more.p-right {
        padding-right: calc( ( (100vw - 0px) / var(--total-columns) ) * 1); } }
    @media (max-width: 1024px) {
      .c-block-title-more.p-right {
        padding-right: 0px; } }
  .c-block-title-more__caption {
    font-size: 14px;
    line-height: 17px;
    font-family: "gt-america", sans-serif;
    font-weight: 100;
    font-style: normal;
    padding-bottom: 32px;
    text-align: center;
    color: var(--color-text); }
    @media (min-width: 541px) {
      .c-block-title-more__caption {
        font-size: 14px;
        line-height: 17px;
        font-family: "gt-america", sans-serif;
        font-weight: 100;
        font-style: normal; } }
    @media (min-width: 1025px) {
      .c-block-title-more__caption {
        font-size: 14px;
        line-height: 17px;
        font-family: "gt-america", sans-serif;
        font-weight: 100;
        font-style: normal; } }
    @media (max-width: 1024px) {
      .c-block-title-more__caption {
        padding-bottom: 22px; } }
    .c-mosaic .c-block-title-more__caption {
      font-size: 14px;
      line-height: 17px;
      font-family: "gt-america", sans-serif;
      font-weight: 100;
      font-style: normal;
      text-align: left; }
      @media (min-width: 541px) {
        .c-mosaic .c-block-title-more__caption {
          font-size: 14px;
          line-height: 17px;
          font-family: "gt-america", sans-serif;
          font-weight: 100;
          font-style: normal; } }
      @media (min-width: 1025px) {
        .c-mosaic .c-block-title-more__caption {
          font-size: 14px;
          line-height: 17px;
          font-family: "gt-america", sans-serif;
          font-weight: 100;
          font-style: normal; } }
  .c-block-title-more__title {
    font-size: 36px;
    line-height: 43px;
    font-family: "berlingske", serif;
    font-weight: 300;
    font-style: normal;
    color: var(--color-text);
    padding-bottom: 24px;
    text-align: center;
    word-break: break-word; }
    @media (min-width: 541px) {
      .c-block-title-more__title {
        font-size: 40px;
        line-height: 48px;
        font-family: "berlingske", serif;
        font-weight: 300;
        font-style: normal; } }
    @media (min-width: 1025px) {
      .c-block-title-more__title {
        font-size: 64px;
        line-height: 77px;
        font-family: "berlingske", serif;
        font-weight: 300;
        font-style: normal; } }
    .c-block-title-more__title:last-child {
      padding-bottom: 0px; }
    .c-mosaic .c-block-title-more__title {
      font-size: 28px;
      line-height: 34px;
      font-family: "berlingske", serif;
      font-weight: 300;
      font-style: normal;
      text-align: left; }
      @media (min-width: 541px) {
        .c-mosaic .c-block-title-more__title {
          font-size: 32px;
          line-height: 38px;
          font-family: "berlingske", serif;
          font-weight: 300;
          font-style: normal; } }
      @media (min-width: 1025px) {
        .c-mosaic .c-block-title-more__title {
          font-size: 48px;
          line-height: 58px;
          font-family: "berlingske", serif;
          font-weight: 300;
          font-style: normal; } }
  .c-block-title-more__subtitle {
    font-size: 14px;
    line-height: 17px;
    font-family: "gt-america", sans-serif;
    font-weight: 100;
    font-style: normal;
    color: var(--color-text-opacity);
    padding-bottom: 50px;
    text-align: center; }
    @media (min-width: 541px) {
      .c-block-title-more__subtitle {
        font-size: 14px;
        line-height: 17px;
        font-family: "gt-america", sans-serif;
        font-weight: 100;
        font-style: normal; } }
    @media (min-width: 1025px) {
      .c-block-title-more__subtitle {
        font-size: 14px;
        line-height: 17px;
        font-family: "gt-america", sans-serif;
        font-weight: 100;
        font-style: normal; } }
    @media (max-width: 1024px) {
      .c-block-title-more__subtitle {
        padding-bottom: 28px; } }
    .c-block-title-more__subtitle:last-child {
      padding-bottom: 0px; }
    .c-mosaic .c-block-title-more__subtitle {
      font-size: 14px;
      line-height: 17px;
      font-family: "gt-america", sans-serif;
      font-weight: 100;
      font-style: normal;
      text-align: left; }
      @media (min-width: 541px) {
        .c-mosaic .c-block-title-more__subtitle {
          font-size: 14px;
          line-height: 17px;
          font-family: "gt-america", sans-serif;
          font-weight: 100;
          font-style: normal; } }
      @media (min-width: 1025px) {
        .c-mosaic .c-block-title-more__subtitle {
          font-size: 14px;
          line-height: 17px;
          font-family: "gt-america", sans-serif;
          font-weight: 100;
          font-style: normal; } }
  .c-block-title-more__content {
    font-size: 20px;
    line-height: 24px;
    font-family: "gt-america", sans-serif;
    font-weight: 100;
    font-style: normal;
    color: var(--color-text);
    text-align: center;
    padding-bottom: 46px; }
    @media (min-width: 541px) {
      .c-block-title-more__content {
        font-size: 20px;
        line-height: 24px;
        font-family: "gt-america", sans-serif;
        font-weight: 100;
        font-style: normal; } }
    @media (min-width: 1025px) {
      .c-block-title-more__content {
        font-size: 28px;
        line-height: 34px;
        font-family: "gt-america", sans-serif;
        font-weight: 100;
        font-style: normal; } }
    @media (max-width: 1024px) {
      .c-block-title-more__content {
        padding-bottom: 32px; } }
    .c-block-title-more__content:last-child {
      padding-bottom: 0px; }
    .c-mosaic .c-block-title-more__content {
      font-size: 16px;
      line-height: 22px;
      font-family: "gt-america", sans-serif;
      font-weight: 100;
      font-style: normal;
      text-align: left; }
      @media (min-width: 541px) {
        .c-mosaic .c-block-title-more__content {
          font-size: 16px;
          line-height: 22px;
          font-family: "gt-america", sans-serif;
          font-weight: 100;
          font-style: normal; } }
      @media (min-width: 1025px) {
        .c-mosaic .c-block-title-more__content {
          font-size: 18px;
          line-height: 25px;
          font-family: "gt-america", sans-serif;
          font-weight: 100;
          font-style: normal; } }
  .c-block-title-more__content-2 {
    font-size: 16px;
    line-height: 22px;
    font-family: "gt-america", sans-serif;
    font-weight: 100;
    font-style: normal;
    color: var(--color-text);
    text-align: center;
    padding-bottom: 42px; }
    @media (min-width: 541px) {
      .c-block-title-more__content-2 {
        font-size: 16px;
        line-height: 22px;
        font-family: "gt-america", sans-serif;
        font-weight: 100;
        font-style: normal; } }
    @media (min-width: 1025px) {
      .c-block-title-more__content-2 {
        font-size: 18px;
        line-height: 25px;
        font-family: "gt-america", sans-serif;
        font-weight: 100;
        font-style: normal; } }
    @media (max-width: 1024px) {
      .c-block-title-more__content-2 {
        padding-bottom: 32px; } }
    .c-block-title-more__content-2:last-child {
      padding-bottom: 0px; }
    .c-mosaic .c-block-title-more__content-2 {
      font-size: 16px;
      line-height: 22px;
      font-family: "gt-america", sans-serif;
      font-weight: 100;
      font-style: normal;
      text-align: left; }
      @media (min-width: 541px) {
        .c-mosaic .c-block-title-more__content-2 {
          font-size: 16px;
          line-height: 22px;
          font-family: "gt-america", sans-serif;
          font-weight: 100;
          font-style: normal; } }
      @media (min-width: 1025px) {
        .c-mosaic .c-block-title-more__content-2 {
          font-size: 18px;
          line-height: 25px;
          font-family: "gt-america", sans-serif;
          font-weight: 100;
          font-style: normal; } }
  .c-block-title-more__wrapper-button {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    padding-top: 11px;
    margin-right: 30px;
    margin-bottom: 11px; }
    .c-mosaic .c-block-title-more__wrapper-button {
      justify-content: flex-start; }
  .c-block-title-more__title + .c-block-title-more__wrapper-button {
    padding-top: 21px; }
  .c-block-title-more__button--little {
    font-size: 16px;
    line-height: 22px;
    font-family: "gt-america", sans-serif;
    font-weight: 100;
    font-style: normal; }
    @media (min-width: 541px) {
      .c-block-title-more__button--little {
        font-size: 16px;
        line-height: 22px;
        font-family: "gt-america", sans-serif;
        font-weight: 100;
        font-style: normal; } }
    @media (min-width: 1025px) {
      .c-block-title-more__button--little {
        font-size: 18px;
        line-height: 25px;
        font-family: "gt-america", sans-serif;
        font-weight: 100;
        font-style: normal; } }

.c-col-image-col-content {
  position: relative;
  --color-text: rgba($white, 1);
  --color-text-opacity: rgba($white, 0.3); }
  .c-col-image-col-content::before {
    content: ".c-col-image-col-content";
    position: absolute;
    top: 10px;
    left: 10px;
    width: auto;
    height: auto;
    color: #202020;
    display: none;
    z-index: 10;
    background-color: rgba(255, 255, 255, 0.7); }
  .is-debug .c-col-image-col-content {
    background-color: lightgray; }
    .is-debug .c-col-image-col-content::before {
      display: block; }
  .c-col-image-col-content.t-light {
    --color-text: rgba($black, 1);
    --color-text-opacity: rgba($black, 0.3); }
  .c-col-image-col-content__container {
    align-items: center; }
    @media (max-width: 540px) {
      .c-col-image-col-content__container {
        padding-left: var(--grid-gutter-width);
        padding-right: var(--grid-gutter-width); } }
  .c-col-image-col-content__col {
    display: flex;
    flex-wrap: wrap; }
    .c-col-image-col-content__col--image {
      position: relative; }
      .image_content .c-col-image-col-content__col--image {
        order: 1; }
        @media (max-width: 1024px) {
          .image_content .c-col-image-col-content__col--image {
            padding-right: calc( (var(--grid-gutter-width) / 2) + 50px); } }
        @media (max-width: 540px) {
          .image_content .c-col-image-col-content__col--image {
            order: 1;
            padding-left: 0px;
            padding-right: 0px; } }
      .content_image .c-col-image-col-content__col--image {
        order: 2; }
        @media (max-width: 1024px) {
          .content_image .c-col-image-col-content__col--image {
            padding-left: calc( (var(--grid-gutter-width) / 2) + 50px); } }
        @media (max-width: 540px) {
          .content_image .c-col-image-col-content__col--image {
            order: 1;
            padding-left: 0px;
            padding-right: 0px; } }
    .c-col-image-col-content__col--content {
      position: relative; }
      @media (max-width: 1024px) {
        .c-col-image-col-content__col--content {
          align-self: flex-start; } }
      .image_content .c-col-image-col-content__col--content {
        order: 2; }
        @media (max-width: 1024px) {
          .image_content .c-col-image-col-content__col--content {
            padding-right: calc( (var(--grid-gutter-width) / 2) + 50px); } }
        @media (max-width: 540px) {
          .image_content .c-col-image-col-content__col--content {
            order: 2;
            padding-left: 0px;
            padding-right: 0px;
            padding-top: 30px; } }
      .content_image .c-col-image-col-content__col--content {
        order: 1; }
        @media (max-width: 1024px) {
          .content_image .c-col-image-col-content__col--content {
            padding-left: calc( (var(--grid-gutter-width) / 2) + 50px); } }
        @media (max-width: 540px) {
          .content_image .c-col-image-col-content__col--content {
            order: 2;
            padding-left: 0px;
            padding-right: 0px;
            padding-top: 30px; } }
  .c-col-image-col-content__reverse {
    flex-direction: row-reverse; }
  .c-col-image-col-content__wrapper-image {
    display: block;
    width: 100%;
    position: relative;
    overflow: hidden; }
    .c-col-image-col-content__wrapper-image:before {
      content: "";
      display: block;
      padding-bottom: 131%; }
  .c-col-image-col-content__image {
    position: absolute;
    top: 0%;
    left: 0%;
    display: block;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat; }
  .c-col-image-col-content__caption {
    font-size: 14px;
    line-height: 17px;
    font-family: "gt-america", sans-serif;
    font-weight: 100;
    font-style: normal;
    padding-bottom: 10px;
    width: 100%;
    display: block;
    color: var(--color-text-opacity); }
    @media (min-width: 541px) {
      .c-col-image-col-content__caption {
        font-size: 14px;
        line-height: 17px;
        font-family: "gt-america", sans-serif;
        font-weight: 100;
        font-style: normal; } }
    @media (min-width: 1025px) {
      .c-col-image-col-content__caption {
        font-size: 14px;
        line-height: 17px;
        font-family: "gt-america", sans-serif;
        font-weight: 100;
        font-style: normal; } }
  .c-col-image-col-content__title {
    font-size: 28px;
    line-height: 34px;
    font-family: "berlingske", serif;
    font-weight: 300;
    font-style: normal;
    color: var(--color-text);
    padding-bottom: 24px;
    padding-right: 25%;
    width: 100%;
    display: block; }
    @media (min-width: 541px) {
      .c-col-image-col-content__title {
        font-size: 32px;
        line-height: 38px;
        font-family: "berlingske", serif;
        font-weight: 300;
        font-style: normal; } }
    @media (min-width: 1025px) {
      .c-col-image-col-content__title {
        font-size: 48px;
        line-height: 58px;
        font-family: "berlingske", serif;
        font-weight: 300;
        font-style: normal; } }
    .c-col-image-col-content__title:last-child {
      padding-bottom: 0px; }
  .c-col-image-col-content__content {
    font-size: 16px;
    line-height: 22px;
    font-family: "gt-america", sans-serif;
    font-weight: 100;
    font-style: normal;
    color: var(--color-text);
    padding-bottom: 46px;
    width: 100%;
    display: block; }
    @media (min-width: 541px) {
      .c-col-image-col-content__content {
        font-size: 16px;
        line-height: 22px;
        font-family: "gt-america", sans-serif;
        font-weight: 100;
        font-style: normal; } }
    @media (min-width: 1025px) {
      .c-col-image-col-content__content {
        font-size: 18px;
        line-height: 25px;
        font-family: "gt-america", sans-serif;
        font-weight: 100;
        font-style: normal; } }
    @media (max-width: 1024px) {
      .c-col-image-col-content__content {
        padding-bottom: 10px; } }
    .c-col-image-col-content__content:last-child {
      padding-bottom: 0px; }
  .c-col-image-col-content__wrapper-buttons {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding-top: 11px;
    width: 100%; }
    @media (max-width: 540px) {
      .c-col-image-col-content__wrapper-buttons {
        padding-top: 24px; } }
  .c-col-image-col-content__info {
    font-size: 14px;
    line-height: 17px;
    font-family: "gt-america", sans-serif;
    font-weight: 100;
    font-style: normal;
    color: var(--color-text);
    padding-bottom: 46px;
    padding-top: 30px; }
    @media (min-width: 541px) {
      .c-col-image-col-content__info {
        font-size: 14px;
        line-height: 17px;
        font-family: "gt-america", sans-serif;
        font-weight: 100;
        font-style: normal; } }
    @media (min-width: 1025px) {
      .c-col-image-col-content__info {
        font-size: 14px;
        line-height: 17px;
        font-family: "gt-america", sans-serif;
        font-weight: 100;
        font-style: normal; } }
    .c-col-image-col-content__info:last-child {
      padding-bottom: 0px; }
  .c-col-image-col-content__term-spacer {
    padding: 0px 3px;
    display: inline; }

.c-download-files {
  position: relative; }
  .c-download-files::before {
    content: ".c-download-files";
    position: absolute;
    top: 10px;
    left: 10px;
    width: auto;
    height: auto;
    color: #202020;
    display: none;
    z-index: 10;
    background-color: rgba(255, 255, 255, 0.7); }
  .is-debug .c-download-files {
    background-color: transparent; }
    .is-debug .c-download-files::before {
      display: block; }
  .c-download-files__block-item {
    display: block;
    width: 100%; }
  .c-download-files__item {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 16px 0px;
    background-color: transparent;
    border-bottom: 1px solid rgba(32, 32, 32, 0.2); }
  .c-download-files__block-item:first-child .c-download-files__item {
    border-top: 1px solid rgba(32, 32, 32, 0.2); }
  .c-download-files__item-title {
    font-size: 16px;
    line-height: 22px;
    font-family: "gt-america", sans-serif;
    font-weight: 100;
    font-style: normal;
    color: var(--color-black); }
    @media (min-width: 541px) {
      .c-download-files__item-title {
        font-size: 16px;
        line-height: 22px;
        font-family: "gt-america", sans-serif;
        font-weight: 100;
        font-style: normal; } }
    @media (min-width: 1025px) {
      .c-download-files__item-title {
        font-size: 18px;
        line-height: 25px;
        font-family: "gt-america", sans-serif;
        font-weight: 100;
        font-style: normal; } }
  .c-download-files__item-wrapper-title {
    width: auto;
    flex: 1 0 auto;
    max-width: 100%; }
    @media (max-width: 540px) {
      .c-download-files__item-wrapper-title {
        width: 100%;
        flex: 0 1 auto;
        padding-right: 0px; } }
  .c-download-files__item-wrapper-extensions {
    width: auto; }
    @media (max-width: 540px) {
      .c-download-files__item-wrapper-extensions {
        width: 100%; } }
  .c-download-files__item-extensions {
    display: flex;
    align-items: center; }
    @media (max-width: 540px) {
      .c-download-files__item-extensions {
        width: 100%;
        justify-content: flex-start; } }
  .c-download-files__item-extensions-link {
    font-size: 16px;
    line-height: 22px;
    font-family: "gt-america", sans-serif;
    font-weight: 100;
    font-style: normal;
    display: inline-block;
    padding: 0px;
    margin: 0px 10px;
    color: rgba(32, 32, 32, 0.3);
    transition: all 0.3s ease-in-out;
    text-transform: uppercase; }
    @media (min-width: 541px) {
      .c-download-files__item-extensions-link {
        font-size: 16px;
        line-height: 22px;
        font-family: "gt-america", sans-serif;
        font-weight: 100;
        font-style: normal; } }
    @media (min-width: 1025px) {
      .c-download-files__item-extensions-link {
        font-size: 18px;
        line-height: 25px;
        font-family: "gt-america", sans-serif;
        font-weight: 100;
        font-style: normal; } }
    .c-download-files__item-extensions-link:first-child {
      margin-left: 0px; }
    .c-download-files__item-extensions-link:last-child {
      margin-right: 0px; }
    .c-download-files__item-extensions-link:hover {
      color: #202020; }

.c-download-images__block {
  width: 100%;
  display: block; }

.c-download-images__post {
  padding-bottom: 140px; }

.c-download-images__wrapper-image {
  display: block;
  width: 100%;
  position: relative;
  overflow: hidden; }
  .c-download-images__wrapper-image:before {
    content: "";
    display: block;
    padding-bottom: 131%; }

.c-download-images__image {
  z-index: 1;
  position: absolute;
  top: 0%;
  left: 0%;
  display: block;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; }

.c-download-images__wrapper-content {
  display: block;
  width: 100%; }

.c-download-images__wrapper-inner {
  display: block;
  width: 100%; }

.c-download-images__book {
  font-size: 14px;
  line-height: 17px;
  font-family: "gt-america", sans-serif;
  font-weight: 100;
  font-style: normal;
  padding-top: 7px;
  color: var(--color-black);
  opacity: 0.4;
  display: block;
  width: 100%; }
  @media (min-width: 541px) {
    .c-download-images__book {
      font-size: 14px;
      line-height: 17px;
      font-family: "gt-america", sans-serif;
      font-weight: 100;
      font-style: normal; } }
  @media (min-width: 1025px) {
    .c-download-images__book {
      font-size: 14px;
      line-height: 17px;
      font-family: "gt-america", sans-serif;
      font-weight: 100;
      font-style: normal; } }

.c-featured-offers {
  position: relative; }
  .c-featured-offers::before {
    content: ".c-featured-offers";
    position: absolute;
    top: 10px;
    left: 10px;
    width: auto;
    height: auto;
    color: #202020;
    display: none;
    z-index: 10;
    background-color: rgba(255, 255, 255, 0.7); }
  .is-debug .c-featured-offers {
    background-color: transparent; }
    .is-debug .c-featured-offers::before {
      display: block; }
  @media (max-width: 1024px) {
    .c-featured-offers__wrapper-item {
      padding-bottom: var(--container-padding); } }
  .c-featured-offers__item {
    display: block;
    width: 100%;
    position: relative;
    overflow: hidden;
    cursor: pointer; }
  .c-featured-offers__wrapper-image {
    display: block;
    width: 100%;
    position: relative;
    overflow: hidden; }
    .c-featured-offers__wrapper-image:before {
      content: "";
      display: block;
      padding-bottom: 131%; }
    @media (max-width: 1024px) {
      .c-featured-offers__wrapper-image:before {
        content: "";
        display: block;
        padding-bottom: 65%; } }
    @media (max-width: 540px) {
      .c-featured-offers__wrapper-image:before {
        content: "";
        display: block;
        padding-bottom: 131%; } }
  .c-featured-offers__wrapper-item:nth-child(1) .c-featured-offers__wrapper-image::after {
    transition-duration: 1s; }
  .c-featured-offers__wrapper-item:nth-child(2) .c-featured-offers__wrapper-image::after {
    transition-duration: 1.26s; }
  .c-featured-offers__wrapper-item:nth-child(3) .c-featured-offers__wrapper-image::after {
    transition-duration: 1.35s; }
  .c-featured-offers__image {
    position: absolute;
    top: 0%;
    left: 0%;
    display: block;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat; }
  .c-featured-offers__wrapper-texts {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    display: flex;
    z-index: 3; }
  .c-featured-offers__details {
    display: flex;
    width: 100%; }
  .c-featured-offers__inner-details {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
    padding-left: 19px;
    padding-right: 19px; }
  .c-featured-offers__title {
    font-size: 28px;
    line-height: 34px;
    font-family: "berlingske", serif;
    font-weight: 300;
    font-style: normal;
    color: var(--color-white);
    width: 100%;
    padding-top: 23px;
    padding-bottom: 6px;
    text-align: left; }
    @media (min-width: 541px) {
      .c-featured-offers__title {
        font-size: 32px;
        line-height: 38px;
        font-family: "berlingske", serif;
        font-weight: 300;
        font-style: normal; } }
    @media (min-width: 1025px) {
      .c-featured-offers__title {
        font-size: 36px;
        line-height: 43px;
        font-family: "berlingske", serif;
        font-weight: 300;
        font-style: normal; } }
  .c-featured-offers__caption {
    font-size: 14px;
    line-height: 17px;
    font-family: "gt-america", sans-serif;
    font-weight: 100;
    font-style: normal;
    color: var(--color-white);
    width: 100%;
    padding-bottom: 5px;
    text-align: left; }
    @media (min-width: 541px) {
      .c-featured-offers__caption {
        font-size: 14px;
        line-height: 17px;
        font-family: "gt-america", sans-serif;
        font-weight: 100;
        font-style: normal; } }
    @media (min-width: 1025px) {
      .c-featured-offers__caption {
        font-size: 14px;
        line-height: 17px;
        font-family: "gt-america", sans-serif;
        font-weight: 100;
        font-style: normal; } }
  .c-featured-offers__content {
    font-size: 16px;
    line-height: 22px;
    font-family: "gt-america", sans-serif;
    font-weight: 100;
    font-style: normal;
    color: var(--color-white);
    width: 100%;
    transition: all 0.3s ease-in-out;
    text-align: left;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s ease-in-out 0s;
    flex: 1 0 auto;
    display: flex;
    align-items: flex-end;
    align-content: flex-end;
    padding-right: 48px;
    flex-wrap: wrap; }
    @media (min-width: 541px) {
      .c-featured-offers__content {
        font-size: 16px;
        line-height: 22px;
        font-family: "gt-america", sans-serif;
        font-weight: 100;
        font-style: normal; } }
    @media (min-width: 1025px) {
      .c-featured-offers__content {
        font-size: 18px;
        line-height: 25px;
        font-family: "gt-america", sans-serif;
        font-weight: 100;
        font-style: normal; } }
    .c-featured-offers__content em {
      font-size: 15px;
      line-height: 22px;
      font-family: "gt-america", sans-serif;
      font-weight: 100;
      font-style: normal; }
      @media (min-width: 541px) {
        .c-featured-offers__content em {
          font-size: 15px;
          line-height: 22px;
          font-family: "gt-america", sans-serif;
          font-weight: 100;
          font-style: normal; } }
      @media (min-width: 1025px) {
        .c-featured-offers__content em {
          font-size: 15px;
          line-height: 22px;
          font-family: "gt-america", sans-serif;
          font-weight: 100;
          font-style: normal; } }
  .c-featured-offers__item:hover .c-featured-offers__content {
    opacity: 1;
    visibility: visible; }
  .c-featured-offers__wrapper-button {
    padding-top: 38px;
    display: block;
    width: 100%;
    padding-bottom: 22px;
    transition: all 0.3s ease-in-out;
    text-align: left;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s ease-in-out 0s; }
  .c-featured-offers__item:hover .c-featured-offers__wrapper-button {
    opacity: 1;
    visibility: visible;
    transition-delay: 0.2s; }
  .c-featured-offers__button {
    font-size: 20px;
    line-height: 24px;
    font-family: "gt-america", sans-serif;
    font-weight: 100;
    font-style: normal;
    color: var(--color-white);
    width: auto;
    display: block; }
    @media (min-width: 541px) {
      .c-featured-offers__button {
        font-size: 20px;
        line-height: 24px;
        font-family: "gt-america", sans-serif;
        font-weight: 100;
        font-style: normal; } }
    @media (min-width: 1025px) {
      .c-featured-offers__button {
        font-size: 28px;
        line-height: 34px;
        font-family: "gt-america", sans-serif;
        font-weight: 100;
        font-style: normal; } }

.c-form {
  position: relative;
  overflow: hidden;
  position: relative; }
  .c-form::before {
    content: ".c-form";
    position: absolute;
    top: 10px;
    left: 10px;
    width: auto;
    height: auto;
    color: #202020;
    display: none;
    z-index: 10;
    background-color: rgba(255, 255, 255, 0.7); }
  .is-debug .c-form {
    background-color: transparent; }
    .is-debug .c-form::before {
      display: block; }
  .c-form__wrapper-cols {
    width: 100%;
    display: flex;
    position: relative; }
  .c-form__wrapper-lines {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex; }
    @media (max-width: 540px) {
      .c-form__wrapper-lines {
        display: none; } }
  .c-form__line-left {
    width: 37%;
    display: block;
    border-right: 1px solid rgba(32, 32, 32, 0.3); }
    @media (max-width: 1024px) {
      .c-form__line-left {
        width: 44%; } }
  .c-form__cols {
    width: 100%;
    display: flex;
    align-self: flex-end;
    position: relative;
    z-index: 2;
    padding-top: 92px; }
    @media (max-width: 1024px) {
      .c-form__cols {
        padding-top: 44px; } }
    @media (max-width: 540px) {
      .c-form__cols {
        flex-wrap: wrap; } }
  .c-form__col-info {
    width: 37%;
    padding-left: calc( ( ( 100vw - var(--container-width) ) / 2 ));
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    padding-top: 0px;
    padding-bottom: 42px;
    padding-right: var(--grid-gutter-width); }
    @media (max-width: 1968px) {
      .c-form__col-info {
        padding-left: var(--container-padding); } }
    @media (max-width: 1024px) {
      .c-form__col-info {
        width: 44%; } }
    @media (max-width: 540px) {
      .c-form__col-info {
        width: 100%;
        padding-bottom: 78px; } }
  .c-form__wrapper-info {
    position: relative;
    width: 100%;
    display: block; }
    @media (max-width: 1968px) {
      .c-form__wrapper-info {
        padding-left: calc( ( (100vw - 0px) / var(--total-columns) ) * 1); } }
    @media (max-width: 1400px) {
      .c-form__wrapper-info {
        padding-left: 0px; } }
  .c-form__wrapper-title {
    display: block;
    width: 100%;
    padding-bottom: 25px; }
  .c-form__title {
    font-size: 28px;
    line-height: 34px;
    font-family: "berlingske", serif;
    font-weight: 300;
    font-style: normal;
    color: var(--color-black);
    display: block;
    width: 100%; }
    @media (min-width: 541px) {
      .c-form__title {
        font-size: 32px;
        line-height: 38px;
        font-family: "berlingske", serif;
        font-weight: 300;
        font-style: normal; } }
    @media (min-width: 1025px) {
      .c-form__title {
        font-size: 48px;
        line-height: 58px;
        font-family: "berlingske", serif;
        font-weight: 300;
        font-style: normal; } }
  .c-form__wrapper-content {
    font-size: 16px;
    line-height: 22px;
    font-family: "gt-america", sans-serif;
    font-weight: 100;
    font-style: normal;
    color: var(--color-black);
    display: block;
    width: 100%; }
    @media (min-width: 541px) {
      .c-form__wrapper-content {
        font-size: 16px;
        line-height: 22px;
        font-family: "gt-america", sans-serif;
        font-weight: 100;
        font-style: normal; } }
    @media (min-width: 1025px) {
      .c-form__wrapper-content {
        font-size: 18px;
        line-height: 25px;
        font-family: "gt-america", sans-serif;
        font-weight: 100;
        font-style: normal; } }
  .c-form__col-form {
    width: 63%;
    padding-right: calc( ( ( 100vw - var(--container-width) ) / 2 ));
    display: flex; }
    @media (max-width: 1968px) {
      .c-form__col-form {
        padding-right: var(--container-padding); } }
    @media (max-width: 1024px) {
      .c-form__col-form {
        width: 56%; } }
    @media (max-width: 540px) {
      .c-form__col-form {
        width: 100%;
        padding-left: var(--container-padding); } }
  .c-form__wrapper-form {
    padding-bottom: 0px;
    display: block;
    width: 100%;
    padding-left: 80px;
    position: relative;
    padding-right: calc( ( ( (var(--container-width) - 0px) / var(--total-columns) ) * 1 )); }
    @media (max-width: 1024px) {
      .c-form__wrapper-form {
        padding-right: 0px;
        padding-left: 52px; } }
    @media (max-width: 540px) {
      .c-form__wrapper-form {
        padding-left: 0px; } }
  .c-form__form {
    display: block;
    width: 100%; }
    .c-form__form span.wpcf7-not-valid-tip {
      font-size: 14px;
      line-height: 17px;
      font-family: "gt-america", sans-serif;
      font-weight: 100;
      font-style: normal;
      color: var(--color-black);
      position: absolute;
      top: calc(100% + 5px);
      left: 2px;
      width: auto;
      z-index: 2; }
      @media (min-width: 541px) {
        .c-form__form span.wpcf7-not-valid-tip {
          font-size: 14px;
          line-height: 17px;
          font-family: "gt-america", sans-serif;
          font-weight: 100;
          font-style: normal; } }
      @media (min-width: 1025px) {
        .c-form__form span.wpcf7-not-valid-tip {
          font-size: 14px;
          line-height: 17px;
          font-family: "gt-america", sans-serif;
          font-weight: 100;
          font-style: normal; } }
    .c-form__form div.wpcf7-response-output {
      font-size: 14px;
      line-height: 17px;
      font-family: "gt-america", sans-serif;
      font-weight: 100;
      font-style: normal;
      border: 0px;
      color: var(--color-black);
      text-align: center;
      margin: 0px;
      margin-top: 40px;
      width: 100%; }
      @media (min-width: 541px) {
        .c-form__form div.wpcf7-response-output {
          font-size: 14px;
          line-height: 17px;
          font-family: "gt-america", sans-serif;
          font-weight: 100;
          font-style: normal; } }
      @media (min-width: 1025px) {
        .c-form__form div.wpcf7-response-output {
          font-size: 14px;
          line-height: 17px;
          font-family: "gt-america", sans-serif;
          font-weight: 100;
          font-style: normal; } }
  .c-form__inner {
    display: block;
    width: 100%; }
  .c-form__field {
    display: block;
    width: 100%;
    padding-bottom: 42px; }
    .c-form__field > span {
      display: flex;
      width: 100%;
      position: relative; }
      .c-form__field > span input,
      .c-form__field > span textarea {
        font-size: 16px;
        line-height: 22px;
        font-family: "gt-america", sans-serif;
        font-weight: 100;
        font-style: normal;
        background-color: transparent;
        border: 0px solid;
        border-bottom: 1px solid rgba(32, 32, 32, 0.3);
        width: 100%;
        display: block;
        padding: 4px 20px;
        padding-left: 0px;
        color: var(--color-black); }
        .c-form__field > span input::-webkit-input-placeholder,
        .c-form__field > span textarea::-webkit-input-placeholder {
          /* Chrome/Opera/Safari */
          color: rgba(32, 32, 32, 0.3); }
        .c-form__field > span input::-moz-placeholder,
        .c-form__field > span textarea::-moz-placeholder {
          /* Firefox 19+ */
          color: rgba(32, 32, 32, 0.3); }
        .c-form__field > span input:-ms-input-placeholder,
        .c-form__field > span textarea:-ms-input-placeholder {
          /* IE 10+ */
          color: rgba(32, 32, 32, 0.3); }
        .c-form__field > span input:-moz-placeholder,
        .c-form__field > span textarea:-moz-placeholder {
          /* Firefox 18- */
          color: rgba(32, 32, 32, 0.3); }
        @media (min-width: 541px) {
          .c-form__field > span input,
          .c-form__field > span textarea {
            font-size: 16px;
            line-height: 22px;
            font-family: "gt-america", sans-serif;
            font-weight: 100;
            font-style: normal; } }
        @media (min-width: 1025px) {
          .c-form__field > span input,
          .c-form__field > span textarea {
            font-size: 18px;
            line-height: 25px;
            font-family: "gt-america", sans-serif;
            font-weight: 100;
            font-style: normal; } }
      .c-form__field > span textarea {
        min-height: 100px;
        height: 100px;
        max-height: 400px;
        resize: vertical; }
    @media (max-width: 540px) {
      .c-form__field span.wpcf7-not-valid-tip {
        top: -20px; } }
    .c-form__field .ajax-loader {
      display: none !important; }
    .c-form__field--submit {
      display: flex;
      justify-content: flex-end; }
      @media (max-width: 1024px) {
        .c-form__field--submit {
          padding-bottom: 0px; } }
      .c-form__field--submit input {
        appearance: none;
        -webkit-appearance: none;
        padding: 0;
        border: 0;
        border-radius: 0;
        background: transparent;
        cursor: default;
        outline: 0;
        margin: 0;
        font-size: inherit;
        font-weight: inherit;
        font-family: inherit;
        color: inherit;
        text-align: inherit;
        font-size: 20px;
        line-height: 24px;
        font-family: "gt-america", sans-serif;
        font-weight: 100;
        font-style: normal;
        width: auto;
        padding-bottom: 5px;
        transition: all 0.3s ease-in-out;
        text-align: center;
        display: inline-block;
        cursor: pointer;
        color: var(--color-black);
        border-bottom: 1px solid rgba(32, 32, 32, 0.2); }
        @media (min-width: 541px) {
          .c-form__field--submit input {
            font-size: 20px;
            line-height: 24px;
            font-family: "gt-america", sans-serif;
            font-weight: 100;
            font-style: normal; } }
        @media (min-width: 1025px) {
          .c-form__field--submit input {
            font-size: 28px;
            line-height: 34px;
            font-family: "gt-america", sans-serif;
            font-weight: 100;
            font-style: normal; } }
        .c-form__field--submit input:hover {
          border-bottom: 1px solid #202020; }
        .c-form__field--submit input.disabled, .c-form__field--submit input:disabled {
          opacity: 0.5; }
  .c-form__field-acceptance {
    font-size: 14px;
    line-height: 17px;
    font-family: "gt-america", sans-serif;
    font-weight: 100;
    font-style: normal;
    color: var(--color-black);
    padding-bottom: 25px;
    width: 100%;
    display: block; }
    @media (min-width: 541px) {
      .c-form__field-acceptance {
        font-size: 14px;
        line-height: 17px;
        font-family: "gt-america", sans-serif;
        font-weight: 100;
        font-style: normal; } }
    @media (min-width: 1025px) {
      .c-form__field-acceptance {
        font-size: 14px;
        line-height: 17px;
        font-family: "gt-america", sans-serif;
        font-weight: 100;
        font-style: normal; } }
    .c-form__field-acceptance a:hover {
      text-decoration: underline; }
    .c-form__field-acceptance span.wpcf7-list-item {
      margin: 0px; }

@media (max-width: 1024px) {
  .c-gallery-filters__col {
    padding: 0px; } }

.c-gallery-filters__grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start; }

.c-gallery-filters__gutter-sizer {
  width: 0px; }

.c-gallery-filters__grid-sizer, .c-gallery-filters__item {
  width: calc( ( (100% - 1px) / 3));
  margin-bottom: 112px;
  padding: calc(var(--grid-gutter-width) / 2);
  padding-top: 0px;
  padding-bottom: 0px; }
  @media (max-width: 1024px) {
    .c-gallery-filters__grid-sizer, .c-gallery-filters__item {
      width: calc( ( (100% - 1px) / 2));
      padding: 0px 12px;
      margin-bottom: 52px; } }
  @media (max-width: 540px) {
    .c-gallery-filters__grid-sizer, .c-gallery-filters__item {
      width: 100%;
      padding: 0px; } }

.c-gallery-filters__wrapper-image {
  display: block;
  width: 100%;
  position: relative;
  overflow: hidden;
  cursor: pointer; }

.c-gallery-filters__item-image {
  width: 100%;
  display: block;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat; }
  .c-gallery-filters__item-image:before {
    content: "";
    display: block;
    padding-bottom: 100%; }

.c-gallery-filters__item-title {
  font-size: 14px;
  line-height: 17px;
  font-family: "gt-america", sans-serif;
  font-weight: 100;
  font-style: normal;
  color: rgba(32, 32, 32, 0.4);
  width: 100%;
  padding: 0px;
  padding-top: 10px; }
  @media (min-width: 541px) {
    .c-gallery-filters__item-title {
      font-size: 14px;
      line-height: 17px;
      font-family: "gt-america", sans-serif;
      font-weight: 100;
      font-style: normal; } }
  @media (min-width: 1025px) {
    .c-gallery-filters__item-title {
      font-size: 14px;
      line-height: 17px;
      font-family: "gt-america", sans-serif;
      font-weight: 100;
      font-style: normal; } }
  @media (max-width: 540px) {
    .c-gallery-filters__item-title {
      padding-top: 13px;
      text-align: right; } }

.c-gallery-filters__block-filters {
  display: block;
  width: 100%; }

.c-gallery-filters__wrapper-filters {
  padding-bottom: 68px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap; }

.c-gallery-filters__filter {
  padding: 0px 10px;
  display: inline-block; }

.c-gallery-filters__filter-link {
  font-size: 14px;
  line-height: 17px;
  font-family: "gt-america", sans-serif;
  font-weight: 100;
  font-style: normal;
  color: var(--color-black);
  cursor: pointer;
  transition: all 0.3s ease-in-out; }
  @media (min-width: 541px) {
    .c-gallery-filters__filter-link {
      font-size: 14px;
      line-height: 17px;
      font-family: "gt-america", sans-serif;
      font-weight: 100;
      font-style: normal; } }
  @media (min-width: 1025px) {
    .c-gallery-filters__filter-link {
      font-size: 14px;
      line-height: 17px;
      font-family: "gt-america", sans-serif;
      font-weight: 100;
      font-style: normal; } }
  .c-gallery-filters__filter-link.is-active {
    color: rgba(32, 32, 32, 0.6); }

.c-hero {
  position: relative;
  --c-hero--height: 40vh;
  --c-hero--border-color: rgba($white, 0.3);
  --c-hero--overlay-padding-top: 0px;
  z-index: 100; }
  .c-hero::before {
    content: ".c-hero";
    position: absolute;
    top: 10px;
    left: 10px;
    width: auto;
    height: auto;
    color: #202020;
    display: none;
    z-index: 10;
    background-color: rgba(255, 255, 255, 0.7); }
  .is-debug .c-hero {
    background-color: transparent; }
    .is-debug .c-hero::before {
      display: block; }
  .home .c-hero {
    --c-hero--border-color: var(--color-white); }
  .c-hero--full-screen {
    --c-hero--height: 100vh; }
  .c-hero--type-background-color {
    --c-hero--overlay-padding-top: var(--header-height); }
  .c-hero__bg {
    height: var(--c-hero--height); }
  .c-hero__wrapper-cols {
    width: 100%;
    display: flex;
    position: relative; }
  .c-hero__wrapper-lines {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 1;
    border-top: 1px solid var(--c-hero--border-color);
    display: flex; }
    @media (max-width: 1024px) {
      .c-hero__wrapper-lines {
        border-top: 0px solid; } }
    @media (max-width: 540px) {
      .c-hero__wrapper-lines {
        display: none; } }
  .c-hero__line-left {
    width: 37%;
    display: block;
    border-right: 1px solid var(--c-hero--border-color); }
    @media (max-width: 1024px) {
      .c-hero__line-left {
        width: 44%; } }
  .c-hero__cols {
    width: 100%;
    display: flex;
    align-self: flex-end;
    position: relative;
    z-index: 2; }
  @media (min-width: 1969px) {
    .c-hero__unique-col {
      margin-left: 0px; } }

@media (max-width: 1400px) and (min-width: 1025px) {
  .c-hero__unique-col {
    margin-left: 0px; } }
  .c-hero__inner {
    position: relative;
    width: 100%;
    display: block; }
  .c-hero__wrapper-image {
    display: block;
    height: var(--c-hero--height);
    width: 100%;
    position: relative; }
  .c-hero__image {
    height: 100%;
    display: block;
    width: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat; }
  .c-hero__wrapper-video {
    display: block;
    width: 100%;
    max-height: 100vh;
    position: relative;
    z-index: 1; }
    .c-hero__wrapper-video:before {
      content: "";
      display: block;
      padding-bottom: 56.25%; }
    @media (max-width: 1024px) {
      .c-hero__wrapper-video::before {
        height: 100vh;
        padding-bottom: 0px; } }
    .c-hero__wrapper-video iframe {
      width: 100%;
      position: absolute;
      top: 0px;
      left: 0px;
      height: 100%;
      display: block; }
  .c-hero__video {
    height: 100%;
    display: block;
    width: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat; }
  .c-hero__wrapper-overlay {
    position: absolute;
    bottom: 82px;
    left: 0px;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding-top: var(--c-hero--overlay-padding-top);
    z-index: 2; }
    @media (max-width: 1024px) {
      .c-hero__wrapper-overlay {
        padding-top: 0px;
        bottom: 0px; } }
    .c-hero__wrapper-overlay--type-background-color {
      align-items: stretch; }
    .home .c-hero__wrapper-overlay {
      padding-bottom: 82px;
      bottom: 0px; }
      @media (max-width: 1024px) {
        .home .c-hero__wrapper-overlay {
          padding-bottom: 0px; } }
  .c-hero__col-title {
    width: 37%;
    padding-left: calc( ( ( 100vw - var(--container-width) ) / 2 )); }
    @media (max-width: 1968px) {
      .c-hero__col-title {
        padding-left: var(--container-padding); } }
    @media (max-width: 1024px) {
      .c-hero__col-title {
        width: 44%; } }
    @media (max-width: 540px) {
      .c-hero__col-title {
        width: 100%;
        padding-right: var(--container-padding); } }
  .c-hero__col-content {
    width: 63%;
    padding-right: calc( ( ( 100vw - var(--container-width) ) / 2 )); }
    @media (max-width: 1968px) {
      .c-hero__col-content {
        padding-right: var(--container-padding); } }
    @media (max-width: 1024px) {
      .c-hero__col-content {
        display: none; } }
  .c-hero__title {
    font-size: 36px;
    line-height: 43px;
    font-family: "berlingske", serif;
    font-weight: 300;
    font-style: normal;
    font-family: "berlingske", serif;
    font-weight: 300;
    font-style: normal;
    color: var(--color-white);
    padding-bottom: 42px;
    display: block; }
    @media (min-width: 541px) {
      .c-hero__title {
        font-size: 40px;
        line-height: 48px;
        font-family: "berlingske", serif;
        font-weight: 300;
        font-style: normal; } }
    @media (min-width: 1025px) {
      .c-hero__title {
        font-size: 64px;
        line-height: 77px;
        font-family: "berlingske", serif;
        font-weight: 300;
        font-style: normal; } }
    @media (max-width: 1968px) {
      .c-hero--type-background-color .c-hero__title {
        padding-left: calc( ( (100vw - 0px) / var(--total-columns) ) * 1); } }
    @media (max-width: 1400px) {
      .c-hero--type-background-color .c-hero__title {
        padding-left: 0px; } }
  .c-hero__wrapper-caption {
    padding-bottom: 59px;
    display: block; }
  .c-hero__caption {
    font-size: 14px;
    line-height: 17px;
    font-family: "gt-america", sans-serif;
    font-weight: 100;
    font-style: normal;
    color: var(--color-white);
    display: inline-block;
    cursor: pointer;
    position: relative;
    padding-right: 14px; }
    @media (min-width: 541px) {
      .c-hero__caption {
        font-size: 14px;
        line-height: 17px;
        font-family: "gt-america", sans-serif;
        font-weight: 100;
        font-style: normal; } }
    @media (min-width: 1025px) {
      .c-hero__caption {
        font-size: 14px;
        line-height: 17px;
        font-family: "gt-america", sans-serif;
        font-weight: 100;
        font-style: normal; } }
    .c-hero__caption::before {
      content: "↓";
      display: block;
      top: 0px;
      right: 0px;
      position: absolute;
      width: 14px;
      height: 100%;
      text-align: right; }
    .c-hero__caption--right {
      padding-right: 18px; }
      .c-hero__caption--right::before {
        content: "→"; }
  .c-hero__content {
    font-size: 16px;
    line-height: 22px;
    font-family: "gt-america", sans-serif;
    font-weight: 100;
    font-style: normal;
    color: var(--color-white); }
    @media (min-width: 541px) {
      .c-hero__content {
        font-size: 16px;
        line-height: 22px;
        font-family: "gt-america", sans-serif;
        font-weight: 100;
        font-style: normal; } }
    @media (min-width: 1025px) {
      .c-hero__content {
        font-size: 18px;
        line-height: 25px;
        font-family: "gt-america", sans-serif;
        font-weight: 100;
        font-style: normal; } }
    .c-hero--type-background-color .c-hero__content {
      padding-left: calc( ( ( (100vw - 0px) / var(--total-columns) ) * 1.5 ) + ( var(--grid-gutter-width) / 1 ));
      padding-right: calc( ( ( (100vw - 0px) / var(--total-columns) ) * 1 ) - ( var(--grid-gutter-width) / 4 )); }
  .c-hero__wrapper-bottom {
    width: 100%;
    background-color: transparent;
    height: auto;
    border-left: 0px solid;
    border-right: 0px solid;
    z-index: 3; }
    .home .c-hero__wrapper-bottom {
      position: absolute;
      bottom: 0px;
      left: 0px; }
  .c-hero__slider {
    width: 100%; }
    .c-hero__slider .c-hero__title {
      padding-bottom: 136px; }
      @media (max-width: 1024px) {
        .c-hero__slider .c-hero__title {
          padding-bottom: 96px; } }
  .c-hero__slider-slide {
    position: relative; }
  .c-hero__slider-wrapper-pagination {
    position: absolute;
    bottom: 84px;
    padding-bottom: 62px;
    left: 0px;
    width: 100%;
    z-index: 5;
    padding-left: calc( ( ( 100vw - var(--container-width) ) / 2 )); }
    @media (max-width: 1968px) {
      .c-hero__slider-wrapper-pagination {
        padding-left: var(--container-padding); } }
    @media (max-width: 1024px) {
      .c-hero__slider-wrapper-pagination {
        padding-bottom: 0px;
        bottom: 61px; } }
  .c-hero__slider-pagination {
    font-size: 14px;
    line-height: 17px;
    font-family: "gt-america", sans-serif;
    font-weight: 100;
    font-style: normal;
    color: var(--color-white);
    position: relative;
    bottom: 0px;
    left: 0px;
    width: 100%;
    padding-left: 0px; }
    @media (min-width: 541px) {
      .c-hero__slider-pagination {
        font-size: 14px;
        line-height: 17px;
        font-family: "gt-america", sans-serif;
        font-weight: 100;
        font-style: normal; } }
    @media (min-width: 1025px) {
      .c-hero__slider-pagination {
        font-size: 14px;
        line-height: 17px;
        font-family: "gt-america", sans-serif;
        font-weight: 100;
        font-style: normal; } }
    @media (max-width: 1968px) {
      .c-hero__slider-pagination {
        padding-left: calc( ( (100vw - 0px) / var(--total-columns) ) * 1); } }
    @media (max-width: 1400px) {
      .c-hero__slider-pagination {
        padding-left: 0px; } }
  .c-hero__slider-arrow-left {
    display: inline-block;
    cursor: pointer;
    padding-right: 10px; }
  .c-hero__slider-arrow-right {
    display: inline-block;
    cursor: pointer;
    padding-left: 10px; }

.c-image {
  position: relative; }
  .c-image::before {
    content: ".c-image";
    position: absolute;
    top: 10px;
    left: 10px;
    width: auto;
    height: auto;
    color: #202020;
    display: none;
    z-index: 10;
    background-color: rgba(255, 255, 255, 0.7); }
  .is-debug .c-image {
    background-color: transparent; }
    .is-debug .c-image::before {
      display: block; }
  .c-image.p-left {
    padding-left: calc( ( var(--container-width) / 12 ) * 1); }
    @media (max-width: 1968px) {
      .c-image.p-left {
        padding-left: calc( ( (100vw - 0px) / var(--total-columns) ) * 1); } }
    @media (max-width: 1024px) {
      .c-image.p-left {
        padding-left: 0px; } }
  .c-image.p-right {
    padding-right: calc( ( var(--container-width) / 12 ) * 1); }
    @media (max-width: 1968px) {
      .c-image.p-right {
        padding-right: calc( ( (100vw - 0px) / var(--total-columns) ) * 1); } }
    @media (max-width: 1024px) {
      .c-image.p-right {
        padding-right: 0px; } }
  .c-image__wrapper-image {
    display: block;
    width: 100%;
    position: relative; }
  .c-image__block-image {
    display: block;
    width: 100%;
    position: relative;
    overflow: hidden; }
  .c-image__image {
    width: 100vw;
    height: auto;
    max-height: 100vh;
    object-fit: cover;
    display: block;
    margin: 0 auto; }
    .semi-full .c-image__image {
      padding-left: calc( ( ( 100vw - var(--container-width) ) / 2 ));
      padding-right: calc( ( ( 100vw - var(--container-width) ) / 2 )); }
      @media (max-width: 1968px) {
        .semi-full .c-image__image {
          padding-left: var(--container-padding);
          padding-right: var(--container-padding); } }
    @media (max-width: 540px) {
      .c-image__image {
        height: 65vw; } }
  .c-image__mask {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 9; }
  .c-image__caption {
    font-size: 14px;
    line-height: 17px;
    font-family: "gt-america", sans-serif;
    font-weight: 100;
    font-style: normal;
    color: rgba(255, 255, 255, 0.3);
    display: block;
    padding-top: 10px; }
    @media (min-width: 541px) {
      .c-image__caption {
        font-size: 14px;
        line-height: 17px;
        font-family: "gt-america", sans-serif;
        font-weight: 100;
        font-style: normal; } }
    @media (min-width: 1025px) {
      .c-image__caption {
        font-size: 14px;
        line-height: 17px;
        font-family: "gt-america", sans-serif;
        font-weight: 100;
        font-style: normal; } }
    @media (max-width: 1024px) {
      .c-image__caption {
        padding-top: 18px; } }
    @media (max-width: 540px) {
      .c-image__caption {
        text-align: right; } }
    .t-light .c-image__caption {
      color: rgba(32, 32, 32, 0.3); }

.c-info-service {
  position: relative;
  overflow: hidden;
  position: relative; }
  .c-info-service::before {
    content: ".c-info-service";
    position: absolute;
    top: 10px;
    left: 10px;
    width: auto;
    height: auto;
    color: #202020;
    display: none;
    z-index: 10;
    background-color: rgba(255, 255, 255, 0.7); }
  .is-debug .c-info-service {
    background-color: transparent; }
    .is-debug .c-info-service::before {
      display: block; }
  .c-info-service__wrapper-cols {
    width: 100%;
    display: flex;
    position: relative; }
  .c-info-service__wrapper-lines {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex; }
    @media (max-width: 1024px) {
      .c-info-service__wrapper-lines {
        display: none; } }
  .c-info-service__line-left {
    width: 37%;
    display: block;
    border-right: 1px solid rgba(32, 32, 32, 0.3); }
  .c-info-service__cols {
    width: 100%;
    display: flex;
    align-self: flex-end;
    position: relative;
    z-index: 2;
    padding-top: 92px; }
    @media (max-width: 1024px) {
      .c-info-service__cols {
        padding-top: 60px; } }
    @media (max-width: 540px) {
      .c-info-service__cols {
        padding-top: 40px;
        padding-left: var(--container-padding);
        padding-right: var(--container-padding);
        flex-wrap: wrap; } }
  .c-info-service__col-info {
    width: 37%;
    padding-left: calc( ( ( 100vw - var(--container-width) ) / 2 ));
    display: flex;
    flex-wrap: wrap;
    padding-top: 0px;
    padding-bottom: 200px;
    padding-right: 69px; }
    @media (max-width: 1968px) {
      .c-info-service__col-info {
        padding-left: var(--container-padding); } }
    @media (max-width: 1024px) {
      .c-info-service__col-info {
        width: 50%;
        align-items: flex-start;
        padding-bottom: 0px;
        padding-right: 0px; } }
    @media (max-width: 540px) {
      .c-info-service__col-info {
        width: 100%;
        padding-left: 0px;
        padding-bottom: 50px; } }
  .c-info-service__wrapper-info {
    position: relative;
    width: 100%;
    display: block; }
    @media (max-width: 1968px) {
      .c-info-service__wrapper-info {
        padding-left: calc( ( (100vw - 0px) / var(--total-columns) ) * 1); } }
    @media (max-width: 1400px) {
      .c-info-service__wrapper-info {
        padding-left: 0px; } }
  .c-info-service__col-service {
    width: 63%;
    padding-right: calc( ( ( 100vw - var(--container-width) ) / 2 ));
    display: flex; }
    @media (max-width: 1968px) {
      .c-info-service__col-service {
        padding-right: var(--container-padding); } }
    @media (max-width: 1024px) {
      .c-info-service__col-service {
        width: 36%;
        margin-left: 14%; } }
    @media (max-width: 540px) {
      .c-info-service__col-service {
        margin-left: 0px;
        width: 100%;
        padding-right: 0px; } }
  .c-info-service__wrapper-service {
    padding-bottom: 42px;
    display: block;
    width: 100%;
    padding-left: 80px;
    position: relative; }
    @media (max-width: 1024px) {
      .c-info-service__wrapper-service {
        padding-left: 0px;
        padding-bottom: 0px; } }
    .c-info-service__wrapper-service.cols--2 {
      display: flex;
      flex-wrap: wrap;
      align-content: flex-start; }
      .c-info-service__wrapper-service.cols--2 .c-info-service__item {
        width: 42%;
        margin-right: 8%; }
        .c-info-service__wrapper-service.cols--2 .c-info-service__item:nth-child(even) {
          margin-right: 0px;
          margin-left: 8%; }
          @media (max-width: 1024px) {
            .c-info-service__wrapper-service.cols--2 .c-info-service__item:nth-child(even) {
              margin: 0px; } }
        @media (max-width: 1024px) {
          .c-info-service__wrapper-service.cols--2 .c-info-service__item {
            width: 100%;
            margin: 0px; } }
  .c-info-service__item {
    font-size: 20px;
    line-height: 24px;
    font-family: "gt-america", sans-serif;
    font-weight: 100;
    font-style: normal;
    color: var(--color-black);
    width: 100%;
    display: block;
    padding-bottom: 39px; }
    @media (min-width: 541px) {
      .c-info-service__item {
        font-size: 20px;
        line-height: 24px;
        font-family: "gt-america", sans-serif;
        font-weight: 100;
        font-style: normal; } }
    @media (min-width: 1025px) {
      .c-info-service__item {
        font-size: 28px;
        line-height: 34px;
        font-family: "gt-america", sans-serif;
        font-weight: 100;
        font-style: normal; } }
    @media (max-width: 1024px) {
      .c-info-service__item {
        padding-bottom: 16px; } }
  .c-info-service__wrapper-title {
    display: block;
    width: 100%;
    padding-bottom: 25px; }
  .c-info-service__title {
    font-size: 28px;
    line-height: 34px;
    font-family: "berlingske", serif;
    font-weight: 300;
    font-style: normal;
    color: var(--color-black);
    display: block;
    width: 100%; }
    @media (min-width: 541px) {
      .c-info-service__title {
        font-size: 32px;
        line-height: 38px;
        font-family: "berlingske", serif;
        font-weight: 300;
        font-style: normal; } }
    @media (min-width: 1025px) {
      .c-info-service__title {
        font-size: 48px;
        line-height: 58px;
        font-family: "berlingske", serif;
        font-weight: 300;
        font-style: normal; } }
  .c-info-service__wrapper-content {
    font-size: 16px;
    line-height: 22px;
    font-family: "gt-america", sans-serif;
    font-weight: 100;
    font-style: normal;
    color: var(--color-black);
    display: block;
    width: 100%; }
    @media (min-width: 541px) {
      .c-info-service__wrapper-content {
        font-size: 16px;
        line-height: 22px;
        font-family: "gt-america", sans-serif;
        font-weight: 100;
        font-style: normal; } }
    @media (min-width: 1025px) {
      .c-info-service__wrapper-content {
        font-size: 18px;
        line-height: 25px;
        font-family: "gt-america", sans-serif;
        font-weight: 100;
        font-style: normal; } }

.c-login-press {
  position: relative;
  overflow: hidden;
  position: relative; }
  .c-login-press::before {
    content: ".c-login-press";
    position: absolute;
    top: 10px;
    left: 10px;
    width: auto;
    height: auto;
    color: #202020;
    display: none;
    z-index: 10;
    background-color: rgba(255, 255, 255, 0.7); }
  .is-debug .c-login-press {
    background-color: transparent; }
    .is-debug .c-login-press::before {
      display: block; }
  .c-login-press__wrapper-cols {
    width: 100%;
    display: flex;
    position: relative; }
    @media (max-width: 1024px) {
      .c-login-press__wrapper-cols {
        display: none; } }
  .c-login-press__wrapper-lines {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex; }
  .c-login-press__line-left {
    width: 37%;
    display: block;
    border-right: 1px solid rgba(32, 32, 32, 0.3);
    position: relative;
    height: 100%; }
  .c-login-press__line-bottom {
    position: absolute;
    bottom: 0px;
    right: -1px;
    width: 1px;
    height: 1px;
    display: block;
    border-bottom: 1px solid rgba(32, 32, 32, 0.3);
    transform: translateX(50%);
    width: 160vw; }
  .c-login-press__cols {
    width: 100%;
    display: flex;
    align-self: flex-end;
    position: relative;
    z-index: 2;
    padding-top: 41px; }
  .c-login-press__col-info {
    width: 37%;
    padding-left: calc( ( ( 100vw - var(--container-width) ) / 2 ));
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    padding-top: 0px;
    padding-bottom: 43px;
    padding-right: var(--grid-gutter-width); }
    @media (max-width: 1968px) {
      .c-login-press__col-info {
        padding-left: var(--container-padding); } }
  .c-login-press__wrapper-info {
    position: relative;
    width: 100%;
    display: block; }
    @media (max-width: 1968px) {
      .c-login-press__wrapper-info {
        padding-left: calc( ( (100vw - 0px) / var(--total-columns) ) * 1); } }
    @media (max-width: 1400px) {
      .c-login-press__wrapper-info {
        padding-left: 0px; } }
  .c-login-press__wrapper-title {
    display: block;
    width: 100%;
    padding-bottom: 0px; }
  .c-login-press__title {
    font-size: 20px;
    line-height: 24px;
    font-family: "gt-america", sans-serif;
    font-weight: 100;
    font-style: normal;
    color: var(--color-black);
    display: block;
    width: 100%; }
    @media (min-width: 541px) {
      .c-login-press__title {
        font-size: 20px;
        line-height: 24px;
        font-family: "gt-america", sans-serif;
        font-weight: 100;
        font-style: normal; } }
    @media (min-width: 1025px) {
      .c-login-press__title {
        font-size: 28px;
        line-height: 34px;
        font-family: "gt-america", sans-serif;
        font-weight: 100;
        font-style: normal; } }
  .c-login-press__info-mask {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 9;
    display: none; }
  .c-login-press__col-login {
    width: 63%;
    padding-right: calc( ( ( 100vw - var(--container-width) ) / 2 ));
    display: flex; }
    @media (max-width: 1968px) {
      .c-login-press__col-login {
        padding-right: var(--container-padding); } }
  .c-login-press__wrapper-login {
    padding-bottom: 0px;
    display: block;
    width: 100%;
    padding-left: 80px;
    position: relative;
    padding-right: calc( ( ( (var(--container-width) - 0px) / var(--total-columns) ) * 1 )); }
  .c-login-press__login-mask {
    position: absolute;
    top: -3px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 9;
    display: none; }
  .c-login-press__form {
    width: 100%; }
    .c-login-press__form #loginform {
      display: flex;
      align-items: flex-end;
      justify-content: center;
      flex-wrap: wrap; }
      @media (max-width: 540px) {
        .c-login-press__form #loginform {
          width: 100%; } }
      .c-login-press__form #loginform .login-username,
      .c-login-press__form #loginform .login-password {
        padding-right: calc( var(--grid-gutter-width) / 2);
        padding-left: calc( var(--grid-gutter-width) / 2);
        padding-bottom: 0px;
        width: calc( (100% - 1px) / 3); }
        @media (max-width: 540px) {
          .c-login-press__form #loginform .login-username,
          .c-login-press__form #loginform .login-password {
            width: 100%;
            padding: 0px;
            padding-bottom: var(--grid-gutter-width); } }
        .c-login-press__form #loginform .login-username input,
        .c-login-press__form #loginform .login-password input {
          font-size: 16px;
          line-height: 22px;
          font-family: "gt-america", sans-serif;
          font-weight: 100;
          font-style: normal;
          width: 100%;
          display: block;
          border: 0px solid;
          border-bottom: 1px solid rgba(32, 32, 32, 0.3);
          text-align: left;
          width: 100%;
          padding: 5px 1px;
          padding-top: 0px;
          color: #202020;
          cursor: pointer;
          background: transparent; }
          @media (min-width: 541px) {
            .c-login-press__form #loginform .login-username input,
            .c-login-press__form #loginform .login-password input {
              font-size: 16px;
              line-height: 22px;
              font-family: "gt-america", sans-serif;
              font-weight: 100;
              font-style: normal; } }
          @media (min-width: 1025px) {
            .c-login-press__form #loginform .login-username input,
            .c-login-press__form #loginform .login-password input {
              font-size: 18px;
              line-height: 25px;
              font-family: "gt-america", sans-serif;
              font-weight: 100;
              font-style: normal; } }
          .c-login-press__form #loginform .login-username input::-webkit-input-placeholder,
          .c-login-press__form #loginform .login-password input::-webkit-input-placeholder {
            /* Chrome/Opera/Safari */
            color: rgba(32, 32, 32, 0.3); }
          .c-login-press__form #loginform .login-username input::-moz-placeholder,
          .c-login-press__form #loginform .login-password input::-moz-placeholder {
            /* Firefox 19+ */
            color: rgba(32, 32, 32, 0.3); }
          .c-login-press__form #loginform .login-username input:-ms-input-placeholder,
          .c-login-press__form #loginform .login-password input:-ms-input-placeholder {
            /* IE 10+ */
            color: rgba(32, 32, 32, 0.3); }
          .c-login-press__form #loginform .login-username input:-moz-placeholder,
          .c-login-press__form #loginform .login-password input:-moz-placeholder {
            /* Firefox 18- */
            color: rgba(32, 32, 32, 0.3); }
      .c-login-press__form #loginform .login-submit {
        margin-right: calc( var(--grid-gutter-width) / 2);
        margin-left: calc( var(--grid-gutter-width) / 2);
        width: calc( ( (100% - 1px) / 3 ) - var(--grid-gutter-width));
        position: relative;
        transition: all 0.3s ease-in-out;
        display: flex;
        justify-content: center; }
        @media (max-width: 540px) {
          .c-login-press__form #loginform .login-submit {
            padding: 0px;
            display: block;
            width: 100%;
            text-align: right; } }
        .c-login-press__form #loginform .login-submit #wp-submit {
          appearance: none;
          -webkit-appearance: none;
          padding: 0;
          border: 0;
          border-radius: 0;
          background: transparent;
          cursor: default;
          outline: 0;
          margin: 0;
          font-size: inherit;
          font-weight: inherit;
          font-family: inherit;
          color: inherit;
          text-align: inherit;
          font-size: 16px;
          line-height: 22px;
          font-family: "gt-america", sans-serif;
          font-weight: 100;
          font-style: normal;
          padding: 5px 1px;
          padding-top: 0px;
          transition: all 0.3s ease-in-out;
          cursor: pointer;
          border: 0px solid transparent;
          text-align: center;
          color: var(--color-black);
          background-color: transparent;
          border-bottom: 1px solid rgba(32, 32, 32, 0.3);
          width: auto;
          display: flex;
          align-items: center;
          justify-content: center; }
          @media (min-width: 541px) {
            .c-login-press__form #loginform .login-submit #wp-submit {
              font-size: 16px;
              line-height: 22px;
              font-family: "gt-america", sans-serif;
              font-weight: 100;
              font-style: normal; } }
          @media (min-width: 1025px) {
            .c-login-press__form #loginform .login-submit #wp-submit {
              font-size: 18px;
              line-height: 25px;
              font-family: "gt-america", sans-serif;
              font-weight: 100;
              font-style: normal; } }
          .c-login-press__form #loginform .login-submit #wp-submit.disabled, .c-login-press__form #loginform .login-submit #wp-submit:disabled {
            opacity: 0.5; }
  .c-login-press__error {
    display: flex;
    width: 100%; }
    .c-login-press__error-inner {
      text-align: center;
      display: block;
      margin-left: auto;
      margin-right: auto;
      padding-top: 20px;
      padding-bottom: 20px; }
    .c-login-press__error-info {
      font-size: 14px;
      line-height: 17px;
      font-family: "gt-america", sans-serif;
      font-weight: 100;
      font-style: normal;
      color: var(--color-black); }
      @media (min-width: 541px) {
        .c-login-press__error-info {
          font-size: 14px;
          line-height: 17px;
          font-family: "gt-america", sans-serif;
          font-weight: 100;
          font-style: normal; } }
      @media (min-width: 1025px) {
        .c-login-press__error-info {
          font-size: 14px;
          line-height: 17px;
          font-family: "gt-america", sans-serif;
          font-weight: 100;
          font-style: normal; } }
  .c-login-press__wrapper-welcome {
    display: flex;
    align-items: center;
    justify-content: flex-start; }
  .c-login-press__welcome {
    font-size: 16px;
    line-height: 22px;
    font-family: "gt-america", sans-serif;
    font-weight: 100;
    font-style: normal;
    flex: 1 0 auto;
    color: rgba(32, 32, 32, 0.3); }
    @media (min-width: 541px) {
      .c-login-press__welcome {
        font-size: 16px;
        line-height: 22px;
        font-family: "gt-america", sans-serif;
        font-weight: 100;
        font-style: normal; } }
    @media (min-width: 1025px) {
      .c-login-press__welcome {
        font-size: 18px;
        line-height: 25px;
        font-family: "gt-america", sans-serif;
        font-weight: 100;
        font-style: normal; } }
  .c-login-press__welcome-button {
    font-size: 16px;
    line-height: 22px;
    font-family: "gt-america", sans-serif;
    font-weight: 100;
    font-style: normal; }
    @media (min-width: 541px) {
      .c-login-press__welcome-button {
        font-size: 16px;
        line-height: 22px;
        font-family: "gt-america", sans-serif;
        font-weight: 100;
        font-style: normal; } }
    @media (min-width: 1025px) {
      .c-login-press__welcome-button {
        font-size: 18px;
        line-height: 25px;
        font-family: "gt-america", sans-serif;
        font-weight: 100;
        font-style: normal; } }
  .c-login-press__wrapper-menu {
    width: 100%;
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    justify-content: center; }
    @media (max-width: 1024px) {
      .c-login-press__wrapper-menu {
        display: none; } }
  .c-login-press__menu {
    display: flex;
    align-items: center; }
  .c-login-press__menu-item {
    display: inline-block;
    padding: 0px 10px; }
  .c-login-press__menu-link {
    font-size: 16px;
    line-height: 22px;
    font-family: "gt-america", sans-serif;
    font-weight: 100;
    font-style: normal;
    color: rgba(32, 32, 32, 0.3);
    transition: all 0.3s ease-in-out; }
    @media (min-width: 541px) {
      .c-login-press__menu-link {
        font-size: 16px;
        line-height: 22px;
        font-family: "gt-america", sans-serif;
        font-weight: 100;
        font-style: normal; } }
    @media (min-width: 1025px) {
      .c-login-press__menu-link {
        font-size: 18px;
        line-height: 25px;
        font-family: "gt-america", sans-serif;
        font-weight: 100;
        font-style: normal; } }
    .c-login-press__menu-link:hover, .c-login-press__menu-link.is-active {
      color: var(--color-black); }

.c-map {
  position: relative;
  overflow: hidden;
  position: relative; }
  .c-map::before {
    content: ".c-map";
    position: absolute;
    top: 10px;
    left: 10px;
    width: auto;
    height: auto;
    color: #202020;
    display: none;
    z-index: 10;
    background-color: rgba(255, 255, 255, 0.7); }
  .is-debug .c-map {
    background-color: transparent; }
    .is-debug .c-map::before {
      display: block; }
  .c-map__wrapper-cols {
    width: 100%;
    display: flex;
    position: relative; }
  .c-map__wrapper-lines {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex; }
    @media (max-width: 540px) {
      .c-map__wrapper-lines {
        display: none; } }
  .c-map__line-left {
    width: 37%;
    display: block;
    border-right: 1px solid rgba(32, 32, 32, 0.3); }
    @media (max-width: 1024px) {
      .c-map__line-left {
        width: 44%; } }
  .c-map__cols {
    width: 100%;
    display: flex;
    align-self: flex-end;
    position: relative;
    z-index: 2;
    padding-top: 92px;
    padding-bottom: 92px; }
    @media (max-width: 1024px) {
      .c-map__cols {
        padding: 0px; } }
    @media (max-width: 540px) {
      .c-map__cols {
        flex-wrap: wrap; } }
  .c-map__col-info {
    width: 37%;
    padding-left: calc( ( ( 100vw - var(--container-width) ) / 2 ));
    display: flex;
    flex-wrap: wrap;
    padding-top: 0px;
    padding-right: var(--grid-gutter-width); }
    @media (max-width: 1968px) {
      .c-map__col-info {
        padding-left: var(--container-padding); } }
    @media (max-width: 1024px) {
      .c-map__col-info {
        width: 44%; } }
    @media (max-width: 540px) {
      .c-map__col-info {
        width: 100%;
        padding-right: var(--container-padding); } }
  .c-map__wrapper-info {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column; }
    @media (max-width: 1968px) {
      .c-map__wrapper-info {
        padding-left: calc( ( (100vw - 0px) / var(--total-columns) ) * 1); } }
    @media (max-width: 1400px) {
      .c-map__wrapper-info {
        padding-left: 0px; } }
  .c-map__wrapper-title {
    display: block;
    width: 100%;
    padding-bottom: 25px; }
  .c-map__title {
    font-size: 28px;
    line-height: 34px;
    font-family: "berlingske", serif;
    font-weight: 300;
    font-style: normal;
    color: var(--color-black);
    display: block;
    width: 100%; }
    @media (min-width: 541px) {
      .c-map__title {
        font-size: 32px;
        line-height: 38px;
        font-family: "berlingske", serif;
        font-weight: 300;
        font-style: normal; } }
    @media (min-width: 1025px) {
      .c-map__title {
        font-size: 48px;
        line-height: 58px;
        font-family: "berlingske", serif;
        font-weight: 300;
        font-style: normal; } }
  .c-map__wrapper-content {
    font-size: 16px;
    line-height: 22px;
    font-family: "gt-america", sans-serif;
    font-weight: 100;
    font-style: normal;
    color: var(--color-black);
    display: block;
    width: 100%; }
    @media (min-width: 541px) {
      .c-map__wrapper-content {
        font-size: 16px;
        line-height: 22px;
        font-family: "gt-america", sans-serif;
        font-weight: 100;
        font-style: normal; } }
    @media (min-width: 1025px) {
      .c-map__wrapper-content {
        font-size: 18px;
        line-height: 25px;
        font-family: "gt-america", sans-serif;
        font-weight: 100;
        font-style: normal; } }
    @media (max-width: 540px) {
      .c-map__wrapper-content {
        padding-bottom: 30px; } }
  .c-map__col-map {
    width: 63%;
    padding-right: calc( ( ( 100vw - var(--container-width) ) / 2 ));
    display: flex; }
    @media (max-width: 1968px) {
      .c-map__col-map {
        padding-right: var(--container-padding); } }
    @media (max-width: 1024px) {
      .c-map__col-map {
        width: 56%; } }
    @media (max-width: 540px) {
      .c-map__col-map {
        width: 100%;
        padding-left: var(--container-padding);
        display: none; } }
  .c-map__wrapper-map {
    padding-bottom: 0px;
    display: block;
    width: 100%;
    padding-left: 80px;
    position: relative;
    padding-right: calc( ( ( (var(--container-width) - 0px) / var(--total-columns) ) * 1 )); }
    @media (max-width: 1024px) {
      .c-map__wrapper-map {
        padding-right: 0px;
        padding-left: 54px; } }
    @media (max-width: 540px) {
      .c-map__wrapper-map {
        padding-left: 0px; } }
  .c-map__wrapper-inner {
    display: block;
    width: 100%;
    position: relative;
    min-height: 300px; }
    .c-map__wrapper-inner:before {
      content: "";
      display: block;
      padding-bottom: 56.25%; }
  .c-map__inner {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%; }
  .c-map__wrapper-button {
    display: flex;
    flex: 1 0 auto;
    align-items: flex-end; }
  .c-map__image {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat; }

.c-masonry {
  position: relative;
  --color-text: rgba($white, 1);
  --color-text-opacity: rgba($white, 0.3); }
  .c-masonry::before {
    content: ".c-masonry";
    position: absolute;
    top: 10px;
    left: 10px;
    width: auto;
    height: auto;
    color: #202020;
    display: none;
    z-index: 10;
    background-color: rgba(255, 255, 255, 0.7); }
  .is-debug .c-masonry {
    background-color: lightyellow; }
    .is-debug .c-masonry::before {
      display: block; }
  .c-masonry.t-light {
    --color-text: rgba($black, 1);
    --color-text-opacity: rgba($black, 0.3); }
  .c-masonry__masonry {
    width: 100%; }
  .c-masonry__item {
    padding-bottom: var(--grid-gutter-width); }
  .c-masonry__link {
    display: block;
    width: 100%;
    overflow: hidden;
    position: relative; }
  .c-masonry__image {
    display: block; }

@media (max-width: 1024px) {
  .c-mosaic__col--left {
    padding-right: calc( (var(--grid-gutter-width) / 2) + 50px); } }

@media (max-width: 540px) {
  .c-mosaic__col--left {
    padding-left: calc(var(--grid-gutter-width) / 2);
    padding-right: calc(var(--grid-gutter-width) / 2);
    padding-bottom: 30px; } }

@media (max-width: 540px) {
  .c-mosaic__col--right {
    padding-left: calc(var(--grid-gutter-width) / 2);
    padding-right: calc(var(--grid-gutter-width) / 2); } }

.c-nav__wrapper-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap; }

.c-nav__nav-item {
  padding: 0px 10px;
  padding-bottom: 8px;
  display: inline-block; }

.c-nav__nav-item-link {
  font-size: 16px;
  line-height: 22px;
  font-family: "gt-america", sans-serif;
  font-weight: 100;
  font-style: normal;
  color: #202020;
  cursor: pointer;
  position: relative;
  padding: 0px 10px;
  display: inline-block; }
  @media (min-width: 541px) {
    .c-nav__nav-item-link {
      font-size: 16px;
      line-height: 22px;
      font-family: "gt-america", sans-serif;
      font-weight: 100;
      font-style: normal; } }
  @media (min-width: 1025px) {
    .c-nav__nav-item-link {
      font-size: 18px;
      line-height: 25px;
      font-family: "gt-america", sans-serif;
      font-weight: 100;
      font-style: normal; } }

.c-newsletter {
  position: relative; }
  .c-newsletter::before {
    content: ".c-newsletter";
    position: absolute;
    top: 10px;
    left: 10px;
    width: auto;
    height: auto;
    color: #202020;
    display: none;
    z-index: 10;
    background-color: rgba(255, 255, 255, 0.7); }
  .is-debug .c-newsletter {
    background-color: #94B2BB; }
    .is-debug .c-newsletter::before {
      display: block; }
  .c-newsletter__wrapper {
    display: block;
    width: 100%;
    position: relative; }
  .c-newsletter__wrapper-inner {
    width: 100%;
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap; }
  .c-newsletter__wrapper-title {
    display: block;
    width: 50%;
    padding-bottom: 48px;
    padding-right: calc(var(--grid-gutter-width) / 2); }
    @media (max-width: 540px) {
      .c-newsletter__wrapper-title {
        width: 100%;
        padding-right: 0px;
        padding-bottom: 10px; } }
  .c-newsletter__title {
    font-size: 28px;
    line-height: 34px;
    font-family: "berlingske", serif;
    font-weight: 300;
    font-style: normal;
    color: var(--color-white);
    text-align: left;
    display: block;
    width: 100%; }
    @media (min-width: 541px) {
      .c-newsletter__title {
        font-size: 32px;
        line-height: 38px;
        font-family: "berlingske", serif;
        font-weight: 300;
        font-style: normal; } }
    @media (min-width: 1025px) {
      .c-newsletter__title {
        font-size: 48px;
        line-height: 58px;
        font-family: "berlingske", serif;
        font-weight: 300;
        font-style: normal; } }
  .c-newsletter__wrapper-content {
    font-size: 20px;
    line-height: 24px;
    font-family: "gt-america", sans-serif;
    font-weight: 100;
    font-style: normal;
    color: var(--color-white);
    text-align: left;
    display: block;
    width: 50%;
    padding-left: calc(var(--grid-gutter-width) / 2);
    padding-bottom: 48px; }
    @media (min-width: 541px) {
      .c-newsletter__wrapper-content {
        font-size: 20px;
        line-height: 24px;
        font-family: "gt-america", sans-serif;
        font-weight: 100;
        font-style: normal; } }
    @media (min-width: 1025px) {
      .c-newsletter__wrapper-content {
        font-size: 28px;
        line-height: 34px;
        font-family: "gt-america", sans-serif;
        font-weight: 100;
        font-style: normal; } }
    @media (max-width: 540px) {
      .c-newsletter__wrapper-content {
        width: 100%;
        padding-left: 0px; } }
  .c-newsletter__wrapper-form {
    display: block;
    width: 100%;
    padding-bottom: 65px; }
    @media (max-width: 540px) {
      .c-newsletter__wrapper-form {
        padding-bottom: 40px; } }
  .c-newsletter__form {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    padding-top: 108px; }
    @media (max-width: 540px) {
      .c-newsletter__form {
        padding-top: 36px; } }
    .c-newsletter__form-field {
      background-color: transparent;
      display: flex; }
      @media (max-width: 540px) {
        .c-newsletter__form-field {
          padding-top: 20px; } }
      .c-newsletter__form-field span.wpcf7-not-valid-tip {
        font-size: 14px;
        line-height: 17px;
        font-family: "gt-america", sans-serif;
        font-weight: 100;
        font-style: normal;
        color: var(--color-white);
        position: absolute;
        top: calc(100% + 5px);
        left: 2px;
        width: auto;
        z-index: 2; }
        @media (min-width: 541px) {
          .c-newsletter__form-field span.wpcf7-not-valid-tip {
            font-size: 14px;
            line-height: 17px;
            font-family: "gt-america", sans-serif;
            font-weight: 100;
            font-style: normal; } }
        @media (min-width: 1025px) {
          .c-newsletter__form-field span.wpcf7-not-valid-tip {
            font-size: 14px;
            line-height: 17px;
            font-family: "gt-america", sans-serif;
            font-weight: 100;
            font-style: normal; } }
      .c-newsletter__form-field--name {
        width: calc( (100% / 10) * 3);
        padding-right: calc(var(--grid-gutter-width) / 2); }
        @media (max-width: 1024px) {
          .c-newsletter__form-field--name {
            width: calc( (100% / 8) * 4); } }
        @media (max-width: 540px) {
          .c-newsletter__form-field--name {
            width: 100%;
            padding-right: 0px; } }
        .c-newsletter__form-field--name p > span {
          display: flex;
          width: 100%;
          position: relative; }
          .c-newsletter__form-field--name p > span input {
            font-size: 20px;
            line-height: 24px;
            font-family: "gt-america", sans-serif;
            font-weight: 100;
            font-style: normal;
            background-color: transparent;
            border: 0px solid;
            border-bottom: 1px solid rgba(255, 255, 255, 0.3);
            width: 100%;
            display: block;
            padding: 17px 20px;
            padding-bottom: 29px;
            padding-left: 0px;
            color: var(--color-white); }
            .c-newsletter__form-field--name p > span input::-webkit-input-placeholder {
              /* Chrome/Opera/Safari */
              color: rgba(255, 255, 255, 0.3); }
            .c-newsletter__form-field--name p > span input::-moz-placeholder {
              /* Firefox 19+ */
              color: rgba(255, 255, 255, 0.3); }
            .c-newsletter__form-field--name p > span input:-ms-input-placeholder {
              /* IE 10+ */
              color: rgba(255, 255, 255, 0.3); }
            .c-newsletter__form-field--name p > span input:-moz-placeholder {
              /* Firefox 18- */
              color: rgba(255, 255, 255, 0.3); }
            @media (min-width: 541px) {
              .c-newsletter__form-field--name p > span input {
                font-size: 20px;
                line-height: 24px;
                font-family: "gt-america", sans-serif;
                font-weight: 100;
                font-style: normal; } }
            @media (min-width: 1025px) {
              .c-newsletter__form-field--name p > span input {
                font-size: 28px;
                line-height: 34px;
                font-family: "gt-america", sans-serif;
                font-weight: 100;
                font-style: normal; } }
            @media (max-width: 540px) {
              .c-newsletter__form-field--name p > span input {
                padding-top: 5px; } }
      .c-newsletter__form-field--email {
        width: calc( ( (100% / 10) * 7 ) - 138px);
        padding-left: calc(var(--grid-gutter-width) / 2); }
        @media (max-width: 1024px) {
          .c-newsletter__form-field--email {
            width: calc( (100% / 8) * 4); } }
        @media (max-width: 540px) {
          .c-newsletter__form-field--email {
            width: 100%;
            padding-left: 0px; } }
        .c-newsletter__form-field--email p > span {
          display: flex;
          width: 100%;
          position: relative; }
          .c-newsletter__form-field--email p > span input {
            font-size: 20px;
            line-height: 24px;
            font-family: "gt-america", sans-serif;
            font-weight: 100;
            font-style: normal;
            background-color: transparent;
            width: 100%;
            display: block;
            padding: 17px 20px;
            padding-bottom: 29px;
            padding-left: 0px;
            color: var(--color-white);
            border: 0px solid;
            border-bottom: 1px solid rgba(255, 255, 255, 0.3); }
            .c-newsletter__form-field--email p > span input::-webkit-input-placeholder {
              /* Chrome/Opera/Safari */
              color: rgba(255, 255, 255, 0.3); }
            .c-newsletter__form-field--email p > span input::-moz-placeholder {
              /* Firefox 19+ */
              color: rgba(255, 255, 255, 0.3); }
            .c-newsletter__form-field--email p > span input:-ms-input-placeholder {
              /* IE 10+ */
              color: rgba(255, 255, 255, 0.3); }
            .c-newsletter__form-field--email p > span input:-moz-placeholder {
              /* Firefox 18- */
              color: rgba(255, 255, 255, 0.3); }
            @media (min-width: 541px) {
              .c-newsletter__form-field--email p > span input {
                font-size: 20px;
                line-height: 24px;
                font-family: "gt-america", sans-serif;
                font-weight: 100;
                font-style: normal; } }
            @media (min-width: 1025px) {
              .c-newsletter__form-field--email p > span input {
                font-size: 28px;
                line-height: 34px;
                font-family: "gt-america", sans-serif;
                font-weight: 100;
                font-style: normal; } }
            @media (max-width: 540px) {
              .c-newsletter__form-field--email p > span input {
                padding-top: 5px; } }
      .c-newsletter__form-field--submit {
        width: 138px; }
        @media (max-width: 1024px) {
          .c-newsletter__form-field--submit {
            width: 100%;
            display: flex;
            justify-content: flex-end;
            padding-top: 10px; } }
        @media (max-width: 540px) {
          .c-newsletter__form-field--submit {
            width: 100%;
            order: 5;
            padding-top: 14px; } }
        .c-newsletter__form-field--submit input {
          font-size: 16px;
          line-height: 22px;
          font-family: "gt-america", sans-serif;
          font-weight: 100;
          font-style: normal;
          background-color: transparent;
          border: 0px solid;
          border-bottom: 1px solid rgba(255, 255, 255, 0.3);
          width: 100%;
          display: block;
          padding: 17px 20px;
          padding-bottom: 29px;
          padding-right: 0px;
          color: var(--color-white);
          cursor: pointer;
          transition: all 0.3s ease-in-out;
          text-align: right; }
          @media (min-width: 541px) {
            .c-newsletter__form-field--submit input {
              font-size: 16px;
              line-height: 22px;
              font-family: "gt-america", sans-serif;
              font-weight: 100;
              font-style: normal; } }
          @media (min-width: 1025px) {
            .c-newsletter__form-field--submit input {
              font-size: 18px;
              line-height: 25px;
              font-family: "gt-america", sans-serif;
              font-weight: 100;
              font-style: normal; } }
          .c-newsletter__form-field--submit input:not(:disabled):hover {
            text-decoration: underline; }
          @media (max-width: 1024px) {
            .c-newsletter__form-field--submit input {
              padding-left: 0px;
              padding-bottom: 10px;
              border-bottom: 0px solid;
              width: auto;
              text-decoration: none; }
              .c-newsletter__form-field--submit input:not(:disabled):hover {
                text-decoration: none; } }
        .c-newsletter__form-field--submit .ajax-loader {
          display: none !important; }
    .c-newsletter__form-wrapper-rgpd {
      padding-top: 48px;
      display: block;
      width: 50%;
      text-align: left;
      color: var(--color-white); }
      @media (max-width: 540px) {
        .c-newsletter__form-wrapper-rgpd {
          width: 100%; } }
      .c-newsletter__form-wrapper-rgpd a {
        font-size: 14px;
        line-height: 17px;
        font-family: "gt-america", sans-serif;
        font-weight: 100;
        font-style: normal;
        color: var(--color-white);
        text-decoration: none; }
        @media (min-width: 541px) {
          .c-newsletter__form-wrapper-rgpd a {
            font-size: 14px;
            line-height: 17px;
            font-family: "gt-america", sans-serif;
            font-weight: 100;
            font-style: normal; } }
        @media (min-width: 1025px) {
          .c-newsletter__form-wrapper-rgpd a {
            font-size: 14px;
            line-height: 17px;
            font-family: "gt-america", sans-serif;
            font-weight: 100;
            font-style: normal; } }
        .c-newsletter__form-wrapper-rgpd a:hover {
          text-decoration: underline; }
      .c-newsletter__form-wrapper-rgpd span.wpcf7-list-item {
        display: inline-block;
        margin: 0px;
        margin-right: 8px; }
  .c-newsletter div.wpcf7-response-output {
    font-size: 14px;
    line-height: 17px;
    font-family: "gt-america", sans-serif;
    font-weight: 100;
    font-style: normal;
    border: 0px;
    color: var(--color-white);
    text-align: center;
    margin: 0px;
    margin-top: 40px;
    width: 100%; }
    @media (min-width: 541px) {
      .c-newsletter div.wpcf7-response-output {
        font-size: 14px;
        line-height: 17px;
        font-family: "gt-america", sans-serif;
        font-weight: 100;
        font-style: normal; } }
    @media (min-width: 1025px) {
      .c-newsletter div.wpcf7-response-output {
        font-size: 14px;
        line-height: 17px;
        font-family: "gt-america", sans-serif;
        font-weight: 100;
        font-style: normal; } }

.c-press-list__block {
  width: 100%;
  display: block; }

.c-press-list__post {
  padding-bottom: 140px; }
  @media (max-width: 1024px) {
    .c-press-list__post {
      padding-bottom: 60px; } }
  @media (max-width: 540px) {
    .c-press-list__post {
      padding-bottom: 54px; } }

.c-press-list__wrapper-image {
  display: block;
  width: 100%;
  position: relative;
  overflow: hidden; }
  .c-press-list__wrapper-image:before {
    content: "";
    display: block;
    padding-bottom: 131%; }

.c-press-list__image {
  z-index: 1;
  position: absolute;
  top: -10%;
  left: 0%;
  display: block;
  width: 100%;
  height: 120%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; }

.c-press-list__wrapper-content {
  display: block;
  width: 100%; }

.c-press-list__wrapper-inner {
  display: block;
  width: 100%; }

.c-press-list__book {
  font-size: 14px;
  line-height: 17px;
  font-family: "gt-america", sans-serif;
  font-weight: 100;
  font-style: normal;
  padding-top: 7px;
  color: var(--color-black);
  opacity: 0.4;
  display: block;
  width: 100%; }
  @media (min-width: 541px) {
    .c-press-list__book {
      font-size: 14px;
      line-height: 17px;
      font-family: "gt-america", sans-serif;
      font-weight: 100;
      font-style: normal; } }
  @media (min-width: 1025px) {
    .c-press-list__book {
      font-size: 14px;
      line-height: 17px;
      font-family: "gt-america", sans-serif;
      font-weight: 100;
      font-style: normal; } }
  @media (max-width: 1024px) {
    .c-press-list__book {
      padding-top: 25px; } }

.c-press-list__title {
  font-size: 16px;
  line-height: 22px;
  font-family: "gt-america", sans-serif;
  font-weight: 100;
  font-style: normal;
  color: var(--color-black);
  display: block;
  width: 100%;
  padding-top: 3px; }
  @media (min-width: 541px) {
    .c-press-list__title {
      font-size: 16px;
      line-height: 22px;
      font-family: "gt-america", sans-serif;
      font-weight: 100;
      font-style: normal; } }
  @media (min-width: 1025px) {
    .c-press-list__title {
      font-size: 18px;
      line-height: 25px;
      font-family: "gt-america", sans-serif;
      font-weight: 100;
      font-style: normal; } }
  @media (max-width: 1024px) {
    .c-press-list__title {
      padding-top: 8px; } }

.c-press-list__date {
  font-size: 16px;
  line-height: 22px;
  font-family: "gt-america", sans-serif;
  font-weight: 100;
  font-style: normal;
  color: var(--color-black);
  display: block;
  width: 100%; }
  @media (min-width: 541px) {
    .c-press-list__date {
      font-size: 16px;
      line-height: 22px;
      font-family: "gt-america", sans-serif;
      font-weight: 100;
      font-style: normal; } }
  @media (min-width: 1025px) {
    .c-press-list__date {
      font-size: 18px;
      line-height: 25px;
      font-family: "gt-america", sans-serif;
      font-weight: 100;
      font-style: normal; } }

.c-related {
  position: relative; }
  .c-related::before {
    content: ".c-related";
    position: absolute;
    top: 10px;
    left: 10px;
    width: auto;
    height: auto;
    color: #202020;
    display: none;
    z-index: 10;
    background-color: rgba(255, 255, 255, 0.7); }
  .is-debug .c-related {
    background-color: transparent; }
    .is-debug .c-related::before {
      display: block; }
  @media (max-width: 1024px) {
    .c-related__wrapper-item {
      padding-bottom: var(--container-padding); } }
  .c-related__item {
    display: block;
    width: 100%;
    position: relative;
    overflow: hidden; }
  .c-related__wrapper-image {
    display: block;
    width: 100%;
    position: relative;
    overflow: hidden; }
    .c-related__wrapper-image:before {
      content: "";
      display: block;
      padding-bottom: 131%; }
    @media (max-width: 1024px) {
      .c-related__wrapper-image:before {
        content: "";
        display: block;
        padding-bottom: 65%; } }
    @media (max-width: 540px) {
      .c-related__wrapper-image:before {
        content: "";
        display: block;
        padding-bottom: 131%; } }
    .is-2-cols .c-related__wrapper-image:before {
      content: "";
      display: block;
      padding-bottom: 86%; }
    @media (max-width: 1024px) {
      .is-2-cols .c-related__wrapper-image:before {
        content: "";
        display: block;
        padding-bottom: 65%; } }
    @media (max-width: 540px) {
      .is-2-cols .c-related__wrapper-image:before {
        content: "";
        display: block;
        padding-bottom: 85%; } }
  .c-related__image {
    position: absolute;
    top: 0%;
    left: 0%;
    display: block;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat; }
  .c-related__overlay {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 3;
    transition: all 0.3s ease-in-out;
    opacity: 1;
    visibility: visible;
    z-index: 2; }
  .c-related__wrapper-texts {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 3; }
  .c-related__details {
    display: block;
    width: 100%;
    transition: all 0.6s ease-in-out;
    transform: translateY(-50%);
    position: absolute;
    top: 50%;
    left: 0px; }
  .c-related__inner-details {
    position: relative;
    width: 100%;
    display: block; }
  .c-related__item:hover .c-related__details {
    transform: translateY(-100%); }
  .c-related__title {
    font-size: 28px;
    line-height: 34px;
    font-family: "berlingske", serif;
    font-weight: 300;
    font-style: normal;
    color: var(--color-white);
    width: 100%;
    padding-top: 21px;
    padding-bottom: 22px;
    transition: all 0.3s ease-in-out;
    padding-left: 45px;
    padding-right: 45px;
    text-align: center; }
    @media (min-width: 541px) {
      .c-related__title {
        font-size: 32px;
        line-height: 38px;
        font-family: "berlingske", serif;
        font-weight: 300;
        font-style: normal; } }
    @media (min-width: 1025px) {
      .c-related__title {
        font-size: 48px;
        line-height: 58px;
        font-family: "berlingske", serif;
        font-weight: 300;
        font-style: normal; } }
  .c-related__content {
    font-size: 16px;
    line-height: 22px;
    font-family: "gt-america", sans-serif;
    font-weight: 100;
    font-style: normal;
    color: var(--color-white);
    width: 100%;
    transition: all 0.3s ease-in-out;
    padding-left: 45px;
    padding-right: 45px;
    text-align: center;
    opacity: 0;
    visibility: hidden;
    transition: all 0.6s ease-in-out 0s;
    position: absolute;
    top: 100%;
    left: 0px; }
    @media (min-width: 541px) {
      .c-related__content {
        font-size: 16px;
        line-height: 22px;
        font-family: "gt-america", sans-serif;
        font-weight: 100;
        font-style: normal; } }
    @media (min-width: 1025px) {
      .c-related__content {
        font-size: 18px;
        line-height: 25px;
        font-family: "gt-america", sans-serif;
        font-weight: 100;
        font-style: normal; } }
  .c-related__item:hover .c-related__content {
    opacity: 1;
    visibility: visible;
    transition-delay: 0.2s; }

.c-rooms {
  position: relative;
  overflow: hidden; }
  .c-rooms__wrapper-cols {
    width: 100%;
    display: flex;
    position: relative; }
  .c-rooms__wrapper-lines {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex; }
    @media (max-width: 1024px) {
      .c-rooms__wrapper-lines {
        display: none; } }
  .c-rooms__line-left {
    width: 37%;
    display: block;
    border-right: 1px solid rgba(32, 32, 32, 0.3); }
  .c-rooms__cols {
    width: 100%;
    display: flex;
    align-self: flex-end;
    position: relative;
    z-index: 2;
    padding-top: 100px; }
    @media (max-width: 1024px) {
      .c-rooms__cols {
        padding-top: 60px; } }
  .c-rooms__col-nav {
    width: 37%;
    padding-left: calc( ( ( 100vw - var(--container-width) ) / 2 ));
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding-bottom: 200px;
    position: relative; }
    @media (max-width: 1968px) {
      .c-rooms__col-nav {
        padding-left: var(--container-padding); } }
    @media (max-width: 1024px) {
      .c-rooms__col-nav {
        display: none; } }
  .c-rooms__col-rooms {
    width: 63%;
    padding-right: calc( ( ( 100vw - var(--container-width) ) / 2 ));
    display: flex;
    position: relative; }
    @media (max-width: 1968px) {
      .c-rooms__col-rooms {
        padding-right: var(--container-padding); } }
    @media (max-width: 1024px) {
      .c-rooms__col-rooms {
        width: 100%;
        padding-left: var(--container-padding); } }
  .c-rooms__nav {
    padding-bottom: 42px;
    display: block;
    padding-right: var(--grid-gutter-width); }
    @media (max-width: 1968px) {
      .c-rooms__nav {
        padding-left: calc( ( (100vw - 0px) / var(--total-columns) ) * 1); } }
    @media (max-width: 1400px) {
      .c-rooms__nav {
        padding-left: 0px; } }
  .c-rooms__wrapper-title {
    display: block;
    width: 100%;
    padding-bottom: 18px; }
  .c-rooms__title {
    font-size: 28px;
    line-height: 34px;
    font-family: "berlingske", serif;
    font-weight: 300;
    font-style: normal;
    color: var(--color-black);
    cursor: pointer;
    transition: opacity 0.3s ease-in-out;
    position: relative;
    z-index: 2;
    display: inline-block;
    width: auto;
    opacity: 0.4; }
    @media (min-width: 541px) {
      .c-rooms__title {
        font-size: 32px;
        line-height: 38px;
        font-family: "berlingske", serif;
        font-weight: 300;
        font-style: normal; } }
    @media (min-width: 1025px) {
      .c-rooms__title {
        font-size: 32px;
        line-height: 43px;
        font-family: "berlingske", serif;
        font-weight: 300;
        font-style: normal; } }
    .c-rooms__title.is-active, .c-rooms__title:hover {
      opacity: 1; }
    @media (max-width: 1024px) {
      .c-rooms__title {
        opacity: 1;
        padding: 20px; } }
    .c-rooms__title-link {
      display: inline-block; }
  .c-rooms__rooms {
    display: flex;
    width: 100%;
    padding-left: 80px;
    padding-right: calc( ( ( (var(--container-width) - 0px) / var(--total-columns) ) * 1 )); }
    @media (max-width: 1024px) {
      .c-rooms__rooms {
        padding-left: 0px;
        padding-right: 0px; } }
  .c-rooms__rooms-inner {
    width: 100%;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    overflow: hidden; }
  .c-rooms__mask {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 0px;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    background-color: var(--color-c);
    z-index: 9999; }
  .c-rooms__room {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    background-color: var(--color-c); }
    @media (max-width: 1024px) {
      .c-rooms__room {
        position: static;
        height: auto;
        padding-bottom: 102px; } }
    @media (max-width: 540px) {
      .c-rooms__room {
        padding-bottom: 55px; } }
  .c-rooms__wrapper-room-image {
    width: 100%;
    position: relative; }
    .c-rooms__wrapper-room-image:before {
      content: "";
      display: block;
      padding-bottom: 56.25%; }
    @media (max-width: 1024px) {
      .c-rooms__wrapper-room-image::before {
        display: none; } }
  .c-rooms__wrapper-room-texts {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    padding-top: 70px; }
    @media (max-width: 540px) {
      .c-rooms__wrapper-room-texts {
        padding-top: 36px; } }
  .c-rooms__col-desc {
    display: flex;
    flex-wrap: wrap;
    width: 75%;
    position: relative;
    padding-right: 100px; }
    @media (max-width: 1024px) {
      .c-rooms__col-desc {
        width: 50%;
        padding-right: 0px; } }
    @media (max-width: 540px) {
      .c-rooms__col-desc {
        width: 100%; } }
  .c-rooms__col-services {
    display: flex;
    width: 25%;
    position: relative; }
    @media (max-width: 1024px) {
      .c-rooms__col-services {
        width: 35%;
        margin-left: 15%; } }
    @media (max-width: 540px) {
      .c-rooms__col-services {
        display: none; } }
  .c-rooms__wrapper-room-description {
    width: 100%;
    display: flex; }
  .c-rooms__wrapper-room-services {
    width: 100%;
    display: block; }
  .c-rooms__wrapper-room-buttons {
    width: 100%;
    align-self: flex-end;
    padding-top: 29px; }
    @media (max-width: 1024px) {
      .c-rooms__wrapper-room-buttons {
        padding-top: 20px; } }
  .c-rooms__room-image {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0px;
    left: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: none;
    background-color: var(--color-white); }
    @media (max-width: 1024px) {
      .c-rooms__room-image {
        position: static;
        background-color: transparent;
        padding-right: calc(100% * (1 / 8)); } }
    @media (max-width: 540px) {
      .c-rooms__room-image {
        padding-right: 0px; } }
    .c-rooms__room-image-bg {
      display: block;
      width: 100%;
      height: 100%;
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover; }
      @media (max-width: 1024px) {
        .c-rooms__room-image-bg {
          position: static;
          height: auto; }
          .c-rooms__room-image-bg:before {
            content: "";
            display: block;
            padding-bottom: 56.25%; } }
  .c-rooms__room-description {
    font-size: 16px;
    line-height: 22px;
    font-family: "gt-america", sans-serif;
    font-weight: 100;
    font-style: normal;
    color: var(--color-black);
    display: block; }
    @media (min-width: 541px) {
      .c-rooms__room-description {
        font-size: 16px;
        line-height: 22px;
        font-family: "gt-america", sans-serif;
        font-weight: 100;
        font-style: normal; } }
    @media (min-width: 1025px) {
      .c-rooms__room-description {
        font-size: 18px;
        line-height: 25px;
        font-family: "gt-america", sans-serif;
        font-weight: 100;
        font-style: normal; } }
  .c-rooms__room-services {
    font-size: 14px;
    line-height: 17px;
    font-family: "gt-america", sans-serif;
    font-weight: 100;
    font-style: normal;
    color: var(--color-black);
    display: block; }
    @media (min-width: 541px) {
      .c-rooms__room-services {
        font-size: 14px;
        line-height: 17px;
        font-family: "gt-america", sans-serif;
        font-weight: 100;
        font-style: normal; } }
    @media (min-width: 1025px) {
      .c-rooms__room-services {
        font-size: 14px;
        line-height: 17px;
        font-family: "gt-america", sans-serif;
        font-weight: 100;
        font-style: normal; } }
  .c-rooms__room-buttons {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap; }
  .c-rooms__room-button {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    padding-top: 11px;
    margin-right: 36px; }
  .c-rooms__wrapper-title-responsive {
    display: none;
    width: 100%;
    padding-bottom: 40px; }
    @media (max-width: 1024px) {
      .c-rooms__wrapper-title-responsive {
        display: block; } }
    @media (max-width: 540px) {
      .c-rooms__wrapper-title-responsive {
        padding-bottom: 30px; } }
  .c-rooms__title-responsive {
    font-size: 28px;
    line-height: 34px;
    font-family: "berlingske", serif;
    font-weight: 300;
    font-style: normal;
    color: var(--color-black);
    cursor: pointer;
    position: relative;
    z-index: 2;
    display: none;
    width: auto;
    opacity: 1; }
    @media (min-width: 541px) {
      .c-rooms__title-responsive {
        font-size: 32px;
        line-height: 38px;
        font-family: "berlingske", serif;
        font-weight: 300;
        font-style: normal; } }
    @media (min-width: 1025px) {
      .c-rooms__title-responsive {
        font-size: 36px;
        line-height: 43px;
        font-family: "berlingske", serif;
        font-weight: 300;
        font-style: normal; } }
    @media (max-width: 1024px) {
      .c-rooms__title-responsive {
        display: inline-block; } }

.c-share__wrapper {
  width: 100%;
  padding: 0px 20px;
  display: flex;
  align-items: center;
  justify-content: center; }

@media (max-width: 1024px) {
  .c-share__wrapper-title {
    opacity: 0.5; } }

@media (max-width: 1024px) {
  .c-share__wrapper-share {
    opacity: 0.5; } }

.c-share__title {
  font-size: 16px;
  line-height: 22px;
  font-family: "gt-america", sans-serif;
  font-weight: 100;
  font-style: normal;
  padding-right: 20px;
  color: var(--color-black);
  padding-bottom: 1px; }
  @media (min-width: 541px) {
    .c-share__title {
      font-size: 16px;
      line-height: 22px;
      font-family: "gt-america", sans-serif;
      font-weight: 100;
      font-style: normal; } }
  @media (min-width: 1025px) {
    .c-share__title {
      font-size: 18px;
      line-height: 25px;
      font-family: "gt-america", sans-serif;
      font-weight: 100;
      font-style: normal; } }

.c-share__item {
  font-size: 16px;
  line-height: 22px;
  font-family: "gt-america", sans-serif;
  font-weight: 100;
  font-style: normal;
  margin-right: 10px;
  color: var(--color-black);
  padding-bottom: 0px; }
  @media (min-width: 541px) {
    .c-share__item {
      font-size: 16px;
      line-height: 22px;
      font-family: "gt-america", sans-serif;
      font-weight: 100;
      font-style: normal; } }
  @media (min-width: 1025px) {
    .c-share__item {
      font-size: 18px;
      line-height: 25px;
      font-family: "gt-america", sans-serif;
      font-weight: 100;
      font-style: normal; } }
  .c-share__item:last-child {
    margin-right: 0px; }

.c-slider-inner {
  position: relative;
  z-index: 99;
  padding-bottom: 52px;
  --color-text: rgba($white, 1);
  --color-text-opacity: rgba($white, 0.25); }
  .c-slider-inner::before {
    content: ".c-slider-inner";
    position: absolute;
    top: 10px;
    left: 10px;
    width: auto;
    height: auto;
    color: #202020;
    display: none;
    z-index: 10;
    background-color: rgba(255, 255, 255, 0.7); }
  .is-debug .c-slider-inner {
    background-color: burlywood; }
    .is-debug .c-slider-inner::before {
      display: block; }
  .c-slider-inner.t-light {
    --color-text: rgba($black, 1);
    --color-text-opacity: rgba($black, 0.25); }
  @media (max-width: 1024px) {
    .c-slider-inner {
      padding-left: 0px;
      padding-right: 0px;
      padding-bottom: 5px; } }
  @media (max-width: 540px) {
    .c-slider-inner {
      padding-left: 0px;
      padding-right: 0px; } }
  .c-slider-inner .swiper-slide-active .c-slider-inner__slide::before {
    opacity: 0;
    visibility: hidden; }
  .c-slider-inner__col-content {
    position: absolute;
    top: 50%;
    left: calc(100% / 12 * 7);
    z-index: 99;
    transform: translateY(-50%); }
    @media (max-width: 1024px) {
      .c-slider-inner__col-content {
        position: static;
        top: 0px;
        left: 0px;
        transform: none; } }
  .c-slider-inner.has-slider-right .c-slider-inner__col-content {
    left: auto;
    right: calc(100% / 12 * 6);
    padding-left: var(--grid-gutter-width); }
    @media (max-width: 1024px) {
      .c-slider-inner.has-slider-right .c-slider-inner__col-content {
        padding-left: calc( var(--grid-gutter-width) / 2); } }
  .c-slider-inner__wrapper-items {
    display: flex;
    align-items: flex-end;
    flex-wrap: wrap; }
    @media (max-width: 1024px) {
      .c-slider-inner__wrapper-items {
        padding: 0;
        padding-bottom: 0px;
        align-items: flex-start; } }
  .c-slider-inner__caption {
    font-size: 14px;
    line-height: 17px;
    font-family: "gt-america", sans-serif;
    font-weight: 100;
    font-style: normal;
    width: 100%;
    display: block;
    padding-bottom: 12px;
    color: var(--color-text); }
    @media (min-width: 541px) {
      .c-slider-inner__caption {
        font-size: 14px;
        line-height: 17px;
        font-family: "gt-america", sans-serif;
        font-weight: 100;
        font-style: normal; } }
    @media (min-width: 1025px) {
      .c-slider-inner__caption {
        font-size: 14px;
        line-height: 17px;
        font-family: "gt-america", sans-serif;
        font-weight: 100;
        font-style: normal; } }
  .c-slider-inner__title {
    font-size: 36px;
    line-height: 43px;
    font-family: "berlingske", serif;
    font-weight: 300;
    font-style: normal;
    width: 100%;
    display: block;
    padding-bottom: 35px;
    color: var(--color-text); }
    @media (min-width: 541px) {
      .c-slider-inner__title {
        font-size: 40px;
        line-height: 48px;
        font-family: "berlingske", serif;
        font-weight: 300;
        font-style: normal; } }
    @media (min-width: 1025px) {
      .c-slider-inner__title {
        font-size: 64px;
        line-height: 77px;
        font-family: "berlingske", serif;
        font-weight: 300;
        font-style: normal; } }
  .c-slider-inner__wrapper-button {
    width: 100%;
    display: flex;
    align-items: flex-start; }
  .c-slider-inner__wrapper {
    position: relative; }
  .c-slider-inner__wrapper-content {
    position: relative; }
  .c-slider-inner__slide {
    position: relative; }
  .c-slider-inner__wrapper-image {
    position: relative;
    width: 100%;
    overflow: hidden;
    display: block; }
    .c-slider-inner__wrapper-image:before {
      content: "";
      display: block;
      padding-bottom: 59%; }
    @media (max-width: 1024px) {
      .c-slider-inner__wrapper-image:before {
        content: "";
        display: block;
        padding-bottom: 78%; } }
    @media (max-width: 540px) {
      .c-slider-inner__wrapper-image:before {
        content: "";
        display: block;
        padding-bottom: 61%; } }
  .c-slider-inner.has-slider-right:not(.is-full) .c-slider-inner__wrapper-image {
    position: static; }
    .c-slider-inner.has-slider-right:not(.is-full) .c-slider-inner__wrapper-image::before {
      display: none; }
  .c-slider-inner__image {
    position: absolute;
    top: 0%;
    left: 0%;
    display: block;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat; }
  .c-slider-inner.has-slider-right:not(.is-full) .c-slider-inner__image {
    position: static;
    top: 0%;
    left: 0%;
    display: block;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat; }
    @media (max-width: 540px) {
      .c-slider-inner.has-slider-right:not(.is-full) .c-slider-inner__image {
        height: 100%;
        top: 0%; } }
    .c-slider-inner.has-slider-right:not(.is-full) .c-slider-inner__image:before {
      content: "";
      display: block;
      padding-bottom: 100%; }
    @media (max-width: 1024px) {
      .c-slider-inner.has-slider-right:not(.is-full) .c-slider-inner__image:before {
        content: "";
        display: block;
        padding-bottom: 100%; } }
    @media (max-width: 540px) {
      .c-slider-inner.has-slider-right:not(.is-full) .c-slider-inner__image:before {
        content: "";
        display: block;
        padding-bottom: 100%; } }
  .c-slider-inner__text {
    font-size: 14px;
    line-height: 17px;
    font-family: "gt-america", sans-serif;
    font-weight: 100;
    font-style: normal;
    padding-top: 40px;
    text-align: center;
    color: var(--color-text-opacity); }
    @media (min-width: 541px) {
      .c-slider-inner__text {
        font-size: 14px;
        line-height: 17px;
        font-family: "gt-america", sans-serif;
        font-weight: 100;
        font-style: normal; } }
    @media (min-width: 1025px) {
      .c-slider-inner__text {
        font-size: 14px;
        line-height: 17px;
        font-family: "gt-america", sans-serif;
        font-weight: 100;
        font-style: normal; } }
    @media (max-width: 1024px) {
      .c-slider-inner__text {
        text-align: center;
        padding-top: 20px;
        padding-bottom: 20px; } }
    @media (max-width: 540px) {
      .c-slider-inner__text {
        text-align: right; } }
  .c-slider-inner__wrapper-pagination {
    position: absolute;
    bottom: -52px;
    left: 0px;
    width: 100%; }
    @media (max-width: 1024px) {
      .c-slider-inner__wrapper-pagination {
        position: static;
        padding: 20px 0px;
        padding-bottom: 40px; } }
  .c-slider-inner__inner-pagination {
    position: relative;
    width: 100%; }
  .c-slider-inner__pagination {
    display: flex;
    align-items: center; }
  .c-slider-inner .swiper-pagination-bullet {
    font-size: 14px;
    line-height: 17px;
    font-family: "gt-america", sans-serif;
    font-weight: 100;
    font-style: normal;
    line-height: 1em !important;
    width: 30px;
    height: 30px;
    background-color: transparent;
    margin-right: 18px;
    color: var(--color-text-opacity);
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    transition: all 0.2s ease-in-out;
    opacity: 1; }
    @media (min-width: 541px) {
      .c-slider-inner .swiper-pagination-bullet {
        font-size: 14px;
        line-height: 17px;
        font-family: "gt-america", sans-serif;
        font-weight: 100;
        font-style: normal; } }
    @media (min-width: 1025px) {
      .c-slider-inner .swiper-pagination-bullet {
        font-size: 14px;
        line-height: 17px;
        font-family: "gt-america", sans-serif;
        font-weight: 100;
        font-style: normal; } }
    .c-slider-inner .swiper-pagination-bullet.swiper-pagination-bullet-active {
      background-color: transparent;
      color: var(--color-text); }
      .c-slider-inner .swiper-pagination-bullet.swiper-pagination-bullet-active .circle-2 {
        stroke-dashoffset: 0;
        transition-duration: 5.6s; }
  .c-slider-inner .my-svg {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%; }
    .c-slider-inner .my-svg circle {
      fill: none; }
    .c-slider-inner .my-svg .circle-1 {
      stroke: var(--color-text-opacity);
      opacity: 1;
      stroke-width: 1px; }
    .c-slider-inner .my-svg .circle-2 {
      fill: none;
      stroke: var(--color-text);
      stroke-width: 2px;
      stroke-dashoffset: 140;
      stroke-dasharray: 140;
      transition: all 1s linear;
      transform: rotate(90deg);
      transform-origin: center; }

.c-tabs {
  position: relative;
  overflow: hidden;
  position: relative; }
  .c-tabs::before {
    content: ".c-tabs";
    position: absolute;
    top: 10px;
    left: 10px;
    width: auto;
    height: auto;
    color: #202020;
    display: none;
    z-index: 10;
    background-color: rgba(255, 255, 255, 0.7); }
  .is-debug .c-tabs {
    background-color: transparent; }
    .is-debug .c-tabs::before {
      display: block; }
  .c-tabs__wrapper-cols {
    width: 100%;
    display: flex;
    position: relative; }
  .c-tabs__wrapper-lines {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex; }
    @media (max-width: 1024px) {
      .c-tabs__wrapper-lines {
        display: none; } }
  .c-tabs__line-left {
    width: 37%;
    display: block;
    border-right: 1px solid rgba(32, 32, 32, 0.3); }
  .c-tabs__cols {
    width: 100%;
    display: flex;
    align-self: flex-end;
    position: relative;
    z-index: 2;
    padding-top: 92px;
    padding-bottom: 92px; }
    @media (max-width: 1024px) {
      .c-tabs__cols {
        padding-top: 60px;
        padding-bottom: 0px; } }
    @media (max-width: 540px) {
      .c-tabs__cols {
        padding-top: 0px; } }
  .c-tabs__col-tabs-title {
    width: 37%;
    padding-left: calc( ( ( 100vw - var(--container-width) ) / 2 ));
    display: flex;
    flex-wrap: wrap;
    padding-top: 0px;
    padding-right: var(--grid-gutter-width); }
    @media (max-width: 1968px) {
      .c-tabs__col-tabs-title {
        padding-left: var(--container-padding); } }
    @media (max-width: 1024px) {
      .c-tabs__col-tabs-title {
        display: none; } }
  .c-tabs__wrapper-tabs-title {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column; }
    @media (max-width: 1968px) {
      .c-tabs__wrapper-tabs-title {
        padding-left: calc( ( (100vw - 0px) / var(--total-columns) ) * 1); } }
    @media (max-width: 1400px) {
      .c-tabs__wrapper-tabs-title {
        padding-left: 0px; } }
  .c-tabs__wrapper-title {
    display: block;
    width: 100%;
    padding-bottom: 50px; }
  .c-tabs__title {
    font-size: 28px;
    line-height: 34px;
    font-family: "berlingske", serif;
    font-weight: 300;
    font-style: normal;
    color: var(--color-black);
    display: inline-block;
    width: auto;
    opacity: 0.4;
    transition: all 0.3s ease-in-out;
    cursor: pointer; }
    @media (min-width: 541px) {
      .c-tabs__title {
        font-size: 32px;
        line-height: 38px;
        font-family: "berlingske", serif;
        font-weight: 300;
        font-style: normal; } }
    @media (min-width: 1025px) {
      .c-tabs__title {
        font-size: 48px;
        line-height: 58px;
        font-family: "berlingske", serif;
        font-weight: 300;
        font-style: normal; } }
    .c-tabs__title:hover {
      opacity: 1; }
    .is-active .c-tabs__title {
      opacity: 1; }
  .c-tabs__col-tabs-content {
    width: 63%;
    padding-right: calc( ( ( 100vw - var(--container-width) ) / 2 ));
    display: flex; }
    @media (max-width: 1968px) {
      .c-tabs__col-tabs-content {
        padding-right: var(--container-padding); } }
    @media (max-width: 1024px) {
      .c-tabs__col-tabs-content {
        width: 100%; } }
  .c-tabs__wrapper-tabs-content {
    padding-bottom: 0px;
    display: block;
    width: 100%;
    padding-left: 80px;
    position: relative;
    padding-right: calc( ( ( (var(--container-width) - 0px) / var(--total-columns) ) * 1 )); }
    @media (max-width: 1024px) {
      .c-tabs__wrapper-tabs-content {
        padding-right: 0px;
        padding-left: var(--container-padding); } }
  .c-tabs__wrapper-contents {
    position: relative;
    width: 100%;
    display: block;
    height: 100%;
    min-height: 220px; }
  .c-tabs__content {
    display: flex;
    flex-wrap: wrap;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: var(--color-c); }
    @media (max-width: 1024px) {
      .c-tabs__content {
        position: static;
        height: auto;
        padding-bottom: 80px; } }
    @media (max-width: 540px) {
      .c-tabs__content {
        padding-bottom: 49px; } }
  .c-tabs__content-text {
    font-size: 16px;
    line-height: 22px;
    font-family: "gt-america", sans-serif;
    font-weight: 100;
    font-style: normal;
    color: var(--color-black);
    width: 70%; }
    @media (min-width: 541px) {
      .c-tabs__content-text {
        font-size: 16px;
        line-height: 22px;
        font-family: "gt-america", sans-serif;
        font-weight: 100;
        font-style: normal; } }
    @media (min-width: 1025px) {
      .c-tabs__content-text {
        font-size: 18px;
        line-height: 25px;
        font-family: "gt-america", sans-serif;
        font-weight: 100;
        font-style: normal; } }
    @media (max-width: 1024px) {
      .c-tabs__content-text {
        width: 61%; } }
    @media (max-width: 540px) {
      .c-tabs__content-text {
        width: 100%;
        padding-bottom: 31px; } }
  .c-tabs__content-info {
    font-size: 14px;
    line-height: 17px;
    font-family: "gt-america", sans-serif;
    font-weight: 100;
    font-style: normal;
    color: var(--color-black);
    width: 30%;
    padding-left: 110px; }
    @media (min-width: 541px) {
      .c-tabs__content-info {
        font-size: 14px;
        line-height: 17px;
        font-family: "gt-america", sans-serif;
        font-weight: 100;
        font-style: normal; } }
    @media (min-width: 1025px) {
      .c-tabs__content-info {
        font-size: 14px;
        line-height: 17px;
        font-family: "gt-america", sans-serif;
        font-weight: 100;
        font-style: normal; } }
    @media (max-width: 1024px) {
      .c-tabs__content-info {
        width: 39%; } }
    @media (max-width: 540px) {
      .c-tabs__content-info {
        width: 100%;
        padding-left: 0px; } }
  .c-tabs__mask {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 0px;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    background-color: var(--color-c);
    z-index: 9999; }
  .c-tabs__wrapper-title-responsive {
    display: none;
    width: 100%;
    padding-bottom: 50px; }
    @media (max-width: 1024px) {
      .c-tabs__wrapper-title-responsive {
        display: block; } }
    @media (max-width: 540px) {
      .c-tabs__wrapper-title-responsive {
        padding-bottom: 22px; } }
  .c-tabs__title-responsive {
    font-size: 28px;
    line-height: 34px;
    font-family: "berlingske", serif;
    font-weight: 300;
    font-style: normal;
    color: var(--color-black);
    display: none;
    width: auto;
    opacity: 1;
    transition: all 0.3s ease-in-out;
    cursor: pointer; }
    @media (min-width: 541px) {
      .c-tabs__title-responsive {
        font-size: 32px;
        line-height: 38px;
        font-family: "berlingske", serif;
        font-weight: 300;
        font-style: normal; } }
    @media (min-width: 1025px) {
      .c-tabs__title-responsive {
        font-size: 48px;
        line-height: 58px;
        font-family: "berlingske", serif;
        font-weight: 300;
        font-style: normal; } }
    @media (max-width: 1024px) {
      .c-tabs__title-responsive {
        display: inline-block; } }
    .c-tabs__title-responsive:hover {
      opacity: 1; }
    .is-active .c-tabs__title-responsive {
      opacity: 1; }

.c-text-above-video {
  position: relative; }
  .c-text-above-video::before {
    content: ".c-text-above-video";
    position: absolute;
    top: 10px;
    left: 10px;
    width: auto;
    height: auto;
    color: #202020;
    display: none;
    z-index: 10;
    background-color: rgba(255, 255, 255, 0.7); }
  .is-debug .c-text-above-video {
    background-color: burlywood; }
    .is-debug .c-text-above-video::before {
      display: block; }
  .c-text-above-video.p-left {
    padding-left: calc( ( var(--container-width) / 12 ) * 1); }
    @media (max-width: 1968px) {
      .c-text-above-video.p-left {
        padding-left: calc( ( (100vw - 0px) / var(--total-columns) ) * 1); } }
    @media (max-width: 1024px) {
      .c-text-above-video.p-left {
        padding-left: 0px; } }
  .c-text-above-video.p-right {
    padding-right: calc( ( var(--container-width) / 12 ) * 1); }
    @media (max-width: 1968px) {
      .c-text-above-video.p-right {
        padding-right: calc( ( (100vw - 0px) / var(--total-columns) ) * 1); } }
    @media (max-width: 1024px) {
      .c-text-above-video.p-right {
        padding-right: 0px; } }
  .c-text-above-video__wrapper-video-inner {
    position: relative;
    overflow: hidden;
    cursor: pointer; }
  .c-text-above-video__video {
    width: 100%;
    display: block;
    position: relative; }
    .c-text-above-video__video:before {
      content: "";
      display: block;
      padding-bottom: 56.25%; }
    .c-text-above-video__video iframe {
      width: 100%;
      position: absolute;
      top: 0px;
      left: 0px;
      height: 100%;
      display: block; }
  .c-text-above-video__wrapper-content {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 3; }
  .c-text-above-video__icon-play {
    width: 62px;
    height: 62px;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 4;
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
    visibility: visible;
    transition: all 0.4s ease-in-out; }
    @media (max-width: 540px) {
      .c-text-above-video__icon-play {
        width: 48px;
        height: 48px; } }
    .is-play .c-text-above-video__icon-play {
      opacity: 0;
      visibility: hidden;
      transform: translate(-50%, -100%) scale(1); }
  .c-text-above-video__wrapper-title {
    width: 100%;
    height: auto;
    display: block;
    text-align: center;
    position: absolute;
    top: calc(50% + 132px);
    left: 0%;
    z-index: 4;
    transform: translate(0%, -50%) scale(1);
    padding: var(--grid-gutter-width);
    opacity: 1;
    visibility: visible;
    transition: all 0.4s ease-in-out 0.1s; }
    .is-play .c-text-above-video__wrapper-title {
      opacity: 0;
      visibility: hidden;
      transform: translate(0%, -100%) scale(1.5); }
  .c-text-above-video__title {
    font-size: 28px;
    line-height: 34px;
    font-family: "berlingske", serif;
    font-weight: 300;
    font-style: normal;
    text-align: center;
    color: var(--color-white); }
    @media (min-width: 541px) {
      .c-text-above-video__title {
        font-size: 32px;
        line-height: 38px;
        font-family: "berlingske", serif;
        font-weight: 300;
        font-style: normal; } }
    @media (min-width: 1025px) {
      .c-text-above-video__title {
        font-size: 48px;
        line-height: 58px;
        font-family: "berlingske", serif;
        font-weight: 300;
        font-style: normal; } }
  .c-text-above-video__caption {
    font-size: 14px;
    line-height: 17px;
    font-family: "gt-america", sans-serif;
    font-weight: 100;
    font-style: normal;
    color: rgba(255, 255, 255, 0.3);
    display: block;
    padding-top: 10px; }
    @media (min-width: 541px) {
      .c-text-above-video__caption {
        font-size: 14px;
        line-height: 17px;
        font-family: "gt-america", sans-serif;
        font-weight: 100;
        font-style: normal; } }
    @media (min-width: 1025px) {
      .c-text-above-video__caption {
        font-size: 14px;
        line-height: 17px;
        font-family: "gt-america", sans-serif;
        font-weight: 100;
        font-style: normal; } }
    @media (max-width: 540px) {
      .c-text-above-video__caption {
        padding-top: 13px;
        text-align: right; } }
    .t-light .c-text-above-video__caption {
      color: rgba(32, 32, 32, 0.3); }

.c-text {
  position: relative;
  overflow: hidden;
  position: relative; }
  .c-text::before {
    content: ".c-text";
    position: absolute;
    top: 10px;
    left: 10px;
    width: auto;
    height: auto;
    color: #202020;
    display: none;
    z-index: 10;
    background-color: rgba(255, 255, 255, 0.7); }
  .is-debug .c-text {
    background-color: transparent; }
    .is-debug .c-text::before {
      display: block; }
  .c-text__wrapper-cols {
    width: 100%;
    display: flex;
    position: relative; }
  .c-text__wrapper-lines {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex; }
    @media (max-width: 540px) {
      .c-text__wrapper-lines {
        display: none; } }
  .c-text__line-left {
    width: 37%;
    display: block;
    border-right: 1px solid rgba(32, 32, 32, 0.3); }
    @media (max-width: 1024px) {
      .c-text__line-left {
        width: 44%; } }
  .c-text__cols {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    z-index: 2;
    padding-top: 92px;
    padding-bottom: 64px; }
    @media (max-width: 1024px) {
      .c-text__cols {
        padding-top: 40px;
        padding-bottom: 5px; } }
    @media (max-width: 540px) {
      .c-text__cols {
        padding-top: 45px; } }
  .c-text__item {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 53px; }
    @media (max-width: 1024px) {
      .c-text__item {
        padding-bottom: 62px; } }
    @media (max-width: 540px) {
      .c-text__item {
        padding-bottom: 48px; } }
  .c-text__col-info {
    width: 37%;
    padding-left: calc( ( ( 100vw - var(--container-width) ) / 2 ));
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    padding-top: 0px;
    padding-right: var(--grid-gutter-width); }
    @media (max-width: 1968px) {
      .c-text__col-info {
        padding-left: var(--container-padding); } }
    @media (max-width: 1024px) {
      .c-text__col-info {
        width: 44%; } }
    @media (max-width: 540px) {
      .c-text__col-info {
        width: calc(25% + var(--container-padding));
        padding-right: 0px; } }
  .c-text__wrapper-info {
    position: relative;
    width: 100%;
    display: block; }
    @media (max-width: 1968px) {
      .c-text__wrapper-info {
        padding-left: calc( ( (100vw - 0px) / var(--total-columns) ) * 1); } }
    @media (max-width: 1400px) {
      .c-text__wrapper-info {
        padding-left: 0px; } }
  .c-text__wrapper-title {
    display: block;
    width: 100%; }
  .c-text__title {
    font-size: 16px;
    line-height: 22px;
    font-family: "gt-america", sans-serif;
    font-weight: 100;
    font-style: normal;
    color: var(--color-black);
    display: block;
    width: 100%; }
    @media (min-width: 541px) {
      .c-text__title {
        font-size: 16px;
        line-height: 22px;
        font-family: "gt-america", sans-serif;
        font-weight: 100;
        font-style: normal; } }
    @media (min-width: 1025px) {
      .c-text__title {
        font-size: 18px;
        line-height: 25px;
        font-family: "gt-america", sans-serif;
        font-weight: 100;
        font-style: normal; } }
  .c-text__info-mask {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 9; }
  .c-text__col-text {
    width: 63%;
    padding-right: calc( ( ( 100vw - var(--container-width) ) / 2 ));
    display: flex; }
    @media (max-width: 1968px) {
      .c-text__col-text {
        padding-right: var(--container-padding); } }
    @media (max-width: 1024px) {
      .c-text__col-text {
        width: 56%; } }
    @media (max-width: 540px) {
      .c-text__col-text {
        width: calc(75% - var(--container-padding));
        padding-left: var(--container-padding); } }
  .c-text__wrapper-text {
    font-size: 14px;
    line-height: 17px;
    font-family: "gt-america", sans-serif;
    font-weight: 100;
    font-style: normal;
    color: var(--color-black);
    padding-bottom: 0px;
    display: block;
    width: 100%;
    padding-left: 80px;
    position: relative;
    padding-right: calc( ( ( (var(--container-width) - 0px) / var(--total-columns) ) * 1 )); }
    @media (min-width: 541px) {
      .c-text__wrapper-text {
        font-size: 14px;
        line-height: 17px;
        font-family: "gt-america", sans-serif;
        font-weight: 100;
        font-style: normal; } }
    @media (min-width: 1025px) {
      .c-text__wrapper-text {
        font-size: 14px;
        line-height: 17px;
        font-family: "gt-america", sans-serif;
        font-weight: 100;
        font-style: normal; } }
    @media (max-width: 1024px) {
      .c-text__wrapper-text {
        padding-right: 0px;
        padding-left: 52px; } }
    @media (max-width: 540px) {
      .c-text__wrapper-text {
        padding-left: 0px; } }
  .c-text__text-mask {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 9; }

.debug-columns {
  opacity: 0;
  display: block;
  pointer-events: none;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100vh;
  z-index: 9999999;
  background: none; }
  .is-debug .debug-columns {
    opacity: 0.2; }
  .debug-columns__col {
    height: 100vh;
    display: inline-block; }
  .debug-columns__col-content {
    background-color: rgba(144, 238, 144, 0.4);
    width: 100%;
    height: 100%;
    display: block; }

.sticky-circle {
  position: fixed;
  top: 50%;
  right: 46px;
  height: auto;
  width: 168px;
  display: inline-block;
  transform: translateY(-50%);
  z-index: 991; }
  @media (max-width: 1024px) {
    .sticky-circle {
      width: 120px;
      right: var(--container-padding); } }
  .sticky-circle__image {
    height: auto;
    display: block; }

.header {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  z-index: 999999;
  background-color: transparent;
  transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transform: translateY(0px);
  pointer-events: none;
  border-bottom: 1px solid transparent; }
  .header.has-transform {
    transform: translateY(-101%); }
  .header--alt {
    background-color: var(--color-c);
    border-bottom-color: transparent; }
  .header__container {
    display: block;
    width: 100%;
    padding-left: var(--container-padding);
    padding-right: var(--container-padding); }
  .header__col {
    display: block;
    width: 100%; }
  .header__wrapper {
    width: 100%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
    background-color: transparent;
    height: var(--header-height); }
  .header__box-svg {
    position: relative;
    width: 25%;
    padding: 0px;
    transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
    cursor: pointer; }
    @media (max-width: 1024px) {
      .header__box-svg {
        display: none; } }
    .is-active .header__box-svg {
      opacity: 0;
      visibility: hidden;
      pointer-events: none; }
    .header__box-svg img {
      width: 65px;
      pointer-events: all; }
      .is-active .header__box-svg img {
        pointer-events: none; }
  .header__brand {
    position: relative;
    width: 50%;
    padding: 0px;
    transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
    pointer-events: all;
    cursor: pointer;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center; }
    @media (max-width: 1024px) {
      .header__brand {
        justify-content: flex-start;
        width: auto; } }
    .is-active .header__brand {
      opacity: 0;
      visibility: hidden;
      pointer-events: none; }
  .header__brand-link {
    display: inline-block;
    transition: all 0.2s ease-in-out;
    position: relative;
    width: 150px; }
    @media (max-width: 540px) {
      .header__brand-link {
        width: 122px; } }
  .header__brand-logo {
    display: block;
    margin: 0px;
    max-width: 100%;
    width: auto;
    height: auto;
    position: relative;
    opacity: 1;
    visibility: visible;
    transition: all 0.3s ease-in-out;
    z-index: 1; }
    .header--alt .header__brand-logo {
      opacity: 0;
      visibility: hidden; }
  .header__brand-logo-inverted {
    position: absolute;
    top: 0px;
    left: 0px;
    display: block;
    margin: 0px;
    max-width: 100%;
    width: auto;
    height: auto;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-in-out;
    z-index: 2; }
    .header--alt .header__brand-logo-inverted {
      opacity: 1;
      visibility: visible; }
  .header__wrapper-info {
    display: flex;
    align-items: center;
    width: 25%;
    justify-content: flex-end; }
    @media (max-width: 1024px) {
      .header__wrapper-info {
        width: auto; } }
  .header__wrapper-booking-button {
    margin-right: 20px;
    pointer-events: all; }
  .header__wrapper-hamburguer {
    display: flex;
    align-items: center;
    position: static;
    transition: all 0.2s ease-in-out;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 99999;
    cursor: pointer;
    pointer-events: all; }
  .header__hamburguer {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: flex-end; }
    .header__hamburguer-icon {
      transition: all 0.2s ease-in-out;
      width: 30px;
      background-color: #FFFFFF;
      height: 1px;
      border-radius: 0px;
      position: relative;
      display: block; }
      .header--alt .header__hamburguer-icon {
        background-color: var(--color-black); }
      .is-active .header__hamburguer-icon {
        background-color: transparent !important; }
      .header__hamburguer-icon::before, .header__hamburguer-icon::after {
        content: "";
        position: absolute;
        left: 0px;
        width: 30px;
        height: 1px;
        border-radius: 0px;
        background-color: #FFFFFF;
        transition: all 0.2s ease-in-out;
        transform: rotate(0deg);
        transform-origin: center; }
        .header--alt .header__hamburguer-icon::before, .header--alt .header__hamburguer-icon::after {
          background-color: var(--color-black); }
      .header__hamburguer-icon::before {
        top: -10px;
        opacity: 1;
        visibility: visible; }
        .is-active .header__hamburguer-icon::before {
          top: 0px !important;
          transform: rotate(45deg) !important; }
      .header__hamburguer-icon::after {
        top: 10px;
        opacity: 1;
        visibility: visible; }
        .is-active .header__hamburguer-icon::after {
          top: 0px !important;
          transform: rotate(-45deg) !important; }
  .header__booking-button {
    font-size: 16px;
    line-height: 19px;
    font-family: "gt-america", sans-serif;
    font-weight: 100;
    font-style: normal;
    display: block;
    border: 1px solid var(--color-white);
    padding: 6px 32px;
    padding-bottom: 7px;
    color: var(--color-white);
    cursor: pointer;
    transition: all 0.3s ease-in-out; }
    @media (min-width: 541px) {
      .header__booking-button {
        font-size: 16px;
        line-height: 19px;
        font-family: "gt-america", sans-serif;
        font-weight: 100;
        font-style: normal; } }
    @media (min-width: 1025px) {
      .header__booking-button {
        font-size: 16px;
        line-height: 19px;
        font-family: "gt-america", sans-serif;
        font-weight: 100;
        font-style: normal; } }
    .header__booking-button:hover {
      background-color: rgba(255, 255, 255, 0.1); }
    .header--alt .header__booking-button {
      border-color: var(--color-black);
      color: var(--color-black); }
      .header--alt .header__booking-button:hover {
        background-color: rgba(32, 32, 32, 0.1); }
    @media (max-width: 540px) {
      .header__booking-button {
        padding: 0px;
        padding-bottom: 6px;
        border: 0px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.3); }
        .header--alt .header__booking-button {
          border-bottom-color: transparent; } }

.menumobile.is-active + .header--alt {
  background-color: transparent;
  border-bottom-color: transparent; }
  .menumobile.is-active + .header--alt .header__hamburguer-icon {
    background-color: var(--color-white); }
    .menumobile.is-active + .header--alt .header__hamburguer-icon::before, .menumobile.is-active + .header--alt .header__hamburguer-icon::after {
      background-color: var(--color-white); }
  .menumobile.is-active + .header--alt .header__booking-button {
    border-color: var(--color-white);
    color: var(--color-white); }
    .menumobile.is-active + .header--alt .header__booking-button:hover {
      background-color: rgba(255, 255, 255, 0.1); }

.u-opacity-over {
  position: relative; }
  .u-opacity-over__black {
    position: relative; }
    .u-opacity-over__black:before {
      content: " ";
      position: absolute;
      top: 0px;
      left: 0px;
      display: inline-block;
      background: rgba(32, 32, 32, 0.3);
      width: 100%;
      height: 100%; }
    .u-opacity-over__black > div {
      position: relative; }

.u-none {
  display: none; }
  @media (max-width: 540px) {
    .u-none\@phone {
      display: none; }
      .u-none\@phone_important {
        display: none !important; } }

@media (min-width: 541px) and (max-width: 1024px) {
  .u-none\@tablet {
    display: none; }
    .u-none\@tablet_important {
      display: none !important; } }
  @media (min-width: 1025px) {
    .u-none\@desktop {
      display: none; }
      .u-none\@desktop_important {
        display: none !important; } }

.u-block {
  display: block; }
