@charset "UTF-8";
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Light.woff2") format("woff2"), url("../fonts/Montserrat-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-LightItalic.woff2") format("woff2"), url("Montserrat-LightItalic.woff") format("woff");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Regular.woff2") format("woff2"), url("../fonts/Montserrat-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Medium.woff2") format("woff2"), url("../fonts/Montserrat-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-MediumItalic.woff2") format("woff2"), url("../fonts/Montserrat-MediumItalic.woff") format("woff");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Bold.woff2") format("woff2"), url("../fonts/Montserrat-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-ExtraBold.woff2") format("woff2"), url("Montserrat-ExtraBold.woff") format("woff");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
:root {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-black: #000;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-primary: #616f95;
  --bs-secondary: #dcebf2;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #eef3f5;
  --bs-dark: #212529;
  --bs-primary-rgb: 97, 111, 149;
  --bs-secondary-rgb: 220, 235, 242;
  --bs-success-rgb: 25, 135, 84;
  --bs-info-rgb: 13, 202, 240;
  --bs-warning-rgb: 255, 193, 7;
  --bs-danger-rgb: 220, 53, 69;
  --bs-light-rgb: 238, 243, 245;
  --bs-dark-rgb: 33, 37, 41;
  --bs-primary-text-emphasis: #272c3c;
  --bs-secondary-text-emphasis: #585e61;
  --bs-success-text-emphasis: #0a3622;
  --bs-info-text-emphasis: #055160;
  --bs-warning-text-emphasis: #664d03;
  --bs-danger-text-emphasis: #58151c;
  --bs-light-text-emphasis: #495057;
  --bs-dark-text-emphasis: #495057;
  --bs-primary-bg-subtle: #dfe2ea;
  --bs-secondary-bg-subtle: #f8fbfc;
  --bs-success-bg-subtle: #d1e7dd;
  --bs-info-bg-subtle: #cff4fc;
  --bs-warning-bg-subtle: #fff3cd;
  --bs-danger-bg-subtle: #f8d7da;
  --bs-light-bg-subtle: #fcfcfd;
  --bs-dark-bg-subtle: #ced4da;
  --bs-primary-border-subtle: #c0c5d5;
  --bs-secondary-border-subtle: #f1f7fa;
  --bs-success-border-subtle: #a3cfbb;
  --bs-info-border-subtle: #9eeaf9;
  --bs-warning-border-subtle: #ffe69c;
  --bs-danger-border-subtle: #f1aeb5;
  --bs-light-border-subtle: #e9ecef;
  --bs-dark-border-subtle: #adb5bd;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-font-sans-serif: "Montserrat", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #212529;
  --bs-body-color-rgb: 33, 37, 41;
  --bs-body-bg: #fff;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-emphasis-color: #000;
  --bs-emphasis-color-rgb: 0, 0, 0;
  --bs-secondary-color: rgba(33, 37, 41, 0.75);
  --bs-secondary-color-rgb: 33, 37, 41;
  --bs-secondary-bg: #e9ecef;
  --bs-secondary-bg-rgb: 233, 236, 239;
  --bs-tertiary-color: rgba(33, 37, 41, 0.5);
  --bs-tertiary-color-rgb: 33, 37, 41;
  --bs-tertiary-bg: #f8f9fa;
  --bs-tertiary-bg-rgb: 248, 249, 250;
  --bs-heading-color: inherit;
  --bs-link-color: #616f95;
  --bs-link-color-rgb: 97, 111, 149;
  --bs-link-decoration: underline;
  --bs-link-hover-color: #4e5977;
  --bs-link-hover-color-rgb: 78, 89, 119;
  --bs-code-color: #d63384;
  --bs-highlight-bg: #fff3cd;
  --bs-border-width: 1px;
  --bs-border-style: solid;
  --bs-border-color: #dee2e6;
  --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
  --bs-border-radius: 0.375rem;
  --bs-border-radius-sm: 0.25rem;
  --bs-border-radius-lg: 0.5rem;
  --bs-border-radius-xl: 1rem;
  --bs-border-radius-xxl: 2rem;
  --bs-border-radius-2xl: var(--bs-border-radius-xxl);
  --bs-border-radius-pill: 50rem;
  --bs-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  --bs-box-shadow-sm: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  --bs-box-shadow-lg: 0 1rem 3rem rgba(0, 0, 0, 0.175);
  --bs-box-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, 0.075);
  --bs-focus-ring-width: 0.25rem;
  --bs-focus-ring-opacity: 0.25;
  --bs-focus-ring-color: rgba(97, 111, 149, 0.25);
  --bs-form-valid-color: #198754;
  --bs-form-valid-border-color: #198754;
  --bs-form-invalid-color: #dc3545;
  --bs-form-invalid-border-color: #dc3545;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}

body {
  margin: 0;
  font-family: var(--bs-body-font-family);
  font-size: var(--bs-body-font-size);
  font-weight: var(--bs-body-font-weight);
  line-height: var(--bs-body-line-height);
  color: var(--bs-body-color);
  text-align: var(--bs-body-text-align);
  background-color: var(--bs-body-bg);
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

 h5, .h5, h4, .h4, h2, .h2, h1, .h1 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 700;
  line-height: 1.375;
  color: var(--bs-heading-color);
}

h1, .h1 {
  font-size: calc(1.425rem + 2.1vw);
}
@media (min-width: 1200px) {
  h1, .h1 {
    font-size: 3rem;
  }
}

h2, .h2 {
  font-size: clamp(1.75rem, 1.4722rem + 0.8889vw, 2.25rem);
}

h4, .h4 {
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  h4, .h4 {
    font-size: 1.5rem;
  }
}

h5, .h5 {
  font-size: 1.25rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}


ul {
  padding-left: 2rem;
}


ul {
  margin-top: 0;
  margin-bottom: 1rem;
}


ul ul {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: 800;
}

a {
  color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 1));
  text-decoration: underline;
}
a:hover {
  --bs-link-color-rgb: var(--bs-link-hover-color-rgb);
}

a:not([href]):not([class]), a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}


code {
  font-family: var(--bs-font-monospace);
  font-size: 1em;
}

code {
  font-size: 0.875em;
  color: var(--bs-code-color);
  word-wrap: break-word;
}
a > code {
  color: inherit;
}

figure {
  margin: 0 0 1rem;
}

img,
svg {
  vertical-align: middle;
}

table {
  caption-side: bottom;
  border-collapse: collapse;
}

caption {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: var(--bs-secondary-color);
  text-align: left;
}

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

thead,
tbody,
tfoot,
tr,
td,
th {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}

label {
  display: inline-block;
}

button {
  border-radius: 0;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}
select:disabled {
  opacity: 1;
}

[list]:not([type=date]):not([type=datetime-local]):not([type=month]):not([type=week]):not([type=time])::-webkit-calendar-picker-indicator {
  display: none !important;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}
button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

textarea {
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: calc(1.275rem + 0.3vw);
  line-height: inherit;
}
@media (min-width: 1200px) {
  legend {
    font-size: 1.5rem;
  }
}
legend + * {
  clear: left;
}

::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field {
  padding: 0;
}

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

/* rtl:raw:
[type="tel"],
[type="url"],
[type="email"],
[type="number"] {
  direction: ltr;
}
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-color-swatch-wrapper {
  padding: 0;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

::file-selector-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

progress {
  vertical-align: baseline;
}

[hidden] {
  display: none !important;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.blockquote {
  margin-bottom: 0;
  font-size: clamp(0.875rem, 0.5179rem + 1.1429vw, 1.375rem);
}
.blockquote > :last-child {
  margin-bottom: 0;
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

.figure {
  display: inline-block;
}

.container {
  --bs-gutter-x: 2rem;
  --bs-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
   .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
   .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
   .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
   .container {
    max-width: 1200px;
  }
}
:root {
  --bs-breakpoint-xs: 0;
  --bs-breakpoint-sm: 576px;
  --bs-breakpoint-md: 768px;
  --bs-breakpoint-lg: 992px;
  --bs-breakpoint-xl: 1200px;
}

.row {
  --bs-gutter-x: 2rem;
  --bs-gutter-y: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}
.row > * {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}

.col {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0%;
          flex: 1 0 0%;
}

.col-10 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 83.33333333%;
}

.g-0 {
  --bs-gutter-x: 0;
}

.g-0 {
  --bs-gutter-y: 0;
}

.g-4 {
  --bs-gutter-x: 1.5rem;
}

.g-4 {
  --bs-gutter-y: 1.5rem;
}
@media (min-width: 768px) {
  .col-md-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .col-md-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 75%;
  }
}
@media (min-width: 992px) {
  .col-lg-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-lg-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-lg-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-lg-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-lg-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 83.33333333%;
  }
  .g-lg-5 {
    --bs-gutter-x: 3rem;
  }
  .g-lg-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1200px) {
  .col-xl-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xl-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .col-xl-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xl-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 66.66666667%;
  }
}

.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #616f95;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #eef3f5;
  background-clip: padding-box;
  border: var(--bs-border-width) solid #eef3f5;
  border-radius: var(--bs-border-radius);
  -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control {
    -webkit-transition: none;
    transition: none;
  }
}
.form-control[type=file] {
  overflow: hidden;
}
.form-control[type=file]:not(:disabled):not([readonly]) {
  cursor: pointer;
}
.form-control:focus {
  color: #616f95;
  background-color: #eef3f5;
  border-color: #b0b7ca;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(97, 111, 149, 0.25);
          box-shadow: 0 0 0 0.25rem rgba(97, 111, 149, 0.25);
}
.form-control::-webkit-date-and-time-value {
  min-width: 85px;
  height: 1.5em;
  margin: 0;
}
.form-control::-webkit-datetime-edit {
  display: block;
  padding: 0;
}
.form-control::-webkit-input-placeholder {
  color: #88969d;
  opacity: 1;
}
.form-control::-moz-placeholder {
  color: #88969d;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #88969d;
  opacity: 1;
}
.form-control::-ms-input-placeholder {
  color: #88969d;
  opacity: 1;
}
.form-control::placeholder {
  color: #88969d;
  opacity: 1;
}
.form-control:disabled {
  background-color: var(--bs-secondary-bg);
  opacity: 1;
}
.form-control::-webkit-file-upload-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  -webkit-margin-end: 0.75rem;
          margin-inline-end: 0.75rem;
  color: #616f95;
  background-color: var(--bs-tertiary-bg);
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: var(--bs-border-width);
  border-radius: 0;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}
.form-control::file-selector-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  -webkit-margin-end: 0.75rem;
          margin-inline-end: 0.75rem;
  color: #616f95;
  background-color: var(--bs-tertiary-bg);
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: var(--bs-border-width);
  border-radius: 0;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control::-webkit-file-upload-button {
    -webkit-transition: none;
    transition: none;
  }
  .form-control::file-selector-button {
    -webkit-transition: none;
    transition: none;
  }
}
.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
  background-color: var(--bs-secondary-bg);
}
.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
  background-color: var(--bs-secondary-bg);
}

.form-control-lg {
  min-height: calc(1.5em + 20px + calc(var(--bs-border-width) * 2));
  padding: 10px 1rem;
  font-size: clamp(0.75rem, 0.3929rem + 1.1429vw, 1.25rem);
  border-radius: var(--bs-border-radius-lg);
}
.form-control-lg::-webkit-file-upload-button {
  padding: 10px 1rem;
  margin: -10px -1rem;
  -webkit-margin-end: 1rem;
          margin-inline-end: 1rem;
}
.form-control-lg::file-selector-button {
  padding: 10px 1rem;
  margin: -10px -1rem;
  -webkit-margin-end: 1rem;
          margin-inline-end: 1rem;
}

textarea.form-control {
  min-height: calc(1.5em + 0.75rem + calc(var(--bs-border-width) * 2));
}
textarea.form-control-lg {
  min-height: calc(1.5em + 20px + calc(var(--bs-border-width) * 2));
}

.form-select {
  --bs-form-select-bg-img: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='rgba%2897, 111, 149, 0.6%29' viewBox='0 0 16 16'%3E%3Cpath d='M7.247 11.14 2.451 5.658C1.885 5.013 2.345 4 3.204 4h9.592a1 1 0 0 1 .753 1.659l-4.796 5.48a1 1 0 0 1-1.506 0z'/%3E%3C/svg%3E");
  display: block;
  width: 100%;
  padding: 0.375rem 2.25rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #616f95;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #eef3f5;
  background-image: var(--bs-form-select-bg-img), var(--bs-form-select-bg-icon, none);
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
  border: var(--bs-border-width) solid #eef3f5;
  border-radius: var(--bs-border-radius);
  -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-select {
    -webkit-transition: none;
    transition: none;
  }
}
.form-select:focus {
  border-color: #b0b7ca;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(97, 111, 149, 0.25);
          box-shadow: 0 0 0 0.25rem rgba(97, 111, 149, 0.25);
}
.form-select[multiple] {
  padding-right: 0.75rem;
  background-image: none;
}
.form-select:disabled {
  background-color: var(--bs-secondary-bg);
}
.form-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #616f95;
}

.form-select-lg {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 1rem;
  font-size: clamp(0.75rem, 0.3929rem + 1.1429vw, 1.25rem);
  border-radius: var(--bs-border-radius-lg);
}

.btn {
  --bs-btn-padding-x: 30px;
  --bs-btn-padding-y: 12px;
  --bs-btn-font-family: ;
  --bs-btn-font-size: 1rem;
  --bs-btn-font-weight: 600;
  --bs-btn-line-height: 1.5;
  --bs-btn-color: var(--bs-body-color);
  --bs-btn-bg: transparent;
  --bs-btn-border-width: 2px;
  --bs-btn-border-color: transparent;
  --bs-btn-border-radius: 0;
  --bs-btn-hover-border-color: transparent;
  --bs-btn-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  --bs-btn-disabled-opacity: 0.65;
  --bs-btn-focus-box-shadow: 0 0 0 0.25rem rgba(var(--bs-btn-focus-shadow-rgb), .5);
  display: inline-block;
  padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
  font-family: var(--bs-btn-font-family);
  font-size: var(--bs-btn-font-size);
  font-weight: var(--bs-btn-font-weight);
  line-height: var(--bs-btn-line-height);
  color: var(--bs-btn-color);
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  border: var(--bs-btn-border-width) solid var(--bs-btn-border-color);
  border-radius: var(--bs-btn-border-radius);
  background-color: var(--bs-btn-bg);
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .btn {
    -webkit-transition: none;
    transition: none;
  }
}
.btn:hover {
  color: var(--bs-btn-hover-color);
  background-color: var(--bs-btn-hover-bg);
  border-color: var(--bs-btn-hover-border-color);
}
.btn:focus-visible {
  color: var(--bs-btn-hover-color);
  background-color: var(--bs-btn-hover-bg);
  border-color: var(--bs-btn-hover-border-color);
  outline: 0;
  -webkit-box-shadow: var(--bs-btn-focus-box-shadow);
          box-shadow: var(--bs-btn-focus-box-shadow);
}
 :not(.btn-check) + .btn:active, .btn:first-child:active, .btn.active, .btn.show {
  color: var(--bs-btn-active-color);
  background-color: var(--bs-btn-active-bg);
  border-color: var(--bs-btn-active-border-color);
}
 :not(.btn-check) + .btn:active:focus-visible, .btn:first-child:active:focus-visible, .btn.active:focus-visible, .btn.show:focus-visible {
  -webkit-box-shadow: var(--bs-btn-focus-box-shadow);
          box-shadow: var(--bs-btn-focus-box-shadow);
}
.btn:disabled, .btn.disabled, fieldset:disabled .btn {
  color: var(--bs-btn-disabled-color);
  pointer-events: none;
  background-color: var(--bs-btn-disabled-bg);
  border-color: var(--bs-btn-disabled-border-color);
  opacity: var(--bs-btn-disabled-opacity);
}

.btn-primary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #616f95;
  --bs-btn-border-color: #616f95;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #525e7f;
  --bs-btn-hover-border-color: #4e5977;
  --bs-btn-focus-shadow-rgb: 121, 133, 165;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #4e5977;
  --bs-btn-active-border-color: #495370;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #616f95;
  --bs-btn-disabled-border-color: #616f95;
}

.btn-dark {
  --bs-btn-color: #fff;
  --bs-btn-bg: #212529;
  --bs-btn-border-color: #212529;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #424649;
  --bs-btn-hover-border-color: #373b3e;
  --bs-btn-focus-shadow-rgb: 66, 70, 73;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #4d5154;
  --bs-btn-active-border-color: #373b3e;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #212529;
  --bs-btn-disabled-border-color: #212529;
}

.btn-outline-primary {
  --bs-btn-color: #616f95;
  --bs-btn-border-color: #616f95;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #616f95;
  --bs-btn-hover-border-color: #616f95;
  --bs-btn-focus-shadow-rgb: 97, 111, 149;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #616f95;
  --bs-btn-active-border-color: #616f95;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #616f95;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #616f95;
  --bs-gradient: none;
}

.btn-lg {
  --bs-btn-padding-y: 0.5rem;
  --bs-btn-padding-x: 1rem;
  --bs-btn-font-size: 1.25rem;
  --bs-btn-border-radius: 0;
}

.nav {
  --bs-nav-link-padding-x: 1rem;
  --bs-nav-link-padding-y: 0.5rem;
  --bs-nav-link-font-weight: ;
  --bs-nav-link-color: var(--bs-link-color);
  --bs-nav-link-hover-color: var(--bs-link-hover-color);
  --bs-nav-link-disabled-color: var(--bs-secondary-color);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.card {
  --bs-card-spacer-y: 1rem;
  --bs-card-spacer-x: 1rem;
  --bs-card-title-spacer-y: 0.5rem;
  --bs-card-title-color: ;
  --bs-card-subtitle-color: ;
  --bs-card-border-width: var(--bs-border-width);
  --bs-card-border-color: var(--bs-border-color-translucent);
  --bs-card-border-radius: var(--bs-border-radius);
  --bs-card-box-shadow: ;
  --bs-card-inner-border-radius: calc(var(--bs-border-radius) - (var(--bs-border-width)));
  --bs-card-cap-padding-y: 0.5rem;
  --bs-card-cap-padding-x: 1rem;
  --bs-card-cap-bg: rgba(var(--bs-body-color-rgb), 0.03);
  --bs-card-cap-color: ;
  --bs-card-height: ;
  --bs-card-color: ;
  --bs-card-bg: var(--bs-body-bg);
  --bs-card-img-overlay-padding: 1rem;
  --bs-card-group-margin: 1rem;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-width: 0;
  height: var(--bs-card-height);
  color: var(--bs-body-color);
  word-wrap: break-word;
  background-color: var(--bs-card-bg);
  background-clip: border-box;
  border: var(--bs-card-border-width) solid var(--bs-card-border-color);
  border-radius: var(--bs-card-border-radius);
}

.card-body {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding: var(--bs-card-spacer-y) var(--bs-card-spacer-x);
  color: var(--bs-card-color);
}

.card-title {
  margin-bottom: var(--bs-card-title-spacer-y);
  color: var(--bs-card-title-color);
}

.card-text:last-child {
  margin-bottom: 0;
}

.card-img,
.card-img-top {
  width: 100%;
}

.card-img,
.card-img-top {
  border-top-left-radius: var(--bs-card-inner-border-radius);
  border-top-right-radius: var(--bs-card-inner-border-radius);
}

.card-img {
  border-bottom-right-radius: var(--bs-card-inner-border-radius);
  border-bottom-left-radius: var(--bs-card-inner-border-radius);
}

.opacity-50 {
  opacity: 0.5 !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-none {
  display: none !important;
}

.border {
  border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

.w-100 {
  width: 100% !important;
}

.h-100 {
  height: 100% !important;
}

.justify-content-center {
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
}

.align-items-center {
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
}

.order-1 {
  -webkit-box-ordinal-group: 2 !important;
      -ms-flex-order: 1 !important;
          order: 1 !important;
}

.order-2 {
  -webkit-box-ordinal-group: 3 !important;
      -ms-flex-order: 2 !important;
          order: 2 !important;
}

.mt-4 {
  margin-top: 1.5rem !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

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

.mb-4 {
  margin-bottom: 1.5rem !important;
}

.mb-5 {
  margin-bottom: 3rem !important;
}

.py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.fst-italic {
  font-style: italic !important;
}

.fw-medium {
  font-weight: 500 !important;
}

.fw-semibold {
  font-weight: 600 !important;
}

.fw-bold {
  font-weight: 700 !important;
}

.fw-bolder {
  font-weight: 800 !important;
}

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

.text-uppercase {
  text-transform: uppercase !important;
}

/* rtl:begin:remove */

/* rtl:end:remove */
.text-primary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important;
}

.text-black {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-black-rgb), var(--bs-text-opacity)) !important;
}

.text-white {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important;
}

.text-muted {
  --bs-text-opacity: 1;
  color: var(--bs-secondary-color) !important;
}

.bg-secondary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-secondary-rgb), var(--bs-bg-opacity)) !important;
}

.bg-black {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-black-rgb), var(--bs-bg-opacity)) !important;
}

.bg-white {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-white-rgb), var(--bs-bg-opacity)) !important;
}

.rounded-circle {
  border-radius: 50% !important;
}

.rounded-pill {
  border-radius: var(--bs-border-radius-pill) !important;
}

.rounded-top-pill {
  border-top-left-radius: var(--bs-border-radius-pill) !important;
  border-top-right-radius: var(--bs-border-radius-pill) !important;
}

.rounded-bottom-4 {
  border-bottom-right-radius: var(--bs-border-radius-xl) !important;
  border-bottom-left-radius: var(--bs-border-radius-xl) !important;
}

.visible {
  visibility: visible !important;
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .order-md-1 {
    -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
            order: 1 !important;
  }
  .order-md-2 {
    -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
            order: 2 !important;
  }
  .mt-md-5 {
    margin-top: 3rem !important;
  }
  .mb-md-0 {
    margin-bottom: 0 !important;
  }
  .mb-md-3 {
    margin-bottom: 1rem !important;
  }
  .mb-md-5 {
    margin-bottom: 3rem !important;
  }
  .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
}
@media (min-width: 992px) {
  .d-lg-block {
    display: block !important;
  }
  .d-lg-none {
    display: none !important;
  }
  .flex-lg-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .text-lg-start {
    text-align: left !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-block {
    display: block !important;
  }
  .text-xl-start {
    text-align: left !important;
  }
}
body {
  background: rgba(220, 235, 242, 0.42);
}

.bg-gradient-1 {
  background: -webkit-gradient(linear, left top, left bottom, from(#dcebf2), to(transparent));
  background: linear-gradient(to bottom, #dcebf2, transparent);
}

.has-wave-shape {
  position: relative;
}
.has-wave-shape .shape {
  position: absolute;
  bottom: calc(100% - 2px);
  left: 0;
  right: 0;
  pointer-events: none;
}
.has-wave-shape .shape img {
  width: 100%;
  height: auto;
  display: block;
}

.card-style-1 {
  border: 0;
  border-radius: 20px;
  overflow: hidden;
  height: 100%;
}
@media (min-width: 992px) {
  .card-style-1.space-top {
    top: 50px;
  }
}
.card-style-1 .card-img-top {
  width: 100%;
  height: 230px;
  -o-object-fit: cover;
     object-fit: cover;
}
.card-style-1 .card-body {
  padding: 2rem;
}
.card-style-1 .card-title {
  margin-bottom: 1rem;
}
.card-style-1 .card-text {
  margin-bottom: 1.25rem;
}

.card-style-2 {
  border: 0;
  overflow: hidden;
  border-radius: 0;
}
.card-style-2:first-child {
  border-radius: 20px 20px 0 0;
}
.card-style-2:last-child {
  border-radius: 0 0 20px 20px;
}
.card-style-2 .card-img {
  border-radius: 0;
  height: 100%;
}
.card-style-2 .card-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.card-style-2 .card-body {
  padding: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
}
.card-style-2 .card-body .icon {
  width: 50px;
  height: auto;
  margin-bottom: 20px;
}

.contact-list {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 20px;
}
.contact-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
.contact-list li + li {
  margin-top: 10px;
}
.contact-list .icon {
  width: 24px;
  height: 24px;
}

.about-intro-section {
  padding: 30px 0 70px;
}

.logo-shape {
  position: absolute;
  top: 1rem;
  left: 2rem;
  opacity: 0.05;
}

.menubar {
  position: absolute;
  top: 1rem;
  left: 0;
  right: 0;
  z-index: 1000;
}
.menubar .menubar-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 1rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  background: white;
  padding: 15px 20px;
  border-radius: 1000px;
  border: 1px solid rgba(97, 111, 149, 0.13);
}
.menubar .logo {
  display: inline-block;
}
.menubar .logo img {
  width: 60px;
}
.menubar .main-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: calc(100% - 40px);
  display: none;
  position: absolute;
  top: 105%;
  left: 0;
  right: 0;
  background: white;
  padding: 10px;
  border-radius: 10px;
  border: 1px solid rgba(97, 111, 149, 0.13);
}
.menubar .main-menu a {
  text-decoration: none;
  color: #12181f;
  padding: 10px;
  display: inline-block;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.menubar .main-menu a:hover {
  color: #616f95;
}

.menu-toggler-btn {
  width: 32px;
  height: 24px;
  background: transparent;
  border: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.menu-toggler-btn span {
  width: 100%;
  height: 2px;
  display: block;
  background: #12181f;
}

.header {
  position: relative;
  overflow: hidden;
  padding-top: 150px;
}
.header .shape {
  position: absolute;
  bottom: 0;
  display: inline-block;
  width: 45rem;
  height: auto;
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
  right: 50%;
}
.header .shape img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.header .logo-area {
  padding-top: 20px;
  margin-bottom: 26px;
}
.header .logo img {
  max-width: 120px;
  position: relative;
  z-index: 1;
}

.header-carousel .carousel-item .header-title {
  margin-bottom: 2rem;
}
.header-carousel .carousel-item .header-title h2, .header-carousel .carousel-item .header-title .h2 {
  font-size: clamp(1rem, -0.1161rem + 3.5714vw, 2.5625rem);
  margin-bottom: 0;
  color: #616f95;
}
.header-carousel .carousel-item .header-img {
  display: grid;
  place-content: center;
}
.header-carousel .carousel-item .header-img img {
  width: auto;
  height: 420px;
  max-width: none;
}

.header-contents h1, .header-contents .h1 {
  font-size: clamp(2.5rem, 1.1111rem + 4.4444vw, 5rem);
  font-weight: 400;
  color: #616f95;
}
.header-contents p {
  color: #7b7b7b;
  font-size: clamp(1rem, 0.5139rem + 1.5556vw, 1.875rem);
  margin-bottom: 35px;
}
.header-contents .btn {
  padding: 15px 30px;
  font-size: 18px;
}

.header-img.has-shape {
  position: relative;
}
.header-img.has-shape::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 95%;
  border-radius: 300px 300px 0px 0px;
  background: #f0f7fa;
  -webkit-box-shadow: 0px 20px 20px 0px #dcebf2 inset;
          box-shadow: 0px 20px 20px 0px #dcebf2 inset;
  z-index: -1;
}

.services-section {
  padding: 50px 0;
  position: relative;
}
.services-section .shape {
  position: absolute;
  bottom: calc(100% - 2px);
  left: 0;
  right: 0;
  pointer-events: none;
}
.services-section .shape img {
  width: 100%;
  height: auto;
  display: block;
}
.services-section .section-header {
  margin-bottom: 30px;
}
.services-section .section-header h2, .services-section .section-header .h2 {
  margin-bottom: 20px;
}

.services-carousel .carousel-item {
  padding: 1rem 0;
}

.service-img {
  width: 227px;
  height: 227px;
  padding: 10px;
  position: relative;
  z-index: 1;
  margin: auto;
}
.service-img::before, .service-img::after {
  content: "";
  position: absolute;
  border-radius: 1000px;
}
.service-img::before {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(70deg, rgba(220, 235, 242, 0.99608) 0%, #dcebf2 27%, rgb(172, 187, 194) 100%);
  z-index: -1;
}
.service-img::after {
  top: -14px;
  right: -30px;
  width: 120px;
  height: 120px;
  background: linear-gradient(-70deg, rgba(220, 235, 242, 0.99608) 0%, #dcebf2 27%, rgb(172, 187, 194) 100%);
  z-index: -2;
}
.service-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 1000px;
}

.service-description {
  position: relative;
  z-index: 1;
}
.service-description h2, .service-description .h2 {
  margin-bottom: 15px;
}
.service-description p,
.service-description li {
  line-height: 1.666;
  font-size: clamp(0.875rem, 0.6071rem + 0.8571vw, 1.25rem);
}
.service-description ul li {
  position: relative;
  padding-left: 20px;
}
.service-description ul li::before {
  content: "";
  width: 12px;
  height: 2px;
  display: inline-block;
  background: #616f95;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) translateX(-20px);
          transform: translateY(-50%) translateX(-20px);
}

.service-carousel-wrapper {
  position: relative;
}
.service-carousel-wrapper .carousel-controls button {
  position: absolute;
  background: transparent;
  border: none;
  outline: none;
  color: #616f95;
  opacity: 0.3;
  display: grid;
  place-content: center;
  -webkit-transition: 0.15s;
  transition: 0.15s;
  padding: 5px;
  top: 104px;
  width: 45px;
  height: 45px;
}
.service-carousel-wrapper .carousel-controls button:hover {
  opacity: 1;
}
.service-carousel-wrapper .carousel-controls button svg {
  fill: currentColor;
  width: 100%;
  height: 100%;
}
.service-carousel-wrapper .carousel-controls .control-prev {
  left: 0;
}
.service-carousel-wrapper .carousel-controls .control-next {
  right: 0;
}

.strength-section {
  position: relative;
  padding: 50px 0;
}
.strength-section .shape {
  position: absolute;
  bottom: calc(100% - 2px);
  left: 0;
  right: 0;
  pointer-events: none;
}
.strength-section .shape img {
  width: 100%;
  height: auto;
  display: block;
}

.centers-section {
  position: relative;
  padding: 50px 0;
}

.appointment-section {
  position: relative;
  z-index: 1;
  padding: 75px 0;
}
.appointment-section::before, .appointment-section::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: calc(100% - 100px);
}
.appointment-section::before {
  background: url("../img/bg/appointment-bg.jpg") fixed no-repeat center center/cover;
  z-index: -2;
}
.appointment-section::after {
  background: #616f95;
  opacity: 0.6;
  z-index: -1;
}

.appointment-form {
  padding: 30px 0;
  border-radius: 20px;
  -webkit-box-shadow: 0px 5px 50px 0px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 5px 50px 0px rgba(0, 0, 0, 0.15);
}
.appointment-form .form-header {
  padding: 0 30px;
}
.appointment-form .form-content {
  padding: 0 30px;
}
.appointment-form .form-select {
  cursor: pointer;
}
.appointment-form .form-select option[disabled] {
  color: #88969d;
}
.appointment-form .submit-btn {
  padding: 10px 40px;
  font-size: clamp(1rem, 0.4643rem + 1.7143vw, 1.75rem);
  white-space: nowrap;
  font-weight: 700;
}

.testimonial-section {
  padding: 50px 0;
  overflow: hidden;
}
.testimonial-section .container {
  position: relative;
}
.testimonial-section .shape {
  position: absolute;
  top: 60%;
  right: -12rem;
  width: 500px;
  height: 500px;
  border-radius: 1000px;
  background: linear-gradient(70deg, rgba(220, 235, 242, 0.99608) 0%, #dcebf2 27%, rgb(172, 187, 194) 100%);
}
.testimonial-section .section-header {
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
}
.testimonial-section .section-header .quote-icon {
  position: absolute;
  left: 25%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -1rem;
  width: 120px;
  height: auto;
  z-index: -1;
}
.testimonial-section .tns-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 4px;
  margin-top: 1rem;
}
.testimonial-section .tns-nav button {
  width: 9px;
  height: 9px;
  border-radius: 1000px;
  border: 0;
  outline: 0;
  padding: 0;
  background: #c0c7cb;
  -webkit-transition: 0.15s;
  transition: 0.15s;
}
.testimonial-section .tns-nav button.tns-nav-active {
  background: #88969d;
}

.testimonial-content {
  margin-bottom: 30px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.testimonial-author {
  font-size: clamp(0.875rem, 0.5179rem + 1.1429vw, 1.375rem);
  font-weight: 500;
}

.footer-top {
  background: #EAF1F5;
  padding: 70px 0;
}

.footer-logo {
  width: 100px;
  display: inline-block;
  margin-bottom: 20px;
}

.footer-title {
  position: relative;
  margin-bottom: 20px;
  padding-bottom: 10px;
}
.footer-title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 50px;
  height: 1px;
  background: #000;
}

.footer-menu li + li {
  margin-top: 10px;
}
.footer-menu a {
  text-decoration: none;
  color: #12181F;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.footer-menu a:hover {
  color: #616f95;
}

.social-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
.social-menu img {
  width: 35px;
  height: 35px;
}

.thank-you-page {
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 4rem;
  background: url("../img/bg/thankyoupage-bg.jpg") no-repeat center center/cover;
}

.thank-you-section {
  margin-top: -100px;
}
.thank-you-section h1, .thank-you-section .h1 {
  font-size: clamp(3.75rem, 2.4107rem + 4.2857vw, 5.625rem);
}
.thank-you-section h5, .thank-you-section .h5 {
  font-size: clamp(1rem, 0.4643rem + 1.7143vw, 1.75rem);
  color: #d7b063;
}

@media (min-width: 768px) {
  .header .shape {
    width: 60rem;
  }
  .header .logo-area {
    padding-top: 40px;
  }
  .header .logo img {
    max-width: 150px;
  }
  .header-carousel .carousel-item .header-img img {
    height: 550px;
  }
  .services-section {
    padding: 50px 0 70px;
  }
  .services-carousel .carousel-item {
    padding: 2rem 0;
  }
  .service-img {
    width: 300px;
    height: 300px;
    padding: 20px;
  }
  .service-img::after {
    top: -20px;
    right: -50px;
    width: 180px;
    height: 180px;
  }
  .service-carousel-wrapper .carousel-controls button {
    top: 150px;
    width: 60px;
    height: 60px;
  }
  .service-carousel-wrapper .carousel-controls .control-prev {
    left: 0;
  }
  .service-carousel-wrapper .carousel-controls .control-next {
    right: 0;
  }
  .appointment-section {
    padding: 120px 0;
  }
  .appointment-section::before, .appointment-section::after {
    height: 70%;
  }
  .appointment-form {
    outline-offset: -12px;
    padding: 70px 0;
  }
  .appointment-form .form-content {
    padding: 0 70px;
  }
  .appointment-form .submit-btn {
    padding: 12px 40px;
  }
}
@media (min-width: 992px) {
  .menubar {
    top: 2rem;
  }
  .menubar .menubar-inner {
    padding: 15px 30px;
  }
  .menubar .logo img {
    width: 80px;
  }
  .menubar .main-menu {
    margin: 0;
    width: auto;
    position: static;
    background: transparent;
    padding: 0;
    border-radius: 0;
    border: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 1rem;
  }
  .header.has-bg-image {
    background: url("../img/bg/header-bg.png") no-repeat left -2rem bottom/contain;
  }
  .header .shape {
    -webkit-transform: none;
            transform: none;
    width: 57rem;
    right: -16rem;
  }
  .header .logo img {
    max-width: 163px;
  }
  .header-contents {
    margin-top: 100px;
  }
  .header-carousel .carousel-item .header-title {
    margin-bottom: 0;
    margin-top: 100px;
  }
  .header-carousel .carousel-item .header-title h2, .header-carousel .carousel-item .header-title .h2 {
    color: white;
  }
  .header-carousel .carousel-item .header-img img {
    height: 700px;
  }
  .service-description ul li::before {
    height: 3px;
  }
  .testimonial-section .section-header {
    margin-bottom: 40px;
  }
  .testimonial-section .section-header .quote-icon {
    left: 25%;
    bottom: -1rem;
  }
  .testimonial-content {
    margin-bottom: 40px;
  }
  .about-intro-section,
  .centers-section {
    padding: 80px 0 120px;
  }
}
@media (min-width: 1200px) {
  .header .shape {
    width: 65rem;
  }
  .services-section {
    padding: 80px 0 70px;
  }
  .services-section .section-header {
    margin-bottom: 60px;
  }
  .services-section .section-header h2, .services-section .section-header .h2 {
    margin-bottom: 30px;
  }
  .services-section .shape {
    bottom: 98%;
  }
  .service-img {
    width: 390px;
    height: 390px;
    padding: 25px;
  }
  .service-img::after {
    top: -45px;
    right: -64px;
    width: 207px;
    height: 207px;
  }
  .service-carousel-wrapper .carousel-controls button {
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 80px;
    height: 80px;
    padding: 0;
  }
  .service-carousel-wrapper .carousel-controls .control-prev {
    left: -2rem;
  }
  .service-carousel-wrapper .carousel-controls .control-next {
    right: -2rem;
  }
  .services-carousel .carousel-item {
    padding: 3rem 0;
  }
  .appointment-section::before, .appointment-section::after {
    height: 60%;
  }
  .appointment-form .form-header p {
    font-size: 18px;
  }
  .appointment-form .form-control-lg,
  .appointment-form .form-select-lg {
    padding: 1rem 2rem;
  }
  .appointment-form .form-select {
    background-size: 30px 18px;
  }
  .appointment-form .submit-btn {
    padding: 13px 64px;
  }
  .testimonial-section {
    padding: 100px 0 150px;
  }
  .testimonial-section .tns-nav {
    margin-top: 2rem;
    gap: 6px;
  }
  .testimonial-section .tns-nav button {
    width: 11px;
    height: 11px;
  }
  .testimonial-content {
    margin-bottom: 50px;
  }
}
@media (min-width: 1400px) {
  .header .shape {
    width: auto;
    right: -12rem;
  }
  .header-carousel .carousel-item .header-man-img img {
    margin-left: -6rem;
  }
  .service-carousel-wrapper .carousel-controls button {
    width: 80px;
    height: 80px;
  }
  .service-carousel-wrapper .carousel-controls .control-prev {
    left: -8rem;
  }
  .service-carousel-wrapper .carousel-controls .control-next {
    right: -8rem;
  }
  .testimonial-section .section-header {
    margin-bottom: 50px;
  }
  .testimonial-section .section-header .quote-icon {
    width: 150px;
  }
  .about-intro-section {
    padding: 80px 0 180px;
  }
  .card-style-2 {
    border: 0;
    overflow: hidden;
    border-radius: 0;
  }
  .card-style-2:first-child {
    border-radius: 20px 20px 0 0;
  }
  .card-style-2:last-child {
    border-radius: 0 0 20px 20px;
  }
  .card-style-2 .card-img {
    border-radius: 0;
    height: 100%;
  }
  .card-style-2 .card-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .card-style-2 .card-body {
    padding: 40px;
  }
  .card-style-2 .card-body .icon {
    width: 64px;
    margin-bottom: 30px;
  }
}
@media (min-width: 1600px) {
  .header .shape {
    right: -8rem;
  }
  .header-carousel .carousel-item .header-img img {
    height: 750px;
  }
}
@media (min-width: 1900px) {
  .header .shape {
    right: -2rem;
  }
  .header-carousel .carousel-item .header-img img {
    height: 775px;
  }
}
.submitting{
	max-width: 540px;
	display: none;
	margin-top: 20px;
}
.submitting img{
	width: 20%
}