/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.glightbox-container {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999 !important;
  overflow: hidden;
  touch-action: none;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  text-size-adjust: 100%;
  backface-visibility: hidden;
  outline: 0;
}

.glightbox-container.inactive {
  display: none;
}

.glightbox-container .gcontainer {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 9999;
  overflow: hidden;
}

.glightbox-container .gslider {
  transition: transform 0.4s ease;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
  position: relative;
  overflow: hidden;
  display: flex !important;
  justify-content: center;
  align-items: center;
  transform: translate3d(0, 0, 0);
}

.glightbox-container .gslide {
  width: 100%;
  position: absolute;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
}

.glightbox-container .gslide.current {
  opacity: 1;
  z-index: 99999;
  position: relative;
}

.glightbox-container .gslide.prev {
  opacity: 1;
  z-index: 9999;
}

.glightbox-container .gslide-inner-content {
  width: 100%;
}

.glightbox-container .ginner-container {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  max-width: 100%;
  margin: auto;
  height: 100vh;
}

.glightbox-container .ginner-container.gvideo-container {
  width: 100%;
}

.glightbox-container .ginner-container.desc-bottom, .glightbox-container .ginner-container.desc-top {
  flex-direction: column;
}

.glightbox-container .ginner-container.desc-left, .glightbox-container .ginner-container.desc-right {
  max-width: 100% !important;
}

.gslide iframe, .gslide video {
  outline: 0 !important;
  border: none;
  min-height: 165px;
  -webkit-overflow-scrolling: touch;
  touch-action: auto;
}

.gslide:not(.current) {
  pointer-events: none;
}

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

.gslide-image img {
  max-height: 100vh;
  display: block;
  padding: 0;
  float: none;
  outline: 0;
  border: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  max-width: 100vw;
  width: auto;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  touch-action: none;
  margin: auto;
  min-width: 200px;
}

.desc-bottom .gslide-image img, .desc-top .gslide-image img {
  width: auto;
}

.desc-left .gslide-image img, .desc-right .gslide-image img {
  width: auto;
  max-width: 100%;
}

.gslide-image img.zoomable {
  position: relative;
}

.gslide-image img.dragging {
  cursor: grabbing !important;
  transition: none;
}

.gslide-video {
  position: relative;
  max-width: 100vh;
  width: 100% !important;
}

.gslide-video .plyr__poster-enabled.plyr--loading .plyr__poster {
  display: none;
}

.gslide-video .gvideo-wrapper {
  width: 100%;
  margin: auto;
}

.gslide-video::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(255, 0, 0, 0.34);
  display: none;
}

.gslide-video.playing::before {
  display: none;
}

.gslide-video.fullscreen {
  max-width: 100% !important;
  min-width: 100%;
  height: 75vh;
}

.gslide-video.fullscreen video {
  max-width: 100% !important;
  width: 100% !important;
}

.gslide-inline {
  background: #fff;
  text-align: left;
  max-height: calc(100vh - 40px);
  overflow: auto;
  max-width: 100%;
  margin: auto;
}

.gslide-inline .ginlined-content {
  padding: 20px;
  width: 100%;
}

.gslide-inline .dragging {
  cursor: grabbing !important;
  transition: none;
}

.ginlined-content {
  overflow: auto;
  display: block !important;
  opacity: 1;
}

.gslide-external {
  display: flex;
  width: 100%;
  min-width: 100%;
  background: #fff;
  padding: 0;
  overflow: auto;
  max-height: 75vh;
  height: 100%;
}

.gslide-media {
  display: flex;
  width: auto;
}

.zoomed .gslide-media {
  box-shadow: none !important;
}

.desc-bottom .gslide-media, .desc-top .gslide-media {
  margin: 0 auto;
  flex-direction: column;
}

.gslide-description {
  position: relative;
  flex: 1 0 100%;
}

.gslide-description.description-left, .gslide-description.description-right {
  max-width: 100%;
}

.gslide-description.description-bottom, .gslide-description.description-top {
  margin: 0 auto;
  width: 100%;
}

.gslide-description p {
  margin-bottom: 12px;
}

.gslide-description p:last-child {
  margin-bottom: 0;
}

.zoomed .gslide-description {
  display: none;
}

.glightbox-button-hidden {
  display: none;
}

.glightbox-mobile .glightbox-container .gslide-description {
  height: auto !important;
  width: 100%;
  position: absolute;
  bottom: 0;
  padding: 19px 11px;
  max-width: 100vw !important;
  order: 2 !important;
  max-height: 78vh;
  overflow: auto !important;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.75) 100%);
  transition: opacity 0.3s linear;
  padding-bottom: 50px;
}

.glightbox-mobile .glightbox-container .gslide-title {
  color: #fff;
  font-size: 1em;
}

.glightbox-mobile .glightbox-container .gslide-desc {
  color: #a1a1a1;
}

.glightbox-mobile .glightbox-container .gslide-desc a {
  color: #fff;
  font-weight: 700;
}

.glightbox-mobile .glightbox-container .gslide-desc * {
  color: inherit;
}

.glightbox-mobile .glightbox-container .gslide-desc .desc-more {
  color: #fff;
  opacity: 0.4;
}

.gdesc-open .gslide-media {
  transition: opacity 0.5s ease;
  opacity: 0.4;
}

.gdesc-open .gdesc-inner {
  padding-bottom: 30px;
}

.gdesc-closed .gslide-media {
  transition: opacity 0.5s ease;
  opacity: 1;
}

.greset {
  transition: all 0.3s ease;
}

.gabsolute {
  position: absolute;
}

.grelative {
  position: relative;
}

.glightbox-desc {
  display: none !important;
}

.glightbox-open {
  overflow: hidden;
}

.gloader {
  height: 25px;
  width: 25px;
  animation: lightboxLoader 0.8s infinite linear;
  border: 2px solid #fff;
  border-right-color: transparent;
  border-radius: 50%;
  position: absolute;
  display: block;
  z-index: 9999;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 47%;
}

.goverlay {
  width: 100%;
  height: calc(100vh + 1px);
  position: fixed;
  top: -1px;
  left: 0;
  background: #000;
  will-change: opacity;
}

.glightbox-mobile .goverlay {
  background: #000;
}

.gclose, .gnext, .gprev {
  z-index: 99999;
  cursor: pointer;
  width: 26px;
  height: 44px;
  border: none;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.gclose svg, .gnext svg, .gprev svg {
  display: block;
  width: 25px;
  height: auto;
  margin: 0;
  padding: 0;
}

.gclose.disabled, .gnext.disabled, .gprev.disabled {
  opacity: 0.1;
}

.gclose .garrow, .gnext .garrow, .gprev .garrow {
  stroke: #fff;
}

.gbtn.focused {
  outline: 2px solid #0f3d81;
}

iframe.wait-autoplay {
  opacity: 0;
}

.glightbox-closing .gclose, .glightbox-closing .gnext, .glightbox-closing .gprev {
  opacity: 0 !important;
}

.glightbox-clean .gslide-description {
  background: #fff;
}

.glightbox-clean .gdesc-inner {
  padding: 22px 20px;
}

.glightbox-clean .gslide-title {
  font-size: 1em;
  font-weight: 400;
  font-family: arial;
  color: #000;
  margin-bottom: 19px;
  line-height: 1.4em;
}

.glightbox-clean .gslide-desc {
  font-size: 0.86em;
  margin-bottom: 0;
  font-family: arial;
  line-height: 1.4em;
}

.glightbox-clean .gslide-video {
  background: #000;
}

.glightbox-clean .gclose, .glightbox-clean .gnext, .glightbox-clean .gprev {
  background-color: rgba(0, 0, 0, 0.75);
  border-radius: 4px;
}

.glightbox-clean .gclose path, .glightbox-clean .gnext path, .glightbox-clean .gprev path {
  fill: #fff;
}

.glightbox-clean .gprev {
  position: absolute;
  top: -100%;
  left: 30px;
  width: 40px;
  height: 50px;
}

.glightbox-clean .gnext {
  position: absolute;
  top: -100%;
  right: 30px;
  width: 40px;
  height: 50px;
}

.glightbox-clean .gclose {
  width: 35px;
  height: 35px;
  top: 15px;
  right: 10px;
  position: absolute;
}

.glightbox-clean .gclose svg {
  width: 18px;
  height: auto;
}

.glightbox-clean .gclose:hover {
  opacity: 1;
}

.gfadeIn {
  animation: gfadeIn 0.5s ease;
}

.gfadeOut {
  animation: gfadeOut 0.5s ease;
}

.gslideOutLeft {
  animation: gslideOutLeft 0.3s ease;
}

.gslideInLeft {
  animation: gslideInLeft 0.3s ease;
}

.gslideOutRight {
  animation: gslideOutRight 0.3s ease;
}

.gslideInRight {
  animation: gslideInRight 0.3s ease;
}

.gzoomIn {
  animation: gzoomIn 0.5s ease;
}

.gzoomOut {
  animation: gzoomOut 0.5s ease;
}
@keyframes lightboxLoader {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes gfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes gfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes gslideInLeft {
  from {
    opacity: 0;
    transform: translate3d(-60%, 0, 0);
  }
  to {
    visibility: visible;
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes gslideOutLeft {
  from {
    opacity: 1;
    visibility: visible;
    transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(-60%, 0, 0);
    opacity: 0;
    visibility: hidden;
  }
}
@keyframes gslideInRight {
  from {
    opacity: 0;
    visibility: visible;
    transform: translate3d(60%, 0, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes gslideOutRight {
  from {
    opacity: 1;
    visibility: visible;
    transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(60%, 0, 0);
    opacity: 0;
  }
}
@keyframes gzoomIn {
  from {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 1;
  }
}
@keyframes gzoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
@media (min-width: 769px) {
  .glightbox-container .ginner-container {
    width: auto;
    height: auto;
    flex-direction: row;
  }
  .glightbox-container .ginner-container.desc-top .gslide-description {
    order: 0;
  }
  .glightbox-container .ginner-container.desc-top .gslide-image, .glightbox-container .ginner-container.desc-top .gslide-image img {
    order: 1;
  }
  .glightbox-container .ginner-container.desc-left .gslide-description {
    order: 0;
  }
  .glightbox-container .ginner-container.desc-left .gslide-image {
    order: 1;
  }
  .gslide-image img {
    max-height: 97vh;
    max-width: 100%;
  }
  .gslide-image img.zoomable {
    cursor: zoom-in;
  }
  .zoomed .gslide-image img.zoomable {
    cursor: grab;
  }
  .gslide-inline {
    max-height: 95vh;
  }
  .gslide-external {
    max-height: 100vh;
  }
  .gslide-description.description-left, .gslide-description.description-right {
    max-width: 275px;
  }
  .glightbox-open {
    height: auto;
  }
  .goverlay {
    background: rgba(0, 0, 0, 0.92);
  }
  .glightbox-clean .gslide-media {
    box-shadow: 1px 2px 9px 0 rgba(0, 0, 0, 0.65);
  }
  .glightbox-clean .description-left .gdesc-inner, .glightbox-clean .description-right .gdesc-inner {
    position: absolute;
    height: 100%;
    overflow-y: auto;
  }
  .glightbox-clean .gclose, .glightbox-clean .gnext, .glightbox-clean .gprev {
    background-color: rgba(0, 0, 0, 0.32);
  }
  .glightbox-clean .gclose:hover, .glightbox-clean .gnext:hover, .glightbox-clean .gprev:hover {
    background-color: rgba(0, 0, 0, 0.7);
  }
  .glightbox-clean .gprev {
    top: 45%;
  }
  .glightbox-clean .gnext {
    top: 45%;
  }
}
@media (min-width: 992px) {
  .glightbox-clean .gclose {
    opacity: 0.7;
    right: 20px;
  }
}
@media screen and (max-height: 420px) {
  .goverlay {
    background: #000;
  }
}
/* ! tailwindcss v3.4.3 | 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.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/
html,
:host {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
  -webkit-tap-highlight-color: transparent; /* 7 */
}
/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/
body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}
/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/
hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}
/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/
abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}
/*
Remove the default font size and weight for headings.
*/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}
/*
Reset links to optimize for opt-in styling instead of opt-out.
*/
a {
  color: inherit;
  text-decoration: inherit;
}
/*
Add the correct font weight in Edge and Safari.
*/
b,
strong {
  font-weight: bolder;
}
/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/
code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-feature-settings: normal; /* 2 */
  font-variation-settings: normal; /* 3 */
  font-size: 1em; /* 4 */
}
/*
Add the correct font size in all browsers.
*/
small {
  font-size: 80%;
}
/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/
table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}
/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-feature-settings: inherit; /* 1 */
  font-variation-settings: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  letter-spacing: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}
/*
Remove the inheritance of text transform in Edge and Firefox.
*/
button,
select {
  text-transform: none;
}
/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/
button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}
/*
Use the modern Firefox focus style for all focusable elements.
*/
:-moz-focusring {
  outline: auto;
}
/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/
:-moz-ui-invalid {
  box-shadow: none;
}
/*
Add the correct vertical alignment in Chrome and Firefox.
*/
progress {
  vertical-align: baseline;
}
/*
Correct the cursor style of increment and decrement buttons in Safari.
*/
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}
/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/
[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}
/*
Remove the inner padding in Chrome and Safari on macOS.
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}
/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}
/*
Add the correct display in Chrome and Safari.
*/
summary {
  display: list-item;
}
/*
Removes the default spacing and border for appropriate elements.
*/
blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}
fieldset {
  margin: 0;
  padding: 0;
}
legend {
  padding: 0;
}
ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
/*
Reset default styling for dialogs.
*/
dialog {
  padding: 0;
}
/*
Prevent resizing textareas horizontally by default.
*/
textarea {
  resize: vertical;
}
/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/
input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}
input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}
/*
Set the default cursor for buttons.
*/
button,
[role="button"] {
  cursor: pointer;
}
/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}
/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/
img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}
/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/
img,
video {
  max-width: 100%;
  height: auto;
}
/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden] {
  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-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}
::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}
.container {
  width: 100%;
}
@media (min-width: 400px) {
  .container {
    max-width: 400px;
  }
}
@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;
  }
}
@media (min-width: 1920px) {
  .container {
    max-width: 1920px;
  }
}
@media (min-width: 1921px) {
  .container {
    max-width: 1921px;
  }
}
.pointer-events-none {
  pointer-events: none;
}
.pointer-events-auto {
  pointer-events: auto;
}
.visible {
  visibility: visible;
}
.collapse {
  visibility: collapse;
}
.static {
  position: static;
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.bottom-0 {
  bottom: 0px;
}
.bottom-\[-2px\] {
  bottom: -2px;
}
.bottom-\[20px\] {
  bottom: 20px;
}
.end-1 {
  inset-inline-end: 0.25rem;
}
.left-0 {
  left: 0px;
}
.left-\[20px\] {
  left: 20px;
}
.left-\[50\%\] {
  left: 50%;
}
.left-\[50vw\] {
  left: 50vw;
}
.right-0 {
  right: 0px;
}
.right-\[10px\] {
  right: 10px;
}
.right-\[20px\] {
  right: 20px;
}
.top-0 {
  top: 0px;
}
.top-\[-1px\] {
  top: -1px;
}
.top-\[40px\] {
  top: 40px;
}
.top-\[50\%\] {
  top: 50%;
}
.\!z-\[-1\] {
  z-index: -1 !important;
}
.z-10 {
  z-index: 10;
}
.z-\[-10\] {
  z-index: -10;
}
.z-\[-1\] {
  z-index: -1;
}
.z-\[100\] {
  z-index: 100;
}
.z-\[1\] {
  z-index: 1;
}
.z-\[200\] {
  z-index: 200;
}
.order-1 {
  order: 1;
}
.order-2 {
  order: 2;
}
.mx-6 {
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}
.mx-\[5px\] {
  margin-left: 5px;
  margin-right: 5px;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.-mt-px {
  margin-top: -1px;
}
.mb-\[10px\] {
  margin-bottom: 10px;
}
.mb-\[20px\] {
  margin-bottom: 20px;
}
.mb-\[40px\] {
  margin-bottom: 40px;
}
.mb-\[45px\] {
  margin-bottom: 45px;
}
.ml-4 {
  margin-left: 1rem;
}
.ml-\[-50vw\] {
  margin-left: -50vw;
}
.ml-\[25px\] {
  margin-left: 25px;
}
.ml-\[5px\] {
  margin-left: 5px;
}
.mr-0 {
  margin-right: 0px;
}
.mr-1 {
  margin-right: 0.25rem;
}
.mr-\[25px\] {
  margin-right: 25px;
}
.mr-\[5px\] {
  margin-right: 5px;
}
.mt-16 {
  margin-top: 4rem;
}
.mt-4 {
  margin-top: 1rem;
}
.mt-6 {
  margin-top: 1.5rem;
}
.mt-\[100px\] {
  margin-top: 100px;
}
.mt-\[15px\] {
  margin-top: 15px;
}
.mt-\[20px\] {
  margin-top: 20px;
}
.mt-\[25px\] {
  margin-top: 25px;
}
.mt-\[30px\] {
  margin-top: 30px;
}
.mt-\[40px\] {
  margin-top: 40px;
}
.mt-\[45px\] {
  margin-top: 45px;
}
.mt-\[50px\] {
  margin-top: 50px;
}
.mt-\[5px\] {
  margin-top: 5px;
}
.mt-\[10px\] {
  margin-top: 10px;
}
.box-content {
  box-sizing: content-box;
}
.\!block {
  display: block !important;
}
.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;
}
.contents {
  display: contents;
}
.\!hidden {
  display: none !important;
}
.hidden {
  display: none;
}
.aspect-\[1000\/172\] {
  aspect-ratio: 1000/172;
}
.aspect-\[1045\/740\] {
  aspect-ratio: 1045/740;
}
.aspect-\[1050\/550\] {
  aspect-ratio: 1050/550;
}
.aspect-\[1050\/650\] {
  aspect-ratio: 1050/650;
}
.aspect-\[1050\/710\] {
  aspect-ratio: 1050/710;
}
.aspect-\[1080\/1350\] {
  aspect-ratio: 1080/1350;
}
.aspect-\[1080\/700\] {
  aspect-ratio: 1080/700;
}
.aspect-\[2008\/2679\] {
  aspect-ratio: 2008/2679;
}
.aspect-\[337\/127\] {
  aspect-ratio: 337/127;
}
.aspect-\[355\/259\] {
  aspect-ratio: 355/259;
}
.aspect-\[385\/600\] {
  aspect-ratio: 385/600;
}
.aspect-\[435\/415\] {
  aspect-ratio: 435/415;
}
.aspect-\[435\/475\] {
  aspect-ratio: 435/475;
}
.aspect-\[440\/287\] {
  aspect-ratio: 440/287;
}
.aspect-\[662\/256\] {
  aspect-ratio: 662/256;
}
.aspect-\[722\/323\] {
  aspect-ratio: 722/323;
}
.aspect-\[771\/696\] {
  aspect-ratio: 771/696;
}
.aspect-\[777\/700\] {
  aspect-ratio: 777/700;
}
.aspect-\[850\/250\] {
  aspect-ratio: 850/250;
}
.aspect-\[95\/80\] {
  aspect-ratio: 95/80;
}
.h-16 {
  height: 4rem;
}
.h-5 {
  height: 1.25rem;
}
.h-6 {
  height: 1.5rem;
}
.h-7 {
  height: 1.75rem;
}
.h-\[100\%\] {
  height: 100%;
}
.h-\[105px\] {
  height: 105px;
}
.h-\[11px\] {
  height: 11px;
}
.h-\[12px\] {
  height: 12px;
}
.h-\[170px\] {
  height: 170px;
}
.h-\[1px\] {
  height: 1px;
}
.h-\[20px\] {
  height: 20px;
}
.h-\[25px\] {
  height: 25px;
}
.h-\[2px\] {
  height: 2px;
}
.h-\[30px\] {
  height: 30px;
}
.h-\[36px\] {
  height: 36px;
}
.h-\[40px\] {
  height: 40px;
}
.h-\[43px\] {
  height: 43px;
}
.h-\[50\%\] {
  height: 50%;
}
.h-\[50px\] {
  height: 50px;
}
.h-\[65px\] {
  height: 65px;
}
.h-\[80px\] {
  height: 80px;
}
.h-\[8px\] {
  height: 8px;
}
.h-auto {
  height: auto;
}
.min-h-\[100vh\] {
  min-height: 100vh;
}
.min-h-\[400px\] {
  min-height: 400px;
}
.min-h-\[80px\] {
  min-height: 80px;
}
.min-h-fit {
  min-height: -moz-fit-content;
  min-height: fit-content;
}
.min-h-screen {
  min-height: 100vh;
}
.w-16 {
  width: 4rem;
}
.w-5 {
  width: 1.25rem;
}
.w-6 {
  width: 1.5rem;
}
.w-7 {
  width: 1.75rem;
}
.w-\[100\%\] {
  width: 100%;
}
.w-\[100px\] {
  width: 100px;
}
.w-\[12px\] {
  width: 12px;
}
.w-\[130px\] {
  width: 130px;
}
.w-\[16px\] {
  width: 16px;
}
.w-\[185px\] {
  width: 185px;
}
.w-\[200\%\] {
  width: 200%;
}
.w-\[245px\] {
  width: 245px;
}
.w-\[24px\] {
  width: 24px;
}
.w-\[25px\] {
  width: 25px;
}
.w-\[280px\] {
  width: 280px;
}
.w-\[30px\] {
  width: 30px;
}
.w-\[36px\] {
  width: 36px;
}
.w-\[43px\] {
  width: 43px;
}
.w-\[48px\] {
  width: 48px;
}
.w-\[calc\(100\%-30px\)\] {
  width: calc(100% - 30px);
}
.w-\[calc\(100vw-80px\)\] {
  width: calc(100vw - 80px);
}
.w-auto {
  width: auto;
}
.w-fit {
  width: -moz-fit-content;
  width: fit-content;
}
.w-full {
  width: 100%;
}
.min-w-\[155px\] {
  min-width: 155px;
}
.min-w-\[300px\] {
  min-width: 300px;
}
.min-w-\[320px\] {
  min-width: 320px;
}
.min-w-\[calc\(155px-50px\)\] {
  min-width: calc(155px - 50px);
}
.min-w-\[calc\(188px-50px\)\] {
  min-width: calc(188px - 50px);
}
.min-w-\[calc\(200px-50px\)\] {
  min-width: calc(200px - 50px);
}
.max-w-7xl {
  max-width: 80rem;
}
.max-w-\[100\%\] {
  max-width: 100%;
}
.max-w-\[1000px\] {
  max-width: 1000px;
}
.max-w-\[1050px\] {
  max-width: 1050px;
}
.max-w-\[125px\] {
  max-width: 125px;
}
.max-w-\[1280px\] {
  max-width: 1280px;
}
.max-w-\[1340px\] {
  max-width: 1340px;
}
.max-w-\[155px\] {
  max-width: 155px;
}
.max-w-\[188px\] {
  max-width: 188px;
}
.max-w-\[200px\] {
  max-width: 200px;
}
.max-w-\[260px\] {
  max-width: 260px;
}
.max-w-\[315px\] {
  max-width: 315px;
}
.max-w-\[320px\] {
  max-width: 320px;
}
.max-w-\[337px\] {
  max-width: 337px;
}
.max-w-\[430px\] {
  max-width: 430px;
}
.max-w-\[550px\] {
  max-width: 550px;
}
.max-w-\[600px\] {
  max-width: 600px;
}
.max-w-\[635px\] {
  max-width: 635px;
}
.max-w-\[745px\] {
  max-width: 745px;
}
.max-w-\[760px\] {
  max-width: 760px;
}
.max-w-\[785px\] {
  max-width: 785px;
}
.max-w-\[860px\] {
  max-width: 860px;
}
.flex-1 {
  flex: 1 1 0%;
}
.shrink-0 {
  flex-shrink: 0;
}
.grow-\[1\.1\] {
  flex-grow: 1.1;
}
.grow-\[1\.4\] {
  flex-grow: 1.4;
}
.origin-center {
  transform-origin: center;
}
.translate-x-\[-10\%\] {
  --tw-translate-x: -10%;
  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-\[-100\%\] {
  --tw-translate-x: -100%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-x-\[-2vw\] {
  --tw-translate-x: -2vw;
  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(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-\[calc\(-50\%\+10px\)\] {
  --tw-translate-x: calc(-50% + 10px);
  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-\[-150px\] {
  --tw-translate-y: -150px;
  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), 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-\[10\%\] {
  --tw-translate-y: 10%;
  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-\[20\%\] {
  --tw-translate-y: 20%;
  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-\[25\%\] {
  --tw-translate-y: 25%;
  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-\[180deg\] {
  --tw-rotate: 180deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.scale-100 {
  --tw-scale-x: 1;
  --tw-scale-y: 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));
}
.scale-\[1\.005\] {
  --tw-scale-x: 1.005;
  --tw-scale-y: 1.005;
  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));
}
.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(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.scale-\[1\.5\] {
  --tw-scale-x: 1.5;
  --tw-scale-y: 1.5;
  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));
}
.scale-\[1\.70\] {
  --tw-scale-x: 1.70;
  --tw-scale-y: 1.70;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.scale-x-\[-1\] {
  --tw-scale-x: -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));
}
.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));
}
.cursor-pointer {
  cursor: pointer;
}
.cursor-wait {
  cursor: wait;
}
.resize-y {
  resize: vertical;
}
.resize {
  resize: both;
}
.list-none {
  list-style-type: none;
}
.appearance-none {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.flex-row {
  flex-direction: row;
}
.flex-col {
  flex-direction: column;
}
.flex-wrap {
  flex-wrap: wrap;
}
.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-4 {
  gap: 1rem;
}
.gap-6 {
  gap: 1.5rem;
}
.gap-x-\[10px\] {
  -moz-column-gap: 10px;
       column-gap: 10px;
}
.gap-x-\[20px\] {
  -moz-column-gap: 20px;
       column-gap: 20px;
}
.gap-x-\[25px\] {
  -moz-column-gap: 25px;
       column-gap: 25px;
}
.gap-x-\[30px\] {
  -moz-column-gap: 30px;
       column-gap: 30px;
}
.gap-y-\[10px\] {
  row-gap: 10px;
}
.gap-y-\[20px\] {
  row-gap: 20px;
}
.gap-y-\[40px\] {
  row-gap: 40px;
}
.gap-y-\[50px\] {
  row-gap: 50px;
}
.self-center {
  align-self: center;
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-clip {
  overflow: clip;
}
.\!overflow-visible {
  overflow: visible !important;
}
.overflow-y-clip {
  overflow-y: clip;
}
.whitespace-nowrap {
  white-space: nowrap;
}
.text-wrap {
  text-wrap: wrap;
}
.\!rounded-\[64px\] {
  border-radius: 64px !important;
}
.rounded-\[20px\] {
  border-radius: 20px;
}
.rounded-full {
  border-radius: 9999px;
}
.rounded-lg {
  border-radius: 0.5rem;
}
.rounded-bl-\[20px\] {
  border-bottom-left-radius: 20px;
}
.rounded-br-\[20px\] {
  border-bottom-right-radius: 20px;
}
.rounded-tl-\[20px\] {
  border-top-left-radius: 20px;
}
.rounded-tr-\[20px\] {
  border-top-right-radius: 20px;
}
.border {
  border-width: 1px;
}
.border-\[2px\] {
  border-width: 2px;
}
.border-b {
  border-bottom-width: 1px;
}
.border-b-\[2px\] {
  border-bottom-width: 2px;
}
.border-t {
  border-top-width: 1px;
}
.border-t-\[2px\] {
  border-top-width: 2px;
}
.border-solid {
  border-style: solid;
}
.border-\[\#838383\] {
  --tw-border-opacity: 1;
  border-color: rgb(131 131 131 / var(--tw-border-opacity));
}
.border-arrow {
  --tw-border-opacity: 1;
  border-color: rgb(4 33 44 / var(--tw-border-opacity));
}
.border-black {
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
}
.border-cta {
  --tw-border-opacity: 1;
  border-color: rgb(11 137 248 / var(--tw-border-opacity));
}
.border-polisulprimary {
  --tw-border-opacity: 1;
  border-color: rgb(4 33 44 / var(--tw-border-opacity));
}
.border-polisultableborder {
  --tw-border-opacity: 1;
  border-color: rgb(84 190 252 / var(--tw-border-opacity));
}
.border-white {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}
.\!bg-\[\#555555\]\/10 {
  background-color: rgb(85 85 85 / 0.1) !important;
}
.bg-\[\#081331\] {
  --tw-bg-opacity: 1;
  background-color: rgb(8 19 49 / var(--tw-bg-opacity));
}
.bg-\[\#0B89F8\] {
  --tw-bg-opacity: 1;
  background-color: rgb(11 137 248 / var(--tw-bg-opacity));
}
.bg-\[\#1AA8FA\] {
  --tw-bg-opacity: 1;
  background-color: rgb(26 168 250 / var(--tw-bg-opacity));
}
.bg-\[\#E3E3E3\] {
  --tw-bg-opacity: 1;
  background-color: rgb(227 227 227 / var(--tw-bg-opacity));
}
.bg-\[\#e5e5e5\] {
  --tw-bg-opacity: 1;
  background-color: rgb(229 229 229 / var(--tw-bg-opacity));
}
.bg-cta {
  --tw-bg-opacity: 1;
  background-color: rgb(11 137 248 / var(--tw-bg-opacity));
}
.bg-gray-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}
.bg-gray-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(31 41 55 / var(--tw-bg-opacity));
}
.bg-green-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(34 197 94 / var(--tw-bg-opacity));
}
.bg-highlight {
  --tw-bg-opacity: 1;
  background-color: rgb(0 28 136 / var(--tw-bg-opacity));
}
.bg-highlightsecond {
  --tw-bg-opacity: 1;
  background-color: rgb(25 167 248 / var(--tw-bg-opacity));
}
.bg-polisuldarklightbg {
  --tw-bg-opacity: 1;
  background-color: rgb(244 244 244 / var(--tw-bg-opacity));
}
.bg-polisulhighlight {
  --tw-bg-opacity: 1;
  background-color: rgb(34 100 125 / var(--tw-bg-opacity));
}
.bg-polisulprimary {
  --tw-bg-opacity: 1;
  background-color: rgb(4 33 44 / var(--tw-bg-opacity));
}
.bg-red-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 242 242 / var(--tw-bg-opacity));
}
.bg-red-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(239 68 68 / var(--tw-bg-opacity));
}
.bg-red-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(220 38 38 / var(--tw-bg-opacity));
}
.bg-red-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(153 27 27 / var(--tw-bg-opacity));
}
.bg-transparent {
  background-color: transparent;
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.\!bg-\[linear-gradient\(180deg\2c _rgba\(0\2c 0\2c 0\2c 0\)_0\%\2c _rgba\(122\2c 122\2c 122\2c 0\.2609\)_41\%\2c _rgba\(0\2c 0\2c 0\2c 0\.6447\)_100\%\)\] {
  background-image: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(122,122,122,0.2609) 41%, rgba(0,0,0,0.6447) 100%) !important;
}
.from-gray-700 {
  --tw-gradient-from: #374151 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(55 65 81 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-gray-700\/50 {
  --tw-gradient-from: rgb(55 65 81 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(55 65 81 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.via-transparent {
  --tw-gradient-to: rgb(0 0 0 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), transparent var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.bg-cover {
  background-size: cover;
}
.bg-scroll {
  background-attachment: scroll;
}
.bg-bottom {
  background-position: bottom;
}
.bg-center {
  background-position: center;
}
.bg-no-repeat {
  background-repeat: no-repeat;
}
.bg-repeat-x {
  background-repeat: repeat-x;
}
.fill-\[\#404d6a\] {
  fill: #404d6a;
}
.fill-\[\#888a99\] {
  fill: #888a99;
}
.fill-arrow {
  fill: #04212C;
}
.fill-black {
  fill: #000;
}
.fill-polisulhighlight {
  fill: #22647D;
}
.fill-polisulprimary {
  fill: #04212C;
}
.fill-white {
  fill: #fff;
}
.stroke-gray-400 {
  stroke: #9ca3af;
}
.stroke-gray-600 {
  stroke: #4b5563;
}
.stroke-red-500 {
  stroke: #ef4444;
}
.object-contain {
  -o-object-fit: contain;
     object-fit: contain;
}
.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}
.object-fill {
  -o-object-fit: fill;
     object-fit: fill;
}
.object-center {
  -o-object-position: center;
     object-position: center;
}
.object-top {
  -o-object-position: top;
     object-position: top;
}
.p-6 {
  padding: 1.5rem;
}
.p-\[10px\] {
  padding: 10px;
}
.p-\[20px\] {
  padding: 20px;
}
.\!py-\[0\] {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.\!py-\[15px\] {
  padding-top: 15px !important;
  padding-bottom: 15px !important;
}
.px-0 {
  padding-left: 0px;
  padding-right: 0px;
}
.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.px-\[15px\] {
  padding-left: 15px;
  padding-right: 15px;
}
.px-\[20px\] {
  padding-left: 20px;
  padding-right: 20px;
}
.px-\[25px\] {
  padding-left: 25px;
  padding-right: 25px;
}
.px-\[30px\] {
  padding-left: 30px;
  padding-right: 30px;
}
.px-\[40px\] {
  padding-left: 40px;
  padding-right: 40px;
}
.py-\[10px\] {
  padding-top: 10px;
  padding-bottom: 10px;
}
.py-\[12px\] {
  padding-top: 12px;
  padding-bottom: 12px;
}
.py-\[15px\] {
  padding-top: 15px;
  padding-bottom: 15px;
}
.py-\[20px\] {
  padding-top: 20px;
  padding-bottom: 20px;
}
.py-\[25px\] {
  padding-top: 25px;
  padding-bottom: 25px;
}
.py-\[30px\] {
  padding-top: 30px;
  padding-bottom: 30px;
}
.\!pl-\[0\] {
  padding-left: 0 !important;
}
.\!pl-\[30px\] {
  padding-left: 30px !important;
}
.\!pl-\[40px\] {
  padding-left: 40px !important;
}
.pb-0 {
  padding-bottom: 0px;
}
.pb-\[0\] {
  padding-bottom: 0;
}
.pb-\[100px\] {
  padding-bottom: 100px;
}
.pb-\[10px\] {
  padding-bottom: 10px;
}
.pb-\[150px\] {
  padding-bottom: 150px;
}
.pb-\[200px\] {
  padding-bottom: 200px;
}
.pb-\[20px\] {
  padding-bottom: 20px;
}
.pb-\[30px\] {
  padding-bottom: 30px;
}
.pb-\[40px\] {
  padding-bottom: 40px;
}
.pb-\[60px\] {
  padding-bottom: 60px;
}
.pb-\[80px\] {
  padding-bottom: 80px;
}
.pl-\[15px\] {
  padding-left: 15px;
}
.pl-\[20px\] {
  padding-left: 20px;
}
.pl-\[30px\] {
  padding-left: 30px;
}
.pr-\[20px\] {
  padding-right: 20px;
}
.pr-\[30px\] {
  padding-right: 30px;
}
.pt-\[100px\] {
  padding-top: 100px;
}
.pt-\[10px\] {
  padding-top: 10px;
}
.pt-\[20px\] {
  padding-top: 20px;
}
.pt-\[30px\] {
  padding-top: 30px;
}
.pt-\[40px\] {
  padding-top: 40px;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.font-highlight {
  font-family: EmmaAmeliya, sans-serif;
}
.font-outfit {
  font-family: Outfit, sans-serif;
}
.font-primarybold {
  font-family: BalooTammuduTwoBold, sans-serif;
}
.text-\[12px\] {
  font-size: 12px;
}
.text-\[14px\] {
  font-size: 14px;
}
.text-\[15px\] {
  font-size: 15px;
}
.text-\[16px\] {
  font-size: 16px;
}
.text-\[17px\] {
  font-size: 17px;
}
.text-\[18px\] {
  font-size: 18px;
}
.text-\[20px\] {
  font-size: 20px;
}
.text-\[22px\] {
  font-size: 22px;
}
.text-\[24px\] {
  font-size: 24px;
}
.text-\[26px\] {
  font-size: 26px;
}
.text-\[28px\] {
  font-size: 28px;
}
.text-\[30px\] {
  font-size: 30px;
}
.text-\[32px\] {
  font-size: 32px;
}
.text-\[40px\] {
  font-size: 40px;
}
.text-\[5\.8vw\] {
  font-size: 5.8vw;
}
.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.font-bold {
  font-weight: 700;
}
.font-light {
  font-weight: 300;
}
.font-medium {
  font-weight: 500;
}
.font-semibold {
  font-weight: 600;
}
.uppercase {
  text-transform: uppercase;
}
.leading-\[1\.15\] {
  line-height: 1.15;
}
.leading-\[1\.1\] {
  line-height: 1.1;
}
.leading-\[1\.2\] {
  line-height: 1.2;
}
.leading-\[1\.3\] {
  line-height: 1.3;
}
.leading-\[2\] {
  line-height: 2;
}
.leading-none {
  line-height: 1;
}
.leading-normal {
  line-height: 1.5;
}
.leading-relaxed {
  line-height: 1.625;
}
.leading-snug {
  line-height: 1.375;
}
.leading-tight {
  line-height: 1.25;
}
.leading-tightest {
  line-height: 1.1;
}
.text-\[\#071330\] {
  --tw-text-opacity: 1;
  color: rgb(7 19 48 / var(--tw-text-opacity));
}
.text-gray-500 {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
}
.text-gray-600 {
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity));
}
.text-gray-900 {
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity));
}
.text-highlight {
  --tw-text-opacity: 1;
  color: rgb(0 28 136 / var(--tw-text-opacity));
}
.text-highlightsecond {
  --tw-text-opacity: 1;
  color: rgb(25 167 248 / var(--tw-text-opacity));
}
.text-polisulhighlight {
  --tw-text-opacity: 1;
  color: rgb(34 100 125 / var(--tw-text-opacity));
}
.text-polisulprimary {
  --tw-text-opacity: 1;
  color: rgb(4 33 44 / var(--tw-text-opacity));
}
.text-primary {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.underline {
  text-decoration-line: underline;
}
.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.opacity-0 {
  opacity: 0;
}
.opacity-\[0\.5\] {
  opacity: 0.5;
}
.bg-blend-multiply {
  background-blend-mode: multiply;
}
.shadow-2xl {
  --tw-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
  --tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-gray-500\/20 {
  --tw-shadow-color: rgb(107 114 128 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.outline-none {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.ring-white {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(255 255 255 / var(--tw-ring-opacity));
}
.blur {
  --tw-blur: blur(8px);
  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);
}
.brightness-\[0\.6\] {
  --tw-brightness: brightness(0.6);
  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);
}
.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: 150ms;
}
.transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.duration-300 {
  transition-duration: 300ms;
}
/*!
 * animate.css - https://animate.style/
 * Version - 4.1.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2020 Animate.css
 */
:root {
  --animate-duration: 1s;
  --animate-delay: 1s;
  --animate-repeat: 1 ;
}

.animate__animated {
  animation-duration: 1s;
  animation-duration: var(--animate-duration);
  animation-fill-mode: both;
}

.animate__animated.animate__infinite {
  animation-iteration-count: infinite;
}

.animate__animated.animate__repeat-1 {
  animation-iteration-count: 1;
  animation-iteration-count: var(--animate-repeat);
}

.animate__animated.animate__repeat-2 {
  animation-iteration-count: 2;
  animation-iteration-count: calc(var(--animate-repeat) * 2);
}

.animate__animated.animate__repeat-3 {
  animation-iteration-count: 3;
  animation-iteration-count: calc(var(--animate-repeat) * 3);
}

.animate__animated.animate__delay-100ms {
  animation-delay: 100ms;
  animation-delay: calc(var(--animate-delay) * 0.1);
}

.animate__animated.animate__delay-300ms {
  animation-delay: 300ms;
  animation-delay: calc(var(--animate-delay) * 0.3);
}

.animate__animated.animate__delay-500ms {
  animation-delay: 500ms;
  animation-delay: calc(var(--animate-delay) * 0.5);
}

.animate__animated.animate__delay-600ms {
  animation-delay: 600ms;
  animation-delay: calc(var(--animate-delay) * 0.6);
}

.animate__animated.animate__delay-750ms {
  animation-delay: 750ms;
  animation-delay: calc(var(--animate-delay) * 0.75);
}

.animate__animated.animate__delay-800ms {
  animation-delay: 800ms;
  animation-delay: calc(var(--animate-delay) * 0.8);
}

.animate__animated.animate__delay-900ms {
  animation-delay: 900ms;
  animation-delay: calc(var(--animate-delay) * 0.9);
}

.animate__animated.animate__delay-1s {
  animation-delay: 1s;
  animation-delay: var(--animate-delay);
}

.animate__animated.animate__delay-1200ms {
  animation-delay: 1200ms;
  animation-delay: calc(var(--animate-delay) * 1.2);
}

.animate__animated.animate__delay-1500ms {
  animation-delay: 1500ms;
  animation-delay: calc(var(--animate-delay) * 1.5);
}

.animate__animated.animate__delay-2s {
  animation-delay: 2s;
  animation-delay: calc(var(--animate-delay) * 2);
}

.animate__animated.animate__delay-3s {
  animation-delay: 3s;
  animation-delay: calc(var(--animate-delay) * 3);
}

.animate__animated.animate__delay-4s {
  animation-delay: 4s;
  animation-delay: calc(var(--animate-delay) * 4);
}

.animate__animated.animate__delay-5s {
  animation-delay: 5s;
  animation-delay: calc(var(--animate-delay) * 5);
}

.animate__animated.animate__faster {
  animation-duration: 0.5s;
  animation-duration: calc(var(--animate-duration) / 2);
}

.animate__animated.animate__fast {
  animation-duration: 0.8s;
  animation-duration: calc(var(--animate-duration) * 0.8);
}

.animate__animated.animate__slow {
  animation-duration: 2s;
  animation-duration: calc(var(--animate-duration) * 2);
}

.animate__animated.animate__slower {
  animation-duration: 3s;
  animation-duration: calc(var(--animate-duration) * 3);
}

@media (prefers-reduced-motion: reduce), print {
  .animate__animated {
    animation-duration: 1ms !important;
    transition-duration: 1ms !important;
    animation-iteration-count: 1 !important;
  }
  .animate__animated[class*=Out] {
    opacity: 0;
  }
}
@keyframes bounce {
  0%, 20%, 53%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translateZ(0);
  }
  40%, 43% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -30px, 0) scaleY(1.1);
  }
  70% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -15px, 0) scaleY(1.05);
  }
  80% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translateZ(0) scaleY(0.95);
  }
  90% {
    transform: translate3d(0, -4px, 0) scaleY(1.02);
  }
}
.animate__bounce {
  animation-name: bounce;
  transform-origin: center bottom;
}
@keyframes flash {
  0%, 50%, to {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
.animate__flash {
  animation-name: flash;
}
@keyframes pulse {
  0% {
    transform: scaleX(1);
  }
  50% {
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    transform: scaleX(1);
  }
}
.animate__pulse {
  animation-name: pulse;
  animation-timing-function: ease-in-out;
}
@keyframes rubberBand {
  0% {
    transform: scaleX(1);
  }
  30% {
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    transform: scaleX(1);
  }
}
.animate__rubberBand {
  animation-name: rubberBand;
}
@keyframes shakeX {
  0%, to {
    transform: translateZ(0);
  }
  10%, 30%, 50%, 70%, 90% {
    transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    transform: translate3d(10px, 0, 0);
  }
}
.animate__shakeX {
  animation-name: shakeX;
}
@keyframes shakeY {
  0%, to {
    transform: translateZ(0);
  }
  10%, 30%, 50%, 70%, 90% {
    transform: translate3d(0, -10px, 0);
  }
  20%, 40%, 60%, 80% {
    transform: translate3d(0, 10px, 0);
  }
}
.animate__shakeY {
  animation-name: shakeY;
}
@keyframes headShake {
  0% {
    transform: translateX(0);
  }
  6.5% {
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    transform: translateX(0);
  }
}
.animate__headShake {
  animation-timing-function: ease-in-out;
  animation-name: headShake;
}
@keyframes swing {
  20% {
    transform: rotate(15deg);
  }
  40% {
    transform: rotate(-10deg);
  }
  60% {
    transform: rotate(5deg);
  }
  80% {
    transform: rotate(-5deg);
  }
  to {
    transform: rotate(0deg);
  }
}
.animate__swing {
  transform-origin: top center;
  animation-name: swing;
}
@keyframes tada {
  0% {
    transform: scaleX(1);
  }
  10%, 20% {
    transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
  }
  30%, 50%, 70%, 90% {
    transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
  }
  40%, 60%, 80% {
    transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
  }
  to {
    transform: scaleX(1);
  }
}
.animate__tada {
  animation-name: tada;
}
@keyframes wobble {
  0% {
    transform: translateZ(0);
  }
  15% {
    transform: translate3d(-25%, 0, 0) rotate(-5deg);
  }
  30% {
    transform: translate3d(20%, 0, 0) rotate(3deg);
  }
  45% {
    transform: translate3d(-15%, 0, 0) rotate(-3deg);
  }
  60% {
    transform: translate3d(10%, 0, 0) rotate(2deg);
  }
  75% {
    transform: translate3d(-5%, 0, 0) rotate(-1deg);
  }
  to {
    transform: translateZ(0);
  }
}
.animate__wobble {
  animation-name: wobble;
}
@keyframes jello {
  0%, 11.1%, to {
    transform: translateZ(0);
  }
  22.2% {
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
.animate__jello {
  animation-name: jello;
  transform-origin: center;
}
@keyframes heartBeat {
  0% {
    transform: scale(1);
  }
  14% {
    transform: scale(1.3);
  }
  28% {
    transform: scale(1);
  }
  42% {
    transform: scale(1.3);
  }
  70% {
    transform: scale(1);
  }
}
.animate__heartBeat {
  animation-name: heartBeat;
  animation-duration: 1.3s;
  animation-duration: calc(var(--animate-duration) * 1.3);
  animation-timing-function: ease-in-out;
}
@keyframes backInDown {
  0% {
    transform: translateY(-1200px) scale(0.7);
    opacity: 0.7;
  }
  80% {
    transform: translateY(0) scale(0.7);
    opacity: 0.7;
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}
.animate__backInDown {
  animation-name: backInDown;
}
@keyframes backInLeft {
  0% {
    transform: translateX(-2000px) scale(0.7);
    opacity: 0.7;
  }
  80% {
    transform: translateX(0) scale(0.7);
    opacity: 0.7;
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}
.animate__backInLeft {
  animation-name: backInLeft;
}
@keyframes backInRight {
  0% {
    transform: translateX(2000px) scale(0.7);
    opacity: 0.7;
  }
  80% {
    transform: translateX(0) scale(0.7);
    opacity: 0.7;
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}
.animate__backInRight {
  animation-name: backInRight;
}
@keyframes backInUp {
  0% {
    transform: translateY(1200px) scale(0.7);
    opacity: 0.7;
  }
  80% {
    transform: translateY(0) scale(0.7);
    opacity: 0.7;
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}
.animate__backInUp {
  animation-name: backInUp;
}
@keyframes backOutDown {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  20% {
    transform: translateY(0) scale(0.7);
    opacity: 0.7;
  }
  to {
    transform: translateY(700px) scale(0.7);
    opacity: 0.7;
  }
}
.animate__backOutDown {
  animation-name: backOutDown;
}
@keyframes backOutLeft {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  20% {
    transform: translateX(0) scale(0.7);
    opacity: 0.7;
  }
  to {
    transform: translateX(-2000px) scale(0.7);
    opacity: 0.7;
  }
}
.animate__backOutLeft {
  animation-name: backOutLeft;
}
@keyframes backOutRight {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  20% {
    transform: translateX(0) scale(0.7);
    opacity: 0.7;
  }
  to {
    transform: translateX(2000px) scale(0.7);
    opacity: 0.7;
  }
}
.animate__backOutRight {
  animation-name: backOutRight;
}
@keyframes backOutUp {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  20% {
    transform: translateY(0) scale(0.7);
    opacity: 0.7;
  }
  to {
    transform: translateY(-700px) scale(0.7);
    opacity: 0.7;
  }
}
.animate__backOutUp {
  animation-name: backOutUp;
}
@keyframes bounceIn {
  0%, 20%, 40%, 60%, 80%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    transform: scaleX(1);
  }
}
.animate__bounceIn {
  animation-duration: 0.75s;
  animation-duration: calc(var(--animate-duration) * 0.75);
  animation-name: bounceIn;
}
@keyframes bounceInDown {
  0%, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(0, -3000px, 0) scaleY(3);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, 25px, 0) scaleY(0.9);
  }
  75% {
    transform: translate3d(0, -10px, 0) scaleY(0.95);
  }
  90% {
    transform: translate3d(0, 5px, 0) scaleY(0.985);
  }
  to {
    transform: translateZ(0);
  }
}
.animate__bounceInDown {
  animation-name: bounceInDown;
}
@keyframes bounceInLeft {
  0%, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(-3000px, 0, 0) scaleX(3);
  }
  60% {
    opacity: 1;
    transform: translate3d(25px, 0, 0) scaleX(1);
  }
  75% {
    transform: translate3d(-10px, 0, 0) scaleX(0.98);
  }
  90% {
    transform: translate3d(5px, 0, 0) scaleX(0.995);
  }
  to {
    transform: translateZ(0);
  }
}
.animate__bounceInLeft {
  animation-name: bounceInLeft;
}
@keyframes bounceInRight {
  0%, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(3000px, 0, 0) scaleX(3);
  }
  60% {
    opacity: 1;
    transform: translate3d(-25px, 0, 0) scaleX(1);
  }
  75% {
    transform: translate3d(10px, 0, 0) scaleX(0.98);
  }
  90% {
    transform: translate3d(-5px, 0, 0) scaleX(0.995);
  }
  to {
    transform: translateZ(0);
  }
}
.animate__bounceInRight {
  animation-name: bounceInRight;
}
@keyframes bounceInUp {
  0%, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(0, 3000px, 0) scaleY(5);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, -20px, 0) scaleY(0.9);
  }
  75% {
    transform: translate3d(0, 10px, 0) scaleY(0.95);
  }
  90% {
    transform: translate3d(0, -5px, 0) scaleY(0.985);
  }
  to {
    transform: translateZ(0);
  }
}
.animate__bounceInUp {
  animation-name: bounceInUp;
}
@keyframes bounceOut {
  20% {
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%, 55% {
    opacity: 1;
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
.animate__bounceOut {
  animation-duration: 0.75s;
  animation-duration: calc(var(--animate-duration) * 0.75);
  animation-name: bounceOut;
}
@keyframes bounceOutDown {
  20% {
    transform: translate3d(0, 10px, 0) scaleY(0.985);
  }
  40%, 45% {
    opacity: 1;
    transform: translate3d(0, -20px, 0) scaleY(0.9);
  }
  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0) scaleY(3);
  }
}
.animate__bounceOutDown {
  animation-name: bounceOutDown;
}
@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    transform: translate3d(20px, 0, 0) scaleX(0.9);
  }
  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0) scaleX(2);
  }
}
.animate__bounceOutLeft {
  animation-name: bounceOutLeft;
}
@keyframes bounceOutRight {
  20% {
    opacity: 1;
    transform: translate3d(-20px, 0, 0) scaleX(0.9);
  }
  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0) scaleX(2);
  }
}
.animate__bounceOutRight {
  animation-name: bounceOutRight;
}
@keyframes bounceOutUp {
  20% {
    transform: translate3d(0, -10px, 0) scaleY(0.985);
  }
  40%, 45% {
    opacity: 1;
    transform: translate3d(0, 20px, 0) scaleY(0.9);
  }
  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0) scaleY(3);
  }
}
.animate__bounceOutUp {
  animation-name: bounceOutUp;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.animate__fadeIn {
  animation-name: fadeIn;
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}
.animate__fadeInDown {
  animation-name: fadeInDown;
}
@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}
.animate__fadeInDownBig {
  animation-name: fadeInDownBig;
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}
.animate__fadeInLeft {
  animation-name: fadeInLeft;
}
@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}
.animate__fadeInLeftBig {
  animation-name: fadeInLeftBig;
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}
.animate__fadeInRight {
  animation-name: fadeInRight;
}
@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}
.animate__fadeInRightBig {
  animation-name: fadeInRightBig;
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}
.animate__fadeInUp {
  animation-name: fadeInUp;
}
@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}
.animate__fadeInUpBig {
  animation-name: fadeInUpBig;
}
@keyframes fadeInTopLeft {
  0% {
    opacity: 0;
    transform: translate3d(-100%, -100%, 0);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}
.animate__fadeInTopLeft {
  animation-name: fadeInTopLeft;
}
@keyframes fadeInTopRight {
  0% {
    opacity: 0;
    transform: translate3d(100%, -100%, 0);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}
.animate__fadeInTopRight {
  animation-name: fadeInTopRight;
}
@keyframes fadeInBottomLeft {
  0% {
    opacity: 0;
    transform: translate3d(-100%, 100%, 0);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}
.animate__fadeInBottomLeft {
  animation-name: fadeInBottomLeft;
}
@keyframes fadeInBottomRight {
  0% {
    opacity: 0;
    transform: translate3d(100%, 100%, 0);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}
.animate__fadeInBottomRight {
  animation-name: fadeInBottomRight;
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.animate__fadeOut {
  animation-name: fadeOut;
}
@keyframes fadeOutDown {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
}
.animate__fadeOutDown {
  animation-name: fadeOutDown;
}
@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}
.animate__fadeOutDownBig {
  animation-name: fadeOutDownBig;
}
@keyframes fadeOutLeft {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
}
.animate__fadeOutLeft {
  animation-name: fadeOutLeft;
}
@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
}
.animate__fadeOutLeftBig {
  animation-name: fadeOutLeftBig;
}
@keyframes fadeOutRight {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
}
.animate__fadeOutRight {
  animation-name: fadeOutRight;
}
@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
}
.animate__fadeOutRightBig {
  animation-name: fadeOutRightBig;
}
@keyframes fadeOutUp {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
}
.animate__fadeOutUp {
  animation-name: fadeOutUp;
}
@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}
.animate__fadeOutUpBig {
  animation-name: fadeOutUpBig;
}
@keyframes fadeOutTopLeft {
  0% {
    opacity: 1;
    transform: translateZ(0);
  }
  to {
    opacity: 0;
    transform: translate3d(-100%, -100%, 0);
  }
}
.animate__fadeOutTopLeft {
  animation-name: fadeOutTopLeft;
}
@keyframes fadeOutTopRight {
  0% {
    opacity: 1;
    transform: translateZ(0);
  }
  to {
    opacity: 0;
    transform: translate3d(100%, -100%, 0);
  }
}
.animate__fadeOutTopRight {
  animation-name: fadeOutTopRight;
}
@keyframes fadeOutBottomRight {
  0% {
    opacity: 1;
    transform: translateZ(0);
  }
  to {
    opacity: 0;
    transform: translate3d(100%, 100%, 0);
  }
}
.animate__fadeOutBottomRight {
  animation-name: fadeOutBottomRight;
}
@keyframes fadeOutBottomLeft {
  0% {
    opacity: 1;
    transform: translateZ(0);
  }
  to {
    opacity: 0;
    transform: translate3d(-100%, 100%, 0);
  }
}
.animate__fadeOutBottomLeft {
  animation-name: fadeOutBottomLeft;
}
@keyframes flip {
  0% {
    transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
    animation-timing-function: ease-out;
  }
  40% {
    transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);
    animation-timing-function: ease-out;
  }
  50% {
    transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);
    animation-timing-function: ease-in;
  }
  80% {
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translateZ(0) rotateY(0deg);
    animation-timing-function: ease-in;
  }
  to {
    transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);
    animation-timing-function: ease-in;
  }
}
.animate__animated.animate__flip {
  backface-visibility: visible;
  animation-name: flip;
}
@keyframes flipInX {
  0% {
    transform: perspective(400px) rotateX(90deg);
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotateX(-20deg);
    animation-timing-function: ease-in;
  }
  60% {
    transform: perspective(400px) rotateX(10deg);
    opacity: 1;
  }
  80% {
    transform: perspective(400px) rotateX(-5deg);
  }
  to {
    transform: perspective(400px);
  }
}
.animate__flipInX {
  backface-visibility: visible !important;
  animation-name: flipInX;
}
@keyframes flipInY {
  0% {
    transform: perspective(400px) rotateY(90deg);
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotateY(-20deg);
    animation-timing-function: ease-in;
  }
  60% {
    transform: perspective(400px) rotateY(10deg);
    opacity: 1;
  }
  80% {
    transform: perspective(400px) rotateY(-5deg);
  }
  to {
    transform: perspective(400px);
  }
}
.animate__flipInY {
  backface-visibility: visible !important;
  animation-name: flipInY;
}
@keyframes flipOutX {
  0% {
    transform: perspective(400px);
  }
  30% {
    transform: perspective(400px) rotateX(-20deg);
    opacity: 1;
  }
  to {
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}
.animate__flipOutX {
  animation-duration: 0.75s;
  animation-duration: calc(var(--animate-duration) * 0.75);
  animation-name: flipOutX;
  backface-visibility: visible !important;
}
@keyframes flipOutY {
  0% {
    transform: perspective(400px);
  }
  30% {
    transform: perspective(400px) rotateY(-15deg);
    opacity: 1;
  }
  to {
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}
.animate__flipOutY {
  animation-duration: 0.75s;
  animation-duration: calc(var(--animate-duration) * 0.75);
  backface-visibility: visible !important;
  animation-name: flipOutY;
}
@keyframes lightSpeedInRight {
  0% {
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    transform: skewX(-5deg);
  }
  to {
    transform: translateZ(0);
  }
}
.animate__lightSpeedInRight {
  animation-name: lightSpeedInRight;
  animation-timing-function: ease-out;
}
@keyframes lightSpeedInLeft {
  0% {
    transform: translate3d(-100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
  60% {
    transform: skewX(-20deg);
    opacity: 1;
  }
  80% {
    transform: skewX(5deg);
  }
  to {
    transform: translateZ(0);
  }
}
.animate__lightSpeedInLeft {
  animation-name: lightSpeedInLeft;
  animation-timing-function: ease-out;
}
@keyframes lightSpeedOutRight {
  0% {
    opacity: 1;
  }
  to {
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
.animate__lightSpeedOutRight {
  animation-name: lightSpeedOutRight;
  animation-timing-function: ease-in;
}
@keyframes lightSpeedOutLeft {
  0% {
    opacity: 1;
  }
  to {
    transform: translate3d(-100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
}
.animate__lightSpeedOutLeft {
  animation-name: lightSpeedOutLeft;
  animation-timing-function: ease-in;
}
@keyframes rotateIn {
  0% {
    transform: rotate(-200deg);
    opacity: 0;
  }
  to {
    transform: translateZ(0);
    opacity: 1;
  }
}
.animate__rotateIn {
  animation-name: rotateIn;
  transform-origin: center;
}
@keyframes rotateInDownLeft {
  0% {
    transform: rotate(-45deg);
    opacity: 0;
  }
  to {
    transform: translateZ(0);
    opacity: 1;
  }
}
.animate__rotateInDownLeft {
  animation-name: rotateInDownLeft;
  transform-origin: left bottom;
}
@keyframes rotateInDownRight {
  0% {
    transform: rotate(45deg);
    opacity: 0;
  }
  to {
    transform: translateZ(0);
    opacity: 1;
  }
}
.animate__rotateInDownRight {
  animation-name: rotateInDownRight;
  transform-origin: right bottom;
}
@keyframes rotateInUpLeft {
  0% {
    transform: rotate(45deg);
    opacity: 0;
  }
  to {
    transform: translateZ(0);
    opacity: 1;
  }
}
.animate__rotateInUpLeft {
  animation-name: rotateInUpLeft;
  transform-origin: left bottom;
}
@keyframes rotateInUpRight {
  0% {
    transform: rotate(-90deg);
    opacity: 0;
  }
  to {
    transform: translateZ(0);
    opacity: 1;
  }
}
.animate__rotateInUpRight {
  animation-name: rotateInUpRight;
  transform-origin: right bottom;
}
@keyframes rotateOut {
  0% {
    opacity: 1;
  }
  to {
    transform: rotate(200deg);
    opacity: 0;
  }
}
.animate__rotateOut {
  animation-name: rotateOut;
  transform-origin: center;
}
@keyframes rotateOutDownLeft {
  0% {
    opacity: 1;
  }
  to {
    transform: rotate(45deg);
    opacity: 0;
  }
}
.animate__rotateOutDownLeft {
  animation-name: rotateOutDownLeft;
  transform-origin: left bottom;
}
@keyframes rotateOutDownRight {
  0% {
    opacity: 1;
  }
  to {
    transform: rotate(-45deg);
    opacity: 0;
  }
}
.animate__rotateOutDownRight {
  animation-name: rotateOutDownRight;
  transform-origin: right bottom;
}
@keyframes rotateOutUpLeft {
  0% {
    opacity: 1;
  }
  to {
    transform: rotate(-45deg);
    opacity: 0;
  }
}
.animate__rotateOutUpLeft {
  animation-name: rotateOutUpLeft;
  transform-origin: left bottom;
}
@keyframes rotateOutUpRight {
  0% {
    opacity: 1;
  }
  to {
    transform: rotate(90deg);
    opacity: 0;
  }
}
.animate__rotateOutUpRight {
  animation-name: rotateOutUpRight;
  transform-origin: right bottom;
}
@keyframes hinge {
  0% {
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    transform: rotate(80deg);
    animation-timing-function: ease-in-out;
  }
  40%, 80% {
    transform: rotate(60deg);
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
.animate__hinge {
  animation-duration: 2s;
  animation-duration: calc(var(--animate-duration) * 2);
  animation-name: hinge;
  transform-origin: top left;
}
@keyframes jackInTheBox {
  0% {
    opacity: 0;
    transform: scale(0.1) rotate(30deg);
    transform-origin: center bottom;
  }
  50% {
    transform: rotate(-10deg);
  }
  70% {
    transform: rotate(3deg);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
.animate__jackInTheBox {
  animation-name: jackInTheBox;
}
@keyframes rollIn {
  0% {
    opacity: 0;
    transform: translate3d(-100%, 0, 0) rotate(-120deg);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}
.animate__rollIn {
  animation-name: rollIn;
}
@keyframes rollOut {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0) rotate(120deg);
  }
}
.animate__rollOut {
  animation-name: rollOut;
}
@keyframes zoomIn {
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
.animate__zoomIn {
  animation-name: zoomIn;
}
@keyframes zoomInDown {
  0% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.animate__zoomInDown {
  animation-name: zoomInDown;
}
@keyframes zoomInLeft {
  0% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.animate__zoomInLeft {
  animation-name: zoomInLeft;
}
@keyframes zoomInRight {
  0% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.animate__zoomInRight {
  animation-name: zoomInRight;
}
@keyframes zoomInUp {
  0% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.animate__zoomInUp {
  animation-name: zoomInUp;
}
@keyframes zoomOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
.animate__zoomOut {
  animation-name: zoomOut;
}
@keyframes zoomOutDown {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.animate__zoomOutDown {
  animation-name: zoomOutDown;
  transform-origin: center bottom;
}
@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    transform: scale(0.1) translate3d(-2000px, 0, 0);
  }
}
.animate__zoomOutLeft {
  animation-name: zoomOutLeft;
  transform-origin: left center;
}
@keyframes zoomOutRight {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    transform: scale(0.1) translate3d(2000px, 0, 0);
  }
}
.animate__zoomOutRight {
  animation-name: zoomOutRight;
  transform-origin: right center;
}
@keyframes zoomOutUp {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.animate__zoomOutUp {
  animation-name: zoomOutUp;
  transform-origin: center bottom;
}
@keyframes slideInDown {
  0% {
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    transform: translateZ(0);
  }
}
.animate__slideInDown {
  animation-name: slideInDown;
}
@keyframes slideInLeft {
  0% {
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    transform: translateZ(0);
  }
}
.animate__slideInLeft {
  animation-name: slideInLeft;
}
@keyframes slideInRight {
  0% {
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    transform: translateZ(0);
  }
}
.animate__slideInRight {
  animation-name: slideInRight;
}
@keyframes slideInUp {
  0% {
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    transform: translateZ(0);
  }
}
.animate__slideInUp {
  animation-name: slideInUp;
}
@keyframes slideOutDown {
  0% {
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    transform: translate3d(0, 100%, 0);
  }
}
.animate__slideOutDown {
  animation-name: slideOutDown;
}
@keyframes slideOutLeft {
  0% {
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    transform: translate3d(-100%, 0, 0);
  }
}
.animate__slideOutLeft {
  animation-name: slideOutLeft;
}
@keyframes slideOutRight {
  0% {
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    transform: translate3d(100%, 0, 0);
  }
}
.animate__slideOutRight {
  animation-name: slideOutRight;
}
@keyframes slideOutUp {
  0% {
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    transform: translate3d(0, -100%, 0);
  }
}
.animate__slideOutUp {
  animation-name: slideOutUp;
}

@font-face {
  font-family: "BalooTammuduTwo";
  src: url("../fonts/BalooTammuduTwo/BalooTammudu2-Regular.ttf");
}
@font-face {
  font-family: "BalooTammuduTwoBold";
  src: url("../fonts/BalooTammuduTwo/BalooTammudu2-Bold.ttf");
}
@font-face {
  font-family: "EmmaAmeliya";
  src: url("../fonts/EmmaAmeliya/AmeliyaEmma.otf");
}
@font-face {
  font-family: "Outfit";
  src: url("../fonts/Outfit/Outfit.ttf");
}
html {
  scroll-behavior: smooth;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "BalooTammuduTwo", sans-serif;
  color: #04212C;
  letter-spacing: 0.025em;
}

.jds-parallax {
  z-index: -999;
  margin: 0;
  padding: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.jds-parallax img {
  display: none;
}

.orange-filter {
  filter: invert(74%) sepia(40%) saturate(4058%) hue-rotate(330deg) brightness(92%) contrast(97%);
}

.green-filter {
  filter: invert(52%) sepia(35%) saturate(417%) hue-rotate(25deg) brightness(92%) contrast(85%);
}

@media (max-width: 1023px) {
  .jds-parallax {
    background-attachment: scroll;
  }
}
.container-carousel .slick-track {
  margin-left: 20px;
  display: flex;
  align-items: stretch;
}

.container-carousel-flex .slick-track {
  display: flex;
  align-items: stretch;
}
.container-carousel-flex .slick-track .js-slick-card {
  height: auto;
}

.cocreators-container-carousel .slick-track {
  margin-left: 20px;
  display: flex;
  align-items: stretch;
}

@media (min-width: 1024px) {
  .cocreators-container-carousel .slick-track {
    margin-left: 3.91vw;
  }
}
@media (min-width: 1921px) {
  .cocreators-container-carousel .slick-track {
    margin-left: 75px;
  }
}
.big-container-carousel .slick-track {
  margin-left: 20px;
  display: flex;
  align-items: stretch;
}

@media (min-width: 1024px) {
  .big-container-carousel .slick-track {
    margin-left: max(20px, min(350px, 18.22915vw));
  }
}
@media (min-width: 1921px) {
  .big-container-carousel .slick-track {
    margin-left: max(20px, min(350px, 18.22915vw));
  }
}
.biggest-container-carousel .slick-track {
  margin-left: 20px;
  display: flex;
  align-items: stretch;
}

@media (min-width: 1024px) {
  .biggest-container-carousel .slick-track {
    margin-left: calc(0px + 0.575 * (100vw - max(20px, min(90px, 4.7vw) - 50px - 50px - var(--scrollbar-width))));
  }
}
@media (min-width: 1921px) {
  .biggest-container-carousel .slick-track {
    margin-left: calc(1078px + var(--scrollbar-width));
  }
}
.jds-parallax {
  z-index: -999;
  margin: 0;
  padding: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.jds-parallax img {
  display: none;
}

@media (max-width: 1023px) {
  .jds-parallax {
    background-attachment: scroll;
  }
}
.input-floating > input:focus ~ label, .input-floating > textarea:focus ~ label {
  transform: translateY(-1.5rem) scale(0.8);
  transform: translateY(-0.9rem) translateX(0rem) scale(0.8);
  top: 0;
  margin-left: -1rem;
  font-size: 1rem;
}

.input-floating > input:not(:-moz-placeholder-shown) ~ label, .input-floating > textarea:not(:-moz-placeholder-shown) ~ label {
  transform: translateY(-1.5rem) scale(0.8);
  transform: translateY(-0.9rem) translateX(0rem) scale(0.8);
  top: 0;
  margin-left: -1rem;
  font-size: 1rem;
}

.input-floating > input:not(:placeholder-shown) ~ label, .input-floating > textarea:not(:placeholder-shown) ~ label {
  transform: translateY(-1.5rem) scale(0.8);
  transform: translateY(-0.9rem) translateX(0rem) scale(0.8);
  top: 0;
  margin-left: -1rem;
  font-size: 1rem;
}

.input-floating > label {
  transition: 0.3s;
  display: block;
  padding: 1rem 2.2rem;
  padding-top: 0.5rem;
  padding-left: 1rem;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
}

.input-floating {
  position: relative;
  width: 100%;
}
.input-floating input::-moz-placeholder, .input-floating textarea::-moz-placeholder {
  color: transparent;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.input-floating input::placeholder, .input-floating textarea::placeholder {
  color: transparent;
  transition: 0.3s;
}

.input-floating > input:focus ~ label.labelcolorful, .input-floating > textarea:focus ~ label.labelcolorful {
  color: black;
}

.input-floating > input:not(:-moz-placeholder-shown) ~ label.labelcolorful, .input-floating > textarea:not(:-moz-placeholder-shown) ~ label.labelcolorful {
  color: black;
}

.input-floating > input:not(:placeholder-shown) ~ label.labelcolorful, .input-floating > textarea:not(:placeholder-shown) ~ label.labelcolorful {
  color: black;
}

.input-floating > label.labelcolorful {
  color: #838383;
}

.article-description {
  max-width: 100vw;
}
.article-description .embed-content {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}
.article-description h1 {
  font-size: 2em;
}
.article-description h2 {
  font-size: 1.5em;
}
.article-description h3 {
  font-size: 1.17em;
}
.article-description h4 {
  font-size: 1em;
}
.article-description h5 {
  font-size: 0.83em;
}
.article-description h6 {
  font-size: 0.67em;
}
.article-description em {
  font-style: italic;
}
.article-description ol, .article-description ul {
  list-style: initial;
  margin: initial;
  padding: initial;
  list-style-type: initial;
  padding-left: 1.5em;
  margin-bottom: 1em;
}
.article-description ol li, .article-description ul li {
  line-height: 1.2;
  margin-bottom: 0.5em;
}
.article-description ol li:last-child, .article-description ul li:last-child {
  margin-bottom: 0;
}
.article-description ol {
  list-style-type: auto;
}
.article-description a {
  transition: all 300ms;
  text-decoration: underline;
  word-break: break-word;
  color: #004276;
}
.article-description a:hover {
  color: #004276;
}
.article-description p {
  line-height: 1.2;
  margin-bottom: 1em;
}
.article-description p:last-child {
  margin-bottom: 0;
}
.article-description ul {
  list-style: initial;
  padding-left: 1.5em;
  margin-bottom: 1em;
}
.article-description ul li {
  margin-bottom: 0.5em;
}
.article-description ul li:last-child {
  margin-bottom: 0;
}
.article-description img {
  max-width: 100%;
}
.article-description table td {
  border-color: black;
  border-style: solid;
  border-width: 1px;
  padding: 5px;
}
.article-description p {
  font-size: 18px;
}
.article-description a {
  font-size: 18px;
}
.article-description li {
  font-size: 18px;
}
.article-description ol li, .article-description ul li {
  line-height: 1.5;
}
.article-description p {
  line-height: 1.5;
}

.product-description {
  color: white;
  font-family: Outfit, sans-serif;
}
.product-description p {
  line-height: 1.25;
}
.product-description a {
  line-height: 1.25;
}
.product-description li {
  line-height: 1.25;
}

@media (min-width: 1024px) {
  .product-description p {
    font-size: max(16px, min(22px, 1.145833vw));
  }
  .product-description a {
    font-size: max(16px, min(22px, 1.145833vw));
  }
  .product-description li {
    font-size: max(16px, min(22px, 1.145833vw));
  }
}

.selection\:bg-red-500 *::-moz-selection {
  --tw-bg-opacity: 1;
  background-color: rgb(239 68 68 / var(--tw-bg-opacity));
}

.selection\:bg-red-500 *::selection {
  --tw-bg-opacity: 1;
  background-color: rgb(239 68 68 / var(--tw-bg-opacity));
}

.selection\:text-white *::-moz-selection {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

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

.selection\:bg-red-500::-moz-selection {
  --tw-bg-opacity: 1;
  background-color: rgb(239 68 68 / var(--tw-bg-opacity));
}

.selection\:bg-red-500::selection {
  --tw-bg-opacity: 1;
  background-color: rgb(239 68 68 / var(--tw-bg-opacity));
}

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

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

.before\:absolute::before {
  content: var(--tw-content);
  position: absolute;
}

.before\:bottom-0::before {
  content: var(--tw-content);
  bottom: 0px;
}

.before\:left-0::before {
  content: var(--tw-content);
  left: 0px;
}

.before\:h-\[1px\]::before {
  content: var(--tw-content);
  height: 1px;
}

.before\:w-\[100\%\]::before {
  content: var(--tw-content);
  width: 100%;
}

.before\:origin-\[right_center\]::before {
  content: var(--tw-content);
  transform-origin: right center;
}

.before\:scale-x-100::before {
  content: var(--tw-content);
  --tw-scale-x: 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));
}

.before\:transition::before {
  content: var(--tw-content);
  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: 150ms;
}

.before\:duration-\[200ms\]::before {
  content: var(--tw-content);
  transition-duration: 200ms;
}

.before\:ease-\[cubic-bezier\(\.4\2c 0\2c 0\2c 1\)\]::before {
  content: var(--tw-content);
  transition-timing-function: cubic-bezier(.4,0,0,1);
}

.after\:absolute::after {
  content: var(--tw-content);
  position: absolute;
}

.after\:bottom-0::after {
  content: var(--tw-content);
  bottom: 0px;
}

.after\:left-0::after {
  content: var(--tw-content);
  left: 0px;
}

.after\:h-\[1px\]::after {
  content: var(--tw-content);
  height: 1px;
}

.after\:w-\[100\%\]::after {
  content: var(--tw-content);
  width: 100%;
}

.after\:origin-\[right_center\]::after {
  content: var(--tw-content);
  transform-origin: right center;
}

.after\:scale-x-0::after {
  content: var(--tw-content);
  --tw-scale-x: 0;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.after\:scale-x-100::after {
  content: var(--tw-content);
  --tw-scale-x: 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));
}

.after\:bg-primary::after {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}

.after\:transition::after {
  content: var(--tw-content);
  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: 150ms;
}

.after\:duration-\[600ms\]::after {
  content: var(--tw-content);
  transition-duration: 600ms;
}

.after\:ease-\[cubic-bezier\(\.4\2c 0\2c 0\2c 1\)\]::after {
  content: var(--tw-content);
  transition-timing-function: cubic-bezier(.4,0,0,1);
}

.hover\:text-gray-700:hover {
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity));
}

.hover\:text-gray-900:hover {
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity));
}

.hover\:text-polisuldarklighthover:hover {
  --tw-text-opacity: 1;
  color: rgb(80 166 199 / var(--tw-text-opacity));
}

.hover\:before\:origin-\[right_center\]:hover::before {
  content: var(--tw-content);
  transform-origin: right center;
}

.hover\:before\:scale-x-0:hover::before {
  content: var(--tw-content);
  --tw-scale-x: 0;
  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\:after\:origin-\[left_center\]:hover::after {
  content: var(--tw-content);
  transform-origin: left center;
}

.hover\:after\:scale-x-100:hover::after {
  content: var(--tw-content);
  --tw-scale-x: 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));
}

.focus\:rounded-sm:focus {
  border-radius: 0.125rem;
}

.focus\:outline:focus {
  outline-style: solid;
}

.focus\:outline-2:focus {
  outline-width: 2px;
}

.focus\:outline-red-500:focus {
  outline-color: #ef4444;
}

.group:hover .group-hover\:fill-polisuldarklighthover {
  fill: #50a6c7;
}

.group.slick-disabled .group-\[\.slick-disabled\]\:pointer-events-none {
  pointer-events: none;
}

.group.js-active .group-\[\.js-active\]\:bottom-0 {
  bottom: 0px;
}

.group.js-active .group-\[\.js-active\]\:top-\[50\%\] {
  top: 50%;
}

.group.js-on-top:not(.js-always-top) .group-\[\.js-on-top\:not\(\.js-always-top\)\]\:hidden {
  display: none;
}

.group.js-active .group-\[\.js-active\]\:h-\[2px\] {
  height: 2px;
}

.group.js-active .group-\[\.js-active\]\:w-\[100\%\] {
  width: 100%;
}

.group.js-active .group-\[\.js-active\]\:w-\[30px\] {
  width: 30px;
}

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

.group.js-active .group-\[\.js-active\]\:rotate-\[135deg\] {
  --tw-rotate: 135deg;
  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.js-active .group-\[\.js-active\]\:rotate-\[45deg\] {
  --tw-rotate: 45deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.group:not(.slick-disabled) .group-\[\:not\(\.slick-disabled\)\]\:cursor-pointer {
  cursor: pointer;
}

.group.slick-disabled .group-\[\.slick-disabled\]\:border-transparent {
  border-color: transparent;
}

.group.js-active .group-\[\.js-active\]\:bg-polisulhighlight {
  --tw-bg-opacity: 1;
  background-color: rgb(34 100 125 / var(--tw-bg-opacity));
}

.group.slick-disabled .group-\[\.slick-disabled\]\:fill-transparent {
  fill: transparent;
}

.group.js-on-top:not(.js-always-top) .group-\[\.js-on-top\:not\(\.js-always-top\)\]\:pb-\[35px\] {
  padding-bottom: 35px;
}

.group.js-on-top:not(.js-always-top) .group-\[\.js-on-top\:not\(\.js-always-top\)\]\:pt-\[20px\] {
  padding-top: 20px;
}

.group.slick-disabled .group-\[\.slick-disabled\]\:opacity-\[0\.5\] {
  opacity: 0.5;
}

@media (prefers-reduced-motion: no-preference) {
  .motion-safe\:hover\:scale-\[1\.01\]:hover {
    --tw-scale-x: 1.01;
    --tw-scale-y: 1.01;
    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));
  }
}

@media not all and (min-width: 1024px) {
  .max-lg\:pointer-events-none {
    pointer-events: none;
  }
  .max-lg\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }
  .max-lg\:mt-\[20px\] {
    margin-top: 20px;
  }
  .max-lg\:block {
    display: block;
  }
  .max-lg\:flex {
    display: flex;
  }
  .max-lg\:h-\[1px\] {
    height: 1px;
  }
  .max-lg\:max-h-\[100vh\] {
    max-height: 100vh;
  }
  .max-lg\:min-h-\[1px\] {
    min-height: 1px;
  }
  .max-lg\:w-\[100\%\] {
    width: 100%;
  }
  .max-lg\:max-w-\[415px\] {
    max-width: 415px;
  }
  .max-lg\:flex-1 {
    flex: 1 1 0%;
  }
  .max-lg\:flex-row {
    flex-direction: row;
  }
  .max-lg\:justify-between {
    justify-content: space-between;
  }
  .max-lg\:gap-x-\[20px\] {
    -moz-column-gap: 20px;
         column-gap: 20px;
  }
  .max-lg\:gap-y-\[0px\] {
    row-gap: 0px;
  }
  .max-lg\:overflow-x-scroll {
    overflow-x: scroll;
  }
  .max-lg\:pr-\[20px\] {
    padding-right: 20px;
  }
  .max-lg\:pt-\[40px\] {
    padding-top: 40px;
  }
  .max-lg\:opacity-0 {
    opacity: 0;
  }
  .max-lg\:delay-\[-300ms\] {
    transition-delay: -300ms;
  }
  .group.js-active .max-lg\:group-\[\.js-active\]\:pointer-events-auto {
    pointer-events: auto;
  }
  .group.js-active .max-lg\:group-\[\.js-active\]\:min-h-\[100vh\] {
    min-height: 100vh;
  }
  .group.js-active .max-lg\:group-\[\.js-active\]\:gap-y-\[40px\] {
    row-gap: 40px;
  }
  .group.js-active .max-lg\:group-\[\.js-active\]\:opacity-100 {
    opacity: 1;
  }
  .group.slick-disabled .max-lg\:group-\[\.slick-disabled\]\:opacity-\[0\] {
    opacity: 0;
  }
  .group.js-active .max-lg\:group-\[\.js-active\]\:delay-300 {
    transition-delay: 300ms;
  }
}

@media not all and (min-width: 400px) {
  .max-xsm\:mb-\[20px\] {
    margin-bottom: 20px;
  }
}

@media (max-width: 350px) {
  .max-\[350px\]\:break-all {
    word-break: break-all;
  }
}

@media (min-width: 400px) {
  .xsm\:hidden {
    display: none;
  }
  .xsm\:h-\[100\%\] {
    height: 100%;
  }
  .xsm\:h-auto {
    height: auto;
  }
  .xsm\:w-\[340px\] {
    width: 340px;
  }
  .xsm\:w-\[72px\] {
    width: 72px;
  }
  .xsm\:flex-row {
    flex-direction: row;
  }
  .xsm\:gap-y-\[20px\] {
    row-gap: 20px;
  }
  .xsm\:whitespace-nowrap {
    white-space: nowrap;
  }
  .xsm\:object-cover {
    -o-object-fit: cover;
       object-fit: cover;
  }
  .xsm\:object-fill {
    -o-object-fit: fill;
       object-fit: fill;
  }
  .xsm\:px-\[30px\] {
    padding-left: 30px;
    padding-right: 30px;
  }
  .xsm\:px-\[40px\] {
    padding-left: 40px;
    padding-right: 40px;
  }
  .xsm\:px-\[50px\] {
    padding-left: 50px;
    padding-right: 50px;
  }
  .xsm\:pb-\[10px\] {
    padding-bottom: 10px;
  }
  .xsm\:pb-\[20px\] {
    padding-bottom: 20px;
  }
  .xsm\:pl-\[30px\] {
    padding-left: 30px;
  }
  .xsm\:pr-\[60px\] {
    padding-right: 60px;
  }
  .xsm\:pt-\[20px\] {
    padding-top: 20px;
  }
  .xsm\:pt-\[40px\] {
    padding-top: 40px;
  }
  .xsm\:text-\[15px\] {
    font-size: 15px;
  }
  .xsm\:text-\[16px\] {
    font-size: 16px;
  }
  .xsm\:text-\[20px\] {
    font-size: 20px;
  }
  .xsm\:text-\[24px\] {
    font-size: 24px;
  }
  .xsm\:text-\[28px\] {
    font-size: 28px;
  }
  .xsm\:text-\[30px\] {
    font-size: 30px;
  }
  .xsm\:text-\[32px\] {
    font-size: 32px;
  }
}

@media (min-width: 450px) {
  .min-\[450px\]\:text-\[24px\] {
    font-size: 24px;
  }
}

@media (min-width: 470px) {
  .min-\[470px\]\:text-\[18px\] {
    font-size: 18px;
  }
  .min-\[470px\]\:text-\[24px\] {
    font-size: 24px;
  }
}

@media (min-width: 480px) {
  .min-\[480px\]\:text-\[32px\] {
    font-size: 32px;
  }
}

@media (min-width: 640px) {
  .sm\:fixed {
    position: fixed;
  }
  .sm\:right-0 {
    right: 0px;
  }
  .sm\:top-0 {
    top: 0px;
  }
  .sm\:ml-0 {
    margin-left: 0px;
  }
  .sm\:block {
    display: block;
  }
  .sm\:flex {
    display: flex;
  }
  .sm\:w-\[90px\] {
    width: 90px;
  }
  .sm\:items-center {
    align-items: center;
  }
  .sm\:justify-center {
    justify-content: center;
  }
  .sm\:justify-between {
    justify-content: space-between;
  }
  .sm\:px-\[60px\] {
    padding-left: 60px;
    padding-right: 60px;
  }
  .sm\:pl-\[40px\] {
    padding-left: 40px;
  }
  .sm\:pt-\[35px\] {
    padding-top: 35px;
  }
  .sm\:pt-\[45px\] {
    padding-top: 45px;
  }
  .sm\:text-left {
    text-align: left;
  }
  .sm\:text-right {
    text-align: right;
  }
  .sm\:text-\[24px\] {
    font-size: 24px;
  }
  .sm\:text-\[25px\] {
    font-size: 25px;
  }
  .sm\:text-\[28px\] {
    font-size: 28px;
  }
  .sm\:text-\[30px\] {
    font-size: 30px;
  }
  .sm\:text-\[36px\] {
    font-size: 36px;
  }
  .sm\:text-\[40px\] {
    font-size: 40px;
  }
  .sm\:text-\[50px\] {
    font-size: 50px;
  }
}

@media (min-width: 750px) {
  .min-\[750px\]\:text-\[50px\] {
    font-size: 50px;
  }
}

@media (min-width: 768px) {
  .md\:w-\[calc\(\(100vw-80px\)\/2\)\] {
    width: calc((100vw - 80px) / 2);
  }
  .md\:w-\[calc\(50\%-\(\(30px\*1\)\/2\)\)\] {
    width: calc(50% - ((30px * 1) / 2));
  }
  .md\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .md\:flex-row {
    flex-direction: row;
  }
  .md\:text-\[26px\] {
    font-size: 26px;
  }
}

@media (min-width: 1024px) {
  .lg\:absolute {
    position: absolute;
  }
  .lg\:relative {
    position: relative;
  }
  .lg\:order-1 {
    order: 1;
  }
  .lg\:order-2 {
    order: 2;
  }
  .lg\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }
  .lg\:mb-\[60px\] {
    margin-bottom: 60px;
  }
  .lg\:mb-\[max\(20px\2c min\(40px\2c 2\.083333vw\)\)\] {
    margin-bottom: max(20px,min(40px,2.083333vw));
  }
  .lg\:ml-auto {
    margin-left: auto;
  }
  .lg\:mr-\[max\(10px\2c min\(125px\2c 6\.5104vw\)\)\] {
    margin-right: max(10px,min(125px,6.5104vw));
  }
  .lg\:mt-\[30px\] {
    margin-top: 30px;
  }
  .lg\:mt-\[40px\] {
    margin-top: 40px;
  }
  .lg\:mt-\[50px\] {
    margin-top: 50px;
  }
  .lg\:mt-\[90px\] {
    margin-top: 90px;
  }
  .lg\:mt-\[max\(10px\2c min\(16px\2c 0\.78125vw\)\)\] {
    margin-top: max(10px,min(16px,0.78125vw));
  }
  .lg\:mt-\[max\(10px\2c min\(40px\2c 2\.083333vw\)\)\] {
    margin-top: max(10px,min(40px,2.083333vw));
  }
  .lg\:mt-\[max\(16px\2c min\(35px\2c 1\.82295vw\)\)\] {
    margin-top: max(16px,min(35px,1.82295vw));
  }
  .lg\:mt-\[max\(20px\2c min\(40px\2c 2\.083333vw\)\)\] {
    margin-top: max(20px,min(40px,2.083333vw));
  }
  .lg\:mt-\[max\(20px\2c min\(40px\2c 2\.60416vw\)\)\] {
    margin-top: max(20px,min(40px,2.60416vw));
  }
  .lg\:mt-\[max\(20px\2c min\(50px\2c 2\.60416vw\)\)\] {
    margin-top: max(20px,min(50px,2.60416vw));
  }
  .lg\:mt-\[max\(40px\2c min\(90px\2c 4\.6875vw\)\)\] {
    margin-top: max(40px,min(90px,4.6875vw));
  }
  .lg\:block {
    display: block;
  }
  .lg\:flex {
    display: flex;
  }
  .lg\:\!hidden {
    display: none !important;
  }
  .lg\:hidden {
    display: none;
  }
  .lg\:aspect-\[1050\/550\] {
    aspect-ratio: 1050/550;
  }
  .lg\:aspect-\[1050\/650\] {
    aspect-ratio: 1050/650;
  }
  .lg\:h-\[max\(30px\2c min\(70px\2c 3\.65vw\)\)\] {
    height: max(30px,min(70px,3.65vw));
  }
  .lg\:min-h-\[100px\] {
    min-height: 100px;
  }
  .lg\:min-h-\[100vh\] {
    min-height: 100vh;
  }
  .lg\:min-h-\[60vh\] {
    min-height: 60vh;
  }
  .lg\:min-h-\[75vh\] {
    min-height: 75vh;
  }
  .lg\:min-h-\[77\.9vh\] {
    min-height: 77.9vh;
  }
  .lg\:min-h-\[80vh\] {
    min-height: 80vh;
  }
  .lg\:min-h-\[max\(300px\2c 70\.372vh\)\] {
    min-height: max(300px,70.372vh);
  }
  .lg\:min-h-\[max\(400px\2c 100vh\)\] {
    min-height: max(400px,100vh);
  }
  .lg\:min-h-\[max\(400px\2c 78vh\)\] {
    min-height: max(400px,78vh);
  }
  .lg\:min-h-\[max\(400px\2c 80vh\)\] {
    min-height: max(400px,80vh);
  }
  .lg\:min-h-\[max\(400px\2c 95vh\)\] {
    min-height: max(400px,95vh);
  }
  .lg\:w-\[calc\(100\%-30px\)\] {
    width: calc(100% - 30px);
  }
  .lg\:w-\[calc\(100\%\/3\*1\.9\)\] {
    width: calc(100% / 3 * 1.9);
  }
  .lg\:w-\[calc\(22\.657vw\+max\(10px\2c min\(30px\2c 1\.5625vw\)\)\)\] {
    width: calc(22.657vw + max(10px,min(30px,1.5625vw)));
  }
  .lg\:w-\[calc\(25\%-\(\(30px\*3\)\/4\)\)\] {
    width: calc(25% - ((30px * 3) / 4));
  }
  .lg\:w-\[max\(100px\2c min\(150px\2c 7\.813vw\)\)\] {
    width: max(100px,min(150px,7.813vw));
  }
  .lg\:w-\[max\(100px\2c min\(185px\2c 9\.636vw\)\)\] {
    width: max(100px,min(185px,9.636vw));
  }
  .lg\:w-\[max\(100px\2c min\(310px\2c 16vw\)\)\] {
    width: max(100px,min(310px,16vw));
  }
  .lg\:w-\[max\(30px\2c min\(70px\2c 3\.65vw\)\)\] {
    width: max(30px,min(70px,3.65vw));
  }
  .lg\:w-\[max\(48px\2c min\(90px\2c 4\.7vw\)\)\] {
    width: max(48px,min(90px,4.7vw));
  }
  .lg\:w-fit {
    width: -moz-fit-content;
    width: fit-content;
  }
  .lg\:min-w-\[45px\] {
    min-width: 45px;
  }
  .lg\:max-w-\[400px\] {
    max-width: 400px;
  }
  .lg\:max-w-\[470px\] {
    max-width: 470px;
  }
  .lg\:max-w-\[500px\] {
    max-width: 500px;
  }
  .lg\:max-w-\[587px\] {
    max-width: 587px;
  }
  .lg\:max-w-\[600px\] {
    max-width: 600px;
  }
  .lg\:max-w-\[760px\] {
    max-width: 760px;
  }
  .lg\:max-w-\[785px\] {
    max-width: 785px;
  }
  .lg\:max-w-\[calc\(435px\+30px\)\] {
    max-width: calc(435px + 30px);
  }
  .lg\:flex-1 {
    flex: 1 1 0%;
  }
  .lg\:grow-\[1\.25\] {
    flex-grow: 1.25;
  }
  .lg\:grow-\[1\.333\] {
    flex-grow: 1.333;
  }
  .lg\:grow-\[1\.3\] {
    flex-grow: 1.3;
  }
  .lg\:grow-\[1\.4\] {
    flex-grow: 1.4;
  }
  .lg\:grow-\[1\.6667\] {
    flex-grow: 1.6667;
  }
  .lg\:grow-\[1\.9\] {
    flex-grow: 1.9;
  }
  .lg\:translate-x-\[-2vw\] {
    --tw-translate-x: -2vw;
    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\:translate-x-\[-40px\] {
    --tw-translate-x: -40px;
    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\:translate-x-\[-50\%\] {
    --tw-translate-x: -50%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
  .lg\:translate-x-\[-60px\] {
    --tw-translate-x: -60px;
    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\:translate-x-\[100\%\] {
    --tw-translate-x: 100%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
  .lg\:translate-y-\[-200px\] {
    --tw-translate-y: -200px;
    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\:flex-row {
    flex-direction: row;
  }
  .lg\:items-end {
    align-items: flex-end;
  }
  .lg\:items-center {
    align-items: center;
  }
  .lg\:justify-end {
    justify-content: flex-end;
  }
  .lg\:justify-center {
    justify-content: center;
  }
  .lg\:justify-between {
    justify-content: space-between;
  }
  .lg\:gap-8 {
    gap: 2rem;
  }
  .lg\:gap-x-\[13vw\] {
    -moz-column-gap: 13vw;
         column-gap: 13vw;
  }
  .lg\:gap-x-\[20px\] {
    -moz-column-gap: 20px;
         column-gap: 20px;
  }
  .lg\:gap-x-\[30px\] {
    -moz-column-gap: 30px;
         column-gap: 30px;
  }
  .lg\:gap-x-\[40px\] {
    -moz-column-gap: 40px;
         column-gap: 40px;
  }
  .lg\:gap-x-\[50px\] {
    -moz-column-gap: 50px;
         column-gap: 50px;
  }
  .lg\:gap-x-\[max\(10px\2c min\(30px\2c 1\.5625vw\)\)\] {
    -moz-column-gap: max(10px,min(30px,1.5625vw));
         column-gap: max(10px,min(30px,1.5625vw));
  }
  .lg\:gap-x-\[max\(20px\2c min\(140px\2c 7\.29165vw\)\)\] {
    -moz-column-gap: max(20px,min(140px,7.29165vw));
         column-gap: max(20px,min(140px,7.29165vw));
  }
  .lg\:gap-x-\[max\(20px\2c min\(140px\2c 8vw\)\)\] {
    -moz-column-gap: max(20px,min(140px,8vw));
         column-gap: max(20px,min(140px,8vw));
  }
  .lg\:gap-x-\[max\(20px\2c min\(50px\2c 2\.60416vw\)\)\] {
    -moz-column-gap: max(20px,min(50px,2.60416vw));
         column-gap: max(20px,min(50px,2.60416vw));
  }
  .lg\:gap-x-\[max\(20px\2c min\(70px\2c 3\.645833vw\)\)\] {
    -moz-column-gap: max(20px,min(70px,3.645833vw));
         column-gap: max(20px,min(70px,3.645833vw));
  }
  .lg\:gap-x-\[max\(20px\2c min\(90px\2c 4\.7vw\)\)\] {
    -moz-column-gap: max(20px,min(90px,4.7vw));
         column-gap: max(20px,min(90px,4.7vw));
  }
  .lg\:gap-x-\[max\(32px\2c min\(60px\2c 3\.125vw\)\)\] {
    -moz-column-gap: max(32px,min(60px,3.125vw));
         column-gap: max(32px,min(60px,3.125vw));
  }
  .lg\:gap-x-\[max\(90px\2c min\(160px\2c 8\.33333vw\)\)\] {
    -moz-column-gap: max(90px,min(160px,8.33333vw));
         column-gap: max(90px,min(160px,8.33333vw));
  }
  .lg\:self-start {
    align-self: flex-start;
  }
  .lg\:self-end {
    align-self: flex-end;
  }
  .lg\:self-center {
    align-self: center;
  }
  .lg\:justify-self-end {
    justify-self: end;
  }
  .lg\:whitespace-normal {
    white-space: normal;
  }
  .lg\:whitespace-nowrap {
    white-space: nowrap;
  }
  .lg\:bg-fixed {
    background-attachment: fixed;
  }
  .lg\:bg-bottom {
    background-position: bottom;
  }
  .lg\:object-top {
    -o-object-position: top;
       object-position: top;
  }
  .lg\:p-8 {
    padding: 2rem;
  }
  .lg\:p-\[40px\] {
    padding: 40px;
  }
  .lg\:px-\[40px\] {
    padding-left: 40px;
    padding-right: 40px;
  }
  .lg\:px-\[5\.21vw\] {
    padding-left: 5.21vw;
    padding-right: 5.21vw;
  }
  .lg\:px-\[50px\] {
    padding-left: 50px;
    padding-right: 50px;
  }
  .lg\:px-\[6\.25vw\] {
    padding-left: 6.25vw;
    padding-right: 6.25vw;
  }
  .lg\:px-\[9\.115vw\] {
    padding-left: 9.115vw;
    padding-right: 9.115vw;
  }
  .lg\:px-\[calc\(max\(100px\2c min\(200px\2c 10\.41666vw\)\)-20px\)\] {
    padding-left: calc(max(100px,min(200px,10.41666vw)) - 20px);
    padding-right: calc(max(100px,min(200px,10.41666vw)) - 20px);
  }
  .lg\:px-\[max\(100px\2c min\(200px\2c 10\.41666vw\)\)\] {
    padding-left: max(100px,min(200px,10.41666vw));
    padding-right: max(100px,min(200px,10.41666vw));
  }
  .lg\:px-\[max\(10px\2c min\(40px\2c 2\.083333vw\)\)\] {
    padding-left: max(10px,min(40px,2.083333vw));
    padding-right: max(10px,min(40px,2.083333vw));
  }
  .lg\:px-\[max\(20px\2c min\(350px\2c 18\.22915vw\)\)\] {
    padding-left: max(20px,min(350px,18.22915vw));
    padding-right: max(20px,min(350px,18.22915vw));
  }
  .lg\:px-\[max\(20px\2c min\(50px\2c 2\.60416vw\)\)\] {
    padding-left: max(20px,min(50px,2.60416vw));
    padding-right: max(20px,min(50px,2.60416vw));
  }
  .lg\:px-\[max\(50px\2c min\(100px\2c 5\.20833vw\)\)\] {
    padding-left: max(50px,min(100px,5.20833vw));
    padding-right: max(50px,min(100px,5.20833vw));
  }
  .lg\:px-\[max\(65px\2c min\(125px\2c 6\.5104vw\)\)\] {
    padding-left: max(65px,min(125px,6.5104vw));
    padding-right: max(65px,min(125px,6.5104vw));
  }
  .lg\:px-\[max\(90px\2c min\(170px\2c 8\.85415vw\)\)\] {
    padding-left: max(90px,min(170px,8.85415vw));
    padding-right: max(90px,min(170px,8.85415vw));
  }
  .lg\:px-\[min\(30px\2c 1\.566vw\)\] {
    padding-left: min(30px,1.566vw);
    padding-right: min(30px,1.566vw);
  }
  .lg\:py-\[40px\] {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .lg\:py-\[max\(20px\2c min\(90px\2c 4\.7vw\)\)\] {
    padding-top: max(20px,min(90px,4.7vw));
    padding-bottom: max(20px,min(90px,4.7vw));
  }
  .lg\:py-\[min\(25px\2c 1\.3022vw\)\] {
    padding-top: min(25px,1.3022vw);
    padding-bottom: min(25px,1.3022vw);
  }
  .lg\:pb-\[0px\] {
    padding-bottom: 0px;
  }
  .lg\:pb-\[120px\] {
    padding-bottom: 120px;
  }
  .lg\:pb-\[180px\] {
    padding-bottom: 180px;
  }
  .lg\:pb-\[200px\] {
    padding-bottom: 200px;
  }
  .lg\:pb-\[25px\] {
    padding-bottom: 25px;
  }
  .lg\:pb-\[40px\] {
    padding-bottom: 40px;
  }
  .lg\:pb-\[75px\] {
    padding-bottom: 75px;
  }
  .lg\:pb-\[80px\] {
    padding-bottom: 80px;
  }
  .lg\:pb-\[max\(100px\2c min\(200px\2c 10\.41666vw\)\)\] {
    padding-bottom: max(100px,min(200px,10.41666vw));
  }
  .lg\:pb-\[max\(100px\2c min\(230px\2c 11\.98vw\)\)\] {
    padding-bottom: max(100px,min(230px,11.98vw));
  }
  .lg\:pb-\[max\(10px\2c min\(20px\2c 1\.04166vw\)\)\] {
    padding-bottom: max(10px,min(20px,1.04166vw));
  }
  .lg\:pb-\[max\(40px\2c min\(90px\2c 4\.6875vw\)\)\] {
    padding-bottom: max(40px,min(90px,4.6875vw));
  }
  .lg\:pb-\[max\(50px\2c min\(100px\2c 5\.20833vw\)\)\] {
    padding-bottom: max(50px,min(100px,5.20833vw));
  }
  .lg\:pb-\[min\(30px\2c 1\.566vw\)\] {
    padding-bottom: min(30px,1.566vw);
  }
  .lg\:pl-0 {
    padding-left: 0px;
  }
  .lg\:pl-\[5\.21vw\] {
    padding-left: 5.21vw;
  }
  .lg\:pl-\[60px\] {
    padding-left: 60px;
  }
  .lg\:pl-\[8\.33333vw\] {
    padding-left: 8.33333vw;
  }
  .lg\:pl-\[calc\(max\(100px\2c min\(200px\2c 10\.41666vw\)\)-40px\)\] {
    padding-left: calc(max(100px,min(200px,10.41666vw)) - 40px);
  }
  .lg\:pl-\[calc\(max\(100px\2c min\(310px\2c 14\.0625vw\)\)-40px\)\] {
    padding-left: calc(max(100px,min(310px,14.0625vw)) - 40px);
  }
  .lg\:pl-\[max\(1px\2c min\(20px\2c 1\.041666vw\)\)\] {
    padding-left: max(1px,min(20px,1.041666vw));
  }
  .lg\:pl-\[max\(20px\2c min\(350px\2c 18\.22915vw\)\)\] {
    padding-left: max(20px,min(350px,18.22915vw));
  }
  .lg\:pl-\[max\(50px\2c min\(100px\2c 5\.20833vw\)\)\] {
    padding-left: max(50px,min(100px,5.20833vw));
  }
  .lg\:pl-\[max\(50px\2c min\(300px\2c 15\.625vw\)\)\] {
    padding-left: max(50px,min(300px,15.625vw));
  }
  .lg\:pr-\[20px\] {
    padding-right: 20px;
  }
  .lg\:pr-\[25px\] {
    padding-right: 25px;
  }
  .lg\:pr-\[6\.25vw\] {
    padding-right: 6.25vw;
  }
  .lg\:pr-\[8\.33333vw\] {
    padding-right: 8.33333vw;
  }
  .lg\:pr-\[calc\(\(-1\*var\(--scrollbar-width\)\)\+max\(10px\2c min\(30px\2c 1\.5625vw\)\+\(0\.405\*calc\(22\.657vw\)\)\)\)\] {
    padding-right: calc((-1 * var(--scrollbar-width)) + max(10px,min(30px,1.5625vw) + (0.405 * calc(22.657vw))));
  }
  .lg\:pr-\[calc\(max\(100px\2c min\(200px\2c 10\.41666vw\)\)-40px\)\] {
    padding-right: calc(max(100px,min(200px,10.41666vw)) - 40px);
  }
  .lg\:pr-\[calc\(max\(100px\2c min\(200px\2c 10\.41666vw\)\)-60px\)\] {
    padding-right: calc(max(100px,min(200px,10.41666vw)) - 60px);
  }
  .lg\:pr-\[calc\(max\(100px\2c min\(310px\2c 14\.0625vw\)\)-40px\)\] {
    padding-right: calc(max(100px,min(310px,14.0625vw)) - 40px);
  }
  .lg\:pr-\[max\(100px\2c min\(310px\2c 16vw\)\)\] {
    padding-right: max(100px,min(310px,16vw));
  }
  .lg\:pr-\[max\(10px\2c min\(30px\2c 1\.5625vw\)\)\] {
    padding-right: max(10px,min(30px,1.5625vw));
  }
  .lg\:pr-\[max\(10px\2c min\(50px\2c 2\.6045vw\)\)\] {
    padding-right: max(10px,min(50px,2.6045vw));
  }
  .lg\:pr-\[max\(50px\2c min\(100px\2c 5\.20833vw\)\)\] {
    padding-right: max(50px,min(100px,5.20833vw));
  }
  .lg\:pr-\[max\(50px\2c min\(140px\2c 7\.29165vw\)\)\] {
    padding-right: max(50px,min(140px,7.29165vw));
  }
  .lg\:pr-\[max\(50px\2c min\(180px\2c 9\.375vw\)\)\] {
    padding-right: max(50px,min(180px,9.375vw));
  }
  .lg\:pt-0 {
    padding-top: 0px;
  }
  .lg\:pt-\[100px\] {
    padding-top: 100px;
  }
  .lg\:pt-\[10px\] {
    padding-top: 10px;
  }
  .lg\:pt-\[150px\] {
    padding-top: 150px;
  }
  .lg\:pt-\[15px\] {
    padding-top: 15px;
  }
  .lg\:pt-\[180px\] {
    padding-top: 180px;
  }
  .lg\:pt-\[200px\] {
    padding-top: 200px;
  }
  .lg\:pt-\[40px\] {
    padding-top: 40px;
  }
  .lg\:pt-\[45px\] {
    padding-top: 45px;
  }
  .lg\:pt-\[80px\] {
    padding-top: 80px;
  }
  .lg\:pt-\[calc\(40px\+30px\)\] {
    padding-top: calc(40px + 30px);
  }
  .lg\:pt-\[max\(100px\2c min\(200px\2c 10\.41666vw\)\)\] {
    padding-top: max(100px,min(200px,10.41666vw));
  }
  .lg\:pt-\[max\(10px\2c min\(20px\2c 1\.04166vw\)\)\] {
    padding-top: max(10px,min(20px,1.04166vw));
  }
  .lg\:pt-\[max\(10px\2c min\(40px\2c 2\.083333vw\)\)\] {
    padding-top: max(10px,min(40px,2.083333vw));
  }
  .lg\:pt-\[max\(40px\2c min\(90px\2c 4\.6875vw\)\)\] {
    padding-top: max(40px,min(90px,4.6875vw));
  }
  .lg\:pt-\[max\(50px\2c min\(100px\2c 5\.20833vw\)\)\] {
    padding-top: max(50px,min(100px,5.20833vw));
  }
  .lg\:pt-\[max\(50px\2c min\(150px\2c 7\.812495vw\)\)\] {
    padding-top: max(50px,min(150px,7.812495vw));
  }
  .lg\:text-center {
    text-align: center;
  }
  .lg\:text-\[12px\] {
    font-size: 12px;
  }
  .lg\:text-\[18px\] {
    font-size: 18px;
  }
  .lg\:text-\[30px\] {
    font-size: 30px;
  }
  .lg\:text-\[40px\] {
    font-size: 40px;
  }
  .lg\:text-\[48px\] {
    font-size: 48px;
  }
  .lg\:text-\[64px\] {
    font-size: 64px;
  }
  .lg\:text-\[65px\] {
    font-size: 65px;
  }
  .lg\:text-\[80px\] {
    font-size: 80px;
  }
  .lg\:text-\[max\(14px\2c min\(18px\2c 0\.9375vw\)\)\] {
    font-size: max(14px,min(18px,0.9375vw));
  }
  .lg\:text-\[max\(16px\2c min\(22px\2c 1\.145833vw\)\)\] {
    font-size: max(16px,min(22px,1.145833vw));
  }
  .lg\:text-\[max\(16px\2c min\(22px\2c 1\.146vw\)\)\] {
    font-size: max(16px,min(22px,1.146vw));
  }
  .lg\:text-\[max\(16px\2c min\(24px\2c 1\.25vw\)\)\] {
    font-size: max(16px,min(24px,1.25vw));
  }
  .lg\:text-\[max\(16px\2c min\(26px\2c 1\.354166vw\)\)\] {
    font-size: max(16px,min(26px,1.354166vw));
  }
  .lg\:text-\[max\(16px\2c min\(28px\2c 1\.458335vw\)\)\] {
    font-size: max(16px,min(28px,1.458335vw));
  }
  .lg\:text-\[max\(18px\2c min\(30px\2c 1\.5625vw\)\)\] {
    font-size: max(18px,min(30px,1.5625vw));
  }
  .lg\:text-\[max\(24px\2c min\(40px\2c 2\.5vw\)\)\] {
    font-size: max(24px,min(40px,2.5vw));
  }
  .lg\:text-\[max\(24px\2c min\(48px\2c 2\.604166vw\)\)\] {
    font-size: max(24px,min(48px,2.604166vw));
  }
  .lg\:text-\[max\(24px\2c min\(60px\2c 3\.13vw\)\)\] {
    font-size: max(24px,min(60px,3.13vw));
  }
  .lg\:text-\[max\(32px\2c min\(60px\2c 3\.125vw\)\)\] {
    font-size: max(32px,min(60px,3.125vw));
  }
  .lg\:text-\[min\(26px\2c 1\.3544vw\)\] {
    font-size: min(26px,1.3544vw);
  }
  .lg\:text-\[max\(24px\2c min\(40px\2c 2\.083333vw\)\)\] {
    font-size: max(24px,min(40px,2.083333vw));
  }
  .lg\:opacity-95 {
    opacity: 0.95;
  }
  .lg\:hover\:border-black:hover {
    --tw-border-opacity: 1;
    border-color: rgb(0 0 0 / var(--tw-border-opacity));
  }
  .lg\:hover\:border-polisuldarklighthover:hover {
    --tw-border-opacity: 1;
    border-color: rgb(80 166 199 / var(--tw-border-opacity));
  }
  .lg\:hover\:border-polisulprimary:hover {
    --tw-border-opacity: 1;
    border-color: rgb(4 33 44 / var(--tw-border-opacity));
  }
  .lg\:hover\:border-white:hover {
    --tw-border-opacity: 1;
    border-color: rgb(255 255 255 / var(--tw-border-opacity));
  }
  .lg\:hover\:bg-black:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  }
  .lg\:hover\:bg-polisulprimary:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(4 33 44 / var(--tw-bg-opacity));
  }
  .lg\:hover\:text-polisuldarklighthover:hover {
    --tw-text-opacity: 1;
    color: rgb(80 166 199 / var(--tw-text-opacity));
  }
  .lg\:hover\:text-white:hover {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
  }
  .lg\:hover\:after\:origin-\[left_center\]:hover::after {
    content: var(--tw-content);
    transform-origin: left center;
  }
  .lg\:hover\:after\:scale-x-100:hover::after {
    content: var(--tw-content);
    --tw-scale-x: 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.js-on-top:not(.js-always-top) .lg\:group-\[\.js-on-top\:not\(\.js-always-top\)\]\:w-\[max\(100px\2c min\(185px\2c 9\.636vw\)\)\] {
    width: max(100px,min(185px,9.636vw));
  }
  .group.js-card:hover .lg\:group-\[\.js-card\:hover\]\:scale-\[1\.05\] {
    --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(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
  .group.js-link:hover .lg\:group-\[\.js-link\:hover\]\:scale-\[1\.05\] {
    --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(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
  .group:not(.slick-disabled).js-arrow:hover .group-\[\:not\(\.slick-disabled\)\.js-arrow\:hover\]\:lg\:border-polisuldarklighthover {
    --tw-border-opacity: 1;
    border-color: rgb(80 166 199 / var(--tw-border-opacity));
  }
  .group.js-burger:hover .lg\:group-\[\.js-burger\:hover\]\:bg-polisuldarklighthover {
    --tw-bg-opacity: 1;
    background-color: rgb(80 166 199 / var(--tw-bg-opacity));
  }
  .group.js-icon:hover .lg\:group-\[\.js-icon\:hover\]\:bg-black {
    --tw-bg-opacity: 1;
    background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  }
  .group:not(.slick-disabled).js-arrow:hover .group-\[\:not\(\.slick-disabled\)\.js-arrow\:hover\]\:lg\:fill-polisuldarklighthover {
    fill: #50a6c7;
  }
  .group.js-link:hover .lg\:group-\[\.js-link\:hover\]\:fill-black {
    fill: #000;
  }
  .group.js-link:hover .lg\:group-\[\.js-link\:hover\]\:fill-polisuldarklighthover {
    fill: #50a6c7;
  }
  .group.js-link:hover .lg\:group-\[\.js-link\:hover\]\:text-black {
    --tw-text-opacity: 1;
    color: rgb(0 0 0 / var(--tw-text-opacity));
  }
  .group.js-link:hover .lg\:group-\[\.js-link\:hover\]\:text-polisuldarklighthover {
    --tw-text-opacity: 1;
    color: rgb(80 166 199 / var(--tw-text-opacity));
  }
  .group.js-link:hover .lg\:group-\[\.js-link\:hover\]\:text-white {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
  }
  .group.js-link:hover .lg\:group-\[\.js-link\:hover\]\:brightness-75 {
    --tw-brightness: brightness(.75);
    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: 1280px) {
  .xl\:max-w-\[720px\] {
    max-width: 720px;
  }
  .xl\:gap-x-\[max\(20px\2c min\(180px\2c 9\.38vw\)\)\] {
    -moz-column-gap: max(20px,min(180px,9.38vw));
         column-gap: max(20px,min(180px,9.38vw));
  }
  .xl\:whitespace-nowrap {
    white-space: nowrap;
  }
  .xl\:text-\[14px\] {
    font-size: 14px;
  }
}

@media (min-width: 1300px) {
  .min-\[1300px\]\:min-h-\[103px\] {
    min-height: 103px;
  }
}

@media (min-width: 1400px) {
  .min-\[1400px\]\:min-h-\[105px\] {
    min-height: 105px;
  }
}

@media (min-width: 1500px) {
  .min-\[1500px\]\:min-h-\[110px\] {
    min-height: 110px;
  }
}

@media (min-width: 1600px) {
  .min-\[1600px\]\:min-h-\[113px\] {
    min-height: 113px;
  }
}

@media (min-width: 1700px) {
  .min-\[1700px\]\:min-h-\[115px\] {
    min-height: 115px;
  }
}

@media (min-width: 1800px) {
  .min-\[1800px\]\:block {
    display: block;
  }
  .min-\[1800px\]\:min-h-\[120px\] {
    min-height: 120px;
  }
  .min-\[1800px\]\:whitespace-nowrap {
    white-space: nowrap;
  }
}

@media (min-width: 1900px) {
  .min-\[1900px\]\:min-h-\[125px\] {
    min-height: 125px;
  }
}

@media (min-width: 1920px) {
  .fullhd\:gap-x-\[250px\] {
    -moz-column-gap: 250px;
         column-gap: 250px;
  }
  .fullhd\:px-\[100px\] {
    padding-left: 100px;
    padding-right: 100px;
  }
  .fullhd\:px-\[120px\] {
    padding-left: 120px;
    padding-right: 120px;
  }
  .fullhd\:px-\[175px\] {
    padding-left: 175px;
    padding-right: 175px;
  }
  .fullhd\:px-\[calc\(\(100vw-1840px\)\/2\)\] {
    padding-left: calc((100vw - 1840px) / 2);
    padding-right: calc((100vw - 1840px) / 2);
  }
  .fullhd\:px-\[calc\(\(100vw-1920px\)\/2\)\] {
    padding-left: calc((100vw - 1920px) / 2);
    padding-right: calc((100vw - 1920px) / 2);
  }
  .fullhd\:pl-\[100px\] {
    padding-left: 100px;
  }
  .fullhd\:pl-\[160px\] {
    padding-left: 160px;
  }
  .fullhd\:pl-\[calc\(\(100vw-1920px\)\/2\)\] {
    padding-left: calc((100vw - 1920px) / 2);
  }
  .fullhd\:pr-\[120px\] {
    padding-right: 120px;
  }
  .fullhd\:pr-\[160px\] {
    padding-right: 160px;
  }
}

@media (min-width: 1921px) {
  .afterfullhd\:left-\[50\%\] {
    left: 50%;
  }
  .afterfullhd\:w-\[100vw\] {
    width: 100vw;
  }
}

@media (prefers-color-scheme: dark) {
  .dark\:bg-gray-800\/50 {
    background-color: rgb(31 41 55 / 0.5);
  }
  .dark\:bg-gray-900 {
    --tw-bg-opacity: 1;
    background-color: rgb(17 24 39 / var(--tw-bg-opacity));
  }
  .dark\:bg-red-800\/20 {
    background-color: rgb(153 27 27 / 0.2);
  }
  .dark\:bg-gradient-to-bl {
    background-image: linear-gradient(to bottom left, var(--tw-gradient-stops));
  }
  .dark\:text-gray-400 {
    --tw-text-opacity: 1;
    color: rgb(156 163 175 / var(--tw-text-opacity));
  }
  .dark\:text-white {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
  }
  .dark\:shadow-none {
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }
  .dark\: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-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }
  .dark\:ring-inset {
    --tw-ring-inset: inset;
  }
  .dark\:ring-white\/5 {
    --tw-ring-color: rgb(255 255 255 / 0.05);
  }
  .dark\:hover\:text-white:hover {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
  }
}
