@import url(https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap);
*, ::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.19 | 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;
}
.pointer-events-none{
  pointer-events: none;
}
.fixed{
  position: fixed;
}
.absolute{
  position: absolute;
}
.relative{
  position: relative;
}
.inset-0{
  inset: 0px;
}
.-top-10{
  top: -2.5rem;
}
.bottom-0{
  bottom: 0px;
}
.bottom-10{
  bottom: 2.5rem;
}
.bottom-5{
  bottom: 1.25rem;
}
.bottom-8{
  bottom: 2rem;
}
.left-0{
  left: 0px;
}
.left-1\/2{
  left: 50%;
}
.left-5{
  left: 1.25rem;
}
.left-8{
  left: 2rem;
}
.right-0{
  right: 0px;
}
.right-5{
  right: 1.25rem;
}
.right-8{
  right: 2rem;
}
.right-full{
  right: 100%;
}
.top-0{
  top: 0px;
}
.top-1\/2{
  top: 50%;
}
.top-5{
  top: 1.25rem;
}
.top-full{
  top: 100%;
}
.bottom-\[-2px\]{
  bottom: -2px;
}
.z-10{
  z-index: 10;
}
.z-\[1000\]{
  z-index: 1000;
}
.z-\[100\]{
  z-index: 100;
}
.order-first{
  order: -9999;
}
.mx-auto{
  margin-left: auto;
  margin-right: auto;
}
.my-20{
  margin-top: 5rem;
  margin-bottom: 5rem;
}
.mb-0{
  margin-bottom: 0px;
}
.mb-10{
  margin-bottom: 2.5rem;
}
.mb-12{
  margin-bottom: 3rem;
}
.mb-4{
  margin-bottom: 1rem;
}
.ml-5{
  margin-left: 1.25rem;
}
.ml-auto{
  margin-left: auto;
}
.mt-5{
  margin-top: 1.25rem;
}
.mt-auto{
  margin-top: auto;
}
.mr-10{
  margin-right: 2.5rem;
}
.mb-\[-2px\]{
  margin-bottom: -2px;
}
.mt-\[-2px\]{
  margin-top: -2px;
}
.mb-5{
  margin-bottom: 1.25rem;
}
.block{
  display: block;
}
.inline{
  display: inline;
}
.flex{
  display: flex;
}
.grid{
  display: grid;
}
.hidden{
  display: none;
}
.h-1\/2{
  height: 50%;
}
.h-\[120\%\]{
  height: 120%;
}
.h-\[52px\]{
  height: 52px;
}
.h-auto{
  height: auto;
}
.h-full{
  height: 100%;
}
.h-screen{
  height: 100vh;
}
.min-h-\[40vh\]{
  min-height: 40vh;
}
.min-h-\[500px\]{
  min-height: 500px;
}
.min-h-\[60vh\]{
  min-height: 60vh;
}
.min-h-screen{
  min-height: 100vh;
}
.w-5{
  width: 1.25rem;
}
.w-7{
  width: 1.75rem;
}
.w-\[180px\]{
  width: 180px;
}
.w-\[250\]{
  width: 250;
}
.w-\[52px\]{
  width: 52px;
}
.w-full{
  width: 100%;
}
.w-\[100vw\]{
  width: 100vw;
}
.w-\[250px\]{
  width: 250px;
}
.w-\[200px\]{
  width: 200px;
}
.min-w-full{
  min-width: 100%;
}
.max-w-\[1360px\]{
  max-width: 1360px;
}
.max-w-\[615px\]{
  max-width: 615px;
}
.max-w-\[90\%\]{
  max-width: 90%;
}
.max-w-\[980px\]{
  max-width: 980px;
}
.-translate-x-1\/2{
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-translate-y-1\/2{
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-x-0{
  --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));
}
.translate-x-full{
  --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));
}
.rotate-180{
  --tw-rotate: 180deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.scale-0{
  --tw-scale-x: 0;
  --tw-scale-y: 0;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.scale-100{
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.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));
}
.resize{
  resize: both;
}
.list-none{
  list-style-type: none;
}
.grid-cols-1{
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-2{
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.flex-col{
  flex-direction: column;
}
.items-start{
  align-items: flex-start;
}
.items-center{
  align-items: center;
}
.justify-center{
  justify-content: center;
}
.justify-between{
  justify-content: space-between;
}
.gap-10{
  gap: 2.5rem;
}
.gap-3{
  gap: 0.75rem;
}
.gap-4{
  gap: 1rem;
}
.gap-5{
  gap: 1.25rem;
}
.gap-6{
  gap: 1.5rem;
}
.gap-8{
  gap: 2rem;
}
.gap-\[28px\]{
  gap: 28px;
}
.gap-2{
  gap: 0.5rem;
}
.overflow-hidden{
  overflow: hidden;
}
.overflow-x-hidden{
  overflow-x: hidden;
}
.rounded-\[10px\]{
  border-radius: 10px;
}
.rounded-\[4px\]{
  border-radius: 4px;
}
.rounded-full{
  border-radius: 9999px;
}
.border{
  border-width: 1px;
}
.border-b{
  border-bottom-width: 1px;
}
.border-\[\#D7181F\]{
  --tw-border-opacity: 1;
  border-color: rgb(215 24 31 / var(--tw-border-opacity, 1));
}
.border-\[\#EE3124\]{
  --tw-border-opacity: 1;
  border-color: rgb(238 49 36 / var(--tw-border-opacity, 1));
}
.border-white{
  --tw-border-opacity: 1;
  border-color: rgb(253 253 253 / var(--tw-border-opacity, 1));
}
.bg-\[\#262B26\]{
  --tw-bg-opacity: 1;
  background-color: rgb(38 43 38 / var(--tw-bg-opacity, 1));
}
.bg-\[\#EE3124\]{
  --tw-bg-opacity: 1;
  background-color: rgb(238 49 36 / var(--tw-bg-opacity, 1));
}
.bg-black{
  --tw-bg-opacity: 1;
  background-color: rgb(16 16 16 / var(--tw-bg-opacity, 1));
}
.bg-white{
  --tw-bg-opacity: 1;
  background-color: rgb(253 253 253 / var(--tw-bg-opacity, 1));
}
.object-cover{
  -o-object-fit: cover;
     object-fit: cover;
}
.p-10{
  padding: 2.5rem;
}
.p-5{
  padding: 1.25rem;
}
.p-0{
  padding: 0px;
}
.px-2{
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.px-3{
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.px-5{
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.py-2{
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-20{
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.py-4{
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.py-7{
  padding-top: 1.75rem;
  padding-bottom: 1.75rem;
}
.px-4{
  padding-left: 1rem;
  padding-right: 1rem;
}
.py-3{
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.py-5{
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.pb-4{
  padding-bottom: 1rem;
}
.pb-5{
  padding-bottom: 1.25rem;
}
.pb-\[39\.7\%\]{
  padding-bottom: 39.7%;
}
.pb-\[56\.25\%\]{
  padding-bottom: 56.25%;
}
.pb-\[70\.3\%\]{
  padding-bottom: 70.3%;
}
.pb-\[88\%\]{
  padding-bottom: 88%;
}
.pb-\[90\%\]{
  padding-bottom: 90%;
}
.pl-5{
  padding-left: 1.25rem;
}
.pr-5{
  padding-right: 1.25rem;
}
.text-left{
  text-align: left;
}
.text-\[12px\]{
  font-size: 12px;
}
.text-\[14px\]{
  font-size: 14px;
}
.font-medium{
  font-weight: 500;
}
.normal-case{
  text-transform: none;
}
.text-\[\#EE3124\]{
  --tw-text-opacity: 1;
  color: rgb(238 49 36 / var(--tw-text-opacity, 1));
}
.text-green{
  --tw-text-opacity: 1;
  color: rgb(56 108 74 / var(--tw-text-opacity, 1));
}
.text-white{
  --tw-text-opacity: 1;
  color: rgb(253 253 253 / var(--tw-text-opacity, 1));
}
.opacity-0{
  opacity: 0;
}
.opacity-75{
  opacity: 0.75;
}
.filter{
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.transition{
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-all{
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-none{
  transition-property: none;
}
.ease-in-out{
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
body {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  color: #262B26;
  font-size: calc(16px + 4 * (100vw - 400px) / 1920);
  line-height: 1.22;
}

h1, h2, h3, h4, h5, h6, p, span, a {
  margin-top: 0;
  margin-bottom: 1rem;
}

span {
  margin-bottom: 0;
}

b, strong {
  font-weight: 500;
}

span {
  font-size: inherit;
  font-weight: inherit;
  font-family: inherit;
  line-height: inherit;
}

a {
  color: inherit;
  text-decoration: none;
}

.italic {
  font-style: italic;
}

h1 {
  font-size: calc(36px + 24 * (100vw - 400px) / 1920);
  font-weight: 300;
}

h2 {
  font-size: calc(36px + 16 * (100vw - 400px) / 1920);
  font-weight: 600;
}

h3 {
  font-size: calc(30px + 18 * (100vw - 400px) / 1920) !important;
  font-weight: 700;
}

h4 {
  font-size: calc(20px + 16 * (100vw - 400px) / 1920) !important;
  font-weight: 600;
}

h5 {
  font-size: calc(16px + 4 * (100vw - 400px) / 1920) !important;
  font-weight: 700;
}

a.btn-outline, a.btn-red {
  padding: 11px 35px;
  font-size: 16px;
  border-radius: 4px;
  transition: 250ms ease-in-out;
}

a.btn-outline {
  color: white;
  border: 1px solid white;
}
a.btn-outline:hover {
  color: #262B26;
  background-color: white;
}

a.btn-red {
  background-color: #EE3124;
  color: white;
  border: 1px solid transparent;
}
a.btn-red:hover {
  background-color: transparent;
  color: #EE3124;
  border-color: #EE3124;
}

h1, h2, h3, h4 {
  line-height: 1.22;
}

.fadein {
  opacity: 0;
  transition: 1000ms ease-in-out;
}
.fadein.animate-in {
  opacity: 1;
}

.fadeup {
  opacity: 0;
  transition: 600ms ease-in-out;
  transform: translateY(70px);
}
.fadeup.animate-in {
  opacity: 1;
  transform: translateY(0);
}

.fadedown {
  opacity: 0;
  transition: 600ms ease-in-out;
  transform: translateY(-70px);
}
.fadedown.animate-in {
  opacity: 1;
  transform: translateY(0);
}

.fade-in-right {
  opacity: 0;
  transition: 600ms ease-in-out;
  transform: translateX(70px);
}
.fade-in-right.animate-in {
  opacity: 1;
  transform: translateX(0);
}

.fade-in-left {
  opacity: 0;
  transition: 600ms ease-in-out;
  transform: translateX(-70px);
}
.fade-in-left.animate-in {
  opacity: 1;
  transform: translateX(0);
}

.animate-width {
  width: 0%;
  transition: 1000ms ease-in-out;
}
.animate-width.animate-in {
  width: 100%;
}

.text-image-section {
  transition: 600ms ease-in-out;
}
.text-image-section.animate-in {
  background-color: #E8E7E2;
}
.text-image-section .image-col {
  transition: 600ms ease-in-out;
  transition-delay: 300ms;
}
.text-image-section .image-col.animate-in {
  background-color: white;
}

header.sticky {
  opacity: 0;
  transition: 1000ms ease-in-out;
}
header.sticky.animate-in {
  opacity: 1;
}

.scroll-animation {
  width: 1px;
  height: 100%;
  animation: scroll_2 2s ease-out infinite;
  position: absolute;
  top: 0;
  lefT: 0;
}

.easing-class {
  transition: 500ms ease-in-out;
}

.delay-700ms {
  transition-delay: 700ms !important;
}

@media (min-width: 768px) {
  .faq-title-ani {
    padding-left: 20vw;
    transition: 1s ease-out;
    transition-delay: 500ms;
  }
  .faq-title-ani.animate-in {
    padding-left: 0;
  }
}

.slider-loader {
  width: 0;
}
.slider-loader.animate {
  animation: sliderLoader 5s ease-in-out;
}

@keyframes scroll_2 {
  0% {
    transform: translateY(-100%);
    opacity: 1;
  }
  25% {
    opacity: 1;
  }
  75% {
    transform: translateY(75%);
    opacity: 0;
  }
  100% {
    transform: translateY(-100%);
    opacity: 0;
  }
}
@keyframes sliderLoader {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
#wpadminbar {
  display: none;
}

body {
  background: white;
}

.center-item {
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
}

.header-blend {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  /* Two blend modes for three layers */
  background-blend-mode: normal, screen;
}

.slider-inner, .progress {
  transition: 0.5s;
  transition-timing-function: cubic-bezier(0.2, 0.8, 0.5, 0.9);
  will-change: width, transform;
}

.slider-inner .slide, .fade-in-slider .slide {
  transition: 1s;
  transition-timing-function: cubic-bezier(0.2, 0.8, 0.5, 0.9);
  will-change: width, opacity;
}

.components ul {
  list-style-type: disc;
  margin: 0;
  padding-left: 20px;
}
.menu-item .submenu {
  transition: 250ms ease-in-out;
  pointer-events: none;
  opacity: 0;
}
.menu-item > .submenu li:hover > .submenu {
  pointer-events: initial;
  opacity: 100;
}
.menu-item:hover > .submenu {
  pointer-events: initial;
  opacity: 100;
}
.hover\:opacity-90:hover{
  opacity: 0.9;
}
.group:hover .group-hover\:ml-10{
  margin-left: 2.5rem;
}
@media (min-width: 640px){
  .sm\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 768px){
  .md\:bottom-\[4vw\]{
    bottom: 4vw;
  }
  .md\:left-10{
    left: 2.5rem;
  }
  .md\:top-10{
    top: 2.5rem;
  }
  .md\:my-\[5vw\]{
    margin-top: 5vw;
    margin-bottom: 5vw;
  }
  .md\:my-\[9\.3vw\]{
    margin-top: 9.3vw;
    margin-bottom: 9.3vw;
  }
  .md\:mb-\[3vw\]{
    margin-bottom: 3vw;
  }
  .md\:mb-\[5vw\]{
    margin-bottom: 5vw;
  }
  .md\:ml-\[7\.5vw\]{
    margin-left: 7.5vw;
  }
  .md\:block{
    display: block;
  }
  .md\:flex{
    display: flex;
  }
  .md\:grid{
    display: grid;
  }
  .md\:w-\[270px\]{
    width: 270px;
  }
  .md\:w-\[360px\]{
    width: 360px;
  }
  .md\:flex-1{
    flex: 1 1 0%;
  }
  .md\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .md\:justify-between{
    justify-content: space-between;
  }
  .md\:gap-\[16\]{
    gap: 16;
  }
  .md\:gap-\[3\.4vw\]{
    gap: 3.4vw;
  }
  .md\:gap-\[3\.7vw\]{
    gap: 3.7vw;
  }
  .md\:gap-\[5vw\]{
    gap: 5vw;
  }
  .md\:p-10{
    padding: 2.5rem;
  }
  .md\:px-20{
    padding-left: 5rem;
    padding-right: 5rem;
  }
  .md\:px-\[35px\]{
    padding-left: 35px;
    padding-right: 35px;
  }
  .md\:px-\[7\.5vw\]{
    padding-left: 7.5vw;
    padding-right: 7.5vw;
  }
  .md\:py-8{
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .md\:py-\[13vw\]{
    padding-top: 13vw;
    padding-bottom: 13vw;
  }
  .md\:py-\[5vw\]{
    padding-top: 5vw;
    padding-bottom: 5vw;
  }
  .md\:pb-8{
    padding-bottom: 2rem;
  }
  .md\:pr-\[7\.5vw\]{
    padding-right: 7.5vw;
  }
}
@media (min-width: 1024px){
  .lg\:-right-16{
    right: -4rem;
  }
  .lg\:top-12{
    top: 3rem;
  }
  .lg\:my-\[9\.375vw\]{
    margin-top: 9.375vw;
    margin-bottom: 9.375vw;
  }
  .lg\:block{
    display: block;
  }
  .lg\:hidden{
    display: none;
  }
  .lg\:min-h-\[90vh\]{
    min-height: 90vh;
  }
  .lg\:w-\[84vw\]{
    width: 84vw;
  }
  .lg\:rotate-90{
    --tw-rotate: 90deg;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
  .lg\: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));
  }
  .lg\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .lg\:grid-cols-4{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .lg\:px-\[14\.5vw\]{
    padding-left: 14.5vw;
    padding-right: 14.5vw;
  }
  .lg\:px-\[19vw\]{
    padding-left: 19vw;
    padding-right: 19vw;
  }
  .lg\:py-\[6\.25vw\]{
    padding-top: 6.25vw;
    padding-bottom: 6.25vw;
  }
  .lg\:pb-\[37\.5vw\]{
    padding-bottom: 37.5vw;
  }
  .lg\:text-\[18px\]{
    font-size: 18px;
  }
}
@media (min-width: 1280px){
  .xl\:my-\[10vw\]{
    margin-top: 10vw;
    margin-bottom: 10vw;
  }
  .xl\:ml-\[14\.5vw\]{
    margin-left: 14.5vw;
  }
  .xl\:h-1\/2{
    height: 50%;
  }
  .xl\:flex-1{
    flex: 1 1 0%;
  }
  .xl\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .xl\:grid-cols-4{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .xl\:gap-10{
    gap: 2.5rem;
  }
  .xl\:px-\[14\.5vw\]{
    padding-left: 14.5vw;
    padding-right: 14.5vw;
  }
  .xl\:py-\[10vw\]{
    padding-top: 10vw;
    padding-bottom: 10vw;
  }
  .xl\:px-20{
    padding-left: 5rem;
    padding-right: 5rem;
  }
  .xl\:pr-\[21vw\]{
    padding-right: 21vw;
  }
  .xl\:text-\[18px\]{
    font-size: 18px;
  }
}
@media (min-width: 1536px){
  .\32xl\:grid-cols-6{
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
  .\32xl\:gap-10{
    gap: 2.5rem;
  }
  .\32xl\:px-20{
    padding-left: 5rem;
    padding-right: 5rem;
  }
  .\32xl\:text-\[18px\]{
    font-size: 18px;
  }
}
