/*!*********************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./resources/scss/tailwind.scss ***!
  \*********************************************************************************************************************************************************************************************/
/*
! tailwindcss v3.2.4 | MIT License | https://tailwindcss.com
*//*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: #e5e7eb; /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
*/

html {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
  font-feature-settings: normal; /* 5 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

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

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font family by default.
2. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

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

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

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

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

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

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
  max-width: 100%;
  height: auto;
}

/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden] {
  display: none;
}
  html {
    font-family: var(--default-font), system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif;
    font-size: 62.5%;
  }
  h1, h2, h3, h4, h5, h6 {
    font-family: var(--heading-font), system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif;
    font-weight: 700;
  }

.blur, .filter {
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
}
.container {
  width: 100%;
}
@media (min-width: 576px) {

  .container {
    max-width: 576px;
  }
}
@media (min-width: 768px) {

  .container {
    max-width: 768px;
  }
}
@media (min-width: 992px) {

  .container {
    max-width: 992px;
  }
}
@media (min-width: 1200px) {

  .container {
    max-width: 1200px;
  }
}
@media (min-width: 1400px) {

  .container {
    max-width: 1400px;
  }
}
.visible {
  visibility: visible !important;
}
.collapse {
  visibility: collapse !important;
}
.col-span-12 {
  grid-column: span 12 / span 12 !important;
}
.col-span-4 {
  grid-column: span 4 / span 4 !important;
}
.col-span-8 {
  grid-column: span 8 / span 8 !important;
}
.col-span-5 {
  grid-column: span 5 / span 5 !important;
}
.col-span-6 {
  grid-column: span 6 / span 6 !important;
}
.my-3 {
  margin-top: 30px !important;
  margin-bottom: 30px !important;
}
.mt-3 {
  margin-top: 30px !important;
}
.mt-4 {
  margin-top: 40px !important;
}
.mb-1 {
  margin-bottom: 10px !important;
}
.mb-4 {
  margin-bottom: 40px !important;
}
.mt-5 {
  margin-top: 50px !important;
}
.ml-2\.5 {
  margin-left: 25px !important;
}
.ml-2 {
  margin-left: 20px !important;
}
.mb-3 {
  margin-bottom: 30px !important;
}
.mt-2 {
  margin-top: 20px !important;
}
.mb-2 {
  margin-bottom: 20px !important;
}
.mt-10 {
  margin-top: 100px !important;
}
.mt-8 {
  margin-top: 80px !important;
}
.block {
  display: block !important;
}
.inline {
  display: inline !important;
}
.flex {
  display: flex !important;
}
.grid {
  display: grid !important;
}
.hidden {
  display: none !important;
}
.resize {
  resize: both !important;
}
.grid-cols-12 {
  grid-template-columns: repeat(12, minmax(0, 1fr)) !important;
}
.flex-wrap {
  flex-wrap: wrap !important;
}
.items-center {
  align-items: center !important;
}
.px-2 {
  padding-left: 20px !important;
  padding-right: 20px !important;
}
.py-3 {
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}
.text-center {
  text-align: center !important;
}
.text-right {
  text-align: right !important;
}
.blur {
  --tw-blur: blur(8px) !important;
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow) !important;
}
.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow) !important;
}
@media (min-width: 768px) {

  .md\:col-span-3 {
    grid-column: span 3 / span 3 !important;
  }
}
@media (min-width: 992px) {

  .lg\:col-span-7 {
    grid-column: span 7 / span 7 !important;
  }

  .lg\:col-span-8 {
    grid-column: span 8 / span 8 !important;
  }

  .lg\:col-span-4 {
    grid-column: span 4 / span 4 !important;
  }

  .lg\:col-span-3 {
    grid-column: span 3 / span 3 !important;
  }

  .lg\:col-span-6 {
    grid-column: span 6 / span 6 !important;
  }

  .lg\:col-span-9 {
    grid-column: span 9 / span 9 !important;
  }

  .lg\:my-7 {
    margin-top: 70px !important;
    margin-bottom: 70px !important;
  }

  .lg\:mt-4 {
    margin-top: 40px !important;
  }

  .lg\:mb-0 {
    margin-bottom: 0px !important;
  }

  .lg\:grid {
    display: grid !important;
  }

  .lg\:hidden {
    display: none !important;
  }

  .lg\:grid-cols-10 {
    grid-template-columns: repeat(10, minmax(0, 1fr)) !important;
  }

  .lg\:text-right {
    text-align: right !important;
  }
}
@media (min-width: 1200px) {

  .xl\:col-span-8 {
    grid-column: span 8 / span 8 !important;
  }

  .xl\:col-start-5 {
    grid-column-start: 5 !important;
  }

  .xl\:col-start-3 {
    grid-column-start: 3 !important;
  }
}
/*!****************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./resources/scss/css.scss ***!
  \****************************************************************************************************************************************************************************************/
@charset "UTF-8";
/* SCSS Document
  ____  _                  _  ___        _     ____           _
 / ___|| |_ __ _ _ __   __| |/ _ \ _   _| |_  |  _ \ ___  ___| | __ _ _ __ ___   ___      
 \___ \| __/ _` | '_ \ / _` | | | | | | | __| | |_) / _ \/ __| |/ _` | '_ ` _ \ / _ \      
  ___) | || (_| | | | | (_| | |_| | |_| | |_  |  _ <  __/ (__| | (_| | | | | | |  __/
 |____/ \__\__,_|_| |_|\__,_|\___/ \__,_|\__| |_| \_\___|\___|_|\__,_|_| |_| |_|\___|

 	Stylesheet

 */
/*	-----------------------------------------------------------------------
	Mixins
-------------------------------------------------------------------------*/
/* SCSS Document
  ____  _                  _  ___        _     ____           _
 / ___|| |_ __ _ _ __   __| |/ _ \ _   _| |_  |  _ \ ___  ___| | __ _ _ __ ___   ___
 \___ \| __/ _` | '_ \ / _` | | | | | | | __| | |_) / _ \/ __| |/ _` | '_ ` _ \ / _ \
  ___) | || (_| | | | | (_| | |_| | |_| | |_  |  _ <  __/ (__| | (_| | | | | | |  __/
 |____/ \__\__,_|_| |_|\__,_|\___/ \__,_|\__| |_| \_\___|\___|_|\__,_|_| |_| |_|\___|

 	SCSS for mixins

 */
/**
	USE PADDING FOR HEIGHTENING OF INPUTS/BUTTONS
	dont use line height or height for the height of input's, doesn't work in IE
 */
/* SCSS Document 
  ____  _                  _  ___        _     ____           _                      
 / ___|| |_ __ _ _ __   __| |/ _ \ _   _| |_  |  _ \ ___  ___| | __ _ _ __ ___   ___      
 \___ \| __/ _` | '_ \ / _` | | | | | | | __| | |_) / _ \/ __| |/ _` | '_ ` _ \ / _ \      
  ___) | || (_| | | | | (_| | |_| | |_| | |_  |  _ <  __/ (__| | (_| | | | | | |  __/
 |____/ \__\__,_|_| |_|\__,_|\___/ \__,_|\__| |_| \_\___|\___|_|\__,_|_| |_| |_|\___|

SCSS for variables

*/
/*	-----------------------------------------------------------------------
	Brand colours
-------------------------------------------------------------------------*/
:root {
  --primary-color: #572466;
  --secondary-color: #F29672;
  --tertiary-color: #EEE8EF;
  --default-font: "Arial", sans-serif;
  --heading-font: "Rubik", sans-serif;
  --text-color: #4E4E4E;
  --heading-color: var(--primary-color);
  --font-size-base: 1.6rem;
  --font-size-text: 1.6rem;
  --font-weight-heading: 700;
  --font-weight-base: 400;
  --line-height: 27px;
  --line-height-base: 1.2;
  --letter-spacing-base: 0;
  --font-size-h1: 8.0rem;
  --font-size-h2: 5.0rem;
  --font-size-h3: 4.0rem;
  --font-size-h4: 3.0rem;
  --font-size-h5: 2.0rem;
  --font-size-h6: 1.4rem;
  --font-size-h1-mobile: 30px;
  --font-size-h2-mobile: 3.0;
  --font-size-h3-mobile: 20px;
  --font-size-h4-mobile: 1.8;
  --font-size-h5-mobile: 1.6;
  --font-size-h6-mobile: 1.4;
  --background-color: var(--primary-color);
  --border-width: 1px;
  --border-radius: 0;
  --button-font-family: var(--default-font);
  --button-font-size: 2.0rem;
  --button-padding: 20px 35px;
  --button-border-width: var(--border-width);
  --primary-button-color: white;
  --primary-button-border-color: var(--tertiary-color);
  --primary-button-background-color: var(--tertiary-color);
  --primary-button-hocus-color: var(--tertiary-color);
  --primary-button-border-hocus-color: var(--tertiary-color);
  --primary-button-background-hocus-color: white;
  --secondary-button-color: var(--secondary-color);
  --secondary-button-border-color: var(--secondary-color);
  --secondary-button-background-color: #FFF;
  --secondary-button-hocus-color: #FFF;
  --secondary-button-border-hocus-color: var(--secondary-color);
  --secondary-button-background-hocus-color: var(--secondary-color);
  --primary-border-color: var(--secondary-color);
  --primary-border-hocus-color: var(--primary-color);
  --secondary-border-color: var(--secondary-color);
  --secondary-border-hocus-color: var(--secondary-color);
  --link-color: var(--secondary-color);
  --link-hocus-color: var(--secondary-color);
  --form-color: var(--primary-border-color);
  --form-border-color: var(--primary-border-color);
  --form-placeholder-color: var(--secondary-color);
  /* -----------------------------------------------------------------------
      Menu
  -------------------------------------------------------------------------*/
  --height-menu-item-desktop: 50px;
  --font-size-menu-desktop: 20px;
  --height-sub-menu-item-desktop: 40px;
  --icon-size-menu: 13px;
  --color-menu-desktop: var(--link-color);
  --hocus-color-menu-desktop: var(--link-hocus-color);
  --box-shadow-menu: 0 2px 7px 0 rgba(0, 0, 0, 0.03);
  --box-shadow-sub-menu: 0 1px 5px 0 rgba(0, 0, 0, 0.07);
  --font-weight-menu-desktop: 400;
  --line-height-menu-desktop: var(--font-size-menu-desktop);
  --position-menu: right;
  --background-color-menu-mobile: #FFF;
  --color-menu-mobile: var(--link-color);
  --hocus-color-menu-mobile: var(--link-hocus-color);
  --height-menu-item-mobile: 50px;
  --font-size-menu-mobile: 18px;
  --line-height-menu-mobile: var(--font-size-menu-mobile);
  --font-weight-menu-mobile: 700;
  --indent-menu: 50px;
  --indent-sub-menu: 50px;
  --indent-sub-sub-menu: 100px;
  --border-width-menu: 1px;
}

/* SCSS Document
  ____  _                  _  ___        _     ____           _
 / ___|| |_ __ _ _ __   __| |/ _ \ _   _| |_  |  _ \ ___  ___| | __ _ _ __ ___   ___
 \___ \| __/ _` | '_ \ / _` | | | | | | | __| | |_) / _ \/ __| |/ _` | '_ ` _ \ / _ \
  ___) | || (_| | | | | (_| | |_| | |_| | |_  |  _ <  __/ (__| | (_| | | | | | |  __/
 |____/ \__\__,_|_| |_|\__,_|\___/ \__,_|\__| |_| \_\___|\___|_|\__,_|_| |_| |_|\___|

 	SCSS / CSS for elements

 */
.container {
  margin: 0 auto;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 1400px) {
  .container {
    max-width: 1375px;
  }
}

.white {
  color: #FFF;
}

.grid {
  gap: 16px;
}

/**
	Responsive Iframe container
 */
.embed-container {
  position: relative;
  width: 100%;
  height: 0;
  max-width: 100%;
  padding-bottom: 66.6666666667%;
  overflow: hidden;
}
.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.embed-container .wp-video {
  width: 100% !important;
}
.embed-container .wp-video video {
  width: 100% !important;
  height: 100% !important;
}

/**
	Image wrapper and standard overlay (Add @include aspect-ratio(); on specific element)
 */
.image-wrapper {
  position: relative;
  width: 100%;
  height: 0;
  overflow: hidden;
}
.image-wrapper img {
  position: absolute;
  width: auto;
  height: auto;
}
@supports not ((-o-object-fit: cover) or (object-fit: cover)) {
  .image-wrapper img {
    top: 50%;
    left: 50%;
    max-width: calc(100% + 2px);
    transform: translateX(-50%) translateY(-50%);
  }
}
@supports ((-o-object-fit: cover) or (object-fit: cover)) {
  .image-wrapper img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

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

.lazy, .swiper-lazy, .lazy-skip {
  opacity: 0;
  transition: opacity 0.3s;
}

.lazy-loaded, .swiper-lazy-loaded {
  opacity: 1;
  transition: opacity 0.3s;
}

/**
	disable Google Recaptcha iframe
 */
.grecaptcha-badge {
  display: none;
}
.grecaptcha-badge-inline p {
  font-size: 1.6rem;
  line-height: 14px;
}

/**
	Form developer's mode message
 */
.form-developer-message {
  position: absolute;
  bottom: 100%;
  pointer-events: none;
  opacity: 0.25;
}
.form-developer-message h3 {
  font-size: 4.0rem;
  font-size: var(--font-size-h3);
}
.form-developer-message p {
  font-size: 1.6rem;
  font-size: var(--font-size-base);
}

.pagination h1, .pagination h2, .pagination h3, .pagination h4, .pagination h5, .pagination h6, .pagination p, .pagination li, .pagination td, .pagination a:not(.button) {
  color: #572466;
  color: var(--primary-color);
}
.pagination ul {
  width: auto;
  display: inline-block;
  margin: 0;
  padding: 0;
}
.pagination ul li {
  width: 30px;
  height: 30px;
  display: block;
  margin: 0;
  padding: 0;
  float: left;
}
.pagination a, .pagination span {
  width: 100%;
  height: 100%;
  display: block;
  font-family: "Rubik", sans-serif;
  font-family: var(--heading-font);
  font-size: 1.6rem;
  font-size: var(--font-size-base);
  overflow: hidden;
  text-decoration: none;
  border-width: 1px;
  border-width: var(--border-width);
  border-style: solid;
  border-color: #F29672;
  border-color: var(--primary-border-color);
  border-radius: 0;
  border-radius: var(--border-radius);
}
.pagination .current {
  color: #572466;
  color: var(--primary-color);
}
.pagination .next {
  transform: rotate(270deg);
  background: url("images/icons/arrow.svg") no-repeat 50% 50%;
}
.pagination .prev {
  transform: rotate(90deg);
  background: url("images/icons/arrow.svg") no-repeat 50% 50%;
}
.pagination .next, .pagination .prev {
  width: 100%;
  height: 100%;
  display: block;
  border: none;
  overflow: hidden;
  color: transparent;
  background-size: 16px 14px;
}
.pagination .next i, .pagination .prev i {
  color: transparent;
}

.barba-overlay {
  transition: transform 0.6s !important;
}

.barba-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #FFF;
  z-index: 99;
  pointer-events: none;
  transform: translateX(-110%) skew(10deg);
}
.barba-overlay__background {
  transition: transform 0.6s 0.1s !important;
}
.barba-overlay__background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #F29672;
  background-color: var(--secondary-color);
  transform: translateX(-100%);
}
.barba-overlay--active {
  transform: translateX(0);
}
.barba-overlay--active .barba-overlay__background {
  transform: translateX(0);
}
.barba-overlay--after {
  transform: translateX(100%);
}
.barba-overlay--after .barba-overlay__background {
  transform: translateX(40%);
}
.barba-overlay--reset {
  transition: none !important;
}
.barba-overlay--reset .barba-overlay__background {
  transition: none !important;
}

* {
  position: relative;
}

/*	-----------------------------------------------------------------------
	Libraries
-------------------------------------------------------------------------*/
/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
  margin: 5px 20px 20px 0;
}

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

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

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

a img.alignright {
  margin: 5px 0 20px 20px;
  float: right;
}
a img.alignnone {
  margin: 5px 20px 20px 0;
}
a img.alignleft {
  margin: 5px 20px 20px 0;
  float: left;
}
a img.aligncenter {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.wp-caption {
  max-width: 96%; /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  border: 1px solid #f0f0f0;
  text-align: center;
  background: #fff;
}

.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}
.wp-caption img {
  width: auto;
  height: auto;
  max-width: 98.5%;
  margin: 0;
  padding: 0;
  border: 0 none;
}
.wp-caption p.wp-caption-text {
  margin: 0;
  padding: 0 4px 5px;
  font-size: 1.6rem;
  line-height: 17px;
}

.mejs-audio * {
  position: static;
}
.mejs-audio .mejs-controls {
  position: absolute;
  z-index: 2;
}

.mejs-inner, .mejs-layers {
  position: static !important;
}

/* Text meant only for screen readers. */
.screen-reader-text {
  position: absolute !important;
  word-wrap: normal !important;
}
.screen-reader-text {
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px); /* Many screen reader and browser combinations announce broken words as they would appear visually. */
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
}

.screen-reader-text:focus {
  clip: auto !important;
}

.screen-reader-text:focus {
  top: 5px;
  left: 5px;
  width: auto;
  height: auto;
  display: block;
  padding: 15px 23px 14px;
  font-size: 1em;
  line-height: normal;
  z-index: 100000;
  text-decoration: none;
  color: #444;
  background-color: #eee;
  -webkit-clip-path: none;
          clip-path: none;
  /* Above WP toolbar. */
}

blockquote {
  position: relative;
  width: 100%;
  max-width: 450px;
  padding: 0.65em 40px;
  font-family: Georgia, serif;
  font-size: 1.6rem;
  font-style: italic;
  line-height: 1.45;
  color: #383838;
  background: #ececec;
}
blockquote:before {
  content: "“";
  position: absolute;
  top: -10px;
  left: -10px;
  display: block;
  font-size: 5.0rem;
  font-size: var(--font-size-h2);
  color: #7a7a7a;
}
blockquote cite {
  display: block;
  margin-top: 5px;
  font-size: 1.6rem;
  color: #999999;
}
blockquote cite:before {
  content: "— ";
}
.content blockquote p {
  margin-top: 0;
}

/**
	disable Wordpress absolute Admin bar
 */
@media screen and (max-width: 600px) {
  #wpadminbar {
    position: fixed;
  }
}
/*	-----------------------------------------------------------------------
	Modules
-------------------------------------------------------------------------*/
@media (prefers-reduced-motion) {
  * {
    transition: none !important;
  }
}
.skiplink .button {
  position: absolute;
  width: 1px;
  height: 1px;
  z-index: 999;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  white-space: nowrap;
}
.skiplink .button:focus {
  position: absolute;
  width: 160px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 10px;
  padding: 0 24px;
  transform: translateX(10px);
  font-size: 1.6rem;
  clip: auto;
  transition: 0.2s ease-in-out;
  text-align: center;
  white-space: nowrap;
  text-decoration: none;
}

/* SCSS Document 
  ____  _                  _  ___        _     ____           _                      
 / ___|| |_ __ _ _ __   __| |/ _ \ _   _| |_  |  _ \ ___  ___| | __ _ _ __ ___   ___      
 \___ \| __/ _` | '_ \ / _` | | | | | | | __| | |_) / _ \/ __| |/ _` | '_ ` _ \ / _ \      
  ___) | || (_| | | | | (_| | |_| | |_| | |_  |  _ <  __/ (__| | (_| | | | | | |  __/
 |____/ \__\__,_|_| |_|\__,_|\___/ \__,_|\__| |_| \_\___|\___|_|\__,_|_| |_| |_|\___|

 	SCSS / CSS for initializing the fonts

 */
@font-face {
  font-family: "Rubik";
  src: url("../../../dist/fonts/Rubik-BlackItalic.woff2") format("woff2"), url("../../../dist/fonts/Rubik-BlackItalic.woff") format("woff"), url("../../../dist/fonts/Rubik-BlackItalic.ttf") format("truetype");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Rubik";
  src: url("../../../dist/fonts/Rubik-Italic.woff2") format("woff2"), url("../../../dist/fonts/Rubik-Italic.woff") format("woff"), url("../../../dist/fonts/Rubik-Italic.ttf") format("truetype");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Rubik";
  src: url("../../../dist/fonts/Rubik-Regular.woff2") format("woff2"), url("../../../dist/fonts/Rubik-Regular.woff") format("woff"), url("../../../dist/fonts/Rubik-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Rubik";
  src: url("../../../dist/fonts/Rubik-ExtraBoldItalic.woff2") format("woff2"), url("../../../dist/fonts/Rubik-ExtraBoldItalic.woff") format("woff"), url("../../../dist/fonts/Rubik-ExtraBoldItalic.ttf") format("truetype");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Rubik";
  src: url("../../../dist/fonts/Rubik-LightItalic.woff2") format("woff2"), url("../../../dist/fonts/Rubik-LightItalic.woff") format("woff"), url("../../../dist/fonts/Rubik-LightItalic.ttf") format("truetype");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Rubik";
  src: url("../../../dist/fonts/Rubik-MediumItalic.woff2") format("woff2"), url("../../../dist/fonts/Rubik-MediumItalic.woff") format("woff"), url("../../../dist/fonts/Rubik-MediumItalic.ttf") format("truetype");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Rubik";
  src: url("../../../dist/fonts/Rubik-SemiBold.woff2") format("woff2"), url("../../../dist/fonts/Rubik-SemiBold.woff") format("woff"), url("../../../dist/fonts/Rubik-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Rubik";
  src: url("../../../dist/fonts/Rubik-Bold.woff2") format("woff2"), url("../../../dist/fonts/Rubik-Bold.woff") format("woff"), url("../../../dist/fonts/Rubik-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Rubik";
  src: url("../../../dist/fonts/Rubik-Light.woff2") format("woff2"), url("../../../dist/fonts/Rubik-Light.woff") format("woff"), url("../../../dist/fonts/Rubik-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Rubik";
  src: url("../../../dist/fonts/Rubik-ExtraBold.woff2") format("woff2"), url("../../../dist/fonts/Rubik-ExtraBold.woff") format("woff"), url("../../../dist/fonts/Rubik-ExtraBold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Rubik";
  src: url("../../../dist/fonts/Rubik-SemiBoldItalic.woff2") format("woff2"), url("../../../dist/fonts/Rubik-SemiBoldItalic.woff") format("woff"), url("../../../dist/fonts/Rubik-SemiBoldItalic.ttf") format("truetype");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Rubik";
  src: url("../../../dist/fonts/Rubik-Medium.woff2") format("woff2"), url("../../../dist/fonts/Rubik-Medium.woff") format("woff"), url("../../../dist/fonts/Rubik-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Rubik";
  src: url("../../../dist/fonts/Rubik-BoldItalic.woff2") format("woff2"), url("../../../dist/fonts/Rubik-BoldItalic.woff") format("woff"), url("../../../dist/fonts/Rubik-BoldItalic.ttf") format("truetype");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Rubik";
  src: url("../../../dist/fonts/Rubik-Black.woff2") format("woff2"), url("../../../dist/fonts/Rubik-Black.woff") format("woff"), url("../../../dist/fonts/Rubik-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
/* SCSS Document 
  ____  _                  _  ___        _     ____           _                      
 / ___|| |_ __ _ _ __   __| |/ _ \ _   _| |_  |  _ \ ___  ___| | __ _ _ __ ___   ___      
 \___ \| __/ _` | '_ \ / _` | | | | | | | __| | |_) / _ \/ __| |/ _` | '_ ` _ \ / _ \      
  ___) | || (_| | | | | (_| | |_| | |_| | |_  |  _ <  __/ (__| | (_| | | | | | |  __/
 |____/ \__\__,_|_| |_|\__,_|\___/ \__,_|\__| |_| \_\___|\___|_|\__,_|_| |_| |_|\___|

 	SCSS for typography

 */
body {
  -webkit-font-smoothing: antialiased !important;
}
body {
  font-family: "Arial", sans-serif;
  font-family: var(--default-font);
  font-size: 1.6rem;
  font-size: var(--font-size-base);
  line-height: 1.2;
  line-height: var(--line-height-base);
}

.preload * {
  transition: none !important;
}

h1, h2, h3, h4, h5, h6 {
  margin-bottom: 0;
  font-family: "Rubik", sans-serif;
  font-family: var(--heading-font);
  font-weight: 700;
  font-weight: var(--font-weight-heading);
  color: #572466;
  color: var(--heading-color);
}

h1 {
  font-size: 8.0rem;
  font-size: var(--font-size-h1);
}

h2 {
  font-size: 5.0rem;
  font-size: var(--font-size-h2);
}

h3 {
  font-size: 4.0rem;
  font-size: var(--font-size-h3);
}

h4 {
  font-size: 3.0rem;
  font-size: var(--font-size-h4);
}

h5 {
  font-size: 2.0rem;
  font-size: var(--font-size-h5);
}

h6 {
  font-size: 1.4rem;
  font-size: var(--font-size-h6);
}

@media (max-width: 991.98px) {
  h1 {
    font-size: 30px;
    font-size: var(--font-size-h1-mobile);
  }
  h2 {
    font-size: 3.0;
    font-size: var(--font-size-h2-mobile);
  }
  h3 {
    font-size: 20px;
    font-size: var(--font-size-h3-mobile);
  }
  h4 {
    font-size: 1.8;
    font-size: var(--font-size-h4-mobile);
  }
  h5 {
    font-size: 1.6;
    font-size: var(--font-size-h5-mobile);
  }
  h6 {
    font-size: 1.4;
    font-size: var(--font-size-h6-mobile);
  }
}
p, li, td {
  margin-bottom: 0;
  font-weight: 400;
  font-weight: var(--font-weight-base);
  line-height: 1.512;
  color: #4E4E4E;
  color: var(--text-color);
}

a {
  transition: color 0.3s ease-in-out;
  text-decoration: none;
  color: #F29672;
  color: var(--link-color);
  position: static;
}
a:hover, a:focus {
  text-decoration: none;
  color: #F29672;
  color: var(--link-hocus-color);
}

.content {
  margin-top: -15px;
}
.content h1, .content h2, .content h3, .content h4, .content h5, .content h6 {
  margin-top: 30px;
}
.content h1:first-child, .content h2:first-child, .content h3:first-child, .content h4:first-child, .content h5:first-child, .content h6:first-child {
  margin-top: 15px;
}
.content h1:first-child + p, .content h1:first-child ul, .content h1:first-child td, .content h2:first-child + p, .content h2:first-child ul, .content h2:first-child td, .content h3:first-child + p, .content h3:first-child ul, .content h3:first-child td, .content h4:first-child + p, .content h4:first-child ul, .content h4:first-child td, .content h5:first-child + p, .content h5:first-child ul, .content h5:first-child td, .content h6:first-child + p, .content h6:first-child ul, .content h6:first-child td {
  margin-top: 15px;
}
.content h1 + h1, .content h1 + h2, .content h1 + h3, .content h1 + h4, .content h1 + h5, .content h1 + h6, .content h2 + h1, .content h2 + h2, .content h2 + h3, .content h2 + h4, .content h2 + h5, .content h2 + h6, .content h3 + h1, .content h3 + h2, .content h3 + h3, .content h3 + h4, .content h3 + h5, .content h3 + h6, .content h4 + h1, .content h4 + h2, .content h4 + h3, .content h4 + h4, .content h4 + h5, .content h4 + h6, .content h5 + h1, .content h5 + h2, .content h5 + h3, .content h5 + h4, .content h5 + h5, .content h5 + h6, .content h6 + h1, .content h6 + h2, .content h6 + h3, .content h6 + h4, .content h6 + h5, .content h6 + h6 {
  margin-top: 5px;
}
.content h1 + p, .content h1 ul, .content h1 td, .content h2 + p, .content h2 ul, .content h2 td, .content h3 + p, .content h3 ul, .content h3 td, .content h4 + p, .content h4 ul, .content h4 td, .content h5 + p, .content h5 ul, .content h5 td, .content h6 + p, .content h6 ul, .content h6 td {
  margin-top: 15px;
}
.content p, .content ul, .content td {
  margin-top: 15px;
}
.content img {
  height: auto;
  max-width: 100%;
}
.content a {
  position: relative;
}

/*	-----------------------------------------------------------------------
	Typography classes
-------------------------------------------------------------------------*/
.verborgen {
  position: fixed;
  top: -10000px;
}

/* SCSS Document
  ____  _                  _  ___        _     ____           _
 / ___|| |_ __ _ _ __   __| |/ _ \ _   _| |_  |  _ \ ___  ___| | __ _ _ __ ___   ___
 \___ \| __/ _` | '_ \ / _` | | | | | | | __| | |_) / _ \/ __| |/ _` | '_ ` _ \ / _ \
  ___) | || (_| | | | | (_| | |_| | |_| | |_  |  _ <  __/ (__| | (_| | | | | | |  __/
 |____/ \__\__,_|_| |_|\__,_|\___/ \__,_|\__| |_| \_\___|\___|_|\__,_|_| |_| |_|\___|

 	SCSS / CSS for Forms

 */
/*	Checkbox & Radio
If design differs, de-couple these
Note:
The visual radio/checkbox is the <div>
The span is the text
--------------------------------------- */
/** Radio specific styling */
.radio span:first-child:before {
  border-radius: 50%;
}
.radio span:first-child:after {
  border-radius: 50%;
}

/** Checkbox specific styling */
.checkbox span:first-child:before {
  border-radius: 5px;
}
.checkbox span:first-child:after {
  border-radius: 3px;
}

.checkbox, .radio {
  position: relative;
  display: inline-block;
  min-height: 14px;
}
.checkbox label, .radio label {
  display: flex;
  cursor: pointer;
  transition: color 0.3s ease-in-out;
}
.checkbox label a, .radio label a {
  color: #000;
}
.checkbox label span, .radio label span {
  vertical-align: middle;
}
.checkbox label:hover, .checkbox label:focus, .radio label:hover, .radio label:focus {
  color: #572466;
  color: var(--primary-color);
}
.checkbox span:first-child, .radio span:first-child {
  width: 24px;
  height: 24px;
  display: inline-block;
  margin-top: 0px;
}
.checkbox span:first-child:before, .radio span:first-child:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #572466;
  border: 1px solid var(--primary-color);
}
.checkbox span:first-child:after, .radio span:first-child:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc(100% - 8px);
  height: calc(100% - 8px);
  background: #572466;
  background: var(--primary-color);
  transform: translate(-50%, -50%);
  border: none;
  opacity: 0;
  transition: opacity 0.3s;
}
.checkbox span:last-child, .radio span:last-child {
  padding-left: 15px;
}
.checkbox input, .radio input {
  position: absolute !important;
}
.checkbox input, .radio input {
  left: -9999px;
  /* checked mark aspect changes */
  /* disabled state */
}
.checkbox input:checked + label > span:first-child:after, .radio input:checked + label > span:first-child:after {
  opacity: 1;
}
.checkbox input:focus ~ label, .radio input:focus ~ label {
  outline: -webkit-focus-ring-color auto 1px;
}
.checkbox input:disabled ~ label, .radio input:disabled ~ label {
  cursor: not-allowed !important;
}
.checkbox input:disabled ~ label, .radio input:disabled ~ label {
  opacity: 0.8;
}
.checkbox input:disabled ~ label span:first-child:after, .radio input:disabled ~ label span:first-child:after {
  transform: scale(0);
  opacity: 0;
}

input, select, textarea {
  width: 100%;
  display: block;
  padding-top: var(--button-height)-var(--line-height-base)/2-var(--border-width);
  padding-bottom: var(--button-height)-var(--line-height-base)/2-var(--border-width);
  font-family: "Arial", sans-serif;
  font-family: var(--default-font);
  line-height: 1.2;
  line-height: var(--line-height-base);
  overflow: hidden;
  color: #4E4E4E;
  color: var(--text-color);
  background-color: transparent;
  border-width: 1px;
  border-width: var(--border-width);
  border-style: solid;
  border-color: #572466;
  border-color: var(--primary-color);
  border-radius: 0;
  border-radius: var(--border-radius);
}
input::-webkit-input-placeholder, select::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #4E4E4E;
  color: var(--text-color);
}
input::-moz-placeholder, select::-moz-placeholder, textarea::-moz-placeholder {
  color: #4E4E4E;
  color: var(--text-color);
}
input:-moz-placeholder, select:-moz-placeholder, textarea:-moz-placeholder {
  color: #4E4E4E;
  color: var(--text-color);
}
input:-ms-input-placeholder, select:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #4E4E4E;
  color: var(--text-color);
}
input::-webkit-input-placeholder, select::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  line-height: 1.2;
  line-height: var(--line-height-base);
}

textarea {
  resize: none;
}

button {
  outline: none;
}

.form-error {
  position: absolute;
  top: 50%;
  right: 10px;
  width: 20px;
  height: 20px;
  overflow: hidden;
  transition: width 0.3s;
  border-radius: 10px;
  background: red;
  transform: translateY(-50%);
  cursor: pointer;
}
.form-error > span {
  position: absolute;
  top: 4px;
  right: 0;
  width: 200px;
  font-size: 1.6rem;
  line-height: 1;
  transition: color 0.3s;
  text-align: center;
  color: transparent;
}
.form-error:hover, .form-error:focus {
  width: 200px;
}
.form-error:hover > span, .form-error:focus > span {
  color: #FFF;
}

/* SCSS Document
  ____  _                  _  ___        _     ____           _
 / ___|| |_ __ _ _ __   __| |/ _ \ _   _| |_  |  _ \ ___  ___| | __ _ _ __ ___   ___
 \___ \| __/ _` | '_ \ / _` | | | | | | | __| | |_) / _ \/ __| |/ _` | '_ ` _ \ / _ \
  ___) | || (_| | | | | (_| | |_| | |_| | |_  |  _ <  __/ (__| | (_| | | | | | |  __/
 |____/ \__\__,_|_| |_|\__,_|\___/ \__,_|\__| |_| \_\___|\___|_|\__,_|_| |_| |_|\___|

 	SCSS / CSS for cookie message

 */
/**
 * Cookie Consent
 ------------------------------------------------------------------------------------
 */
.cookie-consent {
  position: fixed;
  display: none;
  z-index: 9999;
  bottom: 0;
  left: 0;
  transform: none;
  width: 100%;
  background: white;
  padding: 30px;
}
.cookie-consent__title {
  margin-bottom: 15px;
}
.cookie-consent p {
  margin-bottom: 15px;
}
@media (max-width: 767.98px) {
  .cookie-consent p {
    font-size: 0.7rem;
    line-height: 20px;
  }
}
.cookie-consent .preference {
  display: inline-block;
  margin-top: 20px;
  margin-bottom: -20px;
  text-align: center;
  border: none;
}
@media (min-width: 992px) {
  .cookie-consent .preference {
    float: right;
  }
}

/**
 * Cookie preferences
 ------------------------------------------------------------------------------------
 */
.cookie-preference {
  margin: 30px 0 60px;
}
.cookie-preference li:before {
  content: "";
  padding: 0;
  display: none;
}
.cookie-preference input[type=radio] {
  margin-right: 15px;
}
.cookie-preference label {
  font-weight: 700;
}
.cookie-preference + p {
  display: none;
}
.cookie-preference ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cookie-preference ul li:before {
  content: "";
  padding: 0;
  display: none;
}
.cookie-preference ul input[type=radio] {
  margin-right: 15px;
}
.cookie-preference ul label {
  font-weight: 700;
}
.cookie-preference + p {
  display: none;
}

/*	-----------------------------------------------------------------------
	Theme
-------------------------------------------------------------------------*/
/**
	Standard button *** Needs styling
 */
.button {
  position: relative;
  display: inline-block;
  max-width: 100%;
  padding: 20px 35px;
  padding: var(--button-padding);
  font-family: "Arial", sans-serif;
  font-family: var(--default-font);
  font-size: 1.6rem;
  font-size: var(--font-size-base);
  font-weight: 700;
  background-color: #F29672;
  background-color: var(--secondary-color);
  color: #FFF;
  line-height: 1.2;
  line-height: var(--line-height-base);
  overflow: hidden;
  cursor: pointer;
  vertical-align: middle;
  letter-spacing: 0;
  letter-spacing: var(--letter-spacing-base);
  border-radius: 50px;
  border-width: 1px;
  border-style: solid;
  transition: background-color 0.3s, border-color 0.3s, color 0.3s;
}
.button__overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  background: #572466;
  background: var(--primary-color);
  height: 100%;
  transition: width 0.4s ease;
  border-radius: 50px;
  z-index: 2;
}
.button__title {
  z-index: 3;
}
.button:hover .button__title, .button:focus .button__title {
  color: #FFF;
}
.button:hover .button__overlay, .button:focus .button__overlay {
  width: 100%;
}

/* SCSS Document
  ____  _                  _  ___        _     ____           _
 / ___|| |_ __ _ _ __   __| |/ _ \ _   _| |_  |  _ \ ___  ___| | __ _ _ __ ___   ___
 \___ \| __/ _` | '_ \ / _` | | | | | | | __| | |_) / _ \/ __| |/ _` | '_ ` _ \ / _ \
  ___) | || (_| | | | | (_| | |_| | |_| | |_  |  _ <  __/ (__| | (_| | | | | | |  __/
 |____/ \__\__,_|_| |_|\__,_|\___/ \__,_|\__| |_| \_\___|\___|_|\__,_|_| |_| |_|\___|

 	SCSS for loose small elements (ONLY if u don't know where to put itt)

 */
/* SCSS Document
  ____  _                  _  ___        _     ____           _
 / ___|| |_ __ _ _ __   __| |/ _ \ _   _| |_  |  _ \ ___  ___| | __ _ _ __ ___   ___
 \___ \| __/ _` | '_ \ / _` | | | | | | | __| | |_) / _ \/ __| |/ _` | '_ ` _ \ / _ \
  ___) | || (_| | | | | (_| | |_| | |_| | |_  |  _ <  __/ (__| | (_| | | | | | |  __/
 |____/ \__\__,_|_| |_|\__,_|\___/ \__,_|\__| |_| \_\___|\___|_|\__,_|_| |_| |_|\___|

 	SCSS for nav elements
 	Standard menu template
 */
/**
	//Styling that applies to all menu's (including mobile)
	MENU STANDARD
 */
body.active-menu {
  overflow: hidden;
}

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

.menu-wrapper ul {
  padding-left: 0;
  list-style: none;
}
.menu-wrapper ul.accessible {
  visibility: visible !important;
  opacity: 1 !important;
}
.menu-wrapper a {
  display: block;
}
.menu-wrapper li.active > a > .tag:before {
  animation: button-to-down 0.3s forwards !important;
}
.menu-wrapper li.active > .sub-menu {
  visibility: visible;
  opacity: 1;
}
.menu-wrapper li:hover > .sub-menu, .menu-wrapper li:focus > .sub-menu {
  visibility: visible;
  opacity: 1;
}
.menu-wrapper--desktop li.menu-item-has-children > a > .tag {
  display: inline-block;
}
.menu-wrapper--desktop .nav {
  height: 50px;
  height: var(--height-menu-item-desktop);
  align-items: center;
  flex-flow: row;
  justify-content: flex-end;
}
.menu-wrapper--desktop a {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: calc((50px - 20px) / 2) 11px;
  padding: calc((var(--height-menu-item-desktop) - var(--font-size-menu-desktop)) / 2) 11px;
  font-size: 20px;
  font-size: var(--font-size-menu-desktop);
  font-weight: 400;
  font-weight: var(--font-weight-menu-desktop);
  line-height: 20px;
  line-height: var(--line-height-menu-desktop);
  color: #F29672;
  color: var(--color-menu-desktop);
}
.menu-wrapper--desktop a:hover, .menu-wrapper--desktop a:focus {
  color: #F29672;
  color: var(--hocus-color-menu-desktop);
}
.menu-wrapper--desktop a:hover > .tag:before, .menu-wrapper--desktop a:focus > .tag:before {
  animation: button-to-down 0.3s forwards !important;
}
.menu-wrapper--desktop > ul > li {
  flex-grow: 1;
  max-width: 200px;
}
.menu-wrapper--desktop > ul > li > a {
  justify-content: space-around;
}
.menu-wrapper--desktop .sub-menu {
  position: absolute;
  top: 100%;
  width: -moz-max-content;
  width: max-content;
  height: auto;
  display: block;
  min-width: 100%;
  z-index: 1;
  visibility: hidden;
  transition: opacity 0.3s, visibility 0.3s;
  opacity: 0;
  background-color: #FFF;
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.07);
  box-shadow: var(--box-shadow-sub-menu);
}
.menu-wrapper--desktop .sub-menu a {
  padding: calc((40px - 20px) / 2) 11px;
  padding: calc((var(--height-sub-menu-item-desktop) - var(--font-size-menu-desktop)) / 2) 11px;
}
.menu-wrapper--desktop .sub-menu .sub-menu {
  top: 0;
  left: 100%;
  width: auto;
}
.menu-wrapper--mobile {
  position: fixed;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 999;
  visibility: hidden;
  overflow: scroll;
  transition: opacity 0.3s, visibility 0.3s;
  pointer-events: none;
  opacity: 0;
  background-color: #572466;
  background-color: var(--background-color);
}
body.active-menu .menu-wrapper--mobile {
  visibility: visible;
  pointer-events: all;
  opacity: 1;
}
body.active-menu .menu-wrapper--mobile .background {
  visibility: visible;
  opacity: 1;
}
.menu-wrapper--mobile .logo_link {
  padding-top: 0;
  padding-bottom: 0;
  border-bottom: 0;
}
.menu-wrapper--mobile ul li {
  width: 100%;
  display: block;
}
.menu-wrapper--mobile ul li.menu-item-has-children > a > .tag {
  display: block;
}
.menu-wrapper--mobile a {
  padding-top: calc((50px - 18px) / 2);
  padding-top: calc((var(--height-menu-item-mobile) - var(--font-size-menu-mobile)) / 2);
  padding-bottom: calc((50px - 18px) / 2);
  padding-bottom: calc((var(--height-menu-item-mobile) - var(--font-size-menu-mobile)) / 2);
  padding-left: 50px;
  padding-left: var(--indent-menu);
  border: 0;
  font-size: 18px;
  font-size: var(--font-size-menu-mobile);
  font-weight: 700;
  font-weight: var(--font-weight-menu-mobile);
  line-height: 18px;
  line-height: var(--line-height-menu-mobile);
  color: #F29672;
  color: var(--color-menu-mobile);
  border-bottom-width: 1px;
  border-bottom-width: var(--border-width-menu);
  border-bottom-style: solid;
  border-bottom-color: #F29672 -menu;
  border-bottom-color: var(--primary-border-color) -menu;
}
.menu-wrapper--mobile a:hover, .menu-wrapper--mobile a:focus {
  color: #F29672;
  color: var(--hocus-color-menu-mobile);
}
.menu-wrapper--mobile .tag:after {
  background-color: #F29672;
  background-color: var(--primary-border-color);
}
.menu-wrapper--mobile .sub-menu {
  display: none;
}
.menu-wrapper--mobile .sub-menu a {
  padding-left: 50px;
  padding-left: var(--indent-sub-menu);
  font-size: 18px-0.2rem;
  font-size: var(--font-size-menu-mobile)-0.2rem;
  line-height: 1;
}
.menu-wrapper--mobile .sub-menu .sub-menu a {
  padding-left: 100px;
  padding-left: var(--indent-sub-sub-menu);
  font-size: 18px-0.4rem;
  font-size: var(--font-size-menu-mobile)-0.4rem;
  line-height: 1;
}
.menu-wrapper--mobile .background {
  content: "";
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  visibility: hidden;
  transition: background-color 0.3s;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.2);
  var(--position-menu): 300px;
}
@media (max-width: 575.98px) {
  .menu-wrapper--mobile {
    width: 100%;
  }
  .menu-wrapper--mobile .background {
    display: none;
  }
}

.menu-toggle {
  width: 32px;
  height: 32px;
  display: block;
  margin: 0 0 0 auto;
  border: 0;
  background-color: transparent;
}
.menu-toggle .icon-bar {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
  display: block;
  z-index: 1;
  transition: opacity 0.3s, transform 0.3s;
  transform-origin: 50%;
  border-radius: 0;
  border-radius: var(--border-radius);
  background-color: #F29672;
  background-color: var(--primary-border-color);
}
.menu-toggle .icon-bar:nth-child(1) {
  transform: translateY(8px) translateX(0px);
}
.menu-toggle .icon-bar:nth-child(2) {
  transform: translateY(16px) translateX(0px);
}
.menu-toggle .icon-bar:nth-child(3) {
  transform: translateY(24px) translateX(0px);
}
body.active-menu .menu-toggle .icon-bar:nth-child(1) {
  transform: translateY(16px) translateX(0px) rotate(45deg);
}
body.active-menu .menu-toggle .icon-bar:nth-child(2) {
  opacity: 0;
}
body.active-menu .menu-toggle .icon-bar:nth-child(3) {
  transform: translateY(16px) translateX(0px) rotate(-45deg);
}

.tag {
  position: absolute;
  top: 0px;
  right: 0px;
  display: none;
  border: none;
  background: none;
}
.menu-wrapper--mobile .tag {
  width: 50px;
  width: var(--height-menu-item-mobile);
  height: 50px;
  height: var(--height-menu-item-mobile);
}
.menu-wrapper--desktop .tag {
  position: relative;
  width: 13px;
  width: var(--icon-size-menu);
  height: 13px;
  height: var(--icon-size-menu);
  float: right;
}
.tag:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 50px;
  right: var(--height-menu-item-mobile);
  width: 1px;
  width: var(--border-width-menu);
  height: 50px-20px;
  height: var(--height-menu-item-mobile)-20px;
  transform: translateY(-50%);
}
.tag:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 13px;
  width: var(--icon-size-menu);
  height: 13px;
  height: var(--icon-size-menu);
  transform: translate(-50%, -50%) rotate(270deg);
  animation: button-to-up 0.3s forwards;
  background-image: url("images/icons/arrow.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
@media (max-width: 767.98px) {
  .tag {
    right: 0;
  }
}
@keyframes button-to-down {
  0% {
    transform: translate(-50%, -50%) rotate(270deg) scale(1);
    opacity: 1;
  }
  49% {
    transform: translate(-50%, -50%) rotate(270deg) scale(0.5);
    opacity: 0;
  }
  51% {
    transform: translate(-50%, -50%) rotate(90deg) scale(0.5);
    opacity: 0;
  }
  100% {
    transform: translate(-50%, -50%) rotate(90deg) scale(1);
    opacity: 1;
  }
}
@keyframes button-to-up {
  0% {
    transform: translate(-50%, -50%) rotate(90deg) scale(1);
    opacity: 1;
  }
  49% {
    transform: translate(-50%, -50%) rotate(90deg) scale(0.5);
    opacity: 0;
  }
  51% {
    transform: translate(-50%, -50%) rotate(270deg) scale(0.5);
    opacity: 0;
  }
  100% {
    transform: translate(-50%, -50%) rotate(270deg) scale(1);
    opacity: 1;
  }
}

.shape {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.shape__border {
  position: absolute;
  width: 9999px;
  height: 100%;
  border: 1px solid var(--blue-dark);
  border-radius: 1000px 0 0 1000px;
  transform: rotate(10deg);
}

/* SCSS Document 
  ____  _                  _  ___        _     ____           _                      
 / ___|| |_ __ _ _ __   __| |/ _ \ _   _| |_  |  _ \ ___  ___| | __ _ _ __ ___   ___      
 \___ \| __/ _` | '_ \ / _` | | | | | | | __| | |_) / _ \/ __| |/ _` | '_ ` _ \ / _ \      
  ___) | || (_| | | | | (_| | |_| | |_| | |_  |  _ <  __/ (__| | (_| | | | | | |  __/
 |____/ \__\__,_|_| |_|\__,_|\___/ \__,_|\__| |_| \_\___|\___|_|\__,_|_| |_| |_|\___|

 	SCSS for header elements (menu)
 */
.body {
  overflow: hidden;
}
.body__content-under {
  width: 397px;
}
.body__content-under p, .body__content-under li, .body__content-under td {
  font-size: 18px;
}
.body__image-overlay {
  transform: rotate(10deg);
}

/* SCSS Document 
  ____  _                  _  ___        _     ____           _                      
 / ___|| |_ __ _ _ __   __| |/ _ \ _   _| |_  |  _ \ ___  ___| | __ _ _ __ ___   ___      
 \___ \| __/ _` | '_ \ / _` | | | | | | | __| | |_) / _ \/ __| |/ _` | '_ ` _ \ / _ \      
  ___) | || (_| | | | | (_| | |_| | |_| | |_  |  _ <  __/ (__| | (_| | | | | | |  __/
 |____/ \__\__,_|_| |_|\__,_|\___/ \__,_|\__| |_| \_\___|\___|_|\__,_|_| |_| |_|\___|

 	SCSS for footer elements

 */
body.admin-bar .landing {
  height: calc(100vh - 32px) !important;
}
@media (max-width: 991.98px) {
  body.admin-bar .landing {
    height: auto !important;
  }
}

.landing {
  min-height: 100vh;
  width: 100vw;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
}
@media (max-width: 991.98px) {
  .landing {
    height: auto;
    gap: 50px;
  }
  .landing .landing__logo {
    max-width: 200px;
  }
}
.landing__header {
  padding: 70px 0;
}
@media (max-width: 991.98px) {
  .landing__header {
    padding: 30px 0;
  }
}
.landing__content {
  margin: 50px 0;
  z-index: 1;
}
@media (max-width: 991.98px) {
  .landing__content {
    margin: 0;
  }
}
.landing__logo-shape {
  position: absolute;
  bottom: -60px;
  right: -380px;
  z-index: -1;
}
@media (max-width: 1199.98px) {
  .landing__logo-shape {
    right: -400px;
    bottom: -50px;
  }
}
.landing__footer {
  padding: 50px 0 50px 0;
  background: #EEE8EF;
  background: var(--tertiary-color);
  z-index: 0;
  pointer-events: visible;
}
@media (max-width: 991.98px) {
  .landing__footer {
    padding: 30px 0;
  }
}
.landing__footer .landing__contact {
  display: flex;
  align-items: center;
  gap: 30px;
}
@media (max-width: 991.98px) {
  .landing__footer .landing__contact {
    margin-top: 20px;
    align-items: flex-start;
    gap: 15px;
    flex-direction: column;
  }
}
.landing__footer .landing__footer-content {
  z-index: 9;
}
.landing__footer .footer-content {
  z-index: 3;
}
.landing__topshape {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -2;
}
.landing__topshape svg {
  position: absolute;
  right: -177px;
  top: -100px;
  animation: slideIn 2s;
}
@media (max-width: 991.98px) {
  .landing__topshape svg path {
    fill: #EEE8EF;
    fill: var(--tertiary-color);
  }
}
@keyframes slideIn {
  from {
    top: -500px;
    opacity: 0;
  }
  to {
    top: -100px;
    opacity: 1;
  }
}
.landing__bottomshape {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -2;
  animation: rotateIn 1s;
  pointer-events: none;
}
.landing__bottomshape .container-shape {
  width: 100%;
  height: 100%;
}
.landing__bottomshape svg {
  position: absolute;
  right: -50%;
  bottom: -60px;
  animation: fadeIn 3s;
}
@media (max-width: 1199.98px) {
  .landing__bottomshape {
    display: none;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes rotateIn {
  from {
    transform: rotate(70deg);
  }
  to {
    transform: rotate(0deg);
  }
}

/* ACTIVATE FONT AWESOME MANUALLY - FontAwesome 6 Pro */
