/*
! tailwindcss v3.3.0 | 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: #C7C7C7; /* 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.
*/

html {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font family by default.
2. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: #D9D9D9; /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #D9D9D9; /* 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;
}

[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: #666666;
  border-width: 1px;
  border-radius: 0px;
  padding-top: 0.5rem;
  padding-right: 0.75rem;
  padding-bottom: 0.5rem;
  padding-left: 0.75rem;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-shadow: 0 0 #0000;
}

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

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

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

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

::-webkit-date-and-time-value {
  min-height: 1.5em;
}

::-webkit-datetime-edit,::-webkit-datetime-edit-year-field,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-minute-field,::-webkit-datetime-edit-second-field,::-webkit-datetime-edit-millisecond-field,::-webkit-datetime-edit-meridiem-field {
  padding-top: 0;
  padding-bottom: 0;
}

select {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%23666666' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
  background-position: right 0.5rem center;
  background-repeat: no-repeat;
  background-size: 1.5em 1.5em;
  padding-right: 2.5rem;
  -webkit-print-color-adjust: exact;
          print-color-adjust: exact;
}

[multiple] {
  background-image: initial;
  background-position: initial;
  background-repeat: unset;
  background-size: initial;
  padding-right: 0.75rem;
  -webkit-print-color-adjust: unset;
          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: #2563eb;
  background-color: #fff;
  border-color: #666666;
  border-width: 1px;
  --tw-shadow: 0 0 #0000;
}

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

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

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

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

[type='checkbox']:checked {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e");
}

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

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

[type='checkbox']:indeterminate {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3e%3cpath stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 8h8'/%3e%3c/svg%3e");
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}

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

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

[type='file']:focus {
  outline: 1px solid ButtonText;
  outline: 1px auto -webkit-focus-ring-color;
}
  h1 {
  font-family: Times, Almarai, sans-serif;
  font-size: 3.75rem;
  line-height: 1.1;
  font-weight: 700;
}
  @media not all and (min-width: 768px) {

  h1 {
    font-size: 2rem;
    line-height: 1.5;
    font-weight: 700;
  }
}
  h2 {
  font-family: Times, Almarai, sans-serif;
  font-size: 3.75rem;
  line-height: 1.1;
  font-weight: 700;
}
  @media not all and (min-width: 768px) {

  h2 {
    font-size: 2rem;
    line-height: 1.5;
    font-weight: 700;
  }
}
  h3 {
  font-size: 2rem;
  line-height: 1.5;
  font-weight: 600;
}
  @media not all and (min-width: 768px) {

  h3 {
    font-size: 1.625rem;
    line-height: 1.26;
    font-weight: 700;
  }
}
  h4 {
  font-size: 1.625rem;
  line-height: 1.26;
  font-weight: 500;
}
  @media not all and (min-width: 768px) {

  h4 {
    font-size: 1.25rem;
    line-height: 1.5;
    font-weight: 500;
  }
}
  h5 {
  font-size: 1.25rem;
  line-height: 1.5;
  font-weight: 500;
}
  @media not all and (min-width: 768px) {

  h5 {
    font-size: 1.125rem;
    line-height: 1.25;
    font-weight: 400;
  }
}
  h6 {
  font-size: 1.125rem;
  line-height: 1.25;
  font-weight: 400;
}
  @media not all and (min-width: 768px) {

  h6 {
    font-size: .875rem;
    line-height: 1.25;
    font-weight: 400;
  }
}
  body {
  font-size: 1.125rem;
  line-height: 1.25;
  font-weight: 400;
}
  @media not all and (min-width: 768px) {

  body {
    font-size: .875rem;
    line-height: 1.25;
    font-weight: 400;
  }
}

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

::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-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}
.container {
  width: 100%;
}
@media (min-width: 430px) {

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

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

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

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

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

  .container {
    max-width: 1400px;
  }
}
.pointer-events-none {
  pointer-events: none;
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.bottom-0 {
  bottom: 0px;
}
.left-0 {
  left: 0px;
}
.top-0 {
  top: 0px;
}
.top-4 {
  top: 1rem;
}
.top-\[-50px\] {
  top: -50px;
}
.top-\[-9px\] {
  top: -9px;
}
.top-\[150px\] {
  top: 150px;
}
.top-\[20px\] {
  top: 20px;
}
.top-\[232px\] {
  top: 232px;
}
.top-\[60px\] {
  top: 60px;
}
.-z-10 {
  z-index: -10;
}
.z-10 {
  z-index: 10;
}
.z-30 {
  z-index: 30;
}
.z-\[-1\] {
  z-index: -1;
}
.z-\[99999\] {
  z-index: 99999;
}
.z-\[99\] {
  z-index: 99;
}
.order-3 {
  order: 3;
}
.m-0 {
  margin: 0px;
}
.m-auto {
  margin: auto;
}
.\!my-\[60px\] {
  margin-top: 60px !important;
  margin-bottom: 60px !important;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.\!mb-0 {
  margin-bottom: 0px !important;
}
.-mt-2 {
  margin-top: -0.5rem;
}
.mb-0 {
  margin-bottom: 0px;
}
.mb-1 {
  margin-bottom: 0.25rem;
}
.mb-10 {
  margin-bottom: 2.5rem;
}
.mb-12 {
  margin-bottom: 3rem;
}
.mb-2 {
  margin-bottom: 0.5rem;
}
.mb-20 {
  margin-bottom: 5rem;
}
.mb-3 {
  margin-bottom: 0.75rem;
}
.mb-4 {
  margin-bottom: 1rem;
}
.mb-5 {
  margin-bottom: 1.25rem;
}
.mb-6 {
  margin-bottom: 1.5rem;
}
.mb-7 {
  margin-bottom: 1.75rem;
}
.mb-8 {
  margin-bottom: 2rem;
}
.mb-9 {
  margin-bottom: 2.25rem;
}
.mb-\[0\.425rem\] {
  margin-bottom: 0.425rem;
}
.mb-\[2\.813rem\] {
  margin-bottom: 2.813rem;
}
.mb-\[2rem\] {
  margin-bottom: 2rem;
}
.mb-\[55px\] {
  margin-bottom: 55px;
}
.mt-1 {
  margin-top: 0.25rem;
}
.mt-10 {
  margin-top: 2.5rem;
}
.mt-12 {
  margin-top: 3rem;
}
.mt-2 {
  margin-top: 0.5rem;
}
.mt-3 {
  margin-top: 0.75rem;
}
.mt-4 {
  margin-top: 1rem;
}
.mt-6 {
  margin-top: 1.5rem;
}
.mt-8 {
  margin-top: 2rem;
}
.mt-\[10px\] {
  margin-top: 10px;
}
.mt-\[28px\] {
  margin-top: 28px;
}
.mt-\[55px\] {
  margin-top: 55px;
}
.mt-\[58px\] {
  margin-top: 58px;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.flex {
  display: flex;
}
.grid {
  display: grid;
}
.hidden {
  display: none;
}
.aspect-\[\.76\] {
  aspect-ratio: .76;
}
.aspect-square {
  aspect-ratio: 1 / 1;
}
.\!h-\[33px\] {
  height: 33px !important;
}
.h-\[100px\] {
  height: 100px;
}
.h-\[102px\] {
  height: 102px;
}
.h-\[120px\] {
  height: 120px;
}
.h-\[24px\] {
  height: 24px;
}
.h-\[285px\] {
  height: 285px;
}
.h-\[35px\] {
  height: 35px;
}
.h-\[36px\] {
  height: 36px;
}
.h-\[45px\] {
  height: 45px;
}
.h-\[50\] {
  height: 50;
}
.h-\[55px\] {
  height: 55px;
}
.h-\[60px\] {
  height: 60px;
}
.h-\[70px\] {
  height: 70px;
}
.h-\[75px\] {
  height: 75px;
}
.h-auto {
  height: auto;
}
.h-full {
  height: 100%;
}
.h-screen {
  height: 100vh;
}
.max-h-\[350px\] {
  max-height: 350px;
}
.min-h-\[400px\] {
  min-height: 400px;
}
.min-h-\[calc\(100vh-80px\)\] {
  min-height: calc(100vh - 80px);
}
.\!w-\[33px\] {
  width: 33px !important;
}
.w-1\/2 {
  width: 50%;
}
.w-1\/3 {
  width: 33.333333%;
}
.w-\[102px\] {
  width: 102px;
}
.w-\[131px\] {
  width: 131px;
}
.w-\[25\%\] {
  width: 25%;
}
.w-\[270px\] {
  width: 270px;
}
.w-\[285px\] {
  width: 285px;
}
.w-\[341px\] {
  width: 341px;
}
.w-\[348px\] {
  width: 348px;
}
.w-\[35\%\] {
  width: 35%;
}
.w-\[35px\] {
  width: 35px;
}
.w-\[36px\] {
  width: 36px;
}
.w-\[40\%\] {
  width: 40%;
}
.w-\[50px\] {
  width: 50px;
}
.w-\[55px\] {
  width: 55px;
}
.w-\[60px\] {
  width: 60px;
}
.w-\[70px\] {
  width: 70px;
}
.w-\[740px\] {
  width: 740px;
}
.w-\[calc\(100\%_-_80px\)\] {
  width: calc(100% - 80px);
}
.w-auto {
  width: auto;
}
.w-fit {
  width: -moz-fit-content;
  width: fit-content;
}
.w-full {
  width: 100%;
}
.min-w-full {
  min-width: 100%;
}
.max-w-\[200px\] {
  max-width: 200px;
}
.max-w-\[560px\] {
  max-width: 560px;
}
.max-w-\[663px\] {
  max-width: 663px;
}
.max-w-\[850px\] {
  max-width: 850px;
}
.max-w-full {
  max-width: 100%;
}
.max-w-none {
  max-width: none;
}
.flex-1 {
  flex: 1 1 0%;
}
.flex-shrink-0 {
  flex-shrink: 0;
}
.shrink-0 {
  flex-shrink: 0;
}
.-translate-y-full {
  --tw-translate-y: -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));
}
.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-none {
  resize: none;
}
.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.flex-row-reverse {
  flex-direction: row-reverse;
}
.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;
}
.items-baseline {
  align-items: baseline;
}
.justify-start {
  justify-content: flex-start;
}
.justify-end {
  justify-content: flex-end;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.gap-1 {
  gap: 0.25rem;
}
.gap-10 {
  gap: 2.5rem;
}
.gap-12 {
  gap: 3rem;
}
.gap-14 {
  gap: 3.5rem;
}
.gap-2 {
  gap: 0.5rem;
}
.gap-3 {
  gap: 0.75rem;
}
.gap-4 {
  gap: 1rem;
}
.gap-5 {
  gap: 1.25rem;
}
.gap-6 {
  gap: 1.5rem;
}
.gap-7 {
  gap: 1.75rem;
}
.gap-8 {
  gap: 2rem;
}
.gap-\[1\.125rem\] {
  gap: 1.125rem;
}
.gap-\[30px\] {
  gap: 30px;
}
.gap-\[45px\] {
  gap: 45px;
}
.gap-\[55px\] {
  gap: 55px;
}
.gap-\[90px\] {
  gap: 90px;
}
.gap-x-\[60px\] {
  -moz-column-gap: 60px;
       column-gap: 60px;
}
.gap-y-6 {
  row-gap: 1.5rem;
}
.gap-y-8 {
  row-gap: 2rem;
}
.overflow-hidden {
  overflow: hidden;
}
.\!rounded-none {
  border-radius: 0px !important;
}
.rounded-\[15px\] {
  border-radius: 15px;
}
.rounded-\[8px\] {
  border-radius: 8px;
}
.rounded-full {
  border-radius: 9999px;
}
.rounded-lg {
  border-radius: 0.5rem;
}
.rounded-br-\[50px\] {
  border-bottom-right-radius: 50px;
}
.rounded-tl-\[50px\] {
  border-top-left-radius: 50px;
}
.border {
  border-width: 1px;
}
.border-\[1\.25rem\] {
  border-width: 1.25rem;
}
.border-\[20px\] {
  border-width: 20px;
}
.\!border-l-0 {
  border-left-width: 0px !important;
}
.\!border-r-0 {
  border-right-width: 0px !important;
}
.\!border-t-0 {
  border-top-width: 0px !important;
}
.border-b-2 {
  border-bottom-width: 2px;
}
.border-solid {
  border-style: solid;
}
.border-\[\#B8E1D6\] {
  --tw-border-opacity: 1;
  border-color: rgb(184 225 214 / var(--tw-border-opacity));
}
.border-green-700 {
  border-color: #B8E1D680;
}
.\!bg-\[transparent\] {
  background-color: transparent !important;
}
.bg-\[\#49ECC0\] {
  --tw-bg-opacity: 1;
  background-color: rgb(73 236 192 / var(--tw-bg-opacity));
}
.bg-\[\#4C5768\] {
  --tw-bg-opacity: 1;
  background-color: rgb(76 87 104 / var(--tw-bg-opacity));
}
.bg-\[\#B8E1D680\] {
  background-color: #B8E1D680;
}
.bg-\[\#F9F9F9\] {
  --tw-bg-opacity: 1;
  background-color: rgb(249 249 249 / var(--tw-bg-opacity));
}
.bg-\[\#b8e1d64d\] {
  background-color: #b8e1d64d;
}
.bg-\[\#fff\] {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-green-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(184 225 214 / var(--tw-bg-opacity));
}
.bg-green-700 {
  background-color: #B8E1D680;
}
.bg-white-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-gradient-to-b {
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
}
.from-\[\#EFEFEF\] {
  --tw-gradient-from: #EFEFEF var(--tw-gradient-from-position);
  --tw-gradient-from-position:  ;
  --tw-gradient-to: rgb(239 239 239 / 0)  var(--tw-gradient-from-position);
  --tw-gradient-to-position:  ;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.to-\[\#F9F9F9\] {
  --tw-gradient-to: #F9F9F9 var(--tw-gradient-to-position);
  --tw-gradient-to-position:  ;
}
.object-contain {
  -o-object-fit: contain;
     object-fit: contain;
}
.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}
.p-4 {
  padding: 1rem;
}
.p-6 {
  padding: 1.5rem;
}
.p-8 {
  padding: 2rem;
}
.px-0 {
  padding-left: 0px;
  padding-right: 0px;
}
.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.px-\[1\.125rem\] {
  padding-left: 1.125rem;
  padding-right: 1.125rem;
}
.px-\[10px\] {
  padding-left: 10px;
  padding-right: 10px;
}
.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.py-14 {
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}
.py-16 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.py-20 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.py-32 {
  padding-top: 8rem;
  padding-bottom: 8rem;
}
.py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.py-\[56px\] {
  padding-top: 56px;
  padding-bottom: 56px;
}
.py-\[5rem\] {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.py-\[6\.25rem\] {
  padding-top: 6.25rem;
  padding-bottom: 6.25rem;
}
.py-\[80px\] {
  padding-top: 80px;
  padding-bottom: 80px;
}
.pb-20 {
  padding-bottom: 5rem;
}
.pb-\[30px\] {
  padding-bottom: 30px;
}
.pb-\[70px\] {
  padding-bottom: 70px;
}
.pe-20 {
  -webkit-padding-end: 5rem;
          padding-inline-end: 5rem;
}
.ps-4 {
  -webkit-padding-start: 1rem;
          padding-inline-start: 1rem;
}
.pt-0 {
  padding-top: 0px;
}
.pt-10 {
  padding-top: 2.5rem;
}
.pt-12 {
  padding-top: 3rem;
}
.pt-2 {
  padding-top: 0.5rem;
}
.pt-20 {
  padding-top: 5rem;
}
.pt-3 {
  padding-top: 0.75rem;
}
.pt-\[3\.75rem\] {
  padding-top: 3.75rem;
}
.text-center {
  text-align: center;
}
.font-times {
  font-family: Times, Almarai, sans-serif;
}
.text-3xl {
  font-size: 3.125rem;
  line-height: 1.1;
  font-weight: 700;
}
.text-4xl {
  font-size: 3.75rem;
  line-height: 1.1;
  font-weight: 700;
}
.text-\[12px\] {
  font-size: 12px;
}
.text-\[18px\] {
  font-size: 18px;
}
.text-\[2\.5rem\] {
  font-size: 2.5rem;
}
.text-\[20px\] {
  font-size: 20px;
}
.text-\[26px\] {
  font-size: 26px;
}
.text-\[44px\] {
  font-size: 44px;
}
.text-\[80px\] {
  font-size: 80px;
}
.text-base {
  font-size: 1.125rem;
  line-height: 1.25;
  font-weight: 400;
}
.text-lg {
  font-size: 1.25rem;
  line-height: 1.5;
  font-weight: 500;
}
.text-sm {
  font-size: .875rem;
  line-height: 1.25;
  font-weight: 400;
}
.text-xl {
  font-size: 1.625rem;
  line-height: 1.26;
  font-weight: 500;
}
.\!font-normal {
  font-weight: 400 !important;
}
.font-\[300\] {
  font-weight: 300;
}
.font-\[500\] {
  font-weight: 500;
}
.font-bold {
  font-weight: 700;
}
.font-light {
  font-weight: 300;
}
.font-medium {
  font-weight: 500;
}
.font-normal {
  font-weight: 400;
}
.font-semibold {
  font-weight: 600;
}
.uppercase {
  text-transform: uppercase;
}
.capitalize {
  text-transform: capitalize;
}
.leading-\[1\.1\] {
  line-height: 1.1;
}
.leading-\[20\.16px\] {
  line-height: 20.16px;
}
.leading-\[32\.76px\] {
  line-height: 32.76px;
}
.leading-none {
  line-height: 1;
}
.leading-normal {
  line-height: 1.5;
}
.text-\[\#000000\] {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.text-\[\#4C5768\] {
  --tw-text-opacity: 1;
  color: rgb(76 87 104 / var(--tw-text-opacity));
}
.text-\[\#D6D6D6\] {
  --tw-text-opacity: 1;
  color: rgb(214 214 214 / var(--tw-text-opacity));
}
.text-\[\#D9D9D9\] {
  --tw-text-opacity: 1;
  color: rgb(217 217 217 / var(--tw-text-opacity));
}
.text-\[\#F4F4F4\] {
  --tw-text-opacity: 1;
  color: rgb(244 244 244 / var(--tw-text-opacity));
}
.text-\[\#fafafa80\] {
  color: #fafafa80;
}
.text-\[\#fff\] {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.text-blue-700 {
  --tw-text-opacity: 1;
  color: rgb(9 39 59 / var(--tw-text-opacity));
}
.text-gray-100 {
  --tw-text-opacity: 1;
  color: rgb(200 200 200 / var(--tw-text-opacity));
}
.text-gray-500 {
  --tw-text-opacity: 1;
  color: rgb(102 102 102 / var(--tw-text-opacity));
}
.text-gray-700 {
  --tw-text-opacity: 1;
  color: rgb(76 87 104 / var(--tw-text-opacity));
}
.text-white-700 {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.\!opacity-\[0\.5\] {
  opacity: 0.5 !important;
}
.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);
}
.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-200 {
  transition-duration: 200ms;
}
.duration-300 {
  transition-duration: 300ms;
}
.duration-\[0\.75s\] {
  transition-duration: 0.75s;
}
.ease-\[cubic-bezier\(0\.55\2c 0\.55\2c 0\2c 1\.02\)\] {
  transition-timing-function: cubic-bezier(0.55,0.55,0,1.02);
}
.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
:root {
  --primary: #16707A;
  --offWhite: #e5e5e5;
  --white: #ffffff;
}

@font-face {
  font-family: Times;
  src: url(../fonts/times.ttf);
  font-weight: 400;
}
@font-face {
  font-family: Times;
  src: url(../fonts/timesbd.ttf);
  font-weight: 700;
}
@font-face {
  font-family: Almarai;
  src: url(../fonts/Almarai-Regular.ttf);
  font-weight: 400;
}
@font-face {
  font-family: Outfit;
  src: url(../fonts/Outfit-Regular.ttf);
  font-weight: 400;
}
@font-face {
  font-family: Outfit;
  src: url(../fonts/Outfit-Medium.ttf);
  font-weight: 500;
}
@font-face {
  font-family: Outfit;
  src: url(../fonts/Outfit-SemiBold.ttf);
  font-weight: 600;
}
html {
  scroll-behavior: smooth;
}

@media screen {
  .customize-support .header {
    top: 32px;
  }
}
@media screen and (max-width: 782px) {
  .customize-support .header {
    top: 46px;
  }
}
@media print {
  .customize-support .header {
    top: 0;
  }
}
body {
  font-family: Outfit, Almarai, sans-serif;
  padding-top: 80px;
}

.times-font {
  font-family: Times, Almarai, sans-serif;
}

.container {
  width: 100%;
  padding-right: 1.5rem;
  padding-left: 1.5rem;
  margin-right: auto;
  margin-left: auto;
}

@media (max-width: 575.9px) {
  .container {
    max-width: 540px;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .container {
    max-width: 1320px;
    padding-right: 1px;
    padding-left: 1px;
  }
}
@media not all and (min-width: 768px) {

  .text-4xl, .text-3xl {
    font-size: 2rem;
    line-height: 1.5;
    font-weight: 700;
  }

  .text-2xl {
    font-size: 1.625rem;
    line-height: 1.26;
    font-weight: 700;
  }

  .text-xl {
    font-size: 1.25rem;
    line-height: 1.5;
    font-weight: 500;
  }

  .text-lg {
    font-size: 1.125rem;
    line-height: 1.25;
    font-weight: 400;
  }

  .text-base {
    font-size: .875rem;
    line-height: 1.25;
    font-weight: 400;
  }
}

.clients-feedback__swiper .swiper-slide {
  height: unset;
}

.box {
  width: 100%;
  position: relative;
  margin-bottom: 30px;
  height: calc(100% - 30px);
}
.box::before {
  content: "";
  bottom: -38px;
  border-width: 20px 15px 20px 15px;
  border-color: #fff transparent transparent transparent;
  border-style: solid;
  position: absolute;
}
html[dir=rtl] .box::before {
  right: 37px;
}
html[dir=ltr] .box::before {
  left: 37px;
}

.box--concept::after {
  content: "";
  position: absolute;
  bottom: -30px;
  left: calc(50% - 20px);
}

.box--bottom::after {
  content: "";
  position: absolute;
  transition: all 0.3s ease-in;
  bottom: -63px;
  left: 48px;
  border-top: 35px solid white;
  border-bottom: 35px solid transparent;
  border-left: 35px solid transparent;
  border-right: 35px solid transparent;
}

.custom-list {
  --icon-space: 1.3em;
  list-style: none;
}
.custom-list li {
  padding-left: var(--icon-space);
  position: relative;
}
html[dir=rtl] .custom-list span {
  padding-left: 20px;
}
html[dir=ltr] .custom-list span {
  padding-right: 20px;
}
.custom-list li:before {
  content: "";
  width: 5px;
  height: 5px;
  background: red;
  display: inline-block;
  border-radius: 50%;
}

html[dir=rtl] .rotate-y-180 {
  transform: rotateY(180deg);
}

.clients__swiper .swiper-slide {
  text-align: center;
}

.swiper-arrow-prev, .swiper-arrow-next {
  position: unset;
  color: #4C5768;
  background-color: unset;
  border: 1.5px solid #4C5768;
  width: 24px !important;
  height: 24px !important;
  border-radius: 50%;
  transition: all 0.3s ease-in-out;
}
.swiper-arrow-prev:hover, .swiper-arrow-next:hover {
  color: #fff;
  background-color: #4C5768;
}

.swiper-arrow-prev:after, .swiper-arrow-next:after {
  font-weight: 700;
  font-size: 10px !important;
}

.certifications__swiper {
  padding: 12px 0 50px;
}
.certifications__swiper .swiper-slide {
  scale: 0.8;
  filter: grayscale(100%);
  transition: all 0.3s ease-in-out;
}
.certifications__swiper .swiper-slide h4 {
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
}
.certifications__swiper .swiper-slide-active {
  scale: 1;
  filter: unset;
}
.certifications__swiper .swiper-slide-active h4 {
  opacity: 1;
  visibility: visible;
}

.swiper-pagination {
  position: unset;
  display: flex;
  justify-content: center;
  gap: 1rem;
}
@media (max-width: 575.9px) {
  .swiper-pagination {
    gap: 0.5rem;
  }
}
.swiper-pagination .swiper-pagination-bullet {
  width: 50px;
  height: 5px;
  display: block;
  border-radius: 10px;
  background-color: rgba(76, 87, 104, 0.4);
  transition: all 0.3s ease-in-out;
}
@media (max-width: 575.9px) {
  .swiper-pagination .swiper-pagination-bullet {
    width: 35px;
  }
}
.swiper-pagination .swiper-pagination-bullet-active {
  background-color: #4C5768;
}

.about-photo {
  shape-image-threshold: 0.9;
  shape-margin: 10%;
}
html[dir=rtl] .about-photo {
  shape-outside: url("../images/about-rtl.png");
}
html[dir=ltr] .about-photo {
  shape-outside: url("../images/demo/about-2.png");
}

.site-content ul {
  list-style: inherit;
  -webkit-padding-start: 20px;
          padding-inline-start: 20px;
}

.value-card ul, .arrow-list-wrapper ul {
  --icon-space: 1rem;
  list-style: none;
}
.value-card ul li, .arrow-list-wrapper ul li {
  position: relative;
  margin-bottom: 0.875rem;
  color: #4C5768;
  gap: 1rem;
}
html[dir=rtl] .value-card ul li, html[dir=rtl] .arrow-list-wrapper ul li {
  padding-right: 1.875rem;
}
html[dir=ltr] .value-card ul li, html[dir=ltr] .arrow-list-wrapper ul li {
  padding-left: 1.875rem;
}
.value-card ul li:before, .arrow-list-wrapper ul li:before {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13' height='12' fill='none'%3E%3Cpath fill='%234C5768' d='M12.031 6.242 7.22 10.836c-.274.246-.684.246-.93-.027-.246-.274-.246-.684.027-.93l3.637-3.473H.656A.632.632 0 0 1 0 5.75c0-.355.273-.656.656-.656h9.297L6.316 1.648a.653.653 0 0 1-.027-.93.653.653 0 0 1 .93-.027l4.812 4.594c.137.137.219.3.219.465a.684.684 0 0 1-.219.492Z'/%3E%3C/svg%3E");
  position: absolute;
}
html[dir=rtl] .value-card ul li:before, html[dir=rtl] .arrow-list-wrapper ul li:before {
  transform: rotate(-180deg);
  right: 0;
}
html[dir=ltr] .value-card ul li:before, html[dir=ltr] .arrow-list-wrapper ul li:before {
  left: 0;
}
.value-card--gray ul li, .arrow-list-wrapper--gray ul li {
  color: #858585;
}
.value-card--gray ul li:before, .arrow-list-wrapper--gray ul li:before {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13' height='12' fill='none'%3E%3Cpath fill='%23858585' d='M12.031 6.242 7.22 10.836c-.274.246-.684.246-.93-.027-.246-.274-.246-.684.027-.93l3.637-3.473H.656A.632.632 0 0 1 0 5.75c0-.355.273-.656.656-.656h9.297L6.316 1.648a.653.653 0 0 1-.027-.93.653.653 0 0 1 .93-.027l4.812 4.594c.137.137.219.3.219.465a.684.684 0 0 1-.219.492Z'/%3E%3C/svg%3E");
}
.value-card--white ul li, .arrow-list-wrapper--white ul li {
  color: #FFF;
}
.value-card--white ul li:before, .arrow-list-wrapper--white ul li:before {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13' height='12' fill='none'%3E%3Cpath fill='%23FFF' d='M12.031 6.242 7.22 10.836c-.274.246-.684.246-.93-.027-.246-.274-.246-.684.027-.93l3.637-3.473H.656A.632.632 0 0 1 0 5.75c0-.355.273-.656.656-.656h9.297L6.316 1.648a.653.653 0 0 1-.027-.93.653.653 0 0 1 .93-.027l4.812 4.594c.137.137.219.3.219.465a.684.684 0 0 1-.219.492Z'/%3E%3C/svg%3E");
}

.form-group .form-label {
  display: block;
  color: #666666;
  font-weight: 500;
  line-height: 1.3;
}
.form-group .form-field {
  width: 100%;
  border-color: rgba(153, 153, 153, 0.6);
  color: #000;
}
.form-group .form-field--text {
  border-width: 0 0 1px 0;
  padding-top: 0;
}
.form-group .form-field:focus {
  border-color: rgba(153, 153, 153, 0.6);
  box-shadow: none;
}
.form-group .form-field--error {
  border-color: rgb(241, 52, 52) !important;
  margin-top: 2px;
}
.form-group .required-field::after {
  content: "*";
  color: rgb(241, 52, 52);
}
html[dir=rtl] .form-group .required-field::after {
  margin-right: 4px;
}
html[dir=ltr] .form-group .required-field::after {
  margin-left: 4px;
}
.form-group .error-txt {
  color: rgb(241, 52, 52);
  font-size: 12px;
  line-height: 16px;
  margin-top: 2px;
}

.button {
  display: inline-flex;
  gap: 0.5rem;
  align-items: center;
  color: #4c5768;
  text-align: center;
  justify-content: center;
  text-decoration: none;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  background-color: transparent;
  padding: 0.75rem 1.5rem;
  min-height: 48px;
  transition: all 0.25s ease-in-out;
  font-weight: 500;
  text-transform: capitalize;
  position: relative;
  z-index: 1;
  border: 0;
  box-shadow: 1px 1px 4px 0px rgba(0, 0, 0, 0.1490196078);
}
.button svg,
.button img {
  height: 16px;
  width: auto;
}
.button--lg {
  min-height: 54px;
}
.button path {
  fill: currentColor;
  transition: all 0.25s ease-in-out;
}
.button--primary {
  background-color: #49ecc0;
  color: #4c5768;
}
.button--primary::before {
  content: "";
  display: block;
  position: absolute;
  background: linear-gradient(144.27deg, #49ecc0 20.92%, #29866d 133.41%);
  transition: all 0.25s ease-in-out;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0;
}
.button--primary:hover {
  color: #4c5768;
}
.button--primary:hover::before {
  opacity: 1;
}
.button--white {
  background-color: #fff;
  color: #4c5768;
}
.button--white:hover {
  box-shadow: 0px 6px 20px 0px rgba(0, 0, 0, 0.1607843137);
  color: #4c5768;
}

.header {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 999;
  height: 80px;
  background-color: #fff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  color: #4C5768;
}
.header .container {
  height: 100%;
}
.header__main {
  display: flex;
  align-items: center;
  height: 100%;
  position: relative;
}
@media (min-width: 1200px) {
  .header__main {
    justify-content: space-between;
  }
}
@media (max-width: 1199.9px) {
  .header__backdrop {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.17);
    left: 0;
    top: 0;
    -webkit-backdrop-filter: blur(21px) brightness(0.7);
            backdrop-filter: blur(21px) brightness(0.7);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.25s ease-in-out, visibility 0.25s ease-in-out;
    z-index: 99;
  }
  header.active .header__backdrop {
    opacity: 1;
    visibility: visible;
  }
}
.header__logo {
  display: inline-block;
  max-width: 180px;
}
@media (max-width: 1679.9px) {
  .header__logo {
    max-width: 150px;
  }
}
@media (max-width: 1399.9px) {
  .header__logo {
    max-width: 135px;
  }
}
@media (max-width: 429.9px) {
  .header__logo {
    max-width: 80px;
  }
}
.header__logo .dark-logo {
  display: inline-block;
}
.header__logo .white-logo {
  display: none;
}
@media (max-width: 1199.9px) {
  .header__menu-close {
    position: sticky;
    top: 0;
    inset-inline-end: 0;
    display: flex;
    z-index: 10;
    width: 35px;
    height: 35px;
    background: var(--primary-color) center center no-repeat;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='25' height='25' viewBox='0 0 25 25'%3E%3Cpath id='close' d='M14.79,12.636,24.525,2.9a1.619,1.619,0,0,0-2.29-2.29L12.5,10.346,2.765.611A1.619,1.619,0,0,0,.475,2.9l9.734,9.735L.475,22.371a1.619,1.619,0,1,0,2.29,2.29L12.5,14.926l9.735,9.735a1.619,1.619,0,0,0,2.29-2.29Zm0,0' transform='translate(0 -0.136)' fill='%23FFF'/%3E%3C/svg%3E%0A");
    border-end-start-radius: 5px;
    background-size: 15px;
    cursor: pointer;
    transition: transform 0.25s ease-in-out;
  }
  html[dir=rtl] .header__menu-close {
    margin-right: auto;
  }
  html[dir=ltr] .header__menu-close {
    margin-left: auto;
  }
}
.header__nav-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 991.9px) {
  .header__nav-wrapper {
    position: fixed;
    top: 0;
    inset-inline-start: -300px;
    width: 300px;
    height: 100%;
    background: linear-gradient(#263570, #242f5c, #12100c);
    z-index: 999;
    flex-direction: column;
    align-items: stretch;
    transition: inset 0.25s ease-in-out;
    overflow: auto;
    padding-bottom: 60px;
    background: #fff;
  }
  header.active .header__nav-wrapper {
    inset-inline-start: 0;
  }
}
@media (max-width: 575.9px) {
  .header__nav-wrapper {
    width: 250px;
  }
}
@media (min-width: 992px) and (max-width: 1199.9px) {
  .header__nav {
    position: fixed;
    top: 0;
    inset-inline-start: -300px;
    width: 300px;
    height: 100%;
    background: linear-gradient(#263570, #242f5c, #12100c);
    z-index: 999;
    transition: inset 0.25s ease-in-out;
    overflow: auto;
    padding-bottom: 60px;
    background: #fff;
  }
  header.active .header__nav {
    inset-inline-start: 0;
  }
}
.header__links-list {
  display: flex;
  margin-bottom: 0;
  list-style: none;
  align-items: center;
  padding: 0%;
  gap: 1.25rem;
  padding: 0 2rem;
}
@media (max-width: 1399.9px) {
  .header__links-list {
    padding: 0 1.25rem;
    gap: 1.25rem;
  }
}
@media (max-width: 1199.9px) {
  .header__links-list {
    flex-direction: column;
    align-items: stretch;
    gap: 1rem;
    padding: 0 20px !important;
  }
}
@media (min-width: 1200px) and (max-width: 1399.9px) {
  .header__links-list {
    font-size: 0.875rem;
  }
}
.header__links-list > li.dropdown-wrapper {
  position: relative;
  gap: 0.35rem;
  align-items: center;
}
.header__links-list > li.dropdown-wrapper .header-main-link::before {
  content: "";
  width: 1.5rem;
  height: 1.5rem;
  display: inline-block;
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 9L12 15L18 9' stroke='%23306165' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-size: cover;
  transition: transform 0.25s ease-in-out;
}
@media (max-width: 1199.9px) {
  .header__links-list > li.dropdown-wrapper .header-main-link {
    width: 100%;
    justify-content: space-between;
  }
}
.header__links-list > li.dropdown-wrapper ul {
  list-style: none;
}
.header__links-list > li.dropdown-wrapper .header-main-link {
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  flex-direction: row-reverse;
  gap: 0.125rem;
}
.header__links-list > li.dropdown-wrapper .main-nav-dropdown {
  list-style: none;
  position: absolute;
  top: 40px;
  background: #fff;
  flex-direction: column;
  border-radius: 10px;
  box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.1);
  width: 300px;
  transition: all ease-in-out 0.25s;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
}
@media (max-width: 1199.9px) {
  .header__links-list > li.dropdown-wrapper .main-nav-dropdown {
    position: static;
    display: none;
    min-width: 100%;
    background: rgba(244, 238, 224, 0.5);
    box-shadow: none;
    border-radius: 0;
    width: 100%;
  }
}
.header__links-list > li.dropdown-wrapper .main-nav-dropdown li {
  margin: 0;
}
.header__links-list > li.dropdown-wrapper .main-nav-dropdown li:not(:last-of-type) a {
  border-bottom: 1px solid #e7dbbf;
}
.header__links-list > li.dropdown-wrapper .main-nav-dropdown li a {
  display: flex;
  justify-content: space-between;
  gap: 0.5rem;
  align-items: center;
  color: var(--black-color);
  text-decoration: none;
  transition: all 0.25s ease-in-out;
  padding: 0.75rem 1.5rem;
  font-size: 0.875rem;
  background-color: transparent;
}
.header__links-list > li.dropdown-wrapper .main-nav-dropdown li a:hover, .header__links-list > li.dropdown-wrapper .main-nav-dropdown li a.active {
  background-color: rgba(231, 219, 191, 0.4);
}
@media (min-width: 992px) {
  .header__links-list > li.dropdown-wrapper:hover .header-main-link {
    color: var(--secondary-color);
  }
  .header__links-list > li.dropdown-wrapper:hover .header-main-link::before {
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 9L12 15L18 9' stroke='%23BBA367' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    transform: rotate(180deg);
  }
}
.header__links-list > li.dropdown-wrapper:hover .main-nav-dropdown {
  opacity: 1;
  visibility: visible;
  top: 100%;
  z-index: 9;
  transition: all 0.35s ease-in-out;
}
@media (max-width: 1199.9px) {
  .header__links-list > li.dropdown-wrapper {
    width: 100%;
  }
  .header__links-list > li.dropdown-wrapper .main-nav-dropdown {
    position: static;
    display: none;
    width: 100%;
    transition: all ease-in-out 0.25s;
    opacity: 1;
    visibility: visible;
  }
  .header__links-list > li.dropdown-wrapper.active .main-nav-dropdown {
    display: block;
  }
  .header__links-list > li.dropdown-wrapper.active .header-main-link {
    color: var(--secondary-color);
  }
  .header__links-list > li.dropdown-wrapper.active .header-main-link::before {
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 9L12 15L18 9' stroke='%23BBA367' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    transform: rotate(180deg);
  }
}
.header__links-list > li .header-main-link {
  text-decoration: none;
  display: block;
  transition: color 0.25s ease-in-out;
  font-weight: 500;
  font-size: 18px;
  position: relative;
}
@media (min-width: 1200px) {
  .header__links-list > li .header-main-link {
    min-height: 80px;
    display: inline-flex;
    align-items: center;
  }
  .header__links-list > li .header-main-link::after {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    background: transparent;
    position: absolute;
    bottom: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    background: var(--secondary-color);
    transition: all 0.25s ease-in-out;
  }
}
.header__links-list > li .header-main-link.active {
  color: var(--secondary-color) !important;
  font-weight: bold;
}
@media (min-width: 1200px) {
  .header__links-list > li .header-main-link.active::after {
    opacity: 1;
    visibility: visible;
  }
  .header__links-list > li .header-main-link:hover {
    color: var(--secondary-color) !important;
  }
}
.header__tools {
  display: flex;
  gap: 1.5rem;
  margin-bottom: 0;
  list-style: none;
  align-items: center;
  padding-inline: 0;
}
@media (max-width: 1399.9px) {
  .header__tools {
    gap: 0.75rem;
  }
  html[dir=rtl] .header__tools {
    margin-right: auto;
  }
  html[dir=ltr] .header__tools {
    margin-left: auto;
  }
}
@media (max-width: 575.9px) {
  .header__tools {
    gap: 0.5rem;
  }
}
.header__menu-toggler {
  display: none;
}
@media (max-width: 1199.9px) {
  .header__menu-toggler {
    display: inline-flex;
    flex: 0 0 40px;
    width: 20px;
    height: 20px;
    background: #fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='23.969' viewBox='0 0 32 23.969'%3E%3Cpath id='Union_1' data-name='Union 1' d='M1.945,23.969a1.945,1.945,0,0,1,0-3.891H30.056a1.945,1.945,0,0,1,0,3.891Zm0-10.04a1.945,1.945,0,1,1,0-3.89H30.056a1.945,1.945,0,1,1,0,3.89Zm0-10.04a1.945,1.945,0,0,1,0-3.89H30.056a1.945,1.945,0,1,1,0,3.89Z' fill='%23306165'/%3E%3C/svg%3E%0A") center center no-repeat;
    -webkit-margin-end: 1rem;
            margin-inline-end: 1rem;
    background-size: 20px;
    cursor: pointer;
    transition: transform 0.25s ease-in-out;
  }
  .header__menu-toggler.active {
    background-color: var(--primary-color);
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='23.969' viewBox='0 0 32 23.969'%3E%3Cpath id='Union_1' data-name='Union 1' d='M1.945,23.969a1.945,1.945,0,0,1,0-3.891H30.056a1.945,1.945,0,0,1,0,3.891Zm0-10.04a1.945,1.945,0,1,1,0-3.89H30.056a1.945,1.945,0,1,1,0,3.89Zm0-10.04a1.945,1.945,0,0,1,0-3.89H30.056a1.945,1.945,0,1,1,0,3.89Z' fill='%23FFF'/%3E%3C/svg%3E%0A");
  }
}

.search__wrapper {
  position: relative;
}
.search__wrapper.active .search__dropdown {
  opacity: 1;
  visibility: visible;
  top: 40px;
}
.search__dropdown {
  position: absolute;
  padding: 1.25rem;
  background-color: #fff;
  box-shadow: 0 3px 26px rgba(0, 0, 0, 0.13);
  border-radius: 3px;
  width: 440px;
  inset-inline-end: 0;
  top: 50px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.25s ease-in-out;
}
.search__input {
  -webkit-padding-end: 7rem;
          padding-inline-end: 7rem;
}
.search__submit {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  inset-inline-end: 1.5rem;
  padding: 0.35rem 2rem 0.6rem;
}

.demo-modal {
  position: absolute;
  z-index: 99999;
  top: 50px;
  margin: auto;
  display: flex;
  opacity: 0;
  visibility: hidden;
  color: var(--primary-color);
  box-shadow: 0px 4px 25px 0px rgba(0, 0, 0, 0.1019607843);
  background-color: #fff;
  transition: top 0.3s ease-in-out, opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
  max-height: calc(100vh - 70px);
}
.demo-modal--active {
  top: 35px;
  opacity: 1;
  visibility: visible;
}
.demo-modal__close {
  position: absolute;
  padding: 0.75rem 1rem;
  top: 10px;
}
html[dir=rtl] .demo-modal__close {
  left: 10px;
}
html[dir=ltr] .demo-modal__close {
  right: 10px;
}
@media (max-width: 1199.9px) {
  .demo-modal__close {
    display: none;
  }
  .demo-modal {
    flex-direction: column;
    overflow: auto;
    border-radius: unset;
  }
  .demo-modal::-webkit-scrollbar {
    width: 5px;
    border-radius: 50px;
  }
  .demo-modal::-webkit-scrollbar-track {
    background: #dfdfdf;
    border-radius: 50px;
  }
  .demo-modal::-webkit-scrollbar-thumb {
    background: #008540;
    border-radius: 50px;
  }
}
.demo-modal .demo-form-wrapper {
  overflow: auto;
  margin: 1rem;
}
@media (max-width: 1199.9px) {
  .demo-modal .demo-form-wrapper {
    overflow: unset;
    margin: unset;
  }
}
.demo-modal .demo-form-wrapper::-webkit-scrollbar {
  width: 5px;
  border-radius: 50px;
}
.demo-modal .demo-form-wrapper::-webkit-scrollbar-track {
  background: #dfdfdf;
  border-radius: 50px;
}
.demo-modal .demo-form-wrapper::-webkit-scrollbar-thumb {
  background: #008540;
  border-radius: 50px;
}

.search__wrapper {
  position: relative;
}
.search__wrapper.active .search__dropdown {
  opacity: 1;
  visibility: visible;
  top: 40px;
}

.ac > .ac-header .ac-trigger::after, .ac .ac-trigger::after {
  content: url("../images/icons/accordion-icon.svg") !important;
  top: 23px;
  transform: rotate(180deg);
  transition: transform 300ms ease-in-out;
}
html[dir=rtl] .ac > .ac-header .ac-trigger::after, html[dir=rtl] .ac .ac-trigger::after {
  right: unset;
  left: 20px;
}
html[dir=ltr] .ac > .ac-header .ac-trigger::after, html[dir=ltr] .ac .ac-trigger::after {
  margin-left: 20px;
  right: 20px;
}

.ac.is-active {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  overflow: hidden;
}

.ac.is-active > .ac-header .ac-trigger::after, .ac .ac-trigger::after {
  transform: rotate(0deg);
}

.ac {
  margin-top: 0 !important;
  margin-bottom: 16px !important;
  border: unset !important;
}
html[dir=rtl] .ac-header button {
  text-align: right;
}
.ac .ac-trigger {
  background-color: #EFFFFB !important;
  color: #4C5768 !important;
  font-size: 24px;
  font-weight: 600;
  padding: 24px 20px !important;
}
.ac .ac-trigger:focus {
  color: #4C5768 !important;
}

.ac .ac-panel .ac-text {
  color: #858585 !important;
  font-size: 16px;
  font-weight: 400;
  background-color: #FFFFFF;
  padding: 24px 30px !important;
}

.vision ul {
  list-style: none;
}
html[dir=rtl] .vision ul {
  padding-right: 0.5rem;
}
html[dir=ltr] .vision ul {
  padding-left: 0.5rem;
}
.vision ul li {
  position: relative;
  display: flex;
  align-items: center;
  gap: 1.125rem;
  margin-bottom: 0.375rem;
}
.vision ul li:before {
  content: "";
  width: 4px;
  height: 4px;
  flex-shrink: 0;
  border-radius: 50%;
  background: #4C5768;
}

.about-content {
  padding: 3.5rem 0;
}
@media (max-width: 1199.9px) {
  .about-content > .container > div {
    grid-template-columns: repeat(1, 1fr);
  }
}
.about-content > .container > div p:nth-of-type(2) {
  width: calc(100% - 50px);
}
@media (max-width: 991.9px) {
  .about-content > .container > div p:nth-of-type(2) {
    width: 100%;
  }
}
.about-content > .container > div p:nth-of-type(3) {
  width: calc(100% - 150px);
}
@media (max-width: 991.9px) {
  .about-content > .container > div p:nth-of-type(3) {
    width: 100%;
  }
  .about-content > .container > div p {
    width: 100%;
    text-align: justify;
  }
}

.about-head {
  background: url(../images/demo/bg.png) no-repeat;
  background-size: cover;
}

.content-page {
  position: relative;
  padding: 40px 0;
  overflow: hidden;
}
.content-page::before {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='609' height='648' fill='none'%3E%3Cg opacity='.5'%3E%3Cpath fill='%23C1E6DC' d='M316.23 590.916c3.318-14.123 17.247-23.186 31.07-20.185 13.822 3 22.384 16.914 19.065 31.036-3.318 14.123-17.247 23.187-31.07 20.186-13.835-2.98-22.384-16.915-19.065-31.037Zm-10.997-2.354c-4.77 20.336 7.504 40.344 27.442 44.646 19.905 4.313 39.933-8.683 44.695-29.053 4.77-20.337-7.525-40.356-27.442-44.647-19.926-4.324-39.933 8.684-44.695 29.054Z'/%3E%3Cpath fill='url(%23a)' d='M202.533 127.64c.13.642.263 1.229.393 1.871l117.832-76.582c-.492-.394-.983-.788-1.454-1.17L202.533 127.64Zm1.364 5.577c.166.578.362 1.2.528 1.778L324.95 56.684c-.446-.425-.892-.85-1.33-1.242l-119.736 77.796.013-.021Zm3.853 10.433c.245.537.51 1.086.775 1.635l123.697-80.393a47.185 47.185 0 0 0-1.092-1.418L207.75 143.65Zm-6.14-21.875c.096.651.16 1.312.257 1.964l114.311-74.274a49.893 49.893 0 0 0-1.622-1.068l-112.958 73.399.012-.021Zm8.589 26.708c.298.539.588 1.045.878 1.551l124.214-80.722a91.095 91.095 0 0 0-.989-1.5l-124.136 80.681.033-.01Zm-4.577-9.937c.22.58.431 1.126.651 1.706l122.467-79.59c-.413-.434-.793-.878-1.206-1.312L205.61 138.567l.012-.021Zm-4.496-22.925c.019.692.07 1.375.101 2.045l109.891-71.4c-.582-.332-1.164-.664-1.758-.975l-108.234 70.33Zm15.5-48.802a78.225 78.225 0 0 0-2.799 3.94l50.65-32.926c-1.549.253-3.101.56-4.645.9l-43.227 28.074.021.012Zm9.993-10.855 19.432-12.626a75.476 75.476 0 0 0-10.167 5.559 74.289 74.289 0 0 0-9.244 7.079l-.021-.012Zm-16.916 21.785a82.962 82.962 0 0 0-1.524 3.106l67.622-43.945a50.485 50.485 0 0 0-3.382.087l-62.716 40.752Zm-6.42 17.096c-.195.825-.391 1.65-.566 2.488l89.908-58.436-2.424-.53-86.906 56.456-.012.022Zm2.449-8.06c-.331.919-.629 1.828-.927 2.737l80.05-52.02c-.932-.105-1.863-.21-2.807-.294L205.72 86.807l.012-.022Zm-3.882 15.448c-.105.764-.21 1.528-.294 2.303l97.902-63.615c-.705-.26-1.423-.5-2.152-.717l-95.444 62.008-.012.021Zm-.656 6.896c-.047.711-.066 1.467-.092 2.19l104.478-67.9a28.911 28.911 0 0 0-1.939-.85L201.182 109.15l.012-.021Zm18.442 52.603c.401.456.814.89 1.227 1.325l121.71-79.084a55.461 55.461 0 0 0-.631-1.695l-122.286 79.466-.02-.012Zm44.436 22.821c.965.096 1.908.18 2.864.242l74.951-48.68c.352-.907.695-1.847 1.006-2.778l-78.8 51.228-.021-.012Zm-14.784-3.294c.717.239 1.435.478 2.185.707l94.543-61.443c.105-.763.222-1.548.327-2.312l-97.055 63.048Zm6.915 1.928c.816.211 1.636.366 2.457.522l85.812-55.746c.207-.847.403-1.673.59-2.532l-88.859 57.756Zm17.137 1.825c1.166-.016 2.312-.044 3.473-.148l60.844-39.548c.587-1.029 1.111-2.093 1.627-3.19l-65.952 42.853.008.033Zm-60.334-31.889c.323.496.666 1.004.981 1.468l124.078-80.63a31.607 31.607 0 0 0-.877-1.55l-124.203 80.7.021.012Zm72.04 30.73c1.66-.303 3.282-.684 4.917-1.086l40.228-26.149a72.952 72.952 0 0 0 3.046-4.084l-48.191 31.319Zm32.22-14.475-10.545 6.848a84.06 84.06 0 0 0 5.415-3.215 87.97 87.97 0 0 0 5.142-3.655l-.012.022Zm-93.787-3.665c.446.425.892.85 1.342 1.22l119.444-77.622c-.166-.578-.353-1.167-.528-1.778L223.47 165.68l.009.033Zm4.25 3.703c.492.394.983.787 1.487 1.16L345.58 94.974c-.109-.63-.251-1.251-.372-1.86L227.75 169.427l-.021-.011Zm-11.579-11.859c.368.466.724.952 1.113 1.43l123.244-80.083c-.245-.537-.498-1.108-.755-1.623L216.159 157.59l-.009-.033Zm26.926 21.266c.639.279 1.299.571 1.951.829l101.714-66.098c.048-.711.087-1.455.114-2.178l-103.779 67.447Zm-5.616-2.806c.582.332 1.176.642 1.791.965l107.624-69.939a42.783 42.783 0 0 0-.088-2.067L237.46 176.017Zm-5.085-3.156c.536.362 1.073.725 1.622 1.067l112.473-73.08c-.076-.639-.16-1.312-.236-1.952l-113.839 73.976-.02-.011Z'/%3E%3Cpath fill='url(%23b)' d='M335.085 276.997c70.073 24.667 105.811 103.152 79.675 174.994-26.124 71.82-104.398 110.2-174.458 85.511-70.04-24.676-105.799-103.173-79.654-174.981 26.135-71.842 104.385-110.179 174.425-85.502l.012-.022Zm-79.526 218.55c47.498 16.73 100.552-9.258 118.257-57.967 17.726-48.698-6.502-101.875-54-118.606-47.477-16.718-100.532 9.27-118.258 57.967-17.725 48.698 6.511 101.909 53.988 118.627l.013-.021Z'/%3E%3Cpath fill='url(%23c)' d='m412.795 114.406 5.123-1.11 28.061 152.394-5.09 1.1-28.081-152.406-.013.022Zm8.436 152.274 5.09-1.101-26.516-144.045-5.11 1.089 26.536 144.057Zm-20.106-2.752 5.089-1.101-23.999-130.399-5.089 1.101 23.999 130.399ZM379.239 251.5l5.089-1.101-17.944-97.412-5.09 1.1 17.945 97.413Zm-23.913-23.409 5.09-1.101-7.816-42.452-5.09 1.1 7.816 42.453Zm103.61 30.48 5.09-1.101-26.504-144.066-5.09 1.101 26.516 144.044-.012.022Zm17.61-10.883 5.09-1.1-24.011-130.377-5.09 1.1 24.011 130.377Zm15.811-20.57 5.09-1.1-17.945-97.413-5.089 1.101 17.944 97.412Zm5.968-74.003 7.816 42.452 5.09-1.1-7.816-42.453-5.111 1.089.021.012Z'/%3E%3Cpath fill='url(%23d)' d='M475.479 330.958c-12.152-7.812-15.488-24.368-7.462-36.941 8.034-12.539 24.428-16.364 36.559-8.563 12.152 7.812 15.509 24.379 7.474 36.919-8.034 12.54-24.44 16.385-36.58 8.552m-6.365 9.999c17.509 11.265 41.047 5.781 52.602-12.304 11.577-18.072 6.751-41.867-10.757-53.132-17.509-11.266-41.059-5.76-52.603 12.304-11.576 18.072-6.751 41.866 10.737 53.12l.021.012Z'/%3E%3C/g%3E%3Cdefs%3E%3ClinearGradient id='a' x1='203.217' x2='344.431' y1='96.25' y2='129.332' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%2300A69D'/%3E%3Cstop offset='1' stop-color='%231FE2D9'/%3E%3C/linearGradient%3E%3ClinearGradient id='b' x1='416.032' x2='162.885' y1='452.072' y2='359.95' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23B8E1D6'/%3E%3Cstop offset='1' stop-color='%23F4FFFF'/%3E%3C/linearGradient%3E%3ClinearGradient id='c' x1='351.431' x2='508.236' y1='207.482' y2='178.606' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23B8E1D6'/%3E%3Cstop offset='1' stop-color='%23F4FFFF'/%3E%3C/linearGradient%3E%3ClinearGradient id='d' x1='520.974' x2='457.489' y1='329.48' y2='288.86' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23B8E1D6'/%3E%3Cstop offset='1' stop-color='%23F4FFFF'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E");
  position: absolute;
  top: -150px;
  z-index: -1;
}
html[dir=rtl] .content-page::before {
  right: -200px;
}
html[dir=ltr] .content-page::before {
  left: -200px;
}
.content-page::after {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='652' height='652' fill='none'%3E%3Cg opacity='.5'%3E%3Cpath fill='%23C1E6DC' d='M384.497 64.736c-6.927 12.746-22.754 17.814-35.295 11.273-12.541-6.542-17.128-22.221-10.201-34.968 6.927-12.746 22.754-17.814 35.295-11.272 12.558 6.523 17.128 22.22 10.201 34.967Zm9.986 5.172c9.966-18.358 3.406-40.894-14.691-50.305-18.062-9.411-40.809-2.16-50.776 16.232-9.967 18.358-3.389 40.911 14.69 50.305 18.079 9.428 40.809 2.16 50.777-16.232Z'/%3E%3Cpath fill='url(%23a)' d='M371.938 541.597c.045-.653.071-1.255.115-1.908l-133.861 42.78c.37.51.74 1.02 1.093 1.512l132.653-42.384Zm.157-5.739c-.008-.601-.033-1.253-.041-1.854l-136.916 43.737c.318.528.636 1.056.955 1.549l136.019-43.449-.017.017Zm-.965-11.08c-.094-.583-.205-1.182-.316-1.782L230.29 567.905c.215.564.447 1.11.679 1.656l140.161-44.783Zm.152 22.72c.078-.654.191-1.308.27-1.962l-129.857 41.483c.421.492.843.983 1.283 1.457l128.321-40.996-.017.018Zm-1.239-28.028c-.145-.599-.291-1.163-.437-1.728l-141.111 45.09c.181.564.361 1.128.558 1.709l141.025-45.072-.035.001Zm1.794 10.793c-.06-.617-.12-1.201-.179-1.818l-139.126 44.458c.284.529.534 1.057.818 1.585l138.504-44.243-.017.018Zm-1.713 23.298c.165-.672.296-1.344.443-1.999L245.732 591.44c.474.474.947.947 1.438 1.404l122.954-39.283Zm-27.826 42.984a78.007 78.007 0 0 0 3.739-3.062l-57.542 18.396c1.561.165 3.139.278 4.718.357l49.102-15.674-.017-.017Zm-12.503 7.834-22.074 7.052a75.4 75.4 0 0 0 11.273-2.68 74.385 74.385 0 0 0 10.784-4.389l.017.017Zm22.065-16.55a84.302 84.302 0 0 0 2.289-2.594l-76.82 24.547c1.077.31 2.173.568 3.285.809l71.246-22.762Zm10.702-14.796c.407-.745.813-1.49 1.203-2.251l-102.14 32.644 2.198 1.152 98.722-31.528.017-.017Zm-4.488 7.127c.562-.799 1.089-1.597 1.617-2.395l-90.939 29.056c.871.348 1.742.695 2.63 1.025l86.709-27.703-.017.017Zm7.82-13.876c.303-.709.606-1.418.892-2.144l-111.218 35.531a35.77 35.77 0 0 0 1.887 1.26l108.422-34.63.017-.017Zm2.452-6.478c.234-.674.451-1.398.667-2.089l-118.691 37.93c.543.472 1.086.91 1.646 1.331l116.395-37.19-.017.018Zm-3.909-55.605a46.505 46.505 0 0 0-.835-1.602L225.34 546.77c.042.6.101 1.218.161 1.801l138.919-44.387.017.017Zm-36.842-33.737a88.84 88.84 0 0 0-2.698-.989l-85.139 27.181a61.408 61.408 0 0 0-1.703 2.414l89.524-28.622.016.016Zm13.392 7.078c-.629-.419-1.258-.839-1.922-1.258l-107.403 34.322c-.303.709-.623 1.435-.926 2.144l110.251-35.208Zm-6.161-3.684a38.606 38.606 0 0 0-2.232-1.151l-97.48 31.131c-.424.762-.83 1.507-1.237 2.286l100.949-32.266Zm-16.049-6.282c-1.129-.292-2.241-.567-3.389-.773l-69.123 22.094c-.837.837-1.623 1.725-2.41 2.647l74.922-23.934v-.034Zm49.783 46.678a86.26 86.26 0 0 0-.559-1.674l-140.955 45.035c.129.582.275 1.147.438 1.728l141.093-45.072-.017-.017Zm-61.38-48.648c-1.681-.146-3.346-.206-5.029-.249l-45.702 14.608a72.535 72.535 0 0 0-4.015 3.136l54.746-17.495Zm-34.897 5.462 11.978-3.824c-2 .477-4.035 1.023-6.072 1.673a87.678 87.678 0 0 0-5.924 2.168l.018-.017Zm89.497 28.279c-.319-.528-.637-1.055-.973-1.531l-135.691 43.358c.008.601.033 1.219.04 1.854l136.623-43.647.001-.034Zm-3.123-4.693a47.05 47.05 0 0 0-1.128-1.511l-132.187 42.222c-.061.637-.088 1.273-.132 1.892l133.43-42.62.017.017Zm8.04 14.493c-.232-.546-.447-1.109-.696-1.672l-140.006 44.729c.094.583.188 1.2.3 1.765l140.402-44.856v.034Zm-20.361-27.616c-.543-.438-1.102-.893-1.663-1.314l-115.55 36.92a77.26 77.26 0 0 0-.684 2.071l117.897-37.677Zm4.677 4.188c-.474-.473-.965-.93-1.473-1.403l-122.264 39.066c-.164.672-.329 1.345-.46 2.017l124.197-39.68Zm4.072 4.387a51.003 51.003 0 0 0-1.283-1.458l-127.769 40.816c-.096.637-.192 1.308-.287 1.945l129.322-41.32.017.017Z'/%3E%3Cpath fill='url(%23b)' d='M283.487 362.557c-61.082-42.281-74.846-127.413-30.682-189.814 44.147-62.383 129.773-78.752 190.838-36.453 61.048 42.281 74.829 127.43 30.665 189.797-44.164 62.4-129.756 78.734-190.803 36.453l-.018.017Zm134.37-189.824c-41.401-28.669-99.432-17.599-129.361 24.713-29.946 42.295-20.607 99.981 20.795 128.65 41.384 28.652 99.415 17.582 129.361-24.713 29.945-42.295 20.607-100.015-20.777-128.667l-.018.017Z'/%3E%3Cpath fill='url(%23c)' d='m165.632 498.886-5.234-.281 13.14-154.397 5.2.281-13.124 154.415.018-.018Zm32.038-149.104-5.2-.281-12.427 145.937 5.216.298 12.411-145.954Zm18.668 7.96-5.199-.282-11.256 132.11 5.2.282 11.255-132.11Zm17.832 17.761-5.2-.281-8.392 98.695 5.199.282 8.393-98.696Zm16.889 28.889-5.2-.282-3.662 43.011 5.2.281 3.662-43.01Zm-91.897-56.736-5.2-.281-12.445 145.954 5.2.281 12.427-145.937.018-.017Zm-19.858 5.85-5.199-.281-11.238 132.093 5.2.281 11.237-132.093Zm-20.677 15.67-5.2-.281-8.392 98.695 5.199.282 8.393-98.696Zm-25.281 69.807 3.661-43.01-5.2-.282-3.661 43.011 5.216.298-.016-.017Z'/%3E%3Cpath fill='url(%23d)' d='M162.304 273.463c9.66 10.742 8.51 27.591-2.549 37.601-11.058 9.975-27.88 9.339-37.523-1.386-9.66-10.742-8.527-27.607 2.531-37.583 11.058-9.976 27.898-9.357 37.541 1.402m8.777-7.965c-13.916-15.486-38.067-16.406-53.985-2.011-15.934 14.378-17.557 38.603-3.641 54.088 13.916 15.486 38.085 16.388 53.985 2.011 15.934-14.378 17.557-38.602 3.658-54.071l-.017-.017Z'/%3E%3C/g%3E%3Cdefs%3E%3ClinearGradient id='a' x1='362.997' x2='235.515' y1='571.694' y2='502.527' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%2300A69D'/%3E%3Cstop offset='1' stop-color='%231FE2D9'/%3E%3C/linearGradient%3E%3ClinearGradient id='b' x1='251.599' x2='471.472' y1='172.329' y2='327.976' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23B8E1D6'/%3E%3Cstop offset='1' stop-color='%23F4FFFF'/%3E%3C/linearGradient%3E%3ClinearGradient id='c' x1='249.379' x2='90.511' y1='425.298' y2='411.78' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23B8E1D6'/%3E%3Cstop offset='1' stop-color='%23F4FFFF'/%3E%3C/linearGradient%3E%3ClinearGradient id='d' x1='118.031' x2='168.55' y1='262.886' y2='318.815' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23B8E1D6'/%3E%3Cstop offset='1' stop-color='%23F4FFFF'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E");
  position: absolute;
  bottom: -150px;
  z-index: -1;
}
html[dir=rtl] .content-page::after {
  left: -200px;
}
html[dir=ltr] .content-page::after {
  right: -200px;
}
.content-page blockquote,
.content-page dl,
.content-page dd,
.content-page h1,
.content-page h2,
.content-page h3,
.content-page h4,
.content-page h5,
.content-page h6,
.content-page hr,
.content-page figure,
.content-page p,
.content-page pre {
  margin-bottom: 1rem;
}

#faqs-section {
  position: relative;
  background-image: url("/assets/images/background/faq-bg.svg");
  background-repeat: no-repeat;
}
html[dir=rtl] #faqs-section {
  background-position: top 0px left 24px;
}
html[dir=ltr] #faqs-section {
  background-position: top 0px right 24px;
}
@media (min-width: 992px) {
  html[dir=rtl] #faqs-section {
    background-position: top 184px right 20px;
  }
  html[dir=ltr] #faqs-section {
    background-position: top 184px left 20px;
  }
}

#features {
  position: relative;
  background-repeat: no-repeat;
  background-image: url("../images/background/mask-group.png");
  background-position: bottom 0px right 0px;
}

#features-hero {
  position: relative;
  background-image: url("../images/feature-hero.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
}

#best-care {
  position: relative;
  overflow: hidden;
}
#best-care::before {
  content: "";
  top: 25%;
  width: 565px;
  height: 540px;
  position: absolute;
  background: url("/assets/images/background/bestcare-bg.svg") 0 0 repeat;
}
html[dir=rtl] #best-care::before {
  transform: scaleX(-1);
  left: -60px;
}
html[dir=ltr] #best-care::before {
  right: -60px;
}

@media (max-width: 1199.9px) {
  .business_vertical__swiper .swiper-wrapper {
    align-items: center;
  }
}
.business_vertical__swiper .swiper-slide {
  font-size: 1.5rem;
  font-weight: 700;
  color: #7E8299;
}
@media (max-width: 1199.9px) {
  .business_vertical__swiper .swiper-slide {
    font-size: 1rem;
  }
}
.business_vertical__swiper .swiper-slide-active p {
  border-radius: 99px;
  font-size: 2rem;
  font-weight: 700;
  color: #4C5768;
  padding: 12px 24px 12px 24px;
  background: #EFFFFB;
}
@media (max-width: 1199.9px) {
  .business_vertical__swiper .swiper-slide-active p {
    font-size: 1.5rem;
  }
}
.placeholder\:text-\[\#ffffff\]::-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.placeholder\:text-\[\#ffffff\]::placeholder {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.placeholder\:opacity-\[0\.25\]::-moz-placeholder {
  opacity: 0.25;
}
.placeholder\:opacity-\[0\.25\]::placeholder {
  opacity: 0.25;
}
.before\:absolute::before {
  content: var(--tw-content);
  position: absolute;
}
.before\:left-0::before {
  content: var(--tw-content);
  left: 0px;
}
.before\:top-0::before {
  content: var(--tw-content);
  top: 0px;
}
.before\:-z-10::before {
  content: var(--tw-content);
  z-index: -10;
}
.before\:z-20::before {
  content: var(--tw-content);
  z-index: 20;
}
.before\:h-\[calc\(100\%-100px\)\]::before {
  content: var(--tw-content);
  height: calc(100% - 100px);
}
.before\:h-full::before {
  content: var(--tw-content);
  height: 100%;
}
.before\:h-screen::before {
  content: var(--tw-content);
  height: 100vh;
}
.before\:w-full::before {
  content: var(--tw-content);
  width: 100%;
}
.before\:bg-black-700\/25::before {
  content: var(--tw-content);
  background-color: rgb(0 0 0 / 0.25);
}
.before\:bg-gray-700::before {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(76 87 104 / var(--tw-bg-opacity));
}
.before\:bg-gradient-to-b::before {
  content: var(--tw-content);
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
}
.before\:from-\[rgba\(0\2c 0\2c 0\2c 0\.95\)\]::before {
  content: var(--tw-content);
  --tw-gradient-from: rgba(0,0,0,0.95) var(--tw-gradient-from-position);
  --tw-gradient-from-position:  ;
  --tw-gradient-to: rgba(0, 0, 0, 0)  var(--tw-gradient-from-position);
  --tw-gradient-to-position:  ;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.before\:via-\[rgba\(22\2c 25\2c 28\2c 0\.95\)\]::before {
  content: var(--tw-content);
  --tw-gradient-via-position:  ;
  --tw-gradient-to: rgba(22, 25, 28, 0)  var(--tw-gradient-to-position);
  --tw-gradient-to-position:  ;
  --tw-gradient-stops: var(--tw-gradient-from), rgba(22,25,28,0.95) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.before\:via-25\%::before {
  content: var(--tw-content);
  --tw-gradient-via-position: 25%;
}
.before\:to-\[transparent\]::before {
  content: var(--tw-content);
  --tw-gradient-to: transparent var(--tw-gradient-to-position);
  --tw-gradient-to-position:  ;
}
.last\:mb-0:last-child {
  margin-bottom: 0px;
}
.odd\:flex-row-reverse:nth-child(odd) {
  flex-direction: row-reverse;
}
.even\:flex-row-reverse:nth-child(even) {
  flex-direction: row-reverse;
}
.hover\:rounded-\[35px\]:hover {
  border-radius: 35px;
}
.hover\:text-\[\#07a7b0\]:hover {
  --tw-text-opacity: 1;
  color: rgb(7 167 176 / var(--tw-text-opacity));
}
.hover\:text-white-700:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.hover\:\!opacity-\[1\]:hover {
  opacity: 1 !important;
}
.focus\:outline-none:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.group.active .group-\[\.active\]\:translate-y-0 {
  --tw-translate-y: 0px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
:is([dir="ltr"] .ltr\:-left-\[140px\]) {
  left: -140px;
}
:is([dir="ltr"] .ltr\:left-\[-120px\]) {
  left: -120px;
}
:is([dir="ltr"] .ltr\:right-\[-37px\]) {
  right: -37px;
}
:is([dir="ltr"] .ltr\:right-\[20px\]) {
  right: 20px;
}
:is([dir="ltr"] .ltr\:right-\[38px\]) {
  right: 38px;
}
:is([dir="ltr"] .ltr\:ml-auto) {
  margin-left: auto;
}
:is([dir="ltr"] .ltr\:rounded-bl-\[50px\]) {
  border-bottom-left-radius: 50px;
}
:is([dir="ltr"] .ltr\:rounded-br-\[50px\]) {
  border-bottom-right-radius: 50px;
}
:is([dir="ltr"] .ltr\:rounded-tl-\[50px\]) {
  border-top-left-radius: 50px;
}
:is([dir="ltr"] .ltr\:rounded-tr-\[50px\]) {
  border-top-right-radius: 50px;
}
:is([dir="ltr"] .ltr\:pl-10) {
  padding-left: 2.5rem;
}
:is([dir="ltr"] .ltr\:text-left) {
  text-align: left;
}
:is([dir="ltr"] .ltr\:leading-8) {
  line-height: 2rem;
}
:is([dir="rtl"] .rtl\:-right-\[140px\]) {
  right: -140px;
}
:is([dir="rtl"] .rtl\:left-\[-37px\]) {
  left: -37px;
}
:is([dir="rtl"] .rtl\:left-\[20px\]) {
  left: 20px;
}
:is([dir="rtl"] .rtl\:left-\[38px\]) {
  left: 38px;
}
:is([dir="rtl"] .rtl\:right-0) {
  right: 0px;
}
:is([dir="rtl"] .rtl\:right-\[-120px\]) {
  right: -120px;
}
:is([dir="rtl"] .rtl\:mr-auto) {
  margin-right: auto;
}
:is([dir="rtl"] .rtl\: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));
}
:is([dir="rtl"] .rtl\:scale-\[-1\]) {
  --tw-scale-x: -1;
  --tw-scale-y: -1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
:is([dir="rtl"] .rtl\:scale-x-\[-1\]) {
  --tw-scale-x: -1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
:is([dir="rtl"] .rtl\:rounded-bl-\[50px\]) {
  border-bottom-left-radius: 50px;
}
:is([dir="rtl"] .rtl\:rounded-br-\[50px\]) {
  border-bottom-right-radius: 50px;
}
:is([dir="rtl"] .rtl\:rounded-tl-\[50px\]) {
  border-top-left-radius: 50px;
}
:is([dir="rtl"] .rtl\:rounded-tr-\[50px\]) {
  border-top-right-radius: 50px;
}
:is([dir="rtl"] .rtl\:\!pr-\[8px\]) {
  padding-right: 8px !important;
}
:is([dir="rtl"] .rtl\:pr-10) {
  padding-right: 2.5rem;
}
:is([dir="rtl"] .rtl\:text-right) {
  text-align: right;
}
:is([dir="rtl"] .rtl\:leading-10) {
  line-height: 2.5rem;
}
@media not all and (min-width: 1400px) {

  .max-2xl\:flex-\[0_0_100\%\] {
    flex: 0 0 100%;
  }
}
@media not all and (min-width: 1200px) {

  .max-xl\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }

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

  .max-xl\:flex {
    display: flex;
  }

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

  .max-xl\:aspect-\[1\.9\] {
    aspect-ratio: 1.9;
  }

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

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

  .max-xl\:flex-1 {
    flex: 1 1 0%;
  }

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

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

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

  .max-xl\:items-start {
    align-items: flex-start;
  }

  .max-xl\:justify-start {
    justify-content: flex-start;
  }

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

  .max-xl\:gap-20 {
    gap: 5rem;
  }

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

  .max-xl\:gap-8 {
    gap: 2rem;
  }

  .max-xl\:\!rounded-\[unset\] {
    border-radius: unset !important;
  }

  .max-xl\:bg-\[linear-gradient\(\#16707A_100\%\2c \#07A7B0_100\%\)\] {
    background-image: linear-gradient(#16707A 100%,#07A7B0 100%);
  }

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

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

  :is([dir="ltr"] .max-xl\:ltr\:-left-\[100px\]) {
    left: -100px;
  }

  :is([dir="rtl"] .max-xl\:rtl\:-right-\[100px\]) {
    right: -100px;
  }
}
@media not all and (min-width: 992px) {

  .max-lg\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }

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

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

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

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

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

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

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

  .max-lg\:gap-14 {
    gap: 3.5rem;
  }

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

  .max-lg\:text-xl {
    font-size: 1.625rem;
    line-height: 1.26;
    font-weight: 500;
  }
}
@media not all and (min-width: 768px) {

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

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

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

  .max-md\:\!h-\[50px\] {
    height: 50px !important;
  }

  .max-md\:\!w-\[50px\] {
    width: 50px !important;
  }

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

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

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

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

  .max-md\:text-base {
    font-size: 1.125rem;
    line-height: 1.25;
    font-weight: 400;
  }

  .max-md\:text-lg {
    font-size: 1.25rem;
    line-height: 1.5;
    font-weight: 500;
  }

  .max-md\:text-sm {
    font-size: .875rem;
    line-height: 1.25;
    font-weight: 400;
  }

  :is([dir="ltr"] .max-md\:ltr\:-left-\[50px\]) {
    left: -50px;
  }

  :is([dir="rtl"] .max-md\:rtl\:-right-\[50px\]) {
    right: -50px;
  }
}
@media not all and (min-width: 576px) {

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

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

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

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

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

  .max-sm\:flex-wrap {
    flex-wrap: wrap;
  }

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

  :is([dir="ltr"] .max-sm\:ltr\:left-\[125px\]) {
    left: 125px;
  }

  :is([dir="rtl"] .max-sm\:rtl\:right-\[125px\]) {
    right: 125px;
  }
}
@media (min-width: 430px) {

  .xs\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 576px) {

  .sm\:hidden {
    display: none;
  }

  .sm\:w-\[calc\(100\%\+250px\)\] {
    width: calc(100% + 250px);
  }

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

  .sm\:max-w-none {
    max-width: none;
  }

  .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\:gap-2 {
    gap: 0.5rem;
  }

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

  .sm\:text-base {
    font-size: 1.125rem;
    line-height: 1.25;
    font-weight: 400;
  }
}
@media (min-width: 768px) {

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

  .md\:hidden {
    display: none;
  }

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

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

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

  .md\:py-\[0\.85rem\] {
    padding-top: 0.85rem;
    padding-bottom: 0.85rem;
  }

  .md\:text-xl {
    font-size: 1.625rem;
    line-height: 1.26;
    font-weight: 500;
  }

  :is([dir="ltr"] .ltr\:md\:ml-auto) {
    margin-left: auto;
  }

  :is([dir="rtl"] .rtl\:md\:mr-auto) {
    margin-right: auto;
  }
}
@media (min-width: 992px) {

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .lg\:py-20 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}
@media (min-width: 1200px) {

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

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

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

  .xl\:flex {
    display: flex;
  }

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

  .xl\:w-\[calc\(100\%-70px\)\] {
    width: calc(100% - 70px);
  }

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

  .xl\:max-w-none {
    max-width: none;
  }

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

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

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

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

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

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

  .xl\:gap-40 {
    gap: 10rem;
  }

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

  .xl\:pe-8 {
    -webkit-padding-end: 2rem;
            padding-inline-end: 2rem;
  }

  .xl\:pt-20 {
    padding-top: 5rem;
  }

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

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

  :is([dir="ltr"] .xl\:ltr\:float-right) {
    float: right;
  }

  :is([dir="ltr"] .xl\:ltr\:-ml-\[450px\]) {
    margin-left: -450px;
  }

  :is([dir="ltr"] .xl\:ltr\:-mr-\[10rem\]) {
    margin-right: -10rem;
  }

  :is([dir="rtl"] .xl\:rtl\:float-left) {
    float: left;
  }

  :is([dir="rtl"] .xl\:rtl\:-ml-\[250px\]) {
    margin-left: -250px;
  }

  :is([dir="rtl"] .xl\:rtl\:-mr-\[10rem\]) {
    margin-right: -10rem;
  }
}
.\[\&\:nth-of-type\(1\)\]\:text-gray-700:nth-of-type(1) {
  --tw-text-opacity: 1;
  color: rgb(76 87 104 / var(--tw-text-opacity));
}
.\[\&\:nth-of-type\(2\)\]\:bg-gray-700:nth-of-type(2) {
  --tw-bg-opacity: 1;
  background-color: rgb(76 87 104 / var(--tw-bg-opacity));
}
.\[\&\:nth-of-type\(2\)\]\:text-white-700:nth-of-type(2) {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
/*# sourceMappingURL=style.css.map */
