.h-hero {
  font-size: 4.5em;
  line-height: 1.1;
}
.h1 {
  font-size: 2.8em;
  line-height: 1.15;
}
.h2 {
  font-size: 3.2rem;
  line-height: 1.2;
}
.h3 {
  font-size: 1.8em;
  line-height: 1.2;
}
.h4 {
  font-size: 2.6em;
  line-height: 1.3;
}
.h5 {
  font-size: 1.6em;
  line-height: 1.3;
}
.h6 {
  font-size: 1.3em;
  line-height: 1.4;
}
.b1 {
  font-size: 1.2em;
  line-height: 1.5;
}
.b2 {
  font-size: 1.1em;
  line-height: 1.4;
}
.b3 {
  font-size: 0.9em;
  line-height: 1.4;
}
.b4 {
  font-size: 0.8em;
  line-height: 1.4;
}
.b5 {
  font-size: 0.7em;
  line-height: 1.3;
}
.btn {
  font-size: 1.1em;
  padding: 1em 1.5em;
  line-height: 1.3;
  align-items: center;
  display: flex;
  text-align: center;
  gap: 0.4em;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  box-shadow: none;
  text-transform: none;
  transition: none;
  transition: all 0.2s ease-in-out;
  width: fit-content;
  text-decoration: none !important;
  border: none;
}
.btn span {
  font-weight: 700;
}
@media (max-width: 599.98px) {
  .btn span {
    display: none;
  }
}
.btn:hover {
  transition: all 0.2s ease-in-out;
  transform: scale(1.03);
  text-decoration: none !important;
}
.btn--color1 {
  background-color: var(--color1);
  color: white;
  text-shadow: 0px 1px 5px #0006;
}
.btn--color1:hover,
.btn--color1:focus {
  color: white;
  filter: var(--hover);
}
.btn--color1:active {
  filter: var(--active);
}
.btn--outline-color1 {
  background-color: transparent;
  box-shadow: inset 0 0 0 2px var(--color1);
  color: var(--color1);
}
.btn--outline-color1:hover,
.btn--outline-color1:focus {
  filter: var(--hover);
  color: white;
  box-shadow: inset 0 0 0 100px var(--color1);
}
.btn--color2 {
  background-color: var(--color2);
  color: white;
}
.btn--color2:hover,
.btn--color2:focus {
  color: white;
  filter: var(--hover);
}
.btn--color2:active {
  filter: var(--active);
}
.btn--outline-color2 {
  background-color: transparent;
  box-shadow: inset 0 0 0 2px var(--color2);
  color: #fff;
}
.btn--outline-color2:hover,
.btn--outline-color2:focus {
  filter: var(--hover);
  color: white;
  box-shadow: inset 0 0 0 100px var(--color2);
}
.btn--color3 {
  background-color: var(--color3);
  color: white;
}
.btn--color3:hover,
.btn--color3:focus {
  color: white;
  filter: var(--hover);
}
.btn--color3:active {
  filter: var(--active);
}
.btn--outline-color3 {
  background-color: transparent;
  box-shadow: inset 0 0 0 2px var(--color3);
  color: var(--color3);
}
.btn--outline-color3:hover,
.btn--outline-color3:focus {
  filter: var(--hover);
  color: white;
  box-shadow: inset 0 0 0 100px var(--color3);
}
.btn--white {
  background-color: white;
  color: var(--color1);
}
.btn--white:hover,
.btn--white:focus {
  filter: var(--hover);
}
.btn--white:active {
  filter: var(--active);
}
.btn--outline-white {
  background-color: transparent;
  box-shadow: inset 0 0 0 1px white;
  color: white;
}
.btn--outline-white:hover,
.btn--outline-white:focus {
  box-shadow: inset 0 0 0 4px white;
  color: white;
}
.btn--clear-dark {
  background-color: transparent;
  color: var(--color2);
}
.btn--clear-dark:hover,
.btn--clear-dark:focus {
  color: var(--color1);
}
.btn--clear-white {
  background-color: transparent;
  color: #fffc;
}
.btn--clear-white:hover,
.btn--clear-white:focus {
  color: white;
}
.btn--xs {
  font-size: 0.75em;
}
.btn--sm {
  font-size: 0.85em;
}
.btn--rg {
  font-size: 1em;
}
.btn--md {
  font-size: 1.2em;
}
.btn--lg {
  font-size: 1.4em;
}
.btn--xl {
  font-size: 1.8em;
}
.benefits {
  padding: 2em 0;
}
@media (max-width: 599.98px) {
  .benefits {
    font-size: 70%;
  }
}
@media (min-width: 600px)  and (max-width: 767.98px) {
  .benefits {
    font-size: 80%;
  }
}
.benefits .container {
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 1;
  gap: 2em;
}
.benefits.bg-pattern .bg-fill__img {
  background-size: auto;
  background-repeat: repeat;
}
.benefits__icon iconify-icon {
  display: block;
}
.benefits__item {
  align-items: center;
  display: flex;
  flex: 1;
  gap: 0.5em;
}
.benefits__item:nth-child(1) {
  justify-content: flex-start;
}
.benefits__item:nth-child(2) {
  justify-content: center;
}
.benefits__item:nth-child(3) {
  justify-content: flex-end;
}
@media (max-width: 599.98px) {
  .benefits__item {
    flex-direction: column;
  }
  .benefits__item .benefits__text {
    text-align: center;
  }
}
.benefits__item--top {
  flex-direction: column;
}
.benefits__item--top .benefits__text {
  text-align: center;
}
.faqs.align--center .faqs__heading {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.faqs.align--center .section__actions {
  justify-content: center;
}
@media (min-width: 600px) {
  .faqs.align--center .section__actions {
    margin-top: 3em;
  }
}
.faqs.align--center .bg-fill__img {
  background-size: 105px !important;
  background-repeat: repeat !important;
}
.faqs .container {
  position: relative;
  z-index: 1;
}
@media (max-width: 767.98px) {
  .faqs .container {
    padding-top: 3em;
    padding-bottom: 3em;
  }
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .faqs .container {
    padding-top: 4em;
    padding-bottom: 4em;
  }
}
@media (min-width: 1200px) {
  .faqs .container {
    padding-top: 6em;
    padding-bottom: 6em;
  }
}
@media (max-width: 599.98px) {
  .faqs__heading {
    margin-bottom: 2em;
  }
}
@media (min-width: 600px) {
  .faqs__heading {
    margin-bottom: 3em;
  }
}
.faqs__list {
  margin: auto;
}
.hero .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 1;
}
@media (max-width: 767.98px) {
  .hero .container {
    flex-direction: column;
    gap: 2em;
    padding-top: 2em;
    padding-bottom: 2em;
  }
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .hero .container {
    gap: 3em;
    padding-top: 8em;
    padding-bottom: 10em;
  }
}
@media (min-width: 1200px) {
  .hero .container {
    gap: 5em;
    padding-top: 12em;
    padding-bottom: 15em;
  }
}
@media (min-width: 1200px) {
  .hero__tall {
    height: 80vh;
  }
}
@media (max-width: 767.98px) {
  .hero__background-image--desktop {
    display: none;
  }
}
@media (min-width: 768px) {
  .hero__background-image--mobile {
    display: none;
  }
}
.hero__content {
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .hero__content {
    padding: 0 !important;
  }
}
.hero__title {
  margin: 0.1em 0 0.5em;
  line-height: 1.2;
}
.hero__actions {
  display: flex;
  gap: 1.5em;
  flex-wrap: wrap;
  align-items: center;
}
@media (max-width: 599.98px) {
  .hero__actions {
    margin-top: 2em;
  }
}
@media (max-width: 991.98px) {
  .hero__actions {
    font-size: 80%;
  }
}
@media (min-width: 600px) {
  .hero__actions {
    margin-top: 2em;
  }
}
.hero__actions .btn--color1 {
  box-shadow: 0 10px 10px #0003;
}
.notification {
  padding: 0.8em 1em;
  text-align: center;
  color: white;
  background: #202123;
  display: block;
  width: fit-content;
  font-weight: 500;
  margin: 3em auto 0;
}
@media (max-width: 599.98px) {
  .notification {
    font-size: 1.2em;
    line-height: 1.5;
  }
}
@media (min-width: 600px) {
  .notification {
    font-size: 1.6em;
    line-height: 1.3;
  }
}
@media (min-width: 768px)  and (max-width: 991.98px) {
  .hero--left .hero__content {
    width: 60%;
  }
}
@media (min-width: 992px) {
  .hero--left .hero__content {
    width: 55%;
    place-content: end;
  }
}
@media (min-width: 992px) {
  .hero--left .hero__image--desktop {
    display: flex;
    justify-content: flex-end;
  }
}
@media (min-width: 768px)  and (max-width: 991.98px) {
  .hero--left .hero__image {
    width: 35%;
  }
}
@media (min-width: 992px) {
  .hero--left .hero__image {
    width: 40%;
  }
}
.hero--left .hero__image img {
  width: 100%;
  height: auto;
  display: block;
}
.hero--center .container {
  flex-direction: column;
  padding-top: 3em;
  padding-bottom: 3em;
}
.hero--center .hero__content {
  text-align: center;
  margin: auto;
}
.hero--center .hero__subtitle {
  margin: auto;
}
.hero--center .hero__actions {
  justify-content: center;
}
.hero--right .hero__content {
  order: 2;
}
@media (min-width: 768px)  and (max-width: 991.98px) {
  .hero--right .hero__content {
    width: 60%;
  }
}
@media (min-width: 992px) {
  .hero--right .hero__content {
    width: 55%;
  }
}
.hero--right .hero__image {
  order: 1;
}
@media (min-width: 768px)  and (max-width: 991.98px) {
  .hero--right .hero__image {
    width: 40%;
  }
}
@media (min-width: 992px) {
  .hero--right .hero__image {
    width: 45%;
  }
}
.hero--right .hero__image img {
  width: 100%;
  height: auto;
  display: block;
}
.theme--light .hero__title {
  color: black;
}
.theme--light .hero__subtitle {
  color: rgba(0, 0, 0, 0.8);
}
.theme--dark .hero__title {
  color: white;
}
.theme--dark .hero__subtitle {
  color: rgba(255, 255, 255, 0.8);
}
@media (max-width: 767.98px) {
  .hero__image--desktop {
    display: none;
  }
}
@media (min-width: 768px) {
  .hero__image--mobile {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .hero-title-size--mob125 {
    font-size: 12.5vw;
  }
  .hero-title-size--mob120 {
    font-size: 12vw;
  }
  .hero-title-size--mob115 {
    font-size: 11.5vw;
  }
  .hero-title-size--mob110 {
    font-size: 11vw;
  }
  .hero-title-size--mob105 {
    font-size: 10.5vw;
  }
  .hero-title-size--mob100 {
    font-size: 10vw;
  }
  .hero-title-size--mob95 {
    font-size: 9.5vw;
  }
  .hero-title-size--mob90 {
    font-size: 9vw;
  }
  .hero-title-size--mob85 {
    font-size: 8.5vw;
  }
  .hero-title-size--mob80 {
    font-size: 8vw;
  }
  .hero-title-size--mob75 {
    font-size: 7.5vw;
  }
  .hero-title-size--mob70 {
    font-size: 7vw;
  }
  .hero-title-size--mob65 {
    font-size: 6.5vw;
  }
  .hero-title-size--mob60 {
    font-size: 6vw;
  }
}
@media (min-width: 600px) and (max-width: 1499.98px) {
  .hero-title-size--tab80 {
    font-size: 8vw;
  }
  .hero-title-size--tab75 {
    font-size: 7.5vw;
  }
  .hero-title-size--tab70 {
    font-size: 7vw;
  }
  .hero-title-size--tab65 {
    font-size: 6.5vw;
  }
  .hero-title-size--tab60 {
    font-size: 6vw;
  }
  .hero-title-size--tab55 {
    font-size: 5.5vw;
  }
  .hero-title-size--tab50 {
    font-size: 5vw;
  }
  .hero-title-size--tab45 {
    font-size: 4.5vw;
  }
  .hero-title-size--tab40 {
    font-size: 4vw;
  }
  .hero-title-size--tab35 {
    font-size: 3.5vw;
  }
  .hero-title-size--tab30 {
    font-size: 3vw;
  }
  .hero-title-size--tab25 {
    font-size: 2.5vw;
  }
  .hero-title-size--tab20 {
    font-size: 2vw;
  }
}
@media (min-width: 1200px) {
  .hero-title-size--desk80 {
    font-size: 8em;
  }
  .hero-title-size--desk75 {
    font-size: 7.5em;
  }
  .hero-title-size--desk70 {
    font-size: 7em;
  }
  .hero-title-size--desk65 {
    font-size: 6.5em;
  }
  .hero-title-size--desk60 {
    font-size: 6em;
  }
  .hero-title-size--desk55 {
    font-size: 5.5em;
  }
  .hero-title-size--desk50 {
    font-size: 5em;
  }
  .hero-title-size--desk45 {
    font-size: 4.5em;
  }
  .hero-title-size--desk40 {
    font-size: 4em;
  }
  .hero-title-size--desk35 {
    font-size: 3.5em;
  }
  .hero-title-size--desk30 {
    font-size: 3em;
  }
  .hero-title-size--desk25 {
    font-size: 2.5em;
  }
  .hero-title-size--desk20 {
    font-size: 2em;
  }
}
.methods__section .container {
  display: flex;
  flex-direction: column;
  gap: 1em;
  justify-content: center;
  align-items: center;
}
.lines__title span {
  font-weight: 700;
  font-size: 3.2rem !important;
}
@media (max-width: 599.98px) {
  .lines__title span {
    font-size: 2.6rem !important;
  }
}
/* .page__heading--lines::before {
    content: "";
    width: calc(100vw - 80vw);
    height: 2px;
    background-color: rgba(12, 46, 102, 0.3);
    display: inline-block;
    position: relative;
    left: -30em;
    transform: translateY(48px);
    border-radius: 4em;
}

.page__heading--lines::after {
    content: "";
    width: calc(100vw - 80vw);
    height: 2px;
    background-color: rgba(12, 46, 102, 0.3);
    display: inline-block;
    position: relative;
    left: 30em;
    border-radius: 4em;
    top: -64px;
} */
.methods-imgs__container {
  display: flex;
  flex-direction: row;
  gap: 2em;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width: 767.98px) {
  .methods-imgs__container img {
    width: 180px;
  }
}
@media (max-width: 599.98px) {
  .methods-imgs__container img {
    width: 150px;
  }
}
.clients-imgs__container {
  display: flex;
  position: relative;
  overflow: hidden;
  max-width: 60vw;
  top: -63px;
  white-space: nowrap;
  gap: 4em;
}
@media (max-width: 599.98px) {
  .clients-imgs__container {
    max-width: 53vw;
  }
}
.clients__scroll {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: 0px;
  position: relative;
  top: 30px;
  direction: rtl;
}
.dashboards__section .container {
  display: flex;
  flex-direction: column;
}
.dashboards__section .dashboard__content {
  background: linear-gradient(90deg, #0C2E66 0%, #1484E0 100%);
  width: 100%;
  border-radius: 2em;
  padding: 2em 2em 0.5em 2em;
  color: white;
}
@media (max-width: 599.98px) {
  .dashboards__section .dashboard__content {
    padding: 1em 1em 0.5em 1em;
  }
}
.dashboards__section .dashboard__item .bg-fill {
  width: 100%;
  height: 550px;
  display: block;
  border-radius: 2em;
}
@media (max-width: 821px) {
  .dashboards__section .dashboard__item .bg-fill {
    height: 300px;
  }
}
.dashboards__section .dashboards__navigation {
  display: flex;
  justify-content: space-between;
  position: relative;
  top: -22em;
  height: 0px;
  direction: rtl;
}
@media (max-width: 821px) {
  .dashboards__section .dashboards__navigation {
    top: -17em;
  }
}
@media (max-width: 599.98px) {
  .dashboards__section .dashboards__navigation {
    top: -15em !important;
  }
}
.next,
.prev {
  background: linear-gradient(0deg, #0C2E66 0%, #1484E0 100%);
  border-radius: 100%;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 250ms ease-in-out;
  cursor: pointer;
}
.next:hover,
.prev:hover {
  background: linear-gradient(90deg, #0C2E66 0%, #1484E0 100%);
  scale: 1.1;
}
.next {
  margin-left: 1em;
}
.prev {
  margin-right: 1em;
}
.logo-grid {
  background: white;
}
.logo-grid .container {
  position: relative;
  z-index: 1;
  padding-top: 1em;
  padding-bottom: 1em;
}
.logo-grid__logos {
  display: grid;
  width: 100%;
}
.logo-grid__item {
  text-align: center;
  align-items: center;
  display: flex;
  justify-content: center;
}
.logo-grid__item img {
  width: 100%;
  height: auto;
}
@media (max-width: 599.98px) {
  .logo-col--mobile1 {
    grid-template-columns: repeat(1, 1fr);
  }
  .logo-col--mobile2 {
    grid-template-columns: repeat(2, 1fr);
  }
  .logo-col--mobile3 {
    grid-template-columns: repeat(3, 1fr);
  }
  .logo-col--mobile4 {
    grid-template-columns: repeat(4, 1fr);
  }
  .logo-col--mobile5 {
    grid-template-columns: repeat(5, 1fr);
  }
  .logo-col--mobile6 {
    grid-template-columns: repeat(6, 1fr);
  }
  .logo-col--mobile7 {
    grid-template-columns: repeat(7, 1fr);
  }
  .logo-col--mobile8 {
    grid-template-columns: repeat(8, 1fr);
  }
  .logo-col--mobile9 {
    grid-template-columns: repeat(9, 1fr);
  }
  .logo-col--mobile10 {
    grid-template-columns: repeat(10, 1fr);
  }
  .logo-mob-mw20 img {
    max-width: 20%;
  }
  .logo-mob-mw30 img {
    max-width: 30%;
  }
  .logo-mob-mw40 img {
    max-width: 40%;
  }
  .logo-mob-mw50 img {
    max-width: 50%;
  }
  .logo-mob-mw60 img {
    max-width: 60%;
  }
  .logo-mob-mw70 img {
    max-width: 70%;
  }
  .logo-mob-mw80 img {
    max-width: 80%;
  }
  .logo-mob-mw90 img {
    max-width: 90%;
  }
  .logo-mob-mw100 img {
    max-width: 100%;
  }
  .logo-mob-pad0 img {
    padding: 0% 0;
  }
  .logo-mob-pad5 img {
    padding: 5% 0;
  }
  .logo-mob-pad10 img {
    padding: 10% 0;
  }
  .logo-mob-pad15 img {
    padding: 15% 0;
  }
  .logo-mob-pad20 img {
    padding: 20% 0;
  }
}
@media (min-width: 600px) and (max-width: 991.98px) {
  .logo-col--tablet1 {
    grid-template-columns: repeat(1, 1fr);
  }
  .logo-col--tablet2 {
    grid-template-columns: repeat(2, 1fr);
  }
  .logo-col--tablet3 {
    grid-template-columns: repeat(3, 1fr);
  }
  .logo-col--tablet4 {
    grid-template-columns: repeat(4, 1fr);
  }
  .logo-col--tablet5 {
    grid-template-columns: repeat(5, 1fr);
  }
  .logo-col--tablet6 {
    grid-template-columns: repeat(6, 1fr);
  }
  .logo-col--tablet7 {
    grid-template-columns: repeat(7, 1fr);
  }
  .logo-col--tablet8 {
    grid-template-columns: repeat(8, 1fr);
  }
  .logo-col--tablet9 {
    grid-template-columns: repeat(9, 1fr);
  }
  .logo-col--tablet10 {
    grid-template-columns: repeat(10, 1fr);
  }
  .logo-tab-mw20 img {
    max-width: 20%;
  }
  .logo-tab-mw30 img {
    max-width: 30%;
  }
  .logo-tab-mw40 img {
    max-width: 40%;
  }
  .logo-tab-mw50 img {
    max-width: 50%;
  }
  .logo-tab-mw60 img {
    max-width: 60%;
  }
  .logo-tab-mw70 img {
    max-width: 70%;
  }
  .logo-tab-mw80 img {
    max-width: 80%;
  }
  .logo-tab-mw90 img {
    max-width: 90%;
  }
  .logo-tab-mw100 img {
    max-width: 100%;
  }
  .logo-tab-pad0 img {
    padding: 0% 0;
  }
  .logo-tab-pad5 img {
    padding: 5% 0;
  }
  .logo-tab-pad10 img {
    padding: 10% 0;
  }
  .logo-tab-pad15 img {
    padding: 15% 0;
  }
  .logo-tab-pad20 img {
    padding: 20% 0;
  }
}
@media (min-width: 992px) {
  .logo-col--desktop1 {
    grid-template-columns: repeat(1, 1fr);
  }
  .logo-col--desktop2 {
    grid-template-columns: repeat(2, 1fr);
  }
  .logo-col--desktop3 {
    grid-template-columns: repeat(3, 1fr);
  }
  .logo-col--desktop4 {
    grid-template-columns: repeat(4, 1fr);
  }
  .logo-col--desktop5 {
    grid-template-columns: repeat(5, 1fr);
  }
  .logo-col--desktop6 {
    grid-template-columns: repeat(6, 1fr);
  }
  .logo-col--desktop7 {
    grid-template-columns: repeat(7, 1fr);
  }
  .logo-col--desktop8 {
    grid-template-columns: repeat(8, 1fr);
  }
  .logo-col--desktop9 {
    grid-template-columns: repeat(9, 1fr);
  }
  .logo-col--desktop10 {
    grid-template-columns: repeat(10, 1fr);
  }
  .logo-desk-mw20 img {
    max-width: 20%;
  }
  .logo-desk-mw30 img {
    max-width: 30%;
  }
  .logo-desk-mw40 img {
    max-width: 40%;
  }
  .logo-desk-mw50 img {
    max-width: 50%;
  }
  .logo-desk-mw60 img {
    max-width: 60%;
  }
  .logo-desk-mw70 img {
    max-width: 70%;
  }
  .logo-desk-mw80 img {
    max-width: 80%;
  }
  .logo-desk-mw90 img {
    max-width: 90%;
  }
  .logo-desk-mw100 img {
    max-width: 100%;
  }
  .logo-desk-pad0 img {
    padding: 0% 0;
  }
  .logo-desk-pad5 img {
    padding: 5% 0;
  }
  .logo-desk-pad10 img {
    padding: 10% 0;
  }
  .logo-desk-pad15 img {
    padding: 15% 0;
  }
  .logo-desk-pad20 img {
    padding: 20% 0;
  }
}
.logo__opacity--100 img {
  opacity: 1;
}
.logo__opacity--90 img {
  opacity: 0.9;
}
.logo__opacity--80 img {
  opacity: 0.8;
}
.logo__opacity--70 img {
  opacity: 0.7;
}
.logo__opacity--60 img {
  opacity: 0.6;
}
.logo__opacity--50 img {
  opacity: 0.5;
}
.logo__opacity--40 img {
  opacity: 0.4;
}
.logo__opacity--30 img {
  opacity: 0.3;
}
.logo__opacity--20 img {
  opacity: 0.2;
}
.logo__opacity--10 img {
  opacity: 0.1;
}
.plan .container {
  flex-direction: column;
}
.plan .section__actions {
  margin-top: 3.5em;
}
.plan > .bg-fill__img {
  background-size: 105px !important;
  background-repeat: repeat !important;
}
.plan__heading {
  text-align: center;
  margin: auto;
}
@media (max-width: 767.98px) {
  .plan__heading {
    margin-bottom: 2em;
  }
}
@media (min-width: 768px) {
  .plan__heading {
    margin-bottom: 3em;
  }
}
.plan__steps {
  display: flex;
  width: 100%;
}
@media (max-width: 767.98px) {
  .plan__steps {
    flex-direction: column;
    gap: 1.5em;
  }
}
@media (min-width: 768px) {
  .plan__steps {
    gap: 2em;
  }
}
.plan__step-item {
  text-align: center;
  display: flex;
  background: white;
  padding: 2em;
  box-shadow: 0 5px 8px #0002;
  position: relative;
  flex: 1;
}
@media (max-width: 599.98px) {
  .plan__step-item {
    flex-direction: column;
    gap: 0.4em;
  }
}
@media (min-width: 600px)  and (max-width: 767.98px) {
  .plan__step-item {
    justify-content: center;
    gap: 2em;
    align-items: center;
  }
}
@media (min-width: 768px) {
  .plan__step-item {
    flex-direction: column;
    gap: 0.4em;
  }
}
.plan__step-name {
  position: relative;
  margin-bottom: 1em;
  padding: 0.5em 1em;
  font-size: 1.2em;
  font-weight: 600;
  color: #fff;
  width: fit-content;
  border-bottom: 2px solid #CBAD6D;
  display: none;
}
@media (max-width: 599.98px) {
  .plan__step-name {
    margin-left: auto;
    margin-right: auto;
    margin-top: -2.3em;
  }
}
@media (min-width: 600px)  and (max-width: 767.98px) {
  .plan__step-name {
    font-size: 1.1em;
    line-height: 1.4;
  }
}
@media (min-width: 768px) {
  .plan__step-name {
    margin-left: auto;
    margin-right: auto;
    margin-top: -2.3em;
  }
}
.plan__image {
  height: auto;
  margin-bottom: 1em;
}
@media (max-width: 599.98px) {
  .plan__image {
    padding-top: 60%;
    width: 100%;
  }
}
@media (min-width: 600px)  and (max-width: 767.98px) {
  .plan__image {
    width: 50%;
    padding-top: 200px;
  }
}
@media (min-width: 768px) {
  .plan__image {
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .plan__image {
    padding-top: 75%;
  }
}
@media (min-width: 1200px) {
  .plan__image {
    padding-top: 70%;
  }
}
.plan__content {
  display: flex;
  flex-direction: column;
  gap: 0.5em;
  max-width: 90%;
  margin: auto;
}
@media (min-width: 600px)  and (max-width: 767.98px) {
  .plan__content {
    text-align: left;
    width: 50%;
  }
  .plan__content br {
    display: none;
  }
}
.plan__step-title {
  font-size: 1.8em;
  line-height: 1.2;
  font-weight: 600;
}
.plan__step-subtitle {
  font-size: 1.1em;
  line-height: 1.4;
}
@media (max-width: 767.98px) {
  .solution .container {
    gap: 2em;
  }
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .solution .container {
    gap: 3em;
  }
}
@media (min-width: 1200px) {
  .solution .container {
    gap: 5em;
  }
}
.solution__content {
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 1;
}
@media (max-width: 599.98px) {
  .solution__content {
    order: 2;
  }
}
.solution__image {
  position: relative;
  z-index: 1;
}
@media (max-width: 599.98px) {
  .solution__image {
    order: 1;
  }
}
@media (max-width: 767.98px) {
  .solution__image img {
    margin: auto;
  }
}
@media (max-width: 599.98px) {
  .container-image {
    width: calc(100% - 42px);
  }
}
@media (min-width: 600px) and (max-width: 1499.98px) {
  .container-image {
    padding-left: 3em;
    padding-right: 3em;
    width: calc(100% - 75px);
  }
}
@media (min-width: 1200px) {
  .container-image {
    padding-left: 4em;
    padding-right: 4em;
  }
}
@media (max-width: 767.98px) {
  .solution__content--block {
    padding: 2em;
  }
}
@media (min-width: 768px) {
  .solution__content--block {
    padding: 3em;
  }
}
@media (min-width: 768px)  and (max-width: 991.98px) {
  .align--left .solution__content {
    width: 60%;
  }
}
@media (min-width: 992px) {
  .align--left .solution__content {
    width: 55%;
  }
}
@media (min-width: 768px)  and (max-width: 991.98px) {
  .align--left .solution__image {
    width: 40%;
  }
}
@media (min-width: 992px) {
  .align--left .solution__image {
    width: 45%;
  }
}
.align--left .solution__image img {
  width: 100%;
  height: auto;
  display: block;
}
@media (min-width: 768px) {
  .align--left .solution__image img {
    margin-left: auto;
  }
}
.align--center .solution__content {
  text-align: center;
  margin: auto;
}
.align--center .solution__actions {
  justify-content: center;
}
.align--center .solution__image {
  display: none;
}
.align--right .solution__content {
  order: 2;
}
@media (min-width: 768px)  and (max-width: 991.98px) {
  .align--right .solution__content {
    width: 60%;
  }
}
@media (min-width: 992px) {
  .align--right .solution__content {
    width: 55%;
  }
}
.align--right .solution__image {
  order: 1;
}
@media (min-width: 768px)  and (max-width: 991.98px) {
  .align--right .solution__image {
    width: 40%;
  }
}
@media (min-width: 992px) {
  .align--right .solution__image {
    width: 45%;
  }
}
.align--right .solution__image img {
  width: 100%;
  height: auto;
  display: block;
}
@media (min-width: 768px) {
  .align--right .solution__image img {
    margin-right: auto;
  }
}
@media (max-width: 767.98px) {
  section.solution--tall .container {
    padding-top: 6em;
    padding-bottom: 6em;
  }
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  section.solution--tall .container {
    padding-top: 8em;
    padding-bottom: 8em;
  }
}
@media (min-width: 1200px) {
  section.solution--tall .container {
    padding-top: 12em;
    padding-bottom: 12em;
  }
}
@media (max-width: 767.98px) {
  section.solution--extra-tall .container {
    padding-top: 6em;
    padding-bottom: 6em;
  }
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  section.solution--extra-tall .container {
    padding-top: 12em;
    padding-bottom: 12em;
  }
}
@media (min-width: 1200px) {
  section.solution--extra-tall .container {
    padding-top: 20em;
    padding-bottom: 20em;
  }
}
@media (max-width: 767.98px) {
  .solution__image--desktop {
    display: none;
  }
}
@media (min-width: 768px) {
  .solution__image--mobile {
    display: none;
  }
}
.features .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding-top: 2em;
  padding-bottom: 4em;
}
.features .container .type {
  max-width: 500px;
  font-size: 95%;
}
.features .container .features__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 3em;
  gap: 1.5em;
  width: 70vw;
}
@media (max-width: 991.98px) {
  .features .container .features__grid {
    width: unset;
  }
}
@media (max-width: 767.98px) {
  .features .container .features__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 599.98px) {
  .features .container .features__grid {
    grid-template-columns: repeat(1, 1fr);
  }
}
.features .container .features__grid .features__item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1em;
  padding: 1em 2em;
  border-radius: 1em;
  box-shadow: 0 0 0 1px #0003;
}
.features .container .features__grid .features__item div.features__icon {
  width: fit-content;
  padding: 0.8em 1em;
  background: #fff;
  box-shadow: 0 5px 8px #0002, 0 0 0 1px #0002;
  border-radius: 9999px;
}
.sticky-news .container {
  flex-direction: column;
}
.sticky-news .section__actions {
  margin-top: 3em;
}
.sticky__heading {
  width: 100%;
  text-align: center;
  gap: 1em;
  display: flex;
  flex-direction: column;
}
@media (max-width: 767.98px) {
  .sticky__heading {
    margin-bottom: 2em;
  }
}
@media (min-width: 768px) {
  .sticky__heading {
    margin-bottom: 3em;
  }
}
.sticky__heading .section__title {
  margin: 0;
}
.sticky__posts {
  display: flex;
}
@media (max-width: 767.98px) {
  .sticky__posts {
    flex-direction: column;
  }
}
@media (max-width: 991.98px) {
  .sticky__posts {
    gap: 2em;
  }
}
@media (min-width: 992px) {
  .sticky__posts {
    gap: 5em;
  }
}
.sticky__posts h2 {
  font-size: 1.6em;
  line-height: 1.3;
}
@media (max-width: 767.98px) {
  .post--sticky--reports .post__content {
    padding: 1.5em 1em 2em 1em !important;
  }
}
@media (max-width: 599.98px) {
  .post--sticky--reports .post__content {
    padding: 0.5em 1em 2em 1em;
  }
}
@media (max-width: 767.98px) {
  .post--sticky--reports .post__excerpt {
    min-height: unset!important;
  }
}
@media (max-width: 599.98px) {
  .post--sticky--reports .post__excerpt {
    min-height: 123px!important;
  }
}
.post--sticky {
  margin: 0;
  gap: 1.5em 3em;
  flex: 1;
}
@media (max-width: 599.98px) {
  .post--sticky {
    flex-direction: column;
  }
  .post--sticky .post__content {
    order: 2;
  }
  .post--sticky .post__thumb {
    order: 1;
  }
}
@media (min-width: 600px)  and (max-width: 767.98px) {
  .post--sticky {
    flex-wrap: wrap;
  }
  .post--sticky .post__content {
    order: 1;
  }
  .post--sticky .post__thumb {
    order: 2;
  }
}
@media (min-width: 768px) {
  .post--sticky {
    flex-direction: column;
  }
  .post--sticky .post__content {
    order: 2;
  }
  .post--sticky .post__thumb {
    order: 1;
  }
}
.post--sticky .post__content {
  padding: 0.5em 1em 2em 1em;
}
.post--sticky .post__thumb {
  height: auto;
}
@media (max-width: 599.98px) {
  .post--sticky .post__thumb {
    padding-top: 57%;
  }
}
@media (min-width: 600px)  and (max-width: 767.98px) {
  .post--sticky .post__thumb {
    width: 160px;
    height: 160px;
    flex: none;
  }
}
@media (min-width: 768px) {
  .post--sticky .post__thumb {
    padding-top: 70%;
  }
}
.post--sticky .post__thumb .bg-fill__img {
  border-radius: 1em 1em 0 0;
}
.post--sticky .post__excerpt p {
  font-size: 1.1em;
  line-height: 1.4;
}
.post--sticky:hover {
  scale: 1.02;
  transition: all 250ms ease-in-out;
}
.section__title span {
  font-weight: 700;
  font-size: 3.2rem !important;
}
@media (max-width: 599.98px) {
  .section__title span {
    font-size: 2.6rem !important;
  }
}
.home-section .container {
  display: flex;
  align-items: center;
  position: relative;
  z-index: 1;
}
@media (max-width: 767.98px) {
  .home-section .container {
    flex-direction: column;
    padding-top: 3em;
    padding-bottom: 3em;
  }
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .home-section .container {
    padding-top: 3em;
    padding-bottom: 3em;
  }
}
@media (min-width: 1200px) {
  .home-section .container {
    padding-top: 3em;
    padding-bottom: 3em;
  }
}
.section__overline {
  line-height: 1.6;
}
.section__title {
  font-weight: 700;
  margin: 0.1em 0 0.5em;
}
@media (max-width: 599.98px) {
  .section__title {
    font-size: 2.6em;
    line-height: 1.3;
  }
}
@media (min-width: 600px) {
  .section__title {
    font-size: 3.2rem;
    line-height: 1.2;
  }
}
.section__subtitle p:first-child {
  margin-top: 0;
}
.section__subtitle p:last-child {
  margin-bottom: 0;
}
.section__subtitle strong,
.section__subtitle b {
  font-weight: 600;
}
.section__subtitle em,
.section__subtitle i {
  font-style: italic;
}
.section__subtitle p,
.section__subtitle blockquote,
.section__subtitle ul,
.section__subtitle ol {
  max-width: 100%;
}
.section__actions {
  display: flex;
  gap: 1.5em;
  flex-wrap: wrap;
  align-items: center;
}
@media (max-width: 599.98px) {
  .section__actions {
    margin-top: 2em;
  }
}
@media (max-width: 991.98px) {
  .section__actions {
    font-size: 80%;
  }
}
@media (min-width: 600px) {
  .section__actions {
    margin-top: 2em;
  }
}
.theme--light .section__title {
  color: black;
}
.theme--light .section__subtitle {
  color: rgba(0, 0, 0, 0.8);
}
.theme--dark .section__title {
  color: white;
}
.theme--dark .section__subtitle {
  color: rgba(255, 255, 255, 0.8);
}
.theme--dark p,
.theme--dark blockquote,
.theme--dark > ul,
.theme--dark > ol,
.theme--dark pre {
  color: #fff9;
}
.theme--dark strong,
.theme--dark b {
  color: white !important;
}
.mb-home {
  margin-bottom: 4em;
}
@media (max-width: 599.98px) {
  .our_mission {
    margin-top: -5em;
  }
}
.our_mission .container {
  padding-top: 0!important;
}
/* .method_posts__container {
	gap: 2em;
    display: flex;
    justify-content: unset;
	flex-direction: row!important;
    align-items: unset;
    overflow: hidden;
	padding: 1em 1em;
    max-width: 65vw;

	.post--sticky {
		min-width: 370px;

		@media @x-sm {
			min-width: 300px;
		}
	}
} */
.method_posts__container {
  gap: 2em;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: auto;
}
@media (max-width: 991.98px) {
  .method_posts__container {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767.98px) {
  .method_posts__container {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media (min-width: 600px)  and (max-width: 767.98px) {
  .method_posts__container .post--sticky--method_posts {
    justify-content: center;
    align-items: center;
  }
}
@media (max-width: 767.98px) {
  .method_posts__container .post__excerpt {
    min-height: unset!important;
  }
}
