body {
  font-family: Bai Jamjuree;
}
.display-1 {
  font-family: 'Inter', sans-serif;
  font-size: 4.6rem;
  line-height: 1.2;
  letter-spacing: -0.9px;
}
.display-1 > .mbr-iconfont {
  font-size: 5.75rem;
}
.display-2 {
  font-family: 'Inter', sans-serif;
  font-size: 3rem;
  line-height: 1.2;
  letter-spacing: -0.9px;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'Bai Jamjuree', sans-serif;
  font-size: 1.1rem;
  line-height: 1.867;
}
.display-4 > .mbr-iconfont {
  font-size: 1.375rem;
}
.display-5 {
  font-family: 'Inter', sans-serif;
  font-size: 1.6rem;
  line-height: 1.2;
}
.display-5 > .mbr-iconfont {
  font-size: 2rem;
}
.display-7 {
  font-family: 'Bai Jamjuree', sans-serif;
  font-size: 1.2rem;
  line-height: 1.1;
}
.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.68rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.22rem;
    font-size: calc( 2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.28rem;
    font-size: calc( 1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.21rem + (1.6 - 1.21) * ((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: 11px 35px;
  border-radius: 3px;
}
.btn-sm {
  padding: 15px 35px;
  border-radius: 3px;
}
.btn-md {
  padding: 18px 50px;
  border-radius: 3px;
}
.btn-lg {
  padding: 19px 50px;
  border-radius: 3px;
}
.bg-primary {
  background-color: #161734 !important;
}
.bg-success {
  background-color: #40b0bf !important;
}
.bg-info {
  background-color: #025580 !important;
}
.bg-warning {
  background-color: #ffe161 !important;
}
.bg-danger {
  background-color: #ff9966 !important;
}
.btn-primary {
  box-shadow: 0 15px 30px 0 rgba(22, 23, 52, 0.15);
}
.btn-primary,
.btn-primary:active {
  background-color: #161734 !important;
  border-color: #161734 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #070710 !important;
  border-color: #070710 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #070710 !important;
  border-color: #070710 !important;
}
.btn-primary:before {
  background: #161734;
}
.btn-primary:hover {
  color: #ffffff !important;
  border-color: #161734 !important;
  box-shadow: 0 15px 30px 0 rgba(22, 23, 52, 0.15);
}
.btn-secondary {
  box-shadow: 0 15px 30px 0 rgba(71, 181, 237, 0.15);
}
.btn-secondary,
.btn-secondary:active {
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #19a2e8 !important;
  border-color: #19a2e8 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #19a2e8 !important;
  border-color: #19a2e8 !important;
}
.btn-secondary:before {
  background: #47b5ed;
}
.btn-secondary:hover {
  color: #ffffff !important;
  border-color: #47b5ed !important;
  box-shadow: 0 15px 30px 0 rgba(71, 181, 237, 0.15);
}
.btn-info {
  box-shadow: 0 15px 30px 0 rgba(2, 85, 128, 0.15);
}
.btn-info,
.btn-info:active {
  background-color: #025580 !important;
  border-color: #025580 !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #01344e !important;
  border-color: #01344e !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #01344e !important;
  border-color: #01344e !important;
}
.btn-info:before {
  background: #025580;
}
.btn-info:hover {
  color: #ffffff !important;
  border-color: #025580 !important;
  box-shadow: 0 15px 30px 0 rgba(2, 85, 128, 0.15);
}
.btn-success {
  box-shadow: 0 15px 30px 0 rgba(64, 176, 191, 0.15);
}
.btn-success,
.btn-success:active {
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #338d99 !important;
  border-color: #338d99 !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #338d99 !important;
  border-color: #338d99 !important;
}
.btn-success:before {
  background: #40b0bf;
}
.btn-success:hover {
  color: #ffffff !important;
  border-color: #40b0bf !important;
  box-shadow: 0 15px 30px 0 rgba(64, 176, 191, 0.15);
}
.btn-warning {
  box-shadow: 0 15px 30px 0 rgba(255, 225, 97, 0.15);
}
.btn-warning,
.btn-warning:active {
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
  color: #614f00 !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #2e2500 !important;
  background-color: #ffd72e !important;
  border-color: #ffd72e !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #614f00 !important;
  background-color: #ffd72e !important;
  border-color: #ffd72e !important;
}
.btn-warning:before {
  background: #ffe161;
}
.btn-warning:hover {
  color: #000000 !important;
  border-color: #ffe161 !important;
  box-shadow: 0 15px 30px 0 rgba(255, 225, 97, 0.15);
}
.btn-danger {
  box-shadow: 0 15px 30px 0 rgba(255, 153, 102, 0.15);
}
.btn-danger,
.btn-danger:active {
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #ff7733 !important;
  border-color: #ff7733 !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #ff7733 !important;
  border-color: #ff7733 !important;
}
.btn-danger:before {
  background: #ff9966;
}
.btn-danger:hover {
  color: #000000 !important;
  border-color: #ff9966 !important;
  box-shadow: 0 15px 30px 0 rgba(255, 153, 102, 0.15);
}
.btn-white {
  color: #161734 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: 0 15px 30px 0 rgba(22, 23, 52, 0.15);
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #666666 !important;
  background-color: #e6e6e6 !important;
  border-color: #e6e6e6 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #e6e6e6 !important;
  border-color: #e6e6e6 !important;
}
.btn-white:before {
  background: #161734;
}
.btn-white:hover {
  color: #ffffff !important;
  border-color: #161734 !important;
  background-color: #ffffff !important;
  box-shadow: 0 15px 30px 0 rgba(255, 255, 255, 0.15);
}
.btn-black {
  color: #ffffff !important;
  background-color: #1a1a1a !important;
  border-color: #1a1a1a !important;
  box-shadow: 0 15px 30px 0 rgba(26, 26, 26, 0.15);
}
.btn-black,
.btn-black:active {
  background-color: #1a1a1a !important;
  border-color: #1a1a1a !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-black:before {
  background: #4d4d4d;
}
.btn-black:hover {
  border-color: #4d4d4d !important;
  box-shadow: 0 15px 30px 0 rgba(26, 26, 26, 0.15);
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #161734;
  color: #161734;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff !important;
  background-color: #161734 !important;
  border-color: #161734 !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #161734 !important;
  border-color: #161734 !important;
}
.btn-primary-outline:before {
  background: #161734;
}
.btn-primary-outline:hover {
  color: #ffffff !important;
  background-color: transparent !important;
  box-shadow: 0 15px 30px 0 rgba(22, 23, 52, 0.15);
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #47b5ed;
  color: #47b5ed;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff !important;
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
}
.btn-secondary-outline:before {
  background: #47b5ed;
}
.btn-secondary-outline:hover {
  color: #ffffff !important;
  background-color: transparent !important;
  box-shadow: 0 15px 30px 0 rgba(71, 181, 237, 0.15);
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #025580;
  color: #025580;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff !important;
  background-color: #025580 !important;
  border-color: #025580 !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #025580 !important;
  border-color: #025580 !important;
}
.btn-info-outline:before {
  background: #025580;
}
.btn-info-outline:hover {
  color: #ffffff !important;
  background-color: transparent !important;
  box-shadow: 0 15px 30px 0 rgba(2, 85, 128, 0.15);
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #40b0bf;
  color: #40b0bf;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ffffff !important;
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
}
.btn-success-outline:before {
  background: #40b0bf;
}
.btn-success-outline:hover {
  color: #ffffff !important;
  background-color: transparent !important;
  box-shadow: 0 15px 30px 0 rgba(64, 176, 191, 0.15);
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #ffe161;
  color: #ffe161;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #614f00 !important;
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #614f00 !important;
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
}
.btn-warning-outline:before {
  background: #ffe161;
}
.btn-warning-outline:hover {
  color: #000000 !important;
  background-color: transparent !important;
  box-shadow: 0 15px 30px 0 rgba(255, 225, 97, 0.15);
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #ff9966;
  color: #ff9966;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff !important;
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
}
.btn-danger-outline:before {
  background: #ff9966;
}
.btn-danger-outline:hover {
  color: #000000 !important;
  background-color: transparent !important;
  box-shadow: 0 15px 30px 0 rgba(255, 153, 102, 0.15);
}
.btn-black-outline {
  border-color: #1a1a1a !important;
}
.btn-black-outline,
.btn-black-outline:active,
.btn-black-outline.active {
  background-color: transparent;
  border-color: transparent;
  color: #1a1a1a;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus {
  color: #ffffff;
  background-color: transparent !important;
  box-shadow: 0 15px 30px 0 rgba(26, 26, 26, 0.15);
}
.btn-black-outline:before {
  background: #4d4d4d;
}
.btn-white-outline {
  color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background-color: transparent;
  border-color: transparent;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #161734 !important;
  border-color: #ffffff !important;
  background-color: transparent !important;
  box-shadow: 0 15px 30px 0 rgba(255, 255, 255, 0.15);
}
.btn-white-outline:before {
  background: #ffffff;
}
.text-primary {
  color: #161734 !important;
}
.text-secondary {
  color: #47b5ed !important;
}
.text-success {
  color: #40b0bf !important;
}
.text-info {
  color: #025580 !important;
}
.text-warning {
  color: #ffe161 !important;
}
.text-danger {
  color: #ff9966 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #1a1a1a !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #000000 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #1283bc !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #266a73 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #00121c !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #facb00 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #ff5500 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #cccccc !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
.nav-tabs .nav-link.active {
  color: #161734;
}
.nav-tabs .nav-link:not(.active) {
  color: #1a1a1a;
}
.alert-success {
  background-color: #40A50B;
}
.alert-info {
  background-color: #025580;
}
.alert-warning {
  background-color: #ffe161;
}
.alert-danger {
  background-color: #ff9966;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 45px;
}
.mbr-gallery-filter li a {
  border-radius: 45px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #161734;
  border-color: #161734;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 45px !important;
}
a,
a:hover {
  color: #161734;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #6e71c2;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #a0d8df;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #06a8fb;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
#scrollToTop a {
  border-radius: 45px;
}
.form-control {
  font-family: 'Bai Jamjuree', sans-serif;
  font-size: 1.1rem;
  line-height: 1.867;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.375rem;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Bai Jamjuree', sans-serif;
  font-size: 1.1rem;
  line-height: 1.867;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.375rem;
}
blockquote {
  border-color: #161734;
}
/* Forms */
.mbr-form .input-group-btn .btn {
  border-radius: 45px !important;
}
.mbr-form .mbr-section-btn button[type="submit"] {
  border-radius: 45px !important;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #161734;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #161734;
}
.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: #161734;
  border-bottom-color: #161734;
}
.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: #161734 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #47b5ed !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='%23161734' %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.btn-white {
  color: #161734 !important;
}
.mbr-arrow-up {
  height: 40px;
  width: 40px;
  border-radius: 50%;
  box-shadow: 0px 10px 33.25px 1.75px rgba(0, 27, 103, 0.35);
}
.mbr-arrow-up a {
  background: rgba(22, 23, 52, 0.6);
}
.mbr-arrow-up a:hover {
  background: #161734;
}
.cid-tmN7iqHNOP {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/image2-1126x642.png");
}
.cid-tmN7iqHNOP .mbr-section-title {
  color: #000000;
}
.cid-tmN7iqHNOP .mbr-text,
.cid-tmN7iqHNOP .mbr-section-btn {
  color: #ffffff;
}
.cid-tmN7iqHNOP .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tmN7iqHNOP .mbr-text2 {
  border-top: 2px solid #000000;
  padding-top: 4rem;
}
.cid-tmN7iqHNOP .mbr-text2,
.cid-tmN7iqHNOP .mbr-section-btn {
  color: #ffffff;
}
.cid-tmN7iqHNOP .mbr-fallback-image.disabled {
  display: none;
}
.cid-tmN7iqHNOP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-sdunoq0AX3 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sdunoq0AX3 nav.navbar {
  position: fixed;
}
.cid-sdunoq0AX3 .mbr-iconfont {
  padding: 0 1rem;
}
.cid-sdunoq0AX3 .wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-sdunoq0AX3 .wrapper {
    flex-direction: column;
  }
}
.cid-sdunoq0AX3 .nav-link {
  position: relative;
}
.cid-sdunoq0AX3 .nav-link:hover {
  color: #161734 !important;
}
.cid-sdunoq0AX3 .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-sdunoq0AX3 .dropdown-menu {
  padding: 1rem 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #47b5ed !important;
}
.cid-sdunoq0AX3 .dropdown-item:hover,
.cid-sdunoq0AX3 .dropdown-item:focus {
  color: #161734 !important;
}
.cid-sdunoq0AX3 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sdunoq0AX3 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sdunoq0AX3 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-sdunoq0AX3 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sdunoq0AX3 .container {
  display: flex;
  margin: auto;
}
.cid-sdunoq0AX3 .iconfont-wrapper {
  color: #025580 !important;
  font-size: 1.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: color 0.2s;
}
.cid-sdunoq0AX3 .iconfont-wrapper:hover {
  color: #ffffff !important;
}
.cid-sdunoq0AX3 .nav-item:focus,
.cid-sdunoq0AX3 .nav-link:focus {
  outline: none;
}
.cid-sdunoq0AX3 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sdunoq0AX3 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sdunoq0AX3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: .5rem;
  vertical-align: sub;
}
.cid-sdunoq0AX3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sdunoq0AX3 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sdunoq0AX3 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sdunoq0AX3 .navbar-short {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sdunoq0AX3 .navbar {
  min-height: 70px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: #f9f9f9;
}
.cid-sdunoq0AX3 .navbar.opened {
  transition: all .3s;
}
.cid-sdunoq0AX3 .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-sdunoq0AX3 .navbar .navbar-logo img {
  width: auto;
}
.cid-sdunoq0AX3 .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-sdunoq0AX3 .navbar.collapsed {
  justify-content: center;
}
.cid-sdunoq0AX3 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sdunoq0AX3 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sdunoq0AX3 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sdunoq0AX3 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sdunoq0AX3 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sdunoq0AX3 .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-sdunoq0AX3 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sdunoq0AX3 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-sdunoq0AX3 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sdunoq0AX3 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sdunoq0AX3 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sdunoq0AX3 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sdunoq0AX3 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sdunoq0AX3 .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-sdunoq0AX3 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sdunoq0AX3 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sdunoq0AX3 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sdunoq0AX3 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-sdunoq0AX3 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sdunoq0AX3 .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sdunoq0AX3 .navbar.navbar-short {
  min-height: 60px;
}
.cid-sdunoq0AX3 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sdunoq0AX3 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
}
.cid-sdunoq0AX3 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding-right: 2rem;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sdunoq0AX3 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sdunoq0AX3 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sdunoq0AX3 .dropdown-item.active,
.cid-sdunoq0AX3 .dropdown-item:active {
  background-color: transparent;
}
.cid-sdunoq0AX3 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sdunoq0AX3 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sdunoq0AX3 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sdunoq0AX3 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f9f9f9;
}
.cid-sdunoq0AX3 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sdunoq0AX3 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sdunoq0AX3 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sdunoq0AX3 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sdunoq0AX3 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-sdunoq0AX3 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #025580;
}
.cid-sdunoq0AX3 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sdunoq0AX3 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sdunoq0AX3 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sdunoq0AX3 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sdunoq0AX3 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sdunoq0AX3 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sdunoq0AX3 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sdunoq0AX3 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sdunoq0AX3 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sdunoq0AX3 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sdunoq0AX3 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sdunoq0AX3 .navbar {
    height: 70px;
  }
  .cid-sdunoq0AX3 .navbar.opened {
    height: auto;
  }
  .cid-sdunoq0AX3 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sdunqZbinH {
  background-image: url("../../../assets/images/mbr-1920x1376.png");
}
.cid-sdunqZbinH .animate__fadeInUp:before {
  background: #025580;
}
.cid-sdunqZbinH .text-wrapper {
  z-index: 11;
}
.cid-sdunqZbinH .wrapper {
  display: flex;
  flex-direction: column;
}
.cid-sdunqZbinH .animate__fadeInUp:before {
  background: "file:///Users/sachinverma/Library/Application%20Support/Mobirise.com/Mobirise/projects/project-2022-11-10_230153/assets/images/mbr-1920x1376.png";
}
.cid-sdunqZbinH .mbr-iconfont {
  display: block;
  font-size: 3rem;
  color: #161734;
  margin-right: 0rem;
  margin-bottom: 2rem;
}
.cid-sdunqZbinH .iconfont-wrapper {
  margin: auto;
}
.cid-sdunqZbinH .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-sdunqZbinH .mbr-text,
.cid-sdunqZbinH .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-tmMSU1mZHd {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background18.jpg");
}
.cid-tmMSU1mZHd .mbr-section-title {
  line-height: 1.3;
}
.cid-tmMSU1mZHd .mbr-text {
  font-weight: 300;
  line-height: 1.4;
}
.cid-tmMSU1mZHd .content-card {
  border-radius: 10px;
  background-color: #ffffff;
  padding: 6.24rem 8.76rem;
  border: 1px solid #025580;
  margin: 0.1px;
}
@media (max-width: 768px) {
  .cid-tmMSU1mZHd .content-card {
    padding: 2.5rem 1rem;
  }
}
@media (max-width: 992px) {
  .cid-tmMSU1mZHd .content-card {
    text-align: center;
  }
}
.cid-tmMSU1mZHd .container-link {
  border-radius: 100%;
  width: 18.5rem;
  height: 18.5rem;
  color: #fff;
  background-color: #025580;
  text-transform: uppercase;
  transition: background-color 200ms cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 200ms cubic-bezier(0.645, 0.045, 0.355, 1);
  font-weight: 500;
}
@media (max-width: 992px) {
  .cid-tmMSU1mZHd .container-link {
    margin: 0 auto;
  }
}
@media (max-width: 460px) {
  .cid-tmMSU1mZHd .container-link {
    width: 15rem;
    height: 15rem;
  }
}
.cid-tmMSU1mZHd .container-link:hover {
  background-image: none;
  transform: scale(1.1);
}
.cid-tmMSU1mZHd .button-text {
  margin-bottom: 3.16rem;
}
.cid-tmMSU1mZHd .mobi-mbri-download {
  position: relative;
  top: 2.5rem;
  font-size: 23px;
}
.cid-tmMSU1mZHd .mbr-iconfont {
  color: #ffffff;
}
.cid-tmMQNgPjIK {
  overflow: hidden;
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-tmMQNgPjIK .title_block {
  margin-bottom: 80px;
}
.cid-tmMQNgPjIK .mbr-section-subtitle {
  margin-bottom: 16px;
  color: #ff6b00;
  letter-spacing: 1.6px;
  line-height: 1;
  font-weight: 600;
}
.cid-tmMQNgPjIK .mbr-section-title {
  color: #025580;
}
.cid-tmMQNgPjIK .image {
  position: relative;
}
.cid-tmMQNgPjIK .image img {
  width: 100%;
  max-height: 600px;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-tmMQNgPjIK .image {
    left: -32px;
  }
}
.cid-tmMQNgPjIK .card_icon {
  margin-bottom: 30px;
}
.cid-tmMQNgPjIK .iconfont-wrapper {
  z-index: 1;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  text-align: center;
  display: inline-block;
  position: relative;
}
.cid-tmMQNgPjIK .iconfont-wrapper .mbr-iconfont {
  color: #ffffff;
  font-size: 32px;
  line-height: 80px;
}
.cid-tmMQNgPjIK .row .item {
  margin: auto;
}
.cid-tmMQNgPjIK .row .item:nth-child(1) .iconfont-wrapper {
  box-shadow: 0px 10px 30px 0px rgba(255, 153, 102, 0.4);
  background-image: linear-gradient(-27deg, #ff9966 0%, #ffddcc 100%);
}
.cid-tmMQNgPjIK .row .item:nth-child(2) .iconfont-wrapper {
  box-shadow: 0px 10px 30px 0px rgba(64, 176, 191, 0.4);
  background-image: linear-gradient(-27deg, #40b0bf 0%, #8cd0d9 100%);
}
.cid-tmMQNgPjIK .row .item:nth-child(3) .iconfont-wrapper {
  box-shadow: 0px 10px 30px 0px rgba(255, 225, 97, 0.4);
  background-image: linear-gradient(-27deg, #ffe161 0%, #fff4c7 100%);
}
.cid-tmMQNgPjIK .row .item:nth-child(4) .iconfont-wrapper {
  box-shadow: 0px 10px 30px 0px rgba(22, 23, 52, 0.4);
  background-image: linear-gradient(-27deg, #161734 0%, #34377c 100%);
}
.cid-tmMQNgPjIK .card-title {
  margin-bottom: 24px;
  line-height: 1;
  color: #47b5ed;
}
.cid-tmMQNgPjIK .card-text {
  margin-bottom: 0;
}
.cid-tmMQNgPjIK .card_wrapper {
  margin-bottom: 45px;
}
@media (min-width: 992px) {
  .cid-tmMQNgPjIK .card_wrapper {
    max-width: 360px;
  }
}
@media (max-width: 991px) {
  .cid-tmMQNgPjIK .image {
    margin-bottom: 35px;
  }
  .cid-tmMQNgPjIK .title_block,
  .cid-tmMQNgPjIK .card_wrapper {
    text-align: center;
    margin-bottom: 30px;
  }
  .cid-tmMQNgPjIK .card_icon {
    margin-bottom: 25px;
  }
  .cid-tmMQNgPjIK .card-title {
    margin-bottom: 16px;
  }
}
.cid-tmMQNgPjIK .card-title,
.cid-tmMQNgPjIK .card_icon {
  color: #025580;
}
.cid-tmMS9Ylusv {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/mbr-1920x1273.jpg");
}
.cid-tmMS9Ylusv p {
  margin: 0;
}
.cid-tmMS9Ylusv ul {
  list-style-type: none;
  padding: 0;
}
.cid-tmMS9Ylusv .list {
  display: flex;
  flex-direction: column;
}
.cid-tmMS9Ylusv .list .list-item {
  display: flex;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-tmMS9Ylusv .list .list-item {
    flex-direction: column;
  }
}
.cid-tmMS9Ylusv .mbr-number {
  color: #58d0ff;
  margin-right: 2rem;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .cid-tmMS9Ylusv .mbr-number {
    margin-right: 0;
    margin-bottom: 1rem;
  }
}
.cid-tmMS9Ylusv .line {
  width: 2px;
  background-color: #ffffff;
  margin-right: 3rem;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .cid-tmMS9Ylusv .line {
    width: 100%;
    height: 2px;
    margin-right: 0;
    margin-bottom: 2rem;
  }
}
.cid-tmMS9Ylusv .mbr-section-title {
  color: #58d0ff;
  margin-bottom: 2rem;
}
.cid-tmMS9Ylusv .mbr-text {
  color: #ffffff;
}
.cid-tmN3M5XGI2 {
  padding-top: 8rem;
  padding-bottom: 6rem;
  background-color: #f9f9f9;
}
.cid-tmN3M5XGI2 .mbr-section-title {
  border-bottom: 2px solid currentColor;
  padding-bottom: 2rem;
}
.cid-tmN3M5XGI2 .row-bg {
  align-items: center;
  background: #eeeeee;
  transition: all 0.3s;
  padding: 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-tmN3M5XGI2 .row-bg {
    padding: 1rem 0;
  }
}
.cid-tmN3M5XGI2 .row-bg:hover {
  box-shadow: 0 50px 50px -25px rgba(0, 0, 0, 0.3);
  transform: rotate(-2deg) scale(1.03);
}
@media (max-width: 991px) {
  .cid-tmN3M5XGI2 .image-wrapper {
    padding: 0 1rem;
  }
}
.cid-tmN3M5XGI2 img {
  border-radius: 1rem;
}
.cid-tmN3M5XGI2 .mbr-text,
.cid-tmN3M5XGI2 .mbr-section-btn {
  color: #353535;
}
.cid-tmN3M5XGI2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tmN3M5XGI2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tmN437lNCN {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tmN437lNCN .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-tmN437lNCN .signup_wrap {
  padding: 60px 0px;
  background-color: #ffffff;
  box-shadow: 0px 30px 60px 0px rgba(38, 59, 94, 0.1);
}
.cid-tmN437lNCN .title_block {
  padding: 0px 65px;
  height: 100%;
  margin-right: -15px;
  border-right: 1px solid #e0e5ff;
}
.cid-tmN437lNCN .mbr-section-title {
  color: #47b5ed;
  margin-bottom: 60px;
}
.cid-tmN437lNCN .mbr-section-subtitle {
  color: #47b5ed;
  margin-bottom: 35px;
}
.cid-tmN437lNCN .card_body {
  margin-bottom: 40px;
}
.cid-tmN437lNCN .card_body .list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-tmN437lNCN .card_body .list li {
  margin-bottom: 15px;
}
.cid-tmN437lNCN .card_body .list li:last-child {
  margin-bottom: 0;
}
.cid-tmN437lNCN .card_body .mbr-iconfont {
  margin-right: 20px;
  color: #161734;
  font-size: inherit;
}
.cid-tmN437lNCN .form_title {
  margin-bottom: 40px;
  margin-left: 15px;
  color: #47b5ed;
}
.cid-tmN437lNCN .form_wrap {
  padding: 0px 65px;
}
.cid-tmN437lNCN .form-group {
  margin-bottom: 30px;
}
.cid-tmN437lNCN .form-control-label {
  margin-bottom: 18px;
  color: #47b5ed;
  font-weight: 700;
}
.cid-tmN437lNCN input.form-control {
  height: 60px;
  padding: 0px 30px;
  border-radius: 45px;
  width: 100%;
  box-shadow: none;
  border: 1px solid #e0e5ff !important;
  background-color: #ffffff;
}
.cid-tmN437lNCN form.mbr-form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-tmN437lNCN form.mbr-form .mbr-section-btn .btn {
  line-height: 31.5px !important;
  width: 100%;
}
.cid-tmN437lNCN textarea,
.cid-tmN437lNCN .jqselect {
  border: 1px solid #e0e5ff !important;
}
@media (max-width: 991px) {
  .cid-tmN437lNCN .signup_wrap {
    padding: 50px 0;
  }
  .cid-tmN437lNCN .form_wrap,
  .cid-tmN437lNCN .title_block {
    padding: 0px 45px;
  }
  .cid-tmN437lNCN .mbr-section-title {
    margin-bottom: 40px;
  }
  .cid-tmN437lNCN .mbr-section-subtitle {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .cid-tmN437lNCN .signup_wrap {
    padding: 15px 30px;
  }
  .cid-tmN437lNCN .title_block {
    margin: 0;
    margin-bottom: 50px;
    border-right: 0;
  }
  .cid-tmN437lNCN .form_wrap,
  .cid-tmN437lNCN .title_block {
    padding: 0;
  }
}
@media (max-width: 567px) {
  .cid-tmN437lNCN .signup_wrap {
    padding: 0;
    box-shadow: none;
  }
}
.cid-sdupLvuECm {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #ffffff;
}
.cid-sdupLvuECm .google-map {
  poistion: relative;
  height: 30rem;
  position: relative;
}
.cid-sdupLvuECm .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-sdupLvuECm .google-map [data-state-details] {
  color: #6b6763;
  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-sdupLvuECm .google-map[data-state] {
  background: #e9e5dc;
}
.cid-sdupLvuECm .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-sdupLvuECm .google-map:before {
  position: absolute;
  width: 100%;
  height: 100%;
  content: '';
  left: 0;
  top: 0;
  background: #ffffff;
  opacity: 0.5;
  pointer-events: none;
}
.cid-tmN3saY6PU {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tmN3saY6PU .card-subtitle {
  text-align: left;
  margin-left: -15px;
  color: #8c8c95;
}
.cid-tmN3saY6PU .shadow {
  border-radius: 34px;
  box-shadow: 0 5px 12px 0 rgba(20, 20, 43, 0.05) !important;
  overflow: visible;
  padding: 48px 42px 38px;
  border: 1px solid #eff0f6;
}
.cid-tmN3saY6PU .iconfont-wrapper {
  text-align: left;
  margin-bottom: 16px;
}
.cid-tmN3saY6PU .card-text {
  margin-bottom: 16px;
  text-align: left;
  color: #8c8c95;
}
.cid-tmN3saY6PU .button-align {
  margin-top: 36px;
  text-align: center;
}
.cid-tmN3saY6PU .mbr-section-btn {
  width: auto;
  display: inline-block;
}
.cid-tmN3saY6PU img {
  border-radius: 10%;
  height: 65px;
  width: auto;
  margin: 0;
}
.cid-tmN3saY6PU .mbr-iconfont::before {
  font-size: 25px;
}
.cid-tmN3saY6PU .card-title {
  margin-bottom: 4px;
  padding: 0;
  margin-left: -15px;
}
.cid-tmN3saY6PU .col-12.col-md-6.col-lg-4 {
  margin-top: 30px;
}
.cid-tmN3saY6PU .col-12.col-md-6.col-lg-4:nth-child(1) {
  margin-top: 0px;
}
.cid-tmN3saY6PU .col-12.col-md-6.col-lg-4:nth-child(2) {
  margin-top: 0px;
}
.cid-tmN3saY6PU .col-12.col-md-6.col-lg-4:nth-child(3) {
  margin-top: 0px;
}
@media (max-width: 992px) {
  .cid-tmN3saY6PU .col-12.col-md-6.col-lg-4:nth-child(3) {
    margin-top: 30px;
  }
}
@media (max-width: 768px) {
  .cid-tmN3saY6PU .col-12.col-md-6.col-lg-4:nth-child(2) {
    margin-top: 30px;
  }
}
.cid-tmN3saY6PU .align {
  display: flex;
  align-items: center;
}
.cid-tmN3saY6PU .mbr-section-title {
  margin-bottom: 56px;
  color: #14142b;
}
.cid-tmN3saY6PU .btn {
  margin-top: 20px;
}
@media (max-width: 767px) {
  .cid-tmN3saY6PU .shadow {
    padding: 40px 40px 32px;
  }
}
@media (max-width: 479px) {
  .cid-tmN3saY6PU .shadow {
    padding: 33px 25px 28px;
  }
}
.cid-tmN09FPdeE {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tmN09FPdeE .mbr-overlay {
  z-index: 1;
}
.cid-tmN09FPdeE .main-container {
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid #7F8678;
  border-top: 1px solid #7F8678;
  margin-top: -1px;
  position: relative;
  z-index: 2;
}
.cid-tmN09FPdeE .item-img {
  margin-bottom: 20px;
  overflow: hidden;
}
.cid-tmN09FPdeE .item-img img {
  object-fit: cover;
  height: auto;
  transition: 1.16s;
  transform: scale(0.9);
  transform-origin: 100% 50%;
  width: 100%;
  transform-style: preserve-3d;
}
.cid-tmN09FPdeE .item-img:hover img {
  transform: scale(1);
}
.cid-tmN09FPdeE .item-title {
  line-height: 1.25em;
}
.cid-tmN09FPdeE .mbr-section-title {
  line-height: 1.25em;
}
.cid-tmN09FPdeE .card-container {
  display: flex;
}
@media (max-width: 767px) {
  .cid-tmN09FPdeE .card-container {
    flex-wrap: wrap;
  }
}
.cid-tmN09FPdeE .card-container:first-child {
  border-bottom: 1px solid #7F8678;
}
@media (min-width: 992px) {
  .cid-tmN09FPdeE .card-container:first-child {
    border-bottom: none;
    border-right: 1px solid #7F8678;
  }
}
.cid-tmN09FPdeE .card {
  padding: 60px 60px 23px;
  border-radius: 0;
}
@media (max-width: 575px) {
  .cid-tmN09FPdeE .card {
    padding: 35px 35px 23px;
  }
}
.cid-tmN09FPdeE .card:first-child {
  border-bottom: 1px solid #7F8678;
}
@media (min-width: 768px) {
  .cid-tmN09FPdeE .card:first-child {
    border-right: 1px solid #7F8678;
    border-bottom: none;
  }
}
.cid-tmN09FPdeE .data-item {
  display: flex;
  align-items: center;
}
.cid-tmN09FPdeE .data-item .iconfont-wrapper {
  margin-right: 10px;
}
.cid-tmN09FPdeE .link-wrap {
  margin: 30px 0 6px;
}
.cid-tmN09FPdeE .text-art {
  flex-grow: 1;
}
.cid-tnaw1wbncs {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f9f9f9;
}
.cid-tnaw1wbncs .list {
  list-style: none;
  padding-left: 0;
  font-weight: 300;
  color: #025580;
}
@media (max-width: 991px) {
  .cid-tnaw1wbncs .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tnaw1wbncs .list {
    margin-bottom: 0rem;
  }
}
@media (max-width: 576px) {
  .cid-tnaw1wbncs .list {
    margin-bottom: 30px;
  }
}
.cid-tnaw1wbncs .item-wrap {
  margin-bottom: 15px;
}
@media (max-width: 576px) {
  .cid-tnaw1wbncs .item-wrap {
    margin-bottom: 0;
  }
}
@media (max-width: 991px) {
  .cid-tnaw1wbncs div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-tnaw1wbncs .copyright {
  color: #868c90;
}
.cid-tnaw1wbncs .mbr-section-subtitle {
  color: #025580;
}
@media (max-width: 576px) {
  .cid-tnaw1wbncs .mbr-section-subtitle {
    margin-bottom: 10px;
  }
}
.cid-tnaw1wbncs .footer {
  padding-top: 66px;
  padding-bottom: 50px;
  border-top: 1px solid #868c90;
  border-bottom: 1px solid #868c90;
}
@media (max-width: 768px) {
  .cid-tnaw1wbncs .footer {
    padding-top: 48px;
    padding-bottom: 36px;
  }
}
@media (max-width: 767px) {
  .cid-tnaw1wbncs .footer {
    text-align: center !important;
  }
}
@media (max-width: 576px) {
  .cid-tnaw1wbncs .footer-logo {
    margin: 0 auto;
  }
}
.cid-sdunoq0AX3 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sdunoq0AX3 nav.navbar {
  position: fixed;
}
.cid-sdunoq0AX3 .mbr-iconfont {
  padding: 0 1rem;
}
.cid-sdunoq0AX3 .wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-sdunoq0AX3 .wrapper {
    flex-direction: column;
  }
}
.cid-sdunoq0AX3 .nav-link {
  position: relative;
}
.cid-sdunoq0AX3 .nav-link:hover {
  color: #161734 !important;
}
.cid-sdunoq0AX3 .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-sdunoq0AX3 .dropdown-menu {
  padding: 1rem 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #47b5ed !important;
}
.cid-sdunoq0AX3 .dropdown-item:hover,
.cid-sdunoq0AX3 .dropdown-item:focus {
  color: #161734 !important;
}
.cid-sdunoq0AX3 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sdunoq0AX3 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sdunoq0AX3 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-sdunoq0AX3 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sdunoq0AX3 .container {
  display: flex;
  margin: auto;
}
.cid-sdunoq0AX3 .iconfont-wrapper {
  color: #025580 !important;
  font-size: 1.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: color 0.2s;
}
.cid-sdunoq0AX3 .iconfont-wrapper:hover {
  color: #ffffff !important;
}
.cid-sdunoq0AX3 .nav-item:focus,
.cid-sdunoq0AX3 .nav-link:focus {
  outline: none;
}
.cid-sdunoq0AX3 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sdunoq0AX3 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sdunoq0AX3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: .5rem;
  vertical-align: sub;
}
.cid-sdunoq0AX3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sdunoq0AX3 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sdunoq0AX3 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sdunoq0AX3 .navbar-short {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sdunoq0AX3 .navbar {
  min-height: 70px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-sdunoq0AX3 .navbar.opened {
  transition: all .3s;
}
.cid-sdunoq0AX3 .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-sdunoq0AX3 .navbar .navbar-logo img {
  width: auto;
}
.cid-sdunoq0AX3 .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-sdunoq0AX3 .navbar.collapsed {
  justify-content: center;
}
.cid-sdunoq0AX3 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sdunoq0AX3 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sdunoq0AX3 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sdunoq0AX3 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sdunoq0AX3 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sdunoq0AX3 .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-sdunoq0AX3 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sdunoq0AX3 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-sdunoq0AX3 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sdunoq0AX3 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sdunoq0AX3 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sdunoq0AX3 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sdunoq0AX3 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sdunoq0AX3 .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-sdunoq0AX3 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sdunoq0AX3 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sdunoq0AX3 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sdunoq0AX3 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-sdunoq0AX3 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sdunoq0AX3 .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sdunoq0AX3 .navbar.navbar-short {
  min-height: 60px;
}
.cid-sdunoq0AX3 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sdunoq0AX3 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
}
.cid-sdunoq0AX3 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding-right: 2rem;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sdunoq0AX3 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sdunoq0AX3 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sdunoq0AX3 .dropdown-item.active,
.cid-sdunoq0AX3 .dropdown-item:active {
  background-color: transparent;
}
.cid-sdunoq0AX3 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sdunoq0AX3 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sdunoq0AX3 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sdunoq0AX3 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sdunoq0AX3 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sdunoq0AX3 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sdunoq0AX3 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sdunoq0AX3 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sdunoq0AX3 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-sdunoq0AX3 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #025580;
}
.cid-sdunoq0AX3 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sdunoq0AX3 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sdunoq0AX3 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sdunoq0AX3 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sdunoq0AX3 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sdunoq0AX3 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sdunoq0AX3 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sdunoq0AX3 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sdunoq0AX3 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sdunoq0AX3 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sdunoq0AX3 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sdunoq0AX3 .navbar {
    height: 70px;
  }
  .cid-sdunoq0AX3 .navbar.opened {
    height: auto;
  }
  .cid-sdunoq0AX3 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tn4cjSBtE4 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tn4cjSBtE4 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tn4cjSBtE4 .card-title {
  margin-bottom: 26px;
  color: #47b5ed;
}
.cid-tn4cjSBtE4 .mbr-text {
  margin-bottom: 30px;
}
.cid-tn4cjSBtE4 .iconfont-wrapper {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  display: inline-block;
  text-align: center;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
  box-shadow: 0px 14px 30px 0px rgba(107, 61, 240, 0.4);
  background-image: linear-gradient(40deg, #6b3df0 0%, #b39cf7 100%);
}
.cid-tn4cjSBtE4 .iconfont-wrapper .mbr-iconfont {
  color: #ffffff;
  font-size: 42px;
  line-height: 80px;
}
.cid-tn4cjSBtE4 .btn_link {
  display: block;
  margin-bottom: 0;
  position: relative;
  font-weight: 700;
}
.cid-tn4cjSBtE4 .btn_link span {
  display: inline-block;
  margin-left: .25rem;
  font-size: 16px;
  vertical-align: middle;
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-tn4cjSBtE4 .btn_link:hover {
  cursor: pointer;
}
.cid-tn4cjSBtE4 .btn_link:hover a {
  color: #161734 !important;
}
.cid-tn4cjSBtE4 .btn_link:hover span {
  transform: translatex(5px);
}
@media (min-width: 992px) {
  .cid-tn4cjSBtE4 .text-wrapper {
    padding-right: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tn4cjSBtE4 .text-wrapper {
    text-align: center;
  }
  .cid-tn4cjSBtE4 .image-wrapper {
    margin-bottom: 40px;
  }
  .cid-tn4cjSBtE4 .mbr-text {
    margin-bottom: 20px;
  }
  .cid-tn4cjSBtE4 .iconfont-wrapper {
    margin-bottom: 20px;
  }
}
.cid-tn4ckn6KCU {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tn4ckn6KCU .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tn4ckn6KCU .card-title {
  margin-bottom: 26px;
  color: #47b5ed;
}
.cid-tn4ckn6KCU .mbr-text {
  margin-bottom: 30px;
}
.cid-tn4ckn6KCU .iconfont-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
  display: inline-block;
  text-align: center;
  width: 70px;
  height: 70px;
}
.cid-tn4ckn6KCU .iconfont-wrapper svg {
  position: absolute;
  top: -20px;
  left: -28px;
}
.cid-tn4ckn6KCU .iconfont-wrapper svg #grad_1 {
  stop-color: #6b3df0;
}
.cid-tn4ckn6KCU .iconfont-wrapper svg #grad_2 {
  stop-color: #b39cf7;
}
.cid-tn4ckn6KCU .iconfont-wrapper svg #blur_svg {
  flood-color: #6b3df0;
}
.cid-tn4ckn6KCU .iconfont-wrapper .mbr-iconfont {
  color: #ffffff;
  font-size: 38px;
  line-height: 73px;
  position: absolute;
  top: 0;
  left: 14px;
  z-index: 5;
}
@media (min-width: 992px) {
  .cid-tn4ckn6KCU .text-wrapper {
    padding-right: 0;
    padding-left: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tn4ckn6KCU .text-wrapper {
    text-align: center;
  }
  .cid-tn4ckn6KCU .image-wrapper {
    margin-bottom: 40px;
  }
  .cid-tn4ckn6KCU .mbr-text {
    margin-bottom: 20px;
  }
  .cid-tn4ckn6KCU .iconfont-wrapper {
    margin-bottom: 20px;
  }
}
.cid-tn4cl2jCfH {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tn4cl2jCfH .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tn4cl2jCfH .card-title {
  margin-bottom: 26px;
  color: #47b5ed;
}
.cid-tn4cl2jCfH .mbr-text {
  margin-bottom: 30px;
}
.cid-tn4cl2jCfH .iconfont-wrapper {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  display: inline-block;
  text-align: center;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
  box-shadow: 0px 14px 30px 0px rgba(107, 61, 240, 0.4);
  background-image: linear-gradient(40deg, #6b3df0 0%, #b39cf7 100%);
}
.cid-tn4cl2jCfH .iconfont-wrapper .mbr-iconfont {
  color: #ffffff;
  font-size: 42px;
  line-height: 80px;
}
.cid-tn4cl2jCfH .btn_link {
  display: block;
  margin-bottom: 0;
  position: relative;
  font-weight: 700;
}
.cid-tn4cl2jCfH .btn_link span {
  display: inline-block;
  margin-left: .25rem;
  font-size: 16px;
  vertical-align: middle;
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-tn4cl2jCfH .btn_link:hover {
  cursor: pointer;
}
.cid-tn4cl2jCfH .btn_link:hover a {
  color: #161734 !important;
}
.cid-tn4cl2jCfH .btn_link:hover span {
  transform: translatex(5px);
}
@media (min-width: 992px) {
  .cid-tn4cl2jCfH .text-wrapper {
    padding-right: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tn4cl2jCfH .text-wrapper {
    text-align: center;
  }
  .cid-tn4cl2jCfH .image-wrapper {
    margin-bottom: 40px;
  }
  .cid-tn4cl2jCfH .mbr-text {
    margin-bottom: 20px;
  }
  .cid-tn4cl2jCfH .iconfont-wrapper {
    margin-bottom: 20px;
  }
}
.cid-tn4cEsWtPG {
  padding-top: 3rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-tn4cEsWtPG .row {
  padding: 0 1rem;
}
@media (max-width: 991px) {
  .cid-tn4cEsWtPG .row {
    padding: 0 0.75rem;
  }
}
.cid-tn4cEsWtPG .text-container {
  margin-bottom: 60px;
  padding: 0 !important;
}
.cid-tn4cEsWtPG .mbr-section-title {
  margin-bottom: 12px;
}
.cid-tn4cEsWtPG .mbr-text {
  color: #555555;
}
.cid-tn4cEsWtPG .mbr-text a {
  letter-spacing: inherit;
  color: #0057fc;
}
.cid-tn4cEsWtPG .cards-container {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
}
.cid-tn4cEsWtPG .card {
  padding: 15px;
}
.cid-tn4cEsWtPG .card-wrapper {
  display: flex;
  justify-content: flex-start;
  padding-right: 40px;
  margin-bottom: 4px;
}
@media (max-width: 767px) {
  .cid-tn4cEsWtPG .card-wrapper {
    flex-direction: column;
    padding-right: 0;
  }
}
.cid-tn4cEsWtPG .card-title {
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .cid-tn4cEsWtPG .card-title {
    text-align: center !important;
  }
}
.cid-tn4cEsWtPG .card-text {
  color: #555555;
  letter-spacing: inherit;
}
@media (max-width: 767px) {
  .cid-tn4cEsWtPG .card-text {
    text-align: center !important;
  }
}
.cid-tn4cEsWtPG .mbr-iconfont {
  font-size: 25px;
  color: #0057fc;
}
.cid-tn4cEsWtPG .icon-box {
  margin-right: 12px;
  margin-top: 1px;
}
@media (max-width: 767px) {
  .cid-tn4cEsWtPG .icon-box {
    display: flex;
    justify-content: center;
    margin-right: 0;
    margin-bottom: 16px;
  }
}
.cid-tn4cEsWtPG .mbr-fallback-image.disabled {
  display: none;
}
.cid-tn4cEsWtPG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tnaw1wbncs {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tnaw1wbncs .list {
  list-style: none;
  padding-left: 0;
  font-weight: 300;
  color: #025580;
}
@media (max-width: 991px) {
  .cid-tnaw1wbncs .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tnaw1wbncs .list {
    margin-bottom: 0rem;
  }
}
@media (max-width: 576px) {
  .cid-tnaw1wbncs .list {
    margin-bottom: 30px;
  }
}
.cid-tnaw1wbncs .item-wrap {
  margin-bottom: 15px;
}
@media (max-width: 576px) {
  .cid-tnaw1wbncs .item-wrap {
    margin-bottom: 0;
  }
}
@media (max-width: 991px) {
  .cid-tnaw1wbncs div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-tnaw1wbncs .copyright {
  color: #868c90;
}
.cid-tnaw1wbncs .mbr-section-subtitle {
  color: #025580;
}
@media (max-width: 576px) {
  .cid-tnaw1wbncs .mbr-section-subtitle {
    margin-bottom: 10px;
  }
}
.cid-tnaw1wbncs .footer {
  padding-top: 66px;
  padding-bottom: 50px;
  border-top: 1px solid #868c90;
  border-bottom: 1px solid #868c90;
}
@media (max-width: 768px) {
  .cid-tnaw1wbncs .footer {
    padding-top: 48px;
    padding-bottom: 36px;
  }
}
@media (max-width: 767px) {
  .cid-tnaw1wbncs .footer {
    text-align: center !important;
  }
}
@media (max-width: 576px) {
  .cid-tnaw1wbncs .footer-logo {
    margin: 0 auto;
  }
}
.cid-tn4iGrTror {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tn4iGrTror nav.navbar {
  position: fixed;
}
.cid-tn4iGrTror .mbr-iconfont {
  padding: 0 1rem;
}
.cid-tn4iGrTror .wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-tn4iGrTror .wrapper {
    flex-direction: column;
  }
}
.cid-tn4iGrTror .nav-link {
  position: relative;
}
.cid-tn4iGrTror .nav-link:hover {
  color: #161734 !important;
}
.cid-tn4iGrTror .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-tn4iGrTror .dropdown-menu {
  padding: 1rem 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #47b5ed !important;
}
.cid-tn4iGrTror .dropdown-item:hover,
.cid-tn4iGrTror .dropdown-item:focus {
  color: #161734 !important;
}
.cid-tn4iGrTror .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tn4iGrTror .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tn4iGrTror .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-tn4iGrTror .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tn4iGrTror .container {
  display: flex;
  margin: auto;
}
.cid-tn4iGrTror .iconfont-wrapper {
  color: #025580 !important;
  font-size: 1.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: color 0.2s;
}
.cid-tn4iGrTror .iconfont-wrapper:hover {
  color: #ffffff !important;
}
.cid-tn4iGrTror .nav-item:focus,
.cid-tn4iGrTror .nav-link:focus {
  outline: none;
}
.cid-tn4iGrTror .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tn4iGrTror .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tn4iGrTror .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: .5rem;
  vertical-align: sub;
}
.cid-tn4iGrTror .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tn4iGrTror .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tn4iGrTror .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tn4iGrTror .navbar-short {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tn4iGrTror .navbar {
  min-height: 70px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: #f9f9f9;
}
.cid-tn4iGrTror .navbar.opened {
  transition: all .3s;
}
.cid-tn4iGrTror .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-tn4iGrTror .navbar .navbar-logo img {
  width: auto;
}
.cid-tn4iGrTror .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-tn4iGrTror .navbar.collapsed {
  justify-content: center;
}
.cid-tn4iGrTror .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tn4iGrTror .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tn4iGrTror .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tn4iGrTror .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tn4iGrTror .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tn4iGrTror .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-tn4iGrTror .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tn4iGrTror .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tn4iGrTror .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tn4iGrTror .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tn4iGrTror .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tn4iGrTror .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tn4iGrTror .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tn4iGrTror .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-tn4iGrTror .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tn4iGrTror .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tn4iGrTror .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tn4iGrTror .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tn4iGrTror .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tn4iGrTror .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tn4iGrTror .navbar.navbar-short {
  min-height: 60px;
}
.cid-tn4iGrTror .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tn4iGrTror .navbar.navbar-short .navbar-brand {
  min-height: 60px;
}
.cid-tn4iGrTror .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding-right: 2rem;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tn4iGrTror .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tn4iGrTror .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tn4iGrTror .dropdown-item.active,
.cid-tn4iGrTror .dropdown-item:active {
  background-color: transparent;
}
.cid-tn4iGrTror .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tn4iGrTror .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tn4iGrTror .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tn4iGrTror .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f9f9f9;
}
.cid-tn4iGrTror .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tn4iGrTror .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tn4iGrTror ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tn4iGrTror .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tn4iGrTror button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-tn4iGrTror button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #025580;
}
.cid-tn4iGrTror button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tn4iGrTror button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tn4iGrTror button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tn4iGrTror button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tn4iGrTror nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tn4iGrTror nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tn4iGrTror nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tn4iGrTror nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tn4iGrTror .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tn4iGrTror a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tn4iGrTror .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tn4iGrTror .navbar {
    height: 70px;
  }
  .cid-tn4iGrTror .navbar.opened {
    height: auto;
  }
  .cid-tn4iGrTror .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tn4iGsjbhN {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tn4iGsjbhN .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tn4iGsjbhN .card-title {
  margin-bottom: 26px;
  color: #47b5ed;
}
.cid-tn4iGsjbhN .mbr-text {
  margin-bottom: 30px;
}
.cid-tn4iGsjbhN .iconfont-wrapper {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  display: inline-block;
  text-align: center;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
  box-shadow: 0px 14px 30px 0px rgba(107, 61, 240, 0.4);
  background-image: linear-gradient(40deg, #6b3df0 0%, #b39cf7 100%);
}
.cid-tn4iGsjbhN .iconfont-wrapper .mbr-iconfont {
  color: #ffffff;
  font-size: 42px;
  line-height: 80px;
}
.cid-tn4iGsjbhN .btn_link {
  display: block;
  margin-bottom: 0;
  position: relative;
  font-weight: 700;
}
.cid-tn4iGsjbhN .btn_link span {
  display: inline-block;
  margin-left: .25rem;
  font-size: 16px;
  vertical-align: middle;
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-tn4iGsjbhN .btn_link:hover {
  cursor: pointer;
}
.cid-tn4iGsjbhN .btn_link:hover a {
  color: #161734 !important;
}
.cid-tn4iGsjbhN .btn_link:hover span {
  transform: translatex(5px);
}
@media (min-width: 992px) {
  .cid-tn4iGsjbhN .text-wrapper {
    padding-right: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tn4iGsjbhN .text-wrapper {
    text-align: center;
  }
  .cid-tn4iGsjbhN .image-wrapper {
    margin-bottom: 40px;
  }
  .cid-tn4iGsjbhN .mbr-text {
    margin-bottom: 20px;
  }
  .cid-tn4iGsjbhN .iconfont-wrapper {
    margin-bottom: 20px;
  }
}
.cid-tnaw1wbncs {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f9f9f9;
}
.cid-tnaw1wbncs .list {
  list-style: none;
  padding-left: 0;
  font-weight: 300;
  color: #025580;
}
@media (max-width: 991px) {
  .cid-tnaw1wbncs .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tnaw1wbncs .list {
    margin-bottom: 0rem;
  }
}
@media (max-width: 576px) {
  .cid-tnaw1wbncs .list {
    margin-bottom: 30px;
  }
}
.cid-tnaw1wbncs .item-wrap {
  margin-bottom: 15px;
}
@media (max-width: 576px) {
  .cid-tnaw1wbncs .item-wrap {
    margin-bottom: 0;
  }
}
@media (max-width: 991px) {
  .cid-tnaw1wbncs div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-tnaw1wbncs .copyright {
  color: #868c90;
}
.cid-tnaw1wbncs .mbr-section-subtitle {
  color: #025580;
}
@media (max-width: 576px) {
  .cid-tnaw1wbncs .mbr-section-subtitle {
    margin-bottom: 10px;
  }
}
.cid-tnaw1wbncs .footer {
  padding-top: 66px;
  padding-bottom: 50px;
  border-top: 1px solid #868c90;
  border-bottom: 1px solid #868c90;
}
@media (max-width: 768px) {
  .cid-tnaw1wbncs .footer {
    padding-top: 48px;
    padding-bottom: 36px;
  }
}
@media (max-width: 767px) {
  .cid-tnaw1wbncs .footer {
    text-align: center !important;
  }
}
@media (max-width: 576px) {
  .cid-tnaw1wbncs .footer-logo {
    margin: 0 auto;
  }
}
.cid-tn4jkI7dsp {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tn4jkI7dsp nav.navbar {
  position: fixed;
}
.cid-tn4jkI7dsp .mbr-iconfont {
  padding: 0 1rem;
}
.cid-tn4jkI7dsp .wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-tn4jkI7dsp .wrapper {
    flex-direction: column;
  }
}
.cid-tn4jkI7dsp .nav-link {
  position: relative;
}
.cid-tn4jkI7dsp .nav-link:hover {
  color: #161734 !important;
}
.cid-tn4jkI7dsp .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-tn4jkI7dsp .dropdown-menu {
  padding: 1rem 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #47b5ed !important;
}
.cid-tn4jkI7dsp .dropdown-item:hover,
.cid-tn4jkI7dsp .dropdown-item:focus {
  color: #161734 !important;
}
.cid-tn4jkI7dsp .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tn4jkI7dsp .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tn4jkI7dsp .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-tn4jkI7dsp .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tn4jkI7dsp .container {
  display: flex;
  margin: auto;
}
.cid-tn4jkI7dsp .iconfont-wrapper {
  color: #025580 !important;
  font-size: 1.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: color 0.2s;
}
.cid-tn4jkI7dsp .iconfont-wrapper:hover {
  color: #ffffff !important;
}
.cid-tn4jkI7dsp .nav-item:focus,
.cid-tn4jkI7dsp .nav-link:focus {
  outline: none;
}
.cid-tn4jkI7dsp .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tn4jkI7dsp .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tn4jkI7dsp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: .5rem;
  vertical-align: sub;
}
.cid-tn4jkI7dsp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tn4jkI7dsp .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tn4jkI7dsp .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tn4jkI7dsp .navbar-short {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tn4jkI7dsp .navbar {
  min-height: 70px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-tn4jkI7dsp .navbar.opened {
  transition: all .3s;
}
.cid-tn4jkI7dsp .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-tn4jkI7dsp .navbar .navbar-logo img {
  width: auto;
}
.cid-tn4jkI7dsp .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-tn4jkI7dsp .navbar.collapsed {
  justify-content: center;
}
.cid-tn4jkI7dsp .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tn4jkI7dsp .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tn4jkI7dsp .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tn4jkI7dsp .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tn4jkI7dsp .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tn4jkI7dsp .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-tn4jkI7dsp .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tn4jkI7dsp .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tn4jkI7dsp .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tn4jkI7dsp .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tn4jkI7dsp .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tn4jkI7dsp .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tn4jkI7dsp .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tn4jkI7dsp .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-tn4jkI7dsp .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tn4jkI7dsp .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tn4jkI7dsp .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tn4jkI7dsp .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tn4jkI7dsp .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tn4jkI7dsp .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tn4jkI7dsp .navbar.navbar-short {
  min-height: 60px;
}
.cid-tn4jkI7dsp .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tn4jkI7dsp .navbar.navbar-short .navbar-brand {
  min-height: 60px;
}
.cid-tn4jkI7dsp .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding-right: 2rem;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tn4jkI7dsp .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tn4jkI7dsp .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tn4jkI7dsp .dropdown-item.active,
.cid-tn4jkI7dsp .dropdown-item:active {
  background-color: transparent;
}
.cid-tn4jkI7dsp .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tn4jkI7dsp .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tn4jkI7dsp .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tn4jkI7dsp .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tn4jkI7dsp .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tn4jkI7dsp .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tn4jkI7dsp ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tn4jkI7dsp .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tn4jkI7dsp button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-tn4jkI7dsp button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #025580;
}
.cid-tn4jkI7dsp button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tn4jkI7dsp button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tn4jkI7dsp button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tn4jkI7dsp button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tn4jkI7dsp nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tn4jkI7dsp nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tn4jkI7dsp nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tn4jkI7dsp nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tn4jkI7dsp .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tn4jkI7dsp a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tn4jkI7dsp .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tn4jkI7dsp .navbar {
    height: 70px;
  }
  .cid-tn4jkI7dsp .navbar.opened {
    height: auto;
  }
  .cid-tn4jkI7dsp .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tn4jkIH7kR {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tn4jkIH7kR .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tn4jkIH7kR .card-title {
  margin-bottom: 26px;
  color: #47b5ed;
}
.cid-tn4jkIH7kR .mbr-text {
  margin-bottom: 30px;
}
.cid-tn4jkIH7kR .iconfont-wrapper {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  display: inline-block;
  text-align: center;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
  box-shadow: 0px 14px 30px 0px rgba(107, 61, 240, 0.4);
  background-image: linear-gradient(40deg, #6b3df0 0%, #b39cf7 100%);
}
.cid-tn4jkIH7kR .iconfont-wrapper .mbr-iconfont {
  color: #ffffff;
  font-size: 42px;
  line-height: 80px;
}
.cid-tn4jkIH7kR .btn_link {
  display: block;
  margin-bottom: 0;
  position: relative;
  font-weight: 700;
}
.cid-tn4jkIH7kR .btn_link span {
  display: inline-block;
  margin-left: .25rem;
  font-size: 16px;
  vertical-align: middle;
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-tn4jkIH7kR .btn_link:hover {
  cursor: pointer;
}
.cid-tn4jkIH7kR .btn_link:hover a {
  color: #161734 !important;
}
.cid-tn4jkIH7kR .btn_link:hover span {
  transform: translatex(5px);
}
@media (min-width: 992px) {
  .cid-tn4jkIH7kR .text-wrapper {
    padding-right: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tn4jkIH7kR .text-wrapper {
    text-align: center;
  }
  .cid-tn4jkIH7kR .image-wrapper {
    margin-bottom: 40px;
  }
  .cid-tn4jkIH7kR .mbr-text {
    margin-bottom: 20px;
  }
  .cid-tn4jkIH7kR .iconfont-wrapper {
    margin-bottom: 20px;
  }
}
.cid-tnaw1wbncs {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tnaw1wbncs .list {
  list-style: none;
  padding-left: 0;
  font-weight: 300;
  color: #025580;
}
@media (max-width: 991px) {
  .cid-tnaw1wbncs .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tnaw1wbncs .list {
    margin-bottom: 0rem;
  }
}
@media (max-width: 576px) {
  .cid-tnaw1wbncs .list {
    margin-bottom: 30px;
  }
}
.cid-tnaw1wbncs .item-wrap {
  margin-bottom: 15px;
}
@media (max-width: 576px) {
  .cid-tnaw1wbncs .item-wrap {
    margin-bottom: 0;
  }
}
@media (max-width: 991px) {
  .cid-tnaw1wbncs div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-tnaw1wbncs .copyright {
  color: #868c90;
}
.cid-tnaw1wbncs .mbr-section-subtitle {
  color: #025580;
}
@media (max-width: 576px) {
  .cid-tnaw1wbncs .mbr-section-subtitle {
    margin-bottom: 10px;
  }
}
.cid-tnaw1wbncs .footer {
  padding-top: 66px;
  padding-bottom: 50px;
  border-top: 1px solid #868c90;
  border-bottom: 1px solid #868c90;
}
@media (max-width: 768px) {
  .cid-tnaw1wbncs .footer {
    padding-top: 48px;
    padding-bottom: 36px;
  }
}
@media (max-width: 767px) {
  .cid-tnaw1wbncs .footer {
    text-align: center !important;
  }
}
@media (max-width: 576px) {
  .cid-tnaw1wbncs .footer-logo {
    margin: 0 auto;
  }
}
.cid-tn4gEWFDVN {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tn4gEWFDVN nav.navbar {
  position: fixed;
}
.cid-tn4gEWFDVN .mbr-iconfont {
  padding: 0 1rem;
}
.cid-tn4gEWFDVN .wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-tn4gEWFDVN .wrapper {
    flex-direction: column;
  }
}
.cid-tn4gEWFDVN .nav-link {
  position: relative;
}
.cid-tn4gEWFDVN .nav-link:hover {
  color: #161734 !important;
}
.cid-tn4gEWFDVN .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-tn4gEWFDVN .dropdown-menu {
  padding: 1rem 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #47b5ed !important;
}
.cid-tn4gEWFDVN .dropdown-item:hover,
.cid-tn4gEWFDVN .dropdown-item:focus {
  color: #161734 !important;
}
.cid-tn4gEWFDVN .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tn4gEWFDVN .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tn4gEWFDVN .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-tn4gEWFDVN .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tn4gEWFDVN .container {
  display: flex;
  margin: auto;
}
.cid-tn4gEWFDVN .iconfont-wrapper {
  color: #025580 !important;
  font-size: 1.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: color 0.2s;
}
.cid-tn4gEWFDVN .iconfont-wrapper:hover {
  color: #ffffff !important;
}
.cid-tn4gEWFDVN .nav-item:focus,
.cid-tn4gEWFDVN .nav-link:focus {
  outline: none;
}
.cid-tn4gEWFDVN .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tn4gEWFDVN .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tn4gEWFDVN .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: .5rem;
  vertical-align: sub;
}
.cid-tn4gEWFDVN .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tn4gEWFDVN .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tn4gEWFDVN .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tn4gEWFDVN .navbar-short {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tn4gEWFDVN .navbar {
  min-height: 70px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-tn4gEWFDVN .navbar.opened {
  transition: all .3s;
}
.cid-tn4gEWFDVN .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-tn4gEWFDVN .navbar .navbar-logo img {
  width: auto;
}
.cid-tn4gEWFDVN .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-tn4gEWFDVN .navbar.collapsed {
  justify-content: center;
}
.cid-tn4gEWFDVN .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tn4gEWFDVN .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tn4gEWFDVN .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tn4gEWFDVN .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tn4gEWFDVN .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tn4gEWFDVN .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-tn4gEWFDVN .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tn4gEWFDVN .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tn4gEWFDVN .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tn4gEWFDVN .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tn4gEWFDVN .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tn4gEWFDVN .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tn4gEWFDVN .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tn4gEWFDVN .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-tn4gEWFDVN .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tn4gEWFDVN .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tn4gEWFDVN .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tn4gEWFDVN .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tn4gEWFDVN .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tn4gEWFDVN .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tn4gEWFDVN .navbar.navbar-short {
  min-height: 60px;
}
.cid-tn4gEWFDVN .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tn4gEWFDVN .navbar.navbar-short .navbar-brand {
  min-height: 60px;
}
.cid-tn4gEWFDVN .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding-right: 2rem;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tn4gEWFDVN .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tn4gEWFDVN .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tn4gEWFDVN .dropdown-item.active,
.cid-tn4gEWFDVN .dropdown-item:active {
  background-color: transparent;
}
.cid-tn4gEWFDVN .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tn4gEWFDVN .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tn4gEWFDVN .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tn4gEWFDVN .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tn4gEWFDVN .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tn4gEWFDVN .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tn4gEWFDVN ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tn4gEWFDVN .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tn4gEWFDVN button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-tn4gEWFDVN button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #025580;
}
.cid-tn4gEWFDVN button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tn4gEWFDVN button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tn4gEWFDVN button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tn4gEWFDVN button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tn4gEWFDVN nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tn4gEWFDVN nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tn4gEWFDVN nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tn4gEWFDVN nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tn4gEWFDVN .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tn4gEWFDVN a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tn4gEWFDVN .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tn4gEWFDVN .navbar {
    height: 70px;
  }
  .cid-tn4gEWFDVN .navbar.opened {
    height: auto;
  }
  .cid-tn4gEWFDVN .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tn4gEXjny9 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tn4gEXjny9 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tn4gEXjny9 .card-title {
  margin-bottom: 26px;
  color: #47b5ed;
}
.cid-tn4gEXjny9 .mbr-text {
  margin-bottom: 30px;
}
.cid-tn4gEXjny9 .iconfont-wrapper {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  display: inline-block;
  text-align: center;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
  box-shadow: 0px 14px 30px 0px rgba(107, 61, 240, 0.4);
  background-image: linear-gradient(40deg, #6b3df0 0%, #b39cf7 100%);
}
.cid-tn4gEXjny9 .iconfont-wrapper .mbr-iconfont {
  color: #ffffff;
  font-size: 42px;
  line-height: 80px;
}
.cid-tn4gEXjny9 .btn_link {
  display: block;
  margin-bottom: 0;
  position: relative;
  font-weight: 700;
}
.cid-tn4gEXjny9 .btn_link span {
  display: inline-block;
  margin-left: .25rem;
  font-size: 16px;
  vertical-align: middle;
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-tn4gEXjny9 .btn_link:hover {
  cursor: pointer;
}
.cid-tn4gEXjny9 .btn_link:hover a {
  color: #161734 !important;
}
.cid-tn4gEXjny9 .btn_link:hover span {
  transform: translatex(5px);
}
@media (min-width: 992px) {
  .cid-tn4gEXjny9 .text-wrapper {
    padding-right: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tn4gEXjny9 .text-wrapper {
    text-align: center;
  }
  .cid-tn4gEXjny9 .image-wrapper {
    margin-bottom: 40px;
  }
  .cid-tn4gEXjny9 .mbr-text {
    margin-bottom: 20px;
  }
  .cid-tn4gEXjny9 .iconfont-wrapper {
    margin-bottom: 20px;
  }
}
.cid-tn4gEXMr3S {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tn4gEXMr3S .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tn4gEXMr3S .card-title {
  margin-bottom: 26px;
  color: #47b5ed;
}
.cid-tn4gEXMr3S .mbr-text {
  margin-bottom: 30px;
}
.cid-tn4gEXMr3S .iconfont-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
  display: inline-block;
  text-align: center;
  width: 70px;
  height: 70px;
}
.cid-tn4gEXMr3S .iconfont-wrapper svg {
  position: absolute;
  top: -20px;
  left: -28px;
}
.cid-tn4gEXMr3S .iconfont-wrapper svg #grad_1 {
  stop-color: #6b3df0;
}
.cid-tn4gEXMr3S .iconfont-wrapper svg #grad_2 {
  stop-color: #b39cf7;
}
.cid-tn4gEXMr3S .iconfont-wrapper svg #blur_svg {
  flood-color: #6b3df0;
}
.cid-tn4gEXMr3S .iconfont-wrapper .mbr-iconfont {
  color: #ffffff;
  font-size: 38px;
  line-height: 73px;
  position: absolute;
  top: 0;
  left: 14px;
  z-index: 5;
}
@media (min-width: 992px) {
  .cid-tn4gEXMr3S .text-wrapper {
    padding-right: 0;
    padding-left: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tn4gEXMr3S .text-wrapper {
    text-align: center;
  }
  .cid-tn4gEXMr3S .image-wrapper {
    margin-bottom: 40px;
  }
  .cid-tn4gEXMr3S .mbr-text {
    margin-bottom: 20px;
  }
  .cid-tn4gEXMr3S .iconfont-wrapper {
    margin-bottom: 20px;
  }
}
.cid-tn4gEY8fSF {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tn4gEY8fSF .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tn4gEY8fSF .card-title {
  margin-bottom: 26px;
  color: #47b5ed;
}
.cid-tn4gEY8fSF .mbr-text {
  margin-bottom: 30px;
}
.cid-tn4gEY8fSF .iconfont-wrapper {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  display: inline-block;
  text-align: center;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
  box-shadow: 0px 14px 30px 0px rgba(107, 61, 240, 0.4);
  background-image: linear-gradient(40deg, #6b3df0 0%, #b39cf7 100%);
}
.cid-tn4gEY8fSF .iconfont-wrapper .mbr-iconfont {
  color: #ffffff;
  font-size: 42px;
  line-height: 80px;
}
.cid-tn4gEY8fSF .btn_link {
  display: block;
  margin-bottom: 0;
  position: relative;
  font-weight: 700;
}
.cid-tn4gEY8fSF .btn_link span {
  display: inline-block;
  margin-left: .25rem;
  font-size: 16px;
  vertical-align: middle;
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-tn4gEY8fSF .btn_link:hover {
  cursor: pointer;
}
.cid-tn4gEY8fSF .btn_link:hover a {
  color: #161734 !important;
}
.cid-tn4gEY8fSF .btn_link:hover span {
  transform: translatex(5px);
}
@media (min-width: 992px) {
  .cid-tn4gEY8fSF .text-wrapper {
    padding-right: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tn4gEY8fSF .text-wrapper {
    text-align: center;
  }
  .cid-tn4gEY8fSF .image-wrapper {
    margin-bottom: 40px;
  }
  .cid-tn4gEY8fSF .mbr-text {
    margin-bottom: 20px;
  }
  .cid-tn4gEY8fSF .iconfont-wrapper {
    margin-bottom: 20px;
  }
}
.cid-tnaw1wbncs {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tnaw1wbncs .list {
  list-style: none;
  padding-left: 0;
  font-weight: 300;
  color: #025580;
}
@media (max-width: 991px) {
  .cid-tnaw1wbncs .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tnaw1wbncs .list {
    margin-bottom: 0rem;
  }
}
@media (max-width: 576px) {
  .cid-tnaw1wbncs .list {
    margin-bottom: 30px;
  }
}
.cid-tnaw1wbncs .item-wrap {
  margin-bottom: 15px;
}
@media (max-width: 576px) {
  .cid-tnaw1wbncs .item-wrap {
    margin-bottom: 0;
  }
}
@media (max-width: 991px) {
  .cid-tnaw1wbncs div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-tnaw1wbncs .copyright {
  color: #868c90;
}
.cid-tnaw1wbncs .mbr-section-subtitle {
  color: #025580;
}
@media (max-width: 576px) {
  .cid-tnaw1wbncs .mbr-section-subtitle {
    margin-bottom: 10px;
  }
}
.cid-tnaw1wbncs .footer {
  padding-top: 66px;
  padding-bottom: 50px;
  border-top: 1px solid #868c90;
  border-bottom: 1px solid #868c90;
}
@media (max-width: 768px) {
  .cid-tnaw1wbncs .footer {
    padding-top: 48px;
    padding-bottom: 36px;
  }
}
@media (max-width: 767px) {
  .cid-tnaw1wbncs .footer {
    text-align: center !important;
  }
}
@media (max-width: 576px) {
  .cid-tnaw1wbncs .footer-logo {
    margin: 0 auto;
  }
}
.cid-tn4faQyS8A {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tn4faQyS8A nav.navbar {
  position: fixed;
}
.cid-tn4faQyS8A .mbr-iconfont {
  padding: 0 1rem;
}
.cid-tn4faQyS8A .wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-tn4faQyS8A .wrapper {
    flex-direction: column;
  }
}
.cid-tn4faQyS8A .nav-link {
  position: relative;
}
.cid-tn4faQyS8A .nav-link:hover {
  color: #161734 !important;
}
.cid-tn4faQyS8A .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-tn4faQyS8A .dropdown-menu {
  padding: 1rem 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #47b5ed !important;
}
.cid-tn4faQyS8A .dropdown-item:hover,
.cid-tn4faQyS8A .dropdown-item:focus {
  color: #161734 !important;
}
.cid-tn4faQyS8A .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tn4faQyS8A .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tn4faQyS8A .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-tn4faQyS8A .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tn4faQyS8A .container {
  display: flex;
  margin: auto;
}
.cid-tn4faQyS8A .iconfont-wrapper {
  color: #025580 !important;
  font-size: 1.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: color 0.2s;
}
.cid-tn4faQyS8A .iconfont-wrapper:hover {
  color: #ffffff !important;
}
.cid-tn4faQyS8A .nav-item:focus,
.cid-tn4faQyS8A .nav-link:focus {
  outline: none;
}
.cid-tn4faQyS8A .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tn4faQyS8A .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tn4faQyS8A .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: .5rem;
  vertical-align: sub;
}
.cid-tn4faQyS8A .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tn4faQyS8A .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tn4faQyS8A .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tn4faQyS8A .navbar-short {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tn4faQyS8A .navbar {
  min-height: 70px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-tn4faQyS8A .navbar.opened {
  transition: all .3s;
}
.cid-tn4faQyS8A .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-tn4faQyS8A .navbar .navbar-logo img {
  width: auto;
}
.cid-tn4faQyS8A .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-tn4faQyS8A .navbar.collapsed {
  justify-content: center;
}
.cid-tn4faQyS8A .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tn4faQyS8A .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tn4faQyS8A .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tn4faQyS8A .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tn4faQyS8A .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tn4faQyS8A .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-tn4faQyS8A .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tn4faQyS8A .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tn4faQyS8A .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tn4faQyS8A .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tn4faQyS8A .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tn4faQyS8A .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tn4faQyS8A .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tn4faQyS8A .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-tn4faQyS8A .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tn4faQyS8A .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tn4faQyS8A .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tn4faQyS8A .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tn4faQyS8A .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tn4faQyS8A .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tn4faQyS8A .navbar.navbar-short {
  min-height: 60px;
}
.cid-tn4faQyS8A .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tn4faQyS8A .navbar.navbar-short .navbar-brand {
  min-height: 60px;
}
.cid-tn4faQyS8A .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding-right: 2rem;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tn4faQyS8A .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tn4faQyS8A .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tn4faQyS8A .dropdown-item.active,
.cid-tn4faQyS8A .dropdown-item:active {
  background-color: transparent;
}
.cid-tn4faQyS8A .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tn4faQyS8A .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tn4faQyS8A .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tn4faQyS8A .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tn4faQyS8A .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tn4faQyS8A .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tn4faQyS8A ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tn4faQyS8A .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tn4faQyS8A button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-tn4faQyS8A button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #025580;
}
.cid-tn4faQyS8A button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tn4faQyS8A button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tn4faQyS8A button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tn4faQyS8A button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tn4faQyS8A nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tn4faQyS8A nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tn4faQyS8A nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tn4faQyS8A nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tn4faQyS8A .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tn4faQyS8A a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tn4faQyS8A .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tn4faQyS8A .navbar {
    height: 70px;
  }
  .cid-tn4faQyS8A .navbar.opened {
    height: auto;
  }
  .cid-tn4faQyS8A .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tn4faRemlS {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tn4faRemlS .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tn4faRemlS .card-title {
  margin-bottom: 26px;
  color: #47b5ed;
}
.cid-tn4faRemlS .mbr-text {
  margin-bottom: 30px;
}
.cid-tn4faRemlS .iconfont-wrapper {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  display: inline-block;
  text-align: center;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
  box-shadow: 0px 14px 30px 0px rgba(107, 61, 240, 0.4);
  background-image: linear-gradient(40deg, #6b3df0 0%, #b39cf7 100%);
}
.cid-tn4faRemlS .iconfont-wrapper .mbr-iconfont {
  color: #ffffff;
  font-size: 42px;
  line-height: 80px;
}
.cid-tn4faRemlS .btn_link {
  display: block;
  margin-bottom: 0;
  position: relative;
  font-weight: 700;
}
.cid-tn4faRemlS .btn_link span {
  display: inline-block;
  margin-left: .25rem;
  font-size: 16px;
  vertical-align: middle;
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-tn4faRemlS .btn_link:hover {
  cursor: pointer;
}
.cid-tn4faRemlS .btn_link:hover a {
  color: #161734 !important;
}
.cid-tn4faRemlS .btn_link:hover span {
  transform: translatex(5px);
}
@media (min-width: 992px) {
  .cid-tn4faRemlS .text-wrapper {
    padding-right: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tn4faRemlS .text-wrapper {
    text-align: center;
  }
  .cid-tn4faRemlS .image-wrapper {
    margin-bottom: 40px;
  }
  .cid-tn4faRemlS .mbr-text {
    margin-bottom: 20px;
  }
  .cid-tn4faRemlS .iconfont-wrapper {
    margin-bottom: 20px;
  }
}
.cid-tn4faSl71v {
  padding-top: 3rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-tn4faSl71v .row {
  padding: 0 1rem;
}
@media (max-width: 991px) {
  .cid-tn4faSl71v .row {
    padding: 0 0.75rem;
  }
}
.cid-tn4faSl71v .text-container {
  margin-bottom: 60px;
  padding: 0 !important;
}
.cid-tn4faSl71v .mbr-section-title {
  margin-bottom: 12px;
}
.cid-tn4faSl71v .mbr-text {
  color: #555555;
}
.cid-tn4faSl71v .mbr-text a {
  letter-spacing: inherit;
  color: #0057fc;
}
.cid-tn4faSl71v .cards-container {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
}
.cid-tn4faSl71v .card {
  padding: 15px;
}
.cid-tn4faSl71v .card-wrapper {
  display: flex;
  justify-content: flex-start;
  padding-right: 40px;
  margin-bottom: 4px;
}
@media (max-width: 767px) {
  .cid-tn4faSl71v .card-wrapper {
    flex-direction: column;
    padding-right: 0;
  }
}
.cid-tn4faSl71v .card-title {
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .cid-tn4faSl71v .card-title {
    text-align: center !important;
  }
}
.cid-tn4faSl71v .card-text {
  color: #555555;
  letter-spacing: inherit;
}
@media (max-width: 767px) {
  .cid-tn4faSl71v .card-text {
    text-align: center !important;
  }
}
.cid-tn4faSl71v .mbr-iconfont {
  font-size: 25px;
  color: #0057fc;
}
.cid-tn4faSl71v .icon-box {
  margin-right: 12px;
  margin-top: 1px;
}
@media (max-width: 767px) {
  .cid-tn4faSl71v .icon-box {
    display: flex;
    justify-content: center;
    margin-right: 0;
    margin-bottom: 16px;
  }
}
.cid-tn4faSl71v .mbr-fallback-image.disabled {
  display: none;
}
.cid-tn4faSl71v .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tnaw1wbncs {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tnaw1wbncs .list {
  list-style: none;
  padding-left: 0;
  font-weight: 300;
  color: #025580;
}
@media (max-width: 991px) {
  .cid-tnaw1wbncs .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tnaw1wbncs .list {
    margin-bottom: 0rem;
  }
}
@media (max-width: 576px) {
  .cid-tnaw1wbncs .list {
    margin-bottom: 30px;
  }
}
.cid-tnaw1wbncs .item-wrap {
  margin-bottom: 15px;
}
@media (max-width: 576px) {
  .cid-tnaw1wbncs .item-wrap {
    margin-bottom: 0;
  }
}
@media (max-width: 991px) {
  .cid-tnaw1wbncs div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-tnaw1wbncs .copyright {
  color: #868c90;
}
.cid-tnaw1wbncs .mbr-section-subtitle {
  color: #025580;
}
@media (max-width: 576px) {
  .cid-tnaw1wbncs .mbr-section-subtitle {
    margin-bottom: 10px;
  }
}
.cid-tnaw1wbncs .footer {
  padding-top: 66px;
  padding-bottom: 50px;
  border-top: 1px solid #868c90;
  border-bottom: 1px solid #868c90;
}
@media (max-width: 768px) {
  .cid-tnaw1wbncs .footer {
    padding-top: 48px;
    padding-bottom: 36px;
  }
}
@media (max-width: 767px) {
  .cid-tnaw1wbncs .footer {
    text-align: center !important;
  }
}
@media (max-width: 576px) {
  .cid-tnaw1wbncs .footer-logo {
    margin: 0 auto;
  }
}
.cid-sdunoq0AX3 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sdunoq0AX3 nav.navbar {
  position: fixed;
}
.cid-sdunoq0AX3 .mbr-iconfont {
  padding: 0 1rem;
}
.cid-sdunoq0AX3 .wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-sdunoq0AX3 .wrapper {
    flex-direction: column;
  }
}
.cid-sdunoq0AX3 .nav-link {
  position: relative;
}
.cid-sdunoq0AX3 .nav-link:hover {
  color: #161734 !important;
}
.cid-sdunoq0AX3 .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-sdunoq0AX3 .dropdown-menu {
  padding: 1rem 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #47b5ed !important;
}
.cid-sdunoq0AX3 .dropdown-item:hover,
.cid-sdunoq0AX3 .dropdown-item:focus {
  color: #161734 !important;
}
.cid-sdunoq0AX3 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sdunoq0AX3 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sdunoq0AX3 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-sdunoq0AX3 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sdunoq0AX3 .container {
  display: flex;
  margin: auto;
}
.cid-sdunoq0AX3 .iconfont-wrapper {
  color: #025580 !important;
  font-size: 1.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: color 0.2s;
}
.cid-sdunoq0AX3 .iconfont-wrapper:hover {
  color: #ffffff !important;
}
.cid-sdunoq0AX3 .nav-item:focus,
.cid-sdunoq0AX3 .nav-link:focus {
  outline: none;
}
.cid-sdunoq0AX3 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sdunoq0AX3 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sdunoq0AX3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: .5rem;
  vertical-align: sub;
}
.cid-sdunoq0AX3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sdunoq0AX3 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sdunoq0AX3 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sdunoq0AX3 .navbar-short {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sdunoq0AX3 .navbar {
  min-height: 70px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: #f9f9f9;
}
.cid-sdunoq0AX3 .navbar.opened {
  transition: all .3s;
}
.cid-sdunoq0AX3 .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-sdunoq0AX3 .navbar .navbar-logo img {
  width: auto;
}
.cid-sdunoq0AX3 .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-sdunoq0AX3 .navbar.collapsed {
  justify-content: center;
}
.cid-sdunoq0AX3 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sdunoq0AX3 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sdunoq0AX3 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sdunoq0AX3 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sdunoq0AX3 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sdunoq0AX3 .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-sdunoq0AX3 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sdunoq0AX3 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-sdunoq0AX3 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sdunoq0AX3 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sdunoq0AX3 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sdunoq0AX3 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sdunoq0AX3 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sdunoq0AX3 .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-sdunoq0AX3 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sdunoq0AX3 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sdunoq0AX3 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sdunoq0AX3 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-sdunoq0AX3 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sdunoq0AX3 .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sdunoq0AX3 .navbar.navbar-short {
  min-height: 60px;
}
.cid-sdunoq0AX3 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sdunoq0AX3 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
}
.cid-sdunoq0AX3 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding-right: 2rem;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sdunoq0AX3 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sdunoq0AX3 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sdunoq0AX3 .dropdown-item.active,
.cid-sdunoq0AX3 .dropdown-item:active {
  background-color: transparent;
}
.cid-sdunoq0AX3 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sdunoq0AX3 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sdunoq0AX3 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sdunoq0AX3 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f9f9f9;
}
.cid-sdunoq0AX3 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sdunoq0AX3 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sdunoq0AX3 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sdunoq0AX3 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sdunoq0AX3 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-sdunoq0AX3 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #025580;
}
.cid-sdunoq0AX3 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sdunoq0AX3 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sdunoq0AX3 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sdunoq0AX3 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sdunoq0AX3 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sdunoq0AX3 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sdunoq0AX3 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sdunoq0AX3 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sdunoq0AX3 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sdunoq0AX3 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sdunoq0AX3 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sdunoq0AX3 .navbar {
    height: 70px;
  }
  .cid-sdunoq0AX3 .navbar.opened {
    height: auto;
  }
  .cid-sdunoq0AX3 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tmYW7Z2APQ {
  background-image: url("../../../assets/images/background6.jpg");
}
.cid-tmYW7Z2APQ .row {
  align-items: center;
}
.cid-tmYW7Z2APQ .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.cid-tmYW7Z2APQ .header-text {
  width: 100%;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .cid-tmYW7Z2APQ .header-text {
    margin-bottom: 20px;
  }
}
.cid-tmYW7Z2APQ .mbr-section-title {
  width: 100%;
  color: #ffffff;
  margin-bottom: 0;
}
.cid-tmYW7Z2APQ .mbr-text {
  color: #ffffff;
  width: 100%;
  margin-bottom: 0;
  margin-top: 12px;
}
.cid-tmYW7Z2APQ .mbr-section-btn {
  margin-top: 10px;
}
@media (max-width: 575px) {
  .cid-tmYW7Z2APQ .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-tmYW7Z2APQ .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-tmYW7Z2APQ .btn-white-outline {
  border: 1px solid currentColor;
}
.cid-tmYW7Z2APQ .btn-white-outline:hover {
  color: #161734 !important;
  background: #ffffff !important;
}
.cid-tmYW7Z2APQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tmYW7Z2APQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tmYWyOJcej {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-tmYWyOJcej .title_block {
  margin-bottom: 80px;
}
.cid-tmYWyOJcej .mbr-section-subtitle {
  margin-bottom: 16px;
  color: #ff6b00;
  letter-spacing: 1.6px;
  line-height: 1;
  font-weight: 600;
}
.cid-tmYWyOJcej .mbr-section-title,
.cid-tmYWyOJcej .card-title {
  color: #47b5ed;
}
.cid-tmYWyOJcej .card:nth-child(1) .iconfont-wrapper:before {
  background-color: rgba(22, 23, 52, 0.07);
}
.cid-tmYWyOJcej .card:nth-child(1) .iconfont-wrapper .mbr-iconfont {
  color: #161734;
}
.cid-tmYWyOJcej .card:nth-child(2) .iconfont-wrapper:before {
  background-color: rgba(255, 225, 97, 0.07);
}
.cid-tmYWyOJcej .card:nth-child(2) .iconfont-wrapper .mbr-iconfont {
  color: #ffe161;
}
.cid-tmYWyOJcej .card:nth-child(3) .iconfont-wrapper:before {
  background-color: rgba(64, 176, 191, 0.07);
}
.cid-tmYWyOJcej .card:nth-child(3) .iconfont-wrapper .mbr-iconfont {
  color: #40b0bf;
}
.cid-tmYWyOJcej .card:nth-child(4) .iconfont-wrapper:before {
  background-color: rgba(2, 85, 128, 0.07);
}
.cid-tmYWyOJcej .card:nth-child(4) .iconfont-wrapper .mbr-iconfont {
  color: #025580;
}
.cid-tmYWyOJcej .iconfont-wrapper {
  display: inline-block;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}
.cid-tmYWyOJcej .iconfont-wrapper:before {
  top: 0;
  left: 50%;
  bottom: 0;
  z-index: -1;
  content: "";
  width: 60px;
  position: absolute;
  -webkit-clip-path: polygon(0 0, 100% 0%, 100% 95%, 0% 100%);
  clip-path: polygon(0 0, 100% 0%, 100% 95%, 0% 100%);
}
.cid-tmYWyOJcej .iconfont-wrapper .mbr-iconfont {
  height: 75px;
  line-height: 75px;
  font-size: 46px;
  text-align: center;
}
.cid-tmYWyOJcej .card-title {
  margin-bottom: 20px;
}
.cid-tmYWyOJcej .card-text {
  margin-bottom: 15px;
  line-height: 1.5;
}
.cid-tmYWyOJcej .btn_link {
  display: block;
  margin-bottom: 0;
  position: relative;
  font-weight: 700;
}
.cid-tmYWyOJcej .btn_link span {
  display: inline-block;
  margin-left: .25rem;
  font-size: 16px;
  vertical-align: middle;
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-tmYWyOJcej .btn_link:hover {
  cursor: pointer;
}
.cid-tmYWyOJcej .btn_link:hover a {
  color: #161734 !important;
}
.cid-tmYWyOJcej .btn_link:hover span {
  transform: translatex(5px);
}
.cid-tmYWyOJcej .icon_block {
  position: relative;
}
.cid-tmYWyOJcej .shape_2 {
  position: absolute;
  top: 0;
  left: -8px;
  width: 0;
  height: 0;
  border-bottom: 10px solid #025580;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  transform: rotate(-25deg);
}
.cid-tmYWyOJcej .shape_4 {
  position: absolute;
  left: -13px;
  bottom: 0;
  width: 8px;
  height: 8px;
  background: #ff9966;
  transform: rotate(-35deg);
}
@media (max-width: 991px) {
  .cid-tmYWyOJcej .title_block {
    margin-bottom: 40px;
  }
  .cid-tmYWyOJcej .card {
    text-align: center;
  }
  .cid-tmYWyOJcej .card_wrapper {
    max-width: 290px;
    text-align: center;
    margin: 50px auto 0;
  }
}
.cid-tmYX1pSkRG {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-tmYX1pSkRG .title_block {
  margin-bottom: 80px;
}
.cid-tmYX1pSkRG .mbr-section-subtitle {
  margin-bottom: 16px;
  color: #ff6b00;
  letter-spacing: 1.6px;
  line-height: 1;
  font-weight: 600;
}
.cid-tmYX1pSkRG .mbr-section-title,
.cid-tmYX1pSkRG .card-title {
  color: #47b5ed;
}
.cid-tmYX1pSkRG .card:nth-child(1) .iconfont-wrapper:before {
  background-color: rgba(22, 23, 52, 0.07);
}
.cid-tmYX1pSkRG .card:nth-child(1) .iconfont-wrapper .mbr-iconfont {
  color: #161734;
}
.cid-tmYX1pSkRG .card:nth-child(2) .iconfont-wrapper:before {
  background-color: rgba(255, 225, 97, 0.07);
}
.cid-tmYX1pSkRG .card:nth-child(2) .iconfont-wrapper .mbr-iconfont {
  color: #ffe161;
}
.cid-tmYX1pSkRG .card:nth-child(3) .iconfont-wrapper:before {
  background-color: rgba(64, 176, 191, 0.07);
}
.cid-tmYX1pSkRG .card:nth-child(3) .iconfont-wrapper .mbr-iconfont {
  color: #40b0bf;
}
.cid-tmYX1pSkRG .card:nth-child(4) .iconfont-wrapper:before {
  background-color: rgba(2, 85, 128, 0.07);
}
.cid-tmYX1pSkRG .card:nth-child(4) .iconfont-wrapper .mbr-iconfont {
  color: #025580;
}
.cid-tmYX1pSkRG .iconfont-wrapper {
  display: inline-block;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}
.cid-tmYX1pSkRG .iconfont-wrapper:before {
  top: 0;
  left: 50%;
  bottom: 0;
  z-index: -1;
  content: "";
  width: 60px;
  position: absolute;
  -webkit-clip-path: polygon(0 0, 100% 0%, 100% 95%, 0% 100%);
  clip-path: polygon(0 0, 100% 0%, 100% 95%, 0% 100%);
}
.cid-tmYX1pSkRG .iconfont-wrapper .mbr-iconfont {
  height: 75px;
  line-height: 75px;
  font-size: 46px;
  text-align: center;
}
.cid-tmYX1pSkRG .card-title {
  margin-bottom: 20px;
}
.cid-tmYX1pSkRG .card-text {
  margin-bottom: 15px;
  line-height: 1.5;
}
.cid-tmYX1pSkRG .btn_link {
  display: block;
  margin-bottom: 0;
  position: relative;
  font-weight: 700;
}
.cid-tmYX1pSkRG .btn_link span {
  display: inline-block;
  margin-left: .25rem;
  font-size: 16px;
  vertical-align: middle;
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-tmYX1pSkRG .btn_link:hover {
  cursor: pointer;
}
.cid-tmYX1pSkRG .btn_link:hover a {
  color: #161734 !important;
}
.cid-tmYX1pSkRG .btn_link:hover span {
  transform: translatex(5px);
}
.cid-tmYX1pSkRG .icon_block {
  position: relative;
}
.cid-tmYX1pSkRG .shape_2 {
  position: absolute;
  top: 0;
  left: -8px;
  width: 0;
  height: 0;
  border-bottom: 10px solid #025580;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  transform: rotate(-25deg);
}
.cid-tmYX1pSkRG .shape_4 {
  position: absolute;
  left: -13px;
  bottom: 0;
  width: 8px;
  height: 8px;
  background: #ff9966;
  transform: rotate(-35deg);
}
@media (max-width: 991px) {
  .cid-tmYX1pSkRG .title_block {
    margin-bottom: 40px;
  }
  .cid-tmYX1pSkRG .card {
    text-align: center;
  }
  .cid-tmYX1pSkRG .card_wrapper {
    max-width: 290px;
    text-align: center;
    margin: 50px auto 0;
  }
}
.cid-tmYXBOdYAo {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #025580;
}
.cid-tmYXBOdYAo .title_block {
  margin-bottom: 80px;
}
.cid-tmYXBOdYAo .mbr-section-subtitle {
  margin-bottom: 16px;
  color: #ff6b00;
  letter-spacing: 1.6px;
  line-height: 1;
  font-weight: 600;
}
.cid-tmYXBOdYAo .mbr-section-title,
.cid-tmYXBOdYAo .card-title {
  color: #47b5ed;
}
.cid-tmYXBOdYAo .card:nth-child(1) .iconfont-wrapper:before {
  background-color: rgba(22, 23, 52, 0.07);
}
.cid-tmYXBOdYAo .card:nth-child(1) .iconfont-wrapper .mbr-iconfont {
  color: #161734;
}
.cid-tmYXBOdYAo .card:nth-child(2) .iconfont-wrapper:before {
  background-color: rgba(255, 225, 97, 0.07);
}
.cid-tmYXBOdYAo .card:nth-child(2) .iconfont-wrapper .mbr-iconfont {
  color: #ffe161;
}
.cid-tmYXBOdYAo .card:nth-child(3) .iconfont-wrapper:before {
  background-color: rgba(64, 176, 191, 0.07);
}
.cid-tmYXBOdYAo .card:nth-child(3) .iconfont-wrapper .mbr-iconfont {
  color: #40b0bf;
}
.cid-tmYXBOdYAo .card:nth-child(4) .iconfont-wrapper:before {
  background-color: rgba(2, 85, 128, 0.07);
}
.cid-tmYXBOdYAo .card:nth-child(4) .iconfont-wrapper .mbr-iconfont {
  color: #025580;
}
.cid-tmYXBOdYAo .iconfont-wrapper {
  display: inline-block;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}
.cid-tmYXBOdYAo .iconfont-wrapper:before {
  top: 0;
  left: 50%;
  bottom: 0;
  z-index: -1;
  content: "";
  width: 60px;
  position: absolute;
  -webkit-clip-path: polygon(0 0, 100% 0%, 100% 95%, 0% 100%);
  clip-path: polygon(0 0, 100% 0%, 100% 95%, 0% 100%);
}
.cid-tmYXBOdYAo .iconfont-wrapper .mbr-iconfont {
  height: 75px;
  line-height: 75px;
  font-size: 46px;
  text-align: center;
}
.cid-tmYXBOdYAo .card-title {
  margin-bottom: 20px;
}
.cid-tmYXBOdYAo .card-text {
  margin-bottom: 15px;
  line-height: 1.5;
}
.cid-tmYXBOdYAo .btn_link {
  display: block;
  margin-bottom: 0;
  position: relative;
  font-weight: 700;
}
.cid-tmYXBOdYAo .btn_link span {
  display: inline-block;
  margin-left: .25rem;
  font-size: 16px;
  vertical-align: middle;
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-tmYXBOdYAo .btn_link:hover {
  cursor: pointer;
}
.cid-tmYXBOdYAo .btn_link:hover a {
  color: #161734 !important;
}
.cid-tmYXBOdYAo .btn_link:hover span {
  transform: translatex(5px);
}
.cid-tmYXBOdYAo .icon_block {
  position: relative;
}
.cid-tmYXBOdYAo .shape_2 {
  position: absolute;
  top: 0;
  left: -8px;
  width: 0;
  height: 0;
  border-bottom: 10px solid #025580;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  transform: rotate(-25deg);
}
.cid-tmYXBOdYAo .shape_4 {
  position: absolute;
  left: -13px;
  bottom: 0;
  width: 8px;
  height: 8px;
  background: #ff9966;
  transform: rotate(-35deg);
}
@media (max-width: 991px) {
  .cid-tmYXBOdYAo .title_block {
    margin-bottom: 40px;
  }
  .cid-tmYXBOdYAo .card {
    text-align: center;
  }
  .cid-tmYXBOdYAo .card_wrapper {
    max-width: 290px;
    text-align: center;
    margin: 50px auto 0;
  }
}
.cid-tmYXD5cExM {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-tmYXD5cExM .title_block {
  margin-bottom: 80px;
}
.cid-tmYXD5cExM .mbr-section-subtitle {
  margin-bottom: 16px;
  color: #ff6b00;
  letter-spacing: 1.6px;
  line-height: 1;
  font-weight: 600;
}
.cid-tmYXD5cExM .mbr-section-title,
.cid-tmYXD5cExM .card-title {
  color: #47b5ed;
}
.cid-tmYXD5cExM .card:nth-child(1) .iconfont-wrapper:before {
  background-color: rgba(22, 23, 52, 0.07);
}
.cid-tmYXD5cExM .card:nth-child(1) .iconfont-wrapper .mbr-iconfont {
  color: #161734;
}
.cid-tmYXD5cExM .card:nth-child(2) .iconfont-wrapper:before {
  background-color: rgba(255, 225, 97, 0.07);
}
.cid-tmYXD5cExM .card:nth-child(2) .iconfont-wrapper .mbr-iconfont {
  color: #ffe161;
}
.cid-tmYXD5cExM .card:nth-child(3) .iconfont-wrapper:before {
  background-color: rgba(64, 176, 191, 0.07);
}
.cid-tmYXD5cExM .card:nth-child(3) .iconfont-wrapper .mbr-iconfont {
  color: #40b0bf;
}
.cid-tmYXD5cExM .card:nth-child(4) .iconfont-wrapper:before {
  background-color: rgba(2, 85, 128, 0.07);
}
.cid-tmYXD5cExM .card:nth-child(4) .iconfont-wrapper .mbr-iconfont {
  color: #025580;
}
.cid-tmYXD5cExM .iconfont-wrapper {
  display: inline-block;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}
.cid-tmYXD5cExM .iconfont-wrapper:before {
  top: 0;
  left: 50%;
  bottom: 0;
  z-index: -1;
  content: "";
  width: 60px;
  position: absolute;
  -webkit-clip-path: polygon(0 0, 100% 0%, 100% 95%, 0% 100%);
  clip-path: polygon(0 0, 100% 0%, 100% 95%, 0% 100%);
}
.cid-tmYXD5cExM .iconfont-wrapper .mbr-iconfont {
  height: 75px;
  line-height: 75px;
  font-size: 46px;
  text-align: center;
}
.cid-tmYXD5cExM .card-title {
  margin-bottom: 20px;
}
.cid-tmYXD5cExM .card-text {
  margin-bottom: 15px;
  line-height: 1.5;
}
.cid-tmYXD5cExM .btn_link {
  display: block;
  margin-bottom: 0;
  position: relative;
  font-weight: 700;
}
.cid-tmYXD5cExM .btn_link span {
  display: inline-block;
  margin-left: .25rem;
  font-size: 16px;
  vertical-align: middle;
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-tmYXD5cExM .btn_link:hover {
  cursor: pointer;
}
.cid-tmYXD5cExM .btn_link:hover a {
  color: #161734 !important;
}
.cid-tmYXD5cExM .btn_link:hover span {
  transform: translatex(5px);
}
.cid-tmYXD5cExM .icon_block {
  position: relative;
}
.cid-tmYXD5cExM .shape_2 {
  position: absolute;
  top: 0;
  left: -8px;
  width: 0;
  height: 0;
  border-bottom: 10px solid #025580;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  transform: rotate(-25deg);
}
.cid-tmYXD5cExM .shape_4 {
  position: absolute;
  left: -13px;
  bottom: 0;
  width: 8px;
  height: 8px;
  background: #ff9966;
  transform: rotate(-35deg);
}
@media (max-width: 991px) {
  .cid-tmYXD5cExM .title_block {
    margin-bottom: 40px;
  }
  .cid-tmYXD5cExM .card {
    text-align: center;
  }
  .cid-tmYXD5cExM .card_wrapper {
    max-width: 290px;
    text-align: center;
    margin: 50px auto 0;
  }
}
.cid-tmYYvqTxED {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-tmYYvqTxED .title_block {
  margin-bottom: 80px;
}
.cid-tmYYvqTxED .mbr-section-subtitle {
  margin-bottom: 16px;
  color: #ff6b00;
  letter-spacing: 1.6px;
  line-height: 1;
  font-weight: 600;
}
.cid-tmYYvqTxED .mbr-section-title,
.cid-tmYYvqTxED .card-title {
  color: #47b5ed;
}
.cid-tmYYvqTxED .card:nth-child(1) .iconfont-wrapper:before {
  background-color: rgba(22, 23, 52, 0.07);
}
.cid-tmYYvqTxED .card:nth-child(1) .iconfont-wrapper .mbr-iconfont {
  color: #161734;
}
.cid-tmYYvqTxED .card:nth-child(2) .iconfont-wrapper:before {
  background-color: rgba(255, 225, 97, 0.07);
}
.cid-tmYYvqTxED .card:nth-child(2) .iconfont-wrapper .mbr-iconfont {
  color: #ffe161;
}
.cid-tmYYvqTxED .card:nth-child(3) .iconfont-wrapper:before {
  background-color: rgba(64, 176, 191, 0.07);
}
.cid-tmYYvqTxED .card:nth-child(3) .iconfont-wrapper .mbr-iconfont {
  color: #40b0bf;
}
.cid-tmYYvqTxED .card:nth-child(4) .iconfont-wrapper:before {
  background-color: rgba(2, 85, 128, 0.07);
}
.cid-tmYYvqTxED .card:nth-child(4) .iconfont-wrapper .mbr-iconfont {
  color: #025580;
}
.cid-tmYYvqTxED .iconfont-wrapper {
  display: inline-block;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}
.cid-tmYYvqTxED .iconfont-wrapper:before {
  top: 0;
  left: 50%;
  bottom: 0;
  z-index: -1;
  content: "";
  width: 60px;
  position: absolute;
  -webkit-clip-path: polygon(0 0, 100% 0%, 100% 95%, 0% 100%);
  clip-path: polygon(0 0, 100% 0%, 100% 95%, 0% 100%);
}
.cid-tmYYvqTxED .iconfont-wrapper .mbr-iconfont {
  height: 75px;
  line-height: 75px;
  font-size: 46px;
  text-align: center;
}
.cid-tmYYvqTxED .card-title {
  margin-bottom: 20px;
}
.cid-tmYYvqTxED .card-text {
  margin-bottom: 15px;
  line-height: 1.5;
}
.cid-tmYYvqTxED .btn_link {
  display: block;
  margin-bottom: 0;
  position: relative;
  font-weight: 700;
}
.cid-tmYYvqTxED .btn_link span {
  display: inline-block;
  margin-left: .25rem;
  font-size: 16px;
  vertical-align: middle;
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-tmYYvqTxED .btn_link:hover {
  cursor: pointer;
}
.cid-tmYYvqTxED .btn_link:hover a {
  color: #161734 !important;
}
.cid-tmYYvqTxED .btn_link:hover span {
  transform: translatex(5px);
}
.cid-tmYYvqTxED .icon_block {
  position: relative;
}
.cid-tmYYvqTxED .shape_2 {
  position: absolute;
  top: 0;
  left: -8px;
  width: 0;
  height: 0;
  border-bottom: 10px solid #025580;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  transform: rotate(-25deg);
}
.cid-tmYYvqTxED .shape_4 {
  position: absolute;
  left: -13px;
  bottom: 0;
  width: 8px;
  height: 8px;
  background: #ff9966;
  transform: rotate(-35deg);
}
@media (max-width: 991px) {
  .cid-tmYYvqTxED .title_block {
    margin-bottom: 40px;
  }
  .cid-tmYYvqTxED .card {
    text-align: center;
  }
  .cid-tmYYvqTxED .card_wrapper {
    max-width: 290px;
    text-align: center;
    margin: 50px auto 0;
  }
}
.cid-tnaw1wbncs {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f9f9f9;
}
.cid-tnaw1wbncs .list {
  list-style: none;
  padding-left: 0;
  font-weight: 300;
  color: #025580;
}
@media (max-width: 991px) {
  .cid-tnaw1wbncs .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tnaw1wbncs .list {
    margin-bottom: 0rem;
  }
}
@media (max-width: 576px) {
  .cid-tnaw1wbncs .list {
    margin-bottom: 30px;
  }
}
.cid-tnaw1wbncs .item-wrap {
  margin-bottom: 15px;
}
@media (max-width: 576px) {
  .cid-tnaw1wbncs .item-wrap {
    margin-bottom: 0;
  }
}
@media (max-width: 991px) {
  .cid-tnaw1wbncs div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-tnaw1wbncs .copyright {
  color: #868c90;
}
.cid-tnaw1wbncs .mbr-section-subtitle {
  color: #025580;
}
@media (max-width: 576px) {
  .cid-tnaw1wbncs .mbr-section-subtitle {
    margin-bottom: 10px;
  }
}
.cid-tnaw1wbncs .footer {
  padding-top: 66px;
  padding-bottom: 50px;
  border-top: 1px solid #868c90;
  border-bottom: 1px solid #868c90;
}
@media (max-width: 768px) {
  .cid-tnaw1wbncs .footer {
    padding-top: 48px;
    padding-bottom: 36px;
  }
}
@media (max-width: 767px) {
  .cid-tnaw1wbncs .footer {
    text-align: center !important;
  }
}
@media (max-width: 576px) {
  .cid-tnaw1wbncs .footer-logo {
    margin: 0 auto;
  }
}
