/*! 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 */
  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;
}
#cc-main {
  background: transparent;
  color: var(--cc-primary-color);
  font-family: var(--cc-font-family);
  font-size: 16px;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1.15;
  position: relative;
  text-rendering: optimizeLegibility;
  -webkit-text-size-adjust: 100%;
  position: fixed;
  z-index: var(--cc-z-index);
}

#cc-main :after, #cc-main :before, #cc-main a, #cc-main button, #cc-main div, #cc-main h2, #cc-main input, #cc-main p, #cc-main span {
  all: unset;
  box-sizing: border-box;
}

#cc-main .pm__badge, #cc-main button {
  all: initial;
  box-sizing: border-box;
  color: unset;
  visibility: unset;
}

#cc-main .pm__badge, #cc-main a, #cc-main button, #cc-main input {
  -webkit-appearance: none;
  appearance: none;
  cursor: pointer;
  font-family: inherit;
  font-size: 100%;
  line-height: normal;
  margin: 0;
  outline: revert;
  outline-offset: 2px;
  overflow: hidden;
}

#cc-main table, #cc-main tbody, #cc-main td, #cc-main th, #cc-main thead, #cc-main tr {
  all: revert;
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

:root {
  --cc-font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
  --cc-modal-border-radius:.5rem;
  --cc-btn-border-radius:.4rem;
  --cc-modal-transition-duration:.25s;
  --cc-link-color:var(--cc-btn-primary-bg);
  --cc-modal-margin:1rem;
  --cc-z-index:2147483647;
  --cc-bg:#fff;
  --cc-primary-color:#2c2f31;
  --cc-secondary-color:#5e6266;
  --cc-btn-primary-bg:#30363c;
  --cc-btn-primary-color:#fff;
  --cc-btn-primary-border-color:var(--cc-btn-primary-bg);
  --cc-btn-primary-hover-bg:#000;
  --cc-btn-primary-hover-color:#fff;
  --cc-btn-primary-hover-border-color:var(--cc-btn-primary-hover-bg);
  --cc-btn-secondary-bg:#eaeff2;
  --cc-btn-secondary-color:var(--cc-primary-color);
  --cc-btn-secondary-border-color:var(--cc-btn-secondary-bg);
  --cc-btn-secondary-hover-bg:#d4dae0;
  --cc-btn-secondary-hover-color:#000;
  --cc-btn-secondary-hover-border-color:#d4dae0;
  --cc-separator-border-color:#f0f4f7;
  --cc-toggle-on-bg:var(--cc-btn-primary-bg);
  --cc-toggle-off-bg:#667481;
  --cc-toggle-on-knob-bg:#fff;
  --cc-toggle-off-knob-bg:var(--cc-toggle-on-knob-bg);
  --cc-toggle-enabled-icon-color:var(--cc-bg);
  --cc-toggle-disabled-icon-color:var(--cc-bg);
  --cc-toggle-readonly-bg:#d5dee2;
  --cc-toggle-readonly-knob-bg:#fff;
  --cc-toggle-readonly-knob-icon-color:var(--cc-toggle-readonly-bg);
  --cc-section-category-border:var(--cc-cookie-category-block-bg);
  --cc-cookie-category-block-bg:#f0f4f7;
  --cc-cookie-category-block-border:#f0f4f7;
  --cc-cookie-category-block-hover-bg:#e9eff4;
  --cc-cookie-category-block-hover-border:#e9eff4;
  --cc-cookie-category-expanded-block-bg:transparent;
  --cc-cookie-category-expanded-block-hover-bg:#dee4e9;
  --cc-overlay-bg:rgba(0,0,0,.65);
  --cc-webkit-scrollbar-bg:var(--cc-section-category-border);
  --cc-webkit-scrollbar-hover-bg:var(--cc-btn-primary-hover-bg);
  --cc-footer-bg:var(--cc-btn-secondary-bg);
  --cc-footer-color:var(--cc-secondary-color);
  --cc-footer-border-color:#e4eaed;
  --cc-pm-toggle-border-radius:4em;
}

#cc-main.cc--rtl {
  direction: rtl;
}

#cc-main .cm__title, #cc-main a, #cc-main b, #cc-main em, #cc-main strong {
  font-weight: 600;
}

#cc-main button > span {
  pointer-events: none;
}

#cc-main .cc__link, #cc-main a {
  background-image: linear-gradient(currentColor, currentColor);
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: 0 1px;
  font-weight: 600;
  position: relative;
  transition: background-size 0.25s, color 0.25s ease;
}

#cc-main .cc__link:hover, #cc-main a:hover {
  background-size: 100% 1px;
  color: var(--cc-primary-color);
}

#cc-main .cc__link {
  color: var(--cc-link-color);
}

#cc-main .cm__desc, #cc-main .pm__body {
  overscroll-behavior: auto contain;
  scrollbar-width: thin;
}

@media screen and (min-width: 640px) {
  #cc-main ::-webkit-scrollbar, #cc-main ::-webkit-scrollbar-thumb, #cc-main ::-webkit-scrollbar-track {
    all: revert;
  }
  #cc-main ::-webkit-scrollbar-thumb {
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    background: var(--cc-toggle-readonly-bg);
    border: 0.25rem solid var(--cc-bg);
    border-radius: 1rem;
  }
  #cc-main ::-webkit-scrollbar-thumb:hover {
    background: var(--cc-toggle-off-bg);
  }
  #cc-main ::-webkit-scrollbar {
    background: transparent;
    width: 12px;
  }
}
html.disable--interaction.show--consent, html.disable--interaction.show--consent body {
  height: auto !important;
  overflow: hidden !important;
}

@media (prefers-reduced-motion) {
  #cc-main {
    --cc-modal-transition-duration:0s;
  }
}
.cc--darkmode {
  --cc-bg:#161a1c;
  --cc-primary-color:#ebf3f6;
  --cc-secondary-color:#aebbc5;
  --cc-btn-primary-bg:#c2d0e0;
  --cc-btn-primary-color:var(--cc-bg);
  --cc-btn-primary-border-color:var(--cc-btn-primary-bg);
  --cc-btn-primary-hover-bg:#98a7b6;
  --cc-btn-primary-hover-color:#000;
  --cc-btn-primary-hover-border-color:var(--cc-btn-primary-hover-bg);
  --cc-btn-secondary-bg:#242c31;
  --cc-btn-secondary-color:var(--cc-primary-color);
  --cc-btn-secondary-border-color:var(--cc-btn-secondary-bg);
  --cc-btn-secondary-hover-bg:#353d43;
  --cc-btn-secondary-hover-color:#fff;
  --cc-btn-secondary-hover-border-color:var(--cc-btn-secondary-hover-bg);
  --cc-separator-border-color:#222a30;
  --cc-toggle-on-bg:var(--cc-btn-primary-bg);
  --cc-toggle-off-bg:#525f6b;
  --cc-toggle-on-knob-bg:var(--cc-btn-primary-color);
  --cc-toggle-off-knob-bg:var(--cc-btn-primary-color);
  --cc-toggle-enabled-icon-color:var(--cc-btn-primary-color);
  --cc-toggle-disabled-icon-color:var(--cc-btn-primary-color);
  --cc-toggle-readonly-bg:#343e45;
  --cc-toggle-readonly-knob-bg:#5f6b72;
  --cc-toggle-readonly-knob-icon-color:var(--cc-toggle-readonly-bg);
  --cc-section-category-border:#1e2428;
  --cc-cookie-category-block-bg:#1e2428;
  --cc-cookie-category-block-border:var(--cc-section-category-border);
  --cc-cookie-category-block-hover-bg:#242c31;
  --cc-cookie-category-block-hover-border:#232a2f;
  --cc-cookie-category-expanded-block-bg:transparent;
  --cc-cookie-category-expanded-block-hover-bg:var(--cc-toggle-readonly-bg);
  --cc-overlay-bg:rgba(0,0,0,.65);
  --cc-webkit-scrollbar-bg:var(--cc-section-category-border);
  --cc-webkit-scrollbar-hover-bg:var(--cc-btn-primary-hover-bg);
  --cc-footer-bg:#0c0e0f;
  --cc-footer-color:var(--cc-secondary-color);
  --cc-footer-border-color:#060809;
}

.cc--darkmode #cc-main {
  color-scheme: dark;
}

#cc-main .cm {
  background: var(--cc-bg);
  border-radius: var(--cc-modal-border-radius);
  box-shadow: 0 0.625em 1.875em rgba(0, 0, 2, 0.3);
  display: flex;
  flex-direction: column;
  max-width: 24rem;
  opacity: 0;
  overflow: hidden;
  position: fixed;
  transform: translateY(1.6em);
  visibility: hidden;
  z-index: 1;
}

#cc-main .cm--top {
  top: var(--cc-modal-margin);
}

#cc-main .cm--middle {
  top: 50%;
  transform: translateY(calc(-50% + 1.6em));
}

#cc-main .cm--bottom {
  bottom: var(--cc-modal-margin);
}

#cc-main .cm--center {
  left: var(--cc-modal-margin);
  margin: 0 auto;
  right: var(--cc-modal-margin);
  width: unset;
}

#cc-main .cm--left {
  left: var(--cc-modal-margin);
  margin-right: var(--cc-modal-margin);
}

#cc-main .cm--right {
  margin-left: var(--cc-modal-margin);
  right: var(--cc-modal-margin);
}

#cc-main .cm__body {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
}

#cc-main .cm__btns, #cc-main .cm__links {
  padding: 1rem 1.3rem;
  width: unset;
}

#cc-main .cm__texts {
  display: flex;
  flex: 1;
  flex-direction: column;
  justify-content: center;
  padding: 1rem 0 0;
}

#cc-main .cm__desc, #cc-main .cm__title {
  padding: 0 1.3rem;
}

#cc-main .cm__title {
  font-size: 1.05em;
}

#cc-main .cm__title + .cm__desc {
  margin-top: 1.1em;
}

#cc-main .cm__desc {
  color: var(--cc-secondary-color);
  font-size: 0.9em;
  line-height: 1.5;
  max-height: 40vh;
  overflow-x: visible;
  overflow-y: auto;
  padding-bottom: 1em;
}

#cc-main .cm__btns {
  border-top: 1px solid var(--cc-separator-border-color);
  display: flex;
  flex-direction: column;
  justify-content: center;
}

#cc-main .cm__btn-group {
  display: grid;
  grid-auto-columns: minmax(0, 1fr);
}

#cc-main .cm__btn + .cm__btn, #cc-main .cm__btn-group + .cm__btn-group {
  margin-top: 0.375rem;
}

#cc-main .cm--flip .cm__btn + .cm__btn, #cc-main .cm--flip .cm__btn-group + .cm__btn-group {
  margin-bottom: 0.375rem;
  margin-top: 0;
}

#cc-main .cm--inline .cm__btn + .cm__btn {
  margin-left: 0.375rem;
  margin-top: 0;
}

#cc-main .cm--inline.cm--flip .cm__btn + .cm__btn {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0.375rem;
}

#cc-main .cm--inline.cm--flip .cm__btn-group + .cm__btn-group {
  margin-bottom: 0.375rem;
  margin-right: 0;
}

#cc-main .cm--wide .cm__btn + .cm__btn, #cc-main .cm--wide .cm__btn-group + .cm__btn-group {
  margin-left: 0.375rem;
  margin-top: 0;
}

#cc-main .cm--wide.cm--flip .cm__btn + .cm__btn, #cc-main .cm--wide.cm--flip .cm__btn-group + .cm__btn-group {
  margin-bottom: 0;
  margin-right: 0.375rem;
}

#cc-main .cm--bar:not(.cm--inline) .cm__btn-group--uneven, #cc-main .cm--wide .cm__btn-group--uneven {
  display: flex;
  flex: 1;
  justify-content: space-between;
}

#cc-main .cm--bar:not(.cm--inline).cm--flip .cm__btn-group--uneven, #cc-main .cm--wide.cm--flip .cm__btn-group--uneven {
  flex-direction: row-reverse;
}

#cc-main .cm__btn {
  background: var(--cc-btn-primary-bg);
  border: 1px solid var(--cc-btn-primary-border-color);
  border-radius: var(--cc-btn-border-radius);
  color: var(--cc-btn-primary-color);
  font-size: 0.82em;
  font-weight: 600;
  min-height: 42px;
  padding: 0.5em 1em;
  text-align: center;
}

#cc-main .cm__btn:hover {
  background: var(--cc-btn-primary-hover-bg);
  border-color: var(--cc-btn-primary-hover-border-color);
  color: var(--cc-btn-primary-hover-color);
}

#cc-main .cm__btn--secondary {
  background: var(--cc-btn-secondary-bg);
  border-color: var(--cc-btn-secondary-border-color);
  color: var(--cc-btn-secondary-color);
}

#cc-main .cm__btn--secondary:hover {
  background: var(--cc-btn-secondary-hover-bg);
  border-color: var(--cc-btn-secondary-hover-border-color);
  color: var(--cc-btn-secondary-hover-color);
}

#cc-main .cm__btn--close {
  border-radius: 0;
  border-bottom-left-radius: var(--cc-btn-border-radius);
  border-right: none;
  border-top: none;
  display: none;
  font-size: 1em;
  height: 42px;
  min-width: auto !important;
  overflow: hidden;
  padding: 0 !important;
  position: absolute;
  right: 0;
  top: 0;
  width: 42px;
}

#cc-main .cm__btn--close svg {
  stroke: var(--cc-btn-primary-color);
  transform: scale(0.5);
  transition: stroke 0.15s ease;
}

#cc-main .cm__btn--close:hover svg {
  stroke: var(--cc-btn-primary-hover-color);
}

#cc-main .cm__btn--close.cm__btn--secondary svg {
  stroke: var(--cc-btn-secondary-color);
}

#cc-main .cm__btn--close.cm__btn--secondary:hover svg {
  stroke: var(--cc-btn-secondary-hover-color);
}

#cc-main .cm__btn--close + .cm__texts .cm__title {
  padding-right: 3rem;
}

#cc-main .cm--inline .cm__btn-group {
  grid-auto-flow: column;
}

#cc-main .cm__footer {
  background: var(--cc-footer-bg);
  border-top: 1px solid var(--cc-footer-border-color);
  color: var(--cc-footer-color);
  padding: 0.4em 0 0.5em;
}

#cc-main .cm__links {
  display: flex;
  flex-direction: row;
  padding-bottom: 0;
  padding-top: 0;
}

#cc-main .cm__link-group {
  display: flex;
  flex-direction: row;
  font-size: 0.8em;
  width: 100%;
}

#cc-main .cm__link-group > * + * {
  margin-left: 1.3rem;
}

#cc-main .cm--flip .cm__btn:last-child {
  grid-row: 1;
}

#cc-main .cm--inline.cm--flip .cm__btn:last-child {
  grid-column: 1;
}

#cc-main .cm--box .cm__btn--close {
  display: block;
}

#cc-main .cm--box.cm--flip .cm__btns {
  flex-direction: column-reverse;
}

#cc-main .cm--box.cm--wide {
  max-width: 36em;
}

#cc-main .cm--box.cm--wide .cm__btns {
  flex-direction: row;
  justify-content: space-between;
}

#cc-main .cm--box.cm--wide .cm__btn-group {
  grid-auto-flow: column;
}

#cc-main .cm--box.cm--wide .cm__btn {
  min-width: 120px;
  padding-left: 1.8em;
  padding-right: 1.8em;
}

#cc-main .cm--box.cm--wide.cm--flip .cm__btns {
  flex-direction: row-reverse;
}

#cc-main .cm--box.cm--wide.cm--flip .cm__btn:last-child {
  grid-column: 1;
}

#cc-main .cm--cloud {
  max-width: 54em;
  width: unset;
}

#cc-main .cm--cloud .cm__body {
  flex-direction: row;
}

#cc-main .cm--cloud .cm__texts {
  flex: 1;
}

#cc-main .cm--cloud .cm__desc {
  max-height: 9.4em;
}

#cc-main .cm--cloud .cm__btns {
  border-left: 1px solid var(--cc-separator-border-color);
  border-top: none;
  max-width: 23em;
}

#cc-main .cm--cloud .cm__btn-group {
  flex-direction: column;
}

#cc-main .cm--cloud .cm__btn {
  min-width: 19em;
}

#cc-main .cm--cloud.cm--flip .cm__btn-group, #cc-main .cm--cloud.cm--flip .cm__btns {
  flex-direction: column-reverse;
}

#cc-main .cm--cloud.cm--inline .cm__btn-group {
  flex-direction: row;
}

#cc-main .cm--cloud.cm--inline .cm__btn {
  min-width: 10em;
}

#cc-main .cm--cloud.cm--inline.cm--flip .cm__btn-group {
  flex-direction: row-reverse;
}

#cc-main .cm--bar {
  border-radius: 0;
  left: 0;
  margin: 0;
  max-width: unset;
  opacity: 1;
  right: 0;
  transform: translateY(0);
  width: 100vw;
  --cc-modal-transition-duration:.35s;
}

#cc-main .cm--bar.cm--top {
  top: 0;
  transform: translateY(-100%);
}

#cc-main .cm--bar.cm--bottom {
  bottom: 0;
  transform: translateY(100%);
}

#cc-main .cm--bar .cm__body, #cc-main .cm--bar .cm__links {
  margin: 0 auto;
  max-width: 55em;
  width: 100%;
}

#cc-main .cm--bar .cm__body {
  padding: 0.5em 0 0.9em;
}

#cc-main .cm--bar .cm__btns {
  border-top: none;
  flex-direction: row;
  justify-content: space-between;
}

#cc-main .cm--bar .cm__btn-group {
  grid-auto-flow: column;
}

#cc-main .cm--bar:not(.cm--inline) .cm__btn + .cm__btn, #cc-main .cm--bar:not(.cm--inline) .cm__btn-group + .cm__btn-group {
  margin-left: 0.375rem;
  margin-top: 0;
}

#cc-main .cm--bar .cm__btn {
  min-width: 120px;
  padding-left: 2em;
  padding-right: 2em;
}

#cc-main .cm--bar.cm--flip:not(.cm--inline) .cm__btn + .cm__btn, #cc-main .cm--bar.cm--flip:not(.cm--inline) .cm__btn-group + .cm__btn-group {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0.375rem;
}

#cc-main .cm--bar.cm--flip .cm__btns {
  flex-direction: row-reverse;
}

#cc-main .cm--bar.cm--flip .cm__btn:last-child {
  grid-column: 1;
}

#cc-main .cm--bar.cm--inline .cm__body, #cc-main .cm--bar.cm--inline .cm__links {
  max-width: 74em;
}

#cc-main .cm--bar.cm--inline .cm__body {
  flex-direction: row;
  padding: 0;
}

#cc-main .cm--bar.cm--inline .cm__btns {
  flex-direction: column;
  justify-content: center;
  max-width: 23em;
}

#cc-main .cm--bar.cm--inline.cm--flip .cm__btns {
  flex-direction: column-reverse;
}

#cc-main .cc--anim .cm, #cc-main .cc--anim.cm-wrapper:before {
  transition: opacity var(--cc-modal-transition-duration) ease, visibility var(--cc-modal-transition-duration) ease, transform var(--cc-modal-transition-duration) ease;
}

#cc-main .cc--anim .cm__btn, #cc-main .cc--anim .cm__close {
  transition: background-color 0.15s ease, border-color 0.15s ease, color 0.15s ease;
}

.disable--interaction #cc-main .cm-wrapper:before {
  background: var(--cc-overlay-bg);
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: fixed;
  right: 0;
  top: 0;
  visibility: hidden;
  z-index: 0;
}

.show--consent #cc-main .cc--anim .cm {
  opacity: 1;
  transform: translateY(0);
  visibility: visible !important;
}

.show--consent #cc-main .cc--anim .cm--middle {
  transform: translateY(-50%);
}

.show--consent #cc-main .cc--anim .cm--bar {
  transform: translateY(0);
}

.show--consent #cc-main .cc--anim.cm-wrapper:before {
  opacity: 1;
  visibility: visible;
}

#cc-main.cc--rtl .cm__btn--close {
  border-bottom-left-radius: unset;
  border-bottom-right-radius: var(--cc-btn-border-radius);
  left: 0;
  right: unset;
}

#cc-main.cc--rtl .cm__btn--close + .cm__texts .cm__title {
  padding-left: 3rem !important;
  padding-right: 1.3rem;
}

#cc-main.cc--rtl .cm--inline .cm__btn + .cm__btn {
  margin-left: 0;
  margin-right: 0.375rem;
}

#cc-main.cc--rtl .cm--inline.cm--flip .cm__btn + .cm__btn {
  margin-left: 0.375rem;
  margin-right: 0;
}

#cc-main.cc--rtl .cm:not(.cm--inline).cm--bar .cm__btn + .cm__btn, #cc-main.cc--rtl .cm:not(.cm--inline).cm--bar .cm__btn-group + .cm__btn-group, #cc-main.cc--rtl .cm:not(.cm--inline).cm--wide .cm__btn + .cm__btn, #cc-main.cc--rtl .cm:not(.cm--inline).cm--wide .cm__btn-group + .cm__btn-group {
  margin-left: 0;
  margin-right: 0.375rem;
}

#cc-main.cc--rtl .cm:not(.cm--inline).cm--bar.cm--flip .cm__btn + .cm__btn, #cc-main.cc--rtl .cm:not(.cm--inline).cm--wide.cm--flip .cm__btn + .cm__btn {
  margin-left: 0.375rem;
  margin-right: 0;
}

#cc-main.cc--rtl .cm__link-group > * + * {
  margin-left: 0;
  margin-right: 1.3rem;
}

@media screen and (max-width: 640px) {
  #cc-main {
    --cc-modal-margin:.5em;
  }
  #cc-main .cm {
    max-width: none !important;
    width: auto !important;
  }
  #cc-main .cm__body {
    flex-direction: column !important;
    padding: 0 !important;
  }
  #cc-main .cm__btns, #cc-main .cm__desc, #cc-main .cm__links, #cc-main .cm__title {
    padding-left: 1.1rem !important;
    padding-right: 1.1rem !important;
  }
  #cc-main .cm__btns {
    border-left: none !important;
    border-top: 1px solid var(--cc-separator-border-color) !important;
    flex-direction: column !important;
    max-width: none !important;
    min-width: auto !important;
  }
  #cc-main .cm__btn + .cm__btn, #cc-main .cm__btn-group + .cm__btn-group {
    margin: 0.375rem 0 0 !important;
  }
  #cc-main .cm--flip .cm__btn + .cm__btn, #cc-main .cm--flip .cm__btn-group + .cm__btn-group {
    margin-bottom: 0.375rem !important;
    margin-top: 0 !important;
  }
  #cc-main .cm__btn-group {
    display: flex !important;
    flex-direction: column !important;
    min-width: auto !important;
  }
  #cc-main .cm__btn {
    flex: auto !important;
  }
  #cc-main .cm__link-group {
    justify-content: center !important;
  }
  #cc-main .cm--flip .cm__btn-group, #cc-main .cm--flip .cm__btns {
    flex-direction: column-reverse !important;
  }
}
#cc-main .pm-wrapper {
  position: relative;
  z-index: 2;
}

#cc-main .pm {
  background: var(--cc-bg);
  border-radius: var(--cc-modal-border-radius);
  box-shadow: 0 0.625em 1.875em rgba(0, 0, 2, 0.3);
  display: flex;
  flex-direction: column;
  opacity: 0;
  overflow: hidden;
  position: fixed;
  visibility: hidden;
  width: 100%;
  width: unset;
  z-index: 1;
}

#cc-main svg {
  fill: none;
  width: 100%;
}

#cc-main .pm__body, #cc-main .pm__footer, #cc-main .pm__header {
  padding: 1em 1.4em;
}

#cc-main .pm__header {
  align-items: center;
  border-bottom: 1px solid var(--cc-separator-border-color);
  display: flex;
  justify-content: space-between;
}

#cc-main .pm__title {
  align-items: center;
  display: flex;
  flex: 1;
  font-weight: 600;
  margin-right: 2em;
}

#cc-main .pm__close-btn {
  background: var(--cc-btn-secondary-bg);
  border: 1px solid var(--cc-btn-secondary-border-color);
  border-radius: var(--cc-btn-border-radius);
  height: 40px;
  position: relative;
  transition: all 0.15s ease;
  width: 40px;
}

#cc-main .pm__close-btn span {
  display: flex;
  height: 100%;
  width: 100%;
}

#cc-main .pm__close-btn svg {
  stroke: var(--cc-btn-secondary-color);
  transform: scale(0.5);
  transition: stroke 0.15s ease;
}

#cc-main .pm__close-btn:hover {
  background: var(--cc-btn-secondary-hover-bg);
  border-color: var(--cc-btn-secondary-hover-border-color);
}

#cc-main .pm__close-btn:hover svg {
  stroke: var(--cc-btn-secondary-hover-color);
}

#cc-main .pm__body {
  flex: 1;
  overflow-y: auto;
  overflow-y: overlay;
}

#cc-main .pm__section, #cc-main .pm__section--toggle {
  border-radius: var(--cc-btn-border-radius);
  display: flex;
  flex-direction: column;
  margin-bottom: 0.5em;
}

#cc-main .pm__section--toggle .pm__section-desc-wrapper {
  border: 1px solid var(--cc-cookie-category-block-border);
  border-radius: var(--cc-btn-border-radius);
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  display: none;
  margin-top: 0 !important;
  overflow: hidden;
}

#cc-main .pm__section {
  border: 1px solid var(--cc-separator-border-color);
  padding: 1em;
  transition: background-color 0.25s ease, border-color 0.25s ease;
}

#cc-main .pm__section:first-child {
  border: none;
  margin-bottom: 2em;
  margin-top: 0;
  padding: 0;
  transition: none;
}

#cc-main .pm__section:not(:first-child):hover {
  background: var(--cc-cookie-category-block-bg);
  border-color: var(--cc-cookie-category-block-border);
}

#cc-main .pm__section-toggles + .pm__section {
  margin-top: 2em;
}

#cc-main .pm__section--toggle {
  background: var(--cc-cookie-category-block-bg);
  border-top: none;
  margin-bottom: 0.375rem;
}

#cc-main .pm__section--toggle .pm__section-title {
  align-items: center;
  background: var(--cc-cookie-category-block-bg);
  border: 1px solid var(--cc-cookie-category-block-border);
  display: flex;
  justify-content: space-between;
  min-height: 58px;
  padding: 1.1em 5.4em 1.1em 1.2em;
  position: relative;
  transition: background-color 0.25s ease, border-color 0.25s ease;
  width: 100%;
}

#cc-main .pm__section--toggle .pm__section-title:hover {
  background: var(--cc-cookie-category-block-hover-bg);
  border-color: var(--cc-cookie-category-block-hover-border);
}

#cc-main .pm__section--toggle .pm__section-desc {
  margin-top: 0;
  padding: 1em;
}

#cc-main .pm__section--toggle.is-expanded {
  --cc-cookie-category-block-bg:var(--cc-cookie-category-expanded-block-bg);
  --cc-cookie-category-block-border:var(--cc-cookie-category-expanded-block-hover-bg);
}

#cc-main .pm__section--toggle.is-expanded .pm__section-title {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

#cc-main .pm__section--toggle.is-expanded .pm__section-arrow svg {
  transform: scale(0.5) rotate(180deg);
}

#cc-main .pm__section--toggle.is-expanded .pm__section-desc-wrapper {
  display: flex;
}

#cc-main .pm__section--expandable .pm__section-title {
  cursor: pointer;
  padding-left: 3.4em;
}

#cc-main .pm__section--expandable .pm__section-arrow {
  background: var(--cc-toggle-readonly-bg);
  border-radius: 100%;
  display: flex;
  height: 20px;
  justify-content: center;
  left: 18px;
  pointer-events: none;
  position: absolute;
  width: 20px;
}

#cc-main .pm__section--expandable .pm__section-arrow svg {
  stroke: var(--cc-btn-secondary-color);
  transform: scale(0.5);
}

#cc-main .pm__section-title-wrapper {
  align-items: center;
  display: flex;
  position: relative;
}

#cc-main .pm__section-title-wrapper + .pm__section-desc-wrapper {
  margin-top: 0.85em;
}

#cc-main .pm__section-title {
  border-radius: var(--cc-btn-border-radius);
  font-size: 0.95em;
  font-weight: 600;
}

#cc-main .pm__badge {
  align-items: center;
  background: var(--cc-btn-secondary-bg);
  border-radius: 5em;
  color: var(--cc-secondary-color);
  display: flex;
  flex: none;
  font-size: 0.8em;
  font-weight: 600;
  height: 23px;
  justify-content: center;
  margin-left: 1em;
  min-width: 23px;
  overflow: hidden;
  padding: 0 0.6em 1px;
  position: relative;
  text-align: center;
  white-space: nowrap;
  width: auto;
}

#cc-main .pm__service-counter {
  background: var(--cc-btn-primary-bg);
  color: var(--cc-btn-primary-color);
  padding: 0;
  width: 23px;
}

#cc-main .pm__service-counter[data-counterlabel] {
  padding: 0 0.6em 1px;
  width: auto;
}

#cc-main .section__toggle, #cc-main .section__toggle-wrapper, #cc-main .toggle__icon, #cc-main .toggle__label {
  border-radius: var(--cc-pm-toggle-border-radius);
  height: 23px;
  transform: translateZ(0);
  width: 50px;
}

#cc-main .section__toggle-wrapper {
  cursor: pointer;
  position: absolute;
  right: 18px;
  z-index: 1;
}

#cc-main .toggle-service {
  height: 19px;
  position: relative;
  right: 0;
  width: 42px;
}

#cc-main .toggle-service .section__toggle, #cc-main .toggle-service .toggle__icon, #cc-main .toggle-service .toggle__label {
  height: 19px;
  width: 42px;
}

#cc-main .toggle-service .toggle__icon {
  position: relative;
}

#cc-main .toggle-service .toggle__icon-circle {
  height: 19px;
  width: 19px;
}

#cc-main .toggle-service .section__toggle:checked ~ .toggle__icon .toggle__icon-circle {
  transform: translateX(23px);
}

#cc-main .pm__section--toggle:nth-child(2) .section__toggle-wrapper:after {
  display: none !important;
}

#cc-main .section__toggle {
  border: 0;
  cursor: pointer;
  display: block;
  left: 0;
  margin: 0;
  position: absolute;
  top: 0;
}

#cc-main .section__toggle:disabled {
  cursor: not-allowed;
}

#cc-main .toggle__icon {
  background: var(--cc-toggle-off-bg);
  box-shadow: 0 0 0 1px var(--cc-toggle-off-bg);
  display: flex;
  flex-direction: row;
  pointer-events: none;
  position: absolute;
  transition: all 0.25s ease;
}

#cc-main .toggle__icon-circle {
  background: var(--cc-toggle-off-knob-bg);
  border: none;
  border-radius: var(--cc-pm-toggle-border-radius);
  box-shadow: 0 1px 2px rgba(24, 32, 3, 0.36);
  display: block;
  height: 23px;
  left: 0;
  position: absolute;
  top: 0;
  transition: transform 0.25s ease, background-color 0.25s ease;
  width: 23px;
}

#cc-main .toggle__icon-off, #cc-main .toggle__icon-on {
  height: 100%;
  position: absolute;
  transition: opacity 0.15s ease;
  width: 100%;
}

#cc-main .toggle__icon-on {
  opacity: 0;
  transform: rotate(45deg);
}

#cc-main .toggle__icon-on svg {
  stroke: var(--cc-toggle-on-bg);
  transform: scale(0.55) rotate(-45deg);
}

#cc-main .toggle__icon-off {
  opacity: 1;
}

#cc-main .toggle__icon-off svg {
  stroke: var(--cc-toggle-off-bg);
  transform: scale(0.55);
}

#cc-main .section__toggle:checked ~ .toggle__icon {
  background: var(--cc-toggle-on-bg);
  box-shadow: 0 0 0 1px var(--cc-toggle-on-bg);
}

#cc-main .section__toggle:checked ~ .toggle__icon .toggle__icon-circle {
  background-color: var(--cc-toggle-on-knob-bg);
  transform: translateX(27px);
}

#cc-main .section__toggle:checked ~ .toggle__icon .toggle__icon-on {
  opacity: 1;
}

#cc-main .section__toggle:checked ~ .toggle__icon .toggle__icon-off {
  opacity: 0;
}

#cc-main .section__toggle:checked:disabled ~ .toggle__icon {
  background: var(--cc-toggle-readonly-bg);
  box-shadow: 0 0 0 1px var(--cc-toggle-readonly-bg);
}

#cc-main .section__toggle:checked:disabled ~ .toggle__icon .toggle__icon-circle {
  background: var(--cc-toggle-readonly-knob-bg);
  box-shadow: none;
}

#cc-main .section__toggle:checked:disabled ~ .toggle__icon svg {
  stroke: var(--cc-toggle-readonly-knob-icon-color);
}

#cc-main .toggle__label {
  opacity: 0;
  overflow: hidden;
  pointer-events: none;
  position: absolute;
  top: 0;
  z-index: -1;
}

#cc-main .pm__section-desc-wrapper {
  color: var(--cc-secondary-color);
  display: flex;
  flex-direction: column;
  font-size: 0.9em;
}

#cc-main .pm__section-desc-wrapper > :not(:last-child) {
  border-bottom: 1px solid var(--cc-cookie-category-block-border);
}

#cc-main .pm__section-services {
  display: flex;
  flex-direction: column;
}

#cc-main .pm__service {
  align-items: center;
  display: flex;
  justify-content: space-between;
  padding: 0.4em 1.2em;
  position: relative;
  transition: background-color 0.15s ease;
}

#cc-main .pm__service:hover {
  background-color: var(--cc-cookie-category-block-hover-bg);
}

#cc-main .pm__service-header {
  align-items: center;
  display: flex;
  margin-right: 1em;
  width: 100%;
}

#cc-main .pm__service-icon {
  border: 2px solid;
  border-radius: 100%;
  height: 8px;
  margin-left: 6px;
  margin-right: 20px;
  margin-top: 1px;
  min-width: 8px;
}

#cc-main .pm__service-title {
  font-size: 0.95em;
  width: 100%;
  word-break: break-word;
}

#cc-main .pm__section-desc {
  line-height: 1.5em;
}

#cc-main .pm__section-table {
  border-collapse: collapse;
  font-size: 0.9em;
  margin: 0;
  overflow: hidden;
  padding: 0;
  text-align: left;
  width: 100%;
}

#cc-main .pm__table-caption {
  text-align: left;
}

#cc-main .pm__table-caption, #cc-main .pm__table-head > tr {
  border-bottom: 1px dashed var(--cc-separator-border-color);
  color: var(--cc-primary-color);
  font-weight: 600;
}

#cc-main .pm__table-tr {
  transition: background-color 0.15s ease;
}

#cc-main .pm__table-tr:hover {
  background: var(--cc-cookie-category-block-hover-bg);
}

#cc-main .pm__table-caption, #cc-main .pm__table-td, #cc-main .pm__table-th {
  padding: 0.625em 0.625em 0.625em 1.2em;
  vertical-align: top;
}

#cc-main .pm__footer {
  border-top: 1px solid var(--cc-separator-border-color);
  display: flex;
  justify-content: space-between;
}

#cc-main .pm__btn-group {
  display: flex;
}

#cc-main .pm__btn + .pm__btn, #cc-main .pm__btn-group + .pm__btn-group {
  margin-left: 0.375rem;
}

#cc-main .pm--flip .pm__btn + .pm__btn, #cc-main .pm--flip .pm__btn-group + .pm__btn-group {
  margin-left: 0;
  margin-right: 0.375rem;
}

#cc-main .pm__btn {
  background: var(--cc-btn-primary-bg);
  border: 1px solid var(--cc-btn-primary-border-color);
  border-radius: var(--cc-btn-border-radius);
  color: var(--cc-btn-primary-color);
  flex: auto;
  font-size: 0.82em;
  font-weight: 600;
  min-height: 42px;
  min-width: 110px;
  padding: 0.5em 1.5em;
  text-align: center;
  transition: background-color 0.15s ease, border-color 0.15s ease, color 0.15s ease;
}

#cc-main .pm__btn:hover {
  background: var(--cc-btn-primary-hover-bg);
  border-color: var(--cc-btn-primary-hover-border-color);
  color: var(--cc-btn-primary-hover-color);
}

#cc-main .pm__btn--secondary {
  background: var(--cc-btn-secondary-bg);
  border-color: var(--cc-btn-secondary-border-color);
  color: var(--cc-btn-secondary-color);
}

#cc-main .pm__btn--secondary:hover {
  background: var(--cc-btn-secondary-hover-bg);
  border-color: var(--cc-btn-secondary-hover-border-color);
  color: var(--cc-btn-secondary-hover-color);
}

#cc-main .pm--box {
  height: calc(100% - 2em);
  left: var(--cc-modal-margin);
  margin: 0 auto;
  max-height: 37.5em;
  max-width: 43em;
  right: var(--cc-modal-margin);
  top: 50%;
  transform: translateY(calc(-50% + 1.6em));
}

#cc-main .pm--box.pm--flip .pm__btn-group, #cc-main .pm--box.pm--flip .pm__footer {
  flex-direction: row-reverse;
}

#cc-main .pm--bar {
  border-radius: 0;
  bottom: 0;
  height: 100%;
  margin: 0;
  max-height: none;
  max-width: 29em;
  opacity: 1;
  top: 0;
  width: 100%;
  --cc-modal-transition-duration:.35s;
}

#cc-main .pm--bar .pm__section-table, #cc-main .pm--bar .pm__table-body, #cc-main .pm--bar .pm__table-td, #cc-main .pm--bar .pm__table-th, #cc-main .pm--bar .pm__table-tr {
  display: block;
}

#cc-main .pm--bar .pm__table-head {
  display: none;
}

#cc-main .pm--bar .pm__table-caption {
  display: block;
}

#cc-main .pm--bar .pm__table-tr:not(:last-child) {
  border-bottom: 1px solid var(--cc-separator-border-color);
}

#cc-main .pm--bar .pm__table-td {
  display: flex;
  justify-content: space-between;
}

#cc-main .pm--bar .pm__table-td:before {
  color: var(--cc-primary-color);
  content: attr(data-column);
  flex: 1;
  font-weight: 600;
  min-width: 100px;
  overflow: hidden;
  padding-right: 2em;
  text-overflow: ellipsis;
}

#cc-main .pm--bar .pm__table-td > div {
  flex: 3;
}

#cc-main .pm--bar:not(.pm--wide) .pm__body, #cc-main .pm--bar:not(.pm--wide) .pm__footer, #cc-main .pm--bar:not(.pm--wide) .pm__header {
  padding: 1em 1.3em;
}

#cc-main .pm--bar:not(.pm--wide) .pm__btn-group, #cc-main .pm--bar:not(.pm--wide) .pm__footer {
  flex-direction: column;
}

#cc-main .pm--bar:not(.pm--wide) .pm__btn + .pm__btn, #cc-main .pm--bar:not(.pm--wide) .pm__btn-group + .pm__btn-group {
  margin: 0.375rem 0 0;
}

#cc-main .pm--bar:not(.pm--wide).pm--flip .pm__btn-group, #cc-main .pm--bar:not(.pm--wide).pm--flip .pm__footer {
  flex-direction: column-reverse;
}

#cc-main .pm--bar:not(.pm--wide).pm--flip .pm__btn + .pm__btn, #cc-main .pm--bar:not(.pm--wide).pm--flip .pm__btn-group + .pm__btn-group {
  margin-bottom: 0.375rem;
  margin-top: 0;
}

#cc-main .pm--bar:not(.pm--wide) .pm__badge {
  display: none;
}

#cc-main .pm--bar.pm--left {
  left: 0;
  transform: translateX(-100%);
}

#cc-main .pm--bar.pm--right {
  right: 0;
  transform: translateX(100%);
}

#cc-main .pm--bar.pm--wide {
  max-width: 35em;
}

#cc-main .pm--bar.pm--wide .pm__body, #cc-main .pm--bar.pm--wide .pm__footer, #cc-main .pm--bar.pm--wide .pm__header {
  padding: 1em 1.4em;
}

#cc-main .pm--bar.pm--wide.pm--flip .pm__btn-group, #cc-main .pm--bar.pm--wide.pm--flip .pm__footer {
  flex-direction: row-reverse;
}

#cc-main .pm-overlay {
  background: var(--cc-overlay-bg);
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: fixed;
  right: 0;
  top: 0;
  visibility: hidden;
  z-index: 1;
}

#cc-main .cc--anim .pm, #cc-main .cc--anim .pm-overlay {
  transition: opacity var(--cc-modal-transition-duration) ease, visibility var(--cc-modal-transition-duration) ease, transform var(--cc-modal-transition-duration) ease;
}

.show--preferences #cc-main .cc--anim .pm {
  opacity: 1;
  visibility: visible !important;
}

.show--preferences #cc-main .cc--anim .pm--box {
  transform: translateY(-50%);
}

.show--preferences #cc-main .cc--anim .pm--bar {
  transform: translateX(0);
}

.show--preferences #cc-main .cc--anim .pm-overlay {
  opacity: 1;
  visibility: visible;
}

#cc-main.cc--rtl .pm__service-header {
  margin-left: 1em;
  margin-right: 0;
}

#cc-main.cc--rtl .pm__section-arrow {
  left: unset;
  right: 18px;
}

#cc-main.cc--rtl .section__toggle-wrapper {
  left: 18px;
  right: unset;
  transform-origin: left;
}

#cc-main.cc--rtl .toggle-service {
  left: 0;
}

#cc-main.cc--rtl .pm__service-icon {
  margin-left: 20px;
  margin-right: 5px;
}

#cc-main.cc--rtl .pm__section--toggle .pm__section-title {
  padding-left: 5.4em;
  padding-right: 1.2em;
}

#cc-main.cc--rtl .pm__section--expandable .pm__section-title {
  padding-right: 3.4em;
}

#cc-main.cc--rtl .pm__badge {
  margin-left: unset;
  margin-right: 1em;
}

#cc-main.cc--rtl .toggle__icon-circle {
  transform: translateX(27px);
}

#cc-main.cc--rtl .toggle-service .toggle__icon-circle {
  transform: translateX(23px);
}

#cc-main.cc--rtl .section__toggle:checked ~ .toggle__icon .toggle__icon-circle {
  transform: translateX(0);
}

#cc-main.cc--rtl .pm__table-td, #cc-main.cc--rtl .pm__table-th {
  padding-left: unset;
  padding-right: 1.2em;
  text-align: right;
}

#cc-main.cc--rtl .pm__table-td {
  padding-left: unset;
  padding-right: 1.2em;
}

#cc-main.cc--rtl .pm__table-td:before {
  padding-left: 2em;
  padding-right: unset;
}

#cc-main.cc--rtl .pm__btn + .pm__btn, #cc-main.cc--rtl .pm__btn-group + .pm__btn-group {
  margin-left: 0;
  margin-right: 0.375rem;
}

#cc-main.cc--rtl .pm--flip .pm__btn + .pm__btn, #cc-main.cc--rtl .pm--flip .pm__btn-group + .pm__btn-group {
  margin-left: 0.375rem;
  margin-right: 0;
}

#cc-main.cc--rtl .pm--flip.pm--bar:not(.pm--wide) .pm__btn + .pm__btn, #cc-main.cc--rtl .pm--flip.pm--bar:not(.pm--wide) .pm__btn-group + .pm__btn-group {
  margin-left: 0;
}

@media screen and (max-width: 640px) {
  #cc-main .pm {
    border-radius: 0;
    bottom: 0;
    height: auto;
    left: 0;
    max-height: 100%;
    max-width: none !important;
    right: 0;
    top: 0;
    transform: translateY(1.6em);
  }
  #cc-main .pm__body, #cc-main .pm__footer, #cc-main .pm__header {
    padding: 0.9em !important;
  }
  #cc-main .pm__badge {
    display: none;
  }
  #cc-main .pm__section-table, #cc-main .pm__table-body, #cc-main .pm__table-caption, #cc-main .pm__table-td, #cc-main .pm__table-th, #cc-main .pm__table-tr {
    display: block;
  }
  #cc-main .pm__table-head {
    display: none;
  }
  #cc-main .pm__table-tr:not(:last-child) {
    border-bottom: 1px solid var(--cc-separator-border-color);
  }
  #cc-main .pm__table-td {
    display: flex;
    justify-content: space-between;
  }
  #cc-main .pm__table-td:before {
    color: var(--cc-primary-color);
    content: attr(data-column);
    flex: 1;
    font-weight: 600;
    min-width: 100px;
    overflow: hidden;
    padding-right: 2em;
    text-overflow: ellipsis;
  }
  #cc-main .pm__table-td > div {
    flex: 3;
  }
  #cc-main .pm__btn-group, #cc-main .pm__footer {
    flex-direction: column !important;
  }
  #cc-main .pm__btn-group {
    display: flex !important;
  }
  #cc-main .pm__btn + .pm__btn, #cc-main .pm__btn-group + .pm__btn-group {
    margin: 0.375rem 0 0 !important;
  }
  #cc-main .pm--flip .pm__btn + .pm__btn, #cc-main .pm--flip .pm__btn-group + .pm__btn-group {
    margin-bottom: 0.375rem !important;
    margin-top: 0 !important;
  }
  #cc-main .pm--flip .pm__btn-group, #cc-main .pm--flip .pm__footer {
    flex-direction: column-reverse !important;
  }
  .show--preferences #cc-main .cc--anim .pm {
    transform: translateY(0) !important;
  }
}
:root {
  --im-font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
  --im-color:#fff;
  --im-bg:#0b1016;
  --im-link-color:#5fb3fb;
  --im-link-hover-color:rgba(95,178,251,.682);
  --im-btn-color:#fff;
  --im-btn-bg:rgba(0,102,219,.84);
  --im-btn-hover-bg:rgba(9,80,161,.89);
  --im-btn-active-box-shadow:0 0 0 .25em rgba(24,104,250,.24);
  --im-btn-s-color:var(--im-bg);
  --im-btn-s-bg:rgba(225,239,255,.8);
  --im-btn-s-hover-bg:rgba(225,239,255,.95);
  --im-btn-s-active-bg:rgba(225,239,255,.6);
  --im-overlay-bg:linear-gradient(14deg,#1e3861,rgba(206,220,233,.118));
}

div[data-service], div[data-service] .cll, div[data-service] .cll a, div[data-service] .cll button {
  all: initial;
  box-sizing: border-box;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  visibility: unset;
}

div[data-service] .cll :after, div[data-service] .cll iframe, div[data-service] .cll span, div[data-service]:before {
  all: unset;
  box-sizing: border-box;
}

div[data-service] .cll a, div[data-service] .cll button, div[data-service] .cll input {
  -webkit-appearance: none;
  appearance: none;
  cursor: pointer;
  display: revert;
  font-family: inherit;
  font-size: 100%;
  line-height: normal;
  margin: 0;
  outline: revert;
  overflow: hidden;
}

div[data-service] {
  background-color: #0b1016;
  background-color: var(--im-bg);
  display: inline-block;
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
  font-family: var(--im-font-family);
  font-size: 16px;
  font-weight: 400;
  max-width: 100%;
  min-height: 9.375rem;
  min-width: 18.75rem;
  overflow: hidden;
  position: relative;
}

div[data-service]:before {
  content: "";
  display: block;
  padding-top: 56.25%;
}

div[data-service] .cll .c-ld {
  bottom: 2em;
  opacity: 0;
  right: 2.5em;
  transform: translateY(1.4em);
  visibility: hidden;
}

div[data-service] .cll .c-ld, div[data-service] .cll .c-ld:after {
  border-radius: 100%;
  height: 1.25em;
  position: absolute;
  width: 1.25em;
  z-index: 1;
}

div[data-service] .cll .c-ld:after {
  animation: spin 1s linear infinite;
  border: 0.25em solid #fff;
  border-top-color: transparent;
  content: "";
}

div[data-service].c-h-n .cll .c-ld {
  opacity: 1;
  transform: translateY(0);
  visibility: visible;
}

div[data-service].c-h-b .cll .c-ld {
  opacity: 0;
  transform: translateY(0);
  visibility: hidden;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(1turn);
  }
}
div[data-autoscale] {
  height: auto;
  width: 100%;
}

div[data-service] .cll .c-nt {
  bottom: 0;
  color: #fff;
  color: var(--im-color);
  height: 100%;
  left: 0;
  max-width: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}

div[data-service] .cll .c-bg {
  bottom: 0;
  left: 0;
  opacity: 0.5;
  position: absolute;
  right: 0;
  top: 0;
}

div[data-service] .cll .c-bg:before {
  background: linear-gradient(14deg, #1e3861, rgba(206, 220, 233, 0.118));
  background: var(--im-overlay-bg);
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}

div[data-service] .cll .c-bg-i {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  bottom: 0;
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
}

div[data-service] .cll .c-bg-i.loaded {
  opacity: 1;
}

div[data-service] .cll .c-tl {
  display: block;
  font-size: 1.2em;
  font-weight: 600;
  margin-bottom: 0.6em;
  text-align: center;
}

div[data-service].c-h-n .cll .c-bg {
  opacity: 1;
  transform: scale(1);
}

div[data-service] .cll .c-n-c {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
  position: relative;
}

div[data-service] .cll .c-n-t {
  display: block;
  font-size: 0.87em;
  line-height: 1.4em;
  margin: 0 auto;
  max-width: 32em;
  position: relative;
  z-index: 1;
}

div[data-service] .cll .c-n-a {
  margin-top: 1.25em;
}

div[data-service] .cll .c-n-a, div[data-service] .cll .c-n-t {
  align-items: center;
  display: flex;
  justify-content: center;
  text-align: center;
}

div[data-service] .cll .c-n-a button + button {
  margin-left: 0.8em;
}

div[data-service] .cll .c-t-cn {
  padding: 0 0.75em;
  z-index: 1;
}

div[data-service] .cll .c-l-b, div[data-service] .cll .c-la-b {
  align-items: center;
  align-self: stretch;
  background: rgba(0, 102, 219, 0.84);
  background: var(--im-btn-bg);
  border-radius: 0.3125em;
  box-shadow: 0 0.25em 0.75em rgba(0, 0, 0, 0.19);
  color: #fff;
  color: var(--im-btn-color);
  display: flex;
  font-size: 0.77em;
  font-weight: 600;
  justify-content: space-evenly;
  padding: 0.975em 1.1em;
  position: relative;
}

div[data-service] .cll .c-l-b:before {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  border-bottom: 0.6em solid transparent;
  border-left: 1em solid #fff;
  border-left: 1em solid var(--im-btn-color);
  border-top: 0.6em solid transparent;
  content: "";
  display: block;
  margin-right: 0.75em;
}

div[data-service] .cll .c-la-b {
  background: rgba(225, 239, 255, 0.8);
  background: var(--im-btn-s-bg);
  color: #0b1016;
  color: var(--im-btn-s-color);
}

div[data-service] .cll .c-la-b:hover {
  background: rgba(225, 239, 255, 0.95);
  background: var(--im-btn-s-hover-bg);
}

div[data-service] .cll .c-l-b:hover {
  background: rgba(9, 80, 161, 0.89);
  background: var(--im-btn-hover-bg);
}

div[data-service] .cll .c-la-b:active {
  background: rgba(225, 239, 255, 0.6);
  background: var(--im-btn-s-active-bg);
  transition: none !important;
}

div[data-service] .cll .c-l-b:active {
  box-shadow: 0 0 0 0.25em rgba(24, 104, 250, 0.24);
  box-shadow: var(--im-btn-active-box-shadow);
  transition: none !important;
}

div[data-service].c-h-n .cll .c-t-cn {
  opacity: 0;
  transform: translateY(-0.7em);
  transition-duration: 0.2s;
  visibility: hidden;
}

div[data-service] .cll iframe {
  background: #fff;
  border: none;
  bottom: 0;
  display: block;
  height: 100%;
  left: 0;
  max-width: 100%;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  visibility: hidden;
  width: 100%;
  z-index: 1;
}

div[data-service].c-h-b .cll iframe {
  display: block !important;
  height: 100% !important;
  opacity: 1;
  visibility: visible;
}

div[data-service] .cll .c-n-t a {
  border-bottom: 1px solid #5fb3fb;
  border-bottom: 1px solid var(--im-link-color);
  color: #5fb3fb;
  color: var(--im-link-color);
  text-decoration: none;
}

div[data-service] .cll .c-n-t a:hover {
  --im-link-color:var(--im-link-hover-color);
}

div[data-service][data-ratio="1:1"]:before {
  padding-top: 100%;
}

div[data-service][data-ratio="2:1"]:before {
  padding-top: 50%;
}

div[data-service][data-ratio="3:2"]:before {
  padding-top: 66.666666%;
}

div[data-service][data-ratio="5:2"]:before {
  padding-top: 40%;
}

div[data-service][data-ratio="4:3"]:before {
  padding-top: 75%;
}

div[data-service][data-ratio="16:9"]:before {
  padding-top: 56.25%;
}

div[data-service][data-ratio="16:10"]:before {
  padding-top: 62.5%;
}

div[data-service][data-ratio="20:9"]:before {
  padding-top: 45%;
}

div[data-service][data-ratio="21:9"]:before {
  padding-top: 42.857142%;
}

div[data-service][data-ratio="9:16"]:before {
  padding-top: 177.777777%;
}

div[data-service][data-ratio="9:20"]:before {
  padding-top: 222.222222%;
}

div[data-widget]:before {
  display: none;
}

div[data-widget].c-h-b .cll .c-ld {
  opacity: 0;
  visibility: hidden;
}

div[data-widget] .cll + *, div[data-widget] .cll > :last-child {
  height: 100% !important;
  margin: 0 !important;
}

div[data-service] [data-placeholder] {
  bottom: 0;
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  visibility: hidden;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
    visibility: hidden;
  }
  to {
    opacity: 1;
    visibility: visible;
  }
}
div.c-an [data-placeholder] {
  animation: none;
}

div[data-service] [data-placeholder][data-visible] {
  align-items: center;
  animation: fadeIn 0.2s forwards;
  animation-delay: 0.4s;
  color: #fff;
  color: var(--im-color);
  display: flex;
  justify-content: center;
}

div[data-service].show-ph [data-placeholder] {
  opacity: 1;
  visibility: visible;
}

div[data-service].show-ph .cll .c-ld {
  opacity: 0;
  visibility: hidden;
}

div.c-an .cll .c-bg, div.c-an .cll .c-bg:before, div.c-an .cll .c-ld, div.c-an .cll .c-n-t, div.c-an .cll .c-t-cn {
  transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.4s ease;
}

div.c-an .cll .c-bg-i {
  transition: opacity 0.5s ease, transform 0.5s ease;
}

div.c-an[data-widget] {
  transition: opacity 0.3s ease, background-color 0.3s ease;
}

div.c-an .cll .c-l-b, div.c-an .cll .c-la-b {
  transition: opacity 0.3s ease, transform 0.3s cubic-bezier(0.25, 1, 0.5, 1), visibility 0.3s ease, box-shadow 0.3s ease, background-color 0.3s ease;
}

div.c-an .cll .c-n-t a {
  transition: color 0.2s ease, border-color 0.2s ease;
}

div.c-an .cll iframe, div.c-an [data-placeholder] {
  transition: opacity 0.3s ease, visibility 0.3s ease;
  transition-delay: 0.1s;
}
:root {
  --f-spinner-width: 36px;
  --f-spinner-height: 36px;
  --f-spinner-color-1: rgba(0, 0, 0, 0.1);
  --f-spinner-color-2: rgba(17, 24, 28, 0.8);
  --f-spinner-stroke: 2.75;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.f-thumbs__track {
  display: flex;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fancybox__infobar span {
  padding: 0 5px;
}

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

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

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

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

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

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

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

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

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

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

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

.f-progress {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  transform: scaleX(0);
  transform-origin: 0;
  transition-property: transform;
  transition-timing-function: linear;
  background: var(--f-progress-color, var(--f-carousel-theme-color, #0091ff));
  z-index: 30;
  user-select: none;
  pointer-events: none;
}
/* ================================================== */
/* SASS
/* ================================================== */
/* ================================================== */
/* TAILWIND
/* ================================================== */
*, ::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.17 | 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 */
  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]) {
  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::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;
}
.container {
  width: 100%;
}
@media (min-width: 640px) {
  .container {
    max-width: 640px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 768px;
  }
}
@media (min-width: 1024px) {
  .container {
    max-width: 1024px;
  }
}
@media (min-width: 1280px) {
  .container {
    max-width: 1280px;
  }
}
@media (min-width: 1536px) {
  .container {
    max-width: 1536px;
  }
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.sticky {
  position: sticky;
}
.inset-0 {
  inset: 0px;
}
.-bottom-24 {
  bottom: -2.4rem;
}
.-bottom-30 {
  bottom: -3.0rem;
}
.-left-48 {
  left: -4.8rem;
}
.-left-84 {
  left: -8.4rem;
}
.-left-\[100vw\] {
  left: -100vw;
}
.-right-48 {
  right: -4.8rem;
}
.-right-72 {
  right: -7.2rem;
}
.-top-20 {
  top: -2.0rem;
}
.-top-24 {
  top: -2.4rem;
}
.bottom-0 {
  bottom: 0px;
}
.left-0 {
  left: 0px;
}
.left-1\/2 {
  left: 50%;
}
.right-0 {
  right: 0px;
}
.top-0 {
  top: 0px;
}
.top-1\/2 {
  top: 50%;
}
.top-48 {
  top: 4.8rem;
}
.top-\[7\.2rem\] {
  top: 7.2rem;
}
.top-\[var\(--headerHMob\)\] {
  top: var(--headerHMob);
}
.z-10 {
  z-index: 10;
}
.z-40 {
  z-index: 40;
}
.z-50 {
  z-index: 50;
}
.order-first {
  order: -9999;
}
.col-span-1 {
  grid-column: span 1 / span 1;
}
.col-span-2 {
  grid-column: span 2 / span 2;
}
.col-span-3 {
  grid-column: span 3 / span 3;
}
.col-span-4 {
  grid-column: span 4 / span 4;
}
.col-span-6 {
  grid-column: span 6 / span 6;
}
.col-span-full {
  grid-column: 1 / -1;
}
.m-\[--gutter\] {
  margin: var(--gutter);
}
.\!mx-0 {
  margin-left: 0px !important;
  margin-right: 0px !important;
}
.-mx-16 {
  margin-left: -1.6rem;
  margin-right: -1.6rem;
}
.-mx-\[--gutter\] {
  margin-left: calc(var(--gutter) * -1);
  margin-right: calc(var(--gutter) * -1);
}
.mx-24 {
  margin-left: 2.4rem;
  margin-right: 2.4rem;
}
.mx-4 {
  margin-left: 0.4rem;
  margin-right: 0.4rem;
}
.mx-8 {
  margin-left: 0.8rem;
  margin-right: 0.8rem;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.my-64 {
  margin-top: 6.4rem;
  margin-bottom: 6.4rem;
}
.\!mb-24 {
  margin-bottom: 2.4rem !important;
}
.mb-10 {
  margin-bottom: 1.0rem;
}
.mb-12 {
  margin-bottom: 1.2rem;
}
.mb-16 {
  margin-bottom: 1.6rem;
}
.mb-20 {
  margin-bottom: 2.0rem;
}
.mb-24 {
  margin-bottom: 2.4rem;
}
.mb-30 {
  margin-bottom: 3.0rem;
}
.mb-32 {
  margin-bottom: 3.2rem;
}
.mb-4 {
  margin-bottom: 0.4rem;
}
.mb-40 {
  margin-bottom: 4.0rem;
}
.mb-6 {
  margin-bottom: 0.6rem;
}
.mb-8 {
  margin-bottom: 0.8rem;
}
.ml-16 {
  margin-left: 1.6rem;
}
.ml-24 {
  margin-left: 2.4rem;
}
.ml-8 {
  margin-left: 0.8rem;
}
.mr-16 {
  margin-right: 1.6rem;
}
.mr-4 {
  margin-right: 0.4rem;
}
.mr-8 {
  margin-right: 0.8rem;
}
.mt-0 {
  margin-top: 0px;
}
.mt-16 {
  margin-top: 1.6rem;
}
.mt-20 {
  margin-top: 2.0rem;
}
.mt-24 {
  margin-top: 2.4rem;
}
.mt-30 {
  margin-top: 3.0rem;
}
.mt-32 {
  margin-top: 3.2rem;
}
.mt-4 {
  margin-top: 0.4rem;
}
.mt-64 {
  margin-top: 6.4rem;
}
.mt-8 {
  margin-top: 0.8rem;
}
.mt-80 {
  margin-top: 8.0rem;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.flex {
  display: flex;
}
.inline-flex {
  display: inline-flex;
}
.grid {
  display: grid;
}
.hidden {
  display: none;
}
.\!h-64 {
  height: 6.4rem !important;
}
.\!h-80 {
  height: 8.0rem !important;
}
.h-10 {
  height: 1.0rem;
}
.h-12 {
  height: 1.2rem;
}
.h-15 {
  height: 1.5rem;
}
.h-16 {
  height: 1.6rem;
}
.h-18 {
  height: 1.8rem;
}
.h-2 {
  height: 0.2rem;
}
.h-20 {
  height: 2.0rem;
}
.h-24 {
  height: 2.4rem;
}
.h-32 {
  height: 3.2rem;
}
.h-40 {
  height: 4.0rem;
}
.h-410 {
  height: 41.0rem;
}
.h-44 {
  height: 4.4rem;
}
.h-48 {
  height: 4.8rem;
}
.h-8 {
  height: 0.8rem;
}
.h-\[--headerHMob\] {
  height: var(--headerHMob);
}
.h-\[16\.8rem\] {
  height: 16.8rem;
}
.h-\[19\.1rem\] {
  height: 19.1rem;
}
.h-\[20\.2rem\] {
  height: 20.2rem;
}
.h-\[23\.5rem\] {
  height: 23.5rem;
}
.h-\[24\.4rem\] {
  height: 24.4rem;
}
.h-\[4rem\] {
  height: 4rem;
}
.h-app {
  height: var(--app-height);
}
.h-full {
  height: 100%;
}
.h-screen {
  height: 100vh;
}
.max-h-\[80vh\] {
  max-height: 80vh;
}
.min-h-80 {
  min-height: 8.0rem;
}
.min-h-\[100vh\] {
  min-height: 100vh;
}
.min-h-\[calc\(var\(--app-height\)_-_var\(--headerH\)\)\] {
  min-height: calc(var(--app-height) - var(--headerH));
}
.min-h-screen {
  min-height: 100vh;
}
.\!w-full {
  width: 100% !important;
}
.w-1 {
  width: 0.1rem;
}
.w-1\/2 {
  width: 50%;
}
.w-10 {
  width: 1.0rem;
}
.w-15 {
  width: 1.5rem;
}
.w-16 {
  width: 1.6rem;
}
.w-18 {
  width: 1.8rem;
}
.w-20 {
  width: 2.0rem;
}
.w-24 {
  width: 2.4rem;
}
.w-32 {
  width: 3.2rem;
}
.w-40 {
  width: 4.0rem;
}
.w-48 {
  width: 4.8rem;
}
.w-5 {
  width: 0.5rem;
}
.w-6\/12 {
  width: 50%;
}
.w-8\/12 {
  width: 66.666667%;
}
.w-80 {
  width: 8.0rem;
}
.w-\[15\.5rem\] {
  width: 15.5rem;
}
.w-\[15\.8rem\] {
  width: 15.8rem;
}
.w-\[16\.0rem\] {
  width: 16.0rem;
}
.w-\[16\.8rem\] {
  width: 16.8rem;
}
.w-\[48\.1rem\] {
  width: 48.1rem;
}
.w-full {
  width: 100%;
}
.w-px {
  width: 1px;
}
.w-screen {
  width: 100vw;
}
.min-w-80 {
  min-width: 8.0rem;
}
.flex-1 {
  flex: 1 1 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-full {
  --tw-translate-y: -100%;
  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-90 {
  --tw-rotate: -90deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.rotate-180 {
  --tw-rotate: 180deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.rotate-90 {
  --tw-rotate: 90deg;
  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 modalClose {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.\!animate-modalClose {
  animation: modalClose 400ms ease !important;
}
@keyframes modalInnerClose {
  0% {
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    transform: translateY(-4rem);
    opacity: 0;
  }
}
.\!animate-modalInnerClose {
  animation: modalInnerClose 400ms ease forwards !important;
}
@keyframes modalInnerOpen {
  0% {
    transform: translateY(-4rem);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
.animate-modalInnerOpen {
  animation: modalInnerOpen 800ms ease forwards;
}
@keyframes shape11 {
  0% {
    transform: translateX(48px) translateY(48px);
  }
  100% {
    transform: translateX(0) translateY(0);
  }
}
.animate-shape11 {
  animation: shape11 500ms ease backwards 300ms;
}
@keyframes shape12 {
  0% {
    transform: translateX(-20px) translateY(-20px);
  }
  100% {
    transform: translateX(0) translateY(0);
  }
}
.animate-shape12 {
  animation: shape12 500ms ease backwards 300ms;
}
@keyframes shape13 {
  0% {
    transform: translateX(-48px) translateY(-48px);
  }
  100% {
    transform: translateX(0) translateY(0);
  }
}
.animate-shape13 {
  animation: shape13 500ms ease backwards 300ms;
}
.cursor-default {
  cursor: default;
}
.cursor-pointer {
  cursor: pointer;
}
.appearance-none {
  appearance: none;
}
.columns-2 {
  columns: 2;
}
.grid-cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.grid-cols-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.grid-cols-6 {
  grid-template-columns: repeat(6, minmax(0, 1fr));
}
.flex-col {
  flex-direction: column;
}
.flex-col-reverse {
  flex-direction: column-reverse;
}
.flex-wrap {
  flex-wrap: wrap;
}
.flex-nowrap {
  flex-wrap: nowrap;
}
.items-center {
  align-items: center;
}
.items-stretch {
  align-items: stretch;
}
.justify-start {
  justify-content: flex-start;
}
.justify-end {
  justify-content: flex-end;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.gap-16 {
  gap: 1.6rem;
}
.gap-32 {
  gap: 3.2rem;
}
.gap-8 {
  gap: 0.8rem;
}
.self-center {
  align-self: center;
}
.overflow-hidden {
  overflow: hidden;
}
.\!overflow-visible {
  overflow: visible !important;
}
.overflow-visible {
  overflow: visible;
}
.overflow-scroll {
  overflow: scroll;
}
.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.text-ellipsis {
  text-overflow: ellipsis;
}
.text-clip {
  text-overflow: clip;
}
.hyphens-auto {
  hyphens: auto;
}
.whitespace-nowrap {
  white-space: nowrap;
}
.text-wrap {
  text-wrap: wrap;
}
.text-nowrap {
  text-wrap: nowrap;
}
.text-balance {
  text-wrap: balance;
}
.text-pretty {
  text-wrap: pretty;
}
.break-all {
  word-break: break-all;
}
.\!rounded-none {
  border-radius: 0px !important;
}
.rounded-\[2px\] {
  border-radius: 2px;
}
.rounded-full {
  border-radius: 9999px;
}
.rounded-none {
  border-radius: 0px;
}
.border {
  border-width: 1px;
}
.border-0 {
  border-width: 0px;
}
.border-2 {
  border-width: 2px;
}
.border-b {
  border-bottom-width: 1px;
}
.border-b-2 {
  border-bottom-width: 2px;
}
.border-l {
  border-left-width: 1px;
}
.border-r {
  border-right-width: 1px;
}
.border-t {
  border-top-width: 1px;
}
.border-t-2 {
  border-top-width: 2px;
}
.border-solid {
  border-style: solid;
}
.border-none {
  border-style: none;
}
.border-blue-light {
  --tw-border-opacity: 1;
  border-color: rgb(196 191 217 / var(--tw-border-opacity, 1));
}
.border-gray {
  --tw-border-opacity: 1;
  border-color: rgb(244 243 248 / var(--tw-border-opacity, 1));
}
.border-pink {
  --tw-border-opacity: 1;
  border-color: rgb(255 184 200 / var(--tw-border-opacity, 1));
}
.border-white {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
}
.border-white\/10 {
  border-color: rgb(255 255 255 / 0.1);
}
.border-white\/20 {
  border-color: rgb(255 255 255 / 0.2);
}
.bg-black {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
}
.bg-black\/0 {
  background-color: rgb(0 0 0 / 0);
}
.bg-black\/10 {
  background-color: rgb(0 0 0 / 0.1);
}
.bg-black\/100 {
  background-color: rgb(0 0 0 / 1);
}
.bg-black\/15 {
  background-color: rgb(0 0 0 / 0.15);
}
.bg-black\/20 {
  background-color: rgb(0 0 0 / 0.2);
}
.bg-black\/25 {
  background-color: rgb(0 0 0 / 0.25);
}
.bg-black\/30 {
  background-color: rgb(0 0 0 / 0.3);
}
.bg-black\/35 {
  background-color: rgb(0 0 0 / 0.35);
}
.bg-black\/40 {
  background-color: rgb(0 0 0 / 0.4);
}
.bg-black\/45 {
  background-color: rgb(0 0 0 / 0.45);
}
.bg-black\/5 {
  background-color: rgb(0 0 0 / 0.05);
}
.bg-black\/50 {
  background-color: rgb(0 0 0 / 0.5);
}
.bg-black\/55 {
  background-color: rgb(0 0 0 / 0.55);
}
.bg-black\/60 {
  background-color: rgb(0 0 0 / 0.6);
}
.bg-black\/65 {
  background-color: rgb(0 0 0 / 0.65);
}
.bg-black\/70 {
  background-color: rgb(0 0 0 / 0.7);
}
.bg-black\/75 {
  background-color: rgb(0 0 0 / 0.75);
}
.bg-black\/80 {
  background-color: rgb(0 0 0 / 0.8);
}
.bg-black\/85 {
  background-color: rgb(0 0 0 / 0.85);
}
.bg-black\/90 {
  background-color: rgb(0 0 0 / 0.9);
}
.bg-black\/95 {
  background-color: rgb(0 0 0 / 0.95);
}
.bg-blue {
  --tw-bg-opacity: 1;
  background-color: rgb(46 46 150 / var(--tw-bg-opacity, 1));
}
.bg-blue-light {
  --tw-bg-opacity: 1;
  background-color: rgb(196 191 217 / var(--tw-bg-opacity, 1));
}
.bg-blue-light\/0 {
  background-color: rgb(196 191 217 / 0);
}
.bg-blue-light\/10 {
  background-color: rgb(196 191 217 / 0.1);
}
.bg-blue-light\/100 {
  background-color: rgb(196 191 217 / 1);
}
.bg-blue-light\/15 {
  background-color: rgb(196 191 217 / 0.15);
}
.bg-blue-light\/20 {
  background-color: rgb(196 191 217 / 0.2);
}
.bg-blue-light\/25 {
  background-color: rgb(196 191 217 / 0.25);
}
.bg-blue-light\/30 {
  background-color: rgb(196 191 217 / 0.3);
}
.bg-blue-light\/35 {
  background-color: rgb(196 191 217 / 0.35);
}
.bg-blue-light\/40 {
  background-color: rgb(196 191 217 / 0.4);
}
.bg-blue-light\/45 {
  background-color: rgb(196 191 217 / 0.45);
}
.bg-blue-light\/5 {
  background-color: rgb(196 191 217 / 0.05);
}
.bg-blue-light\/50 {
  background-color: rgb(196 191 217 / 0.5);
}
.bg-blue-light\/55 {
  background-color: rgb(196 191 217 / 0.55);
}
.bg-blue-light\/60 {
  background-color: rgb(196 191 217 / 0.6);
}
.bg-blue-light\/65 {
  background-color: rgb(196 191 217 / 0.65);
}
.bg-blue-light\/70 {
  background-color: rgb(196 191 217 / 0.7);
}
.bg-blue-light\/75 {
  background-color: rgb(196 191 217 / 0.75);
}
.bg-blue-light\/80 {
  background-color: rgb(196 191 217 / 0.8);
}
.bg-blue-light\/85 {
  background-color: rgb(196 191 217 / 0.85);
}
.bg-blue-light\/90 {
  background-color: rgb(196 191 217 / 0.9);
}
.bg-blue-light\/95 {
  background-color: rgb(196 191 217 / 0.95);
}
.bg-blue\/0 {
  background-color: rgb(46 46 150 / 0);
}
.bg-blue\/10 {
  background-color: rgb(46 46 150 / 0.1);
}
.bg-blue\/100 {
  background-color: rgb(46 46 150 / 1);
}
.bg-blue\/15 {
  background-color: rgb(46 46 150 / 0.15);
}
.bg-blue\/20 {
  background-color: rgb(46 46 150 / 0.2);
}
.bg-blue\/25 {
  background-color: rgb(46 46 150 / 0.25);
}
.bg-blue\/30 {
  background-color: rgb(46 46 150 / 0.3);
}
.bg-blue\/35 {
  background-color: rgb(46 46 150 / 0.35);
}
.bg-blue\/40 {
  background-color: rgb(46 46 150 / 0.4);
}
.bg-blue\/45 {
  background-color: rgb(46 46 150 / 0.45);
}
.bg-blue\/5 {
  background-color: rgb(46 46 150 / 0.05);
}
.bg-blue\/50 {
  background-color: rgb(46 46 150 / 0.5);
}
.bg-blue\/55 {
  background-color: rgb(46 46 150 / 0.55);
}
.bg-blue\/60 {
  background-color: rgb(46 46 150 / 0.6);
}
.bg-blue\/65 {
  background-color: rgb(46 46 150 / 0.65);
}
.bg-blue\/70 {
  background-color: rgb(46 46 150 / 0.7);
}
.bg-blue\/75 {
  background-color: rgb(46 46 150 / 0.75);
}
.bg-blue\/80 {
  background-color: rgb(46 46 150 / 0.8);
}
.bg-blue\/85 {
  background-color: rgb(46 46 150 / 0.85);
}
.bg-blue\/90 {
  background-color: rgb(46 46 150 / 0.9);
}
.bg-blue\/95 {
  background-color: rgb(46 46 150 / 0.95);
}
.bg-current {
  background-color: currentColor;
}
.bg-gray {
  --tw-bg-opacity: 1;
  background-color: rgb(244 243 248 / var(--tw-bg-opacity, 1));
}
.bg-gray-dark {
  --tw-bg-opacity: 1;
  background-color: rgb(112 112 112 / var(--tw-bg-opacity, 1));
}
.bg-gray-dark\/0 {
  background-color: rgb(112 112 112 / 0);
}
.bg-gray-dark\/10 {
  background-color: rgb(112 112 112 / 0.1);
}
.bg-gray-dark\/100 {
  background-color: rgb(112 112 112 / 1);
}
.bg-gray-dark\/15 {
  background-color: rgb(112 112 112 / 0.15);
}
.bg-gray-dark\/20 {
  background-color: rgb(112 112 112 / 0.2);
}
.bg-gray-dark\/25 {
  background-color: rgb(112 112 112 / 0.25);
}
.bg-gray-dark\/30 {
  background-color: rgb(112 112 112 / 0.3);
}
.bg-gray-dark\/35 {
  background-color: rgb(112 112 112 / 0.35);
}
.bg-gray-dark\/40 {
  background-color: rgb(112 112 112 / 0.4);
}
.bg-gray-dark\/45 {
  background-color: rgb(112 112 112 / 0.45);
}
.bg-gray-dark\/5 {
  background-color: rgb(112 112 112 / 0.05);
}
.bg-gray-dark\/50 {
  background-color: rgb(112 112 112 / 0.5);
}
.bg-gray-dark\/55 {
  background-color: rgb(112 112 112 / 0.55);
}
.bg-gray-dark\/60 {
  background-color: rgb(112 112 112 / 0.6);
}
.bg-gray-dark\/65 {
  background-color: rgb(112 112 112 / 0.65);
}
.bg-gray-dark\/70 {
  background-color: rgb(112 112 112 / 0.7);
}
.bg-gray-dark\/75 {
  background-color: rgb(112 112 112 / 0.75);
}
.bg-gray-dark\/80 {
  background-color: rgb(112 112 112 / 0.8);
}
.bg-gray-dark\/85 {
  background-color: rgb(112 112 112 / 0.85);
}
.bg-gray-dark\/90 {
  background-color: rgb(112 112 112 / 0.9);
}
.bg-gray-dark\/95 {
  background-color: rgb(112 112 112 / 0.95);
}
.bg-gray\/0 {
  background-color: rgb(244 243 248 / 0);
}
.bg-gray\/10 {
  background-color: rgb(244 243 248 / 0.1);
}
.bg-gray\/100 {
  background-color: rgb(244 243 248 / 1);
}
.bg-gray\/15 {
  background-color: rgb(244 243 248 / 0.15);
}
.bg-gray\/20 {
  background-color: rgb(244 243 248 / 0.2);
}
.bg-gray\/25 {
  background-color: rgb(244 243 248 / 0.25);
}
.bg-gray\/30 {
  background-color: rgb(244 243 248 / 0.3);
}
.bg-gray\/35 {
  background-color: rgb(244 243 248 / 0.35);
}
.bg-gray\/40 {
  background-color: rgb(244 243 248 / 0.4);
}
.bg-gray\/45 {
  background-color: rgb(244 243 248 / 0.45);
}
.bg-gray\/5 {
  background-color: rgb(244 243 248 / 0.05);
}
.bg-gray\/50 {
  background-color: rgb(244 243 248 / 0.5);
}
.bg-gray\/55 {
  background-color: rgb(244 243 248 / 0.55);
}
.bg-gray\/60 {
  background-color: rgb(244 243 248 / 0.6);
}
.bg-gray\/65 {
  background-color: rgb(244 243 248 / 0.65);
}
.bg-gray\/70 {
  background-color: rgb(244 243 248 / 0.7);
}
.bg-gray\/75 {
  background-color: rgb(244 243 248 / 0.75);
}
.bg-gray\/80 {
  background-color: rgb(244 243 248 / 0.8);
}
.bg-gray\/85 {
  background-color: rgb(244 243 248 / 0.85);
}
.bg-gray\/90 {
  background-color: rgb(244 243 248 / 0.9);
}
.bg-gray\/95 {
  background-color: rgb(244 243 248 / 0.95);
}
.bg-green {
  --tw-bg-opacity: 1;
  background-color: rgb(109 203 156 / var(--tw-bg-opacity, 1));
}
.bg-green\/0 {
  background-color: rgb(109 203 156 / 0);
}
.bg-green\/10 {
  background-color: rgb(109 203 156 / 0.1);
}
.bg-green\/100 {
  background-color: rgb(109 203 156 / 1);
}
.bg-green\/15 {
  background-color: rgb(109 203 156 / 0.15);
}
.bg-green\/20 {
  background-color: rgb(109 203 156 / 0.2);
}
.bg-green\/25 {
  background-color: rgb(109 203 156 / 0.25);
}
.bg-green\/30 {
  background-color: rgb(109 203 156 / 0.3);
}
.bg-green\/35 {
  background-color: rgb(109 203 156 / 0.35);
}
.bg-green\/40 {
  background-color: rgb(109 203 156 / 0.4);
}
.bg-green\/45 {
  background-color: rgb(109 203 156 / 0.45);
}
.bg-green\/5 {
  background-color: rgb(109 203 156 / 0.05);
}
.bg-green\/50 {
  background-color: rgb(109 203 156 / 0.5);
}
.bg-green\/55 {
  background-color: rgb(109 203 156 / 0.55);
}
.bg-green\/60 {
  background-color: rgb(109 203 156 / 0.6);
}
.bg-green\/65 {
  background-color: rgb(109 203 156 / 0.65);
}
.bg-green\/70 {
  background-color: rgb(109 203 156 / 0.7);
}
.bg-green\/75 {
  background-color: rgb(109 203 156 / 0.75);
}
.bg-green\/80 {
  background-color: rgb(109 203 156 / 0.8);
}
.bg-green\/85 {
  background-color: rgb(109 203 156 / 0.85);
}
.bg-green\/90 {
  background-color: rgb(109 203 156 / 0.9);
}
.bg-green\/95 {
  background-color: rgb(109 203 156 / 0.95);
}
.bg-orange {
  --tw-bg-opacity: 1;
  background-color: rgb(255 174 61 / var(--tw-bg-opacity, 1));
}
.bg-orange\/0 {
  background-color: rgb(255 174 61 / 0);
}
.bg-orange\/10 {
  background-color: rgb(255 174 61 / 0.1);
}
.bg-orange\/100 {
  background-color: rgb(255 174 61 / 1);
}
.bg-orange\/15 {
  background-color: rgb(255 174 61 / 0.15);
}
.bg-orange\/20 {
  background-color: rgb(255 174 61 / 0.2);
}
.bg-orange\/25 {
  background-color: rgb(255 174 61 / 0.25);
}
.bg-orange\/30 {
  background-color: rgb(255 174 61 / 0.3);
}
.bg-orange\/35 {
  background-color: rgb(255 174 61 / 0.35);
}
.bg-orange\/40 {
  background-color: rgb(255 174 61 / 0.4);
}
.bg-orange\/45 {
  background-color: rgb(255 174 61 / 0.45);
}
.bg-orange\/5 {
  background-color: rgb(255 174 61 / 0.05);
}
.bg-orange\/50 {
  background-color: rgb(255 174 61 / 0.5);
}
.bg-orange\/55 {
  background-color: rgb(255 174 61 / 0.55);
}
.bg-orange\/60 {
  background-color: rgb(255 174 61 / 0.6);
}
.bg-orange\/65 {
  background-color: rgb(255 174 61 / 0.65);
}
.bg-orange\/70 {
  background-color: rgb(255 174 61 / 0.7);
}
.bg-orange\/75 {
  background-color: rgb(255 174 61 / 0.75);
}
.bg-orange\/80 {
  background-color: rgb(255 174 61 / 0.8);
}
.bg-orange\/85 {
  background-color: rgb(255 174 61 / 0.85);
}
.bg-orange\/90 {
  background-color: rgb(255 174 61 / 0.9);
}
.bg-orange\/95 {
  background-color: rgb(255 174 61 / 0.95);
}
.bg-pink {
  --tw-bg-opacity: 1;
  background-color: rgb(255 184 200 / var(--tw-bg-opacity, 1));
}
.bg-pink\/0 {
  background-color: rgb(255 184 200 / 0);
}
.bg-pink\/10 {
  background-color: rgb(255 184 200 / 0.1);
}
.bg-pink\/100 {
  background-color: rgb(255 184 200 / 1);
}
.bg-pink\/15 {
  background-color: rgb(255 184 200 / 0.15);
}
.bg-pink\/20 {
  background-color: rgb(255 184 200 / 0.2);
}
.bg-pink\/25 {
  background-color: rgb(255 184 200 / 0.25);
}
.bg-pink\/30 {
  background-color: rgb(255 184 200 / 0.3);
}
.bg-pink\/35 {
  background-color: rgb(255 184 200 / 0.35);
}
.bg-pink\/40 {
  background-color: rgb(255 184 200 / 0.4);
}
.bg-pink\/45 {
  background-color: rgb(255 184 200 / 0.45);
}
.bg-pink\/5 {
  background-color: rgb(255 184 200 / 0.05);
}
.bg-pink\/50 {
  background-color: rgb(255 184 200 / 0.5);
}
.bg-pink\/55 {
  background-color: rgb(255 184 200 / 0.55);
}
.bg-pink\/60 {
  background-color: rgb(255 184 200 / 0.6);
}
.bg-pink\/65 {
  background-color: rgb(255 184 200 / 0.65);
}
.bg-pink\/70 {
  background-color: rgb(255 184 200 / 0.7);
}
.bg-pink\/75 {
  background-color: rgb(255 184 200 / 0.75);
}
.bg-pink\/80 {
  background-color: rgb(255 184 200 / 0.8);
}
.bg-pink\/85 {
  background-color: rgb(255 184 200 / 0.85);
}
.bg-pink\/90 {
  background-color: rgb(255 184 200 / 0.9);
}
.bg-pink\/95 {
  background-color: rgb(255 184 200 / 0.95);
}
.bg-transparent {
  background-color: rgba(0,0,0,0);
}
.bg-transparent\/0 {
  background-color: rgba(0, 0, 0, 0);
}
.bg-transparent\/10 {
  background-color: rgba(0, 0, 0, 0.1);
}
.bg-transparent\/100 {
  background-color: rgba(0, 0, 0, 1);
}
.bg-transparent\/15 {
  background-color: rgba(0, 0, 0, 0.15);
}
.bg-transparent\/20 {
  background-color: rgba(0, 0, 0, 0.2);
}
.bg-transparent\/25 {
  background-color: rgba(0, 0, 0, 0.25);
}
.bg-transparent\/30 {
  background-color: rgba(0, 0, 0, 0.3);
}
.bg-transparent\/35 {
  background-color: rgba(0, 0, 0, 0.35);
}
.bg-transparent\/40 {
  background-color: rgba(0, 0, 0, 0.4);
}
.bg-transparent\/45 {
  background-color: rgba(0, 0, 0, 0.45);
}
.bg-transparent\/5 {
  background-color: rgba(0, 0, 0, 0.05);
}
.bg-transparent\/50 {
  background-color: rgba(0, 0, 0, 0.5);
}
.bg-transparent\/55 {
  background-color: rgba(0, 0, 0, 0.55);
}
.bg-transparent\/60 {
  background-color: rgba(0, 0, 0, 0.6);
}
.bg-transparent\/65 {
  background-color: rgba(0, 0, 0, 0.65);
}
.bg-transparent\/70 {
  background-color: rgba(0, 0, 0, 0.7);
}
.bg-transparent\/75 {
  background-color: rgba(0, 0, 0, 0.75);
}
.bg-transparent\/80 {
  background-color: rgba(0, 0, 0, 0.8);
}
.bg-transparent\/85 {
  background-color: rgba(0, 0, 0, 0.85);
}
.bg-transparent\/90 {
  background-color: rgba(0, 0, 0, 0.9);
}
.bg-transparent\/95 {
  background-color: rgba(0, 0, 0, 0.95);
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.bg-white\/0 {
  background-color: rgb(255 255 255 / 0);
}
.bg-white\/10 {
  background-color: rgb(255 255 255 / 0.1);
}
.bg-white\/100 {
  background-color: rgb(255 255 255 / 1);
}
.bg-white\/15 {
  background-color: rgb(255 255 255 / 0.15);
}
.bg-white\/20 {
  background-color: rgb(255 255 255 / 0.2);
}
.bg-white\/25 {
  background-color: rgb(255 255 255 / 0.25);
}
.bg-white\/30 {
  background-color: rgb(255 255 255 / 0.3);
}
.bg-white\/35 {
  background-color: rgb(255 255 255 / 0.35);
}
.bg-white\/40 {
  background-color: rgb(255 255 255 / 0.4);
}
.bg-white\/45 {
  background-color: rgb(255 255 255 / 0.45);
}
.bg-white\/5 {
  background-color: rgb(255 255 255 / 0.05);
}
.bg-white\/50 {
  background-color: rgb(255 255 255 / 0.5);
}
.bg-white\/55 {
  background-color: rgb(255 255 255 / 0.55);
}
.bg-white\/60 {
  background-color: rgb(255 255 255 / 0.6);
}
.bg-white\/65 {
  background-color: rgb(255 255 255 / 0.65);
}
.bg-white\/70 {
  background-color: rgb(255 255 255 / 0.7);
}
.bg-white\/75 {
  background-color: rgb(255 255 255 / 0.75);
}
.bg-white\/80 {
  background-color: rgb(255 255 255 / 0.8);
}
.bg-white\/85 {
  background-color: rgb(255 255 255 / 0.85);
}
.bg-white\/90 {
  background-color: rgb(255 255 255 / 0.9);
}
.bg-white\/95 {
  background-color: rgb(255 255 255 / 0.95);
}
.bg-opacity-0 {
  --tw-bg-opacity: 0;
}
.bg-opacity-10 {
  --tw-bg-opacity: 0.1;
}
.bg-opacity-100 {
  --tw-bg-opacity: 1;
}
.bg-opacity-15 {
  --tw-bg-opacity: 0.15;
}
.bg-opacity-20 {
  --tw-bg-opacity: 0.2;
}
.bg-opacity-25 {
  --tw-bg-opacity: 0.25;
}
.bg-opacity-30 {
  --tw-bg-opacity: 0.3;
}
.bg-opacity-35 {
  --tw-bg-opacity: 0.35;
}
.bg-opacity-40 {
  --tw-bg-opacity: 0.4;
}
.bg-opacity-45 {
  --tw-bg-opacity: 0.45;
}
.bg-opacity-5 {
  --tw-bg-opacity: 0.05;
}
.bg-opacity-50 {
  --tw-bg-opacity: 0.5;
}
.bg-opacity-55 {
  --tw-bg-opacity: 0.55;
}
.bg-opacity-60 {
  --tw-bg-opacity: 0.6;
}
.bg-opacity-65 {
  --tw-bg-opacity: 0.65;
}
.bg-opacity-70 {
  --tw-bg-opacity: 0.7;
}
.bg-opacity-75 {
  --tw-bg-opacity: 0.75;
}
.bg-opacity-80 {
  --tw-bg-opacity: 0.8;
}
.bg-opacity-85 {
  --tw-bg-opacity: 0.85;
}
.bg-opacity-90 {
  --tw-bg-opacity: 0.9;
}
.bg-opacity-95 {
  --tw-bg-opacity: 0.95;
}
.bg-\[url\(\'\.\.\/img\/clear-filter\.svg\'\)\] {
  background-image: url('../img/clear-filter.svg');
}
.bg-\[url\(\'\.\.\/img\/select-caret\.svg\'\)\] {
  background-image: url('../img/select-caret.svg');
}
.bg-footerImg {
  background-image: url("../img/bg-footer.svg");
}
.bg-gradient-to-b {
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
}
.bg-gradient-to-bl {
  background-image: linear-gradient(to bottom left, var(--tw-gradient-stops));
}
.bg-gradient-to-br {
  background-image: linear-gradient(to bottom right, var(--tw-gradient-stops));
}
.bg-gradient-to-l {
  background-image: linear-gradient(to left, var(--tw-gradient-stops));
}
.bg-gradient-to-r {
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
}
.bg-gradient-to-t {
  background-image: linear-gradient(to top, var(--tw-gradient-stops));
}
.bg-gradient-to-tl {
  background-image: linear-gradient(to top left, var(--tw-gradient-stops));
}
.bg-gradient-to-tr {
  background-image: linear-gradient(to top right, var(--tw-gradient-stops));
}
.bg-none {
  background-image: none;
}
.bg-\[length\:20px_20px\] {
  background-size: 20px 20px;
}
.bg-\[length\:24px_23px\] {
  background-size: 24px 23px;
}
.bg-auto {
  background-size: auto;
}
.bg-contain {
  background-size: contain;
}
.bg-cover {
  background-size: cover;
}
.bg-footerSize {
  background-size: 99.7rem;
}
.bg-footerSizeXs {
  background-size: 50rem;
}
.bg-fixed {
  background-attachment: fixed;
}
.bg-local {
  background-attachment: local;
}
.bg-scroll {
  background-attachment: scroll;
}
.bg-clip-border {
  background-clip: border-box;
}
.bg-clip-padding {
  background-clip: padding-box;
}
.bg-clip-content {
  background-clip: content-box;
}
.bg-clip-text {
  background-clip: text;
}
.bg-\[position\:calc\(100\%_-_4px\)_50\%\] {
  background-position: calc(100% - 4px) 50%;
}
.bg-bottom {
  background-position: bottom;
}
.bg-center {
  background-position: center;
}
.bg-footerPos {
  background-position: 163% 40%;
}
.bg-footerPosXs {
  background-position: -70% 40%;
}
.bg-left {
  background-position: left;
}
.bg-left-bottom {
  background-position: left bottom;
}
.bg-left-top {
  background-position: left top;
}
.bg-right {
  background-position: right;
}
.bg-right-bottom {
  background-position: right bottom;
}
.bg-right-top {
  background-position: right top;
}
.bg-top {
  background-position: top;
}
.bg-repeat {
  background-repeat: repeat;
}
.bg-no-repeat {
  background-repeat: no-repeat;
}
.bg-repeat-x {
  background-repeat: repeat-x;
}
.bg-repeat-y {
  background-repeat: repeat-y;
}
.bg-repeat-round {
  background-repeat: round;
}
.bg-repeat-space {
  background-repeat: space;
}
.bg-origin-border {
  background-origin: border-box;
}
.bg-origin-padding {
  background-origin: padding-box;
}
.bg-origin-content {
  background-origin: content-box;
}
.fill-current {
  fill: currentColor;
}
.stroke-blue {
  stroke: #2E2E96;
}
.stroke-current {
  stroke: currentColor;
}
.object-contain {
  object-fit: contain;
}
.object-cover {
  object-fit: cover;
}
.p-12 {
  padding: 1.2rem;
}
.p-16 {
  padding: 1.6rem;
}
.p-2 {
  padding: 0.2rem;
}
.p-4 {
  padding: 0.4rem;
}
.p-8 {
  padding: 0.8rem;
}
.px-16 {
  padding-left: 1.6rem;
  padding-right: 1.6rem;
}
.px-24 {
  padding-left: 2.4rem;
  padding-right: 2.4rem;
}
.px-30 {
  padding-left: 3.0rem;
  padding-right: 3.0rem;
}
.px-32 {
  padding-left: 3.2rem;
  padding-right: 3.2rem;
}
.px-\[--gutter\] {
  padding-left: var(--gutter);
  padding-right: var(--gutter);
}
.py-10 {
  padding-top: 1.0rem;
  padding-bottom: 1.0rem;
}
.py-12 {
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
}
.py-16 {
  padding-top: 1.6rem;
  padding-bottom: 1.6rem;
}
.py-24 {
  padding-top: 2.4rem;
  padding-bottom: 2.4rem;
}
.py-30 {
  padding-top: 3.0rem;
  padding-bottom: 3.0rem;
}
.py-32 {
  padding-top: 3.2rem;
  padding-bottom: 3.2rem;
}
.py-40 {
  padding-top: 4.0rem;
  padding-bottom: 4.0rem;
}
.py-8 {
  padding-top: 0.8rem;
  padding-bottom: 0.8rem;
}
.py-80 {
  padding-top: 8.0rem;
  padding-bottom: 8.0rem;
}
.pb-16 {
  padding-bottom: 1.6rem;
}
.pb-24 {
  padding-bottom: 2.4rem;
}
.pb-40 {
  padding-bottom: 4.0rem;
}
.pb-80 {
  padding-bottom: 8.0rem;
}
.pl-32 {
  padding-left: 3.2rem;
}
.pr-24 {
  padding-right: 2.4rem;
}
.pt-0 {
  padding-top: 0px;
}
.pt-24 {
  padding-top: 2.4rem;
}
.pt-48 {
  padding-top: 4.8rem;
}
.pt-80 {
  padding-top: 8.0rem;
}
.pt-\[var\(--headerH\)\] {
  padding-top: var(--headerH);
}
.pt-\[var\(--headerHMob\)\] {
  padding-top: var(--headerHMob);
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.text-justify {
  text-align: justify;
}
.text-start {
  text-align: start;
}
.text-end {
  text-align: end;
}
.\!font-main {
  font-family: proxima-soft, sans-serif !important;
}
.font-alt {
  font-family: futura-pt, sans-serif;
}
.font-main {
  font-family: proxima-soft, sans-serif;
}
.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}
.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}
.text-4xl {
  font-size: 2.25rem;
  line-height: 2.5rem;
}
.text-5xl {
  font-size: 3rem;
  line-height: 1;
}
.text-6xl {
  font-size: 3.75rem;
  line-height: 1;
}
.text-7xl {
  font-size: 4.5rem;
  line-height: 1;
}
.text-8xl {
  font-size: 6rem;
  line-height: 1;
}
.text-9xl {
  font-size: 8rem;
  line-height: 1;
}
.text-\[1\.2rem\] {
  font-size: 1.2rem;
}
.text-\[1\.4rem\] {
  font-size: 1.4rem;
}
.text-\[1\.6rem\] {
  font-size: 1.6rem;
}
.text-\[1\.8rem\] {
  font-size: 1.8rem;
}
.text-\[14px\] {
  font-size: 14px;
}
.text-\[16px\] {
  font-size: 16px;
}
.text-\[18px\] {
  font-size: 18px;
}
.text-\[2\.0rem\] {
  font-size: 2.0rem;
}
.text-\[2\.1rem\] {
  font-size: 2.1rem;
}
.text-\[2\.4rem\] {
  font-size: 2.4rem;
}
.text-\[2\.8rem\] {
  font-size: 2.8rem;
}
.text-\[3\.0rem\] {
  font-size: 3.0rem;
}
.text-\[3\.4rem\] {
  font-size: 3.4rem;
}
.text-\[3\.6rem\] {
  font-size: 3.6rem;
}
.text-\[4\.2rem\] {
  font-size: 4.2rem;
}
.text-\[5\.6rem\] {
  font-size: 5.6rem;
}
.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}
.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}
.font-bold {
  font-weight: 700;
}
.font-extrabold {
  font-weight: 800;
}
.font-medium {
  font-weight: 500;
}
.uppercase {
  text-transform: uppercase;
}
.capitalize {
  text-transform: capitalize;
}
.\!normal-case {
  text-transform: none !important;
}
.normal-case {
  text-transform: none;
}
.leading-\[1\.2rem\] {
  line-height: 1.2rem;
}
.leading-\[1\.4rem\] {
  line-height: 1.4rem;
}
.leading-\[1\.6rem\] {
  line-height: 1.6rem;
}
.leading-\[1\.8rem\] {
  line-height: 1.8rem;
}
.leading-\[2\.0rem\] {
  line-height: 2.0rem;
}
.leading-\[2\.2rem\] {
  line-height: 2.2rem;
}
.leading-\[2\.4rem\] {
  line-height: 2.4rem;
}
.leading-\[3\.2rem\] {
  line-height: 3.2rem;
}
.leading-\[3\.6rem\] {
  line-height: 3.6rem;
}
.leading-\[4\.4rem\] {
  line-height: 4.4rem;
}
.leading-\[4\.8rem\] {
  line-height: 4.8rem;
}
.leading-\[6\.4rem\] {
  line-height: 6.4rem;
}
.\!text-blue-light {
  --tw-text-opacity: 1 !important;
  color: rgb(196 191 217 / var(--tw-text-opacity, 1)) !important;
}
.\!text-white {
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1)) !important;
}
.text-black {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
.text-black\/0 {
  color: rgb(0 0 0 / 0);
}
.text-black\/10 {
  color: rgb(0 0 0 / 0.1);
}
.text-black\/100 {
  color: rgb(0 0 0 / 1);
}
.text-black\/15 {
  color: rgb(0 0 0 / 0.15);
}
.text-black\/20 {
  color: rgb(0 0 0 / 0.2);
}
.text-black\/25 {
  color: rgb(0 0 0 / 0.25);
}
.text-black\/30 {
  color: rgb(0 0 0 / 0.3);
}
.text-black\/35 {
  color: rgb(0 0 0 / 0.35);
}
.text-black\/40 {
  color: rgb(0 0 0 / 0.4);
}
.text-black\/45 {
  color: rgb(0 0 0 / 0.45);
}
.text-black\/5 {
  color: rgb(0 0 0 / 0.05);
}
.text-black\/50 {
  color: rgb(0 0 0 / 0.5);
}
.text-black\/55 {
  color: rgb(0 0 0 / 0.55);
}
.text-black\/60 {
  color: rgb(0 0 0 / 0.6);
}
.text-black\/65 {
  color: rgb(0 0 0 / 0.65);
}
.text-black\/70 {
  color: rgb(0 0 0 / 0.7);
}
.text-black\/75 {
  color: rgb(0 0 0 / 0.75);
}
.text-black\/80 {
  color: rgb(0 0 0 / 0.8);
}
.text-black\/85 {
  color: rgb(0 0 0 / 0.85);
}
.text-black\/90 {
  color: rgb(0 0 0 / 0.9);
}
.text-black\/95 {
  color: rgb(0 0 0 / 0.95);
}
.text-blue {
  --tw-text-opacity: 1;
  color: rgb(46 46 150 / var(--tw-text-opacity, 1));
}
.text-blue-light {
  --tw-text-opacity: 1;
  color: rgb(196 191 217 / var(--tw-text-opacity, 1));
}
.text-blue-light\/0 {
  color: rgb(196 191 217 / 0);
}
.text-blue-light\/10 {
  color: rgb(196 191 217 / 0.1);
}
.text-blue-light\/100 {
  color: rgb(196 191 217 / 1);
}
.text-blue-light\/15 {
  color: rgb(196 191 217 / 0.15);
}
.text-blue-light\/20 {
  color: rgb(196 191 217 / 0.2);
}
.text-blue-light\/25 {
  color: rgb(196 191 217 / 0.25);
}
.text-blue-light\/30 {
  color: rgb(196 191 217 / 0.3);
}
.text-blue-light\/35 {
  color: rgb(196 191 217 / 0.35);
}
.text-blue-light\/40 {
  color: rgb(196 191 217 / 0.4);
}
.text-blue-light\/45 {
  color: rgb(196 191 217 / 0.45);
}
.text-blue-light\/5 {
  color: rgb(196 191 217 / 0.05);
}
.text-blue-light\/50 {
  color: rgb(196 191 217 / 0.5);
}
.text-blue-light\/55 {
  color: rgb(196 191 217 / 0.55);
}
.text-blue-light\/60 {
  color: rgb(196 191 217 / 0.6);
}
.text-blue-light\/65 {
  color: rgb(196 191 217 / 0.65);
}
.text-blue-light\/70 {
  color: rgb(196 191 217 / 0.7);
}
.text-blue-light\/75 {
  color: rgb(196 191 217 / 0.75);
}
.text-blue-light\/80 {
  color: rgb(196 191 217 / 0.8);
}
.text-blue-light\/85 {
  color: rgb(196 191 217 / 0.85);
}
.text-blue-light\/90 {
  color: rgb(196 191 217 / 0.9);
}
.text-blue-light\/95 {
  color: rgb(196 191 217 / 0.95);
}
.text-blue\/0 {
  color: rgb(46 46 150 / 0);
}
.text-blue\/10 {
  color: rgb(46 46 150 / 0.1);
}
.text-blue\/100 {
  color: rgb(46 46 150 / 1);
}
.text-blue\/15 {
  color: rgb(46 46 150 / 0.15);
}
.text-blue\/20 {
  color: rgb(46 46 150 / 0.2);
}
.text-blue\/25 {
  color: rgb(46 46 150 / 0.25);
}
.text-blue\/30 {
  color: rgb(46 46 150 / 0.3);
}
.text-blue\/35 {
  color: rgb(46 46 150 / 0.35);
}
.text-blue\/40 {
  color: rgb(46 46 150 / 0.4);
}
.text-blue\/45 {
  color: rgb(46 46 150 / 0.45);
}
.text-blue\/5 {
  color: rgb(46 46 150 / 0.05);
}
.text-blue\/50 {
  color: rgb(46 46 150 / 0.5);
}
.text-blue\/55 {
  color: rgb(46 46 150 / 0.55);
}
.text-blue\/60 {
  color: rgb(46 46 150 / 0.6);
}
.text-blue\/65 {
  color: rgb(46 46 150 / 0.65);
}
.text-blue\/70 {
  color: rgb(46 46 150 / 0.7);
}
.text-blue\/75 {
  color: rgb(46 46 150 / 0.75);
}
.text-blue\/80 {
  color: rgb(46 46 150 / 0.8);
}
.text-blue\/85 {
  color: rgb(46 46 150 / 0.85);
}
.text-blue\/90 {
  color: rgb(46 46 150 / 0.9);
}
.text-blue\/95 {
  color: rgb(46 46 150 / 0.95);
}
.text-current {
  color: currentColor;
}
.text-gray {
  --tw-text-opacity: 1;
  color: rgb(244 243 248 / var(--tw-text-opacity, 1));
}
.text-gray-dark {
  --tw-text-opacity: 1;
  color: rgb(112 112 112 / var(--tw-text-opacity, 1));
}
.text-gray-dark\/0 {
  color: rgb(112 112 112 / 0);
}
.text-gray-dark\/10 {
  color: rgb(112 112 112 / 0.1);
}
.text-gray-dark\/100 {
  color: rgb(112 112 112 / 1);
}
.text-gray-dark\/15 {
  color: rgb(112 112 112 / 0.15);
}
.text-gray-dark\/20 {
  color: rgb(112 112 112 / 0.2);
}
.text-gray-dark\/25 {
  color: rgb(112 112 112 / 0.25);
}
.text-gray-dark\/30 {
  color: rgb(112 112 112 / 0.3);
}
.text-gray-dark\/35 {
  color: rgb(112 112 112 / 0.35);
}
.text-gray-dark\/40 {
  color: rgb(112 112 112 / 0.4);
}
.text-gray-dark\/45 {
  color: rgb(112 112 112 / 0.45);
}
.text-gray-dark\/5 {
  color: rgb(112 112 112 / 0.05);
}
.text-gray-dark\/50 {
  color: rgb(112 112 112 / 0.5);
}
.text-gray-dark\/55 {
  color: rgb(112 112 112 / 0.55);
}
.text-gray-dark\/60 {
  color: rgb(112 112 112 / 0.6);
}
.text-gray-dark\/65 {
  color: rgb(112 112 112 / 0.65);
}
.text-gray-dark\/70 {
  color: rgb(112 112 112 / 0.7);
}
.text-gray-dark\/75 {
  color: rgb(112 112 112 / 0.75);
}
.text-gray-dark\/80 {
  color: rgb(112 112 112 / 0.8);
}
.text-gray-dark\/85 {
  color: rgb(112 112 112 / 0.85);
}
.text-gray-dark\/90 {
  color: rgb(112 112 112 / 0.9);
}
.text-gray-dark\/95 {
  color: rgb(112 112 112 / 0.95);
}
.text-gray\/0 {
  color: rgb(244 243 248 / 0);
}
.text-gray\/10 {
  color: rgb(244 243 248 / 0.1);
}
.text-gray\/100 {
  color: rgb(244 243 248 / 1);
}
.text-gray\/15 {
  color: rgb(244 243 248 / 0.15);
}
.text-gray\/20 {
  color: rgb(244 243 248 / 0.2);
}
.text-gray\/25 {
  color: rgb(244 243 248 / 0.25);
}
.text-gray\/30 {
  color: rgb(244 243 248 / 0.3);
}
.text-gray\/35 {
  color: rgb(244 243 248 / 0.35);
}
.text-gray\/40 {
  color: rgb(244 243 248 / 0.4);
}
.text-gray\/45 {
  color: rgb(244 243 248 / 0.45);
}
.text-gray\/5 {
  color: rgb(244 243 248 / 0.05);
}
.text-gray\/50 {
  color: rgb(244 243 248 / 0.5);
}
.text-gray\/55 {
  color: rgb(244 243 248 / 0.55);
}
.text-gray\/60 {
  color: rgb(244 243 248 / 0.6);
}
.text-gray\/65 {
  color: rgb(244 243 248 / 0.65);
}
.text-gray\/70 {
  color: rgb(244 243 248 / 0.7);
}
.text-gray\/75 {
  color: rgb(244 243 248 / 0.75);
}
.text-gray\/80 {
  color: rgb(244 243 248 / 0.8);
}
.text-gray\/85 {
  color: rgb(244 243 248 / 0.85);
}
.text-gray\/90 {
  color: rgb(244 243 248 / 0.9);
}
.text-gray\/95 {
  color: rgb(244 243 248 / 0.95);
}
.text-green {
  --tw-text-opacity: 1;
  color: rgb(109 203 156 / var(--tw-text-opacity, 1));
}
.text-green\/0 {
  color: rgb(109 203 156 / 0);
}
.text-green\/10 {
  color: rgb(109 203 156 / 0.1);
}
.text-green\/100 {
  color: rgb(109 203 156 / 1);
}
.text-green\/15 {
  color: rgb(109 203 156 / 0.15);
}
.text-green\/20 {
  color: rgb(109 203 156 / 0.2);
}
.text-green\/25 {
  color: rgb(109 203 156 / 0.25);
}
.text-green\/30 {
  color: rgb(109 203 156 / 0.3);
}
.text-green\/35 {
  color: rgb(109 203 156 / 0.35);
}
.text-green\/40 {
  color: rgb(109 203 156 / 0.4);
}
.text-green\/45 {
  color: rgb(109 203 156 / 0.45);
}
.text-green\/5 {
  color: rgb(109 203 156 / 0.05);
}
.text-green\/50 {
  color: rgb(109 203 156 / 0.5);
}
.text-green\/55 {
  color: rgb(109 203 156 / 0.55);
}
.text-green\/60 {
  color: rgb(109 203 156 / 0.6);
}
.text-green\/65 {
  color: rgb(109 203 156 / 0.65);
}
.text-green\/70 {
  color: rgb(109 203 156 / 0.7);
}
.text-green\/75 {
  color: rgb(109 203 156 / 0.75);
}
.text-green\/80 {
  color: rgb(109 203 156 / 0.8);
}
.text-green\/85 {
  color: rgb(109 203 156 / 0.85);
}
.text-green\/90 {
  color: rgb(109 203 156 / 0.9);
}
.text-green\/95 {
  color: rgb(109 203 156 / 0.95);
}
.text-orange {
  --tw-text-opacity: 1;
  color: rgb(255 174 61 / var(--tw-text-opacity, 1));
}
.text-orange\/0 {
  color: rgb(255 174 61 / 0);
}
.text-orange\/10 {
  color: rgb(255 174 61 / 0.1);
}
.text-orange\/100 {
  color: rgb(255 174 61 / 1);
}
.text-orange\/15 {
  color: rgb(255 174 61 / 0.15);
}
.text-orange\/20 {
  color: rgb(255 174 61 / 0.2);
}
.text-orange\/25 {
  color: rgb(255 174 61 / 0.25);
}
.text-orange\/30 {
  color: rgb(255 174 61 / 0.3);
}
.text-orange\/35 {
  color: rgb(255 174 61 / 0.35);
}
.text-orange\/40 {
  color: rgb(255 174 61 / 0.4);
}
.text-orange\/45 {
  color: rgb(255 174 61 / 0.45);
}
.text-orange\/5 {
  color: rgb(255 174 61 / 0.05);
}
.text-orange\/50 {
  color: rgb(255 174 61 / 0.5);
}
.text-orange\/55 {
  color: rgb(255 174 61 / 0.55);
}
.text-orange\/60 {
  color: rgb(255 174 61 / 0.6);
}
.text-orange\/65 {
  color: rgb(255 174 61 / 0.65);
}
.text-orange\/70 {
  color: rgb(255 174 61 / 0.7);
}
.text-orange\/75 {
  color: rgb(255 174 61 / 0.75);
}
.text-orange\/80 {
  color: rgb(255 174 61 / 0.8);
}
.text-orange\/85 {
  color: rgb(255 174 61 / 0.85);
}
.text-orange\/90 {
  color: rgb(255 174 61 / 0.9);
}
.text-orange\/95 {
  color: rgb(255 174 61 / 0.95);
}
.text-pink {
  --tw-text-opacity: 1;
  color: rgb(255 184 200 / var(--tw-text-opacity, 1));
}
.text-pink\/0 {
  color: rgb(255 184 200 / 0);
}
.text-pink\/10 {
  color: rgb(255 184 200 / 0.1);
}
.text-pink\/100 {
  color: rgb(255 184 200 / 1);
}
.text-pink\/15 {
  color: rgb(255 184 200 / 0.15);
}
.text-pink\/20 {
  color: rgb(255 184 200 / 0.2);
}
.text-pink\/25 {
  color: rgb(255 184 200 / 0.25);
}
.text-pink\/30 {
  color: rgb(255 184 200 / 0.3);
}
.text-pink\/35 {
  color: rgb(255 184 200 / 0.35);
}
.text-pink\/40 {
  color: rgb(255 184 200 / 0.4);
}
.text-pink\/45 {
  color: rgb(255 184 200 / 0.45);
}
.text-pink\/5 {
  color: rgb(255 184 200 / 0.05);
}
.text-pink\/50 {
  color: rgb(255 184 200 / 0.5);
}
.text-pink\/55 {
  color: rgb(255 184 200 / 0.55);
}
.text-pink\/60 {
  color: rgb(255 184 200 / 0.6);
}
.text-pink\/65 {
  color: rgb(255 184 200 / 0.65);
}
.text-pink\/70 {
  color: rgb(255 184 200 / 0.7);
}
.text-pink\/75 {
  color: rgb(255 184 200 / 0.75);
}
.text-pink\/80 {
  color: rgb(255 184 200 / 0.8);
}
.text-pink\/85 {
  color: rgb(255 184 200 / 0.85);
}
.text-pink\/90 {
  color: rgb(255 184 200 / 0.9);
}
.text-pink\/95 {
  color: rgb(255 184 200 / 0.95);
}
.text-transparent {
  color: rgba(0,0,0,0);
}
.text-transparent\/0 {
  color: rgba(0, 0, 0, 0);
}
.text-transparent\/10 {
  color: rgba(0, 0, 0, 0.1);
}
.text-transparent\/100 {
  color: rgba(0, 0, 0, 1);
}
.text-transparent\/15 {
  color: rgba(0, 0, 0, 0.15);
}
.text-transparent\/20 {
  color: rgba(0, 0, 0, 0.2);
}
.text-transparent\/25 {
  color: rgba(0, 0, 0, 0.25);
}
.text-transparent\/30 {
  color: rgba(0, 0, 0, 0.3);
}
.text-transparent\/35 {
  color: rgba(0, 0, 0, 0.35);
}
.text-transparent\/40 {
  color: rgba(0, 0, 0, 0.4);
}
.text-transparent\/45 {
  color: rgba(0, 0, 0, 0.45);
}
.text-transparent\/5 {
  color: rgba(0, 0, 0, 0.05);
}
.text-transparent\/50 {
  color: rgba(0, 0, 0, 0.5);
}
.text-transparent\/55 {
  color: rgba(0, 0, 0, 0.55);
}
.text-transparent\/60 {
  color: rgba(0, 0, 0, 0.6);
}
.text-transparent\/65 {
  color: rgba(0, 0, 0, 0.65);
}
.text-transparent\/70 {
  color: rgba(0, 0, 0, 0.7);
}
.text-transparent\/75 {
  color: rgba(0, 0, 0, 0.75);
}
.text-transparent\/80 {
  color: rgba(0, 0, 0, 0.8);
}
.text-transparent\/85 {
  color: rgba(0, 0, 0, 0.85);
}
.text-transparent\/90 {
  color: rgba(0, 0, 0, 0.9);
}
.text-transparent\/95 {
  color: rgba(0, 0, 0, 0.95);
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.text-white\/0 {
  color: rgb(255 255 255 / 0);
}
.text-white\/10 {
  color: rgb(255 255 255 / 0.1);
}
.text-white\/100 {
  color: rgb(255 255 255 / 1);
}
.text-white\/15 {
  color: rgb(255 255 255 / 0.15);
}
.text-white\/20 {
  color: rgb(255 255 255 / 0.2);
}
.text-white\/25 {
  color: rgb(255 255 255 / 0.25);
}
.text-white\/30 {
  color: rgb(255 255 255 / 0.3);
}
.text-white\/35 {
  color: rgb(255 255 255 / 0.35);
}
.text-white\/40 {
  color: rgb(255 255 255 / 0.4);
}
.text-white\/45 {
  color: rgb(255 255 255 / 0.45);
}
.text-white\/5 {
  color: rgb(255 255 255 / 0.05);
}
.text-white\/50 {
  color: rgb(255 255 255 / 0.5);
}
.text-white\/55 {
  color: rgb(255 255 255 / 0.55);
}
.text-white\/60 {
  color: rgb(255 255 255 / 0.6);
}
.text-white\/65 {
  color: rgb(255 255 255 / 0.65);
}
.text-white\/70 {
  color: rgb(255 255 255 / 0.7);
}
.text-white\/75 {
  color: rgb(255 255 255 / 0.75);
}
.text-white\/80 {
  color: rgb(255 255 255 / 0.8);
}
.text-white\/85 {
  color: rgb(255 255 255 / 0.85);
}
.text-white\/90 {
  color: rgb(255 255 255 / 0.9);
}
.text-white\/95 {
  color: rgb(255 255 255 / 0.95);
}
.text-opacity-0 {
  --tw-text-opacity: 0;
}
.text-opacity-10 {
  --tw-text-opacity: 0.1;
}
.text-opacity-100 {
  --tw-text-opacity: 1;
}
.text-opacity-15 {
  --tw-text-opacity: 0.15;
}
.text-opacity-20 {
  --tw-text-opacity: 0.2;
}
.text-opacity-25 {
  --tw-text-opacity: 0.25;
}
.text-opacity-30 {
  --tw-text-opacity: 0.3;
}
.text-opacity-35 {
  --tw-text-opacity: 0.35;
}
.text-opacity-40 {
  --tw-text-opacity: 0.4;
}
.text-opacity-45 {
  --tw-text-opacity: 0.45;
}
.text-opacity-5 {
  --tw-text-opacity: 0.05;
}
.text-opacity-50 {
  --tw-text-opacity: 0.5;
}
.text-opacity-55 {
  --tw-text-opacity: 0.55;
}
.text-opacity-60 {
  --tw-text-opacity: 0.6;
}
.text-opacity-65 {
  --tw-text-opacity: 0.65;
}
.text-opacity-70 {
  --tw-text-opacity: 0.7;
}
.text-opacity-75 {
  --tw-text-opacity: 0.75;
}
.text-opacity-80 {
  --tw-text-opacity: 0.8;
}
.text-opacity-85 {
  --tw-text-opacity: 0.85;
}
.text-opacity-90 {
  --tw-text-opacity: 0.9;
}
.text-opacity-95 {
  --tw-text-opacity: 0.95;
}
.bg-blend-normal {
  background-blend-mode: normal;
}
.bg-blend-multiply {
  background-blend-mode: multiply;
}
.bg-blend-screen {
  background-blend-mode: screen;
}
.bg-blend-overlay {
  background-blend-mode: overlay;
}
.bg-blend-darken {
  background-blend-mode: darken;
}
.bg-blend-lighten {
  background-blend-mode: lighten;
}
.bg-blend-color-dodge {
  background-blend-mode: color-dodge;
}
.bg-blend-color-burn {
  background-blend-mode: color-burn;
}
.bg-blend-hard-light {
  background-blend-mode: hard-light;
}
.bg-blend-soft-light {
  background-blend-mode: soft-light;
}
.bg-blend-difference {
  background-blend-mode: difference;
}
.bg-blend-exclusion {
  background-blend-mode: exclusion;
}
.bg-blend-hue {
  background-blend-mode: hue;
}
.bg-blend-saturation {
  background-blend-mode: saturation;
}
.bg-blend-color {
  background-blend-mode: color;
}
.bg-blend-luminosity {
  background-blend-mode: luminosity;
}
.mix-blend-darken {
  mix-blend-mode: darken;
}
.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.transition-\[left\] {
  transition-property: left;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-transform {
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.duration-200 {
  transition-duration: 200ms;
}
.duration-300 {
  transition-duration: 300ms;
}
.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
/* ================================================== */
/* UTILS
/* ================================================== */
/* ================================================== */
/* CUSTOM PROPERTIES
/* ================================================== */
:root {
  --app-height: 100%;
  --gutter: 16px;
  --headerH: 9.6rem;
  --headerHMob: 7.2rem;
}

/* ================================================== */
/* PLUGINS
/* ================================================== */
.embla {
  --slide-size: 100%;
  --slide-mr: 0;
  overflow: hidden;
}
.embla.type--sliderMatrix, .embla.type--screensSlider {
  --slide-size: 100%;
}
.embla.type--sliderMatrix .embla__slide, .embla.type--screensSlider .embla__slide {
  opacity: 0;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.embla.type--sliderMatrix .embla__slide--active, .embla.type--screensSlider .embla__slide--active {
  opacity: 1;
}
.embla.type--hotNews {
  --slide-size: 50%;
  --slide-mr: 32px;
}
@media (min-width: 640px) {
  .embla.type--hotNews {
    --slide-size: 33%;
  }
}
@media (min-width: 1024px) {
  .embla.type--hotNews {
    --slide-size: 25%;
  }
}
.embla__container {
  display: flex;
}
.embla__slide {
  margin-right: var(--slide-mr);
  min-width: 0px;
  flex: 0 0 var(--slide-size);
}

.freeform-form-success,
.freeform-form-errors {
  margin-bottom: 1.6rem;
  display: block;
  width: 100%;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.6rem;
}

.freeform-form-success {
  --tw-text-opacity: 1;
  color: rgb(109 203 156 / var(--tw-text-opacity, 1));
}

.freeform-form-errors {
  --tw-text-opacity: 1;
  color: rgb(255 174 61 / var(--tw-text-opacity, 1));
}

.freeform-errors {
  margin-top: -0.8rem;
  margin-bottom: 1.6rem;
  font-size: 1.2rem;
  line-height: 1.4rem;
  --tw-text-opacity: 1;
  color: rgb(255 174 61 / var(--tw-text-opacity, 1));
}

input[type=date]::-webkit-calendar-picker-indicator {
  background: url("../img/icon-calendar.svg") center/24px no-repeat;
}

/* ================================================== */
/* BASE
/* ================================================== */
html {
  font-size: 62.5%; /* fallback IE8+ */
  font-size: 0.625em; /* IE9-IE11 math fixing. See http://bit.ly/1g4X0bX */
  line-height: 62.5%; /* fallback IE8+ */
  line-height: 0.625em; /* IE9-IE11 math fixing. See http://bit.ly/1g4X0bX */
}

body {
  font-family: proxima-soft, sans-serif;
  font-size: 1.4rem;
  line-height: 1.8rem;
}

@supports (line-height: clamp(1.6rem, calc(1.8 / 1512 * 1000vw), calc(1.8rem * 1))) {
  body {
    line-height: clamp(1.6rem, calc(1.8 / 1512 * 1000vw), calc(1.8rem * 1));
  }
}

h1, .h1 {
  font-family: futura-pt, sans-serif;
  font-weight: 800;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(46 46 150 / var(--tw-text-opacity, 1));
}

h2, .h2 {
  font-family: futura-pt, sans-serif;
  font-weight: 800;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(46 46 150 / var(--tw-text-opacity, 1));
}

h3, .h3 {
  font-family: futura-pt, sans-serif;
  font-weight: 800;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(46 46 150 / var(--tw-text-opacity, 1));
}

h4, .h4 {
  font-family: futura-pt, sans-serif;
  font-weight: 800;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(46 46 150 / var(--tw-text-opacity, 1));
}

h5, .h5 {
  font-family: futura-pt, sans-serif;
  font-weight: 800;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(46 46 150 / var(--tw-text-opacity, 1));
}

h6, .h6 {
  font-family: futura-pt, sans-serif;
  font-weight: 800;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(46 46 150 / var(--tw-text-opacity, 1));
}

h1, .h1 {
  font-size: 4.2rem;
}
@supports (font-size: clamp(2.8rem, calc(4.2 / 1512 * 1000vw), calc(4.2rem * 1))) {
  h1, .h1 {
    font-size: clamp(2.8rem, calc(4.2 / 1512 * 1000vw), calc(4.2rem * 1));
  }
}
h1, .h1 {
  line-height: 4.8rem;
}
@supports (line-height: clamp(3.2rem, calc(4.8 / 1512 * 1000vw), calc(4.8rem * 1))) {
  h1, .h1 {
    line-height: clamp(3.2rem, calc(4.8 / 1512 * 1000vw), calc(4.8rem * 1));
  }
}

h2, .h2 {
  font-size: 3.2rem;
}
@supports (font-size: clamp(2.4rem, calc(3.2 / 1512 * 1000vw), calc(3.2rem * 1))) {
  h2, .h2 {
    font-size: clamp(2.4rem, calc(3.2 / 1512 * 1000vw), calc(3.2rem * 1));
  }
}
h2, .h2 {
  line-height: 4rem;
}
@supports (line-height: clamp(calc(4rem / 1), calc(4 / 1512 * 1000vw), calc(4rem * 1))) {
  h2, .h2 {
    line-height: clamp(calc(4rem / 1), calc(4 / 1512 * 1000vw), calc(4rem * 1));
  }
}

h3, .h3 {
  font-size: 2.4rem;
}
@supports (font-size: clamp(1.6rem, calc(2.4 / 1512 * 1000vw), calc(2.4rem * 1))) {
  h3, .h3 {
    font-size: clamp(1.6rem, calc(2.4 / 1512 * 1000vw), calc(2.4rem * 1));
  }
}
h3, .h3 {
  line-height: 3.2rem;
}
@supports (line-height: clamp(2.4rem, calc(3.2 / 1512 * 1000vw), calc(3.2rem * 1))) {
  h3, .h3 {
    line-height: clamp(2.4rem, calc(3.2 / 1512 * 1000vw), calc(3.2rem * 1));
  }
}

h4, .h4 {
  font-size: 1.8rem;
}
@supports (font-size: clamp(1.6rem, calc(1.8 / 1512 * 1000vw), calc(1.8rem * 1))) {
  h4, .h4 {
    font-size: clamp(1.6rem, calc(1.8 / 1512 * 1000vw), calc(1.8rem * 1));
  }
}
h4, .h4 {
  line-height: 2.4rem;
}
@supports (line-height: clamp(1.6rem, calc(2.4 / 1512 * 1000vw), calc(2.4rem * 1))) {
  h4, .h4 {
    line-height: clamp(1.6rem, calc(2.4 / 1512 * 1000vw), calc(2.4rem * 1));
  }
}

.editor p + h1, .editor p + .h1 {
  margin-top: 1.6rem;
}
.editor p + h2, .editor p + .h2 {
  margin-top: 1.6rem;
}
.editor p + h3, .editor p + .h3 {
  margin-top: 1.6rem;
}
.editor h2, .editor .h2 {
  margin-bottom: 1.6rem;
  font-size: 2.8rem;
}
@supports (font-size: clamp(1.8rem, calc(2.8 / 1512 * 1000vw), calc(2.8rem * 1))) {
  .editor h2, .editor .h2 {
    font-size: clamp(1.8rem, calc(2.8 / 1512 * 1000vw), calc(2.8rem * 1));
  }
}
.editor h2, .editor .h2 {
  line-height: 3.2rem;
}
@supports (line-height: clamp(2.4rem, calc(3.2 / 1512 * 1000vw), calc(3.2rem * 1))) {
  .editor h2, .editor .h2 {
    line-height: clamp(2.4rem, calc(3.2 / 1512 * 1000vw), calc(3.2rem * 1));
  }
}
.editor h3, .editor .h3 {
  margin-bottom: 0.8rem;
  font-size: 2rem;
}
@supports (font-size: clamp(1.6rem, calc(2 / 1512 * 1000vw), calc(2rem * 1))) {
  .editor h3, .editor .h3 {
    font-size: clamp(1.6rem, calc(2 / 1512 * 1000vw), calc(2rem * 1));
  }
}
.editor h3, .editor .h3 {
  line-height: 3.2rem;
}
@supports (line-height: clamp(2.4rem, calc(3.2 / 1512 * 1000vw), calc(3.2rem * 1))) {
  .editor h3, .editor .h3 {
    line-height: clamp(2.4rem, calc(3.2 / 1512 * 1000vw), calc(3.2rem * 1));
  }
}
.editor * + h2, .editor * + .h2 {
  margin-top: 2.4rem;
}
.editor * + h3, .editor * + .h3 {
  margin-top: 1.6rem;
}
.editor p + p {
  margin-top: 0.8rem;
}
.editor a {
  text-decoration-line: underline;
}
.editor ul, .editor ol {
  margin-top: 0.8rem;
  margin-bottom: 0.8rem;
  list-style-type: none;
}
.editor ul li, .editor ol li {
  position: relative;
  padding-left: 2.4rem;
}
.editor ul li::before, .editor ol li::before {
  position: absolute;
  content: var(--tw-content);
  left: 0px;
}
.editor ul li::before {
  top: 1.0rem;
  left: 0px;
  display: inline-block;
  height: 0.6rem;
  width: 0.6rem;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 184 200 / var(--tw-bg-opacity, 1));
  --tw-content: "";
  content: var(--tw-content);
}
.editor ol {
  counter-reset: li;
}
.editor ol li {
  counter-increment: li;
}
.editor ol li:before {
  content: counter(li) ". ";
  --tw-text-opacity: 1;
  color: rgb(255 184 200 / var(--tw-text-opacity, 1));
}
.editor.body, .editor.body p, .editor.body li, .editor.body a, .editor.body time {
  font-size: 1.8rem;
}
@supports (font-size: clamp(1.6rem, calc(1.8 / 1512 * 1000vw), calc(1.8rem * 1))) {
  .editor.body, .editor.body p, .editor.body li, .editor.body a, .editor.body time {
    font-size: clamp(1.6rem, calc(1.8 / 1512 * 1000vw), calc(1.8rem * 1));
  }
}
.editor.body, .editor.body p, .editor.body li, .editor.body a, .editor.body time {
  line-height: 2.4rem;
}
@supports (line-height: clamp(2.1rem, calc(2.4 / 1512 * 1000vw), 2.4rem)) {
  .editor.body, .editor.body p, .editor.body li, .editor.body a, .editor.body time {
    line-height: clamp(2.1rem, calc(2.4 / 1512 * 1000vw), 2.4rem);
  }
}
.editor.body-sm h2, .editor.body-sm .h2 {
  margin-bottom: 0.8rem;
  font-size: 2rem;
}
@supports (font-size: clamp(1.6rem, calc(2 / 1512 * 1000vw), calc(2rem * 1))) {
  .editor.body-sm h2, .editor.body-sm .h2 {
    font-size: clamp(1.6rem, calc(2 / 1512 * 1000vw), calc(2rem * 1));
  }
}
.editor.body-sm h2, .editor.body-sm .h2 {
  line-height: 3.2rem;
}
@supports (line-height: clamp(2.4rem, calc(3.2 / 1512 * 1000vw), calc(3.2rem * 1))) {
  .editor.body-sm h2, .editor.body-sm .h2 {
    line-height: clamp(2.4rem, calc(3.2 / 1512 * 1000vw), calc(3.2rem * 1));
  }
}
.editor.body-sm h3, .editor.body-sm .h3 {
  margin-bottom: 0.8rem;
  font-size: 1.6rem;
}
@supports (font-size: clamp(calc(1.6rem / 1), calc(1.6 / 1512 * 1000vw), calc(1.6rem * 1))) {
  .editor.body-sm h3, .editor.body-sm .h3 {
    font-size: clamp(calc(1.6rem / 1), calc(1.6 / 1512 * 1000vw), calc(1.6rem * 1));
  }
}
.editor.body-sm h3, .editor.body-sm .h3 {
  line-height: 2rem;
}
@supports (line-height: clamp(1.6rem, calc(2 / 1512 * 1000vw), calc(2rem * 1))) {
  .editor.body-sm h3, .editor.body-sm .h3 {
    line-height: clamp(1.6rem, calc(2 / 1512 * 1000vw), calc(2rem * 1));
  }
}
.editor.body-sm, .editor.body-sm p, .editor.body-sm li, .editor.body-sm a, .editor.body-sm time {
  font-size: 1.6rem;
  line-height: 2rem;
}
.editor.body-xs, .editor.body-xs p, .editor.body-xs li, .editor.body-xs a, .editor.body-xs time {
  font-size: 1.4rem;
  line-height: 1.6rem;
}
.editor.body-xxs, .editor.body-xxs p, .editor.body-xxs li, .editor.body-xxs a, .editor.body-xxs time {
  font-size: 1.2rem;
  line-height: 1.4rem;
}

.text-\[1\.8rem\] {
  font-size: 1.8rem;
}
@supports (font-size: clamp(1.6rem, calc(1.8 / 1512 * 1000vw), calc(1.8rem * 1))) {
  .text-\[1\.8rem\] {
    font-size: clamp(1.6rem, calc(1.8 / 1512 * 1000vw), calc(1.8rem * 1));
  }
}

.text-\[2\.1rem\] {
  font-size: 2.1rem;
}
@supports (font-size: clamp(1.6rem, calc(2.1 / 1512 * 1000vw), calc(2.1rem * 1))) {
  .text-\[2\.1rem\] {
    font-size: clamp(1.6rem, calc(2.1 / 1512 * 1000vw), calc(2.1rem * 1));
  }
}

.text-\[2\.4rem\] {
  font-size: 2.4rem;
}
@supports (font-size: clamp(1.6rem, calc(2.4 / 1512 * 1000vw), calc(2.4rem * 1))) {
  .text-\[2\.4rem\] {
    font-size: clamp(1.6rem, calc(2.4 / 1512 * 1000vw), calc(2.4rem * 1));
  }
}

.text-\[3\.0rem\] {
  font-size: 3rem;
}
@supports (font-size: clamp(1.8rem, calc(3 / 1512 * 1000vw), calc(3rem * 1))) {
  .text-\[3\.0rem\] {
    font-size: clamp(1.8rem, calc(3 / 1512 * 1000vw), calc(3rem * 1));
  }
}

.text-\[3\.2rem\] {
  font-size: 3.2rem;
}
@supports (font-size: clamp(2.4rem, calc(3.2 / 1512 * 1000vw), calc(3.2rem * 1))) {
  .text-\[3\.2rem\] {
    font-size: clamp(2.4rem, calc(3.2 / 1512 * 1000vw), calc(3.2rem * 1));
  }
}

.text-\[3\.4rem\] {
  font-size: 3.4rem;
}
@supports (font-size: clamp(2.4rem, calc(3.4 / 1512 * 1000vw), calc(3.4rem * 1))) {
  .text-\[3\.4rem\] {
    font-size: clamp(2.4rem, calc(3.4 / 1512 * 1000vw), calc(3.4rem * 1));
  }
}

.text-\[3\.6rem\] {
  font-size: 3.6rem;
}
@supports (font-size: clamp(2.4rem, calc(3.6 / 1512 * 1000vw), calc(3.6rem * 1))) {
  .text-\[3\.6rem\] {
    font-size: clamp(2.4rem, calc(3.6 / 1512 * 1000vw), calc(3.6rem * 1));
  }
}

.text-\[4\.2rem\] {
  font-size: 4.2rem;
}
@supports (font-size: clamp(2.8rem, calc(4.2 / 1512 * 1000vw), calc(4.2rem * 1))) {
  .text-\[4\.2rem\] {
    font-size: clamp(2.8rem, calc(4.2 / 1512 * 1000vw), calc(4.2rem * 1));
  }
}

.text-\[4\.4rem\] {
  font-size: 4.4rem;
}
@supports (font-size: clamp(2.8rem, calc(4.4 / 1512 * 1000vw), calc(4.4rem * 1))) {
  .text-\[4\.4rem\] {
    font-size: clamp(2.8rem, calc(4.4 / 1512 * 1000vw), calc(4.4rem * 1));
  }
}

.text-\[4\.8rem\] {
  font-size: 4.8rem;
}
@supports (font-size: clamp(3.2rem, calc(4.8 / 1512 * 1000vw), calc(4.8rem * 1))) {
  .text-\[4\.8rem\] {
    font-size: clamp(3.2rem, calc(4.8 / 1512 * 1000vw), calc(4.8rem * 1));
  }
}

.leading-\[1\.8rem\] {
  line-height: 1.8rem;
}
@supports (line-height: clamp(1.6rem, calc(1.8 / 1512 * 1000vw), calc(1.8rem * 1))) {
  .leading-\[1\.8rem\] {
    line-height: clamp(1.6rem, calc(1.8 / 1512 * 1000vw), calc(1.8rem * 1));
  }
}

.leading-\[2\.0rem\] {
  line-height: 2rem;
}
@supports (line-height: clamp(1.6rem, calc(2 / 1512 * 1000vw), calc(2rem * 1))) {
  .leading-\[2\.0rem\] {
    line-height: clamp(1.6rem, calc(2 / 1512 * 1000vw), calc(2rem * 1));
  }
}

.leading-\[2\.4rem\] {
  line-height: 2.4rem;
}
@supports (line-height: clamp(1.6rem, calc(2.4 / 1512 * 1000vw), calc(2.4rem * 1))) {
  .leading-\[2\.4rem\] {
    line-height: clamp(1.6rem, calc(2.4 / 1512 * 1000vw), calc(2.4rem * 1));
  }
}

.leading-\[3\.0rem\] {
  line-height: 3rem;
}
@supports (line-height: clamp(1.8rem, calc(3 / 1512 * 1000vw), calc(3rem * 1))) {
  .leading-\[3\.0rem\] {
    line-height: clamp(1.8rem, calc(3 / 1512 * 1000vw), calc(3rem * 1));
  }
}

.leading-\[3\.2rem\] {
  line-height: 3.2rem;
}
@supports (line-height: clamp(2.4rem, calc(3.2 / 1512 * 1000vw), calc(3.2rem * 1))) {
  .leading-\[3\.2rem\] {
    line-height: clamp(2.4rem, calc(3.2 / 1512 * 1000vw), calc(3.2rem * 1));
  }
}

.leading-\[3\.4rem\] {
  line-height: 3.4rem;
}
@supports (line-height: clamp(2.4rem, calc(3.4 / 1512 * 1000vw), calc(3.4rem * 1))) {
  .leading-\[3\.4rem\] {
    line-height: clamp(2.4rem, calc(3.4 / 1512 * 1000vw), calc(3.4rem * 1));
  }
}

.leading-\[3\.6rem\] {
  line-height: 3.6rem;
}
@supports (line-height: clamp(2.4rem, calc(3.6 / 1512 * 1000vw), calc(3.6rem * 1))) {
  .leading-\[3\.6rem\] {
    line-height: clamp(2.4rem, calc(3.6 / 1512 * 1000vw), calc(3.6rem * 1));
  }
}

.leading-\[4\.2rem\] {
  line-height: 4.2rem;
}
@supports (line-height: clamp(2.8rem, calc(4.2 / 1512 * 1000vw), calc(4.2rem * 1))) {
  .leading-\[4\.2rem\] {
    line-height: clamp(2.8rem, calc(4.2 / 1512 * 1000vw), calc(4.2rem * 1));
  }
}

.leading-\[4\.4rem\] {
  line-height: 4.4rem;
}
@supports (line-height: clamp(2.8rem, calc(4.4 / 1512 * 1000vw), calc(4.4rem * 1))) {
  .leading-\[4\.4rem\] {
    line-height: clamp(2.8rem, calc(4.4 / 1512 * 1000vw), calc(4.4rem * 1));
  }
}

.leading-\[4\.8rem\] {
  line-height: 4.8rem;
}
@supports (line-height: clamp(3.2rem, calc(4.8 / 1512 * 1000vw), calc(4.8rem * 1))) {
  .leading-\[4\.8rem\] {
    line-height: clamp(3.2rem, calc(4.8 / 1512 * 1000vw), calc(4.8rem * 1));
  }
}

.btn {
  border-radius: 3px;
  font-weight: 700;
}
.btn--filled--blue {
  --tw-bg-opacity: 1;
  background-color: rgb(46 46 150 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.btn--filled--pink {
  --tw-bg-opacity: 1;
  background-color: rgb(255 184 200 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(46 46 150 / var(--tw-text-opacity, 1));
}
.btn--filled--green {
  --tw-bg-opacity: 1;
  background-color: rgb(109 203 156 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(46 46 150 / var(--tw-text-opacity, 1));
}
.btn--sm {
  font-size: 1.4rem;
  line-height: 1.6rem;
}
.btn--md {
  font-size: 1.6rem;
  line-height: 2.4rem;
}
@supports (line-height: clamp(1.6rem, calc(2.4 / 1512 * 1000vw), calc(2.4rem * 1))) {
  .btn--md {
    line-height: clamp(1.6rem, calc(2.4 / 1512 * 1000vw), calc(2.4rem * 1));
  }
}
@media (min-width: 640px) {
  .btn--md {
    font-size: 1.8rem;
    line-height: 2.4rem;
  }
}
.btn--lg {
  font-size: 1.6rem;
  line-height: 2.4rem;
}
@supports (line-height: clamp(1.6rem, calc(2.4 / 1512 * 1000vw), calc(2.4rem * 1))) {
  .btn--lg {
    line-height: clamp(1.6rem, calc(2.4 / 1512 * 1000vw), calc(2.4rem * 1));
  }
}
@media (min-width: 640px) {
  .btn--lg {
    font-size: 1.8rem;
    line-height: 2.4rem;
  }
}
@media (min-width: 1280px) {
  .btn--lg {
    font-size: 2.4rem;
    line-height: 3.2rem;
  }
}

/* ================================================== */
/* LAYOUT
/* ================================================== */
#mainMenuBurgerBtn.mainMenu--open span {
  background-color: rgba(0,0,0,0);
}
#mainMenuBurgerBtn.mainMenu--open span:before {
  --tw-translate-y: 0px;
  --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));
}
#mainMenuBurgerBtn.mainMenu--open span:after {
  --tw-translate-y: 0px;
  --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));
}

#header__mainMenu.mainMenu--open {
  left: 0px;
}

.banner + .blockSlide {
  margin-top: 0px;
}

.blockSlide + .blockSlide {
  margin-top: 0px;
}
.blockSlide + .blockImages {
  margin-top: 0px;
}

.blockAccordion + .blockAccordion {
  margin-top: 0.8rem;
}
.blockAccordion details summary::-webkit-details-marker {
  display: none;
}
.blockAccordion details > summary:first-of-type {
  list-style-type: none;
}
.blockAccordion details[open] .summary__inner .icon svg,
.blockAccordion details.open .summary__inner .icon svg {
  --tw-rotate: -180deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.before\:absolute::before {
  content: var(--tw-content);
  position: absolute;
}
.before\:-left-\[100vw\]::before {
  content: var(--tw-content);
  left: -100vw;
}
.before\:-right-\[100vw\]::before {
  content: var(--tw-content);
  right: -100vw;
}
.before\:-top-\[6px\]::before {
  content: var(--tw-content);
  top: -6px;
}
.before\:bottom-0::before {
  content: var(--tw-content);
  bottom: 0px;
}
.before\:left-0::before {
  content: var(--tw-content);
  left: 0px;
}
.before\:right-0::before {
  content: var(--tw-content);
  right: 0px;
}
.before\:right-\[calc\(100\%_\+1\.6rem\)\]::before {
  content: var(--tw-content);
  right: calc(100% + 1.6rem);
}
.before\:top-0::before {
  content: var(--tw-content);
  top: 0px;
}
.before\:top-1\/2::before {
  content: var(--tw-content);
  top: 50%;
}
.before\:mx-auto::before {
  content: var(--tw-content);
  margin-left: auto;
  margin-right: auto;
}
.before\:block::before {
  content: var(--tw-content);
  display: block;
}
.before\:h-1::before {
  content: var(--tw-content);
  height: 0.1rem;
}
.before\:h-12::before {
  content: var(--tw-content);
  height: 1.2rem;
}
.before\:h-2::before {
  content: var(--tw-content);
  height: 0.2rem;
}
.before\:w-12::before {
  content: var(--tw-content);
  width: 1.2rem;
}
.before\:w-20::before {
  content: var(--tw-content);
  width: 2.0rem;
}
.before\:w-screen::before {
  content: var(--tw-content);
  width: 100vw;
}
.before\:-translate-y-\[6px\]::before {
  content: var(--tw-content);
  --tw-translate-y: -6px;
  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));
}
.before\:rotate-45::before {
  content: var(--tw-content);
  --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));
}
.before\:rounded-full::before {
  content: var(--tw-content);
  border-radius: 9999px;
}
.before\:bg-black::before {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
}
.before\:bg-black\/0::before {
  content: var(--tw-content);
  background-color: rgb(0 0 0 / 0);
}
.before\:bg-black\/10::before {
  content: var(--tw-content);
  background-color: rgb(0 0 0 / 0.1);
}
.before\:bg-black\/100::before {
  content: var(--tw-content);
  background-color: rgb(0 0 0 / 1);
}
.before\:bg-black\/15::before {
  content: var(--tw-content);
  background-color: rgb(0 0 0 / 0.15);
}
.before\:bg-black\/20::before {
  content: var(--tw-content);
  background-color: rgb(0 0 0 / 0.2);
}
.before\:bg-black\/25::before {
  content: var(--tw-content);
  background-color: rgb(0 0 0 / 0.25);
}
.before\:bg-black\/30::before {
  content: var(--tw-content);
  background-color: rgb(0 0 0 / 0.3);
}
.before\:bg-black\/35::before {
  content: var(--tw-content);
  background-color: rgb(0 0 0 / 0.35);
}
.before\:bg-black\/40::before {
  content: var(--tw-content);
  background-color: rgb(0 0 0 / 0.4);
}
.before\:bg-black\/45::before {
  content: var(--tw-content);
  background-color: rgb(0 0 0 / 0.45);
}
.before\:bg-black\/5::before {
  content: var(--tw-content);
  background-color: rgb(0 0 0 / 0.05);
}
.before\:bg-black\/50::before {
  content: var(--tw-content);
  background-color: rgb(0 0 0 / 0.5);
}
.before\:bg-black\/55::before {
  content: var(--tw-content);
  background-color: rgb(0 0 0 / 0.55);
}
.before\:bg-black\/60::before {
  content: var(--tw-content);
  background-color: rgb(0 0 0 / 0.6);
}
.before\:bg-black\/65::before {
  content: var(--tw-content);
  background-color: rgb(0 0 0 / 0.65);
}
.before\:bg-black\/70::before {
  content: var(--tw-content);
  background-color: rgb(0 0 0 / 0.7);
}
.before\:bg-black\/75::before {
  content: var(--tw-content);
  background-color: rgb(0 0 0 / 0.75);
}
.before\:bg-black\/80::before {
  content: var(--tw-content);
  background-color: rgb(0 0 0 / 0.8);
}
.before\:bg-black\/85::before {
  content: var(--tw-content);
  background-color: rgb(0 0 0 / 0.85);
}
.before\:bg-black\/90::before {
  content: var(--tw-content);
  background-color: rgb(0 0 0 / 0.9);
}
.before\:bg-black\/95::before {
  content: var(--tw-content);
  background-color: rgb(0 0 0 / 0.95);
}
.before\:bg-blue::before {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(46 46 150 / var(--tw-bg-opacity, 1));
}
.before\:bg-blue-light::before {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(196 191 217 / var(--tw-bg-opacity, 1));
}
.before\:bg-blue-light\/0::before {
  content: var(--tw-content);
  background-color: rgb(196 191 217 / 0);
}
.before\:bg-blue-light\/10::before {
  content: var(--tw-content);
  background-color: rgb(196 191 217 / 0.1);
}
.before\:bg-blue-light\/100::before {
  content: var(--tw-content);
  background-color: rgb(196 191 217 / 1);
}
.before\:bg-blue-light\/15::before {
  content: var(--tw-content);
  background-color: rgb(196 191 217 / 0.15);
}
.before\:bg-blue-light\/20::before {
  content: var(--tw-content);
  background-color: rgb(196 191 217 / 0.2);
}
.before\:bg-blue-light\/25::before {
  content: var(--tw-content);
  background-color: rgb(196 191 217 / 0.25);
}
.before\:bg-blue-light\/30::before {
  content: var(--tw-content);
  background-color: rgb(196 191 217 / 0.3);
}
.before\:bg-blue-light\/35::before {
  content: var(--tw-content);
  background-color: rgb(196 191 217 / 0.35);
}
.before\:bg-blue-light\/40::before {
  content: var(--tw-content);
  background-color: rgb(196 191 217 / 0.4);
}
.before\:bg-blue-light\/45::before {
  content: var(--tw-content);
  background-color: rgb(196 191 217 / 0.45);
}
.before\:bg-blue-light\/5::before {
  content: var(--tw-content);
  background-color: rgb(196 191 217 / 0.05);
}
.before\:bg-blue-light\/50::before {
  content: var(--tw-content);
  background-color: rgb(196 191 217 / 0.5);
}
.before\:bg-blue-light\/55::before {
  content: var(--tw-content);
  background-color: rgb(196 191 217 / 0.55);
}
.before\:bg-blue-light\/60::before {
  content: var(--tw-content);
  background-color: rgb(196 191 217 / 0.6);
}
.before\:bg-blue-light\/65::before {
  content: var(--tw-content);
  background-color: rgb(196 191 217 / 0.65);
}
.before\:bg-blue-light\/70::before {
  content: var(--tw-content);
  background-color: rgb(196 191 217 / 0.7);
}
.before\:bg-blue-light\/75::before {
  content: var(--tw-content);
  background-color: rgb(196 191 217 / 0.75);
}
.before\:bg-blue-light\/80::before {
  content: var(--tw-content);
  background-color: rgb(196 191 217 / 0.8);
}
.before\:bg-blue-light\/85::before {
  content: var(--tw-content);
  background-color: rgb(196 191 217 / 0.85);
}
.before\:bg-blue-light\/90::before {
  content: var(--tw-content);
  background-color: rgb(196 191 217 / 0.9);
}
.before\:bg-blue-light\/95::before {
  content: var(--tw-content);
  background-color: rgb(196 191 217 / 0.95);
}
.before\:bg-blue\/0::before {
  content: var(--tw-content);
  background-color: rgb(46 46 150 / 0);
}
.before\:bg-blue\/10::before {
  content: var(--tw-content);
  background-color: rgb(46 46 150 / 0.1);
}
.before\:bg-blue\/100::before {
  content: var(--tw-content);
  background-color: rgb(46 46 150 / 1);
}
.before\:bg-blue\/15::before {
  content: var(--tw-content);
  background-color: rgb(46 46 150 / 0.15);
}
.before\:bg-blue\/20::before {
  content: var(--tw-content);
  background-color: rgb(46 46 150 / 0.2);
}
.before\:bg-blue\/25::before {
  content: var(--tw-content);
  background-color: rgb(46 46 150 / 0.25);
}
.before\:bg-blue\/30::before {
  content: var(--tw-content);
  background-color: rgb(46 46 150 / 0.3);
}
.before\:bg-blue\/35::before {
  content: var(--tw-content);
  background-color: rgb(46 46 150 / 0.35);
}
.before\:bg-blue\/40::before {
  content: var(--tw-content);
  background-color: rgb(46 46 150 / 0.4);
}
.before\:bg-blue\/45::before {
  content: var(--tw-content);
  background-color: rgb(46 46 150 / 0.45);
}
.before\:bg-blue\/5::before {
  content: var(--tw-content);
  background-color: rgb(46 46 150 / 0.05);
}
.before\:bg-blue\/50::before {
  content: var(--tw-content);
  background-color: rgb(46 46 150 / 0.5);
}
.before\:bg-blue\/55::before {
  content: var(--tw-content);
  background-color: rgb(46 46 150 / 0.55);
}
.before\:bg-blue\/60::before {
  content: var(--tw-content);
  background-color: rgb(46 46 150 / 0.6);
}
.before\:bg-blue\/65::before {
  content: var(--tw-content);
  background-color: rgb(46 46 150 / 0.65);
}
.before\:bg-blue\/70::before {
  content: var(--tw-content);
  background-color: rgb(46 46 150 / 0.7);
}
.before\:bg-blue\/75::before {
  content: var(--tw-content);
  background-color: rgb(46 46 150 / 0.75);
}
.before\:bg-blue\/80::before {
  content: var(--tw-content);
  background-color: rgb(46 46 150 / 0.8);
}
.before\:bg-blue\/85::before {
  content: var(--tw-content);
  background-color: rgb(46 46 150 / 0.85);
}
.before\:bg-blue\/90::before {
  content: var(--tw-content);
  background-color: rgb(46 46 150 / 0.9);
}
.before\:bg-blue\/95::before {
  content: var(--tw-content);
  background-color: rgb(46 46 150 / 0.95);
}
.before\:bg-current::before {
  content: var(--tw-content);
  background-color: currentColor;
}
.before\:bg-gray::before {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(244 243 248 / var(--tw-bg-opacity, 1));
}
.before\:bg-gray-dark::before {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(112 112 112 / var(--tw-bg-opacity, 1));
}
.before\:bg-gray-dark\/0::before {
  content: var(--tw-content);
  background-color: rgb(112 112 112 / 0);
}
.before\:bg-gray-dark\/10::before {
  content: var(--tw-content);
  background-color: rgb(112 112 112 / 0.1);
}
.before\:bg-gray-dark\/100::before {
  content: var(--tw-content);
  background-color: rgb(112 112 112 / 1);
}
.before\:bg-gray-dark\/15::before {
  content: var(--tw-content);
  background-color: rgb(112 112 112 / 0.15);
}
.before\:bg-gray-dark\/20::before {
  content: var(--tw-content);
  background-color: rgb(112 112 112 / 0.2);
}
.before\:bg-gray-dark\/25::before {
  content: var(--tw-content);
  background-color: rgb(112 112 112 / 0.25);
}
.before\:bg-gray-dark\/30::before {
  content: var(--tw-content);
  background-color: rgb(112 112 112 / 0.3);
}
.before\:bg-gray-dark\/35::before {
  content: var(--tw-content);
  background-color: rgb(112 112 112 / 0.35);
}
.before\:bg-gray-dark\/40::before {
  content: var(--tw-content);
  background-color: rgb(112 112 112 / 0.4);
}
.before\:bg-gray-dark\/45::before {
  content: var(--tw-content);
  background-color: rgb(112 112 112 / 0.45);
}
.before\:bg-gray-dark\/5::before {
  content: var(--tw-content);
  background-color: rgb(112 112 112 / 0.05);
}
.before\:bg-gray-dark\/50::before {
  content: var(--tw-content);
  background-color: rgb(112 112 112 / 0.5);
}
.before\:bg-gray-dark\/55::before {
  content: var(--tw-content);
  background-color: rgb(112 112 112 / 0.55);
}
.before\:bg-gray-dark\/60::before {
  content: var(--tw-content);
  background-color: rgb(112 112 112 / 0.6);
}
.before\:bg-gray-dark\/65::before {
  content: var(--tw-content);
  background-color: rgb(112 112 112 / 0.65);
}
.before\:bg-gray-dark\/70::before {
  content: var(--tw-content);
  background-color: rgb(112 112 112 / 0.7);
}
.before\:bg-gray-dark\/75::before {
  content: var(--tw-content);
  background-color: rgb(112 112 112 / 0.75);
}
.before\:bg-gray-dark\/80::before {
  content: var(--tw-content);
  background-color: rgb(112 112 112 / 0.8);
}
.before\:bg-gray-dark\/85::before {
  content: var(--tw-content);
  background-color: rgb(112 112 112 / 0.85);
}
.before\:bg-gray-dark\/90::before {
  content: var(--tw-content);
  background-color: rgb(112 112 112 / 0.9);
}
.before\:bg-gray-dark\/95::before {
  content: var(--tw-content);
  background-color: rgb(112 112 112 / 0.95);
}
.before\:bg-gray\/0::before {
  content: var(--tw-content);
  background-color: rgb(244 243 248 / 0);
}
.before\:bg-gray\/10::before {
  content: var(--tw-content);
  background-color: rgb(244 243 248 / 0.1);
}
.before\:bg-gray\/100::before {
  content: var(--tw-content);
  background-color: rgb(244 243 248 / 1);
}
.before\:bg-gray\/15::before {
  content: var(--tw-content);
  background-color: rgb(244 243 248 / 0.15);
}
.before\:bg-gray\/20::before {
  content: var(--tw-content);
  background-color: rgb(244 243 248 / 0.2);
}
.before\:bg-gray\/25::before {
  content: var(--tw-content);
  background-color: rgb(244 243 248 / 0.25);
}
.before\:bg-gray\/30::before {
  content: var(--tw-content);
  background-color: rgb(244 243 248 / 0.3);
}
.before\:bg-gray\/35::before {
  content: var(--tw-content);
  background-color: rgb(244 243 248 / 0.35);
}
.before\:bg-gray\/40::before {
  content: var(--tw-content);
  background-color: rgb(244 243 248 / 0.4);
}
.before\:bg-gray\/45::before {
  content: var(--tw-content);
  background-color: rgb(244 243 248 / 0.45);
}
.before\:bg-gray\/5::before {
  content: var(--tw-content);
  background-color: rgb(244 243 248 / 0.05);
}
.before\:bg-gray\/50::before {
  content: var(--tw-content);
  background-color: rgb(244 243 248 / 0.5);
}
.before\:bg-gray\/55::before {
  content: var(--tw-content);
  background-color: rgb(244 243 248 / 0.55);
}
.before\:bg-gray\/60::before {
  content: var(--tw-content);
  background-color: rgb(244 243 248 / 0.6);
}
.before\:bg-gray\/65::before {
  content: var(--tw-content);
  background-color: rgb(244 243 248 / 0.65);
}
.before\:bg-gray\/70::before {
  content: var(--tw-content);
  background-color: rgb(244 243 248 / 0.7);
}
.before\:bg-gray\/75::before {
  content: var(--tw-content);
  background-color: rgb(244 243 248 / 0.75);
}
.before\:bg-gray\/80::before {
  content: var(--tw-content);
  background-color: rgb(244 243 248 / 0.8);
}
.before\:bg-gray\/85::before {
  content: var(--tw-content);
  background-color: rgb(244 243 248 / 0.85);
}
.before\:bg-gray\/90::before {
  content: var(--tw-content);
  background-color: rgb(244 243 248 / 0.9);
}
.before\:bg-gray\/95::before {
  content: var(--tw-content);
  background-color: rgb(244 243 248 / 0.95);
}
.before\:bg-green::before {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(109 203 156 / var(--tw-bg-opacity, 1));
}
.before\:bg-green\/0::before {
  content: var(--tw-content);
  background-color: rgb(109 203 156 / 0);
}
.before\:bg-green\/10::before {
  content: var(--tw-content);
  background-color: rgb(109 203 156 / 0.1);
}
.before\:bg-green\/100::before {
  content: var(--tw-content);
  background-color: rgb(109 203 156 / 1);
}
.before\:bg-green\/15::before {
  content: var(--tw-content);
  background-color: rgb(109 203 156 / 0.15);
}
.before\:bg-green\/20::before {
  content: var(--tw-content);
  background-color: rgb(109 203 156 / 0.2);
}
.before\:bg-green\/25::before {
  content: var(--tw-content);
  background-color: rgb(109 203 156 / 0.25);
}
.before\:bg-green\/30::before {
  content: var(--tw-content);
  background-color: rgb(109 203 156 / 0.3);
}
.before\:bg-green\/35::before {
  content: var(--tw-content);
  background-color: rgb(109 203 156 / 0.35);
}
.before\:bg-green\/40::before {
  content: var(--tw-content);
  background-color: rgb(109 203 156 / 0.4);
}
.before\:bg-green\/45::before {
  content: var(--tw-content);
  background-color: rgb(109 203 156 / 0.45);
}
.before\:bg-green\/5::before {
  content: var(--tw-content);
  background-color: rgb(109 203 156 / 0.05);
}
.before\:bg-green\/50::before {
  content: var(--tw-content);
  background-color: rgb(109 203 156 / 0.5);
}
.before\:bg-green\/55::before {
  content: var(--tw-content);
  background-color: rgb(109 203 156 / 0.55);
}
.before\:bg-green\/60::before {
  content: var(--tw-content);
  background-color: rgb(109 203 156 / 0.6);
}
.before\:bg-green\/65::before {
  content: var(--tw-content);
  background-color: rgb(109 203 156 / 0.65);
}
.before\:bg-green\/70::before {
  content: var(--tw-content);
  background-color: rgb(109 203 156 / 0.7);
}
.before\:bg-green\/75::before {
  content: var(--tw-content);
  background-color: rgb(109 203 156 / 0.75);
}
.before\:bg-green\/80::before {
  content: var(--tw-content);
  background-color: rgb(109 203 156 / 0.8);
}
.before\:bg-green\/85::before {
  content: var(--tw-content);
  background-color: rgb(109 203 156 / 0.85);
}
.before\:bg-green\/90::before {
  content: var(--tw-content);
  background-color: rgb(109 203 156 / 0.9);
}
.before\:bg-green\/95::before {
  content: var(--tw-content);
  background-color: rgb(109 203 156 / 0.95);
}
.before\:bg-orange::before {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(255 174 61 / var(--tw-bg-opacity, 1));
}
.before\:bg-orange\/0::before {
  content: var(--tw-content);
  background-color: rgb(255 174 61 / 0);
}
.before\:bg-orange\/10::before {
  content: var(--tw-content);
  background-color: rgb(255 174 61 / 0.1);
}
.before\:bg-orange\/100::before {
  content: var(--tw-content);
  background-color: rgb(255 174 61 / 1);
}
.before\:bg-orange\/15::before {
  content: var(--tw-content);
  background-color: rgb(255 174 61 / 0.15);
}
.before\:bg-orange\/20::before {
  content: var(--tw-content);
  background-color: rgb(255 174 61 / 0.2);
}
.before\:bg-orange\/25::before {
  content: var(--tw-content);
  background-color: rgb(255 174 61 / 0.25);
}
.before\:bg-orange\/30::before {
  content: var(--tw-content);
  background-color: rgb(255 174 61 / 0.3);
}
.before\:bg-orange\/35::before {
  content: var(--tw-content);
  background-color: rgb(255 174 61 / 0.35);
}
.before\:bg-orange\/40::before {
  content: var(--tw-content);
  background-color: rgb(255 174 61 / 0.4);
}
.before\:bg-orange\/45::before {
  content: var(--tw-content);
  background-color: rgb(255 174 61 / 0.45);
}
.before\:bg-orange\/5::before {
  content: var(--tw-content);
  background-color: rgb(255 174 61 / 0.05);
}
.before\:bg-orange\/50::before {
  content: var(--tw-content);
  background-color: rgb(255 174 61 / 0.5);
}
.before\:bg-orange\/55::before {
  content: var(--tw-content);
  background-color: rgb(255 174 61 / 0.55);
}
.before\:bg-orange\/60::before {
  content: var(--tw-content);
  background-color: rgb(255 174 61 / 0.6);
}
.before\:bg-orange\/65::before {
  content: var(--tw-content);
  background-color: rgb(255 174 61 / 0.65);
}
.before\:bg-orange\/70::before {
  content: var(--tw-content);
  background-color: rgb(255 174 61 / 0.7);
}
.before\:bg-orange\/75::before {
  content: var(--tw-content);
  background-color: rgb(255 174 61 / 0.75);
}
.before\:bg-orange\/80::before {
  content: var(--tw-content);
  background-color: rgb(255 174 61 / 0.8);
}
.before\:bg-orange\/85::before {
  content: var(--tw-content);
  background-color: rgb(255 174 61 / 0.85);
}
.before\:bg-orange\/90::before {
  content: var(--tw-content);
  background-color: rgb(255 174 61 / 0.9);
}
.before\:bg-orange\/95::before {
  content: var(--tw-content);
  background-color: rgb(255 174 61 / 0.95);
}
.before\:bg-pink::before {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(255 184 200 / var(--tw-bg-opacity, 1));
}
.before\:bg-pink\/0::before {
  content: var(--tw-content);
  background-color: rgb(255 184 200 / 0);
}
.before\:bg-pink\/10::before {
  content: var(--tw-content);
  background-color: rgb(255 184 200 / 0.1);
}
.before\:bg-pink\/100::before {
  content: var(--tw-content);
  background-color: rgb(255 184 200 / 1);
}
.before\:bg-pink\/15::before {
  content: var(--tw-content);
  background-color: rgb(255 184 200 / 0.15);
}
.before\:bg-pink\/20::before {
  content: var(--tw-content);
  background-color: rgb(255 184 200 / 0.2);
}
.before\:bg-pink\/25::before {
  content: var(--tw-content);
  background-color: rgb(255 184 200 / 0.25);
}
.before\:bg-pink\/30::before {
  content: var(--tw-content);
  background-color: rgb(255 184 200 / 0.3);
}
.before\:bg-pink\/35::before {
  content: var(--tw-content);
  background-color: rgb(255 184 200 / 0.35);
}
.before\:bg-pink\/40::before {
  content: var(--tw-content);
  background-color: rgb(255 184 200 / 0.4);
}
.before\:bg-pink\/45::before {
  content: var(--tw-content);
  background-color: rgb(255 184 200 / 0.45);
}
.before\:bg-pink\/5::before {
  content: var(--tw-content);
  background-color: rgb(255 184 200 / 0.05);
}
.before\:bg-pink\/50::before {
  content: var(--tw-content);
  background-color: rgb(255 184 200 / 0.5);
}
.before\:bg-pink\/55::before {
  content: var(--tw-content);
  background-color: rgb(255 184 200 / 0.55);
}
.before\:bg-pink\/60::before {
  content: var(--tw-content);
  background-color: rgb(255 184 200 / 0.6);
}
.before\:bg-pink\/65::before {
  content: var(--tw-content);
  background-color: rgb(255 184 200 / 0.65);
}
.before\:bg-pink\/70::before {
  content: var(--tw-content);
  background-color: rgb(255 184 200 / 0.7);
}
.before\:bg-pink\/75::before {
  content: var(--tw-content);
  background-color: rgb(255 184 200 / 0.75);
}
.before\:bg-pink\/80::before {
  content: var(--tw-content);
  background-color: rgb(255 184 200 / 0.8);
}
.before\:bg-pink\/85::before {
  content: var(--tw-content);
  background-color: rgb(255 184 200 / 0.85);
}
.before\:bg-pink\/90::before {
  content: var(--tw-content);
  background-color: rgb(255 184 200 / 0.9);
}
.before\:bg-pink\/95::before {
  content: var(--tw-content);
  background-color: rgb(255 184 200 / 0.95);
}
.before\:bg-transparent::before {
  content: var(--tw-content);
  background-color: rgba(0,0,0,0);
}
.before\:bg-transparent\/0::before {
  content: var(--tw-content);
  background-color: rgba(0, 0, 0, 0);
}
.before\:bg-transparent\/10::before {
  content: var(--tw-content);
  background-color: rgba(0, 0, 0, 0.1);
}
.before\:bg-transparent\/100::before {
  content: var(--tw-content);
  background-color: rgba(0, 0, 0, 1);
}
.before\:bg-transparent\/15::before {
  content: var(--tw-content);
  background-color: rgba(0, 0, 0, 0.15);
}
.before\:bg-transparent\/20::before {
  content: var(--tw-content);
  background-color: rgba(0, 0, 0, 0.2);
}
.before\:bg-transparent\/25::before {
  content: var(--tw-content);
  background-color: rgba(0, 0, 0, 0.25);
}
.before\:bg-transparent\/30::before {
  content: var(--tw-content);
  background-color: rgba(0, 0, 0, 0.3);
}
.before\:bg-transparent\/35::before {
  content: var(--tw-content);
  background-color: rgba(0, 0, 0, 0.35);
}
.before\:bg-transparent\/40::before {
  content: var(--tw-content);
  background-color: rgba(0, 0, 0, 0.4);
}
.before\:bg-transparent\/45::before {
  content: var(--tw-content);
  background-color: rgba(0, 0, 0, 0.45);
}
.before\:bg-transparent\/5::before {
  content: var(--tw-content);
  background-color: rgba(0, 0, 0, 0.05);
}
.before\:bg-transparent\/50::before {
  content: var(--tw-content);
  background-color: rgba(0, 0, 0, 0.5);
}
.before\:bg-transparent\/55::before {
  content: var(--tw-content);
  background-color: rgba(0, 0, 0, 0.55);
}
.before\:bg-transparent\/60::before {
  content: var(--tw-content);
  background-color: rgba(0, 0, 0, 0.6);
}
.before\:bg-transparent\/65::before {
  content: var(--tw-content);
  background-color: rgba(0, 0, 0, 0.65);
}
.before\:bg-transparent\/70::before {
  content: var(--tw-content);
  background-color: rgba(0, 0, 0, 0.7);
}
.before\:bg-transparent\/75::before {
  content: var(--tw-content);
  background-color: rgba(0, 0, 0, 0.75);
}
.before\:bg-transparent\/80::before {
  content: var(--tw-content);
  background-color: rgba(0, 0, 0, 0.8);
}
.before\:bg-transparent\/85::before {
  content: var(--tw-content);
  background-color: rgba(0, 0, 0, 0.85);
}
.before\:bg-transparent\/90::before {
  content: var(--tw-content);
  background-color: rgba(0, 0, 0, 0.9);
}
.before\:bg-transparent\/95::before {
  content: var(--tw-content);
  background-color: rgba(0, 0, 0, 0.95);
}
.before\:bg-white::before {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.before\:bg-white\/0::before {
  content: var(--tw-content);
  background-color: rgb(255 255 255 / 0);
}
.before\:bg-white\/10::before {
  content: var(--tw-content);
  background-color: rgb(255 255 255 / 0.1);
}
.before\:bg-white\/100::before {
  content: var(--tw-content);
  background-color: rgb(255 255 255 / 1);
}
.before\:bg-white\/15::before {
  content: var(--tw-content);
  background-color: rgb(255 255 255 / 0.15);
}
.before\:bg-white\/20::before {
  content: var(--tw-content);
  background-color: rgb(255 255 255 / 0.2);
}
.before\:bg-white\/25::before {
  content: var(--tw-content);
  background-color: rgb(255 255 255 / 0.25);
}
.before\:bg-white\/30::before {
  content: var(--tw-content);
  background-color: rgb(255 255 255 / 0.3);
}
.before\:bg-white\/35::before {
  content: var(--tw-content);
  background-color: rgb(255 255 255 / 0.35);
}
.before\:bg-white\/40::before {
  content: var(--tw-content);
  background-color: rgb(255 255 255 / 0.4);
}
.before\:bg-white\/45::before {
  content: var(--tw-content);
  background-color: rgb(255 255 255 / 0.45);
}
.before\:bg-white\/5::before {
  content: var(--tw-content);
  background-color: rgb(255 255 255 / 0.05);
}
.before\:bg-white\/50::before {
  content: var(--tw-content);
  background-color: rgb(255 255 255 / 0.5);
}
.before\:bg-white\/55::before {
  content: var(--tw-content);
  background-color: rgb(255 255 255 / 0.55);
}
.before\:bg-white\/60::before {
  content: var(--tw-content);
  background-color: rgb(255 255 255 / 0.6);
}
.before\:bg-white\/65::before {
  content: var(--tw-content);
  background-color: rgb(255 255 255 / 0.65);
}
.before\:bg-white\/70::before {
  content: var(--tw-content);
  background-color: rgb(255 255 255 / 0.7);
}
.before\:bg-white\/75::before {
  content: var(--tw-content);
  background-color: rgb(255 255 255 / 0.75);
}
.before\:bg-white\/80::before {
  content: var(--tw-content);
  background-color: rgb(255 255 255 / 0.8);
}
.before\:bg-white\/85::before {
  content: var(--tw-content);
  background-color: rgb(255 255 255 / 0.85);
}
.before\:bg-white\/90::before {
  content: var(--tw-content);
  background-color: rgb(255 255 255 / 0.9);
}
.before\:bg-white\/95::before {
  content: var(--tw-content);
  background-color: rgb(255 255 255 / 0.95);
}
.before\:bg-opacity-0::before {
  content: var(--tw-content);
  --tw-bg-opacity: 0;
}
.before\:bg-opacity-10::before {
  content: var(--tw-content);
  --tw-bg-opacity: 0.1;
}
.before\:bg-opacity-100::before {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
}
.before\:bg-opacity-15::before {
  content: var(--tw-content);
  --tw-bg-opacity: 0.15;
}
.before\:bg-opacity-20::before {
  content: var(--tw-content);
  --tw-bg-opacity: 0.2;
}
.before\:bg-opacity-25::before {
  content: var(--tw-content);
  --tw-bg-opacity: 0.25;
}
.before\:bg-opacity-30::before {
  content: var(--tw-content);
  --tw-bg-opacity: 0.3;
}
.before\:bg-opacity-35::before {
  content: var(--tw-content);
  --tw-bg-opacity: 0.35;
}
.before\:bg-opacity-40::before {
  content: var(--tw-content);
  --tw-bg-opacity: 0.4;
}
.before\:bg-opacity-45::before {
  content: var(--tw-content);
  --tw-bg-opacity: 0.45;
}
.before\:bg-opacity-5::before {
  content: var(--tw-content);
  --tw-bg-opacity: 0.05;
}
.before\:bg-opacity-50::before {
  content: var(--tw-content);
  --tw-bg-opacity: 0.5;
}
.before\:bg-opacity-55::before {
  content: var(--tw-content);
  --tw-bg-opacity: 0.55;
}
.before\:bg-opacity-60::before {
  content: var(--tw-content);
  --tw-bg-opacity: 0.6;
}
.before\:bg-opacity-65::before {
  content: var(--tw-content);
  --tw-bg-opacity: 0.65;
}
.before\:bg-opacity-70::before {
  content: var(--tw-content);
  --tw-bg-opacity: 0.7;
}
.before\:bg-opacity-75::before {
  content: var(--tw-content);
  --tw-bg-opacity: 0.75;
}
.before\:bg-opacity-80::before {
  content: var(--tw-content);
  --tw-bg-opacity: 0.8;
}
.before\:bg-opacity-85::before {
  content: var(--tw-content);
  --tw-bg-opacity: 0.85;
}
.before\:bg-opacity-90::before {
  content: var(--tw-content);
  --tw-bg-opacity: 0.9;
}
.before\:bg-opacity-95::before {
  content: var(--tw-content);
  --tw-bg-opacity: 0.95;
}
.before\:bg-footerImg::before {
  content: var(--tw-content);
  background-image: url("../img/bg-footer.svg");
}
.before\:bg-gradient-to-b::before {
  content: var(--tw-content);
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
}
.before\:bg-gradient-to-bl::before {
  content: var(--tw-content);
  background-image: linear-gradient(to bottom left, var(--tw-gradient-stops));
}
.before\:bg-gradient-to-br::before {
  content: var(--tw-content);
  background-image: linear-gradient(to bottom right, var(--tw-gradient-stops));
}
.before\:bg-gradient-to-l::before {
  content: var(--tw-content);
  background-image: linear-gradient(to left, var(--tw-gradient-stops));
}
.before\:bg-gradient-to-r::before {
  content: var(--tw-content);
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
}
.before\:bg-gradient-to-t::before {
  content: var(--tw-content);
  background-image: linear-gradient(to top, var(--tw-gradient-stops));
}
.before\:bg-gradient-to-tl::before {
  content: var(--tw-content);
  background-image: linear-gradient(to top left, var(--tw-gradient-stops));
}
.before\:bg-gradient-to-tr::before {
  content: var(--tw-content);
  background-image: linear-gradient(to top right, var(--tw-gradient-stops));
}
.before\:bg-none::before {
  content: var(--tw-content);
  background-image: none;
}
.before\:bg-auto::before {
  content: var(--tw-content);
  background-size: auto;
}
.before\:bg-contain::before {
  content: var(--tw-content);
  background-size: contain;
}
.before\:bg-cover::before {
  content: var(--tw-content);
  background-size: cover;
}
.before\:bg-footerSize::before {
  content: var(--tw-content);
  background-size: 99.7rem;
}
.before\:bg-footerSizeXs::before {
  content: var(--tw-content);
  background-size: 50rem;
}
.before\:bg-fixed::before {
  content: var(--tw-content);
  background-attachment: fixed;
}
.before\:bg-local::before {
  content: var(--tw-content);
  background-attachment: local;
}
.before\:bg-scroll::before {
  content: var(--tw-content);
  background-attachment: scroll;
}
.before\:bg-clip-border::before {
  content: var(--tw-content);
  background-clip: border-box;
}
.before\:bg-clip-padding::before {
  content: var(--tw-content);
  background-clip: padding-box;
}
.before\:bg-clip-content::before {
  content: var(--tw-content);
  background-clip: content-box;
}
.before\:bg-clip-text::before {
  content: var(--tw-content);
  background-clip: text;
}
.before\:bg-bottom::before {
  content: var(--tw-content);
  background-position: bottom;
}
.before\:bg-center::before {
  content: var(--tw-content);
  background-position: center;
}
.before\:bg-footerPos::before {
  content: var(--tw-content);
  background-position: 163% 40%;
}
.before\:bg-footerPosXs::before {
  content: var(--tw-content);
  background-position: -70% 40%;
}
.before\:bg-left::before {
  content: var(--tw-content);
  background-position: left;
}
.before\:bg-left-bottom::before {
  content: var(--tw-content);
  background-position: left bottom;
}
.before\:bg-left-top::before {
  content: var(--tw-content);
  background-position: left top;
}
.before\:bg-right::before {
  content: var(--tw-content);
  background-position: right;
}
.before\:bg-right-bottom::before {
  content: var(--tw-content);
  background-position: right bottom;
}
.before\:bg-right-top::before {
  content: var(--tw-content);
  background-position: right top;
}
.before\:bg-top::before {
  content: var(--tw-content);
  background-position: top;
}
.before\:bg-repeat::before {
  content: var(--tw-content);
  background-repeat: repeat;
}
.before\:bg-no-repeat::before {
  content: var(--tw-content);
  background-repeat: no-repeat;
}
.before\:bg-repeat-x::before {
  content: var(--tw-content);
  background-repeat: repeat-x;
}
.before\:bg-repeat-y::before {
  content: var(--tw-content);
  background-repeat: repeat-y;
}
.before\:bg-repeat-round::before {
  content: var(--tw-content);
  background-repeat: round;
}
.before\:bg-repeat-space::before {
  content: var(--tw-content);
  background-repeat: space;
}
.before\:bg-origin-border::before {
  content: var(--tw-content);
  background-origin: border-box;
}
.before\:bg-origin-padding::before {
  content: var(--tw-content);
  background-origin: padding-box;
}
.before\:bg-origin-content::before {
  content: var(--tw-content);
  background-origin: content-box;
}
.before\:bg-blend-normal::before {
  content: var(--tw-content);
  background-blend-mode: normal;
}
.before\:bg-blend-multiply::before {
  content: var(--tw-content);
  background-blend-mode: multiply;
}
.before\:bg-blend-screen::before {
  content: var(--tw-content);
  background-blend-mode: screen;
}
.before\:bg-blend-overlay::before {
  content: var(--tw-content);
  background-blend-mode: overlay;
}
.before\:bg-blend-darken::before {
  content: var(--tw-content);
  background-blend-mode: darken;
}
.before\:bg-blend-lighten::before {
  content: var(--tw-content);
  background-blend-mode: lighten;
}
.before\:bg-blend-color-dodge::before {
  content: var(--tw-content);
  background-blend-mode: color-dodge;
}
.before\:bg-blend-color-burn::before {
  content: var(--tw-content);
  background-blend-mode: color-burn;
}
.before\:bg-blend-hard-light::before {
  content: var(--tw-content);
  background-blend-mode: hard-light;
}
.before\:bg-blend-soft-light::before {
  content: var(--tw-content);
  background-blend-mode: soft-light;
}
.before\:bg-blend-difference::before {
  content: var(--tw-content);
  background-blend-mode: difference;
}
.before\:bg-blend-exclusion::before {
  content: var(--tw-content);
  background-blend-mode: exclusion;
}
.before\:bg-blend-hue::before {
  content: var(--tw-content);
  background-blend-mode: hue;
}
.before\:bg-blend-saturation::before {
  content: var(--tw-content);
  background-blend-mode: saturation;
}
.before\:bg-blend-color::before {
  content: var(--tw-content);
  background-blend-mode: color;
}
.before\:bg-blend-luminosity::before {
  content: var(--tw-content);
  background-blend-mode: luminosity;
}
.before\:transition-transform::before {
  content: var(--tw-content);
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.before\:content-\[\'\'\]::before {
  --tw-content: '';
  content: var(--tw-content);
}
.before\:content-\[\\\'\\\'\]::before {
  --tw-content: \'\';
  content: var(--tw-content);
}
.after\:absolute::after {
  content: var(--tw-content);
  position: absolute;
}
.after\:left-0::after {
  content: var(--tw-content);
  left: 0px;
}
.after\:left-\[calc\(100\%_\+_1\.6rem\)\]::after {
  content: var(--tw-content);
  left: calc(100% + 1.6rem);
}
.after\:top-0::after {
  content: var(--tw-content);
  top: 0px;
}
.after\:top-1\/2::after {
  content: var(--tw-content);
  top: 50%;
}
.after\:block::after {
  content: var(--tw-content);
  display: block;
}
.after\:h-1::after {
  content: var(--tw-content);
  height: 0.1rem;
}
.after\:h-2::after {
  content: var(--tw-content);
  height: 0.2rem;
}
.after\:w-20::after {
  content: var(--tw-content);
  width: 2.0rem;
}
.after\:w-screen::after {
  content: var(--tw-content);
  width: 100vw;
}
.after\:translate-y-\[6px\]::after {
  content: var(--tw-content);
  --tw-translate-y: 6px;
  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));
}
.after\:rounded-full::after {
  content: var(--tw-content);
  border-radius: 9999px;
}
.after\:bg-white::after {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.after\:bg-white\/20::after {
  content: var(--tw-content);
  background-color: rgb(255 255 255 / 0.2);
}
.after\:transition-transform::after {
  content: var(--tw-content);
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.after\:content-\[\'\'\]::after {
  --tw-content: '';
  content: var(--tw-content);
}
.hover\:text-ellipsis:hover {
  text-overflow: ellipsis;
}
.hover\:text-clip:hover {
  text-overflow: clip;
}
.hover\:text-wrap:hover {
  text-wrap: wrap;
}
.hover\:text-nowrap:hover {
  text-wrap: nowrap;
}
.hover\:text-balance:hover {
  text-wrap: balance;
}
.hover\:text-pretty:hover {
  text-wrap: pretty;
}
.hover\:bg-black:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
}
.hover\:bg-black\/0:hover {
  background-color: rgb(0 0 0 / 0);
}
.hover\:bg-black\/10:hover {
  background-color: rgb(0 0 0 / 0.1);
}
.hover\:bg-black\/100:hover {
  background-color: rgb(0 0 0 / 1);
}
.hover\:bg-black\/15:hover {
  background-color: rgb(0 0 0 / 0.15);
}
.hover\:bg-black\/20:hover {
  background-color: rgb(0 0 0 / 0.2);
}
.hover\:bg-black\/25:hover {
  background-color: rgb(0 0 0 / 0.25);
}
.hover\:bg-black\/30:hover {
  background-color: rgb(0 0 0 / 0.3);
}
.hover\:bg-black\/35:hover {
  background-color: rgb(0 0 0 / 0.35);
}
.hover\:bg-black\/40:hover {
  background-color: rgb(0 0 0 / 0.4);
}
.hover\:bg-black\/45:hover {
  background-color: rgb(0 0 0 / 0.45);
}
.hover\:bg-black\/5:hover {
  background-color: rgb(0 0 0 / 0.05);
}
.hover\:bg-black\/50:hover {
  background-color: rgb(0 0 0 / 0.5);
}
.hover\:bg-black\/55:hover {
  background-color: rgb(0 0 0 / 0.55);
}
.hover\:bg-black\/60:hover {
  background-color: rgb(0 0 0 / 0.6);
}
.hover\:bg-black\/65:hover {
  background-color: rgb(0 0 0 / 0.65);
}
.hover\:bg-black\/70:hover {
  background-color: rgb(0 0 0 / 0.7);
}
.hover\:bg-black\/75:hover {
  background-color: rgb(0 0 0 / 0.75);
}
.hover\:bg-black\/80:hover {
  background-color: rgb(0 0 0 / 0.8);
}
.hover\:bg-black\/85:hover {
  background-color: rgb(0 0 0 / 0.85);
}
.hover\:bg-black\/90:hover {
  background-color: rgb(0 0 0 / 0.9);
}
.hover\:bg-black\/95:hover {
  background-color: rgb(0 0 0 / 0.95);
}
.hover\:bg-blue:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(46 46 150 / var(--tw-bg-opacity, 1));
}
.hover\:bg-blue-light:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(196 191 217 / var(--tw-bg-opacity, 1));
}
.hover\:bg-blue-light\/0:hover {
  background-color: rgb(196 191 217 / 0);
}
.hover\:bg-blue-light\/10:hover {
  background-color: rgb(196 191 217 / 0.1);
}
.hover\:bg-blue-light\/100:hover {
  background-color: rgb(196 191 217 / 1);
}
.hover\:bg-blue-light\/15:hover {
  background-color: rgb(196 191 217 / 0.15);
}
.hover\:bg-blue-light\/20:hover {
  background-color: rgb(196 191 217 / 0.2);
}
.hover\:bg-blue-light\/25:hover {
  background-color: rgb(196 191 217 / 0.25);
}
.hover\:bg-blue-light\/30:hover {
  background-color: rgb(196 191 217 / 0.3);
}
.hover\:bg-blue-light\/35:hover {
  background-color: rgb(196 191 217 / 0.35);
}
.hover\:bg-blue-light\/40:hover {
  background-color: rgb(196 191 217 / 0.4);
}
.hover\:bg-blue-light\/45:hover {
  background-color: rgb(196 191 217 / 0.45);
}
.hover\:bg-blue-light\/5:hover {
  background-color: rgb(196 191 217 / 0.05);
}
.hover\:bg-blue-light\/50:hover {
  background-color: rgb(196 191 217 / 0.5);
}
.hover\:bg-blue-light\/55:hover {
  background-color: rgb(196 191 217 / 0.55);
}
.hover\:bg-blue-light\/60:hover {
  background-color: rgb(196 191 217 / 0.6);
}
.hover\:bg-blue-light\/65:hover {
  background-color: rgb(196 191 217 / 0.65);
}
.hover\:bg-blue-light\/70:hover {
  background-color: rgb(196 191 217 / 0.7);
}
.hover\:bg-blue-light\/75:hover {
  background-color: rgb(196 191 217 / 0.75);
}
.hover\:bg-blue-light\/80:hover {
  background-color: rgb(196 191 217 / 0.8);
}
.hover\:bg-blue-light\/85:hover {
  background-color: rgb(196 191 217 / 0.85);
}
.hover\:bg-blue-light\/90:hover {
  background-color: rgb(196 191 217 / 0.9);
}
.hover\:bg-blue-light\/95:hover {
  background-color: rgb(196 191 217 / 0.95);
}
.hover\:bg-blue\/0:hover {
  background-color: rgb(46 46 150 / 0);
}
.hover\:bg-blue\/10:hover {
  background-color: rgb(46 46 150 / 0.1);
}
.hover\:bg-blue\/100:hover {
  background-color: rgb(46 46 150 / 1);
}
.hover\:bg-blue\/15:hover {
  background-color: rgb(46 46 150 / 0.15);
}
.hover\:bg-blue\/20:hover {
  background-color: rgb(46 46 150 / 0.2);
}
.hover\:bg-blue\/25:hover {
  background-color: rgb(46 46 150 / 0.25);
}
.hover\:bg-blue\/30:hover {
  background-color: rgb(46 46 150 / 0.3);
}
.hover\:bg-blue\/35:hover {
  background-color: rgb(46 46 150 / 0.35);
}
.hover\:bg-blue\/40:hover {
  background-color: rgb(46 46 150 / 0.4);
}
.hover\:bg-blue\/45:hover {
  background-color: rgb(46 46 150 / 0.45);
}
.hover\:bg-blue\/5:hover {
  background-color: rgb(46 46 150 / 0.05);
}
.hover\:bg-blue\/50:hover {
  background-color: rgb(46 46 150 / 0.5);
}
.hover\:bg-blue\/55:hover {
  background-color: rgb(46 46 150 / 0.55);
}
.hover\:bg-blue\/60:hover {
  background-color: rgb(46 46 150 / 0.6);
}
.hover\:bg-blue\/65:hover {
  background-color: rgb(46 46 150 / 0.65);
}
.hover\:bg-blue\/70:hover {
  background-color: rgb(46 46 150 / 0.7);
}
.hover\:bg-blue\/75:hover {
  background-color: rgb(46 46 150 / 0.75);
}
.hover\:bg-blue\/80:hover {
  background-color: rgb(46 46 150 / 0.8);
}
.hover\:bg-blue\/85:hover {
  background-color: rgb(46 46 150 / 0.85);
}
.hover\:bg-blue\/90:hover {
  background-color: rgb(46 46 150 / 0.9);
}
.hover\:bg-blue\/95:hover {
  background-color: rgb(46 46 150 / 0.95);
}
.hover\:bg-current:hover {
  background-color: currentColor;
}
.hover\:bg-gray:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(244 243 248 / var(--tw-bg-opacity, 1));
}
.hover\:bg-gray-dark:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(112 112 112 / var(--tw-bg-opacity, 1));
}
.hover\:bg-gray-dark\/0:hover {
  background-color: rgb(112 112 112 / 0);
}
.hover\:bg-gray-dark\/10:hover {
  background-color: rgb(112 112 112 / 0.1);
}
.hover\:bg-gray-dark\/100:hover {
  background-color: rgb(112 112 112 / 1);
}
.hover\:bg-gray-dark\/15:hover {
  background-color: rgb(112 112 112 / 0.15);
}
.hover\:bg-gray-dark\/20:hover {
  background-color: rgb(112 112 112 / 0.2);
}
.hover\:bg-gray-dark\/25:hover {
  background-color: rgb(112 112 112 / 0.25);
}
.hover\:bg-gray-dark\/30:hover {
  background-color: rgb(112 112 112 / 0.3);
}
.hover\:bg-gray-dark\/35:hover {
  background-color: rgb(112 112 112 / 0.35);
}
.hover\:bg-gray-dark\/40:hover {
  background-color: rgb(112 112 112 / 0.4);
}
.hover\:bg-gray-dark\/45:hover {
  background-color: rgb(112 112 112 / 0.45);
}
.hover\:bg-gray-dark\/5:hover {
  background-color: rgb(112 112 112 / 0.05);
}
.hover\:bg-gray-dark\/50:hover {
  background-color: rgb(112 112 112 / 0.5);
}
.hover\:bg-gray-dark\/55:hover {
  background-color: rgb(112 112 112 / 0.55);
}
.hover\:bg-gray-dark\/60:hover {
  background-color: rgb(112 112 112 / 0.6);
}
.hover\:bg-gray-dark\/65:hover {
  background-color: rgb(112 112 112 / 0.65);
}
.hover\:bg-gray-dark\/70:hover {
  background-color: rgb(112 112 112 / 0.7);
}
.hover\:bg-gray-dark\/75:hover {
  background-color: rgb(112 112 112 / 0.75);
}
.hover\:bg-gray-dark\/80:hover {
  background-color: rgb(112 112 112 / 0.8);
}
.hover\:bg-gray-dark\/85:hover {
  background-color: rgb(112 112 112 / 0.85);
}
.hover\:bg-gray-dark\/90:hover {
  background-color: rgb(112 112 112 / 0.9);
}
.hover\:bg-gray-dark\/95:hover {
  background-color: rgb(112 112 112 / 0.95);
}
.hover\:bg-gray\/0:hover {
  background-color: rgb(244 243 248 / 0);
}
.hover\:bg-gray\/10:hover {
  background-color: rgb(244 243 248 / 0.1);
}
.hover\:bg-gray\/100:hover {
  background-color: rgb(244 243 248 / 1);
}
.hover\:bg-gray\/15:hover {
  background-color: rgb(244 243 248 / 0.15);
}
.hover\:bg-gray\/20:hover {
  background-color: rgb(244 243 248 / 0.2);
}
.hover\:bg-gray\/25:hover {
  background-color: rgb(244 243 248 / 0.25);
}
.hover\:bg-gray\/30:hover {
  background-color: rgb(244 243 248 / 0.3);
}
.hover\:bg-gray\/35:hover {
  background-color: rgb(244 243 248 / 0.35);
}
.hover\:bg-gray\/40:hover {
  background-color: rgb(244 243 248 / 0.4);
}
.hover\:bg-gray\/45:hover {
  background-color: rgb(244 243 248 / 0.45);
}
.hover\:bg-gray\/5:hover {
  background-color: rgb(244 243 248 / 0.05);
}
.hover\:bg-gray\/50:hover {
  background-color: rgb(244 243 248 / 0.5);
}
.hover\:bg-gray\/55:hover {
  background-color: rgb(244 243 248 / 0.55);
}
.hover\:bg-gray\/60:hover {
  background-color: rgb(244 243 248 / 0.6);
}
.hover\:bg-gray\/65:hover {
  background-color: rgb(244 243 248 / 0.65);
}
.hover\:bg-gray\/70:hover {
  background-color: rgb(244 243 248 / 0.7);
}
.hover\:bg-gray\/75:hover {
  background-color: rgb(244 243 248 / 0.75);
}
.hover\:bg-gray\/80:hover {
  background-color: rgb(244 243 248 / 0.8);
}
.hover\:bg-gray\/85:hover {
  background-color: rgb(244 243 248 / 0.85);
}
.hover\:bg-gray\/90:hover {
  background-color: rgb(244 243 248 / 0.9);
}
.hover\:bg-gray\/95:hover {
  background-color: rgb(244 243 248 / 0.95);
}
.hover\:bg-green:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(109 203 156 / var(--tw-bg-opacity, 1));
}
.hover\:bg-green\/0:hover {
  background-color: rgb(109 203 156 / 0);
}
.hover\:bg-green\/10:hover {
  background-color: rgb(109 203 156 / 0.1);
}
.hover\:bg-green\/100:hover {
  background-color: rgb(109 203 156 / 1);
}
.hover\:bg-green\/15:hover {
  background-color: rgb(109 203 156 / 0.15);
}
.hover\:bg-green\/20:hover {
  background-color: rgb(109 203 156 / 0.2);
}
.hover\:bg-green\/25:hover {
  background-color: rgb(109 203 156 / 0.25);
}
.hover\:bg-green\/30:hover {
  background-color: rgb(109 203 156 / 0.3);
}
.hover\:bg-green\/35:hover {
  background-color: rgb(109 203 156 / 0.35);
}
.hover\:bg-green\/40:hover {
  background-color: rgb(109 203 156 / 0.4);
}
.hover\:bg-green\/45:hover {
  background-color: rgb(109 203 156 / 0.45);
}
.hover\:bg-green\/5:hover {
  background-color: rgb(109 203 156 / 0.05);
}
.hover\:bg-green\/50:hover {
  background-color: rgb(109 203 156 / 0.5);
}
.hover\:bg-green\/55:hover {
  background-color: rgb(109 203 156 / 0.55);
}
.hover\:bg-green\/60:hover {
  background-color: rgb(109 203 156 / 0.6);
}
.hover\:bg-green\/65:hover {
  background-color: rgb(109 203 156 / 0.65);
}
.hover\:bg-green\/70:hover {
  background-color: rgb(109 203 156 / 0.7);
}
.hover\:bg-green\/75:hover {
  background-color: rgb(109 203 156 / 0.75);
}
.hover\:bg-green\/80:hover {
  background-color: rgb(109 203 156 / 0.8);
}
.hover\:bg-green\/85:hover {
  background-color: rgb(109 203 156 / 0.85);
}
.hover\:bg-green\/90:hover {
  background-color: rgb(109 203 156 / 0.9);
}
.hover\:bg-green\/95:hover {
  background-color: rgb(109 203 156 / 0.95);
}
.hover\:bg-orange:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 174 61 / var(--tw-bg-opacity, 1));
}
.hover\:bg-orange\/0:hover {
  background-color: rgb(255 174 61 / 0);
}
.hover\:bg-orange\/10:hover {
  background-color: rgb(255 174 61 / 0.1);
}
.hover\:bg-orange\/100:hover {
  background-color: rgb(255 174 61 / 1);
}
.hover\:bg-orange\/15:hover {
  background-color: rgb(255 174 61 / 0.15);
}
.hover\:bg-orange\/20:hover {
  background-color: rgb(255 174 61 / 0.2);
}
.hover\:bg-orange\/25:hover {
  background-color: rgb(255 174 61 / 0.25);
}
.hover\:bg-orange\/30:hover {
  background-color: rgb(255 174 61 / 0.3);
}
.hover\:bg-orange\/35:hover {
  background-color: rgb(255 174 61 / 0.35);
}
.hover\:bg-orange\/40:hover {
  background-color: rgb(255 174 61 / 0.4);
}
.hover\:bg-orange\/45:hover {
  background-color: rgb(255 174 61 / 0.45);
}
.hover\:bg-orange\/5:hover {
  background-color: rgb(255 174 61 / 0.05);
}
.hover\:bg-orange\/50:hover {
  background-color: rgb(255 174 61 / 0.5);
}
.hover\:bg-orange\/55:hover {
  background-color: rgb(255 174 61 / 0.55);
}
.hover\:bg-orange\/60:hover {
  background-color: rgb(255 174 61 / 0.6);
}
.hover\:bg-orange\/65:hover {
  background-color: rgb(255 174 61 / 0.65);
}
.hover\:bg-orange\/70:hover {
  background-color: rgb(255 174 61 / 0.7);
}
.hover\:bg-orange\/75:hover {
  background-color: rgb(255 174 61 / 0.75);
}
.hover\:bg-orange\/80:hover {
  background-color: rgb(255 174 61 / 0.8);
}
.hover\:bg-orange\/85:hover {
  background-color: rgb(255 174 61 / 0.85);
}
.hover\:bg-orange\/90:hover {
  background-color: rgb(255 174 61 / 0.9);
}
.hover\:bg-orange\/95:hover {
  background-color: rgb(255 174 61 / 0.95);
}
.hover\:bg-pink:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 184 200 / var(--tw-bg-opacity, 1));
}
.hover\:bg-pink\/0:hover {
  background-color: rgb(255 184 200 / 0);
}
.hover\:bg-pink\/10:hover {
  background-color: rgb(255 184 200 / 0.1);
}
.hover\:bg-pink\/100:hover {
  background-color: rgb(255 184 200 / 1);
}
.hover\:bg-pink\/15:hover {
  background-color: rgb(255 184 200 / 0.15);
}
.hover\:bg-pink\/20:hover {
  background-color: rgb(255 184 200 / 0.2);
}
.hover\:bg-pink\/25:hover {
  background-color: rgb(255 184 200 / 0.25);
}
.hover\:bg-pink\/30:hover {
  background-color: rgb(255 184 200 / 0.3);
}
.hover\:bg-pink\/35:hover {
  background-color: rgb(255 184 200 / 0.35);
}
.hover\:bg-pink\/40:hover {
  background-color: rgb(255 184 200 / 0.4);
}
.hover\:bg-pink\/45:hover {
  background-color: rgb(255 184 200 / 0.45);
}
.hover\:bg-pink\/5:hover {
  background-color: rgb(255 184 200 / 0.05);
}
.hover\:bg-pink\/50:hover {
  background-color: rgb(255 184 200 / 0.5);
}
.hover\:bg-pink\/55:hover {
  background-color: rgb(255 184 200 / 0.55);
}
.hover\:bg-pink\/60:hover {
  background-color: rgb(255 184 200 / 0.6);
}
.hover\:bg-pink\/65:hover {
  background-color: rgb(255 184 200 / 0.65);
}
.hover\:bg-pink\/70:hover {
  background-color: rgb(255 184 200 / 0.7);
}
.hover\:bg-pink\/75:hover {
  background-color: rgb(255 184 200 / 0.75);
}
.hover\:bg-pink\/80:hover {
  background-color: rgb(255 184 200 / 0.8);
}
.hover\:bg-pink\/85:hover {
  background-color: rgb(255 184 200 / 0.85);
}
.hover\:bg-pink\/90:hover {
  background-color: rgb(255 184 200 / 0.9);
}
.hover\:bg-pink\/95:hover {
  background-color: rgb(255 184 200 / 0.95);
}
.hover\:bg-transparent:hover {
  background-color: rgba(0,0,0,0);
}
.hover\:bg-transparent\/0:hover {
  background-color: rgba(0, 0, 0, 0);
}
.hover\:bg-transparent\/10:hover {
  background-color: rgba(0, 0, 0, 0.1);
}
.hover\:bg-transparent\/100:hover {
  background-color: rgba(0, 0, 0, 1);
}
.hover\:bg-transparent\/15:hover {
  background-color: rgba(0, 0, 0, 0.15);
}
.hover\:bg-transparent\/20:hover {
  background-color: rgba(0, 0, 0, 0.2);
}
.hover\:bg-transparent\/25:hover {
  background-color: rgba(0, 0, 0, 0.25);
}
.hover\:bg-transparent\/30:hover {
  background-color: rgba(0, 0, 0, 0.3);
}
.hover\:bg-transparent\/35:hover {
  background-color: rgba(0, 0, 0, 0.35);
}
.hover\:bg-transparent\/40:hover {
  background-color: rgba(0, 0, 0, 0.4);
}
.hover\:bg-transparent\/45:hover {
  background-color: rgba(0, 0, 0, 0.45);
}
.hover\:bg-transparent\/5:hover {
  background-color: rgba(0, 0, 0, 0.05);
}
.hover\:bg-transparent\/50:hover {
  background-color: rgba(0, 0, 0, 0.5);
}
.hover\:bg-transparent\/55:hover {
  background-color: rgba(0, 0, 0, 0.55);
}
.hover\:bg-transparent\/60:hover {
  background-color: rgba(0, 0, 0, 0.6);
}
.hover\:bg-transparent\/65:hover {
  background-color: rgba(0, 0, 0, 0.65);
}
.hover\:bg-transparent\/70:hover {
  background-color: rgba(0, 0, 0, 0.7);
}
.hover\:bg-transparent\/75:hover {
  background-color: rgba(0, 0, 0, 0.75);
}
.hover\:bg-transparent\/80:hover {
  background-color: rgba(0, 0, 0, 0.8);
}
.hover\:bg-transparent\/85:hover {
  background-color: rgba(0, 0, 0, 0.85);
}
.hover\:bg-transparent\/90:hover {
  background-color: rgba(0, 0, 0, 0.9);
}
.hover\:bg-transparent\/95:hover {
  background-color: rgba(0, 0, 0, 0.95);
}
.hover\:bg-white:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.hover\:bg-white\/0:hover {
  background-color: rgb(255 255 255 / 0);
}
.hover\:bg-white\/10:hover {
  background-color: rgb(255 255 255 / 0.1);
}
.hover\:bg-white\/100:hover {
  background-color: rgb(255 255 255 / 1);
}
.hover\:bg-white\/15:hover {
  background-color: rgb(255 255 255 / 0.15);
}
.hover\:bg-white\/20:hover {
  background-color: rgb(255 255 255 / 0.2);
}
.hover\:bg-white\/25:hover {
  background-color: rgb(255 255 255 / 0.25);
}
.hover\:bg-white\/30:hover {
  background-color: rgb(255 255 255 / 0.3);
}
.hover\:bg-white\/35:hover {
  background-color: rgb(255 255 255 / 0.35);
}
.hover\:bg-white\/40:hover {
  background-color: rgb(255 255 255 / 0.4);
}
.hover\:bg-white\/45:hover {
  background-color: rgb(255 255 255 / 0.45);
}
.hover\:bg-white\/5:hover {
  background-color: rgb(255 255 255 / 0.05);
}
.hover\:bg-white\/50:hover {
  background-color: rgb(255 255 255 / 0.5);
}
.hover\:bg-white\/55:hover {
  background-color: rgb(255 255 255 / 0.55);
}
.hover\:bg-white\/60:hover {
  background-color: rgb(255 255 255 / 0.6);
}
.hover\:bg-white\/65:hover {
  background-color: rgb(255 255 255 / 0.65);
}
.hover\:bg-white\/70:hover {
  background-color: rgb(255 255 255 / 0.7);
}
.hover\:bg-white\/75:hover {
  background-color: rgb(255 255 255 / 0.75);
}
.hover\:bg-white\/80:hover {
  background-color: rgb(255 255 255 / 0.8);
}
.hover\:bg-white\/85:hover {
  background-color: rgb(255 255 255 / 0.85);
}
.hover\:bg-white\/90:hover {
  background-color: rgb(255 255 255 / 0.9);
}
.hover\:bg-white\/95:hover {
  background-color: rgb(255 255 255 / 0.95);
}
.hover\:bg-opacity-0:hover {
  --tw-bg-opacity: 0;
}
.hover\:bg-opacity-10:hover {
  --tw-bg-opacity: 0.1;
}
.hover\:bg-opacity-100:hover {
  --tw-bg-opacity: 1;
}
.hover\:bg-opacity-15:hover {
  --tw-bg-opacity: 0.15;
}
.hover\:bg-opacity-20:hover {
  --tw-bg-opacity: 0.2;
}
.hover\:bg-opacity-25:hover {
  --tw-bg-opacity: 0.25;
}
.hover\:bg-opacity-30:hover {
  --tw-bg-opacity: 0.3;
}
.hover\:bg-opacity-35:hover {
  --tw-bg-opacity: 0.35;
}
.hover\:bg-opacity-40:hover {
  --tw-bg-opacity: 0.4;
}
.hover\:bg-opacity-45:hover {
  --tw-bg-opacity: 0.45;
}
.hover\:bg-opacity-5:hover {
  --tw-bg-opacity: 0.05;
}
.hover\:bg-opacity-50:hover {
  --tw-bg-opacity: 0.5;
}
.hover\:bg-opacity-55:hover {
  --tw-bg-opacity: 0.55;
}
.hover\:bg-opacity-60:hover {
  --tw-bg-opacity: 0.6;
}
.hover\:bg-opacity-65:hover {
  --tw-bg-opacity: 0.65;
}
.hover\:bg-opacity-70:hover {
  --tw-bg-opacity: 0.7;
}
.hover\:bg-opacity-75:hover {
  --tw-bg-opacity: 0.75;
}
.hover\:bg-opacity-80:hover {
  --tw-bg-opacity: 0.8;
}
.hover\:bg-opacity-85:hover {
  --tw-bg-opacity: 0.85;
}
.hover\:bg-opacity-90:hover {
  --tw-bg-opacity: 0.9;
}
.hover\:bg-opacity-95:hover {
  --tw-bg-opacity: 0.95;
}
.hover\:bg-footerImg:hover {
  background-image: url("../img/bg-footer.svg");
}
.hover\:bg-gradient-to-b:hover {
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
}
.hover\:bg-gradient-to-bl:hover {
  background-image: linear-gradient(to bottom left, var(--tw-gradient-stops));
}
.hover\:bg-gradient-to-br:hover {
  background-image: linear-gradient(to bottom right, var(--tw-gradient-stops));
}
.hover\:bg-gradient-to-l:hover {
  background-image: linear-gradient(to left, var(--tw-gradient-stops));
}
.hover\:bg-gradient-to-r:hover {
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
}
.hover\:bg-gradient-to-t:hover {
  background-image: linear-gradient(to top, var(--tw-gradient-stops));
}
.hover\:bg-gradient-to-tl:hover {
  background-image: linear-gradient(to top left, var(--tw-gradient-stops));
}
.hover\:bg-gradient-to-tr:hover {
  background-image: linear-gradient(to top right, var(--tw-gradient-stops));
}
.hover\:bg-none:hover {
  background-image: none;
}
.hover\:bg-auto:hover {
  background-size: auto;
}
.hover\:bg-contain:hover {
  background-size: contain;
}
.hover\:bg-cover:hover {
  background-size: cover;
}
.hover\:bg-footerSize:hover {
  background-size: 99.7rem;
}
.hover\:bg-footerSizeXs:hover {
  background-size: 50rem;
}
.hover\:bg-fixed:hover {
  background-attachment: fixed;
}
.hover\:bg-local:hover {
  background-attachment: local;
}
.hover\:bg-scroll:hover {
  background-attachment: scroll;
}
.hover\:bg-clip-border:hover {
  background-clip: border-box;
}
.hover\:bg-clip-padding:hover {
  background-clip: padding-box;
}
.hover\:bg-clip-content:hover {
  background-clip: content-box;
}
.hover\:bg-clip-text:hover {
  background-clip: text;
}
.hover\:bg-bottom:hover {
  background-position: bottom;
}
.hover\:bg-center:hover {
  background-position: center;
}
.hover\:bg-footerPos:hover {
  background-position: 163% 40%;
}
.hover\:bg-footerPosXs:hover {
  background-position: -70% 40%;
}
.hover\:bg-left:hover {
  background-position: left;
}
.hover\:bg-left-bottom:hover {
  background-position: left bottom;
}
.hover\:bg-left-top:hover {
  background-position: left top;
}
.hover\:bg-right:hover {
  background-position: right;
}
.hover\:bg-right-bottom:hover {
  background-position: right bottom;
}
.hover\:bg-right-top:hover {
  background-position: right top;
}
.hover\:bg-top:hover {
  background-position: top;
}
.hover\:bg-repeat:hover {
  background-repeat: repeat;
}
.hover\:bg-no-repeat:hover {
  background-repeat: no-repeat;
}
.hover\:bg-repeat-x:hover {
  background-repeat: repeat-x;
}
.hover\:bg-repeat-y:hover {
  background-repeat: repeat-y;
}
.hover\:bg-repeat-round:hover {
  background-repeat: round;
}
.hover\:bg-repeat-space:hover {
  background-repeat: space;
}
.hover\:bg-origin-border:hover {
  background-origin: border-box;
}
.hover\:bg-origin-padding:hover {
  background-origin: padding-box;
}
.hover\:bg-origin-content:hover {
  background-origin: content-box;
}
.hover\:text-left:hover {
  text-align: left;
}
.hover\:text-center:hover {
  text-align: center;
}
.hover\:text-right:hover {
  text-align: right;
}
.hover\:text-justify:hover {
  text-align: justify;
}
.hover\:text-start:hover {
  text-align: start;
}
.hover\:text-end:hover {
  text-align: end;
}
.hover\:text-2xl:hover {
  font-size: 1.5rem;
  line-height: 2rem;
}
.hover\:text-3xl:hover {
  font-size: 1.875rem;
  line-height: 2.25rem;
}
.hover\:text-4xl:hover {
  font-size: 2.25rem;
  line-height: 2.5rem;
}
.hover\:text-5xl:hover {
  font-size: 3rem;
  line-height: 1;
}
.hover\:text-6xl:hover {
  font-size: 3.75rem;
  line-height: 1;
}
.hover\:text-7xl:hover {
  font-size: 4.5rem;
  line-height: 1;
}
.hover\:text-8xl:hover {
  font-size: 6rem;
  line-height: 1;
}
.hover\:text-9xl:hover {
  font-size: 8rem;
  line-height: 1;
}
.hover\:text-base:hover {
  font-size: 1rem;
  line-height: 1.5rem;
}
.hover\:text-lg:hover {
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.hover\:text-sm:hover {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.hover\:text-xl:hover {
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.hover\:text-xs:hover {
  font-size: 0.75rem;
  line-height: 1rem;
}
.hover\:text-black:hover {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
.hover\:text-black\/0:hover {
  color: rgb(0 0 0 / 0);
}
.hover\:text-black\/10:hover {
  color: rgb(0 0 0 / 0.1);
}
.hover\:text-black\/100:hover {
  color: rgb(0 0 0 / 1);
}
.hover\:text-black\/15:hover {
  color: rgb(0 0 0 / 0.15);
}
.hover\:text-black\/20:hover {
  color: rgb(0 0 0 / 0.2);
}
.hover\:text-black\/25:hover {
  color: rgb(0 0 0 / 0.25);
}
.hover\:text-black\/30:hover {
  color: rgb(0 0 0 / 0.3);
}
.hover\:text-black\/35:hover {
  color: rgb(0 0 0 / 0.35);
}
.hover\:text-black\/40:hover {
  color: rgb(0 0 0 / 0.4);
}
.hover\:text-black\/45:hover {
  color: rgb(0 0 0 / 0.45);
}
.hover\:text-black\/5:hover {
  color: rgb(0 0 0 / 0.05);
}
.hover\:text-black\/50:hover {
  color: rgb(0 0 0 / 0.5);
}
.hover\:text-black\/55:hover {
  color: rgb(0 0 0 / 0.55);
}
.hover\:text-black\/60:hover {
  color: rgb(0 0 0 / 0.6);
}
.hover\:text-black\/65:hover {
  color: rgb(0 0 0 / 0.65);
}
.hover\:text-black\/70:hover {
  color: rgb(0 0 0 / 0.7);
}
.hover\:text-black\/75:hover {
  color: rgb(0 0 0 / 0.75);
}
.hover\:text-black\/80:hover {
  color: rgb(0 0 0 / 0.8);
}
.hover\:text-black\/85:hover {
  color: rgb(0 0 0 / 0.85);
}
.hover\:text-black\/90:hover {
  color: rgb(0 0 0 / 0.9);
}
.hover\:text-black\/95:hover {
  color: rgb(0 0 0 / 0.95);
}
.hover\:text-blue:hover {
  --tw-text-opacity: 1;
  color: rgb(46 46 150 / var(--tw-text-opacity, 1));
}
.hover\:text-blue-light:hover {
  --tw-text-opacity: 1;
  color: rgb(196 191 217 / var(--tw-text-opacity, 1));
}
.hover\:text-blue-light\/0:hover {
  color: rgb(196 191 217 / 0);
}
.hover\:text-blue-light\/10:hover {
  color: rgb(196 191 217 / 0.1);
}
.hover\:text-blue-light\/100:hover {
  color: rgb(196 191 217 / 1);
}
.hover\:text-blue-light\/15:hover {
  color: rgb(196 191 217 / 0.15);
}
.hover\:text-blue-light\/20:hover {
  color: rgb(196 191 217 / 0.2);
}
.hover\:text-blue-light\/25:hover {
  color: rgb(196 191 217 / 0.25);
}
.hover\:text-blue-light\/30:hover {
  color: rgb(196 191 217 / 0.3);
}
.hover\:text-blue-light\/35:hover {
  color: rgb(196 191 217 / 0.35);
}
.hover\:text-blue-light\/40:hover {
  color: rgb(196 191 217 / 0.4);
}
.hover\:text-blue-light\/45:hover {
  color: rgb(196 191 217 / 0.45);
}
.hover\:text-blue-light\/5:hover {
  color: rgb(196 191 217 / 0.05);
}
.hover\:text-blue-light\/50:hover {
  color: rgb(196 191 217 / 0.5);
}
.hover\:text-blue-light\/55:hover {
  color: rgb(196 191 217 / 0.55);
}
.hover\:text-blue-light\/60:hover {
  color: rgb(196 191 217 / 0.6);
}
.hover\:text-blue-light\/65:hover {
  color: rgb(196 191 217 / 0.65);
}
.hover\:text-blue-light\/70:hover {
  color: rgb(196 191 217 / 0.7);
}
.hover\:text-blue-light\/75:hover {
  color: rgb(196 191 217 / 0.75);
}
.hover\:text-blue-light\/80:hover {
  color: rgb(196 191 217 / 0.8);
}
.hover\:text-blue-light\/85:hover {
  color: rgb(196 191 217 / 0.85);
}
.hover\:text-blue-light\/90:hover {
  color: rgb(196 191 217 / 0.9);
}
.hover\:text-blue-light\/95:hover {
  color: rgb(196 191 217 / 0.95);
}
.hover\:text-blue\/0:hover {
  color: rgb(46 46 150 / 0);
}
.hover\:text-blue\/10:hover {
  color: rgb(46 46 150 / 0.1);
}
.hover\:text-blue\/100:hover {
  color: rgb(46 46 150 / 1);
}
.hover\:text-blue\/15:hover {
  color: rgb(46 46 150 / 0.15);
}
.hover\:text-blue\/20:hover {
  color: rgb(46 46 150 / 0.2);
}
.hover\:text-blue\/25:hover {
  color: rgb(46 46 150 / 0.25);
}
.hover\:text-blue\/30:hover {
  color: rgb(46 46 150 / 0.3);
}
.hover\:text-blue\/35:hover {
  color: rgb(46 46 150 / 0.35);
}
.hover\:text-blue\/40:hover {
  color: rgb(46 46 150 / 0.4);
}
.hover\:text-blue\/45:hover {
  color: rgb(46 46 150 / 0.45);
}
.hover\:text-blue\/5:hover {
  color: rgb(46 46 150 / 0.05);
}
.hover\:text-blue\/50:hover {
  color: rgb(46 46 150 / 0.5);
}
.hover\:text-blue\/55:hover {
  color: rgb(46 46 150 / 0.55);
}
.hover\:text-blue\/60:hover {
  color: rgb(46 46 150 / 0.6);
}
.hover\:text-blue\/65:hover {
  color: rgb(46 46 150 / 0.65);
}
.hover\:text-blue\/70:hover {
  color: rgb(46 46 150 / 0.7);
}
.hover\:text-blue\/75:hover {
  color: rgb(46 46 150 / 0.75);
}
.hover\:text-blue\/80:hover {
  color: rgb(46 46 150 / 0.8);
}
.hover\:text-blue\/85:hover {
  color: rgb(46 46 150 / 0.85);
}
.hover\:text-blue\/90:hover {
  color: rgb(46 46 150 / 0.9);
}
.hover\:text-blue\/95:hover {
  color: rgb(46 46 150 / 0.95);
}
.hover\:text-current:hover {
  color: currentColor;
}
.hover\:text-gray:hover {
  --tw-text-opacity: 1;
  color: rgb(244 243 248 / var(--tw-text-opacity, 1));
}
.hover\:text-gray-dark:hover {
  --tw-text-opacity: 1;
  color: rgb(112 112 112 / var(--tw-text-opacity, 1));
}
.hover\:text-gray-dark\/0:hover {
  color: rgb(112 112 112 / 0);
}
.hover\:text-gray-dark\/10:hover {
  color: rgb(112 112 112 / 0.1);
}
.hover\:text-gray-dark\/100:hover {
  color: rgb(112 112 112 / 1);
}
.hover\:text-gray-dark\/15:hover {
  color: rgb(112 112 112 / 0.15);
}
.hover\:text-gray-dark\/20:hover {
  color: rgb(112 112 112 / 0.2);
}
.hover\:text-gray-dark\/25:hover {
  color: rgb(112 112 112 / 0.25);
}
.hover\:text-gray-dark\/30:hover {
  color: rgb(112 112 112 / 0.3);
}
.hover\:text-gray-dark\/35:hover {
  color: rgb(112 112 112 / 0.35);
}
.hover\:text-gray-dark\/40:hover {
  color: rgb(112 112 112 / 0.4);
}
.hover\:text-gray-dark\/45:hover {
  color: rgb(112 112 112 / 0.45);
}
.hover\:text-gray-dark\/5:hover {
  color: rgb(112 112 112 / 0.05);
}
.hover\:text-gray-dark\/50:hover {
  color: rgb(112 112 112 / 0.5);
}
.hover\:text-gray-dark\/55:hover {
  color: rgb(112 112 112 / 0.55);
}
.hover\:text-gray-dark\/60:hover {
  color: rgb(112 112 112 / 0.6);
}
.hover\:text-gray-dark\/65:hover {
  color: rgb(112 112 112 / 0.65);
}
.hover\:text-gray-dark\/70:hover {
  color: rgb(112 112 112 / 0.7);
}
.hover\:text-gray-dark\/75:hover {
  color: rgb(112 112 112 / 0.75);
}
.hover\:text-gray-dark\/80:hover {
  color: rgb(112 112 112 / 0.8);
}
.hover\:text-gray-dark\/85:hover {
  color: rgb(112 112 112 / 0.85);
}
.hover\:text-gray-dark\/90:hover {
  color: rgb(112 112 112 / 0.9);
}
.hover\:text-gray-dark\/95:hover {
  color: rgb(112 112 112 / 0.95);
}
.hover\:text-gray\/0:hover {
  color: rgb(244 243 248 / 0);
}
.hover\:text-gray\/10:hover {
  color: rgb(244 243 248 / 0.1);
}
.hover\:text-gray\/100:hover {
  color: rgb(244 243 248 / 1);
}
.hover\:text-gray\/15:hover {
  color: rgb(244 243 248 / 0.15);
}
.hover\:text-gray\/20:hover {
  color: rgb(244 243 248 / 0.2);
}
.hover\:text-gray\/25:hover {
  color: rgb(244 243 248 / 0.25);
}
.hover\:text-gray\/30:hover {
  color: rgb(244 243 248 / 0.3);
}
.hover\:text-gray\/35:hover {
  color: rgb(244 243 248 / 0.35);
}
.hover\:text-gray\/40:hover {
  color: rgb(244 243 248 / 0.4);
}
.hover\:text-gray\/45:hover {
  color: rgb(244 243 248 / 0.45);
}
.hover\:text-gray\/5:hover {
  color: rgb(244 243 248 / 0.05);
}
.hover\:text-gray\/50:hover {
  color: rgb(244 243 248 / 0.5);
}
.hover\:text-gray\/55:hover {
  color: rgb(244 243 248 / 0.55);
}
.hover\:text-gray\/60:hover {
  color: rgb(244 243 248 / 0.6);
}
.hover\:text-gray\/65:hover {
  color: rgb(244 243 248 / 0.65);
}
.hover\:text-gray\/70:hover {
  color: rgb(244 243 248 / 0.7);
}
.hover\:text-gray\/75:hover {
  color: rgb(244 243 248 / 0.75);
}
.hover\:text-gray\/80:hover {
  color: rgb(244 243 248 / 0.8);
}
.hover\:text-gray\/85:hover {
  color: rgb(244 243 248 / 0.85);
}
.hover\:text-gray\/90:hover {
  color: rgb(244 243 248 / 0.9);
}
.hover\:text-gray\/95:hover {
  color: rgb(244 243 248 / 0.95);
}
.hover\:text-green:hover {
  --tw-text-opacity: 1;
  color: rgb(109 203 156 / var(--tw-text-opacity, 1));
}
.hover\:text-green\/0:hover {
  color: rgb(109 203 156 / 0);
}
.hover\:text-green\/10:hover {
  color: rgb(109 203 156 / 0.1);
}
.hover\:text-green\/100:hover {
  color: rgb(109 203 156 / 1);
}
.hover\:text-green\/15:hover {
  color: rgb(109 203 156 / 0.15);
}
.hover\:text-green\/20:hover {
  color: rgb(109 203 156 / 0.2);
}
.hover\:text-green\/25:hover {
  color: rgb(109 203 156 / 0.25);
}
.hover\:text-green\/30:hover {
  color: rgb(109 203 156 / 0.3);
}
.hover\:text-green\/35:hover {
  color: rgb(109 203 156 / 0.35);
}
.hover\:text-green\/40:hover {
  color: rgb(109 203 156 / 0.4);
}
.hover\:text-green\/45:hover {
  color: rgb(109 203 156 / 0.45);
}
.hover\:text-green\/5:hover {
  color: rgb(109 203 156 / 0.05);
}
.hover\:text-green\/50:hover {
  color: rgb(109 203 156 / 0.5);
}
.hover\:text-green\/55:hover {
  color: rgb(109 203 156 / 0.55);
}
.hover\:text-green\/60:hover {
  color: rgb(109 203 156 / 0.6);
}
.hover\:text-green\/65:hover {
  color: rgb(109 203 156 / 0.65);
}
.hover\:text-green\/70:hover {
  color: rgb(109 203 156 / 0.7);
}
.hover\:text-green\/75:hover {
  color: rgb(109 203 156 / 0.75);
}
.hover\:text-green\/80:hover {
  color: rgb(109 203 156 / 0.8);
}
.hover\:text-green\/85:hover {
  color: rgb(109 203 156 / 0.85);
}
.hover\:text-green\/90:hover {
  color: rgb(109 203 156 / 0.9);
}
.hover\:text-green\/95:hover {
  color: rgb(109 203 156 / 0.95);
}
.hover\:text-orange:hover {
  --tw-text-opacity: 1;
  color: rgb(255 174 61 / var(--tw-text-opacity, 1));
}
.hover\:text-orange\/0:hover {
  color: rgb(255 174 61 / 0);
}
.hover\:text-orange\/10:hover {
  color: rgb(255 174 61 / 0.1);
}
.hover\:text-orange\/100:hover {
  color: rgb(255 174 61 / 1);
}
.hover\:text-orange\/15:hover {
  color: rgb(255 174 61 / 0.15);
}
.hover\:text-orange\/20:hover {
  color: rgb(255 174 61 / 0.2);
}
.hover\:text-orange\/25:hover {
  color: rgb(255 174 61 / 0.25);
}
.hover\:text-orange\/30:hover {
  color: rgb(255 174 61 / 0.3);
}
.hover\:text-orange\/35:hover {
  color: rgb(255 174 61 / 0.35);
}
.hover\:text-orange\/40:hover {
  color: rgb(255 174 61 / 0.4);
}
.hover\:text-orange\/45:hover {
  color: rgb(255 174 61 / 0.45);
}
.hover\:text-orange\/5:hover {
  color: rgb(255 174 61 / 0.05);
}
.hover\:text-orange\/50:hover {
  color: rgb(255 174 61 / 0.5);
}
.hover\:text-orange\/55:hover {
  color: rgb(255 174 61 / 0.55);
}
.hover\:text-orange\/60:hover {
  color: rgb(255 174 61 / 0.6);
}
.hover\:text-orange\/65:hover {
  color: rgb(255 174 61 / 0.65);
}
.hover\:text-orange\/70:hover {
  color: rgb(255 174 61 / 0.7);
}
.hover\:text-orange\/75:hover {
  color: rgb(255 174 61 / 0.75);
}
.hover\:text-orange\/80:hover {
  color: rgb(255 174 61 / 0.8);
}
.hover\:text-orange\/85:hover {
  color: rgb(255 174 61 / 0.85);
}
.hover\:text-orange\/90:hover {
  color: rgb(255 174 61 / 0.9);
}
.hover\:text-orange\/95:hover {
  color: rgb(255 174 61 / 0.95);
}
.hover\:text-pink:hover {
  --tw-text-opacity: 1;
  color: rgb(255 184 200 / var(--tw-text-opacity, 1));
}
.hover\:text-pink\/0:hover {
  color: rgb(255 184 200 / 0);
}
.hover\:text-pink\/10:hover {
  color: rgb(255 184 200 / 0.1);
}
.hover\:text-pink\/100:hover {
  color: rgb(255 184 200 / 1);
}
.hover\:text-pink\/15:hover {
  color: rgb(255 184 200 / 0.15);
}
.hover\:text-pink\/20:hover {
  color: rgb(255 184 200 / 0.2);
}
.hover\:text-pink\/25:hover {
  color: rgb(255 184 200 / 0.25);
}
.hover\:text-pink\/30:hover {
  color: rgb(255 184 200 / 0.3);
}
.hover\:text-pink\/35:hover {
  color: rgb(255 184 200 / 0.35);
}
.hover\:text-pink\/40:hover {
  color: rgb(255 184 200 / 0.4);
}
.hover\:text-pink\/45:hover {
  color: rgb(255 184 200 / 0.45);
}
.hover\:text-pink\/5:hover {
  color: rgb(255 184 200 / 0.05);
}
.hover\:text-pink\/50:hover {
  color: rgb(255 184 200 / 0.5);
}
.hover\:text-pink\/55:hover {
  color: rgb(255 184 200 / 0.55);
}
.hover\:text-pink\/60:hover {
  color: rgb(255 184 200 / 0.6);
}
.hover\:text-pink\/65:hover {
  color: rgb(255 184 200 / 0.65);
}
.hover\:text-pink\/70:hover {
  color: rgb(255 184 200 / 0.7);
}
.hover\:text-pink\/75:hover {
  color: rgb(255 184 200 / 0.75);
}
.hover\:text-pink\/80:hover {
  color: rgb(255 184 200 / 0.8);
}
.hover\:text-pink\/85:hover {
  color: rgb(255 184 200 / 0.85);
}
.hover\:text-pink\/90:hover {
  color: rgb(255 184 200 / 0.9);
}
.hover\:text-pink\/95:hover {
  color: rgb(255 184 200 / 0.95);
}
.hover\:text-transparent:hover {
  color: rgba(0,0,0,0);
}
.hover\:text-transparent\/0:hover {
  color: rgba(0, 0, 0, 0);
}
.hover\:text-transparent\/10:hover {
  color: rgba(0, 0, 0, 0.1);
}
.hover\:text-transparent\/100:hover {
  color: rgba(0, 0, 0, 1);
}
.hover\:text-transparent\/15:hover {
  color: rgba(0, 0, 0, 0.15);
}
.hover\:text-transparent\/20:hover {
  color: rgba(0, 0, 0, 0.2);
}
.hover\:text-transparent\/25:hover {
  color: rgba(0, 0, 0, 0.25);
}
.hover\:text-transparent\/30:hover {
  color: rgba(0, 0, 0, 0.3);
}
.hover\:text-transparent\/35:hover {
  color: rgba(0, 0, 0, 0.35);
}
.hover\:text-transparent\/40:hover {
  color: rgba(0, 0, 0, 0.4);
}
.hover\:text-transparent\/45:hover {
  color: rgba(0, 0, 0, 0.45);
}
.hover\:text-transparent\/5:hover {
  color: rgba(0, 0, 0, 0.05);
}
.hover\:text-transparent\/50:hover {
  color: rgba(0, 0, 0, 0.5);
}
.hover\:text-transparent\/55:hover {
  color: rgba(0, 0, 0, 0.55);
}
.hover\:text-transparent\/60:hover {
  color: rgba(0, 0, 0, 0.6);
}
.hover\:text-transparent\/65:hover {
  color: rgba(0, 0, 0, 0.65);
}
.hover\:text-transparent\/70:hover {
  color: rgba(0, 0, 0, 0.7);
}
.hover\:text-transparent\/75:hover {
  color: rgba(0, 0, 0, 0.75);
}
.hover\:text-transparent\/80:hover {
  color: rgba(0, 0, 0, 0.8);
}
.hover\:text-transparent\/85:hover {
  color: rgba(0, 0, 0, 0.85);
}
.hover\:text-transparent\/90:hover {
  color: rgba(0, 0, 0, 0.9);
}
.hover\:text-transparent\/95:hover {
  color: rgba(0, 0, 0, 0.95);
}
.hover\:text-white:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.hover\:text-white\/0:hover {
  color: rgb(255 255 255 / 0);
}
.hover\:text-white\/10:hover {
  color: rgb(255 255 255 / 0.1);
}
.hover\:text-white\/100:hover {
  color: rgb(255 255 255 / 1);
}
.hover\:text-white\/15:hover {
  color: rgb(255 255 255 / 0.15);
}
.hover\:text-white\/20:hover {
  color: rgb(255 255 255 / 0.2);
}
.hover\:text-white\/25:hover {
  color: rgb(255 255 255 / 0.25);
}
.hover\:text-white\/30:hover {
  color: rgb(255 255 255 / 0.3);
}
.hover\:text-white\/35:hover {
  color: rgb(255 255 255 / 0.35);
}
.hover\:text-white\/40:hover {
  color: rgb(255 255 255 / 0.4);
}
.hover\:text-white\/45:hover {
  color: rgb(255 255 255 / 0.45);
}
.hover\:text-white\/5:hover {
  color: rgb(255 255 255 / 0.05);
}
.hover\:text-white\/50:hover {
  color: rgb(255 255 255 / 0.5);
}
.hover\:text-white\/55:hover {
  color: rgb(255 255 255 / 0.55);
}
.hover\:text-white\/60:hover {
  color: rgb(255 255 255 / 0.6);
}
.hover\:text-white\/65:hover {
  color: rgb(255 255 255 / 0.65);
}
.hover\:text-white\/70:hover {
  color: rgb(255 255 255 / 0.7);
}
.hover\:text-white\/75:hover {
  color: rgb(255 255 255 / 0.75);
}
.hover\:text-white\/80:hover {
  color: rgb(255 255 255 / 0.8);
}
.hover\:text-white\/85:hover {
  color: rgb(255 255 255 / 0.85);
}
.hover\:text-white\/90:hover {
  color: rgb(255 255 255 / 0.9);
}
.hover\:text-white\/95:hover {
  color: rgb(255 255 255 / 0.95);
}
.hover\:text-opacity-0:hover {
  --tw-text-opacity: 0;
}
.hover\:text-opacity-10:hover {
  --tw-text-opacity: 0.1;
}
.hover\:text-opacity-100:hover {
  --tw-text-opacity: 1;
}
.hover\:text-opacity-15:hover {
  --tw-text-opacity: 0.15;
}
.hover\:text-opacity-20:hover {
  --tw-text-opacity: 0.2;
}
.hover\:text-opacity-25:hover {
  --tw-text-opacity: 0.25;
}
.hover\:text-opacity-30:hover {
  --tw-text-opacity: 0.3;
}
.hover\:text-opacity-35:hover {
  --tw-text-opacity: 0.35;
}
.hover\:text-opacity-40:hover {
  --tw-text-opacity: 0.4;
}
.hover\:text-opacity-45:hover {
  --tw-text-opacity: 0.45;
}
.hover\:text-opacity-5:hover {
  --tw-text-opacity: 0.05;
}
.hover\:text-opacity-50:hover {
  --tw-text-opacity: 0.5;
}
.hover\:text-opacity-55:hover {
  --tw-text-opacity: 0.55;
}
.hover\:text-opacity-60:hover {
  --tw-text-opacity: 0.6;
}
.hover\:text-opacity-65:hover {
  --tw-text-opacity: 0.65;
}
.hover\:text-opacity-70:hover {
  --tw-text-opacity: 0.7;
}
.hover\:text-opacity-75:hover {
  --tw-text-opacity: 0.75;
}
.hover\:text-opacity-80:hover {
  --tw-text-opacity: 0.8;
}
.hover\:text-opacity-85:hover {
  --tw-text-opacity: 0.85;
}
.hover\:text-opacity-90:hover {
  --tw-text-opacity: 0.9;
}
.hover\:text-opacity-95:hover {
  --tw-text-opacity: 0.95;
}
.hover\:bg-blend-normal:hover {
  background-blend-mode: normal;
}
.hover\:bg-blend-multiply:hover {
  background-blend-mode: multiply;
}
.hover\:bg-blend-screen:hover {
  background-blend-mode: screen;
}
.hover\:bg-blend-overlay:hover {
  background-blend-mode: overlay;
}
.hover\:bg-blend-darken:hover {
  background-blend-mode: darken;
}
.hover\:bg-blend-lighten:hover {
  background-blend-mode: lighten;
}
.hover\:bg-blend-color-dodge:hover {
  background-blend-mode: color-dodge;
}
.hover\:bg-blend-color-burn:hover {
  background-blend-mode: color-burn;
}
.hover\:bg-blend-hard-light:hover {
  background-blend-mode: hard-light;
}
.hover\:bg-blend-soft-light:hover {
  background-blend-mode: soft-light;
}
.hover\:bg-blend-difference:hover {
  background-blend-mode: difference;
}
.hover\:bg-blend-exclusion:hover {
  background-blend-mode: exclusion;
}
.hover\:bg-blend-hue:hover {
  background-blend-mode: hue;
}
.hover\:bg-blend-saturation:hover {
  background-blend-mode: saturation;
}
.hover\:bg-blend-color:hover {
  background-blend-mode: color;
}
.hover\:bg-blend-luminosity:hover {
  background-blend-mode: luminosity;
}
.focus\:not-sr-only:focus {
  position: static;
  width: auto;
  height: auto;
  padding: 0;
  margin: 0;
  overflow: visible;
  clip: auto;
  white-space: normal;
}
.focus\:text-ellipsis:focus {
  text-overflow: ellipsis;
}
.focus\:text-clip:focus {
  text-overflow: clip;
}
.focus\:text-wrap:focus {
  text-wrap: wrap;
}
.focus\:text-nowrap:focus {
  text-wrap: nowrap;
}
.focus\:text-balance:focus {
  text-wrap: balance;
}
.focus\:text-pretty:focus {
  text-wrap: pretty;
}
.focus\:bg-black:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
}
.focus\:bg-black\/0:focus {
  background-color: rgb(0 0 0 / 0);
}
.focus\:bg-black\/10:focus {
  background-color: rgb(0 0 0 / 0.1);
}
.focus\:bg-black\/100:focus {
  background-color: rgb(0 0 0 / 1);
}
.focus\:bg-black\/15:focus {
  background-color: rgb(0 0 0 / 0.15);
}
.focus\:bg-black\/20:focus {
  background-color: rgb(0 0 0 / 0.2);
}
.focus\:bg-black\/25:focus {
  background-color: rgb(0 0 0 / 0.25);
}
.focus\:bg-black\/30:focus {
  background-color: rgb(0 0 0 / 0.3);
}
.focus\:bg-black\/35:focus {
  background-color: rgb(0 0 0 / 0.35);
}
.focus\:bg-black\/40:focus {
  background-color: rgb(0 0 0 / 0.4);
}
.focus\:bg-black\/45:focus {
  background-color: rgb(0 0 0 / 0.45);
}
.focus\:bg-black\/5:focus {
  background-color: rgb(0 0 0 / 0.05);
}
.focus\:bg-black\/50:focus {
  background-color: rgb(0 0 0 / 0.5);
}
.focus\:bg-black\/55:focus {
  background-color: rgb(0 0 0 / 0.55);
}
.focus\:bg-black\/60:focus {
  background-color: rgb(0 0 0 / 0.6);
}
.focus\:bg-black\/65:focus {
  background-color: rgb(0 0 0 / 0.65);
}
.focus\:bg-black\/70:focus {
  background-color: rgb(0 0 0 / 0.7);
}
.focus\:bg-black\/75:focus {
  background-color: rgb(0 0 0 / 0.75);
}
.focus\:bg-black\/80:focus {
  background-color: rgb(0 0 0 / 0.8);
}
.focus\:bg-black\/85:focus {
  background-color: rgb(0 0 0 / 0.85);
}
.focus\:bg-black\/90:focus {
  background-color: rgb(0 0 0 / 0.9);
}
.focus\:bg-black\/95:focus {
  background-color: rgb(0 0 0 / 0.95);
}
.focus\:bg-blue:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(46 46 150 / var(--tw-bg-opacity, 1));
}
.focus\:bg-blue-light:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(196 191 217 / var(--tw-bg-opacity, 1));
}
.focus\:bg-blue-light\/0:focus {
  background-color: rgb(196 191 217 / 0);
}
.focus\:bg-blue-light\/10:focus {
  background-color: rgb(196 191 217 / 0.1);
}
.focus\:bg-blue-light\/100:focus {
  background-color: rgb(196 191 217 / 1);
}
.focus\:bg-blue-light\/15:focus {
  background-color: rgb(196 191 217 / 0.15);
}
.focus\:bg-blue-light\/20:focus {
  background-color: rgb(196 191 217 / 0.2);
}
.focus\:bg-blue-light\/25:focus {
  background-color: rgb(196 191 217 / 0.25);
}
.focus\:bg-blue-light\/30:focus {
  background-color: rgb(196 191 217 / 0.3);
}
.focus\:bg-blue-light\/35:focus {
  background-color: rgb(196 191 217 / 0.35);
}
.focus\:bg-blue-light\/40:focus {
  background-color: rgb(196 191 217 / 0.4);
}
.focus\:bg-blue-light\/45:focus {
  background-color: rgb(196 191 217 / 0.45);
}
.focus\:bg-blue-light\/5:focus {
  background-color: rgb(196 191 217 / 0.05);
}
.focus\:bg-blue-light\/50:focus {
  background-color: rgb(196 191 217 / 0.5);
}
.focus\:bg-blue-light\/55:focus {
  background-color: rgb(196 191 217 / 0.55);
}
.focus\:bg-blue-light\/60:focus {
  background-color: rgb(196 191 217 / 0.6);
}
.focus\:bg-blue-light\/65:focus {
  background-color: rgb(196 191 217 / 0.65);
}
.focus\:bg-blue-light\/70:focus {
  background-color: rgb(196 191 217 / 0.7);
}
.focus\:bg-blue-light\/75:focus {
  background-color: rgb(196 191 217 / 0.75);
}
.focus\:bg-blue-light\/80:focus {
  background-color: rgb(196 191 217 / 0.8);
}
.focus\:bg-blue-light\/85:focus {
  background-color: rgb(196 191 217 / 0.85);
}
.focus\:bg-blue-light\/90:focus {
  background-color: rgb(196 191 217 / 0.9);
}
.focus\:bg-blue-light\/95:focus {
  background-color: rgb(196 191 217 / 0.95);
}
.focus\:bg-blue\/0:focus {
  background-color: rgb(46 46 150 / 0);
}
.focus\:bg-blue\/10:focus {
  background-color: rgb(46 46 150 / 0.1);
}
.focus\:bg-blue\/100:focus {
  background-color: rgb(46 46 150 / 1);
}
.focus\:bg-blue\/15:focus {
  background-color: rgb(46 46 150 / 0.15);
}
.focus\:bg-blue\/20:focus {
  background-color: rgb(46 46 150 / 0.2);
}
.focus\:bg-blue\/25:focus {
  background-color: rgb(46 46 150 / 0.25);
}
.focus\:bg-blue\/30:focus {
  background-color: rgb(46 46 150 / 0.3);
}
.focus\:bg-blue\/35:focus {
  background-color: rgb(46 46 150 / 0.35);
}
.focus\:bg-blue\/40:focus {
  background-color: rgb(46 46 150 / 0.4);
}
.focus\:bg-blue\/45:focus {
  background-color: rgb(46 46 150 / 0.45);
}
.focus\:bg-blue\/5:focus {
  background-color: rgb(46 46 150 / 0.05);
}
.focus\:bg-blue\/50:focus {
  background-color: rgb(46 46 150 / 0.5);
}
.focus\:bg-blue\/55:focus {
  background-color: rgb(46 46 150 / 0.55);
}
.focus\:bg-blue\/60:focus {
  background-color: rgb(46 46 150 / 0.6);
}
.focus\:bg-blue\/65:focus {
  background-color: rgb(46 46 150 / 0.65);
}
.focus\:bg-blue\/70:focus {
  background-color: rgb(46 46 150 / 0.7);
}
.focus\:bg-blue\/75:focus {
  background-color: rgb(46 46 150 / 0.75);
}
.focus\:bg-blue\/80:focus {
  background-color: rgb(46 46 150 / 0.8);
}
.focus\:bg-blue\/85:focus {
  background-color: rgb(46 46 150 / 0.85);
}
.focus\:bg-blue\/90:focus {
  background-color: rgb(46 46 150 / 0.9);
}
.focus\:bg-blue\/95:focus {
  background-color: rgb(46 46 150 / 0.95);
}
.focus\:bg-current:focus {
  background-color: currentColor;
}
.focus\:bg-gray:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(244 243 248 / var(--tw-bg-opacity, 1));
}
.focus\:bg-gray-dark:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(112 112 112 / var(--tw-bg-opacity, 1));
}
.focus\:bg-gray-dark\/0:focus {
  background-color: rgb(112 112 112 / 0);
}
.focus\:bg-gray-dark\/10:focus {
  background-color: rgb(112 112 112 / 0.1);
}
.focus\:bg-gray-dark\/100:focus {
  background-color: rgb(112 112 112 / 1);
}
.focus\:bg-gray-dark\/15:focus {
  background-color: rgb(112 112 112 / 0.15);
}
.focus\:bg-gray-dark\/20:focus {
  background-color: rgb(112 112 112 / 0.2);
}
.focus\:bg-gray-dark\/25:focus {
  background-color: rgb(112 112 112 / 0.25);
}
.focus\:bg-gray-dark\/30:focus {
  background-color: rgb(112 112 112 / 0.3);
}
.focus\:bg-gray-dark\/35:focus {
  background-color: rgb(112 112 112 / 0.35);
}
.focus\:bg-gray-dark\/40:focus {
  background-color: rgb(112 112 112 / 0.4);
}
.focus\:bg-gray-dark\/45:focus {
  background-color: rgb(112 112 112 / 0.45);
}
.focus\:bg-gray-dark\/5:focus {
  background-color: rgb(112 112 112 / 0.05);
}
.focus\:bg-gray-dark\/50:focus {
  background-color: rgb(112 112 112 / 0.5);
}
.focus\:bg-gray-dark\/55:focus {
  background-color: rgb(112 112 112 / 0.55);
}
.focus\:bg-gray-dark\/60:focus {
  background-color: rgb(112 112 112 / 0.6);
}
.focus\:bg-gray-dark\/65:focus {
  background-color: rgb(112 112 112 / 0.65);
}
.focus\:bg-gray-dark\/70:focus {
  background-color: rgb(112 112 112 / 0.7);
}
.focus\:bg-gray-dark\/75:focus {
  background-color: rgb(112 112 112 / 0.75);
}
.focus\:bg-gray-dark\/80:focus {
  background-color: rgb(112 112 112 / 0.8);
}
.focus\:bg-gray-dark\/85:focus {
  background-color: rgb(112 112 112 / 0.85);
}
.focus\:bg-gray-dark\/90:focus {
  background-color: rgb(112 112 112 / 0.9);
}
.focus\:bg-gray-dark\/95:focus {
  background-color: rgb(112 112 112 / 0.95);
}
.focus\:bg-gray\/0:focus {
  background-color: rgb(244 243 248 / 0);
}
.focus\:bg-gray\/10:focus {
  background-color: rgb(244 243 248 / 0.1);
}
.focus\:bg-gray\/100:focus {
  background-color: rgb(244 243 248 / 1);
}
.focus\:bg-gray\/15:focus {
  background-color: rgb(244 243 248 / 0.15);
}
.focus\:bg-gray\/20:focus {
  background-color: rgb(244 243 248 / 0.2);
}
.focus\:bg-gray\/25:focus {
  background-color: rgb(244 243 248 / 0.25);
}
.focus\:bg-gray\/30:focus {
  background-color: rgb(244 243 248 / 0.3);
}
.focus\:bg-gray\/35:focus {
  background-color: rgb(244 243 248 / 0.35);
}
.focus\:bg-gray\/40:focus {
  background-color: rgb(244 243 248 / 0.4);
}
.focus\:bg-gray\/45:focus {
  background-color: rgb(244 243 248 / 0.45);
}
.focus\:bg-gray\/5:focus {
  background-color: rgb(244 243 248 / 0.05);
}
.focus\:bg-gray\/50:focus {
  background-color: rgb(244 243 248 / 0.5);
}
.focus\:bg-gray\/55:focus {
  background-color: rgb(244 243 248 / 0.55);
}
.focus\:bg-gray\/60:focus {
  background-color: rgb(244 243 248 / 0.6);
}
.focus\:bg-gray\/65:focus {
  background-color: rgb(244 243 248 / 0.65);
}
.focus\:bg-gray\/70:focus {
  background-color: rgb(244 243 248 / 0.7);
}
.focus\:bg-gray\/75:focus {
  background-color: rgb(244 243 248 / 0.75);
}
.focus\:bg-gray\/80:focus {
  background-color: rgb(244 243 248 / 0.8);
}
.focus\:bg-gray\/85:focus {
  background-color: rgb(244 243 248 / 0.85);
}
.focus\:bg-gray\/90:focus {
  background-color: rgb(244 243 248 / 0.9);
}
.focus\:bg-gray\/95:focus {
  background-color: rgb(244 243 248 / 0.95);
}
.focus\:bg-green:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(109 203 156 / var(--tw-bg-opacity, 1));
}
.focus\:bg-green\/0:focus {
  background-color: rgb(109 203 156 / 0);
}
.focus\:bg-green\/10:focus {
  background-color: rgb(109 203 156 / 0.1);
}
.focus\:bg-green\/100:focus {
  background-color: rgb(109 203 156 / 1);
}
.focus\:bg-green\/15:focus {
  background-color: rgb(109 203 156 / 0.15);
}
.focus\:bg-green\/20:focus {
  background-color: rgb(109 203 156 / 0.2);
}
.focus\:bg-green\/25:focus {
  background-color: rgb(109 203 156 / 0.25);
}
.focus\:bg-green\/30:focus {
  background-color: rgb(109 203 156 / 0.3);
}
.focus\:bg-green\/35:focus {
  background-color: rgb(109 203 156 / 0.35);
}
.focus\:bg-green\/40:focus {
  background-color: rgb(109 203 156 / 0.4);
}
.focus\:bg-green\/45:focus {
  background-color: rgb(109 203 156 / 0.45);
}
.focus\:bg-green\/5:focus {
  background-color: rgb(109 203 156 / 0.05);
}
.focus\:bg-green\/50:focus {
  background-color: rgb(109 203 156 / 0.5);
}
.focus\:bg-green\/55:focus {
  background-color: rgb(109 203 156 / 0.55);
}
.focus\:bg-green\/60:focus {
  background-color: rgb(109 203 156 / 0.6);
}
.focus\:bg-green\/65:focus {
  background-color: rgb(109 203 156 / 0.65);
}
.focus\:bg-green\/70:focus {
  background-color: rgb(109 203 156 / 0.7);
}
.focus\:bg-green\/75:focus {
  background-color: rgb(109 203 156 / 0.75);
}
.focus\:bg-green\/80:focus {
  background-color: rgb(109 203 156 / 0.8);
}
.focus\:bg-green\/85:focus {
  background-color: rgb(109 203 156 / 0.85);
}
.focus\:bg-green\/90:focus {
  background-color: rgb(109 203 156 / 0.9);
}
.focus\:bg-green\/95:focus {
  background-color: rgb(109 203 156 / 0.95);
}
.focus\:bg-orange:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(255 174 61 / var(--tw-bg-opacity, 1));
}
.focus\:bg-orange\/0:focus {
  background-color: rgb(255 174 61 / 0);
}
.focus\:bg-orange\/10:focus {
  background-color: rgb(255 174 61 / 0.1);
}
.focus\:bg-orange\/100:focus {
  background-color: rgb(255 174 61 / 1);
}
.focus\:bg-orange\/15:focus {
  background-color: rgb(255 174 61 / 0.15);
}
.focus\:bg-orange\/20:focus {
  background-color: rgb(255 174 61 / 0.2);
}
.focus\:bg-orange\/25:focus {
  background-color: rgb(255 174 61 / 0.25);
}
.focus\:bg-orange\/30:focus {
  background-color: rgb(255 174 61 / 0.3);
}
.focus\:bg-orange\/35:focus {
  background-color: rgb(255 174 61 / 0.35);
}
.focus\:bg-orange\/40:focus {
  background-color: rgb(255 174 61 / 0.4);
}
.focus\:bg-orange\/45:focus {
  background-color: rgb(255 174 61 / 0.45);
}
.focus\:bg-orange\/5:focus {
  background-color: rgb(255 174 61 / 0.05);
}
.focus\:bg-orange\/50:focus {
  background-color: rgb(255 174 61 / 0.5);
}
.focus\:bg-orange\/55:focus {
  background-color: rgb(255 174 61 / 0.55);
}
.focus\:bg-orange\/60:focus {
  background-color: rgb(255 174 61 / 0.6);
}
.focus\:bg-orange\/65:focus {
  background-color: rgb(255 174 61 / 0.65);
}
.focus\:bg-orange\/70:focus {
  background-color: rgb(255 174 61 / 0.7);
}
.focus\:bg-orange\/75:focus {
  background-color: rgb(255 174 61 / 0.75);
}
.focus\:bg-orange\/80:focus {
  background-color: rgb(255 174 61 / 0.8);
}
.focus\:bg-orange\/85:focus {
  background-color: rgb(255 174 61 / 0.85);
}
.focus\:bg-orange\/90:focus {
  background-color: rgb(255 174 61 / 0.9);
}
.focus\:bg-orange\/95:focus {
  background-color: rgb(255 174 61 / 0.95);
}
.focus\:bg-pink:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(255 184 200 / var(--tw-bg-opacity, 1));
}
.focus\:bg-pink\/0:focus {
  background-color: rgb(255 184 200 / 0);
}
.focus\:bg-pink\/10:focus {
  background-color: rgb(255 184 200 / 0.1);
}
.focus\:bg-pink\/100:focus {
  background-color: rgb(255 184 200 / 1);
}
.focus\:bg-pink\/15:focus {
  background-color: rgb(255 184 200 / 0.15);
}
.focus\:bg-pink\/20:focus {
  background-color: rgb(255 184 200 / 0.2);
}
.focus\:bg-pink\/25:focus {
  background-color: rgb(255 184 200 / 0.25);
}
.focus\:bg-pink\/30:focus {
  background-color: rgb(255 184 200 / 0.3);
}
.focus\:bg-pink\/35:focus {
  background-color: rgb(255 184 200 / 0.35);
}
.focus\:bg-pink\/40:focus {
  background-color: rgb(255 184 200 / 0.4);
}
.focus\:bg-pink\/45:focus {
  background-color: rgb(255 184 200 / 0.45);
}
.focus\:bg-pink\/5:focus {
  background-color: rgb(255 184 200 / 0.05);
}
.focus\:bg-pink\/50:focus {
  background-color: rgb(255 184 200 / 0.5);
}
.focus\:bg-pink\/55:focus {
  background-color: rgb(255 184 200 / 0.55);
}
.focus\:bg-pink\/60:focus {
  background-color: rgb(255 184 200 / 0.6);
}
.focus\:bg-pink\/65:focus {
  background-color: rgb(255 184 200 / 0.65);
}
.focus\:bg-pink\/70:focus {
  background-color: rgb(255 184 200 / 0.7);
}
.focus\:bg-pink\/75:focus {
  background-color: rgb(255 184 200 / 0.75);
}
.focus\:bg-pink\/80:focus {
  background-color: rgb(255 184 200 / 0.8);
}
.focus\:bg-pink\/85:focus {
  background-color: rgb(255 184 200 / 0.85);
}
.focus\:bg-pink\/90:focus {
  background-color: rgb(255 184 200 / 0.9);
}
.focus\:bg-pink\/95:focus {
  background-color: rgb(255 184 200 / 0.95);
}
.focus\:bg-transparent:focus {
  background-color: rgba(0,0,0,0);
}
.focus\:bg-transparent\/0:focus {
  background-color: rgba(0, 0, 0, 0);
}
.focus\:bg-transparent\/10:focus {
  background-color: rgba(0, 0, 0, 0.1);
}
.focus\:bg-transparent\/100:focus {
  background-color: rgba(0, 0, 0, 1);
}
.focus\:bg-transparent\/15:focus {
  background-color: rgba(0, 0, 0, 0.15);
}
.focus\:bg-transparent\/20:focus {
  background-color: rgba(0, 0, 0, 0.2);
}
.focus\:bg-transparent\/25:focus {
  background-color: rgba(0, 0, 0, 0.25);
}
.focus\:bg-transparent\/30:focus {
  background-color: rgba(0, 0, 0, 0.3);
}
.focus\:bg-transparent\/35:focus {
  background-color: rgba(0, 0, 0, 0.35);
}
.focus\:bg-transparent\/40:focus {
  background-color: rgba(0, 0, 0, 0.4);
}
.focus\:bg-transparent\/45:focus {
  background-color: rgba(0, 0, 0, 0.45);
}
.focus\:bg-transparent\/5:focus {
  background-color: rgba(0, 0, 0, 0.05);
}
.focus\:bg-transparent\/50:focus {
  background-color: rgba(0, 0, 0, 0.5);
}
.focus\:bg-transparent\/55:focus {
  background-color: rgba(0, 0, 0, 0.55);
}
.focus\:bg-transparent\/60:focus {
  background-color: rgba(0, 0, 0, 0.6);
}
.focus\:bg-transparent\/65:focus {
  background-color: rgba(0, 0, 0, 0.65);
}
.focus\:bg-transparent\/70:focus {
  background-color: rgba(0, 0, 0, 0.7);
}
.focus\:bg-transparent\/75:focus {
  background-color: rgba(0, 0, 0, 0.75);
}
.focus\:bg-transparent\/80:focus {
  background-color: rgba(0, 0, 0, 0.8);
}
.focus\:bg-transparent\/85:focus {
  background-color: rgba(0, 0, 0, 0.85);
}
.focus\:bg-transparent\/90:focus {
  background-color: rgba(0, 0, 0, 0.9);
}
.focus\:bg-transparent\/95:focus {
  background-color: rgba(0, 0, 0, 0.95);
}
.focus\:bg-white:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.focus\:bg-white\/0:focus {
  background-color: rgb(255 255 255 / 0);
}
.focus\:bg-white\/10:focus {
  background-color: rgb(255 255 255 / 0.1);
}
.focus\:bg-white\/100:focus {
  background-color: rgb(255 255 255 / 1);
}
.focus\:bg-white\/15:focus {
  background-color: rgb(255 255 255 / 0.15);
}
.focus\:bg-white\/20:focus {
  background-color: rgb(255 255 255 / 0.2);
}
.focus\:bg-white\/25:focus {
  background-color: rgb(255 255 255 / 0.25);
}
.focus\:bg-white\/30:focus {
  background-color: rgb(255 255 255 / 0.3);
}
.focus\:bg-white\/35:focus {
  background-color: rgb(255 255 255 / 0.35);
}
.focus\:bg-white\/40:focus {
  background-color: rgb(255 255 255 / 0.4);
}
.focus\:bg-white\/45:focus {
  background-color: rgb(255 255 255 / 0.45);
}
.focus\:bg-white\/5:focus {
  background-color: rgb(255 255 255 / 0.05);
}
.focus\:bg-white\/50:focus {
  background-color: rgb(255 255 255 / 0.5);
}
.focus\:bg-white\/55:focus {
  background-color: rgb(255 255 255 / 0.55);
}
.focus\:bg-white\/60:focus {
  background-color: rgb(255 255 255 / 0.6);
}
.focus\:bg-white\/65:focus {
  background-color: rgb(255 255 255 / 0.65);
}
.focus\:bg-white\/70:focus {
  background-color: rgb(255 255 255 / 0.7);
}
.focus\:bg-white\/75:focus {
  background-color: rgb(255 255 255 / 0.75);
}
.focus\:bg-white\/80:focus {
  background-color: rgb(255 255 255 / 0.8);
}
.focus\:bg-white\/85:focus {
  background-color: rgb(255 255 255 / 0.85);
}
.focus\:bg-white\/90:focus {
  background-color: rgb(255 255 255 / 0.9);
}
.focus\:bg-white\/95:focus {
  background-color: rgb(255 255 255 / 0.95);
}
.focus\:bg-opacity-0:focus {
  --tw-bg-opacity: 0;
}
.focus\:bg-opacity-10:focus {
  --tw-bg-opacity: 0.1;
}
.focus\:bg-opacity-100:focus {
  --tw-bg-opacity: 1;
}
.focus\:bg-opacity-15:focus {
  --tw-bg-opacity: 0.15;
}
.focus\:bg-opacity-20:focus {
  --tw-bg-opacity: 0.2;
}
.focus\:bg-opacity-25:focus {
  --tw-bg-opacity: 0.25;
}
.focus\:bg-opacity-30:focus {
  --tw-bg-opacity: 0.3;
}
.focus\:bg-opacity-35:focus {
  --tw-bg-opacity: 0.35;
}
.focus\:bg-opacity-40:focus {
  --tw-bg-opacity: 0.4;
}
.focus\:bg-opacity-45:focus {
  --tw-bg-opacity: 0.45;
}
.focus\:bg-opacity-5:focus {
  --tw-bg-opacity: 0.05;
}
.focus\:bg-opacity-50:focus {
  --tw-bg-opacity: 0.5;
}
.focus\:bg-opacity-55:focus {
  --tw-bg-opacity: 0.55;
}
.focus\:bg-opacity-60:focus {
  --tw-bg-opacity: 0.6;
}
.focus\:bg-opacity-65:focus {
  --tw-bg-opacity: 0.65;
}
.focus\:bg-opacity-70:focus {
  --tw-bg-opacity: 0.7;
}
.focus\:bg-opacity-75:focus {
  --tw-bg-opacity: 0.75;
}
.focus\:bg-opacity-80:focus {
  --tw-bg-opacity: 0.8;
}
.focus\:bg-opacity-85:focus {
  --tw-bg-opacity: 0.85;
}
.focus\:bg-opacity-90:focus {
  --tw-bg-opacity: 0.9;
}
.focus\:bg-opacity-95:focus {
  --tw-bg-opacity: 0.95;
}
.focus\:bg-footerImg:focus {
  background-image: url("../img/bg-footer.svg");
}
.focus\:bg-gradient-to-b:focus {
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
}
.focus\:bg-gradient-to-bl:focus {
  background-image: linear-gradient(to bottom left, var(--tw-gradient-stops));
}
.focus\:bg-gradient-to-br:focus {
  background-image: linear-gradient(to bottom right, var(--tw-gradient-stops));
}
.focus\:bg-gradient-to-l:focus {
  background-image: linear-gradient(to left, var(--tw-gradient-stops));
}
.focus\:bg-gradient-to-r:focus {
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
}
.focus\:bg-gradient-to-t:focus {
  background-image: linear-gradient(to top, var(--tw-gradient-stops));
}
.focus\:bg-gradient-to-tl:focus {
  background-image: linear-gradient(to top left, var(--tw-gradient-stops));
}
.focus\:bg-gradient-to-tr:focus {
  background-image: linear-gradient(to top right, var(--tw-gradient-stops));
}
.focus\:bg-none:focus {
  background-image: none;
}
.focus\:bg-auto:focus {
  background-size: auto;
}
.focus\:bg-contain:focus {
  background-size: contain;
}
.focus\:bg-cover:focus {
  background-size: cover;
}
.focus\:bg-footerSize:focus {
  background-size: 99.7rem;
}
.focus\:bg-footerSizeXs:focus {
  background-size: 50rem;
}
.focus\:bg-fixed:focus {
  background-attachment: fixed;
}
.focus\:bg-local:focus {
  background-attachment: local;
}
.focus\:bg-scroll:focus {
  background-attachment: scroll;
}
.focus\:bg-clip-border:focus {
  background-clip: border-box;
}
.focus\:bg-clip-padding:focus {
  background-clip: padding-box;
}
.focus\:bg-clip-content:focus {
  background-clip: content-box;
}
.focus\:bg-clip-text:focus {
  background-clip: text;
}
.focus\:bg-bottom:focus {
  background-position: bottom;
}
.focus\:bg-center:focus {
  background-position: center;
}
.focus\:bg-footerPos:focus {
  background-position: 163% 40%;
}
.focus\:bg-footerPosXs:focus {
  background-position: -70% 40%;
}
.focus\:bg-left:focus {
  background-position: left;
}
.focus\:bg-left-bottom:focus {
  background-position: left bottom;
}
.focus\:bg-left-top:focus {
  background-position: left top;
}
.focus\:bg-right:focus {
  background-position: right;
}
.focus\:bg-right-bottom:focus {
  background-position: right bottom;
}
.focus\:bg-right-top:focus {
  background-position: right top;
}
.focus\:bg-top:focus {
  background-position: top;
}
.focus\:bg-repeat:focus {
  background-repeat: repeat;
}
.focus\:bg-no-repeat:focus {
  background-repeat: no-repeat;
}
.focus\:bg-repeat-x:focus {
  background-repeat: repeat-x;
}
.focus\:bg-repeat-y:focus {
  background-repeat: repeat-y;
}
.focus\:bg-repeat-round:focus {
  background-repeat: round;
}
.focus\:bg-repeat-space:focus {
  background-repeat: space;
}
.focus\:bg-origin-border:focus {
  background-origin: border-box;
}
.focus\:bg-origin-padding:focus {
  background-origin: padding-box;
}
.focus\:bg-origin-content:focus {
  background-origin: content-box;
}
.focus\:text-left:focus {
  text-align: left;
}
.focus\:text-center:focus {
  text-align: center;
}
.focus\:text-right:focus {
  text-align: right;
}
.focus\:text-justify:focus {
  text-align: justify;
}
.focus\:text-start:focus {
  text-align: start;
}
.focus\:text-end:focus {
  text-align: end;
}
.focus\:text-2xl:focus {
  font-size: 1.5rem;
  line-height: 2rem;
}
.focus\:text-3xl:focus {
  font-size: 1.875rem;
  line-height: 2.25rem;
}
.focus\:text-4xl:focus {
  font-size: 2.25rem;
  line-height: 2.5rem;
}
.focus\:text-5xl:focus {
  font-size: 3rem;
  line-height: 1;
}
.focus\:text-6xl:focus {
  font-size: 3.75rem;
  line-height: 1;
}
.focus\:text-7xl:focus {
  font-size: 4.5rem;
  line-height: 1;
}
.focus\:text-8xl:focus {
  font-size: 6rem;
  line-height: 1;
}
.focus\:text-9xl:focus {
  font-size: 8rem;
  line-height: 1;
}
.focus\:text-base:focus {
  font-size: 1rem;
  line-height: 1.5rem;
}
.focus\:text-lg:focus {
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.focus\:text-sm:focus {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.focus\:text-xl:focus {
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.focus\:text-xs:focus {
  font-size: 0.75rem;
  line-height: 1rem;
}
.focus\:text-black:focus {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
.focus\:text-black\/0:focus {
  color: rgb(0 0 0 / 0);
}
.focus\:text-black\/10:focus {
  color: rgb(0 0 0 / 0.1);
}
.focus\:text-black\/100:focus {
  color: rgb(0 0 0 / 1);
}
.focus\:text-black\/15:focus {
  color: rgb(0 0 0 / 0.15);
}
.focus\:text-black\/20:focus {
  color: rgb(0 0 0 / 0.2);
}
.focus\:text-black\/25:focus {
  color: rgb(0 0 0 / 0.25);
}
.focus\:text-black\/30:focus {
  color: rgb(0 0 0 / 0.3);
}
.focus\:text-black\/35:focus {
  color: rgb(0 0 0 / 0.35);
}
.focus\:text-black\/40:focus {
  color: rgb(0 0 0 / 0.4);
}
.focus\:text-black\/45:focus {
  color: rgb(0 0 0 / 0.45);
}
.focus\:text-black\/5:focus {
  color: rgb(0 0 0 / 0.05);
}
.focus\:text-black\/50:focus {
  color: rgb(0 0 0 / 0.5);
}
.focus\:text-black\/55:focus {
  color: rgb(0 0 0 / 0.55);
}
.focus\:text-black\/60:focus {
  color: rgb(0 0 0 / 0.6);
}
.focus\:text-black\/65:focus {
  color: rgb(0 0 0 / 0.65);
}
.focus\:text-black\/70:focus {
  color: rgb(0 0 0 / 0.7);
}
.focus\:text-black\/75:focus {
  color: rgb(0 0 0 / 0.75);
}
.focus\:text-black\/80:focus {
  color: rgb(0 0 0 / 0.8);
}
.focus\:text-black\/85:focus {
  color: rgb(0 0 0 / 0.85);
}
.focus\:text-black\/90:focus {
  color: rgb(0 0 0 / 0.9);
}
.focus\:text-black\/95:focus {
  color: rgb(0 0 0 / 0.95);
}
.focus\:text-blue:focus {
  --tw-text-opacity: 1;
  color: rgb(46 46 150 / var(--tw-text-opacity, 1));
}
.focus\:text-blue-light:focus {
  --tw-text-opacity: 1;
  color: rgb(196 191 217 / var(--tw-text-opacity, 1));
}
.focus\:text-blue-light\/0:focus {
  color: rgb(196 191 217 / 0);
}
.focus\:text-blue-light\/10:focus {
  color: rgb(196 191 217 / 0.1);
}
.focus\:text-blue-light\/100:focus {
  color: rgb(196 191 217 / 1);
}
.focus\:text-blue-light\/15:focus {
  color: rgb(196 191 217 / 0.15);
}
.focus\:text-blue-light\/20:focus {
  color: rgb(196 191 217 / 0.2);
}
.focus\:text-blue-light\/25:focus {
  color: rgb(196 191 217 / 0.25);
}
.focus\:text-blue-light\/30:focus {
  color: rgb(196 191 217 / 0.3);
}
.focus\:text-blue-light\/35:focus {
  color: rgb(196 191 217 / 0.35);
}
.focus\:text-blue-light\/40:focus {
  color: rgb(196 191 217 / 0.4);
}
.focus\:text-blue-light\/45:focus {
  color: rgb(196 191 217 / 0.45);
}
.focus\:text-blue-light\/5:focus {
  color: rgb(196 191 217 / 0.05);
}
.focus\:text-blue-light\/50:focus {
  color: rgb(196 191 217 / 0.5);
}
.focus\:text-blue-light\/55:focus {
  color: rgb(196 191 217 / 0.55);
}
.focus\:text-blue-light\/60:focus {
  color: rgb(196 191 217 / 0.6);
}
.focus\:text-blue-light\/65:focus {
  color: rgb(196 191 217 / 0.65);
}
.focus\:text-blue-light\/70:focus {
  color: rgb(196 191 217 / 0.7);
}
.focus\:text-blue-light\/75:focus {
  color: rgb(196 191 217 / 0.75);
}
.focus\:text-blue-light\/80:focus {
  color: rgb(196 191 217 / 0.8);
}
.focus\:text-blue-light\/85:focus {
  color: rgb(196 191 217 / 0.85);
}
.focus\:text-blue-light\/90:focus {
  color: rgb(196 191 217 / 0.9);
}
.focus\:text-blue-light\/95:focus {
  color: rgb(196 191 217 / 0.95);
}
.focus\:text-blue\/0:focus {
  color: rgb(46 46 150 / 0);
}
.focus\:text-blue\/10:focus {
  color: rgb(46 46 150 / 0.1);
}
.focus\:text-blue\/100:focus {
  color: rgb(46 46 150 / 1);
}
.focus\:text-blue\/15:focus {
  color: rgb(46 46 150 / 0.15);
}
.focus\:text-blue\/20:focus {
  color: rgb(46 46 150 / 0.2);
}
.focus\:text-blue\/25:focus {
  color: rgb(46 46 150 / 0.25);
}
.focus\:text-blue\/30:focus {
  color: rgb(46 46 150 / 0.3);
}
.focus\:text-blue\/35:focus {
  color: rgb(46 46 150 / 0.35);
}
.focus\:text-blue\/40:focus {
  color: rgb(46 46 150 / 0.4);
}
.focus\:text-blue\/45:focus {
  color: rgb(46 46 150 / 0.45);
}
.focus\:text-blue\/5:focus {
  color: rgb(46 46 150 / 0.05);
}
.focus\:text-blue\/50:focus {
  color: rgb(46 46 150 / 0.5);
}
.focus\:text-blue\/55:focus {
  color: rgb(46 46 150 / 0.55);
}
.focus\:text-blue\/60:focus {
  color: rgb(46 46 150 / 0.6);
}
.focus\:text-blue\/65:focus {
  color: rgb(46 46 150 / 0.65);
}
.focus\:text-blue\/70:focus {
  color: rgb(46 46 150 / 0.7);
}
.focus\:text-blue\/75:focus {
  color: rgb(46 46 150 / 0.75);
}
.focus\:text-blue\/80:focus {
  color: rgb(46 46 150 / 0.8);
}
.focus\:text-blue\/85:focus {
  color: rgb(46 46 150 / 0.85);
}
.focus\:text-blue\/90:focus {
  color: rgb(46 46 150 / 0.9);
}
.focus\:text-blue\/95:focus {
  color: rgb(46 46 150 / 0.95);
}
.focus\:text-current:focus {
  color: currentColor;
}
.focus\:text-gray:focus {
  --tw-text-opacity: 1;
  color: rgb(244 243 248 / var(--tw-text-opacity, 1));
}
.focus\:text-gray-dark:focus {
  --tw-text-opacity: 1;
  color: rgb(112 112 112 / var(--tw-text-opacity, 1));
}
.focus\:text-gray-dark\/0:focus {
  color: rgb(112 112 112 / 0);
}
.focus\:text-gray-dark\/10:focus {
  color: rgb(112 112 112 / 0.1);
}
.focus\:text-gray-dark\/100:focus {
  color: rgb(112 112 112 / 1);
}
.focus\:text-gray-dark\/15:focus {
  color: rgb(112 112 112 / 0.15);
}
.focus\:text-gray-dark\/20:focus {
  color: rgb(112 112 112 / 0.2);
}
.focus\:text-gray-dark\/25:focus {
  color: rgb(112 112 112 / 0.25);
}
.focus\:text-gray-dark\/30:focus {
  color: rgb(112 112 112 / 0.3);
}
.focus\:text-gray-dark\/35:focus {
  color: rgb(112 112 112 / 0.35);
}
.focus\:text-gray-dark\/40:focus {
  color: rgb(112 112 112 / 0.4);
}
.focus\:text-gray-dark\/45:focus {
  color: rgb(112 112 112 / 0.45);
}
.focus\:text-gray-dark\/5:focus {
  color: rgb(112 112 112 / 0.05);
}
.focus\:text-gray-dark\/50:focus {
  color: rgb(112 112 112 / 0.5);
}
.focus\:text-gray-dark\/55:focus {
  color: rgb(112 112 112 / 0.55);
}
.focus\:text-gray-dark\/60:focus {
  color: rgb(112 112 112 / 0.6);
}
.focus\:text-gray-dark\/65:focus {
  color: rgb(112 112 112 / 0.65);
}
.focus\:text-gray-dark\/70:focus {
  color: rgb(112 112 112 / 0.7);
}
.focus\:text-gray-dark\/75:focus {
  color: rgb(112 112 112 / 0.75);
}
.focus\:text-gray-dark\/80:focus {
  color: rgb(112 112 112 / 0.8);
}
.focus\:text-gray-dark\/85:focus {
  color: rgb(112 112 112 / 0.85);
}
.focus\:text-gray-dark\/90:focus {
  color: rgb(112 112 112 / 0.9);
}
.focus\:text-gray-dark\/95:focus {
  color: rgb(112 112 112 / 0.95);
}
.focus\:text-gray\/0:focus {
  color: rgb(244 243 248 / 0);
}
.focus\:text-gray\/10:focus {
  color: rgb(244 243 248 / 0.1);
}
.focus\:text-gray\/100:focus {
  color: rgb(244 243 248 / 1);
}
.focus\:text-gray\/15:focus {
  color: rgb(244 243 248 / 0.15);
}
.focus\:text-gray\/20:focus {
  color: rgb(244 243 248 / 0.2);
}
.focus\:text-gray\/25:focus {
  color: rgb(244 243 248 / 0.25);
}
.focus\:text-gray\/30:focus {
  color: rgb(244 243 248 / 0.3);
}
.focus\:text-gray\/35:focus {
  color: rgb(244 243 248 / 0.35);
}
.focus\:text-gray\/40:focus {
  color: rgb(244 243 248 / 0.4);
}
.focus\:text-gray\/45:focus {
  color: rgb(244 243 248 / 0.45);
}
.focus\:text-gray\/5:focus {
  color: rgb(244 243 248 / 0.05);
}
.focus\:text-gray\/50:focus {
  color: rgb(244 243 248 / 0.5);
}
.focus\:text-gray\/55:focus {
  color: rgb(244 243 248 / 0.55);
}
.focus\:text-gray\/60:focus {
  color: rgb(244 243 248 / 0.6);
}
.focus\:text-gray\/65:focus {
  color: rgb(244 243 248 / 0.65);
}
.focus\:text-gray\/70:focus {
  color: rgb(244 243 248 / 0.7);
}
.focus\:text-gray\/75:focus {
  color: rgb(244 243 248 / 0.75);
}
.focus\:text-gray\/80:focus {
  color: rgb(244 243 248 / 0.8);
}
.focus\:text-gray\/85:focus {
  color: rgb(244 243 248 / 0.85);
}
.focus\:text-gray\/90:focus {
  color: rgb(244 243 248 / 0.9);
}
.focus\:text-gray\/95:focus {
  color: rgb(244 243 248 / 0.95);
}
.focus\:text-green:focus {
  --tw-text-opacity: 1;
  color: rgb(109 203 156 / var(--tw-text-opacity, 1));
}
.focus\:text-green\/0:focus {
  color: rgb(109 203 156 / 0);
}
.focus\:text-green\/10:focus {
  color: rgb(109 203 156 / 0.1);
}
.focus\:text-green\/100:focus {
  color: rgb(109 203 156 / 1);
}
.focus\:text-green\/15:focus {
  color: rgb(109 203 156 / 0.15);
}
.focus\:text-green\/20:focus {
  color: rgb(109 203 156 / 0.2);
}
.focus\:text-green\/25:focus {
  color: rgb(109 203 156 / 0.25);
}
.focus\:text-green\/30:focus {
  color: rgb(109 203 156 / 0.3);
}
.focus\:text-green\/35:focus {
  color: rgb(109 203 156 / 0.35);
}
.focus\:text-green\/40:focus {
  color: rgb(109 203 156 / 0.4);
}
.focus\:text-green\/45:focus {
  color: rgb(109 203 156 / 0.45);
}
.focus\:text-green\/5:focus {
  color: rgb(109 203 156 / 0.05);
}
.focus\:text-green\/50:focus {
  color: rgb(109 203 156 / 0.5);
}
.focus\:text-green\/55:focus {
  color: rgb(109 203 156 / 0.55);
}
.focus\:text-green\/60:focus {
  color: rgb(109 203 156 / 0.6);
}
.focus\:text-green\/65:focus {
  color: rgb(109 203 156 / 0.65);
}
.focus\:text-green\/70:focus {
  color: rgb(109 203 156 / 0.7);
}
.focus\:text-green\/75:focus {
  color: rgb(109 203 156 / 0.75);
}
.focus\:text-green\/80:focus {
  color: rgb(109 203 156 / 0.8);
}
.focus\:text-green\/85:focus {
  color: rgb(109 203 156 / 0.85);
}
.focus\:text-green\/90:focus {
  color: rgb(109 203 156 / 0.9);
}
.focus\:text-green\/95:focus {
  color: rgb(109 203 156 / 0.95);
}
.focus\:text-orange:focus {
  --tw-text-opacity: 1;
  color: rgb(255 174 61 / var(--tw-text-opacity, 1));
}
.focus\:text-orange\/0:focus {
  color: rgb(255 174 61 / 0);
}
.focus\:text-orange\/10:focus {
  color: rgb(255 174 61 / 0.1);
}
.focus\:text-orange\/100:focus {
  color: rgb(255 174 61 / 1);
}
.focus\:text-orange\/15:focus {
  color: rgb(255 174 61 / 0.15);
}
.focus\:text-orange\/20:focus {
  color: rgb(255 174 61 / 0.2);
}
.focus\:text-orange\/25:focus {
  color: rgb(255 174 61 / 0.25);
}
.focus\:text-orange\/30:focus {
  color: rgb(255 174 61 / 0.3);
}
.focus\:text-orange\/35:focus {
  color: rgb(255 174 61 / 0.35);
}
.focus\:text-orange\/40:focus {
  color: rgb(255 174 61 / 0.4);
}
.focus\:text-orange\/45:focus {
  color: rgb(255 174 61 / 0.45);
}
.focus\:text-orange\/5:focus {
  color: rgb(255 174 61 / 0.05);
}
.focus\:text-orange\/50:focus {
  color: rgb(255 174 61 / 0.5);
}
.focus\:text-orange\/55:focus {
  color: rgb(255 174 61 / 0.55);
}
.focus\:text-orange\/60:focus {
  color: rgb(255 174 61 / 0.6);
}
.focus\:text-orange\/65:focus {
  color: rgb(255 174 61 / 0.65);
}
.focus\:text-orange\/70:focus {
  color: rgb(255 174 61 / 0.7);
}
.focus\:text-orange\/75:focus {
  color: rgb(255 174 61 / 0.75);
}
.focus\:text-orange\/80:focus {
  color: rgb(255 174 61 / 0.8);
}
.focus\:text-orange\/85:focus {
  color: rgb(255 174 61 / 0.85);
}
.focus\:text-orange\/90:focus {
  color: rgb(255 174 61 / 0.9);
}
.focus\:text-orange\/95:focus {
  color: rgb(255 174 61 / 0.95);
}
.focus\:text-pink:focus {
  --tw-text-opacity: 1;
  color: rgb(255 184 200 / var(--tw-text-opacity, 1));
}
.focus\:text-pink\/0:focus {
  color: rgb(255 184 200 / 0);
}
.focus\:text-pink\/10:focus {
  color: rgb(255 184 200 / 0.1);
}
.focus\:text-pink\/100:focus {
  color: rgb(255 184 200 / 1);
}
.focus\:text-pink\/15:focus {
  color: rgb(255 184 200 / 0.15);
}
.focus\:text-pink\/20:focus {
  color: rgb(255 184 200 / 0.2);
}
.focus\:text-pink\/25:focus {
  color: rgb(255 184 200 / 0.25);
}
.focus\:text-pink\/30:focus {
  color: rgb(255 184 200 / 0.3);
}
.focus\:text-pink\/35:focus {
  color: rgb(255 184 200 / 0.35);
}
.focus\:text-pink\/40:focus {
  color: rgb(255 184 200 / 0.4);
}
.focus\:text-pink\/45:focus {
  color: rgb(255 184 200 / 0.45);
}
.focus\:text-pink\/5:focus {
  color: rgb(255 184 200 / 0.05);
}
.focus\:text-pink\/50:focus {
  color: rgb(255 184 200 / 0.5);
}
.focus\:text-pink\/55:focus {
  color: rgb(255 184 200 / 0.55);
}
.focus\:text-pink\/60:focus {
  color: rgb(255 184 200 / 0.6);
}
.focus\:text-pink\/65:focus {
  color: rgb(255 184 200 / 0.65);
}
.focus\:text-pink\/70:focus {
  color: rgb(255 184 200 / 0.7);
}
.focus\:text-pink\/75:focus {
  color: rgb(255 184 200 / 0.75);
}
.focus\:text-pink\/80:focus {
  color: rgb(255 184 200 / 0.8);
}
.focus\:text-pink\/85:focus {
  color: rgb(255 184 200 / 0.85);
}
.focus\:text-pink\/90:focus {
  color: rgb(255 184 200 / 0.9);
}
.focus\:text-pink\/95:focus {
  color: rgb(255 184 200 / 0.95);
}
.focus\:text-transparent:focus {
  color: rgba(0,0,0,0);
}
.focus\:text-transparent\/0:focus {
  color: rgba(0, 0, 0, 0);
}
.focus\:text-transparent\/10:focus {
  color: rgba(0, 0, 0, 0.1);
}
.focus\:text-transparent\/100:focus {
  color: rgba(0, 0, 0, 1);
}
.focus\:text-transparent\/15:focus {
  color: rgba(0, 0, 0, 0.15);
}
.focus\:text-transparent\/20:focus {
  color: rgba(0, 0, 0, 0.2);
}
.focus\:text-transparent\/25:focus {
  color: rgba(0, 0, 0, 0.25);
}
.focus\:text-transparent\/30:focus {
  color: rgba(0, 0, 0, 0.3);
}
.focus\:text-transparent\/35:focus {
  color: rgba(0, 0, 0, 0.35);
}
.focus\:text-transparent\/40:focus {
  color: rgba(0, 0, 0, 0.4);
}
.focus\:text-transparent\/45:focus {
  color: rgba(0, 0, 0, 0.45);
}
.focus\:text-transparent\/5:focus {
  color: rgba(0, 0, 0, 0.05);
}
.focus\:text-transparent\/50:focus {
  color: rgba(0, 0, 0, 0.5);
}
.focus\:text-transparent\/55:focus {
  color: rgba(0, 0, 0, 0.55);
}
.focus\:text-transparent\/60:focus {
  color: rgba(0, 0, 0, 0.6);
}
.focus\:text-transparent\/65:focus {
  color: rgba(0, 0, 0, 0.65);
}
.focus\:text-transparent\/70:focus {
  color: rgba(0, 0, 0, 0.7);
}
.focus\:text-transparent\/75:focus {
  color: rgba(0, 0, 0, 0.75);
}
.focus\:text-transparent\/80:focus {
  color: rgba(0, 0, 0, 0.8);
}
.focus\:text-transparent\/85:focus {
  color: rgba(0, 0, 0, 0.85);
}
.focus\:text-transparent\/90:focus {
  color: rgba(0, 0, 0, 0.9);
}
.focus\:text-transparent\/95:focus {
  color: rgba(0, 0, 0, 0.95);
}
.focus\:text-white:focus {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.focus\:text-white\/0:focus {
  color: rgb(255 255 255 / 0);
}
.focus\:text-white\/10:focus {
  color: rgb(255 255 255 / 0.1);
}
.focus\:text-white\/100:focus {
  color: rgb(255 255 255 / 1);
}
.focus\:text-white\/15:focus {
  color: rgb(255 255 255 / 0.15);
}
.focus\:text-white\/20:focus {
  color: rgb(255 255 255 / 0.2);
}
.focus\:text-white\/25:focus {
  color: rgb(255 255 255 / 0.25);
}
.focus\:text-white\/30:focus {
  color: rgb(255 255 255 / 0.3);
}
.focus\:text-white\/35:focus {
  color: rgb(255 255 255 / 0.35);
}
.focus\:text-white\/40:focus {
  color: rgb(255 255 255 / 0.4);
}
.focus\:text-white\/45:focus {
  color: rgb(255 255 255 / 0.45);
}
.focus\:text-white\/5:focus {
  color: rgb(255 255 255 / 0.05);
}
.focus\:text-white\/50:focus {
  color: rgb(255 255 255 / 0.5);
}
.focus\:text-white\/55:focus {
  color: rgb(255 255 255 / 0.55);
}
.focus\:text-white\/60:focus {
  color: rgb(255 255 255 / 0.6);
}
.focus\:text-white\/65:focus {
  color: rgb(255 255 255 / 0.65);
}
.focus\:text-white\/70:focus {
  color: rgb(255 255 255 / 0.7);
}
.focus\:text-white\/75:focus {
  color: rgb(255 255 255 / 0.75);
}
.focus\:text-white\/80:focus {
  color: rgb(255 255 255 / 0.8);
}
.focus\:text-white\/85:focus {
  color: rgb(255 255 255 / 0.85);
}
.focus\:text-white\/90:focus {
  color: rgb(255 255 255 / 0.9);
}
.focus\:text-white\/95:focus {
  color: rgb(255 255 255 / 0.95);
}
.focus\:text-opacity-0:focus {
  --tw-text-opacity: 0;
}
.focus\:text-opacity-10:focus {
  --tw-text-opacity: 0.1;
}
.focus\:text-opacity-100:focus {
  --tw-text-opacity: 1;
}
.focus\:text-opacity-15:focus {
  --tw-text-opacity: 0.15;
}
.focus\:text-opacity-20:focus {
  --tw-text-opacity: 0.2;
}
.focus\:text-opacity-25:focus {
  --tw-text-opacity: 0.25;
}
.focus\:text-opacity-30:focus {
  --tw-text-opacity: 0.3;
}
.focus\:text-opacity-35:focus {
  --tw-text-opacity: 0.35;
}
.focus\:text-opacity-40:focus {
  --tw-text-opacity: 0.4;
}
.focus\:text-opacity-45:focus {
  --tw-text-opacity: 0.45;
}
.focus\:text-opacity-5:focus {
  --tw-text-opacity: 0.05;
}
.focus\:text-opacity-50:focus {
  --tw-text-opacity: 0.5;
}
.focus\:text-opacity-55:focus {
  --tw-text-opacity: 0.55;
}
.focus\:text-opacity-60:focus {
  --tw-text-opacity: 0.6;
}
.focus\:text-opacity-65:focus {
  --tw-text-opacity: 0.65;
}
.focus\:text-opacity-70:focus {
  --tw-text-opacity: 0.7;
}
.focus\:text-opacity-75:focus {
  --tw-text-opacity: 0.75;
}
.focus\:text-opacity-80:focus {
  --tw-text-opacity: 0.8;
}
.focus\:text-opacity-85:focus {
  --tw-text-opacity: 0.85;
}
.focus\:text-opacity-90:focus {
  --tw-text-opacity: 0.9;
}
.focus\:text-opacity-95:focus {
  --tw-text-opacity: 0.95;
}
.focus\:bg-blend-normal:focus {
  background-blend-mode: normal;
}
.focus\:bg-blend-multiply:focus {
  background-blend-mode: multiply;
}
.focus\:bg-blend-screen:focus {
  background-blend-mode: screen;
}
.focus\:bg-blend-overlay:focus {
  background-blend-mode: overlay;
}
.focus\:bg-blend-darken:focus {
  background-blend-mode: darken;
}
.focus\:bg-blend-lighten:focus {
  background-blend-mode: lighten;
}
.focus\:bg-blend-color-dodge:focus {
  background-blend-mode: color-dodge;
}
.focus\:bg-blend-color-burn:focus {
  background-blend-mode: color-burn;
}
.focus\:bg-blend-hard-light:focus {
  background-blend-mode: hard-light;
}
.focus\:bg-blend-soft-light:focus {
  background-blend-mode: soft-light;
}
.focus\:bg-blend-difference:focus {
  background-blend-mode: difference;
}
.focus\:bg-blend-exclusion:focus {
  background-blend-mode: exclusion;
}
.focus\:bg-blend-hue:focus {
  background-blend-mode: hue;
}
.focus\:bg-blend-saturation:focus {
  background-blend-mode: saturation;
}
.focus\:bg-blend-color:focus {
  background-blend-mode: color;
}
.focus\:bg-blend-luminosity:focus {
  background-blend-mode: luminosity;
}
@media (min-width: 640px) {
  .sm\:static {
    position: static;
  }
  .sm\:absolute {
    position: absolute;
  }
  .sm\:sticky {
    position: sticky;
  }
  .sm\:-left-\[calc\(13\.6rem\/3\)\] {
    left: calc(calc(13.6rem / 3) * -1);
  }
  .sm\:top-16 {
    top: 1.6rem;
  }
  .sm\:top-full {
    top: 100%;
  }
  .sm\:col-span-3 {
    grid-column: span 3 / span 3;
  }
  .sm\:col-span-4 {
    grid-column: span 4 / span 4;
  }
  .sm\:col-span-5 {
    grid-column: span 5 / span 5;
  }
  .sm\:col-span-7 {
    grid-column: span 7 / span 7;
  }
  .sm\:col-span-8 {
    grid-column: span 8 / span 8;
  }
  .sm\:col-span-9 {
    grid-column: span 9 / span 9;
  }
  .sm\:col-start-2 {
    grid-column-start: 2;
  }
  .sm\:col-start-3 {
    grid-column-start: 3;
  }
  .sm\:col-start-4 {
    grid-column-start: 4;
  }
  .sm\:col-start-8 {
    grid-column-start: 8;
  }
  .sm\:m-0 {
    margin: 0px;
  }
  .sm\:-mt-80 {
    margin-top: -8.0rem;
  }
  .sm\:mb-0 {
    margin-bottom: 0px;
  }
  .sm\:mb-148 {
    margin-bottom: 14.8rem;
  }
  .sm\:mb-16 {
    margin-bottom: 1.6rem;
  }
  .sm\:mb-20 {
    margin-bottom: 2.0rem;
  }
  .sm\:mb-48 {
    margin-bottom: 4.8rem;
  }
  .sm\:mb-8 {
    margin-bottom: 0.8rem;
  }
  .sm\:mb-80 {
    margin-bottom: 8.0rem;
  }
  .sm\:ml-16 {
    margin-left: 1.6rem;
  }
  .sm\:mr-0 {
    margin-right: 0px;
  }
  .sm\:mr-8 {
    margin-right: 0.8rem;
  }
  .sm\:mt-148 {
    margin-top: 14.8rem;
  }
  .sm\:mt-16 {
    margin-top: 1.6rem;
  }
  .sm\:mt-32 {
    margin-top: 3.2rem;
  }
  .sm\:flex {
    display: flex;
  }
  .sm\:hidden {
    display: none;
  }
  .sm\:h-40 {
    height: 4.0rem;
  }
  .sm\:h-\[--headerH\] {
    height: var(--headerH);
  }
  .sm\:h-\[3\.2rem\] {
    height: 3.2rem;
  }
  .sm\:h-auto {
    height: auto;
  }
  .sm\:h-screen {
    height: 100vh;
  }
  .sm\:min-h-118 {
    min-height: 11.8rem;
  }
  .sm\:w-1\/2 {
    width: 50%;
  }
  .sm\:w-2\/12 {
    width: 16.666667%;
  }
  .sm\:w-3\/12 {
    width: 25%;
  }
  .sm\:w-5\/12 {
    width: 41.666667%;
  }
  .sm\:w-7\/12 {
    width: 58.333333%;
  }
  .sm\:w-8\/12 {
    width: 66.666667%;
  }
  .sm\:w-\[50vw\] {
    width: 50vw;
  }
  .sm\:w-full {
    width: 100%;
  }
  .sm\:min-w-\[13\.6rem\] {
    min-width: 13.6rem;
  }
  .sm\:max-w-\[27rem\] {
    max-width: 27rem;
  }
  .sm\:max-w-\[46rem\] {
    max-width: 46rem;
  }
  .sm\:grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }
  .sm\:grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
  .sm\:flex-row {
    flex-direction: row;
  }
  .sm\:flex-col {
    flex-direction: column;
  }
  .sm\:items-start {
    align-items: flex-start;
  }
  .sm\:items-center {
    align-items: center;
  }
  .sm\:justify-start {
    justify-content: flex-start;
  }
  .sm\:justify-end {
    justify-content: flex-end;
  }
  .sm\:gap-32 {
    gap: 3.2rem;
  }
  .sm\:\!rounded-\[3px\] {
    border-radius: 3px !important;
  }
  .sm\:rounded-none {
    border-radius: 0px;
  }
  .sm\:border-0 {
    border-width: 0px;
  }
  .sm\:border-none {
    border-style: none;
  }
  .sm\:bg-green {
    --tw-bg-opacity: 1;
    background-color: rgb(109 203 156 / var(--tw-bg-opacity, 1));
  }
  .sm\:bg-orange {
    --tw-bg-opacity: 1;
    background-color: rgb(255 174 61 / var(--tw-bg-opacity, 1));
  }
  .sm\:bg-pink {
    --tw-bg-opacity: 1;
    background-color: rgb(255 184 200 / var(--tw-bg-opacity, 1));
  }
  .sm\:bg-transparent {
    background-color: rgba(0,0,0,0);
  }
  .sm\:bg-footerSize {
    background-size: 99.7rem;
  }
  .sm\:p-0 {
    padding: 0px;
  }
  .sm\:p-48 {
    padding: 4.8rem;
  }
  .sm\:px-8 {
    padding-left: 0.8rem;
    padding-right: 0.8rem;
  }
  .sm\:py-0 {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .sm\:py-100 {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }
  .sm\:py-12 {
    padding-top: 1.2rem;
    padding-bottom: 1.2rem;
  }
  .sm\:py-164 {
    padding-top: 16.4rem;
    padding-bottom: 16.4rem;
  }
  .sm\:py-60 {
    padding-top: 6.0rem;
    padding-bottom: 6.0rem;
  }
  .sm\:py-80 {
    padding-top: 8.0rem;
    padding-bottom: 8.0rem;
  }
  .sm\:pb-80 {
    padding-bottom: 8.0rem;
  }
  .sm\:pb-full {
    padding-bottom: 100%;
  }
  .sm\:pt-\[var\(--headerH\)\] {
    padding-top: var(--headerH);
  }
  .sm\:text-\[1\.2rem\] {
    font-size: 1.2rem;
  }
  .sm\:text-\[1\.4rem\] {
    font-size: 1.4rem;
  }
  .sm\:leading-\[1\.4rem\] {
    line-height: 1.4rem;
  }
  .sm\:leading-\[1\.6rem\] {
    line-height: 1.6rem;
  }
  .sm\:text-blue {
    --tw-text-opacity: 1;
    color: rgb(46 46 150 / var(--tw-text-opacity, 1));
  }
  .sm\:before\:bg-green::before {
    content: var(--tw-content);
    --tw-bg-opacity: 1;
    background-color: rgb(109 203 156 / var(--tw-bg-opacity, 1));
  }
  .sm\:before\:bg-orange::before {
    content: var(--tw-content);
    --tw-bg-opacity: 1;
    background-color: rgb(255 174 61 / var(--tw-bg-opacity, 1));
  }
  .sm\:before\:bg-pink::before {
    content: var(--tw-content);
    --tw-bg-opacity: 1;
    background-color: rgb(255 184 200 / var(--tw-bg-opacity, 1));
  }
}
@media (min-width: 768px) {
  .md\:block {
    display: block;
  }
  .md\:hidden {
    display: none;
  }
  .md\:w-4\/12 {
    width: 33.333333%;
  }
  .md\:bg-footerPos {
    background-position: 163% 40%;
  }
}
@media (min-width: 1024px) {
  .lg\:col-span-4 {
    grid-column: span 4 / span 4;
  }
  .lg\:mt-0 {
    margin-top: 0px;
  }
  .lg\:block {
    display: block;
  }
  .lg\:w-10\/12 {
    width: 83.333333%;
  }
  .lg\:w-3\/12 {
    width: 25%;
  }
  .lg\:w-4\/12 {
    width: 33.333333%;
  }
  .lg\:grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }
  .lg\:gap-32 {
    gap: 3.2rem;
  }
}
@media (min-width: 1280px) {
  .xl\:min-h-180 {
    min-height: 18.0rem;
  }
  .xl\:w-3\/12 {
    width: 25%;
  }
  .xl\:p-20 {
    padding: 2.0rem;
  }
  .xl\:px-1\/12 {
    padding-left: 8.3333335%;
    padding-right: 8.3333335%;
  }
}
/*# sourceMappingURL=maps/styles.css.map */