/*! normalize.css v8.0.1 | 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;
}

/**
   * Render the `main` element consistently in IE.
   */
main {
  display: block;
}

/**
   * 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 */
  -webkit-text-decoration: underline dotted;
          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.35em 0.75em 0.625em;
}

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

@font-face {
  font-family: "iCiel Graphit";
  src: url("../fonts/iCielGraphit/iCielGraphit-Light.otf") format("opentype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "iCiel Graphit";
  src: url("../fonts/iCielGraphit/iCielGraphit-LightItalic.otf") format("opentype");
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: "iCiel Graphit";
  src: url("../fonts/iCielGraphit/iCielGraphit-Regular.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "iCiel Graphit";
  src: url("../fonts/iCielGraphit/iCielGraphit-RegularItalic.otf") format("opentype");
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: "iCiel Graphit";
  src: url("../fonts/iCielGraphit/iCielGraphit-Medium.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "iCiel Graphit";
  src: url("../fonts/iCielGraphit/iCielGraphit-MediumItalic.otf") format("opentype");
  font-weight: 500;
  font-style: italic;
}
@font-face {
  font-family: "iCiel Graphit";
  src: url("../fonts/iCielGraphit/iCielGraphit-Bold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "iCiel Graphit";
  src: url("../fonts/iCielGraphit/iCielGraphit-BoldItalic.otf") format("opentype");
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: "iCiel Graphit";
  src: url("../fonts/iCielGraphit/iCielGraphit-Black.otf") format("opentype");
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: "iCiel Graphit";
  src: url("../fonts/iCielGraphit/iCielGraphit-BlackItalic.otf") format("opentype");
  font-weight: 800;
  font-style: italic;
}
/**
 * Swiper 11.1.15
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2024 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: November 18, 2024
 */
@font-face {
  font-family: "swiper-icons";
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff;
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  --swiper-wrapper-transition-timing-function: initial;
  */
}

:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
  display: block;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
}

.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-horizontal {
  touch-action: pan-y;
}

.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  backface-visibility: hidden;
}

/* 3D Effects */
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-3d {
  perspective: 1200px;
}
.swiper-3d .swiper-slide,
.swiper-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}

/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none; /* For Firefox */
  -ms-overflow-style: none; /* For Internet Explorer and Edge */
}
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}
.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}
.swiper-css-mode.swiper-vertical > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  scroll-snap-type: none;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

/* Slide styles start */
/* 3D Shadows */
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}
.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* Slide styles end */
:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  --swiper-pagination-left: auto;
  --swiper-pagination-right: 8px;
  --swiper-pagination-bottom: 8px;
  --swiper-pagination-top: auto;
  --swiper-pagination-fraction-color: inherit;
  --swiper-pagination-progressbar-bg-color: rgba(0,0,0,0.25);
  --swiper-pagination-progressbar-size: 4px;
  --swiper-pagination-bullet-size: 8px;
  --swiper-pagination-bullet-width: 8px;
  --swiper-pagination-bullet-height: 8px;
  --swiper-pagination-bullet-border-radius: 50%;
  --swiper-pagination-bullet-inactive-color: #000;
  --swiper-pagination-bullet-inactive-opacity: 0.2;
  --swiper-pagination-bullet-opacity: 1;
  --swiper-pagination-bullet-horizontal-gap: 4px;
  --swiper-pagination-bullet-vertical-gap: 6px;
  */
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
.swiper-pagination-disabled > .swiper-pagination, .swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: var(--swiper-pagination-bottom, 8px);
  top: var(--swiper-pagination-top, auto);
  left: 0;
  width: 100%;
}

/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-bullet:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-vertical > .swiper-pagination-bullets,
.swiper-pagination-vertical.swiper-pagination-bullets {
  right: var(--swiper-pagination-right, 8px);
  left: var(--swiper-pagination-left, auto);
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}
.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 200ms transform, 200ms top;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}
.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}
.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms left;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms right;
}

/* Fraction */
.swiper-pagination-fraction {
  color: var(--swiper-pagination-fraction-color, inherit);
}

/* Progress */
.swiper-pagination-progressbar {
  background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, 0.25));
  position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}
.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}
.swiper-horizontal > .swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-horizontal, .swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: var(--swiper-pagination-progressbar-size, 4px);
  left: 0;
  top: 0;
}
.swiper-vertical > .swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-vertical, .swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite {
  width: var(--swiper-pagination-progressbar-size, 4px);
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-lock {
  display: none;
}

:root {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-top-offset: 50%;
  --swiper-navigation-sides-offset: 10px;
  --swiper-navigation-color: var(--swiper-theme-color);
  */
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: var(--swiper-navigation-top-offset, 50%);
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-prev.swiper-button-hidden,
.swiper-button-next.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}
.swiper-navigation-disabled .swiper-button-prev,
.swiper-navigation-disabled .swiper-button-next {
  display: none !important;
}
.swiper-button-prev svg,
.swiper-button-next svg {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  transform-origin: center;
}
.swiper-rtl .swiper-button-prev svg,
.swiper-rtl .swiper-button-next svg {
  transform: rotate(180deg);
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: var(--swiper-navigation-sides-offset, 10px);
  right: auto;
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}

.swiper-button-lock {
  display: none;
}

/* Navigation font start */
.swiper-button-prev:after,
.swiper-button-next:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}
.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: "next";
}

/* Navigation font end */
.swiper-grid > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-grid-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}

*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

/*! tailwindcss v3.4.16 | MIT License | https://tailwindcss.com */

/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

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

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

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

html,
:host {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
  -webkit-tap-highlight-color: transparent; /* 7 */
}

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

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

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

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

button,
select {
  text-transform: none;
}

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

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

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

:-moz-focusring {
  outline: auto;
}

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

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

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

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

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

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

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

/*
Set the default cursor for buttons.
*/

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

/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled {
  cursor: default;
}

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

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

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

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

/* Make elements with the HTML hidden attribute stay hidden by default */

[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}

[type='text'],input:where(:not([type])),[type='email'],[type='url'],[type='password'],[type='number'],[type='date'],[type='datetime-local'],[type='month'],[type='search'],[type='tel'],[type='time'],[type='week'],[multiple],textarea,select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #fff;
  border-color: #6b7280;
  border-width: 1px;
  border-radius: 0px;
  padding-top: 0.5rem;
  padding-right: 0.75rem;
  padding-bottom: 0.5rem;
  padding-left: 0.75rem;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-shadow: 0 0 #0000;
}

[type='text']:focus, input:where(:not([type])):focus, [type='email']:focus, [type='url']:focus, [type='password']:focus, [type='number']:focus, [type='date']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='week']:focus, [multiple]:focus, textarea:focus, select:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #2563eb;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  border-color: #2563eb;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  color: #6b7280;
  opacity: 1;
}

input::placeholder,textarea::placeholder {
  color: #6b7280;
  opacity: 1;
}

::-webkit-datetime-edit-fields-wrapper {
  padding: 0;
}

::-webkit-date-and-time-value {
  min-height: 1.5em;
  text-align: inherit;
}

::-webkit-datetime-edit {
  display: inline-flex;
}

::-webkit-datetime-edit,::-webkit-datetime-edit-year-field,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-minute-field,::-webkit-datetime-edit-second-field,::-webkit-datetime-edit-millisecond-field,::-webkit-datetime-edit-meridiem-field {
  padding-top: 0;
  padding-bottom: 0;
}

select {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
  background-position: right 0.5rem center;
  background-repeat: no-repeat;
  background-size: 1.5em 1.5em;
  padding-right: 2.5rem;
  -webkit-print-color-adjust: exact;
          print-color-adjust: exact;
}

[multiple],[size]:where(select:not([size="1"])) {
  background-image: initial;
  background-position: initial;
  background-repeat: unset;
  background-size: initial;
  padding-right: 0.75rem;
  -webkit-print-color-adjust: unset;
          print-color-adjust: unset;
}

[type='checkbox'],[type='radio'] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 0;
  -webkit-print-color-adjust: exact;
          print-color-adjust: exact;
  display: inline-block;
  vertical-align: middle;
  background-origin: border-box;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  flex-shrink: 0;
  height: 1rem;
  width: 1rem;
  color: #2563eb;
  background-color: #fff;
  border-color: #6b7280;
  border-width: 1px;
  --tw-shadow: 0 0 #0000;
}

[type='checkbox'] {
  border-radius: 0px;
}

[type='radio'] {
  border-radius: 100%;
}

[type='checkbox']:focus,[type='radio']:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 2px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #2563eb;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}

[type='checkbox']:checked,[type='radio']:checked {
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}

[type='checkbox']:checked {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e");
}

@media (forced-colors: active)  {
  [type='checkbox']:checked {
    -webkit-appearance: auto;
       -moz-appearance: auto;
            appearance: auto;
  }
}

[type='radio']:checked {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='8' cy='8' r='3'/%3e%3c/svg%3e");
}

@media (forced-colors: active)  {
  [type='radio']:checked {
    -webkit-appearance: auto;
       -moz-appearance: auto;
            appearance: auto;
  }
}

[type='checkbox']:checked:hover,[type='checkbox']:checked:focus,[type='radio']:checked:hover,[type='radio']:checked:focus {
  border-color: transparent;
  background-color: currentColor;
}

[type='checkbox']:indeterminate {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3e%3cpath stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 8h8'/%3e%3c/svg%3e");
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}

@media (forced-colors: active)  {
  [type='checkbox']:indeterminate {
    -webkit-appearance: auto;
       -moz-appearance: auto;
            appearance: auto;
  }
}

[type='checkbox']:indeterminate:hover,[type='checkbox']:indeterminate:focus {
  border-color: transparent;
  background-color: currentColor;
}

[type='file'] {
  background: unset;
  border-color: inherit;
  border-width: 0;
  border-radius: 0;
  padding: 0;
  font-size: unset;
  line-height: inherit;
}

[type='file']:focus {
  outline: 1px solid ButtonText;
  outline: 1px auto -webkit-focus-ring-color;
}

html, body {
    font-family: "Aeonik", sans-serif;
    line-height: 1.15;
  }

body {
    padding: 0px;
    margin: 0px;
    --screen-width: 100vw;
    --maxx: 390;
    --minx: 390;
    font-family: 'iCiel Graphit', serif;;
    font-size: min(calc(16 / var(--maxx, 1920)* var(--screen-width, 100vw)), max(calc(16 / var(--minx, 9999)* var(--screen-width, 100vw)), 16px));
    font-weight: 400;
    line-height: min(calc(20 / var(--maxx, 1920)* var(--screen-width, 100vw)), max(calc(20 / var(--minx, 9999)* var(--screen-width, 100vw)), 20px));
    --tw-text-opacity: 1;
    color: rgb(0 0 0 / var(--tw-text-opacity, 1));
  }

@media screen and (min-width: 768px) {
    body {
      --maxx: 768;
      --minx: 768;
    }
  }

@media screen and (min-width: 1024px) {
    body {
      --maxx: 1440;
      --minx: 9999;
    }
  }

body .container {
  padding-left: min(calc(16 / var(--maxx, 1920)* var(--screen-width, 100vw)), max(calc(16 / var(--minx, 9999)* var(--screen-width, 100vw)), 16px));
  padding-right: min(calc(16 / var(--maxx, 1920)* var(--screen-width, 100vw)), max(calc(16 / var(--minx, 9999)* var(--screen-width, 100vw)), 16px));
}

@media (min-width: 768px) {
  body .container {
    padding-left: min(calc(24 / var(--maxx, 1920)* var(--screen-width, 100vw)), max(calc(24 / var(--minx, 9999)* var(--screen-width, 100vw)), 24px));
    padding-right: min(calc(24 / var(--maxx, 1920)* var(--screen-width, 100vw)), max(calc(24 / var(--minx, 9999)* var(--screen-width, 100vw)), 24px));
  }
}

@media (min-width: 1024px) {
  body .container {
    padding-left: min(calc(104 / var(--maxx, 1920)* var(--screen-width, 100vw)), max(calc(104 / var(--minx, 9999)* var(--screen-width, 100vw)), 104px));
    padding-right: min(calc(104 / var(--maxx, 1920)* var(--screen-width, 100vw)), max(calc(104 / var(--minx, 9999)* var(--screen-width, 100vw)), 104px));
  }
}

@media (min-width: 1280px) {
  body .container {
    padding-left: min(calc(104 / var(--maxx, 1920)* var(--screen-width, 100vw)), max(calc(104 / var(--minx, 9999)* var(--screen-width, 100vw)), 104px));
    padding-right: min(calc(104 / var(--maxx, 1920)* var(--screen-width, 100vw)), max(calc(104 / var(--minx, 9999)* var(--screen-width, 100vw)), 104px));
  }
}

body .container {
  max-width: 100%;
}

@media (min-width: 1280px) {
  body .container {
    width: min(calc(1440 / var(--maxx, 1920)* var(--screen-width, 100vw)), max(calc(1440 / var(--minx, 9999)* var(--screen-width, 100vw)), 1440px));
  }
}

a {
    overflow-wrap: break-word;
    word-wrap: break-word;
    white-space: normal;
    word-break: break-word;
  }

a span {
    display: inline-block;
  }

img, video {
    -o-object-fit: cover;
       object-fit: cover;
  }

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

.svg[data-lazysrc] {
    opacity: 0;
  }

[type=text]:focus, input:where(:not([type])):focus, [type=email]:focus, [type=url]:focus, [type=password]:focus, [type=number]:focus, [type=date]:focus, [type=datetime-local]:focus, [type=month]:focus, [type=search]:focus, [type=tel]:focus, [type=time]:focus, [type=week]:focus, [multiple]:focus, textarea:focus, select:focus {
    --tw-ring-color: #015DAC;
    border-color: #015DAC;
  }

.text-white .wysiwyg-box h1,
  .text-white .wysiwyg-box h2,
  .text-white .wysiwyg-box h3,
  .text-white .wysiwyg-box h4,
  .text-white .wysiwyg-box h5,
  .text-white .wysiwyg-box h6 {
    color: #FFF;
  }
.container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 100%) {
  .container {
    max-width: 100%;
  }
}
@media (min-width: 1920px) {
  .container {
    max-width: 1920px;
  }
}
@keyframes spin {
    0% {
      transform: translate(-50%, -50%) rotate(0deg);
    }
    100% {
      transform: translate(-50%, -50%) rotate(360deg);
    }
  }
.box-video::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: min(calc(40 / var(--maxx, 1920)* var(--screen-width, 100vw)), max(calc(40 / var(--minx, 9999)* var(--screen-width, 100vw)), 40px));
    width: min(calc(40 / var(--maxx, 1920)* var(--screen-width, 100vw)), max(calc(40 / var(--minx, 9999)* var(--screen-width, 100vw)), 40px));
    transition-duration: 300ms;
  }
@media (min-width: 1024px) {
  .box-video::after {
    height: min(calc(60 / var(--maxx, 1920)* var(--screen-width, 100vw)), max(calc(60 / var(--minx, 9999)* var(--screen-width, 100vw)), 60px));
    width: min(calc(60 / var(--maxx, 1920)* var(--screen-width, 100vw)), max(calc(60 / var(--minx, 9999)* var(--screen-width, 100vw)), 60px));
  }
}
.box-video::after {
    background-image: url('data:image/svg+xml,<svg width="80" height="80" viewBox="0 0 80 80" fill="none" xmlns="http://www.w3.org/2000/svg"><circle cx="40" cy="40" r="38.5" fill="white" fill-opacity="0.4" stroke="white" stroke-width="3"/><path d="M29.6775 21.9113C29.6775 20.8523 30.8828 20.2442 31.7346 20.8735L56.2137 38.9601C56.9118 39.4759 56.9118 40.5199 56.2138 41.0356L31.7346 59.1239C30.8829 59.7532 29.6775 59.1452 29.6775 58.0861L29.6775 21.9113Z" fill="white"/></svg>');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    pointer-events: none;
  }
.box-video:hover {
    opacity: 0.95;
  }
.box-video:hover::after {
    transform: translate(-50%, -50%) scale(1.09);
  }
.box-video--right::after {
  top: min(calc(160 / var(--maxx, 1920)* var(--screen-width, 100vw)), max(calc(160 / var(--minx, 9999)* var(--screen-width, 100vw)), 160px));
    left: auto;
    right: var(--box-right, 10%);
}
.pointer-events-none {
  pointer-events: none;
}
.visible {
  visibility: visible;
}
.static {
  position: static;
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.sticky {
  position: sticky;
}
.inset-0 {
  inset: 0px;
}
.-top-w12p {
  top: max(calc(-12 / var(--maxx, 1920)* var(--screen-width, 100vw)), min(calc(-12 / var(--minx, 9999)* var(--screen-width, 100vw)), -12px));
}
.bottom-0 {
  bottom: 0px;
}
.bottom-w12p {
  bottom: min(calc(12 / var(--maxx, 1920)* var(--screen-width, 100vw)), max(calc(12 / var(--minx, 9999)* var(--screen-width, 100vw)), 12px));
}
.bottom-w16p {
  bottom: min(calc(16 / var(--maxx, 1920)* var(--screen-width, 100vw)), max(calc(16 / var(--minx, 9999)* var(--screen-width, 100vw)), 16px));
}
.bottom-w5p {
  bottom: min(calc(5 / var(--maxx, 1920)* var(--screen-width, 100vw)), max(calc(5 / var(--minx, 9999)* var(--screen-width, 100vw)), 5px));
}
.left-0 {
  left: 0px;
}
.left-1\/2 {
  left: 50%;
}
.left-w7p {
  left: min(calc(7 / var(--maxx, 1920)* var(--screen-width, 100vw)), max(calc(7 / var(--minx, 9999)* var(--screen-width, 100vw)), 7px));
}
.right-0 {
  right: 0px;
}
.right-w18p {
  right: min(calc(18 / var(--maxx, 1920)* var(--screen-width, 100vw)), max(calc(18 / var(--minx, 9999)* var(--screen-width, 100vw)), 18px));
}
.right-w20p {
  right: min(calc(20 / var(--maxx, 1920)* var(--screen-width, 100vw)), max(calc(20 / var(--minx, 9999)* var(--screen-width, 100vw)), 20px));
}
.right-w30p {
  right: min(calc(30 / var(--maxx, 1920)* var(--screen-width, 100vw)), max(calc(30 / var(--minx, 9999)* var(--screen-width, 100vw)), 30px));
}
.top-0 {
  top: 0px;
}
.top-1\/2 {
  top: 50%;
}
.top-w23p {
  top: min(calc(23 / var(--maxx, 1920)* var(--screen-width, 100vw)), max(calc(23 / var(--minx, 9999)* var(--screen-width, 100vw)), 23px));
}
.top-w30p {
  top: min(calc(30 / var(--maxx, 1920)* var(--screen-width, 100vw)), max(calc(30 / var(--minx, 9999)* var(--screen-width, 100vw)), 30px));
}
.top-w40p {
  top: min(calc(40 / var(--maxx, 1920)* var(--screen-width, 100vw)), max(calc(40 / var(--minx, 9999)* var(--screen-width, 100vw)), 40px));
}
.top-w5p {
  top: min(calc(5 / var(--maxx, 1920)* var(--screen-width, 100vw)), max(calc(5 / var(--minx, 9999)* var(--screen-width, 100vw)), 5px));
}
.top-w62p {
  top: min(calc(62 / var(--maxx, 1920)* var(--screen-width, 100vw)), max(calc(62 / var(--minx, 9999)* var(--screen-width, 100vw)), 62px));
}
.top-w7p {
  top: min(calc(7 / var(--maxx, 1920)* var(--screen-width, 100vw)), max(calc(7 / var(--minx, 9999)* var(--screen-width, 100vw)), 7px));
}
.z-1 {
  z-index: 1;
}
.z-10 {
  z-index: 10;
}
.z-2 {
  z-index: 2;
}
.z-3 {
  z-index: 3;
}
.z-50 {
  z-index: 50;
}
.z-\[99999\] {
  z-index: 99999;
}
.z-header {
  z-index: 999;
}
.-mx-w12p {
  margin-left: max(calc(-12 / var(--maxx, 1920)* var(--screen-width, 100vw)), min(calc(-12 / var(--minx, 9999)* var(--screen-width, 100vw)), -12px));
  margin-right: max(calc(-12 / var(--maxx, 1920)* var(--screen-width, 100vw)), min(calc(-12 / var(--minx, 9999)* var(--screen-width, 100vw)), -12px));
}
.-mx-w4p {
  margin-left: max(calc(-4 / var(--maxx, 1920)* var(--screen-width, 100vw)), min(calc(-4 / var(--minx, 9999)* var(--screen-width, 100vw)), -4px));
  margin-right: max(calc(-4 / var(--maxx, 1920)* var(--screen-width, 100vw)), min(calc(-4 / var(--minx, 9999)* var(--screen-width, 100vw)), -4px));
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.mb-w3p {
  margin-bottom: min(calc(3 / var(--maxx, 1920)* var(--screen-width, 100vw)), max(calc(3 / var(--minx, 9999)* var(--screen-width, 100vw)), 3px));
}
.mb-w40p {
  margin-bottom: min(calc(40 / var(--maxx, 1920)* var(--screen-width, 100vw)), max(calc(40 / var(--minx, 9999)* var(--screen-width, 100vw)), 40px));
}
.mr-w10p {
  margin-right: min(calc(10 / var(--maxx, 1920)* var(--screen-width, 100vw)), max(calc(10 / var(--minx, 9999)* var(--screen-width, 100vw)), 10px));
}
.mr-w18p {
  margin-right: min(calc(18 / var(--maxx, 1920)* var(--screen-width, 100vw)), max(calc(18 / var(--minx, 9999)* var(--screen-width, 100vw)), 18px));
}
.mr-w20p {
  margin-right: min(calc(20 / var(--maxx, 1920)* var(--screen-width, 100vw)), max(calc(20 / var(--minx, 9999)* var(--screen-width, 100vw)), 20px));
}
.mr-w22p {
  margin-right: min(calc(22 / var(--maxx, 1920)* var(--screen-width, 100vw)), max(calc(22 / var(--minx, 9999)* var(--screen-width, 100vw)), 22px));
}
.mt-w10p {
  margin-top: min(calc(10 / var(--maxx, 1920)* var(--screen-width, 100vw)), max(calc(10 / var(--minx, 9999)* var(--screen-width, 100vw)), 10px));
}
.mt-w12p {
  margin-top: min(calc(12 / var(--maxx, 1920)* var(--screen-width, 100vw)), max(calc(12 / var(--minx, 9999)* var(--screen-width, 100vw)), 12px));
}
.mt-w16p {
  margin-top: min(calc(16 / var(--maxx, 1920)* var(--screen-width, 100vw)), max(calc(16 / var(--minx, 9999)* var(--screen-width, 100vw)), 16px));
}
.mt-w1p {
  margin-top: min(calc(1 / var(--maxx, 1920)* var(--screen-width, 100vw)), max(calc(1 / var(--minx, 9999)* var(--screen-width, 100vw)), 1px));
}
.mt-w20p {
  margin-top: min(calc(20 / var(--maxx, 1920)* var(--screen-width, 100vw)), max(calc(20 / var(--minx, 9999)* var(--screen-width, 100vw)), 20px));
}
.mt-w24p {
  margin-top: min(calc(24 / var(--maxx, 1920)* var(--screen-width, 100vw)), max(calc(24 / var(--minx, 9999)* var(--screen-width, 100vw)), 24px));
}
.mt-w30p {
  margin-top: min(calc(30 / var(--maxx, 1920)* var(--screen-width, 100vw)), max(calc(30 / var(--minx, 9999)* var(--screen-width, 100vw)), 30px));
}
.mt-w3p {
  margin-top: min(calc(3 / var(--maxx, 1920)* var(--screen-width, 100vw)), max(calc(3 / var(--minx, 9999)* var(--screen-width, 100vw)), 3px));
}
.mt-w40p {
  margin-top: min(calc(40 / var(--maxx, 1920)* var(--screen-width, 100vw)), max(calc(40 / var(--minx, 9999)* var(--screen-width, 100vw)), 40px));
}
.mt-w4p {
  margin-top: min(calc(4 / var(--maxx, 1920)* var(--screen-width, 100vw)), max(calc(4 / var(--minx, 9999)* var(--screen-width, 100vw)), 4px));
}
.mt-w5p {
  margin-top: min(calc(5 / var(--maxx, 1920)* var(--screen-width, 100vw)), max(calc(5 / var(--minx, 9999)* var(--screen-width, 100vw)), 5px));
}
.mt-w60p {
  margin-top: min(calc(60 / var(--maxx, 1920)* var(--screen-width, 100vw)), max(calc(60 / var(--minx, 9999)* var(--screen-width, 100vw)), 60px));
}
.mt-w8p {
  margin-top: min(calc(8 / var(--maxx, 1920)* var(--screen-width, 100vw)), max(calc(8 / var(--minx, 9999)* var(--screen-width, 100vw)), 8px));
}
.line-clamp-1 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.line-clamp-2 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.line-clamp-4 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.flex {
  display: flex;
}
.inline-flex {
  display: inline-flex;
}
.table {
  display: table;
}
.grid {
  display: grid;
}
.contents {
  display: contents;
}
.hidden {
  display: none;
}
.h-0 {
  height: 0px;
}
.h-\[100vh\] {
  height: 100vh;
}
.h-\[11\.61\%\] {
  height: 11.61%;
}
.h-auto {
  height: auto;
}
.h-full {
  height: 100%;
}
.h-w100p {
  height: min(calc(100 / var(--maxx, 1920)* var(--screen-width, 100vw)), max(calc(100 / var(--minx, 9999)* var(--screen-width, 100vw)), 100px));
}
.h-w10p {
  height: min(calc(10 / var(--maxx, 1920)* var(--screen-width, 100vw)), max(calc(10 / var(--minx, 9999)* var(--screen-width, 100vw)), 10px));
}
.h-w12p {
  height: min(calc(12 / var(--maxx, 1920)* var(--screen-width, 100vw)), max(calc(12 / var(--minx, 9999)* var(--screen-width, 100vw)), 12px));
}
.h-w14p {
  height: min(calc(14 / var(--maxx, 1920)* var(--screen-width, 100vw)), max(calc(14 / var(--minx, 9999)* var(--screen-width, 100vw)), 14px));
}
.h-w16p {
  height: min(calc(16 / var(--maxx, 1920)* var(--screen-width, 100vw)), max(calc(16 / var(--minx, 9999)* var(--screen-width, 100vw)), 16px));
}
.h-w178p {
  height: min(calc(178 / var(--maxx, 1920)* var(--screen-width, 100vw)), max(calc(178 / var(--minx, 9999)* var(--screen-width, 100vw)), 178px));
}
.h-w18p {
  height: min(calc(18 / var(--maxx, 1920)* var(--screen-width, 100vw)), max(calc(18 / var(--minx, 9999)* var(--screen-width, 100vw)), 18px));
}
.h-w20p {
  height: min(calc(20 / var(--maxx, 1920)* var(--screen-width, 100vw)), max(calc(20 / var(--minx, 9999)* var(--screen-width, 100vw)), 20px));
}
.h-w24p {
  height: min(calc(24 / var(--maxx, 1920)* var(--screen-width, 100vw)), max(calc(24 / var(--minx, 9999)* var(--screen-width, 100vw)), 24px));
}
.h-w25p {
  height: min(calc(25 / var(--maxx, 1920)* var(--screen-width, 100vw)), max(calc(25 / var(--minx, 9999)* var(--screen-width, 100vw)), 25px));
}
.h-w26p {
  height: min(calc(26 / var(--maxx, 1920)* var(--screen-width, 100vw)), max(calc(26 / var(--minx, 9999)* var(--screen-width, 100vw)), 26px));
}
.h-w28p {
  height: min(calc(28 / var(--maxx, 1920)* var(--screen-width, 100vw)), max(calc(28 / var(--minx, 9999)* var(--screen-width, 100vw)), 28px));
}
.h-w32p {
  height: min(calc(32 / var(--maxx, 1920)* var(--screen-width, 100vw)), max(calc(32 / var(--minx, 9999)* var(--screen-width, 100vw)), 32px));
}
.h-w33p {
  height: min(calc(33 / var(--maxx, 1920)* var(--screen-width, 100vw)), max(calc(33 / var(--minx, 9999)* var(--screen-width, 100vw)), 33px));
}
.h-w37p {
  height: min(calc(37 / var(--maxx, 1920)* var(--screen-width, 100vw)), max(calc(37 / var(--minx, 9999)* var(--screen-width, 100vw)), 37px));
}
.h-w40p {
  height: min(calc(40 / var(--maxx, 1920)* var(--screen-width, 100vw)), max(calc(40 / var(--minx, 9999)* var(--screen-width, 100vw)), 40px));
}
.h-w44p {
  height: min(calc(44 / var(--maxx, 1920)* var(--screen-width, 100vw)), max(calc(44 / var(--minx, 9999)* var(--screen-width, 100vw)), 44px));
}
.h-w52p {
  height: min(calc(52 / var(--maxx, 1920)* var(--screen-width, 100vw)), max(calc(52 / var(--minx, 9999)* var(--screen-width, 100vw)), 52px));
}
.h-w60p {
  height: min(calc(60 / var(--maxx, 1920)* var(--screen-width, 100vw)), max(calc(60 / var(--minx, 9999)* var(--screen-width, 100vw)), 60px));
}
.h-w710p {
  height: min(calc(710 / var(--maxx, 1920)* var(--screen-width, 100vw)), max(calc(710 / var(--minx, 9999)* var(--screen-width, 100vw)), 710px));
}
.h-w80p {
  height: min(calc(80 / var(--maxx, 1920)* var(--screen-width, 100vw)), max(calc(80 / var(--minx, 9999)* var(--screen-width, 100vw)), 80px));
}
.h-w87p {
  height: min(calc(87 / var(--maxx, 1920)* var(--screen-width, 100vw)), max(calc(87 / var(--minx, 9999)* var(--screen-width, 100vw)), 87px));
}
.max-h-\[94vh\] {
  max-height: 94vh;
}
.min-h-w108p {
  min-height: min(calc(108 / var(--maxx, 1920)* var(--screen-width, 100vw)), max(calc(108 / var(--minx, 9999)* var(--screen-width, 100vw)), 108px));
}
.min-h-w124p {
  min-height: min(calc(124 / var(--maxx, 1920)* var(--screen-width, 100vw)), max(calc(124 / var(--minx, 9999)* var(--screen-width, 100vw)), 124px));
}
.min-h-w440p {
  min-height: min(calc(440 / var(--maxx, 1920)* var(--screen-width, 100vw)), max(calc(440 / var(--minx, 9999)* var(--screen-width, 100vw)), 440px));
}
.min-h-w710p {
  min-height: min(calc(710 / var(--maxx, 1920)* var(--screen-width, 100vw)), max(calc(710 / var(--minx, 9999)* var(--screen-width, 100vw)), 710px));
}
.min-h-w80p {
  min-height: min(calc(80 / var(--maxx, 1920)* var(--screen-width, 100vw)), max(calc(80 / var(--minx, 9999)* var(--screen-width, 100vw)), 80px));
}
.w-\[120\%\] {
  width: 120%;
}
.w-\[26\%\] {
  width: 26%;
}
.w-\[48\%\] {
  width: 48%;
}
.w-\[489\.487\%\] {
  width: 489.487%;
}
.w-auto {
  width: auto;
}
.w-full {
  width: 100%;
}
.w-w100p {
  width: min(calc(100 / var(--maxx, 1920)* var(--screen-width, 100vw)), max(calc(100 / var(--minx, 9999)* var(--screen-width, 100vw)), 100px));
}
.w-w1023p {
  width: min(calc(1023 / var(--maxx, 1920)* var(--screen-width, 100vw)), max(calc(1023 / var(--minx, 9999)* var(--screen-width, 100vw)), 1023px));
}
.w-w1024p {
  width: min(calc(1024 / var(--maxx, 1920)* var(--screen-width, 100vw)), max(calc(1024 / var(--minx, 9999)* var(--screen-width, 100vw)), 1024px));
}
.w-w10p {
  width: min(calc(10 / var(--maxx, 1920)* var(--screen-width, 100vw)), max(calc(10 / var(--minx, 9999)* var(--screen-width, 100vw)), 10px));
}
.w-w1130p {
  width: min(calc(1130 / var(--maxx, 1920)* var(--screen-width, 100vw)), max(calc(1130 / var(--minx, 9999)* var(--screen-width, 100vw)), 1130px));
}
.w-w12p {
  width: min(calc(12 / var(--maxx, 1920)* var(--screen-width, 100vw)), max(calc(12 / var(--minx, 9999)* var(--screen-width, 100vw)), 12px));
}
.w-w1360p {
  width: min(calc(1360 / var(--maxx, 1920)* var(--screen-width, 100vw)), max(calc(1360 / var(--minx, 9999)* var(--screen-width, 100vw)), 1360px));
}
.w-w1386p {
  width: min(calc(1386 / var(--maxx, 1920)* var(--screen-width, 100vw)), max(calc(1386 / var(--minx, 9999)* var(--screen-width, 100vw)), 1386px));
}
.w-w156p {
  width: min(calc(156 / var(--maxx, 1920)* var(--screen-width, 100vw)), max(calc(156 / var(--minx, 9999)* var(--screen-width, 100vw)), 156px));
}
.w-w16p {
  width: min(calc(16 / var(--maxx, 1920)* var(--screen-width, 100vw)), max(calc(16 / var(--minx, 9999)* var(--screen-width, 100vw)), 16px));
}
.w-w174p {
  width: min(calc(174 / var(--maxx, 1920)* var(--screen-width, 100vw)), max(calc(174 / var(--minx, 9999)* var(--screen-width, 100vw)), 174px));
}
.w-w205p {
  width: min(calc(205 / var(--maxx, 1920)* var(--screen-width, 100vw)), max(calc(205 / var(--minx, 9999)* var(--screen-width, 100vw)), 205px));
}
.w-w20p {
  width: min(calc(20 / var(--maxx, 1920)* var(--screen-width, 100vw)), max(calc(20 / var(--minx, 9999)* var(--screen-width, 100vw)), 20px));
}
.w-w213p {
  width: min(calc(213 / var(--maxx, 1920)* var(--screen-width, 100vw)), max(calc(213 / var(--minx, 9999)* var(--screen-width, 100vw)), 213px));
}
.w-w236p {
  width: min(calc(236 / var(--maxx, 1920)* var(--screen-width, 100vw)), max(calc(236 / var(--minx, 9999)* var(--screen-width, 100vw)), 236px));
}
.w-w239p {
  width: min(calc(239 / var(--maxx, 1920)* var(--screen-width, 100vw)), max(calc(239 / var(--minx, 9999)* var(--screen-width, 100vw)), 239px));
}
.w-w24p {
  width: min(calc(24 / var(--maxx, 1920)* var(--screen-width, 100vw)), max(calc(24 / var(--minx, 9999)* var(--screen-width, 100vw)), 24px));
}
.w-w26p {
  width: min(calc(26 / var(--maxx, 1920)* var(--screen-width, 100vw)), max(calc(26 / var(--minx, 9999)* var(--screen-width, 100vw)), 26px));
}
.w-w274p {
  width: min(calc(274 / var(--maxx, 1920)* var(--screen-width, 100vw)), max(calc(274 / var(--minx, 9999)* var(--screen-width, 100vw)), 274px));
}
.w-w282p {
  width: min(calc(282 / var(--maxx, 1920)* var(--screen-width, 100vw)), max(calc(282 / var(--minx, 9999)* var(--screen-width, 100vw)), 282px));
}
.w-w28p {
  width: min(calc(28 / var(--maxx, 1920)* var(--screen-width, 100vw)), max(calc(28 / var(--minx, 9999)* var(--screen-width, 100vw)), 28px));
}
.w-w294p {
  width: min(calc(294 / var(--maxx, 1920)* var(--screen-width, 100vw)), max(calc(294 / var(--minx, 9999)* var(--screen-width, 100vw)), 294px));
}
.w-w306p {
  width: min(calc(306 / var(--maxx, 1920)* var(--screen-width, 100vw)), max(calc(306 / var(--minx, 9999)* var(--screen-width, 100vw)), 306px));
}
.w-w32p {
  width: min(calc(32 / var(--maxx, 1920)* var(--screen-width, 100vw)), max(calc(32 / var(--minx, 9999)* var(--screen-width, 100vw)), 32px));
}
.w-w33p {
  width: min(calc(33 / var(--maxx, 1920)* var(--screen-width, 100vw)), max(calc(33 / var(--minx, 9999)* var(--screen-width, 100vw)), 33px));
}
.w-w350p {
  width: min(calc(350 / var(--maxx, 1920)* var(--screen-width, 100vw)), max(calc(350 / var(--minx, 9999)* var(--screen-width, 100vw)), 350px));
}
.w-w358p {
  width: min(calc(358 / var(--maxx, 1920)* var(--screen-width, 100vw)), max(calc(358 / var(--minx, 9999)* var(--screen-width, 100vw)), 358px));
}
.w-w44p {
  width: min(calc(44 / var(--maxx, 1920)* var(--screen-width, 100vw)), max(calc(44 / var(--minx, 9999)* var(--screen-width, 100vw)), 44px));
}
.w-w468p {
  width: min(calc(468 / var(--maxx, 1920)* var(--screen-width, 100vw)), max(calc(468 / var(--minx, 9999)* var(--screen-width, 100vw)), 468px));
}
.w-w469p {
  width: min(calc(469 / var(--maxx, 1920)* var(--screen-width, 100vw)), max(calc(469 / var(--minx, 9999)* var(--screen-width, 100vw)), 469px));
}
.w-w52p {
  width: min(calc(52 / var(--maxx, 1920)* var(--screen-width, 100vw)), max(calc(52 / var(--minx, 9999)* var(--screen-width, 100vw)), 52px));
}
.w-w62p {
  width: min(calc(62 / var(--maxx, 1920)* var(--screen-width, 100vw)), max(calc(62 / var(--minx, 9999)* var(--screen-width, 100vw)), 62px));
}
.w-w710p {
  width: min(calc(710 / var(--maxx, 1920)* var(--screen-width, 100vw)), max(calc(710 / var(--minx, 9999)* var(--screen-width, 100vw)), 710px));
}
.w-w770p {
  width: min(calc(770 / var(--maxx, 1920)* var(--screen-width, 100vw)), max(calc(770 / var(--minx, 9999)* var(--screen-width, 100vw)), 770px));
}
.w-w797p {
  width: min(calc(797 / var(--maxx, 1920)* var(--screen-width, 100vw)), max(calc(797 / var(--minx, 9999)* var(--screen-width, 100vw)), 797px));
}
.w-w808p {
  width: min(calc(808 / var(--maxx, 1920)* var(--screen-width, 100vw)), max(calc(808 / var(--minx, 9999)* var(--screen-width, 100vw)), 808px));
}
.w-w813p {
  width: min(calc(813 / var(--maxx, 1920)* var(--screen-width, 100vw)), max(calc(813 / var(--minx, 9999)* var(--screen-width, 100vw)), 813px));
}
.w-w853p {
  width: min(calc(853 / var(--maxx, 1920)* var(--screen-width, 100vw)), max(calc(853 / var(--minx, 9999)* var(--screen-width, 100vw)), 853px));
}
.w-w945p {
  width: min(calc(945 / var(--maxx, 1920)* var(--screen-width, 100vw)), max(calc(945 / var(--minx, 9999)* var(--screen-width, 100vw)), 945px));
}
.w-w96p {
  width: min(calc(96 / var(--maxx, 1920)* var(--screen-width, 100vw)), max(calc(96 / var(--minx, 9999)* var(--screen-width, 100vw)), 96px));
}
.min-w-w108p {
  min-width: min(calc(108 / var(--maxx, 1920)* var(--screen-width, 100vw)), max(calc(108 / var(--minx, 9999)* var(--screen-width, 100vw)), 108px));
}
.min-w-w120p {
  min-width: min(calc(120 / var(--maxx, 1920)* var(--screen-width, 100vw)), max(calc(120 / var(--minx, 9999)* var(--screen-width, 100vw)), 120px));
}
.min-w-w130p {
  min-width: min(calc(130 / var(--maxx, 1920)* var(--screen-width, 100vw)), max(calc(130 / var(--minx, 9999)* var(--screen-width, 100vw)), 130px));
}
.min-w-w218p {
  min-width: min(calc(218 / var(--maxx, 1920)* var(--screen-width, 100vw)), max(calc(218 / var(--minx, 9999)* var(--screen-width, 100vw)), 218px));
}
.min-w-w245p {
  min-width: min(calc(245 / var(--maxx, 1920)* var(--screen-width, 100vw)), max(calc(245 / var(--minx, 9999)* var(--screen-width, 100vw)), 245px));
}
.min-w-w260p {
  min-width: min(calc(260 / var(--maxx, 1920)* var(--screen-width, 100vw)), max(calc(260 / var(--minx, 9999)* var(--screen-width, 100vw)), 260px));
}
.\!max-w-\[489\.487\%\] {
  max-width: 489.487% !important;
}
.max-w-\[92vw\] {
  max-width: 92vw;
}
.max-w-full {
  max-width: 100%;
}
.flex-1 {
  flex: 1 1 0%;
}
.shrink-0 {
  flex-shrink: 0;
}
.flex-grow-0 {
  flex-grow: 0;
}
.-translate-x-1\/2 {
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-translate-y-1\/2 {
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-translate-y-\[70\%\] {
  --tw-translate-y: -70%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-x-1\/2 {
  --tw-translate-x: 50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-y-1\/2 {
  --tw-translate-y: 50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-rotate-45 {
  --tw-rotate: -45deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.rotate-45 {
  --tw-rotate: 45deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
@keyframes opacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.animate-opacity {
  animation: opacity .6s ease;
}
@keyframes tabxLeft {
  0% {
    opacity: 0;
    transform: translateX(-5vh);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.animate-tabx-left {
  animation: tabxLeft .6s ease;
}
.cursor-pointer {
  cursor: pointer;
}
.select-none {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.resize-none {
  resize: none;
}
.resize {
  resize: both;
}
.appearance-none {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.grid-cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.flex-col {
  flex-direction: column;
}
.flex-col-reverse {
  flex-direction: column-reverse;
}
.flex-wrap {
  flex-wrap: wrap;
}
.items-start {
  align-items: flex-start;
}
.items-center {
  align-items: center;
}
.justify-start {
  justify-content: flex-start;
}
.justify-end {
  justify-content: flex-end;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.gap-w10p {
  gap: min(calc(10 / var(--maxx, 1920)* var(--screen-width, 100vw)), max(calc(10 / var(--minx, 9999)* var(--screen-width, 100vw)), 10px));
}
.gap-w12p {
  gap: min(calc(12 / var(--maxx, 1920)* var(--screen-width, 100vw)), max(calc(12 / var(--minx, 9999)* var(--screen-width, 100vw)), 12px));
}
.gap-w16p {
  gap: min(calc(16 / var(--maxx, 1920)* var(--screen-width, 100vw)), max(calc(16 / var(--minx, 9999)* var(--screen-width, 100vw)), 16px));
}
.gap-w20p {
  gap: min(calc(20 / var(--maxx, 1920)* var(--screen-width, 100vw)), max(calc(20 / var(--minx, 9999)* var(--screen-width, 100vw)), 20px));
}
.gap-w24p {
  gap: min(calc(24 / var(--maxx, 1920)* var(--screen-width, 100vw)), max(calc(24 / var(--minx, 9999)* var(--screen-width, 100vw)), 24px));
}
.gap-w30p {
  gap: min(calc(30 / var(--maxx, 1920)* var(--screen-width, 100vw)), max(calc(30 / var(--minx, 9999)* var(--screen-width, 100vw)), 30px));
}
.gap-w32p {
  gap: min(calc(32 / var(--maxx, 1920)* var(--screen-width, 100vw)), max(calc(32 / var(--minx, 9999)* var(--screen-width, 100vw)), 32px));
}
.gap-w40p {
  gap: min(calc(40 / var(--maxx, 1920)* var(--screen-width, 100vw)), max(calc(40 / var(--minx, 9999)* var(--screen-width, 100vw)), 40px));
}
.gap-w4p {
  gap: min(calc(4 / var(--maxx, 1920)* var(--screen-width, 100vw)), max(calc(4 / var(--minx, 9999)* var(--screen-width, 100vw)), 4px));
}
.gap-w5p {
  gap: min(calc(5 / var(--maxx, 1920)* var(--screen-width, 100vw)), max(calc(5 / var(--minx, 9999)* var(--screen-width, 100vw)), 5px));
}
.gap-w60p {
  gap: min(calc(60 / var(--maxx, 1920)* var(--screen-width, 100vw)), max(calc(60 / var(--minx, 9999)* var(--screen-width, 100vw)), 60px));
}
.gap-w6p {
  gap: min(calc(6 / var(--maxx, 1920)* var(--screen-width, 100vw)), max(calc(6 / var(--minx, 9999)* var(--screen-width, 100vw)), 6px));
}
.gap-w84p {
  gap: min(calc(84 / var(--maxx, 1920)* var(--screen-width, 100vw)), max(calc(84 / var(--minx, 9999)* var(--screen-width, 100vw)), 84px));
}
.gap-w8p {
  gap: min(calc(8 / var(--maxx, 1920)* var(--screen-width, 100vw)), max(calc(8 / var(--minx, 9999)* var(--screen-width, 100vw)), 8px));
}
.gap-x-w12p {
  -moz-column-gap: min(calc(12 / var(--maxx, 1920)* var(--screen-width, 100vw)), max(calc(12 / var(--minx, 9999)* var(--screen-width, 100vw)), 12px));
       column-gap: min(calc(12 / var(--maxx, 1920)* var(--screen-width, 100vw)), max(calc(12 / var(--minx, 9999)* var(--screen-width, 100vw)), 12px));
}
.gap-x-w15p {
  -moz-column-gap: min(calc(15 / var(--maxx, 1920)* var(--screen-width, 100vw)), max(calc(15 / var(--minx, 9999)* var(--screen-width, 100vw)), 15px));
       column-gap: min(calc(15 / var(--maxx, 1920)* var(--screen-width, 100vw)), max(calc(15 / var(--minx, 9999)* var(--screen-width, 100vw)), 15px));
}
.gap-x-w20p {
  -moz-column-gap: min(calc(20 / var(--maxx, 1920)* var(--screen-width, 100vw)), max(calc(20 / var(--minx, 9999)* var(--screen-width, 100vw)), 20px));
       column-gap: min(calc(20 / var(--maxx, 1920)* var(--screen-width, 100vw)), max(calc(20 / var(--minx, 9999)* var(--screen-width, 100vw)), 20px));
}
.gap-x-w24p {
  -moz-column-gap: min(calc(24 / var(--maxx, 1920)* var(--screen-width, 100vw)), max(calc(24 / var(--minx, 9999)* var(--screen-width, 100vw)), 24px));
       column-gap: min(calc(24 / var(--maxx, 1920)* var(--screen-width, 100vw)), max(calc(24 / var(--minx, 9999)* var(--screen-width, 100vw)), 24px));
}
.gap-x-w30p {
  -moz-column-gap: min(calc(30 / var(--maxx, 1920)* var(--screen-width, 100vw)), max(calc(30 / var(--minx, 9999)* var(--screen-width, 100vw)), 30px));
       column-gap: min(calc(30 / var(--maxx, 1920)* var(--screen-width, 100vw)), max(calc(30 / var(--minx, 9999)* var(--screen-width, 100vw)), 30px));
}
.gap-x-w38p {
  -moz-column-gap: min(calc(38 / var(--maxx, 1920)* var(--screen-width, 100vw)), max(calc(38 / var(--minx, 9999)* var(--screen-width, 100vw)), 38px));
       column-gap: min(calc(38 / var(--maxx, 1920)* var(--screen-width, 100vw)), max(calc(38 / var(--minx, 9999)* var(--screen-width, 100vw)), 38px));
}
.gap-x-w8p {
  -moz-column-gap: min(calc(8 / var(--maxx, 1920)* var(--screen-width, 100vw)), max(calc(8 / var(--minx, 9999)* var(--screen-width, 100vw)), 8px));
       column-gap: min(calc(8 / var(--maxx, 1920)* var(--screen-width, 100vw)), max(calc(8 / var(--minx, 9999)* var(--screen-width, 100vw)), 8px));
}
.gap-y-w10p {
  row-gap: min(calc(10 / var(--maxx, 1920)* var(--screen-width, 100vw)), max(calc(10 / var(--minx, 9999)* var(--screen-width, 100vw)), 10px));
}
.gap-y-w20p {
  row-gap: min(calc(20 / var(--maxx, 1920)* var(--screen-width, 100vw)), max(calc(20 / var(--minx, 9999)* var(--screen-width, 100vw)), 20px));
}
.gap-y-w24p {
  row-gap: min(calc(24 / var(--maxx, 1920)* var(--screen-width, 100vw)), max(calc(24 / var(--minx, 9999)* var(--screen-width, 100vw)), 24px));
}
.gap-y-w40p {
  row-gap: min(calc(40 / var(--maxx, 1920)* var(--screen-width, 100vw)), max(calc(40 / var(--minx, 9999)* var(--screen-width, 100vw)), 40px));
}
.gap-y-w8p {
  row-gap: min(calc(8 / var(--maxx, 1920)* var(--screen-width, 100vw)), max(calc(8 / var(--minx, 9999)* var(--screen-width, 100vw)), 8px));
}
.overflow-auto {
  overflow: auto;
}
.overflow-hidden {
  overflow: hidden;
}
.whitespace-nowrap {
  white-space: nowrap;
}
.rounded-\[100\%\] {
  border-radius: 100%;
}
.rounded-full {
  border-radius: 999px;
}
.rounded-w10p {
  border-radius: min(calc(10 / var(--maxx, 1920)* var(--screen-width, 100vw)), 10px);
}
.rounded-w14p {
  border-radius: min(calc(14 / var(--maxx, 1920)* var(--screen-width, 100vw)), 14px);
}
.rounded-w20p {
  border-radius: min(calc(20 / var(--maxx, 1920)* var(--screen-width, 100vw)), 20px);
}
.rounded-w24p {
  border-radius: min(calc(24 / var(--maxx, 1920)* var(--screen-width, 100vw)), 24px);
}
.rounded-w3p {
  border-radius: min(calc(3 / var(--maxx, 1920)* var(--screen-width, 100vw)), 3px);
}
.rounded-w40p {
  border-radius: min(calc(40 / var(--maxx, 1920)* var(--screen-width, 100vw)), 40px);
}
.rounded-w8p {
  border-radius: min(calc(8 / var(--maxx, 1920)* var(--screen-width, 100vw)), 8px);
}
.rounded-l-w20p {
  border-top-left-radius: min(calc(20 / var(--maxx, 1920)* var(--screen-width, 100vw)), 20px);
  border-bottom-left-radius: min(calc(20 / var(--maxx, 1920)* var(--screen-width, 100vw)), 20px);
}
.rounded-r-full {
  border-top-right-radius: 999px;
  border-bottom-right-radius: 999px;
}
.rounded-br-w40p {
  border-bottom-right-radius: min(calc(40 / var(--maxx, 1920)* var(--screen-width, 100vw)), 40px);
}
.rounded-tr-w14p {
  border-top-right-radius: min(calc(14 / var(--maxx, 1920)* var(--screen-width, 100vw)), 14px);
}
.border {
  border-width: 1px;
}
.border-4p {
  border-width: min(calc(4 / var(--maxx, 1920)* var(--screen-width, 100vw)), max(calc(4 / var(--minx, 9999)* var(--screen-width, 100vw)), 4px));
}
.border-b {
  border-bottom-width: 1px;
}
.border-t {
  border-top-width: 1px;
}
.border-t-2p {
  border-top-width: min(calc(2 / var(--maxx, 1920)* var(--screen-width, 100vw)), max(calc(2 / var(--minx, 9999)* var(--screen-width, 100vw)), 2px));
}
.border-body-86 {
  --tw-border-opacity: 1;
  border-color: rgb(134 134 134 / var(--tw-border-opacity, 1));
}
.border-body-b3 {
  --tw-border-opacity: 1;
  border-color: rgb(179 179 179 / var(--tw-border-opacity, 1));
}
.border-body-d7 {
  --tw-border-opacity: 1;
  border-color: rgb(220 215 215 / var(--tw-border-opacity, 1));
}
.border-gray-200 {
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
}
.border-main {
  --tw-border-opacity: 1;
  border-color: rgb(11 148 70 / var(--tw-border-opacity, 1));
}
.border-main-dark {
  --tw-border-opacity: 1;
  border-color: rgb(32 113 89 / var(--tw-border-opacity, 1));
}
.border-transparent {
  border-color: transparent;
}
.border-b-transparent {
  border-bottom-color: transparent;
}
.border-t-forest-teal {
  --tw-border-opacity: 1;
  border-top-color: rgb(0 94 65 / var(--tw-border-opacity, 1));
}
.border-t-gray-200 {
  --tw-border-opacity: 1;
  border-top-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
}
.border-t-primary {
  --tw-border-opacity: 1;
  border-top-color: rgb(11 148 70 / var(--tw-border-opacity, 1));
}
.bg-black-500 {
  background-color: rgba(0,0,0,.5);
}
.bg-body-f7 {
  --tw-bg-opacity: 1;
  background-color: rgb(248 247 247 / var(--tw-bg-opacity, 1));
}
.bg-light-teal {
  --tw-bg-opacity: 1;
  background-color: rgb(221 241 236 / var(--tw-bg-opacity, 1));
}
.bg-main {
  --tw-bg-opacity: 1;
  background-color: rgb(11 148 70 / var(--tw-bg-opacity, 1));
}
.bg-main-dark {
  --tw-bg-opacity: 1;
  background-color: rgb(32 113 89 / var(--tw-bg-opacity, 1));
}
.bg-overlay {
  background-color: rgba(255, 255, 255, 0.6);
}
.bg-primary {
  --tw-bg-opacity: 1;
  background-color: rgb(11 148 70 / var(--tw-bg-opacity, 1));
}
.bg-secondary {
  --tw-bg-opacity: 1;
  background-color: rgb(245 206 38 / var(--tw-bg-opacity, 1));
}
.bg-toc {
  --tw-bg-opacity: 1;
  background-color: rgb(251 251 251 / var(--tw-bg-opacity, 1));
}
.bg-transparent {
  background-color: transparent;
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.object-contain {
  -o-object-fit: contain;
     object-fit: contain;
}
.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}
.object-bottom {
  -o-object-position: bottom;
     object-position: bottom;
}
.object-left {
  -o-object-position: left;
     object-position: left;
}
.object-top {
  -o-object-position: top;
     object-position: top;
}
.p-w16p {
  padding: min(calc(16 / var(--maxx, 1920)* var(--screen-width, 100vw)), max(calc(16 / var(--minx, 9999)* var(--screen-width, 100vw)), 16px));
}
.p-w20p {
  padding: min(calc(20 / var(--maxx, 1920)* var(--screen-width, 100vw)), max(calc(20 / var(--minx, 9999)* var(--screen-width, 100vw)), 20px));
}
.p-w4p {
  padding: min(calc(4 / var(--maxx, 1920)* var(--screen-width, 100vw)), max(calc(4 / var(--minx, 9999)* var(--screen-width, 100vw)), 4px));
}
.p-w8p {
  padding: min(calc(8 / var(--maxx, 1920)* var(--screen-width, 100vw)), max(calc(8 / var(--minx, 9999)* var(--screen-width, 100vw)), 8px));
}
.px-\[24px\] {
  padding-left: 24px;
  padding-right: 24px;
}
.px-w10p {
  padding-left: min(calc(10 / var(--maxx, 1920)* var(--screen-width, 100vw)), max(calc(10 / var(--minx, 9999)* var(--screen-width, 100vw)), 10px));
  padding-right: min(calc(10 / var(--maxx, 1920)* var(--screen-width, 100vw)), max(calc(10 / var(--minx, 9999)* var(--screen-width, 100vw)), 10px));
}
.px-w12p {
  padding-left: min(calc(12 / var(--maxx, 1920)* var(--screen-width, 100vw)), max(calc(12 / var(--minx, 9999)* var(--screen-width, 100vw)), 12px));
  padding-right: min(calc(12 / var(--maxx, 1920)* var(--screen-width, 100vw)), max(calc(12 / var(--minx, 9999)* var(--screen-width, 100vw)), 12px));
}
.px-w16p {
  padding-left: min(calc(16 / var(--maxx, 1920)* var(--screen-width, 100vw)), max(calc(16 / var(--minx, 9999)* var(--screen-width, 100vw)), 16px));
  padding-right: min(calc(16 / var(--maxx, 1920)* var(--screen-width, 100vw)), max(calc(16 / var(--minx, 9999)* var(--screen-width, 100vw)), 16px));
}
.px-w18p {
  padding-left: min(calc(18 / var(--maxx, 1920)* var(--screen-width, 100vw)), max(calc(18 / var(--minx, 9999)* var(--screen-width, 100vw)), 18px));
  padding-right: min(calc(18 / var(--maxx, 1920)* var(--screen-width, 100vw)), max(calc(18 / var(--minx, 9999)* var(--screen-width, 100vw)), 18px));
}
.px-w19p {
  padding-left: min(calc(19 / var(--maxx, 1920)* var(--screen-width, 100vw)), max(calc(19 / var(--minx, 9999)* var(--screen-width, 100vw)), 19px));
  padding-right: min(calc(19 / var(--maxx, 1920)* var(--screen-width, 100vw)), max(calc(19 / var(--minx, 9999)* var(--screen-width, 100vw)), 19px));
}
.px-w20p {
  padding-left: min(calc(20 / var(--maxx, 1920)* var(--screen-width, 100vw)), max(calc(20 / var(--minx, 9999)* var(--screen-width, 100vw)), 20px));
  padding-right: min(calc(20 / var(--maxx, 1920)* var(--screen-width, 100vw)), max(calc(20 / var(--minx, 9999)* var(--screen-width, 100vw)), 20px));
}
.px-w23p {
  padding-left: min(calc(23 / var(--maxx, 1920)* var(--screen-width, 100vw)), max(calc(23 / var(--minx, 9999)* var(--screen-width, 100vw)), 23px));
  padding-right: min(calc(23 / var(--maxx, 1920)* var(--screen-width, 100vw)), max(calc(23 / var(--minx, 9999)* var(--screen-width, 100vw)), 23px));
}
.px-w24p {
  padding-left: min(calc(24 / var(--maxx, 1920)* var(--screen-width, 100vw)), max(calc(24 / var(--minx, 9999)* var(--screen-width, 100vw)), 24px));
  padding-right: min(calc(24 / var(--maxx, 1920)* var(--screen-width, 100vw)), max(calc(24 / var(--minx, 9999)* var(--screen-width, 100vw)), 24px));
}
.px-w30p {
  padding-left: min(calc(30 / var(--maxx, 1920)* var(--screen-width, 100vw)), max(calc(30 / var(--minx, 9999)* var(--screen-width, 100vw)), 30px));
  padding-right: min(calc(30 / var(--maxx, 1920)* var(--screen-width, 100vw)), max(calc(30 / var(--minx, 9999)* var(--screen-width, 100vw)), 30px));
}
.px-w40p {
  padding-left: min(calc(40 / var(--maxx, 1920)* var(--screen-width, 100vw)), max(calc(40 / var(--minx, 9999)* var(--screen-width, 100vw)), 40px));
  padding-right: min(calc(40 / var(--maxx, 1920)* var(--screen-width, 100vw)), max(calc(40 / var(--minx, 9999)* var(--screen-width, 100vw)), 40px));
}
.px-w43p {
  padding-left: min(calc(43 / var(--maxx, 1920)* var(--screen-width, 100vw)), max(calc(43 / var(--minx, 9999)* var(--screen-width, 100vw)), 43px));
  padding-right: min(calc(43 / var(--maxx, 1920)* var(--screen-width, 100vw)), max(calc(43 / var(--minx, 9999)* var(--screen-width, 100vw)), 43px));
}
.px-w48p {
  padding-left: min(calc(48 / var(--maxx, 1920)* var(--screen-width, 100vw)), max(calc(48 / var(--minx, 9999)* var(--screen-width, 100vw)), 48px));
  padding-right: min(calc(48 / var(--maxx, 1920)* var(--screen-width, 100vw)), max(calc(48 / var(--minx, 9999)* var(--screen-width, 100vw)), 48px));
}
.px-w4p {
  padding-left: min(calc(4 / var(--maxx, 1920)* var(--screen-width, 100vw)), max(calc(4 / var(--minx, 9999)* var(--screen-width, 100vw)), 4px));
  padding-right: min(calc(4 / var(--maxx, 1920)* var(--screen-width, 100vw)), max(calc(4 / var(--minx, 9999)* var(--screen-width, 100vw)), 4px));
}
.py-\[2px\] {
  padding-top: 2px;
  padding-bottom: 2px;
}
.py-w10p {
  padding-top: min(calc(10 / var(--maxx, 1920)* var(--screen-width, 100vw)), max(calc(10 / var(--minx, 9999)* var(--screen-width, 100vw)), 10px));
  padding-bottom: min(calc(10 / var(--maxx, 1920)* var(--screen-width, 100vw)), max(calc(10 / var(--minx, 9999)* var(--screen-width, 100vw)), 10px));
}
.py-w11p {
  padding-top: min(calc(11 / var(--maxx, 1920)* var(--screen-width, 100vw)), max(calc(11 / var(--minx, 9999)* var(--screen-width, 100vw)), 11px));
  padding-bottom: min(calc(11 / var(--maxx, 1920)* var(--screen-width, 100vw)), max(calc(11 / var(--minx, 9999)* var(--screen-width, 100vw)), 11px));
}
.py-w12p {
  padding-top: min(calc(12 / var(--maxx, 1920)* var(--screen-width, 100vw)), max(calc(12 / var(--minx, 9999)* var(--screen-width, 100vw)), 12px));
  padding-bottom: min(calc(12 / var(--maxx, 1920)* var(--screen-width, 100vw)), max(calc(12 / var(--minx, 9999)* var(--screen-width, 100vw)), 12px));
}
.py-w13p {
  padding-top: min(calc(13 / var(--maxx, 1920)* var(--screen-width, 100vw)), max(calc(13 / var(--minx, 9999)* var(--screen-width, 100vw)), 13px));
  padding-bottom: min(calc(13 / var(--maxx, 1920)* var(--screen-width, 100vw)), max(calc(13 / var(--minx, 9999)* var(--screen-width, 100vw)), 13px));
}
.py-w14p {
  padding-top: min(calc(14 / var(--maxx, 1920)* var(--screen-width, 100vw)), max(calc(14 / var(--minx, 9999)* var(--screen-width, 100vw)), 14px));
  padding-bottom: min(calc(14 / var(--maxx, 1920)* var(--screen-width, 100vw)), max(calc(14 / var(--minx, 9999)* var(--screen-width, 100vw)), 14px));
}
.py-w15p {
  padding-top: min(calc(15 / var(--maxx, 1920)* var(--screen-width, 100vw)), max(calc(15 / var(--minx, 9999)* var(--screen-width, 100vw)), 15px));
  padding-bottom: min(calc(15 / var(--maxx, 1920)* var(--screen-width, 100vw)), max(calc(15 / var(--minx, 9999)* var(--screen-width, 100vw)), 15px));
}
.py-w17p {
  padding-top: min(calc(17 / var(--maxx, 1920)* var(--screen-width, 100vw)), max(calc(17 / var(--minx, 9999)* var(--screen-width, 100vw)), 17px));
  padding-bottom: min(calc(17 / var(--maxx, 1920)* var(--screen-width, 100vw)), max(calc(17 / var(--minx, 9999)* var(--screen-width, 100vw)), 17px));
}
.py-w20p {
  padding-top: min(calc(20 / var(--maxx, 1920)* var(--screen-width, 100vw)), max(calc(20 / var(--minx, 9999)* var(--screen-width, 100vw)), 20px));
  padding-bottom: min(calc(20 / var(--maxx, 1920)* var(--screen-width, 100vw)), max(calc(20 / var(--minx, 9999)* var(--screen-width, 100vw)), 20px));
}
.py-w29p {
  padding-top: min(calc(29 / var(--maxx, 1920)* var(--screen-width, 100vw)), max(calc(29 / var(--minx, 9999)* var(--screen-width, 100vw)), 29px));
  padding-bottom: min(calc(29 / var(--maxx, 1920)* var(--screen-width, 100vw)), max(calc(29 / var(--minx, 9999)* var(--screen-width, 100vw)), 29px));
}
.py-w30p {
  padding-top: min(calc(30 / var(--maxx, 1920)* var(--screen-width, 100vw)), max(calc(30 / var(--minx, 9999)* var(--screen-width, 100vw)), 30px));
  padding-bottom: min(calc(30 / var(--maxx, 1920)* var(--screen-width, 100vw)), max(calc(30 / var(--minx, 9999)* var(--screen-width, 100vw)), 30px));
}
.py-w39p {
  padding-top: min(calc(39 / var(--maxx, 1920)* var(--screen-width, 100vw)), max(calc(39 / var(--minx, 9999)* var(--screen-width, 100vw)), 39px));
  padding-bottom: min(calc(39 / var(--maxx, 1920)* var(--screen-width, 100vw)), max(calc(39 / var(--minx, 9999)* var(--screen-width, 100vw)), 39px));
}
.py-w40p {
  padding-top: min(calc(40 / var(--maxx, 1920)* var(--screen-width, 100vw)), max(calc(40 / var(--minx, 9999)* var(--screen-width, 100vw)), 40px));
  padding-bottom: min(calc(40 / var(--maxx, 1920)* var(--screen-width, 100vw)), max(calc(40 / var(--minx, 9999)* var(--screen-width, 100vw)), 40px));
}
.py-w4p {
  padding-top: min(calc(4 / var(--maxx, 1920)* var(--screen-width, 100vw)), max(calc(4 / var(--minx, 9999)* var(--screen-width, 100vw)), 4px));
  padding-bottom: min(calc(4 / var(--maxx, 1920)* var(--screen-width, 100vw)), max(calc(4 / var(--minx, 9999)* var(--screen-width, 100vw)), 4px));
}
.py-w5p {
  padding-top: min(calc(5 / var(--maxx, 1920)* var(--screen-width, 100vw)), max(calc(5 / var(--minx, 9999)* var(--screen-width, 100vw)), 5px));
  padding-bottom: min(calc(5 / var(--maxx, 1920)* var(--screen-width, 100vw)), max(calc(5 / var(--minx, 9999)* var(--screen-width, 100vw)), 5px));
}
.py-w60p {
  padding-top: min(calc(60 / var(--maxx, 1920)* var(--screen-width, 100vw)), max(calc(60 / var(--minx, 9999)* var(--screen-width, 100vw)), 60px));
  padding-bottom: min(calc(60 / var(--maxx, 1920)* var(--screen-width, 100vw)), max(calc(60 / var(--minx, 9999)* var(--screen-width, 100vw)), 60px));
}
.py-w6p {
  padding-top: min(calc(6 / var(--maxx, 1920)* var(--screen-width, 100vw)), max(calc(6 / var(--minx, 9999)* var(--screen-width, 100vw)), 6px));
  padding-bottom: min(calc(6 / var(--maxx, 1920)* var(--screen-width, 100vw)), max(calc(6 / var(--minx, 9999)* var(--screen-width, 100vw)), 6px));
}
.py-w7p {
  padding-top: min(calc(7 / var(--maxx, 1920)* var(--screen-width, 100vw)), max(calc(7 / var(--minx, 9999)* var(--screen-width, 100vw)), 7px));
  padding-bottom: min(calc(7 / var(--maxx, 1920)* var(--screen-width, 100vw)), max(calc(7 / var(--minx, 9999)* var(--screen-width, 100vw)), 7px));
}
.py-w8p {
  padding-top: min(calc(8 / var(--maxx, 1920)* var(--screen-width, 100vw)), max(calc(8 / var(--minx, 9999)* var(--screen-width, 100vw)), 8px));
  padding-bottom: min(calc(8 / var(--maxx, 1920)* var(--screen-width, 100vw)), max(calc(8 / var(--minx, 9999)* var(--screen-width, 100vw)), 8px));
}
.pb-w16p {
  padding-bottom: min(calc(16 / var(--maxx, 1920)* var(--screen-width, 100vw)), max(calc(16 / var(--minx, 9999)* var(--screen-width, 100vw)), 16px));
}
.pb-w20p {
  padding-bottom: min(calc(20 / var(--maxx, 1920)* var(--screen-width, 100vw)), max(calc(20 / var(--minx, 9999)* var(--screen-width, 100vw)), 20px));
}
.pb-w26p {
  padding-bottom: min(calc(26 / var(--maxx, 1920)* var(--screen-width, 100vw)), max(calc(26 / var(--minx, 9999)* var(--screen-width, 100vw)), 26px));
}
.pb-w30p {
  padding-bottom: min(calc(30 / var(--maxx, 1920)* var(--screen-width, 100vw)), max(calc(30 / var(--minx, 9999)* var(--screen-width, 100vw)), 30px));
}
.pb-w40p {
  padding-bottom: min(calc(40 / var(--maxx, 1920)* var(--screen-width, 100vw)), max(calc(40 / var(--minx, 9999)* var(--screen-width, 100vw)), 40px));
}
.pb-w44p {
  padding-bottom: min(calc(44 / var(--maxx, 1920)* var(--screen-width, 100vw)), max(calc(44 / var(--minx, 9999)* var(--screen-width, 100vw)), 44px));
}
.pb-w60p {
  padding-bottom: min(calc(60 / var(--maxx, 1920)* var(--screen-width, 100vw)), max(calc(60 / var(--minx, 9999)* var(--screen-width, 100vw)), 60px));
}
.pb-w80p {
  padding-bottom: min(calc(80 / var(--maxx, 1920)* var(--screen-width, 100vw)), max(calc(80 / var(--minx, 9999)* var(--screen-width, 100vw)), 80px));
}
.pb-w88p {
  padding-bottom: min(calc(88 / var(--maxx, 1920)* var(--screen-width, 100vw)), max(calc(88 / var(--minx, 9999)* var(--screen-width, 100vw)), 88px));
}
.pl-w15p {
  padding-left: min(calc(15 / var(--maxx, 1920)* var(--screen-width, 100vw)), max(calc(15 / var(--minx, 9999)* var(--screen-width, 100vw)), 15px));
}
.pl-w20p {
  padding-left: min(calc(20 / var(--maxx, 1920)* var(--screen-width, 100vw)), max(calc(20 / var(--minx, 9999)* var(--screen-width, 100vw)), 20px));
}
.pl-w21p {
  padding-left: min(calc(21 / var(--maxx, 1920)* var(--screen-width, 100vw)), max(calc(21 / var(--minx, 9999)* var(--screen-width, 100vw)), 21px));
}
.pl-w7p {
  padding-left: min(calc(7 / var(--maxx, 1920)* var(--screen-width, 100vw)), max(calc(7 / var(--minx, 9999)* var(--screen-width, 100vw)), 7px));
}
.pr-w18p {
  padding-right: min(calc(18 / var(--maxx, 1920)* var(--screen-width, 100vw)), max(calc(18 / var(--minx, 9999)* var(--screen-width, 100vw)), 18px));
}
.pr-w36p {
  padding-right: min(calc(36 / var(--maxx, 1920)* var(--screen-width, 100vw)), max(calc(36 / var(--minx, 9999)* var(--screen-width, 100vw)), 36px));
}
.pr-w42p {
  padding-right: min(calc(42 / var(--maxx, 1920)* var(--screen-width, 100vw)), max(calc(42 / var(--minx, 9999)* var(--screen-width, 100vw)), 42px));
}
.pr-w50p {
  padding-right: min(calc(50 / var(--maxx, 1920)* var(--screen-width, 100vw)), max(calc(50 / var(--minx, 9999)* var(--screen-width, 100vw)), 50px));
}
.pr-w60p {
  padding-right: min(calc(60 / var(--maxx, 1920)* var(--screen-width, 100vw)), max(calc(60 / var(--minx, 9999)* var(--screen-width, 100vw)), 60px));
}
.pr-w8p {
  padding-right: min(calc(8 / var(--maxx, 1920)* var(--screen-width, 100vw)), max(calc(8 / var(--minx, 9999)* var(--screen-width, 100vw)), 8px));
}
.pt-\[120\.4878\%\] {
  padding-top: 120.4878%;
}
.pt-\[146\.6667\%\] {
  padding-top: 146.6667%;
}
.pt-\[170\.98976\%\] {
  padding-top: 170.98976%;
}
.pt-\[31\.848\%\] {
  padding-top: 31.848%;
}
.pt-\[46\.84015\%\] {
  padding-top: 46.84015%;
}
.pt-\[57\.38255\%\] {
  padding-top: 57.38255%;
}
.pt-\[59\.9496\%\] {
  padding-top: 59.9496%;
}
.pt-\[60\%\] {
  padding-top: 60%;
}
.pt-\[60\.0649\%\] {
  padding-top: 60.0649%;
}
.pt-\[63\.14935\%\] {
  padding-top: 63.14935%;
}
.pt-\[64\.86486\%\] {
  padding-top: 64.86486%;
}
.pt-\[64\.935\%\] {
  padding-top: 64.935%;
}
.pt-\[65\.3846\%\] {
  padding-top: 65.3846%;
}
.pt-w14p {
  padding-top: min(calc(14 / var(--maxx, 1920)* var(--screen-width, 100vw)), max(calc(14 / var(--minx, 9999)* var(--screen-width, 100vw)), 14px));
}
.pt-w20p {
  padding-top: min(calc(20 / var(--maxx, 1920)* var(--screen-width, 100vw)), max(calc(20 / var(--minx, 9999)* var(--screen-width, 100vw)), 20px));
}
.pt-w24p {
  padding-top: min(calc(24 / var(--maxx, 1920)* var(--screen-width, 100vw)), max(calc(24 / var(--minx, 9999)* var(--screen-width, 100vw)), 24px));
}
.pt-w40p {
  padding-top: min(calc(40 / var(--maxx, 1920)* var(--screen-width, 100vw)), max(calc(40 / var(--minx, 9999)* var(--screen-width, 100vw)), 40px));
}
.pt-w60p {
  padding-top: min(calc(60 / var(--maxx, 1920)* var(--screen-width, 100vw)), max(calc(60 / var(--minx, 9999)* var(--screen-width, 100vw)), 60px));
}
.pt-w70p {
  padding-top: min(calc(70 / var(--maxx, 1920)* var(--screen-width, 100vw)), max(calc(70 / var(--minx, 9999)* var(--screen-width, 100vw)), 70px));
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.font-content {
  font-family: 'iCiel Graphit', serif;;
}
.font-head {
  font-family: 'iCiel Graphit', serif;;
}
.font-signature {
  font-family: 'SVN-Helga', 'iCiel Graphit', 'Arial', serif;;
}
.text-10p {
  font-size: min(calc(10 / var(--maxx, 1920)* var(--screen-width, 100vw)), max(calc(10 / var(--minx, 9999)* var(--screen-width, 100vw)), 10px));
}
.text-12p {
  font-size: min(calc(12 / var(--maxx, 1920)* var(--screen-width, 100vw)), max(calc(12 / var(--minx, 9999)* var(--screen-width, 100vw)), 12px));
}
.text-14p {
  font-size: min(calc(14 / var(--maxx, 1920)* var(--screen-width, 100vw)), max(calc(14 / var(--minx, 9999)* var(--screen-width, 100vw)), 14px));
}
.text-16p {
  font-size: min(calc(16 / var(--maxx, 1920)* var(--screen-width, 100vw)), max(calc(16 / var(--minx, 9999)* var(--screen-width, 100vw)), 16px));
}
.text-18p {
  font-size: min(calc(18 / var(--maxx, 1920)* var(--screen-width, 100vw)), max(calc(18 / var(--minx, 9999)* var(--screen-width, 100vw)), 18px));
}
.text-20p {
  font-size: min(calc(20 / var(--maxx, 1920)* var(--screen-width, 100vw)), max(calc(20 / var(--minx, 9999)* var(--screen-width, 100vw)), 20px));
}
.text-22p {
  font-size: min(calc(22 / var(--maxx, 1920)* var(--screen-width, 100vw)), max(calc(22 / var(--minx, 9999)* var(--screen-width, 100vw)), 22px));
}
.text-24p {
  font-size: min(calc(24 / var(--maxx, 1920)* var(--screen-width, 100vw)), max(calc(24 / var(--minx, 9999)* var(--screen-width, 100vw)), 24px));
}
.text-26p {
  font-size: min(calc(26 / var(--maxx, 1920)* var(--screen-width, 100vw)), max(calc(26 / var(--minx, 9999)* var(--screen-width, 100vw)), 26px));
}
.text-28p {
  font-size: min(calc(28 / var(--maxx, 1920)* var(--screen-width, 100vw)), max(calc(28 / var(--minx, 9999)* var(--screen-width, 100vw)), 28px));
}
.text-30p {
  font-size: min(calc(30 / var(--maxx, 1920)* var(--screen-width, 100vw)), max(calc(30 / var(--minx, 9999)* var(--screen-width, 100vw)), 30px));
}
.text-32p {
  font-size: min(calc(32 / var(--maxx, 1920)* var(--screen-width, 100vw)), max(calc(32 / var(--minx, 9999)* var(--screen-width, 100vw)), 32px));
}
.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.font-bold {
  font-weight: 700;
}
.font-light {
  font-weight: 300;
}
.font-medium {
  font-weight: 500;
}
.font-normal {
  font-weight: 400;
}
.uppercase {
  text-transform: uppercase;
}
.italic {
  font-style: italic;
}
.leading-none {
  line-height: 1;
}
.leading-w14p {
  line-height: min(calc(14 / var(--maxx, 1920)* var(--screen-width, 100vw)), max(calc(14 / var(--minx, 9999)* var(--screen-width, 100vw)), 14px));
}
.leading-w15p {
  line-height: min(calc(15 / var(--maxx, 1920)* var(--screen-width, 100vw)), max(calc(15 / var(--minx, 9999)* var(--screen-width, 100vw)), 15px));
}
.leading-w16p {
  line-height: min(calc(16 / var(--maxx, 1920)* var(--screen-width, 100vw)), max(calc(16 / var(--minx, 9999)* var(--screen-width, 100vw)), 16px));
}
.leading-w18p {
  line-height: min(calc(18 / var(--maxx, 1920)* var(--screen-width, 100vw)), max(calc(18 / var(--minx, 9999)* var(--screen-width, 100vw)), 18px));
}
.leading-w20p {
  line-height: min(calc(20 / var(--maxx, 1920)* var(--screen-width, 100vw)), max(calc(20 / var(--minx, 9999)* var(--screen-width, 100vw)), 20px));
}
.leading-w22p {
  line-height: min(calc(22 / var(--maxx, 1920)* var(--screen-width, 100vw)), max(calc(22 / var(--minx, 9999)* var(--screen-width, 100vw)), 22px));
}
.leading-w24p {
  line-height: min(calc(24 / var(--maxx, 1920)* var(--screen-width, 100vw)), max(calc(24 / var(--minx, 9999)* var(--screen-width, 100vw)), 24px));
}
.leading-w25p {
  line-height: min(calc(25 / var(--maxx, 1920)* var(--screen-width, 100vw)), max(calc(25 / var(--minx, 9999)* var(--screen-width, 100vw)), 25px));
}
.leading-w26p {
  line-height: min(calc(26 / var(--maxx, 1920)* var(--screen-width, 100vw)), max(calc(26 / var(--minx, 9999)* var(--screen-width, 100vw)), 26px));
}
.leading-w28p {
  line-height: min(calc(28 / var(--maxx, 1920)* var(--screen-width, 100vw)), max(calc(28 / var(--minx, 9999)* var(--screen-width, 100vw)), 28px));
}
.leading-w30p {
  line-height: min(calc(30 / var(--maxx, 1920)* var(--screen-width, 100vw)), max(calc(30 / var(--minx, 9999)* var(--screen-width, 100vw)), 30px));
}
.leading-w32p {
  line-height: min(calc(32 / var(--maxx, 1920)* var(--screen-width, 100vw)), max(calc(32 / var(--minx, 9999)* var(--screen-width, 100vw)), 32px));
}
.leading-w34p {
  line-height: min(calc(34 / var(--maxx, 1920)* var(--screen-width, 100vw)), max(calc(34 / var(--minx, 9999)* var(--screen-width, 100vw)), 34px));
}
.leading-w35p {
  line-height: min(calc(35 / var(--maxx, 1920)* var(--screen-width, 100vw)), max(calc(35 / var(--minx, 9999)* var(--screen-width, 100vw)), 35px));
}
.leading-w36p {
  line-height: min(calc(36 / var(--maxx, 1920)* var(--screen-width, 100vw)), max(calc(36 / var(--minx, 9999)* var(--screen-width, 100vw)), 36px));
}
.leading-w40p {
  line-height: min(calc(40 / var(--maxx, 1920)* var(--screen-width, 100vw)), max(calc(40 / var(--minx, 9999)* var(--screen-width, 100vw)), 40px));
}
.leading-w44p {
  line-height: min(calc(44 / var(--maxx, 1920)* var(--screen-width, 100vw)), max(calc(44 / var(--minx, 9999)* var(--screen-width, 100vw)), 44px));
}
.text-black {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
.text-body-2f {
  --tw-text-opacity: 1;
  color: rgb(47 47 47 / var(--tw-text-opacity, 1));
}
.text-body-34 {
  --tw-text-opacity: 1;
  color: rgb(52 52 52 / var(--tw-text-opacity, 1));
}
.text-body-5a {
  --tw-text-opacity: 1;
  color: rgb(90 90 90 / var(--tw-text-opacity, 1));
}
.text-body-86 {
  --tw-text-opacity: 1;
  color: rgb(134 134 134 / var(--tw-text-opacity, 1));
}
.text-btn-hover {
  --tw-text-opacity: 1;
  color: rgb(249 237 0 / var(--tw-text-opacity, 1));
}
.text-forest-teal {
  --tw-text-opacity: 1;
  color: rgb(0 94 65 / var(--tw-text-opacity, 1));
}
.text-gray-600 {
  --tw-text-opacity: 1;
  color: rgb(77 87 97 / var(--tw-text-opacity, 1));
}
.text-main {
  --tw-text-opacity: 1;
  color: rgb(11 148 70 / var(--tw-text-opacity, 1));
}
.text-main-dark {
  --tw-text-opacity: 1;
  color: rgb(32 113 89 / var(--tw-text-opacity, 1));
}
.text-primary {
  --tw-text-opacity: 1;
  color: rgb(11 148 70 / var(--tw-text-opacity, 1));
}
.text-secondary {
  --tw-text-opacity: 1;
  color: rgb(245 206 38 / var(--tw-text-opacity, 1));
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.opacity-0 {
  opacity: 0;
}
.opacity-30 {
  opacity: 0.3;
}
.mix-blend-multiply {
  mix-blend-mode: multiply;
}
.shadow-doctor {
  --tw-shadow: 0px 4px 7px 0px #00000040;
  --tw-shadow-colored: 0px 4px 7px 0px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-doctor-context {
  --tw-shadow: 0px 4px 4px 0px #0000000D;
  --tw-shadow-colored: 0px 4px 4px 0px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-doctor-context-services {
  --tw-shadow: 0px 1px 5px 2px #00000014;
  --tw-shadow-colored: 0px 1px 5px 2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-infor {
  --tw-shadow: 0px 2px 10px 0px #0000001A;
  --tw-shadow-colored: 0px 2px 10px 0px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-news {
  --tw-shadow: 0px 4px 16px 0px #0000000D;
  --tw-shadow-colored: 0px 4px 16px 0px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-search {
  --tw-shadow: 0px 2px 18px 0px #00000033;
  --tw-shadow-colored: 0px 2px 18px 0px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  --tw-shadow-color: #F8F0F0;
  --tw-shadow: var(--tw-shadow-colored);
}
.outline-none {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.duration-200 {
  transition-duration: 200ms;
}
.duration-300 {
  transition-duration: 300ms;
}
.duration-500 {
  transition-duration: 500ms;
}
[class*=w-w]:not([class*=max-w-w]) {
    max-width: 100%;
  }
.showed {
    display: block !important;
  }
.scrolling .h-screen-header {
    height: calc(100vh - (var(--spacing-header, 0px) - var(--header-t-btn, 0px)));
  }
.scrolling .h-auto {
    height: auto;
  }
.wrapper-container {
    position: absolute;
    top: 0;
    left: 0;
    width: calc((100% - var(--wrapper-container, 0px)) / 2 + var(--wrapper-container, 0px));
    height: 100%;
  }
.wrapper-pl {
    padding-left: calc((var(--screen-width, 100%) - var(--wrapper-container, 0px)) / 2);
  }
.wrapper-pr {
    padding-right: calc((var(--screen-width, 100%) - var(--wrapper-container, 0px)) / 2);
  }
.full-cover {
  position: absolute;
  inset: 0px;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.full-contain {
  position: absolute;
  inset: 0px;
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.full {
    width: 100%;
    height: 100%;
    border-radius: inherit;
  }
.child-full > * {
    width: 100%;
    height: 100%;
    border-radius: inherit;
  }
.child-full-width > * {
  height: auto;
  width: 100%;
}
.scrolling .child-full-width > * {
    height: auto;
  }
.child-full-height > * {
  height: 100%;
  width: auto;
}
.child-frame * {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: inherit;
  }
.link-under a:hover {
    text-decoration: underline;
  }
.link-under a:hover span {
    text-decoration: underline;
  }
.svg-hover [stroke]:not([stroke=none]):not(.other) {
    stroke: currentColor;
  }
.svg-hover [fill]:not([fill=none]):not(.other) {
    fill: currentColor;
  }
.svg-circle-hover:hover circle[fill]:not([fill=none]) .wysiwyg-box h1,.svg-circle-hover:hover circle[fill]:not([fill=none]) .wysiwyg-box h2,.svg-circle-hover:hover circle[fill]:not([fill=none]) .wysiwyg-box h3,.svg-circle-hover:hover circle[fill]:not([fill=none]) .wysiwyg-box h4,.svg-circle-hover:hover circle[fill]:not([fill=none]) .wysiwyg-box h5,.svg-circle-hover:hover circle[fill]:not([fill=none]) .wysiwyg-box h6, .svg-circle-hover.actived circle[fill]:not([fill=none]) .wysiwyg-box h1, .svg-circle-hover.actived circle[fill]:not([fill=none]) .wysiwyg-box h2, .svg-circle-hover.actived circle[fill]:not([fill=none]) .wysiwyg-box h3, .svg-circle-hover.actived circle[fill]:not([fill=none]) .wysiwyg-box h4, .svg-circle-hover.actived circle[fill]:not([fill=none]) .wysiwyg-box h5, .svg-circle-hover.actived circle[fill]:not([fill=none]) .wysiwyg-box h6, .svg-circle-hover.active circle[fill]:not([fill=none]) .wysiwyg-box h1, .svg-circle-hover.active circle[fill]:not([fill=none]) .wysiwyg-box h2, .svg-circle-hover.active circle[fill]:not([fill=none]) .wysiwyg-box h3, .svg-circle-hover.active circle[fill]:not([fill=none]) .wysiwyg-box h4, .svg-circle-hover.active circle[fill]:not([fill=none]) .wysiwyg-box h5, .svg-circle-hover.active circle[fill]:not([fill=none]) .wysiwyg-box h6 {
    color: #FFF;
  }
.svg-circle-hover:hover circle[fill]:not([fill=none]), .svg-circle-hover.actived circle[fill]:not([fill=none]), .svg-circle-hover.active circle[fill]:not([fill=none]) {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.svg-circle-hover:hover circle[fill]:not([fill=none]) .rank-math-breadcrumb, .svg-circle-hover.actived circle[fill]:not([fill=none]) .rank-math-breadcrumb, .svg-circle-hover.active circle[fill]:not([fill=none]) .rank-math-breadcrumb {
    color: #FFF;
  }
.svg-circle-hover:hover circle[fill]:not([fill=none]) .rank-math-breadcrumb .separator::after, .svg-circle-hover.actived circle[fill]:not([fill=none]) .rank-math-breadcrumb .separator::after, .svg-circle-hover.active circle[fill]:not([fill=none]) .rank-math-breadcrumb .separator::after {
    background-image: url('data:image/svg+xml,<svg width="9" height="11" viewBox="0 0 9 11" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M3.5 11H0L5.2459 5.5L0 0H3.5L8.7459 5.5L3.5 11Z" fill="white"/></svg>');
  }
.span-display span.hidden {
    display: none;
  }
.span-display span.block {
    display: block;
  }
.span-display span.inline-block {
    display: inline-block;
  }
.tooltip {
    cursor: context-menu;
    pointer-events: none;
    opacity: 1;
  }
.active > .icon-accordion {
  --tw-bg-opacity: 1;
  background-color: rgb(11 148 70 / var(--tw-bg-opacity, 1));
}
.active > .icon-accordion::before, .active > .icon-accordion::after {
  --tw-border-opacity: 1;
  border-top-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
}
.active > .icon-accordion::after {
  --tw-rotate: 0deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.braney-scroll, .overflow-auto {
    /* width */
    /* Track */
    /* Handle */
    /* Handle on hover */
  }
.braney-scroll::-webkit-scrollbar, .overflow-auto::-webkit-scrollbar {
  height: min(calc(3 / var(--maxx, 1920)* var(--screen-width, 100vw)), max(calc(3 / var(--minx, 9999)* var(--screen-width, 100vw)), 3px));
  width: min(calc(5 / var(--maxx, 1920)* var(--screen-width, 100vw)), max(calc(5 / var(--minx, 9999)* var(--screen-width, 100vw)), 5px));
    border-radius: 10px;
}
.braney-scroll::-webkit-scrollbar-track, .overflow-auto::-webkit-scrollbar-track {
  --tw-bg-opacity: 1;
  background-color: rgb(217 217 217 / var(--tw-bg-opacity, 1));
}
.braney-scroll::-webkit-scrollbar-thumb, .overflow-auto::-webkit-scrollbar-thumb {
    border-radius: 10px;
    --tw-bg-opacity: 1;
    background-color: rgb(11 148 70 / var(--tw-bg-opacity, 1));
  }
.braney-scroll::-webkit-scrollbar-thumb:hover, .overflow-auto::-webkit-scrollbar-thumb:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(11 148 70 / var(--tw-bg-opacity, 1));
}
.br-none br {
    display: none;
  }
form label span {
  --tw-text-opacity: 1;
  color: rgb(234 33 41 / var(--tw-text-opacity, 1));
}
form input[disabled], form textarea[disabled], form select[disabled] {
    opacity: 0.5;
  }
form.form-disabled .select2 .select2-selection .select2-selection__rendered,
  form.form-disabled .select2-container .select2-selection--single .select2-selection__placeholder {
    color: #B9B9B9;
    border-color: #B9B9B9;
  }
[type=text]:focus, input:where(:not([type])):focus, [type=email]:focus, [type=url]:focus, [type=password]:focus, [type=number]:focus, [type=date]:focus, [type=datetime-local]:focus, [type=month]:focus, [type=search]:focus, [type=tel]:focus, [type=time]:focus, [type=week]:focus, [multiple]:focus, textarea:focus, select:focus {
    --tw-ring-color: #ffffff00;
    border-color: #0B0049;
  }
.text-white .rank-math-breadcrumb {
    color: #FFF;
  }
.text-white .rank-math-breadcrumb .separator::after {
    background-image: url('data:image/svg+xml,<svg width="9" height="11" viewBox="0 0 9 11" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M3.5 11H0L5.2459 5.5L0 0H3.5L8.7459 5.5L3.5 11Z" fill="white"/></svg>');
  }
.accordion-icon-plus::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 37%;
    height: 37%;
    transform: translate(-50%, -50%);
    background-color: currentColor;
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8 1V15' stroke='black' stroke-width='2' stroke-linecap='round'/%3E%3Cpath d='M15 8L1 8' stroke='black' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");
    -webkit-mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8 1V15' stroke='black' stroke-width='2' stroke-linecap='round'/%3E%3Cpath d='M15 8L1 8' stroke='black' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");
    mask-size: contain;
    mask-repeat: no-repeat;
    mask-position: center;
  }
.bg-gradient-main {
    background: linear-gradient(180deg, #0C8E46 0%, #04A857 100%);
  }
.shadow-btn-white {
    box-shadow: 0px 4px 4px 0px rgba(11, 148, 70, 0.4) inset, 0px 20px 30px 0px rgba(0, 0, 0, 0.1490196078);
  }
.bg-gradient-name-doctor {
    background: linear-gradient(89.15deg, #D9C072 0.34%, #F9E6BE 50.96%, #D0B35E 99.66%);
  }
.bg-gradient-popup-main {
    background: linear-gradient(180deg, #0B9446 0%, #005E41 100%);
  }
.header-menu li.menu-item {
  padding-bottom: min(calc(20 / var(--maxx, 1920)* var(--screen-width, 100vw)), max(calc(20 / var(--minx, 9999)* var(--screen-width, 100vw)), 20px));
}
.header-menu li.menu-item.menu-item-has-children > a:after {
  display: none;
}
.span-display span.header-menu li.menu-item.menu-item-has-children > a:after {
    display: none;
  }
.header-menu li.menu-item.current_page_item, .header-menu li.menu-item.current-page-parent {
  --tw-text-opacity: 1;
  color: rgb(11 148 70 / var(--tw-text-opacity, 1));
}
.header-menu li.menu-item:hover {
  --tw-text-opacity: 1;
  color: rgb(11 148 70 / var(--tw-text-opacity, 1));
}
.header-menu li.menu-item .sub-menu {
  display: none;
}
.span-display span.header-menu li.menu-item .sub-menu {
    display: none;
  }

.header-menu-mb {
  flex-direction: column;
  justify-content: space-between;
  font-size: min(calc(16 / var(--maxx, 1920)* var(--screen-width, 100vw)), max(calc(16 / var(--minx, 9999)* var(--screen-width, 100vw)), 16px));
  font-weight: 400;
  line-height: min(calc(20 / var(--maxx, 1920)* var(--screen-width, 100vw)), max(calc(20 / var(--minx, 9999)* var(--screen-width, 100vw)), 20px));
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

@media (min-width: 1024px) {
  .header-menu-mb {
    flex-direction: row;
    color: rgba(255,255,255,.65);
  }
}
.header-menu-mb .menu-item {
  position: relative;
  padding-top: min(calc(10 / var(--maxx, 1920)* var(--screen-width, 100vw)), max(calc(10 / var(--minx, 9999)* var(--screen-width, 100vw)), 10px));
  padding-bottom: min(calc(10 / var(--maxx, 1920)* var(--screen-width, 100vw)), max(calc(10 / var(--minx, 9999)* var(--screen-width, 100vw)), 10px));
}
@media (min-width: 1024px) {
  .header-menu-mb .menu-item {
    padding-top: min(calc(20 / var(--maxx, 1920)* var(--screen-width, 100vw)), max(calc(20 / var(--minx, 9999)* var(--screen-width, 100vw)), 20px));
    padding-bottom: min(calc(20 / var(--maxx, 1920)* var(--screen-width, 100vw)), max(calc(20 / var(--minx, 9999)* var(--screen-width, 100vw)), 20px));
  }
  .header-menu-mb .menu-item:first-child {
    padding-left: 0px;
  }
  .header-menu-mb .menu-item:last-child {
    padding-right: 0px;
  }
}
.header-menu-mb .menu-item .sub-menu {
  display: none;
}

.footer-menu .menu-item {
  font-size: min(calc(12 / var(--maxx, 1920)* var(--screen-width, 100vw)), max(calc(12 / var(--minx, 9999)* var(--screen-width, 100vw)), 12px));
  font-weight: 500;
  line-height: min(calc(18 / var(--maxx, 1920)* var(--screen-width, 100vw)), max(calc(18 / var(--minx, 9999)* var(--screen-width, 100vw)), 18px));
  --tw-text-opacity: 1;
  color: rgb(0 94 65 / var(--tw-text-opacity, 1));
}

.footer-menu .menu-item a:hover {
    text-decoration: underline;
  }

.footer-menu .menu-item a:hover span {
    text-decoration: underline;
  }

@media (min-width: 768px) {
  .footer-menu .menu-item {
    --tw-text-opacity: 1;
    color: rgb(11 148 70 / var(--tw-text-opacity, 1));
  }
}

@media (min-width: 1024px) {
  .footer-menu .menu-item {
    font-size: min(calc(14 / var(--maxx, 1920)* var(--screen-width, 100vw)), max(calc(14 / var(--minx, 9999)* var(--screen-width, 100vw)), 14px));
  }
}
.footer-menu .menu-item a::after {
  display: none;
}
.span-display span.footer-menu .menu-item a::after {
    display: none;
  }
.footer-menu .menu-item .sub-menu {
  display: none;
}
.span-display span.footer-menu .menu-item .sub-menu {
    display: none;
  }

#contents {
  /* width */
  /* Track */
  /* Handle */
  /* Handle on hover */
}
#contents ul {
  margin-top: min(calc(40 / var(--maxx, 1920)* var(--screen-width, 100vw)), max(calc(40 / var(--minx, 9999)* var(--screen-width, 100vw)), 40px));
  max-height: min(calc(300 / var(--maxx, 1920)* var(--screen-width, 100vw)), max(calc(300 / var(--minx, 9999)* var(--screen-width, 100vw)), 300px));
  overflow: auto;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding: min(calc(20 / var(--maxx, 1920)* var(--screen-width, 100vw)), max(calc(20 / var(--minx, 9999)* var(--screen-width, 100vw)), 20px));
    /* width */
    /* Track */
    /* Handle */
    /* Handle on hover */
    /* width */
    /* Track */
    /* Handle */
    /* Handle on hover */
}
#contents ul::-webkit-scrollbar {
  height: min(calc(3 / var(--maxx, 1920)* var(--screen-width, 100vw)), max(calc(3 / var(--minx, 9999)* var(--screen-width, 100vw)), 3px));
  width: min(calc(5 / var(--maxx, 1920)* var(--screen-width, 100vw)), max(calc(5 / var(--minx, 9999)* var(--screen-width, 100vw)), 5px));
    border-radius: 10px;
}
#contents ul::-webkit-scrollbar-track {
  --tw-bg-opacity: 1;
  background-color: rgb(217 217 217 / var(--tw-bg-opacity, 1));
}
#contents ul::-webkit-scrollbar-thumb {
    border-radius: 10px;
    --tw-bg-opacity: 1;
    background-color: rgb(11 148 70 / var(--tw-bg-opacity, 1));
  }
#contents ul::-webkit-scrollbar-thumb:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(11 148 70 / var(--tw-bg-opacity, 1));
}
@media (min-width: 768px) {
  #contents ul {
    max-height: min(calc(516 / var(--maxx, 1920)* var(--screen-width, 100vw)), max(calc(516 / var(--minx, 9999)* var(--screen-width, 100vw)), 516px));
    padding: min(calc(30 / var(--maxx, 1920)* var(--screen-width, 100vw)), max(calc(30 / var(--minx, 9999)* var(--screen-width, 100vw)), 30px));
  }
}
#contents ul > li {
  margin-top: min(calc(10 / var(--maxx, 1920)* var(--screen-width, 100vw)), max(calc(10 / var(--minx, 9999)* var(--screen-width, 100vw)), 10px));
}
#contents ul > li:first-child {
  margin-top: 0px;
}
#contents a {
  display: inline-block;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
.span-display span#contents a {
    display: inline-block;
  }
#contents a:hover {
  text-decoration: underline;
  --tw-text-opacity: 1;
  color: rgb(11 148 70 / var(--tw-text-opacity, 1));
}
#contents .contents-active {
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(11 148 70 / var(--tw-text-opacity, 1));
}
#contents .contents-item {
  padding: 0.1em 0;
}
#contents .contents-h2 {
  margin-left: 0.5em;
}
#contents .contents-h3 {
  margin-left: 1.75em;
}
#contents .contents-h4 {
  margin-left: 3em;
}
#contents .contents-h5 {
  margin-left: 4.25em;
}
#contents .contents-h6 {
  margin-left: 5.5em;
}
#contents::-webkit-scrollbar {
  width: 6px;
}
#contents::-webkit-scrollbar-track {
  background: #e6eeff;
}
#contents::-webkit-scrollbar-thumb {
  background: #015DAC;
  border-radius: 10px;
}
#contents::-webkit-scrollbar-thumb:hover {
  background: #114A86;
}

.contentsTOC {
  /* Track */
  /* Handle */
  /* Handle on hover */
}
.contentsTOC ul {
  max-height: min(calc(320 / var(--maxx, 1920)* var(--screen-width, 100vw)), max(calc(320 / var(--minx, 9999)* var(--screen-width, 100vw)), 320px));
  overflow: auto;
    /* width */
    /* Track */
    /* Handle */
    /* Handle on hover */
}
.contentsTOC ul::-webkit-scrollbar {
  height: min(calc(3 / var(--maxx, 1920)* var(--screen-width, 100vw)), max(calc(3 / var(--minx, 9999)* var(--screen-width, 100vw)), 3px));
  width: min(calc(5 / var(--maxx, 1920)* var(--screen-width, 100vw)), max(calc(5 / var(--minx, 9999)* var(--screen-width, 100vw)), 5px));
    border-radius: 10px;
}
.contentsTOC ul::-webkit-scrollbar-track {
  --tw-bg-opacity: 1;
  background-color: rgb(217 217 217 / var(--tw-bg-opacity, 1));
}
.contentsTOC ul::-webkit-scrollbar-thumb {
    border-radius: 10px;
    --tw-bg-opacity: 1;
    background-color: rgb(11 148 70 / var(--tw-bg-opacity, 1));
  }
.contentsTOC ul::-webkit-scrollbar-thumb:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(11 148 70 / var(--tw-bg-opacity, 1));
}
@media (min-width: 1024px) {
  .contentsTOC ul {
    max-height: min(calc(516 / var(--maxx, 1920)* var(--screen-width, 100vw)), max(calc(516 / var(--minx, 9999)* var(--screen-width, 100vw)), 516px));
  }
}
.contentsTOC ul {
  padding-left: min(calc(30 / var(--maxx, 1920)* var(--screen-width, 100vw)), max(calc(30 / var(--minx, 9999)* var(--screen-width, 100vw)), 30px));
  padding-right: min(calc(30 / var(--maxx, 1920)* var(--screen-width, 100vw)), max(calc(30 / var(--minx, 9999)* var(--screen-width, 100vw)), 30px));
}
@media (min-width: 1024px) {
  .contentsTOC ul {
    padding-left: min(calc(24 / var(--maxx, 1920)* var(--screen-width, 100vw)), max(calc(24 / var(--minx, 9999)* var(--screen-width, 100vw)), 24px));
    padding-right: min(calc(24 / var(--maxx, 1920)* var(--screen-width, 100vw)), max(calc(24 / var(--minx, 9999)* var(--screen-width, 100vw)), 24px));
  }
}
.contentsTOC ul {
  /* width */
  /* Track */
  /* Handle */
  /* Handle on hover */
}
.contentsTOC ul::-webkit-scrollbar {
  width: 2px;
}
.contentsTOC ul::-webkit-scrollbar-track {
  background: #DDF1EC;
}
.contentsTOC ul::-webkit-scrollbar-thumb {
  background: #0B9446;
  border-radius: 10px;
}
.contentsTOC ul::-webkit-scrollbar-thumb:hover {
  background: #0B9446;
}
.contentsTOC ul > li {
  margin-top: 6px;
}
.contentsTOC ul > li:first-child {
  margin-top: 0px;
}
@media (min-width: 1024px) {
  .contentsTOC ul > li {
    margin-top: 10px;
  }
}
.contentsTOC a {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
@media (min-width: 1024px) {
  .contentsTOC a {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
.contentsTOC a:hover {
  text-decoration: underline;
  --tw-text-opacity: 1;
  color: rgb(11 148 70 / var(--tw-text-opacity, 1));
}
.contentsTOC .contents-active {
  --tw-text-opacity: 1;
  color: rgb(11 148 70 / var(--tw-text-opacity, 1));
}
.contentsTOC .contents-h2 {
  margin-left: 0;
}
.contentsTOC .contents-h3 {
  margin-left: 0.75em;
}
.contentsTOC .contents-h4 {
  margin-left: 1.75em;
}
.contentsTOC .contents-h5 {
  margin-left: 3em;
}
.contentsTOC .contents-h6 {
  margin-left: 4.25em;
}
.contentsTOC::-webkit-scrollbar {
  height: min(calc(3 / var(--maxx, 1920)* var(--screen-width, 100vw)), max(calc(3 / var(--minx, 9999)* var(--screen-width, 100vw)), 3px));
  width: min(calc(5 / var(--maxx, 1920)* var(--screen-width, 100vw)), max(calc(5 / var(--minx, 9999)* var(--screen-width, 100vw)), 5px));
  border-radius: 10px;
}
.contentsTOC::-webkit-scrollbar-track {
  --tw-bg-opacity: 1;
  background-color: rgb(217 217 217 / var(--tw-bg-opacity, 1));
}
.contentsTOC::-webkit-scrollbar-thumb {
  border-radius: 10px;
  --tw-bg-opacity: 1;
  background-color: rgb(11 148 70 / var(--tw-bg-opacity, 1));
}
.contentsTOC::-webkit-scrollbar-thumb:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(11 148 70 / var(--tw-bg-opacity, 1));
}

.wysiwyg div > * + *, .wysiwyg > * + * {
  margin-top: 0.7em;
}
.wysiwyg .table-wrapper {
  max-width: 100%;
  overflow: auto;
}
.wysiwyg table {
  max-width: 100%;
  overflow: auto;
}
.wysiwyg div {
  width: 100% !important;
}
.wysiwyg ul,
.wysiwyg ol {
  padding-left: 1.5em;
}
.wysiwyg ul li,
.wysiwyg ol li {
  margin-top: 0.5em;
}
.wysiwyg ul, .wysiwyg ol {
  list-style-position: outside;
}
.wysiwyg ul ul, .wysiwyg ul ol, .wysiwyg ol ul, .wysiwyg ol ol {
  margin-top: 0.625em;
}
.wysiwyg ul {
  list-style-type: disc;
}
.wysiwyg ol {
  list-style-type: decimal;
}
.wysiwyg h1,
.wysiwyg h2,
.wysiwyg h3,
.wysiwyg h4,
.wysiwyg h5,
.wysiwyg h6 {
  line-height: 1.4;
}
.wysiwyg.heading-primary h1,
.wysiwyg.heading-primary h2,
.wysiwyg.heading-primary h3,
.wysiwyg.heading-primary h4,
.wysiwyg.heading-primary h5,
.wysiwyg.heading-primary h6 {
  --tw-text-opacity: 1;
  color: rgb(11 148 70 / var(--tw-text-opacity, 1));
}
.wysiwyg h1 {
  font-weight: 700;
  font-size: 160%;
}
.wysiwyg h2 {
  font-weight: 700;
  font-size: 135%;
}
.wysiwyg h3 {
  font-weight: 700;
  font-size: 116%;
}
.wysiwyg h4 {
  font-weight: 700;
  font-size: 100%;
}
.wysiwyg h5 {
  font-weight: 700;
  font-size: 88.8889%;
}
.wysiwyg h6 {
  font-weight: 500;
  font-size: 83.33334%;
}
.wysiwyg code {
  background-color: rgb(244, 244, 248);
  padding: 2px 4px;
  border-radius: 5px;
  font-size: 85%;
}
.wysiwyg pre {
  font-size: inherit;
  white-space: pre;
  padding-top: min(calc(12 / var(--maxx, 1920)* var(--screen-width, 100vw)), max(calc(12 / var(--minx, 9999)* var(--screen-width, 100vw)), 12px));
  padding-bottom: min(calc(12 / var(--maxx, 1920)* var(--screen-width, 100vw)), max(calc(12 / var(--minx, 9999)* var(--screen-width, 100vw)), 12px));
  padding-left: min(calc(16 / var(--maxx, 1920)* var(--screen-width, 100vw)), max(calc(16 / var(--minx, 9999)* var(--screen-width, 100vw)), 16px));
  padding-right: min(calc(16 / var(--maxx, 1920)* var(--screen-width, 100vw)), max(calc(16 / var(--minx, 9999)* var(--screen-width, 100vw)), 16px));
  font-family: 'iCiel Graphit', serif;;
  background: rgb(244, 244, 248);
  border-radius: min(8 / var(--maxx, 1920) * var(--screen-width, 100vw), max(8 / var(--minx, 9999) * var(--screen-width, 100vw), 8px));
}
.wysiwyg pre code {
  color: inherit;
  padding: 0;
  background: none;
  font-size: 80%;
}
.wysiwyg mark {
  background-color: #faf594;
}
.wysiwyg img {
  max-width: 100%;
  height: auto;
}
.wysiwyg a {
  --tw-text-opacity: 1;
  color: rgb(11 148 70 / var(--tw-text-opacity, 1));
}
.wysiwyg a:hover {
  text-decoration: underline;
}
.wysiwyg hr {
  margin: 1em 0;
}
.wysiwyg blockquote {
  margin-top: min(calc(20 / var(--maxx, 1920)* var(--screen-width, 100vw)), max(calc(20 / var(--minx, 9999)* var(--screen-width, 100vw)), 20px));
  margin-bottom: min(calc(20 / var(--maxx, 1920)* var(--screen-width, 100vw)), max(calc(20 / var(--minx, 9999)* var(--screen-width, 100vw)), 20px));
  padding-left: min(calc(20 / var(--maxx, 1920)* var(--screen-width, 100vw)), max(calc(20 / var(--minx, 9999)* var(--screen-width, 100vw)), 20px));
  padding-right: min(calc(20 / var(--maxx, 1920)* var(--screen-width, 100vw)), max(calc(20 / var(--minx, 9999)* var(--screen-width, 100vw)), 20px));
  padding-top: min(calc(20 / var(--maxx, 1920)* var(--screen-width, 100vw)), max(calc(20 / var(--minx, 9999)* var(--screen-width, 100vw)), 20px));
  padding-bottom: min(calc(20 / var(--maxx, 1920)* var(--screen-width, 100vw)), max(calc(20 / var(--minx, 9999)* var(--screen-width, 100vw)), 20px));
  border-left: min(4 / var(--maxx, 1920) * var(--screen-width, 100vw), max(4 / var(--minx, 9999) * var(--screen-width, 100vw), 4px)) solid #00188F;
  background: #f5f5f5;
  border-radius: 0px;
}
@media screen and (min-width: 768px) {
  .wysiwyg blockquote {
    margin-top: min(calc(20 / var(--maxx, 1920)* var(--screen-width, 100vw)), max(calc(20 / var(--minx, 9999)* var(--screen-width, 100vw)), 20px));
    margin-bottom: min(calc(20 / var(--maxx, 1920)* var(--screen-width, 100vw)), max(calc(20 / var(--minx, 9999)* var(--screen-width, 100vw)), 20px));
    padding-top: min(calc(20 / var(--maxx, 1920)* var(--screen-width, 100vw)), max(calc(20 / var(--minx, 9999)* var(--screen-width, 100vw)), 20px));
    padding-bottom: min(calc(20 / var(--maxx, 1920)* var(--screen-width, 100vw)), max(calc(20 / var(--minx, 9999)* var(--screen-width, 100vw)), 20px));
    padding-left: min(calc(20 / var(--maxx, 1920)* var(--screen-width, 100vw)), max(calc(20 / var(--minx, 9999)* var(--screen-width, 100vw)), 20px));
    padding-right: min(calc(20 / var(--maxx, 1920)* var(--screen-width, 100vw)), max(calc(20 / var(--minx, 9999)* var(--screen-width, 100vw)), 20px));
  }
}
.wysiwyg hr {
  margin-top: 1.5em;
  margin-bottom: 1.5em;
  border: none;
  border-top: 0.1em solid rgba(13, 13, 13, 0.1);
}
.wysiwyg figure {
  margin-bottom: min(calc(16 / var(--maxx, 1920)* var(--screen-width, 100vw)), max(calc(16 / var(--minx, 9999)* var(--screen-width, 100vw)), 16px));
  max-width: 100%;
  text-align: center;
}
.wysiwyg figure img {
  margin-left: auto;
  margin-right: auto;
}
.wysiwyg figure figcaption {
  margin-top: 0.1em;
  text-align: center;
  font-style: italic;
  font-size: 90%;
}
.wysiwyg .wp-caption {
  max-width: 100%;
  width: 100% !important;
}
.wysiwyg .wp-caption-text {
  margin-top: 0.1em;
  text-align: center;
  font-style: italic;
  font-size: 90%;
}
.wysiwyg .wp-caption > a {
  display: inline-block;
}
.wysiwyg .aligncenter {
  margin-left: auto;
  margin-right: auto;
}
.wysiwyg iframe {
  max-width: 100%;
}
.wysiwyg .copyright-post {
  font-family: 'iCiel Graphit', serif;;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(11 148 70 / var(--tw-text-opacity, 1));
  font-size: 90%;
  line-height: 1.1;
}
.wysiwyg table {
  width: 100%;
  max-width: var(--wtable, 100%);
  overflow: auto;
}
.wysiwyg table td {
  border: 1px solid #cfd0d2;
  padding-top: min(calc(10 / var(--maxx, 1920)* var(--screen-width, 100vw)), max(calc(10 / var(--minx, 9999)* var(--screen-width, 100vw)), 10px));
  padding-bottom: min(calc(10 / var(--maxx, 1920)* var(--screen-width, 100vw)), max(calc(10 / var(--minx, 9999)* var(--screen-width, 100vw)), 10px));
  padding-left: min(calc(6 / var(--maxx, 1920)* var(--screen-width, 100vw)), max(calc(6 / var(--minx, 9999)* var(--screen-width, 100vw)), 6px));
  padding-right: min(calc(6 / var(--maxx, 1920)* var(--screen-width, 100vw)), max(calc(6 / var(--minx, 9999)* var(--screen-width, 100vw)), 6px));
  text-align: center;
  color: currentColor;
}
@media (min-width: 1024px) {
  .wysiwyg table td {
    padding-top: min(calc(20 / var(--maxx, 1920)* var(--screen-width, 100vw)), max(calc(20 / var(--minx, 9999)* var(--screen-width, 100vw)), 20px));
    padding-bottom: min(calc(20 / var(--maxx, 1920)* var(--screen-width, 100vw)), max(calc(20 / var(--minx, 9999)* var(--screen-width, 100vw)), 20px));
    padding-left: min(calc(10 / var(--maxx, 1920)* var(--screen-width, 100vw)), max(calc(10 / var(--minx, 9999)* var(--screen-width, 100vw)), 10px));
    padding-right: min(calc(10 / var(--maxx, 1920)* var(--screen-width, 100vw)), max(calc(10 / var(--minx, 9999)* var(--screen-width, 100vw)), 10px));
  }
}
.wysiwyg table tr > td:first-child[rowspan],
.wysiwyg table tr > td:first-child[colspan] {
  text-align: left;
  font-weight: 600;
}
.wysiwyg .wp-block-table {
  overflow-x: auto;
}
.wysiwyg-box h1,
.wysiwyg-box h2,
.wysiwyg-box h3,
.wysiwyg-box h4,
.wysiwyg-box h5,
.wysiwyg-box h6 {
  --tw-text-opacity: 1;
  color: rgb(11 148 70 / var(--tw-text-opacity, 1));
}
.wysiwyg-box h3 {
  font-size: 133.3333%;
}

.wysiwyg-signature .wp-caption-text {
  font-size: 110%;
  margin-left: auto;
  margin-right: auto;
  margin-top: min(calc(20 / var(--maxx, 1920)* var(--screen-width, 100vw)), max(calc(20 / var(--minx, 9999)* var(--screen-width, 100vw)), 20px));
  max-width: min(calc(705 / var(--maxx, 1920)* var(--screen-width, 100vw)), max(calc(705 / var(--minx, 9999)* var(--screen-width, 100vw)), 705px));
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(11 148 70 / var(--tw-text-opacity, 1));
}

@media (min-width: 1024px) {
  .wysiwyg-signature .wp-caption-text {
    margin-top: min(calc(30 / var(--maxx, 1920)* var(--screen-width, 100vw)), max(calc(30 / var(--minx, 9999)* var(--screen-width, 100vw)), 30px));
  }
}
@media screen and (min-width: 1024px) {
  .wysiwyg-signature .wp-caption-text {
    font-size: 133.3333%;
  }
}
.wysiwyg-signature .wp-caption > a {
  display: inline-block;
}

.file-value {
  margin-top: min(calc(10 / var(--maxx, 1920)* var(--screen-width, 100vw)), max(calc(10 / var(--minx, 9999)* var(--screen-width, 100vw)), 10px)) !important;
  display: flex !important;
  width: 100%;
  align-items: center;
  font-size: 0.75rem;
  line-height: 1rem;
}
.file-value .icon {
  margin-right: min(calc(8 / var(--maxx, 1920)* var(--screen-width, 100vw)), max(calc(8 / var(--minx, 9999)* var(--screen-width, 100vw)), 8px));
  height: min(calc(20 / var(--maxx, 1920)* var(--screen-width, 100vw)), max(calc(20 / var(--minx, 9999)* var(--screen-width, 100vw)), 20px));
  width: min(calc(20 / var(--maxx, 1920)* var(--screen-width, 100vw)), max(calc(20 / var(--minx, 9999)* var(--screen-width, 100vw)), 20px));
}
.file-value .details {
  display: flex !important;
  flex: 1 1 0%;
  align-items: center;
  font-size: 0.75rem;
  line-height: 1rem;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
.file-value .name {
  font-size: 0.75rem;
  line-height: 1rem;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.table-logo table, .table-logo th, .table-logo td {
  border: 1px dashed #015DAC;
}

.maps-points .point-line {
  clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
  transition: 0.5s all linear;
}
.maps-points .point-line.active {
  clip-path: polygon(100% 0, 0 0, 0 100%, 100% 100%) !important;
}
.maps-points .point-text {
  opacity: 0;
  transition: 0.16s all;
}
.maps-points .point-text.active {
  opacity: 1;
}
@keyframes pulse {
  0% {
    box-shadow: 0px 0px 0px 0px #0662af;
  }
  100% {
    box-shadow: 0px 0px 0px 7px rgba(52, 106, 180, 0);
  }
}
.maps-points .point-circle {
  clip-path: circle(0% at 50% 50%);
  transition: 0.5s all;
  position: relative;
}
.maps-points .point-circle.active {
  clip-path: circle(70.7% at 50% 50%) !important;
}
.maps-points .point.reverse .point-line {
  clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
}

body.is-up #header {
  top: 0;
  transition-duration: 500ms;
}
body.is-up #footer-mobile-bar {
  transform: translateY(0);
}
body.is-up.mobile-menu-shown #footer-mobile-bar {
  transform: translateY(calc(100% + 15px));
}
body.is-down:not(.mobile-menu-shown) #header {
  top: -100%;
}
body.is-down:not(.mobile-menu-shown) #footer-mobile-bar {
  transform: translateY(calc(100% + 15px));
}
body.is-down.mobile-menu-shown #footer-mobile-bar {
  transform: translateY(calc(100% + 15px));
}

.input-select .select2, .output-select .select2 {
  width: 100% !important;
}
.input-select input, .output-select input {
  height: min(calc(40 / var(--maxx, 1920)* var(--screen-width, 100vw)), max(calc(40 / var(--minx, 9999)* var(--screen-width, 100vw)), 40px));
  width: 100%;
  font-family: 'iCiel Graphit', serif;;
  font-size: min(calc(14 / var(--maxx, 1920)* var(--screen-width, 100vw)), max(calc(14 / var(--minx, 9999)* var(--screen-width, 100vw)), 14px));
  font-weight: 400;
  line-height: min(calc(18 / var(--maxx, 1920)* var(--screen-width, 100vw)), max(calc(18 / var(--minx, 9999)* var(--screen-width, 100vw)), 18px));
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
.input-select input::-moz-placeholder, .output-select input::-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgb(134 134 134 / var(--tw-text-opacity, 1));
}
.input-select input::placeholder, .output-select input::placeholder {
  --tw-text-opacity: 1;
  color: rgb(134 134 134 / var(--tw-text-opacity, 1));
}
@media (min-width: 1024px) {
  .input-select input, .output-select input {
    font-size: min(calc(14 / var(--maxx, 1920)* var(--screen-width, 100vw)), max(calc(14 / var(--minx, 9999)* var(--screen-width, 100vw)), 14px));
    line-height: min(calc(18 / var(--maxx, 1920)* var(--screen-width, 100vw)), max(calc(18 / var(--minx, 9999)* var(--screen-width, 100vw)), 18px));
  }
}
.input-select input, .output-select input {
  border-radius: 999px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
  padding-top: min(calc(8 / var(--maxx, 1920)* var(--screen-width, 100vw)), max(calc(8 / var(--minx, 9999)* var(--screen-width, 100vw)), 8px));
  padding-bottom: min(calc(8 / var(--maxx, 1920)* var(--screen-width, 100vw)), max(calc(8 / var(--minx, 9999)* var(--screen-width, 100vw)), 8px));
  padding-left: min(calc(20 / var(--maxx, 1920)* var(--screen-width, 100vw)), max(calc(20 / var(--minx, 9999)* var(--screen-width, 100vw)), 20px));
  padding-right: min(calc(42 / var(--maxx, 1920)* var(--screen-width, 100vw)), max(calc(42 / var(--minx, 9999)* var(--screen-width, 100vw)), 42px));
}
@media (min-width: 1024px) {
  .input-select input, .output-select input {
    padding-top: min(calc(12 / var(--maxx, 1920)* var(--screen-width, 100vw)), max(calc(12 / var(--minx, 9999)* var(--screen-width, 100vw)), 12px));
    padding-bottom: min(calc(12 / var(--maxx, 1920)* var(--screen-width, 100vw)), max(calc(12 / var(--minx, 9999)* var(--screen-width, 100vw)), 12px));
    padding-left: min(calc(16 / var(--maxx, 1920)* var(--screen-width, 100vw)), max(calc(16 / var(--minx, 9999)* var(--screen-width, 100vw)), 16px));
    padding-right: min(calc(16 / var(--maxx, 1920)* var(--screen-width, 100vw)), max(calc(16 / var(--minx, 9999)* var(--screen-width, 100vw)), 16px));
  }
}
.input-select .select2-selection .select2-selection__rendered, .output-select .select2-selection .select2-selection__rendered {
  padding-left: 0px;
  padding-right: 0px;
  font-family: 'iCiel Graphit', serif;;
  font-size: min(calc(14 / var(--maxx, 1920)* var(--screen-width, 100vw)), max(calc(14 / var(--minx, 9999)* var(--screen-width, 100vw)), 14px));
  font-weight: 400;
  line-height: min(calc(18 / var(--maxx, 1920)* var(--screen-width, 100vw)), max(calc(18 / var(--minx, 9999)* var(--screen-width, 100vw)), 18px));
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
.input-select .select2-selection .select2-selection__rendered::-moz-placeholder, .output-select .select2-selection .select2-selection__rendered::-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgb(134 134 134 / var(--tw-text-opacity, 1));
}
.input-select .select2-selection .select2-selection__rendered::placeholder, .output-select .select2-selection .select2-selection__rendered::placeholder {
  --tw-text-opacity: 1;
  color: rgb(134 134 134 / var(--tw-text-opacity, 1));
}
@media (min-width: 1024px) {
  .input-select .select2-selection .select2-selection__rendered, .output-select .select2-selection .select2-selection__rendered {
    font-size: min(calc(14 / var(--maxx, 1920)* var(--screen-width, 100vw)), max(calc(14 / var(--minx, 9999)* var(--screen-width, 100vw)), 14px));
    line-height: min(calc(18 / var(--maxx, 1920)* var(--screen-width, 100vw)), max(calc(18 / var(--minx, 9999)* var(--screen-width, 100vw)), 18px));
  }
}
.input-select .select2-container .select2-selection--single,
.input-select .select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .input-select .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple, .output-select .select2-container .select2-selection--single,
.output-select .select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .output-select .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  display: flex;
  height: min(calc(40 / var(--maxx, 1920)* var(--screen-width, 100vw)), max(calc(40 / var(--minx, 9999)* var(--screen-width, 100vw)), 40px));
  width: 100%;
  align-items: center;
  justify-content: flex-start;
  border-radius: 999px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
  padding-top: min(calc(8 / var(--maxx, 1920)* var(--screen-width, 100vw)), max(calc(8 / var(--minx, 9999)* var(--screen-width, 100vw)), 8px));
  padding-bottom: min(calc(8 / var(--maxx, 1920)* var(--screen-width, 100vw)), max(calc(8 / var(--minx, 9999)* var(--screen-width, 100vw)), 8px));
  padding-left: min(calc(20 / var(--maxx, 1920)* var(--screen-width, 100vw)), max(calc(20 / var(--minx, 9999)* var(--screen-width, 100vw)), 20px));
  padding-right: min(calc(42 / var(--maxx, 1920)* var(--screen-width, 100vw)), max(calc(42 / var(--minx, 9999)* var(--screen-width, 100vw)), 42px));
}
@media (min-width: 1024px) {
  .input-select .select2-container .select2-selection--single,
.input-select .select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .input-select .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple, .output-select .select2-container .select2-selection--single,
.output-select .select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .output-select .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
    padding-top: min(calc(12 / var(--maxx, 1920)* var(--screen-width, 100vw)), max(calc(12 / var(--minx, 9999)* var(--screen-width, 100vw)), 12px));
    padding-bottom: min(calc(12 / var(--maxx, 1920)* var(--screen-width, 100vw)), max(calc(12 / var(--minx, 9999)* var(--screen-width, 100vw)), 12px));
    padding-left: min(calc(16 / var(--maxx, 1920)* var(--screen-width, 100vw)), max(calc(16 / var(--minx, 9999)* var(--screen-width, 100vw)), 16px));
    padding-right: min(calc(50 / var(--maxx, 1920)* var(--screen-width, 100vw)), max(calc(50 / var(--minx, 9999)* var(--screen-width, 100vw)), 50px));
  }
}
.input-select .select2-container--default .select2-selection--single .select2-selection__arrow, .output-select .select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 50%;
  transform: translateY(-50%);
  right: min(calc(20 / var(--maxx, 1920)* var(--screen-width, 100vw)), max(calc(20 / var(--minx, 9999)* var(--screen-width, 100vw)), 20px));
  height: min(calc(25 / var(--maxx, 1920)* var(--screen-width, 100vw)), max(calc(25 / var(--minx, 9999)* var(--screen-width, 100vw)), 25px));
}
@media (min-width: 1024px) {
  .input-select .select2-container--default .select2-selection--single .select2-selection__arrow, .output-select .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: min(calc(26 / var(--maxx, 1920)* var(--screen-width, 100vw)), max(calc(26 / var(--minx, 9999)* var(--screen-width, 100vw)), 26px));
  }
}
.input-select .select2-container--default .select2-selection--single .select2-selection__arrow [role=presentation], .output-select .select2-container--default .select2-selection--single .select2-selection__arrow [role=presentation] {
  border: none;
  margin: 0px;
  top: 50%;
  height: min(calc(10 / var(--maxx, 1920)* var(--screen-width, 100vw)), max(calc(10 / var(--minx, 9999)* var(--screen-width, 100vw)), 10px));
  width: min(calc(10 / var(--maxx, 1920)* var(--screen-width, 100vw)), max(calc(10 / var(--minx, 9999)* var(--screen-width, 100vw)), 10px));
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  transition-duration: 200ms;
}
@media (min-width: 1024px) {
  .input-select .select2-container--default .select2-selection--single .select2-selection__arrow [role=presentation], .output-select .select2-container--default .select2-selection--single .select2-selection__arrow [role=presentation] {
    height: min(calc(10 / var(--maxx, 1920)* var(--screen-width, 100vw)), max(calc(10 / var(--minx, 9999)* var(--screen-width, 100vw)), 10px));
    width: min(calc(10 / var(--maxx, 1920)* var(--screen-width, 100vw)), max(calc(10 / var(--minx, 9999)* var(--screen-width, 100vw)), 10px));
  }
}
.input-select .select2-container--default .select2-selection--single .select2-selection__arrow [role=presentation], .output-select .select2-container--default .select2-selection--single .select2-selection__arrow [role=presentation] {
  background-image: url('data:image/svg+xml,<svg width="10" height="6" viewBox="0 0 10 6" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0.75 0.75L4.75 4.75L8.75 0.75" stroke="%23207159" stroke-width="1.5" stroke-linecap="round"/></svg>');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.input-select .select2-container .select2-selection--single .select2-selection__placeholder, .output-select .select2-container .select2-selection--single .select2-selection__placeholder {
  --tw-text-opacity: 1;
  color: rgb(134 134 134 / var(--tw-text-opacity, 1));
}
.input-select .select2 .select2-selection .select2-selection__rendered, .output-select .select2 .select2-selection .select2-selection__rendered {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.breadcrumbs-wrapper .separator {
  padding-left: min(calc(6 / var(--maxx, 1920)* var(--screen-width, 100vw)), max(calc(6 / var(--minx, 9999)* var(--screen-width, 100vw)), 6px));
  padding-right: min(calc(6 / var(--maxx, 1920)* var(--screen-width, 100vw)), max(calc(6 / var(--minx, 9999)* var(--screen-width, 100vw)), 6px));
}
.breadcrumbs-wrapper .last {
  --tw-text-opacity: 1;
  color: rgb(11 148 70 / var(--tw-text-opacity, 1));
}
@media (min-width: 1024px) {
  .breadcrumbs-wrapper[class*="lg:text-white"] .last .wysiwyg-box h1,.breadcrumbs-wrapper[class*="lg:text-white"] .last .wysiwyg-box h2,.breadcrumbs-wrapper[class*="lg:text-white"] .last .wysiwyg-box h3,.breadcrumbs-wrapper[class*="lg:text-white"] .last .wysiwyg-box h4,.breadcrumbs-wrapper[class*="lg:text-white"] .last .wysiwyg-box h5,.breadcrumbs-wrapper[class*="lg:text-white"] .last .wysiwyg-box h6 {
    color: #FFF;
  }
  .breadcrumbs-wrapper[class*="lg:text-white"] .last {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  }
  .breadcrumbs-wrapper[class*="lg:text-white"] .last .rank-math-breadcrumb {
    color: #FFF;
  }
  .breadcrumbs-wrapper[class*="lg:text-white"] .last .rank-math-breadcrumb .separator::after {
    background-image: url('data:image/svg+xml,<svg width="9" height="11" viewBox="0 0 9 11" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M3.5 11H0L5.2459 5.5L0 0H3.5L8.7459 5.5L3.5 11Z" fill="white"/></svg>');
  }
}
.breadcrumbs-wrapper.current-main-dark .last {
  --tw-text-opacity: 1;
  color: rgb(32 113 89 / var(--tw-text-opacity, 1));
}
@media (min-width: 1024px) {
  .breadcrumbs-wrapper.current-main-dark[class*="lg:text-white"] .last .wysiwyg-box h1,.breadcrumbs-wrapper.current-main-dark[class*="lg:text-white"] .last .wysiwyg-box h2,.breadcrumbs-wrapper.current-main-dark[class*="lg:text-white"] .last .wysiwyg-box h3,.breadcrumbs-wrapper.current-main-dark[class*="lg:text-white"] .last .wysiwyg-box h4,.breadcrumbs-wrapper.current-main-dark[class*="lg:text-white"] .last .wysiwyg-box h5,.breadcrumbs-wrapper.current-main-dark[class*="lg:text-white"] .last .wysiwyg-box h6 {
    color: #FFF;
  }
  .breadcrumbs-wrapper.current-main-dark[class*="lg:text-white"] .last {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  }
  .breadcrumbs-wrapper.current-main-dark[class*="lg:text-white"] .last .rank-math-breadcrumb {
    color: #FFF;
  }
  .breadcrumbs-wrapper.current-main-dark[class*="lg:text-white"] .last .rank-math-breadcrumb .separator::after {
    background-image: url('data:image/svg+xml,<svg width="9" height="11" viewBox="0 0 9 11" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M3.5 11H0L5.2459 5.5L0 0H3.5L8.7459 5.5L3.5 11Z" fill="white"/></svg>');
  }
}

.swiper {
  display: none;
}
.swiper-wrapper {
  display: flex;
}
.swiper-pagination {
  --swiper-pagination-bullet-inactive-color: #E5E7EB;
  --swiper-pagination-color: #0B9446;
  --swiper-pagination-bullet-inactive-opacity: 1;
  --swiper-pagination-bullet-border-radius: 0;
  --swiper-pagination-bullet-horizontal-gap: 2px;
}
.swiper-pagination-bullet {
  height: min(calc(4 / var(--maxx, 1920)* var(--screen-width, 100vw)), max(calc(4 / var(--minx, 9999)* var(--screen-width, 100vw)), 4px));
  width: min(calc(12 / var(--maxx, 1920)* var(--screen-width, 100vw)), max(calc(12 / var(--minx, 9999)* var(--screen-width, 100vw)), 12px));
  border-radius: min(calc(10 / var(--maxx, 1920)* var(--screen-width, 100vw)), 10px);
}
@media (min-width: 1024px) {
  .swiper-pagination-bullet {
    height: min(calc(6 / var(--maxx, 1920)* var(--screen-width, 100vw)), max(calc(6 / var(--minx, 9999)* var(--screen-width, 100vw)), 6px));
    width: min(calc(20 / var(--maxx, 1920)* var(--screen-width, 100vw)), max(calc(20 / var(--minx, 9999)* var(--screen-width, 100vw)), 20px));
  }
}
.swiper-pagination-bullet {
  border: none;
}
.swiper-button-prev, .swiper-button-next, .swiper-custom-button-prev, .swiper-custom-button-next {
  --swiper-navigation-size: min(calc(26 / var(--maxx, 1920)* var(--screen-width, 100vw)), 26px);
  --swiper-navigation-sides-offset: max(calc(-18 / var(--maxx, 1920)* var(--screen-width, 100vw)), -18px);
  width: var(--swiper-navigation-size, 44px);
  height: var(--swiper-navigation-size, 44px);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  filter: drop-shadow(-1.74px 1.74px 10.42px rgba(0, 0, 0, 0.1803921569));
}
@media screen and (min-width: 1024px) {
  .swiper-button-prev, .swiper-button-next, .swiper-custom-button-prev, .swiper-custom-button-next {
    --swiper-navigation-size: min(calc(48 / var(--maxx, 1920)* var(--screen-width, 100vw)), 48px);
    --swiper-navigation-sides-offset: max(calc(-24 / var(--maxx, 1920)* var(--screen-width, 100vw)), -24px);
  }
}
.swiper-button-prev::after, .swiper-button-next::after, .swiper-custom-button-prev::after, .swiper-custom-button-next::after {
  content: none;
}
@media screen and (min-width: 1024px) {
  .swiper-button-prev, .swiper-button-next, .swiper-custom-button-prev, .swiper-custom-button-next {
    border: none;
  }
}
.swiper-button-next, .swiper-custom-button-next {
  background-image: url('data:image/svg+xml,<svg width="40" height="40" viewBox="0 0 40 40" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M20 0.43457C30.8064 0.43457 39.5654 9.18166 39.5654 19.9707C39.5654 30.7597 30.8064 39.5068 20 39.5068C9.19357 39.5068 0.43458 30.7597 0.43457 19.9707C0.43457 9.18166 9.19356 0.43457 20 0.43457Z" fill="white" stroke="%230B9446" stroke-width="0.868607"/><path d="M17.3594 26.375L24.1518 20.3461L17.3594 14.3172" fill="white"/><path d="M17.3594 26.375L24.1518 20.3461L17.3594 14.3172" stroke="%230B9446" stroke-width="2.30011" stroke-linecap="round" stroke-linejoin="round"/></svg>');
}
.swiper-button-next.swiper-button-disabled, .swiper-custom-button-next.swiper-button-disabled {
  background-image: url('data:image/svg+xml,<svg width="40" height="40" viewBox="0 0 40 40" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M20 0.43457C30.8064 0.43457 39.5654 9.18166 39.5654 19.9707C39.5654 30.7597 30.8064 39.5068 20 39.5068C9.19357 39.5068 0.43458 30.7597 0.43457 19.9707C0.43457 9.18166 9.19356 0.43457 20 0.43457Z" fill="white" stroke="%230B9446" stroke-width="0.868607"/><path d="M17.3594 26.375L24.1518 20.3461L17.3594 14.3172" fill="white"/><path d="M17.3594 26.375L24.1518 20.3461L17.3594 14.3172" stroke="%230B9446" stroke-width="2.30011" stroke-linecap="round" stroke-linejoin="round"/></svg>');
  opacity: 0.5;
  filter: none;
}
.swiper-button-next.button-main-dark, .swiper-custom-button-next.button-main-dark {
  background-image: url('data:image/svg+xml,<svg width="40" height="40" viewBox="0 0 40 40" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M20 0.43457C30.8064 0.43457 39.5654 9.18166 39.5654 19.9707C39.5654 30.7597 30.8064 39.5068 20 39.5068C9.19357 39.5068 0.43458 30.7597 0.43457 19.9707C0.43457 9.18166 9.19356 0.43457 20 0.43457Z" fill="white" stroke="%23207159" stroke-width="0.868607"/><path d="M17.3594 26.375L24.1518 20.3461L17.3594 14.3172" fill="white"/><path d="M17.3594 26.375L24.1518 20.3461L17.3594 14.3172" stroke="%23207159" stroke-width="2.30011" stroke-linecap="round" stroke-linejoin="round"/></svg>');
}
.swiper-button-next.button-main-dark.swiper-button-disabled, .swiper-custom-button-next.button-main-dark.swiper-button-disabled {
  background-image: url('data:image/svg+xml,<svg width="40" height="40" viewBox="0 0 40 40" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M20 0.43457C30.8064 0.43457 39.5654 9.18166 39.5654 19.9707C39.5654 30.7597 30.8064 39.5068 20 39.5068C9.19357 39.5068 0.43458 30.7597 0.43457 19.9707C0.43457 9.18166 9.19356 0.43457 20 0.43457Z" fill="white" stroke="%23207159" stroke-width="0.868607"/><path d="M17.3594 26.375L24.1518 20.3461L17.3594 14.3172" fill="white"/><path d="M17.3594 26.375L24.1518 20.3461L17.3594 14.3172" stroke="%23207159" stroke-width="2.30011" stroke-linecap="round" stroke-linejoin="round"/></svg>');
}
.swiper-button-prev, .swiper-custom-button-prev {
  background-image: url('data:image/svg+xml,<svg width="40" height="40" viewBox="0 0 40 40" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M20 0.43457C9.19356 0.43457 0.43457 9.18166 0.43457 19.9707C0.43458 30.7597 9.19357 39.5068 20 39.5068C30.8064 39.5068 39.5654 30.7597 39.5654 19.9707C39.5654 9.18166 30.8064 0.43457 20 0.43457Z" fill="white" stroke="%230B9446" stroke-width="0.868607"/><path d="M22.6406 26.375L15.8482 20.3461L22.6406 14.3172" fill="white"/><path d="M22.6406 26.375L15.8482 20.3461L22.6406 14.3172" stroke="%230B9446" stroke-width="2.30011" stroke-linecap="round" stroke-linejoin="round"/></svg>');
}
.swiper-button-prev.swiper-button-disabled, .swiper-custom-button-prev.swiper-button-disabled {
  background-image: url('data:image/svg+xml,<svg width="40" height="40" viewBox="0 0 40 40" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M20 0.43457C9.19356 0.43457 0.43457 9.18166 0.43457 19.9707C0.43458 30.7597 9.19357 39.5068 20 39.5068C30.8064 39.5068 39.5654 30.7597 39.5654 19.9707C39.5654 9.18166 30.8064 0.43457 20 0.43457Z" fill="white" stroke="%230B9446" stroke-width="0.868607"/><path d="M22.6406 26.375L15.8482 20.3461L22.6406 14.3172" fill="white"/><path d="M22.6406 26.375L15.8482 20.3461L22.6406 14.3172" stroke="%230B9446" stroke-width="2.30011" stroke-linecap="round" stroke-linejoin="round"/></svg>');
  opacity: 0.5;
}
.swiper-button-prev.button-main-dark, .swiper-custom-button-prev.button-main-dark {
  background-image: url('data:image/svg+xml,<svg width="40" height="40" viewBox="0 0 40 40" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M20 0.43457C9.19356 0.43457 0.43457 9.18166 0.43457 19.9707C0.43458 30.7597 9.19357 39.5068 20 39.5068C30.8064 39.5068 39.5654 30.7597 39.5654 19.9707C39.5654 9.18166 30.8064 0.43457 20 0.43457Z" fill="white" stroke="%23207159" stroke-width="0.868607"/><path d="M22.6406 26.375L15.8482 20.3461L22.6406 14.3172" fill="white"/><path d="M22.6406 26.375L15.8482 20.3461L22.6406 14.3172" stroke="%23207159" stroke-width="2.30011" stroke-linecap="round" stroke-linejoin="round"/></svg>');
}
.swiper-button-prev.button-main-dark.swiper-button-disabled, .swiper-custom-button-prev.button-main-dark.swiper-button-disabled {
  background-image: url('data:image/svg+xml,<svg width="40" height="40" viewBox="0 0 40 40" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M20 0.43457C9.19356 0.43457 0.43457 9.18166 0.43457 19.9707C0.43458 30.7597 9.19357 39.5068 20 39.5068C30.8064 39.5068 39.5654 30.7597 39.5654 19.9707C39.5654 9.18166 30.8064 0.43457 20 0.43457Z" fill="white" stroke="%23207159" stroke-width="0.868607"/><path d="M22.6406 26.375L15.8482 20.3461L22.6406 14.3172" fill="white"/><path d="M22.6406 26.375L15.8482 20.3461L22.6406 14.3172" stroke="%23207159" stroke-width="2.30011" stroke-linecap="round" stroke-linejoin="round"/></svg>');
}
.swiper.swiper-initialized {
  display: inline-block;
  max-width: 100%;
  margin-left: 0;
}
.swiper.swiper-initialized .swiper-wrapper {
  gap: 0;
}
.swiper .swiper-slide {
  height: auto;
}
.swiper .swiper-slide.thumb-slide-active {
  border-width: min(calc(2 / var(--maxx, 1920)* var(--screen-width, 100vw)), max(calc(2 / var(--minx, 9999)* var(--screen-width, 100vw)), 2px));
  --tw-border-opacity: 1;
  border-color: rgb(11 148 70 / var(--tw-border-opacity, 1));
}

.swiper-button-lock {
  display: block;
  opacity: 0;
  visibility: hidden;
}

.swiper-pagination-lock {
  display: none;
}

.swiper-button-static .swiper-pagination, .swiper-button-static .swiper-button-prev, .swiper-button-static .swiper-button-next {
  position: static;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
  transform: none;
  margin: 0;
}
.swiper-button-static .swiper-pagination {
  width: auto;
}
.swiper-button-static .swiper-pagination.swiper-pagination-bullets-dynamic {
  transform: none;
}

.swiper-button-0 .swiper-button-next, .swiper-button-0 .swiper-custom-button-next {
  right: 0;
}
.swiper-button-0 .swiper-button-prev, .swiper-button-0 .swiper-custom-button-prev {
  left: 0;
}

body div:where(.swal2-container) {
  z-index: 1000000;
}
body .swal2-popup {
  padding-left: min(calc(20 / var(--maxx, 1920)* var(--screen-width, 100vw)), max(calc(20 / var(--minx, 9999)* var(--screen-width, 100vw)), 20px));
  padding-right: min(calc(20 / var(--maxx, 1920)* var(--screen-width, 100vw)), max(calc(20 / var(--minx, 9999)* var(--screen-width, 100vw)), 20px));
  padding-top: min(calc(30 / var(--maxx, 1920)* var(--screen-width, 100vw)), max(calc(30 / var(--minx, 9999)* var(--screen-width, 100vw)), 30px));
  padding-bottom: min(calc(30 / var(--maxx, 1920)* var(--screen-width, 100vw)), max(calc(30 / var(--minx, 9999)* var(--screen-width, 100vw)), 30px));
}
body .swal2-title {
  padding-top: min(calc(20 / var(--maxx, 1920)* var(--screen-width, 100vw)), max(calc(20 / var(--minx, 9999)* var(--screen-width, 100vw)), 20px));
}
@media (min-width: 1024px) {
  body .swal2-title {
    padding-top: min(calc(30 / var(--maxx, 1920)* var(--screen-width, 100vw)), max(calc(30 / var(--minx, 9999)* var(--screen-width, 100vw)), 30px));
  }
}
body .swal2-actions {
  margin-top: min(calc(20 / var(--maxx, 1920)* var(--screen-width, 100vw)), max(calc(20 / var(--minx, 9999)* var(--screen-width, 100vw)), 20px));
}
@media (min-width: 1024px) {
  body .swal2-actions {
    margin-top: min(calc(30 / var(--maxx, 1920)* var(--screen-width, 100vw)), max(calc(30 / var(--minx, 9999)* var(--screen-width, 100vw)), 30px));
  }
}
body .swal2-close {
  position: absolute;
}
body div:where(.swal2-icon) {
  margin-top: 0px;
}
body div:where(.swal2-icon).swal2-success .swal2-success-ring {
  background: #61C478;
}
body div:where(.swal2-icon).swal2-success [class^=swal2-success-line] {
  z-index: 3;
  background-color: #FFF;
}
body div:where(.swal2-container) h2:where(.swal2-title) {
  font-size: min(calc(16 / var(--maxx, 1920)* var(--screen-width, 100vw)), max(calc(16 / var(--minx, 9999)* var(--screen-width, 100vw)), 16px));
  font-weight: 600;
  line-height: min(calc(24 / var(--maxx, 1920)* var(--screen-width, 100vw)), max(calc(24 / var(--minx, 9999)* var(--screen-width, 100vw)), 24px));
  --tw-text-opacity: 1;
  color: rgb(11 148 70 / var(--tw-text-opacity, 1));
}
@media (min-width: 1024px) {
  body div:where(.swal2-container) h2:where(.swal2-title) {
    font-size: min(calc(24 / var(--maxx, 1920)* var(--screen-width, 100vw)), max(calc(24 / var(--minx, 9999)* var(--screen-width, 100vw)), 24px));
    line-height: min(calc(30 / var(--maxx, 1920)* var(--screen-width, 100vw)), max(calc(30 / var(--minx, 9999)* var(--screen-width, 100vw)), 30px));
  }
}
body div:where(.swal2-container) button:where(.swal2-styled):where(.swal2-confirm) .wysiwyg-box h1,body div:where(.swal2-container) button:where(.swal2-styled):where(.swal2-confirm) .wysiwyg-box h2,body div:where(.swal2-container) button:where(.swal2-styled):where(.swal2-confirm) .wysiwyg-box h3,body div:where(.swal2-container) button:where(.swal2-styled):where(.swal2-confirm) .wysiwyg-box h4,body div:where(.swal2-container) button:where(.swal2-styled):where(.swal2-confirm) .wysiwyg-box h5,body div:where(.swal2-container) button:where(.swal2-styled):where(.swal2-confirm) .wysiwyg-box h6 {
    color: #FFF;
  }
body div:where(.swal2-container) button:where(.swal2-styled):where(.swal2-confirm) {
  display: flex;
  width: 100%;
  min-width: min(calc(120 / var(--maxx, 1920)* var(--screen-width, 100vw)), max(calc(120 / var(--minx, 9999)* var(--screen-width, 100vw)), 120px));
  align-items: center;
  justify-content: center;
  border-radius: 0;
  --tw-bg-opacity: 1;
  background-color: rgb(11 148 70 / var(--tw-bg-opacity, 1));
  padding-top: min(calc(8 / var(--maxx, 1920)* var(--screen-width, 100vw)), max(calc(8 / var(--minx, 9999)* var(--screen-width, 100vw)), 8px));
  padding-bottom: min(calc(8 / var(--maxx, 1920)* var(--screen-width, 100vw)), max(calc(8 / var(--minx, 9999)* var(--screen-width, 100vw)), 8px));
  padding-left: min(calc(20 / var(--maxx, 1920)* var(--screen-width, 100vw)), max(calc(20 / var(--minx, 9999)* var(--screen-width, 100vw)), 20px));
  padding-right: min(calc(20 / var(--maxx, 1920)* var(--screen-width, 100vw)), max(calc(20 / var(--minx, 9999)* var(--screen-width, 100vw)), 20px));
  text-align: center;
  font-size: min(calc(14 / var(--maxx, 1920)* var(--screen-width, 100vw)), max(calc(14 / var(--minx, 9999)* var(--screen-width, 100vw)), 14px));
  font-weight: 500;
  line-height: min(calc(24 / var(--maxx, 1920)* var(--screen-width, 100vw)), max(calc(24 / var(--minx, 9999)* var(--screen-width, 100vw)), 24px));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  transition-duration: 300ms;
}
body div:where(.swal2-container) button:where(.swal2-styled):where(.swal2-confirm) .rank-math-breadcrumb {
    color: #FFF;
  }
body div:where(.swal2-container) button:where(.swal2-styled):where(.swal2-confirm) .rank-math-breadcrumb .separator::after {
    background-image: url('data:image/svg+xml,<svg width="9" height="11" viewBox="0 0 9 11" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M3.5 11H0L5.2459 5.5L0 0H3.5L8.7459 5.5L3.5 11Z" fill="white"/></svg>');
  }
body div:where(.swal2-container) button:where(.swal2-styled):where(.swal2-confirm):hover {
  --tw-bg-opacity: 1;
  background-color: rgb(11 148 70 / var(--tw-bg-opacity, 1));
}
@media (min-width: 1024px) {
  body div:where(.swal2-container) button:where(.swal2-styled):where(.swal2-confirm) {
    min-width: min(calc(180 / var(--maxx, 1920)* var(--screen-width, 100vw)), max(calc(180 / var(--minx, 9999)* var(--screen-width, 100vw)), 180px));
    padding-top: min(calc(19 / var(--maxx, 1920)* var(--screen-width, 100vw)), max(calc(19 / var(--minx, 9999)* var(--screen-width, 100vw)), 19px));
    padding-bottom: min(calc(19 / var(--maxx, 1920)* var(--screen-width, 100vw)), max(calc(19 / var(--minx, 9999)* var(--screen-width, 100vw)), 19px));
    padding-left: min(calc(30 / var(--maxx, 1920)* var(--screen-width, 100vw)), max(calc(30 / var(--minx, 9999)* var(--screen-width, 100vw)), 30px));
    padding-right: min(calc(30 / var(--maxx, 1920)* var(--screen-width, 100vw)), max(calc(30 / var(--minx, 9999)* var(--screen-width, 100vw)), 30px));
    font-size: min(calc(18 / var(--maxx, 1920)* var(--screen-width, 100vw)), max(calc(18 / var(--minx, 9999)* var(--screen-width, 100vw)), 18px));
    line-height: min(calc(26 / var(--maxx, 1920)* var(--screen-width, 100vw)), max(calc(26 / var(--minx, 9999)* var(--screen-width, 100vw)), 26px));
  }
}
body div:where(.swal2-container) button:where(.swal2-close) {
  color: #4B4B4B;
}
body div:where(.swal2-icon).swal2-error {
  border-color: #D72134;
  color: #D72134;
  background-color: #D72134;
}
body div:where(.swal2-icon).swal2-error [class^=swal2-x-mark-line] {
  background-color: #FFF;
}
body div:where(.swal2-container) button:where(.swal2-styled):where(.swal2-confirm) {
  background-color: #0B9446;
  outline: none;
}
body div:where(.swal2-container) button:where(.swal2-styled):where(.swal2-confirm):focus-visible {
  box-shadow: none;
}
body div:where(.swal2-container) button:where(.swal2-styled):where(.swal2-confirm):active {
  background-color: #207159;
}

#footer {
  content-visibility: visible !important;
}

.hover\:text-white:hover .wysiwyg-box h1,.hover\:text-white:hover .wysiwyg-box h2,.hover\:text-white:hover .wysiwyg-box h3,.hover\:text-white:hover .wysiwyg-box h4,.hover\:text-white:hover .wysiwyg-box h5,.hover\:text-white:hover .wysiwyg-box h6 {
    color: #FFF;
  }

.group:nth-child(even) .group-even\:text-white .wysiwyg-box h1,.group:nth-child(even) .group-even\:text-white .wysiwyg-box h2,.group:nth-child(even) .group-even\:text-white .wysiwyg-box h3,.group:nth-child(even) .group-even\:text-white .wysiwyg-box h4,.group:nth-child(even) .group-even\:text-white .wysiwyg-box h5,.group:nth-child(even) .group-even\:text-white .wysiwyg-box h6 {
    color: #FFF;
  }

@media (min-width: 1024px) {
  .lg\:text-white .wysiwyg-box h1,.lg\:text-white .wysiwyg-box h2,.lg\:text-white .wysiwyg-box h3,.lg\:text-white .wysiwyg-box h4,.lg\:text-white .wysiwyg-box h5,.lg\:text-white .wysiwyg-box h6 {
    color: #FFF;
  }
}

.\[\&\.active\]\:text-white.active .wysiwyg-box h1,.\[\&\.active\]\:text-white.active .wysiwyg-box h2,.\[\&\.active\]\:text-white.active .wysiwyg-box h3,.\[\&\.active\]\:text-white.active .wysiwyg-box h4,.\[\&\.active\]\:text-white.active .wysiwyg-box h5,.\[\&\.active\]\:text-white.active .wysiwyg-box h6 {
    color: #FFF;
  }

.placeholder\:text-body-c1::-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgb(193 193 193 / var(--tw-text-opacity, 1));
}

.placeholder\:text-body-c1::placeholder {
  --tw-text-opacity: 1;
  color: rgb(193 193 193 / var(--tw-text-opacity, 1));
}

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

.first\:border-t-0:first-child {
  border-top-width: 0px;
}

.first\:border-none:first-child {
  border-style: none;
}

.first\:pt-0:first-child {
  padding-top: 0px;
}

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

.odd\:pb-w40p:nth-child(odd) {
  padding-bottom: min(calc(40 / var(--maxx, 1920)* var(--screen-width, 100vw)), max(calc(40 / var(--minx, 9999)* var(--screen-width, 100vw)), 40px));
}

.even\:pt-w40p:nth-child(even) {
  padding-top: min(calc(40 / var(--maxx, 1920)* var(--screen-width, 100vw)), max(calc(40 / var(--minx, 9999)* var(--screen-width, 100vw)), 40px));
}

.hover\:border-main:hover {
  --tw-border-opacity: 1;
  border-color: rgb(11 148 70 / var(--tw-border-opacity, 1));
}

.hover\:border-main-dark:hover {
  --tw-border-opacity: 1;
  border-color: rgb(32 113 89 / var(--tw-border-opacity, 1));
}

.hover\:bg-btn-hover:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(249 237 0 / var(--tw-bg-opacity, 1));
}

.hover\:bg-main:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(11 148 70 / var(--tw-bg-opacity, 1));
}

.hover\:bg-main-dark:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(32 113 89 / var(--tw-bg-opacity, 1));
}

.hover\:bg-primary:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(11 148 70 / var(--tw-bg-opacity, 1));
}

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

.hover\:text-main:hover {
  --tw-text-opacity: 1;
  color: rgb(11 148 70 / var(--tw-text-opacity, 1));
}

.hover\:text-main-dark:hover {
  --tw-text-opacity: 1;
  color: rgb(32 113 89 / var(--tw-text-opacity, 1));
}

.hover\:text-primary:hover {
  --tw-text-opacity: 1;
  color: rgb(11 148 70 / var(--tw-text-opacity, 1));
}

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

.hover\:text-white:hover .rank-math-breadcrumb {
    color: #FFF;
  }

.hover\:text-white:hover .rank-math-breadcrumb .separator::after {
    background-image: url('data:image/svg+xml,<svg width="9" height="11" viewBox="0 0 9 11" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M3.5 11H0L5.2459 5.5L0 0H3.5L8.7459 5.5L3.5 11Z" fill="white"/></svg>');
  }

.focus\:outline-none:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.focus-visible\:border-main:focus-visible {
  --tw-border-opacity: 1;
  border-color: rgb(11 148 70 / var(--tw-border-opacity, 1));
}

.focus-visible\:outline-none:focus-visible {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

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

.group:nth-child(even) .group-even\:text-white .rank-math-breadcrumb {
    color: #FFF;
  }

.group:nth-child(even) .group-even\:text-white .rank-math-breadcrumb .separator::after {
    background-image: url('data:image/svg+xml,<svg width="9" height="11" viewBox="0 0 9 11" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M3.5 11H0L5.2459 5.5L0 0H3.5L8.7459 5.5L3.5 11Z" fill="white"/></svg>');
  }

.group\/link:hover .group-hover\/link\:-rotate-45 {
  --tw-rotate: -45deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.group:hover .group-hover\:-rotate-45 {
  --tw-rotate: -45deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.group\/slide:hover .group-hover\/slide\:scale-110 {
  --tw-scale-x: 1.1;
  --tw-scale-y: 1.1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.group:hover .group-hover\:scale-110 {
  --tw-scale-x: 1.1;
  --tw-scale-y: 1.1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.group\/article:hover .group-hover\/article\:bg-btn-hover {
  --tw-bg-opacity: 1;
  background-color: rgb(249 237 0 / var(--tw-bg-opacity, 1));
}

.group\/link:hover .group-hover\/link\:text-main {
  --tw-text-opacity: 1;
  color: rgb(11 148 70 / var(--tw-text-opacity, 1));
}

.group\/article:hover .group-hover\/article\:opacity-90 {
  opacity: 0.9;
}

.group.showed .group-\[\.showed\]\:bottom-auto {
  bottom: auto;
}

.group.showed .group-\[\.showed\]\:top-1\/2 {
  top: 50%;
}

.group.showed .group-\[\.showed\]\:hidden {
  display: none;
}

.group.showed .group-\[\.showed\]\:-translate-y-1\/2 {
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.group\/accor-head.showed .group-\[\&\.showed\]\/accor-head\:rotate-45 {
  --tw-rotate: 45deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.group.showed .group-\[\.showed\]\:-rotate-45 {
  --tw-rotate: -45deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.group.showed .group-\[\.showed\]\:rotate-45 {
  --tw-rotate: 45deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.group\/accor-head.showed .group-\[\&\.showed\]\/accor-head\:bg-transparent {
  background-color: transparent;
}

.group\/accor-head.showed .group-\[\&\.showed\]\/accor-head\:text-main {
  --tw-text-opacity: 1;
  color: rgb(11 148 70 / var(--tw-text-opacity, 1));
}

.span-display .group.showed .group-\[\.showed\]\:hiddenspan {
    display: none;
  }

@media (min-width: 640px) {
  .sm\:flex-row {
    flex-direction: row;
  }
}

@media (min-width: 768px) {
  .md\:right-w24p {
    right: min(calc(24 / var(--maxx, 1920)* var(--screen-width, 100vw)), max(calc(24 / var(--minx, 9999)* var(--screen-width, 100vw)), 24px));
  }
  .md\:top-1\/2 {
    top: 50%;
  }
  .md\:mx-0 {
    margin-left: 0px;
    margin-right: 0px;
  }
  .md\:min-h-w254p {
    min-height: min(calc(254 / var(--maxx, 1920)* var(--screen-width, 100vw)), max(calc(254 / var(--minx, 9999)* var(--screen-width, 100vw)), 254px));
  }
  .md\:w-1\/2 {
    width: 50%;
  }
  .md\:w-full {
    width: 100%;
  }
  .md\:w-w189p {
    width: min(calc(189 / var(--maxx, 1920)* var(--screen-width, 100vw)), max(calc(189 / var(--minx, 9999)* var(--screen-width, 100vw)), 189px));
  }
  .md\:w-w212p {
    width: min(calc(212 / var(--maxx, 1920)* var(--screen-width, 100vw)), max(calc(212 / var(--minx, 9999)* var(--screen-width, 100vw)), 212px));
  }
  .md\:w-w232p {
    width: min(calc(232 / var(--maxx, 1920)* var(--screen-width, 100vw)), max(calc(232 / var(--minx, 9999)* var(--screen-width, 100vw)), 232px));
  }
  .md\:w-w240p {
    width: min(calc(240 / var(--maxx, 1920)* var(--screen-width, 100vw)), max(calc(240 / var(--minx, 9999)* var(--screen-width, 100vw)), 240px));
  }
  .md\:w-w269p {
    width: min(calc(269 / var(--maxx, 1920)* var(--screen-width, 100vw)), max(calc(269 / var(--minx, 9999)* var(--screen-width, 100vw)), 269px));
  }
  .md\:w-w292p {
    width: min(calc(292 / var(--maxx, 1920)* var(--screen-width, 100vw)), max(calc(292 / var(--minx, 9999)* var(--screen-width, 100vw)), 292px));
  }
  .md\:w-w293p {
    width: min(calc(293 / var(--maxx, 1920)* var(--screen-width, 100vw)), max(calc(293 / var(--minx, 9999)* var(--screen-width, 100vw)), 293px));
  }
  .md\:w-w300p {
    width: min(calc(300 / var(--maxx, 1920)* var(--screen-width, 100vw)), max(calc(300 / var(--minx, 9999)* var(--screen-width, 100vw)), 300px));
  }
  .md\:w-w334p {
    width: min(calc(334 / var(--maxx, 1920)* var(--screen-width, 100vw)), max(calc(334 / var(--minx, 9999)* var(--screen-width, 100vw)), 334px));
  }
  .md\:w-w348p {
    width: min(calc(348 / var(--maxx, 1920)* var(--screen-width, 100vw)), max(calc(348 / var(--minx, 9999)* var(--screen-width, 100vw)), 348px));
  }
  .md\:w-w350p {
    width: min(calc(350 / var(--maxx, 1920)* var(--screen-width, 100vw)), max(calc(350 / var(--minx, 9999)* var(--screen-width, 100vw)), 350px));
  }
  .md\:w-w358p {
    width: min(calc(358 / var(--maxx, 1920)* var(--screen-width, 100vw)), max(calc(358 / var(--minx, 9999)* var(--screen-width, 100vw)), 358px));
  }
  .md\:w-w404p {
    width: min(calc(404 / var(--maxx, 1920)* var(--screen-width, 100vw)), max(calc(404 / var(--minx, 9999)* var(--screen-width, 100vw)), 404px));
  }
  .md\:w-w504p {
    width: min(calc(504 / var(--maxx, 1920)* var(--screen-width, 100vw)), max(calc(504 / var(--minx, 9999)* var(--screen-width, 100vw)), 504px));
  }
  .md\:w-w606p {
    width: min(calc(606 / var(--maxx, 1920)* var(--screen-width, 100vw)), max(calc(606 / var(--minx, 9999)* var(--screen-width, 100vw)), 606px));
  }
  .md\:min-w-w120p {
    min-width: min(calc(120 / var(--maxx, 1920)* var(--screen-width, 100vw)), max(calc(120 / var(--minx, 9999)* var(--screen-width, 100vw)), 120px));
  }
  .md\:min-w-w180p {
    min-width: min(calc(180 / var(--maxx, 1920)* var(--screen-width, 100vw)), max(calc(180 / var(--minx, 9999)* var(--screen-width, 100vw)), 180px));
  }
  .md\:-translate-y-1\/2 {
    --tw-translate-y: -50%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
  .md\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .md\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .md\:flex-row {
    flex-direction: row;
  }
  .md\:justify-start {
    justify-content: flex-start;
  }
  .md\:justify-center {
    justify-content: center;
  }
  .md\:gap-w16p {
    gap: min(calc(16 / var(--maxx, 1920)* var(--screen-width, 100vw)), max(calc(16 / var(--minx, 9999)* var(--screen-width, 100vw)), 16px));
  }
  .md\:gap-w20p {
    gap: min(calc(20 / var(--maxx, 1920)* var(--screen-width, 100vw)), max(calc(20 / var(--minx, 9999)* var(--screen-width, 100vw)), 20px));
  }
  .md\:rounded-w20p {
    border-radius: min(calc(20 / var(--maxx, 1920)* var(--screen-width, 100vw)), 20px);
  }
  .md\:border-gray-200 {
    --tw-border-opacity: 1;
    border-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
  }
  .md\:border-t-main {
    --tw-border-opacity: 1;
    border-top-color: rgb(11 148 70 / var(--tw-border-opacity, 1));
  }
  .md\:object-right-top {
    -o-object-position: right top;
       object-position: right top;
  }
  .md\:px-w16p {
    padding-left: min(calc(16 / var(--maxx, 1920)* var(--screen-width, 100vw)), max(calc(16 / var(--minx, 9999)* var(--screen-width, 100vw)), 16px));
    padding-right: min(calc(16 / var(--maxx, 1920)* var(--screen-width, 100vw)), max(calc(16 / var(--minx, 9999)* var(--screen-width, 100vw)), 16px));
  }
  .md\:px-w20p {
    padding-left: min(calc(20 / var(--maxx, 1920)* var(--screen-width, 100vw)), max(calc(20 / var(--minx, 9999)* var(--screen-width, 100vw)), 20px));
    padding-right: min(calc(20 / var(--maxx, 1920)* var(--screen-width, 100vw)), max(calc(20 / var(--minx, 9999)* var(--screen-width, 100vw)), 20px));
  }
  .md\:py-w15p {
    padding-top: min(calc(15 / var(--maxx, 1920)* var(--screen-width, 100vw)), max(calc(15 / var(--minx, 9999)* var(--screen-width, 100vw)), 15px));
    padding-bottom: min(calc(15 / var(--maxx, 1920)* var(--screen-width, 100vw)), max(calc(15 / var(--minx, 9999)* var(--screen-width, 100vw)), 15px));
  }
  .md\:pb-w100p {
    padding-bottom: min(calc(100 / var(--maxx, 1920)* var(--screen-width, 100vw)), max(calc(100 / var(--minx, 9999)* var(--screen-width, 100vw)), 100px));
  }
  .md\:pb-w24p {
    padding-bottom: min(calc(24 / var(--maxx, 1920)* var(--screen-width, 100vw)), max(calc(24 / var(--minx, 9999)* var(--screen-width, 100vw)), 24px));
  }
  .md\:pt-w60p {
    padding-top: min(calc(60 / var(--maxx, 1920)* var(--screen-width, 100vw)), max(calc(60 / var(--minx, 9999)* var(--screen-width, 100vw)), 60px));
  }
  .md\:text-left {
    text-align: left;
  }
  .md\:text-12p {
    font-size: min(calc(12 / var(--maxx, 1920)* var(--screen-width, 100vw)), max(calc(12 / var(--minx, 9999)* var(--screen-width, 100vw)), 12px));
  }
  .md\:text-16p {
    font-size: min(calc(16 / var(--maxx, 1920)* var(--screen-width, 100vw)), max(calc(16 / var(--minx, 9999)* var(--screen-width, 100vw)), 16px));
  }
  .md\:leading-w15p {
    line-height: min(calc(15 / var(--maxx, 1920)* var(--screen-width, 100vw)), max(calc(15 / var(--minx, 9999)* var(--screen-width, 100vw)), 15px));
  }
  .md\:leading-w20p {
    line-height: min(calc(20 / var(--maxx, 1920)* var(--screen-width, 100vw)), max(calc(20 / var(--minx, 9999)* var(--screen-width, 100vw)), 20px));
  }
  .md\:text-main {
    --tw-text-opacity: 1;
    color: rgb(11 148 70 / var(--tw-text-opacity, 1));
  }
}

@media (min-width: 1024px) {
  .lg\:absolute {
    position: absolute;
  }
  .lg\:relative {
    position: relative;
  }
  .lg\:sticky {
    position: sticky;
  }
  .lg\:right-w30p {
    right: min(calc(30 / var(--maxx, 1920)* var(--screen-width, 100vw)), max(calc(30 / var(--minx, 9999)* var(--screen-width, 100vw)), 30px));
  }
  .lg\:right-w66p {
    right: min(calc(66 / var(--maxx, 1920)* var(--screen-width, 100vw)), max(calc(66 / var(--minx, 9999)* var(--screen-width, 100vw)), 66px));
  }
  .lg\:top-0 {
    top: 0px;
  }
  .lg\:top-w35p {
    top: min(calc(35 / var(--maxx, 1920)* var(--screen-width, 100vw)), max(calc(35 / var(--minx, 9999)* var(--screen-width, 100vw)), 35px));
  }
  .lg\:top-w57p {
    top: min(calc(57 / var(--maxx, 1920)* var(--screen-width, 100vw)), max(calc(57 / var(--minx, 9999)* var(--screen-width, 100vw)), 57px));
  }
  .lg\:ml-w44p {
    margin-left: min(calc(44 / var(--maxx, 1920)* var(--screen-width, 100vw)), max(calc(44 / var(--minx, 9999)* var(--screen-width, 100vw)), 44px));
  }
  .lg\:mr-w10p {
    margin-right: min(calc(10 / var(--maxx, 1920)* var(--screen-width, 100vw)), max(calc(10 / var(--minx, 9999)* var(--screen-width, 100vw)), 10px));
  }
  .lg\:mr-w20p {
    margin-right: min(calc(20 / var(--maxx, 1920)* var(--screen-width, 100vw)), max(calc(20 / var(--minx, 9999)* var(--screen-width, 100vw)), 20px));
  }
  .lg\:mr-w40p {
    margin-right: min(calc(40 / var(--maxx, 1920)* var(--screen-width, 100vw)), max(calc(40 / var(--minx, 9999)* var(--screen-width, 100vw)), 40px));
  }
  .lg\:mr-w60p {
    margin-right: min(calc(60 / var(--maxx, 1920)* var(--screen-width, 100vw)), max(calc(60 / var(--minx, 9999)* var(--screen-width, 100vw)), 60px));
  }
  .lg\:mt-0 {
    margin-top: 0px;
  }
  .lg\:mt-w100p {
    margin-top: min(calc(100 / var(--maxx, 1920)* var(--screen-width, 100vw)), max(calc(100 / var(--minx, 9999)* var(--screen-width, 100vw)), 100px));
  }
  .lg\:mt-w16p {
    margin-top: min(calc(16 / var(--maxx, 1920)* var(--screen-width, 100vw)), max(calc(16 / var(--minx, 9999)* var(--screen-width, 100vw)), 16px));
  }
  .lg\:mt-w18p {
    margin-top: min(calc(18 / var(--maxx, 1920)* var(--screen-width, 100vw)), max(calc(18 / var(--minx, 9999)* var(--screen-width, 100vw)), 18px));
  }
  .lg\:mt-w20p {
    margin-top: min(calc(20 / var(--maxx, 1920)* var(--screen-width, 100vw)), max(calc(20 / var(--minx, 9999)* var(--screen-width, 100vw)), 20px));
  }
  .lg\:mt-w24p {
    margin-top: min(calc(24 / var(--maxx, 1920)* var(--screen-width, 100vw)), max(calc(24 / var(--minx, 9999)* var(--screen-width, 100vw)), 24px));
  }
  .lg\:mt-w2p {
    margin-top: min(calc(2 / var(--maxx, 1920)* var(--screen-width, 100vw)), max(calc(2 / var(--minx, 9999)* var(--screen-width, 100vw)), 2px));
  }
  .lg\:mt-w30p {
    margin-top: min(calc(30 / var(--maxx, 1920)* var(--screen-width, 100vw)), max(calc(30 / var(--minx, 9999)* var(--screen-width, 100vw)), 30px));
  }
  .lg\:mt-w40p {
    margin-top: min(calc(40 / var(--maxx, 1920)* var(--screen-width, 100vw)), max(calc(40 / var(--minx, 9999)* var(--screen-width, 100vw)), 40px));
  }
  .lg\:mt-w60p {
    margin-top: min(calc(60 / var(--maxx, 1920)* var(--screen-width, 100vw)), max(calc(60 / var(--minx, 9999)* var(--screen-width, 100vw)), 60px));
  }
  .lg\:mt-w80p {
    margin-top: min(calc(80 / var(--maxx, 1920)* var(--screen-width, 100vw)), max(calc(80 / var(--minx, 9999)* var(--screen-width, 100vw)), 80px));
  }
  .lg\:mt-w82p {
    margin-top: min(calc(82 / var(--maxx, 1920)* var(--screen-width, 100vw)), max(calc(82 / var(--minx, 9999)* var(--screen-width, 100vw)), 82px));
  }
  .lg\:block {
    display: block;
  }
  .lg\:inline-block {
    display: inline-block;
  }
  .lg\:flex {
    display: flex;
  }
  .lg\:inline-flex {
    display: inline-flex;
  }
  .lg\:hidden {
    display: none;
  }
  .lg\:h-w100p {
    height: min(calc(100 / var(--maxx, 1920)* var(--screen-width, 100vw)), max(calc(100 / var(--minx, 9999)* var(--screen-width, 100vw)), 100px));
  }
  .lg\:h-w120p {
    height: min(calc(120 / var(--maxx, 1920)* var(--screen-width, 100vw)), max(calc(120 / var(--minx, 9999)* var(--screen-width, 100vw)), 120px));
  }
  .lg\:h-w122p {
    height: min(calc(122 / var(--maxx, 1920)* var(--screen-width, 100vw)), max(calc(122 / var(--minx, 9999)* var(--screen-width, 100vw)), 122px));
  }
  .lg\:h-w12p {
    height: min(calc(12 / var(--maxx, 1920)* var(--screen-width, 100vw)), max(calc(12 / var(--minx, 9999)* var(--screen-width, 100vw)), 12px));
  }
  .lg\:h-w150p {
    height: min(calc(150 / var(--maxx, 1920)* var(--screen-width, 100vw)), max(calc(150 / var(--minx, 9999)* var(--screen-width, 100vw)), 150px));
  }
  .lg\:h-w15p {
    height: min(calc(15 / var(--maxx, 1920)* var(--screen-width, 100vw)), max(calc(15 / var(--minx, 9999)* var(--screen-width, 100vw)), 15px));
  }
  .lg\:h-w16p {
    height: min(calc(16 / var(--maxx, 1920)* var(--screen-width, 100vw)), max(calc(16 / var(--minx, 9999)* var(--screen-width, 100vw)), 16px));
  }
  .lg\:h-w24p {
    height: min(calc(24 / var(--maxx, 1920)* var(--screen-width, 100vw)), max(calc(24 / var(--minx, 9999)* var(--screen-width, 100vw)), 24px));
  }
  .lg\:h-w40p {
    height: min(calc(40 / var(--maxx, 1920)* var(--screen-width, 100vw)), max(calc(40 / var(--minx, 9999)* var(--screen-width, 100vw)), 40px));
  }
  .lg\:h-w54p {
    height: min(calc(54 / var(--maxx, 1920)* var(--screen-width, 100vw)), max(calc(54 / var(--minx, 9999)* var(--screen-width, 100vw)), 54px));
  }
  .lg\:h-w56p {
    height: min(calc(56 / var(--maxx, 1920)* var(--screen-width, 100vw)), max(calc(56 / var(--minx, 9999)* var(--screen-width, 100vw)), 56px));
  }
  .lg\:h-w72p {
    height: min(calc(72 / var(--maxx, 1920)* var(--screen-width, 100vw)), max(calc(72 / var(--minx, 9999)* var(--screen-width, 100vw)), 72px));
  }
  .lg\:min-h-w360p {
    min-height: min(calc(360 / var(--maxx, 1920)* var(--screen-width, 100vw)), max(calc(360 / var(--minx, 9999)* var(--screen-width, 100vw)), 360px));
  }
  .lg\:w-auto {
    width: auto;
  }
  .lg\:w-full {
    width: 100%;
  }
  .lg\:w-w1026p {
    width: min(calc(1026 / var(--maxx, 1920)* var(--screen-width, 100vw)), max(calc(1026 / var(--minx, 9999)* var(--screen-width, 100vw)), 1026px));
  }
  .lg\:w-w12p {
    width: min(calc(12 / var(--maxx, 1920)* var(--screen-width, 100vw)), max(calc(12 / var(--minx, 9999)* var(--screen-width, 100vw)), 12px));
  }
  .lg\:w-w16p {
    width: min(calc(16 / var(--maxx, 1920)* var(--screen-width, 100vw)), max(calc(16 / var(--minx, 9999)* var(--screen-width, 100vw)), 16px));
  }
  .lg\:w-w19p {
    width: min(calc(19 / var(--maxx, 1920)* var(--screen-width, 100vw)), max(calc(19 / var(--minx, 9999)* var(--screen-width, 100vw)), 19px));
  }
  .lg\:w-w209p {
    width: min(calc(209 / var(--maxx, 1920)* var(--screen-width, 100vw)), max(calc(209 / var(--minx, 9999)* var(--screen-width, 100vw)), 209px));
  }
  .lg\:w-w22p {
    width: min(calc(22 / var(--maxx, 1920)* var(--screen-width, 100vw)), max(calc(22 / var(--minx, 9999)* var(--screen-width, 100vw)), 22px));
  }
  .lg\:w-w230p {
    width: min(calc(230 / var(--maxx, 1920)* var(--screen-width, 100vw)), max(calc(230 / var(--minx, 9999)* var(--screen-width, 100vw)), 230px));
  }
  .lg\:w-w24p {
    width: min(calc(24 / var(--maxx, 1920)* var(--screen-width, 100vw)), max(calc(24 / var(--minx, 9999)* var(--screen-width, 100vw)), 24px));
  }
  .lg\:w-w260p {
    width: min(calc(260 / var(--maxx, 1920)* var(--screen-width, 100vw)), max(calc(260 / var(--minx, 9999)* var(--screen-width, 100vw)), 260px));
  }
  .lg\:w-w282p {
    width: min(calc(282 / var(--maxx, 1920)* var(--screen-width, 100vw)), max(calc(282 / var(--minx, 9999)* var(--screen-width, 100vw)), 282px));
  }
  .lg\:w-w293p {
    width: min(calc(293 / var(--maxx, 1920)* var(--screen-width, 100vw)), max(calc(293 / var(--minx, 9999)* var(--screen-width, 100vw)), 293px));
  }
  .lg\:w-w297p {
    width: min(calc(297 / var(--maxx, 1920)* var(--screen-width, 100vw)), max(calc(297 / var(--minx, 9999)* var(--screen-width, 100vw)), 297px));
  }
  .lg\:w-w300p {
    width: min(calc(300 / var(--maxx, 1920)* var(--screen-width, 100vw)), max(calc(300 / var(--minx, 9999)* var(--screen-width, 100vw)), 300px));
  }
  .lg\:w-w304p {
    width: min(calc(304 / var(--maxx, 1920)* var(--screen-width, 100vw)), max(calc(304 / var(--minx, 9999)* var(--screen-width, 100vw)), 304px));
  }
  .lg\:w-w310p {
    width: min(calc(310 / var(--maxx, 1920)* var(--screen-width, 100vw)), max(calc(310 / var(--minx, 9999)* var(--screen-width, 100vw)), 310px));
  }
  .lg\:w-w313p {
    width: min(calc(313 / var(--maxx, 1920)* var(--screen-width, 100vw)), max(calc(313 / var(--minx, 9999)* var(--screen-width, 100vw)), 313px));
  }
  .lg\:w-w370p {
    width: min(calc(370 / var(--maxx, 1920)* var(--screen-width, 100vw)), max(calc(370 / var(--minx, 9999)* var(--screen-width, 100vw)), 370px));
  }
  .lg\:w-w397p {
    width: min(calc(397 / var(--maxx, 1920)* var(--screen-width, 100vw)), max(calc(397 / var(--minx, 9999)* var(--screen-width, 100vw)), 397px));
  }
  .lg\:w-w398p {
    width: min(calc(398 / var(--maxx, 1920)* var(--screen-width, 100vw)), max(calc(398 / var(--minx, 9999)* var(--screen-width, 100vw)), 398px));
  }
  .lg\:w-w40p {
    width: min(calc(40 / var(--maxx, 1920)* var(--screen-width, 100vw)), max(calc(40 / var(--minx, 9999)* var(--screen-width, 100vw)), 40px));
  }
  .lg\:w-w415p {
    width: min(calc(415 / var(--maxx, 1920)* var(--screen-width, 100vw)), max(calc(415 / var(--minx, 9999)* var(--screen-width, 100vw)), 415px));
  }
  .lg\:w-w427p {
    width: min(calc(427 / var(--maxx, 1920)* var(--screen-width, 100vw)), max(calc(427 / var(--minx, 9999)* var(--screen-width, 100vw)), 427px));
  }
  .lg\:w-w548p {
    width: min(calc(548 / var(--maxx, 1920)* var(--screen-width, 100vw)), max(calc(548 / var(--minx, 9999)* var(--screen-width, 100vw)), 548px));
  }
  .lg\:w-w54p {
    width: min(calc(54 / var(--maxx, 1920)* var(--screen-width, 100vw)), max(calc(54 / var(--minx, 9999)* var(--screen-width, 100vw)), 54px));
  }
  .lg\:w-w56p {
    width: min(calc(56 / var(--maxx, 1920)* var(--screen-width, 100vw)), max(calc(56 / var(--minx, 9999)* var(--screen-width, 100vw)), 56px));
  }
  .lg\:w-w606p {
    width: min(calc(606 / var(--maxx, 1920)* var(--screen-width, 100vw)), max(calc(606 / var(--minx, 9999)* var(--screen-width, 100vw)), 606px));
  }
  .lg\:w-w710p {
    width: min(calc(710 / var(--maxx, 1920)* var(--screen-width, 100vw)), max(calc(710 / var(--minx, 9999)* var(--screen-width, 100vw)), 710px));
  }
  .lg\:w-w731p {
    width: min(calc(731 / var(--maxx, 1920)* var(--screen-width, 100vw)), max(calc(731 / var(--minx, 9999)* var(--screen-width, 100vw)), 731px));
  }
  .lg\:w-w820p {
    width: min(calc(820 / var(--maxx, 1920)* var(--screen-width, 100vw)), max(calc(820 / var(--minx, 9999)* var(--screen-width, 100vw)), 820px));
  }
  .lg\:w-w894p {
    width: min(calc(894 / var(--maxx, 1920)* var(--screen-width, 100vw)), max(calc(894 / var(--minx, 9999)* var(--screen-width, 100vw)), 894px));
  }
  .lg\:min-w-w298p {
    min-width: min(calc(298 / var(--maxx, 1920)* var(--screen-width, 100vw)), max(calc(298 / var(--minx, 9999)* var(--screen-width, 100vw)), 298px));
  }
  .lg\:max-w-\[313px\] {
    max-width: 313px;
  }
  .lg\:max-w-w313p {
    max-width: min(calc(313 / var(--maxx, 1920)* var(--screen-width, 100vw)), max(calc(313 / var(--minx, 9999)* var(--screen-width, 100vw)), 313px));
  }
  .lg\:flex-1 {
    flex: 1 1 0%;
  }
  .lg\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .lg\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .lg\:flex-row {
    flex-direction: row;
  }
  .lg\:flex-wrap {
    flex-wrap: wrap;
  }
  .lg\:justify-start {
    justify-content: flex-start;
  }
  .lg\:justify-center {
    justify-content: center;
  }
  .lg\:gap-w10p {
    gap: min(calc(10 / var(--maxx, 1920)* var(--screen-width, 100vw)), max(calc(10 / var(--minx, 9999)* var(--screen-width, 100vw)), 10px));
  }
  .lg\:gap-w13p {
    gap: min(calc(13 / var(--maxx, 1920)* var(--screen-width, 100vw)), max(calc(13 / var(--minx, 9999)* var(--screen-width, 100vw)), 13px));
  }
  .lg\:gap-w14p {
    gap: min(calc(14 / var(--maxx, 1920)* var(--screen-width, 100vw)), max(calc(14 / var(--minx, 9999)* var(--screen-width, 100vw)), 14px));
  }
  .lg\:gap-w16p {
    gap: min(calc(16 / var(--maxx, 1920)* var(--screen-width, 100vw)), max(calc(16 / var(--minx, 9999)* var(--screen-width, 100vw)), 16px));
  }
  .lg\:gap-w18p {
    gap: min(calc(18 / var(--maxx, 1920)* var(--screen-width, 100vw)), max(calc(18 / var(--minx, 9999)* var(--screen-width, 100vw)), 18px));
  }
  .lg\:gap-w20p {
    gap: min(calc(20 / var(--maxx, 1920)* var(--screen-width, 100vw)), max(calc(20 / var(--minx, 9999)* var(--screen-width, 100vw)), 20px));
  }
  .lg\:gap-w22p {
    gap: min(calc(22 / var(--maxx, 1920)* var(--screen-width, 100vw)), max(calc(22 / var(--minx, 9999)* var(--screen-width, 100vw)), 22px));
  }
  .lg\:gap-w30p {
    gap: min(calc(30 / var(--maxx, 1920)* var(--screen-width, 100vw)), max(calc(30 / var(--minx, 9999)* var(--screen-width, 100vw)), 30px));
  }
  .lg\:gap-w40p {
    gap: min(calc(40 / var(--maxx, 1920)* var(--screen-width, 100vw)), max(calc(40 / var(--minx, 9999)* var(--screen-width, 100vw)), 40px));
  }
  .lg\:gap-w43p {
    gap: min(calc(43 / var(--maxx, 1920)* var(--screen-width, 100vw)), max(calc(43 / var(--minx, 9999)* var(--screen-width, 100vw)), 43px));
  }
  .lg\:gap-w52p {
    gap: min(calc(52 / var(--maxx, 1920)* var(--screen-width, 100vw)), max(calc(52 / var(--minx, 9999)* var(--screen-width, 100vw)), 52px));
  }
  .lg\:gap-w6p {
    gap: min(calc(6 / var(--maxx, 1920)* var(--screen-width, 100vw)), max(calc(6 / var(--minx, 9999)* var(--screen-width, 100vw)), 6px));
  }
  .lg\:gap-w80p {
    gap: min(calc(80 / var(--maxx, 1920)* var(--screen-width, 100vw)), max(calc(80 / var(--minx, 9999)* var(--screen-width, 100vw)), 80px));
  }
  .lg\:gap-w84p {
    gap: min(calc(84 / var(--maxx, 1920)* var(--screen-width, 100vw)), max(calc(84 / var(--minx, 9999)* var(--screen-width, 100vw)), 84px));
  }
  .lg\:gap-x-w10p {
    -moz-column-gap: min(calc(10 / var(--maxx, 1920)* var(--screen-width, 100vw)), max(calc(10 / var(--minx, 9999)* var(--screen-width, 100vw)), 10px));
         column-gap: min(calc(10 / var(--maxx, 1920)* var(--screen-width, 100vw)), max(calc(10 / var(--minx, 9999)* var(--screen-width, 100vw)), 10px));
  }
  .lg\:gap-x-w20p {
    -moz-column-gap: min(calc(20 / var(--maxx, 1920)* var(--screen-width, 100vw)), max(calc(20 / var(--minx, 9999)* var(--screen-width, 100vw)), 20px));
         column-gap: min(calc(20 / var(--maxx, 1920)* var(--screen-width, 100vw)), max(calc(20 / var(--minx, 9999)* var(--screen-width, 100vw)), 20px));
  }
  .lg\:gap-x-w55p {
    -moz-column-gap: min(calc(55 / var(--maxx, 1920)* var(--screen-width, 100vw)), max(calc(55 / var(--minx, 9999)* var(--screen-width, 100vw)), 55px));
         column-gap: min(calc(55 / var(--maxx, 1920)* var(--screen-width, 100vw)), max(calc(55 / var(--minx, 9999)* var(--screen-width, 100vw)), 55px));
  }
  .lg\:gap-x-w60p {
    -moz-column-gap: min(calc(60 / var(--maxx, 1920)* var(--screen-width, 100vw)), max(calc(60 / var(--minx, 9999)* var(--screen-width, 100vw)), 60px));
         column-gap: min(calc(60 / var(--maxx, 1920)* var(--screen-width, 100vw)), max(calc(60 / var(--minx, 9999)* var(--screen-width, 100vw)), 60px));
  }
  .lg\:gap-y-w30p {
    row-gap: min(calc(30 / var(--maxx, 1920)* var(--screen-width, 100vw)), max(calc(30 / var(--minx, 9999)* var(--screen-width, 100vw)), 30px));
  }
  .lg\:rounded-w10p {
    border-radius: min(calc(10 / var(--maxx, 1920)* var(--screen-width, 100vw)), 10px);
  }
  .lg\:rounded-w20p {
    border-radius: min(calc(20 / var(--maxx, 1920)* var(--screen-width, 100vw)), 20px);
  }
  .lg\:rounded-w40p {
    border-radius: min(calc(40 / var(--maxx, 1920)* var(--screen-width, 100vw)), 40px);
  }
  .lg\:rounded-w60p {
    border-radius: min(calc(60 / var(--maxx, 1920)* var(--screen-width, 100vw)), 60px);
  }
  .lg\:border-l {
    border-left-width: 1px;
  }
  .lg\:border-none {
    border-style: none;
  }
  .lg\:border-l-body-ea {
    --tw-border-opacity: 1;
    border-left-color: rgb(234 234 234 / var(--tw-border-opacity, 1));
  }
  .lg\:bg-toc {
    --tw-bg-opacity: 1;
    background-color: rgb(251 251 251 / var(--tw-bg-opacity, 1));
  }
  .lg\:bg-transparent {
    background-color: transparent;
  }
  .lg\:object-left {
    -o-object-position: left;
       object-position: left;
  }
  .lg\:p-0 {
    padding: 0px;
  }
  .lg\:p-w24p {
    padding: min(calc(24 / var(--maxx, 1920)* var(--screen-width, 100vw)), max(calc(24 / var(--minx, 9999)* var(--screen-width, 100vw)), 24px));
  }
  .lg\:p-w30p {
    padding: min(calc(30 / var(--maxx, 1920)* var(--screen-width, 100vw)), max(calc(30 / var(--minx, 9999)* var(--screen-width, 100vw)), 30px));
  }
  .lg\:px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }
  .lg\:px-w13p {
    padding-left: min(calc(13 / var(--maxx, 1920)* var(--screen-width, 100vw)), max(calc(13 / var(--minx, 9999)* var(--screen-width, 100vw)), 13px));
    padding-right: min(calc(13 / var(--maxx, 1920)* var(--screen-width, 100vw)), max(calc(13 / var(--minx, 9999)* var(--screen-width, 100vw)), 13px));
  }
  .lg\:px-w18p {
    padding-left: min(calc(18 / var(--maxx, 1920)* var(--screen-width, 100vw)), max(calc(18 / var(--minx, 9999)* var(--screen-width, 100vw)), 18px));
    padding-right: min(calc(18 / var(--maxx, 1920)* var(--screen-width, 100vw)), max(calc(18 / var(--minx, 9999)* var(--screen-width, 100vw)), 18px));
  }
  .lg\:px-w20p {
    padding-left: min(calc(20 / var(--maxx, 1920)* var(--screen-width, 100vw)), max(calc(20 / var(--minx, 9999)* var(--screen-width, 100vw)), 20px));
    padding-right: min(calc(20 / var(--maxx, 1920)* var(--screen-width, 100vw)), max(calc(20 / var(--minx, 9999)* var(--screen-width, 100vw)), 20px));
  }
  .lg\:px-w24p {
    padding-left: min(calc(24 / var(--maxx, 1920)* var(--screen-width, 100vw)), max(calc(24 / var(--minx, 9999)* var(--screen-width, 100vw)), 24px));
    padding-right: min(calc(24 / var(--maxx, 1920)* var(--screen-width, 100vw)), max(calc(24 / var(--minx, 9999)* var(--screen-width, 100vw)), 24px));
  }
  .lg\:px-w32p {
    padding-left: min(calc(32 / var(--maxx, 1920)* var(--screen-width, 100vw)), max(calc(32 / var(--minx, 9999)* var(--screen-width, 100vw)), 32px));
    padding-right: min(calc(32 / var(--maxx, 1920)* var(--screen-width, 100vw)), max(calc(32 / var(--minx, 9999)* var(--screen-width, 100vw)), 32px));
  }
  .lg\:px-w40p {
    padding-left: min(calc(40 / var(--maxx, 1920)* var(--screen-width, 100vw)), max(calc(40 / var(--minx, 9999)* var(--screen-width, 100vw)), 40px));
    padding-right: min(calc(40 / var(--maxx, 1920)* var(--screen-width, 100vw)), max(calc(40 / var(--minx, 9999)* var(--screen-width, 100vw)), 40px));
  }
  .lg\:px-w52p {
    padding-left: min(calc(52 / var(--maxx, 1920)* var(--screen-width, 100vw)), max(calc(52 / var(--minx, 9999)* var(--screen-width, 100vw)), 52px));
    padding-right: min(calc(52 / var(--maxx, 1920)* var(--screen-width, 100vw)), max(calc(52 / var(--minx, 9999)* var(--screen-width, 100vw)), 52px));
  }
  .lg\:px-w53p {
    padding-left: min(calc(53 / var(--maxx, 1920)* var(--screen-width, 100vw)), max(calc(53 / var(--minx, 9999)* var(--screen-width, 100vw)), 53px));
    padding-right: min(calc(53 / var(--maxx, 1920)* var(--screen-width, 100vw)), max(calc(53 / var(--minx, 9999)* var(--screen-width, 100vw)), 53px));
  }
  .lg\:px-w57p {
    padding-left: min(calc(57 / var(--maxx, 1920)* var(--screen-width, 100vw)), max(calc(57 / var(--minx, 9999)* var(--screen-width, 100vw)), 57px));
    padding-right: min(calc(57 / var(--maxx, 1920)* var(--screen-width, 100vw)), max(calc(57 / var(--minx, 9999)* var(--screen-width, 100vw)), 57px));
  }
  .lg\:px-w60p {
    padding-left: min(calc(60 / var(--maxx, 1920)* var(--screen-width, 100vw)), max(calc(60 / var(--minx, 9999)* var(--screen-width, 100vw)), 60px));
    padding-right: min(calc(60 / var(--maxx, 1920)* var(--screen-width, 100vw)), max(calc(60 / var(--minx, 9999)* var(--screen-width, 100vw)), 60px));
  }
  .lg\:py-0 {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .lg\:py-w100p {
    padding-top: min(calc(100 / var(--maxx, 1920)* var(--screen-width, 100vw)), max(calc(100 / var(--minx, 9999)* var(--screen-width, 100vw)), 100px));
    padding-bottom: min(calc(100 / var(--maxx, 1920)* var(--screen-width, 100vw)), max(calc(100 / var(--minx, 9999)* var(--screen-width, 100vw)), 100px));
  }
  .lg\:py-w12p {
    padding-top: min(calc(12 / var(--maxx, 1920)* var(--screen-width, 100vw)), max(calc(12 / var(--minx, 9999)* var(--screen-width, 100vw)), 12px));
    padding-bottom: min(calc(12 / var(--maxx, 1920)* var(--screen-width, 100vw)), max(calc(12 / var(--minx, 9999)* var(--screen-width, 100vw)), 12px));
  }
  .lg\:py-w15p {
    padding-top: min(calc(15 / var(--maxx, 1920)* var(--screen-width, 100vw)), max(calc(15 / var(--minx, 9999)* var(--screen-width, 100vw)), 15px));
    padding-bottom: min(calc(15 / var(--maxx, 1920)* var(--screen-width, 100vw)), max(calc(15 / var(--minx, 9999)* var(--screen-width, 100vw)), 15px));
  }
  .lg\:py-w16p {
    padding-top: min(calc(16 / var(--maxx, 1920)* var(--screen-width, 100vw)), max(calc(16 / var(--minx, 9999)* var(--screen-width, 100vw)), 16px));
    padding-bottom: min(calc(16 / var(--maxx, 1920)* var(--screen-width, 100vw)), max(calc(16 / var(--minx, 9999)* var(--screen-width, 100vw)), 16px));
  }
  .lg\:py-w17p {
    padding-top: min(calc(17 / var(--maxx, 1920)* var(--screen-width, 100vw)), max(calc(17 / var(--minx, 9999)* var(--screen-width, 100vw)), 17px));
    padding-bottom: min(calc(17 / var(--maxx, 1920)* var(--screen-width, 100vw)), max(calc(17 / var(--minx, 9999)* var(--screen-width, 100vw)), 17px));
  }
  .lg\:py-w19p {
    padding-top: min(calc(19 / var(--maxx, 1920)* var(--screen-width, 100vw)), max(calc(19 / var(--minx, 9999)* var(--screen-width, 100vw)), 19px));
    padding-bottom: min(calc(19 / var(--maxx, 1920)* var(--screen-width, 100vw)), max(calc(19 / var(--minx, 9999)* var(--screen-width, 100vw)), 19px));
  }
  .lg\:py-w20p {
    padding-top: min(calc(20 / var(--maxx, 1920)* var(--screen-width, 100vw)), max(calc(20 / var(--minx, 9999)* var(--screen-width, 100vw)), 20px));
    padding-bottom: min(calc(20 / var(--maxx, 1920)* var(--screen-width, 100vw)), max(calc(20 / var(--minx, 9999)* var(--screen-width, 100vw)), 20px));
  }
  .lg\:py-w22p {
    padding-top: min(calc(22 / var(--maxx, 1920)* var(--screen-width, 100vw)), max(calc(22 / var(--minx, 9999)* var(--screen-width, 100vw)), 22px));
    padding-bottom: min(calc(22 / var(--maxx, 1920)* var(--screen-width, 100vw)), max(calc(22 / var(--minx, 9999)* var(--screen-width, 100vw)), 22px));
  }
  .lg\:py-w24p {
    padding-top: min(calc(24 / var(--maxx, 1920)* var(--screen-width, 100vw)), max(calc(24 / var(--minx, 9999)* var(--screen-width, 100vw)), 24px));
    padding-bottom: min(calc(24 / var(--maxx, 1920)* var(--screen-width, 100vw)), max(calc(24 / var(--minx, 9999)* var(--screen-width, 100vw)), 24px));
  }
  .lg\:py-w28p {
    padding-top: min(calc(28 / var(--maxx, 1920)* var(--screen-width, 100vw)), max(calc(28 / var(--minx, 9999)* var(--screen-width, 100vw)), 28px));
    padding-bottom: min(calc(28 / var(--maxx, 1920)* var(--screen-width, 100vw)), max(calc(28 / var(--minx, 9999)* var(--screen-width, 100vw)), 28px));
  }
  .lg\:py-w42p {
    padding-top: min(calc(42 / var(--maxx, 1920)* var(--screen-width, 100vw)), max(calc(42 / var(--minx, 9999)* var(--screen-width, 100vw)), 42px));
    padding-bottom: min(calc(42 / var(--maxx, 1920)* var(--screen-width, 100vw)), max(calc(42 / var(--minx, 9999)* var(--screen-width, 100vw)), 42px));
  }
  .lg\:py-w50p {
    padding-top: min(calc(50 / var(--maxx, 1920)* var(--screen-width, 100vw)), max(calc(50 / var(--minx, 9999)* var(--screen-width, 100vw)), 50px));
    padding-bottom: min(calc(50 / var(--maxx, 1920)* var(--screen-width, 100vw)), max(calc(50 / var(--minx, 9999)* var(--screen-width, 100vw)), 50px));
  }
  .lg\:py-w52p {
    padding-top: min(calc(52 / var(--maxx, 1920)* var(--screen-width, 100vw)), max(calc(52 / var(--minx, 9999)* var(--screen-width, 100vw)), 52px));
    padding-bottom: min(calc(52 / var(--maxx, 1920)* var(--screen-width, 100vw)), max(calc(52 / var(--minx, 9999)* var(--screen-width, 100vw)), 52px));
  }
  .lg\:py-w60p {
    padding-top: min(calc(60 / var(--maxx, 1920)* var(--screen-width, 100vw)), max(calc(60 / var(--minx, 9999)* var(--screen-width, 100vw)), 60px));
    padding-bottom: min(calc(60 / var(--maxx, 1920)* var(--screen-width, 100vw)), max(calc(60 / var(--minx, 9999)* var(--screen-width, 100vw)), 60px));
  }
  .lg\:py-w8p {
    padding-top: min(calc(8 / var(--maxx, 1920)* var(--screen-width, 100vw)), max(calc(8 / var(--minx, 9999)* var(--screen-width, 100vw)), 8px));
    padding-bottom: min(calc(8 / var(--maxx, 1920)* var(--screen-width, 100vw)), max(calc(8 / var(--minx, 9999)* var(--screen-width, 100vw)), 8px));
  }
  .lg\:pb-0 {
    padding-bottom: 0px;
  }
  .lg\:pb-w120p {
    padding-bottom: min(calc(120 / var(--maxx, 1920)* var(--screen-width, 100vw)), max(calc(120 / var(--minx, 9999)* var(--screen-width, 100vw)), 120px));
  }
  .lg\:pb-w140p {
    padding-bottom: min(calc(140 / var(--maxx, 1920)* var(--screen-width, 100vw)), max(calc(140 / var(--minx, 9999)* var(--screen-width, 100vw)), 140px));
  }
  .lg\:pb-w60p {
    padding-bottom: min(calc(60 / var(--maxx, 1920)* var(--screen-width, 100vw)), max(calc(60 / var(--minx, 9999)* var(--screen-width, 100vw)), 60px));
  }
  .lg\:pl-w28p {
    padding-left: min(calc(28 / var(--maxx, 1920)* var(--screen-width, 100vw)), max(calc(28 / var(--minx, 9999)* var(--screen-width, 100vw)), 28px));
  }
  .lg\:pl-w44p {
    padding-left: min(calc(44 / var(--maxx, 1920)* var(--screen-width, 100vw)), max(calc(44 / var(--minx, 9999)* var(--screen-width, 100vw)), 44px));
  }
  .lg\:pr-w48p {
    padding-right: min(calc(48 / var(--maxx, 1920)* var(--screen-width, 100vw)), max(calc(48 / var(--minx, 9999)* var(--screen-width, 100vw)), 48px));
  }
  .lg\:pr-w50p {
    padding-right: min(calc(50 / var(--maxx, 1920)* var(--screen-width, 100vw)), max(calc(50 / var(--minx, 9999)* var(--screen-width, 100vw)), 50px));
  }
  .lg\:pt-0 {
    padding-top: 0px;
  }
  .lg\:pt-w100p {
    padding-top: min(calc(100 / var(--maxx, 1920)* var(--screen-width, 100vw)), max(calc(100 / var(--minx, 9999)* var(--screen-width, 100vw)), 100px));
  }
  .lg\:pt-w20p {
    padding-top: min(calc(20 / var(--maxx, 1920)* var(--screen-width, 100vw)), max(calc(20 / var(--minx, 9999)* var(--screen-width, 100vw)), 20px));
  }
  .lg\:pt-w30p {
    padding-top: min(calc(30 / var(--maxx, 1920)* var(--screen-width, 100vw)), max(calc(30 / var(--minx, 9999)* var(--screen-width, 100vw)), 30px));
  }
  .lg\:pt-w60p {
    padding-top: min(calc(60 / var(--maxx, 1920)* var(--screen-width, 100vw)), max(calc(60 / var(--minx, 9999)* var(--screen-width, 100vw)), 60px));
  }
  .lg\:pt-w74p {
    padding-top: min(calc(74 / var(--maxx, 1920)* var(--screen-width, 100vw)), max(calc(74 / var(--minx, 9999)* var(--screen-width, 100vw)), 74px));
  }
  .lg\:pt-w80p {
    padding-top: min(calc(80 / var(--maxx, 1920)* var(--screen-width, 100vw)), max(calc(80 / var(--minx, 9999)* var(--screen-width, 100vw)), 80px));
  }
  .lg\:text-left {
    text-align: left;
  }
  .lg\:text-center {
    text-align: center;
  }
  .lg\:text-14p {
    font-size: min(calc(14 / var(--maxx, 1920)* var(--screen-width, 100vw)), max(calc(14 / var(--minx, 9999)* var(--screen-width, 100vw)), 14px));
  }
  .lg\:text-16p {
    font-size: min(calc(16 / var(--maxx, 1920)* var(--screen-width, 100vw)), max(calc(16 / var(--minx, 9999)* var(--screen-width, 100vw)), 16px));
  }
  .lg\:text-18p {
    font-size: min(calc(18 / var(--maxx, 1920)* var(--screen-width, 100vw)), max(calc(18 / var(--minx, 9999)* var(--screen-width, 100vw)), 18px));
  }
  .lg\:text-20p {
    font-size: min(calc(20 / var(--maxx, 1920)* var(--screen-width, 100vw)), max(calc(20 / var(--minx, 9999)* var(--screen-width, 100vw)), 20px));
  }
  .lg\:text-22p {
    font-size: min(calc(22 / var(--maxx, 1920)* var(--screen-width, 100vw)), max(calc(22 / var(--minx, 9999)* var(--screen-width, 100vw)), 22px));
  }
  .lg\:text-24p {
    font-size: min(calc(24 / var(--maxx, 1920)* var(--screen-width, 100vw)), max(calc(24 / var(--minx, 9999)* var(--screen-width, 100vw)), 24px));
  }
  .lg\:text-28p {
    font-size: min(calc(28 / var(--maxx, 1920)* var(--screen-width, 100vw)), max(calc(28 / var(--minx, 9999)* var(--screen-width, 100vw)), 28px));
  }
  .lg\:text-30p {
    font-size: min(calc(30 / var(--maxx, 1920)* var(--screen-width, 100vw)), max(calc(30 / var(--minx, 9999)* var(--screen-width, 100vw)), 30px));
  }
  .lg\:text-32p {
    font-size: min(calc(32 / var(--maxx, 1920)* var(--screen-width, 100vw)), max(calc(32 / var(--minx, 9999)* var(--screen-width, 100vw)), 32px));
  }
  .lg\:text-36p {
    font-size: min(calc(36 / var(--maxx, 1920)* var(--screen-width, 100vw)), max(calc(36 / var(--minx, 9999)* var(--screen-width, 100vw)), 36px));
  }
  .lg\:text-38p {
    font-size: min(calc(38 / var(--maxx, 1920)* var(--screen-width, 100vw)), max(calc(38 / var(--minx, 9999)* var(--screen-width, 100vw)), 38px));
  }
  .lg\:text-40p {
    font-size: min(calc(40 / var(--maxx, 1920)* var(--screen-width, 100vw)), max(calc(40 / var(--minx, 9999)* var(--screen-width, 100vw)), 40px));
  }
  .lg\:text-42p {
    font-size: min(calc(42 / var(--maxx, 1920)* var(--screen-width, 100vw)), max(calc(42 / var(--minx, 9999)* var(--screen-width, 100vw)), 42px));
  }
  .lg\:text-64p {
    font-size: min(calc(64 / var(--maxx, 1920)* var(--screen-width, 100vw)), max(calc(64 / var(--minx, 9999)* var(--screen-width, 100vw)), 64px));
  }
  .lg\:text-\[22px\] {
    font-size: 22px;
  }
  .lg\:font-bold {
    font-weight: 700;
  }
  .lg\:font-normal {
    font-weight: 400;
  }
  .lg\:leading-w18p {
    line-height: min(calc(18 / var(--maxx, 1920)* var(--screen-width, 100vw)), max(calc(18 / var(--minx, 9999)* var(--screen-width, 100vw)), 18px));
  }
  .lg\:leading-w19p {
    line-height: min(calc(19 / var(--maxx, 1920)* var(--screen-width, 100vw)), max(calc(19 / var(--minx, 9999)* var(--screen-width, 100vw)), 19px));
  }
  .lg\:leading-w20p {
    line-height: min(calc(20 / var(--maxx, 1920)* var(--screen-width, 100vw)), max(calc(20 / var(--minx, 9999)* var(--screen-width, 100vw)), 20px));
  }
  .lg\:leading-w22p {
    line-height: min(calc(22 / var(--maxx, 1920)* var(--screen-width, 100vw)), max(calc(22 / var(--minx, 9999)* var(--screen-width, 100vw)), 22px));
  }
  .lg\:leading-w24p {
    line-height: min(calc(24 / var(--maxx, 1920)* var(--screen-width, 100vw)), max(calc(24 / var(--minx, 9999)* var(--screen-width, 100vw)), 24px));
  }
  .lg\:leading-w25p {
    line-height: min(calc(25 / var(--maxx, 1920)* var(--screen-width, 100vw)), max(calc(25 / var(--minx, 9999)* var(--screen-width, 100vw)), 25px));
  }
  .lg\:leading-w26p {
    line-height: min(calc(26 / var(--maxx, 1920)* var(--screen-width, 100vw)), max(calc(26 / var(--minx, 9999)* var(--screen-width, 100vw)), 26px));
  }
  .lg\:leading-w27p {
    line-height: min(calc(27 / var(--maxx, 1920)* var(--screen-width, 100vw)), max(calc(27 / var(--minx, 9999)* var(--screen-width, 100vw)), 27px));
  }
  .lg\:leading-w28p {
    line-height: min(calc(28 / var(--maxx, 1920)* var(--screen-width, 100vw)), max(calc(28 / var(--minx, 9999)* var(--screen-width, 100vw)), 28px));
  }
  .lg\:leading-w30p {
    line-height: min(calc(30 / var(--maxx, 1920)* var(--screen-width, 100vw)), max(calc(30 / var(--minx, 9999)* var(--screen-width, 100vw)), 30px));
  }
  .lg\:leading-w35p {
    line-height: min(calc(35 / var(--maxx, 1920)* var(--screen-width, 100vw)), max(calc(35 / var(--minx, 9999)* var(--screen-width, 100vw)), 35px));
  }
  .lg\:leading-w36p {
    line-height: min(calc(36 / var(--maxx, 1920)* var(--screen-width, 100vw)), max(calc(36 / var(--minx, 9999)* var(--screen-width, 100vw)), 36px));
  }
  .lg\:leading-w40p {
    line-height: min(calc(40 / var(--maxx, 1920)* var(--screen-width, 100vw)), max(calc(40 / var(--minx, 9999)* var(--screen-width, 100vw)), 40px));
  }
  .lg\:leading-w44p {
    line-height: min(calc(44 / var(--maxx, 1920)* var(--screen-width, 100vw)), max(calc(44 / var(--minx, 9999)* var(--screen-width, 100vw)), 44px));
  }
  .lg\:leading-w50p {
    line-height: min(calc(50 / var(--maxx, 1920)* var(--screen-width, 100vw)), max(calc(50 / var(--minx, 9999)* var(--screen-width, 100vw)), 50px));
  }
  .lg\:leading-w52p {
    line-height: min(calc(52 / var(--maxx, 1920)* var(--screen-width, 100vw)), max(calc(52 / var(--minx, 9999)* var(--screen-width, 100vw)), 52px));
  }
  .lg\:leading-w56p {
    line-height: min(calc(56 / var(--maxx, 1920)* var(--screen-width, 100vw)), max(calc(56 / var(--minx, 9999)* var(--screen-width, 100vw)), 56px));
  }
  .lg\:-tracking-w1p {
    letter-spacing: calc(min(calc(1 / var(--maxx, 1920)* var(--screen-width, 100vw)), max(calc(1 / var(--minx, 9999)* var(--screen-width, 100vw)), 1px)) * -1);
  }
  .lg\:text-black {
    --tw-text-opacity: 1;
    color: rgb(0 0 0 / var(--tw-text-opacity, 1));
  }
  .lg\:text-white {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  }
  .lg\:opacity-80 {
    opacity: 0.8;
  }
  .lg\:top-header {
    top: var(--spacing-header, 0px);
  }
  .lg\:left-wrapper {
    left: calc((var(--screen-width, 100%) - var(--wrapper-container, 0px)) / 2);
  }
  .span-display span.lg\:hidden {
    display: none;
  }
  .span-display span.lg\:block {
    display: block;
  }
  .span-display span.lg\:inline-block {
    display: inline-block;
  }
  .lg\:br-block br {
    display: block;
  }
  .lg\:text-white .rank-math-breadcrumb {
    color: #FFF;
  }
  .lg\:text-white .rank-math-breadcrumb .separator::after {
    background-image: url('data:image/svg+xml,<svg width="9" height="11" viewBox="0 0 9 11" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M3.5 11H0L5.2459 5.5L0 0H3.5L8.7459 5.5L3.5 11Z" fill="white"/></svg>');
  }
}

.\[\&\.active\]\:bg-body-fa.active {
  --tw-bg-opacity: 1;
  background-color: rgb(250 250 250 / var(--tw-bg-opacity, 1));
}

.\[\&\.active\]\:bg-primary.active {
  --tw-bg-opacity: 1;
  background-color: rgb(11 148 70 / var(--tw-bg-opacity, 1));
}

.\[\&\.active\]\:text-main.active {
  --tw-text-opacity: 1;
  color: rgb(11 148 70 / var(--tw-text-opacity, 1));
}

.\[\&\.active\]\:text-white.active {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.\[\&\.active\]\:text-white.active .rank-math-breadcrumb {
    color: #FFF;
  }

.\[\&\.active\]\:text-white.active .rank-math-breadcrumb .separator::after {
    background-image: url('data:image/svg+xml,<svg width="9" height="11" viewBox="0 0 9 11" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M3.5 11H0L5.2459 5.5L0 0H3.5L8.7459 5.5L3.5 11Z" fill="white"/></svg>');
  }

.\[\&\.is-showed\]\:flex.is-showed {
  display: flex;
}

@media (min-width: 1024px) {
  .lg\:\[\&\.is-showed\]\:hidden.is-showed {
    display: none;
  }
  .span-display span.lg\:\[\&\.is-showed\]\:hidden.is-showed {
    display: none;
  }
}
