.btn {
  border-width: 2px;
}
body {
  font-family: Bellota Text;
}
.display-1 {
  font-family: 'Montserrat', sans-serif;
  font-size: 4rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 5rem;
}
.display-2 {
  font-family: 'Montserrat', sans-serif;
  font-size: 2.8rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.5rem;
}
.display-4 {
  font-family: 'Merriweather Sans', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.25rem;
}
.display-5 {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.7rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.125rem;
}
.display-7 {
  font-family: 'Merriweather Sans', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5rem;
}
/* ---- 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: 3.2rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.8rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.24rem;
    font-size: calc( 1.63rem + (2.8 - 1.63) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.63rem + (2.8 - 1.63) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.36rem;
    font-size: calc( 1.245rem + (1.7 - 1.245) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.245rem + (1.7 - 1.245) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((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: #31363b !important;
}
.bg-success {
  background-color: #35b8fc !important;
}
.bg-info {
  background-color: #62e659 !important;
}
.bg-warning {
  background-color: #bbbbbb !important;
}
.bg-danger {
  background-color: #31363b !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #31363b !important;
  border-color: #31363b !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #1a1d1f !important;
  border-color: #1a1d1f !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #1a1d1f !important;
  border-color: #1a1d1f !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ed1c24 !important;
  border-color: #ed1c24 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #c61017 !important;
  border-color: #c61017 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #c61017 !important;
  border-color: #c61017 !important;
}
.btn-info,
.btn-info:active {
  background-color: #62e659 !important;
  border-color: #62e659 !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #38df2d !important;
  border-color: #38df2d !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #38df2d !important;
  border-color: #38df2d !important;
}
.btn-success,
.btn-success:active {
  background-color: #35b8fc !important;
  border-color: #35b8fc !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #04a6fa !important;
  border-color: #04a6fa !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #04a6fa !important;
  border-color: #04a6fa !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #bbbbbb !important;
  border-color: #bbbbbb !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #a2a2a2 !important;
  border-color: #a2a2a2 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #a2a2a2 !important;
  border-color: #a2a2a2 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #31363b !important;
  border-color: #31363b !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #1a1d1f !important;
  border-color: #1a1d1f !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #1a1d1f !important;
  border-color: #1a1d1f !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #616161 !important;
  background-color: #e1e1e1 !important;
  border-color: #e1e1e1 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #e1e1e1 !important;
  border-color: #e1e1e1 !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #0a0a0a !important;
  border-color: #0a0a0a !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #0a0a0a !important;
  border-color: #0a0a0a !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #31363b;
  color: #31363b;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #0a0b0c !important;
  background-color: transparent!important;
  border-color: #0a0b0c !important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #31363b !important;
  border-color: #31363b !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #ed1c24;
  color: #ed1c24;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #a50d13 !important;
  background-color: transparent!important;
  border-color: #a50d13 !important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #ed1c24 !important;
  border-color: #ed1c24 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #62e659;
  color: #62e659;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #29ca1e !important;
  background-color: transparent!important;
  border-color: #29ca1e !important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #62e659 !important;
  border-color: #62e659 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #35b8fc;
  color: #35b8fc;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #038fd7 !important;
  background-color: transparent!important;
  border-color: #038fd7 !important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #35b8fc !important;
  border-color: #35b8fc !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #bbbbbb;
  color: #bbbbbb;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #909090 !important;
  background-color: transparent!important;
  border-color: #909090 !important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #bbbbbb !important;
  border-color: #bbbbbb !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #31363b;
  color: #31363b;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #0a0b0c !important;
  background-color: transparent!important;
  border-color: #0a0b0c !important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #31363b !important;
  border-color: #31363b !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: #000000 !important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent!important;
  border-color: #cfcfcf !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: #31363b !important;
}
.text-secondary {
  color: #ed1c24 !important;
}
.text-success {
  color: #35b8fc !important;
}
.text-info {
  color: #62e659 !important;
}
.text-warning {
  color: #bbbbbb !important;
}
.text-danger {
  color: #31363b !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #030303 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #970c11 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #0385c8 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #27bd1c !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #888888 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #030303 !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: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  text-decoration: underline;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  text-decoration: none;
}
.nav-tabs .nav-link.active {
  color: #31363b;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #62e659;
}
.alert-warning {
  background-color: #bbbbbb;
}
.alert-danger {
  background-color: #31363b;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #31363b;
  border-color: #31363b;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #31363b;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #a1a9b1;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #feffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #fbfbfb;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #a1a9b1;
}
/* Scroll to top button*/
#scrollToTop a {
  border-radius: 100px;
}
.form-control {
  font-family: 'Merriweather Sans', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.25rem;
}
.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: #31363b !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Merriweather Sans', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.25rem;
}
blockquote {
  border-color: #31363b;
}
/* Forms */
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn a.btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #31363b;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #31363b;
}
.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: #31363b;
  border-bottom-color: #31363b;
}
.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: #31363b !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: #ed1c24 !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='%2331363b' %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-tg97wihWfp {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #353535;
}
.cid-tg97wihWfp .mbr-text {
  color: #767676;
}
.cid-tg97wihWfp .card-box {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .cid-tg97wihWfp .card-box {
    flex-direction: column;
  }
}
.cid-tg97wihWfp .line {
  width: calc(100% - 2rem);
  margin: auto;
  height: 2px;
  background: currentColor;
  margin-bottom: 3rem;
}
.cid-tg97wihWfp .mbr-section-subtitle {
  color: #767676;
}
.cid-tg97wihWfp .title .num {
  white-space: nowrap;
  width: 100%;
  display: block;
  padding-right: 1rem;
}
@media (max-width: 767px) {
  .cid-tg97wihWfp .title .num {
    padding-right: 0rem;
    padding-bottom: 1rem;
  }
}
.cid-tg97wihWfp .title .card-title {
  z-index: 1;
}
.cid-tg97wihWfp h4 {
  margin: 0;
}
.cid-tg97wihWfp .num {
  color: #000000;
}
@media (max-width: 992px) {
  .cid-tg97wihWfp .card {
    margin-bottom: 1.5rem;
  }
}
.cid-tg97wihWfp .card-title,
.cid-tg97wihWfp .card-img {
  color: #ffffff;
  text-align: center;
}
.cid-tg97wihWfp .num,
.cid-tg97wihWfp .line {
  color: #62e659;
  text-align: right;
}
.cid-tg97wihWfp .mbr-fallback-image.disabled {
  display: none;
}
.cid-tg97wihWfp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tg97wihWfp .mbr-section-title,
.cid-tg97wihWfp .card-box {
  color: #ffffff;
  text-align: center;
}
.cid-tg5u7lrCvE {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #f2f3f7;
}
.cid-tg5u7lrCvE h3 {
  text-align: center;
  font-weight: 300;
}
.cid-tg5u7lrCvE .wrap {
  width: 150px;
  height: 150px;
  margin: 0 auto;
}
.cid-tg5u7lrCvE .mbr-section-subtitle {
  color: #767676;
}
.cid-tg5u7lrCvE .card {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  word-wrap: break-word;
}
.cid-tg5u7lrCvE svg {
  overflow: visible;
}
.cid-tg5u7lrCvE ellipse {
  stroke: #efefef;
  stroke-width: 10px;
}
.cid-tg5u7lrCvE path {
  stroke-width: 10px;
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-tg5u7lrCvE .card {
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
  }
}
.cid-tg5u7lrCvE .progress1 path {
  stroke: #232323;
}
.cid-tg5u7lrCvE .progress2 path {
  stroke: #000000;
}
.cid-tg5u7lrCvE .progress3 path {
  stroke: #000000;
}
.cid-tg5u7lrCvE .progress4 path {
  stroke: #ff9083;
}
.cid-tg5u7lrCvE .card-text {
  color: #767676;
}
.cid-tg5u7lrCvE H4 {
  text-align: center;
}
.cid-tg5u7lrCvE .line {
  width: calc(100% - 2rem);
  margin: auto;
  height: 2px;
  background: currentColor;
  margin-top: 2rem;
}
.cid-tgaqkLQazh {
  background-color: #ffffff;
}
.cid-tgaqkLQazh .wrapper {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .cid-tgaqkLQazh .wrapper .left-col {
    flex: 1 0 50%;
    padding-right: 12px;
  }
  .cid-tgaqkLQazh .wrapper .right-col {
    flex: 1 0 50%;
    padding-left: 12px;
  }
}
.cid-tgaqkLQazh .card {
  padding: 0;
  background-color: #fff;
  overflow: hidden;
}
.cid-tgaqkLQazh .card-img {
  width: 100%;
  height: 100%;
  margin: 0;
  object-fit: cover;
  border-radius: 20px;
}
.cid-tgaqkLQazh .mbr-fallback-image.disabled {
  display: none;
}
.cid-tgaqkLQazh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tg5t1a70XK {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tg5t1a70XK nav.navbar {
  position: fixed;
}
.cid-tg5t1a70XK .btn {
  line-height: 1.2;
}
.cid-tg5t1a70XK .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tg5t1a70XK .nav-link {
  position: relative;
}
.cid-tg5t1a70XK .nav-link:before {
  content: '';
  position: absolute;
  transition: all 0.3s;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0%;
  height: 2px;
  background: #35b8fc;
}
.cid-tg5t1a70XK .nav-link:hover {
  color: #35b8fc !important;
}
.cid-tg5t1a70XK .nav-link:hover:before {
  width: 100%;
}
.cid-tg5t1a70XK .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-tg5t1a70XK .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tg5t1a70XK .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tg5t1a70XK .dropdown-item:hover,
.cid-tg5t1a70XK .dropdown-item:focus {
  background: #31363b !important;
  color: white !important;
}
.cid-tg5t1a70XK .dropdown-item:hover span {
  color: white;
}
.cid-tg5t1a70XK .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tg5t1a70XK .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tg5t1a70XK .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tg5t1a70XK .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: -0.1rem;
}
.cid-tg5t1a70XK .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tg5t1a70XK .container {
    flex-wrap: nowrap;
  }
}
.cid-tg5t1a70XK .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tg5t1a70XK .navbar-nav {
  margin: auto;
}
.cid-tg5t1a70XK .dropdown-menu,
.cid-tg5t1a70XK .navbar.opened {
  background: #ffffff !important;
}
.cid-tg5t1a70XK .nav-item:focus,
.cid-tg5t1a70XK .nav-link:focus {
  outline: none;
}
.cid-tg5t1a70XK .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tg5t1a70XK .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tg5t1a70XK .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tg5t1a70XK .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tg5t1a70XK .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tg5t1a70XK .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tg5t1a70XK .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-tg5t1a70XK .navbar.opened {
  transition: all 0.3s;
}
.cid-tg5t1a70XK .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tg5t1a70XK .navbar .navbar-logo img {
  width: auto;
}
.cid-tg5t1a70XK .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tg5t1a70XK .navbar.collapsed {
  justify-content: center;
}
.cid-tg5t1a70XK .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tg5t1a70XK .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tg5t1a70XK .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.5rem);
  }
}
.cid-tg5t1a70XK .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tg5t1a70XK .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tg5t1a70XK .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-tg5t1a70XK .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tg5t1a70XK .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tg5t1a70XK .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tg5t1a70XK .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tg5t1a70XK .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tg5t1a70XK .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tg5t1a70XK .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tg5t1a70XK .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-tg5t1a70XK .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tg5t1a70XK .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tg5t1a70XK .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tg5t1a70XK .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tg5t1a70XK .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tg5t1a70XK .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tg5t1a70XK .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tg5t1a70XK .navbar.navbar-short {
  min-height: 60px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tg5t1a70XK .navbar.navbar-short .navbar-logo img {
  height: 5rem !important;
}
.cid-tg5t1a70XK .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tg5t1a70XK .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tg5t1a70XK .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tg5t1a70XK .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tg5t1a70XK .dropdown-item.active,
.cid-tg5t1a70XK .dropdown-item:active {
  background-color: transparent;
}
.cid-tg5t1a70XK .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tg5t1a70XK .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tg5t1a70XK .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tg5t1a70XK .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tg5t1a70XK .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tg5t1a70XK .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tg5t1a70XK ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tg5t1a70XK button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tg5t1a70XK button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tg5t1a70XK button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tg5t1a70XK button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tg5t1a70XK button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tg5t1a70XK button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tg5t1a70XK nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tg5t1a70XK nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tg5t1a70XK nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tg5t1a70XK nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tg5t1a70XK .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tg5t1a70XK a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tg5t1a70XK .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-tg5t1a70XK .navbar {
    height: 70px;
  }
  .cid-tg5t1a70XK .navbar.opened {
    height: auto;
  }
  .cid-tg5t1a70XK .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tg5t1c1Dbw {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #31363b;
}
.cid-tg5t1c1Dbw .mbr-text {
  color: #f2f3f7;
  text-align: left;
}
.cid-tg5t1c1Dbw .mbr-section-subtitle {
  color: #bbbbbb;
  text-align: left;
}
.cid-tg5t1c1Dbw .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-tg5t1cgLDR {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #31363b;
  overflow: hidden;
}
.cid-tg5t1cgLDR .mbr-title {
  color: #bec2cf;
}
.cid-tg5t1cgLDR .mbr-text {
  color: #999ca2;
  text-align: left;
}
.cid-tg5t1cgLDR .row {
  align-items: center;
}
.cid-tgW9IA4dwR {
  padding-top: 7rem;
  padding-bottom: 1rem;
  background-color: #31363b;
}
.cid-tgW9IA4dwR .mbr-text {
  color: #767676;
}
.cid-tgW9IA4dwR .card-box {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .cid-tgW9IA4dwR .card-box {
    flex-direction: column;
  }
}
.cid-tgW9IA4dwR .line {
  width: calc(100% - 2rem);
  margin: auto;
  height: 2px;
  background: currentColor;
  margin-bottom: 3rem;
}
.cid-tgW9IA4dwR .mbr-section-subtitle {
  color: #767676;
}
.cid-tgW9IA4dwR .title .num {
  white-space: nowrap;
  width: 100%;
  display: block;
  padding-right: 1rem;
}
@media (max-width: 767px) {
  .cid-tgW9IA4dwR .title .num {
    padding-right: 0rem;
    padding-bottom: 1rem;
  }
}
.cid-tgW9IA4dwR .title .card-title {
  z-index: 1;
}
.cid-tgW9IA4dwR h4 {
  margin: 0;
}
.cid-tgW9IA4dwR .num {
  color: #000000;
}
@media (max-width: 992px) {
  .cid-tgW9IA4dwR .card {
    margin-bottom: 1.5rem;
  }
}
.cid-tgW9IA4dwR .card-title,
.cid-tgW9IA4dwR .card-img {
  color: #bbbbbb;
}
.cid-tgW9IA4dwR .num,
.cid-tgW9IA4dwR .line {
  color: #ffffff;
}
.cid-tgW9IA4dwR .numgreen,
.cid-tgW9IA4dwR .line {
  color: #62e659;
}
.cid-tgW9IA4dwR .mbr-fallback-image.disabled {
  display: none;
}
.cid-tgW9IA4dwR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tgYZ4rAOvn {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
@media (min-width: 1500px) {
  .cid-tgYZ4rAOvn .container {
    max-width: 1400px;
  }
}
.cid-tgYZ4rAOvn .card-wrapper {
  justify-content: center;
  margin-top: 4rem;
}
.cid-tgYZ4rAOvn .row {
  justify-content: center;
}
.cid-tgYZ4rAOvn .card-title {
  margin-bottom: 0.625rem;
}
.cid-tgYZ4rAOvn .card .circle-wrap {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 250px;
  max-height: 250px;
  margin-bottom: 1.25rem;
}
.cid-tgYZ4rAOvn .card .circle-wrap svg path {
  stroke: rgba(98, 230, 89, 0.3);
}
.cid-tgYZ4rAOvn .card .circle-wrap svg .circle-active {
  stroke: #62e659;
}
.cid-tgYZ4rAOvn .card .circle-text {
  font-weight: bold;
  position: absolute;
}
.cid-tgYZ4rAOvn .card1 .circle-wrap svg .circle-active {
  stroke-dashoffset: 71.53 !important;
}
.cid-tgYZ4rAOvn .card1 .circle-wrap .circle-text::before {
  content: "77";
}
.cid-tgYZ4rAOvn .card2 .circle-wrap svg .circle-active {
  stroke-dashoffset: 171.05 !important;
}
.cid-tgYZ4rAOvn .card2 .circle-wrap .circle-text::before {
  content: "45";
}
.cid-tgYZ4rAOvn .card3 .circle-wrap svg .circle-active {
  stroke-dashoffset: 248.8 !important;
}
.cid-tgYZ4rAOvn .card3 .circle-wrap .circle-text::before {
  content: "20";
}
.cid-tgYZ4rAOvn .card4 .circle-wrap svg .circle-active {
  stroke-dashoffset: 118.18 !important;
}
.cid-tgYZ4rAOvn .card4 .circle-wrap .circle-text::before {
  content: "62";
}
.cid-tgYZ4rAOvn .mbr-fallback-image.disabled {
  display: none;
}
.cid-tgYZ4rAOvn .line {
  width: calc(100%);
  margin: auto;
  height: 1px;
  background: #bbbbbb;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.cid-tgYZ4rAOvn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tgW9IB2NgS {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tgW9IB2NgS nav.navbar {
  position: fixed;
}
.cid-tgW9IB2NgS .btn {
  line-height: 1.2;
}
.cid-tgW9IB2NgS .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tgW9IB2NgS .nav-link {
  position: relative;
}
.cid-tgW9IB2NgS .nav-link:before {
  content: '';
  position: absolute;
  transition: all 0.3s;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0%;
  height: 2px;
  background: #35b8fc;
}
.cid-tgW9IB2NgS .nav-link:hover {
  color: #35b8fc !important;
}
.cid-tgW9IB2NgS .nav-link:hover:before {
  width: 100%;
}
.cid-tgW9IB2NgS .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-tgW9IB2NgS .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tgW9IB2NgS .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tgW9IB2NgS .dropdown-item:hover,
.cid-tgW9IB2NgS .dropdown-item:focus {
  background: #31363b !important;
  color: white !important;
}
.cid-tgW9IB2NgS .dropdown-item:hover span {
  color: white;
}
.cid-tgW9IB2NgS .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tgW9IB2NgS .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tgW9IB2NgS .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tgW9IB2NgS .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: -0.1rem;
}
.cid-tgW9IB2NgS .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tgW9IB2NgS .container {
    flex-wrap: nowrap;
  }
}
.cid-tgW9IB2NgS .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tgW9IB2NgS .navbar-nav {
  margin: auto;
}
.cid-tgW9IB2NgS .dropdown-menu,
.cid-tgW9IB2NgS .navbar.opened {
  background: #ffffff !important;
}
.cid-tgW9IB2NgS .nav-item:focus,
.cid-tgW9IB2NgS .nav-link:focus {
  outline: none;
}
.cid-tgW9IB2NgS .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tgW9IB2NgS .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tgW9IB2NgS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tgW9IB2NgS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tgW9IB2NgS .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tgW9IB2NgS .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tgW9IB2NgS .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-tgW9IB2NgS .navbar.opened {
  transition: all 0.3s;
}
.cid-tgW9IB2NgS .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tgW9IB2NgS .navbar .navbar-logo img {
  width: auto;
}
.cid-tgW9IB2NgS .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tgW9IB2NgS .navbar.collapsed {
  justify-content: center;
}
.cid-tgW9IB2NgS .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tgW9IB2NgS .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tgW9IB2NgS .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.5rem);
  }
}
.cid-tgW9IB2NgS .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tgW9IB2NgS .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tgW9IB2NgS .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-tgW9IB2NgS .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tgW9IB2NgS .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tgW9IB2NgS .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tgW9IB2NgS .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tgW9IB2NgS .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tgW9IB2NgS .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tgW9IB2NgS .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tgW9IB2NgS .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-tgW9IB2NgS .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tgW9IB2NgS .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tgW9IB2NgS .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tgW9IB2NgS .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tgW9IB2NgS .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tgW9IB2NgS .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tgW9IB2NgS .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tgW9IB2NgS .navbar.navbar-short {
  min-height: 60px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tgW9IB2NgS .navbar.navbar-short .navbar-logo img {
  height: 5rem !important;
}
.cid-tgW9IB2NgS .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tgW9IB2NgS .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tgW9IB2NgS .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tgW9IB2NgS .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tgW9IB2NgS .dropdown-item.active,
.cid-tgW9IB2NgS .dropdown-item:active {
  background-color: transparent;
}
.cid-tgW9IB2NgS .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tgW9IB2NgS .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tgW9IB2NgS .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tgW9IB2NgS .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tgW9IB2NgS .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tgW9IB2NgS .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tgW9IB2NgS ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tgW9IB2NgS button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tgW9IB2NgS button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tgW9IB2NgS button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tgW9IB2NgS button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tgW9IB2NgS button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tgW9IB2NgS button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tgW9IB2NgS nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tgW9IB2NgS nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tgW9IB2NgS nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tgW9IB2NgS nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tgW9IB2NgS .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tgW9IB2NgS a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tgW9IB2NgS .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-tgW9IB2NgS .navbar {
    height: 70px;
  }
  .cid-tgW9IB2NgS .navbar.opened {
    height: auto;
  }
  .cid-tgW9IB2NgS .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tgW9IBLAbB {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #f2f3f7;
}
.cid-tgW9IBLAbB .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-tgW9IBLAbB .mbr-text {
  color: #31363b;
  text-align: center;
}
.cid-tgW9IBVqAx {
  padding-top: 0.5rem;
  padding-bottom: 0rem;
  background-color: #f2f3f7;
}
.cid-tgW9IBVqAx .wrapper {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .cid-tgW9IBVqAx .wrapper .left-col {
    flex: 1 0 50%;
    padding-right: 0px;
  }
  .cid-tgW9IBVqAx .wrapper .right-col {
    flex: 1 0 50%;
    padding-left: 0px;
  }
}
.cid-tgW9IBVqAx .card {
  padding-bottom: 25px;
  background-color: #fff;
  overflow: hidden;
  box-shadow: 0px 5px 10px 0px rgba(29, 29, 27, 0.2);
}
.cid-tgW9IBVqAx .card-img {
  width: 100%;
  height: 100%;
  margin: 0;
  object-fit: cover;
  border-radius: 5px;
}
.cid-tgW9IBVqAx .mbr-fallback-image.disabled {
  display: none;
}
.cid-tgW9IBVqAx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tgW9IC6pQY .google-map {
  height: 25rem;
  position: relative;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: gray;
}
.cid-tgW9IC6pQY .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-tgW9IC6pQY .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-tgW9IC6pQY .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tgW9IC6pQY .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tgW9ICje6a {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #31363b;
  overflow: hidden;
}
.cid-tgW9ICje6a .mbr-title {
  color: #bec2cf;
}
.cid-tgW9ICje6a .mbr-text {
  color: #999ca2;
  text-align: left;
}
.cid-tgW9ICje6a .row {
  align-items: center;
}
.cid-tgW9LWeoNy {
  padding-top: 7rem;
  padding-bottom: 1rem;
  background-color: #31363b;
}
.cid-tgW9LWeoNy .mbr-text {
  color: #767676;
}
.cid-tgW9LWeoNy .card-box {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .cid-tgW9LWeoNy .card-box {
    flex-direction: column;
  }
}
.cid-tgW9LWeoNy .line {
  width: calc(100% - 2rem);
  margin: auto;
  height: 2px;
  background: currentColor;
  margin-bottom: 3rem;
}
.cid-tgW9LWeoNy .mbr-section-subtitle {
  color: #767676;
}
.cid-tgW9LWeoNy .title .num {
  white-space: nowrap;
  width: 100%;
  display: block;
  padding-right: 1rem;
}
@media (max-width: 767px) {
  .cid-tgW9LWeoNy .title .num {
    padding-right: 0rem;
    padding-bottom: 1rem;
  }
}
.cid-tgW9LWeoNy .title .card-title {
  z-index: 1;
}
.cid-tgW9LWeoNy h4 {
  margin: 0;
}
.cid-tgW9LWeoNy .num {
  color: #000000;
}
@media (max-width: 992px) {
  .cid-tgW9LWeoNy .card {
    margin-bottom: 1.5rem;
  }
}
.cid-tgW9LWeoNy .card-title,
.cid-tgW9LWeoNy .card-img {
  color: #bbbbbb;
}
.cid-tgW9LWeoNy .num,
.cid-tgW9LWeoNy .line {
  color: #ffffff;
}
.cid-tgW9LWeoNy .numgreen,
.cid-tgW9LWeoNy .line {
  color: #62e659;
}
.cid-tgW9LWeoNy .mbr-fallback-image.disabled {
  display: none;
}
.cid-tgW9LWeoNy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tgW9LWPcfE {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tgW9LWPcfE nav.navbar {
  position: fixed;
}
.cid-tgW9LWPcfE .btn {
  line-height: 1.2;
}
.cid-tgW9LWPcfE .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tgW9LWPcfE .nav-link {
  position: relative;
}
.cid-tgW9LWPcfE .nav-link:before {
  content: '';
  position: absolute;
  transition: all 0.3s;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0%;
  height: 2px;
  background: #35b8fc;
}
.cid-tgW9LWPcfE .nav-link:hover {
  color: #35b8fc !important;
}
.cid-tgW9LWPcfE .nav-link:hover:before {
  width: 100%;
}
.cid-tgW9LWPcfE .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-tgW9LWPcfE .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tgW9LWPcfE .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tgW9LWPcfE .dropdown-item:hover,
.cid-tgW9LWPcfE .dropdown-item:focus {
  background: #31363b !important;
  color: white !important;
}
.cid-tgW9LWPcfE .dropdown-item:hover span {
  color: white;
}
.cid-tgW9LWPcfE .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tgW9LWPcfE .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tgW9LWPcfE .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tgW9LWPcfE .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: -0.1rem;
}
.cid-tgW9LWPcfE .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tgW9LWPcfE .container {
    flex-wrap: nowrap;
  }
}
.cid-tgW9LWPcfE .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tgW9LWPcfE .navbar-nav {
  margin: auto;
}
.cid-tgW9LWPcfE .dropdown-menu,
.cid-tgW9LWPcfE .navbar.opened {
  background: #ffffff !important;
}
.cid-tgW9LWPcfE .nav-item:focus,
.cid-tgW9LWPcfE .nav-link:focus {
  outline: none;
}
.cid-tgW9LWPcfE .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tgW9LWPcfE .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tgW9LWPcfE .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tgW9LWPcfE .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tgW9LWPcfE .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tgW9LWPcfE .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tgW9LWPcfE .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-tgW9LWPcfE .navbar.opened {
  transition: all 0.3s;
}
.cid-tgW9LWPcfE .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tgW9LWPcfE .navbar .navbar-logo img {
  width: auto;
}
.cid-tgW9LWPcfE .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tgW9LWPcfE .navbar.collapsed {
  justify-content: center;
}
.cid-tgW9LWPcfE .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tgW9LWPcfE .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tgW9LWPcfE .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.5rem);
  }
}
.cid-tgW9LWPcfE .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tgW9LWPcfE .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tgW9LWPcfE .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-tgW9LWPcfE .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tgW9LWPcfE .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tgW9LWPcfE .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tgW9LWPcfE .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tgW9LWPcfE .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tgW9LWPcfE .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tgW9LWPcfE .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tgW9LWPcfE .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-tgW9LWPcfE .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tgW9LWPcfE .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tgW9LWPcfE .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tgW9LWPcfE .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tgW9LWPcfE .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tgW9LWPcfE .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tgW9LWPcfE .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tgW9LWPcfE .navbar.navbar-short {
  min-height: 60px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tgW9LWPcfE .navbar.navbar-short .navbar-logo img {
  height: 5rem !important;
}
.cid-tgW9LWPcfE .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tgW9LWPcfE .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tgW9LWPcfE .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tgW9LWPcfE .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tgW9LWPcfE .dropdown-item.active,
.cid-tgW9LWPcfE .dropdown-item:active {
  background-color: transparent;
}
.cid-tgW9LWPcfE .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tgW9LWPcfE .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tgW9LWPcfE .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tgW9LWPcfE .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tgW9LWPcfE .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tgW9LWPcfE .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tgW9LWPcfE ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tgW9LWPcfE button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tgW9LWPcfE button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tgW9LWPcfE button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tgW9LWPcfE button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tgW9LWPcfE button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tgW9LWPcfE button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tgW9LWPcfE nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tgW9LWPcfE nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tgW9LWPcfE nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tgW9LWPcfE nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tgW9LWPcfE .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tgW9LWPcfE a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tgW9LWPcfE .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-tgW9LWPcfE .navbar {
    height: 70px;
  }
  .cid-tgW9LWPcfE .navbar.opened {
    height: auto;
  }
  .cid-tgW9LWPcfE .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tgYZx9kw0M {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
@media (min-width: 1500px) {
  .cid-tgYZx9kw0M .container {
    max-width: 1400px;
  }
}
.cid-tgYZx9kw0M .card-wrapper {
  justify-content: center;
}
.cid-tgYZx9kw0M .row {
  justify-content: center;
}
.cid-tgYZx9kw0M .card-title {
  margin-bottom: 0.625rem;
}
.cid-tgYZx9kw0M .card .circle-wrap {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 250px;
  max-height: 250px;
  margin-bottom: 1.25rem;
}
.cid-tgYZx9kw0M .card .circle-wrap svg path {
  stroke: rgba(98, 230, 89, 0.3);
}
.cid-tgYZx9kw0M .card .circle-wrap svg .circle-active {
  stroke: #62e659;
}
.cid-tgYZx9kw0M .card .circle-text {
  font-weight: bold;
  position: absolute;
}
.cid-tgYZx9kw0M .circle-text {
  font-weight: bold;
  position: absolute;
}
.cid-tgYZx9kw0M .card1 .circle-wrap svg .circle-active {
  stroke-dashoffset: 71.53 !important;
}
.cid-tgYZx9kw0M .card1 .circle-wrap svg .circle-thresh {
  stroke-dashoffset: 77.75 !important;
}
.cid-tgYZx9kw0M .card1 .circle-wrap .circle-text::before {
  content: "77";
}
.cid-tgYZx9kw0M .card2 .circle-wrap svg .circle-active {
  stroke-dashoffset: 171.05 !important;
}
.cid-tgYZx9kw0M .card2 .circle-wrap .circle-text::before {
  content: "45";
}
.cid-tgYZx9kw0M .card3 .circle-wrap svg .circle-active {
  stroke-dashoffset: 248.8 !important;
}
.cid-tgYZx9kw0M .card3 .circle-wrap .circle-text::before {
  content: "20";
}
.cid-tgYZx9kw0M .card4 .circle-wrap svg .circle-active {
  stroke-dashoffset: 118.18 !important;
}
.cid-tgYZx9kw0M .card4 .circle-wrap .circle-text::before {
  content: "62";
}
.cid-tgYZx9kw0M .mbr-fallback-image.disabled {
  display: none;
}
.cid-tgYZx9kw0M .line {
  width: calc(100%);
  margin: auto;
  height: 1px;
  background: #bbbbbb;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.cid-tgYZx9kw0M .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tgW9LXutSf {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #f2f3f7;
}
.cid-tgW9LXutSf .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-tgW9LXutSf .mbr-text {
  color: #31363b;
  text-align: center;
}
.cid-tgW9LXFevr {
  padding-top: 0.5rem;
  padding-bottom: 0rem;
  background-color: #f2f3f7;
}
.cid-tgW9LXFevr .wrapper {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .cid-tgW9LXFevr .wrapper .left-col {
    flex: 1 0 50%;
    padding-right: 0px;
  }
  .cid-tgW9LXFevr .wrapper .right-col {
    flex: 1 0 50%;
    padding-left: 0px;
  }
}
.cid-tgW9LXFevr .card {
  padding-bottom: 25px;
  background-color: #fff;
  overflow: hidden;
  box-shadow: 0px 5px 10px 0px rgba(29, 29, 27, 0.2);
}
.cid-tgW9LXFevr .card-img {
  width: 100%;
  height: 100%;
  margin: 0;
  object-fit: cover;
  border-radius: 5px;
}
.cid-tgW9LXFevr .mbr-fallback-image.disabled {
  display: none;
}
.cid-tgW9LXFevr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tgW9LXP9Oh .google-map {
  height: 25rem;
  position: relative;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: gray;
}
.cid-tgW9LXP9Oh .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-tgW9LXP9Oh .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-tgW9LXP9Oh .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tgW9LXP9Oh .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tgW9LY1ok0 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #31363b;
  overflow: hidden;
}
.cid-tgW9LY1ok0 .mbr-title {
  color: #bec2cf;
}
.cid-tgW9LY1ok0 .mbr-text {
  color: #999ca2;
  text-align: left;
}
.cid-tgW9LY1ok0 .row {
  align-items: center;
}
.cid-td1xrBv9AV {
  background-image: url("../../../assets/images/handphoneapp-2-1698x1001.png");
}
.cid-td1xrBv9AV .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-td1xrBv9AV .mbr-text,
.cid-td1xrBv9AV .mbr-section-btn {
  text-align: center;
  color: #f2f3f7;
}
.cid-td1xrBv9AV .mbr-fallback-image.disabled {
  display: none;
}
.cid-td1xrBv9AV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-svGOrpYd1R {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #f2f3f7;
}
.cid-svGOrpYd1R .mbr-iconfont {
  display: block;
  font-size: 4rem;
  color: #ed1c24;
  margin-bottom: 1.5rem;
}
.cid-svGOrpYd1R .col-lg-4,
.cid-svGOrpYd1R .col-12 {
  padding: 0 2rem;
}
.cid-svGOrpYd1R .row {
  margin: 0 -2rem;
  justify-content: center;
}
.cid-svGOrpYd1R .card-wrapper {
  padding: 3rem 2rem;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  border-radius: 3rem;
}
@media (max-width: 767px) {
  .cid-svGOrpYd1R .card-wrapper {
    padding: 4rem 2rem;
  }
}
@media (max-width: 992px) {
  .cid-svGOrpYd1R .card-wrapper {
    margin-bottom: 3rem;
  }
}
.cid-svGOrpYd1R .card-title,
.cid-svGOrpYd1R .iconfont-wrapper {
  color: #31363b;
  text-align: center;
}
.cid-svGOrpYd1R .card-text {
  color: #6c758f;
  text-align: center;
}
.cid-svGOrpYd1R .mbr-section-subtitle {
  color: #6c758f;
  text-align: center;
}
.cid-svGOrpYd1R .mbr-section-title {
  color: #31363b;
}
.cid-tg5cgpHuWw {
  padding-top: 30px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/handphoneapp-1698x1001.png");
}
.cid-tg5cgpHuWw .mbr-text {
  color: #ffffff;
  letter-spacing: 0.03em;
  line-height: 1.8;
}
.cid-tg5cgpHuWw .card-img span {
  font-size: 80px;
  color: #ffffff;
}
.cid-tg5cgpHuWw .card-title {
  margin-bottom: 2rem;
  text-align: center;
  color: #ffffff;
  letter-spacing: 0.1em;
}
.cid-tg5cgpHuWw .mbr-text,
.cid-tg5cgpHuWw .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-svGOYoMz5M {
  padding-top: 6rem;
  padding-bottom: 2rem;
  background-color: #31363b;
}
.cid-svGOYoMz5M .mbr-text {
  color: #f2f3f7;
}
.cid-svGOYoMz5M .mbr-section-subtitle {
  color: #6c758f;
}
.cid-svGOYoMz5M .mbr-section-title {
  color: #ffffff;
}
.cid-svMHuAElzZ {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f2f3f7;
}
.cid-svMHuAElzZ .mbr-iconfont {
  display: block;
  font-size: 4rem;
  color: #0196e3;
  margin-bottom: 1.5rem;
}
.cid-svMHuAElzZ .col-lg-4,
.cid-svMHuAElzZ .col-12 {
  padding: 0 2rem;
}
.cid-svMHuAElzZ .row {
  margin: 0 -2rem;
  justify-content: center;
}
.cid-svMHuAElzZ .card-wrapper {
  padding: 3rem 2rem;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  border-radius: 3rem;
}
@media (max-width: 767px) {
  .cid-svMHuAElzZ .card-wrapper {
    padding: 4rem 2rem;
  }
}
@media (max-width: 992px) {
  .cid-svMHuAElzZ .card-wrapper {
    margin-bottom: 3rem;
  }
}
.cid-svMHuAElzZ .card-title,
.cid-svMHuAElzZ .iconfont-wrapper {
  color: #000000;
  text-align: center;
}
.cid-svMHuAElzZ .card-text {
  color: #6c758f;
  text-align: center;
}
.cid-svMHuAElzZ .mbr-section-subtitle {
  color: #6c758f;
}
.cid-svMHuAElzZ .mbr-section-title {
  color: #232323;
}
.cid-svGOEmEDBN {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #31363b;
  overflow: hidden;
}
.cid-svGOEmEDBN .mbr-title {
  color: #bec2cf;
}
.cid-svGOEmEDBN .mbr-text {
  color: #999ca2;
  text-align: left;
}
.cid-svGOEmEDBN .row {
  align-items: center;
}
.cid-tg5dPGh3KP {
  padding-top: 7rem;
  padding-bottom: 1rem;
  background-color: #31363b;
}
.cid-tg5dPGh3KP .mbr-text {
  color: #767676;
}
.cid-tg5dPGh3KP .card-box {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .cid-tg5dPGh3KP .card-box {
    flex-direction: column;
  }
}
.cid-tg5dPGh3KP .line {
  width: calc(100% - 2rem);
  margin: auto;
  height: 2px;
  background: currentColor;
  margin-bottom: 3rem;
}
.cid-tg5dPGh3KP .mbr-section-subtitle {
  color: #767676;
}
.cid-tg5dPGh3KP .title .num {
  white-space: nowrap;
  width: 100%;
  display: block;
  padding-right: 1rem;
}
@media (max-width: 767px) {
  .cid-tg5dPGh3KP .title .num {
    padding-right: 0rem;
    padding-bottom: 1rem;
  }
}
.cid-tg5dPGh3KP .title .card-title {
  z-index: 1;
}
.cid-tg5dPGh3KP h4 {
  margin: 0;
}
.cid-tg5dPGh3KP .num {
  color: #000000;
}
@media (max-width: 992px) {
  .cid-tg5dPGh3KP .card {
    margin-bottom: 1.5rem;
  }
}
.cid-tg5dPGh3KP .card-title,
.cid-tg5dPGh3KP .card-img {
  color: #bbbbbb;
}
.cid-tg5dPGh3KP .num,
.cid-tg5dPGh3KP .line {
  color: #ffffff;
}
.cid-tg5dPGh3KP .numgreen,
.cid-tg5dPGh3KP .line {
  color: #62e659;
}
.cid-tg5dPGh3KP .mbr-fallback-image.disabled {
  display: none;
}
.cid-tg5dPGh3KP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tgYTNO9i3z {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
@media (min-width: 1500px) {
  .cid-tgYTNO9i3z .container {
    max-width: 1400px;
  }
}
.cid-tgYTNO9i3z .card-wrapper {
  justify-content: center;
  margin-top: 4rem;
}
.cid-tgYTNO9i3z .row {
  justify-content: center;
}
.cid-tgYTNO9i3z .card-title {
  margin-bottom: 0.625rem;
}
.cid-tgYTNO9i3z .card .circle-wrap {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 250px;
  max-height: 250px;
  margin-bottom: 1.25rem;
}
.cid-tgYTNO9i3z .card .circle-wrap svg path {
  stroke: rgba(98, 230, 89, 0.3);
}
.cid-tgYTNO9i3z .card .circle-wrap svg .circle-active {
  stroke: #62e659;
}
.cid-tgYTNO9i3z .card .circle-text {
  font-weight: bold;
  position: absolute;
}
.cid-tgYTNO9i3z .card1 .circle-wrap svg .circle-active {
  stroke-dashoffset: 71.53 !important;
}
.cid-tgYTNO9i3z .card1 .circle-wrap .circle-text::before {
  content: "77";
}
.cid-tgYTNO9i3z .card2 .circle-wrap svg .circle-active {
  stroke-dashoffset: 171.05 !important;
}
.cid-tgYTNO9i3z .card2 .circle-wrap .circle-text::before {
  content: "45";
}
.cid-tgYTNO9i3z .card3 .circle-wrap svg .circle-active {
  stroke-dashoffset: 248.8 !important;
}
.cid-tgYTNO9i3z .card3 .circle-wrap .circle-text::before {
  content: "20";
}
.cid-tgYTNO9i3z .card4 .circle-wrap svg .circle-active {
  stroke-dashoffset: 118.18 !important;
}
.cid-tgYTNO9i3z .card4 .circle-wrap .circle-text::before {
  content: "62";
}
.cid-tgYTNO9i3z .mbr-fallback-image.disabled {
  display: none;
}
.cid-tgYTNO9i3z .line {
  width: calc(100%);
  margin: auto;
  height: 1px;
  background: #bbbbbb;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.cid-tgYTNO9i3z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tgW7g7LRSY {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #f2f3f7;
}
.cid-tgW7g7LRSY .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-tgW7g7LRSY .mbr-text {
  color: #31363b;
  text-align: center;
}
.cid-tgasJxunAC {
  padding-top: 0.5rem;
  padding-bottom: 0rem;
  background-color: #f2f3f7;
}
.cid-tgasJxunAC .wrapper {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .cid-tgasJxunAC .wrapper .left-col {
    flex: 1 0 50%;
    padding-right: 0px;
  }
  .cid-tgasJxunAC .wrapper .right-col {
    flex: 1 0 50%;
    padding-left: 0px;
  }
}
.cid-tgasJxunAC .card {
  padding-bottom: 25px;
  background-color: #fff;
  overflow: hidden;
  box-shadow: 0px 5px 10px 0px rgba(29, 29, 27, 0.2);
}
.cid-tgasJxunAC .card-img {
  width: 100%;
  height: 100%;
  margin: 0;
  object-fit: cover;
  border-radius: 5px;
}
.cid-tgasJxunAC .mbr-fallback-image.disabled {
  display: none;
}
.cid-tgasJxunAC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tgW5sJQf8E .google-map {
  height: 25rem;
  position: relative;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: gray;
}
.cid-tgW5sJQf8E .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-tgW5sJQf8E .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-tgW5sJQf8E .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tgW5sJQf8E .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tg5duPw65s {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #31363b;
  overflow: hidden;
}
.cid-tg5duPw65s .mbr-title {
  color: #bec2cf;
}
.cid-tg5duPw65s .mbr-text {
  color: #999ca2;
  text-align: left;
}
.cid-tg5duPw65s .row {
  align-items: center;
}
.cid-thIpxjvnNa {
  z-index: 1000;
  width: 100%;
}
.cid-thIpxjvnNa .btn {
  padding: 0.3rem 2rem;
}
.cid-thIpxjvnNa .nav-link {
  position: relative;
}
.cid-thIpxjvnNa .nav-link:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0%;
  transition: all 0.3s;
  background: #31363b;
}
.cid-thIpxjvnNa .nav-link:hover:before {
  width: 100%;
}
.cid-thIpxjvnNa nav.navbar {
  position: fixed;
}
.cid-thIpxjvnNa .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-thIpxjvnNa .dropdown-menu {
  padding: 0;
  border-radius: 0px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-thIpxjvnNa .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-thIpxjvnNa .dropdown-item:hover,
.cid-thIpxjvnNa .dropdown-item:focus {
  background: #31363b !important;
  color: white !important;
}
.cid-thIpxjvnNa .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-thIpxjvnNa .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-thIpxjvnNa .nav-dropdown .link {
  padding: 0 !important;
  margin: 0.667em 1em !important;
}
.cid-thIpxjvnNa .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-thIpxjvnNa .container {
  display: flex;
  margin: auto;
}
.cid-thIpxjvnNa .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-thIpxjvnNa .dropdown-menu,
.cid-thIpxjvnNa .navbar.opened {
  background: #ffffff !important;
}
.cid-thIpxjvnNa .nav-item:focus,
.cid-thIpxjvnNa .nav-link:focus {
  outline: none;
}
.cid-thIpxjvnNa .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-thIpxjvnNa .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-thIpxjvnNa .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-thIpxjvnNa .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-thIpxjvnNa .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-thIpxjvnNa .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-thIpxjvnNa .navbar-short {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff !important;
  transition: all 0.3s;
}
.cid-thIpxjvnNa .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-thIpxjvnNa .navbar.opened {
  transition: all 0.3s;
}
.cid-thIpxjvnNa .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-thIpxjvnNa .navbar .navbar-logo img {
  width: auto;
}
.cid-thIpxjvnNa .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-thIpxjvnNa .navbar.collapsed {
  justify-content: center;
}
.cid-thIpxjvnNa .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-thIpxjvnNa .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-thIpxjvnNa .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.4rem);
  }
}
.cid-thIpxjvnNa .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-thIpxjvnNa .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-thIpxjvnNa .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-thIpxjvnNa .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-thIpxjvnNa .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-thIpxjvnNa .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-thIpxjvnNa .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-thIpxjvnNa .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-thIpxjvnNa .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-thIpxjvnNa .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-thIpxjvnNa .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-thIpxjvnNa .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-thIpxjvnNa .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-thIpxjvnNa .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-thIpxjvnNa .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-thIpxjvnNa .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-thIpxjvnNa .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-thIpxjvnNa .navbar.navbar-short {
  min-height: 60px;
}
.cid-thIpxjvnNa .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-thIpxjvnNa .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-thIpxjvnNa .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-thIpxjvnNa .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-thIpxjvnNa .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-thIpxjvnNa .dropdown-item.active,
.cid-thIpxjvnNa .dropdown-item:active {
  background-color: transparent;
}
.cid-thIpxjvnNa .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-thIpxjvnNa .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-thIpxjvnNa .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-thIpxjvnNa .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-thIpxjvnNa .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-thIpxjvnNa .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-thIpxjvnNa ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-thIpxjvnNa .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-thIpxjvnNa button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-thIpxjvnNa button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #282b2f;
}
.cid-thIpxjvnNa button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-thIpxjvnNa button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-thIpxjvnNa button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-thIpxjvnNa button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-thIpxjvnNa nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-thIpxjvnNa nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-thIpxjvnNa nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-thIpxjvnNa nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-thIpxjvnNa .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-thIpxjvnNa a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-thIpxjvnNa .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-thIpxjvnNa .navbar {
    height: 70px;
  }
  .cid-thIpxjvnNa .navbar.opened {
    height: auto;
  }
  .cid-thIpxjvnNa .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tgd4W5hJhm {
  padding-top: 120px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/handphoneapp-3-1698x1001.png");
}
.cid-tgd4W5hJhm .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.7;
}
.cid-tgd4W5hJhm textarea {
  min-height: 200px;
}
.cid-tgd4W5hJhm .btn {
  padding: 1rem 3rem;
}
.cid-tgd4W5hJhm .form-control,
.cid-tgd4W5hJhm .field-input {
  padding: 1.2rem 1.6rem;
  background-color: #333333;
  border-color: #333333;
  color: #ffffff;
  transition: 0.4s;
  box-shadow: none;
  border-radius: 1rem;
  outline: none;
}
.cid-tgd4W5hJhm .form-control::-webkit-input-placeholder,
.cid-tgd4W5hJhm .field-input::-webkit-input-placeholder,
.cid-tgd4W5hJhm .form-control::-webkit-input-placeholder,
.cid-tgd4W5hJhm .field-input::-webkit-input-placeholder {
  color: #bbbbbb;
}
.cid-tgd4W5hJhm .form-control:-moz-placeholder,
.cid-tgd4W5hJhm .field-input:-moz-placeholder,
.cid-tgd4W5hJhm .form-control:-moz-placeholder,
.cid-tgd4W5hJhm .field-input:-moz-placeholder {
  color: #bbbbbb;
}
.cid-tgd4W5hJhm .form-control:hover,
.cid-tgd4W5hJhm .field-input:hover,
.cid-tgd4W5hJhm .form-control:focus,
.cid-tgd4W5hJhm .field-input:focus {
  background-color: #6c758f;
  border-color: #333333 !important;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-tgd4W5hJhm .form-control:hover::-webkit-input-placeholder,
.cid-tgd4W5hJhm .field-input:hover::-webkit-input-placeholder,
.cid-tgd4W5hJhm .form-control:focus::-webkit-input-placeholder,
.cid-tgd4W5hJhm .field-input:focus::-webkit-input-placeholder,
.cid-tgd4W5hJhm .form-control:hover::-webkit-input-placeholder,
.cid-tgd4W5hJhm .field-input:hover::-webkit-input-placeholder,
.cid-tgd4W5hJhm .form-control:focus::-webkit-input-placeholder,
.cid-tgd4W5hJhm .field-input:focus::-webkit-input-placeholder {
  color: #bbbbbb;
}
.cid-tgd4W5hJhm .form-control:hover:-moz-placeholder,
.cid-tgd4W5hJhm .field-input:hover:-moz-placeholder,
.cid-tgd4W5hJhm .form-control:focus:-moz-placeholder,
.cid-tgd4W5hJhm .field-input:focus:-moz-placeholder,
.cid-tgd4W5hJhm .form-control:hover:-moz-placeholder,
.cid-tgd4W5hJhm .field-input:hover:-moz-placeholder,
.cid-tgd4W5hJhm .form-control:focus:-moz-placeholder,
.cid-tgd4W5hJhm .field-input:focus:-moz-placeholder {
  color: #bbbbbb;
}
.cid-tgd4W5hJhm .jq-number__spin:hover,
.cid-tgd4W5hJhm .jq-number__spin:focus {
  background-color: #6c758f;
  border-color: #333333 !important;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-tgd4W5hJhm .jq-number__spin {
  background-color: #333333;
  border-color: #333333;
  color: #ffffff;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-tgd4W5hJhm .jq-selectbox li,
.cid-tgd4W5hJhm .jq-selectbox li {
  background-color: #333333;
  color: #ffffff;
}
.cid-tgd4W5hJhm .jq-selectbox li:hover,
.cid-tgd4W5hJhm .jq-selectbox li.selected {
  background-color: #6c758f;
  color: #ffffff;
}
.cid-tgd4W5hJhm .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-tgd4W5hJhm .jq-number__spin.minus:hover:after,
.cid-tgd4W5hJhm .jq-number__spin.plus:hover:after {
  border-top-color: #333333;
  border-bottom-color: #333333;
}
.cid-tgd4W5hJhm .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-tgd4W5hJhm .jq-number__spin.minus:after,
.cid-tgd4W5hJhm .jq-number__spin.plus:after {
  border-top-color: #6c758f;
  border-bottom-color: #6c758f;
}
.cid-tgd4W5hJhm input::-webkit-clear-button {
  display: none;
}
.cid-tgd4W5hJhm input::-webkit-inner-spin-button {
  display: none;
}
.cid-tgd4W5hJhm input::-webkit-outer-spin-button {
  display: none;
}
.cid-tgd4W5hJhm input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-tgd4W5hJhm .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-tgd48wVRy0 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #31363b;
  overflow: hidden;
}
.cid-tgd48wVRy0 .mbr-title {
  color: #bec2cf;
}
.cid-tgd48wVRy0 .mbr-text {
  color: #999ca2;
  text-align: left;
}
.cid-tgd48wVRy0 .row {
  align-items: center;
}
.cid-thIqI86bKW {
  z-index: 1000;
  width: 100%;
}
.cid-thIqI86bKW .btn {
  padding: 0.3rem 2rem;
}
.cid-thIqI86bKW .nav-link {
  position: relative;
}
.cid-thIqI86bKW .nav-link:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0%;
  transition: all 0.3s;
  background: #31363b;
}
.cid-thIqI86bKW .nav-link:hover:before {
  width: 100%;
}
.cid-thIqI86bKW nav.navbar {
  position: fixed;
}
.cid-thIqI86bKW .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-thIqI86bKW .dropdown-menu {
  padding: 0;
  border-radius: 0px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-thIqI86bKW .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-thIqI86bKW .dropdown-item:hover,
.cid-thIqI86bKW .dropdown-item:focus {
  background: #31363b !important;
  color: white !important;
}
.cid-thIqI86bKW .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-thIqI86bKW .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-thIqI86bKW .nav-dropdown .link {
  padding: 0 !important;
  margin: 0.667em 1em !important;
}
.cid-thIqI86bKW .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-thIqI86bKW .container {
  display: flex;
  margin: auto;
}
.cid-thIqI86bKW .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-thIqI86bKW .dropdown-menu,
.cid-thIqI86bKW .navbar.opened {
  background: #ffffff !important;
}
.cid-thIqI86bKW .nav-item:focus,
.cid-thIqI86bKW .nav-link:focus {
  outline: none;
}
.cid-thIqI86bKW .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-thIqI86bKW .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-thIqI86bKW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-thIqI86bKW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-thIqI86bKW .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-thIqI86bKW .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-thIqI86bKW .navbar-short {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff !important;
  transition: all 0.3s;
}
.cid-thIqI86bKW .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-thIqI86bKW .navbar.opened {
  transition: all 0.3s;
}
.cid-thIqI86bKW .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-thIqI86bKW .navbar .navbar-logo img {
  width: auto;
}
.cid-thIqI86bKW .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-thIqI86bKW .navbar.collapsed {
  justify-content: center;
}
.cid-thIqI86bKW .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-thIqI86bKW .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-thIqI86bKW .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.4rem);
  }
}
.cid-thIqI86bKW .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-thIqI86bKW .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-thIqI86bKW .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-thIqI86bKW .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-thIqI86bKW .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-thIqI86bKW .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-thIqI86bKW .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-thIqI86bKW .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-thIqI86bKW .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-thIqI86bKW .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-thIqI86bKW .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-thIqI86bKW .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-thIqI86bKW .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-thIqI86bKW .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-thIqI86bKW .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-thIqI86bKW .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-thIqI86bKW .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-thIqI86bKW .navbar.navbar-short {
  min-height: 60px;
}
.cid-thIqI86bKW .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-thIqI86bKW .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-thIqI86bKW .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-thIqI86bKW .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-thIqI86bKW .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-thIqI86bKW .dropdown-item.active,
.cid-thIqI86bKW .dropdown-item:active {
  background-color: transparent;
}
.cid-thIqI86bKW .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-thIqI86bKW .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-thIqI86bKW .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-thIqI86bKW .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-thIqI86bKW .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-thIqI86bKW .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-thIqI86bKW ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-thIqI86bKW .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-thIqI86bKW button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-thIqI86bKW button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #282b2f;
}
.cid-thIqI86bKW button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-thIqI86bKW button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-thIqI86bKW button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-thIqI86bKW button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-thIqI86bKW nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-thIqI86bKW nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-thIqI86bKW nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-thIqI86bKW nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-thIqI86bKW .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-thIqI86bKW a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-thIqI86bKW .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-thIqI86bKW .navbar {
    height: 70px;
  }
  .cid-thIqI86bKW .navbar.opened {
    height: auto;
  }
  .cid-thIqI86bKW .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-theeW9hHDk {
  padding-top: 8rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/product6a-2-1109x891.png");
  position: relative;
  overflow: hidden;
}
.cid-theeW9hHDk .mbr-fallback-image.disabled {
  display: none;
}
.cid-theeW9hHDk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-theeW9hHDk .row {
  justify-content: center;
}
.cid-theeW9hHDk .title-container {
  max-width: 720px;
  padding: 0;
  margin-bottom: 80px;
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 767px) {
  .cid-theeW9hHDk .title-container {
    margin-bottom: 64px;
  }
}
.cid-theeW9hHDk .mbr-section-title {
  color: #161616;
  margin-bottom: 24px !important;
}
.cid-theeW9hHDk .mbr-section-subtitle {
  color: #161616;
}
.cid-theeW9hHDk .toggle-panel {
  width: 100%;
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}
.cid-theeW9hHDk .card {
  border-bottom: 2px solid #161616;
  border-top: 2px solid #161616;
  margin-bottom: -2px;
  border-radius: 0 !important;
}
.cid-theeW9hHDk .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-theeW9hHDk .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .cid-theeW9hHDk .panel-title {
    align-items: flex-start;
  }
}
.cid-theeW9hHDk .mbr-iconfont {
  padding: 5px;
  font-family: 'Moririse2' !important;
  font-size: 1.3rem !important;
  color: #161616;
  transform: rotate(180deg);
  transition: 0.3s all;
  margin-left: 5px;
}
@media (max-width: 991px) {
  .cid-theeW9hHDk .mbr-iconfont {
    margin-top: 14px;
  }
}
@media (max-width: 565px) {
  .cid-theeW9hHDk .mbr-iconfont {
    margin-top: 10px;
    font-size: 1rem !important;
  }
}
.cid-theeW9hHDk .collapsed .mbr-iconfont {
  transform: rotate(0);
}
.cid-theeW9hHDk .card-header {
  border-bottom: none;
  padding: 24px 0;
}
.cid-theeW9hHDk .panel-body {
  margin-bottom: 24px;
}
.cid-theeW9hHDk .panel-title-edit {
  color: #161616;
}
.cid-theeW9hHDk .panel-text {
  color: #161616;
  margin-bottom: 0;
}
.cid-theeW9hHDk .circle-blur {
  position: absolute;
  bottom: -15%;
  right: 0;
  display: block;
  width: 440px;
  height: 440px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-radius: 500px;
  background-image: linear-gradient(132deg, #ff7448 27%, #ff4848 50%, #6148ff 79%);
  opacity: .97;
  -webkit-filter: blur(64px) blur(64px);
  filter: blur(64px) blur(64px);
}
.cid-tgdbZUL5En {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #31363b;
  overflow: hidden;
}
.cid-tgdbZUL5En .mbr-title {
  color: #bec2cf;
}
.cid-tgdbZUL5En .mbr-text {
  color: #999ca2;
  text-align: left;
}
.cid-tgdbZUL5En .row {
  align-items: center;
}
.cid-thIqUPCplK {
  z-index: 1000;
  width: 100%;
}
.cid-thIqUPCplK .btn {
  padding: 0.3rem 2rem;
}
.cid-thIqUPCplK .nav-link {
  position: relative;
}
.cid-thIqUPCplK .nav-link:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0%;
  transition: all 0.3s;
  background: #31363b;
}
.cid-thIqUPCplK .nav-link:hover:before {
  width: 100%;
}
.cid-thIqUPCplK nav.navbar {
  position: fixed;
}
.cid-thIqUPCplK .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-thIqUPCplK .dropdown-menu {
  padding: 0;
  border-radius: 0px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-thIqUPCplK .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-thIqUPCplK .dropdown-item:hover,
.cid-thIqUPCplK .dropdown-item:focus {
  background: #31363b !important;
  color: white !important;
}
.cid-thIqUPCplK .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-thIqUPCplK .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-thIqUPCplK .nav-dropdown .link {
  padding: 0 !important;
  margin: 0.667em 1em !important;
}
.cid-thIqUPCplK .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-thIqUPCplK .container {
  display: flex;
  margin: auto;
}
.cid-thIqUPCplK .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-thIqUPCplK .dropdown-menu,
.cid-thIqUPCplK .navbar.opened {
  background: #ffffff !important;
}
.cid-thIqUPCplK .nav-item:focus,
.cid-thIqUPCplK .nav-link:focus {
  outline: none;
}
.cid-thIqUPCplK .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-thIqUPCplK .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-thIqUPCplK .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-thIqUPCplK .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-thIqUPCplK .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-thIqUPCplK .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-thIqUPCplK .navbar-short {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff !important;
  transition: all 0.3s;
}
.cid-thIqUPCplK .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-thIqUPCplK .navbar.opened {
  transition: all 0.3s;
}
.cid-thIqUPCplK .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-thIqUPCplK .navbar .navbar-logo img {
  width: auto;
}
.cid-thIqUPCplK .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-thIqUPCplK .navbar.collapsed {
  justify-content: center;
}
.cid-thIqUPCplK .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-thIqUPCplK .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-thIqUPCplK .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.4rem);
  }
}
.cid-thIqUPCplK .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-thIqUPCplK .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-thIqUPCplK .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-thIqUPCplK .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-thIqUPCplK .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-thIqUPCplK .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-thIqUPCplK .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-thIqUPCplK .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-thIqUPCplK .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-thIqUPCplK .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-thIqUPCplK .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-thIqUPCplK .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-thIqUPCplK .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-thIqUPCplK .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-thIqUPCplK .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-thIqUPCplK .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-thIqUPCplK .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-thIqUPCplK .navbar.navbar-short {
  min-height: 60px;
}
.cid-thIqUPCplK .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-thIqUPCplK .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-thIqUPCplK .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-thIqUPCplK .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-thIqUPCplK .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-thIqUPCplK .dropdown-item.active,
.cid-thIqUPCplK .dropdown-item:active {
  background-color: transparent;
}
.cid-thIqUPCplK .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-thIqUPCplK .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-thIqUPCplK .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-thIqUPCplK .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-thIqUPCplK .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-thIqUPCplK .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-thIqUPCplK ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-thIqUPCplK .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-thIqUPCplK button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-thIqUPCplK button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #282b2f;
}
.cid-thIqUPCplK button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-thIqUPCplK button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-thIqUPCplK button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-thIqUPCplK button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-thIqUPCplK nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-thIqUPCplK nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-thIqUPCplK nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-thIqUPCplK nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-thIqUPCplK .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-thIqUPCplK a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-thIqUPCplK .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-thIqUPCplK .navbar {
    height: 70px;
  }
  .cid-thIqUPCplK .navbar.opened {
    height: auto;
  }
  .cid-thIqUPCplK .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-thIlCd8kj2 {
  background-image: url("../../../assets/images/handphoneapp-1698x1001.png");
}
.cid-thIlCd8kj2 .mbr-section-title {
  text-align: left;
  color: #ffffff;
}
.cid-thIlCd8kj2 .mbr-text,
.cid-thIlCd8kj2 .mbr-section-btn {
  text-align: left;
  color: #f2f3f7;
}
.cid-thIlCd8kj2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-thIlCd8kj2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-thImqRPSqz {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-thImqRPSqz nav.navbar {
  position: fixed;
}
.cid-thImqRPSqz .btn {
  line-height: 1.2;
}
.cid-thImqRPSqz .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-thImqRPSqz .nav-link {
  position: relative;
}
.cid-thImqRPSqz .nav-link:before {
  content: '';
  position: absolute;
  transition: all 0.3s;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0%;
  height: 2px;
  background: #35b8fc;
}
.cid-thImqRPSqz .nav-link:hover {
  color: #35b8fc !important;
}
.cid-thImqRPSqz .nav-link:hover:before {
  width: 100%;
}
.cid-thImqRPSqz .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-thImqRPSqz .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-thImqRPSqz .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-thImqRPSqz .dropdown-item:hover,
.cid-thImqRPSqz .dropdown-item:focus {
  background: #31363b !important;
  color: white !important;
}
.cid-thImqRPSqz .dropdown-item:hover span {
  color: white;
}
.cid-thImqRPSqz .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-thImqRPSqz .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-thImqRPSqz .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-thImqRPSqz .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: -0.1rem;
}
.cid-thImqRPSqz .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-thImqRPSqz .container {
    flex-wrap: nowrap;
  }
}
.cid-thImqRPSqz .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-thImqRPSqz .navbar-nav {
  margin: auto;
}
.cid-thImqRPSqz .dropdown-menu,
.cid-thImqRPSqz .navbar.opened {
  background: #ffffff !important;
}
.cid-thImqRPSqz .nav-item:focus,
.cid-thImqRPSqz .nav-link:focus {
  outline: none;
}
.cid-thImqRPSqz .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-thImqRPSqz .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-thImqRPSqz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-thImqRPSqz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-thImqRPSqz .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-thImqRPSqz .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-thImqRPSqz .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-thImqRPSqz .navbar.opened {
  transition: all 0.3s;
}
.cid-thImqRPSqz .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-thImqRPSqz .navbar .navbar-logo img {
  width: auto;
}
.cid-thImqRPSqz .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-thImqRPSqz .navbar.collapsed {
  justify-content: center;
}
.cid-thImqRPSqz .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-thImqRPSqz .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-thImqRPSqz .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.5rem);
  }
}
.cid-thImqRPSqz .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-thImqRPSqz .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-thImqRPSqz .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-thImqRPSqz .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-thImqRPSqz .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-thImqRPSqz .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-thImqRPSqz .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-thImqRPSqz .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-thImqRPSqz .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-thImqRPSqz .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-thImqRPSqz .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-thImqRPSqz .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-thImqRPSqz .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-thImqRPSqz .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-thImqRPSqz .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-thImqRPSqz .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-thImqRPSqz .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-thImqRPSqz .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-thImqRPSqz .navbar.navbar-short {
  min-height: 60px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-thImqRPSqz .navbar.navbar-short .navbar-logo img {
  height: 5rem !important;
}
.cid-thImqRPSqz .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-thImqRPSqz .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-thImqRPSqz .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-thImqRPSqz .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-thImqRPSqz .dropdown-item.active,
.cid-thImqRPSqz .dropdown-item:active {
  background-color: transparent;
}
.cid-thImqRPSqz .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-thImqRPSqz .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-thImqRPSqz .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-thImqRPSqz .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-thImqRPSqz .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-thImqRPSqz .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-thImqRPSqz ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-thImqRPSqz button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-thImqRPSqz button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-thImqRPSqz button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-thImqRPSqz button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-thImqRPSqz button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-thImqRPSqz button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-thImqRPSqz nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-thImqRPSqz nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-thImqRPSqz nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-thImqRPSqz nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-thImqRPSqz .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-thImqRPSqz a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-thImqRPSqz .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-thImqRPSqz .navbar {
    height: 70px;
  }
  .cid-thImqRPSqz .navbar.opened {
    height: auto;
  }
  .cid-thImqRPSqz .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-thImtwvXR9 {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #f2f3f7;
}
.cid-thImtwvXR9 .mbr-iconfont {
  display: block;
  font-size: 4rem;
  color: #ed1c24;
  margin-bottom: 1.5rem;
}
.cid-thImtwvXR9 .col-lg-4,
.cid-thImtwvXR9 .col-12 {
  padding: 0 2rem;
}
.cid-thImtwvXR9 .row {
  margin: 0 -2rem;
  justify-content: center;
}
.cid-thImtwvXR9 .card-wrapper {
  padding: 3rem 2rem;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  border-radius: 3rem;
}
@media (max-width: 767px) {
  .cid-thImtwvXR9 .card-wrapper {
    padding: 4rem 2rem;
  }
}
@media (max-width: 992px) {
  .cid-thImtwvXR9 .card-wrapper {
    margin-bottom: 3rem;
  }
}
.cid-thImtwvXR9 .card-title,
.cid-thImtwvXR9 .iconfont-wrapper {
  color: #31363b;
  text-align: center;
}
.cid-thImtwvXR9 .card-text {
  color: #6c758f;
  text-align: center;
}
.cid-thImtwvXR9 .mbr-section-subtitle {
  color: #6c758f;
}
.cid-thImtwvXR9 .mbr-section-title {
  color: #31363b;
}
.cid-thImvAwxGl {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-thImvAwxGl .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-thImvAwxGl .row {
  flex-direction: row-reverse;
}
.cid-thImvAwxGl img {
  width: 100%;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  border-radius: 3rem;
}
.cid-thImvAwxGl .mbr-fallback-image.disabled {
  display: none;
}
.cid-thImvAwxGl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-thImvAwxGl .mbr-description {
  text-align: left;
}
.cid-thIlOpH66I {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f2f3f7;
}
.cid-thIlOpH66I .mbr-iconfont {
  display: block;
  font-size: 4rem;
  color: #0196e3;
  margin-bottom: 1.5rem;
}
.cid-thIlOpH66I .col-lg-4,
.cid-thIlOpH66I .col-12 {
  padding: 0 2rem;
}
.cid-thIlOpH66I .row {
  margin: 0 -2rem;
  justify-content: center;
}
.cid-thIlOpH66I .card-wrapper {
  padding: 3rem 2rem;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  border-radius: 3rem;
}
@media (max-width: 767px) {
  .cid-thIlOpH66I .card-wrapper {
    padding: 4rem 2rem;
  }
}
@media (max-width: 992px) {
  .cid-thIlOpH66I .card-wrapper {
    margin-bottom: 3rem;
  }
}
.cid-thIlOpH66I .card-title,
.cid-thIlOpH66I .iconfont-wrapper {
  color: #000000;
  text-align: center;
}
.cid-thIlOpH66I .card-text {
  color: #6c758f;
  text-align: center;
}
.cid-thIlOpH66I .mbr-section-subtitle {
  color: #6c758f;
}
.cid-thIlOpH66I .mbr-section-title {
  color: #232323;
}
.cid-thImAiKQgK {
  padding-top: 6rem;
  padding-bottom: 2rem;
  background-color: #31363b;
}
.cid-thImAiKQgK .mbr-text {
  color: #f2f3f7;
}
.cid-thImAiKQgK .mbr-section-subtitle {
  color: #6c758f;
}
.cid-thImAiKQgK .mbr-section-title {
  color: #ffffff;
}
.cid-thIl4C2XNd {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #31363b;
  overflow: hidden;
}
.cid-thIl4C2XNd .mbr-title {
  color: #bec2cf;
}
.cid-thIl4C2XNd .mbr-text {
  color: #999ca2;
  text-align: left;
}
.cid-thIl4C2XNd .row {
  align-items: center;
}
