@import url(https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Archivo+Black&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Barlow:wght@400;500;600;700;800&display=swap);

/*
! tailwindcss v3.0.22 | 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.
*/
html {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
}
/*
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. Correct the odd `em` font sizing in all browsers.
*/
code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-size: 1em; /* 2 */
}
/*
Add the correct font size in all browsers.
*/
small {
  font-size: 80%;
}
/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/
table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}
/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}
/*
Remove the inheritance of text transform in Edge and Firefox.
*/
button,
select {
  text-transform: none;
}
/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/
button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}
/*
Use the modern Firefox focus style for all focusable elements.
*/
:-moz-focusring {
  outline: auto;
}
/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/
:-moz-ui-invalid {
  box-shadow: none;
}
/*
Add the correct vertical alignment in Chrome and Firefox.
*/
progress {
  vertical-align: baseline;
}
/*
Correct the cursor style of increment and decrement buttons in Safari.
*/
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}
/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/
[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}
/*
Remove the inner padding in Chrome and Safari on macOS.
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}
/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}
/*
Add the correct display in Chrome and Safari.
*/
summary {
  display: list-item;
}
/*
Removes the default spacing and border for appropriate elements.
*/
blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}
fieldset {
  margin: 0;
  padding: 0;
}
legend {
  padding: 0;
}
ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
/*
Prevent resizing textareas horizontally by default.
*/
textarea {
  resize: vertical;
}
/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/
input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}
input:-ms-input-placeholder, textarea:-ms-input-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;
}
/*
Ensure the default browser behavior of the `hidden` attribute.
*/
[hidden] {
  display: none;
}
[type='text'],[type='email'],[type='url'],[type='password'],[type='number'],[type='date'],[type='datetime-local'],[type='month'],[type='search'],[type='tel'],[type='time'],[type='week'],[multiple],textarea,select{
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #fff;
  border-color: #6b7280;
  border-width: 1px;
  border-radius: 0px;
  padding-top: 0.5rem;
  padding-right: 0.75rem;
  padding-bottom: 0.5rem;
  padding-left: 0.75rem;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-shadow: 0 0 #0000;
}
[type='text']:focus, [type='email']:focus, [type='url']:focus, [type='password']:focus, [type='number']:focus, [type='date']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='week']:focus, [multiple]:focus, textarea:focus, select:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #2563eb;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  border-color: #2563eb;
}
input::-moz-placeholder, textarea::-moz-placeholder{
  color: #6b7280;
  opacity: 1;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder{
  color: #6b7280;
  opacity: 1;
}
input::placeholder,textarea::placeholder{
  color: #6b7280;
  opacity: 1;
}
::-webkit-datetime-edit-fields-wrapper{
  padding: 0;
}
::-webkit-date-and-time-value{
  min-height: 1.5em;
}
select{
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
  background-position: right 0.5rem center;
  background-repeat: no-repeat;
  background-size: 1.5em 1.5em;
  padding-right: 2.5rem;
  -webkit-print-color-adjust: exact;
          color-adjust: exact;
}
[multiple]{
  background-image: initial;
  background-position: initial;
  background-repeat: unset;
  background-size: initial;
  padding-right: 0.75rem;
  -webkit-print-color-adjust: unset;
          color-adjust: unset;
}
[type='checkbox'],[type='radio']{
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 0;
  -webkit-print-color-adjust: exact;
          color-adjust: exact;
  display: inline-block;
  vertical-align: middle;
  background-origin: border-box;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  flex-shrink: 0;
  height: 1rem;
  width: 1rem;
  color: #2563eb;
  background-color: #fff;
  border-color: #6b7280;
  border-width: 1px;
  --tw-shadow: 0 0 #0000;
}
[type='checkbox']{
  border-radius: 0px;
}
[type='radio']{
  border-radius: 100%;
}
[type='checkbox']:focus,[type='radio']:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 2px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #2563eb;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}
[type='checkbox']:checked,[type='radio']:checked{
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}
[type='checkbox']:checked{
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e");
}
[type='radio']:checked{
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='8' cy='8' r='3'/%3e%3c/svg%3e");
}
[type='checkbox']:checked:hover,[type='checkbox']:checked:focus,[type='radio']:checked:hover,[type='radio']:checked:focus{
  border-color: transparent;
  background-color: currentColor;
}
[type='checkbox']:indeterminate{
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3e%3cpath stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 8h8'/%3e%3c/svg%3e");
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}
[type='checkbox']:indeterminate:hover,[type='checkbox']:indeterminate:focus{
  border-color: transparent;
  background-color: currentColor;
}
[type='file']{
  background: unset;
  border-color: inherit;
  border-width: 0;
  border-radius: 0;
  padding: 0;
  font-size: unset;
  line-height: inherit;
}
[type='file']:focus{
  outline: 1px auto -webkit-focus-ring-color;
}
*, ::before, ::after{
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: 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:  ;
}
.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: 1200px){
  .container{
    max-width: 1200px;
  }
}
@media (min-width: 1400px){
  .container{
    max-width: 1400px;
  }
}
@media (min-width: 1536px){
  .container{
    max-width: 1536px;
  }
}
@media (min-width: 1600px){
  .container{
    max-width: 1600px;
  }
}
@media (min-width: 1800px){
  .container{
    max-width: 1800px;
  }
}
.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;
}
.visible{
  visibility: visible;
}
.static{
  position: static;
}
.fixed{
  position: fixed;
}
.absolute{
  position: absolute;
}
.relative{
  position: relative;
}
.sticky{
  position: -webkit-sticky;
  position: sticky;
}
.inset-0{
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}
.top-0{
  top: 0px;
}
.bottom-0{
  bottom: 0px;
}
.left-0{
  left: 0px;
}
.right-0{
  right: 0px;
}
.bottom-2{
  bottom: 0.5rem;
}
.right-1{
  right: 0.25rem;
}
.top-3{
  top: 0.75rem;
}
.right-2\.5{
  right: 0.625rem;
}
.right-2{
  right: 0.5rem;
}
.left-\[32px\]{
  left: 32px;
}
.top-\[115px\]{
  top: 115px;
}
.bottom-\[9\%\]{
  bottom: 9%;
}
.bottom-\[15\%\]{
  bottom: 15%;
}
.right-\[30px\]{
  right: 30px;
}
.right-3{
  right: 0.75rem;
}
.top-1\/2{
  top: 50%;
}
.left-\[12\%\]{
  left: 12%;
}
.top-\[7\%\]{
  top: 7%;
}
.left-\[24\%\]{
  left: 24%;
}
.bottom-\[21\%\]{
  bottom: 21%;
}
.right-\[7\%\]{
  right: 7%;
}
.z-0{
  z-index: 0;
}
.z-10{
  z-index: 10;
}
.z-50{
  z-index: 50;
}
.z-20{
  z-index: 20;
}
.z-\[9998\]{
  z-index: 9998;
}
.z-\[9999\]{
  z-index: 9999;
}
.order-first{
  order: -9999;
}
.order-2{
  order: 2;
}
.order-1{
  order: 1;
}
.col-span-12{
  grid-column: span 12 / span 12;
}
.col-span-1{
  grid-column: span 1 / span 1;
}
.float-right{
  float: right;
}
.m-auto{
  margin: auto;
}
.m-1{
  margin: 0.25rem;
}
.m-0{
  margin: 0px;
}
.m-10{
  margin: 2.5rem;
}
.m-3{
  margin: 0.75rem;
}
.m-2{
  margin: 0.5rem;
}
.mx-auto{
  margin-left: auto;
  margin-right: auto;
}
.mx-3{
  margin-left: 0.75rem;
  margin-right: 0.75rem;
}
.my-4{
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.my-3{
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}
.mx-2{
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
.mx-4{
  margin-left: 1rem;
  margin-right: 1rem;
}
.mx-1{
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}
.my-1{
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}
.my-2{
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.my-5{
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}
.my-auto{
  margin-top: auto;
  margin-bottom: auto;
}
.mx-5{
  margin-left: 1.25rem;
  margin-right: 1.25rem;
}
.my-10{
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}
.my-6{
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
.ml-3{
  margin-left: 0.75rem;
}
.-ml-px{
  margin-left: -1px;
}
.ml-auto{
  margin-left: auto;
}
.mr-1{
  margin-right: 0.25rem;
}
.mb-1{
  margin-bottom: 0.25rem;
}
.mt-3{
  margin-top: 0.75rem;
}
.mb-3{
  margin-bottom: 0.75rem;
}
.mt-2{
  margin-top: 0.5rem;
}
.mt-0{
  margin-top: 0px;
}
.mt-4{
  margin-top: 1rem;
}
.mt-60{
  margin-top: 15rem;
}
.mb-4{
  margin-bottom: 1rem;
}
.mt-7{
  margin-top: 1.75rem;
}
.mb-5{
  margin-bottom: 1.25rem;
}
.mr-3{
  margin-right: 0.75rem;
}
.mb-8{
  margin-bottom: 2rem;
}
.mb-6{
  margin-bottom: 1.5rem;
}
.ml-2{
  margin-left: 0.5rem;
}
.mt-14{
  margin-top: 3.5rem;
}
.mb-\[40px\]{
  margin-bottom: 40px;
}
.mt-10{
  margin-top: 2.5rem;
}
.mb-2{
  margin-bottom: 0.5rem;
}
.mt-5{
  margin-top: 1.25rem;
}
.mb-10{
  margin-bottom: 2.5rem;
}
.mb-80{
  margin-bottom: 20rem;
}
.mt-16{
  margin-top: 4rem;
}
.mt-1{
  margin-top: 0.25rem;
}
.mr-2{
  margin-right: 0.5rem;
}
.mt-6{
  margin-top: 1.5rem;
}
.ml-5{
  margin-left: 1.25rem;
}
.mt-\[10px\]{
  margin-top: 10px;
}
.mt-8{
  margin-top: 2rem;
}
.ml-1{
  margin-left: 0.25rem;
}
.mr-4{
  margin-right: 1rem;
}
.mr-0{
  margin-right: 0px;
}
.mb-0{
  margin-bottom: 0px;
}
.ml-4{
  margin-left: 1rem;
}
.ml-12{
  margin-left: 3rem;
}
.-mt-px{
  margin-top: -1px;
}
.-mr-2{
  margin-right: -0.5rem;
}
.ml-44{
  margin-left: 11rem;
}
.mt-32{
  margin-top: 8rem;
}
.ml-52{
  margin-left: 13rem;
}
.block{
  display: block;
}
.inline{
  display: inline;
}
.flex{
  display: flex;
}
.inline-flex{
  display: inline-flex;
}
.table{
  display: table;
}
.grid{
  display: grid;
}
.hidden{
  display: none;
}
.aspect-\[430\/265\]{
  aspect-ratio: 430 / 265;
}
.h-5{
  height: 1.25rem;
}
.h-full{
  height: 100%;
}
.h-1{
  height: 0.25rem;
}
.h-\[100px\]{
  height: 100px;
}
.h-\[90px\]{
  height: 90px;
}
.h-10{
  height: 2.5rem;
}
.h-\[calc\(100\%-1rem\)\]{
  height: calc(100% - 1rem);
}
.h-16{
  height: 4rem;
}
.h-auto{
  height: auto;
}
.h-3{
  height: 0.75rem;
}
.h-\[20px\]{
  height: 20px;
}
.h-12{
  height: 3rem;
}
.h-screen{
  height: 100vh;
}
.h-\[200px\]{
  height: 200px;
}
.h-4{
  height: 1rem;
}
.h-20{
  height: 5rem;
}
.h-8{
  height: 2rem;
}
.h-6{
  height: 1.5rem;
}
.h-\[18px\]{
  height: 18px;
}
.h-2\.5{
  height: 0.625rem;
}
.h-2{
  height: 0.5rem;
}
.h-\[22px\]{
  height: 22px;
}
.max-h-full{
  max-height: 100%;
}
.max-h-\[90vh\]{
  max-height: 90vh;
}
.max-h-\[100vh\]{
  max-height: 100vh;
}
.min-h-full{
  min-height: 100%;
}
.min-h-screen{
  min-height: 100vh;
}
.w-5{
  width: 1.25rem;
}
.w-\[90\%\]{
  width: 90%;
}
.w-full{
  width: 100%;
}
.w-\[70px\]{
  width: 70px;
}
.w-40{
  width: 10rem;
}
.w-\[100px\]{
  width: 100px;
}
.w-\[90px\]{
  width: 90px;
}
.w-screen{
  width: 100vw;
}
.w-1\/3{
  width: 33.333333%;
}
.w-36{
  width: 9rem;
}
.w-10{
  width: 2.5rem;
}
.w-3{
  width: 0.75rem;
}
.w-\[20px\]{
  width: 20px;
}
.w-80{
  width: 20rem;
}
.w-4\/6{
  width: 66.666667%;
}
.w-1\/5{
  width: 20%;
}
.w-20{
  width: 5rem;
}
.w-\[14\%\]{
  width: 14%;
}
.w-11\/12{
  width: 91.666667%;
}
.w-96{
  width: 24rem;
}
.w-12{
  width: 3rem;
}
.w-\[120px\]{
  width: 120px;
}
.w-auto{
  width: auto;
}
.w-8\/12{
  width: 66.666667%;
}
.w-\[28\%\]{
  width: 28%;
}
.w-4{
  width: 1rem;
}
.w-48{
  width: 12rem;
}
.w-8{
  width: 2rem;
}
.w-6{
  width: 1.5rem;
}
.w-\[16\%\]{
  width: 16%;
}
.w-\[18px\]{
  width: 18px;
}
.w-2\.5{
  width: 0.625rem;
}
.w-2{
  width: 0.5rem;
}
.w-\[30\%\]{
  width: 30%;
}
.w-\[22px\]{
  width: 22px;
}
.w-\[80\%\]{
  width: 80%;
}
.min-w-\[180px\]{
  min-width: 180px;
}
.min-w-full{
  min-width: 100%;
}
.max-w-xl{
  max-width: 36rem;
}
.max-w-5xl{
  max-width: 64rem;
}
.max-w-md{
  max-width: 28rem;
}
.max-w-4xl{
  max-width: 56rem;
}
.max-w-7xl{
  max-width: 80rem;
}
.max-w-6xl{
  max-width: 72rem;
}
.flex-1{
  flex: 1 1 0%;
}
.flex-\[2\]{
  flex: 2;
}
.shrink-0{
  flex-shrink: 0;
}
.table-auto{
  table-layout: auto;
}
.table-fixed{
  table-layout: fixed;
}
.border-collapse{
  border-collapse: collapse;
}
.origin-top-right{
  transform-origin: top right;
}
.origin-top-left{
  transform-origin: top left;
}
.origin-top{
  transform-origin: top;
}
.-translate-x-\[1000px\]{
  --tw-translate-x: -1000px;
  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-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));
}
.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-95{
  --tw-scale-x: .95;
  --tw-scale-y: .95;
  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));
}
.cursor-default{
  cursor: default;
}
.cursor-pointer{
  cursor: pointer;
}
.cursor-not-allowed{
  cursor: not-allowed;
}
.resize{
  resize: both;
}
.list-inside{
  list-style-position: inside;
}
.list-none{
  list-style-type: none;
}
.list-disc{
  list-style-type: disc;
}
.grid-cols-2{
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.grid-cols-12{
  grid-template-columns: repeat(12, minmax(0, 1fr));
}
.grid-cols-1{
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-5{
  grid-template-columns: repeat(5, minmax(0, 1fr));
}
.grid-cols-3{
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.flex-row{
  flex-direction: row;
}
.flex-col{
  flex-direction: column;
}
.items-end{
  align-items: flex-end;
}
.items-center{
  align-items: center;
}
.justify-start{
  justify-content: flex-start;
}
.justify-end{
  justify-content: flex-end;
}
.justify-center{
  justify-content: center;
}
.justify-between{
  justify-content: space-between;
}
.justify-items-center{
  justify-items: center;
}
.gap-10{
  gap: 2.5rem;
}
.gap-2{
  gap: 0.5rem;
}
.gap-6{
  gap: 1.5rem;
}
.gap-20{
  gap: 5rem;
}
.gap-16{
  gap: 4rem;
}
.gap-4{
  gap: 1rem;
}
.gap-8{
  gap: 2rem;
}
.gap-x-4{
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}
.gap-x-8{
  -moz-column-gap: 2rem;
       column-gap: 2rem;
}
.gap-y-10{
  row-gap: 2.5rem;
}
.gap-x-10{
  -moz-column-gap: 2.5rem;
       column-gap: 2.5rem;
}
.gap-y-1{
  row-gap: 0.25rem;
}
.gap-y-7{
  row-gap: 1.75rem;
}
.gap-y-2{
  row-gap: 0.5rem;
}
.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-\[30px\] > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(30px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(30px * 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-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-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-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)));
}
.space-x-8 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(2rem * var(--tw-space-x-reverse));
  margin-left: calc(2rem * calc(1 - var(--tw-space-x-reverse)));
}
.overflow-hidden{
  overflow: hidden;
}
.overflow-x-auto{
  overflow-x: auto;
}
.overflow-y-auto{
  overflow-y: auto;
}
.overflow-x-hidden{
  overflow-x: hidden;
}
.text-ellipsis{
  text-overflow: ellipsis;
}
.whitespace-nowrap{
  white-space: nowrap;
}
.rounded-md{
  border-radius: 0.375rem;
}
.rounded{
  border-radius: 0.25rem;
}
.rounded-full{
  border-radius: 9999px;
}
.rounded-lg{
  border-radius: 0.5rem;
}
.rounded-none{
  border-radius: 0px;
}
.rounded-l-md{
  border-top-left-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
}
.rounded-r-md{
  border-top-right-radius: 0.375rem;
  border-bottom-right-radius: 0.375rem;
}
.border{
  border-width: 1px;
}
.border-2{
  border-width: 2px;
}
.border-\[1px\]{
  border-width: 1px;
}
.border-0{
  border-width: 0px;
}
.border-\[2px\]{
  border-width: 2px;
}
.border-t-2{
  border-top-width: 2px;
}
.border-b{
  border-bottom-width: 1px;
}
.border-b-2{
  border-bottom-width: 2px;
}
.border-l-4{
  border-left-width: 4px;
}
.border-t{
  border-top-width: 1px;
}
.border-r{
  border-right-width: 1px;
}
.border-none{
  border-style: none;
}
.border-gray-300{
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity));
}
.border-transparent{
  border-color: transparent;
}
.border-primaryColor{
  --tw-border-opacity: 1;
  border-color: rgb(105 140 130 / var(--tw-border-opacity));
}
.border-inforgraphicsColor{
  --tw-border-opacity: 1;
  border-color: rgb(241 161 26 / var(--tw-border-opacity));
}
.border-white{
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}
.border-slate-300{
  --tw-border-opacity: 1;
  border-color: rgb(203 213 225 / var(--tw-border-opacity));
}
.border-\[\#e0e0e0\]{
  --tw-border-opacity: 1;
  border-color: rgb(224 224 224 / var(--tw-border-opacity));
}
.border-\[\#C4C4C4\]{
  --tw-border-opacity: 1;
  border-color: rgb(196 196 196 / var(--tw-border-opacity));
}
.border-\[\#c4cdcc\]{
  --tw-border-opacity: 1;
  border-color: rgb(196 205 204 / var(--tw-border-opacity));
}
.border-slate-400{
  --tw-border-opacity: 1;
  border-color: rgb(148 163 184 / var(--tw-border-opacity));
}
.border-\[\#e6e2de\]{
  --tw-border-opacity: 1;
  border-color: rgb(230 226 222 / var(--tw-border-opacity));
}
.border-orange{
  --tw-border-opacity: 1;
  border-color: rgb(255 159 13 / var(--tw-border-opacity));
}
.border-gray-500{
  --tw-border-opacity: 1;
  border-color: rgb(107 114 128 / var(--tw-border-opacity));
}
.border-footerborder{
  --tw-border-opacity: 1;
  border-color: rgb(55 89 82 / var(--tw-border-opacity));
}
.border-gray-200{
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity));
}
.border-indigo-400{
  --tw-border-opacity: 1;
  border-color: rgb(129 140 248 / var(--tw-border-opacity));
}
.border-gray-400{
  --tw-border-opacity: 1;
  border-color: rgb(156 163 175 / var(--tw-border-opacity));
}
.border-gray-100{
  --tw-border-opacity: 1;
  border-color: rgb(243 244 246 / var(--tw-border-opacity));
}
.bg-white{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-\[\#d1d5db\]{
  --tw-bg-opacity: 1;
  background-color: rgb(209 213 219 / var(--tw-bg-opacity));
}
.bg-inforgraphicsColor{
  --tw-bg-opacity: 1;
  background-color: rgb(241 161 26 / var(--tw-bg-opacity));
}
.bg-primaryColor{
  --tw-bg-opacity: 1;
  background-color: rgb(105 140 130 / var(--tw-bg-opacity));
}
.bg-red-100{
  --tw-bg-opacity: 1;
  background-color: rgb(254 226 226 / var(--tw-bg-opacity));
}
.bg-green-100{
  --tw-bg-opacity: 1;
  background-color: rgb(220 252 231 / var(--tw-bg-opacity));
}
.bg-\[\#bfcecb\]{
  --tw-bg-opacity: 1;
  background-color: rgb(191 206 203 / var(--tw-bg-opacity));
}
.bg-gray-500{
  --tw-bg-opacity: 1;
  background-color: rgb(107 114 128 / var(--tw-bg-opacity));
}
.bg-gray-50{
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity));
}
.bg-closebg{
  --tw-bg-opacity: 1;
  background-color: rgb(109 109 107 / var(--tw-bg-opacity));
}
.bg-\[\#f1f3f2\]{
  --tw-bg-opacity: 1;
  background-color: rgb(241 243 242 / var(--tw-bg-opacity));
}
.bg-red-500{
  --tw-bg-opacity: 1;
  background-color: rgb(239 68 68 / var(--tw-bg-opacity));
}
.bg-\[\#e3e3e3\]{
  --tw-bg-opacity: 1;
  background-color: rgb(227 227 227 / var(--tw-bg-opacity));
}
.bg-transparent{
  background-color: transparent;
}
.bg-\[\#25aae1\]{
  --tw-bg-opacity: 1;
  background-color: rgb(37 170 225 / var(--tw-bg-opacity));
}
.bg-\[\#f1592a\]{
  --tw-bg-opacity: 1;
  background-color: rgb(241 89 42 / var(--tw-bg-opacity));
}
.bg-\[\#d9d9d9f2\]{
  background-color: #d9d9d9f2;
}
.bg-\[\#f2f2f2f2\]{
  background-color: #f2f2f2f2;
}
.bg-gray-100{
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}
.bg-\[\#283641\]{
  --tw-bg-opacity: 1;
  background-color: rgb(40 54 65 / var(--tw-bg-opacity));
}
.bg-black{
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}
.bg-\[\#000000\]{
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}
.bg-gray-900{
  --tw-bg-opacity: 1;
  background-color: rgb(17 24 39 / var(--tw-bg-opacity));
}
.bg-red-600{
  --tw-bg-opacity: 1;
  background-color: rgb(220 38 38 / var(--tw-bg-opacity));
}
.bg-\[\#d6e4df\]{
  --tw-bg-opacity: 1;
  background-color: rgb(214 228 223 / var(--tw-bg-opacity));
}
.bg-gray-800{
  --tw-bg-opacity: 1;
  background-color: rgb(31 41 55 / var(--tw-bg-opacity));
}
.bg-indigo-50{
  --tw-bg-opacity: 1;
  background-color: rgb(238 242 255 / var(--tw-bg-opacity));
}
.bg-graybody2{
  --tw-bg-opacity: 1;
  background-color: rgb(247 248 249 / var(--tw-bg-opacity));
}
.bg-\[\#8dc63f\]{
  --tw-bg-opacity: 1;
  background-color: rgb(141 198 63 / var(--tw-bg-opacity));
}
.bg-gray-200{
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity));
}
.bg-blue-500{
  --tw-bg-opacity: 1;
  background-color: rgb(59 130 246 / var(--tw-bg-opacity));
}
.bg-opacity-75{
  --tw-bg-opacity: 0.75;
}
.bg-opacity-50{
  --tw-bg-opacity: 0.5;
}
.bg-cover{
  background-size: cover;
}
.bg-center{
  background-position: center;
}
.bg-top{
  background-position: top;
}
.bg-\[center_-5rem\]{
  background-position: center -5rem;
}
.bg-no-repeat{
  background-repeat: no-repeat;
}
.fill-current{
  fill: currentColor;
}
.object-contain{
  -o-object-fit: contain;
     object-fit: contain;
}
.object-cover{
  -o-object-fit: cover;
     object-fit: cover;
}
.object-center{
  -o-object-position: center;
     object-position: center;
}
.p-0{
  padding: 0px;
}
.p-1\.5{
  padding: 0.375rem;
}
.p-1{
  padding: 0.25rem;
}
.p-5{
  padding: 1.25rem;
}
.p-4{
  padding: 1rem;
}
.p-2{
  padding: 0.5rem;
}
.p-6{
  padding: 1.5rem;
}
.p-3{
  padding: 0.75rem;
}
.p-\[9px\]{
  padding: 9px;
}
.p-\[11px\]{
  padding: 11px;
}
.p-7{
  padding: 1.75rem;
}
.px-4{
  padding-left: 1rem;
  padding-right: 1rem;
}
.py-2{
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.px-2{
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.py-10{
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.py-5{
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.py-14{
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}
.py-24{
  padding-top: 6rem;
  padding-bottom: 6rem;
}
.py-4{
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.py-3{
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.px-6{
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.px-3{
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.py-8{
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.py-\[14px\]{
  padding-top: 14px;
  padding-bottom: 14px;
}
.py-1\.5{
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}
.py-1{
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.px-5{
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.py-12{
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.px-1{
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}
.py-6{
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.px-7{
  padding-left: 1.75rem;
  padding-right: 1.75rem;
}
.py-0{
  padding-top: 0px;
  padding-bottom: 0px;
}
.pt-2{
  padding-top: 0.5rem;
}
.pb-3{
  padding-bottom: 0.75rem;
}
.pb-5{
  padding-bottom: 1.25rem;
}
.pt-0{
  padding-top: 0px;
}
.pb-10{
  padding-bottom: 2.5rem;
}
.pb-0{
  padding-bottom: 0px;
}
.pb-8{
  padding-bottom: 2rem;
}
.pb-4{
  padding-bottom: 1rem;
}
.pr-4{
  padding-right: 1rem;
}
.pt-1{
  padding-top: 0.25rem;
}
.pt-20{
  padding-top: 5rem;
}
.pb-24{
  padding-bottom: 6rem;
}
.pb-16{
  padding-bottom: 4rem;
}
.pt-10{
  padding-top: 2.5rem;
}
.pt-4{
  padding-top: 1rem;
}
.pb-12{
  padding-bottom: 3rem;
}
.pt-7{
  padding-top: 1.75rem;
}
.pb-14{
  padding-bottom: 3.5rem;
}
.pt-5{
  padding-top: 1.25rem;
}
.pt-8{
  padding-top: 2rem;
}
.pb-6{
  padding-bottom: 1.5rem;
}
.pb-20{
  padding-bottom: 5rem;
}
.pb-2{
  padding-bottom: 0.5rem;
}
.pl-4{
  padding-left: 1rem;
}
.pr-10{
  padding-right: 2.5rem;
}
.pt-14{
  padding-top: 3.5rem;
}
.pb-\[2px\]{
  padding-bottom: 2px;
}
.pr-6{
  padding-right: 1.5rem;
}
.pl-3{
  padding-left: 0.75rem;
}
.pl-8{
  padding-left: 2rem;
}
.pr-1{
  padding-right: 0.25rem;
}
.pr-3{
  padding-right: 0.75rem;
}
.pl-6{
  padding-left: 1.5rem;
}
.pl-1{
  padding-left: 0.25rem;
}
.pt-6{
  padding-top: 1.5rem;
}
.pb-1{
  padding-bottom: 0.25rem;
}
.pt-16{
  padding-top: 4rem;
}
.pt-3{
  padding-top: 0.75rem;
}
.pr-2{
  padding-right: 0.5rem;
}
.pl-16{
  padding-left: 4rem;
}
.text-left{
  text-align: left;
}
.text-center{
  text-align: center;
}
.text-right{
  text-align: right;
}
.text-justify{
  text-align: justify;
}
.font-georgia{
  font-family: Georgia;
}
.font-barlow{
  font-family: "Barlow", sans-serif;
}
.font-barlowCondensed{
  font-family: "Barlow Condensed", sans-serif;
}
.font-roboto{
  font-family: Roboto, sans-serif;
}
.font-archivo{
  font-family: Archivo Black, sans-serif;
}
.font-serif{
  font-family: ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
}
.font-sans{
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
.text-sm{
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.text-3xl{
  font-size: 1.875rem;
  line-height: 2.25rem;
}
.text-xl{
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.text-2xl{
  font-size: 1.5rem;
  line-height: 2rem;
}
.text-lg{
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.text-base{
  font-size: 1rem;
  line-height: 1.5rem;
}
.text-4xl{
  font-size: 2.25rem;
  line-height: 2.5rem;
}
.text-\[18px\]{
  font-size: 18px;
}
.text-\[20px\]{
  font-size: 20px;
}
.text-\[16px\]{
  font-size: 16px;
}
.text-\[13px\]{
  font-size: 13px;
}
.text-xs{
  font-size: 0.75rem;
  line-height: 1rem;
}
.text-\[15px\]{
  font-size: 15px;
}
.text-\[23px\]{
  font-size: 23px;
}
.text-\[30px\]{
  font-size: 30px;
}
.font-medium{
  font-weight: 500;
}
.font-bold{
  font-weight: 700;
}
.font-semibold{
  font-weight: 600;
}
.font-\[650\]{
  font-weight: 650;
}
.font-\[600\]{
  font-weight: 600;
}
.font-\[500\]{
  font-weight: 500;
}
.font-normal{
  font-weight: 400;
}
.font-\[300\]{
  font-weight: 300;
}
.font-\[400\]{
  font-weight: 400;
}
.uppercase{
  text-transform: uppercase;
}
.italic{
  font-style: italic;
}
.leading-5{
  line-height: 1.25rem;
}
.leading-8{
  line-height: 2rem;
}
.leading-10{
  line-height: 2.5rem;
}
.leading-\[22px\]{
  line-height: 22px;
}
.leading-6{
  line-height: 1.5rem;
}
.leading-relaxed{
  line-height: 1.625;
}
.leading-tight{
  line-height: 1.25;
}
.leading-7{
  line-height: 1.75rem;
}
.leading-none{
  line-height: 1;
}
.tracking-\[1\.2px\]{
  letter-spacing: 1.2px;
}
.tracking-tighter{
  letter-spacing: -0.05em;
}
.tracking-widest{
  letter-spacing: 0.1em;
}
.tracking-wider{
  letter-spacing: 0.05em;
}
.text-gray-500{
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
}
.text-gray-700{
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity));
}
.text-black{
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.text-primaryColor{
  --tw-text-opacity: 1;
  color: rgb(105 140 130 / var(--tw-text-opacity));
}
.text-white{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.text-red-600{
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity));
}
.text-green-600{
  --tw-text-opacity: 1;
  color: rgb(22 163 74 / var(--tw-text-opacity));
}
.text-grayy{
  --tw-text-opacity: 1;
  color: rgb(94 95 97 / var(--tw-text-opacity));
}
.text-red-500{
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity));
}
.text-gray-900{
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity));
}
.text-headerbg{
  --tw-text-opacity: 1;
  color: rgb(40 54 65 / var(--tw-text-opacity));
}
.text-\[\#517B77\]{
  --tw-text-opacity: 1;
  color: rgb(81 123 119 / var(--tw-text-opacity));
}
.text-\[\#eb2424\]{
  --tw-text-opacity: 1;
  color: rgb(235 36 36 / var(--tw-text-opacity));
}
.text-slate-600{
  --tw-text-opacity: 1;
  color: rgb(71 85 105 / var(--tw-text-opacity));
}
.text-\[\#f2a528\]{
  --tw-text-opacity: 1;
  color: rgb(242 165 40 / var(--tw-text-opacity));
}
.text-inforgraphicsColor{
  --tw-text-opacity: 1;
  color: rgb(241 161 26 / var(--tw-text-opacity));
}
.text-indigo-500{
  --tw-text-opacity: 1;
  color: rgb(99 102 241 / var(--tw-text-opacity));
}
.text-orange{
  --tw-text-opacity: 1;
  color: rgb(255 159 13 / var(--tw-text-opacity));
}
.\!text-black{
  --tw-text-opacity: 1 !important;
  color: rgb(0 0 0 / var(--tw-text-opacity)) !important;
}
.text-\[\#979695\]{
  --tw-text-opacity: 1;
  color: rgb(151 150 149 / var(--tw-text-opacity));
}
.text-blue-600{
  --tw-text-opacity: 1;
  color: rgb(37 99 235 / var(--tw-text-opacity));
}
.text-gray-600{
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity));
}
.text-gray-800{
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity));
}
.text-indigo-600{
  --tw-text-opacity: 1;
  color: rgb(79 70 229 / var(--tw-text-opacity));
}
.text-indigo-700{
  --tw-text-opacity: 1;
  color: rgb(67 56 202 / var(--tw-text-opacity));
}
.text-gray-200{
  --tw-text-opacity: 1;
  color: rgb(229 231 235 / var(--tw-text-opacity));
}
.text-gray-300{
  --tw-text-opacity: 1;
  color: rgb(209 213 219 / var(--tw-text-opacity));
}
.text-gray-400{
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity));
}
.text-\[\#a5a5a5\]{
  --tw-text-opacity: 1;
  color: rgb(165 165 165 / var(--tw-text-opacity));
}
.text-blue-400{
  --tw-text-opacity: 1;
  color: rgb(96 165 250 / var(--tw-text-opacity));
}
.text-red-400{
  --tw-text-opacity: 1;
  color: rgb(248 113 113 / var(--tw-text-opacity));
}
.underline{
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}
.antialiased{
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.opacity-0{
  opacity: 0;
}
.opacity-100{
  opacity: 1;
}
.opacity-50{
  opacity: 0.5;
}
.shadow-sm{
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 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-md{
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-xl{
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow{
  --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);
}
.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);
}
.outline-none{
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.ring-1{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.ring-gray-300{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(209 213 219 / var(--tw-ring-opacity));
}
.ring-black{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(0 0 0 / var(--tw-ring-opacity));
}
.ring-opacity-5{
  --tw-ring-opacity: 0.05;
}
.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, fill, stroke, opacity, box-shadow, transform, filter, -webkit-text-decoration-color, -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-text-decoration-color, -webkit-backdrop-filter;
  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;
}
.transition-opacity{
  transition-property: opacity;
  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-colors{
  transition-property: color, background-color, border-color, fill, stroke, -webkit-text-decoration-color;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, -webkit-text-decoration-color;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.duration-150{
  transition-duration: 150ms;
}
.duration-300{
  transition-duration: 300ms;
}
.duration-100{
  transition-duration: 100ms;
}
.duration-75{
  transition-duration: 75ms;
}
.duration-700{
  transition-duration: 700ms;
}
.duration-200{
  transition-duration: 200ms;
}
.ease-in-out{
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.ease-out{
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
.ease-in{
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}
.line-clamp-1{
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.line-clamp-3{
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.line-clamp-2{
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.line-clamp-6{
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
}
.line-clamp-4{
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}
@font-face {
  font-family: "Georgia";
  src: url(/fonts/georgia.ttf?fdad852e4d92e9181774eaee839c4286);
}
@font-face {
  font-family: "Georgia Bold";
  src: url(/fonts/georgiab.ttf?86db03e716019226d7907262ab675c1d);

}
.mySwiper .swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 12px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 12px));
}
.mySwiper .swiper-pagination-bullet-active {
  background: #698c82;
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 14px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 14px));
}
.description .quote {
  background: #f0f0f0;
  padding: 1rem 2rem 1rem 3.5rem;
  color: #313131;
  font-style: italic;
  font-family: 'Roboto';
  margin-top: 3.5rem;
  margin-bottom: 3.5rem;
  position: relative;
}
.description .quote::before {
  content: "\201C";
  position: absolute;
  font-family: 'Georgia';
  color: #fda424;
  font-size: 8rem; 
  left: -1rem; 
  top: 50%;
  transform: translateY(-50%);
}
.description .quote p {
  margin-bottom: 1rem;
}
.description .author_name {
  font-style: normal;
  color: #363636;
  font-family: 'Archivo Black';
}
/* animate the yellow line of infographics on hover  */
.counter-classic:hover .rotate-element {
  transform: rotate(180deg);
  transition: transform 0.3s ease;
}
/* story div */
.stories-div {
  transition: transform .3s ease;
}
.stories-div:hover .story-title {
  color:#698c82;
}
/* partners div */
.partners-div{
  transition: transform .3s ease;
}
.partners-div:hover {
  transform: scale(1.05);
}
.partners-div:hover .partner-title {
  color:#698c82;
}
/* alumni date */
.filterSwiper.swiper {
  position: static !important;
}
.filterSwiper.swiper .swiper-button-next:after, 
.filterSwiper.swiper .swiper-button-prev:after  {
  font-size: 0.9rem !important;
}
.filterSwiper.swiper .swiper-button-next,
.filterSwiper.swiper .swiper-button-prev {
  color: black !important;
  font-weight: 800;
}
.filterSwiper.swiper .swiper-button-next {
  right: var(--swiper-navigation-sides-offset, -10px);
}
.filterSwiper.swiper .swiper-button-prev {
  left: var(--swiper-navigation-sides-offset, -10px);
}
.filterSwiper,
.filterSwiper .swiper-container {
  height: auto;
}
.filterSwiper .selected-swiper-slide button{
  background-color: #698c82;
  color: white;
  font-weight: 600;

}
.description-div ul{
    list-style: disc !important;
    margin: unset !important;
    -webkit-padding-start: 40px !important;
            padding-inline-start: 40px !important;
}
.description-div ol{
    list-style: decimal !important;
    margin: unset !important;
    -webkit-padding-start: 40px !important;
            padding-inline-start: 40px !important;
}
.municipality-hover:hover{
  background-color: #698c82;
  color: #ffffff;
  font-weight: 600;
}
.municipality-hover {
  height: 4.2em; 
  border: 1px solid #698c82;
  color: #313131;
}
.newsletter-width{
  width: 40%;
}
@media (max-width:991px) {
  .newsletter-width{
    width: 80%;
  }
}
/* Header Menu */
@media(max-width: 1024px) {
  .font-40{
    font-size: 29px;
  }
  .font-25{
    font-size: 20px;
  }
  .w-77{
    width: 100%;
  }
}
@media(min-width: 1200px) {
  .second-header {
    margin: 0px 20px; /* 20px margin on the left and right */
  }
}
@media(min-width: 1310px) {
  .second-header {
    margin: 0px 80px; /* 80px margin on the left and right */
  }
}
@media(min-width: 1400px) {
  .second-header {
    margin: 0px 100px; /* 100px margin on the left and right */
  }
}
@media(min-width: 1850px) {
  .second-header {
    margin: 0px 270px; /* 270px margin on the left and right */
  }
}
.dark-green-text{
  color: #002331;
}
.font-20{
  font-size: 20px;
}
.font-29{
  font-size: 29px;
}
.saathi-logo{
  width: 50%;
}
.maxw-70{
  max-width: 80%;
}
.green-header{
  color: #698D83;
}
.grey-text{
  color: #929190;
}
.font-40{
  font-size: 40px;
}
.font-14{
  font-size: 14px;
}
.font-12{
  font-size: 12px;
}
.font-30{
  font-size: 30px;
}
.font-22{
  font-size: 22px;
}
.font-25{
  font-size: 25px;
}
.font-35{
  font-size: 35px;
}
.font-50{
  font-size: 50px;
}
.leading-11{
  line-height: 3.8rem;
}
.w-full{
  width: 100%;
}
.w-70{
  width: 70%;
}
.w-75{
  width: 75%;
}
.w-13{
  width: 13%;
}
.w-40{
  width: 40%;
}
.w-45{
  width: 45%;
}
.w-77{
  width: 77%;
}
.py-14{
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}
@media(min-width: 779px){
  .ps-50{
    padding-left: 50px;
  }
}
.grey-input-field{
  border: 0px;
  background-color: rgb(240, 240, 240);
}
.f-bold{
  font-weight: bold;
}
.auto-height{
  height: auto;
}
.h-inherit{
  height: inherit;
}
.line-height-p{
  line-height: 2.8rem;
}
/* New Added History */
.text-26{
  font-size: 26px;
}
.text-20{
  font-size: 20px;
}
.color-333333{
  color: #333333;
}
.w-2xl-50{
  width: 50%;
}
.h-2xl-50{
  height: 50%;
}
.history-vertical-line {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 1px;
  background-color: #333333; 
  transform: translateX(-50%);
}
.mb-80{
  margin-bottom: 80px;
}
.history-circle {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 30px; 
  height: 30px;
  border: 1px solid #FFA500;
  background-color: #ffffff; 
  border-radius: 50%;
  /* top: calc(100% / 3 - 440px);  */
  /* top: calc(100% / 3 - 10px);  */
  /* top: calc(100% / 3 + 550px);  */
}
@media(max-width: 1280px){
  .timeline-image{
    width: 100%;
  }
}
.member-image-area{
  width: 30%;
}
.member-image{
  width: 100%;
}
@media(max-width: 1023px){
  .member-image{
    width: 50%;
  }
  .member-image-area{
    width: 100%;
    display: flex;
    justify-content: center;
    padding-bottom: 40px;
  }
}
@media(max-width: 576px){
  .member-image{
    width: 100%;
  }
}
.swiper-wrapper {
  display: flex;
  align-items: center;
}
.flex{
  display: flex;
}
.justify-center{
  justify-content: center;
}
.m-10{
  margin: 10px 10px 10px 10px;
}
.teams-swiper-slide {
  transition: transform 0.6s, margin 0.6s ease; 
  aspect-ratio: 360 / 475;
}
/* for swiper buttons */
.teams-swiper-button-next, .teams-swiper-button-prev {
  position: absolute;
  width: calc(var(--swiper-navigation-size)/ 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - (var(--swiper-navigation-size)/ 2));
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #333; /* Adjust arrow color */
  font-size: 24px; /* Adjust icon size */
  z-index: 10; /* Ensure navigation is above slides */
}
.teams-swiper .swiper-wrapper, .teams-swiper.swiper  {
  padding-bottom: calc(1.5rem * 1.5) !important;
  padding-top: calc(1.1rem * 1.5) !important;
}
.teams-swiper-button-next, .teams-swiper-button-prev {
  height: 0;
  top: 100% !important;
}
.teams-swiper-button-next, .swiper-rtl .teams-swiper-button-prev {
  right: 10rem !important;
  left: auto;
}
.teams-swiper-button-prev, .swiper-rtl .teams-swiper-button-next {
  left: 10rem !important;
  right: auto;
}
.swiper-next-icon-c, .swiper-prev-icon-c {
  background-color: #fff;
  border-radius: 50%;
  border: 2px solid #eecfa4;
  color: #678a7e !important;
  font-size: 1.2rem !important;
  font-weight: bolder !important;
  /* padding: .7rem 1rem; */
  /* padding: 1.3rem 1.45rem; */
  padding: 1vw 1.1vw;
}
.teams-swiper-button-next:after, .teams-swiper-button-prev:after {
  display: none;
}
.teams-swiper-button-prev.swiper-button-disabled {
  cursor: auto;
  opacity: .35;
  pointer-events: none;
}
.news-swiper-prev-icon, .news-swiper-next-icon {
  background-color: #DEE1E0;;
  border-radius: 50%;
  border: 2px solid #eecfa4;
  color: #678a7e !important;
  font-size: 0.8rem !important;
  font-weight: bolder !important;
  padding: 0.4rem 0.4rem;
  cursor: pointer;
}
.news-swiper-prev-icon:hover, 
.news-swiper-next-icon:hover {
  background-color: #eeeded; 
  cursor: pointer;
}
.mt-60{
  margin-top: 60px;
}
@media (max-width: 400px) {
  .mt-60{
    margin-top: 80px;
  }
}
.swiper .swiper-slide{
  display: none;
}
.swiper.swiper-initialized .swiper-slide{
  display: block;

}
.no-scroll {
  overflow: hidden;
}
.banner-swiper-btn {
  color: #678a7e !important;
}
.stories-swiper .swiper-wrapper, 
.stories-swiper .swiper-slide {
  height: 7rem !important;
}
.camp-img{
  border: 3px solid #ffffff;
}
/* for swiper buttons */
@media (max-width:991px) {
  .teams-swiper .swiper-wrapper, .teams-swiper.swiper  {
    padding-top: calc(0.9rem * 2) !important;
    padding-bottom: calc(1.2rem * 2) !important;
  }

  .swiper-next-icon-c, .swiper-prev-icon-c {
    background-color: transparent;
    font-size: 0.9rem !important;
    padding: 0.8rem 0.9rem;
  }

  .teams-swiper-button-next, .swiper-rtl .teams-swiper-button-prev {
    right: 37% !important;
    left: auto;
  }
  
  .teams-swiper-button-prev, .swiper-rtl .teams-swiper-button-next {
    left: 37% !important;
    right: auto;
  }
}
.placeholder\:text-grayy::-moz-placeholder{
  --tw-text-opacity: 1;
  color: rgb(94 95 97 / var(--tw-text-opacity));
}
.placeholder\:text-grayy:-ms-input-placeholder{
  --tw-text-opacity: 1;
  color: rgb(94 95 97 / var(--tw-text-opacity));
}
.placeholder\:text-grayy::placeholder{
  --tw-text-opacity: 1;
  color: rgb(94 95 97 / var(--tw-text-opacity));
}
.checked\:border-slate-400:checked{
  --tw-border-opacity: 1;
  border-color: rgb(148 163 184 / var(--tw-border-opacity));
}
.hover\:scale-\[1\.02\]:hover{
  --tw-scale-x: 1.02;
  --tw-scale-y: 1.02;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.hover\:cursor-pointer:hover{
  cursor: pointer;
}
.hover\:border-primaryColor:hover{
  --tw-border-opacity: 1;
  border-color: rgb(105 140 130 / var(--tw-border-opacity));
}
.hover\:border-gray-300:hover{
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity));
}
.hover\:bg-primaryColorHover:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(56 77 71 / var(--tw-bg-opacity));
}
.hover\:bg-primaryColor:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(105 140 130 / var(--tw-bg-opacity));
}
.hover\:bg-red-400:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(248 113 113 / var(--tw-bg-opacity));
}
.hover\:bg-inforgraphicsColor:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(241 161 26 / var(--tw-bg-opacity));
}
.hover\:bg-gray-900:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(17 24 39 / var(--tw-bg-opacity));
}
.hover\:bg-headerbg:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(40 54 65 / var(--tw-bg-opacity));
}
.hover\:bg-gray-700:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(55 65 81 / var(--tw-bg-opacity));
}
.hover\:bg-gray-100:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}
.hover\:bg-gray-50:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity));
}
.hover\:bg-blue-500:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(59 130 246 / var(--tw-bg-opacity));
}
.hover\:via-primaryColorHover:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #384d47, var(--tw-gradient-to, rgb(56 77 71 / 0));
}
.hover\:text-gray-500:hover{
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
}
.hover\:text-gray-400:hover{
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity));
}
.hover\:text-inforgraphicsColor:hover{
  --tw-text-opacity: 1;
  color: rgb(241 161 26 / var(--tw-text-opacity));
}
.hover\:text-white:hover{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.hover\:text-red-300:hover{
  --tw-text-opacity: 1;
  color: rgb(252 165 165 / var(--tw-text-opacity));
}
.hover\:text-primaryColor:hover{
  --tw-text-opacity: 1;
  color: rgb(105 140 130 / var(--tw-text-opacity));
}
.hover\:text-headerbg:hover{
  --tw-text-opacity: 1;
  color: rgb(40 54 65 / var(--tw-text-opacity));
}
.hover\:text-primaryColorHover:hover{
  --tw-text-opacity: 1;
  color: rgb(56 77 71 / var(--tw-text-opacity));
}
.hover\:text-red-900:hover{
  --tw-text-opacity: 1;
  color: rgb(127 29 29 / var(--tw-text-opacity));
}
.hover\:text-gray-900:hover{
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity));
}
.hover\:text-gray-700:hover{
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity));
}
.hover\:text-gray-800:hover{
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity));
}
.hover\:text-orange:hover{
  --tw-text-opacity: 1;
  color: rgb(255 159 13 / var(--tw-text-opacity));
}
.hover\:shadow-lg:hover{
  --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);
}
.focus\:z-10:focus{
  z-index: 10;
}
.focus\:border-blue-300:focus{
  --tw-border-opacity: 1;
  border-color: rgb(147 197 253 / var(--tw-border-opacity));
}
.focus\:border-indigo-300:focus{
  --tw-border-opacity: 1;
  border-color: rgb(165 180 252 / var(--tw-border-opacity));
}
.focus\:border-gray-900:focus{
  --tw-border-opacity: 1;
  border-color: rgb(17 24 39 / var(--tw-border-opacity));
}
.focus\:border-indigo-700:focus{
  --tw-border-opacity: 1;
  border-color: rgb(67 56 202 / var(--tw-border-opacity));
}
.focus\:border-gray-300:focus{
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity));
}
.focus\:bg-gray-100:focus{
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}
.focus\:bg-indigo-100:focus{
  --tw-bg-opacity: 1;
  background-color: rgb(224 231 255 / var(--tw-bg-opacity));
}
.focus\:bg-gray-50:focus{
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity));
}
.focus\:text-gray-700:focus{
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity));
}
.focus\:text-indigo-800:focus{
  --tw-text-opacity: 1;
  color: rgb(55 48 163 / var(--tw-text-opacity));
}
.focus\:text-gray-800:focus{
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity));
}
.focus\:text-gray-500:focus{
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
}
.focus\:outline-none:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.focus\:ring:focus{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.focus\:ring-0:focus{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.focus\:ring-2:focus{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.focus\:ring-gray-200:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(229 231 235 / var(--tw-ring-opacity));
}
.focus\:ring-blue-500:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(59 130 246 / var(--tw-ring-opacity));
}
.focus\:ring-indigo-200:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(199 210 254 / var(--tw-ring-opacity));
}
.focus\:ring-opacity-50:focus{
  --tw-ring-opacity: 0.5;
}
.active\:bg-gray-100:active{
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}
.active\:bg-gray-900:active{
  --tw-bg-opacity: 1;
  background-color: rgb(17 24 39 / var(--tw-bg-opacity));
}
.active\:text-gray-700:active{
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity));
}
.active\:text-gray-500:active{
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
}
.disabled\:opacity-25:disabled{
  opacity: 0.25;
}
.group:hover .group-hover\: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));
}
[dir="rtl"] .rtl\:space-x-reverse > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 1;
}
@media (prefers-color-scheme: dark){
  .dark\:border-blue-500{
    --tw-border-opacity: 1;
    border-color: rgb(59 130 246 / var(--tw-border-opacity));
  }
  .dark\:border-gray-600{
    --tw-border-opacity: 1;
    border-color: rgb(75 85 99 / var(--tw-border-opacity));
  }
  .dark\:bg-gray-700{
    --tw-bg-opacity: 1;
    background-color: rgb(55 65 81 / var(--tw-bg-opacity));
  }
  .dark\:bg-gray-900{
    --tw-bg-opacity: 1;
    background-color: rgb(17 24 39 / var(--tw-bg-opacity));
  }
  .dark\:text-blue-500{
    --tw-text-opacity: 1;
    color: rgb(59 130 246 / var(--tw-text-opacity));
  }
  .dark\:text-gray-400{
    --tw-text-opacity: 1;
    color: rgb(156 163 175 / var(--tw-text-opacity));
  }
  .dark\:ring-offset-gray-800{
    --tw-ring-offset-color: #1f2937;
  }
  .dark\:focus\:ring-blue-600:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(37 99 235 / var(--tw-ring-opacity));
  }
}
@media (min-width: 640px){
  .sm\:col-span-2{
    grid-column: span 2 / span 2;
  }
  .sm\:col-span-1{
    grid-column: span 1 / span 1;
  }
  .sm\:my-8{
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
  .sm\:mx-0{
    margin-left: 0px;
    margin-right: 0px;
  }
  .sm\:-my-px{
    margin-top: -1px;
    margin-bottom: -1px;
  }
  .sm\:ml-4{
    margin-left: 1rem;
  }
  .sm\:mt-0{
    margin-top: 0px;
  }
  .sm\:ml-10{
    margin-left: 2.5rem;
  }
  .sm\:ml-6{
    margin-left: 1.5rem;
  }
  .sm\:block{
    display: block;
  }
  .sm\:flex{
    display: flex;
  }
  .sm\:hidden{
    display: none;
  }
  .sm\:w-full{
    width: 100%;
  }
  .sm\:w-\[162px\]{
    width: 162px;
  }
  .sm\:w-1\/2{
    width: 50%;
  }
  .sm\:max-w-3xl{
    max-width: 48rem;
  }
  .sm\:max-w-md{
    max-width: 28rem;
  }
  .sm\:flex-1{
    flex: 1 1 0%;
  }
  .sm\:grid-cols-5{
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
  .sm\:flex-row{
    flex-direction: row;
  }
  .sm\:items-start{
    align-items: flex-start;
  }
  .sm\:items-center{
    align-items: center;
  }
  .sm\:justify-start{
    justify-content: flex-start;
  }
  .sm\:justify-center{
    justify-content: center;
  }
  .sm\:justify-between{
    justify-content: space-between;
  }
  .sm\:space-x-4 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(1rem * var(--tw-space-x-reverse));
    margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
  }
  .sm\:rounded-lg{
    border-radius: 0.5rem;
  }
  .sm\:p-0{
    padding: 0px;
  }
  .sm\:p-6{
    padding: 1.5rem;
  }
  .sm\:p-12{
    padding: 3rem;
  }
  .sm\:p-4{
    padding: 1rem;
  }
  .sm\:p-2{
    padding: 0.5rem;
  }
  .sm\:p-1\.5{
    padding: 0.375rem;
  }
  .sm\:p-1{
    padding: 0.25rem;
  }
  .sm\:px-6{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .sm\:pb-4{
    padding-bottom: 1rem;
  }
  .sm\:pb-0{
    padding-bottom: 0px;
  }
  .sm\:pt-0{
    padding-top: 0px;
  }
  .sm\:text-left{
    text-align: left;
  }
  .sm\:text-base{
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
@media (min-width: 768px){
  .md\:absolute{
    position: absolute;
  }
  .md\:inset-0{
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
  }
  .md\:left-16{
    left: 4rem;
  }
  .md\:right-28{
    right: 7rem;
  }
  .md\:mx-8{
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .md\:mx-0{
    margin-left: 0px;
    margin-right: 0px;
  }
  .md\:mt-0{
    margin-top: 0px;
  }
  .md\:mb-0{
    margin-bottom: 0px;
  }
  .md\:block{
    display: block;
  }
  .md\:hidden{
    display: none;
  }
  .md\:h-\[112px\]{
    height: 112px;
  }
  .md\:h-auto{
    height: auto;
  }
  .md\:w-\[70\%\]{
    width: 70%;
  }
  .md\:w-\[40\%\]{
    width: 40%;
  }
  .md\:w-\[80\%\]{
    width: 80%;
  }
  .md\:w-full{
    width: 100%;
  }
  .md\:w-1\/4{
    width: 25%;
  }
  .md\:w-64{
    width: 16rem;
  }
  .md\:w-\[60\%\]{
    width: 60%;
  }
  .md\:w-\[22\%\]{
    width: 22%;
  }
  .md\:w-2\/3{
    width: 66.666667%;
  }
  .md\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .md\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .md\:flex-row{
    flex-direction: row;
  }
  .md\:gap-6{
    gap: 1.5rem;
  }
  .md\:gap-10{
    gap: 2.5rem;
  }
  .md\:gap-8{
    gap: 2rem;
  }
  .md\:space-y-0 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0px * var(--tw-space-y-reverse));
  }
  .md\:rounded-full{
    border-radius: 9999px;
  }
  .md\:bg-\[\#8dc63f\]{
    --tw-bg-opacity: 1;
    background-color: rgb(141 198 63 / var(--tw-bg-opacity));
  }
  .md\:p-6{
    padding: 1.5rem;
  }
  .md\:p-3\.5{
    padding: 0.875rem;
  }
  .md\:p-3{
    padding: 0.75rem;
  }
  .md\:p-4{
    padding: 1rem;
  }
  .md\:py-16{
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .md\:pb-16{
    padding-bottom: 4rem;
  }
  .md\:pt-24{
    padding-top: 6rem;
  }
  .md\:pb-20{
    padding-bottom: 5rem;
  }
  .md\:pt-7{
    padding-top: 1.75rem;
  }
  .md\:text-\[17px\]{
    font-size: 17px;
  }
  .md\:text-\[18px\]{
    font-size: 18px;
  }
  .md\:text-base{
    font-size: 1rem;
    line-height: 1.5rem;
  }
  .md\:text-sm{
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
  .md\:text-\[16px\]{
    font-size: 16px;
  }
  .md\:text-xl{
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
  .md\:leading-normal{
    line-height: 1.5;
  }
}
@media (min-width: 1024px){
  .lg\:top-\[150px\]{
    top: 150px;
  }
  .lg\:left-\[50\%\]{
    left: 50%;
  }
  .lg\:top-44{
    top: 11rem;
  }
  .lg\:left-\[54\%\]{
    left: 54%;
  }
  .lg\:order-1{
    order: 1;
  }
  .lg\:order-2{
    order: 2;
  }
  .lg\:col-span-2{
    grid-column: span 2 / span 2;
  }
  .lg\:float-left{
    float: left;
  }
  .lg\:mx-10{
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }
  .lg\:mx-5{
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }
  .lg\:mx-0{
    margin-left: 0px;
    margin-right: 0px;
  }
  .lg\:mx-4{
    margin-left: 1rem;
    margin-right: 1rem;
  }
  .lg\:mx-3{
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }
  .lg\:my-0{
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .lg\:mr-8{
    margin-right: 2rem;
  }
  .lg\:mb-4{
    margin-bottom: 1rem;
  }
  .lg\:mr-10{
    margin-right: 2.5rem;
  }
  .lg\:mb-2{
    margin-bottom: 0.5rem;
  }
  .lg\:mt-5{
    margin-top: 1.25rem;
  }
  .lg\:ml-0{
    margin-left: 0px;
  }
  .lg\:mt-10{
    margin-top: 2.5rem;
  }
  .lg\:block{
    display: block;
  }
  .lg\:flex{
    display: flex;
  }
  .lg\:grid{
    display: grid;
  }
  .lg\:hidden{
    display: none;
  }
  .lg\:h-auto{
    height: auto;
  }
  .lg\:w-\[65rem\]{
    width: 65rem;
  }
  .lg\:w-\[80\%\]{
    width: 80%;
  }
  .lg\:w-1\/2{
    width: 50%;
  }
  .lg\:w-\[20\%\]{
    width: 20%;
  }
  .lg\:grid-cols-4{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .lg\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .lg\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .lg\:grid-rows-1{
    grid-template-rows: repeat(1, minmax(0, 1fr));
  }
  .lg\:flex-row{
    flex-direction: row;
  }
  .lg\:flex-col{
    flex-direction: column;
  }
  .lg\:justify-start{
    justify-content: flex-start;
  }
  .lg\:justify-between{
    justify-content: space-between;
  }
  .lg\:gap-16{
    gap: 4rem;
  }
  .lg\:gap-8{
    gap: 2rem;
  }
  .lg\:gap-14{
    gap: 3.5rem;
  }
  .lg\:gap-20{
    gap: 5rem;
  }
  .lg\:gap-y-2{
    row-gap: 0.5rem;
  }
  .lg\:gap-x-5{
    -moz-column-gap: 1.25rem;
         column-gap: 1.25rem;
  }
  .lg\:bg-\[center_-10rem\]{
    background-position: center -10rem;
  }
  .lg\:py-14{
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }
  .lg\:py-20{
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
  .lg\:px-8{
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .lg\:py-24{
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
  .lg\:pb-8{
    padding-bottom: 2rem;
  }
  .lg\:pt-3{
    padding-top: 0.75rem;
  }
  .lg\:pb-10{
    padding-bottom: 2.5rem;
  }
  .lg\:pb-14{
    padding-bottom: 3.5rem;
  }
  .lg\:pb-3{
    padding-bottom: 0.75rem;
  }
  .lg\:pt-16{
    padding-top: 4rem;
  }
  .lg\:pb-0{
    padding-bottom: 0px;
  }
  .lg\:pb-4{
    padding-bottom: 1rem;
  }
  .lg\:pb-16{
    padding-bottom: 4rem;
  }
  .lg\:pb-20{
    padding-bottom: 5rem;
  }
  .lg\:pt-20{
    padding-top: 5rem;
  }
  .lg\:pb-24{
    padding-bottom: 6rem;
  }
  .lg\:pl-0{
    padding-left: 0px;
  }
  .lg\:text-\[40px\]{
    font-size: 40px;
  }
  .lg\:text-\[25px\]{
    font-size: 25px;
  }
  .lg\:text-3xl{
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
  .lg\:text-4xl{
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
  .lg\:text-\[22px\]{
    font-size: 22px;
  }
  .lg\:text-\[18px\]{
    font-size: 18px;
  }
  .lg\:text-5xl{
    font-size: 3rem;
    line-height: 1;
  }
  .lg\:text-base{
    font-size: 1rem;
    line-height: 1.5rem;
  }
  .lg\:leading-\[2\.8rem\]{
    line-height: 2.8rem;
  }
  .lg\:leading-10{
    line-height: 2.5rem;
  }
  .lg\:leading-\[3rem\]{
    line-height: 3rem;
  }
}
@media (min-width: 1200px){
  .xl\:absolute{
    position: absolute;
  }
  .xl\:left-1\/2{
    left: 50%;
  }
  .xl\:order-last{
    order: 9999;
  }
  .xl\:mx-2{
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }
  .xl\:my-8{
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
  .xl\:mt-4{
    margin-top: 1rem;
  }
  .xl\:mt-5{
    margin-top: 1.25rem;
  }
  .xl\:mb-3{
    margin-bottom: 0.75rem;
  }
  .xl\:mb-0{
    margin-bottom: 0px;
  }
  .xl\:ml-0{
    margin-left: 0px;
  }
  .xl\:mt-10{
    margin-top: 2.5rem;
  }
  .xl\:mt-8{
    margin-top: 2rem;
  }
  .xl\:block{
    display: block;
  }
  .xl\:flex{
    display: flex;
  }
  .xl\:grid{
    display: grid;
  }
  .xl\:hidden{
    display: none;
  }
  .xl\:h-full{
    height: 100%;
  }
  .xl\:w-3\/5{
    width: 60%;
  }
  .xl\:w-\[70\%\]{
    width: 70%;
  }
  .xl\:w-\[85\%\]{
    width: 85%;
  }
  .xl\:w-\[80\%\]{
    width: 80%;
  }
  .xl\:w-\[30\%\]{
    width: 30%;
  }
  .xl\:w-auto{
    width: auto;
  }
  .xl\:w-\[25\%\]{
    width: 25%;
  }
  .xl\:-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));
  }
  .xl\: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));
  }
  .xl\:grid-cols-6{
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
  .xl\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .xl\:grid-cols-\[1\.9fr_\.8fr\]{
    grid-template-columns: 1.9fr .8fr;
  }
  .xl\:grid-cols-\[1\.7fr_1fr\]{
    grid-template-columns: 1.7fr 1fr;
  }
  .xl\:grid-cols-5{
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
  .xl\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .xl\:flex-row{
    flex-direction: row;
  }
  .xl\:items-center{
    align-items: center;
  }
  .xl\:justify-start{
    justify-content: flex-start;
  }
  .xl\:justify-between{
    justify-content: space-between;
  }
  .xl\:gap-8{
    gap: 2rem;
  }
  .xl\:gap-y-0{
    row-gap: 0px;
  }
  .xl\:gap-x-1{
    -moz-column-gap: 0.25rem;
         column-gap: 0.25rem;
  }
  .xl\:bg-center{
    background-position: center;
  }
  .xl\:pb-16{
    padding-bottom: 4rem;
  }
  .xl\:pl-4{
    padding-left: 1rem;
  }
  .xl\:pb-8{
    padding-bottom: 2rem;
  }
  .xl\:text-left{
    text-align: left;
  }
  .xl\:text-sm{
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
  .xl\:text-lg{
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
  .xl\:text-xs{
    font-size: 0.75rem;
    line-height: 1rem;
  }
  .xl\:text-4xl{
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
  .xl\:text-xl{
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
  .xl\:text-2xl{
    font-size: 1.5rem;
    line-height: 2rem;
  }
  .xl\:text-base{
    font-size: 1rem;
    line-height: 1.5rem;
  }
  .xl\:text-\[34px\]{
    font-size: 34px;
  }
}
@media (min-width: 1536px){
  .\32xl\:mx-10{
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }
  .\32xl\:gap-10{
    gap: 2.5rem;
  }
  .\32xl\:text-lg{
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
  .\32xl\:text-2xl{
    font-size: 1.5rem;
    line-height: 2rem;
  }
  .\32xl\:text-xl{
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
  .\32xl\:text-sm{
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
  .\32xl\:text-\[30px\]{
    font-size: 30px;
  }
  .\32xl\:text-\[22px\]{
    font-size: 22px;
  }
  .\32xl\:text-\[28px\]{
    font-size: 28px;
  }
  .\32xl\:text-base{
    font-size: 1rem;
    line-height: 1.5rem;
  }
  .\32xl\:text-3xl{
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}
@media (min-width: 1400px){
  .xxl\:top-\[196px\]{
    top: 196px;
  }
  .xxl\:left-24{
    left: 6rem;
  }
  .xxl\:left-\[51\%\]{
    left: 51%;
  }
  .xxl\:top-56{
    top: 14rem;
  }
  .xxl\:left-\[56\%\]{
    left: 56%;
  }
  .xxl\:right-44{
    right: 11rem;
  }
  .xxl\:col-span-2{
    grid-column: span 2 / span 2;
  }
  .xxl\:col-span-10{
    grid-column: span 10 / span 10;
  }
  .xxl\:mx-10{
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }
  .xxl\:my-10{
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }
  .xxl\:mt-7{
    margin-top: 1.75rem;
  }
  .xxl\:mb-5{
    margin-bottom: 1.25rem;
  }
  .xxl\:mr-16{
    margin-right: 4rem;
  }
  .xxl\:mt-10{
    margin-top: 2.5rem;
  }
  .xxl\:ml-56{
    margin-left: 14rem;
  }
  .xxl\:mt-44{
    margin-top: 11rem;
  }
  .xxl\:ml-64{
    margin-left: 16rem;
  }
  .xxl\:mt-16{
    margin-top: 4rem;
  }
  .xxl\:ml-9{
    margin-left: 2.25rem;
  }
  .xxl\:hidden{
    display: none;
  }
  .xxl\:h-14{
    height: 3.5rem;
  }
  .xxl\:h-\[22px\]{
    height: 22px;
  }
  .xxl\:h-3\.5{
    height: 0.875rem;
  }
  .xxl\:h-3{
    height: 0.75rem;
  }
  .xxl\:w-44{
    width: 11rem;
  }
  .xxl\:w-\[70\%\]{
    width: 70%;
  }
  .xxl\:w-\[22px\]{
    width: 22px;
  }
  .xxl\:w-3\.5{
    width: 0.875rem;
  }
  .xxl\:w-3{
    width: 0.75rem;
  }
  .xxl\:gap-4{
    gap: 1rem;
  }
  .xxl\:gap-20{
    gap: 5rem;
  }
  .xxl\:pb-14{
    padding-bottom: 3.5rem;
  }
  .xxl\:pb-12{
    padding-bottom: 3rem;
  }
  .xxl\:pb-16{
    padding-bottom: 4rem;
  }
  .xxl\:pb-8{
    padding-bottom: 2rem;
  }
  .xxl\:pb-10{
    padding-bottom: 2.5rem;
  }
  .xxl\:text-5xl{
    font-size: 3rem;
    line-height: 1;
  }
  .xxl\:text-\[35px\]{
    font-size: 35px;
  }
  .xxl\:text-4xl{
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
  .xxl\:text-xl{
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
  .xxl\:text-\[25px\]{
    font-size: 25px;
  }
  .xxl\:text-base{
    font-size: 1rem;
    line-height: 1.5rem;
  }
  .xxl\:text-lg{
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
  .xxl\:text-2xl{
    font-size: 1.5rem;
    line-height: 2rem;
  }
  .xxl\:text-\[50px\]{
    font-size: 50px;
  }
  .xxl\:text-\[40px\]{
    font-size: 40px;
  }
  .xxl\:leading-\[3\.8rem\]{
    line-height: 3.8rem;
  }
  .xxl\:leading-\[3rem\]{
    line-height: 3rem;
  }
}
@media (min-width: 1600px){
  .xxxl\:h-14{
    height: 3.5rem;
  }
  .xxxl\:w-\[25\%\]{
    width: 25%;
  }
  .xxxl\:w-\[12\.5\%\]{
    width: 12.5%;
  }
  .xxxl\:grid-cols-4{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .xxxl\:gap-10{
    gap: 2.5rem;
  }
  .xxxl\:gap-16{
    gap: 4rem;
  }
  .xxxl\:text-base{
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
@media (min-width: 1800px){
  .xxxxl\:mr-\[70px\]{
    margin-right: 70px;
  }
  .xxxxl\:gap-4{
    gap: 1rem;
  }
  .xxxxl\:gap-20{
    gap: 5rem;
  }
}

