*, ::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:  ;
}

/*
! tailwindcss v3.4.15 | 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]:where(:not([hidden="until-found"])) {
  display: none;
}

@font-face {
  font-family: "CF Baby";

  src:
      url("/themes/club_agia_anna/fonts/CF-Baby.woff2") format("woff2"),
      url("/themes/club_agia_anna/fonts/CF-Baby.woff") format("woff");

  font-weight: normal;

  font-style: normal;

  font-display: swap;
}

@font-face {
  font-family: "Roboto";

  src:
      url("/themes/club_agia_anna/fonts/Roboto-Regular.woff2") format("woff2"),
      url("/themes/club_agia_anna/fonts/Roboto-Regular.woff") format("woff");

  font-weight: normal;

  font-style: normal;

  font-display: swap;
}

html {
  font-family: "CF Baby";
}

.\!container {
  width: 100% !important;
}

.container {
  width: 100%;
}

@media (min-width: 320px) {
  .\!container {
    max-width: 320px !important;
  }

  .container {
    max-width: 320px;
  }
}

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

  .container {
    max-width: 768px;
  }
}

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

  .container {
    max-width: 1024px;
  }
}

@media (min-width: 1370px) {
  .\!container {
    max-width: 1370px !important;
  }

  .container {
    max-width: 1370px;
  }
}

.pointer-events-none {
  pointer-events: none;
}

.\!visible {
  visibility: visible !important;
}

.visible {
  visibility: visible;
}

.invisible {
  visibility: hidden;
}

.static {
  position: static;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.sticky {
  position: sticky;
}

.bottom-0 {
  bottom: 0px;
}

.bottom-\[-27px\] {
  bottom: -27px;
}

.bottom-\[50px\] {
  bottom: 50px;
}

.left-0 {
  left: 0px;
}

.left-\[-4px\] {
  left: -4px;
}

.right-0 {
  right: 0px;
}

.top-0 {
  top: 0px;
}

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

.top-\[7px\] {
  top: 7px;
}

.top-\[calc\(100\%\+2px\)\] {
  top: calc(100% + 2px);
}

.z-0 {
  z-index: 0;
}

.z-\[10\] {
  z-index: 10;
}

.z-\[1\] {
  z-index: 1;
}

.z-\[3\] {
  z-index: 3;
}

.z-\[9\] {
  z-index: 9;
}

.col-start-1 {
  grid-column-start: 1;
}

.col-start-3 {
  grid-column-start: 3;
}

.col-end-2 {
  grid-column-end: 2;
}

.col-end-4 {
  grid-column-end: 4;
}

.row-start-1 {
  grid-row-start: 1;
}

.row-start-2 {
  grid-row-start: 2;
}

.row-end-2 {
  grid-row-end: 2;
}

.row-end-3 {
  grid-row-end: 3;
}

.m-0 {
  margin: 0px;
}

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

.my-3 {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}

.my-\[30px\] {
  margin-top: 30px;
  margin-bottom: 30px;
}

.my-\[45px\] {
  margin-top: 45px;
  margin-bottom: 45px;
}

.my-\[5px\] {
  margin-top: 5px;
  margin-bottom: 5px;
}

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

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

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

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

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

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

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

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

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

.ml-auto {
  margin-left: auto;
}

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

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

.mr-auto {
  margin-right: auto;
}

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

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

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

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

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

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

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

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

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

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

.block {
  display: block;
}

.inline-block {
  display: inline-block;
}

.inline {
  display: inline;
}

.flex {
  display: flex;
}

.table {
  display: table;
}

.table-caption {
  display: table-caption;
}

.table-cell {
  display: table-cell;
}

.grid {
  display: grid;
}

.contents {
  display: contents;
}

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

.hidden {
  display: none;
}

.aspect-\[3\.5\/2\] {
  aspect-ratio: 3.5/2;
}

.aspect-\[8\.84\/4\.87\] {
  aspect-ratio: 8.84/4.87;
}

.aspect-square {
  aspect-ratio: 1 / 1;
}

.h-\[100vh\] {
  height: 100vh;
}

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

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

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

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

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

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

.h-\[calc\(100vh-180px\)\] {
  height: calc(100vh - 180px);
}

.h-auto {
  height: auto;
}

.h-full {
  height: 100%;
}

.max-h-\[258px\] {
  max-height: 258px;
}

.max-h-\[60px\] {
  max-height: 60px;
}

.max-h-\[70px\] {
  max-height: 70px;
}

.min-h-0 {
  min-height: 0px;
}

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

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

.w-\[100vw\] {
  width: 100vw;
}

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

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

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

.w-auto {
  width: auto;
}

.w-fit {
  width: -moz-fit-content;
  width: fit-content;
}

.w-full {
  width: 100%;
}

.min-w-\[228px\] {
  min-width: 228px;
}

.min-w-\[30px\] {
  min-width: 30px;
}

.max-w-\[100\%\] {
  max-width: 100%;
}

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

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

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

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

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

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

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

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

.max-w-full {
  max-width: 100%;
}

.flex-\[0_0_auto\] {
  flex: 0 0 auto;
}

.flex-\[1_0_50\%\] {
  flex: 1 0 50%;
}

.flex-shrink-0 {
  flex-shrink: 0;
}

.translate-y-\[-5px\] {
  --tw-translate-y: -5px;
  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));
}

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

.resize {
  resize: both;
}

.grid-rows-\[50px_130px\] {
  grid-template-rows: 50px 130px;
}

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

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

.flex-col-reverse {
  flex-direction: column-reverse;
}

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

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

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

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

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

.justify-start {
  justify-content: flex-start;
}

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

.justify-center {
  justify-content: center;
}

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

.justify-around {
  justify-content: space-around;
}

.gap-0 {
  gap: 0px;
}

.gap-\[10px\] {
  gap: 10px;
}

.gap-\[15px\] {
  gap: 15px;
}

.gap-\[24px\] {
  gap: 24px;
}

.gap-\[60px\] {
  gap: 60px;
}

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

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

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

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

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

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

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

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

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

.overflow-hidden {
  overflow: hidden;
}

.overflow-visible {
  overflow: visible;
}

.overflow-x-hidden {
  overflow-x: hidden;
}

.overflow-y-scroll {
  overflow-y: scroll;
}

.text-nowrap {
  text-wrap: nowrap;
}

.rounded {
  border-radius: 0.25rem;
}

.rounded-\[15px\] {
  border-radius: 15px;
}

.rounded-\[30px\] {
  border-radius: 30px;
}

.rounded-\[50\%\] {
  border-radius: 50%;
}

.border {
  border-width: 1px;
}

.border-solid {
  border-style: solid;
}

.border-black {
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
}

.bg-\[\#4F6C3D\] {
  --tw-bg-opacity: 1;
  background-color: rgb(79 108 61 / var(--tw-bg-opacity, 1));
}

.bg-\[\#53432B\] {
  --tw-bg-opacity: 1;
  background-color: rgb(83 67 43 / var(--tw-bg-opacity, 1));
}

.bg-\[\#66E3FF\] {
  --tw-bg-opacity: 1;
  background-color: rgb(102 227 255 / var(--tw-bg-opacity, 1));
}

.bg-\[\#DDFEFE\] {
  --tw-bg-opacity: 1;
  background-color: rgb(221 254 254 / var(--tw-bg-opacity, 1));
}

.bg-\[\#E7EFB8\] {
  --tw-bg-opacity: 1;
  background-color: rgb(231 239 184 / var(--tw-bg-opacity, 1));
}

.bg-\[\#E8EBD6\] {
  --tw-bg-opacity: 1;
  background-color: rgb(232 235 214 / var(--tw-bg-opacity, 1));
}

.bg-\[\#FAF3E2\] {
  --tw-bg-opacity: 1;
  background-color: rgb(250 243 226 / var(--tw-bg-opacity, 1));
}

.bg-\[\#f3f5eb\] {
  --tw-bg-opacity: 1;
  background-color: rgb(243 245 235 / var(--tw-bg-opacity, 1));
}

.bg-\[\#ffe5a3\] {
  --tw-bg-opacity: 1;
  background-color: rgb(255 229 163 / var(--tw-bg-opacity, 1));
}

.bg-\[rgba\(0\2c 209\2c 2555\2c 0\.4\)\] {
  background-color: rgba(0,209,2555,0.4);
}

.bg-gray-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(55 65 81 / var(--tw-bg-opacity, 1));
}

.bg-green-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(21 128 61 / var(--tw-bg-opacity, 1));
}

.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.bg-\[url\(\'\/themes\/club_agia_anna\/images\/background-image\.jpg\'\)\] {
  background-image: url('/themes/club_agia_anna/images/background-image.jpg');
}

.bg-\[url\(\'\/themes\/club_agia_anna\/images\/beach\.png\'\)\] {
  background-image: url('/themes/club_agia_anna/images/beach.png');
}

.bg-\[url\(\.\.\/images\/home\/banner-photo-1\.jpg\)\] {
  background-image: url(../images/home/banner-photo-1.jpg);
}

.bg-gradient-to-r {
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
}

.from-\[rgba\(231\2c 239\2c 184\2c 0\)\] {
  --tw-gradient-from: rgba(231,239,184,0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgba(231, 239, 184, 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.to-\[\#E7EFB8\] {
  --tw-gradient-to: #E7EFB8 var(--tw-gradient-to-position);
}

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

.bg-bottom {
  background-position: bottom;
}

.bg-center {
  background-position: center;
}

.bg-no-repeat {
  background-repeat: no-repeat;
}

.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}

.object-\[35\%_25\%\] {
  -o-object-position: 35% 25%;
     object-position: 35% 25%;
}

.object-\[7\%\] {
  -o-object-position: 7%;
     object-position: 7%;
}

.object-center {
  -o-object-position: center;
     object-position: center;
}

.p-\[20px\] {
  padding: 20px;
}

.p-\[30px\] {
  padding: 30px;
}

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

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

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

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

.py-\[12px\] {
  padding-top: 12px;
  padding-bottom: 12px;
}

.py-\[15px\] {
  padding-top: 15px;
  padding-bottom: 15px;
}

.py-\[40px\] {
  padding-top: 40px;
  padding-bottom: 40px;
}

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

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

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

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

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

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

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

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

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

.pr-\[17px\] {
  padding-right: 17px;
}

.pr-\[5px\] {
  padding-right: 5px;
}

.pt-0 {
  padding-top: 0px;
}

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

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

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

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

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

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

.font-\[\'CF_Baby\'\] {
  font-family: 'CF Baby';
}

.font-\[Roboto\] {
  font-family: Roboto;
}

.text-\[14px\] {
  font-size: 14px;
}

.text-\[16px\] {
  font-size: 16px;
}

.text-\[18px\] {
  font-size: 18px;
}

.text-\[24px\] {
  font-size: 24px;
}

.text-\[26px\] {
  font-size: 26px;
}

.text-\[28px\] {
  font-size: 28px;
}

.text-\[30px\] {
  font-size: 30px;
}

.text-\[32px\] {
  font-size: 32px;
}

.text-\[38px\] {
  font-size: 38px;
}

.font-\[400\] {
  font-weight: 400;
}

.font-normal {
  font-weight: 400;
}

.uppercase {
  text-transform: uppercase;
}

.lowercase {
  text-transform: lowercase;
}

.leading-\[16px\] {
  line-height: 16px;
}

.leading-\[18px\] {
  line-height: 18px;
}

.leading-\[1\] {
  line-height: 1;
}

.leading-\[24px\] {
  line-height: 24px;
}

.leading-\[30px\] {
  line-height: 30px;
}

.leading-none {
  line-height: 1;
}

.leading-normal {
  line-height: 1.5;
}

.text-\[\#040F75\] {
  --tw-text-opacity: 1;
  color: rgb(4 15 117 / var(--tw-text-opacity, 1));
}

.text-\[\#473B24\] {
  --tw-text-opacity: 1;
  color: rgb(71 59 36 / var(--tw-text-opacity, 1));
}

.text-\[\#4F6C3D\] {
  --tw-text-opacity: 1;
  color: rgb(79 108 61 / var(--tw-text-opacity, 1));
}

.text-\[\#53432B\] {
  --tw-text-opacity: 1;
  color: rgb(83 67 43 / var(--tw-text-opacity, 1));
}

.text-\[\#53432\] {
  color: #53432;
}

.text-\[\#53433B\] {
  --tw-text-opacity: 1;
  color: rgb(83 67 59 / var(--tw-text-opacity, 1));
}

.text-\[\#66E3FF\] {
  --tw-text-opacity: 1;
  color: rgb(102 227 255 / var(--tw-text-opacity, 1));
}

.text-\[\#C77A04\] {
  --tw-text-opacity: 1;
  color: rgb(199 122 4 / var(--tw-text-opacity, 1));
}

.text-black {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.text-inherit {
  color: inherit;
}

.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.no-underline {
  text-decoration-line: none;
}

.opacity-0 {
  opacity: 0;
}

.shadow-\[0_10px_10px_0_rgba\(0\2c 0\2c 0\2c 0\.25\)\] {
  --tw-shadow: 0 10px 10px 0 rgba(0,0,0,0.25);
  --tw-shadow-colored: 0 10px 10px 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);
}

.blur {
  --tw-blur: blur(8px);
  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);
}

.drop-shadow-\[3px_3px_10px_rgba\(0\2c 0\2c 0\2c 0\.6\)\] {
  --tw-drop-shadow: drop-shadow(3px 3px 10px rgba(0,0,0,0.6));
  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);
}

.\!filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow) !important;
}

.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-\[background-color\] {
  transition-property: background-color;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-\[color\] {
  transition-property: color;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-\[fill\] {
  transition-property: fill;
  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;
}

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

.duration-500 {
  transition-duration: 500ms;
}

.ease-in {
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}

.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.image-filter {
  background: linear-gradient(90deg, rgba(0, 209, 255, 0.40) 59.35%, rgba(255, 255, 255, 0.00) 98.37%);
}

.enriched-accordeon.enriched-accordeon-toggle div span {
  display: block;
}

.enriched-accordeon.enriched-accordeon-toggle h2 svg {
  transform: rotate(90deg);
}

.box .pop-up-card {
  width: 420px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.5s;
  overflow-y: auto;
}

.box.pop-up .pop-up-card {
  opacity: 1;
  pointer-events: all;
  cursor: default;
  transition: opacity 0.5s;
}

.search-icon {
  padding-right: 20px;
}

.search-icon form {
  display: flex;
  height: 100%;
  max-width: 0;
  align-items: center;
  overflow: hidden;
  opacity: 0;
  transition: all 0.5s ease-in-out;
}

.search-icon svg {
  position: absolute;
  right: 0;
  translate: -30%;
}

.search-icon.search-active form {
  max-width: 100px;
  opacity: 1;
  transition: all 0.5s ease-in-out;
}

.ham-nav.visible {
  pointer-events: all;
  opacity: 1;
}

.change {
  background-color: transparent;
}

.change span {
  height: 1px;
  width: 50px;
  background-color: #000000;
}

.change span:nth-of-type(1) {
  transform: translateY(3.5px) rotate(-45deg);
}

.change span:nth-of-type(2) {
  opacity: 0;
}

.change span:nth-of-type(3) {
  transform: translateY(-3.5px) rotate(45deg);
}

.small-slide .splide__pagination {
  justify-content: flex-end;
  gap: 11px;
}

.small-slide .splide__pagination .splide__pagination__page {
  background-color: #D9D9D9;
  opacity: 1;
  margin: 0;
  height: 14px;
  width: 14px;
}

.small-slide .splide__pagination .splide__pagination__page.is-active {
  background-color: #EF4B6D;
  transform: scale(1);
}

.big-slide .splide__arrow {
  background: #FFF;
  height: 40px;
  opacity: 1;
  width: 40px;
  top: 50%;
  transform: translateY(-50%);
}

.medium-slide .splide__arrow,
.boxes-slide .splide__arrow {
  background: #FFF;
  height: 40px;
  opacity: 1;
  width: 40px;
  top: 50%;
  transform: translateY(-50%);
}

.rounded-columns-slide .splide__arrow {
  background: #FFF;
  height: 40px;
  opacity: 1;
  width: 40px;
  top: 0;
  margin-top: calc(0.125*(100% - 40px));
}

.enriched-photo-slide .splide__arrow,
.rooms-photo-slide .splide__arrow,
.page-photo-slide .splide__arrow {
  background: #FFF;
  height: 40px;
  opacity: 1;
  width: 40px;
  top: 50%;
  transform: translateY(-50%);
}

.boxes-slide .splide__arrow svg {
  position: absolute;
  top: 0;
}

.enriched-photo-slide .splide__arrow svg,
.rooms-photo-slide .splide__arrow svg,
.boxes-slide .splide__arrow svg {
  width: 40px;
  height: 40px;
  fill: #FF9900;
}

.page-photo-slide .splide__arrow svg {
  width: 40px;
  height: 40px;
  fill: #040F75;
}

.rounded-columns-slide .splide__arrow--prev {
  left: 0;
}

.rounded-columns-slide .splide__arrow--next {
  right: 0;
}

.rounded-columns-slide .splide__arrow svg,
.big-slide .splide__arrow svg,
.medium-slide .splide__arrow svg {
  width: 40px;
  height: 40px;
}

.rooms-slide .splide__arrow svg {
  width: 30px;
  height: 30px;
  fill: #473B24;
}

.rooms-slide .splide__arrow {
  opacity: 1;
  background-color: #E8EBD6;
  width: 30px;
  height: 30px;
  top: calc(100vw + 20px);
}

.rooms-photo-slide.is-less .splide__arrows {
  display: none;
}

.splide.rooms-options-slide .splide__pagination__page {
  height: 14px !important;
  width: 14px !important;
}

.splide.rooms-options-slide .splide__pagination {
  gap: 23px;
  bottom: -18px;
}

.splide.rooms-options-slide .splide__pagination__page.is-active {
  transform: scale(1);
}

.pswp__top-bar {
  background-color: #E7EFB8;
  border-bottom: 5px solid #4F6C3D;
}

.pswp__counter {
  font-family: 'CF Baby';
  color: #4F6C3D !important;
  text-shadow: none !important;
}

.pswp__bg {
  background-color: rgba(255,255,255,0.7) !important;
}

.pswp__button--arrow svg {
  fill: #4F6C3D;
}

.pswp__button--arrow:hover svg {
  stroke: white;
}

.pswp__custom-caption {
  background: rgba(231, 240, 187, 0.7);
  font-size: 20px;
  color: #473B24;
  width: calc(100% - 32px);
  max-width: 400px;
  padding: 2px 8px;
  border-radius: 10px;
  position: absolute;
  left: 50%;
  bottom: 16px;
  transform: translateX(-50%);
  text-align: center;
}

.hidden-caption-content {
  display: none;
}

.user-login-form {
  transition-duration: 300ms;
  padding: 20px 20px;
  margin: 20px auto;
  max-width: 600px;
  font-family: Roboto;
  font-size: 18px;
  .form-item {
    margin: 10px auto;
    padding: 20px 20px;
    border-radius: 30px;
    background-color: #E7EFB8;
  }
  label {
    margin: 5px 0;
    display: block;
  }
  input {
    padding: 0 10px;
    margin: 5px 0;
    border-radius: 30px;
    width: 100%;
    border: 1px solid transparent;
  }
  input:focus {
    outline: none;
    border: 1px solid black;
  }
  input.button {
    background-color: #FAF3E2;
    cursor: pointer;
    padding: 5px 10px;
    width: auto;
  }
}

.webform-submission-form {
  font-family: Roboto;
  max-width: 910px;
  margin: 0 auto;
  padding: 0 20px;
  input, select, textarea {
    color: black;
    background-color: #f3f5eb;
    height: 42px;
    width: 100%;
    padding: 0 15px;
    border-radius: 30px;
    border: 1px solid black;
  }
  input.form-radio {
    border: none;
    height: 15px;
    width: 15px;
  }
  .date-edit input {
    height: auto;
  }
  select {
    width: 49.6%;
  }
  .container-inline select {
    width: 210px;
  }
  .date-edit {
    position: absolute;
    right: 0;
    top: 50%;
  }
  textarea {
    min-height: 250px;
    padding: 15px;
  }
  label {
    margin: 18px 0;
    display: block;
  }
  label.form-required::after {
    content: '*';
  }
  fieldset {
    input {
      width: auto;
    }
    .form-item {
      margin-right: 20px;
      width: 17%;
      display: inline;
    }
    label {
      display: inline;
    }
    span {
      display: inline-block;
      margin: 18px 0;
    }
  }
  .form-item .js-form-type-select label{
    position: absolute;
    opacity: 0;
    pointer-events: none;
  }
  .datepicker-wrapper {
    input {
      padding: 0;
    }
    label {
      position: absolute;
      width: 1px;
      height: 1px;
      margin: -1px;
      padding: 0;
      border: 0;
      overflow: hidden;
      clip: rect(0, 0, 0, 0);
      /* For older browsers */
      white-space: nowrap;
    }
  }
  .form-actions {
    display: flex;
    .webform-button--submit {
      color: black;
      background-color: transparent;
      border: none;
      font-family: 'CF Baby';
      font-size: 22px;
      margin-right: auto;
      width: auto;
      height: auto;
      cursor: pointer;
      overflow: visible;
      margin: 64px 0 64px auto;
      padding: 20px 65px;
      background-image: url('/themes/club_agia_anna/images/submit-background.svg');
      background-repeat: no-repeat;
      background-position: 50%;
      transition: all 300ms;
    }
    .webform-button--submit:hover {
      color: white;
      background-image: url('/themes/club_agia_anna/images/submit-background-hover.svg');
      transition: all 300ms;
    }
  }
  .js-form-type-tel,
  .js-form-type-email,
  .js-form-item-arithmos-enilikon,
  .js-form-item-arithmos-paidion,
  .js-form-item-arithmos-skinon,
  .js-form-item-diastaseis-skinon,
  .js-form-item-epilogi-diamonis,
  .js-form-item-ehete-xanameinei-sto-club-agia-anna,
  .js-form-item-peite-mas-poia-einai-i-megisti-timi-poy-thelete-na-xodepsete-ana,
  .js-form-item-synoliko-kostos-diamonis-poy-epithymeite-na-xodepsete,
  .js-form-item-thema {
    width: 49.6%;
    display: inline-block;
  }
  .js-form-item-arithmos-enilikon select,
  .js-form-item-arithmos-paidion select,
  .js-form-item-arithmos-skinon select,
  .js-form-item-diastaseis-skinon select,
  .js-form-item-epilogi-diamonis select,
  .js-form-item-thesi-gia select,
  .js-form-item-ehete-xanameinei-sto-club-agia-anna select,
  .js-form-item-peite-mas-poia-einai-i-megisti-timi-poy-thelete-na-xodepsete-ana select {
    width: 100%;
  }
  .js-form-item-synoliko-kostos-diamonis-poy-epithymeite-na-xodepsete input {
    width: calc(100% - 45px);
  }
  .js-form-item-arithmos-skinon,
  .js-form-item-diastaseis-skinon,
  .js-form-item-thesi-gia{
    width: calc(33.333% - 3px);
    display: inline-block;
  }
}

.webform-submission-apostoli-viografikoy-form {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 10px;
  & > :nth-child(2),
  & > :nth-child(3) {
    flex: 1 0 49%;
    display: inline-block;
  }
  .js-form-file, .form-text {
    color: black;
    background-color: #f3f5eb;
    height: 42px;
    width: 100%;
    padding: 5px 20px;
    border-radius: 30px;
    border: 1px solid black;
  }
  .js-form-submit {
    width: auto;
  }
}

.webform-submission-newsletter-form {
  margin: 0;
  max-width: 300px;
  width: auto;
  padding: 0;
  font-family: 'CF Baby';
  #edit-processed-text {
    color: #040F75;
    font-size: 48px;
    line-height: 48px;
    padding-bottom: 15px;
  }
  .js-form-type-email {
    width: 100%;
    #edit-email {
      font-family: Roboto;
      color: #040F75;
      font-size: 16px;
      max-width: 100%;
      border-radius: 0%;
      border: none;
      padding: 11px 13px 9px 13px;
    }
  }
  #edit-email::-moz-placeholder {
    color: #0A4594;
  }
  #edit-email::placeholder {
    color: #0A4594;
  }
  input {
    width: auto;
    height: auto;
    font-family: Roboto;
    background-color: white;
  }
  .form-actions {
    .webform-button--submit {
      margin: 0;
      height: 29px;
      width: 108px;
      padding: 0;
      border-radius: 0%;
      border: none;
      background-color: #0A4594;
      background-image: none;
      text-align: center;
      font-family: Roboto;
      font-size: 16px;
      color: #FFF;
    }
    .webform-button--submit:hover {
      color: white;
      background-image: none;
    }
  }
}

.datepicker-wrapper {
  position: relative;
  display: inline-block;
}

input[type="date"]::-webkit-inner-spin-button,
input[type="date"]::-webkit-calendar-picker-indicator {
  margin:0;
}

input[type="date"]::-webkit-datetime-edit {
  display:none;
}

input[type="date"] {
  position: relative;
  text-indent: -999px;
}

input[type="date"]::-moz-calendar-picker-indicator {
  position: absolute;
  right: 0;
  width: 20px;
  height: 20px;
  margin: 0;
  padding: 0;
}

#block-club-agia-anna-frontslideshow .contextual-region {
  padding-right: 40px;
}

.pink-button {
  svg {
    path:first-child {
      fill: #EF4B6D;
    }
    path:last-child {
      fill: #FFE5A4;
    }
  }
}

.pink-button:hover {
  svg {
    path:first-child {
      fill: #FFE5A4;
    }
    path:last-child {
      fill: #EF4B6D;
    }
  }
}

.lightblue-button {
  svg {
    path:first-child {
      fill: #040F75;
    }
    path:last-child {
      fill: white;
    }
  }
  color: #040F75;
}

.lightblue-button:hover {
  svg {
    path:first-child {
      fill: #66E3FF;
    }
    path:last-child {
      fill: #040F75;
    }
  }
  color: white;
}

.seablue-button {
  svg {
    path:first-child {
      fill: #040F75;
    }
    path:last-child {
      fill: white;
    }
  }
  color: #040F75;
}

.seablue-button:hover {
  svg {
    path:first-child {
      fill: white;
    }
    path:last-child {
      fill: #040F75;
    }
  }
  color: white;
}

.green-brown-button {
  svg {
    path:first-child {
      fill: #FF9900;
    }
    path:last-child {
      fill: #4F6C3D;
    }
  }
  color:  white;
}

.green-brown-button:hover {
  svg {
    path:first-child {
      fill: #4F6C3D;
    }
    path:last-child {
      fill: #FF9900;
    }
  }
  color: black;
}

.salmonpink-button {
  svg {
    path:first-child {
      fill: #A00E2B;
    }
    path:last-child {
      fill: #FFCDB2;
    }
  }
}

.salmonpink-button:hover {
  svg {
    path:first-child {
      fill: #FFCDB2;
    }
    path:last-child {
      fill: #A00E2B;
    }
  }
  color: white;
}

.green-button {
  svg {
    path:first-child {
      fill: #4F6C3D;
    }
    path:last-child {
      fill: #FFE5A4;
    }
  }
}

.green-button:hover {
  svg {
    path:first-child {
      fill: #FFE5A4;
    }
    path:last-child {
      fill: #4F6C3D;
    }
  }
  color: white;
}

.orange-button {
  svg {
    path:first-child {
      fill: #53432B;
    }
    path:last-child {
      fill: #FF9900;
    }
  }
  color: black;
}

.orange-button:hover {
  svg {
    path:first-child {
      fill: #FF9900;
    }
    path:last-child {
      fill: #53432B;
    }
  }
  color: white;
}

.wow {
  visibility: hidden;
}

.nested-menu {
  li:before {
    padding-top: 5px;
    opacity: 0;
    position: absolute;
    left: -27px;
    top: 0;
    transform: translateX(-50%);
    display: inline-block;
    height: auto;
    width: auto;
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='21' viewBox='0 0 14 21' fill='none'%3E%3Cpath d='M3.24327 20.139C2.60264 20.1411 1.97584 19.9528 1.44242 19.598C0.909001 19.2432 0.493023 18.7379 0.247287 18.1463C0.00155127 17.5547 -0.0628618 16.9034 0.0622231 16.2751C0.187308 15.6468 0.496251 15.0698 0.949837 14.6174L4.60653 10.9767C4.67763 10.9058 4.73405 10.8216 4.77254 10.7288C4.81103 10.6361 4.83085 10.5366 4.83085 10.4362C4.83085 10.3358 4.81103 10.2364 4.77254 10.1436C4.73405 10.0509 4.67763 9.96662 4.60653 9.89571L0.949836 6.25501C0.49625 5.80261 0.187307 5.22564 0.0622224 4.59734C-0.0628626 3.96904 0.00155045 3.31774 0.247286 2.72611C0.493022 2.13449 0.909 1.62921 1.44242 1.27442C1.97583 0.919632 2.60264 0.73133 3.24327 0.733416C4.10297 0.733295 4.92768 1.07394 5.5367 1.68073L13.7757 9.89571C13.8468 9.96662 13.9032 10.0509 13.9417 10.1436C13.9802 10.2364 14 10.3358 14 10.4362C14 10.5366 13.9802 10.6361 13.9417 10.7288C13.9032 10.8216 13.8468 10.9058 13.7757 10.9767L5.5367 19.1917C4.92768 19.7985 4.10297 20.1391 3.24327 20.139Z' fill='%23FF9900'/%3E%3C/svg%3E")
  }
  li:hover:before {
    opacity: 1;
  }
}

svg.expand-button {
  margin-left: 5px;
  cursor: pointer;
  transition: all 0.3s;
  transform: rotate(90deg);
}

svg.active-expand-button {
  transform: rotate(270deg);
  transition: all 0.3s;
}

body .top-bar {
  top: 0;
}

body.toolbar-fixed .top-bar {
  top: 39px;
}

body.toolbar-fixed.toolbar-tray-open .top-bar {
  top: 78px;
}

@media (max-width: 1024px) {
  .nested-menu {
    li:hover:before {
      opacity: 0;
    }
  }

  .box .pop-up-card {
    width: 315px;
  }

  .big-slide .splide__arrow,
  .medium-slide .splide__arrow,
  .boxes-slide .splide__arrow,
  .rounded-columns-slide .splide__arrow,
  .enriched-photo-slide .splide__arrow,
  .rooms-photo-slide .splide__arrow,
  .page-photo-slide .splide__arrow,
  .rooms-slide .splide__arrow {
    height: 30px;
    width: 30px;
  }

  .big-slide .splide__arrow svg,
  .medium-slide .splide__arrow svg,
  .boxes-slide .splide__arrow svg,
  .rounded-columns-slide .splide__arrow svg,
  .enriched-photo-slide .splide__arrow svg,
  .rooms-photo-slide .splide__arrow svg,
  .page-photo-slide .splide__arrow svg,
  .rooms-slide .splide__arrow svg {
    height: 30px;
    width: 30px;
  }

  .webform-submission-form {
    padding: 0 10px;
  }

  .rounded-columns-slide .splide__arrow {
    margin-top: calc(0.5*(324px));
  }
}

@media (max-width: 768px) {
  .small-slide .splide .splide__pagination {
    justify-content: center;
    bottom: -44px;
  }

  .box .pop-up-card {
    width: 100%;
    height: 100%;
  }

  .ham-btn.change span {
    width: 38px;
  }

  .big-slide .splide__arrow,
  .medium-slide .splide__arrow,
  .boxes-slide .splide__arrow,
  .rounded-columns-slide .splide__arrow,
  .enriched-photo-slide .splide__arrow,
  .rooms-photo-slide .splide__arrow,
  .page-photo-slide .splide__arrow,
  .rooms-slide .splide__arrow {
    height: 30px;
    width: 30px;
  }

  .big-slide .splide__arrow svg,
  .medium-slide .splide__arrow svg,
  .boxes-slide .splide__arrow svg,
  .rounded-columns-slide .splide__arrow svg,
  .enriched-photo-slide .splide__arrow svg,
  .rooms-photo-slide .splide__arrow svg,
  .page-photo-slide .splide__arrow svg,
  .rooms-slide .splide__arrow svg {
    height: 30px;
    width: 30px;
  }

  .user-login-form {
    padding: 20px 10px;
    font-size: 18px;
    label, input {
      text-align: center;
    }
    input.button {
      margin: 10px auto;
    }
  }

  .webform-submission-form {
    fieldset {
      .form-item {
        margin-right: 10px;
      }
    }
    .container-inline {
      div {
        display: block;
        margin: 18px 0;
      }
      select {
        width: 100%;
      }
    }
    .date-edit {
      right: 0;
      top: 0;
    }
    select {
      width: 100%;
    }
    .js-form-type-tel,
    .js-form-type-email,
    .js-form-item-arithmos-enilikon,
    .js-form-item-arithmos-paidion,
    .js-form-item-arithmos-skinon,
    .js-form-item-diastaseis-skinon,
    .js-form-item-epilogi-diamonis,
    .js-form-item-ehete-xanameinei-sto-club-agia-anna,
    .js-form-item-peite-mas-poia-einai-i-megisti-timi-poy-thelete-na-xodepsete-ana,
    .js-form-item-synoliko-kostos-diamonis-poy-epithymeite-na-xodepsete,
    .js-form-item-thesi-gia,
    .js-form-item-thema {
      width: 100%;
      display: block;
    }
    .js-form-item-arithmos-enilikon select,
    .js-form-item-arithmos-paidion select,
    .js-form-item-arithmos-skinon select,
    .js-form-item-diastaseis-skinon select,
    .js-form-item-epilogi-diamonis select,
    .js-form-item-ehete-xanameinei-sto-club-agia-anna select,
    .js-form-item-peite-mas-poia-einai-i-megisti-timi-poy-thelete-na-xodepsete-ana select {
      width: 100%;
    }
    .js-form-item-synoliko-kostos-diamonis-poy-epithymeite-na-xodepsete input {
      width: calc(100% - 45px);
    }
  }

  .webform-submission-apostoli-viografikoy-form {
    & > :nth-child(2),
    & > :nth-child(3) {
      flex: 1 0 100%;
    }
  }

  .webform-submission-form .form-actions {
    width: 100%;
  }

  .webform-submission-form .form-actions .webform-button--submit {
    margin-left: auto;
    margin-right: auto;
  }

  .webform-submission-newsletter-form .form-actions .webform-button--submit {
    margin-left: 0;
    margin-right: 0;
  }
}

.hover\:bg-\[\#040F75\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(4 15 117 / var(--tw-bg-opacity, 1));
}

.hover\:bg-\[\#4F6C3D\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(79 108 61 / var(--tw-bg-opacity, 1));
}

.hover\:bg-\[\#FF9900\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 153 0 / var(--tw-bg-opacity, 1));
}

.hover\:bg-\[\#FFFFFF\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.hover\:text-\[\#4F6C3D\]:hover {
  --tw-text-opacity: 1;
  color: rgb(79 108 61 / var(--tw-text-opacity, 1));
}

.hover\:shadow-\[-40px_50px_50px_0_rgba\(0\2c 0\2c 0\2c 0\.25\)\]:hover {
  --tw-shadow: -40px 50px 50px 0 rgba(0,0,0,0.25);
  --tw-shadow-colored: -40px 50px 50px 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);
}

.hover\:shadow-\[-40px_50px_50px_0px_rgba\(0\2c 0\2c 0\2c 0\.25\)\]:hover {
  --tw-shadow: -40px 50px 50px 0px rgba(0,0,0,0.25);
  --tw-shadow-colored: -40px 50px 50px 0px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.group:hover .group-hover\:fill-\[\#040F75\] {
  fill: #040F75;
}

.group:hover .group-hover\:fill-\[\#4F6C3D\] {
  fill: #4F6C3D;
}

.group:hover .group-hover\:fill-\[\#66E3FF\] {
  fill: #66E3FF;
}

.group:hover .group-hover\:fill-\[\#EF4B6D\] {
  fill: #EF4B6D;
}

.group:hover .group-hover\:fill-\[\#FFE5A4\] {
  fill: #FFE5A4;
}

.group:hover .group-hover\:text-\[\#FFFFFF\] {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.group:hover .group-hover\:text-\[\#FFF\] {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.group:hover .group-hover\:text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

@media (min-width: 320px) {
  .mobile\:pointer-events-none {
    pointer-events: none;
  }

  .mobile\:absolute {
    position: absolute;
  }

  .mobile\:relative {
    position: relative;
  }

  .mobile\:bottom-\[-14px\] {
    bottom: -14px;
  }

  .mobile\:bottom-\[-25px\] {
    bottom: -25px;
  }

  .mobile\:bottom-\[-80px\] {
    bottom: -80px;
  }

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

  .mobile\:left-\[-100\%\] {
    left: -100%;
  }

  .mobile\:left-\[10px\] {
    left: 10px;
  }

  .mobile\:left-\[50\%\] {
    left: 50%;
  }

  .mobile\:right-\[10px\] {
    right: 10px;
  }

  .mobile\:right-\[50\%\] {
    right: 50%;
  }

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

  .mobile\:top-\[50\%\] {
    top: 50%;
  }

  .mobile\:col-start-1 {
    grid-column-start: 1;
  }

  .mobile\:col-start-2 {
    grid-column-start: 2;
  }

  .mobile\:col-start-3 {
    grid-column-start: 3;
  }

  .mobile\:col-end-3 {
    grid-column-end: 3;
  }

  .mobile\:col-end-4 {
    grid-column-end: 4;
  }

  .mobile\:row-start-2 {
    grid-row-start: 2;
  }

  .mobile\:row-end-3 {
    grid-row-end: 3;
  }

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

  .mobile\:my-\[20px\] {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .mobile\:my-\[35px\] {
    margin-top: 35px;
    margin-bottom: 35px;
  }

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

  .mobile\:mb-\[24px\] {
    margin-bottom: 24px;
  }

  .mobile\:mb-\[25px\] {
    margin-bottom: 25px;
  }

  .mobile\:mb-\[26px\] {
    margin-bottom: 26px;
  }

  .mobile\:mb-\[37px\] {
    margin-bottom: 37px;
  }

  .mobile\:mb-\[42px\] {
    margin-bottom: 42px;
  }

  .mobile\:mb-\[50px\] {
    margin-bottom: 50px;
  }

  .mobile\:mb-\[53px\] {
    margin-bottom: 53px;
  }

  .mobile\:mb-\[54px\] {
    margin-bottom: 54px;
  }

  .mobile\:mb-\[60px\] {
    margin-bottom: 60px;
  }

  .mobile\:ml-auto {
    margin-left: auto;
  }

  .mobile\:mr-0 {
    margin-right: 0px;
  }

  .mobile\:mr-auto {
    margin-right: auto;
  }

  .mobile\:mt-0 {
    margin-top: 0px;
  }

  .mobile\:mt-2 {
    margin-top: 0.5rem;
  }

  .mobile\:mt-\[25px\] {
    margin-top: 25px;
  }

  .mobile\:mt-\[31px\] {
    margin-top: 31px;
  }

  .mobile\:mt-\[35px\] {
    margin-top: 35px;
  }

  .mobile\:mt-\[50px\] {
    margin-top: 50px;
  }

  .mobile\:mt-\[53px\] {
    margin-top: 53px;
  }

  .mobile\:mt-\[63px\] {
    margin-top: 63px;
  }

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

  .mobile\:block {
    display: block;
  }

  .mobile\:inline-block {
    display: inline-block;
  }

  .mobile\:inline {
    display: inline;
  }

  .mobile\:flex {
    display: flex;
  }

  .mobile\:hidden {
    display: none;
  }

  .mobile\:h-\[104px\] {
    height: 104px;
  }

  .mobile\:h-\[11px\] {
    height: 11px;
  }

  .mobile\:h-\[252px\] {
    height: 252px;
  }

  .mobile\:h-\[2px\] {
    height: 2px;
  }

  .mobile\:h-\[30px\] {
    height: 30px;
  }

  .mobile\:h-\[43px\] {
    height: 43px;
  }

  .mobile\:h-\[44px\] {
    height: 44px;
  }

  .mobile\:h-\[50px\] {
    height: 50px;
  }

  .mobile\:h-\[61px\] {
    height: 61px;
  }

  .mobile\:h-\[75px\] {
    height: 75px;
  }

  .mobile\:h-\[82px\] {
    height: 82px;
  }

  .mobile\:h-\[90\%\] {
    height: 90%;
  }

  .mobile\:h-auto {
    height: auto;
  }

  .mobile\:h-full {
    height: 100%;
  }

  .mobile\:max-h-\[500px\] {
    max-height: 500px;
  }

  .mobile\:max-h-none {
    max-height: none;
  }

  .mobile\:w-\[110\%\] {
    width: 110%;
  }

  .mobile\:w-\[115px\] {
    width: 115px;
  }

  .mobile\:w-\[152px\] {
    width: 152px;
  }

  .mobile\:w-\[15px\] {
    width: 15px;
  }

  .mobile\:w-\[200px\] {
    width: 200px;
  }

  .mobile\:w-\[300\%\] {
    width: 300%;
  }

  .mobile\:w-\[30px\] {
    width: 30px;
  }

  .mobile\:w-\[46px\] {
    width: 46px;
  }

  .mobile\:w-\[50px\] {
    width: 50px;
  }

  .mobile\:w-\[68\%\] {
    width: 68%;
  }

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

  .mobile\:w-\[8px\] {
    width: 8px;
  }

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

  .mobile\:w-\[99px\] {
    width: 99px;
  }

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

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

  .mobile\:max-w-\[100\%\] {
    max-width: 100%;
  }

  .mobile\:max-w-\[340px\] {
    max-width: 340px;
  }

  .mobile\:translate-x-\[-50\%\] {
    --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));
  }

  .mobile\:translate-x-\[50\%\] {
    --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));
  }

  .mobile\:translate-y-\[-50\%\] {
    --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));
  }

  .mobile\:grid-cols-\[1fr_1fr_1fr\] {
    grid-template-columns: 1fr 1fr 1fr;
  }

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

  .mobile\:flex-col-reverse {
    flex-direction: column-reverse;
  }

  .mobile\:flex-wrap {
    flex-wrap: wrap;
  }

  .mobile\:items-end {
    align-items: flex-end;
  }

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

  .mobile\:justify-center {
    justify-content: center;
  }

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

  .mobile\:gap-0 {
    gap: 0px;
  }

  .mobile\:gap-\[15px\] {
    gap: 15px;
  }

  .mobile\:gap-\[25px\] {
    gap: 25px;
  }

  .mobile\:gap-\[26px_0\] {
    gap: 26px 0;
  }

  .mobile\:gap-\[26px_12px\] {
    gap: 26px 12px;
  }

  .mobile\:gap-\[38px\] {
    gap: 38px;
  }

  .mobile\:gap-x-0 {
    -moz-column-gap: 0px;
         column-gap: 0px;
  }

  .mobile\:gap-y-\[40px\] {
    row-gap: 40px;
  }

  .mobile\:p-\[10px\] {
    padding: 10px;
  }

  .mobile\:p-\[34px_10px_25px_10px\] {
    padding: 34px 10px 25px 10px;
  }

  .mobile\:px-\[10px\] {
    padding-left: 10px;
    padding-right: 10px;
  }

  .mobile\:px-\[20px\] {
    padding-left: 20px;
    padding-right: 20px;
  }

  .mobile\:px-\[34px\] {
    padding-left: 34px;
    padding-right: 34px;
  }

  .mobile\:py-\[20px\] {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .mobile\:pb-0 {
    padding-bottom: 0px;
  }

  .mobile\:pb-8 {
    padding-bottom: 2rem;
  }

  .mobile\:pb-\[13px\] {
    padding-bottom: 13px;
  }

  .mobile\:pb-\[16px\] {
    padding-bottom: 16px;
  }

  .mobile\:pb-\[20px\] {
    padding-bottom: 20px;
  }

  .mobile\:pb-\[27px\] {
    padding-bottom: 27px;
  }

  .mobile\:pb-\[40px\] {
    padding-bottom: 40px;
  }

  .mobile\:pb-\[43px\] {
    padding-bottom: 43px;
  }

  .mobile\:pb-\[56\.25\%\] {
    padding-bottom: 56.25%;
  }

  .mobile\:pb-\[5px\] {
    padding-bottom: 5px;
  }

  .mobile\:pb-\[60px\] {
    padding-bottom: 60px;
  }

  .mobile\:pb-\[6px\] {
    padding-bottom: 6px;
  }

  .mobile\:pl-\[10px\] {
    padding-left: 10px;
  }

  .mobile\:pl-\[11px\] {
    padding-left: 11px;
  }

  .mobile\:pl-\[13px\] {
    padding-left: 13px;
  }

  .mobile\:pl-\[15px\] {
    padding-left: 15px;
  }

  .mobile\:pl-\[20px\] {
    padding-left: 20px;
  }

  .mobile\:pl-\[25px\] {
    padding-left: 25px;
  }

  .mobile\:pr-\[10px\] {
    padding-right: 10px;
  }

  .mobile\:pr-\[11px\] {
    padding-right: 11px;
  }

  .mobile\:pr-\[15px\] {
    padding-right: 15px;
  }

  .mobile\:pr-\[20px\] {
    padding-right: 20px;
  }

  .mobile\:pr-\[25px\] {
    padding-right: 25px;
  }

  .mobile\:pt-\[10px\] {
    padding-top: 10px;
  }

  .mobile\:pt-\[13px\] {
    padding-top: 13px;
  }

  .mobile\:pt-\[19px\] {
    padding-top: 19px;
  }

  .mobile\:pt-\[20px\] {
    padding-top: 20px;
  }

  .mobile\:pt-\[24px\] {
    padding-top: 24px;
  }

  .mobile\:pt-\[25px\] {
    padding-top: 25px;
  }

  .mobile\:pt-\[32px\] {
    padding-top: 32px;
  }

  .mobile\:pt-\[51px\] {
    padding-top: 51px;
  }

  .mobile\:pt-\[61px\] {
    padding-top: 61px;
  }

  .mobile\:pt-\[6px\] {
    padding-top: 6px;
  }

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

  .mobile\:text-\[12px\] {
    font-size: 12px;
  }

  .mobile\:text-\[18px\] {
    font-size: 18px;
  }

  .mobile\:text-\[20px\] {
    font-size: 20px;
  }

  .mobile\:text-\[24px\] {
    font-size: 24px;
  }

  .mobile\:text-\[30px\] {
    font-size: 30px;
  }

  .mobile\:text-\[32px\] {
    font-size: 32px;
  }

  .mobile\:text-\[36px\] {
    font-size: 36px;
  }

  .mobile\:font-\[400\] {
    font-weight: 400;
  }

  .mobile\:leading-\[1\] {
    line-height: 1;
  }

  .mobile\:leading-\[20px\] {
    line-height: 20px;
  }

  .mobile\:leading-\[26px\] {
    line-height: 26px;
  }

  .mobile\:leading-\[28px\] {
    line-height: 28px;
  }

  .mobile\:leading-\[30px\] {
    line-height: 30px;
  }

  .mobile\:leading-\[34px\] {
    line-height: 34px;
  }

  .mobile\:leading-\[35px\] {
    line-height: 35px;
  }

  .mobile\:leading-\[36px\] {
    line-height: 36px;
  }

  .mobile\:leading-\[50px\] {
    line-height: 50px;
  }

  .mobile\:leading-normal {
    line-height: 1.5;
  }
}

@media (min-width: 768px) {
  .tablet\:left-\[15px\] {
    left: 15px;
  }

  .tablet\:left-\[74px\] {
    left: 74px;
  }

  .tablet\:right-\[15px\] {
    right: 15px;
  }

  .tablet\:right-\[44px\] {
    right: 44px;
  }

  .tablet\:top-\[50\%\] {
    top: 50%;
  }

  .tablet\:col-span-2 {
    grid-column: span 2 / span 2;
  }

  .tablet\:col-start-1 {
    grid-column-start: 1;
  }

  .tablet\:col-start-2 {
    grid-column-start: 2;
  }

  .tablet\:col-start-3 {
    grid-column-start: 3;
  }

  .tablet\:col-end-3 {
    grid-column-end: 3;
  }

  .tablet\:col-end-4 {
    grid-column-end: 4;
  }

  .tablet\:row-start-2 {
    grid-row-start: 2;
  }

  .tablet\:row-end-3 {
    grid-row-end: 3;
  }

  .tablet\:mx-0 {
    margin-left: 0px;
    margin-right: 0px;
  }

  .tablet\:my-\[50px\] {
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .tablet\:mb-0 {
    margin-bottom: 0px;
  }

  .tablet\:mb-\[37px\] {
    margin-bottom: 37px;
  }

  .tablet\:mb-\[42px\] {
    margin-bottom: 42px;
  }

  .tablet\:mb-\[46px\] {
    margin-bottom: 46px;
  }

  .tablet\:mb-\[54px\] {
    margin-bottom: 54px;
  }

  .tablet\:mb-\[75px\] {
    margin-bottom: 75px;
  }

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

  .tablet\:ml-auto {
    margin-left: auto;
  }

  .tablet\:mr-0 {
    margin-right: 0px;
  }

  .tablet\:mt-0 {
    margin-top: 0px;
  }

  .tablet\:mt-\[33px\] {
    margin-top: 33px;
  }

  .tablet\:mt-\[38px\] {
    margin-top: 38px;
  }

  .tablet\:mt-\[50px\] {
    margin-top: 50px;
  }

  .tablet\:mt-\[53px\] {
    margin-top: 53px;
  }

  .tablet\:mt-\[70px\] {
    margin-top: 70px;
  }

  .tablet\:mt-\[80px\] {
    margin-top: 80px;
  }

  .tablet\:mt-\[95px\] {
    margin-top: 95px;
  }

  .tablet\:block {
    display: block;
  }

  .tablet\:flex {
    display: flex;
  }

  .tablet\:hidden {
    display: none;
  }

  .tablet\:h-\[139px\] {
    height: 139px;
  }

  .tablet\:h-\[3px\] {
    height: 3px;
  }

  .tablet\:h-\[40px\] {
    height: 40px;
  }

  .tablet\:h-\[43px\] {
    height: 43px;
  }

  .tablet\:h-\[49px\] {
    height: 49px;
  }

  .tablet\:h-\[54px\] {
    height: 54px;
  }

  .tablet\:h-\[73\%\] {
    height: 73%;
  }

  .tablet\:h-\[74px\] {
    height: 74px;
  }

  .tablet\:h-\[75px\] {
    height: 75px;
  }

  .tablet\:h-auto {
    height: auto;
  }

  .tablet\:h-full {
    height: 100%;
  }

  .tablet\:max-h-\[258px\] {
    max-height: 258px;
  }

  .tablet\:max-h-\[300px\] {
    max-height: 300px;
  }

  .tablet\:min-h-\[220px\] {
    min-height: 220px;
  }

  .tablet\:min-h-\[570px\] {
    min-height: 570px;
  }

  .tablet\:w-\[139px\] {
    width: 139px;
  }

  .tablet\:w-\[140px\] {
    width: 140px;
  }

  .tablet\:w-\[168px\] {
    width: 168px;
  }

  .tablet\:w-\[194px\] {
    width: 194px;
  }

  .tablet\:w-\[20px\] {
    width: 20px;
  }

  .tablet\:w-\[32\.9\%\] {
    width: 32.9%;
  }

  .tablet\:w-\[40px\] {
    width: 40px;
  }

  .tablet\:w-\[46px\] {
    width: 46px;
  }

  .tablet\:w-\[49\.6\%\] {
    width: 49.6%;
  }

  .tablet\:w-\[59\%\] {
    width: 59%;
  }

  .tablet\:w-\[74px\] {
    width: 74px;
  }

  .tablet\:w-\[78\.8\%\] {
    width: 78.8%;
  }

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

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

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

  .tablet\:max-w-\[500px\] {
    max-width: 500px;
  }

  .tablet\: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));
  }

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

  .tablet\:grid-cols-\[1fr_1fr_1fr\] {
    grid-template-columns: 1fr 1fr 1fr;
  }

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

  .tablet\:flex-wrap {
    flex-wrap: wrap;
  }

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

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

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

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

  .tablet\:justify-center {
    justify-content: center;
  }

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

  .tablet\:gap-\[10px\] {
    gap: 10px;
  }

  .tablet\:gap-\[60px\] {
    gap: 60px;
  }

  .tablet\:gap-x-\[20px\] {
    -moz-column-gap: 20px;
         column-gap: 20px;
  }

  .tablet\:gap-x-\[30px\] {
    -moz-column-gap: 30px;
         column-gap: 30px;
  }

  .tablet\:gap-x-\[5px\] {
    -moz-column-gap: 5px;
         column-gap: 5px;
  }

  .tablet\:gap-y-\[10px\] {
    row-gap: 10px;
  }

  .tablet\:p-\[34px_20px_25px_20px\] {
    padding: 34px 20px 25px 20px;
  }

  .tablet\:px-\[20px\] {
    padding-left: 20px;
    padding-right: 20px;
  }

  .tablet\:pb-0 {
    padding-bottom: 0px;
  }

  .tablet\:pb-\[109px\] {
    padding-bottom: 109px;
  }

  .tablet\:pb-\[12px\] {
    padding-bottom: 12px;
  }

  .tablet\:pb-\[13px\] {
    padding-bottom: 13px;
  }

  .tablet\:pb-\[16px\] {
    padding-bottom: 16px;
  }

  .tablet\:pb-\[20px\] {
    padding-bottom: 20px;
  }

  .tablet\:pb-\[29px\] {
    padding-bottom: 29px;
  }

  .tablet\:pb-\[38px\] {
    padding-bottom: 38px;
  }

  .tablet\:pb-\[43px\] {
    padding-bottom: 43px;
  }

  .tablet\:pb-\[50px\] {
    padding-bottom: 50px;
  }

  .tablet\:pb-\[60px\] {
    padding-bottom: 60px;
  }

  .tablet\:pb-\[69px\] {
    padding-bottom: 69px;
  }

  .tablet\:pb-\[7px\] {
    padding-bottom: 7px;
  }

  .tablet\:pl-\[10px\] {
    padding-left: 10px;
  }

  .tablet\:pl-\[13px\] {
    padding-left: 13px;
  }

  .tablet\:pl-\[15px\] {
    padding-left: 15px;
  }

  .tablet\:pl-\[17px\] {
    padding-left: 17px;
  }

  .tablet\:pl-\[20px\] {
    padding-left: 20px;
  }

  .tablet\:pl-\[21px\] {
    padding-left: 21px;
  }

  .tablet\:pl-\[26px\] {
    padding-left: 26px;
  }

  .tablet\:pl-\[34px\] {
    padding-left: 34px;
  }

  .tablet\:pl-\[35px\] {
    padding-left: 35px;
  }

  .tablet\:pr-\[10px\] {
    padding-right: 10px;
  }

  .tablet\:pr-\[15px\] {
    padding-right: 15px;
  }

  .tablet\:pr-\[17px\] {
    padding-right: 17px;
  }

  .tablet\:pr-\[20px\] {
    padding-right: 20px;
  }

  .tablet\:pr-\[26px\] {
    padding-right: 26px;
  }

  .tablet\:pr-\[27px\] {
    padding-right: 27px;
  }

  .tablet\:pr-\[35px\] {
    padding-right: 35px;
  }

  .tablet\:pr-\[40px\] {
    padding-right: 40px;
  }

  .tablet\:pt-\[12px\] {
    padding-top: 12px;
  }

  .tablet\:pt-\[17px\] {
    padding-top: 17px;
  }

  .tablet\:pt-\[19px\] {
    padding-top: 19px;
  }

  .tablet\:pt-\[20px\] {
    padding-top: 20px;
  }

  .tablet\:pt-\[29px\] {
    padding-top: 29px;
  }

  .tablet\:pt-\[48px\] {
    padding-top: 48px;
  }

  .tablet\:pt-\[56px\] {
    padding-top: 56px;
  }

  .tablet\:pt-\[5px\] {
    padding-top: 5px;
  }

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

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

  .tablet\:text-\[14px\] {
    font-size: 14px;
  }

  .tablet\:text-\[16px\] {
    font-size: 16px;
  }

  .tablet\:text-\[18px\] {
    font-size: 18px;
  }

  .tablet\:text-\[22px\] {
    font-size: 22px;
  }

  .tablet\:text-\[24px\] {
    font-size: 24px;
  }

  .tablet\:text-\[32px\] {
    font-size: 32px;
  }

  .tablet\:text-\[36px\] {
    font-size: 36px;
  }

  .tablet\:leading-\[1\] {
    line-height: 1;
  }

  .tablet\:leading-\[20px\] {
    line-height: 20px;
  }

  .tablet\:leading-\[24px\] {
    line-height: 24px;
  }

  .tablet\:leading-\[34px\] {
    line-height: 34px;
  }

  .tablet\:leading-\[36px\] {
    line-height: 36px;
  }

  .tablet\:leading-\[37px\] {
    line-height: 37px;
  }

  .tablet\:leading-normal {
    line-height: 1.5;
  }
}

@media (min-width: 320px) {
  @media (min-width: 1024px) {
    .mobile\:desktop\:min-h-0 {
      min-height: 0px;
    }
  }
}

@media (min-width: 1024px) {
  .desktop\:absolute {
    position: absolute;
  }

  .desktop\:bottom-\[-27px\] {
    bottom: -27px;
  }

  .desktop\:bottom-\[44px\] {
    bottom: 44px;
  }

  .desktop\:left-\[180px\] {
    left: 180px;
  }

  .desktop\:left-\[20px\] {
    left: 20px;
  }

  .desktop\:left-\[54px\] {
    left: 54px;
  }

  .desktop\:right-\[20px\] {
    right: 20px;
  }

  .desktop\:right-\[45px\] {
    right: 45px;
  }

  .desktop\:right-\[auto\] {
    right: auto;
  }

  .desktop\:top-\[50\%\] {
    top: 50%;
  }

  .desktop\:col-span-1 {
    grid-column: span 1 / span 1;
  }

  .desktop\:col-start-1 {
    grid-column-start: 1;
  }

  .desktop\:col-start-2 {
    grid-column-start: 2;
  }

  .desktop\:col-start-4 {
    grid-column-start: 4;
  }

  .desktop\:col-end-2 {
    grid-column-end: 2;
  }

  .desktop\:col-end-3 {
    grid-column-end: 3;
  }

  .desktop\:col-end-4 {
    grid-column-end: 4;
  }

  .desktop\:col-end-5 {
    grid-column-end: 5;
  }

  .desktop\:row-start-1 {
    grid-row-start: 1;
  }

  .desktop\:row-start-2 {
    grid-row-start: 2;
  }

  .desktop\:row-end-3 {
    grid-row-end: 3;
  }

  .desktop\:m-0 {
    margin: 0px;
  }

  .desktop\:mx-0 {
    margin-left: 0px;
    margin-right: 0px;
  }

  .desktop\:my-0 {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .desktop\:mb-0 {
    margin-bottom: 0px;
  }

  .desktop\:mb-\[50px\] {
    margin-bottom: 50px;
  }

  .desktop\:mb-\[54px\] {
    margin-bottom: 54px;
  }

  .desktop\:mb-\[66px\] {
    margin-bottom: 66px;
  }

  .desktop\:mb-\[85px\] {
    margin-bottom: 85px;
  }

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

  .desktop\:ml-\[20px\] {
    margin-left: 20px;
  }

  .desktop\:ml-\[25px\] {
    margin-left: 25px;
  }

  .desktop\:mr-0 {
    margin-right: 0px;
  }

  .desktop\:mt-0 {
    margin-top: 0px;
  }

  .desktop\:mt-2 {
    margin-top: 0.5rem;
  }

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

  .desktop\:mt-\[132px\] {
    margin-top: 132px;
  }

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

  .desktop\:mt-\[33px\] {
    margin-top: 33px;
  }

  .desktop\:mt-\[38px\] {
    margin-top: 38px;
  }

  .desktop\:mt-\[40px\] {
    margin-top: 40px;
  }

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

  .desktop\:mt-\[95px\] {
    margin-top: 95px;
  }

  .desktop\:block {
    display: block;
  }

  .desktop\:inline {
    display: inline;
  }

  .desktop\:flex {
    display: flex;
  }

  .desktop\:hidden {
    display: none;
  }

  .desktop\:h-\[106px\] {
    height: 106px;
  }

  .desktop\:h-\[130px\] {
    height: 130px;
  }

  .desktop\:h-\[139px\] {
    height: 139px;
  }

  .desktop\:h-\[67px\] {
    height: 67px;
  }

  .desktop\:h-\[70\%\] {
    height: 70%;
  }

  .desktop\:h-\[74px\] {
    height: 74px;
  }

  .desktop\:h-auto {
    height: auto;
  }

  .desktop\:max-h-\[100\%\] {
    max-height: 100%;
  }

  .desktop\:min-h-0 {
    min-height: 0px;
  }

  .desktop\:min-h-\[660px\] {
    min-height: 660px;
  }

  .desktop\:w-\[168px\] {
    width: 168px;
  }

  .desktop\:w-\[187px\] {
    width: 187px;
  }

  .desktop\:w-\[24\.5\%\] {
    width: 24.5%;
  }

  .desktop\:w-\[257px\] {
    width: 257px;
  }

  .desktop\:w-\[32\.9\%\] {
    width: 32.9%;
  }

  .desktop\:w-\[333px\] {
    width: 333px;
  }

  .desktop\:w-\[49\%\] {
    width: 49%;
  }

  .desktop\:w-\[67\%\] {
    width: 67%;
  }

  .desktop\:w-\[73\%\] {
    width: 73%;
  }

  .desktop\:w-\[74px\] {
    width: 74px;
  }

  .desktop\:w-\[78\.8\%\] {
    width: 78.8%;
  }

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

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

  .desktop\:max-w-\[100\%\] {
    max-width: 100%;
  }

  .desktop\:max-w-\[172px\] {
    max-width: 172px;
  }

  .desktop\:flex-\[1_0_50\%\] {
    flex: 1 0 50%;
  }

  .desktop\:flex-\[1_1_73\%\] {
    flex: 1 1 73%;
  }

  .desktop\: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));
  }

  .desktop\:grid-cols-\[188px_210px_210px_300px\] {
    grid-template-columns: 188px 210px 210px 300px;
  }

  .desktop\:grid-cols-\[227px_auto_160px\] {
    grid-template-columns: 227px auto 160px;
  }

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

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

  .desktop\:flex-wrap {
    flex-wrap: wrap;
  }

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

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

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

  .desktop\:justify-around {
    justify-content: space-around;
  }

  .desktop\:gap-0 {
    gap: 0px;
  }

  .desktop\:gap-\[10px\] {
    gap: 10px;
  }

  .desktop\:gap-\[60px\] {
    gap: 60px;
  }

  .desktop\:gap-x-\[20px\] {
    -moz-column-gap: 20px;
         column-gap: 20px;
  }

  .desktop\:gap-x-\[30px\] {
    -moz-column-gap: 30px;
         column-gap: 30px;
  }

  .desktop\:gap-y-\[15px\] {
    row-gap: 15px;
  }

  .desktop\:bg-\[rgba\(250\2c 243\2c 226\2c 0\.85\)\] {
    background-color: rgba(250,243,226,0.85);
  }

  .desktop\:p-\[40px_39px_40px_27px\] {
    padding: 40px 39px 40px 27px;
  }

  .desktop\:px-\[115px\] {
    padding-left: 115px;
    padding-right: 115px;
  }

  .desktop\:px-\[15px\] {
    padding-left: 15px;
    padding-right: 15px;
  }

  .desktop\:px-\[20px\] {
    padding-left: 20px;
    padding-right: 20px;
  }

  .desktop\:px-\[25px\] {
    padding-left: 25px;
    padding-right: 25px;
  }

  .desktop\:px-\[39px\] {
    padding-left: 39px;
    padding-right: 39px;
  }

  .desktop\:px-\[40px\] {
    padding-left: 40px;
    padding-right: 40px;
  }

  .desktop\:px-\[75px\] {
    padding-left: 75px;
    padding-right: 75px;
  }

  .desktop\:py-\[30px\] {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .desktop\:py-\[47px\] {
    padding-top: 47px;
    padding-bottom: 47px;
  }

  .desktop\:pb-0 {
    padding-bottom: 0px;
  }

  .desktop\:pb-\[12px\] {
    padding-bottom: 12px;
  }

  .desktop\:pb-\[133px\] {
    padding-bottom: 133px;
  }

  .desktop\:pb-\[184px\] {
    padding-bottom: 184px;
  }

  .desktop\:pb-\[18px\] {
    padding-bottom: 18px;
  }

  .desktop\:pb-\[29px\] {
    padding-bottom: 29px;
  }

  .desktop\:pb-\[32px\] {
    padding-bottom: 32px;
  }

  .desktop\:pb-\[56px\] {
    padding-bottom: 56px;
  }

  .desktop\:pb-\[67px\] {
    padding-bottom: 67px;
  }

  .desktop\:pb-\[83px\] {
    padding-bottom: 83px;
  }

  .desktop\:pb-\[91px\] {
    padding-bottom: 91px;
  }

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

  .desktop\:pl-\[20px\] {
    padding-left: 20px;
  }

  .desktop\:pl-\[21px\] {
    padding-left: 21px;
  }

  .desktop\:pl-\[26px\] {
    padding-left: 26px;
  }

  .desktop\:pl-\[30px\] {
    padding-left: 30px;
  }

  .desktop\:pl-\[40px\] {
    padding-left: 40px;
  }

  .desktop\:pl-\[45px\] {
    padding-left: 45px;
  }

  .desktop\:pl-\[54px\] {
    padding-left: 54px;
  }

  .desktop\:pl-\[70px\] {
    padding-left: 70px;
  }

  .desktop\:pl-\[75px\] {
    padding-left: 75px;
  }

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

  .desktop\:pr-\[10px\] {
    padding-right: 10px;
  }

  .desktop\:pr-\[20px\] {
    padding-right: 20px;
  }

  .desktop\:pr-\[26px\] {
    padding-right: 26px;
  }

  .desktop\:pr-\[35px\] {
    padding-right: 35px;
  }

  .desktop\:pr-\[40px\] {
    padding-right: 40px;
  }

  .desktop\:pr-\[50px\] {
    padding-right: 50px;
  }

  .desktop\:pr-\[70px\] {
    padding-right: 70px;
  }

  .desktop\:pt-\[12px\] {
    padding-top: 12px;
  }

  .desktop\:pt-\[25px\] {
    padding-top: 25px;
  }

  .desktop\:pt-\[29px\] {
    padding-top: 29px;
  }

  .desktop\:pt-\[39px\] {
    padding-top: 39px;
  }

  .desktop\:pt-\[50px\] {
    padding-top: 50px;
  }

  .desktop\:pt-\[5px\] {
    padding-top: 5px;
  }

  .desktop\:pt-\[60px\] {
    padding-top: 60px;
  }

  .desktop\:pt-\[62px\] {
    padding-top: 62px;
  }

  .desktop\:pt-\[75px\] {
    padding-top: 75px;
  }

  .desktop\:pt-\[96px\] {
    padding-top: 96px;
  }

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

  .desktop\:text-\[18px\] {
    font-size: 18px;
  }

  .desktop\:text-\[28px\] {
    font-size: 28px;
  }

  .desktop\:text-\[30px\] {
    font-size: 30px;
  }

  .desktop\:text-\[32px\] {
    font-size: 32px;
  }

  .desktop\:text-\[36px\] {
    font-size: 36px;
  }

  .desktop\:text-\[40px\] {
    font-size: 40px;
  }

  .desktop\:text-\[60px\] {
    font-size: 60px;
  }

  .desktop\:text-\[90px\] {
    font-size: 90px;
  }

  .desktop\:font-normal {
    font-weight: 400;
  }

  .desktop\:leading-\[18px\] {
    line-height: 18px;
  }

  .desktop\:leading-\[1\] {
    line-height: 1;
  }

  .desktop\:leading-\[20px\] {
    line-height: 20px;
  }

  .desktop\:leading-\[28px\] {
    line-height: 28px;
  }

  .desktop\:leading-\[30px\] {
    line-height: 30px;
  }

  .desktop\:leading-\[50px\] {
    line-height: 50px;
  }

  .desktop\:leading-\[90px\] {
    line-height: 90px;
  }

  .desktop\:leading-normal {
    line-height: 1.5;
  }

  .desktop\:shadow-md {
    --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }
}

@media (min-width: 1370px) {
  .wide\:col-start-2 {
    grid-column-start: 2;
  }

  .wide\:col-start-5 {
    grid-column-start: 5;
  }

  .wide\:col-start-auto {
    grid-column-start: auto;
  }

  .wide\:col-end-5 {
    grid-column-end: 5;
  }

  .wide\:col-end-6 {
    grid-column-end: 6;
  }

  .wide\:col-end-auto {
    grid-column-end: auto;
  }

  .wide\:row-span-1 {
    grid-row: span 1 / span 1;
  }

  .wide\:block {
    display: block;
  }

  .wide\:hidden {
    display: none;
  }

  .wide\:grid-cols-\[188px_210px_210px_210px_300px\] {
    grid-template-columns: 188px 210px 210px 210px 300px;
  }

  .wide\:gap-x-\[38px\] {
    -moz-column-gap: 38px;
         column-gap: 38px;
  }
}

.\[\&\>\.views-row_a\:nth-child\(10n\+1\)\]\:col-span-2>.views-row a:nth-child(10n+1) {
  grid-column: span 2 / span 2;
}

.\[\&\>\.views-row_a\:nth-child\(10n\+1\)\]\:row-span-2>.views-row a:nth-child(10n+1) {
  grid-row: span 2 / span 2;
}

.\[\&\>\.views-row_a\:nth-child\(10n\+8\)\]\:col-span-2>.views-row a:nth-child(10n+8) {
  grid-column: span 2 / span 2;
}

.\[\&\>\.views-row_a\:nth-child\(10n\+8\)\]\:row-span-2>.views-row a:nth-child(10n+8) {
  grid-row: span 2 / span 2;
}

.\[\&\>a\>img\]\:hover\:shadow-\[0px_8px_15px_0px_rgba\(83\2c 67\2c 43\2c 0\.50\)\]:hover>a>img {
  --tw-shadow: 0px 8px 15px 0px rgba(83,67,43,0.50);
  --tw-shadow-colored: 0px 8px 15px 0px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.\[\&\>div\.views-row\]\:grid>div.views-row {
  display: grid;
}

@media (min-width: 320px) {
  .mobile\:\[\&\>div\.views-row\]\:grid-cols-2>div.views-row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .mobile\:\[\&\>div\.views-row\]\:gap-\[10px\]>div.views-row {
    gap: 10px;
  }
}

@media (min-width: 1024px) {
  .desktop\:\[\&\>div\.views-row\]\:gap-\[20px\]>div.views-row {
    gap: 20px;
  }
}

.\[\&\>div\:first-child\]\:pb-\[45px\]>div:first-child {
  padding-bottom: 45px;
}

.\[\&\>div\:last-child\]\:pb-\[45px\]>div:last-child {
  padding-bottom: 45px;
}

@media (min-width: 320px) {
  .mobile\:\[\&\>div\:last-child\]\:mb-0>div:last-child {
    margin-bottom: 0px;
  }
}

.\[\&\>div\:nth-child\(1\)\>h2\]\:hidden>div:nth-child(1)>h2 {
  display: none;
}

.\[\&\>div\:nth-child\(2\)\>div_h3\]\:underline>div:nth-child(2)>div h3 {
  text-decoration-line: underline;
}

.\[\&\>div\:nth-child\(2\)\>div_h3\]\:underline-offset-4>div:nth-child(2)>div h3 {
  text-underline-offset: 4px;
}

@media (min-width: 320px) {
  .mobile\:\[\&\>div\:nth-last-child\(2\)\]\:mb-\[62px\]>div:nth-last-child(2) {
    margin-bottom: 62px;
  }
}

.\[\&\>div\>div\>div\:last-child\]\:after\:content-\[\'\'\]>div>div>div:last-child::after {
  --tw-content: '';
  content: var(--tw-content);
}

.\[\&\>div\>div\>div\]\:inline>div>div>div {
  display: inline;
}

.\[\&\>div\>div\>div\]\:after\:inline-block>div>div>div::after {
  content: var(--tw-content);
  display: inline-block;
}

.\[\&\>div\>div\>div\]\:after\:pl-\[5px\]>div>div>div::after {
  content: var(--tw-content);
  padding-left: 5px;
}

@media (min-width: 320px) {
  .mobile\:\[\&\>div\>div\>div\]\:after\:content-\[\'\'\]>div>div>div::after {
    --tw-content: '';
    content: var(--tw-content);
  }
}

@media (min-width: 768px) {
  .tablet\:\[\&\>div\>div\>div\]\:after\:content-\[\'\|\'\]>div>div>div::after {
    --tw-content: '|';
    content: var(--tw-content);
  }
}

.\[\&\>div\>div\>span\>a\]\:font-\[400\]>div>div>span>a {
  font-weight: 400;
}

.\[\&\>div\>div\>span\]\:block>div>div>span {
  display: block;
}

.\[\&\>div\>div\>span\]\:font-\[Roboto\]>div>div>span {
  font-family: Roboto;
}

.\[\&\>div\>div\>span\]\:text-\[16px\]>div>div>span {
  font-size: 16px;
}

.\[\&\>div\>div\>span\]\:font-\[700\]>div>div>span {
  font-weight: 700;
}

.\[\&\>div\>div\>span\]\:leading-\[20px\]>div>div>span {
  line-height: 20px;
}

.\[\&\>div\>div\>span\]\:text-black>div>div>span {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.\[\&\>div\>div\]\:mx-auto>div>div {
  margin-left: auto;
  margin-right: auto;
}

.\[\&\>div\>div\]\:mt-\[20px\]>div>div {
  margin-top: 20px;
}

.\[\&\>div\>div\]\:flex>div>div {
  display: flex;
}

.\[\&\>div\>div\]\:max-w-\[1372px\]>div>div {
  max-width: 1372px;
}

.\[\&\>div\>div\]\:max-w-full>div>div {
  max-width: 100%;
}

.\[\&\>div\>div\]\:flex-row>div>div {
  flex-direction: row;
}

.\[\&\>div\>div\]\:flex-wrap>div>div {
  flex-wrap: wrap;
}

.\[\&\>div\>div\]\:items-center>div>div {
  align-items: center;
}

.\[\&\>div\>div\]\:pt-\[21px\]>div>div {
  padding-top: 21px;
}

.\[\&\>div\>div\]\:font-\[CF_Baby\]>div>div {
  font-weight: CF Baby;
}

@media (min-width: 320px) {
  .mobile\:\[\&\>div\>div\]\:flex>div>div {
    display: flex;
  }

  .mobile\:\[\&\>div\>div\]\:w-full>div>div {
    width: 100%;
  }

  .mobile\:\[\&\>div\>div\]\:flex-wrap>div>div {
    flex-wrap: wrap;
  }

  .mobile\:\[\&\>div\>div\]\:justify-center>div>div {
    justify-content: center;
  }

  .mobile\:\[\&\>div\>div\]\:gap-\[23px\]>div>div {
    gap: 23px;
  }

  .mobile\:\[\&\>div\>div\]\:gap-y-\[69px\]>div>div {
    row-gap: 69px;
  }

  .mobile\:\[\&\>div\>div\]\:px-\[10px\]>div>div {
    padding-left: 10px;
    padding-right: 10px;
  }

  .mobile\:\[\&\>div\>div\]\:pb-\[69px\]>div>div {
    padding-bottom: 69px;
  }
}

@media (min-width: 768px) {
  .tablet\:\[\&\>div\>div\]\:mt-0>div>div {
    margin-top: 0px;
  }

  .tablet\:\[\&\>div\>div\]\:flex>div>div {
    display: flex;
  }

  .tablet\:\[\&\>div\>div\]\:hidden>div>div {
    display: none;
  }

  .tablet\:\[\&\>div\>div\]\:w-\[32\.9\%\]>div>div {
    width: 32.9%;
  }

  .tablet\:\[\&\>div\>div\]\:w-\[49\.6\%\]>div>div {
    width: 49.6%;
  }

  .tablet\:\[\&\>div\>div\]\:flex-\[1_1_32\%\]>div>div {
    flex: 1 1 32%;
  }

  .tablet\:\[\&\>div\>div\]\:flex-wrap>div>div {
    flex-wrap: wrap;
  }

  .tablet\:\[\&\>div\>div\]\:justify-between>div>div {
    justify-content: space-between;
  }

  .tablet\:\[\&\>div\>div\]\:gap-x-\[20px\]>div>div {
    -moz-column-gap: 20px;
         column-gap: 20px;
  }

  .tablet\:\[\&\>div\>div\]\:px-\[20px\]>div>div {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (min-width: 1024px) {
  .desktop\:\[\&\>div\>div\]\:block>div>div {
    display: block;
  }

  .desktop\:\[\&\>div\>div\]\:flex>div>div {
    display: flex;
  }

  .desktop\:\[\&\>div\>div\]\:w-\[32\.9\%\]>div>div {
    width: 32.9%;
  }

  .desktop\:\[\&\>div\>div\]\:w-\[49\.6\%\]>div>div {
    width: 49.6%;
  }

  .desktop\:\[\&\>div\>div\]\:justify-between>div>div {
    justify-content: space-between;
  }

  .desktop\:\[\&\>div\>div\]\:gap-x-\[12px\]>div>div {
    -moz-column-gap: 12px;
         column-gap: 12px;
  }

  .desktop\:\[\&\>div\>div\]\:gap-y-\[60px\]>div>div {
    row-gap: 60px;
  }

  .desktop\:\[\&\>div\>div\]\:pb-0>div>div {
    padding-bottom: 0px;
  }
}

.\[\&\>div\>div_h3\]\:pb-\[15px\]>div>div h3 {
  padding-bottom: 15px;
}

.\[\&\>div\>div_h3\]\:font-\[Roboto\]>div>div h3 {
  font-family: Roboto;
}

.\[\&\>div\>div_h3\]\:text-\[16px\]>div>div h3 {
  font-size: 16px;
}

.\[\&\>div\>div_h3\]\:font-\[900\]>div>div h3 {
  font-weight: 900;
}

.\[\&\>div\>div_h3\]\:text-black>div>div h3 {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.\[\&\>div\>h2\>a\>span\]\:text-\[18px\]>div>h2>a>span {
  font-size: 18px;
}

.\[\&\>div\>h2\>span\]\:text-\[18px\]>div>h2>span {
  font-size: 18px;
}

.\[\&\>div\>h2\>svg\]\:duration-75>div>h2>svg {
  transition-duration: 75ms;
}

.\[\&\>div\>h2\]\:block>div>h2 {
  display: block;
}

.\[\&\>div\>h2\]\:text-\[32px\]>div>h2 {
  font-size: 32px;
}

.\[\&\>div\>h2\]\:text-\[\#547341\]>div>h2 {
  --tw-text-opacity: 1;
  color: rgb(84 115 65 / var(--tw-text-opacity, 1));
}

.\[\&\>div\>img\]\:absolute>div>img {
  position: absolute;
}

@media (min-width: 320px) {
  .mobile\:\[\&\>div\>img\]\:right-\[50\%\]>div>img {
    right: 50%;
  }

  .mobile\:\[\&\>div\>img\]\:top-\[51px\]>div>img {
    top: 51px;
  }

  .mobile\:\[\&\>div\>img\]\:translate-x-\[50\%\]>div>img {
    --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));
  }
}

@media (min-width: 768px) {
  .tablet\:\[\&\>div\>img\]\:right-\[23px\]>div>img {
    right: 23px;
  }

  .tablet\:\[\&\>div\>img\]\:top-\[36px\]>div>img {
    top: 36px;
  }

  .tablet\:\[\&\>div\>img\]\:translate-x-0>div>img {
    --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));
  }
}

.\[\&\>div\>svg\:first-child\]\:mb-\[64px\]>div>svg:first-child {
  margin-bottom: 64px;
}

.\[\&\>div\]\:relative>div {
  position: relative;
}

.\[\&\>div\]\:mb-\[22px\]>div {
  margin-bottom: 22px;
}

.\[\&\>div\]\:mb-\[40px\]>div {
  margin-bottom: 40px;
}

.\[\&\>div\]\:mt-\[20px\]>div {
  margin-top: 20px;
}

.\[\&\>div\]\:flex>div {
  display: flex;
}

.\[\&\>div\]\:w-full>div {
  width: 100%;
}

.\[\&\>div\]\:max-w-full>div {
  max-width: 100%;
}

.\[\&\>div\]\:flex-row>div {
  flex-direction: row;
}

.\[\&\>div\]\:flex-col>div {
  flex-direction: column;
}

.\[\&\>div\]\:flex-wrap>div {
  flex-wrap: wrap;
}

.\[\&\>div\]\:flex-nowrap>div {
  flex-wrap: nowrap;
}

.\[\&\>div\]\:justify-between>div {
  justify-content: space-between;
}

.\[\&\>div\]\:justify-evenly>div {
  justify-content: space-evenly;
}

.\[\&\>div\]\:overflow-hidden>div {
  overflow: hidden;
}

.\[\&\>div\]\:rounded-\[30px\]>div {
  border-radius: 30px;
}

.\[\&\>div\]\:border-\[1px\]>div {
  border-width: 1px;
}

.\[\&\>div\]\:border-black>div {
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
}

.\[\&\>div\]\:bg-\[\#FAF3E2\]>div {
  --tw-bg-opacity: 1;
  background-color: rgb(250 243 226 / var(--tw-bg-opacity, 1));
}

.\[\&\>div\]\:font-\[\"CF_Baby\"\]>div {
  font-family: "CF Baby";
}

.\[\&\>div\]\:text-\[\#473B24\]>div {
  --tw-text-opacity: 1;
  color: rgb(71 59 36 / var(--tw-text-opacity, 1));
}

@media (min-width: 320px) {
  .mobile\:\[\&\>div\]\:w-full>div {
    width: 100%;
  }

  .mobile\:\[\&\>div\]\:flex-wrap>div {
    flex-wrap: wrap;
  }

  .mobile\:\[\&\>div\]\:items-center>div {
    align-items: center;
  }

  .mobile\:\[\&\>div\]\:gap-0>div {
    gap: 0px;
  }

  .mobile\:\[\&\>div\]\:gap-\[20px_0\]>div {
    gap: 20px 0;
  }

  .mobile\:\[\&\>div\]\:gap-\[63px_0\]>div {
    gap: 63px 0;
  }

  .mobile\:\[\&\>div\]\:px-\[20px\]>div {
    padding-left: 20px;
    padding-right: 20px;
  }

  .mobile\:\[\&\>div\]\:px-\[25px\]>div {
    padding-left: 25px;
    padding-right: 25px;
  }

  .mobile\:\[\&\>div\]\:pb-\[45px\]>div {
    padding-bottom: 45px;
  }

  .mobile\:\[\&\>div\]\:pl-\[10px\]>div {
    padding-left: 10px;
  }

  .mobile\:\[\&\>div\]\:pr-\[10px\]>div {
    padding-right: 10px;
  }

  .mobile\:\[\&\>div\]\:pt-\[138px\]>div {
    padding-top: 138px;
  }
}

@media (min-width: 768px) {
  .tablet\:\[\&\>div\]\:items-start>div {
    align-items: flex-start;
  }

  .tablet\:\[\&\>div\]\:gap-\[0_8px\]>div {
    gap: 0 8px;
  }

  .tablet\:\[\&\>div\]\:gap-\[10px\]>div {
    gap: 10px;
  }

  .tablet\:\[\&\>div\]\:px-\[30px\]>div {
    padding-left: 30px;
    padding-right: 30px;
  }

  .tablet\:\[\&\>div\]\:py-\[23px\]>div {
    padding-top: 23px;
    padding-bottom: 23px;
  }

  .tablet\:\[\&\>div\]\:pl-\[20px\]>div {
    padding-left: 20px;
  }

  .tablet\:\[\&\>div\]\:pr-\[20px\]>div {
    padding-right: 20px;
  }
}

@media (min-width: 1024px) {
  .desktop\:\[\&\>div\]\:w-\[50\%\]>div {
    width: 50%;
  }

  .desktop\:\[\&\>div\]\:px-\[45px\]>div {
    padding-left: 45px;
    padding-right: 45px;
  }

  .desktop\:\[\&\>div\]\:py-\[38px\]>div {
    padding-top: 38px;
    padding-bottom: 38px;
  }

  .desktop\:\[\&\>div\]\:pl-\[20px\]>div {
    padding-left: 20px;
  }

  .desktop\:\[\&\>div\]\:pl-\[54px\]>div {
    padding-left: 54px;
  }

  .desktop\:\[\&\>div\]\:pr-\[20px\]>div {
    padding-right: 20px;
  }

  .desktop\:\[\&\>div\]\:pr-\[61px\]>div {
    padding-right: 61px;
  }

  .desktop\:\[\&\>div\]\:pr-\[73px\]>div {
    padding-right: 73px;
  }
}

@media (min-width: 320px) {
  .mobile\:\[\&\>div_span\]\:block>div span {
    display: block;
  }
}

@media (min-width: 768px) {
  .tablet\:\[\&\>div_span\]\:inline>div span {
    display: inline;
  }
}

@media (min-width: 320px) {
  .mobile\:\[\&\>div_span_a\]\:block>div span a {
    display: block;
  }
}

@media (min-width: 768px) {
  .tablet\:\[\&\>div_span_a\]\:inline>div span a {
    display: inline;
  }
}

.\[\&\>img\]\:max-h-\[40px\]>img {
  max-height: 40px;
}

.\[\&\>img\]\:max-w-\[40px\]>img {
  max-width: 40px;
}

.\[\&\>img\]\:self-start>img {
  align-self: flex-start;
}

.\[\&\>li\:hover\]\:text-\[\#f59c20\]>li:hover {
  --tw-text-opacity: 1;
  color: rgb(245 156 32 / var(--tw-text-opacity, 1));
}

.\[\&\>li\>a\:hover\]\:text-\[\#4F6C3D\]>li>a:hover {
  --tw-text-opacity: 1;
  color: rgb(79 108 61 / var(--tw-text-opacity, 1));
}

.\[\&\>li\>span\:hover\]\:text-\[\#4F6C3D\]>li>span:hover {
  --tw-text-opacity: 1;
  color: rgb(79 108 61 / var(--tw-text-opacity, 1));
}

.\[\&\>li\]\:relative>li {
  position: relative;
}

.\[\&\>li\]\:w-fit>li {
  width: -moz-fit-content;
  width: fit-content;
}

.\[\&\>li\]\:text-center>li {
  text-align: center;
}

.\[\&\>li\]\:text-\[\#4F6C3D\]>li {
  --tw-text-opacity: 1;
  color: rgb(79 108 61 / var(--tw-text-opacity, 1));
}

.\[\&\>li\]\:text-black>li {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

@media (min-width: 320px) {
  .mobile\:\[\&\>li\]\:mx-auto>li {
    margin-left: auto;
    margin-right: auto;
  }

  .mobile\:\[\&\>li\]\:pt-\[5px\]>li {
    padding-top: 5px;
  }

  .mobile\:\[\&\>li\]\:text-center>li {
    text-align: center;
  }
}

@media (min-width: 1024px) {
  .desktop\:\[\&\>li\]\:mx-0>li {
    margin-left: 0px;
    margin-right: 0px;
  }

  .desktop\:\[\&\>li\]\:pt-\[2px\]>li {
    padding-top: 2px;
  }

  .desktop\:\[\&\>li\]\:text-left>li {
    text-align: left;
  }
}

.\[\&\>ul\]\:flex>ul {
  display: flex;
}

.\[\&\>ul\]\:flex-wrap>ul {
  flex-wrap: wrap;
}

.\[\&\>ul\]\:gap-x-\[10px\]>ul {
  -moz-column-gap: 10px;
       column-gap: 10px;
}

.\[\&\>ul\]\:px-\[20px\]>ul {
  padding-left: 20px;
  padding-right: 20px;
}

.\[\&\>ul\]\:pt-\[10px\]>ul {
  padding-top: 10px;
}

.\[\&\>ul\]\:font-\[Roboto\]>ul {
  font-family: Roboto;
}

.\[\&\>ul_a\:hover\]\:text-\[rgb\(79_108_61\)\]>ul a:hover {
  --tw-text-opacity: 1;
  color: rgb(79 108 61 / var(--tw-text-opacity, 1));
}

.\[\&_\.box\>h2\]\:py-\[14px\] .box>h2 {
  padding-top: 14px;
  padding-bottom: 14px;
}

.\[\&_\.box\>h2\]\:text-center .box>h2 {
  text-align: center;
}

.\[\&_\.box\>h2\]\:font-\[Roboto\] .box>h2 {
  font-family: Roboto;
}

.\[\&_\.box\>h2\]\:text-\[16px\] .box>h2 {
  font-size: 16px;
}

.\[\&_\.box\>h2\]\:leading-4 .box>h2 {
  line-height: 1rem;
}

.\[\&_\.box\>h2\]\:text-black .box>h2 {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.\[\&_\.box\>p\]\:text-center .box>p {
  text-align: center;
}

.\[\&_\.box\>p\]\:font-\[Roboto\] .box>p {
  font-family: Roboto;
}

.\[\&_\.box\>p\]\:text-\[16px\] .box>p {
  font-size: 16px;
}

.\[\&_\.box\>p\]\:leading-4 .box>p {
  line-height: 1rem;
}

.\[\&_\.box\>p\]\:text-black .box>p {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.\[\&_\.box\]\:relative .box {
  position: relative;
}

.\[\&_\.box\]\:flex .box {
  display: flex;
}

.\[\&_\.box\]\:h-full .box {
  height: 100%;
}

.\[\&_\.box\]\:cursor-pointer .box {
  cursor: pointer;
}

.\[\&_\.box\]\:flex-col .box {
  flex-direction: column;
}

.\[\&_\.box\]\:items-center .box {
  align-items: center;
}

.\[\&_\.box\]\:gap-y-\[36px\] .box {
  row-gap: 36px;
}

.\[\&_\.box\]\:overflow-hidden .box {
  overflow: hidden;
}

.\[\&_\.box\]\:rounded-\[30px\] .box {
  border-radius: 30px;
}

.\[\&_\.box\]\:bg-\[\#FFFFFF\] .box {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.\[\&_\.box\]\:px-\[13px\] .box {
  padding-left: 13px;
  padding-right: 13px;
}

.\[\&_\.box\]\:py-\[25px\] .box {
  padding-top: 25px;
  padding-bottom: 25px;
}

@media (min-width: 768px) {
  .tablet\:\[\&_\.box\]\:w-\[31\.9\%\] .box {
    width: 31.9%;
  }
}

@media (min-width: 1024px) {
  .desktop\:\[\&_\.box\]\:w-\[18\.5\%\] .box {
    width: 18.5%;
  }

  .desktop\:\[\&_\.box\]\:w-\[18\.6\%\] .box {
    width: 18.6%;
  }

  .desktop\:\[\&_\.box\]\:w-\[19\%\] .box {
    width: 19%;
  }
}

.\[\&_\.box_\.pop-up-card\>h2\]\:py-\[14px\] .box .pop-up-card>h2 {
  padding-top: 14px;
  padding-bottom: 14px;
}

.\[\&_\.box_\.pop-up-card\>h2\]\:py-\[28px\] .box .pop-up-card>h2 {
  padding-top: 28px;
  padding-bottom: 28px;
}

.\[\&_\.box_\.pop-up-card\>h2\]\:text-\[28px\] .box .pop-up-card>h2 {
  font-size: 28px;
}

.\[\&_\.box_\.pop-up-card\>h2\]\:text-\[36px\] .box .pop-up-card>h2 {
  font-size: 36px;
}

.\[\&_\.box_\.pop-up-card\>h2\]\:leading-\[32px\] .box .pop-up-card>h2 {
  line-height: 32px;
}

.\[\&_\.box_\.pop-up-card\>h2\]\:leading-\[50px\] .box .pop-up-card>h2 {
  line-height: 50px;
}

.\[\&_\.box_\.pop-up-card\>p\]\:font-\[Roboto\] .box .pop-up-card>p {
  font-family: Roboto;
}

.\[\&_\.box_\.pop-up-card\>p\]\:text-\[16px\] .box .pop-up-card>p {
  font-size: 16px;
}

.\[\&_\.box_\.pop-up-card\]\:absolute .box .pop-up-card {
  position: absolute;
}

.\[\&_\.box_\.pop-up-card\]\:right-\[50\%\] .box .pop-up-card {
  right: 50%;
}

.\[\&_\.box_\.pop-up-card\]\:top-\[50\%\] .box .pop-up-card {
  top: 50%;
}

.\[\&_\.box_\.pop-up-card\]\:z-\[1\] .box .pop-up-card {
  z-index: 1;
}

.\[\&_\.box_\.pop-up-card\]\:flex .box .pop-up-card {
  display: flex;
}

.\[\&_\.box_\.pop-up-card\]\:translate-x-\[50\%\] .box .pop-up-card {
  --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));
}

.\[\&_\.box_\.pop-up-card\]\:translate-y-\[-50\%\] .box .pop-up-card {
  --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));
}

.\[\&_\.box_\.pop-up-card\]\:flex-col .box .pop-up-card {
  flex-direction: column;
}

.\[\&_\.box_\.pop-up-card\]\:rounded-\[30px\] .box .pop-up-card {
  border-radius: 30px;
}

.\[\&_\.box_\.pop-up-card\]\:border .box .pop-up-card {
  border-width: 1px;
}

.\[\&_\.box_\.pop-up-card\]\:border-\[\#000\] .box .pop-up-card {
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
}

.\[\&_\.box_\.pop-up-card\]\:px-\[17px\] .box .pop-up-card {
  padding-left: 17px;
  padding-right: 17px;
}

.\[\&_\.box_\.pop-up-card\]\:px-\[32px\] .box .pop-up-card {
  padding-left: 32px;
  padding-right: 32px;
}

.\[\&_\.box_\.pop-up-card\]\:py-\[20px\] .box .pop-up-card {
  padding-top: 20px;
  padding-bottom: 20px;
}

.\[\&_\.box_\.pop-up-card\]\:py-\[40px\] .box .pop-up-card {
  padding-top: 40px;
  padding-bottom: 40px;
}

.\[\&_\.box_button\]\:mt-\[40px\] .box button {
  margin-top: 40px;
}

.\[\&_\.box_button\]\:w-fit .box button {
  width: -moz-fit-content;
  width: fit-content;
}

.\[\&_\.enriched-accordeon\]\:flex .enriched-accordeon {
  display: flex;
}

.\[\&_\.enriched-accordeon\]\:min-h-\[35px\] .enriched-accordeon {
  min-height: 35px;
}

.\[\&_\.enriched-accordeon\]\:justify-between .enriched-accordeon {
  justify-content: space-between;
}

.\[\&_\.enriched-accordeon\]\:gap-\[10px\] .enriched-accordeon {
  gap: 10px;
}

@media (min-width: 320px) {
  .mobile\:\[\&_\.enriched-accordeon\]\:w-\[80\%\] .enriched-accordeon {
    width: 80%;
  }
}

@media (min-width: 1024px) {
  .desktop\:\[\&_\.enriched-accordeon\]\:w-\[49\%\] .enriched-accordeon {
    width: 49%;
  }
}

.\[\&_\.enriched-accordeon_div\]\:flex .enriched-accordeon div {
  display: flex;
}

.\[\&_\.enriched-accordeon_div\]\:w-\[81\%\] .enriched-accordeon div {
  width: 81%;
}

.\[\&_\.enriched-accordeon_div\]\:flex-col .enriched-accordeon div {
  flex-direction: column;
}

.\[\&_\.enriched-accordeon_div_h2\]\:flex .enriched-accordeon div h2 {
  display: flex;
}

.\[\&_\.enriched-accordeon_div_h2\]\:cursor-pointer .enriched-accordeon div h2 {
  cursor: pointer;
}

.\[\&_\.enriched-accordeon_div_h2\]\:items-center .enriched-accordeon div h2 {
  align-items: center;
}

.\[\&_\.enriched-accordeon_div_h2\]\:gap-\[10px\] .enriched-accordeon div h2 {
  gap: 10px;
}

.\[\&_\.enriched-accordeon_div_h2\]\:text-left .enriched-accordeon div h2 {
  text-align: left;
}

.\[\&_\.enriched-accordeon_div_h2\]\:text-\[24px\] .enriched-accordeon div h2 {
  font-size: 24px;
}

.\[\&_\.enriched-accordeon_div_h2\]\:leading-\[28px\] .enriched-accordeon div h2 {
  line-height: 28px;
}

.\[\&_\.enriched-accordeon_div_h2_svg\]\:ml-\[-5px\] .enriched-accordeon div h2 svg {
  margin-left: -5px;
}

.\[\&_\.enriched-accordeon_div_h2_svg\]\:duration-75 .enriched-accordeon div h2 svg {
  transition-duration: 75ms;
}

.\[\&_\.enriched-accordeon_div_span\]\:font-\[Roboto\] .enriched-accordeon div span {
  font-family: Roboto;
}

.\[\&_\.enriched-accordeon_div_span\]\:text-\[16px\] .enriched-accordeon div span {
  font-size: 16px;
}

.\[\&_\.enriched-accordeon_div_span\]\:leading-4 .enriched-accordeon div span {
  line-height: 1rem;
}

.\[\&_\.enriched-accordeon_h2\]\:text-black .enriched-accordeon h2 {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.\[\&_\.enriched-accordeon_span\]\:hidden .enriched-accordeon span {
  display: none;
}

.\[\&_\.enriched-accordeon_svg\>path\]\:fill-\[\#473B24\] .enriched-accordeon svg>path {
  fill: #473B24;
}

.\[\&_\.enriched-accordeon_svg\>path\]\:fill-\[\#ffffff\] .enriched-accordeon svg>path {
  fill: #ffffff;
}

.\[\&_\.field--search-api-excerpt\]\:font-\[Roboto\] .field--search-api-excerpt {
  font-family: Roboto;
}

.\[\&_\.field--search-api-excerpt\]\:text-\[18px\] .field--search-api-excerpt {
  font-size: 18px;
}

.\[\&_\.form-submit\]\:hidden .form-submit {
  display: none;
}

.\[\&_\.form-text\:placeholder\]\:text-\[\#53432B\] .form-text:placeholder {
  --tw-text-opacity: 1;
  color: rgb(83 67 43 / var(--tw-text-opacity, 1));
}

.\[\&_\.form-text\]\:h-\[30px\] .form-text {
  height: 30px;
}

.\[\&_\.form-text\]\:w-\[95px\] .form-text {
  width: 95px;
}

.\[\&_\.form-text\]\:border-none .form-text {
  border-style: none;
}

.\[\&_\.form-text\]\:bg-transparent .form-text {
  background-color: transparent;
}

.\[\&_\.form-text\]\:px-\[7px\] .form-text {
  padding-left: 7px;
  padding-right: 7px;
}

.\[\&_\.form-text\]\:font-\[Arial\] .form-text {
  font-family: Arial;
}

.\[\&_\.form-text\]\:outline-none .form-text {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.\[\&_\.menu\]\:mb-\[25px\] .menu {
  margin-bottom: 25px;
}

.\[\&_\.page-title\]\:max-w-\[1372px\] .page-title {
  max-width: 1372px;
}

.\[\&_\.page-title\]\:max-w-\[924px\] .page-title {
  max-width: 924px;
}

.\[\&_\.simple-text\]\:max-w-\[1372px\] .simple-text {
  max-width: 1372px;
}

.\[\&_\.simple-text\]\:max-w-\[924px\] .simple-text {
  max-width: 924px;
}

.\[\&_\.simple-text\]\:text-center .simple-text {
  text-align: center;
}

.\[\&_\.single-photo\]\:max-w-\[1372px\] .single-photo {
  max-width: 1372px;
}

.\[\&_\.single-photo\]\:max-w-\[924px\] .single-photo {
  max-width: 924px;
}

.\[\&_\.two-column-images\]\:max-w-\[1372px\] .two-column-images {
  max-width: 1372px;
}

.\[\&_\.two-column-images\]\:max-w-\[924px\] .two-column-images {
  max-width: 924px;
}

.\[\&_\.views-row\:last-child\]\:border-b-0 .views-row:last-child {
  border-bottom-width: 0px;
}

@media (min-width: 1024px) {
  .desktop\:\[\&_\.views-row\:nth-child\(2n\)\>div\>div\>div\]\:pr-\[52px\] .views-row:nth-child(2n)>div>div>div {
    padding-right: 52px;
  }

  .desktop\:\[\&_\.views-row\:nth-child\(2n\)\>div\>div\]\:flex-row-reverse .views-row:nth-child(2n)>div>div {
    flex-direction: row-reverse;
  }

  .desktop\:\[\&_\.views-row\:nth-child\(2n\)\>div\>div\]\:pl-\[20px\] .views-row:nth-child(2n)>div>div {
    padding-left: 20px;
  }

  .desktop\:\[\&_\.views-row\:nth-child\(2n\+1\)\>div\>div\>div\]\:pr-\[34px\] .views-row:nth-child(2n+1)>div>div>div {
    padding-right: 34px;
  }

  .desktop\:\[\&_\.views-row\:nth-child\(2n\+1\)\>div\>div\]\:flex-row .views-row:nth-child(2n+1)>div>div {
    flex-direction: row;
  }
}

.\[\&_\.views-row\]\:my-\[20px\] .views-row {
  margin-top: 20px;
  margin-bottom: 20px;
}

.\[\&_\.views-row\]\:border-b-2 .views-row {
  border-bottom-width: 2px;
}

.\[\&_\.views-row\]\:border-\[\#53432B\] .views-row {
  --tw-border-opacity: 1;
  border-color: rgb(83 67 43 / var(--tw-border-opacity, 1));
}

.\[\&_\.views-row\]\:p-\[20px\] .views-row {
  padding: 20px;
}

.\[\&_\.views-row\]\:text-left .views-row {
  text-align: left;
}

@media (min-width: 320px) {
  .mobile\:\[\&_\.views-row\]\:mb-\[25px\] .views-row {
    margin-bottom: 25px;
  }
}

@media (min-width: 768px) {
  .tablet\:\[\&_\.views-row\]\:w-\[48\.6\%\] .views-row {
    width: 48.6%;
  }
}

@media (min-width: 1024px) {
  .desktop\:\[\&_\.views-row\]\:mb-\[50px\] .views-row {
    margin-bottom: 50px;
  }

  .desktop\:\[\&_\.views-row\]\:w-full .views-row {
    width: 100%;
  }

  .desktop\:\[\&_\.views-row\]\:flex-\[0_1_32\.5\%\] .views-row {
    flex: 0 1 32.5%;
  }
}

.\[\&_\.views-row_p\]\:my-\[10px\] .views-row p {
  margin-top: 10px;
  margin-bottom: 10px;
}

.\[\&_\.views-row_p\]\:font-\[Roboto\] .views-row p {
  font-family: Roboto;
}

.\[\&_\.views-row_p\]\:text-\[16px\] .views-row p {
  font-size: 16px;
}

@media (min-width: 320px) {
  .mobile\:\[\&_\>div\]\:mb-\[10px\] >div {
    margin-bottom: 10px;
  }
}

@media (min-width: 1024px) {
  .desktop\:\[\&_\>div\]\:mb-\[20px\] >div {
    margin-bottom: 20px;
  }
}

.\[\&_a\:focus\]\:text-\[\#EF4B6D\] a:focus {
  --tw-text-opacity: 1;
  color: rgb(239 75 109 / var(--tw-text-opacity, 1));
}

.\[\&_a\:hover\]\:text-\[\#4F6C3D\] a:hover {
  --tw-text-opacity: 1;
  color: rgb(79 108 61 / var(--tw-text-opacity, 1));
}

.\[\&_a\:hover\]\:text-\[\#547341\] a:hover {
  --tw-text-opacity: 1;
  color: rgb(84 115 65 / var(--tw-text-opacity, 1));
}

.\[\&_a\>h3\:hover\]\:text-\[\#547341\] a>h3:hover {
  --tw-text-opacity: 1;
  color: rgb(84 115 65 / var(--tw-text-opacity, 1));
}

.\[\&_a\]\:inline-block a {
  display: inline-block;
}

.\[\&_a\]\:text-\[16px\] a {
  font-size: 16px;
}

.\[\&_a\]\:text-\[\#4F6C3D\] a {
  --tw-text-opacity: 1;
  color: rgb(79 108 61 / var(--tw-text-opacity, 1));
}

.\[\&_a\]\:underline a {
  text-decoration-line: underline;
}

@media (min-width: 320px) {
  .mobile\:\[\&_a\]\:mx-auto a {
    margin-left: auto;
    margin-right: auto;
  }
}

@media (min-width: 768px) {
  .tablet\:\[\&_a\]\:mx-0 a {
    margin-left: 0px;
    margin-right: 0px;
  }
}

.\[\&_button\]\:mt-\[40px\] button {
  margin-top: 40px;
}

.\[\&_button\]\:w-fit button {
  width: -moz-fit-content;
  width: fit-content;
}

.\[\&_button\]\:text-left button {
  text-align: left;
}

.\[\&_button\]\:font-\[Roboto\] button {
  font-family: Roboto;
}

.\[\&_button\]\:text-\[16px\] button {
  font-size: 16px;
}

.\[\&_button\]\:font-\[900\] button {
  font-weight: 900;
}

.\[\&_button\]\:leading-4 button {
  line-height: 1rem;
}

.\[\&_div\>h2\]\:flex div>h2 {
  display: flex;
}

.\[\&_div\>h2\]\:cursor-pointer div>h2 {
  cursor: pointer;
}

.\[\&_div\>h2\]\:items-center div>h2 {
  align-items: center;
}

.\[\&_div\>h2\]\:gap-\[10px\] div>h2 {
  gap: 10px;
}

.\[\&_div\>h2\]\:text-\[24px\] div>h2 {
  font-size: 24px;
}

.\[\&_div\>h2\]\:leading-\[28px\] div>h2 {
  line-height: 28px;
}

.\[\&_div\>span\]\:hidden div>span {
  display: none;
}

.\[\&_div\>span\]\:text-left div>span {
  text-align: left;
}

.\[\&_div\>span\]\:font-\[Roboto\] div>span {
  font-family: Roboto;
}

.\[\&_div\>span\]\:text-\[16px\] div>span {
  font-size: 16px;
}

.\[\&_div\>span\]\:leading-4 div>span {
  line-height: 1rem;
}

.\[\&_div\]\:flex div {
  display: flex;
}

.\[\&_div\]\:w-\[81\%\] div {
  width: 81%;
}

.\[\&_div\]\:flex-col div {
  flex-direction: column;
}

.\[\&_form\]\:mb-\[60px\] form {
  margin-bottom: 60px;
}

.\[\&_h1\]\:text-center h1 {
  text-align: center;
}

.\[\&_h1\]\:uppercase h1 {
  text-transform: uppercase;
}

@media (min-width: 320px) {
  .mobile\:\[\&_h1\]\:text-\[32px\] h1 {
    font-size: 32px;
  }
}

@media (min-width: 768px) {
  .tablet\:\[\&_h1\]\:text-\[38px\] h1 {
    font-size: 38px;
  }
}

.\[\&_h2\]\:relative h2 {
  position: relative;
}

.\[\&_h2\]\:mb-\[13px\] h2 {
  margin-bottom: 13px;
}

.\[\&_h2\]\:mb-\[24px\] h2 {
  margin-bottom: 24px;
}

.\[\&_h2\]\:hidden h2 {
  display: none;
}

.\[\&_h2\]\:pb-\[13px\] h2 {
  padding-bottom: 13px;
}

.\[\&_h2\]\:text-center h2 {
  text-align: center;
}

.\[\&_h2\]\:font-\[\'CF_Baby\'\] h2 {
  font-family: 'CF Baby';
}

.\[\&_h2\]\:font-\[Roboto\] h2 {
  font-family: Roboto;
}

.\[\&_h2\]\:text-\[18px\] h2 {
  font-size: 18px;
}

.\[\&_h2\]\:text-\[20px\] h2 {
  font-size: 20px;
}

.\[\&_h2\]\:text-\[24px\] h2 {
  font-size: 24px;
}

.\[\&_h2\]\:font-\[500\] h2 {
  font-weight: 500;
}

.\[\&_h2\]\:font-\[600\] h2 {
  font-weight: 600;
}

.\[\&_h2\]\:font-\[700\] h2 {
  font-weight: 700;
}

.\[\&_h2\]\:font-semibold h2 {
  font-weight: 600;
}

.\[\&_h2\]\:uppercase h2 {
  text-transform: uppercase;
}

.\[\&_h2\]\:leading-\[20px\] h2 {
  line-height: 20px;
}

.\[\&_h2\]\:leading-\[26px\] h2 {
  line-height: 26px;
}

.\[\&_h2\]\:text-\[\#4F6C3D\] h2 {
  --tw-text-opacity: 1;
  color: rgb(79 108 61 / var(--tw-text-opacity, 1));
}

.\[\&_h2\]\:text-\[\#EF4B6D\] h2 {
  --tw-text-opacity: 1;
  color: rgb(239 75 109 / var(--tw-text-opacity, 1));
}

.\[\&_h2\]\:text-black h2 {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.\[\&_h2\]\:text-white h2 {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.\[\&_h2\]\:\[text-shadow\:_3px_3px_10px_rgb\(0_0_0_\/_60\%\)\] h2 {
  text-shadow: 3px 3px 10px rgb(0 0 0 / 60%);
}

.\[\&_h2\]\:after\:absolute h2::after {
  content: var(--tw-content);
  position: absolute;
}

.\[\&_h2\]\:after\:bottom-0 h2::after {
  content: var(--tw-content);
  bottom: 0px;
}

.\[\&_h2\]\:after\:left-0 h2::after {
  content: var(--tw-content);
  left: 0px;
}

.\[\&_h2\]\:after\:h-\[1px\] h2::after {
  content: var(--tw-content);
  height: 1px;
}

.\[\&_h2\]\:after\:bg-\[\#EF4B6D\] h2::after {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(239 75 109 / var(--tw-bg-opacity, 1));
}

.\[\&_h2\]\:after\:content-\[\'\'\] h2::after {
  --tw-content: '';
  content: var(--tw-content);
}

.\[\&_h2\]\:hover\:text-black:hover h2 {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.\[\&_h2\]\:hover\:text-white:hover h2 {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

@media (min-width: 320px) {
  .mobile\:\[\&_h2\]\:text-\[32px\] h2 {
    font-size: 32px;
  }

  .mobile\:\[\&_h2\]\:text-\[36px\] h2 {
    font-size: 36px;
  }

  .mobile\:\[\&_h2\]\:text-\[40px\] h2 {
    font-size: 40px;
  }

  .mobile\:\[\&_h2\]\:leading-\[1\] h2 {
    line-height: 1;
  }

  .mobile\:\[\&_h2\]\:after\:w-\[100\%\] h2::after {
    content: var(--tw-content);
    width: 100%;
  }
}

@media (min-width: 768px) {
  .tablet\:\[\&_h2\]\:text-\[38px\] h2 {
    font-size: 38px;
  }

  .tablet\:\[\&_h2\]\:text-\[40px\] h2 {
    font-size: 40px;
  }

  .tablet\:\[\&_h2\]\:text-\[60px\] h2 {
    font-size: 60px;
  }

  .tablet\:\[\&_h2\]\:leading-\[1\] h2 {
    line-height: 1;
  }

  .tablet\:\[\&_h2\]\:leading-\[50px\] h2 {
    line-height: 50px;
  }

  .tablet\:\[\&_h2\]\:after\:w-\[100\%\] h2::after {
    content: var(--tw-content);
    width: 100%;
  }
}

@media (min-width: 1024px) {
  .desktop\:\[\&_h2\]\:text-\[72px\] h2 {
    font-size: 72px;
  }

  .desktop\:\[\&_h2\]\:leading-\[90px\] h2 {
    line-height: 90px;
  }

  .desktop\:\[\&_h2\]\:after\:w-\[206px\] h2::after {
    content: var(--tw-content);
    width: 206px;
  }
}

.\[\&_h3\]\:text-\[20px\] h3 {
  font-size: 20px;
}

.\[\&_h3\]\:font-\[500\] h3 {
  font-weight: 500;
}

.\[\&_h3\]\:leading-\[22px\] h3 {
  line-height: 22px;
}

.\[\&_h3_a\]\:underline h3 a {
  text-decoration-line: underline;
}

.\[\&_h3_a\]\:underline-offset-4 h3 a {
  text-underline-offset: 4px;
}

.\[\&_h4\]\:text-\[18px\] h4 {
  font-size: 18px;
}

.\[\&_h4\]\:font-\[400\] h4 {
  font-weight: 400;
}

.\[\&_h4\]\:leading-\[20px\] h4 {
  line-height: 20px;
}

.\[\&_img\]\:my-\[45px\] img {
  margin-top: 45px;
  margin-bottom: 45px;
}

.\[\&_img\]\:mb-2 img {
  margin-bottom: 0.5rem;
}

.\[\&_img\]\:ml-auto img {
  margin-left: auto;
}

.\[\&_img\]\:mr-auto img {
  margin-right: auto;
}

.\[\&_img\]\:aspect-\[884\/497\] img {
  aspect-ratio: 884/497;
}

.\[\&_img\]\:h-full img {
  height: 100%;
}

.\[\&_img\]\:max-h-\[37px\] img {
  max-height: 37px;
}

.\[\&_img\]\:w-full img {
  width: 100%;
}

.\[\&_img\]\:max-w-\[33px\] img {
  max-width: 33px;
}

.\[\&_img\]\:self-start img {
  align-self: flex-start;
}

.\[\&_img\]\:rounded-\[30px\] img {
  border-radius: 30px;
}

.\[\&_img\]\:object-cover img {
  -o-object-fit: cover;
     object-fit: cover;
}

@media (min-width: 320px) {
  .mobile\:\[\&_img\]\:mx-auto img {
    margin-left: auto;
    margin-right: auto;
  }

  .mobile\:\[\&_img\]\:my-\[30px\] img {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .mobile\:\[\&_img\]\:h-\[93px\] img {
    height: 93px;
  }

  .mobile\:\[\&_img\]\:max-h-\[150px\] img {
    max-height: 150px;
  }

  .mobile\:\[\&_img\]\:w-\[130px\] img {
    width: 130px;
  }

  .mobile\:\[\&_img\]\:max-w-\[280px\] img {
    max-width: 280px;
  }
}

@media (min-width: 768px) {
  .tablet\:\[\&_img\]\:mx-0 img {
    margin-left: 0px;
    margin-right: 0px;
  }

  .tablet\:\[\&_img\]\:my-\[30px\] img {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .tablet\:\[\&_img\]\:h-\[93px\] img {
    height: 93px;
  }

  .tablet\:\[\&_img\]\:max-h-\[100\%\] img {
    max-height: 100%;
  }

  .tablet\:\[\&_img\]\:w-\[130px\] img {
    width: 130px;
  }

  .tablet\:\[\&_img\]\:max-w-\[100\%\] img {
    max-width: 100%;
  }
}

@media (min-width: 1024px) {
  .desktop\:\[\&_img\]\:my-\[30px\] img {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .desktop\:\[\&_img\]\:mt-\[30px\] img {
    margin-top: 30px;
  }

  .desktop\:\[\&_img\]\:h-\[129px\] img {
    height: 129px;
  }

  .desktop\:\[\&_img\]\:w-\[185px\] img {
    width: 185px;
  }
}

.\[\&_label\]\:hidden label {
  display: none;
}

.\[\&_li\.is-active\]\:text-\[\#4F6C3D\] li.is-active {
  --tw-text-opacity: 1;
  color: rgb(79 108 61 / var(--tw-text-opacity, 1));
}

.\[\&_li\.is-active\]\:underline li.is-active {
  text-decoration-line: underline;
}

.\[\&_li\.is-active\]\:decoration-2 li.is-active {
  text-decoration-thickness: 2px;
}

.\[\&_li\:after\]\:pl-\[5px\] li:after {
  padding-left: 5px;
}

.\[\&_li\:after\]\:content-\[\'\|\'\] li:after {
  --tw-content: '|';
  content: var(--tw-content);
}

.\[\&_li\:hover\:after\]\:text-black li:hover:after {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.\[\&_li\:hover\]\:text-\[\#4F6C3D\] li:hover {
  --tw-text-opacity: 1;
  color: rgb(79 108 61 / var(--tw-text-opacity, 1));
}

.\[\&_li\:hover\]\:text-\[\#4f6c3d\] li:hover {
  --tw-text-opacity: 1;
  color: rgb(79 108 61 / var(--tw-text-opacity, 1));
}

.\[\&_li\:last-child\:after\]\:content-\[\'\'\] li:last-child:after {
  --tw-content: '';
  content: var(--tw-content);
}

.\[\&_li\:last-child\]\:after\:content-\[\"\"\] li:last-child::after {
  --tw-content: "";
  content: var(--tw-content);
}

.\[\&_li\>\:first-child\]\:text-\[\#4F6C3D\] li>:first-child {
  --tw-text-opacity: 1;
  color: rgb(79 108 61 / var(--tw-text-opacity, 1));
}

@media (min-width: 320px) {
  .mobile\:\[\&_li\>\:first-child\]\:text-\[16px\] li>:first-child {
    font-size: 16px;
  }
}

@media (min-width: 768px) {
  .tablet\:\[\&_li\>\:first-child\]\:inline-block li>:first-child {
    display: inline-block;
  }
}

@media (min-width: 1024px) {
  .desktop\:\[\&_li\>\:first-child\]\:text-\[18px\] li>:first-child {
    font-size: 18px;
  }
}

.\[\&_li\>\:nth-child\(2\)\]\:font-\[Roboto\] li>:nth-child(2) {
  font-family: Roboto;
}

.\[\&_li\>\:nth-child\(2\)\]\:font-\[700\] li>:nth-child(2) {
  font-weight: 700;
}

.\[\&_li\>\:nth-child\(2\)\]\:text-\[\#473B24\] li>:nth-child(2) {
  --tw-text-opacity: 1;
  color: rgb(71 59 36 / var(--tw-text-opacity, 1));
}

@media (min-width: 320px) {
  .mobile\:\[\&_li\>\:nth-child\(2\)\]\:text-\[16px\] li>:nth-child(2) {
    font-size: 16px;
  }
}

@media (min-width: 768px) {
  .tablet\:\[\&_li\>\:nth-child\(2\)\]\:inline-block li>:nth-child(2) {
    display: inline-block;
  }
}

@media (min-width: 1024px) {
  .desktop\:\[\&_li\>\:nth-child\(2\)\]\:text-\[18px\] li>:nth-child(2) {
    font-size: 18px;
  }
}

.\[\&_li\>a\]\:inline-block li>a {
  display: inline-block;
}

.\[\&_li\>ul\>li\]\:my-1 li>ul>li {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}

.\[\&_li\]\:mb-\[16px\] li {
  margin-bottom: 16px;
}

.\[\&_li\]\:cursor-pointer li {
  cursor: pointer;
}

.\[\&_li\]\:font-\[\'CF_Baby\'\] li {
  font-family: 'CF Baby';
}

.\[\&_li\]\:text-\[16px\] li {
  font-size: 16px;
}

.\[\&_li\]\:text-\[18px\] li {
  font-size: 18px;
}

.\[\&_li\]\:leading-\[20px\] li {
  line-height: 20px;
}

.\[\&_li\]\:text-\[\#040F75\] li {
  --tw-text-opacity: 1;
  color: rgb(4 15 117 / var(--tw-text-opacity, 1));
}

.\[\&_li\]\:no-underline li {
  text-decoration-line: none;
}

.\[\&_li\]\:after\:cursor-default li::after {
  content: var(--tw-content);
  cursor: default;
}

.\[\&_li\]\:after\:content-\[\"\|\"\] li::after {
  --tw-content: "|";
  content: var(--tw-content);
}

.\[\&_p\]\:my-\[10px\] p {
  margin-top: 10px;
  margin-bottom: 10px;
}

.\[\&_p\]\:my-\[20px\] p {
  margin-top: 20px;
  margin-bottom: 20px;
}

.\[\&_p\]\:mb-\[16px\] p {
  margin-bottom: 16px;
}

.\[\&_p\]\:inline-block p {
  display: inline-block;
}

.\[\&_p\]\:flex p {
  display: flex;
}

.\[\&_p\]\:flex-row p {
  flex-direction: row;
}

.\[\&_p\]\:items-center p {
  align-items: center;
}

.\[\&_p\]\:justify-between p {
  justify-content: space-between;
}

.\[\&_p\]\:font-\[Roboto\] p {
  font-family: Roboto;
}

.\[\&_p\]\:text-\[16px\] p {
  font-size: 16px;
}

.\[\&_p\]\:font-\[400\] p {
  font-weight: 400;
}

.\[\&_p\]\:font-normal p {
  font-weight: 400;
}

.\[\&_p\]\:leading-\[18px\] p {
  line-height: 18px;
}

.\[\&_p\]\:leading-\[20px\] p {
  line-height: 20px;
}

.\[\&_p\]\:text-\[\#040F75\] p {
  --tw-text-opacity: 1;
  color: rgb(4 15 117 / var(--tw-text-opacity, 1));
}

.\[\&_p\]\:text-\[\#473B24\] p {
  --tw-text-opacity: 1;
  color: rgb(71 59 36 / var(--tw-text-opacity, 1));
}

.\[\&_p\]\:text-black p {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.\[\&_p\]\:filter-none p {
  filter: none;
}

.\[\&_p\]\:\[text-shadow\:_0_0_0_rgb\(0_0_0_\/_0\)\] p {
  text-shadow: 0 0 0 rgb(0 0 0 / 0);
}

@media (min-width: 320px) {
  .mobile\:\[\&_p\]\:justify-center p {
    justify-content: center;
  }

  .\[\&_p\]\:mobile\:text-center p {
    text-align: center;
  }

  .mobile\:\[\&_p\]\:text-\[18px\] p {
    font-size: 18px;
  }

  .mobile\:\[\&_p\]\:text-\[20px\] p {
    font-size: 20px;
  }

  .mobile\:\[\&_p\]\:font-\[400\] p {
    font-weight: 400;
  }

  .mobile\:\[\&_p\]\:leading-\[24px\] p {
    line-height: 24px;
  }

  .mobile\:\[\&_p\]\:leading-\[26px\] p {
    line-height: 26px;
  }
}

@media (min-width: 768px) {
  .tablet\:\[\&_p\]\:justify-between p {
    justify-content: space-between;
  }

  .tablet\:\[\&_p\]\:text-\[18px\] p {
    font-size: 18px;
  }

  .tablet\:\[\&_p\]\:text-\[30px\] p {
    font-size: 30px;
  }

  .tablet\:\[\&_p\]\:leading-\[24px\] p {
    line-height: 24px;
  }

  .tablet\:\[\&_p\]\:leading-\[30px\] p {
    line-height: 30px;
  }
}

@media (min-width: 1024px) {
  .desktop\:\[\&_p\]\:justify-between p {
    justify-content: space-between;
  }

  .\[\&_p\]\:desktop\:text-left p {
    text-align: left;
  }

  .desktop\:\[\&_p\]\:text-\[24px\] p {
    font-size: 24px;
  }

  .desktop\:\[\&_p\]\:font-normal p {
    font-weight: 400;
  }

  .desktop\:\[\&_p\]\:leading-\[28px\] p {
    line-height: 28px;
  }
}

.\[\&_span\>a\:last-child\]\:after\:content-\[\'\'\] span>a:last-child::after {
  --tw-content: '';
  content: var(--tw-content);
}

.\[\&_span\>a\]\:after\:content-\[\'\2c \'\] span>a::after {
  --tw-content: ',';
  content: var(--tw-content);
}

.\[\&_span\]\:cursor-default span {
  cursor: default;
}

.\[\&_span\]\:text-left span {
  text-align: left;
}

@media (min-width: 320px) {
  .mobile\:\[\&_span\]\:block span {
    display: block;
  }
}

.\[\&_u\]\:decoration-2 u {
  text-decoration-thickness: 2px;
}

.\[\&_u\]\:underline-offset-4 u {
  text-underline-offset: 4px;
}

.\[\&_ul\>li\>span\]\:relative ul>li>span {
  position: relative;
}

.\[\&_ul\>li\>span\]\:mb-\[13px\] ul>li>span {
  margin-bottom: 13px;
}

.\[\&_ul\>li\>span\]\:block ul>li>span {
  display: block;
}

.\[\&_ul\>li\>span\]\:pb-\[13px\] ul>li>span {
  padding-bottom: 13px;
}

.\[\&_ul\>li\>span\]\:text-\[20px\] ul>li>span {
  font-size: 20px;
}

.\[\&_ul\>li\>span\]\:font-\[700\] ul>li>span {
  font-weight: 700;
}

.\[\&_ul\>li\>span\]\:uppercase ul>li>span {
  text-transform: uppercase;
}

.\[\&_ul\>li\>span\]\:leading-\[20px\] ul>li>span {
  line-height: 20px;
}

.\[\&_ul\>li\>span\]\:text-\[\#EF4B6D\] ul>li>span {
  --tw-text-opacity: 1;
  color: rgb(239 75 109 / var(--tw-text-opacity, 1));
}

.\[\&_ul\>li\>span\]\:after\:absolute ul>li>span::after {
  content: var(--tw-content);
  position: absolute;
}

.\[\&_ul\>li\>span\]\:after\:bottom-0 ul>li>span::after {
  content: var(--tw-content);
  bottom: 0px;
}

.\[\&_ul\>li\>span\]\:after\:left-0 ul>li>span::after {
  content: var(--tw-content);
  left: 0px;
}

.\[\&_ul\>li\>span\]\:after\:h-\[1px\] ul>li>span::after {
  content: var(--tw-content);
  height: 1px;
}

.\[\&_ul\>li\>span\]\:after\:bg-\[\#EF4B6D\] ul>li>span::after {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(239 75 109 / var(--tw-bg-opacity, 1));
}

.\[\&_ul\>li\>span\]\:after\:content-\[\'\'\] ul>li>span::after {
  --tw-content: '';
  content: var(--tw-content);
}

@media (min-width: 320px) {
  .mobile\:\[\&_ul\>li\>span\]\:after\:w-\[100\%\] ul>li>span::after {
    content: var(--tw-content);
    width: 100%;
  }
}

@media (min-width: 768px) {
  .tablet\:\[\&_ul\>li\>span\]\:after\:w-\[100\%\] ul>li>span::after {
    content: var(--tw-content);
    width: 100%;
  }
}

@media (min-width: 1024px) {
  .desktop\:\[\&_ul\>li\>span\]\:after\:w-\[206px\] ul>li>span::after {
    content: var(--tw-content);
    width: 206px;
  }
}

.\[\&_ul\]\:flex ul {
  display: flex;
}

.\[\&_ul\]\:list-disc ul {
  list-style-type: disc;
}

.\[\&_ul\]\:flex-wrap ul {
  flex-wrap: wrap;
}

.\[\&_ul\]\:gap-\[5px\] ul {
  gap: 5px;
}

.\[\&_ul\]\:pl-\[20px\] ul {
  padding-left: 20px;
}

@media (min-width: 320px) {
  .mobile\:\[\&_ul\]\:mb-\[16px\] ul {
    margin-bottom: 16px;
  }

  .mobile\:\[\&_ul\]\:justify-center ul {
    justify-content: center;
  }

  .mobile\:\[\&_ul\]\:text-left ul {
    text-align: left;
  }
}

@media (min-width: 1024px) {
  .desktop\:\[\&_ul\]\:mb-\[62px\] ul {
    margin-bottom: 62px;
  }

  .desktop\:\[\&_ul\]\:justify-start ul {
    justify-content: flex-start;
  }
}

@media(max-width:576px) {
  .\[\@media\(max-width\:576px\)\]\:\[\&\>\.views-row_a\:nth-child\(10n\+1\)\]\:col-span-1>.views-row a:nth-child(10n+1) {
    grid-column: span 1 / span 1;
  }

  .\[\@media\(max-width\:576px\)\]\:\[\&\>\.views-row_a\:nth-child\(10n\+1\)\]\:row-span-1>.views-row a:nth-child(10n+1) {
    grid-row: span 1 / span 1;
  }

  .\[\@media\(max-width\:576px\)\]\:\[\&\>\.views-row_a\:nth-child\(10n\+8\)\]\:col-span-1>.views-row a:nth-child(10n+8) {
    grid-column: span 1 / span 1;
  }

  .\[\@media\(max-width\:576px\)\]\:\[\&\>\.views-row_a\:nth-child\(10n\+8\)\]\:row-span-1>.views-row a:nth-child(10n+8) {
    grid-row: span 1 / span 1;
  }

  .\[\@media\(max-width\:576px\)\]\:\[\&\>\.views-row_a\:nth-child\(5n\+1\)\]\:col-span-2>.views-row a:nth-child(5n+1) {
    grid-column: span 2 / span 2;
  }

  .\[\@media\(max-width\:576px\)\]\:\[\&\>\.views-row_a\:nth-child\(5n\+1\)\]\:row-span-2>.views-row a:nth-child(5n+1) {
    grid-row: span 2 / span 2;
  }
}

@media(min-width:1170px) {
  .\[\@media\(min-width\:1170px\)\]\:justify-end {
    justify-content: flex-end;
  }

  .\[\@media\(min-width\:1170px\)\]\:gap-\[86px\] {
    gap: 86px;
  }

  .\[\@media\(min-width\:1170px\)\]\:\[\&\>li\>a\]\:max-w-\[137px\]>li>a {
    max-width: 137px;
  }

  .\[\@media\(min-width\:1170px\)\]\:\[\&\>li\]\:w-fit>li {
    width: -moz-fit-content;
    width: fit-content;
  }
}

@media(min-width:576px) {
  .\[\@media\(min-width\:576px\)\]\:\[\&\>div\.views-row\]\:grid-cols-4>div.views-row {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
