:root {
  --custom-shadow: 0 2px 4px 0 rgba(225, 229, 237, 0.2);
}

body[data-bs-theme=dark] {
  --bs-light: #292a2c;
  --bs-light-rgb: 41, 42, 44;
  --bs-heading-color: #ffffff;
  --bs-body-color: #a9a9a9;
  --custom-shadow: 0 2px 4px 0 rgb(56, 56, 56, 0.2);
  --bs-black: #ffffff;
}

::selection {
  background-color: #B72F32;
  color: #fff;
}

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

body {
  font-family: "Figtree", sans-serif;
  font-size: 1.25rem;
  line-height: 1.6;
  font-weight: 400;
  background-color: #ffffff;
  color: #35383F;
  margin: 0;
}

code {
  background-color: #fff2f8;
  border-radius: 4px;
  padding: 2px;
}

a:not(.alert-link):not(.btn-link):not([class*=link-underline]) {
  text-decoration: none;
}

button,
a {
  outline: none !important;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
  border: none;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
}

p {
  font-weight: 200;
  margin-top: 0;
  line-height: 1.3;
  letter-spacing: -0.01em;
}

.container {
  width: 100%;
  padding-right: 24px;
  padding-left: 24px;
  margin-right: auto;
  margin-left: auto;
}

@media (max-width: 591px) {
  .container {
    padding-left: 12px;
    padding-right: 12px;
  }
}

@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: 1140px;
  }
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Figtree", sans-serif;
  font-weight: 500;
  line-height: 1.25;
  color: #234182;
  margin-top: 0;
  letter-spacing: -0.02em;
  margin-bottom: 0;
}

h1 {
  font-size: 52px;
  line-height: 1.2;
}

h2 {
  font-size: 36px;
}

h3 {
  font-size: 28px;
}

h4 {
  font-size: 24px;
}

h5 {
  font-size: 32px;
  font-weight: 600;
}

h6 {
  font-size: 24px;
}

@media (max-width: 1320px) {
  h5 {
    font-size: 30px;
  }

  h6 {
    font-size: 22px;
  }
}

@media (max-width: 1191px) {
  h5 {
    font-size: 28px;
  }

  h6 {
    font-size: 20px;
  }
}

.text-primary {
  color: #B72F32;
}

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

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

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: calc(-1 * 40px / 2);
  margin-left: calc(-1 * 40px / 2);
}

@media (max-width: 591px) {
  .row {
    margin-right: -12px;
    margin-left: -12px;
  }
}

.row>* {
  width: 100%;
  max-width: 100%;
  padding-left: calc(40px / 2);
  padding-right: calc(40px / 2);
}

.col {
  padding-right: calc(40px / 2);
  padding-left: calc(40px / 2);
  box-sizing: border-box;
  flex: 1 0 0%;
}

.col-1 {
  padding-right: calc(40px / 2);
  padding-left: calc(40px / 2);
  box-sizing: border-box;
  flex: 0 0 auto;
  width: 8.3333333333%;
}

.col-2 {
  padding-right: calc(40px / 2);
  padding-left: calc(40px / 2);
  box-sizing: border-box;
  flex: 0 0 auto;
  width: 16.6666666667%;
}

.col-3 {
  padding-right: calc(40px / 2);
  padding-left: calc(40px / 2);
  box-sizing: border-box;
  flex: 0 0 auto;
  width: 25%;
}

.col-4 {
  padding-right: calc(40px / 2);
  padding-left: calc(40px / 2);
  box-sizing: border-box;
  flex: 0 0 auto;
  width: 33.3333333333%;
}

.col-5 {
  padding-right: calc(40px / 2);
  padding-left: calc(40px / 2);
  box-sizing: border-box;
  flex: 0 0 auto;
  width: 41.6666666667%;
}

.col-6 {
  padding-right: calc(40px / 2);
  padding-left: calc(40px / 2);
  box-sizing: border-box;
  flex: 0 0 auto;
  width: 50%;
}

.col-7 {
  padding-right: calc(40px / 2);
  padding-left: calc(40px / 2);
  box-sizing: border-box;
  flex: 0 0 auto;
  width: 58.3333333333%;
}

.col-8 {
  padding-right: calc(40px / 2);
  padding-left: calc(40px / 2);
  box-sizing: border-box;
  flex: 0 0 auto;
  width: 66.6666666667%;
}

.col-9 {
  padding-right: calc(40px / 2);
  padding-left: calc(40px / 2);
  box-sizing: border-box;
  flex: 0 0 auto;
  width: 75%;
}

.col-10 {
  padding-right: calc(40px / 2);
  padding-left: calc(40px / 2);
  box-sizing: border-box;
  flex: 0 0 auto;
  width: 83.3333333333%;
}

.col-11 {
  padding-right: calc(40px / 2);
  padding-left: calc(40px / 2);
  box-sizing: border-box;
  flex: 0 0 auto;
  width: 91.6666666667%;
}

.col-12 {
  padding-right: calc(40px / 2);
  padding-left: calc(40px / 2);
  box-sizing: border-box;
  flex: 0 0 auto;
  width: 100%;
}

@media (min-width: 576px) {
  .col-sm {
    padding-right: calc(40px / 2);
    padding-left: calc(40px / 2);
    box-sizing: border-box;
    flex: 1 0 0%;
  }

  .col-sm-1 {
    padding-right: calc(40px / 2);
    padding-left: calc(40px / 2);
    box-sizing: border-box;
    flex: 0 0 auto;
    width: 8.3333333333%;
  }

  .col-sm-2 {
    padding-right: calc(40px / 2);
    padding-left: calc(40px / 2);
    box-sizing: border-box;
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .col-sm-3 {
    padding-right: calc(40px / 2);
    padding-left: calc(40px / 2);
    box-sizing: border-box;
    flex: 0 0 auto;
    width: 25%;
  }

  .col-sm-4 {
    padding-right: calc(40px / 2);
    padding-left: calc(40px / 2);
    box-sizing: border-box;
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .col-sm-5 {
    padding-right: calc(40px / 2);
    padding-left: calc(40px / 2);
    box-sizing: border-box;
    flex: 0 0 auto;
    width: 41.6666666667%;
  }

  .col-sm-6 {
    padding-right: calc(40px / 2);
    padding-left: calc(40px / 2);
    box-sizing: border-box;
    flex: 0 0 auto;
    width: 50%;
  }

  .col-sm-7 {
    padding-right: calc(40px / 2);
    padding-left: calc(40px / 2);
    box-sizing: border-box;
    flex: 0 0 auto;
    width: 58.3333333333%;
  }

  .col-sm-8 {
    padding-right: calc(40px / 2);
    padding-left: calc(40px / 2);
    box-sizing: border-box;
    flex: 0 0 auto;
    width: 66.6666666667%;
  }

  .col-sm-9 {
    padding-right: calc(40px / 2);
    padding-left: calc(40px / 2);
    box-sizing: border-box;
    flex: 0 0 auto;
    width: 75%;
  }

  .col-sm-10 {
    padding-right: calc(40px / 2);
    padding-left: calc(40px / 2);
    box-sizing: border-box;
    flex: 0 0 auto;
    width: 83.3333333333%;
  }

  .col-sm-11 {
    padding-right: calc(40px / 2);
    padding-left: calc(40px / 2);
    box-sizing: border-box;
    flex: 0 0 auto;
    width: 91.6666666667%;
  }

  .col-sm-12 {
    padding-right: calc(40px / 2);
    padding-left: calc(40px / 2);
    box-sizing: border-box;
    flex: 0 0 auto;
    width: 100%;
  }
}

@media (min-width: 768px) {
  .col-md {
    padding-right: calc(40px / 2);
    padding-left: calc(40px / 2);
    box-sizing: border-box;
    flex: 1 0 0%;
  }

  .col-md-1 {
    padding-right: calc(40px / 2);
    padding-left: calc(40px / 2);
    box-sizing: border-box;
    flex: 0 0 auto;
    width: 8.3333333333%;
  }

  .col-md-2 {
    padding-right: calc(40px / 2);
    padding-left: calc(40px / 2);
    box-sizing: border-box;
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .col-md-3 {
    padding-right: calc(40px / 2);
    padding-left: calc(40px / 2);
    box-sizing: border-box;
    flex: 0 0 auto;
    width: 25%;
  }

  .col-md-4 {
    padding-right: calc(40px / 2);
    padding-left: calc(40px / 2);
    box-sizing: border-box;
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .col-md-5 {
    padding-right: calc(40px / 2);
    padding-left: calc(40px / 2);
    box-sizing: border-box;
    flex: 0 0 auto;
    width: 41.6666666667%;
  }

  .col-md-6 {
    padding-right: calc(40px / 2);
    padding-left: calc(40px / 2);
    box-sizing: border-box;
    flex: 0 0 auto;
    width: 50%;
  }

  .col-md-7 {
    padding-right: calc(40px / 2);
    padding-left: calc(40px / 2);
    box-sizing: border-box;
    flex: 0 0 auto;
    width: 58.3333333333%;
  }

  .col-md-8 {
    padding-right: calc(40px / 2);
    padding-left: calc(40px / 2);
    box-sizing: border-box;
    flex: 0 0 auto;
    width: 66.6666666667%;
  }

  .col-md-9 {
    padding-right: calc(40px / 2);
    padding-left: calc(40px / 2);
    box-sizing: border-box;
    flex: 0 0 auto;
    width: 75%;
  }

  .col-md-10 {
    padding-right: calc(40px / 2);
    padding-left: calc(40px / 2);
    box-sizing: border-box;
    flex: 0 0 auto;
    width: 83.3333333333%;
  }

  .col-md-11 {
    padding-right: calc(40px / 2);
    padding-left: calc(40px / 2);
    box-sizing: border-box;
    flex: 0 0 auto;
    width: 91.6666666667%;
  }

  .col-md-12 {
    padding-right: calc(40px / 2);
    padding-left: calc(40px / 2);
    box-sizing: border-box;
    flex: 0 0 auto;
    width: 100%;
  }
}

@media (min-width: 992px) {
  .col-lg {
    padding-right: calc(40px / 2);
    padding-left: calc(40px / 2);
    box-sizing: border-box;
    flex: 1 0 0%;
  }

  .col-lg-1 {
    padding-right: calc(40px / 2);
    padding-left: calc(40px / 2);
    box-sizing: border-box;
    flex: 0 0 auto;
    width: 8.3333333333%;
  }

  .col-lg-2 {
    padding-right: calc(40px / 2);
    padding-left: calc(40px / 2);
    box-sizing: border-box;
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .col-lg-3 {
    padding-right: calc(40px / 2);
    padding-left: calc(40px / 2);
    box-sizing: border-box;
    flex: 0 0 auto;
    width: 25%;
  }

  .col-lg-4 {
    padding-right: calc(40px / 2);
    padding-left: calc(40px / 2);
    box-sizing: border-box;
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .col-lg-5 {
    padding-right: calc(40px / 2);
    padding-left: calc(40px / 2);
    box-sizing: border-box;
    flex: 0 0 auto;
    width: 41.6666666667%;
  }

  .col-lg-6 {
    padding-right: calc(40px / 2);
    padding-left: calc(40px / 2);
    box-sizing: border-box;
    flex: 0 0 auto;
    width: 50%;
  }

  .col-lg-7 {
    padding-right: calc(40px / 2);
    padding-left: calc(40px / 2);
    box-sizing: border-box;
    flex: 0 0 auto;
    width: 58.3333333333%;
  }

  .col-lg-8 {
    padding-right: calc(40px / 2);
    padding-left: calc(40px / 2);
    box-sizing: border-box;
    flex: 0 0 auto;
    width: 66.6666666667%;
  }

  .col-lg-9 {
    padding-right: calc(40px / 2);
    padding-left: calc(40px / 2);
    box-sizing: border-box;
    flex: 0 0 auto;
    width: 75%;
  }

  .col-lg-10 {
    padding-right: calc(40px / 2);
    padding-left: calc(40px / 2);
    box-sizing: border-box;
    flex: 0 0 auto;
    width: 83.3333333333%;
  }

  .col-lg-11 {
    padding-right: calc(40px / 2);
    padding-left: calc(40px / 2);
    box-sizing: border-box;
    flex: 0 0 auto;
    width: 91.6666666667%;
  }

  .col-lg-12 {
    padding-right: calc(40px / 2);
    padding-left: calc(40px / 2);
    box-sizing: border-box;
    flex: 0 0 auto;
    width: 100%;
  }
}

@media (min-width: 1200px) {
  .col-xl {
    padding-right: calc(40px / 2);
    padding-left: calc(40px / 2);
    box-sizing: border-box;
    flex: 1 0 0%;
  }

  .col-xl-1 {
    padding-right: calc(40px / 2);
    padding-left: calc(40px / 2);
    box-sizing: border-box;
    flex: 0 0 auto;
    width: 8.3333333333%;
  }

  .col-xl-2 {
    padding-right: calc(40px / 2);
    padding-left: calc(40px / 2);
    box-sizing: border-box;
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .col-xl-3 {
    padding-right: calc(40px / 2);
    padding-left: calc(40px / 2);
    box-sizing: border-box;
    flex: 0 0 auto;
    width: 25%;
  }

  .col-xl-4 {
    padding-right: calc(40px / 2);
    padding-left: calc(40px / 2);
    box-sizing: border-box;
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .col-xl-5 {
    padding-right: calc(40px / 2);
    padding-left: calc(40px / 2);
    box-sizing: border-box;
    flex: 0 0 auto;
    width: 41.6666666667%;
  }

  .col-xl-6 {
    padding-right: calc(40px / 2);
    padding-left: calc(40px / 2);
    box-sizing: border-box;
    flex: 0 0 auto;
    width: 50%;
  }

  .col-xl-7 {
    padding-right: calc(40px / 2);
    padding-left: calc(40px / 2);
    box-sizing: border-box;
    flex: 0 0 auto;
    width: 58.3333333333%;
  }

  .col-xl-8 {
    padding-right: calc(40px / 2);
    padding-left: calc(40px / 2);
    box-sizing: border-box;
    flex: 0 0 auto;
    width: 66.6666666667%;
  }

  .col-xl-9 {
    padding-right: calc(40px / 2);
    padding-left: calc(40px / 2);
    box-sizing: border-box;
    flex: 0 0 auto;
    width: 75%;
  }

  .col-xl-10 {
    padding-right: calc(40px / 2);
    padding-left: calc(40px / 2);
    box-sizing: border-box;
    flex: 0 0 auto;
    width: 83.3333333333%;
  }

  .col-xl-11 {
    padding-right: calc(40px / 2);
    padding-left: calc(40px / 2);
    box-sizing: border-box;
    flex: 0 0 auto;
    width: 91.6666666667%;
  }

  .col-xl-12 {
    padding-right: calc(40px / 2);
    padding-left: calc(40px / 2);
    box-sizing: border-box;
    flex: 0 0 auto;
    width: 100%;
  }
}

@media (min-width: 1400px) {
  .col-xxl {
    padding-right: calc(40px / 2);
    padding-left: calc(40px / 2);
    box-sizing: border-box;
    flex: 1 0 0%;
  }

  .col-xxl-1 {
    padding-right: calc(40px / 2);
    padding-left: calc(40px / 2);
    box-sizing: border-box;
    flex: 0 0 auto;
    width: 8.3333333333%;
  }

  .col-xxl-2 {
    padding-right: calc(40px / 2);
    padding-left: calc(40px / 2);
    box-sizing: border-box;
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .col-xxl-3 {
    padding-right: calc(40px / 2);
    padding-left: calc(40px / 2);
    box-sizing: border-box;
    flex: 0 0 auto;
    width: 25%;
  }

  .col-xxl-4 {
    padding-right: calc(40px / 2);
    padding-left: calc(40px / 2);
    box-sizing: border-box;
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .col-xxl-5 {
    padding-right: calc(40px / 2);
    padding-left: calc(40px / 2);
    box-sizing: border-box;
    flex: 0 0 auto;
    width: 41.6666666667%;
  }

  .col-xxl-6 {
    padding-right: calc(40px / 2);
    padding-left: calc(40px / 2);
    box-sizing: border-box;
    flex: 0 0 auto;
    width: 50%;
  }

  .col-xxl-7 {
    padding-right: calc(40px / 2);
    padding-left: calc(40px / 2);
    box-sizing: border-box;
    flex: 0 0 auto;
    width: 58.3333333333%;
  }

  .col-xxl-8 {
    padding-right: calc(40px / 2);
    padding-left: calc(40px / 2);
    box-sizing: border-box;
    flex: 0 0 auto;
    width: 66.6666666667%;
  }

  .col-xxl-9 {
    padding-right: calc(40px / 2);
    padding-left: calc(40px / 2);
    box-sizing: border-box;
    flex: 0 0 auto;
    width: 75%;
  }

  .col-xxl-10 {
    padding-right: calc(40px / 2);
    padding-left: calc(40px / 2);
    box-sizing: border-box;
    flex: 0 0 auto;
    width: 83.3333333333%;
  }

  .col-xxl-11 {
    padding-right: calc(40px / 2);
    padding-left: calc(40px / 2);
    box-sizing: border-box;
    flex: 0 0 auto;
    width: 91.6666666667%;
  }

  .col-xxl-12 {
    padding-right: calc(40px / 2);
    padding-left: calc(40px / 2);
    box-sizing: border-box;
    flex: 0 0 auto;
    width: 100%;
  }
}

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

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

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

.flex-row {
  flex-direction: row !important;
}

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

.flex-column {
  flex-direction: column !important;
}

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

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

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

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

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

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

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

.justify-content-around {
  justify-content: space-around !important;
}

.justify-content-evenly {
  justify-content: space-evenly !important;
}

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

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

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

.align-items-baseline {
  align-items: baseline !important;
}

.align-items-stretch {
  align-items: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

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

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

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

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  align-self: stretch !important;
}

@media (min-width: 576px) {
  .d-sm-flex {
    display: flex !important;
  }

  .d-sm-inline-flex {
    display: inline-flex !important;
  }

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

  .flex-sm-row {
    flex-direction: row !important;
  }

  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-sm-column {
    flex-direction: column !important;
  }

  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }

  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .justify-content-sm-start {
    justify-content: flex-start !important;
  }

  .justify-content-sm-end {
    justify-content: flex-end !important;
  }

  .justify-content-sm-center {
    justify-content: center !important;
  }

  .justify-content-sm-between {
    justify-content: space-between !important;
  }

  .justify-content-sm-around {
    justify-content: space-around !important;
  }

  .justify-content-sm-evenly {
    justify-content: space-evenly !important;
  }

  .align-items-sm-start {
    align-items: flex-start !important;
  }

  .align-items-sm-end {
    align-items: flex-end !important;
  }

  .align-items-sm-center {
    align-items: center !important;
  }

  .align-items-sm-baseline {
    align-items: baseline !important;
  }

  .align-items-sm-stretch {
    align-items: stretch !important;
  }

  .align-self-sm-auto {
    align-self: auto !important;
  }

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

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

  .align-self-sm-center {
    align-self: center !important;
  }

  .align-self-sm-baseline {
    align-self: baseline !important;
  }

  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 768px) {
  .d-md-flex {
    display: flex !important;
  }

  .d-md-inline-flex {
    display: inline-flex !important;
  }

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

  .flex-md-row {
    flex-direction: row !important;
  }

  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-md-column {
    flex-direction: column !important;
  }

  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-md-wrap {
    flex-wrap: wrap !important;
  }

  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .justify-content-md-start {
    justify-content: flex-start !important;
  }

  .justify-content-md-end {
    justify-content: flex-end !important;
  }

  .justify-content-md-center {
    justify-content: center !important;
  }

  .justify-content-md-between {
    justify-content: space-between !important;
  }

  .justify-content-md-around {
    justify-content: space-around !important;
  }

  .justify-content-md-evenly {
    justify-content: space-evenly !important;
  }

  .align-items-md-start {
    align-items: flex-start !important;
  }

  .align-items-md-end {
    align-items: flex-end !important;
  }

  .align-items-md-center {
    align-items: center !important;
  }

  .align-items-md-baseline {
    align-items: baseline !important;
  }

  .align-items-md-stretch {
    align-items: stretch !important;
  }

  .align-self-md-auto {
    align-self: auto !important;
  }

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

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

  .align-self-md-center {
    align-self: center !important;
  }

  .align-self-md-baseline {
    align-self: baseline !important;
  }

  .align-self-md-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 992px) {
  .d-lg-flex {
    display: flex !important;
  }

  .d-lg-inline-flex {
    display: inline-flex !important;
  }

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

  .flex-lg-row {
    flex-direction: row !important;
  }

  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-lg-column {
    flex-direction: column !important;
  }

  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }

  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .justify-content-lg-start {
    justify-content: flex-start !important;
  }

  .justify-content-lg-end {
    justify-content: flex-end !important;
  }

  .justify-content-lg-center {
    justify-content: center !important;
  }

  .justify-content-lg-between {
    justify-content: space-between !important;
  }

  .justify-content-lg-around {
    justify-content: space-around !important;
  }

  .justify-content-lg-evenly {
    justify-content: space-evenly !important;
  }

  .align-items-lg-start {
    align-items: flex-start !important;
  }

  .align-items-lg-end {
    align-items: flex-end !important;
  }

  .align-items-lg-center {
    align-items: center !important;
  }

  .align-items-lg-baseline {
    align-items: baseline !important;
  }

  .align-items-lg-stretch {
    align-items: stretch !important;
  }

  .align-self-lg-auto {
    align-self: auto !important;
  }

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

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

  .align-self-lg-center {
    align-self: center !important;
  }

  .align-self-lg-baseline {
    align-self: baseline !important;
  }

  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 1200px) {
  .d-xl-flex {
    display: flex !important;
  }

  .d-xl-inline-flex {
    display: inline-flex !important;
  }

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

  .flex-xl-row {
    flex-direction: row !important;
  }

  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-xl-column {
    flex-direction: column !important;
  }

  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }

  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .justify-content-xl-start {
    justify-content: flex-start !important;
  }

  .justify-content-xl-end {
    justify-content: flex-end !important;
  }

  .justify-content-xl-center {
    justify-content: center !important;
  }

  .justify-content-xl-between {
    justify-content: space-between !important;
  }

  .justify-content-xl-around {
    justify-content: space-around !important;
  }

  .justify-content-xl-evenly {
    justify-content: space-evenly !important;
  }

  .align-items-xl-start {
    align-items: flex-start !important;
  }

  .align-items-xl-end {
    align-items: flex-end !important;
  }

  .align-items-xl-center {
    align-items: center !important;
  }

  .align-items-xl-baseline {
    align-items: baseline !important;
  }

  .align-items-xl-stretch {
    align-items: stretch !important;
  }

  .align-self-xl-auto {
    align-self: auto !important;
  }

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

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

  .align-self-xl-center {
    align-self: center !important;
  }

  .align-self-xl-baseline {
    align-self: baseline !important;
  }

  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 1400px) {
  .d-xxl-flex {
    display: flex !important;
  }

  .d-xxl-inline-flex {
    display: inline-flex !important;
  }

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

  .flex-xxl-row {
    flex-direction: row !important;
  }

  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-xxl-column {
    flex-direction: column !important;
  }

  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-xxl-wrap {
    flex-wrap: wrap !important;
  }

  .flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .justify-content-xxl-start {
    justify-content: flex-start !important;
  }

  .justify-content-xxl-end {
    justify-content: flex-end !important;
  }

  .justify-content-xxl-center {
    justify-content: center !important;
  }

  .justify-content-xxl-between {
    justify-content: space-between !important;
  }

  .justify-content-xxl-around {
    justify-content: space-around !important;
  }

  .justify-content-xxl-evenly {
    justify-content: space-evenly !important;
  }

  .align-items-xxl-start {
    align-items: flex-start !important;
  }

  .align-items-xxl-end {
    align-items: flex-end !important;
  }

  .align-items-xxl-center {
    align-items: center !important;
  }

  .align-items-xxl-baseline {
    align-items: baseline !important;
  }

  .align-items-xxl-stretch {
    align-items: stretch !important;
  }

  .align-self-xxl-auto {
    align-self: auto !important;
  }

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

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

  .align-self-xxl-center {
    align-self: center !important;
  }

  .align-self-xxl-baseline {
    align-self: baseline !important;
  }

  .align-self-xxl-stretch {
    align-self: stretch !important;
  }
}

.m-0 {
  margin: 0 !important;
}

.mt-0 {
  margin-top: 0 !important;
}

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

.ms-0 {
  margin-left: 0 !important;
}

.me-0 {
  margin-right: 0 !important;
}

.mx-0 {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.ps-0 {
  padding-left: 0 !important;
}

.pe-0 {
  padding-right: 0 !important;
}

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

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.mt-1 {
  margin-top: 0.25rem !important;
}

.mb-1 {
  margin-bottom: 0.25rem !important;
}

.ms-1 {
  margin-left: 0.25rem !important;
}

.me-1 {
  margin-right: 0.25rem !important;
}

.mx-1 {
  margin-left: 0.25rem !important;
  margin-right: 0.25rem !important;
}

.my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}

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

.pt-1 {
  padding-top: 0.25rem !important;
}

.pb-1 {
  padding-bottom: 0.25rem !important;
}

.ps-1 {
  padding-left: 0.25rem !important;
}

.pe-1 {
  padding-right: 0.25rem !important;
}

.px-1 {
  padding-left: 0.25rem !important;
  padding-right: 0.25rem !important;
}

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

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

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

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

.ms-2 {
  margin-left: 0.5rem !important;
}

.me-2 {
  margin-right: 0.5rem !important;
}

.mx-2 {
  margin-left: 0.5rem !important;
  margin-right: 0.5rem !important;
}

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

.p-2 {
  padding: 0.5rem !important;
}

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

.pb-2 {
  padding-bottom: 0.5rem !important;
}

.ps-2 {
  padding-left: 0.5rem !important;
}

.pe-2 {
  padding-right: 0.5rem !important;
}

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

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

.m-3 {
  margin: 1rem !important;
}

.mt-3 {
  margin-top: 1rem !important;
}

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

.ms-3 {
  margin-left: 1rem !important;
}

.me-3 {
  margin-right: 1rem !important;
}

.mx-3 {
  margin-left: 1rem !important;
  margin-right: 1rem !important;
}

.my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

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

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

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

.ps-3 {
  padding-left: 1rem !important;
}

.pe-3 {
  padding-right: 1rem !important;
}

.px-3 {
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}

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

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

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

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

.ms-4 {
  margin-left: 1.5rem !important;
}

.me-4 {
  margin-right: 1.5rem !important;
}

.mx-4 {
  margin-left: 1.5rem !important;
  margin-right: 1.5rem !important;
}

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

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

.pt-4 {
  padding-top: 1.5rem !important;
}

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

.ps-4 {
  padding-left: 1.5rem !important;
}

.pe-4 {
  padding-right: 1.5rem !important;
}

.px-4 {
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important;
}

.py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

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

.mt-5 {
  margin-top: 3rem !important;
}

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

.ms-5 {
  margin-left: 3rem !important;
}

.me-5 {
  margin-right: 3rem !important;
}

.mx-5 {
  margin-left: 3rem !important;
  margin-right: 3rem !important;
}

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

.p-5 {
  padding: 3rem !important;
}

.pt-5 {
  padding-top: 3rem !important;
}

.pb-5 {
  padding-bottom: 3rem !important;
}

.ps-5 {
  padding-left: 3rem !important;
}

.pe-5 {
  padding-right: 3rem !important;
}

.px-5 {
  padding-left: 3rem !important;
  padding-right: 3rem !important;
}

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

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 1rem 1.25rem;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.2;
  border-radius: 8px;
  border: 1px solid transparent;
  cursor: pointer;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  user-select: none;
  background: transparent;
  color: #013F47;
  gap: 10px;
  letter-spacing: -0.01em;
  overflow: hidden;
}

.btn:focus {
  outline: 0;
}

.btn:disabled,
.btn.disabled {
  opacity: 0.65;
  pointer-events: none;
}

.btn.w-100 {
  width: 100%;
}

.btn.w-100 img {
  margin-left: auto;
}

.btn-primary {
  background-color: #008D8B;
  border-color: #008D8B;
  color: #fff;
}

.btn-primary:hover {
  background-color: rgb(0, 105.3, 103.8063829787);
  border-color: rgb(0, 90, 88.7234042553);
}

.btn-primary:active {
  background-color: rgb(0, 90, 88.7234042553);
  border-color: rgb(0, 79.8, 78.6680851064);
}

.btn-outline-primary {
  background: transparent;
  color: #013F47;
  border-color: #D2DFE0;
}

.btn-outline-primary:hover {
  background-color: #008D8B;
  color: #fff;
}

.btn-secondary {
  background-color: #FFEB67;
  border-color: #FFEB67;
  color: #013F47;
}

.btn-secondary:hover {
  background-color: rgb(255, 230.3026315789, 67.3);
  border-color: rgb(255, 228.2894736842, 52);
}

.btn-secondary:active {
  background-color: rgb(255, 228.2894736842, 52);
  border-color: rgb(255, 226.9473684211, 41.8);
}

.btn-outline-secondary {
  background: transparent;
  color: #013F47;
  border-color: #D2DFE0;
}

.btn-outline-secondary:hover {
  background-color: #FFEB67;
  color: #013F47;
}

.btn-success {
  background-color: #198754;
  border-color: #198754;
  color: #fff;
}

.btn-success:hover {
  background-color: rgb(19.421875, 104.878125, 65.2575);
  border-color: rgb(17.03125, 91.96875, 57.225);
}

.btn-success:active {
  background-color: rgb(17.03125, 91.96875, 57.225);
  border-color: rgb(15.4375, 83.3625, 51.87);
}

.btn-outline-success {
  background: transparent;
  color: #013F47;
  border-color: #D2DFE0;
}

.btn-outline-success:hover {
  background-color: #198754;
  color: #fff;
}

.btn-danger {
  background-color: #dc3545;
  border-color: #dc3545;
  color: #fff;
}

.btn-danger:hover {
  background-color: rgb(202.2556962025, 35.0443037975, 51.064556962);
  border-color: rgb(189.2151898734, 32.7848101266, 47.7721518987);
}

.btn-danger:active {
  background-color: rgb(189.2151898734, 32.7848101266, 47.7721518987);
  border-color: rgb(180.5215189873, 31.2784810127, 45.5772151899);
}

.btn-outline-danger {
  background: transparent;
  color: #013F47;
  border-color: #D2DFE0;
}

.btn-outline-danger:hover {
  background-color: #dc3545;
  color: #fff;
}

.btn-warning {
  background-color: #ffc107;
  border-color: #ffc107;
  color: #fff;
}

.btn-warning:hover {
  background-color: rgb(226.3, 169.725, 0);
  border-color: rgb(211, 158.25, 0);
}

.btn-warning:active {
  background-color: rgb(211, 158.25, 0);
  border-color: rgb(200.8, 150.6, 0);
}

.btn-outline-warning {
  background: transparent;
  color: #013F47;
  border-color: #D2DFE0;
}

.btn-outline-warning:hover {
  background-color: #ffc107;
  color: #fff;
}

.btn-info {
  background-color: #0dcaf0;
  border-color: #0dcaf0;
  color: #fff;
}

.btn-info:hover {
  background-color: rgb(11.1656126482, 173.4964426877, 206.1343873518);
  border-color: rgb(10.3794466403, 161.2806324111, 191.6205533597);
}

.btn-info:active {
  background-color: rgb(10.3794466403, 161.2806324111, 191.6205533597);
  border-color: rgb(9.8553359684, 153.1367588933, 181.9446640316);
}

.btn-outline-info {
  background: transparent;
  color: #013F47;
  border-color: #D2DFE0;
}

.btn-outline-info:hover {
  background-color: #0dcaf0;
  color: #fff;
}

.btn-light {
  background-color: #f8f9fa;
  border-color: #f8f9fa;
  color: #013F47;
}

.btn-light:hover {
  background-color: rgb(227.175, 231.15, 235.125);
  border-color: rgb(218.25, 223.5, 228.75);
}

.btn-light:active {
  background-color: rgb(218.25, 223.5, 228.75);
  border-color: rgb(212.3, 218.4, 224.5);
}

.btn-outline-light {
  background: transparent;
  color: #013F47;
  border-color: #D2DFE0;
}

.btn-outline-light:hover {
  background-color: #f8f9fa;
  color: #013F47;
}

.btn-dark {
  background-color: #001817;
  border-color: #001817;
  color: #fff;
}

.btn-dark:hover {
  background-color: black;
  border-color: black;
}

.btn-dark:active {
  background-color: black;
  border-color: black;
}

.btn-outline-dark {
  background: transparent;
  color: #013F47;
  border-color: #D2DFE0;
}

.btn-outline-dark:hover {
  background-color: #001817;
  color: #fff;
}

.btn-sm {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.25rem;
}

.btn-lg {
  padding: 1.1875rem 1.75rem;
  font-size: 1rem;
  border-radius: 0.625rem;
}

.btn-link {
  padding: 0;
  color: #0090A2;
}

.btn:hover img {
  animation: toLeftFromRight 0.5s forwards;
}

@keyframes toLeftFromRight {
  49% {
    transform: translateX(100%);
  }

  50% {
    opacity: 0;
    transform: translateX(-100%);
  }

  51% {
    opacity: 1;
  }
}

.header {
  width: 100%;
  z-index: 999;
}

.header .header-area {
  display: flex;
  align-items: center;
  padding: 20px 0;
}

.header .main-logo {
  display: flex;
  align-items: center;
  gap: 24px;
}

@media (max-width: 767px) {
  .header .header-area {
    padding: 10px 0;
  }

  .header .main-logo {
    margin: auto;
  }

  .header .main-logo img {
    width: 200px;
  }
}

.footer {
  background: #041E56;
}

.footer .footer-top {
  padding: 50px 0;
}

.footer .footer-top p {
  font-size: 16px;
  color: #fff;
  margin: 0;
  font-weight: 500;
}

.footer .footer-top p a {
  color: rgb(255, 255, 255);
}

.footer .footer-top p a:hover {
  color: #B72F32;
}

.footer .footer-top .footer-nav {
  padding: 0;
  margin: 0;
}

.footer .footer-top .footer-nav li {
  display: inline-block;
  padding-left: 20px;
  font-weight: 400;
}

.footer .footer-top .footer-nav li a {
  text-decoration: none;
  color: rgba(255, 255, 255, 0.7);
  font-size: 16px;
  color: #fff;
  font-weight: 500;
}

.footer .footer-top .footer-nav li a:hover {
  color: #B72F32;
}

@media (max-width: 767px) {
  .footer .footer-top {
    text-align: center;
  }

  .footer .footer-top .footer-logo,
  .footer .footer-top .text-end {
    text-align: center;
  }

  .footer .footer-top .footer-logo a {
    justify-content: center;
  }

  .footer .footer-top .footer-nav {
    margin-top: 10px;
  }

  .footer .footer-top .footer-nav li {
    padding-right: 10px;
    padding-left: 10px;
  }
}

@media (max-width: 767px) {
  .footer .footer-top {
    padding: 30px 0;
  }
}

.footer .footer-logo a {
  display: flex;
  vertical-align: middle;
}

.footer .footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding: 20px 0;
  font-size: 14px;
}

.footer .footer-bottom .copyright-text {
  color: rgba(255, 255, 255, 0.7);
  font-weight: 400;
}

.footer .footer-bottom .footer-nav {
  padding: 0;
  margin: 0;
}

.footer .footer-bottom .footer-nav li {
  display: inline-block;
  padding-right: 20px;
  font-weight: 400;
}

.footer .footer-bottom .footer-nav li a {
  text-decoration: none;
  color: rgba(255, 255, 255, 0.7);
}

.footer .footer-bottom .footer-nav li a:hover {
  color: #B72F32;
}

@media (max-width: 767px) {
  .footer .footer-bottom {
    text-align: center;
  }

  .footer .footer-bottom .text-end {
    text-align: center;
  }

  .footer .footer-bottom .footer-nav {
    margin-bottom: 5px;
  }
}

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

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

.faq-section {
  background-color: #EDF0F9;
  padding-top: 115px;
  padding-bottom: 70px;
}

@media (max-width: 1191px) {
  .faq-section {
    padding-top: 80px;
    padding-bottom: 40px;
  }
}

@media (max-width: 767px) {
  .faq-section {
    padding-top: 50px;
    padding-bottom: 20px;
  }
}

.faq-header {
  padding-bottom: 30px;
  margin-bottom: 20px;
  border-bottom: 1px solid #ACBCD0;
}

.faq-header .title {
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 8px;
}

.faq-header .update-time {
  font-size: 20px;
  margin-bottom: 0;
  font-weight: 400;
  color: #41454D;
}

@media (max-width: 1191px) {
  .faq-header .title {
    font-size: 35px;
  }

  .faq-header .update-time {
    font-size: 18px;
  }
}

@media (max-width: 767px) {
  .faq-header {
    padding-bottom: 20px;
    margin-bottom: 15px;
  }

  .faq-header .title {
    font-size: 30px;
    margin-bottom: 5px;
  }

  .faq-header .update-time {
    font-size: 16px;
  }
}

@media (max-width: 591px) {
  .faq-header .title {
    font-size: 24px;
  }
}

.faq-wrapper .faq-item {
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .faq-wrapper .faq-item {
    margin-bottom: 20px;
  }
}

.faq-wrapper .faq-item .title {
  font-size: 24px;
  color: #35383F;
  font-weight: 600;
  margin-bottom: 2px;
  position: relative;
}

.faq-wrapper .faq-item .title:before {
  content: "Q.";
  margin-right: 5px;
}

@media (max-width: 1191px) {
  .faq-wrapper .faq-item .title {
    font-size: 20px;
  }
}

@media (max-width: 767px) {
  .faq-wrapper .faq-item .title {
    font-size: 18px;
  }
}

.faq-wrapper .faq-item .faq-ans {
  position: relative;
  padding-left: 28px;
}

.faq-wrapper .faq-item .faq-ans:before {
  content: "A.";
  margin-right: 5px;
  font-size: 24px;
  position: absolute;
  left: 0px;
  top: -4px;
}

.faq-wrapper .faq-item .faq-ans p {
  font-size: 24px;
  font-weight: 400;
  margin-bottom: 2px;
}

@media (max-width: 1191px) {
  .faq-wrapper .faq-item .faq-ans:before {
    font-size: 20px;
  }

  .faq-wrapper .faq-item .faq-ans p {
    font-size: 20px;
  }
}

@media (max-width: 767px) {
  .faq-wrapper .faq-item .faq-ans {
    padding-left: 23px;
  }

  .faq-wrapper .faq-item .faq-ans:before {
    font-size: 18px;
  }

  .faq-wrapper .faq-item .faq-ans p {
    font-size: 18px;
  }
}

.section-header {
  margin-bottom: 30px;
}

.section-header .title {
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 10px;
}

.section-header p {
  font-size: 18px;
  font-weight: 400;
}

@media (max-width: 1191px) {
  .section-header .title {
    font-size: 35px;
  }
}

@media (max-width: 767px) {
  .section-header .title {
    font-size: 32px;
  }
}

@media (max-width: 591px) {
  .section-header .title {
    font-size: 28px;
  }
}

.why-wellhart {
  padding-top: 115px;
}

@media (max-width: 1191px) {
  .why-wellhart {
    padding-top: 80px;
  }
}

@media (max-width: 767px) {
  .why-wellhart {
    padding-top: 50px;
  }
}

.why-wellhart .section-img {
  max-width: calc(100% + 40px);
  width: calc(100% + 40px);
}

@media (max-width: 1191px) {
  .why-wellhart .section-img {
    max-width: 70%;
    width: 70%;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 767px) {
  .why-wellhart .section-img {
    max-width: 100%;
    width: 100%;
  }
}

.why-wellhart .gap-5 {
  margin-right: -5px;
  margin-left: -5px;
}

.why-wellhart .gap-5>* {
  padding-left: 5px;
  padding-right: 5px;
}

.why-wellhart .title-small {
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 10px;
}

.feature-bx1 {
  background-color: #FCF6F6;
  border-radius: 6px;
  padding: 12px 20px 12px 10px;
  color: #041E56;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.5;
  position: relative;
  height: calc(100% - 10px);
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
}

.feature-bx1::before {
  content: "";
  background-color: #fff;
  border-radius: 50px;
  height: 45px;
  width: 45px;
  min-width: 45px;
  display: flex;
  background-image: url('data:image/svg+xml,<svg width="18" height="14" viewBox="0 0 18 14" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M5.48706 13.1538C5.47552 13.1538 5.46398 13.1533 5.45244 13.1523C5.39438 13.147 5.33826 13.1286 5.28835 13.0985C5.23844 13.0684 5.19603 13.0273 5.16433 12.9783L0.0615947 5.10169C0.0151466 5.02983 -0.00600947 4.94452 0.00147418 4.85928C0.00895782 4.77404 0.0446539 4.69373 0.102914 4.63105C0.161173 4.56838 0.238669 4.52693 0.323139 4.51325C0.407608 4.49957 0.494226 4.51445 0.569287 4.55554L5.66844 7.35385L14.6326 0.0856922C14.7011 0.030205 14.7866 -4.81029e-05 14.8748 5.74115e-08H17.1536C17.2287 -1.12384e-06 17.3022 0.0219802 17.3649 0.0632322C17.4277 0.104484 17.477 0.163202 17.5067 0.232143C17.5365 0.301083 17.5454 0.37723 17.5324 0.45119C17.5195 0.52515 17.4851 0.593687 17.4336 0.648346L5.76698 13.0331C5.73101 13.0713 5.68763 13.1016 5.63949 13.1224C5.59135 13.1432 5.53948 13.1539 5.48706 13.1538Z" fill="%23B72F32"/></svg>');
  background-position: center;
  background-repeat: no-repeat;
}

.why-choose {
  background-color: #F7F9FB;
  padding-top: 115px;
  padding-bottom: 70px;
}

@media (max-width: 1191px) {
  .why-choose {
    padding-top: 80px;
    padding-bottom: 40px;
  }
}

@media (max-width: 767px) {
  .why-choose {
    padding-top: 50px;
    padding-bottom: 20px;
  }
}

.why-choose .section-img {
  border-radius: 16px;
  overflow: hidden;
  margin-bottom: 25px;
}

.why-choose .section-header {
  margin-right: 40px;
}

.why-choose .title-head {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 15px;
}

.why-choose .content-item {
  padding-top: 40px;
  padding-bottom: 40px;
  border-top: 1px solid #DCDEE2;
}

.why-choose .content-item .title {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 5px;
}

.why-choose .content-item p {
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 0;
}

@media (max-width: 1191px) {
  .why-choose .content-item {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .why-choose .content-item .title {
    font-size: 20px;
  }
}

@media (max-width: 1191px) {
  .why-choose .title-head {
    font-size: 24px;
  }

  .why-choose .section-img {
    margin-bottom: 18px;
  }
}

.sticky-side {
  position: sticky;
  top: 50px;
}

@media (max-width: 991px) {
  .sticky-side {
    position: static;
  }
}

.hero-banner {
  background: linear-gradient(90deg, #234182 0%, #B72F32 100%);
}

.hero-banner .bnr-title {
  font-weight: 700;
  font-size: 60px;
  line-height: 110%;
  color: #FFFFFF;
  margin-bottom: 24px;
}

@media (max-width: 1200px) {
  .hero-banner .bnr-title {
    font-size: 48px;
  }
}

@media (max-width: 767px) {
  .hero-banner .bnr-title {
    font-size: 38px;
    margin-bottom: 16px;
  }
}

.hero-banner .bnr-sub-title {
  font-weight: 700;
  font-size: 32px;
  line-height: 110%;
  color: #B72F32;
  background: #FFFFFF;
  border-radius: 8px;
  padding: 16px 24px;
  margin-bottom: 16px;
  display: inline-block;
}

@media (max-width: 1200px) {
  .hero-banner .bnr-sub-title {
    font-size: 26px;
    padding: 16px 15px;
  }
}

@media (max-width: 767px) {
  .hero-banner .bnr-sub-title {
    font-size: 18px;
    padding: 12px 15px;
    margin-bottom: 12px;
  }
}

.hero-banner p {
  font-weight: 600;
  font-size: 20px;
  line-height: 140%;
  color: #FFFFFF;
}

@media (max-width: 991px) {
  .hero-banner p {
    margin-bottom: 30px;
  }
}

@media (max-width: 991px) {
  .hero-banner p {
    margin-bottom: 15px;
  }
}

.hero-banner .subtext {
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: #FFFFFF;
  position: absolute;
  bottom: 40px;
}

@media (max-width: 991px) {
  .hero-banner .subtext {
    position: relative;
    bottom: auto;
  }
}

@media (max-width: 767px) {
  .hero-banner .subtext {
    font-size: 14px;
  }
}

.hero-banner .bnr-content {
  padding: 50px 0;
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

@media (max-width: 991px) {
  .hero-banner .bnr-content {
    padding-bottom: 0;
  }
}

@media (max-width: 767px) {
  .hero-banner .bnr-content {
    padding-top: 30px;
  }
}

.getstart-form {
  padding: 35px;
  border-radius: 8px;
  background: #FFFFFF;
  height: 400px;
  margin: 50px 0;
}

@media (max-width: 991px) {
  .getstart-form {
    margin-top: 30px;
  }
}

@media (max-width: 767px) {
  .getstart-form {
    margin-bottom: 30px;
  }
}

.getstart-form .form-title {
  font-weight: 700;
  font-size: 24px;
  line-height: 120%;
  color: #041E56;
  margin-bottom: 15px;
}

.getstart-form .form-note {
  font-weight: 400;
  font-size: 13px;
  line-height: 135%;
  color: #35383F;
  display: block;
}

.interested-apply-now {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 70px 0;
}

@media (max-width: 767px) {
  .interested-apply-now {
    padding: 40px 0;
  }
}

.interested-apply-now .getstart-form {
  margin: 0;
}

.interested-apply-now .section-title {
  font-weight: 700;
  font-size: 36px;
  line-height: 120%;
  color: #FFFFFF;
  margin-bottom: 15px;
}

@media (max-width: 767px) {
  .interested-apply-now .section-title {
    font-size: 24px;
  }
}

.interested-apply-now p {
  font-weight: 400;
  font-size: 18px;
  line-height: 135%;
  color: #FFFFFF;
}

@media (max-width: 767px) {
  .interested-apply-now p {
    font-size: 16px;
  }
}

.about-us-area {
  padding-top: 110px;
  z-index: 1;
  position: relative;
  margin-bottom: -105px;
}

@media (max-width: 767px) {
  .about-us-area {
    padding-top: 40px;
    margin-bottom: -50px;
  }
}

.about-us-area .section-head {
  text-align: center;
  margin-bottom: 50px;
}

@media (max-width: 1200px) {
  .about-us-area .section-head {
    margin-bottom: 30px;
  }
}

.about-us-area .section-head .section-title {
  font-weight: 700;
  font-size: 52px;
  line-height: 120%;
  letter-spacing: -0.02em;
  color: #234182;
  margin-bottom: 10px;
  white-space: nowrap;
}

@media (max-width: 1400px) {
  .about-us-area .section-head .section-title {
    font-size: 42px;
  }
}

@media (max-width: 1199px) {
  .about-us-area .section-head .section-title {
    font-size: 34px;
  }
}

@media (max-width: 991px) {
  .about-us-area .section-head .section-title {
    font-size: 30px;
  }
}

@media (max-width: 767px) {
  .about-us-area .section-head .section-title {
    font-size: clamp(10px, 3.8vw, 22px);
  }
}


.about-us-area .section-head p {
  font-weight: 500;
  font-size: 20px;
  line-height: 130%;
  color: #35383F;
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .about-us-area .section-head p {
    font-size: 16px;
  }
}

@media (max-width: 1400px) {
  .about-us-area .section-head .section-title {
    font-size: 45px;
  }
}

.about-us-area .about-list-content {
  padding: 72px 100px 50px;
  background: #041E56;
  border-radius: 20px;
}

@media (max-width: 1400px) {
  .about-us-area .about-list-content {
    padding: 60px 60px 40px;
  }
}

@media (max-width: 767px) {
  .about-us-area .about-list-content {
    padding: 25px 25px 20px;
    border-radius: 12px;
  }
}

.about-us-area .about-list-content .section-title {
  font-weight: 700;
  font-size: 40px;
  line-height: 130%;
  color: #FFFFFF;
  margin-bottom: 30px;
}

@media (max-width: 1200px) {
  .about-us-area .about-list-content .section-title {
    font-size: 32px;
  }
}

@media (max-width: 767px) {
  .about-us-area .about-list-content .section-title {
    font-size: 24px;
    margin-bottom: 20px;
  }
}

.about-us-area .about-list-content ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.about-us-area .about-list-content ul li {
  font-weight: 400;
  font-size: 18px;
  line-height: 135%;
  color: #FFFFFF;
  display: flex;
  align-items: start;
  gap: 10px;
  margin-bottom: 15px;
  padding-left: 28px;
  position: relative;
}

.about-us-area .about-list-content ul li:after {
  content: "";
  position: absolute;
  width: 18px;
  height: 24px;
  background: url('data:image/svg+xml,<svg width="18" height="23" viewBox="0 0 18 23" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M15 7.5L6.75 15.75L3 12" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
  left: 0;
  top: 0;
}

.about-us-area .about-list-content ul li:last-child {
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .about-us-area .about-list-content ul li {
    font-size: 16px;
  }
}

.about-us-area .about-list-content ul li p {
  margin-bottom: 0;
}

.about-us-area .about-list-content ul li strong {
  font-weight: 600;
}

.table-area {
  padding-top: 165px;
  padding-bottom: 65px;
  background: #053771;
}

@media (max-width: 767px) {
  .table-area {
    padding-top: 90px;
    padding-bottom: 40px;
  }
}

.table-area .table-title {
  font-weight: 600;
  font-size: 24px;
  line-height: 120%;
  color: #FFFFFF;
  margin-bottom: 15px;
}

@media (max-width: 1200px) {
  .table-area .table-title {
    font-size: 20px;
  }
}

@media (max-width: 991px) {
  .table-area .table-box {
    margin-bottom: 40px;
  }
}

.table-area table {
  text-align: left;
  width: 100%;
  border-spacing: 0;
  font-size: 18px;
  line-height: 120%;
}

@media (max-width: 1200px) {
  .table-area table {
    font-size: 15px;
  }
}

.table-area table td,
.table-area table th {
  padding: 10px 15px 10px 0px;
  border-bottom: 1px solid #526CA4;
}

.table-area table th {
  font-weight: 600;
  color: #ACBCD0;
}

.table-area table td {
  font-weight: 400;
  color: #FFFFFF;
}

.table-area .table-sub-text {
  font-weight: 400;
  font-size: 17px;
  line-height: 130%;
  color: #FFFFFF;
  margin-bottom: 0;
  margin-top: 10px;
}

@media (max-width: 767px) {
  .table-area .table-sub-text {
    font-size: 15px;
  }
}

.table-area .table-sub-text strong {
  font-weight: 700;
}

/*# sourceMappingURL=style.css.map */