body {
  font-family: Muli;
}
.display-1 {
  font-family: 'Muli', sans-serif;
  font-size: 3.4375rem;
}
.display-1 > .mbr-iconfont {
  font-size: 3.4375rem;
}
.display-2 {
  font-family: 'Muli', sans-serif;
  font-size: 2.5rem;
}
.display-2 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-4 {
  font-family: 'Muli', sans-serif;
  font-size: 0.875rem;
}
.display-4 > .mbr-iconfont {
  font-size: 0.875rem;
}
.display-5 {
  font-family: 'Muli', sans-serif;
  font-size: 1.875rem;
}
.display-5 > .mbr-iconfont {
  font-size: 1.875rem;
}
.display-7 {
  font-family: 'Muli', sans-serif;
  font-size: 1.125rem;
}
.display-7 > .mbr-iconfont {
  font-size: 1.125rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.75rem;
    font-size: calc( 1.853125rem + (3.4375 - 1.853125) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.853125rem + (3.4375 - 1.853125) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2rem;
    font-size: calc( 1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.7rem;
    font-size: calc( 0.95625rem + (0.875 - 0.95625) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (0.95625rem + (0.875 - 0.95625) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.5rem;
    font-size: calc( 1.30625rem + (1.875 - 1.30625) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.30625rem + (1.875 - 1.30625) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 10px 15px;
  border-radius: 6px;
}
.btn-sm {
  padding: 5px 10px;
  border-radius: 6px;
}
.btn-md {
  padding: 15px 20px;
  border-radius: 6px;
}
.btn-lg {
  padding: 20px 25px;
  border-radius: 6px;
}
.bg-primary {
  background-color: #ff4a52 !important;
}
.bg-success {
  background-color: #ffffff !important;
}
.bg-info {
  background-color: #6d7a8c !important;
}
.bg-warning {
  background-color: #e6ecf2 !important;
}
.bg-danger {
  background-color: #ececec !important;
}
.btn-primary,
.btn-primary:active,
.btn-primary.active {
  background-color: #ff4a52 !important;
  border-color: #ff4a52 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus {
  color: #ffffff !important;
  background-color: #fd000b !important;
  border-color: #fd000b !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #fd000b !important;
  border-color: #fd000b !important;
}
.btn-secondary,
.btn-secondary:active,
.btn-secondary.active {
  background-color: #130947 !important;
  border-color: #130947 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus {
  color: #ffffff !important;
  background-color: #010003 !important;
  border-color: #010003 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #010003 !important;
  border-color: #010003 !important;
}
.btn-info,
.btn-info:active,
.btn-info.active {
  background-color: #6d7a8c !important;
  border-color: #6d7a8c !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus {
  color: #ffffff !important;
  background-color: #4c5561 !important;
  border-color: #4c5561 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #4c5561 !important;
  border-color: #4c5561 !important;
}
.btn-success,
.btn-success:active,
.btn-success.active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-warning,
.btn-warning:active,
.btn-warning.active {
  background-color: #e6ecf2 !important;
  border-color: #e6ecf2 !important;
  color: #4a6d8f !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus {
  color: #4a6d8f !important;
  background-color: #b4c6d8 !important;
  border-color: #b4c6d8 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #4a6d8f !important;
  background-color: #b4c6d8 !important;
  border-color: #b4c6d8 !important;
}
.btn-danger,
.btn-danger:active,
.btn-danger.active {
  background-color: #ececec !important;
  border-color: #ececec !important;
  color: #6d6d6d !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus {
  color: #6d6d6d !important;
  background-color: #c6c6c6 !important;
  border-color: #c6c6c6 !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #6d6d6d !important;
  background-color: #c6c6c6 !important;
  border-color: #c6c6c6 !important;
}
.btn-white {
  color: #333333 !important;
}
.btn-white,
.btn-white:active,
.btn-white.active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-black,
.btn-black:active,
.btn-black.active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-primary-outline,
.btn-primary-outline:active,
.btn-primary-outline.active {
  background: none;
  border-color: #e3000a;
  color: #e3000a;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus {
  color: #ffffff;
  background-color: #ff4a52;
  border-color: #ff4a52;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff4a52 !important;
  border-color: #ff4a52 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active,
.btn-secondary-outline.active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus {
  color: #ffffff;
  background-color: #130947;
  border-color: #130947;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #130947 !important;
  border-color: #130947 !important;
}
.btn-info-outline,
.btn-info-outline:active,
.btn-info-outline.active {
  background: none;
  border-color: #404853;
  color: #404853;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus {
  color: #ffffff;
  background-color: #6d7a8c;
  border-color: #6d7a8c;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #6d7a8c !important;
  border-color: #6d7a8c !important;
}
.btn-success-outline,
.btn-success-outline:active,
.btn-success-outline.active {
  background: none;
  border-color: #cccccc;
  color: #cccccc;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus {
  color: #808080;
  background-color: #ffffff;
  border-color: #ffffff;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-warning-outline,
.btn-warning-outline:active,
.btn-warning-outline.active {
  background: none;
  border-color: #a3b9cf;
  color: #a3b9cf;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus {
  color: #4a6d8f;
  background-color: #e6ecf2;
  border-color: #e6ecf2;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #4a6d8f !important;
  background-color: #e6ecf2 !important;
  border-color: #e6ecf2 !important;
}
.btn-danger-outline,
.btn-danger-outline:active,
.btn-danger-outline.active {
  background: none;
  border-color: #b9b9b9;
  color: #b9b9b9;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus {
  color: #6d6d6d;
  background-color: #ececec;
  border-color: #ececec;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #6d6d6d !important;
  background-color: #ececec !important;
  border-color: #ececec !important;
}
.btn-black-outline,
.btn-black-outline:active,
.btn-black-outline.active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus {
  color: #ffffff;
  background-color: #333333;
  border-color: #333333;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #333333;
  background-color: #ffffff;
  border-color: #ffffff;
}
.text-primary {
  color: #ff4a52 !important;
}
.text-secondary {
  color: #130947 !important;
}
.text-success {
  color: #ffffff !important;
}
.text-info {
  color: #6d7a8c !important;
}
.text-warning {
  color: #e6ecf2 !important;
}
.text-danger {
  color: #ececec !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #e3000a !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #000000 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #cccccc !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #404853 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #a3b9cf !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #b9b9b9 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #b3b3b3 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #6d7a8c;
}
.alert-warning {
  background-color: #e6ecf2;
}
.alert-danger {
  background-color: #ececec;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #ff4a52;
  border-color: #ff4a52;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #4f87fb;
}
.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: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #b4bbc5;
}
.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;
}
.scrollToTop_wraper {
  display: none !important;
}
.form-control {
  font-family: 'Muli', sans-serif;
  font-size: 1.125rem;
}
.form-control > .mbr-iconfont {
  font-size: 1.125rem;
}
blockquote {
  border-color: #ff4a52;
}
/* Forms */
.mbr-form .btn {
  margin: 0.4rem 0;
}
.btn-primary:hover {
  color: #ffffff !important;
  background: #130947 !important;
  border-color: #130947 !important;
}
.form-control,
.jq-number__spin {
  background-color: #ffffff;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #ff4a52;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: currentColor;
  border-bottom-color: currentColor;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #ff4a52;
  border-bottom-color: #ff4a52;
}
.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: #ff4a52 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #130947 !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%;
}
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='%23ff4a52' %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;
}
.is-builder .cid-rSbeojjCqg .navbar {
  padding-top: 20px !important;
}
.cid-rSbeojjCqg .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  -webkit-transition: none;
  transition: none;
  min-height: 77px;
}
@media (min-width: 1200px) {
  .cid-rSbeojjCqg .navbar .dropdown .dropdown-menu .dropdown-item {
    padding: 0.835em 2.5385em 0.835em 3.5385em !important;
    margin: 0 !important;
  }
  .cid-rSbeojjCqg .navbar .dropdown .dropdown-menu .dropdown-item:hover {
    padding: 0.835em 2.5385em 0.835em 3.8385em !important;
  }
}
.cid-rSbeojjCqg .menu-logo {
  display: flex;
  position: relative;
  -webkit-box-align: center;
  align-items: center;
  margin-right: auto;
}
.cid-rSbeojjCqg .menu-logo .navbar-brand {
  display: flex;
  margin-left: 4rem;
  padding: 0.5rem 0;
  -webkit-transition: padding 0.2s;
  transition: padding 0.2s;
  min-height: 3.8rem;
  -webkit-box-align: center;
  align-items: center;
}
.cid-rSbeojjCqg .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-rSbeojjCqg .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-rSbeojjCqg .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  -webkit-transition: font-size 0.25s;
  transition: font-size 0.25s;
}
.cid-rSbeojjCqg .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-rSbeojjCqg .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  -webkit-transition: font-size 0.25s;
  transition: font-size 0.25s;
}
.cid-rSbeojjCqg .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-rSbeojjCqg a {
  font-style: normal;
}
.cid-rSbeojjCqg .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: middle;
  position: relative;
  text-decoration: none;
}
.cid-rSbeojjCqg .nav-item a {
  padding: 0.4rem 0 !important;
}
.cid-rSbeojjCqg .dropdown-item:before {
  color: #ffffff;
  font-family: Material-Design-Icons !important;
  content: "\e716";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1.125rem;
  top: 1.1rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-rSbeojjCqg .dropdown-item:hover:before {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  width: 16px;
}
.cid-rSbeojjCqg .content-text {
  margin-bottom: 0;
}
.cid-rSbeojjCqg .navbar-nav {
  position: relative;
  min-height: 100px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
}
.cid-rSbeojjCqg .navbar-nav li:first-child > a {
  color: #ff4a52;
}
.cid-rSbeojjCqg .navbar-nav li:last-child > a::before {
  position: absolute;
  content: "";
  height: 20px;
  width: 1px;
  right: -9px;
  margin-top: -10px;
  top: 50%;
  background-color: rgba(0, 0, 0, 0.46);
  margin-right: 12px;
}
@media (min-width: 1200px) {
  .cid-rSbeojjCqg .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #ff4a52;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-rSbeojjCqg .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
  .cid-rSbeojjCqg .navbar-nav .nav-item a {
    margin: 0 1.1rem !important;
  }
}
@media (max-width: 1200px) {
  .cid-rSbeojjCqg .navbar-nav .nav-item a {
    margin: 0 !important;
  }
}
.cid-rSbeojjCqg .navbar-nav .nav-item span {
  padding-right: 0.1rem;
}
.cid-rSbeojjCqg .display-4 > .mbr-iconfont {
  font-size: 1.23em;
}
.cid-rSbeojjCqg .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-rSbeojjCqg .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-rSbeojjCqg .content-link {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.cid-rSbeojjCqg .content-link:first-child {
  padding-left: 1.3rem;
}
@media (max-width: 1200px) {
  .cid-rSbeojjCqg .content-link {
    display: none;
  }
}
.cid-rSbeojjCqg .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
}
.cid-rSbeojjCqg .navbar-buttons.mbr-section-btn > .mbr-iconfont {
  font-size: 17px !important;
  margin-right: 13px;
}
.cid-rSbeojjCqg .nav-dropdown .link {
  font-weight: 600;
}
.cid-rSbeojjCqg .nav-dropdown .link.display-4 {
  font-size: 15px;
}
.cid-rSbeojjCqg .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-rSbeojjCqg .content-left-side {
  text-align: center;
  padding-top: 3px;
}
@media (max-width: 575px) {
  .cid-rSbeojjCqg .content-left-side {
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    padding: 0.5rem 0;
  }
  .cid-rSbeojjCqg .content-left-side .content-link {
    font-size: 0.8rem;
    margin: 0;
    padding-bottom: 1rem;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }
}
.cid-rSbeojjCqg .content-right-side {
  text-align: center;
}
@media (max-width: 575px) {
  .cid-rSbeojjCqg .content-right-side {
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    padding: 0.5rem 0;
  }
  .cid-rSbeojjCqg .content-right-side .content-link {
    font-size: 0.8rem;
    margin: 0;
    padding-bottom: 1rem;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }
}
.cid-rSbeojjCqg .content-right-side .icons-block {
  padding-bottom: 5px;
  padding-left: 17px;
}
.cid-rSbeojjCqg .content-right-side .content-link {
  margin-left: 1rem;
}
.cid-rSbeojjCqg .content-right-side .content-link span {
  vertical-align: middle;
  padding-bottom: 2px;
}
.cid-rSbeojjCqg .menu-content-top {
  display: none;
  padding: 1rem 4rem 1rem 3.8rem;
  -webkit-transition: height 0.3s ease-in-out;
  transition: height 0.3s ease-in-out;
  padding-top: 15px;
  padding-bottom: 15px;
}
.cid-rSbeojjCqg .content-left-side .content-link {
  margin-left: 1rem;
}
.cid-rSbeojjCqg .content-left-side .content-link span {
  vertical-align: middle;
  padding-bottom: 2px;
}
@media (max-width: 1200px) {
  .cid-rSbeojjCqg .content-left-side {
    text-align: center;
    padding-bottom: 1rem;
  }
  .cid-rSbeojjCqg .dropdown-item {
    padding: 0.235em 0 !important;
    margin: 0 !important;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
  }
  .cid-rSbeojjCqg .dropdown-item:before {
    display: none;
  }
  .cid-rSbeojjCqg .menu-logo {
    width: 100%;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }
  .cid-rSbeojjCqg .menu-bottom {
    width: 100%;
    padding: 0 1rem;
    display: block;
  }
  .cid-rSbeojjCqg img {
    height: 3.8rem !important;
  }
  .cid-rSbeojjCqg .btn {
    display: flex;
  }
  .cid-rSbeojjCqg button.navbar-toggler {
    display: block;
  }
  .cid-rSbeojjCqg .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-rSbeojjCqg .navbar-toggleable-sm {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  .cid-rSbeojjCqg .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-rSbeojjCqg .navbar-collapse.collapsing,
  .cid-rSbeojjCqg .navbar-collapse.show {
    display: block !important;
  }
  .cid-rSbeojjCqg .navbar-collapse.collapsing .navbar-nav,
  .cid-rSbeojjCqg .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-rSbeojjCqg .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-rSbeojjCqg .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
    padding: 0.5rem 0;
  }
  .cid-rSbeojjCqg .navbar-collapse.collapsing .navbar-buttons,
  .cid-rSbeojjCqg .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-rSbeojjCqg .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-rSbeojjCqg .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-rSbeojjCqg .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-property: opacity, padding, height;
    transition-property: opacity, padding, height;
  }
  .cid-rSbeojjCqg .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-rSbeojjCqg .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-rSbeojjCqg .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
}
@media (min-width: 1200px) {
  .cid-rSbeojjCqg .navbar .menu-content-top {
    display: block;
  }
  .cid-rSbeojjCqg .menu-content-top .row {
    -webkit-box-pack: justify;
    justify-content: space-between;
    flex-wrap: nowrap;
  }
  .cid-rSbeojjCqg .content-right-side {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: end;
    justify-content: flex-end;
    flex-basis: 70%;
    flex-shrink: 0;
    flex-wrap: wrap;
    text-align: right;
  }
  .cid-rSbeojjCqg .content-left-side {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: start;
    justify-content: flex-start;
    flex-basis: 70%;
    flex-shrink: 0;
    flex-wrap: wrap;
    text-align: right;
  }
  .cid-rSbeojjCqg .menu-content-top {
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  }
  .cid-rSbeojjCqg .menu-bottom {
    display: flex;
  }
  .cid-rSbeojjCqg .navbar {
    display: block;
    padding: 0;
  }
  .cid-rSbeojjCqg .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
  }
  .cid-rSbeojjCqg .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex !important;
    -webkit-box-align: center;
    align-items: center;
    z-index: 101;
    min-height: 76px;
  }
  .cid-rSbeojjCqg .navbar-toggler {
    display: none;
  }
}
.cid-rSbeojjCqg .navbar-short .menu-content-top {
  border: none;
  display: none;
}
.cid-rSbeojjCqg .btn {
  padding: 15px 30px;
  font-weight: 800;
  display: inline-flex;
  -webkit-box-align: center;
  align-items: center;
  border-width: 1px;
  box-shadow: none;
}
.cid-rSbeojjCqg .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-rSbeojjCqg .btn.display-4 {
  letter-spacing: 0.5px;
  font-size: 13px;
  line-height: 13px;
}
.cid-rSbeojjCqg .navbar-toggleable-sm .navbar-collapse {
  -webkit-box-pack: end;
  justify-content: flex-end;
  padding-right: 4rem;
  width: 100%;
}
.cid-rSbeojjCqg .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-rSbeojjCqg .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-rSbeojjCqg .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-rSbeojjCqg .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  border-top: 3px solid #ff4a52;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
  min-width: 16.875rem;
  text-align: left;
  padding-top: 0;
  padding-bottom: 0;
}
@media (max-width: 1200px) {
  .cid-rSbeojjCqg .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-rSbeojjCqg .dropdown .dropdown-menu .dropdown-item {
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-rSbeojjCqg .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-rSbeojjCqg .dropdown .dropdown-menu .dropdown-item:hover {
  background-color: #4f87fb;
  color: #ffffff;
}
.cid-rSbeojjCqg .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-rSbeojjCqg .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-rSbeojjCqg .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  color: #ffffff;
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-rSbeojjCqg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-rSbeojjCqg .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rSbeojjCqg .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: "";
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-rSbeojjCqg .navbar.navbar-short {
  min-height: 60px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-rSbeojjCqg .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  -webkit-transition: font-size 0.25s;
  transition: font-size 0.25s;
}
.cid-rSbeojjCqg .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-rSbeojjCqg .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-rSbeojjCqg .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-rSbeojjCqg .navbar.navbar-short .navbar-nav {
  min-height: 60px;
}
.cid-rSbeojjCqg button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-rSbeojjCqg button.navbar-toggler:focus {
  outline: none;
}
.cid-rSbeojjCqg button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-rSbeojjCqg button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-rSbeojjCqg button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}
.cid-rSbeojjCqg button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}
.cid-rSbeojjCqg button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-rSbeojjCqg nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-rSbeojjCqg nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.cid-rSbeojjCqg nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.cid-rSbeojjCqg nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-rSbeojjCqg .collapsed.navbar {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}
.cid-rSbeojjCqg .collapsed .menu-bottom {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
}
.cid-rSbeojjCqg .collapsed .menu-logo {
  margin-right: 0;
}
.cid-rSbeojjCqg .collapsed .btn {
  display: flex;
}
.cid-rSbeojjCqg .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-rSbeojjCqg .collapsed .navbar-collapse.collapsing,
.cid-rSbeojjCqg .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-rSbeojjCqg .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-rSbeojjCqg .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-rSbeojjCqg .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-rSbeojjCqg .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-rSbeojjCqg .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-rSbeojjCqg .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-rSbeojjCqg .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-rSbeojjCqg .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1200px) {
  .cid-rSbeojjCqg .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 3.8rem  - 1rem);
  }
  .cid-rSbeojjCqg .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-rSbeojjCqg .collapsed button.navbar-toggler {
  display: block;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rSbeojjCqg .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-rSbeojjCqg .collapsed .navbar-toggleable-sm {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}
.cid-rSbeojjCqg .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  -webkit-transition-duration: 0.25s;
  transition-duration: 0.25s;
  -webkit-transition-property: opacity, padding, height;
  transition-property: opacity, padding, height;
}
.cid-rSbeojjCqg .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-rSbeojjCqg .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-rSbeojjCqg .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-rSbeojjCqg .collapsed .dropdown-item:before {
  display: none;
}
.cid-rSbeojjCqg .navbar-dropdown {
  flex-wrap: nowrap;
}
.cid-rSbeojjCqg .navbar-collapse {
  flex-basis: auto;
  display: flex;
}
.cid-rSbeojjCqg .nav-link:focus {
  outline: none;
}
.cid-rSbeojjCqg .navbar-toggler {
  position: relative;
}
.cid-rSbeojjCqg .dropdown-item.active,
.cid-rSbeojjCqg .dropdown-item:active {
  background-color: #ffffff;
  color: #ffffff;
}
.cid-rSbeojjCqg .nav-link:hover,
.cid-rSbeojjCqg .dropdown-item:hover {
  color: #4f87fb;
}
.cid-rSbetxGLFX {
  padding-top: 150px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/mbr-1920x1440.jpg");
}
.cid-rSbetxGLFX .mbr-section-subtitle {
  color: #ff4a52;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 2px;
}
.cid-rSbetxGLFX .mbr-section-title {
  color: #e9e9e9;
  font-weight: 900;
  line-height: 60px;
  letter-spacing: -1px;
}
.cid-rSbetxGLFX .mbr-section-title .accent-word {
  color: #ff4a52;
}
.cid-rSbetxGLFX .mbr-text {
  color: #6d7a8c;
}
.cid-rSbetxGLFX .content-link {
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  align-items: center;
  color: #130947;
  margin-left: 0.6rem;
}
.cid-rSbetxGLFX .content-link span {
  margin-right: 15px;
  margin-left: 20px;
  padding: 10px;
  border-radius: 100%;
  color: #ff4a52;
  background-color: #ffffff;
  font-size: 2.475rem;
}
.cid-rSbetxGLFX .mbr-section-btn {
  display: flex;
}
.cid-rSbetxGLFX .mbr-section-btn .btn {
  border-radius: 4px;
  line-height: 24px;
  letter-spacing: 1px;
  margin: 0.4rem 1rem 0.4rem 0rem !important;
  padding: 15px 55px !important;
}
.cid-rSbetxGLFX .mbr-section-btn .btn-primary:hover {
  background-color: #130947 !important;
  border-color: #130947 !important;
  color: #ffffff !important;
}
.cid-rSbetxGLFX .mbr-section-btn.display-4,
.cid-rSbetxGLFX .btn.display-4 {
  font-size: 12px !important;
}
.cid-rSbetxGLFX .video-wrap {
  cursor: pointer;
  margin-left: 14px;
}
.cid-rSbetxGLFX .video-wrap .mbr-media {
  z-index: 70;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
}
.cid-rSbetxGLFX .video-wrap .mbr-media span {
  font-size: 20px;
  cursor: pointer;
  display: inline-block;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
  color: #ff4a52;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.cid-rSbetxGLFX .video-wrap .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-35%);
  transform: translateX(-35%);
}
.cid-rSbetxGLFX .video-wrap .icon-wrap {
  background-color: #ffffff;
  width: 3.7em;
  height: 3.7em;
  border-radius: 50%;
  max-width: 100% !important;
  line-height: 1.6em !important;
  text-align: center;
  display: inline-block;
  border: 2px solid transparent;
  box-sizing: content-box;
  position: relative;
}
.cid-rSbetxGLFX .video-wrap .mbr-text {
  line-height: 22px;
  font-weight: 800;
  letter-spacing: 0px;
  color: #130947;
}
.cid-rSbetxGLFX .video-wrap .mbr-text.display-4 {
  font-size: 13px;
}
.cid-rSbetxGLFX .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-rSbetxGLFX .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-rSbetxGLFX .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-rSbetxGLFX a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-rSbetxGLFX a.close:hover {
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-rSbetxGLFX .separator,
  .cid-rSbetxGLFX .sep-holder,
  .cid-rSbetxGLFX .sep-line {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .cid-rSbetxGLFX .buttons-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  .cid-rSbetxGLFX .buttons-wrap .video-wrap {
    margin-left: 0;
    margin-top: 15px;
  }
}
.cid-rSbetxGLFX H2 {
  color: #ffffff;
}
.cid-rSbetxGLFX .mbr-text,
.cid-rSbetxGLFX .mbr-section-btn {
  color: #ffffff;
}
.cid-tcVxcJ8MKF {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f5f7fa;
}
.cid-tcVxcJ8MKF .card {
  background-color: #ebeae2;
}
.cid-tcVxcJ8MKF .mbr-fallback-image.disabled {
  display: none;
}
.cid-tcVxcJ8MKF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tcVxcJ8MKF .mbr-section-title {
  color: #4b60ef;
  text-align: justify;
}
.cid-tcVxcJ8MKF .title1 {
  text-align: center;
}
.cid-thaDNdPqT9 {
  background: #ffffff;
}
.cid-thaDNdPqT9 .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-thaDNdPqT9 .mbr-figure {
  margin: 0 auto;
}
.cid-thaDNdPqT9 figcaption {
  position: relative;
}
.cid-thaDNdPqT9 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-thaDNdPqT9 .image-block {
    width: 100% !important;
  }
}
.cid-txG5tLkeag {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-txG5tLkeag img {
  width: 100%;
  border-radius: 8px;
  box-shadow: 0 0 20px rgba(79, 110, 173, 0.1);
}
.cid-txG5tLkeag .mbr-section-title {
  text-align: left;
  color: #130947;
  line-height: 1.2;
  letter-spacing: -0.5px;
}
.cid-txG5tLkeag .mbr-text {
  color: #6d7a8c;
  line-height: 1.5;
}
.cid-txG5tLkeag .mbr-list {
  margin-top: 35px;
  color: #6d7a8c;
}
.cid-txG5tLkeag .mbr-list .list {
  list-style-type: none;
  padding-left: 0;
}
.cid-txG5tLkeag .mbr-list .list li {
  margin-bottom: 1rem;
}
.cid-txG5tLkeag .mbr-list .list li:before {
  font-weight: 900;
  color: #4f87fb;
  display: inline-block;
  content: '✓';
  text-align: center;
  line-height: 1.5em;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  width: 25px;
  height: 25px;
}
.cid-thaDROjb2w {
  background: #ffffff;
}
.cid-thaDROjb2w .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-thaDROjb2w .mbr-figure {
  margin: 0 auto;
}
.cid-thaDROjb2w figcaption {
  position: relative;
}
.cid-thaDROjb2w figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-thaDROjb2w .image-block {
    width: 100% !important;
  }
}
.cid-v9mi3H3JuQ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v9mi3H3JuQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9mi3H3JuQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v9mi3H3JuQ .card {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-v9mi3H3JuQ .card {
    margin-bottom: 40px;
  }
}
.cid-v9mi3H3JuQ .title-wrapper .mbr-label {
  margin-bottom: 20px;
}
.cid-v9mi3H3JuQ .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-v9mi3H3JuQ .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v9mi3H3JuQ .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v9mi3H3JuQ .mbr-label {
  color: #be0000;
}
.cid-v9mi3H3JuQ .mbr-section-title {
  color: #344cf1;
}
.cid-v9mi3H3JuQ .mbr-text {
  color: #000000;
}
.cid-txGbA8lla2 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f5f7fa;
}
.cid-txGbA8lla2 .card {
  background-color: #ebeae2;
}
.cid-txGbA8lla2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-txGbA8lla2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-txGbA8lla2 .mbr-section-title {
  color: #4b60ef;
}
.cid-txGbA8lla2 .title1 {
  text-align: center;
}
.cid-v9mi5DWP60 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v9mi5DWP60 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9mi5DWP60 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v9mi5DWP60 .card {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-v9mi5DWP60 .card {
    margin-bottom: 40px;
  }
}
.cid-v9mi5DWP60 .title-wrapper .mbr-label {
  margin-bottom: 20px;
}
.cid-v9mi5DWP60 .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-v9mi5DWP60 .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v9mi5DWP60 .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v9mi5DWP60 .mbr-label {
  color: #be0000;
}
.cid-v9mi5DWP60 .mbr-section-title {
  color: #344cf1;
}
.cid-v9mi5DWP60 .mbr-text {
  color: #000000;
}
.cid-v9mkDEcxL2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f5f7fa;
}
.cid-v9mkDEcxL2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9mkDEcxL2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v9mkDEcxL2 .card {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-v9mkDEcxL2 .card {
    margin-bottom: 40px;
  }
}
.cid-v9mkDEcxL2 .title-wrapper .mbr-label {
  margin-bottom: 20px;
}
.cid-v9mkDEcxL2 .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-v9mkDEcxL2 .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v9mkDEcxL2 .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v9mkDEcxL2 .mbr-label {
  color: #be0000;
}
.cid-v9mkDEcxL2 .mbr-section-title {
  color: #344cf1;
}
.cid-v9mkDEcxL2 .mbr-text {
  color: #000000;
}
.cid-v9midiZf0E {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v9midiZf0E .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9midiZf0E .container-fluid {
  padding: 0;
}
.cid-v9midiZf0E .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-v9midiZf0E .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v9midiZf0E .row {
  flex-direction: row-reverse;
}
.cid-v9midiZf0E img {
  width: 100%;
}
.cid-va7sx6uPao {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/mbr-5-1920x1280.jpg");
}
.cid-va7sx6uPao .mbr-section-title {
  font-weight: 900;
  letter-spacing: 0.1em;
}
.cid-va7sx6uPao .mbr-section-subtitle {
  color: #444444;
  letter-spacing: 0.03em;
  text-align: justify;
}
.cid-va7sx6uPao .form-control {
  padding: 8px 15px 8px 15px;
  border-color: #cccccc;
  border-radius: 0px !important;
  background-color: #ffffff;
}
.cid-va7sx6uPao .container-table {
  margin: 0 auto;
}
.cid-va7sx6uPao .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-va7sx6uPao .dataTables_wrapper {
  display: block;
}
.cid-va7sx6uPao .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-va7sx6uPao .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-va7sx6uPao table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #cccccc;
  margin-bottom: 0;
}
.cid-va7sx6uPao table th {
  border-top: none;
  transition: all .2s;
  border-bottom: none;
}
.cid-va7sx6uPao table th:hover {
  background: #cccccc;
  color: #000000;
}
.cid-va7sx6uPao table td {
  border-top: 1px solid #cccccc;
}
.cid-va7sx6uPao table.table {
  background: #ffffff;
}
.cid-va7sx6uPao .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-va7sx6uPao .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-va7sx6uPao .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-va7sx6uPao .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
  text-align: left;
}
@media (max-width: 992px) {
  .cid-va7sx6uPao .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-va7sx6uPao .dataTables_filter {
    text-align: center;
  }
  .cid-va7sx6uPao .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-va7sx6uPao .mbr-fallback-image.disabled {
  display: none;
}
.cid-va7sx6uPao .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-va7sCJPQxD {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/06.jpg");
}
.cid-va7sCJPQxD .mbr-section-title {
  font-weight: 900;
  letter-spacing: 0.1em;
}
.cid-va7sCJPQxD .mbr-section-subtitle {
  color: #444444;
  letter-spacing: 0.03em;
  text-align: justify;
}
.cid-va7sCJPQxD .form-control {
  padding: 8px 15px 8px 15px;
  border-color: #cccccc;
  border-radius: 0px !important;
  background-color: #ffffff;
}
.cid-va7sCJPQxD .container-table {
  margin: 0 auto;
}
.cid-va7sCJPQxD .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-va7sCJPQxD .dataTables_wrapper {
  display: block;
}
.cid-va7sCJPQxD .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-va7sCJPQxD .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-va7sCJPQxD table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #cccccc;
  margin-bottom: 0;
}
.cid-va7sCJPQxD table th {
  border-top: none;
  transition: all .2s;
  border-bottom: none;
}
.cid-va7sCJPQxD table th:hover {
  background: #cccccc;
  color: #000000;
}
.cid-va7sCJPQxD table td {
  border-top: 1px solid #cccccc;
}
.cid-va7sCJPQxD table.table {
  background: #ffffff;
}
.cid-va7sCJPQxD .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-va7sCJPQxD .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-va7sCJPQxD .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-va7sCJPQxD .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
  text-align: left;
}
@media (max-width: 992px) {
  .cid-va7sCJPQxD .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-va7sCJPQxD .dataTables_filter {
    text-align: center;
  }
  .cid-va7sCJPQxD .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-va7sCJPQxD .mbr-fallback-image.disabled {
  display: none;
}
.cid-va7sCJPQxD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-va7sCJPQxD .mbr-section-subtitle DIV {
  text-align: justify;
}
.cid-v9mihYW8hO {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-v9mihYW8hO .title-text {
  margin-bottom: 70px;
}
.cid-v9mihYW8hO .title-text .mbr-section-subtitle {
  color: #4f87fb;
  font-weight: 800;
}
.cid-v9mihYW8hO .title-text .mbr-section-subtitle.display-4 {
  font-size: 13px;
  line-height: 1.85;
  letter-spacing: 2px;
}
.cid-v9mihYW8hO .title-text .mbr-section-title {
  color: #130947;
}
.cid-v9mihYW8hO .title-text .mbr-section-title span {
  font-weight: 900;
}
.cid-v9mihYW8hO .title-text .mbr-section-title.display-2 {
  line-height: 1.2;
  letter-spacing: -0.5px;
}
.cid-v9mihYW8hO .mbr-iconfont {
  font-family: 'Moririse2' !important;
  display: inline-flex;
  -webkit-transform-origin: ;
  transform-origin: ;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  padding: 0 !important;
  font-size: 1.4rem !important;
  color: #222222;
}
.cid-v9mihYW8hO .mbr-iconfont:before {
  -webkit-transform: scaleY(0) !important;
  transform: scaleY(0) !important;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-v9mihYW8hO .collapsed .mbr-iconfont {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
.cid-v9mihYW8hO .collapsed .mbr-iconfont:before {
  -webkit-transform: scaleY(1) !important;
  transform: scaleY(1) !important;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-v9mihYW8hO .accordion-content {
  flex-basis: 100%;
}
.cid-v9mihYW8hO .panel-group {
  width: 100%;
}
.cid-v9mihYW8hO .panel-text,
.cid-v9mihYW8hO .header-text,
.cid-v9mihYW8hO .mbr-section-subtitle {
  color: #222222;
}
.cid-v9mihYW8hO .card {
  margin-bottom: 30px;
  margin-top: 30px;
  border: none;
  border-radius: 0 !important;
}
.cid-v9mihYW8hO .card .card-header {
  border-radius: 0 !important;
  border-bottom: none !important;
  padding: 0;
}
.cid-v9mihYW8hO .card .card-header a.panel-title {
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background-color: #f1f1f1;
  margin-bottom: 0;
  font-style: normal;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  text-decoration: none !important;
  border-radius: 0 !important;
  line-height: normal;
}
.cid-v9mihYW8hO .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-v9mihYW8hO .card .card-header a.panel-title .sign {
  padding-right: 1rem;
}
.cid-v9mihYW8hO .card .card-header a.panel-title h4 {
  padding: 17px 42px 17px 35px;
  margin-bottom: 0;
  width: 100%;
  line-height: 1.5;
  font-weight: 400 !important;
}
.cid-v9mihYW8hO .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
  line-height: 1.6 !important;
}
.cid-v9mihYW8hO .card .card-header a.panel-title .toggle-icon {
  right: 20px;
  position: absolute;
  top: 29px;
  -webkit-transform: none;
  transform: none;
  display: inline-block;
  height: 2px;
  margin-left: 0;
  width: 12px;
}
.cid-v9mihYW8hO .card .card-header a.panel-title .toggle-icon:before,
.cid-v9mihYW8hO .card .card-header a.panel-title .toggle-icon:after {
  background: currentColor;
  border: 0;
  box-sizing: border-box;
  content: '';
  display: block;
  left: 50%;
  position: absolute;
  top: 50%;
}
.cid-v9mihYW8hO .card .card-header a.panel-title .toggle-icon:before {
  height: 12px;
  margin-left: -1px !important;
  width: 2px;
  margin-top: -6px;
  background-color: currentColor;
  border: 0;
  -webkit-transform: none;
  transform: none;
}
.cid-v9mihYW8hO .card .card-header a.panel-title .toggle-icon:after {
  height: 2px;
  width: 12px;
  margin-left: -6px;
  margin-top: -1px;
}
.cid-v9mihYW8hO .card .card-header a.panel-title[aria-expanded='true'] {
  background-color: #4f87fb;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-v9mihYW8hO .card .card-header a.panel-title[aria-expanded='true'] .header-text,
.cid-v9mihYW8hO .card .card-header a.panel-title[aria-expanded='true'] .sign {
  color: #ffffff !important;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-v9mihYW8hO .card .panel-body {
  background: #ffffff;
  padding: 30px 55px 35px 40px !important;
}
.cid-v9mihYW8hO .card .panel-body .display-4 {
  font-size: 16px;
}
.cid-v9mq9kVnhW {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f5f7fa;
}
.cid-v9mq9kVnhW .card {
  background-color: #ebeae2;
}
.cid-v9mq9kVnhW .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9mq9kVnhW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v9mq9kVnhW .mbr-section-title {
  color: #4b60ef;
}
.cid-v9mq9kVnhW .title1 {
  text-align: center;
}
.cid-rSbexMwIuF {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #25303e;
}
.cid-rSbexMwIuF .links {
  text-align: center;
  color: #ffffff;
}
.cid-rSbexMwIuF p {
  margin: 0;
}
.cid-rSbexMwIuF a {
  color: #ffffff;
}
.cid-rSbexMwIuF a:hover {
  color: #ff4a52 !important;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.is-builder .cid-txGc8VPXK5 .navbar {
  padding-top: 20px !important;
}
.cid-txGc8VPXK5 .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  -webkit-transition: none;
  transition: none;
  min-height: 77px;
}
@media (min-width: 1200px) {
  .cid-txGc8VPXK5 .navbar .dropdown .dropdown-menu .dropdown-item {
    padding: 0.835em 2.5385em 0.835em 3.5385em !important;
    margin: 0 !important;
  }
  .cid-txGc8VPXK5 .navbar .dropdown .dropdown-menu .dropdown-item:hover {
    padding: 0.835em 2.5385em 0.835em 3.8385em !important;
  }
}
.cid-txGc8VPXK5 .menu-logo {
  display: flex;
  position: relative;
  -webkit-box-align: center;
  align-items: center;
  margin-right: auto;
}
.cid-txGc8VPXK5 .menu-logo .navbar-brand {
  display: flex;
  margin-left: 4rem;
  padding: 0.5rem 0;
  -webkit-transition: padding 0.2s;
  transition: padding 0.2s;
  min-height: 3.8rem;
  -webkit-box-align: center;
  align-items: center;
}
.cid-txGc8VPXK5 .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-txGc8VPXK5 .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-txGc8VPXK5 .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  -webkit-transition: font-size 0.25s;
  transition: font-size 0.25s;
}
.cid-txGc8VPXK5 .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-txGc8VPXK5 .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  -webkit-transition: font-size 0.25s;
  transition: font-size 0.25s;
}
.cid-txGc8VPXK5 .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-txGc8VPXK5 a {
  font-style: normal;
}
.cid-txGc8VPXK5 .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: middle;
  position: relative;
  text-decoration: none;
}
.cid-txGc8VPXK5 .nav-item a {
  padding: 0.4rem 0 !important;
}
.cid-txGc8VPXK5 .dropdown-item:before {
  color: #ffffff;
  font-family: Material-Design-Icons !important;
  content: "\e716";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1.125rem;
  top: 1.1rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-txGc8VPXK5 .dropdown-item:hover:before {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  width: 16px;
}
.cid-txGc8VPXK5 .content-text {
  margin-bottom: 0;
}
.cid-txGc8VPXK5 .navbar-nav {
  position: relative;
  min-height: 100px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
}
.cid-txGc8VPXK5 .navbar-nav li:first-child > a {
  color: #ff4a52;
}
.cid-txGc8VPXK5 .navbar-nav li:last-child > a::before {
  position: absolute;
  content: "";
  height: 20px;
  width: 1px;
  right: -9px;
  margin-top: -10px;
  top: 50%;
  background-color: rgba(0, 0, 0, 0.46);
  margin-right: 12px;
}
@media (min-width: 1200px) {
  .cid-txGc8VPXK5 .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #ff4a52;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-txGc8VPXK5 .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
  .cid-txGc8VPXK5 .navbar-nav .nav-item a {
    margin: 0 1.1rem !important;
  }
}
@media (max-width: 1200px) {
  .cid-txGc8VPXK5 .navbar-nav .nav-item a {
    margin: 0 !important;
  }
}
.cid-txGc8VPXK5 .navbar-nav .nav-item span {
  padding-right: 0.1rem;
}
.cid-txGc8VPXK5 .display-4 > .mbr-iconfont {
  font-size: 1.23em;
}
.cid-txGc8VPXK5 .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-txGc8VPXK5 .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-txGc8VPXK5 .content-link {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.cid-txGc8VPXK5 .content-link:first-child {
  padding-left: 1.3rem;
}
@media (max-width: 1200px) {
  .cid-txGc8VPXK5 .content-link {
    display: none;
  }
}
.cid-txGc8VPXK5 .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
}
.cid-txGc8VPXK5 .navbar-buttons.mbr-section-btn > .mbr-iconfont {
  font-size: 17px !important;
  margin-right: 13px;
}
.cid-txGc8VPXK5 .nav-dropdown .link {
  font-weight: 600;
}
.cid-txGc8VPXK5 .nav-dropdown .link.display-4 {
  font-size: 15px;
}
.cid-txGc8VPXK5 .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-txGc8VPXK5 .content-left-side {
  text-align: center;
  padding-top: 3px;
}
@media (max-width: 575px) {
  .cid-txGc8VPXK5 .content-left-side {
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    padding: 0.5rem 0;
  }
  .cid-txGc8VPXK5 .content-left-side .content-link {
    font-size: 0.8rem;
    margin: 0;
    padding-bottom: 1rem;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }
}
.cid-txGc8VPXK5 .content-right-side {
  text-align: center;
}
@media (max-width: 575px) {
  .cid-txGc8VPXK5 .content-right-side {
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    padding: 0.5rem 0;
  }
  .cid-txGc8VPXK5 .content-right-side .content-link {
    font-size: 0.8rem;
    margin: 0;
    padding-bottom: 1rem;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }
}
.cid-txGc8VPXK5 .content-right-side .icons-block {
  padding-bottom: 5px;
  padding-left: 17px;
}
.cid-txGc8VPXK5 .content-right-side .content-link {
  margin-left: 1rem;
}
.cid-txGc8VPXK5 .content-right-side .content-link span {
  vertical-align: middle;
  padding-bottom: 2px;
}
.cid-txGc8VPXK5 .menu-content-top {
  display: none;
  padding: 1rem 4rem 1rem 3.8rem;
  -webkit-transition: height 0.3s ease-in-out;
  transition: height 0.3s ease-in-out;
  padding-top: 15px;
  padding-bottom: 15px;
}
.cid-txGc8VPXK5 .content-left-side .content-link {
  margin-left: 1rem;
}
.cid-txGc8VPXK5 .content-left-side .content-link span {
  vertical-align: middle;
  padding-bottom: 2px;
}
@media (max-width: 1200px) {
  .cid-txGc8VPXK5 .content-left-side {
    text-align: center;
    padding-bottom: 1rem;
  }
  .cid-txGc8VPXK5 .dropdown-item {
    padding: 0.235em 0 !important;
    margin: 0 !important;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
  }
  .cid-txGc8VPXK5 .dropdown-item:before {
    display: none;
  }
  .cid-txGc8VPXK5 .menu-logo {
    width: 100%;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }
  .cid-txGc8VPXK5 .menu-bottom {
    width: 100%;
    padding: 0 1rem;
    display: block;
  }
  .cid-txGc8VPXK5 img {
    height: 3.8rem !important;
  }
  .cid-txGc8VPXK5 .btn {
    display: flex;
  }
  .cid-txGc8VPXK5 button.navbar-toggler {
    display: block;
  }
  .cid-txGc8VPXK5 .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-txGc8VPXK5 .navbar-toggleable-sm {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  .cid-txGc8VPXK5 .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-txGc8VPXK5 .navbar-collapse.collapsing,
  .cid-txGc8VPXK5 .navbar-collapse.show {
    display: block !important;
  }
  .cid-txGc8VPXK5 .navbar-collapse.collapsing .navbar-nav,
  .cid-txGc8VPXK5 .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-txGc8VPXK5 .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-txGc8VPXK5 .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
    padding: 0.5rem 0;
  }
  .cid-txGc8VPXK5 .navbar-collapse.collapsing .navbar-buttons,
  .cid-txGc8VPXK5 .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-txGc8VPXK5 .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-txGc8VPXK5 .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-txGc8VPXK5 .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-property: opacity, padding, height;
    transition-property: opacity, padding, height;
  }
  .cid-txGc8VPXK5 .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-txGc8VPXK5 .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-txGc8VPXK5 .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
}
@media (min-width: 1200px) {
  .cid-txGc8VPXK5 .navbar .menu-content-top {
    display: block;
  }
  .cid-txGc8VPXK5 .menu-content-top .row {
    -webkit-box-pack: justify;
    justify-content: space-between;
    flex-wrap: nowrap;
  }
  .cid-txGc8VPXK5 .content-right-side {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: end;
    justify-content: flex-end;
    flex-basis: 70%;
    flex-shrink: 0;
    flex-wrap: wrap;
    text-align: right;
  }
  .cid-txGc8VPXK5 .content-left-side {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: start;
    justify-content: flex-start;
    flex-basis: 70%;
    flex-shrink: 0;
    flex-wrap: wrap;
    text-align: right;
  }
  .cid-txGc8VPXK5 .menu-content-top {
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  }
  .cid-txGc8VPXK5 .menu-bottom {
    display: flex;
  }
  .cid-txGc8VPXK5 .navbar {
    display: block;
    padding: 0;
  }
  .cid-txGc8VPXK5 .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
  }
  .cid-txGc8VPXK5 .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex !important;
    -webkit-box-align: center;
    align-items: center;
    z-index: 101;
    min-height: 76px;
  }
  .cid-txGc8VPXK5 .navbar-toggler {
    display: none;
  }
}
.cid-txGc8VPXK5 .navbar-short .menu-content-top {
  border: none;
  display: none;
}
.cid-txGc8VPXK5 .btn {
  padding: 15px 30px;
  font-weight: 800;
  display: inline-flex;
  -webkit-box-align: center;
  align-items: center;
  border-width: 1px;
  box-shadow: none;
}
.cid-txGc8VPXK5 .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-txGc8VPXK5 .btn.display-4 {
  letter-spacing: 0.5px;
  font-size: 13px;
  line-height: 13px;
}
.cid-txGc8VPXK5 .navbar-toggleable-sm .navbar-collapse {
  -webkit-box-pack: end;
  justify-content: flex-end;
  padding-right: 4rem;
  width: 100%;
}
.cid-txGc8VPXK5 .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-txGc8VPXK5 .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-txGc8VPXK5 .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-txGc8VPXK5 .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  border-top: 3px solid #ff4a52;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
  min-width: 16.875rem;
  text-align: left;
  padding-top: 0;
  padding-bottom: 0;
}
@media (max-width: 1200px) {
  .cid-txGc8VPXK5 .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-txGc8VPXK5 .dropdown .dropdown-menu .dropdown-item {
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-txGc8VPXK5 .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-txGc8VPXK5 .dropdown .dropdown-menu .dropdown-item:hover {
  background-color: #4f87fb;
  color: #ffffff;
}
.cid-txGc8VPXK5 .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-txGc8VPXK5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-txGc8VPXK5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  color: #ffffff;
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-txGc8VPXK5 .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-txGc8VPXK5 .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-txGc8VPXK5 .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: "";
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-txGc8VPXK5 .navbar.navbar-short {
  min-height: 60px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-txGc8VPXK5 .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  -webkit-transition: font-size 0.25s;
  transition: font-size 0.25s;
}
.cid-txGc8VPXK5 .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-txGc8VPXK5 .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-txGc8VPXK5 .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-txGc8VPXK5 .navbar.navbar-short .navbar-nav {
  min-height: 60px;
}
.cid-txGc8VPXK5 button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-txGc8VPXK5 button.navbar-toggler:focus {
  outline: none;
}
.cid-txGc8VPXK5 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-txGc8VPXK5 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-txGc8VPXK5 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}
.cid-txGc8VPXK5 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}
.cid-txGc8VPXK5 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-txGc8VPXK5 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-txGc8VPXK5 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.cid-txGc8VPXK5 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.cid-txGc8VPXK5 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-txGc8VPXK5 .collapsed.navbar {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}
.cid-txGc8VPXK5 .collapsed .menu-bottom {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
}
.cid-txGc8VPXK5 .collapsed .menu-logo {
  margin-right: 0;
}
.cid-txGc8VPXK5 .collapsed .btn {
  display: flex;
}
.cid-txGc8VPXK5 .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-txGc8VPXK5 .collapsed .navbar-collapse.collapsing,
.cid-txGc8VPXK5 .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-txGc8VPXK5 .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-txGc8VPXK5 .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-txGc8VPXK5 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-txGc8VPXK5 .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-txGc8VPXK5 .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-txGc8VPXK5 .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-txGc8VPXK5 .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-txGc8VPXK5 .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1200px) {
  .cid-txGc8VPXK5 .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 3.8rem  - 1rem);
  }
  .cid-txGc8VPXK5 .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-txGc8VPXK5 .collapsed button.navbar-toggler {
  display: block;
  -webkit-align-self: center;
  align-self: center;
}
.cid-txGc8VPXK5 .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-txGc8VPXK5 .collapsed .navbar-toggleable-sm {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}
.cid-txGc8VPXK5 .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  -webkit-transition-duration: 0.25s;
  transition-duration: 0.25s;
  -webkit-transition-property: opacity, padding, height;
  transition-property: opacity, padding, height;
}
.cid-txGc8VPXK5 .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-txGc8VPXK5 .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-txGc8VPXK5 .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-txGc8VPXK5 .collapsed .dropdown-item:before {
  display: none;
}
.cid-txGc8VPXK5 .navbar-dropdown {
  flex-wrap: nowrap;
}
.cid-txGc8VPXK5 .navbar-collapse {
  flex-basis: auto;
  display: flex;
}
.cid-txGc8VPXK5 .nav-link:focus {
  outline: none;
}
.cid-txGc8VPXK5 .navbar-toggler {
  position: relative;
}
.cid-txGc8VPXK5 .dropdown-item.active,
.cid-txGc8VPXK5 .dropdown-item:active {
  background-color: #ffffff;
  color: #ffffff;
}
.cid-txGc8VPXK5 .nav-link:hover,
.cid-txGc8VPXK5 .dropdown-item:hover {
  color: #4f87fb;
}
.cid-txGc8WI10b {
  padding-top: 150px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/mbr-1-1920x1280.jpg");
}
.cid-txGc8WI10b .mbr-section-subtitle {
  color: #ff4a52;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 2px;
}
.cid-txGc8WI10b .mbr-section-title {
  color: #ffffff;
  font-weight: 900;
  line-height: 60px;
  letter-spacing: -1px;
}
.cid-txGc8WI10b .mbr-section-title .accent-word {
  color: #ff4a52;
}
.cid-txGc8WI10b .mbr-text {
  color: #6d7a8c;
}
.cid-txGc8WI10b .content-link {
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  align-items: center;
  color: #130947;
  margin-left: 0.6rem;
}
.cid-txGc8WI10b .content-link span {
  margin-right: 15px;
  margin-left: 20px;
  padding: 10px;
  border-radius: 100%;
  color: #ff4a52;
  background-color: #ffffff;
  font-size: 2.475rem;
}
.cid-txGc8WI10b .mbr-section-btn {
  display: flex;
}
.cid-txGc8WI10b .mbr-section-btn .btn {
  border-radius: 4px;
  line-height: 24px;
  letter-spacing: 1px;
  margin: 0.4rem 1rem 0.4rem 0rem !important;
  padding: 15px 55px !important;
}
.cid-txGc8WI10b .mbr-section-btn .btn-primary:hover {
  background-color: #130947 !important;
  border-color: #130947 !important;
  color: #ffffff !important;
}
.cid-txGc8WI10b .mbr-section-btn.display-4,
.cid-txGc8WI10b .btn.display-4 {
  font-size: 12px !important;
}
.cid-txGc8WI10b .video-wrap {
  cursor: pointer;
  margin-left: 14px;
}
.cid-txGc8WI10b .video-wrap .mbr-media {
  z-index: 70;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
}
.cid-txGc8WI10b .video-wrap .mbr-media span {
  font-size: 20px;
  cursor: pointer;
  display: inline-block;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
  color: #ff4a52;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.cid-txGc8WI10b .video-wrap .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-35%);
  transform: translateX(-35%);
}
.cid-txGc8WI10b .video-wrap .icon-wrap {
  background-color: #ffffff;
  width: 3.7em;
  height: 3.7em;
  border-radius: 50%;
  max-width: 100% !important;
  line-height: 1.6em !important;
  text-align: center;
  display: inline-block;
  border: 2px solid transparent;
  box-sizing: content-box;
  position: relative;
}
.cid-txGc8WI10b .video-wrap .mbr-text {
  line-height: 22px;
  font-weight: 800;
  letter-spacing: 0px;
  color: #130947;
}
.cid-txGc8WI10b .video-wrap .mbr-text.display-4 {
  font-size: 13px;
}
.cid-txGc8WI10b .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-txGc8WI10b .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-txGc8WI10b .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-txGc8WI10b a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-txGc8WI10b a.close:hover {
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-txGc8WI10b .separator,
  .cid-txGc8WI10b .sep-holder,
  .cid-txGc8WI10b .sep-line {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .cid-txGc8WI10b .buttons-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  .cid-txGc8WI10b .buttons-wrap .video-wrap {
    margin-left: 0;
    margin-top: 15px;
  }
}
.cid-txGc8XPXgo {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f5f7fa;
}
.cid-txGc8XPXgo .card {
  background-color: #ebeae2;
}
.cid-txGc8XPXgo .mbr-fallback-image.disabled {
  display: none;
}
.cid-txGc8XPXgo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-txGc8XPXgo .mbr-section-title {
  color: #4b60ef;
}
.cid-txGc8XPXgo .title1 {
  text-align: center;
}
.cid-txGc8YB6Gj {
  background: #ffffff;
}
.cid-txGc8YB6Gj .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-txGc8YB6Gj .mbr-figure {
  margin: 0 auto;
}
.cid-txGc8YB6Gj figcaption {
  position: relative;
}
.cid-txGc8YB6Gj figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-txGc8YB6Gj .image-block {
    width: 100% !important;
  }
}
.cid-txGc8Zdh7J {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-txGc8Zdh7J img {
  width: 100%;
  border-radius: 8px;
  box-shadow: 0 0 20px rgba(79, 110, 173, 0.1);
}
.cid-txGc8Zdh7J .mbr-section-title {
  text-align: left;
  color: #130947;
  line-height: 1.2;
  letter-spacing: -0.5px;
}
.cid-txGc8Zdh7J .mbr-text {
  color: #6d7a8c;
  line-height: 1.5;
}
.cid-txGc8Zdh7J .mbr-list {
  margin-top: 35px;
  color: #6d7a8c;
}
.cid-txGc8Zdh7J .mbr-list .list {
  list-style-type: none;
  padding-left: 0;
}
.cid-txGc8Zdh7J .mbr-list .list li {
  margin-bottom: 1rem;
}
.cid-txGc8Zdh7J .mbr-list .list li:before {
  font-weight: 900;
  color: #4f87fb;
  display: inline-block;
  content: '✓';
  text-align: center;
  line-height: 1.5em;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  width: 25px;
  height: 25px;
}
.cid-txGc8ZOfYb {
  background: #ffffff;
}
.cid-txGc8ZOfYb .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-txGc8ZOfYb .mbr-figure {
  margin: 0 auto;
}
.cid-txGc8ZOfYb figcaption {
  position: relative;
}
.cid-txGc8ZOfYb figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-txGc8ZOfYb .image-block {
    width: 100% !important;
  }
}
.cid-txGc90kwXC {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f5f7fa;
}
.cid-txGc90kwXC .card {
  background-color: #ebeae2;
}
.cid-txGc90kwXC .mbr-fallback-image.disabled {
  display: none;
}
.cid-txGc90kwXC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-txGc90kwXC .mbr-section-title {
  color: #4b60ef;
}
.cid-txGc90kwXC .title1 {
  text-align: center;
}
.cid-v8ZswNYGi5 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-v8ZswNYGi5 .title-text {
  margin-bottom: 70px;
}
.cid-v8ZswNYGi5 .title-text .mbr-section-subtitle {
  color: #4f87fb;
  font-weight: 800;
}
.cid-v8ZswNYGi5 .title-text .mbr-section-subtitle.display-4 {
  font-size: 13px;
  line-height: 1.85;
  letter-spacing: 2px;
}
.cid-v8ZswNYGi5 .title-text .mbr-section-title {
  color: #130947;
}
.cid-v8ZswNYGi5 .title-text .mbr-section-title span {
  font-weight: 900;
}
.cid-v8ZswNYGi5 .title-text .mbr-section-title.display-2 {
  line-height: 1.2;
  letter-spacing: -0.5px;
}
.cid-v8ZswNYGi5 .mbr-iconfont {
  font-family: 'Moririse2' !important;
  display: inline-flex;
  -webkit-transform-origin: ;
  transform-origin: ;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  padding: 0 !important;
  font-size: 1.4rem !important;
  color: #222222;
}
.cid-v8ZswNYGi5 .mbr-iconfont:before {
  -webkit-transform: scaleY(0) !important;
  transform: scaleY(0) !important;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-v8ZswNYGi5 .collapsed .mbr-iconfont {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
.cid-v8ZswNYGi5 .collapsed .mbr-iconfont:before {
  -webkit-transform: scaleY(1) !important;
  transform: scaleY(1) !important;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-v8ZswNYGi5 .accordion-content {
  flex-basis: 100%;
}
.cid-v8ZswNYGi5 .panel-group {
  width: 100%;
}
.cid-v8ZswNYGi5 .panel-text,
.cid-v8ZswNYGi5 .header-text,
.cid-v8ZswNYGi5 .mbr-section-subtitle {
  color: #222222;
}
.cid-v8ZswNYGi5 .card {
  margin-bottom: 30px;
  margin-top: 30px;
  border: none;
  border-radius: 0 !important;
}
.cid-v8ZswNYGi5 .card .card-header {
  border-radius: 0 !important;
  border-bottom: none !important;
  padding: 0;
}
.cid-v8ZswNYGi5 .card .card-header a.panel-title {
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background-color: #f1f1f1;
  margin-bottom: 0;
  font-style: normal;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  text-decoration: none !important;
  border-radius: 0 !important;
  line-height: normal;
}
.cid-v8ZswNYGi5 .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-v8ZswNYGi5 .card .card-header a.panel-title .sign {
  padding-right: 1rem;
}
.cid-v8ZswNYGi5 .card .card-header a.panel-title h4 {
  padding: 17px 42px 17px 35px;
  margin-bottom: 0;
  width: 100%;
  line-height: 1.5;
  font-weight: 400 !important;
}
.cid-v8ZswNYGi5 .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
  line-height: 1.6 !important;
}
.cid-v8ZswNYGi5 .card .card-header a.panel-title .toggle-icon {
  right: 20px;
  position: absolute;
  top: 29px;
  -webkit-transform: none;
  transform: none;
  display: inline-block;
  height: 2px;
  margin-left: 0;
  width: 12px;
}
.cid-v8ZswNYGi5 .card .card-header a.panel-title .toggle-icon:before,
.cid-v8ZswNYGi5 .card .card-header a.panel-title .toggle-icon:after {
  background: currentColor;
  border: 0;
  box-sizing: border-box;
  content: '';
  display: block;
  left: 50%;
  position: absolute;
  top: 50%;
}
.cid-v8ZswNYGi5 .card .card-header a.panel-title .toggle-icon:before {
  height: 12px;
  margin-left: -1px !important;
  width: 2px;
  margin-top: -6px;
  background-color: currentColor;
  border: 0;
  -webkit-transform: none;
  transform: none;
}
.cid-v8ZswNYGi5 .card .card-header a.panel-title .toggle-icon:after {
  height: 2px;
  width: 12px;
  margin-left: -6px;
  margin-top: -1px;
}
.cid-v8ZswNYGi5 .card .card-header a.panel-title[aria-expanded='true'] {
  background-color: #4f87fb;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-v8ZswNYGi5 .card .card-header a.panel-title[aria-expanded='true'] .header-text,
.cid-v8ZswNYGi5 .card .card-header a.panel-title[aria-expanded='true'] .sign {
  color: #ffffff !important;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-v8ZswNYGi5 .card .panel-body {
  background: #ffffff;
  padding: 30px 55px 35px 40px !important;
}
.cid-v8ZswNYGi5 .card .panel-body .display-4 {
  font-size: 16px;
}
.cid-txGc9133ar {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #1f91af;
}
.cid-txGc9133ar .mbr-section-subtitle {
  color: #767676;
  text-align: center;
  font-weight: 300;
}
.cid-txGc9133ar .step {
  width: 64px;
  height: 64px;
  font-size: 32px;
  border-radius: 50%;
  border: 2px solid #efefef;
  padding-bottom: 0;
}
@media (min-width: 768px) {
  .cid-txGc9133ar .separline .step-wrapper {
    position: relative;
  }
  .cid-txGc9133ar .separline .step-wrapper:before,
  .cid-txGc9133ar .separline .step-wrapper:after {
    top: 34px;
    position: absolute;
    content: "";
    height: 2px;
    width: calc(50% + 15px - 32px - 8px);
    background-color: #efefef;
  }
  .cid-txGc9133ar .separline .step-wrapper:before {
    left: -15px;
  }
  .cid-txGc9133ar .separline .step-wrapper:after {
    left: calc(50% + 8px + 32px);
  }
  .cid-txGc9133ar .separline.last-child .step-wrapper:after,
  .cid-txGc9133ar .separline:nth-child(3n) .step-wrapper:after,
  .cid-txGc9133ar .separline:nth-child(3n+1) .step-wrapper:before {
    background: none;
  }
}
@media (max-width: 767px) {
  .cid-txGc9133ar .card:not(.last-child) {
    padding-bottom: 1.5rem;
  }
}
.cid-txGc9133ar .mbr-section-title {
  color: #ffffff;
}
.cid-txGc9133ar .mbr-step-title {
  color: #ffffff;
}
.cid-txGc928znm {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #25303e;
}
.cid-txGc928znm .links {
  text-align: center;
  color: #ffffff;
}
.cid-txGc928znm p {
  margin: 0;
}
.cid-txGc928znm a {
  color: #ffffff;
}
.cid-txGc928znm a:hover {
  color: #ff4a52 !important;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.is-builder .cid-txGjdrVBf6 .navbar {
  padding-top: 20px !important;
}
.cid-txGjdrVBf6 .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  -webkit-transition: none;
  transition: none;
  min-height: 77px;
}
@media (min-width: 1200px) {
  .cid-txGjdrVBf6 .navbar .dropdown .dropdown-menu .dropdown-item {
    padding: 0.835em 2.5385em 0.835em 3.5385em !important;
    margin: 0 !important;
  }
  .cid-txGjdrVBf6 .navbar .dropdown .dropdown-menu .dropdown-item:hover {
    padding: 0.835em 2.5385em 0.835em 3.8385em !important;
  }
}
.cid-txGjdrVBf6 .menu-logo {
  display: flex;
  position: relative;
  -webkit-box-align: center;
  align-items: center;
  margin-right: auto;
}
.cid-txGjdrVBf6 .menu-logo .navbar-brand {
  display: flex;
  margin-left: 4rem;
  padding: 0.5rem 0;
  -webkit-transition: padding 0.2s;
  transition: padding 0.2s;
  min-height: 3.8rem;
  -webkit-box-align: center;
  align-items: center;
}
.cid-txGjdrVBf6 .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-txGjdrVBf6 .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-txGjdrVBf6 .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  -webkit-transition: font-size 0.25s;
  transition: font-size 0.25s;
}
.cid-txGjdrVBf6 .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-txGjdrVBf6 .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  -webkit-transition: font-size 0.25s;
  transition: font-size 0.25s;
}
.cid-txGjdrVBf6 .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-txGjdrVBf6 a {
  font-style: normal;
}
.cid-txGjdrVBf6 .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: middle;
  position: relative;
  text-decoration: none;
}
.cid-txGjdrVBf6 .nav-item a {
  padding: 0.4rem 0 !important;
}
.cid-txGjdrVBf6 .dropdown-item:before {
  color: #ffffff;
  font-family: Material-Design-Icons !important;
  content: "\e716";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1.125rem;
  top: 1.1rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-txGjdrVBf6 .dropdown-item:hover:before {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  width: 16px;
}
.cid-txGjdrVBf6 .content-text {
  margin-bottom: 0;
}
.cid-txGjdrVBf6 .navbar-nav {
  position: relative;
  min-height: 100px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
}
.cid-txGjdrVBf6 .navbar-nav li:first-child > a {
  color: #ff4a52;
}
.cid-txGjdrVBf6 .navbar-nav li:last-child > a::before {
  position: absolute;
  content: "";
  height: 20px;
  width: 1px;
  right: -9px;
  margin-top: -10px;
  top: 50%;
  background-color: rgba(0, 0, 0, 0.46);
  margin-right: 12px;
}
@media (min-width: 1200px) {
  .cid-txGjdrVBf6 .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #ff4a52;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-txGjdrVBf6 .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
  .cid-txGjdrVBf6 .navbar-nav .nav-item a {
    margin: 0 1.1rem !important;
  }
}
@media (max-width: 1200px) {
  .cid-txGjdrVBf6 .navbar-nav .nav-item a {
    margin: 0 !important;
  }
}
.cid-txGjdrVBf6 .navbar-nav .nav-item span {
  padding-right: 0.1rem;
}
.cid-txGjdrVBf6 .display-4 > .mbr-iconfont {
  font-size: 1.23em;
}
.cid-txGjdrVBf6 .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-txGjdrVBf6 .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-txGjdrVBf6 .content-link {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.cid-txGjdrVBf6 .content-link:first-child {
  padding-left: 1.3rem;
}
@media (max-width: 1200px) {
  .cid-txGjdrVBf6 .content-link {
    display: none;
  }
}
.cid-txGjdrVBf6 .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
}
.cid-txGjdrVBf6 .navbar-buttons.mbr-section-btn > .mbr-iconfont {
  font-size: 17px !important;
  margin-right: 13px;
}
.cid-txGjdrVBf6 .nav-dropdown .link {
  font-weight: 600;
}
.cid-txGjdrVBf6 .nav-dropdown .link.display-4 {
  font-size: 15px;
}
.cid-txGjdrVBf6 .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-txGjdrVBf6 .content-left-side {
  text-align: center;
  padding-top: 3px;
}
@media (max-width: 575px) {
  .cid-txGjdrVBf6 .content-left-side {
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    padding: 0.5rem 0;
  }
  .cid-txGjdrVBf6 .content-left-side .content-link {
    font-size: 0.8rem;
    margin: 0;
    padding-bottom: 1rem;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }
}
.cid-txGjdrVBf6 .content-right-side {
  text-align: center;
}
@media (max-width: 575px) {
  .cid-txGjdrVBf6 .content-right-side {
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    padding: 0.5rem 0;
  }
  .cid-txGjdrVBf6 .content-right-side .content-link {
    font-size: 0.8rem;
    margin: 0;
    padding-bottom: 1rem;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }
}
.cid-txGjdrVBf6 .content-right-side .icons-block {
  padding-bottom: 5px;
  padding-left: 17px;
}
.cid-txGjdrVBf6 .content-right-side .content-link {
  margin-left: 1rem;
}
.cid-txGjdrVBf6 .content-right-side .content-link span {
  vertical-align: middle;
  padding-bottom: 2px;
}
.cid-txGjdrVBf6 .menu-content-top {
  display: none;
  padding: 1rem 4rem 1rem 3.8rem;
  -webkit-transition: height 0.3s ease-in-out;
  transition: height 0.3s ease-in-out;
  padding-top: 15px;
  padding-bottom: 15px;
}
.cid-txGjdrVBf6 .content-left-side .content-link {
  margin-left: 1rem;
}
.cid-txGjdrVBf6 .content-left-side .content-link span {
  vertical-align: middle;
  padding-bottom: 2px;
}
@media (max-width: 1200px) {
  .cid-txGjdrVBf6 .content-left-side {
    text-align: center;
    padding-bottom: 1rem;
  }
  .cid-txGjdrVBf6 .dropdown-item {
    padding: 0.235em 0 !important;
    margin: 0 !important;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
  }
  .cid-txGjdrVBf6 .dropdown-item:before {
    display: none;
  }
  .cid-txGjdrVBf6 .menu-logo {
    width: 100%;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }
  .cid-txGjdrVBf6 .menu-bottom {
    width: 100%;
    padding: 0 1rem;
    display: block;
  }
  .cid-txGjdrVBf6 img {
    height: 3.8rem !important;
  }
  .cid-txGjdrVBf6 .btn {
    display: flex;
  }
  .cid-txGjdrVBf6 button.navbar-toggler {
    display: block;
  }
  .cid-txGjdrVBf6 .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-txGjdrVBf6 .navbar-toggleable-sm {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  .cid-txGjdrVBf6 .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-txGjdrVBf6 .navbar-collapse.collapsing,
  .cid-txGjdrVBf6 .navbar-collapse.show {
    display: block !important;
  }
  .cid-txGjdrVBf6 .navbar-collapse.collapsing .navbar-nav,
  .cid-txGjdrVBf6 .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-txGjdrVBf6 .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-txGjdrVBf6 .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
    padding: 0.5rem 0;
  }
  .cid-txGjdrVBf6 .navbar-collapse.collapsing .navbar-buttons,
  .cid-txGjdrVBf6 .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-txGjdrVBf6 .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-txGjdrVBf6 .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-txGjdrVBf6 .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-property: opacity, padding, height;
    transition-property: opacity, padding, height;
  }
  .cid-txGjdrVBf6 .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-txGjdrVBf6 .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-txGjdrVBf6 .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
}
@media (min-width: 1200px) {
  .cid-txGjdrVBf6 .navbar .menu-content-top {
    display: block;
  }
  .cid-txGjdrVBf6 .menu-content-top .row {
    -webkit-box-pack: justify;
    justify-content: space-between;
    flex-wrap: nowrap;
  }
  .cid-txGjdrVBf6 .content-right-side {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: end;
    justify-content: flex-end;
    flex-basis: 70%;
    flex-shrink: 0;
    flex-wrap: wrap;
    text-align: right;
  }
  .cid-txGjdrVBf6 .content-left-side {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: start;
    justify-content: flex-start;
    flex-basis: 70%;
    flex-shrink: 0;
    flex-wrap: wrap;
    text-align: right;
  }
  .cid-txGjdrVBf6 .menu-content-top {
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  }
  .cid-txGjdrVBf6 .menu-bottom {
    display: flex;
  }
  .cid-txGjdrVBf6 .navbar {
    display: block;
    padding: 0;
  }
  .cid-txGjdrVBf6 .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
  }
  .cid-txGjdrVBf6 .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex !important;
    -webkit-box-align: center;
    align-items: center;
    z-index: 101;
    min-height: 76px;
  }
  .cid-txGjdrVBf6 .navbar-toggler {
    display: none;
  }
}
.cid-txGjdrVBf6 .navbar-short .menu-content-top {
  border: none;
  display: none;
}
.cid-txGjdrVBf6 .btn {
  padding: 15px 30px;
  font-weight: 800;
  display: inline-flex;
  -webkit-box-align: center;
  align-items: center;
  border-width: 1px;
  box-shadow: none;
}
.cid-txGjdrVBf6 .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-txGjdrVBf6 .btn.display-4 {
  letter-spacing: 0.5px;
  font-size: 13px;
  line-height: 13px;
}
.cid-txGjdrVBf6 .navbar-toggleable-sm .navbar-collapse {
  -webkit-box-pack: end;
  justify-content: flex-end;
  padding-right: 4rem;
  width: 100%;
}
.cid-txGjdrVBf6 .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-txGjdrVBf6 .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-txGjdrVBf6 .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-txGjdrVBf6 .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  border-top: 3px solid #ff4a52;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
  min-width: 16.875rem;
  text-align: left;
  padding-top: 0;
  padding-bottom: 0;
}
@media (max-width: 1200px) {
  .cid-txGjdrVBf6 .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-txGjdrVBf6 .dropdown .dropdown-menu .dropdown-item {
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-txGjdrVBf6 .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-txGjdrVBf6 .dropdown .dropdown-menu .dropdown-item:hover {
  background-color: #4f87fb;
  color: #ffffff;
}
.cid-txGjdrVBf6 .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-txGjdrVBf6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-txGjdrVBf6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  color: #ffffff;
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-txGjdrVBf6 .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-txGjdrVBf6 .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-txGjdrVBf6 .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: "";
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-txGjdrVBf6 .navbar.navbar-short {
  min-height: 60px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-txGjdrVBf6 .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  -webkit-transition: font-size 0.25s;
  transition: font-size 0.25s;
}
.cid-txGjdrVBf6 .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-txGjdrVBf6 .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-txGjdrVBf6 .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-txGjdrVBf6 .navbar.navbar-short .navbar-nav {
  min-height: 60px;
}
.cid-txGjdrVBf6 button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-txGjdrVBf6 button.navbar-toggler:focus {
  outline: none;
}
.cid-txGjdrVBf6 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-txGjdrVBf6 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-txGjdrVBf6 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}
.cid-txGjdrVBf6 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}
.cid-txGjdrVBf6 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-txGjdrVBf6 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-txGjdrVBf6 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.cid-txGjdrVBf6 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.cid-txGjdrVBf6 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-txGjdrVBf6 .collapsed.navbar {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}
.cid-txGjdrVBf6 .collapsed .menu-bottom {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
}
.cid-txGjdrVBf6 .collapsed .menu-logo {
  margin-right: 0;
}
.cid-txGjdrVBf6 .collapsed .btn {
  display: flex;
}
.cid-txGjdrVBf6 .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-txGjdrVBf6 .collapsed .navbar-collapse.collapsing,
.cid-txGjdrVBf6 .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-txGjdrVBf6 .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-txGjdrVBf6 .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-txGjdrVBf6 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-txGjdrVBf6 .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-txGjdrVBf6 .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-txGjdrVBf6 .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-txGjdrVBf6 .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-txGjdrVBf6 .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1200px) {
  .cid-txGjdrVBf6 .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 3.8rem  - 1rem);
  }
  .cid-txGjdrVBf6 .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-txGjdrVBf6 .collapsed button.navbar-toggler {
  display: block;
  -webkit-align-self: center;
  align-self: center;
}
.cid-txGjdrVBf6 .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-txGjdrVBf6 .collapsed .navbar-toggleable-sm {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}
.cid-txGjdrVBf6 .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  -webkit-transition-duration: 0.25s;
  transition-duration: 0.25s;
  -webkit-transition-property: opacity, padding, height;
  transition-property: opacity, padding, height;
}
.cid-txGjdrVBf6 .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-txGjdrVBf6 .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-txGjdrVBf6 .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-txGjdrVBf6 .collapsed .dropdown-item:before {
  display: none;
}
.cid-txGjdrVBf6 .navbar-dropdown {
  flex-wrap: nowrap;
}
.cid-txGjdrVBf6 .navbar-collapse {
  flex-basis: auto;
  display: flex;
}
.cid-txGjdrVBf6 .nav-link:focus {
  outline: none;
}
.cid-txGjdrVBf6 .navbar-toggler {
  position: relative;
}
.cid-txGjdrVBf6 .dropdown-item.active,
.cid-txGjdrVBf6 .dropdown-item:active {
  background-color: #ffffff;
  color: #ffffff;
}
.cid-txGjdrVBf6 .nav-link:hover,
.cid-txGjdrVBf6 .dropdown-item:hover {
  color: #4f87fb;
}
.cid-txGjdtixGV {
  padding-top: 150px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/mbr-3-1920x1280.jpg");
}
.cid-txGjdtixGV .mbr-section-subtitle {
  color: #ff4a52;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 2px;
}
.cid-txGjdtixGV .mbr-section-title {
  color: #ffffff;
  font-weight: 900;
  line-height: 60px;
  letter-spacing: -1px;
}
.cid-txGjdtixGV .mbr-section-title .accent-word {
  color: #ff4a52;
}
.cid-txGjdtixGV .mbr-text {
  color: #6d7a8c;
}
.cid-txGjdtixGV .content-link {
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  align-items: center;
  color: #130947;
  margin-left: 0.6rem;
}
.cid-txGjdtixGV .content-link span {
  margin-right: 15px;
  margin-left: 20px;
  padding: 10px;
  border-radius: 100%;
  color: #ff4a52;
  background-color: #ffffff;
  font-size: 2.475rem;
}
.cid-txGjdtixGV .mbr-section-btn {
  display: flex;
}
.cid-txGjdtixGV .mbr-section-btn .btn {
  border-radius: 4px;
  line-height: 24px;
  letter-spacing: 1px;
  margin: 0.4rem 1rem 0.4rem 0rem !important;
  padding: 15px 55px !important;
}
.cid-txGjdtixGV .mbr-section-btn .btn-primary:hover {
  background-color: #130947 !important;
  border-color: #130947 !important;
  color: #ffffff !important;
}
.cid-txGjdtixGV .mbr-section-btn.display-4,
.cid-txGjdtixGV .btn.display-4 {
  font-size: 12px !important;
}
.cid-txGjdtixGV .video-wrap {
  cursor: pointer;
  margin-left: 14px;
}
.cid-txGjdtixGV .video-wrap .mbr-media {
  z-index: 70;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
}
.cid-txGjdtixGV .video-wrap .mbr-media span {
  font-size: 20px;
  cursor: pointer;
  display: inline-block;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
  color: #ff4a52;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.cid-txGjdtixGV .video-wrap .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-35%);
  transform: translateX(-35%);
}
.cid-txGjdtixGV .video-wrap .icon-wrap {
  background-color: #ffffff;
  width: 3.7em;
  height: 3.7em;
  border-radius: 50%;
  max-width: 100% !important;
  line-height: 1.6em !important;
  text-align: center;
  display: inline-block;
  border: 2px solid transparent;
  box-sizing: content-box;
  position: relative;
}
.cid-txGjdtixGV .video-wrap .mbr-text {
  line-height: 22px;
  font-weight: 800;
  letter-spacing: 0px;
  color: #130947;
}
.cid-txGjdtixGV .video-wrap .mbr-text.display-4 {
  font-size: 13px;
}
.cid-txGjdtixGV .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-txGjdtixGV .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-txGjdtixGV .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-txGjdtixGV a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-txGjdtixGV a.close:hover {
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-txGjdtixGV .separator,
  .cid-txGjdtixGV .sep-holder,
  .cid-txGjdtixGV .sep-line {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .cid-txGjdtixGV .buttons-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  .cid-txGjdtixGV .buttons-wrap .video-wrap {
    margin-left: 0;
    margin-top: 15px;
  }
}
.cid-txGjdumB7o {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f5f7fa;
}
.cid-txGjdumB7o .card {
  background-color: #ebeae2;
}
.cid-txGjdumB7o .mbr-fallback-image.disabled {
  display: none;
}
.cid-txGjdumB7o .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-txGjdumB7o .mbr-section-title {
  color: #4b60ef;
}
.cid-txGjdumB7o .title1 {
  text-align: center;
}
.cid-txGjdv8CE2 {
  background: #ffffff;
}
.cid-txGjdv8CE2 .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-txGjdv8CE2 .mbr-figure {
  margin: 0 auto;
}
.cid-txGjdv8CE2 figcaption {
  position: relative;
}
.cid-txGjdv8CE2 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-txGjdv8CE2 .image-block {
    width: 100% !important;
  }
}
.cid-txGjdvJoJx {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-txGjdvJoJx img {
  width: 100%;
  border-radius: 8px;
  box-shadow: 0 0 20px rgba(79, 110, 173, 0.1);
}
.cid-txGjdvJoJx .mbr-section-title {
  text-align: left;
  color: #130947;
  line-height: 1.2;
  letter-spacing: -0.5px;
}
.cid-txGjdvJoJx .mbr-text {
  color: #6d7a8c;
  line-height: 1.5;
}
.cid-txGjdvJoJx .mbr-list {
  margin-top: 35px;
  color: #6d7a8c;
}
.cid-txGjdvJoJx .mbr-list .list {
  list-style-type: none;
  padding-left: 0;
}
.cid-txGjdvJoJx .mbr-list .list li {
  margin-bottom: 1rem;
}
.cid-txGjdvJoJx .mbr-list .list li:before {
  font-weight: 900;
  color: #4f87fb;
  display: inline-block;
  content: '✓';
  text-align: center;
  line-height: 1.5em;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  width: 25px;
  height: 25px;
}
.cid-txGjdwivSm {
  background: #ffffff;
}
.cid-txGjdwivSm .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-txGjdwivSm .mbr-figure {
  margin: 0 auto;
}
.cid-txGjdwivSm figcaption {
  position: relative;
}
.cid-txGjdwivSm figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-txGjdwivSm .image-block {
    width: 100% !important;
  }
}
.cid-v9msYbkO5h {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v9msYbkO5h .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9msYbkO5h .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v9msYbkO5h .card {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-v9msYbkO5h .card {
    margin-bottom: 40px;
  }
}
.cid-v9msYbkO5h .title-wrapper .mbr-label {
  margin-bottom: 20px;
}
.cid-v9msYbkO5h .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-v9msYbkO5h .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v9msYbkO5h .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v9msYbkO5h .mbr-label {
  color: #be0000;
}
.cid-v9msYbkO5h .mbr-section-title {
  color: #344cf1;
}
.cid-v9msYbkO5h .mbr-text {
  color: #000000;
}
.cid-v9msZtpHeJ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f5f7fa;
}
.cid-v9msZtpHeJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9msZtpHeJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v9msZtpHeJ .card {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-v9msZtpHeJ .card {
    margin-bottom: 40px;
  }
}
.cid-v9msZtpHeJ .title-wrapper .mbr-label {
  margin-bottom: 20px;
}
.cid-v9msZtpHeJ .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-v9msZtpHeJ .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v9msZtpHeJ .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v9msZtpHeJ .mbr-label {
  color: #be0000;
}
.cid-v9msZtpHeJ .mbr-section-title {
  color: #344cf1;
}
.cid-v9msZtpHeJ .mbr-text {
  color: #000000;
}
.cid-txGjdwNJGY {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f5f7fa;
}
.cid-txGjdwNJGY .card {
  background-color: #ebeae2;
}
.cid-txGjdwNJGY .mbr-fallback-image.disabled {
  display: none;
}
.cid-txGjdwNJGY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-txGjdwNJGY .mbr-section-title {
  color: #4b60ef;
}
.cid-txGjdwNJGY .title1 {
  text-align: center;
}
.cid-v9muC3Q74z {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v9muC3Q74z .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9muC3Q74z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v9muC3Q74z .card {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-v9muC3Q74z .card {
    margin-bottom: 40px;
  }
}
.cid-v9muC3Q74z .title-wrapper .mbr-label {
  margin-bottom: 20px;
}
.cid-v9muC3Q74z .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-v9muC3Q74z .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v9muC3Q74z .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v9muC3Q74z .mbr-label {
  color: #be0000;
}
.cid-v9muC3Q74z .mbr-section-title {
  color: #344cf1;
}
.cid-v9muC3Q74z .mbr-text {
  color: #000000;
}
.cid-v9mvHB8owI {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v9mvHB8owI .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9mvHB8owI .container-fluid {
  padding: 0;
}
.cid-v9mvHB8owI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-v9mvHB8owI .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v9mvHB8owI .row {
  flex-direction: row-reverse;
}
.cid-v9mvHB8owI img {
  width: 100%;
}
.cid-v9mvQw7Og7 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v9mvQw7Og7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9mvQw7Og7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v9mvQw7Og7 .card {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-v9mvQw7Og7 .card {
    margin-bottom: 40px;
  }
}
.cid-v9mvQw7Og7 .title-wrapper .mbr-label {
  margin-bottom: 20px;
}
.cid-v9mvQw7Og7 .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-v9mvQw7Og7 .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v9mvQw7Og7 .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v9mvQw7Og7 .mbr-label {
  color: #be0000;
}
.cid-v9mvQw7Og7 .mbr-section-title {
  color: #344cf1;
}
.cid-v9mvQw7Og7 .mbr-text {
  color: #000000;
}
.cid-v9mwRlHCZN {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-v9mwRlHCZN .title-text {
  margin-bottom: 70px;
}
.cid-v9mwRlHCZN .title-text .mbr-section-subtitle {
  color: #4f87fb;
  font-weight: 800;
}
.cid-v9mwRlHCZN .title-text .mbr-section-subtitle.display-4 {
  font-size: 13px;
  line-height: 1.85;
  letter-spacing: 2px;
}
.cid-v9mwRlHCZN .title-text .mbr-section-title {
  color: #130947;
}
.cid-v9mwRlHCZN .title-text .mbr-section-title span {
  font-weight: 900;
}
.cid-v9mwRlHCZN .title-text .mbr-section-title.display-2 {
  line-height: 1.2;
  letter-spacing: -0.5px;
}
.cid-v9mwRlHCZN .mbr-iconfont {
  font-family: 'Moririse2' !important;
  display: inline-flex;
  -webkit-transform-origin: ;
  transform-origin: ;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  padding: 0 !important;
  font-size: 1.4rem !important;
  color: #222222;
}
.cid-v9mwRlHCZN .mbr-iconfont:before {
  -webkit-transform: scaleY(0) !important;
  transform: scaleY(0) !important;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-v9mwRlHCZN .collapsed .mbr-iconfont {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
.cid-v9mwRlHCZN .collapsed .mbr-iconfont:before {
  -webkit-transform: scaleY(1) !important;
  transform: scaleY(1) !important;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-v9mwRlHCZN .accordion-content {
  flex-basis: 100%;
}
.cid-v9mwRlHCZN .panel-group {
  width: 100%;
}
.cid-v9mwRlHCZN .panel-text,
.cid-v9mwRlHCZN .header-text,
.cid-v9mwRlHCZN .mbr-section-subtitle {
  color: #222222;
}
.cid-v9mwRlHCZN .card {
  margin-bottom: 30px;
  margin-top: 30px;
  border: none;
  border-radius: 0 !important;
}
.cid-v9mwRlHCZN .card .card-header {
  border-radius: 0 !important;
  border-bottom: none !important;
  padding: 0;
}
.cid-v9mwRlHCZN .card .card-header a.panel-title {
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background-color: #f1f1f1;
  margin-bottom: 0;
  font-style: normal;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  text-decoration: none !important;
  border-radius: 0 !important;
  line-height: normal;
}
.cid-v9mwRlHCZN .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-v9mwRlHCZN .card .card-header a.panel-title .sign {
  padding-right: 1rem;
}
.cid-v9mwRlHCZN .card .card-header a.panel-title h4 {
  padding: 17px 42px 17px 35px;
  margin-bottom: 0;
  width: 100%;
  line-height: 1.5;
  font-weight: 400 !important;
}
.cid-v9mwRlHCZN .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
  line-height: 1.6 !important;
}
.cid-v9mwRlHCZN .card .card-header a.panel-title .toggle-icon {
  right: 20px;
  position: absolute;
  top: 29px;
  -webkit-transform: none;
  transform: none;
  display: inline-block;
  height: 2px;
  margin-left: 0;
  width: 12px;
}
.cid-v9mwRlHCZN .card .card-header a.panel-title .toggle-icon:before,
.cid-v9mwRlHCZN .card .card-header a.panel-title .toggle-icon:after {
  background: currentColor;
  border: 0;
  box-sizing: border-box;
  content: '';
  display: block;
  left: 50%;
  position: absolute;
  top: 50%;
}
.cid-v9mwRlHCZN .card .card-header a.panel-title .toggle-icon:before {
  height: 12px;
  margin-left: -1px !important;
  width: 2px;
  margin-top: -6px;
  background-color: currentColor;
  border: 0;
  -webkit-transform: none;
  transform: none;
}
.cid-v9mwRlHCZN .card .card-header a.panel-title .toggle-icon:after {
  height: 2px;
  width: 12px;
  margin-left: -6px;
  margin-top: -1px;
}
.cid-v9mwRlHCZN .card .card-header a.panel-title[aria-expanded='true'] {
  background-color: #4f87fb;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-v9mwRlHCZN .card .card-header a.panel-title[aria-expanded='true'] .header-text,
.cid-v9mwRlHCZN .card .card-header a.panel-title[aria-expanded='true'] .sign {
  color: #ffffff !important;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-v9mwRlHCZN .card .panel-body {
  background: #ffffff;
  padding: 30px 55px 35px 40px !important;
}
.cid-v9mwRlHCZN .card .panel-body .display-4 {
  font-size: 16px;
}
.cid-txGjdxwpNx {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #1f91af;
}
.cid-txGjdxwpNx .mbr-section-subtitle {
  color: #767676;
  text-align: center;
  font-weight: 300;
}
.cid-txGjdxwpNx .step {
  width: 64px;
  height: 64px;
  font-size: 32px;
  border-radius: 50%;
  border: 2px solid #efefef;
  padding-bottom: 0;
}
@media (min-width: 768px) {
  .cid-txGjdxwpNx .separline .step-wrapper {
    position: relative;
  }
  .cid-txGjdxwpNx .separline .step-wrapper:before,
  .cid-txGjdxwpNx .separline .step-wrapper:after {
    top: 34px;
    position: absolute;
    content: "";
    height: 2px;
    width: calc(50% + 15px - 32px - 8px);
    background-color: #efefef;
  }
  .cid-txGjdxwpNx .separline .step-wrapper:before {
    left: -15px;
  }
  .cid-txGjdxwpNx .separline .step-wrapper:after {
    left: calc(50% + 8px + 32px);
  }
  .cid-txGjdxwpNx .separline.last-child .step-wrapper:after,
  .cid-txGjdxwpNx .separline:nth-child(3n) .step-wrapper:after,
  .cid-txGjdxwpNx .separline:nth-child(3n+1) .step-wrapper:before {
    background: none;
  }
}
@media (max-width: 767px) {
  .cid-txGjdxwpNx .card:not(.last-child) {
    padding-bottom: 1.5rem;
  }
}
.cid-txGjdxwpNx .mbr-section-title {
  color: #ffffff;
}
.cid-txGjdxwpNx .mbr-step-title {
  color: #ffffff;
}
.cid-txGjdyE5OZ {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #25303e;
}
.cid-txGjdyE5OZ .links {
  text-align: center;
  color: #ffffff;
}
.cid-txGjdyE5OZ p {
  margin: 0;
}
.cid-txGjdyE5OZ a {
  color: #ffffff;
}
.cid-txGjdyE5OZ a:hover {
  color: #ff4a52 !important;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.is-builder .cid-v8YZ6m5W4g .navbar {
  padding-top: 20px !important;
}
.cid-v8YZ6m5W4g .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  -webkit-transition: none;
  transition: none;
  min-height: 77px;
}
@media (min-width: 1200px) {
  .cid-v8YZ6m5W4g .navbar .dropdown .dropdown-menu .dropdown-item {
    padding: 0.835em 2.5385em 0.835em 3.5385em !important;
    margin: 0 !important;
  }
  .cid-v8YZ6m5W4g .navbar .dropdown .dropdown-menu .dropdown-item:hover {
    padding: 0.835em 2.5385em 0.835em 3.8385em !important;
  }
}
.cid-v8YZ6m5W4g .menu-logo {
  display: flex;
  position: relative;
  -webkit-box-align: center;
  align-items: center;
  margin-right: auto;
}
.cid-v8YZ6m5W4g .menu-logo .navbar-brand {
  display: flex;
  margin-left: 4rem;
  padding: 0.5rem 0;
  -webkit-transition: padding 0.2s;
  transition: padding 0.2s;
  min-height: 3.8rem;
  -webkit-box-align: center;
  align-items: center;
}
.cid-v8YZ6m5W4g .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-v8YZ6m5W4g .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-v8YZ6m5W4g .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  -webkit-transition: font-size 0.25s;
  transition: font-size 0.25s;
}
.cid-v8YZ6m5W4g .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-v8YZ6m5W4g .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  -webkit-transition: font-size 0.25s;
  transition: font-size 0.25s;
}
.cid-v8YZ6m5W4g .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-v8YZ6m5W4g a {
  font-style: normal;
}
.cid-v8YZ6m5W4g .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: middle;
  position: relative;
  text-decoration: none;
}
.cid-v8YZ6m5W4g .nav-item a {
  padding: 0.4rem 0 !important;
}
.cid-v8YZ6m5W4g .dropdown-item:before {
  color: #ffffff;
  font-family: Material-Design-Icons !important;
  content: "\e716";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1.125rem;
  top: 1.1rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-v8YZ6m5W4g .dropdown-item:hover:before {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  width: 16px;
}
.cid-v8YZ6m5W4g .content-text {
  margin-bottom: 0;
}
.cid-v8YZ6m5W4g .navbar-nav {
  position: relative;
  min-height: 100px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
}
.cid-v8YZ6m5W4g .navbar-nav li:first-child > a {
  color: #ff4a52;
}
.cid-v8YZ6m5W4g .navbar-nav li:last-child > a::before {
  position: absolute;
  content: "";
  height: 20px;
  width: 1px;
  right: -9px;
  margin-top: -10px;
  top: 50%;
  background-color: rgba(0, 0, 0, 0.46);
  margin-right: 12px;
}
@media (min-width: 1200px) {
  .cid-v8YZ6m5W4g .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #ff4a52;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-v8YZ6m5W4g .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
  .cid-v8YZ6m5W4g .navbar-nav .nav-item a {
    margin: 0 1.1rem !important;
  }
}
@media (max-width: 1200px) {
  .cid-v8YZ6m5W4g .navbar-nav .nav-item a {
    margin: 0 !important;
  }
}
.cid-v8YZ6m5W4g .navbar-nav .nav-item span {
  padding-right: 0.1rem;
}
.cid-v8YZ6m5W4g .display-4 > .mbr-iconfont {
  font-size: 1.23em;
}
.cid-v8YZ6m5W4g .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-v8YZ6m5W4g .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-v8YZ6m5W4g .content-link {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.cid-v8YZ6m5W4g .content-link:first-child {
  padding-left: 1.3rem;
}
@media (max-width: 1200px) {
  .cid-v8YZ6m5W4g .content-link {
    display: none;
  }
}
.cid-v8YZ6m5W4g .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
}
.cid-v8YZ6m5W4g .navbar-buttons.mbr-section-btn > .mbr-iconfont {
  font-size: 17px !important;
  margin-right: 13px;
}
.cid-v8YZ6m5W4g .nav-dropdown .link {
  font-weight: 600;
}
.cid-v8YZ6m5W4g .nav-dropdown .link.display-4 {
  font-size: 15px;
}
.cid-v8YZ6m5W4g .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-v8YZ6m5W4g .content-left-side {
  text-align: center;
  padding-top: 3px;
}
@media (max-width: 575px) {
  .cid-v8YZ6m5W4g .content-left-side {
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    padding: 0.5rem 0;
  }
  .cid-v8YZ6m5W4g .content-left-side .content-link {
    font-size: 0.8rem;
    margin: 0;
    padding-bottom: 1rem;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }
}
.cid-v8YZ6m5W4g .content-right-side {
  text-align: center;
}
@media (max-width: 575px) {
  .cid-v8YZ6m5W4g .content-right-side {
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    padding: 0.5rem 0;
  }
  .cid-v8YZ6m5W4g .content-right-side .content-link {
    font-size: 0.8rem;
    margin: 0;
    padding-bottom: 1rem;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }
}
.cid-v8YZ6m5W4g .content-right-side .icons-block {
  padding-bottom: 5px;
  padding-left: 17px;
}
.cid-v8YZ6m5W4g .content-right-side .content-link {
  margin-left: 1rem;
}
.cid-v8YZ6m5W4g .content-right-side .content-link span {
  vertical-align: middle;
  padding-bottom: 2px;
}
.cid-v8YZ6m5W4g .menu-content-top {
  display: none;
  padding: 1rem 4rem 1rem 3.8rem;
  -webkit-transition: height 0.3s ease-in-out;
  transition: height 0.3s ease-in-out;
  padding-top: 15px;
  padding-bottom: 15px;
}
.cid-v8YZ6m5W4g .content-left-side .content-link {
  margin-left: 1rem;
}
.cid-v8YZ6m5W4g .content-left-side .content-link span {
  vertical-align: middle;
  padding-bottom: 2px;
}
@media (max-width: 1200px) {
  .cid-v8YZ6m5W4g .content-left-side {
    text-align: center;
    padding-bottom: 1rem;
  }
  .cid-v8YZ6m5W4g .dropdown-item {
    padding: 0.235em 0 !important;
    margin: 0 !important;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
  }
  .cid-v8YZ6m5W4g .dropdown-item:before {
    display: none;
  }
  .cid-v8YZ6m5W4g .menu-logo {
    width: 100%;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }
  .cid-v8YZ6m5W4g .menu-bottom {
    width: 100%;
    padding: 0 1rem;
    display: block;
  }
  .cid-v8YZ6m5W4g img {
    height: 3.8rem !important;
  }
  .cid-v8YZ6m5W4g .btn {
    display: flex;
  }
  .cid-v8YZ6m5W4g button.navbar-toggler {
    display: block;
  }
  .cid-v8YZ6m5W4g .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-v8YZ6m5W4g .navbar-toggleable-sm {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  .cid-v8YZ6m5W4g .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-v8YZ6m5W4g .navbar-collapse.collapsing,
  .cid-v8YZ6m5W4g .navbar-collapse.show {
    display: block !important;
  }
  .cid-v8YZ6m5W4g .navbar-collapse.collapsing .navbar-nav,
  .cid-v8YZ6m5W4g .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-v8YZ6m5W4g .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-v8YZ6m5W4g .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
    padding: 0.5rem 0;
  }
  .cid-v8YZ6m5W4g .navbar-collapse.collapsing .navbar-buttons,
  .cid-v8YZ6m5W4g .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-v8YZ6m5W4g .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-v8YZ6m5W4g .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-v8YZ6m5W4g .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-property: opacity, padding, height;
    transition-property: opacity, padding, height;
  }
  .cid-v8YZ6m5W4g .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-v8YZ6m5W4g .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-v8YZ6m5W4g .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
}
@media (min-width: 1200px) {
  .cid-v8YZ6m5W4g .navbar .menu-content-top {
    display: block;
  }
  .cid-v8YZ6m5W4g .menu-content-top .row {
    -webkit-box-pack: justify;
    justify-content: space-between;
    flex-wrap: nowrap;
  }
  .cid-v8YZ6m5W4g .content-right-side {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: end;
    justify-content: flex-end;
    flex-basis: 70%;
    flex-shrink: 0;
    flex-wrap: wrap;
    text-align: right;
  }
  .cid-v8YZ6m5W4g .content-left-side {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: start;
    justify-content: flex-start;
    flex-basis: 70%;
    flex-shrink: 0;
    flex-wrap: wrap;
    text-align: right;
  }
  .cid-v8YZ6m5W4g .menu-content-top {
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  }
  .cid-v8YZ6m5W4g .menu-bottom {
    display: flex;
  }
  .cid-v8YZ6m5W4g .navbar {
    display: block;
    padding: 0;
  }
  .cid-v8YZ6m5W4g .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
  }
  .cid-v8YZ6m5W4g .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex !important;
    -webkit-box-align: center;
    align-items: center;
    z-index: 101;
    min-height: 76px;
  }
  .cid-v8YZ6m5W4g .navbar-toggler {
    display: none;
  }
}
.cid-v8YZ6m5W4g .navbar-short .menu-content-top {
  border: none;
  display: none;
}
.cid-v8YZ6m5W4g .btn {
  padding: 15px 30px;
  font-weight: 800;
  display: inline-flex;
  -webkit-box-align: center;
  align-items: center;
  border-width: 1px;
  box-shadow: none;
}
.cid-v8YZ6m5W4g .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-v8YZ6m5W4g .btn.display-4 {
  letter-spacing: 0.5px;
  font-size: 13px;
  line-height: 13px;
}
.cid-v8YZ6m5W4g .navbar-toggleable-sm .navbar-collapse {
  -webkit-box-pack: end;
  justify-content: flex-end;
  padding-right: 4rem;
  width: 100%;
}
.cid-v8YZ6m5W4g .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-v8YZ6m5W4g .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-v8YZ6m5W4g .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-v8YZ6m5W4g .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  border-top: 3px solid #ff4a52;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
  min-width: 16.875rem;
  text-align: left;
  padding-top: 0;
  padding-bottom: 0;
}
@media (max-width: 1200px) {
  .cid-v8YZ6m5W4g .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-v8YZ6m5W4g .dropdown .dropdown-menu .dropdown-item {
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-v8YZ6m5W4g .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-v8YZ6m5W4g .dropdown .dropdown-menu .dropdown-item:hover {
  background-color: #4f87fb;
  color: #ffffff;
}
.cid-v8YZ6m5W4g .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-v8YZ6m5W4g .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-v8YZ6m5W4g .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  color: #ffffff;
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-v8YZ6m5W4g .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-v8YZ6m5W4g .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v8YZ6m5W4g .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: "";
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-v8YZ6m5W4g .navbar.navbar-short {
  min-height: 60px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-v8YZ6m5W4g .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  -webkit-transition: font-size 0.25s;
  transition: font-size 0.25s;
}
.cid-v8YZ6m5W4g .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-v8YZ6m5W4g .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-v8YZ6m5W4g .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-v8YZ6m5W4g .navbar.navbar-short .navbar-nav {
  min-height: 60px;
}
.cid-v8YZ6m5W4g button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-v8YZ6m5W4g button.navbar-toggler:focus {
  outline: none;
}
.cid-v8YZ6m5W4g button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-v8YZ6m5W4g button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-v8YZ6m5W4g button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}
.cid-v8YZ6m5W4g button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}
.cid-v8YZ6m5W4g button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-v8YZ6m5W4g nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-v8YZ6m5W4g nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.cid-v8YZ6m5W4g nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.cid-v8YZ6m5W4g nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-v8YZ6m5W4g .collapsed.navbar {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}
.cid-v8YZ6m5W4g .collapsed .menu-bottom {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
}
.cid-v8YZ6m5W4g .collapsed .menu-logo {
  margin-right: 0;
}
.cid-v8YZ6m5W4g .collapsed .btn {
  display: flex;
}
.cid-v8YZ6m5W4g .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-v8YZ6m5W4g .collapsed .navbar-collapse.collapsing,
.cid-v8YZ6m5W4g .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-v8YZ6m5W4g .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-v8YZ6m5W4g .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-v8YZ6m5W4g .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-v8YZ6m5W4g .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-v8YZ6m5W4g .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-v8YZ6m5W4g .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-v8YZ6m5W4g .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-v8YZ6m5W4g .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1200px) {
  .cid-v8YZ6m5W4g .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 3.8rem  - 1rem);
  }
  .cid-v8YZ6m5W4g .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-v8YZ6m5W4g .collapsed button.navbar-toggler {
  display: block;
  -webkit-align-self: center;
  align-self: center;
}
.cid-v8YZ6m5W4g .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-v8YZ6m5W4g .collapsed .navbar-toggleable-sm {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}
.cid-v8YZ6m5W4g .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  -webkit-transition-duration: 0.25s;
  transition-duration: 0.25s;
  -webkit-transition-property: opacity, padding, height;
  transition-property: opacity, padding, height;
}
.cid-v8YZ6m5W4g .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-v8YZ6m5W4g .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-v8YZ6m5W4g .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-v8YZ6m5W4g .collapsed .dropdown-item:before {
  display: none;
}
.cid-v8YZ6m5W4g .navbar-dropdown {
  flex-wrap: nowrap;
}
.cid-v8YZ6m5W4g .navbar-collapse {
  flex-basis: auto;
  display: flex;
}
.cid-v8YZ6m5W4g .nav-link:focus {
  outline: none;
}
.cid-v8YZ6m5W4g .navbar-toggler {
  position: relative;
}
.cid-v8YZ6m5W4g .dropdown-item.active,
.cid-v8YZ6m5W4g .dropdown-item:active {
  background-color: #ffffff;
  color: #ffffff;
}
.cid-v8YZ6m5W4g .nav-link:hover,
.cid-v8YZ6m5W4g .dropdown-item:hover {
  color: #4f87fb;
}
.cid-v8YZ6ncCJh {
  padding-top: 150px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/mbr-4-1920x1280.jpg");
}
.cid-v8YZ6ncCJh .mbr-section-subtitle {
  color: #ff4a52;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 2px;
}
.cid-v8YZ6ncCJh .mbr-section-title {
  color: #ffffff;
  font-weight: 900;
  line-height: 60px;
  letter-spacing: -1px;
}
.cid-v8YZ6ncCJh .mbr-section-title .accent-word {
  color: #ff4a52;
}
.cid-v8YZ6ncCJh .mbr-text {
  color: #6d7a8c;
}
.cid-v8YZ6ncCJh .content-link {
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  align-items: center;
  color: #130947;
  margin-left: 0.6rem;
}
.cid-v8YZ6ncCJh .content-link span {
  margin-right: 15px;
  margin-left: 20px;
  padding: 10px;
  border-radius: 100%;
  color: #ff4a52;
  background-color: #ffffff;
  font-size: 2.475rem;
}
.cid-v8YZ6ncCJh .mbr-section-btn {
  display: flex;
}
.cid-v8YZ6ncCJh .mbr-section-btn .btn {
  border-radius: 4px;
  line-height: 24px;
  letter-spacing: 1px;
  margin: 0.4rem 1rem 0.4rem 0rem !important;
  padding: 15px 55px !important;
}
.cid-v8YZ6ncCJh .mbr-section-btn .btn-primary:hover {
  background-color: #130947 !important;
  border-color: #130947 !important;
  color: #ffffff !important;
}
.cid-v8YZ6ncCJh .mbr-section-btn.display-4,
.cid-v8YZ6ncCJh .btn.display-4 {
  font-size: 12px !important;
}
.cid-v8YZ6ncCJh .video-wrap {
  cursor: pointer;
  margin-left: 14px;
}
.cid-v8YZ6ncCJh .video-wrap .mbr-media {
  z-index: 70;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
}
.cid-v8YZ6ncCJh .video-wrap .mbr-media span {
  font-size: 20px;
  cursor: pointer;
  display: inline-block;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
  color: #ff4a52;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.cid-v8YZ6ncCJh .video-wrap .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-35%);
  transform: translateX(-35%);
}
.cid-v8YZ6ncCJh .video-wrap .icon-wrap {
  background-color: #ffffff;
  width: 3.7em;
  height: 3.7em;
  border-radius: 50%;
  max-width: 100% !important;
  line-height: 1.6em !important;
  text-align: center;
  display: inline-block;
  border: 2px solid transparent;
  box-sizing: content-box;
  position: relative;
}
.cid-v8YZ6ncCJh .video-wrap .mbr-text {
  line-height: 22px;
  font-weight: 800;
  letter-spacing: 0px;
  color: #130947;
}
.cid-v8YZ6ncCJh .video-wrap .mbr-text.display-4 {
  font-size: 13px;
}
.cid-v8YZ6ncCJh .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-v8YZ6ncCJh .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-v8YZ6ncCJh .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-v8YZ6ncCJh a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-v8YZ6ncCJh a.close:hover {
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-v8YZ6ncCJh .separator,
  .cid-v8YZ6ncCJh .sep-holder,
  .cid-v8YZ6ncCJh .sep-line {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .cid-v8YZ6ncCJh .buttons-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  .cid-v8YZ6ncCJh .buttons-wrap .video-wrap {
    margin-left: 0;
    margin-top: 15px;
  }
}
.cid-v8YZ6nU4Ct {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f5f7fa;
}
.cid-v8YZ6nU4Ct .card {
  background-color: #ebeae2;
}
.cid-v8YZ6nU4Ct .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8YZ6nU4Ct .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8YZ6nU4Ct .mbr-section-title {
  color: #4b60ef;
}
.cid-v8YZ6nU4Ct .title1 {
  text-align: center;
}
.cid-v8YZ6ovO5N {
  background: #ffffff;
}
.cid-v8YZ6ovO5N .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-v8YZ6ovO5N .mbr-figure {
  margin: 0 auto;
}
.cid-v8YZ6ovO5N figcaption {
  position: relative;
}
.cid-v8YZ6ovO5N figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-v8YZ6ovO5N .image-block {
    width: 100% !important;
  }
}
.cid-v8YZ6oUBLs {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-v8YZ6oUBLs img {
  width: 100%;
  border-radius: 8px;
  box-shadow: 0 0 20px rgba(79, 110, 173, 0.1);
}
.cid-v8YZ6oUBLs .mbr-section-title {
  text-align: left;
  color: #130947;
  line-height: 1.2;
  letter-spacing: -0.5px;
}
.cid-v8YZ6oUBLs .mbr-text {
  color: #6d7a8c;
  line-height: 1.5;
}
.cid-v8YZ6oUBLs .mbr-list {
  margin-top: 35px;
  color: #6d7a8c;
}
.cid-v8YZ6oUBLs .mbr-list .list {
  list-style-type: none;
  padding-left: 0;
}
.cid-v8YZ6oUBLs .mbr-list .list li {
  margin-bottom: 1rem;
}
.cid-v8YZ6oUBLs .mbr-list .list li:before {
  font-weight: 900;
  color: #4f87fb;
  display: inline-block;
  content: '✓';
  text-align: center;
  line-height: 1.5em;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  width: 25px;
  height: 25px;
}
.cid-v8YZ6pkbs0 {
  background: #ffffff;
}
.cid-v8YZ6pkbs0 .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-v8YZ6pkbs0 .mbr-figure {
  margin: 0 auto;
}
.cid-v8YZ6pkbs0 figcaption {
  position: relative;
}
.cid-v8YZ6pkbs0 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-v8YZ6pkbs0 .image-block {
    width: 100% !important;
  }
}
.cid-v8YZ6pGpG2 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f5f7fa;
}
.cid-v8YZ6pGpG2 .card {
  background-color: #ebeae2;
}
.cid-v8YZ6pGpG2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8YZ6pGpG2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8YZ6pGpG2 .mbr-section-title {
  color: #4b60ef;
}
.cid-v8YZ6pGpG2 .title1 {
  text-align: center;
}
.cid-v8Z3c1TTNX {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-v8Z3c1TTNX .title-text {
  margin-bottom: 70px;
}
.cid-v8Z3c1TTNX .title-text .mbr-section-subtitle {
  color: #4f87fb;
  font-weight: 800;
}
.cid-v8Z3c1TTNX .title-text .mbr-section-subtitle.display-4 {
  font-size: 13px;
  line-height: 1.85;
  letter-spacing: 2px;
}
.cid-v8Z3c1TTNX .title-text .mbr-section-title {
  color: #130947;
}
.cid-v8Z3c1TTNX .title-text .mbr-section-title span {
  font-weight: 900;
}
.cid-v8Z3c1TTNX .title-text .mbr-section-title.display-2 {
  line-height: 1.2;
  letter-spacing: -0.5px;
}
.cid-v8Z3c1TTNX .mbr-iconfont {
  font-family: 'Moririse2' !important;
  display: inline-flex;
  -webkit-transform-origin: ;
  transform-origin: ;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  padding: 0 !important;
  font-size: 1.4rem !important;
  color: #222222;
}
.cid-v8Z3c1TTNX .mbr-iconfont:before {
  -webkit-transform: scaleY(0) !important;
  transform: scaleY(0) !important;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-v8Z3c1TTNX .collapsed .mbr-iconfont {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
.cid-v8Z3c1TTNX .collapsed .mbr-iconfont:before {
  -webkit-transform: scaleY(1) !important;
  transform: scaleY(1) !important;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-v8Z3c1TTNX .accordion-content {
  flex-basis: 100%;
}
.cid-v8Z3c1TTNX .panel-group {
  width: 100%;
}
.cid-v8Z3c1TTNX .panel-text,
.cid-v8Z3c1TTNX .header-text,
.cid-v8Z3c1TTNX .mbr-section-subtitle {
  color: #222222;
}
.cid-v8Z3c1TTNX .card {
  margin-bottom: 30px;
  margin-top: 30px;
  border: none;
  border-radius: 0 !important;
}
.cid-v8Z3c1TTNX .card .card-header {
  border-radius: 0 !important;
  border-bottom: none !important;
  padding: 0;
}
.cid-v8Z3c1TTNX .card .card-header a.panel-title {
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background-color: #f1f1f1;
  margin-bottom: 0;
  font-style: normal;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  text-decoration: none !important;
  border-radius: 0 !important;
  line-height: normal;
}
.cid-v8Z3c1TTNX .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-v8Z3c1TTNX .card .card-header a.panel-title .sign {
  padding-right: 1rem;
}
.cid-v8Z3c1TTNX .card .card-header a.panel-title h4 {
  padding: 17px 42px 17px 35px;
  margin-bottom: 0;
  width: 100%;
  line-height: 1.5;
  font-weight: 400 !important;
}
.cid-v8Z3c1TTNX .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
  line-height: 1.6 !important;
}
.cid-v8Z3c1TTNX .card .card-header a.panel-title .toggle-icon {
  right: 20px;
  position: absolute;
  top: 29px;
  -webkit-transform: none;
  transform: none;
  display: inline-block;
  height: 2px;
  margin-left: 0;
  width: 12px;
}
.cid-v8Z3c1TTNX .card .card-header a.panel-title .toggle-icon:before,
.cid-v8Z3c1TTNX .card .card-header a.panel-title .toggle-icon:after {
  background: currentColor;
  border: 0;
  box-sizing: border-box;
  content: '';
  display: block;
  left: 50%;
  position: absolute;
  top: 50%;
}
.cid-v8Z3c1TTNX .card .card-header a.panel-title .toggle-icon:before {
  height: 12px;
  margin-left: -1px !important;
  width: 2px;
  margin-top: -6px;
  background-color: currentColor;
  border: 0;
  -webkit-transform: none;
  transform: none;
}
.cid-v8Z3c1TTNX .card .card-header a.panel-title .toggle-icon:after {
  height: 2px;
  width: 12px;
  margin-left: -6px;
  margin-top: -1px;
}
.cid-v8Z3c1TTNX .card .card-header a.panel-title[aria-expanded='true'] {
  background-color: #4f87fb;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-v8Z3c1TTNX .card .card-header a.panel-title[aria-expanded='true'] .header-text,
.cid-v8Z3c1TTNX .card .card-header a.panel-title[aria-expanded='true'] .sign {
  color: #ffffff !important;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-v8Z3c1TTNX .card .panel-body {
  background: #ffffff;
  padding: 30px 55px 35px 40px !important;
}
.cid-v8Z3c1TTNX .card .panel-body .display-4 {
  font-size: 16px;
}
.cid-v8YZ6qiZkU {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #1f91af;
}
.cid-v8YZ6qiZkU .mbr-section-subtitle {
  color: #767676;
  text-align: center;
  font-weight: 300;
}
.cid-v8YZ6qiZkU .step {
  width: 64px;
  height: 64px;
  font-size: 32px;
  border-radius: 50%;
  border: 2px solid #efefef;
  padding-bottom: 0;
}
@media (min-width: 768px) {
  .cid-v8YZ6qiZkU .separline .step-wrapper {
    position: relative;
  }
  .cid-v8YZ6qiZkU .separline .step-wrapper:before,
  .cid-v8YZ6qiZkU .separline .step-wrapper:after {
    top: 34px;
    position: absolute;
    content: "";
    height: 2px;
    width: calc(50% + 15px - 32px - 8px);
    background-color: #efefef;
  }
  .cid-v8YZ6qiZkU .separline .step-wrapper:before {
    left: -15px;
  }
  .cid-v8YZ6qiZkU .separline .step-wrapper:after {
    left: calc(50% + 8px + 32px);
  }
  .cid-v8YZ6qiZkU .separline.last-child .step-wrapper:after,
  .cid-v8YZ6qiZkU .separline:nth-child(3n) .step-wrapper:after,
  .cid-v8YZ6qiZkU .separline:nth-child(3n+1) .step-wrapper:before {
    background: none;
  }
}
@media (max-width: 767px) {
  .cid-v8YZ6qiZkU .card:not(.last-child) {
    padding-bottom: 1.5rem;
  }
}
.cid-v8YZ6qiZkU .mbr-section-title {
  color: #ffffff;
}
.cid-v8YZ6qiZkU .mbr-step-title {
  color: #ffffff;
}
.cid-v8YZ6rbngk {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #25303e;
}
.cid-v8YZ6rbngk .links {
  text-align: center;
  color: #ffffff;
}
.cid-v8YZ6rbngk p {
  margin: 0;
}
.cid-v8YZ6rbngk a {
  color: #ffffff;
}
.cid-v8YZ6rbngk a:hover {
  color: #ff4a52 !important;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
