@import url('https://fonts.googleapis.com/css2?family=Afacad:ital,wght@0,400..700;1,400..700&display=swap');

/*
! tailwindcss v3.4.4 | 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] {
  display: none;
}

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

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

.static{
  position: static;
}

.fixed{
  position: fixed;
}

.absolute{
  position: absolute;
}

.relative{
  position: relative;
}

.sticky{
  position: sticky;
}

.bottom-1{
  bottom: 0.25rem;
}

.left-0{
  left: 0px;
}

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

.top-0{
  top: 0px;
}

.top-full{
  top: 100%;
}

.isolate{
  isolation: isolate;
}

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

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

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

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

.-mr-1{
  margin-right: -0.25rem;
}

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

.ms-3{
  margin-inline-start: 0.75rem;
}

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

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

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

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

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

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

.block{
  display: block;
}

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

.inline{
  display: inline;
}

.flex{
  display: flex;
}

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

.flow-root{
  display: flow-root;
}

.grid{
  display: grid;
}

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

.contents{
  display: contents;
}

.\!hidden{
  display: none !important;
}

.hidden{
  display: none;
}

.aspect-square{
  aspect-ratio: 1 / 1;
}

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

.h-4{
  height: 1rem;
}

.h-6{
  height: 1.5rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.h-dvh{
  height: 100dvh;
}

.h-full{
  height: 100%;
}

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

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

.w-11{
  width: 2.75rem;
}

.w-4{
  width: 1rem;
}

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

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

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

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

.w-full{
  width: 100%;
}

.w-25{/* TURGUT*/
  width: 25%;
}
.w-50{/* TURGUT*/
  width: 50%;
}

.w-auto{
  width: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

.snap-x{
  scroll-snap-type: x var(--tw-scroll-snap-strictness);
}

.snap-mandatory{
  --tw-scroll-snap-strictness: mandatory;
}

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

.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{/* TURGUT*/
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.flex-row{
  flex-direction: row;
}

.flex-row-reverse{
  flex-direction: row-reverse;
}

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

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

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

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

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

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

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

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

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

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

.gap-1{
  gap: 0.25rem;
}

.gap-2{
  gap: 0.5rem;
}

.gap-3{
  gap: 0.75rem;
}

.gap-4{
  gap: 1rem;
}

.gap-5{
  gap: 1.25rem;
}

.gap-8{
  gap: 2rem;
}

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

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

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

.gap-x-4{
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}

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

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

.gap-y-5{
  row-gap: 1.25rem;
}

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

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

.overflow-hidden{
  overflow: hidden;
}

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

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

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

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

.rounded{
  border-radius: 0.25rem;
}

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

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

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

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

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

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

.border{
  border-width: 1px;
}

.border-\[0\.5px\]{
  border-width: 0.5px;
}

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

.border-\[\#293689\]{
  --tw-border-opacity: 1;
  border-color: rgb(41 54 137 / var(--tw-border-opacity));
}

.border-\[\#3546B1\]{
  --tw-border-opacity: 1;
  border-color: rgb(53 70 177 / var(--tw-border-opacity));
}

.border-\[\#ECEDF7\]{
  --tw-border-opacity: 1;
  border-color: rgb(236 237 247 / var(--tw-border-opacity));
}

.border-white\/20{
  border-color: rgb(255 255 255 / 0.2);
}

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

.bg-\[\#293689\]{
  --tw-bg-opacity: 1;
  background-color: rgb(41 54 137 / var(--tw-bg-opacity));
}

.bg-\[\#2DB9B7\]{
  --tw-bg-opacity: 1;
  background-color: rgb(45 185 183 / var(--tw-bg-opacity));
}

.bg-\[\#3546B1\]{
  --tw-bg-opacity: 1;
  background-color: rgb(53 70 177 / var(--tw-bg-opacity));
}

.bg-\[\#D8DAE5\]{
  --tw-bg-opacity: 1;
  background-color: rgb(216 218 229 / var(--tw-bg-opacity));
}

.bg-\[\#E6E9ED\]{
  --tw-bg-opacity: 1;
  background-color: rgb(230 233 237 / var(--tw-bg-opacity));
}

.bg-\[\#EBEBF9\]{
  --tw-bg-opacity: 1;
  background-color: rgb(235 235 249 / var(--tw-bg-opacity));
}

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

.bg-\[\#F5F6F8\]{
  --tw-bg-opacity: 1;
  background-color: rgb(245 246 248 / var(--tw-bg-opacity));
}

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

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

.fill-current{
  fill: currentColor;
}

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

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

.object-center{
  -o-object-position: center;
     object-position: center;
}

.\!p-4{
  padding: 1rem !important;
}

.p-1{
  padding: 0.25rem;
}

.p-3{
  padding: 0.75rem;
}

.p-4{
  padding: 1rem;
}

.p-8{
  padding: 2rem;
}

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

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

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

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

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

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

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

.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-8{
  padding-top: 2rem;
  padding-bottom: 2rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


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

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

.text-xs{
  font-size: 0.75rem;
  line-height: 1rem;
}

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

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

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

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

.uppercase{
  text-transform: uppercase;
}

.capitalize{
  text-transform: capitalize;
}

.italic{
  font-style: italic;
}

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

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

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

.\!text-\[\#293689\]{
  --tw-text-opacity: 1 !important;
  color: rgb(41 54 137 / var(--tw-text-opacity)) !important;
}

.\!text-\[\#2DB9B7\]{
  --tw-text-opacity: 1 !important;
  color: rgb(45 185 183 / var(--tw-text-opacity)) !important;
}

.text-\[\#293689\]{
  --tw-text-opacity: 1;
  color: rgb(41 54 137 / var(--tw-text-opacity));
}

.text-\[\#3546B1\]{
  --tw-text-opacity: 1;
  color: rgb(53 70 177 / var(--tw-text-opacity));
}

.text-\[\#474D66\]{
  --tw-text-opacity: 1;
  color: rgb(71 77 102 / var(--tw-text-opacity));
}

.text-\[\#8E94A7\]{
  --tw-text-opacity: 1;
  color: rgb(142 148 167 / var(--tw-text-opacity));
}

.text-\[\#9AA5B5\]{
  --tw-text-opacity: 1;
  color: rgb(154 165 181 / var(--tw-text-opacity));
}

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

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

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

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

.opacity-75{
  opacity: 0.75;
}

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

.outline{
  outline-style: solid;
}

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

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

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

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

.no-scrollbar::-webkit-scrollbar {
  display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */

.no-scrollbar {
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
}

.no-scrollbar-visible::-webkit-scrollbar {
  display: block!important;
  height: 10px;
}

/* Hide scrollbar for IE, Edge and Firefox */

.no-scrollbar-visible {
  -ms-overflow-style: auto;
  /* IE and Edge */
  scrollbar-width: auto;
  /* Firefox */
}

summary{
  cursor: pointer;
}

summary::-webkit-details-marker {
  display: none;
}

details {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  & summary svg {
    transform: rotate(90deg);
  }
}

details[open] {
  & summary svg {
    transform: rotate(-90deg);
  }
}

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

body {
  font-family: "Afacad", sans-serif;
  background-color: #EBEDF9;
  display: flex;
  height: 100vh;
  width: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  gap: 2.25rem;
  padding-top: 1rem;
  --tw-text-opacity: 1;
  color: rgb(41 54 137 / var(--tw-text-opacity));
}

header{
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1320px;
}

@media (max-width: 992px){
  header{
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
}

main{
  display: flex;
  flex: 1 1 0%;
  flex-direction: column;
  gap: 2.25rem;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1320px;
}

@media (max-width: 992px){
  main{
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
}

footer{
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 30px;
  --tw-bg-opacity: 1;
  background-color: rgb(41 54 137 / var(--tw-bg-opacity));
  padding-top: 44px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (max-width: 992px){
  footer{
    padding-bottom: 1rem;
  }
}

.HeroSliderThumbs .swiper-slide.swiper-slide-thumb-active{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(41 54 137 / var(--tw-bg-opacity)) !important;
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}

:root {
  --color-text: navy;
  --color-bg: papayawhip;
  --color-bg-accent: #ecdcc0;
  --size: clamp(10rem, 1rem + 40vmin, 30rem);
  --gap: calc(var(--size) / 14);
  --duration: 60s;
  --scroll-start: 0;
  --scroll-end: calc(-100% - var(--gap));
}

.marquee {
  display: flex;
  overflow: hidden;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  gap: var(--gap);
  -webkit-mask-image: linear-gradient(
    var(--mask-direction, to right),
    hsl(0 0% 0% / 0),
    hsl(0 0% 0% / 1) 20%,
    hsl(0 0% 0% / 1) 80%,
    hsl(0 0% 0% / 0)
  );
          mask-image: linear-gradient(
    var(--mask-direction, to right),
    hsl(0 0% 0% / 0),
    hsl(0 0% 0% / 1) 20%,
    hsl(0 0% 0% / 1) 80%,
    hsl(0 0% 0% / 0)
  );
}

.marquee__group {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: space-around;
  gap: var(--gap);
  min-width: 100%;
  animation: scroll-x var(--duration) linear infinite;
}

@media (prefers-reduced-motion: reduce) {
  .marquee__group {
    animation-play-state: paused;
  }
}

.marquee--vertical {
  --mask-direction: to bottom;
}

.marquee--vertical,
.marquee--vertical .marquee__group {
  flex-direction: column;
}

.marquee--vertical .marquee__group {
  animation-name: scroll-y;
}

.marquee--reverse .marquee__group {
  animation-direction: reverse;
  animation-delay: -3s;
}

@keyframes scroll-x {
  from {
    transform: translateX(var(--scroll-start));
  }

  to {
    transform: translateX(var(--scroll-end));
  }
}

@keyframes scroll-y {
  from {
    transform: translateY(var(--scroll-start));
  }

  to {
    transform: translateY(var(--scroll-end));
  }
}

/* Element styles */

.marquee svg {
  display: grid;
  place-items: center;
  width: var(--size);
  fill: var(--color-text);
  background: var(--color-bg-accent);
  aspect-ratio: 16/9;
  padding: calc(var(--size) / 10);
  border-radius: 0.5rem;
}

.marquee--vertical svg {
  aspect-ratio: 1;
  width: calc(var(--size) / 1.5);
  padding: calc(var(--size) / 6);
}

/* Parent wrapper */

.wrapper {
  display: flex;
  flex-direction: column;
  gap: var(--gap);
  margin: auto;
  max-width: 100%;
}

.wrapper--vertical {
  flex-direction: row;
  height: 100vh;
}

/* Toggle direction button */

.toggle {
  --size: 3rem;
  position: relative;
  position: fixed;
  top: 1rem;
  left: 1rem;
  width: var(--size);
  height: var(--size);
  font: inherit;
  text-align: center;
  cursor: pointer;
  outline: none;
  border: none;
  border-radius: 50%;
  color: inherit;
  background-color: var(--color-bg-accent);
  z-index: 1;
}

.toggle:focus-visible {
  box-shadow: 0 0 0 2px var(--color-text);
}

.toggle span {
  position: absolute;
  display: inline-block;
  top: 50%;
  left: calc(100% + 0.4em);
  width: -moz-fit-content;
  width: fit-content;
  white-space: nowrap;
  transform: translateY(-50%);
  animation: fade 400ms 4s ease-out forwards;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.toggle svg {
  --size: 1.5rem;
  position: absolute;
  top: 50%;
  left: 50%;
  width: var(--size);
  height: var(--size);
  fill: currentcolor;
  transform: translate(-50%, -50%);
  transition: transform 300ms cubic-bezier(0.25, 1, 0.5, 1);
}

.toggle--vertical svg {
  transform: translate(-50%, -50%) rotate(-90deg);
}

@keyframes fade {
  to {
    opacity: 0;
    visibility: hidden;
  }
}

.inline-content{
  font-size: 18px;
  --tw-text-opacity: 1;
  color: rgb(41 54 137 / var(--tw-text-opacity));
}

.inline-content h2{
  font-size: 23px;
  font-weight: 600;
  line-height: 1.2;
}

.inline-content p{
  font-size: 18px;
  line-height: 1.2;
  --tw-text-opacity: 1;
  color: rgb(41 54 137 / var(--tw-text-opacity));
}

.inline-content ul{
  list-style-type: disc;
  padding-left: 1.5rem;
}

.\*\:flex > *{
  display: flex;
}

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

.\*\:w-\[34px\] > *{
  width: 34px;
}

.\*\:snap-start > *{
  scroll-snap-align: start;
}

.\*\:items-center > *{
  align-items: center;
}

.\*\:justify-center > *{
  justify-content: center;
}

.\*\:gap-2 > *{
  gap: 0.5rem;
}

.\*\:rounded-\[3px\] > *{
  border-radius: 3px;
}

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

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

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

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

.\*\:font-medium > *{
  font-weight: 500;
}

.\*\:font-normal > *{
  font-weight: 400;
}

.\*\:font-semibold > *{
  font-weight: 600;
}

.\*\:text-\[\#293689\] > *{
  --tw-text-opacity: 1;
  color: rgb(41 54 137 / var(--tw-text-opacity));
}

.\*\:text-\[\#696F8C\] > *{
  --tw-text-opacity: 1;
  color: rgb(105 111 140 / var(--tw-text-opacity));
}

.\*\:text-\[\#9AA5B5\] > *{
  --tw-text-opacity: 1;
  color: rgb(154 165 181 / var(--tw-text-opacity));
}

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

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

.\*\:duration-150 > *{
  transition-duration: 150ms;
}

.placeholder\:text-\[\#A4AEBC\]::-moz-placeholder{
  --tw-text-opacity: 1;
  color: rgb(164 174 188 / var(--tw-text-opacity));
}

.placeholder\:text-\[\#A4AEBC\]::placeholder{
  --tw-text-opacity: 1;
  color: rgb(164 174 188 / var(--tw-text-opacity));
}

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

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

.after\:start-\[2px\]::after{
  content: var(--tw-content);
  inset-inline-start: 2px;
}

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

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

.after\:z-10::after{
  content: var(--tw-content);
  z-index: 10;
}

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

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

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

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

.after\:w-\[0\.5px\]::after{
  content: var(--tw-content);
  width: 0.5px;
}

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

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

.after\:border::after{
  content: var(--tw-content);
  border-width: 1px;
}

.after\:border-gray-300::after{
  content: var(--tw-content);
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity));
}

.after\:bg-\[\#9AA5B5\]::after{
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(154 165 181 / var(--tw-bg-opacity));
}

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

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

.after\:from-transparent::after{
  content: var(--tw-content);
  --tw-gradient-from: transparent var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.after\:from-\[64\%\]::after{
  content: var(--tw-content);
  --tw-gradient-from-position: 64%;
}

.after\:to-\[\#23245A\]::after{
  content: var(--tw-content);
  --tw-gradient-to: #23245A var(--tw-gradient-to-position);
}

.after\:to-\[100\%\]::after{
  content: var(--tw-content);
  --tw-gradient-to-position: 100%;
}

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

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

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

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

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

.\*\:after\:-bottom-2 > *::after{
  content: var(--tw-content);
  bottom: -0.5rem;
}

.\*\:after\:h-\[1px\] > *::after{
  content: var(--tw-content);
  height: 1px;
}

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

.\*\:after\:bg-white > *::after{
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.\*\:after\:bg-white\/50 > *::after{
  content: var(--tw-content);
  background-color: rgb(255 255 255 / 0.5);
}

.\*\:after\:bg-white\/10 > *::after{
  content: var(--tw-content);
  background-color: rgb(255 255 255 / 0.1);
}

.\*\:after\:bg-white\/20 > *::after{
  content: var(--tw-content);
  background-color: rgb(255 255 255 / 0.2);
}

.hover\:bg-\[\#EBF0FF\]:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(235 240 255 / var(--tw-bg-opacity));
}

.hover\:bg-white\/40:hover{
  background-color: rgb(255 255 255 / 0.4);
}

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

.group:hover .group-hover\:flex{
  display: flex;
}

.peer:checked ~ .peer-checked\:bg-\[\#3546B1\]{
  --tw-bg-opacity: 1;
  background-color: rgb(53 70 177 / var(--tw-bg-opacity));
}

.peer:checked ~ .peer-checked\:after\:translate-x-full::after{
  content: var(--tw-content);
  --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));
}

.peer:checked ~ .peer-checked\:after\:border-white::after{
  content: var(--tw-content);
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}

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

@media (min-width: 1200px){
  .xlarge\:h-\[357px\]{
    height: 357px;
  }

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

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

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

  .desktop\:flex{
    display: flex;
  }

  .desktop\:hidden{
    display: none;
  }

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

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

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

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

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

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

  .desktop\:max-w-\[calc\(100\%-328px\)\]{
    max-width: calc(100% - 328px);
  }

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

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

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

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

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

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

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

  .desktop\:overflow-hidden{
    overflow: hidden;
  }

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

  .desktop\:p-8{
    padding: 2rem;
  }

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

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

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

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

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

@media (max-width: 992px){
  .max-desktop\:\!w-\[326px\]{
    width: 326px !important;
  }

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

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

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

  .max-desktop\:max-w-\[calc\(100\%-176px\)\]{
    max-width: calc(100% - 176px);
  }

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

@media (max-width: 768px){
  .max-tablet\:h-\[180px\]{
    height: 180px;
  }

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

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

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

@media (max-width: 540px){
  .max-mobile\:col-span-2{
    grid-column: span 2 / span 2;
  }

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

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

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

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

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

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

  .max-mobile\:\*\:h-\[24px\] > *{
    height: 24px;
  }

  .max-mobile\:\*\:w-\[24px\] > *{
    width: 24px;
  }

  .max-mobile\:\*\:text-\[14px\] > *{
    font-size: 14px;
  }
}

.peer:checked ~ .rtl\:peer-checked\:after\:-translate-x-full:where([dir="rtl"], [dir="rtl"] *)::after{
  content: var(--tw-content);
  --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));
}




.icon-link svg path{
  transition: fill 0.3s ease;
}

.icon-link:hover svg path{
  fill: #28a3a1;
}