@charset "UTF-8";
/* ## Mixins
--------------------------------------------- */
/* ## Colors
--------------------------------------------- */
/* ## Variables
--------------------------------------------- */
/* # HTML5 Reset
---------------------------------------------------------------------------------------------------- */
/* Reset CSS
   ========================================================================== */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*! normalize.css v7.0.0 | 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
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  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
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main { /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 0;
}

/**
 * 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
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * 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 style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * 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
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif; /* 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;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button; /* 2 */
}

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

/**
 * 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 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
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 and cancel buttons in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-cancel-button,
[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 IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}

/* ## Box Sizing
--------------------------------------------- */
html,
input[type=search] {
  box-sizing: border-box;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

/* # Main SCSS files
---------------------------------------------------------------------------------------------------- */
/* ## Extra fonts
--------------------------------------------- */
@font-face {
  font-family: "lato", sans-serif;
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "lato", sans-serif;
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "lato", sans-serif;
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "lato", sans-serif;
  font-weight: 500;
  font-style: normal;
}
/* ## Base
--------------------------------------------- */
* {
  outline: none !important;
}

strong,
b {
  font-weight: 700;
}

em {
  font-style: italic;
}

u {
  text-decoration: underline;
}

p:empty {
  display: none;
}

html {
  font-size: 62.5%;
  position: relative;
}

body {
  background-color: #E5E3DC;
  width: 100%;
  font: normal 400 1.6rem/1 "Crimson Text", serif;
  color: #332C27;
  margin: 0;
  padding: 0;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body.mob-nav-active {
  overflow: hidden;
}

img,
iframe {
  display: block;
  line-height: 0;
  max-width: 100%;
  height: auto;
}

img.lazy {
  transition: all 0.5s cubic-bezier(0.86, 0, 0.07, 1);
  opacity: 0;
}

img.loaded {
  opacity: 1;
}

img.with-border {
  padding: 1rem;
  background: #FFF;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.16);
}

.align-center img {
  margin: 0 auto;
}

.bg-img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  line-height: 0;
  -o-object-fit: cover;
     object-fit: cover;
}

.google-maps-wrapper {
  position: relative;
  padding: 0 0 40% 0;
  height: 0;
}
.google-maps-wrapper img,
.google-maps-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
}
@media only screen and (max-width: 1023px) {
  .google-maps-wrapper {
    padding: 0 0 66.67% 0;
  }
}
@media only screen and (max-width: 480px) {
  .google-maps-wrapper {
    padding: 0 0 100%;
  }
}

.wrap-square,
.wrap-16-9,
.wrap-4-3,
.wrap-3-4,
.wrap-partner,
.wrap-cta-triple-block {
  display: block;
  position: relative;
  height: 0;
  margin: 0;
  overflow: hidden;
}
.wrap-square img,
.wrap-16-9 img,
.wrap-4-3 img,
.wrap-3-4 img,
.wrap-partner img,
.wrap-cta-triple-block img {
  position: absolute;
  inset: 0 0 0 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.lato {
  letter-spacing: 5rem;
}

.wrap-square {
  padding: 0 0 100% 0;
}

.wrap-16-9 {
  padding: 0 0 56.25% 0;
}

.wrap-4-3 {
  padding: 0 0 75% 0;
}

.wrap-3-4 {
  padding: 0 0 133.33% 0;
}

.wrap-cta-triple-block {
  padding: 0 0 123.46% 0;
}

.wrap-partner {
  padding: 0 0 113.12% 0;
}

.center-align {
  margin-left: auto;
  margin-right: auto;
}

.align-center {
  text-align: center;
}

.align-left {
  text-align: left;
}

.align-right {
  text-align: right;
}

.alignleft,
.float-left {
  float: left;
}

.alignright,
.float-right {
  float: right;
}

::-moz-selection {
  background: #DEB66E;
  color: #332C27;
}

::selection {
  background: #DEB66E;
  color: #332C27;
}

::-moz-selection {
  background: #DEB66E;
  color: #332C27;
}

/* ## Clear
--------------------------------------------- */
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

.clearfix {
  display: inline-block;
}

* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

.clear {
  clear: both;
}

/* ## Desktop / Mob-only
--------------------------------------------- */
.mob-only {
  display: none;
}
@media only screen and (max-width: 1023px) {
  .mob-only {
    display: block;
  }
}

.desktop-only {
  display: block;
}
@media only screen and (max-width: 1023px) {
  .desktop-only {
    display: none;
  }
}

.mob-img {
  display: none;
}
@media only screen and (max-width: 750px) {
  .mob-img {
    display: block;
  }
}

.desktop-img {
  display: block;
}
@media only screen and (max-width: 750px) {
  .desktop-img {
    display: none;
  }
}

/* ## Animations
--------------------------------------------- */
@keyframes spin {
  100% {
    transform: rotate(360deg);
  }
}
.animated-view {
  transition: all 1.5s cubic-bezier(0.86, 0, 0.07, 1);
}
.animated-view.fade-to-left {
  transform: translateX(20rem);
  opacity: 0;
}
.animated-view.fade-to-left.in-view {
  opacity: 1;
  transform: translateX(0);
}
.animated-view.fade-to-right {
  transform: translateX(-20rem);
  opacity: 0;
}
.animated-view.fade-to-right.in-view {
  opacity: 1;
  transform: translateX(0);
}
.animated-view.fade-to-top {
  transform: translateY(20rem);
  opacity: 0;
}
.animated-view.fade-to-top.in-view {
  opacity: 1;
  transform: translateY(0px);
}
.animated-view.fade-to-bottom {
  transform: translateY(-20rem);
  opacity: 0;
}
.animated-view.fade-to-bottom.in-view {
  opacity: 1;
  transform: translateY(0px);
}
.animated-view.fade-in {
  opacity: 0;
}
.animated-view.fade-in.in-view {
  opacity: 1;
}
.animated-view.zoom-in {
  transform: scale(0);
  transform-origin: center center;
}
.animated-view.zoom-in.in-view {
  transform: scale(1);
}

/* Breadcrumbs
--------------------------------------------- */
.breadcrumbs {
  width: 100%;
  position: absolute;
  top: 11rem;
  z-index: 2;
}
@media only screen and (max-width: 1023px) {
  .breadcrumbs {
    top: 2rem;
  }
}
.breadcrumbs a {
  color: #332C27;
  font-size: 1.2rem;
  font-weight: 600;
  text-decoration: none;
}
.breadcrumbs a:hover {
  text-decoration: underline;
}
.breadcrumbs__text {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  color: #332C27;
  margin-bottom: 0;
  line-height: 1.8rem;
}
.breadcrumbs__text > span {
  color: #332C27;
  font-size: 1.6rem;
}
.breadcrumbs__text > span > span {
  margin: 0 0.1rem;
}
.breadcrumbs__text > span > span:first-child {
  margin-left: 0;
}
.breadcrumbs .breadcrumb_last {
  color: #332C27;
  font-weight: 700;
  font-size: 1.2rem;
}

/* ## Wrap
--------------------------------------------- */
#main {
  padding: 0;
  position: relative;
  margin-top: 13.8rem;
}
@media only screen and (max-width: 1023px) {
  #main {
    margin-top: 6.8rem;
  }
}

.wrap {
  max-width: 132rem;
  padding: 0 2rem;
  margin: 0 auto;
  position: relative;
}
.wrap__full-width {
  max-width: 100%;
}
.wrap__inner-wrap {
  max-width: 112.4rem;
}
.wrap__small-wrap {
  max-width: 109.4rem;
}
.wrap__text-wrap {
  max-width: 96rem;
}

/* ## Lay-out styling
--------------------------------------------- */
.content-row {
  padding-top: 8rem;
  padding-bottom: 8rem;
}
@media only screen and (max-width: 1023px) {
  .content-row {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}
@media only screen and (max-width: 640px) {
  .content-row {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}

.spacing-row {
  margin-top: 8rem;
  margin-bottom: 8rem;
}
@media only screen and (max-width: 1023px) {
  .spacing-row {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }
}
@media only screen and (max-width: 640px) {
  .spacing-row {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }
}

.small-gap {
  gap: 1.6rem;
}

.medium-gap {
  gap: 3.2rem;
}

.big-gap {
  gap: 6.4rem;
}

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

.col-2-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
@media only screen and (max-width: 750px) {
  .col-2-grid {
    grid-template-columns: minmax(0, 1fr);
  }
}

.col-3-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
@media only screen and (max-width: 1023px) {
  .col-3-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 640px) {
  .col-3-grid {
    grid-template-columns: minmax(0, 1fr);
  }
}

.col-4-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
@media only screen and (max-width: 1023px) {
  .col-4-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 640px) {
  .col-4-grid {
    grid-template-columns: minmax(0, 1fr);
  }
}

.col-2-1-grid {
  display: grid;
  grid-template-columns: 2fr 1fr;
}
@media only screen and (max-width: 1023px) {
  .col-2-1-grid {
    grid-template-columns: minmax(0, 1fr);
  }
}

.col-1-2-grid {
  display: grid;
  grid-template-columns: 1fr 2fr;
}
@media only screen and (max-width: 1023px) {
  .col-1-2-grid {
    grid-template-columns: minmax(0, 1fr);
  }
}

.col-3-1-grid {
  display: grid;
  grid-template-columns: minmax(0, 3fr) 0.9fr;
}
@media only screen and (max-width: 1023px) {
  .col-3-1-grid {
    grid-template-columns: minmax(0, 1fr);
  }
}

.col-1-3-grid {
  display: grid;
  grid-template-columns: 0.9fr minmax(0, 3fr);
}
@media only screen and (max-width: 1023px) {
  .col-1-3-grid {
    grid-template-columns: minmax(0, 1fr);
  }
}

/* ## WP defaults
--------------------------------------------- */
.gallery {
  box-sizing: border-box;
  display: flex;
  flex: 0 1 auto;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 1.6rem;
}
.gallery .gallery-item {
  margin: 0;
  box-sizing: border-box;
  flex: 0 0 auto;
}
.gallery a {
  display: block;
  line-height: 0;
  position: relative;
}
.gallery a img {
  width: 100%;
  height: auto;
}
.gallery.gallery-columns-2 .gallery-item {
  flex-basis: 50%;
  max-width: 50%;
}
.gallery.gallery-columns-3 .gallery-item {
  flex-basis: 33.33333%;
  max-width: 33.33333%;
}
.gallery.gallery-columns-4 .gallery-item {
  flex-basis: 25%;
  max-width: 25%;
}

.wp-caption {
  max-width: 100%;
  position: relative;
  padding-bottom: 3rem;
}

.wp-caption-text {
  font-size: 1.4rem;
  font-style: italic;
  display: block;
  padding: 0.5rem 0 0 0;
}

/* ## Text
--------------------------------------------- */
a {
  text-decoration: underline;
  color: #332C27;
}
a:hover {
  text-decoration: none;
  color: #332C27;
}
a.text-link {
  color: #332C27;
}

p,
label,
address,
td,
th {
  font: 400 1.6rem/3.2rem "Crimson Text", serif;
  color: #332C27;
  margin: 0 0 3.2rem 0;
}

li {
  font: 400 1.4rem/2.6rem "lato", sans-serif;
  color: #332C27;
  text-transform: uppercase;
  margin: 0 0 2.6rem 0;
}
li a {
  text-transform: none;
}

.smaller,
small {
  font-size: 1.4rem;
}

.bigger {
  font-size: 1.8rem;
}

.with-icon {
  padding-left: 2.5rem;
  position: relative;
}
.with-icon i {
  position: absolute;
  left: 0;
}

hr {
  margin: 0 0 3.2rem 0;
  padding: 0;
  border: 0;
  height: 1px;
  background: #332C27;
  display: block;
}

p.top-title {
  font: 500 1.4rem/2.3rem "lato", sans-serif;
  color: #A27C47;
  text-transform: uppercase;
  letter-spacing: 0.2rem;
  margin: 0 0 3rem 0;
}

ul,
ol {
  display: block;
  padding: 0;
  margin: 0 0 3.2rem 0;
}
ul li,
ol li {
  display: block;
  position: relative;
  padding: 0 0 0 4.1rem;
}
ul li:before,
ol li:before {
  display: block;
  height: 1.2rem;
  width: 1.7rem;
  background-image: url("../img/custom-icons/check.svg");
  background-size: cover;
  background-position: center;
  position: absolute;
  top: 0.8rem;
  left: 0;
  content: "";
}
ul.two-columns,
ol.two-columns {
  -moz-column-gap: 4rem;
       column-gap: 4rem;
  -moz-column-count: 2;
       column-count: 2;
}
@media only screen and (max-width: 480px) {
  ul.two-columns,
  ol.two-columns {
    -moz-column-count: 1;
         column-count: 1;
    -moz-column-gap: 0;
         column-gap: 0;
  }
}
ul.three-columns,
ol.three-columns {
  -moz-column-gap: 4rem;
       column-gap: 4rem;
  -moz-column-count: 3;
       column-count: 3;
}
@media only screen and (max-width: 750px) {
  ul.three-columns,
  ol.three-columns {
    -moz-column-count: 2;
         column-count: 2;
  }
}
@media only screen and (max-width: 480px) {
  ul.three-columns,
  ol.three-columns {
    -moz-column-count: 1;
         column-count: 1;
    -moz-column-gap: 0;
         column-gap: 0;
  }
}

ol li {
  counter-increment: step-counter;
  padding-left: 2.5rem;
}
ol li:before {
  content: counter(step-counter) ". ";
  font-weight: 700;
  position: absolute;
  left: 0;
  top: 0;
  background: none;
  border-radius: 0;
}

blockquote {
  position: relative;
  display: block;
}
blockquote p:before {
  content: "“";
}
blockquote p:after {
  content: "”";
}

table {
  margin: 0 0 3rem 0;
  width: 100%;
}

td, th {
  text-align: left;
  padding: 1rem;
}

th {
  font-weight: 700;
}

.white-text h1, .white-text .h1,
.white-text h2, .white-text .h2,
.white-text h3, .white-text .h3,
.white-text ul li,
.white-text ol li,
.white-text ul li:before,
.white-text ol li:before,
.white-text label,
.white-text p,
.white-text span,
.white-text i,
.white-text a {
  color: #FFF;
}
.white-text ul li:before {
  background: #FFF;
}
.white-text ol li:before {
  color: #FFF;
}

#CybotCookiebotDialog .CybotCookiebotDialogNavItems {
  flex-direction: row;
  flex-wrap: wrap;
}
#CybotCookiebotDialog .CookieCard {
  text-transform: unset !important;
}
#CybotCookiebotDialog .CybotCookiebotDialogNavItem:before,
#CybotCookiebotDialog .CookieCard:before {
  display: none !important;
}
#CybotCookiebotDialog .CybotCookiebotDialogDetailBodyContentCookieContainerButton label {
  margin: 0;
  display: inline;
  transform: none;
}
#CybotCookiebotDialog .CybotCookiebotDialogContentWrapper #CybotCookiebotDialogPoweredbyCybot {
  display: none;
}
#CybotCookiebotDialog .CybotCookiebotDialogContentWrapper #CybotCookiebotDialogFooter #CybotCookiebotDialogPoweredByText {
  display: none;
}
#CybotCookiebotDialog .CybotCookiebotDialogBodyLevelButton:checked + label:after,
#CybotCookiebotDialog .CybotCookiebotDialogBodyLevelButton:checked + span:after,
#CybotCookiebotDialog .CybotCookiebotDialogBodyLevelButton:checked + td:after {
  display: none;
}
#CybotCookiebotDialog .CybotCookiebotDialogBodyLevelButton + label:before,
#CybotCookiebotDialog .CybotCookiebotDialogBodyLevelButton + span:before,
#CybotCookiebotDialog .CybotCookiebotDialogBodyLevelButton + td:before {
  top: unset;
}

/* ## Heading styling
--------------------------------------------- */
h1, .h1 {
  font: 400 5.8rem/7rem "Instrument Serif", serif;
  color: #332C27;
  padding: 0;
  margin: 0 0 3.2rem 0;
}
@media only screen and (max-width: 1023px) {
  h1, .h1 {
    font: 400 4.4rem/5.6rem "Instrument Serif", serif;
  }
}
@media only screen and (max-width: 640px) {
  h1, .h1 {
    font: 400 3.2rem/4rem "Instrument Serif", serif;
  }
}

h2, .h2 {
  font: 400 4rem/4.4rem "Instrument Serif", serif;
  color: #332C27;
  padding: 0;
  margin: 0 0 3.2rem 0;
}
@media only screen and (max-width: 1023px) {
  h2, .h2 {
    font: 400 3.6rem/4rem "Instrument Serif", serif;
  }
}
@media only screen and (max-width: 640px) {
  h2, .h2 {
    font: 400 2.8rem/3.6rem "Instrument Serif", serif;
  }
}

h3, .h3 {
  font: 400 3.2rem/3.6rem "Instrument Serif", serif;
  color: #332C27;
  padding: 0;
  margin: 0 0 3.2rem 0;
}
@media only screen and (max-width: 1023px) {
  h3, .h3 {
    font: 400 2.8rem/3.4rem "Instrument Serif", serif;
  }
}
@media only screen and (max-width: 640px) {
  h3, .h3 {
    font: 400 2.4rem/3.2rem "Instrument Serif", serif;
  }
}

h4, .h4 {
  font: 400 3.2rem/3.6rem "Instrument Serif", serif;
  color: #332C27;
  padding: 0;
  margin: 0 0 3.2rem 0;
}
@media only screen and (max-width: 1023px) {
  h4, .h4 {
    font: 400 2.8rem/3.4rem "Instrument Serif", serif;
  }
}
@media only screen and (max-width: 640px) {
  h4, .h4 {
    font: 400 2.4rem/3.2rem "Instrument Serif", serif;
  }
}

h5, .h5 {
  font: 400 3.2rem/3.6rem "Instrument Serif", serif;
  color: #332C27;
  padding: 0;
  margin: 0 0 3.2rem 0;
}
@media only screen and (max-width: 1023px) {
  h5, .h5 {
    font: 400 2.8rem/3.4rem "Instrument Serif", serif;
  }
}
@media only screen and (max-width: 640px) {
  h5, .h5 {
    font: 400 2.4rem/3.2rem "Instrument Serif", serif;
  }
}

h6, .h6 {
  font: 400 3.2rem/3.6rem "Instrument Serif", serif;
  color: #332C27;
  padding: 0;
  margin: 0 0 3.2rem 0;
}
@media only screen and (max-width: 1023px) {
  h6, .h6 {
    font: 400 2.8rem/3.4rem "Instrument Serif", serif;
  }
}
@media only screen and (max-width: 640px) {
  h6, .h6 {
    font: 400 2.4rem/3.2rem "Instrument Serif", serif;
  }
}

/* ## Cards
--------------------------------------------- */
.card {
  position: relative;
  padding: 3.2rem;
  display: flex;
  flex-direction: column;
}
.card > :last-child {
  margin-bottom: 0;
}

.with-border-radius {
  border-radius: 3rem;
}

.with-shadow {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.16);
}

/* ## Forms styling
--------------------------------------------- */
label, legend {
  display: block;
  margin: 0 0 0.5rem 0;
  padding: 0;
  position: relative;
  line-height: 1.25;
}

input[type=text],
input[type=number],
input[type=search],
input[type=email],
input[type=tel],
input[type=password],
input[type=date],
input[type=phone],
input[type=url],
select,
textarea {
  display: block;
  position: relative;
  width: 100%;
  padding: 1rem 1.5rem;
  font: 400 1.6rem/1.25 "Crimson Text", serif;
  color: #332C27;
  margin: 0;
  border: 1px solid #332C27;
  border-radius: 3rem;
  transition: all 0.5s cubic-bezier(0.86, 0, 0.07, 1);
}
input[type=text]:focus,
input[type=number]:focus,
input[type=search]:focus,
input[type=email]:focus,
input[type=tel]:focus,
input[type=password]:focus,
input[type=date]:focus,
input[type=phone]:focus,
input[type=url]:focus,
select:focus,
textarea:focus {
  border-color: rgba(0, 0, 0, 0.2);
}

input[type=checkbox],
input[type=radio] {
  display: block;
  position: absolute;
  z-index: 2;
  width: 100%;
  cursor: pointer;
  inset: 0 0 0 0;
  height: 100%;
  opacity: 0;
}
input[type=checkbox] + label, input[type=checkbox] + span, input[type=checkbox] + td,
input[type=radio] + label,
input[type=radio] + span,
input[type=radio] + td {
  display: block;
  position: relative;
  padding: 0 0 0 2.5rem;
  margin: 0;
  cursor: pointer;
  text-transform: none !important;
}
input[type=checkbox] + label:before, input[type=checkbox] + span:before, input[type=checkbox] + td:before,
input[type=radio] + label:before,
input[type=radio] + span:before,
input[type=radio] + td:before {
  display: block;
  position: absolute;
  height: 1.6rem;
  width: 1.6rem;
  content: "";
  padding: 0;
  background: #FFF;
  border: 1px solid #332C27;
  inset: 0 0 0 0;
}
input[type=checkbox] + label:after, input[type=checkbox] + span:after, input[type=checkbox] + td:after,
input[type=radio] + label:after,
input[type=radio] + span:after,
input[type=radio] + td:after {
  display: block;
  position: absolute;
  background: #332C27;
  height: 1rem;
  width: 1rem;
  background: #332C27;
  inset: 0 0 0 0;
}

input[type=checkbox]:checked + label:after, input[type=checkbox]:checked + span:after, input[type=checkbox]:checked + td:after {
  inset: 0.3rem 0 0 0.3rem;
  content: "";
}

input[type=radio] + label:before, input[type=radio] + span:before, input[type=radio] + td:before {
  border-radius: 50%;
}
input[type=radio]:checked + label:after, input[type=radio]:checked + span:after, input[type=radio]:checked + td:after {
  content: "";
  border-radius: 50%;
  inset: 0.3rem 0 0 0.3rem;
}

select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: none;
  cursor: pointer;
  background: #FFF url("../img/custom-icons/chevron-down.svg") right 1.5rem center no-repeat;
  background-size: 1.6rem;
}

textarea {
  height: 13rem;
  padding: 2rem;
}

.input-number-wrap {
  display: flex;
  align-items: center;
  position: relative;
  max-width: 14rem;
  height: 4.1rem;
  background: #FFF;
}
.input-number-wrap .number-min,
.input-number-wrap .number-plus {
  cursor: pointer;
  display: flex;
  height: 4.1rem;
  width: 4.1rem;
  align-items: center;
  justify-content: center;
  color: #332C27;
  padding: 0;
  margin: 0;
  position: relative;
  z-index: 2;
}
.input-number-wrap input[type=number] {
  width: calc(100% - 8.2rem);
  padding-left: 0;
  padding-right: 0;
  text-align: center;
  min-width: 8rem;
}

.gfield_consent_label {
  display: inline-block !important;
}

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

:-moz-placeholder {
  opacity: 0.5;
}

::-moz-placeholder {
  opacity: 0.5;
}

:-ms-input- {
  opacity: 0.5;
}

/* ## Gravity forms addons
--------------------------------------------- */
.gform_wrapper {
  margin: 0 0 2.8rem 0;
  position: relative;
  /* Changes Start */
  /* Changes End */
}
.gform_wrapper .gform_heading .gform_title {
  position: relative;
  padding: 0 0 2rem 0;
}
.gform_wrapper .gform_heading .gform_title:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 1.2rem;
  height: 1px;
  width: 36rem;
  max-width: 100%;
  background-color: #332C27;
}
.gform_wrapper .gform_fields {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 2.4rem 0;
}
.gform_wrapper .gform_fields .gfield_label {
  font: 600 1.6rem/3.2rem "Crimson Text", serif;
}
.gform_wrapper .gform_fields .gfield input {
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #332C27;
  border-radius: 0;
  font: 400 1.4rem/1.8rem "Crimson Text", serif;
  font-style: italic;
  padding: 0.5rem;
  padding-left: 0;
}
.gform_wrapper .gform_fields .gfield select {
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #332C27;
  border-radius: 0;
  font: 400 1.4rem/1.8rem "Crimson Text", serif;
  font-style: italic;
  padding: 0.5rem;
  padding-left: 0;
}
.gform_wrapper .gform_fields .gfield textarea {
  background-color: #ECEAE5;
  border: none;
  border-bottom: 1px solid #332C27;
  border-radius: 0;
  font: 400 1.4rem/1.8rem "Crimson Text", serif;
  font-style: italic;
  padding: 2rem 3rem;
  max-width: 100%;
}
.gform_wrapper .gfield {
  position: relative;
  width: 100%;
}
.gform_wrapper .gfield--type-hidden, .gform_wrapper .gfield.hidden-field, .gform_wrapper .gfield.gfield_visibility_hidden {
  display: none !important;
}
.gform_wrapper .gfield--width-half {
  width: calc(50% - 1.2rem);
}
.gform_wrapper .gf_page_steps {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  position: relative;
  padding: 2rem 0;
}
.gform_wrapper .gf_page_steps:before {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #A27C47;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.gform_wrapper .gf_page_steps .gf_step {
  border-radius: 50%;
}
.gform_wrapper .gf_page_steps .gf_step .gf_step_label {
  display: none;
}
.gform_wrapper .gf_page_steps .gf_step .gf_step_number {
  color: #FFF;
  font: 600 1.6rem/3.2rem "Crimson Text", serif;
  display: none;
}
.gform_wrapper .gf_page_steps .gf_step {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.gform_wrapper .gf_page_steps .gf_step_previous, .gform_wrapper .gf_page_steps .gf_step_first {
  width: 0.6rem;
  height: 0.6rem;
  background-color: #332C27;
}
.gform_wrapper .gf_page_steps .gf_step_next {
  width: 1.1rem;
  height: 1.1rem;
  border: 1px solid #332C27;
  background-color: #E5E3DC;
}
.gform_wrapper .gf_page_steps .gf_step_last {
  width: 0.6rem;
  height: 0.6rem;
  background-color: #332C27;
}
.gform_wrapper .gf_page_steps .gf_step_active {
  width: 3.1rem;
  height: 3.1rem;
  background-color: #332C27;
}
.gform_wrapper .gf_page_steps .gf_step_active .gf_step_number {
  display: block;
}
.gform_wrapper .gchoice {
  position: relative;
}

.gform_footer, .gform_page_footer {
  display: flex;
  justify-content: flex-start;
  gap: 1rem 1.5rem;
  margin: 3.8rem 0 0 0;
}

.quote-header .gform_wrapper .gfield, .contact-header .gform_wrapper .gfield {
  margin-bottom: auto;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: end;
}
.quote-header .gform_wrapper .gfield .ginput_container, .contact-header .gform_wrapper .gfield .ginput_container {
  position: relative;
}
.quote-header .gform_wrapper .gfield .ginput_container:before, .contact-header .gform_wrapper .gfield .ginput_container:before {
  content: "";
  position: absolute;
  top: 0.8rem;
  left: 0;
  background-repeat: no-repeat;
  background-size: contain;
}
.quote-header .gform_wrapper .gfield input, .contact-header .gform_wrapper .gfield input {
  width: 100%;
  color: #332C27;
  border-color: #332C27;
  background-color: transparent;
  text-align: left;
  padding: 0.7rem;
  padding-left: 0;
}
.quote-header .gform_wrapper .gfield select, .contact-header .gform_wrapper .gfield select {
  width: 100%;
  color: #332C27;
  background-color: transparent;
  text-align: left;
  padding: 0.7rem;
  border-radius: 0;
  padding-left: 0;
  border: none;
  border-bottom: 1px solid #332C27;
}
.quote-header .gform_wrapper .gfield.request-quote-from .ginput_container:before, .contact-header .gform_wrapper .gfield.request-quote-from .ginput_container:before {
  background-image: url("../img/custom-icons/vtc-gps-black.svg");
  width: 1.5rem;
  height: 2.1rem;
  top: 0.6rem;
}
.quote-header .gform_wrapper .gfield.request-quote-from .ginput_container input, .contact-header .gform_wrapper .gfield.request-quote-from .ginput_container input {
  padding-left: 3.2rem;
}
.quote-header .gform_wrapper .gfield.request-quote-to .ginput_container:before, .contact-header .gform_wrapper .gfield.request-quote-to .ginput_container:before {
  background-image: url("../img/custom-icons/vtc-gps-black.svg");
  width: 1.5rem;
  height: 2.1rem;
  top: 0.6rem;
}
.quote-header .gform_wrapper .gfield.request-quote-to .ginput_container input, .contact-header .gform_wrapper .gfield.request-quote-to .ginput_container input {
  padding-left: 3.2rem;
}
.quote-header .gform_wrapper .gfield.request-quote-date, .contact-header .gform_wrapper .gfield.request-quote-date {
  width: calc(50% - 2rem);
}
.quote-header .gform_wrapper .gfield.request-quote-date .ginput_container:before, .contact-header .gform_wrapper .gfield.request-quote-date .ginput_container:before {
  background-image: url("../img/custom-icons/vtc-date-black.svg");
  width: 1.5rem;
  height: 1.6rem;
}
.quote-header .gform_wrapper .gfield.request-quote-date .ginput_container input, .contact-header .gform_wrapper .gfield.request-quote-date .ginput_container input {
  padding-left: 3.2rem;
}
.quote-header .gform_wrapper .gfield.request-quote-clock, .contact-header .gform_wrapper .gfield.request-quote-clock {
  width: calc(50% - 2rem);
}
.quote-header .gform_wrapper .gfield.request-quote-clock .ginput_container:before, .contact-header .gform_wrapper .gfield.request-quote-clock .ginput_container:before {
  background-image: url("../img/custom-icons/vtc-clock-black.svg");
  width: 1.5rem;
  height: 1.5rem;
}
.quote-header .gform_wrapper .gfield.request-quote-clock .ginput_container input, .contact-header .gform_wrapper .gfield.request-quote-clock .ginput_container input {
  padding-left: 3.2rem;
}
.quote-header .gform_wrapper .gfield.request-quote-persons .ginput_container:before, .contact-header .gform_wrapper .gfield.request-quote-persons .ginput_container:before {
  background-image: url("../img/custom-icons/vtc-user-black.svg");
  width: 1.6rem;
  height: 1.6rem;
}
.quote-header .gform_wrapper .gfield.request-quote-persons .ginput_container input, .contact-header .gform_wrapper .gfield.request-quote-persons .ginput_container input {
  padding-left: 3.2rem;
}
.quote-header .gform_wrapper .gfield .input-number-wrap, .contact-header .gform_wrapper .gfield .input-number-wrap {
  height: auto;
  width: 100%;
  max-width: 100%;
  background: transparent;
}
.quote-header .gform_wrapper .gfield .input-number-wrap .number-min, .quote-header .gform_wrapper .gfield .input-number-wrap .number-plus, .contact-header .gform_wrapper .gfield .input-number-wrap .number-min, .contact-header .gform_wrapper .gfield .input-number-wrap .number-plus {
  display: none;
}
.quote-header .gform_wrapper .gfield .gfield_description, .quote-header .gform_wrapper .gfield .screen-reader-text, .contact-header .gform_wrapper .gfield .gfield_description, .contact-header .gform_wrapper .gfield .screen-reader-text {
  display: none;
}
.quote-header .gform_wrapper .gfield .gfield_validation_message, .contact-header .gform_wrapper .gfield .gfield_validation_message {
  display: block;
}

#ui-datepicker-div {
  border-radius: 1.5rem;
  background-color: #FFF;
  border: 1px solid #aaa;
  transform: translateX(-10px);
}
#ui-datepicker-div .ui-datepicker-header {
  display: flex;
  flex-wrap: wrap;
  padding: 0.5rem 1rem;
  background-color: #DEB66E;
  border-radius: 1.5rem 1.5rem 0 0;
}
#ui-datepicker-div .ui-datepicker-header .ui-datepicker-prev, #ui-datepicker-div .ui-datepicker-header .ui-datepicker-next {
  flex: 0 0 50%;
  max-width: 50%;
  cursor: pointer;
  display: none !important;
}
#ui-datepicker-div .ui-datepicker-header select {
  border-radius: 0.7rem;
}
#ui-datepicker-div .ui-datepicker-header .ui-datepicker-prev {
  text-align: left;
}
#ui-datepicker-div .ui-datepicker-header .ui-datepicker-next {
  text-align: right;
}
#ui-datepicker-div .ui-datepicker-header .ui-datepicker-title {
  width: 100%;
  display: flex;
  gap: 1rem;
  padding: 1rem 0;
}
#ui-datepicker-div table {
  margin-bottom: 2rem;
}
#ui-datepicker-div table .ui-datepicker-other-month span {
  opacity: 0 !important;
}
#ui-datepicker-div table tr td, #ui-datepicker-div table tr th {
  text-align: center;
  border-radius: 50%;
}
#ui-datepicker-div table tr td a, #ui-datepicker-div table tr th a {
  text-decoration: none;
  padding: 0.5rem;
  width: 100%;
  height: 100%;
  display: block;
}
#ui-datepicker-div table tr td a.ui-state-highlight, #ui-datepicker-div table tr th a.ui-state-highlight {
  position: relative;
}
#ui-datepicker-div table tr td a.ui-state-highlight:before, #ui-datepicker-div table tr th a.ui-state-highlight:before {
  content: "";
  width: 3.5rem;
  height: 3.5rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
  background-color: #ffe8a3;
  z-index: -1;
  border-radius: 50%;
}
#ui-datepicker-div table tr td {
  padding: 0;
}
#ui-datepicker-div table tr td.ui-datepicker-unselectable {
  pointer-events: none;
}
#ui-datepicker-div table tr td.ui-datepicker-unselectable span {
  opacity: 0.4;
}
#ui-datepicker-div table tr td:hover {
  background-color: #DEB66E;
}

.gf_name_has_2 {
  display: grid;
  gap: 2rem 3rem;
  grid-template-columns: 1fr 1fr;
}
@media only screen and (max-width: 1023px) {
  .gf_name_has_2 {
    grid-template-columns: 1fr;
  }
}

.gfield_error input[type=text],
.gfield_error input[type=number],
.gfield_error input[type=search],
.gfield_error input[type=email],
.gfield_error input[type=tel],
.gfield_error input[type=password],
.gfield_error input[type=date],
.gfield_error input[type=phone],
.gfield_error input[type=url],
.gfield_error select,
.gfield_error textarea,
.woocommerce-invalid input[type=text],
.woocommerce-invalid input[type=number],
.woocommerce-invalid input[type=search],
.woocommerce-invalid input[type=email],
.woocommerce-invalid input[type=tel],
.woocommerce-invalid input[type=password],
.woocommerce-invalid input[type=date],
.woocommerce-invalid input[type=phone],
.woocommerce-invalid input[type=url],
.woocommerce-invalid select,
.woocommerce-invalid textarea {
  border-color: red;
}

.instruction,
.gfield_validation_message {
  font-style: italic;
  font-size: 1.4rem;
  display: flex;
  margin: 1rem 0 0 0;
}

.gfield_validation_message {
  color: red;
}

.gfield_required {
  margin: 0 0 0 0.2rem;
  color: red;
  font-size: 1.2rem;
}

.hidden_label > legend,
.hidden_label > label {
  display: none;
}

body img.gform_ajax_spinner {
  position: absolute;
  inset: 0 0 0 0;
  height: 100%;
  width: 100%;
  background: rgba(255, 255, 255, 0.8);
  z-index: 100;
}

/* ## Select2 styling
--------------------------------------------- */
.select2-container--default .select2-selection--single {
  height: 4.1rem !important;
  border-radius: 0 !important;
  border: 0 !important;
  border-bottom: 0 !important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  padding: 1rem 1.5rem !important;
  font: 400 1.6rem/1.25 "Crimson Text", serif !important;
  background: #FFF url("../img/custom-icons/chevron-down.svg") right 1.5rem center no-repeat;
  background-size: 1.6rem;
}

ul.select2-results__options li {
  padding: 1rem 1.5rem !important;
  font: 400 1.6rem/1.25 "Crimson Text", serif !important;
}
ul.select2-results__options li:before {
  display: none;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background: #332C27;
  color: #FFF;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  display: none;
}

body .dgwt-wcas-has-headings .dgwt-wcas-suggestion-headline {
  font-weight: 400;
  margin-bottom: 0;
}
body .dgwt-wcas-has-headings .dgwt-wcas-suggestion-headline .dgwt-wcas-st {
  padding-bottom: 1.2rem;
}
body .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input {
  color: #FFF;
  height: auto;
}
body .dgwt-wcas-sf-wrapp button:before {
  display: none;
}

/* ## Colors
--------------------------------------------- */
.bg-black {
  background: #000;
}

.black-color {
  color: #000 !important;
}

.bg-white {
  background: #FFF;
}

.white-color {
  color: #FFF !important;
}

.bg-red {
  background: red;
}

.red-color {
  color: red !important;
}

.bg-green {
  background: green;
}

.green-color {
  color: green !important;
}

.bg-yellow {
  background: #FC0;
}

.yellow-color {
  color: #FC0 !important;
}

.bg-light-beige {
  background: #F7F7F5;
}

.bg-beige {
  background: #E5E3DC;
}

.flex-bg-color-white {
  background: #FFF;
}
.flex-bg-color-main-color {
  background: #E5E3DC;
}
.flex-bg-color-light-beige {
  background: #F7F7F5;
}

/* ## Buttons
--------------------------------------------- */
.buttons {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 2rem 1.3rem;
}
@media only screen and (max-width: 640px) {
  .buttons {
    gap: 1rem;
  }
}
.buttons p {
  align-self: center;
  margin-bottom: 0;
}

.button,
input[type=submit],
button[type=submit] {
  cursor: pointer;
  display: inline-block;
  position: relative;
  padding: 1.5rem 3rem;
  font: 400 1.6rem/2rem "Crimson Text", serif;
  border: 1px solid #DEB66E;
  border-radius: 0;
  text-decoration: none;
  margin: 0;
  text-align: center;
  cursor: pointer;
  background-color: #DEB66E;
  border-color: #DEB66E;
  color: #332C27;
  transition: all 0.5s cubic-bezier(0.86, 0, 0.07, 1);
}
.button.full-width,
input[type=submit].full-width,
button[type=submit].full-width {
  width: 100%;
}
@media only screen and (max-width: 640px) {
  .button,
  input[type=submit],
  button[type=submit] {
    width: 100%;
  }
}
.button:hover,
input[type=submit]:hover,
button[type=submit]:hover {
  background-color: #332C27;
  color: #DEB66E;
}
.button.gold,
input[type=submit].gold,
button[type=submit].gold {
  background-color: #DEB66E;
  border-color: #DEB66E;
  color: #332C27;
}
.button.gold:hover,
input[type=submit].gold:hover,
button[type=submit].gold:hover {
  background-color: #332C27;
  color: #DEB66E;
}
.button.dark-brown,
input[type=submit].dark-brown,
button[type=submit].dark-brown {
  background-color: #332C27;
  border-color: #332C27;
  color: #FFF;
}
.button.dark-brown:hover,
input[type=submit].dark-brown:hover,
button[type=submit].dark-brown:hover {
  background-color: #E5E3DC;
  color: #332C27;
}
.button.beige,
input[type=submit].beige,
button[type=submit].beige {
  background-color: #E5E3DC;
  border-color: #332C27;
  color: #332C27;
}
.button.beige:hover,
input[type=submit].beige:hover,
button[type=submit].beige:hover {
  background-color: #332C27;
  color: #FFF;
}
.button.white,
input[type=submit].white,
button[type=submit].white {
  background-color: #FFF;
  border-color: #DEB66E;
  color: #DEB66E;
}
.button.white:hover,
input[type=submit].white:hover,
button[type=submit].white:hover {
  background-color: #332C27;
  color: #FFF;
}
.button.loading:after,
input[type=submit].loading:after,
button[type=submit].loading:after {
  content: "";
  background-image: url("../img/custom-icons/loader.svg");
  background-position: center center;
  background-size: 1.6rem 1.6rem;
  background-repeat: no-repeat;
  display: inline-block;
  transform-origin: center center;
  height: 1.6rem;
  width: 1.6rem;
  margin-left: 0.8rem;
  animation: spin 4s linear infinite;
}
.button.loading:hover:after,
input[type=submit].loading:hover:after,
button[type=submit].loading:hover:after {
  filter: brightness(0) invert(1);
}
.button.added:after,
input[type=submit].added:after,
button[type=submit].added:after {
  background-image: url("../img/custom-icons/check.svg");
  content: "";
  background-position: center center;
  background-size: 1.6rem 1.6rem;
  background-repeat: no-repeat;
  display: inline-block;
  transform-origin: center center;
  height: 1.6rem;
  width: 1.6rem;
  margin-left: 0.8rem;
}

.button-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 1.2rem;
}

.responsive-iframe-wrapper,
.responsive-video-wrapper {
  position: relative;
  padding: 0 0 56.25% 0;
  height: 0;
  margin: 0 0 3rem 0;
}
.responsive-iframe-wrapper img,
.responsive-iframe-wrapper iframe,
.responsive-video-wrapper img,
.responsive-video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
}
.responsive-iframe-wrapper .play-button,
.responsive-video-wrapper .play-button {
  height: 10.7rem;
  width: 10.7rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  inset: 50% 0 0 50%;
  transform: translate(-50%, -50%);
  background: transparent;
  border: 2px solid #E5E3DC;
}
@media only screen and (max-width: 1023px) {
  .responsive-iframe-wrapper .play-button,
  .responsive-video-wrapper .play-button {
    height: 8rem;
    width: 8rem;
  }
}
@media only screen and (max-width: 640px) {
  .responsive-iframe-wrapper .play-button,
  .responsive-video-wrapper .play-button {
    height: 6rem;
    width: 6rem;
  }
}
.responsive-iframe-wrapper .play-button svg,
.responsive-video-wrapper .play-button svg {
  fill: white;
  filter: brightness(0) invert(1);
  transition: all 0.5s cubic-bezier(0.86, 0, 0.07, 1);
  transform: translateX(0.2rem);
}
.responsive-iframe-wrapper .play-button:hover svg,
.responsive-video-wrapper .play-button:hover svg {
  transform: translateX(0.2rem) scale(1.25);
}

/* Sm icons
--------------------------------------------- */
.social-media-icons .top-title {
  margin-bottom: 2rem;
}
.social-media-icons .sm-icons {
  display: flex;
  align-items: center;
  margin: 0 0 2.5rem 0;
  padding: 0;
}
.social-media-icons .sm-icons li {
  padding-left: 0;
  margin-right: 1rem;
}
.social-media-icons .sm-icons li a {
  height: 3.7rem;
  width: 3.7rem;
  background-color: #655C59;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.social-media-icons .sm-icons li svg {
  width: 1.7rem;
  height: 1.7rem;
}
.social-media-icons .sm-icons li:before {
  display: none;
}

.payment-cards-icon .top-title {
  margin-bottom: 2rem;
}
.payment-cards-icon .card-icons {
  display: flex;
  align-items: center;
  margin: 0 0 2.5rem 0;
  padding: 0;
}
.payment-cards-icon .card-icons li {
  padding-left: 0;
  margin-right: 1rem;
  max-width: 5rem;
}
.payment-cards-icon .card-icons li .single-icon {
  padding-bottom: 64%;
  height: 0;
  position: relative;
}
.payment-cards-icon .card-icons li .single-icon img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* Sm share buttons
--------------------------------------------- */
.sm-share-buttons {
  display: flex;
  margin: 0 0 2.5rem 0;
  padding: 0;
}
.sm-share-buttons li {
  display: flex;
  margin: 0;
  padding: 0;
}
.sm-share-buttons li:not(:last-child) {
  margin: 0 0.5rem 0.5rem 0;
}
.sm-share-buttons li:before {
  display: none;
}
.sm-share-buttons li a {
  display: flex;
  height: 4.2rem;
  width: 4.2rem;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  text-decoration: none;
  transition: all 0.5s cubic-bezier(0.86, 0, 0.07, 1);
}
.sm-share-buttons li.youtube a {
  background: #E9654B;
}
.sm-share-buttons li.instagram a {
  background: #d6249f !important;
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
}
.sm-share-buttons li.facebook a {
  background: #537BBD;
}
.sm-share-buttons li.twitter a {
  background: #71CAEE;
}
.sm-share-buttons li.linkedin a {
  background: #2085C7;
}
.sm-share-buttons li.pinterest a {
  background: #EB5755;
}
.sm-share-buttons li:hover a {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.16);
}
.sm-share-buttons li:hover svg {
  transform: scale(1.25);
}
.sm-share-buttons svg {
  filter: brightness(0) invert(1);
  transition: all 0.5s cubic-bezier(0.86, 0, 0.07, 1);
}

.heading-underline {
  position: relative;
  padding: 0 0 3.2rem 0;
}
.heading-underline:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 1.2rem;
  height: 1px;
  width: 36rem;
  max-width: 100%;
  background-color: #332C27;
}
.heading-underline-white {
  color: #FFF;
}
.heading-underline-white:before {
  background-color: #FFF;
}

.global-contact-cta {
  background: #332C27;
  display: flex;
  align-items: center;
  padding: 2.4rem;
}
.global-contact-cta__inner {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 3rem;
}
.global-contact-cta__inner .title {
  margin: 0;
  color: #FFF;
}

.global-usps {
  background: #332C27;
}
.global-usps .wrap.no-full-width {
  padding: 0;
  max-width: 100%;
  width: 100%;
}
.global-usps .wrap ul {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  padding: 4rem 7rem 4rem 7rem;
  gap: 3rem;
  margin: 0;
}
@media only screen and (max-width: 1280px) {
  .global-usps .wrap ul {
    padding: 3rem 4rem 3rem 4rem;
  }
}
@media only screen and (max-width: 1023px) {
  .global-usps .wrap ul {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 640px) {
  .global-usps .wrap ul {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
.global-usps .wrap ul .single-usp {
  margin: 0;
  color: #FFF;
  font: 400 1.4rem/2.6rem "Crimson Text", serif;
  font-family: "lato", sans-serif;
  letter-spacing: 0.2rem;
  text-transform: uppercase;
}

.logo-background-pattern {
  position: relative;
}
.logo-background-pattern:before {
  content: "";
  pointer-events: none;
  position: absolute;
}
.logo-background-pattern.multiple-pattern:before {
  height: 100%;
  width: 35%;
  background-image: url("../img/vdp_logo_pattern_background.svg");
  top: 0;
  opacity: 0.1;
  filter: grayscale(70%);
  background-position-y: 4rem;
}
@media only screen and (max-width: 1023px) {
  .logo-background-pattern.multiple-pattern:before {
    width: 50%;
  }
}
.logo-background-pattern.multiple-pattern-left:before {
  left: 0;
  background-position: right;
}
.logo-background-pattern.multiple-pattern-right:before {
  right: 0;
  background-position: left;
}
.logo-background-pattern.single-pattern:before {
  height: 100%;
  width: 100%;
  background-image: url("../img/vdp_logo_pattern_background_single.svg");
  top: 0;
  opacity: 0.1;
  background-repeat: no-repeat;
  background-size: 88%;
  background-position: center;
  filter: grayscale(70%);
}
.logo-background-pattern.single-pattern.single-pattern-left:before {
  background-position-x: -50rem;
  background-position-y: 110%;
  background-size: 156rem;
}
@media only screen and (max-width: 1280px) {
  .logo-background-pattern.single-pattern.single-pattern-left:before {
    background-position-x: 10%;
    background-position-y: 90%;
    background-size: 80%;
  }
}
.logo-background-pattern.single-pattern.single-pattern-right:before {
  background-position-x: 100rem;
  background-position-y: 110%;
  background-size: 156rem;
}
@media only screen and (max-width: 1280px) {
  .logo-background-pattern.single-pattern.single-pattern-right:before {
    background-position-x: 210%;
    background-position-y: 90%;
    background-size: 80%;
  }
}
.logo-background-pattern.single-pattern.single-pattern-overflow:before {
  background-position-y: 110%;
  background-size: 90vw;
}

.swiper-controls {
  position: absolute;
  right: 0;
  bottom: 0;
  display: flex;
  gap: 2.7rem;
  z-index: 1;
}
@media only screen and (max-width: 750px) {
  .swiper-controls {
    position: relative;
    margin: 2rem 0;
    justify-content: flex-end;
  }
}
.swiper-controls .dots {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 2.4rem;
}
.swiper-controls .dots .custom-swiper-pagination {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.6rem;
}
.swiper-controls .dots .custom-swiper-pagination .swiper-pagination-bullet {
  padding: 0;
  margin: 0;
  width: 1.1rem;
  height: 1.1rem;
  position: relative;
  background-color: transparent;
  cursor: pointer;
}
.swiper-controls .dots .custom-swiper-pagination .swiper-pagination-bullet:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  height: 0.7rem;
  width: 0.7rem;
  pointer-events: none;
  border-radius: 50%;
}
.swiper-controls .dots .custom-swiper-pagination .swiper-pagination-bullet-active:before {
  top: 0;
  left: 0;
  transform: none;
  height: 100%;
  width: 100%;
}
.swiper-controls .arrows {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  height: 2.4rem;
}
.swiper-controls .arrows .custom-swiper-button {
  cursor: pointer;
  opacity: 1;
  transition: all 0.3s ease-out 0s;
}
.swiper-controls .arrows .custom-swiper-button.swiper-button-disabled {
  opacity: 0.35;
  cursor: default;
}
.swiper-controls.dark .dots .custom-swiper-pagination .swiper-pagination-bullet:before {
  background-color: #655C59;
}
.swiper-controls.dark .dots .custom-swiper-pagination .swiper-pagination-bullet-active:before {
  background-color: #332C27;
}
.swiper-controls.dark .arrows .custom-swiper-button svg {
  stroke: #332C27;
}
.swiper-controls.light .dots .custom-swiper-pagination .swiper-pagination-bullet:before {
  background-color: #655C59;
}
.swiper-controls.light .dots .custom-swiper-pagination .swiper-pagination-bullet-active:before {
  background-color: #FFF;
}
.swiper-controls.light .arrows .custom-swiper-button svg {
  stroke: #FFF;
}

.flex-padding-top-0 {
  padding-top: 0;
}
.flex-padding-top-2 {
  padding-top: 2.5rem;
}
@media only screen and (max-width: 1023px) {
  .flex-padding-top-2 {
    padding-top: 1.6rem;
  }
}
@media only screen and (max-width: 750px) {
  .flex-padding-top-2 {
    padding-top: 1rem;
  }
}
.flex-padding-top-5 {
  padding-top: 5rem;
}
@media only screen and (max-width: 1023px) {
  .flex-padding-top-5 {
    padding-top: 4rem;
  }
}
@media only screen and (max-width: 750px) {
  .flex-padding-top-5 {
    padding-top: 3rem;
  }
}
.flex-padding-top-10 {
  padding-top: 10rem;
}
@media only screen and (max-width: 1023px) {
  .flex-padding-top-10 {
    padding-top: 8rem;
  }
}
@media only screen and (max-width: 750px) {
  .flex-padding-top-10 {
    padding-top: 4rem;
  }
}
.flex-padding-top-15 {
  padding-top: 15rem;
}
@media only screen and (max-width: 1023px) {
  .flex-padding-top-15 {
    padding-top: 12rem;
  }
}
@media only screen and (max-width: 750px) {
  .flex-padding-top-15 {
    padding-top: 6rem;
  }
}
.flex-padding-bottom-0 {
  padding-bottom: 0;
}
.flex-padding-bottom-2 {
  padding-bottom: 2.5rem;
}
@media only screen and (max-width: 1023px) {
  .flex-padding-bottom-2 {
    padding-bottom: 1.6rem;
  }
}
@media only screen and (max-width: 750px) {
  .flex-padding-bottom-2 {
    padding-bottom: 1rem;
  }
}
.flex-padding-bottom-5 {
  padding-bottom: 5rem;
}
@media only screen and (max-width: 1023px) {
  .flex-padding-bottom-5 {
    padding-bottom: 4rem;
  }
}
@media only screen and (max-width: 750px) {
  .flex-padding-bottom-5 {
    padding-bottom: 3rem;
  }
}
.flex-padding-bottom-10 {
  padding-bottom: 10rem;
}
@media only screen and (max-width: 1023px) {
  .flex-padding-bottom-10 {
    padding-bottom: 8rem;
  }
}
@media only screen and (max-width: 750px) {
  .flex-padding-bottom-10 {
    padding-bottom: 4rem;
  }
}
.flex-padding-bottom-15 {
  padding-bottom: 15rem;
}
@media only screen and (max-width: 1023px) {
  .flex-padding-bottom-15 {
    padding-bottom: 12rem;
  }
}
@media only screen and (max-width: 750px) {
  .flex-padding-bottom-15 {
    padding-bottom: 6rem;
  }
}

.flex-margin-top-0 {
  margin-top: 0;
}
.flex-margin-top-2 {
  margin-top: 2.5rem;
}
@media only screen and (max-width: 1023px) {
  .flex-margin-top-2 {
    margin-top: 1.6rem;
  }
}
@media only screen and (max-width: 750px) {
  .flex-margin-top-2 {
    margin-top: 1rem;
  }
}
.flex-margin-top-5 {
  margin-top: 5rem;
}
@media only screen and (max-width: 1023px) {
  .flex-margin-top-5 {
    margin-top: 4rem;
  }
}
@media only screen and (max-width: 750px) {
  .flex-margin-top-5 {
    margin-top: 3rem;
  }
}
.flex-margin-top-10 {
  margin-top: 10rem;
}
@media only screen and (max-width: 1023px) {
  .flex-margin-top-10 {
    margin-top: 8rem;
  }
}
@media only screen and (max-width: 750px) {
  .flex-margin-top-10 {
    margin-top: 4rem;
  }
}
.flex-margin-top-15 {
  margin-top: 15rem;
}
@media only screen and (max-width: 1023px) {
  .flex-margin-top-15 {
    margin-top: 12rem;
  }
}
@media only screen and (max-width: 750px) {
  .flex-margin-top-15 {
    margin-top: 6rem;
  }
}
.flex-margin-bottom-0 {
  margin-bottom: 0;
}
.flex-margin-bottom-2 {
  margin-bottom: 2.5rem;
}
@media only screen and (max-width: 1023px) {
  .flex-margin-bottom-2 {
    margin-bottom: 1.6rem;
  }
}
@media only screen and (max-width: 750px) {
  .flex-margin-bottom-2 {
    margin-bottom: 1rem;
  }
}
.flex-margin-bottom-5 {
  margin-bottom: 5rem;
}
@media only screen and (max-width: 1023px) {
  .flex-margin-bottom-5 {
    margin-bottom: 4rem;
  }
}
@media only screen and (max-width: 750px) {
  .flex-margin-bottom-5 {
    margin-bottom: 3rem;
  }
}
.flex-margin-bottom-10 {
  margin-bottom: 10rem;
}
@media only screen and (max-width: 1023px) {
  .flex-margin-bottom-10 {
    margin-bottom: 8rem;
  }
}
@media only screen and (max-width: 750px) {
  .flex-margin-bottom-10 {
    margin-bottom: 4rem;
  }
}
.flex-margin-bottom-15 {
  margin-bottom: 15rem;
}
@media only screen and (max-width: 1023px) {
  .flex-margin-bottom-15 {
    margin-bottom: 12rem;
  }
}
@media only screen and (max-width: 750px) {
  .flex-margin-bottom-15 {
    margin-bottom: 6rem;
  }
}

.flex-bg-color-white {
  background-color: #FFF;
}
.flex-bg-color-main-color {
  background-color: #E5E3DC;
}

.html-version-logo-background-pattern {
  position: absolute;
  width: 90vw;
  left: 50%;
  transform: translateX(-50%);
  height: 180%;
  pointer-events: none;
  bottom: 0;
  opacity: 0.15;
  filter: grayscale(70%);
  z-index: 1;
}
.html-version-logo-background-pattern svg {
  width: 100%;
  height: 100%;
}

.pagination {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2rem 1rem;
  margin-top: 4rem;
}
.pagination .page-numbers {
  width: 5rem;
  height: 5rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  background-color: #332C27;
  color: #FFF;
  border-radius: 50%;
  text-decoration: none;
}
.pagination .page-numbers:hover {
  text-decoration: underline;
}
.pagination .page-numbers.next {
  background-color: transparent;
}
.pagination .page-numbers.next svg {
  stroke: #332C27;
}
.pagination .page-numbers.prev {
  background-color: transparent;
}
.pagination .page-numbers.prev svg {
  stroke: #332C27;
}
.pagination .page-numbers.current {
  background-color: #DEB66E;
  font-weight: 700;
  pointer-events: none;
}

/* # Blocks SCSS files
---------------------------------------------------------------------------------------------------- */
/* # Header index
---------------------------------------------------------------------------------------------------- */
/* Main-header
--------------------------------------------- */
.main-header {
  position: fixed;
  inset: 0 0 unset 0;
  z-index: 1005;
  width: 100%;
  top: 0;
  transition: top 0.15s ease-in-out;
}

.site-logo {
  display: block;
  position: absolute;
  top: 1.2rem;
  left: 0;
  z-index: 1005;
}
@media only screen and (max-width: 1340px) {
  .site-logo {
    left: 2rem;
  }
}
@media only screen and (max-width: 1023px) {
  .site-logo {
    position: relative;
    left: 0;
    top: 3rem;
  }
}
@media only screen and (max-width: 640px) {
  .site-logo {
    top: 1rem;
  }
}
.site-logo img {
  max-width: 100%;
  width: 16.3rem;
  height: 16.3rem;
  border-radius: 50%;
  border-bottom: 2px solid #DEB66E;
}
@media only screen and (max-width: 1023px) {
  .site-logo img {
    width: 12rem;
    height: 12rem;
  }
}
@media only screen and (max-width: 640px) {
  .site-logo img {
    width: 8rem;
    height: 8rem;
  }
}

/* Top-bar
--------------------------------------------- */
.top-bar {
  background-color: #E5E3DC;
}
@media only screen and (max-width: 1023px) {
  .top-bar {
    display: none;
  }
}
.top-bar .top-bar-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  height: 3.8rem;
}
.top-bar .top-bar-container .top-bar-check, .top-bar .top-bar-container p, .top-bar .top-bar-container li {
  margin: 0;
  line-height: inherit;
  font: 400 1.4rem/1.8rem "Crimson Text", serif;
}
.top-bar .top-bar-container .top-bar-check li {
  font-family: "Crimson Text", serif;
  padding-left: 3rem;
  text-transform: none;
}
.top-bar .top-bar-container .top-bar-check li:before {
  top: 0.2rem;
}

/* Nav-bar
--------------------------------------------- */
.nav-bar {
  position: relative;
  background: #332C27;
  height: 10rem;
}
@media only screen and (max-width: 1023px) {
  .nav-bar {
    height: 6.8rem;
  }
}
.nav-bar .wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
}
.nav-bar .mobile-phone-icon-header {
  display: none;
  justify-content: center;
  text-align: center;
  height: 3.7rem;
  align-items: end;
}
.nav-bar .mobile-phone-icon-header a {
  text-decoration: none;
}
.nav-bar .mobile-phone-icon-header svg {
  height: 1.4rem;
  width: 1.4rem;
}
@media only screen and (max-width: 1023px) {
  .nav-bar .mobile-phone-icon-header {
    display: flex;
  }
}
.nav-bar .mobile-phone-icon-header .text {
  width: 3.2rem;
  display: block;
  text-align: center;
  color: #DEB66E;
  font: 600 0.9rem/1.3rem "Crimson Text", serif;
}
.nav-bar__menu-wrap {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  height: 100%;
}
.nav-bar__menu-wrap #menu-language-switch > li > a {
  display: flex;
  align-items: center;
}
.nav-bar__menu-wrap #menu-language-switch > li > a:before {
  padding-top: 0.4rem;
  margin-right: 1rem;
}
.nav-bar__menu-wrap.lang-en #menu-language-switch > li > a:before {
  content: url("../img/flags/en.svg");
}
.nav-bar__menu-wrap.lang-nl #menu-language-switch > li > a:before {
  content: url("../img/flags/nl.svg");
}
.nav-bar__menu-wrap.lang-de #menu-language-switch > li > a:before {
  content: url("../img/flags/de.svg");
}
.nav-bar__right-wrap {
  width: calc(100% - 18rem);
  margin-left: auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 2rem 5.5rem;
  height: 100%;
}
@media only screen and (max-width: 1023px) {
  .nav-bar__right-wrap {
    display: none;
  }
}
.nav-bar .menu {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 4.7rem;
  height: 100%;
  padding: 0;
  margin: 0;
}
.nav-bar .menu .menu-item {
  position: relative;
  margin-right: 2.4rem;
  text-transform: none;
  margin-bottom: 0;
  padding: 1rem 0;
}
.nav-bar .menu .menu-item:not(.dd-megamenu) {
  padding: 3.7rem 0;
}
.nav-bar .menu .menu-item:last-child {
  margin-right: 0;
}
.nav-bar .menu .menu-item a {
  display: block;
  font: 400 1.6rem/2.1rem "Crimson Text", serif;
  color: #FFF;
  text-decoration: none;
  display: flex;
  align-items: center;
  transition: none;
}
.nav-bar .menu .menu-item.current-menu-item > a, .nav-bar .menu .menu-item.current-menu-ancestor > a, .nav-bar .menu .menu-item.current_page_item > a, .nav-bar .menu .menu-item.current_page_ancestor > a {
  color: #FFF;
}
.nav-bar .menu .menu-item.current-menu-item > a .nav-bar__toggle-icon, .nav-bar .menu .menu-item.current-menu-ancestor > a .nav-bar__toggle-icon, .nav-bar .menu .menu-item.current_page_item > a .nav-bar__toggle-icon, .nav-bar .menu .menu-item.current_page_ancestor > a .nav-bar__toggle-icon {
  fill: #000;
}
.nav-bar .menu .menu-item__submenu-icon svg {
  max-width: 1.4rem;
  height: auto;
}
.nav-bar .menu .menu-item.menu-item-has-children .menu-item__toggle svg {
  position: relative;
  top: 0.4rem;
  stroke: #FFF;
  margin-left: 0.6rem;
  height: 2rem;
  width: 2rem;
  transition: all 0.3s ease-out 0s;
}
.nav-bar .menu .menu-item.menu-item-has-children .sub-menu {
  position: absolute;
  top: 100%;
  left: -2rem;
  min-width: 30rem;
  background-color: #E5E3DC;
  transform: scaleY(0);
  visibility: hidden;
  opacity: 0;
  transform-origin: top left;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  transition: all 0.3s ease-out 0s;
  padding: 2rem;
  z-index: 1;
}
.nav-bar .menu .menu-item.menu-item-has-children .sub-menu .menu-item {
  margin-right: 0;
  transition: background-color 0.15s ease-in-out;
  padding: 0;
  cursor: pointer;
}
.nav-bar .menu .menu-item.menu-item-has-children .sub-menu .menu-item a {
  white-space: nowrap;
  font-size: 1.6rem;
  padding: 1rem 2rem;
  color: #332C27;
  justify-content: space-between;
  transition: all 0.3s ease-out 0s;
}
.nav-bar .menu .menu-item.menu-item-has-children .sub-menu .menu-item a:hover {
  text-decoration: underline;
}
.nav-bar .menu .menu-item.menu-item-has-children .sub-menu .menu-item.menu-item-has-children {
  position: static;
}
.nav-bar .menu .menu-item.menu-item-has-children .sub-menu .menu-item.menu-item-has-children .sub-menu {
  top: auto;
  margin-top: -4.6rem;
  left: 100%;
}
.nav-bar .menu .menu-item:hover > a {
  text-decoration: underline;
}
.nav-bar .menu .menu-item:hover > a .menu-item__toggle svg {
  transform: rotate(180deg);
}
.nav-bar .menu .menu-item:hover > .sub-menu {
  transform: scaleY(1);
  visibility: visible;
  opacity: 1;
}

.menu-item {
  padding-left: 0;
}
.menu-item:before {
  display: none;
}

.home-header {
  position: relative;
}
.home-header:before {
  content: "";
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  height: 100%;
  pointer-events: none;
  background: rgb(0, 0, 0);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0.25) 50%, rgba(0, 0, 0, 0.25) 50%, rgb(0, 0, 0) 100%);
  z-index: 1;
}
.home-header .header-image {
  position: absolute;
  height: 100%;
  width: 100%;
}
.home-header .header-image .bg-image {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.home-header .header-video {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  top: 0;
  left: 0;
}
.home-header .wrap {
  z-index: 2;
}
.home-header .header-inner {
  display: flex;
  flex-wrap: wrap;
  padding: 18rem 0;
}
@media only screen and (max-width: 1023px) {
  .home-header .header-inner {
    padding: 18rem 0;
  }
}
@media only screen and (max-width: 640px) {
  .home-header .header-inner {
    padding: 10rem 0;
  }
}
.home-header .header-inner.has-added-form {
  padding-bottom: 5rem;
}
@media only screen and (max-width: 1023px) {
  .home-header .header-inner.has-added-form {
    padding-bottom: 2rem;
  }
}
@media only screen and (max-width: 640px) {
  .home-header .header-inner.has-added-form {
    padding-bottom: 1rem;
  }
}
.home-header .header-inner .content-left {
  width: 50rem;
  max-width: 100%;
}
.home-header .header-inner .content-left h1,
.home-header .header-inner .content-left h2,
.home-header .header-inner .content-left h3,
.home-header .header-inner .content-left h4,
.home-header .header-inner .content-left h5,
.home-header .header-inner .content-left h6 {
  color: #FFF;
}
.home-header .header-inner .content-left p {
  color: #FFF;
}
.home-header .header-inner .content-left .top-title {
  margin-bottom: 0.7rem;
}
.home-header .request-touringcar {
  background: transparent;
  padding: 4rem 0 2rem;
}
.home-header .request-touringcar .request-touringcar-container {
  background: #E5E3DC;
  margin-bottom: 2rem;
  padding: 2rem 3rem;
}
.home-header .request-touringcar .gform_wrapper {
  margin-bottom: 0;
}
.home-header .request-touringcar .gform_wrapper .gform_body .gform_fields .gfield input {
  color: #332C27 !important;
  border-color: #332C27 !important;
}
.home-header .request-touringcar .gform_wrapper .gform_body .gform_fields .gfield input::-moz-placeholder {
  color: #332C27 !important;
  opacity: 1;
}
.home-header .request-touringcar .gform_wrapper .gform_body .gform_fields .gfield input::placeholder {
  color: #332C27 !important;
  opacity: 1;
}
.home-header .request-touringcar .gform_wrapper .gform_body .gform_fields .ginput_container:before {
  filter: brightness(0);
}
.home-header .request-touringcar .gform_title {
  font: 400 3rem/3.5rem "Instrument Serif", serif !important;
  color: #332C27 !important;
  padding-right: 12% !important;
}
@media only screen and (max-width: 1280px) {
  .home-header .request-touringcar .gform_title {
    padding-right: 0 !important;
  }
}
.home-header .request-touringcar .bottom-text {
  font-weight: 400;
}

.fleet-archive-header {
  position: relative;
}
.fleet-archive-header .header-inner {
  display: flex;
  flex-wrap: wrap;
  padding: 16rem 0 0;
}
@media only screen and (max-width: 1023px) {
  .fleet-archive-header .header-inner {
    width: 100%;
    padding: 6rem 0 4rem 0;
  }
}
@media only screen and (max-width: 640px) {
  .fleet-archive-header .header-inner {
    padding: 6rem 0 2rem 0;
  }
}
.fleet-archive-header .header-inner .content-left {
  padding-right: 9rem;
}
@media only screen and (max-width: 1023px) {
  .fleet-archive-header .header-inner .content-left {
    padding-right: 0;
  }
}
.fleet-archive-header .header-inner .content-left .top-title {
  margin-bottom: 0.7rem;
}
.fleet-archive-header .header-image {
  position: absolute;
  height: 100%;
  width: calc(50% - 14rem);
  top: 0;
  right: 0;
  z-index: 1;
}
@media only screen and (max-width: 1023px) {
  .fleet-archive-header .header-image {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 40%;
  }
}
@media only screen and (max-width: 640px) {
  .fleet-archive-header .header-image {
    padding-bottom: 66.666%;
  }
}
.fleet-archive-header .header-image .bg-image {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.fleet-detail-header {
  position: relative;
}
.fleet-detail-header .header-inner {
  display: flex;
  flex-wrap: wrap;
  width: calc(50% + 14rem);
  padding: 18rem 0 13rem 0;
  margin-left: calc(50% - 14rem);
}
@media only screen and (max-width: 1023px) {
  .fleet-detail-header .header-inner {
    margin: 0;
    width: 100%;
    padding: 6rem 0 4rem 0;
  }
}
@media only screen and (max-width: 640px) {
  .fleet-detail-header .header-inner {
    padding: 6rem 0 2rem 0;
  }
}
.fleet-detail-header .header-inner .content-left {
  padding-left: 9rem;
}
@media only screen and (max-width: 1023px) {
  .fleet-detail-header .header-inner .content-left {
    padding-left: 0;
  }
}
.fleet-detail-header .header-inner .content-left .top-title {
  margin-bottom: 0.7rem;
}
.fleet-detail-header .header-image {
  position: absolute;
  height: 100%;
  width: calc(50% - 14rem);
  top: 0;
  left: 0;
  z-index: 1;
}
@media only screen and (max-width: 1023px) {
  .fleet-detail-header .header-image {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 40%;
  }
}
@media only screen and (max-width: 640px) {
  .fleet-detail-header .header-image {
    padding-bottom: 66.666%;
  }
}
.fleet-detail-header .header-image .bg-image {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.about-us-header {
  position: relative;
}
.about-us-header .header-inner {
  display: flex;
  flex-wrap: wrap;
  width: calc(50% + 4rem);
  padding: 18rem 0 13rem 0;
}
@media only screen and (max-width: 1023px) {
  .about-us-header .header-inner {
    width: 100%;
    padding: 6rem 0 4rem 0;
  }
}
@media only screen and (max-width: 640px) {
  .about-us-header .header-inner {
    padding: 6rem 0 2rem 0;
  }
}
.about-us-header .header-inner .content-left {
  padding-right: 9rem;
}
@media only screen and (max-width: 1023px) {
  .about-us-header .header-inner .content-left {
    padding-right: 0;
  }
}
.about-us-header .header-inner .content-left .top-title {
  margin-bottom: 0.7rem;
}
.about-us-header .header-image {
  position: absolute;
  height: 100%;
  width: calc(50% - 4rem);
  top: 0;
  right: 0;
  z-index: 1;
}
@media only screen and (max-width: 1023px) {
  .about-us-header .header-image {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 40%;
  }
}
@media only screen and (max-width: 640px) {
  .about-us-header .header-image {
    padding-bottom: 66.666%;
  }
}
.about-us-header .header-image .bg-image {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.landingspage-header {
  position: relative;
  overflow: hidden;
}
.landingspage-header .header-inner {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.landingspage-header .header-inner .content-left {
  flex: 0 0 50%;
  max-width: 50%;
  padding: 18rem 12rem 13rem 0;
}
@media only screen and (max-width: 1023px) {
  .landingspage-header .header-inner .content-left {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 6rem 0 4rem 0;
  }
}
@media only screen and (max-width: 640px) {
  .landingspage-header .header-inner .content-left {
    padding: 6rem 0 2rem 0;
  }
}
.landingspage-header .header-inner .content-left .top-title {
  color: #A27C47;
  margin-bottom: 0.7rem;
}
.landingspage-header .header-inner .content-right {
  flex: 0 0 50%;
  max-width: 50%;
}
@media only screen and (max-width: 1023px) {
  .landingspage-header .header-inner .content-right {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.landingspage-header .header-inner .content-right.form {
  margin-top: auto;
}
@media only screen and (max-width: 1280px) {
  .landingspage-header .header-inner .content-right.form {
    margin-top: initial;
  }
}
@media only screen and (max-width: 1280px) and (min-width: 1023px) {
  .landingspage-header .header-inner .content-right.form .form {
    top: 50%;
    transform: translateY(-50%);
  }
}
@media only screen and (min-width: 1023px) {
  .landingspage-header .header-inner .content-right.image figure {
    top: 50%;
    transform: translateY(-50%);
  }
}
@media only screen and (max-width: 1023px) {
  .landingspage-header .header-inner .content-right.image figure {
    padding: 0 0 66.666% 0;
  }
}
.landingspage-header .header-inner .content-right .form {
  position: relative;
  width: 49rem;
  max-width: 100%;
  margin-left: auto;
  background-color: #F7F7F5;
  padding: 6rem 7rem;
}
@media only screen and (max-width: 1023px) {
  .landingspage-header .header-inner .content-right .form {
    width: 60rem;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 640px) {
  .landingspage-header .header-inner .content-right .form {
    padding: 5rem 4rem;
  }
}
@media only screen and (max-width: 480px) {
  .landingspage-header .header-inner .content-right .form {
    padding: 3rem 2.5rem;
  }
}

.contact-header {
  position: relative;
}
.contact-header .header-inner {
  display: flex;
  flex-wrap: wrap;
  width: calc(50% + 14rem);
  padding: 14rem 0 10rem 0;
  margin-left: calc(50% - 14rem);
}
@media only screen and (max-width: 1023px) {
  .contact-header .header-inner {
    margin: 0;
    width: 100%;
    padding: 6rem 0 4rem 0;
  }
}
@media only screen and (max-width: 640px) {
  .contact-header .header-inner {
    padding: 6rem 0 2rem 0;
  }
}
.contact-header .header-inner .content-left {
  padding-left: 9rem;
}
@media only screen and (max-width: 1023px) {
  .contact-header .header-inner .content-left {
    padding-left: 0;
  }
}
.contact-header .header-inner .content-left .top-title {
  margin-bottom: 0.7rem;
}
.contact-header .header-inner .content-left .form {
  margin-top: 4.5rem;
  width: 100%;
  max-width: 100%;
}
.contact-header .header-inner .content-left .content-two-cols {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 3rem 5rem;
}
@media only screen and (max-width: 640px) {
  .contact-header .header-inner .content-left .content-two-cols {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
.contact-header .header-inner .content-left .content-two-cols div p {
  margin-bottom: 2rem;
}
.contact-header .header-image {
  position: absolute;
  height: 100%;
  width: calc(50% - 14rem);
  top: 0;
  left: 0;
  z-index: 1;
}
@media only screen and (max-width: 1023px) {
  .contact-header .header-image {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 40%;
  }
}
@media only screen and (max-width: 640px) {
  .contact-header .header-image {
    padding-bottom: 66.666%;
  }
}
.contact-header .header-image .bg-image {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.contact-header .gform_wrapper .gform_heading .gform_title {
  font: 400 2.2rem/2.9rem "Crimson Text", serif;
  padding: 0;
  margin-bottom: 3.8rem;
}
.contact-header .gform_wrapper .gform_heading .gform_title:before {
  content: none;
}
.contact-header .gform_wrapper .gform_body .gform_fields {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 2.5rem 5rem;
}
@media only screen and (max-width: 1023px) {
  .contact-header .gform_wrapper .gform_body .gform_fields {
    gap: 2.5rem 3rem;
  }
}
@media only screen and (max-width: 640px) {
  .contact-header .gform_wrapper .gform_body .gform_fields {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
.contact-header .gform_wrapper .gform_body .gform_fields .gfield--type-textarea {
  grid-column: 1/span 2;
}
@media only screen and (max-width: 640px) {
  .contact-header .gform_wrapper .gform_body .gform_fields .gfield--type-textarea {
    grid-column: auto;
  }
}

.quote-header {
  position: relative;
}
.quote-header .header-inner {
  display: flex;
  flex-wrap: wrap;
  width: calc(50% + 4rem);
  padding: 18rem 0 13rem 0;
  margin-left: 0;
}
@media only screen and (max-width: 1023px) {
  .quote-header .header-inner {
    margin: 0;
    width: 100%;
    padding: 6rem 0 4rem 0;
  }
}
@media only screen and (max-width: 640px) {
  .quote-header .header-inner {
    padding: 6rem 0 2rem 0;
  }
}
.quote-header .header-inner .content-left {
  max-width: 100%;
  padding-right: 9rem;
}
@media only screen and (max-width: 1023px) {
  .quote-header .header-inner .content-left {
    margin: 0 auto;
    padding-right: 0;
  }
}
.quote-header .header-inner .content-left .top-title {
  margin-bottom: 0.7rem;
}
.quote-header .header-inner .content-left h1, .quote-header .header-inner .content-left h2, .quote-header .header-inner .content-left h3, .quote-header .header-inner .content-left h4, .quote-header .header-inner .content-left h5, .quote-header .header-inner .content-left h6 {
  margin-bottom: 0.9rem;
}
.quote-header .header-inner .content-left .content-top p:last-child {
  margin-bottom: 0;
}
.quote-header .header-inner .content-left .form {
  margin-top: 2.5rem;
  width: 33.7rem;
  max-width: 100%;
}
.quote-header .header-image {
  position: absolute;
  height: 100%;
  width: calc(50% - 4rem);
  top: 0;
  right: 0;
  z-index: 1;
}
@media only screen and (max-width: 1023px) {
  .quote-header .header-image {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 40%;
  }
}
@media only screen and (max-width: 640px) {
  .quote-header .header-image {
    padding-bottom: 66.666%;
  }
}
.quote-header .header-image .bg-image {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.header-form-container .request-touringcar {
  display: flex;
  align-items: flex-start;
  gap: 6rem;
}
.header-form-container .gform_footer {
  display: none;
}
.header-form-container .gform-body {
  width: 100% !important;
}
@media only screen and (max-width: 1280px) {
  .header-form-container .request-touringcar {
    flex-direction: column;
    align-items: center;
  }
}

/* # Flexible index
---------------------------------------------------------------------------------------------------- */
/* Section
--------------------------------------------- */
.section__header {
  margin-bottom: 4.6rem;
}
.section__header--center {
  text-align: center;
}
.section__header--right {
  text-align: right;
}
.section__title {
  padding-bottom: 0;
}
.section__content > :last-child:not(a):not(.responsive-video-wrapper) {
  padding-bottom: 0;
}
.section__footer {
  display: flex;
  margin-top: 4rem;
  justify-content: center;
}

/* Content-two-columns
--------------------------------------------- */
.content-two-columns--reverse .section__media {
  order: -1;
}

.media .media-container .title, .media .media-container .content {
  margin: 0 auto;
  max-width: 100%;
}
.media .media-container .title {
  width: 70rem;
  margin-bottom: 3rem;
  text-align: center;
}
.media .media-container .content {
  width: 80rem;
  margin-bottom: 3rem;
}
.media .media-container .content p {
  text-align: center;
}
.media .media-container .content p:last-child {
  margin-bottom: 0;
}
.media .media-container .buttons {
  margin-top: 3rem;
  justify-content: center;
}

/* Text-text
--------------------------------------------- */
.double-text-block .double-text-block-container {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 3rem 6rem;
}
@media only screen and (max-width: 1023px) {
  .double-text-block .double-text-block-container {
    gap: 3rem 4rem;
  }
}
@media only screen and (max-width: 750px) {
  .double-text-block .double-text-block-container {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}

/* Text
--------------------------------------------- */
.text-block.align-left .text-block-container, .text-block.align-center .text-block-container, .text-block.align-right .text-block-container {
  width: 93.4rem;
  max-width: 100%;
}
.text-block.align-left .text-block-container {
  margin-right: auto;
}
.text-block.align-center {
  text-align: center;
}
.text-block.align-center .text-block-container {
  margin: 0 auto;
}
.text-block.align-center .text-block-container .heading-underline:before {
  left: 50%;
  transform: translateX(-50%);
}
.text-block.align-center .text-block-container .buttons {
  justify-content: center;
}
.text-block.align-right {
  text-align: left;
}
.text-block.align-right .text-block-container {
  margin-left: auto;
}
.services-slider {
  position: relative;
  overflow: hidden;
}
.services-slider.content-row {
  padding-top: 11rem;
  padding-bottom: 18rem;
}
@media only screen and (max-width: 1023px) {
  .services-slider.content-row {
    padding-top: 8rem;
    padding-bottom: 14rem;
  }
}
@media only screen and (max-width: 640px) {
  .services-slider.content-row {
    padding-top: 5rem;
    padding-bottom: 8rem;
  }
}
.services-slider .top-content {
  position: relative;
}
.services-slider .top-content .title.heading-underline:before {
  width: 40.1rem;
}
.services-slider .featured-services-swiper .swiper-wrapper {
  max-width: 40.2rem;
}
@media only screen and (max-width: 480px) {
  .services-slider .featured-services-swiper .swiper-wrapper {
    max-width: auto;
  }
}
.services-slider .featured-services-swiper .swiper-wrapper .swiper-slide {
  align-self: stretch;
  height: auto;
}
.services-slider .buttons {
  justify-content: center;
  margin-top: 3rem;
}

.double-text-block .text-block-container {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
@media only screen and (max-width: 885px) {
  .double-text-block .text-block-container {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
.double-text-block .text-block-container:nth-child(1) .block-side-left {
  position: relative;
  height: 100%;
  width: 100%;
}
@media only screen and (max-width: 885px) {
  .double-text-block .text-block-container:nth-child(1) .block-side-left {
    order: 1;
  }
}
.double-text-block .text-block-container:nth-child(1) .block-side-left .image-container {
  width: 50vw;
  max-width: 50vw;
  position: absolute;
  height: 100%;
  right: 0;
}
@media only screen and (max-width: 885px) {
  .double-text-block .text-block-container:nth-child(1) .block-side-left .image-container {
    width: auto;
    max-width: 100%;
    position: relative;
    padding-bottom: 75%;
    height: 0;
  }
}
.double-text-block .text-block-container:nth-child(1) .block-side-left .image-container img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (max-width: 885px) {
  .double-text-block .text-block-container:nth-child(1) .block-side-left .image-container img {
    position: absolute;
    top: 0;
  }
}
.double-text-block .text-block-container:nth-child(1) .block-side-right {
  padding-top: 11rem;
  padding-bottom: 12rem;
  padding-left: 6.7rem;
}
@media only screen and (max-width: 1280px) {
  .double-text-block .text-block-container:nth-child(1) .block-side-right {
    padding-top: 8rem;
    padding-bottom: 8rem;
    padding-left: 4rem;
  }
}
@media only screen and (max-width: 885px) {
  .double-text-block .text-block-container:nth-child(1) .block-side-right {
    padding-left: 0;
  }
}
@media only screen and (max-width: 640px) {
  .double-text-block .text-block-container:nth-child(1) .block-side-right {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}
.double-text-block .text-block-container:nth-child(2) .block-side-left {
  padding-top: 11rem;
  padding-bottom: 12rem;
  padding-right: 6.7rem;
}
@media only screen and (max-width: 1280px) {
  .double-text-block .text-block-container:nth-child(2) .block-side-left {
    padding-top: 8rem;
    padding-bottom: 8rem;
    padding-right: 4rem;
  }
}
@media only screen and (max-width: 885px) {
  .double-text-block .text-block-container:nth-child(2) .block-side-left {
    padding-right: 0;
  }
}
@media only screen and (max-width: 640px) {
  .double-text-block .text-block-container:nth-child(2) .block-side-left {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}
.double-text-block .text-block-container:nth-child(2) .block-side-right {
  position: relative;
  height: 100%;
  width: 100%;
}
.double-text-block .text-block-container:nth-child(2) .block-side-right .image-container {
  width: 100%;
  max-width: 100%;
  position: absolute;
  height: 100%;
  right: 0;
}
@media only screen and (max-width: 885px) {
  .double-text-block .text-block-container:nth-child(2) .block-side-right .image-container {
    width: auto;
    max-width: 100%;
    position: relative;
    padding-bottom: 75%;
    height: 0;
  }
}
.double-text-block .text-block-container:nth-child(2) .block-side-right .image-container img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (max-width: 885px) {
  .double-text-block .text-block-container:nth-child(2) .block-side-right .image-container img {
    position: absolute;
    top: 0;
  }
}
.double-text-block .text-block-container .block-side .title {
  width: 48rem;
  max-width: 100%;
}
.double-text-block .global-usps {
  margin-top: 14rem;
}
@media only screen and (max-width: 1023px) {
  .double-text-block .global-usps {
    margin-top: 10rem;
  }
}
@media only screen and (max-width: 640px) {
  .double-text-block .global-usps {
    margin-top: 6rem;
  }
}

.partner-block .partner-block-container {
  padding: 8rem 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
@media only screen and (max-width: 750px) {
  .partner-block .partner-block-container {
    gap: 3rem;
    padding: 2rem 0;
  }
}
.partner-block .partner-block-container .content-left {
  flex: 0 0 72rem;
  max-width: 72rem;
}
@media only screen and (max-width: 1280px) {
  .partner-block .partner-block-container .content-left {
    flex: 0 0 60rem;
    max-width: 60rem;
  }
}
@media only screen and (max-width: 1023px) {
  .partner-block .partner-block-container .content-left {
    flex: 0 0 36rem;
    max-width: 36rem;
  }
}
@media only screen and (max-width: 750px) {
  .partner-block .partner-block-container .content-left {
    flex: 0 0 100%;
    max-width: 100%;
    order: 1;
  }
}
.partner-block .partner-block-container .content-left .partners-container {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 2rem 2.8rem;
}
@media only screen and (max-width: 1023px) {
  .partner-block .partner-block-container .content-left .partners-container {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 750px) {
  .partner-block .partner-block-container .content-left .partners-container {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 480px) {
  .partner-block .partner-block-container .content-left .partners-container {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem 1.5rem;
  }
}
.partner-block .partner-block-container .content-right {
  flex: 0 0 calc(100% - 72rem);
  max-width: calc(100% - 72rem);
  padding-left: 8rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
@media only screen and (max-width: 1280px) {
  .partner-block .partner-block-container .content-right {
    flex: 0 0 calc(100% - 60rem);
    max-width: calc(100% - 60rem);
    padding-left: 5rem;
  }
}
@media only screen and (max-width: 1023px) {
  .partner-block .partner-block-container .content-right {
    flex: 0 0 calc(100% - 36rem);
    max-width: calc(100% - 36rem);
    padding-left: 3rem;
  }
}
@media only screen and (max-width: 750px) {
  .partner-block .partner-block-container .content-right {
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 0;
  }
}
.partner-block .partner-block-container .content-right .title {
  padding-right: 26%;
}
@media only screen and (max-width: 1280px) {
  .partner-block .partner-block-container .content-right .title {
    padding-right: 13%;
  }
}
@media only screen and (max-width: 1023px) {
  .partner-block .partner-block-container .content-right .title {
    padding-right: 0;
  }
}
.partner-block .partner-block-container .content-right .content {
  padding-right: 6rem;
}
@media only screen and (max-width: 1280px) {
  .partner-block .partner-block-container .content-right .content {
    padding-right: 3rem;
  }
}
@media only screen and (max-width: 1023px) {
  .partner-block .partner-block-container .content-right .content {
    padding-right: 0;
  }
}
.partner-block .partner-block-container .content-right .content p:last-child {
  margin-bottom: 0;
}

.review-block {
  overflow: hidden;
}
.review-block .top-content {
  position: relative;
}
.review-block .top-content .title {
  text-align: center;
}
@media only screen and (max-width: 1023px) {
  .review-block .top-content .title {
    text-align: left;
  }
}
.review-block .top-content .title.heading-underline:before {
  left: 50%;
  transform: translateX(-50%);
}
@media only screen and (max-width: 1023px) {
  .review-block .top-content .title.heading-underline:before {
    transform: none;
    left: 0;
  }
}
.review-block .review-block-swiper .swiper-wrapper {
  max-width: 85rem;
}
@media only screen and (max-width: 480px) {
  .review-block .review-block-swiper .swiper-wrapper {
    max-width: auto;
  }
}
.review-block .review-block-swiper .swiper-wrapper .swiper-slide {
  align-self: stretch;
  height: auto;
}
.review-block.light-theme {
  background-color: #F7F7F5;
}
.review-block.dark-theme {
  background-color: #332C27;
}
.review-block.dark-theme .top-content .title {
  color: #FFF;
}
.review-block.dark-theme .top-content .title:before {
  background-color: #FFF;
}

.cta-triple-block {
  background-color: #332C27;
}
.cta-triple-block .heading-underline {
  text-align: center;
}
.cta-triple-block .heading-underline:before {
  left: 50%;
  transform: translateX(-50%);
}
.cta-triple-block .cta-triple-block-container {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.8rem 2.3rem;
}
@media only screen and (max-width: 1023px) {
  .cta-triple-block .cta-triple-block-container {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 640px) {
  .cta-triple-block .cta-triple-block-container {
    gap: 1.5rem 1.9rem;
  }
}
@media only screen and (max-width: 560px) {
  .cta-triple-block .cta-triple-block-container {
    gap: 2rem;
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
.cta-triple-block .cta-triple-block-container .single-cta-triple-block {
  display: flex;
  flex-direction: column;
}
.cta-triple-block .cta-triple-block-container .single-cta-triple-block__image-container {
  position: relative;
}
@media only screen and (max-width: 1023px) {
  .cta-triple-block .cta-triple-block-container .single-cta-triple-block__image-container .wrap-cta-triple-block {
    padding-bottom: 75%;
  }
}
.cta-triple-block .cta-triple-block-container .single-cta-triple-block__image-container .floating-button {
  position: absolute;
  bottom: 3rem;
  right: -1.2rem;
}
.cta-triple-block .cta-triple-block-container .single-cta-triple-block__image-container .floating-button p {
  margin-bottom: 0;
}
@media only screen and (max-width: 640px) {
  .cta-triple-block .cta-triple-block-container .single-cta-triple-block__image-container .floating-button {
    right: -0.8rem;
    bottom: 1.5rem;
  }
}
.cta-triple-block .cta-triple-block-container .single-cta-triple-block__content-container {
  background-color: rgba(255, 255, 255, 0.25);
  padding: 3.7rem 4.9rem;
  height: 100%;
}
@media only screen and (max-width: 1023px) {
  .cta-triple-block .cta-triple-block-container .single-cta-triple-block__content-container {
    padding: 3rem 2.4rem;
  }
}
.cta-triple-block .cta-triple-block-container .single-cta-triple-block__content-container .title, .cta-triple-block .cta-triple-block-container .single-cta-triple-block__content-container p {
  color: #FFF;
}
.cta-triple-block .cta-triple-block-container .single-cta-triple-block__content-container .title {
  font: 400 1.4rem/2.3rem "Crimson Text", serif;
  margin-bottom: 1.6rem;
  font-family: "lato", sans-serif;
  letter-spacing: 0.2rem;
  text-transform: uppercase;
}
.cta-triple-block .cta-triple-block-container .single-cta-triple-block__content-container .content p {
  font: 400 1.6rem/3.2rem "Crimson Text", serif;
  margin-bottom: 0;
}
@media only screen and (max-width: 1023px) {
  .cta-triple-block .cta-triple-block-container .single-cta-triple-block:last-child {
    display: none;
  }
}

.inspiration-block {
  overflow: hidden;
  position: relative;
  background-color: #332C27;
}
.inspiration-block .top-content {
  position: relative;
}

.follow-us-block {
  background-color: #332C27;
  padding-bottom: 0;
}
.follow-us-block .top-content {
  padding-left: 5.4rem;
  margin-bottom: 5.4rem;
}
@media only screen and (max-width: 1280px) {
  .follow-us-block .top-content {
    padding-left: 0;
    margin-bottom: 4rem;
  }
}
.follow-us-block .top-content .title {
  margin-bottom: 2rem;
}
.follow-us-block .top-content .insta-url {
  display: inline-block;
  color: #FFF;
  margin-bottom: 0;
}
.follow-us-block .top-content .insta-url a {
  color: inherit;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1.3rem;
  text-decoration: none;
}
.follow-us-block .top-content .insta-url a svg {
  transition: all 0.3s ease-out 0s;
}
.follow-us-block .top-content .insta-url a .text {
  font: 600 1.6rem/3.2rem "Crimson Text", serif;
}
.follow-us-block .top-content .insta-url a:hover .text {
  text-decoration: underline;
}
.follow-us-block .top-content .insta-url a:hover svg {
  stroke: #DEB66E;
}
.follow-us-block .images-container {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
@media only screen and (max-width: 750px) {
  .follow-us-block .images-container {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.follow-us-block .images-container .content-left {
  order: 0;
}
.follow-us-block .images-container .content-middle {
  order: 0;
}
@media only screen and (max-width: 750px) {
  .follow-us-block .images-container .content-middle {
    order: 1;
    grid-column: 1/-1;
  }
}
.follow-us-block .images-container .content-middle .content-top {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.follow-us-block .images-container .content-middle .content-bottom {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.follow-us-block .images-container .content-right {
  order: 0;
}

.faq-block .faq-block-container {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 6rem 0;
}
.faq-block .faq-block-container .content-left {
  flex: 0 0 calc(100% - 73rem);
  max-width: calc(100% - 73rem);
  padding-top: 8rem;
  padding-right: 4rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
@media only screen and (max-width: 1280px) {
  .faq-block .faq-block-container .content-left {
    flex: 0 0 calc(100% - 64rem);
    max-width: calc(100% - 64rem);
    padding-top: 6rem;
  }
}
@media only screen and (max-width: 1023px) {
  .faq-block .faq-block-container .content-left {
    flex: 0 0 50%;
    max-width: 50%;
    padding-top: 4rem;
  }
}
@media only screen and (max-width: 640px) {
  .faq-block .faq-block-container .content-left {
    flex: 0 0 100%;
    max-width: 100%;
    padding-right: 0;
    padding-top: 0;
  }
}
.faq-block .faq-block-container .content-left .content-left-inner {
  width: 36rem;
  max-width: 100%;
}
@media only screen and (max-width: 640px) {
  .faq-block .faq-block-container .content-left .content-left-inner {
    width: 100%;
  }
}
.faq-block .faq-block-container .content-left .content-left-inner .title.heading-underline:before {
  width: 100%;
}
@media only screen and (max-width: 640px) {
  .faq-block .faq-block-container .content-left .content-left-inner .title.heading-underline:before {
    width: 36rem;
  }
}
.faq-block .faq-block-container .content-right {
  background-color: #E5E3DC;
  padding: 8rem;
  flex: 0 0 73rem;
  max-width: 73rem;
}
@media only screen and (max-width: 1280px) {
  .faq-block .faq-block-container .content-right {
    padding: 6rem;
    flex: 0 0 64rem;
    max-width: 64rem;
  }
}
@media only screen and (max-width: 1023px) {
  .faq-block .faq-block-container .content-right {
    padding: 4rem 4rem 2rem 4rem;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media only screen and (max-width: 640px) {
  .faq-block .faq-block-container .content-right {
    padding: 2.5rem 2.5rem 1.2rem 2.5rem;
    flex: 0 0 100%;
    max-width: 100%;
    order: 1;
  }
}
.faq-block.dark-theme {
  background-color: #F7F7F5;
}
.faq-block.dark-theme .content-right {
  background-color: #E5E3DC;
}
.faq-block.light-theme {
  background-color: #E5E3DC;
}
.faq-block.light-theme .content-right {
  background-color: #F7F7F5;
}

.cta-with-image-block {
  position: relative;
}
.cta-with-image-block .cta-with-image-block-container {
  background-color: #A27C47;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.cta-with-image-block .cta-with-image-block-container .image-left {
  flex: 0 0 calc(100% - 82rem);
  max-width: calc(100% - 82rem);
  position: relative;
  align-self: stretch;
}
@media only screen and (max-width: 1280px) {
  .cta-with-image-block .cta-with-image-block-container .image-left {
    flex: 0 0 calc(100% - 72rem);
    max-width: calc(100% - 72rem);
  }
}
@media only screen and (max-width: 1023px) {
  .cta-with-image-block .cta-with-image-block-container .image-left {
    flex: 0 0 35%;
    max-width: 35%;
  }
}
@media only screen and (max-width: 750px) {
  .cta-with-image-block .cta-with-image-block-container .image-left {
    flex: 0 0 100%;
    max-width: 100%;
    height: 0;
    padding-bottom: 66.666%;
  }
}
@media only screen and (max-width: 640px) {
  .cta-with-image-block .cta-with-image-block-container .image-left {
    padding-bottom: 75%;
  }
}
.cta-with-image-block .cta-with-image-block-container .image-left img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.cta-with-image-block .cta-with-image-block-container .content-right {
  flex: 0 0 82rem;
  max-width: 82rem;
  padding: 10rem;
}
@media only screen and (max-width: 1280px) {
  .cta-with-image-block .cta-with-image-block-container .content-right {
    flex: 0 0 72rem;
    max-width: 72rem;
    padding: 8rem;
  }
}
@media only screen and (max-width: 1023px) {
  .cta-with-image-block .cta-with-image-block-container .content-right {
    flex: 0 0 65%;
    max-width: 65%;
    padding: 6rem;
  }
}
@media only screen and (max-width: 750px) {
  .cta-with-image-block .cta-with-image-block-container .content-right {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 4rem;
  }
}
@media only screen and (max-width: 480px) {
  .cta-with-image-block .cta-with-image-block-container .content-right {
    padding: 2.5rem;
  }
}
.cta-with-image-block .cta-with-image-block-container .content-right .title {
  color: #FFF;
}
.cta-with-image-block .cta-with-image-block-container .content-right .title.heading-underline:before {
  background-color: #FFF;
}
.cta-with-image-block .cta-with-image-block-container .content-right .content p, .cta-with-image-block .cta-with-image-block-container .content-right .content li, .cta-with-image-block .cta-with-image-block-container .content-right .content a {
  color: #FFF;
}

.cta-with-large-image-block {
  position: relative;
}
.cta-with-large-image-block .cta-with-large-image-block-container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
}
.cta-with-large-image-block .cta-with-large-image-block-container .background-image {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}
.cta-with-large-image-block .cta-with-large-image-block-container .background-image img {
  position: inherit;
  height: inherit;
  width: inherit;
  -o-object-fit: cover;
     object-fit: cover;
}
.cta-with-large-image-block .cta-with-large-image-block-container.block-align-center .content-right {
  margin: 0 auto;
}
.cta-with-large-image-block .cta-with-large-image-block-container.block-align-right .content-right {
  margin-left: auto;
}
.cta-with-large-image-block .cta-with-large-image-block-container .content-right {
  position: relative;
  z-index: 1;
  background-color: rgba(242, 241, 237, 0.95);
  flex: 0 0 49rem;
  max-width: 49rem;
  padding: 8rem 6rem;
}
@media only screen and (max-width: 640px) {
  .cta-with-large-image-block .cta-with-large-image-block-container .content-right {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 4rem 3rem;
  }
}
.cta-with-large-image-block .cta-with-large-image-block-container .content-right .title {
  font: 400 1.4rem/2.3rem "Crimson Text", serif;
  font-family: "lato", sans-serif;
  letter-spacing: 0.2rem;
  text-transform: uppercase;
}
.text-block-large-image {
  position: relative;
}
.text-block-large-image .text-block-large-image-container {
  display: flex;
  flex-wrap: wrap;
  width: calc(50% - 4rem);
  padding-top: 10rem;
  padding-bottom: 10rem;
}
@media only screen and (max-width: 1280px) {
  .text-block-large-image .text-block-large-image-container {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }
}
@media only screen and (max-width: 1023px) {
  .text-block-large-image .text-block-large-image-container {
    width: 100%;
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}
@media only screen and (max-width: 640px) {
  .text-block-large-image .text-block-large-image-container {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
.text-block-large-image .the-image {
  position: absolute;
  height: 100%;
  width: calc(50% + 4rem);
  top: 0;
  z-index: 1;
}
@media only screen and (max-width: 1023px) {
  .text-block-large-image .the-image {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 40%;
  }
}
@media only screen and (max-width: 640px) {
  .text-block-large-image .the-image {
    padding-bottom: 66.666%;
  }
}
.text-block-large-image .the-image .bg-image {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.text-block-large-image.image-left .text-block-large-image-container {
  margin-left: calc(50% + 4rem);
  padding-left: 10rem;
}
@media only screen and (max-width: 1280px) {
  .text-block-large-image.image-left .text-block-large-image-container {
    padding-left: 7rem;
  }
}
@media only screen and (max-width: 1023px) {
  .text-block-large-image.image-left .text-block-large-image-container {
    margin-left: 0;
    padding-left: 0;
  }
}
.text-block-large-image.image-left .the-image {
  left: 0;
}
.text-block-large-image.image-right .text-block-large-image-container {
  margin-left: 0;
  padding-right: 10rem;
}
@media only screen and (max-width: 1280px) {
  .text-block-large-image.image-right .text-block-large-image-container {
    padding-right: 7rem;
  }
}
@media only screen and (max-width: 1023px) {
  .text-block-large-image.image-right .text-block-large-image-container {
    padding-right: 0;
  }
}
.text-block-large-image.image-right .the-image {
  right: 0;
}
.text-block-large-image.dark-theme {
  background-color: #332C27;
}
.text-block-large-image.dark-theme .text-block-large-image-container .title {
  color: #FFF;
}
.text-block-large-image.dark-theme .text-block-large-image-container .content h1, .text-block-large-image.dark-theme .text-block-large-image-container .content h2, .text-block-large-image.dark-theme .text-block-large-image-container .content h3, .text-block-large-image.dark-theme .text-block-large-image-container .content h4, .text-block-large-image.dark-theme .text-block-large-image-container .content h5, .text-block-large-image.dark-theme .text-block-large-image-container .content h6, .text-block-large-image.dark-theme .text-block-large-image-container .content p, .text-block-large-image.dark-theme .text-block-large-image-container .content li, .text-block-large-image.dark-theme .text-block-large-image-container .content span, .text-block-large-image.dark-theme .text-block-large-image-container .content strong, .text-block-large-image.dark-theme .text-block-large-image-container .content a {
  color: #FFF;
}
.history-block {
  overflow: hidden;
}
.history-block.flex-bg-color-light-beige .history-block-container .content-left:before, .history-block.bg-light-beige .history-block-container .content-left:before {
  background-color: #F7F7F5;
}
.history-block.flex-bg-color-white .history-block-container .content-left:before, .history-block.bg-white .history-block-container .content-left:before {
  background-color: #FFF;
}
.history-block.flex-bg-color-beige .history-block-container .content-left:before, .history-block.bg-beige .history-block-container .content-left:before, .history-block.flex-bg-color-main-color .history-block-container .content-left:before {
  background-color: #E5E3DC;
}
.history-block .history-block-container {
  display: flex;
  flex-wrap: wrap;
}
.history-block .history-block-container .content-left {
  position: relative;
  flex: 0 0 39rem;
  max-width: 39rem;
  padding-right: 10.8rem;
}
@media only screen and (max-width: 1280px) {
  .history-block .history-block-container .content-left {
    padding-right: 6rem;
  }
}
@media only screen and (max-width: 1023px) {
  .history-block .history-block-container .content-left {
    padding-right: 4.5rem;
    flex: 0 0 33rem;
    max-width: 33rem;
  }
}
@media only screen and (max-width: 750px) {
  .history-block .history-block-container .content-left {
    padding-right: 0rem;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.history-block .history-block-container .content-left:before {
  content: "";
  position: absolute;
  width: 50vw;
  height: calc(100% + 1rem);
  top: -0.5rem;
  right: 0;
  z-index: 1;
}
@media only screen and (max-width: 750px) {
  .history-block .history-block-container .content-left:before {
    content: none;
  }
}
.history-block .history-block-container .content-left .content-left-inner {
  position: relative;
  z-index: 2;
}
.history-block .history-block-container .history-block-swiper {
  align-self: center;
  flex: 0 0 calc(100% - 39rem);
  max-width: calc(100% - 39rem);
  position: relative;
  z-index: 0;
}
@media only screen and (max-width: 1023px) {
  .history-block .history-block-container .history-block-swiper {
    flex: 0 0 calc(100% - 33rem);
    max-width: calc(100% - 33rem);
    margin-top: 3rem;
  }
}
@media only screen and (max-width: 750px) {
  .history-block .history-block-container .history-block-swiper {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.history-block .history-block-container .history-block-swiper .swiper-wrapper {
  max-width: 53rem;
}
@media only screen and (max-width: 480px) {
  .history-block .history-block-container .history-block-swiper .swiper-wrapper {
    max-width: auto;
  }
}
.history-block .history-block-container .history-block-swiper .swiper-wrapper .swiper-slide {
  align-self: stretch;
  height: auto;
}
.history-block .bottom-content {
  position: relative;
  padding-top: 4.5rem;
}
@media only screen and (max-width: 750px) {
  .history-block .bottom-content {
    padding-top: 2.5rem;
  }
}

.text-block-image {
  overflow: hidden;
  position: relative;
}
.text-block-image .text-block-image-container {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
@media only screen and (max-width: 1023px) {
  .text-block-image .text-block-image-container {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
.text-block-image .text-block-image-container .content-left {
  position: relative;
}
.text-block-image .text-block-image-container .content-left .image-container {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}
@media only screen and (max-width: 1023px) {
  .text-block-image .text-block-image-container .content-left .image-container {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 52.5%;
  }
}
@media only screen and (max-width: 640px) {
  .text-block-image .text-block-image-container .content-left .image-container {
    padding-bottom: 66.666%;
  }
}
.text-block-image .text-block-image-container .content-left .image-container .bg-image {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (max-width: 1023px) {
  .text-block-image .text-block-image-container .content-left {
    width: calc(100% + 4rem);
    left: -2rem;
  }
}
.text-block-image .text-block-image-container .content-right {
  padding-top: 10rem;
  padding-bottom: 10rem;
}
@media only screen and (max-width: 1280px) {
  .text-block-image .text-block-image-container .content-right {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }
}
@media only screen and (max-width: 1023px) {
  .text-block-image .text-block-image-container .content-right {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}
@media only screen and (max-width: 640px) {
  .text-block-image .text-block-image-container .content-right {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
.text-block-image.image-left .text-block-image-container .content-right {
  padding-left: 8rem;
}
@media only screen and (max-width: 1280px) {
  .text-block-image.image-left .text-block-image-container .content-right {
    padding-left: 5rem;
  }
}
@media only screen and (max-width: 1023px) {
  .text-block-image.image-left .text-block-image-container .content-right {
    padding-left: 0;
  }
}
.text-block-image.image-right .text-block-image-container .content-left {
  order: 1;
}
.text-block-image.image-right .text-block-image-container .content-right {
  padding-right: 8rem;
}
@media only screen and (max-width: 1280px) {
  .text-block-image.image-right .text-block-image-container .content-right {
    padding-right: 5rem;
  }
}
@media only screen and (max-width: 1023px) {
  .text-block-image.image-right .text-block-image-container .content-right {
    padding-right: 0;
  }
}

.team-block {
  overflow: hidden;
}
.team-block .top-content {
  position: relative;
  margin-bottom: 6rem;
}
.team-block .top-content .title {
  text-align: center;
}
.team-block .top-content .title.heading-underline:before {
  left: 50%;
  transform: translateX(-50%);
}
.team-block .top-content .content p, .team-block .top-content .content li {
  text-align: center;
}
.team-block .team-block-container {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 3rem 3.2rem;
}
@media only screen and (max-width: 1280px) {
  .team-block .team-block-container {
    gap: 3rem 2rem;
  }
}
@media only screen and (max-width: 1023px) {
  .team-block .team-block-container {
    gap: 2rem 1.5rem;
  }
}
@media only screen and (max-width: 750px) {
  .team-block .team-block-container {
    gap: 2rem 1rem;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 480px) {
  .team-block .team-block-container {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
.team-block .bottom-content {
  padding-top: 4.5rem;
}
@media only screen and (max-width: 1023px) {
  .team-block .bottom-content {
    padding-top: 2.5rem;
  }
}
.team-block .bottom-content .buttons {
  justify-content: center;
}

.request-touringcar {
  background-color: #332C27;
  color: #FFF;
  width: 100%;
  padding: 4rem 0;
}
.request-touringcar .wrap.no-full-width {
  padding: 0;
  max-width: 100%;
  width: 100%;
}
.request-touringcar .request-touringcar-container {
  display: flex;
  flex-direction: row;
  gap: 2.4rem;
  align-items: center;
}
@media only screen and (max-width: 1023px) {
  .request-touringcar .request-touringcar-container {
    flex-wrap: wrap;
    justify-content: center;
  }
}
.request-touringcar .request-touringcar-container .gform_wrapper {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.request-touringcar .request-touringcar-container .gform_wrapper .gform_anchor {
  display: none;
}
.request-touringcar .request-touringcar-container .gform_wrapper .gform_validation_errors {
  width: 100%;
  text-align: center;
}
.request-touringcar .request-touringcar-container .gform_wrapper .gform_heading {
  width: 24.4rem;
}
@media only screen and (max-width: 1280px) {
  .request-touringcar .request-touringcar-container .gform_wrapper .gform_heading {
    width: 100%;
    text-align: center;
    margin-bottom: 3rem;
  }
}
.request-touringcar .request-touringcar-container .gform_wrapper .gform_heading .gform_title {
  color: inherit;
  font: 400 2.4rem/3rem "Crimson Text", serif;
  margin: 0;
  padding: 0;
}
.request-touringcar .request-touringcar-container .gform_wrapper .gform_heading .gform_title:before {
  content: none;
}
.request-touringcar .request-touringcar-container .gform_wrapper form {
  display: flex;
  flex-wrap: wrap;
  width: calc(100% - 24.4rem);
  justify-content: space-between;
}
@media only screen and (max-width: 1280px) {
  .request-touringcar .request-touringcar-container .gform_wrapper form {
    width: 100%;
  }
}
.request-touringcar .request-touringcar-container .gform_wrapper form .gform_body {
  width: calc(100% - 24.4rem);
}
@media only screen and (max-width: 1280px) {
  .request-touringcar .request-touringcar-container .gform_wrapper form .gform_body {
    width: 100%;
  }
}
.request-touringcar .request-touringcar-container .gform_wrapper form .gform_body .gform_fields {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 2.4rem 4rem;
  padding-top: 1rem;
  align-items: center;
  height: 100%;
}
@media only screen and (max-width: 1023px) {
  .request-touringcar .request-touringcar-container .gform_wrapper form .gform_body .gform_fields {
    gap: 2.4rem 2.5rem;
  }
}
@media only screen and (max-width: 640px) {
  .request-touringcar .request-touringcar-container .gform_wrapper form .gform_body .gform_fields {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.request-touringcar .request-touringcar-container .gform_wrapper form .gform_body .gform_fields .gfield {
  margin-bottom: auto;
  width: 100%;
}
.request-touringcar .request-touringcar-container .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container {
  position: relative;
}
.request-touringcar .request-touringcar-container .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container:before {
  content: "";
  position: absolute;
  top: 0.8rem;
  left: 1.6rem;
  background-repeat: no-repeat;
  background-size: contain;
}
.request-touringcar .request-touringcar-container .gform_wrapper form .gform_body .gform_fields .gfield input {
  width: 100%;
  color: #FFF;
  border-color: #FFF;
  text-align: left;
  padding: 1rem;
}
.request-touringcar .request-touringcar-container .gform_wrapper form .gform_body .gform_fields .gfield input::-moz-placeholder {
  color: #FFF;
  opacity: 1;
}
.request-touringcar .request-touringcar-container .gform_wrapper form .gform_body .gform_fields .gfield input::placeholder {
  color: #FFF;
  opacity: 1;
}
.request-touringcar .request-touringcar-container .gform_wrapper form .gform_body .gform_fields .gfield.request-touringcar-from .ginput_container:before {
  background-image: url("../img/custom-icons/vtc-gps-white.svg");
  width: 1.5rem;
  height: 2.1rem;
  top: 0.6rem;
}
.request-touringcar .request-touringcar-container .gform_wrapper form .gform_body .gform_fields .gfield.request-touringcar-from .ginput_container input {
  padding-left: 4.4rem;
}
.request-touringcar .request-touringcar-container .gform_wrapper form .gform_body .gform_fields .gfield.request-touringcar-to .ginput_container:before {
  background-image: url("../img/custom-icons/vtc-gps-white.svg");
  width: 1.5rem;
  height: 2.1rem;
  top: 0.6rem;
}
.request-touringcar .request-touringcar-container .gform_wrapper form .gform_body .gform_fields .gfield.request-touringcar-to .ginput_container input {
  padding-left: 4.4rem;
}
.request-touringcar .request-touringcar-container .gform_wrapper form .gform_body .gform_fields .gfield.request-touringcar-date .ginput_container:before {
  background-image: url("../img/custom-icons/vtc-date-white.svg");
  width: 1.5rem;
  height: 1.6rem;
}
.request-touringcar .request-touringcar-container .gform_wrapper form .gform_body .gform_fields .gfield.request-touringcar-date .ginput_container input {
  padding-left: 4.4rem;
}
.request-touringcar .request-touringcar-container .gform_wrapper form .gform_body .gform_fields .gfield.request-touringcar-persons .ginput_container:before {
  background-image: url("../img/custom-icons/vtc-user-white.svg");
  width: 1.6rem;
  height: 1.6rem;
}
.request-touringcar .request-touringcar-container .gform_wrapper form .gform_body .gform_fields .gfield.request-touringcar-persons .ginput_container input {
  padding-left: 4.4rem;
}
.request-touringcar .request-touringcar-container .gform_wrapper form .gform_body .gform_fields .gfield.request-touringcar-clock .ginput_container:before {
  background-image: url("../img/custom-icons/vtc-clock-white.svg");
  width: 1.5rem;
  height: 1.5rem;
}
.request-touringcar .request-touringcar-container .gform_wrapper form .gform_body .gform_fields .gfield.request-touringcar-clock .ginput_container input {
  padding-left: 4.4rem;
}
.request-touringcar .request-touringcar-container .gform_wrapper form .gform_body .gform_fields .gfield.request-touringcar-phone .ginput_container:before {
  background-image: url("../img/custom-icons/vtc-phone-white.svg");
  width: 1.5rem;
  height: 1.5rem;
}
.request-touringcar .request-touringcar-container .gform_wrapper form .gform_body .gform_fields .gfield.request-touringcar-phone .ginput_container input {
  padding-left: 4.4rem;
}
.request-touringcar .request-touringcar-container .gform_wrapper form .gform_body .gform_fields .gfield.request-touringcar-mail .ginput_container:before {
  background-image: url("../img/custom-icons/vtc-envelope-white.svg");
  width: 1.5rem;
  height: 1.5rem;
  transform: translateY(0.4rem);
}
.request-touringcar .request-touringcar-container .gform_wrapper form .gform_body .gform_fields .gfield.request-touringcar-mail .ginput_container input {
  padding-left: 4.4rem;
}
.request-touringcar .request-touringcar-container .gform_wrapper form .gform_body .gform_fields .gfield.request-touringcar-name .ginput_container:before {
  background-image: url("../img/custom-icons/vtc-name-white.svg");
  width: 1.5rem;
  height: 1.5rem;
}
.request-touringcar .request-touringcar-container .gform_wrapper form .gform_body .gform_fields .gfield.request-touringcar-name .ginput_container input {
  padding-left: 4.4rem;
}
.request-touringcar .request-touringcar-container .gform_wrapper form .gform_body .gform_fields .gfield .input-number-wrap {
  height: auto;
  width: 100%;
  max-width: 100%;
  background: transparent;
}
.request-touringcar .request-touringcar-container .gform_wrapper form .gform_body .gform_fields .gfield .input-number-wrap .number-min,
.request-touringcar .request-touringcar-container .gform_wrapper form .gform_body .gform_fields .gfield .input-number-wrap .number-plus {
  display: none;
}
.request-touringcar .request-touringcar-container .gform_wrapper form .gform_body .gform_fields .gfield .gfield_description,
.request-touringcar .request-touringcar-container .gform_wrapper form .gform_body .gform_fields .gfield .screen-reader-text {
  display: none;
}
.request-touringcar .request-touringcar-container .gform_wrapper form .gform_body .gform_fields .gfield .gfield_validation_message {
  display: block;
}
.request-touringcar .request-touringcar-container .gform_wrapper form .gform_footer {
  justify-content: flex-end;
  width: 24.4rem;
  margin: 0;
  align-items: center;
}
.request-touringcar .request-touringcar-container .gform_wrapper form .gform_footer .button {
  max-height: 5.2rem;
}
@media only screen and (max-width: 1280px) {
  .request-touringcar .request-touringcar-container .gform_wrapper form .gform_footer {
    width: 100%;
    justify-content: center;
    margin-top: 3rem;
  }
}
.request-touringcar .bottom-text {
  font: 300 1.4rem/2.6rem "Crimson Text", serif;
  font-family: "lato", sans-serif;
  letter-spacing: 0.2rem;
  color: inherit;
  text-align: center;
  margin-bottom: 0;
}
.request-touringcar .bottom-text a {
  color: inherit;
}

.info-expandable-block-with-image {
  position: relative;
}
.info-expandable-block-with-image .info-expandable-block-with-image-container {
  display: flex;
  flex-wrap: wrap;
  width: calc(50% - 4rem);
}
@media only screen and (max-width: 1023px) {
  .info-expandable-block-with-image .info-expandable-block-with-image-container {
    width: 100%;
  }
}
.info-expandable-block-with-image .info-expandable-block-with-image-container .title {
  padding-right: 10%;
}
@media only screen and (max-width: 1023px) {
  .info-expandable-block-with-image .info-expandable-block-with-image-container .title {
    padding-right: 0;
  }
}
.info-expandable-block-with-image .info-expandable-block-with-image-container .expandable-blocks .expandable-block {
  position: relative;
  margin-bottom: 3.2rem;
}
.info-expandable-block-with-image .info-expandable-block-with-image-container .expandable-blocks .expandable-block__inner {
  position: relative;
  cursor: pointer;
}
.info-expandable-block-with-image .info-expandable-block-with-image-container .expandable-blocks .expandable-block__inner .toggle-icon {
  position: absolute;
  right: 1.5rem;
  top: 0.5rem;
  opacity: 0;
  width: 1.6rem;
  height: 1.6rem;
  fill: #DEB66E;
  transition: all 0.3s ease-out 0s;
}
.info-expandable-block-with-image .info-expandable-block-with-image-container .expandable-blocks .expandable-block__inner .toggle-icon.icon-open {
  opacity: 1;
}
.info-expandable-block-with-image .info-expandable-block-with-image-container .expandable-blocks .expandable-block__inner .expandable-title {
  color: #332C27;
  font: 400 2.2rem/2.9rem "Crimson Text", serif;
  margin-bottom: 0;
  padding-right: 6rem;
  border-bottom: 1px solid #CBC6B9;
  padding-bottom: 3rem;
}
@media only screen and (max-width: 1023px) {
  .info-expandable-block-with-image .info-expandable-block-with-image-container .expandable-blocks .expandable-block__inner .expandable-title {
    padding-right: 5rem;
    font: 400 1.8rem/2.6rem "Crimson Text", serif;
  }
}
.info-expandable-block-with-image .info-expandable-block-with-image-container .expandable-blocks .expandable-block__inner .expandable-content {
  display: none;
  padding-right: 2rem;
  border-bottom: 1px solid #CBC6B9;
}
@media only screen and (max-width: 1023px) {
  .info-expandable-block-with-image .info-expandable-block-with-image-container .expandable-blocks .expandable-block__inner .expandable-content {
    padding-right: 0rem;
  }
}
.info-expandable-block-with-image .info-expandable-block-with-image-container .expandable-blocks .expandable-block__inner .expandable-content p {
  font: 400 1.6rem/3.2rem "Crimson Text", serif;
  margin-bottom: 0;
  padding: 4rem 0;
}
@media only screen and (max-width: 1023px) {
  .info-expandable-block-with-image .info-expandable-block-with-image-container .expandable-blocks .expandable-block__inner .expandable-content p {
    font: 400 1.4rem/2.2rem "Crimson Text", serif;
    padding: 3rem 0;
  }
}
@media only screen and (max-width: 640px) {
  .info-expandable-block-with-image .info-expandable-block-with-image-container .expandable-blocks .expandable-block__inner .expandable-content p {
    padding: 2rem 0;
  }
}
.info-expandable-block-with-image .info-expandable-block-with-image-container .expandable-blocks .expandable-block__inner .expandable-content.on-load-active {
  display: block;
}
.info-expandable-block-with-image .info-expandable-block-with-image-container .expandable-blocks .expandable-block__inner .expandable-content img {
  float: initial;
  margin-top: 1.6rem;
}
.info-expandable-block-with-image .info-expandable-block-with-image-container .expandable-blocks .expandable-block.active .toggle-icon.icon-open {
  opacity: 0;
}
.info-expandable-block-with-image .info-expandable-block-with-image-container .expandable-blocks .expandable-block.active .toggle-icon.icon-close {
  opacity: 1;
}
.info-expandable-block-with-image .the-image {
  position: absolute;
  height: 100%;
  width: calc(50vw + 4rem);
  top: 0;
  z-index: 1;
}
@media only screen and (max-width: 1023px) {
  .info-expandable-block-with-image .the-image {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 40%;
  }
}
@media only screen and (max-width: 640px) {
  .info-expandable-block-with-image .the-image {
    padding-bottom: 66.666%;
  }
}
.info-expandable-block-with-image .the-image .bg-image {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.info-expandable-block-with-image.image-left .info-expandable-block-with-image-container {
  margin-left: calc(50% + 4rem);
  padding-left: 8rem;
}
@media only screen and (max-width: 1280px) {
  .info-expandable-block-with-image.image-left .info-expandable-block-with-image-container {
    padding-left: 5rem;
  }
}
@media only screen and (max-width: 1023px) {
  .info-expandable-block-with-image.image-left .info-expandable-block-with-image-container {
    margin-left: 0;
    padding-left: 0;
  }
}
.info-expandable-block-with-image.image-left .the-image {
  right: calc(50% - 4rem);
}
@media only screen and (max-width: 1023px) {
  .info-expandable-block-with-image.image-left .the-image {
    right: 0;
  }
}
.info-expandable-block-with-image.image-right .info-expandable-block-with-image-container {
  margin-left: 0;
  padding-right: 8rem;
}
@media only screen and (max-width: 1280px) {
  .info-expandable-block-with-image.image-right .info-expandable-block-with-image-container {
    padding-right: 5rem;
  }
}
@media only screen and (max-width: 1023px) {
  .info-expandable-block-with-image.image-right .info-expandable-block-with-image-container {
    padding-right: 0;
  }
}
.info-expandable-block-with-image.image-right .the-image {
  left: calc(50% - 4rem);
}
@media only screen and (max-width: 1023px) {
  .info-expandable-block-with-image.image-right .the-image {
    left: 0;
  }
}

.fleet-info-block .fleet-info-block-container {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 6rem 0;
}
.fleet-info-block .fleet-info-block-container .content-left {
  flex: 0 0 calc(100% - 73rem);
  max-width: calc(100% - 73rem);
  padding-top: 8rem;
  padding-right: 4rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
@media only screen and (max-width: 1280px) {
  .fleet-info-block .fleet-info-block-container .content-left {
    flex: 0 0 calc(100% - 64rem);
    max-width: calc(100% - 64rem);
    padding-top: 6rem;
  }
}
@media only screen and (max-width: 1023px) {
  .fleet-info-block .fleet-info-block-container .content-left {
    flex: 0 0 50%;
    max-width: 50%;
    padding-top: 4rem;
  }
}
@media only screen and (max-width: 750px) {
  .fleet-info-block .fleet-info-block-container .content-left {
    flex: 0 0 100%;
    max-width: 100%;
    padding-right: 0;
    padding-top: 0;
  }
}
.fleet-info-block .fleet-info-block-container .content-left .content-left-inner {
  width: 45rem;
  max-width: 100%;
}
@media only screen and (max-width: 640px) {
  .fleet-info-block .fleet-info-block-container .content-left .content-left-inner {
    width: 100%;
  }
}
.fleet-info-block .fleet-info-block-container .content-left .content-left-inner .title.heading-underline:before {
  width: 100%;
}
@media only screen and (max-width: 640px) {
  .fleet-info-block .fleet-info-block-container .content-left .content-left-inner .title.heading-underline:before {
    width: 36rem;
  }
}
.fleet-info-block .fleet-info-block-container .content-left .content-left-inner .content li {
  font-family: "lato", sans-serif;
  letter-spacing: 0.2rem;
  text-transform: uppercase;
}
.fleet-info-block .fleet-info-block-container .content-left .content-left-inner .buttons {
  padding-top: 3rem;
}
.fleet-info-block .fleet-info-block-container .content-right {
  background-color: #E5E3DC;
  padding: 8rem;
  flex: 0 0 73rem;
  max-width: 73rem;
}
@media only screen and (max-width: 1280px) {
  .fleet-info-block .fleet-info-block-container .content-right {
    padding: 6rem;
    flex: 0 0 64rem;
    max-width: 64rem;
  }
}
@media only screen and (max-width: 1023px) {
  .fleet-info-block .fleet-info-block-container .content-right {
    padding: 4rem 4rem 2rem 4rem;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media only screen and (max-width: 750px) {
  .fleet-info-block .fleet-info-block-container .content-right {
    padding: 2.5rem 2.5rem 1.2rem 2.5rem;
    flex: 0 0 100%;
    max-width: 100%;
    order: 1;
  }
}
.fleet-info-block .fleet-info-block-container .content-right .info-container .fleet-info-summary {
  position: relative;
  margin-bottom: 3.2rem;
}
.fleet-info-block .fleet-info-block-container .content-right .info-container .fleet-info-summary__inner {
  position: relative;
  cursor: pointer;
}
.fleet-info-block .fleet-info-block-container .content-right .info-container .fleet-info-summary__inner .toggle-icon {
  position: absolute;
  right: 1.5rem;
  top: 0.5rem;
  opacity: 0;
  width: 1.6rem;
  height: 1.6rem;
  fill: #DEB66E;
  transition: all 0.3s ease-out 0s;
}
.fleet-info-block .fleet-info-block-container .content-right .info-container .fleet-info-summary__inner .toggle-icon.icon-open {
  opacity: 1;
}
.fleet-info-block .fleet-info-block-container .content-right .info-container .fleet-info-summary__inner .name {
  color: #332C27;
  font: 400 2.2rem/2.9rem "Crimson Text", serif;
  margin-bottom: 0;
  padding-right: 6rem;
  border-bottom: 1px solid #CBC6B9;
  padding-bottom: 3rem;
}
@media only screen and (max-width: 1023px) {
  .fleet-info-block .fleet-info-block-container .content-right .info-container .fleet-info-summary__inner .name {
    padding-right: 5rem;
    font: 400 1.8rem/2.6rem "Crimson Text", serif;
  }
}
.fleet-info-block .fleet-info-block-container .content-right .info-container .fleet-info-summary__inner .fleet-info-content {
  display: none;
  padding-right: 2rem;
  border-bottom: 1px solid #CBC6B9;
  padding-bottom: 6rem;
}
@media only screen and (max-width: 1023px) {
  .fleet-info-block .fleet-info-block-container .content-right .info-container .fleet-info-summary__inner .fleet-info-content {
    padding-right: 0rem;
  }
}
.fleet-info-block .fleet-info-block-container .content-right .info-container .fleet-info-summary__inner .fleet-info-content p {
  font: 400 1.6rem/3.2rem "Crimson Text", serif;
  margin-bottom: 0;
  padding: 4rem 0;
}
@media only screen and (max-width: 1023px) {
  .fleet-info-block .fleet-info-block-container .content-right .info-container .fleet-info-summary__inner .fleet-info-content p {
    font: 400 1.4rem/2.2rem "Crimson Text", serif;
    padding: 3rem 0;
  }
}
@media only screen and (max-width: 750px) {
  .fleet-info-block .fleet-info-block-container .content-right .info-container .fleet-info-summary__inner .fleet-info-content p {
    padding: 2rem 0;
  }
}
.fleet-info-block .fleet-info-block-container .content-right .info-container .fleet-info-summary__inner .fleet-info-content.on-load-active {
  display: block;
}
.fleet-info-block .fleet-info-block-container .content-right .info-container .fleet-info-summary__inner .fleet-info-content .single-fleet-type {
  padding-bottom: 4rem;
}
.fleet-info-block .fleet-info-block-container .content-right .info-container .fleet-info-summary__inner .fleet-info-content .single-fleet-type a, .fleet-info-block .fleet-info-block-container .content-right .info-container .fleet-info-summary__inner .fleet-info-content .single-fleet-type p {
  font: 400 1.6rem/3.2rem "Crimson Text", serif;
}
.fleet-info-block .fleet-info-block-container .content-right .info-container .fleet-info-summary__inner .fleet-info-content .single-fleet-type p {
  padding: 0;
}
.fleet-info-block .fleet-info-block-container .content-right .info-container .fleet-info-summary.active .toggle-icon.icon-open {
  opacity: 0;
}
.fleet-info-block .fleet-info-block-container .content-right .info-container .fleet-info-summary.active .toggle-icon.icon-close {
  opacity: 1;
}

/* # Footer index
---------------------------------------------------------------------------------------------------- */
/* Main-footer
--------------------------------------------- */
.main-footer {
  background-color: #332C27;
  color: #FFF;
}
.main-footer p, .main-footer a, .main-footer li {
  color: inherit;
}
.main-footer li {
  margin-bottom: 0;
  line-height: 3.2rem;
}
.main-footer li a {
  font: 400 1.6rem/3.2rem "Crimson Text", serif;
  text-transform: none;
  text-decoration: none;
}
.main-footer li a:hover {
  text-decoration: underline;
}

/* Footer-nav
--------------------------------------------- */
.footer-nav {
  padding: 10rem 0 7rem 0;
}
.footer-nav .wrap {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 3.2rem;
}
.footer-nav__title {
  font: 400 1.4rem/2.3rem "lato", sans-serif;
  font-family: "lato", sans-serif;
  letter-spacing: 0.2rem;
  text-transform: uppercase;
}
.footer-nav ul {
  padding-bottom: 0;
}
.footer-nav ul li {
  padding-left: 0;
}
.footer-nav ul li:before {
  display: none;
}
.footer-nav__first-block img {
  width: 19.5rem;
}
@media only screen and (max-width: 1023px) {
  .footer-nav .wrap {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 750px) {
  .footer-nav .wrap {
    grid-template-columns: 1fr;
  }
}

/* Footer-copyright
--------------------------------------------- */
.footer-copyright .wrap {
  display: flex;
  justify-content: space-between;
  padding-top: 3.2rem;
  padding-bottom: 5.5rem;
}
.footer-copyright .wrap:before {
  content: "";
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
  height: 1px;
  background-color: #655C59;
  width: calc(100% - 4rem);
}
@media only screen and (max-width: 1023px) {
  .footer-copyright .wrap {
    flex-direction: column;
    justify-content: center;
    text-align: center;
    gap: 1rem;
  }
}
.footer-copyright__menu-wrap {
  position: relative;
  flex-grow: 1;
}
.footer-copyright__menu-wrap .menu {
  display: table;
  margin: 0 auto;
  padding: 0;
  text-align: center;
}
.footer-copyright__menu-wrap .menu li {
  display: table-cell;
  padding: 0;
  margin: 0;
}
.footer-copyright__menu-wrap .menu li:before {
  display: none;
}
.footer-copyright__menu-wrap .menu li:after {
  display: inline-block;
  padding: 0 1rem;
  content: "|";
}
.footer-copyright__menu-wrap .menu li:last-child:after {
  display: none;
}
.footer-copyright__menu-wrap .menu li a {
  font: 400 1.4rem/3.2rem "Crimson Text", serif;
}
.footer-copyright__copy, .footer-copyright__creator {
  padding-bottom: 0;
  margin: 0;
  font-size: 1.4rem;
}

/* Mobile
---------------------------------------------------------------------------------------------------- */
/* .mobile-navigation
--------------------------------------------- */
.mobile-navigation {
  position: fixed;
  inset: 6.8rem 0 0 -100%;
  z-index: 1004;
  visibility: hidden;
  background: #332C27;
  transform-origin: center left;
  width: 100%;
  overflow: auto;
  transition: all 0.5s cubic-bezier(0.86, 0, 0.07, 1);
}
.mobile-navigation .menu {
  padding-top: 4rem;
}
.mobile-navigation .menu li {
  padding: 1.25rem 0;
  border-bottom: 1px solid #A27C47;
  margin: 0;
}
.mobile-navigation .menu li a {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  padding: 0rem 2rem;
  text-transform: none;
  text-decoration: none;
  color: #DEB66E;
}
.mobile-navigation .menu li.menu-item-has-children a {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.mobile-navigation .menu li.menu-item-has-children a .menu-item__toggle svg {
  transition: all 0.3s ease-out 0s;
}
.mobile-navigation .menu li.menu-item-has-children .sub-menu {
  display: none;
  margin: 1.25rem 0 0 0;
  margin-bottom: -1.25rem;
  background-color: #594C43;
}
.mobile-navigation .menu li.menu-item-has-children .sub-menu li {
  padding: 1rem 0;
  margin: 0;
}
.mobile-navigation .menu li.menu-item-has-children .sub-menu li a {
  font-size: 1.3rem;
  padding: 0 3rem;
}
.mobile-navigation .menu li.menu-item-has-children .sub-menu li:last-child {
  border-bottom: none;
}
.mobile-navigation .menu-item__toggle.active svg {
  transform: rotate(180deg);
}
.mobile-navigation .social-media-icons {
  padding: 0 2rem;
}

.mob-nav-active .mobile-navigation {
  left: 0;
  visibility: visible;
}

.mobile-nav-toggle {
  flex: 1;
  position: relative;
  display: none;
}
@media only screen and (max-width: 1023px) {
  .mobile-nav-toggle {
    flex: initial;
  }
}
.mobile-nav-toggle__button {
  display: flex;
  flex-wrap: wrap;
  background: none;
  padding: 0;
  position: relative;
  border: initial;
  cursor: pointer;
  width: 2.2rem;
  justify-content: end;
}
.mobile-nav-toggle__button .strokes {
  display: block;
  margin: 0;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
}
.mobile-nav-toggle__button .strokes span {
  display: block;
  position: relative;
  height: 0.4rem;
  width: 100%;
  margin: 0 0 0.4rem 0;
  border-radius: 1rem;
  padding: 0;
  background: #DEB66E;
  transition: all 0.3s ease-out 0s;
}
.mobile-nav-toggle__button .strokes span:first-child {
  width: 100%;
}
.mobile-nav-toggle__button .strokes span:nth-child(2) {
  width: 1.8rem;
}
.mobile-nav-toggle__button .strokes span:last-child {
  width: 2rem;
}
.mobile-nav-toggle__button .text {
  width: 3.2rem;
  display: block;
  text-align: center;
  color: #DEB66E;
  font: 600 0.9rem/1.3rem "Crimson Text", serif;
}
@media only screen and (max-width: 1023px) {
  .mobile-nav-toggle {
    display: flex;
  }
}

.mob-nav-active .mobile-nav-toggle__button .strokes span:first-child {
  transform: rotate(45deg);
  top: 0.8rem;
  width: 100%;
}
.mob-nav-active .mobile-nav-toggle__button .strokes span:nth-child(2) {
  transform: rotate(-45deg);
  top: 0;
  width: 100%;
}
.mob-nav-active .mobile-nav-toggle__button .strokes span:nth-child(3) {
  visibility: hidden;
  opacity: 0;
}

/* Entities SCSS files
---------------------------------------------------------------------------------------------------- */
.main-header.scrolled .menu .dd-megamenu-full {
  top: 10rem;
}

.menu .dd-megamenu {
  height: 100%;
  display: flex;
}
.menu .dd-megamenu .sub-menu {
  display: none !important;
}
.menu .dd-megamenu-1:hover ~ .dd-megamenu-full.dd-megamenu-1 {
  transform: scaleY(1);
}
.menu .dd-megamenu-2:hover ~ .dd-megamenu-full.dd-megamenu-2 {
  transform: scaleY(1);
}
.menu .dd-megamenu-3:hover ~ .dd-megamenu-full.dd-megamenu-3 {
  transform: scaleY(1);
}
.menu .dd-megamenu-4:hover ~ .dd-megamenu-full.dd-megamenu-4 {
  transform: scaleY(1);
}
.menu .dd-megamenu-full:hover {
  transform: scaleY(1);
}
.menu .dd-megamenu-full {
  overflow: hidden;
  position: fixed;
  width: 100vw;
  top: 13.8rem;
  min-height: 40rem;
  max-height: 100%;
  padding: 12rem 0 9rem 0;
  left: 0;
  z-index: -1;
  background-color: #332C27;
  transform: scaleY(0);
  transform-origin: top left;
  border-top: 1px solid #FFF;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.16);
  padding-left: 0;
  transition: all 0.3s ease-out 0s;
}
@media only screen and (max-width: 1023px) {
  .menu .dd-megamenu-full {
    display: none !important;
  }
}
.menu .dd-megamenu-full:before {
  display: none;
}
.menu .dd-megamenu-full .wrap {
  min-height: inherit;
}
.menu .dd-megamenu-full .megamenu-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  position: relative;
  padding: 0;
  align-self: start;
  height: 100%;
  min-height: inherit;
}
.menu .dd-megamenu-full .megamenu-container ul.items-left {
  margin-bottom: 0;
  flex: 0 0 26rem;
  max-width: 26rem;
}
.menu .dd-megamenu-full .megamenu-container ul.items-left > li {
  padding-left: 0;
  position: static;
  margin-bottom: 2.3rem;
  font: 400 2rem/2.6rem "Crimson Text", serif;
}
.menu .dd-megamenu-full .megamenu-container ul.items-left > li:last-child {
  border-bottom: none;
}
.menu .dd-megamenu-full .megamenu-container ul.items-left > li:first-child .mega-sub-menu {
  opacity: 1;
}
.menu .dd-megamenu-full .megamenu-container ul.items-left > li::before {
  content: none;
}
.menu .dd-megamenu-full .megamenu-container ul.items-left > li > a {
  color: #FFF;
  padding: 0;
  background-color: none;
  text-decoration: none;
  height: 100%;
  width: 100%;
  display: block;
  font: inherit;
  text-transform: none;
  transition: all 0.3s ease-out 0s;
}
.menu .dd-megamenu-full .megamenu-container ul.items-left > li.active > a {
  font-weight: 700;
}
.menu .dd-megamenu-full .megamenu-container ul.items-left > li.active .mega-sub-menu {
  visibility: visible;
  opacity: 1;
}
.menu .dd-megamenu-full .megamenu-container ul.items-left > li .mega-sub-menu {
  position: absolute;
  width: calc(100% - 26rem);
  height: 100%;
  left: 26rem;
  top: 0;
  opacity: 0;
  visibility: hidden;
  margin-bottom: 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  background-color: #332C27;
  padding-left: 3.2rem;
  transition: all 0.3s ease-out 0s;
}
.menu .dd-megamenu-full .megamenu-container ul.items-left > li .mega-sub-menu .col {
  padding-right: 1rem;
}
.menu .dd-megamenu-full .megamenu-container ul.items-left > li .mega-sub-menu .col:last-child {
  padding-right: 0;
}
.menu .dd-megamenu-full .megamenu-container ul.items-left > li .mega-sub-menu .col .col-title {
  min-height: 2.1rem;
  font-size: 1.8rem;
  line-height: 2.1rem;
  font-weight: 700;
  margin-top: 2rem;
  margin-bottom: 2.4rem;
  width: 100%;
  height: auto;
}
.menu .dd-megamenu-full .megamenu-container ul.items-left > li .mega-sub-menu .col .col-list ul {
  margin-bottom: 0;
}
.menu .dd-megamenu-full .megamenu-container ul.items-left > li .mega-sub-menu .col .col-list ul li {
  font: 400 1.7rem/2.2rem "Crimson Text", serif;
  font-style: italic;
  text-transform: none;
  padding-left: 0;
  color: #FFF;
  margin-bottom: 2rem;
}
.menu .dd-megamenu-full .megamenu-container ul.items-left > li .mega-sub-menu .col .col-list ul li:before {
  content: none;
}
.menu .dd-megamenu-full .megamenu-container ul.items-left > li .mega-sub-menu .col .col-list ul li a {
  text-decoration: none;
  color: #FFF;
  position: relative;
  padding-left: 2rem;
}
.menu .dd-megamenu-full .megamenu-container ul.items-left > li .mega-sub-menu .col .col-list ul li a:before {
  content: "";
  width: 0.7rem;
  height: 1rem;
  position: absolute;
  top: 0.6rem;
  left: 0;
  background-image: url("../img/custom-icons/vtc-chevron-left.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  transition: all 0.15s ease-out 0s;
}
.menu .dd-megamenu-full .megamenu-container ul.items-left > li .mega-sub-menu .col .col-list ul li a:hover {
  text-decoration: underline;
}
.menu .dd-megamenu-full .megamenu-container ul.items-left > li .mega-sub-menu .col .col-list ul li a:hover:before {
  left: 0.4rem;
}
.menu .dd-megamenu-full .megamenu-container ul.items-left > li .mega-sub-menu .col .megamenu-product__img {
  overflow: hidden;
  width: 100%;
  height: 22rem;
}
@media only screen and (max-width: 1280px) {
  .menu .dd-megamenu-full .megamenu-container ul.items-left > li .mega-sub-menu .col .megamenu-product__img {
    height: 16rem;
  }
}
.menu .dd-megamenu-full .megamenu-container ul.items-left > li .mega-sub-menu .col .megamenu-product__img a:hover img {
  transform: scale(1.2);
}
.menu .dd-megamenu-full .megamenu-container ul.items-left > li .mega-sub-menu .col .megamenu-product__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.menu .dd-megamenu-full .megamenu-container ul.items-left > li .mega-sub-menu .col .megamenu-product__header .category {
  font-size: 1.4rem;
  line-height: 3.2rem;
  font-weight: 300;
}
.menu .dd-megamenu-full .megamenu-container ul.items-left > li .mega-sub-menu .col .megamenu-product__header .category a {
  text-decoration: none;
}
.menu .dd-megamenu-full .megamenu-container ul.items-left > li .mega-sub-menu .col .megamenu-product__header .category a:hover {
  text-decoration: underline;
}
.menu .dd-megamenu-full .megamenu-container ul.items-left > li .mega-sub-menu .col .megamenu-product__header .title {
  text-decoration: none;
  font-size: 2rem;
  line-height: 3.2rem;
  font-weight: 900;
  margin-bottom: 2.4rem;
}
.menu .dd-megamenu-full .megamenu-container ul.items-left > li .mega-sub-menu .col .megamenu-product__header .title a {
  text-decoration: none;
}
.menu .dd-megamenu-full .megamenu-container ul.items-left > li .mega-sub-menu .col .megamenu-product__header .title a:hover {
  text-decoration: underline;
}
.menu .dd-megamenu-full .col-content-right {
  height: 100%;
  width: 55%;
  position: absolute;
  right: 2rem;
  top: 0;
  background-color: #A27C47;
  padding: 7rem 8rem;
  text-transform: none;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.menu .dd-megamenu-full .col-content-right .title {
  color: #FFF;
  text-transform: none;
  font: 400 3.6rem/4.4rem "Instrument Serif", serif;
  margin-bottom: 3.2rem;
  padding-bottom: 2.6rem;
  border-bottom: 1px solid #FFF;
}
.menu .dd-megamenu-full .col-content-right .content p, .menu .dd-megamenu-full .col-content-right .content li {
  color: #FFF;
  text-transform: none;
}

.archive-category-fleet {
  background-color: #FFF;
  padding-bottom: 24rem;
}
@media only screen and (max-width: 1023px) {
  .archive-category-fleet {
    padding-bottom: 16rem;
  }
}
@media only screen and (max-width: 640px) {
  .archive-category-fleet {
    padding-bottom: 3rem;
  }
}
.archive-category-fleet:before {
  background-size: 86%;
  background-position: 50% 90%;
}
.archive-category-fleet .category-container {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 2.5rem 2rem;
}
@media only screen and (max-width: 640px) {
  .archive-category-fleet .category-container {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}

.archive-fleet-filter {
  padding: 5rem 0;
}
.archive-fleet-filter #fleet-categories {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 3.4rem;
  background: #E5E3DC;
  padding: 2.4rem;
}
.archive-fleet-filter #fleet-categories .title {
  margin: 0;
}
.archive-fleet-filter #fleet-categories .select-wrap {
  flex: 1;
}
.archive-fleet-filter #fleet-categories .select-wrap select {
  background: transparent url("../img/custom-icons/chevron-down.svg") right 1.5rem center no-repeat;
  background-size: 1.6rem;
  border: unset;
  border-radius: 0;
  border-bottom: 1px solid #332C27;
  width: 24rem;
  font-style: italic;
}

#archive-content.archive-content-fleet {
  background-color: #E5E3DC;
  padding-top: 4rem;
}
#archive-content.archive-content-fleet .top-content {
  margin-bottom: 3rem;
}
#archive-content.archive-content-fleet .top-content .heading-underline:before {
  width: 100%;
}
#archive-content.archive-content-fleet #fleet-container {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 3.5rem 2rem;
}
#archive-content.archive-content-fleet #fleet-container .global-usps, #archive-content.archive-content-fleet #fleet-container .global-contact-cta {
  grid-column: 1/span 3;
  margin: 5rem 0;
}
@media only screen and (max-width: 1023px) {
  #archive-content.archive-content-fleet #fleet-container {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  #archive-content.archive-content-fleet #fleet-container .global-usps, #archive-content.archive-content-fleet #fleet-container .global-contact-cta {
    grid-column: 1/span 2;
    margin: 3rem 0;
  }
}
@media only screen and (max-width: 640px) {
  #archive-content.archive-content-fleet #fleet-container {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  #archive-content.archive-content-fleet #fleet-container .global-usps, #archive-content.archive-content-fleet #fleet-container .global-contact-cta {
    grid-column: 1/1;
    margin: 2rem 0;
  }
}

#single-content.single-fleet-content {
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
}

.fleet-category-summary {
  position: relative;
  background-color: #E5E3DC;
}
.fleet-category-summary:nth-child(even) {
  top: 10rem;
}
@media only screen and (max-width: 640px) {
  .fleet-category-summary:nth-child(even) {
    top: 0;
  }
}
.fleet-category-summary figure .category-image {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: left;
     object-position: left;
}
.fleet-category-summary__inner {
  position: relative;
  width: 36.5rem;
  max-width: 100%;
}
@media only screen and (max-width: 640px) {
  .fleet-category-summary__inner {
    padding-bottom: 0;
    height: 100%;
  }
}
.fleet-category-summary__inner:before {
  content: "";
  width: 100%;
  max-width: 100%;
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  background-color: #E5E3DC;
  opacity: 0.9;
}
.fleet-category-summary__inner .content {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  position: absolute;
  z-index: 2;
  height: 100%;
  overflow-y: scroll;
}
.fleet-category-summary__inner .content::-webkit-scrollbar-thumb {
  background: #DEB66E;
}
@media only screen and (min-width: 1440px) {
  .fleet-category-summary__inner .content::-webkit-scrollbar {
    width: 0;
    background: transparent;
  }
}
@media only screen and (max-width: 640px) {
  .fleet-category-summary__inner .content {
    position: relative;
  }
  .fleet-category-summary__inner .content::-webkit-scrollbar {
    width: 0;
    background: transparent;
  }
}
.fleet-category-summary__inner .content .content-inner {
  position: relative;
  margin: 0 auto;
  width: 25rem;
  max-width: 100%;
  padding: 8rem 0 6rem 0;
  top: 50%;
  transform: translateY(-50%);
  height: 100%;
}
@media only screen and (max-width: 750px) {
  .fleet-category-summary__inner .content .content-inner {
    padding: 4rem 0 3rem 0;
  }
}
@media only screen and (max-width: 640px) {
  .fleet-category-summary__inner .content .content-inner {
    top: 0;
    transform: none;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
.fleet-category-summary__inner .content .description {
  display: none;
}
.fleet-category-summary__inner .content .single-property {
  margin-bottom: 4rem;
}
@media only screen and (max-width: 750px) {
  .fleet-category-summary__inner .content .single-property {
    margin-bottom: 2rem;
  }
}
.fleet-category-summary__inner .content .single-property .small-title {
  font: 400 1.6rem/3.2rem "Crimson Text", serif;
  margin-bottom: 0;
}

.fleet-summary {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.fleet-summary__img a:hover img {
  transform: scale(1.15);
}
.fleet-summary__img img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.fleet-summary__inner {
  display: flex;
  flex-direction: column;
  align-items: baseline;
  flex-grow: 1;
  position: relative;
  z-index: 1;
  background-color: #FFF;
  padding: 4.4rem 3.5rem;
}
@media only screen and (max-width: 1023px) {
  .fleet-summary__inner {
    padding: 1.6rem 1.6rem 2rem 1.6rem;
  }
}
.fleet-summary__inner .title {
  width: 100%;
  font: 400 2.2rem/2.9rem "Crimson Text", serif;
  margin-bottom: 1.5rem;
}
@media only screen and (max-width: 1023px) {
  .fleet-summary__inner .title {
    font: 600 2rem/2.4rem "Crimson Text", serif;
  }
}
.fleet-summary__inner .title a {
  text-decoration: none;
  font-weight: bold;
}
.fleet-summary__inner .title a:hover {
  text-decoration: underline;
}
.fleet-summary__inner .guests-range {
  width: 100%;
  margin-bottom: 2.3rem;
}
.fleet-summary__inner .guests-range li {
  padding-left: 3.6rem;
  font: 400 1.6rem/3.2rem "Crimson Text", serif;
  font-style: italic;
  text-transform: none;
  margin-bottom: 0;
}
.fleet-summary__inner .guests-range li:before {
  width: 1.6rem;
  height: 1.6rem;
  background-size: contain;
  top: 0.7rem;
  background-image: url("../img/custom-icons/vtc-user.svg");
}
.fleet-summary__inner .content {
  margin: 2rem 0 3.2rem 0;
}
.fleet-summary__inner p:last-child {
  margin: auto 0 0 0;
}

.types .type-container {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 2rem;
  margin-bottom: 4rem;
}
@media only screen and (max-width: 1023px) {
  .types .type-container {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 2rem;
  }
}
@media only screen and (max-width: 750px) {
  .types .type-container {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 2rem;
  }
}
.types .type-container .fleet-type__inner {
  background: #FFF;
  padding: 2.4rem 1.6rem;
}
.types .type-container .fleet-type__inner .title {
  margin-bottom: 1rem;
  font: 700 1.6rem/2.3rem "Crimson Text", serif;
  font-family: "lato", sans-serif;
  letter-spacing: 0.2rem;
}
.types .type-container .fleet-type__link {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.types .type-container .fleet-type__link svg {
  max-width: 1.4rem;
  height: auto;
}
.types .buttons {
  justify-content: center;
}

.single-fleet-content .bottom-cta-bar {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 10.6rem;
  z-index: 555;
  border-top: 1px solid #D2D1CC;
}
@media only screen and (max-width: 640px) {
  .single-fleet-content .bottom-cta-bar {
    height: 8rem;
  }
}
@media only screen and (max-width: 480px) {
  .single-fleet-content .bottom-cta-bar {
    overflow: hidden;
  }
}
.single-fleet-content .bottom-cta-bar .wrap {
  height: inherit;
}
@media only screen and (max-width: 480px) {
  .single-fleet-content .bottom-cta-bar .wrap {
    padding: 0 1rem;
  }
}
.single-fleet-content .bottom-cta-bar .bottom-cta-bar-container {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  height: inherit;
}
.single-fleet-content .bottom-cta-bar .bottom-cta-bar-container .image-container {
  position: absolute;
  width: 13.2rem;
  left: 0;
  bottom: 1.5rem;
}
@media only screen and (max-width: 1023px) {
  .single-fleet-content .bottom-cta-bar .bottom-cta-bar-container .image-container {
    display: none;
  }
}
.single-fleet-content .bottom-cta-bar .bottom-cta-bar-container .image-container figure {
  border-radius: 50%;
  overflow: hidden;
}
.single-fleet-content .bottom-cta-bar .bottom-cta-bar-container .content-right {
  padding-left: 16.1rem;
  height: inherit;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  min-width: 34rem;
}
@media only screen and (max-width: 1023px) {
  .single-fleet-content .bottom-cta-bar .bottom-cta-bar-container .content-right {
    padding-left: 0;
  }
}
.single-fleet-content .bottom-cta-bar .bottom-cta-bar-container .content-right .title {
  margin: 0;
  padding: 0;
  font: 400 3rem/3.6rem "Crimson Text", serif;
}
@media only screen and (max-width: 1280px) {
  .single-fleet-content .bottom-cta-bar .bottom-cta-bar-container .content-right .title {
    font: 400 2.6rem/3.2rem "Crimson Text", serif;
  }
}
@media only screen and (max-width: 1023px) {
  .single-fleet-content .bottom-cta-bar .bottom-cta-bar-container .content-right .title {
    font: 400 2.2rem/3rem "Crimson Text", serif;
  }
}
@media only screen and (max-width: 750px) {
  .single-fleet-content .bottom-cta-bar .bottom-cta-bar-container .content-right .title {
    display: none;
  }
}
@media only screen and (max-width: 750px) {
  .single-fleet-content .bottom-cta-bar .bottom-cta-bar-container .content-right .buttons {
    justify-content: center;
    width: 100%;
  }
}
@media only screen and (max-width: 640px) {
  .single-fleet-content .bottom-cta-bar .bottom-cta-bar-container .content-right .buttons .button {
    padding: 1.2rem 2.5rem;
  }
}
@media only screen and (max-width: 480px) {
  .single-fleet-content .bottom-cta-bar .bottom-cta-bar-container .content-right .buttons .button {
    padding: 1rem 2rem;
  }
}
.single-fleet-content .facilities .content-top .title {
  margin-bottom: 2rem;
}
.single-fleet-content .facilities .facilities-container {
  padding-top: 5rem;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 5rem 3rem;
}
@media only screen and (max-width: 1023px) {
  .single-fleet-content .facilities .facilities-container {
    padding-top: 2.4rem;
  }
}
@media only screen and (max-width: 750px) {
  .single-fleet-content .facilities .facilities-container {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 3rem;
  }
}
@media only screen and (max-width: 480px) {
  .single-fleet-content .facilities .facilities-container {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 2rem;
  }
}
.single-fleet-content .facilities .facilities-container .single-facility .title {
  font: 400 2.8rem/4.4rem "Crimson Text", serif;
  margin-bottom: 0.7rem;
}
@media only screen and (max-width: 750px) {
  .single-fleet-content .facilities .facilities-container .single-facility .title {
    font: 400 2.4rem/3.8rem "Crimson Text", serif;
  }
}
.single-fleet-content .facilities .facilities-container .single-facility .description {
  margin-bottom: 0;
}
.single-fleet-content .map .content-top {
  margin-bottom: 6rem;
}
@media only screen and (max-width: 750px) {
  .single-fleet-content .map .content-top {
    margin-bottom: 3rem;
  }
}
.single-fleet-content .map .content-top .title {
  margin-bottom: 2rem;
  text-align: center;
}
.single-fleet-content .map .content-top .title.heading-underline:before {
  left: 50%;
  transform: translateX(-50%);
}
.single-fleet-content .capacity {
  background-color: #332C27;
  position: relative;
  padding: 11rem 0 9rem 0;
}
@media only screen and (max-width: 1023px) {
  .single-fleet-content .capacity {
    padding-top: 8rem;
    padding-bottom: 0;
  }
}
@media only screen and (max-width: 750px) {
  .single-fleet-content .capacity {
    padding-top: 5rem;
  }
}
@media only screen and (max-width: 640px) {
  .single-fleet-content .capacity {
    padding-top: 4rem;
  }
}
.single-fleet-content .capacity .capacity-container {
  width: calc(50% + 28rem);
  padding-right: 2rem;
}
@media only screen and (max-width: 1023px) {
  .single-fleet-content .capacity .capacity-container {
    width: 100%;
    padding-right: 0;
    padding-bottom: 3rem;
  }
}
.single-fleet-content .capacity .capacity-container .content-top .title {
  color: #FFF;
}
.single-fleet-content .capacity .capacity-container .content-top .title.heading-underline:before {
  background-color: #FFF;
}
.single-fleet-content .capacity .capacity-container .content-container {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 3rem;
}
@media only screen and (max-width: 750px) {
  .single-fleet-content .capacity .capacity-container .content-container {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
.single-fleet-content .capacity .capacity-container .content-container.full-width {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.single-fleet-content .capacity .capacity-container .content-container .content-left {
  padding-top: 2.8rem;
  width: 36rem;
  max-width: 100%;
}
@media only screen and (max-width: 750px) {
  .single-fleet-content .capacity .capacity-container .content-container .content-left {
    width: 100%;
    padding-top: 0;
  }
}
.single-fleet-content .capacity .capacity-container .content-container .content-right {
  display: flex;
  flex-direction: column;
  gap: 3rem;
}
.single-fleet-content .capacity .capacity-container .content-container .content-right .single-capacity {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
@media only screen and (max-width: 480px) {
  .single-fleet-content .capacity .capacity-container .content-container .content-right .single-capacity {
    justify-content: center;
  }
}
.single-fleet-content .capacity .capacity-container .content-container .content-right .single-capacity .icon-left {
  background-color: #E5E3DC;
  border-radius: 50%;
  position: relative;
  border: 1px solid #707070;
  flex: 0 0 8.4rem;
  max-width: 8.4rem;
  height: 8.4rem;
}
@media only screen and (max-width: 1023px) {
  .single-fleet-content .capacity .capacity-container .content-container .content-right .single-capacity .icon-left {
    flex: 0 0 6rem;
    max-width: 6rem;
    height: 6rem;
  }
}
@media only screen and (max-width: 640px) {
  .single-fleet-content .capacity .capacity-container .content-container .content-right .single-capacity .icon-left {
    flex: 0 0 5rem;
    max-width: 5rem;
    height: 5rem;
  }
}
.single-fleet-content .capacity .capacity-container .content-container .content-right .single-capacity .icon-left svg {
  height: 4rem;
  width: 4rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media only screen and (max-width: 1023px) {
  .single-fleet-content .capacity .capacity-container .content-container .content-right .single-capacity .icon-left svg {
    height: 3rem;
    width: 3rem;
  }
}
@media only screen and (max-width: 640px) {
  .single-fleet-content .capacity .capacity-container .content-container .content-right .single-capacity .icon-left svg {
    height: 2.5rem;
    width: 2.5rem;
  }
}
.single-fleet-content .capacity .capacity-container .content-container .content-right .single-capacity .content-capacity-right {
  flex: 0 0 calc(100% - 8.4rem);
  max-width: calc(100% - 8.4rem);
  padding-left: 3.5rem;
}
@media only screen and (max-width: 1023px) {
  .single-fleet-content .capacity .capacity-container .content-container .content-right .single-capacity .content-capacity-right {
    padding-left: 2rem;
    flex: 0 0 calc(100% - 6rem);
    max-width: calc(100% - 6rem);
  }
}
@media only screen and (max-width: 640px) {
  .single-fleet-content .capacity .capacity-container .content-container .content-right .single-capacity .content-capacity-right {
    flex: 0 0 calc(100% - 5rem);
    max-width: calc(100% - 5rem);
  }
}
@media only screen and (max-width: 480px) {
  .single-fleet-content .capacity .capacity-container .content-container .content-right .single-capacity .content-capacity-right {
    width: 100%;
  }
  .single-fleet-content .capacity .capacity-container .content-container .content-right .single-capacity .content-capacity-right p {
    text-align: left;
  }
}
.single-fleet-content .capacity .capacity-container .content-container .content-right .single-capacity .content-capacity-right p {
  margin-bottom: 0;
}
.single-fleet-content .capacity .capacity-container .content-container .content-right .single-capacity .content-capacity-right .guest-range-title {
  font: 400 2.8rem/4.4rem "Crimson Text", serif;
}
@media only screen and (max-width: 1023px) {
  .single-fleet-content .capacity .capacity-container .content-container .content-right .single-capacity .content-capacity-right .guest-range-title {
    font: 400 2.4rem/4rem "Crimson Text", serif;
  }
}
.single-fleet-content .capacity .capacity-container .content-container .content-right .single-capacity .content-capacity-right .guest-range .italic {
  font-style: italic;
}
.single-fleet-content .capacity .capacity-container .content-container .content-right .single-capacity .floating-button {
  position: absolute;
  right: 4rem;
  top: 50%;
  transform: translateY(-50%);
}
@media only screen and (max-width: 640px) {
  .single-fleet-content .capacity .capacity-container .content-container .content-right .single-capacity .floating-button {
    position: relative;
    top: 0;
    right: 0;
    transform: none;
    margin-top: 1.5rem;
    margin-right: auto;
  }
}
.single-fleet-content .capacity .capacity-container .content-container p {
  color: #FFF;
}
.single-fleet-content .capacity .capacity-container .content-container.full-width .single-capacity .content-capacity-right {
  padding-right: 24rem;
}
@media only screen and (max-width: 640px) {
  .single-fleet-content .capacity .capacity-container .content-container.full-width .single-capacity .content-capacity-right {
    padding-right: 0;
  }
}
.single-fleet-content .capacity .image-container {
  width: calc(50% - 28rem);
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
}
@media only screen and (max-width: 1023px) {
  .single-fleet-content .capacity .image-container {
    width: 100%;
    position: relative;
    height: 0;
    padding-bottom: 40%;
  }
}
@media only screen and (max-width: 640px) {
  .single-fleet-content .capacity .image-container {
    padding-bottom: 66.666%;
  }
}
.single-fleet-content .capacity .image-container img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (max-width: 1023px) {
  .single-fleet-content .capacity .image-container img {
    position: absolute;
    top: 0;
    left: 0;
  }
}

#archive-content.archive-content-service {
  background-color: #E5E3DC;
}
#archive-content.archive-content-service .top-content {
  margin-bottom: 4rem;
  padding-top: 12rem;
}
#archive-content.archive-content-service .top-content .top-title {
  margin-bottom: 0.8rem;
  color: #332C27;
}
#archive-content.archive-content-service .top-content .title:before {
  left: 50%;
  transform: translateX(-50%);
}
#archive-content.archive-content-service #service-container {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 3.5rem 2rem;
}
#archive-content.archive-content-service #service-container .global-usps, #archive-content.archive-content-service #service-container .global-contact-cta {
  grid-column: 1/span 3;
  margin: 5rem 0;
}
@media only screen and (max-width: 1023px) {
  #archive-content.archive-content-service #service-container {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  #archive-content.archive-content-service #service-container .global-usps, #archive-content.archive-content-service #service-container .global-contact-cta {
    grid-column: 1/span 2;
    margin: 3rem 0;
  }
}
@media only screen and (max-width: 640px) {
  #archive-content.archive-content-service #service-container {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  #archive-content.archive-content-service #service-container .global-usps, #archive-content.archive-content-service #service-container .global-contact-cta {
    grid-column: 1/1;
    margin: 2rem 0;
  }
}

.service-summary {
  height: 100%;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  position: relative;
  box-sizing: border-box;
}
.service-summary .summary-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.service-summary__inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  opacity: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.85);
  z-index: 2;
  pointer-events: none;
  transition: all 0.3s ease-out 0s;
}
@media only screen and (max-width: 640px) {
  .service-summary__inner {
    min-height: auto;
  }
}
.service-summary__inner .excerpt {
  padding: 3.2rem;
}
@media only screen and (max-width: 480px) {
  .service-summary__inner .excerpt {
    padding: 3.2rem;
  }
}
.service-summary__inner .excerpt .title {
  margin-bottom: 2rem;
  font: 700 1.6rem/2.3rem "Crimson Text", serif;
  font-family: "lato", sans-serif;
  letter-spacing: 0.2rem;
  text-transform: uppercase;
}
.service-summary__inner .excerpt p {
  color: #FFF;
}
.service-summary__inner .excerpt a {
  color: #DEB66E;
}
.service-summary__title {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  background: rgb(0, 0, 0);
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.9) 10%, rgba(0, 0, 0, 0.7) 25%, rgba(0, 0, 0, 0) 35%);
  transition: all 0.3s ease-out 0s;
}
.service-summary__title .title {
  padding: 0 2rem 4rem 3.4rem;
  margin: 0;
  color: #FFF;
  font: 700 1.6rem/2.3rem "Crimson Text", serif;
  font-family: "lato", sans-serif;
  letter-spacing: 0.2rem;
  text-transform: uppercase;
}
.service-summary:hover .service-summary__inner {
  opacity: 1;
  pointer-events: all;
}
.service-summary:hover .service-summary__title {
  opacity: 0;
}

.partner-summary {
  background-color: #F2F1ED;
}
.partner-summary .wrap-partner {
  overflow: hidden;
}
.partner-summary .wrap-partner .partner-image {
  transform: none;
  padding: 4rem;
  -o-object-fit: contain;
     object-fit: contain;
  filter: grayscale(1);
}
@media only screen and (max-width: 1280px) {
  .partner-summary .wrap-partner .partner-image {
    padding: 3rem;
  }
}
@media only screen and (max-width: 1023px) {
  .partner-summary .wrap-partner .partner-image {
    padding: 2rem;
  }
}
@media only screen and (max-width: 480px) {
  .partner-summary .wrap-partner .partner-image {
    padding: 1.4rem;
  }
}
.partner-summary a:hover .partner-image {
  filter: grayscale(0);
}

.review-summary {
  position: relative;
  display: flex;
  height: calc(100% - 8.4rem);
  padding-bottom: 8.4rem;
}
@media only screen and (max-width: 1023px) {
  .review-summary {
    height: calc(100% - 6rem);
    padding-bottom: 6rem;
  }
}
@media only screen and (max-width: 640px) {
  .review-summary {
    height: calc(100% - 5rem);
    padding-bottom: 5rem;
  }
}
.review-summary__inner {
  display: flex;
  flex-direction: column;
  background-color: #E5E3DC;
  padding: 6.4rem 16rem 6.4rem 7.3rem;
}
@media only screen and (max-width: 1023px) {
  .review-summary__inner {
    padding: 4.6rem 11rem 4.6rem 5rem;
  }
}
@media only screen and (max-width: 640px) {
  .review-summary__inner {
    padding: 4rem 3rem 7rem 3rem;
  }
}
.review-summary__inner .title {
  font: 400 1.4rem/2.3rem "lato", sans-serif;
  margin-bottom: 3rem;
  font-family: "lato", sans-serif;
  letter-spacing: 0.2rem;
  text-transform: uppercase;
}
.review-summary__inner .content {
  margin-bottom: 5rem;
}
.review-summary__inner .content p {
  margin-bottom: 0;
}
@media only screen and (max-width: 1023px) {
  .review-summary__inner .content {
    margin-bottom: 3.6rem;
  }
}
@media only screen and (max-width: 640px) {
  .review-summary__inner .content {
    margin-bottom: 2.2rem;
  }
}
.review-summary__inner .bottom-content {
  position: relative;
  padding-top: 1.5rem;
  margin-top: auto;
}
.review-summary__inner .bottom-content:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 1px;
  background-color: #332723;
  width: 24rem;
  max-width: 100%;
}
.review-summary__inner .bottom-content p {
  margin-bottom: 0;
  font-weight: 600;
}
.review-summary .image-container {
  width: 17rem;
  position: absolute;
  bottom: 0;
  right: 3.4rem;
}
@media only screen and (max-width: 1023px) {
  .review-summary .image-container {
    right: 2.6rem;
    width: 13rem;
  }
}
@media only screen and (max-width: 640px) {
  .review-summary .image-container {
    right: 2rem;
    width: 10rem;
  }
}
.review-summary .image-container figure {
  overflow: hidden;
  border-radius: 50%;
  background-color: #F2E2C6;
}
.review-summary .image-container figure:after {
  content: "";
  background-color: #332723;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0.3;
  pointer-events: none;
}

.faq-summary {
  position: relative;
  margin-bottom: 3.2rem;
}
.faq-summary__inner {
  position: relative;
  cursor: pointer;
}
.faq-summary__inner .toggle-icon {
  position: absolute;
  right: 1.5rem;
  top: 0.5rem;
  opacity: 0;
  width: 1.6rem;
  height: 1.6rem;
  fill: #DEB66E;
  transition: all 0.3s ease-out 0s;
}
.faq-summary__inner .toggle-icon.icon-open {
  opacity: 1;
}
.faq-summary__inner .question {
  color: #332C27;
  font: 400 2.2rem/2.9rem "Crimson Text", serif;
  margin-bottom: 0;
  padding-right: 6rem;
  border-bottom: 1px solid #CBC6B9;
  padding-bottom: 3rem;
}
@media only screen and (max-width: 1023px) {
  .faq-summary__inner .question {
    padding-right: 5rem;
    font: 400 1.8rem/2.6rem "Crimson Text", serif;
  }
}
.faq-summary__inner .answer {
  display: none;
  padding-right: 2rem;
  border-bottom: 1px solid #CBC6B9;
}
@media only screen and (max-width: 1023px) {
  .faq-summary__inner .answer {
    padding-right: 0rem;
  }
}
.faq-summary__inner .answer p {
  font: 400 1.6rem/3.2rem "Crimson Text", serif;
  margin-bottom: 0;
  padding: 4rem 0;
}
@media only screen and (max-width: 1023px) {
  .faq-summary__inner .answer p {
    font: 400 1.4rem/2.2rem "Crimson Text", serif;
    padding: 3rem 0;
  }
}
@media only screen and (max-width: 640px) {
  .faq-summary__inner .answer p {
    padding: 2rem 0;
  }
}
.faq-summary__inner .answer.on-load-active {
  display: block;
}
.faq-summary.active .toggle-icon.icon-open {
  opacity: 0;
}
.faq-summary.active .toggle-icon.icon-close {
  opacity: 1;
}

.history-summary .image-container {
  position: relative;
}
.history-summary .image-container .title {
  position: absolute;
  width: calc(100% - 9.6rem);
  left: 0;
  bottom: 0;
  margin: 0;
  padding: 4.4rem 4.8rem;
  color: #FFF;
  z-index: 2;
  font: 400 1.4rem/2.3rem "Crimson Text", serif;
  font-family: "lato", sans-serif;
  letter-spacing: 0.2rem;
  text-transform: uppercase;
}
@media only screen and (max-width: 1023px) {
  .history-summary .image-container .title {
    width: calc(100% - 7.2rem);
    padding: 3rem 3.6rem;
  }
}
@media only screen and (max-width: 480px) {
  .history-summary .image-container .title {
    width: calc(100% - 5rem);
    padding: 2rem 2.5rem;
  }
}
.history-summary .image-container:after {
  content: "";
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  height: 18rem;
  z-index: 1;
  background: rgb(0, 0, 0);
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.9) 10%, rgba(0, 0, 0, 0.7) 50%, rgba(0, 0, 0, 0) 75%);
}

.team-summary {
  display: flex;
  flex-direction: column;
  position: relative;
}
.team-summary__image {
  width: 100%;
  padding: 0 14%;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 1280px) {
  .team-summary__image {
    padding: 0 10%;
  }
}
.team-summary__image figure {
  border-radius: 50%;
  overflow: hidden;
}
.team-summary__image:before {
  content: "";
  width: 100%;
  height: 50%;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #FFF;
  z-index: 0;
}
.team-summary__inner {
  height: 100%;
  padding: 3.8rem 3rem 3.8rem 4.1rem;
  position: relative;
  z-index: 1;
  background-color: #FFF;
}
@media only screen and (max-width: 1280px) {
  .team-summary__inner {
    padding: 3rem 2.5rem 3rem 3rem;
  }
}
@media only screen and (max-width: 1023px) {
  .team-summary__inner {
    padding: 3rem 1.5rem 3rem 2rem;
  }
}
@media only screen and (max-width: 640px) {
  .team-summary__inner {
    padding: 3rem 1.5rem 2rem 1.5rem;
  }
}
.team-summary__inner .content-container {
  padding-left: 3.6rem;
  position: relative;
}
@media only screen and (max-width: 1023px) {
  .team-summary__inner .content-container {
    padding-left: 3rem;
  }
}
@media only screen and (max-width: 640px) {
  .team-summary__inner .content-container {
    padding-left: 0;
  }
}
.team-summary__inner .content-container:before {
  content: "";
  position: absolute;
  top: 0.4rem;
  left: 0;
  width: 1.6rem;
  height: 1.6rem;
  background-image: url("../img/custom-icons/vtc-user.svg");
  background-repeat: no-repeat;
  background-size: contain;
}
@media only screen and (max-width: 1023px) {
  .team-summary__inner .content-container:before {
    top: 0.5rem;
  }
}
@media only screen and (max-width: 640px) {
  .team-summary__inner .content-container:before {
    width: 2rem;
    height: 2rem;
    position: relative;
    display: block;
    margin: 0 auto;
    margin-bottom: 2rem;
  }
}
.team-summary__inner .content-container p {
  margin-bottom: 0;
}
@media only screen and (max-width: 640px) {
  .team-summary__inner .content-container p {
    text-align: center;
  }
}
.team-summary__inner .content-container a {
  text-decoration: none;
}
.team-summary__inner .content-container a:hover {
  text-decoration: underline;
}
.team-summary__inner .content-container .top-content {
  margin-bottom: 0;
}
.team-summary__inner .content-container .top-content .name {
  font: 400 2.2rem/2.9rem "Crimson Text", serif;
}
@media only screen and (max-width: 1023px) {
  .team-summary__inner .content-container .top-content .name {
    font: 400 1.8rem/2.9rem "Crimson Text", serif;
  }
}
.team-summary__inner .content-container .top-content .function {
  font: 400 1.6rem/3.2rem "Crimson Text", serif;
  font-style: italic;
}
@media only screen and (max-width: 1023px) {
  .team-summary__inner .content-container .top-content .function {
    font: 400 1.4rem/2.9rem "Crimson Text", serif;
  }
}
.team-summary__inner .content-container .bottom-content {
  padding-top: 3.8rem;
}
.team-summary__inner .content-container .bottom-content p {
  font: 400 1.6rem/3.2rem "Crimson Text", serif;
}
@media only screen and (max-width: 1023px) {
  .team-summary__inner .content-container .bottom-content p {
    font: 400 1.4rem/2.9rem "Crimson Text", serif;
  }
}

/* # Woocommerce SCSS files
---------------------------------------------------------------------------------------------------- */
/* General
--------------------------------------------- */
.woocommerce-message, .woocommerce-info, .woocommerce-error, .woocommerce-noreviews, p.no-comments, .review, .woocommerce-thankyou-order-details, .woocommerce-column, .woocommerce-MyAccount-navigation {
  margin: 0 0 2.4rem 0;
  border-radius: 3rem;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: space-between;
  border-left: 0.4rem solid #332C27;
  background: #FFF;
  padding: 1.6rem 2.4rem;
  position: relative;
  width: 100%;
}

.woocommerce-notices-wrapper {
  width: 100%;
}

.form-row {
  width: 100%;
  margin: 0 0 1.6rem 0;
  position: relative;
}
.form-row-last, .form-row-first {
  width: calc(50% - 1rem);
}
@media only screen and (max-width: 640px) {
  .form-row-last, .form-row-first {
    width: 100%;
  }
}

.woocommerce-column {
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}

/* Archive
--------------------------------------------- */
.woocommerce-result-options {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 0 2.4rem 0;
}

.woocommerce-result-count {
  margin: 0;
  padding: 0;
}

ul.products {
  display: grid;
  gap: 3.2rem;
}
ul.products.columns-4 {
  grid-template-columns: repeat(4, 1fr);
}
ul.products.columns-3 {
  grid-template-columns: repeat(3, 1fr);
}
ul.products.columns-2 {
  grid-template-columns: repeat(3, 1fr);
}
ul.products.columns-1 {
  grid-template-columns: repeat(1, 1fr);
}
ul.products li {
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
ul.products li:before {
  display: none;
}

.product .onsale {
  position: absolute;
  right: 0;
  top: 0;
  background: #332C27;
  color: #FFF;
  font: 700 1.2rem/1 "Crimson Text", serif;
  padding: 1rem;
}

/* Single
--------------------------------------------- */
#woocommerce-content div.product {
  display: flex;
  flex-wrap: wrap;
  gap: 0rem 8rem;
  justify-content: space-between;
}
#woocommerce-content div.product .summary {
  width: calc(50% - 4rem);
}

#single-product-gallery {
  width: calc(50% - 4rem);
}

/* Cart
--------------------------------------------- */
.cart-button .amount {
  position: absolute;
  top: -0.5rem;
  right: 0rem;
  height: 2rem;
  width: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #332C27;
  color: #FFF;
  font: 400 1.2rem/1 "Instrument Serif", serif;
  border-radius: 50%;
  transition: all 0.5s cubic-bezier(0.86, 0, 0.07, 1);
  transform: scale(0);
  opacity: 0;
}
.cart-button.loaded .amount {
  transform: scale(1);
  opacity: 1;
}

body.woocommerce-cart .woocommerce {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 4rem 0;
}
body.woocommerce-cart .woocommerce .woocommerce-cart-form {
  width: calc(100% - 40rem);
}
body.woocommerce-cart .woocommerce .cart-collaterals {
  width: 32rem;
}
@media only screen and (max-width: 1023px) {
  body.woocommerce-cart .woocommerce .woocommerce-cart-form,
  body.woocommerce-cart .woocommerce .cart-collaterals {
    width: 100%;
  }
}

.shop_table {
  border-collapse: separate;
}
.shop_table thead .product-remove .screen-reader-text,
.shop_table thead .product-thumbnail .screen-reader-text {
  display: none;
}
.shop_table td, .shop_table th {
  padding: 0.8rem 1.6rem;
}
.shop_table thead th {
  background: rgba(0, 0, 0, 0.05);
}
.shop_table tbody td, .shop_table tbody th {
  vertical-align: top;
}
.shop_table tbody tr:nth-child(even) td, .shop_table tbody tr:nth-child(even) th {
  background: rgba(0, 0, 0, 0.025);
}
.shop_table .cart_item td, .shop_table .cart_item th {
  vertical-align: middle;
}
.shop_table .cart_item .variation {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 0 0.4rem;
}
.shop_table .cart_item .variation dt, .shop_table .cart_item .variation dd, .shop_table .cart_item .variation dd p {
  font-size: 1.2rem;
  line-height: 2;
}
.shop_table .cart_item .variation dt {
  font-weight: 700;
}
.shop_table .cart_item .product-remove {
  text-align: center;
}
.shop_table .cart_item .product-remove a {
  text-decoration: none;
  color: #332C27;
  font-size: 2rem;
  line-height: 1;
}
.shop_table .cart_item .product-thumbnail {
  width: 12rem;
}
.shop_table .cart_item .product-thumbnail a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 12rem;
  width: 12rem;
  position: relative;
}
.shop_table .cart_item .product-thumbnail a img {
  max-height: 100%;
  max-width: 100%;
  height: auto;
  max-width: auto;
}
.shop_table .cart_item .product-name a {
  text-decoration: none;
}
.shop_table .cart_item .product-name a:hover {
  text-decoration: underline;
}
.shop_table .cart_item .product-quantity .quantity {
  display: flex;
}
.shop_table .cart_item .product-quantity .quantity label {
  display: none;
}
.shop_table .actions {
  padding: 1.6rem;
}
.shop_table .actions .coupon {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 0 0 0.8rem 0;
}
.shop_table .actions .coupon label {
  margin: 0;
}
.shop_table .actions .coupon #coupon_code {
  width: 20rem;
  margin-left: auto;
  margin-right: 0.8rem;
}
.shop_table .actions .coupon button {
  background: #332C27;
  color: #FFF;
}
.shop_table .actions button[name=update_cart] {
  display: block;
  margin-left: auto;
  background: #332C27;
  color: #FFF;
}
.shop_table .product-subtotal {
  text-align: right;
}
@media only screen and (max-width: 640px) {
  .shop_table.shop_table_responsive .input-number-wrap {
    margin-left: auto;
  }
  .shop_table.shop_table_responsive thead, .shop_table.shop_table_responsive th {
    display: none;
  }
  .shop_table.shop_table_responsive tr td {
    display: block;
    text-align: right;
    clear: both;
    margin: 0;
  }
  .shop_table.shop_table_responsive tr td.product-thumbnail {
    text-align: center;
    width: 100%;
  }
  .shop_table.shop_table_responsive tr td.product-thumbnail a {
    margin: 0 auto;
  }
  .shop_table.shop_table_responsive tr td:after {
    content: "";
    display: block;
    clear: both;
  }
  .shop_table.shop_table_responsive tr td[data-title]::before {
    content: attr(data-title) ": ";
    font-weight: 600;
    float: left;
  }
  .shop_table .actions {
    padding-top: 3.2rem;
  }
  .shop_table .actions .coupon #coupon_code {
    width: 100%;
    margin: 0 0 0.8rem 0;
  }
}

.cart_totals .shop_table tr td:last-child,
.cart_totals .shop_table tr th:last-child,
.woocommerce-checkout-review-order-table tr td:last-child,
.woocommerce-checkout-review-order-table tr th:last-child {
  text-align: right;
}
.cart_totals .shop_table tr td:last-child .select2,
.cart_totals .shop_table tr th:last-child .select2,
.woocommerce-checkout-review-order-table tr td:last-child .select2,
.woocommerce-checkout-review-order-table tr th:last-child .select2 {
  text-align: left;
}

ul#shipping_method li {
  text-align: right;
}
ul#shipping_method li label {
  text-align: right;
  margin-left: auto;
}
ul#shipping_method li label .amount {
  margin-left: auto;
}
ul#shipping_method li:before {
  display: none;
}
ul#shipping_method li label {
  display: flex;
  flex-direction: row;
}
@media only screen and (max-width: 1023px) {
  ul#shipping_method li label {
    flex-direction: column;
  }
}

/* Checkout
--------------------------------------------- */
.woocommerce-info {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}

.woocommerce-form-coupon,
.woocommerce-form-login {
  margin: -2.4rem 0 2.4rem 0;
  border-radius: 0;
  display: flex;
  flex-direction: column;
  border-left: 0.4rem solid #332C27;
  background: #FFF;
  padding: 1.6rem 2.4rem;
  position: relative;
  width: 100%;
}

.woocommerce-checkout h3 {
  margin-bottom: 2.4rem;
}

.woocommerce-billing-fields__field-wrapper,
.woocommerce-shipping-fields__field-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  margin: 0 0 2.4rem 0;
}
.woocommerce-billing-fields__field-wrapper h3,
.woocommerce-shipping-fields__field-wrapper h3 {
  width: 100%;
}

.woocommerce-shipping-fields {
  margin-bottom: 4rem;
}

ul.woocommerce-error {
  padding: 2.4rem;
  background: #ffe7e7;
  border-radius: 0 3rem 0 0;
  border-color: red;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
ul.woocommerce-error li {
  color: red;
}
ul.woocommerce-error li:before {
  background: red;
}

.woocommerce-checkout form.woocommerce-checkout {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media only screen and (max-width: 1023px) {
  .woocommerce-checkout form.woocommerce-checkout {
    flex-direction: column;
    gap: 2.4rem 0;
  }
}

#customer_details {
  width: calc(100% - 56rem);
}
@media only screen and (max-width: 1023px) {
  #customer_details {
    width: 100%;
  }
}

#checkout-order-wrap {
  width: 48rem;
}
#checkout-order-wrap .payment-icons {
  margin-top: -2.4rem;
}
@media only screen and (max-width: 1023px) {
  #checkout-order-wrap {
    width: 100%;
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

button[name=woocommerce_checkout_place_order] {
  width: 100%;
  margin: 2.4rem 0 1.6rem 0 !important;
}

#payment ul li {
  padding-left: 0;
}
#payment ul li:before {
  display: none;
}

.payment_box p {
  font-size: 1.2rem;
}

.woocommerce-terms-and-conditions-wrapper label {
  display: flex;
}
.woocommerce-terms-and-conditions-wrapper a {
  position: relative;
  z-index: 3;
}

/* Thank you
--------------------------------------------- */
.woocommerce-thankyou-order-details {
  flex-direction: column;
  align-items: flex-start;
}

ul.wc-item-meta {
  flex-direction: column;
  gap: 0;
  margin: 0;
}
ul.wc-item-meta li {
  display: flex;
  margin: 0;
  padding: 0;
  font: 400 1.2rem/2 "Crimson Text", serif;
  gap: 0 0.4rem;
}
ul.wc-item-meta li:before {
  display: none;
}
ul.wc-item-meta li p {
  font: 400 1.2rem/2 "Crimson Text", serif;
  margin: 0;
}

/* Account
--------------------------------------------- */
.woocommerce-MyAccount-navigation {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
.woocommerce-MyAccount-navigation ul {
  margin: 0;
}
.woocommerce-MyAccount-navigation ul li {
  font: 400 1.8rem/1.25 "Instrument Serif", serif;
  padding: 0;
}
.woocommerce-MyAccount-navigation ul li:before {
  display: none;
}
.woocommerce-MyAccount-navigation ul li a {
  display: block;
  padding: 1.2rem 2.4rem;
  text-decoration: none;
  background-image: none;
  background-position: center left 0;
  background-repeat: no-repeat;
  background-size: 1.6rem auto;
}
.woocommerce-MyAccount-navigation ul li a:hover {
  color: #332C27;
}
.woocommerce-MyAccount-navigation ul li.is-active a {
  background-image: url("../img/custom-icons/chevron-right.svg");
}

body.woocommerce-account .woocommerce {
  display: flex;
  flex-wrap: wrap;
  gap: 4rem 8rem;
}
body.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation {
  width: 26rem;
}
body.woocommerce-account .woocommerce .woocommerce-MyAccount-content {
  width: calc(100% - 34rem);
}
@media only screen and (max-width: 1023px) {
  body.woocommerce-account .woocommerce {
    flex-direction: column;
  }
  body.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation,
  body.woocommerce-account .woocommerce .woocommerce-MyAccount-content {
    width: 100%;
  }
}

.woocommerce-MyAccount-content fieldset legend {
  font-weight: 700;
  margin: 0 0 1.6rem 0;
}
.woocommerce-MyAccount-content__field-wrapper,
.woocommerce-MyAccount-content .edit-account {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
.woocommerce-MyAccount-content .clear {
  width: 100%;
}

.col2-set {
  width: 100%;
}

#customer_login h2 {
  display: none;
}
#customer_login h3 {
  margin-bottom: 2.4rem;
}

/*# sourceMappingURL=style.css.map*/