@charset "UTF-8";
*, ::before, ::after{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}
::backdrop{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}
/*
! tailwindcss v3.4.17 | MIT License | https://tailwindcss.com
*/
/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/
*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: #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]:where(:not([hidden="until-found"])) {
  display: none;
}
:root {
    --color-primary: #00a0e6;
    --color-primary-opacity: #00a1e6cc;
    --color-primary: rgb(0, 160, 230);
    --color-primary-dark: #003778;
    --color-secondary: #00a0e6;
    --body-bg: #fff;
    --body-txt: #3c3c3c;
    --border-color: #707070;
    --body-border: hwb(192 35% 64% / 0.295);
  }
*:not(input):not(textarea) {
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
  }
*,
  ::before,
  ::after {
    border-color: var(--body-border);
  }
body.modal-open{
  overflow: hidden;
}
@media (min-width: 768px){
  body.modal-open{
    padding-inline-end: 1rem;
  }
}
.main-title{
  font-family: var(--main-secondary-font), sans-serif;
  font-size: 1.875rem !important;
  line-height: 2.25rem !important;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--color-primary);
}
@media (min-width: 1024px){
  .main-title{
    font-size: 2.25rem !important;
    line-height: 2.5rem !important;
  }
}
@media (min-width: 1450px){
  .main-title{
    font-size: 3rem !important;
    line-height: 1 !important;
  }
}
@media (min-width: 1750px){
  .main-title{
    font-size: 3.75rem !important;
    line-height: 1 !important;
  }
}
.main-title.xxl{
  font-size: 3.75rem !important;
  line-height: 1 !important;
  font-weight: 700;
}
@media (min-width: 1024px){
  .main-title.xxl{
    font-size: 6rem !important;
    line-height: 1 !important;
  }
}
@media (min-width: 1450px){
  .main-title.xxl{
    font-size: 8rem !important;
    line-height: 1 !important;
  }
}
.main-title.xl{
  font-size: 2.25rem !important;
  line-height: 2.5rem !important;
  font-weight: 700;
}
@media (min-width: 1450px){
  .main-title.xl{
    font-size: 3.75rem !important;
    line-height: 1 !important;
  }
}
@media (min-width: 1750px){
  .main-title.xl{
    font-size: 3.75rem !important;
    line-height: 1 !important;
  }
}
.main-title.md{
  font-size: 1.875rem !important;
  line-height: 2.25rem !important;
  font-weight: 700;
}
@media (min-width: 1024px){
  .main-title.md{
    font-size: 2.25rem !important;
    line-height: 2.5rem !important;
  }
}
@media (min-width: 1450px){
  .main-title.md{
    font-size: 3rem !important;
    line-height: 1 !important;
  }
}
@media (min-width: 1750px){
  .main-title.md{
    font-size: 3.75rem !important;
    line-height: 1 !important;
  }
}
.main-title.\!md{
  font-size: 1.875rem !important;
  line-height: 2.25rem !important;
  font-weight: 700;
}
@media (min-width: 1024px){
  .main-title.\!md{
    font-size: 2.25rem !important;
    line-height: 2.5rem !important;
  }
}
@media (min-width: 1450px){
  .main-title.\!md{
    font-size: 3rem !important;
    line-height: 1 !important;
  }
}
@media (min-width: 1750px){
  .main-title.\!md{
    font-size: 3.75rem !important;
    line-height: 1 !important;
  }
}
.sec-title{
  position: relative;
  margin-bottom: 0.75rem;
  font-family: var(--main-secondary-font), sans-serif;
  font-size: 1.25rem !important;
  line-height: 1.75rem !important;
  font-weight: 400;
  text-transform: uppercase;
}
@media (min-width: 1024px){
  .sec-title{
    margin-bottom: 1.25rem;
    font-size: 1.875rem !important;
    line-height: 2.25rem !important;
  }
}
@media (min-width: 1450px){
  .sec-title{
    font-size: 2.25rem !important;
    line-height: 2.5rem !important;
  }
}
@media (min-width: 1750px){
  .sec-title{
    font-size: 3rem !important;
    line-height: 1 !important;
  }
}
.sec-title.sm{
  padding-inline-start: 1.25rem;
  font-size: 1rem;
  line-height: 1.5rem;
}
.sec-title.sm::before{
  height: 0.5rem;
  width: 0.5rem;
  border-top-right-radius: 2px;
  content: var(--tw-content);
  border-bottom-left-radius: 2px;
}
.mini-sec-title{
  font-family: var(--main-secondary-font), sans-serif;
  font-size: 1.125rem !important;
  line-height: 1.75rem !important;
  font-weight: 400;
}
@media (min-width: 1024px){
  .mini-sec-title{
    font-size: 1.25rem !important;
    line-height: 1.75rem !important;
  }
}
@media (min-width: 1450px){
  .mini-sec-title{
    font-size: 1.875rem !important;
    line-height: 2.25rem !important;
  }
}
.content-text{
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 400;
}
@media (min-width: 1300px){
  .content-text{
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
.\!container{
  width: 100% !important;
  margin-right: auto !important;
  margin-left: auto !important;
}
.container{
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 991px){
  .\!container{
    max-width: 991px !important;
  }
  .container{
    max-width: 991px;
  }
}
@media (min-width: 992px){
  .\!container{
    max-width: 992px !important;
  }
  .container{
    max-width: 992px;
  }
}
@media (min-width: 1000px){
  .\!container{
    max-width: 1000px !important;
  }
  .container{
    max-width: 1000px;
  }
}
@media (min-width: 1300px){
  .\!container{
    max-width: 1300px !important;
  }
  .container{
    max-width: 1300px;
  }
}
@media (min-width: 1450px){
  .\!container{
    max-width: 1450px !important;
  }
  .container{
    max-width: 1450px;
  }
}
.container-wide{
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
@media not all and (min-width: 768px){
  .container-wide{
    max-width: 99vw;
  }
}
@media (min-width: 1024px){
  .container-wide{
    padding-left: 5rem;
    padding-right: 5rem;
  }
}
@media (min-width: 1450px){
  .container-wide{
    padding-left: 6rem;
    padding-right: 6rem;
  }
}
@media (min-width: 1750px){
  .container-wide{
    padding-left: 10rem;
    padding-right: 10rem;
  }
}
.container-wider{
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
@media not all and (min-width: 768px){
  .container-wider{
    max-width: 99vw;
  }
}
@media (min-width: 1024px){
  .container-wider{
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }
}
@media (min-width: 1450px){
  .container-wider{
    padding-left: 4rem;
    padding-right: 4rem;
  }
}
.awesome-scroll::-webkit-scrollbar {
    width: 5px;
  }
.awesome-scroll::-webkit-scrollbar-thumb {
    background-color: var(--color-primary);
    border-radius: 30px;
  }
.awesome-scroll::-webkit-scrollbar-track {
    background-color: white;
    border-radius: 30px;
  }
.scroll-view-hide::-webkit-scrollbar {
    width: 0px;
    background: transparent; /* make scrollbar transparent */
  }
:root {
    --swiper-pagination-bullet-width: 15px;
    --swiper-pagination-bullet-height: 15px;
    --swiper-pagination-color: var(--color-primary);
  }
.sr-only{
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border-width: 0 !important;
}
.pointer-events-none{
  pointer-events: none !important;
}
.pointer-events-auto{
  pointer-events: auto !important;
}
.\!visible{
  visibility: visible !important;
}
.visible{
  visibility: visible !important;
}
.invisible{
  visibility: hidden !important;
}
.collapse{
  visibility: collapse !important;
}
.static{
  position: static !important;
}
.fixed{
  position: fixed !important;
}
.absolute{
  position: absolute !important;
}
.relative{
  position: relative !important;
}
.sticky{
  position: sticky !important;
}
.inset-0{
  inset: 0px !important;
}
.inset-1\/2{
  inset: 50% !important;
}
.inset-2{
  inset: 0.5rem !important;
}
.inset-3{
  inset: 0.75rem !important;
}
.-end-6{
  inset-inline-end: -1.5rem !important;
}
.-end-8{
  inset-inline-end: -2rem !important;
}
.-start-8{
  inset-inline-start: -2rem !important;
}
.bottom-0{
  bottom: 0px !important;
}
.bottom-12{
  bottom: 3rem !important;
}
.bottom-\[7\%\]{
  bottom: 7% !important;
}
.end-0{
  inset-inline-end: 0px !important;
}
.end-3{
  inset-inline-end: 0.75rem !important;
}
.end-5{
  inset-inline-end: 1.25rem !important;
}
.left-0{
  left: 0px !important;
}
.left-10{
  left: 2.5rem !important;
}
.right-0{
  right: 0px !important;
}
.start-0{
  inset-inline-start: 0px !important;
}
.start-5{
  inset-inline-start: 1.25rem !important;
}
.start-full{
  inset-inline-start: 100% !important;
}
.top-0{
  top: 0px !important;
}
.top-1\/2{
  top: 50% !important;
}
.top-20{
  top: 5rem !important;
}
.top-3{
  top: 0.75rem !important;
}
.top-5{
  top: 1.25rem !important;
}
.-z-50{
  z-index: -50 !important;
}
.z-0{
  z-index: 0 !important;
}
.z-10{
  z-index: 10 !important;
}
.z-20{
  z-index: 20 !important;
}
.z-50{
  z-index: 50 !important;
}
.z-\[100\]{
  z-index: 100 !important;
}
.z-\[101\]{
  z-index: 101 !important;
}
.z-\[1\]{
  z-index: 1 !important;
}
.z-\[2\]{
  z-index: 2 !important;
}
.order-1{
  order: 1 !important;
}
.order-2{
  order: 2 !important;
}
.col-auto{
  grid-column: auto !important;
}
.col-span-2{
  grid-column: span 2 / span 2 !important;
}
.float-start{
  float: inline-start !important;
}
.float-end{
  float: inline-end !important;
}
.m-0{
  margin: 0px !important;
}
.m-1{
  margin: 0.25rem !important;
}
.m-auto{
  margin: auto !important;
}
.mx-2{
  margin-left: 0.5rem !important;
  margin-right: 0.5rem !important;
}
.mx-auto{
  margin-left: auto !important;
  margin-right: auto !important;
}
.my-1{
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}
.my-1\.5{
  margin-top: 0.375rem !important;
  margin-bottom: 0.375rem !important;
}
.my-2{
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}
.my-3{
  margin-top: 0.75rem !important;
  margin-bottom: 0.75rem !important;
}
.my-4{
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}
.my-5{
  margin-top: 1.25rem !important;
  margin-bottom: 1.25rem !important;
}
.my-6{
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}
.my-auto{
  margin-top: auto !important;
  margin-bottom: auto !important;
}
.-mb-\[15px\]{
  margin-bottom: -15px !important;
}
.-ms-1{
  margin-inline-start: -0.25rem !important;
}
.-ms-3{
  margin-inline-start: -0.75rem !important;
}
.-mt-1{
  margin-top: -0.25rem !important;
}
.-mt-\[15px\]{
  margin-top: -15px !important;
}
.mb-0{
  margin-bottom: 0px !important;
}
.mb-1{
  margin-bottom: 0.25rem !important;
}
.mb-2{
  margin-bottom: 0.5rem !important;
}
.mb-3{
  margin-bottom: 0.75rem !important;
}
.mb-4{
  margin-bottom: 1rem !important;
}
.mb-5{
  margin-bottom: 1.25rem !important;
}
.mb-6{
  margin-bottom: 1.5rem !important;
}
.mb-8{
  margin-bottom: 2rem !important;
}
.me-0{
  margin-inline-end: 0px !important;
}
.me-1{
  margin-inline-end: 0.25rem !important;
}
.me-2{
  margin-inline-end: 0.5rem !important;
}
.me-3{
  margin-inline-end: 0.75rem !important;
}
.me-4{
  margin-inline-end: 1rem !important;
}
.me-5{
  margin-inline-end: 1.25rem !important;
}
.me-auto{
  margin-inline-end: auto !important;
}
.ml-1{
  margin-left: 0.25rem !important;
}
.ms-0{
  margin-inline-start: 0px !important;
}
.ms-1{
  margin-inline-start: 0.25rem !important;
}
.ms-2{
  margin-inline-start: 0.5rem !important;
}
.ms-3{
  margin-inline-start: 0.75rem !important;
}
.ms-4{
  margin-inline-start: 1rem !important;
}
.ms-auto{
  margin-inline-start: auto !important;
}
.mt-0{
  margin-top: 0px !important;
}
.mt-1{
  margin-top: 0.25rem !important;
}
.mt-10{
  margin-top: 2.5rem !important;
}
.mt-2{
  margin-top: 0.5rem !important;
}
.mt-3{
  margin-top: 0.75rem !important;
}
.mt-4{
  margin-top: 1rem !important;
}
.mt-5{
  margin-top: 1.25rem !important;
}
.mt-6{
  margin-top: 1.5rem !important;
}
.mt-8{
  margin-top: 2rem !important;
}
.mt-\[10\%\]{
  margin-top: 10% !important;
}
.block{
  display: block !important;
}
.inline-block{
  display: inline-block !important;
}
.inline{
  display: inline !important;
}
.flex{
  display: flex !important;
}
.inline-flex{
  display: inline-flex !important;
}
.table{
  display: table !important;
}
.inline-table{
  display: inline-table !important;
}
.table-caption{
  display: table-caption !important;
}
.table-cell{
  display: table-cell !important;
}
.table-column{
  display: table-column !important;
}
.table-column-group{
  display: table-column-group !important;
}
.table-footer-group{
  display: table-footer-group !important;
}
.table-header-group{
  display: table-header-group !important;
}
.table-row-group{
  display: table-row-group !important;
}
.table-row{
  display: table-row !important;
}
.grid{
  display: grid !important;
}
.inline-grid{
  display: inline-grid !important;
}
.contents{
  display: contents !important;
}
.list-item{
  display: list-item !important;
}
.\!hidden{
  display: none !important;
}
.hidden{
  display: none !important;
}
.aspect-square{
  aspect-ratio: 1 / 1 !important;
}
.aspect-video{
  aspect-ratio: 16 / 9 !important;
}
.size-10{
  width: 2.5rem !important;
  height: 2.5rem !important;
}
.size-14{
  width: 3.5rem !important;
  height: 3.5rem !important;
}
.size-2{
  width: 0.5rem !important;
  height: 0.5rem !important;
}
.size-full{
  width: 100% !important;
  height: 100% !important;
}
.h-1{
  height: 0.25rem !important;
}
.h-10{
  height: 2.5rem !important;
}
.h-14{
  height: 3.5rem !important;
}
.h-2{
  height: 0.5rem !important;
}
.h-3{
  height: 0.75rem !important;
}
.h-6{
  height: 1.5rem !important;
}
.h-\[100vh\]{
  height: 100vh !important;
}
.h-\[16px\]{
  height: 16px !important;
}
.h-\[70vh\]{
  height: 70vh !important;
}
.h-\[80\%\]{
  height: 80% !important;
}
.h-\[90\%\]{
  height: 90% !important;
}
.h-\[90vh\]{
  height: 90vh !important;
}
.h-auto{
  height: auto !important;
}
.h-dvh{
  height: 100dvh !important;
}
.h-fit{
  height: -moz-fit-content !important;
  height: fit-content !important;
}
.h-full{
  height: 100% !important;
}
.h-lvh{
  height: 100lvh !important;
}
.h-px{
  height: 1px !important;
}
.h-screen{
  height: 100vh !important;
}
.h-svh{
  height: 100svh !important;
}
.max-h-screen{
  max-height: 100vh !important;
}
.min-h-48{
  min-height: 12rem !important;
}
.min-h-6{
  min-height: 1.5rem !important;
}
.min-h-\[100vh\]{
  min-height: 100vh !important;
}
.min-h-\[40\%\]{
  min-height: 40% !important;
}
.min-h-\[400px\]{
  min-height: 400px !important;
}
.min-h-\[50vh\]{
  min-height: 50vh !important;
}
.min-h-full{
  min-height: 100% !important;
}
.\!w-auto{
  width: auto !important;
}
.w-0{
  width: 0px !important;
}
.w-1{
  width: 0.25rem !important;
}
.w-1\/2{
  width: 50% !important;
}
.w-10{
  width: 2.5rem !important;
}
.w-16{
  width: 4rem !important;
}
.w-2{
  width: 0.5rem !important;
}
.w-24{
  width: 6rem !important;
}
.w-3{
  width: 0.75rem !important;
}
.w-6{
  width: 1.5rem !important;
}
.w-8{
  width: 2rem !important;
}
.w-\[100vw\]{
  width: 100vw !important;
}
.w-\[120\%\]{
  width: 120% !important;
}
.w-\[16px\]{
  width: 16px !important;
}
.w-\[60\%\]{
  width: 60% !important;
}
.w-\[87\%\]{
  width: 87% !important;
}
.w-\[90\%\]{
  width: 90% !important;
}
.w-\[98\%\]{
  width: 98% !important;
}
.w-\[calc\(100\%\+10rem\)\]{
  width: calc(100% + 10rem) !important;
}
.w-auto{
  width: auto !important;
}
.w-fit{
  width: -moz-fit-content !important;
  width: fit-content !important;
}
.w-full{
  width: 100% !important;
}
.w-lvw{
  width: 100lvw !important;
}
.w-max{
  width: -moz-max-content !important;
  width: max-content !important;
}
.w-screen{
  width: 100vw !important;
}
.min-w-32{
  min-width: 8rem !important;
}
.min-w-40{
  min-width: 10rem !important;
}
.min-w-6{
  min-width: 1.5rem !important;
}
.max-w-0{
  max-width: 0px !important;
}
.max-w-2xl{
  max-width: 42rem !important;
}
.max-w-80{
  max-width: 20rem !important;
}
.max-w-\[100vw\]{
  max-width: 100vw !important;
}
.max-w-\[500px\]{
  max-width: 500px !important;
}
.max-w-\[70\%\]{
  max-width: 70% !important;
}
.max-w-\[700px\]{
  max-width: 700px !important;
}
.max-w-\[90\%\]{
  max-width: 90% !important;
}
.max-w-\[90px\]{
  max-width: 90px !important;
}
.max-w-full{
  max-width: 100% !important;
}
.flex-1{
  flex: 1 1 0% !important;
}
.flex-auto{
  flex: 1 1 auto !important;
}
.flex-shrink{
  flex-shrink: 1 !important;
}
.shrink{
  flex-shrink: 1 !important;
}
.shrink-0{
  flex-shrink: 0 !important;
}
.flex-grow{
  flex-grow: 1 !important;
}
.grow{
  flex-grow: 1 !important;
}
.grow-0{
  flex-grow: 0 !important;
}
.border-collapse{
  border-collapse: collapse !important;
}
.origin-center{
  transform-origin: center !important;
}
.origin-left{
  transform-origin: left !important;
}
.-translate-x-1\/2{
  --tw-translate-x: -50% !important;
  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)) !important;
}
.-translate-y-1\/2{
  --tw-translate-y: -50% !important;
  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)) !important;
}
.-translate-y-10{
  --tw-translate-y: -2.5rem !important;
  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)) !important;
}
.translate-x-0{
  --tw-translate-x: 0px !important;
  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)) !important;
}
.translate-x-1{
  --tw-translate-x: 0.25rem !important;
  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)) !important;
}
.translate-y-0{
  --tw-translate-y: 0px !important;
  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)) !important;
}
.translate-y-12{
  --tw-translate-y: 3rem !important;
  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)) !important;
}
.translate-y-32{
  --tw-translate-y: 8rem !important;
  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)) !important;
}
.translate-y-8{
  --tw-translate-y: 2rem !important;
  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)) !important;
}
.rotate-90{
  --tw-rotate: 90deg !important;
  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)) !important;
}
.skew-x-\[-8deg\]{
  --tw-skew-x: -8deg !important;
  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)) !important;
}
.scale-100{
  --tw-scale-x: 1 !important;
  --tw-scale-y: 1 !important;
  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)) !important;
}
.scale-75{
  --tw-scale-x: .75 !important;
  --tw-scale-y: .75 !important;
  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)) !important;
}
.scale-95{
  --tw-scale-x: .95 !important;
  --tw-scale-y: .95 !important;
  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)) !important;
}
.scale-\[\.8\]{
  --tw-scale-x: .8 !important;
  --tw-scale-y: .8 !important;
  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)) !important;
}
.-scale-x-100{
  --tw-scale-x: -1 !important;
  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)) !important;
}
.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)) !important;
}
.cursor-grabbing{
  cursor: grabbing !important;
}
.cursor-pointer{
  cursor: pointer !important;
}
.select-all{
  -webkit-user-select: all !important;
     -moz-user-select: all !important;
          user-select: all !important;
}
.resize{
  resize: both !important;
}
.list-none{
  list-style-type: none !important;
}
.columns-1{
  -moz-columns: 1 !important;
       columns: 1 !important;
}
.grid-cols-1{
  grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
}
.grid-cols-2{
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
}
.grid-cols-5{
  grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
}
.flex-row{
  flex-direction: row !important;
}
.flex-row-reverse{
  flex-direction: row-reverse !important;
}
.flex-col{
  flex-direction: column !important;
}
.flex-wrap{
  flex-wrap: wrap !important;
}
.items-start{
  align-items: flex-start !important;
}
.items-end{
  align-items: flex-end !important;
}
.items-center{
  align-items: center !important;
}
.justify-start{
  justify-content: flex-start !important;
}
.justify-end{
  justify-content: flex-end !important;
}
.justify-center{
  justify-content: center !important;
}
.justify-between{
  justify-content: space-between !important;
}
.justify-evenly{
  justify-content: space-evenly !important;
}
.gap-1{
  gap: 0.25rem !important;
}
.gap-1\.5{
  gap: 0.375rem !important;
}
.gap-2{
  gap: 0.5rem !important;
}
.gap-3{
  gap: 0.75rem !important;
}
.gap-4{
  gap: 1rem !important;
}
.gap-5{
  gap: 1.25rem !important;
}
.gap-6{
  gap: 1.5rem !important;
}
.gap-8{
  gap: 2rem !important;
}
.gap-\[6px\]{
  gap: 6px !important;
}
.space-x-1 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(0.25rem * var(--tw-space-x-reverse)) !important;
  margin-left: calc(0.25rem * calc(1 - var(--tw-space-x-reverse))) !important;
}
.self-start{
  align-self: flex-start !important;
}
.self-end{
  align-self: flex-end !important;
}
.self-center{
  align-self: center !important;
}
.overflow-auto{
  overflow: auto !important;
}
.overflow-hidden{
  overflow: hidden !important;
}
.overflow-y-auto{
  overflow-y: auto !important;
}
.overflow-x-hidden{
  overflow-x: hidden !important;
}
.scroll-smooth{
  scroll-behavior: smooth !important;
}
.truncate{
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
}
.whitespace-nowrap{
  white-space: nowrap !important;
}
.text-wrap{
  text-wrap: wrap !important;
}
.break-all{
  word-break: break-all !important;
}
.rounded-\[0px\]{
  border-radius: 0px !important;
}
.rounded-\[5px\]{
  border-radius: 5px !important;
}
.rounded-full{
  border-radius: 9999px !important;
}
.rounded-lg{
  border-radius: 25px !important;
}
.rounded-xl{
  border-radius: 30px !important;
}
.border{
  border-width: 1px !important;
}
.border-0{
  border-width: 0px !important;
}
.border-2{
  border-width: 2px !important;
}
.border-\[3px\]{
  border-width: 3px !important;
}
.border-b-2{
  border-bottom-width: 2px !important;
}
.border-dashed{
  border-style: dashed !important;
}
.border-primary{
  border-color: var(--color-primary) !important;
}
.border-white{
  --tw-border-opacity: 1 !important;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1)) !important;
}
.bg-\[\#0098de8a\]{
  background-color: #0098de8a !important;
}
.bg-\[\#0099de80\]{
  background-color: #0099de80 !important;
}
.bg-black{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1)) !important;
}
.bg-black\/50{
  background-color: rgb(0 0 0 / 0.5) !important;
}
.bg-black\/70{
  background-color: rgb(0 0 0 / 0.7) !important;
}
.bg-body-bg{
  background-color: var(--body-bg) !important;
}
.bg-gray-200{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity, 1)) !important;
}
.bg-grayed-light{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(241 241 241 / var(--tw-bg-opacity, 1)) !important;
}
.bg-green-500{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(34 197 94 / var(--tw-bg-opacity, 1)) !important;
}
.bg-primary{
  background-color: var(--color-primary) !important;
}
.bg-primary-dark{
  background-color: var(--color-primary-dark) !important;
}
.bg-transparent{
  background-color: transparent !important;
}
.bg-white{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1)) !important;
}
.bg-white\/35{
  background-color: rgb(255 255 255 / 0.35) !important;
}
.bg-cover{
  background-size: cover !important;
}
.bg-center{
  background-position: center !important;
}
.fill-body-bg{
  fill: var(--body-bg) !important;
}
.fill-transparent{
  fill: transparent !important;
}
.fill-white{
  fill: #fff !important;
}
.stroke-body-bg{
  stroke: var(--body-bg) !important;
}
.stroke-primary{
  stroke: var(--color-primary) !important;
}
.object-contain{
  -o-object-fit: contain !important;
     object-fit: contain !important;
}
.object-cover{
  -o-object-fit: cover !important;
     object-fit: cover !important;
}
.object-top{
  -o-object-position: top !important;
     object-position: top !important;
}
.p-0{
  padding: 0px !important;
}
.p-1{
  padding: 0.25rem !important;
}
.p-1\.5{
  padding: 0.375rem !important;
}
.p-2{
  padding: 0.5rem !important;
}
.p-3{
  padding: 0.75rem !important;
}
.p-4{
  padding: 1rem !important;
}
.p-5{
  padding: 1.25rem !important;
}
.p-6{
  padding: 1.5rem !important;
}
.p-\[5vw\]{
  padding: 5vw !important;
}
.\!px-2{
  padding-left: 0.5rem !important;
  padding-right: 0.5rem !important;
}
.px-0{
  padding-left: 0px !important;
  padding-right: 0px !important;
}
.px-1{
  padding-left: 0.25rem !important;
  padding-right: 0.25rem !important;
}
.px-10{
  padding-left: 2.5rem !important;
  padding-right: 2.5rem !important;
}
.px-2{
  padding-left: 0.5rem !important;
  padding-right: 0.5rem !important;
}
.px-3{
  padding-left: 0.75rem !important;
  padding-right: 0.75rem !important;
}
.px-4{
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}
.px-5{
  padding-left: 1.25rem !important;
  padding-right: 1.25rem !important;
}
.px-6{
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important;
}
.py-0{
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}
.py-1{
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}
.py-12{
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}
.py-2{
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}
.py-24{
  padding-top: 6rem !important;
  padding-bottom: 6rem !important;
}
.py-3{
  padding-top: 0.75rem !important;
  padding-bottom: 0.75rem !important;
}
.py-4{
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}
.py-40{
  padding-top: 10rem !important;
  padding-bottom: 10rem !important;
}
.py-5{
  padding-top: 1.25rem !important;
  padding-bottom: 1.25rem !important;
}
.py-6{
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}
.py-8{
  padding-top: 2rem !important;
  padding-bottom: 2rem !important;
}
.py-\[5px\]{
  padding-top: 5px !important;
  padding-bottom: 5px !important;
}
.pb-0{
  padding-bottom: 0px !important;
}
.pb-24{
  padding-bottom: 6rem !important;
}
.pb-4{
  padding-bottom: 1rem !important;
}
.pb-8{
  padding-bottom: 2rem !important;
}
.pe-0{
  padding-inline-end: 0px !important;
}
.pe-1{
  padding-inline-end: 0.25rem !important;
}
.pe-10{
  padding-inline-end: 2.5rem !important;
}
.pe-2{
  padding-inline-end: 0.5rem !important;
}
.pe-5{
  padding-inline-end: 1.25rem !important;
}
.pe-6{
  padding-inline-end: 1.5rem !important;
}
.ps-0{
  padding-inline-start: 0px !important;
}
.ps-1{
  padding-inline-start: 0.25rem !important;
}
.ps-2{
  padding-inline-start: 0.5rem !important;
}
.ps-3{
  padding-inline-start: 0.75rem !important;
}
.ps-5{
  padding-inline-start: 1.25rem !important;
}
.ps-6{
  padding-inline-start: 1.5rem !important;
}
.pt-12{
  padding-top: 3rem !important;
}
.pt-3{
  padding-top: 0.75rem !important;
}
.pt-4{
  padding-top: 1rem !important;
}
.text-center{
  text-align: center !important;
}
.text-justify{
  text-align: justify !important;
}
.text-start{
  text-align: start !important;
}
.text-end{
  text-align: end !important;
}
.align-middle{
  vertical-align: middle !important;
}
.font-body{
  font-family: var(--main-primary-font), sans-serif !important;
}
.font-secondary{
  font-family: var(--main-secondary-font), sans-serif !important;
}
.\!text-3xl{
  font-size: 1.875rem !important;
  line-height: 2.25rem !important;
}
.\!text-4xl{
  font-size: 2.25rem !important;
  line-height: 2.5rem !important;
}
.\!text-6xl{
  font-size: 3.75rem !important;
  line-height: 1 !important;
}
.\!text-base{
  font-size: 1rem !important;
  line-height: 1.5rem !important;
}
.\!text-lg{
  font-size: 1.125rem !important;
  line-height: 1.75rem !important;
}
.\!text-sm{
  font-size: 0.875rem !important;
  line-height: 1.25rem !important;
}
.\!text-xl{
  font-size: 1.25rem !important;
  line-height: 1.75rem !important;
}
.text-2xl{
  font-size: 1.5rem !important;
  line-height: 2rem !important;
}
.text-3xl{
  font-size: 1.875rem !important;
  line-height: 2.25rem !important;
}
.text-4xl{
  font-size: 2.25rem !important;
  line-height: 2.5rem !important;
}
.text-5xl{
  font-size: 3rem !important;
  line-height: 1 !important;
}
.text-8xl{
  font-size: 6rem !important;
  line-height: 1 !important;
}
.text-\[90px\]{
  font-size: 90px !important;
}
.text-base{
  font-size: 1rem !important;
  line-height: 1.5rem !important;
}
.text-lg{
  font-size: 1.125rem !important;
  line-height: 1.75rem !important;
}
.text-sm{
  font-size: 0.875rem !important;
  line-height: 1.25rem !important;
}
.text-xl{
  font-size: 1.25rem !important;
  line-height: 1.75rem !important;
}
.text-xs{
  font-size: 0.75rem !important;
  line-height: 1rem !important;
}
.\!font-normal{
  font-weight: 400 !important;
}
.font-black{
  font-weight: 900 !important;
}
.font-bold{
  font-weight: 700 !important;
}
.font-light{
  font-weight: 300 !important;
}
.font-medium{
  font-weight: 500 !important;
}
.font-normal{
  font-weight: 400 !important;
}
.font-regular{
  font-weight: 400 !important;
}
.font-semibold{
  font-weight: 600 !important;
}
.uppercase{
  text-transform: uppercase !important;
}
.lowercase{
  text-transform: lowercase !important;
}
.capitalize{
  text-transform: capitalize !important;
}
.normal-case{
  text-transform: none !important;
}
.italic{
  font-style: italic !important;
}
.ordinal{
  --tw-ordinal: ordinal !important;
  font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction) !important;
}
.leading-tight{
  line-height: 1.25 !important;
}
.\!text-body-txt{
  color: var(--body-txt) !important;
}
.text-\[\#212121\]{
  --tw-text-opacity: 1 !important;
  color: rgb(33 33 33 / var(--tw-text-opacity, 1)) !important;
}
.text-body-bg{
  color: var(--body-bg) !important;
}
.text-body-txt{
  color: var(--body-txt) !important;
}
.text-danger{
  --tw-text-opacity: 1 !important;
  color: rgb(174 8 33 / var(--tw-text-opacity, 1)) !important;
}
.text-grayed-dark{
  --tw-text-opacity: 1 !important;
  color: rgb(20 22 32 / var(--tw-text-opacity, 1)) !important;
}
.text-info{
  color: var(--info-primary) !important;
}
.text-inherit{
  color: inherit !important;
}
.text-primary{
  color: var(--color-primary) !important;
}
.text-primary-dark{
  color: var(--color-primary-dark) !important;
}
.text-secondary{
  color: var(--color-secondary) !important;
}
.text-white{
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1)) !important;
}
.underline{
  text-decoration-line: underline !important;
}
.overline{
  text-decoration-line: overline !important;
}
.line-through{
  text-decoration-line: line-through !important;
}
.antialiased{
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale !important;
}
.subpixel-antialiased{
  -webkit-font-smoothing: auto !important;
  -moz-osx-font-smoothing: auto !important;
}
.\!opacity-100{
  opacity: 1 !important;
}
.opacity-0{
  opacity: 0 !important;
}
.opacity-100{
  opacity: 1 !important;
}
.opacity-30{
  opacity: 0.3 !important;
}
.opacity-50{
  opacity: 0.5 !important;
}
.opacity-70{
  opacity: 0.7 !important;
}
.opacity-80{
  opacity: 0.8 !important;
}
.shadow{
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1) !important;
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}
.shadow-lg{
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1) !important;
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}
.outline{
  outline-style: solid !important;
}
.ring{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
}
.blur{
  --tw-blur: blur(8px) !important;
  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) !important;
}
.brightness-0{
  --tw-brightness: brightness(0) !important;
  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) !important;
}
.brightness-\[0\.8\]{
  --tw-brightness: brightness(0.8) !important;
  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) !important;
}
.drop-shadow{
  --tw-drop-shadow: drop-shadow(0 1px 2px rgb(0 0 0 / 0.1)) drop-shadow(0 1px 1px rgb(0 0 0 / 0.06)) !important;
  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) !important;
}
.drop-shadow-lg{
  --tw-drop-shadow: drop-shadow(0 10px 8px rgb(0 0 0 / 0.04)) drop-shadow(0 4px 3px rgb(0 0 0 / 0.1)) !important;
  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) !important;
}
.grayscale{
  --tw-grayscale: grayscale(100%) !important;
  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) !important;
}
.invert{
  --tw-invert: invert(100%) !important;
  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) !important;
}
.sepia{
  --tw-sepia: sepia(100%) !important;
  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) !important;
}
.\!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) !important;
}
.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) !important;
}
.backdrop-blur-sm{
  --tw-backdrop-blur: blur(4px) !important;
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia) !important;
}
.backdrop-blur-xl{
  --tw-backdrop-blur: blur(24px) !important;
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia) !important;
}
.backdrop-filter{
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia) !important;
}
.transition{
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter !important;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  transition-duration: 150ms !important;
}
.transition-all{
  transition-property: all !important;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  transition-duration: 150ms !important;
}
.transition-colors{
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke !important;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  transition-duration: 150ms !important;
}
.transition-opacity{
  transition-property: opacity !important;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  transition-duration: 150ms !important;
}
.transition-transform{
  transition-property: transform !important;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  transition-duration: 150ms !important;
}
.delay-100{
  transition-delay: 100ms !important;
}
.delay-150{
  transition-delay: 150ms !important;
}
.delay-200{
  transition-delay: 200ms !important;
}
.duration-150{
  transition-duration: 150ms !important;
}
.duration-200{
  transition-duration: 200ms !important;
}
.duration-300{
  transition-duration: 300ms !important;
}
.duration-500{
  transition-duration: 500ms !important;
}
.duration-700{
  transition-duration: 700ms !important;
}
.ease-in{
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1) !important;
}
.ease-in-out{
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
}
.ease-out{
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1) !important;
}
body {
  font-size: 16px;
  font-weight: 400;
  color: var(--color-primary);
}

.page-container {
  min-height: 70vh;
}

@media (min-width: 1024px){
  footer{
    width: calc(100% - var(--sideMenu-width));
  }
  footer .footer_col{
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
footer .footer_link{
  color: var(--color-primary);
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
footer .footer_link:hover{
  opacity: 0.6;
}

.cursor::before {
  content: "";
  position: absolute;
  font-size: 2px;
  display: block;
  border-radius: 100%;
  opacity: 0;
  color: #fff;
  width: 100%;
  height: 100%;
  background-size: contain;
  top: 0px;
  left: 0px;
  margin: auto;
}

.cursor.active::before {
  opacity: 1;
}

.cursor-follower {
  position: absolute;
  width: 45px;
  height: 45px;
  z-index: -1;
  transition: 0.5s cubic-bezier(0.75, -1.27, 0.3, 2.33) transform, 0.5s cubic-bezier(0.75, -1.27, 0.3, 2.33) opacity, 0.5s cubic-bezier(0.75, -1.27, 0.3, 2.33) background;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  pointer-events: none;
  transform: scale(0) translate(4px, 4px);
  color: var(--color-body-color);
}
.cursor-follower .txt {
  background-color: var(--body-bg);
  border: 1px solid rgba(255, 255, 255, 0.8);
  border-radius: 100%;
  width: 100%;
  height: 100%;
  font-size: 6px;
  line-height: 8px;
  padding: 3px;
  text-align: center;
}
.cursor-follower .arrow {
  transform: scale(0) translateX(-20px);
  opacity: 0.7;
  right: -15px;
  position: absolute;
  transform-origin: right;
}
.cursor-follower .arrow.before {
  right: auto;
  left: -15px;
  transform-origin: left;
  transform: scale(1) translateX(20px);
}
.cursor-follower.active {
  transform: scale(6);
  transform: scale(2);
  opacity: 1;
}
.cursor-follower.active .arrow {
  transform: scale(1.6) translateX(0px);
  opacity: 1;
}

:root {
  --search-btns-wdth: 14vw;
  --search-btns-wdth-sm: 7vw;
}

.select2-search--dropdown {
  display: none;
}

.search-form-wrapper {
  grid-template-columns: auto calc(60px - 0.5rem);
}
.search-form-wrapper,
.search-form-wrapper .filters_wrapper,
.search-form-wrapper .filtered_data_wrapper{
  display: grid;
  gap: 0.5rem;
}
@media (min-width: 1024px) {
  .search-form-wrapper,
  .search-form-wrapper .filters_wrapper,
  .search-form-wrapper .filtered_data_wrapper {
    grid-template-columns: auto calc(var(--search-btns-wdth) - 0.5rem);
  }
}
@media (min-width: 1300px) {
  .search-form-wrapper,
  .search-form-wrapper .filters_wrapper,
  .search-form-wrapper .filtered_data_wrapper {
    grid-template-columns: auto calc(var(--search-btns-wdth) - 0.5rem);
  }
}
.search-form-wrapper.filters_wrapper,
.search-form-wrapper .filters_wrapper.filters_wrapper,
.search-form-wrapper .filtered_data_wrapper.filters_wrapper{
  align-items: center;
}
.select2-container--default .select2-selection--multiple {
  padding-bottom: unset !important;
}

.select2-container .select2-selection--multiple {
  min-height: unset !important;
}

.select2-search__field {
  height: 23px !important;
}

.comparison-slider{
  position: relative;
  min-height: 100vh;
  width: 100%;
}

@media not all and (min-width: 768px){
  .comparison-slider{
    min-height: 70vh;
  }
}

.picture{
  position: absolute;
  min-height: 100vh;
  width: 100vw;
}

@media not all and (min-width: 768px){
  .picture{
    min-height: 70vh;
  }
}

.picture__content-wrap{
  position: absolute;
  min-height: 100vh;
  width: 100vw;
}

@media not all and (min-width: 768px){
  .picture__content-wrap{
    min-height: 70vh;
  }
}

.picture__content {
  position: absolute;
  top: 5%;
  z-index: 41;
  font-size: 1.75rem;
}

.pic-before-content{
  inset-inline-start: 1.25rem;
}

@media (min-width: 1024px){
  .pic-before-content{
    inset-inline-start: 2.5rem;
  }
}

@media (min-width: 1450px){
  .pic-before-content{
    inset-inline-start: 4rem;
  }
}

.pic-after-content{
  inset-inline-end: 1.25rem;
}

@media (min-width: 1024px){
  .pic-after-content{
    inset-inline-end: 2.5rem;
  }
}

@media (min-width: 1450px){
  .pic-after-content{
    inset-inline-end: 4rem;
  }
}

.picture__content {
  color: var(--body-bg);
}

.picture img {
  position: absolute;
  display: block;
  width: 100%;
  top: 0;
  left: 0;
}

.comparison-slider {
  font-size: 2.5rem;
}

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

.handle {
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  height: 100%;
  width: 10px;
  background-color: transparent;
  transform: rotate(8deg) translateY(-50%) translateX(-50%);
  transform-origin: top;
  z-index: 3;
}

.handle-wrap {
  left: 50%;
}

.picture--after {
  margin-left: -2000px;
  width: 2000px;
  z-index: 2;
}
.picture--after .img-wrap {
  transform: skew(-8deg);
  border-inline-end: var(--body-bg) 10px solid;
  position: absolute;
  inset: 0px;
  height: 100%;
  width: 100%;
  overflow: hidden;
}

.picture--after .picture__content-wrap {
  transform: skew(8deg);
  margin-left: 2000px;
}

.comparison-slider {
  position: relative;
  overflow: hidden;
}

.picture--after {
  width: 2050px; /* Initial width as requested */
  position: absolute;
  top: 0;
  left: 0;
}

.handle {
  position: absolute;
  top: 50%;
  left: 0; /* Initial position */
  z-index: 10;
}

/* Optional: Ensure smooth transitions */
.handle,
.picture--after {
  transition: none; /* Default state, overridden during animation */
}

.banner-info-cover figure {
  clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
}
.banner-info-cover .img-cover {
  transform: scale(1.5);
}
.banner-info-cover .info-bg {
  transform-origin: right top;
  transform: scaleX(0);
}
.banner-info-cover .info-specs .info {
  transform: translateY(15px);
  opacity: 0;
}

@keyframes sacleDown {
  from {
    transform: scale(1.5);
  }
  to {
    transform: scale(1);
  }
}
@keyframes rollFromLeft {
  from {
    clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
  }
  to {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
}
@keyframes rollFromRight {
  from {
    opacity: 1;
    clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
  }
  to {
    opacity: 1;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
}
.loaded .simpleParallax.simple-parallax-initialized {
  height: 100%;
}
.loaded .banner-info-cover figure {
  animation: rollFromRight 1s ease-in-out forwards;
}
.loaded .banner-info-cover .img-cover {
  animation: sacleDown 2.5s ease-in-out forwards;
}
.loaded .banner-info-cover .img-cover.fast {
  animation: sacleDown 2s ease-in-out forwards;
}
.loaded .banner-info-cover .img-cover .simpleParallax {
  position: inherit;
  height: 100%;
  width: 100%;
}
.loaded .banner-info-cover .info-bg {
  transition: transform 1.5s cubic-bezier(0.37, 0.16, 0.03, 1);
  transition-delay: 1s;
  transform-origin: right top;
  transform: scaleX(1);
}
.loaded .banner-info-cover .info-specs .info:nth-child(1n) {
  transform: translateY(0);
  opacity: 1;
  transition: transform 1s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-delay: calc(1.5s + 0.2s);
}
.loaded .banner-info-cover .info-specs .info:nth-child(2n) {
  transform: translateY(0);
  opacity: 1;
  transition: transform 1s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-delay: calc(1.5s + 0.4s);
}
.loaded .banner-info-cover .info-specs .info:nth-child(3n) {
  transform: translateY(0);
  opacity: 1;
  transition: transform 1s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-delay: calc(1.5s + 0.6s);
}
.loaded .banner-info-cover .info-specs .info:nth-child(4n) {
  transform: translateY(0);
  opacity: 1;
  transition: transform 1s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-delay: calc(1.5s + 0.8s);
}
.loaded .banner-info-cover .info-specs .info:nth-child(5n) {
  transform: translateY(0);
  opacity: 1;
  transition: transform 1s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-delay: calc(1.5s + 1s);
}
.loaded .banner-info-cover .info-specs .info:nth-child(6n) {
  transform: translateY(0);
  opacity: 1;
  transition: transform 1s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-delay: calc(1.5s + 1.2s);
}
.loaded .banner-info-cover .info-specs .info:nth-child(7n) {
  transform: translateY(0);
  opacity: 1;
  transition: transform 1s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-delay: calc(1.5s + 1.4s);
}
.loaded .banner-info-cover .info-specs .info:nth-child(8n) {
  transform: translateY(0);
  opacity: 1;
  transition: transform 1s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-delay: calc(1.5s + 1.6s);
}
.loaded .banner-info-cover .info-specs .info:nth-child(9n) {
  transform: translateY(0);
  opacity: 1;
  transition: transform 1s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-delay: calc(1.5s + 1.8s);
}
.loaded .banner-info-cover .info-specs .info:nth-child(10n) {
  transform: translateY(0);
  opacity: 1;
  transition: transform 1s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-delay: calc(1.5s + 2s);
}

.animated-border {
  position: relative;
}
.animated-border:before, .animated-border:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transition: transform 1s ease-in-out 0.3s;
}
.animated-border:before {
  border-left: 1px solid;
  border-right: 1px solid;
}
.animated-border:after {
  border-top: 1px solid;
  border-bottom: 1px solid;
}
.animated-border.done:before {
  transform: translateY(150%);
}
.animated-border.done:after {
  transform: translateX(150%);
}

.items-list .itm{
  position: relative;
  --tw-translate-y: 12rem;
  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));
  opacity: 0;
  transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 1.5s cubic-bezier(0.22, 0.94, 0.44, 1) 10ms, opacity 1s cubic-bezier(0.22, 0.94, 0.44, 1) 10ms;
}
.items-list .itm.translated{
  --tw-translate-y: 0px;
  --tw-translate-x: 12rem;
  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));
}
.items-list .itm.drawed-text::after {
  position: absolute;
  top: 0;
  bottom: -10px;
  left: 0;
  display: inline-block;
  overflow: hidden;
  height: 0%;
  width: 100%;
  content: attr(data-text);
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 1px var(--body-txt);
  will-change: height;
}
.items-list.show .itm:nth-child(1n), .items-list.done .itm:nth-child(1n), .items-list.in-view .itm:nth-child(1n){
  --tw-translate-y: 0px;
  --tw-translate-x: 0px;
  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));
  opacity: 1;
  transition-delay: calc(0.1s + 0.2s);
}
.items-list.show .itm:nth-child(1n).drawed-text::after, .items-list.done .itm:nth-child(1n).drawed-text::after, .items-list.in-view .itm:nth-child(1n).drawed-text::after {
  animation: grow 7s cubic-bezier(0.86, 0, 0.07, 1) 0.4s forwards;
  transition-delay: calc(0.1s + 0.2s);
}
.items-list.show .itm:nth-child(1n).bordered-top:before, .items-list.done .itm:nth-child(1n).bordered-top:before, .items-list.in-view .itm:nth-child(1n).bordered-top:before {
  transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  width: 100%;
  transition-delay: calc(0.2s + 0.2s);
}
.items-list.show .itm:nth-child(2n), .items-list.done .itm:nth-child(2n), .items-list.in-view .itm:nth-child(2n){
  --tw-translate-y: 0px;
  --tw-translate-x: 0px;
  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));
  opacity: 1;
  transition-delay: calc(0.1s + 0.4s);
}
.items-list.show .itm:nth-child(2n).drawed-text::after, .items-list.done .itm:nth-child(2n).drawed-text::after, .items-list.in-view .itm:nth-child(2n).drawed-text::after {
  animation: grow 7s cubic-bezier(0.86, 0, 0.07, 1) 0.4s forwards;
  transition-delay: calc(0.1s + 0.4s);
}
.items-list.show .itm:nth-child(2n).bordered-top:before, .items-list.done .itm:nth-child(2n).bordered-top:before, .items-list.in-view .itm:nth-child(2n).bordered-top:before {
  transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  width: 100%;
  transition-delay: calc(0.2s + 0.4s);
}
.items-list.show .itm:nth-child(3n), .items-list.done .itm:nth-child(3n), .items-list.in-view .itm:nth-child(3n){
  --tw-translate-y: 0px;
  --tw-translate-x: 0px;
  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));
  opacity: 1;
  transition-delay: calc(0.1s + 0.6s);
}
.items-list.show .itm:nth-child(3n).drawed-text::after, .items-list.done .itm:nth-child(3n).drawed-text::after, .items-list.in-view .itm:nth-child(3n).drawed-text::after {
  animation: grow 7s cubic-bezier(0.86, 0, 0.07, 1) 0.4s forwards;
  transition-delay: calc(0.1s + 0.6s);
}
.items-list.show .itm:nth-child(3n).bordered-top:before, .items-list.done .itm:nth-child(3n).bordered-top:before, .items-list.in-view .itm:nth-child(3n).bordered-top:before {
  transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  width: 100%;
  transition-delay: calc(0.2s + 0.6s);
}
.items-list.show .itm:nth-child(4n), .items-list.done .itm:nth-child(4n), .items-list.in-view .itm:nth-child(4n){
  --tw-translate-y: 0px;
  --tw-translate-x: 0px;
  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));
  opacity: 1;
  transition-delay: calc(0.1s + 0.8s);
}
.items-list.show .itm:nth-child(4n).drawed-text::after, .items-list.done .itm:nth-child(4n).drawed-text::after, .items-list.in-view .itm:nth-child(4n).drawed-text::after {
  animation: grow 7s cubic-bezier(0.86, 0, 0.07, 1) 0.4s forwards;
  transition-delay: calc(0.1s + 0.8s);
}
.items-list.show .itm:nth-child(4n).bordered-top:before, .items-list.done .itm:nth-child(4n).bordered-top:before, .items-list.in-view .itm:nth-child(4n).bordered-top:before {
  transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  width: 100%;
  transition-delay: calc(0.2s + 0.8s);
}
.items-list.show .itm:nth-child(5n), .items-list.done .itm:nth-child(5n), .items-list.in-view .itm:nth-child(5n){
  --tw-translate-y: 0px;
  --tw-translate-x: 0px;
  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));
  opacity: 1;
  transition-delay: calc(0.1s + 1s);
}
.items-list.show .itm:nth-child(5n).drawed-text::after, .items-list.done .itm:nth-child(5n).drawed-text::after, .items-list.in-view .itm:nth-child(5n).drawed-text::after {
  animation: grow 7s cubic-bezier(0.86, 0, 0.07, 1) 0.4s forwards;
  transition-delay: calc(0.1s + 1s);
}
.items-list.show .itm:nth-child(5n).bordered-top:before, .items-list.done .itm:nth-child(5n).bordered-top:before, .items-list.in-view .itm:nth-child(5n).bordered-top:before {
  transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  width: 100%;
  transition-delay: calc(0.2s + 1s);
}
.items-list.show .itm:nth-child(6n), .items-list.done .itm:nth-child(6n), .items-list.in-view .itm:nth-child(6n){
  --tw-translate-y: 0px;
  --tw-translate-x: 0px;
  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));
  opacity: 1;
  transition-delay: calc(0.1s + 1.2s);
}
.items-list.show .itm:nth-child(6n).drawed-text::after, .items-list.done .itm:nth-child(6n).drawed-text::after, .items-list.in-view .itm:nth-child(6n).drawed-text::after {
  animation: grow 7s cubic-bezier(0.86, 0, 0.07, 1) 0.4s forwards;
  transition-delay: calc(0.1s + 1.2s);
}
.items-list.show .itm:nth-child(6n).bordered-top:before, .items-list.done .itm:nth-child(6n).bordered-top:before, .items-list.in-view .itm:nth-child(6n).bordered-top:before {
  transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  width: 100%;
  transition-delay: calc(0.2s + 1.2s);
}
.items-list.show .itm:nth-child(7n), .items-list.done .itm:nth-child(7n), .items-list.in-view .itm:nth-child(7n){
  --tw-translate-y: 0px;
  --tw-translate-x: 0px;
  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));
  opacity: 1;
  transition-delay: calc(0.1s + 1.4s);
}
.items-list.show .itm:nth-child(7n).drawed-text::after, .items-list.done .itm:nth-child(7n).drawed-text::after, .items-list.in-view .itm:nth-child(7n).drawed-text::after {
  animation: grow 7s cubic-bezier(0.86, 0, 0.07, 1) 0.4s forwards;
  transition-delay: calc(0.1s + 1.4s);
}
.items-list.show .itm:nth-child(7n).bordered-top:before, .items-list.done .itm:nth-child(7n).bordered-top:before, .items-list.in-view .itm:nth-child(7n).bordered-top:before {
  transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  width: 100%;
  transition-delay: calc(0.2s + 1.4s);
}
.items-list.show .itm:nth-child(8n), .items-list.done .itm:nth-child(8n), .items-list.in-view .itm:nth-child(8n){
  --tw-translate-y: 0px;
  --tw-translate-x: 0px;
  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));
  opacity: 1;
  transition-delay: calc(0.1s + 1.6s);
}
.items-list.show .itm:nth-child(8n).drawed-text::after, .items-list.done .itm:nth-child(8n).drawed-text::after, .items-list.in-view .itm:nth-child(8n).drawed-text::after {
  animation: grow 7s cubic-bezier(0.86, 0, 0.07, 1) 0.4s forwards;
  transition-delay: calc(0.1s + 1.6s);
}
.items-list.show .itm:nth-child(8n).bordered-top:before, .items-list.done .itm:nth-child(8n).bordered-top:before, .items-list.in-view .itm:nth-child(8n).bordered-top:before {
  transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  width: 100%;
  transition-delay: calc(0.2s + 1.6s);
}
.items-list.show .itm:nth-child(9n), .items-list.done .itm:nth-child(9n), .items-list.in-view .itm:nth-child(9n){
  --tw-translate-y: 0px;
  --tw-translate-x: 0px;
  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));
  opacity: 1;
  transition-delay: calc(0.1s + 1.8s);
}
.items-list.show .itm:nth-child(9n).drawed-text::after, .items-list.done .itm:nth-child(9n).drawed-text::after, .items-list.in-view .itm:nth-child(9n).drawed-text::after {
  animation: grow 7s cubic-bezier(0.86, 0, 0.07, 1) 0.4s forwards;
  transition-delay: calc(0.1s + 1.8s);
}
.items-list.show .itm:nth-child(9n).bordered-top:before, .items-list.done .itm:nth-child(9n).bordered-top:before, .items-list.in-view .itm:nth-child(9n).bordered-top:before {
  transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  width: 100%;
  transition-delay: calc(0.2s + 1.8s);
}
.items-list.show .itm:nth-child(10n), .items-list.done .itm:nth-child(10n), .items-list.in-view .itm:nth-child(10n){
  --tw-translate-y: 0px;
  --tw-translate-x: 0px;
  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));
  opacity: 1;
  transition-delay: calc(0.1s + 2s);
}
.items-list.show .itm:nth-child(10n).drawed-text::after, .items-list.done .itm:nth-child(10n).drawed-text::after, .items-list.in-view .itm:nth-child(10n).drawed-text::after {
  animation: grow 7s cubic-bezier(0.86, 0, 0.07, 1) 0.4s forwards;
  transition-delay: calc(0.1s + 2s);
}
.items-list.show .itm:nth-child(10n).bordered-top:before, .items-list.done .itm:nth-child(10n).bordered-top:before, .items-list.in-view .itm:nth-child(10n).bordered-top:before {
  transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  width: 100%;
  transition-delay: calc(0.2s + 2s);
}
.items-list.show .itm:nth-child(11n), .items-list.done .itm:nth-child(11n), .items-list.in-view .itm:nth-child(11n){
  --tw-translate-y: 0px;
  --tw-translate-x: 0px;
  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));
  opacity: 1;
  transition-delay: calc(0.1s + 2.2s);
}
.items-list.show .itm:nth-child(11n).drawed-text::after, .items-list.done .itm:nth-child(11n).drawed-text::after, .items-list.in-view .itm:nth-child(11n).drawed-text::after {
  animation: grow 7s cubic-bezier(0.86, 0, 0.07, 1) 0.4s forwards;
  transition-delay: calc(0.1s + 2.2s);
}
.items-list.show .itm:nth-child(11n).bordered-top:before, .items-list.done .itm:nth-child(11n).bordered-top:before, .items-list.in-view .itm:nth-child(11n).bordered-top:before {
  transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  width: 100%;
  transition-delay: calc(0.2s + 2.2s);
}
.items-list.show .itm:nth-child(12n), .items-list.done .itm:nth-child(12n), .items-list.in-view .itm:nth-child(12n){
  --tw-translate-y: 0px;
  --tw-translate-x: 0px;
  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));
  opacity: 1;
  transition-delay: calc(0.1s + 2.4s);
}
.items-list.show .itm:nth-child(12n).drawed-text::after, .items-list.done .itm:nth-child(12n).drawed-text::after, .items-list.in-view .itm:nth-child(12n).drawed-text::after {
  animation: grow 7s cubic-bezier(0.86, 0, 0.07, 1) 0.4s forwards;
  transition-delay: calc(0.1s + 2.4s);
}
.items-list.show .itm:nth-child(12n).bordered-top:before, .items-list.done .itm:nth-child(12n).bordered-top:before, .items-list.in-view .itm:nth-child(12n).bordered-top:before {
  transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  width: 100%;
  transition-delay: calc(0.2s + 2.4s);
}
.items-list.show .itm:nth-child(13n), .items-list.done .itm:nth-child(13n), .items-list.in-view .itm:nth-child(13n){
  --tw-translate-y: 0px;
  --tw-translate-x: 0px;
  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));
  opacity: 1;
  transition-delay: calc(0.1s + 2.6s);
}
.items-list.show .itm:nth-child(13n).drawed-text::after, .items-list.done .itm:nth-child(13n).drawed-text::after, .items-list.in-view .itm:nth-child(13n).drawed-text::after {
  animation: grow 7s cubic-bezier(0.86, 0, 0.07, 1) 0.4s forwards;
  transition-delay: calc(0.1s + 2.6s);
}
.items-list.show .itm:nth-child(13n).bordered-top:before, .items-list.done .itm:nth-child(13n).bordered-top:before, .items-list.in-view .itm:nth-child(13n).bordered-top:before {
  transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  width: 100%;
  transition-delay: calc(0.2s + 2.6s);
}
.items-list.show .itm:nth-child(14n), .items-list.done .itm:nth-child(14n), .items-list.in-view .itm:nth-child(14n){
  --tw-translate-y: 0px;
  --tw-translate-x: 0px;
  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));
  opacity: 1;
  transition-delay: calc(0.1s + 2.8s);
}
.items-list.show .itm:nth-child(14n).drawed-text::after, .items-list.done .itm:nth-child(14n).drawed-text::after, .items-list.in-view .itm:nth-child(14n).drawed-text::after {
  animation: grow 7s cubic-bezier(0.86, 0, 0.07, 1) 0.4s forwards;
  transition-delay: calc(0.1s + 2.8s);
}
.items-list.show .itm:nth-child(14n).bordered-top:before, .items-list.done .itm:nth-child(14n).bordered-top:before, .items-list.in-view .itm:nth-child(14n).bordered-top:before {
  transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  width: 100%;
  transition-delay: calc(0.2s + 2.8s);
}
.items-list.show .itm:nth-child(15n), .items-list.done .itm:nth-child(15n), .items-list.in-view .itm:nth-child(15n){
  --tw-translate-y: 0px;
  --tw-translate-x: 0px;
  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));
  opacity: 1;
  transition-delay: calc(0.1s + 3s);
}
.items-list.show .itm:nth-child(15n).drawed-text::after, .items-list.done .itm:nth-child(15n).drawed-text::after, .items-list.in-view .itm:nth-child(15n).drawed-text::after {
  animation: grow 7s cubic-bezier(0.86, 0, 0.07, 1) 0.4s forwards;
  transition-delay: calc(0.1s + 3s);
}
.items-list.show .itm:nth-child(15n).bordered-top:before, .items-list.done .itm:nth-child(15n).bordered-top:before, .items-list.in-view .itm:nth-child(15n).bordered-top:before {
  transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  width: 100%;
  transition-delay: calc(0.2s + 3s);
}
.items-list.show .itm:nth-child(16n), .items-list.done .itm:nth-child(16n), .items-list.in-view .itm:nth-child(16n){
  --tw-translate-y: 0px;
  --tw-translate-x: 0px;
  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));
  opacity: 1;
  transition-delay: calc(0.1s + 3.2s);
}
.items-list.show .itm:nth-child(16n).drawed-text::after, .items-list.done .itm:nth-child(16n).drawed-text::after, .items-list.in-view .itm:nth-child(16n).drawed-text::after {
  animation: grow 7s cubic-bezier(0.86, 0, 0.07, 1) 0.4s forwards;
  transition-delay: calc(0.1s + 3.2s);
}
.items-list.show .itm:nth-child(16n).bordered-top:before, .items-list.done .itm:nth-child(16n).bordered-top:before, .items-list.in-view .itm:nth-child(16n).bordered-top:before {
  transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  width: 100%;
  transition-delay: calc(0.2s + 3.2s);
}
.items-list.show .itm:nth-child(17n), .items-list.done .itm:nth-child(17n), .items-list.in-view .itm:nth-child(17n){
  --tw-translate-y: 0px;
  --tw-translate-x: 0px;
  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));
  opacity: 1;
  transition-delay: calc(0.1s + 3.4s);
}
.items-list.show .itm:nth-child(17n).drawed-text::after, .items-list.done .itm:nth-child(17n).drawed-text::after, .items-list.in-view .itm:nth-child(17n).drawed-text::after {
  animation: grow 7s cubic-bezier(0.86, 0, 0.07, 1) 0.4s forwards;
  transition-delay: calc(0.1s + 3.4s);
}
.items-list.show .itm:nth-child(17n).bordered-top:before, .items-list.done .itm:nth-child(17n).bordered-top:before, .items-list.in-view .itm:nth-child(17n).bordered-top:before {
  transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  width: 100%;
  transition-delay: calc(0.2s + 3.4s);
}
.items-list.show .itm:nth-child(18n), .items-list.done .itm:nth-child(18n), .items-list.in-view .itm:nth-child(18n){
  --tw-translate-y: 0px;
  --tw-translate-x: 0px;
  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));
  opacity: 1;
  transition-delay: calc(0.1s + 3.6s);
}
.items-list.show .itm:nth-child(18n).drawed-text::after, .items-list.done .itm:nth-child(18n).drawed-text::after, .items-list.in-view .itm:nth-child(18n).drawed-text::after {
  animation: grow 7s cubic-bezier(0.86, 0, 0.07, 1) 0.4s forwards;
  transition-delay: calc(0.1s + 3.6s);
}
.items-list.show .itm:nth-child(18n).bordered-top:before, .items-list.done .itm:nth-child(18n).bordered-top:before, .items-list.in-view .itm:nth-child(18n).bordered-top:before {
  transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  width: 100%;
  transition-delay: calc(0.2s + 3.6s);
}
.items-list.show .itm:nth-child(19n), .items-list.done .itm:nth-child(19n), .items-list.in-view .itm:nth-child(19n){
  --tw-translate-y: 0px;
  --tw-translate-x: 0px;
  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));
  opacity: 1;
  transition-delay: calc(0.1s + 3.8s);
}
.items-list.show .itm:nth-child(19n).drawed-text::after, .items-list.done .itm:nth-child(19n).drawed-text::after, .items-list.in-view .itm:nth-child(19n).drawed-text::after {
  animation: grow 7s cubic-bezier(0.86, 0, 0.07, 1) 0.4s forwards;
  transition-delay: calc(0.1s + 3.8s);
}
.items-list.show .itm:nth-child(19n).bordered-top:before, .items-list.done .itm:nth-child(19n).bordered-top:before, .items-list.in-view .itm:nth-child(19n).bordered-top:before {
  transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  width: 100%;
  transition-delay: calc(0.2s + 3.8s);
}
.items-list.show .itm:nth-child(20n), .items-list.done .itm:nth-child(20n), .items-list.in-view .itm:nth-child(20n){
  --tw-translate-y: 0px;
  --tw-translate-x: 0px;
  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));
  opacity: 1;
  transition-delay: calc(0.1s + 4s);
}
.items-list.show .itm:nth-child(20n).drawed-text::after, .items-list.done .itm:nth-child(20n).drawed-text::after, .items-list.in-view .itm:nth-child(20n).drawed-text::after {
  animation: grow 7s cubic-bezier(0.86, 0, 0.07, 1) 0.4s forwards;
  transition-delay: calc(0.1s + 4s);
}
.items-list.show .itm:nth-child(20n).bordered-top:before, .items-list.done .itm:nth-child(20n).bordered-top:before, .items-list.in-view .itm:nth-child(20n).bordered-top:before {
  transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  width: 100%;
  transition-delay: calc(0.2s + 4s);
}
.items-list.show .itm:nth-child(21n), .items-list.done .itm:nth-child(21n), .items-list.in-view .itm:nth-child(21n){
  --tw-translate-y: 0px;
  --tw-translate-x: 0px;
  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));
  opacity: 1;
  transition-delay: calc(0.1s + 4.2s);
}
.items-list.show .itm:nth-child(21n).drawed-text::after, .items-list.done .itm:nth-child(21n).drawed-text::after, .items-list.in-view .itm:nth-child(21n).drawed-text::after {
  animation: grow 7s cubic-bezier(0.86, 0, 0.07, 1) 0.4s forwards;
  transition-delay: calc(0.1s + 4.2s);
}
.items-list.show .itm:nth-child(21n).bordered-top:before, .items-list.done .itm:nth-child(21n).bordered-top:before, .items-list.in-view .itm:nth-child(21n).bordered-top:before {
  transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  width: 100%;
  transition-delay: calc(0.2s + 4.2s);
}
.items-list.show .itm:nth-child(22n), .items-list.done .itm:nth-child(22n), .items-list.in-view .itm:nth-child(22n){
  --tw-translate-y: 0px;
  --tw-translate-x: 0px;
  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));
  opacity: 1;
  transition-delay: calc(0.1s + 4.4s);
}
.items-list.show .itm:nth-child(22n).drawed-text::after, .items-list.done .itm:nth-child(22n).drawed-text::after, .items-list.in-view .itm:nth-child(22n).drawed-text::after {
  animation: grow 7s cubic-bezier(0.86, 0, 0.07, 1) 0.4s forwards;
  transition-delay: calc(0.1s + 4.4s);
}
.items-list.show .itm:nth-child(22n).bordered-top:before, .items-list.done .itm:nth-child(22n).bordered-top:before, .items-list.in-view .itm:nth-child(22n).bordered-top:before {
  transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  width: 100%;
  transition-delay: calc(0.2s + 4.4s);
}
.items-list.show .itm:nth-child(23n), .items-list.done .itm:nth-child(23n), .items-list.in-view .itm:nth-child(23n){
  --tw-translate-y: 0px;
  --tw-translate-x: 0px;
  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));
  opacity: 1;
  transition-delay: calc(0.1s + 4.6s);
}
.items-list.show .itm:nth-child(23n).drawed-text::after, .items-list.done .itm:nth-child(23n).drawed-text::after, .items-list.in-view .itm:nth-child(23n).drawed-text::after {
  animation: grow 7s cubic-bezier(0.86, 0, 0.07, 1) 0.4s forwards;
  transition-delay: calc(0.1s + 4.6s);
}
.items-list.show .itm:nth-child(23n).bordered-top:before, .items-list.done .itm:nth-child(23n).bordered-top:before, .items-list.in-view .itm:nth-child(23n).bordered-top:before {
  transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  width: 100%;
  transition-delay: calc(0.2s + 4.6s);
}
.items-list.show .itm:nth-child(24n), .items-list.done .itm:nth-child(24n), .items-list.in-view .itm:nth-child(24n){
  --tw-translate-y: 0px;
  --tw-translate-x: 0px;
  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));
  opacity: 1;
  transition-delay: calc(0.1s + 4.8s);
}
.items-list.show .itm:nth-child(24n).drawed-text::after, .items-list.done .itm:nth-child(24n).drawed-text::after, .items-list.in-view .itm:nth-child(24n).drawed-text::after {
  animation: grow 7s cubic-bezier(0.86, 0, 0.07, 1) 0.4s forwards;
  transition-delay: calc(0.1s + 4.8s);
}
.items-list.show .itm:nth-child(24n).bordered-top:before, .items-list.done .itm:nth-child(24n).bordered-top:before, .items-list.in-view .itm:nth-child(24n).bordered-top:before {
  transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  width: 100%;
  transition-delay: calc(0.2s + 4.8s);
}
.items-list.show .itm:nth-child(25n), .items-list.done .itm:nth-child(25n), .items-list.in-view .itm:nth-child(25n){
  --tw-translate-y: 0px;
  --tw-translate-x: 0px;
  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));
  opacity: 1;
  transition-delay: calc(0.1s + 5s);
}
.items-list.show .itm:nth-child(25n).drawed-text::after, .items-list.done .itm:nth-child(25n).drawed-text::after, .items-list.in-view .itm:nth-child(25n).drawed-text::after {
  animation: grow 7s cubic-bezier(0.86, 0, 0.07, 1) 0.4s forwards;
  transition-delay: calc(0.1s + 5s);
}
.items-list.show .itm:nth-child(25n).bordered-top:before, .items-list.done .itm:nth-child(25n).bordered-top:before, .items-list.in-view .itm:nth-child(25n).bordered-top:before {
  transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  width: 100%;
  transition-delay: calc(0.2s + 5s);
}
.items-list.show .itm:nth-child(26n), .items-list.done .itm:nth-child(26n), .items-list.in-view .itm:nth-child(26n){
  --tw-translate-y: 0px;
  --tw-translate-x: 0px;
  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));
  opacity: 1;
  transition-delay: calc(0.1s + 5.2s);
}
.items-list.show .itm:nth-child(26n).drawed-text::after, .items-list.done .itm:nth-child(26n).drawed-text::after, .items-list.in-view .itm:nth-child(26n).drawed-text::after {
  animation: grow 7s cubic-bezier(0.86, 0, 0.07, 1) 0.4s forwards;
  transition-delay: calc(0.1s + 5.2s);
}
.items-list.show .itm:nth-child(26n).bordered-top:before, .items-list.done .itm:nth-child(26n).bordered-top:before, .items-list.in-view .itm:nth-child(26n).bordered-top:before {
  transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  width: 100%;
  transition-delay: calc(0.2s + 5.2s);
}
.items-list.show .itm:nth-child(27n), .items-list.done .itm:nth-child(27n), .items-list.in-view .itm:nth-child(27n){
  --tw-translate-y: 0px;
  --tw-translate-x: 0px;
  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));
  opacity: 1;
  transition-delay: calc(0.1s + 5.4s);
}
.items-list.show .itm:nth-child(27n).drawed-text::after, .items-list.done .itm:nth-child(27n).drawed-text::after, .items-list.in-view .itm:nth-child(27n).drawed-text::after {
  animation: grow 7s cubic-bezier(0.86, 0, 0.07, 1) 0.4s forwards;
  transition-delay: calc(0.1s + 5.4s);
}
.items-list.show .itm:nth-child(27n).bordered-top:before, .items-list.done .itm:nth-child(27n).bordered-top:before, .items-list.in-view .itm:nth-child(27n).bordered-top:before {
  transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  width: 100%;
  transition-delay: calc(0.2s + 5.4s);
}
.items-list.show .itm:nth-child(28n), .items-list.done .itm:nth-child(28n), .items-list.in-view .itm:nth-child(28n){
  --tw-translate-y: 0px;
  --tw-translate-x: 0px;
  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));
  opacity: 1;
  transition-delay: calc(0.1s + 5.6s);
}
.items-list.show .itm:nth-child(28n).drawed-text::after, .items-list.done .itm:nth-child(28n).drawed-text::after, .items-list.in-view .itm:nth-child(28n).drawed-text::after {
  animation: grow 7s cubic-bezier(0.86, 0, 0.07, 1) 0.4s forwards;
  transition-delay: calc(0.1s + 5.6s);
}
.items-list.show .itm:nth-child(28n).bordered-top:before, .items-list.done .itm:nth-child(28n).bordered-top:before, .items-list.in-view .itm:nth-child(28n).bordered-top:before {
  transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  width: 100%;
  transition-delay: calc(0.2s + 5.6s);
}
.items-list.show .itm:nth-child(29n), .items-list.done .itm:nth-child(29n), .items-list.in-view .itm:nth-child(29n){
  --tw-translate-y: 0px;
  --tw-translate-x: 0px;
  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));
  opacity: 1;
  transition-delay: calc(0.1s + 5.8s);
}
.items-list.show .itm:nth-child(29n).drawed-text::after, .items-list.done .itm:nth-child(29n).drawed-text::after, .items-list.in-view .itm:nth-child(29n).drawed-text::after {
  animation: grow 7s cubic-bezier(0.86, 0, 0.07, 1) 0.4s forwards;
  transition-delay: calc(0.1s + 5.8s);
}
.items-list.show .itm:nth-child(29n).bordered-top:before, .items-list.done .itm:nth-child(29n).bordered-top:before, .items-list.in-view .itm:nth-child(29n).bordered-top:before {
  transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  width: 100%;
  transition-delay: calc(0.2s + 5.8s);
}
.items-list.show .itm:nth-child(30n), .items-list.done .itm:nth-child(30n), .items-list.in-view .itm:nth-child(30n){
  --tw-translate-y: 0px;
  --tw-translate-x: 0px;
  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));
  opacity: 1;
  transition-delay: calc(0.1s + 6s);
}
.items-list.show .itm:nth-child(30n).drawed-text::after, .items-list.done .itm:nth-child(30n).drawed-text::after, .items-list.in-view .itm:nth-child(30n).drawed-text::after {
  animation: grow 7s cubic-bezier(0.86, 0, 0.07, 1) 0.4s forwards;
  transition-delay: calc(0.1s + 6s);
}
.items-list.show .itm:nth-child(30n).bordered-top:before, .items-list.done .itm:nth-child(30n).bordered-top:before, .items-list.in-view .itm:nth-child(30n).bordered-top:before {
  transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  width: 100%;
  transition-delay: calc(0.2s + 6s);
}
.items-list.show .itm:nth-child(31n), .items-list.done .itm:nth-child(31n), .items-list.in-view .itm:nth-child(31n){
  --tw-translate-y: 0px;
  --tw-translate-x: 0px;
  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));
  opacity: 1;
  transition-delay: calc(0.1s + 6.2s);
}
.items-list.show .itm:nth-child(31n).drawed-text::after, .items-list.done .itm:nth-child(31n).drawed-text::after, .items-list.in-view .itm:nth-child(31n).drawed-text::after {
  animation: grow 7s cubic-bezier(0.86, 0, 0.07, 1) 0.4s forwards;
  transition-delay: calc(0.1s + 6.2s);
}
.items-list.show .itm:nth-child(31n).bordered-top:before, .items-list.done .itm:nth-child(31n).bordered-top:before, .items-list.in-view .itm:nth-child(31n).bordered-top:before {
  transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  width: 100%;
  transition-delay: calc(0.2s + 6.2s);
}
.items-list.show .itm:nth-child(32n), .items-list.done .itm:nth-child(32n), .items-list.in-view .itm:nth-child(32n){
  --tw-translate-y: 0px;
  --tw-translate-x: 0px;
  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));
  opacity: 1;
  transition-delay: calc(0.1s + 6.4s);
}
.items-list.show .itm:nth-child(32n).drawed-text::after, .items-list.done .itm:nth-child(32n).drawed-text::after, .items-list.in-view .itm:nth-child(32n).drawed-text::after {
  animation: grow 7s cubic-bezier(0.86, 0, 0.07, 1) 0.4s forwards;
  transition-delay: calc(0.1s + 6.4s);
}
.items-list.show .itm:nth-child(32n).bordered-top:before, .items-list.done .itm:nth-child(32n).bordered-top:before, .items-list.in-view .itm:nth-child(32n).bordered-top:before {
  transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  width: 100%;
  transition-delay: calc(0.2s + 6.4s);
}
.items-list.show .itm:nth-child(33n), .items-list.done .itm:nth-child(33n), .items-list.in-view .itm:nth-child(33n){
  --tw-translate-y: 0px;
  --tw-translate-x: 0px;
  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));
  opacity: 1;
  transition-delay: calc(0.1s + 6.6s);
}
.items-list.show .itm:nth-child(33n).drawed-text::after, .items-list.done .itm:nth-child(33n).drawed-text::after, .items-list.in-view .itm:nth-child(33n).drawed-text::after {
  animation: grow 7s cubic-bezier(0.86, 0, 0.07, 1) 0.4s forwards;
  transition-delay: calc(0.1s + 6.6s);
}
.items-list.show .itm:nth-child(33n).bordered-top:before, .items-list.done .itm:nth-child(33n).bordered-top:before, .items-list.in-view .itm:nth-child(33n).bordered-top:before {
  transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  width: 100%;
  transition-delay: calc(0.2s + 6.6s);
}
.items-list.show .itm:nth-child(34n), .items-list.done .itm:nth-child(34n), .items-list.in-view .itm:nth-child(34n){
  --tw-translate-y: 0px;
  --tw-translate-x: 0px;
  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));
  opacity: 1;
  transition-delay: calc(0.1s + 6.8s);
}
.items-list.show .itm:nth-child(34n).drawed-text::after, .items-list.done .itm:nth-child(34n).drawed-text::after, .items-list.in-view .itm:nth-child(34n).drawed-text::after {
  animation: grow 7s cubic-bezier(0.86, 0, 0.07, 1) 0.4s forwards;
  transition-delay: calc(0.1s + 6.8s);
}
.items-list.show .itm:nth-child(34n).bordered-top:before, .items-list.done .itm:nth-child(34n).bordered-top:before, .items-list.in-view .itm:nth-child(34n).bordered-top:before {
  transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  width: 100%;
  transition-delay: calc(0.2s + 6.8s);
}
.items-list.show .itm:nth-child(35n), .items-list.done .itm:nth-child(35n), .items-list.in-view .itm:nth-child(35n){
  --tw-translate-y: 0px;
  --tw-translate-x: 0px;
  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));
  opacity: 1;
  transition-delay: calc(0.1s + 7s);
}
.items-list.show .itm:nth-child(35n).drawed-text::after, .items-list.done .itm:nth-child(35n).drawed-text::after, .items-list.in-view .itm:nth-child(35n).drawed-text::after {
  animation: grow 7s cubic-bezier(0.86, 0, 0.07, 1) 0.4s forwards;
  transition-delay: calc(0.1s + 7s);
}
.items-list.show .itm:nth-child(35n).bordered-top:before, .items-list.done .itm:nth-child(35n).bordered-top:before, .items-list.in-view .itm:nth-child(35n).bordered-top:before {
  transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  width: 100%;
  transition-delay: calc(0.2s + 7s);
}
.items-list.show .itm:nth-child(36n), .items-list.done .itm:nth-child(36n), .items-list.in-view .itm:nth-child(36n){
  --tw-translate-y: 0px;
  --tw-translate-x: 0px;
  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));
  opacity: 1;
  transition-delay: calc(0.1s + 7.2s);
}
.items-list.show .itm:nth-child(36n).drawed-text::after, .items-list.done .itm:nth-child(36n).drawed-text::after, .items-list.in-view .itm:nth-child(36n).drawed-text::after {
  animation: grow 7s cubic-bezier(0.86, 0, 0.07, 1) 0.4s forwards;
  transition-delay: calc(0.1s + 7.2s);
}
.items-list.show .itm:nth-child(36n).bordered-top:before, .items-list.done .itm:nth-child(36n).bordered-top:before, .items-list.in-view .itm:nth-child(36n).bordered-top:before {
  transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  width: 100%;
  transition-delay: calc(0.2s + 7.2s);
}
.items-list.show .itm:nth-child(37n), .items-list.done .itm:nth-child(37n), .items-list.in-view .itm:nth-child(37n){
  --tw-translate-y: 0px;
  --tw-translate-x: 0px;
  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));
  opacity: 1;
  transition-delay: calc(0.1s + 7.4s);
}
.items-list.show .itm:nth-child(37n).drawed-text::after, .items-list.done .itm:nth-child(37n).drawed-text::after, .items-list.in-view .itm:nth-child(37n).drawed-text::after {
  animation: grow 7s cubic-bezier(0.86, 0, 0.07, 1) 0.4s forwards;
  transition-delay: calc(0.1s + 7.4s);
}
.items-list.show .itm:nth-child(37n).bordered-top:before, .items-list.done .itm:nth-child(37n).bordered-top:before, .items-list.in-view .itm:nth-child(37n).bordered-top:before {
  transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  width: 100%;
  transition-delay: calc(0.2s + 7.4s);
}
.items-list.show .itm:nth-child(38n), .items-list.done .itm:nth-child(38n), .items-list.in-view .itm:nth-child(38n){
  --tw-translate-y: 0px;
  --tw-translate-x: 0px;
  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));
  opacity: 1;
  transition-delay: calc(0.1s + 7.6s);
}
.items-list.show .itm:nth-child(38n).drawed-text::after, .items-list.done .itm:nth-child(38n).drawed-text::after, .items-list.in-view .itm:nth-child(38n).drawed-text::after {
  animation: grow 7s cubic-bezier(0.86, 0, 0.07, 1) 0.4s forwards;
  transition-delay: calc(0.1s + 7.6s);
}
.items-list.show .itm:nth-child(38n).bordered-top:before, .items-list.done .itm:nth-child(38n).bordered-top:before, .items-list.in-view .itm:nth-child(38n).bordered-top:before {
  transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  width: 100%;
  transition-delay: calc(0.2s + 7.6s);
}
.items-list.show .itm:nth-child(39n), .items-list.done .itm:nth-child(39n), .items-list.in-view .itm:nth-child(39n){
  --tw-translate-y: 0px;
  --tw-translate-x: 0px;
  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));
  opacity: 1;
  transition-delay: calc(0.1s + 7.8s);
}
.items-list.show .itm:nth-child(39n).drawed-text::after, .items-list.done .itm:nth-child(39n).drawed-text::after, .items-list.in-view .itm:nth-child(39n).drawed-text::after {
  animation: grow 7s cubic-bezier(0.86, 0, 0.07, 1) 0.4s forwards;
  transition-delay: calc(0.1s + 7.8s);
}
.items-list.show .itm:nth-child(39n).bordered-top:before, .items-list.done .itm:nth-child(39n).bordered-top:before, .items-list.in-view .itm:nth-child(39n).bordered-top:before {
  transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  width: 100%;
  transition-delay: calc(0.2s + 7.8s);
}
.items-list.show .itm:nth-child(40n), .items-list.done .itm:nth-child(40n), .items-list.in-view .itm:nth-child(40n){
  --tw-translate-y: 0px;
  --tw-translate-x: 0px;
  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));
  opacity: 1;
  transition-delay: calc(0.1s + 8s);
}
.items-list.show .itm:nth-child(40n).drawed-text::after, .items-list.done .itm:nth-child(40n).drawed-text::after, .items-list.in-view .itm:nth-child(40n).drawed-text::after {
  animation: grow 7s cubic-bezier(0.86, 0, 0.07, 1) 0.4s forwards;
  transition-delay: calc(0.1s + 8s);
}
.items-list.show .itm:nth-child(40n).bordered-top:before, .items-list.done .itm:nth-child(40n).bordered-top:before, .items-list.in-view .itm:nth-child(40n).bordered-top:before {
  transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  width: 100%;
  transition-delay: calc(0.2s + 8s);
}
.items-list.show .itm:nth-child(41n), .items-list.done .itm:nth-child(41n), .items-list.in-view .itm:nth-child(41n){
  --tw-translate-y: 0px;
  --tw-translate-x: 0px;
  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));
  opacity: 1;
  transition-delay: calc(0.1s + 8.2s);
}
.items-list.show .itm:nth-child(41n).drawed-text::after, .items-list.done .itm:nth-child(41n).drawed-text::after, .items-list.in-view .itm:nth-child(41n).drawed-text::after {
  animation: grow 7s cubic-bezier(0.86, 0, 0.07, 1) 0.4s forwards;
  transition-delay: calc(0.1s + 8.2s);
}
.items-list.show .itm:nth-child(41n).bordered-top:before, .items-list.done .itm:nth-child(41n).bordered-top:before, .items-list.in-view .itm:nth-child(41n).bordered-top:before {
  transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  width: 100%;
  transition-delay: calc(0.2s + 8.2s);
}
.items-list.show .itm:nth-child(42n), .items-list.done .itm:nth-child(42n), .items-list.in-view .itm:nth-child(42n){
  --tw-translate-y: 0px;
  --tw-translate-x: 0px;
  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));
  opacity: 1;
  transition-delay: calc(0.1s + 8.4s);
}
.items-list.show .itm:nth-child(42n).drawed-text::after, .items-list.done .itm:nth-child(42n).drawed-text::after, .items-list.in-view .itm:nth-child(42n).drawed-text::after {
  animation: grow 7s cubic-bezier(0.86, 0, 0.07, 1) 0.4s forwards;
  transition-delay: calc(0.1s + 8.4s);
}
.items-list.show .itm:nth-child(42n).bordered-top:before, .items-list.done .itm:nth-child(42n).bordered-top:before, .items-list.in-view .itm:nth-child(42n).bordered-top:before {
  transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  width: 100%;
  transition-delay: calc(0.2s + 8.4s);
}
.items-list.show .itm:nth-child(43n), .items-list.done .itm:nth-child(43n), .items-list.in-view .itm:nth-child(43n){
  --tw-translate-y: 0px;
  --tw-translate-x: 0px;
  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));
  opacity: 1;
  transition-delay: calc(0.1s + 8.6s);
}
.items-list.show .itm:nth-child(43n).drawed-text::after, .items-list.done .itm:nth-child(43n).drawed-text::after, .items-list.in-view .itm:nth-child(43n).drawed-text::after {
  animation: grow 7s cubic-bezier(0.86, 0, 0.07, 1) 0.4s forwards;
  transition-delay: calc(0.1s + 8.6s);
}
.items-list.show .itm:nth-child(43n).bordered-top:before, .items-list.done .itm:nth-child(43n).bordered-top:before, .items-list.in-view .itm:nth-child(43n).bordered-top:before {
  transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  width: 100%;
  transition-delay: calc(0.2s + 8.6s);
}
.items-list.show .itm:nth-child(44n), .items-list.done .itm:nth-child(44n), .items-list.in-view .itm:nth-child(44n){
  --tw-translate-y: 0px;
  --tw-translate-x: 0px;
  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));
  opacity: 1;
  transition-delay: calc(0.1s + 8.8s);
}
.items-list.show .itm:nth-child(44n).drawed-text::after, .items-list.done .itm:nth-child(44n).drawed-text::after, .items-list.in-view .itm:nth-child(44n).drawed-text::after {
  animation: grow 7s cubic-bezier(0.86, 0, 0.07, 1) 0.4s forwards;
  transition-delay: calc(0.1s + 8.8s);
}
.items-list.show .itm:nth-child(44n).bordered-top:before, .items-list.done .itm:nth-child(44n).bordered-top:before, .items-list.in-view .itm:nth-child(44n).bordered-top:before {
  transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  width: 100%;
  transition-delay: calc(0.2s + 8.8s);
}
.items-list.show .itm:nth-child(45n), .items-list.done .itm:nth-child(45n), .items-list.in-view .itm:nth-child(45n){
  --tw-translate-y: 0px;
  --tw-translate-x: 0px;
  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));
  opacity: 1;
  transition-delay: calc(0.1s + 9s);
}
.items-list.show .itm:nth-child(45n).drawed-text::after, .items-list.done .itm:nth-child(45n).drawed-text::after, .items-list.in-view .itm:nth-child(45n).drawed-text::after {
  animation: grow 7s cubic-bezier(0.86, 0, 0.07, 1) 0.4s forwards;
  transition-delay: calc(0.1s + 9s);
}
.items-list.show .itm:nth-child(45n).bordered-top:before, .items-list.done .itm:nth-child(45n).bordered-top:before, .items-list.in-view .itm:nth-child(45n).bordered-top:before {
  transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  width: 100%;
  transition-delay: calc(0.2s + 9s);
}
.items-list.show .itm:nth-child(46n), .items-list.done .itm:nth-child(46n), .items-list.in-view .itm:nth-child(46n){
  --tw-translate-y: 0px;
  --tw-translate-x: 0px;
  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));
  opacity: 1;
  transition-delay: calc(0.1s + 9.2s);
}
.items-list.show .itm:nth-child(46n).drawed-text::after, .items-list.done .itm:nth-child(46n).drawed-text::after, .items-list.in-view .itm:nth-child(46n).drawed-text::after {
  animation: grow 7s cubic-bezier(0.86, 0, 0.07, 1) 0.4s forwards;
  transition-delay: calc(0.1s + 9.2s);
}
.items-list.show .itm:nth-child(46n).bordered-top:before, .items-list.done .itm:nth-child(46n).bordered-top:before, .items-list.in-view .itm:nth-child(46n).bordered-top:before {
  transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  width: 100%;
  transition-delay: calc(0.2s + 9.2s);
}
.items-list.show .itm:nth-child(47n), .items-list.done .itm:nth-child(47n), .items-list.in-view .itm:nth-child(47n){
  --tw-translate-y: 0px;
  --tw-translate-x: 0px;
  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));
  opacity: 1;
  transition-delay: calc(0.1s + 9.4s);
}
.items-list.show .itm:nth-child(47n).drawed-text::after, .items-list.done .itm:nth-child(47n).drawed-text::after, .items-list.in-view .itm:nth-child(47n).drawed-text::after {
  animation: grow 7s cubic-bezier(0.86, 0, 0.07, 1) 0.4s forwards;
  transition-delay: calc(0.1s + 9.4s);
}
.items-list.show .itm:nth-child(47n).bordered-top:before, .items-list.done .itm:nth-child(47n).bordered-top:before, .items-list.in-view .itm:nth-child(47n).bordered-top:before {
  transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  width: 100%;
  transition-delay: calc(0.2s + 9.4s);
}
.items-list.show .itm:nth-child(48n), .items-list.done .itm:nth-child(48n), .items-list.in-view .itm:nth-child(48n){
  --tw-translate-y: 0px;
  --tw-translate-x: 0px;
  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));
  opacity: 1;
  transition-delay: calc(0.1s + 9.6s);
}
.items-list.show .itm:nth-child(48n).drawed-text::after, .items-list.done .itm:nth-child(48n).drawed-text::after, .items-list.in-view .itm:nth-child(48n).drawed-text::after {
  animation: grow 7s cubic-bezier(0.86, 0, 0.07, 1) 0.4s forwards;
  transition-delay: calc(0.1s + 9.6s);
}
.items-list.show .itm:nth-child(48n).bordered-top:before, .items-list.done .itm:nth-child(48n).bordered-top:before, .items-list.in-view .itm:nth-child(48n).bordered-top:before {
  transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  width: 100%;
  transition-delay: calc(0.2s + 9.6s);
}
.items-list.show .itm:nth-child(49n), .items-list.done .itm:nth-child(49n), .items-list.in-view .itm:nth-child(49n){
  --tw-translate-y: 0px;
  --tw-translate-x: 0px;
  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));
  opacity: 1;
  transition-delay: calc(0.1s + 9.8s);
}
.items-list.show .itm:nth-child(49n).drawed-text::after, .items-list.done .itm:nth-child(49n).drawed-text::after, .items-list.in-view .itm:nth-child(49n).drawed-text::after {
  animation: grow 7s cubic-bezier(0.86, 0, 0.07, 1) 0.4s forwards;
  transition-delay: calc(0.1s + 9.8s);
}
.items-list.show .itm:nth-child(49n).bordered-top:before, .items-list.done .itm:nth-child(49n).bordered-top:before, .items-list.in-view .itm:nth-child(49n).bordered-top:before {
  transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  width: 100%;
  transition-delay: calc(0.2s + 9.8s);
}
.items-list.show .itm:nth-child(50n), .items-list.done .itm:nth-child(50n), .items-list.in-view .itm:nth-child(50n){
  --tw-translate-y: 0px;
  --tw-translate-x: 0px;
  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));
  opacity: 1;
  transition-delay: calc(0.1s + 10s);
}
.items-list.show .itm:nth-child(50n).drawed-text::after, .items-list.done .itm:nth-child(50n).drawed-text::after, .items-list.in-view .itm:nth-child(50n).drawed-text::after {
  animation: grow 7s cubic-bezier(0.86, 0, 0.07, 1) 0.4s forwards;
  transition-delay: calc(0.1s + 10s);
}
.items-list.show .itm:nth-child(50n).bordered-top:before, .items-list.done .itm:nth-child(50n).bordered-top:before, .items-list.in-view .itm:nth-child(50n).bordered-top:before {
  transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  width: 100%;
  transition-delay: calc(0.2s + 10s);
}
.items-list.show .itm:nth-child(51n), .items-list.done .itm:nth-child(51n), .items-list.in-view .itm:nth-child(51n){
  --tw-translate-y: 0px;
  --tw-translate-x: 0px;
  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));
  opacity: 1;
  transition-delay: calc(0.1s + 10.2s);
}
.items-list.show .itm:nth-child(51n).drawed-text::after, .items-list.done .itm:nth-child(51n).drawed-text::after, .items-list.in-view .itm:nth-child(51n).drawed-text::after {
  animation: grow 7s cubic-bezier(0.86, 0, 0.07, 1) 0.4s forwards;
  transition-delay: calc(0.1s + 10.2s);
}
.items-list.show .itm:nth-child(51n).bordered-top:before, .items-list.done .itm:nth-child(51n).bordered-top:before, .items-list.in-view .itm:nth-child(51n).bordered-top:before {
  transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  width: 100%;
  transition-delay: calc(0.2s + 10.2s);
}
.items-list.show .itm:nth-child(52n), .items-list.done .itm:nth-child(52n), .items-list.in-view .itm:nth-child(52n){
  --tw-translate-y: 0px;
  --tw-translate-x: 0px;
  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));
  opacity: 1;
  transition-delay: calc(0.1s + 10.4s);
}
.items-list.show .itm:nth-child(52n).drawed-text::after, .items-list.done .itm:nth-child(52n).drawed-text::after, .items-list.in-view .itm:nth-child(52n).drawed-text::after {
  animation: grow 7s cubic-bezier(0.86, 0, 0.07, 1) 0.4s forwards;
  transition-delay: calc(0.1s + 10.4s);
}
.items-list.show .itm:nth-child(52n).bordered-top:before, .items-list.done .itm:nth-child(52n).bordered-top:before, .items-list.in-view .itm:nth-child(52n).bordered-top:before {
  transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  width: 100%;
  transition-delay: calc(0.2s + 10.4s);
}
.items-list.show .itm:nth-child(53n), .items-list.done .itm:nth-child(53n), .items-list.in-view .itm:nth-child(53n){
  --tw-translate-y: 0px;
  --tw-translate-x: 0px;
  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));
  opacity: 1;
  transition-delay: calc(0.1s + 10.6s);
}
.items-list.show .itm:nth-child(53n).drawed-text::after, .items-list.done .itm:nth-child(53n).drawed-text::after, .items-list.in-view .itm:nth-child(53n).drawed-text::after {
  animation: grow 7s cubic-bezier(0.86, 0, 0.07, 1) 0.4s forwards;
  transition-delay: calc(0.1s + 10.6s);
}
.items-list.show .itm:nth-child(53n).bordered-top:before, .items-list.done .itm:nth-child(53n).bordered-top:before, .items-list.in-view .itm:nth-child(53n).bordered-top:before {
  transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  width: 100%;
  transition-delay: calc(0.2s + 10.6s);
}
.items-list.show .itm:nth-child(54n), .items-list.done .itm:nth-child(54n), .items-list.in-view .itm:nth-child(54n){
  --tw-translate-y: 0px;
  --tw-translate-x: 0px;
  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));
  opacity: 1;
  transition-delay: calc(0.1s + 10.8s);
}
.items-list.show .itm:nth-child(54n).drawed-text::after, .items-list.done .itm:nth-child(54n).drawed-text::after, .items-list.in-view .itm:nth-child(54n).drawed-text::after {
  animation: grow 7s cubic-bezier(0.86, 0, 0.07, 1) 0.4s forwards;
  transition-delay: calc(0.1s + 10.8s);
}
.items-list.show .itm:nth-child(54n).bordered-top:before, .items-list.done .itm:nth-child(54n).bordered-top:before, .items-list.in-view .itm:nth-child(54n).bordered-top:before {
  transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  width: 100%;
  transition-delay: calc(0.2s + 10.8s);
}
.items-list.show .itm:nth-child(55n), .items-list.done .itm:nth-child(55n), .items-list.in-view .itm:nth-child(55n){
  --tw-translate-y: 0px;
  --tw-translate-x: 0px;
  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));
  opacity: 1;
  transition-delay: calc(0.1s + 11s);
}
.items-list.show .itm:nth-child(55n).drawed-text::after, .items-list.done .itm:nth-child(55n).drawed-text::after, .items-list.in-view .itm:nth-child(55n).drawed-text::after {
  animation: grow 7s cubic-bezier(0.86, 0, 0.07, 1) 0.4s forwards;
  transition-delay: calc(0.1s + 11s);
}
.items-list.show .itm:nth-child(55n).bordered-top:before, .items-list.done .itm:nth-child(55n).bordered-top:before, .items-list.in-view .itm:nth-child(55n).bordered-top:before {
  transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  width: 100%;
  transition-delay: calc(0.2s + 11s);
}
.items-list.show .itm:nth-child(56n), .items-list.done .itm:nth-child(56n), .items-list.in-view .itm:nth-child(56n){
  --tw-translate-y: 0px;
  --tw-translate-x: 0px;
  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));
  opacity: 1;
  transition-delay: calc(0.1s + 11.2s);
}
.items-list.show .itm:nth-child(56n).drawed-text::after, .items-list.done .itm:nth-child(56n).drawed-text::after, .items-list.in-view .itm:nth-child(56n).drawed-text::after {
  animation: grow 7s cubic-bezier(0.86, 0, 0.07, 1) 0.4s forwards;
  transition-delay: calc(0.1s + 11.2s);
}
.items-list.show .itm:nth-child(56n).bordered-top:before, .items-list.done .itm:nth-child(56n).bordered-top:before, .items-list.in-view .itm:nth-child(56n).bordered-top:before {
  transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  width: 100%;
  transition-delay: calc(0.2s + 11.2s);
}
.items-list.show .itm:nth-child(57n), .items-list.done .itm:nth-child(57n), .items-list.in-view .itm:nth-child(57n){
  --tw-translate-y: 0px;
  --tw-translate-x: 0px;
  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));
  opacity: 1;
  transition-delay: calc(0.1s + 11.4s);
}
.items-list.show .itm:nth-child(57n).drawed-text::after, .items-list.done .itm:nth-child(57n).drawed-text::after, .items-list.in-view .itm:nth-child(57n).drawed-text::after {
  animation: grow 7s cubic-bezier(0.86, 0, 0.07, 1) 0.4s forwards;
  transition-delay: calc(0.1s + 11.4s);
}
.items-list.show .itm:nth-child(57n).bordered-top:before, .items-list.done .itm:nth-child(57n).bordered-top:before, .items-list.in-view .itm:nth-child(57n).bordered-top:before {
  transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  width: 100%;
  transition-delay: calc(0.2s + 11.4s);
}
.items-list.show .itm:nth-child(58n), .items-list.done .itm:nth-child(58n), .items-list.in-view .itm:nth-child(58n){
  --tw-translate-y: 0px;
  --tw-translate-x: 0px;
  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));
  opacity: 1;
  transition-delay: calc(0.1s + 11.6s);
}
.items-list.show .itm:nth-child(58n).drawed-text::after, .items-list.done .itm:nth-child(58n).drawed-text::after, .items-list.in-view .itm:nth-child(58n).drawed-text::after {
  animation: grow 7s cubic-bezier(0.86, 0, 0.07, 1) 0.4s forwards;
  transition-delay: calc(0.1s + 11.6s);
}
.items-list.show .itm:nth-child(58n).bordered-top:before, .items-list.done .itm:nth-child(58n).bordered-top:before, .items-list.in-view .itm:nth-child(58n).bordered-top:before {
  transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  width: 100%;
  transition-delay: calc(0.2s + 11.6s);
}
.items-list.show .itm:nth-child(59n), .items-list.done .itm:nth-child(59n), .items-list.in-view .itm:nth-child(59n){
  --tw-translate-y: 0px;
  --tw-translate-x: 0px;
  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));
  opacity: 1;
  transition-delay: calc(0.1s + 11.8s);
}
.items-list.show .itm:nth-child(59n).drawed-text::after, .items-list.done .itm:nth-child(59n).drawed-text::after, .items-list.in-view .itm:nth-child(59n).drawed-text::after {
  animation: grow 7s cubic-bezier(0.86, 0, 0.07, 1) 0.4s forwards;
  transition-delay: calc(0.1s + 11.8s);
}
.items-list.show .itm:nth-child(59n).bordered-top:before, .items-list.done .itm:nth-child(59n).bordered-top:before, .items-list.in-view .itm:nth-child(59n).bordered-top:before {
  transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  width: 100%;
  transition-delay: calc(0.2s + 11.8s);
}
.items-list.show .itm:nth-child(60n), .items-list.done .itm:nth-child(60n), .items-list.in-view .itm:nth-child(60n){
  --tw-translate-y: 0px;
  --tw-translate-x: 0px;
  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));
  opacity: 1;
  transition-delay: calc(0.1s + 12s);
}
.items-list.show .itm:nth-child(60n).drawed-text::after, .items-list.done .itm:nth-child(60n).drawed-text::after, .items-list.in-view .itm:nth-child(60n).drawed-text::after {
  animation: grow 7s cubic-bezier(0.86, 0, 0.07, 1) 0.4s forwards;
  transition-delay: calc(0.1s + 12s);
}
.items-list.show .itm:nth-child(60n).bordered-top:before, .items-list.done .itm:nth-child(60n).bordered-top:before, .items-list.in-view .itm:nth-child(60n).bordered-top:before {
  transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  width: 100%;
  transition-delay: calc(0.2s + 12s);
}
.items-list.show .itm:nth-child(61n), .items-list.done .itm:nth-child(61n), .items-list.in-view .itm:nth-child(61n){
  --tw-translate-y: 0px;
  --tw-translate-x: 0px;
  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));
  opacity: 1;
  transition-delay: calc(0.1s + 12.2s);
}
.items-list.show .itm:nth-child(61n).drawed-text::after, .items-list.done .itm:nth-child(61n).drawed-text::after, .items-list.in-view .itm:nth-child(61n).drawed-text::after {
  animation: grow 7s cubic-bezier(0.86, 0, 0.07, 1) 0.4s forwards;
  transition-delay: calc(0.1s + 12.2s);
}
.items-list.show .itm:nth-child(61n).bordered-top:before, .items-list.done .itm:nth-child(61n).bordered-top:before, .items-list.in-view .itm:nth-child(61n).bordered-top:before {
  transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  width: 100%;
  transition-delay: calc(0.2s + 12.2s);
}
.items-list.show .itm:nth-child(62n), .items-list.done .itm:nth-child(62n), .items-list.in-view .itm:nth-child(62n){
  --tw-translate-y: 0px;
  --tw-translate-x: 0px;
  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));
  opacity: 1;
  transition-delay: calc(0.1s + 12.4s);
}
.items-list.show .itm:nth-child(62n).drawed-text::after, .items-list.done .itm:nth-child(62n).drawed-text::after, .items-list.in-view .itm:nth-child(62n).drawed-text::after {
  animation: grow 7s cubic-bezier(0.86, 0, 0.07, 1) 0.4s forwards;
  transition-delay: calc(0.1s + 12.4s);
}
.items-list.show .itm:nth-child(62n).bordered-top:before, .items-list.done .itm:nth-child(62n).bordered-top:before, .items-list.in-view .itm:nth-child(62n).bordered-top:before {
  transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  width: 100%;
  transition-delay: calc(0.2s + 12.4s);
}
.items-list.show .itm:nth-child(63n), .items-list.done .itm:nth-child(63n), .items-list.in-view .itm:nth-child(63n){
  --tw-translate-y: 0px;
  --tw-translate-x: 0px;
  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));
  opacity: 1;
  transition-delay: calc(0.1s + 12.6s);
}
.items-list.show .itm:nth-child(63n).drawed-text::after, .items-list.done .itm:nth-child(63n).drawed-text::after, .items-list.in-view .itm:nth-child(63n).drawed-text::after {
  animation: grow 7s cubic-bezier(0.86, 0, 0.07, 1) 0.4s forwards;
  transition-delay: calc(0.1s + 12.6s);
}
.items-list.show .itm:nth-child(63n).bordered-top:before, .items-list.done .itm:nth-child(63n).bordered-top:before, .items-list.in-view .itm:nth-child(63n).bordered-top:before {
  transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  width: 100%;
  transition-delay: calc(0.2s + 12.6s);
}
.items-list.show .itm:nth-child(64n), .items-list.done .itm:nth-child(64n), .items-list.in-view .itm:nth-child(64n){
  --tw-translate-y: 0px;
  --tw-translate-x: 0px;
  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));
  opacity: 1;
  transition-delay: calc(0.1s + 12.8s);
}
.items-list.show .itm:nth-child(64n).drawed-text::after, .items-list.done .itm:nth-child(64n).drawed-text::after, .items-list.in-view .itm:nth-child(64n).drawed-text::after {
  animation: grow 7s cubic-bezier(0.86, 0, 0.07, 1) 0.4s forwards;
  transition-delay: calc(0.1s + 12.8s);
}
.items-list.show .itm:nth-child(64n).bordered-top:before, .items-list.done .itm:nth-child(64n).bordered-top:before, .items-list.in-view .itm:nth-child(64n).bordered-top:before {
  transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  width: 100%;
  transition-delay: calc(0.2s + 12.8s);
}
.items-list.show .itm:nth-child(65n), .items-list.done .itm:nth-child(65n), .items-list.in-view .itm:nth-child(65n){
  --tw-translate-y: 0px;
  --tw-translate-x: 0px;
  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));
  opacity: 1;
  transition-delay: calc(0.1s + 13s);
}
.items-list.show .itm:nth-child(65n).drawed-text::after, .items-list.done .itm:nth-child(65n).drawed-text::after, .items-list.in-view .itm:nth-child(65n).drawed-text::after {
  animation: grow 7s cubic-bezier(0.86, 0, 0.07, 1) 0.4s forwards;
  transition-delay: calc(0.1s + 13s);
}
.items-list.show .itm:nth-child(65n).bordered-top:before, .items-list.done .itm:nth-child(65n).bordered-top:before, .items-list.in-view .itm:nth-child(65n).bordered-top:before {
  transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  width: 100%;
  transition-delay: calc(0.2s + 13s);
}
.items-list.show .itm:nth-child(66n), .items-list.done .itm:nth-child(66n), .items-list.in-view .itm:nth-child(66n){
  --tw-translate-y: 0px;
  --tw-translate-x: 0px;
  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));
  opacity: 1;
  transition-delay: calc(0.1s + 13.2s);
}
.items-list.show .itm:nth-child(66n).drawed-text::after, .items-list.done .itm:nth-child(66n).drawed-text::after, .items-list.in-view .itm:nth-child(66n).drawed-text::after {
  animation: grow 7s cubic-bezier(0.86, 0, 0.07, 1) 0.4s forwards;
  transition-delay: calc(0.1s + 13.2s);
}
.items-list.show .itm:nth-child(66n).bordered-top:before, .items-list.done .itm:nth-child(66n).bordered-top:before, .items-list.in-view .itm:nth-child(66n).bordered-top:before {
  transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  width: 100%;
  transition-delay: calc(0.2s + 13.2s);
}
.items-list.show .itm:nth-child(67n), .items-list.done .itm:nth-child(67n), .items-list.in-view .itm:nth-child(67n){
  --tw-translate-y: 0px;
  --tw-translate-x: 0px;
  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));
  opacity: 1;
  transition-delay: calc(0.1s + 13.4s);
}
.items-list.show .itm:nth-child(67n).drawed-text::after, .items-list.done .itm:nth-child(67n).drawed-text::after, .items-list.in-view .itm:nth-child(67n).drawed-text::after {
  animation: grow 7s cubic-bezier(0.86, 0, 0.07, 1) 0.4s forwards;
  transition-delay: calc(0.1s + 13.4s);
}
.items-list.show .itm:nth-child(67n).bordered-top:before, .items-list.done .itm:nth-child(67n).bordered-top:before, .items-list.in-view .itm:nth-child(67n).bordered-top:before {
  transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  width: 100%;
  transition-delay: calc(0.2s + 13.4s);
}
.items-list.show .itm:nth-child(68n), .items-list.done .itm:nth-child(68n), .items-list.in-view .itm:nth-child(68n){
  --tw-translate-y: 0px;
  --tw-translate-x: 0px;
  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));
  opacity: 1;
  transition-delay: calc(0.1s + 13.6s);
}
.items-list.show .itm:nth-child(68n).drawed-text::after, .items-list.done .itm:nth-child(68n).drawed-text::after, .items-list.in-view .itm:nth-child(68n).drawed-text::after {
  animation: grow 7s cubic-bezier(0.86, 0, 0.07, 1) 0.4s forwards;
  transition-delay: calc(0.1s + 13.6s);
}
.items-list.show .itm:nth-child(68n).bordered-top:before, .items-list.done .itm:nth-child(68n).bordered-top:before, .items-list.in-view .itm:nth-child(68n).bordered-top:before {
  transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  width: 100%;
  transition-delay: calc(0.2s + 13.6s);
}
.items-list.show .itm:nth-child(69n), .items-list.done .itm:nth-child(69n), .items-list.in-view .itm:nth-child(69n){
  --tw-translate-y: 0px;
  --tw-translate-x: 0px;
  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));
  opacity: 1;
  transition-delay: calc(0.1s + 13.8s);
}
.items-list.show .itm:nth-child(69n).drawed-text::after, .items-list.done .itm:nth-child(69n).drawed-text::after, .items-list.in-view .itm:nth-child(69n).drawed-text::after {
  animation: grow 7s cubic-bezier(0.86, 0, 0.07, 1) 0.4s forwards;
  transition-delay: calc(0.1s + 13.8s);
}
.items-list.show .itm:nth-child(69n).bordered-top:before, .items-list.done .itm:nth-child(69n).bordered-top:before, .items-list.in-view .itm:nth-child(69n).bordered-top:before {
  transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  width: 100%;
  transition-delay: calc(0.2s + 13.8s);
}
.items-list.show .itm:nth-child(70n), .items-list.done .itm:nth-child(70n), .items-list.in-view .itm:nth-child(70n){
  --tw-translate-y: 0px;
  --tw-translate-x: 0px;
  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));
  opacity: 1;
  transition-delay: calc(0.1s + 14s);
}
.items-list.show .itm:nth-child(70n).drawed-text::after, .items-list.done .itm:nth-child(70n).drawed-text::after, .items-list.in-view .itm:nth-child(70n).drawed-text::after {
  animation: grow 7s cubic-bezier(0.86, 0, 0.07, 1) 0.4s forwards;
  transition-delay: calc(0.1s + 14s);
}
.items-list.show .itm:nth-child(70n).bordered-top:before, .items-list.done .itm:nth-child(70n).bordered-top:before, .items-list.in-view .itm:nth-child(70n).bordered-top:before {
  transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  width: 100%;
  transition-delay: calc(0.2s + 14s);
}
.items-list.show .itm:nth-child(71n), .items-list.done .itm:nth-child(71n), .items-list.in-view .itm:nth-child(71n){
  --tw-translate-y: 0px;
  --tw-translate-x: 0px;
  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));
  opacity: 1;
  transition-delay: calc(0.1s + 14.2s);
}
.items-list.show .itm:nth-child(71n).drawed-text::after, .items-list.done .itm:nth-child(71n).drawed-text::after, .items-list.in-view .itm:nth-child(71n).drawed-text::after {
  animation: grow 7s cubic-bezier(0.86, 0, 0.07, 1) 0.4s forwards;
  transition-delay: calc(0.1s + 14.2s);
}
.items-list.show .itm:nth-child(71n).bordered-top:before, .items-list.done .itm:nth-child(71n).bordered-top:before, .items-list.in-view .itm:nth-child(71n).bordered-top:before {
  transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  width: 100%;
  transition-delay: calc(0.2s + 14.2s);
}
.items-list.show .itm:nth-child(72n), .items-list.done .itm:nth-child(72n), .items-list.in-view .itm:nth-child(72n){
  --tw-translate-y: 0px;
  --tw-translate-x: 0px;
  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));
  opacity: 1;
  transition-delay: calc(0.1s + 14.4s);
}
.items-list.show .itm:nth-child(72n).drawed-text::after, .items-list.done .itm:nth-child(72n).drawed-text::after, .items-list.in-view .itm:nth-child(72n).drawed-text::after {
  animation: grow 7s cubic-bezier(0.86, 0, 0.07, 1) 0.4s forwards;
  transition-delay: calc(0.1s + 14.4s);
}
.items-list.show .itm:nth-child(72n).bordered-top:before, .items-list.done .itm:nth-child(72n).bordered-top:before, .items-list.in-view .itm:nth-child(72n).bordered-top:before {
  transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  width: 100%;
  transition-delay: calc(0.2s + 14.4s);
}
.items-list.show .itm:nth-child(73n), .items-list.done .itm:nth-child(73n), .items-list.in-view .itm:nth-child(73n){
  --tw-translate-y: 0px;
  --tw-translate-x: 0px;
  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));
  opacity: 1;
  transition-delay: calc(0.1s + 14.6s);
}
.items-list.show .itm:nth-child(73n).drawed-text::after, .items-list.done .itm:nth-child(73n).drawed-text::after, .items-list.in-view .itm:nth-child(73n).drawed-text::after {
  animation: grow 7s cubic-bezier(0.86, 0, 0.07, 1) 0.4s forwards;
  transition-delay: calc(0.1s + 14.6s);
}
.items-list.show .itm:nth-child(73n).bordered-top:before, .items-list.done .itm:nth-child(73n).bordered-top:before, .items-list.in-view .itm:nth-child(73n).bordered-top:before {
  transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  width: 100%;
  transition-delay: calc(0.2s + 14.6s);
}
.items-list.show .itm:nth-child(74n), .items-list.done .itm:nth-child(74n), .items-list.in-view .itm:nth-child(74n){
  --tw-translate-y: 0px;
  --tw-translate-x: 0px;
  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));
  opacity: 1;
  transition-delay: calc(0.1s + 14.8s);
}
.items-list.show .itm:nth-child(74n).drawed-text::after, .items-list.done .itm:nth-child(74n).drawed-text::after, .items-list.in-view .itm:nth-child(74n).drawed-text::after {
  animation: grow 7s cubic-bezier(0.86, 0, 0.07, 1) 0.4s forwards;
  transition-delay: calc(0.1s + 14.8s);
}
.items-list.show .itm:nth-child(74n).bordered-top:before, .items-list.done .itm:nth-child(74n).bordered-top:before, .items-list.in-view .itm:nth-child(74n).bordered-top:before {
  transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  width: 100%;
  transition-delay: calc(0.2s + 14.8s);
}
.items-list.show .itm:nth-child(75n), .items-list.done .itm:nth-child(75n), .items-list.in-view .itm:nth-child(75n){
  --tw-translate-y: 0px;
  --tw-translate-x: 0px;
  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));
  opacity: 1;
  transition-delay: calc(0.1s + 15s);
}
.items-list.show .itm:nth-child(75n).drawed-text::after, .items-list.done .itm:nth-child(75n).drawed-text::after, .items-list.in-view .itm:nth-child(75n).drawed-text::after {
  animation: grow 7s cubic-bezier(0.86, 0, 0.07, 1) 0.4s forwards;
  transition-delay: calc(0.1s + 15s);
}
.items-list.show .itm:nth-child(75n).bordered-top:before, .items-list.done .itm:nth-child(75n).bordered-top:before, .items-list.in-view .itm:nth-child(75n).bordered-top:before {
  transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  width: 100%;
  transition-delay: calc(0.2s + 15s);
}
.items-list.show .itm:nth-child(76n), .items-list.done .itm:nth-child(76n), .items-list.in-view .itm:nth-child(76n){
  --tw-translate-y: 0px;
  --tw-translate-x: 0px;
  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));
  opacity: 1;
  transition-delay: calc(0.1s + 15.2s);
}
.items-list.show .itm:nth-child(76n).drawed-text::after, .items-list.done .itm:nth-child(76n).drawed-text::after, .items-list.in-view .itm:nth-child(76n).drawed-text::after {
  animation: grow 7s cubic-bezier(0.86, 0, 0.07, 1) 0.4s forwards;
  transition-delay: calc(0.1s + 15.2s);
}
.items-list.show .itm:nth-child(76n).bordered-top:before, .items-list.done .itm:nth-child(76n).bordered-top:before, .items-list.in-view .itm:nth-child(76n).bordered-top:before {
  transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  width: 100%;
  transition-delay: calc(0.2s + 15.2s);
}
.items-list.show .itm:nth-child(77n), .items-list.done .itm:nth-child(77n), .items-list.in-view .itm:nth-child(77n){
  --tw-translate-y: 0px;
  --tw-translate-x: 0px;
  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));
  opacity: 1;
  transition-delay: calc(0.1s + 15.4s);
}
.items-list.show .itm:nth-child(77n).drawed-text::after, .items-list.done .itm:nth-child(77n).drawed-text::after, .items-list.in-view .itm:nth-child(77n).drawed-text::after {
  animation: grow 7s cubic-bezier(0.86, 0, 0.07, 1) 0.4s forwards;
  transition-delay: calc(0.1s + 15.4s);
}
.items-list.show .itm:nth-child(77n).bordered-top:before, .items-list.done .itm:nth-child(77n).bordered-top:before, .items-list.in-view .itm:nth-child(77n).bordered-top:before {
  transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  width: 100%;
  transition-delay: calc(0.2s + 15.4s);
}
.items-list.show .itm:nth-child(78n), .items-list.done .itm:nth-child(78n), .items-list.in-view .itm:nth-child(78n){
  --tw-translate-y: 0px;
  --tw-translate-x: 0px;
  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));
  opacity: 1;
  transition-delay: calc(0.1s + 15.6s);
}
.items-list.show .itm:nth-child(78n).drawed-text::after, .items-list.done .itm:nth-child(78n).drawed-text::after, .items-list.in-view .itm:nth-child(78n).drawed-text::after {
  animation: grow 7s cubic-bezier(0.86, 0, 0.07, 1) 0.4s forwards;
  transition-delay: calc(0.1s + 15.6s);
}
.items-list.show .itm:nth-child(78n).bordered-top:before, .items-list.done .itm:nth-child(78n).bordered-top:before, .items-list.in-view .itm:nth-child(78n).bordered-top:before {
  transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  width: 100%;
  transition-delay: calc(0.2s + 15.6s);
}
.items-list.show .itm:nth-child(79n), .items-list.done .itm:nth-child(79n), .items-list.in-view .itm:nth-child(79n){
  --tw-translate-y: 0px;
  --tw-translate-x: 0px;
  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));
  opacity: 1;
  transition-delay: calc(0.1s + 15.8s);
}
.items-list.show .itm:nth-child(79n).drawed-text::after, .items-list.done .itm:nth-child(79n).drawed-text::after, .items-list.in-view .itm:nth-child(79n).drawed-text::after {
  animation: grow 7s cubic-bezier(0.86, 0, 0.07, 1) 0.4s forwards;
  transition-delay: calc(0.1s + 15.8s);
}
.items-list.show .itm:nth-child(79n).bordered-top:before, .items-list.done .itm:nth-child(79n).bordered-top:before, .items-list.in-view .itm:nth-child(79n).bordered-top:before {
  transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  width: 100%;
  transition-delay: calc(0.2s + 15.8s);
}
.items-list.show .itm:nth-child(80n), .items-list.done .itm:nth-child(80n), .items-list.in-view .itm:nth-child(80n){
  --tw-translate-y: 0px;
  --tw-translate-x: 0px;
  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));
  opacity: 1;
  transition-delay: calc(0.1s + 16s);
}
.items-list.show .itm:nth-child(80n).drawed-text::after, .items-list.done .itm:nth-child(80n).drawed-text::after, .items-list.in-view .itm:nth-child(80n).drawed-text::after {
  animation: grow 7s cubic-bezier(0.86, 0, 0.07, 1) 0.4s forwards;
  transition-delay: calc(0.1s + 16s);
}
.items-list.show .itm:nth-child(80n).bordered-top:before, .items-list.done .itm:nth-child(80n).bordered-top:before, .items-list.in-view .itm:nth-child(80n).bordered-top:before {
  transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  width: 100%;
  transition-delay: calc(0.2s + 16s);
}
.items-list.show .itm:nth-child(81n), .items-list.done .itm:nth-child(81n), .items-list.in-view .itm:nth-child(81n){
  --tw-translate-y: 0px;
  --tw-translate-x: 0px;
  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));
  opacity: 1;
  transition-delay: calc(0.1s + 16.2s);
}
.items-list.show .itm:nth-child(81n).drawed-text::after, .items-list.done .itm:nth-child(81n).drawed-text::after, .items-list.in-view .itm:nth-child(81n).drawed-text::after {
  animation: grow 7s cubic-bezier(0.86, 0, 0.07, 1) 0.4s forwards;
  transition-delay: calc(0.1s + 16.2s);
}
.items-list.show .itm:nth-child(81n).bordered-top:before, .items-list.done .itm:nth-child(81n).bordered-top:before, .items-list.in-view .itm:nth-child(81n).bordered-top:before {
  transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  width: 100%;
  transition-delay: calc(0.2s + 16.2s);
}
.items-list.show .itm:nth-child(82n), .items-list.done .itm:nth-child(82n), .items-list.in-view .itm:nth-child(82n){
  --tw-translate-y: 0px;
  --tw-translate-x: 0px;
  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));
  opacity: 1;
  transition-delay: calc(0.1s + 16.4s);
}
.items-list.show .itm:nth-child(82n).drawed-text::after, .items-list.done .itm:nth-child(82n).drawed-text::after, .items-list.in-view .itm:nth-child(82n).drawed-text::after {
  animation: grow 7s cubic-bezier(0.86, 0, 0.07, 1) 0.4s forwards;
  transition-delay: calc(0.1s + 16.4s);
}
.items-list.show .itm:nth-child(82n).bordered-top:before, .items-list.done .itm:nth-child(82n).bordered-top:before, .items-list.in-view .itm:nth-child(82n).bordered-top:before {
  transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  width: 100%;
  transition-delay: calc(0.2s + 16.4s);
}
.items-list.show .itm:nth-child(83n), .items-list.done .itm:nth-child(83n), .items-list.in-view .itm:nth-child(83n){
  --tw-translate-y: 0px;
  --tw-translate-x: 0px;
  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));
  opacity: 1;
  transition-delay: calc(0.1s + 16.6s);
}
.items-list.show .itm:nth-child(83n).drawed-text::after, .items-list.done .itm:nth-child(83n).drawed-text::after, .items-list.in-view .itm:nth-child(83n).drawed-text::after {
  animation: grow 7s cubic-bezier(0.86, 0, 0.07, 1) 0.4s forwards;
  transition-delay: calc(0.1s + 16.6s);
}
.items-list.show .itm:nth-child(83n).bordered-top:before, .items-list.done .itm:nth-child(83n).bordered-top:before, .items-list.in-view .itm:nth-child(83n).bordered-top:before {
  transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  width: 100%;
  transition-delay: calc(0.2s + 16.6s);
}
.items-list.show .itm:nth-child(84n), .items-list.done .itm:nth-child(84n), .items-list.in-view .itm:nth-child(84n){
  --tw-translate-y: 0px;
  --tw-translate-x: 0px;
  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));
  opacity: 1;
  transition-delay: calc(0.1s + 16.8s);
}
.items-list.show .itm:nth-child(84n).drawed-text::after, .items-list.done .itm:nth-child(84n).drawed-text::after, .items-list.in-view .itm:nth-child(84n).drawed-text::after {
  animation: grow 7s cubic-bezier(0.86, 0, 0.07, 1) 0.4s forwards;
  transition-delay: calc(0.1s + 16.8s);
}
.items-list.show .itm:nth-child(84n).bordered-top:before, .items-list.done .itm:nth-child(84n).bordered-top:before, .items-list.in-view .itm:nth-child(84n).bordered-top:before {
  transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  width: 100%;
  transition-delay: calc(0.2s + 16.8s);
}
.items-list.show .itm:nth-child(85n), .items-list.done .itm:nth-child(85n), .items-list.in-view .itm:nth-child(85n){
  --tw-translate-y: 0px;
  --tw-translate-x: 0px;
  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));
  opacity: 1;
  transition-delay: calc(0.1s + 17s);
}
.items-list.show .itm:nth-child(85n).drawed-text::after, .items-list.done .itm:nth-child(85n).drawed-text::after, .items-list.in-view .itm:nth-child(85n).drawed-text::after {
  animation: grow 7s cubic-bezier(0.86, 0, 0.07, 1) 0.4s forwards;
  transition-delay: calc(0.1s + 17s);
}
.items-list.show .itm:nth-child(85n).bordered-top:before, .items-list.done .itm:nth-child(85n).bordered-top:before, .items-list.in-view .itm:nth-child(85n).bordered-top:before {
  transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  width: 100%;
  transition-delay: calc(0.2s + 17s);
}
.items-list.show .itm:nth-child(86n), .items-list.done .itm:nth-child(86n), .items-list.in-view .itm:nth-child(86n){
  --tw-translate-y: 0px;
  --tw-translate-x: 0px;
  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));
  opacity: 1;
  transition-delay: calc(0.1s + 17.2s);
}
.items-list.show .itm:nth-child(86n).drawed-text::after, .items-list.done .itm:nth-child(86n).drawed-text::after, .items-list.in-view .itm:nth-child(86n).drawed-text::after {
  animation: grow 7s cubic-bezier(0.86, 0, 0.07, 1) 0.4s forwards;
  transition-delay: calc(0.1s + 17.2s);
}
.items-list.show .itm:nth-child(86n).bordered-top:before, .items-list.done .itm:nth-child(86n).bordered-top:before, .items-list.in-view .itm:nth-child(86n).bordered-top:before {
  transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  width: 100%;
  transition-delay: calc(0.2s + 17.2s);
}
.items-list.show .itm:nth-child(87n), .items-list.done .itm:nth-child(87n), .items-list.in-view .itm:nth-child(87n){
  --tw-translate-y: 0px;
  --tw-translate-x: 0px;
  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));
  opacity: 1;
  transition-delay: calc(0.1s + 17.4s);
}
.items-list.show .itm:nth-child(87n).drawed-text::after, .items-list.done .itm:nth-child(87n).drawed-text::after, .items-list.in-view .itm:nth-child(87n).drawed-text::after {
  animation: grow 7s cubic-bezier(0.86, 0, 0.07, 1) 0.4s forwards;
  transition-delay: calc(0.1s + 17.4s);
}
.items-list.show .itm:nth-child(87n).bordered-top:before, .items-list.done .itm:nth-child(87n).bordered-top:before, .items-list.in-view .itm:nth-child(87n).bordered-top:before {
  transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  width: 100%;
  transition-delay: calc(0.2s + 17.4s);
}
.items-list.show .itm:nth-child(88n), .items-list.done .itm:nth-child(88n), .items-list.in-view .itm:nth-child(88n){
  --tw-translate-y: 0px;
  --tw-translate-x: 0px;
  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));
  opacity: 1;
  transition-delay: calc(0.1s + 17.6s);
}
.items-list.show .itm:nth-child(88n).drawed-text::after, .items-list.done .itm:nth-child(88n).drawed-text::after, .items-list.in-view .itm:nth-child(88n).drawed-text::after {
  animation: grow 7s cubic-bezier(0.86, 0, 0.07, 1) 0.4s forwards;
  transition-delay: calc(0.1s + 17.6s);
}
.items-list.show .itm:nth-child(88n).bordered-top:before, .items-list.done .itm:nth-child(88n).bordered-top:before, .items-list.in-view .itm:nth-child(88n).bordered-top:before {
  transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  width: 100%;
  transition-delay: calc(0.2s + 17.6s);
}
.items-list.show .itm:nth-child(89n), .items-list.done .itm:nth-child(89n), .items-list.in-view .itm:nth-child(89n){
  --tw-translate-y: 0px;
  --tw-translate-x: 0px;
  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));
  opacity: 1;
  transition-delay: calc(0.1s + 17.8s);
}
.items-list.show .itm:nth-child(89n).drawed-text::after, .items-list.done .itm:nth-child(89n).drawed-text::after, .items-list.in-view .itm:nth-child(89n).drawed-text::after {
  animation: grow 7s cubic-bezier(0.86, 0, 0.07, 1) 0.4s forwards;
  transition-delay: calc(0.1s + 17.8s);
}
.items-list.show .itm:nth-child(89n).bordered-top:before, .items-list.done .itm:nth-child(89n).bordered-top:before, .items-list.in-view .itm:nth-child(89n).bordered-top:before {
  transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  width: 100%;
  transition-delay: calc(0.2s + 17.8s);
}
.items-list.show .itm:nth-child(90n), .items-list.done .itm:nth-child(90n), .items-list.in-view .itm:nth-child(90n){
  --tw-translate-y: 0px;
  --tw-translate-x: 0px;
  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));
  opacity: 1;
  transition-delay: calc(0.1s + 18s);
}
.items-list.show .itm:nth-child(90n).drawed-text::after, .items-list.done .itm:nth-child(90n).drawed-text::after, .items-list.in-view .itm:nth-child(90n).drawed-text::after {
  animation: grow 7s cubic-bezier(0.86, 0, 0.07, 1) 0.4s forwards;
  transition-delay: calc(0.1s + 18s);
}
.items-list.show .itm:nth-child(90n).bordered-top:before, .items-list.done .itm:nth-child(90n).bordered-top:before, .items-list.in-view .itm:nth-child(90n).bordered-top:before {
  transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  width: 100%;
  transition-delay: calc(0.2s + 18s);
}
.items-list.show .itm:nth-child(91n), .items-list.done .itm:nth-child(91n), .items-list.in-view .itm:nth-child(91n){
  --tw-translate-y: 0px;
  --tw-translate-x: 0px;
  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));
  opacity: 1;
  transition-delay: calc(0.1s + 18.2s);
}
.items-list.show .itm:nth-child(91n).drawed-text::after, .items-list.done .itm:nth-child(91n).drawed-text::after, .items-list.in-view .itm:nth-child(91n).drawed-text::after {
  animation: grow 7s cubic-bezier(0.86, 0, 0.07, 1) 0.4s forwards;
  transition-delay: calc(0.1s + 18.2s);
}
.items-list.show .itm:nth-child(91n).bordered-top:before, .items-list.done .itm:nth-child(91n).bordered-top:before, .items-list.in-view .itm:nth-child(91n).bordered-top:before {
  transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  width: 100%;
  transition-delay: calc(0.2s + 18.2s);
}
.items-list.show .itm:nth-child(92n), .items-list.done .itm:nth-child(92n), .items-list.in-view .itm:nth-child(92n){
  --tw-translate-y: 0px;
  --tw-translate-x: 0px;
  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));
  opacity: 1;
  transition-delay: calc(0.1s + 18.4s);
}
.items-list.show .itm:nth-child(92n).drawed-text::after, .items-list.done .itm:nth-child(92n).drawed-text::after, .items-list.in-view .itm:nth-child(92n).drawed-text::after {
  animation: grow 7s cubic-bezier(0.86, 0, 0.07, 1) 0.4s forwards;
  transition-delay: calc(0.1s + 18.4s);
}
.items-list.show .itm:nth-child(92n).bordered-top:before, .items-list.done .itm:nth-child(92n).bordered-top:before, .items-list.in-view .itm:nth-child(92n).bordered-top:before {
  transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  width: 100%;
  transition-delay: calc(0.2s + 18.4s);
}
.items-list.show .itm:nth-child(93n), .items-list.done .itm:nth-child(93n), .items-list.in-view .itm:nth-child(93n){
  --tw-translate-y: 0px;
  --tw-translate-x: 0px;
  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));
  opacity: 1;
  transition-delay: calc(0.1s + 18.6s);
}
.items-list.show .itm:nth-child(93n).drawed-text::after, .items-list.done .itm:nth-child(93n).drawed-text::after, .items-list.in-view .itm:nth-child(93n).drawed-text::after {
  animation: grow 7s cubic-bezier(0.86, 0, 0.07, 1) 0.4s forwards;
  transition-delay: calc(0.1s + 18.6s);
}
.items-list.show .itm:nth-child(93n).bordered-top:before, .items-list.done .itm:nth-child(93n).bordered-top:before, .items-list.in-view .itm:nth-child(93n).bordered-top:before {
  transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  width: 100%;
  transition-delay: calc(0.2s + 18.6s);
}
.items-list.show .itm:nth-child(94n), .items-list.done .itm:nth-child(94n), .items-list.in-view .itm:nth-child(94n){
  --tw-translate-y: 0px;
  --tw-translate-x: 0px;
  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));
  opacity: 1;
  transition-delay: calc(0.1s + 18.8s);
}
.items-list.show .itm:nth-child(94n).drawed-text::after, .items-list.done .itm:nth-child(94n).drawed-text::after, .items-list.in-view .itm:nth-child(94n).drawed-text::after {
  animation: grow 7s cubic-bezier(0.86, 0, 0.07, 1) 0.4s forwards;
  transition-delay: calc(0.1s + 18.8s);
}
.items-list.show .itm:nth-child(94n).bordered-top:before, .items-list.done .itm:nth-child(94n).bordered-top:before, .items-list.in-view .itm:nth-child(94n).bordered-top:before {
  transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  width: 100%;
  transition-delay: calc(0.2s + 18.8s);
}
.items-list.show .itm:nth-child(95n), .items-list.done .itm:nth-child(95n), .items-list.in-view .itm:nth-child(95n){
  --tw-translate-y: 0px;
  --tw-translate-x: 0px;
  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));
  opacity: 1;
  transition-delay: calc(0.1s + 19s);
}
.items-list.show .itm:nth-child(95n).drawed-text::after, .items-list.done .itm:nth-child(95n).drawed-text::after, .items-list.in-view .itm:nth-child(95n).drawed-text::after {
  animation: grow 7s cubic-bezier(0.86, 0, 0.07, 1) 0.4s forwards;
  transition-delay: calc(0.1s + 19s);
}
.items-list.show .itm:nth-child(95n).bordered-top:before, .items-list.done .itm:nth-child(95n).bordered-top:before, .items-list.in-view .itm:nth-child(95n).bordered-top:before {
  transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  width: 100%;
  transition-delay: calc(0.2s + 19s);
}
.items-list.show .itm:nth-child(96n), .items-list.done .itm:nth-child(96n), .items-list.in-view .itm:nth-child(96n){
  --tw-translate-y: 0px;
  --tw-translate-x: 0px;
  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));
  opacity: 1;
  transition-delay: calc(0.1s + 19.2s);
}
.items-list.show .itm:nth-child(96n).drawed-text::after, .items-list.done .itm:nth-child(96n).drawed-text::after, .items-list.in-view .itm:nth-child(96n).drawed-text::after {
  animation: grow 7s cubic-bezier(0.86, 0, 0.07, 1) 0.4s forwards;
  transition-delay: calc(0.1s + 19.2s);
}
.items-list.show .itm:nth-child(96n).bordered-top:before, .items-list.done .itm:nth-child(96n).bordered-top:before, .items-list.in-view .itm:nth-child(96n).bordered-top:before {
  transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  width: 100%;
  transition-delay: calc(0.2s + 19.2s);
}
.items-list.show .itm:nth-child(97n), .items-list.done .itm:nth-child(97n), .items-list.in-view .itm:nth-child(97n){
  --tw-translate-y: 0px;
  --tw-translate-x: 0px;
  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));
  opacity: 1;
  transition-delay: calc(0.1s + 19.4s);
}
.items-list.show .itm:nth-child(97n).drawed-text::after, .items-list.done .itm:nth-child(97n).drawed-text::after, .items-list.in-view .itm:nth-child(97n).drawed-text::after {
  animation: grow 7s cubic-bezier(0.86, 0, 0.07, 1) 0.4s forwards;
  transition-delay: calc(0.1s + 19.4s);
}
.items-list.show .itm:nth-child(97n).bordered-top:before, .items-list.done .itm:nth-child(97n).bordered-top:before, .items-list.in-view .itm:nth-child(97n).bordered-top:before {
  transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  width: 100%;
  transition-delay: calc(0.2s + 19.4s);
}
.items-list.show .itm:nth-child(98n), .items-list.done .itm:nth-child(98n), .items-list.in-view .itm:nth-child(98n){
  --tw-translate-y: 0px;
  --tw-translate-x: 0px;
  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));
  opacity: 1;
  transition-delay: calc(0.1s + 19.6s);
}
.items-list.show .itm:nth-child(98n).drawed-text::after, .items-list.done .itm:nth-child(98n).drawed-text::after, .items-list.in-view .itm:nth-child(98n).drawed-text::after {
  animation: grow 7s cubic-bezier(0.86, 0, 0.07, 1) 0.4s forwards;
  transition-delay: calc(0.1s + 19.6s);
}
.items-list.show .itm:nth-child(98n).bordered-top:before, .items-list.done .itm:nth-child(98n).bordered-top:before, .items-list.in-view .itm:nth-child(98n).bordered-top:before {
  transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  width: 100%;
  transition-delay: calc(0.2s + 19.6s);
}
.items-list.show .itm:nth-child(99n), .items-list.done .itm:nth-child(99n), .items-list.in-view .itm:nth-child(99n){
  --tw-translate-y: 0px;
  --tw-translate-x: 0px;
  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));
  opacity: 1;
  transition-delay: calc(0.1s + 19.8s);
}
.items-list.show .itm:nth-child(99n).drawed-text::after, .items-list.done .itm:nth-child(99n).drawed-text::after, .items-list.in-view .itm:nth-child(99n).drawed-text::after {
  animation: grow 7s cubic-bezier(0.86, 0, 0.07, 1) 0.4s forwards;
  transition-delay: calc(0.1s + 19.8s);
}
.items-list.show .itm:nth-child(99n).bordered-top:before, .items-list.done .itm:nth-child(99n).bordered-top:before, .items-list.in-view .itm:nth-child(99n).bordered-top:before {
  transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  width: 100%;
  transition-delay: calc(0.2s + 19.8s);
}
.items-list.show .itm:nth-child(100n), .items-list.done .itm:nth-child(100n), .items-list.in-view .itm:nth-child(100n){
  --tw-translate-y: 0px;
  --tw-translate-x: 0px;
  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));
  opacity: 1;
  transition-delay: calc(0.1s + 20s);
}
.items-list.show .itm:nth-child(100n).drawed-text::after, .items-list.done .itm:nth-child(100n).drawed-text::after, .items-list.in-view .itm:nth-child(100n).drawed-text::after {
  animation: grow 7s cubic-bezier(0.86, 0, 0.07, 1) 0.4s forwards;
  transition-delay: calc(0.1s + 20s);
}
.items-list.show .itm:nth-child(100n).bordered-top:before, .items-list.done .itm:nth-child(100n).bordered-top:before, .items-list.in-view .itm:nth-child(100n).bordered-top:before {
  transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  width: 100%;
  transition-delay: calc(0.2s + 20s);
}

.mapped-image-centered .text-content{
  opacity: 0;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 500ms;
}
.mapped-image-centered .text-content .text, .mapped-image-centered .text-content .icon-img{
  --tw-translate-y: 5rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 500ms;
}
.mapped-image-centered .text-content.active{
  --tw-translate-y: 0px;
  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));
  opacity: 1;
}
.mapped-image-centered .text-content.active .text, .mapped-image-centered .text-content.active .icon-img{
  --tw-translate-y: 0px;
  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));
  opacity: 1;
}
.mapped-image-centered .cir-point{
  --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));
  opacity: 0;
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 700ms;
}
.mapped-image-centered .cir-point.active{
  --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));
  opacity: 1;
}

@keyframes grow {
  0%, 10% {
    height: 0%;
  }
  50% {
    height: 100%;
  }
  90%, 100% {
    height: 100%;
  }
}
.to-be-appear.to-be-appear .inner, .to-be-appear.to-be-appear .inner, .to-be-appear.to-side .inner {
  opacity: 0;
  transform: translate3d(0, 200px, 0);
  transition: transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s, opacity 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s;
}
.to-be-appear.to-be-appear.in-view .inner, .to-be-appear.to-be-appear.in-view .inner, .to-be-appear.to-side.in-view .inner {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition: transform 1.5s cubic-bezier(0.22, 0.94, 0.44, 1) 0.1s, opacity 0.4s cubic-bezier(0.22, 0.94, 0.44, 1) 0.1s;
}
.to-be-appear.reveal {
  clip-path: inset(0 100% 0 0);
  transition: clip-path 0.8s cubic-bezier(0.65, 0, 0.35, 1) 0.2s;
}
.to-be-appear.reveal.in-view {
  clip-path: inset(0 0 0 0);
}
.to-be-appear.to-left {
  transform: translateX(200px);
  transition: all 0.6s ease-out 0.6s both;
  opacity: 0;
}
.to-be-appear.to-left.in-view {
  opacity: 1;
  transform: translateX(0px);
}
.to-be-appear.to-side{
  --tw-translate-x: 3rem;
  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));
  opacity: 0;
}
.to-be-appear.to-side.in-view{
  --tw-translate-x: 0px;
  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));
  opacity: 1;
  transition-duration: 1000ms;
}

.to-be-animated .border-line {
  transition: all 0.8s !important;
}
.to-be-animated:not(.in-view) .border-line{
  width: 0px;
  min-width: 0px;
}

.cir-spin {
  animation: spin 2.5s linear infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.cursor {
  width: 100px;
  height: 100px;
  border-radius: 100%;
  border: 4px solid var(--body-bg);
  font-size: 1.75rem;
  transition: transform 500ms ease-in, opacity 200ms ease-out 0ms;
  position: fixed;
  z-index: 10;
  pointer-events: none;
  font-style: italic;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--body-bg);
  left: 0;
  top: 0;
  opacity: 0;
  transform: translate(calc(-50% + 15px), -50%);
}
.cursor.active {
  opacity: 1;
  transition: transform 300ms ease-out, opacity 300ms ease-out 300ms;
}

.cursor.click {
  opacity: 0;
}

.hero-slider .swiper-slide {
  opacity: 1 !important;
}
.hero-slider .swiper-slide .slide-img-2,
.hero-slider .swiper-slide .slide-img-1{
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 500ms;
}
.hero-slider .swiper-slide-active .slogan {
  opacity: 1;
}
.clipped-side {
  clip-path: polygon(0% 0%, 100% 0%, 84% 100%, 0% 100%);
}

.clipped-side-f {
  clip-path: polygon(15px 0%, 100% 0%, 100% 100%, 0% 100%);
}

.masked-banner {
  -webkit-mask-image: url(../images/mask-image.svg);
  mask-image: url(../images/mask-image.svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position-x: right;
}
@media screen and (min-width: 1900px) {
  .masked-banner {
    -webkit-mask-size: 100vw;
            mask-size: 100vw;
  }
}

.banner-slider .swiper-slide::before {
  image-rendering: auto;
  shape-rendering: geometricPrecision;
}
.banner-slider .swiper-slide .slide-desc {
  opacity: 0;
  transition: opacity 0.5s;
}
.banner-slider .swiper-slide .banner-slide{
  transition-property: transform;
  transition-delay: 200ms;
  transition-duration: 200ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.banner-slider .swiper-slide-active .slide-desc {
  opacity: 1;
}
.pin-section .fill{
  position: absolute;
  inset: 0px;
  height: 100%;
  width: 0.5rem;
  background-color: var(--color-primary);
}
.pin-section .info {
  opacity: 0;
  visibility: hidden;
}
.lineCanvas {
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  /* Prevent mouse events on the canvas */
  z-index: 0;
  /* Ensure it's behind other elements */
}

.cards-section .mapped-point {
  opacity: 0;
  transform: scale(0);
  transition: opacity 0.5s ease;
  /* Adjust the duration and easing as needed */
}
.cards-section .mapped-point.activeone {
  opacity: 1;
  transform: scale(1);
}

.w-overlay::before {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.3137254902), transparent);
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.35;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

@media screen and (min-width: 992px) {
  .overlappedCards .card .cir-point.point-hidend-in-card{
    --tw-scale-x: .5;
    --tw-scale-y: .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));
    opacity: 0.3;
  }
  .overlappedCards .card .info-wrap {
    opacity: 0;
    transform: translateY(80px);
    overflow: hidden;
    transition: all 0.5s;
    transition-delay: 0.5s;
  }
  .overlappedCards .card .info-wrap .info {
    opacity: 0.35;
    overflow: hidden;
  }
  .overlappedCards .card.active-in-view-anim .info-wrap {
    opacity: 1;
    transform: translateY(0px);
  }
  .overlappedCards .card.active-in-view-anim .info-wrap .info:nth-child(1n) {
    opacity: 1;
    transition: all 0.5s;
    transition-delay: calc(0.01s + 0.9s);
  }
  .overlappedCards .card.active-in-view-anim .info-wrap .info:nth-child(2n) {
    opacity: 1;
    transition: all 0.5s;
    transition-delay: calc(0.01s + 1.8s);
  }
  .overlappedCards .card.active-in-view-anim .info-wrap .info:nth-child(3n) {
    opacity: 1;
    transition: all 0.5s;
    transition-delay: calc(0.01s + 2.7s);
  }
  .overlappedCards .card.active-in-view-anim .info-wrap .info:nth-child(4n) {
    opacity: 1;
    transition: all 0.5s;
    transition-delay: calc(0.01s + 3.6s);
  }
  .overlappedCards .card.active-in-view-anim .info-wrap .info:nth-child(5n) {
    opacity: 1;
    transition: all 0.5s;
    transition-delay: calc(0.01s + 4.5s);
  }
  .overlappedCards .card.active-in-view-anim .info-wrap .info:nth-child(6n) {
    opacity: 1;
    transition: all 0.5s;
    transition-delay: calc(0.01s + 5.4s);
  }
  .overlappedCards .card.active-in-view-anim .info-wrap .info:nth-child(7n) {
    opacity: 1;
    transition: all 0.5s;
    transition-delay: calc(0.01s + 6.3s);
  }
  .overlappedCards .card.active-in-view-anim .info-wrap .info:nth-child(8n) {
    opacity: 1;
    transition: all 0.5s;
    transition-delay: calc(0.01s + 7.2s);
  }
  .overlappedCards .card.active-in-view-anim .info-wrap .info:nth-child(9n) {
    opacity: 1;
    transition: all 0.5s;
    transition-delay: calc(0.01s + 8.1s);
  }
  .overlappedCards .card.active-in-view-anim .info-wrap .info:nth-child(10n) {
    opacity: 1;
    transition: all 0.5s;
    transition-delay: calc(0.01s + 9s);
  }
}

:root {
  --basesvh: 812;
  --mask-img: linear-gradient(
    0deg,
    #000 100% 100%,
    transparent 100% 100%,
    #000 100% 100%,
    transparent 100% 100%,
    #000 100% 100%,
    transparent 100% 100%,
    #000 100% 100%,
    transparent 100% 100%,
    #000 100% 100%,
    transparent 100% 100%,
    #000 100% 100%,
    transparent 100% 100%,
    #000 100% 100%,
    transparent 100% 100%,
    #000 100% 100%,
    transparent 100% 100%,
    #000 100% 100%,
    transparent 100% 100%,
    #000 100% 100%,
    transparent 100% 100%,
    #000 100% 100%,
    transparent 100% 100%,
    #000 100% 100%,
    transparent 100% 100%,
    #000 100% 100%,
    transparent 100% 100%,
    #000 100% 100%,
    transparent 100% 100%,
    #000 100% 100%,
    transparent 100% 100%,
    #000 100% 100%,
    transparent 100% 100%,
    #000 100% 100%,
    transparent 100% 100%,
    #000 100% 100%,
    transparent 100% 100%,
    #000 100% 100%,
    transparent 100% 100%,
    #000 100% 100%,
    transparent 100% 100%,
    #000 100% 100%,
    transparent 100% 100%,
    #000 100% 100%,
    transparent 100% 100%,
    #000 100% 100%,
    transparent 100% 100%,
    #000 100% 100%,
    transparent 100% 100%,
    #000 100% 100%,
    transparent 100% 100%,
    #000 100% 100%,
    transparent 100% 100%,
    #000 100% 100%,
    transparent 100% 100%,
    #000 100% 100%,
    transparent 100% 100%,
    #000 100% 100%,
    transparent 100% 100%,
    #000 100% 100%,
    transparent 100% 100%
  );
}

.video-background{
  position: relative;
  height: 100vh;
  width: 100vw;
  overflow: hidden;
}
.video-background iframe{
  position: absolute;
  inset: 50%;
  top: 50%;
  height: 100lvh;
  width: 100lvw;
  --tw-translate-x: -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));
}
@media (min-aspect-ratio: 16/9) {
  .video-background iframe {
    height: 56.25vw;
  }
}
@media (max-aspect-ratio: 16/9) {
  .video-background iframe {
    width: 177.78vh;
  }
}

.slideshow-slider .pagination-thums1,
.slideshow-slider .desc1 {
  top: 66svh !important;
}
@media screen and (max-width: 992px) {
  .slideshow-slider .pagination-thums1.desc,
  .slideshow-slider .desc1.desc {
    top: 60svh !important;
  }
  .slideshow-slider .pagination-thums1.pagination-thums,
  .slideshow-slider .desc1.pagination-thums {
    top: auto !important;
    bottom: calc(7000svh / var(--basesvh)) !important;
  }
}
.slideshow-slider .bottom-bar {
  top: 66svh !important;
}
.slideshow-slider .swiper-slide .conten {
  transform: translateY(130%);
  transition: transform 1s;
}
.slideshow-slider .swiper-slide.swiper-slide-prev .conten {
  transform: translateY(-130%);
}
.slideshow-slider .swiper-slide.swiper-slide-active .conten {
  transform: translateY(0%);
  opacity: 1;
}
.slideshow-slider .swiper-progress-bar,
.slideshow-slider .swiper-pagination-bullet {
  height: calc(9600svh / var(--basesvh));
  width: calc(15600svh / var(--basesvh));
  height: calc(8640svh / var(--basesvh)); /* 9600 * 0.9 = 8640 */
  width: calc(14040svh / var(--basesvh)); /* 15600 * 0.9 = 14040 */
  opacity: 1 !important;
  pointer-events: all;
  text-align: start;
  background: transparent;
  color: inherit;
  display: flex;
  align-items: end;
  flex-flow: column;
}
.slideshow-slider .swiper-progress-bar.swiper-pagination-bullet,
.slideshow-slider .swiper-pagination-bullet.swiper-pagination-bullet {
  border-radius: 0px !important;
}
@media screen and (min-width: 992px) {
  .slideshow-slider .swiper-progress-bar,
  .slideshow-slider .swiper-pagination-bullet {
    height: calc(12000svh / var(--basesvh)); /* Adjust height for larger screens */
    width: calc(18000svh / var(--basesvh)); /* Adjust width for larger screens */
    height: calc(15000svh / var(--basesvh)); /* Adjust height for larger screens */
    width: calc(21000svh / var(--basesvh)); /* Adjust width for larger screens */
  }
}
.slideshow-slider .swiper-progress-bar img,
.slideshow-slider .swiper-pagination-bullet img{
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 85%;
  top: 20px;
}
.slideshow-slider .cust-txt-siz * {
  font-size: 1em !important;
}
.slideshow-slider .swiper-progress-bar {
  height: 4px;
  background: #eeeeee;
}
.slideshow-slider .swiper-progress-bar .progress {
  height: inherit;
  left: 0;
  top: 0;
  position: absolute;
  background: #007aff;
  z-index: 1;
}

.filter-section .key-item{
  position: absolute;
  inset-inline-start: 100%;
  top: 50%;
  width: -moz-max-content;
  width: max-content;
  --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));
  overflow: hidden;
  border-radius: 9999px;
  background-color: var(--color-primary);
  transition-property: all;
  transition-duration: 500ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.filter-section .key-item:where([dir="ltr"], [dir="ltr"] *){
  transform-origin: left;
  --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));
}

.filter-section .key-item:where([dir="rtl"], [dir="rtl"] *){
  transform-origin: right;
  --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));
}
.filter-section .key-item .key-item-img-wrap{
  position: relative;
  padding: 0.25rem;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-duration: 500ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.filter-section .key-item .key-item-img-wrap::before{
  position: absolute;
  top: 0px;
  z-index: -1;
  aspect-ratio: 1 / 1;
  height: 100%;
  border-radius: 9999px;
  background-color: transparent;
  content: var(--tw-content);
  transition-duration: 500ms;
}
.filter-section .key-item .key-item-img-wrap:where([dir="ltr"], [dir="ltr"] *)::before{
  left: 50%;
  content: var(--tw-content);
  --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));
}
.filter-section .key-item .key-item-img-wrap:where([dir="rtl"], [dir="rtl"] *)::before{
  right: 50%;
  content: var(--tw-content);
  --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));
}
.filter-section .key-item .key-item-img-wrap .key-item-img{
  --tw-brightness: brightness(0);
  --tw-invert: invert(100%);
  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-property: all;
  transition-duration: 500ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.filter-section .key-item .key-item-title{
  max-width: 0px;
  overflow: hidden;
  text-wrap: nowrap;
  color: var(--body-bg);
  opacity: 0;
  transition-property: all;
  transition-duration: 500ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
@media (min-width: 1024px) {
  .filter-section .key-item-container:hover .key-item-img-wrap::before{
    content: var(--tw-content);
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  }
  .filter-section .key-item-container:hover .key-item-img-wrap .key-item-img {
    filter: none;
  }
  .filter-section .key-item-container:hover .key-item-title{
    position: relative;
    max-width: 20rem !important;
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
    opacity: 1 !important;
  }
  .filter-section .key-item.active .key-item-img-wrap::before{
    content: var(--tw-content);
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  }
  .filter-section .key-item.active .key-item-img-wrap .key-item-img {
    filter: none;
  }
  .filter-section .key-item.active .key-item-title{
    max-width: 20rem;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    opacity: 1;
  }
}

@keyframes reveal-item {
  0%{
    max-width: 0px;
    opacity: 0;
  }
  50%{
    max-width: 20rem;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    opacity: 1;
  }
  100%{
    max-width: 0px;
    opacity: 0;
  }
}
@keyframes reveal-icon {
  0%{
    --tw-brightness: brightness(0);
    --tw-invert: invert(100%);
    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);
  }
  50% {
    filter: none;
  }
  100%{
    --tw-brightness: brightness(0);
    --tw-invert: invert(100%);
    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);
  }
}
@keyframes reveal-icon-bg {
  0%{
    background-color: transparent;
  }
  50%{
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  }
@media (min-width: 768px){
    50%.theme-btn:hover{
      background-color: rgb(255 255 255 / 0.8) !important;
    }
  }
  100%{
    background-color: transparent;
  }
}
/* Scrollbar Track */
.custom-scroll::-webkit-scrollbar {
  width: 12px; /* Width of the scrollbar */
}

.custom-scroll::-webkit-scrollbar-track {
  background: #f1f1f1; /* Color of the track */
  border-radius: 10px; /* Rounded corners */
}

/* Scrollbar Thumb */
.custom-scroll::-webkit-scrollbar-thumb {
  background: var(--body-txt); /* Color of the thumb */
  border-radius: 10px; /* Rounded corners */
  border: 3px solid #f1f1f1; /* Padding around the thumb */
}

/* Scrollbar Thumb on Hover */
.custom-scroll::-webkit-scrollbar-thumb:hover {
  background: #555; /* Darker color on hover */
}

.theme-btn{
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  align-items: center;
  justify-content: center;
  background-color: var(--color-primary);
  padding-top: 5px;
  padding-bottom: 5px;
  padding-inline-start: 1.5rem;
  padding-inline-end: 1.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 400 !important;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

@media (min-width: 768px){
  .theme-btn:hover{
    background-color: var(--color-primary-opacity) !important;
  }
}

@media (min-width: 1450px){
  .theme-btn{
    padding-top: 10px;
    padding-bottom: 10px;
    padding-inline-start: 2rem;
    padding-inline-end: 2rem;
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
.theme-btn .theme-btn-svg{
  margin-inline-start: 0.75rem;
  display: inline;
  height: 1.5rem;
  min-height: 1.5rem;
  width: 1.5rem;
  min-width: 1.5rem;
  border-radius: 9999px;
  background-color: var(--color-primary);
  fill: #fff;
  padding: 0.375rem;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}
@media (min-width: 768px){
  .theme-btn .theme-btn-svg{
    height: 2rem;
    min-height: 2rem;
    width: 2rem;
    min-width: 2rem;
    padding: 0.625rem;
  }
}
@media (min-width: 1024px){
  .theme-btn .theme-btn-svg{
    margin-inline-start: 2rem;
  }
}
@media (min-width: 1450px){
  .theme-btn .theme-btn-svg{
    height: 2.5rem;
    min-height: 2.5rem;
    width: 2.5rem;
    min-width: 2.5rem;
  }
}
@media (min-width: 768px){
  .theme-btn.bg-white:hover{
    background-color: rgb(255 255 255 / 0.8) !important;
  }
}
@media (min-width: 1024px){
  .theme-btn:hover .theme-btn-svg{
    margin-inline-start: 2.5rem;
    --tw-rotate: -30deg;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
}

header .logo{
  transition-property: all;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.invert-white{
  --tw-brightness: brightness(0);
  --tw-invert: invert(100%);
  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);
}

header {
  filter: drop-shadow(0px 4px 4px rgba(186, 174, 174, 0));
  background-color: rgba(255, 255, 255, 0);
  transition-property: all;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
header.scrolled{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  color: var(--body-txt) !important;
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
@media (min-width: 768px){
  header.theme-btn.scrolled:hover{
    background-color: rgb(255 255 255 / 0.8) !important;
  }
}
header.scrolled .invert-white {
  filter: none !important;
}
header.scrolled .header .logo{
  margin-top: -15px;
  margin-bottom: -15px;
  --tw-scale-x: .8;
  --tw-scale-y: .8;
  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));
}

.content ul,
section ul{
  margin-top: 0.375rem;
  margin-bottom: 0.375rem;
  margin-inline-start: 1rem;
}

@media (min-width: 1024px){
  .content ul,
section ul{
    margin-inline-start: 1.25rem;
  }
}

@media (min-width: 1450px){
  .content ul,
section ul{
    margin-inline-start: 2rem;
  }
}

.content ul,
section ul {
  list-style: none !important;
}
.content ul li,
section ul li{
  position: relative;
  padding-inline-start: 1.25rem;
}
.content ul li::before,
section ul li::before{
  position: absolute;
  inset-inline-start: 0px;
  top: 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));
  font-family: var(--main-secondary-font), sans-serif;
  font-size: 1.875rem;
  line-height: 2.25rem;
  color: var(--color-primary);
  --tw-content: "•";
  content: var(--tw-content);
}

@keyframes change {
  0% {
    transform: translateY(0);
    opacity: 0;
  }
  25% {
    transform: translateY(50px);
    opacity: 0.25;
  }
  50% {
    transform: translateY(0);
    opacity: 0.5;
  }
  75% {
    transform: translateY(-50px);
    opacity: 0.75;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
.modal-bg {
  transition: visibility 0s, opacity 0.5s;
  visibility: hidden;
  position: fixed;
  top: 0px;
  left: 0px;
  display: flex;
  height: 100vh;
  width: 100%;
  align-items: center;
  justify-content: center;
  background-color: rgb(0 0 0 / 0.5);
  opacity: 0;
}
.modal-bg.show{
  visibility: visible;
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  opacity: 1;
}
.modal-bg .modal-body {
  transition: visibility 0s, opacity 0.8s;
  visibility: hidden;
  display: none;
  height: 100%;
  min-height: 100vh;
  opacity: 0;
}
.modal-bg .modal-body .content{
  overflow-y: auto;
  border-radius: 5px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding: 1.25rem;
}
@media (min-width: 768px){
  .theme-btn.modal-bg .modal-body .content:hover{
    background-color: rgb(255 255 255 / 0.8) !important;
  }
}
@media (min-width: 1300px){
  .modal-bg .modal-body .content{
    padding: 1.5rem;
  }
}
.modal-bg .modal-body.show-modal{
  visibility: visible;
  display: grid;
  align-content: center;
  justify-content: center;
  opacity: 1;
}

.btn-modal.active,
.link-anchor.active{
  position: relative;
}

.btn-modal.active::before,
.link-anchor.active::before{
  content: var(--tw-content) !important;
  width: 100% !important;
}

.next-container-animate {
  transform: translateX(-10%);
  opacity: 0;
}

.next-container-animate.animated {
  transform: translateX(0%);
  opacity: 1;
}

@keyframes sk-scaleout {
  0% {
    transform: scale(0);
  }
  to {
    opacity: 0;
    transform: scale(1);
  }
}
@keyframes grow1 {
  0% {
    transform: translateY(100%);
  }
  10%, 50%, 90% {
    transform: translateY(0);
  }
  90%, to {
    transform: translateY(-100%);
  }
}
@keyframes grow {
  0% {
    transform: translateY(100%);
  }
  25% {
    transform: translateY(0);
  }
  75% {
    transform: translateY(0);
  }
  to {
    transform: translateY(-100%);
  }
}
.page-loader-wrap {
  clip-path: inset(-20px);
  transition: all 0.8s cubic-bezier(0.65, 0, 0.35, 1) 0.2s;
}
.page-loader-wrap.stopped:where([dir="ltr"], [dir="ltr"] *){
  clip-path: inset(0% 0% 0 100%);
}
.page-loader-wrap.stopped:where([dir="rtl"], [dir="rtl"] *){
  clip-path: inset(0% 100% 0 0%);
}
@media screen and (min-width: 992px) {
  .page-loader-wrap .masked-banner {
    -webkit-mask-size: 100vw;
            mask-size: 100vw;
  }
}
.page-loader-wrap .page-loader {
  transition: transform 0.3s ease;
  will-change: transform;
}
.page-loader-wrap .page-loader .page-loader-bg {
  transform: scalex(0);
  transition: all 90ms linear;
  transition: all 0.1s linear;
  will-change: transform;
  transform-origin: left;
}
.page-loader-wrap .page-loader .page-loader-bg:where([dir="rtl"], [dir="rtl"] *){
  left: 100%;
}
.page-loader-wrap .page-loader .loading-txt-wrap {
  margin-inline-start: -200px;
  transition: all 90ms linear;
  transition: all 0.1s linear;
}
.page-loader-wrap .page-loader .logo-wrap .logo {
  animation: grow 3s cubic-bezier(0.86, 0, 0.07, 1) 0.5s infinite both;
}
.page-loader-wrap .page-loader .spinner {
  animation: sk-scaleout 1s ease-in-out infinite;
  background-color: #fff;
  border-radius: 100%;
  height: 80px;
  margin: 0 auto;
  width: 80px;
}
.page-loader-wrap .logo-wrap .logo {
  animation: grow 2s cubic-bezier(0.86, 0, 0.07, 1) 0.4s infinite both;
}

.dropdown .flag{
  width: 0.75rem;
  -o-object-fit: contain;
     object-fit: contain;
}

@media (min-width: 768px){
  .dropdown .flag{
    width: 1rem;
  }
}
.dropdown .menu-wrap::before {
  content: "";
  top: -5px;
  display: block;
  border-bottom: 8px solid #fff;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
}
@media not all and (min-width: 640px){
  .dropdown .dropdown-menu{
    --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));
  }
}
.dropdown .dropdown-menu.show-me{
  --tw-translate-x: 0px;
  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));
}

.dynamicSwiper.cursor-section .swiper-slide {
  opacity: 0 !important;
}
.dynamicSwiper.cursor-section .swiper-slide.swiper-slide-active {
  opacity: 1 !important;
}
.before\:pointer-events-none::before{
  content: var(--tw-content) !important;
  pointer-events: none !important;
}
.before\:absolute::before{
  content: var(--tw-content) !important;
  position: absolute !important;
}
.before\:inset-0::before{
  content: var(--tw-content) !important;
  inset: 0px !important;
}
.before\:-start-2::before{
  content: var(--tw-content) !important;
  inset-inline-start: -0.5rem !important;
}
.before\:bottom-0::before{
  content: var(--tw-content) !important;
  bottom: 0px !important;
}
.before\:start-0::before{
  content: var(--tw-content) !important;
  inset-inline-start: 0px !important;
}
.before\:top-0::before{
  content: var(--tw-content) !important;
  top: 0px !important;
}
.before\:top-1\/2::before{
  content: var(--tw-content) !important;
  top: 50% !important;
}
.before\:z-\[-1\]::before{
  content: var(--tw-content) !important;
  z-index: -1 !important;
}
.before\:z-\[0\]::before{
  content: var(--tw-content) !important;
  z-index: 0 !important;
}
.before\:z-\[2\]::before{
  content: var(--tw-content) !important;
  z-index: 2 !important;
}
.before\:hidden::before{
  content: var(--tw-content) !important;
  display: none !important;
}
.before\:aspect-square::before{
  content: var(--tw-content) !important;
  aspect-ratio: 1 / 1 !important;
}
.before\:h-2::before{
  content: var(--tw-content) !important;
  height: 0.5rem !important;
}
.before\:h-\[1\.5px\]::before{
  content: var(--tw-content) !important;
  height: 1.5px !important;
}
.before\:h-full::before{
  content: var(--tw-content) !important;
  height: 100% !important;
}
.before\:w-0::before{
  content: var(--tw-content) !important;
  width: 0px !important;
}
.before\:w-10::before{
  content: var(--tw-content) !important;
  width: 2.5rem !important;
}
.before\:w-2::before{
  content: var(--tw-content) !important;
  width: 0.5rem !important;
}
.before\:w-full::before{
  content: var(--tw-content) !important;
  width: 100% !important;
}
.before\:rounded-full::before{
  content: var(--tw-content) !important;
  border-radius: 9999px !important;
}
.before\:rounded-bl-\[2px\]::before{
  content: var(--tw-content) !important;
  border-bottom-left-radius: 2px !important;
}
.before\:rounded-tr-\[2px\]::before{
  content: var(--tw-content) !important;
  border-top-right-radius: 2px !important;
}
.before\:bg-black\/10::before{
  content: var(--tw-content) !important;
  background-color: rgb(0 0 0 / 0.1) !important;
}
.before\:bg-black\/25::before{
  content: var(--tw-content) !important;
  background-color: rgb(0 0 0 / 0.25) !important;
}
.before\:bg-current::before{
  content: var(--tw-content) !important;
  background-color: currentColor !important;
}
.before\:bg-transparent::before{
  content: var(--tw-content) !important;
  background-color: transparent !important;
}
.before\:bg-white::before{
  content: var(--tw-content) !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1)) !important;
}
.before\:font-secondary::before{
  content: var(--tw-content) !important;
  font-family: var(--main-secondary-font), sans-serif !important;
}
.before\:text-3xl::before{
  content: var(--tw-content) !important;
  font-size: 1.875rem !important;
  line-height: 2.25rem !important;
}
.before\:text-xl::before{
  content: var(--tw-content) !important;
  font-size: 1.25rem !important;
  line-height: 1.75rem !important;
}
.before\:text-primary::before{
  content: var(--tw-content) !important;
  color: var(--color-primary) !important;
}
.before\:opacity-50::before{
  content: var(--tw-content) !important;
  opacity: 0.5 !important;
}
.before\:transition-\[width\]::before{
  content: var(--tw-content) !important;
  transition-property: width !important;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  transition-duration: 150ms !important;
}
.before\:duration-150::before{
  content: var(--tw-content) !important;
  transition-duration: 150ms !important;
}
.before\:duration-300::before{
  content: var(--tw-content) !important;
  transition-duration: 300ms !important;
}
.before\:duration-500::before{
  content: var(--tw-content) !important;
  transition-duration: 500ms !important;
}
.before\:ease-in-out::before{
  content: var(--tw-content) !important;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
}
.before\:content-\[\'\2022\'\]::before{
  --tw-content: '•' !important;
  content: var(--tw-content) !important;
}
.after\:absolute::after{
  content: var(--tw-content) !important;
  position: absolute !important;
}
.after\:inset-0::after{
  content: var(--tw-content) !important;
  inset: 0px !important;
}
.after\:bottom-0::after{
  content: var(--tw-content) !important;
  bottom: 0px !important;
}
.after\:end-\[10px\]::after{
  content: var(--tw-content) !important;
  inset-inline-end: 10px !important;
}
.after\:left-full::after{
  content: var(--tw-content) !important;
  left: 100% !important;
}
.after\:start-0::after{
  content: var(--tw-content) !important;
  inset-inline-start: 0px !important;
}
.after\:top-1\/2::after{
  content: var(--tw-content) !important;
  top: 50% !important;
}
.after\:z-0::after{
  content: var(--tw-content) !important;
  z-index: 0 !important;
}
.after\:z-10::after{
  content: var(--tw-content) !important;
  z-index: 10 !important;
}
.after\:z-\[1\]::after{
  content: var(--tw-content) !important;
  z-index: 1 !important;
}
.after\:mx-3::after{
  content: var(--tw-content) !important;
  margin-left: 0.75rem !important;
  margin-right: 0.75rem !important;
}
.after\:block::after{
  content: var(--tw-content) !important;
  display: block !important;
}
.after\:hidden::after{
  content: var(--tw-content) !important;
  display: none !important;
}
.after\:h-0::after{
  content: var(--tw-content) !important;
  height: 0px !important;
}
.after\:h-\[2px\]::after{
  content: var(--tw-content) !important;
  height: 2px !important;
}
.after\:h-full::after{
  content: var(--tw-content) !important;
  height: 100% !important;
}
.after\:w-0::after{
  content: var(--tw-content) !important;
  width: 0px !important;
}
.after\:w-\[60px\]::after{
  content: var(--tw-content) !important;
  width: 60px !important;
}
.after\:w-full::after{
  content: var(--tw-content) !important;
  width: 100% !important;
}
.after\:-translate-y-1\/2::after{
  content: var(--tw-content) !important;
  --tw-translate-y: -50% !important;
  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)) !important;
}
.after\:border-\[6px\]::after{
  content: var(--tw-content) !important;
  border-width: 6px !important;
}
.after\:border-solid::after{
  content: var(--tw-content) !important;
  border-style: solid !important;
}
.after\:border-transparent::after{
  content: var(--tw-content) !important;
  border-color: transparent !important;
}
.after\:bg-white::after{
  content: var(--tw-content) !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1)) !important;
}
.after\:bg-gradient-to-t::after{
  content: var(--tw-content) !important;
  background-image: linear-gradient(to top, var(--tw-gradient-stops)) !important;
}
.after\:from-secondary::after{
  content: var(--tw-content) !important;
  --tw-gradient-from: var(--color-secondary) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.after\:via-white\/0::after{
  content: var(--tw-content) !important;
  --tw-gradient-to: rgb(255 255 255 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(255 255 255 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}
.after\:to-primary::after{
  content: var(--tw-content) !important;
  --tw-gradient-to: var(--color-primary) var(--tw-gradient-to-position) !important;
}
.after\:to-white\/0::after{
  content: var(--tw-content) !important;
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position) !important;
}
.after\:opacity-25::after{
  content: var(--tw-content) !important;
  opacity: 0.25 !important;
}
.after\:transition-\[border\]::after{
  content: var(--tw-content) !important;
  transition-property: border !important;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  transition-duration: 150ms !important;
}
.after\:duration-300::after{
  content: var(--tw-content) !important;
  transition-duration: 300ms !important;
}
.after\:ease-in-out::after{
  content: var(--tw-content) !important;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
}
.odd\:-ms-5:nth-child(odd){
  margin-inline-start: -1.25rem !important;
}
.even\:-me-5:nth-child(even){
  margin-inline-end: -1.25rem !important;
}
.even\:rotate-180:nth-child(even){
  --tw-rotate: 180deg !important;
  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)) !important;
}
.hover\:z-10:hover{
  z-index: 10 !important;
}
.hover\:-translate-y-1:hover{
  --tw-translate-y: -0.25rem !important;
  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)) !important;
}
.hover\:bg-grayed-semiLight:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(236 236 236 / var(--tw-bg-opacity, 1)) !important;
}
.hover\:underline:hover{
  text-decoration-line: underline !important;
}
.hover\:opacity-100:hover{
  opacity: 1 !important;
}
.hover\:opacity-60:hover{
  opacity: 0.6 !important;
}
.hover\:opacity-85:hover{
  opacity: 0.85 !important;
}
.hover\:opacity-50:hover{
  opacity: 0.5 !important;
}
.hover\:opacity-65:hover{
  opacity: 0.65 !important;
}
.hover\:before\:w-full:hover::before{
  content: var(--tw-content) !important;
  width: 100% !important;
}
.group:hover .group-hover\:scale-x-\[1\.2\]{
  --tw-scale-x: 1.2 !important;
  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)) !important;
}
.group:hover .group-hover\:fill-primary{
  fill: var(--color-primary) !important;
}
.group:hover .group-hover\:stroke-primary{
  stroke: var(--color-primary) !important;
}
.group.swiper-slide-active .group-\[\.swiper-slide-active\]\:translate-y-0{
  --tw-translate-y: 0px !important;
  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)) !important;
}
.group.swiper-slide-active .group-\[\.swiper-slide-active\]\:scale-105{
  --tw-scale-x: 1.05 !important;
  --tw-scale-y: 1.05 !important;
  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)) !important;
}
.group.swiper-slide-active .group-\[\.swiper-slide-active\]\:opacity-100{
  opacity: 1 !important;
}
.group.swiper-slide-active .group-\[\.swiper-slide-active\]\:delay-300{
  transition-delay: 300ms !important;
}
.group.swiper-slide-active .group-\[\.swiper-slide-active\]\:delay-500{
  transition-delay: 500ms !important;
}
@media not all and (min-width: 1024px){
  .max-lg\:order-last{
    order: 9999 !important;
  }
  .max-lg\:mx-4{
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
  .max-lg\:mb-2{
    margin-bottom: 0.5rem !important;
  }
  .max-lg\:justify-between{
    justify-content: space-between !important;
  }
  .max-lg\:gap-4{
    gap: 1rem !important;
  }
  .max-lg\:gap-8{
    gap: 2rem !important;
  }
  .max-lg\:text-base{
    font-size: 1rem !important;
    line-height: 1.5rem !important;
  }
  .max-lg\:text-sm{
    font-size: 0.875rem !important;
    line-height: 1.25rem !important;
  }
  .max-lg\:before\:text-base::before{
    content: var(--tw-content) !important;
    font-size: 1rem !important;
    line-height: 1.5rem !important;
  }
}
@media not all and (min-width: 768px){
  .max-md\:relative{
    position: relative !important;
  }
  .max-md\:bottom-24{
    bottom: 6rem !important;
  }
  .max-md\:top-\[42\%\]{
    top: 42% !important;
  }
  .max-md\:order-2{
    order: 2 !important;
  }
  .max-md\:order-first{
    order: -9999 !important;
  }
  .max-md\:col-span-2{
    grid-column: span 2 / span 2 !important;
  }
  .max-md\:col-span-4{
    grid-column: span 4 / span 4 !important;
  }
  .max-md\:col-span-5{
    grid-column: span 5 / span 5 !important;
  }
  .max-md\:-ms-8{
    margin-inline-start: -2rem !important;
  }
  .max-md\:ms-6{
    margin-inline-start: 1.5rem !important;
  }
  .max-md\:mt-4{
    margin-top: 1rem !important;
  }
  .max-md\:flex{
    display: flex !important;
  }
  .max-md\:hidden{
    display: none !important;
  }
  .max-md\:h-10{
    height: 2.5rem !important;
  }
  .max-md\:h-4\/5{
    height: 80% !important;
  }
  .max-md\:h-\[85\%\]{
    height: 85% !important;
  }
  .max-md\:h-\[var\(--h-custom\)\]{
    height: var(--h-custom) !important;
  }
  .max-md\:min-h-\[70vh\]{
    min-height: 70vh !important;
  }
  .max-md\:w-10{
    width: 2.5rem !important;
  }
  .max-md\:w-5{
    width: 1.25rem !important;
  }
  .max-md\:w-\[80\%\]{
    width: 80% !important;
  }
  .max-md\:w-\[90\%\]{
    width: 90% !important;
  }
  .max-md\:w-\[95\%\]{
    width: 95% !important;
  }
  .max-md\:max-w-\[99vw\]{
    max-width: 99vw !important;
  }
  .max-md\:shrink-0{
    flex-shrink: 0 !important;
  }
  .max-md\:grid-cols-10{
    grid-template-columns: repeat(10, minmax(0, 1fr)) !important;
  }
  .max-md\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
  .max-md\:flex-col{
    flex-direction: column !important;
  }
  .max-md\:items-start{
    align-items: flex-start !important;
  }
  .max-md\:items-end{
    align-items: flex-end !important;
  }
  .max-md\:items-center{
    align-items: center !important;
  }
  .max-md\:justify-end{
    justify-content: flex-end !important;
  }
  .max-md\:gap-4{
    gap: 1rem !important;
  }
  .max-md\:gap-6{
    gap: 1.5rem !important;
  }
  .max-md\:gap-x-5{
    -moz-column-gap: 1.25rem !important;
         column-gap: 1.25rem !important;
  }
  .max-md\:overflow-hidden{
    overflow: hidden !important;
  }
  .max-md\:overflow-x-auto{
    overflow-x: auto !important;
  }
  .max-md\:overflow-x-hidden{
    overflow-x: hidden !important;
  }
  .max-md\:rounded-md{
    border-radius: 15px !important;
  }
  .max-md\:border-2{
    border-width: 2px !important;
  }
  .max-md\:border-dashed{
    border-style: dashed !important;
  }
  .max-md\:border-primary{
    border-color: var(--color-primary) !important;
  }
  .max-md\:bg-white{
    --tw-bg-opacity: 1 !important;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1)) !important;
  }
  .max-md\:p-0{
    padding: 0px !important;
  }
  .max-md\:p-3{
    padding: 0.75rem !important;
  }
  .max-md\:px-2\.5{
    padding-left: 0.625rem !important;
    padding-right: 0.625rem !important;
  }
  .max-md\:px-4{
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  .max-md\:pb-4{
    padding-bottom: 1rem !important;
  }
  .max-md\:pb-\[15\%\]{
    padding-bottom: 15% !important;
  }
  .max-md\:ps-8{
    padding-inline-start: 2rem !important;
  }
  .max-md\:pt-16{
    padding-top: 4rem !important;
  }
  .max-md\:pt-6{
    padding-top: 1.5rem !important;
  }
  .max-md\:text-center{
    text-align: center !important;
  }
  .max-md\:text-start{
    text-align: start !important;
  }
  .max-md\:\!text-2xl{
    font-size: 1.5rem !important;
    line-height: 2rem !important;
  }
  .max-md\:text-\[\.75rem\]{
    font-size: .75rem !important;
  }
  .max-md\:text-\[0px\]{
    font-size: 0px !important;
  }
  .max-md\:text-base{
    font-size: 1rem !important;
    line-height: 1.5rem !important;
  }
  .max-md\:text-sm{
    font-size: 0.875rem !important;
    line-height: 1.25rem !important;
  }
  .max-md\:text-xl{
    font-size: 1.25rem !important;
    line-height: 1.75rem !important;
  }
  .max-md\:text-xs{
    font-size: 0.75rem !important;
    line-height: 1rem !important;
  }
  .max-md\:font-bold{
    font-weight: 700 !important;
  }
  .max-md\:text-body-txt{
    color: var(--body-txt) !important;
  }
  .max-md\:text-primary{
    color: var(--color-primary) !important;
  }
  .max-md\:shadow-lg{
    --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1) !important;
    --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }
  .max-md\:brightness-0{
    --tw-brightness: brightness(0) !important;
    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) !important;
  }
  .max-md\:\!filter-none{
    filter: none !important;
  }
  .max-md\:before\:-end-4::before{
    content: var(--tw-content) !important;
    inset-inline-end: -1rem !important;
  }
  .max-md\:before\:start-auto::before{
    content: var(--tw-content) !important;
    inset-inline-start: auto !important;
  }
  .max-md\:before\:w-20::before{
    content: var(--tw-content) !important;
    width: 5rem !important;
  }
}
@media not all and (min-width: 640px){
  .max-sm\:fixed{
    position: fixed !important;
  }
  .max-sm\:flex{
    display: flex !important;
  }
  .max-sm\:h-full{
    height: 100% !important;
  }
  .max-sm\:h-svh{
    height: 100svh !important;
  }
  .max-sm\:w-svw{
    width: 100svw !important;
  }
  .max-sm\:bg-white{
    --tw-bg-opacity: 1 !important;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1)) !important;
  }
  .max-sm\:p-6{
    padding: 1.5rem !important;
  }
  .max-sm\:py-3{
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
  }
  .max-sm\:\!pt-3{
    padding-top: 0.75rem !important;
  }
}
@media (min-width: 640px){
  .sm\:absolute{
    position: absolute !important;
  }
  .sm\:top-12{
    top: 3rem !important;
  }
  .sm\:hidden{
    display: none !important;
  }
}
@media (min-width: 768px){
  .md\:absolute{
    position: absolute !important;
  }
  .md\:bottom-\[10\%\]{
    bottom: 10% !important;
  }
  .md\:end-4{
    inset-inline-end: 1rem !important;
  }
  .md\:top-20{
    top: 5rem !important;
  }
  .md\:top-4{
    top: 1rem !important;
  }
  .md\:z-\[1\]{
    z-index: 1 !important;
  }
  .md\:my-1{
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .md\:-mt-10{
    margin-top: -2.5rem !important;
  }
  .md\:me-20{
    margin-inline-end: 5rem !important;
  }
  .md\:ms-20{
    margin-inline-start: 5rem !important;
  }
  .md\:ms-\[20\%\]{
    margin-inline-start: 20% !important;
  }
  .md\:ms-\[5\%\]{
    margin-inline-start: 5% !important;
  }
  .md\:mt-36{
    margin-top: 9rem !important;
  }
  .md\:block{
    display: block !important;
  }
  .md\:flex{
    display: flex !important;
  }
  .md\:hidden{
    display: none !important;
  }
  .md\:aspect-video{
    aspect-ratio: 16 / 9 !important;
  }
  .md\:size-12{
    width: 3rem !important;
    height: 3rem !important;
  }
  .md\:h-3{
    height: 0.75rem !important;
  }
  .md\:h-8{
    height: 2rem !important;
  }
  .md\:h-\[150vh\]{
    height: 150vh !important;
  }
  .md\:h-screen{
    height: 100vh !important;
  }
  .md\:min-h-8{
    min-height: 2rem !important;
  }
  .md\:min-h-\[60\%\]{
    min-height: 60% !important;
  }
  .md\:min-h-\[90vh\]{
    min-height: 90vh !important;
  }
  .md\:min-h-screen{
    min-height: 100vh !important;
  }
  .md\:w-1\/2{
    width: 50% !important;
  }
  .md\:w-3{
    width: 0.75rem !important;
  }
  .md\:w-3\/4{
    width: 75% !important;
  }
  .md\:w-3\/5{
    width: 60% !important;
  }
  .md\:w-4{
    width: 1rem !important;
  }
  .md\:w-4\/5{
    width: 80% !important;
  }
  .md\:w-8{
    width: 2rem !important;
  }
  .md\:w-\[350px\]{
    width: 350px !important;
  }
  .md\:min-w-8{
    min-width: 2rem !important;
  }
  .md\:max-w-\[54\%\]{
    max-width: 54% !important;
  }
  .md\:max-w-\[80\%\]{
    max-width: 80% !important;
  }
  .md\:translate-y-\[500px\]{
    --tw-translate-y: 500px !important;
    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)) !important;
  }
  .md\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
  .md\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
  .md\:grid-cols-\[8fr\2c 4fr\]{
    grid-template-columns: 8fr 4fr !important;
  }
  .md\:items-start{
    align-items: flex-start !important;
  }
  .md\:justify-end{
    justify-content: flex-end !important;
  }
  .md\:justify-evenly{
    justify-content: space-evenly !important;
  }
  .md\:gap-0{
    gap: 0px !important;
  }
  .md\:gap-10{
    gap: 2.5rem !important;
  }
  .md\:gap-3{
    gap: 0.75rem !important;
  }
  .md\:gap-5{
    gap: 1.25rem !important;
  }
  .md\:justify-self-end{
    justify-self: end !important;
  }
  .md\:rounded-xl{
    border-radius: 30px !important;
  }
  .md\:border-e-2{
    border-inline-end-width: 2px !important;
  }
  .md\:border-s-2{
    border-inline-start-width: 2px !important;
  }
  .md\:p-2\.5{
    padding: 0.625rem !important;
  }
  .md\:px-12{
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }
  .md\:px-20{
    padding-left: 5rem !important;
    padding-right: 5rem !important;
  }
  .md\:px-6{
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
  .md\:py-2{
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .md\:pb-20{
    padding-bottom: 5rem !important;
  }
  .md\:pe-14{
    padding-inline-end: 3.5rem !important;
  }
  .md\:pe-8{
    padding-inline-end: 2rem !important;
  }
  .md\:ps-10{
    padding-inline-start: 2.5rem !important;
  }
  .md\:pt-16{
    padding-top: 4rem !important;
  }
  .md\:pt-6{
    padding-top: 1.5rem !important;
  }
  .md\:pt-\[var\(--h-sm\)\]{
    padding-top: var(--h-sm) !important;
  }
  .md\:text-5xl{
    font-size: 3rem !important;
    line-height: 1 !important;
  }
  .md\:text-base{
    font-size: 1rem !important;
    line-height: 1.5rem !important;
  }
  .md\:text-white{
    --tw-text-opacity: 1 !important;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1)) !important;
  }
  .md\:shadow{
    --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1) !important;
    --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }
  .md\:before\:absolute::before{
    content: var(--tw-content) !important;
    position: absolute !important;
  }
  .md\:before\:end-3::before{
    content: var(--tw-content) !important;
    inset-inline-end: 0.75rem !important;
  }
  .md\:before\:hidden::before{
    content: var(--tw-content) !important;
    display: none !important;
  }
  .md\:hover\:scale-110:hover{
    --tw-scale-x: 1.1 !important;
    --tw-scale-y: 1.1 !important;
    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)) !important;
  }
  .md\:hover\:drop-shadow-lg:hover{
    --tw-drop-shadow: drop-shadow(0 10px 8px rgb(0 0 0 / 0.04)) drop-shadow(0 4px 3px rgb(0 0 0 / 0.1)) !important;
    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) !important;
  }
  .group:hover .md\:group-hover\:block{
    display: block !important;
  }
  .group:hover .md\:group-hover\:h-\[var\(--h-sm\)\]{
    height: var(--h-sm) !important;
  }
  .group:hover .md\:group-hover\:translate-y-0{
    --tw-translate-y: 0px !important;
    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)) !important;
  }
  .group:hover .md\:group-hover\:scale-105{
    --tw-scale-x: 1.05 !important;
    --tw-scale-y: 1.05 !important;
    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)) !important;
  }
  .group:hover .md\:group-hover\:fill-body-bg{
    fill: var(--body-bg) !important;
  }
  .group:hover .md\:group-hover\:stroke-primary{
    stroke: var(--color-primary) !important;
  }
  @media (min-width: 1024px){
    .md\:lg\:max-w-60{
      max-width: 15rem !important;
    }
  }
}
@media (min-width: 1024px){
  .lg\:end-10{
    inset-inline-end: 2.5rem !important;
  }
  .lg\:start-10{
    inset-inline-start: 2.5rem !important;
  }
  .lg\:-mx-2{
    margin-left: -0.5rem !important;
    margin-right: -0.5rem !important;
  }
  .lg\:my-4{
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .lg\:mb-5{
    margin-bottom: 1.25rem !important;
  }
  .lg\:mb-8{
    margin-bottom: 2rem !important;
  }
  .lg\:ms-5{
    margin-inline-start: 1.25rem !important;
  }
  .lg\:ms-8{
    margin-inline-start: 2rem !important;
  }
  .lg\:mt-10{
    margin-top: 2.5rem !important;
  }
  .lg\:flex{
    display: flex !important;
  }
  .lg\:size-14{
    width: 3.5rem !important;
    height: 3.5rem !important;
  }
  .lg\:h-full{
    height: 100% !important;
  }
  .lg\:h-screen{
    height: 100vh !important;
  }
  .lg\:w-\[calc\(100\%-var\(--sideMenu-width\)\)\]{
    width: calc(100% - var(--sideMenu-width)) !important;
  }
  .lg\:max-w-\[33\%\]{
    max-width: 33% !important;
  }
  .lg\:max-w-\[60vw\]{
    max-width: 60vw !important;
  }
  .lg\:max-w-xl{
    max-width: 36rem !important;
  }
  .lg\:-rotate-30{
    --tw-rotate: -30deg !important;
    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)) !important;
  }
  .lg\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
  .lg\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
  .lg\:grid-cols-\[5fr_7fr\]{
    grid-template-columns: 5fr 7fr !important;
  }
  .lg\:flex-row{
    flex-direction: row !important;
  }
  .lg\:gap-12{
    gap: 3rem !important;
  }
  .lg\:gap-14{
    gap: 3.5rem !important;
  }
  .lg\:gap-16{
    gap: 4rem !important;
  }
  .lg\:gap-2{
    gap: 0.5rem !important;
  }
  .lg\:gap-24{
    gap: 6rem !important;
  }
  .lg\:gap-3{
    gap: 0.75rem !important;
  }
  .lg\:gap-4{
    gap: 1rem !important;
  }
  .lg\:gap-44{
    gap: 11rem !important;
  }
  .lg\:gap-6{
    gap: 1.5rem !important;
  }
  .lg\:gap-8{
    gap: 2rem !important;
  }
  .lg\:p-2\.5{
    padding: 0.625rem !important;
  }
  .lg\:p-8{
    padding: 2rem !important;
  }
  .lg\:px-14{
    padding-left: 3.5rem !important;
    padding-right: 3.5rem !important;
  }
  .lg\:px-16{
    padding-left: 4rem !important;
    padding-right: 4rem !important;
  }
  .lg\:px-20{
    padding-left: 5rem !important;
    padding-right: 5rem !important;
  }
  .lg\:px-4{
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  .lg\:px-7{
    padding-left: 1.75rem !important;
    padding-right: 1.75rem !important;
  }
  .lg\:py-12{
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .lg\:py-16{
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  .lg\:py-4{
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .lg\:pe-16{
    padding-inline-end: 4rem !important;
  }
  .lg\:pe-20{
    padding-inline-end: 5rem !important;
  }
  .lg\:ps-16{
    padding-inline-start: 4rem !important;
  }
  .lg\:pt-16{
    padding-top: 4rem !important;
  }
  .lg\:pt-8{
    padding-top: 2rem !important;
  }
  .lg\:text-center{
    text-align: center !important;
  }
  .lg\:\!text-3xl{
    font-size: 1.875rem !important;
    line-height: 2.25rem !important;
  }
  .lg\:\!text-4xl{
    font-size: 2.25rem !important;
    line-height: 2.5rem !important;
  }
  .lg\:\!text-8xl{
    font-size: 6rem !important;
    line-height: 1 !important;
  }
  .lg\:\!text-xl{
    font-size: 1.25rem !important;
    line-height: 1.75rem !important;
  }
  .lg\:text-3xl{
    font-size: 1.875rem !important;
    line-height: 2.25rem !important;
  }
  .lg\:text-6xl{
    font-size: 3.75rem !important;
    line-height: 1 !important;
  }
  .lg\:text-\[120px\]{
    font-size: 120px !important;
  }
  .lg\:text-lg{
    font-size: 1.125rem !important;
    line-height: 1.75rem !important;
  }
  .lg\:text-xl{
    font-size: 1.25rem !important;
    line-height: 1.75rem !important;
  }
}
@media (min-width: 1300px){
  .xl\:mt-5{
    margin-top: 1.25rem !important;
  }
  .xl\:size-16{
    width: 4rem !important;
    height: 4rem !important;
  }
  .xl\:h-16{
    height: 4rem !important;
  }
  .xl\:max-w-40{
    max-width: 10rem !important;
  }
  .xl\:max-w-96{
    max-width: 24rem !important;
  }
  .xl\:max-w-\[72\%\]{
    max-width: 72% !important;
  }
  .xl\:max-w-\[750px\]{
    max-width: 750px !important;
  }
  .xl\:gap-10{
    gap: 2.5rem !important;
  }
  .xl\:gap-16{
    gap: 4rem !important;
  }
  .xl\:gap-5{
    gap: 1.25rem !important;
  }
  .xl\:p-6{
    padding: 1.5rem !important;
  }
  .xl\:px-32{
    padding-left: 8rem !important;
    padding-right: 8rem !important;
  }
  .xl\:py-12{
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .xl\:py-16{
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  .xl\:py-20{
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  .xl\:text-3xl{
    font-size: 1.875rem !important;
    line-height: 2.25rem !important;
  }
  .xl\:text-4xl{
    font-size: 2.25rem !important;
    line-height: 2.5rem !important;
  }
  .xl\:text-6xl{
    font-size: 3.75rem !important;
    line-height: 1 !important;
  }
  .xl\:text-base{
    font-size: 1rem !important;
    line-height: 1.5rem !important;
  }
  .xl\:text-lg{
    font-size: 1.125rem !important;
    line-height: 1.75rem !important;
  }
  .xl\:text-xl{
    font-size: 1.25rem !important;
    line-height: 1.75rem !important;
  }
}
@media (min-width: 1450px){
  .\32xl\:top-24{
    top: 6rem !important;
  }
  .\32xl\:my-6{
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .\32xl\:me-32{
    margin-inline-end: 8rem !important;
  }
  .\32xl\:ms-32{
    margin-inline-start: 8rem !important;
  }
  .\32xl\:ms-8{
    margin-inline-start: 2rem !important;
  }
  .\32xl\:h-10{
    height: 2.5rem !important;
  }
  .\32xl\:h-14{
    height: 3.5rem !important;
  }
  .\32xl\:min-h-10{
    min-height: 2.5rem !important;
  }
  .\32xl\:w-1\/2{
    width: 50% !important;
  }
  .\32xl\:w-10{
    width: 2.5rem !important;
  }
  .\32xl\:w-14{
    width: 3.5rem !important;
  }
  .\32xl\:w-3\/4{
    width: 75% !important;
  }
  .\32xl\:w-\[450px\]{
    width: 450px !important;
  }
  .\32xl\:min-w-10{
    min-width: 2.5rem !important;
  }
  .\32xl\:min-w-44{
    min-width: 11rem !important;
  }
  .\32xl\:max-w-\[65\%\]{
    max-width: 65% !important;
  }
  .\32xl\:gap-16{
    gap: 4rem !important;
  }
  .\32xl\:gap-20{
    gap: 5rem !important;
  }
  .\32xl\:gap-24{
    gap: 6rem !important;
  }
  .\32xl\:gap-52{
    gap: 13rem !important;
  }
  .\32xl\:p-8{
    padding: 2rem !important;
  }
  .\32xl\:px-16{
    padding-left: 4rem !important;
    padding-right: 4rem !important;
  }
  .\32xl\:px-20{
    padding-left: 5rem !important;
    padding-right: 5rem !important;
  }
  .\32xl\:px-24{
    padding-left: 6rem !important;
    padding-right: 6rem !important;
  }
  .\32xl\:py-3{
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
  }
  .\32xl\:py-\[10px\]{
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }
  .\32xl\:pe-20{
    padding-inline-end: 5rem !important;
  }
  .\32xl\:pe-8{
    padding-inline-end: 2rem !important;
  }
  .\32xl\:ps-8{
    padding-inline-start: 2rem !important;
  }
  .\32xl\:pt-20{
    padding-top: 5rem !important;
  }
  .\32xl\:pt-\[var\(--h-custom\)\]{
    padding-top: var(--h-custom) !important;
  }
  .\32xl\:\!text-3xl{
    font-size: 1.875rem !important;
    line-height: 2.25rem !important;
  }
  .\32xl\:\!text-4xl{
    font-size: 2.25rem !important;
    line-height: 2.5rem !important;
  }
  .\32xl\:\!text-5xl{
    font-size: 3rem !important;
    line-height: 1 !important;
  }
  .\32xl\:\!text-6xl{
    font-size: 3.75rem !important;
    line-height: 1 !important;
  }
  .\32xl\:\!text-base{
    font-size: 1rem !important;
    line-height: 1.5rem !important;
  }
  .\32xl\:text-2xl{
    font-size: 1.5rem !important;
    line-height: 2rem !important;
  }
  .\32xl\:text-3xl{
    font-size: 1.875rem !important;
    line-height: 2.25rem !important;
  }
  .\32xl\:text-base{
    font-size: 1rem !important;
    line-height: 1.5rem !important;
  }
  .\32xl\:text-xl{
    font-size: 1.25rem !important;
    line-height: 1.75rem !important;
  }
  .group:hover .\32xl\:group-hover\:h-\[var\(--h-custom\)\]{
    height: var(--h-custom) !important;
  }
}
@media (min-width: 1750px){
  .\33xl\:bottom-24{
    bottom: 6rem !important;
  }
  .\33xl\:ms-0{
    margin-inline-start: 0px !important;
  }
  .\33xl\:mt-5{
    margin-top: 1.25rem !important;
  }
  .\33xl\:gap-10{
    gap: 2.5rem !important;
  }
  .\33xl\:gap-36{
    gap: 9rem !important;
  }
  .\33xl\:gap-5{
    gap: 1.25rem !important;
  }
  .\33xl\:p-12{
    padding: 3rem !important;
  }
  .\33xl\:px-40{
    padding-left: 10rem !important;
    padding-right: 10rem !important;
  }
  .\33xl\:pt-24{
    padding-top: 6rem !important;
  }
  .\33xl\:\!text-5xl{
    font-size: 3rem !important;
    line-height: 1 !important;
  }
  .\33xl\:\!text-6xl{
    font-size: 3.75rem !important;
    line-height: 1 !important;
  }
  .\33xl\:text-2xl{
    font-size: 1.5rem !important;
    line-height: 2rem !important;
  }
  .\33xl\:text-7xl{
    font-size: 4.5rem !important;
    line-height: 1 !important;
  }
  .\33xl\:text-8xl{
    font-size: 6rem !important;
    line-height: 1 !important;
  }
  .\33xl\:text-xl{
    font-size: 1.25rem !important;
    line-height: 1.75rem !important;
  }
}
.ltr\:inset-0:where([dir="ltr"], [dir="ltr"] *){
  inset: 0px !important;
}
.ltr\:right-4:where([dir="ltr"], [dir="ltr"] *){
  right: 1rem !important;
}
.ltr\:origin-left:where([dir="ltr"], [dir="ltr"] *){
  transform-origin: left !important;
}
.ltr\:-translate-x-full:where([dir="ltr"], [dir="ltr"] *){
  --tw-translate-x: -100% !important;
  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)) !important;
}
.ltr\:-skew-x-\[8deg\]:where([dir="ltr"], [dir="ltr"] *){
  --tw-skew-x: -8deg !important;
  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)) !important;
}
.ltr\:skew-x-\[8deg\]:where([dir="ltr"], [dir="ltr"] *){
  --tw-skew-x: 8deg !important;
  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)) !important;
}
.ltr\:\[clip-path\:inset\(0\%_0\%_0_100\%\)\]:where([dir="ltr"], [dir="ltr"] *){
  clip-path: inset(0% 0% 0 100%) !important;
}
.ltr\:before\:left-1\/2:where([dir="ltr"], [dir="ltr"] *)::before{
  content: var(--tw-content) !important;
  left: 50% !important;
}
.ltr\:before\:-translate-x-1\/2:where([dir="ltr"], [dir="ltr"] *)::before{
  content: var(--tw-content) !important;
  --tw-translate-x: -50% !important;
  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)) !important;
}
.ltr\:before\:-skew-x-\[8deg\]:where([dir="ltr"], [dir="ltr"] *)::before{
  content: var(--tw-content) !important;
  --tw-skew-x: -8deg !important;
  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)) !important;
}
.group:hover .ltr\:group-hover\:translate-x-1:where([dir="ltr"], [dir="ltr"] *){
  --tw-translate-x: 0.25rem !important;
  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)) !important;
}
.group:hover .ltr\:group-hover\:translate-x-2:where([dir="ltr"], [dir="ltr"] *){
  --tw-translate-x: 0.5rem !important;
  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)) !important;
}
.rtl\:left-4:where([dir="rtl"], [dir="rtl"] *){
  left: 1rem !important;
}
.rtl\:origin-right:where([dir="rtl"], [dir="rtl"] *){
  transform-origin: right !important;
}
.rtl\:translate-x-full:where([dir="rtl"], [dir="rtl"] *){
  --tw-translate-x: 100% !important;
  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)) !important;
}
.rtl\:rotate-180:where([dir="rtl"], [dir="rtl"] *){
  --tw-rotate: 180deg !important;
  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)) !important;
}
.rtl\:-skew-x-\[8deg\]:where([dir="rtl"], [dir="rtl"] *){
  --tw-skew-x: -8deg !important;
  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)) !important;
}
.rtl\:skew-x-\[8deg\]:where([dir="rtl"], [dir="rtl"] *){
  --tw-skew-x: 8deg !important;
  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)) !important;
}
.rtl\:\[clip-path\:inset\(0\%_100\%_0_0\%\)\]:where([dir="rtl"], [dir="rtl"] *){
  clip-path: inset(0% 100% 0 0%) !important;
}
.rtl\:before\:right-1\/2:where([dir="rtl"], [dir="rtl"] *)::before{
  content: var(--tw-content) !important;
  right: 50% !important;
}
.rtl\:before\:translate-x-1\/2:where([dir="rtl"], [dir="rtl"] *)::before{
  content: var(--tw-content) !important;
  --tw-translate-x: 50% !important;
  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)) !important;
}
.rtl\:before\:skew-x-\[8deg\]:where([dir="rtl"], [dir="rtl"] *)::before{
  content: var(--tw-content) !important;
  --tw-skew-x: 8deg !important;
  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)) !important;
}
.group:hover .rtl\:group-hover\:-translate-x-1:where([dir="rtl"], [dir="rtl"] *){
  --tw-translate-x: -0.25rem !important;
  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)) !important;
}
.group:hover .rtl\:group-hover\:-translate-x-2:where([dir="rtl"], [dir="rtl"] *){
  --tw-translate-x: -0.5rem !important;
  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)) !important;
}
.\[\&\.show-popup\]\:visible.show-popup{
  visibility: visible !important;
}
