body {
  font-family: IBM Plex Sans;
}
.display-1 {
 font-family: 'Roboto', sans-serif;
/* font-family: 'Jost', sans-serif; */
  font-size: 3.25rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 4.0625rem;
}
.display-2 {
  font-family: 'Roboto', sans-serif;
  font-size: 2.5rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.125rem;
}
.display-4 {
  font-family: 'Roboto', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.5125rem;
}
.display-5 {
  font-family: 'Roboto', sans-serif;
  font-size: 2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Roboto', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.25rem;
}

.display-8 {
  font-family: 'Roboto', sans-serif !important;
  font-size: 1rem !important;
  line-height: 1.5;
}
.display-8 > .mbr-iconfont {
  font-size: 1.25rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 2.6rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.275rem;
    font-size: calc( 1.7874999999999999rem + (3.25 - 1.7874999999999999) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.7874999999999999rem + (3.25 - 1.7874999999999999) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2rem;
    font-size: calc( 1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.968rem;
    font-size: calc( 1.0735rem + (1.21 - 1.0735) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0735rem + (1.21 - 1.0735) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  
  .display-8 {
    font-size: 0.76rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #0a5484 !important;
}
.bg-success {
  background-color: #61ce70 !important;
}
.bg-info {
  background-color: #15d8d8 !important;
}
.bg-warning {
  background-color: #fa603c !important;
}
.bg-danger {
  background-color: #ea433b !important;
}
.btn-primary .mbr-iconfont {
  align-self: stretch;
  display: flex;
  align-items: center;
  position: relative;
  margin-left: 24px;
  padding-left: 24px;
}
.btn-primary .mbr-iconfont:after {
  content: "";
  z-index: 1;
  position: absolute;
  width: calc(100% + 24px);
  height: calc(100% + 24px);
  left: 0;
  top: -12px;
  background-color: #47acff;
}
.btn-primary .mbr-iconfont:before {
  z-index: 2;
  position: relative;
}
@media (max-width: 575px) {
  .btn-primary .mbr-iconfont {
    margin-left: auto;
    border-left: 24px solid transparent;
  }
}
.btn-primary,
.btn-primary:active {
  background-color: #0a5484 !important;
  border-color: #0a5484 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  border-color: #042133 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #042133 !important;
  border-color: #042133 !important;
}
.btn-secondary .mbr-iconfont {
  align-self: stretch;
  display: flex;
  align-items: center;
  position: relative;
  margin-left: 24px;
  padding-left: 24px;
}
.btn-secondary .mbr-iconfont:after {
  content: "";
  z-index: 1;
  position: absolute;
  width: calc(100% + 24px);
  height: calc(100% + 24px);
  left: 0;
  top: -12px;
  background-color: #47acff;
}
.btn-secondary .mbr-iconfont:before {
  z-index: 2;
  position: relative;
}
@media (max-width: 575px) {
  .btn-secondary .mbr-iconfont {
    margin-left: auto;
    border-left: 24px solid transparent;
  }
}
.btn-secondary,
.btn-secondary:active {
  background-color: #54595f !important;
  border-color: #54595f !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  border-color: #2b2e31 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #2b2e31 !important;
  border-color: #2b2e31 !important;
}
.btn-info .mbr-iconfont {
  align-self: stretch;
  display: flex;
  align-items: center;
  position: relative;
  margin-left: 24px;
  padding-left: 24px;
}
.btn-info .mbr-iconfont:after {
  content: "";
  z-index: 1;
  position: absolute;
  width: calc(100% + 24px);
  height: calc(100% + 24px);
  left: 0;
  top: -12px;
  background-color: #47acff;
}
.btn-info .mbr-iconfont:before {
  z-index: 2;
  position: relative;
}
@media (max-width: 575px) {
  .btn-info .mbr-iconfont {
    margin-left: auto;
    border-left: 24px solid transparent;
  }
}
.btn-info,
.btn-info:active {
  background-color: #15d8d8 !important;
  border-color: #15d8d8 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  border-color: #0d8989 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #0d8989 !important;
  border-color: #0d8989 !important;
}
.btn-success .mbr-iconfont {
  align-self: stretch;
  display: flex;
  align-items: center;
  position: relative;
  margin-left: 24px;
  padding-left: 24px;
}
.btn-success .mbr-iconfont:after {
  content: "";
  z-index: 1;
  position: absolute;
  width: calc(100% + 24px);
  height: calc(100% + 24px);
  left: 0;
  top: -12px;
  background-color: #47acff;
}
.btn-success .mbr-iconfont:before {
  z-index: 2;
  position: relative;
}
@media (max-width: 575px) {
  .btn-success .mbr-iconfont {
    margin-left: auto;
    border-left: 24px solid transparent;
  }
}
.btn-success,
.btn-success:active {
  background-color: #61ce70 !important;
  border-color: #61ce70 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  border-color: #33a543 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #33a543 !important;
  border-color: #33a543 !important;
}
.btn-warning .mbr-iconfont {
  align-self: stretch;
  display: flex;
  align-items: center;
  position: relative;
  margin-left: 24px;
  padding-left: 24px;
}
.btn-warning .mbr-iconfont:after {
  content: "";
  z-index: 1;
  position: absolute;
  width: calc(100% + 24px);
  height: calc(100% + 24px);
  left: 0;
  top: -12px;
  background-color: #47acff;
}
.btn-warning .mbr-iconfont:before {
  z-index: 2;
  position: relative;
}
@media (max-width: 575px) {
  .btn-warning .mbr-iconfont {
    margin-left: auto;
    border-left: 24px solid transparent;
  }
}
.btn-warning,
.btn-warning:active {
  background-color: #fa603c !important;
  border-color: #fa603c !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  border-color: #da2e06 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #da2e06 !important;
  border-color: #da2e06 !important;
}
.btn-danger .mbr-iconfont {
  align-self: stretch;
  display: flex;
  align-items: center;
  position: relative;
  margin-left: 24px;
  padding-left: 24px;
}
.btn-danger .mbr-iconfont:after {
  content: "";
  z-index: 1;
  position: absolute;
  width: calc(100% + 24px);
  height: calc(100% + 24px);
  left: 0;
  top: -12px;
  background-color: #47acff;
}
.btn-danger .mbr-iconfont:before {
  z-index: 2;
  position: relative;
}
@media (max-width: 575px) {
  .btn-danger .mbr-iconfont {
    margin-left: auto;
    border-left: 24px solid transparent;
  }
}
.btn-danger,
.btn-danger:active {
  background-color: #ea433b !important;
  border-color: #ea433b !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  border-color: #ba1c14 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #ba1c14 !important;
  border-color: #ba1c14 !important;
}
.btn-white .mbr-iconfont {
  align-self: stretch;
  display: flex;
  align-items: center;
  position: relative;
  margin-left: 24px;
  padding-left: 24px;
}
.btn-white .mbr-iconfont:after {
  content: "";
  z-index: 1;
  position: absolute;
  width: calc(100% + 24px);
  height: calc(100% + 24px);
  left: 0;
  top: -12px;
  background-color: #00223d;
}
.btn-white .mbr-iconfont:before {
  z-index: 2;
  position: relative;
}
@media (max-width: 575px) {
  .btn-white .mbr-iconfont {
    margin-left: auto;
    border-left: 24px solid transparent;
  }
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black .mbr-iconfont {
  align-self: stretch;
  display: flex;
  align-items: center;
  position: relative;
  margin-left: 24px;
  padding-left: 24px;
}
.btn-black .mbr-iconfont:after {
  content: "";
  z-index: 1;
  position: absolute;
  width: calc(100% + 24px);
  height: calc(100% + 24px);
  left: 0;
  top: -12px;
  background-color: #0194ad;
}
.btn-black .mbr-iconfont:before {
  z-index: 2;
  position: relative;
}
@media (max-width: 575px) {
  .btn-black .mbr-iconfont {
    margin-left: auto;
    border-left: 24px solid transparent;
  }
}
.btn-black,
.btn-black:active {
  background-color: #555F66 !important;
  border-color: #555F66 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  border-color: #050d22 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #050d22 !important;
  border-color: #050d22 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #0a5484;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #0a5484 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #0a5484 !important;
  border-color: #0a5484 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #54595f;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #54595f !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #54595f !important;
  border-color: #54595f !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #15d8d8;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #15d8d8 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #15d8d8 !important;
  border-color: #15d8d8 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #61ce70;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #61ce70 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #61ce70 !important;
  border-color: #61ce70 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #fa603c;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #fa603c !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #fa603c !important;
  border-color: #fa603c !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ea433b;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ea433b !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ea433b !important;
  border-color: #ea433b !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #0093AC;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #0093AC !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #0093AC !important;
  border-color: #0093AC !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #fafafa !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #0a5484 !important;
}
.text-secondary {
  color: #171717 !important;
}
.text-success {
  color: #61ce70 !important;
}
.text-info {
  color: #15d8d8 !important;
}
.text-warning {
  color: #fa603c !important;
}
.text-danger {
  color: #ea433b !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #0093AC !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #031825 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #242629 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #30993e !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #0c7b7b !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #cb2b05 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #ad1a12 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #030815 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #0a5484;
}
.nav-tabs .nav-link:not(.active) {
  color: #0093AC;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #15d8d8;
}
.alert-warning {
  background-color: #fa603c;
}
.alert-danger {
  background-color: #ea433b;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #0a5484;
  border-color: #0a5484;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #0a5484;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #1f9dee;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #fdfefd;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #c0f9f9;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #fef4f3;
}
/* Scroll to top button*/
#scrollToTop a {
  border-radius: 100px;
}
.form-control {
  font-family: 'Roboto', sans-serif;
  font-size: 1.21rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.5125rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #0a5484 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Roboto', sans-serif;
  font-size: 1.21rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.5125rem;
}
blockquote {
  border-color: #0a5484;
}
/* Forms */
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn a.btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #0a5484;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #0a5484;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #0a5484;
  border-bottom-color: #0a5484;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #0a5484 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #54595f !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: auto;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%230a5484' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition-duration: .2s;
}
a:hover {
  background-image: none !important;
}
.container {
  max-width: 1140px;
  padding-left: 10px;
  padding-right: 10px;
}
@media (max-width: 991px) {
  .container-fluid {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.row {
  margin-left: -10px;
  margin-right: -10px;
  justify-content: center;
}
.row > [class*="col"] {
  padding-left: 10px;
  padding-right: 10px;
}
.row {
  justify-content: center;
}
.mbr-section-btn .btn {
  min-width: 100px;
  min-height: 50px;
  padding: 12px 24px;
  font-weight: 300;
  line-height: 1 !important;
  transition-duration: .2s;
  box-shadow: none !important;
  border: none !important;
  border-radius: 0 !important;
  overflow: hidden !important;
  text-decoration: none;
}
@media (max-width: 575px) {
  .mbr-section-btn {
    width: 100%;
  }
  .mbr-section-btn .btn {
    width: 100%;
    min-width: auto !important;
  }
}
.cid-tbVHi119Vd {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-tbVHi119Vd nav.navbar {
  position: fixed;
}
.cid-tbVHi119Vd .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tbVHi119Vd .dropdown-menu {
  padding: 0;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-tbVHi119Vd .dropdown-menu .dropdown-item {
  border: none !important;
  border-radius: 0 !important;
  padding: 13px 20px 13px 28px !important;
  line-height: 1 !important;
}
.cid-tbVHi119Vd .dropdown-menu .dropdown-item:hover {
  background-color: #0093AC !important;
  color: #FFFFFF !important;
}
.cid-tbVHi119Vd .dropdown-item:hover,
.cid-tbVHi119Vd .dropdown-item:focus {
  background: #0093AC !important;
  color: white !important;
}
.cid-tbVHi119Vd .dropdown-item:hover span {
  color: white;
}
.cid-tbVHi119Vd .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tbVHi119Vd .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tbVHi119Vd .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tbVHi119Vd .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tbVHi119Vd .nav-link {
  position: relative;
}
.cid-tbVHi119Vd .container {
  display: flex;
  margin: auto;
  max-width: 100%;
  width: 100%;
  padding: 0 3.4rem !important;
  min-height:65px;
}
@media (min-width: 992px) {
  .cid-tbVHi119Vd .container {
    flex-wrap: nowrap;
  }
}
.cid-tbVHi119Vd .iconfont-wrapper {
  color: #0093AC !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tbVHi119Vd .navbar-nav {
  padding: 5px !important;
}
.cid-tbVHi119Vd .navbar-nav .nav-item {
  margin: 0 5px !important;
  padding: 0 !important;
}
.cid-tbVHi119Vd .navbar-nav .nav-item .nav-link {
  margin: 0 !important;
  padding: 13px 6px !important;
  font-weight: 400 !important;
  font-family: arial, sans-serif !important;
}
.cid-tbVHi119Vd .dropdown-menu,
.cid-tbVHi119Vd .navbar.opened {
  background: #ffffff !important;
}
.cid-tbVHi119Vd .nav-item:focus,
.cid-tbVHi119Vd .nav-link:focus {
  outline: none;
}
.cid-tbVHi119Vd .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tbVHi119Vd .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tbVHi119Vd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tbVHi119Vd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tbVHi119Vd .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tbVHi119Vd .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tbVHi119Vd .navbar {
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
  padding: 0 !important;
  border: none !important;
}
.cid-tbVHi119Vd .navbar.opened {
  transition: all 0.3s;
}
.cid-tbVHi119Vd .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
  font-weight: 400 !important;
}
.cid-tbVHi119Vd .navbar .navbar-logo img {
  width: auto;
}
.cid-tbVHi119Vd .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tbVHi119Vd .navbar.collapsed {
  justify-content: center;
}
.cid-tbVHi119Vd .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tbVHi119Vd .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tbVHi119Vd .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tbVHi119Vd .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tbVHi119Vd .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tbVHi119Vd .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tbVHi119Vd .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tbVHi119Vd .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tbVHi119Vd .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tbVHi119Vd .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tbVHi119Vd .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tbVHi119Vd .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tbVHi119Vd .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tbVHi119Vd .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tbVHi119Vd .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tbVHi119Vd .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tbVHi119Vd .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tbVHi119Vd .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tbVHi119Vd .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tbVHi119Vd .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tbVHi119Vd .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tbVHi119Vd .navbar.navbar-short .navbar-logo img {
  height:3.1rem !important;
}
.cid-tbVHi119Vd .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tbVHi119Vd .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 5px !important;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tbVHi119Vd .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tbVHi119Vd .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tbVHi119Vd .dropdown-item.active,
.cid-tbVHi119Vd .dropdown-item:active {
  background-color: transparent;
}
.cid-tbVHi119Vd .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tbVHi119Vd .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tbVHi119Vd .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tbVHi119Vd .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tbVHi119Vd .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tbVHi119Vd .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tbVHi119Vd ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tbVHi119Vd .navbar-buttons {
  text-align: center;
/*   min-width: 170px; */
margin-left:32px;
}
.cid-tbVHi119Vd button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tbVHi119Vd button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0093AC;
}
.cid-tbVHi119Vd button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tbVHi119Vd button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tbVHi119Vd button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tbVHi119Vd button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tbVHi119Vd nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tbVHi119Vd nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tbVHi119Vd nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tbVHi119Vd nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tbVHi119Vd .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tbVHi119Vd a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
}
.cid-tbVHi119Vd .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tbVHi119Vd .navbar {
    height: 70px;
  }
  .cid-tbVHi119Vd .navbar.opened {
    height: auto;
  }
  .cid-tbVHi119Vd .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tbVHi119Vd .container-head {
  width: 100%;
  min-height: 60px;
  padding-top: 5px !important;
  padding-bottom: 5px !important;
  background-color: #0a5484;
}
.cid-tbVHi119Vd .mbr-section-title {
  color: #0093AC;
  max-width: 50%;
  margin-right: auto;
}
.cid-tbVHi119Vd .mbr-section-btn {
  max-width: 50%;
  text-align: right;
  margin-left: auto;
}
.cid-tbVHi119Vd .mbr-section-btn .btn {
  font-weight: 500 !important;
}
.cid-tbVHi119Vd .mbr-section-btn .btn:hover {
  transform: scale3d(1.1, 1.1, 1.1);
}
@media (max-width: 991px) {
  .cid-tbVHi119Vd .container-head {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }
  .cid-tbVHi119Vd .container {
    overflow: hidden;
  }
  .cid-tbVHi119Vd .mbr-section-title {
    max-width: 100%;
    width: 100%;
    margin-right: 0;
    text-align: center !important;
  }
  .cid-tbVHi119Vd .mbr-section-btn {
    max-width: 100%;
    width: 100%;
    text-align: center !important;
    margin-left: 0;
  }
  .cid-tbVHi119Vd .icons-menu {
    margin: 0 auto;
    padding-right: 0;
  }
  .cid-tbVHi119Vd .navbar-collapse {
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
    margin: 0 -3.4rem;
  }
  .cid-tbVHi119Vd .navbar-nav {
    padding: 0 !important;
  }
  .cid-tbVHi119Vd .navbar-nav .nav-item {
    margin: 0  !important;
    padding: 0 !important;
  }
  .cid-tbVHi119Vd .navbar-nav .nav-item .nav-link {
    justify-content: flex-start !important;
    margin: 0 !important;
    padding: 10px 20px !important;
    font-weight: 400 !important;
  }
  .cid-tbVHi119Vd .navbar-nav .nav-item .nav-link:hover {
    background-color: #0093AC !important;
    color: #FFFFFF !important;
  }
  .cid-tbVHi119Vd .navbar-nav .nav-item .dropdown-menu .dropdown-item {
    text-align: left !important;
    border: none !important;
    border-radius: 0 !important;
    padding: 13px 20px 13px 28px !important;
    line-height: 1 !important;
  }
  .cid-tbVHi119Vd .navbar-nav .nav-item .dropdown-menu .dropdown-item:hover {
    background-color: #0093AC !important;
    color: #FFFFFF !important;
  }
  .cid-tbVHi119Vd .navbar-nav .dropdown-menu .dropdown-submenu {
    margin-left: 0 !important;
  }
}
@media (max-width: 767px) {
  .cid-tbVHi119Vd .container {
    padding: 25px 15px !important;
  }
  .cid-tbVHi119Vd .container-head {
    padding: 10px !important;
  }
  .cid-tbVHi119Vd .navbar-collapse {
    margin: 0 -15px -25px !important;
  }
  .cid-tbVHi119Vd .navbar .navbar-brand {
    width: auto !important;
    max-width: 60%;
  }
  .cid-tbVHi119Vd .navbar-toggler {
    margin-right: 6%;
    max-width: 40%;
  }
}
.cid-tbVHAKKZkn {
  padding-top: 13rem;
  padding-bottom: 8rem;
/*   background-image: url("../../../assets/images/docs-hero.webp"); */
}
.cid-tbVHAKKZkn .mbr-fallback-image.disabled {
  display: none;
}
.cid-tbVHAKKZkn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tbVHAKKZkn .text-container {
  width: 100%;
}
.cid-tbVHAKKZkn .mbr-section-title {
  color: #FFFFFF;
  margin-bottom: 0;
  width: 100%;
  /* font-family: 'Jost', sans-serif; */
    font-size: 3.4rem;
    line-height: 1.1;
}
.cid-tbVHAKKZkn .mbr-text {
  color: #FFFFFF;
  margin-bottom: 0;
  margin-top: 20px;
  width: 100%;
  /* font-family: 'Jost', sans-serif;
  font-size: 1.4rem;
  line-height: 1.5; */
}
.cid-tbVHAKKZkn .mbr-section-btn {
  margin-top: 10px;
}
.cid-tvHy1Hc9gG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tvHy1Hc9gG .mbr-fallback-image.disabled {
  display: none;
}
.cid-tvHy1Hc9gG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tvHy1Hc9gG .col-title {
  margin-bottom: 40px;
}
.cid-tvHy1Hc9gG .mbr-section-title {
  color: #0093AC;
}
.cid-tvHy1Hc9gG .mbr-section-subtitle {
  color: #0093AC;
  margin-top: 20px;
}
.cid-tvHy1Hc9gG .cards-container {
  display: flex;
  align-items: stretch;
  justify-content: center;
  padding: 0 !important;
  flex-wrap: wrap;
}
.cid-tvHy1Hc9gG .card {
  width: 50%;
  padding: 10px;
}
.cid-tvHy1Hc9gG .card .card-box {
  background-color: #e1f5ff;
}
.cid-tvHy1Hc9gG .card:nth-child(2n) .card-box {
  background-color: #efefef;
}
@media (max-width: 767px) {
  .cid-tvHy1Hc9gG .card {
    width: 100%;
  }
}
.cid-tvHy1Hc9gG .card-box {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
  width: 100%;
  height: 100%;
  padding: 15% 15% 15% 15%;
}
.cid-tvHy1Hc9gG .iconfont-wrapper {
  display: flex;
  justify-content: center;
  width: 100%;
  overflow: hidden;
  margin-bottom: 20px;
}
.cid-tvHy1Hc9gG .mbr-iconfont {
  font-size: 120px;
  color: #0093AC;
}
.cid-tvHy1Hc9gG .card-container {
  width: 100%;
}
.cid-tvHy1Hc9gG .card-title {
  color: #0093AC;
  margin-bottom: 20px !important;
}
.cid-tvHy1Hc9gG .card-text {
  color: #0093AC;
  margin-bottom: 0.9rem !important;
}
.cid-twYUHfrNEo {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/mbr-1920x1274.jpg");
}
@media (max-width: 991px) {
  .cid-twYUHfrNEo .mbr-section-title,
  .cid-twYUHfrNEo .mbr-section-subtitle,
  .cid-twYUHfrNEo .mbr-section-btn,
  .cid-twYUHfrNEo .mbr-text {
    text-align: center;
  }
}
.cid-twYUHfrNEo .mbr-section-title {
  color: #ffffff;
}
.cid-twYUHfrNEo .mbr-text,
.cid-twYUHfrNEo .mbr-section-btn {
  color: #ffffff;
}

.cid-ttAYet9D1U {

    padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-product{  padding-top:12rem;}
.cid-ttAYet9D1U .mbr-fallback-image.disabled {
  display: none;
}
.cid-ttAYet9D1U .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ttAYet9D1U .container {
  max-width: 100%;
  width: 100%;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.cid-ttAYet9D1U .row {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.cid-ttAYet9D1U .row > [class*="col"] {
  padding-left: 0;
  padding-right: 0;
}
.cid-ttAYet9D1U .col-title {
  width: 100%;
  max-width: 1160px;
  padding: 0 10px !important;
  margin: 0 auto 40px;
}
.cid-ttAYet9D1U .mbr-section-title {
  color: #000000;
  margin-bottom: 20px !important;
}
.cid-ttAYet9D1U .mbr-section-subtitle {
  color: #000000;
  margin-bottom: 0.9rem !important;
}
.cid-ttAYet9D1U .cards-container {
  display: flex;
  align-items: stretch;
  justify-content: center;
  padding: 0 !important;
}
@media (max-width: 767px) {
  .cid-ttAYet9D1U .cards-container {
    flex-wrap: wrap;
  }
}
.cid-ttAYet9D1U .card {
  width: 33.33333333%;
  border-radius: 0;
}
.cid-ttAYet9D1U .card:not(:first-child) {
  border-left: 1px solid #ADBFC9;
}
@media (max-width: 767px) {
  .cid-ttAYet9D1U .card:not(:first-child) {
    border-left: none;
    border-top: 1px solid #0a5484;
  }
}
@media (max-width: 767px) {
  .cid-ttAYet9D1U .card {
    width: 100%;
  }
}
.cid-ttAYet9D1U .card-box {
  width: 100%;
  padding: 6% 6% 6% 6%;
}
@media (max-width: 767px) {
  .cid-ttAYet9D1U .card-box {
    display: flex;
    align-items: center;
    padding: 20px 0;
  }
}
@media (max-width: 576px) {
  .cid-ttAYet9D1U .card-box {
    flex-wrap: wrap;
  }
}
.cid-ttAYet9D1U .img-container {
  position: relative;
  width: 100%;
  overflow: hidden;
}
@media (max-width: 767px) {
  .cid-ttAYet9D1U .img-container {
    width: 50%;
    padding: 10px;
  }
}
@media (max-width: 575px) {
  .cid-ttAYet9D1U .img-container {
    width: 100%;
  }
}
.cid-ttAYet9D1U .img-bg {
  position: absolute;
  z-index: 4;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 70%;
  aspect-ratio: 1;
  background-color: #fa603c;
  border-radius: 50%;
  display: none;
}
.cid-ttAYet9D1U .image-wrapper {
  position: relative;
  z-index: 5;
  width: 100%;
}
.cid-ttAYet9D1U .image-wrapper img {
  width: auto;
  max-width: 70%;
  height: 280px;
  margin: 0 auto;
  object-fit: contain;
}
@media (max-width: 1399px) {
  .cid-ttAYet9D1U .image-wrapper img {
    height: 220px;
  }
}
@media (max-width: 1199px) {
  .cid-ttAYet9D1U .image-wrapper img {
    height: 186px;
  }
}
@media (max-width: 991px) {
  .cid-ttAYet9D1U .image-wrapper img {
    height: 148px;
  }
}
@media (max-width: 767px) {
  .cid-ttAYet9D1U .image-wrapper img {
    height: auto;
  }
}
.cid-ttAYet9D1U .card-container {
  width: 100%;
  padding-top: 12%;
}
@media (max-width: 767px) {
  .cid-ttAYet9D1U .card-container {
    width: 50%;
    padding: 10px;
  }
}
@media (max-width: 575px) {
  .cid-ttAYet9D1U .card-container {
    width: 100%;
  }
}
.cid-ttAYet9D1U .card-title {
  color: #0a5484;
  margin-bottom: 20px !important;/* line-height: 1.2; */
}
@media (max-width: 767px) and (min-width: 575px) {
  .cid-ttAYet9D1U .card-title {
    text-align: left !important;
  }
}
.cid-ttAYet9D1U .card-text {
  color: #0093AC;
  margin-bottom: 0.9rem !important;
}
@media (max-width: 767px) and (min-width: 575px) {
  .cid-ttAYet9D1U .card-text {
    text-align: left !important;
  }
}
@media (max-width: 767px) and (min-width: 575px) {
  .cid-ttAYet9D1U .mbr-section-btn {
    text-align: left !important;
  }
}
.cid-ttAYet9D1U .card-text,
.cid-ttAYet9D1U .mbr-section-btn {
  color: #353535;
}
.cid-tvHtXAicP7 {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tvHtXAicP7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tvHtXAicP7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tvHtXAicP7 .container {
  max-width: 100%;
  width: 100%;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.cid-tvHtXAicP7 .row {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.cid-tvHtXAicP7 .row > [class*="col"] {
  padding-left: 0;
  padding-right: 0;
}
.cid-tvHtXAicP7 .col-title {
  width: 100%;
  max-width: 1140px;
  padding: 0 10px !important;
  margin: 0 auto 40px;
}
.cid-tvHtXAicP7 .mbr-section-title {
  color: #000000;
  margin-bottom: 20px !important;
}
.cid-tvHtXAicP7 .mbr-section-subtitle {
  color: #000000;
  margin-bottom: 0.9rem !important;
}
.cid-tvHtXAicP7 .cards-container {
  display: flex;
  align-items: stretch;
  justify-content: center;
  padding: 0 !important;
}
@media (max-width: 767px) {
  .cid-tvHtXAicP7 .cards-container {
    flex-wrap: wrap;
  }
}
.cid-tvHtXAicP7 .card {
  width: 33.33333333%;
  border-radius: 0;
}
.cid-tvHtXAicP7 .card:not(:first-child) {
  border-left: 1px solid #0a5484;
}
@media (max-width: 767px) {
  .cid-tvHtXAicP7 .card:not(:first-child) {
    border-left: none;
    border-top: 1px solid #0a5484;
  }
}
@media (max-width: 767px) {
  .cid-tvHtXAicP7 .card {
    width: 100%;
  }
}
.cid-tvHtXAicP7 .card-box {
  width: 100%;
  padding: 6% 6% 6% 6%;
}
@media (max-width: 767px) {
  .cid-tvHtXAicP7 .card-box {
    display: flex;
    align-items: center;
    padding: 20px 0;
  }
}
@media (max-width: 576px) {
  .cid-tvHtXAicP7 .card-box {
    flex-wrap: wrap;
  }
}
.cid-tvHtXAicP7 .img-container {
  position: relative;
  width: 100%;
  overflow: hidden;
}
@media (max-width: 767px) {
  .cid-tvHtXAicP7 .img-container {
    width: 50%;
    padding: 10px;
  }
}
@media (max-width: 575px) {
  .cid-tvHtXAicP7 .img-container {
    width: 100%;
  }
}
.cid-tvHtXAicP7 .img-bg {
  position: absolute;
  z-index: 4;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 70%;
  aspect-ratio: 1;
  background-color: #fa603c;
  border-radius: 50%;
  display: none;
}
.cid-tvHtXAicP7 .image-wrapper {
  position: relative;
  z-index: 5;
  width: 100%;
}
.cid-tvHtXAicP7 .image-wrapper img {
  width: auto;
  max-width: 70%;
  height: 280px;
  margin: 0 auto;
  object-fit: contain;
}
@media (max-width: 1399px) {
  .cid-tvHtXAicP7 .image-wrapper img {
    height: 220px;
  }
}
@media (max-width: 1199px) {
  .cid-tvHtXAicP7 .image-wrapper img {
    height: 186px;
  }
}
@media (max-width: 991px) {
  .cid-tvHtXAicP7 .image-wrapper img {
    height: 148px;
  }
}
@media (max-width: 767px) {
  .cid-tvHtXAicP7 .image-wrapper img {
    height: auto;
  }
}
.cid-tvHtXAicP7 .card-container {
  width: 100%;
  padding-top: 12%;
}
@media (max-width: 767px) {
  .cid-tvHtXAicP7 .card-container {
    width: 50%;
    padding: 10px;
  }
}
@media (max-width: 575px) {
  .cid-tvHtXAicP7 .card-container {
    width: 100%;
  }
}
.cid-tvHtXAicP7 .card-title {
  color: #0a5484;
  margin-bottom: 20px !important;
}
@media (max-width: 767px) and (min-width: 575px) {
  .cid-tvHtXAicP7 .card-title {
    text-align: left !important;
  }
}
.cid-tvHtXAicP7 .card-text {
  color: #0093AC;
  margin-bottom: 0.9rem !important;
}
@media (max-width: 767px) and (min-width: 575px) {
  .cid-tvHtXAicP7 .card-text {
    text-align: left !important;
  }
}
@media (max-width: 767px) and (min-width: 575px) {
  .cid-tvHtXAicP7 .mbr-section-btn {
    text-align: left !important;
  }
}
.cid-tvHtXAicP7 .card-text,
.cid-tvHtXAicP7 .mbr-section-btn {
  color: #353535;
}
.cid-ttBtvCZMzP {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color:#efefef;
  
}
.cid-ttBtvCZMzP .mbr-media {
  position: relative;
}
.cid-ttBtvCZMzP .mbr-media img {
  width: 100%;
  object-fit: cover;
  border-radius: 2rem;
}
.cid-ttBtvCZMzP .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}
.cid-ttBtvCZMzP .icon-wrap:hover {
  transform: scale(1.1), translate(-50%, -50%);
}
.cid-ttBtvCZMzP .mbr-media span {
  font-size: 4rem;
  color: #54595f;
}
.cid-ttBtvCZMzP .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-ttBtvCZMzP .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-ttBtvCZMzP .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-ttBtvCZMzP .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-ttBtvCZMzP .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-ttBtvCZMzP .mbr-section-title {
  color: #0a5484;
}
.cid-ttBnfi322J {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-ttBnfi322J .mbr-fallback-image.disabled {
  display: none;
}
.cid-ttBnfi322J .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ttBnfi322J .content-container {
  display: flex;
  width: 100%;
}
.cid-ttBnfi322J .text-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
}
.cid-ttBnfi322J .text-wrap {
  width: 100%;
  padding: 0;
}
.cid-ttBnfi322J .mbr-section-title {
  color: #0a5484;
  margin-bottom: 20px !important;
  width: 100%;
}
.cid-ttBnfi322J .mbr-text {
  color: #232323;
  padding-bottom: 0.9rem !important;
  width: 100%;
  margin-bottom: 0 !important;
}
.cid-ttBnfi322J .mbr-section-btn {
  margin-top: 20px;
}
@media (min-width: 576px) {
  .cid-ttBnfi322J .mbr-section-btn {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }
}
@media (min-width: 991px) {
  .cid-ttBnfi322J .mbr-section-btn {
    flex-direction: row;
    justify-content: space-around;
  }
}
.cid-tvHBqfhXNc {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.cid-tvHBqfhXNc .link-wrapper {
  width: 100%;
}
.cid-tvHBqfhXNc .link {
  display: inline-block;
  position: relative;
  padding-right: 2rem;
  overflow: hidden;
  cursor: pointer;
}
.cid-tvHBqfhXNc .link:before {
  content: "\e96b";
  font-family: 'Moririse2' !important;
  position: absolute;
  top: 0;
  right: 0;
  transition: all 0.3s;
  transform: rotate(-45deg) translateX(0px);
}
.cid-tvHBqfhXNc .link:after {
  content: "\e96b";
  font-family: 'Moririse2' !important;
  position: absolute;
  top: 0;
  right: 0rem;
  transition: all 0.3s;
  transform: rotate(-45deg) translateX(-33px);
}
.cid-tvHBqfhXNc .link:hover:before {
  transform: rotate(-45deg) translateX(33px);
}
.cid-tvHBqfhXNc .link:hover:after {
  transform: rotate(-45deg) translateX(0px);
}
.cid-tvHBqfhXNc .mbr-section-title DIV {
  text-align: center;
}
.cid-tvHBqfhXNc .mbr-text,
.cid-tvHBqfhXNc .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-tvHBqfhXNc .link,
.cid-tvHBqfhXNc .link-wrapper {
  text-align: center;
  color: #ffffff;
}
.cid-tvHBqfhXNc .mbr-section-title {
  color: #ffffff;
}
.cid-tvHBqfhXNc .mbr-fallback-image.disabled {
  display: none;
}
.cid-tvHBqfhXNc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/footer-video-2000x570.jpg");
}
.cid-twYX6EJLGH {
  padding-top: 10rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/docs-hero.webp");
}
.cid-twYX6EJLGH .container {
  max-width: 1240px;
}
@media (max-width: 1199px) {
  .cid-twYX6EJLGH .container {
    max-width: 1040px;
  }
}
@media (max-width: 575px) {
  .cid-twYX6EJLGH .row {
    text-align: center!important;
  }
}
.cid-twYX6EJLGH .label-container {
  width: 100%;
}
.cid-twYX6EJLGH .label-text {
  color: #ffffff;
  margin-bottom: 0;
}
.cid-twYX6EJLGH .label-text b {
  position: relative;
  padding: 4px 6px;
  border-radius: 4px;
  background-color: rgba(75, 253, 177, 0.25);
}
.cid-twYX6EJLGH .label-text .label-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: inherit;
  opacity: 0.25;
}
.cid-twYX6EJLGH .mbr-section-title {
  color: #ffffff;
  margin-top: 40px;
  margin-bottom: 0;
}
.cid-twYX6EJLGH .mbr-text {
  color: #ffffff;
  opacity: 0.5;
  margin-top: 28px;
  margin-bottom: 0;
}
.cid-twYX6EJLGH .mbr-section-btn {
  margin-top: 18px;
}
@media (max-width: 575px) {
  .cid-twYX6EJLGH .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-twYX6EJLGH .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-twYX6EJLGH .mbr-fallback-image.disabled {
  display: none;
}
.cid-twYX6EJLGH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-twYXcc0wRx {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-twYXcc0wRx .mbr-fallback-image.disabled {
  display: none;
}
.cid-twYXcc0wRx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-twYXcc0wRx .container {
  max-width: 100%;
  width: 100%;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.cid-twYXcc0wRx .row {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.cid-twYXcc0wRx .row > [class*="col"] {
  padding-left: 0;
  padding-right: 0;
}
.cid-twYXcc0wRx .col-title {
  width: 100%;
  max-width: 1140px;
  padding: 0 10px !important;
  margin: 0 auto 40px;
}
.cid-twYXcc0wRx .mbr-section-title {
  color: #000000;
  margin-bottom: 20px !important;
}
.cid-twYXcc0wRx .mbr-section-subtitle {
  color: #000000;
  margin-bottom: 0.9rem !important;
}
.cid-twYXcc0wRx .cards-container {
  display: flex;
  align-items: stretch;
  justify-content: center;
  padding: 0 !important;
}
@media (max-width: 767px) {
  .cid-twYXcc0wRx .cards-container {
    flex-wrap: wrap;
  }
}
.cid-twYXcc0wRx .card {
  width: 33.33333333%;
  border-radius: 0;
}
.cid-twYXcc0wRx .card:not(:first-child) {
  border-left: 1px solid #ADBFC9;
}
@media (max-width: 767px) {
  .cid-twYXcc0wRx .card:not(:first-child) {
    border-left: none;
    border-top: 1px solid #0a5484;
  }
}
@media (max-width: 767px) {
  .cid-twYXcc0wRx .card {
    width: 100%;
  }
}
.cid-twYXcc0wRx .card-box {
  width: 100%;
  padding: 6% 6% 6% 6%;
}
@media (max-width: 767px) {
  .cid-twYXcc0wRx .card-box {
    display: flex;
    align-items: center;
    padding: 20px 0;
  }
}
@media (max-width: 576px) {
  .cid-twYXcc0wRx .card-box {
    flex-wrap: wrap;
  }
}
.cid-twYXcc0wRx .img-container {
  position: relative;
  width: 100%;
  overflow: hidden;
}
@media (max-width: 767px) {
  .cid-twYXcc0wRx .img-container {
    width: 50%;
    padding: 10px;
  }
}
@media (max-width: 575px) {
  .cid-twYXcc0wRx .img-container {
    width: 100%;
  }
}
.cid-twYXcc0wRx .img-bg {
  position: absolute;
  z-index: 4;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 70%;
  aspect-ratio: 1;
  background-color: #fa603c;
  border-radius: 50%;
  display: none;
}
.cid-twYXcc0wRx .image-wrapper {
  position: relative;
  z-index: 5;
  width: 100%;
}
.cid-twYXcc0wRx .image-wrapper img {
  width: auto;
  max-width: 70%;
  height: 280px;
  margin: 0 auto;
  object-fit: contain;
}
@media (max-width: 1399px) {
  .cid-twYXcc0wRx .image-wrapper img {
    height: 220px;
  }
}
@media (max-width: 1199px) {
  .cid-twYXcc0wRx .image-wrapper img {
    height: 186px;
  }
}
@media (max-width: 991px) {
  .cid-twYXcc0wRx .image-wrapper img {
    height: 148px;
  }
}
@media (max-width: 767px) {
  .cid-twYXcc0wRx .image-wrapper img {
    height: auto;
  }
}
.cid-twYXcc0wRx .card-container {
  width: 100%;
  padding-top: 12%;
}
@media (max-width: 767px) {
  .cid-twYXcc0wRx .card-container {
    width: 50%;
    padding: 10px;
  }
}
@media (max-width: 575px) {
  .cid-twYXcc0wRx .card-container {
    width: 100%;
  }
}
.cid-twYXcc0wRx .card-title {
  color: #0a5484;
  margin-bottom: 20px !important;
}
@media (max-width: 767px) and (min-width: 575px) {
  .cid-twYXcc0wRx .card-title {
    text-align: left !important;
  }
}
.cid-twYXcc0wRx .card-text {
  color: #0093AC;
  margin-bottom: 0.9rem !important;
}
@media (max-width: 767px) and (min-width: 575px) {
  .cid-twYXcc0wRx .card-text {
    text-align: left !important;
  }
}
@media (max-width: 767px) and (min-width: 575px) {
  .cid-twYXcc0wRx .mbr-section-btn {
    text-align: left !important;
  }
}
.cid-twYXcc0wRx .card-text,
.cid-twYXcc0wRx .mbr-section-btn {
  color: #353535;
}
.cid-twYXcRIpxN {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-twYXcRIpxN .mbr-fallback-image.disabled {
  display: none;
}
.cid-twYXcRIpxN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-twYXcRIpxN .container {
  max-width: 100%;
  width: 100%;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.cid-twYXcRIpxN .row {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.cid-twYXcRIpxN .row > [class*="col"] {
  padding-left: 0;
  padding-right: 0;
}
.cid-twYXcRIpxN .col-title {
  width: 100%;
  max-width: 1140px;
  padding: 0 10px !important;
  margin: 0 auto 40px;
}
.cid-twYXcRIpxN .mbr-section-title {
  color: #000000;
  margin-bottom: 20px !important;
}
.cid-twYXcRIpxN .mbr-section-subtitle {
  color: #000000;
  margin-bottom: 0.9rem !important;
}
.cid-twYXcRIpxN .cards-container {
  display: flex;
  align-items: stretch;
  justify-content: center;
  padding: 0 !important;
}
@media (max-width: 767px) {
  .cid-twYXcRIpxN .cards-container {
    flex-wrap: wrap;
  }
}
.cid-twYXcRIpxN .card {
  width: 33.33333333%;
  border-radius: 0;
}
.cid-twYXcRIpxN .card:not(:first-child) {
  border-left: 1px solid #0a5484;
}
@media (max-width: 767px) {
  .cid-twYXcRIpxN .card:not(:first-child) {
    border-left: none;
    border-top: 1px solid #0a5484;
  }
}
@media (max-width: 767px) {
  .cid-twYXcRIpxN .card {
    width: 100%;
  }
}
.cid-twYXcRIpxN .card-box {
  width: 100%;
  padding: 6% 6% 6% 6%;
}
@media (max-width: 767px) {
  .cid-twYXcRIpxN .card-box {
    display: flex;
    align-items: center;
    padding: 20px 0;
  }
}
@media (max-width: 576px) {
  .cid-twYXcRIpxN .card-box {
    flex-wrap: wrap;
  }
}
.cid-twYXcRIpxN .img-container {
  position: relative;
  width: 100%;
  overflow: hidden;
}
@media (max-width: 767px) {
  .cid-twYXcRIpxN .img-container {
    width: 50%;
    padding: 10px;
  }
}
@media (max-width: 575px) {
  .cid-twYXcRIpxN .img-container {
    width: 100%;
  }
}
.cid-twYXcRIpxN .img-bg {
  position: absolute;
  z-index: 4;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 70%;
  aspect-ratio: 1;
  background-color: #fa603c;
  border-radius: 50%;
  display: none;
}
.cid-twYXcRIpxN .image-wrapper {
  position: relative;
  z-index: 5;
  width: 100%;
}
.cid-twYXcRIpxN .image-wrapper img {
  width: auto;
  max-width: 70%;
  height: 280px;
  margin: 0 auto;
  object-fit: contain;
}
@media (max-width: 1399px) {
  .cid-twYXcRIpxN .image-wrapper img {
    height: 220px;
  }
}
@media (max-width: 1199px) {
  .cid-twYXcRIpxN .image-wrapper img {
    height: 186px;
  }
}
@media (max-width: 991px) {
  .cid-twYXcRIpxN .image-wrapper img {
    height: 148px;
  }
}
@media (max-width: 767px) {
  .cid-twYXcRIpxN .image-wrapper img {
    height: auto;
  }
}
.cid-twYXcRIpxN .card-container {
  width: 100%;
  padding-top: 12%;
}
@media (max-width: 767px) {
  .cid-twYXcRIpxN .card-container {
    width: 50%;
    padding: 10px;
  }
}
@media (max-width: 575px) {
  .cid-twYXcRIpxN .card-container {
    width: 100%;
  }
}
.cid-twYXcRIpxN .card-title {
  color: #0a5484;
  margin-bottom: 20px !important;
}
@media (max-width: 767px) and (min-width: 575px) {
  .cid-twYXcRIpxN .card-title {
    text-align: left !important;
  }
}
.cid-twYXcRIpxN .card-text {
  color: #0093AC;
  margin-bottom: 0.9rem !important;
}
@media (max-width: 767px) and (min-width: 575px) {
  .cid-twYXcRIpxN .card-text {
    text-align: left !important;
  }
}
@media (max-width: 767px) and (min-width: 575px) {
  .cid-twYXcRIpxN .mbr-section-btn {
    text-align: left !important;
  }
}
.cid-twYXcRIpxN .card-text,
.cid-twYXcRIpxN .mbr-section-btn {
  color: #353535;
}
.cid-tx08NrlFdU {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tx08NrlFdU .mbr-fallback-image.disabled {
  display: none;
}
.cid-tx08NrlFdU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tx08NrlFdU .container {
  max-width: 100%;
  width: 100%;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.cid-tx08NrlFdU .row {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.cid-tx08NrlFdU .row > [class*="col"] {
  padding-left: 0;
  padding-right: 0;
}
.cid-tx08NrlFdU .col-title {
  width: 100%;
  max-width: 1140px;
  padding: 0 10px !important;
  margin: 0 auto 40px;
}
.cid-tx08NrlFdU .mbr-section-title {
  color: #000000;
  margin-bottom: 20px !important;
}
.cid-tx08NrlFdU .mbr-section-subtitle {
  color: #000000;
  margin-bottom: 0.9rem !important;
}
.cid-tx08NrlFdU .cards-container {
  display: flex;
  align-items: stretch;
  justify-content: center;
  padding: 0 !important;
}
@media (max-width: 767px) {
  .cid-tx08NrlFdU .cards-container {
    flex-wrap: wrap;
  }
}
.cid-tx08NrlFdU .card {
  width: 33.33333333%;
  border-radius: 0;
}
.cid-tx08NrlFdU .card:not(:first-child) {
  border-left: 1px solid #0a5484;
}
@media (max-width: 767px) {
  .cid-tx08NrlFdU .card:not(:first-child) {
    border-left: none;
    border-top: 1px solid #0a5484;
  }
}
@media (max-width: 767px) {
  .cid-tx08NrlFdU .card {
    width: 100%;
  }
}
.cid-tx08NrlFdU .card-box {
  width: 100%;
  padding: 6% 6% 6% 6%;
}
@media (max-width: 767px) {
  .cid-tx08NrlFdU .card-box {
    display: flex;
    align-items: center;
    padding: 20px 0;
  }
}
@media (max-width: 576px) {
  .cid-tx08NrlFdU .card-box {
    flex-wrap: wrap;
  }
}
.cid-tx08NrlFdU .img-container {
  position: relative;
  width: 100%;
  overflow: hidden;
}
@media (max-width: 767px) {
  .cid-tx08NrlFdU .img-container {
    width: 50%;
    padding: 10px;
  }
}
@media (max-width: 575px) {
  .cid-tx08NrlFdU .img-container {
    width: 100%;
  }
}
.cid-tx08NrlFdU .img-bg {
  position: absolute;
  z-index: 4;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 70%;
  aspect-ratio: 1;
  background-color: #fa603c;
  border-radius: 50%;
  display: none;
}
.cid-tx08NrlFdU .image-wrapper {
  position: relative;
  z-index: 5;
  width: 100%;
}
.cid-tx08NrlFdU .image-wrapper img {
  width: auto;
  max-width: 70%;
  height: 280px;
  margin: 0 auto;
  object-fit: contain;
}
@media (max-width: 1399px) {
  .cid-tx08NrlFdU .image-wrapper img {
    height: 220px;
  }
}
@media (max-width: 1199px) {
  .cid-tx08NrlFdU .image-wrapper img {
    height: 186px;
  }
}
@media (max-width: 991px) {
  .cid-tx08NrlFdU .image-wrapper img {
    height: 148px;
  }
}
@media (max-width: 767px) {
  .cid-tx08NrlFdU .image-wrapper img {
    height: auto;
  }
}
.cid-tx08NrlFdU .card-container {
  width: 100%;
  padding-top: 12%;
}
@media (max-width: 767px) {
  .cid-tx08NrlFdU .card-container {
    width: 50%;
    padding: 10px;
  }
}
@media (max-width: 575px) {
  .cid-tx08NrlFdU .card-container {
    width: 100%;
  }
}
.cid-tx08NrlFdU .card-title {
  color: #0a5484;
  margin-bottom: 20px !important;
}
@media (max-width: 767px) and (min-width: 575px) {
  .cid-tx08NrlFdU .card-title {
    text-align: left !important;
  }
}
.cid-tx08NrlFdU .card-text {
  color: #0093AC;
  margin-bottom: 0.9rem !important;
}
@media (max-width: 767px) and (min-width: 575px) {
  .cid-tx08NrlFdU .card-text {
    text-align: left !important;
  }
}
@media (max-width: 767px) and (min-width: 575px) {
  .cid-tx08NrlFdU .mbr-section-btn {
    text-align: left !important;
  }
}
.cid-tx08NrlFdU .card-text,
.cid-tx08NrlFdU .mbr-section-btn {
  color: #353535;
}
.cid-tx0bfJ5EOl {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tx0bfJ5EOl .mbr-fallback-image.disabled {
  display: none;
}
.cid-tx0bfJ5EOl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tx0bfJ5EOl .container {
  max-width: 100%;
  width: 100%;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.cid-tx0bfJ5EOl .row {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.cid-tx0bfJ5EOl .row > [class*="col"] {
  padding-left: 0;
  padding-right: 0;
}
.cid-tx0bfJ5EOl .col-title {
  width: 100%;
  max-width: 1140px;
  padding: 0 10px !important;
  margin: 0 auto 40px;
}
.cid-tx0bfJ5EOl .mbr-section-title {
  color: #000000;
  margin-bottom: 20px !important;
}
.cid-tx0bfJ5EOl .mbr-section-subtitle {
  color: #000000;
  margin-bottom: 0.9rem !important;
}
.cid-tx0bfJ5EOl .cards-container {
  display: flex;
  align-items: stretch;
  justify-content: center;
  padding: 0 !important;
}
@media (max-width: 767px) {
  .cid-tx0bfJ5EOl .cards-container {
    flex-wrap: wrap;
  }
}
.cid-tx0bfJ5EOl .card {
  width: 33.33333333%;
  border-radius: 0;
}
.cid-tx0bfJ5EOl .card:not(:first-child) {
  border-left: 1px solid #0a5484;
}
@media (max-width: 767px) {
  .cid-tx0bfJ5EOl .card:not(:first-child) {
    border-left: none;
    border-top: 1px solid #0a5484;
  }
}
@media (max-width: 767px) {
  .cid-tx0bfJ5EOl .card {
    width: 100%;
  }
}
.cid-tx0bfJ5EOl .card-box {
  width: 100%;
  padding: 6% 6% 6% 6%;
}
@media (max-width: 767px) {
  .cid-tx0bfJ5EOl .card-box {
    display: flex;
    align-items: center;
    padding: 20px 0;
  }
}
@media (max-width: 576px) {
  .cid-tx0bfJ5EOl .card-box {
    flex-wrap: wrap;
  }
}
.cid-tx0bfJ5EOl .img-container {
  position: relative;
  width: 100%;
  overflow: hidden;
}
@media (max-width: 767px) {
  .cid-tx0bfJ5EOl .img-container {
    width: 50%;
    padding: 10px;
  }
}
@media (max-width: 575px) {
  .cid-tx0bfJ5EOl .img-container {
    width: 100%;
  }
}
.cid-tx0bfJ5EOl .img-bg {
  position: absolute;
  z-index: 4;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 70%;
  aspect-ratio: 1;
  background-color: #fa603c;
  border-radius: 50%;
  display: none;
}
.cid-tx0bfJ5EOl .image-wrapper {
  position: relative;
  z-index: 5;
  width: 100%;
}
.cid-tx0bfJ5EOl .image-wrapper img {
  width: auto;
  max-width: 70%;
  height: 280px;
  margin: 0 auto;
  object-fit: contain;
}
@media (max-width: 1399px) {
  .cid-tx0bfJ5EOl .image-wrapper img {
    height: 220px;
  }
}
@media (max-width: 1199px) {
  .cid-tx0bfJ5EOl .image-wrapper img {
    height: 186px;
  }
}
@media (max-width: 991px) {
  .cid-tx0bfJ5EOl .image-wrapper img {
    height: 148px;
  }
}
@media (max-width: 767px) {
  .cid-tx0bfJ5EOl .image-wrapper img {
    height: auto;
  }
}
.cid-tx0bfJ5EOl .card-container {
  width: 100%;
  padding-top: 12%;
}
@media (max-width: 767px) {
  .cid-tx0bfJ5EOl .card-container {
    width: 50%;
    padding: 10px;
  }
}
@media (max-width: 575px) {
  .cid-tx0bfJ5EOl .card-container {
    width: 100%;
  }
}
.cid-tx0bfJ5EOl .card-title {
  color: #0a5484;
  margin-bottom: 20px !important;
}
@media (max-width: 767px) and (min-width: 575px) {
  .cid-tx0bfJ5EOl .card-title {
    text-align: left !important;
  }
}
.cid-tx0bfJ5EOl .card-text {
  color: #0093AC;
  margin-bottom: 0.9rem !important;
}
@media (max-width: 767px) and (min-width: 575px) {
  .cid-tx0bfJ5EOl .card-text {
    text-align: left !important;
  }
}
@media (max-width: 767px) and (min-width: 575px) {
  .cid-tx0bfJ5EOl .mbr-section-btn {
    text-align: left !important;
  }
}
.cid-tx0bfJ5EOl .card-text,
.cid-tx0bfJ5EOl .mbr-section-btn {
  color: #353535;
}
.cid-tx0duR0cEr {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tx0duR0cEr .mbr-fallback-image.disabled {
  display: none;
}
.cid-tx0duR0cEr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tx0duR0cEr .container {
  max-width: 100%;
  width: 100%;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.cid-tx0duR0cEr .row {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.cid-tx0duR0cEr .row > [class*="col"] {
  padding-left: 0;
  padding-right: 0;
}
.cid-tx0duR0cEr .col-title {
  width: 100%;
  max-width: 1140px;
  padding: 0 10px !important;
  margin: 0 auto 40px;
}
.cid-tx0duR0cEr .mbr-section-title {
  color: #000000;
  margin-bottom: 20px !important;
}
.cid-tx0duR0cEr .mbr-section-subtitle {
  color: #000000;
  margin-bottom: 0.9rem !important;
}
.cid-tx0duR0cEr .cards-container {
  display: flex;
  align-items: stretch;
  justify-content: center;
  padding: 0 !important;
}
@media (max-width: 767px) {
  .cid-tx0duR0cEr .cards-container {
    flex-wrap: wrap;
  }
}
.cid-tx0duR0cEr .card {
  width: 33.33333333%;
  border-radius: 0;
}
.cid-tx0duR0cEr .card:not(:first-child) {
  border-left: 1px solid #0a5484;
}
@media (max-width: 767px) {
  .cid-tx0duR0cEr .card:not(:first-child) {
    border-left: none;
    border-top: 1px solid #0a5484;
  }
}
@media (max-width: 767px) {
  .cid-tx0duR0cEr .card {
    width: 100%;
  }
}
.cid-tx0duR0cEr .card-box {
  width: 100%;
  padding: 6% 6% 6% 6%;
}
@media (max-width: 767px) {
  .cid-tx0duR0cEr .card-box {
    display: flex;
    align-items: center;
    padding: 20px 0;
  }
}
@media (max-width: 576px) {
  .cid-tx0duR0cEr .card-box {
    flex-wrap: wrap;
  }
}
.cid-tx0duR0cEr .img-container {
  position: relative;
  width: 100%;
  overflow: hidden;
}
@media (max-width: 767px) {
  .cid-tx0duR0cEr .img-container {
    width: 50%;
    padding: 10px;
  }
}
@media (max-width: 575px) {
  .cid-tx0duR0cEr .img-container {
    width: 100%;
  }
}
.cid-tx0duR0cEr .img-bg {
  position: absolute;
  z-index: 4;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 70%;
  aspect-ratio: 1;
  background-color: #fa603c;
  border-radius: 50%;
  display: none;
}
.cid-tx0duR0cEr .image-wrapper {
  position: relative;
  z-index: 5;
  width: 100%;
}
.cid-tx0duR0cEr .image-wrapper img {
  width: auto;
  max-width: 70%;
  height: 280px;
  margin: 0 auto;
  object-fit: contain;
}
@media (max-width: 1399px) {
  .cid-tx0duR0cEr .image-wrapper img {
    height: 220px;
  }
}
@media (max-width: 1199px) {
  .cid-tx0duR0cEr .image-wrapper img {
    height: 186px;
  }
}
@media (max-width: 991px) {
  .cid-tx0duR0cEr .image-wrapper img {
    height: 148px;
  }
}
@media (max-width: 767px) {
  .cid-tx0duR0cEr .image-wrapper img {
    height: auto;
  }
}
.cid-tx0duR0cEr .card-container {
  width: 100%;
  padding-top: 12%;
}
@media (max-width: 767px) {
  .cid-tx0duR0cEr .card-container {
    width: 50%;
    padding: 10px;
  }
}
@media (max-width: 575px) {
  .cid-tx0duR0cEr .card-container {
    width: 100%;
  }
}
.cid-tx0duR0cEr .card-title {
  color: #0a5484;
  margin-bottom: 20px !important;
}
@media (max-width: 767px) and (min-width: 575px) {
  .cid-tx0duR0cEr .card-title {
    text-align: left !important;
  }
}
.cid-tx0duR0cEr .card-text {
  color: #0093AC;
  margin-bottom: 0.9rem !important;
}
@media (max-width: 767px) and (min-width: 575px) {
  .cid-tx0duR0cEr .card-text {
    text-align: left !important;
  }
}
@media (max-width: 767px) and (min-width: 575px) {
  .cid-tx0duR0cEr .mbr-section-btn {
    text-align: left !important;
  }
}
.cid-tx0duR0cEr .card-text,
.cid-tx0duR0cEr .mbr-section-btn {
  color: #353535;
}
.cid-tx0foVHiwj {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tx0foVHiwj .mbr-fallback-image.disabled {
  display: none;
}
.cid-tx0foVHiwj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tx0foVHiwj .container {
  max-width: 100%;
  width: 100%;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.cid-tx0foVHiwj .row {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.cid-tx0foVHiwj .row > [class*="col"] {
  padding-left: 0;
  padding-right: 0;
}
.cid-tx0foVHiwj .col-title {
  width: 100%;
  max-width: 1140px;
  padding: 0 10px !important;
  margin: 0 auto 40px;
}
.cid-tx0foVHiwj .mbr-section-title {
  color: #000000;
  margin-bottom: 20px !important;
}
.cid-tx0foVHiwj .mbr-section-subtitle {
  color: #000000;
  margin-bottom: 0.9rem !important;
}
.cid-tx0foVHiwj .cards-container {
  display: flex;
  align-items: stretch;
  justify-content: center;
  padding: 0 !important;
}
@media (max-width: 767px) {
  .cid-tx0foVHiwj .cards-container {
    flex-wrap: wrap;
  }
}
.cid-tx0foVHiwj .card {
  width: 33.33333333%;
  border-radius: 0;
}
.cid-tx0foVHiwj .card:not(:first-child) {
  border-left: 1px solid #0a5484;
}
@media (max-width: 767px) {
  .cid-tx0foVHiwj .card:not(:first-child) {
    border-left: none;
    border-top: 1px solid #0a5484;
  }
}
@media (max-width: 767px) {
  .cid-tx0foVHiwj .card {
    width: 100%;
  }
}
.cid-tx0foVHiwj .card-box {
  width: 100%;
  padding: 6% 6% 6% 6%;
}
@media (max-width: 767px) {
  .cid-tx0foVHiwj .card-box {
    display: flex;
    align-items: center;
    padding: 20px 0;
  }
}
@media (max-width: 576px) {
  .cid-tx0foVHiwj .card-box {
    flex-wrap: wrap;
  }
}
.cid-tx0foVHiwj .img-container {
  position: relative;
  width: 100%;
  overflow: hidden;
}
@media (max-width: 767px) {
  .cid-tx0foVHiwj .img-container {
    width: 50%;
    padding: 10px;
  }
}
@media (max-width: 575px) {
  .cid-tx0foVHiwj .img-container {
    width: 100%;
  }
}
.cid-tx0foVHiwj .img-bg {
  position: absolute;
  z-index: 4;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 70%;
  aspect-ratio: 1;
  background-color: #fa603c;
  border-radius: 50%;
  display: none;
}
.cid-tx0foVHiwj .image-wrapper {
  position: relative;
  z-index: 5;
  width: 100%;
}
.cid-tx0foVHiwj .image-wrapper img {
  width: auto;
  max-width: 70%;
  height: 280px;
  margin: 0 auto;
  object-fit: contain;
}
@media (max-width: 1399px) {
  .cid-tx0foVHiwj .image-wrapper img {
    height: 220px;
  }
}
@media (max-width: 1199px) {
  .cid-tx0foVHiwj .image-wrapper img {
    height: 186px;
  }
}
@media (max-width: 991px) {
  .cid-tx0foVHiwj .image-wrapper img {
    height: 148px;
  }
}
@media (max-width: 767px) {
  .cid-tx0foVHiwj .image-wrapper img {
    height: auto;
  }
}
.cid-tx0foVHiwj .card-container {
  width: 100%;
  padding-top: 12%;
}
@media (max-width: 767px) {
  .cid-tx0foVHiwj .card-container {
    width: 50%;
    padding: 10px;
  }
}
@media (max-width: 575px) {
  .cid-tx0foVHiwj .card-container {
    width: 100%;
  }
}
.cid-tx0foVHiwj .card-title {
  color: #0a5484;
  margin-bottom: 20px !important;
}
@media (max-width: 767px) and (min-width: 575px) {
  .cid-tx0foVHiwj .card-title {
    text-align: left !important;
  }
}
.cid-tx0foVHiwj .card-text {
  color: #0093AC;
  margin-bottom: 0.9rem !important;
}
@media (max-width: 767px) and (min-width: 575px) {
  .cid-tx0foVHiwj .card-text {
    text-align: left !important;
  }
}
@media (max-width: 767px) and (min-width: 575px) {
  .cid-tx0foVHiwj .mbr-section-btn {
    text-align: left !important;
  }
}
.cid-tx0foVHiwj .card-text,
.cid-tx0foVHiwj .mbr-section-btn {
  color: #353535;
}
.cid-twYYLOyjKI {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/docs-hero.webp");
}
.cid-twYYLOyjKI .container {
  max-width: 1240px;
}
@media (max-width: 1199px) {
  .cid-twYYLOyjKI .container {
    max-width: 1040px;
  }
}
@media (max-width: 575px) {
  .cid-twYYLOyjKI .row {
    text-align: center!important;
  }
}
.cid-twYYLOyjKI .label-container {
  width: 100%;
}
.cid-twYYLOyjKI .label-text {
  color: #ffffff;
  margin-bottom: 0;
}
.cid-twYYLOyjKI .label-text b {
  position: relative;
  padding: 4px 6px;
  border-radius: 4px;
  background-color: rgba(75, 253, 177, 0.25);
}
.cid-twYYLOyjKI .label-text .label-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: inherit;
  opacity: 0.25;
}
.cid-twYYLOyjKI .mbr-section-title {
  color: #ffffff;
  margin-top: 40px;
  margin-bottom: 0;
}
.cid-twYYLOyjKI .mbr-text {
  color: #ffffff;
  opacity: 0.5;
  margin-top: 28px;
  margin-bottom: 0;
}
.cid-twYYLOyjKI .mbr-section-btn {
  margin-top: 18px;
}
@media (max-width: 575px) {
  .cid-twYYLOyjKI .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-twYYLOyjKI .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-twYYLOyjKI .mbr-fallback-image.disabled {
  display: none;
}
.cid-twYYLOyjKI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-twZTIubXFB {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-twZTIubXFB .mbr-fallback-image.disabled {
  display: none;
}
.cid-twZTIubXFB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-twZR4pGItI {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/mbr-1920x1274.jpg");
}
@media (max-width: 991px) {
  .cid-twZR4pGItI .mbr-section-title,
  .cid-twZR4pGItI .mbr-section-subtitle,
  .cid-twZR4pGItI .mbr-section-btn,
  .cid-twZR4pGItI .mbr-text {
    text-align: center;
  }
}
.cid-twZR4pGItI .mbr-section-title {
  color: #ffffff;
}
.cid-twZR4pGItI .mbr-text,
.cid-twZR4pGItI .mbr-section-btn {
  color: #ffffff;
}
.cid-twYYMzx8Wh {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/docs-hero.webp");
}
.cid-twYYMzx8Wh .container {
  max-width: 1240px;
}
@media (max-width: 1199px) {
  .cid-twYYMzx8Wh .container {
    max-width: 1040px;
  }
}
@media (max-width: 575px) {
  .cid-twYYMzx8Wh .row {
    text-align: center!important;
  }
}
.cid-twYYMzx8Wh .label-container {
  width: 100%;
}
.cid-twYYMzx8Wh .label-text {
  color: #ffffff;
  margin-bottom: 0;
}
.cid-twYYMzx8Wh .label-text b {
  position: relative;
  padding: 4px 6px;
  border-radius: 4px;
  background-color: rgba(75, 253, 177, 0.25);
}
.cid-twYYMzx8Wh .label-text .label-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: inherit;
  opacity: 0.25;
}
.cid-twYYMzx8Wh .mbr-section-title {
  color: #ffffff;
  margin-top: 40px;
  margin-bottom: 0;
}
.cid-twYYMzx8Wh .mbr-text {
  color: #ffffff;
  opacity: 0.5;
  margin-top: 28px;
  margin-bottom: 0;
}
.cid-twYYMzx8Wh .mbr-section-btn {
  margin-top: 18px;
}
@media (max-width: 575px) {
  .cid-twYYMzx8Wh .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-twYYMzx8Wh .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-twYYMzx8Wh .mbr-fallback-image.disabled {
  display: none;
}
.cid-twYYMzx8Wh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-twZK3XnMrD {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-twZK3XnMrD .mbr-section-title {
  color: #000000;
  margin-bottom: 60px;
  /* font-weight: 700; */
  width: 100%;
}
.cid-twZK3XnMrD .card-heading {
  line-height: 1.2;
  margin: 0px;
  font-weight: 500;
  color: #4c4c4c;
}
.cid-twZK3XnMrD .item-wrapper:hover {
  cursor: pointer;
}
.cid-twZK3XnMrD .item-wrapper:hover .link {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
.cid-twZK3XnMrD .mbr-section-subtitle {
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 5px;
  color: #4c4c4c;
  width: 100%;
}
.cid-twZK3XnMrD .side-subtitle {
  transform: rotate(90deg) translate(100%, 0);
  position: absolute;
  top: -100px;
  right: -40px;
}
.cid-twZK3XnMrD a {
  transition: color 0.2s ease-out, background-color 0.2s ease-out, border-color 0.2s ease-out;
}
.cid-twZK3XnMrD rect {
  transform: translateX(-13px);
  transform-origin: right;
  stroke: currentColor;
  stroke-width: .5;
}
.cid-twZK3XnMrD .qodef-button-cap-fake {
  animation: qode-button-cap-fake-out 0.35s linear;
}
.cid-twZK3XnMrD svg {
  margin-left: 15px;
}
.cid-twZK3XnMrD path {
  animation: qode-button-cap-out 0.35s ease-in-out;
  transform: translateX(-13px);
  transform-origin: right;
  fill: currentColor;
}
.cid-twZK3XnMrD .link:hover rect {
  animation: qode-button-line 0.7s ease forwards;
}
.cid-twZK3XnMrD .link:hover path {
  animation: qode-button-cap 0.7s ease forwards;
}
@keyframes qode-button-cap-fake-out {
  0% {
    clip-path: inset(0 0 0 0);
  }
  49%,
  51% {
    clip-path: inset(50% 0 50% 0);
  }
  100% {
    clip-path: inset(0 0 0 0);
  }
}
@keyframes qode-button-line {
  0%,
  100% {
    transform: translateX(-13px) scaleX(1);
  }
  10% {
    transform: translateX(-13px) scaleX(1);
  }
  46%,
  55% {
    transform: translateX(0) scaleX(0.5);
  }
  99% {
    transform: translateX(-13px) scaleX(0.6);
  }
}
@keyframes qode-button-cap-out {
  0%,
  50% {
    transform: translateX(-35px) scaleX(-1);
  }
  100%,
  51% {
    transform: translateX(-13px) scaleX(1);
  }
}
@keyframes qode-button-cap {
  0% {
    -webkit-transform: translateX(-13px) scaleX(1);
    transform: translateX(-13px) scaleX(1);
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
  54% {
    -webkit-transform: translateX(-1px) scaleX(1);
    transform: translateX(-1px) scaleX(1);
    -webkit-clip-path: inset(50% 0 50% 0);
    clip-path: inset(50% 0 50% 0);
  }
  55% {
    -webkit-transform: translateX(-20px) scaleX(-1);
    transform: translateX(-20px) scaleX(-1);
    -webkit-clip-path: inset(50% 0 50% 0);
    clip-path: inset(50% 0 50% 0);
  }
  100% {
    -webkit-transform: translateX(-35px) scaleX(-1);
    transform: translateX(-35px) scaleX(-1);
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
}
.cid-twZK3XnMrD .link {
  margin-top: 26px;
}
.cid-twZK3XnMrD img {
  margin-bottom: 29px;
}
.cid-twZK3XnMrD .date {
  font-weight: 700;
  margin-bottom: 13px;
}
@media (max-width: 770px) {
  .cid-twZK3XnMrD .top {
    margin-top: 60px;
  }
}
.cid-twZK3XnMrD .link a {
  background-image: none !important;
}
.cid-twYYNi7PRp {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/docs-hero.webp");
}
.cid-twYYNi7PRp .container {
  max-width: 1240px;
}
@media (max-width: 1199px) {
  .cid-twYYNi7PRp .container {
    max-width: 1040px;
  }
}
@media (max-width: 575px) {
  .cid-twYYNi7PRp .row {
    text-align: center!important;
  }
}
.cid-twYYNi7PRp .label-container {
  width: 100%;
}
.cid-twYYNi7PRp .label-text {
  color: #ffffff;
  margin-bottom: 0;
}
.cid-twYYNi7PRp .label-text b {
  position: relative;
  padding: 4px 6px;
  border-radius: 4px;
  background-color: rgba(75, 253, 177, 0.25);
}
.cid-twYYNi7PRp .label-text .label-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: inherit;
  opacity: 0.25;
}
.cid-twYYNi7PRp .mbr-section-title {
  color: #ffffff;
  margin-top: 40px;
  margin-bottom: 0;
}
.cid-twYYNi7PRp .mbr-text {
  color: #ffffff;
  opacity: 0.5;
  margin-top: 28px;
  margin-bottom: 0;
}
.cid-twYYNi7PRp .mbr-section-btn {
  margin-top: 18px;
}
@media (max-width: 575px) {
  .cid-twYYNi7PRp .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-twYYNi7PRp .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-twYYNi7PRp .mbr-fallback-image.disabled {
  display: none;
}
.cid-twYYNi7PRp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-twZltp4uit {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-twZltp4uit .mbr-fallback-image.disabled {
  display: none;
}
.cid-twZltp4uit .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-twYYO9QSyQ {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/docs-hero.webp");
}
.cid-twYYO9QSyQ .container {
  max-width: 1240px;
}
@media (max-width: 1199px) {
  .cid-twYYO9QSyQ .container {
    max-width: 1040px;
  }
}
@media (max-width: 575px) {
  .cid-twYYO9QSyQ .row {
    text-align: center!important;
  }
}
.cid-twYYO9QSyQ .label-container {
  width: 100%;
}
.cid-twYYO9QSyQ .label-text {
  color: #ffffff;
  margin-bottom: 0;
}
.cid-twYYO9QSyQ .label-text b {
  position: relative;
  padding: 4px 6px;
  border-radius: 4px;
  background-color: rgba(75, 253, 177, 0.25);
}
.cid-twYYO9QSyQ .label-text .label-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: inherit;
  opacity: 0.25;
}
.cid-twYYO9QSyQ .mbr-section-title {
  color: #ffffff;
  margin-top: 40px;
  margin-bottom: 0;
}
.cid-twYYO9QSyQ .mbr-text {
  color: #ffffff;
  opacity: 0.5;
  margin-top: 28px;
  margin-bottom: 0;
}
.cid-twYYO9QSyQ .mbr-section-btn {
  margin-top: 18px;
}
@media (max-width: 575px) {
  .cid-twYYO9QSyQ .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-twYYO9QSyQ .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-twYYO9QSyQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-twYYO9QSyQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-twZluwZLLh {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-twZluwZLLh .mbr-fallback-image.disabled {
  display: none;
}
.cid-twZluwZLLh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-twYZlQkHtz {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/docs-hero.webp");
}
.cid-twYZlQkHtz .container {
  max-width: 1240px;
}
@media (max-width: 1199px) {
  .cid-twYZlQkHtz .container {
    max-width: 1040px;
  }
}
@media (max-width: 575px) {
  .cid-twYZlQkHtz .row {
    text-align: center!important;
  }
}
.cid-twYZlQkHtz .label-container {
  width: 100%;
}
.cid-twYZlQkHtz .label-text {
  color: #ffffff;
  margin-bottom: 0;
}
.cid-twYZlQkHtz .label-text b {
  position: relative;
  padding: 4px 6px;
  border-radius: 4px;
  background-color: rgba(75, 253, 177, 0.25);
}
.cid-twYZlQkHtz .label-text .label-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: inherit;
  opacity: 0.25;
}
.cid-twYZlQkHtz .mbr-section-title {
  color: #ffffff;
  margin-top: 40px;
  margin-bottom: 0;
}
.cid-twYZlQkHtz .mbr-text {
  color: #ffffff;
  opacity: 0.5;
  margin-top: 28px;
  margin-bottom: 0;
}
.cid-twYZlQkHtz .mbr-section-btn {
  margin-top: 18px;
}
@media (max-width: 575px) {
  .cid-twYZlQkHtz .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-twYZlQkHtz .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-twYZlQkHtz .mbr-fallback-image.disabled {
  display: none;
}
.cid-twYZlQkHtz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-twZlrcH1su {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-twZlrcH1su .mbr-fallback-image.disabled {
  display: none;
}
.cid-twZlrcH1su .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-twYZrFoApX {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/docs-hero.webp");
}
.cid-twYZrFoApX .container {
  max-width: 1240px;
}
@media (max-width: 1199px) {
  .cid-twYZrFoApX .container {
    max-width: 1040px;
  }
}
@media (max-width: 575px) {
  .cid-twYZrFoApX .row {
    text-align: center!important;
  }
}
.cid-twYZrFoApX .label-container {
  width: 100%;
}
.cid-twYZrFoApX .label-text {
  color: #ffffff;
  margin-bottom: 0;
}
.cid-twYZrFoApX .label-text b {
  position: relative;
  padding: 4px 6px;
  border-radius: 4px;
  background-color: rgba(75, 253, 177, 0.25);
}
.cid-twYZrFoApX .label-text .label-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: inherit;
  opacity: 0.25;
}
.cid-twYZrFoApX .mbr-section-title {
  color: #ffffff;
  margin-top: 40px;
  margin-bottom: 0;
}
.cid-twYZrFoApX .mbr-text {
  color: #ffffff;
  opacity: 0.5;
  margin-top: 28px;
  margin-bottom: 0;
}
.cid-twYZrFoApX .mbr-section-btn {
  margin-top: 18px;
}
@media (max-width: 575px) {
  .cid-twYZrFoApX .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-twYZrFoApX .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-twYZrFoApX .mbr-fallback-image.disabled {
  display: none;
}
.cid-twYZrFoApX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-twZiPLqmEW {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-twZiPLqmEW .mbr-fallback-image.disabled {
  display: none;
}
.cid-twZiPLqmEW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-twZiPLqmEW .row-h {
  height: 100% !important;
  padding-bottom: 2rem;
}
.cid-twZiPLqmEW .link-wrapper {
  width: 100%;
}
.cid-twZiPLqmEW .mbr-linkiconfont {
  color: currentColor;
  padding-left: 10px;
  padding-top: 4px;
  transition: all 0.3s;
}
.cid-twZiPLqmEW .link {
  display: inline-flex;
  align-items: center;
  width: fit-content;
}
.cid-twZiPLqmEW .link:hover .mbr-linkiconfont {
  transform: translateX(5px);
}
.cid-twZiPLqmEW .mbr-iconfont {
  font-size: 1rem;
  color: white;
  border-radius: 50%;
  background: #54595f;
  width: 35px;
  height: 35px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
}
.cid-twZiPLqmEW .card-big {
  background: #0a5484;
  height: 100%;
  border-radius: 6px;
  padding: 2rem 2rem;
}
@media (max-width: 767px) {
  .cid-twZiPLqmEW .card-big {
    padding: 2rem 1rem;
  }
}
.cid-twZiPLqmEW .card-wrapper {
  transition: all 0.3s;
  border-radius: 6px;
  padding: 2rem 2rem;
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin-bottom: 2rem;
  border: 2px dashed currentColor;
}
@media (max-width: 767px) {
  .cid-twZiPLqmEW .card-wrapper {
    flex-direction: column;
    padding: 1rem 1rem;
    padding-bottom: 2rem;
  }
}
.cid-twZiPLqmEW .card-wrapper:hover .mbr-iconfont {
  background: #0a5484;
  transform: translateX(10px);
}
.cid-twZiPLqmEW .row {
  justify-content: center;
}
.cid-twZiPLqmEW .cardbig-link,
.cid-twZiPLqmEW .mbr-linkiconfont {
  color: #ffffff;
}
.cid-twZiPLqmEW .cardbig-text,
.cid-twZiPLqmEW .link-wrapper {
  color: #ffffff;
}
.cid-twZiPLqmEW .card-title,
.cid-twZiPLqmEW .iconfont-wrapper,
.cid-twZiPLqmEW .card-wrapper {
  color: #132835;
}
.cid-twZiPLqmEW .card-text,
.cid-twZiPLqmEW .mbr-section-btn {
  color: #353535;
}
.cid-twZiPLqmEW .cardbig-title {
  color: #ffffff;
}
.cid-twYZsmQYNt {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/docs-hero.webp");
}
.cid-twYZsmQYNt .container {
  max-width: 1240px;
}
@media (max-width: 1199px) {
  .cid-twYZsmQYNt .container {
    max-width: 1040px;
  }
}
@media (max-width: 575px) {
  .cid-twYZsmQYNt .row {
    text-align: center!important;
  }
}
.cid-twYZsmQYNt .label-container {
  width: 100%;
}
.cid-twYZsmQYNt .label-text {
  color: #ffffff;
  margin-bottom: 0;
}
.cid-twYZsmQYNt .label-text b {
  position: relative;
  padding: 4px 6px;
  border-radius: 4px;
  background-color: rgba(75, 253, 177, 0.25);
}
.cid-twYZsmQYNt .label-text .label-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: inherit;
  opacity: 0.25;
}
.cid-twYZsmQYNt .mbr-section-title {
  color: #ffffff;
  margin-top: 40px;
  margin-bottom: 0;
}
.cid-twYZsmQYNt .mbr-text {
  color: #ffffff;
  opacity: 0.5;
  margin-top: 28px;
  margin-bottom: 0;
}
.cid-twYZsmQYNt .mbr-section-btn {
  margin-top: 18px;
}
@media (max-width: 575px) {
  .cid-twYZsmQYNt .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-twYZsmQYNt .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-twYZsmQYNt .mbr-fallback-image.disabled {
  display: none;
}
.cid-twYZsmQYNt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-twZeeXfRAW {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-twZeeXfRAW .col-lg-6 {
  padding: 0 2rem;
}
.cid-twZeeXfRAW .row {
  margin: 0 -2rem;
  justify-content: center;
}
.cid-twZeeXfRAW .icon-wrapper {
  margin-bottom: 0;
  margin-top: auto;
}
.cid-twZeeXfRAW .card-wrapper {
  overflow: visible;
  display: flex;
  justify-content: space-between;
  padding: 2rem 3rem;
  transition: all 0.3s;
  border-radius: 3rem;
}
@media (max-width: 991px) {
  .cid-twZeeXfRAW .card-wrapper {
    margin-bottom: 4rem;
  }
}
@media (max-width: 767px) {
  .cid-twZeeXfRAW .card-wrapper {
    flex-direction: column;
    padding: 2rem 1rem;
  }
}
.cid-twZeeXfRAW .mbr-iconfont {
  font-size: 1.5rem;
  color: #0a5484;
  padding: 1rem;
  width: fit-content;
  transition: all 0.3s;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  border-radius: 50%;
  margin: 0 0.5rem;
  display: block;
  margin-bottom: 1rem;
}
.cid-twZeeXfRAW .mbr-iconfont:hover {
  background: #ffffff;
}
.cid-twZeeXfRAW .card-box {
  max-width: 340px;
}

.cid-twZeeXfRAWZ .card-box {
  width:100% !important;max-width:100%;
}
@media (max-width: 767px) {
  .cid-twZeeXfRAW .card-box {
    padding-left: 0;
    text-align: center;
    padding-top: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-twZeeXfRAW .mt-5 {
    margin-top: 0.5rem!important;
  }
}
@media (max-width: 767px) {
  .cid-twZeeXfRAW .icon-wrapper {
    display: flex;
    margin-top: 2rem;
    justify-content: center;
  }
}
.cid-twZeeXfRAW .card-text {
  color: #232323;
}
.cid-twZeeXfRAW .card-title {
  color: #000000;
}
.cid-twZeeXfRAW .card-phone {
  color: #0a5484;
}
.cid-twZeeXfRAW .mbr-fallback-image.disabled {
  display: none;
}
.cid-twZeeXfRAW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-twZcjWImOu {
  padding-top: 60px;
  padding-bottom: 45px;
  background-color: #efefef;
}
.cid-twZcjWImOu .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-twZcjWImOu .img-item,
.cid-twZcjWImOu img {
  height: 100%;
  object-fit: cover;
}
.cid-twZcjWImOu .img-col {
  padding: 0;
}
.cid-twZcjWImOu .col-auto {
  width: 100%;
}
.cid-twZcjWImOu .wrapper {
  background: #0a5484;
  padding: 6rem 4rem;
  border-radius: 10px;
  margin: 0 1rem;
}
@media (max-width: 767px) {
  .cid-twZcjWImOu .wrapper {
    padding: 3rem 0rem;
    margin: 0 1rem;
  }
}
.cid-twZcjWImOu textarea {
  min-height: 200px;
}
.cid-twZcjWImOu .btn {
  display: inline-block;
  padding: 0.8rem 1.8rem;
}
.cid-twZcjWImOu .content {
  max-width: 500px;
  margin: 5rem auto;
}
.cid-twZcjWImOu .form-control,
.cid-twZcjWImOu .field-input {
  padding: 1rem 1.5rem;
  border-radius: 10px;
  background-color: #ffffff;
  border-color: #ffffff;
  color: #1b2026;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-twZcjWImOu .form-control::-webkit-input-placeholder,
.cid-twZcjWImOu .field-input::-webkit-input-placeholder,
.cid-twZcjWImOu .form-control::-webkit-input-placeholder,
.cid-twZcjWImOu .field-input::-webkit-input-placeholder {
  color: #777777;
}
.cid-twZcjWImOu .form-control:-moz-placeholder,
.cid-twZcjWImOu .field-input:-moz-placeholder,
.cid-twZcjWImOu .form-control:-moz-placeholder,
.cid-twZcjWImOu .field-input:-moz-placeholder {
  color: #777777;
}
.cid-twZcjWImOu .form-control:hover,
.cid-twZcjWImOu .field-input:hover,
.cid-twZcjWImOu .form-control:focus,
.cid-twZcjWImOu .field-input:focus {
  background-color: #ffffff;
  border-color: #ffffff !important;
  color: #1b2026;
  box-shadow: none;
  outline: none;
}
.cid-twZcjWImOu .form-control:hover::-webkit-input-placeholder,
.cid-twZcjWImOu .field-input:hover::-webkit-input-placeholder,
.cid-twZcjWImOu .form-control:focus::-webkit-input-placeholder,
.cid-twZcjWImOu .field-input:focus::-webkit-input-placeholder,
.cid-twZcjWImOu .form-control:hover::-webkit-input-placeholder,
.cid-twZcjWImOu .field-input:hover::-webkit-input-placeholder,
.cid-twZcjWImOu .form-control:focus::-webkit-input-placeholder,
.cid-twZcjWImOu .field-input:focus::-webkit-input-placeholder {
  color: #777777;
}
.cid-twZcjWImOu .form-control:hover:-moz-placeholder,
.cid-twZcjWImOu .field-input:hover:-moz-placeholder,
.cid-twZcjWImOu .form-control:focus:-moz-placeholder,
.cid-twZcjWImOu .field-input:focus:-moz-placeholder,
.cid-twZcjWImOu .form-control:hover:-moz-placeholder,
.cid-twZcjWImOu .field-input:hover:-moz-placeholder,
.cid-twZcjWImOu .form-control:focus:-moz-placeholder,
.cid-twZcjWImOu .field-input:focus:-moz-placeholder {
  color: #777777;
}
.cid-twZcjWImOu .jq-number__spin:hover,
.cid-twZcjWImOu .jq-number__spin:focus {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-twZcjWImOu .jq-number__spin {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #1b2026;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-twZcjWImOu .jq-selectbox li,
.cid-twZcjWImOu .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-twZcjWImOu .jq-selectbox li:hover,
.cid-twZcjWImOu .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-twZcjWImOu .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-twZcjWImOu .jq-number__spin.minus:hover:after,
.cid-twZcjWImOu .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-twZcjWImOu .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-twZcjWImOu .jq-number__spin.minus:after,
.cid-twZcjWImOu .jq-number__spin.plus:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-twZcjWImOu input::-webkit-clear-button {
  display: none;
}
.cid-twZcjWImOu input::-webkit-inner-spin-button {
  display: none;
}
.cid-twZcjWImOu input::-webkit-outer-spin-button {
  display: none;
}
.cid-twZcjWImOu input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-twZcjWImOu H4 {
  color: #ffffff;
}
.cid-twZcjWImOu H3 {
  color: #ffffff;
}
.cid-ttAXGUukMb {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color:#555F66;
}
.cid-ttAXGUukMb .mbr-fallback-image.disabled {
  display: none;
}
.cid-ttAXGUukMb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ttAXGUukMb .container {
  max-width: 1180px;
  padding-left: 30px !important;
  padding-right: 30px !important;
}
.cid-ttAXGUukMb .footer-main-container {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  width: 100%;
}
.cid-ttAXGUukMb .col-brand {
  width: 100%;
/*   padding-right: 30px; */
}
@media (max-width: 991px) {
  .cid-ttAXGUukMb .col-brand {
    padding-right: 20px;
  }
}
@media (max-width: 767px) {
  .cid-ttAXGUukMb .col-brand {
    padding-right: 0;
    width: 100%;
  }
}
.cid-ttAXGUukMb .navbar-brand {
/*   display: flex; */
  flex-basis: auto;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  white-space: normal;
  flex-shrink: 0;
  align-items: center;
  padding: 0;
  z-index: 1;
  margin-right: auto;
  margin-bottom:50px;
  transition: all 0.3s;
}
@media (max-width: 991px) {
  .cid-ttAXGUukMb .navbar-brand {
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .cid-ttAXGUukMb .navbar-brand {
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
  }
}
.cid-ttAXGUukMb .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-ttAXGUukMb .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-ttAXGUukMb .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-ttAXGUukMb .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-ttAXGUukMb .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-ttAXGUukMb .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-ttAXGUukMb .copyright {
  color: #FFFFFF;
  margin-bottom: 0.9rem;
}
@media (max-width: 767px) {
  .cid-ttAXGUukMb .copyright {
    text-align: center !important;
  }
}
.cid-ttAXGUukMb .brand-text {
  color: #FFFFFF;
  margin-bottom: 0.9rem;
}
@media (max-width: 767px) {
  .cid-ttAXGUukMb .brand-text {
    text-align: center !important;
  }
}
.cid-ttAXGUukMb .col-link {
  padding: 10px;
}
@media (max-width: 991px) {
  .cid-ttAXGUukMb .col-link {
    padding: 0;
  }
}
.cid-ttAXGUukMb .col-link1 {
  width: 16%;
}
@media (max-width: 767px) {
  .cid-ttAXGUukMb .col-link1 {
    width: 40%;
  }
}
.cid-ttAXGUukMb .col-link2 {
  width: 34%;
}
@media (max-width: 767px) {
  .cid-ttAXGUukMb .col-link2 {
    width: 60%;
  }
}
.cid-ttAXGUukMb .mbr-section-subtitle {
  color: #E1F5FF;
  margin-bottom: 20px;
}
.cid-ttAXGUukMb .mbr-section-subtitle-2 {
  opacity: 0;
}
.cid-ttAXGUukMb .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #efefef;
}
.cid-ttAXGUukMb .list li {
  width: max-content;
  max-width: 100%;
  color: inherit !important;
  margin: 0;
  padding: 13px 20px;
  transition: .3s all;
}
.cid-ttAXGUukMb .list li:hover {
  color: #fa603c !important;
}
.cid-ttAXGUukMb .list a {
  color: inherit !important;
  line-height: inherit !important;
}
.cid-ttAXGUukMb .list a:hover {
  color: inherit !important;
  line-height: inherit !important;
}
.cid-ttAXGUukMb .social-container {
  width: 100%;
  padding: 10px;
}
@media (max-width: 991px) {
  .cid-ttAXGUukMb .social-container {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .cid-ttAXGUukMb .social-container {
    width: 100%;
  }
}
.cid-ttAXGUukMb .btn-text {
  color: #E1F5FF;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .cid-ttAXGUukMb .btn-text {
    text-align: center !important;
  }
}
.cid-ttAXGUukMb .mbr-section-btn {
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .cid-ttAXGUukMb .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-ttAXGUukMb .social-text {
  color: #E1F5FF;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .cid-ttAXGUukMb .social-text {
    text-align: center !important;
  }
}
.cid-ttAXGUukMb .social-row {
  display: flex;
  justify-content:center;
  flex-wrap: wrap;
  max-width: 100%;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-ttAXGUukMb .social-row {
    justify-content: center;
  }
}
.cid-ttAXGUukMb .social-row .mbr-iconfont {
  font-size: 20px;
  color: #ffffff;
}
.cid-ttAXGUukMb .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: transparent;
  margin-right: 9px;
  margin-bottom: 5px;
  padding: 8px;
  border: 2px solid #ffffff;
  min-height: 40px;
  min-width: 40px;
  transition: .3s all;
}
.cid-ttAXGUukMb .soc-item a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ttAXGUukMb .soc-item:hover {
  background-color: #fa603c !important;
}
.cid-ttAXGUukMb .footer-border {
  width: 100%;
  height: 1px;
  background-color: #e1f5ff;
  opacity: 0.54;
  margin: 15px 0 35px;
}
@media (min-width: 768px) {
  .cid-ttAXGUukMb .footer-border {
    display: none;
  }
}
.cid-twZnALYdFZ {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/docs-hero.webp");
}
.cid-twZnALYdFZ .container {
  max-width: 1240px;
}
@media (max-width: 1199px) {
  .cid-twZnALYdFZ .container {
    max-width: 1040px;
  }
}
@media (max-width: 575px) {
  .cid-twZnALYdFZ .row {
    text-align: center!important;
  }
}
.cid-twZnALYdFZ .label-container {
  width: 100%;
}
.cid-twZnALYdFZ .label-text {
  color: #ffffff;
  margin-bottom: 0;
}
.cid-twZnALYdFZ .label-text b {
  position: relative;
  padding: 4px 6px;
  border-radius: 4px;
  background-color: rgba(75, 253, 177, 0.25);
}
.cid-twZnALYdFZ .label-text .label-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: inherit;
  opacity: 0.25;
}
.cid-twZnALYdFZ .mbr-section-title {
  color: #ffffff;
  margin-top: 40px;
  margin-bottom: 0;
}
.cid-twZnALYdFZ .mbr-text {
  color: #ffffff;
  opacity: 0.5;
  margin-top: 28px;
  margin-bottom: 0;
}
.cid-twZnALYdFZ .mbr-section-btn {
  margin-top: 18px;
}
@media (max-width: 575px) {
  .cid-twZnALYdFZ .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-twZnALYdFZ .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-twZnALYdFZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-twZnALYdFZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tx00b9sHsW {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tx00b9sHsW .mbr-fallback-image.disabled {
  display: none;
}
.cid-tx00b9sHsW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tx00b9sHsW .mbr-section-title {
  text-align: left;
}
.cid-tx00b9sHsW .mbr-section-subtitle {
  text-align: left;
}
.cid-twZnBuoI6y {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/docs-hero.webp");
}
.cid-twZnBuoI6y .container {
  max-width: 1240px;
}
@media (max-width: 1199px) {
  .cid-twZnBuoI6y .container {
    max-width: 1040px;
  }
}
@media (max-width: 575px) {
  .cid-twZnBuoI6y .row {
    text-align: center!important;
  }
}
.cid-twZnBuoI6y .label-container {
  width: 100%;
}
.cid-twZnBuoI6y .label-text {
  color: #ffffff;
  margin-bottom: 0;
}
.cid-twZnBuoI6y .label-text b {
  position: relative;
  padding: 4px 6px;
  border-radius: 4px;
  background-color: rgba(75, 253, 177, 0.25);
}
.cid-twZnBuoI6y .label-text .label-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: inherit;
  opacity: 0.25;
}
.cid-twZnBuoI6y .mbr-section-title {
  color: #ffffff;
  margin-top: 40px;
  margin-bottom: 0;
}
.cid-twZnBuoI6y .mbr-text {
  color: #ffffff;
  opacity: 0.5;
  margin-top: 28px;
  margin-bottom: 0;
}
.cid-twZnBuoI6y .mbr-section-btn {
  margin-top: 18px;
}
@media (max-width: 575px) {
  .cid-twZnBuoI6y .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-twZnBuoI6y .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-twZnBuoI6y .mbr-fallback-image.disabled {
  display: none;
}
.cid-twZnBuoI6y .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-twZoWErN7t {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-twZoWErN7t .mbr-media {
  position: relative;
}
.cid-twZoWErN7t .mbr-media img {
  width: 100%;
  object-fit: cover;
  border-radius: 2rem;
}
.cid-twZoWErN7t .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}
.cid-twZoWErN7t .icon-wrap:hover {
  transform: scale(1.1), translate(-50%, -50%);
}
.cid-twZoWErN7t .mbr-media span {
  font-size: 4rem;
  color: #54595f;
}
.cid-twZoWErN7t .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-twZoWErN7t .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-twZoWErN7t .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-twZoWErN7t .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-twZoWErN7t .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-twZoWErN7t .mbr-section-title {
  color: #0a5484;
}
.cid-twZpMcw8WI {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #efefef;
}
.cid-twZpMcw8WI .mbr-media {
  position: relative;
}
.cid-twZpMcw8WI .mbr-media img {
  width: 100%;
  object-fit: cover;
  border-radius: 2rem;
}
.cid-twZpMcw8WI .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}
.cid-twZpMcw8WI .icon-wrap:hover {
  transform: scale(1.1), translate(-50%, -50%);
}
.cid-twZpMcw8WI .mbr-media span {
  font-size: 4rem;
  color: #54595f;
}
.cid-twZpMcw8WI .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-twZpMcw8WI .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-twZpMcw8WI .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-twZpMcw8WI .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-twZpMcw8WI .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-twZpMcw8WI .mbr-section-title {
  color: #0a5484;
}
.cid-twZqli9emD {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-twZqli9emD .mbr-media {
  position: relative;
}
.cid-twZqli9emD .mbr-media img {
  width: 100%;
  object-fit: cover;
  border-radius: 2rem;
}
.cid-twZqli9emD .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}
.cid-twZqli9emD .icon-wrap:hover {
  transform: scale(1.1), translate(-50%, -50%);
}
.cid-twZqli9emD .mbr-media span {
  font-size: 4rem;
  color: #54595f;
}
.cid-twZqli9emD .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-twZqli9emD .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-twZqli9emD .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-twZqli9emD .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-twZqli9emD .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-twZqli9emD .mbr-section-title {
  color: #0a5484;
}
.cid-twZnCagUGK {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/docs-hero.webp");
}
.cid-twZnCagUGK .container {
  max-width: 1240px;
}
@media (max-width: 1199px) {
  .cid-twZnCagUGK .container {
    max-width: 1040px;
  }
}
@media (max-width: 575px) {
  .cid-twZnCagUGK .row {
    text-align: center!important;
  }
}
.cid-twZnCagUGK .label-container {
  width: 100%;
}
.cid-twZnCagUGK .label-text {
  color: #ffffff;
  margin-bottom: 0;
}
.cid-twZnCagUGK .label-text b {
  position: relative;
  padding: 4px 6px;
  border-radius: 4px;
  background-color: rgba(75, 253, 177, 0.25);
}
.cid-twZnCagUGK .label-text .label-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: inherit;
  opacity: 0.25;
}
.cid-twZnCagUGK .mbr-section-title {
  color: #ffffff;
  margin-top: 40px;
  margin-bottom: 0;
}
.cid-twZnCagUGK .mbr-text {
  color: #ffffff;
  opacity: 0.5;
  margin-top: 28px;
  margin-bottom: 0;
}
.cid-twZnCagUGK .mbr-section-btn {
  margin-top: 18px;
}
@media (max-width: 575px) {
  .cid-twZnCagUGK .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-twZnCagUGK .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-twZnCagUGK .mbr-fallback-image.disabled {
  display: none;
}
.cid-twZnCagUGK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tyiuIuLqS7 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tyiuIuLqS7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tyiuIuLqS7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tyiuIuLqS7 .first {
  border-top: 2px solid #0a5484;
}
.cid-tyiuIuLqS7 .panel-body {
  padding: 2rem 6rem;
}
@media (max-width: 767px) {
  .cid-tyiuIuLqS7 .panel-body {
    padding: 2rem 0rem;
  }
}
.cid-tyiuIuLqS7 .card-header {
  border-bottom: 2px solid #0a5484;
  border-radius: 0;
  padding-right: 2rem;
  padding-left: 2rem;
  padding-bottom: 2rem;
  padding-top: 2rem;
  position: relative;
}
.cid-tyiuIuLqS7 .card-header:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 0%;
  height: 100%;
  background: #0a5484;
  transition: all 0.3s;
}
.cid-tyiuIuLqS7 .card-header a,
.cid-tyiuIuLqS7 .card-header h6,
.cid-tyiuIuLqS7 .card-header span {
  transition: all 0.9s;
  position: relative;
  z-index: 2;
}
.cid-tyiuIuLqS7 .card-header:hover a,
.cid-tyiuIuLqS7 .card-header:hover h6,
.cid-tyiuIuLqS7 .card-header:hover span {
  color: #ffffff !important;
}
.cid-tyiuIuLqS7 .card-header:hover:before {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-tyiuIuLqS7 .card-header {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.cid-tyiuIuLqS7 .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #0a5484;
  margin-left: 1rem;
  z-index: 1;
}
.cid-tyiuIuLqS7 .panel-group {
  border: none;
}
.cid-tyiuIuLqS7 .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-tyiuIuLqS7 .panel-title-edit {
  color: #17003b;
}
.cid-tyiuIuLqS7 .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-tyiuIuLqS7 H3 {
  color: #17003b;
}
.cid-tyiuIuLqS7 .panel-text {
  color: #17003b;
}
.cid-twZnCUGfs0 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/docs-hero.webp");
}
.cid-twZnCUGfs0 .container {
  max-width: 1240px;
}
@media (max-width: 1199px) {
  .cid-twZnCUGfs0 .container {
    max-width: 1040px;
  }
}
@media (max-width: 575px) {
  .cid-twZnCUGfs0 .row {
    text-align: center!important;
  }
}
.cid-twZnCUGfs0 .label-container {
  width: 100%;
}
.cid-twZnCUGfs0 .label-text {
  color: #ffffff;
  margin-bottom: 0;
}
.cid-twZnCUGfs0 .label-text b {
  position: relative;
  padding: 4px 6px;
  border-radius: 4px;
  background-color: rgba(75, 253, 177, 0.25);
}
.cid-twZnCUGfs0 .label-text .label-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: inherit;
  opacity: 0.25;
}
.cid-twZnCUGfs0 .mbr-section-title {
  color: #ffffff;
  margin-top: 40px;
  margin-bottom: 0;
}
.cid-twZnCUGfs0 .mbr-text {
  color: #ffffff;
  opacity: 0.5;
  margin-top: 28px;
  margin-bottom: 0;
}
.cid-twZnCUGfs0 .mbr-section-btn {
  margin-top: 18px;
}
@media (max-width: 575px) {
  .cid-twZnCUGfs0 .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-twZnCUGfs0 .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-twZnCUGfs0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-twZnCUGfs0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-twZi8K7M8c {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-twZi8K7M8c .mbr-fallback-image.disabled {
  display: none;
}
.cid-twZi8K7M8c .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tx00ldyLbn {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/docs-hero.webp");
}
.cid-tx00ldyLbn .container {
  max-width: 1240px;
}
@media (max-width: 1199px) {
  .cid-tx00ldyLbn .container {
    max-width: 1040px;
  }
}
@media (max-width: 575px) {
  .cid-tx00ldyLbn .row {
    text-align: center!important;
  }
}
.cid-tx00ldyLbn .label-container {
  width: 100%;
}
.cid-tx00ldyLbn .label-text {
  color: #ffffff;
  margin-bottom: 0;
}
.cid-tx00ldyLbn .label-text b {
  position: relative;
  padding: 4px 6px;
  border-radius: 4px;
  background-color: rgba(75, 253, 177, 0.25);
}
.cid-tx00ldyLbn .label-text .label-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: inherit;
  opacity: 0.25;
}
.cid-tx00ldyLbn .mbr-section-title {
  color: #ffffff;
  margin-top: 40px;
  margin-bottom: 0;
}
.cid-tx00ldyLbn .mbr-text {
  color: #ffffff;
  opacity: 0.5;
  margin-top: 28px;
  margin-bottom: 0;
}
.cid-tx00ldyLbn .mbr-section-btn {
  margin-top: 18px;
}
@media (max-width: 575px) {
  .cid-tx00ldyLbn .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-tx00ldyLbn .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-tx00ldyLbn .mbr-fallback-image.disabled {
  display: none;
}
.cid-tx00ldyLbn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tx00tIOglt {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tx00tIOglt .mbr-fallback-image.disabled {
  display: none;
}
.cid-tx00tIOglt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tx00tIOglt .mbr-section-title {
  text-align: left;
}
.cid-tx00tIOglt .mbr-section-subtitle {
  text-align: left;
}
.cid-tx1KjmBMk0 {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tx1KjmBMk0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tx1KjmBMk0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tx1KjmBMk0 .container {
  max-width: 100%;
  width: 100%;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.cid-tx1KjmBMk0 .row {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.cid-tx1KjmBMk0 .row > [class*="col"] {
  padding-left: 0;
  padding-right: 0;
}
.cid-tx1KjmBMk0 .col-title {
  width: 100%;
  max-width: 1140px;
  padding: 0 10px !important;
  margin: 0 auto 40px;
}
.cid-tx1KjmBMk0 .mbr-section-title {
  color: #000000;
  margin-bottom: 20px !important;
}
.cid-tx1KjmBMk0 .mbr-section-subtitle {
  color: #000000;
  margin-bottom: 0.9rem !important;
}
.cid-tx1KjmBMk0 .cards-container {
  display: flex;
  align-items: stretch;
  justify-content: center;
  padding: 0 !important;
}
@media (max-width: 767px) {
  .cid-tx1KjmBMk0 .cards-container {
    flex-wrap: wrap;
  }
}
.cid-tx1KjmBMk0 .card {
  width: 33.33333333%;
  border-radius: 0;
}
.cid-tx1KjmBMk0 .card:not(:first-child) {
  border-left: 1px solid #0a5484;
}
@media (max-width: 767px) {
  .cid-tx1KjmBMk0 .card:not(:first-child) {
    border-left: none;
    border-top: 1px solid #0a5484;
  }
}
@media (max-width: 767px) {
  .cid-tx1KjmBMk0 .card {
    width: 100%;
  }
}
.cid-tx1KjmBMk0 .card-box {
  width: 100%;
  padding: 6% 6% 6% 6%;
}
@media (max-width: 767px) {
  .cid-tx1KjmBMk0 .card-box {
    display: flex;
    align-items: center;
    padding: 20px 0;
  }
}
@media (max-width: 576px) {
  .cid-tx1KjmBMk0 .card-box {
    flex-wrap: wrap;
  }
}
.cid-tx1KjmBMk0 .img-container {
  position: relative;
  width: 100%;
  overflow: hidden;
}
@media (max-width: 767px) {
  .cid-tx1KjmBMk0 .img-container {
    width: 50%;
    padding: 10px;
  }
}
@media (max-width: 575px) {
  .cid-tx1KjmBMk0 .img-container {
    width: 100%;
  }
}
.cid-tx1KjmBMk0 .img-bg {
  position: absolute;
  z-index: 4;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 70%;
  aspect-ratio: 1;
  background-color: #fa603c;
  border-radius: 50%;
  display: none;
}
.cid-tx1KjmBMk0 .image-wrapper {
  position: relative;
  z-index: 5;
  width: 100%;
}
.cid-tx1KjmBMk0 .image-wrapper img {
  width: auto;
  max-width: 70%;
  height: 280px;
  margin: 0 auto;
  object-fit: contain;
}
@media (max-width: 1399px) {
  .cid-tx1KjmBMk0 .image-wrapper img {
    height: 220px;
  }
}
@media (max-width: 1199px) {
  .cid-tx1KjmBMk0 .image-wrapper img {
    height: 186px;
  }
}
@media (max-width: 991px) {
  .cid-tx1KjmBMk0 .image-wrapper img {
    height: 148px;
  }
}
@media (max-width: 767px) {
  .cid-tx1KjmBMk0 .image-wrapper img {
    height: auto;
  }
}
.cid-tx1KjmBMk0 .card-container {
  width: 100%;
  padding-top: 12%;
}
@media (max-width: 767px) {
  .cid-tx1KjmBMk0 .card-container {
    width: 50%;
    padding: 10px;
  }
}
@media (max-width: 575px) {
  .cid-tx1KjmBMk0 .card-container {
    width: 100%;
  }
}
.cid-tx1KjmBMk0 .card-title {
  color: #0a5484;
  margin-bottom: 20px !important;
}
@media (max-width: 767px) and (min-width: 575px) {
  .cid-tx1KjmBMk0 .card-title {
    text-align: left !important;
  }
}
.cid-tx1KjmBMk0 .card-text {
  color: #0093AC;
  margin-bottom: 0.9rem !important;
}
@media (max-width: 767px) and (min-width: 575px) {
  .cid-tx1KjmBMk0 .card-text {
    text-align: left !important;
  }
}
@media (max-width: 767px) and (min-width: 575px) {
  .cid-tx1KjmBMk0 .mbr-section-btn {
    text-align: left !important;
  }
}
.cid-tx1KjmBMk0 .card-text,
.cid-tx1KjmBMk0 .mbr-section-btn {
  color: #353535;
}
.cid-tx1OcJ6a10 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/docs-hero.webp");
}
.cid-tx1OcJ6a10 .container {
  max-width: 1240px;
}
@media (max-width: 1199px) {
  .cid-tx1OcJ6a10 .container {
    max-width: 1040px;
  }
}
@media (max-width: 575px) {
  .cid-tx1OcJ6a10 .row {
    text-align: center!important;
  }
}
.cid-tx1OcJ6a10 .label-container {
  width: 100%;
}
.cid-tx1OcJ6a10 .label-text {
  color: #ffffff;
  margin-bottom: 0;
}
.cid-tx1OcJ6a10 .label-text b {
  position: relative;
  padding: 4px 6px;
  border-radius: 4px;
  background-color: rgba(75, 253, 177, 0.25);
}
.cid-tx1OcJ6a10 .label-text .label-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: inherit;
  opacity: 0.25;
}
.cid-tx1OcJ6a10 .mbr-section-title {
  color: #ffffff;
  margin-top: 40px;
  margin-bottom: 0;
}
.cid-tx1OcJ6a10 .mbr-text {
  color: #ffffff;
  opacity: 0.5;
  margin-top: 28px;
  margin-bottom: 0;
}
.cid-tx1OcJ6a10 .mbr-section-btn {
  margin-top: 18px;
}
@media (max-width: 575px) {
  .cid-tx1OcJ6a10 .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-tx1OcJ6a10 .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-tx1OcJ6a10 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tx1OcJ6a10 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tx02XJjakU {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-tx02XJjakU .mbr-fallback-image.disabled {
  display: none;
}
.cid-tx02XJjakU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tx02XJjakU .mbr-section-title {
  text-align: left;
}
.cid-tx02XJjakU .mbr-section-subtitle {
  text-align: left;
}
.cid-tx1QtdDtKV {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tx1QtdDtKV .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
@media (max-width: 991px) {
  .cid-tx1QtdDtKV .wrapper {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .cid-tx1QtdDtKV .wrapper {
    padding: 4rem 6rem;
  }
}
.cid-tx1QtdDtKV input {
  padding: .6rem 1.2rem;
  border-radius: 10px;
}
.cid-tx1QtdDtKV .btn {
  display: inline-block;
  border-radius: 30px;
}
.cid-tx1QtdDtKV img {
  width: 65%;
  margin: 0 auto;
  border-radius: 30px;
}
@media (max-width: 991px) {
  .cid-tx1QtdDtKV img {
    margin-top: 3rem;
  }
}
.cid-tx00mdQCJQ {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/docs-hero.webp");
}
.cid-tx00mdQCJQ .container {
  max-width: 1240px;
}
@media (max-width: 1199px) {
  .cid-tx00mdQCJQ .container {
    max-width: 1040px;
  }
}
@media (max-width: 575px) {
  .cid-tx00mdQCJQ .row {
    text-align: center!important;
  }
}
.cid-tx00mdQCJQ .label-container {
  width: 100%;
}
.cid-tx00mdQCJQ .label-text {
  color: #ffffff;
  margin-bottom: 0;
}
.cid-tx00mdQCJQ .label-text b {
  position: relative;
  padding: 4px 6px;
  border-radius: 4px;
  background-color: rgba(75, 253, 177, 0.25);
}
.cid-tx00mdQCJQ .label-text .label-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: inherit;
  opacity: 0.25;
}
.cid-tx00mdQCJQ .mbr-section-title {
  color: #ffffff;
  margin-top: 40px;
  margin-bottom: 0;
}
.cid-tx00mdQCJQ .mbr-text {
  color: #ffffff;
  opacity: 0.5;
  margin-top: 28px;
  margin-bottom: 0;
}
.cid-tx00mdQCJQ .mbr-section-btn {
  margin-top: 18px;
}
@media (max-width: 575px) {
  .cid-tx00mdQCJQ .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-tx00mdQCJQ .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-tx00mdQCJQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tx00mdQCJQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tx1UoWqobA {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-tx1UoWqobA .mbr-fallback-image.disabled {
  display: none;
}
.cid-tx1UoWqobA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tx1UoWqobA .mbr-section-title {
  text-align: left;
}
.cid-tx1UoWqobA .mbr-section-subtitle {
  text-align: left;
}
.cid-tx1UnxCa1k {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tx1UnxCa1k .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
@media (max-width: 991px) {
  .cid-tx1UnxCa1k .wrapper {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .cid-tx1UnxCa1k .wrapper {
    padding: 4rem 6rem;
  }
}
.cid-tx1UnxCa1k input {
  padding: .6rem 1.2rem;
  border-radius: 10px;
}
.cid-tx1UnxCa1k .btn {
  display: inline-block;
  border-radius: 30px;
}
.cid-tx1UnxCa1k img {
  width: 65%;
  margin: 0 auto;
  border-radius: 30px;
}
@media (max-width: 991px) {
  .cid-tx1UnxCa1k img {
    margin-top: 3rem;
  }
}
.cid-tx00mZqUN0 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/docs-hero.webp");
}
.cid-tx00mZqUN0 .container {
  max-width: 1240px;
}
@media (max-width: 1199px) {
  .cid-tx00mZqUN0 .container {
    max-width: 1040px;
  }
}
@media (max-width: 575px) {
  .cid-tx00mZqUN0 .row {
    text-align: center!important;
  }
}
.cid-tx00mZqUN0 .label-container {
  width: 100%;
}
.cid-tx00mZqUN0 .label-text {
  color: #ffffff;
  margin-bottom: 0;
}
.cid-tx00mZqUN0 .label-text b {
  position: relative;
  padding: 4px 6px;
  border-radius: 4px;
  background-color: rgba(75, 253, 177, 0.25);
}
.cid-tx00mZqUN0 .label-text .label-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: inherit;
  opacity: 0.25;
}
.cid-tx00mZqUN0 .mbr-section-title {
  color: #ffffff;
  margin-top: 40px;
  margin-bottom: 0;
}
.cid-tx00mZqUN0 .mbr-text {
  color: #ffffff;
  opacity: 0.5;
  margin-top: 28px;
  margin-bottom: 0;
}
.cid-tx00mZqUN0 .mbr-section-btn {
  margin-top: 18px;
}
@media (max-width: 575px) {
  .cid-tx00mZqUN0 .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-tx00mZqUN0 .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-tx00mZqUN0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tx00mZqUN0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tx00vlxPPr {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tx00vlxPPr .mbr-fallback-image.disabled {
  display: none;
}
.cid-tx00vlxPPr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tx00vlxPPr .mbr-section-title {
  text-align: left;
}
.cid-tx00vlxPPr .mbr-section-subtitle {
  text-align: left;
}
.cid-tx00nKIW9r {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/docs-hero.webp");
}
.cid-tx00nKIW9r .container {
  max-width: 1240px;
}
@media (max-width: 1199px) {
  .cid-tx00nKIW9r .container {
    max-width: 1040px;
  }
}
@media (max-width: 575px) {
  .cid-tx00nKIW9r .row {
    text-align: center!important;
  }
}
.cid-tx00nKIW9r .label-container {
  width: 100%;
}
.cid-tx00nKIW9r .label-text {
  color: #ffffff;
  margin-bottom: 0;
}
.cid-tx00nKIW9r .label-text b {
  position: relative;
  padding: 4px 6px;
  border-radius: 4px;
  background-color: rgba(75, 253, 177, 0.25);
}
.cid-tx00nKIW9r .label-text .label-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: inherit;
  opacity: 0.25;
}
.cid-tx00nKIW9r .mbr-section-title {
  color: #ffffff;
  margin-top: 40px;
  margin-bottom: 0;
}
.cid-tx00nKIW9r .mbr-text {
  color: #ffffff;
  opacity: 0.5;
  margin-top: 28px;
  margin-bottom: 0;
}
.cid-tx00nKIW9r .mbr-section-btn {
  margin-top: 18px;
}
@media (max-width: 575px) {
  .cid-tx00nKIW9r .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-tx00nKIW9r .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-tx00nKIW9r .mbr-fallback-image.disabled {
  display: none;
}
.cid-tx00nKIW9r .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tx00w2RnWc {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tx00w2RnWc .mbr-fallback-image.disabled {
  display: none;
}
.cid-tx00w2RnWc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tx00w2RnWc .mbr-section-title {
  text-align: left;
}
.cid-tx00w2RnWc .mbr-section-subtitle {
  text-align: left;
}
.cid-tx00oBhFSB {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/docs-hero.webp");
}
.cid-tx00oBhFSB .container {
  max-width: 1240px;
}
@media (max-width: 1199px) {
  .cid-tx00oBhFSB .container {
    max-width: 1040px;
  }
}
@media (max-width: 575px) {
  .cid-tx00oBhFSB .row {
    text-align: center!important;
  }
}
.cid-tx00oBhFSB .label-container {
  width: 100%;
}
.cid-tx00oBhFSB .label-text {
  color: #ffffff;
  margin-bottom: 0;
}
.cid-tx00oBhFSB .label-text b {
  position: relative;
  padding: 4px 6px;
  border-radius: 4px;
  background-color: rgba(75, 253, 177, 0.25);
}
.cid-tx00oBhFSB .label-text .label-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: inherit;
  opacity: 0.25;
}
.cid-tx00oBhFSB .mbr-section-title {
  color: #ffffff;
  margin-top: 40px;
  margin-bottom: 0;
}
.cid-tx00oBhFSB .mbr-text {
  color: #ffffff;
  opacity: 0.5;
  margin-top: 28px;
  margin-bottom: 0;
}
.cid-tx00oBhFSB .mbr-section-btn {
  margin-top: 18px;
}
@media (max-width: 575px) {
  .cid-tx00oBhFSB .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-tx00oBhFSB .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-tx00oBhFSB .mbr-fallback-image.disabled {
  display: none;
}
.cid-tx00oBhFSB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tx00wJDKXa {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tx00wJDKXa .mbr-fallback-image.disabled {
  display: none;
}
.cid-tx00wJDKXa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tx00wJDKXa .mbr-section-title {
  text-align: left;
}
.cid-tx00wJDKXa .mbr-section-subtitle {
  text-align: left;
}
.cid-tx00pn50oQ {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/docs-hero.webp");
}
.cid-tx00pn50oQ .container {
  max-width: 1240px;
}
@media (max-width: 1199px) {
  .cid-tx00pn50oQ .container {
    max-width: 1040px;
  }
}
@media (max-width: 575px) {
  .cid-tx00pn50oQ .row {
    text-align: center!important;
  }
}
.cid-tx00pn50oQ .label-container {
  width: 100%;
}
.cid-tx00pn50oQ .label-text {
  color: #ffffff;
  margin-bottom: 0;
}
.cid-tx00pn50oQ .label-text b {
  position: relative;
  padding: 4px 6px;
  border-radius: 4px;
  background-color: rgba(75, 253, 177, 0.25);
}
.cid-tx00pn50oQ .label-text .label-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: inherit;
  opacity: 0.25;
}
.cid-tx00pn50oQ .mbr-section-title {
  color: #ffffff;
  margin-top: 40px;
  margin-bottom: 0;
}
.cid-tx00pn50oQ .mbr-text {
  color: #ffffff;
  opacity: 0.5;
  margin-top: 28px;
  margin-bottom: 0;
}
.cid-tx00pn50oQ .mbr-section-btn {
  margin-top: 18px;
}
@media (max-width: 575px) {
  .cid-tx00pn50oQ .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-tx00pn50oQ .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-tx00pn50oQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tx00pn50oQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tx00xmYqyo {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tx00xmYqyo .mbr-fallback-image.disabled {
  display: none;
}
.cid-tx00xmYqyo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tx00xmYqyo .mbr-section-title {
  text-align: left;
}
.cid-tx00xmYqyo .mbr-section-subtitle {
  text-align: left;
}
.cid-tx00qaGa01 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/docs-hero.webp");
}
.cid-tx00qaGa01 .container {
  max-width: 1240px;
}
@media (max-width: 1199px) {
  .cid-tx00qaGa01 .container {
    max-width: 1040px;
  }
}
@media (max-width: 575px) {
  .cid-tx00qaGa01 .row {
    text-align: center!important;
  }
}
.cid-tx00qaGa01 .label-container {
  width: 100%;
}
.cid-tx00qaGa01 .label-text {
  color: #ffffff;
  margin-bottom: 0;
}
.cid-tx00qaGa01 .label-text b {
  position: relative;
  padding: 4px 6px;
  border-radius: 4px;
  background-color: rgba(75, 253, 177, 0.25);
}
.cid-tx00qaGa01 .label-text .label-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: inherit;
  opacity: 0.25;
}
.cid-tx00qaGa01 .mbr-section-title {
  color: #ffffff;
  margin-top: 40px;
  margin-bottom: 0;
}
.cid-tx00qaGa01 .mbr-text {
  color: #ffffff;
  opacity: 0.5;
  margin-top: 28px;
  margin-bottom: 0;
}
.cid-tx00qaGa01 .mbr-section-btn {
  margin-top: 18px;
}
@media (max-width: 575px) {
  .cid-tx00qaGa01 .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-tx00qaGa01 .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-tx00qaGa01 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tx00qaGa01 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tx00xYlfJH {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tx00xYlfJH .mbr-fallback-image.disabled {
  display: none;
}
.cid-tx00xYlfJH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tx00xYlfJH .mbr-section-title {
  text-align: left;
}
.cid-tx00xYlfJH .mbr-section-subtitle {
  text-align: left;
}
.cid-tx00qXc2vG {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/docs-hero.webp");
}
.cid-tx00qXc2vG .container {
  max-width: 1240px;
}
@media (max-width: 1199px) {
  .cid-tx00qXc2vG .container {
    max-width: 1040px;
  }
}
@media (max-width: 575px) {
  .cid-tx00qXc2vG .row {
    text-align: center!important;
  }
}
.cid-tx00qXc2vG .label-container {
  width: 100%;
}
.cid-tx00qXc2vG .label-text {
  color: #ffffff;
  margin-bottom: 0;
}
.cid-tx00qXc2vG .label-text b {
  position: relative;
  padding: 4px 6px;
  border-radius: 4px;
  background-color: rgba(75, 253, 177, 0.25);
}
.cid-tx00qXc2vG .label-text .label-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: inherit;
  opacity: 0.25;
}
.cid-tx00qXc2vG .mbr-section-title {
  color: #ffffff;
  margin-top: 40px;
  margin-bottom: 0;
}
.cid-tx00qXc2vG .mbr-text {
  color: #ffffff;
  opacity: 0.5;
  margin-top: 28px;
  margin-bottom: 0;
}
.cid-tx00qXc2vG .mbr-section-btn {
  margin-top: 18px;
}
@media (max-width: 575px) {
  .cid-tx00qXc2vG .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-tx00qXc2vG .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-tx00qXc2vG .mbr-fallback-image.disabled {
  display: none;
}
.cid-tx00qXc2vG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tx00yy48xn {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tx00yy48xn .mbr-fallback-image.disabled {
  display: none;
}
.cid-tx00yy48xn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tx00yy48xn .mbr-section-title {
  text-align: left;
}
.cid-tx00yy48xn .mbr-section-subtitle {
  text-align: left;
}
.cid-tx00rMlNHI {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/docs-hero.webp");
}
.cid-tx00rMlNHI .container {
  max-width: 1240px;
}
@media (max-width: 1199px) {
  .cid-tx00rMlNHI .container {
    max-width: 1040px;
  }
}
@media (max-width: 575px) {
  .cid-tx00rMlNHI .row {
    text-align: center!important;
  }
}
.cid-tx00rMlNHI .label-container {
  width: 100%;
}
.cid-tx00rMlNHI .label-text {
  color: #ffffff;
  margin-bottom: 0;
}
.cid-tx00rMlNHI .label-text b {
  position: relative;
  padding: 4px 6px;
  border-radius: 4px;
  background-color: rgba(75, 253, 177, 0.25);
}
.cid-tx00rMlNHI .label-text .label-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: inherit;
  opacity: 0.25;
}
.cid-tx00rMlNHI .mbr-section-title {
  color: #ffffff;
  margin-top: 40px;
  margin-bottom: 0;
}
.cid-tx00rMlNHI .mbr-text {
  color: #ffffff;
  opacity: 0.5;
  margin-top: 28px;
  margin-bottom: 0;
}
.cid-tx00rMlNHI .mbr-section-btn {
  margin-top: 18px;
}
@media (max-width: 575px) {
  .cid-tx00rMlNHI .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-tx00rMlNHI .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-tx00rMlNHI .mbr-fallback-image.disabled {
  display: none;
}
.cid-tx00rMlNHI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tx00sZYWZS {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tx00sZYWZS .mbr-fallback-image.disabled {
  display: none;
}
.cid-tx00sZYWZS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tx00sZYWZS .mbr-section-title {
  text-align: left;
}
.cid-tx00sZYWZS .mbr-section-subtitle {
  text-align: left;
}
