/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

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

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

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

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

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

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

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

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

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

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

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

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

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

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

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

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

/**
 * Manually forked from SUIT CSS Base: https://github.com/suitcss/base
 * A thin layer on top of normalize.css that provides a starting point more
 * suitable for web applications.
 */

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

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

button {
  background-color: transparent;
  background-image: none;
}

/**
 * Work around a Firefox/IE bug where the transparent `button` background
 * results in a loss of the default `button` focus styles.
 */

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

fieldset {
  margin: 0;
  padding: 0;
}

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

/**
 * Tailwind custom reset styles
 */

/**
 * 1. Use the user's configured `sans` font-family (with Tailwind's default
 *    sans-serif font stack as a fallback) as a sane default.
 * 2. Use Tailwind's default "normal" line-height so the user isn't forced
 *    to override it to ensure consistency even when using the default theme.
 */

html {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 1 */
  line-height: 1.5; /* 2 */
}

/**
 * 1. Prevent padding and border from affecting element width.
 *
 *    We used to set this in the html element and inherit from
 *    the parent element for everything else. This caused issues
 *    in shadow-dom-enhanced elements like <details> where the content
 *    is wrapped by a div with box-sizing set to `content-box`.
 *
 *    https://github.com/mozdevs/cssremedy/issues/4
 *
 *
 * 2. Allow adding a border to an element by just adding a border-width.
 *
 *    By default, the way the browser specifies that an element should have no
 *    border is by setting it's border-style to `none` in the user-agent
 *    stylesheet.
 *
 *    In order to easily add borders to elements by just setting the `border-width`
 *    property, we change the default border-style for all elements to `solid`, and
 *    use border-width to hide them instead. This way our `border` utilities only
 *    need to set the `border-width` property instead of the entire `border`
 *    shorthand, making our border utilities much more straightforward to compose.
 *
 *    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 */
}

/*
 * Ensure horizontal rules are visible by default
 */

hr {
  border-top-width: 1px;
}

/**
 * Undo the `border-style: none` reset that Normalize applies to images so that
 * our `border-{width}` utilities have the expected effect.
 *
 * The Normalize reset is unnecessary for us since we default the border-width
 * to 0 on all elements.
 *
 * https://github.com/tailwindcss/tailwindcss/issues/362
 */

img {
  border-style: solid;
}

textarea {
  resize: vertical;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  color: #a0aec0;
}

input::placeholder,
textarea::placeholder {
  color: #a0aec0;
}

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

table {
  border-collapse: collapse;
}

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

/**
 * Reset form element properties that are easy to forget to
 * style explicitly so you don't inadvertently introduce
 * styles that deviate from your design system. These styles
 * supplement a partial reset that is already applied by
 * normalize.css.
 */

button,
input,
optgroup,
select,
textarea {
  padding: 0;
  line-height: inherit;
  color: inherit;
}

/**
 * Use the configured 'mono' font family for elements that
 * are expected to be rendered with a monospace font, falling
 * back to the system monospace stack if there is no configured
 * 'mono' font family.
 */

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

/**
 * Make replaced elements `display: block` by default as that's
 * the behavior you want almost all of the time. Inspired by
 * CSS Remedy, with `svg` added as well.
 *
 * https://github.com/mozdevs/cssremedy/issues/14
 */

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

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

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

.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: 1512px) {
  .container {
    max-width: 1512px;
  }
}

/*

font-thin       font-weight: 100;
font-extralight font-weight: 200;
font-light      font-weight: 300;
font-normal     font-weight: 400;
font-medium     font-weight: 500;
font-semibold   font-weight: 600;
font-bold       font-weight: 700;
font-extrabold  font-weight: 800;
font-black      font-weight: 900;

*/

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

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

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

.bg-transparent {
  background-color: transparent;
}

.bg-white {
  background-color: #fff;
}

.bg-off-white {
  background-color: #F8F9FA;
}

.bg-purple {
  background-color: #5A61DC;
}

.bg-blue-dark {
  background-color: #1F2587;
}

.bg-blue-mid {
  background-color: #3D43A5;
}

.bg-blue-light {
  background-color: #DFE0F6;
}

.bg-blue-lighter {
  background-color: #E9EAFF;
}

.bg-turquoise {
  background-color: #00E9BC;
}

.bg-turquoise-mid {
  background-color: #1EFFDA;
}

.bg-turquoise-light {
  background-color: #8DEFD8;
}

.border-white {
  border-color: #fff;
}

.border-purple {
  border-color: #5A61DC;
}

.border-purple-light {
  border-color: #C6C8F3;
}

.border-blue-darker {
  border-color: #0E136E;
}

.border-blue-dark {
  border-color: #1F2587;
}

.border-turquoise {
  border-color: #00E9BC;
}

.rounded-4 {
  border-radius: 4px;
}

.rounded-8 {
  border-radius: 8px;
}

.rounded-12 {
  border-radius: 12px;
}

.rounded-16 {
  border-radius: 16px;
}

.rounded-24 {
  border-radius: 24px;
}

.rounded-40 {
  border-radius: 40px;
}

.rounded-48 {
  border-radius: 48px;
}

.rounded-1\/2 {
  border-radius: 50%;
}

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

.border {
  border-width: 1px;
}

.border-l-2 {
  border-left-width: 2px;
}

.border-t {
  border-top-width: 1px;
}

.border-b {
  border-bottom-width: 1px;
}

.border-l {
  border-left-width: 1px;
}

.cursor-pointer {
  cursor: pointer;
}

.block {
  display: block;
}

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

.inline {
  display: inline;
}

.flex {
  display: flex;
}

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

.table {
  display: table;
}

.grid {
  display: grid;
}

.hidden {
  display: none;
}

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

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

.gap-8 {
  grid-gap: 8px;
  grid-gap: 8px;
  gap: 8px;
}

.gap-16 {
  grid-gap: 16px;
  grid-gap: 16px;
  gap: 16px;
}

.gap-24 {
  grid-gap: 24px;
  grid-gap: 24px;
  gap: 24px;
}

.gap-32 {
  grid-gap: 32px;
  grid-gap: 32px;
  gap: 32px;
}

.gap-40 {
  grid-gap: 40px;
  grid-gap: 40px;
  gap: 40px;
}

.gap-48 {
  grid-gap: 48px;
  grid-gap: 48px;
  gap: 48px;
}

.gap-64 {
  grid-gap: 64px;
  grid-gap: 64px;
  gap: 64px;
}

.gap-x-16 {
  grid-column-gap: 16px;
  grid-column-gap: 16px;
  -moz-column-gap: 16px;
       column-gap: 16px;
}

.gap-x-18 {
  grid-column-gap: 18px;
  grid-column-gap: 18px;
  -moz-column-gap: 18px;
       column-gap: 18px;
}

.gap-x-32 {
  grid-column-gap: 32px;
  grid-column-gap: 32px;
  -moz-column-gap: 32px;
       column-gap: 32px;
}

.gap-y-48 {
  grid-row-gap: 48px;
  grid-row-gap: 48px;
  row-gap: 48px;
}

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

.text-11-24 {
  font-size: 11px;
  line-height: 24px;
}

.text-14-24 {
  font-size: 14px;
  line-height: 24px;
}

.text-16-20 {
  font-size: 16px;
  line-height: 20px;
}

.text-18-22 {
  font-size: 18px;
  line-height: 22px;
}

.text-20-24 {
  font-size: 20px;
  line-height: 24px;
}

.text-24-28 {
  font-size: 24px;
  line-height: 28px;
}

.text-32-36 {
  font-size: 32px;
  line-height: 36px;
}

.text-40-44 {
  font-size: 40px;
  line-height: 44px;
}

.text-44-48 {
  font-size: 44px;
  line-height: 48px;
}

.text-48-58 {
  font-size: 48px;
  line-height: 58px;
}

.text-72-72 {
  font-size: 72px;
  line-height: 72px;
}

.text-1_05vw-1_32vw {
  font-size: 1.05vw;
  line-height: 1.32vw;
}

.italic {
  font-style: italic;
}

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

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

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

.font-semibold {
  font-weight: 600;
}

.font-bold {
  font-weight: 700;
}

.h-0 {
  height: 0px;
}

.h-18 {
  height: 18px;
}

.h-24 {
  height: 24px;
}

.h-42 {
  height: 42px;
}

.h-48 {
  height: 48px;
}

.h-56 {
  height: 56px;
}

.h-64 {
  height: 64px;
}

.h-72 {
  height: 72px;
}

.h-114 {
  height: 114px;
}

.h-auto {
  height: auto;
}

.h-100vh {
  height: 100vh;
}

.h-full {
  height: 100%;
}

.h-full-280 {
  height: calc( 100% - 188px );
}

.top-0 {
  top: 0;
}

.left-0 {
  left: 0;
}

.left-4 {
  left: 4px;
}

.left-8 {
  left: 8px;
}

.right-16 {
  right: 16px;
}

.bottom-16 {
  bottom: 16px;
}

.top-50 {
  top: 50px;
}

.right-144 {
  right: 144px;
}

.bottom-316 {
  bottom: 316px;
}

.bottom-461 {
  bottom: 461px;
}

.-top-11_37vw {
  top: -11.37vw;
}

.-right-16 {
  right: -16px;
}

.-bottom-128 {
  bottom: -128px;
}

.-top-28\% {
  top: -28%;
}

.top-1\/2 {
  top: 50%;
}

.left-1\/2 {
  left: 50%;
}

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

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

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

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

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

.list-disc {
  list-style-type: disc;
}

.mx-24 {
  margin-left: 24px;
  margin-right: 24px;
}

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

.mb-16 {
  margin-bottom: 16px;
}

.mb-24 {
  margin-bottom: 24px;
}

.mb-32 {
  margin-bottom: 32px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-44 {
  margin-bottom: 44px;
}

.mt-48 {
  margin-top: 48px;
}

.mb-48 {
  margin-bottom: 48px;
}

.mt-64 {
  margin-top: 64px;
}

.mb-64 {
  margin-bottom: 64px;
}

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

.mb-auto {
  margin-bottom: auto;
}

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

.-mt-112 {
  margin-top: -112px;
}

.-ml-150 {
  margin-left: -150px;
}

.max-h-48 {
  max-height: 48px;
}

.max-h-175 {
  max-height: 175px;
}

.max-w-40 {
  max-width: 40px;
}

.max-w-48 {
  max-width: 48px;
}

.max-w-104 {
  max-width: 104px;
}

.max-w-166 {
  max-width: 166px;
}

.max-w-183 {
  max-width: 183px;
}

.max-w-190 {
  max-width: 190px;
}

.max-w-200 {
  max-width: 200px;
}

.max-w-201 {
  max-width: 201px;
}

.max-w-211 {
  max-width: 211px;
}

.max-w-249 {
  max-width: 249px;
}

.max-w-291 {
  max-width: 291px;
}

.max-w-298 {
  max-width: 298px;
}

.max-w-302 {
  max-width: 302px;
}

.max-w-322 {
  max-width: 322px;
}

.max-w-345 {
  max-width: 345px;
}

.max-w-389 {
  max-width: 389px;
}

.max-w-390 {
  max-width: 390px;
}

.max-w-398 {
  max-width: 398px;
}

.max-w-445 {
  max-width: 445px;
}

.max-w-462 {
  max-width: 462px;
}

.max-w-478 {
  max-width: 478px;
}

.max-w-485 {
  max-width: 485px;
}

.max-w-550 {
  max-width: 550px;
}

.max-w-555 {
  max-width: 555px;
}

.max-w-560 {
  max-width: 560px;
}

.max-w-655 {
  max-width: 655px;
}

.max-w-668 {
  max-width: 668px;
}

.max-w-682 {
  max-width: 682px;
}

.max-w-769 {
  max-width: 769px;
}

.max-w-795 {
  max-width: 795px;
}

.max-w-796 {
  max-width: 796px;
}

.max-w-mw {
  max-width: 1512px;
}

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

.min-w-314 {
  min-width: 314px;
}

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

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

.order-last {
  order: 9999;
}

.overflow-hidden {
  overflow: hidden;
}

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

.p-8 {
  padding: 8px;
}

.p-12 {
  padding: 12px;
}

.p-16 {
  padding: 16px;
}

.p-24 {
  padding: 24px;
}

.px-0 {
  padding-left: 0;
  padding-right: 0;
}

.py-4 {
  padding-top: 4px;
  padding-bottom: 4px;
}

.py-8 {
  padding-top: 8px;
  padding-bottom: 8px;
}

.py-14 {
  padding-top: 14px;
  padding-bottom: 14px;
}

.py-16 {
  padding-top: 16px;
  padding-bottom: 16px;
}

.px-16 {
  padding-left: 16px;
  padding-right: 16px;
}

.px-20 {
  padding-left: 20px;
  padding-right: 20px;
}

.py-24 {
  padding-top: 24px;
  padding-bottom: 24px;
}

.px-24 {
  padding-left: 24px;
  padding-right: 24px;
}

.py-32 {
  padding-top: 32px;
  padding-bottom: 32px;
}

.px-32 {
  padding-left: 32px;
  padding-right: 32px;
}

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

.py-48 {
  padding-top: 48px;
  padding-bottom: 48px;
}

.px-60 {
  padding-left: 60px;
  padding-right: 60px;
}

.py-64 {
  padding-top: 64px;
  padding-bottom: 64px;
}

.px-64 {
  padding-left: 64px;
  padding-right: 64px;
}

.py-80 {
  padding-top: 80px;
  padding-bottom: 80px;
}

.py-112 {
  padding-top: 112px;
  padding-bottom: 112px;
}

.pb-5 {
  padding-bottom: 5px;
}

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

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

.pb-8 {
  padding-bottom: 8px;
}

.pl-8 {
  padding-left: 8px;
}

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

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

.pb-16 {
  padding-bottom: 16px;
}

.pl-16 {
  padding-left: 16px;
}

.pr-24 {
  padding-right: 24px;
}

.pb-24 {
  padding-bottom: 24px;
}

.pl-24 {
  padding-left: 24px;
}

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

.pb-32 {
  padding-bottom: 32px;
}

.pl-32 {
  padding-left: 32px;
}

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

.pb-40 {
  padding-bottom: 40px;
}

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

.pb-48 {
  padding-bottom: 48px;
}

.pb-56 {
  padding-bottom: 56px;
}

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

.pb-64 {
  padding-bottom: 64px;
}

.pb-66 {
  padding-bottom: 66px;
}

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

.pb-80 {
  padding-bottom: 80px;
}

.pb-88 {
  padding-bottom: 88px;
}

.pb-104 {
  padding-bottom: 104px;
}

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

.pb-170 {
  padding-bottom: 170px;
}

.last\:pb-0:last-child {
  padding-bottom: 0;
}

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

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

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

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

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

.text-black {
  --text-opacity: 1;
  color: #111;
  color: rgba(17, 17, 17, 1);
  color: rgba(17, 17, 17, var(--text-opacity));
}

.text-white {
  --text-opacity: 1;
  color: #fff;
  color: rgba(255, 255, 255, 1);
  color: rgba(255, 255, 255, var(--text-opacity));
}

.text-purple {
  --text-opacity: 1;
  color: #5A61DC;
  color: rgba(90, 97, 220, 1);
  color: rgba(90, 97, 220, var(--text-opacity));
}

.text-blue-dark {
  --text-opacity: 1;
  color: #1F2587;
  color: rgba(31, 37, 135, 1);
  color: rgba(31, 37, 135, var(--text-opacity));
}

.text-blue-light {
  --text-opacity: 1;
  color: #DFE0F6;
  color: rgba(223, 224, 246, 1);
  color: rgba(223, 224, 246, var(--text-opacity));
}

.text-blue-lighter {
  --text-opacity: 1;
  color: #E9EAFF;
  color: rgba(233, 234, 255, 1);
  color: rgba(233, 234, 255, var(--text-opacity));
}

.text-turquoise {
  --text-opacity: 1;
  color: #00E9BC;
  color: rgba(0, 233, 188, 1);
  color: rgba(0, 233, 188, var(--text-opacity));
}

.underline {
  text-decoration: underline;
}

.uppercase {
  text-transform: uppercase;
}

.transform {
  --transform-translate-x: 0;
  --transform-translate-y: 0;
  --transform-rotate: 0;
  --transform-skew-x: 0;
  --transform-skew-y: 0;
  --transform-scale-x: 1;
  --transform-scale-y: 1;
  transform: translateX(var(--transform-translate-x)) translateY(var(--transform-translate-y)) rotate(var(--transform-rotate)) skewX(var(--transform-skew-x)) skewY(var(--transform-skew-y)) scaleX(var(--transform-scale-x)) scaleY(var(--transform-scale-y));
}

.-translate-x-144 {
  --transform-translate-x: -144px;
}

.-translate-x-1\/2 {
  --transform-translate-x: -50%;
}

.-translate-y-1\/2 {
  --transform-translate-y: -50%;
}

.w-24 {
  width: 24px;
}

.w-48 {
  width: 48px;
}

.w-56 {
  width: 56px;
}

.w-58 {
  width: 58px;
}

.w-64 {
  width: 64px;
}

.w-97 {
  width: 97px;
}

.w-189 {
  width: 189px;
}

.w-auto {
  width: auto;
}

.w-full {
  width: 100%;
}

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

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

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

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

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

/* MAPBOX */

.mapboxgl-map {
  font: 12px/20px 'Helvetica Neue', Arial, Helvetica, sans-serif;
  overflow: hidden;
  position: relative;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.mapboxgl-canvas {
  position: absolute;
  left: 0;
  top: 0;
}

.mapboxgl-map:-webkit-full-screen {
  width: 100%;
  height: 100%;
}

.mapboxgl-canary {
  background-color: salmon;
}

.mapboxgl-canvas-container.mapboxgl-interactive,
.mapboxgl-ctrl-group button.mapboxgl-ctrl-compass {
  cursor: grab;
  -moz-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}

.mapboxgl-canvas-container.mapboxgl-interactive.mapboxgl-track-pointer {
  cursor: pointer;
}

.mapboxgl-canvas-container.mapboxgl-interactive:active,
.mapboxgl-ctrl-group button.mapboxgl-ctrl-compass:active {
  cursor: grabbing;
}

.mapboxgl-canvas-container.mapboxgl-touch-zoom-rotate,
.mapboxgl-canvas-container.mapboxgl-touch-zoom-rotate .mapboxgl-canvas {
  touch-action: pan-x pan-y;
}

.mapboxgl-canvas-container.mapboxgl-touch-drag-pan,
.mapboxgl-canvas-container.mapboxgl-touch-drag-pan .mapboxgl-canvas {
  touch-action: pinch-zoom;
}

.mapboxgl-canvas-container.mapboxgl-touch-zoom-rotate.mapboxgl-touch-drag-pan,
.mapboxgl-canvas-container.mapboxgl-touch-zoom-rotate.mapboxgl-touch-drag-pan .mapboxgl-canvas {
  touch-action: none;
}

.mapboxgl-ctrl-top-left,
.mapboxgl-ctrl-top-right,
.mapboxgl-ctrl-bottom-left,
.mapboxgl-ctrl-bottom-right { position: absolute; pointer-events: none; z-index: 2;
}

.mapboxgl-ctrl-top-left     { top: 0; left: 0;
}

.mapboxgl-ctrl-top-right    { top: 0; right: 0;
}

.mapboxgl-ctrl-bottom-left  { bottom: 0; left: 0;
}

.mapboxgl-ctrl-bottom-right { right: 0; bottom: 0;
}

.mapboxgl-ctrl {
  clear: both;
  pointer-events: auto;
  /* workaround for a Safari bug https://github.com/mapbox/mapbox-gl-js/issues/8185 */
  transform: translate(0, 0);
}

.mapboxgl-ctrl-top-left .mapboxgl-ctrl     { margin: 10px 0 0 10px; float: left;
}

.mapboxgl-ctrl-top-right .mapboxgl-ctrl    { margin: 10px 10px 0 0; float: right;
}

.mapboxgl-ctrl-bottom-left .mapboxgl-ctrl  { margin: 0 0 10px 10px; float: left;
}

.mapboxgl-ctrl-bottom-right .mapboxgl-ctrl { margin: 0 10px 10px 0; float: right;
}

.mapboxgl-ctrl-group {
  border-radius: 4px;
  background: #fff;
}

.mapboxgl-ctrl-group:not(:empty) {
  box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.1);
}

@media (-ms-high-contrast: active) {
  .mapboxgl-ctrl-group:not(:empty) {
    box-shadow: 0 0 0 2px ButtonText;
  }
}

.mapboxgl-ctrl-group button {
  width: 29px;
  height: 29px;
  display: block;
  padding: 0;
  outline: none;
  border: 0;
  box-sizing: border-box;
  background-color: transparent;
  cursor: pointer;
}

.mapboxgl-ctrl-group button + button {
  border-top: 1px solid #ddd;
}

.mapboxgl-ctrl button .mapboxgl-ctrl-icon {
  display: block;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
}

@media (-ms-high-contrast: active) {
  .mapboxgl-ctrl-icon {
    background-color: transparent;
  }

  .mapboxgl-ctrl-group button + button {
    border-top: 1px solid ButtonText;
  }
}

/* https://bugzilla.mozilla.org/show_bug.cgi?id=140562 */

.mapboxgl-ctrl button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.mapboxgl-ctrl-group button:focus {
  box-shadow: 0 0 2px 2px rgba(0, 150, 255, 1);
}

.mapboxgl-ctrl button:disabled {
  cursor: not-allowed;
}

.mapboxgl-ctrl button:disabled .mapboxgl-ctrl-icon {
  opacity: 0.25;
}

.mapboxgl-ctrl button:not(:disabled):hover {
  background-color: rgba(0, 0, 0, 0.05);
}

.mapboxgl-ctrl-group button:focus:focus-visible {
  box-shadow: 0 0 2px 2px rgba(0, 150, 255, 1);
}

.mapboxgl-ctrl-group button:focus:not(:focus-visible) {
  box-shadow: none;
}

.mapboxgl-ctrl-group button:focus:first-child {
  border-radius: 4px 4px 0 0;
}

.mapboxgl-ctrl-group button:focus:last-child {
  border-radius: 0 0 4px 4px;
}

.mapboxgl-ctrl-group button:focus:only-child {
  border-radius: inherit;
}

.mapboxgl-ctrl button.mapboxgl-ctrl-zoom-out .mapboxgl-ctrl-icon {
  /*background-image: svg-load('svg/mapboxgl-ctrl-zoom-out.svg', fill: #333);*/
}

.mapboxgl-ctrl button.mapboxgl-ctrl-zoom-in .mapboxgl-ctrl-icon {
  /*background-image: svg-load('svg/mapboxgl-ctrl-zoom-in.svg', fill: #333);*/
}

@media (-ms-high-contrast: active) {
  .mapboxgl-ctrl button.mapboxgl-ctrl-zoom-out .mapboxgl-ctrl-icon {
    /*background-image: svg-load('svg/mapboxgl-ctrl-zoom-out.svg', fill: #fff);*/
  }

  .mapboxgl-ctrl button.mapboxgl-ctrl-zoom-in .mapboxgl-ctrl-icon {
    /*background-image: svg-load('svg/mapboxgl-ctrl-zoom-in.svg', fill: #fff);*/
  }
}

@media (-ms-high-contrast: black-on-white) {
  .mapboxgl-ctrl button.mapboxgl-ctrl-zoom-out .mapboxgl-ctrl-icon {
    /*background-image: svg-load('svg/mapboxgl-ctrl-zoom-out.svg', fill: #000);*/
  }

  .mapboxgl-ctrl button.mapboxgl-ctrl-zoom-in .mapboxgl-ctrl-icon {
    /*background-image: svg-load('svg/mapboxgl-ctrl-zoom-in.svg', fill: #000);*/
  }
}

.mapboxgl-ctrl button.mapboxgl-ctrl-fullscreen .mapboxgl-ctrl-icon {
  /*background-image: svg-load('svg/mapboxgl-ctrl-fullscreen.svg', fill: #333);*/
}

.mapboxgl-ctrl button.mapboxgl-ctrl-shrink .mapboxgl-ctrl-icon {
  /*background-image: svg-load('svg/mapboxgl-ctrl-shrink.svg');*/
}

@media (-ms-high-contrast: active) {
  .mapboxgl-ctrl button.mapboxgl-ctrl-fullscreen .mapboxgl-ctrl-icon {
    /*background-image: svg-load('svg/mapboxgl-ctrl-fullscreen.svg', fill: #fff);*/
  }

  .mapboxgl-ctrl button.mapboxgl-ctrl-shrink .mapboxgl-ctrl-icon {
    /*background-image: svg-load('svg/mapboxgl-ctrl-shrink.svg', fill: #fff);*/
  }
}

@media (-ms-high-contrast: black-on-white) {
  .mapboxgl-ctrl button.mapboxgl-ctrl-fullscreen .mapboxgl-ctrl-icon {
    /*background-image: svg-load('svg/mapboxgl-ctrl-fullscreen.svg', fill: #000);*/
  }

  .mapboxgl-ctrl button.mapboxgl-ctrl-shrink .mapboxgl-ctrl-icon {
    /*background-image: svg-load('svg/mapboxgl-ctrl-shrink.svg', fill: #000);*/
  }
}

.mapboxgl-ctrl button.mapboxgl-ctrl-compass .mapboxgl-ctrl-icon {
  /*background-image: svg-load('svg/mapboxgl-ctrl-compass.svg', fill: #333);*/
}

@media (-ms-high-contrast: active) {
  .mapboxgl-ctrl button.mapboxgl-ctrl-compass .mapboxgl-ctrl-icon {
    /*
        @svg-load ctrl-compass-white url(svg/mapboxgl-ctrl-compass.svg) {
            fill: #fff;
            #south { fill: #999; }
        }
        */
    background-image: svg-inline(ctrl-compass-white);
  }
}

@media (-ms-high-contrast: black-on-white) {
  .mapboxgl-ctrl button.mapboxgl-ctrl-compass .mapboxgl-ctrl-icon {
    /*background-image: svg-load('svg/mapboxgl-ctrl-compass.svg', fill: #000);*/
  }
}

/*
@svg-load ctrl-geolocate url(svg/mapboxgl-ctrl-geolocate.svg) {
    fill: #333;
    #stroke { display: none; }
}

@svg-load ctrl-geolocate-white url(svg/mapboxgl-ctrl-geolocate.svg) {
    fill: #fff;
    #stroke { display: none; }
}

@svg-load ctrl-geolocate-black url(svg/mapboxgl-ctrl-geolocate.svg) {
    fill: #000;
    #stroke { display: none; }
}

@svg-load ctrl-geolocate-disabled url(svg/mapboxgl-ctrl-geolocate.svg) {
    fill: #aaa;
    #stroke { fill: #f00; }
}

@svg-load ctrl-geolocate-disabled-white url(svg/mapboxgl-ctrl-geolocate.svg) {
    fill: #999;
    #stroke { fill: #f00; }
}

@svg-load ctrl-geolocate-disabled-black url(svg/mapboxgl-ctrl-geolocate.svg) {
    fill: #666;
    #stroke { fill: #f00; }
}

@svg-load ctrl-geolocate-active url(svg/mapboxgl-ctrl-geolocate.svg) {
    fill: #33b5e5;
    #stroke { display: none; }
}

@svg-load ctrl-geolocate-active-error url(svg/mapboxgl-ctrl-geolocate.svg) {
    fill: #e58978;
    #stroke { display: none; }
}

@svg-load ctrl-geolocate-background url(svg/mapboxgl-ctrl-geolocate.svg) {
    fill: #33b5e5;
    #stroke { display: none; }
    #dot { display: none; }
}

@svg-load ctrl-geolocate-background-error url(svg/mapboxgl-ctrl-geolocate.svg) {
    fill: #e54e33;
    #stroke { display: none; }
    #dot { display: none; }
}

.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate .mapboxgl-ctrl-icon {
    background-image: svg-inline(ctrl-geolocate);
}

.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate:disabled .mapboxgl-ctrl-icon {
    background-image: svg-inline(ctrl-geolocate-disabled);
}

.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-active .mapboxgl-ctrl-icon {
    background-image: svg-inline(ctrl-geolocate-active);
}

.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-active-error .mapboxgl-ctrl-icon {
    background-image: svg-inline(ctrl-geolocate-active-error);
}

.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-background .mapboxgl-ctrl-icon {
    background-image: svg-inline(ctrl-geolocate-background);
}

.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-background-error .mapboxgl-ctrl-icon {
    background-image: svg-inline(ctrl-geolocate-background-error);
}
*/

.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-waiting .mapboxgl-ctrl-icon {
  animation: mapboxgl-spin 2s infinite linear;
}

/*
@media (-ms-high-contrast: active) {
    .mapboxgl-ctrl button.mapboxgl-ctrl-geolocate .mapboxgl-ctrl-icon {
        background-image: svg-inline(ctrl-geolocate-white);
    }

    .mapboxgl-ctrl button.mapboxgl-ctrl-geolocate:disabled .mapboxgl-ctrl-icon {
        background-image: svg-inline(ctrl-geolocate-disabled-white);
    }

    .mapboxgl-ctrl button.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-active .mapboxgl-ctrl-icon {
        background-image: svg-inline(ctrl-geolocate-active);
    }

    .mapboxgl-ctrl button.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-active-error .mapboxgl-ctrl-icon {
        background-image: svg-inline(ctrl-geolocate-active-error);
    }

    .mapboxgl-ctrl button.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-background .mapboxgl-ctrl-icon {
        background-image: svg-inline(ctrl-geolocate-background);
    }

    .mapboxgl-ctrl button.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-background-error .mapboxgl-ctrl-icon {
        background-image: svg-inline(ctrl-geolocate-background-error);
    }
}

@media (-ms-high-contrast: black-on-white) {
    .mapboxgl-ctrl button.mapboxgl-ctrl-geolocate .mapboxgl-ctrl-icon {
        background-image: svg-inline(ctrl-geolocate-black);
    }

    .mapboxgl-ctrl button.mapboxgl-ctrl-geolocate:disabled .mapboxgl-ctrl-icon {
        background-image: svg-inline(ctrl-geolocate-disabled-black);
    }
}
*/

@keyframes mapboxgl-spin {
  0% { transform: rotate(0deg);
  }

  100% { transform: rotate(360deg);
  }
}

a.mapboxgl-ctrl-logo {
  width: 88px;
  height: 23px;
  margin: 0 0 -4px -4px;
  display: block;
  background-repeat: no-repeat;
  cursor: pointer;
  overflow: hidden;
  /*background-image: svg-load('svg/mapboxgl-ctrl-logo.svg');*/
}

a.mapboxgl-ctrl-logo.mapboxgl-compact {
  width: 23px;
}

@media (-ms-high-contrast: active) {
  a.mapboxgl-ctrl-logo {
    /*
        @svg-load ctrl-logo-white url(svg/mapboxgl-ctrl-logo.svg) {
            #outline { opacity: 1; }
            #fill { opacity: 1; }
        }
        */
    background-color: transparent;
    background-image: svg-inline(ctrl-logo-white);
  }
}

@media (-ms-high-contrast: black-on-white) {
  a.mapboxgl-ctrl-logo {
    /*
        @svg-load ctrl-logo-black url(svg/mapboxgl-ctrl-logo.svg) {
            #outline { opacity: 1; fill: #fff; stroke: #fff; }
            #fill { opacity: 1; fill: #000; }
        }
        */
    background-image: svg-inline(ctrl-logo-black);
  }
}

.mapboxgl-ctrl.mapboxgl-ctrl-attrib {
  padding: 0 5px;
  background-color: rgba(255, 255, 255, 0.5);
  margin: 0;
}

@media screen {
  .mapboxgl-ctrl-attrib.mapboxgl-compact {
    min-height: 20px;
    padding: 0;
    margin: 10px;
    position: relative;
    background-color: #fff;
    border-radius: 3px 12px 12px 3px;
  }

  .mapboxgl-ctrl-attrib.mapboxgl-compact:hover {
    padding: 2px 24px 2px 4px;
    visibility: visible;
    margin-top: 6px;
  }

  .mapboxgl-ctrl-top-left > .mapboxgl-ctrl-attrib.mapboxgl-compact:hover,
    .mapboxgl-ctrl-bottom-left > .mapboxgl-ctrl-attrib.mapboxgl-compact:hover {
    padding: 2px 4px 2px 24px;
    border-radius: 12px 3px 3px 12px;
  }

  .mapboxgl-ctrl-attrib.mapboxgl-compact .mapboxgl-ctrl-attrib-inner {
    display: none;
  }

  .mapboxgl-ctrl-attrib.mapboxgl-compact:hover .mapboxgl-ctrl-attrib-inner {
    display: block;
  }

  .mapboxgl-ctrl-attrib.mapboxgl-compact::after {
    content: '';
    cursor: pointer;
    position: absolute;
    /*background-image: svg-load('svg/mapboxgl-ctrl-attrib.svg');*/
    background-color: rgba(255, 255, 255, 0.5);
    width: 24px;
    height: 24px;
    box-sizing: border-box;
    border-radius: 12px;
  }

  .mapboxgl-ctrl-bottom-right > .mapboxgl-ctrl-attrib.mapboxgl-compact::after {
    bottom: 0;
    right: 0;
  }

  .mapboxgl-ctrl-top-right > .mapboxgl-ctrl-attrib.mapboxgl-compact::after {
    top: 0;
    right: 0;
  }

  .mapboxgl-ctrl-top-left > .mapboxgl-ctrl-attrib.mapboxgl-compact::after {
    top: 0;
    left: 0;
  }

  .mapboxgl-ctrl-bottom-left > .mapboxgl-ctrl-attrib.mapboxgl-compact::after {
    bottom: 0;
    left: 0;
  }
}

@media screen and (-ms-high-contrast: active) {
  .mapboxgl-ctrl-attrib.mapboxgl-compact::after {
    /*background-image: svg-load('svg/mapboxgl-ctrl-attrib.svg', fill=#fff);*/
  }
}

@media screen and (-ms-high-contrast: black-on-white) {
  .mapboxgl-ctrl-attrib.mapboxgl-compact::after {
    /*background-image: svg-load('svg/mapboxgl-ctrl-attrib.svg');*/
  }
}

.mapboxgl-ctrl-attrib a {
  color: rgba(0, 0, 0, 0.75);
  text-decoration: none;
}

.mapboxgl-ctrl-attrib a:hover {
  color: inherit;
  text-decoration: underline;
}

/* stylelint-disable-next-line selector-class-pattern */

.mapboxgl-ctrl-attrib .mapbox-improve-map {
  font-weight: bold;
  margin-left: 2px;
}

.mapboxgl-attrib-empty {
  display: none;
}

.mapboxgl-ctrl-scale {
  background-color: rgba(255, 255, 255, 0.75);
  font-size: 10px;
  border-width: medium 2px 2px;
  border-style: none solid solid;
  border-color: #333;
  padding: 0 5px;
  color: #333;
  box-sizing: border-box;
}

.mapboxgl-popup {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  will-change: transform;
  pointer-events: none;
}

.mapboxgl-popup-anchor-top,
.mapboxgl-popup-anchor-top-left,
.mapboxgl-popup-anchor-top-right {
  flex-direction: column;
}

.mapboxgl-popup-anchor-bottom,
.mapboxgl-popup-anchor-bottom-left,
.mapboxgl-popup-anchor-bottom-right {
  flex-direction: column-reverse;
}

.mapboxgl-popup-anchor-left {
  flex-direction: row;
}

.mapboxgl-popup-anchor-right {
  flex-direction: row-reverse;
}

.mapboxgl-popup-tip {
  width: 0;
  height: 0;
  border: 10px solid transparent;
  z-index: 1;
}

.mapboxgl-popup-anchor-top .mapboxgl-popup-tip {
  align-self: center;
  border-top: none;
  border-bottom-color: #fff;
}

.mapboxgl-popup-anchor-top-left .mapboxgl-popup-tip {
  align-self: flex-start;
  border-top: none;
  border-left: none;
  border-bottom-color: #fff;
}

.mapboxgl-popup-anchor-top-right .mapboxgl-popup-tip {
  align-self: flex-end;
  border-top: none;
  border-right: none;
  border-bottom-color: #fff;
}

.mapboxgl-popup-anchor-bottom .mapboxgl-popup-tip {
  align-self: center;
  border-bottom: none;
  border-top-color: #fff;
}

.mapboxgl-popup-anchor-bottom-left .mapboxgl-popup-tip {
  align-self: flex-start;
  border-bottom: none;
  border-left: none;
  border-top-color: #fff;
}

.mapboxgl-popup-anchor-bottom-right .mapboxgl-popup-tip {
  align-self: flex-end;
  border-bottom: none;
  border-right: none;
  border-top-color: #fff;
}

.mapboxgl-popup-anchor-left .mapboxgl-popup-tip {
  align-self: center;
  border-left: none;
  border-right-color: #fff;
}

.mapboxgl-popup-anchor-right .mapboxgl-popup-tip {
  align-self: center;
  border-right: none;
  border-left-color: #fff;
}

.mapboxgl-popup-close-button {
  position: absolute;
  right: 0;
  top: 0;
  border: 0;
  border-radius: 0 3px 0 0;
  cursor: pointer;
  background-color: transparent;
}

.mapboxgl-popup-close-button:hover {
  background-color: rgba(0, 0, 0, 0.05);
}

.mapboxgl-popup-content {
  position: relative;
  background: #fff;
  border-radius: 3px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  padding: 10px 10px 15px;
  pointer-events: auto;
}

.mapboxgl-popup-anchor-top-left .mapboxgl-popup-content {
  border-top-left-radius: 0;
}

.mapboxgl-popup-anchor-top-right .mapboxgl-popup-content {
  border-top-right-radius: 0;
}

.mapboxgl-popup-anchor-bottom-left .mapboxgl-popup-content {
  border-bottom-left-radius: 0;
}

.mapboxgl-popup-anchor-bottom-right .mapboxgl-popup-content {
  border-bottom-right-radius: 0;
}

.mapboxgl-popup-track-pointer {
  display: none;
}

.mapboxgl-popup-track-pointer * {
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.mapboxgl-map:hover .mapboxgl-popup-track-pointer {
  display: flex;
}

.mapboxgl-map:active .mapboxgl-popup-track-pointer {
  display: none;
}

.mapboxgl-marker {
  position: absolute;
  top: 0;
  left: 0;
  will-change: transform;
}

.mapboxgl-user-location-dot {
  background-color: #1da1f2;
  width: 15px;
  height: 15px;
  border-radius: 50%;
}

.mapboxgl-user-location-dot::before {
  background-color: #1da1f2;
  content: '';
  width: 15px;
  height: 15px;
  border-radius: 50%;
  position: absolute;
  animation: mapboxgl-user-location-dot-pulse 2s infinite;
}

.mapboxgl-user-location-dot::after {
  border-radius: 50%;
  border: 2px solid #fff;
  content: '';
  height: 19px;
  left: -2px;
  position: absolute;
  top: -2px;
  width: 19px;
  box-sizing: border-box;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.35);
}

@keyframes mapboxgl-user-location-dot-pulse {
  0%   { transform: scale(1); opacity: 1;
  }

  70%  { transform: scale(3); opacity: 0;
  }

  100% { transform: scale(1); opacity: 0;
  }
}

.mapboxgl-user-location-dot-stale {
  background-color: #aaa;
}

.mapboxgl-user-location-dot-stale::after {
  display: none;
}

.mapboxgl-user-location-accuracy-circle {
  background-color: #1da1f233;
  width: 1px;
  height: 1px;
  border-radius: 100%;
}

.mapboxgl-crosshair,
.mapboxgl-crosshair .mapboxgl-interactive,
.mapboxgl-crosshair .mapboxgl-interactive:active {
  cursor: crosshair;
}

.mapboxgl-boxzoom {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  background: #fff;
  border: 2px dotted #202020;
  opacity: 0.5;
}

@media print {
  /* stylelint-disable-next-line selector-class-pattern */

  .mapbox-improve-map {
    display: none;
  }
}

/* Basics */

.mapboxgl-ctrl-geocoder,
.mapboxgl-ctrl-geocoder *,
.mapboxgl-ctrl-geocoder *:after,
.mapboxgl-ctrl-geocoder *:before {
  box-sizing: border-box;
}

.mapboxgl-ctrl-geocoder {
  font-size: 18px;
  line-height: 24px;
  font-family: "Open Sans", "Helvetica Neue", Arial, Helvetica, sans-serif;
  position: relative;
  background-color: #fff;
  width: 100%;
  min-width: 240px;
  z-index: 1;
  border-radius: 4px;
  transition: width .25s, min-width .25s;
}

.mapboxgl-ctrl-geocoder--input {
  font: inherit;
  width: 100%;
  border: 0;
  background-color: transparent;
  margin: 0;
  height: 50px;
  color: #404040; /* fallback */
  color: rgba(0, 0, 0, 0.75);
  padding: 6px 45px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.mapboxgl-ctrl-geocoder--input::-ms-clear {
  display: none; /* hide input clear button in IE */
}

.mapboxgl-ctrl-geocoder--input:focus {
  color: #404040; /* fallback */
  color: rgba(0, 0, 0, 0.75);
  outline: 0;
  box-shadow: none;
  outline: thin dotted;
}

.mapboxgl-ctrl-geocoder .mapboxgl-ctrl-geocoder--pin-right > * {
  z-index: 2;
  position: absolute;
  right: 8px;
  top: 7px;
  display: none;
}

.mapboxgl-ctrl-geocoder,
.mapboxgl-ctrl-geocoder .suggestions {
  box-shadow: 0 0 10px 2px rgba(0,0,0,.1);
}

/* Collapsed */

.mapboxgl-ctrl-geocoder.mapboxgl-ctrl-geocoder--collapsed {
  width: 50px;
  min-width: 50px;
  transition: width .25s, min-width .25s;
}

/* Suggestions */

.mapboxgl-ctrl-geocoder .suggestions {
  background-color: #fff;
  border-radius: 4px;
  left: 0;
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  width: 100%;
  top: 110%; /* fallback */
  top: calc(100% + 6px);
  z-index: 1000;
  overflow: hidden;
  font-size: 15px;
}

.mapboxgl-ctrl-bottom-left .suggestions,
.mapboxgl-ctrl-bottom-right .suggestions {
  top: auto;
  bottom: 100%;
}

.mapboxgl-ctrl-geocoder .suggestions > li > a {
  cursor: default;
  display: block;
  padding: 6px 12px;
  color: #404040;
}

.mapboxgl-ctrl-geocoder .suggestions > .active > a,
.mapboxgl-ctrl-geocoder .suggestions > li > a:hover {
  color: #404040;
  background-color: #f3f3f3;
  text-decoration: none;
  cursor: pointer;
}

.mapboxgl-ctrl-geocoder--suggestion-title {
  font-weight: bold;
}

.mapboxgl-ctrl-geocoder--suggestion-title,
.mapboxgl-ctrl-geocoder--suggestion-address {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

/* Icons */

.mapboxgl-ctrl-geocoder--icon {
  display: inline-block;
  vertical-align: middle;
  speak: none;
  fill: #757575;
  top: 15px;
}

.mapboxgl-ctrl-geocoder--icon-search {
  position: absolute;
  top: 13px;
  left: 12px;
  width: 23px;
  height: 23px;
}

.mapboxgl-ctrl-geocoder--button {
  padding: 0;
  margin: 0;
  border: none;
  cursor: pointer;
  background: #fff;
  line-height: 1;
}

.mapboxgl-ctrl-geocoder--icon-close {
  width: 20px;
  height: 20px;
  margin-top: 8px;
  margin-right: 3px;
}

.mapboxgl-ctrl-geocoder--button:hover .mapboxgl-ctrl-geocoder--icon-close {
  fill: #909090;
}

.mapboxgl-ctrl-geocoder--icon-loading {
  width: 26px;
  height: 26px;
  margin-top: 5px;
  margin-right: 0px;
  animation: rotate 0.8s infinite cubic-bezier(0.45, 0.05, 0.55, 0.95);
}

/* Animation */

@keyframes rotate {
  from {
    transform: rotate(0);
  }

  to {
    transform: rotate(360deg);
  }
}

/* Media queries*/

@media screen and (min-width: 640px) {
  .mapboxgl-ctrl-geocoder.mapboxgl-ctrl-geocoder--collapsed {
    width: 36px;
    min-width: 36px;
  }

  .mapboxgl-ctrl-geocoder {
    width: 1005; /* 33.3333%; */
    font-size: 15px;
    line-height: 20px;
    max-width: 360px;
  }

  .mapboxgl-ctrl-geocoder .suggestions {
    font-size: 13px;
  }

  .mapboxgl-ctrl-geocoder--icon {
    top: 8px;
  }

  .mapboxgl-ctrl-geocoder--icon-close {
    width: 16px;
    height: 16px;
    margin-top: 3px;
    margin-right: 0;
  }

  .mapboxgl-ctrl-geocoder--icon-search {
    left: 7px;
    width: 20px;
    height: 20px;
  }

  .mapboxgl-ctrl-geocoder--input {
    height: 36px;
    padding: 6px 35px;
  }

  .mapboxgl-ctrl-geocoder--icon-loading {
    width: 26px;
    height: 26px;
    margin-top: -2px;
    margin-right: -5px;
  }

  .mapbox-gl-geocoder--error{
    color:#909090;
    padding: 6px 12px;
    font-size: 16px;
    text-align: center
  }
}

.mapbox-container {
  height: 450px;
  width: 100%;
  position: relative;
  margin-bottom: 40px;
}

.mapbox-map {
  width: 100%;
  height: 100%;
}

.mapbox-geocoder {
  position: absolute;
  top: 0;
  left: 0;
  margin: 8px;
  width: 400px;
  z-index: 9;
}

.mapbox-geocoder .mapboxgl-ctrl-geocoder {
  width: 400px;
  background-color: transparent;
}

.mapboxgl-ctrl-geocoder,
.mapboxgl-ctrl-geocoder .suggestions {
  box-shadow: none;
}

.mapbox-geocoder .mapboxgl-ctrl-geocoder--input {
  background-color: #FFF !important;
  padding-left: 35px !important;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}

.mapbox-geocoder .mapboxgl-ctrl-geocoder--input:focus {
  background-color: #FFF !important;
  outline: 0;
}

/* SWIPER */

/**
 * Swiper 8.4.7
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2023 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: January 30, 2023
 */

@font-face {
  font-family: 'swiper-icons';

  src: url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA');

  font-weight: 400;

  font-style: normal;
}

:root {
  --swiper-theme-color: #007aff;
}

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

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

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

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

.swiper-pointer-events {
  touch-action: pan-y;
}

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

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

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

/* Auto Height */

.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}

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

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

/* 3D Effects */

.swiper-3d,
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-wrapper,
.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}

.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* CSS Mode */

.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}

.swiper-centered > .swiper-wrapper::before {
  content: '';
  flex-shrink: 0;
  order: 9999;
}

.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}

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

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}

:root {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-color: var(--swiper-theme-color);
  */
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: calc(44px / 44 * 27);
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: 44px;
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - (44px / 2));
  margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-theme-color);
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev.swiper-button-hidden,
.swiper-button-next.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}

.swiper-navigation-disabled .swiper-button-prev,
.swiper-navigation-disabled .swiper-button-next {
  display: none !important;
}

.swiper-button-prev:after,
.swiper-button-next:after {
  font-family: swiper-icons;
  font-size: 44px;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-feature-settings: normal, ;
  font-variant: normal;
  font-variant: initial;
  line-height: 1;
}

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

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

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

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

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

:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  --swiper-pagination-bullet-size: 8px;
  --swiper-pagination-bullet-width: 8px;
  --swiper-pagination-bullet-height: 8px;
  --swiper-pagination-bullet-inactive-color: #000;
  --swiper-pagination-bullet-inactive-opacity: 0.2;
  --swiper-pagination-bullet-opacity: 1;
  --swiper-pagination-bullet-horizontal-gap: 4px;
  --swiper-pagination-bullet-vertical-gap: 6px;
  */
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-pagination-disabled > .swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}

/* Common Styles */

.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: 10px;
  left: 0;
  width: 100%;
}

/* Bullets */

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: 8px;
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: 8px;
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: 50%;
  background: #000;
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: 0.2;
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

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

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

.swiper-vertical > .swiper-pagination-bullets,
.swiper-pagination-vertical.swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}

.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}

.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}

.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 200ms transform, 200ms top;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}

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

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

/* Progress */

.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-theme-color);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}

.swiper-horizontal > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-vertical > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

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

/* Scrollbar */

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-scrollbar-disabled > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-vertical > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-vertical {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

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

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

/* Preloader */

:root {
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  */
}

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

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

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

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

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/* a11y */

.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

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

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

.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-fade .swiper-slide-active,
.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube {
  overflow: visible;
}

.swiper-cube .swiper-slide {
  pointer-events: none;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-cube.swiper-rtl .swiper-slide {
  transform-origin: 100% 0;
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-prev,
.swiper-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-slide-shadow-top,
.swiper-cube .swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-right {
  z-index: 0;
  backface-visibility: hidden;
}

.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}

.swiper-cube .swiper-cube-shadow:before {
  content: '';
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  filter: blur(50px);
}

.swiper-flip {
  overflow: visible;
}

.swiper-flip .swiper-slide {
  pointer-events: none;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-flip .swiper-slide-active,
.swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-flip .swiper-slide-shadow-top,
.swiper-flip .swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-right {
  z-index: 0;
  backface-visibility: hidden;
}

.swiper-creative .swiper-slide {
  backface-visibility: hidden;
  overflow: hidden;
  transition-property: transform, opacity, height;
}

.swiper-cards {
  overflow: visible;
}

.swiper-cards .swiper-slide {
  transform-origin: center bottom;
  backface-visibility: hidden;
  overflow: hidden;
}

/* FLATPICKR */

.flatpickr-calendar{
  background:transparent;
  opacity:0;
  display:none;
  text-align:center;
  visibility:hidden;
  padding:0;
  animation:none;
  direction:ltr;
  border:0;
  font-size:14px;
  line-height:24px;
  border-radius:5px;
  position:absolute;
  width:307.875px;
  box-sizing:border-box;
  touch-action:manipulation;
  background:#fff;
  box-shadow:1px 0 0 #e6e6e6,-1px 0 0 #e6e6e6,0 1px 0 #e6e6e6,0 -1px 0 #e6e6e6,0 3px 13px rgba(0,0,0,0.08)
}

.flatpickr-calendar.open,.flatpickr-calendar.inline{
  opacity:1;
  max-height:640px;
  visibility:visible
}

.flatpickr-calendar.open{
  display:inline-block;
  z-index:99999
}

.flatpickr-calendar.animate.open{
  animation:fpFadeInDown 300ms cubic-bezier(.23,1,.32,1)
}

.flatpickr-calendar.inline{
  display:block;
  position:relative;
  top:2px
}

.flatpickr-calendar.static{
  position:absolute;
  top:calc(100% + 2px)
}

.flatpickr-calendar.static.open{
  z-index:999;
  display:block
}

.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+1) .flatpickr-day.inRange:nth-child(7n+7){
  box-shadow:none !important
}

.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+2) .flatpickr-day.inRange:nth-child(7n+1){
  box-shadow:-2px 0 0 #e6e6e6,5px 0 0 #e6e6e6
}

.flatpickr-calendar .hasWeeks .dayContainer,.flatpickr-calendar .hasTime .dayContainer{
  border-bottom:0;
  border-bottom-right-radius:0;
  border-bottom-left-radius:0
}

.flatpickr-calendar .hasWeeks .dayContainer{
  border-left:0
}

.flatpickr-calendar.hasTime .flatpickr-time{
  height:40px;
  border-top:1px solid #e6e6e6
}

.flatpickr-calendar.noCalendar.hasTime .flatpickr-time{
  height:auto
}

.flatpickr-calendar:before,.flatpickr-calendar:after{
  position:absolute;
  display:block;
  pointer-events:none;
  border:solid transparent;
  content:'';
  height:0;
  width:0;
  left:22px
}

.flatpickr-calendar.rightMost:before,.flatpickr-calendar.arrowRight:before,.flatpickr-calendar.rightMost:after,.flatpickr-calendar.arrowRight:after{
  left:auto;
  right:22px
}

.flatpickr-calendar.arrowCenter:before,.flatpickr-calendar.arrowCenter:after{
  left:50%;
  right:50%
}

.flatpickr-calendar:before{
  border-width:5px;
  margin:0 -5px
}

.flatpickr-calendar:after{
  border-width:4px;
  margin:0 -4px
}

.flatpickr-calendar.arrowTop:before,.flatpickr-calendar.arrowTop:after{
  bottom:100%
}

.flatpickr-calendar.arrowTop:before{
  border-bottom-color:#e6e6e6
}

.flatpickr-calendar.arrowTop:after{
  border-bottom-color:#fff
}

.flatpickr-calendar.arrowBottom:before,.flatpickr-calendar.arrowBottom:after{
  top:100%
}

.flatpickr-calendar.arrowBottom:before{
  border-top-color:#e6e6e6
}

.flatpickr-calendar.arrowBottom:after{
  border-top-color:#fff
}

.flatpickr-calendar:focus{
  outline:0
}

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

.flatpickr-months{
  display:flex
}

.flatpickr-months .flatpickr-month{
  background:transparent;
  color:rgba(0,0,0,0.9);
  fill:rgba(0,0,0,0.9);
  height:34px;
  line-height:1;
  text-align:center;
  position:relative;
  -webkit-user-select:none;
  -moz-user-select:none;
  user-select:none;
  overflow:hidden;
  flex:1
}

.flatpickr-months .flatpickr-prev-month,.flatpickr-months .flatpickr-next-month{
  -webkit-user-select:none;
  -moz-user-select:none;
  user-select:none;
  text-decoration:none;
  cursor:pointer;
  position:absolute;
  top:0;
  height:34px;
  padding:10px;
  z-index:3;
  color:rgba(0,0,0,0.9);
  fill:rgba(0,0,0,0.9)
}

.flatpickr-months .flatpickr-prev-month.flatpickr-disabled,.flatpickr-months .flatpickr-next-month.flatpickr-disabled{
  display:none
}

.flatpickr-months .flatpickr-prev-month i,.flatpickr-months .flatpickr-next-month i{
  position:relative
}

.flatpickr-months .flatpickr-prev-month.flatpickr-prev-month,.flatpickr-months .flatpickr-next-month.flatpickr-prev-month{
  /*
      /*rtl:begin:ignore*/
  left:0
  /*
      /*rtl:end:ignore*/
}

/*
      /*rtl:begin:ignore*/

/*
      /*rtl:end:ignore*/

.flatpickr-months .flatpickr-prev-month.flatpickr-next-month,.flatpickr-months .flatpickr-next-month.flatpickr-next-month{
  /*
      /*rtl:begin:ignore*/
  right:0
  /*
      /*rtl:end:ignore*/
}

/*
      /*rtl:begin:ignore*/

/*
      /*rtl:end:ignore*/

.flatpickr-months .flatpickr-prev-month:hover,.flatpickr-months .flatpickr-next-month:hover{
  color:#959ea9
}

.flatpickr-months .flatpickr-prev-month:hover svg,.flatpickr-months .flatpickr-next-month:hover svg{
  fill:#f64747
}

.flatpickr-months .flatpickr-prev-month svg,.flatpickr-months .flatpickr-next-month svg{
  width:14px;
  height:14px
}

.flatpickr-months .flatpickr-prev-month svg path,.flatpickr-months .flatpickr-next-month svg path{
  transition:fill .1s;
  fill:inherit
}

.numInputWrapper{
  position:relative;
  height:auto
}

.numInputWrapper input,.numInputWrapper span{
  display:inline-block
}

.numInputWrapper input{
  width:100%
}

.numInputWrapper input::-ms-clear{
  display:none
}

.numInputWrapper input::-webkit-outer-spin-button,.numInputWrapper input::-webkit-inner-spin-button{
  margin:0;
  -webkit-appearance:none
}

.numInputWrapper span{
  position:absolute;
  right:0;
  width:14px;
  padding:0 4px 0 2px;
  height:50%;
  line-height:50%;
  opacity:0;
  cursor:pointer;
  border:1px solid rgba(57,57,57,0.15);
  box-sizing:border-box
}

.numInputWrapper span:hover{
  background:rgba(0,0,0,0.1)
}

.numInputWrapper span:active{
  background:rgba(0,0,0,0.2)
}

.numInputWrapper span:after{
  display:block;
  content:"";
  position:absolute
}

.numInputWrapper span.arrowUp{
  top:0;
  border-bottom:0
}

.numInputWrapper span.arrowUp:after{
  border-left:4px solid transparent;
  border-right:4px solid transparent;
  border-bottom:4px solid rgba(57,57,57,0.6);
  top:26%
}

.numInputWrapper span.arrowDown{
  top:50%
}

.numInputWrapper span.arrowDown:after{
  border-left:4px solid transparent;
  border-right:4px solid transparent;
  border-top:4px solid rgba(57,57,57,0.6);
  top:40%
}

.numInputWrapper span svg{
  width:inherit;
  height:auto
}

.numInputWrapper span svg path{
  fill:rgba(0,0,0,0.5)
}

.numInputWrapper:hover{
  background:rgba(0,0,0,0.05)
}

.numInputWrapper:hover span{
  opacity:1
}

.flatpickr-current-month{
  font-size:135%;
  line-height:inherit;
  font-weight:300;
  color:inherit;
  position:absolute;
  width:75%;
  left:12.5%;
  padding:7.48px 0 0 0;
  line-height:1;
  height:34px;
  display:inline-block;
  text-align:center;
  transform:translate3d(0,0,0)
}

.flatpickr-current-month span.cur-month{
  font-family:inherit;
  font-weight:700;
  color:inherit;
  display:inline-block;
  margin-left:.5ch;
  padding:0
}

.flatpickr-current-month span.cur-month:hover{
  background:rgba(0,0,0,0.05)
}

.flatpickr-current-month .numInputWrapper{
  width:6ch;
  width:7ch\0;
  display:inline-block
}

.flatpickr-current-month .numInputWrapper span.arrowUp:after{
  border-bottom-color:rgba(0,0,0,0.9)
}

.flatpickr-current-month .numInputWrapper span.arrowDown:after{
  border-top-color:rgba(0,0,0,0.9)
}

.flatpickr-current-month input.cur-year{
  background:transparent;
  box-sizing:border-box;
  color:inherit;
  cursor:text;
  padding:0 0 0 .5ch;
  margin:0;
  display:inline-block;
  font-size:inherit;
  font-family:inherit;
  font-weight:300;
  line-height:inherit;
  height:auto;
  border:0;
  border-radius:0;
  vertical-align:baseline;
  vertical-align:initial;
  -webkit-appearance:textfield;
  -moz-appearance:textfield;
  appearance:textfield
}

.flatpickr-current-month input.cur-year:focus{
  outline:0
}

.flatpickr-current-month input.cur-year[disabled],.flatpickr-current-month input.cur-year[disabled]:hover{
  font-size:100%;
  color:rgba(0,0,0,0.5);
  background:transparent;
  pointer-events:none
}

.flatpickr-current-month .flatpickr-monthDropdown-months{
  appearance:menulist;
  background:transparent;
  border:none;
  border-radius:0;
  box-sizing:border-box;
  color:inherit;
  cursor:pointer;
  font-size:inherit;
  font-family:inherit;
  font-weight:300;
  height:auto;
  line-height:inherit;
  margin:-1px 0 0 0;
  outline:none;
  padding:0 0 0 .5ch;
  position:relative;
  vertical-align:baseline;
  vertical-align:initial;
  -webkit-box-sizing:border-box;
  -webkit-appearance:menulist;
  -moz-appearance:menulist;
  width:auto
}

.flatpickr-current-month .flatpickr-monthDropdown-months:focus,.flatpickr-current-month .flatpickr-monthDropdown-months:active{
  outline:none
}

.flatpickr-current-month .flatpickr-monthDropdown-months:hover{
  background:rgba(0,0,0,0.05)
}

.flatpickr-current-month .flatpickr-monthDropdown-months .flatpickr-monthDropdown-month{
  background-color:transparent;
  outline:none;
  padding:0
}

.flatpickr-weekdays{
  background:transparent;
  text-align:center;
  overflow:hidden;
  width:100%;
  display:flex;
  align-items:center;
  height:28px
}

.flatpickr-weekdays .flatpickr-weekdaycontainer{
  display:flex;
  flex:1
}

span.flatpickr-weekday{
  cursor:default;
  font-size:90%;
  background:transparent;
  color:rgba(0,0,0,0.54);
  line-height:1;
  margin:0;
  text-align:center;
  display:block;
  flex:1;
  font-weight:bolder
}

.dayContainer,.flatpickr-weeks{
  padding:1px 0 0 0
}

.flatpickr-days{
  position:relative;
  overflow:hidden;
  display:flex;
  align-items:flex-start;
  width:307.875px
}

.flatpickr-days:focus{
  outline:0
}

.dayContainer{
  padding:0;
  outline:0;
  text-align:left;
  width:307.875px;
  min-width:307.875px;
  max-width:307.875px;
  box-sizing:border-box;
  display:inline-block;
  display:flex;
  flex-wrap:wrap;
  -ms-flex-wrap:wrap;
  justify-content:space-around;
  transform:translate3d(0,0,0);
  opacity:1
}

.dayContainer + .dayContainer{
  box-shadow:-1px 0 0 #e6e6e6
}

.flatpickr-day{
  background:none;
  border:1px solid transparent;
  border-radius:150px;
  box-sizing:border-box;
  color:#393939;
  cursor:pointer;
  font-weight:400;
  width:14.2857143%;
  flex-basis:14.2857143%;
  max-width:39px;
  height:39px;
  line-height:39px;
  margin:0;
  display:inline-block;
  position:relative;
  justify-content:center;
  text-align:center
}

.flatpickr-day.inRange,.flatpickr-day.prevMonthDay.inRange,.flatpickr-day.nextMonthDay.inRange,.flatpickr-day.today.inRange,.flatpickr-day.prevMonthDay.today.inRange,.flatpickr-day.nextMonthDay.today.inRange,.flatpickr-day:hover,.flatpickr-day.prevMonthDay:hover,.flatpickr-day.nextMonthDay:hover,.flatpickr-day:focus,.flatpickr-day.prevMonthDay:focus,.flatpickr-day.nextMonthDay:focus{
  cursor:pointer;
  outline:0;
  background:#e6e6e6;
  border-color:#e6e6e6
}

.flatpickr-day.today{
  border-color:#959ea9
}

.flatpickr-day.today:hover,.flatpickr-day.today:focus{
  border-color:#959ea9;
  background:#959ea9;
  color:#fff
}

.flatpickr-day.selected,.flatpickr-day.startRange,.flatpickr-day.endRange,.flatpickr-day.selected.inRange,.flatpickr-day.startRange.inRange,.flatpickr-day.endRange.inRange,.flatpickr-day.selected:focus,.flatpickr-day.startRange:focus,.flatpickr-day.endRange:focus,.flatpickr-day.selected:hover,.flatpickr-day.startRange:hover,.flatpickr-day.endRange:hover,.flatpickr-day.selected.prevMonthDay,.flatpickr-day.startRange.prevMonthDay,.flatpickr-day.endRange.prevMonthDay,.flatpickr-day.selected.nextMonthDay,.flatpickr-day.startRange.nextMonthDay,.flatpickr-day.endRange.nextMonthDay{
  background:#569ff7;
  box-shadow:none;
  color:#fff;
  border-color:#569ff7
}

.flatpickr-day.selected.startRange,.flatpickr-day.startRange.startRange,.flatpickr-day.endRange.startRange{
  border-radius:50px 0 0 50px
}

.flatpickr-day.selected.endRange,.flatpickr-day.startRange.endRange,.flatpickr-day.endRange.endRange{
  border-radius:0 50px 50px 0
}

.flatpickr-day.selected.startRange + .endRange:not(:nth-child(7n+1)),.flatpickr-day.startRange.startRange + .endRange:not(:nth-child(7n+1)),.flatpickr-day.endRange.startRange + .endRange:not(:nth-child(7n+1)){
  box-shadow:-10px 0 0 #569ff7
}

.flatpickr-day.selected.startRange.endRange,.flatpickr-day.startRange.startRange.endRange,.flatpickr-day.endRange.startRange.endRange{
  border-radius:50px
}

.flatpickr-day.inRange{
  border-radius:0;
  box-shadow:-5px 0 0 #e6e6e6,5px 0 0 #e6e6e6
}

.flatpickr-day.flatpickr-disabled,.flatpickr-day.flatpickr-disabled:hover,.flatpickr-day.prevMonthDay,.flatpickr-day.nextMonthDay,.flatpickr-day.notAllowed,.flatpickr-day.notAllowed.prevMonthDay,.flatpickr-day.notAllowed.nextMonthDay{
  color:rgba(57,57,57,0.3);
  background:transparent;
  border-color:transparent;
  cursor:default
}

.flatpickr-day.flatpickr-disabled,.flatpickr-day.flatpickr-disabled:hover{
  cursor:not-allowed;
  color:rgba(57,57,57,0.1)
}

.flatpickr-day.week.selected{
  border-radius:0;
  box-shadow:-5px 0 0 #569ff7,5px 0 0 #569ff7
}

.flatpickr-day.hidden{
  visibility:hidden
}

.rangeMode .flatpickr-day{
  margin-top:1px
}

.flatpickr-weekwrapper{
  float:left
}

.flatpickr-weekwrapper .flatpickr-weeks{
  padding:0 12px;
  box-shadow:1px 0 0 #e6e6e6
}

.flatpickr-weekwrapper .flatpickr-weekday{
  float:none;
  width:100%;
  line-height:28px
}

.flatpickr-weekwrapper span.flatpickr-day,.flatpickr-weekwrapper span.flatpickr-day:hover{
  display:block;
  width:100%;
  max-width:none;
  color:rgba(57,57,57,0.3);
  background:transparent;
  cursor:default;
  border:none
}

.flatpickr-innerContainer{
  display:block;
  display:flex;
  box-sizing:border-box;
  overflow:hidden
}

.flatpickr-rContainer{
  display:inline-block;
  padding:0;
  box-sizing:border-box
}

.flatpickr-time{
  text-align:center;
  outline:0;
  display:block;
  height:0;
  line-height:40px;
  max-height:40px;
  box-sizing:border-box;
  overflow:hidden;
  display:flex
}

.flatpickr-time:after{
  content:"";
  display:table;
  clear:both
}

.flatpickr-time .numInputWrapper{
  flex:1;
  width:40%;
  height:40px;
  float:left
}

.flatpickr-time .numInputWrapper span.arrowUp:after{
  border-bottom-color:#393939
}

.flatpickr-time .numInputWrapper span.arrowDown:after{
  border-top-color:#393939
}

.flatpickr-time.hasSeconds .numInputWrapper{
  width:26%
}

.flatpickr-time.time24hr .numInputWrapper{
  width:49%
}

.flatpickr-time input{
  background:transparent;
  box-shadow:none;
  border:0;
  border-radius:0;
  text-align:center;
  margin:0;
  padding:0;
  height:inherit;
  line-height:inherit;
  color:#393939;
  font-size:14px;
  position:relative;
  box-sizing:border-box;
  -webkit-appearance:textfield;
  -moz-appearance:textfield;
  appearance:textfield
}

.flatpickr-time input.flatpickr-hour{
  font-weight:bold
}

.flatpickr-time input.flatpickr-minute,.flatpickr-time input.flatpickr-second{
  font-weight:400
}

.flatpickr-time input:focus{
  outline:0;
  border:0
}

.flatpickr-time .flatpickr-time-separator,.flatpickr-time .flatpickr-am-pm{
  height:inherit;
  float:left;
  line-height:inherit;
  color:#393939;
  font-weight:bold;
  width:2%;
  -webkit-user-select:none;
  -moz-user-select:none;
  user-select:none;
  align-self:center
}

.flatpickr-time .flatpickr-am-pm{
  outline:0;
  width:18%;
  cursor:pointer;
  text-align:center;
  font-weight:400
}

.flatpickr-time input:hover,.flatpickr-time .flatpickr-am-pm:hover,.flatpickr-time input:focus,.flatpickr-time .flatpickr-am-pm:focus{
  background:#eee
}

.flatpickr-input[readonly]{
  cursor:pointer
}

@keyframes fpFadeInDown{
  from{
    opacity:0;
    transform:translate3d(0,-20px,0)
  }

  to{
    opacity:1;
    transform:translate3d(0,0,0)
  }
}

/* MAGNIFIC POPUP */

/* Magnific Popup CSS */

.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}

.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #CCC;
}

.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover, .mfp-close:focus {
  opacity: 1;
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover, .mfp-arrow:focus {
  opacity: 1;
}

.mfp-arrow:before, .mfp-arrow:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */

img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */

.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
   * Remove all paddings around the image on small screen
   */

  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }

  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }

  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }

  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }

  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }

  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }

  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }

  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}

@media all and (max-width: 900px) {
  .mfp-arrow {
    transform: scale(0.75);
  }

  .mfp-arrow-left {
    transform-origin: 0;
  }

  .mfp-arrow-right {
    transform-origin: 100%;
  }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}

/*

  NAVIGATION

*/

/*

  HEADER

*/

/*

  BUTTONS

*/

body.no-mobile .hover--anim.-btn-to-white {
          scale: 1;
          transition: all 200ms ease;
        }

body.no-mobile .hover--anim.-btn-to-white path { transition: all 200ms ease;
          }

body.no-mobile .hover--anim.-btn-to-white:hover { background-color: #F8F9FA; --text-opacity: 1; color: #1F2587; color: rgba(31, 37, 135, 1); color: rgba(31, 37, 135, var(--text-opacity));
            scale: 0.95;
          }

body.no-mobile .hover--anim.-btn-to-white:hover path { stroke: #1F2587;
            }

body.no-mobile .hover--anim.-btn-to-turquoise {
          scale: 1;
          transition: all 200ms ease;
        }

body.no-mobile .hover--anim.-btn-to-turquoise path, body.no-mobile .hover--anim.-btn-to-turquoise span { transition: all 200ms ease;
          }

body.no-mobile .hover--anim.-btn-to-turquoise:hover { background-color: #00E9BC; --text-opacity: 1; color: #1F2587; color: rgba(31, 37, 135, 1); color: rgba(31, 37, 135, var(--text-opacity));
          }

body.no-mobile .hover--anim.-btn-to-turquoise:hover span { --text-opacity: 1; color: #1F2587; color: rgba(31, 37, 135, 1); color: rgba(31, 37, 135, var(--text-opacity));
            }

body.no-mobile .hover--anim.-btn-to-turquoise:hover path { stroke: #1F2587;
            }

body.no-mobile .hover--anim.-btn-to-turquoise:hover {
            scale: 0.95;
}

body.no-mobile .hover--anim.-btn-to-turquoise-light {
          scale: 1;
          transition: all 200ms ease;
        }

body.no-mobile .hover--anim.-btn-to-turquoise-light path { transition: all 200ms ease;
          }

body.no-mobile .hover--anim.-btn-to-turquoise-light:hover { background-color: #8DEFD8; --text-opacity: 1; color: #1F2587; color: rgba(31, 37, 135, 1); color: rgba(31, 37, 135, var(--text-opacity));
          }

/* box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);  */

body.no-mobile .hover--anim.-btn-to-turquoise-light:hover path { stroke: #1F2587;
            }

body.no-mobile .hover--anim.-btn-to-turquoise-light:hover {
            scale: 0.95;
}

body.no-mobile .hover--anim.-border-purple {
          scale: 1;
          outline-color: transparent;
          outline-style: solid;
          outline-width: 3px;
          outline-offset: -3px;
          transition: all 200ms ease;
          transform-origin: center;
        }

body.no-mobile .hover--anim.-border-purple:hover {
            scale: 0.9;
            outline-color: #5A61DC;
            outline-offset: 3px;
          }

body.no-mobile .hover--anim.-border-turquoise {
          scale: 1;
          outline-color: transparent;
          outline-style: solid;
          outline-width: 3px;
          outline-offset: -3px;
          transition: all 200ms ease;
          transform-origin: center;
        }

body.no-mobile .hover--anim.-border-turquoise:hover {
            scale: 0.9;
            outline-color: #00E9BC;
            outline-offset: 3px;
          }

body.no-mobile .hover--anim.-border-blue-dark {
          scale: 1;
          outline-color: transparent;
          outline-style: solid;
          outline-width: 3px;
          outline-offset: -3px;
          transition: all 200ms ease;
          transform-origin: center;
        }

body.no-mobile .hover--anim.-border-blue-dark:hover {
            scale: 0.9;
            outline-color: #1F2587;
            outline-offset: 3px;
          }

body.no-mobile .hover--anim.-border-bottom-blue-dark:after { display: block; position: relative; width: 100%; height: 2px; bottom: -2px; background-color: transparent; content: "";
              transition: all 200ms ease;
            }

body.no-mobile .hover--anim.-border-bottom-blue-dark:hover:after { bottom: 0; background-color: #1F2587;
              }

body.no-mobile .hover--anim.-border-bottom-turquoise:after { display: block; position: relative; width: 100%; height: 2px; bottom: -2px; background-color: transparent; content: "";
              transition: all 200ms ease;
            }

body.no-mobile .hover--anim.-border-bottom-turquoise:hover:after { bottom: 0; background-color: #00E9BC;
              }

body.no-mobile .hover--anim.-border-bottom-white:after { display: block; position: relative; width: 100%; height: 2px; bottom: -2px; background-color: transparent; content: "";
              transition: all 200ms ease;
            }

body.no-mobile .hover--anim.-border-bottom-white:hover:after { bottom: 0; background-color: #fff;
              }

body.no-mobile .hover--anim.-arrow svg { transition: all 200ms ease;
        }

body.no-mobile .hover--anim.-arrow:hover { padding-right: 16px;
        }

body.no-mobile .hover--anim.-arrow:hover svg { margin-left: 8px;
          }

body.no-mobile .hover--anim.-arrow-lil svg { transition: all 200ms ease;
          }

body.no-mobile .hover--anim.-arrow-lil:hover { padding-right: 8px;
          }

body.no-mobile .hover--anim.-arrow-lil:hover svg { margin-left: 8px;
            }

body.no-mobile .hover--anim.-btn-back {
          transition: all 200ms ease;
        }

body.no-mobile .hover--anim.-btn-back a, body.no-mobile .hover--anim.-btn-back svg, body.no-mobile .hover--anim.-btn-back path { transition: all 200ms ease;
          }

body.no-mobile .hover--anim.-btn-back svg { scale: 1;
          }

body.no-mobile .hover--anim.-btn-back:hover { padding-left: 4px;
          }

body.no-mobile .hover--anim.-btn-back:hover a { --text-opacity: 1; color: #5A61DC; color: rgba(90, 97, 220, 1); color: rgba(90, 97, 220, var(--text-opacity)); grid-gap: 0px; grid-gap: 0px; gap: 0px;
            }

body.no-mobile .hover--anim.-btn-back:hover svg { scale: 0.95;
            }

body.no-mobile .hover--anim.-btn-back:hover path { stroke: #5A61DC;
            }

body.no-mobile .hover--anim.-post { transition: all 200ms ease;
      }

body.no-mobile .hover--anim.-post img { scale: 1.1; transition: all 200ms ease;
        }

body.no-mobile .hover--anim.-post:hover { --text-opacity: 1; color: #5A61DC; color: rgba(90, 97, 220, 1); color: rgba(90, 97, 220, var(--text-opacity));
        }

body.no-mobile .hover--anim.-post:hover img { scale: 1;
          }

body.no-mobile .hover--anim.-icon-video { transition: all 200ms ease;
        }

body.no-mobile .hover--anim.-icon-video path { transition: all 200ms ease;
          }

body.no-mobile .hover--anim.-icon-video:hover { background-color: #F8F9FA;
          }

body.no-mobile .hover--anim.-icon-video:hover path { fill: #00E9BC;
            }

body.no-mobile .hover--anim.-icon-fill-turquoise {
            scale: 1;
          }

body.no-mobile .hover--anim.-icon-fill-turquoise path { transition: all 200ms ease;
            }

body.no-mobile .hover--anim.-icon-fill-turquoise:hover {
              scale: 0.95;
            }

body.no-mobile .hover--anim.-icon-fill-turquoise:hover path {
                fill: #00E9BC;
              }

body.no-mobile .hover--anim.-icon-stroke-blue-dark {
            scale: 1;
          }

body.no-mobile .hover--anim.-icon-stroke-blue-dark path { transition: all 200ms ease;
            }

body.no-mobile .hover--anim.-icon-stroke-blue-dark:hover {
              scale: 0.95;
            }

body.no-mobile .hover--anim.-icon-stroke-blue-dark:hover path {
                stroke: #1F2587;
              }

body.no-mobile .hover--anim.-text-to-turquoise { transition: all 200ms ease;
        }

body.no-mobile .hover--anim.-text-to-turquoise:hover { --text-opacity: 1; color: #00E9BC; color: rgba(0, 233, 188, 1); color: rgba(0, 233, 188, var(--text-opacity));
          }

body.no-mobile .hover--anim.-text-to-purple { transition: all 200ms ease;
        }

body.no-mobile .hover--anim.-text-to-purple:hover { --text-opacity: 1; color: #5A61DC; color: rgba(90, 97, 220, 1); color: rgba(90, 97, 220, var(--text-opacity));
          }

body.no-mobile .hover--anim.-img-app-dwnld {
          transition: all 200ms ease;
          scale: 1;
        }

body.no-mobile .hover--anim.-img-app-dwnld:hover {
            scale: 1.05;
          }

body.no-mobile .hover--anim.-img-partner {
          transition: all 200ms ease;
          scale: 1;
        }

body.no-mobile .hover--anim.-img-partner:hover {
            scale: 0.9;
          }

body.no-mobile .arrow--select-language { transition: all 200ms ease;
  }

body.no-mobile .arrow--select-language .language--select { transition: all 200ms ease;
    }

body.no-mobile .arrow--select-language:hover:after { content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none'%3E%3Cpath stroke='%2300E9BC' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m15 11-3 3-3-3'/%3E%3C/svg%3E");
      }

body.no-mobile .arrow--select-language:hover .-world-icon {
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none'%3E%3Ccircle cx='12' cy='12' r='8' stroke='%2300E9BC' stroke-width='2'/%3E%3Cpath stroke='%2300E9BC' stroke-width='2' d='M18.572 6.421c-.724.782-1.685 1.424-2.805 1.872A10.17 10.17 0 0 1 12.133 9a10.273 10.273 0 0 1-3.664-.615C7.33 7.964 6.34 7.346 5.583 6.583M18.572 17.579c-.724-.782-1.685-1.424-2.805-1.872A10.17 10.17 0 0 0 12.133 15a10.272 10.272 0 0 0-3.664.615c-1.139.42-2.128 1.038-2.886 1.801M12 4v16M20 12H4'/%3E%3C/svg%3E");
      }

body.no-mobile .arrow--select-language:hover path { stroke: #00E9BC;
      }

body.no-mobile .arrow--select-language:hover .language--select { --text-opacity: 1; color: #00E9BC; color: rgba(0, 233, 188, 1); color: rgba(0, 233, 188, var(--text-opacity));
      }

body.no-mobile input[type="text"], body.no-mobile input[type="number"], body.no-mobile input[type="password"], body.no-mobile input[type="email"], body.no-mobile input[type="tel"], body.no-mobile textarea, body.no-mobile select {
    transition: all 200ms ease;
  }

body.no-mobile input[type="text"]:hover, body.no-mobile input[type="number"]:hover, body.no-mobile input[type="password"]:hover, body.no-mobile input[type="email"]:hover, body.no-mobile input[type="tel"]:hover, body.no-mobile textarea:hover, body.no-mobile select:hover { border-color: #5A61DC;
    }

body.no-mobile input[type=checkbox] + span:hover:before { border-color: #5A61DC;
      }

body.no-mobile .-select span {
      transition: all 200ms ease;
    }

body.no-mobile .-select span:after {
        transition: all 200ms ease;
        scale: 1;
      }

body.no-mobile .-select span:hover { --text-opacity: 1; color: #5A61DC; color: rgba(90, 97, 220, 1); color: rgba(90, 97, 220, var(--text-opacity));
      }

body.no-mobile .-select span:hover:after { --transform-translate-y: 60%;
          content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='10' fill='none'%3E%3Cpath stroke='%235A61DC' d='m1 .5 8 8 8-8'/%3E%3C/svg%3E");
          scale: 0.95;
        }

body.no-mobile .arrow--select-sort {
    transition: all 200ms ease;
  }

body.no-mobile .arrow--select-sort select { transition: all 200ms ease;
    }

body.no-mobile .arrow--select-sort:after {
      transition: all 200ms ease;
      scale: 1;
    }

body.no-mobile .arrow--select-sort:hover { border-color: #5A61DC;
    }

body.no-mobile .arrow--select-sort:hover select { --text-opacity: 1; color: #5A61DC; color: rgba(90, 97, 220, 1); color: rgba(90, 97, 220, var(--text-opacity));
      }

body.no-mobile .arrow--select-sort:hover:after { --transform-translate-y: -40%; scale: 0.95; content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none'%3E%3Cpath stroke='%235A61DC' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m19 9-7 7-7-7'/%3E%3C/svg%3E");
      }

body.no-mobile .submit-style {
    transition: all 200ms ease;
    scale: 1;
  }

body.no-mobile .submit-style:hover { background-color: #00E9BC; --text-opacity: 1; color: #1F2587; color: rgba(31, 37, 135, 1); color: rgba(31, 37, 135, var(--text-opacity));
      scale: 0.95;
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none'%3E%3Cpath stroke='%231F2587' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M3 12h18m0 0-5-5m5 5-5 5'/%3E%3C/svg%3E");
      background-position: center right 16px;
    }

body.no-mobile .submit-style:hover input[type="submit"] { --text-opacity: 1; color: #1F2587; color: rgba(31, 37, 135, 1); color: rgba(31, 37, 135, var(--text-opacity));
      }

body.no-mobile .search-icon {
    transition: all 200ms ease;
  }

body.no-mobile .search-icon:after { transition: all 200ms ease;
    }

body.no-mobile .search-icon:hover { border-color: #5A61DC;
    }

body.no-mobile .search-icon:hover:after { --transform-translate-y: -40%;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='none'%3E%3Ccircle cx='9.169' cy='9.167' r='5.833' stroke='%235A61DC' stroke-width='1.583'/%3E%3Cpath stroke='%231F2587' stroke-linecap='round' stroke-width='1.583' d='m16.664 16.666-2.5-2.5'/%3E%3C/svg%3E");
      }

body.no-mobile .hover-feature-grid span, body.no-mobile .hover-feature-grid img { transition: all 200ms ease; scale: 1;
    }

body.no-mobile .hover-feature-grid:hover span { --text-opacity: 1; color: #5A61DC; color: rgba(90, 97, 220, 1); color: rgba(90, 97, 220, var(--text-opacity)); scale: 1.025;
      }

body.no-mobile .hover-feature-grid:hover img { scale: 1.05;
      }

body.no-mobile #monthlyPricingToggle {
    transition: all 200ms ease;
  }

body.no-mobile #monthlyPricingToggle:hover { --text-opacity: 1; color: #5A61DC; color: rgba(90, 97, 220, 1); color: rgba(90, 97, 220, var(--text-opacity));
    }

body.no-mobile #monthlyPricingToggle.active:hover { --text-opacity: 1; color: #fff; color: rgba(255, 255, 255, 1); color: rgba(255, 255, 255, var(--text-opacity));
      }

body.no-mobile #annuallyPricingToggle {
    transition: all 200ms ease;
  }

body.no-mobile #annuallyPricingToggle:hover { --text-opacity: 1; color: #5A61DC; color: rgba(90, 97, 220, 1); color: rgba(90, 97, 220, var(--text-opacity));
    }

body.no-mobile #annuallyPricingToggle.active:hover { --text-opacity: 1; color: #fff; color: rgba(255, 255, 255, 1); color: rgba(255, 255, 255, var(--text-opacity));
      }

* { box-sizing: border-box; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; line-height: 1.1em; box-sizing: border-box;
}

html { background-color: #fff; --text-opacity: 1; color: #111; color: rgba(17, 17, 17, 1); color: rgba(17, 17, 17, var(--text-opacity));
}

html, body, h1, h2, h3, h4, h5, h6, p, input, textarea, a, span { font-family: Rubik, sans-serif; font-weight: 400; font-size: 16px; line-height: 20px; --text-opacity: 1; color: #1F2587; color: rgba(31, 37, 135, 1); color: rgba(31, 37, 135, var(--text-opacity)); text-align: left; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;
}

p, ul, li, input, textarea { font-weight: 400; --text-opacity: 1; color: #1F2587; color: rgba(31, 37, 135, 1); color: rgba(31, 37, 135, var(--text-opacity));
}

/*button, button:hover, button:focus, a, a:hover, a:focus { outline: 0; border: none; }*/

button, button:focus { outline: 0; /*border: none;*/
}

input, textarea { -webkit-appearance: none; -moz-appearance: none; appearance: none; outline: 0;  border-radius:0;
}

*:focus { outline: none;
}

strong, b { font-weight: 700;
}

li::marker { position: absolute !important; margin-right: 16px !important; text-indent: 8px !important;
}

.border-y { border-top-width: 1px; border-bottom-width: 1px;
}

#masthead { transition: all 200ms ease;
}

.on-scroll { background-color: #F8F9FA;
}

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

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

.filter--color:after { position: absolute; top: 0; left: 0; width: 100%; height: 100%; content: "";
    }

.filter--color.-turquoise:after { background-color: #00E9BC; opacity: .50; mix-blend-mode: lighten;
      }

.filter--color.-blue:after { background-color: #1F2587; mix-blend-mode: screen;
      }

.filter--grayscale img { filter: grayscale(1);
    }

.list-pricing li { position: relative; padding-left: 66px; padding-right: 20px;
  }

@media (min-width: 1024px) {

.list-pricing li { padding-left: 60px
  }
    }

.list-pricing li:before { display: inline-block; position: absolute; top: 50%; margin-left: auto; margin-right: auto; --transform-translate-x: 0; --transform-translate-y: 0; --transform-rotate: 0; --transform-skew-x: 0; --transform-skew-y: 0; --transform-scale-x: 1; --transform-scale-y: 1; transform: translateX(var(--transform-translate-x)) translateY(var(--transform-translate-y)) rotate(var(--transform-rotate)) skewX(var(--transform-skew-x)) skewY(var(--transform-skew-y)) scaleX(var(--transform-scale-x)) scaleY(var(--transform-scale-y)); --transform-translate-y: -50%; width: 30px; height: 30px; border-radius: 50%;
      content: '';
      background-repeat: no-repeat;
      background-position: center;
    }

@media (min-width: 1024px) {

.list-pricing.-turquoise li { padding-right: 12px
    }
      }

.list-pricing.-turquoise li:before { left: 16px; background-color: #00E9BC;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' fill='none'%3E%3Cpath stroke='%231F2587' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2.43 6.857 2.828 2.829 6.061-6.061'/%3E%3C/svg%3E");
      }

@media (min-width: 1024px) {

.list-pricing.-blue-light li { padding-right: 14px
    }
      }

.list-pricing.-blue-light li:before { left: 20px; background-color: #DFE0F6;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' fill='none'%3E%3Cpath stroke='%231F2587' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2.43 6.857 2.828 2.829 6.061-6.061'/%3E%3C/svg%3E");
      }

@media (min-width: 1024px) {

.list-pricing.-blue-light li:before { left: 16px;
      }
        }

#monthlyPricingToggle, #annuallyPricingToggle { --text-opacity: 1; color: #111; color: rgba(17, 17, 17, 1); color: rgba(17, 17, 17, var(--text-opacity)); transition: all 0.2s ease;
}

#monthlyPricingToggle.active, #annuallyPricingToggle.active { --text-opacity: 1; color: #fff; color: rgba(255, 255, 255, 1); color: rgba(255, 255, 255, var(--text-opacity));
  }

.pricing-toggle-bg {
  transition: all 0.2s ease;
}

.search-icon { position: relative !important; background-color: transparent !important;
}

.search-icon:after { position: absolute; z-index: 0; top: 50%; --transform-translate-x: 0; --transform-translate-y: 0; --transform-rotate: 0; --transform-skew-x: 0; --transform-skew-y: 0; --transform-scale-x: 1; --transform-scale-y: 1; transform: translateX(var(--transform-translate-x)) translateY(var(--transform-translate-y)) rotate(var(--transform-rotate)) skewX(var(--transform-skew-x)) skewY(var(--transform-skew-y)) scaleX(var(--transform-scale-x)) scaleY(var(--transform-scale-y)); --transform-translate-y: -50%; right: 32px; display: block; width: 20px; height: 20px; pointer-events: auto;
    content: "";
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='none'%3E%3Ccircle cx='9.169' cy='9.167' r='5.833' stroke='%231F2587' stroke-width='1.583'/%3E%3Cpath stroke='%231F2587' stroke-linecap='round' stroke-width='1.583' d='m16.664 16.666-2.5-2.5'/%3E%3C/svg%3E");
  }

.hero-bg {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 4200 2540'%3E%3Cpath fill='%23DFE0F6' d='M0 1270c0 701.4 940.202 1270 2100 1270 1159.8 0 2100-568.6 2100-1270C4200 568.598 3259.8 0 2100 0 1197.32 0 408.797 189.286 111.91 672.697 27.348 810.389 0 1114.51 0 1270Z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: calc(50% - 110px) calc(100% - 48px);
  background-size: 2205px 1333px;
}

@media (min-width: 1024px) {

.hero-bg {
    background-position: calc(50% + 136px) calc(100% - 104px);

    background-size: 4200px 2540px
}
  }

.grid-y-lines { position: relative;
  /*
  &.-no-last {
    @screen lg {
      &:after { @apply h-1/2; }
    }
  }
  */
}

@media (min-width: 768px) {
    .grid-y-lines:before { position: absolute; left: 50%; display: block; background-color: #00E9BC; width: 1px; height: 100%; content: "";
    }
  }

@media (min-width: 1024px) {
    .grid-y-lines:before { position: absolute; left: 33.333333%; display: block; background-color: #00E9BC; width: 1px; height: 100%; content: "";
    }

    .grid-y-lines:after { position: absolute; left: 66.666666%; display: block; background-color: #00E9BC; width: 1px; height: 100%; content: "";
    }
  }

.grid-hide-lastline { position: relative;
}

.grid-hide-lastline:before { position: absolute; left: -24px; top: 0; width: 16px; height: calc( 100% + 16px ); background-color: #F8F9FA; z-index: 1; content: "";
  }

.select {
  -moz-appearance:none; /* Firefox */
  -webkit-appearance:none; /* Safari and Chrome */
  appearance:none;
}

.select-language.-world-icon { position: relative; display: block; padding-left: 24px;
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none'%3E%3Ccircle cx='12' cy='12' r='8' stroke='%23fff' stroke-width='2'/%3E%3Cpath stroke='%23fff' stroke-width='2' d='M18.572 6.421c-.724.782-1.685 1.424-2.805 1.872A10.17 10.17 0 0 1 12.133 9a10.273 10.273 0 0 1-3.664-.615C7.33 7.964 6.34 7.346 5.583 6.583M18.572 17.579c-.724-.782-1.685-1.424-2.805-1.872A10.17 10.17 0 0 0 12.133 15a10.272 10.272 0 0 0-3.664.615c-1.139.42-2.128 1.038-2.886 1.801M12 4v16M20 12H4'/%3E%3C/svg%3E");
      background-repeat: no-repeat;
      background-position: center left;
    }

.arrow--select-language select, .arrow--select-sort select {
      -moz-appearance:none; /* Firefox */
      -webkit-appearance:none; /* Safari and Chrome */
      appearance:none;
    }

.arrow--select-language { position: relative; padding-right: 8px;
  }

.arrow--select-language:after { display: flex; justify-content: center; align-items: center; position: absolute; top: 0; right: 0; width: 24px; height: 24px; pointer-events: none; background-repeat: no-repeat; background-position: center center; content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none'%3E%3Cpath stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m15 11-3 3-3-3'/%3E%3C/svg%3E");
    }

.arrow--select-sort { position: relative; display: block;
  }

.arrow--select-sort:after { display: block; position: absolute; top: 50%; --transform-translate-x: 0; --transform-translate-y: 0; --transform-rotate: 0; --transform-skew-x: 0; --transform-skew-y: 0; --transform-scale-x: 1; --transform-scale-y: 1; transform: translateX(var(--transform-translate-x)) translateY(var(--transform-translate-y)) rotate(var(--transform-rotate)) skewX(var(--transform-skew-x)) skewY(var(--transform-skew-y)) scaleX(var(--transform-scale-x)) scaleY(var(--transform-scale-y)); --transform-translate-y: -50%; right: 32px; width: 24px; height: 24px; pointer-events: none; background-repeat: no-repeat; background-position: center center; content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none'%3E%3Cpath stroke='%231F2587' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m19 9-7 7-7-7'/%3E%3C/svg%3E");
    }

/*

  SWIPER

*/

.swiper { overflow: visible;
}

.sw--testimonials-quote .swiper-slide { height: auto; transition: all 200ms ease;
    }

.sw--testimonials-quote .swiper-slide.swiper-slide-prev, .sw--testimonials-quote .swiper-slide.swiper-slide-next { opacity: 0;
      }

.sw--testimonials-quote .swiper-slide.swiper-slide-active { opacity: 1;
      }

.sw--testimonials-quote .swiper-button-prev, .sw--testimonials-quote .swiper-button-next { position: absolute; background-repeat: no-repeat; width: 48px; height: 48px; background-color: #5A61DC; border-width: 1px; border-style: solid; border-color: transparent; border-radius: 50%; grid-gap: 24px; grid-gap: 24px; gap: 24px; top: auto; bottom: 0; display: block; background-size: 30px 30px; background-position: center; aspect-ratio: 1 / 1;
    }

@media (min-width: 1024px) {

.sw--testimonials-quote .swiper-button-prev, .sw--testimonials-quote .swiper-button-next { position: absolute; width: 5%; height: auto; bottom: 1.58vw; background-size: 60%
    }
      }

@media (min-width: 1512px) {

.sw--testimonials-quote .swiper-button-prev, .sw--testimonials-quote .swiper-button-next { width: 64px; height: 64px; bottom: 24px; right: 128px; background-size: 38px 38px
    }
      }

.sw--testimonials-quote .swiper-button-prev:after, .sw--testimonials-quote .swiper-button-next:after { display: none;
      }

.sw--testimonials-quote .swiper-button-prev { left: 0; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='38' height='38' fill='none'%3E%3Cpath stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.6' d='M30.084 19H7.917m0 0 9.5 9.5m-9.5-9.5 9.5-9.5'/%3E%3C/svg%3E");
    }

@media (min-width: 1024px) {

.sw--testimonials-quote .swiper-button-prev { left: auto; right: 128px
    }
      }

@media (min-width: 1512px) {

.sw--testimonials-quote .swiper-button-prev { right: 128px
    }
      }

.sw--testimonials-quote .swiper-button-next { right: 0; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='38' height='38' fill='none'%3E%3Cpath stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.6' d='M7.916 19h22.167m0 0-9.5-9.5m9.5 9.5-9.5 9.5'/%3E%3C/svg%3E");
    }

@media (min-width: 1024px) {

.sw--testimonials-quote .swiper-button-next { right: 24px
    }
      }

@media (min-width: 1512px) {

.sw--testimonials-quote .swiper-button-next { right: 24px
    }
      }

.sw--post-gallery-img { padding-bottom: 88px;
  }

@media (min-width: 1024px) {

.sw--post-gallery-img { padding-bottom: 80px
  }
    }

/*

  VIDEO MODULE

*/

.video--module-picture { transition-property: opacity; transition-duration: 200ms;
    }

.video--module-picture.hide { opacity: 0;
      }

.video-embed--btn { transition-property: opacity; transition-duration: 200ms;
    }

.video-embed--btn.hide { opacity: 0;
      }

/*

  COLLAPSIBLE 

*/

.content.--menu { position: relative; z-index: 0; left: 0; top: 0; max-height: 0; overflow: hidden;
    transition: max-height 0.3s ease-out;
  }

.collapsible.--menu { position: relative; z-index: 1; padding-top: 24px; padding-bottom: 24px;
  }

.collapsible.--menu.-btn { transition: all 200ms ease;
    }

.collapsible.--menu.-btn:after { display: block; width: 24px; height: 24px; transition: all 200ms ease; content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none'%3E%3Cpath stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m19 9-7 7-7-7'/%3E%3C/svg%3E");
      }

.collapsible.--menu.-btn.active:after { display: block; width: 24px; height: 24px; content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none'%3E%3Cpath stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m5 16 7-7 7 7'/%3E%3C/svg%3E");
        }

.collapsible.--menu.active { padding-bottom: 40px;
    }

.text-columns-2 { -moz-columns: 2; columns: 2;
}

/*

  NAVIGATION

*/

.nav--btn .nav--content { height: 0px; width: 0; transition: all 200ms ease;
  }

.nav--btn:hover {
    /*  &:before { @apply block absolute top-88 left-1/2 transform -translate-x-1/2;
      content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='13' fill='none'%3E%3Cpath fill='%23fff' d='M7.415 1.059a2 2 0 0 1 3.17 0l6.329 8.221c1.012 1.315.074 3.22-1.585 3.22H2.67c-1.66 0-2.597-1.905-1.585-3.22l6.33-8.221Z'/%3E%3C/svg%3E");
    } */
  }

.nav--btn:hover .nav--content { height: auto; width: auto;
    }

.nav--btn:hover svg { display: block;
    }

.menu-arrow:after { display: block; position: absolute; z-index: 100; top: 0; left: 22%; width: 18px; height: 13px;
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='13' fill='none'%3E%3Cpath fill='%23fff' d='M7.415 1.059a2 2 0 0 1 3.17 0l6.329 8.221c1.012 1.315.074 3.22-1.585 3.22H2.67c-1.66 0-2.597-1.905-1.585-3.22l6.33-8.221Z'/%3E%3C/svg%3E");
  }

.list-disc--start:after, .list-disc--text-list:after { position: absolute; left: 12px; display: block; width: 6px; height: 6px; border-radius: 50%; background-color: #111; content: "";
    }

.list-disc--start:after { top: 40px;
    }

@media (min-width: 1024px) {

.list-disc--start:after { top: 3.70vw
    }
      }

@media (min-width: 1512px) {

.list-disc--start:after { top: 56px
    }
      }

.list-disc--text-list:after { top: 10px;
    }

/*

  TICKER

*/

.ticker { overflow: hidden; white-space: nowrap;
}

.ticker .clients--item { display: inline-block; vertical-align: middle; list-style: none;
  }

.hero__ticker-init {
  position: relative;
  width: 100%;
  display: block;
  letter-spacing: -5px;
}

.hero__ticker-init div {
  overflow: hidden;
}

.hero__ticker-init__list {
  position: relative;
  float: left;
  list-style: none;
  padding: 0;
  margin: 0;
}

/*

  FORM STYLES

*/

.form--style label { font-size: 16px !important; line-height: 20px !important;
    }

.form--style input[type="text"], .form--style input[type="number"], .form--style input[type="password"], .form--style input[type="email"], .form--style input[type="tel"], .form--style textarea, .form--style select { display: block; background-color: #F8F9FA; width: 100%; font-size: 16px; line-height: 20px; padding-top: 16px; padding-bottom: 16px; padding-left: 12px; padding-right: 12px; margin-top: 16px; margin-bottom: 40px; border-width: 1px; border-style: solid; border-color: #111; border-radius: 8px;
    }

.form--style .-select { display: block; position: relative;
    }

.form--style .-select span:after { display: flex; justify-content: center; align-items: center; position: absolute; bottom: 50%; --transform-translate-x: 0; --transform-translate-y: 0; --transform-rotate: 0; --transform-skew-x: 0; --transform-skew-y: 0; --transform-scale-x: 1; --transform-scale-y: 1; transform: translateX(var(--transform-translate-x)) translateY(var(--transform-translate-y)) rotate(var(--transform-rotate)) skewX(var(--transform-skew-x)) skewY(var(--transform-skew-y)) scaleX(var(--transform-scale-x)) scaleY(var(--transform-scale-y)); --transform-translate-y: 50%; right: 12px; width: auto; pointer-events: none; background-repeat: no-repeat; background-position: center center; content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='10' fill='none'%3E%3Cpath stroke='%231F2587' d='m1 .5 8 8 8-8'/%3E%3C/svg%3E");
        }

.form--style select { -webkit-appearance: none;
    }

.form--style .wpcf7-not-valid-tip { display: block !important; --text-opacity: 1 !important; color: #FF0000 !important; color: rgba(255, 0, 0, 1) !important; color: rgba(255, 0, 0, var(--text-opacity)) !important; position: absolute !important; bottom: -24px !important;
      /*
      input[type=checkbox] + span { @apply text-red;
        &:before { @apply border-red; }
      }
      &:before { @apply text-red text-14-24 font-medium pl-24; content: "Seleccione una opción"; background-repeat: no-repeat; background-position: left center; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none'%3E%3Cpath stroke='%23BE0C13' stroke-linecap='round' stroke-width='1.2' d='M14.358 14.36 9.644 9.644M9.642 14.36l4.714-4.715'/%3E%3Cpath stroke='%23BE0C13' stroke-width='1.2' d='M7.286 16.716a6.667 6.667 0 1 0 9.428-9.428 6.667 6.667 0 0 0-9.428 9.428Z' clip-rule='evenodd'/%3E%3C/svg%3E") ; }
      */
    }

.form--style .screen-reader-response { display: none;
    }

/* ACCEPTANCE */

.form--style .wpcf7-form-control-wrap { display: block !important; position: relative !important;
    }

.form--style .wpcf7-form-control-wrap input[type=checkbox] + span { display: inline-flex; position: relative; font-size: 16px; line-height: 20px; padding-left: 32px; text-transform: none;
      }

.form--style .wpcf7-form-control-wrap input[type=checkbox] + span:before { display: block; position: absolute; left: 0; top: 0; width: 20px; height: 20px; border-width: 1px; border-style: solid; border-color: #111; border-radius: 4px; content: "";
        }

.form--style .wpcf7-form-control-wrap input[type=checkbox] + span:after { display: flex; justify-content: center; align-items: center; opacity: 0; position: absolute; left: 0; top: -1px; width: 20px; height: 20px; content: url( "data:image/svg+xml,%3Csvg width='12' height='9' viewBox='0 0 12 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m1 5 3 3 7-7' stroke='%231F2587' stroke-linecap='round'/%3E%3C/svg%3E" );
        }

.form--style .wpcf7-form-control-wrap input[type=checkbox]:checked + span:after { opacity: 1;
        }

.form--style .wpcf7-form-control-wrap .custom--checkbox { display: flex; align-items: center;
      }

.form--style .wpcf7-form-control-wrap .custom--checkbox .wpcf7-list-item.last { padding-left: 40px;
          }

.form--style .wpcf7-form-control-wrap .wpcf7-acceptance { display: block; padding-left: 12px; padding-right: 12px;
      }

@media (min-width: 1024px) {

.form--style .wpcf7-form-control-wrap .wpcf7-acceptance { padding-left: 0; padding-right: 0
      }
        }

.form--style .submit-style { cursor: pointer; display: block; width: auto; margin-left: auto; margin-right: auto; padding-top: 24px; padding-bottom: 24px; padding-left: 24px; padding-right: 56px; margin-top: 32px; height: 72px; background-color: #5A61DC; border-radius: 8px; --text-opacity: 1; color: #fff; color: rgba(255, 255, 255, 1); color: rgba(255, 255, 255, var(--text-opacity)); font-size: 20px; line-height: 24px; text-align: center; font-weight: 500;
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none'%3E%3Cpath stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M3 12h18m0 0-5-5m5 5-5 5'/%3E%3C/svg%3E");
      background-repeat: no-repeat;
      background-position: center right 24px;
    }

.form--style .submit-style input[type="submit"] { --text-opacity: 1; color: #fff; color: rgba(255, 255, 255, 1); color: rgba(255, 255, 255, var(--text-opacity));
      }

.form--style .submit-style:disabled, .form--style .submit-style :hover { opacity: 0.3; pointer-events: none;
      }

/*

  CONTENT POSTS

*/

/*
.entry-header {
  h1 { @apply text-32-36;
    @screen lg { @apply text-56-68 font light; }
  }
}
*/

.filter-blue { border-radius: 20px;
}

.filter-blue img { filter: grayscale(1);
  }

.filter-blue:after { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-color: #1F2587; mix-blend-mode: screen; content: "";
  }

.post-thumbnail { position: relative; max-height: 456px; max-width: 1512px; margin-left: auto; margin-right: auto; border-radius: 20px;
}

.post-thumbnail img { filter: grayscale(1);
  }

.post-thumbnail:after { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-color: #1F2587; mix-blend-mode: screen; content: "";
  }

.post-thumbnail { overflow: hidden; border-radius: 20px;
}

.post-thumbnail img { position: relative; z-index: 0; display: block; width: 100%; -o-object-fit: cover; object-fit: cover;
  }

.entry-content .post-header h1 { font-size: 32px; line-height: 36px; padding-bottom: 24px; font-weight: 300;
    }

@media (min-width: 1024px) {

.entry-content .post-header h1 { font-size: 3.70vw; line-height: 4.49vw; padding-bottom: 1.58vw
    }
      }

@media (min-width: 1512px) {

.entry-content .post-header h1 { font-size: 56px; line-height: 68px; padding-bottom: 24px
    }
      }

.entry-content .post-header h2 { --text-opacity: 1; color: #111; color: rgba(17, 17, 17, 1); color: rgba(17, 17, 17, var(--text-opacity)); font-weight: 700; font-size: 18px; line-height: 22px; padding-bottom: 0;
    }

@media (min-width: 1024px) {

.entry-content .post-header h2 { font-size: 1.58vw; line-height: 1.85vw
    }
      }

@media (min-width: 1512px) {

.entry-content .post-header h2 { font-size: 24px; line-height: 28px
    }
      }

.entry-content .post-header .wp-block-heading { font-weight: 400 !important;
    }

.entry-content .post-header h5 { font-size: 18px; line-height: 22px; padding-bottom: 0; font-weight: 300;
    }

@media (min-width: 1024px) {

.entry-content .post-header h5 { font-size: 1.58vw; line-height: 1.85vw
    }
      }

@media (min-width: 1512px) {

.entry-content .post-header h5 { font-size: 24px; line-height: 28px
    }
      }

.entry-content .post-header img { position: relative; z-index: 0; display: block; width: auto; -o-object-fit: cover; object-fit: cover; border-radius: 50%;
    }

@media (min-width: 1024px) {

.entry-content .post-header img { width: 100%; max-width: 72px
    }
      }

@media (min-width: 1512px) {

.entry-content .post-header img { width: auto
    }
      }

.entry-content h1 { font-size: 32px; line-height: 36px; padding-bottom: 24px; font-weight: 300;
  }

@media (min-width: 1024px) {

.entry-content h1 { font-size: 3.70vw; line-height: 4.49vw; padding-bottom: 1.58vw
  }
    }

@media (min-width: 1512px) {

.entry-content h1 { font-size: 56px; line-height: 68px
  }
    }

.entry-content h2 { font-weight: 700; font-size: 18px; line-height: 22px; padding-bottom: 24px;
  }

@media (min-width: 1024px) {

.entry-content h2 { font-size: 1.58vw; line-height: 1.85vw; padding-bottom: 2.64vw
  }
    }

@media (min-width: 1512px) {

.entry-content h2 { font-size: 24px; line-height: 28px; padding-bottom: 40px
  }
    }

.entry-content h3 { font-size: 18px; line-height: 22px; padding-bottom: 24px;
  }

@media (min-width: 1024px) {

.entry-content h3 { font-size: 1.58vw; line-height: 1.85vw; padding-bottom: 1.58vw
  }
    }

@media (min-width: 1512px) {

.entry-content h3 { font-size: 24px; line-height: 28px; padding-bottom: 24px
  }
    }

.entry-content h4 { font-size: 18px; line-height: 22px; padding-bottom: 24px;
  }

@media (min-width: 1024px) {

.entry-content h4 { font-size: 1.58vw; line-height: 1.85vw; padding-bottom: 1.58vw
  }
    }

@media (min-width: 1512px) {

.entry-content h4 { font-size: 24px; line-height: 28px; padding-bottom: 24px
  }
    }

.entry-content h5 { font-size: 18px; line-height: 22px; padding-bottom: 24px; font-weight: 300;
  }

@media (min-width: 1024px) {

.entry-content h5 { font-size: 1.58vw; line-height: 1.85vw; padding-bottom: 1.58vw
  }
    }

@media (min-width: 1512px) {

.entry-content h5 { font-size: 24px; line-height: 28px; padding-bottom: 24px
  }
    }

.entry-content p { --text-opacity: 1; color: #111; color: rgba(17, 17, 17, 1); color: rgba(17, 17, 17, var(--text-opacity)); font-size: 16px; line-height: 26px; padding-bottom: 24px;
  }

@media (min-width: 1024px) {

.entry-content p { font-size: 1.32vw; line-height: 1.71vw; padding-bottom: 2.11vw
  }
    }

@media (min-width: 1512px) {

.entry-content p { font-size: 20px; line-height: 26px; padding-bottom: 32px
  }
    }

.entry-content p+h2, .entry-content p+h3, .entry-content p+h4, .entry-content p+.wp-block-pullquote { padding-top: 64px;
    }

@media (min-width: 1024px) {

.entry-content p+h2, .entry-content p+h3, .entry-content p+h4, .entry-content p+.wp-block-pullquote { padding-top: 3.70vw
    }
      }

@media (min-width: 1512px) {

.entry-content p+h2, .entry-content p+h3, .entry-content p+h4, .entry-content p+.wp-block-pullquote { padding-top: 56px
    }
      }

.entry-content p:last-child { padding-bottom: 88px;
  }

@media (min-width: 1024px) {

.entry-content p:last-child { padding-bottom: 5.29vw
  }
    }

@media (min-width: 1512px) {

.entry-content p:last-child { padding-bottom: 80px
  }
    }

.entry-content li:last-child { padding-bottom: 88px;
  }

@media (min-width: 1024px) {

.entry-content li:last-child { padding-top: 3.70vw; padding-bottom: 5.29vw
  }
    }

@media (min-width: 1512px) {

.entry-content li:last-child { padding-bottom: 80px; padding-top: 56px
  }
    }

.entry-content .wp-block-image { position: relative; padding-bottom: 88px; padding-top: 64px; border-radius: 20px;
  }

.entry-content .wp-block-image img { filter: grayscale(1);
    }

.entry-content .wp-block-image:after { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-color: #1F2587; mix-blend-mode: screen; content: "";
    }

@media (min-width: 1024px) {

.entry-content .wp-block-image { padding-top: 3.70vw; padding-bottom: 5.29vw
  }
    }

@media (min-width: 1512px) {

.entry-content .wp-block-image { padding-top: 56px; padding-bottom: 80px
  }
    }

.entry-content .wp-block-video { position: relative; border-radius: 20px;
  }

.entry-content .wp-block-video img { filter: grayscale(1);
    }

.entry-content .wp-block-video:after { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-color: #1F2587; mix-blend-mode: screen; content: "";
    }

.entry-content img, .entry-content video { position: relative; z-index: 0; border-radius: 20px;
  }

.entry-content figcaption { position: relative; z-index: 1; padding-left: 20px; font-size: 14px; line-height: 24px; max-width: 411px;
  }

@media (min-width: 1024px) {

.entry-content figcaption { font-size: 1.05vw; line-height: 1.32vw
  }
    }

@media (min-width: 1512px) {

.entry-content figcaption { font-size: 16px; line-height: 20px
  }
    }

.entry-content ol { list-style-type: decimal; padding-left: 24px;
  }

.entry-content li { --text-opacity: 1; color: #111; color: rgba(17, 17, 17, 1); color: rgba(17, 17, 17, var(--text-opacity)); font-size: 16px; line-height: 26px; padding-bottom: 24px;
  }

@media (min-width: 1024px) {

.entry-content li { font-size: 1.32vw; line-height: 1.71vw; padding-bottom: 2.11vw
  }
    }

@media (min-width: 1512px) {

.entry-content li { font-size: 20px; line-height: 26px; padding-bottom: 32px
  }
    }

.entry-content .wp-block-pullquote { position: relative; padding-bottom: 88px; padding-top: 0; text-align: left;
  }

@media (min-width: 1024px) {

.entry-content .wp-block-pullquote { padding-top: 3.70vw; padding-bottom: 5.29vw
  }
    }

@media (min-width: 1512px) {

.entry-content .wp-block-pullquote { padding-bottom: 80px; padding-top: 56px
  }
    }

.entry-content .wp-block-pullquote blockquote { background-color: #DFE0F6; padding: 32px; border-radius: 8px;
    }

.entry-content .wp-block-pullquote blockquote p { --text-opacity: 1; color: #1F2587; color: rgba(31, 37, 135, 1); color: rgba(31, 37, 135, var(--text-opacity)); font-size: 24px; line-height: 28px; padding-bottom: 24px;
      }

@media (min-width: 1024px) {

.entry-content .wp-block-pullquote blockquote p { font-size: 2.11vw; line-height: 2.38vw; padding-bottom: 2.11vw
      }
        }

@media (min-width: 1512px) {

.entry-content .wp-block-pullquote blockquote p { font-size: 32px; line-height: 36px; padding-bottom: 32px
      }
        }

.entry-content .wp-block-pullquote blockquote cite { text-align: left;
      }

.legal-content h1 { font-size: 32px; line-height: 36px; padding-bottom: 48px; font-weight: 300;
  }

@media (min-width: 1024px) {

.legal-content h1 { font-size: 3.70vw; line-height: 4.49vw; padding-bottom: 4.23vw
  }
    }

@media (min-width: 1512px) {

.legal-content h1 { font-size: 56px; line-height: 68px; padding-bottom: 64px
  }
    }

.legal-content h2 { font-weight: 700; font-size: 18px; line-height: 22px; padding-bottom: 24px;
  }

@media (min-width: 1024px) {

.legal-content h2 { font-size: 1.58vw; line-height: 1.85vw; padding-bottom: 1.58vw
  }
    }

@media (min-width: 1512px) {

.legal-content h2 { font-size: 24px; line-height: 28px; padding-bottom: 24px
  }
    }

.legal-content h3 { font-size: 18px; line-height: 22px; padding-bottom: 24px;
  }

@media (min-width: 1024px) {

.legal-content h3 { font-size: 1.58vw; line-height: 1.85vw; padding-bottom: 1.58vw
  }
    }

@media (min-width: 1512px) {

.legal-content h3 { font-size: 24px; line-height: 28px; padding-bottom: 24px
  }
    }

.legal-content h4 { font-size: 18px; line-height: 22px; padding-bottom: 24px;
  }

@media (min-width: 1024px) {

.legal-content h4 { font-size: 1.58vw; line-height: 1.85vw; padding-bottom: 1.58vw
  }
    }

@media (min-width: 1512px) {

.legal-content h4 { font-size: 24px; line-height: 28px; padding-bottom: 24px
  }
    }

.legal-content h5 { font-size: 18px; line-height: 22px; padding-bottom: 24px; font-weight: 300;
  }

@media (min-width: 1024px) {

.legal-content h5 { font-size: 1.58vw; line-height: 1.85vw; padding-bottom: 1.58vw
  }
    }

@media (min-width: 1512px) {

.legal-content h5 { font-size: 24px; line-height: 28px; padding-bottom: 24px
  }
    }

.legal-content p { --text-opacity: 1; color: #111; color: rgba(17, 17, 17, 1); color: rgba(17, 17, 17, var(--text-opacity)); font-size: 16px; line-height: 26px; padding-bottom: 24px;
  }

@media (min-width: 1024px) {

.legal-content p { font-size: 1.32vw; line-height: 1.71vw; padding-bottom: 2.11vw
  }
    }

@media (min-width: 1512px) {

.legal-content p { font-size: 20px; line-height: 26px; padding-bottom: 32px
  }
    }

.legal-content p+h2, .legal-content p+h3, .legal-content p+h4, .legal-content p+.wp-block-pullquote { padding-top: 64px;
    }

@media (min-width: 1024px) {

.legal-content p+h2, .legal-content p+h3, .legal-content p+h4, .legal-content p+.wp-block-pullquote { padding-top: 1.58vw
    }
      }

@media (min-width: 1512px) {

.legal-content p+h2, .legal-content p+h3, .legal-content p+h4, .legal-content p+.wp-block-pullquote { padding-top: 24px
    }
      }

.legal-content p:last-child { padding-bottom: 88px;
  }

@media (min-width: 1024px) {

.legal-content p:last-child { padding-bottom: 5.29vw
  }
    }

@media (min-width: 1512px) {

.legal-content p:last-child { padding-bottom: 80px
  }
    }

.legal-content li:last-child { padding-bottom: 88px;
  }

@media (min-width: 1024px) {

.legal-content li:last-child { padding-top: 3.70vw; padding-bottom: 5.29vw
  }
    }

@media (min-width: 1512px) {

.legal-content li:last-child { padding-bottom: 80px; padding-top: 56px
  }
    }

.legal-content .wp-block-image { position: relative; padding-bottom: 88px; padding-top: 64px; border-radius: 20px;
  }

.legal-content .wp-block-image img { filter: grayscale(1);
    }

.legal-content .wp-block-image:after { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-color: #1F2587; mix-blend-mode: screen; content: "";
    }

@media (min-width: 1024px) {

.legal-content .wp-block-image { padding-top: 3.70vw; padding-bottom: 5.29vw
  }
    }

@media (min-width: 1512px) {

.legal-content .wp-block-image { padding-top: 56px; padding-bottom: 80px
  }
    }

.legal-content .wp-block-video { position: relative; border-radius: 20px;
  }

.legal-content .wp-block-video img { filter: grayscale(1);
    }

.legal-content .wp-block-video:after { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-color: #1F2587; mix-blend-mode: screen; content: "";
    }

.legal-content img, .legal-content video { position: relative; z-index: 0; border-radius: 20px;
  }

.legal-content figcaption { position: relative; z-index: 1; padding-left: 20px; font-size: 14px; line-height: 24px; max-width: 411px;
  }

@media (min-width: 1024px) {

.legal-content figcaption { font-size: 1.05vw; line-height: 1.32vw
  }
    }

@media (min-width: 1512px) {

.legal-content figcaption { font-size: 16px; line-height: 20px
  }
    }

.legal-content ol { list-style-type: decimal; padding-left: 24px;
  }

.legal-content li { --text-opacity: 1; color: #111; color: rgba(17, 17, 17, 1); color: rgba(17, 17, 17, var(--text-opacity)); font-size: 16px; line-height: 26px; padding-bottom: 24px;
  }

@media (min-width: 1024px) {

.legal-content li { font-size: 1.32vw; line-height: 1.71vw; padding-bottom: 2.11vw
  }
    }

@media (min-width: 1512px) {

.legal-content li { font-size: 20px; line-height: 26px; padding-bottom: 32px
  }
    }

.legal-content .wp-block-pullquote { position: relative; padding-bottom: 88px; padding-top: 0; text-align: left;
  }

@media (min-width: 1024px) {

.legal-content .wp-block-pullquote { padding-top: 3.70vw; padding-bottom: 5.29vw
  }
    }

@media (min-width: 1512px) {

.legal-content .wp-block-pullquote { padding-bottom: 80px; padding-top: 56px
  }
    }

.legal-content .wp-block-pullquote blockquote { background-color: #DFE0F6; padding: 32px; border-radius: 8px;
    }

.legal-content .wp-block-pullquote blockquote p { --text-opacity: 1; color: #1F2587; color: rgba(31, 37, 135, 1); color: rgba(31, 37, 135, var(--text-opacity)); font-size: 24px; line-height: 28px; padding-bottom: 24px;
      }

@media (min-width: 1024px) {

.legal-content .wp-block-pullquote blockquote p { font-size: 2.11vw; line-height: 2.38vw; padding-bottom: 2.11vw
      }
        }

@media (min-width: 1512px) {

.legal-content .wp-block-pullquote blockquote p { font-size: 32px; line-height: 36px; padding-bottom: 32px
      }
        }

.legal-content .wp-block-pullquote blockquote cite { text-align: left;
      }

/*
@import './components/dark-styles.css';
*/

@media (min-width: 640px) {
  .sm\:container {
    width: 100%;
  }
}

@media (min-width: 640px) and (min-width: 640px) {
    .sm\:container {
      max-width: 640px;
    }
  }

@media (min-width: 640px) and (min-width: 768px) {
    .sm\:container {
      max-width: 768px;
    }
  }

@media (min-width: 640px) and (min-width: 1024px) {
    .sm\:container {
      max-width: 1024px;
    }
  }

@media (min-width: 640px) and (min-width: 1280px) {
    .sm\:container {
      max-width: 1280px;
    }
  }

@media (min-width: 640px) and (min-width: 1512px) {
    .sm\:container {
      max-width: 1512px;
    }
  }

@media (min-width: 768px) {
  .md\:container {
    width: 100%;
  }
}

@media (min-width: 768px) and (min-width: 640px) {
    .md\:container {
      max-width: 640px;
    }
  }

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

@media (min-width: 768px) and (min-width: 1024px) {
    .md\:container {
      max-width: 1024px;
    }
  }

@media (min-width: 768px) and (min-width: 1280px) {
    .md\:container {
      max-width: 1280px;
    }
  }

@media (min-width: 768px) and (min-width: 1512px) {
    .md\:container {
      max-width: 1512px;
    }
  }

@media (min-width: 768px) {

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

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

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

  .md\:gap-x-2_11vw {
    grid-column-gap: 2.11vw;
    grid-column-gap: 2.11vw;
    -moz-column-gap: 2.11vw;
         column-gap: 2.11vw;
  }

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

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

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

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

  .md\:mx-16 {
    margin-left: 16px;
    margin-right: 16px;
  }

  .md\:mb-auto {
    margin-bottom: auto;
  }

  .md\:order-first {
    order: -9999;
  }

  .md\:p-4_23vw {
    padding: 4.23vw;
  }

  .md\:pb-0 {
    padding-bottom: 0;
  }

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

  .md\:w-58 {
    width: 58px;
  }

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

  .md\:w-35\% {
    width: 35%;
  }

  .md\:w-58\% {
    width: 58%;
  }

  .md\:w-84\% {
    width: 84%;
  }
}

@media (min-width: 1024px) {
  .lg\:container {
    width: 100%;
  }
}

@media (min-width: 1024px) and (min-width: 640px) {
    .lg\:container {
      max-width: 640px;
    }
  }

@media (min-width: 1024px) and (min-width: 768px) {
    .lg\:container {
      max-width: 768px;
    }
  }

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

@media (min-width: 1024px) and (min-width: 1280px) {
    .lg\:container {
      max-width: 1280px;
    }
  }

@media (min-width: 1024px) and (min-width: 1512px) {
    .lg\:container {
      max-width: 1512px;
    }
  }

@media (min-width: 1024px) {

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

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

  .lg\:border-turquoise {
    border-color: #00E9BC;
  }

  .lg\:rounded-16 {
    border-radius: 16px;
  }

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

  .lg\:border-2 {
    border-width: 2px;
  }

  .lg\:border-b-0 {
    border-bottom-width: 0;
  }

  .lg\:border-t {
    border-top-width: 1px;
  }

  .lg\:border-l {
    border-left-width: 1px;
  }

  .lg\:block {
    display: block;
  }

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

  .lg\:flex {
    display: flex;
  }

  .lg\:inline-flex {
    display: inline-flex;
  }

  .lg\:hidden {
    display: none;
  }

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

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

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

  .lg\:gap-24 {
    grid-gap: 24px;
    grid-gap: 24px;
    gap: 24px;
  }

  .lg\:gap-1_19vw {
    grid-gap: 1.19vw;
    grid-gap: 1.19vw;
    gap: 1.19vw;
  }

  .lg\:gap-1_58vw {
    grid-gap: 1.58vw;
    grid-gap: 1.58vw;
    gap: 1.58vw;
  }

  .lg\:gap-2_64vw {
    grid-gap: 2.64vw;
    grid-gap: 2.64vw;
    gap: 2.64vw;
  }

  .lg\:gap-4_23vw {
    grid-gap: 4.23vw;
    grid-gap: 4.23vw;
    gap: 4.23vw;
  }

  .lg\:gap-x-1_19vw {
    grid-column-gap: 1.19vw;
    grid-column-gap: 1.19vw;
    -moz-column-gap: 1.19vw;
         column-gap: 1.19vw;
  }

  .lg\:gap-x-2_11vw {
    grid-column-gap: 2.11vw;
    grid-column-gap: 2.11vw;
    -moz-column-gap: 2.11vw;
         column-gap: 2.11vw;
  }

  .lg\:gap-y-2_64vw {
    grid-row-gap: 2.64vw;
    grid-row-gap: 2.64vw;
    row-gap: 2.64vw;
  }

  .lg\:gap-y-3_17vw {
    grid-row-gap: 3.17vw;
    grid-row-gap: 3.17vw;
    row-gap: 3.17vw;
  }

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

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

  .lg\:text-0_72vw-1_58vw {
    font-size: 0.72vw;
    line-height: 1.58vw;
  }

  .lg\:text-0_92vw-1_58vw {
    font-size: 0.92vw;
    line-height: 1.58vw;
  }

  .lg\:text-1_05vw-1_32vw {
    font-size: 1.05vw;
    line-height: 1.32vw;
  }

  .lg\:text-1_19vw-1_45vw {
    font-size: 1.19vw;
    line-height: 1.45vw;
  }

  .lg\:text-1_32vw-1_58vw {
    font-size: 1.32vw;
    line-height: 1.58vw;
  }

  .lg\:text-1_58vw-1_85vw {
    font-size: 1.58vw;
    line-height: 1.85vw;
  }

  .lg\:text-2_11vw-2_38vw {
    font-size: 2.11vw;
    line-height: 2.38vw;
  }

  .lg\:text-2_51vw-2_77vw {
    font-size: 2.51vw;
    line-height: 2.77vw;
  }

  .lg\:text-2_64vw-2_91vw {
    font-size: 2.64vw;
    line-height: 2.91vw;
  }

  .lg\:text-3_17vw-3_43vw {
    font-size: 3.17vw;
    line-height: 3.43vw;
  }

  .lg\:text-3_17vw-3_83vw {
    font-size: 3.17vw;
    line-height: 3.83vw;
  }

  .lg\:text-4_23vw-4_49vw {
    font-size: 4.23vw;
    line-height: 4.49vw;
  }

  .lg\:text-4_89vw-5_82vw {
    font-size: 4.89vw;
    line-height: 5.82vw;
  }

  .lg\:text-5_29vw-8_99vw {
    font-size: 5.29vw;
    line-height: 8.99vw;
  }

  .lg\:text-5_82vw-5_82vw {
    font-size: 5.82vw;
    line-height: 5.82vw;
  }

  .lg\:text-6_87vw-6_61vw {
    font-size: 6.87vw;
    line-height: 6.61vw;
  }

  .lg\:text-8_99vw-8_99vw {
    font-size: 8.99vw;
    line-height: 8.99vw;
  }

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

  .lg\:h-28 {
    height: 28px;
  }

  .lg\:h-98 {
    height: 98px;
  }

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

  .lg\:left-0 {
    left: 0;
  }

  .lg\:top-40 {
    top: 40px;
  }

  .lg\:bottom-3vw {
    bottom: 3vw;
  }

  .lg\:-right-52 {
    right: -52px;
  }

  .lg\:-right-7\% {
    right: -7%;
  }

  .lg\:-bottom-12\% {
    bottom: -12%;
  }

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

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

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

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

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

  .lg\:my-16 {
    margin-top: 16px;
    margin-bottom: 16px;
  }

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

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

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

  .lg\:mb-40 {
    margin-bottom: 40px;
  }

  .lg\:mb-56 {
    margin-bottom: 56px;
  }

  .lg\:mt-64 {
    margin-top: 64px;
  }

  .lg\:mb-auto {
    margin-bottom: auto;
  }

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

  .lg\:-mt-98 {
    margin-top: -98px;
  }

  .lg\:mb-1_58vw {
    margin-bottom: 1.58vw;
  }

  .lg\:mt-2_11vw {
    margin-top: 2.11vw;
  }

  .lg\:mb-3_70vw {
    margin-bottom: 3.70vw;
  }

  .lg\:mb-4_23vw {
    margin-bottom: 4.23vw;
  }

  .lg\:mt-5_29vw {
    margin-top: 5.29vw;
  }

  .lg\:mb-5_82vw {
    margin-bottom: 5.82vw;
  }

  .lg\:mt-6_87vw {
    margin-top: 6.87vw;
  }

  .lg\:mb-6_87vw {
    margin-bottom: 6.87vw;
  }

  .lg\:max-h-48 {
    max-height: 48px;
  }

  .lg\:max-w-40 {
    max-width: 40px;
  }

  .lg\:max-w-48 {
    max-width: 48px;
  }

  .lg\:max-w-72 {
    max-width: 72px;
  }

  .lg\:max-w-104 {
    max-width: 104px;
  }

  .lg\:max-w-175 {
    max-width: 175px;
  }

  .lg\:max-w-183 {
    max-width: 183px;
  }

  .lg\:max-w-198 {
    max-width: 198px;
  }

  .lg\:max-w-200 {
    max-width: 200px;
  }

  .lg\:max-w-337 {
    max-width: 337px;
  }

  .lg\:max-w-365 {
    max-width: 365px;
  }

  .lg\:max-w-445 {
    max-width: 445px;
  }

  .lg\:max-w-537 {
    max-width: 537px;
  }

  .lg\:max-w-550 {
    max-width: 550px;
  }

  .lg\:max-w-564 {
    max-width: 564px;
  }

  .lg\:max-w-612 {
    max-width: 612px;
  }

  .lg\:max-w-655 {
    max-width: 655px;
  }

  .lg\:max-w-680 {
    max-width: 680px;
  }

  .lg\:max-w-720 {
    max-width: 720px;
  }

  .lg\:max-w-777 {
    max-width: 777px;
  }

  .lg\:max-w-866 {
    max-width: 866px;
  }

  .lg\:max-w-968 {
    max-width: 968px;
  }

  .lg\:order-last {
    order: 9999;
  }

  .lg\:p-32 {
    padding: 32px;
  }

  .lg\:p-0_52vw {
    padding: 0.52vw;
  }

  .lg\:p-1_58vw {
    padding: 1.58vw;
  }

  .lg\:p-2_11vw {
    padding: 2.11vw;
  }

  .lg\:p-3_17vw {
    padding: 3.17vw;
  }

  .lg\:p-4_23vw {
    padding: 4.23vw;
  }

  .lg\:px-0 {
    padding-left: 0;
    padding-right: 0;
  }

  .lg\:py-8 {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .lg\:px-40 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .lg\:px-50 {
    padding-left: 50px;
    padding-right: 50px;
  }

  .lg\:py-64 {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .lg\:py-98 {
    padding-top: 98px;
    padding-bottom: 98px;
  }

  .lg\:px-1_05vw {
    padding-left: 1.05vw;
    padding-right: 1.05vw;
  }

  .lg\:py-1_58vw {
    padding-top: 1.58vw;
    padding-bottom: 1.58vw;
  }

  .lg\:px-1_58vw {
    padding-left: 1.58vw;
    padding-right: 1.58vw;
  }

  .lg\:py-2_11vw {
    padding-top: 2.11vw;
    padding-bottom: 2.11vw;
  }

  .lg\:py-2_64vw {
    padding-top: 2.64vw;
    padding-bottom: 2.64vw;
  }

  .lg\:py-3_17vw {
    padding-top: 3.17vw;
    padding-bottom: 3.17vw;
  }

  .lg\:px-3_30vw {
    padding-left: 3.30vw;
    padding-right: 3.30vw;
  }

  .lg\:py-6_87vw {
    padding-top: 6.87vw;
    padding-bottom: 6.87vw;
  }

  .lg\:px-8_46vw {
    padding-left: 8.46vw;
    padding-right: 8.46vw;
  }

  .lg\:pb-0 {
    padding-bottom: 0;
  }

  .lg\:pb-16 {
    padding-bottom: 16px;
  }

  .lg\:pl-16 {
    padding-left: 16px;
  }

  .lg\:pb-24 {
    padding-bottom: 24px;
  }

  .lg\:pt-40 {
    padding-top: 40px;
  }

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

  .lg\:pb-48 {
    padding-bottom: 48px;
  }

  .lg\:pt-98 {
    padding-top: 98px;
  }

  .lg\:pb-0_32vw {
    padding-bottom: 0.32vw;
  }

  .lg\:pt-0_40vw {
    padding-top: 0.40vw;
  }

  .lg\:pt-1_05vw {
    padding-top: 1.05vw;
  }

  .lg\:pb-1_05vw {
    padding-bottom: 1.05vw;
  }

  .lg\:pr-1_58vw {
    padding-right: 1.58vw;
  }

  .lg\:pb-1_58vw {
    padding-bottom: 1.58vw;
  }

  .lg\:pl-1_58vw {
    padding-left: 1.58vw;
  }

  .lg\:pt-2_11vw {
    padding-top: 2.11vw;
  }

  .lg\:pb-2_11vw {
    padding-bottom: 2.11vw;
  }

  .lg\:pt-2_64vw {
    padding-top: 2.64vw;
  }

  .lg\:pb-2_64vw {
    padding-bottom: 2.64vw;
  }

  .lg\:pt-3_17vw {
    padding-top: 3.17vw;
  }

  .lg\:pb-3_17vw {
    padding-bottom: 3.17vw;
  }

  .lg\:pb-3_70vw {
    padding-bottom: 3.70vw;
  }

  .lg\:pt-4_23vw {
    padding-top: 4.23vw;
  }

  .lg\:pb-4_23vw {
    padding-bottom: 4.23vw;
  }

  .lg\:pt-4_76vw {
    padding-top: 4.76vw;
  }

  .lg\:pb-4_76vw {
    padding-bottom: 4.76vw;
  }

  .lg\:pb-5_29vw {
    padding-bottom: 5.29vw;
  }

  .lg\:pt-6_87vw {
    padding-top: 6.87vw;
  }

  .lg\:pr-6_87vw {
    padding-right: 6.87vw;
  }

  .lg\:pb-6_87vw {
    padding-bottom: 6.87vw;
  }

  .lg\:pl-8_46vw {
    padding-left: 8.46vw;
  }

  .lg\:absolute {
    position: absolute;
  }

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

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

  .lg\:translate-x-none {
    --transform-translate-x: none;
  }

  .lg\:-translate-x-190 {
    --transform-translate-x: -190px;
  }

  .lg\:w-6 {
    width: 6px;
  }

  .lg\:w-16 {
    width: 16px;
  }

  .lg\:w-18 {
    width: 18px;
  }

  .lg\:w-24 {
    width: 24px;
  }

  .lg\:w-30 {
    width: 30px;
  }

  .lg\:w-32 {
    width: 32px;
  }

  .lg\:w-40 {
    width: 40px;
  }

  .lg\:w-58 {
    width: 58px;
  }

  .lg\:w-64 {
    width: 64px;
  }

  .lg\:w-80 {
    width: 80px;
  }

  .lg\:w-150 {
    width: 150px;
  }

  .lg\:w-7_93vw {
    width: 7.93vw;
  }

  .lg\:w-12_103vw {
    width: 12.103vw;
  }

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

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

  .lg\:w-4\% {
    width: 4%;
  }

  .lg\:w-6\% {
    width: 6%;
  }

  .lg\:w-10\% {
    width: 10%;
  }

  .lg\:w-12\% {
    width: 12%;
  }

  .lg\:w-13\% {
    width: 13%;
  }

  .lg\:w-16\% {
    width: 16%;
  }

  .lg\:w-18\% {
    width: 18%;
  }

  .lg\:w-24\% {
    width: 24%;
  }

  .lg\:w-1\/4 {
    width: 25%;
  }

  .lg\:w-27\% {
    width: 27%;
  }

  .lg\:w-30\% {
    width: 30%;
  }

  .lg\:w-31\% {
    width: 31%;
  }

  .lg\:w-32\% {
    width: 32%;
  }

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

  .lg\:w-36\% {
    width: 36%;
  }

  .lg\:w-37\% {
    width: 37%;
  }

  .lg\:w-38\% {
    width: 38%;
  }

  .lg\:w-40\% {
    width: 40%;
  }

  .lg\:w-44\% {
    width: 44%;
  }

  .lg\:w-45\% {
    width: 45%;
  }

  .lg\:w-47\% {
    width: 47%;
  }

  .lg\:w-1\/2 {
    width: 50%;
  }

  .lg\:w-54\% {
    width: 54%;
  }

  .lg\:w-58\% {
    width: 58%;
  }

  .lg\:w-59\% {
    width: 59%;
  }

  .lg\:w-62\% {
    width: 62%;
  }

  .lg\:w-63\% {
    width: 63%;
  }

  .lg\:w-64\% {
    width: 64%;
  }

  .lg\:w-2\/3 {
    width: 66.6666667%;
  }

  .lg\:w-70\% {
    width: 70%;
  }

  .lg\:w-71\% {
    width: 71%;
  }

  .lg\:w-73\% {
    width: 73%;
  }

  .lg\:w-78\% {
    width: 78%;
  }

  .lg\:w-80\% {
    width: 80%;
  }

  .lg\:w-87\% {
    width: 87%;
  }

  .lg\:w-89\% {
    width: 89%;
  }
}

@media (min-width: 1280px) {
  .xl\:container {
    width: 100%;
  }
}

@media (min-width: 1280px) and (min-width: 640px) {
    .xl\:container {
      max-width: 640px;
    }
  }

@media (min-width: 1280px) and (min-width: 768px) {
    .xl\:container {
      max-width: 768px;
    }
  }

@media (min-width: 1280px) and (min-width: 1024px) {
    .xl\:container {
      max-width: 1024px;
    }
  }

@media (min-width: 1280px) and (min-width: 1280px) {
    .xl\:container {
      max-width: 1280px;
    }
  }

@media (min-width: 1280px) and (min-width: 1512px) {
    .xl\:container {
      max-width: 1512px;
    }
  }

@media (min-width: 1512px) {
  .mw\:container {
    width: 100%;
  }
}

@media (min-width: 1512px) and (min-width: 640px) {
    .mw\:container {
      max-width: 640px;
    }
  }

@media (min-width: 1512px) and (min-width: 768px) {
    .mw\:container {
      max-width: 768px;
    }
  }

@media (min-width: 1512px) and (min-width: 1024px) {
    .mw\:container {
      max-width: 1024px;
    }
  }

@media (min-width: 1512px) and (min-width: 1280px) {
    .mw\:container {
      max-width: 1280px;
    }
  }

@media (min-width: 1512px) and (min-width: 1512px) {
    .mw\:container {
      max-width: 1512px;
    }
  }

@media (min-width: 1512px) {

  .mw\:gap-24 {
    grid-gap: 24px;
    grid-gap: 24px;
    gap: 24px;
  }

  .mw\:gap-40 {
    grid-gap: 40px;
    grid-gap: 40px;
    gap: 40px;
  }

  .mw\:gap-64 {
    grid-gap: 64px;
    grid-gap: 64px;
    gap: 64px;
  }

  .mw\:gap-x-18 {
    grid-column-gap: 18px;
    grid-column-gap: 18px;
    -moz-column-gap: 18px;
         column-gap: 18px;
  }

  .mw\:gap-x-32 {
    grid-column-gap: 32px;
    grid-column-gap: 32px;
    -moz-column-gap: 32px;
         column-gap: 32px;
  }

  .mw\:gap-y-40 {
    grid-row-gap: 40px;
    grid-row-gap: 40px;
    row-gap: 40px;
  }

  .mw\:gap-y-48 {
    grid-row-gap: 48px;
    grid-row-gap: 48px;
    row-gap: 48px;
  }

  .mw\:text-11-24 {
    font-size: 11px;
    line-height: 24px;
  }

  .mw\:text-14-24 {
    font-size: 14px;
    line-height: 24px;
  }

  .mw\:text-16-20 {
    font-size: 16px;
    line-height: 20px;
  }

  .mw\:text-18-22 {
    font-size: 18px;
    line-height: 22px;
  }

  .mw\:text-20-24 {
    font-size: 20px;
    line-height: 24px;
  }

  .mw\:text-24-28 {
    font-size: 24px;
    line-height: 28px;
  }

  .mw\:text-32-36 {
    font-size: 32px;
    line-height: 36px;
  }

  .mw\:text-38-42 {
    font-size: 38px;
    line-height: 42px;
  }

  .mw\:text-40-44 {
    font-size: 40px;
    line-height: 44px;
  }

  .mw\:text-40-48 {
    font-size: 40px;
    line-height: 48px;
  }

  .mw\:text-48-52 {
    font-size: 48px;
    line-height: 52px;
  }

  .mw\:text-48-58 {
    font-size: 48px;
    line-height: 58px;
  }

  .mw\:text-64-68 {
    font-size: 64px;
    line-height: 68px;
  }

  .mw\:text-74-88 {
    font-size: 74px;
    line-height: 88px;
  }

  .mw\:text-80-136 {
    font-size: 80px;
    line-height: 136px;
  }

  .mw\:text-88-88 {
    font-size: 88px;
    line-height: 88px;
  }

  .mw\:text-104-100 {
    font-size: 104px;
    line-height: 100px;
  }

  .mw\:text-136-136 {
    font-size: 136px;
    line-height: 136px;
  }

  .mw\:h-72 {
    height: 72px;
  }

  .mw\:bottom-64 {
    bottom: 64px;
  }

  .mw\:-top-172 {
    top: -172px;
  }

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

  .mw\:mb-24 {
    margin-bottom: 24px;
  }

  .mw\:mt-32 {
    margin-top: 32px;
  }

  .mw\:mb-56 {
    margin-bottom: 56px;
  }

  .mw\:mb-64 {
    margin-bottom: 64px;
  }

  .mw\:mt-80 {
    margin-top: 80px;
  }

  .mw\:mb-88 {
    margin-bottom: 88px;
  }

  .mw\:mt-104 {
    margin-top: 104px;
  }

  .mw\:mb-104 {
    margin-bottom: 104px;
  }

  .mw\:p-8 {
    padding: 8px;
  }

  .mw\:p-24 {
    padding: 24px;
  }

  .mw\:p-32 {
    padding: 32px;
  }

  .mw\:p-48 {
    padding: 48px;
  }

  .mw\:p-64 {
    padding: 64px;
  }

  .mw\:px-16 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .mw\:py-24 {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .mw\:px-24 {
    padding-left: 24px;
    padding-right: 24px;
  }

  .mw\:py-32 {
    padding-top: 32px;
    padding-bottom: 32px;
  }

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

  .mw\:py-48 {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .mw\:px-50 {
    padding-left: 50px;
    padding-right: 50px;
  }

  .mw\:py-104 {
    padding-top: 104px;
    padding-bottom: 104px;
  }

  .mw\:px-128 {
    padding-left: 128px;
    padding-right: 128px;
  }

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

  .mw\:pt-6 {
    padding-top: 6px;
  }

  .mw\:pt-16 {
    padding-top: 16px;
  }

  .mw\:pb-16 {
    padding-bottom: 16px;
  }

  .mw\:pr-24 {
    padding-right: 24px;
  }

  .mw\:pb-24 {
    padding-bottom: 24px;
  }

  .mw\:pl-24 {
    padding-left: 24px;
  }

  .mw\:pt-32 {
    padding-top: 32px;
  }

  .mw\:pb-32 {
    padding-bottom: 32px;
  }

  .mw\:pt-40 {
    padding-top: 40px;
  }

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

  .mw\:pt-48 {
    padding-top: 48px;
  }

  .mw\:pb-48 {
    padding-bottom: 48px;
  }

  .mw\:pb-56 {
    padding-bottom: 56px;
  }

  .mw\:pt-64 {
    padding-top: 64px;
  }

  .mw\:pb-64 {
    padding-bottom: 64px;
  }

  .mw\:pt-72 {
    padding-top: 72px;
  }

  .mw\:pb-80 {
    padding-bottom: 80px;
  }

  .mw\:pt-104 {
    padding-top: 104px;
  }

  .mw\:pr-104 {
    padding-right: 104px;
  }

  .mw\:pb-104 {
    padding-bottom: 104px;
  }

  .mw\:pl-128 {
    padding-left: 128px;
  }

  .mw\:pb-152 {
    padding-bottom: 152px;
  }

  .mw\:w-72 {
    width: 72px;
  }

  .mw\:w-98 {
    width: 98px;
  }

  .mw\:w-165 {
    width: 165px;
  }

  .mw\:w-183 {
    width: 183px;
  }

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

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


