@import url(https://fonts.googleapis.com/css?family=Be+Vietnam:100,100i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i&display=swap);





body {
  font-family: Be Vietnam;
}
.display-1 {
  font-family: 'Be Vietnam', sans-serif;
  font-size: 3.5rem;
  line-height: 1.5;
}
.display-1 > .mbr-iconfont {
  font-size: 5.6rem;
}
.display-2 {
  font-family: 'Be Vietnam', sans-serif;
  font-size: 2.4rem;
  line-height: 1.3;
}
.display-2 > .mbr-iconfont {
  font-size: 3.84rem;
}
.display-4 {
  font-family: 'Be Vietnam', sans-serif;
  font-size: 0.9rem;
  line-height: 1.8;
}
.display-4 > .mbr-iconfont {
  font-size: 1.44rem;
}
.display-5 {
  font-family: 'Be Vietnam', sans-serif;
  font-size: 1.4rem;
  line-height: 1.3;
}
.display-5 > .mbr-iconfont {
  font-size: 2.24rem;
}
.display-7 {
  font-family: 'Be Vietnam', sans-serif;
  font-size: 1.1rem;
  line-height: 2;
}
.display-7 > .mbr-iconfont {
  font-size: 1.76rem;
}
/* ---- 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: 768px) {
  .display-1 {
    font-size: 2.45rem;
    font-size: calc( 1.875rem + (3.5 - 1.875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.875rem + (3.5 - 1.875) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.92rem;
    font-size: calc( 1.49rem + (2.4 - 1.49) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.49rem + (2.4 - 1.49) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.81rem !important;
    font-size: calc( 0.965rem + (0.9 - 0.965) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (0.965rem + (0.9 - 0.965) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1rem 3rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 1rem 2.6rem;
  border-radius: 8px;
}
.btn-lg {
  padding: 1.2rem 3.2rem;
  border-radius: 8px;
}
.bg-primary {
  background-color: #2d6fb7 !important;
}
.bg-success {
  background-color: #f6d34c !important;
}
.bg-info {
  background-color: #777777 !important;
}
.bg-warning {
  background-color: #00a887 !important;
}
.bg-danger {
  background-color: #373737 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #2d6fb7 !important;
  border-color: #2d6fb7 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #1e4a7a !important;
  border-color: #1e4a7a !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #1e4a7a !important;
  border-color: #1e4a7a !important;
}
.btn-primary:hover {
  background-color: #2d6fb7 !important;
  border-color: #2d6fb7 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #2d6fb7 !important;
  border-color: #2d6fb7 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #1e4a7a !important;
  border-color: #1e4a7a !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #1e4a7a !important;
  border-color: #1e4a7a !important;
}
.btn-secondary:hover {
  background-color: #2d6fb7 !important;
  border-color: #2d6fb7 !important;
}
.btn-info,
.btn-info:active {
  background-color: #777777 !important;
  border-color: #777777 !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #515151 !important;
  border-color: #515151 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #515151 !important;
  border-color: #515151 !important;
}
.btn-info:hover {
  background-color: #2d6fb7 !important;
  border-color: #2d6fb7 !important;
}
.btn-success,
.btn-success:active {
  background-color: #f6d34c !important;
  border-color: #f6d34c !important;
  color: #403303 !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #403303 !important;
  background-color: #eabc0c !important;
  border-color: #eabc0c !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #403303 !important;
  background-color: #eabc0c !important;
  border-color: #eabc0c !important;
}
.btn-success:hover {
  background-color: #2d6fb7 !important;
  border-color: #2d6fb7 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #00a887 !important;
  border-color: #00a887 !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #005c4a !important;
  border-color: #005c4a !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #005c4a !important;
  border-color: #005c4a !important;
}
.btn-warning:hover {
  background-color: #2d6fb7 !important;
  border-color: #2d6fb7 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #373737 !important;
  border-color: #373737 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #111111 !important;
  border-color: #111111 !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #111111 !important;
  border-color: #111111 !important;
}
.btn-danger:hover {
  background-color: #2d6fb7 !important;
  border-color: #2d6fb7 !important;
}
.btn-white,
.btn-white:active {
  background-color: #f3f3f3 !important;
  border-color: #f3f3f3 !important;
  color: #737373 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #737373 !important;
  background-color: #cdcdcd !important;
  border-color: #cdcdcd !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #737373 !important;
  background-color: #cdcdcd !important;
  border-color: #cdcdcd !important;
}
.btn-white:hover {
  background-color: #2d6fb7 !important;
  border-color: #2d6fb7 !important;
}
.btn-white:hover {
  color: white!important;
}
.btn-black,
.btn-black:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-black:hover {
  background-color: #2d6fb7 !important;
  border-color: #2d6fb7 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #2d6fb7;
  color: #2d6fb7;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #2d6fb7;
  border-color: #2d6fb7;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #2d6fb7 !important;
  border-color: #2d6fb7 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #2d6fb7;
  color: #2d6fb7;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #2d6fb7;
  border-color: #2d6fb7;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #2d6fb7 !important;
  border-color: #2d6fb7 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #777777;
  color: #777777;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #777777;
  border-color: #777777;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #777777 !important;
  border-color: #777777 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #f6d34c;
  color: #f6d34c;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #403303;
  background-color: #f6d34c;
  border-color: #f6d34c;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #403303 !important;
  background-color: #f6d34c !important;
  border-color: #f6d34c !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #00a887;
  color: #00a887;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #00a887;
  border-color: #00a887;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #00a887 !important;
  border-color: #00a887 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #373737;
  color: #373737;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #373737;
  border-color: #373737;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #373737 !important;
  border-color: #373737 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #333333;
  color: #333333;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff;
  background-color: #333333;
  border-color: #333333;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background: none;
  border-color: #f3f3f3;
  color: #f3f3f3;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #737373;
  background-color: #f3f3f3;
  border-color: #f3f3f3;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #737373 !important;
  background-color: #f3f3f3 !important;
  border-color: #f3f3f3 !important;
}
.text-primary {
  color: #2d6fb7 !important;
}
.text-secondary {
  color: #2d6fb7 !important;
}
.text-success {
  color: #f6d34c !important;
}
.text-info {
  color: #777777 !important;
}
.text-warning {
  color: #00a887 !important;
}
.text-danger {
  color: #373737 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #6fa3db !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #6fa3db !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #fbebad !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #aaaaaa !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #0fffd0 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #6a6a6a !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #ffffff !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #777777;
}
.alert-warning {
  background-color: #00a887;
}
.alert-danger {
  background-color: #373737;
}
.mbr-gallery-filter li.active .btn {
  background-color: #2d6fb7;
  border-color: #2d6fb7;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #2d6fb7;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #83b0e1;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #b7b7b7;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #28ffd5;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #aaaaaa;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
blockquote {
  border-color: #2d6fb7;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #2d6fb7;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: gray !important;
  border-bottom-color: gray !important;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #2d6fb7;
  border-bottom-color: #2d6fb7;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #2d6fb7 !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: #2d6fb7 !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='%232d6fb7' %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: color 0.6s;
}
.cid-rW8dF9zHQ6 {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rW8dF9zHQ6 H2 {
  color: #000000;
}
.cid-rW8dF9zHQ6 H1 {
  color: #000000;
}
.cid-rW8dF9zHQ6 .mbr-text,
.cid-rW8dF9zHQ6 .mbr-section-btn {
  color: #999999;
}
.cid-rW7QBS6agZ {
  background-image: url("../../../assets/images/home-1920x955.jpg");
}
.cid-rW7QBS6agZ .link-align {
  width: 100%;
}
.cid-rW7QBS6agZ .link-wrap {
  display: inline-block;
}
.cid-rW7QBS6agZ .link {
  position: relative;
  cursor: pointer;
  width: fit-content;
  letter-spacing: 1px;
  margin-left: 80px;
  color: #f6d34c;
  text-align: left;
}
.cid-rW7QBS6agZ .link:after {
  content: '';
  position: absolute;
  height: 1px;
  width: 60px;
  background: currentColor;
  top: 45%;
  transform: translateY(-45%);
  opacity: 0.8;
  left: -80px;
}
.cid-rW7QBS6agZ .link:before {
  content: '';
  position: absolute;
  height: 1px;
  width: 0;
  transition: all 0.4s ease-in-out;
  background: currentColor;
  top: 45%;
  transform: translateY(-45%);
  left: -80px;
}
.cid-rW7QBS6agZ .link:hover:before {
  width: 60px;
}
.cid-rW7QBS6agZ .mbr-text,
.cid-rW7QBS6agZ .link-align {
  color: #e5e5e5;
}
.cid-rW7VMWhqHG {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #f6d34c;
}
.cid-rW7VMWhqHG .mail {
  position: relative;
  cursor: pointer;
  letter-spacing: 1px;
  width: fit-content;
  display: inline-block;
  color: #5758e0;
  text-align: right;
}
.cid-rW7VMWhqHG .mail:after {
  content: '';
  position: absolute;
  height: 1px;
  width: 100%;
  background: currentColor;
  bottom: -6px;
  opacity: 0.1;
  left: 0;
}
.cid-rW7VMWhqHG .mail:before {
  content: '';
  position: absolute;
  height: 1px;
  width: 0;
  transition: all 0.4s ease-in-out;
  background: currentColor;
  bottom: -6px;
  left: auto;
  right: 0;
}
.cid-rW7VMWhqHG .mail:hover:before {
  width: 100%;
  right: auto;
  left: 0;
}
.cid-rW7VMWhqHG .mbr-text,
.cid-rW7VMWhqHG .mbr-section-btn {
  color: #999999;
}
.cid-rW7VMWhqHG H4 {
  color: #999999;
}
.cid-rW7VMWhqHG .mbr-text,
.cid-rW7VMWhqHG .col {
  color: #111111;
  text-align: left;
}
.cid-rW7VKGywFt {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-rW7VKGywFt .mail {
  position: relative;
  cursor: pointer;
  letter-spacing: 1px;
  width: fit-content;
  display: inline-block;
  color: #00a887;
  text-align: left;
}
.cid-rW7VKGywFt .mail:after {
  content: '';
  position: absolute;
  height: 1px;
  width: 100%;
  background: currentColor;
  bottom: -6px;
  opacity: 0.1;
  left: 0;
}
.cid-rW7VKGywFt .mail:before {
  content: '';
  position: absolute;
  height: 1px;
  width: 0;
  transition: all 0.4s ease-in-out;
  background: currentColor;
  bottom: -6px;
  left: auto;
  right: 0;
}
.cid-rW7VKGywFt .mail:hover:before {
  width: 100%;
  right: auto;
  left: 0;
}
.cid-rW7VKGywFt .mbr-text,
.cid-rW7VKGywFt .mbr-section-btn {
  color: #999999;
}
.cid-rW7VKGywFt .mbr-text,
.cid-rW7VKGywFt .col {
  color: #777777;
}
.cid-rW7QcrI1Ad {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #00a887;
}
.cid-rW7QcrI1Ad H2 {
  color: #000000;
}
.cid-rW7QcrI1Ad H1 {
  color: #ffffff;
}
.cid-rW7QcrI1Ad .mbr-text,
.cid-rW7QcrI1Ad .mbr-section-btn {
  color: #999999;
}
.cid-rW7NQV2ZPx {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #e5e5e5;
}
.cid-rW7NQV2ZPx img {
  width: 80px;
  border-radius: 100%;
  object-fit: cover;
  height: 80px;
}
.cid-rW7NQV2ZPx .bg-wrapper {
  background: #f3f3f3;
  padding: 2rem;
}
.cid-rW7NQV2ZPx .img-wrapper {
  min-width: 100px;
}
.cid-rW7NQV2ZPx .card-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
}
.cid-rW7NQV2ZPx .card .img-wrapper {
  overflow: hidden;
}
.cid-rW7NQV2ZPx .mbr-section-title {
  transition: all 0.3s ease-in-out;
  color: #00a887;
}
.cid-rW7NQV2ZPx .mbr-section-title:hover {
  color: #2d6fb7;
}
.cid-rW7NQV2ZPx .mbr-section-date {
  color: #999999;
}
.cid-rW7NQV2ZPx .mbr-section-text {
  color: #555555;
}
@media (max-width: 767px) {
  .cid-rW7NQV2ZPx .bg-wrapper {
    padding: 1rem;
  }
  .cid-rW7NQV2ZPx .mbr-section-title {
    text-align: left;
  }
}
.cid-rW8601lmui {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f3f3f3;
}
.cid-rW8601lmui img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-rW8601lmui .card {
  border-radius: 0;
  margin: auto 0;
}
.cid-rW8601lmui .img-col {
  padding: 0;
}
.cid-rW8601lmui .wrapper {
  padding: 6rem 12rem;
}
.cid-rW8601lmui .link-wrap {
  width: 100%;
}
.cid-rW8601lmui .link {
  position: relative;
  cursor: pointer;
  letter-spacing: 1px;
  display: inline-block;
  width: fit-content;
  transition: all 0.3s;
  transition-delay: 0.15s;
  color: #000000;
  text-align: center;
}
.cid-rW8601lmui .link:after {
  content: '';
  position: absolute;
  height: 1px;
  width: 100%;
  background: currentColor;
  bottom: -6px;
  opacity: 0.2;
  left: 0;
}
.cid-rW8601lmui .link:before {
  content: '';
  position: absolute;
  height: 1px;
  width: 0;
  transition: all 0.4s ease-in-out;
  background: currentColor;
  bottom: -6px;
  left: auto;
  right: 0;
}
.cid-rW8601lmui .link:hover:before {
  width: 100%;
  right: auto;
  left: 0;
}
@media (max-width: 1500px) {
  .cid-rW8601lmui .wrapper {
    padding: 6rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-rW8601lmui .wrapper {
    padding: 2rem 0rem;
  }
}
.cid-rW8601lmui .link,
.cid-rW8601lmui .wrapper {
  color: #2d6fb7;
  text-align: left;
}
.cid-rW8601lmui .mbr-section-subtitle {
  color: #000000;
}
.cid-rW8601lmui .card-title,
.cid-rW8601lmui .card-box {
  color: #000000;
}
.cid-rW8601lmui .mbr-text,
.cid-rW8601lmui .mbr-section-btn {
  color: #999999;
}
.cid-rW83UYul4u {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-rW83UYul4u .card-wrapper {
  display: flex;
}
.cid-rW83UYul4u .mbr-iconfont {
  font-size: 3rem;
  color: #000000;
}
.cid-rW83UYul4u .icon-wrapper {
  margin-right: 1.5rem;
  display: flex;
  justify-content: center;
  border-radius: 50%;
}
.cid-rW83UYul4u h4 {
  margin: 0;
}
.cid-rW83UYul4u .card-text {
  color: #999999;
}
.cid-rW83UYul4u .mbr-text {
  color: #000000;
}
.cid-rW83UYul4u .card-title {
  color: #000000;
}
@media (min-width: 1200px) {
  .cid-rW83UYul4u .mbr-text {
    max-width: 600px;
  }
}
@media (max-width: 767px) {
  .cid-rW83UYul4u .card-wrapper {
    flex-direction: column;
    margin: auto;
    text-align: center;
  }
  .cid-rW83UYul4u .card-wrapper .icon-wrapper {
    margin: 0 auto;
    margin-bottom: 1rem;
  }
}
@media (max-width: 991px) {
  .cid-rW83UYul4u .mbr-text {
    padding-bottom: 2rem;
    max-width: 100%;
  }
}
.cid-rW84MFQPyu {
  padding-top: 0px;
  padding-bottom: 135px;
  background-color: #ffffff;
}
.cid-rW84MFQPyu H2 {
  color: #000000;
}
.cid-rW84MFQPyu H1 {
  color: #000000;
}
.cid-rW84MFQPyu .mbr-text,
.cid-rW84MFQPyu .mbr-section-btn {
  color: #999999;
}
.cid-rW7PXar7pl {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #2d6fb7;
}
.cid-rW7PXar7pl H2 {
  color: #000000;
}
.cid-rW7PXar7pl H1 {
  color: #ffffff;
}
.cid-rW7PXar7pl .mbr-text,
.cid-rW7PXar7pl .mbr-section-btn {
  color: #999999;
}
.cid-rVtXXb2ioS {
  padding-top: 0px;
  padding-bottom: 75px;
  position: relative;
  background-color: #ffffff;
}
.cid-rVtXXb2ioS .card-header {
  background: transparent;
}
.cid-rVtXXb2ioS img {
  width: 90%;
  box-shadow: 0px 30px 70px 0px rgba(0, 0, 0, 0.15);
  margin: auto;
}
@media (max-width: 992px) {
  .cid-rVtXXb2ioS .wrapper {
    padding: 0;
  }
  .cid-rVtXXb2ioS img {
    width: 100%;
    padding: 0rem;
    margin-bottom: 2rem;
  }
}
.cid-rVtXXb2ioS .mbr-iconfont {
  font-size: 1rem!important;
  font-family: 'Moririse2' !important;
}
.cid-rVtXXb2ioS .mbr-iconfont:before {
  content: "\e960";
}
.cid-rVtXXb2ioS .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-rVtXXb2ioS .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-rVtXXb2ioS .card .card-header a.panel-title {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: block;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-rVtXXb2ioS .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-rVtXXb2ioS .card .card-header a.panel-title h5 .sign {
  padding-right: 1rem;
}
.cid-rVtXXb2ioS .card .panel-body {
  color: #767676;
  padding-top: 1rem;
}
.cid-rVtXXb2ioS h5 {
  flex-direction: row-reverse;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 0rem;
  border-bottom: 1px solid #e5e5e5;
  padding: 1rem 0rem;
}
@media (max-width: 767px) {
  .cid-rVtXXb2ioS .wrapper {
    padding: 2rem 1rem;
  }
  .cid-rVtXXb2ioS h5 {
    padding: 1rem 0rem;
  }
}
.cid-rVtXXb2ioS .mbr-text,
.cid-rVtXXb2ioS .mbr-section-btn {
  color: #ffffff;
}
.cid-rVtXXb2ioS .panel-text {
  color: #555555;
}
.cid-rVtXXb2ioS H4 {
  color: #ffffff;
}
.cid-rVtXXb2ioS H5 {
  color: #000000;
}
.cid-rVtXXb2ioS H3 {
  color: #000000;
}
.cid-rW7NgywYog {
  padding-top: 75px;
  padding-bottom: 75px;
  position: relative;
  background-color: #ffffff;
}
.cid-rW7NgywYog .card-header {
  background: transparent;
}
.cid-rW7NgywYog img {
  width: 90%;
  box-shadow: 0px 30px 70px 0px rgba(0, 0, 0, 0.15);
  margin: auto;
}
@media (max-width: 992px) {
  .cid-rW7NgywYog .wrapper {
    padding: 0;
  }
  .cid-rW7NgywYog img {
    width: 100%;
    padding: 0rem;
    margin-bottom: 2rem;
  }
}
.cid-rW7NgywYog .mbr-iconfont {
  font-size: 1rem!important;
  font-family: 'Moririse2' !important;
}
.cid-rW7NgywYog .mbr-iconfont:before {
  content: "\e960";
}
.cid-rW7NgywYog .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-rW7NgywYog .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-rW7NgywYog .card .card-header a.panel-title {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: block;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-rW7NgywYog .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-rW7NgywYog .card .card-header a.panel-title h5 .sign {
  padding-right: 1rem;
}
.cid-rW7NgywYog .card .panel-body {
  color: #767676;
  padding-top: 1rem;
}
.cid-rW7NgywYog h5 {
  flex-direction: row-reverse;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 0rem;
  border-bottom: 1px solid #e5e5e5;
  padding: 1rem 0rem;
}
@media (max-width: 767px) {
  .cid-rW7NgywYog .wrapper {
    padding: 2rem 1rem;
  }
  .cid-rW7NgywYog h5 {
    padding: 1rem 0rem;
  }
}
.cid-rW7NgywYog .mbr-text,
.cid-rW7NgywYog .mbr-section-btn {
  color: #ffffff;
}
.cid-rW7NgywYog .panel-text {
  color: #555555;
}
.cid-rW7NgywYog H4 {
  color: #ffffff;
}
.cid-rW7NgywYog H5 {
  color: #000000;
}
.cid-rW7NgywYog H3 {
  color: #000000;
}
.cid-rW870UcPzI {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f3f3f3;
}
.cid-rW870UcPzI img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-rW870UcPzI .card {
  border-radius: 0;
  margin: auto 0;
}
.cid-rW870UcPzI .img-col {
  padding: 0;
}
.cid-rW870UcPzI .wrapper {
  padding: 6rem 12rem;
}
.cid-rW870UcPzI .link-wrap {
  width: 100%;
}
.cid-rW870UcPzI .link {
  position: relative;
  cursor: pointer;
  letter-spacing: 1px;
  display: inline-block;
  width: fit-content;
  transition: all 0.3s;
  transition-delay: 0.15s;
  color: #000000;
  text-align: center;
}
.cid-rW870UcPzI .link:after {
  content: '';
  position: absolute;
  height: 1px;
  width: 100%;
  background: currentColor;
  bottom: -6px;
  opacity: 0.2;
  left: 0;
}
.cid-rW870UcPzI .link:before {
  content: '';
  position: absolute;
  height: 1px;
  width: 0;
  transition: all 0.4s ease-in-out;
  background: currentColor;
  bottom: -6px;
  left: auto;
  right: 0;
}
.cid-rW870UcPzI .link:hover:before {
  width: 100%;
  right: auto;
  left: 0;
}
@media (max-width: 1500px) {
  .cid-rW870UcPzI .wrapper {
    padding: 6rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-rW870UcPzI .wrapper {
    padding: 2rem 0rem;
  }
}
.cid-rW870UcPzI .link,
.cid-rW870UcPzI .wrapper {
  color: #2d6fb7;
}
.cid-rW870UcPzI .mbr-section-subtitle {
  color: #000000;
}
.cid-rW870UcPzI .card-title,
.cid-rW870UcPzI .card-box {
  color: #000000;
}
.cid-rW870UcPzI .mbr-text,
.cid-rW870UcPzI .mbr-section-btn {
  color: #999999;
}
.cid-rW89fYmLDn {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f3f3f3;
}
.cid-rW89fYmLDn img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-rW89fYmLDn .card {
  border-radius: 0;
  margin: auto 0;
}
.cid-rW89fYmLDn .img-col {
  padding: 0;
}
.cid-rW89fYmLDn .wrapper {
  padding: 6rem 12rem;
}
.cid-rW89fYmLDn .link-wrap {
  width: 100%;
}
.cid-rW89fYmLDn .link {
  position: relative;
  cursor: pointer;
  letter-spacing: 1px;
  display: inline-block;
  width: fit-content;
  transition: all 0.3s;
  transition-delay: 0.15s;
  color: #000000;
  text-align: center;
}
.cid-rW89fYmLDn .link:after {
  content: '';
  position: absolute;
  height: 1px;
  width: 100%;
  background: currentColor;
  bottom: -6px;
  opacity: 0.2;
  left: 0;
}
.cid-rW89fYmLDn .link:before {
  content: '';
  position: absolute;
  height: 1px;
  width: 0;
  transition: all 0.4s ease-in-out;
  background: currentColor;
  bottom: -6px;
  left: auto;
  right: 0;
}
.cid-rW89fYmLDn .link:hover:before {
  width: 100%;
  right: auto;
  left: 0;
}
@media (max-width: 1500px) {
  .cid-rW89fYmLDn .wrapper {
    padding: 6rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-rW89fYmLDn .wrapper {
    padding: 2rem 0rem;
  }
}
.cid-rW89fYmLDn .link,
.cid-rW89fYmLDn .wrapper {
  color: #2d6fb7;
}
.cid-rW89fYmLDn .mbr-section-subtitle {
  color: #000000;
}
.cid-rW89fYmLDn .card-title,
.cid-rW89fYmLDn .card-box {
  color: #000000;
}
.cid-rW89fYmLDn .mbr-text,
.cid-rW89fYmLDn .mbr-section-btn {
  color: #999999;
}
.cid-rW8c8RGLRP {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #2d6fb7;
}
.cid-rW8c8RGLRP H2 {
  color: #000000;
}
.cid-rW8c8RGLRP H1 {
  color: #ffffff;
}
.cid-rW8c8RGLRP .mbr-text,
.cid-rW8c8RGLRP .mbr-section-btn {
  color: #ffffff;
}
.cid-rW8bSrrdwC {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #2d6fb7;
}
.cid-rW8bSrrdwC .mbr-iconfont {
  font-size: 4rem;
  color: #ffffff;
  width: 100%;
  min-width: 100px;
  display: block;
  justify-content: center;
  align-items: center;
  padding-bottom: 2rem;
}
.cid-rW8bSrrdwC .card-title {
  cursor: pointer;
  color: #000000;
}
.cid-rW8bSrrdwC .card:hover {
  cursor: pointer;
}
.cid-rW8bSrrdwC .card:hover .card-title:before {
  width: 100%;
}
.cid-rW8bSrrdwC .card-text {
  color: #ffffff;
}
.cid-rW8bSrrdwC .main-title {
  color: #ffffff;
}
.cid-rW8dj8H69i {
  padding-top: 150px;
  padding-bottom: 150px;
  background-color: #ffffff;
}
.cid-rW8dj8H69i H2 {
  color: #000000;
}
.cid-rW8dj8H69i H1 {
  color: #000000;
}
.cid-rW8dj8H69i .mbr-text,
.cid-rW8dj8H69i .mbr-section-btn {
  color: #999999;
}
.cid-rW8dwbhIi3 {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-rW8dwbhIi3 H2 {
  color: #000000;
}
.cid-rW8dwbhIi3 H1 {
  color: #000000;
}
.cid-rW8dwbhIi3 .mbr-text,
.cid-rW8dwbhIi3 .mbr-section-btn {
  color: #999999;
}
