*, ::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(63 131 248 / 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(63 131 248 / 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;
}

[data-popper-arrow],[data-popper-arrow]:before {
  position: absolute;
  width: 8px;
  height: 8px;
  background: inherit;
}

[data-popper-arrow] {
  visibility: hidden;
}

[data-popper-arrow]:before {
  content: "";
  visibility: visible;
  transform: rotate(45deg);
}

[data-popper-arrow]:after {
  content: "";
  visibility: visible;
  transform: rotate(45deg);
  position: absolute;
  width: 9px;
  height: 9px;
  background: inherit;
}

[role="tooltip"] > [data-popper-arrow]:before {
  border-style: solid;
  border-color: #e5e7eb;
}

[role="tooltip"] > [data-popper-arrow]:after {
  border-style: solid;
  border-color: #e5e7eb;
}

[data-popover][role="tooltip"][data-popper-placement^='top'] > [data-popper-arrow]:before {
  border-bottom-width: 1px;
  border-right-width: 1px;
}

[data-popover][role="tooltip"][data-popper-placement^='top'] > [data-popper-arrow]:after {
  border-bottom-width: 1px;
  border-right-width: 1px;
}

[data-popover][role="tooltip"][data-popper-placement^='right'] > [data-popper-arrow]:before {
  border-bottom-width: 1px;
  border-left-width: 1px;
}

[data-popover][role="tooltip"][data-popper-placement^='right'] > [data-popper-arrow]:after {
  border-bottom-width: 1px;
  border-left-width: 1px;
}

[data-popover][role="tooltip"][data-popper-placement^='bottom'] > [data-popper-arrow]:before {
  border-top-width: 1px;
  border-left-width: 1px;
}

[data-popover][role="tooltip"][data-popper-placement^='bottom'] > [data-popper-arrow]:after {
  border-top-width: 1px;
  border-left-width: 1px;
}

[data-popover][role="tooltip"][data-popper-placement^='left'] > [data-popper-arrow]:before {
  border-top-width: 1px;
  border-right-width: 1px;
}

[data-popover][role="tooltip"][data-popper-placement^='left'] > [data-popper-arrow]:after {
  border-top-width: 1px;
  border-right-width: 1px;
}

[data-popover][role="tooltip"][data-popper-placement^='top'] > [data-popper-arrow] {
  bottom: -5px;
}

[data-popover][role="tooltip"][data-popper-placement^='bottom'] > [data-popper-arrow] {
  top: -5px;
}

[data-popover][role="tooltip"][data-popper-placement^='left'] > [data-popper-arrow] {
  right: -5px;
}

[data-popover][role="tooltip"][data-popper-placement^='right'] > [data-popper-arrow] {
  left: -5px;
}

[type='text'],[type='email'],[type='url'],[type='password'],[type='number'],[type='date'],[type='datetime-local'],[type='month'],[type='search'],[type='tel'],[type='time'],[type='week'],[multiple],textarea,select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #fff;
  border-color: #6B7280;
  border-width: 1px;
  border-radius: 0px;
  padding-top: 0.5rem;
  padding-right: 0.75rem;
  padding-bottom: 0.5rem;
  padding-left: 0.75rem;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-shadow: 0 0 #0000;
}

[type='text']:focus, [type='email']:focus, [type='url']:focus, [type='password']:focus, [type='number']:focus, [type='date']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='week']:focus, [multiple]:focus, textarea:focus, select:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #1C64F2;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  border-color: #1C64F2;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  color: #6B7280;
  opacity: 1;
}

input::placeholder,textarea::placeholder {
  color: #6B7280;
  opacity: 1;
}

::-webkit-datetime-edit-fields-wrapper {
  padding: 0;
}

input[type="time"]::-webkit-calendar-picker-indicator {
  background: none;
}

select:not([size]) {
  background-image: url("data:image/svg+xml,%3csvg aria-hidden='true' xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 10 6'%3e %3cpath stroke='%236B7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m1 1 4 4 4-4'/%3e %3c/svg%3e");
  background-position: right 0.75rem center;
  background-repeat: no-repeat;
  background-size: 0.75em 0.75em;
  padding-right: 2.5rem;
  -webkit-print-color-adjust: exact;
          print-color-adjust: exact;
}

:is([dir=rtl]) select:not([size]) {
  background-position: left 0.75rem center;
  padding-right: 0.75rem;
  padding-left: 0;
}

[multiple] {
  background-image: initial;
  background-position: initial;
  background-repeat: unset;
  background-size: initial;
  padding-right: 0.75rem;
  -webkit-print-color-adjust: unset;
          print-color-adjust: unset;
}

[type='checkbox'],[type='radio'] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 0;
  -webkit-print-color-adjust: exact;
          print-color-adjust: exact;
  display: inline-block;
  vertical-align: middle;
  background-origin: border-box;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  flex-shrink: 0;
  height: 1rem;
  width: 1rem;
  color: #1C64F2;
  background-color: #fff;
  border-color: #6B7280;
  border-width: 1px;
  --tw-shadow: 0 0 #0000;
}

[type='checkbox'] {
  border-radius: 0px;
}

[type='radio'] {
  border-radius: 100%;
}

[type='checkbox']:focus,[type='radio']:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 2px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #1C64F2;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}

[type='checkbox']:checked,[type='radio']:checked,.dark [type='checkbox']:checked,.dark [type='radio']:checked {
  border-color: transparent;
  background-color: currentColor;
  background-size: 0.55em 0.55em;
  background-position: center;
  background-repeat: no-repeat;
}

[type='checkbox']:checked {
  background-image: url("data:image/svg+xml,%3csvg aria-hidden='true' xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 12'%3e %3cpath stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M1 5.917 5.724 10.5 15 1.5'/%3e %3c/svg%3e");
  background-repeat: no-repeat;
  background-size: 0.55em 0.55em;
  -webkit-print-color-adjust: exact;
          print-color-adjust: exact;
}

[type='radio']:checked {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='8' cy='8' r='3'/%3e%3c/svg%3e");
  background-size: 1em 1em;
}

[type='checkbox']:indeterminate {
  background-image: url("data:image/svg+xml,%3csvg aria-hidden='true' xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 12'%3e %3cpath stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M0.5 6h14'/%3e %3c/svg%3e");
  background-color: currentColor;
  border-color: transparent;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 0.55em 0.55em;
  -webkit-print-color-adjust: exact;
          print-color-adjust: exact;
}

[type='checkbox']:indeterminate:hover,[type='checkbox']:indeterminate:focus {
  border-color: transparent;
  background-color: currentColor;
}

[type='file'] {
  background: unset;
  border-color: inherit;
  border-width: 0;
  border-radius: 0;
  padding: 0;
  font-size: unset;
  line-height: inherit;
}

[type='file']:focus {
  outline: 1px auto inherit;
}

input[type=file]::file-selector-button {
  color: white;
  background: #1F2937;
  border: 0;
  font-weight: 500;
  font-size: 0.875rem;
  cursor: pointer;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  padding-left: 2rem;
  padding-right: 1rem;
  margin-inline-start: -1rem;
  margin-inline-end: 1rem;
}

input[type=file]::file-selector-button:hover {
  background: #374151;
}

:is([dir=rtl]) input[type=file]::file-selector-button {
  padding-right: 2rem;
  padding-left: 1rem;
}

input[type="range"]::-webkit-slider-thumb {
  height: 1.25rem;
  width: 1.25rem;
  background: #1C64F2;
  border-radius: 9999px;
  border: 0;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
}

input[type="range"]:disabled::-webkit-slider-thumb {
  background: #9CA3AF;
}

input[type="range"]:focus::-webkit-slider-thumb {
  outline: 2px solid transparent;
  outline-offset: 2px;
  --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(4px + 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);
  --tw-ring-opacity: 1px;
  --tw-ring-color: rgb(164 202 254 / var(--tw-ring-opacity));
}

input[type="range"]::-moz-range-thumb {
  height: 1.25rem;
  width: 1.25rem;
  background: #1C64F2;
  border-radius: 9999px;
  border: 0;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
}

input[type="range"]:disabled::-moz-range-thumb {
  background: #9CA3AF;
}

input[type="range"]::-moz-range-progress {
  background: #3F83F8;
}

input[type="range"]::-ms-fill-lower {
  background: #3F83F8;
}

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

.collapse {
  visibility: collapse;
}

.static {
  position: static;
}

.\!absolute {
  position: absolute !important;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

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

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

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

.left-0 {
  left: 0px;
}

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

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

.left-full {
  left: 100%;
}

.right-0 {
  right: 0px;
}

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

.top-0 {
  top: 0px;
}

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

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

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

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

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

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

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

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

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

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

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

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

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

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

.mb-11 {
  margin-bottom: 2.75rem;
}

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

.mb-2\.5 {
  margin-bottom: 0.625rem;
}

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

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

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

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

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

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

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

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

.ml-0 {
  margin-left: 0px;
}

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

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

.mt-11 {
  margin-top: 2.75rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

.block {
  display: block;
}

.flex {
  display: flex;
}

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

.grid {
  display: grid;
}

.hidden {
  display: none;
}

.h-10 {
  height: 2.5rem;
}

.h-11 {
  height: 2.75rem;
}

.h-20 {
  height: 5rem;
}

.h-4 {
  height: 1rem;
}

.h-5 {
  height: 1.25rem;
}

.h-6 {
  height: 1.5rem;
}

.h-9 {
  height: 2.25rem;
}

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

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

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

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

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

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

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

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

.h-full {
  height: 100%;
}

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

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

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

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

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

.w-10 {
  width: 2.5rem;
}

.w-20 {
  width: 5rem;
}

.w-4 {
  width: 1rem;
}

.w-5 {
  width: 1.25rem;
}

.w-64 {
  width: 16rem;
}

.w-7 {
  width: 1.75rem;
}

.w-9 {
  width: 2.25rem;
}

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

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

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

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

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

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

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

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

.w-auto {
  width: auto;
}

.w-full {
  width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.grow {
  flex-grow: 1;
}

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

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

.cursor-pointer {
  cursor: pointer;
}

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

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

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

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

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

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

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

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

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

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

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

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

.gap-0 {
  gap: 0px;
}

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

.gap-2 {
  gap: 0.5rem;
}

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

.gap-3 {
  gap: 0.75rem;
}

.gap-3\.5 {
  gap: 0.875rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-5 {
  gap: 1.25rem;
}

.gap-6 {
  gap: 1.5rem;
}

.gap-8 {
  gap: 2rem;
}

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

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

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

.overflow-hidden {
  overflow: hidden;
}

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

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

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

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

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

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

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

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

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

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

.rounded-r-lg {
  border-top-right-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
}

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

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

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

.border {
  border-width: 1px;
}

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

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

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

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

.border-t-8 {
  border-top-width: 8px;
}

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

.border-blue1 {
  --tw-border-opacity: 1;
  border-color: rgb(47 74 140 / var(--tw-border-opacity, 1));
}

.border-blue1\/\[0\.15\] {
  border-color: rgb(47 74 140 / 0.15);
}

.border-blue1\/\[0\.25\] {
  border-color: rgb(47 74 140 / 0.25);
}

.border-blue1\/\[0\.2\] {
  border-color: rgb(47 74 140 / 0.2);
}

.border-blue1\/\[0\.3\] {
  border-color: rgb(47 74 140 / 0.3);
}

.border-blue1\/\[0\.5\] {
  border-color: rgb(47 74 140 / 0.5);
}

.border-blue2\/\[0\.25\] {
  border-color: rgb(4 30 66 / 0.25);
}

.border-blue2\/\[0\.2\] {
  border-color: rgb(4 30 66 / 0.2);
}

.border-blue3\/\[0\.25\] {
  border-color: rgb(48 75 141 / 0.25);
}

.border-transparent {
  border-color: transparent;
}

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

.border-white\/\[0\.5\] {
  border-color: rgb(255 255 255 / 0.5);
}

.border-t-blue1 {
  --tw-border-opacity: 1;
  border-top-color: rgb(47 74 140 / var(--tw-border-opacity, 1));
}

.\!bg-gray-50 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1)) !important;
}

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

.bg-blue1 {
  --tw-bg-opacity: 1;
  background-color: rgb(47 74 140 / var(--tw-bg-opacity, 1));
}

.bg-blue1\/5 {
  background-color: rgb(47 74 140 / 0.05);
}

.bg-blue1\/\[0\.05\] {
  background-color: rgb(47 74 140 / 0.05);
}

.bg-blue1\/\[0\.08\] {
  background-color: rgb(47 74 140 / 0.08);
}

.bg-blue1\/\[0\.4\] {
  background-color: rgb(47 74 140 / 0.4);
}

.bg-blue1\/\[0\.9\] {
  background-color: rgb(47 74 140 / 0.9);
}

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

.bg-gray1 {
  --tw-bg-opacity: 1;
  background-color: rgb(240 239 237 / var(--tw-bg-opacity, 1));
}

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

.bg-green1 {
  --tw-bg-opacity: 1;
  background-color: rgb(176 200 99 / 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-\[url\(\'\.\.\/images\/aboutusBg\.avif\'\)\] {
  background-image: url('../images/aboutusBg.avif');
}

.bg-\[url\(\'\.\.\/images\/banner-bg\.avif\'\)\] {
  background-image: url('../images/banner-bg.avif');
}

.bg-\[url\(\'\.\.\/images\/bg-sectio2\.avif\'\)\] {
  background-image: url('../images/bg-sectio2.avif');
}

.bg-\[url\(\'\.\.\/images\/blogBg\.avif\'\)\] {
  background-image: url('../images/blogBg.avif');
}

.bg-\[url\(\'\.\.\/images\/box5\.avif\'\)\] {
  background-image: url('../images/box5.avif');
}

.bg-\[url\(\'\.\.\/images\/contactBg\.avif\'\)\] {
  background-image: url('../images/contactBg.avif');
}

.bg-\[url\(\'\.\.\/images\/faq-bg\.avif\'\)\] {
  background-image: url('../images/faq-bg.avif');
}

.bg-\[url\(\'\.\.\/images\/servicebg\.avif\'\)\] {
  background-image: url('../images/servicebg.avif');
}

.bg-\[url\(\'\.\.\/images\/support-bg\.avif\'\)\] {
  background-image: url('../images/support-bg.avif');
}

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

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

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

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

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

.p-3\.5 {
  padding: 0.875rem;
}

.p-4 {
  padding: 1rem;
}

.p-5 {
  padding: 1.25rem;
}

.p-6 {
  padding: 1.5rem;
}

.p-7 {
  padding: 1.75rem;
}

.px-0 {
  padding-left: 0px;
  padding-right: 0px;
}

.px-2\.5 {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}

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

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

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

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

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

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

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

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

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

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

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

.pb-1\.5 {
  padding-bottom: 0.375rem;
}

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

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

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

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

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

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

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

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

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

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

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

.pl-0 {
  padding-left: 0px;
}

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

.pl-5 {
  padding-left: 1.25rem;
}

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

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

.pr-4 {
  padding-right: 1rem;
}

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

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

.pt-16 {
  padding-top: 4rem;
}

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

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

.pt-3\.5 {
  padding-top: 0.875rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.font-Alexandria {
  font-family: Alexandria;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.leading-9 {
  line-height: 2.25rem;
}

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

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

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

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

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

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

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

.leading-normal {
  line-height: 1.5;
}

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

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

.text-blue1 {
  --tw-text-opacity: 1;
  color: rgb(47 74 140 / var(--tw-text-opacity, 1));
}

.text-blue2 {
  --tw-text-opacity: 1;
  color: rgb(4 30 66 / var(--tw-text-opacity, 1));
}

.text-green1 {
  --tw-text-opacity: 1;
  color: rgb(176 200 99 / var(--tw-text-opacity, 1));
}

.text-red1 {
  --tw-text-opacity: 1;
  color: rgb(215 80 80 / var(--tw-text-opacity, 1));
}

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

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

.shadow-4xl {
  --tw-shadow: 0px 0px 40px 0px rgba(182, 182, 182, 0.20);
  --tw-shadow-colored: 0px 0px 40px 0px 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-5xl {
  --tw-shadow: 0px 0px 30px 0px rgba(182, 182, 182, 0.15);
  --tw-shadow-colored: 0px 0px 30px 0px 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-none {
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.outline {
  outline-style: solid;
}

.brightness-\[800\%\] {
  --tw-brightness: brightness(800%);
  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;
}

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

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

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

.swiper-pagination.swiper-pagination1 {
  display: flex;
  align-items: center;
  justify-content: center;
}

.swiper-pagination.swiper-pagination1 .swiper-pagination-bullet {
  background-color: rgb(47, 74, 140, 0.3);
  width: 12px;
  opacity: 1;
  height: 12px;
}

.swiper-pagination.swiper-pagination1 .swiper-pagination-bullet-active {
  background-color: rgb(47, 74, 140, 1);
}

.swiper-pagination.swiper-pagination2 span {
  color: #2f4a8c;
  font-weight: 500;
  font-size: 20px;
  line-height: 1;
  display: flex;
  align-items: center;
}

.swiper-button-next,
.swiper-button-prev {
  position: relative;
  margin: 0;
}

.swiper-button-next::after,
.swiper-button-prev::after {
  display: none;
}

.play-btn {
  height: 16px;
}

.progress-bar-container {
  position: absolute;
  bottom: 20px;
  left: 0;
  width: 100%;
  height: 5px;
  background-color: #e0e0e0;
}

.progress-bar {
  height: 100%;
  width: 0%;
  background-color: #3f51b5;
  transition: width 0.3s ease;
}

#accordion-collapse button[aria-expanded="true"] {
  background-color: #2F4A8C;
}

#accordion-collapse button[aria-expanded="true"] .faq-icon {
  background-color: #B0C863
}

#accordion-collapse button[aria-expanded="true"] span {
  color: #fff;
}

#accordion-collapse button[aria-expanded="true"] .plus {
  display: none;
}

#accordion-collapse button[aria-expanded="true"] .minus {
  display: block;
}

/*** Accordian ***/

.accordion {
  display: flex;
  flex-wrap: nowrap;
  overflow: hidden;
  width: 100%;
  height: 650px;
}

.accordion .accordion-inner {
  width: 16.6;
  flex-grow: 1;
  flex-shrink: 1;
  overflow: hidden;
  transition: all .5s ease;
  position: relative
}

.accordion .accordion-inner:hover {
  flex-shrink: 0
}

@media screen and (max-width: 1366px) {
  .accordion {
    height: 550px;
  }
}

@media screen and (max-width: 1199px) {
  .accordion {
    height: 380px;
  }
}

@media screen and (max-width: 991px) {
  .accordion .accordion-inner {
    width: 33.3%;
  }

  .accordion {
    height: auto;
    flex-wrap: wrap;
  }

  #dropdownHover{
    position: static !important;
    inset: 0px 0 0 0px !important;
    margin: 20px 0 0 0 !important;
    transform: translate3d(0, 0, 0px) !important;
    display: block !important;
  }
}

@media screen and (max-width: 767px) {
  .accordion .accordion-inner {
    width: 50%;
  }

  .accordion {
    height: auto;
    flex-wrap: wrap;
  }
}

@media screen and (max-width: 576px) {
  .accordion .accordion-inner {
    width: 100%;
  }

  .accordion {
    height: auto;
    flex-wrap: wrap;
  }
}

li.relative:hover > ul {
  display: block;
}

.placeholder\:text-blue1\/\[0\.3\]::-moz-placeholder {
  color: rgb(47 74 140 / 0.3);
}

.placeholder\:text-blue1\/\[0\.3\]::placeholder {
  color: rgb(47 74 140 / 0.3);
}

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

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

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

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

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

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

.before\:bg-blue1::before {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(47 74 140 / var(--tw-bg-opacity, 1));
}

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

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

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

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

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

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

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

.after\:rounded-\[999px\]::after {
  content: var(--tw-content);
  border-radius: 999px;
}

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

.after\:border-dashed::after {
  content: var(--tw-content);
  border-style: dashed;
}

.after\:border-blue1::after {
  content: var(--tw-content);
  --tw-border-opacity: 1;
  border-color: rgb(47 74 140 / var(--tw-border-opacity, 1));
}

.after\:bg-blue1::after {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(47 74 140 / var(--tw-bg-opacity, 1));
}

.after\:bg-blue1\/\[0\.5\]::after {
  content: var(--tw-content);
  background-color: rgb(47 74 140 / 0.5);
}

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

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

.after\:from-blue3::after {
  content: var(--tw-content);
  --tw-gradient-from: #304B8D var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(48 75 141 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.after\:to-blue3\/\[0\.60\]::after {
  content: var(--tw-content);
  --tw-gradient-to: rgb(48 75 141 / 0.60) var(--tw-gradient-to-position);
}

.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\:duration-500::after {
  content: var(--tw-content);
  transition-duration: 500ms;
}

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

.hover\:border-green1:hover {
  --tw-border-opacity: 1;
  border-color: rgb(176 200 99 / var(--tw-border-opacity, 1));
}

.hover\:bg-blue1:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(47 74 140 / var(--tw-bg-opacity, 1));
}

.hover\:bg-gray-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
}

.hover\:bg-green1:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(176 200 99 / var(--tw-bg-opacity, 1));
}

.hover\:text-blue1:hover {
  --tw-text-opacity: 1;
  color: rgb(47 74 140 / var(--tw-text-opacity, 1));
}

.hover\:text-green1:hover {
  --tw-text-opacity: 1;
  color: rgb(176 200 99 / 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;
}

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

.hover\:after\:from-green1:hover::after {
  content: var(--tw-content);
  --tw-gradient-from: #B0C863 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(176 200 99 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:after\:to-blue1\/\[0\.75\]:hover::after {
  content: var(--tw-content);
  --tw-gradient-to: rgb(47 74 140 / 0.75) var(--tw-gradient-to-position);
}

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

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

.group:hover .group-hover\:px-2\.5 {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}

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

.group:hover .group-hover\:text-left {
  text-align: left;
}

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

.group:hover .group-hover\:brightness-0 {
  --tw-brightness: brightness(0);
  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);
}

.group:hover .group-hover\:brightness-\[800\%\] {
  --tw-brightness: brightness(800%);
  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);
}

.dark\:\!bg-gray-700:is(.dark *) {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(55 65 81 / var(--tw-bg-opacity, 1)) !important;
}

.dark\:bg-gray-700:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(55 65 81 / var(--tw-bg-opacity, 1));
}

.dark\:hover\:bg-gray-600:hover:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(75 85 99 / var(--tw-bg-opacity, 1));
}

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

@media (min-width: 576px) {
  .sm\:left-1\/2 {
    left: 50%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .sm\:min-h-12 {
    min-height: 3rem;
  }

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

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

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

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

  .sm\:w-4\/12 {
    width: 33.333333%;
  }

  .sm\:w-8\/12 {
    width: 66.666667%;
  }

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

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

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

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

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

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

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

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

  .sm\:gap-3\.5 {
    gap: 0.875rem;
  }

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

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

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

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

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

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

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

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

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

  .sm\:pl-0 {
    padding-left: 0px;
  }

  .sm\:pr-0 {
    padding-right: 0px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .sm\:before\:left-1\/2::before {
    content: var(--tw-content);
    left: 50%;
  }

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

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

  .sm\:before\:-translate-x-1\/2::before {
    content: var(--tw-content);
    --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));
  }

  .sm\:after\:left-1\/2::after {
    content: var(--tw-content);
    left: 50%;
  }

  .sm\:after\:-translate-x-1\/2::after {
    content: var(--tw-content);
    --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));
  }
}

@media (min-width: 768px) {
  .md\:top-\[-100px\] {
    top: -100px;
  }

  .md\:my-2\.5 {
    margin-top: 0.625rem;
    margin-bottom: 0.625rem;
  }

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

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

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

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

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

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

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

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

  .md\:flex {
    display: flex;
  }

  .md\:h-20 {
    height: 5rem;
  }

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

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

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

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

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

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

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

  .md\:w-3\/12 {
    width: 25%;
  }

  .md\:w-4\/12 {
    width: 33.333333%;
  }

  .md\:w-5\/12 {
    width: 41.666667%;
  }

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

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

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

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

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

  .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\:flex-row {
    flex-direction: row;
  }

  .md\:flex-nowrap {
    flex-wrap: nowrap;
  }

  .md\:gap-12 {
    gap: 3rem;
  }

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

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

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

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

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

  .md\:rounded-tr-none {
    border-top-right-radius: 0px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .md\:leading-9 {
    line-height: 2.25rem;
  }

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

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

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

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

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

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

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

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

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

  .lg\:block {
    display: block;
  }

  .lg\:flex {
    display: flex;
  }

  .lg\:hidden {
    display: none;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .lg\:gap-2 {
    gap: 0.5rem;
  }

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

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

  .lg\:divide-y > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0;
    border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
  }

  .lg\:divide-gray-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgb(243 244 246 / var(--tw-divide-opacity, 1));
  }

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

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

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

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

  .lg\:px-16 {
    padding-left: 4rem;
    padding-right: 4rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .lg\:leading-9 {
    line-height: 2.25rem;
  }

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

@media (min-width: 1200px) {
  .xl\:left-\[30px\] {
    left: 30px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .xl\:w-2\/12 {
    width: 16.666667%;
  }

  .xl\:w-3\/12 {
    width: 25%;
  }

  .xl\:w-4\/12 {
    width: 33.333333%;
  }

  .xl\:w-5\/12 {
    width: 41.666667%;
  }

  .xl\:w-7\/12 {
    width: 58.333333%;
  }

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

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

  .xl\:flex-nowrap {
    flex-wrap: nowrap;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .xl\:pl-12 {
    padding-left: 3rem;
  }

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

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

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

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

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

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

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

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

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

@media (min-width: 1366px) {
  .\32xl\:mb-10 {
    margin-bottom: 2.5rem;
  }

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

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

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

  .\32xl\:ml-\[54px\] {
    margin-left: 54px;
  }

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

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

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

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

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

  .\32xl\:gap-12 {
    gap: 3rem;
  }

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

  .\32xl\:p-\[34px\] {
    padding: 34px;
  }

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

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

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

  .\32xl\:px-\[53px\] {
    padding-left: 53px;
    padding-right: 53px;
  }

  .\32xl\:px-\[62px\] {
    padding-left: 62px;
    padding-right: 62px;
  }

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

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

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

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

  .\32xl\:pl-12 {
    padding-left: 3rem;
  }

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

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

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

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

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

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

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

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

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

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

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

  .\32xl\:leading-9 {
    line-height: 2.25rem;
  }

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

  .\32xl\:leading-\[30px\] {
    line-height: 30px;
  }

  .\32xl\:leading-\[33px\] {
    line-height: 33px;
  }

  .group:hover .\32xl\:group-hover\:px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}

@media (min-width: 1600px) {
  .\33xl\:mb-0 {
    margin-bottom: 0px;
  }

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

  .\33xl\:ml-\[50px\] {
    margin-left: 50px;
  }

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

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

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

  .\33xl\:gap-0 {
    gap: 0px;
  }

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

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

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

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

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

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

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

@media (min-width: 1860px) {
  .\34xlb\:left-\[-90px\] {
    left: -90px;
  }

  .\34xlb\:right-\[-90px\] {
    right: -90px;
  }

  .\34xlb\:min-h-\[253px\] {
    min-height: 253px;
  }

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

  .\34xlb\:px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }

  .\34xlb\:px-\[50px\] {
    padding-left: 50px;
    padding-right: 50px;
  }

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

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

  .group:hover .\34xlb\:group-hover\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

@media (min-width: 1920px) {
  .\34xl\:px-\[50px\] {
    padding-left: 50px;
    padding-right: 50px;
  }
}

.rtl\:rotate-180:where([dir="rtl"], [dir="rtl"] *) {
  --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));
}

.rtl\:space-x-reverse:where([dir="rtl"], [dir="rtl"] *) > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 1;
}
.gtranslate_wrapper{
        position: absolute;
    top: 3px;
    right: 10px;
    border-radius: 10px;
    z-index: 99999;
    cursor: pointer;
}
.gt_selector {
        font-size: 12px;
      border: 0;
    color: #000000;
    border-radius: 10px;
    cursor: pointer;
}
/* =========================================
   VALUEEXPERTS - ABOUT PAGE
========================================= */

.about-page {
    --ve-dark: #071b2b;
    --ve-dark-2: #0d2639;
    --ve-blue: #1769aa;
    --ve-light-blue: #eaf4fb;
    --ve-text: #243746;
    --ve-muted: #657784;
    --ve-border: #dce5eb;
    --ve-white: #ffffff;
    background: #fff;
    color: var(--ve-text);
    font-family: "Alexandria", sans-serif;
}

.about-page * {
    box-sizing: border-box;
}

.container-custom {
    width: min(1200px, calc(100% - 40px));
    margin: 0 auto;
}

.section-space {
    padding: 110px 0 100px;
}

.section-eyebrow {
    display: none;
    margin-bottom: 18px;
    font-size: 12px;
    line-height: 1;
    font-weight: 600;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    color: var(--ve-blue);
}

.about-page h1,
.about-page h2,
.about-page h3,
.about-page h4,
.about-page p {
    margin-top: 0;
}

.about-page h1,
.about-page h2,
.about-page h3,
.about-page h4 {
    color: var(--ve-dark);
}


/* =========================================
   HERO
========================================= */

.about-hero {
    position: relative;
    min-height: 620px;
    display: flex;
    align-items: center;
    overflow: hidden;
    background:
        linear-gradient(90deg,
            rgba(4, 21, 34, .98) 0%,
            rgba(4, 21, 34, .90) 48%,
            rgba(4, 21, 34, .52) 100%),
        url("../images/about-banner.jpg") center/cover no-repeat;
}

.about-hero::after {
    content: "";
    position: absolute;
    width: 420px;
    height: 420px;
    right: -180px;
    bottom: -210px;
    border: 1px solid rgba(255,255,255,.12);
    border-radius: 50%;
}

.about-hero-content {
    position: relative;
    z-index: 2;
    max-width: 850px;
    padding: 100px 0;
}

.about-hero .section-eyebrow {
    color: #8fc9ed;
}

.about-hero h1 {
    max-width: 850px;
    margin-bottom: 28px;
    color: #fff;
    font-size: clamp(42px, 5.2vw, 76px);
    line-height: 1.08;
    font-weight: 500;
    letter-spacing: -2px;
}

.about-hero h1 span {
    display: block;
    color: #83c5e9;
}

.about-hero p {
    max-width: 720px;
    margin-bottom: 0;
    color: rgba(255,255,255,.78);
    font-size: 18px;
    line-height: 1.9;
}


/* =========================================
   INTRO
========================================= */

.about-intro {
    background: #fff;
}

.about-intro-grid {
    display: grid;
    grid-template-columns: .8fr 1.2fr;
    gap: 100px;
    align-items: start;
}

.about-intro-heading h2,
.clients-heading h2,
.how-work-title h2,
.section-heading h2,
.track-content h2 {
    margin-bottom: 0;
    font-weight: 500;
    letter-spacing: -1.5px;
    font-size: 1.875rem;
    line-height: 2.25rem;
    color: rgb(47 74 140 / var(--tw-text-opacity, 1));
}

.about-intro-heading h2 span,
.clients-heading h2 span,
.how-work-title h2 span,
.section-heading h2 span,
.track-content h2 span,
.about-cta h2 span {
    color: var(--ve-blue);
}

.about-intro-content {
    padding-top: 3px;
}

.about-intro-content p,
.clients-content p,
.how-work-content p,
.track-content p,
.leader-content p {
    margin-bottom: 22px;
    color: var(--ve-muted);
    line-height: 1.95;
    font-size: 1.125rem;
}

.about-intro-content p:last-child {
    margin-bottom: 0;
}


/* =========================================
   SECTION HEADING
========================================= */

.section-heading {
    max-width: 850px;
    margin-bottom: 65px;
}

.section-heading.centered {
    margin-right: auto;
    margin-left: auto;
    text-align: center;
}

.section-heading.centered p {
    max-width: 680px;
    margin: 10px auto 0;
    color: var(--ve-muted);
    line-height: 1.9;
    font-size: 1.125rem;
}


/* =========================================
   WHAT WE DO
========================================= */

.what-we-do {
    background: #f5f8fa;
}

.service-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
}

.service-card {
    position: relative;
    padding: 48px;
    background: #fff;
    border: 1px solid var(--ve-border);
    transition: .4s ease;
}

.service-card:hover {
    transform: translateY(-7px);
    box-shadow: 0 25px 60px rgba(7, 27, 43, .09);
}

.service-number {
    margin-bottom: 35px;
    color: #b8c9d4;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 2px;
    display: none;
}

.service-card h3 {
    margin-bottom: 18px;
    font-size: 29px;
    font-weight: 500;
}

.service-card p {
    margin-bottom: 20px;
    color: var(--ve-muted);
    line-height: 1.9;
    font-size: 1.125rem;
}

.service-card ul {
    margin: 28px 0;
    padding: 0;
    list-style: none;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 11px 25px;
}

.service-card li {
    position: relative;
    padding-left: 17px;
    font-size: 1.125rem;
    color: var(--ve-dark);
    line-height: 1.6;
}

.service-card li::before {
    content: "";
    position: absolute;
    width: 5px;
    height: 5px;
    left: 0;
    top: 8px;
    border-radius: 50%;
    background: var(--ve-blue);
}


/* =========================================
   CLIENTS
========================================= */

.clients-section {
    background: #fff;
}

.clients-grid {
    display: grid;
    grid-template-columns: .9fr 1.1fr;
    gap: 100px;
}

.clients-content {
    padding-top: 4px;
}

.client-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
    margin-top: 35px;
}

.client-tags span {
    padding: 11px 16px;
    border: 1px solid #ccc;
    border-radius: 100px;
    font-size: 16px;
    color: var(--ve-dark);
    font-weight: 500;
}


/* =========================================
   HOW WE WORK
========================================= */

.how-we-work {
    background: #2f4a8c;
}

.how-work-grid {
    display: grid;
    grid-template-columns: .9fr 1.1fr;
    gap: 100px;
}

.how-work-title h2 {
    color: #fff;
}

.how-work-title h2 span {
}

.how-work-title .section-eyebrow {
    color: #80c5e8;
}

.how-work-content {
    padding-top: 5px;
}

.how-work-content .large-text {
    margin-bottom: 25px;
    color: #fff;
    font-size: 24px;
    line-height: 1.55;
    font-weight: 400;
}

.how-work-content p:not(.large-text) {
    color: #fff;
}


/* =========================================
   TRACK RECORD
========================================= */

.track-record {
    background: #f5f8fa;
}

.track-record-box {
    display: grid;
    grid-template-columns: 260px 1fr;
    min-height: auto;
    background: var(--ve-white);
    border: 1px solid var(--ve-border);
}

.track-number {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 50px;
    background: var(--ve-dark);
}

.track-number span {
    color: #2f4a8c;
    font-size: 58px;
    line-height: 1;
    font-weight: 400;
}

.track-number small {
    margin-top: 15px;
    color: #000000;
    font-size: 11px;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.track-content {
    padding: 0px 70px 0;
}

.track-content h2 {
    max-width: 650px;
    margin-bottom: 25px;
}

.track-content p {
    max-width: 760px;
}


/* =========================================
   LEADERSHIP
========================================= */

.leadership {
    background: #fff;
}

.leader-card {
    display: grid;
    grid-template-columns: 340px 1fr;
    border-top: 1px solid var(--ve-border);
    border-bottom: 1px solid var(--ve-border);
}

.leader-sidebar {
    padding: 60px 45px;
    background: #f5f8fa;
}

.leader-initial {
    width: 90px;
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 35px;
    border: 1px solid #c6d6df;
    border-radius: 50%;
    color: var(--ve-blue);
    font-size: 22px;
    font-weight: 500;
}

.leader-sidebar h3 {
    margin-bottom: 10px;
    font-size: 27px;
    font-weight: 500;
}

.leader-sidebar > span {
    display: block;
    color: var(--ve-muted);
    font-size: 12px;
    line-height: 1.7;
}

.leader-content {
    padding: 60px 70px;
}

.leader-content .leader-intro {
    margin-bottom: 35px;
    color: var(--ve-dark);
    font-size: 20px;
    line-height: 1.7;
}

.qualifications {
    margin: 45px 0 35px;
    padding-top: 30px;
    border-top: 1px solid var(--ve-border);
}

.qualifications h4 {
    margin-bottom: 20px;
    font-size: 15px;
    font-weight: 600;
}

.qualification-list {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.qualification-list span {
    padding: 9px 13px;
    background: #f2f6f8;
    color: var(--ve-dark);
    font-size: 14px;
    line-height: 1.5;
}

.leader-location {
    margin-bottom: 0 !important;
    color: var(--ve-dark) !important;
    font-weight: 500;
}


/* =========================================
   CTA
========================================= */

.about-cta {
    padding-top: 40px;
    padding-bottom: 100px;
    display: none;
}

.cta-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 50px;
    padding: 65px 70px;
    background: #ccc;
}

.cta-box .section-eyebrow {
    color: #80c5e8;
}

.about-cta h2 {
    max-width: 650px;
    margin-bottom: 18px;
    color: #fff;
    font-size: clamp(32px, 4vw, 50px);
    line-height: 1.15;
    font-weight: 500;
}

.about-cta p {
    max-width: 600px;
    margin-bottom: 0;
    color: rgba(255,255,255,.65);
    font-size: 14px;
    line-height: 1.8;
}

.cta-button {
    position: relative;
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    gap: 14px;
    padding: 17px 25px;
    border: 1px solid #fff;
    border-radius: 100px;
    color: #fff;
    font-size: 13px;
    font-weight: 500;
    text-decoration: none;
    overflow: hidden;
    transition: .4s ease;
}

.cta-button img {
    width: 18px;
    filter: brightness(0) invert(1);
    transition: .4s ease;
}

.cta-button:hover {
    background: #fff;
    color: var(--ve-dark);
}

.cta-button:hover img {
    filter: none;
    transform: translateX(4px);
}


/* =========================================
   RESPONSIVE
========================================= */

@media (max-width: 991px) {

    .section-space {
        padding: 80px 0;
    }

    .about-hero {
        min-height: 540px;
    }

    .about-intro-grid,
    .clients-grid,
    .how-work-grid {
        grid-template-columns: 1fr;
        gap: 45px;
    }

    .service-grid {
        grid-template-columns: 1fr;
    }

    .track-record-box {
        grid-template-columns: 190px 1fr;
    }

    .track-content {
        padding: 45px;
    }

    .leader-card {
        grid-template-columns: 250px 1fr;
    }

    .leader-content {
        padding: 45px;
    }

    .cta-box {
        padding: 50px;
    }
}


@media (max-width: 767px) {

    .container-custom {
        width: min(100% - 30px, 1200px);
    }

    .section-space {
        padding: 65px 0;
    }

    .about-hero {
        min-height: 550px;
    }

    .about-hero-content {
        padding: 70px 0;
    }

    .about-hero h1 {
        font-size: 42px;
        letter-spacing: -1px;
    }

    .about-hero p {
        font-size: 15px;
        line-height: 1.8;
    }

    .about-intro-grid,
    .clients-grid,
    .how-work-grid {
        gap: 30px;
    }

    .about-intro-heading h2,
    .clients-heading h2,
    .how-work-title h2,
    .section-heading h2,
    .track-content h2 {
        font-size: 34px;
    }

    .service-card {
        padding: 32px 25px;
    }

    .service-card ul {
        grid-template-columns: 1fr;
    }

    .track-record-box {
        grid-template-columns: 1fr;
    }

    .track-number {
        padding: 35px 30px;
    }

    .track-number span {
        font-size: 45px;
    }

    .track-content {
        padding: 35px 25px;
    }

    .leader-card {
        grid-template-columns: 1fr;
    }

    .leader-sidebar {
        padding: 35px 25px;
    }

    .leader-content {
        padding: 35px 25px;
    }

    .leader-content .leader-intro {
        font-size: 17px;
    }

    .cta-box {
        flex-direction: column;
        align-items: flex-start;
        padding: 35px 25px;
    }

    .cta-button {
        width: 100%;
        justify-content: center;
    }
}
.gtranslate_wrapper {
    position: absolute;
    top: 3px;
    right: 10px;
    z-index: 99999;
    cursor: pointer;
}

.gt_selector {
    font-size: 12px;
    border: 0;
    color: #000;
    border-radius: 10px;
    cursor: pointer;
    outline: none;
}

/* Arabic */
.translated-rtl .gtranslate_wrapper {
    right: auto !important;
    left: 10px !important;
}
.h6-li{
    color: rgb(47 74 140 / var(--tw-text-opacity, 1));
    font-size: 25px;
    margin-top: 20px;
    font-weight: 600;
}
.li-ico{
    float: left;
    width: auto;
    margin-top: 10px;
}.cookie-consent {
    position: fixed;
    left: 20px;
    right: 20px;
    bottom: 20px;
    z-index: 999999;
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 16px;
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.15);
    padding: 22px 26px;
    display: none;
}

.cookie-content {
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
}

.cookie-text {
    flex: 1;
}

.cookie-text h4 {
    margin: 0 0 7px;
    color: #111827;
    font-size: 18px;
    font-weight: 600;
}

.cookie-text p {
    margin: 0;
    color: #6b7280;
    font-size: 14px;
    line-height: 1.7;
}

.cookie-actions {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
}

.cookie-btn {
    border: 0;
    padding: 11px 22px;
    border-radius: 7px;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    transition: 0.3s ease;
}

.cookie-accept {
    background: #0b4f8a;
    color: #fff;
}

.cookie-accept:hover {
    background: #083b68;
}

.cookie-reject {
    background: #f3f4f6;
    color: #374151;
}

.cookie-reject:hover {
    background: #e5e7eb;
}

.cookie-policy {
    color: #0b4f8a;
    font-size: 14px;
    text-decoration: none;
    white-space: nowrap;
}

.cookie-policy:hover {
    text-decoration: underline;
}

/* Mobile */
@media (max-width: 767px) {

    .cookie-consent {
        left: 12px;
        right: 12px;
        bottom: 12px;
        padding: 20px;
        border-radius: 14px;
    }

    .cookie-content {
        display: block;
    }

    .cookie-text h4 {
        font-size: 17px;
    }

    .cookie-text p {
        font-size: 13px;
        line-height: 1.6;
    }

    .cookie-actions {
        margin-top: 16px;
        flex-wrap: wrap;
    }

    .cookie-btn {
        flex: 1;
    }

    .cookie-policy {
        width: 100%;
        text-align: center;
        margin-top: 5px;
    }
}
.policy-page {
            padding-bottom: 100px;
        }

        .policy-hero {
            position: relative;
            padding: 110px 20px 90px;
            background: linear-gradient(120deg, #071d33, #0b4f8a);
            overflow: hidden;
        }

        .policy-hero::after {
            content: "";
            position: absolute;
            width: 420px;
            height: 420px;
            border: 1px solid rgba(255, 255, 255, 0.12);
            border-radius: 50%;
            right: -120px;
            top: -180px;
        }

        .policy-hero::before {
            content: "";
            position: absolute;
            width: 250px;
            height: 250px;
            border: 1px solid rgba(255, 255, 255, 0.08);
            border-radius: 50%;
            right: 100px;
            bottom: -170px;
        }

        .policy-container {
            width: min(1180px, calc(100% - 40px));
            margin: 0 auto;
            position: relative;
            z-index: 2;
        }

        .policy-eyebrow {
            color: #9dc7eb;
            font-size: 13px;
            font-weight: 600;
            letter-spacing: 2px;
            text-transform: uppercase;
            margin-bottom: 18px;
        }

        .policy-hero h1 {
            color: #fff;
            font-size: clamp(38px, 5vw, 64px);
            line-height: 1.1;
            font-weight: 600;
            margin: 0 0 20px;
        }

        .policy-hero p {
            max-width: 650px;
            color: rgba(255, 255, 255, 0.78);
            font-size: 16px;
            line-height: 1.8;
            margin: 0;
        }

        .policy-date {
            margin-top: 28px !important;
            color: rgba(255, 255, 255, 0.55) !important;
            font-size: 13px !important;
        }

        .policy-layout {
            display: grid;
            grid-template-columns: 250px 1fr;
            gap: 70px;
            padding-top: 80px;
        }

        .policy-sidebar {
            position: sticky;
            top: 110px;
            align-self: start;
        }

        .policy-sidebar-title {
            color: var(--ve-dark);
            font-size: 13px;
            font-weight: 600;
            letter-spacing: 1px;
            text-transform: uppercase;
            margin-bottom: 20px;
        }

        .policy-sidebar a {
            display: block;
            padding: 9px 0;
            color: #667085;
            text-decoration: none;
            font-size: 13px;
            line-height: 1.5;
            transition: 0.3s ease;
        }

        .policy-sidebar a:hover {
            color: var(--ve-blue);
            padding-left: 5px;
        }

        .policy-content {
            max-width: 820px;
        }

        .policy-intro {
            font-size: 17px;
            line-height: 1.9;
            color: #344054;
            margin: 0 0 45px;
        }

        .policy-section {
            padding: 0 0 42px;
            margin-bottom: 42px;
            border-bottom: 1px solid var(--ve-border);
        }

        .policy-section:last-child {
            border-bottom: 0;
        }

        .policy-section h2 {
            position: relative;
            color: var(--ve-dark);
            font-size: 25px;
            line-height: 1.35;
            font-weight: 600;
            margin: 0 0 18px;
            padding-left: 18px;
        }

        .policy-section h2::before {
            content: "";
            position: absolute;
            left: 0;
            top: 4px;
            width: 3px;
            height: 25px;
            border-radius: 5px;
            background: var(--ve-blue);
        }

        .policy-section p {
            color: var(--ve-text);
            font-size: 15px;
            line-height: 1.9;
            margin: 0 0 16px;
        }

        .policy-section p:last-child {
            margin-bottom: 0;
        }

        .policy-section ul {
            margin: 15px 0 0;
            padding-left: 22px;
        }

        .policy-section li {
            color: var(--ve-text);
            font-size: 15px;
            line-height: 1.9;
            margin-bottom: 8px;
            padding-left: 5px;
        }

        .policy-contact {
            margin-top: 15px;
            padding: 28px 30px;
            background: var(--ve-light);
            border: 1px solid var(--ve-border);
            border-radius: 12px;
        }

        .policy-contact strong {
            display: block;
            color: var(--ve-dark);
            margin-bottom: 7px;
        }

        .policy-contact p {
            margin-bottom: 5px;
        }

        .policy-contact a {
            color: var(--ve-blue);
            text-decoration: none;
        }

        @media (max-width: 991px) {

            .policy-layout {
                grid-template-columns: 1fr;
                gap: 30px;
                padding-top: 60px;
            }

            .policy-sidebar {
                position: static;
                padding: 20px 25px;
                background: var(--ve-light);
                border-radius: 12px;
            }

            .policy-sidebar a {
                display: inline-block;
                margin-right: 18px;
            }
        }

        @media (max-width: 767px) {

            .policy-hero {
                padding: 75px 20px 65px;
            }

            .policy-container {
                width: min(100% - 30px, 1180px);
            }

            .policy-hero h1 {
                font-size: 38px;
            }

            .policy-hero p {
                font-size: 14px;
            }

            .policy-layout {
                padding-top: 45px;
            }

            .policy-sidebar {
                display: none;
            }

            .policy-intro {
                font-size: 15px;
            }

            .policy-section h2 {
                font-size: 21px;
            }

            .policy-section p,
            .policy-section li {
                font-size: 14px;
                line-height: 1.8;
            }

            .policy-contact {
                padding: 22px;
            }
        }
        @media(max-width:767px){
               .gt_selector { width: 100px;
    text-align: right;
    float: right;
        }.gtranslate_wrapper {
    position: absolute;
    top: 24px;
    right: 58px;
        }
        }