@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
--------------------------------------------- */
/* rajdhani-regular - latin */
@font-face {
  font-display: swap;
  font-family: "Rajdhani";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/rajdhani-v15-latin-regular.woff2") format("woff2"), url("../fonts/rajdhani-v15-latin-regular.woff") format("woff");
}
/* rajdhani-600 - latin */
@font-face {
  font-display: swap;
  font-family: "Rajdhani";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/rajdhani-v15-latin-600.woff2") format("woff2"), url("../fonts/rajdhani-v15-latin-600.woff") format("woff");
}
/* rajdhani-700 - latin */
@font-face {
  font-display: swap;
  font-family: "Rajdhani";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/rajdhani-v15-latin-700.woff2") format("woff2"), url("../fonts/rajdhani-v15-latin-700.woff") format("woff");
}
/* ## 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 {
  width: 100%;
  font: normal 400 1.6rem/1 "Rajdhani", sans-serif;
  color: #000;
  margin: 0;
  padding: 0;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

img.lazy {
  transition: all 0.3s ease-out 0.5s;
  opacity: 0;
}

img.loaded {
  opacity: 1;
}

img.with-border {
  padding: 1rem;
  background: #FFF;
  box-shadow: 0rem 0.4rem 0.4rem 0rem 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 {
  display: block;
  position: relative;
  height: 0;
  margin: 0;
  overflow: hidden;
}
.wrap-square img,
.wrap-16-9 img,
.wrap-4-3 img {
  position: absolute;
  inset: 0 0 0 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

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

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

.wrap-4-3 {
  padding: 0 0 66.67% 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: #07FEBF;
  color: #FFF;
}

::selection {
  background: #07FEBF;
  color: #FFF;
}

::-moz-selection {
  background: #07FEBF;
  color: #FFF;
}

.fullscreen-bg {
  position: absolute;
  top: 0;
  left: 0;
  height: calc(100vh - 17rem);
  width: 100%;
}
.fullscreen-bg img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (max-width: 1023px) {
  .fullscreen-bg {
    position: relative;
    height: 0;
    padding: 0 0 33.33% 0;
  }
}

/* ## 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 ticker-animation {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(-100%);
  }
}
@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 {
  position: absolute;
  top: 0.8rem;
  left: 0;
  width: 100%;
  z-index: 10;
}
#breadcrumbs .breadcrumbs__text {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  margin: 0;
  padding: 0;
}
#breadcrumbs .breadcrumbs__text a {
  font-weight: 400;
  text-decoration: none;
}
#breadcrumbs .breadcrumbs__text a:hover {
  text-decoration: underline;
}
#breadcrumbs .breadcrumbs__text .delimeter {
  margin: 0 0.4rem;
}
#breadcrumbs .breadcrumbs__text .breadcrumb_last {
  font-weight: 700;
}
#breadcrumbs.white-text p {
  text-shadow: 0.2rem 0.2rem 0.2rem rgba(0, 0, 0, 0.3);
}

/* Star-container
--------------------------------------------- */
.star-container {
  display: flex;
  margin: 0;
  gap: 0.1rem;
}
.star-container .star-wrap {
  position: relative;
}
.star-container svg {
  color: #FFB814;
  height: 1.2rem;
  width: auto;
}

p.inline-rating {
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  font-size: 1.6rem;
}
p.inline-rating .star-container {
  margin: 0 0.8rem;
  position: relative;
  top: -0.1rem;
}
p.inline-rating strong {
  display: block;
  margin-left: 0.8rem;
}

/* ## Wrap
--------------------------------------------- */
#main {
  margin: 17rem 0 0 0;
  position: relative;
  display: flex;
  flex-direction: column;
  background: #E3E7EF;
  z-index: 5;
}
@media only screen and (max-width: 1023px) {
  #main {
    margin: 8.3rem 0 0 0;
  }
}

.wrap {
  max-width: 151rem;
  padding: 0 2rem;
  margin: 0 auto;
  position: relative;
}
.wrap__full-width {
  max-width: 100%;
}
.wrap__inner-wrap {
  max-width: 118rem;
}
.wrap__text-wrap {
  max-width: 82rem;
}

/* ## Sections
--------------------------------------------- */
.content-row {
  padding-top: 6.4rem;
  padding-bottom: 2.8rem;
  position: relative;
}
.content-row.no-p-top {
  padding-top: 0;
}
.content-row.google-maps {
  padding: 0;
}
@media only screen and (max-width: 1023px) {
  .content-row {
    padding-top: 4.8rem;
    padding-bottom: 0.4rem;
  }
}

.has-top-bar-light-blue:before {
  top: 0;
  left: 0;
  right: 0;
  height: 50%;
  background: #E3E7EF;
  display: block;
  position: absolute;
  content: "";
}

.spacing-row {
  margin-top: 8rem;
  margin-bottom: 8rem;
}

.section-title {
  margin-bottom: 3.6rem;
}

/* ## Lay-out styling
--------------------------------------------- */
.small-gap {
  gap: 1.6rem;
}

.medium-gap {
  gap: 3.2rem;
}

.large-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: 1280px) {
  .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);
  }
}

.sticky {
  position: sticky !important;
  top: 20.6rem;
}

/* ## WP defaults
--------------------------------------------- */
.gallery {
  box-sizing: border-box;
  display: flex;
  flex: 0 1 auto;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 0 -2rem 1rem -2rem;
}
.gallery .gallery-item {
  margin: 0;
  box-sizing: border-box;
  flex: 0 0 auto;
  padding: 0 2rem 2rem 2rem;
}
.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;
  margin: 0 0 3.6rem 0;
}

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

/* ## Text
--------------------------------------------- */
a {
  text-decoration: underline;
  color: #2A356D;
  font-weight: 600;
}
a:hover {
  text-decoration: none;
  color: #000;
}
a.text-link {
  color: #000;
}

p,
label,
address,
td,
th,
li {
  font: 400 1.8rem/3.6rem "Rajdhani", sans-serif;
  color: #000;
  margin: 0 0 3.6rem 0;
}
@media only screen and (max-width: 1023px) {
  p,
  label,
  address,
  td,
  th,
  li {
    font: 400 1.6rem/2 "Rajdhani", sans-serif;
  }
}

.smaller,
small {
  font-size: 1.6rem;
}
@media only screen and (max-width: 1023px) {
  .smaller,
  small {
    font-size: 1.4rem;
  }
}

.bigger {
  font-size: 2rem;
}

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

hr {
  margin: 0 0 3.6rem 0;
  padding: 0;
  border: 0;
  height: 1px;
  background: #000;
  display: block;
}

div#wpadminbar ul {
  display: block;
}

ul,
ol {
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
  padding: 0;
  margin: 0 0 3.6rem 0;
}
ul li,
ol li {
  display: block;
  position: relative;
  margin: 0;
  padding: 0 0 0 2rem;
  line-height: 1.5;
}
ul li:before,
ol li:before {
  display: block;
  height: 0.6rem;
  width: 0.6rem;
  background: #2E9BE8;
  border-radius: 50%;
  position: absolute;
  top: 1rem;
  left: 0;
  content: "";
}
ul.two-columns,
ol.two-columns {
  -moz-column-gap: 3.6rem;
       column-gap: 3.6rem;
  -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: 3.6rem;
       column-gap: 3.6rem;
  -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;
  }
}

.subtitle {
  display: block;
  font: 700 2.8rem/1.5 "Rajdhani", sans-serif;
  margin-bottom: -3.2rem;
}
@media only screen and (max-width: 1023px) {
  .subtitle {
    font: 700 2rem/1.5 "Rajdhani", sans-serif;
  }
}

.bg-dark-blue .subtitle,
.bg-product-blue .subtitle {
  color: #FFF;
}

ul.green-checks {
  display: flex;
  flex-direction: column;
}
ul.green-checks.inline {
  flex-direction: row;
  gap: 0.8rem 3.2rem;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
ul.green-checks li {
  padding-left: 2.8rem;
  font-weight: 700;
}
ul.green-checks li:before {
  height: 2rem;
  width: 2rem;
  background: #56D8B9 !important;
  border-radius: 50%;
  top: 0.2rem;
  left: 0;
}
ul.green-checks li:after {
  display: block;
  height: 2rem;
  width: 2rem;
  content: "";
  background-image: url("../img/custom-icons/check.svg");
  background-size: 1.2rem auto;
  background-position: center center;
  background-repeat: no-repeat;
  top: 0.2rem;
  left: 0;
  position: absolute;
  filter: brightness(0) invert(1);
}

ul.blue-pills {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 0.8rem;
}
ul.blue-pills li {
  display: flex;
  padding: 0.4rem 1.6rem;
  border-radius: 2rem;
  background: #2A356D;
  color: #FFF;
  margin: 0;
  box-shadow: 0rem 0.4rem 0.4rem 0rem rgba(0, 0, 0, 0.16);
}
ul.blue-pills li:before {
  display: none;
}

p.green-check {
  position: relative;
  padding-left: 2.8rem;
  margin: 0;
  line-height: 1.5;
}
p.green-check:before {
  height: 2rem;
  width: 2rem;
  background: #56D8B9;
  border-radius: 50%;
  top: 0.2rem;
  left: 0;
  background: #56D8B9;
  display: block;
  position: absolute;
  content: "";
}
p.green-check:after {
  display: block;
  height: 2rem;
  width: 2rem;
  content: "";
  background-image: url("../img/custom-icons/check.svg");
  background-size: 1.2rem auto;
  background-position: center center;
  background-repeat: no-repeat;
  top: 0.2rem;
  left: 0;
  position: absolute;
  filter: brightness(0) invert(1);
}

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

blockquote {
  position: relative;
  display: block;
  margin: 0 0 3.6rem 0;
}
blockquote p {
  margin: 0;
  padding: 0;
  color: #2A356D;
}
blockquote p:not(.name) {
  font: 100 4.8rem/1.5 "Rajdhani", sans-serif;
}
blockquote p:not(.name):before {
  content: "“";
}
blockquote p:not(.name):after {
  content: "”";
}
blockquote p.name {
  display: block;
  width: 100%;
  font: 500 2.4rem/1.5 "Rajdhani", sans-serif;
  margin-top: 1.2rem;
}
@media only screen and (max-width: 1023px) {
  blockquote p:not(.name) {
    font: 100 2.4rem/1.5 "Rajdhani", sans-serif;
  }
  blockquote p.name {
    font: 500 1.8rem/1.5 "Rajdhani", sans-serif;
  }
}
blockquote.with-img {
  display: flex;
  flex-direction: row;
  align-items: center;
}
blockquote.with-img .feat-img {
  width: 20rem;
  height: 20rem;
  display: block;
  position: relative;
  border-radius: 50%;
}
blockquote.with-img .feat-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
}
blockquote.with-img .text {
  width: calc(100% - 24rem);
  margin-left: 4rem;
}
@media only screen and (max-width: 640px) {
  blockquote.with-img {
    flex-direction: column;
    gap: 3.2rem 0;
  }
  blockquote.with-img .text {
    width: 100%;
  }
}

table {
  margin: 0 0 3.6rem 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 h4, .white-text .h4,
.white-text h5, .white-text .h5,
.white-text ul li,
.white-text ol li,
.white-text ul li:before,
.white-text ol li:before,
.white-text label,
.white-text address,
.white-text p,
.white-text span,
.white-text i,
.white-text a,
.white-text legend {
  color: #FFF;
}
.white-text ul li:before {
  background: #FFF;
}
.white-text ol li:before {
  color: #FFF;
}

/* ## Heading styling
--------------------------------------------- */
h1, .h1 {
  font: 700 6rem/1 "Rajdhani", sans-serif;
  color: #2A356D;
  padding: 0;
  margin: 0 0 1.6rem 0;
}
h1.x-large, .h1.x-large {
  font: 700 7.2rem/1 "Rajdhani", sans-serif;
}
@media only screen and (max-width: 1023px) {
  h1, .h1 {
    font: 700 3.2rem/1 "Rajdhani", sans-serif;
  }
  h1.x-large, .h1.x-large {
    font: 700 4rem/1 "Rajdhani", sans-serif;
  }
}

h2, .h2 {
  font: 700 4.8rem/1.25 "Rajdhani", sans-serif;
  color: #2A356D;
  padding: 0;
  margin: 0 0 1.2rem 0;
}
@media only screen and (max-width: 1023px) {
  h2, .h2 {
    font: 700 2.4rem/1.25 "Rajdhani", sans-serif;
  }
}

h3, .h3 {
  font: 700 3.2rem/1.25 "Rajdhani", sans-serif;
  color: #2A356D;
  padding: 0;
  margin: 0 0 1.2rem 0;
}
@media only screen and (max-width: 1023px) {
  h3, .h3 {
    font: 700 2rem/1.25 "Rajdhani", sans-serif;
  }
}

h4, .h4 {
  font: 700 2.6rem/1.25 "Rajdhani", sans-serif;
  color: #2A356D;
  padding: 0;
  margin: 0 0 1.2rem 0;
}
@media only screen and (max-width: 1023px) {
  h4, .h4 {
    font: 700 1.8rem/1.25 "Rajdhani", sans-serif;
  }
}

h5, .h5 {
  font: 700 2rem/2 "Rajdhani", sans-serif;
  color: #2A356D;
  padding: 0;
  margin: 0 0 3.2rem 0;
}
@media only screen and (max-width: 1023px) {
  h5, .h5 {
    font: 700 1.6rem/1.25 "Rajdhani", sans-serif;
  }
}

/* ## Cards
--------------------------------------------- */
.card {
  position: relative;
  padding: 3.2rem;
  display: flex;
  flex-direction: column;
  margin: 0 0 3.6rem 0;
  border-radius: 3rem;
}
@media only screen and (max-width: 1023px) {
  .card {
    padding: 2.4rem;
  }
}
.card > :last-child {
  margin-bottom: 0;
}

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

.with-shadow {
  box-shadow: 0rem 0.4rem 0.4rem 0rem rgba(0, 0, 0, 0.16);
}

.text-block .title {
  display: flex;
}
.text-block .title .logo {
  margin-right: 1.6rem;
  margin-bottom: 1.6rem;
}

.author-block {
  margin-left: 7rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  flex-direction: row;
  padding-top: 7rem;
  padding-bottom: 7rem;
}
.author-block .feat-img {
  display: block;
  position: relative;
  width: 14rem;
  height: 14rem;
  border-radius: 50%;
  border: 0.6rem solid #FFF;
  box-shadow: 0rem 0.4rem 0.4rem 0rem rgba(0, 0, 0, 0.16);
  margin-left: -14rem;
  padding: 0;
}
.author-block .feat-img img {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 50%;
}
.author-block .text {
  width: calc(100% - 7rem);
  margin-left: 7rem;
  position: relative;
  padding-left: 7rem;
}
.author-block .text p {
  font-weight: 700;
}
.author-block .text p:last-child {
  margin-bottom: 0;
}
.author-block .text:before {
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 0.2rem;
  background: #2E9BE8;
  content: "";
}
@media only screen and (max-width: 1023px) {
  .author-block {
    flex-direction: column;
    padding-left: 2rem;
    padding-right: 2rem;
    margin-left: 0;
  }
  .author-block .feat-img {
    margin: -6.4rem 0 0 0;
  }
  .author-block .text {
    margin-left: 0;
    padding-left: 0;
    width: 100%;
  }
  .author-block .text:before {
    height: 0.2rem;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    margin-top: 3.6rem;
    margin-bottom: 3.6rem;
    display: block;
    position: relative;
  }
}

.product-tabs {
  margin: 0 0 3.6rem 0;
}
.product-tabs__buttons ul {
  display: flex;
  margin: 0;
  padding: 0;
  gap: 0.1rem;
  flex-direction: row;
}
.product-tabs__buttons ul li {
  display: flex;
  margin: 0;
  padding: 0;
}
.product-tabs__buttons ul li:before {
  display: none;
}
.product-tabs__buttons ul li a {
  font: 700 3.2rem/1.5 "Rajdhani", sans-serif;
  text-decoration: none;
  display: flex;
  padding: 1.6rem 3.2rem;
  border-radius: 3rem 3rem 0 0;
  color: #000;
}
.product-tabs__content .tab-content {
  display: none;
}
.product-tabs__content .card {
  margin: 0;
  border-radius: 0 0 3rem 3rem;
}
@media only screen and (max-width: 1023px) {
  .product-tabs__buttons ul {
    flex-direction: column;
  }
  .product-tabs__buttons ul li {
    width: 100%;
  }
  .product-tabs__buttons ul li a {
    width: 100%;
    font-size: 1.8rem;
  }
  .product-tabs__buttons ul li:not(:first-child) a {
    border-radius: 0;
  }
}

#process {
  overflow: hidden;
}
#process .slider-arrows {
  z-index: 50;
}
#process .slider-arrows button {
  z-index: 50;
  background: #07FEBF;
  color: #000;
  height: 4.6rem;
  width: 4.6rem;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
#process .slider-arrows button.swiper-button-disabled {
  opacity: 0;
}
#process .slider-arrows .swiper-button-prev {
  left: 0;
}
#process .slider-arrows .swiper-button-next {
  right: 0;
}
@media only screen and (max-width: 1023px) {
  #process .slider-arrows .swiper-button-prev {
    left: -1.2rem;
  }
  #process .slider-arrows .swiper-button-next {
    right: -1.2rem;
  }
}
#process .swiper-slide {
  height: auto;
  padding: 0;
}
#process .wrap {
  display: flex;
  gap: 0;
  flex-wrap: wrap;
  justify-content: space-between;
}
#process .wrap > .text {
  width: 38rem;
  position: relative;
  z-index: 20;
}
#process .wrap > .text p,
#process .wrap > .text h2,
#process .wrap > .text h3,
#process .wrap > .text h4,
#process .wrap > .text h5,
#process .wrap > .text ul {
  position: relative;
}
#process .wrap .slider {
  position: relative;
  width: calc(100% - 38.4rem);
}
#process .wrap .swiper {
  padding-top: 4.5rem;
}
@media only screen and (max-width: 1023px) {
  #process .wrap {
    flex-direction: column;
  }
  #process .wrap > .text {
    width: 100%;
  }
  #process .wrap .slider {
    width: 100%;
  }
}
#process .slider-container {
  position: relative;
}
#process .slider-container .step-slider {
  margin: 0 4rem;
  position: relative;
}
@media only screen and (max-width: 1023px) {
  #process .slider-container {
    padding: 0;
    position: relative;
  }
  #process .slider-container .step-slider {
    overflow: hidden;
    margin: 0 0;
    position: relative;
    padding-top: 4rem;
  }
}

.step-block {
  position: relative;
}
.step-block .feat-img img {
  border-radius: 3rem 3rem 0 0;
}
.step-block .step-text-container {
  padding: 3.2rem 3.2rem 0 3.2rem;
}
.step-block .step-text-container p {
  line-height: 2.2rem;
}
@media only screen and (max-width: 1023px) {
  .step-block .step-text-container {
    padding: 3.2rem 2.4rem 0 2.4rem;
  }
}
.step-block .step {
  height: 9rem;
  width: 9rem;
  background: #2E9BE8;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  position: absolute;
  top: -4.5rem;
  left: 0rem;
  flex-direction: column;
  z-index: 5;
}
.step-block .step p {
  color: #FFF;
  margin: 0;
  line-height: 1;
  font-weight: 700;
}
@media only screen and (max-width: 1023px) {
  .step-block .step {
    height: 8rem;
    width: 8rem;
    top: -4rem;
  }
}

#certificates {
  overflow: hidden;
}

.certificates {
  display: flex;
  padding: 0;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
  gap: 6.4rem;
  position: relative;
}
.certificates li {
  display: flex;
  margin: 0;
  padding: 0;
  width: auto;
  min-width: 10rem;
}
.certificates li:before {
  display: none;
}
.certificates li .img-wrap {
  height: 6rem;
  width: auto;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.certificates li .img-wrap img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}
@media only screen and (max-width: 1023px) {
  .certificates li .img-wrap {
    height: 4.8rem;
  }
}
@media only screen and (max-width: 1023px) {
  .certificates {
    flex-wrap: nowrap;
  }
}

#info-tabs-container {
  position: relative;
  display: flex;
  justify-content: space-between;
}
#info-tabs-container .tab-buttons {
  width: 42rem;
}
#info-tabs-container .tab-buttons ul {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
}
#info-tabs-container .tab-buttons ul li {
  display: flex;
  margin: 0;
  padding: 0 4rem 0 0;
  width: 100%;
  transition: all 0.5s cubic-bezier(0.86, 0, 0.07, 1);
}
#info-tabs-container .tab-buttons ul li.active-tab {
  padding-right: 0;
}
#info-tabs-container .tab-buttons ul li.active-tab a .rounded-arrow svg {
  transform: scaleX(-100%);
}
#info-tabs-container .tab-buttons ul li:before {
  display: none;
}
#info-tabs-container .tab-buttons ul li a {
  display: flex;
  padding: 1.2rem 2.4rem;
  width: 100%;
  text-decoration: none;
  border-radius: 2rem;
  font: 700 2rem/1.25 "Rajdhani", sans-serif;
  color: #000;
  position: relative;
}
#info-tabs-container .tab-buttons ul li a .rounded-arrow {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(50%, -50%);
}
#info-tabs-container .tab-buttons ul li a .rounded-arrow svg {
  transition: all 0.5s cubic-bezier(0.86, 0, 0.07, 1);
}
#info-tabs-container #info-tabs-content {
  width: calc(100% - 50rem);
}
#info-tabs-container #info-tabs-content .tab-content {
  display: flex;
  justify-content: space-between;
}
#info-tabs-container #info-tabs-content .text, #info-tabs-container #info-tabs-content .feat-img {
  width: calc(50% - 2rem);
}
@media only screen and (max-width: 1023px) {
  #info-tabs-container {
    flex-direction: column;
  }
  #info-tabs-container .tab-buttons,
  #info-tabs-container #info-tabs-content {
    width: 100%;
  }
  #info-tabs-container .tab-buttons ul li.active-tab a .rounded-arrow {
    transform: rotate(-90deg);
  }
}
@media only screen and (max-width: 640px) {
  #info-tabs-container #info-tabs-content .tab-content {
    flex-direction: column;
  }
  #info-tabs-container #info-tabs-content .text, #info-tabs-container #info-tabs-content .feat-img {
    width: 100%;
  }
}

/* ## Forms styling
--------------------------------------------- */
label, legend {
  display: block;
  margin: 0 0 0.4rem 0;
  padding: 0;
  position: relative;
  font: 600 1.6rem/1.5 "Rajdhani", sans-serif;
}

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: 1.7rem 1.6rem;
  font: 400 1.8rem/1.25 "Rajdhani", sans-serif;
  color: #000;
  margin: 0;
  border: 1px solid #D5D5D5;
  border-radius: 0.5rem;
  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: #2E9BE8;
}

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 #D5D5D5;
  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: #000;
  height: 1rem;
  width: 1rem;
  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%;
  inset: 0.2rem 0 0 0;
}
input[type=radio]:checked + label:after, input[type=radio]:checked + span:after, input[type=radio]:checked + td:after {
  content: "";
  border-radius: 50%;
  inset: 0.5rem 0 0 0.3rem;
  background: #2E9BE8;
}

.radio-pills input[type=radio] + label, .radio-pills input[type=radio] + span, .radio-pills input[type=radio] + td {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.7rem 2.4rem;
  font: 600 1.8rem/2.4rem "Rajdhani", sans-serif;
  border: 1px solid #FFF;
  border-radius: 0.5rem;
  background: #FFF;
  color: #000 !important;
}
.radio-pills input[type=radio] + label:before, .radio-pills input[type=radio] + span:before, .radio-pills input[type=radio] + td:before {
  display: none;
}
.radio-pills input[type=radio]:checked + label, .radio-pills input[type=radio]:checked + span, .radio-pills input[type=radio]:checked + td {
  background: #2E9BE8;
  color: #FFF !important;
  border-color: #2E9BE8;
}
.radio-pills input[type=radio]:checked + label:after, .radio-pills input[type=radio]:checked + span:after, .radio-pills input[type=radio]:checked + td:after {
  display: none;
}
.radio-pills .gfield_radio {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.8rem;
}
@media only screen and (max-width: 750px) {
  .radio-pills .gfield_radio {
    grid-template-columns: minmax(0, 1fr);
  }
}
.radio-pills .gfield_radio .gchoice {
  margin: 0 !important;
}

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

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

::-webkit-input-placeholder {
  color: #757575;
}

:-moz-placeholder {
  color: #757575;
}

::-moz-placeholder {
  color: #757575;
}

:-ms-input- {
  color: #757575;
}

/* ## Gravity forms addons
--------------------------------------------- */
.gform_wrapper {
  margin: 0 0 3.6rem 0;
  position: relative;
}
.gform_wrapper .gform_fields {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 2.4rem;
  position: relative;
}
.gform_wrapper .gfield {
  position: relative;
  width: 100%;
}
.gform_wrapper .gfield--width-half {
  width: calc(50% - 1.2rem);
}
.gform_wrapper .gfield--type-hidden {
  display: none;
}
@media only screen and (max-width: 750px) {
  .gform_wrapper .gfield {
    width: 100%;
  }
}
.gform_wrapper .gchoice {
  position: relative;
}
.gform_wrapper .gchoice:not(:last-child) {
  margin-bottom: 10px;
}

.ginput_container_checkbox,
.ginput_container_radio {
  margin: 0.5rem 0 0 0;
}

.gform_footer, .gform_page_footer {
  display: flex;
  justify-content: flex-end;
  position: inherit;
  padding-top: 2.4rem;
}

.gform_page_footer {
  justify-content: space-between;
  gap: 0.8rem;
}
.gform_page_footer .gform_next_button {
  margin-left: auto;
}

.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,
.gform_validation_errors p {
  font-style: normal;
  font-size: 1.6rem;
  line-height: 1.5;
  display: flex;
  margin: 0;
}

.gform_validation_errors p {
  margin-bottom: 2.4rem;
}

.gfield_validation_message {
  margin-top: 0.8rem;
}

.gfield_validation_message {
  color: red;
}

.gfield_required {
  margin: 0 0 0 0.2rem;
  color: red;
}

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

.gfield_html p {
  margin: 0;
}

.gf_progressbar {
  display: none;
  position: relative;
  height: 2.4rem;
  border-radius: 3rem;
  background: #FFF;
  margin: 0 0 3.6rem 0;
  overflow: hidden;
}
.gf_progressbar .gf_progressbar_percentage {
  display: flex;
  position: absolute;
  align-items: center;
  justify-content: center;
  color: #FFF;
  background: #2E9BE8;
  border-radius: 3rem 0 0 3rem;
  top: 0;
  bottom: 0;
  left: 0;
}

.gf_progressbar_title {
  font: 700 3.2rem/1.5 "Rajdhani", sans-serif;
  margin: 0 0 2.4rem 0;
}
.gf_progressbar_title .gf_step_current_page {
  color: #07FEBF;
}

/* ## Select2 styling
--------------------------------------------- */
.select2-container--default .select2-selection--single {
  height: 4.2rem !important;
  border-radius: 0.5rem !important;
  border: 1px solid #000 !important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  padding: 1rem 1.5rem !important;
  font: 400 1.6rem/1.25 "Rajdhani", sans-serif !important;
  border-radius: 0.5rem;
  background: #FFF url("../img/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 "Rajdhani", sans-serif !important;
}
ul.select2-results__options li:before {
  display: none;
}

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

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

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

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

.bg-white {
  background: #FFF;
}

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

.bg-light-gray {
  background: #D5D5D5;
}

.light-gray-color {
  color: #D5D5D5 !important;
}

.bg-red {
  background: red;
}

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

.bg-green {
  background: #07FEBF;
}

.green-color {
  color: #07FEBF !important;
}

.bg-yellow {
  background: #FFEB88;
}

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

.bg-purple {
  background: #B6B5D6;
}

.purple-color {
  color: #B6B5D6 !important;
}

.bg-pink {
  background: #F2D2D6;
}

.pink-color {
  color: #F2D2D6 !important;
}

.bg-light-blue {
  background: #E3E7EF;
}

.light-blue-color {
  color: #E3E7EF !important;
}

.bg-medium-blue {
  background: #2E9BE8;
}

.medium-blue-color {
  color: #2E9BE8 !important;
}

.bg-dark-blue {
  background: #2A356D;
}

.dark-blue-color {
  color: #2A356D !important;
}

.bg-product-blue {
  background: #8FC2E6;
}

.product-blue-color {
  color: #8FC2E6 !important;
}

.bg-medium-green {
  background: #56D8B9;
}

.medium-green-color {
  color: #56D8B9 !important;
}

/* ## Buttons
--------------------------------------------- */
.button,
input[type=submit],
button[type=submit] {
  cursor: pointer;
  display: inline-block;
  position: relative;
  padding: 1.7rem 2.4rem;
  font: 600 1.8rem/2.4rem "Rajdhani", sans-serif;
  border: 1px solid #000;
  border-radius: 0.5rem;
  text-decoration: none;
  margin: 0;
  text-align: center;
  cursor: pointer;
  transition: all 0.5s cubic-bezier(0.86, 0, 0.07, 1);
}
.button.button__green, .button.gform_next_button,
input[type=submit].button__green,
input[type=submit].gform_next_button,
button[type=submit].button__green,
button[type=submit].gform_next_button {
  background: #07FEBF;
  border-color: #07FEBF;
  color: #000 !important;
}
.button.button__blue,
input[type=submit].button__blue,
button[type=submit].button__blue {
  background: #2A356D;
  border-color: #2A356D;
  color: #FFF;
}
.button.button__medium-blue,
input[type=submit].button__medium-blue,
button[type=submit].button__medium-blue {
  background: #2E9BE8;
  border-color: #2E9BE8;
  color: #FFF;
}
.button.button__white,
input[type=submit].button__white,
button[type=submit].button__white {
  background: #FFF;
  border-color: #FFF;
  color: #000;
}
.button.button__blank,
input[type=submit].button__blank,
button[type=submit].button__blank {
  background: none;
  border-color: transparent;
  color: #000;
  text-decoration: underline;
}
.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 {
  transform: scale(1.1);
  box-shadow: 0rem 0.4rem 0.4rem 0rem rgba(0, 0, 0, 0.16);
}
.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;
}

.rounded-arrow {
  height: 3.2rem;
  width: 3.2rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #2A356D;
  border: 0.3rem solid #FFF;
  position: relative;
}
.rounded-arrow .icon {
  height: 3.2rem;
  width: auto;
  color: #FFF;
  transition: all 0.5s cubic-bezier(0.86, 0, 0.07, 1);
}
.rounded-arrow:hover .icon {
  transform: scale(1.1) translateX(0.2rem);
}

.button__search-submit, button.button__search-submit {
  background: none;
  border: 0;
  padding-left: 1.6rem;
  padding-right: 1.6rem;
}
.button__search-submit svg, button.button__search-submit svg {
  height: 2.4rem;
  width: auto;
}

.button-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 1.6rem;
}
.button-wrap.align-center {
  justify-content: center;
}

.responsive-iframe-wrapper,
.responsive-video-wrapper {
  position: relative;
  padding: 0 0 56.25% 0;
  height: 0;
  margin: 0 0 3.6rem 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;
}

a[data-fancybox=video] .play-button {
  height: 11rem;
  width: 11rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  inset: 50% 0 0 50%;
  transform: translate(-50%, -50%);
  background: #2A356D;
}
a[data-fancybox=video] .play-button svg {
  filter: brightness(0) invert(1);
  transition: all 0.5s cubic-bezier(0.86, 0, 0.07, 1);
  transform: translateX(0.2rem);
  height: 2rem;
  width: auto;
}
a[data-fancybox=video]:hover .play-button svg {
  transform: translateX(0.2rem) scale(1.25);
}
a[data-fancybox=video] img {
  width: 100%;
  height: auto;
}

/* Sm icons
--------------------------------------------- */
.sm-icons {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin: 0 0 3.6rem 0;
  padding: 0;
  gap: 0.8rem;
}
.sm-icons li {
  margin: 0;
  padding: 0;
}
.sm-icons li:before {
  display: none;
}
.sm-icons li a {
  display: flex;
  height: 4.4rem;
  width: 4.4rem;
  align-items: center;
  justify-content: center;
  color: #000;
  background: #07FEBF;
  border-radius: 50%;
}
.sm-icons li svg {
  height: 1.6rem;
  width: auto;
  transition: all 0.5s cubic-bezier(0.86, 0, 0.07, 1);
}
.sm-icons li:before {
  display: none;
}
.sm-icons li:hover svg {
  transform: scale(1.1);
}

/* Sm share buttons
--------------------------------------------- */
.sm-share-buttons {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 0 0 3.6rem 0;
  padding: 0;
  gap: 0.8rem;
}
.sm-share-buttons li {
  display: flex;
  margin: 0;
  padding: 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;
  background: #FFF;
  box-shadow: 0rem 0.4rem 0.4rem 0rem rgba(0, 0, 0, 0.16);
  transition: all 0.5s cubic-bezier(0.86, 0, 0.07, 1);
}
.sm-share-buttons li a svg {
  transition: all 0.5s cubic-bezier(0.86, 0, 0.07, 1);
}
.sm-share-buttons li.youtube a {
  color: #E9654B;
}
.sm-share-buttons li.instagram a {
  color: #d6249f;
}
.sm-share-buttons li.facebook a {
  color: #537BBD;
}
.sm-share-buttons li.twitter a {
  color: #71CAEE;
}
.sm-share-buttons li.linkedin a {
  color: #2085C7;
}
.sm-share-buttons li.whatsapp a {
  color: #25D366;
}
.sm-share-buttons li.email a {
  color: #2E9BE8;
}
.sm-share-buttons li.pinterest a {
  color: #EB5755;
}
.sm-share-buttons li:hover a {
  box-shadow: 0rem 0.4rem 0.4rem 0rem rgba(0, 0, 0, 0.16);
}
.sm-share-buttons li:hover svg {
  transform: scale(1.25);
}

.contact-options {
  gap: 0.4rem;
  display: flex;
  flex-direction: column;
}
.contact-options li {
  margin: 0;
  padding: 0;
}
.contact-options li:before {
  display: none;
}
.contact-options li a {
  display: flex;
  padding-left: 2.8rem;
  position: relative;
  text-decoration: none;
  font-weight: 400;
}
.contact-options li a .icon {
  position: absolute;
  top: 0;
  left: 0;
}
.contact-options li a .icon svg {
  height: 1.8rem;
  width: auto;
  color: #2A356D;
  position: relative;
  top: 0.1rem;
}

.pagination {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 0.8rem;
  margin: 0 0 3.6rem 0;
}
.pagination .page-numbers {
  height: 6rem;
  width: 6rem;
  border-radius: 0.5rem;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #FFF;
  color: #000;
  font-weight: 700;
  border: 1px solid #2E9BE8;
}
.pagination .page-numbers.current {
  background: #2E9BE8;
  color: #FFF;
}
.pagination .page-numbers.next, .pagination .page-numbers.prev {
  background: none;
  border: 0;
}
.pagination a:hover {
  background: #E3E7EF;
}

.swiper-buttons {
  display: flex;
  align-items: center;
  gap: 1.6rem;
}
.swiper-buttons button {
  background: none;
  padding: 0;
  color: #FFF;
  margin: 0;
  border: 0;
  height: auto;
  width: auto;
  cursor: pointer;
}

.slider-arrows button:after {
  display: none !important;
}

.swiper-pagination {
  display: flex;
  align-items: center;
  gap: 1.2rem;
  justify-content: center;
}
.swiper-pagination .swiper-pagination-bullet {
  height: 1.2rem;
  width: 1.2rem;
  background: #FFF;
  border-radius: 50%;
  display: flex;
  position: relative;
  transition: all 0.5s cubic-bezier(0.86, 0, 0.07, 1);
  line-height: 1;
}
.swiper-pagination .swiper-pagination-bullet:before {
  content: "";
  inset: -0.6rem;
  border: 0.2rem solid transparent;
  display: flex;
  border-radius: 50%;
  position: absolute;
  transition: all 0.5s cubic-bezier(0.86, 0, 0.07, 1);
}
.swiper-pagination .swiper-pagination-bullet-active {
  background: #2E9BE8;
}
.swiper-pagination .swiper-pagination-bullet-active:before {
  border-color: #FFF;
}

#CybotCookiebotDialog ul li:before,
#CookiebotWidget ul li:before {
  display: none;
}
#CybotCookiebotDialog ul#CybotCookiebotDialogNavList,
#CookiebotWidget ul#CybotCookiebotDialogNavList {
  flex-direction: row;
}
#CybotCookiebotDialog input[type=checkbox] + label:before, #CybotCookiebotDialog input[type=checkbox] + span:before, #CybotCookiebotDialog input[type=checkbox] + td:before,
#CookiebotWidget input[type=checkbox] + label:before,
#CookiebotWidget input[type=checkbox] + span:before,
#CookiebotWidget input[type=checkbox] + td:before {
  top: 4px !important;
}
#CybotCookiebotDialog input[type=checkbox]:checked + label:after, #CybotCookiebotDialog input[type=checkbox]:checked + span:after, #CybotCookiebotDialog input[type=checkbox]:checked + td:after,
#CookiebotWidget input[type=checkbox]:checked + label:after,
#CookiebotWidget input[type=checkbox]:checked + span:after,
#CookiebotWidget input[type=checkbox]:checked + td:after {
  display: none !important;
}
#CybotCookiebotDialog .CybotCookiebotDialogDetailBodyContentCookieContainerButton,
#CookiebotWidget .CybotCookiebotDialogDetailBodyContentCookieContainerButton {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  gap: 2rem;
}
#CybotCookiebotDialog .CybotCookiebotDialogDetailBodyContentCookieContainerButton label,
#CookiebotWidget .CybotCookiebotDialogDetailBodyContentCookieContainerButton label {
  transform: translate(0) !important;
}
#CybotCookiebotDialog .CybotCookiebotDialogDetailBulkConsentCount,
#CookiebotWidget .CybotCookiebotDialogDetailBulkConsentCount {
  color: #FFF;
}

#blockquote .quote-wrap {
  position: relative;
  border-radius: 3rem;
  padding: 4rem;
}
@media only screen and (max-width: 750px) {
  #blockquote .quote-wrap {
    padding: 3rem 2rem;
  }
}
#blockquote .quote-wrap .content p:last-child {
  margin-bottom: 0;
}
#blockquote .quote-wrap .quote {
  position: relative;
  background: #FFF;
  border-radius: 3rem;
  padding: 2.6rem;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
#blockquote .quote-wrap .quote blockquote {
  position: relative;
  margin-bottom: 1.2rem;
}
#blockquote .quote-wrap .quote blockquote p {
  position: relative;
  font: 100 2rem/1.5 "Rajdhani", sans-serif;
  color: #2A356D;
  padding: 0 3.6rem;
}
#blockquote .quote-wrap .quote blockquote p:before {
  left: 0;
  top: 2rem;
}
#blockquote .quote-wrap .quote blockquote p:after {
  right: 0;
  bottom: -2rem;
}
#blockquote .quote-wrap .quote blockquote p:before, #blockquote .quote-wrap .quote blockquote p:after {
  position: absolute;
  color: #07FEBF;
  font-size: 8rem;
  font-weight: bold;
  line-height: 10px;
}
#blockquote .quote-wrap .quote .quote-person {
  font: 100 2rem/1.5 "Rajdhani", sans-serif;
  color: #2A356D;
}

/* # Blocks SCSS files
---------------------------------------------------------------------------------------------------- */
/* # Header index
---------------------------------------------------------------------------------------------------- */
/* Main-header
--------------------------------------------- */
.main-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 250;
  width: 100%;
  height: 17rem;
  background: #FFF;
  box-shadow: 0rem 0.4rem 0.4rem 0rem rgba(0, 0, 0, 0.16);
}
.main-header #mob-search-toggle {
  display: none;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background: none;
  padding: 0;
  border: 0;
  margin: 0;
}
.main-header #mob-search-toggle .icon {
  display: flex;
  height: 2rem;
  margin: 0 0 0.4rem 0;
}
.main-header #mob-search-toggle .icon svg {
  height: 100%;
  width: auto;
}
.main-header #mob-search-toggle .text {
  font: 700 1.2rem/1.25 "Rajdhani", sans-serif;
  color: #000;
}
.main-header .site-logo-alt {
  display: none;
}
@media only screen and (max-width: 1023px) {
  .main-header {
    height: 8.3rem;
  }
  .main-header .site-logo {
    display: none;
  }
  .main-header .site-logo-alt {
    display: flex;
    height: 3.4rem;
    width: 13rem;
    align-items: center;
    justify-content: center;
  }
  .main-header #mob-search-toggle {
    display: flex;
  }
}
.main-header .wrap {
  display: flex;
  justify-content: space-between;
}
.main-header .left,
.main-header .right {
  width: calc(50% - 15rem);
}
.main-header .center {
  width: 18rem;
}
@media only screen and (max-width: 1280px) {
  .main-header .left,
  .main-header .right {
    width: calc(50% - 10rem);
  }
  .main-header .center {
    width: 12rem;
  }
}
@media only screen and (max-width: 1023px) {
  .main-header .left, .main-header .right, .main-header .center {
    width: 100%;
    justify-content: center;
    text-align: center;
    align-items: center;
  }
  .main-header .right {
    display: none;
  }
  .main-header .inline-rating {
    margin: -0.4rem auto;
    font-size: 1.2rem;
  }
  .main-header .center {
    display: flex;
    justify-content: space-between;
    padding: 0.4rem 0;
  }
}
.main-header .search-form {
  width: 24rem;
  position: relative;
  display: flex;
  flex-direction: column;
  margin-right: 4rem;
}
@media only screen and (max-width: 1440px) {
  .main-header .search-form {
    margin-right: 2.4rem;
    width: 14rem;
  }
}
@media only screen and (max-width: 1023px) {
  .main-header .search-form {
    display: none;
    position: fixed;
    left: 0;
    right: 0;
    top: 8.3rem;
    z-index: 100;
    width: 100%;
  }
  .main-header .search-form input[type=search] {
    border-radius: 0;
  }
}
.main-header .search-form p {
  margin: 0;
  padding: 0;
  position: relative;
}
.main-header .search-form p label {
  display: none;
}
.main-header .search-form button {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: auto !important;
}
.main-header .search-form button:hover {
  box-shadow: none;
}
.main-header .top__wrap {
  padding: 2.4rem 0;
  border-bottom: 1px solid #D5D5D5;
  margin-bottom: 2.4rem;
  display: flex;
}
@media only screen and (max-width: 1023px) {
  .main-header .top__wrap {
    padding: 0.4rem 0;
    margin: 0;
    border-bottom: 1px solid #D5D5D5;
    width: 100%;
  }
}
.main-header .right .top__wrap {
  justify-content: flex-end;
}

.site-logo {
  display: block;
  position: relative;
  width: 18rem;
}
@media only screen and (max-width: 1280px) {
  .site-logo {
    width: 12rem;
    margin-top: 3rem;
  }
}
@media only screen and (max-width: 1023px) {
  .site-logo {
    margin: 0.8rem auto;
  }
}
.site-logo img {
  height: auto;
  width: 100%;
}

.top-buttons {
  display: flex;
  margin: 0;
  padding: 0;
  gap: 2.4rem;
  align-items: center;
  flex-direction: row;
}
@media only screen and (max-width: 1023px) {
  .top-buttons {
    display: none;
  }
}
.top-buttons li {
  display: flex;
  margin: 0;
  padding: 0;
}
.top-buttons li:before {
  display: none;
}
.top-buttons li a:not(.button) {
  display: flex;
  align-items: center;
  line-height: 2.4rem;
  text-decoration: none;
  font-weight: 600;
}
.top-buttons li a:not(.button) svg {
  margin-right: 0.8rem;
  height: 1.6rem;
  width: auto;
  transform: translateY(0.2rem);
}

/* Top-bar
--------------------------------------------- */
/* Nav-bar
--------------------------------------------- */
.right .nav-bar__menu-wrap {
  align-items: flex-end;
}

.nav-bar {
  position: relative;
}
.nav-bar .wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (max-width: 1023px) {
  .nav-bar .wrap {
    flex-direction: column;
  }
}
.nav-bar__menu-wrap {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-top: -0.4rem;
}
.nav-bar .menu {
  display: flex;
  flex-direction: row;
  justify-content: center;
  padding: 0;
  margin: 0;
  gap: 3.2rem;
}
@media only screen and (max-width: 1280px) {
  .nav-bar .menu {
    gap: 2.4rem;
  }
}
.nav-bar .menu .menu-item {
  position: relative;
  font: 600 1.8rem/2.4rem "Rajdhani", sans-serif;
}
@media only screen and (max-width: 1280px) {
  .nav-bar .menu .menu-item {
    font-size: 1.4rem;
  }
}
.nav-bar .menu .menu-item a {
  display: block;
  color: #000;
  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: #000;
}
.nav-bar .menu .menu-item .menu-item__toggle {
  color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 0.2rem;
}
.nav-bar .menu .menu-item .menu-item__toggle svg {
  height: 1.6rem;
  width: auto;
  transition: all 0.5s cubic-bezier(0.86, 0, 0.07, 1);
}
.nav-bar .menu .menu-item.menu-item-has-children .sub-menu {
  position: absolute;
  top: 100%;
  left: -2.4rem;
  background-color: #FFF;
  transform: scaleY(0);
  visibility: hidden;
  width: 24rem;
  opacity: 0;
  transform-origin: top left;
  border-top: 0.4rem solid #2E9BE8;
  box-shadow: 0rem 0.4rem 0.4rem 0rem rgba(0, 0, 0, 0.16);
  transition: all 0.3s ease-out 0s;
  padding-top: 1.6rem;
  padding-bottom: 1.6rem;
  border-radius: 0.5rem;
}
.nav-bar .menu .menu-item.menu-item-has-children .sub-menu li {
  margin: 0;
  padding: 0;
  font-size: 1.6rem;
}
.nav-bar .menu .menu-item.menu-item-has-children .sub-menu li a {
  color: #000;
  padding: 0.8rem 2.4rem;
  display: flex;
}
.nav-bar .menu .menu-item.menu-item-has-children .sub-menu li a:hover {
  color: #2E9BE8;
}
.nav-bar .menu .menu-item:hover > a {
  color: #2E9BE8;
}
.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;
}
@media only screen and (max-width: 1023px) {
  .nav-bar__menu-wrap {
    display: none;
  }
}

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

/* # 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 .col-2-grid {
  margin-bottom: 3.6rem;
}
@media only screen and (max-width: 1023px) {
  .content-two-columns .col-2-grid {
    gap: 3.2rem 0;
  }
}
.content-two-columns .section__media {
  position: relative;
  height: 100%;
}
.content-two-columns .section__media img {
  border-radius: 3rem;
  margin-left: auto;
  margin-right: auto;
}
.content-two-columns .card .col-2-grid {
  margin-bottom: 0;
}
.content-two-columns .card .section__media {
  margin: -3.2rem -3.2rem -3.2rem 3.2rem;
}
.content-two-columns .card .section__media img {
  border-radius: 0 3rem 3rem 0;
}
@media only screen and (max-width: 1023px) {
  .content-two-columns .card .section__media {
    margin: 0;
  }
  .content-two-columns .card .section__media img {
    border-radius: 3rem;
  }
}
.content-two-columns--reverse .card .section__media {
  margin: -3.2rem 3.2rem -3.2rem -3.2rem;
}
.content-two-columns--reverse .card .section__media img {
  border-radius: 3rem 0 0 3rem;
}
@media only screen and (max-width: 1023px) {
  .content-two-columns--reverse .card .section__media {
    margin: 0;
  }
  .content-two-columns--reverse .card .section__media img {
    border-radius: 3rem;
  }
}
.content-two-columns--reverse .section__media {
  order: -1;
}
.content-two-columns .full-height {
  width: 100%;
  display: block;
  position: absolute;
  top: -3.2rem;
  right: 0;
  bottom: -3.2rem;
}
.content-two-columns .full-height img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (max-width: 1023px) {
  .content-two-columns .full-height {
    height: auto;
    padding: 0;
    position: relative;
    width: 100%;
    inset: 0 0 0 0;
  }
  .content-two-columns .full-height img {
    width: 100%;
    height: auto;
    position: relative;
  }
}

.text-form .card.flex-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  flex-direction: row;
}
.text-form .card.flex-row .feat-img {
  width: 22rem;
  margin: 0 0 3.6rem 0;
}
.text-form .card.flex-row .feat-img img {
  margin: 0 auto;
  max-width: 100%;
  height: auto;
  width: auto;
}
.text-form .card.flex-row .text {
  width: calc(100% - 25.6rem);
}
@media only screen and (max-width: 1280px) {
  .text-form .card.flex-row {
    flex-direction: row;
  }
  .text-form .card.flex-row .feat-img, .text-form .card.flex-row .text {
    width: 100%;
  }
}

/* Media
--------------------------------------------- */
/* Text-text
--------------------------------------------- */
.col-2-full {
  position: relative;
  display: flex;
  padding-top: 0;
}
.col-2-full .left,
.col-2-full .right {
  width: 50%;
  padding-top: 6.4rem;
  padding-bottom: 2.8rem;
}
@media only screen and (max-width: 1023px) {
  .col-2-full {
    flex-direction: column;
  }
  .col-2-full .left, .col-2-full .right {
    width: 100%;
  }
}

.wrap-left {
  margin-left: auto;
  width: 100%;
  max-width: 75.5rem;
  padding-left: 2rem;
  padding-right: 8rem;
}

.wrap-right {
  margin-right: auto;
  width: 100%;
  max-width: 75.5rem;
  padding-left: 8rem;
  padding-right: 2rem;
}

@media only screen and (max-width: 1023px) {
  .wrap-left,
  .wrap-right {
    padding: 0 2rem;
    margin: 0;
    max-width: 100%;
  }
  .text-form .col-2-grid {
    gap: 0;
  }
}
.text-quote .col-2-grid {
  align-items: center;
}
@media only screen and (max-width: 750px) {
  .text-quote .col-2-grid {
    gap: 0;
  }
}

/* Text-img-photo
--------------------------------------------- */
.text-img-photo,
.img-text-photo {
  display: flex;
  gap: 4rem;
  flex-direction: row;
}
.text-img-photo .card,
.img-text-photo .card {
  display: flex;
  gap: 4rem;
  flex-direction: row;
  justify-content: space-between;
}
.text-img-photo .text :last-child,
.img-text-photo .text :last-child {
  margin-bottom: 0;
}
.text-img-photo .text,
.text-img-photo .image,
.img-text-photo .text,
.img-text-photo .image {
  width: calc(50% - 2rem);
}
.text-img-photo .image,
.img-text-photo .image {
  margin: -3.2rem 3.2rem -3.2rem -3.2rem;
  position: relative;
  width: calc(50% - 8rem);
}
.text-img-photo .image img:not(.contactperson),
.img-text-photo .image img:not(.contactperson) {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 3rem 0 0 3rem;
}
.text-img-photo .image .contactperson,
.img-text-photo .image .contactperson {
  height: 20rem;
  width: 20rem;
  border-radius: 50%;
  border: 0.5rem solid #FFF;
  position: absolute;
  top: 3.2rem;
  right: 0;
  transform: translateX(50%);
  box-shadow: 0rem 0.4rem 0.4rem 0rem rgba(0, 0, 0, 0.16);
}

.img-text-photo .card {
  flex-direction: row-reverse;
}
.img-text-photo .image {
  margin: -3.2rem -3.2rem -3.2rem 3.2rem;
}
.img-text-photo .image img:not(.contactperson) {
  border-radius: 0 3rem 3rem 0;
}
.img-text-photo .image .contactperson {
  right: unset;
  left: 0;
  transform: translateX(-50%);
}

@media only screen and (max-width: 1023px) {
  .text-img-photo .wrap .card,
  .img-text-photo .wrap .card {
    flex-direction: column;
  }
  .text-img-photo .wrap .image,
  .text-img-photo .wrap .text,
  .img-text-photo .wrap .image,
  .img-text-photo .wrap .text {
    width: 100%;
  }
  .text-img-photo .wrap .image,
  .img-text-photo .wrap .image {
    order: 1;
    width: calc(100% + 4.8rem);
    margin: -2.4rem -2.4rem 1.2rem -2.4rem;
  }
  .text-img-photo .wrap .image img,
  .img-text-photo .wrap .image img {
    width: 100%;
  }
  .text-img-photo .wrap .image img:not(.contactperson),
  .img-text-photo .wrap .image img:not(.contactperson) {
    border-radius: 3rem 3rem 0 0 !important;
  }
  .text-img-photo .wrap .image .contactperson,
  .img-text-photo .wrap .image .contactperson {
    top: 100%;
    right: 2.4rem;
    left: unset;
    transform: translateY(-50%);
    height: 8rem;
    width: 8rem;
  }
  .text-img-photo .wrap .text,
  .img-text-photo .wrap .text {
    order: 2;
  }
}

/* Text
--------------------------------------------- */
#info-images {
  margin-top: 6.4rem;
}
#info-images .section__media figure {
  border-radius: 3rem;
}

.info-block .button-p {
  margin-top: auto;
}

.large-video-section {
  padding: 5rem 2.6rem;
  overflow: hidden;
}
.large-video-section img {
  border-radius: 3rem;
  max-height: 50rem;
  -o-object-fit: cover;
     object-fit: cover;
}
.large-video-section a[data-fancybox=video] .play-button svg {
  height: 3.6rem;
}

.simple-cta-bar .wrap__inner-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.simple-cta-bar .wrap__inner-wrap .image {
  width: 34rem;
}
.simple-cta-bar .wrap__inner-wrap .text {
  width: calc(100% - 40rem);
}
@media only screen and (max-width: 750px) {
  .simple-cta-bar .wrap__inner-wrap .image,
  .simple-cta-bar .wrap__inner-wrap .text {
    width: 100%;
    padding: 0 2rem;
    align-items: center;
    text-align: center;
  }
  .simple-cta-bar .wrap__inner-wrap .text {
    order: 0;
  }
  .simple-cta-bar .wrap__inner-wrap .image {
    order: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 3.6rem;
  }
}

section.landing-header .review-text {
  margin-top: 3rem;
}
section.landing-header .col-2-grid {
  margin-bottom: 0;
}

.blocks-slider-row {
  overflow: hidden;
}
.blocks-slider-row .block-slider-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.blocks-slider-row .block-slider-container .section-title {
  margin: 0;
}
.blocks-slider-row .block-slider-container h2 {
  margin: 0;
}
.blocks-slider-row .swiper-buttons .swiper-button-prev,
.blocks-slider-row .swiper-buttons .swiper-button-next {
  position: relative;
  top: 0.1rem;
}

.blocks-slider-wrap {
  width: 100%;
  margin-top: 3.6rem;
  margin-bottom: 3.6rem;
}

.slider-block .feat-img {
  margin: -3.2rem -3.2rem 1.6rem -3.2rem;
  border-radius: 3rem 3rem 0 0;
}
@media only screen and (max-width: 1023px) {
  .slider-block .feat-img {
    margin: -2.4rem -2.4rem 1.6rem -2.4rem;
  }
}
.slider-block .feat-img img {
  width: 100%;
  height: auto;
  border-radius: 3rem 3rem 0 0;
}
.slider-block .feat-img .label {
  position: absolute;
  top: 1.6rem;
  left: 1.6rem;
  z-index: 5;
  padding: 0.4rem 1.6rem;
  border-radius: 3rem;
  font: 700 1.6rem/1.5 "Rajdhani", sans-serif;
}

/* # Footer index
---------------------------------------------------------------------------------------------------- */
/* Main-footer
--------------------------------------------- */
@media only screen and (max-width: 1023px) {
  .main-footer {
    padding-bottom: 6rem;
  }
}
/* Footer-nav
--------------------------------------------- */
.footer-nav .wrap {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 3.2rem;
}
@media only screen and (max-width: 750px) {
  .footer-nav .wrap {
    gap: 0;
  }
}
.footer-nav__title {
  font: 700 2.4rem/1.25 "Rajdhani", sans-serif;
  color: #2A356D;
  margin: 0 0 2.4rem 0;
  padding: 0;
  position: relative;
  display: block;
}
@media only screen and (max-width: 750px) {
  .footer-nav__title {
    cursor: pointer;
  }
  .footer-nav__title:hover {
    color: #2E9BE8;
  }
  .footer-nav__title:after {
    content: "";
    height: 1.4rem;
    width: 2rem;
    background: url("../img/custom-icons/chevron-down.svg");
    display: block;
    background-size: 100% auto;
    background-position: center center;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    transition: all 0.5s cubic-bezier(0.86, 0, 0.07, 1);
  }
  .footer-nav__title.active:after {
    transform: rotate(180deg) translateY(50%);
  }
}
.footer-nav .textwidget p {
  font: 400 1.6rem/1.5 "Rajdhani", sans-serif;
}
@media only screen and (max-width: 750px) {
  .footer-nav .textwidget {
    display: none;
  }
}
.footer-nav ul.contact-options li {
  font-size: 1.6rem;
}
.footer-nav ul:not(.sm-icons, .contact-options) {
  padding-bottom: 0;
}
.footer-nav ul:not(.sm-icons, .contact-options) li {
  padding-left: 0;
  font: 400 1.6rem/1.5 "Rajdhani", sans-serif;
  margin: 0 0 0.4rem 0;
}
.footer-nav ul:not(.sm-icons, .contact-options) li a {
  color: #000;
  text-decoration: none;
  font-weight: 400;
}
.footer-nav ul:not(.sm-icons, .contact-options) li a:hover {
  text-decoration: underline;
}
.footer-nav ul:not(.sm-icons, .contact-options) li:before {
  display: none;
}
.footer-nav form {
  margin-top: -2.4rem;
}
@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 {
  border-top: 1px solid #E3E7EF;
  padding-top: 3.2rem;
  padding-bottom: 3.6rem;
}
.footer-copyright .wrap {
  display: flex;
  justify-content: space-between;
}
.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 0.8rem;
  content: "|";
}
.footer-copyright__menu-wrap .menu li:last-child:after {
  display: none;
}
.footer-copyright__menu-wrap .menu li a {
  font-weight: 400;
  color: #000;
  text-decoration: none;
}
.footer-copyright__menu-wrap .menu li a:hover {
  text-decoration: underline;
}
.footer-copyright__copy, .footer-copyright__creator {
  margin: 0;
  padding-bottom: 0;
  line-height: 2.4rem;
}
@media only screen and (max-width: 1023px) {
  .footer-copyright {
    padding-bottom: 1rem;
  }
  .footer-copyright .wrap {
    flex-wrap: wrap;
  }
  .footer-copyright__menu-wrap {
    order: 1;
    flex-basis: 100%;
    margin-bottom: 1.6rem;
  }
  .footer-copyright__copy {
    order: 2;
  }
  .footer-copyright__creator {
    order: 3;
  }
}
@media only screen and (max-width: 750px) {
  .footer-copyright {
    text-align: center;
  }
  .footer-copyright .wrap {
    flex-direction: column;
  }
  .footer-copyright__copy {
    margin-bottom: 1.6rem;
  }
  .footer-copyright__menu-wrap .menu {
    display: block;
  }
  .footer-copyright__menu-wrap .menu li {
    display: block;
    padding-right: 0;
  }
  .footer-copyright__menu-wrap .menu li:after {
    display: none;
  }
}

/* Mobile
---------------------------------------------------------------------------------------------------- */
/* .mobile-navigation
--------------------------------------------- */
#mob-footer-buttons {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0.4rem 0;
  background: #FFF;
  box-shadow: 0rem -0.4rem 0.4rem 0rem rgba(0, 0, 0, 0.16);
  z-index: 600;
  display: none;
}
@media only screen and (max-width: 1023px) {
  #mob-footer-buttons {
    display: block;
  }
}
#mob-footer-buttons ul {
  display: flex;
  flex-direction: row;
  margin: 0;
  padding: 0;
  gap: 1.6rem;
  justify-content: space-between;
  align-items: center;
}
#mob-footer-buttons ul li {
  margin: 0;
  padding: 0;
}
#mob-footer-buttons ul li:before {
  display: none;
}
#mob-footer-buttons ul li a.button {
  font-size: 1.4rem;
}
#mob-footer-buttons ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 6rem;
  flex-direction: column;
  text-decoration: none;
  text-align: center;
}
#mob-footer-buttons ul li a .icon {
  height: 1.8rem;
  display: flex;
  margin: 0 0 0.4rem 0;
  position: relative;
}
#mob-footer-buttons ul li a .icon svg {
  height: 100%;
  width: auto;
}
#mob-footer-buttons ul li a .text {
  font: 700 1.2rem/1.25 "Rajdhani", sans-serif;
}
#mob-footer-buttons ul li.whatsapp a .icon svg {
  color: #25D366;
}

.mobile-navigation {
  position: fixed;
  inset: 8.3rem 0 0 -100%;
  padding: 2.4rem 0 3.6rem 0;
  z-index: 550;
  visibility: hidden;
  background: #8FC2E6;
  transform-origin: center left;
  width: 100%;
  overflow: auto;
  transition: all 0.5s cubic-bezier(0.86, 0, 0.07, 1);
}
.mobile-navigation .sm-icons {
  margin-top: 3.6rem;
}

.mob-nav__menu-wrap .menu {
  margin: 0;
  padding: 0;
}
.mob-nav__menu-wrap .menu > li {
  margin: 0;
  padding: 0;
  font: 600 2rem/1.25 "Rajdhani", sans-serif;
  border-bottom: 1px solid #FFF;
}
.mob-nav__menu-wrap .menu > li:before {
  display: none;
}
.mob-nav__menu-wrap .menu > li a {
  display: flex;
  position: relative;
  color: #2A356D;
  text-decoration: none;
  padding: 0.8rem 5rem 0.8rem 2rem;
}
.mob-nav__menu-wrap .menu .current-menu-item > a,
.mob-nav__menu-wrap .menu .current-menu-ancestor > a,
.mob-nav__menu-wrap .menu .current-menu-parent > a {
  color: #FFF;
}
.mob-nav__menu-wrap .menu .sub-menu {
  display: none;
  margin: 0 0 2.4rem 0;
  padding: 0;
}
.mob-nav__menu-wrap .menu .sub-menu li {
  font: 400 1.6rem/1.25 "Rajdhani", sans-serif;
}
.mob-nav__menu-wrap .menu .sub-menu li a {
  padding: 0.8rem 2rem;
}
.mob-nav__menu-wrap .menu-item__toggle {
  position: absolute;
  top: 50%;
  right: 2rem;
  transform: translateY(-50%);
  height: 1.8rem;
  width: auto;
}
.mob-nav__menu-wrap .menu-item__toggle svg {
  height: 100%;
  width: auto;
  transition: all 0.5s cubic-bezier(0.86, 0, 0.07, 1);
}
.mob-nav__menu-wrap .menu-item__toggle.active svg {
  transform: rotate(180deg);
}

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

.mobile-nav-toggle {
  position: relative;
  display: none;
}
.mobile-nav-toggle__button {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  background: none;
  padding: 0;
  position: relative;
  color: #000;
  padding: 0;
  border: 0;
  cursor: pointer;
}
.mobile-nav-toggle__button .strokes {
  width: 1.8rem;
  height: 2rem;
  display: flex;
  flex-direction: column;
  position: relative;
  margin: 0;
  align-items: flex-start;
  justify-content: center;
}
.mobile-nav-toggle__button .strokes span {
  display: block;
  position: relative;
  height: 0.2rem;
  width: 100%;
  margin: 0 0 0.3rem 0;
  border-radius: 0.15rem;
  padding: 0;
  background: #2A356D;
  transition: all 0.3s ease-out 0s;
}
.mobile-nav-toggle__button .strokes span:nth-child(2) {
  width: 75%;
}
.mobile-nav-toggle__button .strokes span:last-child {
  margin-bottom: 0;
  width: 85%;
}
.mobile-nav-toggle__button .text {
  font: 700 1.2rem/1.25 "Rajdhani", sans-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.5rem;
}
.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
---------------------------------------------------------------------------------------------------- */
/* Post styling
---------------------------------------------------------------------------------------------------- */
#post-container {
  margin: 0 0 3.6rem 0;
}

.blog-summary .feat-img {
  margin: -3.2rem -3.2rem 1.6rem -3.2rem;
  width: calc(100% + 6.4rem);
  border-radius: 3rem;
}
@media only screen and (max-width: 1023px) {
  .blog-summary .feat-img {
    margin: -2.4rem -2.4rem 1.6rem -2.4rem;
    width: calc(100% + 4.8rem);
  }
}
.blog-summary .feat-img img {
  border-radius: 3rem 3rem 0 0;
}
.blog-summary .cat {
  margin: 0;
  position: absolute;
  top: 3.2rem;
  left: 3.2rem;
}
.blog-summary .cat a {
  color: #FFF;
  background: #2E9BE8;
  padding: 0.4rem 2.4rem;
  text-decoration: none;
  font: 700 1.8rem/1.8rem "Rajdhani", sans-serif;
  border-radius: 3rem;
  transition: all 0.5s cubic-bezier(0.86, 0, 0.07, 1);
}
.blog-summary .cat a:hover {
  background: #FFF;
  color: #2E9BE8;
}
.blog-summary .publish-date {
  font-size: 1.4rem;
  line-height: 1.5;
  margin: 0;
  padding: 0;
  font-weight: 600;
}
.blog-summary h3 a {
  text-decoration: none;
  color: #000;
}
.blog-summary h3 a:hover {
  text-decoration: underline;
}
.blog-summary .excerpt p {
  margin: 0 0 2.4rem 0;
}
.blog-summary .button-p {
  margin: -3.6rem 0 -3.2rem 0;
}
.blog-summary .button-p .button {
  transform: translateY(50%);
}

#single-post .wrap__inner-wrap {
  margin-top: 20rem;
}
#single-post .wrap__inner-wrap .card {
  border-radius: 0;
  box-shadow: 0rem 0.4rem 0.4rem 0rem rgba(0, 0, 0, 0.16);
  padding: 4rem 7rem;
}
@media only screen and (max-width: 1023px) {
  #single-post .wrap__inner-wrap {
    margin-top: 0;
  }
  #single-post .wrap__inner-wrap .card {
    padding: 4rem 2rem;
  }
}
#single-post .intro p {
  font-weight: 700;
}

.publish-info {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 2.4rem 0 0 0;
  padding: 0;
  gap: 1.2rem 4rem;
}
.publish-info p {
  display: flex;
  font-size: 1.6rem;
  align-items: center;
  margin: 0;
  padding: 0;
}
.publish-info p .icon {
  display: block;
  margin-right: 0.8rem;
}
.publish-info p .icon svg {
  height: 1.6rem;
  width: auto;
  position: relative;
  top: 0.2rem;
}

.chapter-wrap {
  margin: 3.6rem 0;
}
.chapter-wrap .chapter-title {
  background: #2E9BE8;
  color: #FFF;
  padding: 2.4rem 2.4rem 2.4rem 6.4rem;
  font: 700 1.8rem/1.25 "Rajdhani", sans-serif;
  margin: 0;
  position: relative;
  cursor: pointer;
  border-radius: 0 0 0.5rem 0.5rem;
}
.chapter-wrap .chapter-title:after {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #FFF;
  height: 2.4rem;
  width: 2.4rem;
  position: absolute;
  top: 2.2rem;
  left: 2.4rem;
  border-radius: 0.4rem;
  filter: brightness(0) invert(1);
  content: "";
  background-image: url("../img/custom-icons/plus.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 1rem auto;
}
.chapter-wrap .chapter-title--clicked {
  border-radius: 0.5rem 0.5rem 0 0;
}
.chapter-wrap .chapter-title--clicked:after {
  background-image: url("../img/custom-icons/minus.svg");
}
.chapter-wrap .chapters {
  padding: 2.4rem;
  background: #FFF;
  border: 1px solid #D5D5D5;
  display: none;
}
.chapter-wrap .chapters--click {
  display: block;
}
.chapter-wrap .chapters li a {
  text-decoration: none;
}
.chapter-wrap .chapters li a:hover {
  text-decoration: underline;
}

.post-options {
  display: flex;
  gap: 2.4rem;
  margin: 0 0 3.6rem 0;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 1023px) {
  .post-options {
    flex-direction: column;
    gap: 0;
  }
}
.post-options p, .post-options ul {
  margin: 0;
}
.post-options p {
  font-size: 2.2rem;
  font-weight: 700;
}

.news-cta-block {
  width: 100%;
  grid-column: span 3;
  max-width: 112rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
}
.news-cta-block figure {
  width: 34rem;
}
.news-cta-block .text {
  width: calc(100% - 40rem);
}
@media only screen and (max-width: 1023px) {
  .news-cta-block {
    justify-content: center;
    text-align: center;
    grid-column: span 2;
  }
  .news-cta-block figure {
    order: -1;
  }
  .news-cta-block .text {
    width: 100%;
  }
}
@media only screen and (max-width: 640px) {
  .news-cta-block {
    grid-column: span 1;
  }
}

#blog-categories {
  display: flex;
  align-items: center;
  width: 40rem;
  margin: 0 0 3.6rem auto;
  justify-content: space-between;
}
#blog-categories p, #blog-categories select {
  margin: 0;
}
#blog-categories select {
  width: 24rem;
}
#blog-categories p {
  font-weight: 700;
  margin-right: 0.8rem;
}
@media only screen and (max-width: 1023px) {
  #blog-categories {
    width: 100%;
  }
  #blog-categories p {
    margin-left: auto;
  }
}
@media only screen and (max-width: 480px) {
  #blog-categories {
    flex-wrap: wrap;
  }
  #blog-categories p {
    width: 100%;
  }
}

.post-tax-text {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
@media only screen and (max-width: 1023px) {
  .post-tax-text {
    flex-wrap: wrap;
  }
}
.post-tax-text > p {
  width: calc(100% - 40rem);
  max-width: 64rem;
}
@media only screen and (max-width: 1023px) {
  .post-tax-text > p {
    width: 100%;
    max-width: 100%;
  }
}

/* Page styling
---------------------------------------------------------------------------------------------------- */
#home-header {
  padding-top: 4.8rem !important;
  padding-bottom: 0 !important;
}
#home-header .wrap .text {
  padding: 4rem 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#home-header .wrap .text p:last-child {
  margin: 0;
}
@media only screen and (max-width: 750px) {
  #home-header .wrap .text {
    padding: 1rem 0;
  }
}
#home-header .wrap .section__media {
  position: relative;
}
#home-header .wrap .section__media figure {
  border-radius: 3rem;
}
#home-header .wrap .section__media video {
  border-radius: 3rem;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
@media only screen and (max-width: 750px) {
  #home-header .wrap .section__media video {
    position: relative;
  }
}
#home-header .wrap .section__media #toggleSound {
  position: absolute;
  z-index: 1;
  bottom: 1.6rem;
  right: 1.6rem;
  width: 3rem;
  height: 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #2A356D;
  border-radius: 50%;
  cursor: pointer;
}
#home-header .wrap .section__media #toggleSound svg {
  max-width: 1.6rem;
  height: auto;
  color: white;
}
#home-header .wrap .section__media #toggleSound .volume-on, #home-header .wrap .section__media #toggleSound .volume-off {
  display: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
#home-header .wrap .section__media #toggleSound .volume-on.active, #home-header .wrap .section__media #toggleSound .volume-off.active {
  display: block;
}
@media only screen and (max-width: 750px) {
  #home-header .wrap .col-2-grid {
    gap: 0;
  }
}
#home-header .header-usps {
  background: #FFF;
  border-radius: 1.6rem;
  padding: 2.6rem 3.2rem;
  margin-bottom: -4rem;
  margin-top: 2rem;
  position: relative;
  z-index: 1;
}
#home-header .header-usps ul {
  margin: 0;
  justify-content: space-between;
}
#home-header .also-interesting p {
  font-weight: 600;
  margin: 0 0 0.4rem 0;
  color: #2A356D;
}
#home-header .also-interesting ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 0.8rem;
}
#home-header .also-interesting ul li {
  display: flex;
  padding: 0.4rem 1.6rem;
  border-radius: 2rem;
  background: #2A356D;
  color: #FFF;
  margin: 0;
  box-shadow: 0rem 0.4rem 0.4rem 0rem rgba(0, 0, 0, 0.16);
}
#home-header .also-interesting ul li:before {
  display: none;
}
#home-header .also-interesting ul a {
  color: #FFF;
  font-weight: 400;
  text-decoration: none;
}
#home-header .also-interesting ul a:hover {
  text-decoration: underline;
}
@media only screen and (max-width: 750px) {
  #home-header {
    padding-top: 2rem !important;
  }
}

#home-product-cats {
  margin-top: 4rem;
}
#home-product-cats:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 10rem;
  background: #E3E7EF;
  display: block;
  content: "";
}
#home-product-cats .usps-bar li {
  color: #FFF;
}
@media only screen and (max-width: 1023px) {
  #home-product-cats .usps-bar li {
    width: 100%;
  }
}

#home-why .omega-slider {
  position: relative;
  overflow: hidden;
  margin-top: 2rem;
}
#home-why .omega-slider__indicator-container {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  padding: 4rem 0 4rem 4rem;
}
@media only screen and (max-width: 1023px) {
  #home-why .omega-slider__indicator-container {
    gap: 1rem;
  }
}
@media only screen and (max-width: 750px) {
  #home-why .omega-slider__indicator-container {
    padding: 2rem;
  }
}
#home-why .omega-slider__planner {
  background: #FFF;
  border-radius: 3rem;
}
#home-why .omega-slider__content {
  padding-bottom: 3rem;
}
@media only screen and (max-width: 1023px) {
  #home-why .omega-slider__content {
    padding-bottom: 0;
  }
}
#home-why .omega-slider__indicator {
  width: 0.8rem;
  height: 100%;
  position: relative;
  background: #FFF;
  overflow: hidden;
  box-sizing: border-box;
  border-radius: 3rem;
}
@media only screen and (max-width: 1023px) {
  #home-why .omega-slider__indicator {
    display: none;
  }
}
#home-why .omega-slider__accordion {
  flex: 1;
  height: 100%;
}
#home-why .omega-slider__accordion-item {
  position: relative;
  border-radius: 0.5rem;
  margin-bottom: 1rem;
  border: 1px solid #D5D5D5;
}
#home-why .omega-slider__accordion-item:last-of-type {
  margin-bottom: 0;
}
#home-why .omega-slider__accordion-item p {
  margin: 0;
}
#home-why .omega-slider__accordion-item:has(.omega-slider__accordion-header.active):after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(calc(50% + 1px), -50%) rotate(45deg);
  border-top: 1px solid #D5D5D5;
  border-right: 1px solid #D5D5D5;
  border-top-right-radius: 0.5rem;
  background: white;
  width: 2.6rem;
  height: 2.6rem;
}
#home-why .omega-slider__accordion-header {
  padding: 1.3rem 3rem;
  cursor: pointer;
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
}
@media only screen and (max-width: 1023px) {
  #home-why .omega-slider__accordion-header {
    padding: 1.5rem 2.5rem;
  }
}
#home-why .omega-slider__accordion-header svg {
  max-width: 2.2rem;
  max-height: 2.2rem;
  min-width: 2.2rem;
  min-height: 2.2rem;
  transition: all 0.3s ease-out 0s;
}
#home-why .omega-slider__accordion-header p {
  font-size: 2rem;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  color: #2A356D;
}
#home-why .omega-slider__accordion-header p span {
  display: flex;
  align-items: center;
  gap: 1rem;
}
@media only screen and (max-width: 1023px) {
  #home-why .omega-slider__accordion-header p {
    font-size: 1.8rem;
  }
}
#home-why .omega-slider__accordion-header.active {
  background: #FFF;
}
#home-why .omega-slider__accordion-header.active .chevron-down {
  transform: rotate(180deg);
}
#home-why .omega-slider__accordion-header.active p {
  font-weight: 600;
}
#home-why .omega-slider__accordion-content {
  background: #FFF;
  display: none;
  border-bottom-left-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
}
#home-why .omega-slider__accordion-content p {
  padding-left: 3rem;
  padding-right: 3rem;
  padding-bottom: 2.3rem;
  line-height: 1.3;
}
@media only screen and (max-width: 1023px) {
  #home-why .omega-slider__accordion-content p {
    padding-bottom: 0;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
#home-why .omega-slider__accordion-content.active {
  display: block;
}
#home-why .omega-slider__mobile-image {
  padding: 2.5rem;
  background: #FFF;
  overflow: hidden;
  padding-bottom: 2rem;
}
#home-why .omega-slider__mobile-image img {
  overflow: hidden;
  border-radius: 3rem;
}
#home-why .omega-slider__imagecontainer {
  position: relative;
  border-top-right-radius: 3rem;
  border-bottom-right-radius: 3rem;
  overflow: hidden;
}
@media only screen and (max-width: 1023px) {
  #home-why .omega-slider__imagecontainer {
    display: none;
  }
}
#home-why .omega-slider__mobile-link, #home-why .omega-slider__link {
  position: absolute;
  z-index: 2;
  bottom: 0;
  right: 0;
  padding: 2rem;
  display: flex;
  align-items: center;
  flex-direction: row;
  gap: 2rem;
}
#home-why .omega-slider__mobile-link a, #home-why .omega-slider__link a {
  text-decoration: none;
  font-size: 2.2rem;
}
#home-why .omega-slider__mobile-link a:hover, #home-why .omega-slider__link a:hover {
  text-decoration: underline;
}
#home-why .omega-slider__mobile-link .button, #home-why .omega-slider__link .button {
  width: 4.6rem;
  height: 4.6rem;
  padding: 0;
  max-width: 4.6rem;
  max-height: 4.6rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 1023px) {
  #home-why .omega-slider__mobile-link .button, #home-why .omega-slider__link .button {
    width: 2.8rem;
    height: 2.8rem;
    max-width: 2.8rem;
    max-height: 2.8rem;
  }
}
#home-why .omega-slider__mobile-link {
  position: relative;
  justify-content: flex-end;
  padding-top: 0;
  gap: 1rem;
}
#home-why .omega-slider__mobile-link a {
  font-size: 1.8rem;
  color: #2A356D;
  text-decoration: underline;
}
#home-why .omega-slider__mobile-link a svg {
  color: #FFF;
}
@media only screen and (max-width: 750px) {
  #home-why .omega-slider__mobile-link a {
    font-size: 1.6rem;
  }
}

/* Product styling
---------------------------------------------------------------------------------------------------- */
.product-cats-container {
  margin: 0 0 3.6rem 0;
}

.product-cat-summary {
  margin: 0;
  text-decoration: none;
  border-radius: 3rem;
  overflow: hidden;
}
.product-cat-summary .feat-img {
  overflow: visible;
  position: relative;
}
.product-cat-summary .rounded-arrow {
  display: none;
}
.product-cat-summary .description {
  line-height: 1.5;
  padding: 2rem 2rem 0;
}
.product-cat-summary .description h2, .product-cat-summary .description .h2, .product-cat-summary .description h3, .product-cat-summary .description .h3, .product-cat-summary .description p {
  color: #FFF;
}
.product-cat-summary .description p {
  line-height: 1.3;
}
.product-cat-summary .description p:last-child {
  margin-bottom: 2rem;
}
.product-cat-summary a .description {
  padding: 1rem 5.4rem 0 2rem;
}
.product-cat-summary a .description p {
  line-height: 1.3;
}
.product-cat-summary a .rounded-arrow {
  display: block;
  position: absolute;
  right: 2rem;
  bottom: 0;
  transform: translateY(50%);
  border: unset;
  background-color: #FFF;
  cursor: pointer;
  transition: all 0.3s ease-out 0s;
}
.product-cat-summary a .rounded-arrow svg {
  color: #2A356D;
}
.product-cat-summary a:hover .rounded-arrow {
  right: 1rem;
}

p.price {
  font: 400 3.2rem/1.5 "Rajdhani", sans-serif;
  border-radius: 3rem;
  display: inline-block;
  padding: 0.4rem 2.4rem;
  background: #FFF;
  width: auto;
  color: #2A356D;
}
p.price .price-format {
  font-weight: 700;
}

#single-product-header {
  margin-bottom: 6.4rem;
}
#single-product-header .green-checks {
  margin-top: -2.4rem;
  justify-content: flex-start;
}
#single-product-header .green-checks li {
  font-weight: 400;
}
#single-product-header .review-text {
  justify-content: flex-start;
}
#single-product-header .feat-img {
  display: flex;
  justify-content: center;
}
#single-product-header .col-2-grid {
  align-items: start;
}

#product-tabs .card {
  border-radius: 0 3rem 3rem 3rem;
  margin: 0 0 3.6rem 0;
}
#product-tabs .product-tabs__buttons ul li a {
  font-size: 2.4rem;
  color: #2E9BE8;
}
#product-tabs .product-tabs__buttons ul li.active-tab a {
  background: #FFF;
  color: #000;
}
@media only screen and (max-width: 1023px) {
  #product-tabs .card {
    border-radius: 0 0 3rem 3rem;
  }
  #product-tabs ul li a {
    background: #FFF;
  }
}

ul.product-specs {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0 1.6rem;
}
@media only screen and (max-width: 750px) {
  ul.product-specs {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 480px) {
  ul.product-specs {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
ul.product-specs li {
  display: flex;
  flex-direction: column;
  padding: 1.6rem 0;
  margin: 0;
  border-bottom: 1px solid #E3E7EF;
}
ul.product-specs li:before {
  display: none;
}
ul.product-specs li span {
  display: block;
}
ul.product-specs li span.label {
  font-weight: 600;
}

.product-summary .feat-img {
  margin: -3.2rem -3.2rem 2.4rem -3.2rem;
  border-radius: 3rem 3rem 0 0;
  background: #FFF;
  padding: 2.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.product-summary .feat-img img {
  border-radius: 3rem 3rem 0 0;
  transition: all 0.5s cubic-bezier(0.86, 0, 0.07, 1);
}
.product-summary .feat-img a:hover img {
  transform: scale(1.1);
  filter: drop-shadow(0.4rem 0.4rem 0.4rem #CCC);
}
@media only screen and (max-width: 1023px) {
  .product-summary .feat-img {
    margin: -2.4rem -2.4rem 2.4rem -2.4rem;
  }
}
.product-summary h3 a {
  text-decoration: none;
}
.product-summary h3 a:hover {
  text-decoration: underline;
}
.product-summary .product-specs-summary {
  margin: 0 0 2.4rem 0;
  padding: 0;
}
.product-summary .product-specs-summary li {
  display: flex;
  margin: 0;
  padding: 0;
  line-height: 1.5;
  gap: 0.4rem 2.4rem;
  justify-content: space-between;
}
.product-summary .product-specs-summary li:before {
  display: none;
}
.product-summary .product-specs-summary li span {
  display: flex;
}
.product-summary .product-specs-summary li span.value {
  font-weight: 700;
}
.product-summary .button-wrap {
  margin-bottom: 2.4rem;
}

.advice-block {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  flex-direction: row;
}
.advice-block .feat-img {
  width: 22rem;
}
.advice-block .feat-img img {
  margin: 0 auto;
  max-width: 100%;
  height: auto;
  width: auto;
}
.advice-block .text {
  width: calc(100% - 25.6rem);
}
@media only screen and (max-width: 1280px) {
  .advice-block {
    flex-direction: column;
  }
  .advice-block .feat-img,
  .advice-block .text {
    width: 100%;
  }
}

#product-categories {
  display: flex;
  align-items: center;
  gap: 0 1.2rem;
}
#product-categories p {
  font: 700 2.2rem/1.5 "Rajdhani", sans-serif;
  color: #2A356D;
  margin: 0;
}
#product-categories select {
  max-width: 30rem;
}
@media only screen and (max-width: 750px) {
  #product-categories {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
}

#home-products {
  padding-top: 0;
}

.product-grid {
  margin: 8rem 0 2rem;
  text-decoration: none;
  border-radius: 3rem;
  position: relative;
}
.product-grid .label {
  height: 7rem;
  width: 7rem;
  background: #2E9BE8;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  position: absolute;
  top: -3.5rem;
  left: 1.5rem;
  flex-direction: column;
  z-index: 5;
  text-align: center;
  color: #FFF;
  font-weight: bold;
}
.product-grid .feat-img {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: -5rem;
  margin-bottom: 2rem;
}
.product-grid .rounded-arrow {
  display: none;
}
.product-grid .description {
  line-height: 1.5;
  padding: 2rem 2rem 0;
}
.product-grid .description p {
  line-height: 1.3;
}
.product-grid .description p:last-child {
  margin-bottom: 2rem;
}
.product-grid a {
  text-decoration: none;
}
.product-grid a .description {
  padding: 1rem 5.4rem 0 2rem;
}
.product-grid a .description p {
  line-height: 1.3;
}
.product-grid a .rounded-arrow {
  display: block;
  position: absolute;
  right: 2rem;
  bottom: 0;
  transform: translateY(50%);
  border: unset;
  background-color: #07FEBF;
  cursor: pointer;
  transition: all 0.3s ease-out 0s;
}
.product-grid a .rounded-arrow svg {
  color: #2A356D;
}
.product-grid a:hover .rounded-arrow {
  right: 1rem;
}

/* Review styling
---------------------------------------------------------------------------------------------------- */
#reviews-bar .section-title {
  padding: 0 4rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
#reviews-bar .slider-container {
  position: relative;
  padding: 0 4rem;
}
#reviews-bar .slider-container .review-slider {
  margin: 0 0 3.6rem 0;
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 1023px) {
  #reviews-bar .slider-container {
    padding: 0 4rem;
  }
}
#reviews-bar .swiper-slide {
  height: auto;
  position: relative;
  background: #FFF;
  border-radius: 3rem;
  margin-top: 2rem;
}
#reviews-bar .swiper-wrapper {
  display: flex;
  align-items: stretch;
  flex-direction: row;
}

#review-container {
  margin: 0 0 3.6rem 0;
}

.slider-arrows {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.slider-arrows button {
  background: none;
  padding: 0;
  border: 0;
}
.slider-arrows button svg {
  height: 3.2rem;
  width: auto;
  color: #FFF;
}

.review-summary {
  margin: 0;
}
.review-summary__header {
  display: flex;
  align-items: center;
  margin-bottom: 2.4rem;
  flex-wrap: wrap;
}
.review-summary__header .rating {
  height: 9rem;
  width: 9rem;
  background: #2E9BE8;
  color: #FFF;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font: 700 4.8rem/1 "Rajdhani", sans-serif;
  margin: -5.2rem 1.6rem 0 0;
}
@media only screen and (max-width: 1023px) {
  .review-summary__header .rating {
    height: 5.2rem;
    width: 5.2rem;
    margin-top: -4rem;
    margin-right: calc(100% - 5.2rem);
    font: 700 3.2rem/1 "Rajdhani", sans-serif;
  }
}
.review-summary__header .score {
  margin: 0;
}
@media only screen and (max-width: 1023px) {
  .review-summary__header .score {
    margin: 0 0 0 0;
  }
}
.review-summary__header .score .star-container {
  margin: 1.2rem 0;
}
.review-summary__header .score .star-container svg {
  height: 2rem;
}
.review-summary__header .date {
  margin: 0 0 0 auto;
}
@media only screen and (max-width: 1023px) {
  .review-summary__header .date {
    margin: 0 auto 0 2.4rem;
    position: relative;
    top: 0.2rem;
  }
}
@media only screen and (max-width: 480px) {
  .review-summary__header .date {
    width: 100%;
    margin-left: 0;
    margin-top: -0.8rem;
  }
}
.review-summary .content p {
  margin: 0 0 2.4rem 0;
}
.review-summary__footer p {
  margin: 0;
  font-size: 1.6rem;
  font-weight: 600;
}

.review-text {
  font: 400 2.2rem/1.25 "Rajdhani", sans-serif;
  display: flex;
  align-items: center;
  justify-content: center;
}
.review-text .score {
  display: flex;
  height: 6.8rem;
  width: 6.8rem;
  background-image: url("../img/beeldmerk-klantenvertellen.svg");
  background-position: center;
  background-size: cover;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  margin: 0 1.2rem;
}
.review-text .star-container {
  margin-left: 1.2rem;
  transform: translateY(-0.1rem);
}
.review-text .star-container svg {
  height: 2rem;
}
@media only screen and (max-width: 750px) {
  .review-text {
    flex-direction: column;
  }
  .review-text .score {
    margin: 1.2rem 0;
  }
  .review-text .star-container {
    margin-top: 0.8rem;
  }
}

#faq-row {
  padding-top: 0;
}

.faq-container {
  margin: 0 0 3.6rem 0;
}
.faq-container .wrap__text-wrap {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
}

.faq-wrap .question {
  margin: 0;
  padding: 0;
}
.faq-wrap .question a {
  display: flex;
  padding: 1.6rem 6.4rem 1.6rem 3.2rem;
  font-weight: 600;
  line-height: 1.25;
  background: #FFF;
  color: #2A356D;
  text-decoration: none;
  border-radius: 1.6rem;
  position: relative;
}
.faq-wrap .question a:hover {
  color: #2E9BE8;
}
.faq-wrap .answer {
  padding: 0 3.2rem 0.1rem 3.2rem;
  background: #FFF;
  display: none;
  border-radius: 0 0 1.6rem 1.6rem;
}
.faq-wrap .expand {
  position: absolute;
  top: 50%;
  right: 3.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translateY(-50%);
}
.faq-wrap .expand svg {
  height: 1.8rem;
  width: auto;
  transition: all 0.5s cubic-bezier(0.86, 0, 0.07, 1);
}
.faq-wrap.active .expand svg {
  transform: rotate(180deg);
}
.faq-wrap.active .question a {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

#archive-faq .wrap {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 1023px) {
  #archive-faq .wrap {
    flex-direction: column-reverse;
  }
}

#faq-sidebar {
  width: 32rem;
}
@media only screen and (max-width: 1023px) {
  #faq-sidebar {
    width: 100%;
  }
}

#faq-archive-content {
  position: relative;
  width: calc(100% - 40rem);
}
@media only screen and (max-width: 1023px) {
  #faq-archive-content {
    width: 100%;
  }
}

#faq-index {
  margin: 0 0 6.4rem 0;
}
#faq-index ul {
  margin: 0;
}
#faq-index ul li {
  padding-left: 0;
}
#faq-index ul li:before {
  display: none;
}
#faq-index ul li a {
  text-decoration: none;
  color: #000;
}
#faq-index ul li a:hover {
  color: #2E9BE8;
}
#faq-index ul li.active > a {
  color: #2E9BE8;
}

.faq-cat-container {
  margin-bottom: 6.4rem;
}
.faq-cat-container .faq-container {
  margin-top: 2.4rem;
}

/* Dealer styling
---------------------------------------------------------------------------------------------------- */
#dealer-search-results.loading .loader {
  opacity: 1;
  visibility: visible;
}
#dealer-search-results .loader {
  content: "";
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.8);
  transition: all 0.5s cubic-bezier(0.86, 0, 0.07, 1);
  align-items: center;
  justify-content: center;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
}
#dealer-search-results .loader svg {
  max-width: 20rem;
  height: auto;
  color: #2A356D;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#dealer-search {
  display: grid;
  gap: 10rem;
  flex-direction: column;
  margin-bottom: 3.6rem;
  position: relative;
  grid-template-columns: 1fr 2fr;
}
#dealer-search .loader {
  content: "";
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.8);
  transition: all 0.5s cubic-bezier(0.86, 0, 0.07, 1);
  align-items: center;
  justify-content: center;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  z-index: 5;
}
#dealer-search .loader svg {
  max-width: 20rem;
  height: auto;
  color: #2A356D;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#dealer-search p {
  font: 700 2.5rem/1.5 "Rajdhani", sans-serif;
  color: #2A356D;
  margin: 0 0 2rem;
}
#dealer-search .form {
  display: flex;
  gap: 0.8rem;
}
#dealer-search input[type=text] {
  width: 10rem;
}
@media only screen and (max-width: 1023px) {
  #dealer-search {
    display: flex;
    gap: 5rem;
  }
}

#map-legend {
  width: 100%;
  max-width: 100rem;
}

#dealer-map {
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 0;
}
#dealer-map .dealer-map-img {
  width: calc(100% - 56rem);
  height: auto;
  display: block;
}
#dealer-map .dealer-map-img img {
  width: 100%;
  height: auto;
}
#dealer-map label {
  color: #2A356D;
}
@media only screen and (max-width: 1023px) {
  #dealer-map .dealer-map-img {
    width: 100%;
  }
  #dealer-map #map-legend {
    width: 100%;
  }
  #dealer-map #dealer-provinces {
    margin-left: 0;
    width: 100%;
  }
}
#dealer-map .form-steps__previous {
  position: absolute;
  left: 3rem;
}
@media only screen and (max-width: 1023px) {
  #dealer-map .form-steps__previous {
    position: relative;
    margin-bottom: 30px;
    left: 0;
  }
}
#dealer-map .form-steps__previous .arrow {
  vertical-align: middle;
  max-width: 1.6rem;
  margin-right: 0.5rem;
}
#dealer-map .form-steps__previous #back-button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: unset;
  background: none;
  font-size: 1.4rem;
  color: #2A356D;
  cursor: pointer;
}
#dealer-map .form-steps__previous #back-button:hover {
  text-decoration: underline;
}
#dealer-map .form-steps__steps {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10rem;
  border-bottom: 1px solid #D5D5D5;
  margin-bottom: 2.6rem;
  padding-bottom: 3rem;
}
#dealer-map .form-steps__steps span {
  font-size: 1.8rem;
  font-weight: bold;
  position: relative;
}
#dealer-map .form-steps__steps .step {
  position: relative;
  display: flex;
  gap: 2rem;
  font-size: 1.8rem;
  font-weight: bold;
  color: #2A356D;
}
#dealer-map .form-steps__steps .step.active:after {
  position: absolute;
  content: "";
  width: calc(100% + 1.3rem);
  height: 3px;
  background: #2A356D;
  bottom: -3.2rem;
  left: -1rem;
}
#dealer-map .form-steps__steps .step .counter {
  position: relative;
}
#dealer-map .form-steps__steps .step .counter:before {
  width: 3.2rem;
  height: 3.2rem;
  background: #07FEBF;
  position: absolute;
  content: "";
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
}
@media only screen and (max-width: 750px) {
  #dealer-map .form-steps__steps .step > span {
    display: none;
  }
  #dealer-map .form-steps__steps .step.active:after {
    display: none;
  }
  #dealer-map .form-steps__steps .step.active .counter {
    color: #FFF;
  }
  #dealer-map .form-steps__steps .step.active .counter:before {
    background: #2A356D;
  }
}
#dealer-map .specialist {
  position: relative;
}
#dealer-map .specialist:after {
  content: "";
  position: absolute;
  top: 0;
  right: -5rem;
  width: 1px;
  height: 100%;
  background-color: #D5D5D5;
}
#dealer-map .specialist small {
  font-size: 1.4rem;
  margin-left: 2rem;
  font-weight: 400;
}
#dealer-map .specialist .error {
  font-size: 1.8rem;
  display: block;
  margin-top: 1rem;
  color: red;
}
#dealer-map .specialist__categories {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
#dealer-map .specialist__category {
  position: relative;
}
#dealer-map .specialist__category label {
  z-index: 2;
  padding: 3rem 2rem;
  text-align: center;
  border-radius: 0.5rem;
  font-size: 1.8rem;
}
#dealer-map .specialist__category label:before {
  width: 100%;
  height: 100%;
  border-color: #2A356D;
  border-radius: 0.5rem;
  position: absolute;
  z-index: -1;
}
#dealer-map .specialist__category label:after {
  width: 100%;
  height: 100%;
  background: #07FEBF;
  border-radius: 0.4rem;
  position: absolute;
  z-index: -1;
  inset: 0;
}
#dealer-map .postal-dealer .form {
  display: grid;
  grid-template-columns: minmax(20rem, 1fr) minmax(20rem, 1fr);
  gap: 2.5rem;
}
@media only screen and (max-width: 750px) {
  #dealer-map .postal-dealer .form {
    display: flex;
    flex-direction: column;
  }
}
#dealer-map .postal-dealer .form .left label {
  margin-top: 1.6rem;
  margin-bottom: 1rem;
}
#dealer-map .postal-dealer .form .left #dealer-range-field {
  font-weight: 600;
}
#dealer-map .postal-dealer .form .left, #dealer-map .postal-dealer .form .right {
  flex-grow: 1;
  min-width: 20rem;
}
#dealer-map .postal-dealer .form .left input, #dealer-map .postal-dealer .form .right input {
  width: 100%;
  display: block;
  margin-bottom: 1rem;
}
#dealer-map .postal-dealer .form .left input.empty-field, #dealer-map .postal-dealer .form .right input.empty-field {
  border-color: red;
}
#dealer-map .postal-dealer .form .left button, #dealer-map .postal-dealer .form .right button {
  display: block;
  width: 100%;
}
#dealer-map .postal-dealer .form .right {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
#dealer-map .postal-dealer .form .right .city-autofill {
  border: 1px solid #D5D5D5;
  border-radius: 0.5rem;
  padding: 1.8rem 2rem;
  margin-bottom: 2rem;
}
#dealer-map .postal-dealer .form .right .city-autofill input {
  border-style: dashed;
}
#dealer-map .postal-dealer .form .right .city-autofill label {
  margin-bottom: 2.5rem;
}
#dealer-map .dealer-search-results .location {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  padding-bottom: 2rem;
  border-bottom: 1px solid #D5D5D5;
}
#dealer-map .dealer-search-results .location .left, #dealer-map .dealer-search-results .location .right {
  flex-grow: 1;
}
#dealer-map .dealer-search-results .location .left {
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
  justify-content: center;
}
#dealer-map .dealer-search-results .location .left p {
  font-size: 2rem;
  margin-bottom: 0;
  line-height: 1;
  color: #2A356D;
}
#dealer-map .dealer-search-results .location .left span {
  font-size: 1.6rem;
  color: #2A356D;
}
#dealer-map .dealer-search-results .location .right {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
  gap: 1rem;
}
#dealer-map .dealer-search-results .location .right .category {
  padding: 2rem 1.5rem;
  border: 1px solid #D5D5D5;
  border-radius: 0.5rem;
  color: #D5D5D5;
  cursor: default;
}
#dealer-map .dealer-search-results .location .right .category-edit {
  color: #2A356D;
  font-size: 1.6rem;
  margin-left: 1rem;
}
#dealer-map .dealer-search-results .location .right .category-edit .edit-pencil {
  margin-left: 1rem;
}
#dealer-map .dealer-search-results .location .right .category-edit:hover {
  text-decoration: underline;
  cursor: pointer;
}
@media only screen and (max-width: 1023px) {
  #dealer-map .dealer-search-results .location {
    gap: 1rem;
  }
  #dealer-map .dealer-search-results .location .right {
    justify-content: flex-start;
  }
}
#dealer-map .dealer-search-results .province p {
  margin-bottom: 0;
  font-size: 2.5rem;
  font-weight: bold;
  color: #2A356D;
}
@media only screen and (max-width: 750px) {
  #dealer-map .dealer-search-results .province p {
    line-height: 1.2;
  }
}
#dealer-map .dealer-search-results .dealers-wrap {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 2.2rem;
  padding-top: 2rem;
  border-top: 1px solid #D5D5D5;
}
@media only screen and (max-width: 1023px) {
  #dealer-map .dealer-search-results .dealers-wrap {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 640px) {
  #dealer-map .dealer-search-results .dealers-wrap {
    grid-template-columns: minmax(0, 1fr);
  }
}
#dealer-map .dealer-search-results .apply-to {
  max-width: 64rem;
  width: 100%;
  margin: 0 auto -20px;
}
@media only screen and (max-width: 1023px) {
  #dealer-map {
    overflow: hidden;
  }
}

.hidden-form {
  display: none;
}
.hidden-form.visible {
  display: block;
}
.hidden-form .gform_wrapper {
  padding-top: 3rem;
  border-top: 1px solid #D5D5D5;
}
.hidden-form .gform_wrapper .gform-field-label--type-sub {
  display: none;
}
.hidden-form .gform_wrapper .ginput_container_name {
  display: flex;
  justify-content: space-between;
  gap: 2.4rem;
}
@media only screen and (max-width: 750px) {
  .hidden-form .gform_wrapper .ginput_container_name {
    flex-direction: column;
  }
}
.hidden-form .gform_wrapper .name_first, .hidden-form .gform_wrapper .name_last {
  display: block;
  width: 100%;
}

ul.dealer-types {
  gap: 1.2rem;
  margin: 1.2rem 0 0 0;
}
ul.dealer-types li {
  padding: 0;
  display: flex;
  align-items: center;
  font-weight: 600;
  gap: 1.6rem;
}
ul.dealer-types li .icon {
  height: 3.2rem;
  width: 3.2rem;
  box-shadow: 0rem 0.4rem 0.4rem 0rem rgba(0, 0, 0, 0.16);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.4rem;
  background: #FFF;
  border-radius: 50%;
}
ul.dealer-types li .icon img {
  height: 2.4rem;
  width: auto;
}
ul.dealer-types li:before {
  display: none;
}

#dealer-provinces {
  width: 28rem;
  margin-left: 6rem;
}
#dealer-provinces ul {
  gap: 0.4rem;
  margin: 0;
}
#dealer-provinces ul li {
  margin: 0;
  display: flex;
  padding: 1.7rem 2.4rem;
  font: 600 1.8rem/2.4rem "Rajdhani", sans-serif;
  border-radius: 0.5rem;
  background: #FFF;
}
#dealer-provinces ul li:before {
  display: none;
}
#dealer-provinces ul li .amount {
  margin-left: 0.4rem;
}

.dealer-search-results {
  display: flex;
  flex-direction: column;
  gap: 3rem;
  margin: 0 0 3.6rem 0;
}
.dealer-search-results > .dealer-summary:first-child.superdealer {
  background: #2E9BE8;
}

.dealer-summary {
  padding: 2.4rem;
  background: #E3E7EF;
  border-radius: 0.5rem;
  position: relative;
  display: flex;
  flex-direction: column;
}
.dealer-summary .distance {
  font: 400 1.8rem/1 "Rajdhani", sans-serif;
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
  gap: 0.6rem;
}
.dealer-summary h4 {
  margin-bottom: 0.4rem;
  font-size: 1.8rem;
  color: #000;
}
.dealer-summary address {
  font-size: 1.6rem;
  line-height: 1.5;
  margin: 0 0 0.8rem 0;
}
.dealer-summary ul {
  gap: 0;
  margin: 0 0 1rem;
}
.dealer-summary ul li {
  font-size: 1.6rem;
}
.dealer-summary ul li a {
  padding-left: 2rem;
  word-break: break-word;
}
.dealer-summary ul li svg {
  height: 1.2rem !important;
}
.dealer-summary button {
  margin-top: auto;
}
.dealer-summary .more-info {
  margin: 1.2rem 0 0 0;
}
.dealer-summary.locator {
  flex-direction: row;
  justify-content: space-between;
  max-width: 64rem;
  width: 100%;
  margin: 0 auto;
}
@media only screen and (max-width: 750px) {
  .dealer-summary.locator {
    flex-direction: column;
  }
}
.dealer-summary.superdealer {
  background: #2E9BE8;
}
.dealer-summary.superdealer h4 {
  color: #FFF;
}
.dealer-summary.superdealer button {
  background: #FFF;
  border-color: #FFF;
}
.dealer-summary.superdealer .contact-options li a .icon svg {
  color: #FFF;
}

#single-dealer-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: row-reverse;
  margin-top: 3.6rem;
  position: relative;
}
#single-dealer-content .dealer-summary {
  border-radius: 3rem;
}
#single-dealer-content .acf-map {
  width: calc(100% - 50rem);
  padding: 0 0 100% 0;
  height: 0;
  position: relative;
  border-radius: 3rem;
  overflow: hidden;
  margin: 0 0 3.6rem -6rem;
}
#single-dealer-content .card {
  width: 56rem;
  margin-top: 6rem;
}
@media only screen and (max-width: 1023px) {
  #single-dealer-content {
    flex-direction: column-reverse;
  }
  #single-dealer-content .acf-map {
    width: 100%;
    margin: 0 0 3.6rem 0;
  }
  #single-dealer-content .card {
    width: 100%;
    margin-top: 0;
  }
}

.team-summary {
  padding: 3.2rem;
  margin: 0;
}
.team-summary > :last-child {
  margin-bottom: 0;
}
.team-summary .feat-img {
  margin: -3.2rem -3.2rem 1.6rem -3.2rem;
}
.team-summary .feat-img img {
  width: 100%;
  height: auto;
  border-radius: 3rem 3rem 0 0;
}
.team-summary ul.contact-options li {
  display: flex;
  align-items: flex-start;
}
.team-summary ul.contact-options li .icon {
  width: 2rem;
  margin-right: 0.8rem;
}
.team-summary ul.contact-options li .icon svg {
  height: 1.8rem;
  width: auto;
}

#home-about .section__media figure {
  border-radius: 3rem;
}

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