/*
! tailwindcss v3.4.3 | 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: currentColor;
  /* 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: Inter, sans-serif;
  /* 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] {
  display: none;
}

.select-options {
  background-position: right 12px center;
  background-repeat: no-repeat;
}

.swiper {
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}

.swiper-slide {
  text-align: center;
  height: calc((100% - 72px) / 3) !important;
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper swiper-pagination-bullet {
  width: 0.75rem;
  height: 0.75rem;
}

.swiper .swiper-pagination-bullet-active {
  --tw-bg-opacity: 1;
  background-color: rgb(8 150 218 / var(--tw-bg-opacity));
}

@media (min-width: 768px) {
  .swiper-slide {
    height: calc((100% - 48px) / 2) !important;
  }
}

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

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

.visible {
  visibility: visible;
}

.invisible {
  visibility: hidden;
}

.collapse {
  visibility: collapse;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

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

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

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

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

.-left-3 {
  left: -0.75rem;
}

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

.bottom-0 {
  bottom: 0px;
}

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

.left-0 {
  left: 0px;
}

.right-0 {
  right: 0px;
}

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

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

.top-0 {
  top: 0px;
}

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

.top-full {
  top: 100%;
}

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

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

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

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

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

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

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

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

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

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

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

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

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

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

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

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

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

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

.ms-2 {
  margin-inline-start: 0.5rem;
}

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

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

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

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

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

.block {
  display: block;
}

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

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

.flex {
  display: flex;
}

.table {
  display: table;
}

.grid {
  display: grid;
}

.hidden {
  display: none;
}

.size-5 {
  width: 1.25rem;
  height: 1.25rem;
}

.size-6 {
  width: 1.5rem;
  height: 1.5rem;
}

.size-9 {
  width: 2.25rem;
  height: 2.25rem;
}

.size-\[100px\] {
  width: 100px;
  height: 100px;
}

.h-12 {
  height: 3rem;
}

.h-16 {
  height: 4rem;
}

.h-4 {
  height: 1rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.h-auto {
  height: auto;
}

.h-full {
  height: 100%;
}

.h-screen {
  height: 100vh;
}

.h-20 {
  height: 5rem;
}

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

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

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

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

.min-h-10 {
  min-height: 2.5rem;
}

.min-h-9 {
  min-height: 2.25rem;
}

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

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

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

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

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

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

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

.min-h-20 {
  min-height: 5rem;
}

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

.\!w-\[calc\(50\%-12px\)\] {
  width: calc(50% - 12px) !important;
}

.w-4 {
  width: 1rem;
}

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

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

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

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

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

.w-\[calc\(33\.33\%-16px\)\] {
  width: calc(33.33% - 16px);
}

.w-\[calc\(50\%-12px\)\] {
  width: calc(50% - 12px);
}

.w-auto {
  width: auto;
}

.w-full {
  width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.basis-\[143px\] {
  flex-basis: 143px;
}

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

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

.-translate-y-1\/2 {
  --tw-translate-y: -50%;
  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;
}

.touch-none {
  touch-action: none;
}

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

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

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

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

.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-evenly {
  justify-content: space-evenly;
}

.gap-1 {
  gap: 0.25rem;
}

.gap-10 {
  gap: 2.5rem;
}

.gap-12 {
  gap: 3rem;
}

.gap-2 {
  gap: 0.5rem;
}

.gap-20 {
  gap: 5rem;
}

.gap-3 {
  gap: 0.75rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-5 {
  gap: 1.25rem;
}

.gap-6 {
  gap: 1.5rem;
}

.gap-9 {
  gap: 2.25rem;
}

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

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

.\!self-start {
  align-self: flex-start !important;
}

.\!self-end {
  align-self: flex-end !important;
}

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

.overflow-hidden {
  overflow: hidden;
}

.overflow-x-hidden {
  overflow-x: hidden;
}

.text-nowrap {
  text-wrap: nowrap;
}

.rounded {
  border-radius: 0.25rem;
}

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

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

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

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

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

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

.border {
  border-width: 1px;
}

.border-Primary-800 {
  --tw-border-opacity: 1;
  border-color: rgb(8 150 218 / var(--tw-border-opacity));
}

.bg-Color-Accent-000 {
  --tw-bg-opacity: 1;
  background-color: rgb(250 250 250 / var(--tw-bg-opacity));
}

.bg-Color-Accent-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(241 241 241 / var(--tw-bg-opacity));
}

.bg-Color-Accent-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(99 99 99 / var(--tw-bg-opacity));
}

.bg-Color-Accent-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(17 17 17 / var(--tw-bg-opacity));
}

.bg-Primary-000 {
  --tw-bg-opacity: 1;
  background-color: rgb(233 248 255 / var(--tw-bg-opacity));
}

.bg-Primary-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(203 238 255 / var(--tw-bg-opacity));
}

.bg-Primary-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(66 194 255 / var(--tw-bg-opacity));
}

.bg-Primary-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(8 150 218 / var(--tw-bg-opacity));
}

.bg-Primary-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(0 133 196 / var(--tw-bg-opacity));
}

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

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


.bg-opacity-40 {
  --tw-bg-opacity: 0.4;
}

.bg-opacity-50 {
  --tw-bg-opacity: 0.5;
}

.bg-opacity-75 {
  --tw-bg-opacity: 0.75;
}

.bg-opacity-95 {
  --tw-bg-opacity: 0.95;
}

.\!bg-none {
  background-image: none !important;
}

.bg-custom-gradient {
  background-image: linear-gradient(180deg, rgba(37,70,87,0) 0%, rgba(203,238,255,1) 100%);
}

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

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

.p-3 {
  padding: 0.75rem;
}

.p-5 {
  padding: 1.25rem;
}

.p-6 {
  padding: 1.5rem;
}

.p-\[7\.5px\] {
  padding: 7.5px;
}

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

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

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

.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-\[60px\] {
  padding-left: 60px;
  padding-right: 60px;
}

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

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

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

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

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

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

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

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

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

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

.\!ps-11 {
  padding-inline-start: 2.75rem !important;
}

.\!pt-\[60px\] {
  padding-top: 60px !important;
}

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

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

.ps-11 {
  padding-inline-start: 2.75rem;
}

.ps-3 {
  padding-inline-start: 0.75rem;
}

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

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

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

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

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

.align-middle {
  vertical-align: middle;
}

.font-opens {
  font-family: OpenSans, sans-serif;
}

.font-sans {
  font-family: Inter, sans-serif;
}

.text-body-2 {
  font-size: 16px;
  line-height: 130%;
}

.text-body-3 {
  font-size: 14px;
  line-height: 120%;
}

.text-button {
  font-size: 14px;
  line-height: 107%;
}

.text-overline {
  font-size: 10px;
  line-height: 120%;
}

.text-subtitle {
  font-size: 14px;
  line-height: 160%;
}

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

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

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

.uppercase {
  text-transform: uppercase;
}

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

.text-Color-Accent-000 {
  --tw-text-opacity: 1;
  color: rgb(250 250 250 / var(--tw-text-opacity));
}

.text-Color-Accent-700 {
  --tw-text-opacity: 1;
  color: rgb(38 38 38 / var(--tw-text-opacity));
}

.text-Color-Accent-800 {
  --tw-text-opacity: 1;
  color: rgb(17 17 17 / var(--tw-text-opacity));
}

.text-Grey-600 {
  --tw-text-opacity: 1;
  color: rgb(85 85 85 / var(--tw-text-opacity));
}

.text-Grey-800 {
  --tw-text-opacity: 1;
  color: rgb(47 47 47 / var(--tw-text-opacity));
}

.text-Primary-200 {
  --tw-text-opacity: 1;
  color: rgb(165 226 255 / var(--tw-text-opacity));
}

.text-Primary-800 {
  --tw-text-opacity: 1;
  color: rgb(8 150 218 / var(--tw-text-opacity));
}

.text-Primary-900 {
  --tw-text-opacity: 1;
  color: rgb(0 133 196 / var(--tw-text-opacity));
}

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

.opacity-0 {
  opacity: 0;
}

.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-Primary-200 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(165 226 255 / var(--tw-ring-opacity));
}

.ring-Primary-900 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(0 133 196 / var(--tw-ring-opacity));
}

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

h1 {
  font-size: 48px;
  line-height: 120%;
  --tw-text-opacity: 1;
  color: rgb(17 17 17 / var(--tw-text-opacity));
}

h2 {
  font-size: 40px;
  line-height: 120%;
  --tw-text-opacity: 1;
  color: rgb(17 17 17 / var(--tw-text-opacity));
}

h3 {
  font-size: 32px;
  line-height: 120%;
  --tw-text-opacity: 1;
  color: rgb(17 17 17 / var(--tw-text-opacity));
}

h4 {
  font-size: 24px;
  line-height: 120%;
  --tw-text-opacity: 1;
  color: rgb(17 17 17 / var(--tw-text-opacity));
}

h5 {
  font-size: 20px;
  line-height: 120%;
  --tw-text-opacity: 1;
  color: rgb(17 17 17 / var(--tw-text-opacity));
}

h6 {
  font-size: 16px;
  line-height: 120%;
  --tw-text-opacity: 1;
  color: rgb(17 17 17 / var(--tw-text-opacity));
}

p {
  font-size: 16px;
  line-height: 130%;
  --tw-text-opacity: 1;
  color: rgb(17 17 17 / var(--tw-text-opacity));
}

.max-width-container {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1440px;
}

.content {
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 60px;
  padding-bottom: 60px;
}

@media (min-width: 1375px) {
  .content {
    padding-left: 136px;
    padding-right: 136px;
    padding-top: 120px;
    padding-bottom: 120px;
  }
}

.active {
  --tw-text-opacity: 1;
  color: rgb(0 133 196 / var(--tw-text-opacity));
}

.pagination-active {
  --tw-bg-opacity: 1;
  background-color: rgb(38 38 38 / var(--tw-bg-opacity));
}

.form-label {
  margin-bottom: 0.25rem;
  font-size: 12px;
  line-height: 107%;
  --tw-text-opacity: 1;
  color: rgb(17 17 17 / var(--tw-text-opacity));
}

.form-input {
    margin-bottom: 0.25rem;
    width: 100%;
    border-radius: 0.25rem;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    padding-top: 9.5px;
    padding-bottom: 9.5px;
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(132 133 134 / var(--tw-ring-opacity));;
    border: 1px solid #848586;
}

    .form-input.invalid {
        border: 1px solid #DE2323;
    }

@media (min-width: 768px) {
  .form-input {
    width: auto;
  }
}

#FixedAction {
  position: fixed;
  bottom: 64px;
  left: 20px;
  z-index: 10;
  display: flex;
  width: 52px;
  height: 52px;
}

@keyframes ActionBackground {
  0% {
    box-shadow: 0 0 5px 5px #fafafa;
  }

  50% {
    box-shadow: 0 0 0 0 #ffce8c;
  }

  100% {
    box-shadow: 0 0 5px 5px #fafafa;
  }
}

#FixedAction {
  animation: ActionBackground 2s ease-in-out infinite;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(250 250 250 / var(--tw-bg-opacity));
}

@media (min-width: 768px) {
  #FixedAction {
    bottom: 92px;
    left: auto;
    right: 3rem;
  }
}

#FixedActionCollapse {
  position: fixed;
  bottom: 120px;
  left: 20px;
  z-index: 30;
  display: flex;
  width: 364px;
  flex-direction: column;
  gap: 0.75rem;
  border-radius: 0.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(250 250 250 / var(--tw-bg-opacity));
  padding: 1.25rem;
}

@media (min-width: 768px) {
  #FixedActionCollapse {
    bottom: 145px;
    left: auto;
    right: 3rem;
  }
}

.card {
  position: relative;
  display: flex;
  justify-content: space-between;
  overflow: hidden;
  border-radius: 0.5rem;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  --tw-bg-opacity: 0.8;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

@media (min-width: 768px) {
  .card {
    padding-top: 0px;
    padding-bottom: 0px;
  }
}

@media (min-width: 1280px) {
  .card {
    height: 200px;
  }
}

.card:hover h5 {
  background: #f2ac38;
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
}

.arrow::after {
  position: absolute;
  top: 0px;
  right: 0.5rem;
  height: 28.8px;
  width: 20px;
  background-image: url(../images/Dropdown.svg);
  background-position: center;
  content: var(--tw-content);
  background-repeat: no-repeat;
}

@media (min-width: 768px) {
  .arrow::after {
    content: var(--tw-content);
    display: none;
  }
}

.arrow-down::after {
  position: absolute;
  top: 0px;
  right: 0.5rem;
  height: 28.8px;
  width: 20px;
  background-image: url(assets/icon/DropdownActive.svg) !important;
  background-position: center;
  content: var(--tw-content);
  background-repeat: no-repeat;
}

.active-menu::after {
  position: absolute;
  top: 0px;
  right: 0.5rem;
  height: 28.8px;
  width: 20px;
  --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));
  background-position: center;
  content: var(--tw-content);
  background-repeat: no-repeat;
}

.active-menu .list-text {
  display: flex !important;
  flex-wrap: wrap;
  justify-content: space-between;
}

@media (min-width: 768px) {
  .active-menu .list-text {
    flex-wrap: nowrap;
  }
}

.active-menu .list-text > div {
  width: 50%;
}

.active-menu .list-text > div li {
  text-wrap: wrap;
}

@media (min-width: 768px) {
  .active-menu .list-text > div li {
    text-wrap: nowrap;
  }
}

.active-menu ul {
  flex-direction: column;
}

.TopNav {
  position: absolute;
  top: 50vh;
  right: 50vw;
  z-index: 50;
  display: flex;
  --tw-translate-x: 500%;
  --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));
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
}

@media (min-width: 1280px) {
  .TopNav {
    display: none !important;
  }
}

.dropdown-menu:hover ul {
  display: flex;
  flex-direction: column;
}

.table {
  --tw-bg-opacity: 1;
  background-color: rgb(250 250 250 / var(--tw-bg-opacity));
}

.table tr {
  float: left;
}

@media (min-width: 768px) {
  .table tr {
    float: none;
    table-layout: auto;
  }
}

@media (min-width: 768px) {
  .table th,
td {
    display: table-cell;
  }
}

.table th {
  padding-top: 12.5px;
  padding-bottom: 12.5px;
  padding-left: 1.5rem;
  padding-right: 0.25rem;
  text-align: left;
  font-size: 14px;
  line-height: 107%;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(250 250 250 / var(--tw-text-opacity));
}

.table td {
  padding-top: 12.5px;
  padding-bottom: 12.5px;
  padding-left: 1.5rem;
  text-align: left;
  font-size: 14px;
  line-height: 107%;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(85 85 85 / var(--tw-text-opacity));
}

.select-options {
  display: block;
  min-height: 2.5rem;
  width: 100%;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0.25rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(132 133 134 / var(--tw-border-opacity));
  background-image: url(../images/Dropdown.svg);
  padding: 9.5px;
  padding-inline-start: 0.75rem;
  font-size: 14px;
  line-height: 120%;
  --tw-text-opacity: 1;
  color: rgb(17 17 17 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
  .select-options {
    max-width: 280px;
  }
}

.job-button {
  align-self: flex-end;
  border-radius: 18px;
  --tw-bg-opacity: 1;
  background-color: rgb(0 133 196 / var(--tw-bg-opacity));
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 10.5px;
  padding-bottom: 10.5px;
  vertical-align: middle;
  font-family: OpenSans, sans-serif;
  font-size: 14px;
  line-height: 107%;
  font-weight: 600;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(250 250 250 / var(--tw-text-opacity));
}

.job-button:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(38 38 38 / var(--tw-bg-opacity));
}

.small-new:hover h6 {
  --tw-text-opacity: 1;
  color: rgb(20 124 76 / var(--tw-text-opacity));
}

.new:hover h5,
.new:hover h4 {
  --tw-text-opacity: 1;
  color: rgb(20 124 76 / var(--tw-text-opacity));
}

.paginationjs {
  position: relative;
  z-index: 10;
}

.paginationjs-pages ul {
  display: flex;
  justify-content: flex-end;
}

.paginationjs-pages ul .active {
  --tw-text-opacity: 1;
  color: rgb(250 250 250 / var(--tw-text-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(38 38 38 / var(--tw-bg-opacity));
}

.paginationjs-prev {
  display: flex;
  width: 1.5rem;
  height: 1.5rem;
  cursor: pointer;
  align-items: center;
  justify-content: center;
}

.paginationjs-prev a,
.paginationjs-next a {
  cursor: pointer;
  font-size: 24px;
  line-height: 120%;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(0 133 196 / var(--tw-text-opacity));
}

.paginationjs-next {
  display: flex;
  width: 1.5rem;
  height: 1.5rem;
  cursor: pointer;
  align-items: center;
  justify-content: center;
}

.paginationjs-page {
  display: flex;
  width: 1.5rem;
  height: 1.5rem;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  font-family: Inter, sans-serif;
  font-size: 14px;
  line-height: 120%;
  --tw-text-opacity: 1;
  color: rgb(38 38 38 / var(--tw-text-opacity));
}

.paginationjs-page:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(205 205 205 / var(--tw-bg-opacity));
}

.hover\:bg-Color-Accent-200:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(205 205 205 / var(--tw-bg-opacity));
}

.hover\:bg-Color-Accent-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(38 38 38 / var(--tw-bg-opacity));
}

.hover\:bg-Primary-500:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(66 194 255 / var(--tw-bg-opacity));
}

.hover\:bg-Primary-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(27 181 255 / var(--tw-bg-opacity));
}

.hover\:bg-none:hover {
  background-image: none;
}

.hover\:text-Color-Accent-500:hover {
  --tw-text-opacity: 1;
  color: rgb(99 99 99 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
  .md\:-top-36 {
    top: -9rem;
  }

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

  .md\:right-\[56px\] {
    right: 56px;
  }

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

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

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

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

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

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

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

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

  .md\:inline {
    display: inline;
  }

  .md\:flex {
    display: flex;
  }

  .md\:hidden {
    display: none;
  }

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

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

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

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

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

  .md\:h-auto {
    height: auto;
  }

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

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

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

  .md\:min-h-0 {
    min-height: 0px;
  }

  .md\:min-h-10 {
    min-height: 2.5rem;
  }

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

  .md\:w-2\/5 {
    width: 40%;
  }

  .md\:w-\[calc\(25\%-18px\)\] {
    width: calc(25% - 18px);
  }

  .md\:w-\[calc\(33\.33\%-16px\)\] {
    width: calc(33.33% - 16px);
  }

  .md\:w-auto {
    width: auto;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .md\:gap-10 {
    gap: 2.5rem;
  }

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

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

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

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

  .md\:\!p-\[60px\] {
    padding: 60px !important;
  }

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

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

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

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

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

  .md\:text-body-2 {
    font-size: 16px;
    line-height: 130%;
  }

  .md\:text-h2 {
    font-size: 40px;
    line-height: 120%;
  }

  .md\:text-h3 {
    font-size: 32px;
    line-height: 120%;
  }

  .md\:text-h4 {
    font-size: 24px;
    line-height: 120%;
  }

  .md\:text-h5 {
    font-size: 20px;
    line-height: 120%;
  }

  .md\:uppercase {
    text-transform: uppercase;
  }
}

@media (min-width: 1280px) {
  .xl\:-z-10 {
    z-index: -10;
  }

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

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

  .xl\:flex {
    display: flex;
  }

  .xl\:hidden {
    display: none;
  }

  .xl\:w-\[calc\(33\.33\%-16px\)\] {
    width: calc(33.33% - 16px);
  }

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

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