@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a, a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
    content: "";
  }
  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr, img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p, h2, h3 {
    orphans: 3;
    widows: 3;
  }
  h2, h3 {
    page-break-after: avoid;
  }
}
:root,
body {
  font-size: clamp(16px, 4.5vw, 16px);
  -webkit-font-smoothing: antialiased;
  scroll-behavior: smooth;
  -webkit-locale: "sv";
}

body {
  font-family: "figtree", Helvetica, Arial, sans-serif;
  line-height: 1.65;
  display: flex;
  display: -ms-flexbox;
  flex-direction: column;
  min-height: 100vh;
  justify-content: space-between;
  overflow-x: clip;
}

main {
  background-color: #ffffff;
  color: #1B1D25;
  flex: 1;
  position: relative;
  z-index: 1;
  overflow-x: clip;
}
main h1, main h2, main h3, main h4, main h5, main h6 {
  color: #012B45;
}

.show_pre-header + .main-content {
  margin-top: 36px;
}

::-moz-selection {
  background: rgba(21, 99, 132, 0.5);
  color: #012B45;
  text-shadow: none;
}

::selection {
  background: rgba(21, 99, 132, 0.5);
  color: #012B45;
  text-shadow: none;
}

::-webkit-selection {
  background: rgba(21, 99, 132, 0.5);
  color: #012B45;
  text-shadow: none;
}

::-moz-selection {
  background: rgba(21, 99, 132, 0.5);
  color: #012B45;
  text-shadow: none;
}

.skip-link {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal;
}

.skip-link:focus {
  line-height: 1.15;
  background-color: #EBE7E0;
  border-radius: 20px;
  clip: auto;
  clip-path: none;
  display: block;
  height: auto;
  left: 5px;
  padding: 15px 25px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/*-------------- Gardevoir cross browser reset --------------*/
*, ::after, ::before {
  box-sizing: inherit;
  padding: 0;
  margin: 0;
}

:where(:root) {
  line-height: 1.15;
  box-sizing: border-box;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
}

:where(main) {
  display: block;
}

:where(h1) {
  font-size: 2em;
  margin: 0.67em 0;
}

:where(p + p) {
  margin-top: 1rem;
}

:where(a) {
  background-color: transparent;
}

:where(abbr[title]) {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

:where(code, kbd, samp, pre) {
  font-family: monospace, monospace;
  font-size: 1em;
}

:where(sub, sup) {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

:where(sub) {
  bottom: -0.25em;
}

:where(sup) {
  top: -0.5em;
}

:where(button, input, optgroup, select, textarea) {
  line-height: inherit;
  border: 1px solid currentColor;
}

:where(button) {
  overflow: visible;
  text-transform: none;
}

:where(button, [type=button], [type=reset], [type=submit]) {
  -webkit-appearance: button;
  padding: 1px 6px;
}

:where(input) {
  overflow: visible;
}

:where(input, textarea) {
  padding: 1px;
}

:where(fieldset) {
  border: 1px solid currentColor;
  margin: 0 2px;
}

:where(legend) {
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal;
}

:where(progress) {
  display: inline-block;
  vertical-align: baseline;
}

:where(select) {
  text-transform: none;
}

:where(textarea) {
  overflow: auto;
  vertical-align: top;
}

:where([type=search]) {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

:where([type=color]) {
  background: inherit;
}

::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
  height: auto;
}

::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.5;
}

::-webkit-file-upload-button, ::-webkit-search-decoration {
  -webkit-appearance: button;
  font: inherit;
}

::-moz-focus-inner {
  border: 0;
}

:-moz-focusring {
  outline: 1px dotted ButtonText;
}

:-moz-ui-invalid {
  box-shadow: none;
}

:where(hr) {
  box-sizing: content-box;
  height: 0;
  color: inherit;
  overflow: visible;
}

:where(dl, ol, ul) {
  margin: 1em 0;
}

:where(ol ol, ol ul, ol dl, ul ol, ul ul, ul dl, dl ol, dl ul, dl dl) {
  margin: 0;
}

:where(b, strong) {
  font-weight: bolder;
}

:where(audio, video) {
  display: inline-block;
}

:where(audio):not([controls]) {
  display: none;
  height: 0;
}

:where(img) {
  border: 0;
}

:where(svg):not(:root) {
  overflow: hidden;
}

:where(table) {
  text-indent: 0;
  border-color: inherit;
}

:where(details) {
  display: block;
}

:where(dialog) {
  border: solid;
  color: inherit;
  display: block;
  height: -moz-fit-content;
  height: fit-content;
  left: 0;
  margin: auto;
  padding: 1em;
  position: absolute;
  right: 0;
  width: -moz-fit-content;
  width: fit-content;
}

:where(dialog):not([open]) {
  display: none;
}

:where(summary) {
  display: list-item;
}

:where(canvas) {
  display: inline-block;
}

:where(template) {
  display: none;
}

:where([hidden]) {
  display: none;
}

/*-------------- WordPress core --------------*/
.alignnone {
  margin: 5px 20px 20px 0;
}

.aligncenter, div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.alignnone {
  margin: 5px 20px 20px 0;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  background: #ffffff;
  border: 1px solid #F7F6F3;
  max-width: 96%;
  padding: 5px 3px 10px;
  text-align: center;
}

.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

.wp-caption .wp-caption-text, .gallery-caption {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

/*-------------- Reset --------------*/
*, *:after, *:before {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smooth: always;
  text-rendering: optimizeLegibility;
}

* {
  margin: 0;
  padding: 0;
  outline: 0;
  border: 0;
  font-size: 100%;
}

a:focus, a:hover, a:active, input:focus {
  outline: 0;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

.introwrap, .break, #filters {
  grid-column: 1/-1;
}

#intro {
  max-width: 800px;
}

#intro > *[style*="text-align: center"], #intro > .col-f-1.horiz-center {
  margin-left: auto;
  margin-right: auto;
}

#intro > *[style*="text-align: right"], #intro > .col-f-1.flex-end {
  margin-left: auto;
}

/*-------------- Structure --------------*/
.clear:before, .clear:after {
  content: " ";
  display: table;
}

.clear:after {
  clear: both;
}

.flex {
  display: flex;
  flex-wrap: wrap;
}

.flex-space {
  -ms-justify-content: space-between;
  justify-content: space-between;
}

.flex-end {
  -ms-justify-content: flex-end;
  justify-content: flex-end;
}

.flex-start {
  -ms-justify-content: flex-start;
  justify-content: flex-start;
}

.vert-center {
  -ms-align-items: center;
  align-items: center;
}

.horiz-center {
  -ms-justify-content: center;
  justify-content: center;
}

.row-reverse {
  flex-direction: row-reverse;
}

.col-reverse {
  flex-direction: column-reverse;
}

.flex-col {
  flex-direction: column;
}

.autoflex {
  flex: 1;
}

.center {
  text-align: center;
}

.left {
  text-align: left;
}

.grid {
  display: grid;
}

section.columns.bento .grid {
  grid-gap: 1.25rem;
}

.wrap-full {
  width: 100%;
  margin: 0 auto;
  position: relative;
}

.wrap-xl {
  width: calc(100% - 40px);
  margin: 0 auto;
  position: relative;
}

.wrap-l {
  width: 90%;
  margin: 0 auto;
  position: relative;
}

.wrap {
  max-width: 1280px;
  width: 90%;
  margin: 0 auto;
  position: relative;
}

.wrap-m {
  max-width: 1000px;
  width: 90%;
  margin: 0 auto;
  position: relative;
}

.wrap-s {
  max-width: 800px;
  width: 90%;
  margin: 0 auto;
  position: relative;
}

.wrap-xs {
  max-width: 600px;
  width: 90%;
  margin: 0 auto;
  position: relative;
}

.wrap-overflow {
  max-width: unset;
  position: relative;
  width: 100vw;
}

.wrap-overflow.leftpos > div.overflow:first-of-type, .wrap-overflow.rightpos > div.overflow:last-of-type {
  flex: 1;
}

@media only screen and (min-width: 1081px) {
  .col-1-2 {
    width: 48%;
  }
  .col-1-2.overflow {
    min-width: 44%;
  }
  .col-1-3 {
    width: 31.5%;
  }
  .col-1-3.overflow {
    min-width: 27.5%;
  }
  .col-2-3 {
    width: 64.8%;
  }
  .col-2-3.overflow {
    min-width: 60.8%;
  }
  .col-1-4 {
    width: 23.5%;
  }
  .col-1-4.overflow {
    min-width: 19.5%;
  }
  .col-3-4 {
    width: 73.5%;
  }
  .col-3-4.overflow {
    min-width: 69.5%;
  }
  .col-f-1, .col-1 {
    width: 100%;
  }
  .col-f-1-2 {
    width: 50%;
  }
  .col-f-1-2.overflow {
    min-width: 46%;
  }
  .col-f-1-3 {
    width: 33.33%;
  }
  .col-f-1-3.overflow {
    min-width: 29.33%;
  }
  .col-f-2-3 {
    width: 66.67%;
  }
  .col-f-2-3.overflow {
    min-width: 62.67%;
  }
  .col-f-1-4 {
    width: 25%;
  }
  .col-f-1-4.overflow {
    min-width: 21%;
  }
  .col-f-3-4 {
    width: 75%;
  }
  .col-f-3-4.overflow {
    min-width: 71%;
  }
  .wrap-overflow.leftpos > div.overflow:first-of-type:not(:last-of-type),
  .wrap-overflow.rightpos > div.overflow:last-of-type:not(:first-of-type) {
    width: 0;
  }
  .wrap-xl.wrap-overflow .introwrap, .wrap-xl.wrap-overflow .section-btnwrap {
    max-width: 90vw;
  }
  .wrap-xl.wrap-overflow.rightpos {
    padding-left: 5vw;
  }
  .wrap-xl.wrap-overflow.rightpos .introwrap, .wrap-xl.wrap-overflow.rightpos .section-btnwrap {
    margin-left: 0;
    margin-right: auto;
  }
  .wrap-xl.wrap-overflow.leftpos {
    padding-right: 5vw;
  }
  .wrap-xl.wrap-overflow.leftpos .introwrap, .wrap-xl.wrap-overflow.leftpos .section-btnwrap {
    margin-left: auto;
    margin-right: 0;
  }
  .wrap-xl.wrap-overflow > .col-1-2:not(.overflow) {
    width: 43.2vw;
  }
  .wrap-xl.wrap-overflow > .col-1-3:not(.overflow) {
    width: 28.35vw;
  }
  .wrap-xl.wrap-overflow > .col-2-3:not(.overflow) {
    width: 58.32vw;
  }
  .wrap-xl.wrap-overflow > .col-1-4:not(.overflow) {
    width: 21.15vw;
  }
  .wrap-xl.wrap-overflow > .col-3-4:not(.overflow) {
    width: 66.15vw;
  }
  .wrap-xl.wrap-overflow > .col-f-1-2:not(.overflow) {
    width: 45vw;
  }
  .wrap-xl.wrap-overflow > .col-f-1-3:not(.overflow) {
    width: 29.997vw;
  }
  .wrap-xl.wrap-overflow > .col-f-2-3:not(.overflow) {
    width: 58.203vw;
  }
  .wrap-xl.wrap-overflow > .col-f-1-4:not(.overflow) {
    width: 22.5vw;
  }
  .wrap-xl.wrap-overflow > .col-f-3-4:not(.overflow) {
    width: 67.5vw;
  }
  .wrap.wrap-overflow .introwrap, .wrap.wrap-overflow .section-btnwrap {
    max-width: 1280px;
  }
  .wrap.wrap-overflow.rightpos {
    padding-left: calc((100% - 1280px) / 2 + 0px);
  }
  .wrap.wrap-overflow.rightpos .introwrap, .wrap.wrap-overflow.rightpos .section-btnwrap {
    margin-left: 0;
    margin-right: auto;
  }
  .wrap.wrap-overflow.rightpos > .overflow:last-of-type:not(:first-of-type) {
    margin-left: 51.2px;
  }
  .wrap.wrap-overflow.leftpos {
    padding-right: calc((100% - 1280px) / 2 + 0px);
  }
  .wrap.wrap-overflow.leftpos .introwrap, .wrap.wrap-overflow.leftpos .section-btnwrap {
    margin-left: auto;
    margin-right: 0;
  }
  .wrap.wrap-overflow.leftpos > .overflow:first-of-type:not(:last-of-type) {
    margin-right: 51.2px;
  }
  .wrap.wrap-overflow > .col-1-2:not(.overflow) {
    max-width: 614.4px;
  }
  .wrap.wrap-overflow > .col-1-3:not(.overflow) {
    max-width: 403.2px;
  }
  .wrap.wrap-overflow > .col-2-3:not(.overflow) {
    max-width: 829.44px;
  }
  .wrap.wrap-overflow > .col-1-4:not(.overflow) {
    max-width: 300.8px;
  }
  .wrap.wrap-overflow > .col-3-4:not(.overflow) {
    max-width: 940.8px;
  }
  .wrap.wrap-overflow > .col-f-1-2:not(.overflow) {
    max-width: 640px;
  }
  .wrap.wrap-overflow > .col-f-1-3:not(.overflow) {
    max-width: 426.624px;
  }
  .wrap.wrap-overflow > .col-f-2-3:not(.overflow) {
    max-width: 827.776px;
  }
  .wrap.wrap-overflow > .col-f-1-4:not(.overflow) {
    max-width: 320px;
  }
  .wrap.wrap-overflow > .col-f-3-4:not(.overflow) {
    max-width: 960px;
  }
  /*-- Loops --*/
}
@media only screen and (min-width: 1081px) and (max-width: 1340px) {
  .wrap.wrap-overflow {
    max-width: 95vw;
  }
  .wrap.wrap-overflow.rightpos {
    padding-left: 0;
  }
  .wrap.wrap-overflow.rightpos > .overflow:last-of-type {
    margin-right: -2.5vw;
  }
  .wrap.wrap-overflow.leftpos {
    padding-right: 0;
  }
  .wrap.wrap-overflow.leftpos > .overflow:first-of-type {
    margin-left: -2.5vw;
  }
}
@media only screen and (min-width: 1081px) {
  .wrap-m.wrap-overflow .introwrap, .wrap-m.wrap-overflow .section-btnwrap {
    max-width: 1000px;
  }
  .wrap-m.wrap-overflow.rightpos {
    padding-left: calc((100% - 1000px) / 2);
  }
  .wrap-m.wrap-overflow.rightpos .introwrap, .wrap-m.wrap-overflow.rightpos .section-btnwrap {
    margin-left: 0;
    margin-right: auto;
  }
  .wrap-m.wrap-overflow.rightpos > .overflow:last-of-type:not(:first-of-type) {
    margin-left: 40px;
  }
  .wrap-m.wrap-overflow.leftpos {
    padding-right: calc((100% - 1000px) / 2);
  }
  .wrap-m.wrap-overflow.leftpos .introwrap, .wrap-m.wrap-overflow.leftpos .section-btnwrap {
    margin-left: auto;
    margin-right: 0;
  }
  .wrap-m.wrap-overflow.leftpos > .overflow:first-of-type:not(:last-of-type) {
    margin-right: 40px;
  }
  .wrap-m.wrap-overflow > .col-1-2:not(.overflow) {
    max-width: 480px;
  }
  .wrap-m.wrap-overflow > .col-1-3:not(.overflow) {
    max-width: 315px;
  }
  .wrap-m.wrap-overflow > .col-2-3:not(.overflow) {
    max-width: 648px;
  }
  .wrap-m.wrap-overflow > .col-1-4:not(.overflow) {
    max-width: 235px;
  }
  .wrap-m.wrap-overflow > .col-3-4:not(.overflow) {
    max-width: 735px;
  }
  .wrap-m.wrap-overflow > .col-f-1-2:not(.overflow) {
    max-width: 500px;
  }
  .wrap-m.wrap-overflow > .col-f-1-3:not(.overflow) {
    max-width: 333.3px;
  }
  .wrap-m.wrap-overflow > .col-f-2-3:not(.overflow) {
    max-width: 646.7px;
  }
  .wrap-m.wrap-overflow > .col-f-1-4:not(.overflow) {
    max-width: 250px;
  }
  .wrap-m.wrap-overflow > .col-f-3-4:not(.overflow) {
    max-width: 750px;
  }
  .wrap-s.wrap-overflow .introwrap, .wrap-s.wrap-overflow .section-btnwrap {
    max-width: 800px;
  }
  .wrap-s.wrap-overflow.rightpos {
    padding-left: calc((100% - 800px) / 2);
  }
  .wrap-s.wrap-overflow.rightpos .introwrap, .wrap-s.wrap-overflow.rightpos .section-btnwrap {
    margin-left: 0;
    margin-right: auto;
  }
  .wrap-s.wrap-overflow.rightpos > .overflow:last-of-type:not(:first-of-type) {
    margin-left: 32px;
  }
  .wrap-s.wrap-overflow.leftpos {
    padding-right: calc((100% - 800px) / 2);
  }
  .wrap-s.wrap-overflow.leftpos .introwrap, .wrap-s.wrap-overflow.leftpos .section-btnwrap {
    margin-left: auto;
    margin-right: 0;
  }
  .wrap-s.wrap-overflow.leftpos > .overflow:first-of-type:not(:last-of-type) {
    margin-right: 32px;
  }
  .wrap-s.wrap-overflow > .col-1-2:not(.overflow) {
    max-width: 384px;
  }
  .wrap-s.wrap-overflow > .col-1-3:not(.overflow) {
    max-width: 252px;
  }
  .wrap-s.wrap-overflow > .col-2-3:not(.overflow) {
    max-width: 518.4px;
  }
  .wrap-s.wrap-overflow > .col-1-4:not(.overflow) {
    max-width: 188px;
  }
  .wrap-s.wrap-overflow > .col-3-4:not(.overflow) {
    max-width: 588px;
  }
  .wrap-s.wrap-overflow > .col-f-1-2:not(.overflow) {
    max-width: 400px;
  }
  .wrap-s.wrap-overflow > .col-f-1-3:not(.overflow) {
    max-width: 266.64px;
  }
  .wrap-s.wrap-overflow > .col-f-2-3:not(.overflow) {
    max-width: 517.36px;
  }
  .wrap-s.wrap-overflow > .col-f-1-4:not(.overflow) {
    max-width: 200px;
  }
  .wrap-s.wrap-overflow > .col-f-3-4:not(.overflow) {
    max-width: 600px;
  }
  .wrap-xs.wrap-overflow .introwrap, .wrap-xs.wrap-overflow .section-btnwrap {
    max-width: 600px;
  }
  .wrap-xs.wrap-overflow.rightpos {
    padding-left: calc((100% - 600px) / 2);
  }
  .wrap-xs.wrap-overflow.rightpos .introwrap, .wrap-xs.wrap-overflow.rightpos .section-btnwrap {
    margin-left: 0;
    margin-right: auto;
  }
  .wrap-xs.wrap-overflow.rightpos > .overflow:last-of-type:not(:first-of-type) {
    margin-left: 24px;
  }
  .wrap-xs.wrap-overflow.leftpos {
    padding-right: calc((100% - 600px) / 2);
  }
  .wrap-xs.wrap-overflow.leftpos .introwrap, .wrap-xs.wrap-overflow.leftpos .section-btnwrap {
    margin-left: auto;
    margin-right: 0;
  }
  .wrap-xs.wrap-overflow.leftpos > .overflow:first-of-type:not(:last-of-type) {
    margin-right: 24px;
  }
  .wrap-xs.wrap-overflow > .col-1-2:not(.overflow) {
    max-width: 288px;
  }
  .wrap-xs.wrap-overflow > .col-1-3:not(.overflow) {
    max-width: 189px;
  }
  .wrap-xs.wrap-overflow > .col-2-3:not(.overflow) {
    max-width: 388.8px;
  }
  .wrap-xs.wrap-overflow > .col-1-4:not(.overflow) {
    max-width: 141px;
  }
  .wrap-xs.wrap-overflow > .col-3-4:not(.overflow) {
    max-width: 441px;
  }
  .wrap-xs.wrap-overflow > .col-f-1-2:not(.overflow) {
    max-width: 300px;
  }
  .wrap-xs.wrap-overflow > .col-f-1-3:not(.overflow) {
    max-width: 199.98px;
  }
  .wrap-xs.wrap-overflow > .col-f-2-3:not(.overflow) {
    max-width: 388.02px;
  }
  .wrap-xs.wrap-overflow > .col-f-1-4:not(.overflow) {
    max-width: 150px;
  }
  .wrap-xs.wrap-overflow > .col-f-3-4:not(.overflow) {
    max-width: 450px;
  }
  .grid.grid_col_1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .grid.grid_col_2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .grid.grid_col_3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .grid.grid_col_4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 1080px) {
  .col-1-2, .col-1-3, .col-2-3, .col-1-4, .col-3-4 {
    width: 47%;
  }
  .col-1-2.overflow, .col-1-3.overflow, .col-2-3.overflow, .col-1-4.overflow, .col-3-4.overflow {
    min-width: 43%;
  }
  .threes .col-1-3, .threes .col-1-4, .threes .col-1-2 {
    width: 30%;
  }
  .threes .col-1-3.overflow, .threes .col-1-4.overflow, .threes .col-1-2.overflow {
    min-width: 26%;
  }
  .col-f-1, .col-1 {
    width: 100%;
  }
  .col-f-1-2, .col-f-1-3, .col-f-2-3, .col-f-1-4, .col-f-3-4 {
    width: 50%;
  }
  .threes .col-f-1-3, .threes .col-f-1-4, .threes .col-f-1-2 {
    width: 33.333%;
  }
  .columns:not(.halves):not(.threes) .col-1-4:nth-of-type(n+3), .columns:not(.halves):not(.threes) .col-3-4:nth-of-type(n+3) {
    margin-top: 1.25rem;
  }
  .wrap-overflow {
    max-width: 95vw;
  }
  .wrap-overflow.rightpos {
    padding-left: 0;
  }
  .wrap-overflow.rightpos > .overflow:last-of-type {
    margin-right: -2.5vw;
  }
  .wrap-overflow.leftpos {
    padding-right: 0;
  }
  .wrap-overflow.leftpos > .overflow:first-of-type {
    margin-left: -2.5vw;
  }
  #intro {
    max-width: 90vw;
  }
  /*-- Loops --*/
  .grid.grid_col_1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .grid.grid_col_2, .grid.grid_col_3, .grid.grid_col_4 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 767px) {
  .columns:not(.halves):not(.threes) .col-1-4:nth-of-type(n+3), .columns:not(.halves):not(.threes) .col-3-4:nth-of-type(n+3) {
    margin-top: unset;
  }
  .forcolrev {
    row-gap: 1.5625rem;
  }
  .col-1-2, .col-1-3, .col-2-3, .col-1-4, .col-3-4, .col-f-1-2, .col-f-1-3, .col-f-2-3, .col-f-1-4, .col-f-3-4, .threes .col-1-3, .threes .col-1-4, .threes .col-1-2, .threes .col-f-1-3, .threes .col-f-1-4, .threes .col-f-1-2 {
    width: 100%;
  }
  .reorder > .introwrap {
    order: 1;
  }
  .reorder .module_img {
    order: 2;
  }
  .reorder > *:not(.module_img):not(.introwrap) {
    order: 3;
  }
  .wrap-overflow {
    width: 100vw;
    flex-direction: column;
  }
  .wrap-overflow .break {
    display: none;
  }
  .wrap-overflow > *:not(.overflow) {
    width: 90vw;
    margin: 0 auto;
  }
  .wrap-overflow > .overflow {
    max-width: 95vw;
  }
  /*-- Loops --*/
  .grid.grid_col_2, .grid.grid_col_3, .grid.grid_col_4 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
#intro > *:last-child {
  margin-bottom: 0;
}

.pad-xxs {
  padding: 0.625rem 0;
}

@media only screen and (min-width: 1081px) {
  .pad-xl {
    padding: 7.5rem 0;
  }
  .pad-l {
    padding: 6.25rem 0;
  }
  .pad {
    padding: 5rem 0;
  }
  .pad-b {
    padding-bottom: 5rem;
  }
  .pad-t {
    padding-top: 5rem;
  }
  .pad-m {
    padding: 3.75rem 0;
  }
  .pad-s {
    padding: 2.5rem 0;
  }
  .pad-xs {
    padding: 1.25rem 0;
  }
  .marg-b-xl {
    margin-bottom: 7.5rem;
  }
  .marg-b-l {
    margin-bottom: 6.25rem;
  }
  .marg-b {
    margin-bottom: 5rem;
  }
  .marg-b-m {
    margin-bottom: 3.75rem;
  }
  .marg-b-s {
    margin-bottom: 2.5rem;
  }
  .marg-b-xs {
    margin-bottom: 1.25rem;
  }
  .marg-t-xl {
    margin-top: 7.5rem;
  }
  .marg-t-l {
    margin-top: 6.25rem;
  }
  .marg-t {
    margin-top: 5rem;
  }
  .marg-t-m {
    margin-top: 3.75rem;
  }
  .marg-t-s {
    margin-top: 2.5rem;
  }
  .marg-t-xs {
    margin-top: 1.25rem;
  }
  .module_cta .content,
  .module_text .content,
  .tabs-container:not(.booking) .tab-content,
  .module_video .content,
  .module_gallery .content,
  .forcolrev:not(.none-bg) {
    padding: 3.75rem;
  }
  section.halves .module_img ~ .module_text.none-bg.vert-center > div,
  section.halves .module_text.none-bg.vert-center:is(:first-of-type) > div {
    padding: 3.75rem 0;
  }
  #error-404 .content > div,
  .hide-info {
    padding: 2.5rem;
  }
  #intro {
    padding-bottom: 5rem;
  }
  /*-- Loops --*/
  .flow .grid {
    -moz-column-gap: 2.5rem;
         column-gap: 2.5rem;
    row-gap: 2.5rem;
  }
}
@media only screen and (max-width: 1080px) {
  .pad-xl,
  .pad-l,
  .pad {
    padding: 3.75rem 0;
  }
  .pad-b {
    padding-bottom: 3.75rem;
  }
  .pad-t {
    padding-top: 3.75rem;
  }
  .pad-m {
    padding: 2.5rem 0;
  }
  .pad-s,
  .pad-xs {
    padding: 1.25rem 0;
  }
  .marg-b,
  .marg-b-l,
  .marg-b-xl {
    margin-bottom: 3.75rem;
  }
  .marg-b-m {
    margin-bottom: 2.5rem;
  }
  .marg-b-s,
  .marg-b-xs {
    margin-bottom: 1.25rem;
  }
  .marg-t,
  .marg-t-l,
  .marg-t-xl {
    margin-top: 3.75rem;
  }
  .marg-t-m {
    margin-top: 2.5rem;
  }
  .marg-t-s,
  .marg-t-xs {
    margin-top: 1.25rem;
  }
  .module_cta .content,
  .module_text .content,
  .tabs-container:not(.booking) .tab-content,
  .module_video .content,
  .module_gallery .content,
  .forcolrev:not(.none-bg) {
    padding: 2.5rem;
  }
  section.halves .module_img ~ .module_text.none-bg.vert-center > div,
  section.halves .module_text.none-bg.vert-center:is(:first-of-type) > div {
    padding: 2.5rem 0;
  }
  #error-404 .content > div,
  .hide-info {
    padding: 1.25rem;
  }
  #intro {
    padding-bottom: 2.5rem;
  }
  /*-- Loops --*/
  .flow .grid {
    -moz-column-gap: 1.25rem;
         column-gap: 1.25rem;
    row-gap: 1.25rem;
  }
}
@media only screen and (max-width: 767px) {
  section.halves .module_img ~ .module_text.none-bg.vert-center > div,
  section.halves .module_text.none-bg.vert-center:is(:first-of-type) > div {
    padding: 0;
  }
  .tabs-container:not(.booking) .tab-content {
    padding: 1.5625rem;
  }
}
@media only screen and (max-width: 520px) {
  .pad-xl,
  .pad-l,
  .pad {
    padding: 2.5rem 0;
  }
  .pad-b {
    padding-bottom: 2.5rem;
  }
  .pad-t {
    padding-top: 2.5rem;
  }
  .marg-b,
  .marg-b-l,
  .marg-b-xl {
    margin-bottom: 2.5rem;
  }
  .marg-t,
  .marg-t-l,
  .marg-t-xl {
    margin-top: 2.5rem;
  }
  .module_cta .content,
  .module_text .content,
  .module_video .content,
  .module_gallery .content,
  .forcolrev:not(.none-bg) {
    padding: 1.5625rem;
  }
  section.halves .module_img ~ .module_text.none-bg.vert-center > div,
  section.halves .module_text.none-bg.vert-center:is(:first-of-type) > div {
    padding: 1.5625rem 0;
  }
}
.white-txt {
  color: #ffffff;
}

.blue-txt {
  color: #156384;
}

.yellow-txt {
  color: #FFB800;
}

.black-txt {
  color: #1B1D25;
}

.white-bg {
  background-color: #ffffff;
}

.bright-bg {
  background-color: #F7F6F3;
}

.medium-c-bg {
  background-color: #C2CFD6;
}

.medium-w-bg {
  background-color: #EBE7E0;
}

.primary-bg {
  background-color: #156384;
}

.dark-bg {
  background-color: #012B45;
}

.black-bg {
  background-color: #1B1D25;
}

.r360-blue {
  background: #0c3e60;
}

.r360-grey {
  background: #f8f8f8;
}

.r360-tone {
  background: linear-gradient(180deg, #0c3e60 100vh, #f8f8f8 calc(100vh + 2px));
}

main .white-bg > *, .white-bg > *,
main .bright-bg > *, .bright-bg > *,
main .medium-c-bg > *, .medium-c-bg > *,
main .medium-w-bg > *, .medium-w-bg > * {
  color: #1B1D25;
}
main .white-bg > * h1, main .white-bg > * h2, main .white-bg > * h3, main .white-bg > * h4, main .white-bg > * h5, main .white-bg > * h6, main .white-bg > *:is(h1, h2, h3, h4, h5, h6), .white-bg > * h1, .white-bg > * h2, .white-bg > * h3, .white-bg > * h4, .white-bg > * h5, .white-bg > * h6, .white-bg > *:is(h1, h2, h3, h4, h5, h6),
main .bright-bg > * h1,
main .bright-bg > * h2,
main .bright-bg > * h3,
main .bright-bg > * h4,
main .bright-bg > * h5,
main .bright-bg > * h6,
main .bright-bg > *:is(h1, h2, h3, h4, h5, h6), .bright-bg > * h1, .bright-bg > * h2, .bright-bg > * h3, .bright-bg > * h4, .bright-bg > * h5, .bright-bg > * h6, .bright-bg > *:is(h1, h2, h3, h4, h5, h6),
main .medium-c-bg > * h1,
main .medium-c-bg > * h2,
main .medium-c-bg > * h3,
main .medium-c-bg > * h4,
main .medium-c-bg > * h5,
main .medium-c-bg > * h6,
main .medium-c-bg > *:is(h1, h2, h3, h4, h5, h6), .medium-c-bg > * h1, .medium-c-bg > * h2, .medium-c-bg > * h3, .medium-c-bg > * h4, .medium-c-bg > * h5, .medium-c-bg > * h6, .medium-c-bg > *:is(h1, h2, h3, h4, h5, h6),
main .medium-w-bg > * h1,
main .medium-w-bg > * h2,
main .medium-w-bg > * h3,
main .medium-w-bg > * h4,
main .medium-w-bg > * h5,
main .medium-w-bg > * h6,
main .medium-w-bg > *:is(h1, h2, h3, h4, h5, h6), .medium-w-bg > * h1, .medium-w-bg > * h2, .medium-w-bg > * h3, .medium-w-bg > * h4, .medium-w-bg > * h5, .medium-w-bg > * h6, .medium-w-bg > *:is(h1, h2, h3, h4, h5, h6) {
  color: #012B45;
}

main .dark-bg > *, .dark-bg > *,
main .primary-bg > *, .primary-bg > *,
main .black-bg > *, .black-bg > *,
.r360-tone .introwrap > * {
  color: #ffffff;
}
main .dark-bg > * h1, main .dark-bg > * h2, main .dark-bg > * h3, main .dark-bg > * h4, main .dark-bg > * h5, main .dark-bg > * h6, .dark-bg > * h1, .dark-bg > * h2, .dark-bg > * h3, .dark-bg > * h4, .dark-bg > * h5, .dark-bg > * h6,
main .primary-bg > * h1,
main .primary-bg > * h2,
main .primary-bg > * h3,
main .primary-bg > * h4,
main .primary-bg > * h5,
main .primary-bg > * h6, .primary-bg > * h1, .primary-bg > * h2, .primary-bg > * h3, .primary-bg > * h4, .primary-bg > * h5, .primary-bg > * h6,
main .black-bg > * h1,
main .black-bg > * h2,
main .black-bg > * h3,
main .black-bg > * h4,
main .black-bg > * h5,
main .black-bg > * h6, .black-bg > * h1, .black-bg > * h2, .black-bg > * h3, .black-bg > * h4, .black-bg > * h5, .black-bg > * h6,
.r360-tone .introwrap > * h1,
.r360-tone .introwrap > * h2,
.r360-tone .introwrap > * h3,
.r360-tone .introwrap > * h4,
.r360-tone .introwrap > * h5,
.r360-tone .introwrap > * h6 {
  color: #ffffff;
}
main .dark-bg > .content, .dark-bg > .content,
main .primary-bg > .content, .primary-bg > .content,
main .black-bg > .content, .black-bg > .content,
.r360-tone .introwrap > .content {
  color: #ffffff;
}
main .dark-bg > .content h1, main .dark-bg > .content h2, main .dark-bg > .content h3, main .dark-bg > .content h4, main .dark-bg > .content h5, main .dark-bg > .content h6, .dark-bg > .content h1, .dark-bg > .content h2, .dark-bg > .content h3, .dark-bg > .content h4, .dark-bg > .content h5, .dark-bg > .content h6,
main .primary-bg > .content h1,
main .primary-bg > .content h2,
main .primary-bg > .content h3,
main .primary-bg > .content h4,
main .primary-bg > .content h5,
main .primary-bg > .content h6, .primary-bg > .content h1, .primary-bg > .content h2, .primary-bg > .content h3, .primary-bg > .content h4, .primary-bg > .content h5, .primary-bg > .content h6,
main .black-bg > .content h1,
main .black-bg > .content h2,
main .black-bg > .content h3,
main .black-bg > .content h4,
main .black-bg > .content h5,
main .black-bg > .content h6, .black-bg > .content h1, .black-bg > .content h2, .black-bg > .content h3, .black-bg > .content h4, .black-bg > .content h5, .black-bg > .content h6,
.r360-tone .introwrap > .content h1,
.r360-tone .introwrap > .content h2,
.r360-tone .introwrap > .content h3,
.r360-tone .introwrap > .content h4,
.r360-tone .introwrap > .content h5,
.r360-tone .introwrap > .content h6 {
  color: #ffffff;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
blockquote {
  margin: 0 0 1.25rem 0;
  text-wrap: pretty;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.15;
  font-family: "neulis-neue", Helvetica, Arial, sans-serif;
}

h1,
.heading-1 {
  font-size: clamp(40px, 4.5vw, 60px);
  line-height: 1.15;
  font-family: "neulis-neue", Helvetica, Arial, sans-serif;
}

h2,
.heading-2 {
  font-size: clamp(26px, 4.5vw, 40px);
  line-height: 1.15;
  font-family: "neulis-neue", Helvetica, Arial, sans-serif;
}

h3,
.heading-3 {
  font-size: clamp(22px, 4.5vw, 26px);
  line-height: 1.15;
  font-family: "neulis-neue", Helvetica, Arial, sans-serif;
}

h4,
.heading-4 {
  font-size: clamp(18px, 4.5vw, 20px);
  line-height: 1.15;
  font-family: "neulis-neue", Helvetica, Arial, sans-serif;
}

h5,
h6,
.heading-5 {
  font-size: clamp(18px, 4.5vw, 18px);
  line-height: 1.15;
  font-family: "neulis-neue", Helvetica, Arial, sans-serif;
}

ul li:not(:last-child), ol li:not(:last-child) {
  margin-bottom: 0.625rem;
}

ol {
  padding-left: 1.25rem;
}
ol li {
  padding-left: 0.625rem;
}
ol li::marker {
  color: #FFB800;
  font-weight: bolder;
  font-family: "neulis-neue", Helvetica, Arial, sans-serif;
}

ul {
  list-style-type: none;
  position: relative;
  padding-left: 1.875rem;
}
ul li:before {
  content: "\e91b";
  color: #FFB800;
  margin: 0 14px 0 -30px;
  font-family: "icomoon";
  line-height: 1;
  margin-right: 14px;
  display: inline-block;
  transform: translateY(2px);
}

/*main ul:not([style*="text-align: center"]) li:before {
	margin: 0 $gutter-10 0 -($gutter-25);
}*/
.hyph {
  hyphens: auto;
  -webkit-hyphenate-limit-before: 4;
  -webkit-hyphenate-limit-after: 4;
  -ms-hyphenate-limit-chars: 12 4 4;
  hyphenate-limit-chars: 12 4 4;
}

.forcolrev .flex-col.col-1-3 h2,
.forcolrev .flex-col.col-f-1-3 h2 {
  hyphens: auto;
  -webkit-hyphenate-limit-before: 4;
  -webkit-hyphenate-limit-after: 4;
  -ms-hyphenate-limit-chars: 12 4 4;
  hyphenate-limit-chars: 12 4 4;
}

.forcolrev .flex-col.col-1-4 h2,
.forcolrev .flex-col.col-1-4 h3,
.forcolrev .flex-col.col-1-4 h4,
.forcolrev .flex-col.col-f-1-4 h2,
.forcolrev .flex-col.col-f-1-4 h3,
.forcolrev .flex-col.col-f-1-4 h4 {
  hyphens: auto;
  -webkit-hyphenate-limit-before: 3;
  -webkit-hyphenate-limit-after: 3;
  -ms-hyphenate-limit-chars: 10 3 3;
  hyphenate-limit-chars: 10 3 3;
}

.ingress {
  font-size: clamp(18px, 4.5vw, 20px);
}

strong,
.strong {
  font-weight: bold;
}

small,
.small {
  font-size: clamp(14px, 4.5vw, 14px);
}

.upper {
  text-transform: uppercase;
  letter-spacing: 1.5px;
  font-size: clamp(14px, 4.5vw, 14px);
  font-weight: bold;
  display: block;
  margin-bottom: 5px;
}

.excerpt {
  font-size: clamp(14px, 4.5vw, 14px);
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  line-clamp: 3;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

span[style*="text-decoration: underline"] {
  text-decoration-thickness: 1px !important;
  text-underline-offset: 4px;
}

blockquote {
  font-family: "neulis-neue", Helvetica, Arial, sans-serif;
  font-size: clamp(18px, 4.5vw, 18px);
  padding-left: calc(clamp(26px, 4.5vw, 40px) + 20px);
  position: relative;
  margin: 25px 0;
}
blockquote:before {
  content: "\e90e";
  font-family: "icomoon";
  font-size: clamp(26px, 4.5vw, 40px);
  color: #FFB800;
  position: absolute;
  left: 0;
  top: 3px;
  line-height: 1;
}

hr {
  height: 1px;
  background: #C2CFD6;
  width: 100%;
  margin: 0 auto;
}

p + hr {
  margin-bottom: 22px;
}

@media only screen and (max-width: 767px) {
  h1,
  h2,
  h3 {
    hyphens: auto;
    -webkit-hyphenate-limit-before: 4;
    -webkit-hyphenate-limit-after: 4;
    -ms-hyphenate-limit-chars: 12 4 4;
    hyphenate-limit-chars: 12 4 4;
  }
}
@font-face {
  font-family: "icomoon";
  src: url("../../assets/fonts/icomoon.woff2?z0b3b") format("woff2"), url("../../assets/fonts/icomoon.woff?z0b3b") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
[class^=icon-], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-pizza:before {
  content: "\e942";
}

.icon-skate:before {
  content: "\e93d";
}

.icon-button:before {
  content: "\e93e";
}

.icon-roller:before {
  content: "\e93f";
}

.icon-classic:before {
  content: "\e940";
}

.icon-webcam:before {
  content: "\e900";
}

.icon-bump:before,
.icon-offpist:before {
  content: "\e901";
}

.icon-sunrise:before,
.icon-morning:before {
  content: "\e902";
}

.icon-lightbulb:before,
.icon-lightened:before {
  content: "\e903";
}

.icon-tree:before {
  content: "\e904";
}

.icon-mountains:before {
  content: "\e905";
}

.icon-lift:before,
.icon-chair:before {
  content: "\e906";
}

.icon-snowflake:before,
.icon-snowgun:before {
  content: "\e907";
}

.icon-skiing:before {
  content: "\e908";
}

.icon-ruler:before {
  content: "\e909";
}

.icon-camera:before {
  content: "\e90a";
}

.icon-arrow-left:before {
  content: "\e90b";
}

.icon-user:before {
  content: "\e90c";
}

.icon-arrow-right:before {
  content: "\e90d";
}

.icon-linkedin:before {
  content: "\e92e";
}

.icon-x:before {
  content: "\e92f";
}

.icon-twitter:before {
  content: "\e92f";
}

.icon-pin:before {
  content: "\e93b";
}

.icon-anchor:before {
  content: "\e93c";
}

.icon-award:before {
  content: "\e90f";
}

.icon-book-open:before {
  content: "\e910";
}

.icon-calendar:before {
  content: "\e91a";
}

.icon-check-square:before {
  content: "\e91b";
}

.icon-chevron-down:before {
  content: "\e911";
}

.icon-chevron-left:before {
  content: "\e923";
}

.icon-chevron-right:before {
  content: "\e938";
}

.icon-chevron-up:before {
  content: "\e93a";
}

.icon-clock:before {
  content: "\e91c";
}

.icon-cloud2:before {
  content: "\e91d";
}

.icon-coffee:before {
  content: "\e912";
}

.icon-download-cloud:before {
  content: "\e91f";
}

.icon-external-link:before {
  content: "\e920";
}

.icon-file-text:before {
  content: "\e913";
}

.icon-filter:before {
  content: "\e914";
}

.icon-gift:before {
  content: "\e915";
}

.icon-home:before {
  content: "\e921";
}

.icon-lock:before {
  content: "\e922";
}

.icon-map:before {
  content: "\e924";
}

.icon-map-pin:before {
  content: "\e916";
}

.icon-maximize:before {
  content: "\e917";
}

.icon-maximize-2:before {
  content: "\e918";
}

.icon-monitor:before {
  content: "\e919";
}

.icon-music:before {
  content: "\e91e";
}

.icon-pause:before {
  content: "\e925";
}

.icon-phone-call:before {
  content: "\e926";
}

.icon-play:before {
  content: "\e929";
}

.icon-save:before {
  content: "\e930";
}

.icon-search:before {
  content: "\e927";
}

.icon-shield:before {
  content: "\e934";
}

.icon-shopping-bag:before {
  content: "\e935";
}

.icon-shopping-cart:before {
  content: "\e936";
}

.icon-square:before {
  content: "\e941";
}

.icon-thermometer:before {
  content: "\e928";
}

.icon-umbrella:before {
  content: "\e937";
}

.icon-users:before {
  content: "\e92a";
}

.icon-watch:before {
  content: "\e92b";
}

.icon-wifi:before {
  content: "\e92c";
}

.icon-wind:before {
  content: "\e92d";
}

.icon-close:before {
  content: "\e939";
}

.icon-quote-right:before {
  content: "\e90e";
}

.icon-youtube:before {
  content: "\e931";
}

.icon-facebook:before {
  content: "\e932";
}

.icon-instagram:before {
  content: "\e933";
}

/*-------------- Hero --------------*/
#hero-section #hero-container {
  z-index: 4;
}
#hero-section #hero-container > *:not(script) {
  max-width: 850px;
}
#hero-section #hero-container > *:not(script):not(div) {
  text-shadow: 2px 2px 0 rgba(1, 43, 69, 0.9);
}
#hero-section #hero-container > *:not(script):last-child {
  margin-bottom: 0;
}
#hero-section #hero-container p img.alignnone {
  margin: 0 0 5px 0;
}
#hero-section #hero-container p img.alignleft {
  margin: 0 20px 5px 0;
}
#hero-section .mountain {
  fill: #ffffff;
}
#hero-section .overlay {
  opacity: 0.5;
}

body.home #hero-section {
  overflow: visible;
}
body.home #hero-section > .bg-img {
  height: calc(100% - 2px);
  width: 100%;
  left: 0;
  right: 0;
}
body.home #hero-section > .overlay {
  bottom: 1px;
}
body.home #hero-section .mountain {
  fill: #F7F6F3;
}

body.page-template-page-r360 #hero-section .mountain {
  fill: #0c3e60;
}

/*-------------- Pause/Play knapp i hero --------------*/
.video-control-button {
  position: relative;
  z-index: 10;
  background-color: rgba(0, 0, 0, 0.5);
  color: #ffffff;
  border: 1px solid #ffffff;
  border-radius: 5px;
  padding: 8px 0.9375rem;
  cursor: pointer;
  font-size: clamp(16px, 4.5vw, 16px);
  transition: background-color 0.3s;
}
.video-control-button:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

/*-------------- Breadcrumbs --------------*/
.rank-math-breadcrumb p {
  margin-bottom: 0;
  line-height: 1;
  font-size: clamp(14px, 4.5vw, 14px);
  overflow: hidden;
  text-align: center;
}
.rank-math-breadcrumb p > * {
  text-decoration: none !important;
  padding: 10px 15px 10px 20px;
  border-radius: 0 16px 16px 0;
  box-shadow: -1px 0 0 #ffffff inset;
  background-color: #C2CFD6;
  font-weight: bold;
  position: relative;
  white-space: nowrap;
  display: inline-block;
  margin-top: 1px;
  margin-bottom: 1px;
}
.rank-math-breadcrumb p > *:is(a, a:visited) {
  color: #012B45;
}
.rank-math-breadcrumb p > *:first-child {
  padding: 10px 11px;
  border-radius: 16px;
}
.rank-math-breadcrumb p > *:first-child i {
  line-height: 0;
}
.rank-math-breadcrumb p > *:first-child ~ * {
  -webkit-mask: radial-gradient(circle at -11px, transparent 20px, #000 20px);
  mask: radial-gradient(circle at -11px, transparent 20px, #000 20px);
  margin-left: -8px;
}
.rank-math-breadcrumb p > *:nth-child(1) {
  z-index: 19;
}
.rank-math-breadcrumb p > *:nth-child(2) {
  z-index: 18;
}
.rank-math-breadcrumb p > *:nth-child(3) {
  z-index: 17;
}
.rank-math-breadcrumb p > *:nth-child(4) {
  z-index: 16;
}
.rank-math-breadcrumb p > *:nth-child(5) {
  z-index: 15;
}
.rank-math-breadcrumb p > *:nth-child(6) {
  z-index: 14;
}
.rank-math-breadcrumb p > *:nth-child(7) {
  z-index: 13;
}
.rank-math-breadcrumb p > *:nth-child(8) {
  z-index: 12;
}
.rank-math-breadcrumb p > *:nth-child(9) {
  z-index: 11;
}
.rank-math-breadcrumb p > *:nth-child(10) {
  z-index: 10;
}
.rank-math-breadcrumb p > *:nth-child(11) {
  z-index: 9;
}
.rank-math-breadcrumb p > *:nth-child(12) {
  z-index: 8;
}
.rank-math-breadcrumb p > *:nth-child(13) {
  z-index: 7;
}
.rank-math-breadcrumb p > *:nth-child(14) {
  z-index: 6;
}
.rank-math-breadcrumb p > *:nth-child(15) {
  z-index: 5;
}
.rank-math-breadcrumb p > *:nth-child(16) {
  z-index: 4;
}
.rank-math-breadcrumb p > *:nth-child(17) {
  z-index: 3;
}
.rank-math-breadcrumb p > *:nth-child(18) {
  z-index: 2;
}
.rank-math-breadcrumb p > *:nth-child(19) {
  z-index: 1;
}
.rank-math-breadcrumb p > *:nth-child(20) {
  z-index: 0;
}
.rank-math-breadcrumb p > *:last-child {
  background-image: radial-gradient(circle at -11px, transparent 21px, #F7F6F3 21.5px);
  box-shadow: 0 0 0 1px #C2CFD6 inset;
  border-radius: 0 16px 16px 0;
  color: #156384;
}
.rank-math-breadcrumb p > *.separator {
  display: none;
}

@media only screen and (min-width: 1081px) {
  #hero-section {
    padding-top: 6.25rem;
  }
}
@media only screen and (max-width: 1080px) {
  #hero-section {
    padding-top: 6.25rem;
  }
}
.slideitem div.content,
.flow .loop:not(.sticky) img,
#error-404,
.module_cta,
.module_text:not(.none-bg),
.module_img,
.module_img img,
.gallery,
.embed-container,
.perfmatters-lazy-youtube,
.module_video,
.columns p img:not([src$=".svg"]),
.columns p iframe,
.toggle .show-info,
.forcolrev:not(.none-bg) {
  border-radius: 15px;
}

.columns .tabs-container p img:not([src$=".svg"]) {
  border-radius: 10px;
}

i.moduleicon {
  font-size: clamp(26px, 4.5vw, 40px);
}

img.moduleicon {
  width: clamp(26px, 4.5vw, 40px);
}

.forcolrev:not(.none-bg) {
  overflow: hidden;
}
.forcolrev:not(.none-bg) > .overlay {
  opacity: 0.5;
}
.forcolrev:not(.none-bg) > .overlay ~ *[class^=module_] {
  margin: 3.75rem 0;
}

.module_cta.flex-start .overlay ~ .content {
  background: linear-gradient(0deg, rgba(1, 43, 69, 0) 2.5%, rgba(1, 43, 69, 0.8) 100%);
}
.module_cta.flex-end .overlay ~ .content {
  background: linear-gradient(180deg, rgba(1, 43, 69, 0) 2.5%, rgba(1, 43, 69, 0.8) 100%);
}
.module_cta.vert-center .overlay {
  opacity: 0.5;
}
.module_cta .overlay.white-bg ~ .content h2, .module_cta .overlay.white-bg ~ .content .heading-2, .module_cta .overlay.bright-bg ~ .content h2, .module_cta .overlay.bright-bg ~ .content .heading-2, .module_cta .overlay.medium-c-bg ~ .content h2, .module_cta .overlay.medium-c-bg ~ .content .heading-2, .module_cta .overlay.medium-w-bg ~ .content h2, .module_cta .overlay.medium-w-bg ~ .content .heading-2 {
  text-shadow: 2px 2px 0 rgba(247, 246, 243, 0.5);
}
.module_cta .overlay.white-bg ~ .content h3, .module_cta .overlay.white-bg ~ .content .heading-3, .module_cta .overlay.bright-bg ~ .content h3, .module_cta .overlay.bright-bg ~ .content .heading-3, .module_cta .overlay.medium-c-bg ~ .content h3, .module_cta .overlay.medium-c-bg ~ .content .heading-3, .module_cta .overlay.medium-w-bg ~ .content h3, .module_cta .overlay.medium-w-bg ~ .content .heading-3 {
  text-shadow: 1px 1px 0 rgba(247, 246, 243, 0.5);
}
.module_cta .overlay.dark-bg ~ .content h2, .module_cta .overlay.dark-bg ~ .content .heading-2, .module_cta .overlay.primary-bg ~ .content h2, .module_cta .overlay.primary-bg ~ .content .heading-2, .module_cta .overlay.black-bg ~ .content h2, .module_cta .overlay.black-bg ~ .content .heading-2 {
  text-shadow: 2px 2px 0 rgba(1, 43, 69, 0.5);
}
.module_cta .overlay.dark-bg ~ .content h3, .module_cta .overlay.dark-bg ~ .content .heading-3, .module_cta .overlay.primary-bg ~ .content h3, .module_cta .overlay.primary-bg ~ .content .heading-3, .module_cta .overlay.black-bg ~ .content h3, .module_cta .overlay.black-bg ~ .content .heading-3 {
  text-shadow: 1px 1px 0 rgba(1, 43, 69, 0.5);
}
.module_cta:hover {
  box-shadow: 0px 0px 15px rgba(1, 43, 69, 0.45);
}
.module_cta:hover .bg-img {
  transform: translateY(-50%) scale(1.1);
  opacity: 0.5;
}

.mountain {
  position: relative;
  z-index: 3;
  margin-bottom: -1px;
  min-width: 100%;
  display: block;
}

.quick-info {
  background: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  position: sticky;
  top: 0;
  z-index: 10;
  padding: 5rem 0 0.9375rem 0;
}
.quick-info > .wrap {
  gap: 0.625rem;
}
.quick-info > .wrap > .autoflex {
  border-radius: 10px;
  position: relative;
  max-width: 800px;
}
.quick-info > .wrap > .autoflex > .accordion-header,
.quick-info > .wrap > .autoflex > .accordion-header > button.flex {
  height: 100%;
}
.quick-info > .wrap > .autoflex.flex > .col-f-1,
.quick-info > .wrap > .autoflex button {
  padding: 1.25rem 1.5625rem;
}
.quick-info > .wrap > .autoflex.flex > .col-f-1 .accordion-title,
.quick-info > .wrap > .autoflex button .accordion-title {
  gap: 0.625rem;
  font-size: clamp(18px, 4.5vw, 18px);
}
.quick-info > .wrap > .autoflex.flex > .col-f-1 .accordion-title .title,
.quick-info > .wrap > .autoflex button .accordion-title .title {
  text-align: left;
  line-height: 1;
}
.quick-info > .wrap > .autoflex.flex > .col-f-1 .accordion-title .title small,
.quick-info > .wrap > .autoflex button .accordion-title .title small {
  font-weight: normal;
  font-family: "figtree", Helvetica, Arial, sans-serif;
  margin-top: 0.3125rem;
}
.quick-info > .wrap > .autoflex.flex > .col-f-1 span[class^=icon-],
.quick-info > .wrap > .autoflex button span[class^=icon-] {
  font-size: clamp(22px, 4.5vw, 26px);
  color: #FFB800;
}
.quick-info > .wrap > .autoflex.flex > .col-f-1:hover,
.quick-info > .wrap > .autoflex button:hover {
  color: #156384;
  cursor: pointer;
}
.quick-info > .wrap > .autoflex.flex > .col-f-1 .accordion-title {
  font-family: "neulis-neue", Helvetica, Arial, sans-serif;
  color: #012B45;
}
.quick-info > .wrap > .autoflex.flex > .col-f-1:hover .accordion-title {
  color: #156384;
}
.quick-info > .wrap > .autoflex button {
  border-radius: 10px;
  background: transparent;
  border-color: transparent;
}
.quick-info > .wrap > .autoflex .accordion-content {
  position: absolute;
  width: 100%;
  margin-top: -0.625rem;
  border-radius: 0 0 10px 10px;
  padding: 1.5625rem;
}
.quick-info > .wrap > .autoflex .accordion-content .btn-filter {
  display: flex;
  margin: 4px 0;
  font-size: clamp(16px, 4.5vw, 16px);
  gap: 0.625rem;
}

.moduleicon {
  color: #FFB800;
}

section.columns.corridor > .wrap-xl,
section.columns.corridor > .wrap-l,
section.columns.corridor > .wrap,
section.columns.corridor > .wrap-m,
section.columns.corridor > .wrap-s {
  border-radius: 15px;
}
section.columns.corridor .module_img:first-child,
section.columns.corridor .module_img:first-child img {
  border-radius: 15px 0 0 15px;
}
section.columns.corridor .module_img:last-child,
section.columns.corridor .module_img:last-child img {
  border-radius: 0 15px 15px 0;
}

section.columns.bento .grid.three > *:not(span):not(section):first-child,
section.columns.bento .grid.two > *:not(span):not(section):first-child {
  grid-column: span 2;
}
section.columns.bento .grid.four > *:not(span):not(section):first-child,
section.columns.bento .grid.four > *:not(span):not(section):last-child {
  grid-column: span 2;
}

a.loop {
  position: relative;
}

.mountain_iso {
  max-width: 300px;
  margin: 0 auto;
}

#today_status {
  gap: 0 0.625rem;
}
#today_status .data > .flex {
  border-radius: 1.25rem;
  line-height: 1.1;
  gap: 0.625rem;
  color: #012B45;
}

section.bright-bg #today_status .data > .flex {
  background: #ffffff;
}

section.white-bg #today_status .data > .flex {
  background: #F7F6F3;
}

#weather_report {
  gap: 4%;
}
#weather_report .mountain_iso + .data {
  background: #ffffff;
  border-radius: 1.25rem;
  line-height: 1.1;
  gap: 0.625rem;
  color: #012B45;
  padding: 0.9375rem;
  box-shadow: 0px 0px 15px rgba(1, 43, 69, 0.15);
  margin-top: -1.875rem;
}

/* Loop Magasin */
.flow > .grid > a.magasin:nth-of-type(7n+7) {
  grid-column: 1/-1;
  background: #F7F6F3;
  border-radius: 15px;
  flex-direction: row;
  -ms-align-items: center;
  align-items: center;
  justify-content: flex-end;
  position: relative;
}
.flow > .grid > a.magasin:nth-of-type(7n+7) img {
  border-radius: 15px 0 0 15px;
  margin: 0;
  left: 0;
  top: 0;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  height: 100%;
}
.flow > .grid > a.magasin:nth-of-type(7n+7) > div.col-f-1 {
  padding: 2.5rem;
}
.flow > .grid > a.magasin:nth-of-type(7n+7) img, .flow > .grid > a.magasin:nth-of-type(7n+7) > div.col-f-1 {
  width: 50%;
}
.flow > .grid > a.magasin:nth-of-type(7n+7) h3 {
  font-size: clamp(26px, 4.5vw, 40px);
}

/* Sticky posts section Magasin */
.flow .sticky-posts {
  grid-column: 1/-1;
  background: #F7F6F3;
  position: relative;
  padding: 3.75rem 0;
  margin-bottom: 1.25rem;
}
.flow .sticky-posts:before, .flow .sticky-posts:after {
  content: "";
  width: 100vw;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: -1;
  background: #F7F6F3;
}
.flow .sticky-posts:before {
  right: 0;
}
.flow .sticky-posts:after {
  left: 0;
}
.flow .sticky-posts > a.loop {
  background: #ffffff;
  border-radius: 15px;
  overflow: hidden;
  position: relative;
}
.flow .sticky-posts > a.loop:first-of-type {
  grid-row: span 2;
  flex-direction: column;
}
.flow .sticky-posts > a.loop:first-of-type h3 {
  font-size: clamp(26px, 4.5vw, 40px);
}
.flow .sticky-posts > a.loop:not(:first-of-type) img, .flow .sticky-posts > a.loop:not(:first-of-type) .col-f-1 {
  width: 50%;
}
.flow .sticky-posts > a.loop:not(:first-of-type) img {
  -o-object-fit: cover;
     object-fit: cover;
}
.flow .sticky-posts > a.loop > div.col-f-1 {
  padding: 1.5625rem;
}
.flow .sticky-posts > a.loop .sticky-icon {
  position: absolute;
  top: 1.25rem;
  left: 1.25rem;
  width: 1.875rem;
  height: 1.875rem;
  border-radius: 100%;
  font-size: 22px;
  padding-right: 1px;
}

/* Ride "table" */
.rides_table #filters .prop-desc {
  display: inline-flex;
  border: 2px solid #ffffff;
  padding: 0.3125rem 0.625rem;
  border-radius: 15px;
  gap: 2px 0.3125rem;
}
.rides_table #filters .prop-desc .strong {
  line-height: 1;
  hyphens: auto;
  -webkit-hyphenate-limit-before: 4;
  -webkit-hyphenate-limit-after: 4;
  -ms-hyphenate-limit-chars: 12 4 4;
  hyphenate-limit-chars: 12 4 4;
}
.rides_table #filters .prop-desc i[class^=icon-] {
  margin-right: 0;
}
.rides_table #filters .facetwp-type-radio {
  flex: 1;
}
.rides_table #filters .facetwp-radio {
  height: 100%;
}
.rides_table i[class^=icon-] {
  margin-right: 0.625rem;
}
.rides_table img {
  margin-right: 0.3125rem;
}
.rides_table img:last-of-type {
  margin-right: 0.625rem;
}
.rides_table .difficulty_label + .difficulty_label:before {
  content: "/";
  margin: 0 2px;
}
.rides_table .id_cell {
  max-width: 60px;
}
.rides_table .length_cell, .rides_table .prop_cell {
  max-width: 120px;
}
.rides_table .phone-head {
  display: none;
}
.rides_table .heading_row {
  gap: 0.625rem;
  background: #ffffff;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  font-size: clamp(14px, 4.5vw, 14px);
  line-height: 1;
  font-weight: bold;
  border-radius: 10px;
  padding: 0.9375rem 1.25rem;
}
.rides_table .table_body .table_row {
  -moz-column-gap: 0.625rem;
       column-gap: 0.625rem;
  border-radius: 10px;
  line-height: 1;
}
.rides_table .table_body .table_row:not(.has_child_rows):not(.child_row) {
  padding: 0.625rem 1.25rem;
}
.rides_table .table_body .table_row.has_child_rows {
  padding: 0.625rem 0.625rem 0.3125rem 0.625rem;
}
.rides_table .table_body .table_row.has_child_rows > .autoflex:first-of-type {
  margin-left: 0.625rem;
}
.rides_table .table_body .table_row.has_child_rows > .autoflex:last-of-type {
  margin-right: 0.625rem;
}
.rides_table .table_body .table_row:nth-child(odd) {
  background: #F7F6F3;
}
.rides_table .table_body .table_row:nth-child(even) {
  background: #EBE7E0;
}
.rides_table .table_body .table_row .child_row {
  padding: 0.3125rem 0.625rem;
  -moz-column-gap: 0.625rem;
       column-gap: 0.625rem;
}
.rides_table .table_body .table_row .child_row:first-of-type {
  margin-top: 6px;
}
.rides_table .table_body .table_row .autoflex.opacity,
.rides_table .table_body .table_row .autoflex .opacity {
  opacity: 0.75;
}

.dateflag {
  position: absolute;
  top: 0;
  left: 1.25rem;
  line-height: 0.75;
  padding: 7px;
  border-radius: 0 0 10px 10px;
  width: 60px;
  height: 70px;
}
.dateflag .upper {
  margin-bottom: 0;
  font-size: 12px;
}
.dateflag .date {
  font-size: 40px;
  font-family: "neulis-neue", Helvetica, Arial, sans-serif;
  line-height: 0.9;
  display: block;
  margin-bottom: 2px;
}

.show_hide_posts {
  grid-column: 1/-1;
}

/* FACET WP & Standard filter buttons */
#filters {
  gap: 0.625rem;
}
#filters .filterbuttons {
  gap: 0.3125rem;
}
#filters #filter_checkbox {
  gap: 0.625rem;
}
#filters.facetwp, #filters.event_filter {
  border-bottom: 1px solid #C2CFD6;
  padding-bottom: 1.25rem;
}
#filters.facetwp .choose-date, #filters.event_filter .choose-date {
  position: relative;
  max-width: 300px;
}
#filters.facetwp .choose-date input#event-calendar, #filters.event_filter .choose-date input#event-calendar {
  padding: 0.625rem 2.5rem 0.625rem 0.9375rem;
}
#filters.facetwp .choose-date input#event-calendar::-moz-placeholder, #filters.event_filter .choose-date input#event-calendar::-moz-placeholder {
  color: #012B45;
}
#filters.facetwp .choose-date input#event-calendar::placeholder, #filters.event_filter .choose-date input#event-calendar::placeholder {
  color: #012B45;
}
#filters.facetwp .choose-date .icon-calendar, #filters.event_filter .choose-date .icon-calendar {
  position: absolute;
  right: 0.9375rem;
  top: calc(50% - 0px);
  font-size: 22px;
  line-height: 0;
  color: #C2CFD6;
}
#filters.facetwp .choose-date .clear-calendar-btn, #filters.event_filter .choose-date .clear-calendar-btn {
  display: none;
  background: #156384;
  color: #ffffff;
  font-size: clamp(22px, 4.5vw, 26px);
  bottom: calc(50% - 16px);
  cursor: pointer;
  position: absolute;
  right: 10px;
  width: 32px;
  height: 32px;
  line-height: 30px;
  text-align: center;
  border-radius: 10px;
  z-index: 3;
}
#filters.facetwp .choose-date .clear-calendar-btn:hover, #filters.event_filter .choose-date .clear-calendar-btn:hover {
  background: #012B45;
}
#filters.facetwp .btn-filter[disabled], #filters.event_filter .btn-filter[disabled] {
  cursor: not-allowed;
  opacity: 0.5;
}
#filters.facetwp .btn-filter[disabled]:hover, #filters.event_filter .btn-filter[disabled]:hover {
  background: #EBE7E0;
  color: #012B45;
}
#filters .facetwp-type-radio {
  display: flex;
  align-items: center;
  gap: 0.625rem;
}
#filters .facetwp-radio {
  display: inline-flex;
  padding: 0.625rem 0.9375rem;
  border-radius: 15px;
  background-color: #EBE7E0;
  border-color: #EBE7E0;
  color: #012B45;
  line-height: 1;
  font-family: "figtree", Helvetica, Arial, sans-serif;
  font-size: clamp(14px, 4.5vw, 14px);
  font-weight: bold;
}
#filters .facetwp-radio .facetwp-display-value {
  padding: 0;
  display: flex;
  align-items: center;
}
#filters .facetwp-radio .facetwp-display-value i[class^=icon-] {
  margin-right: 0.3125rem;
  opacity: 0.5;
}
#filters .facetwp-radio .facetwp-display-value .hyph {
  -ms-hyphenate-limit-chars: 10 4 4;
  hyphenate-limit-chars: 10 4 4;
}
#filters .facetwp-radio.checked {
  background-color: #156384;
  border-color: #156384;
  color: #ffffff;
}
#filters .facetwp-radio:hover {
  background-color: #012B45;
  border-color: #012B45;
  color: #ffffff;
}
#filters .facetwp-type-fselect > .fs-wrap {
  width: 175px;
}
#filters .facetwp-type-fselect > .fs-wrap .fs-label-wrap {
  padding: 0.625rem 0.9375rem;
  border-radius: 15px;
  border: 1px solid #C2CFD6;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  box-sizing: border-box;
  background: #F7F6F3;
  color: #012B45;
}
#filters .facetwp-type-fselect > .fs-wrap .fs-label-wrap .fs-label {
  padding: 0.3125rem 1.25rem 0.3125rem 0;
}
#filters .facetwp-type-fselect > .fs-wrap .fs-label-wrap .fs-arrow {
  right: 0.9375rem;
  border-top-color: #C2CFD6;
}
#filters .facetwp-type-fselect > .fs-wrap .fs-dropdown {
  border: 1px solid #C2CFD6;
  border-radius: 10px;
  margin-top: 2px;
  padding: 0.3125rem 0;
}
#filters .facetwp-type-fselect > .fs-wrap .fs-dropdown .fs-option {
  padding: 0.625rem 0.9375rem;
}
#filters .facetwp-type-fselect > .fs-wrap .fs-dropdown .fs-option .fs-option-label {
  display: flex;
  display: -ms-flexbox;
  align-items: center;
  -ms-align-items: center;
  white-space: normal;
}
#filters .facetwp-type-fselect > .fs-wrap .fs-dropdown .fs-option .fs-option-label i {
  color: #156384;
  margin-right: 0.3125rem;
}
#filters .facetwp-type-fselect > .fs-wrap .fs-dropdown .fs-option .fs-option-label img,
#filters .facetwp-type-fselect > .fs-wrap .fs-dropdown .fs-option .fs-option-label img:last-of-type {
  margin-right: 0.3125rem;
}
#filters .facetwp-type-fselect > .fs-wrap .fs-dropdown .fs-option .fs-option-label .small {
  hyphens: auto;
  -webkit-hyphenate-limit-before: 4;
  -webkit-hyphenate-limit-after: 4;
  -ms-hyphenate-limit-chars: 12 4 4;
  hyphenate-limit-chars: 12 4 4;
}
#filters .facetwp-type-fselect > .fs-wrap .fs-dropdown .fs-option.selected {
  background: #EBE7E0;
}
#filters .facetwp-type-fselect > .fs-wrap .fs-dropdown .fs-option:first-child {
  color: rgba(1, 43, 69, 0.5);
}
#filters .facetwp-type-fselect > .fs-wrap .fs-dropdown .fs-option:hover {
  background: #F7F6F3;
}
#filters .facetwp-type-date_range {
  display: flex;
  display: -ms-flexbox;
  gap: 0.3125rem;
}
#filters .facetwp-type-search input.facetwp-search {
  padding-right: 34px;
}
#filters .facetwp-type-search .facetwp-icon:before {
  background-position: 0px 50%;
  background-size: 17px 17px;
}
#filters .facetwp-type-search .facetwp-icon.f-loading:before {
  background-position: 5px 50%;
}

.tab-content #filters,
#filters.openhours_filter {
  position: sticky;
  top: 68px;
  padding-top: 1.25rem;
  z-index: 3;
}

/* Magasin */
.sidebar-contentwrap {
  border-top: 1px solid rgba(1, 43, 69, 0.2);
  border-bottom: 1px solid rgba(1, 43, 69, 0.2);
}
.sidebar-contentwrap section.columns {
  background: transparent;
}
.sidebar-contentwrap .flexiblecontent {
  width: 100%;
}
.sidebar-contentwrap .flexiblecontent #intro {
  max-width: 100%;
}
.sidebar-contentwrap ~ .sidebar.overflow {
  padding: 5vw;
  gap: 1.5625rem;
  background: rgba(194, 207, 214, 0.27);
}

.sidebar {
  font-size: clamp(14px, 4.5vw, 14px);
}
.sidebar h1, .sidebar h2, .sidebar h3, .sidebar h4, .sidebar h5, .sidebar h6 {
  margin-bottom: 0.9375rem;
}
.sidebar blockquote, .sidebar ol, .sidebar p, .sidebar ul {
  margin-bottom: 0.625rem;
}
.sidebar h2, .sidebar h3, .sidebar h4, .sidebar .heading-1, .sidebar .heading-2, .sidebar .heading-3, .sidebar .heading-4 {
  font-size: clamp(18px, 4.5vw, 20px);
}
.sidebar blockquote {
  margin-top: 0.625rem;
}
.sidebar > .col-f-1 > *:not(blockquote):last-child {
  margin-bottom: 0;
}
.sidebar .sidebar_block.none-bg img {
  border-radius: 15px;
}
.sidebar .sidebar_block.none-bg img + .content,
.sidebar .sidebar_block.none-bg img ~ .content {
  margin-top: 1.5625rem;
}
.sidebar .sidebar_block:not(.none-bg) {
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0px 0px 15px rgba(1, 43, 69, 0.15);
}
.sidebar .sidebar_block:not(.none-bg) .content {
  padding: 1.5625rem 1.25rem;
}

.related.flow > .grid > p.upper {
  grid-column: 1/-1;
}

/* R360 */
#filters-360 {
  gap: 0.625rem;
}
#filters-360 .btn-filter {
  background: transparent;
  border-color: rgba(235, 231, 224, 0.5);
  color: #F7F6F3;
}
#filters-360 .btn-filter.active, #filters-360 .btn-filter.current-menu-item {
  background: #156384;
  border-color: #156384;
}
#filters-360 .btn-filter:hover {
  background: #012B45;
  border-color: #012B45;
}
#filters-360 + .msg {
  color: rgba(255, 255, 255, 0.8);
  gap: 0.625rem;
}

body.modal-is-open .header {
  z-index: 1;
}

.r360-tone {
  z-index: 99;
}
.r360-tone a:focus, .r360-tone a:focus-visible, .r360-tone button:focus, .r360-tone button:focus-visible, .r360-tone input:focus, .r360-tone input:focus-visible, .r360-tone textarea:focus, .r360-tone textarea:focus-visible {
  outline: none;
}
.r360-tone ul > li {
  padding: 0;
}
.r360-tone ul > li:before {
  content: "";
  display: none;
}
.r360-tone ul > li:not(:last-child) {
  margin: 0;
}
.r360-tone ol > li {
  padding: 0;
}
.r360-tone ol > li:not(:last-child) {
  margin: 0;
}
.r360-tone ol > li[class^=breadcrumbs-module_item], .r360-tone ol > li[class*=" breadcrumbs-module_item"],
.r360-tone ol > li:not(:last-child)[class^=breadcrumbs-module_item],
.r360-tone ol > li:not(:last-child)[class*=" breadcrumbs-module_item"] {
  margin-right: 24px;
}
.r360-tone a.menu-item:focus-visible span {
  box-shadow: none;
}
.r360-tone .r360-scope {
  /*.c-modal--image-gallery{
      padding-top:150px;
  }
  .product-images-gallery__thumbnails{
      margin-top:20px;
      max-height:calc(100% - 170px);
  }
  .c-modal__image-gallery-close-btn{
      top:132px;
  }
  .accommodation-filter{
      margin-top:150px;
      height:calc(100% - 150px);
  }*/
}
.r360-tone .r360-scope .accommodation-change-search .date-picker-new .DateInput:before,
.r360-tone .r360-scope .accommodation-change-search--compact .menu-search-fields__guests-search-row .c-dropdown__label {
  font-size: clamp(14px, 4.5vw, 14px);
}
.r360-tone .r360-scope .DateInput_input,
.r360-tone .r360-scope .date-picker-new .DateInput {
  background: transparent;
  border-radius: 6px;
}
.r360-tone .r360-scope .DateInput_input input,
.r360-tone .r360-scope .date-picker-new .DateInput input {
  background: white;
}

/*.header.header-scroll + main .r360-tone{
    .r360-scope{
        .accommodation-filter{
            margin-top:70px;
            height:calc(100% - 70px);
        }
        .c-modal--image-gallery{
            padding-top:90px;
        }
        .product-images-gallery__thumbnails{
            margin-top:20px;
            max-height:calc(100% - 110px);
        }
        .c-modal__image-gallery-close-btn{
            top:72px;
        }
    }
}*/
@media only screen and (min-width: 1081px) {
  .module_cta.flex-end .content {
    margin-top: 5rem;
  }
  .module_cta.flex-start .content {
    margin-bottom: 5rem;
  }
  .module_cta.dark-bg:hover {
    background: #1B1D25;
  }
  .flow a.loop:hover img {
    opacity: 0.5;
  }
  .flow a.loop:hover h3 {
    color: #156384;
  }
  #filters.facetwp {
    gap: 0.625rem 1.25rem;
  }
  .rides_table #filters .facetwp-type-radio {
    justify-content: center;
  }
  .rides_table #filters div[class*=mobile] {
    display: none;
  }
  .rides_table #filters div[class*=desktop] {
    display: flex;
  }
  #today_status {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  #today_status .data {
    flex-direction: column;
    gap: 0.625rem;
  }
  #today_status .data > .flex {
    padding: 0.625rem 0.9375rem;
  }
  #today_status .data > .flex:hover {
    box-shadow: 0px 0px 15px rgba(1, 43, 69, 0.15);
  }
  #weather_report a.data:hover {
    box-shadow: 0px 0px 15px rgba(1, 43, 69, 0.25);
  }
  .sidebar-contentwrap .flexiblecontent {
    flex: 1;
  }
  .sidebar-contentwrap .flexiblecontent #intro {
    padding-bottom: 2.5rem;
  }
  .sidebar-contentwrap .sidebar {
    border-left: 1px solid rgba(1, 43, 69, 0.2);
    padding: 51.2px;
    gap: 3.75rem;
    max-width: 32vw;
  }
  .sidebar-contentwrap .sidebar .sidebar_block {
    max-width: 500px;
  }
  .sidebar-contentwrap ~ .sidebar .sidebar_block {
    display: flex;
  }
  .sidebar-contentwrap ~ .sidebar .sidebar_block.none-bg img {
    margin-right: 4%;
  }
  .sidebar-contentwrap ~ .sidebar .sidebar_block:not(.none-bg) img {
    margin-right: calc(4% - 1.25rem);
  }
  .sidebar-contentwrap ~ .sidebar .sidebar_block img {
    max-width: 48%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media only screen and (max-width: 1280px) {
  section.columns.corridor .col-f-1-3.module_img {
    width: 25%;
  }
  section.columns.corridor .col-f-1-3:not(.module_img) {
    width: 50%;
  }
}
@media only screen and (max-width: 1080px) {
  .module_cta.flex-end .content {
    margin-top: 2.5rem;
  }
  .module_cta.flex-start .content {
    margin-bottom: 2.5rem;
  }
  section.columns.bento .grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  section.columns.bento .grid .content {
    padding: 1.5625rem;
  }
  #filters-360 {
    display: none;
  }
  #filters.facetwp {
    gap: 0.625rem;
  }
  #filters.event_filter {
    flex-direction: column;
  }
  #filters #filter_checkbox {
    min-width: 120px;
  }
  #filters #filter_checkbox label {
    flex: 1;
    line-height: 1.2;
  }
  .quick-info > .wrap {
    width: calc(100% - 30px);
  }
  .quick-info > .wrap > .autoflex.flex > .col-f-1,
  .quick-info > .wrap > .autoflex button {
    padding: 1.25rem;
  }
  .quick-info > .wrap > .autoflex.flex > .col-f-1 .accordion-title,
  .quick-info > .wrap > .autoflex button .accordion-title {
    font-size: clamp(16px, 4.5vw, 16px);
  }
  .rides_table #filters div[class*=mobile] {
    display: inline-block;
  }
  .rides_table #filters div[class*=desktop] {
    display: none;
  }
  .rides_table .diff_cell,
  .rides_table .prop_cell,
  .rides_table .length_cell {
    max-width: 90px;
  }
  .rides_table .heading_row {
    padding: 0.9375rem 0.625rem;
  }
  .rides_table .heading_row .autoflex {
    font-size: 12px;
  }
  .rides_table .table_body .autoflex {
    font-size: clamp(14px, 4.5vw, 14px);
  }
  .rides_table .table_body img {
    max-width: 15px;
    max-height: 15px;
  }
  .rides_table .table_body .prop_cell i {
    font-size: clamp(18px, 4.5vw, 18px);
  }
  .rides_table .table_body .difficulty_labels {
    display: none;
  }
  .rides_table .table_body .table_row.has_child_rows {
    padding-left: 0;
    padding-right: 0;
  }
  .rides_table .table_body .table_row:not(.has_child_rows):not(.child_row) {
    padding: 0.625rem;
  }
  #today_status {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  #today_status .data {
    flex-direction: column;
    gap: 0.3125rem 0.625rem;
  }
  #today_status .data > .flex {
    padding: 0.625rem;
  }
  .sidebar-contentwrap .flexiblecontent #intro {
    padding-bottom: 1.5625rem;
  }
  .sidebar-contentwrap .sidebar.overflow {
    border-top: 1px solid rgba(1, 43, 69, 0.2);
    padding: 51.2px;
    gap: 1.5625rem;
    background: transparent;
    margin-right: 0 !important;
  }
  .sidebar.overflow {
    padding: 5vw;
    gap: 1.5625rem;
    background: rgba(194, 207, 214, 0.27);
  }
  .sidebar.overflow .sidebar_block {
    display: flex;
  }
  .sidebar.overflow .sidebar_block.none-bg img {
    margin-right: 4%;
  }
  .sidebar.overflow .sidebar_block:not(.none-bg) img {
    margin-right: calc(4% - 1.25rem);
  }
  .sidebar.overflow .sidebar_block img {
    max-width: 48%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media only screen and (max-width: 767px) {
  .module_video {
    min-height: 250px;
  }
  section.columns.corridor .col-f-1-3.module_img, section.columns.corridor .col-f-1-3:not(.module_img) {
    width: 100%;
  }
  section.columns.corridor .col-f-1-3.module_img:last-child, section.columns.corridor .col-f-1-3.module_img:last-child img, section.columns.corridor .col-f-1-3:not(.module_img):last-child, section.columns.corridor .col-f-1-3:not(.module_img):last-child img {
    border-radius: 0 0 15px 15px;
  }
  section.columns.corridor .col-f-1-3.module_img:first-child, section.columns.corridor .col-f-1-3.module_img:first-child img, section.columns.corridor .col-f-1-3:not(.module_img):first-child, section.columns.corridor .col-f-1-3:not(.module_img):first-child img {
    border-radius: 15px 15px 0 0;
  }
  section.columns.corridor .col-f-1-3.module_img.module_img_cover, section.columns.corridor .col-f-1-3:not(.module_img).module_img_cover {
    min-height: 200px;
  }
  .flow > .grid > a.magasin:nth-of-type(7n+7) > div.col-f-1 {
    padding: 1.5625rem;
  }
  #filters:not(.rides_filter):not(.openhours_filter) .facetwp-facet {
    justify-content: flex-start;
    -ms-justify-content: flex-start;
    flex-wrap: nowrap;
    overflow-x: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
    mask-image: linear-gradient(to right, transparent, black 0, black 85%, transparent 100%);
    -webkit-mask-image: linear-gradient(to right, transparent, black 0, black 85%, transparent 100%);
    padding-right: 15%;
    width: 100%;
  }
  #filters:not(.rides_filter):not(.openhours_filter) .facetwp-facet::-webkit-scrollbar {
    display: none;
  }
  .quick-info {
    padding: 5rem 0 0.625rem 0;
  }
  .quick-info > .wrap > .autoflex.flex > .col-f-1,
  .quick-info > .wrap > .autoflex button {
    padding: 0.625rem 0.9375rem;
  }
  .quick-info > .wrap > .autoflex.flex > .col-f-1 .accordion-title,
  .quick-info > .wrap > .autoflex button .accordion-title {
    font-size: clamp(14px, 4.5vw, 14px);
    flex-direction: column;
    gap: 0.3125rem;
  }
  .quick-info > .wrap > .autoflex.flex > .col-f-1 .accordion-title .title,
  .quick-info > .wrap > .autoflex button .accordion-title .title {
    text-align: center;
    hyphens: auto;
    -webkit-hyphenate-limit-before: 4;
    -webkit-hyphenate-limit-after: 4;
    -ms-hyphenate-limit-chars: 10 4 4;
    hyphenate-limit-chars: 10 4 4;
  }
  .quick-info > .wrap > .autoflex.flex > .col-f-1 i[class^=icon-],
  .quick-info > .wrap > .autoflex button i[class^=icon-] {
    position: absolute;
    right: 0.3125rem;
    top: 0.3125rem;
  }
  .quick-info > .wrap > .autoflex .accordion-content {
    width: calc(100vw - 30px);
    left: 15px;
    position: fixed;
    margin-top: 0.3125rem;
  }
  .rides_table #filters.rides_filter {
    align-items: normal;
    -ms-align-items: normal;
  }
  .rides_table #filters.rides_filter .prop-desc {
    justify-content: center;
    text-align: center;
  }
  .rides_table #filters.rides_filter > * {
    flex: 1;
  }
  .rides_table #filters.rides_filter .facetwp-type-fselect > .fs-wrap {
    width: 100%;
  }
  .rides_table #filters.rides_filter .facetwp-type-fselect > .fs-wrap > .fs-label-wrap > .fs-label {
    font-size: clamp(14px, 4.5vw, 14px);
  }
  .rides_table .heading_row {
    display: none;
  }
  .rides_table .phone-head {
    display: inline-flex;
    padding: 0.3125rem 0.3125rem 0.3125rem 0;
  }
  .rides_table .table_body {
    display: flex;
    flex-direction: column;
    gap: 0.3125rem;
  }
  .rides_table .table_row {
    position: relative;
    border: 2px solid #EBE7E0;
  }
  .rides_table .table_row .autoflex {
    flex: unset;
    width: 100%;
  }
  .rides_table .table_row .id_cell,
  .rides_table .table_row .diff_cell,
  .rides_table .table_row .prop_cell,
  .rides_table .table_row .length_cell {
    max-width: none;
  }
  .rides_table .table_row .name_cell {
    font-size: clamp(18px, 4.5vw, 18px);
    margin-bottom: 0.3125rem;
  }
  .rides_table .table_row .child_row .name_cell {
    font-size: clamp(16px, 4.5vw, 16px);
  }
  .rides_table .table_row .child_row .id_cell {
    display: none;
  }
  .rides_table .table_row .id_cell {
    position: absolute;
    top: 0.3125rem;
    right: 0.3125rem;
    width: unset;
  }
  .rides_table .table_row .id_cell > strong {
    width: 30px;
    height: 30px;
    background: #156384;
    color: #ffffff;
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
  }
  .rides_table .table_row.has_child_rows > .autoflex {
    margin-left: 0.625rem;
  }
  #filters.openhours_filter > * {
    flex: 1;
  }
  #filters.openhours_filter > *.facetwp-type-fselect > .fs-wrap {
    width: 100%;
  }
  #today_status {
    display: flex;
    display: -ms-flexbox;
    flex-direction: column;
  }
  #today_status .mountain_iso {
    min-width: 200px;
  }
  #today_status .data {
    flex-direction: row;
    margin-top: -1.5625rem;
  }
  #today_status .data a {
    flex-direction: column;
    padding: 0.625rem;
    flex: 1;
    box-shadow: 0px 0px 10px rgba(1, 43, 69, 0.05);
  }
  #weather_report {
    display: block;
  }
  #weather_report .module_text + .module_text {
    margin-top: 2.5rem;
  }
  .sidebar-contentwrap .sidebar.overflow {
    padding: 5vw 0.625rem;
  }
  .sidebar.overflow .sidebar_block img {
    max-width: 32%;
  }
}
@media only screen and (max-width: 520px) {
  .flow > .grid > a.magasin:nth-of-type(7n+7) > div.col-f-1, .flow > .grid > a.magasin:nth-of-type(7n+7) img,
  .flow > .grid .sticky-posts > a.loop:not(:first-of-type) > div.col-f-1,
  .flow > .grid .sticky-posts > a.loop:not(:first-of-type) img {
    width: 100%;
  }
  .flow > .grid > a.magasin:nth-of-type(7n+7) img,
  .flow > .grid .sticky-posts > a.loop:not(:first-of-type) img {
    position: relative;
    height: auto;
    border-radius: 15px 15px 0 0;
  }
  #filters .btn-filter,
  #filters a.btn-filter,
  #filters button.btn-filter {
    padding: 9px 10px;
  }
  #filters.event_filter {
    gap: 0.9375rem;
  }
  #filters.event_filter .filterbuttons {
    justify-content: center;
  }
  #filters.openhours_filter > #filter_checkbox,
  #filters.openhours_filter > .facetwp-facet {
    width: 100%;
    flex: unset;
  }
  #filters.openhours_filter .facetwp-type-fselect > .fs-wrap > .fs-label-wrap > .fs-label {
    font-size: clamp(14px, 4.5vw, 14px);
  }
  .rides_table #filters.rides_filter > #filter_checkbox,
  .rides_table #filters.rides_filter > .facetwp-facet {
    width: 100%;
    flex: unset;
  }
  .sidebar.overflow .sidebar_block {
    flex-direction: column;
  }
  .sidebar.overflow .sidebar_block img {
    max-width: 100%;
    margin: 0;
  }
}
.footer {
  position: relative;
}
.footer .overlay.gradient {
  background: radial-gradient(circle, #156384 0%, #012B45 80%) fixed;
}
.footer > * {
  color: #ffffff;
}
.footer > section {
  position: relative;
  z-index: 3;
}
.footer ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.footer ul li {
  margin-bottom: 0.3125rem;
}
.footer ul li:before {
  content: "";
  display: none;
}
.footer ul li:not(:last-child) {
  margin-bottom: 0.3125rem;
}
.footer ul li a {
  display: block;
  padding: 8px 0;
  text-decoration: none;
  font-weight: normal;
}
.footer ul li a[target=_blank] {
  display: inline-flex;
}
.footer ul li a[target=_blank]:after {
  content: "\e920";
  font-family: "icomoon";
  margin-left: 0.625rem;
  color: #C2CFD6;
}
.footer ul li a:hover {
  opacity: 0.5;
  color: #ffffff;
}
.footer .pre-footer .badge-wrap {
  position: relative;
  overflow: hidden;
}
.footer .pre-footer .badge-wrap .content > *:not(h2) {
  text-shadow: 1px 1px 0 rgba(1, 43, 69, 0.5);
}
.footer .pre-footer .badge-wrap .content > h2 {
  text-shadow: 2px 2px 0 rgba(1, 43, 69, 0.5);
}
.footer .pre-footer .badge-wrap .content > div.grid,
.footer .pre-footer .badge-wrap .content > div.flex {
  gap: 1.25rem;
}
.footer .pre-footer .badge-wrap .content > div.grid .center,
.footer .pre-footer .badge-wrap .content > div.flex .center {
  max-width: 25%;
}
.footer .pre-footer .badge-wrap .overlay {
  opacity: 0.5;
}
.footer .pre-footer .pre-footer-links > a {
  padding: 0.9375rem 2.25vw;
  line-height: 1.15;
  gap: 0.9375rem;
  color: #012B45;
}
.footer .pre-footer .pre-footer-links > a:not(:last-child) {
  border-right: 2px solid #EBE7E0;
}
.footer .pre-footer .pre-footer-links > a .autoflex {
  gap: 0.3125rem;
}
.footer .pre-footer .pre-footer-links > a p {
  margin: 0;
}
.footer .pre-footer .pre-footer-links > a p.desc span {
  white-space: nowrap;
}
.footer .pre-footer .pre-footer-links > a i {
  color: #FFB800;
  font-size: clamp(22px, 4.5vw, 26px);
}
.footer .main-footer .newsletter > .autoflex > *:last-child {
  margin-bottom: 0;
}
.footer .main-footer .main-footer-columns .heading-5 {
  color: #C2CFD6;
  margin: 0 0 0.9375rem 0;
}
.footer .main-footer .main-footer-columns > div:first-child ul {
  -moz-columns: 2;
       columns: 2;
}
.footer .main-footer .socials {
  border-top: 1px solid #156384;
}
.footer .main-footer .socials .social-media {
  gap: 0.625rem;
}
.footer .main-footer .socials .social-media a.btn-filter {
  font-size: 25px;
  line-height: 1;
  color: #156384;
  display: inline-flex;
  align-items: center;
}
.footer .main-footer .socials .html-puffs {
  gap: 2.5rem;
}
.footer .mountain {
  fill: #156384;
}
.footer .sub-footer {
  font-size: clamp(14px, 4.5vw, 14px);
  padding: 1.25rem 5vw;
}
.footer .sub-footer > div.flex {
  gap: 0.625rem;
}
.footer .sub-footer .sub-footer-links {
  display: inline-flex;
  margin: 0;
  gap: 1.25rem;
}
.footer .sub-footer .sub-footer-links > li {
  margin: 0;
}
.footer .sub-footer p {
  margin-bottom: 0;
}
.footer .sub-footer .seodr {
  padding: 8px;
  filter: grayscale(1) contrast(1.5) brightness(0);
  border-radius: 100%;
  opacity: 0.75;
}
.footer .sub-footer .seodr:hover {
  filter: grayscale(1) contrast(1.5) brightness(5);
}

@media only screen and (min-width: 1081px) {
  .footer .pre-footer .badge-wrap .content > div.grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .footer .pre-footer .pre-footer-links > a:hover {
    background: #EBE7E0;
  }
  .footer .main-footer .newsletter {
    gap: 6.25rem;
  }
  .footer .main-footer .newsletter #newsletterbox {
    align-items: flex-end;
  }
  .footer .main-footer .main-footer-columns {
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 2.5rem;
  }
  .footer .main-footer .main-footer-columns > div:first-child {
    grid-column: 1/span 2;
  }
  .footer .main-footer .main-footer-columns > div:first-child ul {
    -moz-column-gap: 2.5rem;
         column-gap: 2.5rem;
  }
}
@media only screen and (max-width: 1080px) {
  .footer .pre-footer-links > a {
    flex-direction: column;
    text-align: center;
  }
  .footer .pre-footer-links > a p.heading-5 {
    font-size: clamp(16px, 4.5vw, 16px);
  }
  .footer .pre-footer-links > a p.desc {
    font-size: clamp(14px, 4.5vw, 14px);
  }
  .footer .main-footer .main-footer-columns .heading-5 {
    border-bottom: 1px solid #156384;
    padding-bottom: 0.625rem;
  }
  .footer .main-footer .socials {
    padding: 2.5rem 0;
    gap: 2.5rem;
  }
  .footer .sub-footer {
    flex-direction: column;
  }
  .footer .sub-footer > div.flex {
    flex-direction: column;
    gap: 0.3125rem;
  }
}
@media only screen and (max-width: 1080px) and (min-width: 767px) {
  .footer .pre-footer .badge-wrap .content > div.grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .footer .main-footer .newsletter {
    gap: 3.75rem;
  }
  .footer .main-footer .newsletter #newsletterbox {
    align-items: flex-end;
  }
  .footer .main-footer .main-footer-columns {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.875rem;
  }
  .footer .main-footer .main-footer-columns > div:first-child {
    grid-column: 1/span 3;
  }
  .footer .main-footer .main-footer-columns > div:first-child ul {
    -moz-columns: 3;
         columns: 3;
    -moz-column-gap: 1.875rem;
         column-gap: 1.875rem;
  }
}
@media only screen and (max-width: 767px) {
  .footer .pre-footer .badge-wrap .content > div.grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .footer .pre-footer .badge-wrap .content > div.flex .center {
    max-width: 50%;
    min-width: calc(50% - 1.25rem);
  }
  .footer .pre-footer .pre-footer-links > a {
    gap: 0.3125rem;
  }
  .footer .pre-footer .pre-footer-links > a p.heading-5 {
    hyphens: auto;
    -webkit-hyphenate-limit-before: 4;
    -webkit-hyphenate-limit-after: 4;
    -ms-hyphenate-limit-chars: 9 4 4;
    hyphenate-limit-chars: 9 4 4;
  }
  .footer .pre-footer .pre-footer-links > a p.desc {
    display: none;
  }
  .footer .main-footer .newsletter {
    gap: 1.25rem;
    flex-direction: column;
  }
  .footer .main-footer .newsletter > * {
    text-align: center;
  }
  .footer .main-footer .newsletter #newsletterbox {
    justify-content: center;
  }
  .footer .main-footer .main-footer-columns {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 2.5rem;
  }
  .footer .main-footer .main-footer-columns > div ul {
    -moz-columns: 2;
         columns: 2;
    -moz-column-gap: 1.25rem;
         column-gap: 1.25rem;
  }
  .footer .main-footer .main-footer-columns > div ul a {
    hyphens: auto;
    -webkit-hyphenate-limit-before: 4;
    -webkit-hyphenate-limit-after: 4;
    -ms-hyphenate-limit-chars: 12 4 4;
    hyphenate-limit-chars: 12 4 4;
  }
  .footer .main-footer .socials {
    flex-direction: column;
  }
  .footer .main-footer .socials .social-media,
  .footer .main-footer .socials .html-puffs {
    justify-content: center;
  }
}
@media only screen and (max-width: 520px) {
  .footer .main-footer .heading-2 {
    font-size: 20px;
    text-align: center;
  }
  .footer .main-footer .main-footer-columns a {
    font-size: clamp(14px, 4.5vw, 14px);
  }
  .footer .main-footer .socials {
    padding: 1.875rem 0;
    gap: 1.875rem;
  }
  .footer .main-footer .socials .social-media a.btn-filter {
    padding: 6px 12px;
  }
  .footer .main-footer .socials .html-puffs {
    gap: 1.875rem;
  }
  .footer .main-footer .socials .html-puffs > div {
    flex: 1;
    text-align: center;
  }
  .footer .main-footer .socials .html-puffs > div:first-child {
    text-align: right;
  }
  .footer .main-footer .socials .html-puffs > div:last-child {
    text-align: left;
  }
}
@media only screen and (max-width: 360px) {
  .footer .pre-footer-links > a p.heading-5 {
    font-size: clamp(14px, 4.5vw, 14px);
  }
}
@media only screen and (max-width: 1080px) {
  .header {
    /* Mobile Pre-Header Layout */
  }
  .header #top-menu-desktop, .header #hamburger-menu-desktop, .header #main-navigation, .header #icon_nav {
    display: none;
  }
  .header .pre-header > nav.wrap-l {
    justify-content: center;
    -ms-justify-content: center;
    gap: 0.9375rem;
    width: 100%;
  }
  .header .pre-header > nav.wrap-l > ul {
    gap: 0.9375rem;
  }
  .header .pre-header > nav.wrap-l > ul > li.trp-language-switcher-container {
    margin-left: 0.625rem;
  }
  .header .pre-header > nav.wrap-l > ul > li > a, .header .pre-header > nav.wrap-l > ul > li > .nolink {
    padding: 6px;
    line-height: 1;
  }
  .header .pre-header > nav.wrap-l > ul > li > a i, .header .pre-header > nav.wrap-l > ul > li > .nolink i {
    font-size: 24px;
    color: #ffffff;
  }
  .header .pre-header > nav.wrap-l > ul > li .weather-icon {
    max-height: 25px;
  }
  .header nav#booking-navigation .sub-menu {
    width: 92vw;
    top: 80px !important;
    border-radius: 1.875rem !important;
  }
}
@media only screen and (max-width: 1080px) and (min-width: 767px) {
  .header .main-header nav#hamburger-navigation {
    max-width: 50vw;
    padding: 2.5rem;
  }
  .header .main-header nav#hamburger-navigation > ul {
    padding-bottom: 5rem;
  }
  .header .main-header nav#hamburger-navigation > ul li.bottomlinks {
    bottom: 1.5625rem;
    left: 0;
    width: calc(100% - 5rem + 0.625rem);
    border-top: 1px solid #EBE7E0;
    padding-top: 1.25rem;
  }
}
@media only screen and (max-width: 767px) {
  .header .main-header nav#hamburger-navigation > ul {
    padding: 2.5rem 2.5rem calc(6.25rem + env(safe-area-inset-bottom)) 2.5rem;
  }
  .header .main-header nav#hamburger-navigation > ul > li.menu-item-has-children > a {
    font-size: clamp(18px, 4.5vw, 18px);
    font-weight: bold;
  }
  .header .main-header nav#hamburger-navigation > ul li.bottomlinks {
    bottom: env(safe-area-inset-bottom);
    left: 0;
    width: 100%;
    border-top: 1px solid #EBE7E0;
    padding: 0.9375rem;
    box-shadow: 0px 0px 15px rgba(1, 43, 69, 0.15);
  }
  .header .main-header nav#hamburger-navigation > ul .nolink {
    width: 100%;
    border-bottom: 1px solid rgba(194, 207, 214, 0.5);
    display: block;
    padding: 0.625rem 0;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    font-size: clamp(14px, 4.5vw, 14px);
    color: #012B45;
  }
  .header .main-header nav#hamburger-navigation > ul .nolink:before {
    content: "\e938";
    font-family: "icomoon";
    color: #156384;
  }
  .header .main-header nav#hamburger-navigation > ul .nolink ~ .chevron {
    display: none;
  }
  .header .main-header nav#hamburger-navigation > ul .nolink ~ .sub-menu {
    display: block;
  }
}
@media only screen and (max-width: 520px) {
  .header .pre-header > nav.wrap-l > ul {
    gap: 8px;
  }
  .header .pre-header > nav.wrap-l > ul.weatherbox > li > a {
    padding: 6px 0;
  }
  .header .pre-header > nav.wrap-l > ul > li.trp-language-switcher-container {
    margin-left: 8px;
  }
  .header .pre-header > nav.wrap-l > ul > li.trp-language-switcher-container .trp-ls-language-name {
    display: none;
  }
  .header .main-header.flex {
    padding: 0 4vw;
  }
  .header .main-header.flex .menu-right .btn {
    padding: 14px 12px;
  }
  .header .main-header.flex .menu-right .btn i {
    display: none;
  }
  .header .main-header.flex .menu-right .btn .chevron {
    margin: 0;
    font-size: 12px;
  }
}
@media only screen and (min-width: 1081px) and (max-width: 1400px) {
  .header .pre-header nav.wrap-l {
    width: 96vw;
  }
  .header .main-header.flex {
    padding: 0 2vw;
  }
  .header .main-header .c-hamburger {
    margin-right: 1.5625rem;
  }
  .header .main-header nav#main-navigation > ul#main-menu {
    gap: 0.9375rem;
  }
  .header .main-header nav#main-navigation .mega-menu-trigger .mega-menu-panel {
    width: 96vw !important;
  }
  .header .main-header nav#main-navigation .mega-menu-trigger .mega-menu-panel .menu-img-wrap .autoflex {
    word-break: break-word;
  }
}
@media only screen and (min-width: 1081px) and (max-width: 1400px) and (max-width: 1200px) {
  .header .main-header nav#main-navigation > ul#main-menu > li > a {
    font-size: clamp(14px, 4.5vw, 14px);
  }
  .header .main-header nav#main-navigation .mega-menu-panel .menu-img-wrap img {
    max-width: 30%;
  }
  .header .main-header nav#main-navigation .mega-menu-panel .col-1-4 .puff .heading-3 {
    font-size: clamp(18px, 4.5vw, 20px);
  }
}
@media only screen and (min-width: 1081px) {
  .header {
    /* Desktop Pre-Header Layout */
  }
  .header #top-menu-mobile, .header #hamburger-menu-mobile {
    display: none;
  }
  .header .pre-header > .wrap-l {
    justify-content: space-between;
    -ms-justify-content: space-between;
  }
  .header .pre-header > .wrap-l .menu {
    gap: 2.5rem;
  }
  .header .pre-header > .wrap-l .menu > li a {
    padding: 12px 0;
  }
  .header .pre-header > nav:not(#hamburger-navigation) li.menu-item-has-children:not(.mega-menu-trigger):hover > .sub-menu, .header .pre-header > nav:not(#hamburger-navigation) li.menu-item-has-children:not(.mega-menu-trigger):focus > .sub-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    transition-delay: 0.25s;
  }
  .header .main-header:hover {
    background: #012B45;
  }
  .header .main-header nav#hamburger-navigation {
    max-width: 33.33vw;
    padding: calc(5vw - 0.9375rem) 5vw;
  }
  .header .main-header nav#hamburger-navigation > ul {
    padding-bottom: 9vw;
  }
  .header .main-header nav#hamburger-navigation > ul li.bottomlinks {
    bottom: calc(5vw - 0.9375rem);
    left: 0;
    width: calc(100% - 10vw + 0.625rem);
    border-top: 1px solid #EBE7E0;
    padding-top: 2.5vw;
  }
  .header .main-header nav:not(#hamburger-navigation) li.menu-item-has-children:hover > .sub-menu, .header .main-header nav:not(#hamburger-navigation) li.menu-item-has-children:hover > .mega-menu-panel {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    transition-delay: 0.25s;
  }
  .header .main-header nav#main-navigation > ul {
    margin-bottom: 0;
    list-style: none;
    padding-left: 0;
    gap: 1.875rem;
    margin-top: 2px;
  }
  .header .main-header nav#main-navigation > ul > li {
    display: flex;
    align-items: center;
  }
  .header .main-header nav#main-navigation > ul > li > .chevron {
    color: #C2CFD6;
    opacity: 0.5;
  }
  .header .main-header nav#main-navigation > ul > li > a {
    font-weight: 700;
    color: #ffffff;
    padding: 41px 0;
    text-shadow: 1px 1px 10px rgba(1, 43, 69, 0.5);
    border-radius: 2px;
  }
  .header .main-header nav#main-navigation > ul > li > a:hover {
    color: #C2CFD6;
  }
  .header .main-header nav#main-navigation > ul > li.current-menu-item > a, .header .main-header nav#main-navigation > ul > li.current-menu-ancestor > a, .header .main-header nav#main-navigation > ul > li.current-menu-parent > a {
    color: #FFB800;
  }
  .header .main-header nav#main-navigation > ul li > .col-1-4 {
    display: none;
  }
  .header .main-header nav#main-navigation .mega-menu-trigger .mega-menu-panel {
    width: 90vw;
    left: 0;
    right: 0;
    margin: 0 auto;
    padding: 3.5vw;
    gap: 2.5vw;
    box-shadow: 0px 0px 15px rgba(1, 43, 69, 0.15);
    border-radius: 0 0 20px 20px;
  }
  .header .main-header nav#main-navigation .mega-menu-trigger .mega-menu-panel > ul {
    flex: 1;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0.88vw;
  }
  .header .main-header nav#main-navigation .mega-menu-trigger .mega-menu-panel > ul li.menu-item-has-children {
    grid-column: 1/-1;
  }
  .header .main-header nav#main-navigation .mega-menu-trigger .mega-menu-panel > ul li.menu-item-has-children > a, .header .main-header nav#main-navigation .mega-menu-trigger .mega-menu-panel > ul li.menu-item-has-children .nolink {
    width: 100%;
    border-bottom: 1px solid rgba(194, 207, 214, 0.5);
    display: block;
    margin-bottom: 0.9375rem;
    padding: 0.625rem 0;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    font-size: clamp(14px, 4.5vw, 14px);
  }
  .header .main-header nav#main-navigation .mega-menu-trigger .mega-menu-panel > ul li.menu-item-has-children > a:before {
    content: "\e938";
    font-family: "icomoon";
    margin-right: 5px;
    color: #156384;
  }
  .header .main-header nav#main-navigation .mega-menu-trigger .mega-menu-panel > ul li.menu-item-has-children .nolink {
    color: #012B45;
  }
  .header .main-header nav#main-navigation .mega-menu-trigger .mega-menu-panel > ul .menu-img-wrap {
    border-radius: 10px;
  }
  .header .main-header nav#main-navigation .mega-menu-trigger .mega-menu-panel > ul .menu-img-wrap .autoflex.hyph {
    line-height: 1.15;
    -webkit-hyphenate-limit-before: 4;
    -webkit-hyphenate-limit-after: 4;
    -ms-hyphenate-limit-chars: 10 4 4;
    hyphenate-limit-chars: 10 4 4;
  }
  .header .main-header nav#main-navigation .mega-menu-trigger .mega-menu-panel > ul .sub-menu {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0.9375rem;
  }
  .header .main-header nav#main-navigation .mega-menu-trigger .mega-menu-panel .col-1-4 {
    gap: 2.5vw;
  }
  .header .main-header nav#main-navigation .mega-menu-trigger .mega-menu-panel .col-1-4 .puff {
    border-radius: 20px;
    position: relative;
    overflow: hidden;
  }
  .header .main-header nav#main-navigation .mega-menu-trigger .mega-menu-panel .col-1-4 .puff .heading-3 {
    z-index: 3;
    position: relative;
    padding: 2vw;
    text-shadow: 2px 2px 0 rgba(1, 43, 69, 0.5);
    background: linear-gradient(180deg, rgba(1, 43, 69, 0) 2.5%, rgba(1, 43, 69, 0.8) 100%);
  }
  .header .main-header nav#main-navigation .mega-menu-trigger .mega-menu-panel .col-1-4 .puff:hover .heading-3 {
    background: transparent;
  }
  .header .main-header .menu-right ul#icon_nav {
    gap: 0.625rem;
    margin-right: 1.5625rem;
  }
  .header .main-header .menu-right ul#icon_nav > li > a {
    color: #ffffff;
    padding: 0.625rem;
  }
  .header .main-header .menu-right ul#icon_nav > li > a i {
    font-size: 23px;
  }
  .header .main-header .menu-right ul#icon_nav > li > a:hover {
    color: #C2CFD6;
  }
  .header .main-header .menu-right button.btn {
    cursor: pointer;
  }
  .header .main-header .menu-right #booking-navigation > ul > li {
    padding: 32px 0;
  }
  .header .main-header .menu-right #booking-navigation > ul > li:hover .btn,
  .header .main-header .menu-right #booking-navigation > ul > li:hover .btn:hover {
    background: #C2CFD6;
    border-color: #C2CFD6;
    color: #156384;
  }
  .header.header-scroll .main-header nav#main-navigation > ul > li > a {
    padding: 1.25rem 0;
  }
  .header.header-scroll .main-header #booking-navigation > ul > li {
    padding: 11px 0;
  }
}
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  /* Scroll styles */
  /* Global menu element styles */
  /* Sub menu styling, not hamburger */
  /* Pre-Header Shared Styles */
  /* Main Header Shared Styles */
}
.header.header-scroll {
  box-shadow: 0px 0px 15px rgba(27, 29, 37, 0.4);
}
.header.header-scroll .pre-header {
  height: 0;
  opacity: 0;
  z-index: -1;
}
.header.header-scroll .main-header {
  background: #012B45;
}
.header.header-scroll .main-header nav#hamburger-navigation {
  height: calc(100vh - 70px);
}
.header.header-scroll .main-header .logo {
  width: 80px;
  padding: 0.625rem 0;
}
.header ul {
  margin-bottom: 0;
  list-style: none;
  padding-left: 0;
  position: static;
}
.header ul > li {
  position: static;
}
.header ul > li > a {
  text-decoration: none;
  font-weight: normal;
}
.header li:before {
  display: none;
  content: "";
}
.header li:not(:last-child) {
  margin: 0;
}
.header li.current-menu-item > a, .header li.current-menu-ancestor > a, .header li.current-menu-parent > a {
  color: #156384;
}
.header li .menu-img-wrap {
  background: rgba(194, 207, 214, 0.5);
  border-radius: 5px;
  overflow: hidden;
}
.header li .menu-img-wrap img {
  max-width: 38%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 1/1;
}
.header li .menu-img-wrap .autoflex {
  padding: 0.625rem 0.625rem 0.625rem 0.9375rem;
  font-weight: bold;
}
.header li.button-search {
  cursor: pointer;
}
.header a, .header a:visited {
  color: #012B45;
}
.header a:hover, .header a:visited:hover {
  color: #156384;
}
.header nav:not(#hamburger-navigation) > ul > li:not(.mega-menu-trigger) > .sub-menu,
.header nav:not(#hamburger-navigation) li.mega-menu-trigger .mega-menu-panel {
  z-index: 1000;
  position: absolute;
  left: 0;
  top: 100%;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.25s ease-in-out, visibility 0s linear 0.25s, transform 0.25s ease-in-out;
}
.header nav:not(#hamburger-navigation) li.menu-item-has-children > a[aria-expanded=true] + .sub-menu,
.header nav:not(#hamburger-navigation) li.menu-item-has-children > a[aria-expanded=true] ~ .sub-menu,
.header nav:not(#hamburger-navigation) li.menu-item-has-children > button[aria-expanded=true] + .sub-menu,
.header nav:not(#hamburger-navigation) li.menu-item-has-children > button[aria-expanded=true] ~ .sub-menu,
.header nav:not(#hamburger-navigation) li.menu-item-has-children > a[aria-expanded=true] + .mega-menu-panel,
.header nav:not(#hamburger-navigation) li.menu-item-has-children > a[aria-expanded=true] ~ .mega-menu-panel {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  transition-delay: 0.25s;
}
.header nav:not(#hamburger-navigation)#main-navigation > ul > li:not(.mega-menu-trigger), .header nav:not(#hamburger-navigation)#booking-navigation > ul > li:not(.mega-menu-trigger) {
  position: relative;
}
.header nav:not(#hamburger-navigation)#main-navigation > ul > li:not(.mega-menu-trigger) .sub-menu, .header nav:not(#hamburger-navigation)#booking-navigation > ul > li:not(.mega-menu-trigger) .sub-menu {
  padding: 1.875rem 2.5rem;
  box-shadow: 0px 0px 15px rgba(1, 43, 69, 0.15);
  border-radius: 0 0 20px 20px;
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.header nav:not(#hamburger-navigation)#main-navigation > ul > li:not(.mega-menu-trigger) .sub-menu li a, .header nav:not(#hamburger-navigation)#booking-navigation > ul > li:not(.mega-menu-trigger) .sub-menu li a {
  padding: 10px 0;
  display: block;
}
.header nav:not(#hamburger-navigation)#booking-navigation li.current-menu-item a {
  color: #156384;
  font-weight: bold;
}
.header nav:not(#hamburger-navigation)#booking-navigation .sub-menu {
  left: unset;
  right: 0;
}
.header .chevron {
  display: inline-flex;
  transition: transform 0.25s ease;
  align-items: center;
  -ms-align-items: center;
  font-size: clamp(14px, 4.5vw, 14px);
  margin-left: 2px;
}
.header .chevron.rotated {
  transform: rotate(180deg);
}
.header .chevron:focus, .header .chevron:focus-visible {
  outline: 2px solid #C2CFD6;
  outline-offset: 1px;
  transition: none;
}
.header .button-cart {
  position: relative;
}
.header .button-cart .header-cart-count {
  position: absolute;
  background: #FFB800;
  color: #1B1D25;
  width: 14px;
  height: 14px;
  font-size: 10px;
  line-height: 14px;
  font-weight: bold;
  letter-spacing: -0.05em;
  border-radius: 100%;
  text-align: center;
  box-shadow: 0 0 0 1px #012B45;
}
.header .pre-header {
  background-color: #012B45;
  height: 38px;
  opacity: 1;
  position: relative;
}
.header .pre-header > .wrap-l > ul > li {
  display: inline-flex;
  position: relative;
}
.header .pre-header > .wrap-l > ul > li a {
  color: #EBE7E0;
  font-size: clamp(14px, 4.5vw, 14px);
  font-weight: bold;
  line-height: 1;
}
.header .pre-header > .wrap-l > ul > li a:hover {
  color: #156384;
}
.header .pre-header > .wrap-l > ul > li a img {
  margin: 0;
}
.header .pre-header > .wrap-l > ul > li.trp-language-switcher-container > a {
  padding: 0;
}
.header .pre-header > .wrap-l > ul > li.button-cart .header-cart-count {
  right: 0;
  top: 2px;
}
.header .pre-header > .wrap-l > ul > li .chevron {
  color: #C2CFD6;
}
.header .pre-header > .wrap-l > ul > li > a[aria-expanded=true] + .sub-menu,
.header .pre-header > .wrap-l > ul > li > a[aria-expanded=true] ~ .sub-menu {
  display: block;
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  transition-delay: 0s;
}
.header .pre-header > .wrap-l > ul > li.current-menu-item > a, .header .pre-header > .wrap-l > ul > li.current-menu-ancestor > a, .header .pre-header > .wrap-l > ul > li.current-menu-parent > a {
  color: #FFB800;
}
.header .pre-header > .wrap-l > ul > li .sub-menu {
  background: #012B45;
  width: 100%;
  min-width: 100px;
  right: 0;
  left: unset;
  border-radius: 0 0 10px 10px;
}
.header .pre-header > .wrap-l > ul > li .sub-menu li a {
  display: block;
  padding: 0.9375rem;
}
.header .pre-header > .wrap-l > ul li.trp-language-switcher-container > a > span {
  display: flex;
  display: -ms-flexbox;
  align-items: center;
  -ms-align-items: center;
  height: 100%;
  gap: 0.3125rem;
}
.header .main-header {
  border-bottom: 0;
  padding: 0 5vw;
  background: linear-gradient(180deg, rgba(27, 29, 37, 0.75) 5%, rgba(27, 29, 37, 0) 100%);
  justify-content: space-between;
}
.header .main-header .logo {
  padding: 0.9375rem 0;
  position: static;
  z-index: 1001;
}
.header .main-header nav#hamburger-navigation {
  height: calc(100svh - 150px);
}
.header .main-header nav .sub-menu {
  background: #ffffff;
  min-width: 280px;
}
.header .main-header nav .sub-menu a {
  line-height: 1.15;
}
.header .main-header nav .sub-menu .current-menu-item > a,
.header .main-header nav .sub-menu .current-menu-ancestor > a,
.header .main-header nav .sub-menu .current-menu-parent > a {
  color: #156384;
}
.header .main-header .menu-right .btn {
  display: inline-flex;
  align-items: center;
  padding: 13px 1.5625rem;
}
.header .main-header .menu-right .btn i {
  font-size: 20px;
  margin-right: 5px;
}
.header .main-header .menu-right .btn[aria-expanded=true] {
  background: #C2CFD6;
  border-color: #C2CFD6;
  color: #156384;
}
.header .main-header .menu-right .button-cart .header-cart-count {
  right: 4px;
  top: 4px;
}
.header .main-header .menu-right .menu-title > a {
  width: 100%;
  border-bottom: 1px solid rgba(194, 207, 214, 0.5);
  display: block;
  margin-bottom: 0.625rem;
  padding: 0 0 0.625rem 0;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  font-size: clamp(14px, 4.5vw, 14px);
}
.header .main-header .menu-right .menu-title > a:before {
  content: "\e938";
  font-family: "icomoon";
  margin-right: 5px;
  color: #156384;
}

.c-hamburger {
  z-index: 1005;
  position: relative;
  overflow: hidden;
  margin: 0 30px 0 0;
  padding: 0;
  width: 48px;
  height: 48px;
  font-size: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  box-shadow: none;
  border-radius: 20px;
  border: 1px solid #ffffff;
  background: rgba(27, 29, 37, 0.2);
  cursor: pointer;
}
.c-hamburger span {
  display: block;
  position: absolute;
  top: calc(50% - 1px);
  left: 11px;
  width: 20px;
  height: 2px;
  border-radius: 2px;
  background: #ffffff;
  transition: background 0s 0.3s;
}
.c-hamburger span::before, .c-hamburger span::after {
  position: absolute;
  display: block;
  left: 0;
  width: 25px;
  height: 2px;
  background: #ffffff;
  content: "";
  border-radius: 2px;
  transition-duration: 0.3s, 0.3s;
  transition-delay: 0.3s, 0s;
}
.c-hamburger span::before {
  top: -8px;
  transition-property: top, transform;
}
.c-hamburger span::after {
  bottom: -8px;
  transition-property: bottom, transform;
}
.c-hamburger.is-active span {
  background: none;
}
.c-hamburger.is-active span::before, .c-hamburger.is-active span::after {
  transition-delay: 0s, 0.3s;
}
.c-hamburger.is-active span::before {
  top: 0;
  transform: rotate(45deg);
}
.c-hamburger.is-active span::after {
  bottom: 0;
  transform: rotate(-45deg);
}

nav#hamburger-navigation {
  display: block;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background: #ffffff;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  visibility: hidden;
  opacity: 0;
  box-shadow: 0px 0px 15px rgba(1, 43, 69, 0.15);
  transition: visibility 0s linear 0.3s, opacity 0.3s ease, transform 0.3s ease;
  transform: translateX(-100vw);
  z-index: 1000;
}
nav#hamburger-navigation.is-mobile-menu-active {
  display: block;
  visibility: visible;
  opacity: 1;
  transform: translateX(0);
  transition-delay: 0s;
  left: 0;
  pointer-events: auto;
}
nav#hamburger-navigation > ul {
  position: relative;
  height: 100%;
  overflow-y: auto;
  padding: 3px 3px 0 3px;
}
nav#hamburger-navigation li {
  width: 100%;
}
nav#hamburger-navigation li.bottomlinks {
  position: fixed;
  left: 0;
  right: 0;
  margin: 0 auto;
  background: #ffffff;
  gap: 0.625rem;
  font-size: clamp(14px, 4.5vw, 14px);
}
nav#hamburger-navigation li.bottomlinks a {
  gap: 0.3125rem;
  font-weight: bold;
}
nav#hamburger-navigation li.bottomlinks a i {
  font-size: clamp(18px, 4.5vw, 20px);
}
nav#hamburger-navigation li.menu-item-has-children > a {
  width: calc(100% - 42px);
}
nav#hamburger-navigation li:not(.menu-item-has-children) > a {
  width: 100%;
}
nav#hamburger-navigation li.big > a {
  font-size: clamp(18px, 4.5vw, 18px);
  font-weight: bold;
}
nav#hamburger-navigation li:not(:first-of-type) {
  margin-top: 0.3125rem;
}
nav#hamburger-navigation li a {
  display: inline-flex;
  padding: 0.9375rem 0;
  line-height: 1.15;
}
nav#hamburger-navigation li a .menu-img-wrap {
  margin: -0.9375rem 0;
}
nav#hamburger-navigation li .chevron {
  width: 40px;
  height: 40px;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  font-size: clamp(16px, 4.5vw, 16px);
}
nav#hamburger-navigation .sub-menu {
  display: none;
  position: static;
  width: 100%;
  padding: 0.3125rem 0 0.3125rem 0.9375rem;
  z-index: 1;
}
nav#hamburger-navigation .sub-menu.is-open {
  display: block;
  visibility: visible;
  opacity: 1;
}

body.mobile-nav-no-scroll {
  overflow: hidden;
}

body.error404 .header .main-header {
  background: #012B45;
}
body.error404 #error-404 {
  overflow: hidden;
}
body.error404 #error-404 svg {
  display: block;
  background: none;
  margin: -1px -1px -1px 0;
}
body.error404 #error-404 .bg-img {
  height: calc(100% - 1px);
  min-width: calc(100% - 1px);
}

/* SVG colors 404 page */
svg.white-bg path {
  fill: #ffffff;
}

svg.bright-bg path {
  fill: #F7F6F3;
}

svg.medium-c-bg path {
  fill: #C2CFD6;
}

svg.medium-w-bg path {
  fill: #EBE7E0;
}

svg.primary-bg path {
  fill: #156384;
}

svg.dark-bg path {
  fill: #012B45;
}

@media only screen and (max-width: 1080px) {
  #error-404 {
    margin-top: 7.5rem;
  }
}
@media only screen and (max-width: 767px) {
  body.error404 #error-404 {
    padding-top: 160px;
  }
  body.error404 #error-404 .bg-img {
    transform: translateY(0);
    top: 0;
    height: auto;
  }
}
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}

main ul.products {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: grid;
  max-width: 1280px;
  width: 90%;
  margin: 0 auto;
  position: relative;
}
main ul.products li:before {
  display: none;
}

@media only screen and (min-width: 1081px) {
  main ul.products {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    padding: 5rem 0;
  }
}
@media only screen and (max-width: 1080px) {
  main ul.products {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    padding: 3.75rem 0;
  }
}
@media only screen and (max-width: 767px) {
  main ul.products {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}

::-moz-placeholder {
  color: rgba(1, 43, 69, 0.5);
  opacity: 1;
}

::placeholder {
  color: rgba(1, 43, 69, 0.5);
  opacity: 1;
}

input[type=text],
input[type=tel],
input[type=email],
textarea {
  transition: all 0.25s ease;
}

/*-------------- Booking form --------------*/
form.bookingform {
  align-items: flex-end;
  -ms-align-items: flex-end;
  gap: 0.625rem;
}
form.bookingform select, form.bookingform input, form.bookingform .show-info {
  cursor: pointer;
}
form.bookingform label.autoflex,
form.bookingform div.autoflex,
form.bookingform .accordion-item.autoflex {
  min-width: 145px;
  position: relative;
}
form.bookingform label.autoflex small,
form.bookingform div.autoflex small,
form.bookingform .accordion-item.autoflex small {
  display: block;
  padding: 0 0.9375rem 0.3125rem 0.9375rem;
  line-height: 1.1;
}
form.bookingform label.autoflex .icon-calendar,
form.bookingform div.autoflex .icon-calendar,
form.bookingform .accordion-item.autoflex .icon-calendar {
  position: absolute;
  right: 0.9375rem;
  bottom: calc(50% - 10px);
  font-size: 22px;
  line-height: 0;
  color: #C2CFD6;
}
form.bookingform .accordion-item {
  position: relative;
}
form.bookingform .accordion-item .accordion-header button {
  border-radius: 15px;
  font-family: "figtree", Helvetica, Arial, sans-serif;
  background: #F7F6F3;
  border-color: #C2CFD6;
  height: 50px;
  padding: 0.625rem 0.9375rem;
}
form.bookingform .accordion-item .accordion-header button *[class^=icon-] {
  font-size: 22px;
  line-height: 0;
  color: #C2CFD6;
}
form.bookingform .accordion-item .accordion-header button:hover {
  color: #156384;
}
form.bookingform .accordion-item .accordion-content.hide-info {
  display: none;
  position: absolute;
  top: calc(100% + 2px);
  width: 100%;
  min-width: 180px;
  padding: 1.25rem;
  border-radius: 15px;
  box-shadow: 0px 0px 15px rgba(1, 43, 69, 0.15);
}
form.bookingform .accordion-item .accordion-content.hide-info > label {
  margin-top: 0.3125rem;
}
form.bookingform .accordion-item .accordion-content.hide-info > label small {
  padding: 0 10px 0 0;
}
form.bookingform .accordion-item .accordion-content.hide-info > label input {
  width: 70px;
}
form.bookingform ::-webkit-calendar-picker-indicator {
  filter: opacity(0.45);
  /*transform: scale(1.5);*/
  bottom: 0;
  cursor: pointer;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: auto;
  background-position: right 7px bottom 14px;
  background-size: 22px 22px;
}
form.bookingform input {
  border-radius: 15px;
  height: 50px;
}
form.bookingform input[name=dateSpan], form.bookingform input[name=startDate] {
  padding: 0.625rem 2.5rem 0.625rem 0.9375rem;
}
form.bookingform input[name=dateSpan]::-moz-placeholder, form.bookingform input[name=startDate]::-moz-placeholder {
  color: #012B45;
}
form.bookingform input[name=dateSpan]::placeholder, form.bookingform input[name=startDate]::placeholder {
  color: #012B45;
}
form.bookingform select {
  height: 50px;
}
form.bookingform .disclaimer {
  text-wrap: pretty;
  line-height: 1.1;
}

/*-------------- Forms --------------*/
input[type=text],
input[type=tel],
input[type=email],
input[type=password],
input[type=number],
input[type=date],
textarea,
select {
  padding: 0.625rem 0.9375rem;
  border-radius: 15px;
  border: 1px solid #C2CFD6;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  box-sizing: border-box;
  background: #F7F6F3;
  font-family: "figtree", Helvetica, Arial, sans-serif;
  color: #012B45;
}

input[type=text],
input[type=tel],
input[type=email],
input[type=password],
textarea,
select {
  width: 100%;
}

input[type=number]:not([step=any])::-webkit-inner-spin-button, input[type=number]:not([step=any])::-webkit-outer-spin-button {
  opacity: 1;
}

select {
  background-image: linear-gradient(45deg, transparent 50%, #C2CFD6 50%), linear-gradient(135deg, #C2CFD6 50%, transparent 50%), radial-gradient(#F7F6F3 70%, transparent 72%);
  background-position: calc(100% - 22px) 22px, calc(100% - 17px) 22px, calc(100% - 10px) 12px;
  background-size: 5px 5px, 5px 5px, 25px 25px;
  background-repeat: no-repeat;
  padding-right: 2.5rem;
}

textarea {
  max-height: 150px;
  resize: none;
}

input[type=checkbox],
input[type=radio] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  margin: 0;
  font: inherit;
  color: currentColor;
  background: #F7F6F3;
  width: 30px;
  height: 30px;
  border: 1px solid #C2CFD6;
  border-radius: 10px;
  display: grid;
  place-content: center;
}
input[type=checkbox]::before,
input[type=radio]::before {
  content: "";
  width: 20px;
  height: 20px;
  transform: scale(0);
  transition: 120ms transform ease-in-out;
  border-radius: 7px;
  box-shadow: inset 25px 25px #156384;
}
input[type=checkbox]:checked::before,
input[type=radio]:checked::before {
  transform: scale(1);
}

/*-- Forminator form styles --*/
.forminator-row .forminator-field {
  position: relative;
  display: flex;
  display: -ms-flexbox;
  flex-direction: column;
}
.forminator-row .forminator-label {
  font-weight: bold;
  line-height: 1;
  margin-bottom: 5px;
}
.forminator-row .forminator-description {
  margin: -5px 0 10px 0 !important;
  font-size: clamp(14px, 4.5vw, 14px);
}
.forminator-row .forminator-error-message {
  order: 3;
  border-radius: 5px;
}
.forminator-row .forminator-field-checkbox > div[role=group] {
  padding: 0.625rem 0;
}
.forminator-row .forminator-field-checkbox > div[role=group] > .forminator-label {
  margin-bottom: 0.9375rem !important;
}
.forminator-row .forminator-field-radio > div[role=group] {
  padding: 0.625rem 0;
}
.forminator-row .forminator-field-radio > div[role=group] .forminator-radio-label {
  font-size: clamp(16px, 4.5vw, 16px);
}
.forminator-row .forminator-field-select .select2-container.forminator-select .select2-selection,
.forminator-row .forminator-field-address .select2-container.forminator-select .select2-selection {
  border-radius: 15px;
}
.forminator-row .forminator-field-select .select2-container.forminator-select .select2-selection > .select2-selection__rendered,
.forminator-row .forminator-field-address .select2-container.forminator-select .select2-selection > .select2-selection__rendered {
  padding: 10px 5px 10px 15px !important;
}

.forminator-select-dropdown-container--open .select2-results__option:not(.select2-results__option--selected) {
  color: #012B45 !important;
}

/*-------------- APSIS Form --------------*/
#apsis-formbtn {
  cursor: pointer;
}

#apsis-form-wrapper {
  position: fixed;
  display: none;
  bottom: 0;
  right: 0;
  height: 375px;
  border-width: 0;
  z-index: 9;
}
#apsis-form-wrapper #apsis-form {
  border-width: 0;
  scroll: none;
  overflow: hidden;
  z-index: 1;
  height: 100%;
}
#apsis-form-wrapper #apsis-close-button {
  position: absolute;
  top: 5px;
  left: 5px;
  width: 36px;
  height: 36px;
  cursor: pointer;
}
#apsis-form-wrapper #apsis-close-button svg {
  width: 24px;
  height: 24px;
}

/*-------------- Links & Buttons --------------*/
a,
.btn,
button,
input[type=submit],
.btn-filter {
  transition: all 0.25s ease;
  text-decoration: none;
}

/* Accessibility */
button:focus,
a:focus,
input:focus,
textarea:focus,
button:focus-visible,
a:focus-visible,
input:focus-visible,
textarea:focus-visible {
  outline: 2px solid #C2CFD6;
  outline-offset: 1px;
  transition: none;
}

/* Regular links */
a,
a:visited,
a[href^=tel] {
  color: inherit;
}

p > a:not(.btn),
p > strong > a:not(.btn),
ul > li > a,
ul > li > strong > a,
table td a,
.table_row a {
  text-decoration: underline;
  text-decoration-thickness: 1.5px;
  text-underline-offset: 4px;
  text-decoration-color: #FFB800;
  font-weight: bold;
}
p > a:not(.btn):hover,
p > strong > a:not(.btn):hover,
ul > li > a:hover,
ul > li > strong > a:hover,
table td a:hover,
.table_row a:hover {
  color: #156384;
}

/* Buttons */
button.btn,
button,
a.btn,
.btn,
input[type=submit],
input::file-selector-button,
p a.btn {
  padding: 0.9375rem 1.5625rem;
  border: 1px solid #012B45;
  border-radius: 20px;
  line-height: 1.15;
  text-decoration: none;
  display: inline-block;
  font-family: "neulis-neue", Helvetica, Arial, sans-serif;
  font-size: clamp(16px, 4.5vw, 16px);
}

a.btn-primary,
.btn-primary,
button.btn-primary,
input[type=submit],
button {
  background: #FFB800;
  border: 1px solid #FFB800;
  color: #012B45;
  text-align: center;
}
a.btn-primary:hover,
.btn-primary:hover,
button.btn-primary:hover,
input[type=submit]:hover,
button:hover {
  background: #012B45;
  border: 1px solid #012B45;
  color: #ffffff;
}

a.btn-secondary,
.btn-secondary,
button.btn-secondary,
input::file-selector-button,
main p a.btn {
  background: transparent;
  border: 1px solid #012B45;
  color: #012B45;
  text-align: center;
}
a.btn-secondary:hover,
.btn-secondary:hover,
button.btn-secondary:hover,
input::file-selector-button:hover,
main p a.btn:hover {
  background: #012B45;
  border: 1px solid #012B45;
  color: #ffffff;
}

a.btn-more,
.btn-more {
  background: transparent;
  border: none;
  color: #012B45;
  padding: 2px 15px;
  background-image: url("/wp-content/themes/stoten-theme/assets/img/brush-pos.svg");
  background-repeat: no-repeat;
  /*background-attachment: fixed; */
  background-size: 100% 100%;
}
a.btn-more:hover,
.btn-more:hover {
  color: #156384;
  background-image: url("/wp-content/themes/stoten-theme/assets/img/brush-hover.svg");
}

main .columns .dark-bg input::file-selector-button,
main .columns .dark-bg .btn-secondary,
main .columns .dark-bg p a.btn,
main .columns .primary-bg input::file-selector-button,
main .columns .primary-bg .btn-secondary,
main .columns .primary-bg p a.btn,
main .columns .black-bg input::file-selector-button,
main .columns .black-bg .btn-secondary,
main .columns .black-bg p a.btn,
.footer.dark-bg input::file-selector-button,
.footer.dark-bg .btn-secondary,
.footer.dark-bg p a.btn {
  background: transparent;
  border: 1px solid #ffffff;
  color: #ffffff;
  text-align: center;
}
main .columns .dark-bg input::file-selector-button:hover,
main .columns .dark-bg .btn-secondary:hover,
main .columns .dark-bg p a.btn:hover,
main .columns .primary-bg input::file-selector-button:hover,
main .columns .primary-bg .btn-secondary:hover,
main .columns .primary-bg p a.btn:hover,
main .columns .black-bg input::file-selector-button:hover,
main .columns .black-bg .btn-secondary:hover,
main .columns .black-bg p a.btn:hover,
.footer.dark-bg input::file-selector-button:hover,
.footer.dark-bg .btn-secondary:hover,
.footer.dark-bg p a.btn:hover {
  background: #012B45;
  border: 1px solid #012B45;
  color: #ffffff;
}
main .columns .dark-bg a.btn-more,
main .columns .dark-bg .btn-more,
main .columns .primary-bg a.btn-more,
main .columns .primary-bg .btn-more,
main .columns .black-bg a.btn-more,
main .columns .black-bg .btn-more,
.footer.dark-bg a.btn-more,
.footer.dark-bg .btn-more {
  background-image: url("/wp-content/themes/stoten-theme/assets/img/brush-neg.svg");
  color: #ffffff;
}
main .columns .dark-bg a.btn-more:hover,
main .columns .dark-bg .btn-more:hover,
main .columns .primary-bg a.btn-more:hover,
main .columns .primary-bg .btn-more:hover,
main .columns .black-bg a.btn-more:hover,
main .columns .black-bg .btn-more:hover,
.footer.dark-bg a.btn-more:hover,
.footer.dark-bg .btn-more:hover {
  color: #156384;
  background-image: url("/wp-content/themes/stoten-theme/assets/img/brush-hover.svg");
}

a.btn-filter,
.btn-filter,
button.btn-filter {
  padding: 9px 0.9375rem;
  border-radius: 15px;
  background: #EBE7E0;
  border-color: #EBE7E0;
  color: #012B45;
  text-decoration: none;
  display: inline-block;
  font-family: "figtree", Helvetica, Arial, sans-serif;
  font-size: clamp(14px, 4.5vw, 14px);
  font-weight: bold;
}
a.btn-filter.active,
.btn-filter.active,
button.btn-filter.active {
  background: #156384;
  border-color: #156384;
  color: #ffffff;
}
a.btn-filter:hover,
.btn-filter:hover,
button.btn-filter:hover {
  background: #012B45;
  border-color: #012B45;
  color: #ffffff;
}

main .columns .medium-w-bg .btn-filter {
  background: #F7F6F3;
  border-color: #F7F6F3;
}
main .columns .medium-w-bg .btn-filter.active {
  background: #156384;
  border-color: #156384;
}
main .columns .medium-w-bg .btn-filter:hover {
  background: #012B45;
  border-color: #012B45;
}

button.openFullscreen {
  gap: 0.3125rem;
}
button.openFullscreen i {
  opacity: 0.5;
}

.twobtns {
  gap: 0.625rem;
}

/*-------------- Animations & Effects --------------*/
.transition,
.bg-img {
  transition: all 0.4s ease;
}

/*-------------- General --------------*/
.columns {
  overflow: hidden;
}

.break {
  flex-basis: 100%;
  height: 0;
}

.columns a.flex,
.bg-img ~ div,
.content,
.forcolrev,
.module_cta,
.module_text,
.module_img,
.module_video {
  position: relative;
}

.bg-img ~ div:not(.overlay),
.content,
.forcolrev {
  z-index: 3;
}

a.module_cta {
  color: initial;
  text-decoration: none;
  overflow: hidden;
}

.flow a.loop {
  border-radius: 15px 15px 0 0;
}
.flow a.loop div.col-f-1 > *:last-child {
  margin-bottom: 0;
}

.module_cta .content.none-bg,
.module_text .content.none-bg {
  padding: 0;
}

main .module_text > div *:last-child,
main .module_cta .content *:last-child,
main .slideshow .flex-col > .col-f-1:first-child > *:last-child,
main .loop > .col-f-1:first-child > *:last-child {
  margin-bottom: 0;
}

main .module_text > div blockquote:first-child,
main .module_cta .content blockquote:first-child {
  margin-top: 0;
}

.columns > div + div.forcolrev {
  padding-top: 0;
}

input, textarea, button, select, a {
  -webkit-tap-highlight-color: transparent;
}

.wp-theme-seodr .mejs-container, .wp-theme-seodr .mejs-container .mejs-controls, .wp-theme-seodr .mejs-embed, .wp-theme-seodr .mejs-embed body {
  background: #012B45;
}
.wp-theme-seodr .mejs-container button, .wp-theme-seodr .mejs-container .mejs-controls button, .wp-theme-seodr .mejs-embed button, .wp-theme-seodr .mejs-embed body button {
  border-radius: 0;
}
.wp-theme-seodr .mejs-container.wp-audio-shortcode {
  border-radius: 10px;
  overflow: hidden;
}

/*-------------- Image & Video --------------*/
.bg-img {
  -o-object-fit: cover;
     object-fit: cover;
  height: calc(100% + 2px);
  width: auto;
  min-width: calc(100% + 2px);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -1px;
  left: -1px;
  z-index: 1;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  opacity: 0.35;
}

.module_img img:not(.bg-img), .module_gallery .tns-item > img {
  width: 100%;
}

.module_img,
.module_video {
  overflow: hidden;
}

.module_img_cover,
.videowrap {
  min-height: 250px;
}

.module_img_cover.col-f-1 {
  aspect-ratio: 10/4;
}

.module_video .bg-img {
  transform: translateY(-50%) translateX(-50%);
  left: 50%;
}

.embed-container {
  position: relative;
  padding-bottom: 56.23%;
  overflow: hidden;
  max-width: 100%;
  height: auto;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.module_video > .content video {
  display: none;
}

.openFullscreen i + span {
  margin-left: 5px;
}

/*-------------- Pagination --------------*/
.pagination {
  grid-column: 1/-1;
}
.pagination .page-numbers {
  font-size: clamp(14px, 4.5vw, 14px);
  margin: 0 0.3125rem;
  background-color: #EBE7E0;
  border-radius: 15px;
  width: 40px;
  height: 40px;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -ms-justify-content: center;
  justify-content: center;
}
.pagination .page-numbers.current {
  background: #012B45;
  color: #ffffff;
}
.pagination .page-numbers.next, .pagination .page-numbers.prev {
  font-size: 1.4rem;
  line-height: 1;
}
.pagination .page-numbers:not(.next):not(.prev) {
  font-weight: bold;
}
.pagination .page-numbers:hover {
  background: #C2CFD6;
}

/*-------------- Tiny Slider --------------*/
.module_slider {
  position: relative;
}

.tns-outer {
  width: 100%;
  height: 100%;
}

.tns-ovh,
.tns-inner,
.tns-inner > .slideshow,
.tns-inner > .slideshow > a > div {
  height: 100%;
}

.tns-inner {
  margin-left: 0 !important;
}

.module_slider {
  /* Left/Right navigation buttons */
  /* Dots */
}
.module_slider .tns-ovh {
  padding-top: 0.625rem;
  padding-bottom: 3.75rem;
}
.module_slider .tns-controls {
  position: absolute;
  z-index: 9;
  display: flex;
  flex-direction: column;
  top: 0.3125rem;
  right: 10%;
}
.module_slider .tns-controls [aria-controls] {
  margin: 2.5px 0;
  font-size: clamp(22px, 4.5vw, 26px);
  color: #012B45;
  background: #C2CFD6;
  width: 45px;
  height: 45px;
  padding: 3px 0 0 0;
  border: 0;
  border-radius: 15px;
}
.module_slider .tns-controls [aria-controls][disabled] {
  opacity: 0;
}
.module_slider .tns-controls [aria-controls]:hover {
  opacity: 0.5;
}
.module_slider .tns-nav {
  position: absolute;
  right: 10%;
  bottom: 3px;
  margin: 0;
  display: flex;
  gap: 2px;
}
.module_slider .tns-nav > [aria-controls] {
  width: 36px;
  height: 36px;
  padding: 8px;
  border: 0;
  opacity: 0.4;
  background: transparent;
}
.module_slider .tns-nav > [aria-controls]:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #C2CFD6;
  border-radius: 20px;
}
.module_slider .tns-nav > [aria-controls].tns-nav-active {
  width: 56px;
  opacity: 1;
}
.module_slider .tns-nav > [aria-controls].tns-nav-active:before {
  background: #FFB800;
}
.module_slider .tns-nav > [aria-controls]:hover {
  opacity: 1;
}

.slideitem > .content {
  padding: 150px 0.9375rem 0.9375rem 0.9375rem;
  border-radius: 15px;
  overflow: hidden;
}
.slideitem > .content > div {
  position: relative;
  z-index: 3;
  border-radius: 10px;
  padding: 1.5625rem 0.9375rem;
  border: 1px solid #EBE7E0;
}
.slideitem:hover > .content {
  box-shadow: 0px 0px 10px rgba(1, 43, 69, 0.2);
}
.slideitem:hover > .content .bg-img {
  transform: translateY(-50%) scale(1.1);
  opacity: 0.5;
}

.playbutton-wrapper button {
  height: 34px;
  padding: 0 0.625rem;
  background: #C2CFD6;
  border: 1px solid #C2CFD6;
  cursor: pointer;
}

.module_gallery,
.gallery {
  overflow: hidden;
}

#thumbs {
  height: 80px;
  margin-top: 0.625rem;
  gap: 0.625rem;
}
#thumbs img {
  flex: 1;
  max-width: 80px;
  border-radius: 5px;
  opacity: 0.5;
}
#thumbs img.tns-nav-active {
  opacity: 1;
}
#thumbs img:hover {
  cursor: pointer;
  opacity: 0.75;
}

/*--------------- Tables ---------------*/
p + table {
  margin: 25px 0;
}

table {
  border-collapse: separate;
  border-spacing: 0 0.3125rem;
  line-height: 1;
  width: 100%;
}
table.eventshortcode {
  border-spacing: 0.3125rem;
}
table.eventshortcode tbody tr {
  background: transparent;
}
table.eventshortcode tbody tr > td {
  background: #EBE7E0;
  border-radius: 10px;
}
table thead {
  background: #ffffff;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  font-size: clamp(14px, 4.5vw, 14px);
  font-weight: bold;
}
table thead tr > *:first-child {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
table thead tr > *:last-child {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}
table th {
  text-align: left;
  padding: 0.9375rem 0.625rem;
}
table td {
  padding: 0.625rem;
}
table tbody th {
  padding: 0.625rem;
}
table tbody tr > *:first-child {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
table tbody tr > *:last-child {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}
table tbody tr:nth-child(odd) > * {
  background: #F7F6F3;
}
table tbody tr:nth-child(even) > * {
  background: #EBE7E0;
}

.module_text table {
  margin: 0.625rem 0 1.25rem 0;
}

#weather_report table {
  border-spacing: 0.3125rem;
}
#weather_report table tbody tr {
  background: transparent;
}
#weather_report table tbody tr > td,
#weather_report table tbody tr > th {
  background: #F7F6F3;
  border-radius: 10px;
}
#weather_report table tbody tr > td.flex,
#weather_report table tbody tr > th.flex {
  gap: 0.3125rem 0.625rem;
}
#weather_report table tbody tr > td {
  width: 33%;
}

@media only screen and (max-width: 767px) {
  .module_text table th, .module_text table td {
    font-size: clamp(14px, 4.5vw, 14px);
  }
}
@media only screen and (max-width: 520px) {
  .module_text table:not(.weathertable) {
    display: block;
    overflow-x: auto;
    white-space: nowrap;
    width: 100%;
    -ms-overflow-style: none;
    scrollbar-width: none;
    mask-image: linear-gradient(to right, transparent, black 0, black 80%, transparent 100%);
    -webkit-mask-image: linear-gradient(to right, transparent, black 0, black 80%, transparent 100%);
    padding-right: 15%;
  }
  .module_text table:not(.weathertable)::-webkit-scrollbar {
    display: none;
  }
  .module_text table:not(.weathertable) th, .module_text table:not(.weathertable) td {
    max-width: -moz-max-content;
    max-width: max-content;
    white-space: normal;
  }
  .module_text table.weathertable th span.autoflex,
  .module_text table.weathertable td {
    hyphens: auto;
    -webkit-hyphenate-limit-before: 4;
    -webkit-hyphenate-limit-after: 4;
    -ms-hyphenate-limit-chars: 9 4 4;
    hyphenate-limit-chars: 9 4 4;
  }
  .module_text table.weathertable th i {
    width: 100%;
  }
}
/*-------------- Booking form --------------*/
body.home #hero-section .mountain {
  fill: #F7F6F3;
}
body.home .tabs-container.booking {
  background: rgba(255, 255, 255, 0.75);
  border-radius: 20px;
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
}
body.home .tabs-container.booking .tabs {
  padding: 0.3125rem 0.9375rem 0 0.9375rem;
  gap: 5px;
  border-bottom: 1px solid #ffffff;
  flex-wrap: nowrap;
  overflow-x: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
body.home .tabs-container.booking .tabs::-webkit-scrollbar {
  display: none;
}
body.home .tabs-container.booking .tabs button.tab-item {
  background: transparent;
  cursor: pointer;
  color: #012B45;
  border-radius: 0;
  border: none;
  font-family: "figtree", Helvetica, Arial, sans-serif;
  padding: 0.9375rem;
  z-index: 5;
}
body.home .tabs-container.booking .tabs button.tab-item.current {
  box-shadow: 0 -3px #FFB800 inset;
}
body.home .tabs-container.booking .tabs button.tab-item:hover {
  cursor: pointer;
  color: #156384;
}
body.home .tabs-container.booking .tab-content {
  width: 90%;
  margin: 0.9375rem auto 1.5625rem auto;
}

/*--------------- Tabs ---------------*/
.tabs-container:not(.booking) {
  width: 100%;
}
.tabs-container:not(.booking) .tabs {
  padding-top: 3px;
  gap: 0.625rem;
  margin-bottom: 0.625rem;
}
.tabs-container:not(.booking) .tabs .tab-item {
  padding: 0.9375rem 1.5625rem;
  border: 1px solid #EBE7E0;
  background: transparent;
  margin-bottom: 0;
  border-radius: 10px;
  cursor: pointer;
  color: #1B1D25;
  font-family: "figtree", Helvetica, Arial, sans-serif;
}
.tabs-container:not(.booking) .tabs .tab-item.current {
  background: #F7F6F3;
}
.tabs-container:not(.booking) .tabs .tab-item:hover {
  background-color: #EBE7E0;
}
.tabs-container:not(.booking) .tabs .tab-item .ingress {
  text-align: left;
}
.tabs-container:not(.booking) .tab-content {
  display: none;
  border-radius: 15px;
  background: #F7F6F3;
}
.tabs-container:not(.booking) .tab-content.current {
  display: block;
}

section.tabsection.bright-bg .tabs-container .tabs .tab-item.current,
section.tabsection.bright-bg .tabs-container .tab-content,
section.tabsection > .bright-bg .tabs-container .tabs .tab-item.current,
section.tabsection > .bright-bg .tabs-container .tab-content {
  background: #ffffff;
}

@media only screen and (max-width: 1080px) {
  .tabs-container .tabs {
    overflow-x: auto;
    white-space: nowrap;
    width: 100%;
    flex-wrap: nowrap;
    -ms-overflow-style: none;
    scrollbar-width: none;
    mask-image: linear-gradient(to right, transparent, black 0, black 85%, transparent 100%);
    -webkit-mask-image: linear-gradient(to right, transparent, black 0, black 85%, transparent 100%);
    padding-right: 10%;
  }
  .tabs-container .tabs::-webkit-scrollbar {
    display: none;
  }
  .tabs-container:not(.booking) .tabs {
    padding-bottom: 3px;
    padding-left: 3px;
  }
  .tabs-container:not(.booking) .tabs .tab-item {
    padding: 0.9375rem;
  }
}
/*--------------- Toggles ---------------*/
.toggle .wrap-full.flex-col {
  gap: 0.625rem;
}
.toggle .wrap-full.flex-col .accordion-item {
  border: 1px solid #EBE7E0;
  border-radius: 15px;
  background: #F7F6F3;
  margin-top: 2px;
}
.toggle .wrap-full.flex-col .accordion-item .accordion-header {
  margin: 0;
}
.toggle .wrap-full.flex-col .accordion-item .accordion-header button {
  background: #F7F6F3;
  color: #012B45;
  border: none;
  cursor: pointer;
  font-size: clamp(18px, 4.5vw, 20px);
}
.toggle .wrap-full.flex-col .accordion-item .accordion-header button .accordion-title {
  font-family: "figtree", Helvetica, Arial, sans-serif;
  font-weight: bolder;
  text-align: left;
}
.toggle .wrap-full.flex-col .accordion-item .accordion-header button i {
  color: #156384;
}

section.toggle.bright-bg .wrap-full.flex-col .accordion-item,
section.toggle > .bright-bg .wrap-full.flex-col .accordion-item {
  background: #ffffff;
}
section.toggle.bright-bg .wrap-full.flex-col .accordion-item .accordion-header button,
section.toggle > .bright-bg .wrap-full.flex-col .accordion-item .accordion-header button {
  background: #ffffff;
}

@media only screen and (min-width: 1081px) {
  .toggle .accordion-header button {
    padding: 1.25rem 2.5rem;
  }
}
@media only screen and (max-width: 1080px) {
  .toggle .accordion-header button {
    padding: 1.25rem;
  }
}
input[type=search] {
  transition: all 0.25s ease;
  padding: 0.625rem 1.25rem;
  border-radius: 5px;
  border: 1px solid #C2CFD6;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  box-sizing: border-box;
  background: #F7F6F3;
}

/*-------------- Standard Search form ---------------*/
form.search > * {
  margin: 0 0.3125rem;
}

form.search .search-input {
  flex: 1;
}

/*-------------- Fixed search ---------------*/
.fixed-search {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  height: 135px;
  background: rgba(255, 255, 255, 0.97);
  z-index: 9999;
  display: none;
}
.fixed-search > .col-f-1 {
  height: 100%;
}
.fixed-search .close-search {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 48px;
  height: 48px;
  border-radius: 5px;
  font-size: clamp(22px, 4.5vw, 26px);
  cursor: pointer;
  color: #012B45;
  transition: all 0.2s ease-in-out;
  padding: 0;
}
.fixed-search .close-search:hover {
  background: #012B45;
  border: 1px solid #012B45;
}
.fixed-search .close-search:hover > * {
  color: #ffffff;
}

/*-------------- Fibosearch ---------------*/
/* Search form */
.dgwt-wcas-style-pirx.dgwt-wcas-search-focused .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input {
  border-color: #FFB800;
}
.dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input {
  font-family: "figtree", Helvetica, Arial, sans-serif;
}

.dgwt-wcas-suggestions-wrapp {
  box-shadow: 0px 15px 15px rgba(1, 43, 69, 0.15);
}
.dgwt-wcas-suggestions-wrapp .dgwt-wcas-si {
  width: 70px;
}

/* Search reults page */
.dgwt-wcas-posts-results-grid-item {
  width: 100%;
  background: #ffffff;
  box-shadow: 0px 0px 15px rgba(1, 43, 69, 0.15);
  border-radius: 15px;
  overflow: hidden;
  margin: 0;
}
.dgwt-wcas-posts-results-grid-item:hover {
  box-shadow: none;
}
.dgwt-wcas-posts-results-grid-item > a.flex {
  height: 100%;
}
.dgwt-wcas-posts-results-grid-item .dgwt-wcas-posts-results-image {
  width: 120px;
  max-width: 33%;
  position: relative;
}
.dgwt-wcas-posts-results-grid-item .autoflex {
  padding: 1.25rem;
}

.vc {
  z-index: 998;
  max-width: 81vw;
}
.vc [data-vc=grid] {
  row-gap: 15px;
}
.vc .vc-date__btn:focus, .vc .vc-date__btn:focus-visible,
.vc button.vc-week-number:focus,
.vc button.vc-week-number:focus-visible {
  outline-offset: -2px;
}
.vc .vc-header__content button:hover,
.vc button.vc-week-number:hover,
.vc .vc-controls button:hover {
  border: none;
  background: none;
}
.vc button[data-vc-week-number] {
  font-family: "figtree", Helvetica, Arial, sans-serif;
  padding-top: 3px;
}
.vc button[data-vc-date-btn] {
  font-family: "figtree", Helvetica, Arial, sans-serif;
}
.vc button[data-vc=month], .vc button[data-vc=year] {
  padding: 6px 0.25rem;
}
.vc .vc-date[data-vc-date-selected] .vc-date__btn {
  font-weight: bold;
}

/* Cookie tractor button */
button.cookie-consent-settings {
  position: fixed;
  z-index: 9;
  bottom: 20px;
  left: 20px;
  border-radius: 100%;
  width: 55px;
  height: 55px;
  font-size: 30px;
  padding: 0;
  text-align: center;
  line-height: 54px;
  background: #012B45;
  border-color: #012B45;
  box-shadow: 0px 0px 15px rgba(27, 29, 37, 0.5);
  text-shadow: 2px 2px #1B1D25;
}
button.cookie-consent-settings:hover {
  background: #156384;
  border-color: #156384;
}

/* //Cookie tractor button */
.cc-consentwrapper {
  width: 100%;
  height: 100%;
}

.embed-container .cc-consentwrapper {
  position: absolute !important;
}

.tns-outer {
  padding: 0 !important;
}

.tns-outer [hidden] {
  display: none !important;
}

.tns-outer [aria-controls], .tns-outer [data-action] {
  cursor: pointer;
}

.tns-slider {
  transition: all 0s;
}

.tns-slider > .tns-item {
  box-sizing: border-box;
}

.tns-horizontal.tns-subpixel {
  white-space: nowrap;
}

.tns-horizontal.tns-subpixel > .tns-item {
  display: inline-block;
  vertical-align: top;
  white-space: normal;
}

.tns-horizontal.tns-no-subpixel:after {
  content: "";
  display: table;
  clear: both;
}

.tns-horizontal.tns-no-subpixel > .tns-item {
  float: left;
}

.tns-horizontal.tns-carousel.tns-no-subpixel > .tns-item {
  margin-right: -100%;
}

.tns-no-calc {
  position: relative;
  left: 0;
}

.tns-gallery {
  position: relative;
  left: 0;
  min-height: 1px;
}

.tns-gallery > .tns-item {
  position: absolute;
  left: -100%;
  transition: transform 0s, opacity 0s;
}

.tns-gallery > .tns-slide-active {
  position: relative;
  left: auto !important;
}

.tns-gallery > .tns-moving {
  transition: all 0.25s;
}

.tns-autowidth {
  display: inline-block;
}

.tns-lazy-img {
  transition: opacity 0.6s;
  opacity: 0.6;
}

.tns-lazy-img.tns-complete {
  opacity: 1;
}

.tns-ah {
  transition: height 0s;
}

.tns-ovh {
  overflow: hidden;
}

.tns-visually-hidden {
  position: absolute;
  left: -10000em;
}

.tns-transparent {
  opacity: 0;
  visibility: hidden;
}

.tns-fadeIn {
  opacity: 1;
  filter: alpha(opacity=100);
  z-index: 0;
}

.tns-normal, .tns-fadeOut {
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: -1;
}

.tns-vpfix {
  white-space: nowrap;
}

.tns-vpfix > div, .tns-vpfix > li {
  display: inline-block;
}

.tns-t-subp2 {
  margin: 0 auto;
  width: 310px;
  position: relative;
  height: 10px;
  overflow: hidden;
}

.tns-t-ct {
  width: 2333.3333333%;
  width: -moz-calc(100% * 70 / 3);
  width: 2333.3333333333%;
  position: absolute;
  right: 0;
}

.tns-t-ct:after {
  content: "";
  display: table;
  clear: both;
}

.tns-t-ct > div {
  width: 1.4285714%;
  width: -moz-calc(100% / 70);
  width: 1.4285714286%;
  height: 10px;
  float: left;
}

.tns-controls {
  text-align: center;
  margin-bottom: 10px;
}

.lt-ie9 .tns-controls > [aria-controls] {
  line-height: 2.5em;
}

.tns-nav, .playbutton-wrapper {
  text-align: center;
  margin: 10px 0;
}

.tns-controls [disabled] {
  opacity: 0.3;
  cursor: not-allowed !important;
}

[data-action] {
  display: block;
  margin: 10px auto;
  background: transparent;
  border: 0;
}
@keyframes jello {
  from, 11.1%, to {
    transform: translate3d(0, 0, 0);
  }
  22.2% {
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
.jello {
  animation-name: jello;
  transform-origin: center;
}
@keyframes rollOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
.rollOut {
  animation-name: rollOut;
}

/* Version 2.9.3 + seodr nav edit # sourceMappingURL=sourcemaps/tiny-slider.css.map */
