@charset "UTF-8";/*
! tailwindcss v3.2.7 | MIT License | https://tailwindcss.com
*//*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: #e5e7eb; /* 2 */
}::before,
::after {
  --tw-content: '';
}/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
*/html {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
  font-feature-settings: normal; /* 5 */
}/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/abbr:where([title]) {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}/*
Remove the default font size and weight for headings.
*/h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}/*
Reset links to optimize for opt-in styling instead of opt-out.
*/a {
  color: inherit;
  text-decoration: inherit;
}/*
Add the correct font weight in Edge and Safari.
*/b,
strong {
  font-weight: bolder;
}/*
1. Use the user's configured `mono` font family by default.
2. Correct the odd `em` font sizing in all browsers.
*/code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-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;
}/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}/*
Remove the inheritance of text transform in Edge and Firefox.
*/button,
select {
  text-transform: none;
}/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}/*
Use the modern Firefox focus style for all focusable elements.
*/:-moz-focusring {
  outline: auto;
}/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/:-moz-ui-invalid {
  box-shadow: none;
}/*
Add the correct vertical alignment in Chrome and Firefox.
*/progress {
  vertical-align: baseline;
}/*
Correct the cursor style of increment and decrement buttons in Safari.
*/::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}/*
Remove the inner padding in Chrome and Safari on macOS.
*/::-webkit-search-decoration {
  -webkit-appearance: none;
}/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}/*
Add the correct display in Chrome and Safari.
*/summary {
  display: list-item;
}/*
Removes the default spacing and border for appropriate elements.
*/blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}fieldset {
  margin: 0;
  padding: 0;
}legend {
  padding: 0;
}ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}/*
Prevent resizing textareas horizontally by default.
*/textarea {
  resize: vertical;
}/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}/*
Set the default cursor for buttons.
*/button,
[role="button"] {
  cursor: pointer;
}/*
Make sure disabled buttons don't get the pointer cursor.
*/:disabled {
  cursor: default;
}/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/img,
video {
  max-width: 100%;
  height: auto;
}/* Make elements with the HTML hidden attribute stay hidden by default */[hidden] {
  display: none;
}*, ::before, ::after{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgba(59, 130, 246, 0.5);
  --tw-ring-offset-shadow: 0 0 rgba(0,0,0,0);
  --tw-ring-shadow: 0 0 rgba(0,0,0,0);
  --tw-shadow: 0 0 rgba(0,0,0,0);
  --tw-shadow-colored: 0 0 rgba(0,0,0,0);
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}::backdrop{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgba(59, 130, 246, 0.5);
  --tw-ring-offset-shadow: 0 0 rgba(0,0,0,0);
  --tw-ring-shadow: 0 0 rgba(0,0,0,0);
  --tw-shadow: 0 0 rgba(0,0,0,0);
  --tw-shadow-colored: 0 0 rgba(0,0,0,0);
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}.container{
  width: 100%;
  padding-right: 2rem;
  padding-left: 2rem;
}@media (min-width: 640px){.container{
    max-width: 640px;
  }
}@media (min-width: 768px){.container{
    max-width: 768px;
  }
}@media (min-width: 1024px){.container{
    max-width: 1024px;
  }
}@media (min-width: 1280px){.container{
    max-width: 1280px;
  }
}@media (min-width: 1536px){.container{
    max-width: 1536px;
  }
}html {
    --font-size: calc(max(992px, min(100vw, 1920px)) / (1600 / 16));
    overflow-x: hidden;
  }@media (max-width: 1024px) {
    html {
      --font-size: calc(max(768, min(100vw, 991)) / (834 / 16)) !important;
    }
  }body {
    font-size: calc(max(992px, min(100vw, 1920px)) / (1600 / 16));
    font-size: var(--font-size);
    color: #272727;
    overflow-x: hidden;
    overflow-y: visible;
  }[scrolling-dir="down"] header {
    /* transform: translateY(-110%); */
  }header {
    background-color: #fff;
    transform: translateY(0);
    transition: all 0.5s ease-in-out 0ms;
  }header .header__nav {
    color: #272727;
  }.is-scroll .header {
    top: 0px !important;
  }.announcement-bar {
    transition: all 0.5s ease-in-out 0ms;
  }.header__menu .button-3.has-submenu::after {
    top: 0px;
  }.button-3{
  position: relative;
  display: inline-flex;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 6px;
  --tw-bg-opacity: 1;
  background-color: rgba(115, 184, 233, 1);
  background-color: rgb(115 184 233 / var(--tw-bg-opacity));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  text-align: center;
  font-size: 1rem;
  line-height: 1.5rem;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 288ms;
}@media (min-width: 1024px){.button-3{
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}.button-3.dark{
  --tw-bg-opacity: 1;
  background-color: rgba(14, 59, 90, 1);
  background-color: rgb(14 59 90 / var(--tw-bg-opacity));
}.button-3:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(70, 161, 226, 1);
  background-color: rgb(70 161 226 / var(--tw-bg-opacity));
}.button-3.dark:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(11, 47, 72, 1);
  background-color: rgb(11 47 72 / var(--tw-bg-opacity));
}.button-3:hover .button-text {
    opacity: 0;
    transform: translate3d(0px, -1rem, 0px) scale3d(1, 1, 1) rotateX(0deg)
      rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  }.button-3:hover .button-transition {
    transform: translate3d(0px, 0%, 0px) scale3d(1, 1, 1) rotateX(0deg)
      rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  }.button-transition{
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  background-color: transparent;
  font-size: 14px;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, 1);
  color: rgb(255 255 255 / var(--tw-text-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 288ms;
    transform: translate3d(0px, 100%, 0px) scale3d(1, 1, 1) rotateX(0deg)
      rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
}.button-text{
  font-size: 14px;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, 1);
  color: rgb(255 255 255 / var(--tw-text-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 288ms;
    transform: translate3d(0px, 0rem, 0px) scale3d(1, 1, 1) rotateX(0deg)
      rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
}.section-padding {
    /* background-color: #fff; */
    position: relative;
    padding-top: 5rem;
    padding-bottom: 5rem;
    padding-right: 0;
    padding-left: 0;
    z-index: 20;
  }@media (min-width: 1024px) {
    .section-padding {
      /* background-color: #fff; */
      position: relative;
      padding-top: 5rem;
      padding-bottom: 5rem;
      padding-right: 2.5rem;
      padding-left: 2.5rem;
      z-index: 20;
    }
  }.container {
    padding: 0 16px;
    margin: 0 auto;
  }@media (min-width: 640px) {
    .container {
      padding: 0 16px;
    }
  }@media (min-width: 1024px) {
    .container {
      max-width: 1380px;
      margin: 0 auto;
    }
  }/* ╔═════════════════════ Before/After Cards ═════════════════════╗ */.before-after-card {
    opacity: 0;
    transform: translateY(30px);
  }.before-after-item-home {
    transition: all 0.4s cubic-bezier(0.32, 0.94, 0.6, 1);
  }.before-after-item-home:hover {
    /* transform: translateY(-8px); */
    box-shadow: 0 20px 40px rgba(14, 59, 90, 0.15);
  }.before-after-images .before-after-item:hover {
    box-shadow: none !important;
  }.before-after-item .before-images,
  .before-after-item .after-image {
    transition: all 0.4s ease;
  }.before-after-item {
    position: relative;
  }.before-after-section-grid .before-after-item img {
    transition: opacity 0.8s ease-in-out;
  }.before-after-section-grid .before-after-item img:first-child {
    opacity: 1;
  }.before-after-section-grid .before-after-item img:last-child {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    opacity: 0;
  }.before-after-section-grid .before-after-item.show-after img:first-child {
    opacity: 0;
  }.before-after-section-grid .before-after-item.show-after img:last-child {
    opacity: 1;
  }/* text */.text-primary {
    color: #ffdbc6 !important;
  }/* bg */.bg-secondary {
    background-color: #ffbe98 !important;
  }h1,
  h2,
  h3,
  h4,
  h5,
  h6{
  margin-top: 1.25rem;
  margin-bottom: 0.625rem;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif;
  line-height: 1.2;
  letter-spacing: -.2px;
}h1{
  font-size: 3.75rem;
  line-height: 1;
}h2{
  font-size: 3rem;
  line-height: 1;
}@media (max-width: 640px) {
    h2{
    font-size: 39px;
  }
  }h3{
  font-size: 39px;
}h4{
  font-size: 1.875rem;
  line-height: 2.25rem;
}h5{
  font-size: 1.5rem;
  line-height: 2rem;
}h6{
  font-size: 1.25rem;
  line-height: 1.75rem;
}button,
  div,
  p,
  li,
  span,
  var{
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif;
}var {
    font-style: normal;
  }p{
  margin-bottom: 0.625rem;
  font-size: 1rem;
  line-height: 1.5rem;
  line-height: 25px;
}.font-size-regular,
  li,
  p,
  span{
  font-size: 16px;
}svg {
    transition: transform 0.3s cubic-bezier(0.32, 0.94, 0.6, 1);
  }[type="checkbox"]:checked {
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20fill%3D%22none%22%20viewBox%3D%220%200%2024%2024%22%20stroke-width%3D%222.5%22%20stroke%3D%22%23fff%22%20class%3D%22size-6%20text-white%20w-%5B16px%5D%20h-auto%20p-1%22%20style%3D%22color%3Awhite%3Bwidth%3A16px%3Bheight%3Aauto%3B%22%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22m4.5%2012.75%206%206%209-13.5%22%20%2F%3E%3C%2Fsvg%3E");
    background-size: 80% 80%;
    background-position: 50%;
    background-repeat: no-repeat;
  }#tabs li.active:hover {
    background-color: inherit;
    cursor: default;
  }#tabs li:not(.active):hover {
    background-color: #efeeeb;
  }/* Custom styling *//* ╔═════════════════════ Cursor ═════════════════════╗ */.scroll-cursor{
  pointer-events: none;
  visibility: visible;
  position: fixed;
  display: flex;
  height: 2rem;
  align-items: center;
  overflow: hidden;
  opacity: 1;
    z-index: 310;
    transform: translate(-50%, -50%);
}@media (min-width: 1024px) {
    .scroll-cursor {
      display: flex !important;
    }
  }.scroll-cursor svg {
    width: 15px;
    height: 15px;
    display: inline-block;
    vertical-align: super;
    fill: #242424;
  }.header__menu .scroll-cursor__text.has-submenu::after {
    top: 0px;
  }.scroll-cursor__text{
  position: relative;
  display: block;
  white-space: nowrap;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  font-size: 14px;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, 1);
  color: rgb(255 255 255 / var(--tw-text-opacity));
  opacity: 0;
    transform-origin: left center;
    transition: opacity 0.25s ease-in-out;
    animation-iteration-count: infinite;
}.scroll-cursor.cursor-hover .scroll-cursor__main {
    width: 100% !important;
    height: 100% !important;
  }.scroll-cursor.cursor-hover .scroll-cursor__text {
    opacity: 1;
    transition: opacity 0.1s ease-in-out 0.2s;
  }@keyframes scroll-cursor-text {
    0% {
      transform: translateX(0%);
    }

    100% {
      transform: translateX(-100%);
    }
  }/* ╔═════════════════════ Navbar Dropdown ═════════════════════╗ */.nav-overlay {
    transition: all 0.5s cubic-bezier(0.32, 0.94, 0.6, 1);
  }.header__menu .sub-menu {
    color: #272727;
    transition: transform 0.5s cubic-bezier(0.32, 0.94, 0.6, 1);
  }.header__menu .sub-menu .sub-menu__link {
      border-radius: 8px;
      transition: all 0.5s cubic-bezier(0.32, 0.94, 0.6, 1);
    }.header__menu .sub-menu .svg-absolute {
    transform: translateX(-4rem);
  }.header__menu .sub-menu a:hover .svg-absolute {
      transform: translateX(0);
    }.header__menu .sub-menu a:hover .svg {
      transform: translateX(4rem);
    }.header__menu .sub-menu .sub-menu__link:hover {
    background-color: #e8e8e8;
  }.header__menu li.has-submenu::after {
    content: "";
    background: rgba(0, 0, 0, 0);
    width: 200%;
    height: 50px;
    position: absolute;
    top: 40px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
    display: none;
  }.header__menu .relative.has-submenu::after {
    top: 0px !important;
  }.header__menu .\!relative.has-submenu::after {
    top: 0px !important;
  }.header__menu li.has-submenu {
    transition: all 0.2s ease-in-out;
  }.header__menu li.has-submenu.hovered {
    color: #46a1e2;
  }.header__menu li.has-submenu.hovered::after {
    display: block;
  }.header__menu li.has-submenu.hovered .navbar-rectangle {
    opacity: 1;
  }.header__menu li.has-submenu.hovered::after:hover .sub-menu {
    opacity: 1;
    visibility: visible;
    transform: translateX(-50%) translateY(0);
  }.header__menu ul > li.has-submenu:hover .sub-menu {
    opacity: 1;
    visibility: visible;
    transform: translateX(-50%) translateY(0);
  }.header__menu ul > li.has-submenu:hover button svg:first-of-type {
    transform: rotate(180deg);
  }.header__menu ul > li.has-submenu.hovered-by-button .sub-menu {
    opacity: 1;
    visibility: visible;
    transform: translateX(-50%) translateY(0);
  }.header__menu ul > li.has-submenu.hovered-by-button button svg:first-of-type {
    transform: rotate(180deg);
  }@media (max-width: 1400px) {
    .header__nav button {
      font-size: 13px !important;
    }

    .header__nav a {
      font-size: 13px !important;
    }
  }@media (min-width: 1024px) {
    .header .highlighted-link {
      font-size: 16px;
      font-weight: 600;
      background: linear-gradient(135deg, #0e3b5a 0%, #46a1e2 100%);
      background-clip: text;
      -webkit-text-fill-color: transparent;
      -webkit-background-clip: text;
    }

    .header .sub-menu a:hover .highlighted-link {
      background: linear-gradient(135deg, #46a1e2 0%, #0e3b5a 100%);
      background-clip: text;
      -webkit-text-fill-color: transparent;
      -webkit-background-clip: text;
    }
  }/* ╔═════════════════════ Side panel ═════════════════════╗ */.side-panel {
    transform: translateX(101%);
    transition: transform 0.5s cubic-bezier(0.32, 0.94, 0.6, 1);
    will-change: transform;
    overflow-x: hidden;
  }.side-panel.open {
    transform: translateX(0);
    /* Panel tam görünür */
  }.trustpilot-widget {
    position: relative;
    display: flex;
    align-items: center;
    flex-direction: row;
    gap: 6px;
  }.trustpilot-widget .stars {
    display: flex;
    gap: 2px;
    line-height: 1;
  }.trustpilot-widget .star {
    font-size: 16px;
    color: #00b67a;
    position: relative;
    width: 16px;
    height: 16px;
    overflow: hidden;
    display: inline-block;
  }.trustpilot-widget .star.half::after {
    content: "★";
    color: #fff;
    position: absolute;
    left: 36%;
    top: -2px;
    width: 43%;
    height: 100%;
    overflow: hidden;
    transform: rotate(145deg);
  }.trustpilot-widget .score-text {
    color: #fff;
    font-weight: 500;
    font-size: 14px;
  }.tp-star__canvas {
    fill: #00b67a;
  }.tp-star__canvas--half {
    fill: #00b67a;
  }.footer .iti__selected-dial-code {
    color: #272727 !important;
  }.footer a {
    color: #fff;
  }.footer p {
    color: #fff;
  }.footer .iti__selected-dial-code {
    color: #fff;
  }.footer-form-wrapper label {
    color: #fff;
  }.form-wrapper input.is-invalid,
  .form-wrapper textarea.is-invalid {
    --tw-ring-color: #dc3545 !important;
  }.form-wrapper input[type="checkbox"].is-invalid {
    outline: 2px solid #dc3545;
    outline-offset: 2px;
  }.form-wrapper .form-field-error {
    display: none;
    margin-top: 5px;
    font-size: 0.8rem;
    color: #dc3545;
  }.form-wrapper .form-field-error.is-visible {
    display: block;
  }.form-wrapper .submit-btn {
    width: 100%;
    position: relative;
  }.form-wrapper .button-3.is-submitted {
    opacity: 0.6;
    cursor: not-allowed;
  }.form-wasp {
    position: absolute;
    top: 0;
    right: -9999999px;
  }/* ╔═════════════════════ Slider ═════════════════════╗ */.slider .swiper-wrapper {
      transition: all 0.5s cubic-bezier(0.32, 0.94, 0.6, 1);
    }.header__menu .slider .swiper-button-next.has-submenu::after,.header__menu 
    .slider .swiper-button-prev.has-submenu::after {
    top: 0px;
  }.slider .swiper-button-next,
    .slider .swiper-button-prev{
  position: relative;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
}.slider .swiper-button-next::after,
    .slider .swiper-button-prev::after {
      content: "" !important;
    }.swiper-circle-nav .swiper-button-next {
    position: relative !important;
  }.swiper-circle-nav .swiper-button-next {
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    margin: 0;
    width: 64px;
    height: 64px;
    background: #0e3b5a;
    border-radius: 32px;
  }.swiper-circle-nav .swiper-button-next:after {
    content: normal !important;
    content: initial !important;
  }.swiper-circle-nav .swiper-button-prev {
    position: relative !important;
  }.swiper-circle-nav .swiper-button-prev {
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    margin: 0;
    width: 64px;
    height: 64px;
    background: #0e3b5a;
    border-radius: 32px;
  }.swiper-button-prev:after {
    content: normal !important;
    content: initial !important;
  }.swiper-pagination-bullet {
    width: 48px !important;
    height: 2px !important;
    border-radius: 6px !important;
  }.swiper-pagination-bullet-active {
    background: #0e3b5a !important;
  }.hero-section .swiper-pagination-bullet-active {
    background-color: #46a1e2 !important;
  }.hero-section .swiper-pagination-bullet {
    background-color: #f6fafe;
  }.hero-patient-after-img-overlay {
    background-image: linear-gradient(
      180deg,
      rgba(0,0,0,0) 0%,
      rgba(0,0,0,0) 60%,
      rgba(12,42,66,0.50196) 85%,
      rgba(14,59,90,0.93333) 100%
    );
    position: absolute;
    top: 0%;
    right: 0%;
    bottom: 0%;
    left: 0%;
  }.announcementSwiper p {
    position: relative;
  }.announcementSwiper p:after {
    content: "";
    position: absolute;
    bottom: 3px;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #fcf6ec;
    transform: scaleX(1);
    opacity: 0.7;
    transform-origin: left;
    transition: transform 0.7s cubic-bezier(0.19, 1, 0.22, 1) 0.2s;
  }.announcementSwiper p:hover:after {
    transform: scaleX(0);
    transform-origin: right;
    transition-delay: 0s;
  }.home-about-video-source {
    -o-object-fit: cover;
       object-fit: cover;
    z-index: -100;
    background-position: 50%;
    background-size: cover;
    width: 100%;
    height: 100%;
    margin: auto;
    position: absolute;
    top: -100%;
    right: -100%;
    bottom: -100%;
    left: -100%;
  }/* ╔═════════════════════ Middle transition ═════════════════════╗ */.middle-transition {
    display: flex;
    align-items: center;
    background-color: #0e3b5a;
    min-height: 120px;
  }/* ╔═════════════════════ Marquee ═════════════════════╗ */.marquee-scroll {
    position: relative;
    display: flex;
    width: 140%;
    margin-left: -20%;
  }.marquee-scroll .marquee-content {
      position: relative;
      display: flex;
    }.marquee-scroll .marquee-content .per-marq {
        width: auto;
        display: flex;
        justify-content: center;
        align-items: center;
      }.marquee-scroll .marquee-content .per-marq img {
          /* width: 80px !important; */
          width: 300px;
          height: 11%;
          -o-object-fit: contain;
             object-fit: contain;
          /* margin: 0px 25px; */
          border-radius: 6px;
        }.marquee-scroll .marquee-content .per-marq .content {
          color: #000;
          font-weight: 500;
          opacity: 1;
          line-height: 1;
        }.marquee-scroll .marquee-content .divider {
        padding: 0px 10px;
      }/* ╔═════════════════════ Numbers ═════════════════════╗ */.numbers-section .line-top,
  .line-top-hover {
    transition: all 0.5s cubic-bezier(0.32, 0.94, 0.6, 1);
  }.numbers-section__grid .numbers-section-item:hover .line-top-hover {
    width: 100% !important;
  }/* ╔═════════════════════ Blog ═════════════════════╗ */.blogSwiper img {
    width: 100%;
    max-height: 236px;
    -o-object-fit: cover;
       object-fit: cover;
  }/* ╔═════════════════════ Hotel ═════════════════════╗ */.hotelSwiper img {
    width: 100%;
    max-height: 428px;
    -o-object-fit: cover;
       object-fit: cover;
  }/* ╔═════════════════════ Before after ═════════════════════╗ */.before-after-swiper .before-after-section-inner {
    flex-flow: column-reverse;
    justify-content: flex-end;
    align-items: center;
    display: flex;
    position: relative;
    gap: 32px;
  }@media (min-width: 640px) {
    .before-after-swiper .before-after-section-inner {
      flex-flow: column;
      gap: 0px;
    }
  }.before-after-section-text {
    z-index: 20;
    max-width: 512px;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    position: absolute;
  }.before-after-swiper .before-after-section-grid {
    grid-column-gap: 0.625rem;
    grid-row-gap: 0.625rem;
    grid-template-rows: auto;
    grid-template-columns: 0fr 0fr 0fr 1fr 0fr 0fr 0fr;
    grid-auto-columns: 1fr;
    width: 100%;
    min-height: auto;
    display: grid;
  }@media (min-width: 640px) {
    .before-after-swiper .before-after-section-grid {
      grid-template-columns: 0fr 0fr 1fr 1fr 1fr 0fr 0fr;
      min-height: 50.875rem;
    }
  }@media (min-width: 1280px) {
    .before-after-swiper .before-after-section-grid {
      grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    }
  }.before-after-section-row {
    grid-column-gap: 0.625rem;
    grid-row-gap: 0.625rem;
    flex-flow: column;
    display: flex;
  }.before-after-swiper .before-after-item {
    border-radius: 6px;
    overflow: hidden;
    width: 100%;
    height: 100%;
  }.before-after-swiper .before-after-item-blank {
    background-image: linear-gradient(180deg, #e0effa, rgba(238,243,255,0));
    border-radius: 6px;
    overflow: hidden;
    width: 100%;
    height: 230px;
  }@media (min-width: 640px) {
    .before-after-swiper .before-after-item {
      height: 230px;
    }
  }.before-after-item {
    border-radius: 6px;
    overflow: hidden;
    width: 100%;
    height: 230px;
  }.before-after-item img {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 100%;
    border-radius: 6px;
    overflow: hidden;
  }/* ╔═════════════════════ Testimonials ═════════════════════╗ */.testimonial-slide {
    transition: all 0.5s ease-in-out !important;
  }.testimonial-slide,
  .testimonial-slide {
    transform: scale(0.9) rotate(0.00001deg) !important;
  }.testimonial-slide,
  .testimonial-slide {
    opacity: 0.4;
    filter: blur(1px);
  }.testimonial-slide.is-center {
    opacity: 1 !important;
    transform: scale(1) !important;
    z-index: 10 !important;
    filter: blur(0px) !important;
  }.testimonials-section .swiper-pagination-bullet-active {
    background: #fff !important;
  }.testimonials-section .swiper-pagination-bullet {
    background: #fff !important;
  }/* ╔═════════════════════ Others ═════════════════════╗ */.branding-head {
    z-index: 2;
    grid-column-gap: 3.75em;
    grid-row-gap: 3.75em;
    background-color: #fff;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: 100svh;
    margin-left: auto;
    margin-right: auto;
    /* padding-top: 2em; */
    /* padding-left: 3.125em; */
    /* padding-right: 3.125em; */
    display: flex;
    position: absolute;
    border-radius: 6px;
    overflow: hidden;
    top: 0;
  }.branding-head-wrap {
    text-align: center;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    /* margin-top: 145px; */
    display: flex;
  }/* ╔═════════════════════ Price Averages Section ═════════════════════╗ */.price-chart-container {
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  }.price-chart-canvas-wrapper {
    position: relative;
  }@media (max-width: 768px) {
    .price-chart-container {
      padding: 1.5rem !important;
    }

    .price-chart-canvas-wrapper {
      height: 300px !important;
    }
  }/* ╔═════════════════════ Exosome Package Tiers ═════════════════════╗ *//* Silver Tier Styling */.exosome-card-silver {
    position: relative;
  }.exosome-card-silver::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: linear-gradient(135deg, rgba(24, 22, 9, 0.08) 0%, transparent 100%);
    pointer-events: none;
    z-index: 30;
    opacity: 0;
    transition: opacity 0.5s ease;
  }.exosome-card-silver:hover::before {
    opacity: 1;
  }.tier-badge-silver {
    background: linear-gradient(
      135deg,
      rgba(192, 192, 192, 0.2),
      rgba(169, 169, 169, 0.15)
    );
    box-shadow: 0 4px 12px rgba(192, 192, 192, 0.15);
  }/* Gold Tier Styling */.exosome-card-gold {
    position: relative;
  }.exosome-card-gold::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: linear-gradient(
      135deg,
      rgba(255, 215, 0, 0.19) 0%,
      transparent 100%
    );
    pointer-events: none;
    z-index: 30;
    opacity: 0;
    transition: opacity 0.5s ease;
  }.exosome-card-gold:hover::before {
    opacity: 1;
  }.tier-badge-gold {
    background: linear-gradient(
      135deg,
      rgba(255, 215, 0, 0.25),
      rgba(218, 165, 32, 0.2)
    );
    box-shadow: 0 4px 16px rgba(255, 215, 0, 0.25);
  }/* Platinum Tier Styling */.exosome-card-platinum {
    position: relative;
  }.exosome-card-platinum::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: linear-gradient(
      135deg,
      rgba(135, 206, 235, 0.21) 0%,
      transparent 100%
    );
    pointer-events: none;
    z-index: 30;
    opacity: 0;
    transition: opacity 0.5s ease;
  }.exosome-card-platinum:hover::before {
    opacity: 1;
  }.tier-badge-platinum {
    background: linear-gradient(
      135deg,
      rgba(135, 206, 235, 0.3),
      rgba(100, 180, 220, 0.25)
    );
    box-shadow: 0 4px 20px rgba(135, 206, 235, 0.35);
  }@media (min-width: 1024px) {
    .exosome-card:hover {
      transform: translateY(-8px);
      box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
    }
  }.hair-transplant-packages-section strong {
    color: #0e3b5a;
  }.hair-transplant-packages-section p {
    margin-bottom: 0;
  }/* Gradient overlay transitions */.exosome-gradient-overlay {
    transition: opacity 0.5s ease;
  }.exosome-card:hover .exosome-gradient-overlay {
    /* opacity: 0.9; */
  }/* Feature list animations */.exosome-card img {
    transition: all 0.3s ease-in-out;
  }/* .exosome-card:hover .package-features li {
    transform: translateX(4px);
  } */.exosome-card:hover img {
    transform: scale(1.05);
  }/* Badge pulse animation */@keyframes tier-glow {
    0%,
    100% {
      opacity: 1;
    }
    50% {
      opacity: 0.6;
    }
  }.tier-badge-silver span:first-child,
  .tier-badge-gold span:first-child,
  .tier-badge-platinum span:first-child {
    animation: tier-glow 2s ease-in-out infinite;
  }.sr-only{
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}.pointer-events-none{
  pointer-events: none;
}.pointer-events-auto{
  pointer-events: auto;
}.invisible{
  visibility: hidden;
}.collapse{
  visibility: collapse;
}.static{
  position: static;
}.fixed{
  position: fixed;
}.\!absolute{
  position: absolute !important;
}.absolute{
  position: absolute;
}.\!relative{
  position: relative !important;
}.relative{
  position: relative;
}.sticky{
  position: sticky;
}.inset-0{
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}.\!bottom-0{
  bottom: 0px !important;
}.\!bottom-\[-40px\]{
  bottom: -40px !important;
}.\!bottom-\[-4px\]{
  bottom: -4px !important;
}.\!bottom-\[-95px\]{
  bottom: -95px !important;
}.\!left-\[-80px\]{
  left: -80px !important;
}.\!right-\[-20px\]{
  right: -20px !important;
}.\!right-\[-80px\]{
  right: -80px !important;
}.bottom-0{
  bottom: 0px;
}.bottom-9{
  bottom: 2.25rem;
}.bottom-\[-20px\]{
  bottom: -20px;
}.bottom-\[-25px\]{
  bottom: -25px;
}.bottom-\[-32px\]{
  bottom: -32px;
}.bottom-\[-5\%\]{
  bottom: -5%;
}.bottom-\[-8\%\]{
  bottom: -8%;
}.left-0{
  left: 0px;
}.left-1\/2{
  left: 50%;
}.left-2{
  left: 0.5rem;
}.left-\[-16px\]{
  left: -16px;
}.left-\[-48px\]{
  left: -48px;
}.left-\[0\%\]{
  left: 0%;
}.left-\[1\%\]{
  left: 1%;
}.left-\[100\%\]{
  left: 100%;
}.left-\[3\%\]{
  left: 3%;
}.left-\[50\%\]{
  left: 50%;
}.right-0{
  right: 0px;
}.right-2{
  right: 0.5rem;
}.right-3{
  right: 0.75rem;
}.right-\[-16px\]{
  right: -16px;
}.right-\[-48px\]{
  right: -48px;
}.right-\[0\%\]{
  right: 0%;
}.right-\[1\%\]{
  right: 1%;
}.right-\[3\%\]{
  right: 3%;
}.top-0{
  top: 0px;
}.top-1\/2{
  top: 50%;
}.top-2{
  top: 0.5rem;
}.top-3{
  top: 0.75rem;
}.top-\[-16px\]{
  top: -16px;
}.top-\[12\%\]{
  top: 12%;
}.top-\[3\%\]{
  top: 3%;
}.top-\[41px\]{
  top: 41px;
}.top-\[50\%\]{
  top: 50%;
}.top-full{
  top: 100%;
}.z-0{
  z-index: 0;
}.z-10{
  z-index: 10;
}.z-20{
  z-index: 20;
}.z-30{
  z-index: 30;
}.z-40{
  z-index: 40;
}.z-50{
  z-index: 50;
}.z-\[10000\]{
  z-index: 10000;
}.z-\[10001\]{
  z-index: 10001;
}.z-\[100\]{
  z-index: 100;
}.z-\[19999999\]{
  z-index: 19999999;
}.z-\[200\]{
  z-index: 200;
}.z-\[3\]{
  z-index: 3;
}.z-\[70\]{
  z-index: 70;
}.z-\[90\]{
  z-index: 90;
}.z-\[999999\]{
  z-index: 999999;
}.order-1{
  order: 1;
}.order-2{
  order: 2;
}.col-span-1{
  grid-column: span 1 / span 1;
}.col-span-12{
  grid-column: span 12 / span 12;
}.col-span-2{
  grid-column: span 2 / span 2;
}.col-span-3{
  grid-column: span 3 / span 3;
}.col-span-4{
  grid-column: span 4 / span 4;
}.col-span-5{
  grid-column: span 5 / span 5;
}.col-span-6{
  grid-column: span 6 / span 6;
}.col-span-8{
  grid-column: span 8 / span 8;
}.m-0{
  margin: 0px;
}.\!my-\[8px\]{
  margin-top: 8px !important;
  margin-bottom: 8px !important;
}.-mx-1{
  margin-left: -0.25rem;
  margin-right: -0.25rem;
}.-mx-1\.5{
  margin-left: -0.375rem;
  margin-right: -0.375rem;
}.-my-1{
  margin-top: -0.25rem;
  margin-bottom: -0.25rem;
}.-my-1\.5{
  margin-top: -0.375rem;
  margin-bottom: -0.375rem;
}.mx-1{
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}.mx-auto{
  margin-left: auto;
  margin-right: auto;
}.my-0{
  margin-top: 0px;
  margin-bottom: 0px;
}.\!ml-auto{
  margin-left: auto !important;
}.\!mr-auto{
  margin-right: auto !important;
}.\!mt-1{
  margin-top: 0.25rem !important;
}.mb-0{
  margin-bottom: 0px;
}.mb-1{
  margin-bottom: 0.25rem;
}.mb-10{
  margin-bottom: 2.5rem;
}.mb-12{
  margin-bottom: 3rem;
}.mb-2{
  margin-bottom: 0.5rem;
}.mb-3{
  margin-bottom: 0.75rem;
}.mb-4{
  margin-bottom: 1rem;
}.mb-5{
  margin-bottom: 1.25rem;
}.mb-6{
  margin-bottom: 1.5rem;
}.mb-7{
  margin-bottom: 1.75rem;
}.mb-8{
  margin-bottom: 2rem;
}.mb-\[10px\]{
  margin-bottom: 10px;
}.mb-\[24px\]{
  margin-bottom: 24px;
}.mb-\[32px\]{
  margin-bottom: 32px;
}.mb-\[48px\]{
  margin-bottom: 48px;
}.mb-\[5px\]{
  margin-bottom: 5px;
}.ml-1{
  margin-left: 0.25rem;
}.ml-2{
  margin-left: 0.5rem;
}.ml-3{
  margin-left: 0.75rem;
}.ml-8{
  margin-left: 2rem;
}.ml-\[-6px\]{
  margin-left: -6px;
}.ml-auto{
  margin-left: auto;
}.mr-1{
  margin-right: 0.25rem;
}.mr-\[1\.875rem\]{
  margin-right: 1.875rem;
}.mt-0{
  margin-top: 0px;
}.mt-0\.5{
  margin-top: 0.125rem;
}.mt-1{
  margin-top: 0.25rem;
}.mt-2{
  margin-top: 0.5rem;
}.mt-3{
  margin-top: 0.75rem;
}.mt-4{
  margin-top: 1rem;
}.mt-5{
  margin-top: 1.25rem;
}.mt-6{
  margin-top: 1.5rem;
}.mt-7{
  margin-top: 1.75rem;
}.mt-8{
  margin-top: 2rem;
}.mt-\[-100svh\]{
  margin-top: -100svh;
}.mt-\[-20svh\]{
  margin-top: -20svh;
}.mt-\[-48px\]{
  margin-top: -48px;
}.mt-\[100px\]{
  margin-top: 100px;
}.mt-\[10px\]{
  margin-top: 10px;
}.mt-\[24px\]{
  margin-top: 24px;
}.mt-\[32px\]{
  margin-top: 32px;
}.mt-\[40px\]{
  margin-top: 40px;
}.mt-\[70px\]{
  margin-top: 70px;
}.mt-auto{
  margin-top: auto;
}.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 !important;
}.hidden{
  display: none;
}.aspect-\[9\/16\]{
  aspect-ratio: 9/16;
}.\!h-\[48px\]{
  height: 48px !important;
}.h-0{
  height: 0px;
}.h-10{
  height: 2.5rem;
}.h-2{
  height: 0.5rem;
}.h-4{
  height: 1rem;
}.h-5{
  height: 1.25rem;
}.h-6{
  height: 1.5rem;
}.h-7{
  height: 1.75rem;
}.h-8{
  height: 2rem;
}.h-9{
  height: 2.25rem;
}.h-\[100svh\]{
  height: 100svh;
}.h-\[100vh\]{
  height: 100vh;
}.h-\[120\%\]{
  height: 120%;
}.h-\[150svh\]{
  height: 150svh;
}.h-\[159px\]{
  height: 159px;
}.h-\[16px\]{
  height: 16px;
}.h-\[18px\]{
  height: 18px;
}.h-\[1px\]{
  height: 1px;
}.h-\[200\%\]{
  height: 200%;
}.h-\[230px\]{
  height: 230px;
}.h-\[3\.4rem\]{
  height: 3.4rem;
}.h-\[300px\]{
  height: 300px;
}.h-\[32px\]{
  height: 32px;
}.h-\[375px\]{
  height: 375px;
}.h-\[400px\]{
  height: 400px;
}.h-\[40px\]{
  height: 40px;
}.h-\[420px\]{
  height: 420px;
}.h-\[48px\]{
  height: 48px;
}.h-\[500px\]{
  height: 500px;
}.h-\[50px\]{
  height: 50px;
}.h-\[58px\]{
  height: 58px;
}.h-\[65px\]{
  height: 65px;
}.h-\[70px\]{
  height: 70px;
}.h-\[728px\]{
  height: 728px;
}.h-\[75\%\]{
  height: 75%;
}.h-\[75px\]{
  height: 75px;
}.h-\[75svh\]{
  height: 75svh;
}.h-\[964px\]{
  height: 964px;
}.h-\[calc\(100vh-111px\)\]{
  height: calc(100vh - 111px);
}.h-auto{
  height: auto;
}.h-fit{
  height: -moz-fit-content;
  height: fit-content;
}.h-full{
  height: 100%;
}.h-screen{
  height: 100vh;
}.max-h-\[172px\]{
  max-height: 172px;
}.max-h-\[22px\]{
  max-height: 22px;
}.max-h-\[24px\]{
  max-height: 24px;
}.max-h-\[375px\]{
  max-height: 375px;
}.max-h-\[90svh\]{
  max-height: 90svh;
}.max-h-\[calc\(100vh-6\.25rem\)\]{
  max-height: calc(100vh - 6.25rem);
}.max-h-\[clamp\(88px\2c 18vh\2c 172px\)\]{
  max-height: max(88px, min(18vh, 172px));
}.min-h-\[100vh\]{
  min-height: 100vh;
}.min-h-\[600px\]{
  min-height: 600px;
}.min-h-\[650px\]{
  min-height: 650px;
}.min-h-\[80px\]{
  min-height: 80px;
}.min-h-\[95vh\]{
  min-height: 95vh;
}.\!w-\[16px\]{
  width: 16px !important;
}.\!w-\[48px\]{
  width: 48px !important;
}.w-0{
  width: 0px;
}.w-10{
  width: 2.5rem;
}.w-2{
  width: 0.5rem;
}.w-4{
  width: 1rem;
}.w-5{
  width: 1.25rem;
}.w-6{
  width: 1.5rem;
}.w-7{
  width: 1.75rem;
}.w-8{
  width: 2rem;
}.w-9{
  width: 2.25rem;
}.w-\[100\%\]{
  width: 100%;
}.w-\[100px\]{
  width: 100px;
}.w-\[100svw\]{
  width: 100svw;
}.w-\[100vw\]{
  width: 100vw;
}.w-\[120px\]{
  width: 120px;
}.w-\[12px\]{
  width: 12px;
}.w-\[16px\]{
  width: 16px;
}.w-\[18px\]{
  width: 18px;
}.w-\[200px\]{
  width: 200px;
}.w-\[20px\]{
  width: 20px;
}.w-\[22px\]{
  width: 22px;
}.w-\[24px\]{
  width: 24px;
}.w-\[2px\]{
  width: 2px;
}.w-\[3\.4rem\]{
  width: 3.4rem;
}.w-\[32px\]{
  width: 32px;
}.w-\[32rem\]{
  width: 32rem;
}.w-\[400px\]{
  width: 400px;
}.w-\[45\%\]{
  width: 45%;
}.w-\[50\%\]{
  width: 50%;
}.w-\[50px\]{
  width: 50px;
}.w-\[50vw\]{
  width: 50vw;
}.w-\[58px\]{
  width: 58px;
}.w-\[60px\]{
  width: 60px;
}.w-\[64px\]{
  width: 64px;
}.w-\[75\%\]{
  width: 75%;
}.w-\[80px\]{
  width: 80px;
}.w-\[90\%\]{
  width: 90%;
}.w-\[calc\(90vw-5rem\)\]{
  width: calc(90vw - 5rem);
}.w-\[calc\(92vw-5rem\)\]{
  width: calc(92vw - 5rem);
}.w-auto{
  width: auto;
}.w-fit{
  width: -moz-fit-content;
  width: fit-content;
}.w-full{
  width: 100%;
}.w-screen{
  width: 100vw;
}.min-w-0{
  min-width: 0px;
}.max-w-2xl{
  max-width: 42rem;
}.max-w-3xl{
  max-width: 48rem;
}.max-w-\[1720px\]{
  max-width: 1720px;
}.max-w-\[180px\]{
  max-width: 180px;
}.max-w-\[300px\]{
  max-width: 300px;
}.max-w-\[340px\]{
  max-width: 340px;
}.max-w-\[370px\]{
  max-width: 370px;
}.max-w-\[380px\]{
  max-width: 380px;
}.max-w-\[44rem\]{
  max-width: 44rem;
}.max-w-\[488px\]{
  max-width: 488px;
}.max-w-\[48px\]{
  max-width: 48px;
}.max-w-\[600px\]{
  max-width: 600px;
}.max-w-\[768px\]{
  max-width: 768px;
}.max-w-\[900px\]{
  max-width: 900px;
}.max-w-\[calc\(100vw-32px\)\]{
  max-width: calc(100vw - 32px);
}.max-w-full{
  max-width: 100%;
}.max-w-max{
  max-width: -moz-max-content;
  max-width: max-content;
}.max-w-sm{
  max-width: 24rem;
}.flex-1{
  flex: 1 1 0%;
}.flex-shrink-0{
  flex-shrink: 0;
}.shrink-0{
  flex-shrink: 0;
}.flex-grow{
  flex-grow: 1;
}.grow{
  flex-grow: 1;
}.origin-center{
  transform-origin: center;
}.origin-right{
  transform-origin: right;
}.-translate-x-1\/2{
  --tw-translate-x: -50%;
  transform: translate(-50%, var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}.-translate-y-1\/2{
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), -50%) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}.translate-x-\[-50\%\]{
  --tw-translate-x: -50%;
  transform: translate(-50%, var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}.translate-y-\[-32px\]{
  --tw-translate-y: -32px;
  transform: translate(var(--tw-translate-x), -32px) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}.translate-y-\[-50\%\]{
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), -50%) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}.translate-y-\[100px\]{
  --tw-translate-y: 100px;
  transform: translate(var(--tw-translate-x), 100px) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}.translate-y-\[128px\]{
  --tw-translate-y: 128px;
  transform: translate(var(--tw-translate-x), 128px) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}.translate-y-\[64px\]{
  --tw-translate-y: 64px;
  transform: translate(var(--tw-translate-x), 64px) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}.translate-y-\[8px\]{
  --tw-translate-y: 8px;
  transform: translate(var(--tw-translate-x), 8px) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}.translate-y-\[92px\]{
  --tw-translate-y: 92px;
  transform: translate(var(--tw-translate-x), 92px) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}.rotate-90{
  --tw-rotate: 90deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(90deg) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}.rotate-\[0deg\]{
  --tw-rotate: 0deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(0deg) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}.transform{
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}@keyframes pulse{50%{
    opacity: .5;
  }
}.animate-pulse{
  animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}.cursor-default{
  cursor: default;
}.cursor-none{
  cursor: none;
}.cursor-pointer{
  cursor: pointer;
}.cursor-text{
  cursor: text;
}.list-none{
  list-style-type: none;
}.columns-2{
  -moz-columns: 2;
       columns: 2;
}.columns-3{
  -moz-columns: 3;
       columns: 3;
}.break-inside-avoid{
  page-break-inside: avoid;
  -moz-column-break-inside: avoid;
       break-inside: avoid;
}.grid-cols-1{
  grid-template-columns: repeat(1, minmax(0, 1fr));
}.grid-cols-12{
  grid-template-columns: repeat(12, minmax(0, 1fr));
}.grid-cols-2{
  grid-template-columns: repeat(2, minmax(0, 1fr));
}.grid-cols-3{
  grid-template-columns: repeat(3, minmax(0, 1fr));
}.grid-cols-4{
  grid-template-columns: repeat(4, minmax(0, 1fr));
}.flex-col{
  flex-direction: column;
}.flex-wrap{
  flex-wrap: wrap;
}.items-start{
  align-items: flex-start;
}.items-end{
  align-items: flex-end;
}.items-center{
  align-items: center;
}.justify-start{
  justify-content: flex-start;
}.justify-end{
  justify-content: flex-end;
}.justify-center{
  justify-content: center;
}.justify-between{
  justify-content: space-between;
}.gap-0{
  gap: 0px;
}.gap-1{
  gap: 0.25rem;
}.gap-10{
  gap: 2.5rem;
}.gap-12{
  gap: 3rem;
}.gap-16{
  gap: 4rem;
}.gap-2{
  gap: 0.5rem;
}.gap-3{
  gap: 0.75rem;
}.gap-4{
  gap: 1rem;
}.gap-6{
  gap: 1.5rem;
}.gap-8{
  gap: 2rem;
}.gap-\[\.3rem\]{
  gap: .3rem;
}.gap-\[12px\]{
  gap: 12px;
}.gap-\[24px\]{
  gap: 24px;
}.gap-\[32px\]{
  gap: 32px;
}.gap-\[48px\]{
  gap: 48px;
}.gap-\[70px\]{
  gap: 70px;
}.gap-\[8px\]{
  gap: 8px;
}.gap-\[clamp\(16px\2c 1vw\2c 40px\)\]{
  gap: max(16px, min(1vw, 40px));
}.gap-\[clamp\(16px\2c 2vw\2c 40px\)\]{
  gap: max(16px, min(2vw, 40px));
}.gap-x-0{
  -moz-column-gap: 0px;
       column-gap: 0px;
}.gap-x-1{
  -moz-column-gap: 0.25rem;
       column-gap: 0.25rem;
}.gap-x-2{
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
}.gap-x-3{
  -moz-column-gap: 0.75rem;
       column-gap: 0.75rem;
}.gap-x-4{
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}.gap-x-8{
  -moz-column-gap: 2rem;
       column-gap: 2rem;
}.gap-x-\[64px\]{
  -moz-column-gap: 64px;
       column-gap: 64px;
}.gap-x-\[70px\]{
  -moz-column-gap: 70px;
       column-gap: 70px;
}.gap-x-\[clamp\(22px\2c 3vw\2c 64px\)\]{
  -moz-column-gap: max(22px, min(3vw, 64px));
       column-gap: max(22px, min(3vw, 64px));
}.gap-y-12{
  row-gap: 3rem;
}.gap-y-2{
  row-gap: 0.5rem;
}.gap-y-3{
  row-gap: 0.75rem;
}.gap-y-4{
  row-gap: 1rem;
}.gap-y-\[16px\]{
  row-gap: 16px;
}.gap-y-\[32px\]{
  row-gap: 32px;
}.space-y-0 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0px * (1 - 0));
  margin-top: calc(0px * (1 - var(--tw-space-y-reverse)));
  margin-top: calc(0px * calc(1 - 0));
  margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0px * 0);
  margin-bottom: calc(0px * var(--tw-space-y-reverse));
}.space-y-2 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0.5rem * (1 - 0));
  margin-top: calc(0.5rem * (1 - var(--tw-space-y-reverse)));
  margin-top: calc(0.5rem * calc(1 - 0));
  margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.5rem * 0);
  margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}.self-center{
  align-self: center;
}.overflow-auto{
  overflow: auto;
}.overflow-hidden{
  overflow: hidden;
}.overflow-clip{
  overflow: clip;
}.\!overflow-visible{
  overflow: visible !important;
}.overflow-visible{
  overflow: visible;
}.overflow-y-auto{
  overflow-y: auto;
}.overflow-x-hidden{
  overflow-x: hidden;
}.overflow-y-scroll{
  overflow-y: scroll;
}.overflow-ellipsis{
  text-overflow: ellipsis;
}.text-ellipsis{
  text-overflow: ellipsis;
}.whitespace-nowrap{
  white-space: nowrap;
}.rounded{
  border-radius: 0.25rem;
}.rounded-\[10px\]{
  border-radius: 10px;
}.rounded-\[12px\]{
  border-radius: 12px;
}.rounded-\[4px\]{
  border-radius: 4px;
}.rounded-\[50\%\]{
  border-radius: 50%;
}.rounded-\[50px\]{
  border-radius: 50px;
}.rounded-\[6\.25rem\]{
  border-radius: 6.25rem;
}.rounded-\[6px\]{
  border-radius: 6px;
}.rounded-\[8px\]{
  border-radius: 8px;
}.rounded-full{
  border-radius: 9999px;
}.rounded-lg{
  border-radius: 0.5rem;
}.rounded-xl{
  border-radius: 0.75rem;
}.border{
  border-width: 1px;
}.border-0{
  border-width: 0px;
}.border-\[1px\]{
  border-width: 1px;
}.border-b{
  border-bottom-width: 1px;
}.border-b-\[1px\]{
  border-bottom-width: 1px;
}.border-l{
  border-left-width: 1px;
}.border-r-\[1px\]{
  border-right-width: 1px;
}.border-t{
  border-top-width: 1px;
}.border-t-\[1px\]{
  border-top-width: 1px;
}.border-solid{
  border-style: solid;
}.border-\[\#0e3b5a\]{
  --tw-border-opacity: 1;
  border-color: rgba(14, 59, 90, 1);
  border-color: rgb(14 59 90 / var(--tw-border-opacity));
}.border-\[\#1a5a7f\]\/30{
  border-color: rgba(26, 90, 127, 0.3);
}.border-\[\#C0C0C0\]\/90{
  border-color: rgba(192, 192, 192, 0.9);
}.border-\[\#FFD700\]\/90{
  border-color: rgba(255, 215, 0, 0.9);
}.border-\[\#a8c5e0\]\/90{
  border-color: rgba(168, 197, 224, 0.9);
}.border-\[\#ffffff40\]{
  border-color: rgba(255,255,255,0.25098);
}.border-gray-100{
  --tw-border-opacity: 1;
  border-color: rgba(243, 244, 246, 1);
  border-color: rgb(243 244 246 / var(--tw-border-opacity));
}.border-gray-300{
  --tw-border-opacity: 1;
  border-color: rgba(209, 213, 219, 1);
  border-color: rgb(209 213 219 / var(--tw-border-opacity));
}.\!bg-\[\#fff\]{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(255, 255, 255, 1) !important;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity)) !important;
}.bg-\[\#0a1525\]{
  --tw-bg-opacity: 1;
  background-color: rgba(10, 21, 37, 1);
  background-color: rgb(10 21 37 / var(--tw-bg-opacity));
}.bg-\[\#0b2f48\]\/90{
  background-color: rgba(11, 47, 72, 0.9);
}.bg-\[\#0e3b5a\]{
  --tw-bg-opacity: 1;
  background-color: rgba(14, 59, 90, 1);
  background-color: rgb(14 59 90 / var(--tw-bg-opacity));
}.bg-\[\#0e3b5a\]\/75{
  background-color: rgba(14, 59, 90, 0.75);
}.bg-\[\#0e3b5a\]\/90{
  background-color: rgba(14, 59, 90, 0.9);
}.bg-\[\#132338\]\/90{
  background-color: rgba(19, 35, 56, 0.9);
}.bg-\[\#2C3E50\]\/60{
  background-color: rgba(44, 62, 80, 0.6);
}.bg-\[\#2d2f331a\]{
  background-color: rgba(45,47,51,0.10196);
}.bg-\[\#73b8e9\]\/10{
  background-color: rgba(115, 184, 233, 0.1);
}.bg-\[\#87CEEB\]{
  --tw-bg-opacity: 1;
  background-color: rgba(135, 206, 235, 1);
  background-color: rgb(135 206 235 / var(--tw-bg-opacity));
}.bg-\[\#C0C0C0\]{
  --tw-bg-opacity: 1;
  background-color: rgba(192, 192, 192, 1);
  background-color: rgb(192 192 192 / var(--tw-bg-opacity));
}.bg-\[\#FFD700\]{
  --tw-bg-opacity: 1;
  background-color: rgba(255, 215, 0, 1);
  background-color: rgb(255 215 0 / var(--tw-bg-opacity));
}.bg-\[\#d1d5db\]{
  --tw-bg-opacity: 1;
  background-color: rgba(209, 213, 219, 1);
  background-color: rgb(209 213 219 / var(--tw-bg-opacity));
}.bg-\[\#e5e7eb\]{
  --tw-bg-opacity: 1;
  background-color: rgba(229, 231, 235, 1);
  background-color: rgb(229 231 235 / var(--tw-bg-opacity));
}.bg-\[\#f6fafe\]{
  --tw-bg-opacity: 1;
  background-color: rgba(246, 250, 254, 1);
  background-color: rgb(246 250 254 / var(--tw-bg-opacity));
}.bg-\[\#fff\]{
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, 1);
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}.bg-black{
  --tw-bg-opacity: 1;
  background-color: rgba(0, 0, 0, 1);
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}.bg-black\/10{
  background-color: rgba(0, 0, 0, 0.1);
}.bg-black\/70{
  background-color: rgba(0, 0, 0, 0.7);
}.bg-gray-100{
  --tw-bg-opacity: 1;
  background-color: rgba(243, 244, 246, 1);
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}.bg-gray-200{
  --tw-bg-opacity: 1;
  background-color: rgba(229, 231, 235, 1);
  background-color: rgb(229 231 235 / var(--tw-bg-opacity));
}.bg-gray-50{
  --tw-bg-opacity: 1;
  background-color: rgba(249, 250, 251, 1);
  background-color: rgb(249 250 251 / var(--tw-bg-opacity));
}.bg-gray-900{
  --tw-bg-opacity: 1;
  background-color: rgba(17, 24, 39, 1);
  background-color: rgb(17 24 39 / var(--tw-bg-opacity));
}.bg-secondary{
  --tw-bg-opacity: 1;
  background-color: rgba(253, 197, 0, 1);
  background-color: rgb(253 197 0 / var(--tw-bg-opacity));
}.bg-slate-100{
  --tw-bg-opacity: 1;
  background-color: rgba(241, 245, 249, 1);
  background-color: rgb(241 245 249 / var(--tw-bg-opacity));
}.bg-slate-200{
  --tw-bg-opacity: 1;
  background-color: rgba(226, 232, 240, 1);
  background-color: rgb(226 232 240 / var(--tw-bg-opacity));
}.bg-slate-900{
  --tw-bg-opacity: 1;
  background-color: rgba(15, 23, 42, 1);
  background-color: rgb(15 23 42 / var(--tw-bg-opacity));
}.bg-transparent{
  background-color: transparent;
}.bg-white{
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, 1);
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}.bg-white\/20{
  background-color: rgba(255, 255, 255, 0.2);
}.bg-white\/25{
  background-color: rgba(255, 255, 255, 0.25);
}.bg-white\/50{
  background-color: rgba(255, 255, 255, 0.5);
}.bg-opacity-50{
  --tw-bg-opacity: 0.5;
}.bg-gradient-to-b{
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
}.bg-gradient-to-br{
  background-image: linear-gradient(to bottom right, var(--tw-gradient-stops));
}.bg-gradient-to-r{
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
}.bg-gradient-to-t{
  background-image: linear-gradient(to top, var(--tw-gradient-stops));
}.from-\[\#0e3b5a\]{
  --tw-gradient-from: #0e3b5a;
  --tw-gradient-to: rgba(14, 59, 90, 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}.from-\[\#0e3b5a\]\/10{
  --tw-gradient-from: rgba(14, 59, 90, 0.1);
  --tw-gradient-to: rgba(14, 59, 90, 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}.from-\[\#0e3b5a\]\/90{
  --tw-gradient-from: rgba(14, 59, 90, 0.9);
  --tw-gradient-to: rgba(14, 59, 90, 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}.from-\[\#2C3E50\]\/95{
  --tw-gradient-from: rgba(44, 62, 80, 0.95);
  --tw-gradient-to: rgba(44, 62, 80, 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}.from-gray-50{
  --tw-gradient-from: #f9fafb;
  --tw-gradient-to: rgba(249, 250, 251, 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}.via-\[\#0e3b5a\]\/60{
  --tw-gradient-to: rgba(14, 59, 90, 0);
  --tw-gradient-stops: var(--tw-gradient-from), rgba(14, 59, 90, 0.6), var(--tw-gradient-to);
}.via-transparent{
  --tw-gradient-to: rgba(0, 0, 0, 0);
  --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to);
}.to-\[\#0e3b5a\]\/10{
  --tw-gradient-to: rgba(14, 59, 90, 0.1);
}.to-\[\#1a5a7f\]{
  --tw-gradient-to: #1a5a7f;
}.to-transparent{
  --tw-gradient-to: transparent;
}.to-white{
  --tw-gradient-to: #fff;
}.bg-cover{
  background-size: cover;
}.bg-center{
  background-position: center;
}.bg-no-repeat{
  background-repeat: no-repeat;
}.fill-\[\#0e3b5a\]{
  fill: #0e3b5a;
}.object-contain{
  -o-object-fit: contain;
     object-fit: contain;
}.\!object-cover{
  -o-object-fit: cover !important;
     object-fit: cover !important;
}.object-cover{
  -o-object-fit: cover;
     object-fit: cover;
}.object-center{
  -o-object-position: center;
     object-position: center;
}.p-0{
  padding: 0px;
}.p-1{
  padding: 0.25rem;
}.p-1\.5{
  padding: 0.375rem;
}.p-2{
  padding: 0.5rem;
}.p-3{
  padding: 0.75rem;
}.p-4{
  padding: 1rem;
}.p-5{
  padding: 1.25rem;
}.p-6{
  padding: 1.5rem;
}.p-8{
  padding: 2rem;
}.p-\[15px\]{
  padding: 15px;
}.p-\[24px\]{
  padding: 24px;
}.p-\[clamp\(16px\2c 2vh\2c 32px\)\]{
  padding: max(16px, min(2vh, 32px));
}.\!py-\[7\.75px\]{
  padding-top: 7.75px !important;
  padding-bottom: 7.75px !important;
}.px-0{
  padding-left: 0px;
  padding-right: 0px;
}.px-2{
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}.px-3{
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}.px-4{
  padding-left: 1rem;
  padding-right: 1rem;
}.px-5{
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}.px-6{
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}.px-\[1\.5rem\]{
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}.px-\[10px\]{
  padding-left: 10px;
  padding-right: 10px;
}.px-\[120px\]{
  padding-left: 120px;
  padding-right: 120px;
}.px-\[12px\]{
  padding-left: 12px;
  padding-right: 12px;
}.px-\[15px\]{
  padding-left: 15px;
  padding-right: 15px;
}.px-\[24px\]{
  padding-left: 24px;
  padding-right: 24px;
}.px-\[40px\]{
  padding-left: 40px;
  padding-right: 40px;
}.px-\[48px\]{
  padding-left: 48px;
  padding-right: 48px;
}.py-0{
  padding-top: 0px;
  padding-bottom: 0px;
}.py-1{
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}.py-1\.5{
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}.py-10{
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}.py-2{
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}.py-2\.5{
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}.py-3{
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}.py-4{
  padding-top: 1rem;
  padding-bottom: 1rem;
}.py-6{
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}.py-8{
  padding-top: 2rem;
  padding-bottom: 2rem;
}.py-\[10px\]{
  padding-top: 10px;
  padding-bottom: 10px;
}.py-\[24px\]{
  padding-top: 24px;
  padding-bottom: 24px;
}.py-\[40px\]{
  padding-top: 40px;
  padding-bottom: 40px;
}.py-\[7px\]{
  padding-top: 7px;
  padding-bottom: 7px;
}.py-\[80px\]{
  padding-top: 80px;
  padding-bottom: 80px;
}.py-\[clamp\(6px\2c 1vh\2c 10px\)\]{
  padding-top: max(6px, min(1vh, 10px));
  padding-bottom: max(6px, min(1vh, 10px));
}.\!pl-0{
  padding-left: 0px !important;
}.pb-0{
  padding-bottom: 0px;
}.pb-2{
  padding-bottom: 0.5rem;
}.pb-3{
  padding-bottom: 0.75rem;
}.pb-\[16px\]{
  padding-bottom: 16px;
}.pb-\[18px\]{
  padding-bottom: 18px;
}.pb-\[80px\]{
  padding-bottom: 80px;
}.pb-\[92px\]{
  padding-bottom: 92px;
}.pl-2{
  padding-left: 0.5rem;
}.pl-5{
  padding-left: 1.25rem;
}.pl-8{
  padding-left: 2rem;
}.pl-\[1\.875rem\]{
  padding-left: 1.875rem;
}.pr-10{
  padding-right: 2.5rem;
}.pr-\[32px\]{
  padding-right: 32px;
}.pt-0{
  padding-top: 0px;
}.pt-2{
  padding-top: 0.5rem;
}.pt-4{
  padding-top: 1rem;
}.pt-5{
  padding-top: 1.25rem;
}.pt-\[26px\]{
  padding-top: 26px;
}.pt-\[48px\]{
  padding-top: 48px;
}.pt-\[64px\]{
  padding-top: 64px;
}.pt-\[80px\]{
  padding-top: 80px;
}.text-left{
  text-align: left;
}.text-center{
  text-align: center;
}.text-start{
  text-align: left;
}.text-2xl{
  font-size: 1.5rem;
  line-height: 2rem;
}.text-6xl{
  font-size: 3.75rem;
  line-height: 1;
}.text-\[0\.9rem\]{
  font-size: 0.9rem;
}.text-\[1\.1rem\]{
  font-size: 1.1rem;
}.text-\[12px\]{
  font-size: 12px;
}.text-\[13px\]{
  font-size: 13px;
}.text-\[14px\]{
  font-size: 14px;
}.text-\[15px\]{
  font-size: 15px;
}.text-\[16px\]{
  font-size: 16px;
}.text-\[18px\]{
  font-size: 18px;
}.text-\[20px\]{
  font-size: 20px;
}.text-\[24px\]{
  font-size: 24px;
}.text-\[2rem\]{
  font-size: 2rem;
}.text-\[39px\]{
  font-size: 39px;
}.text-\[3rem\]{
  font-size: 3rem;
}.text-\[40px\]{
  font-size: 40px;
}.text-\[5\.5em\]{
  font-size: 5.5em;
}.text-\[88px\]{
  font-size: 88px;
}.text-lg{
  font-size: 1.125rem;
  line-height: 1.75rem;
}.text-sm{
  font-size: 0.875rem;
  line-height: 1.25rem;
}.text-xs{
  font-size: 0.75rem;
  line-height: 1rem;
}.font-bold{
  font-weight: 700;
}.font-medium{
  font-weight: 500;
}.font-normal{
  font-weight: 400;
}.font-semibold{
  font-weight: 600;
}.uppercase{
  text-transform: uppercase;
}.leading-\[1\.1\]{
  line-height: 1.1;
}.leading-\[1\.25\]{
  line-height: 1.25;
}.leading-\[1\.35\]{
  line-height: 1.35;
}.leading-\[1\.3\]{
  line-height: 1.3;
}.leading-\[1\.4\]{
  line-height: 1.4;
}.leading-\[16px\]{
  line-height: 16px;
}.leading-\[1\]{
  line-height: 1;
}.leading-none{
  line-height: 1;
}.leading-relaxed{
  line-height: 1.625;
}.leading-tight{
  line-height: 1.25;
}.tracking-\[-\.029em\]{
  letter-spacing: -.029em;
}.tracking-wide{
  letter-spacing: 0.025em;
}.\!text-\[\#0e3b5a\]{
  --tw-text-opacity: 1 !important;
  color: rgba(14, 59, 90, 1) !important;
  color: rgb(14 59 90 / var(--tw-text-opacity)) !important;
}.text-\[\#0009\]{
  color: rgba(0,0,0,0.6);
}.text-\[\#0a1525\]{
  --tw-text-opacity: 1;
  color: rgba(10, 21, 37, 1);
  color: rgb(10 21 37 / var(--tw-text-opacity));
}.text-\[\#0e3b5a\]{
  --tw-text-opacity: 1;
  color: rgba(14, 59, 90, 1);
  color: rgb(14 59 90 / var(--tw-text-opacity));
}.text-\[\#272727\]{
  --tw-text-opacity: 1;
  color: rgba(39, 39, 39, 1);
  color: rgb(39 39 39 / var(--tw-text-opacity));
}.text-\[\#46a1e2\]{
  --tw-text-opacity: 1;
  color: rgba(70, 161, 226, 1);
  color: rgb(70 161 226 / var(--tw-text-opacity));
}.text-\[\#707070\]{
  --tw-text-opacity: 1;
  color: rgba(112, 112, 112, 1);
  color: rgb(112 112 112 / var(--tw-text-opacity));
}.text-\[\#73b8e9\]{
  --tw-text-opacity: 1;
  color: rgba(115, 184, 233, 1);
  color: rgb(115 184 233 / var(--tw-text-opacity));
}.text-\[\#fff\]{
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, 1);
  color: rgb(255 255 255 / var(--tw-text-opacity));
}.text-black{
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, 1);
  color: rgb(0 0 0 / var(--tw-text-opacity));
}.text-gray-200{
  --tw-text-opacity: 1;
  color: rgba(229, 231, 235, 1);
  color: rgb(229 231 235 / var(--tw-text-opacity));
}.text-gray-300{
  --tw-text-opacity: 1;
  color: rgba(209, 213, 219, 1);
  color: rgb(209 213 219 / var(--tw-text-opacity));
}.text-gray-400{
  --tw-text-opacity: 1;
  color: rgba(156, 163, 175, 1);
  color: rgb(156 163 175 / var(--tw-text-opacity));
}.text-gray-500{
  --tw-text-opacity: 1;
  color: rgba(107, 114, 128, 1);
  color: rgb(107 114 128 / var(--tw-text-opacity));
}.text-gray-600{
  --tw-text-opacity: 1;
  color: rgba(75, 85, 99, 1);
  color: rgb(75 85 99 / var(--tw-text-opacity));
}.text-gray-700{
  --tw-text-opacity: 1;
  color: rgba(55, 65, 81, 1);
  color: rgb(55 65 81 / var(--tw-text-opacity));
}.text-gray-800{
  --tw-text-opacity: 1;
  color: rgba(31, 41, 55, 1);
  color: rgb(31 41 55 / var(--tw-text-opacity));
}.text-red-500{
  --tw-text-opacity: 1;
  color: rgba(239, 68, 68, 1);
  color: rgb(239 68 68 / var(--tw-text-opacity));
}.text-slate-600{
  --tw-text-opacity: 1;
  color: rgba(71, 85, 105, 1);
  color: rgb(71 85 105 / var(--tw-text-opacity));
}.text-slate-900{
  --tw-text-opacity: 1;
  color: rgba(15, 23, 42, 1);
  color: rgb(15 23 42 / var(--tw-text-opacity));
}.text-white{
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, 1);
  color: rgb(255 255 255 / var(--tw-text-opacity));
}.text-white\/80{
  color: rgba(255, 255, 255, 0.8);
}.underline{
  text-decoration-line: underline;
}.opacity-0{
  opacity: 0;
}.opacity-100{
  opacity: 1;
}.opacity-40{
  opacity: 0.4;
}.opacity-90{
  opacity: 0.9;
}.opacity-\[\.15\]{
  opacity: .15;
}.opacity-\[0\.35\]{
  opacity: 0.35;
}.opacity-\[20\%\]{
  opacity: 0.2;
}.opacity-\[5\%\]{
  opacity: 0.05;
}.shadow{
  --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px -1px rgba(0, 0, 0, 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px -1px rgba(0, 0, 0, 0.1);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}.shadow-2xl{
  --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  --tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);
  box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}.shadow-\[0_0_10px_rgba\(255\2c 215\2c 0\2c 0\.6\)\]{
  --tw-shadow: 0 0 10px rgba(255,215,0,0.6);
  --tw-shadow-colored: 0 0 10px var(--tw-shadow-color);
  box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), 0 0 10px rgba(255,215,0,0.6);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}.shadow-\[0_0_12px_rgba\(135\2c 206\2c 235\2c 0\.7\)\]{
  --tw-shadow: 0 0 12px rgba(135,206,235,0.7);
  --tw-shadow-colored: 0 0 12px var(--tw-shadow-color);
  box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), 0 0 12px rgba(135,206,235,0.7);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}.shadow-\[0_0_8px_rgba\(192\2c 192\2c 192\2c 0\.5\)\]{
  --tw-shadow: 0 0 8px rgba(192,192,192,0.5);
  --tw-shadow-colored: 0 0 8px var(--tw-shadow-color);
  box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), 0 0 8px rgba(192,192,192,0.5);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}.shadow-lg{
  --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}.shadow-md{
  --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}.shadow-sm{
  --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}.shadow-xl{
  --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 8px 10px -6px rgba(0, 0, 0, 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 8px 10px -6px rgba(0, 0, 0, 0.1);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}.outline-none{
  outline: 2px solid transparent;
  outline-offset: 2px;
}.outline{
  outline-style: solid;
}.ring-1{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color), var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color), 0 0 rgba(0,0,0,0);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}.ring-inset{
  --tw-ring-inset: inset;
}.ring-gray-300{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(209, 213, 219, var(--tw-ring-opacity));
}.ring-gray-400\/10{
  --tw-ring-color: rgba(156, 163, 175, 0.1);
}.ring-gray-400\/50{
  --tw-ring-color: rgba(156, 163, 175, 0.5);
}.ring-gray-900\/10{
  --tw-ring-color: rgba(17, 24, 39, 0.1);
}.ring-gray-900\/5{
  --tw-ring-color: rgba(17, 24, 39, 0.05);
}.blur{
  --tw-blur: blur(8px);
  filter: blur(8px) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}.blur-\[2\.5px\]{
  --tw-blur: blur(2.5px);
  filter: blur(2.5px) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}.blur-\[20px\]{
  --tw-blur: blur(20px);
  filter: blur(20px) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}.drop-shadow-2xl{
  --tw-drop-shadow: drop-shadow(0 25px 25px rgba(0, 0, 0, 0.15));
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) drop-shadow(0 25px 25px rgba(0, 0, 0, 0.15));
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}.grayscale{
  --tw-grayscale: grayscale(100%);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) grayscale(100%) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}.filter{
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}.backdrop-blur-lg{
  --tw-backdrop-blur: blur(16px);
  -webkit-backdrop-filter: blur(16px) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
          backdrop-filter: blur(16px) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
          backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}.backdrop-blur-sm{
  --tw-backdrop-blur: blur(4px);
  -webkit-backdrop-filter: blur(4px) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
          backdrop-filter: blur(4px) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
          backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}.backdrop-filter{
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
          backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}.transition{
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 288ms;
}.transition-all{
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 288ms;
}.transition-colors{
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 288ms;
}.transition-transform{
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 288ms;
}.duration-200{
  transition-duration: 200ms;
}.duration-300{
  transition-duration: 300ms;
}.duration-400{
  transition-duration: 400ms;
}.duration-500{
  transition-duration: 500ms;
}.duration-700{
  transition-duration: 700ms;
}.ease-in-out{
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}.ease-linear{
  transition-timing-function: linear;
}.ease-out{
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}.will-change-transform{
  will-change: transform;
}.line-clamp-1{
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}.line-clamp-2{
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}.\[backface-visibility\:hidden\]{
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}.\[column-gap\:clamp\(22px\2c 3vw\2c 64px\)\]{
  -moz-column-gap: max(22px, min(3vw, 64px));
       column-gap: max(22px, min(3vw, 64px));
}.\[perpective\:1000px\]{
  perpective: 1000px;
}.\[transform-style\:preserve-3d\]{
  transform-style: preserve-3d;
}/**
 * Swiper 11.0.1
 * 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: October 24, 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}:host{position:relative;display:block;margin-left:auto;margin-right:auto;z-index:1}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1;display:block}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;transition-timing-function:initial;transition-timing-function:var(--swiper-wrapper-transition-timing-function,initial);box-sizing:content-box}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translate3d(0px,0,0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform;display:block}.swiper-slide-invisible-blank{visibility:hidden}.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);-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide{transform-style:preserve-3d}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-css-mode.swiper-horizontal>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-css-mode.swiper-vertical>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-css-mode.swiper-free-mode>.swiper-wrapper{scroll-snap-type:none}.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}.swiper-css-mode.swiper-centered>.swiper-wrapper::before{content:'';flex-shrink:0;order:9999}.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-left:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper::before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-top:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper::before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{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,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(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,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(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,.5),rgba(0,0,0,0))}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid #007aff;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,.swiper:not(.swiper-watch-progress) .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)}}.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-button-next,.swiper-button-prev{position:absolute;top:50%;top:var(--swiper-navigation-top-offset,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:#007aff;color:var(--swiper-navigation-color,var(--swiper-theme-color))}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-next.swiper-button-hidden,.swiper-button-prev.swiper-button-hidden{opacity:0;cursor:auto;pointer-events:none}.swiper-navigation-disabled .swiper-button-next,.swiper-navigation-disabled .swiper-button-prev{display:none!important}.swiper-button-next svg,.swiper-button-prev svg{width:100%;height:100%;-o-object-fit:contain;object-fit:contain;transform-origin:center}.swiper-rtl .swiper-button-next svg,.swiper-rtl .swiper-button-prev svg{transform:rotate(180deg)}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:10px;left:var(--swiper-navigation-sides-offset,10px);right:auto}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:10px;right:var(--swiper-navigation-sides-offset,10px);left:auto}.swiper-button-lock{display:none}.swiper-button-next:after,.swiper-button-prev:after{text-transform:none!important}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:44px;font-size:var(--swiper-navigation-size);letter-spacing:0;font-feature-settings:;font-variant:normal;font-variant:initial;line-height:1}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:'prev'}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:10px;right:var(--swiper-navigation-sides-offset,10px);left:auto}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:'next'}.swiper-pagination{position:absolute;text-align:center;transition:.3s 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}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:8px;bottom:var(--swiper-pagination-bottom,8px);top:auto;top:var(--swiper-pagination-top,auto);left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.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(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.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%;border-radius:var(--swiper-pagination-bullet-border-radius,50%);background:#000;background:var(--swiper-pagination-bullet-inactive-color,#000);opacity:.2;opacity:var(--swiper-pagination-bullet-inactive-opacity, .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:#007aff;background:var(--swiper-pagination-color,var(--swiper-theme-color))}.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{right:8px;right:var(--swiper-pagination-right,8px);left:auto;left:var(--swiper-pagination-left,auto);top:50%;transform:translate3d(0px,-50%,0)}.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:6px 0;margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0;display:block}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s 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:.2s transform,.2s left}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-fraction{color:inherit;color:var(--swiper-pagination-fraction-color,inherit)}.swiper-pagination-progressbar{background:rgba(0,0,0,.25);background:var(--swiper-pagination-progressbar-bg-color,rgba(0,0,0,.25));position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:#007aff;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-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:4px;height:var(--swiper-pagination-progressbar-size,4px);left:0;top:0}.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-vertical>.swiper-pagination-progressbar{width:4px;width:var(--swiper-pagination-progressbar-size,4px);height:100%;left:0;top:0}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:10px;border-radius:var(--swiper-scrollbar-border-radius,10px);position:relative;touch-action:none;background:rgba(0,0,0,.1);background:var(--swiper-scrollbar-bg-color,rgba(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%;left:var(--swiper-scrollbar-sides-offset,1%);bottom:4px;bottom:var(--swiper-scrollbar-bottom,4px);top:auto;top:var(--swiper-scrollbar-top,auto);z-index:50;height:4px;height:var(--swiper-scrollbar-size,4px);width:calc(100% - 2 * 1%);width:calc(100% - 2 * var(--swiper-scrollbar-sides-offset,1%))}.swiper-scrollbar.swiper-scrollbar-vertical,.swiper-vertical>.swiper-scrollbar{position:absolute;left:auto;left:var(--swiper-scrollbar-left,auto);right:4px;right:var(--swiper-scrollbar-right,4px);top:1%;top:var(--swiper-scrollbar-sides-offset,1%);z-index:50;width:4px;width:var(--swiper-scrollbar-size,4px);height:calc(100% - 2 * 1%);height:calc(100% - 2 * var(--swiper-scrollbar-sides-offset,1%))}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:rgba(0,0,0,.5);background:var(--swiper-scrollbar-drag-bg-color,rgba(0,0,0,.5));border-radius:10px;border-radius:var(--swiper-scrollbar-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>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;-o-object-fit:contain;object-fit:contain}.swiper-slide-zoomed{cursor:move;touch-action:none}.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{pointer-events:auto}.swiper-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube{overflow:visible}.swiper-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;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{pointer-events:auto;visibility:visible}.swiper-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0px;width:100%;height:100%;opacity:.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-cube .swiper-slide-next+.swiper-slide{pointer-events:auto;visibility:visible}.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-flip{overflow:visible}.swiper-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;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-flip.swiper-slide-shadow-bottom,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-creative .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden;transition-property:transform,opacity,height}.swiper-cards{overflow:visible}.swiper-cards .swiper-slide{transform-origin:center bottom;-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden}@keyframes plyr-progress{to{background-position:25px 0;background-position:var(--plyr-progress-loading-size,25px) 0}}@keyframes plyr-popup{0%{opacity:.5;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes plyr-fade-in{0%{opacity:0}to{opacity:1}}.plyr{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;align-items:center;direction:ltr;display:flex;flex-direction:column;font-family:inherit;font-family:var(--plyr-font-family,inherit);font-feature-settings:"tnum";font-variant-numeric:tabular-nums;font-weight:400;font-weight:var(--plyr-font-weight-regular,400);line-height:1.7;line-height:var(--plyr-line-height,1.7);max-width:100%;min-width:200px;position:relative;text-shadow:none;transition:box-shadow .3s ease;z-index:0}.plyr audio,.plyr iframe,.plyr video{display:block;height:100%;width:100%}.plyr button{font:inherit;line-height:inherit;width:auto}.plyr:focus{outline:0}.plyr--full-ui{box-sizing:border-box}.plyr--full-ui *,.plyr--full-ui :after,.plyr--full-ui :before{box-sizing:inherit}.plyr--full-ui a,.plyr--full-ui button,.plyr--full-ui input,.plyr--full-ui label{touch-action:manipulation}.plyr__badge{background:#4a5464;background:var(--plyr-badge-background,#4a5464);border-radius:2px;border-radius:var(--plyr-badge-border-radius,2px);color:#fff;color:var(--plyr-badge-text-color,#fff);font-size:9px;font-size:var(--plyr-font-size-badge,9px);line-height:1;padding:3px 4px}.plyr--full-ui ::-webkit-media-text-track-container{display:none}.plyr__captions{animation:plyr-fade-in .3s ease;bottom:0;display:none;font-size:13px;font-size:var(--plyr-font-size-small,13px);left:0;padding:10px;padding:var(--plyr-control-spacing,10px);position:absolute;text-align:center;transition:transform .4s ease-in-out;width:100%}.plyr__captions span:empty{display:none}@media (min-width:480px){.plyr__captions{font-size:15px;font-size:var(--plyr-font-size-base,15px);padding:20px;padding:calc(10px*2);padding:calc(var(--plyr-control-spacing, 10px)*2)}}@media (min-width:768px){.plyr__captions{font-size:18px;font-size:var(--plyr-font-size-large,18px)}}.plyr--captions-active .plyr__captions{display:block}.plyr:not(.plyr--hide-controls) .plyr__controls:not(:empty)~.plyr__captions{transform:translateY(-40px);transform:translateY(calc(10px*-4));transform:translateY(calc(var(--plyr-control-spacing, 10px)*-4))}.plyr__caption{background:rgba(0,0,0,.8);background:var(--plyr-captions-background,rgba(0,0,0,.8));border-radius:2px;-webkit-box-decoration-break:clone;box-decoration-break:clone;color:#fff;color:var(--plyr-captions-text-color,#fff);line-height:185%;padding:.2em .5em;white-space:pre-wrap}.plyr__caption div{display:inline}.plyr__control{background:transparent;border:0;border-radius:3px;border-radius:var(--plyr-control-radius,3px);color:inherit;cursor:pointer;flex-shrink:0;overflow:visible;padding:7px;padding:calc(10px*.7);padding:calc(var(--plyr-control-spacing, 10px)*.7);position:relative;transition:all .3s ease}.plyr__control svg{fill:currentColor;display:block;height:18px;height:var(--plyr-control-icon-size,18px);pointer-events:none;width:18px;width:var(--plyr-control-icon-size,18px)}.plyr__control:focus{outline:0}.plyr__control.plyr__tab-focus{outline:3px dotted #00b2ff;outline:#00b2ff dotted 3px;outline:var(--plyr-tab-focus-color,var(--plyr-color-main,var(--plyr-color-main,#00b2ff))) dotted 3px;outline-offset:2px}a.plyr__control{-webkit-text-decoration:none;text-decoration:none}.plyr__control.plyr__control--pressed .icon--not-pressed,.plyr__control.plyr__control--pressed .label--not-pressed,.plyr__control:not(.plyr__control--pressed) .icon--pressed,.plyr__control:not(.plyr__control--pressed) .label--pressed,a.plyr__control:after,a.plyr__control:before{display:none}.plyr--full-ui ::-webkit-media-controls{display:none}.plyr__controls{align-items:center;display:flex;justify-content:flex-end;text-align:center}.plyr__controls .plyr__progress__container{flex:1;min-width:0}.plyr__controls .plyr__controls__item{margin-left:2.5px;margin-left:calc(10px/4);margin-left:calc(var(--plyr-control-spacing, 10px)/4)}.plyr__controls .plyr__controls__item:first-child{margin-left:0;margin-right:auto}.plyr__controls .plyr__controls__item.plyr__progress__container{padding-left:2.5px;padding-left:calc(10px/4);padding-left:calc(var(--plyr-control-spacing, 10px)/4)}.plyr__controls .plyr__controls__item.plyr__time{padding:0 5px;padding:0 calc(10px/2);padding:0 calc(var(--plyr-control-spacing, 10px)/2)}.plyr__controls .plyr__controls__item.plyr__progress__container:first-child,.plyr__controls .plyr__controls__item.plyr__time+.plyr__time,.plyr__controls .plyr__controls__item.plyr__time:first-child{padding-left:0}.plyr [data-plyr=airplay],.plyr [data-plyr=captions],.plyr [data-plyr=fullscreen],.plyr [data-plyr=pip],.plyr__controls:empty{display:none}.plyr--airplay-supported [data-plyr=airplay],.plyr--captions-enabled [data-plyr=captions],.plyr--fullscreen-enabled [data-plyr=fullscreen],.plyr--pip-supported [data-plyr=pip]{display:inline-block}.plyr__menu{display:flex;position:relative}.plyr__menu .plyr__control svg{transition:transform .3s ease}.plyr__menu .plyr__control[aria-expanded=true] svg{transform:rotate(90deg)}.plyr__menu .plyr__control[aria-expanded=true] .plyr__tooltip{display:none}.plyr__menu__container{animation:plyr-popup .2s ease;background:hsla(0,0%,100%,.9);background:var(--plyr-menu-background,hsla(0,0%,100%,.9));border-radius:4px;border-radius:var(--plyr-menu-radius,4px);bottom:100%;box-shadow:0 1px 2px rgba(0,0,0,.15);box-shadow:var(--plyr-menu-shadow,0 1px 2px rgba(0,0,0,.15));color:#4a5464;color:var(--plyr-menu-color,#4a5464);font-size:15px;font-size:var(--plyr-font-size-base,15px);margin-bottom:10px;position:absolute;right:-3px;text-align:left;white-space:nowrap;z-index:3}.plyr__menu__container>div{overflow:hidden;transition:height .35s cubic-bezier(.4,0,.2,1),width .35s cubic-bezier(.4,0,.2,1)}.plyr__menu__container:after{border:4px solid transparent;border-top-color:hsla(0,0%,100%,.9);border:var(--plyr-menu-arrow-size,4px) solid transparent;border-top-color:var(--plyr-menu-background,hsla(0,0%,100%,.9));content:"";height:0;position:absolute;right:14px;right:calc(18px/2 + 10px*.7 - 4px/2);right:calc(var(--plyr-control-icon-size, 18px)/2 + var(--plyr-control-spacing, 10px)*.7 - var(--plyr-menu-arrow-size, 4px)/2);top:100%;width:0}.plyr__menu__container [role=menu]{padding:7px;padding:calc(10px*.7);padding:calc(var(--plyr-control-spacing, 10px)*.7)}.plyr__menu__container [role=menuitem],.plyr__menu__container [role=menuitemradio]{margin-top:2px}.plyr__menu__container [role=menuitem]:first-child,.plyr__menu__container [role=menuitemradio]:first-child{margin-top:0}.plyr__menu__container .plyr__control{align-items:center;color:#4a5464;color:var(--plyr-menu-color,#4a5464);display:flex;font-size:13px;font-size:var(--plyr-font-size-menu,var(--plyr-font-size-small,13px));padding:4.66667px 10.5px;padding:calc(10px*.7/1.5) calc(10px*.7*1.5);padding:calc(var(--plyr-control-spacing, 10px)*.7/1.5) calc(var(--plyr-control-spacing, 10px)*.7*1.5);-webkit-user-select:none;-moz-user-select:none;user-select:none;width:100%}.plyr__menu__container .plyr__control>span{align-items:inherit;display:flex;width:100%}.plyr__menu__container .plyr__control:after{border:4px solid transparent;border:var(--plyr-menu-item-arrow-size,4px) solid transparent;content:"";position:absolute;top:50%;transform:translateY(-50%)}.plyr__menu__container .plyr__control--forward{padding-right:28px;padding-right:calc(10px*.7*4);padding-right:calc(var(--plyr-control-spacing, 10px)*.7*4)}.plyr__menu__container .plyr__control--forward:after{border-left-color:#728197;border-left-color:var(--plyr-menu-arrow-color,#728197);right:6.5px;right:calc(10px*.7*1.5 - 4px);right:calc(var(--plyr-control-spacing, 10px)*.7*1.5 - var(--plyr-menu-item-arrow-size, 4px))}.plyr__menu__container .plyr__control--forward.plyr__tab-focus:after,.plyr__menu__container .plyr__control--forward:hover:after{border-left-color:currentColor}.plyr__menu__container .plyr__control--back{font-weight:400;font-weight:var(--plyr-font-weight-regular,400);margin:7px;margin:calc(10px*.7);margin:calc(var(--plyr-control-spacing, 10px)*.7);margin-bottom:3.5px;margin-bottom:calc(10px*.7/2);margin-bottom:calc(var(--plyr-control-spacing, 10px)*.7/2);padding-left:28px;padding-left:calc(10px*.7*4);padding-left:calc(var(--plyr-control-spacing, 10px)*.7*4);position:relative;width:calc(100% - 14px);width:calc(100% - 10px*.7*2);width:calc(100% - var(--plyr-control-spacing, 10px)*.7*2)}.plyr__menu__container .plyr__control--back:after{border-right-color:#728197;border-right-color:var(--plyr-menu-arrow-color,#728197);left:6.5px;left:calc(10px*.7*1.5 - 4px);left:calc(var(--plyr-control-spacing, 10px)*.7*1.5 - var(--plyr-menu-item-arrow-size, 4px))}.plyr__menu__container .plyr__control--back:before{background:#dcdfe5;background:var(--plyr-menu-back-border-color,#dcdfe5);box-shadow:0 1px 0 #fff;box-shadow:0 1px 0 var(--plyr-menu-back-border-shadow-color,#fff);content:"";height:1px;left:0;margin-top:3.5px;margin-top:calc(10px*.7/2);margin-top:calc(var(--plyr-control-spacing, 10px)*.7/2);overflow:hidden;position:absolute;right:0;top:100%}.plyr__menu__container .plyr__control--back.plyr__tab-focus:after,.plyr__menu__container .plyr__control--back:hover:after{border-right-color:currentColor}.plyr__menu__container .plyr__control[role=menuitemradio]{padding-left:7px;padding-left:calc(10px*.7);padding-left:calc(var(--plyr-control-spacing, 10px)*.7)}.plyr__menu__container .plyr__control[role=menuitemradio]:after,.plyr__menu__container .plyr__control[role=menuitemradio]:before{border-radius:100%}.plyr__menu__container .plyr__control[role=menuitemradio]:before{background:rgba(0,0,0,.1);content:"";display:block;flex-shrink:0;height:16px;margin-right:10px;margin-right:var(--plyr-control-spacing,10px);transition:all .3s ease;width:16px}.plyr__menu__container .plyr__control[role=menuitemradio]:after{background:#fff;border:0;height:6px;left:12px;opacity:0;top:50%;transform:translateY(-50%) scale(0);transition:transform .3s ease,opacity .3s ease;width:6px}.plyr__menu__container .plyr__control[role=menuitemradio][aria-checked=true]:before{background:#00b2ff;background:var(--plyr-control-toggle-checked-background,var(--plyr-color-main,var(--plyr-color-main,#00b2ff)))}.plyr__menu__container .plyr__control[role=menuitemradio][aria-checked=true]:after{opacity:1;transform:translateY(-50%) scale(1)}.plyr__menu__container .plyr__control[role=menuitemradio].plyr__tab-focus:before,.plyr__menu__container .plyr__control[role=menuitemradio]:hover:before{background:rgba(35,40,47,.1)}.plyr__menu__container .plyr__menu__value{align-items:center;display:flex;margin-left:auto;margin-right:-5px;margin-right:calc(10px*.7*-1 - -2px);margin-right:calc(var(--plyr-control-spacing, 10px)*.7*-1 - -2px);overflow:hidden;padding-left:24.5px;padding-left:calc(10px*.7*3.5);padding-left:calc(var(--plyr-control-spacing, 10px)*.7*3.5);pointer-events:none}.plyr--full-ui input[type=range]{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:transparent;border:0;border-radius:26px;border-radius:calc(13px*2);border-radius:calc(var(--plyr-range-thumb-height, 13px)*2);color:#00b2ff;color:var(--plyr-range-fill-background,var(--plyr-color-main,var(--plyr-color-main,#00b2ff)));display:block;height:19px;height:calc(3px*2 + 13px);height:calc(var(--plyr-range-thumb-active-shadow-width, 3px)*2 + var(--plyr-range-thumb-height, 13px));margin:0;min-width:0;padding:0;transition:box-shadow .3s ease;width:100%}.plyr--full-ui input[type=range]::-webkit-slider-runnable-track{background:transparent;background-image:linear-gradient(90deg,currentColor 0,transparent 0);background-image:linear-gradient(to right,currentColor 0,transparent 0);background-image:linear-gradient(to right,currentColor var(--value,0),transparent var(--value,0));border:0;border-radius:2.5px;border-radius:calc(5px/2);border-radius:calc(var(--plyr-range-track-height, 5px)/2);height:5px;height:var(--plyr-range-track-height,5px);-webkit-transition:box-shadow .3s ease;transition:box-shadow .3s ease;-webkit-user-select:none;user-select:none}.plyr--full-ui input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;background:#fff;background:var(--plyr-range-thumb-background,#fff);border:0;border-radius:100%;box-shadow:0 1px 1px rgba(35,40,47,.15),0 0 0 1px rgba(35,40,47,.2);box-shadow:var(--plyr-range-thumb-shadow,0 1px 1px rgba(35,40,47,.15),0 0 0 1px rgba(35,40,47,.2));height:13px;height:var(--plyr-range-thumb-height,13px);margin-top:-4px;margin-top:calc((13px - 5px)/2*-1);margin-top:calc((var(--plyr-range-thumb-height, 13px) - var(--plyr-range-track-height, 5px))/2*-1);position:relative;-webkit-transition:all .2s ease;transition:all .2s ease;width:13px;width:var(--plyr-range-thumb-height,13px)}.plyr--full-ui input[type=range]::-moz-range-track{background:transparent;border:0;border-radius:2.5px;border-radius:calc(5px/2);border-radius:calc(var(--plyr-range-track-height, 5px)/2);height:5px;height:var(--plyr-range-track-height,5px);-moz-transition:box-shadow .3s ease;transition:box-shadow .3s ease;-moz-user-select:none;user-select:none}.plyr--full-ui input[type=range]::-moz-range-thumb{background:#fff;background:var(--plyr-range-thumb-background,#fff);border:0;border-radius:100%;box-shadow:0 1px 1px rgba(35,40,47,.15),0 0 0 1px rgba(35,40,47,.2);box-shadow:var(--plyr-range-thumb-shadow,0 1px 1px rgba(35,40,47,.15),0 0 0 1px rgba(35,40,47,.2));height:13px;height:var(--plyr-range-thumb-height,13px);position:relative;-moz-transition:all .2s ease;transition:all .2s ease;width:13px;width:var(--plyr-range-thumb-height,13px)}.plyr--full-ui input[type=range]::-moz-range-progress{background:currentColor;border-radius:2.5px;border-radius:calc(5px/2);border-radius:calc(var(--plyr-range-track-height, 5px)/2);height:5px;height:var(--plyr-range-track-height,5px)}.plyr--full-ui input[type=range]::-ms-track{color:transparent}.plyr--full-ui input[type=range]::-ms-fill-upper,.plyr--full-ui input[type=range]::-ms-track{background:transparent;border:0;border-radius:2.5px;border-radius:calc(5px/2);border-radius:calc(var(--plyr-range-track-height, 5px)/2);height:5px;height:var(--plyr-range-track-height,5px);-ms-transition:box-shadow .3s ease;transition:box-shadow .3s ease;user-select:none}.plyr--full-ui input[type=range]::-ms-fill-lower{background:transparent;background:currentColor;border:0;border-radius:2.5px;border-radius:calc(5px/2);border-radius:calc(var(--plyr-range-track-height, 5px)/2);height:5px;height:var(--plyr-range-track-height,5px);-ms-transition:box-shadow .3s ease;transition:box-shadow .3s ease;user-select:none}.plyr--full-ui input[type=range]::-ms-thumb{background:#fff;background:var(--plyr-range-thumb-background,#fff);border:0;border-radius:100%;box-shadow:0 1px 1px rgba(35,40,47,.15),0 0 0 1px rgba(35,40,47,.2);box-shadow:var(--plyr-range-thumb-shadow,0 1px 1px rgba(35,40,47,.15),0 0 0 1px rgba(35,40,47,.2));height:13px;height:var(--plyr-range-thumb-height,13px);margin-top:0;position:relative;-ms-transition:all .2s ease;transition:all .2s ease;width:13px;width:var(--plyr-range-thumb-height,13px)}.plyr--full-ui input[type=range]::-ms-tooltip{display:none}.plyr--full-ui input[type=range]::-moz-focus-outer{border:0}.plyr--full-ui input[type=range]:focus{outline:0}.plyr--full-ui input[type=range].plyr__tab-focus::-webkit-slider-runnable-track{outline:3px dotted #00b2ff;outline:#00b2ff dotted 3px;outline:var(--plyr-tab-focus-color,var(--plyr-color-main,var(--plyr-color-main,#00b2ff))) dotted 3px;outline-offset:2px}.plyr--full-ui input[type=range].plyr__tab-focus::-moz-range-track{outline:3px dotted #00b2ff;outline:#00b2ff dotted 3px;outline:var(--plyr-tab-focus-color,var(--plyr-color-main,var(--plyr-color-main,#00b2ff))) dotted 3px;outline-offset:2px}.plyr--full-ui input[type=range].plyr__tab-focus::-ms-track{outline:3px dotted #00b2ff;outline:#00b2ff dotted 3px;outline:var(--plyr-tab-focus-color,var(--plyr-color-main,var(--plyr-color-main,#00b2ff))) dotted 3px;outline-offset:2px}.plyr__poster{background-color:#000;background-color:var(--plyr-video-background,var(--plyr-video-background,#000));background-position:50% 50%;background-repeat:no-repeat;background-size:contain;height:100%;left:0;opacity:0;position:absolute;top:0;transition:opacity .2s ease;width:100%;z-index:1}.plyr--stopped.plyr__poster-enabled .plyr__poster{opacity:1}.plyr--youtube.plyr--paused.plyr__poster-enabled:not(.plyr--stopped) .plyr__poster{display:none}.plyr__time{font-size:13px;font-size:var(--plyr-font-size-time,var(--plyr-font-size-small,13px))}.plyr__time+.plyr__time:before{content:"⁄";margin-right:10px;margin-right:var(--plyr-control-spacing,10px)}@media (max-width:767px){.plyr__time+.plyr__time{display:none}}.plyr__tooltip{background:hsla(0,0%,100%,.9);background:var(--plyr-tooltip-background,hsla(0,0%,100%,.9));border-radius:5px;border-radius:var(--plyr-tooltip-radius,5px);bottom:100%;box-shadow:0 1px 2px rgba(0,0,0,.15);box-shadow:var(--plyr-tooltip-shadow,0 1px 2px rgba(0,0,0,.15));color:#4a5464;color:var(--plyr-tooltip-color,#4a5464);font-size:13px;font-size:var(--plyr-font-size-small,13px);font-weight:400;font-weight:var(--plyr-font-weight-regular,400);left:50%;line-height:1.3;margin-bottom:10px;margin-bottom:calc(10px/2*2);margin-bottom:calc(var(--plyr-control-spacing, 10px)/2*2);opacity:0;padding:5px 7.5px;padding:calc(10px/2) calc(10px/2*1.5);padding:calc(var(--plyr-control-spacing, 10px)/2) calc(var(--plyr-control-spacing, 10px)/2*1.5);pointer-events:none;position:absolute;transform:translate(-50%,10px) scale(.8);transform-origin:50% 100%;transition:transform .2s ease .1s,opacity .2s ease .1s;white-space:nowrap;z-index:2}.plyr__tooltip:before{border-left:4px solid transparent;border-left:var(--plyr-tooltip-arrow-size,4px) solid transparent;border-right:4px solid transparent;border-right:var(--plyr-tooltip-arrow-size,4px) solid transparent;border-top:4px solid hsla(0,0%,100%,.9);border-top:var(--plyr-tooltip-arrow-size,4px) solid var(--plyr-tooltip-background,hsla(0,0%,100%,.9));bottom:-4px;bottom:calc(4px*-1);bottom:calc(var(--plyr-tooltip-arrow-size, 4px)*-1);content:"";height:0;left:50%;position:absolute;transform:translateX(-50%);width:0;z-index:2}.plyr .plyr__control.plyr__tab-focus .plyr__tooltip,.plyr .plyr__control:hover .plyr__tooltip,.plyr__tooltip--visible{opacity:1;transform:translate(-50%) scale(1)}.plyr .plyr__control:hover .plyr__tooltip{z-index:3}.plyr__controls>.plyr__control:first-child .plyr__tooltip,.plyr__controls>.plyr__control:first-child+.plyr__control .plyr__tooltip{left:0;transform:translateY(10px) scale(.8);transform-origin:0 100%}.plyr__controls>.plyr__control:first-child .plyr__tooltip:before,.plyr__controls>.plyr__control:first-child+.plyr__control .plyr__tooltip:before{left:16px;left:calc(18px/2 + 10px*.7);left:calc(var(--plyr-control-icon-size, 18px)/2 + var(--plyr-control-spacing, 10px)*.7)}.plyr__controls>.plyr__control:last-child .plyr__tooltip{left:auto;right:0;transform:translateY(10px) scale(.8);transform-origin:100% 100%}.plyr__controls>.plyr__control:last-child .plyr__tooltip:before{left:auto;right:16px;right:calc(18px/2 + 10px*.7);right:calc(var(--plyr-control-icon-size, 18px)/2 + var(--plyr-control-spacing, 10px)*.7);transform:translateX(50%)}.plyr__controls>.plyr__control:first-child .plyr__tooltip--visible,.plyr__controls>.plyr__control:first-child+.plyr__control .plyr__tooltip--visible,.plyr__controls>.plyr__control:first-child+.plyr__control.plyr__tab-focus .plyr__tooltip,.plyr__controls>.plyr__control:first-child+.plyr__control:hover .plyr__tooltip,.plyr__controls>.plyr__control:first-child.plyr__tab-focus .plyr__tooltip,.plyr__controls>.plyr__control:first-child:hover .plyr__tooltip,.plyr__controls>.plyr__control:last-child .plyr__tooltip--visible,.plyr__controls>.plyr__control:last-child.plyr__tab-focus .plyr__tooltip,.plyr__controls>.plyr__control:last-child:hover .plyr__tooltip{transform:translate(0) scale(1)}.plyr__progress{left:6.5px;left:calc(13px*.5);left:calc(var(--plyr-range-thumb-height, 13px)*.5);margin-right:13px;margin-right:var(--plyr-range-thumb-height,13px);position:relative}.plyr__progress input[type=range],.plyr__progress__buffer{margin-left:-6.5px;margin-left:calc(13px*-.5);margin-left:calc(var(--plyr-range-thumb-height, 13px)*-.5);margin-right:-6.5px;margin-right:calc(13px*-.5);margin-right:calc(var(--plyr-range-thumb-height, 13px)*-.5);width:calc(100% + 13px);width:calc(100% + var(--plyr-range-thumb-height, 13px))}.plyr__progress input[type=range]{position:relative;z-index:2}.plyr__progress .plyr__tooltip{left:0;max-width:120px;word-wrap:break-word}.plyr__progress__buffer{-webkit-appearance:none;background:transparent;border:0;border-radius:100px;height:5px;height:var(--plyr-range-track-height,5px);left:0;margin-top:-2.5px;margin-top:calc((5px/2)*-1);margin-top:calc((var(--plyr-range-track-height, 5px)/2)*-1);padding:0;position:absolute;top:50%}.plyr__progress__buffer::-webkit-progress-bar{background:transparent}.plyr__progress__buffer::-webkit-progress-value{background:currentColor;border-radius:100px;min-width:5px;min-width:var(--plyr-range-track-height,5px);-webkit-transition:width .2s ease;transition:width .2s ease}.plyr__progress__buffer::-moz-progress-bar{background:currentColor;border-radius:100px;min-width:5px;min-width:var(--plyr-range-track-height,5px);-moz-transition:width .2s ease;transition:width .2s ease}.plyr__progress__buffer::-ms-fill{border-radius:100px;-ms-transition:width .2s ease;transition:width .2s ease}.plyr--loading .plyr__progress__buffer{animation:plyr-progress 1s linear infinite;background-image:linear-gradient(-45deg,rgba(35,40,47,.6) 25%,transparent 0,transparent 50%,rgba(35,40,47,.6) 0,rgba(35,40,47,.6) 75%,transparent 0,transparent);background-image:linear-gradient(-45deg,rgba(35,40,47,.6) 25%,transparent 25%,transparent 50%,rgba(35,40,47,.6) 50%,rgba(35,40,47,.6) 75%,transparent 75%,transparent);background-image:linear-gradient(-45deg,var(--plyr-progress-loading-background,rgba(35,40,47,.6)) 25%,transparent 25%,transparent 50%,var(--plyr-progress-loading-background,rgba(35,40,47,.6)) 50%,var(--plyr-progress-loading-background,rgba(35,40,47,.6)) 75%,transparent 75%,transparent);background-repeat:repeat-x;background-size:25px 25px;background-size:var(--plyr-progress-loading-size,25px) var(--plyr-progress-loading-size,25px);color:transparent}.plyr--video.plyr--loading .plyr__progress__buffer{background-color:hsla(0,0%,100%,.25);background-color:var(--plyr-video-progress-buffered-background,hsla(0,0%,100%,.25))}.plyr--audio.plyr--loading .plyr__progress__buffer{background-color:rgba(193,200,209,.6);background-color:var(--plyr-audio-progress-buffered-background,rgba(193,200,209,.6))}.plyr__progress__marker{background-color:#fff;background-color:var(--plyr-progress-marker-background,#fff);border-radius:1px;height:5px;height:var(--plyr-range-track-height,5px);position:absolute;top:50%;transform:translate(-50%,-50%);width:3px;width:var(--plyr-progress-marker-width,3px);z-index:3}.plyr__volume{align-items:center;display:flex;max-width:110px;min-width:80px;position:relative;width:20%}.plyr__volume input[type=range]{margin-left:5px;margin-left:calc(10px/2);margin-left:calc(var(--plyr-control-spacing, 10px)/2);margin-right:5px;margin-right:calc(10px/2);margin-right:calc(var(--plyr-control-spacing, 10px)/2);position:relative;z-index:2}.plyr--is-ios .plyr__volume{min-width:0;width:auto}.plyr--audio{display:block}.plyr--audio .plyr__controls{background:#fff;background:var(--plyr-audio-controls-background,#fff);border-radius:inherit;color:#4a5464;color:var(--plyr-audio-control-color,#4a5464);padding:10px;padding:var(--plyr-control-spacing,10px)}.plyr--audio .plyr__control.plyr__tab-focus,.plyr--audio .plyr__control:hover,.plyr--audio .plyr__control[aria-expanded=true]{background:#00b2ff;background:var(--plyr-audio-control-background-hover,var(--plyr-color-main,var(--plyr-color-main,#00b2ff)));color:#fff;color:var(--plyr-audio-control-color-hover,#fff)}.plyr--full-ui.plyr--audio input[type=range]::-webkit-slider-runnable-track{background-color:rgba(193,200,209,.6);background-color:var(--plyr-audio-range-track-background,var(--plyr-audio-progress-buffered-background,rgba(193,200,209,.6)))}.plyr--full-ui.plyr--audio input[type=range]::-moz-range-track{background-color:rgba(193,200,209,.6);background-color:var(--plyr-audio-range-track-background,var(--plyr-audio-progress-buffered-background,rgba(193,200,209,.6)))}.plyr--full-ui.plyr--audio input[type=range]::-ms-track{background-color:rgba(193,200,209,.6);background-color:var(--plyr-audio-range-track-background,var(--plyr-audio-progress-buffered-background,rgba(193,200,209,.6)))}.plyr--full-ui.plyr--audio input[type=range]:active::-webkit-slider-thumb{box-shadow:0 1px 1px rgba(35,40,47,.15),0 0 0 1px rgba(35,40,47,.2),0 0 0 3px rgba(35,40,47,.1);box-shadow:var(--plyr-range-thumb-shadow,0 1px 1px rgba(35,40,47,.15),0 0 0 1px rgba(35,40,47,.2)),0 0 0 var(--plyr-range-thumb-active-shadow-width,3px) var(--plyr-audio-range-thumb-active-shadow-color,rgba(35,40,47,.1))}.plyr--full-ui.plyr--audio input[type=range]:active::-moz-range-thumb{box-shadow:0 1px 1px rgba(35,40,47,.15),0 0 0 1px rgba(35,40,47,.2),0 0 0 3px rgba(35,40,47,.1);box-shadow:var(--plyr-range-thumb-shadow,0 1px 1px rgba(35,40,47,.15),0 0 0 1px rgba(35,40,47,.2)),0 0 0 var(--plyr-range-thumb-active-shadow-width,3px) var(--plyr-audio-range-thumb-active-shadow-color,rgba(35,40,47,.1))}.plyr--full-ui.plyr--audio input[type=range]:active::-ms-thumb{box-shadow:0 1px 1px rgba(35,40,47,.15),0 0 0 1px rgba(35,40,47,.2),0 0 0 3px rgba(35,40,47,.1);box-shadow:var(--plyr-range-thumb-shadow,0 1px 1px rgba(35,40,47,.15),0 0 0 1px rgba(35,40,47,.2)),0 0 0 var(--plyr-range-thumb-active-shadow-width,3px) var(--plyr-audio-range-thumb-active-shadow-color,rgba(35,40,47,.1))}.plyr--audio .plyr__progress__buffer{color:rgba(193,200,209,.6);color:var(--plyr-audio-progress-buffered-background,rgba(193,200,209,.6))}.plyr--video{background:#000;background:var(--plyr-video-background,var(--plyr-video-background,#000));overflow:hidden}.plyr--video.plyr--menu-open{overflow:visible}.plyr__video-wrapper{background:#000;background:var(--plyr-video-background,var(--plyr-video-background,#000));height:100%;margin:auto;overflow:hidden;position:relative;width:100%}.plyr__video-embed,.plyr__video-wrapper--fixed-ratio{aspect-ratio:16/9}@supports not (aspect-ratio:16/9){.plyr__video-embed,.plyr__video-wrapper--fixed-ratio{height:0;padding-bottom:56.25%;position:relative}}.plyr__video-embed iframe,.plyr__video-wrapper--fixed-ratio video{border:0;height:100%;left:0;position:absolute;top:0;width:100%}.plyr--full-ui .plyr__video-embed>.plyr__video-embed__container{padding-bottom:240%;position:relative;transform:translateY(-38.28125%)}.plyr--video .plyr__controls{background:linear-gradient(transparent,rgba(0,0,0,.75));background:var(--plyr-video-controls-background,linear-gradient(transparent,rgba(0,0,0,.75)));border-bottom-left-radius:inherit;border-bottom-right-radius:inherit;bottom:0;color:#fff;color:var(--plyr-video-control-color,#fff);left:0;padding:5px;padding:calc(10px/2);padding:calc(var(--plyr-control-spacing, 10px)/2);padding-top:20px;padding-top:calc(10px*2);padding-top:calc(var(--plyr-control-spacing, 10px)*2);position:absolute;right:0;transition:opacity .4s ease-in-out,transform .4s ease-in-out;z-index:3}@media (min-width:480px){.plyr--video .plyr__controls{padding:10px;padding:var(--plyr-control-spacing,10px);padding-top:35px;padding-top:calc(10px*3.5);padding-top:calc(var(--plyr-control-spacing, 10px)*3.5)}}.plyr--video.plyr--hide-controls .plyr__controls{opacity:0;pointer-events:none;transform:translateY(100%)}.plyr--video .plyr__control.plyr__tab-focus,.plyr--video .plyr__control:hover,.plyr--video .plyr__control[aria-expanded=true]{background:#00b2ff;background:var(--plyr-video-control-background-hover,var(--plyr-color-main,var(--plyr-color-main,#00b2ff)));color:#fff;color:var(--plyr-video-control-color-hover,#fff)}.plyr__control--overlaid{background:#00b2ff;background:var(--plyr-video-control-background-hover,var(--plyr-color-main,var(--plyr-color-main,#00b2ff)));border:0;border-radius:100%;color:#fff;color:var(--plyr-video-control-color,#fff);display:none;left:50%;opacity:.9;padding:15px;padding:calc(10px*1.5);padding:calc(var(--plyr-control-spacing, 10px)*1.5);position:absolute;top:50%;transform:translate(-50%,-50%);transition:.3s;z-index:2}.plyr__control--overlaid svg{left:2px;position:relative}.plyr__control--overlaid:focus,.plyr__control--overlaid:hover{opacity:1}.plyr--playing .plyr__control--overlaid{opacity:0;visibility:hidden}.plyr--full-ui.plyr--video .plyr__control--overlaid{display:block}.plyr--full-ui.plyr--video input[type=range]::-webkit-slider-runnable-track{background-color:hsla(0,0%,100%,.25);background-color:var(--plyr-video-range-track-background,var(--plyr-video-progress-buffered-background,hsla(0,0%,100%,.25)))}.plyr--full-ui.plyr--video input[type=range]::-moz-range-track{background-color:hsla(0,0%,100%,.25);background-color:var(--plyr-video-range-track-background,var(--plyr-video-progress-buffered-background,hsla(0,0%,100%,.25)))}.plyr--full-ui.plyr--video input[type=range]::-ms-track{background-color:hsla(0,0%,100%,.25);background-color:var(--plyr-video-range-track-background,var(--plyr-video-progress-buffered-background,hsla(0,0%,100%,.25)))}.plyr--full-ui.plyr--video input[type=range]:active::-webkit-slider-thumb{box-shadow:0 1px 1px rgba(35,40,47,.15),0 0 0 1px rgba(35,40,47,.2),0 0 0 3px hsla(0,0%,100%,.5);box-shadow:var(--plyr-range-thumb-shadow,0 1px 1px rgba(35,40,47,.15),0 0 0 1px rgba(35,40,47,.2)),0 0 0 var(--plyr-range-thumb-active-shadow-width,3px) var(--plyr-audio-range-thumb-active-shadow-color,hsla(0,0%,100%,.5))}.plyr--full-ui.plyr--video input[type=range]:active::-moz-range-thumb{box-shadow:0 1px 1px rgba(35,40,47,.15),0 0 0 1px rgba(35,40,47,.2),0 0 0 3px hsla(0,0%,100%,.5);box-shadow:var(--plyr-range-thumb-shadow,0 1px 1px rgba(35,40,47,.15),0 0 0 1px rgba(35,40,47,.2)),0 0 0 var(--plyr-range-thumb-active-shadow-width,3px) var(--plyr-audio-range-thumb-active-shadow-color,hsla(0,0%,100%,.5))}.plyr--full-ui.plyr--video input[type=range]:active::-ms-thumb{box-shadow:0 1px 1px rgba(35,40,47,.15),0 0 0 1px rgba(35,40,47,.2),0 0 0 3px hsla(0,0%,100%,.5);box-shadow:var(--plyr-range-thumb-shadow,0 1px 1px rgba(35,40,47,.15),0 0 0 1px rgba(35,40,47,.2)),0 0 0 var(--plyr-range-thumb-active-shadow-width,3px) var(--plyr-audio-range-thumb-active-shadow-color,hsla(0,0%,100%,.5))}.plyr--video .plyr__progress__buffer{color:hsla(0,0%,100%,.25);color:var(--plyr-video-progress-buffered-background,hsla(0,0%,100%,.25))}.plyr:-webkit-full-screen{border-radius:0!important}.plyr:-webkit-full-screen{background:#000;height:100%;margin:0;width:100%}.plyr:fullscreen{border-radius:0!important}.plyr:-webkit-full-screen{background:#000;height:100%;margin:0;width:100%}.plyr:fullscreen{background:#000;height:100%;margin:0;width:100%}.plyr:-webkit-full-screen video{height:100%}.plyr:fullscreen video{height:100%}.plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen{display:block}.plyr:fullscreen .plyr__control .icon--exit-fullscreen{display:block}.plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen+svg{display:none}.plyr:fullscreen .plyr__control .icon--exit-fullscreen+svg{display:none}.plyr:-webkit-full-screen.plyr--hide-controls{cursor:none}.plyr:fullscreen.plyr--hide-controls{cursor:none}@media (min-width:1024px){.plyr:-webkit-full-screen .plyr__captions{font-size:21px;font-size:var(--plyr-font-size-xlarge,21px)}.plyr:fullscreen .plyr__captions{font-size:21px;font-size:var(--plyr-font-size-xlarge,21px)}}.plyr--fullscreen-fallback{border-radius:0!important}.plyr--fullscreen-fallback{background:#000;bottom:0;display:block;height:100%;left:0;margin:0;position:fixed;right:0;top:0;width:100%;z-index:10000000}.plyr--fullscreen-fallback video{height:100%}.plyr--fullscreen-fallback .plyr__control .icon--exit-fullscreen{display:block}.plyr--fullscreen-fallback .plyr__control .icon--exit-fullscreen+svg{display:none}.plyr--fullscreen-fallback.plyr--hide-controls{cursor:none}@media (min-width:1024px){.plyr--fullscreen-fallback .plyr__captions{font-size:21px;font-size:var(--plyr-font-size-xlarge,21px)}}.plyr__ads{border-radius:inherit;bottom:0;cursor:pointer;left:0;overflow:hidden;position:absolute;right:0;top:0;z-index:-1}.plyr__ads>div,.plyr__ads>div iframe{height:100%;position:absolute;width:100%}.plyr__ads:after{background:#23282f;border-radius:2px;bottom:10px;bottom:var(--plyr-control-spacing,10px);color:#fff;content:attr(data-badge-text);font-size:11px;padding:2px 6px;pointer-events:none;position:absolute;right:10px;right:var(--plyr-control-spacing,10px);z-index:3}.plyr__ads:empty:after{display:none}.plyr__cues{background:currentColor;display:block;height:5px;height:var(--plyr-range-track-height,5px);left:0;opacity:.8;position:absolute;top:50%;transform:translateY(-50%);width:3px;z-index:3}.plyr__preview-thumb{background-color:hsla(0,0%,100%,.9);background-color:var(--plyr-tooltip-background,hsla(0,0%,100%,.9));border-radius:5px;border-radius:var(--plyr-tooltip-radius,5px);bottom:100%;box-shadow:0 1px 2px rgba(0,0,0,.15);box-shadow:var(--plyr-tooltip-shadow,0 1px 2px rgba(0,0,0,.15));margin-bottom:10px;margin-bottom:calc(10px/2*2);margin-bottom:calc(var(--plyr-control-spacing, 10px)/2*2);opacity:0;padding:3px;pointer-events:none;position:absolute;transform:translateY(10px) scale(.8);transform-origin:50% 100%;transition:transform .2s ease .1s,opacity .2s ease .1s;z-index:2}.plyr__preview-thumb--is-shown{opacity:1;transform:translate(0) scale(1)}.plyr__preview-thumb:before{border-left:4px solid transparent;border-left:var(--plyr-tooltip-arrow-size,4px) solid transparent;border-right:4px solid transparent;border-right:var(--plyr-tooltip-arrow-size,4px) solid transparent;border-top:4px solid hsla(0,0%,100%,.9);border-top:var(--plyr-tooltip-arrow-size,4px) solid var(--plyr-tooltip-background,hsla(0,0%,100%,.9));bottom:-4px;bottom:calc(4px*-1);bottom:calc(var(--plyr-tooltip-arrow-size, 4px)*-1);content:"";height:0;left:calc(50% + var(--preview-arrow-offset));position:absolute;transform:translateX(-50%);width:0;z-index:2}.plyr__preview-thumb__image-container{background:#c1c8d1;border-radius:4px;border-radius:calc(5px - 1px);border-radius:calc(var(--plyr-tooltip-radius, 5px) - 1px);overflow:hidden;position:relative;z-index:0}.plyr__preview-thumb__image-container img,.plyr__preview-thumb__image-container:after{height:100%;left:0;position:absolute;top:0;width:100%}.plyr__preview-thumb__image-container:after{border-radius:inherit;box-shadow:inset 0 0 0 1px rgba(0,0,0,.15);content:"";pointer-events:none}.plyr__preview-thumb__image-container img{max-height:none;max-width:none}.plyr__preview-thumb__time-container{background:linear-gradient(transparent,rgba(0,0,0,.75));background:var(--plyr-video-controls-background,linear-gradient(transparent,rgba(0,0,0,.75)));border-bottom-left-radius:4px;border-bottom-left-radius:calc(5px - 1px);border-bottom-left-radius:calc(var(--plyr-tooltip-radius, 5px) - 1px);border-bottom-right-radius:4px;border-bottom-right-radius:calc(5px - 1px);border-bottom-right-radius:calc(var(--plyr-tooltip-radius, 5px) - 1px);bottom:0;left:0;line-height:1.1;padding:20px 6px 6px;position:absolute;right:0;z-index:3}.plyr__preview-thumb__time-container span{color:#fff;font-size:13px;font-size:var(--plyr-font-size-time,var(--plyr-font-size-small,13px))}.plyr__preview-scrubbing{bottom:0;filter:blur(1px);height:100%;left:0;margin:auto;opacity:0;overflow:hidden;pointer-events:none;position:absolute;right:0;top:0;transition:opacity .3s ease;width:100%;z-index:1}.plyr__preview-scrubbing--is-shown{opacity:1}.plyr__preview-scrubbing img{height:100%;left:0;max-height:none;max-width:none;-o-object-fit:contain;object-fit:contain;position:absolute;top:0;width:100%}.plyr--no-transition{transition:none!important}.plyr__sr-only{border:0!important;height:1px!important;padding:0!important;position:absolute!important;width:1px!important}.plyr__sr-only{clip:rect(1px,1px,1px,1px);overflow:hidden}.plyr [hidden]{display:none!important}:root {
  --iti-hover-color: rgba(0, 0, 0, 0.05);
  --iti-border-color: #ccc;
  --iti-dropdown-bg: white;
  --iti-icon-color: #555;
  --iti-spacer-horizontal: 8px;
  --iti-flag-height: 12px;
  --iti-flag-width: 16px;
  --iti-globe-height: 16px;
  --iti-search-clear-icon-height: 13px;
  --iti-border-width: 1px;
  --iti-arrow-height: 4px;
  --iti-arrow-width: calc((var(--iti-arrow-height) / 2) * 3);
  --iti-triangle-border: calc(var(--iti-arrow-width) / 2);
  --iti-arrow-padding: 6px;
  --iti-flag-sprite-width: 3904px;
  --iti-flag-sprite-height: 12px;
  --iti-mobile-popup-margin: 30px;
}.iti {
  position: relative;
  display: inline-block;
}.iti * {
  box-sizing: border-box;
}.iti__a11y-text {
  width: 1px;
  height: 1px;
  clip: rect(1px, 1px, 1px, 1px);
  overflow: hidden;
  position: absolute;
}.iti input.iti__tel-input,
.iti input.iti__tel-input[type=text],
.iti input.iti__tel-input[type=tel] {
  margin: 0 !important;
}.iti input.iti__tel-input,
.iti input.iti__tel-input[type=text],
.iti input.iti__tel-input[type=tel] {
  position: relative;
  z-index: 0;
}.iti__country-container {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  padding: 1px;
  padding: var(--iti-border-width);
}.iti__selected-country {
  z-index: 1;
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
  background: none;
  border: 0;
  margin: 0;
  padding: 0;
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  border-radius: 0;
  font-weight: inherit;
  line-height: inherit;
  -webkit-text-decoration: none;
  text-decoration: none;
}.iti__selected-country-primary {
  display: flex;
  align-items: center;
  height: 100%;
  padding: 0 6px 0 8px;
  padding: 0 var(--iti-arrow-padding) 0 var(--iti-spacer-horizontal);
}.iti__arrow {
  margin-left: 6px;
  margin-left: var(--iti-arrow-padding);
  width: 0;
  height: 0;
  border-left: calc(((4px / 2) * 3) / 2) solid transparent;
  border-left: calc(calc((4px / 2) * 3) / 2) solid transparent;
  border-left: var(--iti-triangle-border) solid transparent;
  border-right: calc(((4px / 2) * 3) / 2) solid transparent;
  border-right: calc(calc((4px / 2) * 3) / 2) solid transparent;
  border-right: var(--iti-triangle-border) solid transparent;
  border-top: 4px solid #555;
  border-top: var(--iti-arrow-height) solid var(--iti-icon-color);
}.iti__arrow--up {
  border-top: none;
  border-bottom: 4px solid #555;
  border-bottom: var(--iti-arrow-height) solid var(--iti-icon-color);
}.iti__dropdown-content {
  border-radius: 3px;
  background-color: white;
  background-color: var(--iti-dropdown-bg);
}.iti--inline-dropdown .iti__dropdown-content {
  border: 1px solid #ccc;
  border: var(--iti-border-width) solid var(--iti-border-color);
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
}.iti--inline-dropdown:not(.iti--container) .iti__dropdown-content {
  position: absolute;
  z-index: 2;
  left: 0;
}.iti__search-input {
  width: 100%;
  border-width: 0;
  border-radius: 3px;
  padding-left: 30px;
  padding-right: 28px;
}[dir=rtl] .iti__search-input {
  padding-left: inherit;
  padding-right: 30px;
  background-position: right 8px center;
}.iti__search-input::-webkit-search-cancel-button {
  -webkit-appearance: none;
          appearance: none;
}.iti__search-input, .iti__country {
  padding-top: 8px;
  padding-bottom: 8px;
}.iti__search-input-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #ccc;
  border-bottom: 1px solid var(--iti-border-color);
}.iti__search-icon {
  position: absolute;
  left: 8px;
  display: flex;
  pointer-events: none;
}[dir=rtl] .iti__search-icon {
  left: auto;
  right: 8px;
}.iti__search-icon-svg {
  width: 16px;
  width: var(--iti-globe-height);
  height: 16px;
  height: var(--iti-globe-height);
  display: block;
  stroke: #555;
  stroke: var(--iti-icon-color);
  fill: none;
  stroke-width: 3;
}.iti__search-clear {
  position: absolute;
  right: 4px;
  background: transparent;
  border: 0;
  border-radius: 3px;
  cursor: pointer;
  padding: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.15s ease;
}.iti__search-clear .iti__search-clear-x {
  stroke-width: 2;
}.iti__search-clear .iti__search-clear-bg {
  fill: #555;
  fill: var(--iti-icon-color);
}.iti__search-clear-svg {
  width: 13px;
  width: var(--iti-search-clear-icon-height);
  height: 13px;
  height: var(--iti-search-clear-icon-height);
  display: block;
}[dir=rtl] .iti__search-clear {
  right: auto;
  left: 4px;
}.iti__search-clear:hover, .iti__search-clear:focus-visible {
  background: rgba(0, 0, 0, 0.05);
  background: var(--iti-hover-color);
  outline: none;
}.iti__no-results {
  text-align: center;
  padding: 30px 0;
}.iti__country-list {
  list-style: none;
  padding: 0;
  margin: 0;
  cursor: pointer;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}.iti--inline-dropdown .iti__country-list {
  max-height: 185px;
}.iti--flexible-dropdown-width .iti__country-list {
  white-space: nowrap;
}@media (max-width: 500px) {
  .iti--flexible-dropdown-width .iti__country-list {
    white-space: normal;
  }
}.iti__country {
  display: flex;
  align-items: center;
  padding-left: 8px;
  padding-left: var(--iti-spacer-horizontal);
  padding-right: 8px;
  padding-right: var(--iti-spacer-horizontal);
  outline: none;
}.iti__country-name {
  flex-grow: 1;
}.iti__country-check {
  margin: 0 1px 0 8px;
  margin: 0 1px 0 var(--iti-spacer-horizontal);
  display: flex;
  align-items: center;
  color: #555;
  color: var(--iti-icon-color);
}.iti__country-check-svg {
  width: 13px;
  width: var(--iti-search-clear-icon-height);
  height: 13px;
  height: var(--iti-search-clear-icon-height);
  display: block;
}.iti__country.iti__highlight {
  background-color: rgba(0, 0, 0, 0.05);
  background-color: var(--iti-hover-color);
}.iti__country-list .iti__flag {
  margin-right: 8px;
  margin-right: var(--iti-spacer-horizontal);
}[dir=rtl] .iti__country-list .iti__flag {
  margin-right: 0;
  margin-left: 8px;
  margin-left: var(--iti-spacer-horizontal);
}.iti__country-list .iti__flag {
  flex-shrink: 0;
}.iti--allow-dropdown .iti__country-container:has(+ input[disabled]) button.iti__selected-country,
.iti--allow-dropdown .iti__country-container:has(+ input[readonly]) button.iti__selected-country {
  cursor: not-allowed;
}.iti--allow-dropdown .iti__country-container:has(+ input[disabled]) button.iti__selected-country .iti__arrow,
.iti--allow-dropdown .iti__country-container:has(+ input[readonly]) button.iti__selected-country .iti__arrow {
  visibility: hidden;
}.iti--allow-dropdown .iti__country-container:not(:has(+ input[disabled])):not(:has(+ input[readonly])) .iti__selected-country-primary:hover,
.iti--allow-dropdown .iti__country-container:not(:has(+ input[disabled])):not(:has(+ input[readonly])) .iti__selected-country:has(+ .iti__dropdown-content:hover) .iti__selected-country-primary {
  background-color: rgba(0, 0, 0, 0.05);
  background-color: var(--iti-hover-color);
}.iti .iti__selected-dial-code {
  margin-left: 4px;
}.iti--container {
  position: fixed;
  top: -1000px;
  left: -1000px;
  z-index: 1060;
}.iti--container:hover {
  cursor: pointer;
}.iti__hide {
  display: none;
}.iti__v-hide {
  visibility: hidden;
}.iti--fullscreen-popup.iti--container {
  background-color: rgba(0, 0, 0, 0.5);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  position: fixed;
  padding: 30px;
  padding: var(--iti-mobile-popup-margin);
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}.iti--fullscreen-popup .iti__dropdown-content {
  display: flex;
  flex-direction: column;
  max-height: 100%;
  position: relative;
}.iti--fullscreen-popup .iti__country,
.iti--fullscreen-popup .iti__search-input {
  padding-top: 10px;
  padding-bottom: 10px;
}.iti--fullscreen-popup .iti__country {
  padding-left: 10px;
  padding-right: 10px;
  line-height: 1.5em;
}.iti__flag {
  --iti-flag-offset: 100px;
  height: 12px;
  height: var(--iti-flag-height);
  width: 16px;
  width: var(--iti-flag-width);
  border-radius: 1px;
  box-shadow: 0px 0px 1px 0px #888;
  background-image: url(8d3659d9c6bcc00f2a32.webp);
  background-image: -webkit-image-set(url(8d3659d9c6bcc00f2a32.webp) 1x, url(fc5f24c9e36b3123945b.webp) 2x);
  background-image: image-set(url(8d3659d9c6bcc00f2a32.webp) 1x, url(fc5f24c9e36b3123945b.webp) 2x);
  background-image: -webkit-image-set(var(--iti-path-flags-1x) 1x, var(--iti-path-flags-2x) 2x);
  background-image: image-set(var(--iti-path-flags-1x) 1x, var(--iti-path-flags-2x) 2x);
  background-repeat: no-repeat;
  background-position: 100px 0;
  background-position: var(--iti-flag-offset) 0;
  background-size: 3904px 12px;
  background-size: var(--iti-flag-sprite-width) var(--iti-flag-sprite-height);
}@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi){.iti__flag {
  background-image: url(fc5f24c9e36b3123945b.webp);
}
}.iti__loading {
  position: relative;
  background: none;
  box-shadow: none;
}.iti__loading::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 12px;
  width: var(--iti-flag-height);
  height: 12px;
  height: var(--iti-flag-height);
  box-sizing: border-box;
  border: 2px solid #555;
  border: 2px solid var(--iti-icon-color);
  border-right-color: transparent;
  border-radius: 50%;
  animation: iti-spinner 1s linear infinite;
}@keyframes iti-spinner {
  to {
    transform: rotate(360deg);
  }
}.iti__ac {
  --iti-flag-offset: 0px;
}.iti__ad {
  --iti-flag-offset: -16px;
}.iti__ae {
  --iti-flag-offset: -32px;
}.iti__af {
  --iti-flag-offset: -48px;
}.iti__ag {
  --iti-flag-offset: -64px;
}.iti__ai {
  --iti-flag-offset: -80px;
}.iti__al {
  --iti-flag-offset: -96px;
}.iti__am {
  --iti-flag-offset: -112px;
}.iti__ao {
  --iti-flag-offset: -128px;
}.iti__ar {
  --iti-flag-offset: -144px;
}.iti__as {
  --iti-flag-offset: -160px;
}.iti__at {
  --iti-flag-offset: -176px;
}.iti__au {
  --iti-flag-offset: -192px;
}.iti__aw {
  --iti-flag-offset: -208px;
}.iti__ax {
  --iti-flag-offset: -224px;
}.iti__az {
  --iti-flag-offset: -240px;
}.iti__ba {
  --iti-flag-offset: -256px;
}.iti__bb {
  --iti-flag-offset: -272px;
}.iti__bd {
  --iti-flag-offset: -288px;
}.iti__be {
  --iti-flag-offset: -304px;
}.iti__bf {
  --iti-flag-offset: -320px;
}.iti__bg {
  --iti-flag-offset: -336px;
}.iti__bh {
  --iti-flag-offset: -352px;
}.iti__bi {
  --iti-flag-offset: -368px;
}.iti__bj {
  --iti-flag-offset: -384px;
}.iti__bl {
  --iti-flag-offset: -400px;
}.iti__bm {
  --iti-flag-offset: -416px;
}.iti__bn {
  --iti-flag-offset: -432px;
}.iti__bo {
  --iti-flag-offset: -448px;
}.iti__bq {
  --iti-flag-offset: -464px;
}.iti__br {
  --iti-flag-offset: -480px;
}.iti__bs {
  --iti-flag-offset: -496px;
}.iti__bt {
  --iti-flag-offset: -512px;
}.iti__bw {
  --iti-flag-offset: -528px;
}.iti__by {
  --iti-flag-offset: -544px;
}.iti__bz {
  --iti-flag-offset: -560px;
}.iti__ca {
  --iti-flag-offset: -576px;
}.iti__cc {
  --iti-flag-offset: -592px;
}.iti__cd {
  --iti-flag-offset: -608px;
}.iti__cf {
  --iti-flag-offset: -624px;
}.iti__cg {
  --iti-flag-offset: -640px;
}.iti__ch {
  --iti-flag-offset: -656px;
}.iti__ci {
  --iti-flag-offset: -672px;
}.iti__ck {
  --iti-flag-offset: -688px;
}.iti__cl {
  --iti-flag-offset: -704px;
}.iti__cm {
  --iti-flag-offset: -720px;
}.iti__cn {
  --iti-flag-offset: -736px;
}.iti__co {
  --iti-flag-offset: -752px;
}.iti__cr {
  --iti-flag-offset: -768px;
}.iti__cu {
  --iti-flag-offset: -784px;
}.iti__cv {
  --iti-flag-offset: -800px;
}.iti__cw {
  --iti-flag-offset: -816px;
}.iti__cx {
  --iti-flag-offset: -832px;
}.iti__cy {
  --iti-flag-offset: -848px;
}.iti__cz {
  --iti-flag-offset: -864px;
}.iti__de {
  --iti-flag-offset: -880px;
}.iti__dj {
  --iti-flag-offset: -896px;
}.iti__dk {
  --iti-flag-offset: -912px;
}.iti__dm {
  --iti-flag-offset: -928px;
}.iti__do {
  --iti-flag-offset: -944px;
}.iti__dz {
  --iti-flag-offset: -960px;
}.iti__ec {
  --iti-flag-offset: -976px;
}.iti__ee {
  --iti-flag-offset: -992px;
}.iti__eg {
  --iti-flag-offset: -1008px;
}.iti__eh {
  --iti-flag-offset: -1024px;
}.iti__er {
  --iti-flag-offset: -1040px;
}.iti__es {
  --iti-flag-offset: -1056px;
}.iti__et {
  --iti-flag-offset: -1072px;
}.iti__fi {
  --iti-flag-offset: -1088px;
}.iti__fj {
  --iti-flag-offset: -1104px;
}.iti__fk {
  --iti-flag-offset: -1120px;
}.iti__fm {
  --iti-flag-offset: -1136px;
}.iti__fo {
  --iti-flag-offset: -1152px;
}.iti__fr {
  --iti-flag-offset: -1168px;
}.iti__ga {
  --iti-flag-offset: -1184px;
}.iti__gb {
  --iti-flag-offset: -1200px;
}.iti__gd {
  --iti-flag-offset: -1216px;
}.iti__ge {
  --iti-flag-offset: -1232px;
}.iti__gf {
  --iti-flag-offset: -1248px;
}.iti__gg {
  --iti-flag-offset: -1264px;
}.iti__gh {
  --iti-flag-offset: -1280px;
}.iti__gi {
  --iti-flag-offset: -1296px;
}.iti__gl {
  --iti-flag-offset: -1312px;
}.iti__gm {
  --iti-flag-offset: -1328px;
}.iti__gn {
  --iti-flag-offset: -1344px;
}.iti__gp {
  --iti-flag-offset: -1360px;
}.iti__gq {
  --iti-flag-offset: -1376px;
}.iti__gr {
  --iti-flag-offset: -1392px;
}.iti__gt {
  --iti-flag-offset: -1408px;
}.iti__gu {
  --iti-flag-offset: -1424px;
}.iti__gw {
  --iti-flag-offset: -1440px;
}.iti__gy {
  --iti-flag-offset: -1456px;
}.iti__hk {
  --iti-flag-offset: -1472px;
}.iti__hn {
  --iti-flag-offset: -1488px;
}.iti__hr {
  --iti-flag-offset: -1504px;
}.iti__ht {
  --iti-flag-offset: -1520px;
}.iti__hu {
  --iti-flag-offset: -1536px;
}.iti__id {
  --iti-flag-offset: -1552px;
}.iti__ie {
  --iti-flag-offset: -1568px;
}.iti__il {
  --iti-flag-offset: -1584px;
}.iti__im {
  --iti-flag-offset: -1600px;
}.iti__in {
  --iti-flag-offset: -1616px;
}.iti__io {
  --iti-flag-offset: -1632px;
}.iti__iq {
  --iti-flag-offset: -1648px;
}.iti__ir {
  --iti-flag-offset: -1664px;
}.iti__is {
  --iti-flag-offset: -1680px;
}.iti__it {
  --iti-flag-offset: -1696px;
}.iti__je {
  --iti-flag-offset: -1712px;
}.iti__jm {
  --iti-flag-offset: -1728px;
}.iti__jo {
  --iti-flag-offset: -1744px;
}.iti__jp {
  --iti-flag-offset: -1760px;
}.iti__ke {
  --iti-flag-offset: -1776px;
}.iti__kg {
  --iti-flag-offset: -1792px;
}.iti__kh {
  --iti-flag-offset: -1808px;
}.iti__ki {
  --iti-flag-offset: -1824px;
}.iti__km {
  --iti-flag-offset: -1840px;
}.iti__kn {
  --iti-flag-offset: -1856px;
}.iti__kp {
  --iti-flag-offset: -1872px;
}.iti__kr {
  --iti-flag-offset: -1888px;
}.iti__kw {
  --iti-flag-offset: -1904px;
}.iti__ky {
  --iti-flag-offset: -1920px;
}.iti__kz {
  --iti-flag-offset: -1936px;
}.iti__la {
  --iti-flag-offset: -1952px;
}.iti__lb {
  --iti-flag-offset: -1968px;
}.iti__lc {
  --iti-flag-offset: -1984px;
}.iti__li {
  --iti-flag-offset: -2000px;
}.iti__lk {
  --iti-flag-offset: -2016px;
}.iti__lr {
  --iti-flag-offset: -2032px;
}.iti__ls {
  --iti-flag-offset: -2048px;
}.iti__lt {
  --iti-flag-offset: -2064px;
}.iti__lu {
  --iti-flag-offset: -2080px;
}.iti__lv {
  --iti-flag-offset: -2096px;
}.iti__ly {
  --iti-flag-offset: -2112px;
}.iti__ma {
  --iti-flag-offset: -2128px;
}.iti__mc {
  --iti-flag-offset: -2144px;
}.iti__md {
  --iti-flag-offset: -2160px;
}.iti__me {
  --iti-flag-offset: -2176px;
}.iti__mf {
  --iti-flag-offset: -2192px;
}.iti__mg {
  --iti-flag-offset: -2208px;
}.iti__mh {
  --iti-flag-offset: -2224px;
}.iti__mk {
  --iti-flag-offset: -2240px;
}.iti__ml {
  --iti-flag-offset: -2256px;
}.iti__mm {
  --iti-flag-offset: -2272px;
}.iti__mn {
  --iti-flag-offset: -2288px;
}.iti__mo {
  --iti-flag-offset: -2304px;
}.iti__mp {
  --iti-flag-offset: -2320px;
}.iti__mq {
  --iti-flag-offset: -2336px;
}.iti__mr {
  --iti-flag-offset: -2352px;
}.iti__ms {
  --iti-flag-offset: -2368px;
}.iti__mt {
  --iti-flag-offset: -2384px;
}.iti__mu {
  --iti-flag-offset: -2400px;
}.iti__mv {
  --iti-flag-offset: -2416px;
}.iti__mw {
  --iti-flag-offset: -2432px;
}.iti__mx {
  --iti-flag-offset: -2448px;
}.iti__my {
  --iti-flag-offset: -2464px;
}.iti__mz {
  --iti-flag-offset: -2480px;
}.iti__na {
  --iti-flag-offset: -2496px;
}.iti__nc {
  --iti-flag-offset: -2512px;
}.iti__ne {
  --iti-flag-offset: -2528px;
}.iti__nf {
  --iti-flag-offset: -2544px;
}.iti__ng {
  --iti-flag-offset: -2560px;
}.iti__ni {
  --iti-flag-offset: -2576px;
}.iti__nl {
  --iti-flag-offset: -2592px;
}.iti__no {
  --iti-flag-offset: -2608px;
}.iti__np {
  --iti-flag-offset: -2624px;
}.iti__nr {
  --iti-flag-offset: -2640px;
}.iti__nu {
  --iti-flag-offset: -2656px;
}.iti__nz {
  --iti-flag-offset: -2672px;
}.iti__om {
  --iti-flag-offset: -2688px;
}.iti__pa {
  --iti-flag-offset: -2704px;
}.iti__pe {
  --iti-flag-offset: -2720px;
}.iti__pf {
  --iti-flag-offset: -2736px;
}.iti__pg {
  --iti-flag-offset: -2752px;
}.iti__ph {
  --iti-flag-offset: -2768px;
}.iti__pk {
  --iti-flag-offset: -2784px;
}.iti__pl {
  --iti-flag-offset: -2800px;
}.iti__pm {
  --iti-flag-offset: -2816px;
}.iti__pr {
  --iti-flag-offset: -2832px;
}.iti__ps {
  --iti-flag-offset: -2848px;
}.iti__pt {
  --iti-flag-offset: -2864px;
}.iti__pw {
  --iti-flag-offset: -2880px;
}.iti__py {
  --iti-flag-offset: -2896px;
}.iti__qa {
  --iti-flag-offset: -2912px;
}.iti__re {
  --iti-flag-offset: -2928px;
}.iti__ro {
  --iti-flag-offset: -2944px;
}.iti__rs {
  --iti-flag-offset: -2960px;
}.iti__ru {
  --iti-flag-offset: -2976px;
}.iti__rw {
  --iti-flag-offset: -2992px;
}.iti__sa {
  --iti-flag-offset: -3008px;
}.iti__sb {
  --iti-flag-offset: -3024px;
}.iti__sc {
  --iti-flag-offset: -3040px;
}.iti__sd {
  --iti-flag-offset: -3056px;
}.iti__se {
  --iti-flag-offset: -3072px;
}.iti__sg {
  --iti-flag-offset: -3088px;
}.iti__sh {
  --iti-flag-offset: -3104px;
}.iti__si {
  --iti-flag-offset: -3120px;
}.iti__sj {
  --iti-flag-offset: -3136px;
}.iti__sk {
  --iti-flag-offset: -3152px;
}.iti__sl {
  --iti-flag-offset: -3168px;
}.iti__sm {
  --iti-flag-offset: -3184px;
}.iti__sn {
  --iti-flag-offset: -3200px;
}.iti__so {
  --iti-flag-offset: -3216px;
}.iti__sr {
  --iti-flag-offset: -3232px;
}.iti__ss {
  --iti-flag-offset: -3248px;
}.iti__st {
  --iti-flag-offset: -3264px;
}.iti__sv {
  --iti-flag-offset: -3280px;
}.iti__sx {
  --iti-flag-offset: -3296px;
}.iti__sy {
  --iti-flag-offset: -3312px;
}.iti__sz {
  --iti-flag-offset: -3328px;
}.iti__tc {
  --iti-flag-offset: -3344px;
}.iti__td {
  --iti-flag-offset: -3360px;
}.iti__tg {
  --iti-flag-offset: -3376px;
}.iti__th {
  --iti-flag-offset: -3392px;
}.iti__tj {
  --iti-flag-offset: -3408px;
}.iti__tk {
  --iti-flag-offset: -3424px;
}.iti__tl {
  --iti-flag-offset: -3440px;
}.iti__tm {
  --iti-flag-offset: -3456px;
}.iti__tn {
  --iti-flag-offset: -3472px;
}.iti__to {
  --iti-flag-offset: -3488px;
}.iti__tr {
  --iti-flag-offset: -3504px;
}.iti__tt {
  --iti-flag-offset: -3520px;
}.iti__tv {
  --iti-flag-offset: -3536px;
}.iti__tw {
  --iti-flag-offset: -3552px;
}.iti__tz {
  --iti-flag-offset: -3568px;
}.iti__ua {
  --iti-flag-offset: -3584px;
}.iti__ug {
  --iti-flag-offset: -3600px;
}.iti__us {
  --iti-flag-offset: -3616px;
}.iti__uy {
  --iti-flag-offset: -3632px;
}.iti__uz {
  --iti-flag-offset: -3648px;
}.iti__va {
  --iti-flag-offset: -3664px;
}.iti__vc {
  --iti-flag-offset: -3680px;
}.iti__ve {
  --iti-flag-offset: -3696px;
}.iti__vg {
  --iti-flag-offset: -3712px;
}.iti__vi {
  --iti-flag-offset: -3728px;
}.iti__vn {
  --iti-flag-offset: -3744px;
}.iti__vu {
  --iti-flag-offset: -3760px;
}.iti__wf {
  --iti-flag-offset: -3776px;
}.iti__ws {
  --iti-flag-offset: -3792px;
}.iti__xk {
  --iti-flag-offset: -3808px;
}.iti__ye {
  --iti-flag-offset: -3824px;
}.iti__yt {
  --iti-flag-offset: -3840px;
}.iti__za {
  --iti-flag-offset: -3856px;
}.iti__zm {
  --iti-flag-offset: -3872px;
}.iti__zw {
  --iti-flag-offset: -3888px;
}.iti__globe {
  background: none;
  box-shadow: none;
  height: 16px;
  height: var(--iti-globe-height);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}.iti__globe .iti__globe-svg {
  width: 100%;
  height: 100%;
  fill: #555;
  fill: var(--iti-icon-color);
}/* Browsers normally add a coloured outline when you focus an input. Chrome adds a blue outline WITHIN the input. If you focus the input and then hover the selected country, it's bg color square overlaps the focus outline and looks bad. Here, @supports is used to target Chrome only, and move the default outline out by 1px so there's no overlap. */@supports (-webkit-appearance: none) and (not (background: -webkit-canvas(foo))) {
  .iti__tel-input:focus {
    outline-offset: 1px;
  }
}:root {
  --iti-path-flags-1x: url(8d3659d9c6bcc00f2a32.webp);
  --iti-path-flags-2x: url(fc5f24c9e36b3123945b.webp);
}.gg-add-r {
    box-sizing: border-box;
    position: relative;
    display: block;
    width: 22px;
    height: 22px;
    border: 2px solid;
    transform: scale(1);
    transform: scale(var(--ggs, 1));
    border-radius: 4px
}.gg-add-r::after,
.gg-add-r::before {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    width: 10px;
    height: 2px;
    background: currentColor;
    border-radius: 5px;
    top: 8px;
    left: 4px
}.gg-add-r::after {
    width: 2px;
    height: 10px;
    top: 4px;
    left: 8px
}.gg-add {
    box-sizing: border-box;
    position: relative;
    display: block;
    width: 22px;
    height: 22px;
    border: 2px solid;
    transform: scale(1);
    transform: scale(var(--ggs, 1));
    border-radius: 22px
}.gg-add::after,
.gg-add::before {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    width: 10px;
    height: 2px;
    background: currentColor;
    border-radius: 5px;
    top: 8px;
    left: 4px
}.gg-add::after {
    width: 2px;
    height: 10px;
    top: 4px;
    left: 8px
}.gg-math-plus,
.gg-math-plus::after {
    display: block;
    box-sizing: border-box;
    background: currentColor;
    border-radius: 10px
}.gg-math-plus {
    margin-top: -2px;
    position: relative;
    transform: scale(1);
    transform: scale(var(--ggs, 1));
    width: 16px;
    height: 2px
}.gg-math-plus::after {
    content: "";
    position: absolute;
    width: 2px;
    height: 16px;
    top: -7px;
    left: 7px
}.gg-alarm {
    background: linear-gradient(to left, currentColor 5px, transparent 0)no-repeat 4.5px 6px/5px 2px, linear-gradient(to left, currentColor 7px, transparent 0)no-repeat 4.5px 2px/2px 6px;
    box-sizing: border-box;
    position: relative;
    display: block;
    width: 16px;
    height: 16px;
    border-radius: 100%;
    border: 2px solid transparent;
    transform: scale(1);
    transform: scale(var(--ggs, 1));
    box-shadow: 0 0 0 2px
}.gg-alarm::after,
.gg-alarm::before {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    width: 6px;
    height: 2px;
    background: currentColor;
    top: -4px
}.gg-alarm::before {
    left: -5px;
    transform: rotate(-42deg)
}.gg-alarm::after {
    transform: rotate(42deg);
    right: -5px
}.gg-arrow-down-o {
    box-sizing: border-box;
    position: relative;
    display: block;
    width: 22px;
    height: 22px;
    border: 2px solid;
    transform: scale(1);
    transform: scale(var(--ggs, 1));
    border-radius: 20px
}.gg-arrow-down-o::after,
.gg-arrow-down-o::before {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    bottom: 4px
}.gg-arrow-down-o::after {
    width: 6px;
    height: 6px;
    border-bottom: 2px solid;
    border-left: 2px solid;
    transform: rotate(-45deg);
    left: 6px
}.gg-arrow-down-o::before {
    width: 2px;
    height: 10px;
    left: 8px;
    background: currentColor
}.gg-arrow-down-r {
    box-sizing: border-box;
    position: relative;
    display: block;
    width: 22px;
    height: 22px;
    border: 2px solid;
    transform: scale(1);
    transform: scale(var(--ggs, 1));
    border-radius: 4px
}.gg-arrow-down-r::after,
.gg-arrow-down-r::before {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    bottom: 4px
}.gg-arrow-down-r::after {
    width: 6px;
    height: 6px;
    border-bottom: 2px solid;
    border-left: 2px solid;
    transform: rotate(-45deg);
    left: 6px
}.gg-arrow-down-r::before {
    width: 2px;
    height: 10px;
    left: 8px;
    background: currentColor
}.gg-arrow-down {
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: scale(1);
    transform: scale(var(--ggs, 1));
    width: 22px;
    height: 22px
}.gg-arrow-down::after,
.gg-arrow-down::before {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    bottom: 4px
}.gg-arrow-down::after {
    width: 8px;
    height: 8px;
    border-bottom: 2px solid;
    border-left: 2px solid;
    transform: rotate(-45deg);
    left: 7px
}.gg-arrow-down::before {
    width: 2px;
    height: 16px;
    left: 10px;
    background: currentColor
}.gg-arrow-left-o {
    box-sizing: border-box;
    position: relative;
    display: block;
    width: 22px;
    height: 22px;
    border: 2px solid;
    transform: scale(1);
    transform: scale(var(--ggs, 1));
    border-radius: 22px
}.gg-arrow-left-o::after,
.gg-arrow-left-o::before {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    left: 4px
}.gg-arrow-left-o::after {
    width: 6px;
    height: 6px;
    border-bottom: 2px solid;
    border-left: 2px solid;
    transform: rotate(45deg);
    bottom: 6px
}.gg-arrow-left-o::before {
    width: 10px;
    height: 2px;
    bottom: 8px;
    background: currentColor
}.gg-arrow-left {
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: scale(1);
    transform: scale(var(--ggs, 1));
    width: 22px;
    height: 22px
}.gg-arrow-left::after,
.gg-arrow-left::before {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    left: 3px
}.gg-arrow-left::after {
    width: 8px;
    height: 8px;
    border-bottom: 2px solid;
    border-left: 2px solid;
    transform: rotate(45deg);
    bottom: 7px
}.gg-arrow-left::before {
    width: 16px;
    height: 2px;
    bottom: 10px;
    background: currentColor
}.gg-arrow-right-o {
    box-sizing: border-box;
    position: relative;
    display: block;
    width: 22px;
    height: 22px;
    border: 2px solid;
    transform: scale(1);
    transform: scale(var(--ggs, 1));
    border-radius: 20px
}.gg-arrow-right-o::after,
.gg-arrow-right-o::before {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    right: 4px
}.gg-arrow-right-o::after {
    width: 6px;
    height: 6px;
    border-top: 2px solid;
    border-right: 2px solid;
    transform: rotate(45deg);
    bottom: 6px
}.gg-arrow-right-o::before {
    width: 10px;
    height: 2px;
    bottom: 8px;
    background: currentColor
}.gg-arrow-right {
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: scale(1);
    transform: scale(var(--ggs, 1));
    width: 22px;
    height: 22px
}.gg-arrow-right::after,
.gg-arrow-right::before {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    right: 3px
}.gg-arrow-right::after {
    width: 8px;
    height: 8px;
    border-top: 2px solid;
    border-right: 2px solid;
    transform: rotate(45deg);
    bottom: 7px
}.gg-arrow-right::before {
    width: 16px;
    height: 2px;
    bottom: 10px;
    background: currentColor
}.gg-arrow-up-o {
    box-sizing: border-box;
    position: relative;
    display: block;
    width: 22px;
    height: 22px;
    border: 2px solid;
    transform: scale(1);
    transform: scale(var(--ggs, 1));
    border-radius: 20px
}.gg-arrow-up-o::after,
.gg-arrow-up-o::before {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    top: 4px
}.gg-arrow-up-o::after {
    width: 6px;
    height: 6px;
    border-top: 2px solid;
    border-left: 2px solid;
    transform: rotate(45deg);
    left: 6px
}.gg-arrow-up-o::before {
    width: 2px;
    height: 10px;
    left: 8px;
    background: currentColor
}.gg-arrow-up {
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: scale(1);
    transform: scale(var(--ggs, 1));
    width: 22px;
    height: 22px
}.gg-arrow-up::after,
.gg-arrow-up::before {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    top: 4px
}.gg-arrow-up::after {
    width: 8px;
    height: 8px;
    border-top: 2px solid;
    border-left: 2px solid;
    transform: rotate(45deg);
    left: 7px
}.gg-arrow-up::before {
    width: 2px;
    height: 16px;
    left: 10px;
    background: currentColor
}.gg-attachment {
    box-sizing: border-box;
    position: relative;
    display: block;
    width: 14px;
    height: 14px;
    border: 2px solid;
    border-top: 0;
    border-bottom-left-radius: 100px;
    border-bottom-right-radius: 100px;
    transform: scale(1);
    transform: scale(var(--ggs, 1));
    margin-top: 11px
}.gg-attachment::after,
.gg-attachment::before {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    border-radius: 3px;
    border: 2px solid
}.gg-attachment::after {
    border-bottom: 0;
    border-top-left-radius: 100px;
    border-top-right-radius: 100px;
    right: -2px;
    width: 10px;
    height: 14px;
    bottom: 8px
}.gg-attachment::before {
    width: 6px;
    height: 12px;
    border-top: 0;
    border-bottom-left-radius: 100px;
    border-bottom-right-radius: 100px;
    left: 2px;
    bottom: 4px
}.gg-bell,
.gg-bell::before {
    border-top-left-radius: 100px;
    border-top-right-radius: 100px
}.gg-bell {
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: scale(1);
    transform: scale(var(--ggs, 1));
    border: 2px solid;
    border-bottom: 0;
    width: 14px;
    height: 14px
}.gg-bell::after,
.gg-bell::before {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute
}.gg-bell::before {
    background: currentColor;
    width: 4px;
    height: 4px;
    top: -4px;
    left: 3px
}.gg-bell::after {
    border-radius: 3px;
    width: 16px;
    height: 10px;
    border: 6px solid transparent;
    border-top: 1px solid transparent;
    box-shadow: inset 0 0 0 4px, 0 -2px 0 0;
    top: 14px;
    left: -3px;
    border-bottom-left-radius: 100px;
    border-bottom-right-radius: 100px
}.gg-calendar-dates {
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: scale(1);
    transform: scale(var(--ggs, 1));
    width: 18px;
    height: 18px;
    border: 2px solid;
    border-radius: 3px
}.gg-calendar-dates::after,
.gg-calendar-dates::before {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    border-radius: 3px;
    height: 2px;
    left: 2px
}.gg-calendar-dates::before {
    background: currentColor;
    width: 2px;
    box-shadow: 4px 0 0, 8px 0 0, 0 4px 0, 4px 4px 0, 8px 4px 0;
    top: 6px
}.gg-calendar-dates::after {
    width: 10px;
    top: -4px;
    box-shadow: 0 6px 0 0
}.gg-check-o {
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: scale(1);
    transform: scale(var(--ggs, 1));
    width: 22px;
    height: 22px;
    border: 2px solid;
    border-radius: 100px
}.gg-check-o::after {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    left: 3px;
    top: -1px;
    width: 6px;
    height: 10px;
    border-color: currentColor;
    border-width: 0 2px 2px 0;
    border-style: solid;
    transform-origin: bottom left;
    transform: rotate(45deg)
}.gg-check {
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: scale(1);
    transform: scale(var(--ggs, 1));
    width: 22px;
    height: 22px;
    border: 2px solid transparent;
    border-radius: 100px
}.gg-check::after {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    left: 3px;
    top: -1px;
    width: 6px;
    height: 10px;
    border-width: 0 2px 2px 0;
    border-style: solid;
    transform-origin: bottom left;
    transform: rotate(45deg)
}.gg-chevron-down {
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: scale(1);
    transform: scale(var(--ggs, 1));
    width: 22px;
    height: 22px;
    border: 2px solid transparent;
    border-radius: 100px
}.gg-chevron-down::after {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    width: 10px;
    height: 10px;
    border-bottom: 2px solid;
    border-right: 2px solid;
    transform: rotate(45deg);
    left: 4px;
    top: 2px
}.gg-chevron-left {
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: scale(1);
    transform: scale(var(--ggs, 1));
    width: 22px;
    height: 22px;
    border: 2px solid transparent;
    border-radius: 100px
}.gg-chevron-left::after {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    width: 10px;
    height: 10px;
    border-bottom: 2px solid;
    border-left: 2px solid;
    transform: rotate(45deg);
    left: 6px;
    top: 4px
}.gg-chevron-right {
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: scale(1);
    transform: scale(var(--ggs, 1));
    width: 22px;
    height: 22px;
    border: 2px solid transparent;
    border-radius: 100px
}.gg-chevron-right::after {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    width: 10px;
    height: 10px;
    border-bottom: 2px solid;
    border-right: 2px solid;
    transform: rotate(-45deg);
    right: 6px;
    top: 4px
}.gg-chevron-up {
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: scale(1);
    transform: scale(var(--ggs, 1));
    width: 22px;
    height: 22px;
    border: 2px solid transparent;
    border-radius: 100px
}.gg-chevron-up::after {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    width: 10px;
    height: 10px;
    border-top: 2px solid;
    border-right: 2px solid;
    transform: rotate(-45deg);
    left: 4px;
    bottom: 2px
}.gg-clipboard {
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: scale(1);
    transform: scale(var(--ggs, 1));
    width: 18px;
    height: 18px;
    border: 2px solid;
    border-radius: 2px
}.gg-clipboard::after,
.gg-clipboard::before {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    border-radius: 2px;
    width: 10px;
    left: 2px
}.gg-clipboard::before {
    border: 2px solid;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    top: -2px;
    height: 6px
}.gg-clipboard::after {
    height: 2px;
    background: currentColor;
    box-shadow: 0 -4px 0 0;
    bottom: 2px
}.gg-close-o {
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: scale(1);
    transform: scale(var(--ggs, 1));
    width: 22px;
    height: 22px;
    border: 2px solid;
    border-radius: 40px
}.gg-close-o::after,
.gg-close-o::before {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    width: 12px;
    height: 2px;
    background: currentColor;
    transform: rotate(45deg);
    border-radius: 5px;
    top: 8px;
    left: 3px
}.gg-close-o::after {
    transform: rotate(-45deg)
}.gg-close {
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: scale(1);
    transform: scale(var(--ggs, 1));
    width: 22px;
    height: 22px;
    border: 2px solid transparent;
    border-radius: 40px
}.gg-close::after,
.gg-close::before {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    width: 16px;
    height: 2px;
    background: currentColor;
    transform: rotate(45deg);
    border-radius: 5px;
    top: 8px;
    left: 1px
}.gg-close::after {
    transform: rotate(-45deg)
}.gg-comment {
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: scale(1);
    transform: scale(var(--ggs, 1));
    width: 20px;
    height: 16px;
    border: 2px solid;
    border-bottom: 0;
    box-shadow: -6px 8px 0 -6px, 6px 8px 0 -6px
}.gg-comment::after,
.gg-comment::before {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    width: 8px
}.gg-comment::before {
    border: 2px solid;
    border-top-color: transparent;
    border-bottom-left-radius: 20px;
    right: 4px;
    bottom: -6px;
    height: 6px
}.gg-comment::after {
    height: 2px;
    background: currentColor;
    box-shadow: 0 4px 0 0;
    left: 4px;
    top: 4px
}.gg-copy {
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: scale(1);
    transform: scale(var(--ggs, 1));
    width: 14px;
    height: 18px;
    border: 2px solid;
    margin-left: -5px;
    margin-top: -4px
}.gg-copy::after,
.gg-copy::before {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute
}.gg-copy::before {
    background: linear-gradient(to left, currentColor 5px, transparent 0)no-repeat right top/5px 2px, linear-gradient(to left, currentColor 5px, transparent 0)no-repeat left bottom/ 2px 5px;
    box-shadow: inset -4px -4px 0 -2px;
    bottom: -6px;
    right: -6px;
    width: 14px;
    height: 18px
}.gg-copy::after {
    width: 6px;
    height: 2px;
    background: currentColor;
    left: 2px;
    top: 2px;
    box-shadow: 0 4px 0, 0 8px 0
}.gg-danger {
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: scale(1);
    transform: scale(var(--ggs, 1));
    width: 20px;
    height: 20px;
    border: 2px solid;
    border-radius: 40px
}.gg-danger::after,
.gg-danger::before {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    border-radius: 3px;
    width: 2px;
    background: currentColor;
    left: 7px
}.gg-danger::after {
    top: 2px;
    height: 8px
}.gg-danger::before {
    height: 2px;
    bottom: 2px
}.gg-duplicate {
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: scale(1);
    transform: scale(var(--ggs, 1));
    width: 10px;
    height: 10px;
    border: 2px solid transparent;
    border-bottom: 4px solid transparent;
    box-shadow: 0 0 0 2px, inset 0 -2px 0 0;
    margin-left: -4px;
    margin-top: 4px
}.gg-duplicate::after,
.gg-duplicate::before {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute
}.gg-duplicate::before {
    background: currentColor;
    left: 2px;
    bottom: -2px;
    width: 2px;
    height: 6px
}.gg-duplicate::after {
    width: 14px;
    height: 14px;
    border-right: 2px solid;
    border-top: 2px solid;
    right: -8px;
    top: -8px
}.gg-eye {
    position: relative;
    display: block;
    transform: scale(1);
    transform: scale(var(--ggs, 1));
    width: 24px;
    height: 18px;
    border-bottom-right-radius: 100px;
    border-bottom-left-radius: 100px;
    overflow: hidden;
    box-sizing: border-box
}.gg-eye::after,
.gg-eye::before {
    content: "";
    display: block;
    border-radius: 100px;
    position: absolute;
    box-sizing: border-box
}.gg-eye::after {
    top: 2px;
    box-shadow: inset 0 -8px 0 2px, inset 0 0 0 2px;
    width: 24px;
    height: 24px
}.gg-eye::before {
    width: 8px;
    height: 8px;
    border: 2px solid;
    bottom: 4px;
    left: 8px
}.gg-file-add {
    background: linear-gradient(to bottom, currentColor 5px, transparent 0)no-repeat 2px 9px/6px 2px;
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: scale(1);
    transform: scale(var(--ggs, 1));
    width: 14px;
    height: 16px;
    border: 2px solid transparent;
    border-right: 0;
    border-top: 0;
    box-shadow: 0 0 0 2px;
    border-radius: 1px;
    border-top-right-radius: 4px;
    overflow: hidden
}.gg-file-add::after,
.gg-file-add::before {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    height: 6px
}.gg-file-add::before {
    background: currentColor;
    left: 4px;
    width: 2px;
    top: 7px
}.gg-file-add::after {
    width: 6px;
    border-left: 2px solid;
    border-bottom: 2px solid;
    right: -1px;
    top: -1px
}.gg-file-document {
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: scale(1);
    transform: scale(var(--ggs, 1));
    width: 14px;
    height: 16px;
    border: 2px solid transparent;
    border-right: 0;
    border-top: 0;
    box-shadow: 0 0 0 2px;
    border-radius: 1px;
    border-top-right-radius: 4px;
    overflow: hidden
}.gg-file-document::after,
.gg-file-document::before {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute
}.gg-file-document::before {
    background: currentColor;
    box-shadow: 0 4px 0, -6px -4px 0;
    left: 0;
    width: 10px;
    height: 2px;
    top: 8px
}.gg-file-document::after {
    width: 6px;
    height: 6px;
    border-left: 2px solid;
    border-bottom: 2px solid;
    right: -1px;
    top: -1px
}.gg-file-remove {
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: scale(1);
    transform: scale(var(--ggs, 1));
    width: 14px;
    height: 16px;
    border: 2px solid transparent;
    border-right: 0;
    border-top: 0;
    box-shadow: 0 0 0 2px;
    border-radius: 1px;
    border-top-right-radius: 4px;
    overflow: hidden
}.gg-file-remove::after,
.gg-file-remove::before {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    width: 6px
}.gg-file-remove::before {
    background: currentColor;
    left: 2px;
    height: 2px;
    top: 9px
}.gg-file-remove::after {
    height: 6px;
    border-left: 2px solid;
    border-bottom: 2px solid;
    right: -1px;
    top: -1px
}.gg-file {
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: scale(1);
    transform: scale(var(--ggs, 1));
    width: 14px;
    height: 16px;
    border: 2px solid transparent;
    border-right: 0;
    border-top: 0;
    box-shadow: 0 0 0 2px;
    border-radius: 1px;
    border-top-right-radius: 4px;
    overflow: hidden
}.gg-file::after {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    width: 6px;
    height: 6px;
    border-left: 2px solid;
    border-bottom: 2px solid;
    right: -1px;
    top: -1px
}.gg-folder-add {
    background: linear-gradient(to left, currentColor 10px, transparent 0)no-repeat center center/2px 6px;
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: scale(1);
    transform: scale(var(--ggs, 1));
    width: 22px;
    height: 16px;
    border: 2px solid;
    border-radius: 3px
}.gg-folder-add::after,
.gg-folder-add::before {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute
}.gg-folder-add::before {
    background: currentColor;
    left: 6px;
    width: 6px;
    height: 2px;
    top: 5px
}.gg-folder-add::after {
    width: 10px;
    height: 4px;
    border: 2px solid;
    border-bottom: 0;
    border-top-left-radius: 2px;
    border-top-right-radius: 4px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    top: -5px
}.gg-folder-remove {
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: scale(1);
    transform: scale(var(--ggs, 1));
    width: 22px;
    height: 16px;
    border: 2px solid;
    border-radius: 3px
}.gg-folder-remove::after,
.gg-folder-remove::before {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    border-radius: 3px
}.gg-folder-remove::before {
    background: currentColor;
    left: 5px;
    width: 8px;
    height: 2px;
    top: 5px
}.gg-folder-remove::after {
    width: 10px;
    height: 4px;
    border: 2px solid;
    border-bottom: 0;
    border-top-left-radius: 2px;
    border-top-right-radius: 4px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    top: -5px
}.gg-folder {
    transform: scale(1);
    transform: scale(var(--ggs, 1))
}.gg-folder,
.gg-folder::after {
    box-sizing: border-box;
    position: relative;
    display: block;
    width: 22px;
    height: 16px;
    border: 2px solid;
    border-radius: 3px
}.gg-folder::after {
    content: "";
    position: absolute;
    width: 10px;
    height: 4px;
    border-bottom: 0;
    border-top-left-radius: 2px;
    border-top-right-radius: 4px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    top: -5px
}.gg-image {
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: scale(1);
    transform: scale(var(--ggs, 1));
    width: 20px;
    height: 16px;
    overflow: hidden;
    box-shadow: 0 0 0 2px;
    border-radius: 2px
}.gg-image::after,
.gg-image::before {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    border: 2px solid
}.gg-image::after {
    transform: rotate(45deg);
    border-radius: 3px;
    width: 16px;
    height: 16px;
    top: 9px;
    left: 6px
}.gg-image::before {
    width: 6px;
    height: 6px;
    border-radius: 100%;
    top: 2px;
    left: 2px
}.gg-info {
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: scale(1);
    transform: scale(var(--ggs, 1));
    width: 20px;
    height: 20px;
    border: 2px solid;
    border-radius: 40px
}.gg-info::after,
.gg-info::before {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    border-radius: 3px;
    width: 2px;
    background: currentColor;
    left: 7px
}.gg-info::after {
    bottom: 2px;
    height: 8px
}.gg-info::before {
    height: 2px;
    top: 2px
}.gg-maximize-alt {
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: scale(1);
    transform: scale(var(--ggs, 1));
    width: 14px;
    height: 14px;
    box-shadow: -6px -6px 0 -4px, 6px 6px 0 -4px, 6px -6px 0 -4px, -6px 6px 0 -4px
}.gg-maximize-alt::after,
.gg-maximize-alt::before {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    border-radius: 3px;
    width: 22px;
    height: 2px;
    border-left: 8px solid;
    border-right: 8px solid;
    transform: rotate(-45deg);
    bottom: 6px;
    left: -4px
}.gg-maximize-alt::before {
    transform: rotate(45deg)
}.gg-maximize {
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: scale(1);
    transform: scale(var(--ggs, 1));
    width: 14px;
    height: 14px;
    box-shadow: -6px -6px 0 -4px, 6px 6px 0 -4px, 6px -6px 0 -4px, -6px 6px 0 -4px
}.gg-menu-left {
    transform: scale(1);
    transform: scale(var(--ggs, 1))
}.gg-menu-left,
.gg-menu-left::after,
.gg-menu-left::before {
    box-sizing: border-box;
    position: relative;
    display: block;
    width: 20px;
    height: 2px;
    border-radius: 3px;
    background: currentColor
}.gg-menu-left::after,
.gg-menu-left::before {
    content: "";
    position: absolute;
    top: -6px;
    width: 10px
}.gg-menu-left::after {
    top: 6px;
    width: 14px
}.gg-menu-right {
    transform: scale(1);
    transform: scale(var(--ggs, 1))
}.gg-menu-right,
.gg-menu-right::after,
.gg-menu-right::before {
    box-sizing: border-box;
    position: relative;
    display: block;
    width: 20px;
    height: 2px;
    border-radius: 3px;
    background: currentColor
}.gg-menu-right::after,
.gg-menu-right::before {
    content: "";
    position: absolute;
    top: -6px;
    right: 0;
    width: 10px
}.gg-menu-right::after {
    top: 6px;
    width: 14px
}.gg-menu {
    transform: scale(1);
    transform: scale(var(--ggs, 1))
}.gg-menu,
.gg-menu::after,
.gg-menu::before {
    box-sizing: border-box;
    position: relative;
    display: block;
    width: 20px;
    height: 2px;
    border-radius: 3px;
    background: currentColor
}.gg-menu::after,
.gg-menu::before {
    content: "";
    position: absolute;
    top: -6px
}.gg-menu::after {
    top: 6px
}.gg-minimize {
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: scale(1);
    transform: scale(var(--ggs, 1));
    width: 4px;
    height: 4px;
    box-shadow: -8px -4px 0 -1px, -6px -4px 0 -1px, 8px 4px 0 -1px, 6px 4px 0 -1px, 8px -4px 0 -1px, 6px -4px 0 -1px, -8px 4px 0 -1px, -6px 4px 0 -1px
}.gg-minimize::after,
.gg-minimize::before {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    width: 2px;
    height: 18px;
    border-top: 6px solid;
    border-bottom: 6px solid;
    box-shadow: 18px 0 0 -2px;
    top: -7px
}.gg-minimize::after {
    left: -3px
}.gg-minimize::before {
    right: -3px
}.gg-user {
    display: block;
    transform: scale(1);
    transform: scale(var(--ggs, 1));
    box-sizing: border-box;
    width: 12px;
    height: 18px
}.gg-user::after,
.gg-user::before {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    border: 2px solid
}.gg-user::before {
    width: 8px;
    height: 8px;
    border-radius: 30px;
    top: 0;
    left: 2px
}.gg-user::after {
    width: 12px;
    height: 9px;
    border-bottom: 0;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    top: 9px
}.gg-more-vertical-alt {
    transform: scale(1);
    transform: scale(var(--ggs, 1))
}.gg-more-vertical-alt,
.gg-more-vertical-alt::after,
.gg-more-vertical-alt::before {
    box-sizing: border-box;
    position: relative;
    display: block;
    width: 4px;
    height: 4px;
    background: currentColor;
    border-radius: 100%
}.gg-more-vertical-alt::after,
.gg-more-vertical-alt::before {
    content: "";
    position: absolute
}.gg-more-vertical-alt::after {
    left: 0;
    top: 6px
}.gg-more-vertical-alt::before {
    top: -6px;
    right: 0
}.gg-phone {
    box-sizing: border-box;
    position: relative;
    display: block;
    width: 22px;
    height: 22px;
    transform: scale(1);
    transform: scale(var(--ggs, 1))
}.gg-phone::after,
.gg-phone::before {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute
}.gg-phone::after {
    width: 18px;
    height: 18px;
    border-top-left-radius: 1px;
    border-bottom-right-radius: 1px;
    border-bottom-left-radius: 12px;
    border-left: 4px solid;
    border-bottom: 4px solid;
    left: 2px;
    bottom: 2px;
    background: linear-gradient(to left, currentColor 10px, transparent 0) no-repeat right 11px/6px 4px, linear-gradient(to left, currentColor 10px, transparent 0) no-repeat -1px 0/4px 6px
}.gg-phone::before {
    width: 20px;
    height: 20px;
    border: 6px double;
    border-top-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
    border-radius: 50%;
    transform: rotate(-45deg);
    bottom: 2px;
    left: 2px
}.gg-play-button {
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: scale(1);
    transform: scale(var(--ggs, 1));
    width: 22px;
    height: 22px
}.gg-play-button::before {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    width: 0;
    height: 10px;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 6px solid;
    top: 6px;
    left: 9px
}.gg-play-pause {
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: scale(1);
    transform: scale(var(--ggs, 1));
    width: 8px;
    height: 10px;
    border-left: 3px solid;
    border-right: 3px solid
}.gg-play-track-next-o {
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: scale(1);
    transform: scale(var(--ggs, 1));
    width: 22px;
    height: 22px;
    border: 2px solid;
    border-radius: 20px
}.gg-play-track-next-o::after,
.gg-play-track-next-o::before {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    height: 8px;
    top: 5px
}.gg-play-track-next-o::before {
    width: 2px;
    border-radius: 2px;
    left: 11px;
    background: currentColor
}.gg-play-track-next-o::after {
    width: 0;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 5px solid;
    left: 5px
}.gg-play-track-next-r {
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: scale(1);
    transform: scale(var(--ggs, 1));
    width: 22px;
    height: 22px;
    border: 2px solid;
    border-radius: 4px
}.gg-play-track-next-r::after,
.gg-play-track-next-r::before {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    height: 8px;
    top: 5px
}.gg-play-track-next-r::before {
    width: 2px;
    border-radius: 2px;
    left: 11px;
    background: currentColor
}.gg-play-track-next-r::after {
    width: 0;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 5px solid;
    left: 5px
}.gg-play-track-prev-o {
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: scale(1);
    transform: scale(var(--ggs, 1));
    width: 22px;
    height: 22px;
    border: 2px solid;
    border-radius: 20px
}.gg-play-track-prev-o::after,
.gg-play-track-prev-o::before {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    height: 8px;
    top: 5px
}.gg-play-track-prev-o::before {
    width: 2px;
    border-radius: 2px;
    right: 11px;
    background: currentColor
}.gg-play-track-prev-o::after {
    width: 0;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-right: 5px solid;
    right: 5px
}.gg-play-track-prev-r {
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: scale(1);
    transform: scale(var(--ggs, 1));
    width: 22px;
    height: 22px;
    border: 2px solid;
    border-radius: 4px
}.gg-play-track-prev-r::after,
.gg-play-track-prev-r::before {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    height: 8px;
    top: 5px
}.gg-play-track-prev-r::before {
    width: 2px;
    border-radius: 2px;
    right: 11px;
    background: currentColor
}.gg-play-track-prev-r::after {
    width: 0;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-right: 5px solid;
    right: 5px
}.gg-software-download {
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: scale(1);
    transform: scale(var(--ggs, 1));
    width: 16px;
    height: 6px;
    border: 2px solid;
    border-top: 0;
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
    margin-top: 8px
}.gg-software-download::after {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    width: 8px;
    height: 8px;
    border-left: 2px solid;
    border-bottom: 2px solid;
    transform: rotate(-45deg);
    left: 2px;
    bottom: 4px
}.gg-software-download::before {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    border-radius: 3px;
    width: 2px;
    height: 10px;
    background: currentColor;
    left: 5px;
    bottom: 5px
}.gg-sync {
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: scale(1);
    transform: scale(var(--ggs, 1));
    border-radius: 40px;
    border: 2px solid;
    margin: 1px;
    border-left-color: transparent;
    border-right-color: transparent;
    width: 18px;
    height: 18px
}.gg-sync::after,
.gg-sync::before {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    width: 0;
    height: 0;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    transform: rotate(-45deg)
}.gg-sync::before {
    border-left: 6px solid;
    bottom: -1px;
    right: -3px
}.gg-sync::after {
    border-right: 6px solid;
    top: -1px;
    left: -3px
}.gg-undo {
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: scale(1);
    transform: scale(var(--ggs, 1));
    width: 14px;
    height: 14px;
    border: 2px solid;
    border-left-color: transparent;
    border-radius: 100px
}.gg-undo::before {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    width: 6px;
    height: 6px;
    border-top: 2px solid;
    border-left: 2px solid;
    top: -3px;
    left: -1px;
    transform: rotate(-68deg)
}.gg-play-list-search {
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: scale(1);
    transform: scale(var(--ggs, 1));
    width: 12px;
    height: 6px;
    border-top: 0 solid transparent;
    border-bottom: 2px solid transparent;
    box-shadow: inset 0 -2px 0, -2px 4px 0 -2px, 0 -2px 0 0
}.gg-play-list-search::after,
.gg-play-list-search::before {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    bottom: -7px
}.gg-play-list-search::after {
    width: 3px;
    height: 2px;
    background: currentColor;
    transform: rotate(45deg);
    right: -4px
}.gg-play-list-search::before {
    width: 6px;
    height: 6px;
    border-radius: 4px;
    border: 2px solid;
    right: -3px
}.gg-search-found {
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: scale(1);
    transform: scale(var(--ggs, 1));
    width: 16px;
    height: 16px;
    border: 2px solid;
    border-radius: 100%;
    margin-left: -4px;
    margin-top: -4px
}.gg-search-found::after,
.gg-search-found::before {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute
}.gg-search-found::after {
    border-radius: 3px;
    width: 2px;
    height: 8px;
    background: currentColor;
    transform: rotate(-45deg);
    top: 10px;
    left: 12px
}.gg-search-found::before {
    width: 6px;
    height: 4px;
    border-left: 2px solid;
    border-bottom: 2px solid;
    transform: rotate(-40deg);
    top: 3px;
    left: 3px
}.gg-search-loading {
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: scale(1);
    transform: scale(var(--ggs, 1));
    width: 16px;
    height: 16px;
    border: 2px solid;
    border-radius: 100%;
    margin-left: -4px;
    margin-top: -4px
}.gg-search-loading::after,
.gg-search-loading::before {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    width: 2px;
    background: currentColor
}.gg-search-loading::after {
    border-radius: 3px;
    height: 8px;
    transform: rotate(-45deg);
    top: 10px;
    left: 12px
}.gg-search-loading::before {
    height: 2px;
    border-radius: 100%;
    top: 5px;
    left: 5px;
    box-shadow: -3px 0 0, 3px 0 0
}.gg-search {
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: scale(1);
    transform: scale(var(--ggs, 1));
    width: 16px;
    height: 16px;
    border: 2px solid;
    border-radius: 100%;
    margin-left: -4px;
    margin-top: -4px
}.gg-search::after {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    border-radius: 3px;
    width: 2px;
    height: 8px;
    background: currentColor;
    transform: rotate(-45deg);
    top: 10px;
    left: 12px
}.gg-home-alt {
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: scale(1);
    transform: scale(var(--ggs, 1));
    width: 18px;
    height: 14px;
    border: 2px solid;
    border-top: 0;
    border-radius: 2px;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    margin-bottom: -2px
}.gg-home-alt::after,
.gg-home-alt::before {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute
}.gg-home-alt::before {
    border-top: 2px solid;
    border-left: 2px solid;
    border-top-left-radius: 4px;
    transform: rotate(45deg);
    top: -5px;
    border-radius: 3px;
    width: 14px;
    height: 14px;
    left: 0
}.gg-home-alt::after {
    width: 6px;
    height: 10px;
    background: currentColor;
    border-top-left-radius: 100px;
    border-top-right-radius: 100px;
    left: 4px;
    bottom: -2px
}.gg-mail,
.gg-mail::after {
    display: block;
    box-sizing: border-box;
    height: 14px;
    border: 2px solid
}.gg-mail {
    overflow: hidden;
    transform: scale(1);
    transform: scale(var(--ggs, 1));
    position: relative;
    width: 18px;
    border-radius: 2px
}.gg-mail::after {
    content: "";
    position: absolute;
    border-radius: 3px;
    width: 14px;
    transform: rotate(-45deg);
    bottom: 3px;
    left: 0
}.gg-pin {
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: rotate(45deg) scale(1);
    transform: rotate(45deg) scale(var(--ggs,1));
    width: 18px;
    height: 18px;
    border-radius: 100% 100% 0 100%;
    border: 2px solid;
    margin-top: -4px
}.gg-pin::before {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    width: 8px;
    height: 8px;
    border: 2px solid;
    top: 3px;
    left: 3px;
    border-radius: 40px
}:root{--f-spinner-width: 36px;--f-spinner-height: 36px;--f-spinner-color-1: rgba(0, 0, 0, 0.1);--f-spinner-color-2: rgba(17, 24, 28, 0.8);--f-spinner-stroke: 2.75}.f-spinner{margin:auto;padding:0;width:36px;width:var(--f-spinner-width);height:36px;height:var(--f-spinner-height)}.f-spinner svg{width:100%;height:100%;vertical-align:top;animation:f-spinner-rotate 2s linear infinite}.f-spinner svg *{stroke-width:2.75;stroke-width:var(--f-spinner-stroke);fill:none}.f-spinner svg *:first-child{stroke:rgba(0, 0, 0, 0.1);stroke:var(--f-spinner-color-1)}.f-spinner svg *:last-child{stroke:rgba(17, 24, 28, 0.8);stroke:var(--f-spinner-color-2);animation:f-spinner-dash 2s ease-in-out infinite}@keyframes f-spinner-rotate{100%{transform:rotate(360deg)}}@keyframes f-spinner-dash{0%{stroke-dasharray:1,150;stroke-dashoffset:0}50%{stroke-dasharray:90,150;stroke-dashoffset:-35}100%{stroke-dasharray:90,150;stroke-dashoffset:-124}}.f-throwOutUp{animation:0.175s ease-out both f-throwOutUp;animation:var(--f-throw-out-duration, 0.175s) ease-out both f-throwOutUp}.f-throwOutDown{animation:0.175s ease-out both f-throwOutDown;animation:var(--f-throw-out-duration, 0.175s) ease-out both f-throwOutDown}@keyframes f-throwOutUp{to{transform:translate3d(0, calc(150px * -1), 0);transform:translate3d(0, calc(var(--f-throw-out-distance, 150px) * -1), 0);opacity:0}}@keyframes f-throwOutDown{to{transform:translate3d(0, 150px, 0);transform:translate3d(0, var(--f-throw-out-distance, 150px), 0);opacity:0}}.f-zoomInUp{animation:0.2s ease .1s both f-zoomInUp;animation:var(--f-transition-duration, 0.2s) ease .1s both f-zoomInUp}.f-zoomOutDown{animation:0.2s ease both f-zoomOutDown;animation:var(--f-transition-duration, 0.2s) ease both f-zoomOutDown}@keyframes f-zoomInUp{from{transform:scale(0.975) translate3d(0, 16px, 0);opacity:0}to{transform:scale(1) translate3d(0, 0, 0);opacity:1}}@keyframes f-zoomOutDown{to{transform:scale(0.975) translate3d(0, 16px, 0);opacity:0}}.f-fadeIn{animation:0.2s ease 0s both f-fadeIn;animation:var(--f-transition-duration, 0.2s) var(--f-transition-easing, ease) var(--f-transition-delay, 0s) both f-fadeIn;z-index:2}.f-fadeOut{animation:0.2s ease 0s both f-fadeOut;animation:var(--f-transition-duration, 0.2s) var(--f-transition-easing, ease) var(--f-transition-delay, 0s) both f-fadeOut;z-index:1}@keyframes f-fadeIn{0%{opacity:0}100%{opacity:1}}@keyframes f-fadeOut{100%{opacity:0}}.f-fadeFastIn{animation:0.2s ease-out both f-fadeFastIn;animation:var(--f-transition-duration, 0.2s) ease-out both f-fadeFastIn;z-index:2}.f-fadeFastOut{animation:0.1s ease-out both f-fadeFastOut;animation:var(--f-transition-duration, 0.1s) ease-out both f-fadeFastOut;z-index:2}@keyframes f-fadeFastIn{0%{opacity:.75}100%{opacity:1}}@keyframes f-fadeFastOut{100%{opacity:0}}.f-fadeSlowIn{animation:0.5s ease both f-fadeSlowIn;animation:var(--f-transition-duration, 0.5s) ease both f-fadeSlowIn;z-index:2}.f-fadeSlowOut{animation:0.5s ease both f-fadeSlowOut;animation:var(--f-transition-duration, 0.5s) ease both f-fadeSlowOut;z-index:1}@keyframes f-fadeSlowIn{0%{opacity:0}100%{opacity:1}}@keyframes f-fadeSlowOut{100%{opacity:0}}.f-crossfadeIn{animation:0.2s ease-out both f-crossfadeIn;animation:var(--f-transition-duration, 0.2s) ease-out both f-crossfadeIn;z-index:2}.f-crossfadeOut{animation:calc(0.2s*.5) linear .1s both f-crossfadeOut;animation:calc(var(--f-transition-duration, 0.2s)*.5) linear .1s both f-crossfadeOut;z-index:1}@keyframes f-crossfadeIn{0%{opacity:0}100%{opacity:1}}@keyframes f-crossfadeOut{100%{opacity:0}}.f-slideIn.from-next{animation:0.85s cubic-bezier(0.16, 1, 0.3, 1) f-slideInNext;animation:var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideInNext}.f-slideIn.from-prev{animation:0.85s cubic-bezier(0.16, 1, 0.3, 1) f-slideInPrev;animation:var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideInPrev}.f-slideOut.to-next{animation:0.85s cubic-bezier(0.16, 1, 0.3, 1) f-slideOutNext;animation:var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideOutNext}.f-slideOut.to-prev{animation:0.85s cubic-bezier(0.16, 1, 0.3, 1) f-slideOutPrev;animation:var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideOutPrev}@keyframes f-slideInPrev{0%{transform:translateX(100%)}100%{transform:translate3d(0, 0, 0)}}@keyframes f-slideInNext{0%{transform:translateX(-100%)}100%{transform:translate3d(0, 0, 0)}}@keyframes f-slideOutNext{100%{transform:translateX(-100%)}}@keyframes f-slideOutPrev{100%{transform:translateX(100%)}}.f-classicIn.from-next{animation:0.85s cubic-bezier(0.16, 1, 0.3, 1) f-classicInNext;animation:var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicInNext;z-index:2}.f-classicIn.from-prev{animation:0.85s cubic-bezier(0.16, 1, 0.3, 1) f-classicInPrev;animation:var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicInPrev;z-index:2}.f-classicOut.to-next{animation:0.85s cubic-bezier(0.16, 1, 0.3, 1) f-classicOutNext;animation:var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicOutNext;z-index:1}.f-classicOut.to-prev{animation:0.85s cubic-bezier(0.16, 1, 0.3, 1) f-classicOutPrev;animation:var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicOutPrev;z-index:1}@keyframes f-classicInNext{0%{transform:translateX(-75px);opacity:0}100%{transform:translate3d(0, 0, 0);opacity:1}}@keyframes f-classicInPrev{0%{transform:translateX(75px);opacity:0}100%{transform:translate3d(0, 0, 0);opacity:1}}@keyframes f-classicOutNext{100%{transform:translateX(-75px);opacity:0}}@keyframes f-classicOutPrev{100%{transform:translateX(75px);opacity:0}}:root{--f-button-width: 40px;--f-button-height: 40px;--f-button-border: 0;--f-button-border-radius: 0;--f-button-color: #374151;--f-button-bg: #f8f8f8;--f-button-hover-bg: #e0e0e0;--f-button-active-bg: #d0d0d0;--f-button-shadow: none;--f-button-transition: all 0.15s ease;--f-button-transform: none;--f-button-svg-width: 20px;--f-button-svg-height: 20px;--f-button-svg-stroke-width: 1.5;--f-button-svg-fill: none;--f-button-svg-filter: none;--f-button-svg-disabled-opacity: 0.65}.f-button{display:flex;justify-content:center;align-items:center;box-sizing:content-box;position:relative;margin:0;padding:0;width:40px;width:var(--f-button-width);height:40px;height:var(--f-button-height);border:0;border:var(--f-button-border);border-radius:0;border-radius:var(--f-button-border-radius);color:#374151;color:var(--f-button-color);background:#f8f8f8;background:var(--f-button-bg);box-shadow:none;box-shadow:var(--f-button-shadow);pointer-events:all;cursor:pointer;transition:all 0.15s ease;transition:var(--f-button-transition)}@media(hover: hover){.f-button:hover:not([disabled]){color:var(--f-button-hover-color);background-color:#e0e0e0;background-color:var(--f-button-hover-bg)}}.f-button:active:not([disabled]){background-color:#d0d0d0;background-color:var(--f-button-active-bg)}.f-button:focus:not(:focus-visible){outline:none}.f-button:focus-visible{outline:none;box-shadow:inset 0 0 0 2px #374151;box-shadow:inset 0 0 0 var(--f-button-outline, 2px) var(--f-button-outline-color, var(--f-button-color))}.f-button svg{width:20px;width:var(--f-button-svg-width);height:20px;height:var(--f-button-svg-height);fill:none;fill:var(--f-button-svg-fill);stroke:currentColor;stroke-width:1.5;stroke-width:var(--f-button-svg-stroke-width);stroke-linecap:round;stroke-linejoin:round;transition:opacity .15s ease;transform:none;transform:var(--f-button-transform);filter:none;filter:var(--f-button-svg-filter);pointer-events:none}.f-button[disabled]{cursor:default}.f-button[disabled] svg{opacity:0.65;opacity:var(--f-button-svg-disabled-opacity)}.f-carousel__nav .f-button.is-prev,.f-carousel__nav .f-button.is-next,.fancybox__nav .f-button.is-prev,.fancybox__nav .f-button.is-next{position:absolute;z-index:1}.is-horizontal .f-carousel__nav .f-button.is-prev,.is-horizontal .f-carousel__nav .f-button.is-next,.is-horizontal .fancybox__nav .f-button.is-prev,.is-horizontal .fancybox__nav .f-button.is-next{top:50%;transform:translateY(-50%)}.is-horizontal .f-carousel__nav .f-button.is-prev,.is-horizontal .fancybox__nav .f-button.is-prev{left:var(--f-button-prev-pos)}.is-horizontal .f-carousel__nav .f-button.is-next,.is-horizontal .fancybox__nav .f-button.is-next{right:var(--f-button-next-pos)}.is-horizontal.is-rtl .f-carousel__nav .f-button.is-prev,.is-horizontal.is-rtl .fancybox__nav .f-button.is-prev{left:auto;right:var(--f-button-next-pos)}.is-horizontal.is-rtl .f-carousel__nav .f-button.is-next,.is-horizontal.is-rtl .fancybox__nav .f-button.is-next{right:auto;left:var(--f-button-prev-pos)}.is-vertical .f-carousel__nav .f-button.is-prev,.is-vertical .f-carousel__nav .f-button.is-next,.is-vertical .fancybox__nav .f-button.is-prev,.is-vertical .fancybox__nav .f-button.is-next{top:auto;left:50%;transform:translateX(-50%)}.is-vertical .f-carousel__nav .f-button.is-prev,.is-vertical .fancybox__nav .f-button.is-prev{top:var(--f-button-next-pos)}.is-vertical .f-carousel__nav .f-button.is-next,.is-vertical .fancybox__nav .f-button.is-next{bottom:var(--f-button-next-pos)}.is-vertical .f-carousel__nav .f-button.is-prev svg,.is-vertical .f-carousel__nav .f-button.is-next svg,.is-vertical .fancybox__nav .f-button.is-prev svg,.is-vertical .fancybox__nav .f-button.is-next svg{transform:rotate(90deg)}.f-carousel__nav .f-button:disabled,.fancybox__nav .f-button:disabled{pointer-events:none}html.with-fancybox{width:auto;overflow:visible;scroll-behavior:auto}html.with-fancybox body{touch-action:none}html.with-fancybox body.hide-scrollbar{overflow:hidden !important}html.with-fancybox body.hide-scrollbar{width:auto;margin-right:calc(0px + 0px);margin-right:calc(var(--fancybox-body-margin, 0px) + var(--fancybox-scrollbar-compensate, 0px));overscroll-behavior-y:none}.fancybox__container{--fancybox-color: #dbdbdb;--fancybox-hover-color: #fff;--fancybox-bg: rgba(24, 24, 27, 0.98);--fancybox-slide-gap: 10px;--f-spinner-width: 50px;--f-spinner-height: 50px;--f-spinner-color-1: rgba(255, 255, 255, 0.1);--f-spinner-color-2: #bbb;--f-spinner-stroke: 3.65;position:fixed;top:0;left:0;bottom:0;right:0;direction:ltr;display:flex;flex-direction:column;box-sizing:border-box;margin:0;padding:0;color:#f8f8f8;-webkit-tap-highlight-color:rgba(0,0,0,0);overflow:visible;z-index:1050;z-index:var(--fancybox-zIndex, 1050);outline:none;transform-origin:top left;-webkit-text-size-adjust:100%;-moz-text-size-adjust:none;text-size-adjust:100%;overscroll-behavior-y:contain}.fancybox__container *,.fancybox__container *::before,.fancybox__container *::after{box-sizing:inherit}.fancybox__container::backdrop{background-color:rgba(0,0,0,0)}.fancybox__backdrop{position:fixed;top:0;left:0;bottom:0;right:0;z-index:-1;background:var(--fancybox-bg);opacity:1;opacity:var(--fancybox-opacity, 1);will-change:opacity}.fancybox__carousel{position:relative;box-sizing:border-box;flex:1;min-height:0;z-index:10;overflow-y:visible;overflow-x:clip}.fancybox__viewport{width:100%;height:100%}.fancybox__viewport.is-draggable{cursor:move;cursor:grab}.fancybox__viewport.is-dragging{cursor:move;cursor:grabbing}.fancybox__track{display:flex;margin:0 auto;height:100%}.fancybox__slide{flex:0 0 auto;position:relative;display:flex;flex-direction:column;align-items:center;width:100%;height:100%;margin:0 var(--fancybox-slide-gap) 0 0;padding:4px;overflow:auto;overscroll-behavior:contain;transform:translate3d(0, 0, 0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.fancybox__container:not(.is-compact) .fancybox__slide.has-close-btn{padding-top:40px}.fancybox__slide.has-iframe,.fancybox__slide.has-video,.fancybox__slide.has-html5video{overflow:hidden}.fancybox__slide.has-image{overflow:hidden}.fancybox__slide.has-image.is-animating,.fancybox__slide.has-image.is-selected{overflow:visible}.fancybox__slide::before,.fancybox__slide::after{content:"";flex:0 0 0;margin:auto}.fancybox__backdrop:empty,.fancybox__viewport:empty,.fancybox__track:empty,.fancybox__slide:empty{display:block}.fancybox__content{align-self:center;display:flex;flex-direction:column;position:relative;margin:0;padding:2rem;max-width:100%;color:#374151;color:var(--fancybox-content-color, #374151);background:#fff;background:var(--fancybox-content-bg, #fff);cursor:default;border-radius:0;z-index:20}.is-loading .fancybox__content{opacity:0}.is-draggable .fancybox__content{cursor:move;cursor:grab}.can-zoom_in .fancybox__content{cursor:zoom-in}.can-zoom_out .fancybox__content{cursor:zoom-out}.is-dragging .fancybox__content{cursor:move;cursor:grabbing}.fancybox__content [data-selectable],.fancybox__content [contenteditable]{cursor:auto}.fancybox__slide.has-image>.fancybox__content{padding:0;background:rgba(0,0,0,0);min-height:1px;background-repeat:no-repeat;background-size:contain;background-position:center center;transition:none;transform:translate3d(0, 0, 0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.fancybox__slide.has-image>.fancybox__content>picture>img{width:100%;height:auto;max-height:100%}.is-animating .fancybox__content,.is-dragging .fancybox__content{will-change:transform,width,height}.fancybox-image{margin:auto;display:block;width:100%;height:100%;min-height:0;-o-object-fit:contain;object-fit:contain;-webkit-user-select:none;-moz-user-select:none;user-select:none;filter:blur(0px)}.fancybox__caption{align-self:center;max-width:100%;flex-shrink:0;margin:0;padding:14px 0 4px 0;word-wrap:anywhere;line-height:1.375;color:currentColor;color:var(--fancybox-color, currentColor);opacity:1;opacity:var(--fancybox-opacity, 1);cursor:auto;visibility:visible}.is-loading .fancybox__caption,.is-closing .fancybox__caption{opacity:0;visibility:hidden}.is-compact .fancybox__caption{padding-bottom:0}.f-button.is-close-btn{--f-button-svg-stroke-width: 2;position:absolute;top:0;right:8px;z-index:40}.fancybox__content>.f-button.is-close-btn{--f-button-width: 34px;--f-button-height: 34px;--f-button-border-radius: 4px;--f-button-color: var(--fancybox-color, #fff);--f-button-hover-color: var(--fancybox-color, #fff);--f-button-bg: transparent;--f-button-hover-bg: transparent;--f-button-active-bg: transparent;--f-button-svg-width: 22px;--f-button-svg-height: 22px;position:absolute;top:-38px;right:0;opacity:.75}.is-loading .fancybox__content>.f-button.is-close-btn{visibility:hidden}.is-zooming-out .fancybox__content>.f-button.is-close-btn{visibility:hidden}.fancybox__content>.f-button.is-close-btn:hover{opacity:1}.fancybox__footer{padding:0;margin:0;position:relative}.fancybox__footer .fancybox__caption{width:100%;padding:24px;opacity:1;opacity:var(--fancybox-opacity, 1);transition:all .25s ease}.is-compact .fancybox__footer{position:absolute;bottom:0;left:0;right:0;z-index:20;background:rgba(24,24,27,.5)}.is-compact .fancybox__footer .fancybox__caption{padding:12px}.is-compact .fancybox__content>.f-button.is-close-btn{--f-button-border-radius: 50%;--f-button-color: #fff;--f-button-hover-color: #fff;--f-button-outline-color: #000;--f-button-bg: rgba(0, 0, 0, 0.6);--f-button-active-bg: rgba(0, 0, 0, 0.6);--f-button-hover-bg: rgba(0, 0, 0, 0.6);--f-button-svg-width: 18px;--f-button-svg-height: 18px;--f-button-svg-filter: none;top:5px;right:5px}.fancybox__nav{--f-button-width: 50px;--f-button-height: 50px;--f-button-border: 0;--f-button-border-radius: 50%;--f-button-color: var(--fancybox-color);--f-button-hover-color: var(--fancybox-hover-color);--f-button-bg: transparent;--f-button-hover-bg: rgba(24, 24, 27, 0.3);--f-button-active-bg: rgba(24, 24, 27, 0.5);--f-button-shadow: none;--f-button-transition: all 0.15s ease;--f-button-transform: none;--f-button-svg-width: 26px;--f-button-svg-height: 26px;--f-button-svg-stroke-width: 2.5;--f-button-svg-fill: none;--f-button-svg-filter: drop-shadow(1px 1px 1px rgba(24, 24, 27, 0.5));--f-button-svg-disabled-opacity: 0.65;--f-button-next-pos: 1rem;--f-button-prev-pos: 1rem;opacity:1;opacity:var(--fancybox-opacity, 1)}.fancybox__nav .f-button:before{position:absolute;content:"";top:-30px;right:-20px;left:-20px;bottom:-30px;z-index:1}.is-idle .fancybox__nav{animation:.15s ease-out both f-fadeOut}.is-idle.is-compact .fancybox__footer{pointer-events:none;animation:.15s ease-out both f-fadeOut}.fancybox__slide>.f-spinner{position:absolute;top:50%;left:50%;margin:calc(36px * -0.5) 0 0 calc(36px * -0.5);margin:var(--f-spinner-top, calc(var(--f-spinner-width) * -0.5)) 0 0 var(--f-spinner-left, calc(var(--f-spinner-height) * -0.5));z-index:30;cursor:pointer}.fancybox-protected{position:absolute;top:0;left:0;right:0;bottom:0;z-index:40;-webkit-user-select:none;-moz-user-select:none;user-select:none}.fancybox-ghost{position:absolute;top:0;left:0;width:100%;height:100%;min-height:0;-o-object-fit:contain;object-fit:contain;z-index:40;-webkit-user-select:none;-moz-user-select:none;user-select:none;pointer-events:none}.fancybox-focus-guard{outline:none;opacity:0;position:fixed;pointer-events:none}.fancybox__container:not([aria-hidden]){opacity:0}.fancybox__container.is-animated[aria-hidden=false]>*:not(.fancybox__backdrop):not(.fancybox__carousel),.fancybox__container.is-animated[aria-hidden=false] .fancybox__carousel>*:not(.fancybox__viewport),.fancybox__container.is-animated[aria-hidden=false] .fancybox__slide>*:not(.fancybox__content){animation:0.25s ease .1s backwards f-fadeIn;animation:var(--f-interface-enter-duration, 0.25s) ease .1s backwards f-fadeIn}.fancybox__container.is-animated[aria-hidden=false] .fancybox__backdrop{animation:0.35s ease backwards f-fadeIn;animation:var(--f-backdrop-enter-duration, 0.35s) ease backwards f-fadeIn}.fancybox__container.is-animated[aria-hidden=true]>*:not(.fancybox__backdrop):not(.fancybox__carousel),.fancybox__container.is-animated[aria-hidden=true] .fancybox__carousel>*:not(.fancybox__viewport),.fancybox__container.is-animated[aria-hidden=true] .fancybox__slide>*:not(.fancybox__content){animation:0.15s ease forwards f-fadeOut;animation:var(--f-interface-exit-duration, 0.15s) ease forwards f-fadeOut}.fancybox__container.is-animated[aria-hidden=true] .fancybox__backdrop{animation:0.35s ease forwards f-fadeOut;animation:var(--f-backdrop-exit-duration, 0.35s) ease forwards f-fadeOut}.has-iframe .fancybox__content,.has-map .fancybox__content,.has-pdf .fancybox__content,.has-youtube .fancybox__content,.has-vimeo .fancybox__content,.has-html5video .fancybox__content{max-width:100%;flex-shrink:1;min-height:1px;overflow:visible}.has-iframe .fancybox__content,.has-map .fancybox__content,.has-pdf .fancybox__content{width:calc(100% - 120px);height:90%}.fancybox__container.is-compact .has-iframe .fancybox__content,.fancybox__container.is-compact .has-map .fancybox__content,.fancybox__container.is-compact .has-pdf .fancybox__content{width:100%;height:100%}.has-youtube .fancybox__content,.has-vimeo .fancybox__content,.has-html5video .fancybox__content{width:960px;height:540px;max-width:100%;max-height:100%}.has-map .fancybox__content,.has-pdf .fancybox__content,.has-youtube .fancybox__content,.has-vimeo .fancybox__content,.has-html5video .fancybox__content{padding:0;background:rgba(24,24,27,.9);color:#fff}.has-map .fancybox__content{background:#e5e3df}.fancybox__html5video,.fancybox__iframe{border:0;display:block;height:100%;width:100%;background:rgba(0,0,0,0)}.fancybox-placeholder{border:0 !important;clip:rect(1px, 1px, 1px, 1px) !important;-webkit-clip-path:inset(50%) !important;clip-path:inset(50%) !important;height:1px !important;margin:-1px !important;overflow:hidden !important;padding:0 !important;position:absolute !important;width:1px !important;white-space:nowrap !important}.f-carousel__thumbs{--f-thumb-width: 96px;--f-thumb-height: 72px;--f-thumb-outline: 0;--f-thumb-outline-color: #5eb0ef;--f-thumb-opacity: 1;--f-thumb-hover-opacity: 1;--f-thumb-selected-opacity: 1;--f-thumb-border-radius: 2px;--f-thumb-offset: 0px;--f-button-next-pos: 0;--f-button-prev-pos: 0}.f-carousel__thumbs.is-classic{--f-thumb-gap: 8px;--f-thumb-opacity: 0.5;--f-thumb-hover-opacity: 1;--f-thumb-selected-opacity: 1}.f-carousel__thumbs.is-modern{--f-thumb-gap: 4px;--f-thumb-extra-gap: 16px;--f-thumb-clip-width: 46px}.f-thumbs{position:relative;flex:0 0 auto;margin:0;overflow:hidden;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-user-select:none;-moz-user-select:none;user-select:none;perspective:1000px;transform:translateZ(0)}.f-thumbs .f-spinner{position:absolute;top:0;left:0;width:100%;height:100%;border-radius:2px;background-image:linear-gradient(#ebeff2, #e2e8f0);z-index:-1}.f-thumbs .f-spinner svg{display:none}.f-thumbs.is-vertical{height:100%}.f-thumbs__viewport{width:100%;height:auto;overflow:hidden;transform:translate3d(0, 0, 0)}.f-thumbs__track{display:flex}.f-thumbs__slide{position:relative;flex:0 0 auto;box-sizing:content-box;display:flex;align-items:center;justify-content:center;padding:0;margin:0;width:var(--f-thumb-width);height:var(--f-thumb-height);overflow:visible;cursor:pointer}.f-thumbs__slide.is-loading img{opacity:0}.is-classic .f-thumbs__viewport{height:100%}.is-modern .f-thumbs__track{width:-moz-max-content;width:max-content}.is-modern .f-thumbs__track::before{content:"";position:absolute;top:0;bottom:0;left:calc((0)*-0.5);left:calc((var(--f-thumb-clip-width, 0))*-0.5);width:calc(0*1px + 0);width:calc(var(--width, 0)*1px + var(--f-thumb-clip-width, 0));cursor:pointer}.is-modern .f-thumbs__slide{width:var(--f-thumb-clip-width);transform:translate3d(calc(0 * -1px), 0, 0);transform:translate3d(calc(var(--shift, 0) * -1px), 0, 0);transition:none;pointer-events:none}.is-modern.is-resting .f-thumbs__slide{transition:transform .33s ease}.is-modern.is-resting .f-thumbs__slide__button{transition:-webkit-clip-path .33s ease;transition:clip-path .33s ease;transition:clip-path .33s ease, -webkit-clip-path .33s ease}.is-using-tab .is-modern .f-thumbs__slide:focus-within{filter:drop-shadow(-1px 0px 0px var(--f-thumb-outline-color)) drop-shadow(2px 0px 0px var(--f-thumb-outline-color)) drop-shadow(0px -1px 0px var(--f-thumb-outline-color)) drop-shadow(0px 2px 0px var(--f-thumb-outline-color))}.f-thumbs__slide__button{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:var(--f-thumb-width);height:100%;margin:0 -100% 0 -100%;padding:0;border:0;position:relative;border-radius:var(--f-thumb-border-radius);overflow:hidden;background:rgba(0,0,0,0);outline:none;cursor:pointer;pointer-events:auto;touch-action:manipulation;opacity:var(--f-thumb-opacity);transition:opacity .2s ease}.f-thumbs__slide__button:hover{opacity:var(--f-thumb-hover-opacity)}.f-thumbs__slide__button:focus:not(:focus-visible){outline:none}.f-thumbs__slide__button:focus-visible{outline:none;opacity:var(--f-thumb-selected-opacity)}.is-modern .f-thumbs__slide__button{--clip-path: inset( 0 calc( ((var(--f-thumb-width, 0) - var(--f-thumb-clip-width, 0))) * (1 - var(--progress, 0)) * 0.5 ) round var(--f-thumb-border-radius, 0) );-webkit-clip-path:inset( 0 calc( ((0 - 0)) * (1 - 0) * 0.5 ) round 0 );clip-path:inset( 0 calc( ((0 - 0)) * (1 - 0) * 0.5 ) round 0 );-webkit-clip-path:var(--clip-path);clip-path:var(--clip-path)}.is-classic .is-nav-selected .f-thumbs__slide__button{opacity:var(--f-thumb-selected-opacity)}.is-classic .is-nav-selected .f-thumbs__slide__button::after{content:"";position:absolute;top:0;left:0;right:0;height:auto;bottom:0;border:0 solid transparent;border:var(--f-thumb-outline, 0) solid var(--f-thumb-outline-color, transparent);border-radius:var(--f-thumb-border-radius);animation:f-fadeIn .2s ease-out;z-index:10}.f-thumbs__slide__img{overflow:hidden;position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;margin:0;padding:var(--f-thumb-offset);box-sizing:border-box;pointer-events:none;-o-object-fit:cover;object-fit:cover;border-radius:var(--f-thumb-border-radius)}.f-thumbs.is-horizontal .f-thumbs__track{padding:8px 0 12px 0}.f-thumbs.is-horizontal .f-thumbs__slide{margin:0 var(--f-thumb-gap) 0 0}.f-thumbs.is-vertical .f-thumbs__track{flex-wrap:wrap;padding:0 8px}.f-thumbs.is-vertical .f-thumbs__slide{margin:0 0 var(--f-thumb-gap) 0}.fancybox__thumbs{--f-thumb-width: 96px;--f-thumb-height: 72px;--f-thumb-border-radius: 2px;--f-thumb-outline: 2px;--f-thumb-outline-color: #ededed;position:relative;opacity:1;opacity:var(--fancybox-opacity, 1);transition:max-height .35s cubic-bezier(0.23, 1, 0.32, 1)}.fancybox__thumbs.is-classic{--f-thumb-gap: 8px;--f-thumb-opacity: 0.5;--f-thumb-hover-opacity: 1}.fancybox__thumbs.is-classic .f-spinner{background-image:linear-gradient(rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.05))}.fancybox__thumbs.is-modern{--f-thumb-gap: 4px;--f-thumb-extra-gap: 16px;--f-thumb-clip-width: 46px;--f-thumb-opacity: 1;--f-thumb-hover-opacity: 1}.fancybox__thumbs.is-modern .f-spinner{background-image:linear-gradient(rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.05))}.fancybox__thumbs.is-horizontal{padding:0 var(--f-thumb-gap)}.fancybox__thumbs.is-vertical{padding:var(--f-thumb-gap) 0}.is-compact .fancybox__thumbs{--f-thumb-width: 64px;--f-thumb-clip-width: 32px;--f-thumb-height: 48px;--f-thumb-extra-gap: 10px}.fancybox__thumbs.is-masked{max-height:0px !important}.is-closing .fancybox__thumbs{transition:none !important}.fancybox__toolbar{--f-progress-color: var(--fancybox-color, rgba(255, 255, 255, 0.94));--f-button-width: 46px;--f-button-height: 46px;--f-button-color: var(--fancybox-color);--f-button-hover-color: var(--fancybox-hover-color);--f-button-bg: rgba(24, 24, 27, 0.65);--f-button-hover-bg: rgba(70, 70, 73, 0.65);--f-button-active-bg: rgba(90, 90, 93, 0.65);--f-button-border-radius: 0;--f-button-svg-width: 24px;--f-button-svg-height: 24px;--f-button-svg-stroke-width: 1.5;--f-button-svg-filter: drop-shadow(1px 1px 1px rgba(24, 24, 27, 0.15));--f-button-svg-fill: none;--f-button-svg-disabled-opacity: 0.65;display:flex;flex-direction:row;justify-content:space-between;margin:0;padding:0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI Adjusted","Segoe UI","Liberation Sans",sans-serif;color:currentColor;color:var(--fancybox-color, currentColor);opacity:1;opacity:var(--fancybox-opacity, 1);text-shadow:1px 1px 1px rgba(0, 0, 0, 0.5);text-shadow:var(--fancybox-toolbar-text-shadow, 1px 1px 1px rgba(0, 0, 0, 0.5));pointer-events:none;z-index:20}.fancybox__toolbar :focus-visible{z-index:1}.fancybox__toolbar.is-absolute,.is-compact .fancybox__toolbar{position:absolute;top:0;left:0;right:0}.is-idle .fancybox__toolbar{pointer-events:none;animation:.15s ease-out both f-fadeOut}.fancybox__toolbar__column{display:flex;flex-direction:row;flex-wrap:wrap;align-content:flex-start}.fancybox__toolbar__column.is-left,.fancybox__toolbar__column.is-right{flex-grow:1;flex-basis:0}.fancybox__toolbar__column.is-right{display:flex;justify-content:flex-end;flex-wrap:nowrap}.fancybox__infobar{padding:0 5px;line-height:40px;line-height:var(--f-button-height);text-align:center;font-size:17px;font-feature-settings:"tnum";font-variant-numeric:tabular-nums;-webkit-font-smoothing:subpixel-antialiased;cursor:default;-webkit-user-select:none;-moz-user-select:none;user-select:none}.fancybox__infobar span{padding:0 5px}.fancybox__infobar:not(:first-child):not(:last-child){background:#f8f8f8;background:var(--f-button-bg)}[data-fancybox-toggle-slideshow]{position:relative}[data-fancybox-toggle-slideshow] .f-progress{height:100%;opacity:.3}[data-fancybox-toggle-slideshow] svg g:first-child{display:flex}[data-fancybox-toggle-slideshow] svg g:last-child{display:none}.has-slideshow [data-fancybox-toggle-slideshow] svg g:first-child{display:none}.has-slideshow [data-fancybox-toggle-slideshow] svg g:last-child{display:flex}[data-fancybox-toggle-fullscreen] svg g:first-child{display:flex}[data-fancybox-toggle-fullscreen] svg g:last-child{display:none}:-webkit-full-screen [data-fancybox-toggle-fullscreen] svg g:first-child{display:none}:fullscreen [data-fancybox-toggle-fullscreen] svg g:first-child{display:none}:-webkit-full-screen [data-fancybox-toggle-fullscreen] svg g:last-child{display:flex}:fullscreen [data-fancybox-toggle-fullscreen] svg g:last-child{display:flex}.f-progress{position:absolute;top:0;left:0;right:0;height:3px;transform:scaleX(0);transform-origin:0;transition-property:transform;transition-timing-function:linear;background:#0091ff;background:var(--f-progress-color, var(--f-carousel-theme-color, #0091ff));z-index:30;-webkit-user-select:none;-moz-user-select:none;user-select:none;pointer-events:none}:root {
  --flex-gap-x: 0.25rem;
  --flex-gap-y: 0.25rem;
}img {
  max-width: 100%;
  height: auto;
}/* ╔═════════════════════ Recaptcha badge ═════════════════════╗ */.grecaptcha-badge {
  display: none !important;
}/* ╔═════════════════════ Fancybox ═════════════════════╗ */.fancybox__container {
  z-index: 5500;
}.text-stroke {
  text-shadow:
    -1px -1px 0 #000,
    1px -1px 0 #000,
    -1px 1px 0 #000,
    1px 1px 0 #000;
}.flex-gap {
  margin-top: calc(-1 * 0.25rem);
  margin-top: calc(-1 * var(--flex-gap-y));
  margin-right: calc(-0.5 * 0.25rem);
  margin-right: calc(-0.5 * var(--flex-gap-x));
  margin-left: calc(-0.5 * 0.25rem);
  margin-left: calc(-0.5 * var(--flex-gap-x));
}.flex-gap > * {
  padding-right: calc(0.25rem * 0.5);
  padding-right: calc(var(--flex-gap-x) * 0.5);
  padding-left: calc(0.25rem * 0.5);
  padding-left: calc(var(--flex-gap-x) * 0.5);
  margin-top: 0.25rem;
  margin-top: var(--flex-gap-y);
}.white-gradient {
  background: rgb(255, 255, 255);
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 1) 0%,
    rgba(255, 255, 255, 0) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#ffffff", GradientType=1);
}/* ╔═════════════════════ Bottom Contact Gradient ═════════════════════╗ */.bottom-contact-bg-image::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    90deg,
    rgba(14, 59, 90, 0.85) 0%,
    rgba(14, 59, 90, 0.4) 50%,
    rgba(14, 59, 90, 0) 100%
  );
  z-index: 2;
  pointer-events: none;
}.bottom-contact-bg-image img {
  position: relative;
  z-index: 1;
}#cookieConsentModal {
  z-index: 9999999999;
}.cookie-drawer {
  position: fixed;
  bottom: 0.625rem;
  left: 0.625rem;
  margin-left: auto;
  margin-right: auto;
  z-index: 9999999;
  background-color: #fff;
  border-radius: 0.5rem;
  padding: 0.55rem;
  box-shadow:
    rgba(0, 0, 0, 0.07) 0 1px 2px,
    rgba(0, 0, 0, 0.07) 0 2px 4px,
    rgba(0, 0, 0, 0.07) 0 4px 8px,
    rgba(0, 0, 0, 0.07) 0 8px 16px,
    rgba(0, 0, 0, 0.07) 0 16px 32px,
    rgba(0, 0, 0, 0.07) 0 32px 64px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 0.4rem;
  transform: translateY(120%);
}.cookie-drawer.show {
  animation: cookieDrawerShowSlide 1s ease;
  animation-fill-mode: forwards;
}.cookie-drawer.closing {
  animation: cookieDrawerHideSlide 1s ease;
  animation-fill-mode: forwards;
}.cookie-drawer-header {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
}.cookie-drawer-body p {
  margin-bottom: 0;
}.cookie-drawer-modal-body a {
  color: rgb(42, 42, 218);
}.cookie-drawer-buttons {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  width: 100%;
}@media (max-width: 768px) {
  .cookie-drawer-buttons {
    align-items: flex-start;
    flex-direction: column;
  }
}.cookie-drawer-button {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  background-color: rgba(14, 59, 90, 1);
  flex-grow: 1;
  flex-basis: 50%;
  border-radius: 0.5rem;
  height: 2.1225rem;
  cursor: pointer;
  transition: ease-in-out 275ms background-color;
}.cookie-drawer-button var {
  color: #fff !important;
}@media (max-width: 768px) {
  .cookie-drawer-button {
    width: 100%;
    padding: 7px;
  }
}.cookie-drawer-button:hover {
  background-color: #272727;
}.cookie-drawer-modal-content {
  pointer-events: auto;
}.cookie-drawer-modal-title {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 1rem;
}.cookie-drawer-modal-accordion {
  margin-top: 1rem;
}@keyframes cookieDrawerShowSlide {
  from {
    transform: translateY(120%);
  }

  to {
    transform: translateY(0);
  }
}@keyframes cookieDrawerHideSlide {
  from {
    transform: translateY(0);
  }

  to {
    transform: translateY(120%);
  }
}@media (max-width: 768px) {
  .cookie-drawer-modal-accordion .accordion-button {
    flex-direction: column;
    align-items: flex-start;
    min-height: 185px;
    justify-content: space-between;
  }
}input.style1 {
  width: 64px !important;
  height: 32px !important;
  border-radius: 32px !important;
  transition:
    background-position 0.4s ease,
    background-color 0.4s ease !important;
  background-color: #ccc !important;
  background-position: top 4px left 4px !important;
  background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2718%27 height=%2718%27 viewBox=%270 0 18 18%27%3E%3Cpath fill=%27%23FFF%27 fill-rule=%27evenodd%27 d=%27M9 0a9 9 0 1 1 0 18A9 9 0 0 1 9 0zM5.729 5.033a.5.5 0 0 0-.638.058l-.058.07a.5.5 0 0 0 .058.637l3.201 3.201-3.201 3.203a.5.5 0 0 0 .707.707l3.201-3.203 3.203 3.203.07.058a.5.5 0 0 0 .637-.058l.058-.07a.5.5 0 0 0-.058-.637L9.706 8.999l3.203-3.201a.5.5 0 0 0-.707-.707L8.999 8.292 5.798 5.091z%27/%3E%3C/svg%3E") !important;
  background-repeat: no-repeat !important;
  background-size: 24px 24px !important;
  -moz-appearance: none !important;
       appearance: none !important;
  -webkit-appearance: none !important;
  padding: 0 !important;
  border: 0 !important;
}input.style1 {
  cursor: pointer;
}input.style1[disabled] {
  opacity: 0.35;
}input.style1:checked {
  background-color: #1cc691 !important;
  background-position: top 4px left 34px !important;
  background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2718%27 height=%2718%27 viewBox=%270 0 18 18%27%3E%3Cpath fill=%27%23FFF%27 fill-rule=%27evenodd%27 d=%27M9 0a9 9 0 1 1 0 18A9 9 0 0 1 9 0zm4.646 5.646l-6.198 6.2-3.1-3a.5.5 0 1 0-.696.718l3.454 3.342a.5.5 0 0 0 .701-.006l6.547-6.546a.5.5 0 1 0-.708-.708z%27/%3E%3C/svg%3E") !important;
}.accordion-button:focus {
  box-shadow: none !important;
}.accordion-body p {
  margin-bottom: 20px !important;
}.accordion-body h1,
.accordion-body h2,
.accordion-body h3,
.accordion-body h4,
.accordion-body h5,
.accordion-body h6 {
  font-weight: bold;
}.cookie-padding {
  padding-left: 20px;
}.cookie-image {
  position: absolute;
  opacity: 0.1;
  right: 20px;
}.bg-red {
  background-color: #ff0000;
}.bg-green {
  background-color: #2bcb2b;
}.testimonials-content-wrapper .jarallax-video {
  height: 100% !important;
}.jarallax iframe {
  width: 100% !important;
  height: 100% !important;
  max-width: 100% !important;
  max-height: 100% !important;
  margin: 0 !important;
  transform: none !important;
  left: 0 !important;
  top: 0 !important;
  -o-object-fit: contain !important;
     object-fit: contain !important;
}.jarallax {
  position: relative !important;
}.iti {
  display: block;
  width: 100%;
}.iti__tel-input {
  width: 100%;
}.iti__selected-dial-code {
  font-size: 0.875rem;
}/* Medium Down - md
max 48rem / 768px */@media (max-width: 48rem) {
  .swiper-pagination-bullet {
    width: 24px !important;
    height: 2px !important;
    border-radius: 6px !important;
  }

  .hero-section {
    min-height: auto;
    padding: 4rem 40px;
  }

  .hero-title {
    font-size: max(1.75rem, min(5vw, 2.5rem));
    margin-bottom: 1rem;
  }

  .hero-stats {
    grid-template-columns: repeat(3, 1fr);
    gap: 0.75rem;
  }

  .hero-stat-number {
    font-size: 1.75rem;
  }

  .hero-stat-label {
    font-size: 0.75rem;
  }

  .heroPatientSwiper {
    height: 60vh;
  }

  .hero-patient-after {
    height: 50vh;
  }

  .hero-before-grid {
    max-width: 300px;
    gap: 0.75rem;
    bottom: 0;
  }

  .hero-before-label {
    padding: 0.5rem;
    font-size: 11px;
  }

  .hero-swiper-nav {
    bottom: -3rem;
  }

  .hero-swiper-button-prev,
  .hero-swiper-button-next {
    width: 40px;
    height: 40px;
  }
}/* Small Down - sm
max 40rem / 640px */@media (max-width: 40rem) {
  .before-after-section-grid {
    grid-column-gap: 0 !important;
  }

  .hero-section {
    padding: 1rem;
  }
}.hero-section {
  background: linear-gradient(135deg, #0a1525 0%, #0e3b5a 100%);
  position: relative;
  overflow: hidden;
}.hero-section::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: radial-gradient(
    circle at 30% 50%,
    rgba(115, 184, 233, 0.08) 0%,
    transparent 50%
  );
  pointer-events: none;
}.hero-bg-gradient,
.hero-bg-pattern {
  display: none;
}.hero-content {
  opacity: 0;
  transform: translateY(30px);
}.hero-content .word {
  white-space: nowrap;
}.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: rgba(115, 184, 233, 0.1);
  border: 1px solid rgba(115, 184, 233, 0.2);
  border-radius: 6px;
  padding: 0.5rem 1rem;
  margin-bottom: 1.5rem;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  position: relative;
  opacity: 0;
  transform: translateY(20px);
}.hero-badge-icon {
  width: 18px;
  height: 18px;
  color: #73b8e9;
  position: relative;
  z-index: 2;
}.hero-badge-text {
  font-size: 14px;
  font-weight: 600;
  color: #73b8e9;
  position: relative;
  z-index: 2;
}.hero-title {
  font-size: max(2.5rem, min(8vw, 5.5rem));
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.03em;
  margin: 0 0 1.5rem 0;
  color: white;
}.hero-title-line {
  display: block;
  opacity: 0;
  transform: translateY(30px);
}.hero-title-line-1 {
  color: white;
}.hero-title-line-2 {
  background: linear-gradient(135deg, #73b8e9 0%, white 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}.hero-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 1.5rem;
  gap: 1.5rem;
  margin-bottom: 2.5rem;
}.hero-stat {
  opacity: 0;
  transform: translateY(20px);
}.hero-stat-number {
  font-size: 2.5rem;
  font-weight: 700;
  background: linear-gradient(135deg, #73b8e9 0%, white 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  line-height: 1;
  margin-bottom: 0.5rem;
}.hero-stat-label {
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.6);
  font-weight: 500;
}.hero-cta {
  opacity: 0;
  transform: translateY(20px);
}.hero-cta-btn {
  display: inline-flex !important;
}.hero-cta-btn .button-text,
.hero-cta-btn .button-transition {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}.hero-visual {
  animation: heroVisualIn 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.5s both;
  will-change: opacity, transform;
}@keyframes heroVisualIn {
  from {
    opacity: 0;
    transform: translateX(50px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}.heroPatientSwiper {
  width: 100%;
  height: 85vh;
  position: relative;
}.heroPatientSwiper .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
}.hero-slide-container {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}.hero-patient-after {
  position: relative;
  z-index: 5;
  width: 100%;
  height: 75vh;
  display: flex;
  justify-content: center;
  align-items: center;
}.hero-patient-after-img {
  width: auto;
  height: 100%;
  max-width: 100%;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
}.hero-before-grid {
  position: absolute;
  bottom: 2rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 1rem;
  gap: 1rem;
  width: 90%;
  max-width: 480px;
}.hero-before-card {
  background: rgba(255, 255, 255, 0.05);
  border-radius: 6px;
  overflow: hidden;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}.hero-before-card:hover {
  transform: translateY(-4px);
  background: rgba(255, 255, 255, 0.08);
}.hero-before-image {
  position: relative;
  width: 100%;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.2);
}.hero-before-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}.hero-before-card:hover .hero-before-image img {
  transform: scale(1.05);
}.hero-before-label {
  padding: 0.75rem;
  text-align: center;
  font-size: 13px;
  font-weight: 600;
  color: white;
  background: #0e3b5a;
}.hero-swiper-nav {
  position: absolute;
  bottom: -4rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 20;
  display: flex;
  align-items: center;
  gap: 1.5rem;
}.hero-swiper-button-prev,
.hero-swiper-button-next {
  width: 48px;
  height: 48px;
  background: rgba(255, 255, 255, 0.1);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  border: 1px solid rgba(255, 255, 255, 0.1);
}.hero-swiper-button-prev:hover,
.hero-swiper-button-next:hover {
  background: rgba(115, 184, 233, 0.2);
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.4);
  border-color: rgba(115, 184, 233, 0.3);
}.hero-swiper-button-prev:hover svg,
.hero-swiper-button-next:hover svg {
  color: #73b8e9;
}.hero-swiper-button-prev svg,
.hero-swiper-button-next svg {
  width: 20px;
  height: 20px;
  color: rgba(255, 255, 255, 0.7);
  transition: color 0.3s ease;
}.hero-swiper-button-prev.swiper-button-disabled,
.hero-swiper-button-next.swiper-button-disabled {
  opacity: 0.3;
  cursor: not-allowed;
}.hero-swiper-pagination {
  display: flex;
  gap: 0.5rem;
}.hero-swiper-pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  transition: all 0.3s ease;
  opacity: 1;
}.hero-swiper-pagination .swiper-pagination-bullet-active {
  background: #73b8e9;
  width: 24px;
  border-radius: 6px;
}@media (max-width: 1024px) {
  .hero-title {
    font-size: max(2rem, min(6vw, 3.5rem));
  }

  .heroPatientSwiper {
    height: 70vh;
  }

  .hero-patient-after {
    height: 60vh;
  }

  .hero-before-grid {
    max-width: 350px;
  }

  .hero-stats {
    gap: 1rem;
  }

  .hero-stat-number {
    font-size: 2rem;
  }
}@media (max-width: 480px) {
  .hero-badge {
    font-size: 12px;
    padding: 0.375rem 0.75rem;
  }

  .hero-badge-icon {
    width: 16px;
    height: 16px;
  }

  .hero-stats {
    grid-template-columns: repeat(3, 1fr);
    gap: 0.5rem;
  }

  .hero-stat-number {
    font-size: 1.5rem;
  }
}.ready-to-discover {
  position: relative;
}.discover-swiper-pagination {
  text-align: center;
  position: relative;
}.discover-swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: #0a1525;
  opacity: 0.3;
  margin: 0 6px;
  transition: all 0.3s ease;
}.discover-swiper-pagination .swiper-pagination-bullet-active {
  background: #73b8e9;
  opacity: 1;
  width: 32px;
  border-radius: 5px;
}.discover-swiper-pagination .swiper-pagination-bullet:hover {
  opacity: 0.6;
}.discover-learn-more {
  position: relative;
}.discover-card {
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}.discover-card:hover {
  transform: translateY(-8px);
}@media (max-width: 768px) {
  .discover-card {
    height: 420px;
  }

  .discover-card h3 {
    font-size: 2.5rem;
  }

  .discover-card:hover {
    transform: translateY(0);
  }

  .discover-swiper-nav {
    display: none;
  }
}@media (max-width: 640px) {
  .discover-card {
    height: 380px;
  }

  .discover-card h3 {
    font-size: 2rem;
  }
}.text-green-500 {
  color: rgb(0, 201, 80);
  color: color(display-p3 0.30873 0.77475 0.37431);
}.text-green-600 {
  color: rgb(0, 166, 62);
  color: color(display-p3 0.24388 0.64082 0.29481);
}.bg-blue-50 {
  background: rgb(239, 246, 255);
  background: color(display-p3 0.94183 0.96315 0.99539);
}.bg-blue-100 {
  background: rgb(219, 234, 254);
  background: color(display-p3 0.86921 0.91593 0.98962);
}.exosome-section {
  position: relative;
  overflow: hidden;
}.exosome-card {
  transition: all 0.4s ease;
}.exosome-section .exosome-badge {
  animation: fadeInUp 0.6s ease-out 0.2s both;
}@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}@media (max-width: 1024px) {
  .exosome-card {
    min-height: 400px;
  }

  .exosome-card h2 {
    font-size: 1.75rem;
  }

  .exosome-card p {
    font-size: 0.95rem;
  }
}.testimonials-section::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: radial-gradient(
    circle at 70% 50%,
    rgba(115, 184, 233, 0.08) 0%,
    transparent 50%
  );
  pointer-events: none;
}/* === Form Kontrolleri (page_anasayfa) === */[type="checkbox"]:checked:focus,
[type="checkbox"]:checked:hover,
[type="radio"]:checked:focus,
[type="radio"]:checked:hover {
  border-color: transparent;
  background-color: #0e3b5a;
}.line-top,
.line-top-hover {
  top: 0%;
  right: 0%;
  bottom: auto;
  left: 0%;
}.nav-border-indicator {
  top: auto;
  right: auto;
  bottom: -1px;
  left: 0%;
}.before-after-row-first,
.before-after-row-seventh {
  align-self: end;
}.before-after-row-second,
.before-after-row-sixth {
  align-self: start;
}.discover-nav.swiper-button-next,
.beforeAfterHomepage-nav.swiper-button-next,
.commentsTrustPilot-nav.swiper-button-next,
.testimonialsCentered-nav.swiper-button-next {
  left: auto;
  left: initial;
}.price-chart-canvas-wrapper {
  height: 400px;
}.exosome-video-container {
  aspect-ratio: 1 / 1;
}.tp-star__canvas {
  fill: #00b67a;
}.tp-star__canvas--half {
  fill: #00b67a;
}.tp-star-svg {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
}.google-review-header {
  display: flex;
  align-items: center;
}.google-logo-svg {
  width: 20px;
  height: 20px;
}.grp-entangle-rating {
  display: flex;
  gap: 3px;
  justify-content: left;
  margin-left: 10px;
}.grp-entangle-rating span {
  display: flex;
}.grp-full-star {
  fill: #fe8403;
}[id~="info-panel"] {
  display: none !important;
}.floating-buttons-container {
  position: fixed;
  bottom: 2rem;
  right: 2rem;
  z-index: 9998;
  display: flex;
  align-items: center;
  gap: 0.75rem;
  animation: fadeInUp 0.6s cubic-bezier(0.4, 0, 0.2, 1) 1s both;
}.floating-btn {
  background: white;
  border: 1px solid rgba(14, 59, 90, 0.08);
  border-radius: 6px;
  padding: 8px 16px;
  box-shadow:
    0 4px 6px -1px rgba(14, 59, 90, 0.06),
    0 2px 4px -1px rgba(14, 59, 90, 0.04),
    0 0 0 1px rgba(14, 59, 90, 0.02);
  cursor: pointer;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-backdrop-filter: blur(12px);
          backdrop-filter: blur(12px);
}.floating-btn:hover {
  transform: translateY(-4px);
  box-shadow:
    0 12px 24px -4px rgba(14, 59, 90, 0.12),
    0 8px 16px -4px rgba(14, 59, 90, 0.08),
    0 0 0 1px rgba(14, 59, 90, 0.04);
  border-color: rgba(14, 59, 90, 0.12);
}.floating-btn:active {
  transform: translateY(-2px);
  transition-duration: 0.1s;
}.floating-btn-content {
  display: flex;
  align-items: center;
  gap: 0.625rem;
  position: relative;
}.floating-btn-icon-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  background: linear-gradient(135deg, #0e3b5a 0%, #1a5a7f 100%);
  border-radius: 50%;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}.floating-btn-icon-wrapper--transparent {
  background: transparent !important;
}.floating-btn:hover .floating-btn-icon-wrapper {
  transform: rotate(360deg) scale(1.1);
  box-shadow: 0 4px 12px rgba(14, 59, 90, 0.3);
}.floating-btn-icon {
  width: 16px;
  height: 16px;
  color: white;
}.floating-btn-text {
  color: #0e3b5a;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: -0.01em;
  white-space: nowrap;
  transition: color 0.3s ease;
}.floating-btn:hover .floating-btn-text {
  color: #1a5a7f;
}.whatsapp-icon {
  fill: #40c057;
}@media (max-width: 768px) {
  .floating-buttons-container {
    bottom: 1.5rem;
    right: 1.5rem;
    gap: 0.5rem;
  }

  .floating-btn {
    padding: 0.75rem 1.125rem;
  }

  .floating-btn-text {
    font-size: 14px;
  }

  .floating-btn-icon-wrapper {
    width: 26px;
    height: 26px;
  }

  .floating-btn-icon {
    width: 15px;
    height: 15px;
  }
}@media (max-width: 480px) {
  .floating-buttons-container {
    bottom: 1.25rem;
    right: 1.25rem;
    gap: 0.5rem;
  }

  .floating-buttons-container .floating-btn {
    padding: 0.875rem;
    border-radius: 50%;
  }

  .floating-buttons-container .floating-btn-text {
    display: none;
  }

  .floating-buttons-container .floating-btn-content {
    gap: 0;
  }

  .floating-buttons-container .floating-btn-icon-wrapper {
    width: 32px;
    height: 32px;
  }

  .floating-buttons-container .floating-btn-icon {
    width: 18px;
    height: 18px;
  }
}.newsletter-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 1rem;
}.newsletter-modal.active {
  display: flex;
}.newsletter-modal-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(10, 21, 37, 0.85);
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
  animation: fadeIn 0.3s ease-out;
}.newsletter-modal-content {
  position: relative;
  background: white;
  border-radius: 6px;
  max-width: 900px;
  width: 100%;
  overflow: hidden;
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  animation: slideUp 0.4s ease-out;
}.newsletter-modal-close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  z-index: 10;
  background: rgba(255, 255, 255, 0.95);
  border: none;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  color: #0e3b5a;
}.newsletter-modal-close:hover {
  background: #0e3b5a;
  color: white;
  transform: rotate(90deg);
}.newsletter-modal-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
}.newsletter-modal-left {
  padding: 3rem;
  display: flex;
  flex-direction: column;
}.newsletter-modal-icon {
  width: 60px;
  height: 60px;
  background: linear-gradient(135deg, #0e3b5a 0%, #1a5a7f 100%);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  margin-bottom: 1.5rem;
  box-shadow: 0 10px 25px -5px rgba(14, 59, 90, 0.3);
}.newsletter-modal-title {
  font-size: 2rem;
  font-weight: 700;
  color: #0e3b5a;
  margin: 0 0 1rem 0;
  line-height: 1.2;
}.newsletter-modal-description {
  color: #64748b;
  font-size: 0.95rem;
  line-height: 1.6;
  margin: 0 0 24px 0;
}.newsletter-form-group {
  margin-bottom: 12px;
}.newsletter-label {
  display: block;
  font-size: 0.875rem;
  font-weight: 600;
  color: #334155;
  margin-bottom: 0.5rem;
}.newsletter-input-wrapper {
  position: relative;
}.newsletter-input-icon {
  position: absolute;
  left: 1rem;
  top: 50%;
  transform: translateY(-50%);
  width: 1.25rem;
  height: 1.25rem;
  color: #94a3b8;
  pointer-events: none;
}.newsletter-input {
  width: 100%;
  padding: 0.875rem 1rem 0.875rem 3rem;
  border: 2px solid #e2e8f0;
  border-radius: 8px;
  font-size: 1rem;
  transition: all 0.3s ease;
  outline: none;
}.newsletter-input:focus {
  border-color: #0e3b5a;
  box-shadow: 0 0 0 3px rgba(14, 59, 90, 0.1);
}.newsletter-modal-right {
  background: linear-gradient(135deg, #0e3b5a 0%, #1a5a7f 100%);
  position: relative;
  overflow: hidden;
}.newsletter-modal-image {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}.newsletter-modal-image img {
  width: 100%;
  height: 100%;
  filter: drop-shadow(0 20px 40px rgba(0, 0, 0, 0.3));
}@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}@keyframes slideUp {
  from {
    opacity: 0;
    transform: translateY(30px) scale(0.95);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}@media (max-width: 768px) {
  .newsletter-modal-grid {
    grid-template-columns: 1fr;
  }

  .newsletter-modal-right {
    display: none;
  }

  .newsletter-modal-left {
    padding: 1.5rem;
  }

  .newsletter-modal-title {
    font-size: 1.5rem;
  }
}.promo-popup {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 380px;
  max-width: calc(100vw - 40px);
  background: linear-gradient(135deg, #73b8e9 0%, #0e3b5a 100%);
  border-radius: 12px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
  z-index: 9999;
  transform: translateY(120%);
  opacity: 0;
  transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  overflow: hidden;
}.promo-popup.show {
  transform: translateY(0);
  opacity: 1;
}.promo-popup::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(
    135deg,
    rgba(255, 255, 255, 0.1) 0%,
    rgba(255, 255, 255, 0) 100%
  );
  pointer-events: none;
}.promo-close {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 32px;
  height: 32px;
  border: none;
  background: rgba(255, 255, 255, 0.2);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  border-radius: 50%;
  color: white;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  z-index: 10;
}.promo-close:hover {
  background: rgba(255, 255, 255, 0.3);
  transform: rotate(90deg);
}.promo-content {
  padding: 28px 24px 24px;
  position: relative;
  color: white;
}.promo-icon {
  width: 56px;
  height: 56px;
  background: rgba(255, 255, 255, 0.2);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
  animation: pulse-icon 2s ease-in-out infinite;
}@keyframes pulse-icon {
  0%,
  100% {
    transform: scale(1);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
  }
  50% {
    transform: scale(1.05);
    box-shadow: 0 0 0 10px rgba(255, 255, 255, 0);
  }
}.promo-title {
  font-size: 24px;
  font-weight: 700;
  margin: 0 0 6px 0;
  line-height: 1.2;
}.promo-subtitle {
  font-size: 14px;
  margin: 0 0 20px 0;
  opacity: 0.95;
  font-weight: 500;
}.promo-timer {
  background: rgba(0, 0, 0, 0.2);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  border-radius: 12px;
  padding: 16px;
  margin-bottom: 18px;
  border: 1px solid rgba(255, 255, 255, 0.1);
}.timer-label {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
  opacity: 0.9;
  margin-bottom: 10px;
  font-weight: 600;
}.timer-display {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}.timer-unit {
  display: flex;
  flex-direction: column;
  align-items: center;
}.timer-value {
  font-size: 32px;
  font-weight: 700;
  line-height: 1;
  font-family: "Courier New", monospace;
  min-width: 50px;
  text-align: center;
}.timer-text {
  font-size: 11px;
  opacity: 0.8;
  margin-top: 4px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}.timer-separator {
  font-size: 28px;
  font-weight: 700;
  opacity: 0.6;
  animation: blink 1s ease-in-out infinite;
}@keyframes blink {
  0%,
  100% {
    opacity: 0.6;
  }
  50% {
    opacity: 0.2;
  }
}.promo-description {
  font-size: 14px;
  line-height: 1.6;
  margin: 0 0 20px 0;
  opacity: 0.95;
}.promo-cta {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  padding: 14px 24px;
  background: white;
  color: #0e3b5a;
  border-radius: 6px;
  font-weight: 700;
  font-size: 15px;
  -webkit-text-decoration: none;
  text-decoration: none;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}.promo-cta:hover {
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
  background: #0e3b5a;
  color: #fff;
}.promo-cta svg {
  width: 18px;
  transition: transform 0.3s ease;
}.promo-cta:hover svg {
  transform: translateX(4px);
}.sub-menu ul {
  margin: 0;
}@keyframes shake {
  0%,
  100% {
    transform: translateY(0) rotate(0deg);
  }
  25% {
    transform: translateY(-5px) rotate(-1deg);
  }
  75% {
    transform: translateY(-5px) rotate(1deg);
  }
}.promo-popup.show.urgent {
  animation: shake 0.5s ease-in-out;
}@media (max-width: 480px) {
  .promo-popup {
    width: calc(100vw - 32px);
    bottom: 16px;
    right: 16px;
  }

  .promo-content {
    padding: 24px 20px 20px;
  }

  .promo-title {
    font-size: 20px;
  }

  .timer-value {
    font-size: 28px;
    min-width: 45px;
  }

  .promo-description {
    font-size: 13px;
  }
}.bg-gray-50 {
  --tw-bg-opacity: 1;
  background-color: rgba(249, 250, 251, 1);
  background-color: rgb(249 250 251 / 1);
  background-color: rgb(249 250 251 / var(--tw-bg-opacity));
}.sub-menu--mega-v2 .submenu-tooltip {
  opacity: 0;
  visibility: hidden;
  transform: translateY(6px);
  transition:
    opacity 160ms ease,
    transform 160ms ease,
    visibility 160ms ease;
  pointer-events: none;
  max-width: min(520px, calc(100vw - 3rem));
}.sub-menu--mega-v2 .submenu-link:hover .submenu-tooltip,
.sub-menu--mega-v2 .submenu-link:focus-visible .submenu-tooltip {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}@media (max-height: 760px) {
  .sub-menu--mega-v2 .submenu-tooltip {
    display: none;
  }
}.sub-menu--test .submenu-link.is-active {
  background: rgba(115, 184, 233, 0.25);
}.sub-menu--test .submenu-preview {
  min-height: 220px;
}.sub-menu--test .submenu-preview-title {
  color: #0e3b5a;
}@media (max-height: 820px) {
  .sub-menu--test .submenu-desc {
    display: none;
  }

  .sub-menu--test .submenu-link {
    padding-top: 6px !important;
    padding-bottom: 6px !important;
  }

  .sub-menu--test .submenu-promo-media {
    max-height: 120px !important;
  }
}.sub-menu--test2 .submenu-tooltip {
  opacity: 0;
  visibility: hidden;
  transform: translateY(6px);
  transition:
    opacity 160ms ease,
    transform 160ms ease,
    visibility 160ms ease;
  pointer-events: none;
  max-width: min(520px, calc(100vw - 3rem));
}.sub-menu--test2 .submenu-link:hover .submenu-tooltip,
.sub-menu--test2 .submenu-link:focus-visible .submenu-tooltip {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}@media (max-height: 760px) {
  .sub-menu--test2 .submenu-tooltip {
    display: none;
  }
}.submenu-desc-clamp-2 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}.submenu-desc-clamp-1 {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}.side-panel a img,
.lang img {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  display: flex;
  align-content: center;
  justify-content: center;
  -o-object-fit: cover;
     object-fit: cover;
  border: 1px solid #ffffff;
}.lang img {
  width: 25px;
  height: 25px;
}.exosome-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.5px;
  color: white;
  background: linear-gradient(135deg, #73b8e9 0%, #1a5a7f 100%);
  padding: 2px 6px;
  border-radius: 4px;
  margin-left: 4px;
  box-shadow: 0 2px 4px rgba(115, 184, 233, 0.3);
  animation: subtle-pulse 3s ease-in-out infinite;
}.exosome-nav-highlight {
  position: relative;
}.exosome-nav-text {
  background: linear-gradient(135deg, #0e3b5a 0%, #73b8e9 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-weight: 600;
  position: relative;
}.exosome-nav-highlight .exosome-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.5px;
  color: white;
  background: linear-gradient(135deg, #73b8e9 0%, #1a5a7f 100%);
  padding: 2px 6px;
  border-radius: 4px;
  margin-left: 4px;
  box-shadow: 0 2px 4px rgba(115, 184, 233, 0.3);
  animation: subtle-pulse 3s ease-in-out infinite;
}@keyframes subtle-pulse {
  0%,
  100% {
    opacity: 1;
    transform: scale(1);
  }
  50% {
    opacity: 0.9;
    transform: scale(1.02);
  }
}.exosome-nav-highlight:hover .exosome-nav-text {
  background: linear-gradient(135deg, #73b8e9 0%, #0e3b5a 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}.exosome-nav-highlight:hover .exosome-badge {
  box-shadow: 0 4px 8px rgba(115, 184, 233, 0.4);
  transform: translateY(-1px);
}@media (min-width: 640px){.sm\:container{
    width: 100%;
    padding-right: 2rem;
    padding-left: 2rem;
  }@media (min-width: 640px){.sm\:container{
      max-width: 640px;
    }
  }@media (min-width: 768px){.sm\:container{
      max-width: 768px;
    }
  }@media (min-width: 1024px){.sm\:container{
      max-width: 1024px;
    }
  }@media (min-width: 1280px){.sm\:container{
      max-width: 1280px;
    }
  }@media (min-width: 1536px){.sm\:container{
      max-width: 1536px;
    }
  }

  .sm\:container {
    padding: 0 16px;
    margin: 0 auto;
  }

  @media (min-width: 640px) {
    .sm\:container {
      padding: 0 16px;
    }
  }

  @media (min-width: 1024px) {
    .sm\:container {
      max-width: 1380px;
      margin: 0 auto;
    }
  }
}@media (min-width: 1280px){.xl\:container{
    width: 100%;
    padding-right: 2rem;
    padding-left: 2rem;
  }@media (min-width: 640px){.xl\:container{
      max-width: 640px;
    }
  }@media (min-width: 768px){.xl\:container{
      max-width: 768px;
    }
  }@media (min-width: 1024px){.xl\:container{
      max-width: 1024px;
    }
  }@media (min-width: 1280px){.xl\:container{
      max-width: 1280px;
    }
  }@media (min-width: 1536px){.xl\:container{
      max-width: 1536px;
    }
  }

  .xl\:container {
    padding: 0 16px;
    margin: 0 auto;
  }

  @media (min-width: 640px) {
    .xl\:container {
      padding: 0 16px;
    }
  }

  @media (min-width: 1024px) {
    .xl\:container {
      max-width: 1380px;
      margin: 0 auto;
    }
  }
}.placeholder\:text-gray-400::-moz-placeholder{
  --tw-text-opacity: 1;
  color: rgba(156, 163, 175, 1);
  color: rgb(156 163 175 / var(--tw-text-opacity));
}.placeholder\:text-gray-400::placeholder{
  --tw-text-opacity: 1;
  color: rgba(156, 163, 175, 1);
  color: rgb(156 163 175 / var(--tw-text-opacity));
}.before\:absolute::before{
  content: var(--tw-content);
  position: absolute;
}.before\:bottom-0::before{
  content: var(--tw-content);
  bottom: 0px;
}.before\:h-\[1px\]::before{
  content: var(--tw-content);
  height: 1px;
}.before\:w-0::before{
  content: var(--tw-content);
  width: 0px;
}.before\:origin-left::before{
  content: var(--tw-content);
  transform-origin: left;
}.before\:bg-\[\#fff\]::before{
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, 1);
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}.before\:transition-all::before{
  content: var(--tw-content);
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 288ms;
}.before\:duration-500::before{
  content: var(--tw-content);
  transition-duration: 500ms;
}.before\:content-\[\'\'\]::before{
  --tw-content: '';
  content: '';
  content: var(--tw-content);
}.hover\:scale-110:hover{
  --tw-scale-x: 1.1;
  --tw-scale-y: 1.1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(1.1) scaleY(1.1);
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}.hover\:scale-\[1\.1\]:hover{
  --tw-scale-x: 1.1;
  --tw-scale-y: 1.1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(1.1) scaleY(1.1);
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}.hover\:gap-3:hover{
  gap: 0.75rem;
}.hover\:bg-\[\#73b8e975\]:hover{
  background-color: rgba(115,184,233,0.45882);
}.hover\:bg-\[\#fff\]:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, 1);
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}.hover\:bg-black\/30:hover{
  background-color: rgba(0, 0, 0, 0.3);
}.hover\:bg-gray-100:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(243, 244, 246, 1);
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}.hover\:bg-gray-50:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(249, 250, 251, 1);
  background-color: rgb(249 250 251 / var(--tw-bg-opacity));
}.hover\:bg-slate-300:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(203, 213, 225, 1);
  background-color: rgb(203 213 225 / var(--tw-bg-opacity));
}.hover\:bg-slate-700:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(51, 65, 85, 1);
  background-color: rgb(51 65 85 / var(--tw-bg-opacity));
}.hover\:bg-white:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, 1);
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}.hover\:text-\[\#0e3b5a\]:hover{
  --tw-text-opacity: 1;
  color: rgba(14, 59, 90, 1);
  color: rgb(14 59 90 / var(--tw-text-opacity));
}.hover\:text-\[\#8dc5ed\]:hover{
  --tw-text-opacity: 1;
  color: rgba(141, 197, 237, 1);
  color: rgb(141 197 237 / var(--tw-text-opacity));
}.hover\:text-gray-900:hover{
  --tw-text-opacity: 1;
  color: rgba(17, 24, 39, 1);
  color: rgb(17 24 39 / var(--tw-text-opacity));
}.hover\:text-white:hover{
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, 1);
  color: rgb(255 255 255 / var(--tw-text-opacity));
}.hover\:opacity-\[1\]:hover{
  opacity: 1;
}.hover\:before\:w-full:hover::before{
  content: var(--tw-content);
  width: 100%;
}.focus\:ring-2:focus{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color), var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color), 0 0 rgba(0,0,0,0);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}.focus\:ring-inset:focus{
  --tw-ring-inset: inset;
}.focus\:ring-\[\#0e3b5a\]:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(14, 59, 90, var(--tw-ring-opacity));
}.focus\:ring-gray-300:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(209, 213, 219, var(--tw-ring-opacity));
}.focus-visible\:bg-\[\#73b8e975\]:focus-visible{
  background-color: rgba(115,184,233,0.45882);
}.group:hover .group-hover\:w-full{
  width: 100%;
}.group:hover .group-hover\:translate-x-\[3px\]{
  --tw-translate-x: 3px;
  transform: translate(3px, var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}.group:hover .group-hover\:scale-105{
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(1.05) scaleY(1.05);
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}.group:hover .group-hover\:scale-110{
  --tw-scale-x: 1.1;
  --tw-scale-y: 1.1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(1.1) scaleY(1.1);
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}.group:hover .group-hover\:scale-\[1\.03\]{
  --tw-scale-x: 1.03;
  --tw-scale-y: 1.03;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(1.03) scaleY(1.03);
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}.group:hover .group-hover\:scale-\[1\.2\]{
  --tw-scale-x: 1.2;
  --tw-scale-y: 1.2;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(1.2) scaleY(1.2);
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}.group:hover .group-hover\:border-\[\#C0C0C0\]\/20{
  border-color: rgba(192, 192, 192, 0.2);
}.group:hover .group-hover\:border-\[\#FFD700\]\/20{
  border-color: rgba(255, 215, 0, 0.2);
}.group:hover .group-hover\:border-\[\#a8c5e0\]\/20{
  border-color: rgba(168, 197, 224, 0.2);
}.group:hover .group-hover\:bg-\[\#fff\]{
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, 1);
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}.group:hover .group-hover\:fill-slate-900{
  fill: #0f172a;
}.group:hover .group-hover\:text-slate-900{
  --tw-text-opacity: 1;
  color: rgba(15, 23, 42, 1);
  color: rgb(15 23 42 / var(--tw-text-opacity));
}.group:hover .group-hover\:opacity-0{
  opacity: 0;
}.group:hover .group-hover\:opacity-100{
  opacity: 1;
}.group:hover .group-hover\:ring-\[\#0e3b5a\]{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(14, 59, 90, var(--tw-ring-opacity));
}.group:hover .group-hover\:grayscale-0{
  --tw-grayscale: grayscale(0);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) grayscale(0) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}@media (min-width: 640px){.sm\:\!absolute{
    position: absolute !important;
  }.sm\:order-1{
    order: 1;
  }.sm\:order-2{
    order: 2;
  }.sm\:col-span-1{
    grid-column: span 1 / span 1;
  }.sm\:col-span-6{
    grid-column: span 6 / span 6;
  }.sm\:mt-\[40px\]{
    margin-top: 40px;
  }.sm\:block{
    display: block;
  }.sm\:h-8{
    height: 2rem;
  }.sm\:h-\[450px\]{
    height: 450px;
  }.sm\:h-\[56px\]{
    height: 56px;
  }.sm\:w-8{
    width: 2rem;
  }.sm\:w-\[75\%\]{
    width: 75%;
  }.sm\:w-fit{
    width: -moz-fit-content;
    width: fit-content;
  }.sm\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }.sm\:flex-row{
    flex-direction: row;
  }.sm\:items-center{
    align-items: center;
  }.sm\:justify-start{
    justify-content: flex-start;
  }.sm\:gap-6{
    gap: 1.5rem;
  }.sm\:gap-x-8{
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }.sm\:gap-y-3{
    row-gap: 0.75rem;
  }.sm\:py-\[52px\]{
    padding-top: 52px;
    padding-bottom: 52px;
  }.sm\:pl-5{
    padding-left: 1.25rem;
  }.sm\:pt-\[64px\]{
    padding-top: 64px;
  }.sm\:text-center{
    text-align: center;
  }.sm\:text-\[48px\]{
    font-size: 48px;
  }.sm\:text-sm{
    font-size: 0.875rem;
    line-height: 1.25rem;
  }.sm\:leading-6{
    line-height: 1.5rem;
  }.group:hover .group-hover\:sm\:opacity-0{
    opacity: 0;
  }.group:hover .group-hover\:sm\:opacity-100{
    opacity: 1;
  }
}@media (min-width: 768px){.md\:\!bottom-\[-60px\]{
    bottom: -60px !important;
  }.md\:block{
    display: block;
  }.md\:flex{
    display: flex;
  }.md\:h-\[50px\]{
    height: 50px;
  }.md\:w-\[500px\]{
    width: 500px;
  }.md\:max-w-\[488px\]{
    max-width: 488px;
  }.md\:flex-row{
    flex-direction: row;
  }.md\:items-end{
    align-items: flex-end;
  }.md\:px-\[48px\]{
    padding-left: 48px;
    padding-right: 48px;
  }.md\:pr-\[32px\]{
    padding-right: 32px;
  }.md\:text-\[14px\]{
    font-size: 14px;
  }
}@media (min-width: 1024px){.lg\:sticky{
    position: sticky;
  }.lg\:top-0{
    top: 0px;
  }.lg\:order-1{
    order: 1;
  }.lg\:order-2{
    order: 2;
  }.lg\:order-3{
    order: 3;
  }.lg\:col-span-1{
    grid-column: span 1 / span 1;
  }.lg\:col-span-2{
    grid-column: span 2 / span 2;
  }.lg\:col-span-4{
    grid-column: span 4 / span 4;
  }.lg\:col-span-5{
    grid-column: span 5 / span 5;
  }.lg\:col-span-6{
    grid-column: span 6 / span 6;
  }.lg\:col-span-7{
    grid-column: span 7 / span 7;
  }.lg\:col-span-8{
    grid-column: span 8 / span 8;
  }.lg\:my-0{
    margin-top: 0px;
    margin-bottom: 0px;
  }.lg\:mb-8{
    margin-bottom: 2rem;
  }.lg\:mt-0{
    margin-top: 0px;
  }.lg\:block{
    display: block;
  }.lg\:flex{
    display: flex;
  }.lg\:hidden{
    display: none;
  }.lg\:h-\[350px\]{
    height: 350px;
  }.lg\:h-\[60px\]{
    height: 60px;
  }.lg\:h-\[728px\]{
    height: 728px;
  }.lg\:h-\[75svh\]{
    height: 75svh;
  }.lg\:h-full{
    height: 100%;
  }.lg\:max-h-\[768px\]{
    max-height: 768px;
  }.lg\:max-h-none{
    max-height: none;
  }.lg\:min-h-\[calc\(100vh-111px\)\]{
    min-height: calc(100vh - 111px);
  }.lg\:w-\[100svw\]{
    width: 100svw;
  }.lg\:w-\[550px\]{
    width: 550px;
  }.lg\:w-\[80px\]{
    width: 80px;
  }.lg\:w-full{
    width: 100%;
  }.lg\:max-w-\[418px\]{
    max-width: 418px;
  }.lg\:max-w-\[992px\]{
    max-width: 992px;
  }.lg\:translate-y-\[92px\]{
    --tw-translate-y: 92px;
    transform: translate(var(--tw-translate-x), 92px) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }.lg\:columns-3{
    -moz-columns: 3;
         columns: 3;
  }.lg\:grid-cols-12{
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }.lg\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }.lg\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }.lg\:flex-row{
    flex-direction: row;
  }.lg\:items-center{
    align-items: center;
  }.lg\:gap-12{
    gap: 3rem;
  }.lg\:gap-16{
    gap: 4rem;
  }.lg\:gap-4{
    gap: 1rem;
  }.lg\:gap-8{
    gap: 2rem;
  }.lg\:gap-\[32px\]{
    gap: 32px;
  }.lg\:gap-x-4{
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }.lg\:gap-y-0{
    row-gap: 0px;
  }.lg\:\!object-contain{
    -o-object-fit: contain !important;
       object-fit: contain !important;
  }.lg\:p-8{
    padding: 2rem;
  }.lg\:px-0{
    padding-left: 0px;
    padding-right: 0px;
  }.lg\:px-\[clamp\(40px\2c 6vw\2c 120px\)\]{
    padding-left: max(40px, min(6vw, 120px));
    padding-right: max(40px, min(6vw, 120px));
  }.lg\:py-0{
    padding-top: 0px;
    padding-bottom: 0px;
  }.lg\:py-\[clamp\(40px\2c 6vh\2c 80px\)\]{
    padding-top: max(40px, min(6vh, 80px));
    padding-bottom: max(40px, min(6vh, 80px));
  }.lg\:text-start{
    text-align: left;
  }.lg\:text-\[16px\]{
    font-size: 16px;
  }.lg\:text-\[60px\]{
    font-size: 60px;
  }.lg\:text-\[61px\]{
    font-size: 61px;
  }
}@media (min-width: 1280px){.xl\:col-span-3{
    grid-column: span 3 / span 3;
  }.xl\:col-span-4{
    grid-column: span 4 / span 4;
  }.xl\:col-span-6{
    grid-column: span 6 / span 6;
  }.xl\:col-span-8{
    grid-column: span 8 / span 8;
  }.xl\:col-span-9{
    grid-column: span 9 / span 9;
  }.xl\:block{
    display: block;
  }.xl\:flex{
    display: flex;
  }.xl\:inline-flex{
    display: inline-flex;
  }.xl\:hidden{
    display: none;
  }.xl\:w-\[90\%\]{
    width: 90%;
  }.xl\:w-full{
    width: 100%;
  }.xl\:gap-\[64px\]{
    gap: 64px;
  }.xl\:gap-x-16{
    -moz-column-gap: 4rem;
         column-gap: 4rem;
  }.xl\:gap-x-8{
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }.xl\:gap-x-\[64px\]{
    -moz-column-gap: 64px;
         column-gap: 64px;
  }.xl\:gap-y-0{
    row-gap: 0px;
  }.xl\:px-4{
    padding-left: 1rem;
    padding-right: 1rem;
  }.xl\:pb-\[120px\]{
    padding-bottom: 120px;
  }
}@media (min-width: 1536px){.\32xl\:bottom-12{
    bottom: 3rem;
  }.\32xl\:block{
    display: block;
  }.\32xl\:\!inline-flex{
    display: inline-flex !important;
  }.\32xl\:h-\[75px\]{
    height: 75px;
  }.\32xl\:w-3\/12{
    width: 25%;
  }.\32xl\:w-\[calc\(70vw-5rem\)\]{
    width: calc(70vw - 5rem);
  }.\32xl\:w-\[calc\(78vw-5rem\)\]{
    width: calc(78vw - 5rem);
  }.\32xl\:columns-3{
    -moz-columns: 3;
         columns: 3;
  }.\32xl\:gap-x-12{
    -moz-column-gap: 3rem;
         column-gap: 3rem;
  }.\32xl\:gap-x-6{
    -moz-column-gap: 1.5rem;
         column-gap: 1.5rem;
  }.\32xl\:gap-x-7{
    -moz-column-gap: 1.75rem;
         column-gap: 1.75rem;
  }.\32xl\:gap-x-8{
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }.\32xl\:px-\[2\.5rem\]{
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }.\32xl\:px-\[3rem\]{
    padding-left: 3rem;
    padding-right: 3rem;
  }.\32xl\:text-\[13px\]{
    font-size: 13px;
  }.\32xl\:text-\[15px\]{
    font-size: 15px;
  }.\32xl\:text-\[16px\]{
    font-size: 16px;
  }.\32xl\:text-\[88px\]{
    font-size: 88px;
  }
}

