@charset "UTF-8";
/*
/// VENDORS ///
The CSS files from external libraries and frameworks
*/
@import url("https://fonts.googleapis.com/css2?family=Kanit:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0;
  border: 0;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

embed,
iframe,
object,
video,
figure {
  max-width: 100%;
}

/* ----------------------------------------
Image Alignments and Captions
---------------------------------------- */
.alignnone {
  margin: 15px 20px 20px 0;
}

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

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

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

.aligncenter {
  display: block;
  margin: 15px auto 20px auto;
}

a img.alignright {
  float: right;
  margin: 15px 0 20px 20px;
}

a img.alignnone {
  margin: 15px 20px 20px 0;
}

a img.alignleft {
  float: left;
  margin: 15px 20px 20px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption,
.figure-caption {
  background: #f2f2f2;
  border: 1px solid #e6e6e6;
  max-width: 100%;
  padding: 10px;
  text-align: center;
}

.wp-caption.alignnone {
  margin: 15px 20px 20px 0;
}

.wp-caption.alignleft {
  margin: 15px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 15px 0 20px 20px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 100%;
  padding: 0;
  width: auto;
}

.wp-caption p.wp-caption-text {
  font-size: 12px;
  margin: 0;
  padding: 15px;
}

body #site-content .gallery {
  display: flex;
  flex-flow: row wrap;
}
body #site-content .gallery .gallery-item {
  float: none;
  margin-top: 0;
}
body #site-content .gallery .gallery-item img {
  border: none;
}
body #site-content .gallery br {
  display: none;
}

/*! Flickity v2.3.0
https://flickity.metafizzy.co
---------------------------------------------- */
.flickity-enabled {
  position: relative;
}

.flickity-enabled:focus {
  outline: none;
}

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%;
}

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
}

/* draggable */
.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

/* ---- flickity-button ---- */
.flickity-button {
  position: absolute;
  background: hsla(0, 0%, 100%, 0.75);
  border: none;
  color: #333;
}

.flickity-button:hover {
  background: white;
  cursor: pointer;
}

.flickity-button:focus {
  outline: none;
  box-shadow: 0 0 0 5px #19F;
}

.flickity-button:active {
  opacity: 0.6;
}

.flickity-button:disabled {
  opacity: 0.3;
  cursor: auto;
  /* prevent disabled button from capturing pointer up event. #716 */
  pointer-events: none;
}

.flickity-button-icon {
  fill: currentColor;
}

/* ---- previous/next buttons ---- */
.flickity-prev-next-button {
  top: 50%;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  /* vertically center */
  transform: translateY(-50%);
}

.flickity-prev-next-button.previous {
  left: 10px;
}

.flickity-prev-next-button.next {
  right: 10px;
}

/* right to left */
.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px;
}

.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px;
}

.flickity-prev-next-button .flickity-button-icon {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%;
}

/* ---- page dots ---- */
.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -25px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1;
}

.flickity-rtl .flickity-page-dots {
  direction: rtl;
}

.flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background: #333;
  border-radius: 50%;
  opacity: 0.25;
  cursor: pointer;
}

.flickity-page-dots .dot.is-selected {
  opacity: 1;
}

:root {
  --f-spinner-width: 36px;
  --f-spinner-height: 36px;
  --f-spinner-color-1: rgba(0, 0, 0, 0.1);
  --f-spinner-color-2: rgba(17, 24, 28, 0.8);
  --f-spinner-stroke: 2.75;
}

.f-spinner {
  margin: auto;
  padding: 0;
  width: var(--f-spinner-width);
  height: var(--f-spinner-height);
}

.f-spinner svg {
  width: 100%;
  height: 100%;
  vertical-align: top;
  animation: f-spinner-rotate 2s linear infinite;
}

.f-spinner svg * {
  stroke-width: var(--f-spinner-stroke);
  fill: none;
}

.f-spinner svg *:first-child {
  stroke: var(--f-spinner-color-1);
}

.f-spinner svg *:last-child {
  stroke: var(--f-spinner-color-2);
  animation: f-spinner-dash 2s ease-in-out infinite;
}

@keyframes f-spinner-rotate {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes f-spinner-dash {
  0% {
    stroke-dasharray: 1, 150;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -35;
  }
  100% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -124;
  }
}
.f-throwOutUp {
  animation: var(--f-throw-out-duration, 0.175s) ease-out both f-throwOutUp;
}

.f-throwOutDown {
  animation: var(--f-throw-out-duration, 0.175s) ease-out both f-throwOutDown;
}

@keyframes f-throwOutUp {
  to {
    transform: translate3d(0, calc(var(--f-throw-out-distance, 150px) * -1), 0);
    opacity: 0;
  }
}
@keyframes f-throwOutDown {
  to {
    transform: translate3d(0, var(--f-throw-out-distance, 150px), 0);
    opacity: 0;
  }
}
.f-zoomInUp {
  animation: var(--f-transition-duration, 0.2s) ease 0.1s both f-zoomInUp;
}

.f-zoomOutDown {
  animation: var(--f-transition-duration, 0.2s) ease both f-zoomOutDown;
}

@keyframes f-zoomInUp {
  from {
    transform: scale(0.975) translate3d(0, 16px, 0);
    opacity: 0;
  }
  to {
    transform: scale(1) translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes f-zoomOutDown {
  to {
    transform: scale(0.975) translate3d(0, 16px, 0);
    opacity: 0;
  }
}
.f-fadeIn {
  animation: var(--f-transition-duration, 0.2s) var(--f-transition-easing, ease) var(--f-transition-delay, 0s) both f-fadeIn;
  z-index: 2;
}

.f-fadeOut {
  animation: var(--f-transition-duration, 0.2s) var(--f-transition-easing, ease) var(--f-transition-delay, 0s) both f-fadeOut;
  z-index: 1;
}

@keyframes f-fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes f-fadeOut {
  100% {
    opacity: 0;
  }
}
.f-fadeFastIn {
  animation: var(--f-transition-duration, 0.2s) ease-out both f-fadeFastIn;
  z-index: 2;
}

.f-fadeFastOut {
  animation: var(--f-transition-duration, 0.1s) ease-out both f-fadeFastOut;
  z-index: 2;
}

@keyframes f-fadeFastIn {
  0% {
    opacity: 0.75;
  }
  100% {
    opacity: 1;
  }
}
@keyframes f-fadeFastOut {
  100% {
    opacity: 0;
  }
}
.f-fadeSlowIn {
  animation: var(--f-transition-duration, 0.5s) ease both f-fadeSlowIn;
  z-index: 2;
}

.f-fadeSlowOut {
  animation: var(--f-transition-duration, 0.5s) ease both f-fadeSlowOut;
  z-index: 1;
}

@keyframes f-fadeSlowIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes f-fadeSlowOut {
  100% {
    opacity: 0;
  }
}
.f-crossfadeIn {
  animation: var(--f-transition-duration, 0.2s) ease-out both f-crossfadeIn;
  z-index: 2;
}

.f-crossfadeOut {
  animation: calc(var(--f-transition-duration, 0.2s) * 0.5) linear 0.1s both f-crossfadeOut;
  z-index: 1;
}

@keyframes f-crossfadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes f-crossfadeOut {
  100% {
    opacity: 0;
  }
}
.f-slideIn.from-next {
  animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideInNext;
}

.f-slideIn.from-prev {
  animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideInPrev;
}

.f-slideOut.to-next {
  animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideOutNext;
}

.f-slideOut.to-prev {
  animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideOutPrev;
}

@keyframes f-slideInPrev {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes f-slideInNext {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes f-slideOutNext {
  100% {
    transform: translateX(-100%);
  }
}
@keyframes f-slideOutPrev {
  100% {
    transform: translateX(100%);
  }
}
.f-classicIn.from-next {
  animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicInNext;
  z-index: 2;
}

.f-classicIn.from-prev {
  animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicInPrev;
  z-index: 2;
}

.f-classicOut.to-next {
  animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicOutNext;
  z-index: 1;
}

.f-classicOut.to-prev {
  animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicOutPrev;
  z-index: 1;
}

@keyframes f-classicInNext {
  0% {
    transform: translateX(-75px);
    opacity: 0;
  }
  100% {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes f-classicInPrev {
  0% {
    transform: translateX(75px);
    opacity: 0;
  }
  100% {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes f-classicOutNext {
  100% {
    transform: translateX(-75px);
    opacity: 0;
  }
}
@keyframes f-classicOutPrev {
  100% {
    transform: translateX(75px);
    opacity: 0;
  }
}
:root {
  --f-button-width: 40px;
  --f-button-height: 40px;
  --f-button-border: 0;
  --f-button-border-radius: 0;
  --f-button-color: #374151;
  --f-button-bg: #f8f8f8;
  --f-button-hover-bg: #e0e0e0;
  --f-button-active-bg: #d0d0d0;
  --f-button-shadow: none;
  --f-button-transition: all 0.15s ease;
  --f-button-transform: none;
  --f-button-svg-width: 20px;
  --f-button-svg-height: 20px;
  --f-button-svg-stroke-width: 1.5;
  --f-button-svg-fill: none;
  --f-button-svg-filter: none;
  --f-button-svg-disabled-opacity: 0.65;
}

.f-button {
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: content-box;
  position: relative;
  margin: 0;
  padding: 0;
  width: var(--f-button-width);
  height: var(--f-button-height);
  border: var(--f-button-border);
  border-radius: var(--f-button-border-radius);
  color: var(--f-button-color);
  background: var(--f-button-bg);
  box-shadow: var(--f-button-shadow);
  pointer-events: all;
  cursor: pointer;
  transition: var(--f-button-transition);
}

@media (hover: hover) {
  .f-button:hover:not([disabled]) {
    color: var(--f-button-hover-color);
    background-color: var(--f-button-hover-bg);
  }
}
.f-button:active:not([disabled]) {
  background-color: var(--f-button-active-bg);
}

.f-button:focus:not(:focus-visible) {
  outline: none;
}

.f-button:focus-visible {
  outline: none;
  box-shadow: inset 0 0 0 var(--f-button-outline, 2px) var(--f-button-outline-color, var(--f-button-color));
}

.f-button svg {
  width: var(--f-button-svg-width);
  height: var(--f-button-svg-height);
  fill: var(--f-button-svg-fill);
  stroke: currentColor;
  stroke-width: var(--f-button-svg-stroke-width);
  stroke-linecap: round;
  stroke-linejoin: round;
  transition: opacity 0.15s ease;
  transform: var(--f-button-transform);
  filter: var(--f-button-svg-filter);
  pointer-events: none;
}

.f-button[disabled] {
  cursor: default;
}

.f-button[disabled] svg {
  opacity: var(--f-button-svg-disabled-opacity);
}

.f-carousel__nav .f-button.is-prev, .f-carousel__nav .f-button.is-next, .fancybox__nav .f-button.is-prev, .fancybox__nav .f-button.is-next {
  position: absolute;
  z-index: 1;
}

.is-horizontal .f-carousel__nav .f-button.is-prev, .is-horizontal .f-carousel__nav .f-button.is-next, .is-horizontal .fancybox__nav .f-button.is-prev, .is-horizontal .fancybox__nav .f-button.is-next {
  top: 50%;
  transform: translateY(-50%);
}

.is-horizontal .f-carousel__nav .f-button.is-prev, .is-horizontal .fancybox__nav .f-button.is-prev {
  left: var(--f-button-prev-pos);
}

.is-horizontal .f-carousel__nav .f-button.is-next, .is-horizontal .fancybox__nav .f-button.is-next {
  right: var(--f-button-next-pos);
}

.is-horizontal.is-rtl .f-carousel__nav .f-button.is-prev, .is-horizontal.is-rtl .fancybox__nav .f-button.is-prev {
  left: auto;
  right: var(--f-button-next-pos);
}

.is-horizontal.is-rtl .f-carousel__nav .f-button.is-next, .is-horizontal.is-rtl .fancybox__nav .f-button.is-next {
  right: auto;
  left: var(--f-button-prev-pos);
}

.is-vertical .f-carousel__nav .f-button.is-prev, .is-vertical .f-carousel__nav .f-button.is-next, .is-vertical .fancybox__nav .f-button.is-prev, .is-vertical .fancybox__nav .f-button.is-next {
  top: auto;
  left: 50%;
  transform: translateX(-50%);
}

.is-vertical .f-carousel__nav .f-button.is-prev, .is-vertical .fancybox__nav .f-button.is-prev {
  top: var(--f-button-next-pos);
}

.is-vertical .f-carousel__nav .f-button.is-next, .is-vertical .fancybox__nav .f-button.is-next {
  bottom: var(--f-button-next-pos);
}

.is-vertical .f-carousel__nav .f-button.is-prev svg, .is-vertical .f-carousel__nav .f-button.is-next svg, .is-vertical .fancybox__nav .f-button.is-prev svg, .is-vertical .fancybox__nav .f-button.is-next svg {
  transform: rotate(90deg);
}

.f-carousel__nav .f-button:disabled, .fancybox__nav .f-button:disabled {
  pointer-events: none;
}

html.with-fancybox {
  width: auto;
  overflow: visible;
  scroll-behavior: auto;
}

html.with-fancybox body {
  touch-action: none;
}

html.with-fancybox body.hide-scrollbar {
  width: auto;
  margin-right: calc(var(--fancybox-body-margin, 0px) + var(--fancybox-scrollbar-compensate, 0px));
  overflow: hidden !important;
  overscroll-behavior-y: none;
}

.fancybox__container {
  --fancybox-color: #dbdbdb;
  --fancybox-hover-color: #fff;
  --fancybox-bg: rgba(24, 24, 27, 0.98);
  --fancybox-slide-gap: 10px;
  --f-spinner-width: 50px;
  --f-spinner-height: 50px;
  --f-spinner-color-1: rgba(255, 255, 255, 0.1);
  --f-spinner-color-2: #bbb;
  --f-spinner-stroke: 3.65;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  direction: ltr;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: #f8f8f8;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  overflow: visible;
  z-index: var(--fancybox-zIndex, 1050);
  outline: none;
  transform-origin: top left;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  overscroll-behavior-y: contain;
}

.fancybox__container *, .fancybox__container *::before, .fancybox__container *::after {
  box-sizing: inherit;
}

.fancybox__container::backdrop {
  background-color: rgba(0, 0, 0, 0);
}

.fancybox__backdrop {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
  background: var(--fancybox-bg);
  opacity: var(--fancybox-opacity, 1);
  will-change: opacity;
}

.fancybox__carousel {
  position: relative;
  box-sizing: border-box;
  flex: 1;
  min-height: 0;
  z-index: 10;
  overflow-y: visible;
  overflow-x: clip;
}

.fancybox__viewport {
  width: 100%;
  height: 100%;
}

.fancybox__viewport.is-draggable {
  cursor: move;
  cursor: grab;
}

.fancybox__viewport.is-dragging {
  cursor: move;
  cursor: grabbing;
}

.fancybox__track {
  display: flex;
  margin: 0 auto;
  height: 100%;
}

.fancybox__slide {
  flex: 0 0 auto;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 100%;
  margin: 0 var(--fancybox-slide-gap) 0 0;
  padding: 4px;
  overflow: auto;
  overscroll-behavior: contain;
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
}

.fancybox__container:not(.is-compact) .fancybox__slide.has-close-btn {
  padding-top: 40px;
}

.fancybox__slide.has-iframe, .fancybox__slide.has-video, .fancybox__slide.has-html5video {
  overflow: hidden;
}

.fancybox__slide.has-image {
  overflow: hidden;
}

.fancybox__slide.has-image.is-animating, .fancybox__slide.has-image.is-selected {
  overflow: visible;
}

.fancybox__slide::before, .fancybox__slide::after {
  content: "";
  flex: 0 0 0;
  margin: auto;
}

.fancybox__backdrop:empty, .fancybox__viewport:empty, .fancybox__track:empty, .fancybox__slide:empty {
  display: block;
}

.fancybox__content {
  align-self: center;
  display: flex;
  flex-direction: column;
  position: relative;
  margin: 0;
  padding: 2rem;
  max-width: 100%;
  color: var(--fancybox-content-color, #374151);
  background: var(--fancybox-content-bg, #fff);
  cursor: default;
  border-radius: 0;
  z-index: 20;
}

.is-loading .fancybox__content {
  opacity: 0;
}

.is-draggable .fancybox__content {
  cursor: move;
  cursor: grab;
}

.can-zoom_in .fancybox__content {
  cursor: zoom-in;
}

.can-zoom_out .fancybox__content {
  cursor: zoom-out;
}

.is-dragging .fancybox__content {
  cursor: move;
  cursor: grabbing;
}

.fancybox__content [data-selectable], .fancybox__content [contenteditable] {
  cursor: auto;
}

.fancybox__slide.has-image > .fancybox__content {
  padding: 0;
  background: rgba(0, 0, 0, 0);
  min-height: 1px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  transition: none;
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
}

.fancybox__slide.has-image > .fancybox__content > picture > img {
  width: 100%;
  height: auto;
  max-height: 100%;
}

.is-animating .fancybox__content, .is-dragging .fancybox__content {
  will-change: transform, width, height;
}

.fancybox-image {
  margin: auto;
  display: block;
  width: 100%;
  height: 100%;
  min-height: 0;
  object-fit: contain;
  user-select: none;
  filter: blur(0px);
}

.fancybox__caption {
  align-self: center;
  max-width: 100%;
  flex-shrink: 0;
  margin: 0;
  padding: 14px 0 4px 0;
  overflow-wrap: anywhere;
  line-height: 1.375;
  color: var(--fancybox-color, currentColor);
  opacity: var(--fancybox-opacity, 1);
  cursor: auto;
  visibility: visible;
}

.is-loading .fancybox__caption, .is-closing .fancybox__caption {
  opacity: 0;
  visibility: hidden;
}

.is-compact .fancybox__caption {
  padding-bottom: 0;
}

.f-button.is-close-btn {
  --f-button-svg-stroke-width: 2;
  position: absolute;
  top: 0;
  right: 8px;
  z-index: 40;
}

.fancybox__content > .f-button.is-close-btn {
  --f-button-width: 34px;
  --f-button-height: 34px;
  --f-button-border-radius: 4px;
  --f-button-color: var(--fancybox-color, #fff);
  --f-button-hover-color: var(--fancybox-color, #fff);
  --f-button-bg: transparent;
  --f-button-hover-bg: transparent;
  --f-button-active-bg: transparent;
  --f-button-svg-width: 22px;
  --f-button-svg-height: 22px;
  position: absolute;
  top: -38px;
  right: 0;
  opacity: 0.75;
}

.is-loading .fancybox__content > .f-button.is-close-btn {
  visibility: hidden;
}

.is-zooming-out .fancybox__content > .f-button.is-close-btn {
  visibility: hidden;
}

.fancybox__content > .f-button.is-close-btn:hover {
  opacity: 1;
}

.fancybox__footer {
  padding: 0;
  margin: 0;
  position: relative;
}

.fancybox__footer .fancybox__caption {
  width: 100%;
  padding: 24px;
  opacity: var(--fancybox-opacity, 1);
  transition: all 0.25s ease;
}

.is-compact .fancybox__footer {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 20;
  background: rgba(24, 24, 27, 0.5);
}

.is-compact .fancybox__footer .fancybox__caption {
  padding: 12px;
}

.is-compact .fancybox__content > .f-button.is-close-btn {
  --f-button-border-radius: 50%;
  --f-button-color: #fff;
  --f-button-hover-color: #fff;
  --f-button-outline-color: #000;
  --f-button-bg: rgba(0, 0, 0, 0.6);
  --f-button-active-bg: rgba(0, 0, 0, 0.6);
  --f-button-hover-bg: rgba(0, 0, 0, 0.6);
  --f-button-svg-width: 18px;
  --f-button-svg-height: 18px;
  --f-button-svg-filter: none;
  top: 5px;
  right: 5px;
}

.fancybox__nav {
  --f-button-width: 50px;
  --f-button-height: 50px;
  --f-button-border: 0;
  --f-button-border-radius: 50%;
  --f-button-color: var(--fancybox-color);
  --f-button-hover-color: var(--fancybox-hover-color);
  --f-button-bg: transparent;
  --f-button-hover-bg: rgba(24, 24, 27, 0.3);
  --f-button-active-bg: rgba(24, 24, 27, 0.5);
  --f-button-shadow: none;
  --f-button-transition: all 0.15s ease;
  --f-button-transform: none;
  --f-button-svg-width: 26px;
  --f-button-svg-height: 26px;
  --f-button-svg-stroke-width: 2.5;
  --f-button-svg-fill: none;
  --f-button-svg-filter: drop-shadow(1px 1px 1px rgba(24, 24, 27, 0.5));
  --f-button-svg-disabled-opacity: 0.65;
  --f-button-next-pos: 1rem;
  --f-button-prev-pos: 1rem;
  opacity: var(--fancybox-opacity, 1);
}

.fancybox__nav .f-button:before {
  position: absolute;
  content: "";
  top: -30px;
  right: -20px;
  left: -20px;
  bottom: -30px;
  z-index: 1;
}

.is-idle .fancybox__nav {
  animation: 0.15s ease-out both f-fadeOut;
}

.is-idle.is-compact .fancybox__footer {
  pointer-events: none;
  animation: 0.15s ease-out both f-fadeOut;
}

.fancybox__slide > .f-spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: var(--f-spinner-top, calc(var(--f-spinner-width) * -0.5)) 0 0 var(--f-spinner-left, calc(var(--f-spinner-height) * -0.5));
  z-index: 30;
  cursor: pointer;
}

.fancybox-protected {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 40;
  user-select: none;
}

.fancybox-ghost {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  min-height: 0;
  object-fit: contain;
  z-index: 40;
  user-select: none;
  pointer-events: none;
}

.fancybox-focus-guard {
  outline: none;
  opacity: 0;
  position: fixed;
  pointer-events: none;
}

.fancybox__container:not([aria-hidden]) {
  opacity: 0;
}

.fancybox__container.is-animated[aria-hidden=false] > *:not(.fancybox__backdrop, .fancybox__carousel), .fancybox__container.is-animated[aria-hidden=false] .fancybox__carousel > *:not(.fancybox__viewport), .fancybox__container.is-animated[aria-hidden=false] .fancybox__slide > *:not(.fancybox__content) {
  animation: var(--f-interface-enter-duration, 0.25s) ease 0.1s backwards f-fadeIn;
}

.fancybox__container.is-animated[aria-hidden=false] .fancybox__backdrop {
  animation: var(--f-backdrop-enter-duration, 0.35s) ease backwards f-fadeIn;
}

.fancybox__container.is-animated[aria-hidden=true] > *:not(.fancybox__backdrop, .fancybox__carousel), .fancybox__container.is-animated[aria-hidden=true] .fancybox__carousel > *:not(.fancybox__viewport), .fancybox__container.is-animated[aria-hidden=true] .fancybox__slide > *:not(.fancybox__content) {
  animation: var(--f-interface-exit-duration, 0.15s) ease forwards f-fadeOut;
}

.fancybox__container.is-animated[aria-hidden=true] .fancybox__backdrop {
  animation: var(--f-backdrop-exit-duration, 0.35s) ease forwards f-fadeOut;
}

.has-iframe .fancybox__content, .has-map .fancybox__content, .has-pdf .fancybox__content, .has-youtube .fancybox__content, .has-vimeo .fancybox__content, .has-html5video .fancybox__content {
  max-width: 100%;
  flex-shrink: 1;
  min-height: 1px;
  overflow: visible;
}

.has-iframe .fancybox__content, .has-map .fancybox__content, .has-pdf .fancybox__content {
  width: calc(100% - 120px);
  height: 90%;
}

.fancybox__container.is-compact .has-iframe .fancybox__content, .fancybox__container.is-compact .has-map .fancybox__content, .fancybox__container.is-compact .has-pdf .fancybox__content {
  width: 100%;
  height: 100%;
}

.has-youtube .fancybox__content, .has-vimeo .fancybox__content, .has-html5video .fancybox__content {
  width: 960px;
  height: 540px;
  max-width: 100%;
  max-height: 100%;
}

.has-map .fancybox__content, .has-pdf .fancybox__content, .has-youtube .fancybox__content, .has-vimeo .fancybox__content, .has-html5video .fancybox__content {
  padding: 0;
  background: rgba(24, 24, 27, 0.9);
  color: #fff;
}

.has-map .fancybox__content {
  background: #e5e3df;
}

.fancybox__html5video, .fancybox__iframe {
  border: 0;
  display: block;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0);
}

.fancybox-placeholder {
  border: 0 !important;
  clip: rect(1px, 1px, 1px, 1px) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}

.f-carousel__thumbs {
  --f-thumb-width: 96px;
  --f-thumb-height: 72px;
  --f-thumb-outline: 0;
  --f-thumb-outline-color: #5eb0ef;
  --f-thumb-opacity: 1;
  --f-thumb-hover-opacity: 1;
  --f-thumb-selected-opacity: 1;
  --f-thumb-border-radius: 2px;
  --f-thumb-offset: 0px;
  --f-button-next-pos: 0;
  --f-button-prev-pos: 0;
}

.f-carousel__thumbs.is-classic {
  --f-thumb-gap: 8px;
  --f-thumb-opacity: 0.5;
  --f-thumb-hover-opacity: 1;
  --f-thumb-selected-opacity: 1;
}

.f-carousel__thumbs.is-modern {
  --f-thumb-gap: 4px;
  --f-thumb-extra-gap: 16px;
  --f-thumb-clip-width: 46px;
}

.f-thumbs {
  position: relative;
  flex: 0 0 auto;
  margin: 0;
  overflow: hidden;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  user-select: none;
  perspective: 1000px;
  transform: translateZ(0);
}

.f-thumbs .f-spinner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 2px;
  background-image: linear-gradient(#ebeff2, #e2e8f0);
  z-index: -1;
}

.f-thumbs .f-spinner svg {
  display: none;
}

.f-thumbs.is-vertical {
  height: 100%;
}

.f-thumbs__viewport {
  width: 100%;
  height: auto;
  overflow: hidden;
  transform: translate3d(0, 0, 0);
}

.f-thumbs__track {
  display: flex;
}

.f-thumbs__slide {
  position: relative;
  flex: 0 0 auto;
  box-sizing: content-box;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  margin: 0;
  width: var(--f-thumb-width);
  height: var(--f-thumb-height);
  overflow: visible;
  cursor: pointer;
}

.f-thumbs__slide.is-loading img {
  opacity: 0;
}

.is-classic .f-thumbs__viewport {
  height: 100%;
}

.is-modern .f-thumbs__track {
  width: max-content;
}

.is-modern .f-thumbs__track::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: calc((var(--f-thumb-clip-width, 0)) * -0.5);
  width: calc(var(--width, 0) * 1px + var(--f-thumb-clip-width, 0));
  cursor: pointer;
}

.is-modern .f-thumbs__slide {
  width: var(--f-thumb-clip-width);
  transform: translate3d(calc(var(--shift, 0) * -1px), 0, 0);
  transition: none;
  pointer-events: none;
}

.is-modern.is-resting .f-thumbs__slide {
  transition: transform 0.33s ease;
}

.is-modern.is-resting .f-thumbs__slide__button {
  transition: clip-path 0.33s ease;
}

.is-using-tab .is-modern .f-thumbs__slide:focus-within {
  filter: drop-shadow(-1px 0px 0px var(--f-thumb-outline-color)) drop-shadow(2px 0px 0px var(--f-thumb-outline-color)) drop-shadow(0px -1px 0px var(--f-thumb-outline-color)) drop-shadow(0px 2px 0px var(--f-thumb-outline-color));
}

.f-thumbs__slide__button {
  appearance: none;
  width: var(--f-thumb-width);
  height: 100%;
  margin: 0 -100% 0 -100%;
  padding: 0;
  border: 0;
  position: relative;
  border-radius: var(--f-thumb-border-radius);
  overflow: hidden;
  background: rgba(0, 0, 0, 0);
  outline: none;
  cursor: pointer;
  pointer-events: auto;
  touch-action: manipulation;
  opacity: var(--f-thumb-opacity);
  transition: opacity 0.2s ease;
}

.f-thumbs__slide__button:hover {
  opacity: var(--f-thumb-hover-opacity);
}

.f-thumbs__slide__button:focus:not(:focus-visible) {
  outline: none;
}

.f-thumbs__slide__button:focus-visible {
  outline: none;
  opacity: var(--f-thumb-selected-opacity);
}

.is-modern .f-thumbs__slide__button {
  --clip-path: inset( 0 calc( ((var(--f-thumb-width, 0) - var(--f-thumb-clip-width, 0))) * (1 - var(--progress, 0)) * 0.5 ) round var(--f-thumb-border-radius, 0) );
  clip-path: var(--clip-path);
}

.is-classic .is-nav-selected .f-thumbs__slide__button {
  opacity: var(--f-thumb-selected-opacity);
}

.is-classic .is-nav-selected .f-thumbs__slide__button::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: auto;
  bottom: 0;
  border: var(--f-thumb-outline, 0) solid var(--f-thumb-outline-color, transparent);
  border-radius: var(--f-thumb-border-radius);
  animation: f-fadeIn 0.2s ease-out;
  z-index: 10;
}

.f-thumbs__slide__img {
  overflow: hidden;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: var(--f-thumb-offset);
  box-sizing: border-box;
  pointer-events: none;
  object-fit: cover;
  border-radius: var(--f-thumb-border-radius);
}

.f-thumbs.is-horizontal .f-thumbs__track {
  padding: 8px 0 12px 0;
}

.f-thumbs.is-horizontal .f-thumbs__slide {
  margin: 0 var(--f-thumb-gap) 0 0;
}

.f-thumbs.is-vertical .f-thumbs__track {
  flex-wrap: wrap;
  padding: 0 8px;
}

.f-thumbs.is-vertical .f-thumbs__slide {
  margin: 0 0 var(--f-thumb-gap) 0;
}

.fancybox__thumbs {
  --f-thumb-width: 96px;
  --f-thumb-height: 72px;
  --f-thumb-border-radius: 2px;
  --f-thumb-outline: 2px;
  --f-thumb-outline-color: #ededed;
  position: relative;
  opacity: var(--fancybox-opacity, 1);
  transition: max-height 0.35s cubic-bezier(0.23, 1, 0.32, 1);
}

.fancybox__thumbs.is-classic {
  --f-thumb-gap: 8px;
  --f-thumb-opacity: 0.5;
  --f-thumb-hover-opacity: 1;
}

.fancybox__thumbs.is-classic .f-spinner {
  background-image: linear-gradient(rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.05));
}

.fancybox__thumbs.is-modern {
  --f-thumb-gap: 4px;
  --f-thumb-extra-gap: 16px;
  --f-thumb-clip-width: 46px;
  --f-thumb-opacity: 1;
  --f-thumb-hover-opacity: 1;
}

.fancybox__thumbs.is-modern .f-spinner {
  background-image: linear-gradient(rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.05));
}

.fancybox__thumbs.is-horizontal {
  padding: 0 var(--f-thumb-gap);
}

.fancybox__thumbs.is-vertical {
  padding: var(--f-thumb-gap) 0;
}

.is-compact .fancybox__thumbs {
  --f-thumb-width: 64px;
  --f-thumb-clip-width: 32px;
  --f-thumb-height: 48px;
  --f-thumb-extra-gap: 10px;
}

.fancybox__thumbs.is-masked {
  max-height: 0px !important;
}

.is-closing .fancybox__thumbs {
  transition: none !important;
}

.fancybox__toolbar {
  --f-progress-color: var(--fancybox-color, rgba(255, 255, 255, 0.94));
  --f-button-width: 46px;
  --f-button-height: 46px;
  --f-button-color: var(--fancybox-color);
  --f-button-hover-color: var(--fancybox-hover-color);
  --f-button-bg: rgba(24, 24, 27, 0.65);
  --f-button-hover-bg: rgba(70, 70, 73, 0.65);
  --f-button-active-bg: rgba(90, 90, 93, 0.65);
  --f-button-border-radius: 0;
  --f-button-svg-width: 24px;
  --f-button-svg-height: 24px;
  --f-button-svg-stroke-width: 1.5;
  --f-button-svg-filter: drop-shadow(1px 1px 1px rgba(24, 24, 27, 0.15));
  --f-button-svg-fill: none;
  --f-button-svg-disabled-opacity: 0.65;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin: 0;
  padding: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI Adjusted", "Segoe UI", "Liberation Sans", sans-serif;
  color: var(--fancybox-color, currentColor);
  opacity: var(--fancybox-opacity, 1);
  text-shadow: var(--fancybox-toolbar-text-shadow, 1px 1px 1px rgba(0, 0, 0, 0.5));
  pointer-events: none;
  z-index: 20;
}

.fancybox__toolbar :focus-visible {
  z-index: 1;
}

.fancybox__toolbar.is-absolute, .is-compact .fancybox__toolbar {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.is-idle .fancybox__toolbar {
  pointer-events: none;
  animation: 0.15s ease-out both f-fadeOut;
}

.fancybox__toolbar__column {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: flex-start;
}

.fancybox__toolbar__column.is-left, .fancybox__toolbar__column.is-right {
  flex-grow: 1;
  flex-basis: 0;
}

.fancybox__toolbar__column.is-right {
  display: flex;
  justify-content: flex-end;
  flex-wrap: nowrap;
}

.fancybox__infobar {
  padding: 0 5px;
  line-height: var(--f-button-height);
  text-align: center;
  font-size: 17px;
  font-variant-numeric: tabular-nums;
  -webkit-font-smoothing: subpixel-antialiased;
  cursor: default;
  user-select: none;
}

.fancybox__infobar span {
  padding: 0 5px;
}

.fancybox__infobar:not(:first-child):not(:last-child) {
  background: var(--f-button-bg);
}

[data-fancybox-toggle-slideshow] {
  position: relative;
}

[data-fancybox-toggle-slideshow] .f-progress {
  height: 100%;
  opacity: 0.3;
}

[data-fancybox-toggle-slideshow] svg g:first-child {
  display: flex;
}

[data-fancybox-toggle-slideshow] svg g:last-child {
  display: none;
}

.has-slideshow [data-fancybox-toggle-slideshow] svg g:first-child {
  display: none;
}

.has-slideshow [data-fancybox-toggle-slideshow] svg g:last-child {
  display: flex;
}

[data-fancybox-toggle-fullscreen] svg g:first-child {
  display: flex;
}

[data-fancybox-toggle-fullscreen] svg g:last-child {
  display: none;
}

:fullscreen [data-fancybox-toggle-fullscreen] svg g:first-child {
  display: none;
}

:fullscreen [data-fancybox-toggle-fullscreen] svg g:last-child {
  display: flex;
}

.f-progress {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  transform: scaleX(0);
  transform-origin: 0;
  transition-property: transform;
  transition-timing-function: linear;
  background: var(--f-progress-color, var(--f-carousel-theme-color, #0091ff));
  z-index: 30;
  user-select: none;
  pointer-events: none;
}

/*
/// ABSTRACTS ///
all Sass tools and helpers used across the project.
Every global variable, function, mixin and placeholder should be put in here.
 */
/*
/// ABSTRACTS ///
all Sass tools and helpers used across the project.
Every global variable, function, mixin and placeholder should be put in here.
 */
.image-gallery .item-gallery, .item .item-image, .section.fullwidth-banner, .section .section-bg, .slideshow.main-slideshow .slideshow-slide, .slideshow.image-slideshow .slideshow-slide, .slideshow.image-slideshow-alt .slideshow-slide, .slideshow.image-slideshow-alt .slideshow-slide .slide-inner {
  position: relative;
}
.image-gallery .item-gallery img, .item .item-image img, .section.fullwidth-banner img, .section .section-bg img, .slideshow.main-slideshow .slideshow-slide img, .slideshow.image-slideshow .slideshow-slide img, .slideshow.image-slideshow-alt .slideshow-slide img, .slideshow.image-slideshow-alt .slideshow-slide .slide-inner img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.main-slideshow .image-gallery .item-gallery img, .image-gallery .main-slideshow .item-gallery img, .main-slideshow .item .item-image img, .item .main-slideshow .item-image img, .main-slideshow .section.fullwidth-banner img, .main-slideshow .section .section-bg img, .section .main-slideshow .section-bg img, .slideshow.main-slideshow .slideshow-slide img, .main-slideshow .slideshow.image-slideshow .slideshow-slide img, .slideshow.image-slideshow .main-slideshow .slideshow-slide img, .main-slideshow .slideshow.image-slideshow-alt .slideshow-slide img, .slideshow.image-slideshow-alt .main-slideshow .slideshow-slide img, .slideshow.image-slideshow-alt .slideshow-slide .main-slideshow .slide-inner img {
  object-position: top;
}

.section .section-intro, .large {
  font-size: 24px;
}
@media screen and (max-width: calc(1281px - 0.01px)) {
  .section .section-intro, .large {
    font-size: 18px;
  }
}

/* Text meant only for screen readers. */
.screen-reader-text, .gform_wrapper .gdpr-field .gfield_label {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

/*
/// BASE ///
The boilerplate code for the project. In there, you might find some typographic
rules, and probably a stylesheet defining some standard styles for commonly
used HTML elements.
*/
@font-face {
  font-family: "ThemeIcons";
  src: url("../fonts/ThemeIcons.eot?0832efff2ee82df805d2aa61002bc8a6?#iefix") format("embedded-opentype"), url("../fonts/ThemeIcons.woff2?0832efff2ee82df805d2aa61002bc8a6") format("woff2"), url("../fonts/ThemeIcons.woff?0832efff2ee82df805d2aa61002bc8a6") format("woff"), url("../fonts/ThemeIcons.ttf?0832efff2ee82df805d2aa61002bc8a6") format("truetype"), url("../fonts/ThemeIcons.svg?0832efff2ee82df805d2aa61002bc8a6#ThemeIcons") format("svg");
}
[class^=icon-]:before, [class*=" icon-"]:before {
  font-family: ThemeIcons !important;
  font-style: normal;
  font-weight: normal !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-address:before {
  content: "\f101";
}

.icon-bullet:before, .item.item-package .features ul .feature-item:before {
  content: "\f102";
}

.icon-button-arrow:before, .slideshow.main-slideshow .slideshow-slide .slide-content .button:before, .footer .footer-widgets .button:before, .header .button:before {
  content: "\f103";
}

.icon-chat-icon:before {
  content: "\f104";
}

.icon-chat:before {
  content: "\f105";
}

.icon-contact:before, .floating-button:before {
  content: "\f106";
}

.icon-cv:before {
  content: "\f107";
}

.icon-email:before {
  content: "\f108";
}

.icon-facebook:before {
  content: "\f109";
}

.icon-instagram:before {
  content: "\f10a";
}

.icon-linkedin:before {
  content: "\f10b";
}

.icon-menu-arrow:before {
  content: "\f10c";
}

.icon-next:before {
  content: "\f10d";
}

.icon-phone:before {
  content: "\f10e";
}

.icon-pinterest:before {
  content: "\f10f";
}

.icon-previous:before {
  content: "\f110";
}

.icon-right-arrow:before {
  content: "\f111";
}

.icon-twitter:before {
  content: "\f112";
}

.icon-upload:before, .wpcf7 .wpcf7-form-control-wrap .wpcf7-file:before {
  content: "\f113";
}

.icon-website:before {
  content: "\f114";
}

.icon-x-icon:before {
  content: "\f115";
}

.icon-youtube:before {
  content: "\f116";
}

/*
/// ABSTRACTS ///
all Sass tools and helpers used across the project.
Every global variable, function, mixin and placeholder should be put in here.
 */
html {
  -webkit-text-size-adjust: 100%;
}

body {
  font-family: "Poppins", serif;
  font-size: 18px;
  line-height: 1.5;
  color: white;
  background-color: #110E0D;
}

#tinymce {
  background-color: #ffffff !important;
  color: black !important;
}

body,
input,
textarea,
select,
button {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1,
h2,
h3,
h4,
h5,
h6,
h1,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  color: white;
  font-family: "Kanit", serif;
  font-weight: 400;
  line-height: 1.3;
  padding: 0;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a,
h1 a,
.h1 a,
.h2 a,
.h3 a,
.h4 a,
.h5 a,
.h6 a {
  color: inherit;
  text-decoration: none;
}
h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child,
h1:last-child,
.h1:last-child,
.h2:last-child,
.h3:last-child,
.h4:last-child,
.h5:last-child,
.h6:last-child {
  margin-bottom: 0;
}

h1,
.h1 {
  font-size: 42px;
  margin: 0;
}

h2,
.h2 {
  font-size: 36px;
  margin: 0 0 40px 0;
}

h3,
.h3 {
  font-size: 28px;
  margin: 0 0 calc(40px / 3 * 2) 0;
}

h4,
.h4 {
  font-size: 24px;
  margin: 0 0 calc(40px / 2) 0;
}

h5,
.h5 {
  font-size: 20px;
  margin: 0 0 calc(40px / 3) 0;
}

h6,
.h6 {
  font-size: 18px;
  margin: 0 0 calc(40px / 4) 0;
}

a {
  color: inherit;
  transition: all 200ms ease;
  text-decoration: none;
}
a:hover {
  color: #56EF46;
}

p {
  margin: 0 0 40px;
}
p:empty, p:last-child {
  margin-bottom: 0;
}

blockquote {
  margin: 0 0 30px;
  padding: 50px;
  position: relative;
  font-weight: 300;
  font-size: 18px;
}
blockquote:before, blockquote:after {
  content: '"';
  position: absolute;
  width: 30px;
  height: 30px;
  font-size: 50px;
  z-index: -1;
  line-height: 1;
}
blockquote:before {
  left: 0;
  top: 0;
}
blockquote:after {
  right: 0;
  bottom: 0;
}

/*
/// ABSTRACTS ///
all Sass tools and helpers used across the project.
Every global variable, function, mixin and placeholder should be put in here.
 */
[class^=icon-social]:before {
  line-height: 1;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "ThemeIcons";
}

/*
/// ABSTRACTS ///
all Sass tools and helpers used across the project.
Every global variable, function, mixin and placeholder should be put in here.
 */
.centering {
  margin: 0 auto;
  max-width: 1320px;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (min-width: 769px) {
  .centering {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.centering.small {
  max-width: 1000px;
}

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

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

.light-grey-bg {
  background-color: #f8f8f8;
}

.content-block {
  margin-bottom: 40px;
}
.content-block:last-child {
  margin-bottom: 0;
}

.woocommerce-Address {
  position: relative;
  border-radius: 20px;
  border: 1px solid rgba(86, 239, 70, 0.4);
  background: rgba(255, 255, 255, 0.14);
  backdrop-filter: blur(10.95px);
  padding: 25px;
}
.woocommerce-Address h2 {
  font-size: 28px;
  margin-bottom: 15px !important;
}
.woocommerce-Address .edit {
  position: absolute;
  top: 25px;
  right: 25px;
}
.woocommerce-Address address {
  font-size: 14px;
  font-style: normal;
}

.scaled-image {
  position: relative;
  padding-bottom: 100%;
  height: 0;
}
.scaled-image img {
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  top: 0;
  left: 0;
  object-fit: cover;
}
.scaled-image.contain img {
  object-fit: contain;
}

.background-title {
  position: absolute;
  width: 100%;
  top: 20%;
  left: 50%;
  transform: translate(-50%, -20%);
  text-align: center;
  text-transform: uppercase;
  font-family: "Kanit", serif;
  font-size: 206px;
  font-weight: 600;
  line-height: 168px;
  background: linear-gradient(90deg, #110E0D 0%, rgba(117, 226, 106, 0.5) 49.5%, #110E0D 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  mix-blend-mode: color-dodge;
}
@media screen and (max-width: calc(1480px - 0.01px)) {
  .background-title {
    font-size: 125px;
    line-height: 110px;
  }
}
@media screen and (max-width: calc(1025px - 0.01px)) {
  .background-title {
    font-size: 100px;
    line-height: 90px;
  }
}
@media screen and (max-width: calc(769px - 0.01px)) {
  .background-title {
    font-size: 70px;
    line-height: 74px;
    top: 25%;
    transform: translate(-50%, -25%);
  }
}
@media screen and (max-width: calc(480px - 0.01px)) {
  .background-title {
    font-size: 44px;
    line-height: 48px;
  }
}

.child-success {
  color: #56EF46;
}

.woocommerce-info::before {
  color: #fff !important;
}

/*
/// LAYOUT ///
Everything that takes part in laying out the site or application.
This folder could have stylesheets for the main parts of the site (header,
footer, navigation, sidebar…), the grid system or even CSS styles
for all the forms.
*/
/*
/// ABSTRACTS ///
all Sass tools and helpers used across the project.
Every global variable, function, mixin and placeholder should be put in here.
 */
/*
/// BASE ///
The boilerplate code for the project. In there, you might find some typographic
rules, and probably a stylesheet defining some standard styles for commonly
used HTML elements.
*/
.is-noscroll {
  pointer-events: none;
  height: 100%;
  overflow: hidden;
}
.is-noscroll .header,
.is-noscroll .main-nav,
.is-noscroll .top {
  pointer-events: auto;
}

.header {
  min-height: 150px;
  background-color: transparent;
  width: 100%;
  padding: 0;
  position: absolute;
  z-index: 1000;
  transition: box-shadow 0.3s, transform 0.4s;
  box-shadow: none;
  top: 0;
}
.admin-bar .header {
  top: 36px;
}
@media screen and (max-width: calc(782px - 0.01px)) {
  .admin-bar .header {
    top: 46px;
  }
}
.header.sticky {
  top: 0 !important;
  position: fixed;
  left: 0;
  right: 0;
  min-height: 60px;
}
.admin-bar .header.sticky {
  top: 32px !important;
}
@media screen and (max-width: calc(769px - 0.01px)) {
  .admin-bar .header.sticky {
    top: 46px !important;
  }
}
.header.sticky .top-bar {
  display: none;
}
@media screen and (max-width: calc(769px - 0.01px)) {
  .header {
    min-height: 60px;
  }
}
.header img {
  width: 100%;
  height: auto;
  max-width: 80px;
  display: block;
}
.header .button {
  position: relative;
  width: 210px !important;
  display: flex !important;
  justify-content: center;
  align-items: center !important;
  font-size: 16px !important;
  line-height: 16px;
  text-transform: uppercase !important;
  text-align: center !important;
  padding: 18px 10px 18px 10px !important;
  flex-direction: row-reverse;
}
.header .button:before {
  line-height: 1;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "ThemeIcons";
  color: #1E1715;
  font-weight: bold !important;
  font-size: 12px;
  line-height: 12px;
  margin-left: 10px;
}
.header .header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 30px 0;
}
@media screen and (max-width: calc(1025px - 0.01px)) {
  .header .header-inner {
    flex-flow: column;
    padding: 10px 0;
  }
  .header .header-inner .header-cta {
    display: none;
  }
}
@media screen and (max-width: calc(1025px - 0.01px)) {
  .header .header-inner .header-logo {
    margin-bottom: 20px;
  }
}
.header .top-bar {
  background-color: var(--xtheme-header-bar-color);
  padding: 10px 0;
  color: var(--xtheme-header-text-color);
}
.header .top-bar .top-bar-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header .top-bar .top-bar-inner .social-icons {
  margin-left: auto;
}
.header .top-bar .top-bar-inner ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  margin: 0 -10px;
}
.header .top-bar .top-bar-inner ul li {
  margin: 0 10px;
}
.header .middle-logo {
  padding: 15px 0;
}
@media screen and (max-width: calc(1025px - 0.01px)) {
  .header .middle-logo {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
.header .middle-logo .header-logo {
  width: 10%;
  margin: 0 25px;
}
@media screen and (max-width: calc(1480px - 0.01px)) {
  .header .middle-logo .header-logo {
    width: 20%;
  }
}
@media screen and (max-width: calc(1025px - 0.01px)) {
  .header .middle-logo .header-logo {
    width: auto;
    margin: 0;
  }
}
.header .middle-logo .header-logo img {
  margin: auto;
}
@media screen and (max-width: calc(1025px - 0.01px)) {
  .header .middle-logo .header-logo img {
    max-height: 50px;
  }
}
@media screen and (max-width: calc(1025px - 0.01px)) {
  .header .middle-logo .header-logo.hide-on-mobile {
    display: none;
  }
}
.header .middle-logo .header-logo.show-on-mobile {
  display: none;
}
@media screen and (max-width: calc(1025px - 0.01px)) {
  .header .middle-logo .header-logo.show-on-mobile {
    display: block;
  }
}

.floating-button {
  position: fixed;
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 30%;
  right: 30px;
  transform: translateY(-30%);
  border-radius: 50%;
  background-color: #56EF46;
  border: 2px solid #56EF46;
  color: #110E0D;
  z-index: 99;
  transition: all 0.3s linear;
}
.floating-button:hover {
  border: 2px solid white;
}
.floating-button:hover:after {
  color: white;
}
.floating-button:before {
  line-height: 1;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "ThemeIcons";
  color: #1E1715;
  font-weight: bold !important;
  font-size: 32px;
  line-height: 32px;
  transition: all 0.3s linear;
}
@media screen and (max-width: calc(769px - 0.01px)) {
  .floating-button {
    width: 60px;
    height: 60px;
    top: 50%;
    transform: translateY(-50%);
  }
  .floating-button:before {
    font-size: 24px;
    line-height: 24px;
  }
}

/*
/// ABSTRACTS ///
all Sass tools and helpers used across the project.
Every global variable, function, mixin and placeholder should be put in here.
 */
/*
/// BASE ///
The boilerplate code for the project. In there, you might find some typographic
rules, and probably a stylesheet defining some standard styles for commonly
used HTML elements.
*/
.footer {
  position: relative;
  color: white;
  overflow: hidden;
}
.footer:before {
  position: absolute;
  width: 350px;
  height: 350px;
  content: "";
  display: block;
  bottom: -175px;
  right: 0;
  border-radius: 482.161px;
  opacity: 0.87;
  background: linear-gradient(90deg, #55EF46 0%, #FF9500 100%);
  filter: blur(160.8999938965px);
  z-index: -1;
}
.footer .footer-widgets {
  padding: 40px 0;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
}
.footer .footer-widgets .centering {
  border-top: 1px solid #4DFF2B;
}
.footer .footer-widgets .image-widget {
  margin-top: 30px;
}
.footer .footer-widgets .widget-title {
  color: white;
  opacity: 0.6;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  text-transform: uppercase;
  margin: 0 0 10px;
}
.footer .footer-widgets .content {
  display: flex;
  flex-flow: column;
}
.footer .footer-widgets .button {
  max-width: 175px;
  position: relative;
  display: flex !important;
  align-items: center !important;
  justify-content: center;
  font-size: 16px !important;
  text-transform: uppercase !important;
  text-align: center !important;
  padding: 12px 10px 12px 15px !important;
  flex-direction: row-reverse;
}
@media screen and (max-width: calc(769px - 0.01px)) {
  .footer .footer-widgets .button {
    margin: 0 auto;
  }
}
.footer .footer-widgets .button:before {
  line-height: 1;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "ThemeIcons";
  color: #1E1715;
  font-weight: bold !important;
  font-size: 12px;
  line-height: 12px;
  margin-left: 10px;
}
.footer ul {
  margin: 60px 0;
  list-style-type: none;
  padding: 0;
  display: flex;
  flex-flow: row wrap;
}
@media screen and (max-width: calc(769px - 0.01px)) {
  .footer ul {
    flex-flow: column;
    align-items: center;
  }
}
.footer ul li {
  margin-right: 50px;
}
@media screen and (max-width: calc(769px - 0.01px)) {
  .footer ul li {
    margin-right: 0;
  }
}
.footer ul li > a:not(.icon-social):not([class*=button]):not([class*=button-secondary]) {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.49);
}
.footer ul li > a:not(.icon-social):not([class*=button]):not([class*=button-secondary]):hover {
  color: inherit;
}
.footer ul li.current-menu-item > a, .footer ul li.current_page_ancestor > a, .footer ul li.current_page_parent > a {
  color: #fff !important;
}
.footer ul li .sub-menu {
  display: none;
}
.footer .footer-bottom {
  background-color: #252525;
  padding: 10px 0;
}
.footer .footer-bottom ul {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: row wrap;
}
.footer .footer-bottom ul li {
  margin: 0 10px;
  margin-bottom: 0;
}
.footer .footer-bottom .footer-credits {
  align-items: center;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  font-size: 12px;
}
.footer .footer-bottom .footer-credits ul {
  margin: 10px 0;
}
.footer .footer-bottom .footer-credits ul li a {
  font-size: 12px !important;
  color: white !important;
}
.footer .footer-bottom .footer-credits ul li a:hover {
  color: #56EF46 !important;
}
@media screen and (max-width: calc(769px - 0.01px)) {
  .footer .footer-bottom .footer-credits {
    align-items: center;
    flex-flow: column;
  }
  .footer .footer-bottom .footer-credits ul {
    margin: 10px 0;
  }
}
@media screen and (max-width: calc(769px - 0.01px)) {
  .footer.footer-1 {
    text-align: center;
  }
}
.footer.footer-1 .widget.image-widget {
  display: flex;
  justify-content: flex-start;
  max-width: 85px;
}
@media screen and (max-width: calc(769px - 0.01px)) {
  .footer.footer-1 .widget.image-widget {
    justify-content: center;
    margin: 50px auto 0;
  }
}
.footer.footer-1 .footer-social {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: calc(769px - 0.01px)) {
  .footer.footer-1 .footer-social {
    justify-content: center;
  }
}
.footer.footer-1 .footer-contact-info {
  display: flex;
  flex-flow: column;
}
.footer.footer-2 .menu {
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
}
.footer.footer-2 .menu .menu-item {
  border-right: 1px solid var(--xtheme-footer-text-color);
  padding: 0 30px;
}
.footer.footer-2 .menu .menu-item:last-of-type {
  border-right: none;
}
.footer.footer-2 .footer-information {
  text-align: center;
  margin: 0 auto;
  max-width: 900px;
  font-size: 14px;
}
@media screen and (max-width: calc(1025px - 0.01px)) {
  .footer.footer-2 .footer-social {
    display: flex;
    justify-content: center;
  }
}
@media screen and (max-width: calc(769px - 0.01px)) {
  .footer.footer-2 .image-widget {
    display: flex;
    justify-content: center;
  }
}
.footer.footer-3 .image-widget {
  display: flex;
  justify-content: flex-end;
}
@media screen and (max-width: calc(769px - 0.01px)) {
  .footer.footer-3 .image-widget {
    justify-content: center;
  }
}
@media screen and (max-width: calc(769px - 0.01px)) {
  .footer.footer-3 .widget {
    text-align: center;
  }
}
.footer.footer-3 .footer-newsletter {
  max-width: 700px;
  margin: 0 auto;
  text-align: center;
}
.footer.footer-3 .footer-newsletter p {
  margin-bottom: 0;
}
.footer.footer-3 .footer-newsletter ::placeholder {
  color: var(--xtheme-footer-text-color);
}
.footer.footer-3 .footer-newsletter input[type=email] {
  border: none;
  border-radius: 0;
  border-bottom: 1px solid var(--xtheme-footer-text-color);
  width: auto;
  color: var(--xtheme-footer-text-color);
  padding: 5px;
  background-color: transparent !important;
}
.footer.footer-4 .menu .menu-item {
  border-right: 1px solid var(--xtheme-footer-text-color);
  padding: 0 30px;
}
.footer.footer-4 .menu .menu-item:last-of-type {
  border-right: none;
}
.footer.footer-4 .footer-top {
  background-color: #56EF46;
  padding: 10px 0;
}
@media screen and (max-width: calc(769px - 0.01px)) {
  .footer.footer-4 .footer-social {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

/*
/// ABSTRACTS ///
all Sass tools and helpers used across the project.
Every global variable, function, mixin and placeholder should be put in here.
 */
nav ul,
.menu {
  list-style: none;
  padding: 0;
}

.main-nav {
  border-radius: 35px;
  background: rgba(17, 14, 13, 0.5);
  backdrop-filter: blur(45px);
  padding: 30px;
}
@media screen and (max-width: calc(1025px - 0.01px)) {
  .main-nav {
    -webkit-overflow-scrolling: touch;
    background: rgba(17, 14, 13, 0.95);
    color: var(--xtheme-header-text-color);
    height: 100%;
    left: 0;
    opacity: 0;
    overflow-y: auto;
    padding: 60px 0;
    position: fixed;
    right: 0;
    top: 0;
    transition: opacity 350ms ease, visibility 350ms ease;
    visibility: hidden;
    width: 100%;
    border-radius: 0;
    z-index: 100;
  }
  .is-open-menu .main-nav {
    opacity: 1;
    visibility: visible;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .main-nav.is-active {
    height: 100%;
  }
}
.main-nav .menu {
  display: flex;
  flex-flow: row wrap;
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
}
@media screen and (max-width: calc(1025px - 0.01px)) {
  .main-nav .menu {
    flex-direction: column;
    text-align: center;
    margin: 0;
    min-height: 100%;
    justify-content: center;
  }
}
.main-nav .menu .menu-item {
  margin: 0 25px;
  text-transform: uppercase;
}
@media screen and (max-width: calc(1025px - 0.01px)) {
  .main-nav .menu .menu-item {
    margin: 20px 0;
  }
}
.main-nav .menu .menu-item a {
  position: relative;
  font-size: 14px;
  font-weight: 400;
  color: var(--xtheme-header-text-color);
  padding: 5px 0;
  text-transform: capitalize;
}
.main-nav .menu .menu-item a:before {
  content: "";
  display: block;
  background-color: var(--xtheme-header-text-color);
  height: 1px;
  left: 0;
  right: 100%;
  bottom: 0;
  position: absolute;
  transition: all 0.2s linear;
}
.main-nav .menu .menu-item a:hover:before {
  right: 0;
}
.footer-credits .main-nav .menu .menu-item a {
  font-size: 10px;
}
.main-nav .menu .menu-item.current-menu-item > a:before, .main-nav .menu .menu-item.current_page_ancestor > a:before, .main-nav .menu .menu-item.current_page_parent > a:before {
  right: 0;
}
.main-nav .menu .menu-item-has-children {
  position: relative;
}
.main-nav .menu .menu-item-has-children > a {
  position: relative;
  padding-right: 20px;
}
.main-nav .menu .menu-item-has-children > a:after {
  content: "+";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: transform 0.2s linear;
}
.main-nav .menu .menu-item-has-children.open-submenu > a:after {
  transform: translateY(-50%) rotate(45deg);
}
@media screen and (min-width: 1025px) {
  .main-nav .sub-menu {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    min-width: 300px;
    background-color: var(--xtheme-header-color);
    left: 50%;
    transform: translateX(-50%);
    padding: 20px 10px;
    box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.2);
    top: calc(100% + 10px);
    transition: opacity 350ms ease, visibility 350ms ease;
  }
}
@media screen and (max-width: calc(1025px - 0.01px)) {
  .main-nav .sub-menu {
    display: none;
  }
}
.main-nav .sub-menu .menu-item {
  margin-bottom: 10px;
}
.main-nav .sub-menu .menu-item:last-child {
  margin-bottom: 0;
}
.main-nav .sub-menu .menu-item a {
  font-size: 16px;
}
@media screen and (min-width: 1025px) {
  .main-nav .open-submenu > .sub-menu {
    opacity: 1;
    visibility: visible;
  }
}
@media screen and (max-width: calc(1025px - 0.01px)) {
  .main-nav .open-submenu > .sub-menu {
    display: block;
  }
}

.middle-logo .main-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
@media screen and (max-width: calc(1025px - 0.01px)) {
  .middle-logo .main-nav {
    -webkit-overflow-scrolling: touch;
    background: white;
    color: var(--xtheme-header-text-color);
    height: 100%;
    left: 0;
    opacity: 0;
    overflow-y: auto;
    padding: 60px 0;
    position: fixed;
    right: 0;
    top: 0;
    transition: opacity 350ms ease, visibility 350ms ease;
    visibility: hidden;
    width: 100%;
    z-index: 100;
    flex-direction: column;
  }
  .is-open-menu .middle-logo .main-nav {
    opacity: 1;
    visibility: visible;
  }
  .middle-logo .main-nav.is-active {
    height: 100%;
  }
}
.middle-logo .main-nav .menu {
  display: flex;
  flex-flow: row wrap;
  list-style: none;
  margin: 0 -25px;
  padding: 0;
  width: 45%;
}
@media screen and (max-width: calc(1480px - 0.01px)) {
  .middle-logo .main-nav .menu {
    width: 40%;
  }
}
@media screen and (max-width: calc(1025px - 0.01px)) {
  .middle-logo .main-nav .menu {
    flex-direction: column;
    text-align: center;
    margin: 0;
    min-height: auto;
    justify-content: center;
  }
}
.middle-logo .main-nav .menu:first-of-type {
  justify-content: end;
}
.middle-logo .main-nav .menu .menu-item {
  margin: 0 25px;
}
@media screen and (max-width: calc(1025px - 0.01px)) {
  .middle-logo .main-nav .menu .menu-item {
    margin: 20px 0;
  }
}
.middle-logo .main-nav .menu .menu-item .sub-menu .menu-item {
  margin-bottom: 10px;
}
.middle-logo .main-nav .menu .menu-item .sub-menu .menu-item:last-child {
  margin-bottom: 0;
}

.custom-navigation {
  position: absolute;
  display: flex;
  right: 210px;
  bottom: -20%;
}
@media screen and (max-width: calc(1025px - 0.01px)) {
  .custom-navigation {
    left: 50%;
    right: auto;
    transform: translateX(-50%);
    bottom: -12%;
  }
}
@media screen and (max-width: calc(769px - 0.01px)) {
  .custom-navigation {
    bottom: -15%;
  }
}
@media screen and (max-width: calc(1025px - 0.01px)) {
  .reviews .custom-navigation {
    bottom: -20%;
  }
}
@media screen and (max-width: calc(769px - 0.01px)) {
  .reviews .custom-navigation {
    bottom: -30%;
  }
}
.custom-navigation button {
  background: none !important;
  background-color: transparent !important;
  padding: 0 !important;
  box-shadow: none !important;
  transform: none !important;
  margin: 0 15px;
  stroke: white;
}
.custom-navigation button:hover {
  stroke: #4DFF2B;
}

/*
/// ABSTRACTS ///
all Sass tools and helpers used across the project.
Every global variable, function, mixin and placeholder should be put in here.
 */
.grid {
  display: flex;
  flex-flow: row wrap;
  position: relative;
  margin: -20px;
  margin-bottom: calc(40px - 20px);
}
.grid:last-child {
  margin-bottom: -20px;
}
.grid.align-vertically {
  align-items: center;
}
.grid.align-horizontally {
  justify-content: center;
}
.grid.space-between {
  justify-content: space-around;
}
.grid.space-around {
  justify-content: space-around;
}
.grid.row-reverse {
  flex-direction: row-reverse;
}
.grid.no-space {
  margin: 0;
}
.grid.no-space [class^=grid-],
.grid.no-space [class*=" grid-"] {
  padding: 0;
}

[class^=grid-],
[class*=" grid-"] {
  padding: 20px;
}

.grid-xs-1 {
  width: calc(100% / (12 / 1));
}

.offset-xs-1 {
  margin-left: calc(100% / (12 / 1));
}

.grid-xs-2 {
  width: calc(100% / (12 / 2));
}

.offset-xs-2 {
  margin-left: calc(100% / (12 / 2));
}

.grid-xs-3 {
  width: calc(100% / (12 / 3));
}

.offset-xs-3 {
  margin-left: calc(100% / (12 / 3));
}

.grid-xs-4 {
  width: calc(100% / (12 / 4));
}

.offset-xs-4 {
  margin-left: calc(100% / (12 / 4));
}

.grid-xs-5 {
  width: calc(100% / (12 / 5));
}

.offset-xs-5 {
  margin-left: calc(100% / (12 / 5));
}

.grid-xs-6 {
  width: calc(100% / (12 / 6));
}

.offset-xs-6 {
  margin-left: calc(100% / (12 / 6));
}

.grid-xs-7 {
  width: calc(100% / (12 / 7));
}

.offset-xs-7 {
  margin-left: calc(100% / (12 / 7));
}

.grid-xs-8 {
  width: calc(100% / (12 / 8));
}

.offset-xs-8 {
  margin-left: calc(100% / (12 / 8));
}

.grid-xs-9 {
  width: calc(100% / (12 / 9));
}

.offset-xs-9 {
  margin-left: calc(100% / (12 / 9));
}

.grid-xs-10 {
  width: calc(100% / (12 / 10));
}

.offset-xs-10 {
  margin-left: calc(100% / (12 / 10));
}

.grid-xs-11 {
  width: calc(100% / (12 / 11));
}

.offset-xs-11 {
  margin-left: calc(100% / (12 / 11));
}

.grid-xs-12 {
  width: calc(100% / (12 / 12));
}

.offset-xs-12 {
  margin-left: calc(100% / (12 / 12));
}

@media screen and (min-width: 480px) {
  .grid-sm-1 {
    width: calc(100% / (12 / 1));
  }
  .offset-sm-1 {
    margin-left: calc(100% / (12 / 1));
  }
  .grid-sm-2 {
    width: calc(100% / (12 / 2));
  }
  .offset-sm-2 {
    margin-left: calc(100% / (12 / 2));
  }
  .grid-sm-3 {
    width: calc(100% / (12 / 3));
  }
  .offset-sm-3 {
    margin-left: calc(100% / (12 / 3));
  }
  .grid-sm-4 {
    width: calc(100% / (12 / 4));
  }
  .offset-sm-4 {
    margin-left: calc(100% / (12 / 4));
  }
  .grid-sm-5 {
    width: calc(100% / (12 / 5));
  }
  .offset-sm-5 {
    margin-left: calc(100% / (12 / 5));
  }
  .grid-sm-6 {
    width: calc(100% / (12 / 6));
  }
  .offset-sm-6 {
    margin-left: calc(100% / (12 / 6));
  }
  .grid-sm-7 {
    width: calc(100% / (12 / 7));
  }
  .offset-sm-7 {
    margin-left: calc(100% / (12 / 7));
  }
  .grid-sm-8 {
    width: calc(100% / (12 / 8));
  }
  .offset-sm-8 {
    margin-left: calc(100% / (12 / 8));
  }
  .grid-sm-9 {
    width: calc(100% / (12 / 9));
  }
  .offset-sm-9 {
    margin-left: calc(100% / (12 / 9));
  }
  .grid-sm-10 {
    width: calc(100% / (12 / 10));
  }
  .offset-sm-10 {
    margin-left: calc(100% / (12 / 10));
  }
  .grid-sm-11 {
    width: calc(100% / (12 / 11));
  }
  .offset-sm-11 {
    margin-left: calc(100% / (12 / 11));
  }
  .grid-sm-12 {
    width: calc(100% / (12 / 12));
  }
  .offset-sm-12 {
    margin-left: calc(100% / (12 / 12));
  }
}
@media screen and (min-width: 769px) {
  .grid-s-1 {
    width: calc(100% / (12 / 1));
  }
  .offset-s-1 {
    margin-left: calc(100% / (12 / 1));
  }
  .grid-s-2 {
    width: calc(100% / (12 / 2));
  }
  .offset-s-2 {
    margin-left: calc(100% / (12 / 2));
  }
  .grid-s-3 {
    width: calc(100% / (12 / 3));
  }
  .offset-s-3 {
    margin-left: calc(100% / (12 / 3));
  }
  .grid-s-4 {
    width: calc(100% / (12 / 4));
  }
  .offset-s-4 {
    margin-left: calc(100% / (12 / 4));
  }
  .grid-s-5 {
    width: calc(100% / (12 / 5));
  }
  .offset-s-5 {
    margin-left: calc(100% / (12 / 5));
  }
  .grid-s-6 {
    width: calc(100% / (12 / 6));
  }
  .offset-s-6 {
    margin-left: calc(100% / (12 / 6));
  }
  .grid-s-7 {
    width: calc(100% / (12 / 7));
  }
  .offset-s-7 {
    margin-left: calc(100% / (12 / 7));
  }
  .grid-s-8 {
    width: calc(100% / (12 / 8));
  }
  .offset-s-8 {
    margin-left: calc(100% / (12 / 8));
  }
  .grid-s-9 {
    width: calc(100% / (12 / 9));
  }
  .offset-s-9 {
    margin-left: calc(100% / (12 / 9));
  }
  .grid-s-10 {
    width: calc(100% / (12 / 10));
  }
  .offset-s-10 {
    margin-left: calc(100% / (12 / 10));
  }
  .grid-s-11 {
    width: calc(100% / (12 / 11));
  }
  .offset-s-11 {
    margin-left: calc(100% / (12 / 11));
  }
  .grid-s-12 {
    width: calc(100% / (12 / 12));
  }
  .offset-s-12 {
    margin-left: calc(100% / (12 / 12));
  }
}
@media screen and (min-width: 1025px) {
  .grid-m-1 {
    width: calc(100% / (12 / 1));
  }
  .offset-m-1 {
    margin-left: calc(100% / (12 / 1));
  }
  .grid-m-2 {
    width: calc(100% / (12 / 2));
  }
  .offset-m-2 {
    margin-left: calc(100% / (12 / 2));
  }
  .grid-m-3 {
    width: calc(100% / (12 / 3));
  }
  .offset-m-3 {
    margin-left: calc(100% / (12 / 3));
  }
  .grid-m-4 {
    width: calc(100% / (12 / 4));
  }
  .offset-m-4 {
    margin-left: calc(100% / (12 / 4));
  }
  .grid-m-5 {
    width: calc(100% / (12 / 5));
  }
  .offset-m-5 {
    margin-left: calc(100% / (12 / 5));
  }
  .grid-m-6 {
    width: calc(100% / (12 / 6));
  }
  .offset-m-6 {
    margin-left: calc(100% / (12 / 6));
  }
  .grid-m-7 {
    width: calc(100% / (12 / 7));
  }
  .offset-m-7 {
    margin-left: calc(100% / (12 / 7));
  }
  .grid-m-8 {
    width: calc(100% / (12 / 8));
  }
  .offset-m-8 {
    margin-left: calc(100% / (12 / 8));
  }
  .grid-m-9 {
    width: calc(100% / (12 / 9));
  }
  .offset-m-9 {
    margin-left: calc(100% / (12 / 9));
  }
  .grid-m-10 {
    width: calc(100% / (12 / 10));
  }
  .offset-m-10 {
    margin-left: calc(100% / (12 / 10));
  }
  .grid-m-11 {
    width: calc(100% / (12 / 11));
  }
  .offset-m-11 {
    margin-left: calc(100% / (12 / 11));
  }
  .grid-m-12 {
    width: calc(100% / (12 / 12));
  }
  .offset-m-12 {
    margin-left: calc(100% / (12 / 12));
  }
}
@media screen and (min-width: 1281px) {
  .grid-md-1 {
    width: calc(100% / (12 / 1));
  }
  .offset-md-1 {
    margin-left: calc(100% / (12 / 1));
  }
  .grid-md-2 {
    width: calc(100% / (12 / 2));
  }
  .offset-md-2 {
    margin-left: calc(100% / (12 / 2));
  }
  .grid-md-3 {
    width: calc(100% / (12 / 3));
  }
  .offset-md-3 {
    margin-left: calc(100% / (12 / 3));
  }
  .grid-md-4 {
    width: calc(100% / (12 / 4));
  }
  .offset-md-4 {
    margin-left: calc(100% / (12 / 4));
  }
  .grid-md-5 {
    width: calc(100% / (12 / 5));
  }
  .offset-md-5 {
    margin-left: calc(100% / (12 / 5));
  }
  .grid-md-6 {
    width: calc(100% / (12 / 6));
  }
  .offset-md-6 {
    margin-left: calc(100% / (12 / 6));
  }
  .grid-md-7 {
    width: calc(100% / (12 / 7));
  }
  .offset-md-7 {
    margin-left: calc(100% / (12 / 7));
  }
  .grid-md-8 {
    width: calc(100% / (12 / 8));
  }
  .offset-md-8 {
    margin-left: calc(100% / (12 / 8));
  }
  .grid-md-9 {
    width: calc(100% / (12 / 9));
  }
  .offset-md-9 {
    margin-left: calc(100% / (12 / 9));
  }
  .grid-md-10 {
    width: calc(100% / (12 / 10));
  }
  .offset-md-10 {
    margin-left: calc(100% / (12 / 10));
  }
  .grid-md-11 {
    width: calc(100% / (12 / 11));
  }
  .offset-md-11 {
    margin-left: calc(100% / (12 / 11));
  }
  .grid-md-12 {
    width: calc(100% / (12 / 12));
  }
  .offset-md-12 {
    margin-left: calc(100% / (12 / 12));
  }
}
@media screen and (min-width: 1480px) {
  .grid-1 {
    width: calc(100% / (12 / 1));
  }
  .offset-1 {
    margin-left: calc(100% / (12 / 1));
  }
  .grid-2 {
    width: calc(100% / (12 / 2));
  }
  .offset-2 {
    margin-left: calc(100% / (12 / 2));
  }
  .grid-3 {
    width: calc(100% / (12 / 3));
  }
  .offset-3 {
    margin-left: calc(100% / (12 / 3));
  }
  .grid-4 {
    width: calc(100% / (12 / 4));
  }
  .offset-4 {
    margin-left: calc(100% / (12 / 4));
  }
  .grid-5 {
    width: calc(100% / (12 / 5));
  }
  .offset-5 {
    margin-left: calc(100% / (12 / 5));
  }
  .grid-6 {
    width: calc(100% / (12 / 6));
  }
  .offset-6 {
    margin-left: calc(100% / (12 / 6));
  }
  .grid-7 {
    width: calc(100% / (12 / 7));
  }
  .offset-7 {
    margin-left: calc(100% / (12 / 7));
  }
  .grid-8 {
    width: calc(100% / (12 / 8));
  }
  .offset-8 {
    margin-left: calc(100% / (12 / 8));
  }
  .grid-9 {
    width: calc(100% / (12 / 9));
  }
  .offset-9 {
    margin-left: calc(100% / (12 / 9));
  }
  .grid-10 {
    width: calc(100% / (12 / 10));
  }
  .offset-10 {
    margin-left: calc(100% / (12 / 10));
  }
  .grid-11 {
    width: calc(100% / (12 / 11));
  }
  .offset-11 {
    margin-left: calc(100% / (12 / 11));
  }
  .grid-12 {
    width: calc(100% / (12 / 12));
  }
  .offset-12 {
    margin-left: calc(100% / (12 / 12));
  }
}
/*
/// ABSTRACTS ///
all Sass tools and helpers used across the project.
Every global variable, function, mixin and placeholder should be put in here.
 */
/*
/// BASE ///
The boilerplate code for the project. In there, you might find some typographic
rules, and probably a stylesheet defining some standard styles for commonly
used HTML elements.
*/
::-webkit-input-placeholder {
  color: #ffffff;
  opacity: 0.7;
}

:-moz-placeholder {
  color: #ffffff;
  opacity: 0.7;
}

::-moz-placeholder {
  color: #ffffff;
  opacity: 0.7;
}

:-ms-input-placeholder {
  color: #ffffff;
  opacity: 0.7;
}

input[type=text],
input[type=file],
input[type=password],
input[type=date],
input[type=datetime],
input[type=datetime-local],
input[type=month],
input[type=week],
input[type=email],
input[type=number],
input[type=search],
input[type=tel],
input[type=time],
input[type=url],
textarea,
select {
  -webkit-appearance: none;
  color: white !important;
  font-size: 16px !important;
  font-family: "Poppins", serif !important;
  line-height: 1.5 !important;
  outline: none !important;
  border-radius: 20px !important;
  border: 1px solid rgba(86, 239, 70, 0.4) !important;
  background: rgba(255, 255, 255, 0.14) !important;
  display: inline-block;
  width: 100% !important;
  padding: 20px 30px !important;
  margin-bottom: 30px !important;
}
input[type=text]:focus,
input[type=file]:focus,
input[type=password]:focus,
input[type=date]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=email]:focus,
input[type=number]:focus,
input[type=search]:focus,
input[type=tel]:focus,
input[type=time]:focus,
input[type=url]:focus,
textarea:focus,
select:focus {
  border-color: #fff;
  outline: none;
}
input[type=text][readonly],
input[type=file][readonly],
input[type=password][readonly],
input[type=date][readonly],
input[type=datetime][readonly],
input[type=datetime-local][readonly],
input[type=month][readonly],
input[type=week][readonly],
input[type=email][readonly],
input[type=number][readonly],
input[type=search][readonly],
input[type=tel][readonly],
input[type=time][readonly],
input[type=url][readonly],
textarea[readonly],
select[readonly] {
  opacity: 0.4;
  pointer-events: none;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: white !important;
  line-height: 20px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 17px !important;
  right: 10px !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #fff transparent transparent transparent;
}

.select2-container--default .select2-selection--single {
  height: 60px;
  border: 1px solid rgba(86, 239, 70, 0.4) !important;
  border-radius: 20px !important;
  background: #33302f !important;
  padding: 20px 30px !important;
  color: white !important;
  margin-bottom: 35px;
}

.select2-dropdown {
  background: #33302f !important;
  border: 1px solid rgba(86, 239, 70, 0.4) !important;
  border-radius: 20px !important;
}

.select2-search--dropdown .select2-search__field {
  display: none !important;
}

.select2-container--default .select2-results__option--highlighted[aria-selected],
.select2-container--default .select2-results__option--highlighted[data-selected] {
  background: #33302f !important;
  color: #fff;
}

.select2-results__option[aria-selected],
.select2-results__option[data-selected] {
  background-color: transparent;
  border-radius: 10px !important;
}

.wc-blocks-components-select__select {
  border-radius: 20px !important;
  border: 1px solid rgba(86, 239, 70, 0.4) !important;
  background: #33302f !important;
  padding: 15px 30px !important;
  font-size: 14px !important;
}

.select2-container--default .select2-results__option[aria-selected=true],
.select2-container--default .select2-results__option[data-selected=true] {
  background-color: #56EF46 !important;
}

.wc-block-components-checkout-return-to-cart-button, .wc-blocks-components-select__container label {
  display: none !important;
}

.gfield_label {
  display: none;
}

textarea {
  resize: none;
  font-size: 16px !important;
}

.gform_wrapper .gfield--type-consent {
  padding: 0;
  border: 0;
}
.gform_wrapper .gfield--type-consent .ginput_container {
  display: flex;
  align-items: flex-start;
}
.gform_wrapper .gfield--type-consent .ginput_container label {
  font-size: 16px;
  line-height: 16px;
  font-weight: 400;
  margin-left: 10px;
}
.gform_wrapper .gform-footer {
  margin-top: 30px;
  text-align: right;
}

.gform-body .gfield_radio {
  margin-bottom: 20px;
}
.gform-body .gfield_radio .gchoice {
  display: flex;
}
.gform-body .gfield_radio .gchoice label {
  margin: 0 0 0 10px;
}

.wpcf7 .screen-reader-response {
  display: none !important;
}
.wpcf7 br {
  display: none;
}
.wpcf7 .wpcf7-not-valid-tip {
  display: block;
}
.wpcf7 .wpcf7-validation-errors {
  color: #b60005;
}
.wpcf7 .wpcf7-form-control-wrap {
  position: relative;
  display: block;
}
.wpcf7 .wpcf7-form-control-wrap .wpcf7-not-valid-tip {
  position: absolute;
  bottom: 5px;
  left: 30px;
}
.wpcf7 .wpcf7-form-control-wrap .wpcf7-form-control.wpcf7-radio {
  display: flex;
  flex-flow: row wrap;
  margin-top: 20px;
}
.wpcf7 .wpcf7-form-control-wrap .wpcf7-form-control.wpcf7-radio .wpcf7-list-item {
  width: 50%;
}
.wpcf7 .wpcf7-form-control-wrap .wpcf7-file {
  position: relative;
  visibility: hidden;
}
.wpcf7 .wpcf7-form-control-wrap .wpcf7-file:before {
  line-height: 1;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "ThemeIcons";
  visibility: visible;
  cursor: pointer;
  opacity: 0.7;
}
.wpcf7 .wpcf7-form-control-wrap .wpcf7-file:after {
  position: absolute;
  content: "Upload CV";
  visibility: visible;
  color: white;
  left: 40px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 16px;
  opacity: 0.7;
  cursor: pointer;
}
.wpcf7 .wpcf7-form-control-wrap[data-name=attach-cv] .wpcf7-not-valid-tip {
  bottom: -50px;
}
.wpcf7 .age-group-wrap {
  display: block;
  border-radius: 20px;
  border: 1px solid rgba(86, 239, 70, 0.4);
  background: rgba(255, 255, 255, 0.14);
  padding: 20px;
}
.wpcf7 .age-group-wrap input[type=radio] {
  margin-right: 10px;
}
.wpcf7 .age-group-wrap .wpcf7-list-item-label {
  font-size: 16px;
  font-weight: 400;
  opacity: 0.7;
}
.wpcf7 ::-webkit-calendar-picker-indicator {
  filter: invert(1);
  opacity: 0.6;
}
.wpcf7 .button-wrap {
  text-align: center;
}

form .gdpr label {
  display: flex;
  font-weight: 400;
  font-size: 14px;
}
form .gdpr label input {
  margin-right: 10px;
  margin-top: 2px;
}
form .gdpr label a {
  text-decoration: underline;
}
form label {
  display: block;
  margin-bottom: 5px;
  font-weight: 700;
}

.gform_wrapper form .gfield .gfield_validation_message {
  font-size: 12px;
  padding: 0 !important;
  border: none;
  background-color: transparent;
}
.gform_wrapper form .gfield_error label, .gform_wrapper form .gfield_error legend {
  color: inherit;
}
.gform_wrapper form .gfield-choice-input + label {
  font-weight: normal;
}
.gform_wrapper form .ui-datepicker-trigger {
  display: none;
}
.gform_wrapper .gform_required_legend, .gform_wrapper .gform_validation_errors {
  display: none;
}
.admin-bar-search {
  display: none !important;
}

#child-form-container {
  display: none;
  margin-top: 10px;
  margin-bottom: 30px;
}
#child-form-container form {
  margin-top: 50px;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  margin-left: -10px;
  margin-right: -10px;
}
#child-form-container form ::-webkit-calendar-picker-indicator {
  filter: invert(1);
  opacity: 0.6;
}
#child-form-container form .form-field-wrapper {
  width: 50%;
  padding: 10px;
}
@media screen and (max-width: calc(769px - 0.01px)) {
  #child-form-container form .form-field-wrapper {
    width: 100%;
  }
}
#child-form-container form .form-field-wrapper.full-width {
  width: 100%;
}
#child-form-container form .form-field-wrapper .field-value-holder {
  width: 100px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 50px;
  overflow: hidden;
  margin-top: 5px;
  margin-bottom: 7px;
}
#child-form-container form .form-field-wrapper .field-value-holder img {
  max-height: 100%;
  width: auto;
}
#child-form-container form label {
  font-size: 12px;
  font-weight: normal;
  padding-left: 15px;
}
#child-form-container form label .required {
  color: #a00;
  font-weight: 700;
  border: 0 !important;
  text-decoration: none;
}

div:where(.swal2-container) button:where(.swal2-styled):where(.swal2-confirm) {
  background-color: var(--swal2-confirm-button-background-color) !important;
  color: #fff !important;
  --shadow:none!important;
  --shadow-hover: none!important;
}

div:where(.swal2-icon).swal2-question {
  border-color: #56EF46 !important;
  color: #56EF46 !important;
}

.swal2-popup.swal2-modal {
  background: #110E0D !important;
}
.swal2-popup.swal2-modal .swal2-title {
  color: #fff !important;
}

/*
/// ABSTRACTS ///
all Sass tools and helpers used across the project.
Every global variable, function, mixin and placeholder should be put in here.
 */
table {
  text-align: left;
  width: 100%;
  margin-bottom: 40px;
}
table:last-child {
  margin-bottom: 0;
}
table th,
table td {
  padding: 10px;
  border-bottom: 1px solid #ddd;
}

/*
/// ABSTRACTS ///
all Sass tools and helpers used across the project.
Every global variable, function, mixin and placeholder should be put in here.
 */
/*
/// BASE ///
The boilerplate code for the project. In there, you might find some typographic
rules, and probably a stylesheet defining some standard styles for commonly
used HTML elements.
*/
.slideshow {
  position: relative;
}
.slideshow .slideshow-title {
  text-align: center;
  text-transform: uppercase;
  font-family: "Kanit", serif;
  font-size: 160px;
  font-weight: 600;
  line-height: 160px;
  background: linear-gradient(90deg, #110E0D 0%, rgba(117, 226, 106, 0.5) 49.5%, #110E0D 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  mix-blend-mode: color-dodge;
}
@media screen and (max-width: calc(1480px - 0.01px)) {
  .slideshow .slideshow-title {
    font-size: 125px;
    line-height: 110px;
  }
}
@media screen and (max-width: calc(1025px - 0.01px)) {
  .slideshow .slideshow-title {
    font-size: 100px;
    line-height: 90px;
  }
}
@media screen and (max-width: calc(769px - 0.01px)) {
  .slideshow .slideshow-title {
    font-size: 70px;
    line-height: 74px;
  }
}
@media screen and (max-width: calc(480px - 0.01px)) {
  .slideshow .slideshow-title {
    font-size: 44px;
    line-height: 48px;
  }
}
.single-product .slideshow .slideshow-title {
  display: none;
}
.slideshow.flickity-resize .slideshow-slide {
  height: 100%;
  transition: none !important;
}
.slideshow .flickity-viewport {
  width: 100%;
}
.slideshow .flickity-button {
  background-color: transparent;
  padding: 0;
  color: white;
  box-shadow: none;
}
.slideshow .slideshow-slide:not([class^=grid-]) {
  width: 100%;
}
.slideshow.reviews-slider .flickity-slider {
  display: flex;
  align-items: center;
}
.slideshow.reviews-slider .flickity-slider .slideshow-slide {
  width: calc(33.3333333333% - 29px);
  height: auto;
  min-height: 400px;
  border-radius: 20px;
  border: 1px solid rgba(86, 239, 70, 0.4);
  background: rgba(255, 255, 255, 0.14);
  backdrop-filter: blur(10.9499998093px);
  margin: 0 15px;
  padding: 50px 40px;
}
@media screen and (max-width: calc(1025px - 0.01px)) {
  .slideshow.reviews-slider .flickity-slider .slideshow-slide {
    width: calc(50% - 30px);
    min-height: auto !important;
  }
}
@media screen and (max-width: calc(769px - 0.01px)) {
  .slideshow.reviews-slider .flickity-slider .slideshow-slide {
    width: 100%;
  }
  .slideshow.reviews-slider .flickity-slider .slideshow-slide:nth-child(3n+2) {
    min-height: auto;
  }
}
.slideshow.reviews-slider .flickity-slider .slideshow-slide:nth-child(3n+2) {
  min-height: 510px;
}
.slideshow.reviews-slider .flickity-slider .slideshow-slide .title {
  font-size: 24px;
  margin-bottom: 15px;
  font-family: "Kanit", serif;
}
.slideshow.reviews-slider .flickity-slider .slideshow-slide .content {
  font-size: 16px;
}
.slideshow.main-slideshow .slideshow-slide {
  height: 100vh;
  min-height: 600px;
  display: flex;
  padding: 80px 0;
}
@media screen and (max-width: calc(769px - 0.01px)) {
  .slideshow.main-slideshow .slideshow-slide {
    padding: calc(80px / 2) 0;
    min-height: 700px;
    height: 100%;
  }
}
.slideshow.main-slideshow .slideshow-slide .centering {
  position: relative;
}
.slideshow.main-slideshow .slideshow-slide .slide-content {
  position: absolute;
  left: 0;
  top: 90%;
  transform: translateY(-90%);
  z-index: 1;
}
@media screen and (max-width: calc(769px - 0.01px)) {
  .slideshow.main-slideshow .slideshow-slide .slide-content {
    width: 100%;
    margin: 0 auto;
  }
}
.slideshow.main-slideshow .slideshow-slide .slide-content .slide-title,
.slideshow.main-slideshow .slideshow-slide .slide-content .slide-text,
.slideshow.main-slideshow .slideshow-slide .slide-content .slide-actions {
  margin-bottom: 40px;
}
@media screen and (max-width: calc(769px - 0.01px)) {
  .slideshow.main-slideshow .slideshow-slide .slide-content .slide-title,
  .slideshow.main-slideshow .slideshow-slide .slide-content .slide-text,
  .slideshow.main-slideshow .slideshow-slide .slide-content .slide-actions {
    margin-bottom: calc(40px / 2);
  }
}
.slideshow.main-slideshow .slideshow-slide .slide-content .slide-title:last-child,
.slideshow.main-slideshow .slideshow-slide .slide-content .slide-text:last-child,
.slideshow.main-slideshow .slideshow-slide .slide-content .slide-actions:last-child {
  margin-bottom: 0;
}
.slideshow.main-slideshow .slideshow-slide .slide-content .slide-title {
  max-width: 520px;
  font-size: 3.125em;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 30px;
}
@media screen and (max-width: calc(769px - 0.01px)) {
  .slideshow.main-slideshow .slideshow-slide .slide-content .slide-title {
    max-width: 100%;
    text-align: center;
    font-size: 2.125em;
  }
}
@media screen and (max-width: calc(769px - 0.01px)) {
  .slideshow.main-slideshow .slideshow-slide .slide-content .slide-actions {
    display: flex;
    justify-content: center;
  }
}
.slideshow.main-slideshow .slideshow-slide .slide-content .button {
  position: relative;
  width: 210px !important;
  display: flex !important;
  align-items: center !important;
  font-size: 16px !important;
  line-height: 16px;
  text-transform: uppercase !important;
  text-align: center !important;
  padding: 18px 10px 18px 15px !important;
}
.slideshow.main-slideshow .slideshow-slide .slide-content .button:before {
  line-height: 1;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "ThemeIcons";
  color: #1E1715;
  font-weight: bold !important;
  font-size: 12px;
  line-height: 12px;
  margin-left: 10px;
}
.slideshow.banner .slideshow-content {
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.slideshow.image-slideshow .slideshow-slide {
  height: 600px;
}
@media screen and (max-width: calc(1025px - 0.01px)) {
  .slideshow.image-slideshow .slideshow-slide {
    height: 300px;
  }
}
@media screen and (max-width: calc(769px - 0.01px)) {
  .slideshow.image-slideshow .slideshow-slide {
    height: 275px;
  }
}
@media screen and (max-width: calc(480px - 0.01px)) {
  .slideshow.image-slideshow .slideshow-slide {
    height: 165px;
  }
}
.slideshow.image-slideshow .slideshow-slide img {
  display: block;
  object-fit: contain;
  object-position: top;
}
.slideshow.image-slideshow-alt {
  padding: 0 40px;
  height: 500px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: auto;
}
@media screen and (max-width: calc(1281px - 0.01px)) {
  .slideshow.image-slideshow-alt {
    height: 400px;
  }
}
@media screen and (max-width: calc(1025px - 0.01px)) {
  .slideshow.image-slideshow-alt {
    height: 300px;
  }
}
@media screen and (max-width: calc(769px - 0.01px)) {
  .slideshow.image-slideshow-alt {
    height: 200px;
  }
}
@media screen and (max-width: calc(480px - 0.01px)) {
  .slideshow.image-slideshow-alt {
    height: 165px;
  }
}
.slideshow.image-slideshow-alt .slideshow-slide {
  height: 500px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: auto;
  width: 50%;
}
.slideshow.image-slideshow-alt .slideshow-slide img {
  object-position: top;
}
@media screen and (max-width: calc(1281px - 0.01px)) {
  .slideshow.image-slideshow-alt .slideshow-slide {
    height: 400px;
    width: 65%;
  }
}
@media screen and (max-width: calc(1025px - 0.01px)) {
  .slideshow.image-slideshow-alt .slideshow-slide {
    height: 300px;
  }
}
@media screen and (max-width: calc(769px - 0.01px)) {
  .slideshow.image-slideshow-alt .slideshow-slide {
    height: 200px;
    width: 100%;
  }
}
.slideshow.image-slideshow-alt .slideshow-slide.is-selected .slide-inner {
  padding-bottom: 65%;
}
.slideshow.image-slideshow-alt .slideshow-slide .slide-inner {
  height: 0;
  padding-bottom: 48%;
  transition: all 300ms linear;
}
.slideshow.logos-slideshow {
  margin: -20px;
}
@media screen and (min-width: 1025px) {
  .slideshow.logos-slideshow {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
  }
}
@media screen and (max-width: calc(769px - 0.01px)) {
  .slideshow.logos-slideshow {
    margin: -10px;
  }
}
.slideshow.logos-slideshow .slideshow-slide {
  width: 16.6666666667%;
  padding: 20px;
}
@media screen and (max-width: calc(1025px - 0.01px)) {
  .slideshow.logos-slideshow .slideshow-slide {
    width: 25%;
  }
}
@media screen and (max-width: calc(769px - 0.01px)) {
  .slideshow.logos-slideshow .slideshow-slide {
    width: 45%;
    padding: 10px;
  }
}
.slideshow.logos-slideshow .slideshow-slide .slide-image {
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.slideshow.logos-slideshow .slideshow-slide .slide-image img {
  display: block;
  max-height: 100%;
  width: auto;
}
.slideshow.mobile-slideshow.flickity-enabled {
  display: block;
}
.slideshow.mobile-slideshow:after {
  content: "";
  display: none;
}
@media screen and (max-width: calc(1025px - 0.01px)) {
  .slideshow.mobile-slideshow:after {
    content: "flickity";
    display: none;
  }
}

/*
/// ABSTRACTS ///
all Sass tools and helpers used across the project.
Every global variable, function, mixin and placeholder should be put in here.
 */
.section {
  margin-bottom: 100px;
  position: relative;
  color: var(--color-text);
}
@media screen and (max-width: calc(769px - 0.01px)) {
  .section {
    margin-bottom: calc(100px / 2);
  }
}
.section.children-grid {
  margin: 25px 0 50px;
  padding-top: 0 !important;
}
.section.children-grid .title {
  text-align: left;
  padding: 0 0 10px;
  border-bottom: 1px solid #56EF46;
}
.section.simple-text .section-title {
  position: relative;
  text-transform: uppercase;
  text-align: left;
  font-size: 4.8em;
}
@media screen and (max-width: calc(769px - 0.01px)) {
  .section.simple-text .section-title {
    font-size: 2.8em;
  }
}
.section.simple-text .section-title span {
  color: #56EF46;
}
.section.small-margin {
  margin-bottom: calc(100px / 2);
}
@media screen and (max-width: calc(1281px - 0.01px)) {
  .section.small-margin {
    margin-bottom: calc(100px / 4);
  }
}
.section.hire .scaled-image {
  padding-bottom: 65%;
  margin-bottom: 70px;
}
.section.hire .scaled-image img {
  object-fit: contain;
}
.section.hire .scaled-image .title {
  position: relative;
  font-family: "Kanit", serif;
  font-size: 4.8em;
  line-height: 1.2em;
  font-weight: 400;
  text-transform: uppercase;
  z-index: 10;
}
@media screen and (max-width: calc(1025px - 0.01px)) {
  .section.hire .scaled-image .title {
    font-size: 2.8em;
  }
}
.section.hire .scaled-image .title span {
  color: #56EF46;
}
.section.hire .scaled-image .description {
  position: relative;
  font-size: 20px;
  font-weight: 400;
  z-index: 10;
}
@media screen and (max-width: calc(1025px - 0.01px)) {
  .section.hire .scaled-image .description {
    font-size: 16px;
  }
}
.section.hire .wpcf7-form .wpcf7-list-item-label {
  font-size: 14px;
  font-weight: 400;
  opacity: 0.7;
}
.section.hire .wpcf7-form input[type=checkbox] {
  margin-right: 10px;
}
.section.hire .wpcf7-form .button-wrap {
  text-align: center;
}
.section.simple-form {
  position: relative;
}
.section.simple-form:before {
  position: absolute;
  width: 350px;
  height: 350px;
  content: "";
  display: block;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 482.161px;
  opacity: 0.87;
  background: linear-gradient(90deg, #55EF46 0%, #FF9500 100%);
  filter: blur(160.8999938965px);
}
.section.contact-us [class^=grid-],
.section.contact-us [class*=" grid-"] {
  padding: 0px 50px;
}
@media screen and (max-width: calc(1025px - 0.01px)) {
  .section.contact-us [class^=grid-],
  .section.contact-us [class*=" grid-"] {
    padding: 20px;
  }
}
.section.contact-us .title {
  position: relative;
  color: #FFF;
  font-family: "Kanit", serif;
  font-size: 96px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 25px;
}
@media screen and (max-width: calc(1281px - 0.01px)) {
  .section.contact-us .title {
    font-size: 46px;
  }
}
.section.contact-us .form-wrap {
  position: relative;
}
.section.contact-us .form-wrap:before {
  position: absolute;
  width: 350px;
  height: 350px;
  content: "";
  display: block;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 482.161px;
  opacity: 0.87;
  background: linear-gradient(90deg, #55EF46 0%, #FF9500 100%);
  filter: blur(160.8999938965px);
}
.section.contact-us .form-wrap:after {
  position: absolute;
  content: "";
  width: 1px;
  height: 100%;
  top: 0;
  right: 0;
  background-color: #56EF46;
}
@media screen and (max-width: calc(1025px - 0.01px)) {
  .section.contact-us .form-wrap:after {
    display: none;
  }
}
.section.contact-us .info-item {
  position: relative;
  font-size: 20px;
  font-style: normal;
  padding-bottom: 35px;
  margin-bottom: 35px;
}
.section.contact-us .info-item:after {
  position: absolute;
  content: "";
  display: block;
  width: 50px;
  height: 1px;
  bottom: 0;
  left: 0;
  background-color: #56EF46;
}
.section.contact-us .info-item .info-title {
  color: #FFF;
  font-family: "Kanit", serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 500;
  text-transform: uppercase;
}
.section.contact-us .info-item .info-title span {
  color: #56EF46;
  font-weight: 300;
}
.section.timetable {
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: calc(769px - 0.01px)) {
  .section.timetable:before {
    width: 250px !important;
    height: 250px !important;
  }
}
.section.timetable:before {
  position: absolute;
  width: 450px;
  height: 450px;
  content: "";
  display: block;
  top: 50%;
  right: -5%;
  transform: translateY(-50%);
  border-radius: 482.161px;
  opacity: 0.87;
  background: linear-gradient(90deg, #55EF46 0%, #FF9500 100%);
  filter: blur(160.8999938965px);
}
.section.timetable .timetable-item {
  border-radius: 20px;
  border: 1px solid rgba(86, 239, 70, 0.4);
  background: rgba(255, 255, 255, 0.14);
  backdrop-filter: blur(10.9499998093px);
  padding: 35px;
  margin-bottom: 50px;
}
.section.timetable .timetable-item .border-right {
  position: relative;
}
.section.timetable .timetable-item .border-right:after {
  position: absolute;
  display: block;
  content: "";
  width: 1px;
  height: 100%;
  top: 0;
  right: 10px;
  background-color: #56EF46;
}
@media screen and (max-width: calc(1025px - 0.01px)) {
  .section.timetable .timetable-item .border-right:after {
    display: none;
  }
}
.section.timetable .timetable-item .recurrence, .section.timetable .timetable-item .time {
  color: #FFF;
  font-family: "Kanit", serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 275;
  text-transform: uppercase;
  text-align: center;
  line-height: 40px;
}
.section.timetable .timetable-item .recurrence {
  color: #56EF46;
}
.section.timetable .timetable-item .location, .section.timetable .timetable-item .description {
  color: #FFF;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  margin-top: 25px;
}
.section.timetable .timetable-item .title {
  color: #4DFF2B;
  font-family: "Kanit", serif;
  font-size: 40px;
  line-height: 40px;
  font-style: normal;
  font-weight: 400;
  text-transform: uppercase;
}
@media screen and (max-width: calc(769px - 0.01px)) {
  .section.timetable .timetable-item .title {
    font-size: 30px;
    line-height: 34px;
  }
}
.section.timetable .timetable-item .description {
  text-align: left;
}
.section.reviews {
  position: relative;
  margin: 150px 0;
}
@media screen and (max-width: calc(769px - 0.01px)) {
  .section.reviews {
    margin: 50px 0 200px;
  }
}
.section.reviews .section-title {
  position: relative;
  font-weight: 400;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 100px;
  font-size: 4.8em;
}
@media screen and (max-width: calc(769px - 0.01px)) {
  .section.reviews .section-title {
    font-size: 2.8em;
    margin-bottom: 50px;
  }
}
@media screen and (max-width: calc(769px - 0.01px)) {
  .section.reviews:before {
    width: 250px !important;
    height: 250px !important;
  }
}
.section.reviews:before {
  position: absolute;
  width: 450px;
  height: 450px;
  content: "";
  display: block;
  top: 150px;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 482.161px;
  opacity: 0.87;
  background: linear-gradient(90deg, #55EF46 0%, #FF9500 100%);
  filter: blur(160.8999938965px);
}
.section.price-list .section-title, .section.price-list .section-subtitle {
  position: relative;
  text-transform: uppercase;
  margin: 0;
  font-size: 4.8em;
}
@media screen and (max-width: calc(769px - 0.01px)) {
  .section.price-list .section-title, .section.price-list .section-subtitle {
    font-size: 2.8em;
  }
}
.section.price-list .section-title span, .section.price-list .section-subtitle span {
  color: #56EF46;
}
@media screen and (max-width: calc(769px - 0.01px)) {
  .section.price-list .section-title, .section.price-list .section-subtitle {
    text-align: center;
  }
}
.section.price-list .section-subtitle {
  text-align: right;
  margin-bottom: 45px;
}
@media screen and (max-width: calc(769px - 0.01px)) {
  .section.price-list .section-subtitle {
    text-align: center;
  }
}
.section.price-list .content {
  font-size: 20px;
}
.section.price-list .title {
  font-size: 24px;
  color: #56EF46;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 20px;
  text-align: center;
}
.section.price-list .donation-item {
  text-align: center;
}
.section.price-list .donation-item .donation-button {
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  padding: 5px 15px;
  border: 1px solid white;
  border-radius: 25px;
  transition: all 0.3s linear;
  display: block;
}
.section.price-list .donation-item .donation-button:hover {
  border: 1px solid #56EF46;
}
.section.partners .section-intro {
  margin-bottom: 75px;
}
.section.partners .section-intro .section-title {
  position: relative;
  color: #FFF;
  font-size: 4em;
}
@media screen and (max-width: calc(769px - 0.01px)) {
  .section.partners .section-intro .section-title {
    font-size: 2.8em;
    text-align: center;
  }
}
.section.partners .slideshow-slide {
  text-align: center;
}
.section.partners .slide-image {
  text-align: center;
}
.section.partners .slide-image img {
  width: auto;
}
.section.gallery {
  margin: 0;
}
.section.gallery .centering {
  position: relative;
}
@media screen and (max-width: calc(769px - 0.01px)) {
  .section.gallery .centering:before {
    width: 250px !important;
    height: 250px !important;
  }
}
.section.gallery .centering:before {
  position: absolute;
  width: 450px;
  height: 450px;
  content: "";
  display: block;
  top: 0;
  left: 0;
  border-radius: 482.161px;
  opacity: 0.87;
  background: linear-gradient(90deg, #55EF46 0%, #FF9500 100%);
  filter: blur(160.8999938965px);
}
.section.gallery:first-of-type:not(.has-bg) {
  padding-top: 0;
}
.section.gallery .gallery-title {
  position: relative;
  display: block;
  color: #FFF;
  font-family: "Kanit", serif;
  font-size: 96px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
  padding: 50px 0;
}
@media screen and (max-width: calc(769px - 0.01px)) {
  .section.gallery .gallery-title {
    font-size: 46px;
  }
}
.section.packages {
  position: relative;
  margin: 100px 0;
}
.home .section.packages {
  margin: 0 0 150px;
}
@media screen and (max-width: calc(1025px - 0.01px)) {
  .home .section.packages {
    margin: 0 0 150px;
  }
}
.home .section.packages.no-margin {
  margin: 0 0 50px;
}
.section.packages.no-margin {
  margin: 0 0 50px;
}
.woocommerce-checkout .section.packages {
  margin: 0 0 50px;
  padding: 0 !important;
}
.woocommerce-checkout .section.packages:before {
  display: none;
}
@media screen and (max-width: calc(1025px - 0.01px)) {
  .section.packages {
    margin: 50px 0 150px;
  }
}
.home .section.packages {
  margin-bottom: 250px;
}
.section.packages .custom-navigation {
  display: none;
}
@media screen and (max-width: calc(1025px - 0.01px)) {
  .section.packages .custom-navigation {
    display: flex;
  }
}
@media screen and (max-width: calc(769px - 0.01px)) {
  .section.packages {
    margin-bottom: 100px;
  }
  .section.packages:before {
    width: 250px !important;
    height: 250px !important;
  }
}
.section.packages:before {
  position: absolute;
  width: 450px;
  height: 450px;
  content: "";
  display: block;
  top: 0;
  left: 0;
  border-radius: 482.161px;
  opacity: 0.87;
  background: linear-gradient(90deg, #55EF46 0%, #FF9500 100%);
  filter: blur(160.8999938965px);
}
.section.packages .section-title {
  position: relative;
  text-transform: uppercase;
  text-align: center;
  font-size: 4.8em;
  margin-bottom: 0;
}
@media screen and (max-width: calc(769px - 0.01px)) {
  .section.packages .section-title {
    font-size: 2.8em;
  }
}
.section.packages .section-title span {
  color: #4DFF2B;
}
.section.packages .section-subtitle {
  margin-bottom: 40px;
  text-align: center;
}
.section.packages .scaled-image {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.section.packages .scaled-image img {
  object-fit: contain;
}
.section.packages .slideshow:after {
  content: "";
}
@media screen and (max-width: calc(1025px - 0.01px)) {
  .section.packages .slideshow:after {
    content: "flickity";
    display: none;
  }
}
.section.cta {
  width: 100%;
  height: 70vh;
  padding: 0 80px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: calc(1025px - 0.01px)) {
  .section.cta {
    min-height: 40vh;
    height: auto;
  }
}
@media screen and (max-width: calc(769px - 0.01px)) {
  .section.cta {
    padding: 0 40px;
    background-size: cover;
  }
}
.section.cta .section-title {
  position: relative;
  font-size: 96px;
  text-transform: uppercase;
  text-align: center;
}
@media screen and (max-width: calc(1025px - 0.01px)) {
  .section.cta .section-title {
    font-size: 46px;
  }
}
@media screen and (max-width: calc(480px - 0.01px)) {
  .section.cta .section-title {
    font-size: 32px;
  }
}
.section.cta .section-description {
  font-size: 20px;
  font-weight: 400;
  text-align: right;
}
@media screen and (max-width: calc(769px - 0.01px)) {
  .section.cta .section-description {
    text-align: center;
  }
}
.section.cta.fit-container {
  margin-left: auto;
  margin-right: auto;
  max-width: calc(1320px - 80px);
  padding: 0;
}
.section.cta .section-actions {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: calc(769px - 0.01px)) {
  .section.cta .section-actions {
    flex-flow: column;
    align-items: center;
  }
}
.section.cta .section-actions .button {
  min-width: 220px;
  margin: 0 35px;
  padding: 15px 20px;
}
@media screen and (max-width: calc(1025px - 0.01px)) {
  .section.cta .section-actions .button {
    margin: 15px 0;
  }
}
@media screen and (max-width: calc(769px - 0.01px)) {
  .section.cta .section-actions .button {
    min-width: auto;
  }
}
.section.cta .section-actions .button div {
  justify-content: center;
}
.section:first-of-type:not(.has-bg) {
  padding-top: 100px;
}
@media screen and (max-width: calc(769px - 0.01px)) {
  .section:first-of-type:not(.has-bg) {
    padding-top: calc(100px / 2);
  }
}
.section:last-child.has-bg {
  margin-bottom: 0;
}
.section.has-bg {
  padding: 80px 0;
}
@media screen and (max-width: calc(769px - 0.01px)) {
  .section.has-bg {
    padding: calc(80px / 2) 0;
  }
}
.section.has-bg:last-child {
  margin-bottom: 0;
}
.section.has-bg + .has-bg, .section.has-bg + .fullwidth-banner {
  margin-top: -100px;
}
@media screen and (max-width: calc(769px - 0.01px)) {
  .section.has-bg + .has-bg, .section.has-bg + .fullwidth-banner {
    margin-top: calc(-100px / 2);
  }
}
.section.has-bg .button {
  background-color: var(--color-text);
  border-color: var(--color-text);
  color: var(--custom-bg-color);
}
.section.has-bg .button:hover {
  background-color: var(--custom-bg-color);
  color: var(--color-text);
}
.section.has-bg .intro-button-wrapper {
  position: relative;
  z-index: 1;
}
.section.has-bg.has-bg-img {
  background-image: var(--bg-img);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.section.has-bg.has-bg-img::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: var(--custom-bg-color);
  opacity: 0.5;
}
.section.has-bg.has-bg-img .centering {
  position: relative;
}
.section.fullwidth-banner {
  height: 500px;
  overflow: hidden;
  padding: 0;
}
.section.fullwidth-banner + .has-bg, .section.fullwidth-banner + .fullwidth-banner {
  margin-top: -100px;
}
@media screen and (max-width: calc(769px - 0.01px)) {
  .section.fullwidth-banner + .has-bg, .section.fullwidth-banner + .fullwidth-banner {
    margin-top: calc(-100px / 2);
  }
}
.section.text-image-fancy {
  padding-top: 0 !important;
}
.section.text-image-fancy .section-title {
  position: relative;
  font-size: 96px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
  text-align: right;
  margin: 0;
}
@media screen and (max-width: calc(1025px - 0.01px)) {
  .section.text-image-fancy .section-title {
    font-size: 46px;
  }
}
.section.text-image-fancy .section-inner {
  margin-top: 100px;
}
.home .section.text-image-fancy .section-inner {
  margin-top: -20%;
}
@media screen and (max-width: calc(1025px - 0.01px)) {
  .home .section.text-image-fancy .section-inner {
    margin-top: 0;
  }
}
.section.text-image-fancy .section-inner:nth-child(2) {
  margin-top: 0;
}
.section.text-image-fancy .section-inner .column-wrapper .title-wrap {
  margin-bottom: 15px;
}
@media screen and (max-width: calc(1025px - 0.01px)) {
  .section.text-image-fancy .section-inner .column-wrapper .title-wrap {
    position: absolute;
    top: 90px;
    left: 32%;
    transform: translateX(-32%);
  }
}
@media screen and (max-width: calc(769px - 0.01px)) {
  .section.text-image-fancy .section-inner .column-wrapper .title-wrap {
    top: 35px;
  }
}
@media screen and (max-width: calc(480px - 0.01px)) {
  .section.text-image-fancy .section-inner .column-wrapper .title-wrap {
    left: 25px;
    transform: none;
  }
}
.section.text-image-fancy .section-inner .column-wrapper .title-wrap .row-title, .section.text-image-fancy .section-inner .column-wrapper .title-wrap .row-subtitle {
  text-align: center;
  text-transform: uppercase;
  font-family: "Kanit", serif;
  font-size: 40px;
  line-height: 44px;
  font-style: normal;
  font-weight: lighter;
}
.section.text-image-fancy .section-inner .column-wrapper .title-wrap .row-title {
  color: #56EF46;
  margin: 0;
}
.section.text-image-fancy .section-inner .column-wrapper .title-wrap .row-subtitle {
  font-weight: normal;
}
.section.text-image-fancy .section-inner .column-wrapper .row-text {
  max-width: 690px;
  border-radius: 20px;
  border: 1px solid rgba(86, 239, 70, 0.4);
  background: rgba(255, 255, 255, 0.14);
  backdrop-filter: blur(10.9499998093px);
  font-size: 20px;
  padding: 60px 90px;
  margin-left: -35%;
}
@media screen and (max-width: calc(1025px - 0.01px)) {
  .section.text-image-fancy .section-inner .column-wrapper .row-text {
    margin-right: auto;
    margin-left: auto !important;
    margin-top: -22%;
    padding: 25px;
    font-size: 18px;
  }
}
@media screen and (max-width: calc(769px - 0.01px)) {
  .section.text-image-fancy .section-inner .column-wrapper .row-text {
    margin-top: -20%;
  }
}
@media screen and (max-width: calc(480px - 0.01px)) {
  .section.text-image-fancy .section-inner .column-wrapper .row-text {
    margin-top: -70%;
  }
}
.section.text-image-fancy .section-inner .column-wrapper .row-button {
  position: relative;
  text-align: center;
  margin-top: 30px;
  z-index: 10;
}
@media screen and (max-width: calc(769px - 0.01px)) {
  .section.text-image-fancy .section-inner .column-wrapper .row-button {
    margin-bottom: 50px;
  }
}
.section.text-image-fancy .row-reverse .row-text {
  margin-left: 0 !important;
  margin-right: -35%;
}
@media screen and (max-width: calc(769px - 0.01px)) {
  .section.text-image-fancy .row-reverse .row-text {
    margin-right: auto;
    margin-left: auto;
  }
}
.section.text-image-fancy.logos .section-title {
  position: relative;
  text-align: center;
}
.section.text-image-fancy .logo-grid .logo-item .logo-item-title {
  font-weight: normal;
  margin: 25px 0;
  color: #56EF46;
}
.section.text-image-fancy .logo-grid .logo-item .wrap {
  display: flex;
  flex-flow: row wrap;
}
.section.text-image-fancy .logo-grid .logo-item .wrap .logo-image {
  max-width: 100px;
  margin-right: 25px;
}
.section.text-image-stretch .section-bg.row-reverse {
  left: initial;
}
@media screen and (max-width: calc(769px - 0.01px)) {
  .section.text-image-stretch {
    padding-top: 0;
  }
  .section.text-image-stretch .section-bg {
    margin-bottom: 20px;
  }
}
.section .section-bg {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
}
@media screen and (min-width: 769px) {
  .section .section-bg.half {
    width: 50%;
  }
  .section .section-bg.half.right {
    left: 50%;
  }
}
@media screen and (max-width: calc(769px - 0.01px)) {
  .section .section-bg.half {
    position: relative;
    height: 200px;
    width: 100%;
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
  }
}
.section .section-content,
.section .section-text,
.section .section-actions,
.section .section-image,
.section .section-intro,
.section .section-title,
.section .section-description {
  position: relative;
  margin-bottom: 40px;
}
@media screen and (max-width: calc(769px - 0.01px)) {
  .section .section-content,
  .section .section-text,
  .section .section-actions,
  .section .section-image,
  .section .section-intro,
  .section .section-title,
  .section .section-description {
    margin-bottom: calc(40px / 2);
  }
}
.section .section-content:last-child,
.section .section-text:last-child,
.section .section-actions:last-child,
.section .section-image:last-child,
.section .section-intro:last-child,
.section .section-title:last-child,
.section .section-description:last-child {
  margin-bottom: 0;
}
.align-center .section .section-intro, .section .section-intro.align-center {
  margin-left: auto;
  margin-right: auto;
}
.section .section-intro .row-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: 100%;
}
.section .section-intro .row-flex .section-description {
  max-width: 700px;
}
.section .section-image img {
  display: block;
  margin: 0 auto 0;
}
@media screen and (min-width: 1025px) {
  .section .section-image.stretch {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
  .section .section-image.stretch img {
    min-width: calc(100% + 100px);
    max-width: calc(100% + 100px);
  }
}
.section .row-reverse .section-image.stretch {
  justify-content: flex-start;
}
.section .section-description,
.section .section-content,
.section .section-text {
  overflow: hidden;
}
.section .section-description ul, .section .section-description ol,
.section .section-content ul,
.section .section-content ol,
.section .section-text ul,
.section .section-text ol {
  margin: 0 0 40px 0;
  padding: 0 0 0 40px;
}
@media screen and (max-width: calc(769px - 0.01px)) {
  .section .section-description ul, .section .section-description ol,
  .section .section-content ul,
  .section .section-content ol,
  .section .section-text ul,
  .section .section-text ol {
    margin-bottom: calc(40px / 2);
  }
}
.section .section-description ul:last-child, .section .section-description ol:last-child,
.section .section-content ul:last-child,
.section .section-content ol:last-child,
.section .section-text ul:last-child,
.section .section-text ol:last-child {
  margin-bottom: 0;
}
.section .section-description ul li, .section .section-description ol li,
.section .section-content ul li,
.section .section-content ol li,
.section .section-text ul li,
.section .section-text ol li {
  margin-bottom: 10px;
}
.section .section-description ul li:last-child, .section .section-description ol li:last-child,
.section .section-content ul li:last-child,
.section .section-content ol li:last-child,
.section .section-text ul li:last-child,
.section .section-text ol li:last-child {
  margin-bottom: 0;
}
.section .section-description a:not([class*=button]):not([class*=button-secondary]):not([class*=icon-social]),
.section .section-content a:not([class*=button]):not([class*=button-secondary]):not([class*=icon-social]),
.section .section-text a:not([class*=button]):not([class*=button-secondary]):not([class*=icon-social]) {
  border-bottom: 1px solid var(--color-text);
  color: var(--color-text);
}
.section .section-description a:not([class*=button]):not([class*=button-secondary]):not([class*=icon-social]):hover,
.section .section-content a:not([class*=button]):not([class*=button-secondary]):not([class*=icon-social]):hover,
.section .section-text a:not([class*=button]):not([class*=button-secondary]):not([class*=icon-social]):hover {
  border-color: transparent;
  color: var(--color-text);
}
.section .section-description a:not([class*=button]):not([class*=button-secondary]):not([class*=icon-social]).custom-button:hover,
.section .section-content a:not([class*=button]):not([class*=button-secondary]):not([class*=icon-social]).custom-button:hover,
.section .section-text a:not([class*=button]):not([class*=button-secondary]):not([class*=icon-social]).custom-button:hover {
  color: var(--color-text);
}
.section .section-description a[class*=button],
.section .section-content a[class*=button],
.section .section-text a[class*=button] {
  border-color: var(--color-button);
  color: var(--color-button-text);
  background-color: var(--color-button);
}
.section .section-description a[class*=button]:hover,
.section .section-content a[class*=button]:hover,
.section .section-text a[class*=button]:hover {
  border-color: var(--color-button);
  color: var(--color-button-text);
  background-color: var(--color-button);
  opacity: 0.8;
}
.section h2,
.section h3,
.section h4,
.section h5,
.section h6,
.section .section-title {
  position: relative;
  color: var(--color-headings);
}
.section h2.page-title,
.section h3.page-title,
.section h4.page-title,
.section h5.page-title,
.section h6.page-title,
.section .section-title.page-title {
  color: var(--color-text);
}
.section .section-inner {
  margin-bottom: calc(100px / 2);
}
@media screen and (max-width: calc(1281px - 0.01px)) {
  .section .section-inner {
    margin-bottom: calc(100px / 4);
  }
}
.section .section-inner:last-child {
  margin-bottom: 0;
}

/*
/// ABSTRACTS ///
all Sass tools and helpers used across the project.
Every global variable, function, mixin and placeholder should be put in here.
 */
/*
/// BASE ///
The boilerplate code for the project. In there, you might find some typographic
rules, and probably a stylesheet defining some standard styles for commonly
used HTML elements.
*/
.item .item-image {
  height: 0;
  padding-bottom: 100%;
}
.item .item-content,
.item .item-meta,
.item .item-image,
.item .item-title {
  margin-bottom: 20px;
}
.item .item-content:last-child,
.item .item-meta:last-child,
.item .item-image:last-child,
.item .item-title:last-child {
  margin-bottom: 0;
}
.item.item-package {
  position: relative;
  width: 100%;
  max-width: 395px;
  min-height: 630px;
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 100px 30px;
  margin: 0 auto;
}
@media screen and (max-width: calc(769px - 0.01px)) {
  .item.item-package {
    padding: 100px 25px;
  }
}
.item.item-package .content {
  display: flex;
  flex-flow: column;
  align-content: space-between;
}
.item.item-package .content .title-wrap {
  min-height: 95px;
}
.item.item-package .pretitle, .item.item-package .package-title {
  font-family: "Kanit", serif;
  font-size: 24px;
  line-height: 30px;
  text-transform: uppercase;
  color: #56EF46;
}
.item.item-package .package-title {
  margin: 0;
}
.item.item-package .subtitle {
  color: #56EF46;
  font-size: 20px;
  margin-bottom: 35px;
}
.item.item-package .description, .item.item-package .disclaimer {
  font-size: 16px;
}
.item.item-package .price {
  font-size: 24px;
  border-radius: 24px;
  border: 1px solid #FFF;
  padding: 5px 15px;
  justify-content: center;
  align-items: center;
}
.item.item-package .content-wrap {
  font-size: 16px;
}
.item.item-package .features {
  text-align: left;
  margin-top: 0;
  margin-bottom: 20px;
}
.item.item-package .features:last-child {
  margin-bottom: 0;
}
.item.item-package .features .feature-title {
  font-size: 24px;
}
.item.item-package .features ul {
  padding: 0 0 0 20px;
  margin: 0;
}
.item.item-package .features ul .feature-item {
  position: relative;
  font-size: 15px;
  line-height: 19px;
  list-style: none;
}
.item.item-package .features ul .feature-item:before {
  line-height: 1;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "ThemeIcons";
  position: absolute;
  left: -20px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 12px;
  line-height: 1;
}
.item.item-package .button-wrap {
  position: absolute;
  right: 30px;
  bottom: 25px;
}
.item.item-package .button-wrap .by-invitation {
  text-transform: uppercase;
  color: #56EF46;
}
@media screen and (max-width: calc(440px - 0.01px)) {
  .item.item-package .button-wrap {
    bottom: 55px;
  }
}
.item.item-package .button-wrap .button {
  border-radius: 30px;
  margin-top: 20px;
}
@media screen and (max-width: calc(769px - 0.01px)) {
  .item.item-package .button-wrap .button {
    margin-top: 0;
  }
}
.item.child {
  border-radius: 20px;
  border: 1px solid rgba(86, 239, 70, 0.4);
  background: rgba(255, 255, 255, 0.14);
  backdrop-filter: blur(10.95px);
}
.item.child .image {
  border-radius: 20px 20px 0px 0px;
  height: 300px;
  overflow: hidden;
  position: relative;
}
.item.child .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  background-color: white;
  position: absolute;
  left: 0;
  top: 0;
}
.item.child .child-info {
  padding: 15px 35px;
  font-size: 16px;
}
.item.child .child-info h4 {
  margin: 5px 0 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #56EF46;
}
.item.child .child-info p {
  margin: 0 0 20px;
}
.item.child .child-info .button {
  width: 100%;
  margin-top: 25px;
  color: black !important;
  text-align: center;
}
.item.child .child-info .button div {
  justify-content: center;
}
.item.child .child-info .button.kit {
  margin-bottom: 20px;
}
.item.child .child-info .buy-kit {
  border-top: 1px solid #56EF46;
  margin-top: 25px;
}
.player-grid .item.child {
  display: flex;
  align-items: flex-start;
}
@media screen and (max-width: calc(769px - 0.01px)) {
  .player-grid .item.child {
    flex-flow: column;
    align-items: center;
  }
}
.player-grid .item.child .image {
  border-radius: 20px 0px 0px 20px;
  max-height: 400px;
  min-width: 250px;
  max-width: 350px;
}
.player-grid .item.child .image img {
  width: 100%;
  max-height: 100%;
  background-color: transparent;
}
.player-grid .item.child .kit-wrap {
  margin-top: 25px;
  border-top: 1px solid #56EF46;
}
.player-grid .item.child .kit-wrap .button {
  background-color: white !important;
}
.player-grid .item.child .kit-wrap .button:hover {
  box-shadow: 0 4px 20px -2px rgba(255, 255, 255, 0.5) !important;
}

/*
/// ABSTRACTS ///
all Sass tools and helpers used across the project.
Every global variable, function, mixin and placeholder should be put in here.
 */
.single-product .summary .product_title {
  font-size: 64px;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 20px;
}
@media screen and (max-width: calc(769px - 0.01px)) {
  .single-product .summary .product_title {
    font-size: 36px;
  }
}
.single-product .summary .amount {
  font-size: 64px;
  font-weight: 300;
  color: #56EF46;
}
@media screen and (max-width: calc(769px - 0.01px)) {
  .single-product .summary .amount {
    font-size: 36px;
  }
}
.single-product .summary .woocommerce-product-details__short-description {
  margin-bottom: 40px;
}
.single-product .variations tr {
  display: flex;
  flex-flow: column;
}
.single-product .woocommerce-product-gallery__trigger {
  display: none !important;
}
.single-product .woocommerce-product-gallery:hover img {
  cursor: default !important;
}
.single-product .woocommerce-product-gallery .woocommerce-product-gallery__wrapper {
  pointer-events: none;
}

.woocommerce div.product form.cart .variations select {
  border: 1px solid rgba(86, 239, 70, 0.4) !important;
  background: #33302f !important;
  backdrop-filter: blur(10.9499998093px) !important;
  border-radius: 30px !important;
}

.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
  background-color: transparent !important;
  color: white !important;
  border-radius: 20px !important;
  border: 1px solid rgba(77, 255, 43, 0.4) !important;
  background: rgba(255, 255, 255, 0.14) !important;
  padding: 1em 2em 1em 3.5em !important;
  margin: 0 0 2em !important;
  font-size: 16px;
}
.woocommerce-error:focus-visible,
.woocommerce-info:focus-visible,
.woocommerce-message:focus-visible {
  outline: none !important;
}
.woocommerce-error li,
.woocommerce-info li,
.woocommerce-message li {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.woocommerce-error.no_subscriptions .woocommerce-Button,
.woocommerce-info.no_subscriptions .woocommerce-Button,
.woocommerce-message.no_subscriptions .woocommerce-Button {
  display: none;
}

.woocommerce-error {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}
.woocommerce-error:before {
  top: 1em !important;
}
.woocommerce-error li strong {
  margin: 0 5px;
}
.woocommerce-error li a {
  margin-left: 5px;
  color: #56EF46 !important;
  font-weight: bold;
}

/* Change placeholder text color in WooCommerce checkout fields */
.woocommerce-checkout form label, .woocommerce-MyAccount-content form label {
  display: inline-block !important;
  margin-bottom: 5px !important;
  color: white !important;
  font-size: 12px !important;
  font-weight: normal !important;
  padding: 15px 15px 0;
  line-height: 12px !important;
}
.woocommerce-checkout .wc-block-components-text-input.is-active label, .woocommerce-MyAccount-content .wc-block-components-text-input.is-active label {
  display: none;
}

.wp-block-woocommerce-checkout-order-summary-block,
.wp-block-woocommerce-cart-order-summary-block {
  border: 1px solid rgba(77, 255, 43, 0.4) !important;
  background: rgba(255, 255, 255, 0.14) !important;
}

.wp-block-woocommerce-cart-order-summary-block {
  margin-bottom: 25px !important;
}
.wp-block-woocommerce-cart-order-summary-block .wc-block-cart__totals-title {
  margin-left: 15px !important;
}

.wc-blocks-components-select .wc-blocks-components-select__container {
  background: transparent !important;
  border-radius: 0 !important;
  height: auto !important;
}

.product_meta {
  display: none !important;
}

.woocommerce-checkout #billing_age_group_field {
  padding: 20px 30px;
  border-radius: 20px;
  border: 1px solid rgba(77, 255, 43, 0.4);
  background: rgba(255, 255, 255, 0.14);
}
.woocommerce-checkout #billing_age_group_field label {
  padding: 0;
}
.woocommerce-checkout #billing_age_group_field .woocommerce-input-wrapper {
  display: flex;
}
.woocommerce-checkout #billing_age_group_field .woocommerce-input-wrapper label {
  padding: 10px 15px 0;
}
.woocommerce-checkout input[type=date]::-webkit-calendar-picker-indicator {
  filter: invert(1) !important;
}

.woocommerce-checkout-review-order-table {
  padding: 20px 30px 30px;
  border-radius: 20px !important;
  border: 1px solid rgba(77, 255, 43, 0.4) !important;
  background: rgba(255, 255, 255, 0.14);
}

.woocommerce-checkout #payment {
  background: rgba(117, 40, 210, 0) !important;
}
.woocommerce-checkout #payment li {
  align-items: center !important;
  margin-bottom: 25px !important;
}
.woocommerce-checkout #payment .input-radio {
  width: 18px !important;
  height: 18px !important;
}
.woocommerce-checkout #payment label {
  padding: 0 !important;
  margin-bottom: 0 !important;
  font-size: 18px !important;
}

.woocommerce form.checkout_coupon,
.woocommerce form.login,
.woocommerce form.register {
  border: 0 !important;
}

.woocommerce-checkout .woocommerce-notices-wrapper {
  display: none;
}
.woocommerce-checkout .upload-btn-wrapper .button {
  margin-top: 25px;
  margin-bottom: 25px;
}
.woocommerce-checkout #billing_age_group_field {
  margin-top: 25px;
  margin-bottom: 25px;
}

.woocommerce-billing-fields h3 {
  display: none;
}

.thwcfe-uloaded-file-list-item .thwcfe-column-thumbnail {
  width: 62px;
  height: 62px;
  margin: 4px 16px 20px 0;
}

.woocommerce-privacy-policy-text a {
  color: #56EF46 !important;
}

.woocommerce-order-overview, .woocommerce-order-overview__payment-method {
  display: none !important;
}

.woocommerce-thankyou-order-received {
  text-align: center;
  text-transform: uppercase;
}

.thank-you-message {
  text-align: center;
  max-width: 600px;
  margin: 50px auto 0;
}

.woocommerce-MyAccount-navigation {
  width: 20% !important;
  border-radius: 20px;
  border: 1px solid rgba(86, 239, 70, 0.4);
  background: rgba(255, 255, 255, 0.14);
  backdrop-filter: blur(10.95px);
  padding: 25px 35px;
}
@media screen and (max-width: calc(769px - 0.01px)) {
  .woocommerce-MyAccount-navigation {
    width: 100% !important;
  }
}
.woocommerce-MyAccount-navigation ul {
  margin: 0 !important;
  padding: 0 !important;
}
.woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link {
  text-transform: uppercase;
  color: #56EF46;
}

.woocommerce-MyAccount-content {
  width: 75% !important;
}
@media screen and (max-width: calc(769px - 0.01px)) {
  .woocommerce-MyAccount-content {
    width: 100% !important;
  }
}

@media screen and (max-width: calc(769px - 0.01px)) {
  .form-row-first, .form-row-last {
    width: 100% !important;
    float: left !important;
  }
}

.woocommerce-checkout-payment .place-order .button {
  margin-top: 35px !important;
}

.woocommerce-edit-account fieldset {
  padding: 0 !important;
  border: 0 !important;
}
.woocommerce-edit-account legend {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 25px;
}

.woocommerce-checkout .blockUI.blockOverlay {
  background-color: rgba(0, 0, 0, 0.5) !important;
}

.woocommerce-order {
  text-align: center;
}
.woocommerce-order .button {
  margin-top: 35px;
}

.woocommerce-password-strength {
  background-color: transparent !important;
  border-color: transparent !important;
  text-align: left;
  text-transform: uppercase;
}
.woocommerce-password-strength.short, .woocommerce-password-strength.bad {
  color: #e35b5b;
}
.woocommerce-password-strength.good, .woocommerce-password-strength.strong {
  color: #56EF46;
}

.woocommerce-checkout .checkout .create-account small {
  font-size: 12px !important;
  color: white !important;
  margin: 0 10px !important;
}

#wc-stripe-express-checkout-element {
  justify-content: flex-start;
}

.show-password-input {
  background: transparent !important;
  box-shadow: none !important;
  color: #f3f3f3 !important;
  top: 33px !important;
  right: 25px !important;
  padding: 0 !important;
}
.show-password-input.display-password:after {
  color: #56EF46 !important;
}

.custom-select option {
  color: white !important;
  border-radius: 20px !important;
  border: 1px solid rgba(86, 239, 70, 0.4) !important;
  background: #33302f !important;
}

#dob-message-container {
  float: left;
  width: 100%;
  text-align: center;
  background-color: #33302f;
  border-radius: 20px;
  border: 1px solid #56EF46;
  padding: 10px 15px;
}
#dob-message-container .title {
  margin: 0 0 20px 0 !important;
  text-transform: uppercase;
}
#dob-message-container a {
  text-transform: uppercase;
  text-decoration: none;
  color: #56EF46 !important;
  margin: 5px 0;
}

#ajax-loader {
  position: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 9999;
}

.checkout-product-title {
  text-transform: uppercase;
  color: #56EF46 !important;
  text-align: center;
}

.woocommerce-checkout .woocommerce-form__label.woocommerce-form__label-for-checkbox.checkbox {
  display: flex !important;
  align-items: center;
  margin: 20px 0 0 0 !important;
  padding: 0 !important;
}
.woocommerce-checkout .woocommerce-form__label.woocommerce-form__label-for-checkbox.checkbox .woocommerce-form__input-checkbox {
  margin: 0px 8px 0 0 !important;
}
.woocommerce-checkout .woocommerce-form__label.woocommerce-form__label-for-checkbox.checkbox .woocommerce-terms-and-conditions-checkbox-text {
  font-size: 18px;
  line-height: 18px;
}
.woocommerce-checkout .woocommerce-form__label.woocommerce-form__label-for-checkbox.checkbox .woocommerce-terms-and-conditions-checkbox-text a {
  color: #56EF46 !important;
}
.woocommerce-checkout .fan-error-message {
  position: relative;
  left: 0;
  bottom: 0;
  transform: none;
  color: red;
  font-size: 12px;
  font-weight: bold;
  white-space: nowrap;
}

#headshot_photo_field, #photo_id_field, #player_photo_field, #player_id_field, #player_photo_id_field {
  display: flex;
  flex-flow: column;
}

#register_child_field,
#billing_country_field {
  display: none;
}

body.custom-loading:after {
  content: "Loading...";
  position: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 9999;
  color: #fff;
  font-size: 20px;
}

.woocommerce-NoticeGroup-checkout ul {
  flex-direction: column;
  align-items: flex-start;
  border-color: #b81c23 !important;
}
.woocommerce-NoticeGroup-checkout ul li a {
  font-weight: normal;
  color: #ffffff !important;
  font-weight: normal;
  font-size: 12px;
}
.woocommerce-NoticeGroup-checkout ul li a.button {
  font-size: 12px;
  padding: 10px 20px !important;
  color: #000 !important;
}
.woocommerce-NoticeGroup-checkout ul li strong {
  margin: 0;
  font-weight: 500;
}
.woocommerce-NoticeGroup-checkout ul li p {
  margin: 0;
}
.woocommerce-NoticeGroup-checkout ul li ul {
  padding-left: 10px;
}
.woocommerce-NoticeGroup-checkout ul li .xnd-custom-notice {
  background-color: #110E0D;
  padding: 10px 10px !important;
  border-radius: 10px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.woocommerce-NoticeGroup-checkout ul li .xnd-custom-notice p {
  flex: 1;
}

.woocommerce form .form-row.woocommerce-invalid input.input-text, .woocommerce form .form-row.woocommerce-invalid select {
  border-color: var(--wc-red) !important;
}

.thwcfe-checkout-section, .woocommerce-billing-fields__field-wrapper, .woocommerce-address-fields__field-wrapper {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: flex-end;
}
.thwcfe-checkout-section .form-row, .woocommerce-billing-fields__field-wrapper .form-row, .woocommerce-address-fields__field-wrapper .form-row {
  width: 100%;
}
.thwcfe-checkout-section .form-row-first,
.thwcfe-checkout-section .form-row-last, .woocommerce-billing-fields__field-wrapper .form-row-first,
.woocommerce-billing-fields__field-wrapper .form-row-last, .woocommerce-address-fields__field-wrapper .form-row-first,
.woocommerce-address-fields__field-wrapper .form-row-last {
  float: none;
  width: 49%;
}
@media screen and (max-width: calc(769px - 0.01px)) {
  .thwcfe-checkout-section .form-row-first,
  .thwcfe-checkout-section .form-row-last, .woocommerce-billing-fields__field-wrapper .form-row-first,
  .woocommerce-billing-fields__field-wrapper .form-row-last, .woocommerce-address-fields__field-wrapper .form-row-first,
  .woocommerce-address-fields__field-wrapper .form-row-last {
    width: 100%;
  }
}

.woocommerce-address-fields p {
  clear: both;
}

.woocommerce-form-coupon-toggle {
  display: none;
}

.woocommerce-message .restore-item {
  display: none;
}

.woocommerce-account.woocommerce-orders .woocommerce .woocommerce-MyAccount-content {
  margin: 25px 0 50px;
  padding-top: 0 !important;
}
@media screen and (max-width: calc(769px - 0.01px)) {
  .woocommerce-account.woocommerce-orders .woocommerce .woocommerce-MyAccount-content .woocommerce-MyAccount-orders tbody .woocommerce-orders-table__row {
    margin-bottom: 20px;
  }
  .woocommerce-account.woocommerce-orders .woocommerce .woocommerce-MyAccount-content .woocommerce-MyAccount-orders tbody .woocommerce-orders-table__row td:last-of-type {
    border-bottom: none !important;
  }
}
.woocommerce-account.woocommerce-edit-address .woocommerce .woocommerce-MyAccount-content {
  margin: 25px 0 50px;
  padding-top: 0 !important;
}
.woocommerce-account.woocommerce-payment-methods .woocommerce .woocommerce-MyAccount-content {
  margin: 25px 0 50px;
  padding-top: 0 !important;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-EditAccountForm {
  margin: 25px 0 50px;
  padding-top: 0 !important;
}

.recurring-totals, .recurring-total {
  display: none;
}

.woocommerce form .form-row.validate-email {
  position: relative;
}
.woocommerce form .form-row.validate-email .woocommerce-input-wrapper input {
  padding-right: 90px !important;
}
.woocommerce form .form-row.validate-email .woocommerce-input-wrapper .description {
  background: #56EF46;
  color: #fff;
  border-radius: 14px;
  padding: 0px 10px 3px;
  margin: 0;
  clear: both;
  display: block !important;
  display: inline;
  position: absolute;
  top: 52px;
  right: 20px;
}
.woocommerce form .form-row.validate-email .woocommerce-input-wrapper .description:before {
  display: none;
}
.woocommerce form .form-row.validate-email .woocommerce-input-wrapper .description a {
  text-decoration: none;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: normal;
  color: #000;
  display: inline-block;
}
.woocommerce form .form-row.validate-email .woocommerce-input-wrapper .description a.disabled {
  pointer-events: none;
  opacity: 0.5;
  cursor: none;
}
.woocommerce form .form-row.validate-email .custom-validation-error {
  font-size: 12px;
  position: absolute;
  bottom: 5px;
  padding-left: 15px;
  color: orange;
}

/*
/// COMPONENTS ///
For smaller components, there is the components/ folder.
While layout/ is macro (defining the global wireframe), components/ is more
focused on widgets. It contains all kind of specific modules like a slider,
a loader, a widget, and basically anything along those lines. There are usually
a lot of files in components/ since the whole site/application should be mostly
composed of tiny modules.
*/
/*
/// ABSTRACTS ///
all Sass tools and helpers used across the project.
Every global variable, function, mixin and placeholder should be put in here.
 */
.button-secondary, input[type=submit],
input[type=button],
input[type=reset],
.wc-block-cart__submit-button,
.wc-block-cart-item__remove-link,
button,
.button {
  background-color: #56EF46;
  border-radius: 0;
  border: none;
  color: #1E1715;
  cursor: pointer;
  font-size: 16px;
  font-weight: normal !important;
  outline: 0;
  padding: 10px 20px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  transition: all 0.2s linear;
}
.button-secondary:disabled, input[type=submit]:disabled,
input[type=button]:disabled,
input[type=reset]:disabled,
.wc-block-cart__submit-button:disabled,
.wc-block-cart-item__remove-link:disabled,
button:disabled,
.button:disabled, .disabled.button-secondary, input.disabled[type=submit],
input.disabled[type=button],
input.disabled[type=reset],
.disabled.wc-block-cart__submit-button,
.disabled.wc-block-cart-item__remove-link,
button.disabled,
.disabled.button {
  pointer-events: none;
  opacity: 0.4;
  cursor: auto;
}
.red.button-secondary, input.red[type=submit],
input.red[type=button],
input.red[type=reset],
.red.wc-block-cart__submit-button,
.red.wc-block-cart-item__remove-link,
button.red,
.red.button {
  background-color: #b02c24 !important;
}

input[type=submit],
input[type=button],
input[type=reset],
.wc-block-cart__submit-button,
.wc-block-cart-item__remove-link,
button,
.button {
  --background: #56EF46 ;
  --text: #1E1715;
  --font-size: 16px;
  --duration: .44s;
  --move-hover: -4px;
  --shadow: 0 2px 8px -1px rgba(86, 239, 70, 0.32);
  --shadow-hover: 0 4px 20px -2px rgba(86, 239, 70, 0.5);
  --font-shadow: var(--font-size);
  display: inline-block;
  padding: 16px 32px !important;
  border-radius: 24px !important;
  outline: none;
  appearance: none;
  border: none;
  text-decoration: none;
  font-size: var(--font-size);
  line-height: var(--font-size);
  text-transform: uppercase;
  letter-spacing: 0.5px;
  background: var(--background) !important;
  color: var(--text) !important;
  box-shadow: var(--shadow) !important;
  transform: translateY(var(--y)) translateZ(0);
  transition: transform var(--duration) ease, box-shadow var(--duration) ease;
}
input[type=submit].pending,
input[type=button].pending,
input[type=reset].pending,
.wc-block-cart__submit-button.pending,
.wc-block-cart-item__remove-link.pending,
button.pending,
.button.pending {
  background-color: transparent !important;
  border: 2px solid #56EF46;
  color: #56EF46 !important;
}
input[type=submit].pending.disabled[aria-disabled=true],
input[type=button].pending.disabled[aria-disabled=true],
input[type=reset].pending.disabled[aria-disabled=true],
.wc-block-cart__submit-button.pending.disabled[aria-disabled=true],
.wc-block-cart-item__remove-link.pending.disabled[aria-disabled=true],
button.pending.disabled[aria-disabled=true],
.button.pending.disabled[aria-disabled=true] {
  pointer-events: none;
  opacity: 0.4;
}
input[type=submit].pending:after,
input[type=button].pending:after,
input[type=reset].pending:after,
.wc-block-cart__submit-button.pending:after,
.wc-block-cart-item__remove-link.pending:after,
button.pending:after,
.button.pending:after {
  color: #56EF46 !important;
}
.textwidget input[type=submit],
.textwidget input[type=button],
.textwidget input[type=reset],
.textwidget .wc-block-cart__submit-button,
.textwidget .wc-block-cart-item__remove-link,
.textwidget button,
.textwidget .button {
  padding: 10px 20px !important;
  font-size: 14px !important;
  line-height: 14px !important;
  margin-top: 20px !important;
}
input[type=submit] div,
input[type=button] div,
input[type=reset] div,
.wc-block-cart__submit-button div,
.wc-block-cart-item__remove-link div,
button div,
.button div {
  display: flex;
  overflow: hidden;
  text-shadow: 0 var(--font-shadow) 0 var(--text);
}
input[type=submit] div span,
input[type=button] div span,
input[type=reset] div span,
.wc-block-cart__submit-button div span,
.wc-block-cart-item__remove-link div span,
button div span,
.button div span {
  display: block;
  backface-visibility: hidden;
  font-style: normal;
  transition: transform var(--duration) ease;
  transform: translateY(var(--m)) translateZ(0);
}
input[type=submit] div span:nth-child(1),
input[type=button] div span:nth-child(1),
input[type=reset] div span:nth-child(1),
.wc-block-cart__submit-button div span:nth-child(1),
.wc-block-cart-item__remove-link div span:nth-child(1),
button div span:nth-child(1),
.button div span:nth-child(1) {
  transition-delay: 0.05s;
}
input[type=submit] div span:nth-child(2),
input[type=button] div span:nth-child(2),
input[type=reset] div span:nth-child(2),
.wc-block-cart__submit-button div span:nth-child(2),
.wc-block-cart-item__remove-link div span:nth-child(2),
button div span:nth-child(2),
.button div span:nth-child(2) {
  transition-delay: 0.1s;
}
input[type=submit] div span:nth-child(3),
input[type=button] div span:nth-child(3),
input[type=reset] div span:nth-child(3),
.wc-block-cart__submit-button div span:nth-child(3),
.wc-block-cart-item__remove-link div span:nth-child(3),
button div span:nth-child(3),
.button div span:nth-child(3) {
  transition-delay: 0.15s;
}
input[type=submit] div span:nth-child(4),
input[type=button] div span:nth-child(4),
input[type=reset] div span:nth-child(4),
.wc-block-cart__submit-button div span:nth-child(4),
.wc-block-cart-item__remove-link div span:nth-child(4),
button div span:nth-child(4),
.button div span:nth-child(4) {
  transition-delay: 0.2s;
}
input[type=submit] div span:nth-child(5),
input[type=button] div span:nth-child(5),
input[type=reset] div span:nth-child(5),
.wc-block-cart__submit-button div span:nth-child(5),
.wc-block-cart-item__remove-link div span:nth-child(5),
button div span:nth-child(5),
.button div span:nth-child(5) {
  transition-delay: 0.25s;
}
input[type=submit] div span:nth-child(6),
input[type=button] div span:nth-child(6),
input[type=reset] div span:nth-child(6),
.wc-block-cart__submit-button div span:nth-child(6),
.wc-block-cart-item__remove-link div span:nth-child(6),
button div span:nth-child(6),
.button div span:nth-child(6) {
  transition-delay: 0.3s;
}
input[type=submit] div span:nth-child(7),
input[type=button] div span:nth-child(7),
input[type=reset] div span:nth-child(7),
.wc-block-cart__submit-button div span:nth-child(7),
.wc-block-cart-item__remove-link div span:nth-child(7),
button div span:nth-child(7),
.button div span:nth-child(7) {
  transition-delay: 0.35s;
}
input[type=submit] div span:nth-child(8),
input[type=button] div span:nth-child(8),
input[type=reset] div span:nth-child(8),
.wc-block-cart__submit-button div span:nth-child(8),
.wc-block-cart-item__remove-link div span:nth-child(8),
button div span:nth-child(8),
.button div span:nth-child(8) {
  transition-delay: 0.4s;
}
input[type=submit] div span:nth-child(9),
input[type=button] div span:nth-child(9),
input[type=reset] div span:nth-child(9),
.wc-block-cart__submit-button div span:nth-child(9),
.wc-block-cart-item__remove-link div span:nth-child(9),
button div span:nth-child(9),
.button div span:nth-child(9) {
  transition-delay: 0.45s;
}
input[type=submit] div span:nth-child(10),
input[type=button] div span:nth-child(10),
input[type=reset] div span:nth-child(10),
.wc-block-cart__submit-button div span:nth-child(10),
.wc-block-cart-item__remove-link div span:nth-child(10),
button div span:nth-child(10),
.button div span:nth-child(10) {
  transition-delay: 0.5s;
}
input[type=submit] div span:nth-child(11),
input[type=button] div span:nth-child(11),
input[type=reset] div span:nth-child(11),
.wc-block-cart__submit-button div span:nth-child(11),
.wc-block-cart-item__remove-link div span:nth-child(11),
button div span:nth-child(11),
.button div span:nth-child(11) {
  transition-delay: 0.55s;
}
input[type=submit]:hover,
input[type=button]:hover,
input[type=reset]:hover,
.wc-block-cart__submit-button:hover,
.wc-block-cart-item__remove-link:hover,
button:hover,
.button:hover {
  --y: var(--move-hover);
  --shadow: var(--shadow-hover);
}
input[type=submit]:hover span,
input[type=button]:hover span,
input[type=reset]:hover span,
.wc-block-cart__submit-button:hover span,
.wc-block-cart-item__remove-link:hover span,
button:hover span,
.button:hover span {
  --m: calc(var(--font-size) * -1);
}

.invite-to-academy-button {
  margin: 10px 0 !important;
}

.button-secondary {
  background-color: #56EF46 !important;
  border-color: #56EF46 !important;
  color: #1E1715 !important;
}
.button-secondary:hover {
  background-color: #fff;
  border-color: #fff;
}
.button-secondary.small {
  padding: 5px 20px;
  font-size: 14px;
  border-radius: 18px;
}

button.wc-block-cart-item__remove-link {
  text-decoration: none !important;
  padding: 5px 10px !important;
}

.f-button {
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: content-box !important;
  position: relative;
  margin: 0;
  padding: 0 !important;
  width: var(--f-button-width);
  height: var(--f-button-height);
  border: var(--f-button-border);
  border-radius: var(--f-button-border-radius) !important;
  color: var(--f-button-color) !important;
  background: var(--f-button-bg) !important;
  box-shadow: var(--f-button-shadow) !important;
  pointer-events: all;
  cursor: pointer;
  transition: var(--f-button-transition);
}

#toggle-child-form {
  background: #0073aa;
  color: white;
  padding: 10px;
  border: none;
  cursor: pointer;
  border-radius: 5px;
}

button[name=submit_child] {
  text-align: center;
  margin-bottom: 25px;
  background: green;
  color: white;
  padding: 8px;
  border: none;
  cursor: pointer;
  display: block;
  margin: 0 auto 0;
}

button[name=save_address] {
  font-size: 0 !important;
}
button[name=save_address]:after {
  content: "Update";
  font-size: 18px;
}

.button-group {
  display: flex;
  align-items: flex-end;
  flex-direction: column;
  justify-content: center;
  min-width: 165px;
}
.button-group a {
  display: block;
  width: 100%;
  margin-bottom: 5px;
}
.button-group a:last-child {
  margin-bottom: 0;
}

/*
/// ABSTRACTS ///
all Sass tools and helpers used across the project.
Every global variable, function, mixin and placeholder should be put in here.
 */
.hamburger {
  width: 20px;
  height: 15px;
  position: relative;
  margin: 0;
  display: none;
  z-index: 200;
}
.hamburger:before {
  position: absolute;
  width: 40px;
  height: 40px;
  content: "";
  display: block;
  background-color: #56EF46;
  padding: 15px;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: calc(1025px - 0.01px)) {
  .hamburger {
    display: block;
  }
}
.hamburger [class^=line-] {
  display: block;
  background-color: black;
  width: 20px;
  height: 2px;
  position: absolute;
  left: 0;
  border-radius: 2px;
  transition: all 300ms, opacity 100ms;
  outline: 1px solid transparent;
}
.hamburger [class^=line-].line-1 {
  top: 0;
}
.hamburger [class^=line-].line-2 {
  top: 6.5px;
}
.hamburger [class^=line-].line-3 {
  bottom: 0;
}
.hamburger.is-active {
  position: absolute;
  top: 50px;
  right: 50px;
}
.hamburger.is-active .line-1 {
  transform: translateY(6.5px) translateX(0) rotate(45deg);
}
.hamburger.is-active .line-2 {
  opacity: 0;
}
.hamburger.is-active .line-3 {
  transform: translateY(-6.5px) translateX(0) rotate(-45deg);
}
@media screen and (max-width: calc(1025px - 0.01px)) {
  .middle-logo .hamburger {
    display: block;
  }
}

/*
/// ABSTRACTS ///
all Sass tools and helpers used across the project.
Every global variable, function, mixin and placeholder should be put in here.
 */
.accordion {
  width: 100%;
  text-align: left;
}
.accordion .accordion-group {
  border-bottom: 1px solid white;
}
.accordion .accordion-group:first-child {
  border-top: 1px solid white;
}
.accordion .accordion-group .accordion-title {
  position: relative;
  cursor: pointer;
  padding: 15px 30px 15px 0;
  font-size: 20px;
}
.accordion .accordion-group .accordion-title:after {
  content: "+";
  position: absolute;
  right: 10px;
  top: 50%;
  font-size: 20px;
  display: inline-block;
  transform: translateY(-50%);
  transition: all 0.2s linear;
}
.accordion .accordion-group .accordion-title.is-active:after {
  transform: translateY(-50%) rotate(45deg);
}
.accordion .accordion-group .accordion-panel {
  overflow: hidden;
  height: auto;
  max-height: 0;
  transition: max-height 300ms ease-in;
}
.accordion .accordion-group .accordion-panel .panel-inner {
  transition: opacity 300ms ease-in;
  opacity: 0;
  padding: 0px 0 20px;
}
.accordion .accordion-group .accordion-panel.is-active {
  max-height: 999px;
  transition: max-height 300ms ease-out;
}
.accordion .accordion-group .accordion-panel.is-active .panel-inner {
  transition: opacity 300ms ease-out;
  opacity: 1;
}

/*
/// ABSTRACTS ///
all Sass tools and helpers used across the project.
Every global variable, function, mixin and placeholder should be put in here.
 */
.tabs .tabs-navigation {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}
.tabs .tabs-navigation li a {
  display: block;
  padding: 10px 20px;
  background-color: #d2d3d5;
  border-bottom: 5px solid #e7e7e9;
  border-left: 5px solid #e7e7e9;
  text-decoration: none;
}
.tabs .tabs-navigation li a.is-selected {
  background-color: white;
  border-bottom: 5px solid transparent;
  border-left: 5px solid transparent;
}
@media screen and (max-width: calc(769px - 0.01px)) {
  .tabs .tabs-navigation {
    display: none;
  }
}
.tabs .tab-panel {
  display: none;
  padding: 20px;
}
.tabs .tab-panel.is-selected {
  display: block;
}
@media screen and (max-width: calc(769px - 0.01px)) {
  .tabs .tab-panel {
    display: block;
    background-color: #fff;
    margin-top: 20px;
  }
  .tabs .tab-panel:first-child {
    margin-top: 0;
  }
}
.tabs .is-selected {
  background-color: white;
}

/*
/// ABSTRACTS ///
all Sass tools and helpers used across the project.
Every global variable, function, mixin and placeholder should be put in here.
 */
.cookie-notification {
  align-items: center;
  background-color: #000;
  bottom: 0;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
  color: white;
  display: flex;
  justify-content: space-between;
  left: 0;
  padding: 15px;
  position: fixed;
  right: 0;
  text-align: center;
  transform: translateY(200%);
  transition: all 300ms ease;
  z-index: 999;
}
@media screen and (max-width: calc(1025px - 0.01px)) {
  .cookie-notification {
    flex-flow: column;
    align-items: flex-start;
  }
}
.cookie-notification.animate-in {
  transform: translateY(0);
}
.cookie-notification .cookie-notification-title h2 {
  color: white;
  font-size: 24px;
  margin: 0;
}
@media screen and (max-width: calc(1281px - 0.01px)) {
  .cookie-notification .cookie-notification-title h2 {
    font-size: 14px;
  }
}
.cookie-notification .cookie-notification-content {
  flex: 1;
  font-size: 14px;
  padding: 0 40px;
  text-align: left;
  width: 100%;
}
@media screen and (max-width: calc(1025px - 0.01px)) {
  .cookie-notification .cookie-notification-content {
    flex: auto;
    padding: 10px 0;
  }
}
.cookie-notification .cookie-notification-actions {
  align-items: center;
  display: flex;
  flex-flow: row;
  margin: -5px;
}
.cookie-notification .cookie-notification-actions a {
  border-radius: 0px;
  border: 1px solid white;
  color: white;
  display: inline-block;
  font-size: 14px;
  margin: 5px;
  padding: 5px 15px;
}
.cookie-notification .cookie-notification-actions a:hover {
  background-color: #fff;
  color: #000;
}

/*
/// ABSTRACTS ///
all Sass tools and helpers used across the project.
Every global variable, function, mixin and placeholder should be put in here.
 */
.responsive-iframe {
  height: 0;
  overflow: hidden;
  padding-bottom: 66%;
  position: relative;
}
.responsive-iframe.square {
  padding-bottom: 100%;
}
.responsive-iframe iframe {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

.image-gallery .item-gallery {
  height: 0;
  padding-bottom: 100%;
  overflow: hidden;
  background-color: #56EF46;
}
.image-gallery .item-gallery img {
  transition: opacity 0.2s linear;
}
.image-gallery .item-gallery a {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.image-gallery .item-gallery:hover img {
  opacity: 0.8;
}

.masonry-sizer,
.masonry-item {
  width: calc(33.3333333333% - 60px);
  margin: 15px;
}
@media screen and (max-width: calc(769px - 0.01px)) {
  .masonry-sizer,
  .masonry-item {
    width: calc(100% - 15px);
  }
}

/* 2 columns */
.masonry-item--width2 {
  width: 50%;
}

.social-icons {
  margin: -10px !important;
  padding: 0;
  list-style-type: none;
  display: flex;
  align-items: center;
  flex-flow: row wrap;
}
.social-icons li {
  display: block;
  margin: 10px;
}
.social-icons li a {
  display: block;
  font-size: 45px;
}

.page-header {
  padding: 40px 0;
  padding-top: 190px;
}

.column-wrapper {
  color: var(--color-text);
  padding: 40px;
}

.contact-details {
  list-style-type: none;
  padding-left: 0 !important;
}
.contact-details :before {
  font-size: 18px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}

.banner {
  max-height: 75vh;
  overflow: hidden;
}
.banner.has-video {
  position: relative;
}
.banner.has-video .video-wrapper {
  height: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.banner.has-video .video-wrapper video {
  display: block;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
}
.banner.has-video .banner-content {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.banner .banner-title,
.banner .banner-text,
.banner .banner-actions {
  margin-bottom: 40px;
}
@media screen and (max-width: calc(769px - 0.01px)) {
  .banner .banner-title,
  .banner .banner-text,
  .banner .banner-actions {
    margin-bottom: calc(40px / 2);
  }
}
.banner .banner-title:last-child,
.banner .banner-text:last-child,
.banner .banner-actions:last-child {
  margin-bottom: 0;
}

.woocommerce-account p a {
  color: #56EF46 !important;
  transition: all 0.3s linear;
}
.woocommerce-account p a:hover {
  color: rgb(43.1194029851, 234.9402985075, 23.0597014925);
}

.xam-alert {
  background-color: #d63638;
  color: #fff;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  display: inline-block;
  text-align: center;
  line-height: 20px;
  font-size: 12px;
  vertical-align: middle;
  margin-left: 5px;
}

.xam-notice {
  background-color: #fff;
  border: 1px solid white;
  border-radius: 40px;
  padding: 10px 20px;
  color: #1E1715;
  display: flex;
  align-items: center;
  margin: 0 auto 30px;
  font-size: 16px;
}
.xam-notice p {
  margin-bottom: 0 !important;
}
@media screen and (max-width: calc(480px - 0.01px)) {
  .xam-notice p {
    font-size: 14px;
  }
}
.xam-notice p a {
  font-weight: bold;
  text-decoration: underline;
}
.xam-notice:last-child {
  margin-bottom: 0;
}
.xam-notice:before {
  font-weight: 700;
  display: inline-block;
  background-color: #1E1715;
  border-radius: 50%;
  vertical-align: middle;
  color: #fff;
  font-size: 12px;
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 19px;
  margin-right: 15px;
}
.xam-notice p {
  flex: 1;
}
.xam-notice.error {
  background-color: #faedec;
  border-color: #b02c24;
}
.xam-notice.error:before {
  content: "x";
  background-color: #b02c24;
}
.xam-notice.success {
  background-color: #eff8e8;
  border-color: #7AB547;
}
.xam-notice.success:before {
  content: "✔";
  background-color: #7AB547;
  font-family: "ThemeIcons";
}
.xam-notice.warning {
  background-color: #ffebc7;
  border-color: orange;
}
.xam-notice.warning:before {
  content: "!";
  background-color: orange;
}
.xam-notice.info {
  background-color: #fff;
  border-color: #56EF46;
}
.xam-notice.info:before {
  content: "!";
  background-color: #56EF46;
}

#fan_tooltip {
  background: #33302f;
  color: #fff;
  padding: 10px;
  border: 1px solid #56EF46;
  border-radius: 5px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  max-width: 300px;
  font-size: 14px;
  z-index: 1000;
  position: absolute;
  display: none;
}

.fan-tooltip-trigger {
  position: relative;
  cursor: pointer;
  display: inline-block;
}
.fan-tooltip-trigger:before {
  content: "?";
  color: #56ef46;
  font-size: 15px;
  margin-right: 5px;
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 1px solid #56ef46;
  border-radius: 50%;
  text-align: CENTER;
  line-height: 19px;
  vertical-align: baseline;
}

.has-decoration {
  display: block;
  text-align: left;
  padding: 0 0 10px;
  border-bottom: 1px solid #56EF46;
}

.player-sessions {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #56EF46;
}
.player-sessions:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}
.player-sessions .sessions-title {
  color: #56EF46;
  margin-bottom: 5px;
}

@media screen and (max-width: calc(769px - 0.01px)) {
  #sessions-list table {
    display: block;
  }
  #sessions-list table thead {
    display: none;
  }
  #sessions-list table tbody {
    display: block;
    width: 100%;
  }
  #sessions-list table tbody tr {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
  #sessions-list table tbody tr td {
    text-align: left;
    border-width: 0px;
    display: flex;
    justify-content: space-between;
  }
  #sessions-list table tbody tr td span {
    display: block !important;
  }
  #sessions-list table tbody tr td span:first-of-type {
    margin-right: 20px;
  }
  #sessions-list table tbody tr td span:last-of-type {
    text-align: right;
  }
  #sessions-list table tbody tr td span:last-of-type span {
    margin: 0;
  }
  #sessions-list table tbody tr td:last-of-type {
    border-width: 1px;
  }
}

.form-group {
  display: flex;
  align-items: center;
  margin: 0 -10px;
  flex-flow: row wrap;
}
.form-group .donate-form {
  padding: 10px;
  width: 50%;
}
.form-group .donate-form button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-right: 15px !important;
  padding-left: 15px !important;
  width: 100%;
  background-color: #FFC439 !important;
  box-shadow: none !important;
}
.form-group .donate-form button img {
  max-height: 20px;
  width: auto;
  margin-right: 10px;
}

::selection {
  background: #b3d4fc;
}

*,
*:before,
*:after {
  box-sizing: border-box;
}

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

/*# sourceMappingURL=data:application/json;charset=utf-8,%7B%22version%22:3,%22sourceRoot%22:%22%22,%22sources%22:%5B%22../sass/layout.scss%22,%22../sass/base/_fonts.scss%22,%22../sass/vendors/_normalize.scss%22,%22../sass/vendors/_wp_core_styles.scss%22,%22../sass/vendors/_flickity.scss%22,%22../sass/vendors/_fancybox.scss%22,%22../sass/abstracts/_mixins.scss%22,%22../sass/abstracts/_variables.scss%22,%22../sass/base/_icons.scss%22,%22../sass/base/_typography.scss%22,%22../sass/base/_utilities.scss%22,%22../sass/layout/_header.scss%22,%22../sass/layout/_footer.scss%22,%22../sass/layout/_navigation.scss%22,%22../sass/layout/_grid.scss%22,%22../sass/layout/_forms.scss%22,%22../sass/layout/_tables.scss%22,%22../sass/layout/_slideshow.scss%22,%22../sass/layout/_sections.scss%22,%22../sass/layout/_items.scss%22,%22../sass/layout/_woocommerce.scss%22,%22../sass/components/_buttons.scss%22,%22../sass/components/_hamburger.scss%22,%22../sass/components/_accordion.scss%22,%22../sass/components/_tabs.scss%22,%22../sass/components/_cookie.scss%22,%22../sass/base/_elements.scss%22%5D,%22names%22:%5B%5D,%22mappings%22:%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A;AAAA;AmBZC;EAEC;EACA;;AAGD;AAAA;AAAA;AAAA;EAIC;;AAEA;AAAA;AAAA;AAAA;EACC;;AAIF;EACC;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;Ab3BE;EaaH;IAiBE;;;AAED;EACC;EACA;EACA;;AAEA;EACC;;AAIF;EACC,aZnDe;EYoDf;EACA;EAEA;EACA,OZzCW;;AY2CZ;EACC;;AAED;EACC,OZ/CW;EYgDX;EACA;;AAED;EACC;;AAED;EACC;EACA;EACA;EACA;EACA;EACA;;AAED;EACC;;AAED;EACC;EACA;EACA;;AAEA;EACC;;AAGD;EACC;;AAGD;EACC;EACA;;AAEA;EACC;EACA;EACA;EACA;;AAGA;EbpFD;EACA;EACA;EACA;EACA;EACA;EACA;EACA,aC1Be;EYyGb;EACA;EACA;EACA;EACA;EACA;;AAKJ;EACC;EACA;EACA;;AACA;EACC;EACA,OZ3GU;;ADPV;Ea4GF;IASE;;;AAED;EACC;EACA;;AbzHA;EauHD;IAKE;;;AAMJ;EACC;EACA;EACA;EACA;;AAEA;EACC;EACA;EACA;EACA;;AAEA;EACC;EACA;EACA;EACA;EACA;EACA;EACA;;AAIF;EACC;EACA;;AACA;EACC;EACA;EACA;;AAED;EACC;;AAED;EACC;EACA;EACA;EACA;;AAEA;EACC;;AAGD;EACC;;AAIF;EACC;EACA;;AAIF;EACC;EACA;;Ab3LC;EayLF;IAKE;IACA;;;AAGD;EACC;EACA;EACA;EACA;;AACA;EACC;EACA;EACA;;AAIF;EACC;EACA;;AAEA;EACC;;AAEA;EACC;;;AnBtNN;AAAA;AAAA;AAAA;AAAA;AoBJQ;EACI;EACA;EACA;EACA;;AdAR;EcJI;IAOQ;;;AAGR;EACI;EACA;EACA,ObFE;;ADPV;EcMI;IAMQ;;;AAGR;EACI;;AAIJ;EACI;EACA;;AAGR;EACI;;AAEJ;EACI;;AAEJ;EACI;;;AAGR;EACI;EACA;EACA;EACA;;;AAGJ;AAAA;AAAA;EAGQ;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAKA;AAAA;AAAA;EACI;;AAGJ;AAAA;AAAA;EACI;EACA;EACA;;AAIA;AAAA;AAAA;EACI;;;AAKhB;EACI;EACA;EACA;;AAEA;EACI;;AAGA;EACI;;AAEJ;EACI;EACA;EACA;;;AAKZ;AAEI;EAEI;EACA;EACA;EACA;EACA;EACA;EACA;;AAII;EACI;;;AAYhB;AAAA;EAEI;EACA;;;AAEJ;EACI;;AACA;EACI;;;AAGR;EACI;EACA;EACA;;;AAGJ;EACI;;;AAIA;EACI;EACA;EACA;EACA;;AACA;EACI;;AAEJ;EACI;;AACA;EACI;;AAIZ;EACI;;;AAGR;EACI;EACA;EACA;EACA;;;AAEJ;EACI;;AAEA;EACI;EACA;;AAGJ;EACI;EACA;;AAGJ;EACI;EACA;EACA;;;AAGR;AAAA;AAAA;EAGI;;;AAIA;EACI;;AAGA;EACI;EACA;;AAGR;EACI;EACA;;;AAIR;EACI;;;AAGJ;EACI;EACA;EACA;;;AAEJ;EACI;;;AAEJ;EACI;;;AAEJ;EACI;EACA;;;AAEJ;EACI;EACA;EACA;;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;;AdhPA;Ec0OJ;IASQ;;;AAGJ;EACI;EACA;;AAGJ;EACI;EACA,ObtPM;;;AayPd;EACI;;AdjQA;EcgQJ;IAIQ;;;;AdpQJ;EcwQJ;IAEQ;IACA;;;;AAMA;EACI;;;AAKR;EACI;EACA;;AAEJ;EACI;EACA;EACA;;;AAIR;EACI;;;AAGJ;EACI;;AAEA;EACI;;;AAIR;EACI;EACA;EACA;EACA;;AAEA;EACI;;AAGJ;EACI,OblTM;;;AasTd;EACI;EACA;EACA;;;AAGJ;EACI;;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;;AAGI;EACI;;;AAMR;EACI;EACA;EACA;EACA;;;AAGR;EACI;EACA;EACA;EACA;EACA;EACA;EACA;;AAEA;EACI;EACA;;AAEJ;EACI;EACA;EACA;EACA;;;AAGR;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AAEJ;EACI;EACA;EACA;;;AAGA;EACI;EACA;EACA;EACA;;AAEA;EA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EACI;EACA;;;AAIR;EACI;EACA;EACA;EACA;EACA;;AAEA;EACI;EACA;EACA;;AAEA;EACI;;;ArB7MZ;AAAA;AAAA;AAAA;AAAA;AsBNA;EACI,OfwCc;EevCd,QfsCe;EerCf;EACA;EACA;EACA;;AAEA;EACI;EACA;EACA;EACA;EACA;EACA,kBfDM;EeEN;EACA;EACA;EACA;EACA;;AhBbJ;EgBNJ;IAuBQ;;;AAGJ;EACI;EACA;EACA,OfYU;EeXV,QfYgB;EeXhB;EACA;EACA;EACA;EACA;;AAMA;EACI;;AAGJ;EACI;;AAGJ;EACI;;AAIR;EACI;EACA;EACA;;AACA;EACI;;AAGJ;EACI;;AAGJ;EACI;;AhB7DR;EgBiEA;IAEQ;;;;AtBnEZ;AAAA;AAAA;AAAA;AAAA;AuBNA;EACI;EACA;;AAEA;EACI;;AAEA;EACI;;AAIJ;EACI;EACA;EACA;EACA;;AAEA;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAIA;EACI;;AAKZ;EACI;EACA;EACA;EACA;;AAEA;EACI;EACA;EACA;;AAGJ;EACI;EACA;;AAEA;EACI;EACA;;;AvBhDpB;AAAA;AAAA;AAAA;AAAA;AwBLI;EACI;EACA;EACA;EACA;;AAII;EACI;EACA;EACA;EACA;EACA;EACA;;AAEA;EACI;EACA;EACA;;AlBdhB;EkBLA;IA0BQ;;;AAIR;EACI;EACA;;AAEA;EACI;;AlB9BR;EkByBA;IASQ;IACA;IACA;;EAEA;IACI;;;AASZ;EACI;;;AxBjDR;AAAA;AAAA;AAAA;AAAA;AyBNA;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AnBTA;EmBNJ;IAkBQ;IACA;;;AAGJ;EACI;;AAIA;EACI;EACA;EACA;;AnBxBR;EmBqBI;IAMQ;;;AAKZ;EACI;EACA;EACA;EACA;EACA;;AnBrCJ;EmBgCA;IAQQ;IACA;;;AAIR;EACI;EACA;EACA;EACA;;AAEA;EACI;EACA;EACA;EACA;EACA;EACA;EACA;;AAEA;EACI;EACA;;;AzB9DhB;AAAA;AAAA;AAAA;AAAA;A0BLA;EACC;EACA;EACA;EACA;;AAEA;EACO;;AAGP;EACC;EACA;EACA;EACA;EACA;EACA;EACA;;;AAKD;EAEC;EACA;EACA;EACA,kBnBfY;;AmBiBZ;EACC;;AAGD;EACC;EACA;EACA;EACA;EACA;;AAIA;EACC;;;AAMJ;AAAA;EAEC;EACA;;ApB/CG;EoB4CJ;AAAA;IAME;;;;AAIF;AACA;EACC;;;AAGD;EACI;EACA;EACA;EACA;EACA;EACA;;AAEA;EACI;EACA;;AAEA;EACI;EACA;;;AAKZ;EACC;EACA;;;AAID;EACC;EACA;;;AAGD;EACC;EACA;;AAEA;EACC;EACA;EACA;EACG;;;AAIL;EACC;EACA;;AAEA;EACC;;AAEA;EACC;EACA;EACA;EACA;EACA;EACA;;AAEA;EACC;EACA;EACA;EACA;EACA;;AAIF;EACC;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAIF;AAAA;AAAA;EAGC;;ApB9IE;EoB2IH;AAAA;AAAA;IAMW;;;AAGJ;AAAA;AAAA;EACI;;;AAMV;EACA;EACA;;AAEA;EAEC;;;AAMH;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AAGJ;EACC;EACG;EACA;EACA;EACA,OnB9KgB;EmB+KnB;EACG;EACA;EACH;;AAEA;EACC;;ApBjME;EoBgMH;IAIE;;;AAED;EACC;EACA;;AAIC;EACC;;AAGD;EACC;EACA;EACA,kBnBvMe;EmBwMf;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAGJ;EACC;;AAGE;EACC;EACA;;AAEA;EACC;EACA;;AAIF;EACC;EACA;;AAEA;EACC;EACA;EACA,anB3Pa;;AmB+Pf;EACC;EACA;;AAEA;EACC;EACA;;AAIL;EACC;EACA,cnB7PY;;AmB+PT;EACC;EACA,kBnBjQQ;;;AmBsQd;EACC;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AAGD;EACI;EACA;EACA;;AAEH;EACC;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AAIF;EACC;EACA;EACA;EACA;;;AAGD;EACC;EACA;EACA;;AAEA;EACC;EACA;EACA;;AAGD;EACC,OnB5TY;EmB6TT;;;ApBpUD;EoB0UF;IACC;;EAEA;IACC;;EAGD;IACC;IACA;;EAEA;IACC;IACA;IACA;;EAEA;IACC;IACA;IACA;IACA;;EAEA;IACC;;EAEA;IACC;;EAGD;IACC;;EAEA;IACC;;EAKH;IACC;;;;AASP;EACC;EACA;EACA;EACA;;AAEA;EACC;EACA;;AAEA;EACC;EACA;EACA;EACA;EACA;EACA;EACA;EACG;;AAEH;EACC;EACA;EACA;;;A1B5VJ;EACI;;;AAGJ;AAAA;AAAA;EAGI;;;AAGJ;EACI;EACA;EACA%22,%22file%22:%22layout.css%22%7D */
