body {
  font-family: IBM Plex Sans;
}
.display-1 {
  font-family: 'IBM Plex Sans', sans-serif;
  font-size: 3.25rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 4.0625rem;
}
.display-2 {
  font-family: 'IBM Plex Sans', sans-serif;
  font-size: 2.5rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.125rem;
}
.display-4 {
  font-family: 'IBM Plex Sans', sans-serif;
  font-size: 1.25rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.5625rem;
}
.display-5 {
  font-family: 'IBM Plex Sans', sans-serif;
  font-size: 2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'IBM Plex Sans', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.display-7 > .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: 1rem;
    font-size: calc( 1.0875rem + (1.25 - 1.0875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0875rem + (1.25 - 1.0875) * ((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))));
  }
}
/* 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: #6ec1e4 !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: #6ec1e4 !important;
  border-color: #6ec1e4 !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: #27a1d4 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #27a1d4 !important;
  border-color: #27a1d4 !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: #47acff;
}
.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: #112b6d !important;
  border-color: #112b6d !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: #6ec1e4;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #6ec1e4 !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: #6ec1e4 !important;
  border-color: #6ec1e4 !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: #112b6d;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #112b6d !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: #112b6d !important;
  border-color: #112b6d !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: #6ec1e4 !important;
}
.text-secondary {
  color: #54595f !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: #112B6D !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #2597c7 !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: #6ec1e4;
}
.nav-tabs .nav-link:not(.active) {
  color: #112B6D;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #15d8d8;
}
.alert-warning {
  background-color: #fa603c;
}
.alert-danger {
  background-color: #ea433b;
}
.mbr-gallery-filter li.active .btn {
  background-color: #6ec1e4;
  border-color: #6ec1e4;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #6ec1e4;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.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_wraper {
  display: none;
}
.form-control {
  font-family: 'IBM Plex Sans', sans-serif;
  font-size: 1.25rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.5625rem;
}
.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: #6ec1e4 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'IBM Plex Sans', sans-serif;
  font-size: 1.25rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.5625rem;
}
blockquote {
  border-color: #6ec1e4;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #6ec1e4;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #6ec1e4;
}
.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: #6ec1e4;
  border-bottom-color: #6ec1e4;
}
.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: #000000 !important;
  background-color: #6ec1e4 !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='%236ec1e4' %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;
}
@media (max-width: 575px) {
  .mbr-section-btn {
    width: 100%;
  }
  .mbr-section-btn .btn {
    width: 100%;
    min-width: auto !important;
  }
}
.cid-tbW9vZLM5s .navbar-dropdown {
  position: relative !important;
}
.cid-tbW9vZLM5s .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-tbW9vZLM5s .dropdown-menu {
  padding: 0;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-tbW9vZLM5s .dropdown-menu .dropdown-item {
  border: none !important;
  border-radius: 0 !important;
  padding: 13px 20px 13px 28px !important;
  line-height: 1 !important;
}
.cid-tbW9vZLM5s .dropdown-menu .dropdown-item:hover {
  background-color: #112B6D !important;
  color: #FFFFFF !important;
}
.cid-tbW9vZLM5s .dropdown-item:hover,
.cid-tbW9vZLM5s .dropdown-item:focus {
  background: #112B6D !important;
  color: white !important;
}
.cid-tbW9vZLM5s .dropdown-item:hover span {
  color: white;
}
.cid-tbW9vZLM5s .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tbW9vZLM5s .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tbW9vZLM5s .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tbW9vZLM5s .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tbW9vZLM5s .nav-link {
  position: relative;
}
.cid-tbW9vZLM5s .container {
  display: flex;
  margin: auto;
  max-width: 100%;
  width: 100%;
  padding: 0 3.4rem !important;
  min-height: 60px;
}
@media (min-width: 992px) {
  .cid-tbW9vZLM5s .container {
    flex-wrap: nowrap;
  }
}
.cid-tbW9vZLM5s .iconfont-wrapper {
  color: #112b6d !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tbW9vZLM5s .navbar-nav {
  padding: 5px !important;
}
.cid-tbW9vZLM5s .navbar-nav .nav-item {
  margin: 0 5px !important;
  padding: 0 !important;
}
.cid-tbW9vZLM5s .navbar-nav .nav-item .nav-link {
  margin: 0 !important;
  padding: 13px 8px !important;
  font-weight: 400 !important;
}
.cid-tbW9vZLM5s .dropdown-menu,
.cid-tbW9vZLM5s .navbar.opened {
  background: #ffffff !important;
}
.cid-tbW9vZLM5s .nav-item:focus,
.cid-tbW9vZLM5s .nav-link:focus {
  outline: none;
}
.cid-tbW9vZLM5s .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tbW9vZLM5s .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tbW9vZLM5s .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tbW9vZLM5s .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tbW9vZLM5s .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tbW9vZLM5s .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tbW9vZLM5s .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;
  box-shadow: none !important;
}
.cid-tbW9vZLM5s .navbar.opened {
  transition: all 0.3s;
}
.cid-tbW9vZLM5s .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
  font-weight: 400 !important;
}
.cid-tbW9vZLM5s .navbar .navbar-logo img {
  width: auto;
}
.cid-tbW9vZLM5s .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tbW9vZLM5s .navbar.collapsed {
  justify-content: center;
}
.cid-tbW9vZLM5s .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tbW9vZLM5s .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tbW9vZLM5s .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tbW9vZLM5s .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tbW9vZLM5s .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tbW9vZLM5s .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-tbW9vZLM5s .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tbW9vZLM5s .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tbW9vZLM5s .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tbW9vZLM5s .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tbW9vZLM5s .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tbW9vZLM5s .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tbW9vZLM5s .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tbW9vZLM5s .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-tbW9vZLM5s .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tbW9vZLM5s .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tbW9vZLM5s .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tbW9vZLM5s .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tbW9vZLM5s .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tbW9vZLM5s .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tbW9vZLM5s .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tbW9vZLM5s .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tbW9vZLM5s .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tbW9vZLM5s .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-tbW9vZLM5s .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tbW9vZLM5s .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tbW9vZLM5s .dropdown-item.active,
.cid-tbW9vZLM5s .dropdown-item:active {
  background-color: transparent;
}
.cid-tbW9vZLM5s .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tbW9vZLM5s .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tbW9vZLM5s .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tbW9vZLM5s .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tbW9vZLM5s .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tbW9vZLM5s .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tbW9vZLM5s ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tbW9vZLM5s .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tbW9vZLM5s button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tbW9vZLM5s button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #112b6d;
}
.cid-tbW9vZLM5s button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tbW9vZLM5s button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tbW9vZLM5s button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tbW9vZLM5s button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tbW9vZLM5s nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tbW9vZLM5s nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tbW9vZLM5s nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tbW9vZLM5s nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tbW9vZLM5s .navbar-dropdown {
  padding: 0 1rem;
}
.cid-tbW9vZLM5s a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tbW9vZLM5s .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-tbW9vZLM5s .navbar {
    height: 70px;
  }
  .cid-tbW9vZLM5s .navbar.opened {
    height: auto;
  }
  .cid-tbW9vZLM5s .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tbW9vZLM5s .container-head {
  width: 100%;
  min-height: 60px;
  padding-top: 5px !important;
  padding-bottom: 5px !important;
  background-color: #15d8d8;
}
.cid-tbW9vZLM5s .mbr-section-title {
  color: #112B6D;
  max-width: 50%;
  margin-right: auto;
}
.cid-tbW9vZLM5s .mbr-section-btn {
  max-width: 50%;
  text-align: right;
  margin-left: auto;
}
.cid-tbW9vZLM5s .mbr-section-btn .btn {
  font-weight: 500 !important;
}
.cid-tbW9vZLM5s .mbr-section-btn .btn:hover {
  transform: scale3d(1.1, 1.1, 1.1);
}
@media (max-width: 991px) {
  .cid-tbW9vZLM5s .container-head {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }
  .cid-tbW9vZLM5s .container {
    overflow: hidden;
  }
  .cid-tbW9vZLM5s .mbr-section-title {
    max-width: 100%;
    width: 100%;
    margin-right: 0;
    text-align: center !important;
  }
  .cid-tbW9vZLM5s .mbr-section-btn {
    max-width: 100%;
    width: 100%;
    text-align: center !important;
    margin-left: 0;
  }
  .cid-tbW9vZLM5s .icons-menu {
    margin: 0 auto;
    padding-right: 0;
  }
  .cid-tbW9vZLM5s .navbar-collapse {
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
    margin: 0 -3.4rem;
  }
  .cid-tbW9vZLM5s .navbar-nav {
    padding: 0 !important;
  }
  .cid-tbW9vZLM5s .navbar-nav .nav-item {
    margin: 0  !important;
    padding: 0 !important;
  }
  .cid-tbW9vZLM5s .navbar-nav .nav-item .nav-link {
    justify-content: flex-start !important;
    margin: 0 !important;
    padding: 10px 20px !important;
    font-weight: 400 !important;
  }
  .cid-tbW9vZLM5s .navbar-nav .nav-item .nav-link:hover {
    background-color: #112B6D !important;
    color: #FFFFFF !important;
  }
  .cid-tbW9vZLM5s .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-tbW9vZLM5s .navbar-nav .nav-item .dropdown-menu .dropdown-item:hover {
    background-color: #112B6D !important;
    color: #FFFFFF !important;
  }
  .cid-tbW9vZLM5s .navbar-nav .dropdown-menu .dropdown-submenu {
    margin-left: 0 !important;
  }
}
@media (max-width: 767px) {
  .cid-tbW9vZLM5s .container {
    padding: 25px 15px !important;
  }
  .cid-tbW9vZLM5s .container-head {
    padding: 10px !important;
  }
  .cid-tbW9vZLM5s .navbar-collapse {
    margin: 0 -15px -25px !important;
  }
  .cid-tbW9vZLM5s .navbar .navbar-brand {
    width: auto !important;
    max-width: 60%;
  }
  .cid-tbW9vZLM5s .navbar-toggler {
    margin-right: 6%;
    max-width: 40%;
  }
}
.cid-tbW7glJHO6 {
  background-color: #e1f5ff;
}
.cid-tbW7glJHO6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tbW7glJHO6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tbW7glJHO6 .container {
  max-width: 100%;
  width: 100%;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.cid-tbW7glJHO6 .row {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.cid-tbW7glJHO6 .row > [class*="col"] {
  padding-left: 0;
  padding-right: 0;
}
.cid-tbW7glJHO6 .content-container {
  display: flex;
  align-items: stretch;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-tbW7glJHO6 .content-container {
    flex-wrap: wrap;
  }
}
.cid-tbW7glJHO6 .img-container {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 65%;
}
@media (max-width: 991px) {
  .cid-tbW7glJHO6 .img-container {
    width: 100%;
    order: 3;
  }
}
.cid-tbW7glJHO6 .image-wrapper {
  width: 100%;
  height: 100%;
}
.cid-tbW7glJHO6 .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tbW7glJHO6 .text-container {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: center;
  width: 35%;
  padding: 0 5.6% 0  5.6%;
  min-height: 640px;
  padding-top: 5rem;
  padding-bottom: 5rem;
}
@media (max-width: 991px) {
  .cid-tbW7glJHO6 .text-container {
    width: 100%;
    padding: 0 16% 0  16%;
    min-height: 0;
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}
.cid-tbW7glJHO6 .mbr-section-title {
  color: #112b6d;
  margin-bottom: 0;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-tbW7glJHO6 .mbr-section-title {
    text-align: center !important;
  }
}
.cid-tbW7glJHO6 .mbr-text {
  color: #FFFFFF;
  margin-bottom: 0;
  margin-top: 20px;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-tbW7glJHO6 .mbr-text {
    text-align: center !important;
  }
}
.cid-tbW7glJHO6 .mbr-section-btn {
  margin-top: 10px;
}
.cid-tbW7glJHO6 .mbr-section-btn .btn-black .mbr-iconfont:after {
  background-color: #FFFFFF !important;
}
.cid-tbW7glJHO6 .mbr-section-btn .btn-black .mbr-iconfont:before {
  color: #112B6D !important;
}
@media (max-width: 767px) {
  .cid-tbW7glJHO6 .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-tbW7glJHO6 .mbr-text,
.cid-tbW7glJHO6 .mbr-section-btn {
  color: #112b6d;
}
.cid-tbW7l6OzV7 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #48acff;
}
.cid-tbW7l6OzV7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tbW7l6OzV7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tbW7l6OzV7 .row {
  justify-content: center;
}
.cid-tbW7l6OzV7 .col-title {
  margin-bottom: 40px;
}
.cid-tbW7l6OzV7 .mbr-section-title {
  color: #112B6D;
}
.cid-tbW7l6OzV7 .mbr-section-subtitle {
  color: #112B6D;
  margin-top: 20px;
}
.cid-tbW7l6OzV7 .img-container {
  margin: 0 auto;
}
.cid-tbW7l6OzV7 .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  overflow: hidden;
  height: 620px;
}
@media (max-width: 767px) {
  .cid-tbW7l6OzV7 .image-wrapper {
    height: 400px;
  }
}
.cid-tbW7l6OzV7 .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tbW7mcp8Bb {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffdec7;
}
.cid-tbW7mcp8Bb .mbr-fallback-image.disabled {
  display: none;
}
.cid-tbW7mcp8Bb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tbW7mcp8Bb .container {
  max-width: 100%;
  width: 100%;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.cid-tbW7mcp8Bb .row {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.cid-tbW7mcp8Bb .row > [class*="col"] {
  padding-left: 0;
  padding-right: 0;
}
.cid-tbW7mcp8Bb .col-title {
  width: 100%;
  max-width: 1140px;
  padding: 0 10px !important;
  margin: 0 auto 40px;
}
.cid-tbW7mcp8Bb .mbr-section-title {
  color: #112B6D;
  margin-bottom: 20px !important;
}
.cid-tbW7mcp8Bb .mbr-section-subtitle {
  color: #112B6D;
  margin-bottom: 0.9rem !important;
}
.cid-tbW7mcp8Bb .cards-container {
  display: flex;
  align-items: stretch;
  justify-content: center;
  padding: 0 !important;
}
@media (max-width: 767px) {
  .cid-tbW7mcp8Bb .cards-container {
    flex-wrap: wrap;
  }
}
.cid-tbW7mcp8Bb .card {
  width: 33.33333333%;
  border-radius: 0;
}
.cid-tbW7mcp8Bb .card:not(:first-child) {
  border-left: 1px solid #7a7a7a;
}
@media (max-width: 767px) {
  .cid-tbW7mcp8Bb .card:not(:first-child) {
    border-left: none;
    border-top: 1px solid #7a7a7a;
  }
}
@media (max-width: 767px) {
  .cid-tbW7mcp8Bb .card {
    width: 100%;
  }
}
.cid-tbW7mcp8Bb .card-box {
  width: 100%;
  padding: 6% 6% 6% 6%;
}
@media (max-width: 767px) {
  .cid-tbW7mcp8Bb .card-box {
    display: flex;
    align-items: center;
    padding: 20px 0;
  }
}
@media (max-width: 576px) {
  .cid-tbW7mcp8Bb .card-box {
    flex-wrap: wrap;
  }
}
.cid-tbW7mcp8Bb .img-container {
  position: relative;
  width: 100%;
  overflow: hidden;
}
@media (max-width: 767px) {
  .cid-tbW7mcp8Bb .img-container {
    width: 50%;
    padding: 10px;
  }
}
@media (max-width: 575px) {
  .cid-tbW7mcp8Bb .img-container {
    width: 100%;
  }
}
.cid-tbW7mcp8Bb .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-tbW7mcp8Bb .image-wrapper {
  position: relative;
  z-index: 5;
  width: 100%;
}
.cid-tbW7mcp8Bb .image-wrapper img {
  width: auto;
  max-width: 70%;
  height: 560px;
  margin: 0 auto;
  object-fit: contain;
}
@media (max-width: 1399px) {
  .cid-tbW7mcp8Bb .image-wrapper img {
    height: 440px;
  }
}
@media (max-width: 1199px) {
  .cid-tbW7mcp8Bb .image-wrapper img {
    height: 372px;
  }
}
@media (max-width: 991px) {
  .cid-tbW7mcp8Bb .image-wrapper img {
    height: 296px;
  }
}
@media (max-width: 767px) {
  .cid-tbW7mcp8Bb .image-wrapper img {
    height: auto;
  }
}
.cid-tbW7mcp8Bb .card-container {
  width: 100%;
  padding-top: 12%;
}
@media (max-width: 767px) {
  .cid-tbW7mcp8Bb .card-container {
    width: 50%;
    padding: 10px;
  }
}
@media (max-width: 575px) {
  .cid-tbW7mcp8Bb .card-container {
    width: 100%;
  }
}
.cid-tbW7mcp8Bb .card-title {
  color: #112B6D;
  margin-bottom: 20px !important;
}
@media (max-width: 767px) and (min-width: 575px) {
  .cid-tbW7mcp8Bb .card-title {
    text-align: left !important;
  }
}
.cid-tbW7mcp8Bb .card-text {
  color: #112B6D;
  margin-bottom: 0.9rem !important;
}
@media (max-width: 767px) and (min-width: 575px) {
  .cid-tbW7mcp8Bb .card-text {
    text-align: left !important;
  }
}
@media (max-width: 767px) and (min-width: 575px) {
  .cid-tbW7mcp8Bb .mbr-section-btn {
    text-align: left !important;
  }
}
.cid-tbW7nDwpgS {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #48acff;
}
.cid-tbW7nDwpgS .mbr-fallback-image.disabled {
  display: none;
}
.cid-tbW7nDwpgS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tbW7nDwpgS .row {
  justify-content: center;
}
.cid-tbW7nDwpgS .col-title {
  margin-bottom: 40px;
}
.cid-tbW7nDwpgS .mbr-section-title {
  color: #112B6D;
}
.cid-tbW7nDwpgS .mbr-section-subtitle {
  color: #112B6D;
  margin-top: 20px;
}
.cid-tbW7nDwpgS .col-video {
  display: flex;
  overflow: hidden;
  height: 620px;
}
.cid-tbW7nDwpgS .col-video img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-tbW7nDwpgS .col-video {
    height: 400px;
  }
}
.cid-tbW7nDwpgS .col-video .box {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.cid-tbW7nDwpgS .col-video .link-container {
  display: flex;
  margin-bottom: 2rem;
}
.cid-tbW7nDwpgS .col-video .link {
  margin-right: 1rem;
}
.cid-tbW7nDwpgS .col-video .mbr-media {
  display: flex;
  height: 100%;
  width: 100%;
  overflow: hidden;
}
.cid-tbW7nDwpgS .col-video .mbr-media a:hover {
  background-image: none !important;
}
.cid-tbW7nDwpgS .mbr-media {
  position: relative;
}
.cid-tbW7nDwpgS .mbr-media img {
  width: 100%;
  object-fit: cover;
}
.cid-tbW7nDwpgS .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  transition: all .3s;
}
.cid-tbW7nDwpgS .icon-wrap:hover {
  transform: translate(-50%, -50%);
}
.cid-tbW7nDwpgS .mbr-media span {
  font-size: 4rem;
  transition: all 0.2s;
}
.cid-tbW7nDwpgS .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-tbW7nDwpgS .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-tbW7nDwpgS .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-tbW7nDwpgS .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-tbW7nDwpgS .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tbW7nDwpgS a:hover {
  text-decoration-line: none !important;
}
.cid-tbW7qTLSL7 {
  background-color: #ffdec7;
}
.cid-tbW7qTLSL7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tbW7qTLSL7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tbW7qTLSL7 .container {
  max-width: 100%;
  width: 100%;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.cid-tbW7qTLSL7 .row {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.cid-tbW7qTLSL7 .row > [class*="col"] {
  padding-left: 0;
  padding-right: 0;
}
.cid-tbW7qTLSL7 .content-container {
  display: flex;
  align-items: stretch;
  width: 100%;
  flex-direction: row-reverse;
}
@media (max-width: 767px) {
  .cid-tbW7qTLSL7 .content-container {
    flex-wrap: wrap;
  }
}
.cid-tbW7qTLSL7 .img-container {
  flex-grow: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  .cid-tbW7qTLSL7 .img-container {
    width: 100%;
  }
}
.cid-tbW7qTLSL7 .image-wrapper {
  width: 100%;
  height: 100%;
}
.cid-tbW7qTLSL7 .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tbW7qTLSL7 .text-container {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: center;
  padding: 0 10% 0  10%;
  min-height: 720px;
  padding-top: 5rem;
  padding-bottom: 5rem;
}
@media (max-width: 767px) {
  .cid-tbW7qTLSL7 .text-container {
    width: 100%;
    padding: 20px;
    padding-top: 5rem;
    padding-bottom: 5rem;
    min-height: 300px;
  }
}
.cid-tbW7qTLSL7 .mbr-section-title {
  color: #112B6D;
  margin-bottom: 0;
  width: 100%;
  text-align: left;
}
.cid-tbW7qTLSL7 .mbr-text {
  color: #112B6D;
  margin-bottom: 0;
  margin-top: 20px;
  width: 100%;
}
.cid-tbW7qTLSL7 .mbr-section-btn {
  margin-top: 10px;
}
.cid-tbW7qTLSL7 .mbr-text,
.cid-tbW7qTLSL7 .mbr-section-btn {
  text-align: left;
}
.cid-tbW9HqNoYR {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #021041;
  overflow: hidden;
}
.cid-tbW9HqNoYR .mbr-text {
  color: #E1F5FF;
}
.cid-tbW9vZLM5s .navbar-dropdown {
  position: relative !important;
}
.cid-tbW9vZLM5s .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-tbW9vZLM5s .dropdown-menu {
  padding: 0;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-tbW9vZLM5s .dropdown-menu .dropdown-item {
  border: none !important;
  border-radius: 0 !important;
  padding: 13px 20px 13px 28px !important;
  line-height: 1 !important;
}
.cid-tbW9vZLM5s .dropdown-menu .dropdown-item:hover {
  background-color: #112B6D !important;
  color: #FFFFFF !important;
}
.cid-tbW9vZLM5s .dropdown-item:hover,
.cid-tbW9vZLM5s .dropdown-item:focus {
  background: #112B6D !important;
  color: white !important;
}
.cid-tbW9vZLM5s .dropdown-item:hover span {
  color: white;
}
.cid-tbW9vZLM5s .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tbW9vZLM5s .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tbW9vZLM5s .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tbW9vZLM5s .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tbW9vZLM5s .nav-link {
  position: relative;
}
.cid-tbW9vZLM5s .container {
  display: flex;
  margin: auto;
  max-width: 100%;
  width: 100%;
  padding: 0 3.4rem !important;
  min-height: 60px;
}
@media (min-width: 992px) {
  .cid-tbW9vZLM5s .container {
    flex-wrap: nowrap;
  }
}
.cid-tbW9vZLM5s .iconfont-wrapper {
  color: #112b6d !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tbW9vZLM5s .navbar-nav {
  padding: 5px !important;
}
.cid-tbW9vZLM5s .navbar-nav .nav-item {
  margin: 0 5px !important;
  padding: 0 !important;
}
.cid-tbW9vZLM5s .navbar-nav .nav-item .nav-link {
  margin: 0 !important;
  padding: 13px 8px !important;
  font-weight: 400 !important;
}
.cid-tbW9vZLM5s .dropdown-menu,
.cid-tbW9vZLM5s .navbar.opened {
  background: #ffffff !important;
}
.cid-tbW9vZLM5s .nav-item:focus,
.cid-tbW9vZLM5s .nav-link:focus {
  outline: none;
}
.cid-tbW9vZLM5s .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tbW9vZLM5s .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tbW9vZLM5s .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tbW9vZLM5s .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tbW9vZLM5s .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tbW9vZLM5s .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tbW9vZLM5s .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;
  box-shadow: none !important;
}
.cid-tbW9vZLM5s .navbar.opened {
  transition: all 0.3s;
}
.cid-tbW9vZLM5s .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
  font-weight: 400 !important;
}
.cid-tbW9vZLM5s .navbar .navbar-logo img {
  width: auto;
}
.cid-tbW9vZLM5s .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tbW9vZLM5s .navbar.collapsed {
  justify-content: center;
}
.cid-tbW9vZLM5s .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tbW9vZLM5s .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tbW9vZLM5s .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tbW9vZLM5s .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tbW9vZLM5s .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tbW9vZLM5s .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-tbW9vZLM5s .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tbW9vZLM5s .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tbW9vZLM5s .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tbW9vZLM5s .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tbW9vZLM5s .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tbW9vZLM5s .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tbW9vZLM5s .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tbW9vZLM5s .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-tbW9vZLM5s .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tbW9vZLM5s .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tbW9vZLM5s .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tbW9vZLM5s .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tbW9vZLM5s .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tbW9vZLM5s .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tbW9vZLM5s .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tbW9vZLM5s .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tbW9vZLM5s .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tbW9vZLM5s .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-tbW9vZLM5s .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tbW9vZLM5s .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tbW9vZLM5s .dropdown-item.active,
.cid-tbW9vZLM5s .dropdown-item:active {
  background-color: transparent;
}
.cid-tbW9vZLM5s .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tbW9vZLM5s .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tbW9vZLM5s .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tbW9vZLM5s .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tbW9vZLM5s .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tbW9vZLM5s .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tbW9vZLM5s ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tbW9vZLM5s .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tbW9vZLM5s button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tbW9vZLM5s button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #112b6d;
}
.cid-tbW9vZLM5s button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tbW9vZLM5s button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tbW9vZLM5s button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tbW9vZLM5s button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tbW9vZLM5s nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tbW9vZLM5s nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tbW9vZLM5s nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tbW9vZLM5s nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tbW9vZLM5s .navbar-dropdown {
  padding: 0 1rem;
}
.cid-tbW9vZLM5s a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tbW9vZLM5s .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-tbW9vZLM5s .navbar {
    height: 70px;
  }
  .cid-tbW9vZLM5s .navbar.opened {
    height: auto;
  }
  .cid-tbW9vZLM5s .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tbW9vZLM5s .container-head {
  width: 100%;
  min-height: 60px;
  padding-top: 5px !important;
  padding-bottom: 5px !important;
  background-color: #15d8d8;
}
.cid-tbW9vZLM5s .mbr-section-title {
  color: #112B6D;
  max-width: 50%;
  margin-right: auto;
}
.cid-tbW9vZLM5s .mbr-section-btn {
  max-width: 50%;
  text-align: right;
  margin-left: auto;
}
.cid-tbW9vZLM5s .mbr-section-btn .btn {
  font-weight: 500 !important;
}
.cid-tbW9vZLM5s .mbr-section-btn .btn:hover {
  transform: scale3d(1.1, 1.1, 1.1);
}
@media (max-width: 991px) {
  .cid-tbW9vZLM5s .container-head {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }
  .cid-tbW9vZLM5s .container {
    overflow: hidden;
  }
  .cid-tbW9vZLM5s .mbr-section-title {
    max-width: 100%;
    width: 100%;
    margin-right: 0;
    text-align: center !important;
  }
  .cid-tbW9vZLM5s .mbr-section-btn {
    max-width: 100%;
    width: 100%;
    text-align: center !important;
    margin-left: 0;
  }
  .cid-tbW9vZLM5s .icons-menu {
    margin: 0 auto;
    padding-right: 0;
  }
  .cid-tbW9vZLM5s .navbar-collapse {
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
    margin: 0 -3.4rem;
  }
  .cid-tbW9vZLM5s .navbar-nav {
    padding: 0 !important;
  }
  .cid-tbW9vZLM5s .navbar-nav .nav-item {
    margin: 0  !important;
    padding: 0 !important;
  }
  .cid-tbW9vZLM5s .navbar-nav .nav-item .nav-link {
    justify-content: flex-start !important;
    margin: 0 !important;
    padding: 10px 20px !important;
    font-weight: 400 !important;
  }
  .cid-tbW9vZLM5s .navbar-nav .nav-item .nav-link:hover {
    background-color: #112B6D !important;
    color: #FFFFFF !important;
  }
  .cid-tbW9vZLM5s .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-tbW9vZLM5s .navbar-nav .nav-item .dropdown-menu .dropdown-item:hover {
    background-color: #112B6D !important;
    color: #FFFFFF !important;
  }
  .cid-tbW9vZLM5s .navbar-nav .dropdown-menu .dropdown-submenu {
    margin-left: 0 !important;
  }
}
@media (max-width: 767px) {
  .cid-tbW9vZLM5s .container {
    padding: 25px 15px !important;
  }
  .cid-tbW9vZLM5s .container-head {
    padding: 10px !important;
  }
  .cid-tbW9vZLM5s .navbar-collapse {
    margin: 0 -15px -25px !important;
  }
  .cid-tbW9vZLM5s .navbar .navbar-brand {
    width: auto !important;
    max-width: 60%;
  }
  .cid-tbW9vZLM5s .navbar-toggler {
    margin-right: 6%;
    max-width: 40%;
  }
}
.cid-tbW9SGRB0D {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("https://mobirise.com/extensions/algom5/assets/images/background3.jpg");
  display: flex;
  align-items: center;
  min-height: 670px;
}
@media (max-width: 767px) {
  .cid-tbW9SGRB0D {
    background-size: 200% 100%;
    background-position: left center;
  }
}
.cid-tbW9SGRB0D .mbr-fallback-image.disabled {
  display: none;
}
.cid-tbW9SGRB0D .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 1024px) {
  .cid-tbW9SGRB0D {
    min-height: 500px;
  }
}
@media (max-width: 767px) {
  .cid-tbW9SGRB0D {
    min-height: 0;
  }
}
.cid-tbW9SGRB0D .container {
  max-width: 100%;
  width: 100%;
  padding-left: 8%;
  padding-right: 46%;
}
@media (max-width: 991px) {
  .cid-tbW9SGRB0D .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-tbW9SGRB0D .row {
  margin-left: -20px;
  margin-right: -20px;
}
.cid-tbW9SGRB0D .row > [class*="col"] {
  padding-left: 20px;
  padding-right: 20px;
}
.cid-tbW9SGRB0D .content-container {
  width: 100%;
}
@media (min-width: 768px) {
  .cid-tbW9SGRB0D .content-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-tbW9SGRB0D .content-container {
    padding-right: 200px;
  }
}
.cid-tbW9SGRB0D .mbr-section-title {
  color: #112B6D;
  margin-bottom: 40px;
  width: 100%;
}
@media (min-width: 768px) {
  .cid-tbW9SGRB0D .mbr-section-title {
    padding-right: 40px;
  }
}
@media (max-width: 767px) {
  .cid-tbW9SGRB0D .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-tbW9SGRB0D .mbr-section-subtitle {
  color: #112B6D;
  margin-bottom: 20px;
  width: 100%;
}
.cid-tbW9SGRB0D .mbr-text {
  color: #112B6D;
  margin-bottom: 0.9rem;
  width: 100%;
}
.cid-tbW9SGRB0D .mbr-section-btn {
  margin-top: 10px;
}
.cid-tbW9UoMea5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tbW9UoMea5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tbW9UoMea5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tbW9UoMea5 .col-title {
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .cid-tbW9UoMea5 .col-title {
    padding: 0 20px !important;
  }
}
.cid-tbW9UoMea5 .mbr-section-title {
  color: #112B6D;
}
.cid-tbW9UoMea5 .mbr-section-subtitle {
  color: #112B6D;
  margin-top: 20px;
}
.cid-tbW9UoMea5 .cards-container {
  display: flex;
  align-items: stretch;
  justify-content: center;
  padding: 0 !important;
}
@media (max-width: 991px) {
  .cid-tbW9UoMea5 .cards-container {
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .cid-tbW9UoMea5 .cards-container {
    padding: 0 20px !important;
  }
}
.cid-tbW9UoMea5 .card {
  width: 33.33333333%;
  padding: 10px;
}
@media (max-width: 991px) {
  .cid-tbW9UoMea5 .card {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-tbW9UoMea5 .card {
    width: 100%;
  }
}
.cid-tbW9UoMea5 .card-box {
  width: 100%;
}
.cid-tbW9UoMea5 .iconfont-wrapper {
  display: flex;
  justify-content: center;
  width: 100%;
  overflow: hidden;
  margin-bottom: 50px;
}
.cid-tbW9UoMea5 .mbr-iconfont {
  font-size: 92px;
  color: #112b6d;
}
.cid-tbW9UoMea5 .card-container {
  width: 100%;
}
.cid-tbW9UoMea5 .card-title {
  color: #112B6D;
  margin-bottom: 0;
}
.cid-tbW9UoMea5 .card-text {
  color: #112B6D;
  margin-bottom: 0;
  margin-top: 0.5rem;
}
.cid-tbW9ULtkpA {
  background-color: #fff5ee;
}
@media (max-width: 991px) {
  .cid-tbW9ULtkpA {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}
.cid-tbW9ULtkpA .mbr-fallback-image.disabled {
  display: none;
}
.cid-tbW9ULtkpA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tbW9ULtkpA .container {
  max-width: 100%;
  width: 100%;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.cid-tbW9ULtkpA .row {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.cid-tbW9ULtkpA .row > [class*="col"] {
  padding-left: 0;
  padding-right: 0;
}
.cid-tbW9ULtkpA .content-container {
  display: flex;
  align-items: stretch;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-tbW9ULtkpA .content-container {
    flex-wrap: wrap;
    padding: 0 20%;
  }
}
@media (max-width: 767px) {
  .cid-tbW9ULtkpA .content-container {
    padding: 0 20px;
  }
}
.cid-tbW9ULtkpA .img-container {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  background-color: #fa603c;
}
@media (max-width: 991px) {
  .cid-tbW9ULtkpA .img-container {
    width: 100%;
    background-color: transparent;
  }
}
.cid-tbW9ULtkpA .image-wrapper {
  width: 68%;
}
@media (max-width: 991px) {
  .cid-tbW9ULtkpA .image-wrapper {
    width: 100%;
  }
}
.cid-tbW9ULtkpA .image-wrapper img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.cid-tbW9ULtkpA .text-container {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: center;
  padding: 0 10% 0  10%;
  min-height: 720px;
  padding-top: 5rem;
  padding-bottom: 5rem;
}
@media (max-width: 991px) {
  .cid-tbW9ULtkpA .text-container {
    width: 100%;
    padding: 0;
    min-height: 0;
    margin-top: 40px;
  }
}
.cid-tbW9ULtkpA .mbr-section-title {
  color: #112B6D;
  margin-bottom: 0;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-tbW9ULtkpA .mbr-section-title {
    text-align: center !important;
  }
}
.cid-tbW9ULtkpA .mbr-text {
  color: #112B6D;
  margin-bottom: 0;
  margin-top: 20px;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-tbW9ULtkpA .mbr-text {
    text-align: center !important;
  }
}
.cid-tbW9ULtkpA .mbr-section-btn {
  margin-top: 10px;
}
@media (max-width: 991px) {
  .cid-tbW9ULtkpA .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-tbW9Vl04yb {
  background-color: #ffdec7;
}
@media (max-width: 991px) {
  .cid-tbW9Vl04yb {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}
.cid-tbW9Vl04yb .mbr-fallback-image.disabled {
  display: none;
}
.cid-tbW9Vl04yb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tbW9Vl04yb .container {
  max-width: 100%;
  width: 100%;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.cid-tbW9Vl04yb .row {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.cid-tbW9Vl04yb .row > [class*="col"] {
  padding-left: 0;
  padding-right: 0;
}
.cid-tbW9Vl04yb .content-container {
  display: flex;
  align-items: stretch;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-tbW9Vl04yb .content-container {
    flex-wrap: wrap;
    padding: 0 20%;
  }
}
@media (max-width: 767px) {
  .cid-tbW9Vl04yb .content-container {
    padding: 0 20px;
  }
}
.cid-tbW9Vl04yb .img-container {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tbW9Vl04yb .img-container {
    width: 100%;
    background-color: transparent;
  }
}
.cid-tbW9Vl04yb .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.cid-tbW9Vl04yb .image-wrapper img {
  width: 100%;
  max-width: 600px;
  height: auto;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-tbW9Vl04yb .image-wrapper img {
    max-width: 100%;
  }
}
.cid-tbW9Vl04yb .text-container {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: center;
  padding: 0 10% 0  10%;
  min-height: 630px;
  padding-top: 5rem;
  padding-bottom: 5rem;
}
@media (max-width: 991px) {
  .cid-tbW9Vl04yb .text-container {
    width: 100%;
    padding: 0;
    min-height: 0;
    margin-bottom: 40px;
  }
}
.cid-tbW9Vl04yb .mbr-section-title {
  color: #112B6D;
  margin-bottom: 0;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-tbW9Vl04yb .mbr-section-title {
    text-align: center !important;
  }
}
.cid-tbW9Vl04yb .mbr-text {
  color: #112B6D;
  margin-bottom: 0;
  margin-top: 20px;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-tbW9Vl04yb .mbr-text {
    text-align: center !important;
  }
}
.cid-tbW9Vl04yb .mbr-section-btn {
  margin-top: 10px;
}
@media (max-width: 991px) {
  .cid-tbW9Vl04yb .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-tbW9VX60km {
  background-color: #e1f5ff;
}
@media (max-width: 991px) {
  .cid-tbW9VX60km {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}
.cid-tbW9VX60km .mbr-fallback-image.disabled {
  display: none;
}
.cid-tbW9VX60km .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tbW9VX60km .container {
  max-width: 100%;
  width: 100%;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.cid-tbW9VX60km .row {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.cid-tbW9VX60km .row > [class*="col"] {
  padding-left: 0;
  padding-right: 0;
}
.cid-tbW9VX60km .content-container {
  display: flex;
  align-items: stretch;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-tbW9VX60km .content-container {
    flex-wrap: wrap;
    padding: 0 20px;
  }
}
@media (max-width: 767px) {
  .cid-tbW9VX60km .content-container {
    padding: 0 20px;
  }
}
.cid-tbW9VX60km .img-container {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tbW9VX60km .img-container {
    order: 3;
    width: 100%;
    background-color: transparent;
  }
}
.cid-tbW9VX60km .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.cid-tbW9VX60km .image-wrapper img {
  width: 100%;
  max-width: 100%;
  height: auto;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-tbW9VX60km .image-wrapper img {
    max-width: 760px;
  }
}
.cid-tbW9VX60km .text-container {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: center;
  padding: 0 5% 0  5%;
  min-height: 780px;
  padding-top: 5rem;
  padding-bottom: 5rem;
}
@media (max-width: 991px) {
  .cid-tbW9VX60km .text-container {
    width: 100%;
    padding: 0;
    min-height: 0;
    margin-bottom: 20px;
  }
}
.cid-tbW9VX60km .mbr-section-title {
  color: #112B6D;
  margin-bottom: 0;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-tbW9VX60km .mbr-section-title {
    text-align: center !important;
  }
}
.cid-tbW9VX60km .mbr-text {
  color: #112B6D;
  margin-bottom: 0;
  margin-top: 20px;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-tbW9VX60km .mbr-text {
    text-align: center !important;
  }
}
.cid-tbW9VX60km .mbr-section-btn {
  margin-top: 10px;
}
@media (max-width: 991px) {
  .cid-tbW9VX60km .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-tbW9VX60km .col-list {
  margin-top: 25px;
  width: 100%;
}
.cid-tbW9VX60km .list-title {
  color: #112B6D;
  margin-bottom: 20px;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-tbW9VX60km .list-title {
    text-align: center !important;
  }
}
.cid-tbW9VX60km .list {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  list-style: none;
  padding-left: 0;
}
.cid-tbW9VX60km .item-wrap {
  display: flex;
  align-items: center;
  width: 100%;
}
.cid-tbW9VX60km .item-wrap:not(:first-child) {
  margin-top: 30px;
}
.cid-tbW9VX60km .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 36px;
  padding: 3px;
  min-width: 30px;
  min-height: 30px;
  border-radius: 100%;
  border: 2px solid #112b6d;
}
.cid-tbW9VX60km .iconfont-wrapper .mbr-iconfont {
  color: #112b6d;
  font-size: 14px;
  padding: 3px;
  border-radius: 100%;
  background-color: #b3dfff;
}
.cid-tbW9VX60km .list-text {
  color: #112B6D;
  flex-grow: 1;
}
.cid-tbWa6i6tHC {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffdec7;
}
.cid-tbWa6i6tHC .mbr-fallback-image.disabled {
  display: none;
}
.cid-tbWa6i6tHC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tbWa6i6tHC .row {
  justify-content: center;
}
.cid-tbWa6i6tHC .col-title {
  margin-bottom: 40px;
}
.cid-tbWa6i6tHC .mbr-section-title {
  color: #112B6D;
}
.cid-tbWa6i6tHC .mbr-section-subtitle {
  color: #112B6D;
  margin-top: 20px;
}
.cid-tbWa6i6tHC .col-video {
  display: flex;
  overflow: hidden;
  height: 620px;
}
.cid-tbWa6i6tHC .col-video img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-tbWa6i6tHC .col-video {
    height: 400px;
  }
}
.cid-tbWa6i6tHC .col-video .box {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.cid-tbWa6i6tHC .col-video .link-container {
  display: flex;
  margin-bottom: 2rem;
}
.cid-tbWa6i6tHC .col-video .link {
  margin-right: 1rem;
}
.cid-tbWa6i6tHC .col-video .mbr-media {
  display: flex;
  height: 100%;
  width: 100%;
  overflow: hidden;
}
.cid-tbWa6i6tHC .col-video .mbr-media a:hover {
  background-image: none !important;
}
.cid-tbWa6i6tHC .mbr-media {
  position: relative;
}
.cid-tbWa6i6tHC .mbr-media img {
  width: 100%;
  object-fit: cover;
}
.cid-tbWa6i6tHC .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  transition: all .3s;
}
.cid-tbWa6i6tHC .icon-wrap:hover {
  transform: translate(-50%, -50%);
}
.cid-tbWa6i6tHC .mbr-media span {
  font-size: 4rem;
  transition: all 0.2s;
}
.cid-tbWa6i6tHC .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-tbWa6i6tHC .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-tbWa6i6tHC .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-tbWa6i6tHC .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-tbWa6i6tHC .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tbWa6i6tHC a:hover {
  text-decoration-line: none !important;
}
.cid-tbW9WmFj8G {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fff5ee;
}
.cid-tbW9WmFj8G .mbr-fallback-image.disabled {
  display: none;
}
.cid-tbW9WmFj8G .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tbW9WmFj8G .col-title {
  margin-bottom: 30px;
  padding: 0 30px !important;
}
.cid-tbW9WmFj8G .mbr-section-title {
  color: #112B6D;
}
.cid-tbW9WmFj8G .mbr-section-subtitle {
  color: #112B6D;
  margin-top: 20px;
}
.cid-tbW9WmFj8G .number-container {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 20px 0;
}
@media (max-width: 767px) {
  .cid-tbW9WmFj8G .number-container {
    display: none;
  }
}
.cid-tbW9WmFj8G .number-item {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 33.33333333%;
  padding: 0 10px;
}
.cid-tbW9WmFj8G .number-item:not(:first-child)::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  right: 50%;
  top: calc(50% - 1px);
  background-color: #fa603c;
}
.cid-tbW9WmFj8G .number-text {
  position: relative;
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  font-size: 30px;
  color: #ffffff;
  background-color: #fa603c;
}
.cid-tbW9WmFj8G .cards-container {
  display: flex;
  align-items: stretch;
  justify-content: center;
  margin-top: 40px;
}
@media (max-width: 767px) {
  .cid-tbW9WmFj8G .cards-container {
    flex-wrap: wrap;
  }
}
.cid-tbW9WmFj8G .card {
  width: 33.33333333%;
  padding: 10px;
}
@media (max-width: 767px) {
  .cid-tbW9WmFj8G .card {
    width: 100%;
    padding: 0 10px 30px;
  }
}
.cid-tbW9WmFj8G .card-box {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-tbW9WmFj8G .card-box {
    display: flex;
    align-items: center;
  }
}
.cid-tbW9WmFj8G .iconfont-wrapper {
  display: flex;
  justify-content: center;
  width: 100%;
  overflow: hidden;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .cid-tbW9WmFj8G .iconfont-wrapper {
    min-width: 130px;
    width: auto;
    margin-bottom: 0;
    margin-right: 25px;
  }
}
.cid-tbW9WmFj8G .iconfont-wrapper .mbr-iconfont {
  font-size: 130px;
  color: #112b6d;
}
@media (max-width: 767px) {
  .cid-tbW9WmFj8G .iconfont-wrapper .mbr-iconfont {
    font-size: 80px;
  }
}
.cid-tbW9WmFj8G .card-container {
  width: 100%;
  padding: 20px 20px 0;
}
@media (max-width: 767px) {
  .cid-tbW9WmFj8G .card-container {
    flex-grow: 1;
    padding: 0;
  }
}
.cid-tbW9WmFj8G .card-title {
  color: #112B6D;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .cid-tbW9WmFj8G .card-title {
    margin-bottom: 20px;
    text-align: left !important;
  }
}
.cid-tbW9WmFj8G .card-text {
  color: #112B6D;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .cid-tbW9WmFj8G .card-text {
    text-align: left !important;
  }
}
.cid-tbW9WmFj8G .btn-container {
  padding: 40px 30px 0 !important;
}
.cid-tbW9TrFRyr {
  background-color: #48acff;
}
.cid-tbW9TrFRyr .mbr-fallback-image.disabled {
  display: none;
}
.cid-tbW9TrFRyr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tbW9TrFRyr .container {
  max-width: 100%;
  width: 100%;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.cid-tbW9TrFRyr .row {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.cid-tbW9TrFRyr .row > [class*="col"] {
  padding-left: 0;
  padding-right: 0;
}
.cid-tbW9TrFRyr .content-container {
  display: flex;
  align-items: stretch;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-tbW9TrFRyr .content-container {
    flex-wrap: wrap;
  }
}
.cid-tbW9TrFRyr .img-container {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 65%;
}
@media (max-width: 991px) {
  .cid-tbW9TrFRyr .img-container {
    width: 100%;
    order: 3;
  }
}
.cid-tbW9TrFRyr .image-wrapper {
  width: 100%;
  height: 100%;
}
.cid-tbW9TrFRyr .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tbW9TrFRyr .text-container {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: center;
  width: 35%;
  padding: 0 5.6% 0  5.6%;
  min-height: 640px;
  padding-top: 5rem;
  padding-bottom: 5rem;
}
@media (max-width: 991px) {
  .cid-tbW9TrFRyr .text-container {
    width: 100%;
    padding: 0 16% 0  16%;
    min-height: 0;
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}
.cid-tbW9TrFRyr .mbr-section-title {
  color: #FFFFFF;
  margin-bottom: 0;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-tbW9TrFRyr .mbr-section-title {
    text-align: center !important;
  }
}
.cid-tbW9TrFRyr .mbr-text {
  color: #FFFFFF;
  margin-bottom: 0;
  margin-top: 20px;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-tbW9TrFRyr .mbr-text {
    text-align: center !important;
  }
}
.cid-tbW9TrFRyr .mbr-section-btn {
  margin-top: 10px;
}
.cid-tbW9TrFRyr .mbr-section-btn .btn-black .mbr-iconfont:after {
  background-color: #FFFFFF !important;
}
.cid-tbW9TrFRyr .mbr-section-btn .btn-black .mbr-iconfont:before {
  color: #112B6D !important;
}
@media (max-width: 767px) {
  .cid-tbW9TrFRyr .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-tbWaa0ljbg {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fff5ee;
}
.cid-tbWaa0ljbg .mbr-fallback-image.disabled {
  display: none;
}
.cid-tbWaa0ljbg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tbWaa0ljbg .col-title {
  width: 100%;
  margin: 0 0 60px;
}
.cid-tbWaa0ljbg .mbr-section-title {
  color: #112B6D;
}
.cid-tbWaa0ljbg .mbr-section-subtitle {
  color: #112B6D;
  margin-top: 20px;
}
.cid-tbWaa0ljbg .cards-container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.cid-tbWaa0ljbg .card {
  width: 100%;
  padding: 10px 0;
  margin-bottom: 24px;
  border-radius: 0;
  border-bottom: 1px solid rgba(187, 187, 187, 0.75);
}
@media (max-width: 991px) {
  .cid-tbWaa0ljbg .card {
    margin-bottom: 12px;
  }
}
@media (max-width: 767px) {
  .cid-tbWaa0ljbg .card {
    margin-bottom: 0;
  }
}
.cid-tbWaa0ljbg .card-box {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-tbWaa0ljbg .card-box {
    flex-wrap: wrap;
  }
}
.cid-tbWaa0ljbg .card-container {
  display: flex;
  align-items: center;
  width: 18%;
  padding: 10px;
}
@media (max-width: 991px) {
  .cid-tbWaa0ljbg .card-container {
    flex-wrap: wrap;
    width: 100%;
  }
}
.cid-tbWaa0ljbg .card-title {
  color: #112B6D;
  width: 100%;
  margin-bottom: 0 !important;
}
@media (max-width: 991px) {
  .cid-tbWaa0ljbg .card-title {
    width: 100%;
  }
}
.cid-tbWaa0ljbg .card-text-container {
  width: 68%;
  flex-grow: 1;
  padding: 10px;
}
@media (max-width: 991px) {
  .cid-tbWaa0ljbg .card-text-container {
    width: 100%;
  }
}
.cid-tbWaa0ljbg .card-text {
  color: #112B6D;
  margin-bottom: 0 !important;
  width: 100%;
}
.cid-tbWaa0ljbg .card-link-container {
  width: 14%;
  padding: 10px;
}
@media (max-width: 991px) {
  .cid-tbWaa0ljbg .card-link-container {
    width: 100%;
  }
}
.cid-tbWaa0ljbg .mbr-section-btn .btn {
  min-width: auto;
  min-height: auto;
  max-width: 100%;
}
@media (max-width: 575px) {
  .cid-tbWaa0ljbg .mbr-section-btn .btn {
    width: auto !important;
  }
}
.cid-tbWa9Bi14R {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tbWa9Bi14R .mbr-fallback-image.disabled {
  display: none;
}
.cid-tbWa9Bi14R .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tbWa9Bi14R .container {
  max-width: 100%;
  width: 100%;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.cid-tbWa9Bi14R .row {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.cid-tbWa9Bi14R .row > [class*="col"] {
  padding-left: 0;
  padding-right: 0;
}
.cid-tbWa9Bi14R .main-col {
  padding: 20px !important;
}
.cid-tbWa9Bi14R .content-container {
  display: flex;
  align-items: stretch;
  width: 100%;
  background-color: #ffdec7;
  padding: 60px 0;
}
@media (max-width: 767px) {
  .cid-tbWa9Bi14R .content-container {
    padding: 40px 20px;
  }
}
.cid-tbWa9Bi14R .text-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
  padding: 10px;
}
.cid-tbWa9Bi14R .iconfont-wrapper {
  display: flex;
  justify-content: center;
  width: 100%;
  overflow: hidden;
  margin-bottom: 20px;
}
.cid-tbWa9Bi14R .iconfont-wrapper .mbr-iconfont {
  font-size: 86px;
  color: #112b6d;
}
.cid-tbWa9Bi14R .text-wrap {
  width: 100%;
  padding: 0;
}
.cid-tbWa9Bi14R .mbr-section-title {
  color: #112B6D;
  margin-bottom: 20px !important;
  width: 100%;
}
.cid-tbWa9Bi14R .mbr-text {
  color: #112B6D;
  margin-bottom: 0;
  margin-top: 60px;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-tbWa9Bi14R .mbr-text {
    margin-top: 10px;
  }
}
.cid-tbW9X4l9rH {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tbW9X4l9rH .mbr-fallback-image.disabled {
  display: none;
}
.cid-tbW9X4l9rH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tbW9X4l9rH .col-title {
  margin-bottom: 40px;
}
.cid-tbW9X4l9rH .mbr-section-title {
  color: #112B6D;
}
.cid-tbW9X4l9rH .mbr-section-subtitle {
  color: #112B6D;
  margin-top: 20px;
}
.cid-tbW9X4l9rH .cards-container {
  display: flex;
  align-items: stretch;
  justify-content: center;
  padding: 0 !important;
  flex-wrap: wrap;
}
.cid-tbW9X4l9rH .card {
  width: 50%;
  padding: 10px;
}
.cid-tbW9X4l9rH .card .card-box {
  background-color: #e1f5ff;
}
.cid-tbW9X4l9rH .card:nth-child(2n) .card-box {
  background-color: #fff5ee;
}
@media (max-width: 767px) {
  .cid-tbW9X4l9rH .card {
    width: 100%;
  }
}
.cid-tbW9X4l9rH .card-box {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
  width: 100%;
  height: 100%;
  padding: 15% 15% 15% 15%;
}
.cid-tbW9X4l9rH .iconfont-wrapper {
  display: flex;
  justify-content: center;
  width: 100%;
  overflow: hidden;
  margin-bottom: 20px;
}
.cid-tbW9X4l9rH .mbr-iconfont {
  font-size: 120px;
  color: #112b6d;
}
.cid-tbW9X4l9rH .card-container {
  width: 100%;
}
.cid-tbW9X4l9rH .card-title {
  color: #112B6D;
  margin-bottom: 20px !important;
}
.cid-tbW9X4l9rH .card-text {
  color: #112B6D;
  margin-bottom: 0.9rem !important;
}
.cid-tbWa87aK1V {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tbWa87aK1V .mbr-fallback-image.disabled {
  display: none;
}
.cid-tbWa87aK1V .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tbWa87aK1V .container {
  max-width: 100%;
  width: 100%;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.cid-tbWa87aK1V .row {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.cid-tbWa87aK1V .row > [class*="col"] {
  padding-left: 0;
  padding-right: 0;
}
.cid-tbWa87aK1V .col-title {
  width: 100%;
  max-width: 1140px;
  padding: 0 10px !important;
  margin: 0 auto 40px;
}
.cid-tbWa87aK1V .mbr-section-title {
  color: #112B6D;
}
.cid-tbWa87aK1V .mbr-section-subtitle {
  color: #112B6D;
  margin-top: 20px;
}
.cid-tbWa87aK1V .cards-container {
  display: flex;
  align-items: stretch;
  justify-content: center;
  padding: 0 !important;
}
@media (max-width: 767px) {
  .cid-tbWa87aK1V .cards-container {
    flex-wrap: wrap;
    padding: 0 10px !important;
  }
}
.cid-tbWa87aK1V .card {
  width: 33.33333333%;
  padding: 2% 2% 1% 2%;
  border-radius: 0;
}
.cid-tbWa87aK1V .card:not(:first-child) {
  border-left: 1px solid #7a7a7a;
}
@media (max-width: 767px) {
  .cid-tbWa87aK1V .card:not(:first-child) {
    border-left: none;
    border-top: 1px solid #7a7a7a;
  }
}
@media (max-width: 767px) {
  .cid-tbWa87aK1V .card {
    width: 100%;
    padding: 6% 6% 2% 6%;
  }
}
.cid-tbWa87aK1V .card-box {
  width: 100%;
}
.cid-tbWa87aK1V .card-container {
  width: 100%;
}
.cid-tbWa87aK1V .card-title {
  color: #112B6D;
  margin-bottom: 0.9rem;
}
.cid-tbWa87aK1V .card-text {
  color: #112B6D;
  margin-bottom: 0;
}
.cid-tbWa6SreqE {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e1f5ff;
}
.cid-tbWa6SreqE .mbr-fallback-image.disabled {
  display: none;
}
.cid-tbWa6SreqE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tbWa6SreqE .col-title {
  margin-bottom: 20px;
}
.cid-tbWa6SreqE .mbr-section-title {
  color: #112B6D;
}
.cid-tbWa6SreqE .mbr-section-subtitle {
  color: #112B6D;
  margin-top: 20px;
}
.cid-tbWa6SreqE .cards-container {
  display: flex;
  align-items: stretch;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0 !important;
}
@media (max-width: 991px) {
  .cid-tbWa6SreqE .cards-container {
    padding: 0 20px !important;
  }
}
.cid-tbWa6SreqE .card {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  padding: 15px;
  width: 25%;
}
@media (max-width: 991px) {
  .cid-tbWa6SreqE .card {
    width: 50%;
  }
}
.cid-tbWa6SreqE .card img {
  width: 100%;
  max-width: 100%;
  object-fit: cover;
}
.cid-tbW9XJm5T8 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #00b8c1;
}
.cid-tbW9XJm5T8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tbW9XJm5T8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tbW9XJm5T8 .text-container {
  width: 100%;
}
.cid-tbW9XJm5T8 .mbr-section-title {
  color: #FFFFFF;
  margin-bottom: 0;
  width: 100%;
}
.cid-tbW9XJm5T8 .mbr-text {
  color: #FFFFFF;
  margin-bottom: 0;
  margin-top: 20px;
  width: 100%;
}
.cid-tbW9XJm5T8 .mbr-section-btn {
  margin-top: 10px;
}
.cid-tbWa4LYc8Z {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tbWa4LYc8Z .mbr-fallback-image.disabled {
  display: none;
}
.cid-tbWa4LYc8Z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tbWa4LYc8Z .col-title {
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .cid-tbWa4LYc8Z .col-title {
    padding: 0 30px !important;
  }
}
.cid-tbWa4LYc8Z .mbr-section-title {
  color: #112B6D;
}
.cid-tbWa4LYc8Z .mbr-section-subtitle {
  color: #112B6D;
  margin-top: 20px;
}
.cid-tbWa4LYc8Z .cards-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 !important;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .cid-tbWa4LYc8Z .cards-container {
    padding: 0 20px !important;
  }
}
.cid-tbWa4LYc8Z .card-box {
  display: flex;
  max-width: 540px;
  padding: 10px 10px 40px 10px;
  margin: 0 auto;
}
.cid-tbWa4LYc8Z .card-text {
  color: #112B6D;
  margin-bottom: 0.9rem !important;
}
.cid-tbW9YkEDWh {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tbW9YkEDWh .mbr-fallback-image.disabled {
  display: none;
}
.cid-tbW9YkEDWh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tbW9YkEDWh .container {
  max-width: 100%;
  width: 100%;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.cid-tbW9YkEDWh .row {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.cid-tbW9YkEDWh .row > [class*="col"] {
  padding-left: 0;
  padding-right: 0;
}
.cid-tbW9YkEDWh .col-title {
  width: 100%;
  max-width: 1140px;
  padding: 0 10px !important;
  margin: 0 auto 40px;
}
.cid-tbW9YkEDWh .mbr-section-title {
  color: #112B6D;
  margin-bottom: 20px !important;
}
.cid-tbW9YkEDWh .mbr-section-subtitle {
  color: #112B6D;
  margin-bottom: 0.9rem !important;
}
.cid-tbW9YkEDWh .cards-container {
  display: flex;
  align-items: stretch;
  justify-content: center;
  padding: 0 !important;
}
@media (max-width: 767px) {
  .cid-tbW9YkEDWh .cards-container {
    flex-wrap: wrap;
  }
}
.cid-tbW9YkEDWh .card {
  width: 33.33333333%;
  border-radius: 0;
}
.cid-tbW9YkEDWh .card:not(:first-child) {
  border-left: 1px solid #7a7a7a;
}
@media (max-width: 767px) {
  .cid-tbW9YkEDWh .card:not(:first-child) {
    border-left: none;
    border-top: 1px solid #7a7a7a;
  }
}
@media (max-width: 767px) {
  .cid-tbW9YkEDWh .card {
    width: 100%;
  }
}
.cid-tbW9YkEDWh .card-box {
  width: 100%;
  padding: 6% 6% 6% 6%;
}
@media (max-width: 767px) {
  .cid-tbW9YkEDWh .card-box {
    display: flex;
    align-items: center;
    padding: 20px 0;
  }
}
@media (max-width: 576px) {
  .cid-tbW9YkEDWh .card-box {
    flex-wrap: wrap;
  }
}
.cid-tbW9YkEDWh .img-container {
  position: relative;
  width: 100%;
  overflow: hidden;
}
@media (max-width: 767px) {
  .cid-tbW9YkEDWh .img-container {
    width: 50%;
    padding: 10px;
  }
}
@media (max-width: 575px) {
  .cid-tbW9YkEDWh .img-container {
    width: 100%;
  }
}
.cid-tbW9YkEDWh .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%;
}
.cid-tbW9YkEDWh .image-wrapper {
  position: relative;
  z-index: 5;
  width: 100%;
}
.cid-tbW9YkEDWh .image-wrapper img {
  width: auto;
  max-width: 70%;
  height: 420px;
  margin: 0 auto;
  object-fit: contain;
}
@media (max-width: 1399px) {
  .cid-tbW9YkEDWh .image-wrapper img {
    height: 330px;
  }
}
@media (max-width: 1199px) {
  .cid-tbW9YkEDWh .image-wrapper img {
    height: 279px;
  }
}
@media (max-width: 991px) {
  .cid-tbW9YkEDWh .image-wrapper img {
    height: 222px;
  }
}
@media (max-width: 767px) {
  .cid-tbW9YkEDWh .image-wrapper img {
    height: auto;
  }
}
.cid-tbW9YkEDWh .card-container {
  width: 100%;
  padding-top: 12%;
}
@media (max-width: 767px) {
  .cid-tbW9YkEDWh .card-container {
    width: 50%;
    padding: 10px;
  }
}
@media (max-width: 575px) {
  .cid-tbW9YkEDWh .card-container {
    width: 100%;
  }
}
.cid-tbW9YkEDWh .card-title {
  color: #112B6D;
  margin-bottom: 20px !important;
}
@media (max-width: 767px) and (min-width: 575px) {
  .cid-tbW9YkEDWh .card-title {
    text-align: left !important;
  }
}
.cid-tbW9YkEDWh .card-text {
  color: #112B6D;
  margin-bottom: 0.9rem !important;
}
@media (max-width: 767px) and (min-width: 575px) {
  .cid-tbW9YkEDWh .card-text {
    text-align: left !important;
  }
}
@media (max-width: 767px) and (min-width: 575px) {
  .cid-tbW9YkEDWh .mbr-section-btn {
    text-align: left !important;
  }
}
.cid-tbWa0XKaQY {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tbWa0XKaQY .mbr-fallback-image.disabled {
  display: none;
}
.cid-tbWa0XKaQY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tbWa0XKaQY .content-container {
  display: flex;
  align-items: stretch;
  width: 100%;
  background-color: #ffdec7;
  padding: 80px 80px 80px 80px;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .cid-tbWa0XKaQY .content-container {
    flex-wrap: wrap;
    padding: 80px 20px 80px 20px;
  }
}
.cid-tbWa0XKaQY .text-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-tbWa0XKaQY .text-container {
    width: 100%;
  }
}
.cid-tbWa0XKaQY .iconfont-wrapper {
  display: flex;
  justify-content: center;
  width: 100%;
  overflow: hidden;
  margin-bottom: 20px;
}
.cid-tbWa0XKaQY .iconfont-wrapper .mbr-iconfont {
  font-size: 86px;
  color: #112b6d;
}
.cid-tbWa0XKaQY .text-wrap {
  width: 100%;
  padding: 0;
}
.cid-tbWa0XKaQY .mbr-section-title {
  color: #112B6D;
  margin-bottom: 0;
  width: 100%;
}
.cid-tbWa0XKaQY .mbr-text {
  color: #112B6D;
  margin-bottom: 0;
  margin-top: 20px;
  width: 100%;
}
.cid-tbWa0XKaQY .mbr-section-btn {
  margin-top: 10px;
}
.cid-tbWa5uIlwY {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #e1f5ff;
}
.cid-tbWa5uIlwY .mbr-fallback-image.disabled {
  display: none;
}
.cid-tbWa5uIlwY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tbWa5uIlwY .row {
  justify-content: center;
}
.cid-tbWa5uIlwY .col-title {
  margin-bottom: 40px;
}
.cid-tbWa5uIlwY .mbr-section-title {
  color: #112B6D;
}
.cid-tbWa5uIlwY .mbr-section-subtitle {
  color: #112B6D;
  margin-top: 20px;
}
.cid-tbWa5uIlwY .img-container {
  margin: 0 auto;
}
.cid-tbWa5uIlwY .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  overflow: hidden;
  height: 620px;
}
@media (max-width: 767px) {
  .cid-tbWa5uIlwY .image-wrapper {
    height: 400px;
  }
}
.cid-tbWa5uIlwY .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tbW9T2OzUp {
  background-color: #fa603c;
}
.cid-tbW9T2OzUp .mbr-fallback-image.disabled {
  display: none;
}
.cid-tbW9T2OzUp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tbW9T2OzUp .container {
  max-width: 100%;
  width: 100%;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.cid-tbW9T2OzUp .row {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.cid-tbW9T2OzUp .row > [class*="col"] {
  padding-left: 0;
  padding-right: 0;
}
.cid-tbW9T2OzUp .content-container {
  display: flex;
  align-items: stretch;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-tbW9T2OzUp .content-container {
    flex-wrap: wrap;
  }
}
.cid-tbW9T2OzUp .img-container {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 65%;
}
@media (max-width: 991px) {
  .cid-tbW9T2OzUp .img-container {
    width: 100%;
    order: 3;
  }
}
.cid-tbW9T2OzUp .image-wrapper {
  width: 100%;
  height: 100%;
}
.cid-tbW9T2OzUp .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tbW9T2OzUp .text-container {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: center;
  width: 35%;
  padding: 0 5.6% 0  5.6%;
  min-height: 640px;
  padding-top: 5rem;
  padding-bottom: 5rem;
}
@media (max-width: 991px) {
  .cid-tbW9T2OzUp .text-container {
    width: 100%;
    padding: 0 16% 0  16%;
    min-height: 0;
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}
.cid-tbW9T2OzUp .mbr-section-title {
  color: #FFFFFF;
  margin-bottom: 0;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-tbW9T2OzUp .mbr-section-title {
    text-align: center !important;
  }
}
.cid-tbW9T2OzUp .mbr-text {
  color: #FFFFFF;
  margin-bottom: 0;
  margin-top: 20px;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-tbW9T2OzUp .mbr-text {
    text-align: center !important;
  }
}
.cid-tbW9T2OzUp .mbr-section-btn {
  margin-top: 10px;
}
@media (max-width: 767px) {
  .cid-tbW9T2OzUp .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-tbW9Z6u4Nq {
  background-color: #fff5ee;
}
.cid-tbW9Z6u4Nq .mbr-fallback-image.disabled {
  display: none;
}
.cid-tbW9Z6u4Nq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tbW9Z6u4Nq .container {
  max-width: 100%;
  width: 100%;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.cid-tbW9Z6u4Nq .row {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.cid-tbW9Z6u4Nq .row > [class*="col"] {
  padding-left: 0;
  padding-right: 0;
}
.cid-tbW9Z6u4Nq .content-container {
  display: flex;
  align-items: stretch;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-tbW9Z6u4Nq .content-container {
    flex-wrap: wrap;
  }
}
.cid-tbW9Z6u4Nq .img-container {
  flex-grow: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  .cid-tbW9Z6u4Nq .img-container {
    width: 100%;
  }
}
.cid-tbW9Z6u4Nq .image-wrapper {
  width: 100%;
  height: 100%;
}
.cid-tbW9Z6u4Nq .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tbW9Z6u4Nq .text-container {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: center;
  padding: 0 10% 0  10%;
  min-height: 720px;
  padding-top: 5rem;
  padding-bottom: 5rem;
}
@media (max-width: 767px) {
  .cid-tbW9Z6u4Nq .text-container {
    width: 100%;
    padding: 20px;
    padding-top: 5rem;
    padding-bottom: 5rem;
    min-height: 300px;
  }
}
.cid-tbW9Z6u4Nq .mbr-section-title {
  color: #112B6D;
  margin-bottom: 0;
  width: 100%;
}
.cid-tbW9Z6u4Nq .mbr-text {
  color: #112B6D;
  margin-bottom: 0;
  margin-top: 20px;
  width: 100%;
}
.cid-tbW9Z6u4Nq .mbr-section-btn {
  margin-top: 10px;
}
.cid-tbWa21UW8T {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fff5ee;
}
.cid-tbWa21UW8T .mbr-fallback-image.disabled {
  display: none;
}
.cid-tbWa21UW8T .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tbWa21UW8T .col-title {
  display: flex;
  padding: 0 !important;
}
@media (max-width: 991px) {
  .cid-tbWa21UW8T .col-title {
    padding: 0 20px !important;
  }
}
.cid-tbWa21UW8T .padding-container {
  width: 25%;
  padding: 10px;
}
@media (max-width: 991px) {
  .cid-tbWa21UW8T .padding-container {
    display: none;
  }
}
.cid-tbWa21UW8T .content-container {
  width: 75%;
  padding: 10px;
}
@media (max-width: 991px) {
  .cid-tbWa21UW8T .content-container {
    width: 100%;
  }
}
.cid-tbWa21UW8T .mbr-section-title {
  color: #112B6D;
  margin-bottom: 20px !important;
}
@media (max-width: 991px) {
  .cid-tbWa21UW8T .mbr-section-title {
    text-align: center !important;
  }
}
.cid-tbWa21UW8T .mbr-section-subtitle {
  color: #112B6D;
  margin-bottom: 16px !important;
  margin-top: 8px;
}
@media (max-width: 991px) {
  .cid-tbWa21UW8T .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-tbWa21UW8T .card-text {
  color: #112B6D;
  margin-bottom: 20px !important;
}
@media (max-width: 991px) {
  .cid-tbWa21UW8T .card-text {
    text-align: center !important;
  }
}
.cid-tbWa21UW8T .card-text-2 {
  margin-bottom: 0 !important;
}
.cid-tbWa21UW8T .mbr-section-btn {
  margin-top: 10px;
}
@media (max-width: 991px) {
  .cid-tbWa21UW8T .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-tbWa0D5bRa {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tbWa0D5bRa .mbr-fallback-image.disabled {
  display: none;
}
.cid-tbWa0D5bRa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tbWa0D5bRa .col-title {
  margin-bottom: 25px;
}
@media (max-width: 767px) {
  .cid-tbWa0D5bRa .col-title {
    margin-bottom: 45px;
    padding: 0 20px !important;
  }
}
.cid-tbWa0D5bRa .mbr-section-title {
  color: #112B6D;
  margin-bottom: 0;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-tbWa0D5bRa .mbr-section-title {
    text-align: center !important;
  }
}
.cid-tbWa0D5bRa .mbr-section-subtitle {
  color: #112B6D;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .cid-tbWa0D5bRa .main-col {
    padding: 0 20px !important;
  }
}
.cid-tbWa0D5bRa .content-container {
  display: flex;
  align-items: stretch;
  width: 100%;
  background-color: #fff5ee;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .cid-tbWa0D5bRa .content-container {
    flex-wrap: wrap;
    padding: 40px 20px 40px 20px;
  }
}
.cid-tbWa0D5bRa .img-container {
  flex-grow: 1;
  width: 40% !important;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #fa603c;
}
@media (max-width: 767px) {
  .cid-tbWa0D5bRa .img-container {
    width: 100%;
    order: 3;
    margin-bottom: -40px;
    background: transparent;
  }
}
.cid-tbWa0D5bRa .image-wrapper {
  width: 100%;
  height: 100%;
}
.cid-tbWa0D5bRa .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tbWa0D5bRa .text-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 60%;
}
@media (max-width: 767px) {
  .cid-tbWa0D5bRa .text-container {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-tbWa0D5bRa .text-wrap {
  width: 100%;
  padding: 16% 16% 16% 16%;
}
@media (max-width: 767px) {
  .cid-tbWa0D5bRa .text-wrap {
    padding: 0;
  }
}
.cid-tbWa0D5bRa .mbr-text {
  color: #112B6D;
  margin-bottom: 0;
  margin-top: 20px;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-tbWa0D5bRa .mbr-text {
    text-align: center !important;
  }
}
.cid-tbWa0D5bRa .mbr-section-btn {
  margin-top: 10px;
}
@media (max-width: 767px) {
  .cid-tbWa0D5bRa .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-tbWa2yrZUT {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tbWa2yrZUT .mbr-fallback-image.disabled {
  display: none;
}
.cid-tbWa2yrZUT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tbWa2yrZUT .col-title {
  width: 100%;
  margin: 0 0 20px;
}
@media (max-width: 991px) {
  .cid-tbWa2yrZUT .col-title {
    padding: 0 30px !important;
  }
}
.cid-tbWa2yrZUT .mbr-section-title {
  color: #112B6D;
}
.cid-tbWa2yrZUT .mbr-section-subtitle {
  color: #112B6D;
  margin-top: 20px;
}
.cid-tbWa2yrZUT .cards-container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-tbWa2yrZUT .cards-container {
    padding: 0 30px !important;
  }
}
.cid-tbWa2yrZUT .card {
  width: 100%;
  padding: 10px 0;
  margin-bottom: 24px;
  border-radius: 0;
  border-bottom: 1px solid rgba(187, 187, 187, 0.75);
}
@media (max-width: 991px) {
  .cid-tbWa2yrZUT .card {
    margin-bottom: 12px;
  }
}
@media (max-width: 767px) {
  .cid-tbWa2yrZUT .card {
    margin-bottom: 0;
  }
}
.cid-tbWa2yrZUT .card-box {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-tbWa2yrZUT .card-box {
    flex-wrap: wrap;
  }
}
.cid-tbWa2yrZUT .card-container {
  display: flex;
  align-items: center;
  width: 15%;
  padding: 10px;
}
@media (max-width: 767px) {
  .cid-tbWa2yrZUT .card-container {
    flex-wrap: wrap;
    width: 100%;
  }
}
.cid-tbWa2yrZUT .card-title {
  width: 100%;
  color: #112B6D;
  margin-bottom: 0 !important;
}
@media (max-width: 767px) {
  .cid-tbWa2yrZUT .card-title {
    width: 100%;
  }
}
.cid-tbWa2yrZUT .card-text-container {
  width: 85%;
  flex-grow: 1;
  padding: 10px;
}
@media (max-width: 767px) {
  .cid-tbWa2yrZUT .card-text-container {
    width: 100%;
  }
}
.cid-tbWa2yrZUT .card-text {
  color: #112B6D;
  margin-bottom: 0 !important;
  width: 100%;
}
.cid-tbW9ZJG6Pm {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fff5ee;
}
.cid-tbW9ZJG6Pm .mbr-fallback-image.disabled {
  display: none;
}
.cid-tbW9ZJG6Pm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tbW9ZJG6Pm .col-title {
  width: 100%;
  margin: 0 0 10px;
}
@media (max-width: 767px) {
  .cid-tbW9ZJG6Pm .col-title {
    margin: 0 0 20px;
    padding: 0 20px !important;
  }
}
.cid-tbW9ZJG6Pm .mbr-section-title {
  color: #112B6D;
}
.cid-tbW9ZJG6Pm .mbr-section-subtitle {
  color: #112B6D;
  margin-top: 20px;
}
.cid-tbW9ZJG6Pm .cards-container {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 !important;
  flex-wrap: wrap;
}
.cid-tbW9ZJG6Pm .card {
  width: 100%;
  border-radius: 0;
}
.cid-tbW9ZJG6Pm .card-box {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-tbW9ZJG6Pm .card-box {
    flex-wrap: wrap;
    padding: 20px;
  }
}
.cid-tbW9ZJG6Pm .card-container {
  display: flex;
  align-items: center;
  width: 50%;
  padding: 20px;
}
@media (max-width: 767px) {
  .cid-tbW9ZJG6Pm .card-container {
    flex-wrap: wrap;
    width: 100%;
    padding: 0 20px 20px;
  }
}
.cid-tbW9ZJG6Pm .iconfont-wrapper {
  display: flex;
  justify-content: center;
  padding-right: 40px;
}
@media (max-width: 767px) {
  .cid-tbW9ZJG6Pm .iconfont-wrapper {
    flex-wrap: wrap;
    width: 100%;
    padding: 0;
  }
}
.cid-tbW9ZJG6Pm .mbr-iconfont {
  font-size: 120px;
  color: #112b6d;
}
.cid-tbW9ZJG6Pm .card-title {
  color: #112B6D;
  margin-bottom: 0;
  flex-grow: 1;
}
@media (max-width: 767px) {
  .cid-tbW9ZJG6Pm .card-title {
    width: 100%;
    padding-top: 20px;
    text-align: center !important;
  }
}
.cid-tbW9ZJG6Pm .card-text-container {
  width: 50%;
  padding: 20px;
}
@media (max-width: 767px) {
  .cid-tbW9ZJG6Pm .card-text-container {
    width: 100%;
  }
}
.cid-tbW9ZJG6Pm .card-text {
  color: #112B6D;
  margin-bottom: 0.9rem;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-tbW9ZJG6Pm .card-text {
    text-align: center !important;
  }
}
.cid-tbW9ZJG6Pm .card-border {
  padding: 25px 15px;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-tbW9ZJG6Pm .card-border {
    padding: 20px 10px;
  }
}
.cid-tbW9ZJG6Pm .card-border-color {
  width: 100%;
  height: 1px;
  background-color: #bbbbbb;
  opacity: 0.75;
}
.cid-tbWa1DMh4y {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffdec7;
}
.cid-tbWa1DMh4y .mbr-fallback-image.disabled {
  display: none;
}
.cid-tbWa1DMh4y .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tbWa1DMh4y .main-col {
  padding: 0 !important;
}
.cid-tbWa1DMh4y .content-container {
  display: flex;
  align-items: stretch;
  width: 100%;
  padding: 10px;
  max-width: 600px;
  margin: 0 auto;
}
.cid-tbWa1DMh4y .text-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
}
.cid-tbWa1DMh4y .iconfont-wrapper {
  display: flex;
  justify-content: center;
  width: 100%;
  overflow: hidden;
  margin-bottom: 20px;
}
.cid-tbWa1DMh4y .iconfont-wrapper .mbr-iconfont {
  font-size: 80px;
  color: #112b6d;
}
.cid-tbWa1DMh4y .text-wrap {
  width: 100%;
  padding: 0;
}
.cid-tbWa1DMh4y .mbr-section-title {
  color: #112B6D;
  margin-bottom: 0;
  width: 100%;
}
.cid-tbWa1DMh4y .mbr-text {
  color: #112B6D;
  margin-bottom: 0;
  margin-top: 20px;
  width: 100%;
}
.cid-tbWa1DMh4y .mbr-section-btn {
  margin-top: 10px;
}
.cid-tbWa3S96ZU {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tbWa3S96ZU .main-container {
  display: flex;
  align-items: stretch;
  justify-content: center;
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tbWa3S96ZU .main-container {
    flex-wrap: wrap;
    padding: 0 40px;
  }
}
.cid-tbWa3S96ZU .col-title,
.cid-tbWa3S96ZU .col-text {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: center;
  padding: 10px;
}
.cid-tbWa3S96ZU .mbr-section-title {
  color: #112B6D;
  margin-bottom: 0 !important;
}
@media (max-width: 767px) {
  .cid-tbWa3S96ZU .mbr-section-title {
    text-align: center !important;
  }
}
.cid-tbWa3S96ZU .mbr-section-subtitle {
  color: #112B6D;
  margin-bottom: 0 !important;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .cid-tbWa3S96ZU .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-tbWa3S96ZU .mbr-text {
  color: #112B6D;
  margin-bottom: 0.9rem !important;
}
@media (max-width: 767px) {
  .cid-tbWa3S96ZU .mbr-text {
    text-align: center !important;
  }
}
.cid-tbW9TNJUWO {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("https://mobirise.com/extensions/algom5/assets/images/background4.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
  min-height: 390px;
}
.cid-tbW9TNJUWO .mbr-fallback-image.disabled {
  display: none;
}
.cid-tbW9TNJUWO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tbW9TNJUWO .container {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.cid-tbW9TNJUWO .content-container {
  padding: 10px;
  width: 100%;
}
@media (min-width: 768px) {
  .cid-tbW9TNJUWO .content-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
  }
}
.cid-tbW9TNJUWO .mbr-section-title {
  color: #FFFFFF;
  width: 100%;
  margin-bottom: 0 !important;
}
.cid-tbW9TNJUWO .mbr-section-subtitle {
  color: #FFFFFF;
  margin-top: 20px;
  margin-bottom: 0;
  width: 100%;
}
.cid-tbW9TNJUWO .mbr-text {
  color: #FFFFFF;
  margin-bottom: 0.9rem;
  margin-top: 20px;
  width: 100%;
}
.cid-tbW9TNJUWO .mbr-section-btn {
  margin-top: 10px;
}
.cid-tbWaehAdyn {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e1f5ff;
}
.cid-tbWaehAdyn .mbr-fallback-image.disabled {
  display: none;
}
.cid-tbWaehAdyn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tbWaehAdyn .col-title {
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .cid-tbWaehAdyn .col-title {
    margin-bottom: 30px;
    padding: 0 30px !important;
  }
}
.cid-tbWaehAdyn .mbr-section-title {
  color: #112B6D;
}
.cid-tbWaehAdyn .mbr-section-subtitle {
  color: #112B6D;
  margin-top: 20px;
}
.cid-tbWaehAdyn .cards-container {
  display: flex;
  align-items: stretch;
  justify-content: center;
  padding: 0 !important;
  flex-wrap: wrap;
}
.cid-tbWaehAdyn .card {
  width: 50%;
  padding: 0 2.5% 0 5%;
}
@media (max-width: 767px) {
  .cid-tbWaehAdyn .card {
    width: 100%;
    padding: 5% 5% 2% 5%;
  }
}
.cid-tbWaehAdyn .card-box {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
  width: 100%;
  height: 100%;
  padding: 5% 5% 2% 5%;
  background-color: #0383db;
}
.cid-tbWaehAdyn .card-container {
  width: 100%;
}
.cid-tbWaehAdyn .card-title {
  color: #FFFFFF;
  margin-bottom: 20px !important;
}
.cid-tbWaehAdyn .card-text {
  color: #FFFFFF;
  margin-bottom: 0.9rem !important;
}
.cid-tbWacWWVwa {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e1f5ff;
}
.cid-tbWacWWVwa .mbr-fallback-image.disabled {
  display: none;
}
.cid-tbWacWWVwa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tbWacWWVwa .content-container {
  display: flex;
  width: 100%;
}
.cid-tbWacWWVwa .text-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
}
.cid-tbWacWWVwa .text-wrap {
  width: 100%;
  padding: 0;
}
.cid-tbWacWWVwa .mbr-section-title {
  color: #112B6D;
  margin-bottom: 20px !important;
  width: 100%;
}
.cid-tbWacWWVwa .mbr-text {
  color: #112B6D;
  padding-bottom: 0.9rem !important;
  width: 100%;
  margin-bottom: 0 !important;
}
.cid-tbWacWWVwa .mbr-section-btn {
  margin-top: 20px;
}
@media (min-width: 576px) {
  .cid-tbWacWWVwa .mbr-section-btn {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }
}
@media (min-width: 991px) {
  .cid-tbWacWWVwa .mbr-section-btn {
    flex-direction: row;
    justify-content: space-around;
  }
}
.cid-tbWacib37O {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tbWacib37O .mbr-fallback-image.disabled {
  display: none;
}
.cid-tbWacib37O .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tbWacib37O .col-title {
  max-width: 500px;
  margin: 0 auto;
  padding: 0 10px 50px;
}
.cid-tbWacib37O .mbr-section-title {
  color: #112B6D;
  margin-bottom: 20px;
}
.cid-tbWacib37O .mbr-section-subtitle {
  color: #112B6D;
  margin-bottom: 0.9rem;
}
.cid-tbWacib37O .cards-container {
  display: flex;
  align-items: stretch;
  justify-content: center;
  padding: 0 !important;
  flex-wrap: wrap;
}
.cid-tbWacib37O .card {
  width: 50%;
  padding: 10px;
}
.cid-tbWacib37O .card .card-box {
  background-color: #ffdec7;
}
.cid-tbWacib37O .card:nth-child(2n) .card-box {
  background-color: #e1f5ff;
}
@media (max-width: 991px) {
  .cid-tbWacib37O .card {
    width: 100%;
  }
}
.cid-tbWacib37O .card-box {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
  width: 100%;
  height: 100%;
  padding: 15% 15% 15% 15%;
}
.cid-tbWacib37O .card-container {
  width: 100%;
}
.cid-tbWacib37O .card-title {
  color: #112B6D;
  margin-bottom: 20px !important;
}
.cid-tbWacib37O .card-text {
  color: #112B6D;
  margin-bottom: 0.9rem !important;
}
.cid-tbWacib37O .mbr-section-btn {
  margin-top: 10px;
}
.cid-tbWadMRuxP {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fff5ee;
}
.cid-tbWadMRuxP .mbr-overlay {
  background-color: #fff5ee;
  opacity: 0.4;
}
@media (max-width: 767px) {
  .cid-tbWadMRuxP .container {
    padding: 0 20px;
  }
}
.cid-tbWadMRuxP .mbr-section-head {
  width: 100%;
  margin: 0 0 60px;
}
.cid-tbWadMRuxP .mbr-section-title {
  color: #112B6D;
}
.cid-tbWadMRuxP .mbr-section-subtitle {
  color: #112B6D;
  margin-top: 20px;
}
.cid-tbWadMRuxP .form-container {
  display: flex;
  width: 100%;
}
.cid-tbWadMRuxP .form-wrap {
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
  padding: 0 !important;
}
.cid-tbWadMRuxP form {
  width: 100%;
}
.cid-tbWadMRuxP form .dragArea.row {
  justify-content: flex-start;
  width: auto !important;
}
.cid-tbWadMRuxP form p {
  color: #112B6D;
}
.cid-tbWadMRuxP form .mbr-section-btn {
  margin-top: 0;
  text-align: center !important;
  justify-content: center;
  margin-right: auto;
  margin-left: auto;
}
.cid-tbWadMRuxP form .mbr-section-btn .btn {
  min-width: 90px;
  padding: 10px 20px;
  border: none !important;
}
.cid-tbWadMRuxP form .mbr-section-btn .btn:hover {
  background-color: #fa603c !important;
  color: #FFFFFF !important;
}
.cid-tbWadMRuxP form .form-group {
  margin-top: 0 !important;
  margin-bottom: 20px !important;
}
@media (max-width: 575px) {
  .cid-tbWadMRuxP form .form-group .row .col:not(:first-child) {
    margin-top: 20px;
  }
}
.cid-tbWadMRuxP form .form-control {
  height: 40px;
  border: 1px solid #666666 !important;
  background: transparent !important;
  box-shadow: none !important;
  border-radius: 3px !important;
  margin-bottom: 0;
  padding: 8px;
  font-size: 16px;
  line-height: 22px;
  color: #112B6D;
  font-weight: 400;
}
.cid-tbWadMRuxP form .form-control::-webkit-input-placeholder {
  color: #112B6D;
}
.cid-tbWadMRuxP form .form-control::-moz-placeholder {
  color: #112B6D;
}
.cid-tbWadMRuxP form .form-control:-moz-placeholder {
  color: #112B6D;
}
.cid-tbWadMRuxP form .form-control:-ms-input-placeholder {
  color: #112B6D;
}
.cid-tbWadMRuxP form select {
  color: #666666 !important;
}
.cid-tbWadMRuxP form textarea {
  height: 100px !important;
}
.cid-tbWadMRuxP form input:active,
.cid-tbWadMRuxP form textarea:active,
.cid-tbWadMRuxP form input:focus,
.cid-tbWadMRuxP form textarea:focus {
  background-color: transparent !important;
  border-color: #666666 !important;
  outline: none !important;
  outline-offset: 0 !important;
}
.cid-tbWadMRuxP form input:active::-webkit-input-placeholder,
.cid-tbWadMRuxP form textarea:active::-webkit-input-placeholder,
.cid-tbWadMRuxP form input:focus::-webkit-input-placeholder,
.cid-tbWadMRuxP form textarea:focus::-webkit-input-placeholder {
  color: #112B6D;
}
.cid-tbWadMRuxP form input:active::-moz-placeholder,
.cid-tbWadMRuxP form textarea:active::-moz-placeholder,
.cid-tbWadMRuxP form input:focus::-moz-placeholder,
.cid-tbWadMRuxP form textarea:focus::-moz-placeholder {
  color: #112B6D;
}
.cid-tbWadMRuxP form input:active:-moz-placeholder,
.cid-tbWadMRuxP form textarea:active:-moz-placeholder,
.cid-tbWadMRuxP form input:focus:-moz-placeholder,
.cid-tbWadMRuxP form textarea:focus:-moz-placeholder {
  color: #112B6D;
}
.cid-tbWadMRuxP form input:active:-ms-input-placeholder,
.cid-tbWadMRuxP form textarea:active:-ms-input-placeholder,
.cid-tbWadMRuxP form input:focus:-ms-input-placeholder,
.cid-tbWadMRuxP form textarea:focus:-ms-input-placeholder {
  color: #112B6D;
}
.cid-tbWadMRuxP form .row {
  margin-left: -8px !important;
  margin-right: -8px !important;
}
.cid-tbWadMRuxP form .row [class*=col] {
  padding-left: 8px !important;
  padding-right: 8px !important;
}
.cid-tbWadMRuxP form label {
  width: 100%;
  color: #112B6D;
  font-weight: 600 !important;
  margin-bottom: 0.5rem;
}
.cid-tbWadMRuxP form .form-check-input {
  border-color: #666666 !important;
  outline: none !important;
  box-shadow: none !important;
  background-color: transparent !important;
}
.cid-tbWadMRuxP form .form-check-input:focus,
.cid-tbWadMRuxP form .form-check-input:hover {
  background-color: transparent !important;
  border-color: #112B6D !important;
}
.cid-tbWadMRuxP form .form-check-input:checked {
  border-color: #112B6D !important;
  background-color: #112B6D !important;
}
.cid-tbW9HqNoYR {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #021041;
  overflow: hidden;
}
.cid-tbW9HqNoYR .mbr-text {
  color: #E1F5FF;
}
