/*!*******************************************************************************************************************************************************************************************************************!*\
  !*** 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.4.11 | 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.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/

html,
:host {
  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, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
  -webkit-tap-highlight-color: transparent; /* 7 */
}

/*
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. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. 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-feature-settings: normal; /* 2 */
  font-variation-settings: normal; /* 3 */
  font-size: 1em; /* 4 */
}

/*
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-feature-settings: inherit; /* 1 */
  font-variation-settings: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  letter-spacing: 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,
input:where([type='button']),
input:where([type='reset']),
input:where([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;
}

/*
Reset default styling for dialogs.
*/
dialog {
  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;
}
  body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --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-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --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:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --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-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --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:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}
.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';
  }
}
.pointer-events-none {
  pointer-events: none;
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.inset-0 {
  inset: 0px;
}
.-bottom-\[120px\] {
  bottom: -120px;
}
.-right-5 {
  right: -1.25rem;
}
.-top-\[1px\] {
  top: -1px;
}
.bottom-0 {
  bottom: 0px;
}
.bottom-8 {
  bottom: 2rem;
}
.bottom-\[110px\] {
  bottom: 110px;
}
.bottom-\[164px\] {
  bottom: 164px;
}
.bottom-\[92px\] {
  bottom: 92px;
}
.left-0 {
  left: 0px;
}
.left-1\/2 {
  left: 50%;
}
.right-0 {
  right: 0px;
}
.right-5 {
  right: 1.25rem;
}
.right-\[100px\] {
  right: 100px;
}
.top-0 {
  top: 0px;
}
.top-3 {
  top: 0.75rem;
}
.top-4 {
  top: 1rem;
}
.top-\[169px\] {
  top: 169px;
}
.bottom-\[32px\] {
  bottom: 32px;
}
.bottom-\[50px\] {
  bottom: 50px;
}
.bottom-\[104px\] {
  bottom: 104px;
}
.z-0 {
  z-index: 0;
}
.z-10 {
  z-index: 10;
}
.z-20 {
  z-index: 20;
}
.z-30 {
  z-index: 30;
}
.z-50 {
  z-index: 50;
}
.z-\[1\] {
  z-index: 1;
}
.z-\[2\] {
  z-index: 2;
}
.z-auto {
  z-index: auto;
}
.-mt-20 {
  margin-top: -5rem;
}
.mb-2 {
  margin-bottom: 0.5rem;
}
.mb-3 {
  margin-bottom: 0.75rem;
}
.mb-4 {
  margin-bottom: 1rem;
}
.mb-80 {
  margin-bottom: 20rem;
}
.mb-\[110px\] {
  margin-bottom: 110px;
}
.mb-\[43px\] {
  margin-bottom: 43px;
}
.mb-\[65px\] {
  margin-bottom: 65px;
}
.mb-\[90px\] {
  margin-bottom: 90px;
}
.mr-\[21px\] {
  margin-right: 21px;
}
.mt-10 {
  margin-top: 2.5rem;
}
.mt-6 {
  margin-top: 1.5rem;
}
.mt-8 {
  margin-top: 2rem;
}
.mt-9 {
  margin-top: 2.25rem;
}
.block {
  display: block;
}
.flex {
  display: flex;
}
.inline-flex {
  display: inline-flex;
}
.grid {
  display: grid;
}
.hidden {
  display: none;
}
.aspect-square {
  aspect-ratio: 1 / 1;
}
.\!h-auto {
  height: auto !important;
}
.h-1\/2 {
  height: 50%;
}
.h-14 {
  height: 3.5rem;
}
.h-8 {
  height: 2rem;
}
.h-\[141px\] {
  height: 141px;
}
.h-\[200px\] {
  height: 200px;
}
.h-\[252px\] {
  height: 252px;
}
.h-\[360px\] {
  height: 360px;
}
.h-\[370px\] {
  height: 370px;
}
.h-\[400px\] {
  height: 400px;
}
.h-\[483px\] {
  height: 483px;
}
.h-\[52px\] {
  height: 52px;
}
.h-\[540px\] {
  height: 540px;
}
.h-\[60px\] {
  height: 60px;
}
.h-\[71px\] {
  height: 71px;
}
.h-\[780px\] {
  height: 780px;
}
.h-\[93px\] {
  height: 93px;
}
.h-auto {
  height: auto;
}
.h-fit {
  height: -moz-fit-content;
  height: fit-content;
}
.h-full {
  height: 100%;
}
.h-screen {
  height: 100vh;
}
.\!max-h-fit {
  max-height: -moz-fit-content !important;
  max-height: fit-content !important;
}
.max-h-\[54px\] {
  max-height: 54px;
}
.\!min-h-full {
  min-height: 100% !important;
}
.min-h-\[100vh\] {
  min-height: 100vh;
}
.min-h-\[152px\] {
  min-height: 152px;
}
.min-h-\[780px\] {
  min-height: 780px;
}
.w-14 {
  width: 3.5rem;
}
.w-2\/3 {
  width: 66.666667%;
}
.w-8 {
  width: 2rem;
}
.w-\[1300px\] {
  width: 1300px;
}
.w-\[227px\] {
  width: 227px;
}
.w-\[260px\] {
  width: 260px;
}
.w-\[370px\] {
  width: 370px;
}
.w-\[51px\] {
  width: 51px;
}
.w-\[562px\] {
  width: 562px;
}
.w-\[58px\] {
  width: 58px;
}
.w-\[60px\] {
  width: 60px;
}
.w-\[75px\] {
  width: 75px;
}
.w-\[calc\(100vw-120px\)\] {
  width: calc(100vw - 120px);
}
.w-auto {
  width: auto;
}
.w-fit {
  width: -moz-fit-content;
  width: fit-content;
}
.w-full {
  width: 100%;
}
.min-w-\[100px\] {
  min-width: 100px;
}
.\!max-w-\[848px\] {
  max-width: 848px !important;
}
.max-w-\[150px\] {
  max-width: 150px;
}
.max-w-\[48\.2\%\] {
  max-width: 48.2%;
}
.max-w-\[560px\] {
  max-width: 560px;
}
.max-w-\[620px\] {
  max-width: 620px;
}
.max-w-\[92vw\] {
  max-width: 92vw;
}
.max-w-\[95\%\] {
  max-width: 95%;
}
.max-w-full {
  max-width: 100%;
}
.origin-bottom {
  transform-origin: bottom;
}
.-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-\[3px\] {
  --tw-translate-y: -3px;
  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));
}
.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));
}
.rotate-180 {
  --tw-rotate: 180deg;
  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-x-100 {
  --tw-scale-x: -1;
  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;
}
.select-none {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.flex-row {
  flex-direction: row;
}
.flex-row-reverse {
  flex-direction: row-reverse;
}
.flex-col {
  flex-direction: column;
}
.flex-col-reverse {
  flex-direction: column-reverse;
}
.flex-wrap {
  flex-wrap: wrap;
}
.items-start {
  align-items: flex-start;
}
.items-center {
  align-items: center;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.gap-6 {
  gap: 1.5rem;
}
.gap-8 {
  gap: 2rem;
}
.gap-x-1\.5 {
  -moz-column-gap: 0.375rem;
       column-gap: 0.375rem;
}
.gap-x-10 {
  -moz-column-gap: 2.5rem;
       column-gap: 2.5rem;
}
.gap-x-5 {
  -moz-column-gap: 1.25rem;
       column-gap: 1.25rem;
}
.gap-x-\[10px\] {
  -moz-column-gap: 10px;
       column-gap: 10px;
}
.gap-y-1 {
  row-gap: 0.25rem;
}
.gap-y-10 {
  row-gap: 2.5rem;
}
.gap-y-4 {
  row-gap: 1rem;
}
.gap-y-5 {
  row-gap: 1.25rem;
}
.gap-y-8 {
  row-gap: 2rem;
}
.gap-y-\[22px\] {
  row-gap: 22px;
}
.divide-\[\#A28B7F\] > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(162 139 127 / var(--tw-divide-opacity));
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-y-auto {
  overflow-y: auto;
}
.overflow-x-clip {
  overflow-x: clip;
}
.rounded-\[20px\] {
  border-radius: 20px;
}
.rounded-\[30px\] {
  border-radius: 30px;
}
.rounded-\[50px\] {
  border-radius: 50px;
}
.rounded-full {
  border-radius: 9999px;
}
.border-\[3px\] {
  border-width: 3px;
}
.border-white {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}
.bg-\[\#2AB540\] {
  --tw-bg-opacity: 1;
  background-color: rgb(42 181 64 / var(--tw-bg-opacity));
}
.bg-\[\#A28B7F\] {
  --tw-bg-opacity: 1;
  background-color: rgb(162 139 127 / var(--tw-bg-opacity));
}
.bg-black {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}
.bg-light {
  --tw-bg-opacity: 1;
  background-color: rgb(240 230 224 / var(--tw-bg-opacity));
}
.bg-primary {
  --tw-bg-opacity: 1;
  background-color: rgb(120 139 89 / var(--tw-bg-opacity));
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-\[length\:auto_370px\] {
  background-size: auto 370px;
}
.bg-cover {
  background-size: cover;
}
.bg-bottom {
  background-position: bottom;
}
.bg-top {
  background-position: top;
}
.bg-no-repeat {
  background-repeat: no-repeat;
}
.object-contain {
  -o-object-fit: contain;
     object-fit: contain;
}
.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}
.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.px-\[25px\] {
  padding-left: 25px;
  padding-right: 25px;
}
.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.py-\[35px\] {
  padding-top: 35px;
  padding-bottom: 35px;
}
.pb-12 {
  padding-bottom: 3rem;
}
.pb-3 {
  padding-bottom: 0.75rem;
}
.pb-8 {
  padding-bottom: 2rem;
}
.pb-9 {
  padding-bottom: 2.25rem;
}
.pb-\[260px\] {
  padding-bottom: 260px;
}
.pb-\[73px\] {
  padding-bottom: 73px;
}
.pr-6 {
  padding-right: 1.5rem;
}
.pt-11 {
  padding-top: 2.75rem;
}
.pt-12 {
  padding-top: 3rem;
}
.pt-8 {
  padding-top: 2rem;
}
.pt-\[173px\] {
  padding-top: 173px;
}
.pt-\[26px\] {
  padding-top: 26px;
}
.text-center {
  text-align: center;
}
.text-\[14px\] {
  font-size: 14px;
}
.text-\[17px\] {
  font-size: 17px;
}
.text-\[19px\] {
  font-size: 19px;
}
.text-\[21px\] {
  font-size: 21px;
}
.text-\[22px\] {
  font-size: 22px;
}
.text-\[24px\] {
  font-size: 24px;
}
.text-\[29px\] {
  font-size: 29px;
}
.text-\[32px\] {
  font-size: 32px;
}
.font-\[19px\] {
  font-weight: 19px;
}
.uppercase {
  text-transform: uppercase;
}
.leading-6 {
  line-height: 1.5rem;
}
.leading-\[32px\] {
  line-height: 32px;
}
.text-\[\#222222\] {
  --tw-text-opacity: 1;
  color: rgb(34 34 34 / var(--tw-text-opacity));
}
.text-\[\#222\] {
  --tw-text-opacity: 1;
  color: rgb(34 34 34 / var(--tw-text-opacity));
}
.text-\[\#767676\] {
  --tw-text-opacity: 1;
  color: rgb(118 118 118 / var(--tw-text-opacity));
}
.text-dark {
  --tw-text-opacity: 1;
  color: rgb(34 34 34 / var(--tw-text-opacity));
}
.text-link {
  --tw-text-opacity: 1;
  color: rgb(20 77 155 / var(--tw-text-opacity));
}
.text-primary {
  --tw-text-opacity: 1;
  color: rgb(120 139 89 / var(--tw-text-opacity));
}
.text-secondary {
  --tw-text-opacity: 1;
  color: rgb(102 58 38 / var(--tw-text-opacity));
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.underline {
  text-decoration-line: underline;
}
.subpixel-antialiased {
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
}
.opacity-0 {
  opacity: 0;
}
.opacity-50 {
  opacity: 0.5;
}
.blur-\[35px\] {
  --tw-blur: blur(35px);
  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);
}
.transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-colors {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-opacity {
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.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;
}
.hover\:no-underline:hover {
  text-decoration-line: none;
}
.hover\:opacity-80:hover {
  opacity: 0.8;
}
.group:hover .group-hover\:no-underline {
  text-decoration-line: none;
}
.group:hover .group-hover\:opacity-80 {
  opacity: 0.8;
}
@media (min-width: 414px) {

  .xs\:bottom-\[107px\] {
    bottom: 107px;
  }

  .xs\:bottom-\[130px\] {
    bottom: 130px;
  }

  .xs\:bottom-\[184px\] {
    bottom: 184px;
  }

  .xs\:right-\[120px\] {
    right: 120px;
  }

  .xs\:right-\[30px\] {
    right: 30px;
  }

  .xs\:bottom-\[47px\] {
    bottom: 47px;
  }

  .xs\:bottom-\[70px\] {
    bottom: 70px;
  }

  .xs\:bottom-\[124px\] {
    bottom: 124px;
  }

  .xs\:w-\[90px\] {
    width: 90px;
  }

  .xs\:max-w-\[398px\] {
    max-width: 398px;
  }

  .xs\:max-w-\[515px\] {
    max-width: 515px;
  }

  .xs\:pr-10 {
    padding-right: 2.5rem;
  }
}
@media (min-width: 640px) {

  .sm\:bottom-14 {
    bottom: 3.5rem;
  }

  .sm\:h-\[90px\] {
    height: 90px;
  }

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

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

  .sm\:pb-\[300px\] {
    padding-bottom: 300px;
  }

  .sm\:pt-4 {
    padding-top: 1rem;
  }
}
@media (min-width: 768px) {

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

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

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

  .md\:w-\[450px\] {
    width: 450px;
  }

  .md\:bg-\[length\:100\%_auto\] {
    background-size: 100% auto;
  }
}
@media (min-width: 1024px) {

  .lg\:-right-\[42px\] {
    right: -42px;
  }

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

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

  .lg\:top-5 {
    top: 1.25rem;
  }

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

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

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

  .lg\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }

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

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

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

  .lg\:block {
    display: block;
  }

  .lg\:flex {
    display: flex;
  }

  .lg\:hidden {
    display: none;
  }

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

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

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

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

  .lg\:h-\[calc\(100\%-40px\)\] {
    height: calc(100% - 40px);
  }

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

  .lg\:w-1\/3 {
    width: 33.333333%;
  }

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

  .lg\:w-auto {
    width: auto;
  }

  .lg\:w-full {
    width: 100%;
  }

  .lg\:max-w-\[23\.8\%\] {
    max-width: 23.8%;
  }

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

  .lg\:max-w-\[95vw\] {
    max-width: 95vw;
  }

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

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

  .lg\:flex-nowrap {
    flex-wrap: nowrap;
  }

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

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

  .lg\:justify-between {
    justify-content: space-between;
  }

  .lg\:justify-stretch {
    justify-content: stretch;
  }

  .lg\:gap-5 {
    gap: 1.25rem;
  }

  .lg\:gap-x-1 {
    -moz-column-gap: 0.25rem;
         column-gap: 0.25rem;
  }

  .lg\:gap-x-16 {
    -moz-column-gap: 4rem;
         column-gap: 4rem;
  }

  .lg\:gap-x-4 {
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }

  .lg\:divide-x > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0;
    border-right-width: calc(1px * var(--tw-divide-x-reverse));
    border-left-width: calc(1px * calc(1 - var(--tw-divide-x-reverse)));
  }

  .lg\:bg-cover {
    background-size: cover;
  }

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

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

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

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

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

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

  .lg\:text-\[21px\] {
    font-size: 21px;
  }
  .lg\:flex-center {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .lg\:hover\:bg-primary:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(120 139 89 / var(--tw-bg-opacity));
  }
  .lg\:hover\:text-white:hover {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
  }
  .group:hover .lg\:group-hover\:opacity-80 {
    opacity: 0.8;
  }
}
@media (min-width: 1280px) {

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

  .xl\:gap-x-\[78px\] {
    -moz-column-gap: 78px;
         column-gap: 78px;
  }

  .xl\:px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}
@media (min-width: 1536px) {

  .\32xl\:bottom-0 {
    bottom: 0px;
  }

  .\32xl\:right-0 {
    right: 0px;
  }

  .\32xl\:top-14 {
    top: 3.5rem;
  }

  .\32xl\:px-7 {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }
}
/*!****************************************************************************************************************************************************************************************************************!*\
  !*** 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 */
@font-face {
  font-family: "playlist";
  src: url(../js/c12aa079d64ec3b1d3ab.woff2) format("woff2"), url(../js/0d0bfb6febcd469eb7cd.woff) format("woff"), url(../js/a392da1f43187e2c4d22.otf) format("opentype");
  font-weight: normal;
  font-style: normal;
}
.playlist {
  font-family: "playlist", serif;
  font-style: normal;
  font-weight: normal;
}

.futura, .futura-heavy, .futura-demi, .futura-medium, .futura-book, .futura-light {
  font-family: "futura-pt", sans-serif;
  font-style: normal;
}

.futura-light {
  font-weight: 300;
}

.futura-book {
  font-weight: 400;
}

.futura-medium {
  font-weight: 500;
}

.futura-demi {
  font-weight: 600;
}

.futura-heavy {
  font-weight: 700;
}

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

.ccm-page h1,
.ccm-page h2,
.ccm-page h3,
.ccm-page h4,
.ccm-page h5 {
  line-height: 1.2;
  letter-spacing: inherit;
  font-family: "futura-pt", sans-serif;
  font-weight: 300;
}
.ccm-page h1 {
  font-size: 1.75rem;
  font-size: clamp(32px, 4vw, 56px);
  text-transform: uppercase;
  letter-spacing: 1.2px;
}
@media only screen and (min-width: 768px) {
  .ccm-page h1 {
    letter-spacing: 5.6px;
  }
}
.ccm-page h1 em {
  display: inline-block;
  font-size: 1.75rem;
  font-size: clamp(32px, 4vw, 48px);
  font-family: "playlist", serif;
  color: #788B59;
  text-transform: none;
  transform: skew(16deg) rotate(-3deg);
}
.ccm-page h2 {
  font-size: 1.5rem;
  text-transform: uppercase;
  font-size: clamp(40px, 5vw, 64px);
  letter-spacing: -1.92px;
  line-height: 42px;
  color: #663A26;
}
@media only screen and (min-width: 1024px) {
  .ccm-page h2 {
    line-height: 59px;
  }
}
.ccm-page h2 em {
  display: inline-block;
  position: relative;
  font-size: 1.85rem;
  font-size: clamp(32px, 4.5vw, 56px);
  color: #974E25;
  font-style: normal;
  letter-spacing: 3.2px;
}
.ccm-page h2 em::before {
  content: "";
  display: block;
  position: absolute;
  top: -90%;
  inset-inline: -6px;
  width: 105%;
  height: 150%;
  background: url(../js/6ccc9b5d09729f3a9bad.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  z-index: -1;
}
@media only screen and (min-width: 1024px) {
  .ccm-page h2 em::before {
    background-size: auto;
  }
}
.ccm-page h3 {
  font-size: 1.25rem;
  font-size: clamp(32px, 3.5vw, 40px);
  color: #663A26;
}
.ccm-page h4 {
  font-family: "futura-pt", sans-serif;
  line-height: 24px;
  font-size: 21px;
  font-weight: 300;
  text-transform: uppercase;
}
.ccm-page h4 strong {
  display: inline-block;
  letter-spacing: 1.3px;
  font-weight: 700;
  margin-bottom: 12px;
}
.ccm-page footer p {
  font-family: "futura-pt", sans-serif;
  font-size: 19px;
  font-weight: 400;
}
.ccm-page footer a {
  font-family: "futura-pt", sans-serif;
  font-size: 19px;
  font-weight: 600;
  text-decoration: underline;
}
.ccm-page footer a:hover {
  text-decoration: none;
}
.ccm-page .default-link p a {
  font-family: "futura-pt", sans-serif;
  font-size: 19px;
  font-weight: 600;
  color: #144D9B;
  text-decoration: underline;
}
.ccm-page .default-link p a:hover {
  text-decoration: none;
}
.ccm-page .default-list ul {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  row-gap: 8px;
}
.ccm-page .default-list ul li {
  margin-left: 1.3em;
  position: relative;
}
.ccm-page .default-list ul li::before {
  width: 12px;
  height: 12px;
  content: "";
  position: absolute;
  display: inline-block;
  top: 5px;
  margin: 0 0 0 -1.3rem;
  background: white;
  border: 4px solid #788B59;
  border-radius: 100%;
}
.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 .form-control {
  display: block;
  outline: none;
  border: 0;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  margin: 0;
  padding: 0 15px;
  background: white;
  width: 100%;
  height: 51px;
  line-height: 51px;
  font-family: "futura-pt", sans-serif;
  font-size: 400;
  color: #000;
}
@media only screen and (min-width: 1024px) {
  .ccm-page .form-control {
    width: 66%;
  }
}
.ccm-page .control-label {
  display: inline-block;
  margin-bottom: 5px;
  font-weight: bold;
  cursor: pointer;
}
.ccm-page textarea.form-control {
  resize: none;
  padding: 10px 15px;
  width: 100%;
  height: auto;
  line-height: inherit;
}
.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 label {
  font-family: "futura-pt", sans-serif;
  font-weight: bold;
  font-size: 19px;
}
.ccm-page ::-moz-placeholder {
  font-family: "futura-pt", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.ccm-page ::placeholder {
  font-family: "futura-pt", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.ccm-page .human-check-wrap {
  padding-left: 0 !important;
  display: flex;
  height: auto;
  min-height: 45px;
  background-color: transparent !important;
  font-size: 14px;
}
@media only screen and (min-width: 1024px) {
  .ccm-page .human-check-wrap {
    font-size: inherit;
  }
}
.ccm-page .human-check-wrap canvas {
  border: 2px solid white !important;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  background-color: white;
}
.ccm-page .has-hidden {
  display: none;
}
.ccm-page .button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  min-width: 320px;
  width: -moz-fit-content;
  width: fit-content;
  padding: 11px 37px 11px 37px;
  border-radius: 50px;
  transition: all ease-in-out 0.18s;
}
@media only screen and (min-width: 1024px) {
  .ccm-page .button {
    min-width: 320px;
  }
}
.ccm-page .button.button-style-1 {
  background-color: #A28B7F;
  color: #f0E6E0;
}
.ccm-page .button.button-style-1:hover {
  background-color: #663A26;
}
.ccm-page .button .caption, .ccm-page .button .caption_mobile, .ccm-page .button span {
  font-family: "futura-pt", sans-serif;
  text-transform: uppercase;
  letter-spacing: 2.2px;
  font-weight: 400;
  font-size: 22px;
  color: inherit;
}
.ccm-page .button .caption {
  display: none;
}
@media only screen and (min-width: 768px) {
  .ccm-page .button .caption {
    display: inline-block;
  }
}
.ccm-page .button .caption_mobile {
  display: inline-block;
}
@media only screen and (min-width: 768px) {
  .ccm-page .button .caption_mobile {
    display: none;
  }
}
.ccm-page button[type=submit] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  min-width: 320px;
  width: -moz-fit-content;
  width: fit-content;
  padding: 11px 37px 11px 37px;
  border-radius: 50px;
  font-family: "futura-pt", sans-serif;
  text-transform: uppercase;
  letter-spacing: 2.2px;
  font-weight: 400;
  font-size: 22px;
  color: inherit;
  transition: all ease-in-out 0.18s;
  background-color: #A28B7F;
  color: #f0E6E0;
}
.ccm-page button[type=submit]:hover {
  background-color: #663A26;
}
.ccm-page header .gradient {
  background: transparent linear-gradient(180deg, #FFFFFF 0%, #FFFFFF 10%, rgba(255, 255, 255, 0) 420px);
}
.ccm-page.page-template-homepage header .gradient {
  background: transparent linear-gradient(180deg, #FFFFFF 0%, #FFFFFF 25%, rgba(255, 255, 255, 0) 813px);
}
.ccm-page .ccm-block-switch-language-flags {
  transform: translateY(-50%);
  cursor: pointer;
}
@media only screen and (min-width: 768px) {
  .ccm-page .ccm-block-switch-language-flags {
    top: unset;
    transform: unset;
  }
}
@media only screen and (min-width: 1024px) {
  .ccm-page .ccm-block-switch-language-flags {
    position: relative;
    right: 0;
    margin-right: 0;
  }
}
@media only screen and (min-width: 1280px) {
  .ccm-page .ccm-block-switch-language-flags {
    margin-top: 0;
  }
}
.ccm-page .ccm-block-switch-language-flags img {
  display: inline-block !important;
  vertical-align: inherit;
}
.ccm-page .ccm-block-switch-language-flags .language-toggle {
  cursor: pointer;
}
.ccm-page .ccm-block-switch-language-flags .language-toggle:after {
  content: "\f107";
  color: #222222;
  font-family: fontAwesome;
  font-size: 14px;
  position: relative;
  top: -8px;
  padding-left: 7px;
}
.ccm-page .ccm-block-switch-language-flags .submenu-languages {
  background-color: transparent;
  display: none;
  flex-direction: column;
  justify-content: center;
  padding-top: 4px;
  position: absolute;
  top: 25px;
  left: 0;
  transition: all 0.2s ease;
  z-index: 99;
}
@media only screen and (min-width: 1024px) {
  .ccm-page .ccm-block-switch-language-flags .submenu-languages {
    position: absolute;
  }
}
.ccm-page .ccm-block-switch-language-flags .submenu-languages a {
  text-align: left !important;
  margin: 0;
}
@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 {
  opacity: 0.5;
}
.ccm-page .ccm-block-switch-language-flags .submenu-languages .ccm-block-switch-language:hover {
  opacity: 1;
}
.ccm-page .ccm-block-switch-language-flags:hover .submenu-languages {
  display: flex;
}
.ccm-edit-mode .ccm-page body h1, .ccm-edit-mode .ccm-page body h2, .ccm-edit-mode .ccm-page body h3, .ccm-edit-mode .ccm-page body h4, .ccm-edit-mode .ccm-page body p, .ccm-edit-mode .ccm-page body span {
  margin-bottom: 16px;
}
.ccm-edit-mode .ccm-page .vacancy-form {
  display: block !important;
}
.ccm-page div#ccm-panel-add-block a p {
  display: flex;
  justify-content: center;
  align-items: center;
}
.ccm-page .row, .ccm-page .row--heading, .ccm-page .row--footer, .ccm-page .row--large, .ccm-page .row--medium, .ccm-page .row--small {
  position: relative;
  width: 100%;
  max-width: 1124px;
  margin-inline: auto;
  padding-inline: 18px;
}
.ccm-page .row--small {
  max-width: 516px;
}
.ccm-page .row--medium {
  max-width: 1028px;
}
.ccm-page .row--large {
  max-width: 1310px;
}
.ccm-page .row--footer {
  max-width: 1435px;
}
.ccm-page .row--heading {
  max-width: 1494px;
}
.ccm-page .extend-container p:first-of-type,
.ccm-page .extra-column p:first-of-type {
  font-size: 21px;
  font-weight: 400;
}
@media only screen and (min-width: 1024px) {
  .ccm-page .extend-container p:first-of-type,
  .ccm-page .extra-column p:first-of-type {
    font-size: 24px;
  }
}
.ccm-page .extend-container > * {
  width: -moz-fit-content;
  width: fit-content;
  max-width: 812px;
}
.ccm-page .extend-container h2 {
  margin-bottom: 32px;
}
.ccm-page .extend-container .layout-container, .ccm-page .extend-container .layout-container--half, .ccm-page .extend-container .layout-container--uneven, .ccm-page .extend-container .layout-container--thirds {
  margin-top: 106px;
  max-width: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 32px;
}
.ccm-page .extend-container .layout-container p:first-of-type, .ccm-page .extend-container .layout-container--half p:first-of-type, .ccm-page .extend-container .layout-container--uneven p:first-of-type, .ccm-page .extend-container .layout-container--thirds p:first-of-type {
  font-size: inherit;
  font-weight: inherit;
}
@media only screen and (min-width: 1024px) {
  .ccm-page .extend-container .layout-container, .ccm-page .extend-container .layout-container--half, .ccm-page .extend-container .layout-container--uneven, .ccm-page .extend-container .layout-container--thirds {
    flex-direction: row;
  }
  .ccm-page .extend-container .layout-container--half {
    -moz-column-gap: 64px;
         column-gap: 64px;
  }
  .ccm-page .extend-container .layout-container--half .half {
    width: 50%;
  }
  .ccm-page .extend-container .layout-container--uneven .three-quarter {
    width: 75%;
  }
  .ccm-page .extend-container .layout-container--uneven .quarter {
    width: 25%;
  }
  .ccm-page .extend-container .layout-container--thirds .third {
    width: 33.33%;
  }
}
.ccm-page .extend-container .layout-container img, .ccm-page .extend-container .layout-container--half img, .ccm-page .extend-container .layout-container--uneven img, .ccm-page .extend-container .layout-container--thirds img {
  margin-bottom: 40px;
  width: 100%;
  border-radius: 50px;
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.3019607843);
  overflow: hidden;
}
.ccm-page .extra-column h2, .ccm-page .extra-column h3 {
  margin-bottom: 31px;
}
.ccm-page .extra-column p {
  color: #222222;
}
.ccm-page .mask, .ccm-page .mask--wave-footer, .ccm-page .mask--wave-header, .ccm-page .mask--left, .ccm-page .mask--right {
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
}
.ccm-page .mask--right {
  -webkit-mask-image: url(../js/af52bd5e847556201e1b.webp);
  mask-image: url(../js/af52bd5e847556201e1b.webp);
}
.ccm-page .mask--left {
  -webkit-mask-image: url(../js/2805024e5b97b621de57.webp);
  mask-image: url(../js/2805024e5b97b621de57.webp);
}
.ccm-page .mask--wave-header {
  -webkit-mask-image: url(../js/70cb7adf128d0a42a536.svg);
  mask-image: url(../js/70cb7adf128d0a42a536.svg);
  -webkit-mask-size: cover;
          mask-size: cover;
}
.ccm-page .mask--wave-footer {
  -webkit-mask-image: url(../js/e7b11df21b6ea64adacc.svg);
  mask-image: url(../js/e7b11df21b6ea64adacc.svg);
  -webkit-mask-size: cover;
          mask-size: cover;
}
@media only screen and (min-width: 1024px) {
  .ccm-page .mask--wave-footer {
    -webkit-mask-size: 100% 322px;
            mask-size: 100% 322px;
  }
}
.ccm-page .gradient-bottom {
  background: transparent linear-gradient(180deg, #f0E6E0 0%, #f0E6E0 calc(100% - 249px), #ffffff 100%);
}
.ccm-page .tel-mail a[href^="tel:"],
.ccm-page .tel-mail a[href^="mailto:"],
.ccm-page .tel-mail a.whatsapp {
  margin-left: 1.3em;
  text-decoration: underline;
}
.ccm-page .tel-mail a[href^="tel:"]:hover,
.ccm-page .tel-mail a[href^="mailto:"]:hover,
.ccm-page .tel-mail a.whatsapp:hover {
  text-decoration: none;
}
.ccm-page .tel-mail a[href^="tel:"]::before,
.ccm-page .tel-mail a[href^="mailto:"]::before,
.ccm-page .tel-mail a.whatsapp::before {
  top: 0.2rem;
  content: "";
  display: inline-block;
  position: relative;
  margin: 0 0.5rem 0 -1.3rem;
  background-size: cover;
  background-repeat: no-repeat;
  width: 25px;
  height: 25px;
  aspect-ratio: 1/1;
}
.ccm-page .tel-mail a[href^="tel:"]::before {
  background: url(../js/2f006941e9021eb2b576.svg);
}
.ccm-page .tel-mail a.whatsapp::before {
  background: url(../js/f3aa11ba7e880be02656.svg);
}
.ccm-page .tel-mail a[href^="mailto:"]::before {
  background: url(../js/522946794594e6fa4712.svg);
}
.ccm-page .socials-wrapper:nth-last-of-type(1n+5) {
  display: none;
}
@media only screen and (min-width: 1024px) {
  .ccm-page .socials-wrapper:nth-last-of-type(1n+5) {
    display: flex;
  }
}
.ccm-page .vacancy-text .button-style-1:last-of-type {
  margin-top: 30px;
}
.ccm-page #floatingMsg::before {
  display: block;
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  aspect-ratio: 1/1;
  left: 100%;
  rotate: 45deg;
  background-color: white;
  border-radius: 3px;
  bottom: 60px;
  transform: translateX(calc(-50% - 7px));
}
