/*!*******************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./node_modules/sass-loader/dist/cjs.js!../application/themes/default_theme/src/tailwind.css ***!
  \*******************************************************************************************************************************************************************************************************************/
/*
! tailwindcss v3.0.24 | 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.
*/

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, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
}

/*
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]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
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 */
  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:-ms-input-placeholder, textarea:-ms-input-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;
}

/*
Ensure the default browser behavior of the `hidden` attribute.
*/

[hidden] {
  display: none;
}
  body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

*, ::before, ::after {
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}
.container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
}
@media (min-width: 414px) {

  .container {
    max-width: 414px;
  }
}
@media (min-width: 640px) {

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

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

  .container {
    max-width: 1024px;
  }
}
@media (min-width: 1280px) {

  .container {
    max-width: 1280px;
  }
}
@media (min-width: 1536px) {

  .container {
    max-width: 1536px;
  }
}
.debug-screens::before {
  position: fixed;
  z-index: 2147483647;
  bottom: 0;
  left: 0;
  padding: .3333333em .5em;
  font-size: 12px;
  line-height: 1;
  font-family: sans-serif;
  background-color: #000;
  color: #fff;
  box-shadow: 0 0 0 1px #fff;
  content: 'screen: _';
}
@media (min-width: 414px) {

  .debug-screens::before {
    content: 'screen: xs';
  }
}
@media (min-width: 640px) {

  .debug-screens::before {
    content: 'screen: sm';
  }
}
@media (min-width: 768px) {

  .debug-screens::before {
    content: 'screen: md';
  }
}
@media (min-width: 1024px) {

  .debug-screens::before {
    content: 'screen: lg';
  }
}
@media (min-width: 1280px) {

  .debug-screens::before {
    content: 'screen: xl';
  }
}
@media (min-width: 1536px) {

  .debug-screens::before {
    content: 'screen: 2xl';
  }
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.inset-1 {
  top: 0.25rem;
  right: 0.25rem;
  bottom: 0.25rem;
  left: 0.25rem;
}
.inset-0 {
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}
.-top-1 {
  top: -0.25rem;
}
.bottom-6 {
  bottom: 1.5rem;
}
.left-6 {
  left: 1.5rem;
}
.top-auto {
  top: auto;
}
.-bottom-\[134px\] {
  bottom: -134px;
}
.right-6 {
  right: 1.5rem;
}
.bottom-\[500px\] {
  bottom: 500px;
}
.top-5 {
  top: 1.25rem;
}
.-top-\[65px\] {
  top: -65px;
}
.left-0 {
  left: 0px;
}
.right-\[299px\] {
  right: 299px;
}
.bottom-\[36px\] {
  bottom: 36px;
}
.-bottom-\[23px\] {
  bottom: -23px;
}
.top-\[86px\] {
  top: 86px;
}
.top-\[124px\] {
  top: 124px;
}
.-bottom-\[42px\] {
  bottom: -42px;
}
.top-\[220px\] {
  top: 220px;
}
.top-1\/2 {
  top: 50%;
}
.top-\[158px\] {
  top: 158px;
}
.bottom-0 {
  bottom: 0px;
}
.top-12 {
  top: 3rem;
}
.bottom-\[332px\] {
  bottom: 332px;
}
.bottom-\[482px\] {
  bottom: 482px;
}
.top-\[185px\] {
  top: 185px;
}
.right-0 {
  right: 0px;
}
.top-\[148px\] {
  top: 148px;
}
.bottom-\[254px\] {
  bottom: 254px;
}
.top-6 {
  top: 1.5rem;
}
.right-\[18px\] {
  right: 18px;
}
.top-0 {
  top: 0px;
}
.left-auto {
  left: auto;
}
.z-auto {
  z-index: auto;
}
.z-\[1\] {
  z-index: 1;
}
.z-10 {
  z-index: 10;
}
.z-20 {
  z-index: 20;
}
.-z-\[1\] {
  z-index: -1;
}
.z-0 {
  z-index: 0;
}
.z-50 {
  z-index: 50;
}
.z-40 {
  z-index: 40;
}
.z-30 {
  z-index: 30;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.my-20 {
  margin-top: 5rem;
  margin-bottom: 5rem;
}
.ml-\[2px\] {
  margin-left: 2px;
}
.mt-4 {
  margin-top: 1rem;
}
.mb-3 {
  margin-bottom: 0.75rem;
}
.mb-4 {
  margin-bottom: 1rem;
}
.mb-\[13px\] {
  margin-bottom: 13px;
}
.mt-10 {
  margin-top: 2.5rem;
}
.mt-2 {
  margin-top: 0.5rem;
}
.mb-\[21px\] {
  margin-bottom: 21px;
}
.mb-\[40px\] {
  margin-bottom: 40px;
}
.mt-20 {
  margin-top: 5rem;
}
.mt-\[66px\] {
  margin-top: 66px;
}
.mb-10 {
  margin-bottom: 2.5rem;
}
.mt-\[77px\] {
  margin-top: 77px;
}
.mt-8 {
  margin-top: 2rem;
}
.mt-12 {
  margin-top: 3rem;
}
.mt-14 {
  margin-top: 3.5rem;
}
.mb-16 {
  margin-bottom: 4rem;
}
.mt-6 {
  margin-top: 1.5rem;
}
.ml-2 {
  margin-left: 0.5rem;
}
.mt-16 {
  margin-top: 4rem;
}
.mb-\[160px\] {
  margin-bottom: 160px;
}
.block {
  display: block;
}
.flex {
  display: flex;
}
.grid {
  display: grid;
}
.hidden {
  display: none;
}
.\!hidden {
  display: none !important;
}
.aspect-square {
  aspect-ratio: 1 / 1;
}
.aspect-\[3\/2\] {
  aspect-ratio: 3 / 2;
}
.h-10 {
  height: 2.5rem;
}
.h-fit {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.h-full {
  height: 100%;
}
.h-\[14px\] {
  height: 14px;
}
.h-\[260px\] {
  height: 260px;
}
.h-\[303px\] {
  height: 303px;
}
.h-\[240px\] {
  height: 240px;
}
.h-\[42px\] {
  height: 42px;
}
.h-\[527px\] {
  height: 527px;
}
.h-\[52px\] {
  height: 52px;
}
.h-\[302px\] {
  height: 302px;
}
.h-\[286px\] {
  height: 286px;
}
.h-\[702px\] {
  height: 702px;
}
.h-auto {
  height: auto;
}
.h-\[252px\] {
  height: 252px;
}
.h-\[323px\] {
  height: 323px;
}
.h-\[100vh\] {
  height: 100vh;
}
.max-h-\[89\.5vh\] {
  max-height: 89.5vh;
}
.max-h-\[672px\] {
  max-height: 672px;
}
.min-h-\[48px\] {
  min-height: 48px;
}
.min-h-\[842px\] {
  min-height: 842px;
}
.min-h-\[560px\] {
  min-height: 560px;
}
.min-h-\[200px\] {
  min-height: 200px;
}
.w-10 {
  width: 2.5rem;
}
.w-fit {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.w-full {
  width: 100%;
}
.w-\[13px\] {
  width: 13px;
}
.w-4\/5 {
  width: 80%;
}
.w-\[60px\] {
  width: 60px;
}
.w-\[536px\] {
  width: 536px;
}
.w-\[638px\] {
  width: 638px;
}
.w-\[272px\] {
  width: 272px;
}
.w-\[674px\] {
  width: 674px;
}
.w-\[calc\(100\%-20px\)\] {
  width: calc(100% - 20px);
}
.w-\[159px\] {
  width: 159px;
}
.w-11\/12 {
  width: 91.666667%;
}
.max-w-\[1200px\] {
  max-width: 1200px;
}
.max-w-\[580px\] {
  max-width: 580px;
}
.max-w-\[1364px\] {
  max-width: 1364px;
}
.max-w-\[610px\] {
  max-width: 610px;
}
.max-w-\[480px\] {
  max-width: 480px;
}
.max-w-\[609px\] {
  max-width: 609px;
}
.max-w-full {
  max-width: 100%;
}
.\!max-w-\[848px\] {
  max-width: 848px !important;
}
.max-w-\[48vw\] {
  max-width: 48vw;
}
.max-w-\[812px\] {
  max-width: 812px;
}
.max-w-\[674px\] {
  max-width: 674px;
}
.max-w-\[584px\] {
  max-width: 584px;
}
.max-w-\[247px\] {
  max-width: 247px;
}
.translate-x-1\/2 {
  --tw-translate-x: 50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-translate-y-1\/2 {
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-x-\[200\%\] {
  --tw-translate-x: 200%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-x-0 {
  --tw-translate-x: 0px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.scale-150 {
  --tw-scale-x: 1.5;
  --tw-scale-y: 1.5;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.cursor-pointer {
  cursor: pointer;
}
.cursor-zoom-in {
  cursor: zoom-in;
}
.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.grid-cols-none {
  grid-template-columns: none;
}
.flex-row {
  flex-direction: row;
}
.flex-col {
  flex-direction: column;
}
.flex-col-reverse {
  flex-direction: column-reverse;
}
.flex-wrap {
  flex-wrap: wrap;
}
.place-items-center {
  place-items: center;
}
.items-start {
  align-items: flex-start;
}
.items-center {
  align-items: center;
}
.justify-end {
  justify-content: flex-end;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.gap-6 {
  gap: 1.5rem;
}
.gap-\[1px\] {
  gap: 1px;
}
.gap-4 {
  gap: 1rem;
}
.gap-\[21px\] {
  gap: 21px;
}
.gap-\[25px\] {
  gap: 25px;
}
.gap-8 {
  gap: 2rem;
}
.gap-y-16 {
  row-gap: 4rem;
}
.gap-y-8 {
  row-gap: 2rem;
}
.gap-x-20 {
  -moz-column-gap: 5rem;
       column-gap: 5rem;
}
.gap-y-6 {
  row-gap: 1.5rem;
}
.gap-y-4 {
  row-gap: 1rem;
}
.gap-y-\[17px\] {
  row-gap: 17px;
}
.gap-y-5 {
  row-gap: 1.25rem;
}
.gap-y-10 {
  row-gap: 2.5rem;
}
.gap-y-14 {
  row-gap: 3.5rem;
}
.gap-x-\[70px\] {
  -moz-column-gap: 70px;
       column-gap: 70px;
}
.gap-y-\[23px\] {
  row-gap: 23px;
}
.gap-x-4 {
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}
.space-y-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-visible {
  overflow: visible;
}
.overflow-y-auto {
  overflow-y: auto;
}
.rounded-\[22px\] {
  border-radius: 22px;
}
.rounded-full {
  border-radius: 9999px;
}
.rounded-l-full {
  border-top-left-radius: 9999px;
  border-bottom-left-radius: 9999px;
}
.rounded-r-full {
  border-top-right-radius: 9999px;
  border-bottom-right-radius: 9999px;
}
.border {
  border-width: 1px;
}
.border-\[5px\] {
  border-width: 5px;
}
.border-white {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}
.border-black {
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-secondary {
  --tw-bg-opacity: 1;
  background-color: rgb(246 235 203 / var(--tw-bg-opacity));
}
.bg-gradient-to-br {
  background-image: linear-gradient(to bottom right, var(--tw-gradient-stops));
}
.from-primary {
  --tw-gradient-from: #DA0000;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgb(218 0 0 / 0));
}
.to-accent {
  --tw-gradient-to: #F3BC0A;
}
.bg-cover {
  background-size: cover;
}
.bg-center {
  background-position: center;
}
.p-2 {
  padding: 0.5rem;
}
.p-\[6px\] {
  padding: 6px;
}
.p-3 {
  padding: 0.75rem;
}
.p-\[18px\] {
  padding: 18px;
}
.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.py-\[18px\] {
  padding-top: 18px;
  padding-bottom: 18px;
}
.px-\[18px\] {
  padding-left: 18px;
  padding-right: 18px;
}
.px-\[15px\] {
  padding-left: 15px;
  padding-right: 15px;
}
.py-\[42px\] {
  padding-top: 42px;
  padding-bottom: 42px;
}
.pr-8 {
  padding-right: 2rem;
}
.pl-\[11px\] {
  padding-left: 11px;
}
.pt-\[13px\] {
  padding-top: 13px;
}
.pb-\[32px\] {
  padding-bottom: 32px;
}
.pt-2 {
  padding-top: 0.5rem;
}
.pl-\[18px\] {
  padding-left: 18px;
}
.pt-\[41px\] {
  padding-top: 41px;
}
.pb-7 {
  padding-bottom: 1.75rem;
}
.pl-\[15px\] {
  padding-left: 15px;
}
.pr-\[60px\] {
  padding-right: 60px;
}
.pt-\[76px\] {
  padding-top: 76px;
}
.pb-\[65px\] {
  padding-bottom: 65px;
}
.pb-\[87px\] {
  padding-bottom: 87px;
}
.pt-10 {
  padding-top: 2.5rem;
}
.pr-\[18px\] {
  padding-right: 18px;
}
.pb-\[294px\] {
  padding-bottom: 294px;
}
.pt-20 {
  padding-top: 5rem;
}
.pb-10 {
  padding-bottom: 2.5rem;
}
.pt-\[60px\] {
  padding-top: 60px;
}
.pb-20 {
  padding-bottom: 5rem;
}
.pt-\[23px\] {
  padding-top: 23px;
}
.text-center {
  text-align: center;
}
.text-\[12px\] {
  font-size: 12px;
}
.text-\[34px\] {
  font-size: 34px;
}
.text-\[17px\] {
  font-size: 17px;
}
.text-\[24px\] {
  font-size: 24px;
}
.text-\[15px\] {
  font-size: 15px;
}
.text-\[16px\] {
  font-size: 16px;
}
.text-\[26px\] {
  font-size: 26px;
}
.text-\[40px\] {
  font-size: 40px;
}
.text-\[18px\] {
  font-size: 18px;
}
.text-\[21px\] {
  font-size: 21px;
}
.text-\[38px\] {
  font-size: 38px;
}
.font-bold {
  font-weight: 700;
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.text-\[\#2E2C2A\] {
  --tw-text-opacity: 1;
  color: rgb(46 44 42 / var(--tw-text-opacity));
}
.\!text-black {
  --tw-text-opacity: 1 !important;
  color: rgb(0 0 0 / var(--tw-text-opacity)) !important;
}
.\!text-white {
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}
.text-black {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.\!text-primary {
  --tw-text-opacity: 1 !important;
  color: rgb(218 0 0 / var(--tw-text-opacity)) !important;
}
.subpixel-antialiased {
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
}
.opacity-30 {
  opacity: 0.3;
}
.opacity-0 {
  opacity: 0;
}
.opacity-40 {
  opacity: 0.4;
}
.shadow-\[0px_0px_30px_\#00000029\] {
  --tw-shadow: 0px 0px 30px #00000029;
  --tw-shadow-colored: 0px 0px 30px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-\[-10px_0_6px_0_rgba\(0\2c 0\2c 0\2c 0\.09\)\] {
  --tw-shadow: -10px 0 6px 0 rgba(0,0,0,0.09);
  --tw-shadow-colored: -10px 0 6px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.duration-200 {
  transition-duration: 200ms;
}
.duration-300 {
  transition-duration: 300ms;
}
.img-cover img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.flex-center {
  display: flex;
  align-items: center;
  justify-content: center;
}
.odd\:gap-y-2:nth-child(odd) {
  row-gap: 0.5rem;
}
.odd\:pr-\[18px\]:nth-child(odd) {
  padding-right: 18px;
}
.even\:pl-\[18px\]:nth-child(even) {
  padding-left: 18px;
}
.group:hover .group-hover\:border-\[5px\] {
  border-width: 5px;
}
.group:hover .group-hover\:border-white {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}
.group:hover .group-hover\:opacity-100 {
  opacity: 1;
}
@media (min-width: 640px) {

  .sm\:max-w-\[484px\] {
    max-width: 484px;
  }

  .sm\:pr-\[150px\] {
    padding-right: 150px;
  }
}
@media (min-width: 768px) {

  .md\:h-\[320px\] {
    height: 320px;
  }

  .md\:auto-cols-min {
    grid-auto-columns: -webkit-min-content;
    grid-auto-columns: min-content;
  }

  .md\:grid-flow-col {
    grid-auto-flow: column;
  }

  .md\:grid-cols-none {
    grid-template-columns: none;
  }
}
@media (min-width: 1024px) {

  .lg\:absolute {
    position: absolute;
  }

  .lg\:left-0 {
    left: 0px;
  }

  .lg\:top-0 {
    top: 0px;
  }

  .lg\:bottom-\[350px\] {
    bottom: 350px;
  }

  .lg\:-top-\[110px\] {
    top: -110px;
  }

  .lg\:bottom-0 {
    bottom: 0px;
  }

  .lg\:top-6 {
    top: 1.5rem;
  }

  .lg\:top-\[136px\] {
    top: 136px;
  }

  .lg\:mt-\[68px\] {
    margin-top: 68px;
  }

  .lg\:mt-\[110px\] {
    margin-top: 110px;
  }

  .lg\:mb-\[29px\] {
    margin-bottom: 29px;
  }

  .lg\:mb-\[10px\] {
    margin-bottom: 10px;
  }

  .lg\:ml-\[18px\] {
    margin-left: 18px;
  }

  .lg\:mt-\[157px\] {
    margin-top: 157px;
  }

  .lg\:mt-\[47px\] {
    margin-top: 47px;
  }

  .lg\:mt-\[98px\] {
    margin-top: 98px;
  }

  .lg\:mb-5 {
    margin-bottom: 1.25rem;
  }

  .lg\:ml-0 {
    margin-left: 0px;
  }

  .lg\:mb-\[116px\] {
    margin-bottom: 116px;
  }

  .lg\:mt-20 {
    margin-top: 5rem;
  }

  .lg\:mt-\[90px\] {
    margin-top: 90px;
  }

  .lg\:mt-9 {
    margin-top: 2.25rem;
  }

  .lg\:mr-2 {
    margin-right: 0.5rem;
  }

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

  .lg\:flex {
    display: flex;
  }

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

  .lg\:aspect-\[5\/4\] {
    aspect-ratio: 5 / 4;
  }

  .lg\:h-\[389px\] {
    height: 389px;
  }

  .lg\:h-\[555px\] {
    height: 555px;
  }

  .lg\:h-\[348px\] {
    height: 348px;
  }

  .lg\:h-\[663px\] {
    height: 663px;
  }

  .lg\:h-\[590px\] {
    height: 590px;
  }

  .lg\:h-\[603px\] {
    height: 603px;
  }

  .lg\:min-h-\[1004px\] {
    min-height: 1004px;
  }

  .lg\:min-h-\[904px\] {
    min-height: 904px;
  }

  .lg\:min-h-\[471px\] {
    min-height: 471px;
  }

  .lg\:w-\[48\%\] {
    width: 48%;
  }

  .lg\:w-\[610px\] {
    width: 610px;
  }

  .lg\:w-1\/2 {
    width: 50%;
  }

  .lg\:w-3\/5 {
    width: 60%;
  }

  .lg\:w-5\/12 {
    width: 41.666667%;
  }

  .lg\:w-7\/12 {
    width: 58.333333%;
  }

  .lg\:w-\[344px\] {
    width: 344px;
  }

  .lg\:w-\[80\%\] {
    width: 80%;
  }

  .lg\:w-\[69\%\] {
    width: 69%;
  }

  .lg\:max-w-\[1171px\] {
    max-width: 1171px;
  }

  .lg\:max-w-\[1119px\] {
    max-width: 1119px;
  }

  .lg\:flex-row {
    flex-direction: row;
  }

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

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

  .lg\:items-start {
    align-items: flex-start;
  }

  .lg\:justify-end {
    justify-content: flex-end;
  }

  .lg\:gap-y-\[90px\] {
    row-gap: 90px;
  }

  .lg\:gap-y-10 {
    row-gap: 2.5rem;
  }

  .lg\:border-none {
    border-style: none;
  }

  .lg\:py-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .lg\:px-\[30px\] {
    padding-left: 30px;
    padding-right: 30px;
  }

  .lg\:px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }

  .lg\:py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .lg\:pr-0 {
    padding-right: 0px;
  }

  .lg\:pl-1 {
    padding-left: 0.25rem;
  }

  .lg\:pl-0 {
    padding-left: 0px;
  }

  .lg\:pt-\[123px\] {
    padding-top: 123px;
  }

  .lg\:pb-10 {
    padding-bottom: 2.5rem;
  }

  .lg\:pr-8 {
    padding-right: 2rem;
  }

  .lg\:pb-\[120px\] {
    padding-bottom: 120px;
  }

  .lg\:pb-\[634px\] {
    padding-bottom: 634px;
  }

  .lg\:pb-\[75px\] {
    padding-bottom: 75px;
  }

  .lg\:pb-\[481px\] {
    padding-bottom: 481px;
  }

  .lg\:pb-\[102px\] {
    padding-bottom: 102px;
  }

  .lg\:odd\:ml-0:nth-child(odd) {
    margin-left: 0px;
  }

  .lg\:odd\:flex-row:nth-child(odd) {
    flex-direction: row;
  }

  .lg\:odd\:flex-row-reverse:nth-child(odd) {
    flex-direction: row-reverse;
  }

  .lg\:even\:mr-0:nth-child(even) {
    margin-right: 0px;
  }

  .lg\:even\:flex-row:nth-child(even) {
    flex-direction: row;
  }

  .lg\:even\:flex-row-reverse:nth-child(even) {
    flex-direction: row-reverse;
  }
}
@media (min-width: 1280px) {

  .xl\:mr-\[34px\] {
    margin-right: 34px;
  }

  .xl\:flex {
    display: flex;
  }

  .xl\:w-\[219px\] {
    width: 219px;
  }

  .xl\:pl-2 {
    padding-left: 0.5rem;
  }

  .xl\:text-\[18px\] {
    font-size: 18px;
  }
}
/*!****************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./node_modules/sass-loader/dist/cjs.js!../application/themes/default_theme/src/main.scss ***!
  \****************************************************************************************************************************************************************************************************************/
/* Grid */
/* Alert colors */
/* Design colors */
.outfit {
  font-family: "Outfit", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}

.space-grotesk {
  font-family: "Space Grotesk", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}
.space-grotesk--regular {
  font-weight: 400;
}
.space-grotesk--bold {
  font-weight: 700;
}

h1,
h2,
h3,
h4,
h5 {
  font-weight: 700;
  letter-spacing: inherit;
  font-family: "Outfit", sans-serif;
}

h1 {
  font-size: 1.75rem;
  font-size: clamp(44px, 5vw, 85px);
  line-height: 1;
}

h2 {
  font-size: 1.5rem;
  font-size: clamp(32px, 4vw, 56px);
  line-height: 1.05;
}

h3 {
  font-size: 1.25rem;
  font-size: clamp(24px, 2vw, 32px);
  line-height: 1.05;
}

.standard-list ul,
.object-list ul {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  text-align: start;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.standard-list ul li,
.object-list ul li {
  text-align: start;
  font-family: "Space Grotesk", sans-serif;
  line-height: 32px;
  font-size: 17px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.standard-list ul li:before,
.object-list ul li:before {
  display: inline-flex;
  position: relative;
  content: "";
  margin-right: 18px;
  left: 0;
  width: 12px;
  aspect-ratio: 1/1;
  background-image: linear-gradient(133deg, #000000 0%, #404040 100%);
  border-radius: 100%;
}

.object-list ul li {
  text-align: start;
  font-family: "Space Grotesk", sans-serif;
  line-height: 26px;
  font-size: 17px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.object-list ul li:before {
  display: inline-flex;
  position: relative;
  content: "";
  margin-right: 11px;
  top: -2px;
  left: 0;
  width: 5px;
  aspect-ratio: 1/1;
  background-image: linear-gradient(133deg, #000000 0%, #404040 100%);
  border-radius: 100%;
}

p,
footer ul li {
  font-family: "Space Grotesk", sans-serif;
  font-size: 17px;
  color: #2E2C2A;
  line-height: 26px;
  font-weight: 400;
}
p a,
footer ul li a {
  text-decoration: underline;
  color: #DA0000;
}
p a:hover,
footer ul li a:hover {
  text-decoration: none;
}
p strong, p a,
footer ul li strong,
footer ul li a {
  font-weight: 700;
}
p.list-inline-item a,
footer ul li.list-inline-item a {
  font-size: 24px;
}

.intro p,
.overwinteren p {
  font-size: 17px;
  line-height: 28px;
  color: white;
  font-size: clamp(17px, 1.5vw, 19px);
}
.intro p a,
.overwinteren p a {
  color: inherit;
}

footer p a,
footer ul li a {
  color: inherit;
  font-weight: 400;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 100px;
}

.ccm-page .alert {
  padding: 15px;
  border: 1px solid transparent;
  border-radius: 2px;
}
.ccm-page .alert.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #5bc0de;
}
.ccm-page .alert.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #5cb85c;
}
.ccm-page .alert.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #d9534f;
}
.ccm-page .alert.alert-warning {
  background-color: #fcf8e3;
  border-color: #faf2cc;
  color: #f0ad4e;
}
.ccm-page .form-group {
  display: block;
  margin: 0;
}
.ccm-page .dynamic-form-control {
  margin-top: 0 !important;
}
.ccm-page .dynamic-form-container form {
  display: flex;
  flex-direction: column;
  row-gap: 24px;
}
.ccm-page .form-control {
  outline: none;
  border: 0;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  margin: 0;
  padding: 0 15px;
  background: #fff;
  width: 100%;
  height: 60px;
  line-height: 60px;
  font-family: "Space Grotesk", sans-serif;
  font-size: inherit;
  color: #000;
}
.ccm-page .form-control::-moz-placeholder {
  color: #BCBCBC;
  font-style: normal;
}
.ccm-page .form-control:-ms-input-placeholder {
  color: #BCBCBC;
  font-style: normal;
}
.ccm-page .form-control::placeholder {
  color: #BCBCBC;
  font-style: normal;
}
.ccm-page .control-label {
  display: block;
  height: 0;
  width: 0;
  opacity: 0;
  overflow: hidden;
}
.ccm-page textarea.form-control {
  resize: none;
  padding: 20px 15px;
  height: auto;
  line-height: inherit;
  border-radius: 30px;
}
.ccm-page .ccm-input-date {
  margin-right: 0 !important;
}
.ccm-page .input-group:after {
  display: table;
  content: "";
  clear: both;
}
.ccm-page .input-group .input-group-datepicker {
  float: left;
  width: calc(100% - 45px);
}
.ccm-page .input-group .input-group-datepicker .form-control {
  width: 100%;
}
.ccm-page .input-group .input-group-addon {
  display: block;
  border: 0;
  border-radius: 3px;
  background: #ddd;
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  font-size: inherit;
  color: rgba(237, 237, 237, 0.3);
}
.ccm-page .input-group .input-group-addon:first-child {
  float: left;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.ccm-page .input-group .input-group-addon:last-child {
  float: right;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.ccm-page .input-group .form-control {
  width: calc(100% - 45px);
}
.ccm-page .input-group .form-control:first-child {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.ccm-page .input-group .form-control:last-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.ccm-page .human-check-wrap {
  font-family: "Space Grotesk", sans-serif;
  height: -webkit-fit-content !important;
  height: -moz-fit-content !important;
  height: fit-content !important;
}
.ccm-page .human-check-wrap span a {
  text-transform: lowercase;
  font-weight: 700;
  text-decoration: underline;
  color: #DA0000;
}
.ccm-page .human-check-wrap span a:hover {
  text-decoration: none;
}
.ccm-page .human-check-wrap .humanity-check {
  background-color: #fff;
  border: 0 !important;
  border-radius: 10px;
}
.ccm-page .button,
.ccm-page button[type=submit] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding-top: 18px;
  padding-bottom: 19px;
  padding-inline: 37px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 171px;
  border-radius: 50px;
  opacity: 1;
}
.ccm-page .button.button-style-1,
.ccm-page button[type=submit].button-style-1 {
  background: transparent linear-gradient(96deg, #000000 0%, #404040 100%);
  transition: background ease-in-out 0.2s;
}
.ccm-page .button.button-style-1:hover,
.ccm-page button[type=submit].button-style-1:hover {
  background: transparent linear-gradient(276deg, #DA0011 0%, #7D270C 100%);
}
.ccm-page .button.button-style-2,
.ccm-page button[type=submit].button-style-2 {
  background: transparent linear-gradient(276deg, #DA0011 0%, #7D270C 100%);
}
.ccm-page .button.button-style-2:hover,
.ccm-page button[type=submit].button-style-2:hover {
  background: transparent linear-gradient(96deg, #000000 0%, #404040 100%);
}
.ccm-page .button .caption,
.ccm-page .button .caption_mobile,
.ccm-page button[type=submit] .caption,
.ccm-page button[type=submit] .caption_mobile {
  color: #fff;
  font-family: "Space Grotesk", sans-serif;
  font-weight: 700;
  font-size: clamp(15px, 1.3vw, 18px);
}
.ccm-page .button .caption,
.ccm-page button[type=submit] .caption {
  display: none;
}
@media only screen and (min-width: 768px) {
  .ccm-page .button .caption,
  .ccm-page button[type=submit] .caption {
    display: inline-block;
  }
}
.ccm-page .button .caption_mobile,
.ccm-page button[type=submit] .caption_mobile {
  display: inline-block;
}
@media only screen and (min-width: 768px) {
  .ccm-page .button .caption_mobile,
  .ccm-page button[type=submit] .caption_mobile {
    display: none;
  }
}
.ccm-page button[type=submit] {
  background: transparent linear-gradient(276deg, #DA0011 0%, #7D270C 100%);
  font-family: "Space Grotesk", sans-serif;
  font-weight: 700;
  color: #fff;
}
.ccm-page button[type=submit]:hover {
  background: transparent linear-gradient(96deg, #000000 0%, #404040 100%);
}
.ccm-page .button-inline {
  margin-right: 24px;
}
.ccm-page .header-row .button {
  min-width: 126px;
  padding-inline: 18px;
}
@media only screen and (min-width: 1280px) {
  .ccm-page .header-row .button {
    padding-inline: 24px;
  }
}
.ccm-page .navigation {
  display: flex;
  flex-direction: column;
  row-gap: 36px;
}
@media only screen and (min-width: 1024px) {
  .ccm-page .navigation {
    flex-direction: row;
    -moz-column-gap: 12px;
         column-gap: 12px;
  }
}
@media only screen and (min-width: 1280px) {
  .ccm-page .navigation {
    -moz-column-gap: 24px;
         column-gap: 24px;
  }
}
.ccm-page .navigation .nav-item {
  position: relative;
}
@media only screen and (min-width: 1024px) {
  .ccm-page .navigation .nav-item.current .nav-item-anchor:before,
  .ccm-page .navigation .nav-item:hover .nav-item-anchor:before {
    content: "";
    position: absolute;
    inset-inline: 0;
    bottom: -12px;
    height: 3px;
    background: white;
  }
  .ccm-page .navigation .nav-item.current .sub-menu .nav-item-anchor::before,
  .ccm-page .navigation .nav-item:hover .sub-menu .nav-item-anchor::before {
    display: none;
  }
}
.ccm-page .sub-menu {
  display: none;
  position: relative;
  flex-direction: column;
  background-color: white;
  width: 100%;
  transition: all ease-in-out 0.21s;
}
@media only screen and (min-width: 1024px) {
  .ccm-page .sub-menu {
    margin-bottom: 0;
  }
}
.ccm-page .sub-menu.open {
  display: flex;
  margin-top: 16px;
  margin-bottom: 10px;
  font-weight: 300 !important;
}
.ccm-page .sub-menu.open .nav-item-anchor:before {
  display: flex;
  content: "\f054";
  color: black;
  font-family: fontAwesome;
  top: 4px;
  margin-right: 9px;
  font-size: 9px;
  height: 9px;
  position: relative;
}
@media only screen and (min-width: 1024px) {
  .ccm-page .sub-menu {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    position: absolute;
    left: 50%;
    padding-block: 24px;
    min-width: 246px;
    border-radius: 20px;
    transform: translate(-50%, 34px);
  }
  .ccm-page .sub-menu::after {
    display: block;
    position: absolute;
    background: transparent;
    top: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 34px;
    transform: translateY(-100%);
  }
}
.ccm-page .sub-menu .nav-item {
  height: auto;
  padding-block: 0;
}
.ccm-page .sub-menu .sub-item {
  display: flex;
  position: relative;
  height: 41px;
}
.ccm-page .sub-menu .sub-item .nav-item-anchor {
  display: flex;
  min-width: auto;
  width: 100%;
  height: 45px;
  color: black !important;
}
@media only screen and (min-width: 1024px) {
  .ccm-page .sub-menu .sub-item .nav-item-anchor {
    border-radius: 0;
    align-items: center;
    min-width: -webkit-max-content;
    min-width: -moz-max-content;
    min-width: max-content;
    padding-inline: 24px 60px;
  }
  .ccm-page .sub-menu .sub-item .nav-item-anchor:hover {
    color: white !important;
    background-image: linear-gradient(101deg, #000000 0%, #404040 100%);
    border-bottom: none;
  }
}
.ccm-page #menu__button {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 60px;
  aspect-ratio: 1/1;
  border-radius: 30px;
}
@media only screen and (min-width: 1024px) {
  .ccm-page .nav-item.has-submenu .nav-item-anchor .submenu-dropdown {
    display: none;
  }
  .ccm-page .has-submenu:hover .sub-menu {
    display: flex;
  }
}
.ccm-page .ccm-block-switch-language-flags {
  cursor: pointer;
  position: relative;
}
.ccm-page .ccm-block-switch-language-flags .language-toggle {
  cursor: pointer;
}
.ccm-page .ccm-block-switch-language-flags .language-toggle:after {
  display: flex;
  content: "\f107";
  color: black;
  font-family: fontAwesome;
  font-size: 11px;
  height: 11px;
  position: relative;
}
.ccm-page .ccm-block-switch-language-flags .submenu-languages {
  background-color: transparent;
  display: none;
  flex-direction: column;
  justify-content: center;
  margin-inline: auto;
  padding-top: 10px;
  position: absolute;
  top: 100%;
  row-gap: 6px;
  left: 50%;
  transform: translateX(-50%);
  transition: all 0.2s ease;
}
.ccm-page .ccm-block-switch-language-flags .submenu-languages a {
  text-align: left !important;
  margin: 0;
  cursor: pointer;
}
@media only screen and (min-width: 1024px) {
  .ccm-page .ccm-block-switch-language-flags .submenu-languages a {
    display: block;
    padding: 0;
  }
}
.ccm-page .ccm-block-switch-language-flags .submenu-languages a.ccm-block-switch-language-active {
  display: none;
}
.ccm-page .ccm-block-switch-language-flags .submenu-languages .ccm-block-switch-language {
  display: flex;
  justify-items: center;
  align-items: center;
  width: 48px;
  aspect-ratio: 1/1;
  padding-inline: 14px;
  background: linear-gradient(101deg, #000000 0%, #404040 100%);
  opacity: 1;
  border-radius: 100%;
  transition: all ease-in-out 0.2s;
}
@media only screen and (min-width: 1024px) {
  .ccm-page .ccm-block-switch-language-flags .submenu-languages .ccm-block-switch-language {
    background: white;
  }
  .ccm-page .ccm-block-switch-language-flags .submenu-languages .ccm-block-switch-language:hover {
    background: linear-gradient(101deg, #000000 0%, #404040 100%);
  }
}
.ccm-page .ccm-block-switch-language-flags:hover .submenu-languages {
  display: flex;
}
.ccm-edit-mode .ccm-page h1, .ccm-edit-mode .ccm-page h2, .ccm-edit-mode .ccm-page h3, .ccm-edit-mode .ccm-page h4, .ccm-edit-mode .ccm-page p, .ccm-edit-mode .ccm-page span {
  margin-bottom: 16px;
}
.ccm-toolbar-visible .ccm-page #menu__button {
  top: 68px !important;
}
.ccm-toolbar-visible .ccm-page #menu__wrapper {
  padding-top: 44px !important;
}
.ccm-page div#ccm-panel-add-block a p {
  display: flex;
  justify-content: center;
  align-items: center;
}
.ccm-page .row {
  position: relative;
  width: 100%;
  max-width: 1400px;
  margin-inline: auto;
  padding-inline: 18px;
}
.ccm-page .row--small {
  max-width: 1082px;
}
.ccm-page .row--center {
  max-width: 785px;
  text-align: center;
}
.ccm-page .gradient-bg {
  background-image: linear-gradient(180deg, #F3BC0A 0%, #DA0000 100%);
}
.ccm-page .gradient-bg--transparency {
  background-image: linear-gradient(0deg, transparent 0, 84px, #DA0000 84px, #F3BC0A 100%);
}
@media only screen and (min-width: 1024px) {
  .ccm-page .gradient-bg--transparency {
    background-image: linear-gradient(0deg, transparent 0, 206px, #DA0000 206px, #F3BC0A 100%);
  }
}
.ccm-page .gradient-bg--transparent-rev {
  background-image: linear-gradient(0deg, transparent 0, 160px, #F3BC0A 160px, #DA0000 100%);
}
@media only screen and (min-width: 1024px) {
  .ccm-page .gradient-bg--transparent-rev {
    background-image: linear-gradient(0deg, transparent 0, 280px, #F3BC0A 280px, #DA0000 100%);
  }
}
.ccm-page .dark-gradient {
  color: #fff;
  background-image: linear-gradient(101deg, #000000 0%, #404040 100%);
}
@media only screen and (min-width: 1024px) {
  .ccm-page .dark-gradient {
    background-image: linear-gradient(91deg, #000000 0%, #404040 100%);
  }
  .ccm-page .dark-gradient--hover:hover {
    background-image: linear-gradient(180deg, #F3BC0A 0%, #DA0000 100%);
  }
}
.ccm-page .dot-pattern {
  background-image: radial-gradient(white 1px, transparent 0);
  background-size: 50px 50px;
  background-position: 0 -23px;
  pointer-events: none;
}
.ccm-page .dot-pattern--dark {
  background-image: radial-gradient(black 1px, transparent 0);
}
.ccm-page .gradient-bg:before,
.ccm-page .gradient-bg--transparency:before,
.ccm-page .gradient-bg--transparent-rev:before {
  position: absolute;
  content: "";
  inset: 0;
  bottom: 206px;
  width: 100%;
  background: url(../js/596d72ab4410aa18f201.svg) no-repeat;
  background-position: center 198px;
}
@media only screen and (min-width: 1024px) {
  .ccm-page .gradient-bg:before,
  .ccm-page .gradient-bg--transparency:before,
  .ccm-page .gradient-bg--transparent-rev:before {
    background-position: calc(100% - 20px) 198px;
  }
}
.ccm-page .gradient-bg:before {
  bottom: 0;
  background-position: center 200px;
}
@media only screen and (min-width: 1024px) {
  .ccm-page .gradient-bg:before {
    background-position: calc(100% - 20px) 200px;
  }
}
.ccm-page .gradient-bg--transparent-rev:before {
  background-position: center 198px;
}
@media only screen and (min-width: 1024px) {
  .ccm-page .gradient-bg--transparent-rev:before {
    background-position: calc(100% - 20px) 299px;
  }
}
.ccm-page .USP:before,
.ccm-page .footer-contact:before,
.ccm-page .contact-section:before,
.ccm-page .intro-section:before,
.ccm-page .object-intro:before,
.ccm-page .two-col-layout-wrapper:before {
  position: absolute;
  content: "";
  inset: 0;
  width: 100%;
  background: url(../js/106a81a04491f612f051.svg) repeat-x;
  background-position: -23px bottom;
}
@media only screen and (min-width: 1024px) {
  .ccm-page .USP:before,
  .ccm-page .footer-contact:before,
  .ccm-page .contact-section:before,
  .ccm-page .intro-section:before,
  .ccm-page .object-intro:before,
  .ccm-page .two-col-layout-wrapper:before {
    background-position: -23px 18px;
  }
}
.ccm-page .intro-section:before {
  inset: unset;
  top: 138px;
  inset-inline: 0;
  width: 100%;
  height: 322px;
}
.ccm-page .intro-section.info-page:before {
  top: 104px;
}
.ccm-page .object-intro:before {
  top: unset;
  bottom: -40px;
  height: 322px;
}
.ccm-page .two-col-layout-wrapper:before {
  inset: unset;
  bottom: -138px;
  inset-inline: 0;
  width: 100%;
  height: 322px;
}
.ccm-page .postcard-pagelist:nth-of-type(2n+1) .postcard-image {
  rotate: -3deg;
}
.ccm-page .postcard-pagelist:nth-of-type(2n+2) .postcard-image {
  rotate: 8deg;
}
@media only screen and (min-width: 1024px) {
  .ccm-page .postcard-pagelist:nth-of-type(4n+1) .postcard-image {
    rotate: -8deg;
  }
  .ccm-page .postcard-pagelist:nth-of-type(4n+3) .postcard-image {
    rotate: -6deg;
  }
}
.ccm-page .footer-contact:before {
  background-position: -100px 287px;
}
@media only screen and (min-width: 1024px) {
  .ccm-page .footer-contact:before {
    background-position: -23px 18px;
  }
}
.ccm-page .clip-wrapper {
  filter: drop-shadow(0px 0px 30px rgba(0, 0, 0, 0.16));
}
.ccm-page .clip-off--left {
  -webkit-clip-path: polygon(0 44px, 100% 0, 100% 100%, 0% 100%);
          clip-path: polygon(0 44px, 100% 0, 100% 100%, 0% 100%);
}
@media only screen and (min-width: 1024px) {
  .ccm-page .clip-off--left {
    -webkit-clip-path: polygon(0 134px, 100% 0, 100% 100%, 0% 100%);
            clip-path: polygon(0 134px, 100% 0, 100% 100%, 0% 100%);
  }
}
.ccm-page .clip-off--right {
  -webkit-clip-path: polygon(0 0, 100% 44px, 100% 100%, 0% 100%);
          clip-path: polygon(0 0, 100% 44px, 100% 100%, 0% 100%);
}
@media only screen and (min-width: 1024px) {
  .ccm-page .clip-off--right {
    -webkit-clip-path: polygon(0 0, 100% 134px, 100% 100%, 0% 100%);
            clip-path: polygon(0 0, 100% 134px, 100% 100%, 0% 100%);
  }
}
.ccm-page .clip-wrapper.small-clip .clip-off--left {
  -webkit-clip-path: polygon(0 44px, 100% 0, 100% 100%, 0% 100%);
          clip-path: polygon(0 44px, 100% 0, 100% 100%, 0% 100%);
}
@media only screen and (min-width: 1024px) {
  .ccm-page .clip-wrapper.small-clip .clip-off--left {
    -webkit-clip-path: polygon(0 110px, 100% 0, 100% 100%, 0% 100%);
            clip-path: polygon(0 110px, 100% 0, 100% 100%, 0% 100%);
  }
}
.ccm-page .clip-wrapper.small-clip .clip-off--right {
  -webkit-clip-path: polygon(0 0, 100% 44px, 100% 100%, 0% 100%);
          clip-path: polygon(0 0, 100% 44px, 100% 100%, 0% 100%);
}
@media only screen and (min-width: 1024px) {
  .ccm-page .clip-wrapper.small-clip .clip-off--right {
    -webkit-clip-path: polygon(0 0, 100% 110px, 100% 100%, 0% 100%);
            clip-path: polygon(0 0, 100% 110px, 100% 100%, 0% 100%);
  }
}
.ccm-page .carot {
  background: url(../js/58beeede71bdd58c80fc.svg);
  background-size: cover;
  background-repeat: no-repeat;
}
.ccm-page .carot--rev {
  transform: rotate(180deg);
}
.ccm-page .spain {
  background: url(../js/689f4b12962977460c6f.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top right;
}
@media only screen and (min-width: 1024px) {
  .ccm-page .ccm-block-gallery {
    pointer-events: none;
  }
  .ccm-page .ccm-block-gallery .gallery-item {
    pointer-events: all;
  }
  .ccm-page .ccm-block-gallery:hover .gallery-item {
    filter: blur(1px);
  }
  .ccm-page .ccm-block-gallery .gallery-item:hover {
    filter: none;
    box-shadow: 0 0 40px rgba(0, 0, 0, 0.23);
  }
}
.ccm-page .gallery-item {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 60%;
  position: absolute;
  display: flex;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.16);
  border: 5px solid white;
  transition: transform 0.3s ease-out, filter 0.1s 0.2s ease-in-out;
}
@media only screen and (min-width: 1024px) {
  .ccm-page .gallery-item:hover {
    z-index: 5;
  }
}
.ccm-page .gallery-item:nth-of-type(1) {
  bottom: 11px;
  right: 0;
  transform: rotate(8deg);
  transform-origin: left top;
}
@media only screen and (min-width: 1024px) {
  .ccm-page .gallery-item:nth-of-type(1) {
    top: 0;
    bottom: unset;
  }
  .ccm-page .gallery-item:nth-of-type(1):hover {
    transform: translate(2%, 12px) rotate(3deg);
  }
}
@media only screen and (min-width: 1536px) {
  .ccm-page .gallery-item:nth-of-type(1) {
    right: -5%;
  }
}
.ccm-page .gallery-item:nth-of-type(2) {
  bottom: 0;
  left: 0;
  transform: rotate(-8deg);
  transform-origin: right top;
}
@media only screen and (min-width: 1024px) {
  .ccm-page .gallery-item:nth-of-type(2) {
    top: 50px;
    right: 0;
    bottom: unset;
  }
  .ccm-page .gallery-item:nth-of-type(2):hover {
    transform: translate(-2%, -12px) rotate(-4deg);
  }
}
.ccm-page .gallery-item:nth-of-type(3) {
  top: 0;
  left: 50%;
  transform: translateX(-50%) rotate(-4deg);
}
@media only screen and (min-width: 1024px) {
  .ccm-page .gallery-item:nth-of-type(3) {
    top: unset;
    bottom: 0;
  }
  .ccm-page .gallery-item:nth-of-type(3):hover {
    transform: translate(-54%, 12px) rotate(-8deg);
  }
}
.ccm-page .ccm-block-gallery img {
  bottom: inherit;
  height: 100%;
  left: inherit;
  margin: auto;
  -o-object-fit: cover;
  object-fit: cover;
  position: relative;
  right: inherit;
  top: inherit;
  width: 100%;
}
