.btn {
  border-width: 2px;
}
body {
  font-family: Jost;
}
.display-1 {
  font-family: 'Jost', sans-serif;
  font-size: 4rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 5rem;
}
.display-2 {
  font-family: 'Jost', sans-serif;
  font-size: 3rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'Jost', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.375rem;
}
.display-5 {
  font-family: 'Jost', sans-serif;
  font-size: 2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Jost', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 3.2rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.8rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.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.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #6592e6 !important;
}
.bg-success {
  background-color: #40b0bf !important;
}
.bg-info {
  background-color: #47b5ed !important;
}
.bg-warning {
  background-color: #ffe161 !important;
}
.bg-danger {
  background-color: #ff9966 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #6592e6 !important;
  border-color: #6592e6 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #2260d2 !important;
  border-color: #2260d2 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #2260d2 !important;
  border-color: #2260d2 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ff6666 !important;
  border-color: #ff6666 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #ff0f0f !important;
  border-color: #ff0f0f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #ff0f0f !important;
  border-color: #ff0f0f !important;
}
.btn-info,
.btn-info:active {
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #148cca !important;
  border-color: #148cca !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #148cca !important;
  border-color: #148cca !important;
}
.btn-success,
.btn-success:active {
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #2a747e !important;
  border-color: #2a747e !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #2a747e !important;
  border-color: #2a747e !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
  color: #614f00 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #0a0800 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #614f00 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff5f0f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff5f0f !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #6592e6;
  color: #6592e6;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #2260d2 !important;
  background-color: transparent!important;
  border-color: #2260d2 !important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #6592e6 !important;
  border-color: #6592e6 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #ff6666;
  color: #ff6666;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ff0f0f !important;
  background-color: transparent!important;
  border-color: #ff0f0f !important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff6666 !important;
  border-color: #ff6666 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #47b5ed;
  color: #47b5ed;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #148cca !important;
  background-color: transparent!important;
  border-color: #148cca !important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
}
.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: #2a747e !important;
  background-color: transparent!important;
  border-color: #2a747e !important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
}
.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: #ffd10a !important;
  background-color: transparent!important;
  border-color: #ffd10a !important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #614f00 !important;
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
}
.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: #ff5f0f !important;
  background-color: transparent!important;
  border-color: #ff5f0f !important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: #000000 !important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent!important;
  border-color: #cfcfcf !important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #6592e6 !important;
}
.text-secondary {
  color: #ff6666 !important;
}
.text-success {
  color: #40b0bf !important;
}
.text-info {
  color: #47b5ed !important;
}
.text-warning {
  color: #ffe161 !important;
}
.text-danger {
  color: #ff9966 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #205ac5 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #ff0000 !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: #1283bc !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: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #6592e6;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #47b5ed;
}
.alert-warning {
  background-color: #ffe161;
}
.alert-danger {
  background-color: #ff9966;
}
.mbr-gallery-filter li.active .btn {
  background-color: #6592e6;
  border-color: #6592e6;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #6592e6;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #a0d8df;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #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_wraper {
  display: none;
}
.form-control {
  font-family: 'Jost', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.375rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #6592e6 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Jost', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.375rem;
}
blockquote {
  border-color: #6592e6;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #6592e6;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #6592e6;
}
.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: #6592e6;
  border-bottom-color: #6592e6;
}
.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: #6592e6 !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: #ff6666 !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='%236592e6' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
*:focus-visible {
  outline: red solid 2px !important;
  outline-offset: 2px !important;
  transition: outline 0.2s ease-in-out;
}
.cid-vuvpppDMKu {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-vuvpppDMKu .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;
}
@media (max-width: 767px) {
  .cid-vuvpppDMKu .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-vuvpppDMKu .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vuvpppDMKu .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-vuvpppDMKu .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vuvpppDMKu .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vuvpppDMKu .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-vuvpppDMKu .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-vuvpppDMKu .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
  border-radius: 4px !important;
}
.cid-vuvpppDMKu .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-vuvpppDMKu .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-vuvpppDMKu .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-vuvpppDMKu .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
  border-radius: 4px !important;
}
.cid-vuvpppDMKu .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-vuvpppDMKu .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-vuvpppDMKu .nav-link {
  width: fit-content;
  position: relative;
}
.cid-vuvpppDMKu .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-vuvpppDMKu .navbar-logo {
    padding-left: 0;
  }
}
.cid-vuvpppDMKu .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-vuvpppDMKu .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-vuvpppDMKu .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-vuvpppDMKu .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem 0.5rem 1rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.8) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-vuvpppDMKu .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vuvpppDMKu .container {
    width: 95%;
    height: 56px !important;
    padding: 0.5rem;
    margin-top: 0rem;
  }
}
.cid-vuvpppDMKu .iconfont-wrapper {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vuvpppDMKu .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.8) !important;
  border-radius: 4px !important;
}
.cid-vuvpppDMKu .nav-item:focus,
.cid-vuvpppDMKu .nav-link:focus {
  outline: none;
}
.cid-vuvpppDMKu .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vuvpppDMKu .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vuvpppDMKu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vuvpppDMKu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vuvpppDMKu .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vuvpppDMKu .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vuvpppDMKu .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-vuvpppDMKu .navbar.opened {
  transition: all 0.3s;
}
.cid-vuvpppDMKu .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vuvpppDMKu .navbar .navbar-logo img {
  width: auto;
  border-radius: 4px !important;
}
.cid-vuvpppDMKu .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-vuvpppDMKu .navbar.collapsed {
  justify-content: center;
}
.cid-vuvpppDMKu .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vuvpppDMKu .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vuvpppDMKu .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.3rem);
  }
}
.cid-vuvpppDMKu .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vuvpppDMKu .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vuvpppDMKu .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-vuvpppDMKu .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vuvpppDMKu .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vuvpppDMKu .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-vuvpppDMKu .navbar {
    min-height: 72px;
  }
  .cid-vuvpppDMKu .navbar .navbar-logo img {
    height: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-vuvpppDMKu .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vuvpppDMKu .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vuvpppDMKu .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vuvpppDMKu .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vuvpppDMKu .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-vuvpppDMKu .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vuvpppDMKu .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-vuvpppDMKu .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vuvpppDMKu .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vuvpppDMKu .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-vuvpppDMKu .dropdown-item.active,
.cid-vuvpppDMKu .dropdown-item:active {
  background-color: transparent;
}
.cid-vuvpppDMKu .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vuvpppDMKu .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vuvpppDMKu .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vuvpppDMKu .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-vuvpppDMKu .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-vuvpppDMKu .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-vuvpppDMKu ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vuvpppDMKu .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-vuvpppDMKu .navbar-buttons {
    text-align: left;
  }
}
.cid-vuvpppDMKu button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vuvpppDMKu button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-vuvpppDMKu button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vuvpppDMKu button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vuvpppDMKu button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vuvpppDMKu button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vuvpppDMKu nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vuvpppDMKu nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vuvpppDMKu nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vuvpppDMKu nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vuvpppDMKu .navbar-dropdown {
  padding: 0 1rem;
}
.cid-vuvpppDMKu a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vuvpppDMKu .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-vuvpppDMKu .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vuvpppDMKu .navbar {
    height: 70px;
  }
  .cid-vuvpppDMKu .navbar.opened {
    height: auto;
  }
  .cid-vuvpppDMKu .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vuvpppDMKu .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-vuvpppDMKu .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-vuvpppDMKu .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-vuvpppDMKu .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-vuvpppDMKu .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-vuvpppDMKu .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-vuvpppDMKu .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-vuvpppDMKu .navbar-brand {
    margin-right: auto;
  }
  .cid-vuvpppDMKu .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.8) !important;
    background: rgba(255, 255, 255, 0.8) !important;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-vuvpppDMKu .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-vuvpppDMKu .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-vuvpppDMKu .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-vuvpppDMKu .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-vuvpppDMKu .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-vuvpppDMKu .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-vuvpppDMKu .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-vuvpppDMKu .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-vuvpppDMKu .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-vuvpppDMKu .navbar-collapse {
    padding: 1rem;
  }
}
.cid-sFzxmVl7J6 {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-color: #ffffff;
}
.cid-sFzxmVl7J6 .row {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-sFzxmVl7J6 .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-sFzxmVl7J6 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-sFzxmVl7J6 .text-wrapper {
    padding: 0 2rem;
  }
}
@media (max-width: 768px) {
  .cid-sFzxmVl7J6 .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-sFzxmVl7J6 .mbr-text,
.cid-sFzxmVl7J6 .mbr-section-btn {
  color: #353535;
}
.cid-sFzz5E692j {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sFzz5E692j .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-sFzz5E692j .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-sFzz5E692j .text-wrapper {
    padding: 0 2rem;
  }
}
@media (max-width: 768px) {
  .cid-sFzz5E692j .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-sFzFvgBfc0 {
  padding-top: 6rem;
  padding-bottom: 4rem;
  background-color: #fafafa;
}
.cid-sFzFvgBfc0 img,
.cid-sFzFvgBfc0 .item-img {
  width: 100%;
}
.cid-sFzFvgBfc0 .item:focus,
.cid-sFzFvgBfc0 span:focus {
  outline: none;
}
.cid-sFzFvgBfc0 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sFzFvgBfc0 .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-sFzFvgBfc0 .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-sFzFvgBfc0 .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sFzFvgBfc0 .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-sFzFvgBfc0 .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-sFzFvgBfc0 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-sFzFvgBfc0 .mbr-section-title {
  color: #000000;
}
.cid-sFzFvgBfc0 .mbr-text,
.cid-sFzFvgBfc0 .mbr-section-btn {
  text-align: left;
}
.cid-sFzFvgBfc0 .item-title {
  text-align: left;
}
.cid-sFzFvgBfc0 .item-subtitle {
  text-align: left;
}
.cid-vsUZSZ7eCi {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vsUZSZ7eCi .mbr-fallback-image.disabled {
  display: none;
}
.cid-vsUZSZ7eCi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vsUZSZ7eCi .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #6592e6;
  margin-bottom: 2rem;
}
.cid-vsUZSZ7eCi .card-wrapper {
  padding: 3rem;
  background: #fafafa;
  border-radius: 4px;
}
@media (max-width: 992px) {
  .cid-vsUZSZ7eCi .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vsUZSZ7eCi .card-wrapper {
    padding: 3rem 1rem;
  }
}
.cid-sFCygHrmNf {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-sFCygHrmNf .row-links {
  width: 100%;
  justify-content: center;
}
.cid-sFCygHrmNf .social-row {
  width: 100%;
  justify-content: center;
}
.cid-sFCygHrmNf .row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-sFCygHrmNf .row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-sFCygHrmNf .row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-sFCygHrmNf .row .foot-menu li p {
  margin: 0;
}
.cid-sFCygHrmNf .row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-sFCygHrmNf .row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-sFCygHrmNf .row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sFCygHrmNf .row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-sFCygHrmNf .row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sFCygHrmNf .row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sFCygHrmNf .row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-sFCygHrmNf .row .row-copirayt p {
  width: 100%;
}
.cid-vuvpppDMKu {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-vuvpppDMKu .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;
}
@media (max-width: 767px) {
  .cid-vuvpppDMKu .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-vuvpppDMKu .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vuvpppDMKu .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-vuvpppDMKu .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vuvpppDMKu .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vuvpppDMKu .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-vuvpppDMKu .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-vuvpppDMKu .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
  border-radius: 4px !important;
}
.cid-vuvpppDMKu .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-vuvpppDMKu .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-vuvpppDMKu .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-vuvpppDMKu .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
  border-radius: 4px !important;
}
.cid-vuvpppDMKu .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-vuvpppDMKu .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-vuvpppDMKu .nav-link {
  width: fit-content;
  position: relative;
}
.cid-vuvpppDMKu .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-vuvpppDMKu .navbar-logo {
    padding-left: 0;
  }
}
.cid-vuvpppDMKu .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-vuvpppDMKu .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-vuvpppDMKu .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-vuvpppDMKu .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem 0.5rem 1rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.8) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-vuvpppDMKu .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vuvpppDMKu .container {
    width: 95%;
    height: 56px !important;
    padding: 0.5rem;
    margin-top: 0rem;
  }
}
.cid-vuvpppDMKu .iconfont-wrapper {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vuvpppDMKu .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.8) !important;
  border-radius: 4px !important;
}
.cid-vuvpppDMKu .nav-item:focus,
.cid-vuvpppDMKu .nav-link:focus {
  outline: none;
}
.cid-vuvpppDMKu .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vuvpppDMKu .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vuvpppDMKu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vuvpppDMKu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vuvpppDMKu .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vuvpppDMKu .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vuvpppDMKu .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-vuvpppDMKu .navbar.opened {
  transition: all 0.3s;
}
.cid-vuvpppDMKu .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vuvpppDMKu .navbar .navbar-logo img {
  width: auto;
  border-radius: 4px !important;
}
.cid-vuvpppDMKu .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-vuvpppDMKu .navbar.collapsed {
  justify-content: center;
}
.cid-vuvpppDMKu .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vuvpppDMKu .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vuvpppDMKu .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.3rem);
  }
}
.cid-vuvpppDMKu .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vuvpppDMKu .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vuvpppDMKu .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-vuvpppDMKu .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vuvpppDMKu .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vuvpppDMKu .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-vuvpppDMKu .navbar {
    min-height: 72px;
  }
  .cid-vuvpppDMKu .navbar .navbar-logo img {
    height: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-vuvpppDMKu .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vuvpppDMKu .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vuvpppDMKu .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vuvpppDMKu .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vuvpppDMKu .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-vuvpppDMKu .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vuvpppDMKu .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-vuvpppDMKu .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vuvpppDMKu .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vuvpppDMKu .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-vuvpppDMKu .dropdown-item.active,
.cid-vuvpppDMKu .dropdown-item:active {
  background-color: transparent;
}
.cid-vuvpppDMKu .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vuvpppDMKu .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vuvpppDMKu .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vuvpppDMKu .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-vuvpppDMKu .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-vuvpppDMKu .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-vuvpppDMKu ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vuvpppDMKu .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-vuvpppDMKu .navbar-buttons {
    text-align: left;
  }
}
.cid-vuvpppDMKu button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vuvpppDMKu button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-vuvpppDMKu button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vuvpppDMKu button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vuvpppDMKu button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vuvpppDMKu button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vuvpppDMKu nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vuvpppDMKu nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vuvpppDMKu nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vuvpppDMKu nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vuvpppDMKu .navbar-dropdown {
  padding: 0 1rem;
}
.cid-vuvpppDMKu a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vuvpppDMKu .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-vuvpppDMKu .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vuvpppDMKu .navbar {
    height: 70px;
  }
  .cid-vuvpppDMKu .navbar.opened {
    height: auto;
  }
  .cid-vuvpppDMKu .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vuvpppDMKu .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-vuvpppDMKu .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-vuvpppDMKu .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-vuvpppDMKu .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-vuvpppDMKu .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-vuvpppDMKu .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-vuvpppDMKu .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-vuvpppDMKu .navbar-brand {
    margin-right: auto;
  }
  .cid-vuvpppDMKu .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.8) !important;
    background: rgba(255, 255, 255, 0.8) !important;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-vuvpppDMKu .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-vuvpppDMKu .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-vuvpppDMKu .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-vuvpppDMKu .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-vuvpppDMKu .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-vuvpppDMKu .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-vuvpppDMKu .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-vuvpppDMKu .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-vuvpppDMKu .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-vuvpppDMKu .navbar-collapse {
    padding: 1rem;
  }
}
.cid-vuvpqBwsUj {
  display: flex;
  background-image: url("../../../assets/images/267-1917x651.jpg");
}
.cid-vuvpqBwsUj .mbr-overlay {
  background-color: #000000;
  opacity: 0.4;
}
@media (min-width: 768px) {
  .cid-vuvpqBwsUj {
    align-items: center;
  }
  .cid-vuvpqBwsUj .row {
    justify-content: center;
  }
  .cid-vuvpqBwsUj .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-vuvpqBwsUj .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-vuvpqBwsUj {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-vuvpqBwsUj .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-vuvpqBwsUj .content-wrap {
    width: 100%;
  }
}
.cid-vuvpqBwsUj .mbr-section-title,
.cid-vuvpqBwsUj .mbr-section-subtitle {
  text-align: center;
}
.cid-vuvpqBwsUj .mbr-text,
.cid-vuvpqBwsUj .mbr-section-btn {
  text-align: center;
}
.cid-vuvprwkb1k {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-vuvprwkb1k .mbr-fallback-image.disabled {
  display: none;
}
.cid-vuvprwkb1k .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vuvprwkb1k .content-text {
  max-width: 800px;
}
.cid-vuvprwkb1k .mbr-section-title {
  color: #000000;
}
.cid-vuvprwkb1k .mbr-text,
.cid-vuvprwkb1k .mbr-section-btn {
  color: #000000;
}
.cid-vuvqv5KytY {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vuvqv5KytY .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-vuvqv5KytY .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-vuvqv5KytY .counter-container ul li:before {
  position: absolute;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #6592e6;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 5px;
  content: "✓";
}
.cid-vuvprV6k3B {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #edefeb;
}
.cid-vuvprV6k3B .row {
  flex-direction: row-reverse;
}
.cid-vuvprV6k3B .mbr-fallback-image.disabled {
  display: none;
}
.cid-vuvprV6k3B .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vuvprV6k3B .mbr-description {
  text-align: left;
}
.cid-vuvprV6k3B .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem 2.25rem 1rem 2.25rem;
}
@media (max-width: 767px) {
  .cid-vuvprV6k3B .item-wrapper {
    padding: 2rem 1.5rem 0.5rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vuvprV6k3B .item-wrapper {
    padding: 2rem 1.5rem 0.5rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-vuvprV6k3B .card-title,
.cid-vuvprV6k3B .iconfont-wrapper {
  color: #000000;
}
.cid-vuvprV6k3B .card-text {
  color: #000000;
}
.cid-vuvprV6k3B .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-vuvprV6k3B .mbr-text,
.cid-vuvprV6k3B .mbr-section-btn {
  text-align: center;
}
.cid-vuvprV6k3B .card-text,
.cid-vuvprV6k3B .item .mbr-section-btn {
  text-align: left;
}
.cid-vuvprV6k3B .counter-container ul {
  margin: 0;
  padding-left: 2.25rem;
  list-style: none;
}
.cid-vuvprV6k3B .counter-container ul li {
  position: relative;
  list-style: none;
  margin-bottom: 2rem;
}
.cid-vuvprV6k3B .counter-container ul li:before {
  position: absolute;
  left: -1.5em;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #9fe870;
  background-color: #9fe870;
  width: 0.5em;
  height: 0.5em;
  top: 0.4em;
  border-radius: 50%;
}
.cid-vuvprV6k3B .mbr-text UL {
  text-align: left;
}
.cid-vuvptcgg0H {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vuvptcgg0H .counter-container ol {
  margin-bottom: 0;
  counter-reset: myCounter;
}
.cid-vuvptcgg0H .counter-container ol li {
  margin-bottom: 1rem;
}
.cid-vuvptcgg0H .counter-container ol li {
  list-style: none;
  padding-left: 1rem;
  position: relative;
}
.cid-vuvptcgg0H .counter-container ol li:before {
  position: absolute;
  left: -40px;
  margin-top: 5px;
  counter-increment: myCounter;
  content: counter(myCounter);
  line-height: 40px;
  transition: all .2s;
  color: #ffffff;
  background: #6592e6;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vuvptcgg0H .mbr-section-title {
  text-align: center;
}
.cid-vuvrHU0DIB {
  padding-top: 3rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/266-1920x603.jpg");
}
.cid-vuvrHU0DIB .item-wrapper img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50% !important;
}
.cid-vuvrHU0DIB .mbr-fallback-image.disabled {
  display: none;
}
.cid-vuvrHU0DIB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vuvrHU0DIB .item-wrapper {
  background: #ffffff;
  padding: 2.25rem;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-vuvrHU0DIB .item-wrapper {
    padding: 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vuvrHU0DIB .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-vuvrHU0DIB .card-title,
.cid-vuvrHU0DIB .iconfont-wrapper {
  color: #000000;
}
.cid-vuvrHU0DIB .content-head {
  max-width: 800px;
}
.cid-vuvrHU0DIB .mbr-section-title {
  color: #ffe161;
}
.cid-vuvrHU0DIB .mbr-section-subtitle {
  color: #000000;
}
.cid-vuvrHU0DIB .card-text {
  color: #000000;
}
.cid-vuvrHU0DIB .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vuvrHU0DIB .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-vuvJpUQa7s {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vuvJpUQa7s .mbr-text {
  color: #000000;
}
.cid-vuvJpUQa7s .mbr-section-subtitle {
  color: #000000;
}
.cid-vuvJpUQa7s .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-vuvLM1zrNX {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #8caff0;
}
.cid-vuvLM1zrNX .item-wrapper img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50% !important;
}
.cid-vuvLM1zrNX .mbr-fallback-image.disabled {
  display: none;
}
.cid-vuvLM1zrNX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vuvLM1zrNX .item-wrapper {
  background: #ffffff;
  padding: 2.25rem;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-vuvLM1zrNX .item-wrapper {
    padding: 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vuvLM1zrNX .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-vuvLM1zrNX .card-title,
.cid-vuvLM1zrNX .iconfont-wrapper {
  color: #000000;
}
.cid-vuvLM1zrNX .content-head {
  max-width: 800px;
}
.cid-vuvLM1zrNX .mbr-section-title {
  color: #000000;
}
.cid-vuvLM1zrNX .mbr-section-subtitle {
  color: #000000;
}
.cid-vuvLM1zrNX .card-text {
  color: #000000;
}
.cid-vuvLM1zrNX .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vuvLM1zrNX .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-vuvMYzZCSP {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #edefeb;
}
.cid-vuvMYzZCSP .mbr-fallback-image.disabled {
  display: none;
}
.cid-vuvMYzZCSP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .cid-vuvMYzZCSP .card-content-text {
    padding: 0 1.5rem 1.5rem 1.5rem;
  }
}
@media (min-width: 768px) {
  .cid-vuvMYzZCSP .card-content-text {
    padding: 0 2.25rem 2.25rem 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-vuvMYzZCSP .card-content-text {
    padding: 1rem 4rem 4rem 4rem;
  }
}
.cid-vuvMYzZCSP .card-wrapper {
  background: #ffffff;
}
.cid-vuvMYzZCSP .mbr-text,
.cid-vuvMYzZCSP .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-vuvMYzZCSP .card-title,
.cid-vuvMYzZCSP .card-box {
  text-align: left;
  color: #000000;
}
.cid-vuvMYzZCSP .image-wrapper img {
  width: 100%;
}
.cid-vuvOAJ9F7K {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-vuvOAJ9F7K .carousel {
    min-height: 800px;
  }
  .cid-vuvOAJ9F7K .carousel img {
    max-height: 800px;
    object-fit: contain;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-vuvOAJ9F7K .carousel {
    min-height: 520px;
  }
  .cid-vuvOAJ9F7K .carousel img {
    max-height: 520px;
    object-fit: contain;
  }
}
@media (max-width: 767px) {
  .cid-vuvOAJ9F7K .carousel {
    min-height: 440px;
  }
  .cid-vuvOAJ9F7K .carousel img {
    max-height: 440px;
    object-fit: contain;
  }
  .cid-vuvOAJ9F7K .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-vuvOAJ9F7K .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-vuvOAJ9F7K .carousel,
.cid-vuvOAJ9F7K .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-vuvOAJ9F7K .item-wrapper {
  width: 100%;
}
.cid-vuvOAJ9F7K .carousel-caption {
  bottom: 40px;
  z-index: 1;
}
.cid-vuvOAJ9F7K .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-vuvOAJ9F7K .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-vuvOAJ9F7K .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-vuvOAJ9F7K .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-vuvOAJ9F7K .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-vuvOAJ9F7K .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vuvOAJ9F7K .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vuvOAJ9F7K .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-vuvOAJ9F7K .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-vuvOAJ9F7K .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-vuvOAJ9F7K .carousel-indicators li.active,
.cid-vuvOAJ9F7K .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-vuvOAJ9F7K .carousel-indicators li::after,
.cid-vuvOAJ9F7K .carousel-indicators li::before {
  content: none;
}
.cid-vuvOAJ9F7K .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-vuvOAJ9F7K .carousel-indicators {
    display: none !important;
  }
}
.cid-vuvOAJ9F7K .mbr-section-subtitle {
  color: #ffe161;
}
.cid-vuLVjkBvFC {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #dcf3fb;
}
.cid-vuLVjkBvFC img,
.cid-vuLVjkBvFC .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-vuLVjkBvFC .item:focus,
.cid-vuLVjkBvFC span:focus {
  outline: none;
}
.cid-vuLVjkBvFC .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-vuLVjkBvFC .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-vuLVjkBvFC .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vuLVjkBvFC .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-vuLVjkBvFC .mbr-section-btn {
  margin-top: auto !important;
}
.cid-vuLVjkBvFC .mbr-section-title {
  color: #232323;
}
.cid-vuLVjkBvFC .mbr-text,
.cid-vuLVjkBvFC .mbr-section-btn {
  text-align: left;
}
.cid-vuLVjkBvFC .item-title {
  text-align: left;
}
.cid-vuLVjkBvFC .item-subtitle {
  text-align: left;
}
.cid-vuvSVHS3vJ {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #4479d9;
}
.cid-vuvSVHS3vJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-vuvSVHS3vJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vuvSVHS3vJ .mbr-section-title {
  color: #ffffff;
}
.cid-vuvSVHS3vJ .mbr-text,
.cid-vuvSVHS3vJ .mbr-section-btn {
  text-align: justify;
  color: #ffffff;
}
.cid-vuvpsfPbhv {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vuvpsfPbhv .mbr-fallback-image.disabled {
  display: none;
}
.cid-vuvpsfPbhv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vuvpsfPbhv .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #6592e6;
  margin-bottom: 2rem;
}
.cid-vuvpsfPbhv .card-wrapper {
  padding: 3rem;
  background: #fafafa;
  border-radius: 4px;
}
@media (max-width: 992px) {
  .cid-vuvpsfPbhv .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vuvpsfPbhv .card-wrapper {
    padding: 3rem 1rem;
  }
}
.cid-vuvUEuJgAT {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-vuvUEuJgAT .mbr-fallback-image.disabled {
  display: none;
}
.cid-vuvUEuJgAT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vuvUEuJgAT .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-vuvUEuJgAT .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-vuvUEuJgAT .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #6592e6;
}
.cid-vuvUEuJgAT .panel-body,
.cid-vuvUEuJgAT .card-header {
  padding: 1rem 0;
}
.cid-vuvUEuJgAT .panel-title-edit {
  color: #000000;
}
.cid-vuw6SBehtT {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #dcf3fb;
}
.cid-vuw6SBehtT .mbr-fallback-image.disabled {
  display: none;
}
.cid-vuw6SBehtT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vuw3DonJuM {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #fafafa;
}
.cid-vuw3DonJuM .mbr-fallback-image.disabled {
  display: none;
}
.cid-vuw3DonJuM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vuw3DonJuM .item:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-vuw3DonJuM .item-wrapper {
  background-color: #ffffff;
  border-radius: 4px;
}
.cid-vuw3DonJuM .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-vuw3DonJuM .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-vuw3DonJuM .social-row .soc-item .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
  transition: all 0.3s;
}
.cid-vuw3DonJuM .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-vuw3DonJuM .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-vuw3DonJuM .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-vuw3DonJuM .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vuw3DonJuM .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-sFCygHrmNf {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-sFCygHrmNf .row-links {
  width: 100%;
  justify-content: center;
}
.cid-sFCygHrmNf .social-row {
  width: 100%;
  justify-content: center;
}
.cid-sFCygHrmNf .row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-sFCygHrmNf .row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-sFCygHrmNf .row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-sFCygHrmNf .row .foot-menu li p {
  margin: 0;
}
.cid-sFCygHrmNf .row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-sFCygHrmNf .row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-sFCygHrmNf .row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sFCygHrmNf .row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-sFCygHrmNf .row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sFCygHrmNf .row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sFCygHrmNf .row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-sFCygHrmNf .row .row-copirayt p {
  width: 100%;
}
.cid-vuvpppDMKu {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-vuvpppDMKu .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;
}
@media (max-width: 767px) {
  .cid-vuvpppDMKu .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-vuvpppDMKu .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vuvpppDMKu .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-vuvpppDMKu .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vuvpppDMKu .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vuvpppDMKu .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-vuvpppDMKu .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-vuvpppDMKu .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
  border-radius: 4px !important;
}
.cid-vuvpppDMKu .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-vuvpppDMKu .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-vuvpppDMKu .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-vuvpppDMKu .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
  border-radius: 4px !important;
}
.cid-vuvpppDMKu .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-vuvpppDMKu .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-vuvpppDMKu .nav-link {
  width: fit-content;
  position: relative;
}
.cid-vuvpppDMKu .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-vuvpppDMKu .navbar-logo {
    padding-left: 0;
  }
}
.cid-vuvpppDMKu .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-vuvpppDMKu .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-vuvpppDMKu .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-vuvpppDMKu .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem 0.5rem 1rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.8) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-vuvpppDMKu .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vuvpppDMKu .container {
    width: 95%;
    height: 56px !important;
    padding: 0.5rem;
    margin-top: 0rem;
  }
}
.cid-vuvpppDMKu .iconfont-wrapper {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vuvpppDMKu .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.8) !important;
  border-radius: 4px !important;
}
.cid-vuvpppDMKu .nav-item:focus,
.cid-vuvpppDMKu .nav-link:focus {
  outline: none;
}
.cid-vuvpppDMKu .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vuvpppDMKu .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vuvpppDMKu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vuvpppDMKu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vuvpppDMKu .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vuvpppDMKu .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vuvpppDMKu .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-vuvpppDMKu .navbar.opened {
  transition: all 0.3s;
}
.cid-vuvpppDMKu .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vuvpppDMKu .navbar .navbar-logo img {
  width: auto;
  border-radius: 4px !important;
}
.cid-vuvpppDMKu .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-vuvpppDMKu .navbar.collapsed {
  justify-content: center;
}
.cid-vuvpppDMKu .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vuvpppDMKu .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vuvpppDMKu .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.3rem);
  }
}
.cid-vuvpppDMKu .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vuvpppDMKu .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vuvpppDMKu .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-vuvpppDMKu .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vuvpppDMKu .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vuvpppDMKu .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-vuvpppDMKu .navbar {
    min-height: 72px;
  }
  .cid-vuvpppDMKu .navbar .navbar-logo img {
    height: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-vuvpppDMKu .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vuvpppDMKu .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vuvpppDMKu .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vuvpppDMKu .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vuvpppDMKu .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-vuvpppDMKu .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vuvpppDMKu .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-vuvpppDMKu .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vuvpppDMKu .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vuvpppDMKu .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-vuvpppDMKu .dropdown-item.active,
.cid-vuvpppDMKu .dropdown-item:active {
  background-color: transparent;
}
.cid-vuvpppDMKu .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vuvpppDMKu .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vuvpppDMKu .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vuvpppDMKu .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-vuvpppDMKu .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-vuvpppDMKu .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-vuvpppDMKu ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vuvpppDMKu .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-vuvpppDMKu .navbar-buttons {
    text-align: left;
  }
}
.cid-vuvpppDMKu button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vuvpppDMKu button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-vuvpppDMKu button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vuvpppDMKu button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vuvpppDMKu button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vuvpppDMKu button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vuvpppDMKu nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vuvpppDMKu nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vuvpppDMKu nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vuvpppDMKu nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vuvpppDMKu .navbar-dropdown {
  padding: 0 1rem;
}
.cid-vuvpppDMKu a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vuvpppDMKu .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-vuvpppDMKu .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vuvpppDMKu .navbar {
    height: 70px;
  }
  .cid-vuvpppDMKu .navbar.opened {
    height: auto;
  }
  .cid-vuvpppDMKu .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vuvpppDMKu .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-vuvpppDMKu .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-vuvpppDMKu .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-vuvpppDMKu .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-vuvpppDMKu .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-vuvpppDMKu .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-vuvpppDMKu .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-vuvpppDMKu .navbar-brand {
    margin-right: auto;
  }
  .cid-vuvpppDMKu .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.8) !important;
    background: rgba(255, 255, 255, 0.8) !important;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-vuvpppDMKu .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-vuvpppDMKu .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-vuvpppDMKu .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-vuvpppDMKu .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-vuvpppDMKu .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-vuvpppDMKu .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-vuvpppDMKu .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-vuvpppDMKu .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-vuvpppDMKu .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-vuvpppDMKu .navbar-collapse {
    padding: 1rem;
  }
}
.cid-vuwyZKQgKP {
  padding-top: 8rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vuwyZKQgKP .mbr-fallback-image.disabled {
  display: none;
}
.cid-vuwyZKQgKP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vuwyZKQgKP .mbr-section-subtitle DIV {
  text-align: justify;
}
.cid-sFCygHrmNf {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-sFCygHrmNf .row-links {
  width: 100%;
  justify-content: center;
}
.cid-sFCygHrmNf .social-row {
  width: 100%;
  justify-content: center;
}
.cid-sFCygHrmNf .row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-sFCygHrmNf .row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-sFCygHrmNf .row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-sFCygHrmNf .row .foot-menu li p {
  margin: 0;
}
.cid-sFCygHrmNf .row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-sFCygHrmNf .row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-sFCygHrmNf .row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sFCygHrmNf .row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-sFCygHrmNf .row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sFCygHrmNf .row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sFCygHrmNf .row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-sFCygHrmNf .row .row-copirayt p {
  width: 100%;
}
.cid-vuvpppDMKu {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-vuvpppDMKu .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;
}
@media (max-width: 767px) {
  .cid-vuvpppDMKu .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-vuvpppDMKu .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vuvpppDMKu .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-vuvpppDMKu .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vuvpppDMKu .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vuvpppDMKu .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-vuvpppDMKu .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-vuvpppDMKu .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
  border-radius: 4px !important;
}
.cid-vuvpppDMKu .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-vuvpppDMKu .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-vuvpppDMKu .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-vuvpppDMKu .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
  border-radius: 4px !important;
}
.cid-vuvpppDMKu .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-vuvpppDMKu .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-vuvpppDMKu .nav-link {
  width: fit-content;
  position: relative;
}
.cid-vuvpppDMKu .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-vuvpppDMKu .navbar-logo {
    padding-left: 0;
  }
}
.cid-vuvpppDMKu .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-vuvpppDMKu .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-vuvpppDMKu .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-vuvpppDMKu .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem 0.5rem 1rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.8) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-vuvpppDMKu .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vuvpppDMKu .container {
    width: 95%;
    height: 56px !important;
    padding: 0.5rem;
    margin-top: 0rem;
  }
}
.cid-vuvpppDMKu .iconfont-wrapper {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vuvpppDMKu .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.8) !important;
  border-radius: 4px !important;
}
.cid-vuvpppDMKu .nav-item:focus,
.cid-vuvpppDMKu .nav-link:focus {
  outline: none;
}
.cid-vuvpppDMKu .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vuvpppDMKu .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vuvpppDMKu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vuvpppDMKu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vuvpppDMKu .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vuvpppDMKu .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vuvpppDMKu .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-vuvpppDMKu .navbar.opened {
  transition: all 0.3s;
}
.cid-vuvpppDMKu .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vuvpppDMKu .navbar .navbar-logo img {
  width: auto;
  border-radius: 4px !important;
}
.cid-vuvpppDMKu .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-vuvpppDMKu .navbar.collapsed {
  justify-content: center;
}
.cid-vuvpppDMKu .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vuvpppDMKu .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vuvpppDMKu .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.3rem);
  }
}
.cid-vuvpppDMKu .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vuvpppDMKu .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vuvpppDMKu .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-vuvpppDMKu .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vuvpppDMKu .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vuvpppDMKu .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-vuvpppDMKu .navbar {
    min-height: 72px;
  }
  .cid-vuvpppDMKu .navbar .navbar-logo img {
    height: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-vuvpppDMKu .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vuvpppDMKu .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vuvpppDMKu .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vuvpppDMKu .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vuvpppDMKu .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-vuvpppDMKu .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vuvpppDMKu .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-vuvpppDMKu .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vuvpppDMKu .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vuvpppDMKu .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-vuvpppDMKu .dropdown-item.active,
.cid-vuvpppDMKu .dropdown-item:active {
  background-color: transparent;
}
.cid-vuvpppDMKu .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vuvpppDMKu .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vuvpppDMKu .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vuvpppDMKu .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-vuvpppDMKu .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-vuvpppDMKu .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-vuvpppDMKu ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vuvpppDMKu .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-vuvpppDMKu .navbar-buttons {
    text-align: left;
  }
}
.cid-vuvpppDMKu button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vuvpppDMKu button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-vuvpppDMKu button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vuvpppDMKu button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vuvpppDMKu button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vuvpppDMKu button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vuvpppDMKu nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vuvpppDMKu nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vuvpppDMKu nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vuvpppDMKu nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vuvpppDMKu .navbar-dropdown {
  padding: 0 1rem;
}
.cid-vuvpppDMKu a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vuvpppDMKu .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-vuvpppDMKu .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vuvpppDMKu .navbar {
    height: 70px;
  }
  .cid-vuvpppDMKu .navbar.opened {
    height: auto;
  }
  .cid-vuvpppDMKu .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vuvpppDMKu .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-vuvpppDMKu .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-vuvpppDMKu .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-vuvpppDMKu .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-vuvpppDMKu .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-vuvpppDMKu .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-vuvpppDMKu .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-vuvpppDMKu .navbar-brand {
    margin-right: auto;
  }
  .cid-vuvpppDMKu .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.8) !important;
    background: rgba(255, 255, 255, 0.8) !important;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-vuvpppDMKu .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-vuvpppDMKu .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-vuvpppDMKu .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-vuvpppDMKu .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-vuvpppDMKu .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-vuvpppDMKu .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-vuvpppDMKu .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-vuvpppDMKu .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-vuvpppDMKu .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-vuvpppDMKu .navbar-collapse {
    padding: 1rem;
  }
}
.cid-vuwGfFDLgZ {
  padding-top: 9rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vuwGfFDLgZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-vuwGfFDLgZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vuwGfFDLgZ ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-vuwGfFDLgZ li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-vuwGfFDLgZ ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #6592e6;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-vuwGfFDLgZ .mbr-section-title {
  text-align: center;
}
.cid-sFCygHrmNf {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-sFCygHrmNf .row-links {
  width: 100%;
  justify-content: center;
}
.cid-sFCygHrmNf .social-row {
  width: 100%;
  justify-content: center;
}
.cid-sFCygHrmNf .row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-sFCygHrmNf .row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-sFCygHrmNf .row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-sFCygHrmNf .row .foot-menu li p {
  margin: 0;
}
.cid-sFCygHrmNf .row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-sFCygHrmNf .row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-sFCygHrmNf .row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sFCygHrmNf .row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-sFCygHrmNf .row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sFCygHrmNf .row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sFCygHrmNf .row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-sFCygHrmNf .row .row-copirayt p {
  width: 100%;
}
.cid-sFCw1qGFAI {
  z-index: 1000;
  width: 100%;
}
.cid-sFCw1qGFAI nav.navbar {
  position: fixed;
}
.cid-sFCw1qGFAI .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-sFCw1qGFAI .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sFCw1qGFAI .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sFCw1qGFAI .dropdown-item:hover,
.cid-sFCw1qGFAI .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-sFCw1qGFAI .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sFCw1qGFAI .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sFCw1qGFAI .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sFCw1qGFAI .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sFCw1qGFAI .nav-link {
  position: relative;
}
.cid-sFCw1qGFAI .container {
  display: flex;
  margin: auto;
}
.cid-sFCw1qGFAI .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sFCw1qGFAI .dropdown-menu,
.cid-sFCw1qGFAI .navbar.opened {
  background: #fafafa !important;
}
.cid-sFCw1qGFAI .nav-item:focus,
.cid-sFCw1qGFAI .nav-link:focus {
  outline: none;
}
.cid-sFCw1qGFAI .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sFCw1qGFAI .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sFCw1qGFAI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sFCw1qGFAI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sFCw1qGFAI .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sFCw1qGFAI .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sFCw1qGFAI .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: #fafafa;
}
.cid-sFCw1qGFAI .navbar.opened {
  transition: all 0.3s;
}
.cid-sFCw1qGFAI .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sFCw1qGFAI .navbar .navbar-logo img {
  width: auto;
}
.cid-sFCw1qGFAI .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sFCw1qGFAI .navbar.collapsed {
  justify-content: center;
}
.cid-sFCw1qGFAI .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sFCw1qGFAI .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sFCw1qGFAI .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sFCw1qGFAI .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sFCw1qGFAI .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sFCw1qGFAI .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-sFCw1qGFAI .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sFCw1qGFAI .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sFCw1qGFAI .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sFCw1qGFAI .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sFCw1qGFAI .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sFCw1qGFAI .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sFCw1qGFAI .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sFCw1qGFAI .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-sFCw1qGFAI .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sFCw1qGFAI .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sFCw1qGFAI .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sFCw1qGFAI .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sFCw1qGFAI .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sFCw1qGFAI .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sFCw1qGFAI .navbar.navbar-short {
  min-height: 60px;
}
.cid-sFCw1qGFAI .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sFCw1qGFAI .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sFCw1qGFAI .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sFCw1qGFAI .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sFCw1qGFAI .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sFCw1qGFAI .dropdown-item.active,
.cid-sFCw1qGFAI .dropdown-item:active {
  background-color: transparent;
}
.cid-sFCw1qGFAI .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sFCw1qGFAI .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sFCw1qGFAI .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sFCw1qGFAI .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fafafa;
}
.cid-sFCw1qGFAI .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sFCw1qGFAI .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sFCw1qGFAI ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sFCw1qGFAI .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sFCw1qGFAI button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sFCw1qGFAI button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-sFCw1qGFAI button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sFCw1qGFAI button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sFCw1qGFAI button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sFCw1qGFAI button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sFCw1qGFAI nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sFCw1qGFAI nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sFCw1qGFAI nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sFCw1qGFAI nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sFCw1qGFAI .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sFCw1qGFAI a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sFCw1qGFAI .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sFCw1qGFAI .navbar {
    height: 70px;
  }
  .cid-sFCw1qGFAI .navbar.opened {
    height: auto;
  }
  .cid-sFCw1qGFAI .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sFzxmVl7J6 {
  padding-top: 8rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-sFzxmVl7J6 .row {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-sFzxmVl7J6 .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-sFzxmVl7J6 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-sFzxmVl7J6 .text-wrapper {
    padding: 0 2rem;
  }
}
@media (max-width: 768px) {
  .cid-sFzxmVl7J6 .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-sFzxmVl7J6 .mbr-text,
.cid-sFzxmVl7J6 .mbr-section-btn {
  color: #353535;
}
.cid-sFzyUE9AaP {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #fafafa;
}
@media (min-width: 1500px) {
  .cid-sFzyUE9AaP .container {
    max-width: 1400px;
  }
}
.cid-sFzyUE9AaP .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #4479d9;
  margin-bottom: 2rem;
}
.cid-sFzyUE9AaP .card-wrapper {
  margin-top: 3rem;
}
.cid-sFzyUE9AaP .row {
  justify-content: center;
}
.cid-sFzyUE9AaP .card-title,
.cid-sFzyUE9AaP .iconfont-wrapper {
  color: #000000;
}
.cid-sFzyUE9AaP .card-text {
  color: #000000;
}
.cid-sFzyUE9AaP .mbr-section-title {
  color: #000000;
}
.cid-vuGW4J3oZW {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-vuGW4J3oZW .mbr-text {
  color: #000000;
}
.cid-vuGW4J3oZW .mbr-section-subtitle {
  color: #000000;
}
.cid-vuGW4J3oZW .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-sFAyHxWQ1N {
  padding-top: 4rem;
  padding-bottom: 9rem;
  background-color: #fafafa;
}
.cid-sFAyHxWQ1N .item {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.cid-sFAyHxWQ1N .item .icon-wrap {
  text-align: center;
}
.cid-sFAyHxWQ1N .item span {
  font-size: 2rem;
  color: #ffffff;
  line-height: 60px;
}
.cid-sFAyHxWQ1N .item::before {
  content: "\e96b";
  font-family: Moririse2 !important;
  position: absolute;
  font-size: 32px;
  left: -15px;
  top: 12%;
  color: #4479d9;
}
.cid-sFAyHxWQ1N .item.first:before {
  display: none;
}
.cid-sFAyHxWQ1N .item.five:before {
  display: none;
}
.cid-sFAyHxWQ1N .icon-box {
  background: #4479d9;
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  text-align: center;
  display: inline-block;
}
.cid-sFAyHxWQ1N .text-box {
  margin-top: 1rem;
  text-align: center;
}
.cid-sFAyHxWQ1N .mbr-iconfont {
  color: #6592e6 !important;
  position: absolute;
  top: 50%;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-sFAyHxWQ1N .item:before {
    display: none;
  }
  .cid-sFAyHxWQ1N .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-vuGYJku1Di {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f2f2f2;
}
.cid-vuGYJku1Di .mbr-fallback-image.disabled {
  display: none;
}
.cid-vuGYJku1Di .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vuGYJku1Di .mbr-text {
  color: #767676;
}
.cid-vuGYJku1Di .mbr-section-subtitle {
  color: #767676;
}
.cid-vuGYJku1Di .title .num {
  width: 100%;
  display: block;
}
.cid-vuGYJku1Di .title .card-title {
  z-index: 1;
}
.cid-vuGYJku1Di .num {
  color: #6592e6;
}
@media (max-width: 767px) {
  .cid-vuGYJku1Di * {
    text-align: center !important;
  }
  .cid-vuGYJku1Di .content-column {
    margin-bottom: 2rem;
  }
}
.cid-vuGYJku1Di .mbr-section-title,
.cid-vuGYJku1Di .card-box {
  text-align: center;
}
.cid-vuH0iEs3ia {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vuH0iEs3ia .mbr-fallback-image.disabled {
  display: none;
}
.cid-vuH0iEs3ia .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 1500px) {
  .cid-vuH0iEs3ia .container {
    max-width: 1400px;
  }
}
.cid-vuH0iEs3ia .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #6592e6;
  margin-bottom: 2rem;
}
.cid-vuH0iEs3ia .row {
  justify-content: center;
}
.cid-vuH20sSv1I {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #f2f2f2;
}
.cid-vuH20sSv1I .mbr-fallback-image.disabled {
  display: none;
}
.cid-vuH20sSv1I .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 1500px) {
  .cid-vuH20sSv1I .container {
    max-width: 1400px;
  }
}
.cid-vuH20sSv1I .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #6592e6;
  margin-bottom: 2rem;
}
.cid-vuH20sSv1I .row {
  justify-content: center;
}
.cid-vuH3jJ5C86 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #edefeb;
}
.cid-vuH3jJ5C86 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vuH3jJ5C86 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vuH3jJ5C86 .card-wrapper {
  background: #ffffff;
}
@media (max-width: 767px) {
  .cid-vuH3jJ5C86 .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-vuH3jJ5C86 .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-vuH3jJ5C86 .card-wrapper {
    padding: 4rem;
  }
}
.cid-vuH3jJ5C86 .mbr-text,
.cid-vuH3jJ5C86 .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-vuH3jJ5C86 .card-title,
.cid-vuH3jJ5C86 .card-box {
  text-align: center;
  color: #000000;
}
.cid-vuH3jJ5C86 .counter-container ul {
  margin: 0;
  padding-left: 2.25rem;
  list-style: none;
}
.cid-vuH3jJ5C86 .counter-container ul li {
  position: relative;
  list-style: none;
  margin-bottom: 2rem;
}
.cid-vuH3jJ5C86 .counter-container ul li:before {
  position: absolute;
  left: -1.5em;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #9fe870;
  background-color: #9fe870;
  width: 0.5em;
  height: 0.5em;
  top: 0.4em;
  border-radius: 50%;
}
.cid-vuH3jJ5C86 .counter-container ol {
  margin-bottom: 0;
  padding-left: 2.25rem;
  counter-reset: myCounter;
}
.cid-vuH3jJ5C86 .counter-container ol li {
  margin-bottom: 2rem;
  list-style: none;
  position: relative;
}
.cid-vuH3jJ5C86 .counter-container ol li:before {
  font-weight: 700;
  position: absolute;
  left: -1.5em;
  counter-increment: myCounter;
  content: counter(myCounter);
  transition: all .2s;
  color: #9fe870;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vuH3jJ5C86 .mbr-text UL {
  text-align: left;
}
.cid-sFzFvgBfc0 {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-sFzFvgBfc0 img,
.cid-sFzFvgBfc0 .item-img {
  width: 100%;
}
.cid-sFzFvgBfc0 .item:focus,
.cid-sFzFvgBfc0 span:focus {
  outline: none;
}
.cid-sFzFvgBfc0 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sFzFvgBfc0 .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-sFzFvgBfc0 .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sFzFvgBfc0 .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-sFzFvgBfc0 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-sFzFvgBfc0 .mbr-section-title {
  color: #000000;
}
.cid-sFzFvgBfc0 .mbr-text,
.cid-sFzFvgBfc0 .mbr-section-btn {
  text-align: left;
}
.cid-sFzFvgBfc0 .item-title {
  text-align: left;
}
.cid-sFzFvgBfc0 .item-subtitle {
  text-align: left;
}
.cid-vuHUNB7oOQ {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-vuHUNB7oOQ .line {
  background-color: #6592e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-sFAZRnJnnI {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #f2f2f2;
}
.cid-sFzIdnt1ra {
  padding-top: 8rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.cid-sFzDdjoEIw {
  padding-top: 0rem;
  padding-bottom: 10rem;
  background: #fafafa;
}
.cid-sFzDdjoEIw .list-group-item {
  background-color: transparent;
  padding: .5rem 3.25rem;
}
.cid-sFzDdjoEIw .plan-body {
  padding-bottom: 2rem;
}
.cid-sFzDdjoEIw .plan-header {
  padding-top: 2rem;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-sFzDdjoEIw .price {
  color: #4479d9;
}
.cid-sFzDdjoEIw .plan {
  word-break: break-word;
  background-color: #ffffff;
}
.cid-sFzDdjoEIw .plan .list-group-item {
  position: relative;
  justify-content: center;
  border: 0;
}
.cid-sFzDdjoEIw .plan .list-group-item::after {
  position: absolute;
  bottom: 1px;
  left: 25%;
  width: 50%;
  height: 1px;
  content: "";
  background-color: rgba(0, 0, 0, 0.1);
}
.cid-sFzDdjoEIw .plan .list-group-item:last-child::after {
  display: none;
}
@media (max-width: 991px) {
  .cid-sFzDdjoEIw .plan {
    margin-bottom: 2rem;
  }
}
.cid-sFzIA7KGYz {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-sFzIA7KGYz .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-sFzIA7KGYz .card-wrapper {
  margin-bottom: 2rem;
  display: flex;
  border-radius: 4px;
  background: #ffffff;
}
@media (max-width: 991px) {
  .cid-sFzIA7KGYz .card-wrapper {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sFzIA7KGYz .card-wrapper {
    padding: 2rem 4rem;
  }
}
.cid-sFzIA7KGYz .mbr-iconfont {
  font-size: 2rem;
  padding-right: 1.5rem;
  color: #6592e6;
}
.cid-vuHY40FdfT {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vuHY40FdfT .mbr-fallback-image.disabled {
  display: none;
}
.cid-vuHY40FdfT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vuHYq3tKlD {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f2f2f2;
}
.cid-vuHYq3tKlD .mbr-fallback-image.disabled {
  display: none;
}
.cid-vuHYq3tKlD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vuHYq3tKlD .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #6592e6;
  margin-left: 1rem;
}
.cid-vuHYq3tKlD .panel-group {
  border: none;
}
.cid-vuHYq3tKlD .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-vuHYq3tKlD .panel-body,
.cid-vuHYq3tKlD .card-header {
  padding: 1rem 0;
}
.cid-vuHYq3tKlD .panel-title-edit {
  color: #000000;
}
.cid-vuHYq3tKlD .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-vuHZtEWaIn {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vuHZtEWaIn .mbr-fallback-image.disabled {
  display: none;
}
.cid-vuHZtEWaIn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vuHZtEWaIn .image-wrapper {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-top: 5px;
  margin-right: 1rem;
  overflow: hidden;
}
.cid-vuHZtEWaIn .image-wrapper img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.cid-sFCygHrmNf {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-sFCygHrmNf .row-links {
  width: 100%;
  justify-content: center;
}
.cid-sFCygHrmNf .social-row {
  width: 100%;
  justify-content: center;
}
.cid-sFCygHrmNf .row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-sFCygHrmNf .row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-sFCygHrmNf .row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-sFCygHrmNf .row .foot-menu li p {
  margin: 0;
}
.cid-sFCygHrmNf .row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-sFCygHrmNf .row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-sFCygHrmNf .row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sFCygHrmNf .row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-sFCygHrmNf .row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sFCygHrmNf .row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sFCygHrmNf .row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-sFCygHrmNf .row .row-copirayt p {
  width: 100%;
}
.cid-vuM0GHIXab {
  z-index: 1000;
  width: 100%;
}
.cid-vuM0GHIXab nav.navbar {
  position: fixed;
}
.cid-vuM0GHIXab .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-vuM0GHIXab .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vuM0GHIXab .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-vuM0GHIXab .dropdown-item:hover,
.cid-vuM0GHIXab .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-vuM0GHIXab .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vuM0GHIXab .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vuM0GHIXab .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vuM0GHIXab .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vuM0GHIXab .nav-link {
  position: relative;
}
.cid-vuM0GHIXab .container {
  display: flex;
  margin: auto;
}
.cid-vuM0GHIXab .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vuM0GHIXab .dropdown-menu,
.cid-vuM0GHIXab .navbar.opened {
  background: #fafafa !important;
}
.cid-vuM0GHIXab .nav-item:focus,
.cid-vuM0GHIXab .nav-link:focus {
  outline: none;
}
.cid-vuM0GHIXab .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vuM0GHIXab .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vuM0GHIXab .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vuM0GHIXab .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vuM0GHIXab .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vuM0GHIXab .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vuM0GHIXab .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: #fafafa;
}
.cid-vuM0GHIXab .navbar.opened {
  transition: all 0.3s;
}
.cid-vuM0GHIXab .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vuM0GHIXab .navbar .navbar-logo img {
  width: auto;
}
.cid-vuM0GHIXab .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vuM0GHIXab .navbar.collapsed {
  justify-content: center;
}
.cid-vuM0GHIXab .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vuM0GHIXab .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vuM0GHIXab .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-vuM0GHIXab .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vuM0GHIXab .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vuM0GHIXab .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-vuM0GHIXab .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vuM0GHIXab .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vuM0GHIXab .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vuM0GHIXab .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vuM0GHIXab .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vuM0GHIXab .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vuM0GHIXab .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vuM0GHIXab .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-vuM0GHIXab .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vuM0GHIXab .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vuM0GHIXab .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vuM0GHIXab .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vuM0GHIXab .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vuM0GHIXab .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vuM0GHIXab .navbar.navbar-short {
  min-height: 60px;
}
.cid-vuM0GHIXab .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vuM0GHIXab .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vuM0GHIXab .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vuM0GHIXab .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vuM0GHIXab .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vuM0GHIXab .dropdown-item.active,
.cid-vuM0GHIXab .dropdown-item:active {
  background-color: transparent;
}
.cid-vuM0GHIXab .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vuM0GHIXab .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vuM0GHIXab .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vuM0GHIXab .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fafafa;
}
.cid-vuM0GHIXab .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vuM0GHIXab .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vuM0GHIXab ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vuM0GHIXab .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vuM0GHIXab button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vuM0GHIXab button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-vuM0GHIXab button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vuM0GHIXab button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vuM0GHIXab button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vuM0GHIXab button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vuM0GHIXab nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vuM0GHIXab nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vuM0GHIXab nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vuM0GHIXab nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vuM0GHIXab .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vuM0GHIXab a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vuM0GHIXab .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vuM0GHIXab .navbar {
    height: 70px;
  }
  .cid-vuM0GHIXab .navbar.opened {
    height: auto;
  }
  .cid-vuM0GHIXab .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vuM0GHS1Dx {
  padding-top: 8rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-vuM0GHS1Dx .row {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-vuM0GHS1Dx .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-vuM0GHS1Dx .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-vuM0GHS1Dx .text-wrapper {
    padding: 0 2rem;
  }
}
@media (max-width: 768px) {
  .cid-vuM0GHS1Dx .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-vuM0GHS1Dx .mbr-text,
.cid-vuM0GHS1Dx .mbr-section-btn {
  color: #353535;
}
.cid-vuM0GJLQWb {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background: #fafafa;
}
.cid-vuM0GJLQWb .list-group-item {
  background-color: transparent;
  padding: .5rem 3.25rem;
}
.cid-vuM0GJLQWb .plan-body {
  padding-bottom: 2rem;
}
.cid-vuM0GJLQWb .plan-header {
  padding-top: 2rem;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-vuM0GJLQWb .price {
  color: #4479d9;
}
.cid-vuM0GJLQWb .plan {
  word-break: break-word;
  background-color: #ffffff;
}
.cid-vuM0GJLQWb .plan .list-group-item {
  position: relative;
  justify-content: center;
  border: 0;
}
.cid-vuM0GJLQWb .plan .list-group-item::after {
  position: absolute;
  bottom: 1px;
  left: 25%;
  width: 50%;
  height: 1px;
  content: "";
  background-color: rgba(0, 0, 0, 0.1);
}
.cid-vuM0GJLQWb .plan .list-group-item:last-child::after {
  display: none;
}
@media (max-width: 991px) {
  .cid-vuM0GJLQWb .plan {
    margin-bottom: 2rem;
  }
}
.cid-vuM0GJVitc {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-vuM0GJVitc .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-vuM0GJVitc .card-wrapper {
  margin-bottom: 2rem;
  display: flex;
  border-radius: 4px;
  background: #ffffff;
}
@media (max-width: 991px) {
  .cid-vuM0GJVitc .card-wrapper {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vuM0GJVitc .card-wrapper {
    padding: 2rem 4rem;
  }
}
.cid-vuM0GJVitc .mbr-iconfont {
  font-size: 2rem;
  padding-right: 1.5rem;
  color: #6592e6;
}
.cid-vuM0GKuS95 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-vuM0GKuS95 .row-links {
  width: 100%;
  justify-content: center;
}
.cid-vuM0GKuS95 .social-row {
  width: 100%;
  justify-content: center;
}
.cid-vuM0GKuS95 .row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-vuM0GKuS95 .row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-vuM0GKuS95 .row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-vuM0GKuS95 .row .foot-menu li p {
  margin: 0;
}
.cid-vuM0GKuS95 .row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-vuM0GKuS95 .row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-vuM0GKuS95 .row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-vuM0GKuS95 .row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-vuM0GKuS95 .row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-vuM0GKuS95 .row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-vuM0GKuS95 .row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-vuM0GKuS95 .row .row-copirayt p {
  width: 100%;
}
.cid-vuMnYKMb2Z {
  z-index: 1000;
  width: 100%;
}
.cid-vuMnYKMb2Z nav.navbar {
  position: fixed;
}
.cid-vuMnYKMb2Z .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-vuMnYKMb2Z .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vuMnYKMb2Z .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-vuMnYKMb2Z .dropdown-item:hover,
.cid-vuMnYKMb2Z .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-vuMnYKMb2Z .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vuMnYKMb2Z .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vuMnYKMb2Z .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vuMnYKMb2Z .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vuMnYKMb2Z .nav-link {
  position: relative;
}
.cid-vuMnYKMb2Z .container {
  display: flex;
  margin: auto;
}
.cid-vuMnYKMb2Z .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vuMnYKMb2Z .dropdown-menu,
.cid-vuMnYKMb2Z .navbar.opened {
  background: #fafafa !important;
}
.cid-vuMnYKMb2Z .nav-item:focus,
.cid-vuMnYKMb2Z .nav-link:focus {
  outline: none;
}
.cid-vuMnYKMb2Z .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vuMnYKMb2Z .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vuMnYKMb2Z .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vuMnYKMb2Z .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vuMnYKMb2Z .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vuMnYKMb2Z .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vuMnYKMb2Z .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: #fafafa;
}
.cid-vuMnYKMb2Z .navbar.opened {
  transition: all 0.3s;
}
.cid-vuMnYKMb2Z .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vuMnYKMb2Z .navbar .navbar-logo img {
  width: auto;
}
.cid-vuMnYKMb2Z .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vuMnYKMb2Z .navbar.collapsed {
  justify-content: center;
}
.cid-vuMnYKMb2Z .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vuMnYKMb2Z .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vuMnYKMb2Z .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-vuMnYKMb2Z .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vuMnYKMb2Z .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vuMnYKMb2Z .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-vuMnYKMb2Z .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vuMnYKMb2Z .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vuMnYKMb2Z .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vuMnYKMb2Z .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vuMnYKMb2Z .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vuMnYKMb2Z .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vuMnYKMb2Z .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vuMnYKMb2Z .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-vuMnYKMb2Z .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vuMnYKMb2Z .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vuMnYKMb2Z .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vuMnYKMb2Z .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vuMnYKMb2Z .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vuMnYKMb2Z .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vuMnYKMb2Z .navbar.navbar-short {
  min-height: 60px;
}
.cid-vuMnYKMb2Z .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vuMnYKMb2Z .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vuMnYKMb2Z .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vuMnYKMb2Z .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vuMnYKMb2Z .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vuMnYKMb2Z .dropdown-item.active,
.cid-vuMnYKMb2Z .dropdown-item:active {
  background-color: transparent;
}
.cid-vuMnYKMb2Z .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vuMnYKMb2Z .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vuMnYKMb2Z .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vuMnYKMb2Z .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fafafa;
}
.cid-vuMnYKMb2Z .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vuMnYKMb2Z .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vuMnYKMb2Z ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vuMnYKMb2Z .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vuMnYKMb2Z button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vuMnYKMb2Z button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-vuMnYKMb2Z button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vuMnYKMb2Z button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vuMnYKMb2Z button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vuMnYKMb2Z button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vuMnYKMb2Z nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vuMnYKMb2Z nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vuMnYKMb2Z nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vuMnYKMb2Z nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vuMnYKMb2Z .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vuMnYKMb2Z a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vuMnYKMb2Z .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vuMnYKMb2Z .navbar {
    height: 70px;
  }
  .cid-vuMnYKMb2Z .navbar.opened {
    height: auto;
  }
  .cid-vuMnYKMb2Z .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vuMnYKVW6C {
  padding-top: 8rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-vuMnYKVW6C .row {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-vuMnYKVW6C .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-vuMnYKVW6C .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-vuMnYKVW6C .text-wrapper {
    padding: 0 2rem;
  }
}
@media (max-width: 768px) {
  .cid-vuMnYKVW6C .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-vuMnYKVW6C .mbr-text,
.cid-vuMnYKVW6C .mbr-section-btn {
  color: #353535;
}
.cid-vuMqcPR8t8 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #f2f2f2;
}
.cid-vuMqcPR8t8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vuMqcPR8t8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vuMq2k9vQr {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-vuMq2k9vQr .mbr-fallback-image.disabled {
  display: none;
}
.cid-vuMq2k9vQr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vuMq2k9vQr ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-vuMq2k9vQr li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-vuMq2k9vQr ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #6592e6;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-vuMqUfv0hB {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #f2f2f2;
}
.cid-vuMqUfv0hB .mbr-fallback-image.disabled {
  display: none;
}
.cid-vuMqUfv0hB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vuMr0YitQN {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-vuMr0YitQN .mbr-fallback-image.disabled {
  display: none;
}
.cid-vuMr0YitQN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vuMr0YitQN ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-vuMr0YitQN li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-vuMr0YitQN ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #6592e6;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-vuMr0YitQN .mbr-section-title {
  text-align: center;
}
.cid-vuMrECvDXe {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #f2f2f2;
}
.cid-vuMrECvDXe .mbr-fallback-image.disabled {
  display: none;
}
.cid-vuMrECvDXe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vuMrECvDXe ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-vuMrECvDXe li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-vuMrECvDXe ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #6592e6;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-vuMrECvDXe .mbr-section-title {
  text-align: center;
}
.cid-vuMsjWPsMg {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-vuMsjWPsMg .counter-container ol {
  margin-bottom: 0;
}
.cid-vuMsjWPsMg .counter-container ol li {
  margin-bottom: 1rem;
}
.cid-vuMsjWPsMg .mbr-section-title {
  text-align: center;
}
.cid-vuMsNZsuss {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #f2f2f2;
}
.cid-vuMsNZsuss .mbr-fallback-image.disabled {
  display: none;
}
.cid-vuMsNZsuss .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vuMt6uqllr {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vuMt6uqllr .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-vuMt6uqllr .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-vuMt6uqllr .counter-container ul li:before {
  position: absolute;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #6592e6;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 5px;
  content: "✓";
}
.cid-vuMt6uqllr .mbr-section-title {
  text-align: center;
}
.cid-vuMukI6vvl {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vuMukI6vvl .mbr-fallback-image.disabled {
  display: none;
}
.cid-vuMukI6vvl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vuMukI6vvl .mbr-section-subtitle {
  text-align: justify;
}
.cid-vuMnYLdl21 {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background: #fafafa;
}
.cid-vuMnYLdl21 .list-group-item {
  background-color: transparent;
  padding: .5rem 3.25rem;
}
.cid-vuMnYLdl21 .plan-body {
  padding-bottom: 2rem;
}
.cid-vuMnYLdl21 .plan-header {
  padding-top: 2rem;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-vuMnYLdl21 .price {
  color: #4479d9;
}
.cid-vuMnYLdl21 .plan {
  word-break: break-word;
  background-color: #ffffff;
}
.cid-vuMnYLdl21 .plan .list-group-item {
  position: relative;
  justify-content: center;
  border: 0;
}
.cid-vuMnYLdl21 .plan .list-group-item::after {
  position: absolute;
  bottom: 1px;
  left: 25%;
  width: 50%;
  height: 1px;
  content: "";
  background-color: rgba(0, 0, 0, 0.1);
}
.cid-vuMnYLdl21 .plan .list-group-item:last-child::after {
  display: none;
}
@media (max-width: 991px) {
  .cid-vuMnYLdl21 .plan {
    margin-bottom: 2rem;
  }
}
.cid-vuMnYLouJO {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-vuMnYLouJO .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-vuMnYLouJO .card-wrapper {
  margin-bottom: 2rem;
  display: flex;
  border-radius: 4px;
  background: #ffffff;
}
@media (max-width: 991px) {
  .cid-vuMnYLouJO .card-wrapper {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vuMnYLouJO .card-wrapper {
    padding: 2rem 4rem;
  }
}
.cid-vuMnYLouJO .mbr-iconfont {
  font-size: 2rem;
  padding-right: 1.5rem;
  color: #6592e6;
}
.cid-vuMnYLxwxy {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-vuMnYLxwxy .row-links {
  width: 100%;
  justify-content: center;
}
.cid-vuMnYLxwxy .social-row {
  width: 100%;
  justify-content: center;
}
.cid-vuMnYLxwxy .row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-vuMnYLxwxy .row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-vuMnYLxwxy .row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-vuMnYLxwxy .row .foot-menu li p {
  margin: 0;
}
.cid-vuMnYLxwxy .row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-vuMnYLxwxy .row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-vuMnYLxwxy .row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-vuMnYLxwxy .row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-vuMnYLxwxy .row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-vuMnYLxwxy .row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-vuMnYLxwxy .row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-vuMnYLxwxy .row .row-copirayt p {
  width: 100%;
}
.cid-vuMw6P0FGW {
  z-index: 1000;
  width: 100%;
}
.cid-vuMw6P0FGW nav.navbar {
  position: fixed;
}
.cid-vuMw6P0FGW .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-vuMw6P0FGW .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vuMw6P0FGW .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-vuMw6P0FGW .dropdown-item:hover,
.cid-vuMw6P0FGW .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-vuMw6P0FGW .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vuMw6P0FGW .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vuMw6P0FGW .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vuMw6P0FGW .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vuMw6P0FGW .nav-link {
  position: relative;
}
.cid-vuMw6P0FGW .container {
  display: flex;
  margin: auto;
}
.cid-vuMw6P0FGW .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vuMw6P0FGW .dropdown-menu,
.cid-vuMw6P0FGW .navbar.opened {
  background: #fafafa !important;
}
.cid-vuMw6P0FGW .nav-item:focus,
.cid-vuMw6P0FGW .nav-link:focus {
  outline: none;
}
.cid-vuMw6P0FGW .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vuMw6P0FGW .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vuMw6P0FGW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vuMw6P0FGW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vuMw6P0FGW .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vuMw6P0FGW .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vuMw6P0FGW .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: #fafafa;
}
.cid-vuMw6P0FGW .navbar.opened {
  transition: all 0.3s;
}
.cid-vuMw6P0FGW .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vuMw6P0FGW .navbar .navbar-logo img {
  width: auto;
}
.cid-vuMw6P0FGW .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vuMw6P0FGW .navbar.collapsed {
  justify-content: center;
}
.cid-vuMw6P0FGW .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vuMw6P0FGW .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vuMw6P0FGW .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-vuMw6P0FGW .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vuMw6P0FGW .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vuMw6P0FGW .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-vuMw6P0FGW .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vuMw6P0FGW .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vuMw6P0FGW .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vuMw6P0FGW .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vuMw6P0FGW .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vuMw6P0FGW .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vuMw6P0FGW .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vuMw6P0FGW .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-vuMw6P0FGW .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vuMw6P0FGW .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vuMw6P0FGW .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vuMw6P0FGW .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vuMw6P0FGW .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vuMw6P0FGW .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vuMw6P0FGW .navbar.navbar-short {
  min-height: 60px;
}
.cid-vuMw6P0FGW .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vuMw6P0FGW .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vuMw6P0FGW .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vuMw6P0FGW .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vuMw6P0FGW .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vuMw6P0FGW .dropdown-item.active,
.cid-vuMw6P0FGW .dropdown-item:active {
  background-color: transparent;
}
.cid-vuMw6P0FGW .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vuMw6P0FGW .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vuMw6P0FGW .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vuMw6P0FGW .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fafafa;
}
.cid-vuMw6P0FGW .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vuMw6P0FGW .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vuMw6P0FGW ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vuMw6P0FGW .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vuMw6P0FGW button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vuMw6P0FGW button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-vuMw6P0FGW button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vuMw6P0FGW button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vuMw6P0FGW button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vuMw6P0FGW button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vuMw6P0FGW nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vuMw6P0FGW nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vuMw6P0FGW nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vuMw6P0FGW nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vuMw6P0FGW .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vuMw6P0FGW a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vuMw6P0FGW .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vuMw6P0FGW .navbar {
    height: 70px;
  }
  .cid-vuMw6P0FGW .navbar.opened {
    height: auto;
  }
  .cid-vuMw6P0FGW .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vuMw6Pa04R {
  padding-top: 8rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-vuMw6Pa04R .row {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-vuMw6Pa04R .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-vuMw6Pa04R .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-vuMw6Pa04R .text-wrapper {
    padding: 0 2rem;
  }
}
@media (max-width: 768px) {
  .cid-vuMw6Pa04R .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-vuMw6Pa04R .mbr-text,
.cid-vuMw6Pa04R .mbr-section-btn {
  color: #353535;
}
.cid-vuMw6Pw2Pf {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #f2f2f2;
}
.cid-vuMw6Pw2Pf .mbr-fallback-image.disabled {
  display: none;
}
.cid-vuMw6Pw2Pf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vuMw6PEj7T {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-vuMw6PEj7T .mbr-fallback-image.disabled {
  display: none;
}
.cid-vuMw6PEj7T .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vuMw6PEj7T ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-vuMw6PEj7T li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-vuMw6PEj7T ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #6592e6;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-vuMx6Lw9DS {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f2f2f2;
}
.cid-vuMx6Lw9DS .line {
  background-color: #6592e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-vuMx6Lw9DS .mbr-text {
  text-align: left;
}
.cid-vuMw6PNh1l {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vuMw6PNh1l .mbr-fallback-image.disabled {
  display: none;
}
.cid-vuMw6PNh1l .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vuMw6PUqAd {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #f2f2f2;
}
.cid-vuMw6PUqAd .mbr-fallback-image.disabled {
  display: none;
}
.cid-vuMw6PUqAd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vuMw6PUqAd ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-vuMw6PUqAd li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-vuMw6PUqAd ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #6592e6;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-vuMw6PUqAd .mbr-section-title {
  text-align: center;
}
.cid-vuMw6QDfwk {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background: #fafafa;
}
.cid-vuMw6QDfwk .list-group-item {
  background-color: transparent;
  padding: .5rem 3.25rem;
}
.cid-vuMw6QDfwk .plan-body {
  padding-bottom: 2rem;
}
.cid-vuMw6QDfwk .plan-header {
  padding-top: 2rem;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-vuMw6QDfwk .price {
  color: #4479d9;
}
.cid-vuMw6QDfwk .plan {
  word-break: break-word;
  background-color: #ffffff;
}
.cid-vuMw6QDfwk .plan .list-group-item {
  position: relative;
  justify-content: center;
  border: 0;
}
.cid-vuMw6QDfwk .plan .list-group-item::after {
  position: absolute;
  bottom: 1px;
  left: 25%;
  width: 50%;
  height: 1px;
  content: "";
  background-color: rgba(0, 0, 0, 0.1);
}
.cid-vuMw6QDfwk .plan .list-group-item:last-child::after {
  display: none;
}
@media (max-width: 991px) {
  .cid-vuMw6QDfwk .plan {
    margin-bottom: 2rem;
  }
}
.cid-vuMw6QNar9 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-vuMw6QNar9 .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-vuMw6QNar9 .card-wrapper {
  margin-bottom: 2rem;
  display: flex;
  border-radius: 4px;
  background: #ffffff;
}
@media (max-width: 991px) {
  .cid-vuMw6QNar9 .card-wrapper {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vuMw6QNar9 .card-wrapper {
    padding: 2rem 4rem;
  }
}
.cid-vuMw6QNar9 .mbr-iconfont {
  font-size: 2rem;
  padding-right: 1.5rem;
  color: #6592e6;
}
.cid-vuMw6QXwWC {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-vuMw6QXwWC .row-links {
  width: 100%;
  justify-content: center;
}
.cid-vuMw6QXwWC .social-row {
  width: 100%;
  justify-content: center;
}
.cid-vuMw6QXwWC .row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-vuMw6QXwWC .row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-vuMw6QXwWC .row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-vuMw6QXwWC .row .foot-menu li p {
  margin: 0;
}
.cid-vuMw6QXwWC .row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-vuMw6QXwWC .row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-vuMw6QXwWC .row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-vuMw6QXwWC .row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-vuMw6QXwWC .row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-vuMw6QXwWC .row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-vuMw6QXwWC .row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-vuMw6QXwWC .row .row-copirayt p {
  width: 100%;
}
.cid-vuMyLW9xqv {
  z-index: 1000;
  width: 100%;
}
.cid-vuMyLW9xqv nav.navbar {
  position: fixed;
}
.cid-vuMyLW9xqv .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-vuMyLW9xqv .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vuMyLW9xqv .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-vuMyLW9xqv .dropdown-item:hover,
.cid-vuMyLW9xqv .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-vuMyLW9xqv .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vuMyLW9xqv .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vuMyLW9xqv .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vuMyLW9xqv .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vuMyLW9xqv .nav-link {
  position: relative;
}
.cid-vuMyLW9xqv .container {
  display: flex;
  margin: auto;
}
.cid-vuMyLW9xqv .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vuMyLW9xqv .dropdown-menu,
.cid-vuMyLW9xqv .navbar.opened {
  background: #fafafa !important;
}
.cid-vuMyLW9xqv .nav-item:focus,
.cid-vuMyLW9xqv .nav-link:focus {
  outline: none;
}
.cid-vuMyLW9xqv .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vuMyLW9xqv .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vuMyLW9xqv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vuMyLW9xqv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vuMyLW9xqv .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vuMyLW9xqv .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vuMyLW9xqv .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: #fafafa;
}
.cid-vuMyLW9xqv .navbar.opened {
  transition: all 0.3s;
}
.cid-vuMyLW9xqv .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vuMyLW9xqv .navbar .navbar-logo img {
  width: auto;
}
.cid-vuMyLW9xqv .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vuMyLW9xqv .navbar.collapsed {
  justify-content: center;
}
.cid-vuMyLW9xqv .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vuMyLW9xqv .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vuMyLW9xqv .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-vuMyLW9xqv .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vuMyLW9xqv .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vuMyLW9xqv .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-vuMyLW9xqv .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vuMyLW9xqv .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vuMyLW9xqv .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vuMyLW9xqv .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vuMyLW9xqv .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vuMyLW9xqv .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vuMyLW9xqv .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vuMyLW9xqv .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-vuMyLW9xqv .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vuMyLW9xqv .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vuMyLW9xqv .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vuMyLW9xqv .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vuMyLW9xqv .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vuMyLW9xqv .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vuMyLW9xqv .navbar.navbar-short {
  min-height: 60px;
}
.cid-vuMyLW9xqv .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vuMyLW9xqv .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vuMyLW9xqv .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vuMyLW9xqv .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vuMyLW9xqv .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vuMyLW9xqv .dropdown-item.active,
.cid-vuMyLW9xqv .dropdown-item:active {
  background-color: transparent;
}
.cid-vuMyLW9xqv .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vuMyLW9xqv .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vuMyLW9xqv .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vuMyLW9xqv .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fafafa;
}
.cid-vuMyLW9xqv .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vuMyLW9xqv .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vuMyLW9xqv ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vuMyLW9xqv .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vuMyLW9xqv button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vuMyLW9xqv button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-vuMyLW9xqv button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vuMyLW9xqv button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vuMyLW9xqv button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vuMyLW9xqv button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vuMyLW9xqv nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vuMyLW9xqv nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vuMyLW9xqv nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vuMyLW9xqv nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vuMyLW9xqv .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vuMyLW9xqv a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vuMyLW9xqv .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vuMyLW9xqv .navbar {
    height: 70px;
  }
  .cid-vuMyLW9xqv .navbar.opened {
    height: auto;
  }
  .cid-vuMyLW9xqv .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vuMyLWmce5 {
  padding-top: 8rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-vuMyLWmce5 .row {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-vuMyLWmce5 .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-vuMyLWmce5 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-vuMyLWmce5 .text-wrapper {
    padding: 0 2rem;
  }
}
@media (max-width: 768px) {
  .cid-vuMyLWmce5 .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-vuMyLWmce5 .mbr-text,
.cid-vuMyLWmce5 .mbr-section-btn {
  color: #353535;
}
.cid-vuMAZJBOPK {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-vuMAZJBOPK .line {
  background-color: #6592e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-vuMyLWN2Dy {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #f2f2f2;
}
.cid-vuMyLWN2Dy .mbr-fallback-image.disabled {
  display: none;
}
.cid-vuMyLWN2Dy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vuMyLWXVRg {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-vuMyLWXVRg .mbr-fallback-image.disabled {
  display: none;
}
.cid-vuMyLWXVRg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vuMyLWXVRg ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-vuMyLWXVRg li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-vuMyLWXVRg ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #6592e6;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-vuMyLX46cY {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f2f2f2;
}
.cid-vuMyLX46cY .line {
  background-color: #6592e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-vuMyLX46cY .mbr-text {
  text-align: left;
}
.cid-vuMyLXhjgg {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-vuMyLXhjgg .mbr-fallback-image.disabled {
  display: none;
}
.cid-vuMyLXhjgg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vuMyLXhjgg ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-vuMyLXhjgg li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-vuMyLXhjgg ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #6592e6;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-vuMyLXhjgg .mbr-section-title {
  text-align: center;
}
.cid-vuMyLXpEdQ {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background: #fafafa;
}
.cid-vuMyLXpEdQ .list-group-item {
  background-color: transparent;
  padding: .5rem 3.25rem;
}
.cid-vuMyLXpEdQ .plan-body {
  padding-bottom: 2rem;
}
.cid-vuMyLXpEdQ .plan-header {
  padding-top: 2rem;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-vuMyLXpEdQ .price {
  color: #4479d9;
}
.cid-vuMyLXpEdQ .plan {
  word-break: break-word;
  background-color: #ffffff;
}
.cid-vuMyLXpEdQ .plan .list-group-item {
  position: relative;
  justify-content: center;
  border: 0;
}
.cid-vuMyLXpEdQ .plan .list-group-item::after {
  position: absolute;
  bottom: 1px;
  left: 25%;
  width: 50%;
  height: 1px;
  content: "";
  background-color: rgba(0, 0, 0, 0.1);
}
.cid-vuMyLXpEdQ .plan .list-group-item:last-child::after {
  display: none;
}
@media (max-width: 991px) {
  .cid-vuMyLXpEdQ .plan {
    margin-bottom: 2rem;
  }
}
.cid-vuMyLXAk1d {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-vuMyLXAk1d .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-vuMyLXAk1d .card-wrapper {
  margin-bottom: 2rem;
  display: flex;
  border-radius: 4px;
  background: #ffffff;
}
@media (max-width: 991px) {
  .cid-vuMyLXAk1d .card-wrapper {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vuMyLXAk1d .card-wrapper {
    padding: 2rem 4rem;
  }
}
.cid-vuMyLXAk1d .mbr-iconfont {
  font-size: 2rem;
  padding-right: 1.5rem;
  color: #6592e6;
}
.cid-vuMyLXJxg4 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-vuMyLXJxg4 .row-links {
  width: 100%;
  justify-content: center;
}
.cid-vuMyLXJxg4 .social-row {
  width: 100%;
  justify-content: center;
}
.cid-vuMyLXJxg4 .row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-vuMyLXJxg4 .row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-vuMyLXJxg4 .row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-vuMyLXJxg4 .row .foot-menu li p {
  margin: 0;
}
.cid-vuMyLXJxg4 .row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-vuMyLXJxg4 .row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-vuMyLXJxg4 .row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-vuMyLXJxg4 .row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-vuMyLXJxg4 .row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-vuMyLXJxg4 .row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-vuMyLXJxg4 .row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-vuMyLXJxg4 .row .row-copirayt p {
  width: 100%;
}
.cid-vuMDa5QfzI {
  z-index: 1000;
  width: 100%;
}
.cid-vuMDa5QfzI nav.navbar {
  position: fixed;
}
.cid-vuMDa5QfzI .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-vuMDa5QfzI .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vuMDa5QfzI .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-vuMDa5QfzI .dropdown-item:hover,
.cid-vuMDa5QfzI .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-vuMDa5QfzI .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vuMDa5QfzI .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vuMDa5QfzI .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vuMDa5QfzI .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vuMDa5QfzI .nav-link {
  position: relative;
}
.cid-vuMDa5QfzI .container {
  display: flex;
  margin: auto;
}
.cid-vuMDa5QfzI .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vuMDa5QfzI .dropdown-menu,
.cid-vuMDa5QfzI .navbar.opened {
  background: #fafafa !important;
}
.cid-vuMDa5QfzI .nav-item:focus,
.cid-vuMDa5QfzI .nav-link:focus {
  outline: none;
}
.cid-vuMDa5QfzI .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vuMDa5QfzI .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vuMDa5QfzI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vuMDa5QfzI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vuMDa5QfzI .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vuMDa5QfzI .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vuMDa5QfzI .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: #fafafa;
}
.cid-vuMDa5QfzI .navbar.opened {
  transition: all 0.3s;
}
.cid-vuMDa5QfzI .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vuMDa5QfzI .navbar .navbar-logo img {
  width: auto;
}
.cid-vuMDa5QfzI .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vuMDa5QfzI .navbar.collapsed {
  justify-content: center;
}
.cid-vuMDa5QfzI .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vuMDa5QfzI .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vuMDa5QfzI .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-vuMDa5QfzI .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vuMDa5QfzI .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vuMDa5QfzI .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-vuMDa5QfzI .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vuMDa5QfzI .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vuMDa5QfzI .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vuMDa5QfzI .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vuMDa5QfzI .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vuMDa5QfzI .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vuMDa5QfzI .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vuMDa5QfzI .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-vuMDa5QfzI .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vuMDa5QfzI .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vuMDa5QfzI .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vuMDa5QfzI .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vuMDa5QfzI .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vuMDa5QfzI .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vuMDa5QfzI .navbar.navbar-short {
  min-height: 60px;
}
.cid-vuMDa5QfzI .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vuMDa5QfzI .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vuMDa5QfzI .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vuMDa5QfzI .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vuMDa5QfzI .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vuMDa5QfzI .dropdown-item.active,
.cid-vuMDa5QfzI .dropdown-item:active {
  background-color: transparent;
}
.cid-vuMDa5QfzI .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vuMDa5QfzI .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vuMDa5QfzI .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vuMDa5QfzI .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fafafa;
}
.cid-vuMDa5QfzI .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vuMDa5QfzI .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vuMDa5QfzI ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vuMDa5QfzI .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vuMDa5QfzI button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vuMDa5QfzI button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-vuMDa5QfzI button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vuMDa5QfzI button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vuMDa5QfzI button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vuMDa5QfzI button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vuMDa5QfzI nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vuMDa5QfzI nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vuMDa5QfzI nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vuMDa5QfzI nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vuMDa5QfzI .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vuMDa5QfzI a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vuMDa5QfzI .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vuMDa5QfzI .navbar {
    height: 70px;
  }
  .cid-vuMDa5QfzI .navbar.opened {
    height: auto;
  }
  .cid-vuMDa5QfzI .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vuMDa5ZisA {
  padding-top: 8rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-vuMDa5ZisA .row {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-vuMDa5ZisA .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-vuMDa5ZisA .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-vuMDa5ZisA .text-wrapper {
    padding: 0 2rem;
  }
}
@media (max-width: 768px) {
  .cid-vuMDa5ZisA .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-vuMDa5ZisA .mbr-text,
.cid-vuMDa5ZisA .mbr-section-btn {
  color: #353535;
}
.cid-vuMDa6fVnR {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #f2f2f2;
}
.cid-vuMDa6fVnR .mbr-fallback-image.disabled {
  display: none;
}
.cid-vuMDa6fVnR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vuMDa6mF8a {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-vuMDa6mF8a .mbr-fallback-image.disabled {
  display: none;
}
.cid-vuMDa6mF8a .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vuMDa6mF8a ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-vuMDa6mF8a li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-vuMDa6mF8a ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #6592e6;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-vuMDa6r3v3 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f2f2f2;
}
.cid-vuMDa6r3v3 .line {
  background-color: #6592e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-vuMDa6r3v3 .mbr-text {
  text-align: left;
}
.cid-vuMDa6IgVi {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background: #fafafa;
}
.cid-vuMDa6IgVi .list-group-item {
  background-color: transparent;
  padding: .5rem 3.25rem;
}
.cid-vuMDa6IgVi .plan-body {
  padding-bottom: 2rem;
}
.cid-vuMDa6IgVi .plan-header {
  padding-top: 2rem;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-vuMDa6IgVi .price {
  color: #4479d9;
}
.cid-vuMDa6IgVi .plan {
  word-break: break-word;
  background-color: #ffffff;
}
.cid-vuMDa6IgVi .plan .list-group-item {
  position: relative;
  justify-content: center;
  border: 0;
}
.cid-vuMDa6IgVi .plan .list-group-item::after {
  position: absolute;
  bottom: 1px;
  left: 25%;
  width: 50%;
  height: 1px;
  content: "";
  background-color: rgba(0, 0, 0, 0.1);
}
.cid-vuMDa6IgVi .plan .list-group-item:last-child::after {
  display: none;
}
@media (max-width: 991px) {
  .cid-vuMDa6IgVi .plan {
    margin-bottom: 2rem;
  }
}
.cid-vuMDa6RWei {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-vuMDa6RWei .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-vuMDa6RWei .card-wrapper {
  margin-bottom: 2rem;
  display: flex;
  border-radius: 4px;
  background: #ffffff;
}
@media (max-width: 991px) {
  .cid-vuMDa6RWei .card-wrapper {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vuMDa6RWei .card-wrapper {
    padding: 2rem 4rem;
  }
}
.cid-vuMDa6RWei .mbr-iconfont {
  font-size: 2rem;
  padding-right: 1.5rem;
  color: #6592e6;
}
.cid-vuMDa7058j {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-vuMDa7058j .row-links {
  width: 100%;
  justify-content: center;
}
.cid-vuMDa7058j .social-row {
  width: 100%;
  justify-content: center;
}
.cid-vuMDa7058j .row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-vuMDa7058j .row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-vuMDa7058j .row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-vuMDa7058j .row .foot-menu li p {
  margin: 0;
}
.cid-vuMDa7058j .row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-vuMDa7058j .row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-vuMDa7058j .row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-vuMDa7058j .row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-vuMDa7058j .row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-vuMDa7058j .row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-vuMDa7058j .row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-vuMDa7058j .row .row-copirayt p {
  width: 100%;
}
