@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap');
/* imports */
/* includes */
/* grid	 */
.container {
  width: 100%;
  margin: 0 auto;
  max-width: 1420px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 810px) {
  .container {
    padding-left: 30px;
    padding-right: 30px;
  }
}
/* psuedo columns */
/* fast flex */
/* to the right! */
/* responsive embedded video */
.video-responsive-wrapper {
  padding-bottom: 56.25%;
  position: relative;
  width: 100%;
}
.video-responsive-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/* Sections
     ========================================================================== */
/**
   * Remove the margin in all browsers.
   */
body {
  margin: 0;
}
/**
   * Render the `main` element consistently in IE.
   */
main {
  display: block;
}
/**
   * Correct the font size and margin on `h1` elements within `section` and
   * `article` contexts in Chrome, Firefox, and Safari.
   */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/* Grouping content
     ========================================================================== */
/**
   * 1. Add the correct box sizing in Firefox.
   * 2. Show the overflow in Edge and IE.
   */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}
/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/* Text-level semantics
     ========================================================================== */
/**
   * Remove the gray background on active links in IE 10.
   */
a {
  background-color: transparent;
}
/**
   * 1. Remove the bottom border in Chrome 57-
   * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
   */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}
/**
   * Add the correct font weight in Chrome, Edge, and Safari.
   */
b,
strong {
  font-weight: bolder;
}
/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/**
   * Add the correct font size in all browsers.
   */
small {
  font-size: 80%;
}
/**
   * Prevent `sub` and `sup` elements from affecting the line height in
   * all browsers.
   */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/* Embedded content
     ========================================================================== */
/**
   * Remove the border on images inside links in IE 10.
   */
img {
  border-style: none;
}
/* Forms
     ========================================================================== */
/**
   * 1. Change the font styles in all browsers.
   * 2. Remove the margin in Firefox and Safari.
   */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}
/**
   * Show the overflow in IE.
   * 1. Show the overflow in Edge.
   */
button,
input {
  /* 1 */
  overflow: visible;
}
/**
   * Remove the inheritance of text transform in Edge, Firefox, and IE.
   * 1. Remove the inheritance of text transform in Firefox.
   */
button,
select {
  /* 1 */
  text-transform: none;
}
/**
   * Correct the inability to style clickable types in iOS and Safari.
   */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
/**
   * Remove the inner border and padding in Firefox.
   */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
/**
   * Restore the focus styles unset by the previous rule.
   */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
/**
   * Correct the padding in Firefox.
   */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
/**
   * 1. Correct the text wrapping in Edge and IE.
   * 2. Correct the color inheritance from `fieldset` elements in IE.
   * 3. Remove the padding so developers are not caught out when they zero out
   *    `fieldset` elements in all browsers.
   */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}
/**
   * Add the correct vertical alignment in Chrome, Firefox, and Opera.
   */
progress {
  vertical-align: baseline;
}
/**
   * Remove the default vertical scrollbar in IE 10+.
   */
textarea {
  overflow: auto;
}
/**
   * 1. Add the correct box sizing in IE 10.
   * 2. Remove the padding in IE 10.
   */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
   * Correct the cursor style of increment and decrement buttons in Chrome.
   */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
   * 1. Correct the odd appearance in Chrome and Safari.
   * 2. Correct the outline style in Safari.
   */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}
/**
   * Remove the inner padding in Chrome and Safari on macOS.
   */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
   * 1. Correct the inability to style clickable types in iOS and Safari.
   * 2. Change font properties to `inherit` in Safari.
   */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}
/* Interactive
     ========================================================================== */
/*
   * Add the correct display in Edge, IE 10+, and Firefox.
   */
details {
  display: block;
}
/*
   * Add the correct display in all browsers.
   */
summary {
  display: list-item;
}
/* Misc
     ========================================================================== */
/**
   * Add the correct display in IE 10+.
   */
template {
  display: none;
}
/**
   * Add the correct display in IE 10.
   */
[hidden] {
  display: none;
}
/* 'thumb' lists */
/* video wrapper */
.video-wrapper {
  padding-bottom: 56.25%;
  position: relative;
}
.video-wrapper iframe {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
}
/* Line clamp */
/* clearfix */
/* font-awesome */
/* before and after */
/* wp 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: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  /* Image does not overflow the content area */
  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 p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}
/* Text meant only for screen readers. */
.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 !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.screen-reader-text:focus {
  background-color: #eee;
  clip: auto !important;
  clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}
/* super gen */
html {
  box-sizing: border-box;
}
*,
*:before,
*:after {
  box-sizing: inherit;
}
ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
img {
  max-width: 100%;
  object-fit: cover;
  vertical-align: middle;
}
a {
  display: inline-block;
  text-decoration: none;
  color: inherit;
}
html {
  scroll-behavior: smooth;
}
body {
  overflow-x: hidden;
}
/* slick 1.8.1 */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
/* Slider */
.slick-loading .slick-list {
  background: #ffffff url('ajax-loader.gif') center center no-repeat;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover,
.slick-next:hover,
.slick-prev:focus,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: #ffffff;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-prev {
  left: -25px;
}
[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir="rtl"] .slick-prev:before {
  content: "→";
}
.slick-next {
  right: -25px;
}
[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir="rtl"] .slick-next:before {
  content: "←";
}
/* Dots */
.slick-dotted .slick-slider {
  margin-bottom: 30px;
}
.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: #000000;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: #000000;
  opacity: 0.75;
}
.layout-header {
  z-index: 99;
  width: 100%;
  position: fixed;
  top: 0;
}
.layout-header .header > .container {
  position: relative;
}
.layout-header .header > .container > * {
  position: absolute;
}
.layout-header .full-menu-toggle {
  cursor: pointer;
  height: 40px;
  position: absolute;
  z-index: 2;
}
.layout-header .full-menu-toggle > :first-child,
.layout-header .full-menu-toggle > :last-child {
  transition: opacity 0.25s ease;
  width: 100%;
  height: auto;
  font-size: 1.5rem;
}
.full-search-open .layout-header .full-search-toggle *:first-child {
  opacity: 0;
}
.full-search-open .layout-header .full-search-toggle *:last-child {
  opacity: 1;
}
.layout-header {
  height: 0;
}
.layout-header .header .menu {
  opacity: 1;
  transition: opacity 0.25s ease;
  display: none;
}
@media (min-width: 1280px) {
  .layout-header .header .menu {
    display: flex;
  }
}
.layout-header .full-menu,
.layout-header .full-search {
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: -100vh;
  z-index: -1;
  transition: all 0.25s ease;
}
.layout-header .full-search {
  height: 300px;
  top: -300px;
}
.full-menu-open .layout-header .header .menu {
  opacity: 0;
}
.full-menu-open .layout-header .full-menu {
  top: 0vh;
}
.full-menu-open .full-menu {
  z-index: 1;
}
/* fonts, links and headers */
/* vars */
body {
  font-family: "Outfit", sans-serif;
  color: #24282a;
  background-color: #ecebe7;
}
body:not(:has(.layout-hero > .image)):not(:has(.layout-detailhero > .image)) {
  padding-block-start: 75px;
}
@media screen and (min-width: 1280px) {
  body:not(:has(.layout-hero > .image)):not(:has(.layout-detailhero > .image)) {
    padding-block-start: 130px;
  }
}
@media screen and (min-width: 1700px) {
  body:not(:has(.layout-hero > .image)):not(:has(.layout-detailhero > .image)) {
    padding-block-start: 200px;
  }
}
h1,
h2,
h3,
h4 {
  margin-block: 0;
}
h1 {
  font-weight: 300;
  font-size: 2.5rem;
}
@media screen and (min-width: 810px) {
  h1 {
    font-size: 3rem;
  }
}
@media screen and (min-width: 1280px) {
  h1 {
    font-size: 5.5rem;
  }
}
@media screen and (min-width: 1700px) {
  h1 {
    font-size: 10rem;
    line-height: .93;
  }
}
h2 {
  font-weight: 600;
  font-size: 1.5rem;
}
@media screen and (min-width: 810px) {
  h2 {
    font-size: 1.75rem;
  }
}
@media screen and (min-width: 1280px) {
  h2 {
    font-size: 2rem;
  }
}
@media screen and (min-width: 1700px) {
  h2 {
    font-size: 2.25rem;
    line-height: 1.4;
    letter-spacing: 2px;
  }
}
@media screen and (min-width: 1280px) {
  .layout-destinations .container .text h2,
  .layout-attractions .container .text h2,
  .layout-products .container .text h2 {
    font-size: 4rem;
    margin: 30px 0;
  }
}
h3 {
  font-weight: 700;
  font-size: 1.125rem;
}
@media screen and (min-width: 810px) {
  h3 {
    font-size: 1.25rem;
  }
}
@media screen and (min-width: 1280px) {
  h3 {
    font-size: 1.75rem;
  }
}
p:not(:has(*)) {
  line-height: 1.6;
}
a,
button,
.scroll {
  cursor: pointer;
}
img {
  height: 100%;
  width: 100%;
}
strong a,
a strong {
  color: #ffffff;
  background-color: #6961c0;
  border: 1px solid #6961c0;
  font-weight: 500;
  padding: .75rem 1rem;
  border-radius: 5rem;
  width: max-content;
  text-decoration: none;
}
strong a:after,
a strong:after {
  display: inline-block;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font: var(--fa-font-solid);
  content: "\f061";
}
@media screen and (min-width: 1280px) {
  strong a,
  a strong {
    font-size: 18px;
  }
}
@media screen and (min-width: 1700px) {
  strong a,
  a strong {
    padding: .75rem 2.25rem;
    line-height: 2;
  }
}
strong a::after,
a strong::after {
  margin-inline-start: .5rem;
}
@media screen and (min-width: 1700px) {
  strong a::after,
  a strong::after {
    margin-inline-start: 1rem;
  }
}
strong a:hover,
a strong:hover {
  color: #6961c0;
  background-color: #ffffff;
  transition: all 0.25s ease;
}
strong a:active,
a strong:active {
  opacity: .9;
  transform: scale(0.98);
  box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.3);
}
strong em,
em strong,
.layout-destinationsslider .container .title-and-slider > .title,
.layout-destinations .container > .label,
.layout-attractions .container > .label,
.layout-products .container > .label {
  display: inline-block;
  font-style: normal;
  font-weight: 300;
  text-transform: uppercase;
  font-size: 1.125rem;
  color: #24282a;
}
@media screen and (min-width: 810px) {
  strong em,
  em strong,
  .layout-destinationsslider .container .title-and-slider > .title,
  .layout-destinations .container > .label,
  .layout-attractions .container > .label,
  .layout-products .container > .label {
    font-size: 1.25rem;
  }
}
@media screen and (min-width: 1280px) {
  strong em,
  em strong,
  .layout-destinationsslider .container .title-and-slider > .title,
  .layout-destinations .container > .label,
  .layout-attractions .container > .label,
  .layout-products .container > .label {
    font-size: 1.5rem;
    letter-spacing: 5px;
  }
}
.layout-header {
  height: max-content;
}
.layout-header .header {
  height: 60px;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 1280px) {
  .layout-header .header {
    height: 100px;
  }
}
@media screen and (min-width: 1700px) {
  .layout-header .header {
    height: 200px;
  }
}
.layout-header .header .container {
  height: 100%;
}
.layout-header .header .container > * {
  top: 50%;
  transform: translateY(-50%);
}
.layout-header .header .container .home svg {
  height: 40px;
}
@media screen and (min-width: 1280px) {
  .layout-header .header .container .home svg {
    height: 60px;
  }
}
@media screen and (min-width: 1700px) {
  .layout-header .header .container .home svg {
    height: 80px;
  }
}
.layout-header .header .container .menu {
  right: 270px;
  gap: 10px;
}
.layout-header .header .container .menu > li > a {
  color: #ffffff;
  font-weight: 500;
  position: relative;
  isolation: isolate;
}
.layout-header .header .container .menu > li > a::before {
  content: "";
  display: block;
  width: 0;
  height: 100%;
  background: #d3e0e8;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
@media screen and (min-width: 1280px) {
  .layout-header .header .container .menu > li > a {
    font-size: 1.125rem;
    padding: .75rem;
  }
}
@media screen and (min-width: 1700px) {
  .layout-header .header .container .menu > li > a {
    padding: .5rem 1rem;
  }
}
.layout-header .header .container .menu > li > a::before {
  border-radius: 8px;
}
.layout-header .header .container .menu > li > a:hover::before {
  transition: all 0.25s ease;
  width: 100%;
}
.layout-header .header .container .menu > li.menu-item-has-children {
  position: relative;
}
.layout-header .header .container .menu > li.menu-item-has-children > a:after {
  display: inline-block;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font: var(--fa-font-solid);
  content: "\f063";
}
.layout-header .header .container .menu > li.menu-item-has-children > a::after {
  margin-inline-start: .25rem;
}
.layout-header .header .container .menu > li.menu-item-has-children > a:hover::before {
  width: 0;
}
.layout-header .header .container .menu > li.menu-item-has-children .sub-menu {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  background-color: #d3e0e8;
  border-radius: 10px;
  padding: 2rem 1rem;
  gap: 15px;
  position: absolute;
  left: -100vw;
  font-size: .9rem;
  top: -100vh;
  opacity: 0;
  border: 1px solid #d3e0e8;
  width: 0;
}
.layout-header .header .container .menu > li.menu-item-has-children .sub-menu::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: transparent;
  position: absolute;
  bottom: 50%;
  left: 0;
  z-index: -1;
}
.layout-header .header .container .menu > li.menu-item-has-children .sub-menu li a {
  width: max-content;
}
.layout-header .header .container .menu > li.menu-item-has-children .sub-menu li a:hover {
  color: #6961c0;
  transition: all 0.25s ease;
}
.layout-header .header .container .menu > li.menu-item-has-children:hover .sub-menu {
  top: 150%;
  left: 0;
  opacity: 1;
  width: 200%;
  transition: top 250ms ease-in-out, left 250ms ease-in-out, width 450ms ease-in-out, opacity 250ms ease-in-out 175ms;
}
.layout-header .header .container .full-menu-toggle {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  align-items: center;
  right: 15px;
  width: 100px;
  padding: .5rem 1rem;
  background-color: #d3e0e8;
  border-radius: 5rem;
}
@media screen and (min-width: 810px) {
  .layout-header .header .container .full-menu-toggle {
    right: 30px;
  }
}
@media screen and (min-width: 1280px) {
  .layout-header .header .container .full-menu-toggle {
    right: 100px;
  }
}
@media screen and (min-width: 1700px) {
  .layout-header .header .container .full-menu-toggle {
    width: 160px;
    padding: 0 1rem;
    height: 65px;
  }
}
.layout-header .header .container .full-menu-toggle .toggle {
  display: grid;
  grid-template-columns: repeat(2, max-content);
  gap: .25rem;
  align-items: center;
  justify-self: center;
  position: static;
}
@media screen and (min-width: 1700px) {
  .layout-header .header .container .full-menu-toggle .toggle {
    grid-template-columns: repeat(2, 1fr);
    justify-items: center;
  }
}
.layout-header .header .container .full-menu-toggle .toggle span {
  font-size: 1rem;
}
.layout-header .header .container .full-menu-toggle .toggle.close {
  display: none;
}
.full-menu-open .layout-header .header .container .full-menu-toggle .toggle.close {
  display: grid;
}
.full-menu-open .layout-header .header .container .full-menu-toggle .toggle.open {
  display: none;
}
.layout-header .header .container .full-menu-toggle:hover {
  background-color: #6961c0;
  transition: all 0.25s ease;
}
.layout-header .header .container .full-menu-toggle:hover .close,
.layout-header .header .container .full-menu-toggle:hover .open {
  color: #ffffff;
}
.layout-header .header .container .search-and-language {
  right: 15px;
}
@media screen and (min-width: 810px) {
  .layout-header .header .container .search-and-language {
    right: 150px;
  }
}
@media screen and (min-width: 810px) {
  .layout-header .header .container .search-and-language {
    right: 30px;
  }
}
@media screen and (min-width: 1280px) {
  .layout-header .header .container .search-and-language {
    top: calc(50% - 20px);
    transform: none;
  }
}
@media screen and (min-width: 1700px) {
  .layout-header .header .container .search-and-language {
    top: calc(50% - 30px);
  }
}
.layout-header .header .container .search-and-language .search {
  display: none;
}
.layout-header .header .container .search-and-language .language {
  cursor: pointer;
  display: flex;
  gap: .25rem;
  margin: 105px 0 0;
}
@media screen and (min-width: 810px) {
  .layout-header .header .container .search-and-language .language {
    margin: 0;
  }
}
@media screen and (min-width: 1280px) {
  .layout-header .header .container .search-and-language .language {
    flex-direction: column;
    gap: .5rem;
  }
}
.layout-header .header .container .search-and-language .language a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: #ffffff;
  border: 1px solid #ffffff;
  border-radius: 50%;
  transition: all 0.25s ease;
}
@media screen and (min-width: 1700px) {
  .layout-header .header .container .search-and-language .language a {
    height: 60px;
    width: 60px;
  }
}
@media screen and (min-width: 1280px) {
  .layout-header .header .container .search-and-language .language a:not(:first-of-type) {
    opacity: 0;
  }
}
.layout-header .header .container .search-and-language .language a:hover {
  color: #48134d;
  border-color: #48134d;
}
.layout-header .header .container .search-and-language .language:hover a {
  opacity: 1;
}
.layout-header .full-menu {
  padding: 90px 0 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
@media screen and (min-width: 1280px) {
  .layout-header .full-menu {
    height: 50vh;
    width: 33vw;
    background-image: unset !important;
    border-radius: 10px;
  }
}
.layout-header .full-menu .container {
  box-shadow: none !important;
}
.layout-header .full-menu .container .menu {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: .5rem;
}
@media screen and (min-width: 1280px) {
  .full-menu-open .layout-header .full-menu {
    z-index: 100;
    top: 150px;
    right: 100px;
    background: #6961c0;
  }
}
.full-menu-open .layout-header .full-menu .container .menu li a {
  color: #ffffff;
  font-size: 1.1rem;
}
.scrolled .layout-header > * {
  transition: all 0.25s ease;
}
.scrolled .layout-header .header {
  height: 60px;
  transition: all 0.25s ease;
}
.scrolled .layout-header .header .container .home svg {
  height: 30px;
}
@media screen and (min-width: 1280px) {
  .scrolled .layout-header .header .container .menu li a {
    padding: .5rem;
  }
}
.scrolled .layout-header .header .container .full-menu-toggle {
  height: 30px;
  width: 100px;
  padding: 0 1rem;
}
.scrolled .layout-header .header .container .search-and-language .language > * {
  height: 30px;
  width: 30px;
}
.home .layout-header .header .container {
  max-width: 1640px;
}
.home .layout-header .header .container .menu {
  right: 230px;
  gap: 30px;
}
@media screen and (min-width: 1700px) {
  .home .layout-header .header .container .full-menu-toggle {
    right: 45px;
  }
}
@media screen and (min-width: 1700px) {
  .home .layout-header .header .container .search-and-language {
    right: -25px;
  }
}
@media screen and (min-width: 1800px) {
  .home .layout-header .header .container .search-and-language {
    right: -70px;
  }
}
.home.scrolled .layout-header .header {
  background-color: #24282a;
  box-shadow: 0 0 8px rgba(36, 40, 42, 0.2);
}
.layout-header:not(.home .layout-header) {
  top: 15px;
}
@media screen and (min-width: 1280px) {
  .layout-header:not(.home .layout-header) {
    top: 30px;
  }
}
@media screen and (min-width: 1700px) {
  .layout-header:not(.home .layout-header) {
    top: 50px;
  }
}
@media screen and (min-width: 1700px) {
  .layout-header:not(.home .layout-header) .header {
    height: 158px;
  }
}
.layout-header:not(.home .layout-header) .header .container {
  background-color: #ffffff;
  border-radius: 15px;
  width: calc(100vw - 30px);
}
@media screen and (min-width: 810px) {
  .layout-header:not(.home .layout-header) .header .container {
    width: calc(100vw - 60px);
  }
}
@media screen and (min-width: 1700px) {
  .layout-header:not(.home .layout-header) .header .container {
    border-radius: 40px;
  }
}
@media screen and (min-width: 1700px) {
  .layout-header:not(.home .layout-header) .header .container .home {
    left: 55px;
  }
}
.layout-header:not(.home .layout-header) .header .container .home svg g #Path_19,
.layout-header:not(.home .layout-header) .header .container .home svg g #Path_20,
.layout-header:not(.home .layout-header) .header .container .home svg g #Rectangle_15,
.layout-header:not(.home .layout-header) .header .container .home svg g #Path_21,
.layout-header:not(.home .layout-header) .header .container .home svg g #Path_22,
.layout-header:not(.home .layout-header) .header .container .home svg g #Path_23,
.layout-header:not(.home .layout-header) .header .container .home svg g #Path_24 {
  fill: #24282a;
}
.layout-header:not(.home .layout-header) .header .container .home svg g #Path_25,
.layout-header:not(.home .layout-header) .header .container .home svg g #Path_26,
.layout-header:not(.home .layout-header) .header .container .home svg g #Path_27,
.layout-header:not(.home .layout-header) .header .container .home svg g #Path_28,
.layout-header:not(.home .layout-header) .header .container .home svg g #Path_29,
.layout-header:not(.home .layout-header) .header .container .home svg g #Path_30,
.layout-header:not(.home .layout-header) .header .container .home svg g #Path_31,
.layout-header:not(.home .layout-header) .header .container .home svg g #Path_32,
.layout-header:not(.home .layout-header) .header .container .home svg g #Path_33,
.layout-header:not(.home .layout-header) .header .container .home svg g #Rectangle_16,
.layout-header:not(.home .layout-header) .header .container .home svg g #Rectangle_17,
.layout-header:not(.home .layout-header) .header .container .home svg g #Rectangle_18 {
  fill: #d3e0e8;
}
.layout-header:not(.home .layout-header) .header .container .menu li a {
  color: #24282a;
}
.layout-header:not(.home .layout-header) .header .container .search-and-language .language > * {
  color: #24282a;
  border-color: #24282a;
}
.layout-header:not(.home .layout-header) .header .container .search-and-language .language.rest-visible > * {
  color: #ffffff;
  border-color: #ffffff;
}
.scrolled .layout-header:not(.home .layout-header) {
  top: 5px;
}
@media screen and (min-width: 1280px) {
  .scrolled .layout-header:not(.home .layout-header) {
    top: 15px;
  }
}
.scrolled .layout-header:not(.home .layout-header) .container {
  box-shadow: 0 0 8px rgba(36, 40, 42, 0.2);
}
.layout-footer {
  padding: 30px 0 0;
  background-color: #394247;
  color: #ffffff;
}
@media screen and (min-width: 1280px) {
  .layout-footer {
    padding: 115px 0 0;
  }
}
.layout-footer .container {
  padding-block-end: 30px;
  position: relative;
  isolation: isolate;
}
.layout-footer .container::before {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: #8d9295;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.layout-footer .container::before {
  top: auto;
  bottom: 0;
}
.layout-footer .container .slogan {
  font-size: 1.5rem;
  text-align: right;
  font-weight: 300;
}
@media screen and (min-width: 1700px) {
  .layout-footer .container .slogan {
    font-size: 1.8rem;
    letter-spacing: 1px;
    word-spacing: 3px;
  }
}
.layout-footer .container .blocks {
  margin: 30px 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 30px 15px;
}
@media screen and (min-width: 810px) {
  .layout-footer .container .blocks {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 100px;
  }
}
@media screen and (min-width: 1280px) {
  .layout-footer .container .blocks {
    grid-template-columns: max-content 1fr 1fr 1fr;
  }
}
@media screen and (min-width: 1700px) {
  .layout-footer .container .blocks {
    margin: 70px 0 115px;
  }
}
.layout-footer .container .blocks li p {
  margin: 0;
  line-height: 1.6;
}
.layout-footer .container .blocks li a:not(a:has(i)) {
  color: #8d9295;
}
.layout-footer .container .blocks li a:not(a:has(i)):hover {
  color: #6961c0;
  transition: all 0.25s ease;
}
.layout-footer .container .blocks li h4 {
  font-weight: 300;
}
@media screen and (min-width: 1700px) {
  .layout-footer .container .blocks li h4 {
    font-size: 1.3rem;
  }
}
.layout-footer .container .blocks li .phone,
.layout-footer .container .blocks li .email {
  color: #ffffff;
  background-color: transparent;
  border: 1px solid #6961c0;
  font-weight: 500;
  padding: .75rem 1rem;
  border-radius: 5rem;
  width: max-content;
  text-decoration: none;
  display: flex;
  gap: .5rem;
}
.layout-footer .container .blocks li .phone:after,
.layout-footer .container .blocks li .email:after {
  display: inline-block;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font: var(--fa-font-solid);
  content: "\f061";
}
@media screen and (min-width: 1280px) {
  .layout-footer .container .blocks li .phone,
  .layout-footer .container .blocks li .email {
    font-size: 18px;
  }
}
@media screen and (min-width: 1700px) {
  .layout-footer .container .blocks li .phone,
  .layout-footer .container .blocks li .email {
    padding: .75rem 2.25rem;
    line-height: 2;
  }
}
.layout-footer .container .blocks li .phone::after,
.layout-footer .container .blocks li .email::after {
  margin-inline-start: .5rem;
}
@media screen and (min-width: 1700px) {
  .layout-footer .container .blocks li .phone::after,
  .layout-footer .container .blocks li .email::after {
    margin-inline-start: 1rem;
  }
}
.layout-footer .container .blocks li .phone:hover,
.layout-footer .container .blocks li .email:hover {
  color: #6961c0;
  background-color: #ffffff;
  transition: all 0.25s ease;
}
.layout-footer .container .blocks li .phone:active,
.layout-footer .container .blocks li .email:active {
  opacity: .9;
  transform: scale(0.98);
  box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: calc(1280px - 1px)) {
  .layout-footer .container .blocks li .phone,
  .layout-footer .container .blocks li .email {
    margin: .75rem 0;
  }
}
@media screen and (min-width: 1280px) {
  .layout-footer .container .blocks li .phone,
  .layout-footer .container .blocks li .email {
    display: inline-flex;
    font-size: 1rem;
  }
}
@media screen and (min-width: 1700px) {
  .layout-footer .container .blocks li .phone,
  .layout-footer .container .blocks li .email {
    line-height: normal;
    padding-inline: 1.26rem;
  }
}
.layout-footer .container .blocks li .phone::after,
.layout-footer .container .blocks li .email::after {
  display: none;
}
.layout-footer .container .blocks li .social-pages {
  display: flex;
  gap: 1rem;
}
@media screen and (min-width: 1700px) {
  .layout-footer .container .blocks li .social-pages {
    margin-block-start: 20px;
  }
}
.layout-footer .container .blocks li .social-pages li a i {
  font-size: 2rem;
  color: #394247;
  background-color: #ffffff;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 1700px) {
  .layout-footer .container .blocks li .social-pages li a i {
    width: 48px;
    height: 48px;
  }
}
.layout-footer .container .blocks li .social-pages li a span {
  display: none;
}
.layout-footer .container .blocks li .social-pages li a:hover i {
  color: #ffffff;
  background-color: #394247;
  transition: all 0.25s ease;
}
@media screen and (max-width: calc(810px - 1px)) {
  .layout-footer .container .blocks li:has(.address) {
    grid-column: span 2;
  }
}
.layout-footer .container .blocks li:has(.address) .address {
  font-weight: 300;
}
@media screen and (min-width: 1700px) {
  .layout-footer .container .blocks li:has(.address) .address {
    margin-block: 30px 74px;
  }
}
@media screen and (min-width: 1700px) {
  .layout-footer .container .blocks li:has(.address) .address p {
    line-height: 1.1;
  }
}
@media screen and (min-width: 1280px) {
  .layout-footer .container .blocks li:has(.social-pages) {
    align-self: end;
  }
}
.layout-footer .container .blocks li:not(:has(.address)):not(:has(.social-pages)) p {
  margin: 20px 0 0;
  line-height: 1;
}
.layout-copyright {
  padding: 38px 0;
  color: #8d9295;
  background-color: #394247;
}
.layout-copyright .container {
  display: flex;
  justify-content: space-between;
  position: relative;
  flex-wrap: wrap;
  gap: .5rem;
}
.layout-copyright .container .menu {
  display: flex;
  gap: 0 1rem;
  flex-wrap: wrap;
}
.layout-copyright .container .up {
  position: absolute;
  top: -30px;
  right: 1rem;
  background-color: #ffffff;
  padding: .25rem;
  border-radius: 4px;
}
@media screen and (min-width: 810px) {
  .layout-copyright .container .up {
    right: 30px;
  }
}
@media screen and (min-width: 1700px) {
  .layout-copyright .container .up {
    right: 0;
  }
}
.layout-copyright .container .up:hover {
  transform: translateY(-8px);
}
.layout-hero {
  display: grid;
}
.layout-hero > * {
  grid-column: 1 / -1;
  grid-row: 1 / -1;
}
.layout-hero .image {
  height: 100vh;
  z-index: -1;
  position: relative;
  isolation: isolate;
}
.layout-hero .image::before {
  content: "";
  display: block;
  width: 100%;
  height: 40%;
  background: linear-gradient(to top, #ecebe7, transparent);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.layout-hero .image::before {
  top: auto;
  bottom: 0;
  z-index: auto;
}
.layout-hero .container {
  display: grid;
  grid-template-rows: 1fr auto auto;
  gap: 2rem;
  padding: 30px 15px;
}
@media screen and (min-width: 810px) {
  .layout-hero .container {
    grid-template-columns: auto 1fr;
    grid-template-rows: 1fr auto;
  }
}
@media screen and (min-width: 1700px) {
  .layout-hero .container {
    padding-block-end: 0;
  }
}
.layout-hero .container .title {
  color: #ffffff;
  align-self: center;
  margin-block-start: 40px;
}
@media screen and (min-width: 810px) {
  .layout-hero .container .title {
    margin-block-start: 0;
    grid-column: span 2;
    max-width: 60%;
  }
}
@media screen and (min-width: 1700px) {
  .layout-hero .container .title {
    max-width: 75%;
    margin-block-start: 17rem;
  }
}
.layout-hero .container .scroll {
  display: grid;
  color: #6961c0;
  font-size: 1.25rem;
  text-align: center;
  border: 2px dashed #6961c0;
  border-radius: 50%;
  height: 100px;
  padding: .5rem;
  aspect-ratio: 1;
  align-items: center;
  text-transform: uppercase;
  font-weight: 700;
}
@media screen and (min-width: 810px) {
  .layout-hero .container .scroll {
    align-self: end;
  }
}
@media screen and (min-width: 1280px) {
  .layout-hero .container .scroll {
    height: 150px;
  }
}
@media screen and (min-width: 1700px) {
  .layout-hero .container .scroll {
    height: 180px;
    line-height: 0;
    margin: 0 0 7rem 2rem;
    letter-spacing: 6px;
  }
}
.layout-hero .container .scroll em {
  font-style: normal;
}
@media screen and (min-width: 1700px) {
  .layout-hero .container .scroll em {
    margin-block-end: -70px;
  }
}
.layout-hero .container .scroll span {
  font-size: .55rem;
  font-weight: 400;
  letter-spacing: 2px;
}
@media screen and (min-width: 1700px) {
  .layout-hero .container .scroll i {
    margin-block-start: -65px;
  }
}
.layout-hero .container .scroll:hover i {
  animation: up-and-down 750ms linear infinite;
}
@keyframes up-and-down {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(0);
  }
}
.layout-hero .container .block {
  display: grid;
  background-color: #6961c0;
}
@media screen and (min-width: 810px) {
  .layout-hero .container .block {
    grid-template-columns: repeat(2, 300px);
    width: max-content;
    justify-self: end;
  }
}
@media screen and (min-width: 1700px) {
  .layout-hero .container .block {
    margin-block-end: 7rem;
  }
}
.layout-hero .container .block .block-image {
  height: 200px;
}
@media screen and (min-width: 1700px) {
  .layout-hero .container .block .block-image {
    height: 270px;
  }
}
.layout-hero .container .block .block-text {
  color: #ffffff;
  justify-self: center;
  padding: 1rem;
}
@media screen and (min-width: 810px) {
  .layout-hero .container .block .block-text {
    align-self: center;
  }
}
.layout-hero .container .block .block-text h3 {
  text-transform: uppercase;
  max-width: 100px;
}
.layout-hero .container .block .block-text p a {
  padding: .5rem 0;
  font-weight: 500;
}
.layout-hero .container .block .block-text p a:after {
  display: inline-block;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font: var(--fa-font-solid);
  content: "\f061";
}
@media screen and (min-width: 1280px) {
  .layout-hero .container .block .block-text p a {
    font-size: 1.125rem;
  }
}
.layout-hero .container .block .block-text p a::after {
  margin-inline-start: 1rem;
}
.layout-hero .container .block .block-text p a:hover:after {
  transform: rotate(360deg);
  transition: all 0.25s ease;
}
.layout-hero.style-only_text .image {
  height: 57vh;
}
.layout-hero.style-only_text .container .title {
  color: #d3e0e8;
}
@media screen and (min-width: 1700px) {
  .layout-hero.style-only_text .container .title {
    margin-inline-start: 227px;
  }
}
.layout-hero.style-only_text .container .title p strong em {
  color: #d3e0e8;
}
.layout-hero.style-only_text .container .title h1 {
  font-weight: 700;
}
@media screen and (min-width: 1280px) {
  .layout-hero.style-only_text .container .title h1 {
    font-size: 3.5rem;
  }
}
@media screen and (min-width: 1700px) {
  .layout-hero.style-only_text .container .title h1 {
    line-height: 1.4;
  }
}
.layout-hero.style-only_text .container .scroll {
  display: none;
}
body.home .layout-hero .breadcrumbs {
  display: none;
}
.layout-detailhero {
  display: grid;
}
.layout-detailhero > * {
  grid-column: 1 / -1;
  grid-row: 1 / -1;
}
.layout-detailhero > .image {
  z-index: -1;
  position: relative;
  isolation: isolate;
}
.layout-detailhero > .image::before {
  content: "";
  display: block;
  width: 100%;
  height: 25%;
  background: linear-gradient(to top, #ecebe7, transparent);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
@media screen and (min-width: 1280px) {
  .layout-detailhero > .image {
    max-height: 100vh;
  }
}
.layout-detailhero > .image::before {
  top: auto;
  bottom: 0;
  z-index: auto;
}
.layout-detailhero .breadcrumbs {
  margin: 100px auto 0 15px;
}
@media screen and (min-width: 810px) {
  .layout-detailhero .breadcrumbs {
    margin: 100px auto 0 30px;
  }
}
@media screen and (min-width: 1280px) {
  .layout-detailhero .breadcrumbs {
    margin: 170px auto 0 30px;
  }
}
@media screen and (min-width: 1420px) {
  .layout-detailhero .breadcrumbs {
    margin: 170px auto 0 calc(50vw - 1420px / 2 + 30px);
  }
}
@media screen and (min-width: 1700px) {
  .layout-detailhero .breadcrumbs {
    margin: 270px auto 0 calc(50vw - 1420px / 2);
  }
}
.layout-detailhero .container {
  margin-block-start: 150px;
  color: #8d9295;
  padding: 30px 15px 30px 30px;
  position: relative;
  isolation: isolate;
  height: fit-content;
}
.layout-detailhero .container::before {
  content: "";
  display: block;
  width: 100vw;
  height: 100%;
  background: #0b1c2c;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
@media screen and (min-width: 810px) {
  .layout-detailhero .container {
    padding: 30px 30px 30px 60px;
  }
}
@media screen and (min-width: 1280px) {
  .layout-detailhero .container {
    margin-block-start: 250px;
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 30px;
    align-self: end;
    margin-block-end: 90px;
  }
}
@media screen and (min-width: 1700px) {
  .layout-detailhero .container {
    margin-block-start: 320px;
    padding: 60px 0px 70px 165px;
  }
}
.layout-detailhero .container::before {
  left: 15px;
  border-radius: 15px 0 0 15px;
}
@media screen and (min-width: 810px) {
  .layout-detailhero .container::before {
    left: 30px;
  }
}
@media screen and (min-width: calc(1420px + 30px)) {
  .layout-detailhero .container::before {
    left: 0;
    border-radius: 50px 0 0 50px;
  }
}
.layout-detailhero .container em,
.layout-detailhero .container h1,
.layout-detailhero .container a,
.layout-detailhero .container li,
.layout-detailhero .container em strong {
  color: #ffffff;
}
@media screen and (min-width: 1280px) {
  .layout-detailhero .container .text-and-links {
    grid-column: span 2;
    height: fit-content;
  }
}
.layout-detailhero .container .text-and-links .text {
  max-width: 550px;
}
.layout-detailhero .container .text-and-links .text h1 {
  font-weight: 700;
  line-height: unset;
}
@media screen and (min-width: 1700px) {
  .layout-detailhero .container .text-and-links .text h1 {
    font-size: 3.25rem;
  }
}
@media screen and (min-width: 1700px) {
  .layout-detailhero .container .text-and-links .text h1 + p {
    line-height: 2;
    font-size: 1.25rem;
    letter-spacing: 1px;
  }
}
.layout-detailhero .container .text-and-links .links {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 1rem;
}
@media screen and (min-width: 810px) {
  .layout-detailhero .container .text-and-links .links {
    display: grid;
    grid-template-columns: repeat(3, max-content);
  }
}
@media screen and (min-width: 1700px) {
  .layout-detailhero .container .text-and-links .links {
    gap: 2.25rem;
    margin-block-start: -18px;
  }
}
.layout-detailhero .container .text-and-links .links li:after {
  display: inline-block;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font: var(--fa-font-solid);
  content: "\f063";
}
.layout-detailhero .container .text-and-links .links li::after {
  margin-inline-start: .25rem;
}
.layout-detailhero .container .text-and-links .links li a {
  position: relative;
  isolation: isolate;
  padding: .25rem 0;
  font-weight: 600;
}
.layout-detailhero .container .text-and-links .links li a::before {
  content: "";
  display: block;
  width: 0;
  height: 2px;
  background: #000000;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.layout-detailhero .container .text-and-links .links li a::before {
  top: auto;
  bottom: 0;
}
.layout-detailhero .container .text-and-links .links li a:hover::before {
  width: 100%;
  transition: all 0.25s ease;
}
.layout-detailhero .container .text-and-links .links li a::before {
  width: 100%;
  background: #ffffff;
}
.layout-detailhero .container .text-and-links .links li a:hover::before {
  width: 0;
}
.layout-detailhero .container .image-and-caption {
  display: grid;
  margin: 30px 0 0;
}
@media screen and (min-width: 1280px) {
  .layout-detailhero .container .image-and-caption {
    grid-column: span 3;
    margin: -110px 0 0;
  }
}
.layout-detailhero .container .image-and-caption > * {
  grid-column: 1 / -1;
  grid-row: 1 / -1;
}
.layout-detailhero .container .image-and-caption .detail-image {
  height: 300px;
}
@media screen and (min-width: 1280px) {
  .layout-detailhero .container .image-and-caption .detail-image {
    height: 100%;
  }
}
.layout-detailhero .container .image-and-caption .detail-image img {
  border-radius: 10px;
}
@media screen and (min-width: 1700px) {
  .layout-detailhero .container .image-and-caption .detail-image img {
    border-radius: 50px;
  }
}
.layout-detailhero .container .image-and-caption .caption {
  align-self: end;
  justify-self: end;
  padding: 1rem;
  font-style: italic;
  color: rgba(255, 255, 255, 0.75);
}
@media screen and (min-width: 1280px) {
  .layout-detailhero .container .image-and-caption .caption {
    max-width: 400px;
    padding: 1rem 1rem 3.5rem;
  }
}
.layout-text {
  padding: 30px 0;
  background-color: #ecebe7;
}
@media screen and (min-width: 1700px) {
  .layout-text {
    padding: 60px 0 30px;
  }
}
.layout-text .container h2 {
  color: #48134d;
  max-width: 1640px;
}
.layout-text .container p {
  line-height: 1.6;
  color: #8d9295;
  max-width: 1640px;
}
@media screen and (min-width: 1280px) {
  .layout-text .container p {
    font-size: 1.125rem;
  }
}
@media screen and (min-width: 1700px) {
  .layout-text .container p {
    font-size: 1.5rem;
    line-height: 2;
  }
}
@media screen and (min-width: 1700px) {
  .layout-text .container .plain-text h1 {
    font-size: 5rem;
  }
}
.layout-text .container .plain-text p:has(a) {
  display: inline-block;
  font-size: 1rem;
}
@media screen and (min-width: 1280px) {
  .layout-text .container .plain-text p:has(a) {
    font-size: 1.125rem;
  }
}
@media screen and (min-width: 1700px) {
  .layout-text .container .plain-text p:has(a) {
    margin-block-start: 2rem;
    font-size: 1.5rem;
    line-height: 2;
  }
}
.layout-text .container .plain-text p:has(a) a:not(strong a):not(a:has(strong)) {
  position: relative;
  isolation: isolate;
  color: #24282a;
}
.layout-text .container .plain-text p:has(a) a:not(strong a):not(a:has(strong))::before {
  content: "";
  display: block;
  width: 0;
  height: 2px;
  background: #000000;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.layout-text .container .plain-text p:has(a) a:not(strong a):not(a:has(strong))::before {
  top: auto;
  bottom: 0;
}
.layout-text .container .plain-text p:has(a) a:not(strong a):not(a:has(strong)):hover::before {
  width: 100%;
  transition: all 0.25s ease;
}
@media screen and (min-width: 1700px) {
  .layout-text .container .plain-text p:has(a) a:not(strong a):not(a:has(strong)) {
    font-size: 1.125rem;
  }
}
.layout-text .container .plain-text p:has(a) a:not(strong a):not(a:has(strong))::before {
  width: 100%;
}
.layout-text .container .plain-text p:has(a) a:not(strong a):not(a:has(strong)):hover::before {
  width: 0;
}
.layout-text .container .plain-text p:has(a) strong a {
  color: #ffffff;
  background-color: #6961c0;
  border: 1px solid #6961c0;
  font-weight: 500;
  padding: .75rem 1rem;
  border-radius: 5rem;
  width: max-content;
  text-decoration: none;
  margin-inline-end: 1rem;
}
.layout-text .container .plain-text p:has(a) strong a:after {
  display: inline-block;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font: var(--fa-font-solid);
  content: "\f061";
}
@media screen and (min-width: 1280px) {
  .layout-text .container .plain-text p:has(a) strong a {
    font-size: 18px;
  }
}
@media screen and (min-width: 1700px) {
  .layout-text .container .plain-text p:has(a) strong a {
    padding: .75rem 2.25rem;
    line-height: 2;
  }
}
.layout-text .container .plain-text p:has(a) strong a::after {
  margin-inline-start: .5rem;
}
@media screen and (min-width: 1700px) {
  .layout-text .container .plain-text p:has(a) strong a::after {
    margin-inline-start: 1rem;
  }
}
.layout-text .container .plain-text p:has(a) strong a:hover {
  color: #6961c0;
  background-color: #ffffff;
  transition: all 0.25s ease;
}
.layout-text .container .plain-text p:has(a) strong a:active {
  opacity: .9;
  transform: scale(0.98);
  box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.3);
}
@media screen and (min-width: 1700px) {
  .layout-text .container .plain-text p:has(a) strong a {
    margin-inline-end: 2rem;
  }
}
.layout-text .container .plain-text ul:not(.cegg-feature-list) {
  padding: 0 0 0 20px;
}
@media screen and (min-width: 1280px) {
  .layout-text .container .plain-text ul:not(.cegg-feature-list) {
    max-width: 75%;
    padding: 0 0 0 40px;
  }
}
.layout-text .container .plain-text ul:not(.cegg-feature-list) li {
  line-height: 1.6;
  padding: 0 0 0 20px;
  margin: 0 0 10px;
  position: relative;
  isolation: isolate;
}
.layout-text .container .plain-text ul:not(.cegg-feature-list) li::before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background: #6961c0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
@media screen and (min-width: 1700px) {
  .layout-text .container .plain-text ul:not(.cegg-feature-list) li {
    font-size: 1.25rem;
  }
}
.layout-text .container .plain-text ul:not(.cegg-feature-list) li::before {
  border-radius: 50%;
  top: 10px;
}
.layout-text .container .plain-text ul:not(.cegg-feature-list) li a {
  text-decoration: underline;
  text-underline-offset: .25rem;
}
.layout-text .container .plain-text ul:not(.cegg-feature-list) li a:hover {
  color: #6961c0;
  transition: all 0.25s ease;
}
.layout-text .container .plain-text .cegg-feature-list li {
  margin: 1rem 0 0;
}
@media screen and (min-width: 1280px) {
  .layout-text .container .plain-text .cegg-feature-list li {
    font-size: 1.125rem;
  }
}
@media screen and (min-width: 1700px) {
  .layout-text .container .plain-text .cegg-feature-list li {
    font-size: 1.25rem;
  }
}
@media screen and (min-width: 810px) {
  .layout-text.style-fancy .container {
    display: grid;
  }
}
@media screen and (min-width: 1700px) {
  .layout-text.style-fancy .container {
    gap: 2.5rem;
  }
}
@media screen and (min-width: 810px) {
  .layout-text.style-fancy .container > * {
    max-width: 75%;
  }
}
@media screen and (min-width: 1280px) {
  .layout-text.style-fancy .container > * {
    max-width: 55%;
  }
}
@media screen and (min-width: 810px) {
  .layout-text.style-fancy .container .plain-text {
    justify-self: end;
  }
}
@media screen and (min-width: 1280px) {
  .layout-text.style-fancy .container .plain-text {
    max-width: 62%;
  }
}
.layout-text:has(.egg-container) {
  position: relative;
  background-color: transparent;
}
@media screen and (min-width: 1280px) {
  .layout-text:has(.egg-container) .container {
    padding-inline-start: 60px;
  }
}
.layout-text:has(.egg-container) .container .plain-text h2 {
  color: #24282a;
}
.layout-text:has(.egg-container) .container .plain-text p:has(strong a) {
  display: block;
  width: max-content;
  margin: auto;
}
.layout-text:has(.egg-container) .container .plain-text p:has(strong a) a {
  color: #24282a;
  background-color: #d3e0e8;
  border-color: #d3e0e8;
  font-weight: 700;
}
.layout-text:has(.egg-container) .container .plain-text p:has(strong a) a:hover {
  color: #d3e0e8;
  background-color: #24282a;
}
.layout-text:has(.egg-container) .egg-container {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 30px;
}
@media screen and (min-width: 810px) {
  .layout-text:has(.egg-container) .egg-container {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media screen and (min-width: 1280px) {
  .layout-text:has(.egg-container) .egg-container {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media screen and (min-width: 1700px) {
  .layout-text:has(.egg-container) .egg-container {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
.layout-text:has(.egg-container) .egg-container .container-fluid {
  padding: 1rem;
  border-radius: 20px;
  background-color: #ffffff;
  width: 100%;
}
.layout-text:has(.egg-container) .egg-container .container-fluid .row {
  margin: 0;
}
.layout-text:has(.egg-container) .egg-container .container-fluid .row .carousel {
  background-color: #ffffff;
  border-radius: 10px;
}
.layout-text:has(.egg-container) .egg-container .container-fluid .row .carousel .carousel-inner .item {
  background-color: #ffffff;
  border-radius: 10px;
}
.layout-text:has(.egg-container) .egg-container .container-fluid .row .carousel .carousel-inner .item a {
  width: 100%;
  background-color: #ffffff;
  border-radius: 10px;
}
.layout-text:has(.egg-container) .egg-container .container-fluid .row .carousel .carousel-inner .item a img {
  height: 200px;
  width: 100%;
  border-radius: 10px;
}
.layout-text:has(.egg-container) .egg-container.egg-item {
  margin: 30px 0;
}
@media screen and (min-width: 1700px) {
  .layout-text:has(.egg-container) .egg-container.egg-item {
    margin: 50px 0;
  }
}
.layout-text:has(.egg-container) .egg-container.egg-item .products {
  background-color: #ffffff;
  padding: 1rem;
  border-radius: 20px;
  position: relative;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}
.layout-text:has(.egg-container) .egg-container.egg-item .products:after {
  display: inline-block;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font: var(--fa-font-solid);
  content: "\f061";
}
.layout-text:has(.egg-container) .egg-container.egg-item .products::after {
  position: absolute;
  right: 1rem;
  bottom: 1rem;
  color: #8d9295;
}
.layout-text:has(.egg-container) .egg-container.egg-item .products .row {
  margin: 0;
}
@media screen and (min-width: 810px) {
  .layout-text:has(.egg-container) .egg-container.egg-item .products .row {
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
.layout-text:has(.egg-container) .egg-container.egg-item .products .row > div {
  width: auto;
  float: none;
}
.layout-text:has(.egg-container) .egg-container.egg-item .products .row .cegg-image-container {
  margin: 0;
  padding: 0;
}
.layout-text:has(.egg-container) .egg-container.egg-item .products .row .cegg-image-container a {
  width: 100%;
}
.layout-text:has(.egg-container) .egg-container.egg-item .products .row .cegg-image-container a img {
  height: 200px;
  width: 100%;
  border-radius: 10px;
}
@media screen and (min-width: 1700px) {
  .layout-text:has(.egg-container) .egg-container.egg-item .products .row .cegg-image-container a img {
    height: 300px;
  }
}
.layout-text:has(.egg-container) .egg-container.egg-item .products .row .cegg-item-title {
  margin: 20px 0;
  color: #6961c0;
  font-size: 24px;
}
.layout-text:has(.egg-container) .egg-container.egg-item .products .row .cegg-mb5 {
  overflow: visible;
}
.layout-text:has(.egg-container) .egg-container.egg-item .products .row .cegg-mb5 .egg-stars-container {
  overflow: visible;
}
.layout-text:has(.egg-container) .egg-container.egg-item .products .row .cegg-mb5 .egg-stars-container::before,
.layout-text:has(.egg-container) .egg-container.egg-item .products .row .cegg-mb5 .egg-stars-container::after {
  font-size: 2rem;
  overflow: visible;
}
.layout-text:has(.egg-container) .egg-container.egg-item .products .row .cegg-price-row {
  display: none;
}
.layout-text:has(.egg-container) .egg-container.egg-item .products .row .cegg-btn-row {
  display: none;
}
.layout-text:has(.egg-container) .egg-container.egg-item .products .row .cegg-btn-row img,
.layout-text:has(.egg-container) .egg-container.egg-item .products .row .cegg-btn-row small {
  display: none;
}
.layout-text:has(.egg-container) .egg-container.egg-item .products .row h4 {
  display: none;
}
.layout-text:has(.egg-container) .egg-container.egg-item .products .row + .row p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}
@media screen and (min-width: 1700px) {
  .layout-text:has(.egg-container) .egg-container.egg-item .products .row + .row p {
    font-size: 1.25rem;
  }
}
.layout-text:has(.egg-container) .egg-container.egg-list {
  display: block !important;
}
.layout-text:has(.egg-container) .egg-container.egg-list .egg-listcontainer {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
@media screen and (min-width: 810px) {
  .layout-text:has(.egg-container) .egg-container.egg-list .egg-listcontainer {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 30px;
  }
}
@media screen and (min-width: 1280px) {
  .layout-text:has(.egg-container) .egg-container.egg-list .egg-listcontainer {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media screen and (min-width: 1700px) {
  .layout-text:has(.egg-container) .egg-container.egg-list .egg-listcontainer {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
.layout-text:has(.egg-container) .egg-container.egg-list .egg-listcontainer .cegg-list-logo-title,
.layout-text:has(.egg-container) .egg-container.egg-list .egg-listcontainer .row-products {
  background-color: #ffffff;
}
.layout-text:has(.egg-container) .egg-container.egg-list .egg-listcontainer .cegg-list-logo-title {
  margin: 0;
  border-radius: 20px 20px 0 0;
  padding: 1.5rem 1rem 0;
}
.layout-text:has(.egg-container) .egg-container.egg-list .egg-listcontainer .cegg-list-logo-title a {
  color: #6961c0;
}
.layout-text:has(.egg-container) .egg-container.egg-list .egg-listcontainer .row-products {
  margin: 0 0 30px;
  border-radius: 0 0 20px 20px;
  padding: 1rem;
  gap: 15px;
}
@media screen and (min-width: 810px) {
  .layout-text:has(.egg-container) .egg-container.egg-list .egg-listcontainer .row-products {
    border-radius: 20px;
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
.layout-text:has(.egg-container) .egg-container.egg-list .egg-listcontainer .row-products * {
  border-bottom: none;
}
@media screen and (min-width: 810px) {
  .layout-text:has(.egg-container) .egg-container.egg-list .egg-listcontainer .row-products .cegg-image-cell {
    width: 100%;
    padding: 0;
  }
}
@media screen and (min-width: 810px) {
  .layout-text:has(.egg-container) .egg-container.egg-list .egg-listcontainer .row-products .cegg-image-cell a img {
    max-height: unset;
    height: 200px;
    width: 100%;
  }
}
.layout-text:has(.egg-container) .egg-container.egg-list .egg-listcontainer .row-products .cegg-desc-cell,
.layout-text:has(.egg-container) .egg-container.egg-list .egg-listcontainer .row-products .cegg-price-cell {
  width: auto !important;
}
@media screen and (min-width: 810px) {
  .layout-text:has(.egg-container) .egg-container.egg-list .egg-listcontainer .row-products .cegg-desc-cell .cegg-btn-row,
  .layout-text:has(.egg-container) .egg-container.egg-list .egg-listcontainer .row-products .cegg-price-cell .cegg-btn-row {
    margin: 15px 0 0;
  }
}
.layout-text:has(.egg-container) .egg-container.egg-list .egg-listcontainer .row-products a {
  width: 100%;
}
.layout-text:has(.egg-container) .egg-container.egg-list .egg-listcontainer .row-products a img {
  height: 100px;
  width: 100%;
  border-radius: 10px;
}
.layout-text:has(.egg-container) .egg-container.egg-list .egg-listcontainer .row-products .cegg-mb5 {
  display: none;
}
.home .layout-text:has(.egg-container) .container,
.layout-text:has(.egg-container).style-is_accomodations_featured .container {
  max-width: none;
}
@media screen and (min-width: 1640px) {
  .home .layout-text:has(.egg-container) .container,
  .layout-text:has(.egg-container).style-is_accomodations_featured .container {
    margin-inline-start: calc(50vw - 1640px / 2 - 30px);
  }
}
@media screen and (min-width: 1640px) {
  .home .layout-text:has(.egg-container) .container .egg-container,
  .layout-text:has(.egg-container).style-is_accomodations_featured .container .egg-container {
    width: calc(100vw - (50vw - 1640px / 2 + 30px) - 60px);
  }
}
.home .layout-text:has(.egg-container):has(.products:nth-of-type(5)) .products:not(:first-child):not(:nth-of-type(2)):not(:nth-of-type(3)),
.layout-text:has(.egg-container).style-is_accomodations_featured:has(.products:nth-of-type(5)) .products:not(:first-child):not(:nth-of-type(2)):not(:nth-of-type(3)) {
  display: none;
}
@media screen and (min-width: 1700px) {
  .home .layout-text:has(.egg-container):has(.products:nth-of-type(5)) .products:not(:first-child):not(:nth-of-type(2)):not(:nth-of-type(3)):nth-of-type(4),
  .layout-text:has(.egg-container).style-is_accomodations_featured:has(.products:nth-of-type(5)) .products:not(:first-child):not(:nth-of-type(2)):not(:nth-of-type(3)):nth-of-type(4) {
    display: block;
  }
}
.layout-text.style-fancy.first-after-hero {
  padding: 0 0 30px;
}
@media screen and (min-width: 1280px) {
  .layout-text.style-fancy.first-after-hero {
    padding: 0 0 90px;
  }
}
@media screen and (min-width: 1700px) {
  .layout-text:has(+ .layout-text .container .plain-text .egg-container):not(:is(.layout-text:has(.egg-container))) .container {
    padding-inline-start: 60px;
  }
}
@media screen and (min-width: 1280px) {
  .layout-text:has(+ .layout-text .container .plain-text .egg-container):not(:is(.layout-text:has(.egg-container))) .container .plain-text h1 {
    font-size: 4rem;
    margin: 30px 0;
  }
}
.layout-textandusps {
  padding: 30px 0;
  background-color: #ecebe7;
}
@media screen and (min-width: 1280px) {
  .layout-textandusps {
    padding: 60px 0;
  }
}
@media screen and (min-width: 1700px) {
  .layout-textandusps {
    padding: 110px 0 10px;
  }
}
@media screen and (min-width: 810px) {
  .layout-textandusps .container {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 30px;
    position: relative;
    min-height: 250px;
  }
}
@media screen and (min-width: 1280px) {
  .layout-textandusps .container {
    min-height: 300px;
  }
}
.layout-textandusps .container > .text h2 {
  color: #6961c0;
}
@media screen and (min-width: 1700px) {
  .layout-textandusps .container > .text h2 {
    max-width: 500px;
    margin-block-end: 45px;
  }
}
.layout-textandusps .container > .text p {
  color: #8d9295;
}
@media screen and (min-width: 1280px) {
  .layout-textandusps .container > .text p:not(:has(strong)) {
    font-size: 1.25rem;
    margin-block-end: 40px;
  }
}
.layout-textandusps .container > .text p strong a {
  color: #ffffff;
  background-color: #6961c0;
  border: 1px solid #6961c0;
  font-weight: 500;
  padding: .75rem 1rem;
  border-radius: 5rem;
  width: max-content;
  text-decoration: none;
}
.layout-textandusps .container > .text p strong a:after {
  display: inline-block;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font: var(--fa-font-solid);
  content: "\f061";
}
@media screen and (min-width: 1280px) {
  .layout-textandusps .container > .text p strong a {
    font-size: 18px;
  }
}
@media screen and (min-width: 1700px) {
  .layout-textandusps .container > .text p strong a {
    padding: .75rem 2.25rem;
    line-height: 2;
  }
}
.layout-textandusps .container > .text p strong a::after {
  margin-inline-start: .5rem;
}
@media screen and (min-width: 1700px) {
  .layout-textandusps .container > .text p strong a::after {
    margin-inline-start: 1rem;
  }
}
.layout-textandusps .container > .text p strong a:hover {
  color: #6961c0;
  background-color: #ffffff;
  transition: all 0.25s ease;
}
.layout-textandusps .container > .text p strong a:active {
  opacity: .9;
  transform: scale(0.98);
  box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.3);
}
.layout-textandusps .container .usps {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 30px;
  background-color: #394247;
  color: #ffffff;
  padding: 1.5rem;
  border-radius: 10px;
}
@media screen and (min-width: 810px) {
  .layout-textandusps .container .usps {
    position: absolute;
    top: 0;
    right: 30px;
    z-index: 2;
    width: calc(50% - 30px);
  }
}
@media screen and (min-width: 1280px) {
  .layout-textandusps .container .usps {
    padding: 3.5rem;
    gap: 40px;
  }
}
@media screen and (min-width: 1700px) {
  .layout-textandusps .container .usps {
    padding: 6.5rem 4.5rem;
  }
}
.layout-textandusps .container .usps .usp .toggle-and-title {
  cursor: pointer;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: .5rem;
  align-items: center;
}
@media screen and (min-width: 1280px) {
  .layout-textandusps .container .usps .usp .toggle-and-title {
    gap: 2rem;
  }
}
.layout-textandusps .container .usps .usp .toggle-and-title .toggle i {
  font-weight: 300;
}
.layout-textandusps .container .usps .usp .toggle-and-title .toggle i:last-child {
  display: none;
}
.layout-textandusps .container .usps .usp .toggle-and-title h3 {
  font-weight: 300;
}
@media screen and (min-width: 1700px) {
  .layout-textandusps .container .usps .usp .toggle-and-title h3 {
    font-size: 2.25rem;
  }
}
.layout-textandusps .container .usps .usp .toggle-and-title:hover .toggle i {
  transition: all 0.25s ease;
  transform: rotate(360deg);
}
.layout-textandusps .container .usps .usp .text {
  display: none;
  padding: 0 0 0 1.5em;
  margin: 0 0 0 1.5rem;
  border-left: 1px solid #8d9295;
}
@media screen and (min-width: 1700px) {
  .layout-textandusps .container .usps .usp .text {
    padding: 0 0 0 2rem;
    margin: 0 0 0 4.5rem;
  }
}
.layout-textandusps .container .usps .usp .text p {
  font-weight: 300;
  line-height: 1.8;
}
@media screen and (min-width: 1280px) {
  .layout-textandusps .container .usps .usp .text p {
    font-size: 1.125rem;
    margin-block-start: 10px;
  }
}
.layout-textandusps .container .usps .usp.unfolded .toggle-and-title .toggle i:first-child {
  display: none;
}
.layout-textandusps .container .usps .usp.unfolded .toggle-and-title .toggle i:last-child {
  display: block;
}
.layout-textandusps .container .usps .usp.unfolded .text {
  display: block;
}
.layout-imagetextandframe {
  display: grid;
  padding: 30px 0;
  color: #ffffff;
  background-color: #f6f5f3;
  position: relative;
  isolation: isolate;
}
.layout-imagetextandframe::before {
  content: "";
  display: block;
  width: 100%;
  height: 50%;
  background: #ecebe7;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
@media screen and (min-width: 1700px) {
  .layout-imagetextandframe {
    padding: 30px 0 120px;
  }
}
.layout-imagetextandframe > * {
  grid-column: 1;
  grid-row: 1;
}
.layout-imagetextandframe .image {
  width: calc(100vw - 15px);
  margin: 0 0 0 auto;
}
@media screen and (min-width: 810px) {
  .layout-imagetextandframe .image {
    width: calc(100vw - 30px);
  }
}
@media screen and (min-width: 1024px) {
  .layout-imagetextandframe .image {
    max-height: 60vh;
  }
}
@media screen and (min-width: 1640px) {
  .layout-imagetextandframe .image {
    width: auto;
    margin-inline-start: calc(50vw - 1640px / 2 + 30px);
  }
}
.layout-imagetextandframe .image img {
  border-radius: 20px 0 0 20px;
}
@media screen and (min-width: 1700px) {
  .layout-imagetextandframe .image img {
    border-radius: 60px 0 0 60px;
  }
}
.layout-imagetextandframe .container {
  padding: 30px 30px 30px 45px;
  align-self: center;
  max-width: 1640px;
}
@media screen and (min-width: 810px) {
  .layout-imagetextandframe .container {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 30px;
    align-self: end;
    padding: 45px 45px 45px 60px;
  }
}
@media screen and (min-width: 1024px) {
  .layout-imagetextandframe .container {
    gap: 90px;
  }
}
@media screen and (min-width: 1700px) {
  .layout-imagetextandframe .container {
    padding: 45px 45px 110px 130px;
  }
}
@media screen and (min-width: 810px) {
  .layout-imagetextandframe .container .text {
    order: 2;
  }
}
@media screen and (min-width: 1700px) {
  .layout-imagetextandframe .container .text {
    margin-inline-start: 90px;
  }
}
.layout-imagetextandframe .container .text h2 {
  font-weight: 400;
  line-height: 1;
}
@media screen and (min-width: 810px) {
  .layout-imagetextandframe .container .text h2 {
    font-size: 2.5rem;
  }
}
@media screen and (min-width: 1280px) {
  .layout-imagetextandframe .container .text h2 {
    font-size: 5.5rem;
  }
}
@media screen and (min-width: 1700px) {
  .layout-imagetextandframe .container .text h2 {
    font-size: 7.75rem;
  }
}
.layout-imagetextandframe .container .frame {
  border: 1px solid #ffffff;
  border-radius: 10px;
  padding: 8rem 1rem 1rem 3rem;
  margin: 30px 0 0;
  overflow: hidden;
  position: relative;
  isolation: isolate;
}
.layout-imagetextandframe .container .frame:after {
  display: inline-block;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font: var(--fa-font-solid);
  content: "\f3c5";
}
.layout-imagetextandframe .container .frame::before {
  content: "";
  display: block;
  width: 150%;
  height: 150%;
  background: radial-gradient(circle, #6961c0 20%, transparent);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
@media screen and (min-width: 810px) {
  .layout-imagetextandframe .container .frame {
    order: 1;
    margin: 0;
    border-radius: 20px;
  }
}
@media screen and (min-width: 1024px) {
  .layout-imagetextandframe .container .frame {
    padding: 12rem 1.5rem 1.5rem 4rem;
  }
}
@media screen and (min-width: 1700px) {
  .layout-imagetextandframe .container .frame {
    padding: 21rem 1.5rem 1.5rem 10.5rem;
  }
}
.layout-imagetextandframe .container .frame::before {
  border-radius: 50%;
  top: auto;
  bottom: -100%;
  left: -50%;
  filter: blur(20px);
}
.layout-imagetextandframe .container .frame::after {
  position: absolute;
  top: 8rem;
  left: 1rem;
  color: #d3e0e8;
  font-size: 1.5rem;
}
@media screen and (min-width: 1024px) {
  .layout-imagetextandframe .container .frame::after {
    top: 12rem;
    font-size: 2.5rem;
  }
}
@media screen and (min-width: 1700px) {
  .layout-imagetextandframe .container .frame::after {
    font-size: 4rem;
    top: 21.25rem;
    left: 5.5rem;
  }
}
.layout-imagetextandframe .container .frame h4 {
  font-weight: 500px;
}
@media screen and (min-width: 1280px) {
  .layout-imagetextandframe .container .frame h4 {
    font-size: 1.75rem;
  }
}
@media screen and (min-width: 1280px) {
  .layout-imagetextandframe .container .frame p {
    font-size: 1.25rem;
    margin-block-start: 6px;
  }
}
.layout-textandimage {
  padding: 30px 0;
  background-color: #ecebe7;
}
@media screen and (min-width: 1700px) {
  .layout-textandimage {
    padding: 70px 0 40px;
  }
}
.layout-textandimage .container {
  border-radius: 15px;
}
.layout-textandimage .container .text-and-image {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 30px;
  padding: 30px 0;
}
@media screen and (min-width: 810px) {
  .layout-textandimage .container .text-and-image {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media screen and (min-width: 1280px) {
  .layout-textandimage .container .text-and-image {
    gap: 75px;
  }
}
@media screen and (min-width: 1700px) {
  .layout-textandimage .container .text-and-image {
    padding: 0 45px;
  }
}
@media screen and (min-width: 1280px) {
  .layout-textandimage .container .text-and-image .text {
    padding: 0 75px 0 0;
  }
}
.layout-textandimage .container .text-and-image .text h2 {
  color: #6961c0;
}
.layout-textandimage .container .text-and-image .text p {
  color: #8d9295;
  line-height: 1.6;
}
@media screen and (min-width: 1700px) {
  .layout-textandimage .container .text-and-image .text p {
    font-size: 1.125rem;
  }
}
@media screen and (min-width: 1700px) {
  .layout-textandimage .container .text-and-image .text p:not(:has(strong)) {
    line-height: 1.9;
    margin: 14px 0 0;
    font-size: 1.125rem;
  }
}
.layout-textandimage .container .text-and-image .text p:has(strong a),
.layout-textandimage .container .text-and-image .text p:has(a strong) {
  display: inline-block;
  margin-inline-end: 1rem;
}
@media screen and (min-width: 1280px) {
  .layout-textandimage .container .text-and-image .text p:has(strong a),
  .layout-textandimage .container .text-and-image .text p:has(a strong) {
    margin-block-start: 30px;
  }
}
.layout-textandimage .container .text-and-image .text p:has(strong a) strong a,
.layout-textandimage .container .text-and-image .text p:has(a strong) strong a {
  color: #ffffff;
  background-color: #6961c0;
  border: 1px solid #6961c0;
  font-weight: 500;
  padding: .75rem 1rem;
  border-radius: 5rem;
  width: max-content;
  text-decoration: none;
}
.layout-textandimage .container .text-and-image .text p:has(strong a) strong a:after,
.layout-textandimage .container .text-and-image .text p:has(a strong) strong a:after {
  display: inline-block;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font: var(--fa-font-solid);
  content: "\f061";
}
@media screen and (min-width: 1280px) {
  .layout-textandimage .container .text-and-image .text p:has(strong a) strong a,
  .layout-textandimage .container .text-and-image .text p:has(a strong) strong a {
    font-size: 18px;
  }
}
@media screen and (min-width: 1700px) {
  .layout-textandimage .container .text-and-image .text p:has(strong a) strong a,
  .layout-textandimage .container .text-and-image .text p:has(a strong) strong a {
    padding: .75rem 2.25rem;
    line-height: 2;
  }
}
.layout-textandimage .container .text-and-image .text p:has(strong a) strong a::after,
.layout-textandimage .container .text-and-image .text p:has(a strong) strong a::after {
  margin-inline-start: .5rem;
}
@media screen and (min-width: 1700px) {
  .layout-textandimage .container .text-and-image .text p:has(strong a) strong a::after,
  .layout-textandimage .container .text-and-image .text p:has(a strong) strong a::after {
    margin-inline-start: 1rem;
  }
}
.layout-textandimage .container .text-and-image .text p:has(strong a) strong a:hover,
.layout-textandimage .container .text-and-image .text p:has(a strong) strong a:hover {
  color: #6961c0;
  background-color: #ffffff;
  transition: all 0.25s ease;
}
.layout-textandimage .container .text-and-image .text p:has(strong a) strong a:active,
.layout-textandimage .container .text-and-image .text p:has(a strong) strong a:active {
  opacity: .9;
  transform: scale(0.98);
  box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.3);
}
@media screen and (min-width: 1700px) {
  .layout-textandimage .container .text-and-image .text p:has(strong a) strong a,
  .layout-textandimage .container .text-and-image .text p:has(a strong) strong a {
    line-height: 1.5;
    font-size: 1rem;
  }
}
.layout-textandimage .container .text-and-image .text p:has(strong a) + p:has(a) {
  display: inline-block;
}
.layout-textandimage .container .text-and-image .text p:has(strong a) + p:has(a) a {
  color: #24282a;
  position: relative;
  isolation: isolate;
  font-weight: 600;
}
.layout-textandimage .container .text-and-image .text p:has(strong a) + p:has(a) a::before {
  content: "";
  display: block;
  width: 0;
  height: 2px;
  background: #000000;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.layout-textandimage .container .text-and-image .text p:has(strong a) + p:has(a) a::before {
  top: auto;
  bottom: 0;
}
.layout-textandimage .container .text-and-image .text p:has(strong a) + p:has(a) a:hover::before {
  width: 100%;
  transition: all 0.25s ease;
}
@media screen and (min-width: 1700px) {
  .layout-textandimage .container .text-and-image .text p:has(strong a) + p:has(a) a {
    font-size: 1rem;
  }
}
.layout-textandimage .container .text-and-image .text p:has(strong a) + p:has(a) a::before {
  width: 100%;
}
.layout-textandimage .container .text-and-image .text p:has(strong a) + p:has(a) a:hover::before {
  width: 0;
}
@media screen and (min-width: 1700px) {
  .layout-textandimage .container .text-and-image .text p:has(em strong) {
    margin: 10px 0;
  }
}
.layout-textandimage .container .text-and-image .image {
  height: 280px;
}
@media screen and (min-width: 810px) {
  .layout-textandimage .container .text-and-image .image {
    height: 320px;
  }
}
@media screen and (min-width: 1280px) {
  .layout-textandimage .container .text-and-image .image {
    height: auto;
  }
}
@media screen and (min-width: 1700px) {
  .layout-textandimage .container .text-and-image .image {
    height: auto;
  }
}
.layout-textandimage .container .text-and-image .image img {
  border-radius: 10px;
}
@media screen and (min-width: 1280px) {
  .layout-textandimage .container .text-and-image .image img {
    height: auto;
    width: auto;
  }
}
@media screen and (min-width: 1700px) {
  .layout-textandimage .container .text-and-image .image img {
    border-radius: 40px;
  }
}
.layout-textandimage:has(.tip) {
  padding-block-start: 60px;
}
@media screen and (min-width: 810px) {
  .layout-textandimage:has(.tip) {
    padding-block-start: 90px;
  }
}
.layout-textandimage:has(.tip) .container {
  position: relative;
}
.layout-textandimage:has(.tip) .container .tip {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #6961c0;
  font-size: 1.5rem;
  text-transform: uppercase;
  letter-spacing: 2px;
  text-align: center;
  border: 1px dashed #6961c0;
  border-radius: 50px;
  height: 80px;
  width: 80px;
  position: absolute;
  top: -40px;
  right: 30px;
}
@media screen and (min-width: 810px) {
  .layout-textandimage:has(.tip) .container .tip {
    height: 100px;
    width: 100px;
    top: -50px;
  }
}
@media screen and (min-width: 1280px) {
  .layout-textandimage:has(.tip) .container .tip {
    right: 60px;
  }
}
@media screen and (min-width: 1700px) {
  .layout-textandimage:has(.tip) .container .tip {
    height: 150px;
    width: 150px;
    top: -75px;
    border-radius: 100%;
  }
}
.layout-textandimage:has(.tip) .container .text-and-image {
  padding-block-start: 40px;
}
@media screen and (min-width: 810px) {
  .layout-textandimage:has(.tip) .container .text-and-image {
    padding-block-start: 50px;
  }
}
@media screen and (min-width: 1280px) {
  .layout-textandimage:has(.tip) .container .text-and-image {
    padding-block-start: 90px;
  }
}
@media screen and (min-width: 810px) {
  .layout-textandimage.style-image_left .container .text-and-image .text,
  .layout-textandimage.style-has_background .container .text-and-image .text,
  .layout-textandimage.style-card .container .text-and-image .text {
    order: 2;
  }
}
@media screen and (min-width: 1280px) {
  .layout-textandimage.style-image_left .container .text-and-image .text,
  .layout-textandimage.style-has_background .container .text-and-image .text,
  .layout-textandimage.style-card .container .text-and-image .text {
    padding: 0 0 0 75px;
  }
}
@media screen and (min-width: 810px) {
  .layout-textandimage.style-image_left .container .text-and-image .image,
  .layout-textandimage.style-has_background .container .text-and-image .image,
  .layout-textandimage.style-card .container .text-and-image .image {
    order: 1;
  }
}
@media screen and (min-width: 1280px) {
  .layout-textandimage.style-image_left .container .text-and-image .text {
    padding: 0;
  }
}
@media screen and (min-width: 1700px) {
  .layout-textandimage.style-image_left .container .text-and-image .text {
    margin-inline-start: -30px;
  }
}
.layout-textandimage.style-has_background .container,
.layout-textandimage.style-card .container {
  background-color: #ffffff;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
}
.layout-textandimage.style-has_background .container .text-and-image {
  padding-block-end: 30px;
}
@media screen and (min-width: 1280px) {
  .layout-textandimage.style-has_background .container .text-and-image {
    padding-block-end: 60px;
  }
}
.layout-textandimage.style-card .container .text-and-image {
  padding: 30px 0 0;
}
@media screen and (min-width: 1280px) {
  .layout-textandimage.style-card .container .text-and-image {
    padding: 90px 0 0;
  }
}
@media screen and (min-width: 810px) {
  .layout-textandimage.style-card .container .text-and-image .image {
    height: calc(100% + 30px);
    margin-block-start: -30px;
  }
}
@media screen and (min-width: 1280px) {
  .layout-textandimage.style-card .container .text-and-image .image {
    height: calc(100% + 90px);
    margin-block-start: -90px;
  }
}
.layout-textandimage.style-card .container .text-and-image .image img {
  border-radius: 0;
}
.layout-blocks {
  padding: 30px 0 30px 30px;
  background-color: #ecebe7;
  color: #8d9295;
  position: relative;
  isolation: isolate;
}
.layout-blocks::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #394247;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
@media screen and (min-width: 1280px) {
  .layout-blocks {
    padding: 60px 0 70px;
  }
}
.layout-blocks::before {
  left: 15px;
  border-radius: 15px 0 0 15px;
}
@media screen and (min-width: 810px) {
  .layout-blocks::before {
    left: 30px;
  }
}
@media screen and (min-width: 1420px) {
  .layout-blocks::before {
    left: calc(50vw - 1420px / 2);
  }
}
@media screen and (min-width: 1700px) {
  .layout-blocks::before {
    height: calc(100% - 60px);
    top: 50%;
    transform: translateY(-50%);
    border-radius: 40px 0 0 40px;
  }
}
@media screen and (min-width: 1280px) {
  .layout-blocks .container {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 20px;
  }
}
@media screen and (min-width: 1700px) {
  .layout-blocks .container {
    gap: 0;
  }
}
@media screen and (min-width: 1280px) {
  .layout-blocks .container .text {
    grid-column: span 2;
  }
}
@media screen and (min-width: 1700px) {
  .layout-blocks .container .text {
    padding: 80px 0 20px 140px;
  }
}
.layout-blocks .container .text em strong {
  color: #ffffff;
}
@media screen and (min-width: 1700px) {
  .layout-blocks .container .text em strong {
    font-size: 1.25rem;
  }
}
.layout-blocks .container .text h2 {
  color: #ffffff;
}
@media screen and (min-width: 1700px) {
  .layout-blocks .container .text h2 {
    font-size: 3.25rem;
    line-height: 1.2;
  }
}
@media screen and (min-width: 1700px) {
  .layout-blocks .container .text h2 + p {
    margin: 20px 0 25px;
    line-height: 1.7;
  }
}
.layout-blocks .container .text strong a {
  color: #ffffff;
  background-color: #6961c0;
  border: 1px solid #6961c0;
  font-weight: 500;
  padding: .75rem 1rem;
  border-radius: 5rem;
  width: max-content;
  text-decoration: none;
}
.layout-blocks .container .text strong a:after {
  display: inline-block;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font: var(--fa-font-solid);
  content: "\f061";
}
@media screen and (min-width: 1280px) {
  .layout-blocks .container .text strong a {
    font-size: 18px;
  }
}
@media screen and (min-width: 1700px) {
  .layout-blocks .container .text strong a {
    padding: .75rem 2.25rem;
    line-height: 2;
  }
}
.layout-blocks .container .text strong a::after {
  margin-inline-start: .5rem;
}
@media screen and (min-width: 1700px) {
  .layout-blocks .container .text strong a::after {
    margin-inline-start: 1rem;
  }
}
.layout-blocks .container .text strong a:hover {
  color: #6961c0;
  background-color: #ffffff;
  transition: all 0.25s ease;
}
.layout-blocks .container .text strong a:active {
  opacity: .9;
  transform: scale(0.98);
  box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.3);
}
@media screen and (min-width: 1700px) {
  .layout-blocks .container .text strong a {
    line-height: 1.5;
  }
}
.layout-blocks .container .blocks {
  margin: 30px 0 0;
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 15px;
}
@media screen and (min-width: 1280px) {
  .layout-blocks .container .blocks {
    grid-column: span 4;
  }
}
@media screen and (min-width: 1700px) {
  .layout-blocks .container .blocks {
    margin: 18px 0 0 125px;
  }
}
@media screen and (min-width: 810px) {
  .layout-blocks .container .block {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 30px;
    align-items: end;
  }
}
@media screen and (min-width: 1700px) {
  .layout-blocks .container .block {
    gap: 54px;
  }
}
.layout-blocks .container .block .image {
  width: 80px;
  height: 80px;
  float: left;
}
@media screen and (min-width: 810px) {
  .layout-blocks .container .block .image {
    width: 150px;
    height: 150px;
    float: none;
  }
}
@media screen and (min-width: 1700px) {
  .layout-blocks .container .block .image {
    width: 165px;
    height: 165px;
  }
}
.layout-blocks .container .block .image img {
  border-radius: 15px;
}
.layout-blocks .container .block .block-text h3 {
  color: #ffffff;
  min-height: 80px;
  display: flex;
  align-items: end;
  padding: 0 0 15px 15px;
  font-weight: 600;
}
@media screen and (min-width: 810px) {
  .layout-blocks .container .block .block-text h3 {
    min-height: unset;
    display: revert;
    padding: 0;
  }
}
@media screen and (min-width: 1700px) {
  .layout-blocks .container .block .block-text h3 {
    font-size: 2.25rem;
  }
}
.layout-blocks .container .block .block-text h3 a:hover {
  color: #6961c0;
}
@media screen and (min-width: 1700px) {
  .layout-blocks .container .block .block-text p {
    margin: 7px 0 33px;
  }
}
.layout-blocks .container .block .block-text:not(li:last-child .block-text) {
  border-bottom: 1px solid #24282a;
}
.layout-blocksandimage {
  padding: 30px 0;
}
@media screen and (min-width: 1280px) {
  .layout-blocksandimage {
    padding: 30px 0 60px;
  }
}
.layout-blocksandimage .container {
  background-color: #0b1c2c;
  color: #8d9295;
  border-radius: 15px;
  padding: 30px 15px;
  max-width: 1300px;
}
@media screen and (min-width: 810px) {
  .layout-blocksandimage .container {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 30px;
    padding: 45px 30px;
  }
}
@media screen and (min-width: 1700px) {
  .layout-blocksandimage .container {
    border-radius: 40px;
  }
}
.layout-blocksandimage .container h2,
.layout-blocksandimage .container h4 {
  color: #ffffff;
}
@media screen and (min-width: 810px) {
  .layout-blocksandimage .container .text {
    align-self: center;
  }
}
@media screen and (min-width: 1700px) {
  .layout-blocksandimage .container .text h2 {
    font-size: 3.25rem;
  }
}
@media screen and (min-width: 1700px) {
  .layout-blocksandimage .container .text p {
    font-size: 1.125rem;
    margin-block-end: 0;
  }
}
.layout-blocksandimage .container .text p a {
  text-decoration: underline;
}
.layout-blocksandimage .container .blocks {
  margin: 30px 0 0;
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 30px;
}
@media screen and (min-width: 1700px) {
  .layout-blocksandimage .container .blocks {
    gap: 15px;
  }
}
.layout-blocksandimage .container .blocks li h3 {
  font-weight: 600;
}
@media screen and (min-width: 1700px) {
  .layout-blocksandimage .container .blocks li h3 {
    font-size: 1.25rem;
  }
}
@media screen and (min-width: 1700px) {
  .layout-blocksandimage .container .blocks li p {
    margin-block-start: 12px;
  }
}
.layout-blocksandimage .container .blocks li p a {
  text-decoration: underline;
}
.layout-blocksandimage .container .blocks li:not(:last-child) {
  border-bottom: 1px solid #8d9295;
}
.layout-blocksandimage .container:has(>.image) {
  padding: 30px 15px;
}
@media screen and (min-width: 810px) {
  .layout-blocksandimage .container:has(>.image) {
    grid-template-areas: "text image" "blocks blocks";
    padding: 30px;
  }
}
@media screen and (min-width: 1280px) {
  .layout-blocksandimage .container:has(>.image) {
    grid-template-areas: "text image" "blocks image";
    padding: 30px;
  }
}
@media screen and (min-width: 1700px) {
  .layout-blocksandimage .container:has(>.image) {
    padding: 60px 113px 30px;
  }
}
@media screen and (min-width: 810px) {
  .layout-blocksandimage .container:has(>.image) .text {
    grid-area: text;
    align-self: end;
  }
}
.layout-blocksandimage .container:has(>.image) .blocks {
  margin: 30px 0;
}
@media screen and (min-width: 810px) {
  .layout-blocksandimage .container:has(>.image) .blocks {
    grid-area: blocks;
  }
}
@media screen and (min-width: 1280px) {
  .layout-blocksandimage .container:has(>.image) .blocks {
    margin: 0;
  }
}
.layout-blocksandimage .container:has(>.image) .image {
  height: 450px;
}
@media screen and (min-width: 810px) {
  .layout-blocksandimage .container:has(>.image) .image {
    grid-area: image;
    align-self: end;
  }
}
@media screen and (min-width: 1280px) {
  .layout-blocksandimage .container:has(>.image) .image {
    height: 750px;
  }
}
.layout-blocksandimage .container:has(>.image) .image img {
  border-radius: 15px;
}
@media screen and (min-width: 1280px) {
  .layout-blocksandimage .container:has(>.image) .image img {
    border-radius: 30px;
  }
}
.layout-pagesfeatured {
  padding: 30px 0 30px 15px;
  background-color: #f6f5f3;
}
@media screen and (min-width: 1280px) {
  .layout-pagesfeatured {
    padding: 30px 0 30px 30px;
  }
}
@media screen and (min-width: 1280px) {
  .layout-pagesfeatured {
    padding: 60px 0 60px 30px;
  }
}
@media screen and (min-width: 1700px) {
  .layout-pagesfeatured {
    padding: 55px 0 60px 30px;
  }
}
.layout-pagesfeatured .container {
  max-width: calc(100vw - (50vw - 1640px / 2 + 30px));
  background-color: #ffffff;
  position: relative;
  padding: 30px 15px 30px 30px;
  border-radius: 20px 0 0 20px;
}
@media screen and (min-width: 810px) {
  .layout-pagesfeatured .container {
    padding: 30px;
  }
}
@media screen and (min-width: 1640px) {
  .layout-pagesfeatured .container {
    margin-inline-start: calc(50vw - 1640px / 2);
    border-radius: 60px 0 0 60px;
  }
}
@media screen and (min-width: 1700px) {
  .layout-pagesfeatured .container {
    padding: 85px 0 110px 120px;
  }
}
.layout-pagesfeatured .container .circle {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #6961c0;
  font-size: 1.5rem;
  text-transform: uppercase;
  letter-spacing: 2px;
  text-align: center;
  border: 1px dashed #6961c0;
  border-radius: 50%;
  height: 100px;
  width: 100px;
  position: absolute;
  top: -50px;
  right: 30px;
  font-weight: 500;
  letter-spacing: 10px;
}
@media screen and (min-width: 1280px) {
  .layout-pagesfeatured .container .circle {
    right: 31%;
    border-width: 5px;
    height: 130px;
    width: 130px;
    top: -65px;
  }
}
@media screen and (min-width: 1700px) {
  .layout-pagesfeatured .container .circle {
    height: 200px;
    width: 200px;
    top: -100px;
    border-radius: 100%;
  }
}
.layout-pagesfeatured .container .circle span {
  font-weight: 300;
}
@media screen and (min-width: 1700px) {
  .layout-pagesfeatured .container .circle span {
    font-size: 5rem;
  }
}
.layout-pagesfeatured .container .text {
  max-width: 630px;
}
.layout-pagesfeatured .container .text h2 {
  color: #6961c0;
}
@media screen and (min-width: 1700px) {
  .layout-pagesfeatured .container .text p {
    font-size: 1.25rem;
    margin-block-start: 16px;
  }
}
.layout-pagesfeatured .container .slick-slider {
  margin: 0 -15px 60px;
}
@media screen and (min-width: 1700px) {
  .layout-pagesfeatured .container .slick-slider {
    margin: 60px -15px 60px;
  }
}
.layout-pagesfeatured .container .slick-slider .slick-slide {
  margin: 0 15px;
}
.layout-pagesfeatured .container .progress {
  display: block;
  position: relative;
  width: 80%;
  margin: auto;
  height: 6px;
  border-radius: 10px;
  background-color: #ecebe7;
  background-image: linear-gradient(to right, #6961c0, #6961c0);
  background-repeat: no-repeat;
  background-size: 0 100%;
  transition: background-size 0.4s ease-in-out;
}
.layout-pagesfeatured .container .progress .progress__indicator {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 42px;
  height: 24px;
  background-color: #6961c0;
  border-radius: 8px;
  transition: left 0.4s ease-in-out;
}
.layout-pagesfeatured .container .progress .progress__indicator::before {
  content: "////";
  display: block;
  color: #ffffff;
  font-size: .7rem;
  line-height: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  letter-spacing: 2px;
}
.layout-pagesfeatured .page {
  background-color: #d3e0e8;
  width: 300px;
  aspect-ratio: 1;
  margin: auto;
  padding: 30px;
  border-radius: 15px;
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  align-items: center;
  position: relative;
}
@media screen and (min-width: 1280px) {
  .layout-pagesfeatured .page {
    width: 275px;
  }
}
@media screen and (min-width: 1700px) {
  .layout-pagesfeatured .page {
    width: 305px;
  }
}
.layout-pagesfeatured .page img {
  height: 80px;
  width: 80px;
  align-self: end;
}
.layout-pagesfeatured .page .override-text i {
  position: absolute;
  bottom: 30px;
  right: 30px;
  color: #8d9295;
}
.layout-pagesfeatured .page:hover {
  background-color: #6961c0;
  color: #ffffff;
  transition: all 0.25s ease;
}
.layout-pagesfeatured .page:hover p strong {
  color: #6961c0;
  background-color: #ffffff;
  transition: all 0.25s ease;
}
.layout-news {
  padding: 30px 0;
  background-color: #f6f5f3;
}
@media screen and (min-width: 1280px) {
  .layout-news {
    padding: 60px 0;
  }
}
.layout-news .container ul {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 30px;
}
@media screen and (min-width: 810px) {
  .layout-news .container ul {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media screen and (min-width: 1280px) {
  .layout-news .container ul {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
.layout-newslatest {
  padding: 30px 0 30px 15px;
  background-color: #f6f5f3;
  position: relative;
  isolation: isolate;
}
.layout-newslatest::before {
  content: "";
  display: block;
  width: 25%;
  height: 100%;
  background: radial-gradient(circle, #f6f5f3, transparent);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.layout-newslatest::before {
  z-index: 1;
  left: auto;
  right: 0;
  filter: blur(20px);
}
@media screen and (min-width: 810px) {
  .layout-newslatest {
    padding: 30px 0 30px 30px;
  }
}
@media screen and (min-width: 1280px) {
  .layout-newslatest {
    padding: 60px 0 60px 30px;
  }
}
@media screen and (min-width: 1700px) {
  .layout-newslatest {
    padding: 20px 0 100px 30px;
  }
}
.layout-newslatest .container {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 15px;
}
@media screen and (min-width: 810px) {
  .layout-newslatest .container {
    grid-template-columns: 1fr auto;
  }
}
.layout-newslatest .container .heading-and-title .title {
  color: #6961c0;
}
.layout-newslatest .container .link-to-all {
  color: #24282a;
  background-color: #d3e0e8;
  border: 1px solid #d3e0e8;
  font-weight: 500;
  padding: .75rem 1rem;
  border-radius: 5rem;
  width: max-content;
  text-decoration: none;
  height: max-content;
  position: relative;
  z-index: 2;
}
.layout-newslatest .container .link-to-all:after {
  display: inline-block;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font: var(--fa-font-solid);
  content: "\f061";
}
@media screen and (min-width: 1280px) {
  .layout-newslatest .container .link-to-all {
    font-size: 18px;
  }
}
@media screen and (min-width: 1700px) {
  .layout-newslatest .container .link-to-all {
    padding: .75rem 2.25rem;
    line-height: 2;
  }
}
.layout-newslatest .container .link-to-all::after {
  margin-inline-start: .5rem;
}
@media screen and (min-width: 1700px) {
  .layout-newslatest .container .link-to-all::after {
    margin-inline-start: 1rem;
  }
}
.layout-newslatest .container .link-to-all:hover {
  color: #d3e0e8;
  background-color: #24282a;
  transition: all 0.25s ease;
}
.layout-newslatest .container .link-to-all:active {
  opacity: .9;
  transform: scale(0.98);
  box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.3);
}
@media screen and (min-width: 810px) {
  .layout-newslatest .container .link-to-all {
    align-self: center;
  }
}
@media screen and (min-width: 1640px) {
  .layout-newslatest .slider {
    margin-inline-start: calc(50vw - 1640px / 2);
    overflow: hidden;
  }
}
.layout-newslatest .slider .slick-slider {
  margin: 0 -15px;
  padding-block: 30px 60px;
}
@media screen and (min-width: 1700px) {
  .layout-newslatest .slider .slick-slider {
    padding-block: 70px 60px;
  }
}
.layout-newslatest .slider .slick-slider .slick-list {
  margin-inline-start: -10%;
}
.layout-newslatest .slider .slick-slider .slick-slide {
  margin: 0 15px;
}
.layout-news .post,
.layout-newslatest .post {
  padding: 2.5rem 1.75rem 1.5rem 0;
  background-color: #ffffff;
}
.layout-news .post .image,
.layout-newslatest .post .image {
  height: 260px;
  overflow: hidden;
}
.layout-news .post .image img,
.layout-newslatest .post .image img {
  width: 100%;
  height: 100%;
}
.layout-news .post .date-title-text-and-more,
.layout-newslatest .post .date-title-text-and-more {
  padding: 2rem 2rem 2rem 3rem;
}
.layout-news .post .date-title-text-and-more .date,
.layout-newslatest .post .date-title-text-and-more .date {
  color: #6961c0;
  font-size: 1.125rem;
}
@media screen and (min-width: 1280px) {
  .layout-news .post .date-title-text-and-more .date,
  .layout-newslatest .post .date-title-text-and-more .date {
    font-size: 1.25rem;
  }
}
.layout-news .post .date-title-text-and-more .title,
.layout-newslatest .post .date-title-text-and-more .title {
  height: 65px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin-block: 1rem;
}
.layout-news .post .date-title-text-and-more .text,
.layout-newslatest .post .date-title-text-and-more .text {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  line-height: 1.7;
  color: #8d9295;
  font-size: 1.25rem;
}
.layout-news .post:hover,
.layout-newslatest .post:hover {
  background-color: #d3e0e8;
  transition: all 0.25s ease;
}
.layout-news .post:hover .image img,
.layout-newslatest .post:hover .image img {
  transform: scale(1.2);
}
.layout-destinations {
  padding: 30px 0;
  background-color: #ecebe7;
}
@media screen and (min-width: 1280px) {
  .layout-destinations {
    padding: 60px 0;
  }
}
.layout-destinations .container ul {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 30px;
  margin: 30px 0;
}
@media screen and (min-width: 810px) {
  .layout-destinations .container ul {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media screen and (min-width: 1280px) {
  .layout-destinations .container ul {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin: 60px 0;
  }
}
.layout-destinations .container ul .destination .image {
  height: 200px;
  margin-block-end: 1rem;
}
@media screen and (min-width: 1700px) {
  .layout-destinations .container ul .destination .image {
    height: 250px;
  }
}
.layout-destinations .container ul .destination .image img {
  border-radius: 10px;
}
.layout-destinations .container ul .destination .text {
  min-height: 130px;
}
.layout-destinations .destination,
.layout-destinationsslider .destination {
  padding: 1rem 1rem 2rem;
  border-radius: 20px;
  background-color: #394247;
}
.layout-destinations .destination .title,
.layout-destinationsslider .destination .title {
  color: #d3e0e8;
  margin: 0 0 20px;
}
.layout-destinations .destination .text,
.layout-destinationsslider .destination .text {
  color: #8d9295;
  line-height: 1.6;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
}
.layout-destinationsslider {
  padding: 30px 0 30px 15px;
  background-color: #ecebe7;
}
@media screen and (min-width: 810px) {
  .layout-destinationsslider {
    padding: 30px 0 30px 30px;
  }
}
@media screen and (min-width: 1280px) {
  .layout-destinationsslider {
    padding: 60px 0 60px 30px;
  }
}
.layout-destinationsslider .container {
  background-color: #394247;
  border-radius: 20px 0 0 20px;
  padding: 30px 15px;
}
@media screen and (min-width: 810px) {
  .layout-destinationsslider .container {
    padding: 45px 30px 30px;
  }
}
@media screen and (min-width: 1280px) {
  .layout-destinationsslider .container {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 30px;
    grid-template-areas: "text images images" "text . link";
    border-radius: 60px 0 0 60px;
    padding: 60px 60px 45px;
  }
}
@media screen and (min-width: 1640px) {
  .layout-destinationsslider .container {
    margin-inline-start: calc(50vw - 1640px / 2);
    max-width: calc(100vw - (50vw - 1640px / 2));
    padding: 120px 30px 30px 120px;
  }
}
@media screen and (min-width: 1280px) {
  .layout-destinationsslider .container .title-and-slider {
    grid-area: text;
  }
}
@media screen and (min-width: 1700px) {
  .layout-destinationsslider .container .title-and-slider {
    margin-block-start: 50px;
    padding-inline-end: 150px;
  }
}
.layout-destinationsslider .container .title-and-slider .title {
  color: #d3e0e8;
}
.layout-destinationsslider .container .title-and-slider .destinations {
  padding: 30px 0 45px;
  margin: 0 0 30px;
}
@media screen and (min-width: 810px) {
  .layout-destinationsslider .container .title-and-slider .destinations {
    padding: 0;
    margin: 30px 0 90px;
  }
}
.layout-destinationsslider .container .title-and-slider .destinations .destination {
  padding: 0;
}
.layout-destinationsslider .container .title-and-slider .destinations .destination .image {
  display: none;
}
@media screen and (min-width: 1700px) {
  .layout-destinationsslider .container .title-and-slider .destinations .destination .title {
    font-size: 3rem;
  }
}
.layout-destinationsslider .container .title-and-slider .destinations .destination .text {
  font-size: 1.25rem;
}
.layout-destinationsslider .container .images {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 30px;
}
@media screen and (min-width: 810px) {
  .layout-destinationsslider .container .images {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media screen and (min-width: 1280px) {
  .layout-destinationsslider .container .images {
    grid-area: images;
  }
}
.layout-destinationsslider .container .images .image {
  width: 100%;
  aspect-ratio: 1;
  max-height: 500px;
}
@media screen and (min-width: 1280px) {
  .layout-destinationsslider .container .images .image {
    width: auto;
    height: 100%;
  }
}
.layout-destinationsslider .container .images .image img {
  border-radius: 10px;
}
.layout-destinationsslider .container .link-to-all {
  color: #ffffff;
  background-color: #6961c0;
  border: 1px solid #6961c0;
  font-weight: 500;
  padding: .75rem 1rem;
  border-radius: 5rem;
  width: max-content;
  text-decoration: none;
  display: block;
  margin: 30px 0 15px auto;
  height: max-content;
}
.layout-destinationsslider .container .link-to-all:after {
  display: inline-block;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font: var(--fa-font-solid);
  content: "\f061";
}
@media screen and (min-width: 1280px) {
  .layout-destinationsslider .container .link-to-all {
    font-size: 18px;
  }
}
@media screen and (min-width: 1700px) {
  .layout-destinationsslider .container .link-to-all {
    padding: .75rem 2.25rem;
    line-height: 2;
  }
}
.layout-destinationsslider .container .link-to-all::after {
  margin-inline-start: .5rem;
}
@media screen and (min-width: 1700px) {
  .layout-destinationsslider .container .link-to-all::after {
    margin-inline-start: 1rem;
  }
}
.layout-destinationsslider .container .link-to-all:hover {
  color: #6961c0;
  background-color: #ffffff;
  transition: all 0.25s ease;
}
.layout-destinationsslider .container .link-to-all:active {
  opacity: .9;
  transform: scale(0.98);
  box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.3);
}
@media screen and (min-width: 1640px) {
  .layout-destinationsslider .container .link-to-all {
    margin-inline-end: calc(50vw - 1640px / 2);
  }
}
@media screen and (min-width: 1280px) {
  .layout-destinationsslider .container .link-to-all {
    grid-area: link;
  }
}
.layout-attractions {
  padding: 30px 0;
}
@media screen and (min-width: 1280px) {
  .layout-attractions {
    padding: 60px 0;
  }
}
.layout-attractions .container ul {
  display: grid;
  gap: 30px;
  padding: 30px 0;
}
@media screen and (min-width: 810px) {
  .layout-attractions .container ul {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media screen and (min-width: 1024px) {
  .layout-attractions .container ul {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media screen and (min-width: 1700px) {
  .layout-attractions .container ul {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
.layout-attractionsslider {
  isolation: isolate;
  position: relative;
  padding-inline-start: 2rem;
  padding: 30px 0;
  background-color: #ecebe7;
}
.layout-attractionsslider::before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  background-image: url(../images/moldova-kaart.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (min-width: 1280px) {
  .layout-attractionsslider {
    padding: 60px 0;
  }
}
@media screen and (min-width: 1700px) {
  .layout-attractionsslider {
    padding: 90px 0 60px;
  }
}
.layout-attractionsslider::before {
  z-index: -1;
}
@media screen and (min-width: 1700px) {
  .layout-attractionsslider::before {
    height: 127%;
  }
}
.layout-attractionsslider .container {
  max-width: 1640px;
}
@media screen and (min-width: 810px) {
  .layout-attractionsslider .container {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 15px;
  }
}
@media screen and (min-width: 1280px) {
  .layout-attractionsslider .container {
    gap: 30px;
  }
}
.layout-attractionsslider .container > .text {
  color: #8d9295;
}
@media screen and (min-width: 810px) {
  .layout-attractionsslider .container > .text {
    align-self: center;
  }
}
@media screen and (min-width: 1700px) {
  .layout-attractionsslider .container > .text {
    padding: 0 100px 0 245px;
  }
}
.layout-attractionsslider .container > .text h2 {
  color: #6961c0;
}
@media screen and (min-width: 1280px) {
  .layout-attractionsslider .container > .text p:not(:has(strong)) {
    font-size: 1.25rem;
  }
}
@media screen and (min-width: 1280px) {
  .layout-attractionsslider .container > .text p:has(a) {
    margin-block-start: 28px;
  }
}
.layout-attractionsslider .container > .text p:has(a) strong a {
  color: #ffffff;
  background-color: #6961c0;
  border: 1px solid #6961c0;
  font-weight: 500;
  padding: .75rem 1rem;
  border-radius: 5rem;
  width: max-content;
  text-decoration: none;
}
.layout-attractionsslider .container > .text p:has(a) strong a:after {
  display: inline-block;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font: var(--fa-font-solid);
  content: "\f061";
}
@media screen and (min-width: 1280px) {
  .layout-attractionsslider .container > .text p:has(a) strong a {
    font-size: 18px;
  }
}
@media screen and (min-width: 1700px) {
  .layout-attractionsslider .container > .text p:has(a) strong a {
    padding: .75rem 2.25rem;
    line-height: 2;
  }
}
.layout-attractionsslider .container > .text p:has(a) strong a::after {
  margin-inline-start: .5rem;
}
@media screen and (min-width: 1700px) {
  .layout-attractionsslider .container > .text p:has(a) strong a::after {
    margin-inline-start: 1rem;
  }
}
.layout-attractionsslider .container > .text p:has(a) strong a:hover {
  color: #6961c0;
  background-color: #ffffff;
  transition: all 0.25s ease;
}
.layout-attractionsslider .container > .text p:has(a) strong a:active {
  opacity: .9;
  transform: scale(0.98);
  box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.3);
}
.layout-attractionsslider .container .slick-slider {
  padding-block-end: 60px;
  margin: 0 15px;
}
@media screen and (min-width: 810px) {
  .layout-attractionsslider .container .slick-slider {
    margin: 0 0 0 21px;
  }
}
@media screen and (min-width: 1280px) {
  .layout-attractionsslider .container .slick-slider {
    padding-block-end: 0;
  }
}
@media screen and (min-width: 1700px) {
  .layout-attractionsslider .container .slick-slider {
    margin: 0 -30px;
  }
}
.layout-attractionsslider .container .slick-slider .slick-slide {
  margin: 0 .1%;
  transition: all 0.25s ease;
}
@media screen and (min-width: 810px) {
  .layout-attractionsslider .container .slick-slider .slick-slide {
    transform: scale(0.77);
  }
}
@media screen and (min-width: 1700px) {
  .layout-attractionsslider .container .slick-slider .slick-slide {
    margin: 0 30px 0 0;
  }
}
.layout-attractionsslider .container .slick-slider .slick-slide.slick-current {
  transform: scale(1);
}
.layout-attractionsslider.style-slider_left .container .text {
  order: 2;
}
@media screen and (min-width: 1700px) {
  .layout-attractionsslider.style-slider_left .container .text {
    padding: 0 100px;
  }
}
@media screen and (min-width: 1280px) {
  .layout-attractionsslider.style-slider_left .container .slick-slider {
    margin: 0 0 0 -30px;
  }
}
@media screen and (min-width: 1280px) {
  .layout-attractionsslider.style-slider_left .container .slick-slider .slick-list .slick-slide {
    margin: 0 23px 0 0;
  }
}
@media screen and (min-width: 1700px) {
  .layout-attractionsslider.style-slider_left .container .slick-slider .slick-list .slick-slide {
    margin: 0 45px 0 -45px;
  }
}
@media screen and (min-width: 810px) {
  .layout-attractionsslider.style-slider_left .container .slick-slider .slick-list .slick-slide.slick-current {
    transform: scale(0.77);
  }
}
.layout-attractionsslider.style-slider_left .container .slick-slider .slick-list .slick-slide.slick-current + .slick-slide {
  transform: scale(1);
}
.layout-attractions .attraction,
.layout-attractionsslider .attraction {
  display: grid;
  align-items: end;
  color: #ffffff;
}
.layout-attractions .attraction > *,
.layout-attractionsslider .attraction > * {
  grid-column: 1 / -1;
  grid-row: 1 / -1;
}
.layout-attractions .attraction .image,
.layout-attractionsslider .attraction .image {
  height: 475px;
}
@media screen and (min-width: 1700px) {
  .layout-attractions .attraction .image,
  .layout-attractionsslider .attraction .image {
    height: 650px;
  }
}
.layout-attractions .attraction .image img,
.layout-attractionsslider .attraction .image img {
  border-radius: 10px;
}
.layout-attractions .attraction .title-text-and-more,
.layout-attractionsslider .attraction .title-text-and-more {
  padding: 1rem;
}
.layout-attractions .attraction .title-text-and-more .title,
.layout-attractionsslider .attraction .title-text-and-more .title {
  margin: 1rem 0;
}
.layout-attractions .attraction .title-text-and-more .text,
.layout-attractionsslider .attraction .title-text-and-more .text {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  line-height: 1.6;
}
.layout-attractions .attraction .title-text-and-more .more,
.layout-attractionsslider .attraction .title-text-and-more .more {
  width: max-content;
  margin: 1.5rem 0 0 auto;
}
.layout-products {
  padding: 30px 0;
}
@media screen and (min-width: 1280px) {
  .layout-products {
    padding: 60px 0;
  }
}
.layout-products .container ul {
  padding: 30px 0;
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 100px;
  margin: 100px 0 0;
}
@media screen and (min-width: 810px) {
  .layout-products .container ul {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 100px 60px;
  }
}
@media screen and (min-width: 1280px) {
  .layout-products .container ul {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
.layout-products .product,
.layout-productsfeatured .product {
  background-color: #ffffff;
  border-radius: 10px;
  padding: 5rem 1rem 1rem;
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 1rem;
  grid-template-areas: "image" "image" "link";
}
.layout-products .product .image,
.layout-productsfeatured .product .image {
  grid-area: image;
  margin: -120px auto 50px;
  height: 345px;
  width: 100%;
}
@media screen and (min-width: 1280px) {
  .layout-products .product .image,
  .layout-productsfeatured .product .image {
    height: 465px;
  }
}
.layout-products .product .image img,
.layout-productsfeatured .product .image img {
  height: 100%;
  border-radius: 10px;
}
.layout-products .product .person-title-text-and-more,
.layout-productsfeatured .product .person-title-text-and-more {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 20px;
  background-color: #d3e0e8;
  width: 80%;
  margin-inline-start: -1rem;
  padding: 1rem 1.5rem;
  grid-area: image;
  grid-row: 2;
}
.layout-products .product .person-title-text-and-more .person,
.layout-productsfeatured .product .person-title-text-and-more .person {
  font-size: 2rem;
  font-weight: 600;
}
.layout-products .product .person-title-text-and-more .title,
.layout-productsfeatured .product .person-title-text-and-more .title {
  color: #6961c0;
  font-size: 1.25rem;
  font-weight: 500;
}
.layout-products .product .person-title-text-and-more .text,
.layout-productsfeatured .product .person-title-text-and-more .text {
  color: #8d9295;
  line-height: 1.6;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}
.layout-products .product .person-title-text-and-more .more,
.layout-productsfeatured .product .person-title-text-and-more .more {
  color: #ffffff;
  background-color: #6961c0;
  border: 1px solid #6961c0;
  font-weight: 500;
  padding: .75rem 1rem;
  border-radius: 5rem;
  width: max-content;
  text-decoration: none;
  line-height: 1 !important;
}
.layout-products .product .person-title-text-and-more .more:after,
.layout-productsfeatured .product .person-title-text-and-more .more:after {
  display: inline-block;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font: var(--fa-font-solid);
  content: "\f061";
}
@media screen and (min-width: 1280px) {
  .layout-products .product .person-title-text-and-more .more,
  .layout-productsfeatured .product .person-title-text-and-more .more {
    font-size: 18px;
  }
}
@media screen and (min-width: 1700px) {
  .layout-products .product .person-title-text-and-more .more,
  .layout-productsfeatured .product .person-title-text-and-more .more {
    padding: .75rem 2.25rem;
    line-height: 2;
  }
}
.layout-products .product .person-title-text-and-more .more::after,
.layout-productsfeatured .product .person-title-text-and-more .more::after {
  margin-inline-start: .5rem;
}
@media screen and (min-width: 1700px) {
  .layout-products .product .person-title-text-and-more .more::after,
  .layout-productsfeatured .product .person-title-text-and-more .more::after {
    margin-inline-start: 1rem;
  }
}
.layout-products .product .person-title-text-and-more .more:hover,
.layout-productsfeatured .product .person-title-text-and-more .more:hover {
  color: #6961c0;
  background-color: #ffffff;
  transition: all 0.25s ease;
}
.layout-products .product .person-title-text-and-more .more:active,
.layout-productsfeatured .product .person-title-text-and-more .more:active {
  opacity: .9;
  transform: scale(0.98);
  box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.3);
}
.layout-products .product .link,
.layout-productsfeatured .product .link {
  display: block;
  width: max-content;
  margin-inline-start: auto;
  color: #d3e0e8;
  grid-area: link;
}
.layout-products .product .link:hover,
.layout-productsfeatured .product .link:hover {
  color: #6961c0;
  transition: all 0.25s ease;
}
.layout-productsfeatured {
  padding: 30px 0;
}
@media screen and (min-width: 1280px) {
  .layout-productsfeatured {
    padding: 60px 0;
  }
}
.layout-productsfeatured .container {
  max-width: 1300px;
}
.layout-productsfeatured .container .title {
  color: #6961c0;
}
@media screen and (min-width: 1700px) {
  .layout-productsfeatured .container .title {
    font-size: 3.45rem;
    text-align: center;
  }
}
.layout-productsfeatured .container .slick-slider {
  padding: 100px 0 120px;
  margin: 0 -15px;
}
@media screen and (min-width: 1280px) {
  .layout-productsfeatured .container .slick-slider {
    margin: 0 -30px;
  }
}
.layout-productsfeatured .container .slick-slider .slick-list {
  overflow: clip visible;
}
.layout-productsfeatured .container .slick-slider .slick-list .slick-slide {
  margin: 0 15px;
}
@media screen and (min-width: 1280px) {
  .layout-productsfeatured .container .slick-slider .slick-list .slick-slide.slick-current,
  .layout-productsfeatured .container .slick-slider .slick-list .slick-slide.slick-current + .slick-slide + .slick-slide {
    transform: scale(0.9);
  }
}
@media screen and (min-width: 1280px) {
  .layout-productsfeatured .container .slick-slider .slick-list .slick-slide.slick-current + .slick-slide {
    transform: scale(1.1);
    transition: transform 250ms ease-in-out;
  }
}
@media screen and (min-width: 1280px) {
  .layout-productsfeatured .container .slick-slider .slick-list .slick-slide.slick-current + .slick-slide .product .person-title-text-and-more .text {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
  }
}
.slick-slider .slick-prev,
.slick-slider .slick-next {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  top: auto;
  bottom: 0;
  transform: none;
  background-color: #394247;
  border-radius: 50%;
  outline: 8px solid rgba(255, 255, 255, 0.3);
  z-index: 1;
}
@media screen and (min-width: 1700px) {
  .slick-slider .slick-prev,
  .slick-slider .slick-next {
    top: 50%;
    transform: translateY(-50%);
    width: 63px;
    height: 63px;
  }
}
.slick-slider .slick-prev:hover,
.slick-slider .slick-next:hover {
  background-color: #6961c0;
}
.slick-slider .slick-prev::before,
.slick-slider .slick-next::before {
  font-size: 1rem !important;
  opacity: 1;
  margin: 0 !important;
}
.slick-slider .slick-prev {
  left: calc(50% - 50px);
}
.slick-slider .slick-prev:before {
  display: inline-block;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font: var(--fa-font-solid);
  content: "\f060";
  margin-inline-end: .25rem;
}
@media screen and (min-width: 1700px) {
  .slick-slider .slick-prev {
    left: -15px;
  }
}
.slick-slider .slick-next {
  right: calc(50% - 50px);
}
.slick-slider .slick-next:before {
  display: inline-block;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font: var(--fa-font-solid);
  content: "\f061";
  margin-inline-end: .25rem;
}
@media screen and (min-width: 1700px) {
  .slick-slider .slick-next {
    right: calc(-15px * 0.1);
  }
}
.slick-slider .slick-dots {
  bottom: 60px;
}
.slick-slider .slick-dots li {
  background-color: transparent;
  border: 1px solid #6961c0;
  border-radius: 50px;
  margin: 10px;
  width: 15px;
  height: 15px;
}
.slick-slider .slick-dots li button {
  visibility: hidden;
}
.slick-slider .slick-dots li.slick-active {
  background-color: #6961c0;
  outline: 1px solid #6961c0;
  outline-offset: 10px;
  transition: all 0.25s ease;
}
@media screen and (min-width: 1280px) {
  .layout-attractionsslider .slick-slider .slick-prev,
  .layout-attractionsslider .slick-slider .slick-next {
    top: 50%;
    transform: translateY(-50%);
  }
}
@media screen and (min-width: 1280px) {
  .layout-attractionsslider .slick-slider .slick-prev {
    left: -15px;
  }
}
@media screen and (min-width: 1700px) {
  .layout-attractionsslider .slick-slider .slick-prev {
    left: -30px;
  }
}
@media screen and (min-width: 1280px) {
  .layout-attractionsslider .slick-slider .slick-next {
    right: calc(-15px * 0.1);
  }
}
@media screen and (min-width: 1700px) {
  .layout-attractionsslider .slick-slider .slick-next {
    right: 45px;
  }
}
@media screen and (min-width: 1280px) {
  .layout-attractionsslider.style-slider_left .slick-slider .slick-prev {
    left: 10px;
  }
}
@media screen and (min-width: 1700px) {
  .layout-attractionsslider.style-slider_left .slick-slider .slick-prev {
    left: -30px;
  }
}
@media screen and (min-width: 1280px) {
  .layout-attractionsslider.style-slider_left .slick-slider .slick-next {
    right: 5px;
  }
}
@media screen and (min-width: 1700px) {
  .layout-attractionsslider.style-slider_left .slick-slider .slick-next {
    right: 15px;
  }
}
@media screen and (min-width: 1640px) {
  .layout-newslatest .slick-slider .slick-prev {
    display: none !important;
  }
}
@media screen and (min-width: 1640px) {
  .layout-newslatest .slick-slider .slick-next {
    right: calc(50vw - 1420px / 2 + 45px);
    bottom: auto;
    top: 50%;
    transform: translateY(-50%);
  }
}
.layout-destinationsslider .slick-slider .slick-prev,
.layout-destinationsslider .slick-slider .slick-next {
  background-color: transparent;
  outline: none;
  border: 1px solid #ffffff;
}
@media screen and (min-width: 810px) {
  .layout-destinationsslider .slick-slider .slick-prev,
  .layout-destinationsslider .slick-slider .slick-next {
    bottom: -60px;
  }
}
@media screen and (min-width: 1700px) {
  .layout-destinationsslider .slick-slider .slick-prev,
  .layout-destinationsslider .slick-slider .slick-next {
    top: auto;
    transform: none;
    bottom: -110px;
  }
}
.layout-destinationsslider .slick-slider .slick-prev::after,
.layout-destinationsslider .slick-slider .slick-next::after {
  display: none;
  color: #ffffff;
  opacity: 1;
  font-size: 1.125rem;
  font-weight: 600;
  position: absolute;
}
@media screen and (min-width: 810px) {
  .layout-destinationsslider .slick-slider .slick-prev::after,
  .layout-destinationsslider .slick-slider .slick-next::after {
    display: inline-block;
  }
}
@media screen and (min-width: 1700px) and (max-width: 1999px) {
  .layout-destinationsslider .slick-slider .slick-prev::after,
  .layout-destinationsslider .slick-slider .slick-next::after {
    bottom: -30px;
  }
}
.layout-destinationsslider .slick-slider .slick-prev:hover,
.layout-destinationsslider .slick-slider .slick-next:hover {
  background-color: #ffffff;
}
.layout-destinationsslider .slick-slider .slick-prev:hover::before,
.layout-destinationsslider .slick-slider .slick-next:hover::before {
  color: #394247;
}
.layout-destinationsslider .slick-slider .slick-prev {
  left: calc(50% - 60px);
}
@media screen and (min-width: 810px) {
  .layout-destinationsslider .slick-slider .slick-prev {
    left: 0;
  }
}
@media screen and (min-width: 1700px) {
  .layout-destinationsslider .slick-slider .slick-prev {
    left: 17px;
  }
}
.layout-destinationsslider .slick-slider .slick-prev::after {
  content: "Vorige";
  right: -100px;
}
@media screen and (min-width: 1700px) and (max-width: 1999px) {
  .layout-destinationsslider .slick-slider .slick-prev::after {
    left: 0;
    right: auto;
  }
}
html[lang="en-US"] .layout-destinationsslider .slick-slider .slick-prev::after {
  content: "Previous";
}
.layout-destinationsslider .slick-slider .slick-next {
  right: calc(50% - 60px);
}
@media screen and (min-width: 810px) {
  .layout-destinationsslider .slick-slider .slick-next {
    right: 0;
  }
}
@media screen and (min-width: 1700px) {
  .layout-destinationsslider .slick-slider .slick-next {
    right: 30px;
  }
}
.layout-destinationsslider .slick-slider .slick-next::after {
  content: "Volgende";
  left: -100px;
}
@media screen and (min-width: 1700px) and (max-width: 1999px) {
  .layout-destinationsslider .slick-slider .slick-next::after {
    left: 0;
  }
}
html[lang="en-US"] .layout-destinationsslider .slick-slider .slick-next::after {
  content: "Next";
}
.layout-destinationsslider .slick-slider:not(:has(.slick-slide + .slick-current)) .slick-prev {
  opacity: .2;
}
.layout-destinationsslider .slick-slider:not(:has(.slick-current + .slick-slide)) .slick-next {
  opacity: .2;
}
@media screen and (min-width: 1280px) {
  .layout-productsfeatured .slick-slider .slick-prev,
  .layout-productsfeatured .slick-slider .slick-next {
    bottom: -30px;
  }
}
@media screen and (min-width: 1280px) {
  .layout-productsfeatured .slick-slider .slick-dots {
    bottom: 30px;
  }
}
@media screen and (min-width: 1700px) {
  .layout-productsfeatured .slick-slider .slick-dots {
    bottom: 0;
  }
}
.layout-productsfeatured .slick-slider .slick-dots > li {
  height: 12px;
  width: 12px;
}
@media screen and (min-width: 1700px) {
  .layout-productsfeatured .slick-slider .slick-dots > li {
    margin: 30px;
  }
}
@media screen and (min-width: 1700px) {
  .layout-productsfeatured .slick-slider .slick-dots > li.slick-active {
    outline-offset: 30px;
  }
}
