@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@200;300;400;500;600;700;800&display=swap");

@import url("https://use.fontawesome.com/releases/v5.8.1/css/all.css");

*, ::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;
}

body {
  font-family: "Manrope", sans-serif;
  font-size: 15px;
  position: relative;
}

h1{
  font-size: 50px;
  font-weight: 300;
  line-height: 1;
}

h2,
  h3,
  h4{
  font-size: 42px;
  font-weight: 400;
  line-height: 120%;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

h5,
  h6{
  font-size: 18px;
  font-weight: 700;
  line-height: 120%;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

p{
  margin-bottom: 0px;
  font-size: 15px;
  font-weight: 500;
  line-height: 140%;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

a{
  font-size: 14px;
  line-height: 20px;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
  text-decoration-line: none;
}

a:hover{
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
  text-decoration-line: none;
}

.theme-list li{
  position: relative;
  padding-left: 2.75rem;
  text-align: left;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.theme-list li::before{
  position: absolute;
  left: 0px;
  top: 0px;
  margin-top: 0.25rem;
  height: 21px;
  width: 1.25rem;
  content: var(--tw-content);
  background-image: url("../images/h-icon-green.svg");
}

@media (min-width: 1024px){
  .theme-list li{
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

.theme-list.blue-list li::before{
  content: var(--tw-content);
  background-image: url("../images/h-icon-blue.svg");
}

.no-li-icon::before{
  content: var(--tw-content);
  display: none;
}

.container{
  width: 100%;
}

@media (min-width: 640px){
  .container{
    max-width: 640px;
  }
}

@media (min-width: 768px){
  .container{
    max-width: 768px;
  }
}

@media (min-width: 1024px){
  .container{
    max-width: 1024px;
  }
}

@media (min-width: 1280px){
  .container{
    max-width: 1280px;
  }
}

@media (min-width: 1536px){
  .container{
    max-width: 1536px;
  }
}

@media (min-width: 1600px){
  .container{
    max-width: 1600px;
  }
}

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

.noscroll{
  overflow: hidden;
}

.sr-only{
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.static{
  position: static;
}

.absolute{
  position: absolute;
}

.relative{
  position: relative;
}

.sticky{
  position: sticky;
}

.-inset-0\.5{
  inset: -0.125rem;
}

.inset-0{
  inset: 0px;
}

.inset-y-0{
  top: 0px;
  bottom: 0px;
}

.-bottom-52{
  bottom: -13rem;
}

.bottom-\[-6px\]{
  bottom: -6px;
}

.bottom-\[10\%\]{
  bottom: 10%;
}

.left-0{
  left: 0px;
}

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

.right-0{
  right: 0px;
}

.right-4{
  right: 1rem;
}

.right-\[29\%\]{
  right: 29%;
}

.right-\[38\%\]{
  right: 38%;
}

.top-0{
  top: 0px;
}

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

.top-24{
  top: 6rem;
}

.top-\[42\%\]{
  top: 42%;
}

.top-\[44\%\]{
  top: 44%;
}

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

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

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

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

.z-\[1\]{
  z-index: 1;
}

.order-1{
  order: 1;
}

.order-2{
  order: 2;
}

.col-span-10{
  grid-column: span 10 / span 10;
}

.col-span-12{
  grid-column: span 12 / span 12;
}

.col-span-5{
  grid-column: span 5 / span 5;
}

.col-span-7{
  grid-column: span 7 / span 7;
}

.m-auto{
  margin: auto;
}

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

.my-10{
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}

.my-12{
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.my-4{
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.my-6{
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.my-8{
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.\!mt-0{
  margin-top: 0px !important;
}

.-mb-\[27rem\]{
  margin-bottom: -27rem;
}

.-mt-7{
  margin-top: -1.75rem;
}

.-mt-\[141px\]{
  margin-top: -141px;
}

.-mt-\[30rem\]{
  margin-top: -30rem;
}

.mb-1{
  margin-bottom: 0.25rem;
}

.mb-1\.5{
  margin-bottom: 0.375rem;
}

.mb-10{
  margin-bottom: 2.5rem;
}

.mb-14{
  margin-bottom: 3.5rem;
}

.mb-16{
  margin-bottom: 4rem;
}

.mb-2{
  margin-bottom: 0.5rem;
}

.mb-20{
  margin-bottom: 5rem;
}

.mb-24{
  margin-bottom: 6rem;
}

.mb-3{
  margin-bottom: 0.75rem;
}

.mb-3\.5{
  margin-bottom: 0.875rem;
}

.mb-4{
  margin-bottom: 1rem;
}

.mb-5{
  margin-bottom: 1.25rem;
}

.mb-6{
  margin-bottom: 1.5rem;
}

.mb-7{
  margin-bottom: 1.75rem;
}

.mb-8{
  margin-bottom: 2rem;
}

.mb-9{
  margin-bottom: 2.25rem;
}

.mb-\[111px\]{
  margin-bottom: 111px;
}

.mb-\[114px\]{
  margin-bottom: 114px;
}

.mb-\[115px\]{
  margin-bottom: 115px;
}

.mb-\[133px\]{
  margin-bottom: 133px;
}

.mb-\[138px\]{
  margin-bottom: 138px;
}

.mb-\[13px\]{
  margin-bottom: 13px;
}

.mb-\[18px\]{
  margin-bottom: 18px;
}

.mb-\[30px\]{
  margin-bottom: 30px;
}

.mb-\[32px\]{
  margin-bottom: 32px;
}

.mb-\[34px\]{
  margin-bottom: 34px;
}

.mb-\[35px\]{
  margin-bottom: 35px;
}

.mb-\[46px\]{
  margin-bottom: 46px;
}

.mb-\[58px\]{
  margin-bottom: 58px;
}

.mb-\[60px\]{
  margin-bottom: 60px;
}

.mb-\[71px\]{
  margin-bottom: 71px;
}

.mb-\[77px\]{
  margin-bottom: 77px;
}

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

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

.mt-1\.5{
  margin-top: 0.375rem;
}

.mt-10{
  margin-top: 2.5rem;
}

.mt-12{
  margin-top: 3rem;
}

.mt-14{
  margin-top: 3.5rem;
}

.mt-16{
  margin-top: 4rem;
}

.mt-2{
  margin-top: 0.5rem;
}

.mt-24{
  margin-top: 6rem;
}

.mt-28{
  margin-top: 7rem;
}

.mt-3{
  margin-top: 0.75rem;
}

.mt-4{
  margin-top: 1rem;
}

.mt-5{
  margin-top: 1.25rem;
}

.mt-6{
  margin-top: 1.5rem;
}

.mt-7{
  margin-top: 1.75rem;
}

.mt-8{
  margin-top: 2rem;
}

.mt-9{
  margin-top: 2.25rem;
}

.mt-\[100px\]{
  margin-top: 100px;
}

.mt-\[22px\]{
  margin-top: 22px;
}

.mt-\[38px\]{
  margin-top: 38px;
}

.mt-\[45px\]{
  margin-top: 45px;
}

.mt-\[50px\]{
  margin-top: 50px;
}

.mt-\[86px\]{
  margin-top: 86px;
}

.mt-\[89px\]{
  margin-top: 89px;
}

.line-clamp-\[10\]{
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 10;
}

.block{
  display: block;
}

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

.flex{
  display: flex;
}

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

.table{
  display: table;
}

.grid{
  display: grid;
}

.hidden{
  display: none;
}

.aspect-video{
  aspect-ratio: 16 / 9;
}

.size-32{
  width: 8rem;
  height: 8rem;
}

.h-12{
  height: 3rem;
}

.h-16{
  height: 4rem;
}

.h-32{
  height: 8rem;
}

.h-5{
  height: 1.25rem;
}

.h-52{
  height: 13rem;
}

.h-64{
  height: 16rem;
}

.h-\[492px\]{
  height: 492px;
}

.h-\[50px\]{
  height: 50px;
}

.h-\[600px\]{
  height: 600px;
}

.h-\[66px\]{
  height: 66px;
}

.h-auto{
  height: auto;
}

.h-full{
  height: 100%;
}

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

.max-h-96{
  max-height: 24rem;
}

.max-h-\[80px\]{
  max-height: 80px;
}

.min-h-14{
  min-height: 3.5rem;
}

.min-h-\[88px\]{
  min-height: 88px;
}

.w-16{
  width: 4rem;
}

.w-4\/5{
  width: 80%;
}

.w-64{
  width: 16rem;
}

.w-\[45\%\]{
  width: 45%;
}

.w-\[50px\]{
  width: 50px;
}

.w-\[600px\]{
  width: 600px;
}

.w-\[66px\]{
  width: 66px;
}

.w-\[97\%\]{
  width: 97%;
}

.w-auto{
  width: auto;
}

.w-fit{
  width: -moz-fit-content;
  width: fit-content;
}

.w-full{
  width: 100%;
}

.min-w-5{
  min-width: 1.25rem;
}

.min-w-\[18px\]{
  min-width: 18px;
}

.max-w-44{
  max-width: 11rem;
}

.max-w-7xl{
  max-width: 80rem;
}

.max-w-96{
  max-width: 24rem;
}

.max-w-\[1005px\]{
  max-width: 1005px;
}

.max-w-\[1320px\]{
  max-width: 1320px;
}

.max-w-\[348px\]{
  max-width: 348px;
}

.max-w-\[360px\]{
  max-width: 360px;
}

.max-w-\[370px\]{
  max-width: 370px;
}

.max-w-\[400px\]{
  max-width: 400px;
}

.max-w-\[420px\]{
  max-width: 420px;
}

.max-w-\[475px\]{
  max-width: 475px;
}

.max-w-\[566px\]{
  max-width: 566px;
}

.max-w-\[578px\]{
  max-width: 578px;
}

.max-w-\[584px\]{
  max-width: 584px;
}

.max-w-\[617px\]{
  max-width: 617px;
}

.max-w-\[620px\]{
  max-width: 620px;
}

.max-w-\[724px\]{
  max-width: 724px;
}

.max-w-\[734px\]{
  max-width: 734px;
}

.max-w-\[80px\]{
  max-width: 80px;
}

.max-w-\[830px\]{
  max-width: 830px;
}

.max-w-\[86\%\]{
  max-width: 86%;
}

.max-w-\[888px\]{
  max-width: 888px;
}

.max-w-\[910px\]{
  max-width: 910px;
}

.max-w-\[95\%\]{
  max-width: 95%;
}

.max-w-\[950px\]{
  max-width: 950px;
}

.max-w-full{
  max-width: 100%;
}

.max-w-lg{
  max-width: 32rem;
}

.max-w-screen-xl{
  max-width: 1280px;
}

.max-w-sm{
  max-width: 24rem;
}

.flex-1{
  flex: 1 1 0%;
}

.shrink-0{
  flex-shrink: 0;
}

.grow{
  flex-grow: 1;
}

.grow-0{
  flex-grow: 0;
}

.basis-auto{
  flex-basis: auto;
}

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

.-translate-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));
}

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

.rotate-\[180deg\]{
  --tw-rotate: 180deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

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

.cursor-pointer{
  cursor: pointer;
}

.resize-none{
  resize: none;
}

.list-inside{
  list-style-position: inside;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.gap-0{
  gap: 0px;
}

.gap-1\.5{
  gap: 0.375rem;
}

.gap-10{
  gap: 2.5rem;
}

.gap-2{
  gap: 0.5rem;
}

.gap-2\.5{
  gap: 0.625rem;
}

.gap-3{
  gap: 0.75rem;
}

.gap-4{
  gap: 1rem;
}

.gap-5{
  gap: 1.25rem;
}

.gap-6{
  gap: 1.5rem;
}

.gap-8{
  gap: 2rem;
}

.gap-9{
  gap: 2.25rem;
}

.gap-\[100px\]{
  gap: 100px;
}

.gap-\[14px\]{
  gap: 14px;
}

.gap-\[18px\]{
  gap: 18px;
}

.gap-\[25px\]{
  gap: 25px;
}

.gap-\[26px\]{
  gap: 26px;
}

.gap-\[61px\]{
  gap: 61px;
}

.gap-\[62px\]{
  gap: 62px;
}

.gap-x-\[120px\]{
  -moz-column-gap: 120px;
       column-gap: 120px;
}

.gap-y-10{
  row-gap: 2.5rem;
}

.space-y-1 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.25rem * var(--tw-space-y-reverse));
}

.space-y-12 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(3rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(3rem * var(--tw-space-y-reverse));
}

.space-y-3 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
}

.space-y-4 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}

.space-y-5 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(1.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.25rem * var(--tw-space-y-reverse));
}

.space-y-6 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
}

.space-y-7 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(1.75rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.75rem * var(--tw-space-y-reverse));
}

.overflow-hidden{
  overflow: hidden;
}

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

.break-words{
  overflow-wrap: break-word;
}

.rounded-2xl{
  border-radius: 1rem;
}

.rounded-\[20px\]{
  border-radius: 20px;
}

.rounded-\[25px\]{
  border-radius: 25px;
}

.rounded-\[30px\]{
  border-radius: 30px;
}

.rounded-\[32px\]{
  border-radius: 32px;
}

.rounded-\[40px\]{
  border-radius: 40px;
}

.rounded-\[50\%\]{
  border-radius: 50%;
}

.rounded-\[58px\]{
  border-radius: 58px;
}

.rounded-\[79px\]{
  border-radius: 79px;
}

.rounded-full{
  border-radius: 9999px;
}

.rounded-lg{
  border-radius: 0.5rem;
}

.rounded-xl{
  border-radius: 0.75rem;
}

.border{
  border-width: 1px;
}

.border-0{
  border-width: 0px;
}

.border-\[14px\]{
  border-width: 14px;
}

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

.border-\[\#CDC3DD\]{
  --tw-border-opacity: 1;
  border-color: rgb(205 195 221 / var(--tw-border-opacity, 1));
}

.border-\[\#D9D3E1\]{
  --tw-border-opacity: 1;
  border-color: rgb(217 211 225 / var(--tw-border-opacity, 1));
}

.border-\[\#cbcbcb\]{
  --tw-border-opacity: 1;
  border-color: rgb(203 203 203 / var(--tw-border-opacity, 1));
}

.border-black{
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
}

.border-custom-green-500{
  --tw-border-opacity: 1;
  border-color: rgb(79 230 83 / var(--tw-border-opacity, 1));
}

.border-custom-green-600{
  --tw-border-opacity: 1;
  border-color: rgb(86 185 71 / var(--tw-border-opacity, 1));
}

.border-custom-purple-light-300{
  --tw-border-opacity: 1;
  border-color: rgb(205 199 212 / var(--tw-border-opacity, 1));
}

.border-white{
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
}

.bg-\[\#3B4E60\]{
  --tw-bg-opacity: 1;
  background-color: rgb(59 78 96 / var(--tw-bg-opacity, 1));
}

.bg-\[\#ffffffcc\]{
  background-color: #ffffffcc;
}

.bg-black{
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
}

.bg-custom-blue-light-100{
  --tw-bg-opacity: 1;
  background-color: rgb(100 179 255 / var(--tw-bg-opacity, 1));
}

.bg-custom-gray-100{
  --tw-bg-opacity: 1;
  background-color: rgb(216 213 232 / var(--tw-bg-opacity, 1));
}

.bg-custom-gray-200{
  --tw-bg-opacity: 1;
  background-color: rgb(242 246 250 / var(--tw-bg-opacity, 1));
}

.bg-custom-gray-dark-100{
  --tw-bg-opacity: 1;
  background-color: rgb(48 65 81 / var(--tw-bg-opacity, 1));
}

.bg-custom-gray-dark-200{
  --tw-bg-opacity: 1;
  background-color: rgb(56 75 94 / var(--tw-bg-opacity, 1));
}

.bg-custom-green-200{
  --tw-bg-opacity: 1;
  background-color: rgb(10 224 45 / var(--tw-bg-opacity, 1));
}

.bg-custom-green-300{
  --tw-bg-opacity: 1;
  background-color: rgb(80 233 105 / var(--tw-bg-opacity, 1));
}

.bg-custom-green-500{
  --tw-bg-opacity: 1;
  background-color: rgb(79 230 83 / var(--tw-bg-opacity, 1));
}

.bg-custom-green-700{
  --tw-bg-opacity: 1;
  background-color: rgb(0 188 5 / var(--tw-bg-opacity, 1));
}

.bg-custom-red-100{
  --tw-bg-opacity: 1;
  background-color: rgb(255 0 0 / var(--tw-bg-opacity, 1));
}

.bg-custom-white-100{
  --tw-bg-opacity: 1;
  background-color: rgb(242 246 250 / var(--tw-bg-opacity, 1));
}

.bg-gray-200{
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity, 1));
}

.bg-green-500{
  --tw-bg-opacity: 1;
  background-color: rgb(34 197 94 / var(--tw-bg-opacity, 1));
}

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

.bg-white{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.bg-banner{
  background-image: url(../images/banner.png);
}

.bg-breaking-new-bg{
  background-image: url(../images/breaking-news-bg.png);
}

.bg-coming-soon{
  background-image: url("../images/coming-soon-bg.png");
}

.bg-coming-soon-new{
  background-image: url("../images/coming-soon-bg-new.png");
}

.bg-gradient-to-b{
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
}

.from-\[\#75b2f8\]{
  --tw-gradient-from: #75b2f8 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(117 178 248 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.to-\[\#007aff\]{
  --tw-gradient-to: #007aff var(--tw-gradient-to-position);
}

.bg-cover{
  background-size: cover;
}

.bg-\[18\%_100\%\]{
  background-position: 18% 100%;
}

.bg-center{
  background-position: center;
}

.bg-no-repeat{
  background-repeat: no-repeat;
}

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

.p-2{
  padding: 0.5rem;
}

.p-2\.5{
  padding: 0.625rem;
}

.p-5{
  padding: 1.25rem;
}

.p-6{
  padding: 1.5rem;
}

.p-7{
  padding: 1.75rem;
}

.p-\[14px\]{
  padding: 14px;
}

.p-\[17px\]{
  padding: 17px;
}

.p-\[30px\]{
  padding: 30px;
}

.px-10{
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.px-12{
  padding-left: 3rem;
  padding-right: 3rem;
}

.px-14{
  padding-left: 3.5rem;
  padding-right: 3.5rem;
}

.px-2{
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.px-4{
  padding-left: 1rem;
  padding-right: 1rem;
}

.px-6{
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.px-7{
  padding-left: 1.75rem;
  padding-right: 1.75rem;
}

.px-8{
  padding-left: 2rem;
  padding-right: 2rem;
}

.px-\[11px\]{
  padding-left: 11px;
  padding-right: 11px;
}

.px-\[30px\]{
  padding-left: 30px;
  padding-right: 30px;
}

.px-\[9px\]{
  padding-left: 9px;
  padding-right: 9px;
}

.py-1{
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.py-10{
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.py-12{
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.py-16{
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.py-2{
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.py-2\.5{
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}

.py-20{
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.py-24{
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.py-28{
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.py-32{
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.py-4{
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.py-5{
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.py-6{
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.py-8{
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.py-9{
  padding-top: 2.25rem;
  padding-bottom: 2.25rem;
}

.py-\[118px\]{
  padding-top: 118px;
  padding-bottom: 118px;
}

.py-\[11px\]{
  padding-top: 11px;
  padding-bottom: 11px;
}

.py-\[186px\]{
  padding-top: 186px;
  padding-bottom: 186px;
}

.py-\[90px\]{
  padding-top: 90px;
  padding-bottom: 90px;
}

.pb-10{
  padding-bottom: 2.5rem;
}

.pb-12{
  padding-bottom: 3rem;
}

.pb-14{
  padding-bottom: 3.5rem;
}

.pb-2\.5{
  padding-bottom: 0.625rem;
}

.pb-20{
  padding-bottom: 5rem;
}

.pb-24{
  padding-bottom: 6rem;
}

.pb-3{
  padding-bottom: 0.75rem;
}

.pb-32{
  padding-bottom: 8rem;
}

.pb-\[114px\]{
  padding-bottom: 114px;
}

.pb-\[119px\]{
  padding-bottom: 119px;
}

.pb-\[11px\]{
  padding-bottom: 11px;
}

.pb-\[125px\]{
  padding-bottom: 125px;
}

.pb-\[135px\]{
  padding-bottom: 135px;
}

.pb-\[13px\]{
  padding-bottom: 13px;
}

.pb-\[152px\]{
  padding-bottom: 152px;
}

.pb-\[27px\]{
  padding-bottom: 27px;
}

.pb-\[30px\]{
  padding-bottom: 30px;
}

.pb-\[31px\]{
  padding-bottom: 31px;
}

.pb-\[35px\]{
  padding-bottom: 35px;
}

.pb-\[37px\]{
  padding-bottom: 37px;
}

.pb-\[40rem\]{
  padding-bottom: 40rem;
}

.pb-\[68px\]{
  padding-bottom: 68px;
}

.pb-\[70px\]{
  padding-bottom: 70px;
}

.pb-\[76px\]{
  padding-bottom: 76px;
}

.pb-\[82px\]{
  padding-bottom: 82px;
}

.pl-11{
  padding-left: 2.75rem;
}

.pl-4{
  padding-left: 1rem;
}

.pl-6{
  padding-left: 1.5rem;
}

.pl-7{
  padding-left: 1.75rem;
}

.pl-8{
  padding-left: 2rem;
}

.pl-\[13px\]{
  padding-left: 13px;
}

.pl-\[60px\]{
  padding-left: 60px;
}

.pr-32{
  padding-right: 8rem;
}

.pr-40{
  padding-right: 10rem;
}

.pr-\[42px\]{
  padding-right: 42px;
}

.pr-\[7px\]{
  padding-right: 7px;
}

.pt-10{
  padding-top: 2.5rem;
}

.pt-12{
  padding-top: 3rem;
}

.pt-14{
  padding-top: 3.5rem;
}

.pt-2{
  padding-top: 0.5rem;
}

.pt-20{
  padding-top: 5rem;
}

.pt-24{
  padding-top: 6rem;
}

.pt-3{
  padding-top: 0.75rem;
}

.pt-36{
  padding-top: 9rem;
}

.pt-44{
  padding-top: 11rem;
}

.pt-5{
  padding-top: 1.25rem;
}

.pt-6{
  padding-top: 1.5rem;
}

.pt-7{
  padding-top: 1.75rem;
}

.pt-9{
  padding-top: 2.25rem;
}

.pt-\[118px\]{
  padding-top: 118px;
}

.pt-\[11px\]{
  padding-top: 11px;
}

.pt-\[120px\]{
  padding-top: 120px;
}

.pt-\[13px\]{
  padding-top: 13px;
}

.pt-\[180px\]{
  padding-top: 180px;
}

.pt-\[22px\]{
  padding-top: 22px;
}

.pt-\[30px\]{
  padding-top: 30px;
}

.pt-\[35px\]{
  padding-top: 35px;
}

.pt-\[50px\]{
  padding-top: 50px;
}

.pt-\[68px\]{
  padding-top: 68px;
}

.pt-\[69px\]{
  padding-top: 69px;
}

.pt-\[70rem\]{
  padding-top: 70rem;
}

.pt-\[90px\]{
  padding-top: 90px;
}

.pt-\[9px\]{
  padding-top: 9px;
}

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

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

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

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

.text-2xl{
  font-size: 1.5rem;
  line-height: 2rem;
}

.text-3xl{
  font-size: 1.875rem;
  line-height: 2.25rem;
}

.text-4xl{
  font-size: 2.25rem;
  line-height: 2.5rem;
}

.text-5xl{
  font-size: 3rem;
  line-height: 1;
}

.text-6xl{
  font-size: 3.75rem;
  line-height: 1;
}

.text-8xl{
  font-size: 6rem;
  line-height: 1;
}

.text-\[13px\]{
  font-size: 13px;
}

.text-\[14px\]{
  font-size: 14px;
}

.text-\[15px\]{
  font-size: 15px;
}

.text-\[18px\]{
  font-size: 18px;
}

.text-\[28px\]{
  font-size: 28px;
}

.text-\[32px\]{
  font-size: 32px;
}

.text-\[35px\]{
  font-size: 35px;
}

.text-\[36px\]{
  font-size: 36px;
}

.text-\[38px\]{
  font-size: 38px;
}

.text-\[40px\]{
  font-size: 40px;
}

.text-\[42px\]{
  font-size: 42px;
}

.text-\[44px\]{
  font-size: 44px;
}

.text-\[45px\]{
  font-size: 45px;
}

.text-\[50px\]{
  font-size: 50px;
}

.text-\[length\:inherit\]{
  font-size: inherit;
}

.text-base{
  font-size: 1rem;
  line-height: 1.5rem;
}

.text-lg{
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.text-sm{
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.text-xl{
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.font-black{
  font-weight: 900;
}

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

.font-extrabold{
  font-weight: 800;
}

.font-extralight{
  font-weight: 200;
}

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

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

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

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

.uppercase{
  text-transform: uppercase;
}

.leading-5{
  line-height: 1.25rem;
}

.leading-6{
  line-height: 1.5rem;
}

.leading-7{
  line-height: 1.75rem;
}

.leading-8{
  line-height: 2rem;
}

.leading-\[1\.1\]{
  line-height: 1.1;
}

.leading-\[1\.2\]{
  line-height: 1.2;
}

.leading-\[1\.3\]{
  line-height: 1.3;
}

.leading-\[100\%\]{
  line-height: 100%;
}

.leading-\[120\%\]{
  line-height: 120%;
}

.leading-\[140\%\]{
  line-height: 140%;
}

.leading-\[20px\]{
  line-height: 20px;
}

.leading-\[27\.5px\]{
  line-height: 27.5px;
}

.leading-\[27px\]{
  line-height: 27px;
}

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

.leading-snug{
  line-height: 1.375;
}

.leading-tight{
  line-height: 1.25;
}

.\!text-\[\#00bc05\]{
  --tw-text-opacity: 1 !important;
  color: rgb(0 188 5 / var(--tw-text-opacity, 1)) !important;
}

.text-\[\#00924f\]{
  --tw-text-opacity: 1;
  color: rgb(0 146 79 / var(--tw-text-opacity, 1));
}

.text-\[\#00bc05\]{
  --tw-text-opacity: 1;
  color: rgb(0 188 5 / var(--tw-text-opacity, 1));
}

.text-\[\#091113\]{
  --tw-text-opacity: 1;
  color: rgb(9 17 19 / var(--tw-text-opacity, 1));
}

.text-\[\#858585\]{
  --tw-text-opacity: 1;
  color: rgb(133 133 133 / var(--tw-text-opacity, 1));
}

.text-\[\#CDC3DD\]{
  --tw-text-opacity: 1;
  color: rgb(205 195 221 / var(--tw-text-opacity, 1));
}

.text-\[\#FF533B\]{
  --tw-text-opacity: 1;
  color: rgb(255 83 59 / var(--tw-text-opacity, 1));
}

.text-black{
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.text-blue-600{
  --tw-text-opacity: 1;
  color: rgb(37 99 235 / var(--tw-text-opacity, 1));
}

.text-custom-blue-light-200{
  --tw-text-opacity: 1;
  color: rgb(6 93 141 / var(--tw-text-opacity, 1));
}

.text-custom-dark-100{
  color: #000000B2;
}

.text-custom-green-100{
  --tw-text-opacity: 1;
  color: rgb(0 188 4 / var(--tw-text-opacity, 1));
}

.text-custom-green-200{
  --tw-text-opacity: 1;
  color: rgb(10 224 45 / var(--tw-text-opacity, 1));
}

.text-custom-orange-100{
  --tw-text-opacity: 1;
  color: rgb(255 90 0 / var(--tw-text-opacity, 1));
}

.text-custom-purple-light-100{
  --tw-text-opacity: 1;
  color: rgb(117 99 142 / var(--tw-text-opacity, 1));
}

.text-custom-purple-light-200{
  --tw-text-opacity: 1;
  color: rgb(141 123 166 / var(--tw-text-opacity, 1));
}

.text-gray-400{
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity, 1));
}

.text-inherit{
  color: inherit;
}

.text-red-500{
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity, 1));
}

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

.text-white\/50{
  color: rgb(255 255 255 / 0.5);
}

.text-white\/80{
  color: rgb(255 255 255 / 0.8);
}

.shadow-\[inset_0_0_10px_rgba\(0\2c 0\2c 0\2c 0\.3\)\]{
  --tw-shadow: inset 0 0 10px rgba(0,0,0,0.3);
  --tw-shadow-colored: inset 0 0 10px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-lg{
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.transition{
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

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

.transition-transform{
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.duration-300{
  transition-duration: 300ms;
}

.ease-in-out{
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.header-top.scrolled {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}

.slick-initialized .slick-slide {
  margin: 0px 0.5%;
}

.show {
  max-height: 435px;
  transition: max-height 0.35s ease;
}

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

.popup-box {
  max-width: 900px;
  margin: 0 auto;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}

.popup-box .mfp-close {
  color: #000;
  opacity: 1;
  font-size: 36px;
}

@media (max-width: 576px) {
  .mfp-iframe-holder .mfp-content {
    max-width: 100%;
  }
}

.\[text-shadow\:_0_3px_4px_rgb\(0_0_0_\/_0\.4\)\]{
  text-shadow: 0 3px 4px rgb(0 0 0 / 0.4);
}

.\[text-shadow\:_0_4px_4px_rgb\(0_0_0_\/_0\.4\)\]{
  text-shadow: 0 4px 4px rgb(0 0 0 / 0.4);
}

html {
  scroll-behavior: smooth;
}

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

.before\:-bottom-\[74px\]::before{
  content: var(--tw-content);
  bottom: -74px;
}

.before\:-left-6::before{
  content: var(--tw-content);
  left: -1.5rem;
}

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

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

.before\:right-\[59px\]::before{
  content: var(--tw-content);
  right: 59px;
}

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

.before\:top-\[-176px\]::before{
  content: var(--tw-content);
  top: -176px;
}

.before\:hidden::before{
  content: var(--tw-content);
  display: none;
}

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

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

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

.before\:h-full::before{
  content: var(--tw-content);
  height: 100%;
}

.before\:w-0\.5::before{
  content: var(--tw-content);
  width: 0.125rem;
}

.before\:w-5::before{
  content: var(--tw-content);
  width: 1.25rem;
}

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

.before\:bg-\[\#76b3f8\]::before{
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(118 179 248 / var(--tw-bg-opacity, 1));
}

.before\:bg-gardiant-top::before{
  content: var(--tw-content);
  background-image: url(../images/investor-obj2.png);
}

.before\:bg-gradient-to-t::before{
  content: var(--tw-content);
  background-image: linear-gradient(to top, var(--tw-gradient-stops));
}

.before\:bg-greenlist::before{
  content: var(--tw-content);
  background-image: url("../images/h-icon-green.svg");
}

.before\:bg-line::before{
  content: var(--tw-content);
  background-image: url(../images/Line.png);
}

.before\:bg-no-repeat::before{
  content: var(--tw-content);
  background-repeat: no-repeat;
}

.before\:content-\[\'\'\]::before{
  --tw-content: '';
  content: var(--tw-content);
}

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

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

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

.after\:right-\[-18\%\]::after{
  content: var(--tw-content);
  right: -18%;
}

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

.after\:top-\[36\%\]::after{
  content: var(--tw-content);
  top: 36%;
}

.after\:z-\[-1\]::after{
  content: var(--tw-content);
  z-index: -1;
}

.after\:z-\[1\]::after{
  content: var(--tw-content);
  z-index: 1;
}

.after\:h-10::after{
  content: var(--tw-content);
  height: 2.5rem;
}

.after\:h-16::after{
  content: var(--tw-content);
  height: 4rem;
}

.after\:h-full::after{
  content: var(--tw-content);
  height: 100%;
}

.after\:w-10::after{
  content: var(--tw-content);
  width: 2.5rem;
}

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

.after\:rounded-full::after{
  content: var(--tw-content);
  border-radius: 9999px;
}

.after\:bg-arrow-circle::after{
  content: var(--tw-content);
  background-image: url(../images/arrow-circle-right.png);
}

.after\:bg-gradient-to-t::after{
  content: var(--tw-content);
  background-image: linear-gradient(to top, var(--tw-gradient-stops));
}

.after\:from-custom-green-200::after{
  content: var(--tw-content);
  --tw-gradient-from: #0AE02D var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(10 224 45 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.after\:shadow-\[-20px_0_30px_rgb\(0_188_2_\/_50\%\)\]::after{
  content: var(--tw-content);
  --tw-shadow: -20px 0 30px rgb(0 188 2 / 50%);
  --tw-shadow-colored: -20px 0 30px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.after\:content-\[\'\'\]::after{
  --tw-content: '';
  content: var(--tw-content);
}

.focus-within\:outline-0:focus-within{
  outline-width: 0px;
}

.hover\:border-0:hover{
  border-width: 0px;
}

.hover\:bg-custom-green-200:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(10 224 45 / var(--tw-bg-opacity, 1));
}

.hover\:bg-white:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.hover\:text-black:hover{
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.hover\:text-gray-500:hover{
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity, 1));
}

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

.focus-visible\:outline-none:focus-visible{
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.focus-visible\:outline-0:focus-visible{
  outline-width: 0px;
}

@media (min-width: 640px){
  .sm\:absolute{
    position: absolute;
  }

  .sm\:top-\[30\%\]{
    top: 30%;
  }

  .sm\:top-\[41\%\]{
    top: 41%;
  }

  .sm\:col-span-10{
    grid-column: span 10 / span 10;
  }

  .sm\:col-span-2{
    grid-column: span 2 / span 2;
  }

  .sm\:m-0{
    margin: 0px;
  }

  .sm\:m-auto{
    margin: auto;
  }

  .sm\:my-20{
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .sm\:my-24{
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .sm\:mb-0{
    margin-bottom: 0px;
  }

  .sm\:mb-4{
    margin-bottom: 1rem;
  }

  .sm\:mb-6{
    margin-bottom: 1.5rem;
  }

  .sm\:mb-\[27px\]{
    margin-bottom: 27px;
  }

  .sm\:mb-\[30px\]{
    margin-bottom: 30px;
  }

  .sm\:ml-6{
    margin-left: 1.5rem;
  }

  .sm\:mt-0{
    margin-top: 0px;
  }

  .sm\:mt-14{
    margin-top: 3.5rem;
  }

  .sm\:mt-16{
    margin-top: 4rem;
  }

  .sm\:mt-8{
    margin-top: 2rem;
  }

  .sm\:mt-\[89px\]{
    margin-top: 89px;
  }

  .sm\:block{
    display: block;
  }

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

  .sm\:flex{
    display: flex;
  }

  .sm\:size-36{
    width: 9rem;
    height: 9rem;
  }

  .sm\:h-56{
    height: 14rem;
  }

  .sm\:h-\[100px\]{
    height: 100px;
  }

  .sm\:h-\[600px\]{
    height: 600px;
  }

  .sm\:h-\[60px\]{
    height: 60px;
  }

  .sm\:w-1\/2{
    width: 50%;
  }

  .sm\:w-\[100px\]{
    width: 100px;
  }

  .sm\:w-\[90\%\]{
    width: 90%;
  }

  .sm\:w-full{
    width: 100%;
  }

  .sm\:max-w-56{
    max-width: 14rem;
  }

  .sm\:max-w-\[226px\]{
    max-width: 226px;
  }

  .sm\:max-w-\[238px\]{
    max-width: 238px;
  }

  .sm\:max-w-\[80\%\]{
    max-width: 80%;
  }

  .sm\:max-w-full{
    max-width: 100%;
  }

  .sm\:-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));
  }

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

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

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

  .sm\:flex-row{
    flex-direction: row;
  }

  .sm\:gap-3{
    gap: 0.75rem;
  }

  .sm\:gap-4{
    gap: 1rem;
  }

  .sm\:gap-6{
    gap: 1.5rem;
  }

  .sm\:gap-x-8{
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }

  .sm\:gap-y-24{
    row-gap: 6rem;
  }

  .sm\:p-\[38px\]{
    padding: 38px;
  }

  .sm\:px-20{
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .sm\:px-4{
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .sm\:px-5{
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .sm\:py-24{
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .sm\:py-32{
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .sm\:py-4{
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .sm\:py-40{
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  .sm\:py-8{
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .sm\:pb-5{
    padding-bottom: 1.25rem;
  }

  .sm\:pb-\[135px\]{
    padding-bottom: 135px;
  }

  .sm\:pl-6{
    padding-left: 1.5rem;
  }

  .sm\:pt-0{
    padding-top: 0px;
  }

  .sm\:pt-20{
    padding-top: 5rem;
  }

  .sm\:pt-6{
    padding-top: 1.5rem;
  }

  .sm\:pt-\[57rem\]{
    padding-top: 57rem;
  }

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

  .sm\:text-2xl{
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .sm\:text-4xl{
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  .sm\:text-5xl{
    font-size: 3rem;
    line-height: 1;
  }

  .sm\:text-6xl{
    font-size: 3.75rem;
    line-height: 1;
  }

  .sm\:text-\[34px\]{
    font-size: 34px;
  }

  .sm\:text-\[42px\]{
    font-size: 42px;
  }

  .sm\:text-\[44px\]{
    font-size: 44px;
  }

  .sm\:text-\[50px\]{
    font-size: 50px;
  }

  .sm\:text-base{
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .sm\:text-lg{
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

  .sm\:text-xl{
    font-size: 1.25rem;
    line-height: 1.75rem;
  }

  .sm\:shadow-none{
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

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

  .sm\:before\:w-\[566px\]::before{
    content: var(--tw-content);
    width: 566px;
  }

  .sm\:after\:h-52::after{
    content: var(--tw-content);
    height: 13rem;
  }
}

@media (min-width: 768px){
  .md\:absolute{
    position: absolute;
  }

  .md\:top-\[40\%\]{
    top: 40%;
  }

  .md\:order-1{
    order: 1;
  }

  .md\:order-2{
    order: 2;
  }

  .md\:col-span-6{
    grid-column: span 6 / span 6;
  }

  .md\:m-0{
    margin: 0px;
  }

  .md\:mb-0{
    margin-bottom: 0px;
  }

  .md\:mb-\[33px\]{
    margin-bottom: 33px;
  }

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

  .md\:mt-0{
    margin-top: 0px;
  }

  .md\:mt-16{
    margin-top: 4rem;
  }

  .md\:mt-8{
    margin-top: 2rem;
  }

  .md\:block{
    display: block;
  }

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

  .md\:flex{
    display: flex;
  }

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

  .md\:grid{
    display: grid;
  }

  .md\:hidden{
    display: none;
  }

  .md\:w-full{
    width: 100%;
  }

  .md\:max-w-\[360px\]{
    max-width: 360px;
  }

  .md\:max-w-\[392px\]{
    max-width: 392px;
  }

  .md\:max-w-\[468px\]{
    max-width: 468px;
  }

  .md\:max-w-\[474px\]{
    max-width: 474px;
  }

  .md\:max-w-\[50\%\]{
    max-width: 50%;
  }

  .md\:max-w-\[509px\]{
    max-width: 509px;
  }

  .md\:max-w-\[541px\]{
    max-width: 541px;
  }

  .md\:max-w-\[558px\]{
    max-width: 558px;
  }

  .md\:max-w-\[600px\]{
    max-width: 600px;
  }

  .md\:max-w-\[624px\]{
    max-width: 624px;
  }

  .md\:max-w-\[670px\]{
    max-width: 670px;
  }

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

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

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

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

  .md\:items-stretch{
    align-items: stretch;
  }

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

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

  .md\:bg-center{
    background-position: center;
  }

  .md\:p-2{
    padding: 0.5rem;
  }

  .md\:py-\[121px\]{
    padding-top: 121px;
    padding-bottom: 121px;
  }

  .md\:pb-20{
    padding-bottom: 5rem;
  }

  .md\:pb-36{
    padding-bottom: 9rem;
  }

  .md\:pb-\[212px\]{
    padding-bottom: 212px;
  }

  .md\:pr-36{
    padding-right: 9rem;
  }

  .md\:pt-0{
    padding-top: 0px;
  }

  .md\:pt-20{
    padding-top: 5rem;
  }

  .md\:pt-28{
    padding-top: 7rem;
  }

  .md\:pt-\[100px\]{
    padding-top: 100px;
  }

  .md\:pt-\[114px\]{
    padding-top: 114px;
  }

  .md\:text-2xl{
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .md\:text-5xl{
    font-size: 3rem;
    line-height: 1;
  }

  .md\:text-6xl{
    font-size: 3.75rem;
    line-height: 1;
  }

  .md\:text-\[42px\]{
    font-size: 42px;
  }

  .md\:text-\[64px\]{
    font-size: 64px;
  }

  .md\:text-lg{
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

  .md\:text-xl{
    font-size: 1.25rem;
    line-height: 1.75rem;
  }

  .md\:normal-case{
    text-transform: none;
  }

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

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

  .md\:before\:h-full::before{
    content: var(--tw-content);
    height: 100%;
  }

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

  .md\:before\:bg-gardiant::before{
    content: var(--tw-content);
    background-image: url(../images/green-gradiant.png);
  }

  .md\:before\:bg-no-repeat::before{
    content: var(--tw-content);
    background-repeat: no-repeat;
  }
}

@media (min-width: 900px){
  .min-\[900px\]\:flex{
    display: flex;
  }

  .min-\[900px\]\:hidden{
    display: none;
  }

  .min-\[900px\]\:px-2{
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
}

@media (min-width: 1024px){
  .lg\:bottom-\[10\%\]{
    bottom: 10%;
  }

  .lg\:right-12{
    right: 3rem;
  }

  .lg\:right-\[38\%\]{
    right: 38%;
  }

  .lg\:col-span-3{
    grid-column: span 3 / span 3;
  }

  .lg\:col-span-9{
    grid-column: span 9 / span 9;
  }

  .lg\:mb-8{
    margin-bottom: 2rem;
  }

  .lg\:mb-\[52px\]{
    margin-bottom: 52px;
  }

  .lg\:mb-\[77px\]{
    margin-bottom: 77px;
  }

  .lg\:mt-0{
    margin-top: 0px;
  }

  .lg\:mt-12{
    margin-top: 3rem;
  }

  .lg\:mt-24{
    margin-top: 6rem;
  }

  .lg\:mt-4{
    margin-top: 1rem;
  }

  .lg\:mt-6{
    margin-top: 1.5rem;
  }

  .lg\:mt-\[100px\]{
    margin-top: 100px;
  }

  .lg\:mt-\[47px\]{
    margin-top: 47px;
  }

  .lg\:mt-\[87px\]{
    margin-top: 87px;
  }

  .lg\:flex{
    display: flex;
  }

  .lg\:grid{
    display: grid;
  }

  .lg\:w-full{
    width: 100%;
  }

  .lg\:max-w-\[350px\]{
    max-width: 350px;
  }

  .lg\:max-w-\[374px\]{
    max-width: 374px;
  }

  .lg\:max-w-\[422px\]{
    max-width: 422px;
  }

  .lg\:max-w-\[995px\]{
    max-width: 995px;
  }

  .lg\:max-w-full{
    max-width: 100%;
  }

  .lg\:max-w-screen-lg{
    max-width: 1024px;
  }

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

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

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

  .lg\:gap-0{
    gap: 0px;
  }

  .lg\:gap-20{
    gap: 5rem;
  }

  .lg\:space-x-2 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(0.5rem * var(--tw-space-x-reverse));
    margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:rounded-none{
    border-radius: 0px;
  }

  .lg\:rounded-l-none{
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
  }

  .lg\:rounded-r-\[40px\]{
    border-top-right-radius: 40px;
    border-bottom-right-radius: 40px;
  }

  .lg\:p-\[14px\]{
    padding: 14px;
  }

  .lg\:p-\[30px\]{
    padding: 30px;
  }

  .lg\:px-8{
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .lg\:py-44{
    padding-top: 11rem;
    padding-bottom: 11rem;
  }

  .lg\:py-\[120px\]{
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .lg\:py-\[121px\]{
    padding-top: 121px;
    padding-bottom: 121px;
  }

  .lg\:pb-\[143px\]{
    padding-bottom: 143px;
  }

  .lg\:pb-\[21px\]{
    padding-bottom: 21px;
  }

  .lg\:pb-\[34px\]{
    padding-bottom: 34px;
  }

  .lg\:pl-\[34px\]{
    padding-left: 34px;
  }

  .lg\:pl-\[44px\]{
    padding-left: 44px;
  }

  .lg\:pr-9{
    padding-right: 2.25rem;
  }

  .lg\:pr-\[41px\]{
    padding-right: 41px;
  }

  .lg\:pt-0{
    padding-top: 0px;
  }

  .lg\:pt-\[26px\]{
    padding-top: 26px;
  }

  .lg\:pt-\[31px\]{
    padding-top: 31px;
  }

  .lg\:pt-\[39rem\]{
    padding-top: 39rem;
  }

  .lg\:text-2xl{
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .lg\:text-3xl{
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

  .lg\:text-5xl{
    font-size: 3rem;
    line-height: 1;
  }

  .lg\:text-6xl{
    font-size: 3.75rem;
    line-height: 1;
  }

  .lg\:text-\[26px\]{
    font-size: 26px;
  }

  .lg\:text-\[42px\]{
    font-size: 42px;
  }

  .lg\:text-\[50px\]{
    font-size: 50px;
  }

  .lg\:text-\[64px\]{
    font-size: 64px;
  }

  .lg\:text-xl{
    font-size: 1.25rem;
    line-height: 1.75rem;
  }

  .lg\:leading-7{
    line-height: 1.75rem;
  }

  .lg\:leading-\[1\.1\]{
    line-height: 1.1;
  }

  .lg\:before\:right-\[86px\]::before{
    content: var(--tw-content);
    right: 86px;
  }

  .lg\:before\:top-\[-143px\]::before{
    content: var(--tw-content);
    top: -143px;
  }
}

@media (min-width: 1280px){
  .xl\:-right-\[72px\]{
    right: -72px;
  }

  .xl\:right-32{
    right: 8rem;
  }

  .xl\:mb-20{
    margin-bottom: 5rem;
  }

  .xl\:mb-28{
    margin-bottom: 7rem;
  }

  .xl\:mb-8{
    margin-bottom: 2rem;
  }

  .xl\:mb-\[45px\]{
    margin-bottom: 45px;
  }

  .xl\:mt-\[100px\]{
    margin-top: 100px;
  }

  .xl\:mt-\[29px\]{
    margin-top: 29px;
  }

  .xl\:h-full{
    height: 100%;
  }

  .xl\:max-w-\[420px\]{
    max-width: 420px;
  }

  .xl\:max-w-screen-xl{
    max-width: 1280px;
  }

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

  .xl\:items-stretch{
    align-items: stretch;
  }

  .xl\:gap-6{
    gap: 1.5rem;
  }

  .xl\:space-x-3 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(0.75rem * var(--tw-space-x-reverse));
    margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:px-28{
    padding-left: 7rem;
    padding-right: 7rem;
  }

  .xl\:px-4{
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .xl\:py-\[121px\]{
    padding-top: 121px;
    padding-bottom: 121px;
  }

  .xl\:pb-28{
    padding-bottom: 7rem;
  }

  .xl\:pb-7{
    padding-bottom: 1.75rem;
  }

  .xl\:pb-\[121px\]{
    padding-bottom: 121px;
  }

  .xl\:pb-\[27px\]{
    padding-bottom: 27px;
  }

  .xl\:pl-\[70px\]{
    padding-left: 70px;
  }

  .xl\:pr-20{
    padding-right: 5rem;
  }

  .xl\:pt-\[100px\]{
    padding-top: 100px;
  }

  .xl\:pt-\[136px\]{
    padding-top: 136px;
  }

  .xl\:pt-\[202px\]{
    padding-top: 202px;
  }

  .xl\:pt-\[30px\]{
    padding-top: 30px;
  }

  .xl\:pt-\[92px\]{
    padding-top: 92px;
  }

  .xl\:text-2xl{
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .xl\:text-3xl{
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

  .xl\:text-7xl{
    font-size: 4.5rem;
    line-height: 1;
  }

  .xl\:text-\[26px\]{
    font-size: 26px;
  }

  .xl\:text-\[42px\]{
    font-size: 42px;
  }

  .xl\:text-\[50px\]{
    font-size: 50px;
  }

  .xl\:text-\[64px\]{
     font-size: 64px;
  }

  .xl\:text-xl{
    font-size: 1.25rem;
    line-height: 1.75rem;
  }

  .xl\:leading-tight{
    line-height: 1.25;
  }

  .xl\:before\:h-\[79\%\]::before{
    content: var(--tw-content);
    height: 79%;
  }
}

@media (min-width: 1536px){
  .\32xl\:w-64{
    width: 16rem;
  }

  .\32xl\:max-w-\[771px\]{
    max-width: 771px;
  }
}

@media (min-width: 1600px){
  .\33xl\:max-w-screen-2xl{
    max-width: 1536px;
  }
}

.\[\&\>a\]\:block>a{
  display: block;
}

.\[\&\>a\]\:inline-flex>a{
  display: inline-flex;
}

.\[\&\>a\]\:items-center>a{
  align-items: center;
}

.\[\&\>a\]\:rounded-full>a{
  border-radius: 9999px;
}

.\[\&\>a\]\:border>a{
  border-width: 1px;
}

.\[\&\>a\]\:border-transparent>a{
  border-color: transparent;
}

.\[\&\>a\]\:px-2\.5>a{
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}

.\[\&\>a\]\:py-2>a{
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.\[\&\>a\]\:py-\[5px\]>a{
  padding-top: 5px;
  padding-bottom: 5px;
}

.\[\&\>a\]\:text-lg>a{
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.\[\&\>a\]\:text-sm>a{
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.\[\&\>a\]\:font-bold>a{
  font-weight: 700;
}

.\[\&\>a\]\:font-normal>a{
  font-weight: 400;
}

.\[\&\>a\]\:leading-none>a{
  line-height: 1;
}

.\[\&\>a\]\:text-black>a{
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.\[\&\>a\]\:active\:text-custom-green-400:active>a{
  --tw-text-opacity: 1;
  color: rgb(11 224 46 / var(--tw-text-opacity, 1));
}

@media (min-width: 900px){
  .\[\&\>a\]\:min-\[900px\]\:px-2>a{
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
}

@media (min-width: 1024px){
  .\[\&\>a\]\:lg\:px-2>a{
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
}

@media (min-width: 1280px){
  .\[\&\>a\]\:xl\:px-4>a{
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

.\[\&\>h3\]\:text-xl>h3{
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.\[\&\>h3\]\:font-bold>h3{
  font-weight: 700;
}

.\[\&\>li\]\:text-white>li{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.\[\&\>p\]\:text-base>p{
  font-size: 1rem;
  line-height: 1.5rem;
}

.\[\&_p\]\:mb-4 p{
  margin-bottom: 1rem;
}

.\[\&_p\]\:mt-4 p{
  margin-top: 1rem;
}

.\[\&_p\]\:text-xl p{
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.\[\&_p\]\:font-normal p{
  font-weight: 400;
}

.\[\&_p\]\:leading-\[1\.3\] p{
  line-height: 1.3;
}

.\[\&_p\]\:text-black p{
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

@media (min-width: 1024px){
  .\[\&_p\]\:lg\:mb-8 p{
    margin-bottom: 2rem;
  }

  .\[\&_p\]\:lg\:mt-6 p{
    margin-top: 1.5rem;
  }

  .\[\&_p\]\:lg\:mt-\[47px\] p{
    margin-top: 47px;
  }

  .\[\&_p\]\:lg\:text-\[26px\] p{
    font-size: 26px;
  }
}