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

.container {
  width: 100%;
}

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

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

@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: 1440px) {
  .container {
    max-width: 1440px;
  }
}

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

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

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

.pointer-events-none {
  pointer-events: none;
}

.visible {
  visibility: visible;
}

.static {
  position: static;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.inset-0 {
  inset: 0px;
}

.\!top-1 {
  top: 0.25rem !important;
}

.-bottom-\[2rem\] {
  bottom: -2rem;
}

.-left-20 {
  left: -5rem;
}

.-left-\[155px\] {
  left: -155px;
}

.-left-\[16rem\] {
  left: -16rem;
}

.-right-\[12rem\] {
  right: -12rem;
}

.-right-\[14rem\] {
  right: -14rem;
}

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

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

.-top-\[10rem\] {
  top: -10rem;
}

.-top-\[20px\] {
  top: -20px;
}

.-top-\[5rem\] {
  top: -5rem;
}

.-top-\[7rem\] {
  top: -7rem;
}

.bottom-0 {
  bottom: 0px;
}

.bottom-4 {
  bottom: 1rem;
}

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

.bottom-\[5rem\] {
  bottom: 5rem;
}

.end-0 {
  inset-inline-end: 0px;
}

.left-0 {
  left: 0px;
}

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

.left-\[-500rem\] {
  left: -500rem;
}

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

.left-\[-65px\] {
  left: -65px;
}

.left-\[-8\%\] {
  left: -8%;
}

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

.left-\[12px\] {
  left: 12px;
}

.left-\[40px\] {
  left: 40px;
}

.right-0 {
  right: 0px;
}

.right-1 {
  right: 0.25rem;
}

.right-2 {
  right: 0.5rem;
}

.right-3 {
  right: 0.75rem;
}

.right-\[-60px\] {
  right: -60px;
}

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

.right-\[12px\] {
  right: 12px;
}

.right-\[170px\] {
  right: 170px;
}

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

.right-\[20px\] {
  right: 20px;
}

.right-\[23px\] {
  right: 23px;
}

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

.top-0 {
  top: 0px;
}

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

.top-2 {
  top: 0.5rem;
}

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

.top-\[12px\] {
  top: 12px;
}

.top-\[200px\] {
  top: 200px;
}

.top-\[40px\] {
  top: 40px;
}

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

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

.top-\[50rem\] {
  top: 50rem;
}

.top-\[56px\] {
  top: 56px;
}

.top-\[80px\] {
  top: 80px;
}

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

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

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

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

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

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

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

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

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

.m-\[4px_2px\] {
  margin: 4px 2px;
}

.m-auto {
  margin: auto;
}

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

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

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

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

.my-5 {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}

.my-7 {
  margin-top: 1.75rem;
  margin-bottom: 1.75rem;
}

.my-\[160px\] {
  margin-top: 160px;
  margin-bottom: 160px;
}

.my-\[20px\] {
  margin-top: 20px;
  margin-bottom: 20px;
}

.my-\[25px\] {
  margin-top: 25px;
  margin-bottom: 25px;
}

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

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

.my-\[40px\] {
  margin-top: 40px;
  margin-bottom: 40px;
}

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

.my-\[4px\] {
  margin-top: 4px;
  margin-bottom: 4px;
}

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

.my-\[5px\] {
  margin-top: 5px;
  margin-bottom: 5px;
}

.my-\[8px\] {
  margin-top: 8px;
  margin-bottom: 8px;
}

.\!ml-0 {
  margin-left: 0px !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ml-2 {
  margin-left: 0.5rem;
}

.ml-4 {
  margin-left: 1rem;
}

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

.mr-3 {
  margin-right: 0.75rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mt-auto {
  margin-top: auto;
}

.line-clamp-1 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.block {
  display: block;
}

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

.inline {
  display: inline;
}

.\!flex {
  display: flex !important;
}

.flex {
  display: flex;
}

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

.table {
  display: table;
}

.grid {
  display: grid;
}

.contents {
  display: contents;
}

.hidden {
  display: none;
}

.\!h-\[25px\] {
  height: 25px !important;
}

.h-0 {
  height: 0px;
}

.h-10 {
  height: 2.5rem;
}

.h-12 {
  height: 3rem;
}

.h-3 {
  height: 0.75rem;
}

.h-4 {
  height: 1rem;
}

.h-5 {
  height: 1.25rem;
}

.h-9 {
  height: 2.25rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.h-full {
  height: 100%;
}

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

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

.\!w-\[20px\] {
  width: 20px !important;
}

.w-10 {
  width: 2.5rem;
}

.w-14 {
  width: 3.5rem;
}

.w-3 {
  width: 0.75rem;
}

.w-4 {
  width: 1rem;
}

.w-5 {
  width: 1.25rem;
}

.w-9 {
  width: 2.25rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-full {
  width: 100%;
}

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

.max-w-3xl {
  max-width: 48rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.max-w-\[90vw\] {
  max-width: 90vw;
}

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

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

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

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

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

.flex-\[0_0_15\%\] {
  flex: 0 0 15%;
}

.flex-\[0_0_210px\] {
  flex: 0 0 210px;
}

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

.basis-\[100\%\] {
  flex-basis: 100%;
}

.basis-\[26\%\] {
  flex-basis: 26%;
}

.basis-\[40\%\] {
  flex-basis: 40%;
}

.basis-\[60\%\] {
  flex-basis: 60%;
}

.basis-\[74\%\] {
  flex-basis: 74%;
}

.-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-8 {
  --tw-translate-x: -2rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

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

.-translate-y-1\/2 {
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

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

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

.translate-y-4 {
  --tw-translate-y: 1rem;
  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-45 {
  --tw-rotate: -45deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

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

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

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

.scale-90 {
  --tw-scale-x: .9;
  --tw-scale-y: .9;
  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 {
  resize: both;
}

.appearance-none {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

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

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

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

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

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

.grid-cols-\[146px\2c 1fr\] {
  grid-template-columns: 146px 1fr;
}

.grid-cols-\[1fr\2c 488px\] {
  grid-template-columns: 1fr 488px;
}

.grid-cols-\[1fr_350px\] {
  grid-template-columns: 1fr 350px;
}

.grid-cols-\[35\%_65\%\] {
  grid-template-columns: 35% 65%;
}

.grid-cols-\[40\%_60\%\] {
  grid-template-columns: 40% 60%;
}

.grid-cols-\[450px_1fr\] {
  grid-template-columns: 450px 1fr;
}

.grid-cols-\[65\%_35\%\] {
  grid-template-columns: 65% 35%;
}

.grid-cols-\[70\%_30\%\] {
  grid-template-columns: 70% 30%;
}

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

.flex-wrap {
  flex-wrap: wrap;
}

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

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

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

.gap-12 {
  gap: 3rem;
}

.gap-14 {
  gap: 3.5rem;
}

.gap-2 {
  gap: 0.5rem;
}

.gap-3 {
  gap: 0.75rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-5 {
  gap: 1.25rem;
}

.gap-6 {
  gap: 1.5rem;
}

.gap-7 {
  gap: 1.75rem;
}

.gap-8 {
  gap: 2rem;
}

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

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

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

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

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

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

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

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

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

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

.gap-x-24 {
  -moz-column-gap: 6rem;
       column-gap: 6rem;
}

.gap-x-6 {
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
}

.gap-y-4 {
  row-gap: 1rem;
}

.gap-y-8 {
  row-gap: 2rem;
}

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

.overflow-hidden {
  overflow: hidden;
}

.whitespace-nowrap {
  white-space: nowrap;
}

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

.rounded {
  border-radius: 0.25rem;
}

.rounded-3xl {
  border-radius: 1.5rem;
}

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

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

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

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

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

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

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

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

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

.rounded-md {
  border-radius: 0.375rem;
}

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

.rounded-l-lg {
  border-top-left-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}

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

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

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

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

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

.border {
  border-width: 1px;
}

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

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

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

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

.border-b-\[2px\] {
  border-bottom-width: 2px;
}

.border-l-\[2px\] {
  border-left-width: 2px;
}

.border-r {
  border-right-width: 1px;
}

.border-r-\[2px\] {
  border-right-width: 2px;
}

.border-t-\[1px\] {
  border-top-width: 1px;
}

.border-t-\[2px\] {
  border-top-width: 2px;
}

.border-solid {
  border-style: solid;
}

.border-dashed {
  border-style: dashed;
}

.border-none {
  border-style: none;
}

.border-\[\#0F4C8B\] {
  --tw-border-opacity: 1;
  border-color: rgb(15 76 139 / var(--tw-border-opacity, 1));
}

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

.border-\[\#b8b8b86b\] {
  border-color: #b8b8b86b;
}

.border-\[\#b8b8b881\] {
  border-color: #b8b8b881;
}

.border-\[\#c2d4e0\] {
  --tw-border-opacity: 1;
  border-color: rgb(194 212 224 / var(--tw-border-opacity, 1));
}

.border-\[\#d6202a\] {
  --tw-border-opacity: 1;
  border-color: rgb(214 32 42 / var(--tw-border-opacity, 1));
}

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

.border-\[\#ffffff1f\] {
  border-color: #ffffff1f;
}

.border-\[\#ffffff47\] {
  border-color: #ffffff47;
}

.border-\[\#ffffff50\] {
  border-color: #ffffff50;
}

.border-primaryBlueColor {
  --tw-border-opacity: 1;
  border-color: rgb(9 77 139 / var(--tw-border-opacity, 1));
}

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

.\!bg-transparent {
  background-color: transparent !important;
}

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

.bg-\[\#006BB0\] {
  --tw-bg-opacity: 1;
  background-color: rgb(0 107 176 / var(--tw-bg-opacity, 1));
}

.bg-\[\#070C37\] {
  --tw-bg-opacity: 1;
  background-color: rgb(7 12 55 / var(--tw-bg-opacity, 1));
}

.bg-\[\#094D8B\] {
  --tw-bg-opacity: 1;
  background-color: rgb(9 77 139 / var(--tw-bg-opacity, 1));
}

.bg-\[\#0D2041\] {
  --tw-bg-opacity: 1;
  background-color: rgb(13 32 65 / var(--tw-bg-opacity, 1));
}

.bg-\[\#0F4C8B\] {
  --tw-bg-opacity: 1;
  background-color: rgb(15 76 139 / var(--tw-bg-opacity, 1));
}

.bg-\[\#0a4c8b\] {
  --tw-bg-opacity: 1;
  background-color: rgb(10 76 139 / var(--tw-bg-opacity, 1));
}

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

.bg-\[\#1C60A6\] {
  --tw-bg-opacity: 1;
  background-color: rgb(28 96 166 / var(--tw-bg-opacity, 1));
}

.bg-\[\#4465A6\] {
  --tw-bg-opacity: 1;
  background-color: rgb(68 101 166 / var(--tw-bg-opacity, 1));
}

.bg-\[\#5b737f\] {
  --tw-bg-opacity: 1;
  background-color: rgb(91 115 127 / var(--tw-bg-opacity, 1));
}

.bg-\[\#73C530\] {
  --tw-bg-opacity: 1;
  background-color: rgb(115 197 48 / var(--tw-bg-opacity, 1));
}

.bg-\[\#D6202A\] {
  --tw-bg-opacity: 1;
  background-color: rgb(214 32 42 / var(--tw-bg-opacity, 1));
}

.bg-\[\#DCDCDC\] {
  --tw-bg-opacity: 1;
  background-color: rgb(220 220 220 / var(--tw-bg-opacity, 1));
}

.bg-\[\#E6F5FA\] {
  --tw-bg-opacity: 1;
  background-color: rgb(230 245 250 / var(--tw-bg-opacity, 1));
}

.bg-\[\#EEEEEE\] {
  --tw-bg-opacity: 1;
  background-color: rgb(238 238 238 / var(--tw-bg-opacity, 1));
}

.bg-\[\#F0F7FF\] {
  --tw-bg-opacity: 1;
  background-color: rgb(240 247 255 / var(--tw-bg-opacity, 1));
}

.bg-\[\#d6202a\] {
  --tw-bg-opacity: 1;
  background-color: rgb(214 32 42 / var(--tw-bg-opacity, 1));
}

.bg-\[\#eeeeee\] {
  --tw-bg-opacity: 1;
  background-color: rgb(238 238 238 / var(--tw-bg-opacity, 1));
}

.bg-\[\#fff\] {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

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

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

.bg-black\/80 {
  background-color: rgb(0 0 0 / 0.8);
}

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

.bg-deepblueColor {
  --tw-bg-opacity: 1;
  background-color: rgb(13 32 65 / var(--tw-bg-opacity, 1));
}

.bg-green-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(22 163 74 / var(--tw-bg-opacity, 1));
}

.bg-lightPinkColor {
  --tw-bg-opacity: 1;
  background-color: rgb(230 30 33 / var(--tw-bg-opacity, 1));
}

.bg-primaryBlueColor {
  --tw-bg-opacity: 1;
  background-color: rgb(9 77 139 / var(--tw-bg-opacity, 1));
}

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

.bg-secondaryColor {
  --tw-bg-opacity: 1;
  background-color: rgb(214 32 42 / var(--tw-bg-opacity, 1));
}

.bg-skyblueColor {
  --tw-bg-opacity: 1;
  background-color: rgb(230 245 250 / var(--tw-bg-opacity, 1));
}

.bg-softblueColor {
  --tw-bg-opacity: 1;
  background-color: rgb(186 219 224 / 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-white\/90 {
  background-color: rgb(255 255 255 / 0.9);
}

.bg-opacity-85 {
  --tw-bg-opacity: 0.85;
}

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

.object-scale-down {
  -o-object-fit: scale-down;
     object-fit: scale-down;
}

.\!p-0 {
  padding: 0px !important;
}

.p-0 {
  padding: 0px;
}

.p-10 {
  padding: 2.5rem;
}

.p-12 {
  padding: 3rem;
}

.p-3 {
  padding: 0.75rem;
}

.p-4 {
  padding: 1rem;
}

.p-6 {
  padding: 1.5rem;
}

.p-8 {
  padding: 2rem;
}

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

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

.p-\[15px_20px\] {
  padding: 15px 20px;
}

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

.p-\[18px_45px\] {
  padding: 18px 45px;
}

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

.p-\[25px_15px\] {
  padding: 25px 15px;
}

.p-\[28px_25px_35px\] {
  padding: 28px 25px 35px;
}

.p-\[2px_4px\] {
  padding: 2px 4px;
}

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

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

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

.p-\[5px_15px\] {
  padding: 5px 15px;
}

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

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

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

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

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

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

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

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

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

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

.py-0 {
  padding-top: 0px;
  padding-bottom: 0px;
}

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

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

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

.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-\[10px\] {
  padding-top: 10px;
  padding-bottom: 10px;
}

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

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

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

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

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

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

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

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

.\!pb-0 {
  padding-bottom: 0px !important;
}

.\!pb-\[50px\] {
  padding-bottom: 50px !important;
}

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

.pb-1 {
  padding-bottom: 0.25rem;
}

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

.pb-2 {
  padding-bottom: 0.5rem;
}

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

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

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

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

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

.pr-12 {
  padding-right: 3rem;
}

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

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

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

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

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

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

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

.font-archivo {
  font-family: Archivo, sans-serif;
}

.font-roboto {
  font-family: Roboto, sans-serif;
}

.\!text-\[20px\] {
  font-size: 20px !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.font-\[300\] {
  font-weight: 300;
}

.font-\[600\] {
  font-weight: 600;
}

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

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

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

.uppercase {
  text-transform: uppercase;
}

.capitalize {
  text-transform: capitalize;
}

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

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

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

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

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

.tracking-\[1px\] {
  letter-spacing: 1px;
}

.\!text-\[\#094D8B\] {
  --tw-text-opacity: 1 !important;
  color: rgb(9 77 139 / var(--tw-text-opacity, 1)) !important;
}

.text-\[\#094D8B\] {
  --tw-text-opacity: 1;
  color: rgb(9 77 139 / var(--tw-text-opacity, 1));
}

.text-\[\#0D2041\] {
  --tw-text-opacity: 1;
  color: rgb(13 32 65 / var(--tw-text-opacity, 1));
}

.text-\[\#0F4C8B\] {
  --tw-text-opacity: 1;
  color: rgb(15 76 139 / var(--tw-text-opacity, 1));
}

.text-\[\#0a4c8b\] {
  --tw-text-opacity: 1;
  color: rgb(10 76 139 / var(--tw-text-opacity, 1));
}

.text-\[\#597381\] {
  --tw-text-opacity: 1;
  color: rgb(89 115 129 / var(--tw-text-opacity, 1));
}

.text-\[\#6F94B9\] {
  --tw-text-opacity: 1;
  color: rgb(111 148 185 / var(--tw-text-opacity, 1));
}

.text-\[\#D6202A\] {
  --tw-text-opacity: 1;
  color: rgb(214 32 42 / var(--tw-text-opacity, 1));
}

.text-\[\#d6202a\] {
  --tw-text-opacity: 1;
  color: rgb(214 32 42 / var(--tw-text-opacity, 1));
}

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

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

.text-deepblueColor {
  --tw-text-opacity: 1;
  color: rgb(13 32 65 / var(--tw-text-opacity, 1));
}

.text-gray-600 {
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity, 1));
}

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

.text-primaryBlueColor {
  --tw-text-opacity: 1;
  color: rgb(9 77 139 / var(--tw-text-opacity, 1));
}

.text-red-600 {
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity, 1));
}

.text-secondaryColor {
  --tw-text-opacity: 1;
  color: rgb(214 32 42 / var(--tw-text-opacity, 1));
}

.text-slate-600 {
  --tw-text-opacity: 1;
  color: rgb(71 85 105 / var(--tw-text-opacity, 1));
}

.text-slate-800 {
  --tw-text-opacity: 1;
  color: rgb(30 41 59 / var(--tw-text-opacity, 1));
}

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

.underline {
  text-decoration-line: underline;
}

.decoration-\[\#ffffff8c\] {
  text-decoration-color: #ffffff8c;
}

.opacity-0 {
  opacity: 0;
}

.opacity-100 {
  opacity: 1;
}

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

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

.outline {
  outline-style: solid;
}

.blur {
  --tw-blur: blur(8px);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.drop-shadow {
  --tw-drop-shadow: drop-shadow(0 1px 2px rgb(0 0 0 / 0.1)) drop-shadow(0 1px 1px rgb(0 0 0 / 0.06));
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

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

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

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

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

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

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

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

.duration-\[0\.4s\] {
  transition-duration: 0.4s;
}

.duration-\[0\.8s\] {
  transition-duration: 0.8s;
}

.duration-\[2s\] {
  transition-duration: 2s;
}

.duration-\[3s\] {
  transition-duration: 3s;
}

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

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

.container{
  max-width: 1666px;
  margin: 0 auto;
  padding: 0px 15px;
}

section.banner-section {
  position: relative;
}

a {
  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: 300ms;
}

h2 
{
  color: #094D8B;
  font-size: 40px;
  font-weight: bold;
  line-height: 1.3
}

@media not all and (min-width: 768px) {
  h2 {
    font-size: 30px;
  }
}

h3 
{
  color: #000;
  font-size: 30px;
  font-weight: bold;
  line-height: 1.3
}

@media not all and (min-width: 768px) {
  h3 {
    font-size: 24px;
  }
}

a:hover 
{
  color: #D6202A;
}

.terms-of-service  
{
  color: #0D2041;
}

.terms-of-service ul 
{
  font-size: 18px;
  font-family: "Roboto", sans-serif;
  font-weight: normal;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 5px;
}

.terms-of-service ol
{
  font-size: 18px;
  font-family: "Roboto", sans-serif;
  font-weight: normal;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 25px;
}

.cls-red {
  font-size: 55px;
  --tw-text-opacity: 1;
  color: rgb(214 32 42 / var(--tw-text-opacity, 1));
}

@media not all and (min-width: 768px) {
  .cls-red {
    font-size: 35px;
  }
}

.red-text {
  --tw-text-opacity: 1;
  color: rgb(214 32 42 / var(--tw-text-opacity, 1));
}

.terms-of-service ul li, .terms-of-service ol li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 15px;
  margin-top: 15px;
}

.terms-of-service ul li:before {
  content: ".";
  font-size: 40px;
  position: absolute;
  top: 0px;
  line-height: 0;
  left: 5px;
  color: #0D2041;
}

.terms-of-service ul {
  list-style: none;
}

.terms-of-service ol {
  list-style: auto;
}

/* section.banner-section h1 {
  position: absolute;
  top: 65%;
  transform: translate(0px, -68%);
  color: #fff;
  font-size: 55px;
  display: block;
  width: auto;
} */

@media not all and (min-width: 768px) {
  /* section.banner-section h1 {
    text-align: left;
    font-size: 30px;
  } */
}

/* 
    section.banner-section { 
        overflow: hidden; 
    }
     */

.social-share {
  max-width: 1666px;
  margin: 0 auto;
  position: relative;
}

.social-share ul {
  position: absolute;
  bottom: 0px;
  right: 0;
}

.social-share i {
  color: #fff;
}

.social-share ul {
  background: rgba(0, 0, 0, 0.4);
}

.social-share li:hover i {
  color: #d6202a;
}

section.banner-section img {
  height: 450px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100% !important;
}

.social-share a {
  height: auto;
  display: block;
  line-height: 1;
  padding: 2px 2px;
}

.social-share i {
  font-size: 20px;
}

.row-pad {
  padding-top: 100px;
  padding-bottom: 100px;
}

@media not all and (min-width: 768px) {
  .row-pad {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

.terms-of-service h2:first-child {
  margin-top: 0;
}

.terms-of-service h2 {
  margin-top: 30px;
}

@media not all and (min-width: 768px) {
  .terms-of-service h2 {
    margin-top: 15px;
  }
}

.contact-left-bg 
 {
  background-image: url('../img/contact-bg.png');
  background-repeat: no-repeat;
  background-size: cover;
}

.contact-right-bg {
  background: #F0F7FF;
  padding: 115px 150px;
}

.feedback-form .gform_heading {
  display: none;
}

.contact-left-bg {
  padding: 100px 50px;
}

.contact-left-bg iframe {
  border-top-left-radius: 25px;
  border-bottom-left-radius: 25px;
}

.contact-left-bg p {
  font-size: 20px;
}

.contact-right-bg input {
  height: 50px;
  padding: 0 20px !important;
}

.feedback-form select {
  height: 50px;
  padding: 0 20px !important;
}

.contact-right-bg input::-moz-placeholder, .feedback-form input::-moz-placeholder {
  color: #000;
  font-size: 14px;
}

.contact-right-bg input::placeholder, .feedback-form input::placeholder {
  color: #000;
  font-size: 14px;
}

.contact-right-bg textarea::-moz-placeholder, .feedback-form textarea::-moz-placeholder {
  color: #000;
  font-size: 14px;
}

.contact-right-bg textarea::placeholder, .feedback-form textarea::placeholder {
  color: #000;
  font-size: 14px;
}

/* .cursor-pointer {
    height: 50px;
} */

.contact-left-bg a:hover {
  color: #fff;
  text-decoration: underline;
}

.contact-right-bg label, .feedback-form label {
  padding: 3px 0;
}

.contact-right-bg input  {
  height: 50px;
  padding: 0 20px !important;
}

.feedback-form input {
  height: 50px;
  padding: 0 20px !important;
  background: #F5F5F5;
}

.feedback-form textarea, .feedback-form select {
  background: #F5F5F5;
}

section.banner-section.how-help-you h1 
{
  position: relative;
  top: 0%;
  transform: translate(0px, 0%);
  color: #fff;
  font-size: 40px;
  display: block;
  width: 100%;
  margin-bottom: 30px;
}

section.banner-section button img {
  width: 20px !important;
  margin-right: 15px;
}

section.banner-section.how-help-you  .title-search {
  position: absolute;
  top: 50%;
  transform: translate(0px, -50%);
  color: #fff;
  display: block;
  width: 100%;
  text-align: center;
  left: 0;
}

input#site-search::-moz-placeholder {
  color: #868686;
}

input#site-search::placeholder {
  color: #868686;
}

p 
{
  color: #0d2041;
  font-size: 18px;
  line-height: 1.6;
}

.how-can-help h2 {
  font-size: 30px;
  line-height: 1.3;
}

a.cls-pdf {
  background: url(../img/icon-pdf.png);
  background-repeat: no-repeat;
  padding-left: 28px;
  color: #094D8B;
  text-decoration: underline;
  font-size: 18px;
  display: inline-block;
  margin-top: 15px;
  background-position: left center;
}

/* button style  */

.blue-btn.white:hover i {
  color: #fff;
}

.blue-btn.white:hover {
  color: #fff;
  border: 1px solid #d6202a;
}

.blue-btn.white i {
  color: #d6202a;
}

.blue-btn.white {
  background: transparent;
  border: 1px solid #094D8B;
  color: #094D8B;
  font-weight: 600;
}

a.cls-pdf:hover {
  color: #d6202a;
}

.blue-btn.white.white-arrow, .blue-btn.white.white-arrow i {
  color: #fff;
  border-color: #fff;
  margin-top: 25px;
}

.blue-btn {
  background: #0F4C8B;
  color: #fff;
  padding: 12px 30px 13px 30px;
  border-radius: 50px;
  position: relative;
  z-index: 999;
  font-weight: 600;
  display: inline-block;
}

.blue-btn:hover {
  color: #fff;
}

.white-text h2 span {
  color: #d6202a;
}

.white-text * {
  color: #fff;
}

.blue-btn:before {
  content: "";
  position: absolute;
  left: 0;
  height: 100%;
  border-radius: 50px;
  width: 0px;
  top: 0;
  transition: all 0.5s;
  z-index: 99;
}

.blue-btn i {
  margin-left: 5px;
  top: 2px;
}

.blue-btn span, .blue-btn i {
  z-index: 99;
  position: relative;
}

.blue-btn:hover:before {
  background: #d6202a;
  width: 100%;
}

/* ............ */

a.red-btn {
  background: #d6202a;
  color: #fff;
  padding: 12px 30px 13px 30px;
  border-radius: 50px;
  position: relative;
  z-index: 999;
}

a.red-btn:before {
  content: "";
  position: absolute;
  left: 0;
  height: 100%;
  border-radius: 50px;
  width: 0px;
  top: 0;
  transition: all 0.5s;
  z-index: 99;
}

a.red-btn i {
  margin-left: 10px;
}

a.red-btn.donate span:after {
  content: "";
  background: url(../img/donate-2-1.png);
  width: 30px;
  height: 30px;
  display: inline-block;
  background-position: center;
  margin-left: 5px;
  background-repeat: no-repeat;
  position: absolute;
  top: -4px;
}

a.red-btn.donate {
  padding: 12px 60px 13px 30px;
  font-weight: 500;
}

a.red-btn span, a.red-btn i {
  z-index: 99;
  position: relative;
}

a.red-btn:hover:before {
  background: #0F4C8B;
  width: 100%;
}

a.red-btn.subscribe {
  border: 1px solid #fff;
}

a.red-btn.subscribe:hover {
  border: 1px solid #fff;
}

/* button style  */

.download-btn {
  color: #094D8B;
  font-weight: 600;
  padding: 10px 0px;
}

.blue-btn.white.download:hover span:nth-child(2) {
  color: #d6202a;
}

.blue-btn.white.download {
  padding: 9px 10px 10px 25px;
  max-width: 260px;
}

.cls-presention p {
  margin-bottom: 15px;
}

.cls-presention-container {
  margin-top: 50px;
}

.single-course {
  max-width: 1270px;
  margin: 0 auto;
}

.single-course h3 {
  margin-top: 20px;
  color: #094D8B;
}

h4
{
  font-weight: 600;
}

.gallery-section h4 {
  font-size: 19px;
  font-weight: 600;
  color: #0D2041;
  padding: 10px 0;
}

.gallery-title-date {
  padding: 5px 25px 15px 25px;
}

.gallery-img {
  overflow: hidden;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

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

.img-effect:hover {
  --tw-scale-x: 1.1;
  --tw-scale-y: 1.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));
}

.single-gallery relative img:first-child {
  width: 100%;
}

.blue-btn.white-bg:hover * {
  color: #fff;
}

.blue-btn.white-bg i {
  color: #0F4C8B;
}

.blue-btn.white-bg {
  background: #fff;
  color: #0F4C8B;
}

.list-disc-grey 
{
  margin: 20px 0 30px 0;
}

.list-disc-grey li {
  position: relative;
  padding-left: 15px;
  color: #0D2041;
  font-size: 18px;
  line-height: 2;
}

.list-disc-grey li:before {
  content: ".";
  font-size: 32px;
  line-height: 1;
  margin-right: 6px;
  position: absolute;
  top: -10px;
  left: 0;
}

.blue-btn.white-border i {
  color: #fff;
}

.blue-btn.white-border {
  border: 1px solid #fff;
  color: #fff;
}

.blue-btn.white-border.red-arrow:hover i {
  color: #fff;
}

.blue-btn.white-border.red-arrow i {
  color: #d6202a;
}

.resource-library  
{
  background-image: url('../img/bg.webp');
}

/* ul.our-location li:hover a {
  color: #fff;
}

ul.our-location li:hover {
  background: #D6202A;
} */

/* ul.our-location li a {
  color: #094D8B;
  font-size: 18px;
  margin: 0px 20px;
  display: block;
  border-bottom: 1px solid #D9D9D9;
  padding-bottom: 15px;
  padding-top: 15px;
  font-weight: 600;
} */

/* ul.our-location li:hover a
{
  border: transparent;
} */

.national-btn {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0 15px;
}

.national-btn .blue-btn {
  padding: 8px 30px 9px 20px;
}

.popup-p p {
  padding-bottom: 0;
}

@media(max-width:1400px) and (min-width:1023px)
{
  .contact-right-bg {
    background: #F0F7FF;
    padding: 50px 15px;
  }
}

@media(max-width:1023px) and (min-width:768px)
{
  section.banner-section img {
    height: 300px;
    -o-object-fit: cover;
       object-fit: cover;
  }

  .contact-right-bg {
    background: #F0F7FF;
    padding: 50px 15px;
  }
}

@media(max-width:768px)
{
  section.banner-section h1 {
    position: absolute;
    top: 60%;
    transform: translate(0px, -68%);
    color: #fff;
    font-size: 55px;
    display: block;
    width: auto;
  }

  @media not all and (min-width: 768px) {
    section.banner-section h1 {
      text-align: left;
      font-size: 30px;
    }
  }
}

@media(max-width:767px)
{
  .contact-left-bg {
    padding: 50px 20px;
  }

  .how-can-help h2 {
    font-size: 24px;
  }

  section.banner-section img {
    height: 300px;
    -o-object-fit: cover;
       object-fit: cover;
  }

  .contact-right-bg {
    background: #F0F7FF;
    padding: 50px 15px;
  }
}

@media(max-width:480px)
{
  section.banner-section h1 {
    position: absolute;
    top: 70%;
    transform: translate(0px, -68%);
    color: #fff;
    font-size: 55px;
    display: block;
    width: auto;
  }

  @media not all and (min-width: 768px) {
    section.banner-section h1 {
      text-align: left;
      font-size: 30px;
    }
  }
}

.placeholder\:text-slate-400::-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgb(148 163 184 / var(--tw-text-opacity, 1));
}

.placeholder\:text-slate-400::placeholder {
  --tw-text-opacity: 1;
  color: rgb(148 163 184 / var(--tw-text-opacity, 1));
}

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

.hover\:scale-110:hover {
  --tw-scale-x: 1.1;
  --tw-scale-y: 1.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));
}

.hover\:border-none:hover {
  border-style: none;
}

.hover\:bg-\[\#D6202A\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(214 32 42 / var(--tw-bg-opacity, 1));
}

.hover\:bg-\[\#b81c24\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(184 28 36 / var(--tw-bg-opacity, 1));
}

.hover\:bg-red-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(185 28 28 / var(--tw-bg-opacity, 1));
}

.hover\:bg-secondaryColor:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(214 32 42 / var(--tw-bg-opacity, 1));
}

.hover\:bg-slate-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(241 245 249 / 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\:font-bold:hover {
  font-weight: 700;
}

.hover\:text-primaryBlueColor:hover {
  --tw-text-opacity: 1;
  color: rgb(9 77 139 / var(--tw-text-opacity, 1));
}

.hover\:text-secondaryColor:hover {
  --tw-text-opacity: 1;
  color: rgb(214 32 42 / var(--tw-text-opacity, 1));
}

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

.hover\:underline:hover {
  text-decoration-line: underline;
}

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

.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-blue-500:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(59 130 246 / var(--tw-ring-opacity, 1));
}

.focus\:ring-indigo-300:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(165 180 252 / var(--tw-ring-opacity, 1));
}

.focus\:ring-sky-200:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(186 230 253 / var(--tw-ring-opacity, 1));
}

.group:hover .group-hover\:bottom-10 {
  bottom: 2.5rem;
}

.group:hover .group-hover\:top-0 {
  top: 0px;
}

.group:hover .group-hover\:h-auto {
  height: auto;
}

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

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

.group:hover .group-hover\:opacity-100 {
  opacity: 1;
}

@media not all and (min-width: 1440px) {
  .max-lap\:h-\[200px\] {
    height: 200px;
  }
}

@media not all and (min-width: 1280px) {
  .max-xl\:left-0 {
    left: 0px;
  }

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

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

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

  .max-xl\:flex-\[0_0_18\%\] {
    flex: 0 0 18%;
  }

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

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

  .max-xl\:flex-col {
    flex-direction: column;
  }

  .max-xl\:gap-\[30px\] {
    gap: 30px;
  }

  .max-xl\:px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }

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

@media not all and (min-width: 1024px) {
  .max-lg\:left-\[0\%\] {
    left: 0%;
  }

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

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

  .max-lg\:block {
    display: block;
  }

  .max-lg\:grid {
    display: grid;
  }

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

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

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

  .max-lg\:grid-cols-\[1fr_1fr\] {
    grid-template-columns: 1fr 1fr;
  }

  .max-lg\:px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }

  .max-lg\:pt-4 {
    padding-top: 1rem;
  }

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

@media not all and (min-width: 768px) {
  @media not all and (min-width: 1024px) {
    .max-md\:max-lg\:grid-cols-1 {
      grid-template-columns: repeat(1, minmax(0, 1fr));
    }
  }

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

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

  .max-md\:m-auto {
    margin: auto;
  }

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

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

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

  .max-md\:mt-\[20px\] {
    margin-top: 20px;
  }

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

  .max-md\:hidden {
    display: none;
  }

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

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

  .max-md\:grid-cols-\[1fr\] {
    grid-template-columns: 1fr;
  }

  @media not all and (min-width: 768px) {
    .max-md\:max-md\:grid-cols-1 {
      grid-template-columns: repeat(1, minmax(0, 1fr));
    }
  }

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

  .max-md\:gap-\[10px\] {
    gap: 10px;
  }

  .max-md\:gap-\[20px\] {
    gap: 20px;
  }

  .max-md\:gap-\[30px\] {
    gap: 30px;
  }

  .max-md\:rounded-bl-\[0px\] {
    border-bottom-left-radius: 0px;
  }

  .max-md\:rounded-tl-\[0px\] {
    border-top-left-radius: 0px;
  }

  .max-md\:p-5 {
    padding: 1.25rem;
  }

  .max-md\:p-\[15px\] {
    padding: 15px;
  }

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

  .max-md\:text-center {
    text-align: center;
  }

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

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

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

@media not all and (min-width: 480px) {
  .max-xs\:order-1 {
    order: 1;
  }

  .max-xs\:order-2 {
    order: 2;
  }

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

  .max-xs\:grid {
    display: grid;
  }

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

  .max-xs\:pb-0 {
    padding-bottom: 0px;
  }
}

@media not all and (min-width: 365px) {
  .max-xs-small\:mt-5 {
    margin-top: 1.25rem;
  }

  .max-xs-small\:block {
    display: block;
  }
}

@media (min-width: 640px) {
  .sm\:mb-0 {
    margin-bottom: 0px;
  }

  .sm\:flex {
    display: flex;
  }

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

  .sm\:basis-\[20\%\] {
    flex-basis: 20%;
  }

  .sm\:basis-\[80\%\] {
    flex-basis: 80%;
  }

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

  .sm\:grid-cols-\[25\%_75\%\] {
    grid-template-columns: 25% 75%;
  }

  .sm\:grid-cols-\[30\%_70\%\] {
    grid-template-columns: 30% 70%;
  }

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

@media (min-width: 745px) {
  .min-\[745px\]\:gap-\[8px\] {
    gap: 8px;
  }
}

@media (min-width: 768px) {
  .md\:left-\[-43\%\] {
    left: -43%;
  }

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

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

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

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

  .md\:block {
    display: block;
  }

  .md\:flex {
    display: flex;
  }

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

  .md\:hidden {
    display: none;
  }

  .md\:h-14 {
    height: 3.5rem;
  }

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

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

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

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

  .md\:basis-\[25\%\] {
    flex-basis: 25%;
  }

  .md\:basis-\[49\%\] {
    flex-basis: 49%;
  }

  .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-\[20\%_80\%\] {
    grid-template-columns: 20% 80%;
  }

  .md\:grid-cols-\[25\%_75\%\] {
    grid-template-columns: 25% 75%;
  }

  .md\:grid-cols-\[40\%_60\%\] {
    grid-template-columns: 40% 60%;
  }

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

  .md\:gap-\[13px\] {
    gap: 13px;
  }

  .md\:gap-\[15px\] {
    gap: 15px;
  }

  .md\:gap-\[20px\] {
    gap: 20px;
  }

  .md\:gap-\[30px\] {
    gap: 30px;
  }

  .md\:gap-\[7px\] {
    gap: 7px;
  }

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

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

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

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

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

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

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

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

@media (min-width: 1024px) {
  .lg\:mb-0 {
    margin-bottom: 0px;
  }

  .lg\:block {
    display: block;
  }

  .lg\:flex {
    display: flex;
  }

  .lg\:hidden {
    display: none;
  }

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

  .lg\:basis-\[15\%\] {
    flex-basis: 15%;
  }

  .lg\:basis-\[85\%\] {
    flex-basis: 85%;
  }

  .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-cols-\[15\%_85\%\] {
    grid-template-columns: 15% 85%;
  }

  .lg\:grid-cols-\[2\%_52\%_44\%_2\%\] {
    grid-template-columns: 2% 52% 44% 2%;
  }

  .lg\:grid-cols-\[48\%_52\%\] {
    grid-template-columns: 48% 52%;
  }

  .lg\:grid-cols-\[49\%_50\%\] {
    grid-template-columns: 49% 50%;
  }

  .lg\:grid-cols-\[550px_1fr\] {
    grid-template-columns: 550px 1fr;
  }

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

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

  .lg\:gap-7 {
    gap: 1.75rem;
  }

  .lg\:gap-\[15px\] {
    gap: 15px;
  }

  .lg\:gap-\[35px\] {
    gap: 35px;
  }

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

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

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

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

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

@media (min-width: 1280px) {
  .xl\:bottom-\[7rem\] {
    bottom: 7rem;
  }

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

  .xl\:flex {
    display: flex;
  }

  .xl\:hidden {
    display: none;
  }

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

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

  .xl\:basis-\[10\%\] {
    flex-basis: 10%;
  }

  .xl\:basis-\[30\%\] {
    flex-basis: 30%;
  }

  .xl\:basis-\[31\%\] {
    flex-basis: 31%;
  }

  .xl\:basis-\[60\%\] {
    flex-basis: 60%;
  }

  .xl\:-translate-x-16 {
    --tw-translate-x: -4rem;
    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-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .xl\:grid-cols-\[10\%_90\%\] {
    grid-template-columns: 10% 90%;
  }

  .xl\:grid-cols-\[6\%_46\%_46\%_2\%\] {
    grid-template-columns: 6% 46% 46% 2%;
  }

  .xl\:grid-cols-\[8\%_92\%\] {
    grid-template-columns: 8% 92%;
  }

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

  .xl\:gap-\[15px\] {
    gap: 15px;
  }

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

  .xl\:gap-\[30px\] {
    gap: 30px;
  }

  .xl\:gap-\[35px\] {
    gap: 35px;
  }

  .xl\:gap-\[40px\] {
    gap: 40px;
  }

  .xl\:gap-\[50px\] {
    gap: 50px;
  }

  .xl\:gap-\[8px\] {
    gap: 8px;
  }

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

@media (min-width: 1440px) {
  .lap\:left-\[36px\] {
    left: 36px;
  }

  .lap\:right-\[36px\] {
    right: 36px;
  }
}

@media (min-width: 1550px) {
  .\32xl\:top-\[72\%\] {
    top: 72%;
  }

  .\32xl\:basis-\[15\%\] {
    flex-basis: 15%;
  }

  .\32xl\:basis-\[25\%\] {
    flex-basis: 25%;
  }

  .\32xl\:basis-\[60\%\] {
    flex-basis: 60%;
  }

  .\32xl\:grid-cols-\[12\%_88\%\] {
    grid-template-columns: 12% 88%;
  }

  .\32xl\:grid-cols-\[55\%_40\%\] {
    grid-template-columns: 55% 40%;
  }

  .\32xl\:grid-cols-\[65\%_35\%\] {
    grid-template-columns: 65% 35%;
  }

  .\32xl\:gap-\[16px\] {
    gap: 16px;
  }

  .\32xl\:gap-\[40px\] {
    gap: 40px;
  }

  .\32xl\:gap-\[60px\] {
    gap: 60px;
  }

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

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