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: #4f87fb !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: #4f87fb !important;
  border-color: #4f87fb !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus {
  color: #ffffff !important;
  background-color: #0654f8 !important;
  border-color: #0654f8 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #0654f8 !important;
  border-color: #0654f8 !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: #054cdf;
  color: #054cdf;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus {
  color: #ffffff;
  background-color: #4f87fb;
  border-color: #4f87fb;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #4f87fb !important;
  border-color: #4f87fb !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: #4f87fb !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: #054cdf !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: #4f87fb;
  border-color: #4f87fb;
  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: #4f87fb;
}
/* 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: #4f87fb;
  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: #4f87fb;
  border-bottom-color: #4f87fb;
}
.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: #4f87fb !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='%234f87fb' %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-rSb6XD6u8D .navbar {
  padding-top: 20px !important;
}
.cid-rSb6XD6u8D .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  -webkit-transition: none;
  transition: none;
  min-height: 77px;
}
@media (min-width: 1200px) {
  .cid-rSb6XD6u8D .navbar .dropdown .dropdown-menu .dropdown-item {
    padding: 0.835em 2.5385em 0.835em 3.5385em !important;
    margin: 0 !important;
  }
  .cid-rSb6XD6u8D .navbar .dropdown .dropdown-menu .dropdown-item:hover {
    padding: 0.835em 2.5385em 0.835em 3.8385em !important;
  }
}
.cid-rSb6XD6u8D .menu-logo {
  display: flex;
  position: relative;
  -webkit-box-align: center;
  align-items: center;
  margin-right: auto;
}
.cid-rSb6XD6u8D .menu-logo .navbar-brand {
  display: flex;
  margin-left: 4rem;
  padding: 0.5rem 0;
  -webkit-transition: padding 0.2s;
  transition: padding 0.2s;
  min-height: 2rem;
  -webkit-box-align: center;
  align-items: center;
}
.cid-rSb6XD6u8D .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-rSb6XD6u8D .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-rSb6XD6u8D .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  -webkit-transition: font-size 0.25s;
  transition: font-size 0.25s;
}
.cid-rSb6XD6u8D .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-rSb6XD6u8D .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  -webkit-transition: font-size 0.25s;
  transition: font-size 0.25s;
}
.cid-rSb6XD6u8D .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-rSb6XD6u8D a {
  font-style: normal;
}
.cid-rSb6XD6u8D .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: middle;
  position: relative;
  text-decoration: none;
}
.cid-rSb6XD6u8D .nav-item a {
  padding: 0.4rem 0 !important;
}
.cid-rSb6XD6u8D .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-rSb6XD6u8D .dropdown-item:hover:before {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  width: 16px;
}
.cid-rSb6XD6u8D .content-text {
  margin-bottom: 0;
}
.cid-rSb6XD6u8D .navbar-nav {
  position: relative;
  min-height: 100px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
}
.cid-rSb6XD6u8D .navbar-nav li:first-child > a {
  color: #4f87fb;
}
.cid-rSb6XD6u8D .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-rSb6XD6u8D .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #4f87fb;
    -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-rSb6XD6u8D .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
  .cid-rSb6XD6u8D .navbar-nav .nav-item a {
    margin: 0 1.1rem !important;
  }
}
@media (max-width: 1200px) {
  .cid-rSb6XD6u8D .navbar-nav .nav-item a {
    margin: 0 !important;
  }
}
.cid-rSb6XD6u8D .navbar-nav .nav-item span {
  padding-right: 0.1rem;
}
.cid-rSb6XD6u8D .display-4 > .mbr-iconfont {
  font-size: 1.23em;
}
.cid-rSb6XD6u8D .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-rSb6XD6u8D .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-rSb6XD6u8D .content-link {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.cid-rSb6XD6u8D .content-link:first-child {
  padding-left: 1.3rem;
}
@media (max-width: 1200px) {
  .cid-rSb6XD6u8D .content-link {
    display: none;
  }
}
.cid-rSb6XD6u8D .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
}
.cid-rSb6XD6u8D .navbar-buttons.mbr-section-btn > .mbr-iconfont {
  font-size: 17px !important;
  margin-right: 13px;
}
.cid-rSb6XD6u8D .nav-dropdown .link {
  font-weight: 600;
}
.cid-rSb6XD6u8D .nav-dropdown .link.display-4 {
  font-size: 15px;
}
.cid-rSb6XD6u8D .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-rSb6XD6u8D .content-left-side {
  text-align: center;
  padding-top: 3px;
}
@media (max-width: 575px) {
  .cid-rSb6XD6u8D .content-left-side {
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    padding: 0.5rem 0;
  }
  .cid-rSb6XD6u8D .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-rSb6XD6u8D .content-right-side {
  text-align: center;
}
@media (max-width: 575px) {
  .cid-rSb6XD6u8D .content-right-side {
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    padding: 0.5rem 0;
  }
  .cid-rSb6XD6u8D .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-rSb6XD6u8D .content-right-side .icons-block {
  padding-bottom: 5px;
  padding-left: 17px;
}
.cid-rSb6XD6u8D .content-right-side .content-link {
  margin-left: 1rem;
}
.cid-rSb6XD6u8D .content-right-side .content-link span {
  vertical-align: middle;
  padding-bottom: 2px;
}
.cid-rSb6XD6u8D .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: 0px;
  padding-bottom: 0px;
}
.cid-rSb6XD6u8D .content-left-side .content-link {
  margin-left: 1rem;
}
.cid-rSb6XD6u8D .content-left-side .content-link span {
  vertical-align: middle;
  padding-bottom: 2px;
}
@media (max-width: 1200px) {
  .cid-rSb6XD6u8D .content-left-side {
    text-align: center;
    padding-bottom: 1rem;
  }
  .cid-rSb6XD6u8D .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-rSb6XD6u8D .dropdown-item:before {
    display: none;
  }
  .cid-rSb6XD6u8D .menu-logo {
    width: 100%;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }
  .cid-rSb6XD6u8D .menu-bottom {
    width: 100%;
    padding: 0 1rem;
    display: block;
  }
  .cid-rSb6XD6u8D img {
    height: 2rem !important;
  }
  .cid-rSb6XD6u8D .btn {
    display: flex;
  }
  .cid-rSb6XD6u8D button.navbar-toggler {
    display: block;
  }
  .cid-rSb6XD6u8D .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-rSb6XD6u8D .navbar-toggleable-sm {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  .cid-rSb6XD6u8D .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-rSb6XD6u8D .navbar-collapse.collapsing,
  .cid-rSb6XD6u8D .navbar-collapse.show {
    display: block !important;
  }
  .cid-rSb6XD6u8D .navbar-collapse.collapsing .navbar-nav,
  .cid-rSb6XD6u8D .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-rSb6XD6u8D .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-rSb6XD6u8D .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
    padding: 0.5rem 0;
  }
  .cid-rSb6XD6u8D .navbar-collapse.collapsing .navbar-buttons,
  .cid-rSb6XD6u8D .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-rSb6XD6u8D .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-rSb6XD6u8D .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-rSb6XD6u8D .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-rSb6XD6u8D .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-rSb6XD6u8D .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-rSb6XD6u8D .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-rSb6XD6u8D .navbar-nav.nav-dropdown {
    max-height: 80vh !important;
    overflow-y: auto !important;
  }
}
@media (min-width: 1200px) {
  .cid-rSb6XD6u8D .navbar .menu-content-top {
    display: block;
  }
  .cid-rSb6XD6u8D .menu-content-top .row {
    -webkit-box-pack: justify;
    justify-content: space-between;
    flex-wrap: nowrap;
  }
  .cid-rSb6XD6u8D .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-rSb6XD6u8D .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-rSb6XD6u8D .menu-content-top {
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  }
  .cid-rSb6XD6u8D .menu-bottom {
    display: flex;
  }
  .cid-rSb6XD6u8D .navbar {
    display: block;
    padding: 0;
  }
  .cid-rSb6XD6u8D .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
  }
  .cid-rSb6XD6u8D .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-rSb6XD6u8D .navbar-toggler {
    display: none;
  }
}
.cid-rSb6XD6u8D .navbar-short .menu-content-top {
  border: none;
  display: none;
}
.cid-rSb6XD6u8D .btn {
  padding: 15px 30px;
  font-weight: 800;
  display: inline-flex;
  -webkit-box-align: center;
  align-items: center;
  border-width: 1px;
  box-shadow: none;
}
.cid-rSb6XD6u8D .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-rSb6XD6u8D .btn.display-4 {
  letter-spacing: 0.5px;
  font-size: 13px;
  line-height: 13px;
}
.cid-rSb6XD6u8D .navbar-toggleable-sm .navbar-collapse {
  -webkit-box-pack: end;
  justify-content: flex-end;
  padding-right: 4rem;
  width: 100%;
}
.cid-rSb6XD6u8D .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-rSb6XD6u8D .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-rSb6XD6u8D .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-rSb6XD6u8D .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  border-top: 3px solid #4f87fb;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
  min-width: 16.875rem;
  text-align: left;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 20px !important;
}
@media (max-width: 1200px) {
  .cid-rSb6XD6u8D .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-rSb6XD6u8D .dropdown .dropdown-menu .dropdown-item {
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-rSb6XD6u8D .dropdown .dropdown-menu .dropdown-item:hover {
  background-color: #4f87fb;
  color: #ffffff;
}
.cid-rSb6XD6u8D .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-rSb6XD6u8D .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-rSb6XD6u8D .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-rSb6XD6u8D .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-rSb6XD6u8D .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rSb6XD6u8D .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-rSb6XD6u8D .navbar.navbar-short {
  min-height: 60px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-rSb6XD6u8D .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-rSb6XD6u8D .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-rSb6XD6u8D .navbar.navbar-short .navbar-logo a img {
  height: 2.0rem !important;
}
.cid-rSb6XD6u8D .navbar.navbar-short .navbar-brand {
  min-height: 2.0rem;
}
.cid-rSb6XD6u8D .navbar.navbar-short .navbar-nav {
  min-height: 60px;
}
.cid-rSb6XD6u8D button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-rSb6XD6u8D button.navbar-toggler:focus {
  outline: none;
}
.cid-rSb6XD6u8D button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-rSb6XD6u8D button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-rSb6XD6u8D button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}
.cid-rSb6XD6u8D button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}
.cid-rSb6XD6u8D button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-rSb6XD6u8D 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-rSb6XD6u8D nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.cid-rSb6XD6u8D nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.cid-rSb6XD6u8D 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-rSb6XD6u8D .collapsed.navbar {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}
.cid-rSb6XD6u8D .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-rSb6XD6u8D .collapsed .menu-logo {
  margin-right: 0;
}
.cid-rSb6XD6u8D .collapsed .btn {
  display: flex;
}
.cid-rSb6XD6u8D .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-rSb6XD6u8D .collapsed .navbar-collapse.collapsing,
.cid-rSb6XD6u8D .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-rSb6XD6u8D .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-rSb6XD6u8D .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-rSb6XD6u8D .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-rSb6XD6u8D .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-rSb6XD6u8D .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-rSb6XD6u8D .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-rSb6XD6u8D .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-rSb6XD6u8D .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1200px) {
  .cid-rSb6XD6u8D .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 1.8rem  - 1rem);
  }
  .cid-rSb6XD6u8D .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-rSb6XD6u8D .collapsed button.navbar-toggler {
  display: block;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rSb6XD6u8D .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-rSb6XD6u8D .collapsed .navbar-toggleable-sm {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}
.cid-rSb6XD6u8D .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-rSb6XD6u8D .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-rSb6XD6u8D .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-rSb6XD6u8D .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-rSb6XD6u8D .collapsed .dropdown-item:before {
  display: none;
}
.cid-rSb6XD6u8D .navbar-dropdown {
  flex-wrap: nowrap;
}
.cid-rSb6XD6u8D .navbar-collapse {
  flex-basis: auto;
  display: flex;
}
.cid-rSb6XD6u8D .nav-link:focus {
  outline: none;
}
.cid-rSb6XD6u8D .navbar-toggler {
  position: relative;
}
.cid-rSb6XD6u8D .dropdown-item.active,
.cid-rSb6XD6u8D .dropdown-item:active {
  background-color: #ffffff;
  color: #ffffff;
}
.cid-rSb6XD6u8D .nav-link:hover,
.cid-rSb6XD6u8D .dropdown-item:hover {
  color: #4f87fb;
}
.cid-suF5N4ZWPi {
  padding-top: 0;
  padding-bottom: 0;
  background-color: #ffffff;
}
.cid-suF5N4ZWPi .carousel {
  width: 100%;
}
.cid-suF5N4ZWPi .carousel-inner {
  display: flex;
  align-content: center;
  align-items: center;
}
.cid-suF5N4ZWPi .carousel-item img {
  height: 100vh;
  object-fit: cover;
}
.cid-suF5N4ZWPi .mbr-section-subtitle {
  color: #ffffff;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 2px;
  background-color: #4f87fb;
  padding: 5px 14px;
  display: table;
}
.cid-suF5N4ZWPi .mbr-section-title {
  color: #130947;
  font-weight: 900;
}
.cid-suF5N4ZWPi .mbr-section-title .accent-word {
  color: #4f87fb;
}
.cid-suF5N4ZWPi .mbr-text {
  color: #6d7a8c;
  margin-top: 0 !important;
  line-height: 1.4;
}
.cid-suF5N4ZWPi .mbr-overlay {
  z-index: 1;
}
.cid-suF5N4ZWPi .carousel-caption {
  bottom: 20px;
  position: absolute;
  top: 30%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}
@media (min-width: 768px) {
  .cid-suF5N4ZWPi .carousel-caption {
    left: 15%;
    right: 70%;
    width: 80%;
  }
}
@media (max-width: 768px) {
  .cid-suF5N4ZWPi .carousel-caption {
    left: 3%;
    right: 3%;
    top: 15%;
  }
}
.cid-suF5N4ZWPi .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-suF5N4ZWPi .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-suF5N4ZWPi .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-suF5N4ZWPi .item-wrapper {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-suF5N4ZWPi .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-suF5N4ZWPi .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-suF5N4ZWPi .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-suF5N4ZWPi .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
@media (max-width: 768px) {
  .cid-suF5N4ZWPi .carousel-indicators {
    display: none;
  }
}
.cid-suF5N4ZWPi .carousel-indicators li {
  max-width: 10px;
  height: 10px;
  width: 10px;
  max-height: 10px;
  margin: 3px 10px;
  background-color: #f7f7f7;
  border: 0px solid #ffffff;
  border-radius: 50%;
  opacity: 1;
  transition: all 0.3s;
}
.cid-suF5N4ZWPi .carousel-indicators li.active,
.cid-suF5N4ZWPi .carousel-indicators li:hover {
  background-color: #ffe161;
}
.cid-suF5N4ZWPi .carousel-indicators li::after,
.cid-suF5N4ZWPi .carousel-indicators li::before {
  content: none;
}
.cid-suF5N4ZWPi .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
.cid-suF5N4ZWPi .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-suF5N4ZWPi .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-suF5N4ZWPi .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-suF5N4ZWPi .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-suF5N4ZWPi .right-block {
  position: absolute;
  margin: 0 !important;
  top: 50%;
  right: 0;
  left: auto;
  width: 10%;
  height: 3%;
  transform: rotate(90deg);
  min-width: 90px;
}
.cid-suF5N4ZWPi H5 {
  text-align: left;
}
.cid-suF5N4ZWPi P {
  text-align: left;
}
.cid-suF5N4ZWPi .mbr-text,
.cid-suF5N4ZWPi .mbr-section-btn {
  text-align: left;
}
.cid-suF5N4ZWPi .mbr-section-btn {
  display: flex;
  flex-wrap: wrap;
  margin-top: 47px;
}
.cid-suF5N4ZWPi .mbr-section-btn .btn {
  border-radius: 4px;
  margin: 0.4rem 0.6rem 0.4rem 0 !important;
  padding: 15px 40px;
}
.cid-suF5N4ZWPi .mbr-section-btn .btn.display-4 {
  line-height: 26px;
  letter-spacing: 1px;
  font-weight: 700;
  font-size: 13px;
}
.cid-suF5N4ZWPi .mbr-section-btn .btn-primary:hover {
  background-color: #130947 !important;
  border-color: #130947 !important;
  color: #ffffff !important;
}
.cid-suF5N4ZWPi .second-img {
  z-index: 1;
  cursor: pointer;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  top: 0%;
  opacity: 70%;
  transition: .5s all;
  pointer-events: none;
}
.cid-suF5N4ZWPi .mbr-section-title,
.cid-suF5N4ZWPi .separator,
.cid-suF5N4ZWPi .sep-holder {
  color: #130947;
}
@media (max-width: 768px) {
  .cid-suF5N4ZWPi .mbr-section-subtitle {
    margin-left: auto;
    margin-right: auto;
  }
  .cid-suF5N4ZWPi .mbr-section-btn {
    text-align: center;
    -webkit-box-pack: center;
    justify-content: center !important;
    margin-top: 27px;
  }
  .cid-suF5N4ZWPi .sgkDiv {
    margin-left: auto;
    margin-right: auto;
  }
}
.cid-suF5N4ZWPi .sgkLogo {
  width: 75px;
  height: 31px !important;
  object-fit: cover !important;
  border-radius: 3px;
  margin: 3px;
  padding: 0px !important;
}
.cid-suF5N4ZWPi .sgkDiv {
  font-size: 20px;
}
.cid-rSb6YYEKol {
  padding-top: 40px;
  background-color: #ffffff;
}
.cid-rSb6YYEKol .container-boxes {
  padding-bottom: 45px;
  position: relative;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  align-items: stretch;
}
.cid-rSb6YYEKol .box-item {
  width: 29%;
}
.cid-rSb6YYEKol .box-item:first-child {
  background-image: url("../../../assets/images/ideal-goz-merkezi-kayseri-600x488.jpg");
  -o-object-fit: cover;
  object-fit: cover;
  background-repeat: no-repeat;
  background-size: cover;
  margin-right: 30px;
}
.cid-rSb6YYEKol .box-item .wrap {
  height: 100%;
  background-color: #4f87fb;
  opacity: 0.8;
  padding: 2.5rem 2.5rem 1rem 2.5rem;
  border-radius: 5px;
}
.cid-rSb6YYEKol .box-item .headingicon .icon-block-top {
  padding-right: 20px;
  font-size: 4.0375rem !important;
}
.cid-rSb6YYEKol .box-item .heading .box-item-title {
  letter-spacing: 2px;
  line-height: 28px;
}
.cid-rSb6YYEKol .box-item .heading .box-item-title.display-7 {
  font-size: 16px;
  font-weight: 600;
}
.cid-rSb6YYEKol .box-item .heading h5 {
  font-weight: 700;
}
.cid-rSb6YYEKol .box-item .heading h5.display-7 {
  font-size: 22px;
  line-height: 32px;
}
.cid-rSb6YYEKol .box-item-text {
  margin-top: 20px;
  margin-bottom: 20px;
}
.cid-rSb6YYEKol .box-item-text.display-7 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-rSb6YYEKol .box-item .btn {
  margin-left: 0 !important;
  margin-top: 0 !important;
  font-weight: 700;
  border-radius: 3px;
  border-width: 2px;
  padding: 12px 40px;
}
.cid-rSb6YYEKol .box-item .btn.display-4 {
  font-size: 12px;
  line-height: 24px;
  letter-spacing: 1px;
}
.cid-rSb6YYEKol .right-side {
  background-color: #ffffff;
  padding: 50px 40px 15px 40px;
  border-radius: 5px;
  border-bottom: 1px solid #4f87fb;
  box-shadow: 0 9px 35px 0 rgba(26, 47, 106, 0.07);
}
.cid-rSb6YYEKol .right-side .box-item {
  width: 50%;
  border-radius: 5px;
}
.cid-rSb6YYEKol .right-side .box-item:nth-child(1) {
  background-color: transparent;
  background-image: none;
}
.cid-rSb6YYEKol .right-side .box-item:last-child {
  background-color: transparent;
}
.cid-rSb6YYEKol .right-side .box-item:last-child .icon-block-top {
  margin-bottom: 20px;
}
.cid-rSb6YYEKol .right-side .box-item:last-child .icon-block-top span {
  color: #4f87fb;
  padding-right: 20px;
}
.cid-rSb6YYEKol .right-side .box-item:last-child .icon-block-top .box-item-title {
  align-self: center;
}
.cid-rSb6YYEKol .right-side .box-item-title {
  color: #28303f;
  font-weight: 700;
}
.cid-rSb6YYEKol .right-side .box-item-title.display-7 {
  font-size: 20px;
  line-height: 30px;
  letter-spacing: -0.5px;
}
.cid-rSb6YYEKol .right-side .box-item .box-item-text {
  color: #6d7a8c;
  line-height: 1.5;
}
.cid-rSb6YYEKol .box-list {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
  color: #6d7a8c;
}
.cid-rSb6YYEKol .box-list li {
  border-bottom: 1px solid #e2e4e8;
  padding: 15px 0 15px;
  line-height: 24px;
}
.cid-rSb6YYEKol .box-list li:last-child {
  border-bottom: none;
}
.cid-rSb6YYEKol .box-list li span {
  float: right;
  text-align: right;
  padding-left: 0.5rem;
  font-weight: 600;
}
.cid-rSb6YYEKol .media-content {
  flex-basis: initial;
}
.cid-rSb6YYEKol .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-rSb6YYEKol .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-rSb6YYEKol .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-rSb6YYEKol a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-rSb6YYEKol a.close:hover {
  color: #ffffff;
}
.cid-rSb6YYEKol .icon-wrap {
  background-color: #8aaffa;
  opacity: 0.8;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  margin: auto;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.45);
  -webkit-animation: rippleOne 3s infinite;
  animation: rippleOne 3s infinite;
}
.cid-rSb6YYEKol .icon-wrap:hover {
  background-color: #4f87fb !important;
}
.cid-rSb6YYEKol .icon-wrap:after {
  content: "";
  position: absolute;
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.45);
  -webkit-animation: rippleOne 2.9s infinite;
  animation: rippleOne 2.9s infinite;
  width: 60px;
  height: 60px;
  z-index: -1;
  border-radius: 50%;
  cursor: pointer;
}
.cid-rSb6YYEKol .icon-wrap span {
  padding-left: 8px;
}
.cid-rSb6YYEKol .mbr-media {
  border-radius: 4px;
  flex-basis: 150%;
  margin-right: 15px;
  z-index: 70;
  height: 50%;
  background-image: url("../../../assets/images/ideal-goz-1080x1080.jpg");
  -o-object-fit: cover;
  object-fit: cover;
  background-repeat: no-repeat;
  background-size: cover;
}
.cid-rSb6YYEKol .mbr-media span {
  font-size: 20px;
  cursor: pointer;
  position: relative;
  display: inline-block;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
  color: #000;
}
.cid-rSb6YYEKol .mbr-media span.mbri-play:before {
  cursor: pointer;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-35%);
  transform: translateX(-35%);
}
@media (max-width: 1200px) {
  .cid-rSb6YYEKol .box-item {
    width: 70%;
    max-width: 300px !important;
  }
  .cid-rSb6YYEKol .box-item:first-child {
    margin-right: 10px;
  }
  .cid-rSb6YYEKol .box-item .wrap {
    padding: 2.5rem 1rem 1rem 1rem;
  }
  .cid-rSb6YYEKol .right-side {
    padding: 50px 10px 15px 10px;
  }
}
@media (min-width: 992px) {
  .cid-rSb6YYEKol .box-item {
    max-width: 400px;
  }
}
@media (max-width: 991px) {
  .cid-rSb6YYEKol .headingicon {
    -webkit-box-pack: center;
    justify-content: center;
  }
  .cid-rSb6YYEKol .box-item {
    margin-top: 0;
    max-width: 90% !important;
    width: 90% !important;
  }
  .cid-rSb6YYEKol .box-item-text {
    text-align: center;
  }
  .cid-rSb6YYEKol .mbr-section-btn {
    text-align: center;
  }
}
@media (max-width: 768px) {
  .cid-rSb6YYEKol .right-side {
    flex-wrap: wrap;
  }
  .cid-rSb6YYEKol .box-item:nth-child(2) {
    margin-top: 7rem;
  }
  .cid-rSb6YYEKol .show-modal {
    height: 80%;
  }
  .cid-rSb6YYEKol .w-110 {
    width: 110%;
  }
  .cid-rSb6YYEKol .imza-block {
    text-align: center;
  }
  .cid-rSb6YYEKol .imza {
    width: 50%;
  }
}
.cid-rSb6YYEKol .imza {
  padding-top: 30px;
}
.cid-rSb6YYEKol .mbr-section-btn {
  color: #232323;
}
.cid-rSb6YYEKol .mbr-section-btn .btn {
  border-radius: 3px;
  line-height: 1.7;
}
.cid-rSb6YYEKol h1 {
  color: #232323;
}
@-webkit-keyframes rippleOne {
  70% {
    box-shadow: 0 0 0 70px rgba(244, 68, 56, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(244, 68, 56, 0);
  }
}
@keyframes rippleOne {
  70% {
    box-shadow: 0 0 0 70px rgba(244, 68, 56, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(244, 68, 56, 0);
  }
}
.cid-rSb6YYEKol .mbr-list,
.cid-rSb6YYEKol .social-media {
  color: #6d7a8c;
}
.cid-rSb6YYEKol .info-widget .widget-content .widget-text {
  color: #232323;
}
.cid-rSb6YYEKol .info-widget .widget-content .widget-title,
.cid-rSb6YYEKol .widget-icon {
  color: #232323;
}
.cid-rSb6ZLgRz7 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #e6ecf2;
}
.cid-rSb6ZLgRz7 .container {
  margin-bottom: 70px;
}
.cid-rSb6ZLgRz7 .container .mbr-section-subtitle {
  color: #4f87fb;
  font-weight: 800;
  margin-bottom: 10px;
}
.cid-rSb6ZLgRz7 .container .mbr-section-subtitle.display-4 {
  font-size: 13px;
  line-height: 24px;
  letter-spacing: 2px;
}
.cid-rSb6ZLgRz7 .container .mbr-section-title,
.cid-rSb6ZLgRz7 .container .signature {
  color: #130947;
}
.cid-rSb6ZLgRz7 .container .mbr-section-title {
  margin-bottom: 20px;
}
.cid-rSb6ZLgRz7 .container .mbr-section-title.display-2 {
  line-height: 48px;
  letter-spacing: -0.5px;
}
.cid-rSb6ZLgRz7 .container .mbr-text {
  line-height: 28px;
  letter-spacing: 0;
  color: #6d7a8c;
}
.cid-rSb6ZLgRz7 .carousel-item {
  -webkit-box-pack: center;
  justify-content: center;
  padding: 0 0rem;
}
.cid-rSb6ZLgRz7 .carousel-item > div {
  width: 100%;
}
.cid-rSb6ZLgRz7 .carousel-item.active,
.cid-rSb6ZLgRz7 .carousel-item-next,
.cid-rSb6ZLgRz7 .carousel-item-prev {
  display: flex;
}
.cid-rSb6ZLgRz7 .carousel-indicators {
  left: 0%;
  margin: 20px auto 0;
  -webkit-box-align: center;
  align-items: center;
  bottom: -40px !important;
}
.cid-rSb6ZLgRz7 .carousel-indicators .active {
  opacity: 1;
  border: 0;
  background-color: #4f87fb !important;
}
.cid-rSb6ZLgRz7 .carousel-indicators li {
  height: 15px;
  width: 15px;
  border-radius: 50%;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
  background-color: #ffffff;
  font-size: 2rem;
  opacity: 0.5;
  border-width: 0px;
  border: 1px solid #e5e8ef;
}
.cid-rSb6ZLgRz7 .carousel-indicators li:hover {
  opacity: 1;
}
@media (max-width: 991px) {
  .cid-rSb6ZLgRz7 .carousel-controls {
    display: none;
  }
}
.cid-rSb6ZLgRz7 .carousel-controls a {
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
  font-size: 1.2rem;
}
.cid-rSb6ZLgRz7 .carousel-controls a span {
  padding: 15px;
  border-radius: 50%;
  color: #ffffff;
  background: #4f87fb;
  opacity: 0.9;
}
.cid-rSb6ZLgRz7 .carousel-controls a:hover span {
  opacity: 1;
}
@media (min-width: 992px) {
  .cid-rSb6ZLgRz7 .carousel-item {
    padding: 0 2rem;
  }
}
@media (min-width: 768px) {
  .cid-rSb6ZLgRz7 .carousel-controls a {
    width: 5%;
  }
}
.cid-rSb6ZLgRz7 a.text-white:hover,
.cid-rSb6ZLgRz7 a.text-white:focus {
  color: #000000 !important;
}
.cid-rSb6ZLgRz7 .mbr-section-btn {
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 21.7px;
}
.cid-rSb6ZLgRz7 .card {
  display: block;
  background-color: #ffffff;
  border-bottom: 1px solid #4f87fb;
  border-radius: 4px;
  padding: 40px 50px 20px;
}
@media (max-width: 991px) {
  .cid-rSb6ZLgRz7 .card {
    padding: 40px 10px 20px;
  }
}
.cid-rSb6ZLgRz7 .card:hover span,
.cid-rSb6ZLgRz7 .card:focus span {
  background-color: #4f87fb;
  color: #ffffff;
  -webkit-transition: 0.6s all;
  transition: 0.6s all;
}
@media (max-width: 767px) {
  .cid-rSb6ZLgRz7 .card {
    margin-bottom: 20px;
  }
}
.cid-rSb6ZLgRz7 .card span {
  margin-right: 15px;
  margin-left: 20px;
  padding: 30px;
  border-radius: 100%;
  color: #4f87fb;
  background-color: #f1f6fb;
  font-size: 50px;
  -webkit-transition: 0.6s all;
  transition: 0.6s all;
  margin-bottom: 25px;
}
.cid-rSb6ZLgRz7 .card .signature {
  padding-bottom: 20px;
  margin-bottom: 30px;
  color: #130947;
  font-weight: 700;
}
.cid-rSb6ZLgRz7 .card .signature.display-7 {
  font-size: 20px;
  line-height: 24px;
  letter-spacing: -0.5px;
}
.cid-rSb6ZLgRz7 .card .card-text {
  margin-bottom: 25px;
  color: #6d7a8c;
  font-weight: 400;
}
.cid-rSb6ZLgRz7 .card .card-text.display-7 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-rSb6ZLgRz7 .card .link {
  line-height: 16px;
  font-weight: 700;
  letter-spacing: 1px;
  text-decoration: none;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  color: #4f87fb;
  background-color: transparent !important;
}
.cid-rSb6ZLgRz7 .card .link:after {
  background-color: currentColor;
  content: "";
  position: absolute;
  bottom: 0px;
  left: auto;
  right: 0;
  height: 2px;
  width: 0%;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.2s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
}
.cid-rSb6ZLgRz7 .card .link::before {
  width: 100%;
  content: "";
  position: absolute;
  bottom: 0px;
  left: auto;
  right: 0;
  height: 2px;
  background-color: #fff;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.2s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
}
.cid-rSb6ZLgRz7 .card .link:hover:after,
.cid-rSb6ZLgRz7 .card .link:focus:after {
  width: 100%;
  left: 0;
  right: auto;
}
.cid-rSb6ZLgRz7 .card .link:hover:before,
.cid-rSb6ZLgRz7 .card .link:focus:before {
  width: 100%;
}
.cid-suAWXovrLB {
  padding-top: 105px;
  padding-bottom: 105px;
  background-color: #4f87fb;
  background: linear-gradient(to bottom, #4f87fb, #0053f9);
}
.cid-suAWXovrLB .mbr-section-subtitle {
  color: #ffffff;
  font-weight: 700;
  line-height: 1.43;
  letter-spacing: 2px;
  width: 100%;
}
.cid-suAWXovrLB .mbr-section-title {
  color: #ffffff;
  font-weight: 700;
  width: 100%;
}
.cid-suAWXovrLB .mbr-section-title.display-2 {
  font-size: 48px;
  line-height: 1.15;
  letter-spacing: -0.5px;
}
.cid-suAWXovrLB .mbr-text {
  color: #ffffff;
  font-weight: 400;
  width: 100;
}
.cid-suAWXovrLB .mbr-text.display-7 {
  font-size: 20px;
  line-height: 1.5;
}
.cid-suAWXovrLB .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-suAWXovrLB .content-link span {
  margin-right: 15px;
  margin-left: 20px;
  padding: 10px;
  border-radius: 100%;
  color: #ffffff;
  background-color: #ffffff;
  font-size: 2.475rem;
}
.cid-suAWXovrLB .mbr-section-btn .btn {
  border-radius: 3px;
  line-height: 2;
  letter-spacing: 1px;
  padding: 12px 40px !important;
  margin-right: 20px;
}
.cid-suAWXovrLB .mbr-section-btn.display-4,
.cid-suAWXovrLB .btn.display-4 {
  font-size: 12px !important;
}
@media (max-width: 991px) {
  .cid-suAWXovrLB .separator,
  .cid-suAWXovrLB .sep-holder,
  .cid-suAWXovrLB .sep-line {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .cid-suAWXovrLB .buttons-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
}
.cid-tGIgpYIhhJ {
  padding-top: 105px;
  padding-bottom: 0px;
  background-color: #4f87fb;
  background: linear-gradient(to bottom, #4f87fb, #0053f9);
}
.cid-tGIgpYIhhJ .mbr-section-subtitle {
  color: #ffffff;
  font-weight: 700;
  line-height: 1.43;
  letter-spacing: 2px;
  width: 100%;
}
.cid-tGIgpYIhhJ .mbr-section-title {
  color: #ffffff;
  font-weight: 700;
  width: 100%;
}
.cid-tGIgpYIhhJ .mbr-section-title.display-2 {
  font-size: 48px;
  line-height: 1.15;
  letter-spacing: -0.5px;
}
.cid-tGIgpYIhhJ .mbr-text {
  color: #ffffff;
  font-weight: 400;
  width: 100;
}
.cid-tGIgpYIhhJ .mbr-text.display-7 {
  font-size: 20px;
  line-height: 1.5;
}
.cid-tGIgpYIhhJ .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-tGIgpYIhhJ .content-link span {
  margin-right: 15px;
  margin-left: 20px;
  padding: 10px;
  border-radius: 100%;
  color: #ffffff;
  background-color: #ffffff;
  font-size: 2.475rem;
}
.cid-tGIgpYIhhJ .mbr-section-btn .btn {
  border-radius: 3px;
  line-height: 2;
  letter-spacing: 1px;
  padding: 12px 40px !important;
  margin-right: 20px;
}
.cid-tGIgpYIhhJ .mbr-section-btn.display-4,
.cid-tGIgpYIhhJ .btn.display-4 {
  font-size: 12px !important;
}
@media (max-width: 991px) {
  .cid-tGIgpYIhhJ .separator,
  .cid-tGIgpYIhhJ .sep-holder,
  .cid-tGIgpYIhhJ .sep-line {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .cid-tGIgpYIhhJ .buttons-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
}
.cid-tGIgpYIhhJ .mbr-text,
.cid-tGIgpYIhhJ .mbr-section-btn {
  color: #ffffff;
}
.cid-tGIgpYIhhJ .mbr-section-title,
.cid-tGIgpYIhhJ .mbr-section-btn {
  color: #ffffff;
}
.cid-tGIg9urv3A {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tGIg9urv3A .mbr-subtitle {
  color: #4f87fb;
  margin-bottom: 10px;
  font-weight: 800;
}
.cid-tGIg9urv3A .mbr-subtitle.display-4 {
  font-size: 13px;
  line-height: 1.85;
  letter-spacing: 2px;
}
.cid-tGIg9urv3A .mbr-section-title {
  margin: 0;
  color: #130947;
  font-weight: 700;
  margin-bottom: 10px;
}
.cid-tGIg9urv3A .mbr-section-title.display-2 {
  font-size: 38px;
  line-height: 1.26;
  letter-spacing: -0.5px;
}
.cid-tGIg9urv3A .mbr-section-text {
  line-height: 1.5;
  color: #6d7a8c;
  font-weight: 400;
}
.cid-tGIg9urv3A .mbr-section-text.display-7 {
  font-size: 16px;
}
.cid-tGIg9urv3A .display-2 {
  font-size: 38px;
}
.cid-tGIg9urv3A .wrapper {
  border-radius: 0.25rem;
  padding: 1rem;
  background: #ffffff;
  margin-bottom: 10px;
}
.cid-tGIg9urv3A .wrapper .img {
  margin-bottom: 20px;
}
.cid-tGIg9urv3A .wrapper .img .mbr-iconfont {
  font-size: 50px;
  top: 0;
  color: #4f87fb;
  border-radius: 50%;
}
.cid-tGIg9urv3A .wrapper .mbr-card-title {
  color: #130947;
  font-weight: 700;
  padding-bottom: 14px;
  margin-bottom: 10px;
}
.cid-tGIg9urv3A .wrapper .mbr-card-title.display-7 {
  font-size: 20px;
  line-height: 1.4;
  letter-spacing: -0.5px;
}
.cid-tGIg9urv3A .wrapper .mbr-text {
  margin-top: 20px;
  margin-bottom: 20px;
  color: #6d7a8c;
  font-weight: 400;
}
.cid-tGIg9urv3A .wrapper .mbr-text.display-4 {
  font-size: 16px;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .cid-tGIg9urv3A * {
    text-align: left;
  }
}
.cid-tGIhFCuMYi {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tGIhFCuMYi .mbr-subtitle {
  color: #4f87fb;
  margin-bottom: 10px;
  font-weight: 800;
}
.cid-tGIhFCuMYi .mbr-subtitle.display-4 {
  font-size: 13px;
  line-height: 1.85;
  letter-spacing: 2px;
}
.cid-tGIhFCuMYi .mbr-section-title {
  margin: 0;
  color: #130947;
  font-weight: 700;
  margin-bottom: 10px;
}
.cid-tGIhFCuMYi .mbr-section-title.display-2 {
  font-size: 38px;
  line-height: 1.26;
  letter-spacing: -0.5px;
}
.cid-tGIhFCuMYi .mbr-section-text {
  line-height: 1.5;
  color: #6d7a8c;
  font-weight: 400;
}
.cid-tGIhFCuMYi .mbr-section-text.display-7 {
  font-size: 16px;
}
.cid-tGIhFCuMYi .display-2 {
  font-size: 38px;
}
.cid-tGIhFCuMYi .wrapper {
  border-radius: 0.25rem;
  padding: 1rem;
  background: #ffffff;
  margin-bottom: 10px;
}
.cid-tGIhFCuMYi .wrapper .img {
  margin-bottom: 20px;
}
.cid-tGIhFCuMYi .wrapper .img .mbr-iconfont {
  font-size: 50px;
  top: 0;
  color: #4f87fb;
  border-radius: 50%;
}
.cid-tGIhFCuMYi .wrapper .mbr-card-title {
  color: #130947;
  font-weight: 700;
  padding-bottom: 14px;
  margin-bottom: 10px;
}
.cid-tGIhFCuMYi .wrapper .mbr-card-title.display-7 {
  font-size: 20px;
  line-height: 1.4;
  letter-spacing: -0.5px;
}
.cid-tGIhFCuMYi .wrapper .mbr-text {
  margin-top: 20px;
  margin-bottom: 20px;
  color: #6d7a8c;
  font-weight: 400;
}
.cid-tGIhFCuMYi .wrapper .mbr-text.display-4 {
  font-size: 16px;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .cid-tGIhFCuMYi * {
    text-align: left;
  }
}
.cid-tGIhGg4J4L {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tGIhGg4J4L .mbr-subtitle {
  color: #4f87fb;
  margin-bottom: 10px;
  font-weight: 800;
}
.cid-tGIhGg4J4L .mbr-subtitle.display-4 {
  font-size: 13px;
  line-height: 1.85;
  letter-spacing: 2px;
}
.cid-tGIhGg4J4L .mbr-section-title {
  margin: 0;
  color: #130947;
  font-weight: 700;
  margin-bottom: 10px;
}
.cid-tGIhGg4J4L .mbr-section-title.display-2 {
  font-size: 38px;
  line-height: 1.26;
  letter-spacing: -0.5px;
}
.cid-tGIhGg4J4L .mbr-section-text {
  line-height: 1.5;
  color: #6d7a8c;
  font-weight: 400;
}
.cid-tGIhGg4J4L .mbr-section-text.display-7 {
  font-size: 16px;
}
.cid-tGIhGg4J4L .display-2 {
  font-size: 38px;
}
.cid-tGIhGg4J4L .wrapper {
  border-radius: 0.25rem;
  padding: 1rem;
  background: #ffffff;
  margin-bottom: 10px;
}
.cid-tGIhGg4J4L .wrapper .img {
  margin-bottom: 20px;
}
.cid-tGIhGg4J4L .wrapper .img .mbr-iconfont {
  font-size: 50px;
  top: 0;
  color: #4f87fb;
  border-radius: 50%;
}
.cid-tGIhGg4J4L .wrapper .mbr-card-title {
  color: #130947;
  font-weight: 700;
  padding-bottom: 14px;
  margin-bottom: 10px;
}
.cid-tGIhGg4J4L .wrapper .mbr-card-title.display-7 {
  font-size: 20px;
  line-height: 1.4;
  letter-spacing: -0.5px;
}
.cid-tGIhGg4J4L .wrapper .mbr-text {
  margin-top: 20px;
  margin-bottom: 20px;
  color: #6d7a8c;
  font-weight: 400;
}
.cid-tGIhGg4J4L .wrapper .mbr-text.display-4 {
  font-size: 16px;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .cid-tGIhGg4J4L * {
    text-align: left;
  }
}
.cid-tby3JvnWB7 {
  padding-top: 105px;
  padding-bottom: 105px;
  background-color: #4f87fb;
  background: linear-gradient(to bottom, #4f87fb, #0053f9);
}
.cid-tby3JvnWB7 .mbr-section-subtitle {
  color: #ffffff;
  font-weight: 700;
  line-height: 1.43;
  letter-spacing: 2px;
  width: 100%;
}
.cid-tby3JvnWB7 .mbr-section-title {
  color: #ffffff;
  font-weight: 700;
  width: 100%;
}
.cid-tby3JvnWB7 .mbr-section-title.display-2 {
  font-size: 48px;
  line-height: 1.15;
  letter-spacing: -0.5px;
}
.cid-tby3JvnWB7 .mbr-text {
  color: #ffffff;
  font-weight: 400;
  width: 100;
}
.cid-tby3JvnWB7 .mbr-text.display-7 {
  font-size: 20px;
  line-height: 1.5;
}
.cid-tby3JvnWB7 .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-tby3JvnWB7 .content-link span {
  margin-right: 15px;
  margin-left: 20px;
  padding: 10px;
  border-radius: 100%;
  color: #ffffff;
  background-color: #ffffff;
  font-size: 2.475rem;
}
.cid-tby3JvnWB7 .mbr-section-btn .btn {
  border-radius: 3px;
  line-height: 2;
  letter-spacing: 1px;
  padding: 12px 40px !important;
  margin-right: 20px;
}
.cid-tby3JvnWB7 .mbr-section-btn.display-4,
.cid-tby3JvnWB7 .btn.display-4 {
  font-size: 12px !important;
}
@media (max-width: 991px) {
  .cid-tby3JvnWB7 .separator,
  .cid-tby3JvnWB7 .sep-holder,
  .cid-tby3JvnWB7 .sep-line {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .cid-tby3JvnWB7 .buttons-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
}
.cid-ss3DtuoPNT {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ss3DtuoPNT .mbr-section-title {
  margin-bottom: 30px;
  color: #130947;
}
.cid-ss3DtuoPNT .mbr-section-title.display-2 {
  line-height: 1.2;
  letter-spacing: -0.5px;
}
.cid-ss3DtuoPNT .google-map {
  height: 30rem;
  position: relative;
  width: 100%;
}
.cid-ss3DtuoPNT .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-ss3DtuoPNT .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-ss3DtuoPNT .google-map[data-state] {
  background: #e9e5dc;
}
.cid-ss3DtuoPNT .google-map[data-state='loading'] [data-state-details] {
  display: none;
}
.cid-ss3DtuoPNT .map-placeholder {
  display: none;
}
.cid-ss3DtuoPNT h4 {
  padding-top: 5rem;
  color: #767676;
  text-align: center;
}
.cid-ss3vNdBpDl {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #e6ecf2;
}
.cid-ss3vNdBpDl .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-ss3vNdBpDl .row {
  flex-direction: row-reverse;
}
.cid-ss3vNdBpDl .text-content .content-title {
  color: #130947;
  margin-bottom: 30px;
}
.cid-ss3vNdBpDl .text-content .content-title.display-5 {
  font-size: 26px;
  line-height: 1.38;
  letter-spacing: -0.5px;
}
.cid-ss3vNdBpDl .text-content .list-block {
  border-bottom-width: 1px;
  padding-bottom: 30px;
  border-bottom-color: #130947;
  border-bottom-style: dotted;
  margin-bottom: 20px;
}
.cid-ss3vNdBpDl .text-content .list-block .card-img span {
  color: #4f87fb;
  font-size: 2.5rem;
}
.cid-ss3vNdBpDl .text-content .list-block .list-item-title {
  color: #130947;
}
.cid-ss3vNdBpDl .text-content .list-block .list-item-title.display-7 {
  font-size: 20px;
  letter-spacing: -0.5px;
  line-height: 1.2;
}
.cid-ss3vNdBpDl .text-content .list-block .list-item-text {
  padding-top: 10px;
  line-height: 1.29;
  color: #6d7a8c;
  margin-bottom: 0;
}
.cid-ss3vNdBpDl .text-content .list-block.last {
  border-bottom: none;
  margin-bottom: 20px;
  padding-bottom: 0;
}
.cid-ss3vNdBpDl .text-content .social {
  font-size: 1.2rem;
  padding-left: 4.5rem;
}
.cid-ss3vNdBpDl .text-content .social span {
  margin-right: 11.2px;
  margin-bottom: 8px;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  color: #6d7a8c;
}
.cid-ss3vNdBpDl .text-content .social span:hover {
  color: #4f87fb;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.cid-ss3vNdBpDl .card-img {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 3rem;
  text-align: center;
}
.cid-ss3vNdBpDl .list-block {
  position: relative;
}
.cid-ss3vNdBpDl .list-block h4,
.cid-ss3vNdBpDl .list-block p {
  padding-left: 4.5rem;
}
.cid-ss3vNdBpDl .card-img {
  display: block;
}
.cid-ss3vNdBpDl input,
.cid-ss3vNdBpDl textarea {
  border-left: none;
  border-top: none;
  border-right: none;
  border-radius: 4px;
  padding: 20px 10px 20px 20px;
  font-size: 13px;
  color: #ffffff;
  font-weight: 600;
}
.cid-ss3vNdBpDl input:focus,
.cid-ss3vNdBpDl textarea:focus {
  border-left: none;
  border-top: none;
  border-right: none;
}
.cid-ss3vNdBpDl .form-control,
.cid-ss3vNdBpDl .field-input {
  min-height: 3rem;
  padding: 20px 10px 20px 20px;
  background-color: #ffffff;
  border-color: #4f87fb;
  color: #000000;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-ss3vNdBpDl .form-control:hover,
.cid-ss3vNdBpDl .field-input:hover,
.cid-ss3vNdBpDl .form-control:focus,
.cid-ss3vNdBpDl .field-input:focus {
  background-color: #ffffff;
  border-color: #ffffff !important;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-ss3vNdBpDl input::-webkit-input-placeholder,
.cid-ss3vNdBpDl textarea::-webkit-input-placeholder {
  color: #6d7a8c;
}
.cid-ss3vNdBpDl input:-moz-placeholder,
.cid-ss3vNdBpDl textarea:-moz-placeholder {
  color: #6d7a8c;
}
.cid-ss3vNdBpDl .jq-selectbox li,
.cid-ss3vNdBpDl .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-ss3vNdBpDl .jq-selectbox li:hover,
.cid-ss3vNdBpDl .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-ss3vNdBpDl .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-ss3vNdBpDl .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-ss3vNdBpDl .mbr-form {
  max-width: 550px;
}
.cid-ss3vNdBpDl .mbr-form .mbr-subtitle {
  color: #4f87fb;
  font-weight: 800;
}
.cid-ss3vNdBpDl .mbr-form .mbr-subtitle.display-4 {
  font-size: 13px;
  line-height: 1.85;
  letter-spacing: 2px;
}
.cid-ss3vNdBpDl .mbr-form .mbr-section-title {
  color: #130947;
  font-weight: 700;
}
.cid-ss3vNdBpDl .mbr-form .mbr-section-title.display-2 {
  line-height: 1.2;
  letter-spacing: -0.5px;
}
.cid-ss3vNdBpDl .mbr-form .mbr-text {
  color: #6d7a8c;
}
.cid-ss3vNdBpDl .mbr-form textarea {
  min-height: 100px;
}
.cid-ss3vNdBpDl .mbr-form .btn {
  -webkit-box-pack: justify;
  justify-content: space-between;
  border-width: 2px;
  border-radius: 4px;
  border-color: #4f87fb;
  color: #4f87fb;
  padding: 18px 29px;
}
.cid-ss3vNdBpDl .mbr-form .btn.display-4 {
  font-size: 13px;
  letter-spacing: 1px;
}
.cid-ss3vNdBpDl .mbr-form span.value.form-control {
  min-height: 3.5rem;
  padding: 1rem;
}
@media (max-width: 991px) {
  .cid-ss3vNdBpDl .mbr-form {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}
@media (max-width: 768px) {
  .cid-ss3vNdBpDl .mbr-section-title,
  .cid-ss3vNdBpDl .content-title,
  .cid-ss3vNdBpDl .mbr-section-btn {
    text-align: left;
  }
}
.cid-rSb71TgINK {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rSb71TgINK .contents {
  text-align: center;
  margin-bottom: 54px;
}
.cid-rSb71TgINK .contents .mbr-subtitle {
  color: #4f87fb;
  margin-bottom: 10px;
  font-weight: 800;
}
.cid-rSb71TgINK .contents .mbr-subtitle.display-4 {
  font-size: 13px;
  letter-spacing: 2px;
  line-height: 24 px;
}
.cid-rSb71TgINK .contents .mbr-section-title {
  margin-bottom: 20px;
  line-height: 48px;
  letter-spacing: -0.5px;
  font-weight: 700;
  color: #130947;
}
.cid-rSb71TgINK .contents .mbr-section-text {
  line-height: 28px;
  margin-top: 20px;
  color: #6d7a8c;
  letter-spacing: 0;
}
.cid-rSb71TgINK .card-wrapper {
  height: 100%;
}
.cid-rSb71TgINK .card-wrapper .card-box {
  padding-top: 2rem;
}
.cid-rSb71TgINK .card-wrapper .card-box .card-title {
  color: #28303f;
  transition: 0.3s all;
  font-weight: 700;
  margin-bottom: 10px;
}
.cid-rSb71TgINK .card-wrapper .card-box .card-title:hover {
  color: #4f87fb;
  transition: 0.3s all;
}
.cid-rSb71TgINK .card-wrapper .card-box .card-title.display-5 {
  font-size: 22px;
  line-height: 28px;
  letter-spacing: -0.5px;
}
.cid-rSb71TgINK .card-wrapper .card-box .card-subtitle {
  color: #a0a9b6;
  letter-spacing: 1px;
  font-weight: 700;
  margin-bottom: 10px;
}
.cid-rSb71TgINK .card-wrapper .card-box .card-subtitle.display-4 {
  font-size: 12px;
}
.cid-rSb71TgINK .card-wrapper .card-box .mbr-text {
  margin-bottom: 25px;
  color: #6d7a8c;
  font-weight: 400;
}
.cid-rSb71TgINK .card-wrapper .card-box .mbr-text.display-4 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-rSb71TgINK .card-wrapper .card-box .mbr-iconfont {
  padding-left: 0.2rem;
}
.cid-rSb71TgINK .card-wrapper .card-img {
  position: relative;
}
.cid-rSb71TgINK .card-wrapper .card-img img {
  transition: all 0.3s;
  border-radius: 8px;
}
.cid-rSb71TgINK .card-wrapper .card-img .meta-category {
  background-color: #4f87fb;
  display: inline-block;
  padding: 6px 25px;
  color: #fff;
  position: absolute;
  bottom: -15px;
  right: 35px;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 0.5px;
  z-index: 9;
  border-radius: 15px;
}
.cid-rSb71TgINK .card-wrapper .card-img .meta-category .btn {
  font-weight: 600 !important;
}
.cid-rSb71TgINK .card-wrapper .card-img .meta-category .btn:hover {
  color: currentColor !important;
}
.cid-rSb71TgINK .card-wrapper .mbr-link-btn .btn {
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 1px;
}
.cid-rSb71TgINK .card-wrapper .mbr-link-btn .btn.display-4 {
  font-size: 12px;
}
.cid-rSb71TgINK .btn[class*="-outline"] {
  border: none;
  padding: 0;
  margin: 0 !important;
  box-shadow: none !important;
}
.cid-rSb71TgINK .btn[class*="-outline"] span {
  order: 2;
  font-size: 0.8rem;
  font-weight: 900;
  transition: padding 0.3s !important;
}
.cid-rSb71TgINK .btn[class*="-outline"]:hover span {
  padding-left: 10px;
}
.cid-rSb71TgINK .btn[class*="-outline"]:hover {
  background-color: transparent !important;
  color: #4f87fb !important;
  box-shadow: none !important;
}
.cid-rSb71TgINK .btn[class*="-outline"]:active,
.cid-rSb71TgINK .btn[class*="-outline"]:focus {
  background-color: transparent !important;
  box-shadow: none !important;
}
.cid-suK2fvU8Rl {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #25303e;
}
.cid-suK2fvU8Rl section {
  position: relative;
}
.cid-suK2fvU8Rl .widget-title {
  font-weight: 600;
}
.cid-suK2fvU8Rl .widget-title.display-7 {
  font-size: 17px;
  line-height: 27px;
  letter-spacing: 0.5px;
}
.cid-suK2fvU8Rl .mbr-text.display-4 {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 300;
}
.cid-suK2fvU8Rl .item .card-box .item-title {
  font-weight: 300;
}
.cid-suK2fvU8Rl .item .card-box .item-title.display-4 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-suK2fvU8Rl .item .card-img {
  width: auto;
  background-color: #4f87fb;
  border-radius: 100%;
}
.cid-suK2fvU8Rl .item .card-img .img1 {
  display: block;
  padding: 6px;
  font-size: 13px;
}
.cid-suK2fvU8Rl img {
  height: 100px;
  padding-right: 8px;
}
.cid-suK2fvU8Rl .img1 {
  color: #ffffff;
  background-color: #4f87fb;
  border-radius: 50%;
}
.cid-suK2fvU8Rl .img2 {
  color: #ffffff;
  font-size: 10px;
}
.cid-suK2fvU8Rl .line {
  width: 50px;
  height: 2px;
  display: inline-block;
  background: #4f87fb;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
@media (max-width: 992px) {
  .cid-suK2fvU8Rl .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-suK2fvU8Rl .content .link-wrap {
  font-weight: 300;
  color: #fff;
}
.cid-suK2fvU8Rl .content .link-wrap.display-4 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-suK2fvU8Rl .content .date-wrap {
  color: #4f87fb;
  font-weight: 500;
}
.cid-suK2fvU8Rl .content .date-wrap.display-4 {
  font-size: 13px;
  line-height: 17px;
}
.cid-suK2fvU8Rl .item,
.cid-suK2fvU8Rl .link {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  padding-bottom: 0.5rem;
  margin-bottom: 0.6rem;
}
.cid-suK2fvU8Rl .item h4,
.cid-suK2fvU8Rl .link h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-suK2fvU8Rl .link .card-img {
  padding-bottom: 3px;
}
.cid-suK2fvU8Rl .link .card-box .link-title {
  font-weight: 300;
}
.cid-suK2fvU8Rl .link .card-box .link-title a:hover {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: #4f87fb !important;
}
.cid-suK2fvU8Rl .link .card-box .link-title.display-4 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-suK2fvU8Rl .card-img {
  width: auto;
}
@media (max-width: 767px) {
  .cid-suK2fvU8Rl h5 {
    text-align: left !important;
  }
  .cid-suK2fvU8Rl .line-wrap {
    text-align: left !important;
  }
}
.cid-suK2fvU8Rl .item-title {
  color: #ffffff;
}
.cid-suK2fvU8Rl .tips {
  height: 70px;
  width: 70px;
  margin: 4px;
  -o-object-fit: cover;
  object-fit: cover;
}
.cid-suK2fvU8Rl .btn[class*="-outline"] {
  border: none;
  padding: 0;
  margin: 0 !important;
  box-shadow: none !important;
  text-align: left;
  line-height: 1.5;
}
.cid-suK2fvU8Rl .btn[class*="-outline"] span {
  -webkit-box-ordinal-group: 3;
  order: 2;
  font-size: 0.8rem;
  font-weight: 900;
  -webkit-transition: padding 0.3s !important;
  transition: padding 0.3s !important;
}
.cid-suK2fvU8Rl .btn[class*="-outline"]:hover {
  background-color: transparent !important;
  color: #4f87fb !important;
  box-shadow: none !important;
}
.cid-suK2fvU8Rl .btn[class*="-outline"]:active,
.cid-suK2fvU8Rl .btn[class*="-outline"]:focus {
  background-color: transparent !important;
  box-shadow: none !important;
}
.cid-suK2fvU8Rl .list .list-item:first-child {
  padding-bottom: 15px;
}
.cid-suK2fvU8Rl .list .list-item:last-child {
  margin-top: 10px;
}
.cid-suK2fvU8Rl .box-list {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
  font-weight: 300;
}
.cid-suK2fvU8Rl .box-list li {
  padding: 10px 0 10px;
  color: #ffffff;
}
.cid-suK2fvU8Rl .box-list li:first-child {
  padding-top: 0;
}
.cid-suK2fvU8Rl .box-list li:last-child {
  border-bottom: none;
}
.cid-suK2fvU8Rl .box-list li span {
  float: right;
  text-align: right;
  padding-left: 0.5rem;
  color: #4f87fb;
}
.cid-suK2fvU8Rl .box-list.display-4 {
  line-height: 24px;
}
.cid-suK2fvU8Rl .mbr-text {
  line-height: 1.5;
  margin-bottom: 25px;
}
.cid-suK2fvU8Rl .item-title DIV {
  text-align: left;
}
.cid-suK2fvU8Rl .box-list li LI {
  text-align: center;
}
.cid-rSb73ad1zW {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #25303e;
}
.cid-rSb73ad1zW .links {
  text-align: center;
  color: #ffffff;
}
.cid-rSb73ad1zW p {
  margin: 0;
}
.cid-rSb73ad1zW a {
  color: #ffffff;
}
.cid-rSb73ad1zW a:hover {
  color: #4f87fb !important;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.is-builder .cid-sun48ZtRjE .navbar {
  padding-top: 20px !important;
}
.cid-sun48ZtRjE .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  -webkit-transition: none;
  transition: none;
  min-height: 77px;
}
@media (min-width: 1200px) {
  .cid-sun48ZtRjE .navbar .dropdown .dropdown-menu .dropdown-item {
    padding: 0.835em 2.5385em 0.835em 3.5385em !important;
    margin: 0 !important;
  }
  .cid-sun48ZtRjE .navbar .dropdown .dropdown-menu .dropdown-item:hover {
    padding: 0.835em 2.5385em 0.835em 3.8385em !important;
  }
}
.cid-sun48ZtRjE .menu-logo {
  display: flex;
  position: relative;
  -webkit-box-align: center;
  align-items: center;
  margin-right: auto;
}
.cid-sun48ZtRjE .menu-logo .navbar-brand {
  display: flex;
  margin-left: 4rem;
  padding: 0.5rem 0;
  -webkit-transition: padding 0.2s;
  transition: padding 0.2s;
  min-height: 2rem;
  -webkit-box-align: center;
  align-items: center;
}
.cid-sun48ZtRjE .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-sun48ZtRjE .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sun48ZtRjE .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  -webkit-transition: font-size 0.25s;
  transition: font-size 0.25s;
}
.cid-sun48ZtRjE .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sun48ZtRjE .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  -webkit-transition: font-size 0.25s;
  transition: font-size 0.25s;
}
.cid-sun48ZtRjE .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-sun48ZtRjE a {
  font-style: normal;
}
.cid-sun48ZtRjE .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: middle;
  position: relative;
  text-decoration: none;
}
.cid-sun48ZtRjE .nav-item a {
  padding: 0.4rem 0 !important;
}
.cid-sun48ZtRjE .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-sun48ZtRjE .dropdown-item:hover:before {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  width: 16px;
}
.cid-sun48ZtRjE .content-text {
  margin-bottom: 0;
}
.cid-sun48ZtRjE .navbar-nav {
  position: relative;
  min-height: 100px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
}
.cid-sun48ZtRjE .navbar-nav li:first-child > a {
  color: #4f87fb;
}
.cid-sun48ZtRjE .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-sun48ZtRjE .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #4f87fb;
    -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-sun48ZtRjE .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
  .cid-sun48ZtRjE .navbar-nav .nav-item a {
    margin: 0 1.1rem !important;
  }
}
@media (max-width: 1200px) {
  .cid-sun48ZtRjE .navbar-nav .nav-item a {
    margin: 0 !important;
  }
}
.cid-sun48ZtRjE .navbar-nav .nav-item span {
  padding-right: 0.1rem;
}
.cid-sun48ZtRjE .display-4 > .mbr-iconfont {
  font-size: 1.23em;
}
.cid-sun48ZtRjE .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-sun48ZtRjE .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-sun48ZtRjE .content-link {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.cid-sun48ZtRjE .content-link:first-child {
  padding-left: 1.3rem;
}
@media (max-width: 1200px) {
  .cid-sun48ZtRjE .content-link {
    display: none;
  }
}
.cid-sun48ZtRjE .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
}
.cid-sun48ZtRjE .navbar-buttons.mbr-section-btn > .mbr-iconfont {
  font-size: 17px !important;
  margin-right: 13px;
}
.cid-sun48ZtRjE .nav-dropdown .link {
  font-weight: 600;
}
.cid-sun48ZtRjE .nav-dropdown .link.display-4 {
  font-size: 15px;
}
.cid-sun48ZtRjE .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-sun48ZtRjE .content-left-side {
  text-align: center;
  padding-top: 3px;
}
@media (max-width: 575px) {
  .cid-sun48ZtRjE .content-left-side {
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    padding: 0.5rem 0;
  }
  .cid-sun48ZtRjE .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-sun48ZtRjE .content-right-side {
  text-align: center;
}
@media (max-width: 575px) {
  .cid-sun48ZtRjE .content-right-side {
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    padding: 0.5rem 0;
  }
  .cid-sun48ZtRjE .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-sun48ZtRjE .content-right-side .icons-block {
  padding-bottom: 5px;
  padding-left: 17px;
}
.cid-sun48ZtRjE .content-right-side .content-link {
  margin-left: 1rem;
}
.cid-sun48ZtRjE .content-right-side .content-link span {
  vertical-align: middle;
  padding-bottom: 2px;
}
.cid-sun48ZtRjE .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: 0px;
  padding-bottom: 0px;
}
.cid-sun48ZtRjE .content-left-side .content-link {
  margin-left: 1rem;
}
.cid-sun48ZtRjE .content-left-side .content-link span {
  vertical-align: middle;
  padding-bottom: 2px;
}
@media (max-width: 1200px) {
  .cid-sun48ZtRjE .content-left-side {
    text-align: center;
    padding-bottom: 1rem;
  }
  .cid-sun48ZtRjE .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-sun48ZtRjE .dropdown-item:before {
    display: none;
  }
  .cid-sun48ZtRjE .menu-logo {
    width: 100%;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }
  .cid-sun48ZtRjE .menu-bottom {
    width: 100%;
    padding: 0 1rem;
    display: block;
  }
  .cid-sun48ZtRjE img {
    height: 2rem !important;
  }
  .cid-sun48ZtRjE .btn {
    display: flex;
  }
  .cid-sun48ZtRjE button.navbar-toggler {
    display: block;
  }
  .cid-sun48ZtRjE .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-sun48ZtRjE .navbar-toggleable-sm {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  .cid-sun48ZtRjE .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sun48ZtRjE .navbar-collapse.collapsing,
  .cid-sun48ZtRjE .navbar-collapse.show {
    display: block !important;
  }
  .cid-sun48ZtRjE .navbar-collapse.collapsing .navbar-nav,
  .cid-sun48ZtRjE .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sun48ZtRjE .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sun48ZtRjE .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
    padding: 0.5rem 0;
  }
  .cid-sun48ZtRjE .navbar-collapse.collapsing .navbar-buttons,
  .cid-sun48ZtRjE .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-sun48ZtRjE .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sun48ZtRjE .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sun48ZtRjE .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-sun48ZtRjE .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sun48ZtRjE .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sun48ZtRjE .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-sun48ZtRjE .navbar-nav.nav-dropdown {
    max-height: 80vh !important;
    overflow-y: auto !important;
  }
}
@media (min-width: 1200px) {
  .cid-sun48ZtRjE .navbar .menu-content-top {
    display: block;
  }
  .cid-sun48ZtRjE .menu-content-top .row {
    -webkit-box-pack: justify;
    justify-content: space-between;
    flex-wrap: nowrap;
  }
  .cid-sun48ZtRjE .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-sun48ZtRjE .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-sun48ZtRjE .menu-content-top {
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  }
  .cid-sun48ZtRjE .menu-bottom {
    display: flex;
  }
  .cid-sun48ZtRjE .navbar {
    display: block;
    padding: 0;
  }
  .cid-sun48ZtRjE .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
  }
  .cid-sun48ZtRjE .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-sun48ZtRjE .navbar-toggler {
    display: none;
  }
}
.cid-sun48ZtRjE .navbar-short .menu-content-top {
  border: none;
  display: none;
}
.cid-sun48ZtRjE .btn {
  padding: 15px 30px;
  font-weight: 800;
  display: inline-flex;
  -webkit-box-align: center;
  align-items: center;
  border-width: 1px;
  box-shadow: none;
}
.cid-sun48ZtRjE .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-sun48ZtRjE .btn.display-4 {
  letter-spacing: 0.5px;
  font-size: 13px;
  line-height: 13px;
}
.cid-sun48ZtRjE .navbar-toggleable-sm .navbar-collapse {
  -webkit-box-pack: end;
  justify-content: flex-end;
  padding-right: 4rem;
  width: 100%;
}
.cid-sun48ZtRjE .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-sun48ZtRjE .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sun48ZtRjE .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sun48ZtRjE .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  border-top: 3px solid #4f87fb;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
  min-width: 16.875rem;
  text-align: left;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 20px !important;
}
@media (max-width: 1200px) {
  .cid-sun48ZtRjE .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sun48ZtRjE .dropdown .dropdown-menu .dropdown-item {
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sun48ZtRjE .dropdown .dropdown-menu .dropdown-item:hover {
  background-color: #4f87fb;
  color: #ffffff;
}
.cid-sun48ZtRjE .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-sun48ZtRjE .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sun48ZtRjE .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-sun48ZtRjE .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sun48ZtRjE .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sun48ZtRjE .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-sun48ZtRjE .navbar.navbar-short {
  min-height: 60px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-sun48ZtRjE .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-sun48ZtRjE .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sun48ZtRjE .navbar.navbar-short .navbar-logo a img {
  height: 2.0rem !important;
}
.cid-sun48ZtRjE .navbar.navbar-short .navbar-brand {
  min-height: 2.0rem;
}
.cid-sun48ZtRjE .navbar.navbar-short .navbar-nav {
  min-height: 60px;
}
.cid-sun48ZtRjE button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-sun48ZtRjE button.navbar-toggler:focus {
  outline: none;
}
.cid-sun48ZtRjE button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-sun48ZtRjE button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-sun48ZtRjE button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}
.cid-sun48ZtRjE button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}
.cid-sun48ZtRjE button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-sun48ZtRjE 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-sun48ZtRjE nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.cid-sun48ZtRjE nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.cid-sun48ZtRjE 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-sun48ZtRjE .collapsed.navbar {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}
.cid-sun48ZtRjE .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-sun48ZtRjE .collapsed .menu-logo {
  margin-right: 0;
}
.cid-sun48ZtRjE .collapsed .btn {
  display: flex;
}
.cid-sun48ZtRjE .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sun48ZtRjE .collapsed .navbar-collapse.collapsing,
.cid-sun48ZtRjE .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sun48ZtRjE .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sun48ZtRjE .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sun48ZtRjE .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sun48ZtRjE .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sun48ZtRjE .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sun48ZtRjE .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-sun48ZtRjE .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sun48ZtRjE .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1200px) {
  .cid-sun48ZtRjE .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 1.8rem  - 1rem);
  }
  .cid-sun48ZtRjE .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sun48ZtRjE .collapsed button.navbar-toggler {
  display: block;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sun48ZtRjE .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-sun48ZtRjE .collapsed .navbar-toggleable-sm {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}
.cid-sun48ZtRjE .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-sun48ZtRjE .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sun48ZtRjE .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sun48ZtRjE .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-sun48ZtRjE .collapsed .dropdown-item:before {
  display: none;
}
.cid-sun48ZtRjE .navbar-dropdown {
  flex-wrap: nowrap;
}
.cid-sun48ZtRjE .navbar-collapse {
  flex-basis: auto;
  display: flex;
}
.cid-sun48ZtRjE .nav-link:focus {
  outline: none;
}
.cid-sun48ZtRjE .navbar-toggler {
  position: relative;
}
.cid-sun48ZtRjE .dropdown-item.active,
.cid-sun48ZtRjE .dropdown-item:active {
  background-color: #ffffff;
  color: #ffffff;
}
.cid-sun48ZtRjE .nav-link:hover,
.cid-sun48ZtRjE .dropdown-item:hover {
  color: #4f87fb;
}
.cid-sun4mWGW3e {
  padding-top: 135px;
  padding-bottom: 60px;
  background-color: #e6ecf2;
}
.cid-sun4mWGW3e .title-text {
  margin-bottom: 70px;
}
.cid-sun4mWGW3e .title-text .mbr-section-subtitle {
  color: #4f87fb;
  font-weight: 800;
}
.cid-sun4mWGW3e .title-text .mbr-section-subtitle.display-4 {
  font-size: 13px;
  line-height: 1.85;
  letter-spacing: 2px;
}
.cid-sun4mWGW3e .title-text .mbr-section-title {
  color: #130947;
}
.cid-sun4mWGW3e .title-text .mbr-section-title span {
  font-weight: 900;
}
.cid-sun4mWGW3e .title-text .mbr-section-title.display-2 {
  line-height: 1.2;
  letter-spacing: -0.5px;
}
.cid-sun4mWGW3e .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-sun4mWGW3e .mbr-iconfont:before {
  -webkit-transform: scaleY(0) !important;
  transform: scaleY(0) !important;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-sun4mWGW3e .collapsed .mbr-iconfont {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
.cid-sun4mWGW3e .collapsed .mbr-iconfont:before {
  -webkit-transform: scaleY(1) !important;
  transform: scaleY(1) !important;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-sun4mWGW3e .accordion-content {
  flex-basis: 100%;
}
.cid-sun4mWGW3e .panel-group {
  width: 100%;
}
.cid-sun4mWGW3e .panel-text,
.cid-sun4mWGW3e .header-text,
.cid-sun4mWGW3e .mbr-section-subtitle {
  color: #222222;
}
.cid-sun4mWGW3e .card {
  margin-bottom: 30px;
  margin-top: 30px;
  border: none;
  border-radius: 0 !important;
}
.cid-sun4mWGW3e .card .card-header {
  border-radius: 0 !important;
  border-bottom: none !important;
  padding: 0;
}
.cid-sun4mWGW3e .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: #ffffff;
  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-sun4mWGW3e .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-sun4mWGW3e .card .card-header a.panel-title .sign {
  padding-right: 1rem;
}
.cid-sun4mWGW3e .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-sun4mWGW3e .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
  line-height: 1.6 !important;
}
.cid-sun4mWGW3e .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-sun4mWGW3e .card .card-header a.panel-title .toggle-icon:before,
.cid-sun4mWGW3e .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-sun4mWGW3e .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-sun4mWGW3e .card .card-header a.panel-title .toggle-icon:after {
  height: 2px;
  width: 12px;
  margin-left: -6px;
  margin-top: -1px;
}
.cid-sun4mWGW3e .card .card-header a.panel-title[aria-expanded='true'] {
  background-color: #4f87fb;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-sun4mWGW3e .card .card-header a.panel-title[aria-expanded='true'] .header-text,
.cid-sun4mWGW3e .card .card-header a.panel-title[aria-expanded='true'] .sign {
  color: #ffffff !important;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-sun4mWGW3e .card .panel-body {
  background: #ffffff;
  padding: 30px 55px 35px 40px !important;
}
.cid-sun4mWGW3e .card .panel-body .display-4 {
  font-size: 16px;
}
.cid-sun4mWGW3e .panel-text {
  color: #222222;
}
.cid-sun4mWGW3e .title-text .mbr-text {
  color: #6d7a8c;
}
.cid-suJZiUYuaR {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #25303e;
}
.cid-suJZiUYuaR .links {
  text-align: center;
  color: #ffffff;
}
.cid-suJZiUYuaR p {
  margin: 0;
}
.cid-suJZiUYuaR a {
  color: #ffffff;
}
.cid-suJZiUYuaR a:hover {
  color: #4f87fb !important;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.cid-suK2fvU8Rl {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #25303e;
}
.cid-suK2fvU8Rl section {
  position: relative;
}
.cid-suK2fvU8Rl .widget-title {
  font-weight: 600;
}
.cid-suK2fvU8Rl .widget-title.display-7 {
  font-size: 17px;
  line-height: 27px;
  letter-spacing: 0.5px;
}
.cid-suK2fvU8Rl .mbr-text.display-4 {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 300;
}
.cid-suK2fvU8Rl .item .card-box .item-title {
  font-weight: 300;
}
.cid-suK2fvU8Rl .item .card-box .item-title.display-4 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-suK2fvU8Rl .item .card-img {
  width: auto;
  background-color: #4f87fb;
  border-radius: 100%;
}
.cid-suK2fvU8Rl .item .card-img .img1 {
  display: block;
  padding: 6px;
  font-size: 13px;
}
.cid-suK2fvU8Rl img {
  height: 100px;
  padding-right: 8px;
}
.cid-suK2fvU8Rl .img1 {
  color: #ffffff;
  background-color: #4f87fb;
  border-radius: 50%;
}
.cid-suK2fvU8Rl .img2 {
  color: #ffffff;
  font-size: 10px;
}
.cid-suK2fvU8Rl .line {
  width: 50px;
  height: 2px;
  display: inline-block;
  background: #4f87fb;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
@media (max-width: 992px) {
  .cid-suK2fvU8Rl .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-suK2fvU8Rl .content .link-wrap {
  font-weight: 300;
  color: #fff;
}
.cid-suK2fvU8Rl .content .link-wrap.display-4 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-suK2fvU8Rl .content .date-wrap {
  color: #4f87fb;
  font-weight: 500;
}
.cid-suK2fvU8Rl .content .date-wrap.display-4 {
  font-size: 13px;
  line-height: 17px;
}
.cid-suK2fvU8Rl .item,
.cid-suK2fvU8Rl .link {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  padding-bottom: 0.5rem;
  margin-bottom: 0.6rem;
}
.cid-suK2fvU8Rl .item h4,
.cid-suK2fvU8Rl .link h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-suK2fvU8Rl .link .card-img {
  padding-bottom: 3px;
}
.cid-suK2fvU8Rl .link .card-box .link-title {
  font-weight: 300;
}
.cid-suK2fvU8Rl .link .card-box .link-title a:hover {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: #4f87fb !important;
}
.cid-suK2fvU8Rl .link .card-box .link-title.display-4 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-suK2fvU8Rl .card-img {
  width: auto;
}
@media (max-width: 767px) {
  .cid-suK2fvU8Rl h5 {
    text-align: left !important;
  }
  .cid-suK2fvU8Rl .line-wrap {
    text-align: left !important;
  }
}
.cid-suK2fvU8Rl .item-title {
  color: #ffffff;
}
.cid-suK2fvU8Rl .tips {
  height: 70px;
  width: 70px;
  margin: 4px;
  -o-object-fit: cover;
  object-fit: cover;
}
.cid-suK2fvU8Rl .btn[class*="-outline"] {
  border: none;
  padding: 0;
  margin: 0 !important;
  box-shadow: none !important;
  text-align: left;
  line-height: 1.5;
}
.cid-suK2fvU8Rl .btn[class*="-outline"] span {
  -webkit-box-ordinal-group: 3;
  order: 2;
  font-size: 0.8rem;
  font-weight: 900;
  -webkit-transition: padding 0.3s !important;
  transition: padding 0.3s !important;
}
.cid-suK2fvU8Rl .btn[class*="-outline"]:hover {
  background-color: transparent !important;
  color: #4f87fb !important;
  box-shadow: none !important;
}
.cid-suK2fvU8Rl .btn[class*="-outline"]:active,
.cid-suK2fvU8Rl .btn[class*="-outline"]:focus {
  background-color: transparent !important;
  box-shadow: none !important;
}
.cid-suK2fvU8Rl .list .list-item:first-child {
  padding-bottom: 15px;
}
.cid-suK2fvU8Rl .list .list-item:last-child {
  margin-top: 10px;
}
.cid-suK2fvU8Rl .box-list {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
  font-weight: 300;
}
.cid-suK2fvU8Rl .box-list li {
  padding: 10px 0 10px;
  color: #ffffff;
}
.cid-suK2fvU8Rl .box-list li:first-child {
  padding-top: 0;
}
.cid-suK2fvU8Rl .box-list li:last-child {
  border-bottom: none;
}
.cid-suK2fvU8Rl .box-list li span {
  float: right;
  text-align: right;
  padding-left: 0.5rem;
  color: #4f87fb;
}
.cid-suK2fvU8Rl .box-list.display-4 {
  line-height: 24px;
}
.cid-suK2fvU8Rl .mbr-text {
  line-height: 1.5;
  margin-bottom: 25px;
}
.cid-suK2fvU8Rl .item-title DIV {
  text-align: left;
}
.cid-suK2fvU8Rl .box-list li LI {
  text-align: center;
}
.is-builder .cid-suhJjUcQeP .navbar {
  padding-top: 20px !important;
}
.cid-suhJjUcQeP .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  -webkit-transition: none;
  transition: none;
  min-height: 77px;
}
@media (min-width: 1200px) {
  .cid-suhJjUcQeP .navbar .dropdown .dropdown-menu .dropdown-item {
    padding: 0.835em 2.5385em 0.835em 3.5385em !important;
    margin: 0 !important;
  }
  .cid-suhJjUcQeP .navbar .dropdown .dropdown-menu .dropdown-item:hover {
    padding: 0.835em 2.5385em 0.835em 3.8385em !important;
  }
}
.cid-suhJjUcQeP .menu-logo {
  display: flex;
  position: relative;
  -webkit-box-align: center;
  align-items: center;
  margin-right: auto;
}
.cid-suhJjUcQeP .menu-logo .navbar-brand {
  display: flex;
  margin-left: 4rem;
  padding: 0.5rem 0;
  -webkit-transition: padding 0.2s;
  transition: padding 0.2s;
  min-height: 2rem;
  -webkit-box-align: center;
  align-items: center;
}
.cid-suhJjUcQeP .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-suhJjUcQeP .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-suhJjUcQeP .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  -webkit-transition: font-size 0.25s;
  transition: font-size 0.25s;
}
.cid-suhJjUcQeP .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-suhJjUcQeP .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  -webkit-transition: font-size 0.25s;
  transition: font-size 0.25s;
}
.cid-suhJjUcQeP .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-suhJjUcQeP a {
  font-style: normal;
}
.cid-suhJjUcQeP .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: middle;
  position: relative;
  text-decoration: none;
}
.cid-suhJjUcQeP .nav-item a {
  padding: 0.4rem 0 !important;
}
.cid-suhJjUcQeP .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-suhJjUcQeP .dropdown-item:hover:before {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  width: 16px;
}
.cid-suhJjUcQeP .content-text {
  margin-bottom: 0;
}
.cid-suhJjUcQeP .navbar-nav {
  position: relative;
  min-height: 100px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
}
.cid-suhJjUcQeP .navbar-nav li:first-child > a {
  color: #4f87fb;
}
.cid-suhJjUcQeP .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-suhJjUcQeP .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #4f87fb;
    -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-suhJjUcQeP .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
  .cid-suhJjUcQeP .navbar-nav .nav-item a {
    margin: 0 1.1rem !important;
  }
}
@media (max-width: 1200px) {
  .cid-suhJjUcQeP .navbar-nav .nav-item a {
    margin: 0 !important;
  }
}
.cid-suhJjUcQeP .navbar-nav .nav-item span {
  padding-right: 0.1rem;
}
.cid-suhJjUcQeP .display-4 > .mbr-iconfont {
  font-size: 1.23em;
}
.cid-suhJjUcQeP .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-suhJjUcQeP .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-suhJjUcQeP .content-link {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.cid-suhJjUcQeP .content-link:first-child {
  padding-left: 1.3rem;
}
@media (max-width: 1200px) {
  .cid-suhJjUcQeP .content-link {
    display: none;
  }
}
.cid-suhJjUcQeP .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
}
.cid-suhJjUcQeP .navbar-buttons.mbr-section-btn > .mbr-iconfont {
  font-size: 17px !important;
  margin-right: 13px;
}
.cid-suhJjUcQeP .nav-dropdown .link {
  font-weight: 600;
}
.cid-suhJjUcQeP .nav-dropdown .link.display-4 {
  font-size: 15px;
}
.cid-suhJjUcQeP .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-suhJjUcQeP .content-left-side {
  text-align: center;
  padding-top: 3px;
}
@media (max-width: 575px) {
  .cid-suhJjUcQeP .content-left-side {
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    padding: 0.5rem 0;
  }
  .cid-suhJjUcQeP .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-suhJjUcQeP .content-right-side {
  text-align: center;
}
@media (max-width: 575px) {
  .cid-suhJjUcQeP .content-right-side {
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    padding: 0.5rem 0;
  }
  .cid-suhJjUcQeP .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-suhJjUcQeP .content-right-side .icons-block {
  padding-bottom: 5px;
  padding-left: 17px;
}
.cid-suhJjUcQeP .content-right-side .content-link {
  margin-left: 1rem;
}
.cid-suhJjUcQeP .content-right-side .content-link span {
  vertical-align: middle;
  padding-bottom: 2px;
}
.cid-suhJjUcQeP .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: 0px;
  padding-bottom: 0px;
}
.cid-suhJjUcQeP .content-left-side .content-link {
  margin-left: 1rem;
}
.cid-suhJjUcQeP .content-left-side .content-link span {
  vertical-align: middle;
  padding-bottom: 2px;
}
@media (max-width: 1200px) {
  .cid-suhJjUcQeP .content-left-side {
    text-align: center;
    padding-bottom: 1rem;
  }
  .cid-suhJjUcQeP .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-suhJjUcQeP .dropdown-item:before {
    display: none;
  }
  .cid-suhJjUcQeP .menu-logo {
    width: 100%;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }
  .cid-suhJjUcQeP .menu-bottom {
    width: 100%;
    padding: 0 1rem;
    display: block;
  }
  .cid-suhJjUcQeP img {
    height: 2rem !important;
  }
  .cid-suhJjUcQeP .btn {
    display: flex;
  }
  .cid-suhJjUcQeP button.navbar-toggler {
    display: block;
  }
  .cid-suhJjUcQeP .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-suhJjUcQeP .navbar-toggleable-sm {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  .cid-suhJjUcQeP .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-suhJjUcQeP .navbar-collapse.collapsing,
  .cid-suhJjUcQeP .navbar-collapse.show {
    display: block !important;
  }
  .cid-suhJjUcQeP .navbar-collapse.collapsing .navbar-nav,
  .cid-suhJjUcQeP .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-suhJjUcQeP .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-suhJjUcQeP .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
    padding: 0.5rem 0;
  }
  .cid-suhJjUcQeP .navbar-collapse.collapsing .navbar-buttons,
  .cid-suhJjUcQeP .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-suhJjUcQeP .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-suhJjUcQeP .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-suhJjUcQeP .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-suhJjUcQeP .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-suhJjUcQeP .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-suhJjUcQeP .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-suhJjUcQeP .navbar-nav.nav-dropdown {
    max-height: 80vh !important;
    overflow-y: auto !important;
  }
}
@media (min-width: 1200px) {
  .cid-suhJjUcQeP .navbar .menu-content-top {
    display: block;
  }
  .cid-suhJjUcQeP .menu-content-top .row {
    -webkit-box-pack: justify;
    justify-content: space-between;
    flex-wrap: nowrap;
  }
  .cid-suhJjUcQeP .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-suhJjUcQeP .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-suhJjUcQeP .menu-content-top {
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  }
  .cid-suhJjUcQeP .menu-bottom {
    display: flex;
  }
  .cid-suhJjUcQeP .navbar {
    display: block;
    padding: 0;
  }
  .cid-suhJjUcQeP .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
  }
  .cid-suhJjUcQeP .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-suhJjUcQeP .navbar-toggler {
    display: none;
  }
}
.cid-suhJjUcQeP .navbar-short .menu-content-top {
  border: none;
  display: none;
}
.cid-suhJjUcQeP .btn {
  padding: 15px 30px;
  font-weight: 800;
  display: inline-flex;
  -webkit-box-align: center;
  align-items: center;
  border-width: 1px;
  box-shadow: none;
}
.cid-suhJjUcQeP .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-suhJjUcQeP .btn.display-4 {
  letter-spacing: 0.5px;
  font-size: 13px;
  line-height: 13px;
}
.cid-suhJjUcQeP .navbar-toggleable-sm .navbar-collapse {
  -webkit-box-pack: end;
  justify-content: flex-end;
  padding-right: 4rem;
  width: 100%;
}
.cid-suhJjUcQeP .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-suhJjUcQeP .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-suhJjUcQeP .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-suhJjUcQeP .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  border-top: 3px solid #4f87fb;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
  min-width: 16.875rem;
  text-align: left;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 20px !important;
}
@media (max-width: 1200px) {
  .cid-suhJjUcQeP .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-suhJjUcQeP .dropdown .dropdown-menu .dropdown-item {
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-suhJjUcQeP .dropdown .dropdown-menu .dropdown-item:hover {
  background-color: #4f87fb;
  color: #ffffff;
}
.cid-suhJjUcQeP .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-suhJjUcQeP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-suhJjUcQeP .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-suhJjUcQeP .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-suhJjUcQeP .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-suhJjUcQeP .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-suhJjUcQeP .navbar.navbar-short {
  min-height: 60px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-suhJjUcQeP .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-suhJjUcQeP .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-suhJjUcQeP .navbar.navbar-short .navbar-logo a img {
  height: 2.0rem !important;
}
.cid-suhJjUcQeP .navbar.navbar-short .navbar-brand {
  min-height: 2.0rem;
}
.cid-suhJjUcQeP .navbar.navbar-short .navbar-nav {
  min-height: 60px;
}
.cid-suhJjUcQeP button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-suhJjUcQeP button.navbar-toggler:focus {
  outline: none;
}
.cid-suhJjUcQeP button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-suhJjUcQeP button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-suhJjUcQeP button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}
.cid-suhJjUcQeP button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}
.cid-suhJjUcQeP button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-suhJjUcQeP 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-suhJjUcQeP nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.cid-suhJjUcQeP nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.cid-suhJjUcQeP 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-suhJjUcQeP .collapsed.navbar {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}
.cid-suhJjUcQeP .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-suhJjUcQeP .collapsed .menu-logo {
  margin-right: 0;
}
.cid-suhJjUcQeP .collapsed .btn {
  display: flex;
}
.cid-suhJjUcQeP .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-suhJjUcQeP .collapsed .navbar-collapse.collapsing,
.cid-suhJjUcQeP .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-suhJjUcQeP .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-suhJjUcQeP .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-suhJjUcQeP .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-suhJjUcQeP .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-suhJjUcQeP .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-suhJjUcQeP .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-suhJjUcQeP .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-suhJjUcQeP .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1200px) {
  .cid-suhJjUcQeP .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 1.8rem  - 1rem);
  }
  .cid-suhJjUcQeP .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-suhJjUcQeP .collapsed button.navbar-toggler {
  display: block;
  -webkit-align-self: center;
  align-self: center;
}
.cid-suhJjUcQeP .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-suhJjUcQeP .collapsed .navbar-toggleable-sm {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}
.cid-suhJjUcQeP .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-suhJjUcQeP .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-suhJjUcQeP .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-suhJjUcQeP .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-suhJjUcQeP .collapsed .dropdown-item:before {
  display: none;
}
.cid-suhJjUcQeP .navbar-dropdown {
  flex-wrap: nowrap;
}
.cid-suhJjUcQeP .navbar-collapse {
  flex-basis: auto;
  display: flex;
}
.cid-suhJjUcQeP .nav-link:focus {
  outline: none;
}
.cid-suhJjUcQeP .navbar-toggler {
  position: relative;
}
.cid-suhJjUcQeP .dropdown-item.active,
.cid-suhJjUcQeP .dropdown-item:active {
  background-color: #ffffff;
  color: #ffffff;
}
.cid-suhJjUcQeP .nav-link:hover,
.cid-suhJjUcQeP .dropdown-item:hover {
  color: #4f87fb;
}
.cid-sui3gYMxUP {
  padding-top: 135px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sui3gYMxUP input,
.cid-sui3gYMxUP textarea {
  border-left: none;
  border-top: none;
  border-right: none;
  border-radius: 4px;
  min-height: 3rem;
  padding: 20px 10px 20px 0px;
  font-size: 14px;
  color: #ffffff;
  font-weight: 600;
}
.cid-sui3gYMxUP input:focus,
.cid-sui3gYMxUP textarea:focus {
  border-left: none;
  border-top: none;
  border-right: none;
}
.cid-sui3gYMxUP .form-control,
.cid-sui3gYMxUP .field-input {
  padding: 20px 10px 20px 0px;
  background-color: #ffffff;
  border-color: #ececec;
  color: #000000;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-sui3gYMxUP input::-webkit-input-placeholder,
.cid-sui3gYMxUP textarea::-webkit-input-placeholder {
  color: #6d7a8c;
}
.cid-sui3gYMxUP input:-moz-placeholder,
.cid-sui3gYMxUP textarea:-moz-placeholder {
  color: #6d7a8c;
}
.cid-sui3gYMxUP .jq-selectbox li,
.cid-sui3gYMxUP .jq-selectbox li {
  background-color: #ffffff;
}
.cid-sui3gYMxUP .jq-selectbox li:hover,
.cid-sui3gYMxUP .jq-selectbox li.selected {
  background-color: #ffffff;
}
.cid-sui3gYMxUP .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-sui3gYMxUP .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-sui3gYMxUP .mbr-section-btn .btn-info {
  background-color: #28303f !important;
  border-color: #28303f !important;
  font-size: 13px;
  letter-spacing: 1px;
  padding: 15px 30px !important;
  border-radius: 5px !important;
  font-weight: 500;
  line-height: 1.92;
}
.cid-sui3gYMxUP .team-left-inner .featured-wrapper img {
  max-width: 100%;
  height: auto;
  box-shadow: 0 0 50px rgba(79, 110, 173, 0.1);
  border-radius: 4px;
}
.cid-sui3gYMxUP .team-left-inner .team-info-block {
  padding: 30px;
  border-bottom: 1px solid #e5e8ef;
}
.cid-sui3gYMxUP .team-left-inner .team-info-block .team-title {
  color: #130947;
  font-weight: 800;
  margin-bottom: 5px;
  letter-spacing: -0.5px;
  line-height: 1.25;
}
.cid-sui3gYMxUP .team-left-inner .team-info-block .team-designation {
  color: #4f87fb;
  line-height: 1.625;
  margin-bottom: 20px;
  font-weight: 600;
  letter-spacing: 0;
}
.cid-sui3gYMxUP .team-left-inner .team-info-block .short-description p {
  line-height: 1.5;
  font-weight: 400;
  color: #6d7a8c;
}
.cid-sui3gYMxUP .team-left-inner .team-info-block .personal-title {
  color: #4f87fb;
  font-size: 22px !important;
}
.cid-sui3gYMxUP .team-left-inner .team-info-block .single-team-info {
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0;
  margin-top: 30px;
  line-height: 1.5;
}
.cid-sui3gYMxUP .team-left-inner .team-info-block .single-team-info label {
  display: inline-block;
  width: 110px;
  font-weight: 700;
  margin-bottom: 1rem;
}
.cid-sui3gYMxUP .team-left-inner .team-info-block .display-7 {
  font-size: 24px;
}
.cid-sui3gYMxUP .team-left-inner .team-info-block .display-4 {
  font-size: 16px;
}
.cid-sui3gYMxUP .team-left-inner .team-info-block .social span {
  font-size: 1.1rem;
  padding: 17px;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  border-radius: 4px;
  color: #4f87fb;
  margin-right: 10px;
}
.cid-sui3gYMxUP .team-left-inner .team-info-block .social span:hover {
  background-color: #4f87fb;
  color: #ffffff;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.cid-sui3gYMxUP .team-left-inner .team-info-block:last-child {
  border: none;
}
.cid-sui3gYMxUP .entry-content .text-box {
  padding: 0rem;
}
.cid-sui3gYMxUP .entry-content .text-box .display-4 {
  font-size: 16px;
}
.cid-sui3gYMxUP .entry-content .text-box .card-title {
  color: #130947;
  margin-bottom: 30px;
  font-weight: 700;
}
.cid-sui3gYMxUP .entry-content .text-box .card-title.display-5 {
  font-size: 30px;
  line-height: 1.3;
  letter-spacing: -0.5px;
}
.cid-sui3gYMxUP .entry-content .text-box .doc-descr {
  line-height: 1.5;
  margin-bottom: 35px;
  color: #6d7a8c;
}
.cid-sui3gYMxUP .entry-content .capabilities {
  margin-bottom: 35px;
}
.cid-sui3gYMxUP .entry-content .capabilities-title {
  color: #130947;
  line-height: 1.3;
  letter-spacing: -0.5px;
  margin-bottom: 30px;
}
.cid-sui3gYMxUP .entry-content .capabilities .list {
  list-style-type: none;
  line-height: 1.5;
  padding-left: 0;
  margin-bottom: 0;
}
.cid-sui3gYMxUP .entry-content .capabilities .list li {
  margin-bottom: 15px;
  color: #6d7a8c;
}
.cid-sui3gYMxUP .entry-content .capabilities .list li::before {
  display: inline-block;
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 6px solid #4f87fb;
  content: '';
  margin-right: 10px;
  vertical-align: middle;
}
.cid-sui3gYMxUP .entry-content .capabilities-text {
  color: #6d7a8c;
  padding-top: 10px;
}
.cid-sui3gYMxUP .entry-content .capabilities .display-4 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-sui3gYMxUP .entry-content .contact {
  margin-top: 30px;
}
.cid-sui3gYMxUP .entry-content .contact-title {
  margin-bottom: 30px;
  color: #130947;
}
.cid-sui3gYMxUP .entry-content .contact .mbr-form .btn {
  -webkit-box-pack: justify;
  justify-content: space-between;
  border-width: 2px;
  border-radius: 4px;
  padding: 13px 22px;
  font-weight: 500;
  line-height: 2.3;
  letter-spacing: 1px;
  display: inline-flex;
}
.cid-sui3gYMxUP .entry-content .contact .btn.display-4 {
  font-size: 13px;
}
.cid-sui3gYMxUP .entry-content .contact .btn-black {
  background-color: #28303f !important;
  border-color: #28303f !important;
}
.cid-sui3gYMxUP .entry-content .contact .btn-black:hover {
  background-color: #4f87fb !important;
  border-color: #4f87fb !important;
}
.cid-sui3gYMxUP .progress_elements {
  margin: 0 auto;
  margin-top: 30px;
}
.cid-sui3gYMxUP .progress_elements .title-wrap {
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.cid-sui3gYMxUP .progress_elements .title-wrap .progressbar-title p {
  margin-bottom: 0.5rem;
}
.cid-sui3gYMxUP .progress_elements .progress {
  width: 100%;
  height: 6px;
  position: relative;
  overflow: visible;
}
.cid-sui3gYMxUP .progress_elements .progress::after {
  content: '';
  position: absolute;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #fff;
  top: -4px;
}
.cid-sui3gYMxUP .progress_elements .progress-primary {
  background: rgba(206, 206, 206, 0.4);
  border: none;
  outline: none;
}
.cid-sui3gYMxUP .progress_elements .progress1 progress::after {
  left: 80%;
  border: 3px solid #4f87fb;
}
.cid-sui3gYMxUP .progress_elements .progress2 progress::after {
  left: 70%;
  border: 3px solid #4f87fb;
}
.cid-sui3gYMxUP .progress_elements .progress3 progress::after {
  left: 78%;
  border: 3px solid #4f87fb;
}
.cid-sui3gYMxUP .progress_elements .progress4 progress::after {
  left: 53%;
  border: 3px solid #4f87fb;
}
.cid-sui3gYMxUP progress[value]::-webkit-progress-bar {
  background: rgba(255, 255, 255, 0.1);
}
.cid-sui3gYMxUP .progress1 progress::-webkit-progress-value {
  background: #4f87fb;
}
.cid-sui3gYMxUP .progress2 progress::-webkit-progress-value {
  background: #4f87fb;
}
.cid-sui3gYMxUP .progress3 progress::-webkit-progress-value {
  background: #4f87fb;
}
.cid-sui3gYMxUP .progress4 progress::-webkit-progress-value {
  background: #4f87fb;
}
.cid-sui3gYMxUP .progress-primary::-webkit-progress-bar {
  background: rgba(206, 206, 206, 0.4);
}
.cid-sui3gYMxUP .progressbar-title p {
  color: #6d7a8c;
}
.cid-sui3gYMxUP .team-left-inner .team-info-block .short-description p {
  text-align: left;
}
.cid-suJY8rXA1Y {
  padding-top: 105px;
  padding-bottom: 105px;
  background-color: #4f87fb;
  background: linear-gradient(to bottom, #4f87fb, #0053f9);
}
.cid-suJY8rXA1Y .mbr-section-subtitle {
  color: #ffffff;
  font-weight: 700;
  line-height: 1.43;
  letter-spacing: 2px;
  width: 100%;
}
.cid-suJY8rXA1Y .mbr-section-title {
  color: #ffffff;
  font-weight: 700;
  width: 100%;
}
.cid-suJY8rXA1Y .mbr-section-title.display-2 {
  font-size: 48px;
  line-height: 1.15;
  letter-spacing: -0.5px;
}
.cid-suJY8rXA1Y .mbr-text {
  color: #ffffff;
  font-weight: 400;
  width: 100;
}
.cid-suJY8rXA1Y .mbr-text.display-7 {
  font-size: 20px;
  line-height: 1.5;
}
.cid-suJY8rXA1Y .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-suJY8rXA1Y .content-link span {
  margin-right: 15px;
  margin-left: 20px;
  padding: 10px;
  border-radius: 100%;
  color: #ffffff;
  background-color: #ffffff;
  font-size: 2.475rem;
}
.cid-suJY8rXA1Y .mbr-section-btn .btn {
  border-radius: 3px;
  line-height: 2;
  letter-spacing: 1px;
  padding: 12px 40px !important;
  margin-right: 20px;
}
.cid-suJY8rXA1Y .mbr-section-btn.display-4,
.cid-suJY8rXA1Y .btn.display-4 {
  font-size: 12px !important;
}
@media (max-width: 991px) {
  .cid-suJY8rXA1Y .separator,
  .cid-suJY8rXA1Y .sep-holder,
  .cid-suJY8rXA1Y .sep-line {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .cid-suJY8rXA1Y .buttons-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
}
.cid-suJYjAM8QI {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #e6ecf2;
}
.cid-suJYjAM8QI .container {
  margin-bottom: 70px;
}
.cid-suJYjAM8QI .container .mbr-section-subtitle {
  color: #4f87fb;
  font-weight: 800;
  margin-bottom: 10px;
}
.cid-suJYjAM8QI .container .mbr-section-subtitle.display-4 {
  font-size: 13px;
  line-height: 24px;
  letter-spacing: 2px;
}
.cid-suJYjAM8QI .container .mbr-section-title,
.cid-suJYjAM8QI .container .signature {
  color: #130947;
}
.cid-suJYjAM8QI .container .mbr-section-title {
  margin-bottom: 20px;
}
.cid-suJYjAM8QI .container .mbr-section-title.display-2 {
  line-height: 48px;
  letter-spacing: -0.5px;
}
.cid-suJYjAM8QI .container .mbr-text {
  line-height: 28px;
  letter-spacing: 0;
  color: #6d7a8c;
}
.cid-suJYjAM8QI .carousel-item {
  -webkit-box-pack: center;
  justify-content: center;
  padding: 0 0rem;
}
.cid-suJYjAM8QI .carousel-item > div {
  width: 100%;
}
.cid-suJYjAM8QI .carousel-item.active,
.cid-suJYjAM8QI .carousel-item-next,
.cid-suJYjAM8QI .carousel-item-prev {
  display: flex;
}
.cid-suJYjAM8QI .carousel-indicators {
  left: 0%;
  margin: 20px auto 0;
  -webkit-box-align: center;
  align-items: center;
  bottom: -40px !important;
}
.cid-suJYjAM8QI .carousel-indicators .active {
  opacity: 1;
  border: 0;
  background-color: #4f87fb !important;
}
.cid-suJYjAM8QI .carousel-indicators li {
  height: 15px;
  width: 15px;
  border-radius: 50%;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
  background-color: #ffffff;
  font-size: 2rem;
  opacity: 0.5;
  border-width: 0px;
  border: 1px solid #e5e8ef;
}
.cid-suJYjAM8QI .carousel-indicators li:hover {
  opacity: 1;
}
@media (max-width: 991px) {
  .cid-suJYjAM8QI .carousel-controls {
    display: none;
  }
}
.cid-suJYjAM8QI .carousel-controls a {
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
  font-size: 1.2rem;
}
.cid-suJYjAM8QI .carousel-controls a span {
  padding: 15px;
  border-radius: 50%;
  color: #ffffff;
  background: #4f87fb;
  opacity: 0.9;
}
.cid-suJYjAM8QI .carousel-controls a:hover span {
  opacity: 1;
}
@media (min-width: 992px) {
  .cid-suJYjAM8QI .carousel-item {
    padding: 0 2rem;
  }
}
@media (min-width: 768px) {
  .cid-suJYjAM8QI .carousel-controls a {
    width: 5%;
  }
}
.cid-suJYjAM8QI a.text-white:hover,
.cid-suJYjAM8QI a.text-white:focus {
  color: #000000 !important;
}
.cid-suJYjAM8QI .mbr-section-btn {
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 21.7px;
}
.cid-suJYjAM8QI .card {
  display: block;
  background-color: #ffffff;
  border-bottom: 1px solid #4f87fb;
  border-radius: 4px;
  padding: 40px 50px 20px;
}
@media (max-width: 991px) {
  .cid-suJYjAM8QI .card {
    padding: 40px 10px 20px;
  }
}
.cid-suJYjAM8QI .card:hover span,
.cid-suJYjAM8QI .card:focus span {
  background-color: #4f87fb;
  color: #ffffff;
  -webkit-transition: 0.6s all;
  transition: 0.6s all;
}
@media (max-width: 767px) {
  .cid-suJYjAM8QI .card {
    margin-bottom: 20px;
  }
}
.cid-suJYjAM8QI .card span {
  margin-right: 15px;
  margin-left: 20px;
  padding: 30px;
  border-radius: 100%;
  color: #4f87fb;
  background-color: #f1f6fb;
  font-size: 50px;
  -webkit-transition: 0.6s all;
  transition: 0.6s all;
  margin-bottom: 25px;
}
.cid-suJYjAM8QI .card .signature {
  padding-bottom: 20px;
  margin-bottom: 30px;
  color: #130947;
  font-weight: 700;
}
.cid-suJYjAM8QI .card .signature.display-7 {
  font-size: 20px;
  line-height: 24px;
  letter-spacing: -0.5px;
}
.cid-suJYjAM8QI .card .card-text {
  margin-bottom: 25px;
  color: #6d7a8c;
  font-weight: 400;
}
.cid-suJYjAM8QI .card .card-text.display-7 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-suJYjAM8QI .card .link {
  line-height: 16px;
  font-weight: 700;
  letter-spacing: 1px;
  text-decoration: none;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  color: #4f87fb;
  background-color: transparent !important;
}
.cid-suJYjAM8QI .card .link:after {
  background-color: currentColor;
  content: "";
  position: absolute;
  bottom: 0px;
  left: auto;
  right: 0;
  height: 2px;
  width: 0%;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.2s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
}
.cid-suJYjAM8QI .card .link::before {
  width: 100%;
  content: "";
  position: absolute;
  bottom: 0px;
  left: auto;
  right: 0;
  height: 2px;
  background-color: #fff;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.2s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
}
.cid-suJYjAM8QI .card .link:hover:after,
.cid-suJYjAM8QI .card .link:focus:after {
  width: 100%;
  left: 0;
  right: auto;
}
.cid-suJYjAM8QI .card .link:hover:before,
.cid-suJYjAM8QI .card .link:focus:before {
  width: 100%;
}
.cid-suJZiUYuaR {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #25303e;
}
.cid-suJZiUYuaR .links {
  text-align: center;
  color: #ffffff;
}
.cid-suJZiUYuaR p {
  margin: 0;
}
.cid-suJZiUYuaR a {
  color: #ffffff;
}
.cid-suJZiUYuaR a:hover {
  color: #4f87fb !important;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.cid-suK2fvU8Rl {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #25303e;
}
.cid-suK2fvU8Rl section {
  position: relative;
}
.cid-suK2fvU8Rl .widget-title {
  font-weight: 600;
}
.cid-suK2fvU8Rl .widget-title.display-7 {
  font-size: 17px;
  line-height: 27px;
  letter-spacing: 0.5px;
}
.cid-suK2fvU8Rl .mbr-text.display-4 {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 300;
}
.cid-suK2fvU8Rl .item .card-box .item-title {
  font-weight: 300;
}
.cid-suK2fvU8Rl .item .card-box .item-title.display-4 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-suK2fvU8Rl .item .card-img {
  width: auto;
  background-color: #4f87fb;
  border-radius: 100%;
}
.cid-suK2fvU8Rl .item .card-img .img1 {
  display: block;
  padding: 6px;
  font-size: 13px;
}
.cid-suK2fvU8Rl img {
  height: 100px;
  padding-right: 8px;
}
.cid-suK2fvU8Rl .img1 {
  color: #ffffff;
  background-color: #4f87fb;
  border-radius: 50%;
}
.cid-suK2fvU8Rl .img2 {
  color: #ffffff;
  font-size: 10px;
}
.cid-suK2fvU8Rl .line {
  width: 50px;
  height: 2px;
  display: inline-block;
  background: #4f87fb;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
@media (max-width: 992px) {
  .cid-suK2fvU8Rl .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-suK2fvU8Rl .content .link-wrap {
  font-weight: 300;
  color: #fff;
}
.cid-suK2fvU8Rl .content .link-wrap.display-4 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-suK2fvU8Rl .content .date-wrap {
  color: #4f87fb;
  font-weight: 500;
}
.cid-suK2fvU8Rl .content .date-wrap.display-4 {
  font-size: 13px;
  line-height: 17px;
}
.cid-suK2fvU8Rl .item,
.cid-suK2fvU8Rl .link {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  padding-bottom: 0.5rem;
  margin-bottom: 0.6rem;
}
.cid-suK2fvU8Rl .item h4,
.cid-suK2fvU8Rl .link h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-suK2fvU8Rl .link .card-img {
  padding-bottom: 3px;
}
.cid-suK2fvU8Rl .link .card-box .link-title {
  font-weight: 300;
}
.cid-suK2fvU8Rl .link .card-box .link-title a:hover {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: #4f87fb !important;
}
.cid-suK2fvU8Rl .link .card-box .link-title.display-4 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-suK2fvU8Rl .card-img {
  width: auto;
}
@media (max-width: 767px) {
  .cid-suK2fvU8Rl h5 {
    text-align: left !important;
  }
  .cid-suK2fvU8Rl .line-wrap {
    text-align: left !important;
  }
}
.cid-suK2fvU8Rl .item-title {
  color: #ffffff;
}
.cid-suK2fvU8Rl .tips {
  height: 70px;
  width: 70px;
  margin: 4px;
  -o-object-fit: cover;
  object-fit: cover;
}
.cid-suK2fvU8Rl .btn[class*="-outline"] {
  border: none;
  padding: 0;
  margin: 0 !important;
  box-shadow: none !important;
  text-align: left;
  line-height: 1.5;
}
.cid-suK2fvU8Rl .btn[class*="-outline"] span {
  -webkit-box-ordinal-group: 3;
  order: 2;
  font-size: 0.8rem;
  font-weight: 900;
  -webkit-transition: padding 0.3s !important;
  transition: padding 0.3s !important;
}
.cid-suK2fvU8Rl .btn[class*="-outline"]:hover {
  background-color: transparent !important;
  color: #4f87fb !important;
  box-shadow: none !important;
}
.cid-suK2fvU8Rl .btn[class*="-outline"]:active,
.cid-suK2fvU8Rl .btn[class*="-outline"]:focus {
  background-color: transparent !important;
  box-shadow: none !important;
}
.cid-suK2fvU8Rl .list .list-item:first-child {
  padding-bottom: 15px;
}
.cid-suK2fvU8Rl .list .list-item:last-child {
  margin-top: 10px;
}
.cid-suK2fvU8Rl .box-list {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
  font-weight: 300;
}
.cid-suK2fvU8Rl .box-list li {
  padding: 10px 0 10px;
  color: #ffffff;
}
.cid-suK2fvU8Rl .box-list li:first-child {
  padding-top: 0;
}
.cid-suK2fvU8Rl .box-list li:last-child {
  border-bottom: none;
}
.cid-suK2fvU8Rl .box-list li span {
  float: right;
  text-align: right;
  padding-left: 0.5rem;
  color: #4f87fb;
}
.cid-suK2fvU8Rl .box-list.display-4 {
  line-height: 24px;
}
.cid-suK2fvU8Rl .mbr-text {
  line-height: 1.5;
  margin-bottom: 25px;
}
.cid-suK2fvU8Rl .item-title DIV {
  text-align: left;
}
.cid-suK2fvU8Rl .box-list li LI {
  text-align: center;
}
.is-builder .cid-suz915Q0UR .navbar {
  padding-top: 20px !important;
}
.cid-suz915Q0UR .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  -webkit-transition: none;
  transition: none;
  min-height: 77px;
}
@media (min-width: 1200px) {
  .cid-suz915Q0UR .navbar .dropdown .dropdown-menu .dropdown-item {
    padding: 0.835em 2.5385em 0.835em 3.5385em !important;
    margin: 0 !important;
  }
  .cid-suz915Q0UR .navbar .dropdown .dropdown-menu .dropdown-item:hover {
    padding: 0.835em 2.5385em 0.835em 3.8385em !important;
  }
}
.cid-suz915Q0UR .menu-logo {
  display: flex;
  position: relative;
  -webkit-box-align: center;
  align-items: center;
  margin-right: auto;
}
.cid-suz915Q0UR .menu-logo .navbar-brand {
  display: flex;
  margin-left: 4rem;
  padding: 0.5rem 0;
  -webkit-transition: padding 0.2s;
  transition: padding 0.2s;
  min-height: 2rem;
  -webkit-box-align: center;
  align-items: center;
}
.cid-suz915Q0UR .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-suz915Q0UR .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-suz915Q0UR .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  -webkit-transition: font-size 0.25s;
  transition: font-size 0.25s;
}
.cid-suz915Q0UR .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-suz915Q0UR .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  -webkit-transition: font-size 0.25s;
  transition: font-size 0.25s;
}
.cid-suz915Q0UR .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-suz915Q0UR a {
  font-style: normal;
}
.cid-suz915Q0UR .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: middle;
  position: relative;
  text-decoration: none;
}
.cid-suz915Q0UR .nav-item a {
  padding: 0.4rem 0 !important;
}
.cid-suz915Q0UR .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-suz915Q0UR .dropdown-item:hover:before {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  width: 16px;
}
.cid-suz915Q0UR .content-text {
  margin-bottom: 0;
}
.cid-suz915Q0UR .navbar-nav {
  position: relative;
  min-height: 100px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
}
.cid-suz915Q0UR .navbar-nav li:first-child > a {
  color: #4f87fb;
}
.cid-suz915Q0UR .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-suz915Q0UR .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #4f87fb;
    -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-suz915Q0UR .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
  .cid-suz915Q0UR .navbar-nav .nav-item a {
    margin: 0 1.1rem !important;
  }
}
@media (max-width: 1200px) {
  .cid-suz915Q0UR .navbar-nav .nav-item a {
    margin: 0 !important;
  }
}
.cid-suz915Q0UR .navbar-nav .nav-item span {
  padding-right: 0.1rem;
}
.cid-suz915Q0UR .display-4 > .mbr-iconfont {
  font-size: 1.23em;
}
.cid-suz915Q0UR .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-suz915Q0UR .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-suz915Q0UR .content-link {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.cid-suz915Q0UR .content-link:first-child {
  padding-left: 1.3rem;
}
@media (max-width: 1200px) {
  .cid-suz915Q0UR .content-link {
    display: none;
  }
}
.cid-suz915Q0UR .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
}
.cid-suz915Q0UR .navbar-buttons.mbr-section-btn > .mbr-iconfont {
  font-size: 17px !important;
  margin-right: 13px;
}
.cid-suz915Q0UR .nav-dropdown .link {
  font-weight: 600;
}
.cid-suz915Q0UR .nav-dropdown .link.display-4 {
  font-size: 15px;
}
.cid-suz915Q0UR .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-suz915Q0UR .content-left-side {
  text-align: center;
  padding-top: 3px;
}
@media (max-width: 575px) {
  .cid-suz915Q0UR .content-left-side {
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    padding: 0.5rem 0;
  }
  .cid-suz915Q0UR .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-suz915Q0UR .content-right-side {
  text-align: center;
}
@media (max-width: 575px) {
  .cid-suz915Q0UR .content-right-side {
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    padding: 0.5rem 0;
  }
  .cid-suz915Q0UR .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-suz915Q0UR .content-right-side .icons-block {
  padding-bottom: 5px;
  padding-left: 17px;
}
.cid-suz915Q0UR .content-right-side .content-link {
  margin-left: 1rem;
}
.cid-suz915Q0UR .content-right-side .content-link span {
  vertical-align: middle;
  padding-bottom: 2px;
}
.cid-suz915Q0UR .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: 0px;
  padding-bottom: 0px;
}
.cid-suz915Q0UR .content-left-side .content-link {
  margin-left: 1rem;
}
.cid-suz915Q0UR .content-left-side .content-link span {
  vertical-align: middle;
  padding-bottom: 2px;
}
@media (max-width: 1200px) {
  .cid-suz915Q0UR .content-left-side {
    text-align: center;
    padding-bottom: 1rem;
  }
  .cid-suz915Q0UR .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-suz915Q0UR .dropdown-item:before {
    display: none;
  }
  .cid-suz915Q0UR .menu-logo {
    width: 100%;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }
  .cid-suz915Q0UR .menu-bottom {
    width: 100%;
    padding: 0 1rem;
    display: block;
  }
  .cid-suz915Q0UR img {
    height: 2rem !important;
  }
  .cid-suz915Q0UR .btn {
    display: flex;
  }
  .cid-suz915Q0UR button.navbar-toggler {
    display: block;
  }
  .cid-suz915Q0UR .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-suz915Q0UR .navbar-toggleable-sm {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  .cid-suz915Q0UR .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-suz915Q0UR .navbar-collapse.collapsing,
  .cid-suz915Q0UR .navbar-collapse.show {
    display: block !important;
  }
  .cid-suz915Q0UR .navbar-collapse.collapsing .navbar-nav,
  .cid-suz915Q0UR .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-suz915Q0UR .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-suz915Q0UR .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
    padding: 0.5rem 0;
  }
  .cid-suz915Q0UR .navbar-collapse.collapsing .navbar-buttons,
  .cid-suz915Q0UR .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-suz915Q0UR .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-suz915Q0UR .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-suz915Q0UR .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-suz915Q0UR .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-suz915Q0UR .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-suz915Q0UR .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-suz915Q0UR .navbar-nav.nav-dropdown {
    max-height: 80vh !important;
    overflow-y: auto !important;
  }
}
@media (min-width: 1200px) {
  .cid-suz915Q0UR .navbar .menu-content-top {
    display: block;
  }
  .cid-suz915Q0UR .menu-content-top .row {
    -webkit-box-pack: justify;
    justify-content: space-between;
    flex-wrap: nowrap;
  }
  .cid-suz915Q0UR .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-suz915Q0UR .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-suz915Q0UR .menu-content-top {
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  }
  .cid-suz915Q0UR .menu-bottom {
    display: flex;
  }
  .cid-suz915Q0UR .navbar {
    display: block;
    padding: 0;
  }
  .cid-suz915Q0UR .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
  }
  .cid-suz915Q0UR .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-suz915Q0UR .navbar-toggler {
    display: none;
  }
}
.cid-suz915Q0UR .navbar-short .menu-content-top {
  border: none;
  display: none;
}
.cid-suz915Q0UR .btn {
  padding: 15px 30px;
  font-weight: 800;
  display: inline-flex;
  -webkit-box-align: center;
  align-items: center;
  border-width: 1px;
  box-shadow: none;
}
.cid-suz915Q0UR .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-suz915Q0UR .btn.display-4 {
  letter-spacing: 0.5px;
  font-size: 13px;
  line-height: 13px;
}
.cid-suz915Q0UR .navbar-toggleable-sm .navbar-collapse {
  -webkit-box-pack: end;
  justify-content: flex-end;
  padding-right: 4rem;
  width: 100%;
}
.cid-suz915Q0UR .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-suz915Q0UR .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-suz915Q0UR .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-suz915Q0UR .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  border-top: 3px solid #4f87fb;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
  min-width: 16.875rem;
  text-align: left;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 20px !important;
}
@media (max-width: 1200px) {
  .cid-suz915Q0UR .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-suz915Q0UR .dropdown .dropdown-menu .dropdown-item {
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-suz915Q0UR .dropdown .dropdown-menu .dropdown-item:hover {
  background-color: #4f87fb;
  color: #ffffff;
}
.cid-suz915Q0UR .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-suz915Q0UR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-suz915Q0UR .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-suz915Q0UR .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-suz915Q0UR .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-suz915Q0UR .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-suz915Q0UR .navbar.navbar-short {
  min-height: 60px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-suz915Q0UR .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-suz915Q0UR .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-suz915Q0UR .navbar.navbar-short .navbar-logo a img {
  height: 2.0rem !important;
}
.cid-suz915Q0UR .navbar.navbar-short .navbar-brand {
  min-height: 2.0rem;
}
.cid-suz915Q0UR .navbar.navbar-short .navbar-nav {
  min-height: 60px;
}
.cid-suz915Q0UR button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-suz915Q0UR button.navbar-toggler:focus {
  outline: none;
}
.cid-suz915Q0UR button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-suz915Q0UR button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-suz915Q0UR button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}
.cid-suz915Q0UR button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}
.cid-suz915Q0UR button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-suz915Q0UR 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-suz915Q0UR nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.cid-suz915Q0UR nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.cid-suz915Q0UR 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-suz915Q0UR .collapsed.navbar {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}
.cid-suz915Q0UR .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-suz915Q0UR .collapsed .menu-logo {
  margin-right: 0;
}
.cid-suz915Q0UR .collapsed .btn {
  display: flex;
}
.cid-suz915Q0UR .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-suz915Q0UR .collapsed .navbar-collapse.collapsing,
.cid-suz915Q0UR .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-suz915Q0UR .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-suz915Q0UR .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-suz915Q0UR .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-suz915Q0UR .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-suz915Q0UR .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-suz915Q0UR .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-suz915Q0UR .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-suz915Q0UR .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1200px) {
  .cid-suz915Q0UR .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 1.8rem  - 1rem);
  }
  .cid-suz915Q0UR .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-suz915Q0UR .collapsed button.navbar-toggler {
  display: block;
  -webkit-align-self: center;
  align-self: center;
}
.cid-suz915Q0UR .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-suz915Q0UR .collapsed .navbar-toggleable-sm {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}
.cid-suz915Q0UR .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-suz915Q0UR .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-suz915Q0UR .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-suz915Q0UR .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-suz915Q0UR .collapsed .dropdown-item:before {
  display: none;
}
.cid-suz915Q0UR .navbar-dropdown {
  flex-wrap: nowrap;
}
.cid-suz915Q0UR .navbar-collapse {
  flex-basis: auto;
  display: flex;
}
.cid-suz915Q0UR .nav-link:focus {
  outline: none;
}
.cid-suz915Q0UR .navbar-toggler {
  position: relative;
}
.cid-suz915Q0UR .dropdown-item.active,
.cid-suz915Q0UR .dropdown-item:active {
  background-color: #ffffff;
  color: #ffffff;
}
.cid-suz915Q0UR .nav-link:hover,
.cid-suz915Q0UR .dropdown-item:hover {
  color: #4f87fb;
}
.cid-suz917cpqM {
  padding-top: 135px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-suz917cpqM img {
  width: 100%;
  border-radius: 8px;
  box-shadow: 0 0 20px rgba(79, 110, 173, 0.1);
}
.cid-suz917cpqM .mbr-section-title {
  text-align: left;
  color: #4f87fb;
  line-height: 1.2;
  letter-spacing: -0.5px;
}
.cid-suz917cpqM .mbr-text {
  color: #6d7a8c;
  line-height: 1.5;
}
.cid-suz917cpqM .mbr-list {
  margin-top: 35px;
  color: #6d7a8c;
}
.cid-suz917cpqM .mbr-list .list {
  list-style-type: none;
  padding-left: 0;
}
.cid-suz917cpqM .mbr-list .list li {
  margin-bottom: 1rem;
}
.cid-suz917cpqM .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-suz917cpqM H3 {
  color: #656565;
}
.cid-suz917C88Z {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-suz917C88Z img {
  width: 100%;
  border-radius: 8px;
  box-shadow: 0 0 20px rgba(79, 110, 173, 0.1);
}
.cid-suz917C88Z .mbr-section-title {
  text-align: left;
  color: #4f87fb;
  line-height: 1.2;
  letter-spacing: -0.5px;
}
.cid-suz917C88Z .mbr-text {
  color: #6d7a8c;
  line-height: 1.5;
}
.cid-suz917C88Z .mbr-list {
  margin-top: 35px;
  color: #6d7a8c;
}
.cid-suz917C88Z .mbr-list .list {
  list-style-type: none;
  padding-left: 0;
}
.cid-suz917C88Z .mbr-list .list li {
  margin-bottom: 1rem;
}
.cid-suz917C88Z .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-suz917C88Z H3 {
  color: #656565;
}
@media (max-width: 768px) {
  .cid-suz917C88Z .reordered-col {
    order: 2;
  }
}
.cid-suK3nN9JMD {
  padding-top: 105px;
  padding-bottom: 105px;
  background-color: #4f87fb;
  background: linear-gradient(to bottom, #4f87fb, #0053f9);
}
.cid-suK3nN9JMD .mbr-section-subtitle {
  color: #ffffff;
  font-weight: 700;
  line-height: 1.43;
  letter-spacing: 2px;
  width: 100%;
}
.cid-suK3nN9JMD .mbr-section-title {
  color: #ffffff;
  font-weight: 700;
  width: 100%;
}
.cid-suK3nN9JMD .mbr-section-title.display-2 {
  font-size: 48px;
  line-height: 1.15;
  letter-spacing: -0.5px;
}
.cid-suK3nN9JMD .mbr-text {
  color: #ffffff;
  font-weight: 400;
  width: 100;
}
.cid-suK3nN9JMD .mbr-text.display-7 {
  font-size: 20px;
  line-height: 1.5;
}
.cid-suK3nN9JMD .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-suK3nN9JMD .content-link span {
  margin-right: 15px;
  margin-left: 20px;
  padding: 10px;
  border-radius: 100%;
  color: #ffffff;
  background-color: #ffffff;
  font-size: 2.475rem;
}
.cid-suK3nN9JMD .mbr-section-btn .btn {
  border-radius: 3px;
  line-height: 2;
  letter-spacing: 1px;
  padding: 12px 40px !important;
  margin-right: 20px;
}
.cid-suK3nN9JMD .mbr-section-btn.display-4,
.cid-suK3nN9JMD .btn.display-4 {
  font-size: 12px !important;
}
@media (max-width: 991px) {
  .cid-suK3nN9JMD .separator,
  .cid-suK3nN9JMD .sep-holder,
  .cid-suK3nN9JMD .sep-line {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .cid-suK3nN9JMD .buttons-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
}
.cid-suK3p1Ufmi {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-suK3p1Ufmi .contents {
  margin-bottom: 70px;
}
.cid-suK3p1Ufmi .contents .mbr-subtitle {
  color: #4f87fb;
  margin-bottom: 10px;
  font-weight: 800;
}
.cid-suK3p1Ufmi .contents .mbr-subtitle.display-4 {
  letter-spacing: 2px;
  line-height: 24px;
  font-size: 13px;
}
.cid-suK3p1Ufmi .contents .mbr-section-title {
  margin-bottom: 20px;
  color: #130947;
  font-weight: 700;
}
.cid-suK3p1Ufmi .contents .mbr-section-title.display-2 {
  line-height: 48px;
  letter-spacing: -0.5px;
}
.cid-suK3p1Ufmi .contents .mbr-section-text {
  margin-top: 20px;
  color: #6d7a8c;
  font-weight: 400;
}
.cid-suK3p1Ufmi .contents .mbr-section-text.display-7 {
  line-height: 28px;
  letter-spacing: 0;
}
.cid-suK3p1Ufmi .card {
  margin-bottom: 2rem;
}
.cid-suK3p1Ufmi .card-block {
  font-weight: 400;
  letter-spacing: 0.03em;
  position: relative;
  background: #4f87fb;
  color: #232323;
  box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.08);
  padding: 1.9rem;
  margin-bottom: 35px;
  border-radius: 4px;
}
.cid-suK3p1Ufmi .card-block.display-7 {
  font-size: 16px;
  line-height: 26px;
}
.cid-suK3p1Ufmi .card-block:before {
  content: "";
  position: absolute;
  bottom: -15px;
  left: 50%;
  margin-left: -14px;
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-top: 15px solid #4f87fb;
  border-right: 15px solid transparent;
}
.cid-suK3p1Ufmi .mbr-author-img {
  width: 50px;
  height: 50px;
  display: inline-block;
  border-radius: 100%;
  margin-left: 0rem;
}
.cid-suK3p1Ufmi .mbr-author-img img {
  width: 100%;
  border-radius: 100%;
  min-width: 100%;
  min-height: 100%;
}
.cid-suK3p1Ufmi .name-wrap {
  display: inline-block;
}
.cid-suK3p1Ufmi .card-footer {
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-align: center;
  align-items: center;
  border-top: none;
  background: none;
  padding: 0 1.25rem 1.25rem 1.25rem;
}
.cid-suK3p1Ufmi .mbr-author-desc {
  color: #767676;
  text-align: center;
}
.cid-suK3p1Ufmi .card-block p {
  color: #ffffff;
  text-align: center;
}
.cid-suK3p1Ufmi .mbr-author-name {
  color: #130947;
  margin-bottom: 5px;
}
.cid-suK3p1Ufmi .mbr-section-title,
.cid-suK3p1Ufmi .title div {
  color: #232323;
  text-align: center;
}
.cid-suK3p1Ufmi .contents .mbr-section-text {
  text-align: center;
}
.cid-suK3qjAsk3 {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-suK3qjAsk3 .carousel-item {
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-suK3qjAsk3 .carousel-item.active,
.cid-suK3qjAsk3 .carousel-item-next,
.cid-suK3qjAsk3 .carousel-item-prev {
  display: flex;
}
.cid-suK3qjAsk3 .img-box {
  position: relative;
  width: fit-content;
  margin: auto;
}
.cid-suK3qjAsk3 .mbr-iconfont {
  font-family: Moririse2 !important;
  font-size: 1rem;
  font-weight: 900;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.cid-suK3qjAsk3 .carousel-controls a {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  font-size: 2rem;
}
.cid-suK3qjAsk3 .carousel-controls a span {
  position: absolute;
  top: 45%;
  padding: 10px;
  border-radius: 50%;
  color: #4f87fb;
  opacity: 1;
}
.cid-suK3qjAsk3 .carousel-controls a:hover span {
  opacity: 0.4;
}
.cid-suK3qjAsk3 h1 {
  color: #36404c;
}
.cid-suK3qjAsk3 .author-box {
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
}
.cid-suK3qjAsk3 .face {
  width: 100px;
  height: 100px;
  border-radius: 100%;
  box-shadow: none;
  margin: 0rem;
  -o-object-fit: cover;
  object-fit: cover;
}
.cid-suK3qjAsk3 .author {
  margin: auto 0;
}
.cid-suK3qjAsk3 h3,
.cid-suK3qjAsk3 h4 {
  margin: 0;
  padding: 0;
}
.cid-suK3qjAsk3 h3 {
  color: #130947;
}
.cid-suK3qjAsk3 h3.display-7 {
  line-height: 1.1;
  letter-spacing: 0;
}
.cid-suK3qjAsk3 h4 {
  color: #4f87fb;
  font-weight: 700;
}
.cid-suK3qjAsk3 h4.display-4 {
  line-height: 1.5;
  font-size: 13px;
}
.cid-suK3qjAsk3 .mbr-text {
  padding-bottom: 30px;
  color: #6d7a8c;
  font-weight: 300;
}
.cid-suK3qjAsk3 .mbr-text.display-5 {
  line-height: 1.3;
}
.cid-suK3qjAsk3 .box {
  max-width: 800px !important;
  margin: auto !important;
}
@media (max-width: 992px) {
  .cid-suK3qjAsk3 .carousel-controls a span {
    bottom: auto;
    top: 30%;
  }
}
@media (max-width: 767px) {
  .cid-suK3qjAsk3 .carousel-controls a span {
    bottom: auto;
    top: 20%;
  }
}
.cid-suK3qjAsk3 .mbr-text,
.cid-suK3qjAsk3 .mbr-section-btn {
  color: #4f87fb;
}
.cid-suK3qjAsk3 H4 {
  color: #130947;
}
.cid-suK3vQ69DK {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-suK3vQ69DK .mbr-section-title {
  margin-bottom: 30px;
  color: #130947;
}
.cid-suK3vQ69DK .mbr-section-title.display-2 {
  line-height: 1.2;
  letter-spacing: -0.5px;
}
.cid-suK3vQ69DK .google-map {
  height: 30rem;
  position: relative;
  width: 100%;
}
.cid-suK3vQ69DK .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-suK3vQ69DK .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-suK3vQ69DK .google-map[data-state] {
  background: #e9e5dc;
}
.cid-suK3vQ69DK .google-map[data-state='loading'] [data-state-details] {
  display: none;
}
.cid-suK3vQ69DK .map-placeholder {
  display: none;
}
.cid-suK3vQ69DK h4 {
  padding-top: 5rem;
  color: #767676;
  text-align: center;
}
.cid-suJZiUYuaR {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #25303e;
}
.cid-suJZiUYuaR .links {
  text-align: center;
  color: #ffffff;
}
.cid-suJZiUYuaR p {
  margin: 0;
}
.cid-suJZiUYuaR a {
  color: #ffffff;
}
.cid-suJZiUYuaR a:hover {
  color: #4f87fb !important;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.cid-suK3wxTH0I {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #e6ecf2;
}
.cid-suK3wxTH0I .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-suK3wxTH0I .row {
  flex-direction: row-reverse;
}
.cid-suK3wxTH0I .text-content .content-title {
  color: #130947;
  margin-bottom: 30px;
}
.cid-suK3wxTH0I .text-content .content-title.display-5 {
  font-size: 26px;
  line-height: 1.38;
  letter-spacing: -0.5px;
}
.cid-suK3wxTH0I .text-content .list-block {
  border-bottom-width: 1px;
  padding-bottom: 30px;
  border-bottom-color: #130947;
  border-bottom-style: dotted;
  margin-bottom: 20px;
}
.cid-suK3wxTH0I .text-content .list-block .card-img span {
  color: #4f87fb;
  font-size: 2.5rem;
}
.cid-suK3wxTH0I .text-content .list-block .list-item-title {
  color: #130947;
}
.cid-suK3wxTH0I .text-content .list-block .list-item-title.display-7 {
  font-size: 20px;
  letter-spacing: -0.5px;
  line-height: 1.2;
}
.cid-suK3wxTH0I .text-content .list-block .list-item-text {
  padding-top: 10px;
  line-height: 1.29;
  color: #6d7a8c;
  margin-bottom: 0;
}
.cid-suK3wxTH0I .text-content .list-block.last {
  border-bottom: none;
  margin-bottom: 20px;
  padding-bottom: 0;
}
.cid-suK3wxTH0I .text-content .social {
  font-size: 1.2rem;
  padding-left: 4.5rem;
}
.cid-suK3wxTH0I .text-content .social span {
  margin-right: 11.2px;
  margin-bottom: 8px;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  color: #6d7a8c;
}
.cid-suK3wxTH0I .text-content .social span:hover {
  color: #4f87fb;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.cid-suK3wxTH0I .card-img {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 3rem;
  text-align: center;
}
.cid-suK3wxTH0I .list-block {
  position: relative;
}
.cid-suK3wxTH0I .list-block h4,
.cid-suK3wxTH0I .list-block p {
  padding-left: 4.5rem;
}
.cid-suK3wxTH0I .card-img {
  display: block;
}
.cid-suK3wxTH0I input,
.cid-suK3wxTH0I textarea {
  border-left: none;
  border-top: none;
  border-right: none;
  border-radius: 4px;
  padding: 20px 10px 20px 20px;
  font-size: 13px;
  color: #ffffff;
  font-weight: 600;
}
.cid-suK3wxTH0I input:focus,
.cid-suK3wxTH0I textarea:focus {
  border-left: none;
  border-top: none;
  border-right: none;
}
.cid-suK3wxTH0I .form-control,
.cid-suK3wxTH0I .field-input {
  min-height: 3rem;
  padding: 20px 10px 20px 20px;
  background-color: #ffffff;
  border-color: #4f87fb;
  color: #000000;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-suK3wxTH0I .form-control:hover,
.cid-suK3wxTH0I .field-input:hover,
.cid-suK3wxTH0I .form-control:focus,
.cid-suK3wxTH0I .field-input:focus {
  background-color: #ffffff;
  border-color: #ffffff !important;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-suK3wxTH0I input::-webkit-input-placeholder,
.cid-suK3wxTH0I textarea::-webkit-input-placeholder {
  color: #6d7a8c;
}
.cid-suK3wxTH0I input:-moz-placeholder,
.cid-suK3wxTH0I textarea:-moz-placeholder {
  color: #6d7a8c;
}
.cid-suK3wxTH0I .jq-selectbox li,
.cid-suK3wxTH0I .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-suK3wxTH0I .jq-selectbox li:hover,
.cid-suK3wxTH0I .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-suK3wxTH0I .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-suK3wxTH0I .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-suK3wxTH0I .mbr-form {
  max-width: 550px;
}
.cid-suK3wxTH0I .mbr-form .mbr-subtitle {
  color: #4f87fb;
  font-weight: 800;
}
.cid-suK3wxTH0I .mbr-form .mbr-subtitle.display-4 {
  font-size: 13px;
  line-height: 1.85;
  letter-spacing: 2px;
}
.cid-suK3wxTH0I .mbr-form .mbr-section-title {
  color: #130947;
  font-weight: 700;
}
.cid-suK3wxTH0I .mbr-form .mbr-section-title.display-2 {
  line-height: 1.2;
  letter-spacing: -0.5px;
}
.cid-suK3wxTH0I .mbr-form .mbr-text {
  color: #6d7a8c;
}
.cid-suK3wxTH0I .mbr-form textarea {
  min-height: 100px;
}
.cid-suK3wxTH0I .mbr-form .btn {
  -webkit-box-pack: justify;
  justify-content: space-between;
  border-width: 2px;
  border-radius: 4px;
  border-color: #4f87fb;
  color: #4f87fb;
  padding: 18px 29px;
}
.cid-suK3wxTH0I .mbr-form .btn.display-4 {
  font-size: 13px;
  letter-spacing: 1px;
}
.cid-suK3wxTH0I .mbr-form span.value.form-control {
  min-height: 3.5rem;
  padding: 1rem;
}
@media (max-width: 991px) {
  .cid-suK3wxTH0I .mbr-form {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}
@media (max-width: 768px) {
  .cid-suK3wxTH0I .mbr-section-title,
  .cid-suK3wxTH0I .content-title,
  .cid-suK3wxTH0I .mbr-section-btn {
    text-align: left;
  }
}
.cid-suK2fvU8Rl {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #25303e;
}
.cid-suK2fvU8Rl section {
  position: relative;
}
.cid-suK2fvU8Rl .widget-title {
  font-weight: 600;
}
.cid-suK2fvU8Rl .widget-title.display-7 {
  font-size: 17px;
  line-height: 27px;
  letter-spacing: 0.5px;
}
.cid-suK2fvU8Rl .mbr-text.display-4 {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 300;
}
.cid-suK2fvU8Rl .item .card-box .item-title {
  font-weight: 300;
}
.cid-suK2fvU8Rl .item .card-box .item-title.display-4 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-suK2fvU8Rl .item .card-img {
  width: auto;
  background-color: #4f87fb;
  border-radius: 100%;
}
.cid-suK2fvU8Rl .item .card-img .img1 {
  display: block;
  padding: 6px;
  font-size: 13px;
}
.cid-suK2fvU8Rl img {
  height: 100px;
  padding-right: 8px;
}
.cid-suK2fvU8Rl .img1 {
  color: #ffffff;
  background-color: #4f87fb;
  border-radius: 50%;
}
.cid-suK2fvU8Rl .img2 {
  color: #ffffff;
  font-size: 10px;
}
.cid-suK2fvU8Rl .line {
  width: 50px;
  height: 2px;
  display: inline-block;
  background: #4f87fb;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
@media (max-width: 992px) {
  .cid-suK2fvU8Rl .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-suK2fvU8Rl .content .link-wrap {
  font-weight: 300;
  color: #fff;
}
.cid-suK2fvU8Rl .content .link-wrap.display-4 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-suK2fvU8Rl .content .date-wrap {
  color: #4f87fb;
  font-weight: 500;
}
.cid-suK2fvU8Rl .content .date-wrap.display-4 {
  font-size: 13px;
  line-height: 17px;
}
.cid-suK2fvU8Rl .item,
.cid-suK2fvU8Rl .link {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  padding-bottom: 0.5rem;
  margin-bottom: 0.6rem;
}
.cid-suK2fvU8Rl .item h4,
.cid-suK2fvU8Rl .link h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-suK2fvU8Rl .link .card-img {
  padding-bottom: 3px;
}
.cid-suK2fvU8Rl .link .card-box .link-title {
  font-weight: 300;
}
.cid-suK2fvU8Rl .link .card-box .link-title a:hover {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: #4f87fb !important;
}
.cid-suK2fvU8Rl .link .card-box .link-title.display-4 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-suK2fvU8Rl .card-img {
  width: auto;
}
@media (max-width: 767px) {
  .cid-suK2fvU8Rl h5 {
    text-align: left !important;
  }
  .cid-suK2fvU8Rl .line-wrap {
    text-align: left !important;
  }
}
.cid-suK2fvU8Rl .item-title {
  color: #ffffff;
}
.cid-suK2fvU8Rl .tips {
  height: 70px;
  width: 70px;
  margin: 4px;
  -o-object-fit: cover;
  object-fit: cover;
}
.cid-suK2fvU8Rl .btn[class*="-outline"] {
  border: none;
  padding: 0;
  margin: 0 !important;
  box-shadow: none !important;
  text-align: left;
  line-height: 1.5;
}
.cid-suK2fvU8Rl .btn[class*="-outline"] span {
  -webkit-box-ordinal-group: 3;
  order: 2;
  font-size: 0.8rem;
  font-weight: 900;
  -webkit-transition: padding 0.3s !important;
  transition: padding 0.3s !important;
}
.cid-suK2fvU8Rl .btn[class*="-outline"]:hover {
  background-color: transparent !important;
  color: #4f87fb !important;
  box-shadow: none !important;
}
.cid-suK2fvU8Rl .btn[class*="-outline"]:active,
.cid-suK2fvU8Rl .btn[class*="-outline"]:focus {
  background-color: transparent !important;
  box-shadow: none !important;
}
.cid-suK2fvU8Rl .list .list-item:first-child {
  padding-bottom: 15px;
}
.cid-suK2fvU8Rl .list .list-item:last-child {
  margin-top: 10px;
}
.cid-suK2fvU8Rl .box-list {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
  font-weight: 300;
}
.cid-suK2fvU8Rl .box-list li {
  padding: 10px 0 10px;
  color: #ffffff;
}
.cid-suK2fvU8Rl .box-list li:first-child {
  padding-top: 0;
}
.cid-suK2fvU8Rl .box-list li:last-child {
  border-bottom: none;
}
.cid-suK2fvU8Rl .box-list li span {
  float: right;
  text-align: right;
  padding-left: 0.5rem;
  color: #4f87fb;
}
.cid-suK2fvU8Rl .box-list.display-4 {
  line-height: 24px;
}
.cid-suK2fvU8Rl .mbr-text {
  line-height: 1.5;
  margin-bottom: 25px;
}
.cid-suK2fvU8Rl .item-title DIV {
  text-align: left;
}
.cid-suK2fvU8Rl .box-list li LI {
  text-align: center;
}
.is-builder .cid-suyp6p0lat .navbar {
  padding-top: 20px !important;
}
.cid-suyp6p0lat .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  -webkit-transition: none;
  transition: none;
  min-height: 77px;
}
@media (min-width: 1200px) {
  .cid-suyp6p0lat .navbar .dropdown .dropdown-menu .dropdown-item {
    padding: 0.835em 2.5385em 0.835em 3.5385em !important;
    margin: 0 !important;
  }
  .cid-suyp6p0lat .navbar .dropdown .dropdown-menu .dropdown-item:hover {
    padding: 0.835em 2.5385em 0.835em 3.8385em !important;
  }
}
.cid-suyp6p0lat .menu-logo {
  display: flex;
  position: relative;
  -webkit-box-align: center;
  align-items: center;
  margin-right: auto;
}
.cid-suyp6p0lat .menu-logo .navbar-brand {
  display: flex;
  margin-left: 4rem;
  padding: 0.5rem 0;
  -webkit-transition: padding 0.2s;
  transition: padding 0.2s;
  min-height: 2rem;
  -webkit-box-align: center;
  align-items: center;
}
.cid-suyp6p0lat .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-suyp6p0lat .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-suyp6p0lat .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  -webkit-transition: font-size 0.25s;
  transition: font-size 0.25s;
}
.cid-suyp6p0lat .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-suyp6p0lat .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  -webkit-transition: font-size 0.25s;
  transition: font-size 0.25s;
}
.cid-suyp6p0lat .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-suyp6p0lat a {
  font-style: normal;
}
.cid-suyp6p0lat .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: middle;
  position: relative;
  text-decoration: none;
}
.cid-suyp6p0lat .nav-item a {
  padding: 0.4rem 0 !important;
}
.cid-suyp6p0lat .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-suyp6p0lat .dropdown-item:hover:before {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  width: 16px;
}
.cid-suyp6p0lat .content-text {
  margin-bottom: 0;
}
.cid-suyp6p0lat .navbar-nav {
  position: relative;
  min-height: 100px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
}
.cid-suyp6p0lat .navbar-nav li:first-child > a {
  color: #4f87fb;
}
.cid-suyp6p0lat .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-suyp6p0lat .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #4f87fb;
    -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-suyp6p0lat .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
  .cid-suyp6p0lat .navbar-nav .nav-item a {
    margin: 0 1.1rem !important;
  }
}
@media (max-width: 1200px) {
  .cid-suyp6p0lat .navbar-nav .nav-item a {
    margin: 0 !important;
  }
}
.cid-suyp6p0lat .navbar-nav .nav-item span {
  padding-right: 0.1rem;
}
.cid-suyp6p0lat .display-4 > .mbr-iconfont {
  font-size: 1.23em;
}
.cid-suyp6p0lat .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-suyp6p0lat .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-suyp6p0lat .content-link {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.cid-suyp6p0lat .content-link:first-child {
  padding-left: 1.3rem;
}
@media (max-width: 1200px) {
  .cid-suyp6p0lat .content-link {
    display: none;
  }
}
.cid-suyp6p0lat .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
}
.cid-suyp6p0lat .navbar-buttons.mbr-section-btn > .mbr-iconfont {
  font-size: 17px !important;
  margin-right: 13px;
}
.cid-suyp6p0lat .nav-dropdown .link {
  font-weight: 600;
}
.cid-suyp6p0lat .nav-dropdown .link.display-4 {
  font-size: 15px;
}
.cid-suyp6p0lat .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-suyp6p0lat .content-left-side {
  text-align: center;
  padding-top: 3px;
}
@media (max-width: 575px) {
  .cid-suyp6p0lat .content-left-side {
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    padding: 0.5rem 0;
  }
  .cid-suyp6p0lat .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-suyp6p0lat .content-right-side {
  text-align: center;
}
@media (max-width: 575px) {
  .cid-suyp6p0lat .content-right-side {
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    padding: 0.5rem 0;
  }
  .cid-suyp6p0lat .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-suyp6p0lat .content-right-side .icons-block {
  padding-bottom: 5px;
  padding-left: 17px;
}
.cid-suyp6p0lat .content-right-side .content-link {
  margin-left: 1rem;
}
.cid-suyp6p0lat .content-right-side .content-link span {
  vertical-align: middle;
  padding-bottom: 2px;
}
.cid-suyp6p0lat .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: 0px;
  padding-bottom: 0px;
}
.cid-suyp6p0lat .content-left-side .content-link {
  margin-left: 1rem;
}
.cid-suyp6p0lat .content-left-side .content-link span {
  vertical-align: middle;
  padding-bottom: 2px;
}
@media (max-width: 1200px) {
  .cid-suyp6p0lat .content-left-side {
    text-align: center;
    padding-bottom: 1rem;
  }
  .cid-suyp6p0lat .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-suyp6p0lat .dropdown-item:before {
    display: none;
  }
  .cid-suyp6p0lat .menu-logo {
    width: 100%;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }
  .cid-suyp6p0lat .menu-bottom {
    width: 100%;
    padding: 0 1rem;
    display: block;
  }
  .cid-suyp6p0lat img {
    height: 2rem !important;
  }
  .cid-suyp6p0lat .btn {
    display: flex;
  }
  .cid-suyp6p0lat button.navbar-toggler {
    display: block;
  }
  .cid-suyp6p0lat .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-suyp6p0lat .navbar-toggleable-sm {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  .cid-suyp6p0lat .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-suyp6p0lat .navbar-collapse.collapsing,
  .cid-suyp6p0lat .navbar-collapse.show {
    display: block !important;
  }
  .cid-suyp6p0lat .navbar-collapse.collapsing .navbar-nav,
  .cid-suyp6p0lat .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-suyp6p0lat .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-suyp6p0lat .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
    padding: 0.5rem 0;
  }
  .cid-suyp6p0lat .navbar-collapse.collapsing .navbar-buttons,
  .cid-suyp6p0lat .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-suyp6p0lat .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-suyp6p0lat .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-suyp6p0lat .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-suyp6p0lat .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-suyp6p0lat .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-suyp6p0lat .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-suyp6p0lat .navbar-nav.nav-dropdown {
    max-height: 80vh !important;
    overflow-y: auto !important;
  }
}
@media (min-width: 1200px) {
  .cid-suyp6p0lat .navbar .menu-content-top {
    display: block;
  }
  .cid-suyp6p0lat .menu-content-top .row {
    -webkit-box-pack: justify;
    justify-content: space-between;
    flex-wrap: nowrap;
  }
  .cid-suyp6p0lat .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-suyp6p0lat .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-suyp6p0lat .menu-content-top {
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  }
  .cid-suyp6p0lat .menu-bottom {
    display: flex;
  }
  .cid-suyp6p0lat .navbar {
    display: block;
    padding: 0;
  }
  .cid-suyp6p0lat .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
  }
  .cid-suyp6p0lat .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-suyp6p0lat .navbar-toggler {
    display: none;
  }
}
.cid-suyp6p0lat .navbar-short .menu-content-top {
  border: none;
  display: none;
}
.cid-suyp6p0lat .btn {
  padding: 15px 30px;
  font-weight: 800;
  display: inline-flex;
  -webkit-box-align: center;
  align-items: center;
  border-width: 1px;
  box-shadow: none;
}
.cid-suyp6p0lat .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-suyp6p0lat .btn.display-4 {
  letter-spacing: 0.5px;
  font-size: 13px;
  line-height: 13px;
}
.cid-suyp6p0lat .navbar-toggleable-sm .navbar-collapse {
  -webkit-box-pack: end;
  justify-content: flex-end;
  padding-right: 4rem;
  width: 100%;
}
.cid-suyp6p0lat .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-suyp6p0lat .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-suyp6p0lat .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-suyp6p0lat .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  border-top: 3px solid #4f87fb;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
  min-width: 16.875rem;
  text-align: left;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 20px !important;
}
@media (max-width: 1200px) {
  .cid-suyp6p0lat .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-suyp6p0lat .dropdown .dropdown-menu .dropdown-item {
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-suyp6p0lat .dropdown .dropdown-menu .dropdown-item:hover {
  background-color: #4f87fb;
  color: #ffffff;
}
.cid-suyp6p0lat .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-suyp6p0lat .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-suyp6p0lat .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-suyp6p0lat .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-suyp6p0lat .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-suyp6p0lat .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-suyp6p0lat .navbar.navbar-short {
  min-height: 60px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-suyp6p0lat .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-suyp6p0lat .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-suyp6p0lat .navbar.navbar-short .navbar-logo a img {
  height: 2.0rem !important;
}
.cid-suyp6p0lat .navbar.navbar-short .navbar-brand {
  min-height: 2.0rem;
}
.cid-suyp6p0lat .navbar.navbar-short .navbar-nav {
  min-height: 60px;
}
.cid-suyp6p0lat button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-suyp6p0lat button.navbar-toggler:focus {
  outline: none;
}
.cid-suyp6p0lat button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-suyp6p0lat button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-suyp6p0lat button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}
.cid-suyp6p0lat button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}
.cid-suyp6p0lat button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-suyp6p0lat 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-suyp6p0lat nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.cid-suyp6p0lat nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.cid-suyp6p0lat 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-suyp6p0lat .collapsed.navbar {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}
.cid-suyp6p0lat .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-suyp6p0lat .collapsed .menu-logo {
  margin-right: 0;
}
.cid-suyp6p0lat .collapsed .btn {
  display: flex;
}
.cid-suyp6p0lat .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-suyp6p0lat .collapsed .navbar-collapse.collapsing,
.cid-suyp6p0lat .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-suyp6p0lat .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-suyp6p0lat .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-suyp6p0lat .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-suyp6p0lat .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-suyp6p0lat .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-suyp6p0lat .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-suyp6p0lat .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-suyp6p0lat .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1200px) {
  .cid-suyp6p0lat .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 1.8rem  - 1rem);
  }
  .cid-suyp6p0lat .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-suyp6p0lat .collapsed button.navbar-toggler {
  display: block;
  -webkit-align-self: center;
  align-self: center;
}
.cid-suyp6p0lat .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-suyp6p0lat .collapsed .navbar-toggleable-sm {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}
.cid-suyp6p0lat .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-suyp6p0lat .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-suyp6p0lat .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-suyp6p0lat .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-suyp6p0lat .collapsed .dropdown-item:before {
  display: none;
}
.cid-suyp6p0lat .navbar-dropdown {
  flex-wrap: nowrap;
}
.cid-suyp6p0lat .navbar-collapse {
  flex-basis: auto;
  display: flex;
}
.cid-suyp6p0lat .nav-link:focus {
  outline: none;
}
.cid-suyp6p0lat .navbar-toggler {
  position: relative;
}
.cid-suyp6p0lat .dropdown-item.active,
.cid-suyp6p0lat .dropdown-item:active {
  background-color: #ffffff;
  color: #ffffff;
}
.cid-suyp6p0lat .nav-link:hover,
.cid-suyp6p0lat .dropdown-item:hover {
  color: #4f87fb;
}
.cid-suyp6q00yZ {
  padding-top: 135px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-suyp6q00yZ img {
  width: 100%;
  border-radius: 8px;
  box-shadow: 0 0 20px rgba(79, 110, 173, 0.1);
}
.cid-suyp6q00yZ .mbr-section-title {
  text-align: left;
  color: #4f87fb;
  line-height: 1.2;
  letter-spacing: -0.5px;
}
.cid-suyp6q00yZ .mbr-text {
  color: #6d7a8c;
  line-height: 1.5;
}
.cid-suyp6q00yZ .mbr-list {
  margin-top: 35px;
  color: #6d7a8c;
}
.cid-suyp6q00yZ .mbr-list .list {
  list-style-type: none;
  padding-left: 0;
}
.cid-suyp6q00yZ .mbr-list .list li {
  margin-bottom: 1rem;
}
.cid-suyp6q00yZ .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-suyp6qub3h {
  padding-top: 15px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-suyp6qub3h img {
  width: 100%;
  border-radius: 8px;
  box-shadow: 0 0 20px rgba(79, 110, 173, 0.1);
}
.cid-suyp6qub3h .mbr-section-title {
  text-align: left;
  color: #130947;
  line-height: 1.2;
  letter-spacing: -0.5px;
}
.cid-suyp6qub3h .mbr-text {
  color: #6d7a8c;
  line-height: 1.5;
}
.cid-suyp6qub3h .mbr-list {
  margin-top: 35px;
  color: #6d7a8c;
}
.cid-suyp6qub3h .mbr-list .list {
  list-style-type: none;
  padding-left: 0;
}
.cid-suyp6qub3h .mbr-list .list li {
  margin-bottom: 1rem;
}
.cid-suyp6qub3h .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-suyp6qub3h .mbr-list .list li.diss {
  margin-bottom: 1rem;
}
.cid-suyp6qub3h .mbr-list .list li.diss:before {
  font-weight: 900;
  color: #ff6b71;
  display: inline-block;
  content: '✘';
  text-align: center;
  line-height: 1.5em;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  width: 25px;
  height: 25px;
}
@media (max-width: 768px) {
  .cid-suyp6qub3h .reordered-col {
    order: 2;
  }
}
.cid-suyxxcKEbL {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-suyxxcKEbL img {
  width: 100%;
  border-radius: 8px;
  box-shadow: 0 0 20px rgba(79, 110, 173, 0.1);
}
.cid-suyxxcKEbL .mbr-section-title {
  text-align: left;
  color: #4f87fb;
  line-height: 1.2;
  letter-spacing: -0.5px;
}
.cid-suyxxcKEbL .mbr-text {
  color: #6d7a8c;
  line-height: 1.5;
}
.cid-suyxxcKEbL .mbr-list {
  margin-top: 35px;
  color: #6d7a8c;
}
.cid-suyxxcKEbL .mbr-list .list {
  list-style-type: none;
  padding-left: 0;
}
.cid-suyxxcKEbL .mbr-list .list li {
  margin-bottom: 1rem;
}
.cid-suyxxcKEbL .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-suyzJWLZbv {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-suyzJWLZbv .title-text {
  margin-bottom: 70px;
}
.cid-suyzJWLZbv .title-text .mbr-section-subtitle {
  color: #4f87fb;
  font-weight: 800;
}
.cid-suyzJWLZbv .title-text .mbr-section-subtitle.display-4 {
  font-size: 13px;
  line-height: 1.85;
  letter-spacing: 2px;
}
.cid-suyzJWLZbv .title-text .mbr-section-title {
  color: #130947;
}
.cid-suyzJWLZbv .title-text .mbr-section-title span {
  font-weight: 900;
}
.cid-suyzJWLZbv .title-text .mbr-section-title.display-2 {
  line-height: 1.2;
  letter-spacing: -0.5px;
}
.cid-suyzJWLZbv .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-suyzJWLZbv .mbr-iconfont:before {
  -webkit-transform: scaleY(0) !important;
  transform: scaleY(0) !important;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-suyzJWLZbv .collapsed .mbr-iconfont {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
.cid-suyzJWLZbv .collapsed .mbr-iconfont:before {
  -webkit-transform: scaleY(1) !important;
  transform: scaleY(1) !important;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-suyzJWLZbv .accordion-content {
  flex-basis: 100%;
}
.cid-suyzJWLZbv .panel-group {
  width: 100%;
}
.cid-suyzJWLZbv .panel-text,
.cid-suyzJWLZbv .header-text,
.cid-suyzJWLZbv .mbr-section-subtitle {
  color: #222222;
}
.cid-suyzJWLZbv .card {
  margin-bottom: 30px;
  margin-top: 30px;
  border: none;
  border-radius: 0 !important;
}
.cid-suyzJWLZbv .card .card-header {
  border-radius: 0 !important;
  border-bottom: none !important;
  padding: 0;
}
.cid-suyzJWLZbv .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-suyzJWLZbv .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-suyzJWLZbv .card .card-header a.panel-title .sign {
  padding-right: 1rem;
}
.cid-suyzJWLZbv .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-suyzJWLZbv .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
  line-height: 1.6 !important;
}
.cid-suyzJWLZbv .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-suyzJWLZbv .card .card-header a.panel-title .toggle-icon:before,
.cid-suyzJWLZbv .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-suyzJWLZbv .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-suyzJWLZbv .card .card-header a.panel-title .toggle-icon:after {
  height: 2px;
  width: 12px;
  margin-left: -6px;
  margin-top: -1px;
}
.cid-suyzJWLZbv .card .card-header a.panel-title[aria-expanded='true'] {
  background-color: #4f87fb;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-suyzJWLZbv .card .card-header a.panel-title[aria-expanded='true'] .header-text,
.cid-suyzJWLZbv .card .card-header a.panel-title[aria-expanded='true'] .sign {
  color: #ffffff !important;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-suyzJWLZbv .card .panel-body {
  background: #f5f7fa;
  padding: 30px 55px 35px 40px !important;
}
.cid-suyzJWLZbv .card .panel-body .display-4 {
  font-size: 16px;
}
.cid-suK305Wof6 {
  padding-top: 105px;
  padding-bottom: 105px;
  background-color: #4f87fb;
  background: linear-gradient(to bottom, #4f87fb, #0053f9);
}
.cid-suK305Wof6 .mbr-section-subtitle {
  color: #ffffff;
  font-weight: 700;
  line-height: 1.43;
  letter-spacing: 2px;
  width: 100%;
}
.cid-suK305Wof6 .mbr-section-title {
  color: #ffffff;
  font-weight: 700;
  width: 100%;
}
.cid-suK305Wof6 .mbr-section-title.display-2 {
  font-size: 48px;
  line-height: 1.15;
  letter-spacing: -0.5px;
}
.cid-suK305Wof6 .mbr-text {
  color: #ffffff;
  font-weight: 400;
  width: 100;
}
.cid-suK305Wof6 .mbr-text.display-7 {
  font-size: 20px;
  line-height: 1.5;
}
.cid-suK305Wof6 .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-suK305Wof6 .content-link span {
  margin-right: 15px;
  margin-left: 20px;
  padding: 10px;
  border-radius: 100%;
  color: #ffffff;
  background-color: #ffffff;
  font-size: 2.475rem;
}
.cid-suK305Wof6 .mbr-section-btn .btn {
  border-radius: 3px;
  line-height: 2;
  letter-spacing: 1px;
  padding: 12px 40px !important;
  margin-right: 20px;
}
.cid-suK305Wof6 .mbr-section-btn.display-4,
.cid-suK305Wof6 .btn.display-4 {
  font-size: 12px !important;
}
@media (max-width: 991px) {
  .cid-suK305Wof6 .separator,
  .cid-suK305Wof6 .sep-holder,
  .cid-suK305Wof6 .sep-line {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .cid-suK305Wof6 .buttons-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
}
.cid-suK311Alf0 {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-suK311Alf0 .contents {
  margin-bottom: 70px;
}
.cid-suK311Alf0 .contents .mbr-subtitle {
  color: #4f87fb;
  margin-bottom: 10px;
  font-weight: 800;
}
.cid-suK311Alf0 .contents .mbr-subtitle.display-4 {
  letter-spacing: 2px;
  line-height: 24px;
  font-size: 13px;
}
.cid-suK311Alf0 .contents .mbr-section-title {
  margin-bottom: 20px;
  color: #130947;
  font-weight: 700;
}
.cid-suK311Alf0 .contents .mbr-section-title.display-2 {
  line-height: 48px;
  letter-spacing: -0.5px;
}
.cid-suK311Alf0 .contents .mbr-section-text {
  margin-top: 20px;
  color: #6d7a8c;
  font-weight: 400;
}
.cid-suK311Alf0 .contents .mbr-section-text.display-7 {
  line-height: 28px;
  letter-spacing: 0;
}
.cid-suK311Alf0 .card {
  margin-bottom: 2rem;
}
.cid-suK311Alf0 .card-block {
  font-weight: 400;
  letter-spacing: 0.03em;
  position: relative;
  background: #4f87fb;
  color: #232323;
  box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.08);
  padding: 1.9rem;
  margin-bottom: 35px;
  border-radius: 4px;
}
.cid-suK311Alf0 .card-block.display-7 {
  font-size: 16px;
  line-height: 26px;
}
.cid-suK311Alf0 .card-block:before {
  content: "";
  position: absolute;
  bottom: -15px;
  left: 50%;
  margin-left: -14px;
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-top: 15px solid #4f87fb;
  border-right: 15px solid transparent;
}
.cid-suK311Alf0 .mbr-author-img {
  width: 50px;
  height: 50px;
  display: inline-block;
  border-radius: 100%;
  margin-left: 0rem;
}
.cid-suK311Alf0 .mbr-author-img img {
  width: 100%;
  border-radius: 100%;
  min-width: 100%;
  min-height: 100%;
}
.cid-suK311Alf0 .name-wrap {
  display: inline-block;
}
.cid-suK311Alf0 .card-footer {
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-align: center;
  align-items: center;
  border-top: none;
  background: none;
  padding: 0 1.25rem 1.25rem 1.25rem;
}
.cid-suK311Alf0 .mbr-author-desc {
  color: #767676;
  text-align: center;
}
.cid-suK311Alf0 .card-block p {
  color: #ffffff;
  text-align: center;
}
.cid-suK311Alf0 .mbr-author-name {
  color: #130947;
  margin-bottom: 5px;
}
.cid-suK311Alf0 .mbr-section-title,
.cid-suK311Alf0 .title div {
  color: #232323;
  text-align: center;
}
.cid-suK311Alf0 .contents .mbr-section-text {
  text-align: center;
}
.cid-suK31HjmJq {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-suK31HjmJq .carousel-item {
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-suK31HjmJq .carousel-item.active,
.cid-suK31HjmJq .carousel-item-next,
.cid-suK31HjmJq .carousel-item-prev {
  display: flex;
}
.cid-suK31HjmJq .img-box {
  position: relative;
  width: fit-content;
  margin: auto;
}
.cid-suK31HjmJq .mbr-iconfont {
  font-family: Moririse2 !important;
  font-size: 1rem;
  font-weight: 900;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.cid-suK31HjmJq .carousel-controls a {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  font-size: 2rem;
}
.cid-suK31HjmJq .carousel-controls a span {
  position: absolute;
  top: 45%;
  padding: 10px;
  border-radius: 50%;
  color: #4f87fb;
  opacity: 1;
}
.cid-suK31HjmJq .carousel-controls a:hover span {
  opacity: 0.4;
}
.cid-suK31HjmJq h1 {
  color: #36404c;
}
.cid-suK31HjmJq .author-box {
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
}
.cid-suK31HjmJq .face {
  width: 100px;
  height: 100px;
  border-radius: 100%;
  box-shadow: none;
  margin: 0rem;
  -o-object-fit: cover;
  object-fit: cover;
}
.cid-suK31HjmJq .author {
  margin: auto 0;
}
.cid-suK31HjmJq h3,
.cid-suK31HjmJq h4 {
  margin: 0;
  padding: 0;
}
.cid-suK31HjmJq h3 {
  color: #130947;
}
.cid-suK31HjmJq h3.display-7 {
  line-height: 1.1;
  letter-spacing: 0;
}
.cid-suK31HjmJq h4 {
  color: #4f87fb;
  font-weight: 700;
}
.cid-suK31HjmJq h4.display-4 {
  line-height: 1.5;
  font-size: 13px;
}
.cid-suK31HjmJq .mbr-text {
  padding-bottom: 30px;
  color: #6d7a8c;
  font-weight: 300;
}
.cid-suK31HjmJq .mbr-text.display-5 {
  line-height: 1.3;
}
.cid-suK31HjmJq .box {
  max-width: 800px !important;
  margin: auto !important;
}
@media (max-width: 992px) {
  .cid-suK31HjmJq .carousel-controls a span {
    bottom: auto;
    top: 30%;
  }
}
@media (max-width: 767px) {
  .cid-suK31HjmJq .carousel-controls a span {
    bottom: auto;
    top: 20%;
  }
}
.cid-suK31HjmJq .mbr-text,
.cid-suK31HjmJq .mbr-section-btn {
  color: #4f87fb;
}
.cid-suK31HjmJq H4 {
  color: #130947;
}
.cid-suK32xYSJU {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-suK32xYSJU .mbr-section-title {
  margin-bottom: 30px;
  color: #130947;
}
.cid-suK32xYSJU .mbr-section-title.display-2 {
  line-height: 1.2;
  letter-spacing: -0.5px;
}
.cid-suK32xYSJU .google-map {
  height: 30rem;
  position: relative;
  width: 100%;
}
.cid-suK32xYSJU .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-suK32xYSJU .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-suK32xYSJU .google-map[data-state] {
  background: #e9e5dc;
}
.cid-suK32xYSJU .google-map[data-state='loading'] [data-state-details] {
  display: none;
}
.cid-suK32xYSJU .map-placeholder {
  display: none;
}
.cid-suK32xYSJU h4 {
  padding-top: 5rem;
  color: #767676;
  text-align: center;
}
.cid-suJZiUYuaR {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #25303e;
}
.cid-suJZiUYuaR .links {
  text-align: center;
  color: #ffffff;
}
.cid-suJZiUYuaR p {
  margin: 0;
}
.cid-suJZiUYuaR a {
  color: #ffffff;
}
.cid-suJZiUYuaR a:hover {
  color: #4f87fb !important;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.cid-suK33ijjJN {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #e6ecf2;
}
.cid-suK33ijjJN .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-suK33ijjJN .row {
  flex-direction: row-reverse;
}
.cid-suK33ijjJN .text-content .content-title {
  color: #130947;
  margin-bottom: 30px;
}
.cid-suK33ijjJN .text-content .content-title.display-5 {
  font-size: 26px;
  line-height: 1.38;
  letter-spacing: -0.5px;
}
.cid-suK33ijjJN .text-content .list-block {
  border-bottom-width: 1px;
  padding-bottom: 30px;
  border-bottom-color: #130947;
  border-bottom-style: dotted;
  margin-bottom: 20px;
}
.cid-suK33ijjJN .text-content .list-block .card-img span {
  color: #4f87fb;
  font-size: 2.5rem;
}
.cid-suK33ijjJN .text-content .list-block .list-item-title {
  color: #130947;
}
.cid-suK33ijjJN .text-content .list-block .list-item-title.display-7 {
  font-size: 20px;
  letter-spacing: -0.5px;
  line-height: 1.2;
}
.cid-suK33ijjJN .text-content .list-block .list-item-text {
  padding-top: 10px;
  line-height: 1.29;
  color: #6d7a8c;
  margin-bottom: 0;
}
.cid-suK33ijjJN .text-content .list-block.last {
  border-bottom: none;
  margin-bottom: 20px;
  padding-bottom: 0;
}
.cid-suK33ijjJN .text-content .social {
  font-size: 1.2rem;
  padding-left: 4.5rem;
}
.cid-suK33ijjJN .text-content .social span {
  margin-right: 11.2px;
  margin-bottom: 8px;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  color: #6d7a8c;
}
.cid-suK33ijjJN .text-content .social span:hover {
  color: #4f87fb;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.cid-suK33ijjJN .card-img {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 3rem;
  text-align: center;
}
.cid-suK33ijjJN .list-block {
  position: relative;
}
.cid-suK33ijjJN .list-block h4,
.cid-suK33ijjJN .list-block p {
  padding-left: 4.5rem;
}
.cid-suK33ijjJN .card-img {
  display: block;
}
.cid-suK33ijjJN input,
.cid-suK33ijjJN textarea {
  border-left: none;
  border-top: none;
  border-right: none;
  border-radius: 4px;
  padding: 20px 10px 20px 20px;
  font-size: 13px;
  color: #ffffff;
  font-weight: 600;
}
.cid-suK33ijjJN input:focus,
.cid-suK33ijjJN textarea:focus {
  border-left: none;
  border-top: none;
  border-right: none;
}
.cid-suK33ijjJN .form-control,
.cid-suK33ijjJN .field-input {
  min-height: 3rem;
  padding: 20px 10px 20px 20px;
  background-color: #ffffff;
  border-color: #4f87fb;
  color: #000000;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-suK33ijjJN .form-control:hover,
.cid-suK33ijjJN .field-input:hover,
.cid-suK33ijjJN .form-control:focus,
.cid-suK33ijjJN .field-input:focus {
  background-color: #ffffff;
  border-color: #ffffff !important;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-suK33ijjJN input::-webkit-input-placeholder,
.cid-suK33ijjJN textarea::-webkit-input-placeholder {
  color: #6d7a8c;
}
.cid-suK33ijjJN input:-moz-placeholder,
.cid-suK33ijjJN textarea:-moz-placeholder {
  color: #6d7a8c;
}
.cid-suK33ijjJN .jq-selectbox li,
.cid-suK33ijjJN .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-suK33ijjJN .jq-selectbox li:hover,
.cid-suK33ijjJN .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-suK33ijjJN .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-suK33ijjJN .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-suK33ijjJN .mbr-form {
  max-width: 550px;
}
.cid-suK33ijjJN .mbr-form .mbr-subtitle {
  color: #4f87fb;
  font-weight: 800;
}
.cid-suK33ijjJN .mbr-form .mbr-subtitle.display-4 {
  font-size: 13px;
  line-height: 1.85;
  letter-spacing: 2px;
}
.cid-suK33ijjJN .mbr-form .mbr-section-title {
  color: #130947;
  font-weight: 700;
}
.cid-suK33ijjJN .mbr-form .mbr-section-title.display-2 {
  line-height: 1.2;
  letter-spacing: -0.5px;
}
.cid-suK33ijjJN .mbr-form .mbr-text {
  color: #6d7a8c;
}
.cid-suK33ijjJN .mbr-form textarea {
  min-height: 100px;
}
.cid-suK33ijjJN .mbr-form .btn {
  -webkit-box-pack: justify;
  justify-content: space-between;
  border-width: 2px;
  border-radius: 4px;
  border-color: #4f87fb;
  color: #4f87fb;
  padding: 18px 29px;
}
.cid-suK33ijjJN .mbr-form .btn.display-4 {
  font-size: 13px;
  letter-spacing: 1px;
}
.cid-suK33ijjJN .mbr-form span.value.form-control {
  min-height: 3.5rem;
  padding: 1rem;
}
@media (max-width: 991px) {
  .cid-suK33ijjJN .mbr-form {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}
@media (max-width: 768px) {
  .cid-suK33ijjJN .mbr-section-title,
  .cid-suK33ijjJN .content-title,
  .cid-suK33ijjJN .mbr-section-btn {
    text-align: left;
  }
}
.cid-suK2fvU8Rl {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #25303e;
}
.cid-suK2fvU8Rl section {
  position: relative;
}
.cid-suK2fvU8Rl .widget-title {
  font-weight: 600;
}
.cid-suK2fvU8Rl .widget-title.display-7 {
  font-size: 17px;
  line-height: 27px;
  letter-spacing: 0.5px;
}
.cid-suK2fvU8Rl .mbr-text.display-4 {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 300;
}
.cid-suK2fvU8Rl .item .card-box .item-title {
  font-weight: 300;
}
.cid-suK2fvU8Rl .item .card-box .item-title.display-4 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-suK2fvU8Rl .item .card-img {
  width: auto;
  background-color: #4f87fb;
  border-radius: 100%;
}
.cid-suK2fvU8Rl .item .card-img .img1 {
  display: block;
  padding: 6px;
  font-size: 13px;
}
.cid-suK2fvU8Rl img {
  height: 100px;
  padding-right: 8px;
}
.cid-suK2fvU8Rl .img1 {
  color: #ffffff;
  background-color: #4f87fb;
  border-radius: 50%;
}
.cid-suK2fvU8Rl .img2 {
  color: #ffffff;
  font-size: 10px;
}
.cid-suK2fvU8Rl .line {
  width: 50px;
  height: 2px;
  display: inline-block;
  background: #4f87fb;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
@media (max-width: 992px) {
  .cid-suK2fvU8Rl .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-suK2fvU8Rl .content .link-wrap {
  font-weight: 300;
  color: #fff;
}
.cid-suK2fvU8Rl .content .link-wrap.display-4 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-suK2fvU8Rl .content .date-wrap {
  color: #4f87fb;
  font-weight: 500;
}
.cid-suK2fvU8Rl .content .date-wrap.display-4 {
  font-size: 13px;
  line-height: 17px;
}
.cid-suK2fvU8Rl .item,
.cid-suK2fvU8Rl .link {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  padding-bottom: 0.5rem;
  margin-bottom: 0.6rem;
}
.cid-suK2fvU8Rl .item h4,
.cid-suK2fvU8Rl .link h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-suK2fvU8Rl .link .card-img {
  padding-bottom: 3px;
}
.cid-suK2fvU8Rl .link .card-box .link-title {
  font-weight: 300;
}
.cid-suK2fvU8Rl .link .card-box .link-title a:hover {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: #4f87fb !important;
}
.cid-suK2fvU8Rl .link .card-box .link-title.display-4 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-suK2fvU8Rl .card-img {
  width: auto;
}
@media (max-width: 767px) {
  .cid-suK2fvU8Rl h5 {
    text-align: left !important;
  }
  .cid-suK2fvU8Rl .line-wrap {
    text-align: left !important;
  }
}
.cid-suK2fvU8Rl .item-title {
  color: #ffffff;
}
.cid-suK2fvU8Rl .tips {
  height: 70px;
  width: 70px;
  margin: 4px;
  -o-object-fit: cover;
  object-fit: cover;
}
.cid-suK2fvU8Rl .btn[class*="-outline"] {
  border: none;
  padding: 0;
  margin: 0 !important;
  box-shadow: none !important;
  text-align: left;
  line-height: 1.5;
}
.cid-suK2fvU8Rl .btn[class*="-outline"] span {
  -webkit-box-ordinal-group: 3;
  order: 2;
  font-size: 0.8rem;
  font-weight: 900;
  -webkit-transition: padding 0.3s !important;
  transition: padding 0.3s !important;
}
.cid-suK2fvU8Rl .btn[class*="-outline"]:hover {
  background-color: transparent !important;
  color: #4f87fb !important;
  box-shadow: none !important;
}
.cid-suK2fvU8Rl .btn[class*="-outline"]:active,
.cid-suK2fvU8Rl .btn[class*="-outline"]:focus {
  background-color: transparent !important;
  box-shadow: none !important;
}
.cid-suK2fvU8Rl .list .list-item:first-child {
  padding-bottom: 15px;
}
.cid-suK2fvU8Rl .list .list-item:last-child {
  margin-top: 10px;
}
.cid-suK2fvU8Rl .box-list {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
  font-weight: 300;
}
.cid-suK2fvU8Rl .box-list li {
  padding: 10px 0 10px;
  color: #ffffff;
}
.cid-suK2fvU8Rl .box-list li:first-child {
  padding-top: 0;
}
.cid-suK2fvU8Rl .box-list li:last-child {
  border-bottom: none;
}
.cid-suK2fvU8Rl .box-list li span {
  float: right;
  text-align: right;
  padding-left: 0.5rem;
  color: #4f87fb;
}
.cid-suK2fvU8Rl .box-list.display-4 {
  line-height: 24px;
}
.cid-suK2fvU8Rl .mbr-text {
  line-height: 1.5;
  margin-bottom: 25px;
}
.cid-suK2fvU8Rl .item-title DIV {
  text-align: left;
}
.cid-suK2fvU8Rl .box-list li LI {
  text-align: center;
}
.is-builder .cid-suyYz7WDOb .navbar {
  padding-top: 20px !important;
}
.cid-suyYz7WDOb .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  -webkit-transition: none;
  transition: none;
  min-height: 77px;
}
@media (min-width: 1200px) {
  .cid-suyYz7WDOb .navbar .dropdown .dropdown-menu .dropdown-item {
    padding: 0.835em 2.5385em 0.835em 3.5385em !important;
    margin: 0 !important;
  }
  .cid-suyYz7WDOb .navbar .dropdown .dropdown-menu .dropdown-item:hover {
    padding: 0.835em 2.5385em 0.835em 3.8385em !important;
  }
}
.cid-suyYz7WDOb .menu-logo {
  display: flex;
  position: relative;
  -webkit-box-align: center;
  align-items: center;
  margin-right: auto;
}
.cid-suyYz7WDOb .menu-logo .navbar-brand {
  display: flex;
  margin-left: 4rem;
  padding: 0.5rem 0;
  -webkit-transition: padding 0.2s;
  transition: padding 0.2s;
  min-height: 2rem;
  -webkit-box-align: center;
  align-items: center;
}
.cid-suyYz7WDOb .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-suyYz7WDOb .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-suyYz7WDOb .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  -webkit-transition: font-size 0.25s;
  transition: font-size 0.25s;
}
.cid-suyYz7WDOb .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-suyYz7WDOb .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  -webkit-transition: font-size 0.25s;
  transition: font-size 0.25s;
}
.cid-suyYz7WDOb .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-suyYz7WDOb a {
  font-style: normal;
}
.cid-suyYz7WDOb .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: middle;
  position: relative;
  text-decoration: none;
}
.cid-suyYz7WDOb .nav-item a {
  padding: 0.4rem 0 !important;
}
.cid-suyYz7WDOb .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-suyYz7WDOb .dropdown-item:hover:before {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  width: 16px;
}
.cid-suyYz7WDOb .content-text {
  margin-bottom: 0;
}
.cid-suyYz7WDOb .navbar-nav {
  position: relative;
  min-height: 100px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
}
.cid-suyYz7WDOb .navbar-nav li:first-child > a {
  color: #4f87fb;
}
.cid-suyYz7WDOb .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-suyYz7WDOb .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #4f87fb;
    -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-suyYz7WDOb .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
  .cid-suyYz7WDOb .navbar-nav .nav-item a {
    margin: 0 1.1rem !important;
  }
}
@media (max-width: 1200px) {
  .cid-suyYz7WDOb .navbar-nav .nav-item a {
    margin: 0 !important;
  }
}
.cid-suyYz7WDOb .navbar-nav .nav-item span {
  padding-right: 0.1rem;
}
.cid-suyYz7WDOb .display-4 > .mbr-iconfont {
  font-size: 1.23em;
}
.cid-suyYz7WDOb .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-suyYz7WDOb .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-suyYz7WDOb .content-link {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.cid-suyYz7WDOb .content-link:first-child {
  padding-left: 1.3rem;
}
@media (max-width: 1200px) {
  .cid-suyYz7WDOb .content-link {
    display: none;
  }
}
.cid-suyYz7WDOb .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
}
.cid-suyYz7WDOb .navbar-buttons.mbr-section-btn > .mbr-iconfont {
  font-size: 17px !important;
  margin-right: 13px;
}
.cid-suyYz7WDOb .nav-dropdown .link {
  font-weight: 600;
}
.cid-suyYz7WDOb .nav-dropdown .link.display-4 {
  font-size: 15px;
}
.cid-suyYz7WDOb .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-suyYz7WDOb .content-left-side {
  text-align: center;
  padding-top: 3px;
}
@media (max-width: 575px) {
  .cid-suyYz7WDOb .content-left-side {
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    padding: 0.5rem 0;
  }
  .cid-suyYz7WDOb .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-suyYz7WDOb .content-right-side {
  text-align: center;
}
@media (max-width: 575px) {
  .cid-suyYz7WDOb .content-right-side {
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    padding: 0.5rem 0;
  }
  .cid-suyYz7WDOb .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-suyYz7WDOb .content-right-side .icons-block {
  padding-bottom: 5px;
  padding-left: 17px;
}
.cid-suyYz7WDOb .content-right-side .content-link {
  margin-left: 1rem;
}
.cid-suyYz7WDOb .content-right-side .content-link span {
  vertical-align: middle;
  padding-bottom: 2px;
}
.cid-suyYz7WDOb .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: 0px;
  padding-bottom: 0px;
}
.cid-suyYz7WDOb .content-left-side .content-link {
  margin-left: 1rem;
}
.cid-suyYz7WDOb .content-left-side .content-link span {
  vertical-align: middle;
  padding-bottom: 2px;
}
@media (max-width: 1200px) {
  .cid-suyYz7WDOb .content-left-side {
    text-align: center;
    padding-bottom: 1rem;
  }
  .cid-suyYz7WDOb .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-suyYz7WDOb .dropdown-item:before {
    display: none;
  }
  .cid-suyYz7WDOb .menu-logo {
    width: 100%;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }
  .cid-suyYz7WDOb .menu-bottom {
    width: 100%;
    padding: 0 1rem;
    display: block;
  }
  .cid-suyYz7WDOb img {
    height: 2rem !important;
  }
  .cid-suyYz7WDOb .btn {
    display: flex;
  }
  .cid-suyYz7WDOb button.navbar-toggler {
    display: block;
  }
  .cid-suyYz7WDOb .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-suyYz7WDOb .navbar-toggleable-sm {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  .cid-suyYz7WDOb .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-suyYz7WDOb .navbar-collapse.collapsing,
  .cid-suyYz7WDOb .navbar-collapse.show {
    display: block !important;
  }
  .cid-suyYz7WDOb .navbar-collapse.collapsing .navbar-nav,
  .cid-suyYz7WDOb .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-suyYz7WDOb .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-suyYz7WDOb .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
    padding: 0.5rem 0;
  }
  .cid-suyYz7WDOb .navbar-collapse.collapsing .navbar-buttons,
  .cid-suyYz7WDOb .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-suyYz7WDOb .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-suyYz7WDOb .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-suyYz7WDOb .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-suyYz7WDOb .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-suyYz7WDOb .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-suyYz7WDOb .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-suyYz7WDOb .navbar-nav.nav-dropdown {
    max-height: 80vh !important;
    overflow-y: auto !important;
  }
}
@media (min-width: 1200px) {
  .cid-suyYz7WDOb .navbar .menu-content-top {
    display: block;
  }
  .cid-suyYz7WDOb .menu-content-top .row {
    -webkit-box-pack: justify;
    justify-content: space-between;
    flex-wrap: nowrap;
  }
  .cid-suyYz7WDOb .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-suyYz7WDOb .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-suyYz7WDOb .menu-content-top {
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  }
  .cid-suyYz7WDOb .menu-bottom {
    display: flex;
  }
  .cid-suyYz7WDOb .navbar {
    display: block;
    padding: 0;
  }
  .cid-suyYz7WDOb .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
  }
  .cid-suyYz7WDOb .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-suyYz7WDOb .navbar-toggler {
    display: none;
  }
}
.cid-suyYz7WDOb .navbar-short .menu-content-top {
  border: none;
  display: none;
}
.cid-suyYz7WDOb .btn {
  padding: 15px 30px;
  font-weight: 800;
  display: inline-flex;
  -webkit-box-align: center;
  align-items: center;
  border-width: 1px;
  box-shadow: none;
}
.cid-suyYz7WDOb .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-suyYz7WDOb .btn.display-4 {
  letter-spacing: 0.5px;
  font-size: 13px;
  line-height: 13px;
}
.cid-suyYz7WDOb .navbar-toggleable-sm .navbar-collapse {
  -webkit-box-pack: end;
  justify-content: flex-end;
  padding-right: 4rem;
  width: 100%;
}
.cid-suyYz7WDOb .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-suyYz7WDOb .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-suyYz7WDOb .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-suyYz7WDOb .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  border-top: 3px solid #4f87fb;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
  min-width: 16.875rem;
  text-align: left;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 20px !important;
}
@media (max-width: 1200px) {
  .cid-suyYz7WDOb .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-suyYz7WDOb .dropdown .dropdown-menu .dropdown-item {
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-suyYz7WDOb .dropdown .dropdown-menu .dropdown-item:hover {
  background-color: #4f87fb;
  color: #ffffff;
}
.cid-suyYz7WDOb .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-suyYz7WDOb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-suyYz7WDOb .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-suyYz7WDOb .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-suyYz7WDOb .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-suyYz7WDOb .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-suyYz7WDOb .navbar.navbar-short {
  min-height: 60px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-suyYz7WDOb .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-suyYz7WDOb .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-suyYz7WDOb .navbar.navbar-short .navbar-logo a img {
  height: 2.0rem !important;
}
.cid-suyYz7WDOb .navbar.navbar-short .navbar-brand {
  min-height: 2.0rem;
}
.cid-suyYz7WDOb .navbar.navbar-short .navbar-nav {
  min-height: 60px;
}
.cid-suyYz7WDOb button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-suyYz7WDOb button.navbar-toggler:focus {
  outline: none;
}
.cid-suyYz7WDOb button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-suyYz7WDOb button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-suyYz7WDOb button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}
.cid-suyYz7WDOb button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}
.cid-suyYz7WDOb button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-suyYz7WDOb 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-suyYz7WDOb nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.cid-suyYz7WDOb nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.cid-suyYz7WDOb 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-suyYz7WDOb .collapsed.navbar {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}
.cid-suyYz7WDOb .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-suyYz7WDOb .collapsed .menu-logo {
  margin-right: 0;
}
.cid-suyYz7WDOb .collapsed .btn {
  display: flex;
}
.cid-suyYz7WDOb .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-suyYz7WDOb .collapsed .navbar-collapse.collapsing,
.cid-suyYz7WDOb .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-suyYz7WDOb .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-suyYz7WDOb .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-suyYz7WDOb .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-suyYz7WDOb .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-suyYz7WDOb .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-suyYz7WDOb .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-suyYz7WDOb .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-suyYz7WDOb .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1200px) {
  .cid-suyYz7WDOb .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 1.8rem  - 1rem);
  }
  .cid-suyYz7WDOb .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-suyYz7WDOb .collapsed button.navbar-toggler {
  display: block;
  -webkit-align-self: center;
  align-self: center;
}
.cid-suyYz7WDOb .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-suyYz7WDOb .collapsed .navbar-toggleable-sm {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}
.cid-suyYz7WDOb .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-suyYz7WDOb .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-suyYz7WDOb .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-suyYz7WDOb .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-suyYz7WDOb .collapsed .dropdown-item:before {
  display: none;
}
.cid-suyYz7WDOb .navbar-dropdown {
  flex-wrap: nowrap;
}
.cid-suyYz7WDOb .navbar-collapse {
  flex-basis: auto;
  display: flex;
}
.cid-suyYz7WDOb .nav-link:focus {
  outline: none;
}
.cid-suyYz7WDOb .navbar-toggler {
  position: relative;
}
.cid-suyYz7WDOb .dropdown-item.active,
.cid-suyYz7WDOb .dropdown-item:active {
  background-color: #ffffff;
  color: #ffffff;
}
.cid-suyYz7WDOb .nav-link:hover,
.cid-suyYz7WDOb .dropdown-item:hover {
  color: #4f87fb;
}
.cid-suyYz914et {
  padding-top: 135px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-suyYz914et img {
  width: 100%;
  border-radius: 8px;
  box-shadow: 0 0 20px rgba(79, 110, 173, 0.1);
}
.cid-suyYz914et .mbr-section-title {
  text-align: left;
  color: #4f87fb;
  line-height: 1.2;
  letter-spacing: -0.5px;
}
.cid-suyYz914et .mbr-text {
  color: #6d7a8c;
  line-height: 1.5;
}
.cid-suyYz914et .mbr-list {
  margin-top: 35px;
  color: #6d7a8c;
}
.cid-suyYz914et .mbr-list .list {
  list-style-type: none;
  padding-left: 0;
}
.cid-suyYz914et .mbr-list .list li {
  margin-bottom: 1rem;
}
.cid-suyYz914et .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-suyYz914et H3 {
  color: #656565;
}
.cid-suz4h6zXn3 {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-suz4h6zXn3 img {
  width: 100%;
  border-radius: 8px;
  box-shadow: 0 0 20px rgba(79, 110, 173, 0.1);
}
.cid-suz4h6zXn3 .mbr-section-title {
  text-align: left;
  color: #4f87fb;
  line-height: 1.2;
  letter-spacing: -0.5px;
}
.cid-suz4h6zXn3 .mbr-text {
  color: #6d7a8c;
  line-height: 1.5;
}
.cid-suz4h6zXn3 .mbr-list {
  margin-top: 35px;
  color: #6d7a8c;
}
.cid-suz4h6zXn3 .mbr-list .list {
  list-style-type: none;
  padding-left: 0;
}
.cid-suz4h6zXn3 .mbr-list .list li {
  margin-bottom: 1rem;
}
.cid-suz4h6zXn3 .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-suz4h6zXn3 H3 {
  color: #656565;
}
@media (max-width: 768px) {
  .cid-suz4h6zXn3 .reordered-col {
    order: 2;
  }
}
.cid-suz2PvRA82 {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-suz2PvRA82 img {
  width: 100%;
  border-radius: 8px;
  box-shadow: 0 0 20px rgba(79, 110, 173, 0.1);
}
.cid-suz2PvRA82 .mbr-section-title {
  text-align: left;
  color: #4f87fb;
  line-height: 1.2;
  letter-spacing: -0.5px;
}
.cid-suz2PvRA82 .mbr-text {
  color: #6d7a8c;
  line-height: 1.5;
}
.cid-suz2PvRA82 .mbr-list {
  margin-top: 35px;
  color: #6d7a8c;
}
.cid-suz2PvRA82 .mbr-list .list {
  list-style-type: none;
  padding-left: 0;
}
.cid-suz2PvRA82 .mbr-list .list li {
  margin-bottom: 1rem;
}
.cid-suz2PvRA82 .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-suz2PvRA82 H3 {
  color: #656565;
}
.cid-suJZiUYuaR {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #25303e;
}
.cid-suJZiUYuaR .links {
  text-align: center;
  color: #ffffff;
}
.cid-suJZiUYuaR p {
  margin: 0;
}
.cid-suJZiUYuaR a {
  color: #ffffff;
}
.cid-suJZiUYuaR a:hover {
  color: #4f87fb !important;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.cid-suK3e0heC0 {
  padding-top: 105px;
  padding-bottom: 105px;
  background-color: #4f87fb;
  background: linear-gradient(to bottom, #4f87fb, #0053f9);
}
.cid-suK3e0heC0 .mbr-section-subtitle {
  color: #ffffff;
  font-weight: 700;
  line-height: 1.43;
  letter-spacing: 2px;
  width: 100%;
}
.cid-suK3e0heC0 .mbr-section-title {
  color: #ffffff;
  font-weight: 700;
  width: 100%;
}
.cid-suK3e0heC0 .mbr-section-title.display-2 {
  font-size: 48px;
  line-height: 1.15;
  letter-spacing: -0.5px;
}
.cid-suK3e0heC0 .mbr-text {
  color: #ffffff;
  font-weight: 400;
  width: 100;
}
.cid-suK3e0heC0 .mbr-text.display-7 {
  font-size: 20px;
  line-height: 1.5;
}
.cid-suK3e0heC0 .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-suK3e0heC0 .content-link span {
  margin-right: 15px;
  margin-left: 20px;
  padding: 10px;
  border-radius: 100%;
  color: #ffffff;
  background-color: #ffffff;
  font-size: 2.475rem;
}
.cid-suK3e0heC0 .mbr-section-btn .btn {
  border-radius: 3px;
  line-height: 2;
  letter-spacing: 1px;
  padding: 12px 40px !important;
  margin-right: 20px;
}
.cid-suK3e0heC0 .mbr-section-btn.display-4,
.cid-suK3e0heC0 .btn.display-4 {
  font-size: 12px !important;
}
@media (max-width: 991px) {
  .cid-suK3e0heC0 .separator,
  .cid-suK3e0heC0 .sep-holder,
  .cid-suK3e0heC0 .sep-line {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .cid-suK3e0heC0 .buttons-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
}
.cid-suK3f0y91o {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-suK3f0y91o .contents {
  margin-bottom: 70px;
}
.cid-suK3f0y91o .contents .mbr-subtitle {
  color: #4f87fb;
  margin-bottom: 10px;
  font-weight: 800;
}
.cid-suK3f0y91o .contents .mbr-subtitle.display-4 {
  letter-spacing: 2px;
  line-height: 24px;
  font-size: 13px;
}
.cid-suK3f0y91o .contents .mbr-section-title {
  margin-bottom: 20px;
  color: #130947;
  font-weight: 700;
}
.cid-suK3f0y91o .contents .mbr-section-title.display-2 {
  line-height: 48px;
  letter-spacing: -0.5px;
}
.cid-suK3f0y91o .contents .mbr-section-text {
  margin-top: 20px;
  color: #6d7a8c;
  font-weight: 400;
}
.cid-suK3f0y91o .contents .mbr-section-text.display-7 {
  line-height: 28px;
  letter-spacing: 0;
}
.cid-suK3f0y91o .card {
  margin-bottom: 2rem;
}
.cid-suK3f0y91o .card-block {
  font-weight: 400;
  letter-spacing: 0.03em;
  position: relative;
  background: #4f87fb;
  color: #232323;
  box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.08);
  padding: 1.9rem;
  margin-bottom: 35px;
  border-radius: 4px;
}
.cid-suK3f0y91o .card-block.display-7 {
  font-size: 16px;
  line-height: 26px;
}
.cid-suK3f0y91o .card-block:before {
  content: "";
  position: absolute;
  bottom: -15px;
  left: 50%;
  margin-left: -14px;
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-top: 15px solid #4f87fb;
  border-right: 15px solid transparent;
}
.cid-suK3f0y91o .mbr-author-img {
  width: 50px;
  height: 50px;
  display: inline-block;
  border-radius: 100%;
  margin-left: 0rem;
}
.cid-suK3f0y91o .mbr-author-img img {
  width: 100%;
  border-radius: 100%;
  min-width: 100%;
  min-height: 100%;
}
.cid-suK3f0y91o .name-wrap {
  display: inline-block;
}
.cid-suK3f0y91o .card-footer {
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-align: center;
  align-items: center;
  border-top: none;
  background: none;
  padding: 0 1.25rem 1.25rem 1.25rem;
}
.cid-suK3f0y91o .mbr-author-desc {
  color: #767676;
  text-align: center;
}
.cid-suK3f0y91o .card-block p {
  color: #ffffff;
  text-align: center;
}
.cid-suK3f0y91o .mbr-author-name {
  color: #130947;
  margin-bottom: 5px;
}
.cid-suK3f0y91o .mbr-section-title,
.cid-suK3f0y91o .title div {
  color: #232323;
  text-align: center;
}
.cid-suK3f0y91o .contents .mbr-section-text {
  text-align: center;
}
.cid-suK3fCWwkG {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-suK3fCWwkG .carousel-item {
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-suK3fCWwkG .carousel-item.active,
.cid-suK3fCWwkG .carousel-item-next,
.cid-suK3fCWwkG .carousel-item-prev {
  display: flex;
}
.cid-suK3fCWwkG .img-box {
  position: relative;
  width: fit-content;
  margin: auto;
}
.cid-suK3fCWwkG .mbr-iconfont {
  font-family: Moririse2 !important;
  font-size: 1rem;
  font-weight: 900;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.cid-suK3fCWwkG .carousel-controls a {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  font-size: 2rem;
}
.cid-suK3fCWwkG .carousel-controls a span {
  position: absolute;
  top: 45%;
  padding: 10px;
  border-radius: 50%;
  color: #4f87fb;
  opacity: 1;
}
.cid-suK3fCWwkG .carousel-controls a:hover span {
  opacity: 0.4;
}
.cid-suK3fCWwkG h1 {
  color: #36404c;
}
.cid-suK3fCWwkG .author-box {
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
}
.cid-suK3fCWwkG .face {
  width: 100px;
  height: 100px;
  border-radius: 100%;
  box-shadow: none;
  margin: 0rem;
  -o-object-fit: cover;
  object-fit: cover;
}
.cid-suK3fCWwkG .author {
  margin: auto 0;
}
.cid-suK3fCWwkG h3,
.cid-suK3fCWwkG h4 {
  margin: 0;
  padding: 0;
}
.cid-suK3fCWwkG h3 {
  color: #130947;
}
.cid-suK3fCWwkG h3.display-7 {
  line-height: 1.1;
  letter-spacing: 0;
}
.cid-suK3fCWwkG h4 {
  color: #4f87fb;
  font-weight: 700;
}
.cid-suK3fCWwkG h4.display-4 {
  line-height: 1.5;
  font-size: 13px;
}
.cid-suK3fCWwkG .mbr-text {
  padding-bottom: 30px;
  color: #6d7a8c;
  font-weight: 300;
}
.cid-suK3fCWwkG .mbr-text.display-5 {
  line-height: 1.3;
}
.cid-suK3fCWwkG .box {
  max-width: 800px !important;
  margin: auto !important;
}
@media (max-width: 992px) {
  .cid-suK3fCWwkG .carousel-controls a span {
    bottom: auto;
    top: 30%;
  }
}
@media (max-width: 767px) {
  .cid-suK3fCWwkG .carousel-controls a span {
    bottom: auto;
    top: 20%;
  }
}
.cid-suK3fCWwkG .mbr-text,
.cid-suK3fCWwkG .mbr-section-btn {
  color: #4f87fb;
}
.cid-suK3fCWwkG H4 {
  color: #130947;
}
.cid-suK3gnLg3X {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-suK3gnLg3X .mbr-section-title {
  margin-bottom: 30px;
  color: #130947;
}
.cid-suK3gnLg3X .mbr-section-title.display-2 {
  line-height: 1.2;
  letter-spacing: -0.5px;
}
.cid-suK3gnLg3X .google-map {
  height: 30rem;
  position: relative;
  width: 100%;
}
.cid-suK3gnLg3X .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-suK3gnLg3X .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-suK3gnLg3X .google-map[data-state] {
  background: #e9e5dc;
}
.cid-suK3gnLg3X .google-map[data-state='loading'] [data-state-details] {
  display: none;
}
.cid-suK3gnLg3X .map-placeholder {
  display: none;
}
.cid-suK3gnLg3X h4 {
  padding-top: 5rem;
  color: #767676;
  text-align: center;
}
.cid-suK3hyYNtr {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #e6ecf2;
}
.cid-suK3hyYNtr .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-suK3hyYNtr .row {
  flex-direction: row-reverse;
}
.cid-suK3hyYNtr .text-content .content-title {
  color: #130947;
  margin-bottom: 30px;
}
.cid-suK3hyYNtr .text-content .content-title.display-5 {
  font-size: 26px;
  line-height: 1.38;
  letter-spacing: -0.5px;
}
.cid-suK3hyYNtr .text-content .list-block {
  border-bottom-width: 1px;
  padding-bottom: 30px;
  border-bottom-color: #130947;
  border-bottom-style: dotted;
  margin-bottom: 20px;
}
.cid-suK3hyYNtr .text-content .list-block .card-img span {
  color: #4f87fb;
  font-size: 2.5rem;
}
.cid-suK3hyYNtr .text-content .list-block .list-item-title {
  color: #130947;
}
.cid-suK3hyYNtr .text-content .list-block .list-item-title.display-7 {
  font-size: 20px;
  letter-spacing: -0.5px;
  line-height: 1.2;
}
.cid-suK3hyYNtr .text-content .list-block .list-item-text {
  padding-top: 10px;
  line-height: 1.29;
  color: #6d7a8c;
  margin-bottom: 0;
}
.cid-suK3hyYNtr .text-content .list-block.last {
  border-bottom: none;
  margin-bottom: 20px;
  padding-bottom: 0;
}
.cid-suK3hyYNtr .text-content .social {
  font-size: 1.2rem;
  padding-left: 4.5rem;
}
.cid-suK3hyYNtr .text-content .social span {
  margin-right: 11.2px;
  margin-bottom: 8px;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  color: #6d7a8c;
}
.cid-suK3hyYNtr .text-content .social span:hover {
  color: #4f87fb;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.cid-suK3hyYNtr .card-img {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 3rem;
  text-align: center;
}
.cid-suK3hyYNtr .list-block {
  position: relative;
}
.cid-suK3hyYNtr .list-block h4,
.cid-suK3hyYNtr .list-block p {
  padding-left: 4.5rem;
}
.cid-suK3hyYNtr .card-img {
  display: block;
}
.cid-suK3hyYNtr input,
.cid-suK3hyYNtr textarea {
  border-left: none;
  border-top: none;
  border-right: none;
  border-radius: 4px;
  padding: 20px 10px 20px 20px;
  font-size: 13px;
  color: #ffffff;
  font-weight: 600;
}
.cid-suK3hyYNtr input:focus,
.cid-suK3hyYNtr textarea:focus {
  border-left: none;
  border-top: none;
  border-right: none;
}
.cid-suK3hyYNtr .form-control,
.cid-suK3hyYNtr .field-input {
  min-height: 3rem;
  padding: 20px 10px 20px 20px;
  background-color: #ffffff;
  border-color: #4f87fb;
  color: #000000;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-suK3hyYNtr .form-control:hover,
.cid-suK3hyYNtr .field-input:hover,
.cid-suK3hyYNtr .form-control:focus,
.cid-suK3hyYNtr .field-input:focus {
  background-color: #ffffff;
  border-color: #ffffff !important;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-suK3hyYNtr input::-webkit-input-placeholder,
.cid-suK3hyYNtr textarea::-webkit-input-placeholder {
  color: #6d7a8c;
}
.cid-suK3hyYNtr input:-moz-placeholder,
.cid-suK3hyYNtr textarea:-moz-placeholder {
  color: #6d7a8c;
}
.cid-suK3hyYNtr .jq-selectbox li,
.cid-suK3hyYNtr .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-suK3hyYNtr .jq-selectbox li:hover,
.cid-suK3hyYNtr .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-suK3hyYNtr .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-suK3hyYNtr .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-suK3hyYNtr .mbr-form {
  max-width: 550px;
}
.cid-suK3hyYNtr .mbr-form .mbr-subtitle {
  color: #4f87fb;
  font-weight: 800;
}
.cid-suK3hyYNtr .mbr-form .mbr-subtitle.display-4 {
  font-size: 13px;
  line-height: 1.85;
  letter-spacing: 2px;
}
.cid-suK3hyYNtr .mbr-form .mbr-section-title {
  color: #130947;
  font-weight: 700;
}
.cid-suK3hyYNtr .mbr-form .mbr-section-title.display-2 {
  line-height: 1.2;
  letter-spacing: -0.5px;
}
.cid-suK3hyYNtr .mbr-form .mbr-text {
  color: #6d7a8c;
}
.cid-suK3hyYNtr .mbr-form textarea {
  min-height: 100px;
}
.cid-suK3hyYNtr .mbr-form .btn {
  -webkit-box-pack: justify;
  justify-content: space-between;
  border-width: 2px;
  border-radius: 4px;
  border-color: #4f87fb;
  color: #4f87fb;
  padding: 18px 29px;
}
.cid-suK3hyYNtr .mbr-form .btn.display-4 {
  font-size: 13px;
  letter-spacing: 1px;
}
.cid-suK3hyYNtr .mbr-form span.value.form-control {
  min-height: 3.5rem;
  padding: 1rem;
}
@media (max-width: 991px) {
  .cid-suK3hyYNtr .mbr-form {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}
@media (max-width: 768px) {
  .cid-suK3hyYNtr .mbr-section-title,
  .cid-suK3hyYNtr .content-title,
  .cid-suK3hyYNtr .mbr-section-btn {
    text-align: left;
  }
}
.cid-suK2fvU8Rl {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #25303e;
}
.cid-suK2fvU8Rl section {
  position: relative;
}
.cid-suK2fvU8Rl .widget-title {
  font-weight: 600;
}
.cid-suK2fvU8Rl .widget-title.display-7 {
  font-size: 17px;
  line-height: 27px;
  letter-spacing: 0.5px;
}
.cid-suK2fvU8Rl .mbr-text.display-4 {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 300;
}
.cid-suK2fvU8Rl .item .card-box .item-title {
  font-weight: 300;
}
.cid-suK2fvU8Rl .item .card-box .item-title.display-4 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-suK2fvU8Rl .item .card-img {
  width: auto;
  background-color: #4f87fb;
  border-radius: 100%;
}
.cid-suK2fvU8Rl .item .card-img .img1 {
  display: block;
  padding: 6px;
  font-size: 13px;
}
.cid-suK2fvU8Rl img {
  height: 100px;
  padding-right: 8px;
}
.cid-suK2fvU8Rl .img1 {
  color: #ffffff;
  background-color: #4f87fb;
  border-radius: 50%;
}
.cid-suK2fvU8Rl .img2 {
  color: #ffffff;
  font-size: 10px;
}
.cid-suK2fvU8Rl .line {
  width: 50px;
  height: 2px;
  display: inline-block;
  background: #4f87fb;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
@media (max-width: 992px) {
  .cid-suK2fvU8Rl .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-suK2fvU8Rl .content .link-wrap {
  font-weight: 300;
  color: #fff;
}
.cid-suK2fvU8Rl .content .link-wrap.display-4 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-suK2fvU8Rl .content .date-wrap {
  color: #4f87fb;
  font-weight: 500;
}
.cid-suK2fvU8Rl .content .date-wrap.display-4 {
  font-size: 13px;
  line-height: 17px;
}
.cid-suK2fvU8Rl .item,
.cid-suK2fvU8Rl .link {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  padding-bottom: 0.5rem;
  margin-bottom: 0.6rem;
}
.cid-suK2fvU8Rl .item h4,
.cid-suK2fvU8Rl .link h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-suK2fvU8Rl .link .card-img {
  padding-bottom: 3px;
}
.cid-suK2fvU8Rl .link .card-box .link-title {
  font-weight: 300;
}
.cid-suK2fvU8Rl .link .card-box .link-title a:hover {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: #4f87fb !important;
}
.cid-suK2fvU8Rl .link .card-box .link-title.display-4 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-suK2fvU8Rl .card-img {
  width: auto;
}
@media (max-width: 767px) {
  .cid-suK2fvU8Rl h5 {
    text-align: left !important;
  }
  .cid-suK2fvU8Rl .line-wrap {
    text-align: left !important;
  }
}
.cid-suK2fvU8Rl .item-title {
  color: #ffffff;
}
.cid-suK2fvU8Rl .tips {
  height: 70px;
  width: 70px;
  margin: 4px;
  -o-object-fit: cover;
  object-fit: cover;
}
.cid-suK2fvU8Rl .btn[class*="-outline"] {
  border: none;
  padding: 0;
  margin: 0 !important;
  box-shadow: none !important;
  text-align: left;
  line-height: 1.5;
}
.cid-suK2fvU8Rl .btn[class*="-outline"] span {
  -webkit-box-ordinal-group: 3;
  order: 2;
  font-size: 0.8rem;
  font-weight: 900;
  -webkit-transition: padding 0.3s !important;
  transition: padding 0.3s !important;
}
.cid-suK2fvU8Rl .btn[class*="-outline"]:hover {
  background-color: transparent !important;
  color: #4f87fb !important;
  box-shadow: none !important;
}
.cid-suK2fvU8Rl .btn[class*="-outline"]:active,
.cid-suK2fvU8Rl .btn[class*="-outline"]:focus {
  background-color: transparent !important;
  box-shadow: none !important;
}
.cid-suK2fvU8Rl .list .list-item:first-child {
  padding-bottom: 15px;
}
.cid-suK2fvU8Rl .list .list-item:last-child {
  margin-top: 10px;
}
.cid-suK2fvU8Rl .box-list {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
  font-weight: 300;
}
.cid-suK2fvU8Rl .box-list li {
  padding: 10px 0 10px;
  color: #ffffff;
}
.cid-suK2fvU8Rl .box-list li:first-child {
  padding-top: 0;
}
.cid-suK2fvU8Rl .box-list li:last-child {
  border-bottom: none;
}
.cid-suK2fvU8Rl .box-list li span {
  float: right;
  text-align: right;
  padding-left: 0.5rem;
  color: #4f87fb;
}
.cid-suK2fvU8Rl .box-list.display-4 {
  line-height: 24px;
}
.cid-suK2fvU8Rl .mbr-text {
  line-height: 1.5;
  margin-bottom: 25px;
}
.cid-suK2fvU8Rl .item-title DIV {
  text-align: left;
}
.cid-suK2fvU8Rl .box-list li LI {
  text-align: center;
}
.is-builder .cid-suzb2Qdnaj .navbar {
  padding-top: 20px !important;
}
.cid-suzb2Qdnaj .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  -webkit-transition: none;
  transition: none;
  min-height: 77px;
}
@media (min-width: 1200px) {
  .cid-suzb2Qdnaj .navbar .dropdown .dropdown-menu .dropdown-item {
    padding: 0.835em 2.5385em 0.835em 3.5385em !important;
    margin: 0 !important;
  }
  .cid-suzb2Qdnaj .navbar .dropdown .dropdown-menu .dropdown-item:hover {
    padding: 0.835em 2.5385em 0.835em 3.8385em !important;
  }
}
.cid-suzb2Qdnaj .menu-logo {
  display: flex;
  position: relative;
  -webkit-box-align: center;
  align-items: center;
  margin-right: auto;
}
.cid-suzb2Qdnaj .menu-logo .navbar-brand {
  display: flex;
  margin-left: 4rem;
  padding: 0.5rem 0;
  -webkit-transition: padding 0.2s;
  transition: padding 0.2s;
  min-height: 2rem;
  -webkit-box-align: center;
  align-items: center;
}
.cid-suzb2Qdnaj .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-suzb2Qdnaj .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-suzb2Qdnaj .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  -webkit-transition: font-size 0.25s;
  transition: font-size 0.25s;
}
.cid-suzb2Qdnaj .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-suzb2Qdnaj .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  -webkit-transition: font-size 0.25s;
  transition: font-size 0.25s;
}
.cid-suzb2Qdnaj .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-suzb2Qdnaj a {
  font-style: normal;
}
.cid-suzb2Qdnaj .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: middle;
  position: relative;
  text-decoration: none;
}
.cid-suzb2Qdnaj .nav-item a {
  padding: 0.4rem 0 !important;
}
.cid-suzb2Qdnaj .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-suzb2Qdnaj .dropdown-item:hover:before {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  width: 16px;
}
.cid-suzb2Qdnaj .content-text {
  margin-bottom: 0;
}
.cid-suzb2Qdnaj .navbar-nav {
  position: relative;
  min-height: 100px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
}
.cid-suzb2Qdnaj .navbar-nav li:first-child > a {
  color: #4f87fb;
}
.cid-suzb2Qdnaj .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-suzb2Qdnaj .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #4f87fb;
    -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-suzb2Qdnaj .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
  .cid-suzb2Qdnaj .navbar-nav .nav-item a {
    margin: 0 1.1rem !important;
  }
}
@media (max-width: 1200px) {
  .cid-suzb2Qdnaj .navbar-nav .nav-item a {
    margin: 0 !important;
  }
}
.cid-suzb2Qdnaj .navbar-nav .nav-item span {
  padding-right: 0.1rem;
}
.cid-suzb2Qdnaj .display-4 > .mbr-iconfont {
  font-size: 1.23em;
}
.cid-suzb2Qdnaj .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-suzb2Qdnaj .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-suzb2Qdnaj .content-link {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.cid-suzb2Qdnaj .content-link:first-child {
  padding-left: 1.3rem;
}
@media (max-width: 1200px) {
  .cid-suzb2Qdnaj .content-link {
    display: none;
  }
}
.cid-suzb2Qdnaj .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
}
.cid-suzb2Qdnaj .navbar-buttons.mbr-section-btn > .mbr-iconfont {
  font-size: 17px !important;
  margin-right: 13px;
}
.cid-suzb2Qdnaj .nav-dropdown .link {
  font-weight: 600;
}
.cid-suzb2Qdnaj .nav-dropdown .link.display-4 {
  font-size: 15px;
}
.cid-suzb2Qdnaj .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-suzb2Qdnaj .content-left-side {
  text-align: center;
  padding-top: 3px;
}
@media (max-width: 575px) {
  .cid-suzb2Qdnaj .content-left-side {
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    padding: 0.5rem 0;
  }
  .cid-suzb2Qdnaj .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-suzb2Qdnaj .content-right-side {
  text-align: center;
}
@media (max-width: 575px) {
  .cid-suzb2Qdnaj .content-right-side {
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    padding: 0.5rem 0;
  }
  .cid-suzb2Qdnaj .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-suzb2Qdnaj .content-right-side .icons-block {
  padding-bottom: 5px;
  padding-left: 17px;
}
.cid-suzb2Qdnaj .content-right-side .content-link {
  margin-left: 1rem;
}
.cid-suzb2Qdnaj .content-right-side .content-link span {
  vertical-align: middle;
  padding-bottom: 2px;
}
.cid-suzb2Qdnaj .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: 0px;
  padding-bottom: 0px;
}
.cid-suzb2Qdnaj .content-left-side .content-link {
  margin-left: 1rem;
}
.cid-suzb2Qdnaj .content-left-side .content-link span {
  vertical-align: middle;
  padding-bottom: 2px;
}
@media (max-width: 1200px) {
  .cid-suzb2Qdnaj .content-left-side {
    text-align: center;
    padding-bottom: 1rem;
  }
  .cid-suzb2Qdnaj .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-suzb2Qdnaj .dropdown-item:before {
    display: none;
  }
  .cid-suzb2Qdnaj .menu-logo {
    width: 100%;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }
  .cid-suzb2Qdnaj .menu-bottom {
    width: 100%;
    padding: 0 1rem;
    display: block;
  }
  .cid-suzb2Qdnaj img {
    height: 2rem !important;
  }
  .cid-suzb2Qdnaj .btn {
    display: flex;
  }
  .cid-suzb2Qdnaj button.navbar-toggler {
    display: block;
  }
  .cid-suzb2Qdnaj .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-suzb2Qdnaj .navbar-toggleable-sm {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  .cid-suzb2Qdnaj .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-suzb2Qdnaj .navbar-collapse.collapsing,
  .cid-suzb2Qdnaj .navbar-collapse.show {
    display: block !important;
  }
  .cid-suzb2Qdnaj .navbar-collapse.collapsing .navbar-nav,
  .cid-suzb2Qdnaj .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-suzb2Qdnaj .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-suzb2Qdnaj .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
    padding: 0.5rem 0;
  }
  .cid-suzb2Qdnaj .navbar-collapse.collapsing .navbar-buttons,
  .cid-suzb2Qdnaj .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-suzb2Qdnaj .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-suzb2Qdnaj .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-suzb2Qdnaj .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-suzb2Qdnaj .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-suzb2Qdnaj .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-suzb2Qdnaj .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-suzb2Qdnaj .navbar-nav.nav-dropdown {
    max-height: 80vh !important;
    overflow-y: auto !important;
  }
}
@media (min-width: 1200px) {
  .cid-suzb2Qdnaj .navbar .menu-content-top {
    display: block;
  }
  .cid-suzb2Qdnaj .menu-content-top .row {
    -webkit-box-pack: justify;
    justify-content: space-between;
    flex-wrap: nowrap;
  }
  .cid-suzb2Qdnaj .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-suzb2Qdnaj .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-suzb2Qdnaj .menu-content-top {
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  }
  .cid-suzb2Qdnaj .menu-bottom {
    display: flex;
  }
  .cid-suzb2Qdnaj .navbar {
    display: block;
    padding: 0;
  }
  .cid-suzb2Qdnaj .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
  }
  .cid-suzb2Qdnaj .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-suzb2Qdnaj .navbar-toggler {
    display: none;
  }
}
.cid-suzb2Qdnaj .navbar-short .menu-content-top {
  border: none;
  display: none;
}
.cid-suzb2Qdnaj .btn {
  padding: 15px 30px;
  font-weight: 800;
  display: inline-flex;
  -webkit-box-align: center;
  align-items: center;
  border-width: 1px;
  box-shadow: none;
}
.cid-suzb2Qdnaj .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-suzb2Qdnaj .btn.display-4 {
  letter-spacing: 0.5px;
  font-size: 13px;
  line-height: 13px;
}
.cid-suzb2Qdnaj .navbar-toggleable-sm .navbar-collapse {
  -webkit-box-pack: end;
  justify-content: flex-end;
  padding-right: 4rem;
  width: 100%;
}
.cid-suzb2Qdnaj .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-suzb2Qdnaj .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-suzb2Qdnaj .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-suzb2Qdnaj .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  border-top: 3px solid #4f87fb;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
  min-width: 16.875rem;
  text-align: left;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 20px !important;
}
@media (max-width: 1200px) {
  .cid-suzb2Qdnaj .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-suzb2Qdnaj .dropdown .dropdown-menu .dropdown-item {
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-suzb2Qdnaj .dropdown .dropdown-menu .dropdown-item:hover {
  background-color: #4f87fb;
  color: #ffffff;
}
.cid-suzb2Qdnaj .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-suzb2Qdnaj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-suzb2Qdnaj .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-suzb2Qdnaj .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-suzb2Qdnaj .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-suzb2Qdnaj .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-suzb2Qdnaj .navbar.navbar-short {
  min-height: 60px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-suzb2Qdnaj .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-suzb2Qdnaj .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-suzb2Qdnaj .navbar.navbar-short .navbar-logo a img {
  height: 2.0rem !important;
}
.cid-suzb2Qdnaj .navbar.navbar-short .navbar-brand {
  min-height: 2.0rem;
}
.cid-suzb2Qdnaj .navbar.navbar-short .navbar-nav {
  min-height: 60px;
}
.cid-suzb2Qdnaj button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-suzb2Qdnaj button.navbar-toggler:focus {
  outline: none;
}
.cid-suzb2Qdnaj button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-suzb2Qdnaj button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-suzb2Qdnaj button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}
.cid-suzb2Qdnaj button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}
.cid-suzb2Qdnaj button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-suzb2Qdnaj 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-suzb2Qdnaj nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.cid-suzb2Qdnaj nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.cid-suzb2Qdnaj 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-suzb2Qdnaj .collapsed.navbar {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}
.cid-suzb2Qdnaj .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-suzb2Qdnaj .collapsed .menu-logo {
  margin-right: 0;
}
.cid-suzb2Qdnaj .collapsed .btn {
  display: flex;
}
.cid-suzb2Qdnaj .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-suzb2Qdnaj .collapsed .navbar-collapse.collapsing,
.cid-suzb2Qdnaj .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-suzb2Qdnaj .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-suzb2Qdnaj .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-suzb2Qdnaj .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-suzb2Qdnaj .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-suzb2Qdnaj .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-suzb2Qdnaj .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-suzb2Qdnaj .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-suzb2Qdnaj .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1200px) {
  .cid-suzb2Qdnaj .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 1.8rem  - 1rem);
  }
  .cid-suzb2Qdnaj .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-suzb2Qdnaj .collapsed button.navbar-toggler {
  display: block;
  -webkit-align-self: center;
  align-self: center;
}
.cid-suzb2Qdnaj .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-suzb2Qdnaj .collapsed .navbar-toggleable-sm {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}
.cid-suzb2Qdnaj .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-suzb2Qdnaj .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-suzb2Qdnaj .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-suzb2Qdnaj .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-suzb2Qdnaj .collapsed .dropdown-item:before {
  display: none;
}
.cid-suzb2Qdnaj .navbar-dropdown {
  flex-wrap: nowrap;
}
.cid-suzb2Qdnaj .navbar-collapse {
  flex-basis: auto;
  display: flex;
}
.cid-suzb2Qdnaj .nav-link:focus {
  outline: none;
}
.cid-suzb2Qdnaj .navbar-toggler {
  position: relative;
}
.cid-suzb2Qdnaj .dropdown-item.active,
.cid-suzb2Qdnaj .dropdown-item:active {
  background-color: #ffffff;
  color: #ffffff;
}
.cid-suzb2Qdnaj .nav-link:hover,
.cid-suzb2Qdnaj .dropdown-item:hover {
  color: #4f87fb;
}
.cid-suzb2R8BGW {
  padding-top: 135px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-suzb2R8BGW img {
  width: 100%;
  border-radius: 8px;
  box-shadow: 0 0 20px rgba(79, 110, 173, 0.1);
}
.cid-suzb2R8BGW .mbr-section-title {
  text-align: left;
  color: #4f87fb;
  line-height: 1.2;
  letter-spacing: -0.5px;
}
.cid-suzb2R8BGW .mbr-text {
  color: #6d7a8c;
  line-height: 1.5;
}
.cid-suzb2R8BGW .mbr-list {
  margin-top: 35px;
  color: #6d7a8c;
}
.cid-suzb2R8BGW .mbr-list .list {
  list-style-type: none;
  padding-left: 0;
}
.cid-suzb2R8BGW .mbr-list .list li {
  margin-bottom: 1rem;
}
.cid-suzb2R8BGW .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-suzb2R8BGW H3 {
  color: #656565;
}
.cid-suzb2RCUUx {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-suzb2RCUUx img {
  width: 100%;
  border-radius: 8px;
  box-shadow: 0 0 20px rgba(79, 110, 173, 0.1);
}
.cid-suzb2RCUUx .mbr-section-title {
  text-align: left;
  color: #4f87fb;
  line-height: 1.2;
  letter-spacing: -0.5px;
}
.cid-suzb2RCUUx .mbr-text {
  color: #6d7a8c;
  line-height: 1.5;
}
.cid-suzb2RCUUx .mbr-list {
  margin-top: 35px;
  color: #6d7a8c;
}
.cid-suzb2RCUUx .mbr-list .list {
  list-style-type: none;
  padding-left: 0;
}
.cid-suzb2RCUUx .mbr-list .list li {
  margin-bottom: 1rem;
}
.cid-suzb2RCUUx .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-suzb2RCUUx H3 {
  color: #656565;
}
@media (max-width: 768px) {
  .cid-suzb2RCUUx .reordered-col {
    order: 2;
  }
}
.cid-suAhFU2tMT {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-suAhFU2tMT img {
  width: 100%;
  border-radius: 8px;
  box-shadow: 0 0 20px rgba(79, 110, 173, 0.1);
}
.cid-suAhFU2tMT .mbr-section-title {
  text-align: left;
  color: #ff6b71;
  line-height: 1.2;
  letter-spacing: -0.5px;
}
.cid-suAhFU2tMT .mbr-text {
  color: #6d7a8c;
  line-height: 1.5;
}
.cid-suAhFU2tMT .mbr-list {
  margin-top: 35px;
  color: #6d7a8c;
}
.cid-suAhFU2tMT .mbr-list .list {
  list-style-type: none;
  padding-left: 0;
}
.cid-suAhFU2tMT .mbr-list .list li {
  margin-bottom: 1rem;
}
.cid-suAhFU2tMT .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-suAhFU2tMT H3 {
  color: #656565;
}
.cid-suAhFU2tMT H4 {
  text-align: center;
  color: #ff8a8f;
}
.cid-suK49ZZxIB {
  padding-top: 105px;
  padding-bottom: 105px;
  background-color: #4f87fb;
  background: linear-gradient(to bottom, #4f87fb, #0053f9);
}
.cid-suK49ZZxIB .mbr-section-subtitle {
  color: #ffffff;
  font-weight: 700;
  line-height: 1.43;
  letter-spacing: 2px;
  width: 100%;
}
.cid-suK49ZZxIB .mbr-section-title {
  color: #ffffff;
  font-weight: 700;
  width: 100%;
}
.cid-suK49ZZxIB .mbr-section-title.display-2 {
  font-size: 48px;
  line-height: 1.15;
  letter-spacing: -0.5px;
}
.cid-suK49ZZxIB .mbr-text {
  color: #ffffff;
  font-weight: 400;
  width: 100;
}
.cid-suK49ZZxIB .mbr-text.display-7 {
  font-size: 20px;
  line-height: 1.5;
}
.cid-suK49ZZxIB .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-suK49ZZxIB .content-link span {
  margin-right: 15px;
  margin-left: 20px;
  padding: 10px;
  border-radius: 100%;
  color: #ffffff;
  background-color: #ffffff;
  font-size: 2.475rem;
}
.cid-suK49ZZxIB .mbr-section-btn .btn {
  border-radius: 3px;
  line-height: 2;
  letter-spacing: 1px;
  padding: 12px 40px !important;
  margin-right: 20px;
}
.cid-suK49ZZxIB .mbr-section-btn.display-4,
.cid-suK49ZZxIB .btn.display-4 {
  font-size: 12px !important;
}
@media (max-width: 991px) {
  .cid-suK49ZZxIB .separator,
  .cid-suK49ZZxIB .sep-holder,
  .cid-suK49ZZxIB .sep-line {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .cid-suK49ZZxIB .buttons-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
}
.cid-suJZiUYuaR {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #25303e;
}
.cid-suJZiUYuaR .links {
  text-align: center;
  color: #ffffff;
}
.cid-suJZiUYuaR p {
  margin: 0;
}
.cid-suJZiUYuaR a {
  color: #ffffff;
}
.cid-suJZiUYuaR a:hover {
  color: #4f87fb !important;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.cid-suK4bdhdyG {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-suK4bdhdyG .contents {
  margin-bottom: 70px;
}
.cid-suK4bdhdyG .contents .mbr-subtitle {
  color: #4f87fb;
  margin-bottom: 10px;
  font-weight: 800;
}
.cid-suK4bdhdyG .contents .mbr-subtitle.display-4 {
  letter-spacing: 2px;
  line-height: 24px;
  font-size: 13px;
}
.cid-suK4bdhdyG .contents .mbr-section-title {
  margin-bottom: 20px;
  color: #130947;
  font-weight: 700;
}
.cid-suK4bdhdyG .contents .mbr-section-title.display-2 {
  line-height: 48px;
  letter-spacing: -0.5px;
}
.cid-suK4bdhdyG .contents .mbr-section-text {
  margin-top: 20px;
  color: #6d7a8c;
  font-weight: 400;
}
.cid-suK4bdhdyG .contents .mbr-section-text.display-7 {
  line-height: 28px;
  letter-spacing: 0;
}
.cid-suK4bdhdyG .card {
  margin-bottom: 2rem;
}
.cid-suK4bdhdyG .card-block {
  font-weight: 400;
  letter-spacing: 0.03em;
  position: relative;
  background: #4f87fb;
  color: #232323;
  box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.08);
  padding: 1.9rem;
  margin-bottom: 35px;
  border-radius: 4px;
}
.cid-suK4bdhdyG .card-block.display-7 {
  font-size: 16px;
  line-height: 26px;
}
.cid-suK4bdhdyG .card-block:before {
  content: "";
  position: absolute;
  bottom: -15px;
  left: 50%;
  margin-left: -14px;
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-top: 15px solid #4f87fb;
  border-right: 15px solid transparent;
}
.cid-suK4bdhdyG .mbr-author-img {
  width: 50px;
  height: 50px;
  display: inline-block;
  border-radius: 100%;
  margin-left: 0rem;
}
.cid-suK4bdhdyG .mbr-author-img img {
  width: 100%;
  border-radius: 100%;
  min-width: 100%;
  min-height: 100%;
}
.cid-suK4bdhdyG .name-wrap {
  display: inline-block;
}
.cid-suK4bdhdyG .card-footer {
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-align: center;
  align-items: center;
  border-top: none;
  background: none;
  padding: 0 1.25rem 1.25rem 1.25rem;
}
.cid-suK4bdhdyG .mbr-author-desc {
  color: #767676;
  text-align: center;
}
.cid-suK4bdhdyG .card-block p {
  color: #ffffff;
  text-align: center;
}
.cid-suK4bdhdyG .mbr-author-name {
  color: #130947;
  margin-bottom: 5px;
}
.cid-suK4bdhdyG .mbr-section-title,
.cid-suK4bdhdyG .title div {
  color: #232323;
  text-align: center;
}
.cid-suK4bdhdyG .contents .mbr-section-text {
  text-align: center;
}
.cid-suK4czHgrT {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-suK4czHgrT .carousel-item {
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-suK4czHgrT .carousel-item.active,
.cid-suK4czHgrT .carousel-item-next,
.cid-suK4czHgrT .carousel-item-prev {
  display: flex;
}
.cid-suK4czHgrT .img-box {
  position: relative;
  width: fit-content;
  margin: auto;
}
.cid-suK4czHgrT .mbr-iconfont {
  font-family: Moririse2 !important;
  font-size: 1rem;
  font-weight: 900;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.cid-suK4czHgrT .carousel-controls a {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  font-size: 2rem;
}
.cid-suK4czHgrT .carousel-controls a span {
  position: absolute;
  top: 45%;
  padding: 10px;
  border-radius: 50%;
  color: #4f87fb;
  opacity: 1;
}
.cid-suK4czHgrT .carousel-controls a:hover span {
  opacity: 0.4;
}
.cid-suK4czHgrT h1 {
  color: #36404c;
}
.cid-suK4czHgrT .author-box {
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
}
.cid-suK4czHgrT .face {
  width: 100px;
  height: 100px;
  border-radius: 100%;
  box-shadow: none;
  margin: 0rem;
  -o-object-fit: cover;
  object-fit: cover;
}
.cid-suK4czHgrT .author {
  margin: auto 0;
}
.cid-suK4czHgrT h3,
.cid-suK4czHgrT h4 {
  margin: 0;
  padding: 0;
}
.cid-suK4czHgrT h3 {
  color: #130947;
}
.cid-suK4czHgrT h3.display-7 {
  line-height: 1.1;
  letter-spacing: 0;
}
.cid-suK4czHgrT h4 {
  color: #4f87fb;
  font-weight: 700;
}
.cid-suK4czHgrT h4.display-4 {
  line-height: 1.5;
  font-size: 13px;
}
.cid-suK4czHgrT .mbr-text {
  padding-bottom: 30px;
  color: #6d7a8c;
  font-weight: 300;
}
.cid-suK4czHgrT .mbr-text.display-5 {
  line-height: 1.3;
}
.cid-suK4czHgrT .box {
  max-width: 800px !important;
  margin: auto !important;
}
@media (max-width: 992px) {
  .cid-suK4czHgrT .carousel-controls a span {
    bottom: auto;
    top: 30%;
  }
}
@media (max-width: 767px) {
  .cid-suK4czHgrT .carousel-controls a span {
    bottom: auto;
    top: 20%;
  }
}
.cid-suK4czHgrT .mbr-text,
.cid-suK4czHgrT .mbr-section-btn {
  color: #4f87fb;
}
.cid-suK4czHgrT H4 {
  color: #130947;
}
.cid-suK4dfNvCH {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-suK4dfNvCH .mbr-section-title {
  margin-bottom: 30px;
  color: #130947;
}
.cid-suK4dfNvCH .mbr-section-title.display-2 {
  line-height: 1.2;
  letter-spacing: -0.5px;
}
.cid-suK4dfNvCH .google-map {
  height: 30rem;
  position: relative;
  width: 100%;
}
.cid-suK4dfNvCH .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-suK4dfNvCH .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-suK4dfNvCH .google-map[data-state] {
  background: #e9e5dc;
}
.cid-suK4dfNvCH .google-map[data-state='loading'] [data-state-details] {
  display: none;
}
.cid-suK4dfNvCH .map-placeholder {
  display: none;
}
.cid-suK4dfNvCH h4 {
  padding-top: 5rem;
  color: #767676;
  text-align: center;
}
.cid-suK4dUWmj7 {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #e6ecf2;
}
.cid-suK4dUWmj7 .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-suK4dUWmj7 .row {
  flex-direction: row-reverse;
}
.cid-suK4dUWmj7 .text-content .content-title {
  color: #130947;
  margin-bottom: 30px;
}
.cid-suK4dUWmj7 .text-content .content-title.display-5 {
  font-size: 26px;
  line-height: 1.38;
  letter-spacing: -0.5px;
}
.cid-suK4dUWmj7 .text-content .list-block {
  border-bottom-width: 1px;
  padding-bottom: 30px;
  border-bottom-color: #130947;
  border-bottom-style: dotted;
  margin-bottom: 20px;
}
.cid-suK4dUWmj7 .text-content .list-block .card-img span {
  color: #4f87fb;
  font-size: 2.5rem;
}
.cid-suK4dUWmj7 .text-content .list-block .list-item-title {
  color: #130947;
}
.cid-suK4dUWmj7 .text-content .list-block .list-item-title.display-7 {
  font-size: 20px;
  letter-spacing: -0.5px;
  line-height: 1.2;
}
.cid-suK4dUWmj7 .text-content .list-block .list-item-text {
  padding-top: 10px;
  line-height: 1.29;
  color: #6d7a8c;
  margin-bottom: 0;
}
.cid-suK4dUWmj7 .text-content .list-block.last {
  border-bottom: none;
  margin-bottom: 20px;
  padding-bottom: 0;
}
.cid-suK4dUWmj7 .text-content .social {
  font-size: 1.2rem;
  padding-left: 4.5rem;
}
.cid-suK4dUWmj7 .text-content .social span {
  margin-right: 11.2px;
  margin-bottom: 8px;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  color: #6d7a8c;
}
.cid-suK4dUWmj7 .text-content .social span:hover {
  color: #4f87fb;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.cid-suK4dUWmj7 .card-img {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 3rem;
  text-align: center;
}
.cid-suK4dUWmj7 .list-block {
  position: relative;
}
.cid-suK4dUWmj7 .list-block h4,
.cid-suK4dUWmj7 .list-block p {
  padding-left: 4.5rem;
}
.cid-suK4dUWmj7 .card-img {
  display: block;
}
.cid-suK4dUWmj7 input,
.cid-suK4dUWmj7 textarea {
  border-left: none;
  border-top: none;
  border-right: none;
  border-radius: 4px;
  padding: 20px 10px 20px 20px;
  font-size: 13px;
  color: #ffffff;
  font-weight: 600;
}
.cid-suK4dUWmj7 input:focus,
.cid-suK4dUWmj7 textarea:focus {
  border-left: none;
  border-top: none;
  border-right: none;
}
.cid-suK4dUWmj7 .form-control,
.cid-suK4dUWmj7 .field-input {
  min-height: 3rem;
  padding: 20px 10px 20px 20px;
  background-color: #ffffff;
  border-color: #4f87fb;
  color: #000000;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-suK4dUWmj7 .form-control:hover,
.cid-suK4dUWmj7 .field-input:hover,
.cid-suK4dUWmj7 .form-control:focus,
.cid-suK4dUWmj7 .field-input:focus {
  background-color: #ffffff;
  border-color: #ffffff !important;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-suK4dUWmj7 input::-webkit-input-placeholder,
.cid-suK4dUWmj7 textarea::-webkit-input-placeholder {
  color: #6d7a8c;
}
.cid-suK4dUWmj7 input:-moz-placeholder,
.cid-suK4dUWmj7 textarea:-moz-placeholder {
  color: #6d7a8c;
}
.cid-suK4dUWmj7 .jq-selectbox li,
.cid-suK4dUWmj7 .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-suK4dUWmj7 .jq-selectbox li:hover,
.cid-suK4dUWmj7 .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-suK4dUWmj7 .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-suK4dUWmj7 .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-suK4dUWmj7 .mbr-form {
  max-width: 550px;
}
.cid-suK4dUWmj7 .mbr-form .mbr-subtitle {
  color: #4f87fb;
  font-weight: 800;
}
.cid-suK4dUWmj7 .mbr-form .mbr-subtitle.display-4 {
  font-size: 13px;
  line-height: 1.85;
  letter-spacing: 2px;
}
.cid-suK4dUWmj7 .mbr-form .mbr-section-title {
  color: #130947;
  font-weight: 700;
}
.cid-suK4dUWmj7 .mbr-form .mbr-section-title.display-2 {
  line-height: 1.2;
  letter-spacing: -0.5px;
}
.cid-suK4dUWmj7 .mbr-form .mbr-text {
  color: #6d7a8c;
}
.cid-suK4dUWmj7 .mbr-form textarea {
  min-height: 100px;
}
.cid-suK4dUWmj7 .mbr-form .btn {
  -webkit-box-pack: justify;
  justify-content: space-between;
  border-width: 2px;
  border-radius: 4px;
  border-color: #4f87fb;
  color: #4f87fb;
  padding: 18px 29px;
}
.cid-suK4dUWmj7 .mbr-form .btn.display-4 {
  font-size: 13px;
  letter-spacing: 1px;
}
.cid-suK4dUWmj7 .mbr-form span.value.form-control {
  min-height: 3.5rem;
  padding: 1rem;
}
@media (max-width: 991px) {
  .cid-suK4dUWmj7 .mbr-form {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}
@media (max-width: 768px) {
  .cid-suK4dUWmj7 .mbr-section-title,
  .cid-suK4dUWmj7 .content-title,
  .cid-suK4dUWmj7 .mbr-section-btn {
    text-align: left;
  }
}
.cid-suK2fvU8Rl {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #25303e;
}
.cid-suK2fvU8Rl section {
  position: relative;
}
.cid-suK2fvU8Rl .widget-title {
  font-weight: 600;
}
.cid-suK2fvU8Rl .widget-title.display-7 {
  font-size: 17px;
  line-height: 27px;
  letter-spacing: 0.5px;
}
.cid-suK2fvU8Rl .mbr-text.display-4 {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 300;
}
.cid-suK2fvU8Rl .item .card-box .item-title {
  font-weight: 300;
}
.cid-suK2fvU8Rl .item .card-box .item-title.display-4 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-suK2fvU8Rl .item .card-img {
  width: auto;
  background-color: #4f87fb;
  border-radius: 100%;
}
.cid-suK2fvU8Rl .item .card-img .img1 {
  display: block;
  padding: 6px;
  font-size: 13px;
}
.cid-suK2fvU8Rl img {
  height: 100px;
  padding-right: 8px;
}
.cid-suK2fvU8Rl .img1 {
  color: #ffffff;
  background-color: #4f87fb;
  border-radius: 50%;
}
.cid-suK2fvU8Rl .img2 {
  color: #ffffff;
  font-size: 10px;
}
.cid-suK2fvU8Rl .line {
  width: 50px;
  height: 2px;
  display: inline-block;
  background: #4f87fb;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
@media (max-width: 992px) {
  .cid-suK2fvU8Rl .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-suK2fvU8Rl .content .link-wrap {
  font-weight: 300;
  color: #fff;
}
.cid-suK2fvU8Rl .content .link-wrap.display-4 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-suK2fvU8Rl .content .date-wrap {
  color: #4f87fb;
  font-weight: 500;
}
.cid-suK2fvU8Rl .content .date-wrap.display-4 {
  font-size: 13px;
  line-height: 17px;
}
.cid-suK2fvU8Rl .item,
.cid-suK2fvU8Rl .link {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  padding-bottom: 0.5rem;
  margin-bottom: 0.6rem;
}
.cid-suK2fvU8Rl .item h4,
.cid-suK2fvU8Rl .link h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-suK2fvU8Rl .link .card-img {
  padding-bottom: 3px;
}
.cid-suK2fvU8Rl .link .card-box .link-title {
  font-weight: 300;
}
.cid-suK2fvU8Rl .link .card-box .link-title a:hover {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: #4f87fb !important;
}
.cid-suK2fvU8Rl .link .card-box .link-title.display-4 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-suK2fvU8Rl .card-img {
  width: auto;
}
@media (max-width: 767px) {
  .cid-suK2fvU8Rl h5 {
    text-align: left !important;
  }
  .cid-suK2fvU8Rl .line-wrap {
    text-align: left !important;
  }
}
.cid-suK2fvU8Rl .item-title {
  color: #ffffff;
}
.cid-suK2fvU8Rl .tips {
  height: 70px;
  width: 70px;
  margin: 4px;
  -o-object-fit: cover;
  object-fit: cover;
}
.cid-suK2fvU8Rl .btn[class*="-outline"] {
  border: none;
  padding: 0;
  margin: 0 !important;
  box-shadow: none !important;
  text-align: left;
  line-height: 1.5;
}
.cid-suK2fvU8Rl .btn[class*="-outline"] span {
  -webkit-box-ordinal-group: 3;
  order: 2;
  font-size: 0.8rem;
  font-weight: 900;
  -webkit-transition: padding 0.3s !important;
  transition: padding 0.3s !important;
}
.cid-suK2fvU8Rl .btn[class*="-outline"]:hover {
  background-color: transparent !important;
  color: #4f87fb !important;
  box-shadow: none !important;
}
.cid-suK2fvU8Rl .btn[class*="-outline"]:active,
.cid-suK2fvU8Rl .btn[class*="-outline"]:focus {
  background-color: transparent !important;
  box-shadow: none !important;
}
.cid-suK2fvU8Rl .list .list-item:first-child {
  padding-bottom: 15px;
}
.cid-suK2fvU8Rl .list .list-item:last-child {
  margin-top: 10px;
}
.cid-suK2fvU8Rl .box-list {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
  font-weight: 300;
}
.cid-suK2fvU8Rl .box-list li {
  padding: 10px 0 10px;
  color: #ffffff;
}
.cid-suK2fvU8Rl .box-list li:first-child {
  padding-top: 0;
}
.cid-suK2fvU8Rl .box-list li:last-child {
  border-bottom: none;
}
.cid-suK2fvU8Rl .box-list li span {
  float: right;
  text-align: right;
  padding-left: 0.5rem;
  color: #4f87fb;
}
.cid-suK2fvU8Rl .box-list.display-4 {
  line-height: 24px;
}
.cid-suK2fvU8Rl .mbr-text {
  line-height: 1.5;
  margin-bottom: 25px;
}
.cid-suK2fvU8Rl .item-title DIV {
  text-align: left;
}
.cid-suK2fvU8Rl .box-list li LI {
  text-align: center;
}
.is-builder .cid-suAk45fIxN .navbar {
  padding-top: 20px !important;
}
.cid-suAk45fIxN .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  -webkit-transition: none;
  transition: none;
  min-height: 77px;
}
@media (min-width: 1200px) {
  .cid-suAk45fIxN .navbar .dropdown .dropdown-menu .dropdown-item {
    padding: 0.835em 2.5385em 0.835em 3.5385em !important;
    margin: 0 !important;
  }
  .cid-suAk45fIxN .navbar .dropdown .dropdown-menu .dropdown-item:hover {
    padding: 0.835em 2.5385em 0.835em 3.8385em !important;
  }
}
.cid-suAk45fIxN .menu-logo {
  display: flex;
  position: relative;
  -webkit-box-align: center;
  align-items: center;
  margin-right: auto;
}
.cid-suAk45fIxN .menu-logo .navbar-brand {
  display: flex;
  margin-left: 4rem;
  padding: 0.5rem 0;
  -webkit-transition: padding 0.2s;
  transition: padding 0.2s;
  min-height: 2rem;
  -webkit-box-align: center;
  align-items: center;
}
.cid-suAk45fIxN .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-suAk45fIxN .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-suAk45fIxN .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  -webkit-transition: font-size 0.25s;
  transition: font-size 0.25s;
}
.cid-suAk45fIxN .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-suAk45fIxN .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  -webkit-transition: font-size 0.25s;
  transition: font-size 0.25s;
}
.cid-suAk45fIxN .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-suAk45fIxN a {
  font-style: normal;
}
.cid-suAk45fIxN .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: middle;
  position: relative;
  text-decoration: none;
}
.cid-suAk45fIxN .nav-item a {
  padding: 0.4rem 0 !important;
}
.cid-suAk45fIxN .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-suAk45fIxN .dropdown-item:hover:before {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  width: 16px;
}
.cid-suAk45fIxN .content-text {
  margin-bottom: 0;
}
.cid-suAk45fIxN .navbar-nav {
  position: relative;
  min-height: 100px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
}
.cid-suAk45fIxN .navbar-nav li:first-child > a {
  color: #4f87fb;
}
.cid-suAk45fIxN .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-suAk45fIxN .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #4f87fb;
    -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-suAk45fIxN .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
  .cid-suAk45fIxN .navbar-nav .nav-item a {
    margin: 0 1.1rem !important;
  }
}
@media (max-width: 1200px) {
  .cid-suAk45fIxN .navbar-nav .nav-item a {
    margin: 0 !important;
  }
}
.cid-suAk45fIxN .navbar-nav .nav-item span {
  padding-right: 0.1rem;
}
.cid-suAk45fIxN .display-4 > .mbr-iconfont {
  font-size: 1.23em;
}
.cid-suAk45fIxN .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-suAk45fIxN .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-suAk45fIxN .content-link {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.cid-suAk45fIxN .content-link:first-child {
  padding-left: 1.3rem;
}
@media (max-width: 1200px) {
  .cid-suAk45fIxN .content-link {
    display: none;
  }
}
.cid-suAk45fIxN .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
}
.cid-suAk45fIxN .navbar-buttons.mbr-section-btn > .mbr-iconfont {
  font-size: 17px !important;
  margin-right: 13px;
}
.cid-suAk45fIxN .nav-dropdown .link {
  font-weight: 600;
}
.cid-suAk45fIxN .nav-dropdown .link.display-4 {
  font-size: 15px;
}
.cid-suAk45fIxN .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-suAk45fIxN .content-left-side {
  text-align: center;
  padding-top: 3px;
}
@media (max-width: 575px) {
  .cid-suAk45fIxN .content-left-side {
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    padding: 0.5rem 0;
  }
  .cid-suAk45fIxN .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-suAk45fIxN .content-right-side {
  text-align: center;
}
@media (max-width: 575px) {
  .cid-suAk45fIxN .content-right-side {
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    padding: 0.5rem 0;
  }
  .cid-suAk45fIxN .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-suAk45fIxN .content-right-side .icons-block {
  padding-bottom: 5px;
  padding-left: 17px;
}
.cid-suAk45fIxN .content-right-side .content-link {
  margin-left: 1rem;
}
.cid-suAk45fIxN .content-right-side .content-link span {
  vertical-align: middle;
  padding-bottom: 2px;
}
.cid-suAk45fIxN .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: 0px;
  padding-bottom: 0px;
}
.cid-suAk45fIxN .content-left-side .content-link {
  margin-left: 1rem;
}
.cid-suAk45fIxN .content-left-side .content-link span {
  vertical-align: middle;
  padding-bottom: 2px;
}
@media (max-width: 1200px) {
  .cid-suAk45fIxN .content-left-side {
    text-align: center;
    padding-bottom: 1rem;
  }
  .cid-suAk45fIxN .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-suAk45fIxN .dropdown-item:before {
    display: none;
  }
  .cid-suAk45fIxN .menu-logo {
    width: 100%;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }
  .cid-suAk45fIxN .menu-bottom {
    width: 100%;
    padding: 0 1rem;
    display: block;
  }
  .cid-suAk45fIxN img {
    height: 2rem !important;
  }
  .cid-suAk45fIxN .btn {
    display: flex;
  }
  .cid-suAk45fIxN button.navbar-toggler {
    display: block;
  }
  .cid-suAk45fIxN .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-suAk45fIxN .navbar-toggleable-sm {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  .cid-suAk45fIxN .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-suAk45fIxN .navbar-collapse.collapsing,
  .cid-suAk45fIxN .navbar-collapse.show {
    display: block !important;
  }
  .cid-suAk45fIxN .navbar-collapse.collapsing .navbar-nav,
  .cid-suAk45fIxN .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-suAk45fIxN .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-suAk45fIxN .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
    padding: 0.5rem 0;
  }
  .cid-suAk45fIxN .navbar-collapse.collapsing .navbar-buttons,
  .cid-suAk45fIxN .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-suAk45fIxN .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-suAk45fIxN .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-suAk45fIxN .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-suAk45fIxN .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-suAk45fIxN .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-suAk45fIxN .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-suAk45fIxN .navbar-nav.nav-dropdown {
    max-height: 80vh !important;
    overflow-y: auto !important;
  }
}
@media (min-width: 1200px) {
  .cid-suAk45fIxN .navbar .menu-content-top {
    display: block;
  }
  .cid-suAk45fIxN .menu-content-top .row {
    -webkit-box-pack: justify;
    justify-content: space-between;
    flex-wrap: nowrap;
  }
  .cid-suAk45fIxN .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-suAk45fIxN .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-suAk45fIxN .menu-content-top {
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  }
  .cid-suAk45fIxN .menu-bottom {
    display: flex;
  }
  .cid-suAk45fIxN .navbar {
    display: block;
    padding: 0;
  }
  .cid-suAk45fIxN .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
  }
  .cid-suAk45fIxN .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-suAk45fIxN .navbar-toggler {
    display: none;
  }
}
.cid-suAk45fIxN .navbar-short .menu-content-top {
  border: none;
  display: none;
}
.cid-suAk45fIxN .btn {
  padding: 15px 30px;
  font-weight: 800;
  display: inline-flex;
  -webkit-box-align: center;
  align-items: center;
  border-width: 1px;
  box-shadow: none;
}
.cid-suAk45fIxN .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-suAk45fIxN .btn.display-4 {
  letter-spacing: 0.5px;
  font-size: 13px;
  line-height: 13px;
}
.cid-suAk45fIxN .navbar-toggleable-sm .navbar-collapse {
  -webkit-box-pack: end;
  justify-content: flex-end;
  padding-right: 4rem;
  width: 100%;
}
.cid-suAk45fIxN .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-suAk45fIxN .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-suAk45fIxN .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-suAk45fIxN .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  border-top: 3px solid #4f87fb;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
  min-width: 16.875rem;
  text-align: left;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 20px !important;
}
@media (max-width: 1200px) {
  .cid-suAk45fIxN .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-suAk45fIxN .dropdown .dropdown-menu .dropdown-item {
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-suAk45fIxN .dropdown .dropdown-menu .dropdown-item:hover {
  background-color: #4f87fb;
  color: #ffffff;
}
.cid-suAk45fIxN .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-suAk45fIxN .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-suAk45fIxN .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-suAk45fIxN .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-suAk45fIxN .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-suAk45fIxN .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-suAk45fIxN .navbar.navbar-short {
  min-height: 60px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-suAk45fIxN .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-suAk45fIxN .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-suAk45fIxN .navbar.navbar-short .navbar-logo a img {
  height: 2.0rem !important;
}
.cid-suAk45fIxN .navbar.navbar-short .navbar-brand {
  min-height: 2.0rem;
}
.cid-suAk45fIxN .navbar.navbar-short .navbar-nav {
  min-height: 60px;
}
.cid-suAk45fIxN button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-suAk45fIxN button.navbar-toggler:focus {
  outline: none;
}
.cid-suAk45fIxN button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-suAk45fIxN button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-suAk45fIxN button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}
.cid-suAk45fIxN button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}
.cid-suAk45fIxN button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-suAk45fIxN 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-suAk45fIxN nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.cid-suAk45fIxN nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.cid-suAk45fIxN 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-suAk45fIxN .collapsed.navbar {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}
.cid-suAk45fIxN .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-suAk45fIxN .collapsed .menu-logo {
  margin-right: 0;
}
.cid-suAk45fIxN .collapsed .btn {
  display: flex;
}
.cid-suAk45fIxN .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-suAk45fIxN .collapsed .navbar-collapse.collapsing,
.cid-suAk45fIxN .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-suAk45fIxN .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-suAk45fIxN .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-suAk45fIxN .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-suAk45fIxN .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-suAk45fIxN .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-suAk45fIxN .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-suAk45fIxN .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-suAk45fIxN .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1200px) {
  .cid-suAk45fIxN .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 1.8rem  - 1rem);
  }
  .cid-suAk45fIxN .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-suAk45fIxN .collapsed button.navbar-toggler {
  display: block;
  -webkit-align-self: center;
  align-self: center;
}
.cid-suAk45fIxN .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-suAk45fIxN .collapsed .navbar-toggleable-sm {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}
.cid-suAk45fIxN .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-suAk45fIxN .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-suAk45fIxN .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-suAk45fIxN .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-suAk45fIxN .collapsed .dropdown-item:before {
  display: none;
}
.cid-suAk45fIxN .navbar-dropdown {
  flex-wrap: nowrap;
}
.cid-suAk45fIxN .navbar-collapse {
  flex-basis: auto;
  display: flex;
}
.cid-suAk45fIxN .nav-link:focus {
  outline: none;
}
.cid-suAk45fIxN .navbar-toggler {
  position: relative;
}
.cid-suAk45fIxN .dropdown-item.active,
.cid-suAk45fIxN .dropdown-item:active {
  background-color: #ffffff;
  color: #ffffff;
}
.cid-suAk45fIxN .nav-link:hover,
.cid-suAk45fIxN .dropdown-item:hover {
  color: #4f87fb;
}
.cid-suAk46ajd0 {
  padding-top: 135px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-suAk46ajd0 img {
  width: 100%;
  border-radius: 8px;
  box-shadow: 0 0 20px rgba(79, 110, 173, 0.1);
}
.cid-suAk46ajd0 .mbr-section-title {
  text-align: left;
  color: #4f87fb;
  line-height: 1.2;
  letter-spacing: -0.5px;
}
.cid-suAk46ajd0 .mbr-text {
  color: #6d7a8c;
  line-height: 1.5;
}
.cid-suAk46ajd0 .mbr-list {
  margin-top: 35px;
  color: #6d7a8c;
}
.cid-suAk46ajd0 .mbr-list .list {
  list-style-type: none;
  padding-left: 0;
}
.cid-suAk46ajd0 .mbr-list .list li {
  margin-bottom: 1rem;
}
.cid-suAk46ajd0 .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-suAk46ajd0 H3 {
  color: #656565;
}
.cid-suK40f55g4 {
  padding-top: 105px;
  padding-bottom: 105px;
  background-color: #4f87fb;
  background: linear-gradient(to bottom, #4f87fb, #0053f9);
}
.cid-suK40f55g4 .mbr-section-subtitle {
  color: #ffffff;
  font-weight: 700;
  line-height: 1.43;
  letter-spacing: 2px;
  width: 100%;
}
.cid-suK40f55g4 .mbr-section-title {
  color: #ffffff;
  font-weight: 700;
  width: 100%;
}
.cid-suK40f55g4 .mbr-section-title.display-2 {
  font-size: 48px;
  line-height: 1.15;
  letter-spacing: -0.5px;
}
.cid-suK40f55g4 .mbr-text {
  color: #ffffff;
  font-weight: 400;
  width: 100;
}
.cid-suK40f55g4 .mbr-text.display-7 {
  font-size: 20px;
  line-height: 1.5;
}
.cid-suK40f55g4 .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-suK40f55g4 .content-link span {
  margin-right: 15px;
  margin-left: 20px;
  padding: 10px;
  border-radius: 100%;
  color: #ffffff;
  background-color: #ffffff;
  font-size: 2.475rem;
}
.cid-suK40f55g4 .mbr-section-btn .btn {
  border-radius: 3px;
  line-height: 2;
  letter-spacing: 1px;
  padding: 12px 40px !important;
  margin-right: 20px;
}
.cid-suK40f55g4 .mbr-section-btn.display-4,
.cid-suK40f55g4 .btn.display-4 {
  font-size: 12px !important;
}
@media (max-width: 991px) {
  .cid-suK40f55g4 .separator,
  .cid-suK40f55g4 .sep-holder,
  .cid-suK40f55g4 .sep-line {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .cid-suK40f55g4 .buttons-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
}
.cid-suK40IZNuX {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-suK40IZNuX .contents {
  margin-bottom: 70px;
}
.cid-suK40IZNuX .contents .mbr-subtitle {
  color: #4f87fb;
  margin-bottom: 10px;
  font-weight: 800;
}
.cid-suK40IZNuX .contents .mbr-subtitle.display-4 {
  letter-spacing: 2px;
  line-height: 24px;
  font-size: 13px;
}
.cid-suK40IZNuX .contents .mbr-section-title {
  margin-bottom: 20px;
  color: #130947;
  font-weight: 700;
}
.cid-suK40IZNuX .contents .mbr-section-title.display-2 {
  line-height: 48px;
  letter-spacing: -0.5px;
}
.cid-suK40IZNuX .contents .mbr-section-text {
  margin-top: 20px;
  color: #6d7a8c;
  font-weight: 400;
}
.cid-suK40IZNuX .contents .mbr-section-text.display-7 {
  line-height: 28px;
  letter-spacing: 0;
}
.cid-suK40IZNuX .card {
  margin-bottom: 2rem;
}
.cid-suK40IZNuX .card-block {
  font-weight: 400;
  letter-spacing: 0.03em;
  position: relative;
  background: #4f87fb;
  color: #232323;
  box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.08);
  padding: 1.9rem;
  margin-bottom: 35px;
  border-radius: 4px;
}
.cid-suK40IZNuX .card-block.display-7 {
  font-size: 16px;
  line-height: 26px;
}
.cid-suK40IZNuX .card-block:before {
  content: "";
  position: absolute;
  bottom: -15px;
  left: 50%;
  margin-left: -14px;
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-top: 15px solid #4f87fb;
  border-right: 15px solid transparent;
}
.cid-suK40IZNuX .mbr-author-img {
  width: 50px;
  height: 50px;
  display: inline-block;
  border-radius: 100%;
  margin-left: 0rem;
}
.cid-suK40IZNuX .mbr-author-img img {
  width: 100%;
  border-radius: 100%;
  min-width: 100%;
  min-height: 100%;
}
.cid-suK40IZNuX .name-wrap {
  display: inline-block;
}
.cid-suK40IZNuX .card-footer {
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-align: center;
  align-items: center;
  border-top: none;
  background: none;
  padding: 0 1.25rem 1.25rem 1.25rem;
}
.cid-suK40IZNuX .mbr-author-desc {
  color: #767676;
  text-align: center;
}
.cid-suK40IZNuX .card-block p {
  color: #ffffff;
  text-align: center;
}
.cid-suK40IZNuX .mbr-author-name {
  color: #130947;
  margin-bottom: 5px;
}
.cid-suK40IZNuX .mbr-section-title,
.cid-suK40IZNuX .title div {
  color: #232323;
  text-align: center;
}
.cid-suK40IZNuX .contents .mbr-section-text {
  text-align: center;
}
.cid-suK41lsO4P {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-suK41lsO4P .carousel-item {
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-suK41lsO4P .carousel-item.active,
.cid-suK41lsO4P .carousel-item-next,
.cid-suK41lsO4P .carousel-item-prev {
  display: flex;
}
.cid-suK41lsO4P .img-box {
  position: relative;
  width: fit-content;
  margin: auto;
}
.cid-suK41lsO4P .mbr-iconfont {
  font-family: Moririse2 !important;
  font-size: 1rem;
  font-weight: 900;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.cid-suK41lsO4P .carousel-controls a {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  font-size: 2rem;
}
.cid-suK41lsO4P .carousel-controls a span {
  position: absolute;
  top: 45%;
  padding: 10px;
  border-radius: 50%;
  color: #4f87fb;
  opacity: 1;
}
.cid-suK41lsO4P .carousel-controls a:hover span {
  opacity: 0.4;
}
.cid-suK41lsO4P h1 {
  color: #36404c;
}
.cid-suK41lsO4P .author-box {
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
}
.cid-suK41lsO4P .face {
  width: 100px;
  height: 100px;
  border-radius: 100%;
  box-shadow: none;
  margin: 0rem;
  -o-object-fit: cover;
  object-fit: cover;
}
.cid-suK41lsO4P .author {
  margin: auto 0;
}
.cid-suK41lsO4P h3,
.cid-suK41lsO4P h4 {
  margin: 0;
  padding: 0;
}
.cid-suK41lsO4P h3 {
  color: #130947;
}
.cid-suK41lsO4P h3.display-7 {
  line-height: 1.1;
  letter-spacing: 0;
}
.cid-suK41lsO4P h4 {
  color: #4f87fb;
  font-weight: 700;
}
.cid-suK41lsO4P h4.display-4 {
  line-height: 1.5;
  font-size: 13px;
}
.cid-suK41lsO4P .mbr-text {
  padding-bottom: 30px;
  color: #6d7a8c;
  font-weight: 300;
}
.cid-suK41lsO4P .mbr-text.display-5 {
  line-height: 1.3;
}
.cid-suK41lsO4P .box {
  max-width: 800px !important;
  margin: auto !important;
}
@media (max-width: 992px) {
  .cid-suK41lsO4P .carousel-controls a span {
    bottom: auto;
    top: 30%;
  }
}
@media (max-width: 767px) {
  .cid-suK41lsO4P .carousel-controls a span {
    bottom: auto;
    top: 20%;
  }
}
.cid-suK41lsO4P .mbr-text,
.cid-suK41lsO4P .mbr-section-btn {
  color: #4f87fb;
}
.cid-suK41lsO4P H4 {
  color: #130947;
}
.cid-suK41W2f82 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-suK41W2f82 .mbr-section-title {
  margin-bottom: 30px;
  color: #130947;
}
.cid-suK41W2f82 .mbr-section-title.display-2 {
  line-height: 1.2;
  letter-spacing: -0.5px;
}
.cid-suK41W2f82 .google-map {
  height: 30rem;
  position: relative;
  width: 100%;
}
.cid-suK41W2f82 .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-suK41W2f82 .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-suK41W2f82 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-suK41W2f82 .google-map[data-state='loading'] [data-state-details] {
  display: none;
}
.cid-suK41W2f82 .map-placeholder {
  display: none;
}
.cid-suK41W2f82 h4 {
  padding-top: 5rem;
  color: #767676;
  text-align: center;
}
.cid-suK42DA643 {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #e6ecf2;
}
.cid-suK42DA643 .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-suK42DA643 .row {
  flex-direction: row-reverse;
}
.cid-suK42DA643 .text-content .content-title {
  color: #130947;
  margin-bottom: 30px;
}
.cid-suK42DA643 .text-content .content-title.display-5 {
  font-size: 26px;
  line-height: 1.38;
  letter-spacing: -0.5px;
}
.cid-suK42DA643 .text-content .list-block {
  border-bottom-width: 1px;
  padding-bottom: 30px;
  border-bottom-color: #130947;
  border-bottom-style: dotted;
  margin-bottom: 20px;
}
.cid-suK42DA643 .text-content .list-block .card-img span {
  color: #4f87fb;
  font-size: 2.5rem;
}
.cid-suK42DA643 .text-content .list-block .list-item-title {
  color: #130947;
}
.cid-suK42DA643 .text-content .list-block .list-item-title.display-7 {
  font-size: 20px;
  letter-spacing: -0.5px;
  line-height: 1.2;
}
.cid-suK42DA643 .text-content .list-block .list-item-text {
  padding-top: 10px;
  line-height: 1.29;
  color: #6d7a8c;
  margin-bottom: 0;
}
.cid-suK42DA643 .text-content .list-block.last {
  border-bottom: none;
  margin-bottom: 20px;
  padding-bottom: 0;
}
.cid-suK42DA643 .text-content .social {
  font-size: 1.2rem;
  padding-left: 4.5rem;
}
.cid-suK42DA643 .text-content .social span {
  margin-right: 11.2px;
  margin-bottom: 8px;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  color: #6d7a8c;
}
.cid-suK42DA643 .text-content .social span:hover {
  color: #4f87fb;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.cid-suK42DA643 .card-img {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 3rem;
  text-align: center;
}
.cid-suK42DA643 .list-block {
  position: relative;
}
.cid-suK42DA643 .list-block h4,
.cid-suK42DA643 .list-block p {
  padding-left: 4.5rem;
}
.cid-suK42DA643 .card-img {
  display: block;
}
.cid-suK42DA643 input,
.cid-suK42DA643 textarea {
  border-left: none;
  border-top: none;
  border-right: none;
  border-radius: 4px;
  padding: 20px 10px 20px 20px;
  font-size: 13px;
  color: #ffffff;
  font-weight: 600;
}
.cid-suK42DA643 input:focus,
.cid-suK42DA643 textarea:focus {
  border-left: none;
  border-top: none;
  border-right: none;
}
.cid-suK42DA643 .form-control,
.cid-suK42DA643 .field-input {
  min-height: 3rem;
  padding: 20px 10px 20px 20px;
  background-color: #ffffff;
  border-color: #4f87fb;
  color: #000000;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-suK42DA643 .form-control:hover,
.cid-suK42DA643 .field-input:hover,
.cid-suK42DA643 .form-control:focus,
.cid-suK42DA643 .field-input:focus {
  background-color: #ffffff;
  border-color: #ffffff !important;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-suK42DA643 input::-webkit-input-placeholder,
.cid-suK42DA643 textarea::-webkit-input-placeholder {
  color: #6d7a8c;
}
.cid-suK42DA643 input:-moz-placeholder,
.cid-suK42DA643 textarea:-moz-placeholder {
  color: #6d7a8c;
}
.cid-suK42DA643 .jq-selectbox li,
.cid-suK42DA643 .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-suK42DA643 .jq-selectbox li:hover,
.cid-suK42DA643 .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-suK42DA643 .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-suK42DA643 .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-suK42DA643 .mbr-form {
  max-width: 550px;
}
.cid-suK42DA643 .mbr-form .mbr-subtitle {
  color: #4f87fb;
  font-weight: 800;
}
.cid-suK42DA643 .mbr-form .mbr-subtitle.display-4 {
  font-size: 13px;
  line-height: 1.85;
  letter-spacing: 2px;
}
.cid-suK42DA643 .mbr-form .mbr-section-title {
  color: #130947;
  font-weight: 700;
}
.cid-suK42DA643 .mbr-form .mbr-section-title.display-2 {
  line-height: 1.2;
  letter-spacing: -0.5px;
}
.cid-suK42DA643 .mbr-form .mbr-text {
  color: #6d7a8c;
}
.cid-suK42DA643 .mbr-form textarea {
  min-height: 100px;
}
.cid-suK42DA643 .mbr-form .btn {
  -webkit-box-pack: justify;
  justify-content: space-between;
  border-width: 2px;
  border-radius: 4px;
  border-color: #4f87fb;
  color: #4f87fb;
  padding: 18px 29px;
}
.cid-suK42DA643 .mbr-form .btn.display-4 {
  font-size: 13px;
  letter-spacing: 1px;
}
.cid-suK42DA643 .mbr-form span.value.form-control {
  min-height: 3.5rem;
  padding: 1rem;
}
@media (max-width: 991px) {
  .cid-suK42DA643 .mbr-form {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}
@media (max-width: 768px) {
  .cid-suK42DA643 .mbr-section-title,
  .cid-suK42DA643 .content-title,
  .cid-suK42DA643 .mbr-section-btn {
    text-align: left;
  }
}
.cid-suJZiUYuaR {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #25303e;
}
.cid-suJZiUYuaR .links {
  text-align: center;
  color: #ffffff;
}
.cid-suJZiUYuaR p {
  margin: 0;
}
.cid-suJZiUYuaR a {
  color: #ffffff;
}
.cid-suJZiUYuaR a:hover {
  color: #4f87fb !important;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.cid-suK2fvU8Rl {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #25303e;
}
.cid-suK2fvU8Rl section {
  position: relative;
}
.cid-suK2fvU8Rl .widget-title {
  font-weight: 600;
}
.cid-suK2fvU8Rl .widget-title.display-7 {
  font-size: 17px;
  line-height: 27px;
  letter-spacing: 0.5px;
}
.cid-suK2fvU8Rl .mbr-text.display-4 {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 300;
}
.cid-suK2fvU8Rl .item .card-box .item-title {
  font-weight: 300;
}
.cid-suK2fvU8Rl .item .card-box .item-title.display-4 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-suK2fvU8Rl .item .card-img {
  width: auto;
  background-color: #4f87fb;
  border-radius: 100%;
}
.cid-suK2fvU8Rl .item .card-img .img1 {
  display: block;
  padding: 6px;
  font-size: 13px;
}
.cid-suK2fvU8Rl img {
  height: 100px;
  padding-right: 8px;
}
.cid-suK2fvU8Rl .img1 {
  color: #ffffff;
  background-color: #4f87fb;
  border-radius: 50%;
}
.cid-suK2fvU8Rl .img2 {
  color: #ffffff;
  font-size: 10px;
}
.cid-suK2fvU8Rl .line {
  width: 50px;
  height: 2px;
  display: inline-block;
  background: #4f87fb;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
@media (max-width: 992px) {
  .cid-suK2fvU8Rl .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-suK2fvU8Rl .content .link-wrap {
  font-weight: 300;
  color: #fff;
}
.cid-suK2fvU8Rl .content .link-wrap.display-4 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-suK2fvU8Rl .content .date-wrap {
  color: #4f87fb;
  font-weight: 500;
}
.cid-suK2fvU8Rl .content .date-wrap.display-4 {
  font-size: 13px;
  line-height: 17px;
}
.cid-suK2fvU8Rl .item,
.cid-suK2fvU8Rl .link {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  padding-bottom: 0.5rem;
  margin-bottom: 0.6rem;
}
.cid-suK2fvU8Rl .item h4,
.cid-suK2fvU8Rl .link h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-suK2fvU8Rl .link .card-img {
  padding-bottom: 3px;
}
.cid-suK2fvU8Rl .link .card-box .link-title {
  font-weight: 300;
}
.cid-suK2fvU8Rl .link .card-box .link-title a:hover {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: #4f87fb !important;
}
.cid-suK2fvU8Rl .link .card-box .link-title.display-4 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-suK2fvU8Rl .card-img {
  width: auto;
}
@media (max-width: 767px) {
  .cid-suK2fvU8Rl h5 {
    text-align: left !important;
  }
  .cid-suK2fvU8Rl .line-wrap {
    text-align: left !important;
  }
}
.cid-suK2fvU8Rl .item-title {
  color: #ffffff;
}
.cid-suK2fvU8Rl .tips {
  height: 70px;
  width: 70px;
  margin: 4px;
  -o-object-fit: cover;
  object-fit: cover;
}
.cid-suK2fvU8Rl .btn[class*="-outline"] {
  border: none;
  padding: 0;
  margin: 0 !important;
  box-shadow: none !important;
  text-align: left;
  line-height: 1.5;
}
.cid-suK2fvU8Rl .btn[class*="-outline"] span {
  -webkit-box-ordinal-group: 3;
  order: 2;
  font-size: 0.8rem;
  font-weight: 900;
  -webkit-transition: padding 0.3s !important;
  transition: padding 0.3s !important;
}
.cid-suK2fvU8Rl .btn[class*="-outline"]:hover {
  background-color: transparent !important;
  color: #4f87fb !important;
  box-shadow: none !important;
}
.cid-suK2fvU8Rl .btn[class*="-outline"]:active,
.cid-suK2fvU8Rl .btn[class*="-outline"]:focus {
  background-color: transparent !important;
  box-shadow: none !important;
}
.cid-suK2fvU8Rl .list .list-item:first-child {
  padding-bottom: 15px;
}
.cid-suK2fvU8Rl .list .list-item:last-child {
  margin-top: 10px;
}
.cid-suK2fvU8Rl .box-list {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
  font-weight: 300;
}
.cid-suK2fvU8Rl .box-list li {
  padding: 10px 0 10px;
  color: #ffffff;
}
.cid-suK2fvU8Rl .box-list li:first-child {
  padding-top: 0;
}
.cid-suK2fvU8Rl .box-list li:last-child {
  border-bottom: none;
}
.cid-suK2fvU8Rl .box-list li span {
  float: right;
  text-align: right;
  padding-left: 0.5rem;
  color: #4f87fb;
}
.cid-suK2fvU8Rl .box-list.display-4 {
  line-height: 24px;
}
.cid-suK2fvU8Rl .mbr-text {
  line-height: 1.5;
  margin-bottom: 25px;
}
.cid-suK2fvU8Rl .item-title DIV {
  text-align: left;
}
.cid-suK2fvU8Rl .box-list li LI {
  text-align: center;
}
.is-builder .cid-suAlHrI83r .navbar {
  padding-top: 20px !important;
}
.cid-suAlHrI83r .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  -webkit-transition: none;
  transition: none;
  min-height: 77px;
}
@media (min-width: 1200px) {
  .cid-suAlHrI83r .navbar .dropdown .dropdown-menu .dropdown-item {
    padding: 0.835em 2.5385em 0.835em 3.5385em !important;
    margin: 0 !important;
  }
  .cid-suAlHrI83r .navbar .dropdown .dropdown-menu .dropdown-item:hover {
    padding: 0.835em 2.5385em 0.835em 3.8385em !important;
  }
}
.cid-suAlHrI83r .menu-logo {
  display: flex;
  position: relative;
  -webkit-box-align: center;
  align-items: center;
  margin-right: auto;
}
.cid-suAlHrI83r .menu-logo .navbar-brand {
  display: flex;
  margin-left: 4rem;
  padding: 0.5rem 0;
  -webkit-transition: padding 0.2s;
  transition: padding 0.2s;
  min-height: 2rem;
  -webkit-box-align: center;
  align-items: center;
}
.cid-suAlHrI83r .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-suAlHrI83r .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-suAlHrI83r .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  -webkit-transition: font-size 0.25s;
  transition: font-size 0.25s;
}
.cid-suAlHrI83r .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-suAlHrI83r .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  -webkit-transition: font-size 0.25s;
  transition: font-size 0.25s;
}
.cid-suAlHrI83r .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-suAlHrI83r a {
  font-style: normal;
}
.cid-suAlHrI83r .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: middle;
  position: relative;
  text-decoration: none;
}
.cid-suAlHrI83r .nav-item a {
  padding: 0.4rem 0 !important;
}
.cid-suAlHrI83r .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-suAlHrI83r .dropdown-item:hover:before {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  width: 16px;
}
.cid-suAlHrI83r .content-text {
  margin-bottom: 0;
}
.cid-suAlHrI83r .navbar-nav {
  position: relative;
  min-height: 100px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
}
.cid-suAlHrI83r .navbar-nav li:first-child > a {
  color: #4f87fb;
}
.cid-suAlHrI83r .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-suAlHrI83r .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #4f87fb;
    -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-suAlHrI83r .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
  .cid-suAlHrI83r .navbar-nav .nav-item a {
    margin: 0 1.1rem !important;
  }
}
@media (max-width: 1200px) {
  .cid-suAlHrI83r .navbar-nav .nav-item a {
    margin: 0 !important;
  }
}
.cid-suAlHrI83r .navbar-nav .nav-item span {
  padding-right: 0.1rem;
}
.cid-suAlHrI83r .display-4 > .mbr-iconfont {
  font-size: 1.23em;
}
.cid-suAlHrI83r .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-suAlHrI83r .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-suAlHrI83r .content-link {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.cid-suAlHrI83r .content-link:first-child {
  padding-left: 1.3rem;
}
@media (max-width: 1200px) {
  .cid-suAlHrI83r .content-link {
    display: none;
  }
}
.cid-suAlHrI83r .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
}
.cid-suAlHrI83r .navbar-buttons.mbr-section-btn > .mbr-iconfont {
  font-size: 17px !important;
  margin-right: 13px;
}
.cid-suAlHrI83r .nav-dropdown .link {
  font-weight: 600;
}
.cid-suAlHrI83r .nav-dropdown .link.display-4 {
  font-size: 15px;
}
.cid-suAlHrI83r .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-suAlHrI83r .content-left-side {
  text-align: center;
  padding-top: 3px;
}
@media (max-width: 575px) {
  .cid-suAlHrI83r .content-left-side {
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    padding: 0.5rem 0;
  }
  .cid-suAlHrI83r .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-suAlHrI83r .content-right-side {
  text-align: center;
}
@media (max-width: 575px) {
  .cid-suAlHrI83r .content-right-side {
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    padding: 0.5rem 0;
  }
  .cid-suAlHrI83r .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-suAlHrI83r .content-right-side .icons-block {
  padding-bottom: 5px;
  padding-left: 17px;
}
.cid-suAlHrI83r .content-right-side .content-link {
  margin-left: 1rem;
}
.cid-suAlHrI83r .content-right-side .content-link span {
  vertical-align: middle;
  padding-bottom: 2px;
}
.cid-suAlHrI83r .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: 0px;
  padding-bottom: 0px;
}
.cid-suAlHrI83r .content-left-side .content-link {
  margin-left: 1rem;
}
.cid-suAlHrI83r .content-left-side .content-link span {
  vertical-align: middle;
  padding-bottom: 2px;
}
@media (max-width: 1200px) {
  .cid-suAlHrI83r .content-left-side {
    text-align: center;
    padding-bottom: 1rem;
  }
  .cid-suAlHrI83r .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-suAlHrI83r .dropdown-item:before {
    display: none;
  }
  .cid-suAlHrI83r .menu-logo {
    width: 100%;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }
  .cid-suAlHrI83r .menu-bottom {
    width: 100%;
    padding: 0 1rem;
    display: block;
  }
  .cid-suAlHrI83r img {
    height: 2rem !important;
  }
  .cid-suAlHrI83r .btn {
    display: flex;
  }
  .cid-suAlHrI83r button.navbar-toggler {
    display: block;
  }
  .cid-suAlHrI83r .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-suAlHrI83r .navbar-toggleable-sm {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  .cid-suAlHrI83r .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-suAlHrI83r .navbar-collapse.collapsing,
  .cid-suAlHrI83r .navbar-collapse.show {
    display: block !important;
  }
  .cid-suAlHrI83r .navbar-collapse.collapsing .navbar-nav,
  .cid-suAlHrI83r .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-suAlHrI83r .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-suAlHrI83r .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
    padding: 0.5rem 0;
  }
  .cid-suAlHrI83r .navbar-collapse.collapsing .navbar-buttons,
  .cid-suAlHrI83r .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-suAlHrI83r .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-suAlHrI83r .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-suAlHrI83r .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-suAlHrI83r .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-suAlHrI83r .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-suAlHrI83r .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-suAlHrI83r .navbar-nav.nav-dropdown {
    max-height: 80vh !important;
    overflow-y: auto !important;
  }
}
@media (min-width: 1200px) {
  .cid-suAlHrI83r .navbar .menu-content-top {
    display: block;
  }
  .cid-suAlHrI83r .menu-content-top .row {
    -webkit-box-pack: justify;
    justify-content: space-between;
    flex-wrap: nowrap;
  }
  .cid-suAlHrI83r .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-suAlHrI83r .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-suAlHrI83r .menu-content-top {
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  }
  .cid-suAlHrI83r .menu-bottom {
    display: flex;
  }
  .cid-suAlHrI83r .navbar {
    display: block;
    padding: 0;
  }
  .cid-suAlHrI83r .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
  }
  .cid-suAlHrI83r .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-suAlHrI83r .navbar-toggler {
    display: none;
  }
}
.cid-suAlHrI83r .navbar-short .menu-content-top {
  border: none;
  display: none;
}
.cid-suAlHrI83r .btn {
  padding: 15px 30px;
  font-weight: 800;
  display: inline-flex;
  -webkit-box-align: center;
  align-items: center;
  border-width: 1px;
  box-shadow: none;
}
.cid-suAlHrI83r .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-suAlHrI83r .btn.display-4 {
  letter-spacing: 0.5px;
  font-size: 13px;
  line-height: 13px;
}
.cid-suAlHrI83r .navbar-toggleable-sm .navbar-collapse {
  -webkit-box-pack: end;
  justify-content: flex-end;
  padding-right: 4rem;
  width: 100%;
}
.cid-suAlHrI83r .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-suAlHrI83r .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-suAlHrI83r .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-suAlHrI83r .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  border-top: 3px solid #4f87fb;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
  min-width: 16.875rem;
  text-align: left;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 20px !important;
}
@media (max-width: 1200px) {
  .cid-suAlHrI83r .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-suAlHrI83r .dropdown .dropdown-menu .dropdown-item {
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-suAlHrI83r .dropdown .dropdown-menu .dropdown-item:hover {
  background-color: #4f87fb;
  color: #ffffff;
}
.cid-suAlHrI83r .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-suAlHrI83r .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-suAlHrI83r .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-suAlHrI83r .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-suAlHrI83r .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-suAlHrI83r .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-suAlHrI83r .navbar.navbar-short {
  min-height: 60px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-suAlHrI83r .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-suAlHrI83r .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-suAlHrI83r .navbar.navbar-short .navbar-logo a img {
  height: 2.0rem !important;
}
.cid-suAlHrI83r .navbar.navbar-short .navbar-brand {
  min-height: 2.0rem;
}
.cid-suAlHrI83r .navbar.navbar-short .navbar-nav {
  min-height: 60px;
}
.cid-suAlHrI83r button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-suAlHrI83r button.navbar-toggler:focus {
  outline: none;
}
.cid-suAlHrI83r button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-suAlHrI83r button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-suAlHrI83r button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}
.cid-suAlHrI83r button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}
.cid-suAlHrI83r button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-suAlHrI83r 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-suAlHrI83r nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.cid-suAlHrI83r nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.cid-suAlHrI83r 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-suAlHrI83r .collapsed.navbar {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}
.cid-suAlHrI83r .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-suAlHrI83r .collapsed .menu-logo {
  margin-right: 0;
}
.cid-suAlHrI83r .collapsed .btn {
  display: flex;
}
.cid-suAlHrI83r .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-suAlHrI83r .collapsed .navbar-collapse.collapsing,
.cid-suAlHrI83r .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-suAlHrI83r .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-suAlHrI83r .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-suAlHrI83r .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-suAlHrI83r .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-suAlHrI83r .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-suAlHrI83r .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-suAlHrI83r .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-suAlHrI83r .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1200px) {
  .cid-suAlHrI83r .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 1.8rem  - 1rem);
  }
  .cid-suAlHrI83r .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-suAlHrI83r .collapsed button.navbar-toggler {
  display: block;
  -webkit-align-self: center;
  align-self: center;
}
.cid-suAlHrI83r .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-suAlHrI83r .collapsed .navbar-toggleable-sm {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}
.cid-suAlHrI83r .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-suAlHrI83r .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-suAlHrI83r .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-suAlHrI83r .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-suAlHrI83r .collapsed .dropdown-item:before {
  display: none;
}
.cid-suAlHrI83r .navbar-dropdown {
  flex-wrap: nowrap;
}
.cid-suAlHrI83r .navbar-collapse {
  flex-basis: auto;
  display: flex;
}
.cid-suAlHrI83r .nav-link:focus {
  outline: none;
}
.cid-suAlHrI83r .navbar-toggler {
  position: relative;
}
.cid-suAlHrI83r .dropdown-item.active,
.cid-suAlHrI83r .dropdown-item:active {
  background-color: #ffffff;
  color: #ffffff;
}
.cid-suAlHrI83r .nav-link:hover,
.cid-suAlHrI83r .dropdown-item:hover {
  color: #4f87fb;
}
.cid-suAlHsyleC {
  padding-top: 135px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-suAlHsyleC img {
  width: 100%;
  border-radius: 8px;
  box-shadow: 0 0 20px rgba(79, 110, 173, 0.1);
}
.cid-suAlHsyleC .mbr-section-title {
  text-align: left;
  color: #4f87fb;
  line-height: 1.2;
  letter-spacing: -0.5px;
}
.cid-suAlHsyleC .mbr-text {
  color: #6d7a8c;
  line-height: 1.5;
}
.cid-suAlHsyleC .mbr-list {
  margin-top: 35px;
  color: #6d7a8c;
}
.cid-suAlHsyleC .mbr-list .list {
  list-style-type: none;
  padding-left: 0;
}
.cid-suAlHsyleC .mbr-list .list li {
  margin-bottom: 1rem;
}
.cid-suAlHsyleC .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-suAlHsyleC H3 {
  color: #656565;
}
.cid-suK4kvkhnH {
  padding-top: 105px;
  padding-bottom: 105px;
  background-color: #4f87fb;
  background: linear-gradient(to bottom, #4f87fb, #0053f9);
}
.cid-suK4kvkhnH .mbr-section-subtitle {
  color: #ffffff;
  font-weight: 700;
  line-height: 1.43;
  letter-spacing: 2px;
  width: 100%;
}
.cid-suK4kvkhnH .mbr-section-title {
  color: #ffffff;
  font-weight: 700;
  width: 100%;
}
.cid-suK4kvkhnH .mbr-section-title.display-2 {
  font-size: 48px;
  line-height: 1.15;
  letter-spacing: -0.5px;
}
.cid-suK4kvkhnH .mbr-text {
  color: #ffffff;
  font-weight: 400;
  width: 100;
}
.cid-suK4kvkhnH .mbr-text.display-7 {
  font-size: 20px;
  line-height: 1.5;
}
.cid-suK4kvkhnH .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-suK4kvkhnH .content-link span {
  margin-right: 15px;
  margin-left: 20px;
  padding: 10px;
  border-radius: 100%;
  color: #ffffff;
  background-color: #ffffff;
  font-size: 2.475rem;
}
.cid-suK4kvkhnH .mbr-section-btn .btn {
  border-radius: 3px;
  line-height: 2;
  letter-spacing: 1px;
  padding: 12px 40px !important;
  margin-right: 20px;
}
.cid-suK4kvkhnH .mbr-section-btn.display-4,
.cid-suK4kvkhnH .btn.display-4 {
  font-size: 12px !important;
}
@media (max-width: 991px) {
  .cid-suK4kvkhnH .separator,
  .cid-suK4kvkhnH .sep-holder,
  .cid-suK4kvkhnH .sep-line {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .cid-suK4kvkhnH .buttons-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
}
.cid-suK4lESwIt {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-suK4lESwIt .contents {
  margin-bottom: 70px;
}
.cid-suK4lESwIt .contents .mbr-subtitle {
  color: #4f87fb;
  margin-bottom: 10px;
  font-weight: 800;
}
.cid-suK4lESwIt .contents .mbr-subtitle.display-4 {
  letter-spacing: 2px;
  line-height: 24px;
  font-size: 13px;
}
.cid-suK4lESwIt .contents .mbr-section-title {
  margin-bottom: 20px;
  color: #130947;
  font-weight: 700;
}
.cid-suK4lESwIt .contents .mbr-section-title.display-2 {
  line-height: 48px;
  letter-spacing: -0.5px;
}
.cid-suK4lESwIt .contents .mbr-section-text {
  margin-top: 20px;
  color: #6d7a8c;
  font-weight: 400;
}
.cid-suK4lESwIt .contents .mbr-section-text.display-7 {
  line-height: 28px;
  letter-spacing: 0;
}
.cid-suK4lESwIt .card {
  margin-bottom: 2rem;
}
.cid-suK4lESwIt .card-block {
  font-weight: 400;
  letter-spacing: 0.03em;
  position: relative;
  background: #4f87fb;
  color: #232323;
  box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.08);
  padding: 1.9rem;
  margin-bottom: 35px;
  border-radius: 4px;
}
.cid-suK4lESwIt .card-block.display-7 {
  font-size: 16px;
  line-height: 26px;
}
.cid-suK4lESwIt .card-block:before {
  content: "";
  position: absolute;
  bottom: -15px;
  left: 50%;
  margin-left: -14px;
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-top: 15px solid #4f87fb;
  border-right: 15px solid transparent;
}
.cid-suK4lESwIt .mbr-author-img {
  width: 50px;
  height: 50px;
  display: inline-block;
  border-radius: 100%;
  margin-left: 0rem;
}
.cid-suK4lESwIt .mbr-author-img img {
  width: 100%;
  border-radius: 100%;
  min-width: 100%;
  min-height: 100%;
}
.cid-suK4lESwIt .name-wrap {
  display: inline-block;
}
.cid-suK4lESwIt .card-footer {
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-align: center;
  align-items: center;
  border-top: none;
  background: none;
  padding: 0 1.25rem 1.25rem 1.25rem;
}
.cid-suK4lESwIt .mbr-author-desc {
  color: #767676;
  text-align: center;
}
.cid-suK4lESwIt .card-block p {
  color: #ffffff;
  text-align: center;
}
.cid-suK4lESwIt .mbr-author-name {
  color: #130947;
  margin-bottom: 5px;
}
.cid-suK4lESwIt .mbr-section-title,
.cid-suK4lESwIt .title div {
  color: #232323;
  text-align: center;
}
.cid-suK4lESwIt .contents .mbr-section-text {
  text-align: center;
}
.cid-suK4mf673J {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-suK4mf673J .carousel-item {
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-suK4mf673J .carousel-item.active,
.cid-suK4mf673J .carousel-item-next,
.cid-suK4mf673J .carousel-item-prev {
  display: flex;
}
.cid-suK4mf673J .img-box {
  position: relative;
  width: fit-content;
  margin: auto;
}
.cid-suK4mf673J .mbr-iconfont {
  font-family: Moririse2 !important;
  font-size: 1rem;
  font-weight: 900;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.cid-suK4mf673J .carousel-controls a {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  font-size: 2rem;
}
.cid-suK4mf673J .carousel-controls a span {
  position: absolute;
  top: 45%;
  padding: 10px;
  border-radius: 50%;
  color: #4f87fb;
  opacity: 1;
}
.cid-suK4mf673J .carousel-controls a:hover span {
  opacity: 0.4;
}
.cid-suK4mf673J h1 {
  color: #36404c;
}
.cid-suK4mf673J .author-box {
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
}
.cid-suK4mf673J .face {
  width: 100px;
  height: 100px;
  border-radius: 100%;
  box-shadow: none;
  margin: 0rem;
  -o-object-fit: cover;
  object-fit: cover;
}
.cid-suK4mf673J .author {
  margin: auto 0;
}
.cid-suK4mf673J h3,
.cid-suK4mf673J h4 {
  margin: 0;
  padding: 0;
}
.cid-suK4mf673J h3 {
  color: #130947;
}
.cid-suK4mf673J h3.display-7 {
  line-height: 1.1;
  letter-spacing: 0;
}
.cid-suK4mf673J h4 {
  color: #4f87fb;
  font-weight: 700;
}
.cid-suK4mf673J h4.display-4 {
  line-height: 1.5;
  font-size: 13px;
}
.cid-suK4mf673J .mbr-text {
  padding-bottom: 30px;
  color: #6d7a8c;
  font-weight: 300;
}
.cid-suK4mf673J .mbr-text.display-5 {
  line-height: 1.3;
}
.cid-suK4mf673J .box {
  max-width: 800px !important;
  margin: auto !important;
}
@media (max-width: 992px) {
  .cid-suK4mf673J .carousel-controls a span {
    bottom: auto;
    top: 30%;
  }
}
@media (max-width: 767px) {
  .cid-suK4mf673J .carousel-controls a span {
    bottom: auto;
    top: 20%;
  }
}
.cid-suK4mf673J .mbr-text,
.cid-suK4mf673J .mbr-section-btn {
  color: #4f87fb;
}
.cid-suK4mf673J H4 {
  color: #130947;
}
.cid-suK4n9ALAf {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-suK4n9ALAf .mbr-section-title {
  margin-bottom: 30px;
  color: #130947;
}
.cid-suK4n9ALAf .mbr-section-title.display-2 {
  line-height: 1.2;
  letter-spacing: -0.5px;
}
.cid-suK4n9ALAf .google-map {
  height: 30rem;
  position: relative;
  width: 100%;
}
.cid-suK4n9ALAf .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-suK4n9ALAf .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-suK4n9ALAf .google-map[data-state] {
  background: #e9e5dc;
}
.cid-suK4n9ALAf .google-map[data-state='loading'] [data-state-details] {
  display: none;
}
.cid-suK4n9ALAf .map-placeholder {
  display: none;
}
.cid-suK4n9ALAf h4 {
  padding-top: 5rem;
  color: #767676;
  text-align: center;
}
.cid-suJZiUYuaR {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #25303e;
}
.cid-suJZiUYuaR .links {
  text-align: center;
  color: #ffffff;
}
.cid-suJZiUYuaR p {
  margin: 0;
}
.cid-suJZiUYuaR a {
  color: #ffffff;
}
.cid-suJZiUYuaR a:hover {
  color: #4f87fb !important;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.cid-suK4nKAjkK {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #e6ecf2;
}
.cid-suK4nKAjkK .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-suK4nKAjkK .row {
  flex-direction: row-reverse;
}
.cid-suK4nKAjkK .text-content .content-title {
  color: #130947;
  margin-bottom: 30px;
}
.cid-suK4nKAjkK .text-content .content-title.display-5 {
  font-size: 26px;
  line-height: 1.38;
  letter-spacing: -0.5px;
}
.cid-suK4nKAjkK .text-content .list-block {
  border-bottom-width: 1px;
  padding-bottom: 30px;
  border-bottom-color: #130947;
  border-bottom-style: dotted;
  margin-bottom: 20px;
}
.cid-suK4nKAjkK .text-content .list-block .card-img span {
  color: #4f87fb;
  font-size: 2.5rem;
}
.cid-suK4nKAjkK .text-content .list-block .list-item-title {
  color: #130947;
}
.cid-suK4nKAjkK .text-content .list-block .list-item-title.display-7 {
  font-size: 20px;
  letter-spacing: -0.5px;
  line-height: 1.2;
}
.cid-suK4nKAjkK .text-content .list-block .list-item-text {
  padding-top: 10px;
  line-height: 1.29;
  color: #6d7a8c;
  margin-bottom: 0;
}
.cid-suK4nKAjkK .text-content .list-block.last {
  border-bottom: none;
  margin-bottom: 20px;
  padding-bottom: 0;
}
.cid-suK4nKAjkK .text-content .social {
  font-size: 1.2rem;
  padding-left: 4.5rem;
}
.cid-suK4nKAjkK .text-content .social span {
  margin-right: 11.2px;
  margin-bottom: 8px;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  color: #6d7a8c;
}
.cid-suK4nKAjkK .text-content .social span:hover {
  color: #4f87fb;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.cid-suK4nKAjkK .card-img {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 3rem;
  text-align: center;
}
.cid-suK4nKAjkK .list-block {
  position: relative;
}
.cid-suK4nKAjkK .list-block h4,
.cid-suK4nKAjkK .list-block p {
  padding-left: 4.5rem;
}
.cid-suK4nKAjkK .card-img {
  display: block;
}
.cid-suK4nKAjkK input,
.cid-suK4nKAjkK textarea {
  border-left: none;
  border-top: none;
  border-right: none;
  border-radius: 4px;
  padding: 20px 10px 20px 20px;
  font-size: 13px;
  color: #ffffff;
  font-weight: 600;
}
.cid-suK4nKAjkK input:focus,
.cid-suK4nKAjkK textarea:focus {
  border-left: none;
  border-top: none;
  border-right: none;
}
.cid-suK4nKAjkK .form-control,
.cid-suK4nKAjkK .field-input {
  min-height: 3rem;
  padding: 20px 10px 20px 20px;
  background-color: #ffffff;
  border-color: #4f87fb;
  color: #000000;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-suK4nKAjkK .form-control:hover,
.cid-suK4nKAjkK .field-input:hover,
.cid-suK4nKAjkK .form-control:focus,
.cid-suK4nKAjkK .field-input:focus {
  background-color: #ffffff;
  border-color: #ffffff !important;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-suK4nKAjkK input::-webkit-input-placeholder,
.cid-suK4nKAjkK textarea::-webkit-input-placeholder {
  color: #6d7a8c;
}
.cid-suK4nKAjkK input:-moz-placeholder,
.cid-suK4nKAjkK textarea:-moz-placeholder {
  color: #6d7a8c;
}
.cid-suK4nKAjkK .jq-selectbox li,
.cid-suK4nKAjkK .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-suK4nKAjkK .jq-selectbox li:hover,
.cid-suK4nKAjkK .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-suK4nKAjkK .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-suK4nKAjkK .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-suK4nKAjkK .mbr-form {
  max-width: 550px;
}
.cid-suK4nKAjkK .mbr-form .mbr-subtitle {
  color: #4f87fb;
  font-weight: 800;
}
.cid-suK4nKAjkK .mbr-form .mbr-subtitle.display-4 {
  font-size: 13px;
  line-height: 1.85;
  letter-spacing: 2px;
}
.cid-suK4nKAjkK .mbr-form .mbr-section-title {
  color: #130947;
  font-weight: 700;
}
.cid-suK4nKAjkK .mbr-form .mbr-section-title.display-2 {
  line-height: 1.2;
  letter-spacing: -0.5px;
}
.cid-suK4nKAjkK .mbr-form .mbr-text {
  color: #6d7a8c;
}
.cid-suK4nKAjkK .mbr-form textarea {
  min-height: 100px;
}
.cid-suK4nKAjkK .mbr-form .btn {
  -webkit-box-pack: justify;
  justify-content: space-between;
  border-width: 2px;
  border-radius: 4px;
  border-color: #4f87fb;
  color: #4f87fb;
  padding: 18px 29px;
}
.cid-suK4nKAjkK .mbr-form .btn.display-4 {
  font-size: 13px;
  letter-spacing: 1px;
}
.cid-suK4nKAjkK .mbr-form span.value.form-control {
  min-height: 3.5rem;
  padding: 1rem;
}
@media (max-width: 991px) {
  .cid-suK4nKAjkK .mbr-form {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}
@media (max-width: 768px) {
  .cid-suK4nKAjkK .mbr-section-title,
  .cid-suK4nKAjkK .content-title,
  .cid-suK4nKAjkK .mbr-section-btn {
    text-align: left;
  }
}
.cid-suK2fvU8Rl {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #25303e;
}
.cid-suK2fvU8Rl section {
  position: relative;
}
.cid-suK2fvU8Rl .widget-title {
  font-weight: 600;
}
.cid-suK2fvU8Rl .widget-title.display-7 {
  font-size: 17px;
  line-height: 27px;
  letter-spacing: 0.5px;
}
.cid-suK2fvU8Rl .mbr-text.display-4 {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 300;
}
.cid-suK2fvU8Rl .item .card-box .item-title {
  font-weight: 300;
}
.cid-suK2fvU8Rl .item .card-box .item-title.display-4 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-suK2fvU8Rl .item .card-img {
  width: auto;
  background-color: #4f87fb;
  border-radius: 100%;
}
.cid-suK2fvU8Rl .item .card-img .img1 {
  display: block;
  padding: 6px;
  font-size: 13px;
}
.cid-suK2fvU8Rl img {
  height: 100px;
  padding-right: 8px;
}
.cid-suK2fvU8Rl .img1 {
  color: #ffffff;
  background-color: #4f87fb;
  border-radius: 50%;
}
.cid-suK2fvU8Rl .img2 {
  color: #ffffff;
  font-size: 10px;
}
.cid-suK2fvU8Rl .line {
  width: 50px;
  height: 2px;
  display: inline-block;
  background: #4f87fb;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
@media (max-width: 992px) {
  .cid-suK2fvU8Rl .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-suK2fvU8Rl .content .link-wrap {
  font-weight: 300;
  color: #fff;
}
.cid-suK2fvU8Rl .content .link-wrap.display-4 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-suK2fvU8Rl .content .date-wrap {
  color: #4f87fb;
  font-weight: 500;
}
.cid-suK2fvU8Rl .content .date-wrap.display-4 {
  font-size: 13px;
  line-height: 17px;
}
.cid-suK2fvU8Rl .item,
.cid-suK2fvU8Rl .link {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  padding-bottom: 0.5rem;
  margin-bottom: 0.6rem;
}
.cid-suK2fvU8Rl .item h4,
.cid-suK2fvU8Rl .link h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-suK2fvU8Rl .link .card-img {
  padding-bottom: 3px;
}
.cid-suK2fvU8Rl .link .card-box .link-title {
  font-weight: 300;
}
.cid-suK2fvU8Rl .link .card-box .link-title a:hover {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: #4f87fb !important;
}
.cid-suK2fvU8Rl .link .card-box .link-title.display-4 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-suK2fvU8Rl .card-img {
  width: auto;
}
@media (max-width: 767px) {
  .cid-suK2fvU8Rl h5 {
    text-align: left !important;
  }
  .cid-suK2fvU8Rl .line-wrap {
    text-align: left !important;
  }
}
.cid-suK2fvU8Rl .item-title {
  color: #ffffff;
}
.cid-suK2fvU8Rl .tips {
  height: 70px;
  width: 70px;
  margin: 4px;
  -o-object-fit: cover;
  object-fit: cover;
}
.cid-suK2fvU8Rl .btn[class*="-outline"] {
  border: none;
  padding: 0;
  margin: 0 !important;
  box-shadow: none !important;
  text-align: left;
  line-height: 1.5;
}
.cid-suK2fvU8Rl .btn[class*="-outline"] span {
  -webkit-box-ordinal-group: 3;
  order: 2;
  font-size: 0.8rem;
  font-weight: 900;
  -webkit-transition: padding 0.3s !important;
  transition: padding 0.3s !important;
}
.cid-suK2fvU8Rl .btn[class*="-outline"]:hover {
  background-color: transparent !important;
  color: #4f87fb !important;
  box-shadow: none !important;
}
.cid-suK2fvU8Rl .btn[class*="-outline"]:active,
.cid-suK2fvU8Rl .btn[class*="-outline"]:focus {
  background-color: transparent !important;
  box-shadow: none !important;
}
.cid-suK2fvU8Rl .list .list-item:first-child {
  padding-bottom: 15px;
}
.cid-suK2fvU8Rl .list .list-item:last-child {
  margin-top: 10px;
}
.cid-suK2fvU8Rl .box-list {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
  font-weight: 300;
}
.cid-suK2fvU8Rl .box-list li {
  padding: 10px 0 10px;
  color: #ffffff;
}
.cid-suK2fvU8Rl .box-list li:first-child {
  padding-top: 0;
}
.cid-suK2fvU8Rl .box-list li:last-child {
  border-bottom: none;
}
.cid-suK2fvU8Rl .box-list li span {
  float: right;
  text-align: right;
  padding-left: 0.5rem;
  color: #4f87fb;
}
.cid-suK2fvU8Rl .box-list.display-4 {
  line-height: 24px;
}
.cid-suK2fvU8Rl .mbr-text {
  line-height: 1.5;
  margin-bottom: 25px;
}
.cid-suK2fvU8Rl .item-title DIV {
  text-align: left;
}
.cid-suK2fvU8Rl .box-list li LI {
  text-align: center;
}
.is-builder .cid-suAo5I89nm .navbar {
  padding-top: 20px !important;
}
.cid-suAo5I89nm .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  -webkit-transition: none;
  transition: none;
  min-height: 77px;
}
@media (min-width: 1200px) {
  .cid-suAo5I89nm .navbar .dropdown .dropdown-menu .dropdown-item {
    padding: 0.835em 2.5385em 0.835em 3.5385em !important;
    margin: 0 !important;
  }
  .cid-suAo5I89nm .navbar .dropdown .dropdown-menu .dropdown-item:hover {
    padding: 0.835em 2.5385em 0.835em 3.8385em !important;
  }
}
.cid-suAo5I89nm .menu-logo {
  display: flex;
  position: relative;
  -webkit-box-align: center;
  align-items: center;
  margin-right: auto;
}
.cid-suAo5I89nm .menu-logo .navbar-brand {
  display: flex;
  margin-left: 4rem;
  padding: 0.5rem 0;
  -webkit-transition: padding 0.2s;
  transition: padding 0.2s;
  min-height: 2rem;
  -webkit-box-align: center;
  align-items: center;
}
.cid-suAo5I89nm .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-suAo5I89nm .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-suAo5I89nm .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  -webkit-transition: font-size 0.25s;
  transition: font-size 0.25s;
}
.cid-suAo5I89nm .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-suAo5I89nm .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  -webkit-transition: font-size 0.25s;
  transition: font-size 0.25s;
}
.cid-suAo5I89nm .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-suAo5I89nm a {
  font-style: normal;
}
.cid-suAo5I89nm .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: middle;
  position: relative;
  text-decoration: none;
}
.cid-suAo5I89nm .nav-item a {
  padding: 0.4rem 0 !important;
}
.cid-suAo5I89nm .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-suAo5I89nm .dropdown-item:hover:before {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  width: 16px;
}
.cid-suAo5I89nm .content-text {
  margin-bottom: 0;
}
.cid-suAo5I89nm .navbar-nav {
  position: relative;
  min-height: 100px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
}
.cid-suAo5I89nm .navbar-nav li:first-child > a {
  color: #4f87fb;
}
.cid-suAo5I89nm .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-suAo5I89nm .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #4f87fb;
    -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-suAo5I89nm .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
  .cid-suAo5I89nm .navbar-nav .nav-item a {
    margin: 0 1.1rem !important;
  }
}
@media (max-width: 1200px) {
  .cid-suAo5I89nm .navbar-nav .nav-item a {
    margin: 0 !important;
  }
}
.cid-suAo5I89nm .navbar-nav .nav-item span {
  padding-right: 0.1rem;
}
.cid-suAo5I89nm .display-4 > .mbr-iconfont {
  font-size: 1.23em;
}
.cid-suAo5I89nm .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-suAo5I89nm .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-suAo5I89nm .content-link {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.cid-suAo5I89nm .content-link:first-child {
  padding-left: 1.3rem;
}
@media (max-width: 1200px) {
  .cid-suAo5I89nm .content-link {
    display: none;
  }
}
.cid-suAo5I89nm .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
}
.cid-suAo5I89nm .navbar-buttons.mbr-section-btn > .mbr-iconfont {
  font-size: 17px !important;
  margin-right: 13px;
}
.cid-suAo5I89nm .nav-dropdown .link {
  font-weight: 600;
}
.cid-suAo5I89nm .nav-dropdown .link.display-4 {
  font-size: 15px;
}
.cid-suAo5I89nm .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-suAo5I89nm .content-left-side {
  text-align: center;
  padding-top: 3px;
}
@media (max-width: 575px) {
  .cid-suAo5I89nm .content-left-side {
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    padding: 0.5rem 0;
  }
  .cid-suAo5I89nm .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-suAo5I89nm .content-right-side {
  text-align: center;
}
@media (max-width: 575px) {
  .cid-suAo5I89nm .content-right-side {
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    padding: 0.5rem 0;
  }
  .cid-suAo5I89nm .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-suAo5I89nm .content-right-side .icons-block {
  padding-bottom: 5px;
  padding-left: 17px;
}
.cid-suAo5I89nm .content-right-side .content-link {
  margin-left: 1rem;
}
.cid-suAo5I89nm .content-right-side .content-link span {
  vertical-align: middle;
  padding-bottom: 2px;
}
.cid-suAo5I89nm .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: 0px;
  padding-bottom: 0px;
}
.cid-suAo5I89nm .content-left-side .content-link {
  margin-left: 1rem;
}
.cid-suAo5I89nm .content-left-side .content-link span {
  vertical-align: middle;
  padding-bottom: 2px;
}
@media (max-width: 1200px) {
  .cid-suAo5I89nm .content-left-side {
    text-align: center;
    padding-bottom: 1rem;
  }
  .cid-suAo5I89nm .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-suAo5I89nm .dropdown-item:before {
    display: none;
  }
  .cid-suAo5I89nm .menu-logo {
    width: 100%;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }
  .cid-suAo5I89nm .menu-bottom {
    width: 100%;
    padding: 0 1rem;
    display: block;
  }
  .cid-suAo5I89nm img {
    height: 2rem !important;
  }
  .cid-suAo5I89nm .btn {
    display: flex;
  }
  .cid-suAo5I89nm button.navbar-toggler {
    display: block;
  }
  .cid-suAo5I89nm .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-suAo5I89nm .navbar-toggleable-sm {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  .cid-suAo5I89nm .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-suAo5I89nm .navbar-collapse.collapsing,
  .cid-suAo5I89nm .navbar-collapse.show {
    display: block !important;
  }
  .cid-suAo5I89nm .navbar-collapse.collapsing .navbar-nav,
  .cid-suAo5I89nm .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-suAo5I89nm .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-suAo5I89nm .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
    padding: 0.5rem 0;
  }
  .cid-suAo5I89nm .navbar-collapse.collapsing .navbar-buttons,
  .cid-suAo5I89nm .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-suAo5I89nm .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-suAo5I89nm .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-suAo5I89nm .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-suAo5I89nm .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-suAo5I89nm .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-suAo5I89nm .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-suAo5I89nm .navbar-nav.nav-dropdown {
    max-height: 80vh !important;
    overflow-y: auto !important;
  }
}
@media (min-width: 1200px) {
  .cid-suAo5I89nm .navbar .menu-content-top {
    display: block;
  }
  .cid-suAo5I89nm .menu-content-top .row {
    -webkit-box-pack: justify;
    justify-content: space-between;
    flex-wrap: nowrap;
  }
  .cid-suAo5I89nm .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-suAo5I89nm .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-suAo5I89nm .menu-content-top {
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  }
  .cid-suAo5I89nm .menu-bottom {
    display: flex;
  }
  .cid-suAo5I89nm .navbar {
    display: block;
    padding: 0;
  }
  .cid-suAo5I89nm .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
  }
  .cid-suAo5I89nm .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-suAo5I89nm .navbar-toggler {
    display: none;
  }
}
.cid-suAo5I89nm .navbar-short .menu-content-top {
  border: none;
  display: none;
}
.cid-suAo5I89nm .btn {
  padding: 15px 30px;
  font-weight: 800;
  display: inline-flex;
  -webkit-box-align: center;
  align-items: center;
  border-width: 1px;
  box-shadow: none;
}
.cid-suAo5I89nm .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-suAo5I89nm .btn.display-4 {
  letter-spacing: 0.5px;
  font-size: 13px;
  line-height: 13px;
}
.cid-suAo5I89nm .navbar-toggleable-sm .navbar-collapse {
  -webkit-box-pack: end;
  justify-content: flex-end;
  padding-right: 4rem;
  width: 100%;
}
.cid-suAo5I89nm .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-suAo5I89nm .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-suAo5I89nm .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-suAo5I89nm .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  border-top: 3px solid #4f87fb;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
  min-width: 16.875rem;
  text-align: left;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 20px !important;
}
@media (max-width: 1200px) {
  .cid-suAo5I89nm .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-suAo5I89nm .dropdown .dropdown-menu .dropdown-item {
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-suAo5I89nm .dropdown .dropdown-menu .dropdown-item:hover {
  background-color: #4f87fb;
  color: #ffffff;
}
.cid-suAo5I89nm .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-suAo5I89nm .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-suAo5I89nm .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-suAo5I89nm .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-suAo5I89nm .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-suAo5I89nm .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-suAo5I89nm .navbar.navbar-short {
  min-height: 60px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-suAo5I89nm .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-suAo5I89nm .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-suAo5I89nm .navbar.navbar-short .navbar-logo a img {
  height: 2.0rem !important;
}
.cid-suAo5I89nm .navbar.navbar-short .navbar-brand {
  min-height: 2.0rem;
}
.cid-suAo5I89nm .navbar.navbar-short .navbar-nav {
  min-height: 60px;
}
.cid-suAo5I89nm button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-suAo5I89nm button.navbar-toggler:focus {
  outline: none;
}
.cid-suAo5I89nm button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-suAo5I89nm button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-suAo5I89nm button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}
.cid-suAo5I89nm button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}
.cid-suAo5I89nm button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-suAo5I89nm 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-suAo5I89nm nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.cid-suAo5I89nm nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.cid-suAo5I89nm 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-suAo5I89nm .collapsed.navbar {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}
.cid-suAo5I89nm .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-suAo5I89nm .collapsed .menu-logo {
  margin-right: 0;
}
.cid-suAo5I89nm .collapsed .btn {
  display: flex;
}
.cid-suAo5I89nm .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-suAo5I89nm .collapsed .navbar-collapse.collapsing,
.cid-suAo5I89nm .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-suAo5I89nm .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-suAo5I89nm .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-suAo5I89nm .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-suAo5I89nm .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-suAo5I89nm .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-suAo5I89nm .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-suAo5I89nm .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-suAo5I89nm .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1200px) {
  .cid-suAo5I89nm .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 1.8rem  - 1rem);
  }
  .cid-suAo5I89nm .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-suAo5I89nm .collapsed button.navbar-toggler {
  display: block;
  -webkit-align-self: center;
  align-self: center;
}
.cid-suAo5I89nm .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-suAo5I89nm .collapsed .navbar-toggleable-sm {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}
.cid-suAo5I89nm .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-suAo5I89nm .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-suAo5I89nm .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-suAo5I89nm .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-suAo5I89nm .collapsed .dropdown-item:before {
  display: none;
}
.cid-suAo5I89nm .navbar-dropdown {
  flex-wrap: nowrap;
}
.cid-suAo5I89nm .navbar-collapse {
  flex-basis: auto;
  display: flex;
}
.cid-suAo5I89nm .nav-link:focus {
  outline: none;
}
.cid-suAo5I89nm .navbar-toggler {
  position: relative;
}
.cid-suAo5I89nm .dropdown-item.active,
.cid-suAo5I89nm .dropdown-item:active {
  background-color: #ffffff;
  color: #ffffff;
}
.cid-suAo5I89nm .nav-link:hover,
.cid-suAo5I89nm .dropdown-item:hover {
  color: #4f87fb;
}
.cid-suAo5J2Nfj {
  padding-top: 135px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-suAo5J2Nfj img {
  width: 100%;
  border-radius: 8px;
  box-shadow: 0 0 20px rgba(79, 110, 173, 0.1);
}
.cid-suAo5J2Nfj .mbr-section-title {
  text-align: left;
  color: #4f87fb;
  line-height: 1.2;
  letter-spacing: -0.5px;
}
.cid-suAo5J2Nfj .mbr-text {
  color: #6d7a8c;
  line-height: 1.5;
}
.cid-suAo5J2Nfj .mbr-list {
  margin-top: 35px;
  color: #6d7a8c;
}
.cid-suAo5J2Nfj .mbr-list .list {
  list-style-type: none;
  padding-left: 0;
}
.cid-suAo5J2Nfj .mbr-list .list li {
  margin-bottom: 1rem;
}
.cid-suAo5J2Nfj .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-suJZiUYuaR {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #25303e;
}
.cid-suJZiUYuaR .links {
  text-align: center;
  color: #ffffff;
}
.cid-suJZiUYuaR p {
  margin: 0;
}
.cid-suJZiUYuaR a {
  color: #ffffff;
}
.cid-suJZiUYuaR a:hover {
  color: #4f87fb !important;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.cid-suK4uUDVpT {
  padding-top: 105px;
  padding-bottom: 105px;
  background-color: #4f87fb;
  background: linear-gradient(to bottom, #4f87fb, #0053f9);
}
.cid-suK4uUDVpT .mbr-section-subtitle {
  color: #ffffff;
  font-weight: 700;
  line-height: 1.43;
  letter-spacing: 2px;
  width: 100%;
}
.cid-suK4uUDVpT .mbr-section-title {
  color: #ffffff;
  font-weight: 700;
  width: 100%;
}
.cid-suK4uUDVpT .mbr-section-title.display-2 {
  font-size: 48px;
  line-height: 1.15;
  letter-spacing: -0.5px;
}
.cid-suK4uUDVpT .mbr-text {
  color: #ffffff;
  font-weight: 400;
  width: 100;
}
.cid-suK4uUDVpT .mbr-text.display-7 {
  font-size: 20px;
  line-height: 1.5;
}
.cid-suK4uUDVpT .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-suK4uUDVpT .content-link span {
  margin-right: 15px;
  margin-left: 20px;
  padding: 10px;
  border-radius: 100%;
  color: #ffffff;
  background-color: #ffffff;
  font-size: 2.475rem;
}
.cid-suK4uUDVpT .mbr-section-btn .btn {
  border-radius: 3px;
  line-height: 2;
  letter-spacing: 1px;
  padding: 12px 40px !important;
  margin-right: 20px;
}
.cid-suK4uUDVpT .mbr-section-btn.display-4,
.cid-suK4uUDVpT .btn.display-4 {
  font-size: 12px !important;
}
@media (max-width: 991px) {
  .cid-suK4uUDVpT .separator,
  .cid-suK4uUDVpT .sep-holder,
  .cid-suK4uUDVpT .sep-line {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .cid-suK4uUDVpT .buttons-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
}
.cid-suK4vYesva {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-suK4vYesva .contents {
  margin-bottom: 70px;
}
.cid-suK4vYesva .contents .mbr-subtitle {
  color: #4f87fb;
  margin-bottom: 10px;
  font-weight: 800;
}
.cid-suK4vYesva .contents .mbr-subtitle.display-4 {
  letter-spacing: 2px;
  line-height: 24px;
  font-size: 13px;
}
.cid-suK4vYesva .contents .mbr-section-title {
  margin-bottom: 20px;
  color: #130947;
  font-weight: 700;
}
.cid-suK4vYesva .contents .mbr-section-title.display-2 {
  line-height: 48px;
  letter-spacing: -0.5px;
}
.cid-suK4vYesva .contents .mbr-section-text {
  margin-top: 20px;
  color: #6d7a8c;
  font-weight: 400;
}
.cid-suK4vYesva .contents .mbr-section-text.display-7 {
  line-height: 28px;
  letter-spacing: 0;
}
.cid-suK4vYesva .card {
  margin-bottom: 2rem;
}
.cid-suK4vYesva .card-block {
  font-weight: 400;
  letter-spacing: 0.03em;
  position: relative;
  background: #4f87fb;
  color: #232323;
  box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.08);
  padding: 1.9rem;
  margin-bottom: 35px;
  border-radius: 4px;
}
.cid-suK4vYesva .card-block.display-7 {
  font-size: 16px;
  line-height: 26px;
}
.cid-suK4vYesva .card-block:before {
  content: "";
  position: absolute;
  bottom: -15px;
  left: 50%;
  margin-left: -14px;
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-top: 15px solid #4f87fb;
  border-right: 15px solid transparent;
}
.cid-suK4vYesva .mbr-author-img {
  width: 50px;
  height: 50px;
  display: inline-block;
  border-radius: 100%;
  margin-left: 0rem;
}
.cid-suK4vYesva .mbr-author-img img {
  width: 100%;
  border-radius: 100%;
  min-width: 100%;
  min-height: 100%;
}
.cid-suK4vYesva .name-wrap {
  display: inline-block;
}
.cid-suK4vYesva .card-footer {
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-align: center;
  align-items: center;
  border-top: none;
  background: none;
  padding: 0 1.25rem 1.25rem 1.25rem;
}
.cid-suK4vYesva .mbr-author-desc {
  color: #767676;
  text-align: center;
}
.cid-suK4vYesva .card-block p {
  color: #ffffff;
  text-align: center;
}
.cid-suK4vYesva .mbr-author-name {
  color: #130947;
  margin-bottom: 5px;
}
.cid-suK4vYesva .mbr-section-title,
.cid-suK4vYesva .title div {
  color: #232323;
  text-align: center;
}
.cid-suK4vYesva .contents .mbr-section-text {
  text-align: center;
}
.cid-suK4wvJecc {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-suK4wvJecc .carousel-item {
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-suK4wvJecc .carousel-item.active,
.cid-suK4wvJecc .carousel-item-next,
.cid-suK4wvJecc .carousel-item-prev {
  display: flex;
}
.cid-suK4wvJecc .img-box {
  position: relative;
  width: fit-content;
  margin: auto;
}
.cid-suK4wvJecc .mbr-iconfont {
  font-family: Moririse2 !important;
  font-size: 1rem;
  font-weight: 900;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.cid-suK4wvJecc .carousel-controls a {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  font-size: 2rem;
}
.cid-suK4wvJecc .carousel-controls a span {
  position: absolute;
  top: 45%;
  padding: 10px;
  border-radius: 50%;
  color: #4f87fb;
  opacity: 1;
}
.cid-suK4wvJecc .carousel-controls a:hover span {
  opacity: 0.4;
}
.cid-suK4wvJecc h1 {
  color: #36404c;
}
.cid-suK4wvJecc .author-box {
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
}
.cid-suK4wvJecc .face {
  width: 100px;
  height: 100px;
  border-radius: 100%;
  box-shadow: none;
  margin: 0rem;
  -o-object-fit: cover;
  object-fit: cover;
}
.cid-suK4wvJecc .author {
  margin: auto 0;
}
.cid-suK4wvJecc h3,
.cid-suK4wvJecc h4 {
  margin: 0;
  padding: 0;
}
.cid-suK4wvJecc h3 {
  color: #130947;
}
.cid-suK4wvJecc h3.display-7 {
  line-height: 1.1;
  letter-spacing: 0;
}
.cid-suK4wvJecc h4 {
  color: #4f87fb;
  font-weight: 700;
}
.cid-suK4wvJecc h4.display-4 {
  line-height: 1.5;
  font-size: 13px;
}
.cid-suK4wvJecc .mbr-text {
  padding-bottom: 30px;
  color: #6d7a8c;
  font-weight: 300;
}
.cid-suK4wvJecc .mbr-text.display-5 {
  line-height: 1.3;
}
.cid-suK4wvJecc .box {
  max-width: 800px !important;
  margin: auto !important;
}
@media (max-width: 992px) {
  .cid-suK4wvJecc .carousel-controls a span {
    bottom: auto;
    top: 30%;
  }
}
@media (max-width: 767px) {
  .cid-suK4wvJecc .carousel-controls a span {
    bottom: auto;
    top: 20%;
  }
}
.cid-suK4wvJecc .mbr-text,
.cid-suK4wvJecc .mbr-section-btn {
  color: #4f87fb;
}
.cid-suK4wvJecc H4 {
  color: #130947;
}
.cid-suK4xdkTrE {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-suK4xdkTrE .mbr-section-title {
  margin-bottom: 30px;
  color: #130947;
}
.cid-suK4xdkTrE .mbr-section-title.display-2 {
  line-height: 1.2;
  letter-spacing: -0.5px;
}
.cid-suK4xdkTrE .google-map {
  height: 30rem;
  position: relative;
  width: 100%;
}
.cid-suK4xdkTrE .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-suK4xdkTrE .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-suK4xdkTrE .google-map[data-state] {
  background: #e9e5dc;
}
.cid-suK4xdkTrE .google-map[data-state='loading'] [data-state-details] {
  display: none;
}
.cid-suK4xdkTrE .map-placeholder {
  display: none;
}
.cid-suK4xdkTrE h4 {
  padding-top: 5rem;
  color: #767676;
  text-align: center;
}
.cid-suK4xVJ0Ia {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #e6ecf2;
}
.cid-suK4xVJ0Ia .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-suK4xVJ0Ia .row {
  flex-direction: row-reverse;
}
.cid-suK4xVJ0Ia .text-content .content-title {
  color: #130947;
  margin-bottom: 30px;
}
.cid-suK4xVJ0Ia .text-content .content-title.display-5 {
  font-size: 26px;
  line-height: 1.38;
  letter-spacing: -0.5px;
}
.cid-suK4xVJ0Ia .text-content .list-block {
  border-bottom-width: 1px;
  padding-bottom: 30px;
  border-bottom-color: #130947;
  border-bottom-style: dotted;
  margin-bottom: 20px;
}
.cid-suK4xVJ0Ia .text-content .list-block .card-img span {
  color: #4f87fb;
  font-size: 2.5rem;
}
.cid-suK4xVJ0Ia .text-content .list-block .list-item-title {
  color: #130947;
}
.cid-suK4xVJ0Ia .text-content .list-block .list-item-title.display-7 {
  font-size: 20px;
  letter-spacing: -0.5px;
  line-height: 1.2;
}
.cid-suK4xVJ0Ia .text-content .list-block .list-item-text {
  padding-top: 10px;
  line-height: 1.29;
  color: #6d7a8c;
  margin-bottom: 0;
}
.cid-suK4xVJ0Ia .text-content .list-block.last {
  border-bottom: none;
  margin-bottom: 20px;
  padding-bottom: 0;
}
.cid-suK4xVJ0Ia .text-content .social {
  font-size: 1.2rem;
  padding-left: 4.5rem;
}
.cid-suK4xVJ0Ia .text-content .social span {
  margin-right: 11.2px;
  margin-bottom: 8px;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  color: #6d7a8c;
}
.cid-suK4xVJ0Ia .text-content .social span:hover {
  color: #4f87fb;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.cid-suK4xVJ0Ia .card-img {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 3rem;
  text-align: center;
}
.cid-suK4xVJ0Ia .list-block {
  position: relative;
}
.cid-suK4xVJ0Ia .list-block h4,
.cid-suK4xVJ0Ia .list-block p {
  padding-left: 4.5rem;
}
.cid-suK4xVJ0Ia .card-img {
  display: block;
}
.cid-suK4xVJ0Ia input,
.cid-suK4xVJ0Ia textarea {
  border-left: none;
  border-top: none;
  border-right: none;
  border-radius: 4px;
  padding: 20px 10px 20px 20px;
  font-size: 13px;
  color: #ffffff;
  font-weight: 600;
}
.cid-suK4xVJ0Ia input:focus,
.cid-suK4xVJ0Ia textarea:focus {
  border-left: none;
  border-top: none;
  border-right: none;
}
.cid-suK4xVJ0Ia .form-control,
.cid-suK4xVJ0Ia .field-input {
  min-height: 3rem;
  padding: 20px 10px 20px 20px;
  background-color: #ffffff;
  border-color: #4f87fb;
  color: #000000;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-suK4xVJ0Ia .form-control:hover,
.cid-suK4xVJ0Ia .field-input:hover,
.cid-suK4xVJ0Ia .form-control:focus,
.cid-suK4xVJ0Ia .field-input:focus {
  background-color: #ffffff;
  border-color: #ffffff !important;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-suK4xVJ0Ia input::-webkit-input-placeholder,
.cid-suK4xVJ0Ia textarea::-webkit-input-placeholder {
  color: #6d7a8c;
}
.cid-suK4xVJ0Ia input:-moz-placeholder,
.cid-suK4xVJ0Ia textarea:-moz-placeholder {
  color: #6d7a8c;
}
.cid-suK4xVJ0Ia .jq-selectbox li,
.cid-suK4xVJ0Ia .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-suK4xVJ0Ia .jq-selectbox li:hover,
.cid-suK4xVJ0Ia .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-suK4xVJ0Ia .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-suK4xVJ0Ia .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-suK4xVJ0Ia .mbr-form {
  max-width: 550px;
}
.cid-suK4xVJ0Ia .mbr-form .mbr-subtitle {
  color: #4f87fb;
  font-weight: 800;
}
.cid-suK4xVJ0Ia .mbr-form .mbr-subtitle.display-4 {
  font-size: 13px;
  line-height: 1.85;
  letter-spacing: 2px;
}
.cid-suK4xVJ0Ia .mbr-form .mbr-section-title {
  color: #130947;
  font-weight: 700;
}
.cid-suK4xVJ0Ia .mbr-form .mbr-section-title.display-2 {
  line-height: 1.2;
  letter-spacing: -0.5px;
}
.cid-suK4xVJ0Ia .mbr-form .mbr-text {
  color: #6d7a8c;
}
.cid-suK4xVJ0Ia .mbr-form textarea {
  min-height: 100px;
}
.cid-suK4xVJ0Ia .mbr-form .btn {
  -webkit-box-pack: justify;
  justify-content: space-between;
  border-width: 2px;
  border-radius: 4px;
  border-color: #4f87fb;
  color: #4f87fb;
  padding: 18px 29px;
}
.cid-suK4xVJ0Ia .mbr-form .btn.display-4 {
  font-size: 13px;
  letter-spacing: 1px;
}
.cid-suK4xVJ0Ia .mbr-form span.value.form-control {
  min-height: 3.5rem;
  padding: 1rem;
}
@media (max-width: 991px) {
  .cid-suK4xVJ0Ia .mbr-form {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}
@media (max-width: 768px) {
  .cid-suK4xVJ0Ia .mbr-section-title,
  .cid-suK4xVJ0Ia .content-title,
  .cid-suK4xVJ0Ia .mbr-section-btn {
    text-align: left;
  }
}
.cid-suK2fvU8Rl {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #25303e;
}
.cid-suK2fvU8Rl section {
  position: relative;
}
.cid-suK2fvU8Rl .widget-title {
  font-weight: 600;
}
.cid-suK2fvU8Rl .widget-title.display-7 {
  font-size: 17px;
  line-height: 27px;
  letter-spacing: 0.5px;
}
.cid-suK2fvU8Rl .mbr-text.display-4 {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 300;
}
.cid-suK2fvU8Rl .item .card-box .item-title {
  font-weight: 300;
}
.cid-suK2fvU8Rl .item .card-box .item-title.display-4 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-suK2fvU8Rl .item .card-img {
  width: auto;
  background-color: #4f87fb;
  border-radius: 100%;
}
.cid-suK2fvU8Rl .item .card-img .img1 {
  display: block;
  padding: 6px;
  font-size: 13px;
}
.cid-suK2fvU8Rl img {
  height: 100px;
  padding-right: 8px;
}
.cid-suK2fvU8Rl .img1 {
  color: #ffffff;
  background-color: #4f87fb;
  border-radius: 50%;
}
.cid-suK2fvU8Rl .img2 {
  color: #ffffff;
  font-size: 10px;
}
.cid-suK2fvU8Rl .line {
  width: 50px;
  height: 2px;
  display: inline-block;
  background: #4f87fb;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
@media (max-width: 992px) {
  .cid-suK2fvU8Rl .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-suK2fvU8Rl .content .link-wrap {
  font-weight: 300;
  color: #fff;
}
.cid-suK2fvU8Rl .content .link-wrap.display-4 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-suK2fvU8Rl .content .date-wrap {
  color: #4f87fb;
  font-weight: 500;
}
.cid-suK2fvU8Rl .content .date-wrap.display-4 {
  font-size: 13px;
  line-height: 17px;
}
.cid-suK2fvU8Rl .item,
.cid-suK2fvU8Rl .link {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  padding-bottom: 0.5rem;
  margin-bottom: 0.6rem;
}
.cid-suK2fvU8Rl .item h4,
.cid-suK2fvU8Rl .link h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-suK2fvU8Rl .link .card-img {
  padding-bottom: 3px;
}
.cid-suK2fvU8Rl .link .card-box .link-title {
  font-weight: 300;
}
.cid-suK2fvU8Rl .link .card-box .link-title a:hover {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: #4f87fb !important;
}
.cid-suK2fvU8Rl .link .card-box .link-title.display-4 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-suK2fvU8Rl .card-img {
  width: auto;
}
@media (max-width: 767px) {
  .cid-suK2fvU8Rl h5 {
    text-align: left !important;
  }
  .cid-suK2fvU8Rl .line-wrap {
    text-align: left !important;
  }
}
.cid-suK2fvU8Rl .item-title {
  color: #ffffff;
}
.cid-suK2fvU8Rl .tips {
  height: 70px;
  width: 70px;
  margin: 4px;
  -o-object-fit: cover;
  object-fit: cover;
}
.cid-suK2fvU8Rl .btn[class*="-outline"] {
  border: none;
  padding: 0;
  margin: 0 !important;
  box-shadow: none !important;
  text-align: left;
  line-height: 1.5;
}
.cid-suK2fvU8Rl .btn[class*="-outline"] span {
  -webkit-box-ordinal-group: 3;
  order: 2;
  font-size: 0.8rem;
  font-weight: 900;
  -webkit-transition: padding 0.3s !important;
  transition: padding 0.3s !important;
}
.cid-suK2fvU8Rl .btn[class*="-outline"]:hover {
  background-color: transparent !important;
  color: #4f87fb !important;
  box-shadow: none !important;
}
.cid-suK2fvU8Rl .btn[class*="-outline"]:active,
.cid-suK2fvU8Rl .btn[class*="-outline"]:focus {
  background-color: transparent !important;
  box-shadow: none !important;
}
.cid-suK2fvU8Rl .list .list-item:first-child {
  padding-bottom: 15px;
}
.cid-suK2fvU8Rl .list .list-item:last-child {
  margin-top: 10px;
}
.cid-suK2fvU8Rl .box-list {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
  font-weight: 300;
}
.cid-suK2fvU8Rl .box-list li {
  padding: 10px 0 10px;
  color: #ffffff;
}
.cid-suK2fvU8Rl .box-list li:first-child {
  padding-top: 0;
}
.cid-suK2fvU8Rl .box-list li:last-child {
  border-bottom: none;
}
.cid-suK2fvU8Rl .box-list li span {
  float: right;
  text-align: right;
  padding-left: 0.5rem;
  color: #4f87fb;
}
.cid-suK2fvU8Rl .box-list.display-4 {
  line-height: 24px;
}
.cid-suK2fvU8Rl .mbr-text {
  line-height: 1.5;
  margin-bottom: 25px;
}
.cid-suK2fvU8Rl .item-title DIV {
  text-align: left;
}
.cid-suK2fvU8Rl .box-list li LI {
  text-align: center;
}
.is-builder .cid-suAquOe3fS .navbar {
  padding-top: 20px !important;
}
.cid-suAquOe3fS .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  -webkit-transition: none;
  transition: none;
  min-height: 77px;
}
@media (min-width: 1200px) {
  .cid-suAquOe3fS .navbar .dropdown .dropdown-menu .dropdown-item {
    padding: 0.835em 2.5385em 0.835em 3.5385em !important;
    margin: 0 !important;
  }
  .cid-suAquOe3fS .navbar .dropdown .dropdown-menu .dropdown-item:hover {
    padding: 0.835em 2.5385em 0.835em 3.8385em !important;
  }
}
.cid-suAquOe3fS .menu-logo {
  display: flex;
  position: relative;
  -webkit-box-align: center;
  align-items: center;
  margin-right: auto;
}
.cid-suAquOe3fS .menu-logo .navbar-brand {
  display: flex;
  margin-left: 4rem;
  padding: 0.5rem 0;
  -webkit-transition: padding 0.2s;
  transition: padding 0.2s;
  min-height: 2rem;
  -webkit-box-align: center;
  align-items: center;
}
.cid-suAquOe3fS .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-suAquOe3fS .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-suAquOe3fS .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  -webkit-transition: font-size 0.25s;
  transition: font-size 0.25s;
}
.cid-suAquOe3fS .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-suAquOe3fS .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  -webkit-transition: font-size 0.25s;
  transition: font-size 0.25s;
}
.cid-suAquOe3fS .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-suAquOe3fS a {
  font-style: normal;
}
.cid-suAquOe3fS .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: middle;
  position: relative;
  text-decoration: none;
}
.cid-suAquOe3fS .nav-item a {
  padding: 0.4rem 0 !important;
}
.cid-suAquOe3fS .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-suAquOe3fS .dropdown-item:hover:before {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  width: 16px;
}
.cid-suAquOe3fS .content-text {
  margin-bottom: 0;
}
.cid-suAquOe3fS .navbar-nav {
  position: relative;
  min-height: 100px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
}
.cid-suAquOe3fS .navbar-nav li:first-child > a {
  color: #4f87fb;
}
.cid-suAquOe3fS .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-suAquOe3fS .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #4f87fb;
    -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-suAquOe3fS .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
  .cid-suAquOe3fS .navbar-nav .nav-item a {
    margin: 0 1.1rem !important;
  }
}
@media (max-width: 1200px) {
  .cid-suAquOe3fS .navbar-nav .nav-item a {
    margin: 0 !important;
  }
}
.cid-suAquOe3fS .navbar-nav .nav-item span {
  padding-right: 0.1rem;
}
.cid-suAquOe3fS .display-4 > .mbr-iconfont {
  font-size: 1.23em;
}
.cid-suAquOe3fS .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-suAquOe3fS .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-suAquOe3fS .content-link {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.cid-suAquOe3fS .content-link:first-child {
  padding-left: 1.3rem;
}
@media (max-width: 1200px) {
  .cid-suAquOe3fS .content-link {
    display: none;
  }
}
.cid-suAquOe3fS .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
}
.cid-suAquOe3fS .navbar-buttons.mbr-section-btn > .mbr-iconfont {
  font-size: 17px !important;
  margin-right: 13px;
}
.cid-suAquOe3fS .nav-dropdown .link {
  font-weight: 600;
}
.cid-suAquOe3fS .nav-dropdown .link.display-4 {
  font-size: 15px;
}
.cid-suAquOe3fS .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-suAquOe3fS .content-left-side {
  text-align: center;
  padding-top: 3px;
}
@media (max-width: 575px) {
  .cid-suAquOe3fS .content-left-side {
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    padding: 0.5rem 0;
  }
  .cid-suAquOe3fS .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-suAquOe3fS .content-right-side {
  text-align: center;
}
@media (max-width: 575px) {
  .cid-suAquOe3fS .content-right-side {
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    padding: 0.5rem 0;
  }
  .cid-suAquOe3fS .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-suAquOe3fS .content-right-side .icons-block {
  padding-bottom: 5px;
  padding-left: 17px;
}
.cid-suAquOe3fS .content-right-side .content-link {
  margin-left: 1rem;
}
.cid-suAquOe3fS .content-right-side .content-link span {
  vertical-align: middle;
  padding-bottom: 2px;
}
.cid-suAquOe3fS .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: 0px;
  padding-bottom: 0px;
}
.cid-suAquOe3fS .content-left-side .content-link {
  margin-left: 1rem;
}
.cid-suAquOe3fS .content-left-side .content-link span {
  vertical-align: middle;
  padding-bottom: 2px;
}
@media (max-width: 1200px) {
  .cid-suAquOe3fS .content-left-side {
    text-align: center;
    padding-bottom: 1rem;
  }
  .cid-suAquOe3fS .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-suAquOe3fS .dropdown-item:before {
    display: none;
  }
  .cid-suAquOe3fS .menu-logo {
    width: 100%;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }
  .cid-suAquOe3fS .menu-bottom {
    width: 100%;
    padding: 0 1rem;
    display: block;
  }
  .cid-suAquOe3fS img {
    height: 2rem !important;
  }
  .cid-suAquOe3fS .btn {
    display: flex;
  }
  .cid-suAquOe3fS button.navbar-toggler {
    display: block;
  }
  .cid-suAquOe3fS .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-suAquOe3fS .navbar-toggleable-sm {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  .cid-suAquOe3fS .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-suAquOe3fS .navbar-collapse.collapsing,
  .cid-suAquOe3fS .navbar-collapse.show {
    display: block !important;
  }
  .cid-suAquOe3fS .navbar-collapse.collapsing .navbar-nav,
  .cid-suAquOe3fS .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-suAquOe3fS .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-suAquOe3fS .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
    padding: 0.5rem 0;
  }
  .cid-suAquOe3fS .navbar-collapse.collapsing .navbar-buttons,
  .cid-suAquOe3fS .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-suAquOe3fS .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-suAquOe3fS .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-suAquOe3fS .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-suAquOe3fS .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-suAquOe3fS .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-suAquOe3fS .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-suAquOe3fS .navbar-nav.nav-dropdown {
    max-height: 80vh !important;
    overflow-y: auto !important;
  }
}
@media (min-width: 1200px) {
  .cid-suAquOe3fS .navbar .menu-content-top {
    display: block;
  }
  .cid-suAquOe3fS .menu-content-top .row {
    -webkit-box-pack: justify;
    justify-content: space-between;
    flex-wrap: nowrap;
  }
  .cid-suAquOe3fS .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-suAquOe3fS .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-suAquOe3fS .menu-content-top {
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  }
  .cid-suAquOe3fS .menu-bottom {
    display: flex;
  }
  .cid-suAquOe3fS .navbar {
    display: block;
    padding: 0;
  }
  .cid-suAquOe3fS .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
  }
  .cid-suAquOe3fS .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-suAquOe3fS .navbar-toggler {
    display: none;
  }
}
.cid-suAquOe3fS .navbar-short .menu-content-top {
  border: none;
  display: none;
}
.cid-suAquOe3fS .btn {
  padding: 15px 30px;
  font-weight: 800;
  display: inline-flex;
  -webkit-box-align: center;
  align-items: center;
  border-width: 1px;
  box-shadow: none;
}
.cid-suAquOe3fS .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-suAquOe3fS .btn.display-4 {
  letter-spacing: 0.5px;
  font-size: 13px;
  line-height: 13px;
}
.cid-suAquOe3fS .navbar-toggleable-sm .navbar-collapse {
  -webkit-box-pack: end;
  justify-content: flex-end;
  padding-right: 4rem;
  width: 100%;
}
.cid-suAquOe3fS .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-suAquOe3fS .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-suAquOe3fS .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-suAquOe3fS .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  border-top: 3px solid #4f87fb;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
  min-width: 16.875rem;
  text-align: left;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 20px !important;
}
@media (max-width: 1200px) {
  .cid-suAquOe3fS .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-suAquOe3fS .dropdown .dropdown-menu .dropdown-item {
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-suAquOe3fS .dropdown .dropdown-menu .dropdown-item:hover {
  background-color: #4f87fb;
  color: #ffffff;
}
.cid-suAquOe3fS .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-suAquOe3fS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-suAquOe3fS .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-suAquOe3fS .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-suAquOe3fS .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-suAquOe3fS .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-suAquOe3fS .navbar.navbar-short {
  min-height: 60px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-suAquOe3fS .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-suAquOe3fS .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-suAquOe3fS .navbar.navbar-short .navbar-logo a img {
  height: 2.0rem !important;
}
.cid-suAquOe3fS .navbar.navbar-short .navbar-brand {
  min-height: 2.0rem;
}
.cid-suAquOe3fS .navbar.navbar-short .navbar-nav {
  min-height: 60px;
}
.cid-suAquOe3fS button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-suAquOe3fS button.navbar-toggler:focus {
  outline: none;
}
.cid-suAquOe3fS button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-suAquOe3fS button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-suAquOe3fS button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}
.cid-suAquOe3fS button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}
.cid-suAquOe3fS button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-suAquOe3fS 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-suAquOe3fS nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.cid-suAquOe3fS nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.cid-suAquOe3fS 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-suAquOe3fS .collapsed.navbar {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}
.cid-suAquOe3fS .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-suAquOe3fS .collapsed .menu-logo {
  margin-right: 0;
}
.cid-suAquOe3fS .collapsed .btn {
  display: flex;
}
.cid-suAquOe3fS .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-suAquOe3fS .collapsed .navbar-collapse.collapsing,
.cid-suAquOe3fS .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-suAquOe3fS .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-suAquOe3fS .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-suAquOe3fS .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-suAquOe3fS .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-suAquOe3fS .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-suAquOe3fS .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-suAquOe3fS .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-suAquOe3fS .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1200px) {
  .cid-suAquOe3fS .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 1.8rem  - 1rem);
  }
  .cid-suAquOe3fS .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-suAquOe3fS .collapsed button.navbar-toggler {
  display: block;
  -webkit-align-self: center;
  align-self: center;
}
.cid-suAquOe3fS .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-suAquOe3fS .collapsed .navbar-toggleable-sm {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}
.cid-suAquOe3fS .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-suAquOe3fS .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-suAquOe3fS .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-suAquOe3fS .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-suAquOe3fS .collapsed .dropdown-item:before {
  display: none;
}
.cid-suAquOe3fS .navbar-dropdown {
  flex-wrap: nowrap;
}
.cid-suAquOe3fS .navbar-collapse {
  flex-basis: auto;
  display: flex;
}
.cid-suAquOe3fS .nav-link:focus {
  outline: none;
}
.cid-suAquOe3fS .navbar-toggler {
  position: relative;
}
.cid-suAquOe3fS .dropdown-item.active,
.cid-suAquOe3fS .dropdown-item:active {
  background-color: #ffffff;
  color: #ffffff;
}
.cid-suAquOe3fS .nav-link:hover,
.cid-suAquOe3fS .dropdown-item:hover {
  color: #4f87fb;
}
.cid-suAquPbmh0 {
  padding-top: 135px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-suAquPbmh0 img {
  width: 100%;
  border-radius: 8px;
  box-shadow: 0 0 20px rgba(79, 110, 173, 0.1);
}
.cid-suAquPbmh0 .mbr-section-title {
  text-align: left;
  color: #4f87fb;
  line-height: 1.2;
  letter-spacing: -0.5px;
}
.cid-suAquPbmh0 .mbr-text {
  color: #6d7a8c;
  line-height: 1.5;
}
.cid-suAquPbmh0 .mbr-list {
  margin-top: 35px;
  color: #6d7a8c;
}
.cid-suAquPbmh0 .mbr-list .list {
  list-style-type: none;
  padding-left: 0;
}
.cid-suAquPbmh0 .mbr-list .list li {
  margin-bottom: 1rem;
}
.cid-suAquPbmh0 .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-suAquPbmh0 H3 {
  color: #656565;
}
.cid-suK4FkTX9o {
  padding-top: 105px;
  padding-bottom: 105px;
  background-color: #4f87fb;
  background: linear-gradient(to bottom, #4f87fb, #0053f9);
}
.cid-suK4FkTX9o .mbr-section-subtitle {
  color: #ffffff;
  font-weight: 700;
  line-height: 1.43;
  letter-spacing: 2px;
  width: 100%;
}
.cid-suK4FkTX9o .mbr-section-title {
  color: #ffffff;
  font-weight: 700;
  width: 100%;
}
.cid-suK4FkTX9o .mbr-section-title.display-2 {
  font-size: 48px;
  line-height: 1.15;
  letter-spacing: -0.5px;
}
.cid-suK4FkTX9o .mbr-text {
  color: #ffffff;
  font-weight: 400;
  width: 100;
}
.cid-suK4FkTX9o .mbr-text.display-7 {
  font-size: 20px;
  line-height: 1.5;
}
.cid-suK4FkTX9o .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-suK4FkTX9o .content-link span {
  margin-right: 15px;
  margin-left: 20px;
  padding: 10px;
  border-radius: 100%;
  color: #ffffff;
  background-color: #ffffff;
  font-size: 2.475rem;
}
.cid-suK4FkTX9o .mbr-section-btn .btn {
  border-radius: 3px;
  line-height: 2;
  letter-spacing: 1px;
  padding: 12px 40px !important;
  margin-right: 20px;
}
.cid-suK4FkTX9o .mbr-section-btn.display-4,
.cid-suK4FkTX9o .btn.display-4 {
  font-size: 12px !important;
}
@media (max-width: 991px) {
  .cid-suK4FkTX9o .separator,
  .cid-suK4FkTX9o .sep-holder,
  .cid-suK4FkTX9o .sep-line {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .cid-suK4FkTX9o .buttons-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
}
.cid-suK4GgFDVR {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-suK4GgFDVR .contents {
  margin-bottom: 70px;
}
.cid-suK4GgFDVR .contents .mbr-subtitle {
  color: #4f87fb;
  margin-bottom: 10px;
  font-weight: 800;
}
.cid-suK4GgFDVR .contents .mbr-subtitle.display-4 {
  letter-spacing: 2px;
  line-height: 24px;
  font-size: 13px;
}
.cid-suK4GgFDVR .contents .mbr-section-title {
  margin-bottom: 20px;
  color: #130947;
  font-weight: 700;
}
.cid-suK4GgFDVR .contents .mbr-section-title.display-2 {
  line-height: 48px;
  letter-spacing: -0.5px;
}
.cid-suK4GgFDVR .contents .mbr-section-text {
  margin-top: 20px;
  color: #6d7a8c;
  font-weight: 400;
}
.cid-suK4GgFDVR .contents .mbr-section-text.display-7 {
  line-height: 28px;
  letter-spacing: 0;
}
.cid-suK4GgFDVR .card {
  margin-bottom: 2rem;
}
.cid-suK4GgFDVR .card-block {
  font-weight: 400;
  letter-spacing: 0.03em;
  position: relative;
  background: #4f87fb;
  color: #232323;
  box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.08);
  padding: 1.9rem;
  margin-bottom: 35px;
  border-radius: 4px;
}
.cid-suK4GgFDVR .card-block.display-7 {
  font-size: 16px;
  line-height: 26px;
}
.cid-suK4GgFDVR .card-block:before {
  content: "";
  position: absolute;
  bottom: -15px;
  left: 50%;
  margin-left: -14px;
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-top: 15px solid #4f87fb;
  border-right: 15px solid transparent;
}
.cid-suK4GgFDVR .mbr-author-img {
  width: 50px;
  height: 50px;
  display: inline-block;
  border-radius: 100%;
  margin-left: 0rem;
}
.cid-suK4GgFDVR .mbr-author-img img {
  width: 100%;
  border-radius: 100%;
  min-width: 100%;
  min-height: 100%;
}
.cid-suK4GgFDVR .name-wrap {
  display: inline-block;
}
.cid-suK4GgFDVR .card-footer {
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-align: center;
  align-items: center;
  border-top: none;
  background: none;
  padding: 0 1.25rem 1.25rem 1.25rem;
}
.cid-suK4GgFDVR .mbr-author-desc {
  color: #767676;
  text-align: center;
}
.cid-suK4GgFDVR .card-block p {
  color: #ffffff;
  text-align: center;
}
.cid-suK4GgFDVR .mbr-author-name {
  color: #130947;
  margin-bottom: 5px;
}
.cid-suK4GgFDVR .mbr-section-title,
.cid-suK4GgFDVR .title div {
  color: #232323;
  text-align: center;
}
.cid-suK4GgFDVR .contents .mbr-section-text {
  text-align: center;
}
.cid-suK4GNCJeU {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-suK4GNCJeU .carousel-item {
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-suK4GNCJeU .carousel-item.active,
.cid-suK4GNCJeU .carousel-item-next,
.cid-suK4GNCJeU .carousel-item-prev {
  display: flex;
}
.cid-suK4GNCJeU .img-box {
  position: relative;
  width: fit-content;
  margin: auto;
}
.cid-suK4GNCJeU .mbr-iconfont {
  font-family: Moririse2 !important;
  font-size: 1rem;
  font-weight: 900;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.cid-suK4GNCJeU .carousel-controls a {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  font-size: 2rem;
}
.cid-suK4GNCJeU .carousel-controls a span {
  position: absolute;
  top: 45%;
  padding: 10px;
  border-radius: 50%;
  color: #4f87fb;
  opacity: 1;
}
.cid-suK4GNCJeU .carousel-controls a:hover span {
  opacity: 0.4;
}
.cid-suK4GNCJeU h1 {
  color: #36404c;
}
.cid-suK4GNCJeU .author-box {
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
}
.cid-suK4GNCJeU .face {
  width: 100px;
  height: 100px;
  border-radius: 100%;
  box-shadow: none;
  margin: 0rem;
  -o-object-fit: cover;
  object-fit: cover;
}
.cid-suK4GNCJeU .author {
  margin: auto 0;
}
.cid-suK4GNCJeU h3,
.cid-suK4GNCJeU h4 {
  margin: 0;
  padding: 0;
}
.cid-suK4GNCJeU h3 {
  color: #130947;
}
.cid-suK4GNCJeU h3.display-7 {
  line-height: 1.1;
  letter-spacing: 0;
}
.cid-suK4GNCJeU h4 {
  color: #4f87fb;
  font-weight: 700;
}
.cid-suK4GNCJeU h4.display-4 {
  line-height: 1.5;
  font-size: 13px;
}
.cid-suK4GNCJeU .mbr-text {
  padding-bottom: 30px;
  color: #6d7a8c;
  font-weight: 300;
}
.cid-suK4GNCJeU .mbr-text.display-5 {
  line-height: 1.3;
}
.cid-suK4GNCJeU .box {
  max-width: 800px !important;
  margin: auto !important;
}
@media (max-width: 992px) {
  .cid-suK4GNCJeU .carousel-controls a span {
    bottom: auto;
    top: 30%;
  }
}
@media (max-width: 767px) {
  .cid-suK4GNCJeU .carousel-controls a span {
    bottom: auto;
    top: 20%;
  }
}
.cid-suK4GNCJeU .mbr-text,
.cid-suK4GNCJeU .mbr-section-btn {
  color: #4f87fb;
}
.cid-suK4GNCJeU H4 {
  color: #130947;
}
.cid-suK4HtamOM {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-suK4HtamOM .mbr-section-title {
  margin-bottom: 30px;
  color: #130947;
}
.cid-suK4HtamOM .mbr-section-title.display-2 {
  line-height: 1.2;
  letter-spacing: -0.5px;
}
.cid-suK4HtamOM .google-map {
  height: 30rem;
  position: relative;
  width: 100%;
}
.cid-suK4HtamOM .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-suK4HtamOM .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-suK4HtamOM .google-map[data-state] {
  background: #e9e5dc;
}
.cid-suK4HtamOM .google-map[data-state='loading'] [data-state-details] {
  display: none;
}
.cid-suK4HtamOM .map-placeholder {
  display: none;
}
.cid-suK4HtamOM h4 {
  padding-top: 5rem;
  color: #767676;
  text-align: center;
}
.cid-suJZiUYuaR {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #25303e;
}
.cid-suJZiUYuaR .links {
  text-align: center;
  color: #ffffff;
}
.cid-suJZiUYuaR p {
  margin: 0;
}
.cid-suJZiUYuaR a {
  color: #ffffff;
}
.cid-suJZiUYuaR a:hover {
  color: #4f87fb !important;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.cid-suK4IaL12v {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #e6ecf2;
}
.cid-suK4IaL12v .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-suK4IaL12v .row {
  flex-direction: row-reverse;
}
.cid-suK4IaL12v .text-content .content-title {
  color: #130947;
  margin-bottom: 30px;
}
.cid-suK4IaL12v .text-content .content-title.display-5 {
  font-size: 26px;
  line-height: 1.38;
  letter-spacing: -0.5px;
}
.cid-suK4IaL12v .text-content .list-block {
  border-bottom-width: 1px;
  padding-bottom: 30px;
  border-bottom-color: #130947;
  border-bottom-style: dotted;
  margin-bottom: 20px;
}
.cid-suK4IaL12v .text-content .list-block .card-img span {
  color: #4f87fb;
  font-size: 2.5rem;
}
.cid-suK4IaL12v .text-content .list-block .list-item-title {
  color: #130947;
}
.cid-suK4IaL12v .text-content .list-block .list-item-title.display-7 {
  font-size: 20px;
  letter-spacing: -0.5px;
  line-height: 1.2;
}
.cid-suK4IaL12v .text-content .list-block .list-item-text {
  padding-top: 10px;
  line-height: 1.29;
  color: #6d7a8c;
  margin-bottom: 0;
}
.cid-suK4IaL12v .text-content .list-block.last {
  border-bottom: none;
  margin-bottom: 20px;
  padding-bottom: 0;
}
.cid-suK4IaL12v .text-content .social {
  font-size: 1.2rem;
  padding-left: 4.5rem;
}
.cid-suK4IaL12v .text-content .social span {
  margin-right: 11.2px;
  margin-bottom: 8px;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  color: #6d7a8c;
}
.cid-suK4IaL12v .text-content .social span:hover {
  color: #4f87fb;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.cid-suK4IaL12v .card-img {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 3rem;
  text-align: center;
}
.cid-suK4IaL12v .list-block {
  position: relative;
}
.cid-suK4IaL12v .list-block h4,
.cid-suK4IaL12v .list-block p {
  padding-left: 4.5rem;
}
.cid-suK4IaL12v .card-img {
  display: block;
}
.cid-suK4IaL12v input,
.cid-suK4IaL12v textarea {
  border-left: none;
  border-top: none;
  border-right: none;
  border-radius: 4px;
  padding: 20px 10px 20px 20px;
  font-size: 13px;
  color: #ffffff;
  font-weight: 600;
}
.cid-suK4IaL12v input:focus,
.cid-suK4IaL12v textarea:focus {
  border-left: none;
  border-top: none;
  border-right: none;
}
.cid-suK4IaL12v .form-control,
.cid-suK4IaL12v .field-input {
  min-height: 3rem;
  padding: 20px 10px 20px 20px;
  background-color: #ffffff;
  border-color: #4f87fb;
  color: #000000;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-suK4IaL12v .form-control:hover,
.cid-suK4IaL12v .field-input:hover,
.cid-suK4IaL12v .form-control:focus,
.cid-suK4IaL12v .field-input:focus {
  background-color: #ffffff;
  border-color: #ffffff !important;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-suK4IaL12v input::-webkit-input-placeholder,
.cid-suK4IaL12v textarea::-webkit-input-placeholder {
  color: #6d7a8c;
}
.cid-suK4IaL12v input:-moz-placeholder,
.cid-suK4IaL12v textarea:-moz-placeholder {
  color: #6d7a8c;
}
.cid-suK4IaL12v .jq-selectbox li,
.cid-suK4IaL12v .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-suK4IaL12v .jq-selectbox li:hover,
.cid-suK4IaL12v .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-suK4IaL12v .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-suK4IaL12v .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-suK4IaL12v .mbr-form {
  max-width: 550px;
}
.cid-suK4IaL12v .mbr-form .mbr-subtitle {
  color: #4f87fb;
  font-weight: 800;
}
.cid-suK4IaL12v .mbr-form .mbr-subtitle.display-4 {
  font-size: 13px;
  line-height: 1.85;
  letter-spacing: 2px;
}
.cid-suK4IaL12v .mbr-form .mbr-section-title {
  color: #130947;
  font-weight: 700;
}
.cid-suK4IaL12v .mbr-form .mbr-section-title.display-2 {
  line-height: 1.2;
  letter-spacing: -0.5px;
}
.cid-suK4IaL12v .mbr-form .mbr-text {
  color: #6d7a8c;
}
.cid-suK4IaL12v .mbr-form textarea {
  min-height: 100px;
}
.cid-suK4IaL12v .mbr-form .btn {
  -webkit-box-pack: justify;
  justify-content: space-between;
  border-width: 2px;
  border-radius: 4px;
  border-color: #4f87fb;
  color: #4f87fb;
  padding: 18px 29px;
}
.cid-suK4IaL12v .mbr-form .btn.display-4 {
  font-size: 13px;
  letter-spacing: 1px;
}
.cid-suK4IaL12v .mbr-form span.value.form-control {
  min-height: 3.5rem;
  padding: 1rem;
}
@media (max-width: 991px) {
  .cid-suK4IaL12v .mbr-form {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}
@media (max-width: 768px) {
  .cid-suK4IaL12v .mbr-section-title,
  .cid-suK4IaL12v .content-title,
  .cid-suK4IaL12v .mbr-section-btn {
    text-align: left;
  }
}
.cid-suK2fvU8Rl {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #25303e;
}
.cid-suK2fvU8Rl section {
  position: relative;
}
.cid-suK2fvU8Rl .widget-title {
  font-weight: 600;
}
.cid-suK2fvU8Rl .widget-title.display-7 {
  font-size: 17px;
  line-height: 27px;
  letter-spacing: 0.5px;
}
.cid-suK2fvU8Rl .mbr-text.display-4 {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 300;
}
.cid-suK2fvU8Rl .item .card-box .item-title {
  font-weight: 300;
}
.cid-suK2fvU8Rl .item .card-box .item-title.display-4 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-suK2fvU8Rl .item .card-img {
  width: auto;
  background-color: #4f87fb;
  border-radius: 100%;
}
.cid-suK2fvU8Rl .item .card-img .img1 {
  display: block;
  padding: 6px;
  font-size: 13px;
}
.cid-suK2fvU8Rl img {
  height: 100px;
  padding-right: 8px;
}
.cid-suK2fvU8Rl .img1 {
  color: #ffffff;
  background-color: #4f87fb;
  border-radius: 50%;
}
.cid-suK2fvU8Rl .img2 {
  color: #ffffff;
  font-size: 10px;
}
.cid-suK2fvU8Rl .line {
  width: 50px;
  height: 2px;
  display: inline-block;
  background: #4f87fb;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
@media (max-width: 992px) {
  .cid-suK2fvU8Rl .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-suK2fvU8Rl .content .link-wrap {
  font-weight: 300;
  color: #fff;
}
.cid-suK2fvU8Rl .content .link-wrap.display-4 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-suK2fvU8Rl .content .date-wrap {
  color: #4f87fb;
  font-weight: 500;
}
.cid-suK2fvU8Rl .content .date-wrap.display-4 {
  font-size: 13px;
  line-height: 17px;
}
.cid-suK2fvU8Rl .item,
.cid-suK2fvU8Rl .link {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  padding-bottom: 0.5rem;
  margin-bottom: 0.6rem;
}
.cid-suK2fvU8Rl .item h4,
.cid-suK2fvU8Rl .link h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-suK2fvU8Rl .link .card-img {
  padding-bottom: 3px;
}
.cid-suK2fvU8Rl .link .card-box .link-title {
  font-weight: 300;
}
.cid-suK2fvU8Rl .link .card-box .link-title a:hover {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: #4f87fb !important;
}
.cid-suK2fvU8Rl .link .card-box .link-title.display-4 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-suK2fvU8Rl .card-img {
  width: auto;
}
@media (max-width: 767px) {
  .cid-suK2fvU8Rl h5 {
    text-align: left !important;
  }
  .cid-suK2fvU8Rl .line-wrap {
    text-align: left !important;
  }
}
.cid-suK2fvU8Rl .item-title {
  color: #ffffff;
}
.cid-suK2fvU8Rl .tips {
  height: 70px;
  width: 70px;
  margin: 4px;
  -o-object-fit: cover;
  object-fit: cover;
}
.cid-suK2fvU8Rl .btn[class*="-outline"] {
  border: none;
  padding: 0;
  margin: 0 !important;
  box-shadow: none !important;
  text-align: left;
  line-height: 1.5;
}
.cid-suK2fvU8Rl .btn[class*="-outline"] span {
  -webkit-box-ordinal-group: 3;
  order: 2;
  font-size: 0.8rem;
  font-weight: 900;
  -webkit-transition: padding 0.3s !important;
  transition: padding 0.3s !important;
}
.cid-suK2fvU8Rl .btn[class*="-outline"]:hover {
  background-color: transparent !important;
  color: #4f87fb !important;
  box-shadow: none !important;
}
.cid-suK2fvU8Rl .btn[class*="-outline"]:active,
.cid-suK2fvU8Rl .btn[class*="-outline"]:focus {
  background-color: transparent !important;
  box-shadow: none !important;
}
.cid-suK2fvU8Rl .list .list-item:first-child {
  padding-bottom: 15px;
}
.cid-suK2fvU8Rl .list .list-item:last-child {
  margin-top: 10px;
}
.cid-suK2fvU8Rl .box-list {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
  font-weight: 300;
}
.cid-suK2fvU8Rl .box-list li {
  padding: 10px 0 10px;
  color: #ffffff;
}
.cid-suK2fvU8Rl .box-list li:first-child {
  padding-top: 0;
}
.cid-suK2fvU8Rl .box-list li:last-child {
  border-bottom: none;
}
.cid-suK2fvU8Rl .box-list li span {
  float: right;
  text-align: right;
  padding-left: 0.5rem;
  color: #4f87fb;
}
.cid-suK2fvU8Rl .box-list.display-4 {
  line-height: 24px;
}
.cid-suK2fvU8Rl .mbr-text {
  line-height: 1.5;
  margin-bottom: 25px;
}
.cid-suK2fvU8Rl .item-title DIV {
  text-align: left;
}
.cid-suK2fvU8Rl .box-list li LI {
  text-align: center;
}
.is-builder .cid-suAs6cihiY .navbar {
  padding-top: 20px !important;
}
.cid-suAs6cihiY .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  -webkit-transition: none;
  transition: none;
  min-height: 77px;
}
@media (min-width: 1200px) {
  .cid-suAs6cihiY .navbar .dropdown .dropdown-menu .dropdown-item {
    padding: 0.835em 2.5385em 0.835em 3.5385em !important;
    margin: 0 !important;
  }
  .cid-suAs6cihiY .navbar .dropdown .dropdown-menu .dropdown-item:hover {
    padding: 0.835em 2.5385em 0.835em 3.8385em !important;
  }
}
.cid-suAs6cihiY .menu-logo {
  display: flex;
  position: relative;
  -webkit-box-align: center;
  align-items: center;
  margin-right: auto;
}
.cid-suAs6cihiY .menu-logo .navbar-brand {
  display: flex;
  margin-left: 4rem;
  padding: 0.5rem 0;
  -webkit-transition: padding 0.2s;
  transition: padding 0.2s;
  min-height: 2rem;
  -webkit-box-align: center;
  align-items: center;
}
.cid-suAs6cihiY .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-suAs6cihiY .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-suAs6cihiY .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  -webkit-transition: font-size 0.25s;
  transition: font-size 0.25s;
}
.cid-suAs6cihiY .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-suAs6cihiY .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  -webkit-transition: font-size 0.25s;
  transition: font-size 0.25s;
}
.cid-suAs6cihiY .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-suAs6cihiY a {
  font-style: normal;
}
.cid-suAs6cihiY .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: middle;
  position: relative;
  text-decoration: none;
}
.cid-suAs6cihiY .nav-item a {
  padding: 0.4rem 0 !important;
}
.cid-suAs6cihiY .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-suAs6cihiY .dropdown-item:hover:before {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  width: 16px;
}
.cid-suAs6cihiY .content-text {
  margin-bottom: 0;
}
.cid-suAs6cihiY .navbar-nav {
  position: relative;
  min-height: 100px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
}
.cid-suAs6cihiY .navbar-nav li:first-child > a {
  color: #4f87fb;
}
.cid-suAs6cihiY .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-suAs6cihiY .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #4f87fb;
    -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-suAs6cihiY .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
  .cid-suAs6cihiY .navbar-nav .nav-item a {
    margin: 0 1.1rem !important;
  }
}
@media (max-width: 1200px) {
  .cid-suAs6cihiY .navbar-nav .nav-item a {
    margin: 0 !important;
  }
}
.cid-suAs6cihiY .navbar-nav .nav-item span {
  padding-right: 0.1rem;
}
.cid-suAs6cihiY .display-4 > .mbr-iconfont {
  font-size: 1.23em;
}
.cid-suAs6cihiY .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-suAs6cihiY .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-suAs6cihiY .content-link {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.cid-suAs6cihiY .content-link:first-child {
  padding-left: 1.3rem;
}
@media (max-width: 1200px) {
  .cid-suAs6cihiY .content-link {
    display: none;
  }
}
.cid-suAs6cihiY .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
}
.cid-suAs6cihiY .navbar-buttons.mbr-section-btn > .mbr-iconfont {
  font-size: 17px !important;
  margin-right: 13px;
}
.cid-suAs6cihiY .nav-dropdown .link {
  font-weight: 600;
}
.cid-suAs6cihiY .nav-dropdown .link.display-4 {
  font-size: 15px;
}
.cid-suAs6cihiY .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-suAs6cihiY .content-left-side {
  text-align: center;
  padding-top: 3px;
}
@media (max-width: 575px) {
  .cid-suAs6cihiY .content-left-side {
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    padding: 0.5rem 0;
  }
  .cid-suAs6cihiY .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-suAs6cihiY .content-right-side {
  text-align: center;
}
@media (max-width: 575px) {
  .cid-suAs6cihiY .content-right-side {
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    padding: 0.5rem 0;
  }
  .cid-suAs6cihiY .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-suAs6cihiY .content-right-side .icons-block {
  padding-bottom: 5px;
  padding-left: 17px;
}
.cid-suAs6cihiY .content-right-side .content-link {
  margin-left: 1rem;
}
.cid-suAs6cihiY .content-right-side .content-link span {
  vertical-align: middle;
  padding-bottom: 2px;
}
.cid-suAs6cihiY .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: 0px;
  padding-bottom: 0px;
}
.cid-suAs6cihiY .content-left-side .content-link {
  margin-left: 1rem;
}
.cid-suAs6cihiY .content-left-side .content-link span {
  vertical-align: middle;
  padding-bottom: 2px;
}
@media (max-width: 1200px) {
  .cid-suAs6cihiY .content-left-side {
    text-align: center;
    padding-bottom: 1rem;
  }
  .cid-suAs6cihiY .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-suAs6cihiY .dropdown-item:before {
    display: none;
  }
  .cid-suAs6cihiY .menu-logo {
    width: 100%;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }
  .cid-suAs6cihiY .menu-bottom {
    width: 100%;
    padding: 0 1rem;
    display: block;
  }
  .cid-suAs6cihiY img {
    height: 2rem !important;
  }
  .cid-suAs6cihiY .btn {
    display: flex;
  }
  .cid-suAs6cihiY button.navbar-toggler {
    display: block;
  }
  .cid-suAs6cihiY .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-suAs6cihiY .navbar-toggleable-sm {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  .cid-suAs6cihiY .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-suAs6cihiY .navbar-collapse.collapsing,
  .cid-suAs6cihiY .navbar-collapse.show {
    display: block !important;
  }
  .cid-suAs6cihiY .navbar-collapse.collapsing .navbar-nav,
  .cid-suAs6cihiY .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-suAs6cihiY .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-suAs6cihiY .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
    padding: 0.5rem 0;
  }
  .cid-suAs6cihiY .navbar-collapse.collapsing .navbar-buttons,
  .cid-suAs6cihiY .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-suAs6cihiY .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-suAs6cihiY .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-suAs6cihiY .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-suAs6cihiY .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-suAs6cihiY .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-suAs6cihiY .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-suAs6cihiY .navbar-nav.nav-dropdown {
    max-height: 80vh !important;
    overflow-y: auto !important;
  }
}
@media (min-width: 1200px) {
  .cid-suAs6cihiY .navbar .menu-content-top {
    display: block;
  }
  .cid-suAs6cihiY .menu-content-top .row {
    -webkit-box-pack: justify;
    justify-content: space-between;
    flex-wrap: nowrap;
  }
  .cid-suAs6cihiY .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-suAs6cihiY .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-suAs6cihiY .menu-content-top {
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  }
  .cid-suAs6cihiY .menu-bottom {
    display: flex;
  }
  .cid-suAs6cihiY .navbar {
    display: block;
    padding: 0;
  }
  .cid-suAs6cihiY .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
  }
  .cid-suAs6cihiY .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-suAs6cihiY .navbar-toggler {
    display: none;
  }
}
.cid-suAs6cihiY .navbar-short .menu-content-top {
  border: none;
  display: none;
}
.cid-suAs6cihiY .btn {
  padding: 15px 30px;
  font-weight: 800;
  display: inline-flex;
  -webkit-box-align: center;
  align-items: center;
  border-width: 1px;
  box-shadow: none;
}
.cid-suAs6cihiY .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-suAs6cihiY .btn.display-4 {
  letter-spacing: 0.5px;
  font-size: 13px;
  line-height: 13px;
}
.cid-suAs6cihiY .navbar-toggleable-sm .navbar-collapse {
  -webkit-box-pack: end;
  justify-content: flex-end;
  padding-right: 4rem;
  width: 100%;
}
.cid-suAs6cihiY .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-suAs6cihiY .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-suAs6cihiY .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-suAs6cihiY .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  border-top: 3px solid #4f87fb;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
  min-width: 16.875rem;
  text-align: left;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 20px !important;
}
@media (max-width: 1200px) {
  .cid-suAs6cihiY .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-suAs6cihiY .dropdown .dropdown-menu .dropdown-item {
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-suAs6cihiY .dropdown .dropdown-menu .dropdown-item:hover {
  background-color: #4f87fb;
  color: #ffffff;
}
.cid-suAs6cihiY .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-suAs6cihiY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-suAs6cihiY .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-suAs6cihiY .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-suAs6cihiY .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-suAs6cihiY .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-suAs6cihiY .navbar.navbar-short {
  min-height: 60px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-suAs6cihiY .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-suAs6cihiY .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-suAs6cihiY .navbar.navbar-short .navbar-logo a img {
  height: 2.0rem !important;
}
.cid-suAs6cihiY .navbar.navbar-short .navbar-brand {
  min-height: 2.0rem;
}
.cid-suAs6cihiY .navbar.navbar-short .navbar-nav {
  min-height: 60px;
}
.cid-suAs6cihiY button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-suAs6cihiY button.navbar-toggler:focus {
  outline: none;
}
.cid-suAs6cihiY button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-suAs6cihiY button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-suAs6cihiY button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}
.cid-suAs6cihiY button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}
.cid-suAs6cihiY button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-suAs6cihiY 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-suAs6cihiY nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.cid-suAs6cihiY nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.cid-suAs6cihiY 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-suAs6cihiY .collapsed.navbar {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}
.cid-suAs6cihiY .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-suAs6cihiY .collapsed .menu-logo {
  margin-right: 0;
}
.cid-suAs6cihiY .collapsed .btn {
  display: flex;
}
.cid-suAs6cihiY .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-suAs6cihiY .collapsed .navbar-collapse.collapsing,
.cid-suAs6cihiY .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-suAs6cihiY .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-suAs6cihiY .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-suAs6cihiY .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-suAs6cihiY .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-suAs6cihiY .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-suAs6cihiY .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-suAs6cihiY .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-suAs6cihiY .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1200px) {
  .cid-suAs6cihiY .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 1.8rem  - 1rem);
  }
  .cid-suAs6cihiY .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-suAs6cihiY .collapsed button.navbar-toggler {
  display: block;
  -webkit-align-self: center;
  align-self: center;
}
.cid-suAs6cihiY .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-suAs6cihiY .collapsed .navbar-toggleable-sm {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}
.cid-suAs6cihiY .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-suAs6cihiY .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-suAs6cihiY .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-suAs6cihiY .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-suAs6cihiY .collapsed .dropdown-item:before {
  display: none;
}
.cid-suAs6cihiY .navbar-dropdown {
  flex-wrap: nowrap;
}
.cid-suAs6cihiY .navbar-collapse {
  flex-basis: auto;
  display: flex;
}
.cid-suAs6cihiY .nav-link:focus {
  outline: none;
}
.cid-suAs6cihiY .navbar-toggler {
  position: relative;
}
.cid-suAs6cihiY .dropdown-item.active,
.cid-suAs6cihiY .dropdown-item:active {
  background-color: #ffffff;
  color: #ffffff;
}
.cid-suAs6cihiY .nav-link:hover,
.cid-suAs6cihiY .dropdown-item:hover {
  color: #4f87fb;
}
.cid-suAs6doOm0 {
  padding-top: 135px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-suAs6doOm0 img {
  width: 100%;
  border-radius: 8px;
  box-shadow: 0 0 20px rgba(79, 110, 173, 0.1);
}
.cid-suAs6doOm0 .mbr-section-title {
  text-align: left;
  color: #4f87fb;
  line-height: 1.2;
  letter-spacing: -0.5px;
}
.cid-suAs6doOm0 .mbr-text {
  color: #6d7a8c;
  line-height: 1.5;
}
.cid-suAs6doOm0 .mbr-list {
  margin-top: 35px;
  color: #6d7a8c;
}
.cid-suAs6doOm0 .mbr-list .list {
  list-style-type: none;
  padding-left: 0;
}
.cid-suAs6doOm0 .mbr-list .list li {
  margin-bottom: 1rem;
}
.cid-suAs6doOm0 .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-suK4NNcHH8 {
  padding-top: 105px;
  padding-bottom: 105px;
  background-color: #4f87fb;
  background: linear-gradient(to bottom, #4f87fb, #0053f9);
}
.cid-suK4NNcHH8 .mbr-section-subtitle {
  color: #ffffff;
  font-weight: 700;
  line-height: 1.43;
  letter-spacing: 2px;
  width: 100%;
}
.cid-suK4NNcHH8 .mbr-section-title {
  color: #ffffff;
  font-weight: 700;
  width: 100%;
}
.cid-suK4NNcHH8 .mbr-section-title.display-2 {
  font-size: 48px;
  line-height: 1.15;
  letter-spacing: -0.5px;
}
.cid-suK4NNcHH8 .mbr-text {
  color: #ffffff;
  font-weight: 400;
  width: 100;
}
.cid-suK4NNcHH8 .mbr-text.display-7 {
  font-size: 20px;
  line-height: 1.5;
}
.cid-suK4NNcHH8 .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-suK4NNcHH8 .content-link span {
  margin-right: 15px;
  margin-left: 20px;
  padding: 10px;
  border-radius: 100%;
  color: #ffffff;
  background-color: #ffffff;
  font-size: 2.475rem;
}
.cid-suK4NNcHH8 .mbr-section-btn .btn {
  border-radius: 3px;
  line-height: 2;
  letter-spacing: 1px;
  padding: 12px 40px !important;
  margin-right: 20px;
}
.cid-suK4NNcHH8 .mbr-section-btn.display-4,
.cid-suK4NNcHH8 .btn.display-4 {
  font-size: 12px !important;
}
@media (max-width: 991px) {
  .cid-suK4NNcHH8 .separator,
  .cid-suK4NNcHH8 .sep-holder,
  .cid-suK4NNcHH8 .sep-line {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .cid-suK4NNcHH8 .buttons-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
}
.cid-suK4PQm0Ys {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-suK4PQm0Ys .contents {
  margin-bottom: 70px;
}
.cid-suK4PQm0Ys .contents .mbr-subtitle {
  color: #4f87fb;
  margin-bottom: 10px;
  font-weight: 800;
}
.cid-suK4PQm0Ys .contents .mbr-subtitle.display-4 {
  letter-spacing: 2px;
  line-height: 24px;
  font-size: 13px;
}
.cid-suK4PQm0Ys .contents .mbr-section-title {
  margin-bottom: 20px;
  color: #130947;
  font-weight: 700;
}
.cid-suK4PQm0Ys .contents .mbr-section-title.display-2 {
  line-height: 48px;
  letter-spacing: -0.5px;
}
.cid-suK4PQm0Ys .contents .mbr-section-text {
  margin-top: 20px;
  color: #6d7a8c;
  font-weight: 400;
}
.cid-suK4PQm0Ys .contents .mbr-section-text.display-7 {
  line-height: 28px;
  letter-spacing: 0;
}
.cid-suK4PQm0Ys .card {
  margin-bottom: 2rem;
}
.cid-suK4PQm0Ys .card-block {
  font-weight: 400;
  letter-spacing: 0.03em;
  position: relative;
  background: #4f87fb;
  color: #232323;
  box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.08);
  padding: 1.9rem;
  margin-bottom: 35px;
  border-radius: 4px;
}
.cid-suK4PQm0Ys .card-block.display-7 {
  font-size: 16px;
  line-height: 26px;
}
.cid-suK4PQm0Ys .card-block:before {
  content: "";
  position: absolute;
  bottom: -15px;
  left: 50%;
  margin-left: -14px;
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-top: 15px solid #4f87fb;
  border-right: 15px solid transparent;
}
.cid-suK4PQm0Ys .mbr-author-img {
  width: 50px;
  height: 50px;
  display: inline-block;
  border-radius: 100%;
  margin-left: 0rem;
}
.cid-suK4PQm0Ys .mbr-author-img img {
  width: 100%;
  border-radius: 100%;
  min-width: 100%;
  min-height: 100%;
}
.cid-suK4PQm0Ys .name-wrap {
  display: inline-block;
}
.cid-suK4PQm0Ys .card-footer {
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-align: center;
  align-items: center;
  border-top: none;
  background: none;
  padding: 0 1.25rem 1.25rem 1.25rem;
}
.cid-suK4PQm0Ys .mbr-author-desc {
  color: #767676;
  text-align: center;
}
.cid-suK4PQm0Ys .card-block p {
  color: #ffffff;
  text-align: center;
}
.cid-suK4PQm0Ys .mbr-author-name {
  color: #130947;
  margin-bottom: 5px;
}
.cid-suK4PQm0Ys .mbr-section-title,
.cid-suK4PQm0Ys .title div {
  color: #232323;
  text-align: center;
}
.cid-suK4PQm0Ys .contents .mbr-section-text {
  text-align: center;
}
.cid-suK4QGRAxt {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-suK4QGRAxt .carousel-item {
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-suK4QGRAxt .carousel-item.active,
.cid-suK4QGRAxt .carousel-item-next,
.cid-suK4QGRAxt .carousel-item-prev {
  display: flex;
}
.cid-suK4QGRAxt .img-box {
  position: relative;
  width: fit-content;
  margin: auto;
}
.cid-suK4QGRAxt .mbr-iconfont {
  font-family: Moririse2 !important;
  font-size: 1rem;
  font-weight: 900;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.cid-suK4QGRAxt .carousel-controls a {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  font-size: 2rem;
}
.cid-suK4QGRAxt .carousel-controls a span {
  position: absolute;
  top: 45%;
  padding: 10px;
  border-radius: 50%;
  color: #4f87fb;
  opacity: 1;
}
.cid-suK4QGRAxt .carousel-controls a:hover span {
  opacity: 0.4;
}
.cid-suK4QGRAxt h1 {
  color: #36404c;
}
.cid-suK4QGRAxt .author-box {
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
}
.cid-suK4QGRAxt .face {
  width: 100px;
  height: 100px;
  border-radius: 100%;
  box-shadow: none;
  margin: 0rem;
  -o-object-fit: cover;
  object-fit: cover;
}
.cid-suK4QGRAxt .author {
  margin: auto 0;
}
.cid-suK4QGRAxt h3,
.cid-suK4QGRAxt h4 {
  margin: 0;
  padding: 0;
}
.cid-suK4QGRAxt h3 {
  color: #130947;
}
.cid-suK4QGRAxt h3.display-7 {
  line-height: 1.1;
  letter-spacing: 0;
}
.cid-suK4QGRAxt h4 {
  color: #4f87fb;
  font-weight: 700;
}
.cid-suK4QGRAxt h4.display-4 {
  line-height: 1.5;
  font-size: 13px;
}
.cid-suK4QGRAxt .mbr-text {
  padding-bottom: 30px;
  color: #6d7a8c;
  font-weight: 300;
}
.cid-suK4QGRAxt .mbr-text.display-5 {
  line-height: 1.3;
}
.cid-suK4QGRAxt .box {
  max-width: 800px !important;
  margin: auto !important;
}
@media (max-width: 992px) {
  .cid-suK4QGRAxt .carousel-controls a span {
    bottom: auto;
    top: 30%;
  }
}
@media (max-width: 767px) {
  .cid-suK4QGRAxt .carousel-controls a span {
    bottom: auto;
    top: 20%;
  }
}
.cid-suK4QGRAxt .mbr-text,
.cid-suK4QGRAxt .mbr-section-btn {
  color: #4f87fb;
}
.cid-suK4QGRAxt H4 {
  color: #130947;
}
.cid-suK4Rl0TWb {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-suK4Rl0TWb .mbr-section-title {
  margin-bottom: 30px;
  color: #130947;
}
.cid-suK4Rl0TWb .mbr-section-title.display-2 {
  line-height: 1.2;
  letter-spacing: -0.5px;
}
.cid-suK4Rl0TWb .google-map {
  height: 30rem;
  position: relative;
  width: 100%;
}
.cid-suK4Rl0TWb .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-suK4Rl0TWb .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-suK4Rl0TWb .google-map[data-state] {
  background: #e9e5dc;
}
.cid-suK4Rl0TWb .google-map[data-state='loading'] [data-state-details] {
  display: none;
}
.cid-suK4Rl0TWb .map-placeholder {
  display: none;
}
.cid-suK4Rl0TWb h4 {
  padding-top: 5rem;
  color: #767676;
  text-align: center;
}
.cid-suJZiUYuaR {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #25303e;
}
.cid-suJZiUYuaR .links {
  text-align: center;
  color: #ffffff;
}
.cid-suJZiUYuaR p {
  margin: 0;
}
.cid-suJZiUYuaR a {
  color: #ffffff;
}
.cid-suJZiUYuaR a:hover {
  color: #4f87fb !important;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.cid-suK4SerOmh {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #e6ecf2;
}
.cid-suK4SerOmh .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-suK4SerOmh .row {
  flex-direction: row-reverse;
}
.cid-suK4SerOmh .text-content .content-title {
  color: #130947;
  margin-bottom: 30px;
}
.cid-suK4SerOmh .text-content .content-title.display-5 {
  font-size: 26px;
  line-height: 1.38;
  letter-spacing: -0.5px;
}
.cid-suK4SerOmh .text-content .list-block {
  border-bottom-width: 1px;
  padding-bottom: 30px;
  border-bottom-color: #130947;
  border-bottom-style: dotted;
  margin-bottom: 20px;
}
.cid-suK4SerOmh .text-content .list-block .card-img span {
  color: #4f87fb;
  font-size: 2.5rem;
}
.cid-suK4SerOmh .text-content .list-block .list-item-title {
  color: #130947;
}
.cid-suK4SerOmh .text-content .list-block .list-item-title.display-7 {
  font-size: 20px;
  letter-spacing: -0.5px;
  line-height: 1.2;
}
.cid-suK4SerOmh .text-content .list-block .list-item-text {
  padding-top: 10px;
  line-height: 1.29;
  color: #6d7a8c;
  margin-bottom: 0;
}
.cid-suK4SerOmh .text-content .list-block.last {
  border-bottom: none;
  margin-bottom: 20px;
  padding-bottom: 0;
}
.cid-suK4SerOmh .text-content .social {
  font-size: 1.2rem;
  padding-left: 4.5rem;
}
.cid-suK4SerOmh .text-content .social span {
  margin-right: 11.2px;
  margin-bottom: 8px;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  color: #6d7a8c;
}
.cid-suK4SerOmh .text-content .social span:hover {
  color: #4f87fb;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.cid-suK4SerOmh .card-img {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 3rem;
  text-align: center;
}
.cid-suK4SerOmh .list-block {
  position: relative;
}
.cid-suK4SerOmh .list-block h4,
.cid-suK4SerOmh .list-block p {
  padding-left: 4.5rem;
}
.cid-suK4SerOmh .card-img {
  display: block;
}
.cid-suK4SerOmh input,
.cid-suK4SerOmh textarea {
  border-left: none;
  border-top: none;
  border-right: none;
  border-radius: 4px;
  padding: 20px 10px 20px 20px;
  font-size: 13px;
  color: #ffffff;
  font-weight: 600;
}
.cid-suK4SerOmh input:focus,
.cid-suK4SerOmh textarea:focus {
  border-left: none;
  border-top: none;
  border-right: none;
}
.cid-suK4SerOmh .form-control,
.cid-suK4SerOmh .field-input {
  min-height: 3rem;
  padding: 20px 10px 20px 20px;
  background-color: #ffffff;
  border-color: #4f87fb;
  color: #000000;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-suK4SerOmh .form-control:hover,
.cid-suK4SerOmh .field-input:hover,
.cid-suK4SerOmh .form-control:focus,
.cid-suK4SerOmh .field-input:focus {
  background-color: #ffffff;
  border-color: #ffffff !important;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-suK4SerOmh input::-webkit-input-placeholder,
.cid-suK4SerOmh textarea::-webkit-input-placeholder {
  color: #6d7a8c;
}
.cid-suK4SerOmh input:-moz-placeholder,
.cid-suK4SerOmh textarea:-moz-placeholder {
  color: #6d7a8c;
}
.cid-suK4SerOmh .jq-selectbox li,
.cid-suK4SerOmh .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-suK4SerOmh .jq-selectbox li:hover,
.cid-suK4SerOmh .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-suK4SerOmh .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-suK4SerOmh .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-suK4SerOmh .mbr-form {
  max-width: 550px;
}
.cid-suK4SerOmh .mbr-form .mbr-subtitle {
  color: #4f87fb;
  font-weight: 800;
}
.cid-suK4SerOmh .mbr-form .mbr-subtitle.display-4 {
  font-size: 13px;
  line-height: 1.85;
  letter-spacing: 2px;
}
.cid-suK4SerOmh .mbr-form .mbr-section-title {
  color: #130947;
  font-weight: 700;
}
.cid-suK4SerOmh .mbr-form .mbr-section-title.display-2 {
  line-height: 1.2;
  letter-spacing: -0.5px;
}
.cid-suK4SerOmh .mbr-form .mbr-text {
  color: #6d7a8c;
}
.cid-suK4SerOmh .mbr-form textarea {
  min-height: 100px;
}
.cid-suK4SerOmh .mbr-form .btn {
  -webkit-box-pack: justify;
  justify-content: space-between;
  border-width: 2px;
  border-radius: 4px;
  border-color: #4f87fb;
  color: #4f87fb;
  padding: 18px 29px;
}
.cid-suK4SerOmh .mbr-form .btn.display-4 {
  font-size: 13px;
  letter-spacing: 1px;
}
.cid-suK4SerOmh .mbr-form span.value.form-control {
  min-height: 3.5rem;
  padding: 1rem;
}
@media (max-width: 991px) {
  .cid-suK4SerOmh .mbr-form {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}
@media (max-width: 768px) {
  .cid-suK4SerOmh .mbr-section-title,
  .cid-suK4SerOmh .content-title,
  .cid-suK4SerOmh .mbr-section-btn {
    text-align: left;
  }
}
.cid-suK2fvU8Rl {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #25303e;
}
.cid-suK2fvU8Rl section {
  position: relative;
}
.cid-suK2fvU8Rl .widget-title {
  font-weight: 600;
}
.cid-suK2fvU8Rl .widget-title.display-7 {
  font-size: 17px;
  line-height: 27px;
  letter-spacing: 0.5px;
}
.cid-suK2fvU8Rl .mbr-text.display-4 {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 300;
}
.cid-suK2fvU8Rl .item .card-box .item-title {
  font-weight: 300;
}
.cid-suK2fvU8Rl .item .card-box .item-title.display-4 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-suK2fvU8Rl .item .card-img {
  width: auto;
  background-color: #4f87fb;
  border-radius: 100%;
}
.cid-suK2fvU8Rl .item .card-img .img1 {
  display: block;
  padding: 6px;
  font-size: 13px;
}
.cid-suK2fvU8Rl img {
  height: 100px;
  padding-right: 8px;
}
.cid-suK2fvU8Rl .img1 {
  color: #ffffff;
  background-color: #4f87fb;
  border-radius: 50%;
}
.cid-suK2fvU8Rl .img2 {
  color: #ffffff;
  font-size: 10px;
}
.cid-suK2fvU8Rl .line {
  width: 50px;
  height: 2px;
  display: inline-block;
  background: #4f87fb;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
@media (max-width: 992px) {
  .cid-suK2fvU8Rl .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-suK2fvU8Rl .content .link-wrap {
  font-weight: 300;
  color: #fff;
}
.cid-suK2fvU8Rl .content .link-wrap.display-4 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-suK2fvU8Rl .content .date-wrap {
  color: #4f87fb;
  font-weight: 500;
}
.cid-suK2fvU8Rl .content .date-wrap.display-4 {
  font-size: 13px;
  line-height: 17px;
}
.cid-suK2fvU8Rl .item,
.cid-suK2fvU8Rl .link {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  padding-bottom: 0.5rem;
  margin-bottom: 0.6rem;
}
.cid-suK2fvU8Rl .item h4,
.cid-suK2fvU8Rl .link h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-suK2fvU8Rl .link .card-img {
  padding-bottom: 3px;
}
.cid-suK2fvU8Rl .link .card-box .link-title {
  font-weight: 300;
}
.cid-suK2fvU8Rl .link .card-box .link-title a:hover {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: #4f87fb !important;
}
.cid-suK2fvU8Rl .link .card-box .link-title.display-4 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-suK2fvU8Rl .card-img {
  width: auto;
}
@media (max-width: 767px) {
  .cid-suK2fvU8Rl h5 {
    text-align: left !important;
  }
  .cid-suK2fvU8Rl .line-wrap {
    text-align: left !important;
  }
}
.cid-suK2fvU8Rl .item-title {
  color: #ffffff;
}
.cid-suK2fvU8Rl .tips {
  height: 70px;
  width: 70px;
  margin: 4px;
  -o-object-fit: cover;
  object-fit: cover;
}
.cid-suK2fvU8Rl .btn[class*="-outline"] {
  border: none;
  padding: 0;
  margin: 0 !important;
  box-shadow: none !important;
  text-align: left;
  line-height: 1.5;
}
.cid-suK2fvU8Rl .btn[class*="-outline"] span {
  -webkit-box-ordinal-group: 3;
  order: 2;
  font-size: 0.8rem;
  font-weight: 900;
  -webkit-transition: padding 0.3s !important;
  transition: padding 0.3s !important;
}
.cid-suK2fvU8Rl .btn[class*="-outline"]:hover {
  background-color: transparent !important;
  color: #4f87fb !important;
  box-shadow: none !important;
}
.cid-suK2fvU8Rl .btn[class*="-outline"]:active,
.cid-suK2fvU8Rl .btn[class*="-outline"]:focus {
  background-color: transparent !important;
  box-shadow: none !important;
}
.cid-suK2fvU8Rl .list .list-item:first-child {
  padding-bottom: 15px;
}
.cid-suK2fvU8Rl .list .list-item:last-child {
  margin-top: 10px;
}
.cid-suK2fvU8Rl .box-list {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
  font-weight: 300;
}
.cid-suK2fvU8Rl .box-list li {
  padding: 10px 0 10px;
  color: #ffffff;
}
.cid-suK2fvU8Rl .box-list li:first-child {
  padding-top: 0;
}
.cid-suK2fvU8Rl .box-list li:last-child {
  border-bottom: none;
}
.cid-suK2fvU8Rl .box-list li span {
  float: right;
  text-align: right;
  padding-left: 0.5rem;
  color: #4f87fb;
}
.cid-suK2fvU8Rl .box-list.display-4 {
  line-height: 24px;
}
.cid-suK2fvU8Rl .mbr-text {
  line-height: 1.5;
  margin-bottom: 25px;
}
.cid-suK2fvU8Rl .item-title DIV {
  text-align: left;
}
.cid-suK2fvU8Rl .box-list li LI {
  text-align: center;
}
.is-builder .cid-suEBEjQ5Hz .navbar {
  padding-top: 20px !important;
}
.cid-suEBEjQ5Hz .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  -webkit-transition: none;
  transition: none;
  min-height: 77px;
}
@media (min-width: 1200px) {
  .cid-suEBEjQ5Hz .navbar .dropdown .dropdown-menu .dropdown-item {
    padding: 0.835em 2.5385em 0.835em 3.5385em !important;
    margin: 0 !important;
  }
  .cid-suEBEjQ5Hz .navbar .dropdown .dropdown-menu .dropdown-item:hover {
    padding: 0.835em 2.5385em 0.835em 3.8385em !important;
  }
}
.cid-suEBEjQ5Hz .menu-logo {
  display: flex;
  position: relative;
  -webkit-box-align: center;
  align-items: center;
  margin-right: auto;
}
.cid-suEBEjQ5Hz .menu-logo .navbar-brand {
  display: flex;
  margin-left: 4rem;
  padding: 0.5rem 0;
  -webkit-transition: padding 0.2s;
  transition: padding 0.2s;
  min-height: 2rem;
  -webkit-box-align: center;
  align-items: center;
}
.cid-suEBEjQ5Hz .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-suEBEjQ5Hz .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-suEBEjQ5Hz .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  -webkit-transition: font-size 0.25s;
  transition: font-size 0.25s;
}
.cid-suEBEjQ5Hz .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-suEBEjQ5Hz .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  -webkit-transition: font-size 0.25s;
  transition: font-size 0.25s;
}
.cid-suEBEjQ5Hz .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-suEBEjQ5Hz a {
  font-style: normal;
}
.cid-suEBEjQ5Hz .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: middle;
  position: relative;
  text-decoration: none;
}
.cid-suEBEjQ5Hz .nav-item a {
  padding: 0.4rem 0 !important;
}
.cid-suEBEjQ5Hz .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-suEBEjQ5Hz .dropdown-item:hover:before {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  width: 16px;
}
.cid-suEBEjQ5Hz .content-text {
  margin-bottom: 0;
}
.cid-suEBEjQ5Hz .navbar-nav {
  position: relative;
  min-height: 100px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
}
.cid-suEBEjQ5Hz .navbar-nav li:first-child > a {
  color: #4f87fb;
}
.cid-suEBEjQ5Hz .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-suEBEjQ5Hz .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #4f87fb;
    -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-suEBEjQ5Hz .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
  .cid-suEBEjQ5Hz .navbar-nav .nav-item a {
    margin: 0 1.1rem !important;
  }
}
@media (max-width: 1200px) {
  .cid-suEBEjQ5Hz .navbar-nav .nav-item a {
    margin: 0 !important;
  }
}
.cid-suEBEjQ5Hz .navbar-nav .nav-item span {
  padding-right: 0.1rem;
}
.cid-suEBEjQ5Hz .display-4 > .mbr-iconfont {
  font-size: 1.23em;
}
.cid-suEBEjQ5Hz .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-suEBEjQ5Hz .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-suEBEjQ5Hz .content-link {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.cid-suEBEjQ5Hz .content-link:first-child {
  padding-left: 1.3rem;
}
@media (max-width: 1200px) {
  .cid-suEBEjQ5Hz .content-link {
    display: none;
  }
}
.cid-suEBEjQ5Hz .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
}
.cid-suEBEjQ5Hz .navbar-buttons.mbr-section-btn > .mbr-iconfont {
  font-size: 17px !important;
  margin-right: 13px;
}
.cid-suEBEjQ5Hz .nav-dropdown .link {
  font-weight: 600;
}
.cid-suEBEjQ5Hz .nav-dropdown .link.display-4 {
  font-size: 15px;
}
.cid-suEBEjQ5Hz .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-suEBEjQ5Hz .content-left-side {
  text-align: center;
  padding-top: 3px;
}
@media (max-width: 575px) {
  .cid-suEBEjQ5Hz .content-left-side {
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    padding: 0.5rem 0;
  }
  .cid-suEBEjQ5Hz .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-suEBEjQ5Hz .content-right-side {
  text-align: center;
}
@media (max-width: 575px) {
  .cid-suEBEjQ5Hz .content-right-side {
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    padding: 0.5rem 0;
  }
  .cid-suEBEjQ5Hz .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-suEBEjQ5Hz .content-right-side .icons-block {
  padding-bottom: 5px;
  padding-left: 17px;
}
.cid-suEBEjQ5Hz .content-right-side .content-link {
  margin-left: 1rem;
}
.cid-suEBEjQ5Hz .content-right-side .content-link span {
  vertical-align: middle;
  padding-bottom: 2px;
}
.cid-suEBEjQ5Hz .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: 0px;
  padding-bottom: 0px;
}
.cid-suEBEjQ5Hz .content-left-side .content-link {
  margin-left: 1rem;
}
.cid-suEBEjQ5Hz .content-left-side .content-link span {
  vertical-align: middle;
  padding-bottom: 2px;
}
@media (max-width: 1200px) {
  .cid-suEBEjQ5Hz .content-left-side {
    text-align: center;
    padding-bottom: 1rem;
  }
  .cid-suEBEjQ5Hz .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-suEBEjQ5Hz .dropdown-item:before {
    display: none;
  }
  .cid-suEBEjQ5Hz .menu-logo {
    width: 100%;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }
  .cid-suEBEjQ5Hz .menu-bottom {
    width: 100%;
    padding: 0 1rem;
    display: block;
  }
  .cid-suEBEjQ5Hz img {
    height: 2rem !important;
  }
  .cid-suEBEjQ5Hz .btn {
    display: flex;
  }
  .cid-suEBEjQ5Hz button.navbar-toggler {
    display: block;
  }
  .cid-suEBEjQ5Hz .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-suEBEjQ5Hz .navbar-toggleable-sm {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  .cid-suEBEjQ5Hz .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-suEBEjQ5Hz .navbar-collapse.collapsing,
  .cid-suEBEjQ5Hz .navbar-collapse.show {
    display: block !important;
  }
  .cid-suEBEjQ5Hz .navbar-collapse.collapsing .navbar-nav,
  .cid-suEBEjQ5Hz .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-suEBEjQ5Hz .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-suEBEjQ5Hz .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
    padding: 0.5rem 0;
  }
  .cid-suEBEjQ5Hz .navbar-collapse.collapsing .navbar-buttons,
  .cid-suEBEjQ5Hz .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-suEBEjQ5Hz .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-suEBEjQ5Hz .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-suEBEjQ5Hz .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-suEBEjQ5Hz .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-suEBEjQ5Hz .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-suEBEjQ5Hz .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-suEBEjQ5Hz .navbar-nav.nav-dropdown {
    max-height: 80vh !important;
    overflow-y: auto !important;
  }
}
@media (min-width: 1200px) {
  .cid-suEBEjQ5Hz .navbar .menu-content-top {
    display: block;
  }
  .cid-suEBEjQ5Hz .menu-content-top .row {
    -webkit-box-pack: justify;
    justify-content: space-between;
    flex-wrap: nowrap;
  }
  .cid-suEBEjQ5Hz .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-suEBEjQ5Hz .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-suEBEjQ5Hz .menu-content-top {
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  }
  .cid-suEBEjQ5Hz .menu-bottom {
    display: flex;
  }
  .cid-suEBEjQ5Hz .navbar {
    display: block;
    padding: 0;
  }
  .cid-suEBEjQ5Hz .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
  }
  .cid-suEBEjQ5Hz .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-suEBEjQ5Hz .navbar-toggler {
    display: none;
  }
}
.cid-suEBEjQ5Hz .navbar-short .menu-content-top {
  border: none;
  display: none;
}
.cid-suEBEjQ5Hz .btn {
  padding: 15px 30px;
  font-weight: 800;
  display: inline-flex;
  -webkit-box-align: center;
  align-items: center;
  border-width: 1px;
  box-shadow: none;
}
.cid-suEBEjQ5Hz .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-suEBEjQ5Hz .btn.display-4 {
  letter-spacing: 0.5px;
  font-size: 13px;
  line-height: 13px;
}
.cid-suEBEjQ5Hz .navbar-toggleable-sm .navbar-collapse {
  -webkit-box-pack: end;
  justify-content: flex-end;
  padding-right: 4rem;
  width: 100%;
}
.cid-suEBEjQ5Hz .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-suEBEjQ5Hz .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-suEBEjQ5Hz .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-suEBEjQ5Hz .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  border-top: 3px solid #4f87fb;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
  min-width: 16.875rem;
  text-align: left;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 20px !important;
}
@media (max-width: 1200px) {
  .cid-suEBEjQ5Hz .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-suEBEjQ5Hz .dropdown .dropdown-menu .dropdown-item {
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-suEBEjQ5Hz .dropdown .dropdown-menu .dropdown-item:hover {
  background-color: #4f87fb;
  color: #ffffff;
}
.cid-suEBEjQ5Hz .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-suEBEjQ5Hz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-suEBEjQ5Hz .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-suEBEjQ5Hz .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-suEBEjQ5Hz .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-suEBEjQ5Hz .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-suEBEjQ5Hz .navbar.navbar-short {
  min-height: 60px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-suEBEjQ5Hz .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-suEBEjQ5Hz .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-suEBEjQ5Hz .navbar.navbar-short .navbar-logo a img {
  height: 2.0rem !important;
}
.cid-suEBEjQ5Hz .navbar.navbar-short .navbar-brand {
  min-height: 2.0rem;
}
.cid-suEBEjQ5Hz .navbar.navbar-short .navbar-nav {
  min-height: 60px;
}
.cid-suEBEjQ5Hz button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-suEBEjQ5Hz button.navbar-toggler:focus {
  outline: none;
}
.cid-suEBEjQ5Hz button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-suEBEjQ5Hz button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-suEBEjQ5Hz button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}
.cid-suEBEjQ5Hz button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}
.cid-suEBEjQ5Hz button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-suEBEjQ5Hz 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-suEBEjQ5Hz nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.cid-suEBEjQ5Hz nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.cid-suEBEjQ5Hz 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-suEBEjQ5Hz .collapsed.navbar {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}
.cid-suEBEjQ5Hz .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-suEBEjQ5Hz .collapsed .menu-logo {
  margin-right: 0;
}
.cid-suEBEjQ5Hz .collapsed .btn {
  display: flex;
}
.cid-suEBEjQ5Hz .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-suEBEjQ5Hz .collapsed .navbar-collapse.collapsing,
.cid-suEBEjQ5Hz .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-suEBEjQ5Hz .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-suEBEjQ5Hz .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-suEBEjQ5Hz .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-suEBEjQ5Hz .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-suEBEjQ5Hz .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-suEBEjQ5Hz .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-suEBEjQ5Hz .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-suEBEjQ5Hz .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1200px) {
  .cid-suEBEjQ5Hz .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 1.8rem  - 1rem);
  }
  .cid-suEBEjQ5Hz .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-suEBEjQ5Hz .collapsed button.navbar-toggler {
  display: block;
  -webkit-align-self: center;
  align-self: center;
}
.cid-suEBEjQ5Hz .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-suEBEjQ5Hz .collapsed .navbar-toggleable-sm {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}
.cid-suEBEjQ5Hz .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-suEBEjQ5Hz .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-suEBEjQ5Hz .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-suEBEjQ5Hz .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-suEBEjQ5Hz .collapsed .dropdown-item:before {
  display: none;
}
.cid-suEBEjQ5Hz .navbar-dropdown {
  flex-wrap: nowrap;
}
.cid-suEBEjQ5Hz .navbar-collapse {
  flex-basis: auto;
  display: flex;
}
.cid-suEBEjQ5Hz .nav-link:focus {
  outline: none;
}
.cid-suEBEjQ5Hz .navbar-toggler {
  position: relative;
}
.cid-suEBEjQ5Hz .dropdown-item.active,
.cid-suEBEjQ5Hz .dropdown-item:active {
  background-color: #ffffff;
  color: #ffffff;
}
.cid-suEBEjQ5Hz .nav-link:hover,
.cid-suEBEjQ5Hz .dropdown-item:hover {
  color: #4f87fb;
}
.cid-suEBEkOtHO {
  padding-top: 135px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-suEBEkOtHO img {
  width: 100%;
  border-radius: 8px;
  box-shadow: 0 0 20px rgba(79, 110, 173, 0.1);
}
.cid-suEBEkOtHO .mbr-section-title {
  text-align: left;
  color: #4f87fb;
  line-height: 1.2;
  letter-spacing: -0.5px;
}
.cid-suEBEkOtHO .mbr-text {
  color: #6d7a8c;
  line-height: 1.5;
}
.cid-suEBEkOtHO .mbr-list {
  margin-top: 35px;
  color: #6d7a8c;
}
.cid-suEBEkOtHO .mbr-list .list {
  list-style-type: none;
  padding-left: 0;
}
.cid-suEBEkOtHO .mbr-list .list li {
  margin-bottom: 1rem;
}
.cid-suEBEkOtHO .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-suJr37D1Yf {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-suJr37D1Yf img {
  width: 100%;
  border-radius: 8px;
  box-shadow: 0 0 20px rgba(79, 110, 173, 0.1);
}
.cid-suJr37D1Yf .mbr-section-title {
  text-align: left;
  color: #4f87fb;
  line-height: 1.2;
  letter-spacing: -0.5px;
}
.cid-suJr37D1Yf .mbr-text {
  color: #6d7a8c;
  line-height: 1.5;
}
.cid-suJr37D1Yf .mbr-list {
  margin-top: 35px;
  color: #6d7a8c;
}
.cid-suJr37D1Yf .mbr-list .list {
  list-style-type: none;
  padding-left: 0;
}
.cid-suJr37D1Yf .mbr-list .list li {
  margin-bottom: 1rem;
}
.cid-suJr37D1Yf .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-suJr37D1Yf H3 {
  color: #656565;
}
@media (max-width: 768px) {
  .cid-suJr37D1Yf .reordered-col {
    order: 2;
  }
}
.cid-suJZiUYuaR {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #25303e;
}
.cid-suJZiUYuaR .links {
  text-align: center;
  color: #ffffff;
}
.cid-suJZiUYuaR p {
  margin: 0;
}
.cid-suJZiUYuaR a {
  color: #ffffff;
}
.cid-suJZiUYuaR a:hover {
  color: #4f87fb !important;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.cid-suK50kYuw8 {
  padding-top: 105px;
  padding-bottom: 105px;
  background-color: #4f87fb;
  background: linear-gradient(to bottom, #4f87fb, #0053f9);
}
.cid-suK50kYuw8 .mbr-section-subtitle {
  color: #ffffff;
  font-weight: 700;
  line-height: 1.43;
  letter-spacing: 2px;
  width: 100%;
}
.cid-suK50kYuw8 .mbr-section-title {
  color: #ffffff;
  font-weight: 700;
  width: 100%;
}
.cid-suK50kYuw8 .mbr-section-title.display-2 {
  font-size: 48px;
  line-height: 1.15;
  letter-spacing: -0.5px;
}
.cid-suK50kYuw8 .mbr-text {
  color: #ffffff;
  font-weight: 400;
  width: 100;
}
.cid-suK50kYuw8 .mbr-text.display-7 {
  font-size: 20px;
  line-height: 1.5;
}
.cid-suK50kYuw8 .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-suK50kYuw8 .content-link span {
  margin-right: 15px;
  margin-left: 20px;
  padding: 10px;
  border-radius: 100%;
  color: #ffffff;
  background-color: #ffffff;
  font-size: 2.475rem;
}
.cid-suK50kYuw8 .mbr-section-btn .btn {
  border-radius: 3px;
  line-height: 2;
  letter-spacing: 1px;
  padding: 12px 40px !important;
  margin-right: 20px;
}
.cid-suK50kYuw8 .mbr-section-btn.display-4,
.cid-suK50kYuw8 .btn.display-4 {
  font-size: 12px !important;
}
@media (max-width: 991px) {
  .cid-suK50kYuw8 .separator,
  .cid-suK50kYuw8 .sep-holder,
  .cid-suK50kYuw8 .sep-line {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .cid-suK50kYuw8 .buttons-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
}
.cid-suK51bivxP {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-suK51bivxP .contents {
  margin-bottom: 70px;
}
.cid-suK51bivxP .contents .mbr-subtitle {
  color: #4f87fb;
  margin-bottom: 10px;
  font-weight: 800;
}
.cid-suK51bivxP .contents .mbr-subtitle.display-4 {
  letter-spacing: 2px;
  line-height: 24px;
  font-size: 13px;
}
.cid-suK51bivxP .contents .mbr-section-title {
  margin-bottom: 20px;
  color: #130947;
  font-weight: 700;
}
.cid-suK51bivxP .contents .mbr-section-title.display-2 {
  line-height: 48px;
  letter-spacing: -0.5px;
}
.cid-suK51bivxP .contents .mbr-section-text {
  margin-top: 20px;
  color: #6d7a8c;
  font-weight: 400;
}
.cid-suK51bivxP .contents .mbr-section-text.display-7 {
  line-height: 28px;
  letter-spacing: 0;
}
.cid-suK51bivxP .card {
  margin-bottom: 2rem;
}
.cid-suK51bivxP .card-block {
  font-weight: 400;
  letter-spacing: 0.03em;
  position: relative;
  background: #4f87fb;
  color: #232323;
  box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.08);
  padding: 1.9rem;
  margin-bottom: 35px;
  border-radius: 4px;
}
.cid-suK51bivxP .card-block.display-7 {
  font-size: 16px;
  line-height: 26px;
}
.cid-suK51bivxP .card-block:before {
  content: "";
  position: absolute;
  bottom: -15px;
  left: 50%;
  margin-left: -14px;
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-top: 15px solid #4f87fb;
  border-right: 15px solid transparent;
}
.cid-suK51bivxP .mbr-author-img {
  width: 50px;
  height: 50px;
  display: inline-block;
  border-radius: 100%;
  margin-left: 0rem;
}
.cid-suK51bivxP .mbr-author-img img {
  width: 100%;
  border-radius: 100%;
  min-width: 100%;
  min-height: 100%;
}
.cid-suK51bivxP .name-wrap {
  display: inline-block;
}
.cid-suK51bivxP .card-footer {
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-align: center;
  align-items: center;
  border-top: none;
  background: none;
  padding: 0 1.25rem 1.25rem 1.25rem;
}
.cid-suK51bivxP .mbr-author-desc {
  color: #767676;
  text-align: center;
}
.cid-suK51bivxP .card-block p {
  color: #ffffff;
  text-align: center;
}
.cid-suK51bivxP .mbr-author-name {
  color: #130947;
  margin-bottom: 5px;
}
.cid-suK51bivxP .mbr-section-title,
.cid-suK51bivxP .title div {
  color: #232323;
  text-align: center;
}
.cid-suK51bivxP .contents .mbr-section-text {
  text-align: center;
}
.cid-suK51LJz7Y {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-suK51LJz7Y .carousel-item {
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-suK51LJz7Y .carousel-item.active,
.cid-suK51LJz7Y .carousel-item-next,
.cid-suK51LJz7Y .carousel-item-prev {
  display: flex;
}
.cid-suK51LJz7Y .img-box {
  position: relative;
  width: fit-content;
  margin: auto;
}
.cid-suK51LJz7Y .mbr-iconfont {
  font-family: Moririse2 !important;
  font-size: 1rem;
  font-weight: 900;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.cid-suK51LJz7Y .carousel-controls a {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  font-size: 2rem;
}
.cid-suK51LJz7Y .carousel-controls a span {
  position: absolute;
  top: 45%;
  padding: 10px;
  border-radius: 50%;
  color: #4f87fb;
  opacity: 1;
}
.cid-suK51LJz7Y .carousel-controls a:hover span {
  opacity: 0.4;
}
.cid-suK51LJz7Y h1 {
  color: #36404c;
}
.cid-suK51LJz7Y .author-box {
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
}
.cid-suK51LJz7Y .face {
  width: 100px;
  height: 100px;
  border-radius: 100%;
  box-shadow: none;
  margin: 0rem;
  -o-object-fit: cover;
  object-fit: cover;
}
.cid-suK51LJz7Y .author {
  margin: auto 0;
}
.cid-suK51LJz7Y h3,
.cid-suK51LJz7Y h4 {
  margin: 0;
  padding: 0;
}
.cid-suK51LJz7Y h3 {
  color: #130947;
}
.cid-suK51LJz7Y h3.display-7 {
  line-height: 1.1;
  letter-spacing: 0;
}
.cid-suK51LJz7Y h4 {
  color: #4f87fb;
  font-weight: 700;
}
.cid-suK51LJz7Y h4.display-4 {
  line-height: 1.5;
  font-size: 13px;
}
.cid-suK51LJz7Y .mbr-text {
  padding-bottom: 30px;
  color: #6d7a8c;
  font-weight: 300;
}
.cid-suK51LJz7Y .mbr-text.display-5 {
  line-height: 1.3;
}
.cid-suK51LJz7Y .box {
  max-width: 800px !important;
  margin: auto !important;
}
@media (max-width: 992px) {
  .cid-suK51LJz7Y .carousel-controls a span {
    bottom: auto;
    top: 30%;
  }
}
@media (max-width: 767px) {
  .cid-suK51LJz7Y .carousel-controls a span {
    bottom: auto;
    top: 20%;
  }
}
.cid-suK51LJz7Y .mbr-text,
.cid-suK51LJz7Y .mbr-section-btn {
  color: #4f87fb;
}
.cid-suK51LJz7Y H4 {
  color: #130947;
}
.cid-suK52JtcK4 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-suK52JtcK4 .mbr-section-title {
  margin-bottom: 30px;
  color: #130947;
}
.cid-suK52JtcK4 .mbr-section-title.display-2 {
  line-height: 1.2;
  letter-spacing: -0.5px;
}
.cid-suK52JtcK4 .google-map {
  height: 30rem;
  position: relative;
  width: 100%;
}
.cid-suK52JtcK4 .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-suK52JtcK4 .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-suK52JtcK4 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-suK52JtcK4 .google-map[data-state='loading'] [data-state-details] {
  display: none;
}
.cid-suK52JtcK4 .map-placeholder {
  display: none;
}
.cid-suK52JtcK4 h4 {
  padding-top: 5rem;
  color: #767676;
  text-align: center;
}
.cid-suK53oIDeq {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #e6ecf2;
}
.cid-suK53oIDeq .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-suK53oIDeq .row {
  flex-direction: row-reverse;
}
.cid-suK53oIDeq .text-content .content-title {
  color: #130947;
  margin-bottom: 30px;
}
.cid-suK53oIDeq .text-content .content-title.display-5 {
  font-size: 26px;
  line-height: 1.38;
  letter-spacing: -0.5px;
}
.cid-suK53oIDeq .text-content .list-block {
  border-bottom-width: 1px;
  padding-bottom: 30px;
  border-bottom-color: #130947;
  border-bottom-style: dotted;
  margin-bottom: 20px;
}
.cid-suK53oIDeq .text-content .list-block .card-img span {
  color: #4f87fb;
  font-size: 2.5rem;
}
.cid-suK53oIDeq .text-content .list-block .list-item-title {
  color: #130947;
}
.cid-suK53oIDeq .text-content .list-block .list-item-title.display-7 {
  font-size: 20px;
  letter-spacing: -0.5px;
  line-height: 1.2;
}
.cid-suK53oIDeq .text-content .list-block .list-item-text {
  padding-top: 10px;
  line-height: 1.29;
  color: #6d7a8c;
  margin-bottom: 0;
}
.cid-suK53oIDeq .text-content .list-block.last {
  border-bottom: none;
  margin-bottom: 20px;
  padding-bottom: 0;
}
.cid-suK53oIDeq .text-content .social {
  font-size: 1.2rem;
  padding-left: 4.5rem;
}
.cid-suK53oIDeq .text-content .social span {
  margin-right: 11.2px;
  margin-bottom: 8px;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  color: #6d7a8c;
}
.cid-suK53oIDeq .text-content .social span:hover {
  color: #4f87fb;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.cid-suK53oIDeq .card-img {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 3rem;
  text-align: center;
}
.cid-suK53oIDeq .list-block {
  position: relative;
}
.cid-suK53oIDeq .list-block h4,
.cid-suK53oIDeq .list-block p {
  padding-left: 4.5rem;
}
.cid-suK53oIDeq .card-img {
  display: block;
}
.cid-suK53oIDeq input,
.cid-suK53oIDeq textarea {
  border-left: none;
  border-top: none;
  border-right: none;
  border-radius: 4px;
  padding: 20px 10px 20px 20px;
  font-size: 13px;
  color: #ffffff;
  font-weight: 600;
}
.cid-suK53oIDeq input:focus,
.cid-suK53oIDeq textarea:focus {
  border-left: none;
  border-top: none;
  border-right: none;
}
.cid-suK53oIDeq .form-control,
.cid-suK53oIDeq .field-input {
  min-height: 3rem;
  padding: 20px 10px 20px 20px;
  background-color: #ffffff;
  border-color: #4f87fb;
  color: #000000;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-suK53oIDeq .form-control:hover,
.cid-suK53oIDeq .field-input:hover,
.cid-suK53oIDeq .form-control:focus,
.cid-suK53oIDeq .field-input:focus {
  background-color: #ffffff;
  border-color: #ffffff !important;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-suK53oIDeq input::-webkit-input-placeholder,
.cid-suK53oIDeq textarea::-webkit-input-placeholder {
  color: #6d7a8c;
}
.cid-suK53oIDeq input:-moz-placeholder,
.cid-suK53oIDeq textarea:-moz-placeholder {
  color: #6d7a8c;
}
.cid-suK53oIDeq .jq-selectbox li,
.cid-suK53oIDeq .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-suK53oIDeq .jq-selectbox li:hover,
.cid-suK53oIDeq .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-suK53oIDeq .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-suK53oIDeq .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-suK53oIDeq .mbr-form {
  max-width: 550px;
}
.cid-suK53oIDeq .mbr-form .mbr-subtitle {
  color: #4f87fb;
  font-weight: 800;
}
.cid-suK53oIDeq .mbr-form .mbr-subtitle.display-4 {
  font-size: 13px;
  line-height: 1.85;
  letter-spacing: 2px;
}
.cid-suK53oIDeq .mbr-form .mbr-section-title {
  color: #130947;
  font-weight: 700;
}
.cid-suK53oIDeq .mbr-form .mbr-section-title.display-2 {
  line-height: 1.2;
  letter-spacing: -0.5px;
}
.cid-suK53oIDeq .mbr-form .mbr-text {
  color: #6d7a8c;
}
.cid-suK53oIDeq .mbr-form textarea {
  min-height: 100px;
}
.cid-suK53oIDeq .mbr-form .btn {
  -webkit-box-pack: justify;
  justify-content: space-between;
  border-width: 2px;
  border-radius: 4px;
  border-color: #4f87fb;
  color: #4f87fb;
  padding: 18px 29px;
}
.cid-suK53oIDeq .mbr-form .btn.display-4 {
  font-size: 13px;
  letter-spacing: 1px;
}
.cid-suK53oIDeq .mbr-form span.value.form-control {
  min-height: 3.5rem;
  padding: 1rem;
}
@media (max-width: 991px) {
  .cid-suK53oIDeq .mbr-form {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}
@media (max-width: 768px) {
  .cid-suK53oIDeq .mbr-section-title,
  .cid-suK53oIDeq .content-title,
  .cid-suK53oIDeq .mbr-section-btn {
    text-align: left;
  }
}
.cid-suK2fvU8Rl {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #25303e;
}
.cid-suK2fvU8Rl section {
  position: relative;
}
.cid-suK2fvU8Rl .widget-title {
  font-weight: 600;
}
.cid-suK2fvU8Rl .widget-title.display-7 {
  font-size: 17px;
  line-height: 27px;
  letter-spacing: 0.5px;
}
.cid-suK2fvU8Rl .mbr-text.display-4 {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 300;
}
.cid-suK2fvU8Rl .item .card-box .item-title {
  font-weight: 300;
}
.cid-suK2fvU8Rl .item .card-box .item-title.display-4 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-suK2fvU8Rl .item .card-img {
  width: auto;
  background-color: #4f87fb;
  border-radius: 100%;
}
.cid-suK2fvU8Rl .item .card-img .img1 {
  display: block;
  padding: 6px;
  font-size: 13px;
}
.cid-suK2fvU8Rl img {
  height: 100px;
  padding-right: 8px;
}
.cid-suK2fvU8Rl .img1 {
  color: #ffffff;
  background-color: #4f87fb;
  border-radius: 50%;
}
.cid-suK2fvU8Rl .img2 {
  color: #ffffff;
  font-size: 10px;
}
.cid-suK2fvU8Rl .line {
  width: 50px;
  height: 2px;
  display: inline-block;
  background: #4f87fb;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
@media (max-width: 992px) {
  .cid-suK2fvU8Rl .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-suK2fvU8Rl .content .link-wrap {
  font-weight: 300;
  color: #fff;
}
.cid-suK2fvU8Rl .content .link-wrap.display-4 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-suK2fvU8Rl .content .date-wrap {
  color: #4f87fb;
  font-weight: 500;
}
.cid-suK2fvU8Rl .content .date-wrap.display-4 {
  font-size: 13px;
  line-height: 17px;
}
.cid-suK2fvU8Rl .item,
.cid-suK2fvU8Rl .link {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  padding-bottom: 0.5rem;
  margin-bottom: 0.6rem;
}
.cid-suK2fvU8Rl .item h4,
.cid-suK2fvU8Rl .link h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-suK2fvU8Rl .link .card-img {
  padding-bottom: 3px;
}
.cid-suK2fvU8Rl .link .card-box .link-title {
  font-weight: 300;
}
.cid-suK2fvU8Rl .link .card-box .link-title a:hover {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: #4f87fb !important;
}
.cid-suK2fvU8Rl .link .card-box .link-title.display-4 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-suK2fvU8Rl .card-img {
  width: auto;
}
@media (max-width: 767px) {
  .cid-suK2fvU8Rl h5 {
    text-align: left !important;
  }
  .cid-suK2fvU8Rl .line-wrap {
    text-align: left !important;
  }
}
.cid-suK2fvU8Rl .item-title {
  color: #ffffff;
}
.cid-suK2fvU8Rl .tips {
  height: 70px;
  width: 70px;
  margin: 4px;
  -o-object-fit: cover;
  object-fit: cover;
}
.cid-suK2fvU8Rl .btn[class*="-outline"] {
  border: none;
  padding: 0;
  margin: 0 !important;
  box-shadow: none !important;
  text-align: left;
  line-height: 1.5;
}
.cid-suK2fvU8Rl .btn[class*="-outline"] span {
  -webkit-box-ordinal-group: 3;
  order: 2;
  font-size: 0.8rem;
  font-weight: 900;
  -webkit-transition: padding 0.3s !important;
  transition: padding 0.3s !important;
}
.cid-suK2fvU8Rl .btn[class*="-outline"]:hover {
  background-color: transparent !important;
  color: #4f87fb !important;
  box-shadow: none !important;
}
.cid-suK2fvU8Rl .btn[class*="-outline"]:active,
.cid-suK2fvU8Rl .btn[class*="-outline"]:focus {
  background-color: transparent !important;
  box-shadow: none !important;
}
.cid-suK2fvU8Rl .list .list-item:first-child {
  padding-bottom: 15px;
}
.cid-suK2fvU8Rl .list .list-item:last-child {
  margin-top: 10px;
}
.cid-suK2fvU8Rl .box-list {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
  font-weight: 300;
}
.cid-suK2fvU8Rl .box-list li {
  padding: 10px 0 10px;
  color: #ffffff;
}
.cid-suK2fvU8Rl .box-list li:first-child {
  padding-top: 0;
}
.cid-suK2fvU8Rl .box-list li:last-child {
  border-bottom: none;
}
.cid-suK2fvU8Rl .box-list li span {
  float: right;
  text-align: right;
  padding-left: 0.5rem;
  color: #4f87fb;
}
.cid-suK2fvU8Rl .box-list.display-4 {
  line-height: 24px;
}
.cid-suK2fvU8Rl .mbr-text {
  line-height: 1.5;
  margin-bottom: 25px;
}
.cid-suK2fvU8Rl .item-title DIV {
  text-align: left;
}
.cid-suK2fvU8Rl .box-list li LI {
  text-align: center;
}
.is-builder .cid-suJsuFYU6y .navbar {
  padding-top: 20px !important;
}
.cid-suJsuFYU6y .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  -webkit-transition: none;
  transition: none;
  min-height: 77px;
}
@media (min-width: 1200px) {
  .cid-suJsuFYU6y .navbar .dropdown .dropdown-menu .dropdown-item {
    padding: 0.835em 2.5385em 0.835em 3.5385em !important;
    margin: 0 !important;
  }
  .cid-suJsuFYU6y .navbar .dropdown .dropdown-menu .dropdown-item:hover {
    padding: 0.835em 2.5385em 0.835em 3.8385em !important;
  }
}
.cid-suJsuFYU6y .menu-logo {
  display: flex;
  position: relative;
  -webkit-box-align: center;
  align-items: center;
  margin-right: auto;
}
.cid-suJsuFYU6y .menu-logo .navbar-brand {
  display: flex;
  margin-left: 4rem;
  padding: 0.5rem 0;
  -webkit-transition: padding 0.2s;
  transition: padding 0.2s;
  min-height: 2rem;
  -webkit-box-align: center;
  align-items: center;
}
.cid-suJsuFYU6y .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-suJsuFYU6y .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-suJsuFYU6y .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  -webkit-transition: font-size 0.25s;
  transition: font-size 0.25s;
}
.cid-suJsuFYU6y .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-suJsuFYU6y .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  -webkit-transition: font-size 0.25s;
  transition: font-size 0.25s;
}
.cid-suJsuFYU6y .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-suJsuFYU6y a {
  font-style: normal;
}
.cid-suJsuFYU6y .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: middle;
  position: relative;
  text-decoration: none;
}
.cid-suJsuFYU6y .nav-item a {
  padding: 0.4rem 0 !important;
}
.cid-suJsuFYU6y .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-suJsuFYU6y .dropdown-item:hover:before {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  width: 16px;
}
.cid-suJsuFYU6y .content-text {
  margin-bottom: 0;
}
.cid-suJsuFYU6y .navbar-nav {
  position: relative;
  min-height: 100px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
}
.cid-suJsuFYU6y .navbar-nav li:first-child > a {
  color: #4f87fb;
}
.cid-suJsuFYU6y .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-suJsuFYU6y .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #4f87fb;
    -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-suJsuFYU6y .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
  .cid-suJsuFYU6y .navbar-nav .nav-item a {
    margin: 0 1.1rem !important;
  }
}
@media (max-width: 1200px) {
  .cid-suJsuFYU6y .navbar-nav .nav-item a {
    margin: 0 !important;
  }
}
.cid-suJsuFYU6y .navbar-nav .nav-item span {
  padding-right: 0.1rem;
}
.cid-suJsuFYU6y .display-4 > .mbr-iconfont {
  font-size: 1.23em;
}
.cid-suJsuFYU6y .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-suJsuFYU6y .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-suJsuFYU6y .content-link {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.cid-suJsuFYU6y .content-link:first-child {
  padding-left: 1.3rem;
}
@media (max-width: 1200px) {
  .cid-suJsuFYU6y .content-link {
    display: none;
  }
}
.cid-suJsuFYU6y .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
}
.cid-suJsuFYU6y .navbar-buttons.mbr-section-btn > .mbr-iconfont {
  font-size: 17px !important;
  margin-right: 13px;
}
.cid-suJsuFYU6y .nav-dropdown .link {
  font-weight: 600;
}
.cid-suJsuFYU6y .nav-dropdown .link.display-4 {
  font-size: 15px;
}
.cid-suJsuFYU6y .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-suJsuFYU6y .content-left-side {
  text-align: center;
  padding-top: 3px;
}
@media (max-width: 575px) {
  .cid-suJsuFYU6y .content-left-side {
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    padding: 0.5rem 0;
  }
  .cid-suJsuFYU6y .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-suJsuFYU6y .content-right-side {
  text-align: center;
}
@media (max-width: 575px) {
  .cid-suJsuFYU6y .content-right-side {
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    padding: 0.5rem 0;
  }
  .cid-suJsuFYU6y .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-suJsuFYU6y .content-right-side .icons-block {
  padding-bottom: 5px;
  padding-left: 17px;
}
.cid-suJsuFYU6y .content-right-side .content-link {
  margin-left: 1rem;
}
.cid-suJsuFYU6y .content-right-side .content-link span {
  vertical-align: middle;
  padding-bottom: 2px;
}
.cid-suJsuFYU6y .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: 0px;
  padding-bottom: 0px;
}
.cid-suJsuFYU6y .content-left-side .content-link {
  margin-left: 1rem;
}
.cid-suJsuFYU6y .content-left-side .content-link span {
  vertical-align: middle;
  padding-bottom: 2px;
}
@media (max-width: 1200px) {
  .cid-suJsuFYU6y .content-left-side {
    text-align: center;
    padding-bottom: 1rem;
  }
  .cid-suJsuFYU6y .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-suJsuFYU6y .dropdown-item:before {
    display: none;
  }
  .cid-suJsuFYU6y .menu-logo {
    width: 100%;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }
  .cid-suJsuFYU6y .menu-bottom {
    width: 100%;
    padding: 0 1rem;
    display: block;
  }
  .cid-suJsuFYU6y img {
    height: 2rem !important;
  }
  .cid-suJsuFYU6y .btn {
    display: flex;
  }
  .cid-suJsuFYU6y button.navbar-toggler {
    display: block;
  }
  .cid-suJsuFYU6y .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-suJsuFYU6y .navbar-toggleable-sm {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  .cid-suJsuFYU6y .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-suJsuFYU6y .navbar-collapse.collapsing,
  .cid-suJsuFYU6y .navbar-collapse.show {
    display: block !important;
  }
  .cid-suJsuFYU6y .navbar-collapse.collapsing .navbar-nav,
  .cid-suJsuFYU6y .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-suJsuFYU6y .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-suJsuFYU6y .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
    padding: 0.5rem 0;
  }
  .cid-suJsuFYU6y .navbar-collapse.collapsing .navbar-buttons,
  .cid-suJsuFYU6y .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-suJsuFYU6y .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-suJsuFYU6y .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-suJsuFYU6y .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-suJsuFYU6y .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-suJsuFYU6y .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-suJsuFYU6y .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-suJsuFYU6y .navbar-nav.nav-dropdown {
    max-height: 80vh !important;
    overflow-y: auto !important;
  }
}
@media (min-width: 1200px) {
  .cid-suJsuFYU6y .navbar .menu-content-top {
    display: block;
  }
  .cid-suJsuFYU6y .menu-content-top .row {
    -webkit-box-pack: justify;
    justify-content: space-between;
    flex-wrap: nowrap;
  }
  .cid-suJsuFYU6y .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-suJsuFYU6y .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-suJsuFYU6y .menu-content-top {
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  }
  .cid-suJsuFYU6y .menu-bottom {
    display: flex;
  }
  .cid-suJsuFYU6y .navbar {
    display: block;
    padding: 0;
  }
  .cid-suJsuFYU6y .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
  }
  .cid-suJsuFYU6y .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-suJsuFYU6y .navbar-toggler {
    display: none;
  }
}
.cid-suJsuFYU6y .navbar-short .menu-content-top {
  border: none;
  display: none;
}
.cid-suJsuFYU6y .btn {
  padding: 15px 30px;
  font-weight: 800;
  display: inline-flex;
  -webkit-box-align: center;
  align-items: center;
  border-width: 1px;
  box-shadow: none;
}
.cid-suJsuFYU6y .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-suJsuFYU6y .btn.display-4 {
  letter-spacing: 0.5px;
  font-size: 13px;
  line-height: 13px;
}
.cid-suJsuFYU6y .navbar-toggleable-sm .navbar-collapse {
  -webkit-box-pack: end;
  justify-content: flex-end;
  padding-right: 4rem;
  width: 100%;
}
.cid-suJsuFYU6y .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-suJsuFYU6y .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-suJsuFYU6y .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-suJsuFYU6y .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  border-top: 3px solid #4f87fb;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
  min-width: 16.875rem;
  text-align: left;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 20px !important;
}
@media (max-width: 1200px) {
  .cid-suJsuFYU6y .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-suJsuFYU6y .dropdown .dropdown-menu .dropdown-item {
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-suJsuFYU6y .dropdown .dropdown-menu .dropdown-item:hover {
  background-color: #4f87fb;
  color: #ffffff;
}
.cid-suJsuFYU6y .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-suJsuFYU6y .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-suJsuFYU6y .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-suJsuFYU6y .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-suJsuFYU6y .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-suJsuFYU6y .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-suJsuFYU6y .navbar.navbar-short {
  min-height: 60px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-suJsuFYU6y .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-suJsuFYU6y .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-suJsuFYU6y .navbar.navbar-short .navbar-logo a img {
  height: 2.0rem !important;
}
.cid-suJsuFYU6y .navbar.navbar-short .navbar-brand {
  min-height: 2.0rem;
}
.cid-suJsuFYU6y .navbar.navbar-short .navbar-nav {
  min-height: 60px;
}
.cid-suJsuFYU6y button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-suJsuFYU6y button.navbar-toggler:focus {
  outline: none;
}
.cid-suJsuFYU6y button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-suJsuFYU6y button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-suJsuFYU6y button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}
.cid-suJsuFYU6y button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}
.cid-suJsuFYU6y button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-suJsuFYU6y 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-suJsuFYU6y nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.cid-suJsuFYU6y nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.cid-suJsuFYU6y 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-suJsuFYU6y .collapsed.navbar {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}
.cid-suJsuFYU6y .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-suJsuFYU6y .collapsed .menu-logo {
  margin-right: 0;
}
.cid-suJsuFYU6y .collapsed .btn {
  display: flex;
}
.cid-suJsuFYU6y .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-suJsuFYU6y .collapsed .navbar-collapse.collapsing,
.cid-suJsuFYU6y .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-suJsuFYU6y .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-suJsuFYU6y .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-suJsuFYU6y .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-suJsuFYU6y .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-suJsuFYU6y .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-suJsuFYU6y .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-suJsuFYU6y .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-suJsuFYU6y .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1200px) {
  .cid-suJsuFYU6y .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 1.8rem  - 1rem);
  }
  .cid-suJsuFYU6y .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-suJsuFYU6y .collapsed button.navbar-toggler {
  display: block;
  -webkit-align-self: center;
  align-self: center;
}
.cid-suJsuFYU6y .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-suJsuFYU6y .collapsed .navbar-toggleable-sm {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}
.cid-suJsuFYU6y .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-suJsuFYU6y .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-suJsuFYU6y .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-suJsuFYU6y .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-suJsuFYU6y .collapsed .dropdown-item:before {
  display: none;
}
.cid-suJsuFYU6y .navbar-dropdown {
  flex-wrap: nowrap;
}
.cid-suJsuFYU6y .navbar-collapse {
  flex-basis: auto;
  display: flex;
}
.cid-suJsuFYU6y .nav-link:focus {
  outline: none;
}
.cid-suJsuFYU6y .navbar-toggler {
  position: relative;
}
.cid-suJsuFYU6y .dropdown-item.active,
.cid-suJsuFYU6y .dropdown-item:active {
  background-color: #ffffff;
  color: #ffffff;
}
.cid-suJsuFYU6y .nav-link:hover,
.cid-suJsuFYU6y .dropdown-item:hover {
  color: #4f87fb;
}
.cid-suJsuGTy5z {
  padding-top: 135px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-suJsuGTy5z img {
  width: 100%;
  border-radius: 8px;
  box-shadow: 0 0 20px rgba(79, 110, 173, 0.1);
}
.cid-suJsuGTy5z .mbr-section-title {
  text-align: left;
  color: #4f87fb;
  line-height: 1.2;
  letter-spacing: -0.5px;
}
.cid-suJsuGTy5z .mbr-text {
  color: #6d7a8c;
  line-height: 1.5;
}
.cid-suJsuGTy5z .mbr-list {
  margin-top: 35px;
  color: #6d7a8c;
}
.cid-suJsuGTy5z .mbr-list .list {
  list-style-type: none;
  padding-left: 0;
}
.cid-suJsuGTy5z .mbr-list .list li {
  margin-bottom: 1rem;
}
.cid-suJsuGTy5z .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-suK58XDPS2 {
  padding-top: 105px;
  padding-bottom: 105px;
  background-color: #4f87fb;
  background: linear-gradient(to bottom, #4f87fb, #0053f9);
}
.cid-suK58XDPS2 .mbr-section-subtitle {
  color: #ffffff;
  font-weight: 700;
  line-height: 1.43;
  letter-spacing: 2px;
  width: 100%;
}
.cid-suK58XDPS2 .mbr-section-title {
  color: #ffffff;
  font-weight: 700;
  width: 100%;
}
.cid-suK58XDPS2 .mbr-section-title.display-2 {
  font-size: 48px;
  line-height: 1.15;
  letter-spacing: -0.5px;
}
.cid-suK58XDPS2 .mbr-text {
  color: #ffffff;
  font-weight: 400;
  width: 100;
}
.cid-suK58XDPS2 .mbr-text.display-7 {
  font-size: 20px;
  line-height: 1.5;
}
.cid-suK58XDPS2 .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-suK58XDPS2 .content-link span {
  margin-right: 15px;
  margin-left: 20px;
  padding: 10px;
  border-radius: 100%;
  color: #ffffff;
  background-color: #ffffff;
  font-size: 2.475rem;
}
.cid-suK58XDPS2 .mbr-section-btn .btn {
  border-radius: 3px;
  line-height: 2;
  letter-spacing: 1px;
  padding: 12px 40px !important;
  margin-right: 20px;
}
.cid-suK58XDPS2 .mbr-section-btn.display-4,
.cid-suK58XDPS2 .btn.display-4 {
  font-size: 12px !important;
}
@media (max-width: 991px) {
  .cid-suK58XDPS2 .separator,
  .cid-suK58XDPS2 .sep-holder,
  .cid-suK58XDPS2 .sep-line {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .cid-suK58XDPS2 .buttons-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
}
.cid-suK59WXh7k {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-suK59WXh7k .contents {
  margin-bottom: 70px;
}
.cid-suK59WXh7k .contents .mbr-subtitle {
  color: #4f87fb;
  margin-bottom: 10px;
  font-weight: 800;
}
.cid-suK59WXh7k .contents .mbr-subtitle.display-4 {
  letter-spacing: 2px;
  line-height: 24px;
  font-size: 13px;
}
.cid-suK59WXh7k .contents .mbr-section-title {
  margin-bottom: 20px;
  color: #130947;
  font-weight: 700;
}
.cid-suK59WXh7k .contents .mbr-section-title.display-2 {
  line-height: 48px;
  letter-spacing: -0.5px;
}
.cid-suK59WXh7k .contents .mbr-section-text {
  margin-top: 20px;
  color: #6d7a8c;
  font-weight: 400;
}
.cid-suK59WXh7k .contents .mbr-section-text.display-7 {
  line-height: 28px;
  letter-spacing: 0;
}
.cid-suK59WXh7k .card {
  margin-bottom: 2rem;
}
.cid-suK59WXh7k .card-block {
  font-weight: 400;
  letter-spacing: 0.03em;
  position: relative;
  background: #4f87fb;
  color: #232323;
  box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.08);
  padding: 1.9rem;
  margin-bottom: 35px;
  border-radius: 4px;
}
.cid-suK59WXh7k .card-block.display-7 {
  font-size: 16px;
  line-height: 26px;
}
.cid-suK59WXh7k .card-block:before {
  content: "";
  position: absolute;
  bottom: -15px;
  left: 50%;
  margin-left: -14px;
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-top: 15px solid #4f87fb;
  border-right: 15px solid transparent;
}
.cid-suK59WXh7k .mbr-author-img {
  width: 50px;
  height: 50px;
  display: inline-block;
  border-radius: 100%;
  margin-left: 0rem;
}
.cid-suK59WXh7k .mbr-author-img img {
  width: 100%;
  border-radius: 100%;
  min-width: 100%;
  min-height: 100%;
}
.cid-suK59WXh7k .name-wrap {
  display: inline-block;
}
.cid-suK59WXh7k .card-footer {
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-align: center;
  align-items: center;
  border-top: none;
  background: none;
  padding: 0 1.25rem 1.25rem 1.25rem;
}
.cid-suK59WXh7k .mbr-author-desc {
  color: #767676;
  text-align: center;
}
.cid-suK59WXh7k .card-block p {
  color: #ffffff;
  text-align: center;
}
.cid-suK59WXh7k .mbr-author-name {
  color: #130947;
  margin-bottom: 5px;
}
.cid-suK59WXh7k .mbr-section-title,
.cid-suK59WXh7k .title div {
  color: #232323;
  text-align: center;
}
.cid-suK59WXh7k .contents .mbr-section-text {
  text-align: center;
}
.cid-suK5az2rtB {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-suK5az2rtB .carousel-item {
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-suK5az2rtB .carousel-item.active,
.cid-suK5az2rtB .carousel-item-next,
.cid-suK5az2rtB .carousel-item-prev {
  display: flex;
}
.cid-suK5az2rtB .img-box {
  position: relative;
  width: fit-content;
  margin: auto;
}
.cid-suK5az2rtB .mbr-iconfont {
  font-family: Moririse2 !important;
  font-size: 1rem;
  font-weight: 900;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.cid-suK5az2rtB .carousel-controls a {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  font-size: 2rem;
}
.cid-suK5az2rtB .carousel-controls a span {
  position: absolute;
  top: 45%;
  padding: 10px;
  border-radius: 50%;
  color: #4f87fb;
  opacity: 1;
}
.cid-suK5az2rtB .carousel-controls a:hover span {
  opacity: 0.4;
}
.cid-suK5az2rtB h1 {
  color: #36404c;
}
.cid-suK5az2rtB .author-box {
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
}
.cid-suK5az2rtB .face {
  width: 100px;
  height: 100px;
  border-radius: 100%;
  box-shadow: none;
  margin: 0rem;
  -o-object-fit: cover;
  object-fit: cover;
}
.cid-suK5az2rtB .author {
  margin: auto 0;
}
.cid-suK5az2rtB h3,
.cid-suK5az2rtB h4 {
  margin: 0;
  padding: 0;
}
.cid-suK5az2rtB h3 {
  color: #130947;
}
.cid-suK5az2rtB h3.display-7 {
  line-height: 1.1;
  letter-spacing: 0;
}
.cid-suK5az2rtB h4 {
  color: #4f87fb;
  font-weight: 700;
}
.cid-suK5az2rtB h4.display-4 {
  line-height: 1.5;
  font-size: 13px;
}
.cid-suK5az2rtB .mbr-text {
  padding-bottom: 30px;
  color: #6d7a8c;
  font-weight: 300;
}
.cid-suK5az2rtB .mbr-text.display-5 {
  line-height: 1.3;
}
.cid-suK5az2rtB .box {
  max-width: 800px !important;
  margin: auto !important;
}
@media (max-width: 992px) {
  .cid-suK5az2rtB .carousel-controls a span {
    bottom: auto;
    top: 30%;
  }
}
@media (max-width: 767px) {
  .cid-suK5az2rtB .carousel-controls a span {
    bottom: auto;
    top: 20%;
  }
}
.cid-suK5az2rtB .mbr-text,
.cid-suK5az2rtB .mbr-section-btn {
  color: #4f87fb;
}
.cid-suK5az2rtB H4 {
  color: #130947;
}
.cid-suK5bgYfzA {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-suK5bgYfzA .mbr-section-title {
  margin-bottom: 30px;
  color: #130947;
}
.cid-suK5bgYfzA .mbr-section-title.display-2 {
  line-height: 1.2;
  letter-spacing: -0.5px;
}
.cid-suK5bgYfzA .google-map {
  height: 30rem;
  position: relative;
  width: 100%;
}
.cid-suK5bgYfzA .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-suK5bgYfzA .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-suK5bgYfzA .google-map[data-state] {
  background: #e9e5dc;
}
.cid-suK5bgYfzA .google-map[data-state='loading'] [data-state-details] {
  display: none;
}
.cid-suK5bgYfzA .map-placeholder {
  display: none;
}
.cid-suK5bgYfzA h4 {
  padding-top: 5rem;
  color: #767676;
  text-align: center;
}
.cid-suK5bROfJj {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #e6ecf2;
}
.cid-suK5bROfJj .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-suK5bROfJj .row {
  flex-direction: row-reverse;
}
.cid-suK5bROfJj .text-content .content-title {
  color: #130947;
  margin-bottom: 30px;
}
.cid-suK5bROfJj .text-content .content-title.display-5 {
  font-size: 26px;
  line-height: 1.38;
  letter-spacing: -0.5px;
}
.cid-suK5bROfJj .text-content .list-block {
  border-bottom-width: 1px;
  padding-bottom: 30px;
  border-bottom-color: #130947;
  border-bottom-style: dotted;
  margin-bottom: 20px;
}
.cid-suK5bROfJj .text-content .list-block .card-img span {
  color: #4f87fb;
  font-size: 2.5rem;
}
.cid-suK5bROfJj .text-content .list-block .list-item-title {
  color: #130947;
}
.cid-suK5bROfJj .text-content .list-block .list-item-title.display-7 {
  font-size: 20px;
  letter-spacing: -0.5px;
  line-height: 1.2;
}
.cid-suK5bROfJj .text-content .list-block .list-item-text {
  padding-top: 10px;
  line-height: 1.29;
  color: #6d7a8c;
  margin-bottom: 0;
}
.cid-suK5bROfJj .text-content .list-block.last {
  border-bottom: none;
  margin-bottom: 20px;
  padding-bottom: 0;
}
.cid-suK5bROfJj .text-content .social {
  font-size: 1.2rem;
  padding-left: 4.5rem;
}
.cid-suK5bROfJj .text-content .social span {
  margin-right: 11.2px;
  margin-bottom: 8px;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  color: #6d7a8c;
}
.cid-suK5bROfJj .text-content .social span:hover {
  color: #4f87fb;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.cid-suK5bROfJj .card-img {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 3rem;
  text-align: center;
}
.cid-suK5bROfJj .list-block {
  position: relative;
}
.cid-suK5bROfJj .list-block h4,
.cid-suK5bROfJj .list-block p {
  padding-left: 4.5rem;
}
.cid-suK5bROfJj .card-img {
  display: block;
}
.cid-suK5bROfJj input,
.cid-suK5bROfJj textarea {
  border-left: none;
  border-top: none;
  border-right: none;
  border-radius: 4px;
  padding: 20px 10px 20px 20px;
  font-size: 13px;
  color: #ffffff;
  font-weight: 600;
}
.cid-suK5bROfJj input:focus,
.cid-suK5bROfJj textarea:focus {
  border-left: none;
  border-top: none;
  border-right: none;
}
.cid-suK5bROfJj .form-control,
.cid-suK5bROfJj .field-input {
  min-height: 3rem;
  padding: 20px 10px 20px 20px;
  background-color: #ffffff;
  border-color: #4f87fb;
  color: #000000;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-suK5bROfJj .form-control:hover,
.cid-suK5bROfJj .field-input:hover,
.cid-suK5bROfJj .form-control:focus,
.cid-suK5bROfJj .field-input:focus {
  background-color: #ffffff;
  border-color: #ffffff !important;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-suK5bROfJj input::-webkit-input-placeholder,
.cid-suK5bROfJj textarea::-webkit-input-placeholder {
  color: #6d7a8c;
}
.cid-suK5bROfJj input:-moz-placeholder,
.cid-suK5bROfJj textarea:-moz-placeholder {
  color: #6d7a8c;
}
.cid-suK5bROfJj .jq-selectbox li,
.cid-suK5bROfJj .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-suK5bROfJj .jq-selectbox li:hover,
.cid-suK5bROfJj .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-suK5bROfJj .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-suK5bROfJj .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-suK5bROfJj .mbr-form {
  max-width: 550px;
}
.cid-suK5bROfJj .mbr-form .mbr-subtitle {
  color: #4f87fb;
  font-weight: 800;
}
.cid-suK5bROfJj .mbr-form .mbr-subtitle.display-4 {
  font-size: 13px;
  line-height: 1.85;
  letter-spacing: 2px;
}
.cid-suK5bROfJj .mbr-form .mbr-section-title {
  color: #130947;
  font-weight: 700;
}
.cid-suK5bROfJj .mbr-form .mbr-section-title.display-2 {
  line-height: 1.2;
  letter-spacing: -0.5px;
}
.cid-suK5bROfJj .mbr-form .mbr-text {
  color: #6d7a8c;
}
.cid-suK5bROfJj .mbr-form textarea {
  min-height: 100px;
}
.cid-suK5bROfJj .mbr-form .btn {
  -webkit-box-pack: justify;
  justify-content: space-between;
  border-width: 2px;
  border-radius: 4px;
  border-color: #4f87fb;
  color: #4f87fb;
  padding: 18px 29px;
}
.cid-suK5bROfJj .mbr-form .btn.display-4 {
  font-size: 13px;
  letter-spacing: 1px;
}
.cid-suK5bROfJj .mbr-form span.value.form-control {
  min-height: 3.5rem;
  padding: 1rem;
}
@media (max-width: 991px) {
  .cid-suK5bROfJj .mbr-form {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}
@media (max-width: 768px) {
  .cid-suK5bROfJj .mbr-section-title,
  .cid-suK5bROfJj .content-title,
  .cid-suK5bROfJj .mbr-section-btn {
    text-align: left;
  }
}
.cid-suJZiUYuaR {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #25303e;
}
.cid-suJZiUYuaR .links {
  text-align: center;
  color: #ffffff;
}
.cid-suJZiUYuaR p {
  margin: 0;
}
.cid-suJZiUYuaR a {
  color: #ffffff;
}
.cid-suJZiUYuaR a:hover {
  color: #4f87fb !important;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.cid-suK2fvU8Rl {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #25303e;
}
.cid-suK2fvU8Rl section {
  position: relative;
}
.cid-suK2fvU8Rl .widget-title {
  font-weight: 600;
}
.cid-suK2fvU8Rl .widget-title.display-7 {
  font-size: 17px;
  line-height: 27px;
  letter-spacing: 0.5px;
}
.cid-suK2fvU8Rl .mbr-text.display-4 {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 300;
}
.cid-suK2fvU8Rl .item .card-box .item-title {
  font-weight: 300;
}
.cid-suK2fvU8Rl .item .card-box .item-title.display-4 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-suK2fvU8Rl .item .card-img {
  width: auto;
  background-color: #4f87fb;
  border-radius: 100%;
}
.cid-suK2fvU8Rl .item .card-img .img1 {
  display: block;
  padding: 6px;
  font-size: 13px;
}
.cid-suK2fvU8Rl img {
  height: 100px;
  padding-right: 8px;
}
.cid-suK2fvU8Rl .img1 {
  color: #ffffff;
  background-color: #4f87fb;
  border-radius: 50%;
}
.cid-suK2fvU8Rl .img2 {
  color: #ffffff;
  font-size: 10px;
}
.cid-suK2fvU8Rl .line {
  width: 50px;
  height: 2px;
  display: inline-block;
  background: #4f87fb;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
@media (max-width: 992px) {
  .cid-suK2fvU8Rl .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-suK2fvU8Rl .content .link-wrap {
  font-weight: 300;
  color: #fff;
}
.cid-suK2fvU8Rl .content .link-wrap.display-4 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-suK2fvU8Rl .content .date-wrap {
  color: #4f87fb;
  font-weight: 500;
}
.cid-suK2fvU8Rl .content .date-wrap.display-4 {
  font-size: 13px;
  line-height: 17px;
}
.cid-suK2fvU8Rl .item,
.cid-suK2fvU8Rl .link {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  padding-bottom: 0.5rem;
  margin-bottom: 0.6rem;
}
.cid-suK2fvU8Rl .item h4,
.cid-suK2fvU8Rl .link h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-suK2fvU8Rl .link .card-img {
  padding-bottom: 3px;
}
.cid-suK2fvU8Rl .link .card-box .link-title {
  font-weight: 300;
}
.cid-suK2fvU8Rl .link .card-box .link-title a:hover {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: #4f87fb !important;
}
.cid-suK2fvU8Rl .link .card-box .link-title.display-4 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-suK2fvU8Rl .card-img {
  width: auto;
}
@media (max-width: 767px) {
  .cid-suK2fvU8Rl h5 {
    text-align: left !important;
  }
  .cid-suK2fvU8Rl .line-wrap {
    text-align: left !important;
  }
}
.cid-suK2fvU8Rl .item-title {
  color: #ffffff;
}
.cid-suK2fvU8Rl .tips {
  height: 70px;
  width: 70px;
  margin: 4px;
  -o-object-fit: cover;
  object-fit: cover;
}
.cid-suK2fvU8Rl .btn[class*="-outline"] {
  border: none;
  padding: 0;
  margin: 0 !important;
  box-shadow: none !important;
  text-align: left;
  line-height: 1.5;
}
.cid-suK2fvU8Rl .btn[class*="-outline"] span {
  -webkit-box-ordinal-group: 3;
  order: 2;
  font-size: 0.8rem;
  font-weight: 900;
  -webkit-transition: padding 0.3s !important;
  transition: padding 0.3s !important;
}
.cid-suK2fvU8Rl .btn[class*="-outline"]:hover {
  background-color: transparent !important;
  color: #4f87fb !important;
  box-shadow: none !important;
}
.cid-suK2fvU8Rl .btn[class*="-outline"]:active,
.cid-suK2fvU8Rl .btn[class*="-outline"]:focus {
  background-color: transparent !important;
  box-shadow: none !important;
}
.cid-suK2fvU8Rl .list .list-item:first-child {
  padding-bottom: 15px;
}
.cid-suK2fvU8Rl .list .list-item:last-child {
  margin-top: 10px;
}
.cid-suK2fvU8Rl .box-list {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
  font-weight: 300;
}
.cid-suK2fvU8Rl .box-list li {
  padding: 10px 0 10px;
  color: #ffffff;
}
.cid-suK2fvU8Rl .box-list li:first-child {
  padding-top: 0;
}
.cid-suK2fvU8Rl .box-list li:last-child {
  border-bottom: none;
}
.cid-suK2fvU8Rl .box-list li span {
  float: right;
  text-align: right;
  padding-left: 0.5rem;
  color: #4f87fb;
}
.cid-suK2fvU8Rl .box-list.display-4 {
  line-height: 24px;
}
.cid-suK2fvU8Rl .mbr-text {
  line-height: 1.5;
  margin-bottom: 25px;
}
.cid-suK2fvU8Rl .item-title DIV {
  text-align: left;
}
.cid-suK2fvU8Rl .box-list li LI {
  text-align: center;
}
.is-builder .cid-suJu4FZMBQ .navbar {
  padding-top: 20px !important;
}
.cid-suJu4FZMBQ .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  -webkit-transition: none;
  transition: none;
  min-height: 77px;
}
@media (min-width: 1200px) {
  .cid-suJu4FZMBQ .navbar .dropdown .dropdown-menu .dropdown-item {
    padding: 0.835em 2.5385em 0.835em 3.5385em !important;
    margin: 0 !important;
  }
  .cid-suJu4FZMBQ .navbar .dropdown .dropdown-menu .dropdown-item:hover {
    padding: 0.835em 2.5385em 0.835em 3.8385em !important;
  }
}
.cid-suJu4FZMBQ .menu-logo {
  display: flex;
  position: relative;
  -webkit-box-align: center;
  align-items: center;
  margin-right: auto;
}
.cid-suJu4FZMBQ .menu-logo .navbar-brand {
  display: flex;
  margin-left: 4rem;
  padding: 0.5rem 0;
  -webkit-transition: padding 0.2s;
  transition: padding 0.2s;
  min-height: 2rem;
  -webkit-box-align: center;
  align-items: center;
}
.cid-suJu4FZMBQ .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-suJu4FZMBQ .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-suJu4FZMBQ .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  -webkit-transition: font-size 0.25s;
  transition: font-size 0.25s;
}
.cid-suJu4FZMBQ .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-suJu4FZMBQ .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  -webkit-transition: font-size 0.25s;
  transition: font-size 0.25s;
}
.cid-suJu4FZMBQ .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-suJu4FZMBQ a {
  font-style: normal;
}
.cid-suJu4FZMBQ .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: middle;
  position: relative;
  text-decoration: none;
}
.cid-suJu4FZMBQ .nav-item a {
  padding: 0.4rem 0 !important;
}
.cid-suJu4FZMBQ .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-suJu4FZMBQ .dropdown-item:hover:before {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  width: 16px;
}
.cid-suJu4FZMBQ .content-text {
  margin-bottom: 0;
}
.cid-suJu4FZMBQ .navbar-nav {
  position: relative;
  min-height: 100px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
}
.cid-suJu4FZMBQ .navbar-nav li:first-child > a {
  color: #4f87fb;
}
.cid-suJu4FZMBQ .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-suJu4FZMBQ .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #4f87fb;
    -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-suJu4FZMBQ .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
  .cid-suJu4FZMBQ .navbar-nav .nav-item a {
    margin: 0 1.1rem !important;
  }
}
@media (max-width: 1200px) {
  .cid-suJu4FZMBQ .navbar-nav .nav-item a {
    margin: 0 !important;
  }
}
.cid-suJu4FZMBQ .navbar-nav .nav-item span {
  padding-right: 0.1rem;
}
.cid-suJu4FZMBQ .display-4 > .mbr-iconfont {
  font-size: 1.23em;
}
.cid-suJu4FZMBQ .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-suJu4FZMBQ .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-suJu4FZMBQ .content-link {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.cid-suJu4FZMBQ .content-link:first-child {
  padding-left: 1.3rem;
}
@media (max-width: 1200px) {
  .cid-suJu4FZMBQ .content-link {
    display: none;
  }
}
.cid-suJu4FZMBQ .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
}
.cid-suJu4FZMBQ .navbar-buttons.mbr-section-btn > .mbr-iconfont {
  font-size: 17px !important;
  margin-right: 13px;
}
.cid-suJu4FZMBQ .nav-dropdown .link {
  font-weight: 600;
}
.cid-suJu4FZMBQ .nav-dropdown .link.display-4 {
  font-size: 15px;
}
.cid-suJu4FZMBQ .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-suJu4FZMBQ .content-left-side {
  text-align: center;
  padding-top: 3px;
}
@media (max-width: 575px) {
  .cid-suJu4FZMBQ .content-left-side {
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    padding: 0.5rem 0;
  }
  .cid-suJu4FZMBQ .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-suJu4FZMBQ .content-right-side {
  text-align: center;
}
@media (max-width: 575px) {
  .cid-suJu4FZMBQ .content-right-side {
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    padding: 0.5rem 0;
  }
  .cid-suJu4FZMBQ .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-suJu4FZMBQ .content-right-side .icons-block {
  padding-bottom: 5px;
  padding-left: 17px;
}
.cid-suJu4FZMBQ .content-right-side .content-link {
  margin-left: 1rem;
}
.cid-suJu4FZMBQ .content-right-side .content-link span {
  vertical-align: middle;
  padding-bottom: 2px;
}
.cid-suJu4FZMBQ .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: 0px;
  padding-bottom: 0px;
}
.cid-suJu4FZMBQ .content-left-side .content-link {
  margin-left: 1rem;
}
.cid-suJu4FZMBQ .content-left-side .content-link span {
  vertical-align: middle;
  padding-bottom: 2px;
}
@media (max-width: 1200px) {
  .cid-suJu4FZMBQ .content-left-side {
    text-align: center;
    padding-bottom: 1rem;
  }
  .cid-suJu4FZMBQ .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-suJu4FZMBQ .dropdown-item:before {
    display: none;
  }
  .cid-suJu4FZMBQ .menu-logo {
    width: 100%;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }
  .cid-suJu4FZMBQ .menu-bottom {
    width: 100%;
    padding: 0 1rem;
    display: block;
  }
  .cid-suJu4FZMBQ img {
    height: 2rem !important;
  }
  .cid-suJu4FZMBQ .btn {
    display: flex;
  }
  .cid-suJu4FZMBQ button.navbar-toggler {
    display: block;
  }
  .cid-suJu4FZMBQ .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-suJu4FZMBQ .navbar-toggleable-sm {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  .cid-suJu4FZMBQ .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-suJu4FZMBQ .navbar-collapse.collapsing,
  .cid-suJu4FZMBQ .navbar-collapse.show {
    display: block !important;
  }
  .cid-suJu4FZMBQ .navbar-collapse.collapsing .navbar-nav,
  .cid-suJu4FZMBQ .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-suJu4FZMBQ .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-suJu4FZMBQ .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
    padding: 0.5rem 0;
  }
  .cid-suJu4FZMBQ .navbar-collapse.collapsing .navbar-buttons,
  .cid-suJu4FZMBQ .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-suJu4FZMBQ .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-suJu4FZMBQ .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-suJu4FZMBQ .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-suJu4FZMBQ .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-suJu4FZMBQ .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-suJu4FZMBQ .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-suJu4FZMBQ .navbar-nav.nav-dropdown {
    max-height: 80vh !important;
    overflow-y: auto !important;
  }
}
@media (min-width: 1200px) {
  .cid-suJu4FZMBQ .navbar .menu-content-top {
    display: block;
  }
  .cid-suJu4FZMBQ .menu-content-top .row {
    -webkit-box-pack: justify;
    justify-content: space-between;
    flex-wrap: nowrap;
  }
  .cid-suJu4FZMBQ .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-suJu4FZMBQ .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-suJu4FZMBQ .menu-content-top {
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  }
  .cid-suJu4FZMBQ .menu-bottom {
    display: flex;
  }
  .cid-suJu4FZMBQ .navbar {
    display: block;
    padding: 0;
  }
  .cid-suJu4FZMBQ .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
  }
  .cid-suJu4FZMBQ .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-suJu4FZMBQ .navbar-toggler {
    display: none;
  }
}
.cid-suJu4FZMBQ .navbar-short .menu-content-top {
  border: none;
  display: none;
}
.cid-suJu4FZMBQ .btn {
  padding: 15px 30px;
  font-weight: 800;
  display: inline-flex;
  -webkit-box-align: center;
  align-items: center;
  border-width: 1px;
  box-shadow: none;
}
.cid-suJu4FZMBQ .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-suJu4FZMBQ .btn.display-4 {
  letter-spacing: 0.5px;
  font-size: 13px;
  line-height: 13px;
}
.cid-suJu4FZMBQ .navbar-toggleable-sm .navbar-collapse {
  -webkit-box-pack: end;
  justify-content: flex-end;
  padding-right: 4rem;
  width: 100%;
}
.cid-suJu4FZMBQ .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-suJu4FZMBQ .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-suJu4FZMBQ .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-suJu4FZMBQ .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  border-top: 3px solid #4f87fb;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
  min-width: 16.875rem;
  text-align: left;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 20px !important;
}
@media (max-width: 1200px) {
  .cid-suJu4FZMBQ .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-suJu4FZMBQ .dropdown .dropdown-menu .dropdown-item {
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-suJu4FZMBQ .dropdown .dropdown-menu .dropdown-item:hover {
  background-color: #4f87fb;
  color: #ffffff;
}
.cid-suJu4FZMBQ .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-suJu4FZMBQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-suJu4FZMBQ .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-suJu4FZMBQ .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-suJu4FZMBQ .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-suJu4FZMBQ .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-suJu4FZMBQ .navbar.navbar-short {
  min-height: 60px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-suJu4FZMBQ .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-suJu4FZMBQ .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-suJu4FZMBQ .navbar.navbar-short .navbar-logo a img {
  height: 2.0rem !important;
}
.cid-suJu4FZMBQ .navbar.navbar-short .navbar-brand {
  min-height: 2.0rem;
}
.cid-suJu4FZMBQ .navbar.navbar-short .navbar-nav {
  min-height: 60px;
}
.cid-suJu4FZMBQ button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-suJu4FZMBQ button.navbar-toggler:focus {
  outline: none;
}
.cid-suJu4FZMBQ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-suJu4FZMBQ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-suJu4FZMBQ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}
.cid-suJu4FZMBQ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}
.cid-suJu4FZMBQ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-suJu4FZMBQ 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-suJu4FZMBQ nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.cid-suJu4FZMBQ nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.cid-suJu4FZMBQ 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-suJu4FZMBQ .collapsed.navbar {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}
.cid-suJu4FZMBQ .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-suJu4FZMBQ .collapsed .menu-logo {
  margin-right: 0;
}
.cid-suJu4FZMBQ .collapsed .btn {
  display: flex;
}
.cid-suJu4FZMBQ .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-suJu4FZMBQ .collapsed .navbar-collapse.collapsing,
.cid-suJu4FZMBQ .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-suJu4FZMBQ .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-suJu4FZMBQ .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-suJu4FZMBQ .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-suJu4FZMBQ .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-suJu4FZMBQ .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-suJu4FZMBQ .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-suJu4FZMBQ .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-suJu4FZMBQ .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1200px) {
  .cid-suJu4FZMBQ .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 1.8rem  - 1rem);
  }
  .cid-suJu4FZMBQ .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-suJu4FZMBQ .collapsed button.navbar-toggler {
  display: block;
  -webkit-align-self: center;
  align-self: center;
}
.cid-suJu4FZMBQ .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-suJu4FZMBQ .collapsed .navbar-toggleable-sm {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}
.cid-suJu4FZMBQ .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-suJu4FZMBQ .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-suJu4FZMBQ .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-suJu4FZMBQ .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-suJu4FZMBQ .collapsed .dropdown-item:before {
  display: none;
}
.cid-suJu4FZMBQ .navbar-dropdown {
  flex-wrap: nowrap;
}
.cid-suJu4FZMBQ .navbar-collapse {
  flex-basis: auto;
  display: flex;
}
.cid-suJu4FZMBQ .nav-link:focus {
  outline: none;
}
.cid-suJu4FZMBQ .navbar-toggler {
  position: relative;
}
.cid-suJu4FZMBQ .dropdown-item.active,
.cid-suJu4FZMBQ .dropdown-item:active {
  background-color: #ffffff;
  color: #ffffff;
}
.cid-suJu4FZMBQ .nav-link:hover,
.cid-suJu4FZMBQ .dropdown-item:hover {
  color: #4f87fb;
}
.cid-suJu4GTlYw {
  padding-top: 135px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-suJu4GTlYw img {
  width: 100%;
  border-radius: 8px;
  box-shadow: 0 0 20px rgba(79, 110, 173, 0.1);
}
.cid-suJu4GTlYw .mbr-section-title {
  text-align: left;
  color: #4f87fb;
  line-height: 1.2;
  letter-spacing: -0.5px;
}
.cid-suJu4GTlYw .mbr-text {
  color: #6d7a8c;
  line-height: 1.5;
}
.cid-suJu4GTlYw .mbr-list {
  margin-top: 35px;
  color: #6d7a8c;
}
.cid-suJu4GTlYw .mbr-list .list {
  list-style-type: none;
  padding-left: 0;
}
.cid-suJu4GTlYw .mbr-list .list li {
  margin-bottom: 1rem;
}
.cid-suJu4GTlYw .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-suK5gHSyqz {
  padding-top: 105px;
  padding-bottom: 105px;
  background-color: #4f87fb;
  background: linear-gradient(to bottom, #4f87fb, #0053f9);
}
.cid-suK5gHSyqz .mbr-section-subtitle {
  color: #ffffff;
  font-weight: 700;
  line-height: 1.43;
  letter-spacing: 2px;
  width: 100%;
}
.cid-suK5gHSyqz .mbr-section-title {
  color: #ffffff;
  font-weight: 700;
  width: 100%;
}
.cid-suK5gHSyqz .mbr-section-title.display-2 {
  font-size: 48px;
  line-height: 1.15;
  letter-spacing: -0.5px;
}
.cid-suK5gHSyqz .mbr-text {
  color: #ffffff;
  font-weight: 400;
  width: 100;
}
.cid-suK5gHSyqz .mbr-text.display-7 {
  font-size: 20px;
  line-height: 1.5;
}
.cid-suK5gHSyqz .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-suK5gHSyqz .content-link span {
  margin-right: 15px;
  margin-left: 20px;
  padding: 10px;
  border-radius: 100%;
  color: #ffffff;
  background-color: #ffffff;
  font-size: 2.475rem;
}
.cid-suK5gHSyqz .mbr-section-btn .btn {
  border-radius: 3px;
  line-height: 2;
  letter-spacing: 1px;
  padding: 12px 40px !important;
  margin-right: 20px;
}
.cid-suK5gHSyqz .mbr-section-btn.display-4,
.cid-suK5gHSyqz .btn.display-4 {
  font-size: 12px !important;
}
@media (max-width: 991px) {
  .cid-suK5gHSyqz .separator,
  .cid-suK5gHSyqz .sep-holder,
  .cid-suK5gHSyqz .sep-line {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .cid-suK5gHSyqz .buttons-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
}
.cid-suJZiUYuaR {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #25303e;
}
.cid-suJZiUYuaR .links {
  text-align: center;
  color: #ffffff;
}
.cid-suJZiUYuaR p {
  margin: 0;
}
.cid-suJZiUYuaR a {
  color: #ffffff;
}
.cid-suJZiUYuaR a:hover {
  color: #4f87fb !important;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.cid-suK5hCRyN2 {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-suK5hCRyN2 .contents {
  margin-bottom: 70px;
}
.cid-suK5hCRyN2 .contents .mbr-subtitle {
  color: #4f87fb;
  margin-bottom: 10px;
  font-weight: 800;
}
.cid-suK5hCRyN2 .contents .mbr-subtitle.display-4 {
  letter-spacing: 2px;
  line-height: 24px;
  font-size: 13px;
}
.cid-suK5hCRyN2 .contents .mbr-section-title {
  margin-bottom: 20px;
  color: #130947;
  font-weight: 700;
}
.cid-suK5hCRyN2 .contents .mbr-section-title.display-2 {
  line-height: 48px;
  letter-spacing: -0.5px;
}
.cid-suK5hCRyN2 .contents .mbr-section-text {
  margin-top: 20px;
  color: #6d7a8c;
  font-weight: 400;
}
.cid-suK5hCRyN2 .contents .mbr-section-text.display-7 {
  line-height: 28px;
  letter-spacing: 0;
}
.cid-suK5hCRyN2 .card {
  margin-bottom: 2rem;
}
.cid-suK5hCRyN2 .card-block {
  font-weight: 400;
  letter-spacing: 0.03em;
  position: relative;
  background: #4f87fb;
  color: #232323;
  box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.08);
  padding: 1.9rem;
  margin-bottom: 35px;
  border-radius: 4px;
}
.cid-suK5hCRyN2 .card-block.display-7 {
  font-size: 16px;
  line-height: 26px;
}
.cid-suK5hCRyN2 .card-block:before {
  content: "";
  position: absolute;
  bottom: -15px;
  left: 50%;
  margin-left: -14px;
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-top: 15px solid #4f87fb;
  border-right: 15px solid transparent;
}
.cid-suK5hCRyN2 .mbr-author-img {
  width: 50px;
  height: 50px;
  display: inline-block;
  border-radius: 100%;
  margin-left: 0rem;
}
.cid-suK5hCRyN2 .mbr-author-img img {
  width: 100%;
  border-radius: 100%;
  min-width: 100%;
  min-height: 100%;
}
.cid-suK5hCRyN2 .name-wrap {
  display: inline-block;
}
.cid-suK5hCRyN2 .card-footer {
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-align: center;
  align-items: center;
  border-top: none;
  background: none;
  padding: 0 1.25rem 1.25rem 1.25rem;
}
.cid-suK5hCRyN2 .mbr-author-desc {
  color: #767676;
  text-align: center;
}
.cid-suK5hCRyN2 .card-block p {
  color: #ffffff;
  text-align: center;
}
.cid-suK5hCRyN2 .mbr-author-name {
  color: #130947;
  margin-bottom: 5px;
}
.cid-suK5hCRyN2 .mbr-section-title,
.cid-suK5hCRyN2 .title div {
  color: #232323;
  text-align: center;
}
.cid-suK5hCRyN2 .contents .mbr-section-text {
  text-align: center;
}
.cid-suK5iIVQIB {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-suK5iIVQIB .carousel-item {
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-suK5iIVQIB .carousel-item.active,
.cid-suK5iIVQIB .carousel-item-next,
.cid-suK5iIVQIB .carousel-item-prev {
  display: flex;
}
.cid-suK5iIVQIB .img-box {
  position: relative;
  width: fit-content;
  margin: auto;
}
.cid-suK5iIVQIB .mbr-iconfont {
  font-family: Moririse2 !important;
  font-size: 1rem;
  font-weight: 900;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.cid-suK5iIVQIB .carousel-controls a {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  font-size: 2rem;
}
.cid-suK5iIVQIB .carousel-controls a span {
  position: absolute;
  top: 45%;
  padding: 10px;
  border-radius: 50%;
  color: #4f87fb;
  opacity: 1;
}
.cid-suK5iIVQIB .carousel-controls a:hover span {
  opacity: 0.4;
}
.cid-suK5iIVQIB h1 {
  color: #36404c;
}
.cid-suK5iIVQIB .author-box {
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
}
.cid-suK5iIVQIB .face {
  width: 100px;
  height: 100px;
  border-radius: 100%;
  box-shadow: none;
  margin: 0rem;
  -o-object-fit: cover;
  object-fit: cover;
}
.cid-suK5iIVQIB .author {
  margin: auto 0;
}
.cid-suK5iIVQIB h3,
.cid-suK5iIVQIB h4 {
  margin: 0;
  padding: 0;
}
.cid-suK5iIVQIB h3 {
  color: #130947;
}
.cid-suK5iIVQIB h3.display-7 {
  line-height: 1.1;
  letter-spacing: 0;
}
.cid-suK5iIVQIB h4 {
  color: #4f87fb;
  font-weight: 700;
}
.cid-suK5iIVQIB h4.display-4 {
  line-height: 1.5;
  font-size: 13px;
}
.cid-suK5iIVQIB .mbr-text {
  padding-bottom: 30px;
  color: #6d7a8c;
  font-weight: 300;
}
.cid-suK5iIVQIB .mbr-text.display-5 {
  line-height: 1.3;
}
.cid-suK5iIVQIB .box {
  max-width: 800px !important;
  margin: auto !important;
}
@media (max-width: 992px) {
  .cid-suK5iIVQIB .carousel-controls a span {
    bottom: auto;
    top: 30%;
  }
}
@media (max-width: 767px) {
  .cid-suK5iIVQIB .carousel-controls a span {
    bottom: auto;
    top: 20%;
  }
}
.cid-suK5iIVQIB .mbr-text,
.cid-suK5iIVQIB .mbr-section-btn {
  color: #4f87fb;
}
.cid-suK5iIVQIB H4 {
  color: #130947;
}
.cid-suK5jmGJB6 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-suK5jmGJB6 .mbr-section-title {
  margin-bottom: 30px;
  color: #130947;
}
.cid-suK5jmGJB6 .mbr-section-title.display-2 {
  line-height: 1.2;
  letter-spacing: -0.5px;
}
.cid-suK5jmGJB6 .google-map {
  height: 30rem;
  position: relative;
  width: 100%;
}
.cid-suK5jmGJB6 .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-suK5jmGJB6 .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-suK5jmGJB6 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-suK5jmGJB6 .google-map[data-state='loading'] [data-state-details] {
  display: none;
}
.cid-suK5jmGJB6 .map-placeholder {
  display: none;
}
.cid-suK5jmGJB6 h4 {
  padding-top: 5rem;
  color: #767676;
  text-align: center;
}
.cid-suK5k3HTOY {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #e6ecf2;
}
.cid-suK5k3HTOY .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-suK5k3HTOY .row {
  flex-direction: row-reverse;
}
.cid-suK5k3HTOY .text-content .content-title {
  color: #130947;
  margin-bottom: 30px;
}
.cid-suK5k3HTOY .text-content .content-title.display-5 {
  font-size: 26px;
  line-height: 1.38;
  letter-spacing: -0.5px;
}
.cid-suK5k3HTOY .text-content .list-block {
  border-bottom-width: 1px;
  padding-bottom: 30px;
  border-bottom-color: #130947;
  border-bottom-style: dotted;
  margin-bottom: 20px;
}
.cid-suK5k3HTOY .text-content .list-block .card-img span {
  color: #4f87fb;
  font-size: 2.5rem;
}
.cid-suK5k3HTOY .text-content .list-block .list-item-title {
  color: #130947;
}
.cid-suK5k3HTOY .text-content .list-block .list-item-title.display-7 {
  font-size: 20px;
  letter-spacing: -0.5px;
  line-height: 1.2;
}
.cid-suK5k3HTOY .text-content .list-block .list-item-text {
  padding-top: 10px;
  line-height: 1.29;
  color: #6d7a8c;
  margin-bottom: 0;
}
.cid-suK5k3HTOY .text-content .list-block.last {
  border-bottom: none;
  margin-bottom: 20px;
  padding-bottom: 0;
}
.cid-suK5k3HTOY .text-content .social {
  font-size: 1.2rem;
  padding-left: 4.5rem;
}
.cid-suK5k3HTOY .text-content .social span {
  margin-right: 11.2px;
  margin-bottom: 8px;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  color: #6d7a8c;
}
.cid-suK5k3HTOY .text-content .social span:hover {
  color: #4f87fb;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.cid-suK5k3HTOY .card-img {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 3rem;
  text-align: center;
}
.cid-suK5k3HTOY .list-block {
  position: relative;
}
.cid-suK5k3HTOY .list-block h4,
.cid-suK5k3HTOY .list-block p {
  padding-left: 4.5rem;
}
.cid-suK5k3HTOY .card-img {
  display: block;
}
.cid-suK5k3HTOY input,
.cid-suK5k3HTOY textarea {
  border-left: none;
  border-top: none;
  border-right: none;
  border-radius: 4px;
  padding: 20px 10px 20px 20px;
  font-size: 13px;
  color: #ffffff;
  font-weight: 600;
}
.cid-suK5k3HTOY input:focus,
.cid-suK5k3HTOY textarea:focus {
  border-left: none;
  border-top: none;
  border-right: none;
}
.cid-suK5k3HTOY .form-control,
.cid-suK5k3HTOY .field-input {
  min-height: 3rem;
  padding: 20px 10px 20px 20px;
  background-color: #ffffff;
  border-color: #4f87fb;
  color: #000000;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-suK5k3HTOY .form-control:hover,
.cid-suK5k3HTOY .field-input:hover,
.cid-suK5k3HTOY .form-control:focus,
.cid-suK5k3HTOY .field-input:focus {
  background-color: #ffffff;
  border-color: #ffffff !important;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-suK5k3HTOY input::-webkit-input-placeholder,
.cid-suK5k3HTOY textarea::-webkit-input-placeholder {
  color: #6d7a8c;
}
.cid-suK5k3HTOY input:-moz-placeholder,
.cid-suK5k3HTOY textarea:-moz-placeholder {
  color: #6d7a8c;
}
.cid-suK5k3HTOY .jq-selectbox li,
.cid-suK5k3HTOY .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-suK5k3HTOY .jq-selectbox li:hover,
.cid-suK5k3HTOY .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-suK5k3HTOY .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-suK5k3HTOY .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-suK5k3HTOY .mbr-form {
  max-width: 550px;
}
.cid-suK5k3HTOY .mbr-form .mbr-subtitle {
  color: #4f87fb;
  font-weight: 800;
}
.cid-suK5k3HTOY .mbr-form .mbr-subtitle.display-4 {
  font-size: 13px;
  line-height: 1.85;
  letter-spacing: 2px;
}
.cid-suK5k3HTOY .mbr-form .mbr-section-title {
  color: #130947;
  font-weight: 700;
}
.cid-suK5k3HTOY .mbr-form .mbr-section-title.display-2 {
  line-height: 1.2;
  letter-spacing: -0.5px;
}
.cid-suK5k3HTOY .mbr-form .mbr-text {
  color: #6d7a8c;
}
.cid-suK5k3HTOY .mbr-form textarea {
  min-height: 100px;
}
.cid-suK5k3HTOY .mbr-form .btn {
  -webkit-box-pack: justify;
  justify-content: space-between;
  border-width: 2px;
  border-radius: 4px;
  border-color: #4f87fb;
  color: #4f87fb;
  padding: 18px 29px;
}
.cid-suK5k3HTOY .mbr-form .btn.display-4 {
  font-size: 13px;
  letter-spacing: 1px;
}
.cid-suK5k3HTOY .mbr-form span.value.form-control {
  min-height: 3.5rem;
  padding: 1rem;
}
@media (max-width: 991px) {
  .cid-suK5k3HTOY .mbr-form {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}
@media (max-width: 768px) {
  .cid-suK5k3HTOY .mbr-section-title,
  .cid-suK5k3HTOY .content-title,
  .cid-suK5k3HTOY .mbr-section-btn {
    text-align: left;
  }
}
.cid-suK2fvU8Rl {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #25303e;
}
.cid-suK2fvU8Rl section {
  position: relative;
}
.cid-suK2fvU8Rl .widget-title {
  font-weight: 600;
}
.cid-suK2fvU8Rl .widget-title.display-7 {
  font-size: 17px;
  line-height: 27px;
  letter-spacing: 0.5px;
}
.cid-suK2fvU8Rl .mbr-text.display-4 {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 300;
}
.cid-suK2fvU8Rl .item .card-box .item-title {
  font-weight: 300;
}
.cid-suK2fvU8Rl .item .card-box .item-title.display-4 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-suK2fvU8Rl .item .card-img {
  width: auto;
  background-color: #4f87fb;
  border-radius: 100%;
}
.cid-suK2fvU8Rl .item .card-img .img1 {
  display: block;
  padding: 6px;
  font-size: 13px;
}
.cid-suK2fvU8Rl img {
  height: 100px;
  padding-right: 8px;
}
.cid-suK2fvU8Rl .img1 {
  color: #ffffff;
  background-color: #4f87fb;
  border-radius: 50%;
}
.cid-suK2fvU8Rl .img2 {
  color: #ffffff;
  font-size: 10px;
}
.cid-suK2fvU8Rl .line {
  width: 50px;
  height: 2px;
  display: inline-block;
  background: #4f87fb;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
@media (max-width: 992px) {
  .cid-suK2fvU8Rl .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-suK2fvU8Rl .content .link-wrap {
  font-weight: 300;
  color: #fff;
}
.cid-suK2fvU8Rl .content .link-wrap.display-4 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-suK2fvU8Rl .content .date-wrap {
  color: #4f87fb;
  font-weight: 500;
}
.cid-suK2fvU8Rl .content .date-wrap.display-4 {
  font-size: 13px;
  line-height: 17px;
}
.cid-suK2fvU8Rl .item,
.cid-suK2fvU8Rl .link {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  padding-bottom: 0.5rem;
  margin-bottom: 0.6rem;
}
.cid-suK2fvU8Rl .item h4,
.cid-suK2fvU8Rl .link h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-suK2fvU8Rl .link .card-img {
  padding-bottom: 3px;
}
.cid-suK2fvU8Rl .link .card-box .link-title {
  font-weight: 300;
}
.cid-suK2fvU8Rl .link .card-box .link-title a:hover {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: #4f87fb !important;
}
.cid-suK2fvU8Rl .link .card-box .link-title.display-4 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-suK2fvU8Rl .card-img {
  width: auto;
}
@media (max-width: 767px) {
  .cid-suK2fvU8Rl h5 {
    text-align: left !important;
  }
  .cid-suK2fvU8Rl .line-wrap {
    text-align: left !important;
  }
}
.cid-suK2fvU8Rl .item-title {
  color: #ffffff;
}
.cid-suK2fvU8Rl .tips {
  height: 70px;
  width: 70px;
  margin: 4px;
  -o-object-fit: cover;
  object-fit: cover;
}
.cid-suK2fvU8Rl .btn[class*="-outline"] {
  border: none;
  padding: 0;
  margin: 0 !important;
  box-shadow: none !important;
  text-align: left;
  line-height: 1.5;
}
.cid-suK2fvU8Rl .btn[class*="-outline"] span {
  -webkit-box-ordinal-group: 3;
  order: 2;
  font-size: 0.8rem;
  font-weight: 900;
  -webkit-transition: padding 0.3s !important;
  transition: padding 0.3s !important;
}
.cid-suK2fvU8Rl .btn[class*="-outline"]:hover {
  background-color: transparent !important;
  color: #4f87fb !important;
  box-shadow: none !important;
}
.cid-suK2fvU8Rl .btn[class*="-outline"]:active,
.cid-suK2fvU8Rl .btn[class*="-outline"]:focus {
  background-color: transparent !important;
  box-shadow: none !important;
}
.cid-suK2fvU8Rl .list .list-item:first-child {
  padding-bottom: 15px;
}
.cid-suK2fvU8Rl .list .list-item:last-child {
  margin-top: 10px;
}
.cid-suK2fvU8Rl .box-list {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
  font-weight: 300;
}
.cid-suK2fvU8Rl .box-list li {
  padding: 10px 0 10px;
  color: #ffffff;
}
.cid-suK2fvU8Rl .box-list li:first-child {
  padding-top: 0;
}
.cid-suK2fvU8Rl .box-list li:last-child {
  border-bottom: none;
}
.cid-suK2fvU8Rl .box-list li span {
  float: right;
  text-align: right;
  padding-left: 0.5rem;
  color: #4f87fb;
}
.cid-suK2fvU8Rl .box-list.display-4 {
  line-height: 24px;
}
.cid-suK2fvU8Rl .mbr-text {
  line-height: 1.5;
  margin-bottom: 25px;
}
.cid-suK2fvU8Rl .item-title DIV {
  text-align: left;
}
.cid-suK2fvU8Rl .box-list li LI {
  text-align: center;
}
.is-builder .cid-suJvlD39Ts .navbar {
  padding-top: 20px !important;
}
.cid-suJvlD39Ts .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  -webkit-transition: none;
  transition: none;
  min-height: 77px;
}
@media (min-width: 1200px) {
  .cid-suJvlD39Ts .navbar .dropdown .dropdown-menu .dropdown-item {
    padding: 0.835em 2.5385em 0.835em 3.5385em !important;
    margin: 0 !important;
  }
  .cid-suJvlD39Ts .navbar .dropdown .dropdown-menu .dropdown-item:hover {
    padding: 0.835em 2.5385em 0.835em 3.8385em !important;
  }
}
.cid-suJvlD39Ts .menu-logo {
  display: flex;
  position: relative;
  -webkit-box-align: center;
  align-items: center;
  margin-right: auto;
}
.cid-suJvlD39Ts .menu-logo .navbar-brand {
  display: flex;
  margin-left: 4rem;
  padding: 0.5rem 0;
  -webkit-transition: padding 0.2s;
  transition: padding 0.2s;
  min-height: 2rem;
  -webkit-box-align: center;
  align-items: center;
}
.cid-suJvlD39Ts .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-suJvlD39Ts .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-suJvlD39Ts .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  -webkit-transition: font-size 0.25s;
  transition: font-size 0.25s;
}
.cid-suJvlD39Ts .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-suJvlD39Ts .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  -webkit-transition: font-size 0.25s;
  transition: font-size 0.25s;
}
.cid-suJvlD39Ts .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-suJvlD39Ts a {
  font-style: normal;
}
.cid-suJvlD39Ts .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: middle;
  position: relative;
  text-decoration: none;
}
.cid-suJvlD39Ts .nav-item a {
  padding: 0.4rem 0 !important;
}
.cid-suJvlD39Ts .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-suJvlD39Ts .dropdown-item:hover:before {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  width: 16px;
}
.cid-suJvlD39Ts .content-text {
  margin-bottom: 0;
}
.cid-suJvlD39Ts .navbar-nav {
  position: relative;
  min-height: 100px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
}
.cid-suJvlD39Ts .navbar-nav li:first-child > a {
  color: #4f87fb;
}
.cid-suJvlD39Ts .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-suJvlD39Ts .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #4f87fb;
    -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-suJvlD39Ts .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
  .cid-suJvlD39Ts .navbar-nav .nav-item a {
    margin: 0 1.1rem !important;
  }
}
@media (max-width: 1200px) {
  .cid-suJvlD39Ts .navbar-nav .nav-item a {
    margin: 0 !important;
  }
}
.cid-suJvlD39Ts .navbar-nav .nav-item span {
  padding-right: 0.1rem;
}
.cid-suJvlD39Ts .display-4 > .mbr-iconfont {
  font-size: 1.23em;
}
.cid-suJvlD39Ts .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-suJvlD39Ts .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-suJvlD39Ts .content-link {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.cid-suJvlD39Ts .content-link:first-child {
  padding-left: 1.3rem;
}
@media (max-width: 1200px) {
  .cid-suJvlD39Ts .content-link {
    display: none;
  }
}
.cid-suJvlD39Ts .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
}
.cid-suJvlD39Ts .navbar-buttons.mbr-section-btn > .mbr-iconfont {
  font-size: 17px !important;
  margin-right: 13px;
}
.cid-suJvlD39Ts .nav-dropdown .link {
  font-weight: 600;
}
.cid-suJvlD39Ts .nav-dropdown .link.display-4 {
  font-size: 15px;
}
.cid-suJvlD39Ts .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-suJvlD39Ts .content-left-side {
  text-align: center;
  padding-top: 3px;
}
@media (max-width: 575px) {
  .cid-suJvlD39Ts .content-left-side {
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    padding: 0.5rem 0;
  }
  .cid-suJvlD39Ts .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-suJvlD39Ts .content-right-side {
  text-align: center;
}
@media (max-width: 575px) {
  .cid-suJvlD39Ts .content-right-side {
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    padding: 0.5rem 0;
  }
  .cid-suJvlD39Ts .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-suJvlD39Ts .content-right-side .icons-block {
  padding-bottom: 5px;
  padding-left: 17px;
}
.cid-suJvlD39Ts .content-right-side .content-link {
  margin-left: 1rem;
}
.cid-suJvlD39Ts .content-right-side .content-link span {
  vertical-align: middle;
  padding-bottom: 2px;
}
.cid-suJvlD39Ts .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: 0px;
  padding-bottom: 0px;
}
.cid-suJvlD39Ts .content-left-side .content-link {
  margin-left: 1rem;
}
.cid-suJvlD39Ts .content-left-side .content-link span {
  vertical-align: middle;
  padding-bottom: 2px;
}
@media (max-width: 1200px) {
  .cid-suJvlD39Ts .content-left-side {
    text-align: center;
    padding-bottom: 1rem;
  }
  .cid-suJvlD39Ts .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-suJvlD39Ts .dropdown-item:before {
    display: none;
  }
  .cid-suJvlD39Ts .menu-logo {
    width: 100%;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }
  .cid-suJvlD39Ts .menu-bottom {
    width: 100%;
    padding: 0 1rem;
    display: block;
  }
  .cid-suJvlD39Ts img {
    height: 2rem !important;
  }
  .cid-suJvlD39Ts .btn {
    display: flex;
  }
  .cid-suJvlD39Ts button.navbar-toggler {
    display: block;
  }
  .cid-suJvlD39Ts .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-suJvlD39Ts .navbar-toggleable-sm {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  .cid-suJvlD39Ts .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-suJvlD39Ts .navbar-collapse.collapsing,
  .cid-suJvlD39Ts .navbar-collapse.show {
    display: block !important;
  }
  .cid-suJvlD39Ts .navbar-collapse.collapsing .navbar-nav,
  .cid-suJvlD39Ts .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-suJvlD39Ts .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-suJvlD39Ts .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
    padding: 0.5rem 0;
  }
  .cid-suJvlD39Ts .navbar-collapse.collapsing .navbar-buttons,
  .cid-suJvlD39Ts .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-suJvlD39Ts .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-suJvlD39Ts .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-suJvlD39Ts .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-suJvlD39Ts .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-suJvlD39Ts .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-suJvlD39Ts .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-suJvlD39Ts .navbar-nav.nav-dropdown {
    max-height: 80vh !important;
    overflow-y: auto !important;
  }
}
@media (min-width: 1200px) {
  .cid-suJvlD39Ts .navbar .menu-content-top {
    display: block;
  }
  .cid-suJvlD39Ts .menu-content-top .row {
    -webkit-box-pack: justify;
    justify-content: space-between;
    flex-wrap: nowrap;
  }
  .cid-suJvlD39Ts .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-suJvlD39Ts .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-suJvlD39Ts .menu-content-top {
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  }
  .cid-suJvlD39Ts .menu-bottom {
    display: flex;
  }
  .cid-suJvlD39Ts .navbar {
    display: block;
    padding: 0;
  }
  .cid-suJvlD39Ts .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
  }
  .cid-suJvlD39Ts .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-suJvlD39Ts .navbar-toggler {
    display: none;
  }
}
.cid-suJvlD39Ts .navbar-short .menu-content-top {
  border: none;
  display: none;
}
.cid-suJvlD39Ts .btn {
  padding: 15px 30px;
  font-weight: 800;
  display: inline-flex;
  -webkit-box-align: center;
  align-items: center;
  border-width: 1px;
  box-shadow: none;
}
.cid-suJvlD39Ts .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-suJvlD39Ts .btn.display-4 {
  letter-spacing: 0.5px;
  font-size: 13px;
  line-height: 13px;
}
.cid-suJvlD39Ts .navbar-toggleable-sm .navbar-collapse {
  -webkit-box-pack: end;
  justify-content: flex-end;
  padding-right: 4rem;
  width: 100%;
}
.cid-suJvlD39Ts .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-suJvlD39Ts .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-suJvlD39Ts .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-suJvlD39Ts .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  border-top: 3px solid #4f87fb;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
  min-width: 16.875rem;
  text-align: left;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 20px !important;
}
@media (max-width: 1200px) {
  .cid-suJvlD39Ts .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-suJvlD39Ts .dropdown .dropdown-menu .dropdown-item {
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-suJvlD39Ts .dropdown .dropdown-menu .dropdown-item:hover {
  background-color: #4f87fb;
  color: #ffffff;
}
.cid-suJvlD39Ts .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-suJvlD39Ts .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-suJvlD39Ts .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-suJvlD39Ts .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-suJvlD39Ts .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-suJvlD39Ts .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-suJvlD39Ts .navbar.navbar-short {
  min-height: 60px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-suJvlD39Ts .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-suJvlD39Ts .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-suJvlD39Ts .navbar.navbar-short .navbar-logo a img {
  height: 2.0rem !important;
}
.cid-suJvlD39Ts .navbar.navbar-short .navbar-brand {
  min-height: 2.0rem;
}
.cid-suJvlD39Ts .navbar.navbar-short .navbar-nav {
  min-height: 60px;
}
.cid-suJvlD39Ts button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-suJvlD39Ts button.navbar-toggler:focus {
  outline: none;
}
.cid-suJvlD39Ts button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-suJvlD39Ts button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-suJvlD39Ts button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}
.cid-suJvlD39Ts button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}
.cid-suJvlD39Ts button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-suJvlD39Ts 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-suJvlD39Ts nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.cid-suJvlD39Ts nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.cid-suJvlD39Ts 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-suJvlD39Ts .collapsed.navbar {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}
.cid-suJvlD39Ts .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-suJvlD39Ts .collapsed .menu-logo {
  margin-right: 0;
}
.cid-suJvlD39Ts .collapsed .btn {
  display: flex;
}
.cid-suJvlD39Ts .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-suJvlD39Ts .collapsed .navbar-collapse.collapsing,
.cid-suJvlD39Ts .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-suJvlD39Ts .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-suJvlD39Ts .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-suJvlD39Ts .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-suJvlD39Ts .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-suJvlD39Ts .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-suJvlD39Ts .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-suJvlD39Ts .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-suJvlD39Ts .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1200px) {
  .cid-suJvlD39Ts .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 1.8rem  - 1rem);
  }
  .cid-suJvlD39Ts .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-suJvlD39Ts .collapsed button.navbar-toggler {
  display: block;
  -webkit-align-self: center;
  align-self: center;
}
.cid-suJvlD39Ts .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-suJvlD39Ts .collapsed .navbar-toggleable-sm {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}
.cid-suJvlD39Ts .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-suJvlD39Ts .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-suJvlD39Ts .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-suJvlD39Ts .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-suJvlD39Ts .collapsed .dropdown-item:before {
  display: none;
}
.cid-suJvlD39Ts .navbar-dropdown {
  flex-wrap: nowrap;
}
.cid-suJvlD39Ts .navbar-collapse {
  flex-basis: auto;
  display: flex;
}
.cid-suJvlD39Ts .nav-link:focus {
  outline: none;
}
.cid-suJvlD39Ts .navbar-toggler {
  position: relative;
}
.cid-suJvlD39Ts .dropdown-item.active,
.cid-suJvlD39Ts .dropdown-item:active {
  background-color: #ffffff;
  color: #ffffff;
}
.cid-suJvlD39Ts .nav-link:hover,
.cid-suJvlD39Ts .dropdown-item:hover {
  color: #4f87fb;
}
.cid-suJvlDVu6f {
  padding-top: 135px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-suJvlDVu6f img {
  width: 100%;
  border-radius: 8px;
  box-shadow: 0 0 20px rgba(79, 110, 173, 0.1);
}
.cid-suJvlDVu6f .mbr-section-title {
  text-align: left;
  color: #4f87fb;
  line-height: 1.2;
  letter-spacing: -0.5px;
}
.cid-suJvlDVu6f .mbr-text {
  color: #6d7a8c;
  line-height: 1.5;
}
.cid-suJvlDVu6f .mbr-list {
  margin-top: 35px;
  color: #6d7a8c;
}
.cid-suJvlDVu6f .mbr-list .list {
  list-style-type: none;
  padding-left: 0;
}
.cid-suJvlDVu6f .mbr-list .list li {
  margin-bottom: 1rem;
}
.cid-suJvlDVu6f .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-suJZiUYuaR {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #25303e;
}
.cid-suJZiUYuaR .links {
  text-align: center;
  color: #ffffff;
}
.cid-suJZiUYuaR p {
  margin: 0;
}
.cid-suJZiUYuaR a {
  color: #ffffff;
}
.cid-suJZiUYuaR a:hover {
  color: #4f87fb !important;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.cid-suK5pBvi0Y {
  padding-top: 105px;
  padding-bottom: 105px;
  background-color: #4f87fb;
  background: linear-gradient(to bottom, #4f87fb, #0053f9);
}
.cid-suK5pBvi0Y .mbr-section-subtitle {
  color: #ffffff;
  font-weight: 700;
  line-height: 1.43;
  letter-spacing: 2px;
  width: 100%;
}
.cid-suK5pBvi0Y .mbr-section-title {
  color: #ffffff;
  font-weight: 700;
  width: 100%;
}
.cid-suK5pBvi0Y .mbr-section-title.display-2 {
  font-size: 48px;
  line-height: 1.15;
  letter-spacing: -0.5px;
}
.cid-suK5pBvi0Y .mbr-text {
  color: #ffffff;
  font-weight: 400;
  width: 100;
}
.cid-suK5pBvi0Y .mbr-text.display-7 {
  font-size: 20px;
  line-height: 1.5;
}
.cid-suK5pBvi0Y .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-suK5pBvi0Y .content-link span {
  margin-right: 15px;
  margin-left: 20px;
  padding: 10px;
  border-radius: 100%;
  color: #ffffff;
  background-color: #ffffff;
  font-size: 2.475rem;
}
.cid-suK5pBvi0Y .mbr-section-btn .btn {
  border-radius: 3px;
  line-height: 2;
  letter-spacing: 1px;
  padding: 12px 40px !important;
  margin-right: 20px;
}
.cid-suK5pBvi0Y .mbr-section-btn.display-4,
.cid-suK5pBvi0Y .btn.display-4 {
  font-size: 12px !important;
}
@media (max-width: 991px) {
  .cid-suK5pBvi0Y .separator,
  .cid-suK5pBvi0Y .sep-holder,
  .cid-suK5pBvi0Y .sep-line {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .cid-suK5pBvi0Y .buttons-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
}
.cid-suK5qpdhfb {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-suK5qpdhfb .contents {
  margin-bottom: 70px;
}
.cid-suK5qpdhfb .contents .mbr-subtitle {
  color: #4f87fb;
  margin-bottom: 10px;
  font-weight: 800;
}
.cid-suK5qpdhfb .contents .mbr-subtitle.display-4 {
  letter-spacing: 2px;
  line-height: 24px;
  font-size: 13px;
}
.cid-suK5qpdhfb .contents .mbr-section-title {
  margin-bottom: 20px;
  color: #130947;
  font-weight: 700;
}
.cid-suK5qpdhfb .contents .mbr-section-title.display-2 {
  line-height: 48px;
  letter-spacing: -0.5px;
}
.cid-suK5qpdhfb .contents .mbr-section-text {
  margin-top: 20px;
  color: #6d7a8c;
  font-weight: 400;
}
.cid-suK5qpdhfb .contents .mbr-section-text.display-7 {
  line-height: 28px;
  letter-spacing: 0;
}
.cid-suK5qpdhfb .card {
  margin-bottom: 2rem;
}
.cid-suK5qpdhfb .card-block {
  font-weight: 400;
  letter-spacing: 0.03em;
  position: relative;
  background: #4f87fb;
  color: #232323;
  box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.08);
  padding: 1.9rem;
  margin-bottom: 35px;
  border-radius: 4px;
}
.cid-suK5qpdhfb .card-block.display-7 {
  font-size: 16px;
  line-height: 26px;
}
.cid-suK5qpdhfb .card-block:before {
  content: "";
  position: absolute;
  bottom: -15px;
  left: 50%;
  margin-left: -14px;
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-top: 15px solid #4f87fb;
  border-right: 15px solid transparent;
}
.cid-suK5qpdhfb .mbr-author-img {
  width: 50px;
  height: 50px;
  display: inline-block;
  border-radius: 100%;
  margin-left: 0rem;
}
.cid-suK5qpdhfb .mbr-author-img img {
  width: 100%;
  border-radius: 100%;
  min-width: 100%;
  min-height: 100%;
}
.cid-suK5qpdhfb .name-wrap {
  display: inline-block;
}
.cid-suK5qpdhfb .card-footer {
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-align: center;
  align-items: center;
  border-top: none;
  background: none;
  padding: 0 1.25rem 1.25rem 1.25rem;
}
.cid-suK5qpdhfb .mbr-author-desc {
  color: #767676;
  text-align: center;
}
.cid-suK5qpdhfb .card-block p {
  color: #ffffff;
  text-align: center;
}
.cid-suK5qpdhfb .mbr-author-name {
  color: #130947;
  margin-bottom: 5px;
}
.cid-suK5qpdhfb .mbr-section-title,
.cid-suK5qpdhfb .title div {
  color: #232323;
  text-align: center;
}
.cid-suK5qpdhfb .contents .mbr-section-text {
  text-align: center;
}
.cid-suK5r2EtlI {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-suK5r2EtlI .carousel-item {
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-suK5r2EtlI .carousel-item.active,
.cid-suK5r2EtlI .carousel-item-next,
.cid-suK5r2EtlI .carousel-item-prev {
  display: flex;
}
.cid-suK5r2EtlI .img-box {
  position: relative;
  width: fit-content;
  margin: auto;
}
.cid-suK5r2EtlI .mbr-iconfont {
  font-family: Moririse2 !important;
  font-size: 1rem;
  font-weight: 900;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.cid-suK5r2EtlI .carousel-controls a {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  font-size: 2rem;
}
.cid-suK5r2EtlI .carousel-controls a span {
  position: absolute;
  top: 45%;
  padding: 10px;
  border-radius: 50%;
  color: #4f87fb;
  opacity: 1;
}
.cid-suK5r2EtlI .carousel-controls a:hover span {
  opacity: 0.4;
}
.cid-suK5r2EtlI h1 {
  color: #36404c;
}
.cid-suK5r2EtlI .author-box {
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
}
.cid-suK5r2EtlI .face {
  width: 100px;
  height: 100px;
  border-radius: 100%;
  box-shadow: none;
  margin: 0rem;
  -o-object-fit: cover;
  object-fit: cover;
}
.cid-suK5r2EtlI .author {
  margin: auto 0;
}
.cid-suK5r2EtlI h3,
.cid-suK5r2EtlI h4 {
  margin: 0;
  padding: 0;
}
.cid-suK5r2EtlI h3 {
  color: #130947;
}
.cid-suK5r2EtlI h3.display-7 {
  line-height: 1.1;
  letter-spacing: 0;
}
.cid-suK5r2EtlI h4 {
  color: #4f87fb;
  font-weight: 700;
}
.cid-suK5r2EtlI h4.display-4 {
  line-height: 1.5;
  font-size: 13px;
}
.cid-suK5r2EtlI .mbr-text {
  padding-bottom: 30px;
  color: #6d7a8c;
  font-weight: 300;
}
.cid-suK5r2EtlI .mbr-text.display-5 {
  line-height: 1.3;
}
.cid-suK5r2EtlI .box {
  max-width: 800px !important;
  margin: auto !important;
}
@media (max-width: 992px) {
  .cid-suK5r2EtlI .carousel-controls a span {
    bottom: auto;
    top: 30%;
  }
}
@media (max-width: 767px) {
  .cid-suK5r2EtlI .carousel-controls a span {
    bottom: auto;
    top: 20%;
  }
}
.cid-suK5r2EtlI .mbr-text,
.cid-suK5r2EtlI .mbr-section-btn {
  color: #4f87fb;
}
.cid-suK5r2EtlI H4 {
  color: #130947;
}
.cid-suK5rEAXXX {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-suK5rEAXXX .mbr-section-title {
  margin-bottom: 30px;
  color: #130947;
}
.cid-suK5rEAXXX .mbr-section-title.display-2 {
  line-height: 1.2;
  letter-spacing: -0.5px;
}
.cid-suK5rEAXXX .google-map {
  height: 30rem;
  position: relative;
  width: 100%;
}
.cid-suK5rEAXXX .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-suK5rEAXXX .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-suK5rEAXXX .google-map[data-state] {
  background: #e9e5dc;
}
.cid-suK5rEAXXX .google-map[data-state='loading'] [data-state-details] {
  display: none;
}
.cid-suK5rEAXXX .map-placeholder {
  display: none;
}
.cid-suK5rEAXXX h4 {
  padding-top: 5rem;
  color: #767676;
  text-align: center;
}
.cid-suK5stpmrE {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #e6ecf2;
}
.cid-suK5stpmrE .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-suK5stpmrE .row {
  flex-direction: row-reverse;
}
.cid-suK5stpmrE .text-content .content-title {
  color: #130947;
  margin-bottom: 30px;
}
.cid-suK5stpmrE .text-content .content-title.display-5 {
  font-size: 26px;
  line-height: 1.38;
  letter-spacing: -0.5px;
}
.cid-suK5stpmrE .text-content .list-block {
  border-bottom-width: 1px;
  padding-bottom: 30px;
  border-bottom-color: #130947;
  border-bottom-style: dotted;
  margin-bottom: 20px;
}
.cid-suK5stpmrE .text-content .list-block .card-img span {
  color: #4f87fb;
  font-size: 2.5rem;
}
.cid-suK5stpmrE .text-content .list-block .list-item-title {
  color: #130947;
}
.cid-suK5stpmrE .text-content .list-block .list-item-title.display-7 {
  font-size: 20px;
  letter-spacing: -0.5px;
  line-height: 1.2;
}
.cid-suK5stpmrE .text-content .list-block .list-item-text {
  padding-top: 10px;
  line-height: 1.29;
  color: #6d7a8c;
  margin-bottom: 0;
}
.cid-suK5stpmrE .text-content .list-block.last {
  border-bottom: none;
  margin-bottom: 20px;
  padding-bottom: 0;
}
.cid-suK5stpmrE .text-content .social {
  font-size: 1.2rem;
  padding-left: 4.5rem;
}
.cid-suK5stpmrE .text-content .social span {
  margin-right: 11.2px;
  margin-bottom: 8px;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  color: #6d7a8c;
}
.cid-suK5stpmrE .text-content .social span:hover {
  color: #4f87fb;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.cid-suK5stpmrE .card-img {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 3rem;
  text-align: center;
}
.cid-suK5stpmrE .list-block {
  position: relative;
}
.cid-suK5stpmrE .list-block h4,
.cid-suK5stpmrE .list-block p {
  padding-left: 4.5rem;
}
.cid-suK5stpmrE .card-img {
  display: block;
}
.cid-suK5stpmrE input,
.cid-suK5stpmrE textarea {
  border-left: none;
  border-top: none;
  border-right: none;
  border-radius: 4px;
  padding: 20px 10px 20px 20px;
  font-size: 13px;
  color: #ffffff;
  font-weight: 600;
}
.cid-suK5stpmrE input:focus,
.cid-suK5stpmrE textarea:focus {
  border-left: none;
  border-top: none;
  border-right: none;
}
.cid-suK5stpmrE .form-control,
.cid-suK5stpmrE .field-input {
  min-height: 3rem;
  padding: 20px 10px 20px 20px;
  background-color: #ffffff;
  border-color: #4f87fb;
  color: #000000;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-suK5stpmrE .form-control:hover,
.cid-suK5stpmrE .field-input:hover,
.cid-suK5stpmrE .form-control:focus,
.cid-suK5stpmrE .field-input:focus {
  background-color: #ffffff;
  border-color: #ffffff !important;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-suK5stpmrE input::-webkit-input-placeholder,
.cid-suK5stpmrE textarea::-webkit-input-placeholder {
  color: #6d7a8c;
}
.cid-suK5stpmrE input:-moz-placeholder,
.cid-suK5stpmrE textarea:-moz-placeholder {
  color: #6d7a8c;
}
.cid-suK5stpmrE .jq-selectbox li,
.cid-suK5stpmrE .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-suK5stpmrE .jq-selectbox li:hover,
.cid-suK5stpmrE .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-suK5stpmrE .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-suK5stpmrE .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-suK5stpmrE .mbr-form {
  max-width: 550px;
}
.cid-suK5stpmrE .mbr-form .mbr-subtitle {
  color: #4f87fb;
  font-weight: 800;
}
.cid-suK5stpmrE .mbr-form .mbr-subtitle.display-4 {
  font-size: 13px;
  line-height: 1.85;
  letter-spacing: 2px;
}
.cid-suK5stpmrE .mbr-form .mbr-section-title {
  color: #130947;
  font-weight: 700;
}
.cid-suK5stpmrE .mbr-form .mbr-section-title.display-2 {
  line-height: 1.2;
  letter-spacing: -0.5px;
}
.cid-suK5stpmrE .mbr-form .mbr-text {
  color: #6d7a8c;
}
.cid-suK5stpmrE .mbr-form textarea {
  min-height: 100px;
}
.cid-suK5stpmrE .mbr-form .btn {
  -webkit-box-pack: justify;
  justify-content: space-between;
  border-width: 2px;
  border-radius: 4px;
  border-color: #4f87fb;
  color: #4f87fb;
  padding: 18px 29px;
}
.cid-suK5stpmrE .mbr-form .btn.display-4 {
  font-size: 13px;
  letter-spacing: 1px;
}
.cid-suK5stpmrE .mbr-form span.value.form-control {
  min-height: 3.5rem;
  padding: 1rem;
}
@media (max-width: 991px) {
  .cid-suK5stpmrE .mbr-form {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}
@media (max-width: 768px) {
  .cid-suK5stpmrE .mbr-section-title,
  .cid-suK5stpmrE .content-title,
  .cid-suK5stpmrE .mbr-section-btn {
    text-align: left;
  }
}
.cid-suK2fvU8Rl {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #25303e;
}
.cid-suK2fvU8Rl section {
  position: relative;
}
.cid-suK2fvU8Rl .widget-title {
  font-weight: 600;
}
.cid-suK2fvU8Rl .widget-title.display-7 {
  font-size: 17px;
  line-height: 27px;
  letter-spacing: 0.5px;
}
.cid-suK2fvU8Rl .mbr-text.display-4 {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 300;
}
.cid-suK2fvU8Rl .item .card-box .item-title {
  font-weight: 300;
}
.cid-suK2fvU8Rl .item .card-box .item-title.display-4 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-suK2fvU8Rl .item .card-img {
  width: auto;
  background-color: #4f87fb;
  border-radius: 100%;
}
.cid-suK2fvU8Rl .item .card-img .img1 {
  display: block;
  padding: 6px;
  font-size: 13px;
}
.cid-suK2fvU8Rl img {
  height: 100px;
  padding-right: 8px;
}
.cid-suK2fvU8Rl .img1 {
  color: #ffffff;
  background-color: #4f87fb;
  border-radius: 50%;
}
.cid-suK2fvU8Rl .img2 {
  color: #ffffff;
  font-size: 10px;
}
.cid-suK2fvU8Rl .line {
  width: 50px;
  height: 2px;
  display: inline-block;
  background: #4f87fb;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
@media (max-width: 992px) {
  .cid-suK2fvU8Rl .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-suK2fvU8Rl .content .link-wrap {
  font-weight: 300;
  color: #fff;
}
.cid-suK2fvU8Rl .content .link-wrap.display-4 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-suK2fvU8Rl .content .date-wrap {
  color: #4f87fb;
  font-weight: 500;
}
.cid-suK2fvU8Rl .content .date-wrap.display-4 {
  font-size: 13px;
  line-height: 17px;
}
.cid-suK2fvU8Rl .item,
.cid-suK2fvU8Rl .link {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  padding-bottom: 0.5rem;
  margin-bottom: 0.6rem;
}
.cid-suK2fvU8Rl .item h4,
.cid-suK2fvU8Rl .link h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-suK2fvU8Rl .link .card-img {
  padding-bottom: 3px;
}
.cid-suK2fvU8Rl .link .card-box .link-title {
  font-weight: 300;
}
.cid-suK2fvU8Rl .link .card-box .link-title a:hover {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: #4f87fb !important;
}
.cid-suK2fvU8Rl .link .card-box .link-title.display-4 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-suK2fvU8Rl .card-img {
  width: auto;
}
@media (max-width: 767px) {
  .cid-suK2fvU8Rl h5 {
    text-align: left !important;
  }
  .cid-suK2fvU8Rl .line-wrap {
    text-align: left !important;
  }
}
.cid-suK2fvU8Rl .item-title {
  color: #ffffff;
}
.cid-suK2fvU8Rl .tips {
  height: 70px;
  width: 70px;
  margin: 4px;
  -o-object-fit: cover;
  object-fit: cover;
}
.cid-suK2fvU8Rl .btn[class*="-outline"] {
  border: none;
  padding: 0;
  margin: 0 !important;
  box-shadow: none !important;
  text-align: left;
  line-height: 1.5;
}
.cid-suK2fvU8Rl .btn[class*="-outline"] span {
  -webkit-box-ordinal-group: 3;
  order: 2;
  font-size: 0.8rem;
  font-weight: 900;
  -webkit-transition: padding 0.3s !important;
  transition: padding 0.3s !important;
}
.cid-suK2fvU8Rl .btn[class*="-outline"]:hover {
  background-color: transparent !important;
  color: #4f87fb !important;
  box-shadow: none !important;
}
.cid-suK2fvU8Rl .btn[class*="-outline"]:active,
.cid-suK2fvU8Rl .btn[class*="-outline"]:focus {
  background-color: transparent !important;
  box-shadow: none !important;
}
.cid-suK2fvU8Rl .list .list-item:first-child {
  padding-bottom: 15px;
}
.cid-suK2fvU8Rl .list .list-item:last-child {
  margin-top: 10px;
}
.cid-suK2fvU8Rl .box-list {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
  font-weight: 300;
}
.cid-suK2fvU8Rl .box-list li {
  padding: 10px 0 10px;
  color: #ffffff;
}
.cid-suK2fvU8Rl .box-list li:first-child {
  padding-top: 0;
}
.cid-suK2fvU8Rl .box-list li:last-child {
  border-bottom: none;
}
.cid-suK2fvU8Rl .box-list li span {
  float: right;
  text-align: right;
  padding-left: 0.5rem;
  color: #4f87fb;
}
.cid-suK2fvU8Rl .box-list.display-4 {
  line-height: 24px;
}
.cid-suK2fvU8Rl .mbr-text {
  line-height: 1.5;
  margin-bottom: 25px;
}
.cid-suK2fvU8Rl .item-title DIV {
  text-align: left;
}
.cid-suK2fvU8Rl .box-list li LI {
  text-align: center;
}
.is-builder .cid-suJxFLUP73 .navbar {
  padding-top: 20px !important;
}
.cid-suJxFLUP73 .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  -webkit-transition: none;
  transition: none;
  min-height: 77px;
}
@media (min-width: 1200px) {
  .cid-suJxFLUP73 .navbar .dropdown .dropdown-menu .dropdown-item {
    padding: 0.835em 2.5385em 0.835em 3.5385em !important;
    margin: 0 !important;
  }
  .cid-suJxFLUP73 .navbar .dropdown .dropdown-menu .dropdown-item:hover {
    padding: 0.835em 2.5385em 0.835em 3.8385em !important;
  }
}
.cid-suJxFLUP73 .menu-logo {
  display: flex;
  position: relative;
  -webkit-box-align: center;
  align-items: center;
  margin-right: auto;
}
.cid-suJxFLUP73 .menu-logo .navbar-brand {
  display: flex;
  margin-left: 4rem;
  padding: 0.5rem 0;
  -webkit-transition: padding 0.2s;
  transition: padding 0.2s;
  min-height: 2rem;
  -webkit-box-align: center;
  align-items: center;
}
.cid-suJxFLUP73 .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-suJxFLUP73 .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-suJxFLUP73 .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  -webkit-transition: font-size 0.25s;
  transition: font-size 0.25s;
}
.cid-suJxFLUP73 .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-suJxFLUP73 .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  -webkit-transition: font-size 0.25s;
  transition: font-size 0.25s;
}
.cid-suJxFLUP73 .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-suJxFLUP73 a {
  font-style: normal;
}
.cid-suJxFLUP73 .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: middle;
  position: relative;
  text-decoration: none;
}
.cid-suJxFLUP73 .nav-item a {
  padding: 0.4rem 0 !important;
}
.cid-suJxFLUP73 .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-suJxFLUP73 .dropdown-item:hover:before {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  width: 16px;
}
.cid-suJxFLUP73 .content-text {
  margin-bottom: 0;
}
.cid-suJxFLUP73 .navbar-nav {
  position: relative;
  min-height: 100px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
}
.cid-suJxFLUP73 .navbar-nav li:first-child > a {
  color: #4f87fb;
}
.cid-suJxFLUP73 .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-suJxFLUP73 .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #4f87fb;
    -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-suJxFLUP73 .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
  .cid-suJxFLUP73 .navbar-nav .nav-item a {
    margin: 0 1.1rem !important;
  }
}
@media (max-width: 1200px) {
  .cid-suJxFLUP73 .navbar-nav .nav-item a {
    margin: 0 !important;
  }
}
.cid-suJxFLUP73 .navbar-nav .nav-item span {
  padding-right: 0.1rem;
}
.cid-suJxFLUP73 .display-4 > .mbr-iconfont {
  font-size: 1.23em;
}
.cid-suJxFLUP73 .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-suJxFLUP73 .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-suJxFLUP73 .content-link {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.cid-suJxFLUP73 .content-link:first-child {
  padding-left: 1.3rem;
}
@media (max-width: 1200px) {
  .cid-suJxFLUP73 .content-link {
    display: none;
  }
}
.cid-suJxFLUP73 .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
}
.cid-suJxFLUP73 .navbar-buttons.mbr-section-btn > .mbr-iconfont {
  font-size: 17px !important;
  margin-right: 13px;
}
.cid-suJxFLUP73 .nav-dropdown .link {
  font-weight: 600;
}
.cid-suJxFLUP73 .nav-dropdown .link.display-4 {
  font-size: 15px;
}
.cid-suJxFLUP73 .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-suJxFLUP73 .content-left-side {
  text-align: center;
  padding-top: 3px;
}
@media (max-width: 575px) {
  .cid-suJxFLUP73 .content-left-side {
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    padding: 0.5rem 0;
  }
  .cid-suJxFLUP73 .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-suJxFLUP73 .content-right-side {
  text-align: center;
}
@media (max-width: 575px) {
  .cid-suJxFLUP73 .content-right-side {
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    padding: 0.5rem 0;
  }
  .cid-suJxFLUP73 .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-suJxFLUP73 .content-right-side .icons-block {
  padding-bottom: 5px;
  padding-left: 17px;
}
.cid-suJxFLUP73 .content-right-side .content-link {
  margin-left: 1rem;
}
.cid-suJxFLUP73 .content-right-side .content-link span {
  vertical-align: middle;
  padding-bottom: 2px;
}
.cid-suJxFLUP73 .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: 0px;
  padding-bottom: 0px;
}
.cid-suJxFLUP73 .content-left-side .content-link {
  margin-left: 1rem;
}
.cid-suJxFLUP73 .content-left-side .content-link span {
  vertical-align: middle;
  padding-bottom: 2px;
}
@media (max-width: 1200px) {
  .cid-suJxFLUP73 .content-left-side {
    text-align: center;
    padding-bottom: 1rem;
  }
  .cid-suJxFLUP73 .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-suJxFLUP73 .dropdown-item:before {
    display: none;
  }
  .cid-suJxFLUP73 .menu-logo {
    width: 100%;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }
  .cid-suJxFLUP73 .menu-bottom {
    width: 100%;
    padding: 0 1rem;
    display: block;
  }
  .cid-suJxFLUP73 img {
    height: 2rem !important;
  }
  .cid-suJxFLUP73 .btn {
    display: flex;
  }
  .cid-suJxFLUP73 button.navbar-toggler {
    display: block;
  }
  .cid-suJxFLUP73 .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-suJxFLUP73 .navbar-toggleable-sm {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  .cid-suJxFLUP73 .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-suJxFLUP73 .navbar-collapse.collapsing,
  .cid-suJxFLUP73 .navbar-collapse.show {
    display: block !important;
  }
  .cid-suJxFLUP73 .navbar-collapse.collapsing .navbar-nav,
  .cid-suJxFLUP73 .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-suJxFLUP73 .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-suJxFLUP73 .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
    padding: 0.5rem 0;
  }
  .cid-suJxFLUP73 .navbar-collapse.collapsing .navbar-buttons,
  .cid-suJxFLUP73 .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-suJxFLUP73 .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-suJxFLUP73 .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-suJxFLUP73 .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-suJxFLUP73 .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-suJxFLUP73 .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-suJxFLUP73 .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-suJxFLUP73 .navbar-nav.nav-dropdown {
    max-height: 80vh !important;
    overflow-y: auto !important;
  }
}
@media (min-width: 1200px) {
  .cid-suJxFLUP73 .navbar .menu-content-top {
    display: block;
  }
  .cid-suJxFLUP73 .menu-content-top .row {
    -webkit-box-pack: justify;
    justify-content: space-between;
    flex-wrap: nowrap;
  }
  .cid-suJxFLUP73 .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-suJxFLUP73 .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-suJxFLUP73 .menu-content-top {
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  }
  .cid-suJxFLUP73 .menu-bottom {
    display: flex;
  }
  .cid-suJxFLUP73 .navbar {
    display: block;
    padding: 0;
  }
  .cid-suJxFLUP73 .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
  }
  .cid-suJxFLUP73 .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-suJxFLUP73 .navbar-toggler {
    display: none;
  }
}
.cid-suJxFLUP73 .navbar-short .menu-content-top {
  border: none;
  display: none;
}
.cid-suJxFLUP73 .btn {
  padding: 15px 30px;
  font-weight: 800;
  display: inline-flex;
  -webkit-box-align: center;
  align-items: center;
  border-width: 1px;
  box-shadow: none;
}
.cid-suJxFLUP73 .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-suJxFLUP73 .btn.display-4 {
  letter-spacing: 0.5px;
  font-size: 13px;
  line-height: 13px;
}
.cid-suJxFLUP73 .navbar-toggleable-sm .navbar-collapse {
  -webkit-box-pack: end;
  justify-content: flex-end;
  padding-right: 4rem;
  width: 100%;
}
.cid-suJxFLUP73 .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-suJxFLUP73 .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-suJxFLUP73 .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-suJxFLUP73 .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  border-top: 3px solid #4f87fb;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
  min-width: 16.875rem;
  text-align: left;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 20px !important;
}
@media (max-width: 1200px) {
  .cid-suJxFLUP73 .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-suJxFLUP73 .dropdown .dropdown-menu .dropdown-item {
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-suJxFLUP73 .dropdown .dropdown-menu .dropdown-item:hover {
  background-color: #4f87fb;
  color: #ffffff;
}
.cid-suJxFLUP73 .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-suJxFLUP73 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-suJxFLUP73 .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-suJxFLUP73 .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-suJxFLUP73 .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-suJxFLUP73 .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-suJxFLUP73 .navbar.navbar-short {
  min-height: 60px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-suJxFLUP73 .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-suJxFLUP73 .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-suJxFLUP73 .navbar.navbar-short .navbar-logo a img {
  height: 2.0rem !important;
}
.cid-suJxFLUP73 .navbar.navbar-short .navbar-brand {
  min-height: 2.0rem;
}
.cid-suJxFLUP73 .navbar.navbar-short .navbar-nav {
  min-height: 60px;
}
.cid-suJxFLUP73 button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-suJxFLUP73 button.navbar-toggler:focus {
  outline: none;
}
.cid-suJxFLUP73 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-suJxFLUP73 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-suJxFLUP73 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}
.cid-suJxFLUP73 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}
.cid-suJxFLUP73 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-suJxFLUP73 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-suJxFLUP73 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.cid-suJxFLUP73 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.cid-suJxFLUP73 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-suJxFLUP73 .collapsed.navbar {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}
.cid-suJxFLUP73 .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-suJxFLUP73 .collapsed .menu-logo {
  margin-right: 0;
}
.cid-suJxFLUP73 .collapsed .btn {
  display: flex;
}
.cid-suJxFLUP73 .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-suJxFLUP73 .collapsed .navbar-collapse.collapsing,
.cid-suJxFLUP73 .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-suJxFLUP73 .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-suJxFLUP73 .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-suJxFLUP73 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-suJxFLUP73 .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-suJxFLUP73 .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-suJxFLUP73 .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-suJxFLUP73 .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-suJxFLUP73 .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1200px) {
  .cid-suJxFLUP73 .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 1.8rem  - 1rem);
  }
  .cid-suJxFLUP73 .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-suJxFLUP73 .collapsed button.navbar-toggler {
  display: block;
  -webkit-align-self: center;
  align-self: center;
}
.cid-suJxFLUP73 .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-suJxFLUP73 .collapsed .navbar-toggleable-sm {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}
.cid-suJxFLUP73 .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-suJxFLUP73 .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-suJxFLUP73 .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-suJxFLUP73 .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-suJxFLUP73 .collapsed .dropdown-item:before {
  display: none;
}
.cid-suJxFLUP73 .navbar-dropdown {
  flex-wrap: nowrap;
}
.cid-suJxFLUP73 .navbar-collapse {
  flex-basis: auto;
  display: flex;
}
.cid-suJxFLUP73 .nav-link:focus {
  outline: none;
}
.cid-suJxFLUP73 .navbar-toggler {
  position: relative;
}
.cid-suJxFLUP73 .dropdown-item.active,
.cid-suJxFLUP73 .dropdown-item:active {
  background-color: #ffffff;
  color: #ffffff;
}
.cid-suJxFLUP73 .nav-link:hover,
.cid-suJxFLUP73 .dropdown-item:hover {
  color: #4f87fb;
}
.cid-suJxFMJGET {
  padding-top: 135px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-suJxFMJGET img {
  width: 100%;
  border-radius: 8px;
  box-shadow: 0 0 20px rgba(79, 110, 173, 0.1);
}
.cid-suJxFMJGET .mbr-section-title {
  text-align: left;
  color: #4f87fb;
  line-height: 1.2;
  letter-spacing: -0.5px;
}
.cid-suJxFMJGET .mbr-text {
  color: #6d7a8c;
  line-height: 1.5;
}
.cid-suJxFMJGET .mbr-list {
  margin-top: 35px;
  color: #6d7a8c;
}
.cid-suJxFMJGET .mbr-list .list {
  list-style-type: none;
  padding-left: 0;
}
.cid-suJxFMJGET .mbr-list .list li {
  margin-bottom: 1rem;
}
.cid-suJxFMJGET .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-suJztnYewN {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-suJztnYewN img {
  width: 100%;
  border-radius: 8px;
  box-shadow: 0 0 20px rgba(79, 110, 173, 0.1);
}
.cid-suJztnYewN .mbr-section-title {
  text-align: left;
  color: #4f87fb;
  line-height: 1.2;
  letter-spacing: -0.5px;
}
.cid-suJztnYewN .mbr-text {
  color: #6d7a8c;
  line-height: 1.5;
}
.cid-suJztnYewN .mbr-list {
  margin-top: 35px;
  color: #6d7a8c;
}
.cid-suJztnYewN .mbr-list .list {
  list-style-type: none;
  padding-left: 0;
}
.cid-suJztnYewN .mbr-list .list li {
  margin-bottom: 1rem;
}
.cid-suJztnYewN .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-suJztnYewN H3 {
  color: #656565;
}
@media (max-width: 768px) {
  .cid-suJztnYewN .reordered-col {
    order: 2;
  }
}
.cid-suK5xjF8g6 {
  padding-top: 105px;
  padding-bottom: 105px;
  background-color: #4f87fb;
  background: linear-gradient(to bottom, #4f87fb, #0053f9);
}
.cid-suK5xjF8g6 .mbr-section-subtitle {
  color: #ffffff;
  font-weight: 700;
  line-height: 1.43;
  letter-spacing: 2px;
  width: 100%;
}
.cid-suK5xjF8g6 .mbr-section-title {
  color: #ffffff;
  font-weight: 700;
  width: 100%;
}
.cid-suK5xjF8g6 .mbr-section-title.display-2 {
  font-size: 48px;
  line-height: 1.15;
  letter-spacing: -0.5px;
}
.cid-suK5xjF8g6 .mbr-text {
  color: #ffffff;
  font-weight: 400;
  width: 100;
}
.cid-suK5xjF8g6 .mbr-text.display-7 {
  font-size: 20px;
  line-height: 1.5;
}
.cid-suK5xjF8g6 .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-suK5xjF8g6 .content-link span {
  margin-right: 15px;
  margin-left: 20px;
  padding: 10px;
  border-radius: 100%;
  color: #ffffff;
  background-color: #ffffff;
  font-size: 2.475rem;
}
.cid-suK5xjF8g6 .mbr-section-btn .btn {
  border-radius: 3px;
  line-height: 2;
  letter-spacing: 1px;
  padding: 12px 40px !important;
  margin-right: 20px;
}
.cid-suK5xjF8g6 .mbr-section-btn.display-4,
.cid-suK5xjF8g6 .btn.display-4 {
  font-size: 12px !important;
}
@media (max-width: 991px) {
  .cid-suK5xjF8g6 .separator,
  .cid-suK5xjF8g6 .sep-holder,
  .cid-suK5xjF8g6 .sep-line {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .cid-suK5xjF8g6 .buttons-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
}
.cid-suK5yerYoN {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-suK5yerYoN .contents {
  margin-bottom: 70px;
}
.cid-suK5yerYoN .contents .mbr-subtitle {
  color: #4f87fb;
  margin-bottom: 10px;
  font-weight: 800;
}
.cid-suK5yerYoN .contents .mbr-subtitle.display-4 {
  letter-spacing: 2px;
  line-height: 24px;
  font-size: 13px;
}
.cid-suK5yerYoN .contents .mbr-section-title {
  margin-bottom: 20px;
  color: #130947;
  font-weight: 700;
}
.cid-suK5yerYoN .contents .mbr-section-title.display-2 {
  line-height: 48px;
  letter-spacing: -0.5px;
}
.cid-suK5yerYoN .contents .mbr-section-text {
  margin-top: 20px;
  color: #6d7a8c;
  font-weight: 400;
}
.cid-suK5yerYoN .contents .mbr-section-text.display-7 {
  line-height: 28px;
  letter-spacing: 0;
}
.cid-suK5yerYoN .card {
  margin-bottom: 2rem;
}
.cid-suK5yerYoN .card-block {
  font-weight: 400;
  letter-spacing: 0.03em;
  position: relative;
  background: #4f87fb;
  color: #232323;
  box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.08);
  padding: 1.9rem;
  margin-bottom: 35px;
  border-radius: 4px;
}
.cid-suK5yerYoN .card-block.display-7 {
  font-size: 16px;
  line-height: 26px;
}
.cid-suK5yerYoN .card-block:before {
  content: "";
  position: absolute;
  bottom: -15px;
  left: 50%;
  margin-left: -14px;
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-top: 15px solid #4f87fb;
  border-right: 15px solid transparent;
}
.cid-suK5yerYoN .mbr-author-img {
  width: 50px;
  height: 50px;
  display: inline-block;
  border-radius: 100%;
  margin-left: 0rem;
}
.cid-suK5yerYoN .mbr-author-img img {
  width: 100%;
  border-radius: 100%;
  min-width: 100%;
  min-height: 100%;
}
.cid-suK5yerYoN .name-wrap {
  display: inline-block;
}
.cid-suK5yerYoN .card-footer {
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-align: center;
  align-items: center;
  border-top: none;
  background: none;
  padding: 0 1.25rem 1.25rem 1.25rem;
}
.cid-suK5yerYoN .mbr-author-desc {
  color: #767676;
  text-align: center;
}
.cid-suK5yerYoN .card-block p {
  color: #ffffff;
  text-align: center;
}
.cid-suK5yerYoN .mbr-author-name {
  color: #130947;
  margin-bottom: 5px;
}
.cid-suK5yerYoN .mbr-section-title,
.cid-suK5yerYoN .title div {
  color: #232323;
  text-align: center;
}
.cid-suK5yerYoN .contents .mbr-section-text {
  text-align: center;
}
.cid-suK5ziPZSa {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-suK5ziPZSa .carousel-item {
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-suK5ziPZSa .carousel-item.active,
.cid-suK5ziPZSa .carousel-item-next,
.cid-suK5ziPZSa .carousel-item-prev {
  display: flex;
}
.cid-suK5ziPZSa .img-box {
  position: relative;
  width: fit-content;
  margin: auto;
}
.cid-suK5ziPZSa .mbr-iconfont {
  font-family: Moririse2 !important;
  font-size: 1rem;
  font-weight: 900;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.cid-suK5ziPZSa .carousel-controls a {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  font-size: 2rem;
}
.cid-suK5ziPZSa .carousel-controls a span {
  position: absolute;
  top: 45%;
  padding: 10px;
  border-radius: 50%;
  color: #4f87fb;
  opacity: 1;
}
.cid-suK5ziPZSa .carousel-controls a:hover span {
  opacity: 0.4;
}
.cid-suK5ziPZSa h1 {
  color: #36404c;
}
.cid-suK5ziPZSa .author-box {
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
}
.cid-suK5ziPZSa .face {
  width: 100px;
  height: 100px;
  border-radius: 100%;
  box-shadow: none;
  margin: 0rem;
  -o-object-fit: cover;
  object-fit: cover;
}
.cid-suK5ziPZSa .author {
  margin: auto 0;
}
.cid-suK5ziPZSa h3,
.cid-suK5ziPZSa h4 {
  margin: 0;
  padding: 0;
}
.cid-suK5ziPZSa h3 {
  color: #130947;
}
.cid-suK5ziPZSa h3.display-7 {
  line-height: 1.1;
  letter-spacing: 0;
}
.cid-suK5ziPZSa h4 {
  color: #4f87fb;
  font-weight: 700;
}
.cid-suK5ziPZSa h4.display-4 {
  line-height: 1.5;
  font-size: 13px;
}
.cid-suK5ziPZSa .mbr-text {
  padding-bottom: 30px;
  color: #6d7a8c;
  font-weight: 300;
}
.cid-suK5ziPZSa .mbr-text.display-5 {
  line-height: 1.3;
}
.cid-suK5ziPZSa .box {
  max-width: 800px !important;
  margin: auto !important;
}
@media (max-width: 992px) {
  .cid-suK5ziPZSa .carousel-controls a span {
    bottom: auto;
    top: 30%;
  }
}
@media (max-width: 767px) {
  .cid-suK5ziPZSa .carousel-controls a span {
    bottom: auto;
    top: 20%;
  }
}
.cid-suK5ziPZSa .mbr-text,
.cid-suK5ziPZSa .mbr-section-btn {
  color: #4f87fb;
}
.cid-suK5ziPZSa H4 {
  color: #130947;
}
.cid-suK5zY6pxA {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-suK5zY6pxA .mbr-section-title {
  margin-bottom: 30px;
  color: #130947;
}
.cid-suK5zY6pxA .mbr-section-title.display-2 {
  line-height: 1.2;
  letter-spacing: -0.5px;
}
.cid-suK5zY6pxA .google-map {
  height: 30rem;
  position: relative;
  width: 100%;
}
.cid-suK5zY6pxA .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-suK5zY6pxA .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-suK5zY6pxA .google-map[data-state] {
  background: #e9e5dc;
}
.cid-suK5zY6pxA .google-map[data-state='loading'] [data-state-details] {
  display: none;
}
.cid-suK5zY6pxA .map-placeholder {
  display: none;
}
.cid-suK5zY6pxA h4 {
  padding-top: 5rem;
  color: #767676;
  text-align: center;
}
.cid-suK5ATfvZS {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #e6ecf2;
}
.cid-suK5ATfvZS .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-suK5ATfvZS .row {
  flex-direction: row-reverse;
}
.cid-suK5ATfvZS .text-content .content-title {
  color: #130947;
  margin-bottom: 30px;
}
.cid-suK5ATfvZS .text-content .content-title.display-5 {
  font-size: 26px;
  line-height: 1.38;
  letter-spacing: -0.5px;
}
.cid-suK5ATfvZS .text-content .list-block {
  border-bottom-width: 1px;
  padding-bottom: 30px;
  border-bottom-color: #130947;
  border-bottom-style: dotted;
  margin-bottom: 20px;
}
.cid-suK5ATfvZS .text-content .list-block .card-img span {
  color: #4f87fb;
  font-size: 2.5rem;
}
.cid-suK5ATfvZS .text-content .list-block .list-item-title {
  color: #130947;
}
.cid-suK5ATfvZS .text-content .list-block .list-item-title.display-7 {
  font-size: 20px;
  letter-spacing: -0.5px;
  line-height: 1.2;
}
.cid-suK5ATfvZS .text-content .list-block .list-item-text {
  padding-top: 10px;
  line-height: 1.29;
  color: #6d7a8c;
  margin-bottom: 0;
}
.cid-suK5ATfvZS .text-content .list-block.last {
  border-bottom: none;
  margin-bottom: 20px;
  padding-bottom: 0;
}
.cid-suK5ATfvZS .text-content .social {
  font-size: 1.2rem;
  padding-left: 4.5rem;
}
.cid-suK5ATfvZS .text-content .social span {
  margin-right: 11.2px;
  margin-bottom: 8px;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  color: #6d7a8c;
}
.cid-suK5ATfvZS .text-content .social span:hover {
  color: #4f87fb;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.cid-suK5ATfvZS .card-img {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 3rem;
  text-align: center;
}
.cid-suK5ATfvZS .list-block {
  position: relative;
}
.cid-suK5ATfvZS .list-block h4,
.cid-suK5ATfvZS .list-block p {
  padding-left: 4.5rem;
}
.cid-suK5ATfvZS .card-img {
  display: block;
}
.cid-suK5ATfvZS input,
.cid-suK5ATfvZS textarea {
  border-left: none;
  border-top: none;
  border-right: none;
  border-radius: 4px;
  padding: 20px 10px 20px 20px;
  font-size: 13px;
  color: #ffffff;
  font-weight: 600;
}
.cid-suK5ATfvZS input:focus,
.cid-suK5ATfvZS textarea:focus {
  border-left: none;
  border-top: none;
  border-right: none;
}
.cid-suK5ATfvZS .form-control,
.cid-suK5ATfvZS .field-input {
  min-height: 3rem;
  padding: 20px 10px 20px 20px;
  background-color: #ffffff;
  border-color: #4f87fb;
  color: #000000;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-suK5ATfvZS .form-control:hover,
.cid-suK5ATfvZS .field-input:hover,
.cid-suK5ATfvZS .form-control:focus,
.cid-suK5ATfvZS .field-input:focus {
  background-color: #ffffff;
  border-color: #ffffff !important;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-suK5ATfvZS input::-webkit-input-placeholder,
.cid-suK5ATfvZS textarea::-webkit-input-placeholder {
  color: #6d7a8c;
}
.cid-suK5ATfvZS input:-moz-placeholder,
.cid-suK5ATfvZS textarea:-moz-placeholder {
  color: #6d7a8c;
}
.cid-suK5ATfvZS .jq-selectbox li,
.cid-suK5ATfvZS .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-suK5ATfvZS .jq-selectbox li:hover,
.cid-suK5ATfvZS .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-suK5ATfvZS .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-suK5ATfvZS .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-suK5ATfvZS .mbr-form {
  max-width: 550px;
}
.cid-suK5ATfvZS .mbr-form .mbr-subtitle {
  color: #4f87fb;
  font-weight: 800;
}
.cid-suK5ATfvZS .mbr-form .mbr-subtitle.display-4 {
  font-size: 13px;
  line-height: 1.85;
  letter-spacing: 2px;
}
.cid-suK5ATfvZS .mbr-form .mbr-section-title {
  color: #130947;
  font-weight: 700;
}
.cid-suK5ATfvZS .mbr-form .mbr-section-title.display-2 {
  line-height: 1.2;
  letter-spacing: -0.5px;
}
.cid-suK5ATfvZS .mbr-form .mbr-text {
  color: #6d7a8c;
}
.cid-suK5ATfvZS .mbr-form textarea {
  min-height: 100px;
}
.cid-suK5ATfvZS .mbr-form .btn {
  -webkit-box-pack: justify;
  justify-content: space-between;
  border-width: 2px;
  border-radius: 4px;
  border-color: #4f87fb;
  color: #4f87fb;
  padding: 18px 29px;
}
.cid-suK5ATfvZS .mbr-form .btn.display-4 {
  font-size: 13px;
  letter-spacing: 1px;
}
.cid-suK5ATfvZS .mbr-form span.value.form-control {
  min-height: 3.5rem;
  padding: 1rem;
}
@media (max-width: 991px) {
  .cid-suK5ATfvZS .mbr-form {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}
@media (max-width: 768px) {
  .cid-suK5ATfvZS .mbr-section-title,
  .cid-suK5ATfvZS .content-title,
  .cid-suK5ATfvZS .mbr-section-btn {
    text-align: left;
  }
}
.cid-suJZiUYuaR {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #25303e;
}
.cid-suJZiUYuaR .links {
  text-align: center;
  color: #ffffff;
}
.cid-suJZiUYuaR p {
  margin: 0;
}
.cid-suJZiUYuaR a {
  color: #ffffff;
}
.cid-suJZiUYuaR a:hover {
  color: #4f87fb !important;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.cid-suK2fvU8Rl {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #25303e;
}
.cid-suK2fvU8Rl section {
  position: relative;
}
.cid-suK2fvU8Rl .widget-title {
  font-weight: 600;
}
.cid-suK2fvU8Rl .widget-title.display-7 {
  font-size: 17px;
  line-height: 27px;
  letter-spacing: 0.5px;
}
.cid-suK2fvU8Rl .mbr-text.display-4 {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 300;
}
.cid-suK2fvU8Rl .item .card-box .item-title {
  font-weight: 300;
}
.cid-suK2fvU8Rl .item .card-box .item-title.display-4 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-suK2fvU8Rl .item .card-img {
  width: auto;
  background-color: #4f87fb;
  border-radius: 100%;
}
.cid-suK2fvU8Rl .item .card-img .img1 {
  display: block;
  padding: 6px;
  font-size: 13px;
}
.cid-suK2fvU8Rl img {
  height: 100px;
  padding-right: 8px;
}
.cid-suK2fvU8Rl .img1 {
  color: #ffffff;
  background-color: #4f87fb;
  border-radius: 50%;
}
.cid-suK2fvU8Rl .img2 {
  color: #ffffff;
  font-size: 10px;
}
.cid-suK2fvU8Rl .line {
  width: 50px;
  height: 2px;
  display: inline-block;
  background: #4f87fb;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
@media (max-width: 992px) {
  .cid-suK2fvU8Rl .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-suK2fvU8Rl .content .link-wrap {
  font-weight: 300;
  color: #fff;
}
.cid-suK2fvU8Rl .content .link-wrap.display-4 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-suK2fvU8Rl .content .date-wrap {
  color: #4f87fb;
  font-weight: 500;
}
.cid-suK2fvU8Rl .content .date-wrap.display-4 {
  font-size: 13px;
  line-height: 17px;
}
.cid-suK2fvU8Rl .item,
.cid-suK2fvU8Rl .link {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  padding-bottom: 0.5rem;
  margin-bottom: 0.6rem;
}
.cid-suK2fvU8Rl .item h4,
.cid-suK2fvU8Rl .link h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-suK2fvU8Rl .link .card-img {
  padding-bottom: 3px;
}
.cid-suK2fvU8Rl .link .card-box .link-title {
  font-weight: 300;
}
.cid-suK2fvU8Rl .link .card-box .link-title a:hover {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: #4f87fb !important;
}
.cid-suK2fvU8Rl .link .card-box .link-title.display-4 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-suK2fvU8Rl .card-img {
  width: auto;
}
@media (max-width: 767px) {
  .cid-suK2fvU8Rl h5 {
    text-align: left !important;
  }
  .cid-suK2fvU8Rl .line-wrap {
    text-align: left !important;
  }
}
.cid-suK2fvU8Rl .item-title {
  color: #ffffff;
}
.cid-suK2fvU8Rl .tips {
  height: 70px;
  width: 70px;
  margin: 4px;
  -o-object-fit: cover;
  object-fit: cover;
}
.cid-suK2fvU8Rl .btn[class*="-outline"] {
  border: none;
  padding: 0;
  margin: 0 !important;
  box-shadow: none !important;
  text-align: left;
  line-height: 1.5;
}
.cid-suK2fvU8Rl .btn[class*="-outline"] span {
  -webkit-box-ordinal-group: 3;
  order: 2;
  font-size: 0.8rem;
  font-weight: 900;
  -webkit-transition: padding 0.3s !important;
  transition: padding 0.3s !important;
}
.cid-suK2fvU8Rl .btn[class*="-outline"]:hover {
  background-color: transparent !important;
  color: #4f87fb !important;
  box-shadow: none !important;
}
.cid-suK2fvU8Rl .btn[class*="-outline"]:active,
.cid-suK2fvU8Rl .btn[class*="-outline"]:focus {
  background-color: transparent !important;
  box-shadow: none !important;
}
.cid-suK2fvU8Rl .list .list-item:first-child {
  padding-bottom: 15px;
}
.cid-suK2fvU8Rl .list .list-item:last-child {
  margin-top: 10px;
}
.cid-suK2fvU8Rl .box-list {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
  font-weight: 300;
}
.cid-suK2fvU8Rl .box-list li {
  padding: 10px 0 10px;
  color: #ffffff;
}
.cid-suK2fvU8Rl .box-list li:first-child {
  padding-top: 0;
}
.cid-suK2fvU8Rl .box-list li:last-child {
  border-bottom: none;
}
.cid-suK2fvU8Rl .box-list li span {
  float: right;
  text-align: right;
  padding-left: 0.5rem;
  color: #4f87fb;
}
.cid-suK2fvU8Rl .box-list.display-4 {
  line-height: 24px;
}
.cid-suK2fvU8Rl .mbr-text {
  line-height: 1.5;
  margin-bottom: 25px;
}
.cid-suK2fvU8Rl .item-title DIV {
  text-align: left;
}
.cid-suK2fvU8Rl .box-list li LI {
  text-align: center;
}
.is-builder .cid-suJAQcc1y1 .navbar {
  padding-top: 20px !important;
}
.cid-suJAQcc1y1 .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  -webkit-transition: none;
  transition: none;
  min-height: 77px;
}
@media (min-width: 1200px) {
  .cid-suJAQcc1y1 .navbar .dropdown .dropdown-menu .dropdown-item {
    padding: 0.835em 2.5385em 0.835em 3.5385em !important;
    margin: 0 !important;
  }
  .cid-suJAQcc1y1 .navbar .dropdown .dropdown-menu .dropdown-item:hover {
    padding: 0.835em 2.5385em 0.835em 3.8385em !important;
  }
}
.cid-suJAQcc1y1 .menu-logo {
  display: flex;
  position: relative;
  -webkit-box-align: center;
  align-items: center;
  margin-right: auto;
}
.cid-suJAQcc1y1 .menu-logo .navbar-brand {
  display: flex;
  margin-left: 4rem;
  padding: 0.5rem 0;
  -webkit-transition: padding 0.2s;
  transition: padding 0.2s;
  min-height: 2rem;
  -webkit-box-align: center;
  align-items: center;
}
.cid-suJAQcc1y1 .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-suJAQcc1y1 .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-suJAQcc1y1 .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  -webkit-transition: font-size 0.25s;
  transition: font-size 0.25s;
}
.cid-suJAQcc1y1 .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-suJAQcc1y1 .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  -webkit-transition: font-size 0.25s;
  transition: font-size 0.25s;
}
.cid-suJAQcc1y1 .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-suJAQcc1y1 a {
  font-style: normal;
}
.cid-suJAQcc1y1 .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: middle;
  position: relative;
  text-decoration: none;
}
.cid-suJAQcc1y1 .nav-item a {
  padding: 0.4rem 0 !important;
}
.cid-suJAQcc1y1 .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-suJAQcc1y1 .dropdown-item:hover:before {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  width: 16px;
}
.cid-suJAQcc1y1 .content-text {
  margin-bottom: 0;
}
.cid-suJAQcc1y1 .navbar-nav {
  position: relative;
  min-height: 100px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
}
.cid-suJAQcc1y1 .navbar-nav li:first-child > a {
  color: #4f87fb;
}
.cid-suJAQcc1y1 .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-suJAQcc1y1 .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #4f87fb;
    -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-suJAQcc1y1 .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
  .cid-suJAQcc1y1 .navbar-nav .nav-item a {
    margin: 0 1.1rem !important;
  }
}
@media (max-width: 1200px) {
  .cid-suJAQcc1y1 .navbar-nav .nav-item a {
    margin: 0 !important;
  }
}
.cid-suJAQcc1y1 .navbar-nav .nav-item span {
  padding-right: 0.1rem;
}
.cid-suJAQcc1y1 .display-4 > .mbr-iconfont {
  font-size: 1.23em;
}
.cid-suJAQcc1y1 .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-suJAQcc1y1 .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-suJAQcc1y1 .content-link {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.cid-suJAQcc1y1 .content-link:first-child {
  padding-left: 1.3rem;
}
@media (max-width: 1200px) {
  .cid-suJAQcc1y1 .content-link {
    display: none;
  }
}
.cid-suJAQcc1y1 .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
}
.cid-suJAQcc1y1 .navbar-buttons.mbr-section-btn > .mbr-iconfont {
  font-size: 17px !important;
  margin-right: 13px;
}
.cid-suJAQcc1y1 .nav-dropdown .link {
  font-weight: 600;
}
.cid-suJAQcc1y1 .nav-dropdown .link.display-4 {
  font-size: 15px;
}
.cid-suJAQcc1y1 .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-suJAQcc1y1 .content-left-side {
  text-align: center;
  padding-top: 3px;
}
@media (max-width: 575px) {
  .cid-suJAQcc1y1 .content-left-side {
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    padding: 0.5rem 0;
  }
  .cid-suJAQcc1y1 .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-suJAQcc1y1 .content-right-side {
  text-align: center;
}
@media (max-width: 575px) {
  .cid-suJAQcc1y1 .content-right-side {
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    padding: 0.5rem 0;
  }
  .cid-suJAQcc1y1 .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-suJAQcc1y1 .content-right-side .icons-block {
  padding-bottom: 5px;
  padding-left: 17px;
}
.cid-suJAQcc1y1 .content-right-side .content-link {
  margin-left: 1rem;
}
.cid-suJAQcc1y1 .content-right-side .content-link span {
  vertical-align: middle;
  padding-bottom: 2px;
}
.cid-suJAQcc1y1 .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: 0px;
  padding-bottom: 0px;
}
.cid-suJAQcc1y1 .content-left-side .content-link {
  margin-left: 1rem;
}
.cid-suJAQcc1y1 .content-left-side .content-link span {
  vertical-align: middle;
  padding-bottom: 2px;
}
@media (max-width: 1200px) {
  .cid-suJAQcc1y1 .content-left-side {
    text-align: center;
    padding-bottom: 1rem;
  }
  .cid-suJAQcc1y1 .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-suJAQcc1y1 .dropdown-item:before {
    display: none;
  }
  .cid-suJAQcc1y1 .menu-logo {
    width: 100%;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }
  .cid-suJAQcc1y1 .menu-bottom {
    width: 100%;
    padding: 0 1rem;
    display: block;
  }
  .cid-suJAQcc1y1 img {
    height: 2rem !important;
  }
  .cid-suJAQcc1y1 .btn {
    display: flex;
  }
  .cid-suJAQcc1y1 button.navbar-toggler {
    display: block;
  }
  .cid-suJAQcc1y1 .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-suJAQcc1y1 .navbar-toggleable-sm {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  .cid-suJAQcc1y1 .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-suJAQcc1y1 .navbar-collapse.collapsing,
  .cid-suJAQcc1y1 .navbar-collapse.show {
    display: block !important;
  }
  .cid-suJAQcc1y1 .navbar-collapse.collapsing .navbar-nav,
  .cid-suJAQcc1y1 .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-suJAQcc1y1 .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-suJAQcc1y1 .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
    padding: 0.5rem 0;
  }
  .cid-suJAQcc1y1 .navbar-collapse.collapsing .navbar-buttons,
  .cid-suJAQcc1y1 .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-suJAQcc1y1 .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-suJAQcc1y1 .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-suJAQcc1y1 .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-suJAQcc1y1 .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-suJAQcc1y1 .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-suJAQcc1y1 .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-suJAQcc1y1 .navbar-nav.nav-dropdown {
    max-height: 80vh !important;
    overflow-y: auto !important;
  }
}
@media (min-width: 1200px) {
  .cid-suJAQcc1y1 .navbar .menu-content-top {
    display: block;
  }
  .cid-suJAQcc1y1 .menu-content-top .row {
    -webkit-box-pack: justify;
    justify-content: space-between;
    flex-wrap: nowrap;
  }
  .cid-suJAQcc1y1 .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-suJAQcc1y1 .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-suJAQcc1y1 .menu-content-top {
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  }
  .cid-suJAQcc1y1 .menu-bottom {
    display: flex;
  }
  .cid-suJAQcc1y1 .navbar {
    display: block;
    padding: 0;
  }
  .cid-suJAQcc1y1 .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
  }
  .cid-suJAQcc1y1 .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-suJAQcc1y1 .navbar-toggler {
    display: none;
  }
}
.cid-suJAQcc1y1 .navbar-short .menu-content-top {
  border: none;
  display: none;
}
.cid-suJAQcc1y1 .btn {
  padding: 15px 30px;
  font-weight: 800;
  display: inline-flex;
  -webkit-box-align: center;
  align-items: center;
  border-width: 1px;
  box-shadow: none;
}
.cid-suJAQcc1y1 .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-suJAQcc1y1 .btn.display-4 {
  letter-spacing: 0.5px;
  font-size: 13px;
  line-height: 13px;
}
.cid-suJAQcc1y1 .navbar-toggleable-sm .navbar-collapse {
  -webkit-box-pack: end;
  justify-content: flex-end;
  padding-right: 4rem;
  width: 100%;
}
.cid-suJAQcc1y1 .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-suJAQcc1y1 .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-suJAQcc1y1 .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-suJAQcc1y1 .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  border-top: 3px solid #4f87fb;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
  min-width: 16.875rem;
  text-align: left;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 20px !important;
}
@media (max-width: 1200px) {
  .cid-suJAQcc1y1 .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-suJAQcc1y1 .dropdown .dropdown-menu .dropdown-item {
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-suJAQcc1y1 .dropdown .dropdown-menu .dropdown-item:hover {
  background-color: #4f87fb;
  color: #ffffff;
}
.cid-suJAQcc1y1 .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-suJAQcc1y1 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-suJAQcc1y1 .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-suJAQcc1y1 .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-suJAQcc1y1 .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-suJAQcc1y1 .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-suJAQcc1y1 .navbar.navbar-short {
  min-height: 60px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-suJAQcc1y1 .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-suJAQcc1y1 .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-suJAQcc1y1 .navbar.navbar-short .navbar-logo a img {
  height: 2.0rem !important;
}
.cid-suJAQcc1y1 .navbar.navbar-short .navbar-brand {
  min-height: 2.0rem;
}
.cid-suJAQcc1y1 .navbar.navbar-short .navbar-nav {
  min-height: 60px;
}
.cid-suJAQcc1y1 button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-suJAQcc1y1 button.navbar-toggler:focus {
  outline: none;
}
.cid-suJAQcc1y1 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-suJAQcc1y1 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-suJAQcc1y1 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}
.cid-suJAQcc1y1 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}
.cid-suJAQcc1y1 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-suJAQcc1y1 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-suJAQcc1y1 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.cid-suJAQcc1y1 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.cid-suJAQcc1y1 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-suJAQcc1y1 .collapsed.navbar {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}
.cid-suJAQcc1y1 .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-suJAQcc1y1 .collapsed .menu-logo {
  margin-right: 0;
}
.cid-suJAQcc1y1 .collapsed .btn {
  display: flex;
}
.cid-suJAQcc1y1 .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-suJAQcc1y1 .collapsed .navbar-collapse.collapsing,
.cid-suJAQcc1y1 .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-suJAQcc1y1 .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-suJAQcc1y1 .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-suJAQcc1y1 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-suJAQcc1y1 .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-suJAQcc1y1 .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-suJAQcc1y1 .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-suJAQcc1y1 .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-suJAQcc1y1 .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1200px) {
  .cid-suJAQcc1y1 .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 1.8rem  - 1rem);
  }
  .cid-suJAQcc1y1 .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-suJAQcc1y1 .collapsed button.navbar-toggler {
  display: block;
  -webkit-align-self: center;
  align-self: center;
}
.cid-suJAQcc1y1 .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-suJAQcc1y1 .collapsed .navbar-toggleable-sm {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}
.cid-suJAQcc1y1 .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-suJAQcc1y1 .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-suJAQcc1y1 .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-suJAQcc1y1 .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-suJAQcc1y1 .collapsed .dropdown-item:before {
  display: none;
}
.cid-suJAQcc1y1 .navbar-dropdown {
  flex-wrap: nowrap;
}
.cid-suJAQcc1y1 .navbar-collapse {
  flex-basis: auto;
  display: flex;
}
.cid-suJAQcc1y1 .nav-link:focus {
  outline: none;
}
.cid-suJAQcc1y1 .navbar-toggler {
  position: relative;
}
.cid-suJAQcc1y1 .dropdown-item.active,
.cid-suJAQcc1y1 .dropdown-item:active {
  background-color: #ffffff;
  color: #ffffff;
}
.cid-suJAQcc1y1 .nav-link:hover,
.cid-suJAQcc1y1 .dropdown-item:hover {
  color: #4f87fb;
}
.cid-suJAQd28Kp {
  padding-top: 135px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-suJAQd28Kp img {
  width: 100%;
  border-radius: 8px;
  box-shadow: 0 0 20px rgba(79, 110, 173, 0.1);
}
.cid-suJAQd28Kp .mbr-section-title {
  text-align: left;
  color: #4f87fb;
  line-height: 1.2;
  letter-spacing: -0.5px;
}
.cid-suJAQd28Kp .mbr-text {
  color: #6d7a8c;
  line-height: 1.5;
}
.cid-suJAQd28Kp .mbr-list {
  margin-top: 35px;
  color: #6d7a8c;
}
.cid-suJAQd28Kp .mbr-list .list {
  list-style-type: none;
  padding-left: 0;
}
.cid-suJAQd28Kp .mbr-list .list li {
  margin-bottom: 1rem;
}
.cid-suJAQd28Kp .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-suJGhR8YX9 {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-suJGhR8YX9 img {
  width: 100%;
  border-radius: 8px;
  box-shadow: 0 0 20px rgba(79, 110, 173, 0.1);
}
.cid-suJGhR8YX9 .mbr-section-title {
  text-align: left;
  color: #4f87fb;
  line-height: 1.2;
  letter-spacing: -0.5px;
}
.cid-suJGhR8YX9 .mbr-text {
  color: #6d7a8c;
  line-height: 1.5;
}
.cid-suJGhR8YX9 .mbr-list {
  margin-top: 35px;
  color: #6d7a8c;
}
.cid-suJGhR8YX9 .mbr-list .list {
  list-style-type: none;
  padding-left: 0;
}
.cid-suJGhR8YX9 .mbr-list .list li {
  margin-bottom: 1rem;
}
.cid-suJGhR8YX9 .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-suJGhR8YX9 H3 {
  color: #656565;
}
@media (max-width: 768px) {
  .cid-suJGhR8YX9 .reordered-col {
    order: 2;
  }
}
.cid-suJZiUYuaR {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #25303e;
}
.cid-suJZiUYuaR .links {
  text-align: center;
  color: #ffffff;
}
.cid-suJZiUYuaR p {
  margin: 0;
}
.cid-suJZiUYuaR a {
  color: #ffffff;
}
.cid-suJZiUYuaR a:hover {
  color: #4f87fb !important;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.cid-suK5H3LIj3 {
  padding-top: 105px;
  padding-bottom: 105px;
  background-color: #4f87fb;
  background: linear-gradient(to bottom, #4f87fb, #0053f9);
}
.cid-suK5H3LIj3 .mbr-section-subtitle {
  color: #ffffff;
  font-weight: 700;
  line-height: 1.43;
  letter-spacing: 2px;
  width: 100%;
}
.cid-suK5H3LIj3 .mbr-section-title {
  color: #ffffff;
  font-weight: 700;
  width: 100%;
}
.cid-suK5H3LIj3 .mbr-section-title.display-2 {
  font-size: 48px;
  line-height: 1.15;
  letter-spacing: -0.5px;
}
.cid-suK5H3LIj3 .mbr-text {
  color: #ffffff;
  font-weight: 400;
  width: 100;
}
.cid-suK5H3LIj3 .mbr-text.display-7 {
  font-size: 20px;
  line-height: 1.5;
}
.cid-suK5H3LIj3 .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-suK5H3LIj3 .content-link span {
  margin-right: 15px;
  margin-left: 20px;
  padding: 10px;
  border-radius: 100%;
  color: #ffffff;
  background-color: #ffffff;
  font-size: 2.475rem;
}
.cid-suK5H3LIj3 .mbr-section-btn .btn {
  border-radius: 3px;
  line-height: 2;
  letter-spacing: 1px;
  padding: 12px 40px !important;
  margin-right: 20px;
}
.cid-suK5H3LIj3 .mbr-section-btn.display-4,
.cid-suK5H3LIj3 .btn.display-4 {
  font-size: 12px !important;
}
@media (max-width: 991px) {
  .cid-suK5H3LIj3 .separator,
  .cid-suK5H3LIj3 .sep-holder,
  .cid-suK5H3LIj3 .sep-line {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .cid-suK5H3LIj3 .buttons-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
}
.cid-suK5HYwYm5 {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-suK5HYwYm5 .contents {
  margin-bottom: 70px;
}
.cid-suK5HYwYm5 .contents .mbr-subtitle {
  color: #4f87fb;
  margin-bottom: 10px;
  font-weight: 800;
}
.cid-suK5HYwYm5 .contents .mbr-subtitle.display-4 {
  letter-spacing: 2px;
  line-height: 24px;
  font-size: 13px;
}
.cid-suK5HYwYm5 .contents .mbr-section-title {
  margin-bottom: 20px;
  color: #130947;
  font-weight: 700;
}
.cid-suK5HYwYm5 .contents .mbr-section-title.display-2 {
  line-height: 48px;
  letter-spacing: -0.5px;
}
.cid-suK5HYwYm5 .contents .mbr-section-text {
  margin-top: 20px;
  color: #6d7a8c;
  font-weight: 400;
}
.cid-suK5HYwYm5 .contents .mbr-section-text.display-7 {
  line-height: 28px;
  letter-spacing: 0;
}
.cid-suK5HYwYm5 .card {
  margin-bottom: 2rem;
}
.cid-suK5HYwYm5 .card-block {
  font-weight: 400;
  letter-spacing: 0.03em;
  position: relative;
  background: #4f87fb;
  color: #232323;
  box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.08);
  padding: 1.9rem;
  margin-bottom: 35px;
  border-radius: 4px;
}
.cid-suK5HYwYm5 .card-block.display-7 {
  font-size: 16px;
  line-height: 26px;
}
.cid-suK5HYwYm5 .card-block:before {
  content: "";
  position: absolute;
  bottom: -15px;
  left: 50%;
  margin-left: -14px;
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-top: 15px solid #4f87fb;
  border-right: 15px solid transparent;
}
.cid-suK5HYwYm5 .mbr-author-img {
  width: 50px;
  height: 50px;
  display: inline-block;
  border-radius: 100%;
  margin-left: 0rem;
}
.cid-suK5HYwYm5 .mbr-author-img img {
  width: 100%;
  border-radius: 100%;
  min-width: 100%;
  min-height: 100%;
}
.cid-suK5HYwYm5 .name-wrap {
  display: inline-block;
}
.cid-suK5HYwYm5 .card-footer {
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-align: center;
  align-items: center;
  border-top: none;
  background: none;
  padding: 0 1.25rem 1.25rem 1.25rem;
}
.cid-suK5HYwYm5 .mbr-author-desc {
  color: #767676;
  text-align: center;
}
.cid-suK5HYwYm5 .card-block p {
  color: #ffffff;
  text-align: center;
}
.cid-suK5HYwYm5 .mbr-author-name {
  color: #130947;
  margin-bottom: 5px;
}
.cid-suK5HYwYm5 .mbr-section-title,
.cid-suK5HYwYm5 .title div {
  color: #232323;
  text-align: center;
}
.cid-suK5HYwYm5 .contents .mbr-section-text {
  text-align: center;
}
.cid-suK5Iz3iQ8 {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-suK5Iz3iQ8 .carousel-item {
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-suK5Iz3iQ8 .carousel-item.active,
.cid-suK5Iz3iQ8 .carousel-item-next,
.cid-suK5Iz3iQ8 .carousel-item-prev {
  display: flex;
}
.cid-suK5Iz3iQ8 .img-box {
  position: relative;
  width: fit-content;
  margin: auto;
}
.cid-suK5Iz3iQ8 .mbr-iconfont {
  font-family: Moririse2 !important;
  font-size: 1rem;
  font-weight: 900;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.cid-suK5Iz3iQ8 .carousel-controls a {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  font-size: 2rem;
}
.cid-suK5Iz3iQ8 .carousel-controls a span {
  position: absolute;
  top: 45%;
  padding: 10px;
  border-radius: 50%;
  color: #4f87fb;
  opacity: 1;
}
.cid-suK5Iz3iQ8 .carousel-controls a:hover span {
  opacity: 0.4;
}
.cid-suK5Iz3iQ8 h1 {
  color: #36404c;
}
.cid-suK5Iz3iQ8 .author-box {
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
}
.cid-suK5Iz3iQ8 .face {
  width: 100px;
  height: 100px;
  border-radius: 100%;
  box-shadow: none;
  margin: 0rem;
  -o-object-fit: cover;
  object-fit: cover;
}
.cid-suK5Iz3iQ8 .author {
  margin: auto 0;
}
.cid-suK5Iz3iQ8 h3,
.cid-suK5Iz3iQ8 h4 {
  margin: 0;
  padding: 0;
}
.cid-suK5Iz3iQ8 h3 {
  color: #130947;
}
.cid-suK5Iz3iQ8 h3.display-7 {
  line-height: 1.1;
  letter-spacing: 0;
}
.cid-suK5Iz3iQ8 h4 {
  color: #4f87fb;
  font-weight: 700;
}
.cid-suK5Iz3iQ8 h4.display-4 {
  line-height: 1.5;
  font-size: 13px;
}
.cid-suK5Iz3iQ8 .mbr-text {
  padding-bottom: 30px;
  color: #6d7a8c;
  font-weight: 300;
}
.cid-suK5Iz3iQ8 .mbr-text.display-5 {
  line-height: 1.3;
}
.cid-suK5Iz3iQ8 .box {
  max-width: 800px !important;
  margin: auto !important;
}
@media (max-width: 992px) {
  .cid-suK5Iz3iQ8 .carousel-controls a span {
    bottom: auto;
    top: 30%;
  }
}
@media (max-width: 767px) {
  .cid-suK5Iz3iQ8 .carousel-controls a span {
    bottom: auto;
    top: 20%;
  }
}
.cid-suK5Iz3iQ8 .mbr-text,
.cid-suK5Iz3iQ8 .mbr-section-btn {
  color: #4f87fb;
}
.cid-suK5Iz3iQ8 H4 {
  color: #130947;
}
.cid-suK5Jrpv2v {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-suK5Jrpv2v .mbr-section-title {
  margin-bottom: 30px;
  color: #130947;
}
.cid-suK5Jrpv2v .mbr-section-title.display-2 {
  line-height: 1.2;
  letter-spacing: -0.5px;
}
.cid-suK5Jrpv2v .google-map {
  height: 30rem;
  position: relative;
  width: 100%;
}
.cid-suK5Jrpv2v .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-suK5Jrpv2v .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-suK5Jrpv2v .google-map[data-state] {
  background: #e9e5dc;
}
.cid-suK5Jrpv2v .google-map[data-state='loading'] [data-state-details] {
  display: none;
}
.cid-suK5Jrpv2v .map-placeholder {
  display: none;
}
.cid-suK5Jrpv2v h4 {
  padding-top: 5rem;
  color: #767676;
  text-align: center;
}
.cid-suK5Kf3lrp {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #e6ecf2;
}
.cid-suK5Kf3lrp .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-suK5Kf3lrp .row {
  flex-direction: row-reverse;
}
.cid-suK5Kf3lrp .text-content .content-title {
  color: #130947;
  margin-bottom: 30px;
}
.cid-suK5Kf3lrp .text-content .content-title.display-5 {
  font-size: 26px;
  line-height: 1.38;
  letter-spacing: -0.5px;
}
.cid-suK5Kf3lrp .text-content .list-block {
  border-bottom-width: 1px;
  padding-bottom: 30px;
  border-bottom-color: #130947;
  border-bottom-style: dotted;
  margin-bottom: 20px;
}
.cid-suK5Kf3lrp .text-content .list-block .card-img span {
  color: #4f87fb;
  font-size: 2.5rem;
}
.cid-suK5Kf3lrp .text-content .list-block .list-item-title {
  color: #130947;
}
.cid-suK5Kf3lrp .text-content .list-block .list-item-title.display-7 {
  font-size: 20px;
  letter-spacing: -0.5px;
  line-height: 1.2;
}
.cid-suK5Kf3lrp .text-content .list-block .list-item-text {
  padding-top: 10px;
  line-height: 1.29;
  color: #6d7a8c;
  margin-bottom: 0;
}
.cid-suK5Kf3lrp .text-content .list-block.last {
  border-bottom: none;
  margin-bottom: 20px;
  padding-bottom: 0;
}
.cid-suK5Kf3lrp .text-content .social {
  font-size: 1.2rem;
  padding-left: 4.5rem;
}
.cid-suK5Kf3lrp .text-content .social span {
  margin-right: 11.2px;
  margin-bottom: 8px;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  color: #6d7a8c;
}
.cid-suK5Kf3lrp .text-content .social span:hover {
  color: #4f87fb;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.cid-suK5Kf3lrp .card-img {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 3rem;
  text-align: center;
}
.cid-suK5Kf3lrp .list-block {
  position: relative;
}
.cid-suK5Kf3lrp .list-block h4,
.cid-suK5Kf3lrp .list-block p {
  padding-left: 4.5rem;
}
.cid-suK5Kf3lrp .card-img {
  display: block;
}
.cid-suK5Kf3lrp input,
.cid-suK5Kf3lrp textarea {
  border-left: none;
  border-top: none;
  border-right: none;
  border-radius: 4px;
  padding: 20px 10px 20px 20px;
  font-size: 13px;
  color: #ffffff;
  font-weight: 600;
}
.cid-suK5Kf3lrp input:focus,
.cid-suK5Kf3lrp textarea:focus {
  border-left: none;
  border-top: none;
  border-right: none;
}
.cid-suK5Kf3lrp .form-control,
.cid-suK5Kf3lrp .field-input {
  min-height: 3rem;
  padding: 20px 10px 20px 20px;
  background-color: #ffffff;
  border-color: #4f87fb;
  color: #000000;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-suK5Kf3lrp .form-control:hover,
.cid-suK5Kf3lrp .field-input:hover,
.cid-suK5Kf3lrp .form-control:focus,
.cid-suK5Kf3lrp .field-input:focus {
  background-color: #ffffff;
  border-color: #ffffff !important;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-suK5Kf3lrp input::-webkit-input-placeholder,
.cid-suK5Kf3lrp textarea::-webkit-input-placeholder {
  color: #6d7a8c;
}
.cid-suK5Kf3lrp input:-moz-placeholder,
.cid-suK5Kf3lrp textarea:-moz-placeholder {
  color: #6d7a8c;
}
.cid-suK5Kf3lrp .jq-selectbox li,
.cid-suK5Kf3lrp .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-suK5Kf3lrp .jq-selectbox li:hover,
.cid-suK5Kf3lrp .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-suK5Kf3lrp .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-suK5Kf3lrp .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-suK5Kf3lrp .mbr-form {
  max-width: 550px;
}
.cid-suK5Kf3lrp .mbr-form .mbr-subtitle {
  color: #4f87fb;
  font-weight: 800;
}
.cid-suK5Kf3lrp .mbr-form .mbr-subtitle.display-4 {
  font-size: 13px;
  line-height: 1.85;
  letter-spacing: 2px;
}
.cid-suK5Kf3lrp .mbr-form .mbr-section-title {
  color: #130947;
  font-weight: 700;
}
.cid-suK5Kf3lrp .mbr-form .mbr-section-title.display-2 {
  line-height: 1.2;
  letter-spacing: -0.5px;
}
.cid-suK5Kf3lrp .mbr-form .mbr-text {
  color: #6d7a8c;
}
.cid-suK5Kf3lrp .mbr-form textarea {
  min-height: 100px;
}
.cid-suK5Kf3lrp .mbr-form .btn {
  -webkit-box-pack: justify;
  justify-content: space-between;
  border-width: 2px;
  border-radius: 4px;
  border-color: #4f87fb;
  color: #4f87fb;
  padding: 18px 29px;
}
.cid-suK5Kf3lrp .mbr-form .btn.display-4 {
  font-size: 13px;
  letter-spacing: 1px;
}
.cid-suK5Kf3lrp .mbr-form span.value.form-control {
  min-height: 3.5rem;
  padding: 1rem;
}
@media (max-width: 991px) {
  .cid-suK5Kf3lrp .mbr-form {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}
@media (max-width: 768px) {
  .cid-suK5Kf3lrp .mbr-section-title,
  .cid-suK5Kf3lrp .content-title,
  .cid-suK5Kf3lrp .mbr-section-btn {
    text-align: left;
  }
}
.cid-suK2fvU8Rl {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #25303e;
}
.cid-suK2fvU8Rl section {
  position: relative;
}
.cid-suK2fvU8Rl .widget-title {
  font-weight: 600;
}
.cid-suK2fvU8Rl .widget-title.display-7 {
  font-size: 17px;
  line-height: 27px;
  letter-spacing: 0.5px;
}
.cid-suK2fvU8Rl .mbr-text.display-4 {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 300;
}
.cid-suK2fvU8Rl .item .card-box .item-title {
  font-weight: 300;
}
.cid-suK2fvU8Rl .item .card-box .item-title.display-4 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-suK2fvU8Rl .item .card-img {
  width: auto;
  background-color: #4f87fb;
  border-radius: 100%;
}
.cid-suK2fvU8Rl .item .card-img .img1 {
  display: block;
  padding: 6px;
  font-size: 13px;
}
.cid-suK2fvU8Rl img {
  height: 100px;
  padding-right: 8px;
}
.cid-suK2fvU8Rl .img1 {
  color: #ffffff;
  background-color: #4f87fb;
  border-radius: 50%;
}
.cid-suK2fvU8Rl .img2 {
  color: #ffffff;
  font-size: 10px;
}
.cid-suK2fvU8Rl .line {
  width: 50px;
  height: 2px;
  display: inline-block;
  background: #4f87fb;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
@media (max-width: 992px) {
  .cid-suK2fvU8Rl .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-suK2fvU8Rl .content .link-wrap {
  font-weight: 300;
  color: #fff;
}
.cid-suK2fvU8Rl .content .link-wrap.display-4 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-suK2fvU8Rl .content .date-wrap {
  color: #4f87fb;
  font-weight: 500;
}
.cid-suK2fvU8Rl .content .date-wrap.display-4 {
  font-size: 13px;
  line-height: 17px;
}
.cid-suK2fvU8Rl .item,
.cid-suK2fvU8Rl .link {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  padding-bottom: 0.5rem;
  margin-bottom: 0.6rem;
}
.cid-suK2fvU8Rl .item h4,
.cid-suK2fvU8Rl .link h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-suK2fvU8Rl .link .card-img {
  padding-bottom: 3px;
}
.cid-suK2fvU8Rl .link .card-box .link-title {
  font-weight: 300;
}
.cid-suK2fvU8Rl .link .card-box .link-title a:hover {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: #4f87fb !important;
}
.cid-suK2fvU8Rl .link .card-box .link-title.display-4 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-suK2fvU8Rl .card-img {
  width: auto;
}
@media (max-width: 767px) {
  .cid-suK2fvU8Rl h5 {
    text-align: left !important;
  }
  .cid-suK2fvU8Rl .line-wrap {
    text-align: left !important;
  }
}
.cid-suK2fvU8Rl .item-title {
  color: #ffffff;
}
.cid-suK2fvU8Rl .tips {
  height: 70px;
  width: 70px;
  margin: 4px;
  -o-object-fit: cover;
  object-fit: cover;
}
.cid-suK2fvU8Rl .btn[class*="-outline"] {
  border: none;
  padding: 0;
  margin: 0 !important;
  box-shadow: none !important;
  text-align: left;
  line-height: 1.5;
}
.cid-suK2fvU8Rl .btn[class*="-outline"] span {
  -webkit-box-ordinal-group: 3;
  order: 2;
  font-size: 0.8rem;
  font-weight: 900;
  -webkit-transition: padding 0.3s !important;
  transition: padding 0.3s !important;
}
.cid-suK2fvU8Rl .btn[class*="-outline"]:hover {
  background-color: transparent !important;
  color: #4f87fb !important;
  box-shadow: none !important;
}
.cid-suK2fvU8Rl .btn[class*="-outline"]:active,
.cid-suK2fvU8Rl .btn[class*="-outline"]:focus {
  background-color: transparent !important;
  box-shadow: none !important;
}
.cid-suK2fvU8Rl .list .list-item:first-child {
  padding-bottom: 15px;
}
.cid-suK2fvU8Rl .list .list-item:last-child {
  margin-top: 10px;
}
.cid-suK2fvU8Rl .box-list {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
  font-weight: 300;
}
.cid-suK2fvU8Rl .box-list li {
  padding: 10px 0 10px;
  color: #ffffff;
}
.cid-suK2fvU8Rl .box-list li:first-child {
  padding-top: 0;
}
.cid-suK2fvU8Rl .box-list li:last-child {
  border-bottom: none;
}
.cid-suK2fvU8Rl .box-list li span {
  float: right;
  text-align: right;
  padding-left: 0.5rem;
  color: #4f87fb;
}
.cid-suK2fvU8Rl .box-list.display-4 {
  line-height: 24px;
}
.cid-suK2fvU8Rl .mbr-text {
  line-height: 1.5;
  margin-bottom: 25px;
}
.cid-suK2fvU8Rl .item-title DIV {
  text-align: left;
}
.cid-suK2fvU8Rl .box-list li LI {
  text-align: center;
}
.is-builder .cid-suJHs0mh1g .navbar {
  padding-top: 20px !important;
}
.cid-suJHs0mh1g .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  -webkit-transition: none;
  transition: none;
  min-height: 77px;
}
@media (min-width: 1200px) {
  .cid-suJHs0mh1g .navbar .dropdown .dropdown-menu .dropdown-item {
    padding: 0.835em 2.5385em 0.835em 3.5385em !important;
    margin: 0 !important;
  }
  .cid-suJHs0mh1g .navbar .dropdown .dropdown-menu .dropdown-item:hover {
    padding: 0.835em 2.5385em 0.835em 3.8385em !important;
  }
}
.cid-suJHs0mh1g .menu-logo {
  display: flex;
  position: relative;
  -webkit-box-align: center;
  align-items: center;
  margin-right: auto;
}
.cid-suJHs0mh1g .menu-logo .navbar-brand {
  display: flex;
  margin-left: 4rem;
  padding: 0.5rem 0;
  -webkit-transition: padding 0.2s;
  transition: padding 0.2s;
  min-height: 2rem;
  -webkit-box-align: center;
  align-items: center;
}
.cid-suJHs0mh1g .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-suJHs0mh1g .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-suJHs0mh1g .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  -webkit-transition: font-size 0.25s;
  transition: font-size 0.25s;
}
.cid-suJHs0mh1g .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-suJHs0mh1g .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  -webkit-transition: font-size 0.25s;
  transition: font-size 0.25s;
}
.cid-suJHs0mh1g .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-suJHs0mh1g a {
  font-style: normal;
}
.cid-suJHs0mh1g .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: middle;
  position: relative;
  text-decoration: none;
}
.cid-suJHs0mh1g .nav-item a {
  padding: 0.4rem 0 !important;
}
.cid-suJHs0mh1g .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-suJHs0mh1g .dropdown-item:hover:before {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  width: 16px;
}
.cid-suJHs0mh1g .content-text {
  margin-bottom: 0;
}
.cid-suJHs0mh1g .navbar-nav {
  position: relative;
  min-height: 100px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
}
.cid-suJHs0mh1g .navbar-nav li:first-child > a {
  color: #4f87fb;
}
.cid-suJHs0mh1g .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-suJHs0mh1g .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #4f87fb;
    -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-suJHs0mh1g .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
  .cid-suJHs0mh1g .navbar-nav .nav-item a {
    margin: 0 1.1rem !important;
  }
}
@media (max-width: 1200px) {
  .cid-suJHs0mh1g .navbar-nav .nav-item a {
    margin: 0 !important;
  }
}
.cid-suJHs0mh1g .navbar-nav .nav-item span {
  padding-right: 0.1rem;
}
.cid-suJHs0mh1g .display-4 > .mbr-iconfont {
  font-size: 1.23em;
}
.cid-suJHs0mh1g .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-suJHs0mh1g .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-suJHs0mh1g .content-link {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.cid-suJHs0mh1g .content-link:first-child {
  padding-left: 1.3rem;
}
@media (max-width: 1200px) {
  .cid-suJHs0mh1g .content-link {
    display: none;
  }
}
.cid-suJHs0mh1g .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
}
.cid-suJHs0mh1g .navbar-buttons.mbr-section-btn > .mbr-iconfont {
  font-size: 17px !important;
  margin-right: 13px;
}
.cid-suJHs0mh1g .nav-dropdown .link {
  font-weight: 600;
}
.cid-suJHs0mh1g .nav-dropdown .link.display-4 {
  font-size: 15px;
}
.cid-suJHs0mh1g .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-suJHs0mh1g .content-left-side {
  text-align: center;
  padding-top: 3px;
}
@media (max-width: 575px) {
  .cid-suJHs0mh1g .content-left-side {
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    padding: 0.5rem 0;
  }
  .cid-suJHs0mh1g .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-suJHs0mh1g .content-right-side {
  text-align: center;
}
@media (max-width: 575px) {
  .cid-suJHs0mh1g .content-right-side {
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    padding: 0.5rem 0;
  }
  .cid-suJHs0mh1g .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-suJHs0mh1g .content-right-side .icons-block {
  padding-bottom: 5px;
  padding-left: 17px;
}
.cid-suJHs0mh1g .content-right-side .content-link {
  margin-left: 1rem;
}
.cid-suJHs0mh1g .content-right-side .content-link span {
  vertical-align: middle;
  padding-bottom: 2px;
}
.cid-suJHs0mh1g .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: 0px;
  padding-bottom: 0px;
}
.cid-suJHs0mh1g .content-left-side .content-link {
  margin-left: 1rem;
}
.cid-suJHs0mh1g .content-left-side .content-link span {
  vertical-align: middle;
  padding-bottom: 2px;
}
@media (max-width: 1200px) {
  .cid-suJHs0mh1g .content-left-side {
    text-align: center;
    padding-bottom: 1rem;
  }
  .cid-suJHs0mh1g .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-suJHs0mh1g .dropdown-item:before {
    display: none;
  }
  .cid-suJHs0mh1g .menu-logo {
    width: 100%;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }
  .cid-suJHs0mh1g .menu-bottom {
    width: 100%;
    padding: 0 1rem;
    display: block;
  }
  .cid-suJHs0mh1g img {
    height: 2rem !important;
  }
  .cid-suJHs0mh1g .btn {
    display: flex;
  }
  .cid-suJHs0mh1g button.navbar-toggler {
    display: block;
  }
  .cid-suJHs0mh1g .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-suJHs0mh1g .navbar-toggleable-sm {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  .cid-suJHs0mh1g .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-suJHs0mh1g .navbar-collapse.collapsing,
  .cid-suJHs0mh1g .navbar-collapse.show {
    display: block !important;
  }
  .cid-suJHs0mh1g .navbar-collapse.collapsing .navbar-nav,
  .cid-suJHs0mh1g .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-suJHs0mh1g .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-suJHs0mh1g .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
    padding: 0.5rem 0;
  }
  .cid-suJHs0mh1g .navbar-collapse.collapsing .navbar-buttons,
  .cid-suJHs0mh1g .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-suJHs0mh1g .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-suJHs0mh1g .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-suJHs0mh1g .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-suJHs0mh1g .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-suJHs0mh1g .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-suJHs0mh1g .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-suJHs0mh1g .navbar-nav.nav-dropdown {
    max-height: 80vh !important;
    overflow-y: auto !important;
  }
}
@media (min-width: 1200px) {
  .cid-suJHs0mh1g .navbar .menu-content-top {
    display: block;
  }
  .cid-suJHs0mh1g .menu-content-top .row {
    -webkit-box-pack: justify;
    justify-content: space-between;
    flex-wrap: nowrap;
  }
  .cid-suJHs0mh1g .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-suJHs0mh1g .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-suJHs0mh1g .menu-content-top {
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  }
  .cid-suJHs0mh1g .menu-bottom {
    display: flex;
  }
  .cid-suJHs0mh1g .navbar {
    display: block;
    padding: 0;
  }
  .cid-suJHs0mh1g .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
  }
  .cid-suJHs0mh1g .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-suJHs0mh1g .navbar-toggler {
    display: none;
  }
}
.cid-suJHs0mh1g .navbar-short .menu-content-top {
  border: none;
  display: none;
}
.cid-suJHs0mh1g .btn {
  padding: 15px 30px;
  font-weight: 800;
  display: inline-flex;
  -webkit-box-align: center;
  align-items: center;
  border-width: 1px;
  box-shadow: none;
}
.cid-suJHs0mh1g .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-suJHs0mh1g .btn.display-4 {
  letter-spacing: 0.5px;
  font-size: 13px;
  line-height: 13px;
}
.cid-suJHs0mh1g .navbar-toggleable-sm .navbar-collapse {
  -webkit-box-pack: end;
  justify-content: flex-end;
  padding-right: 4rem;
  width: 100%;
}
.cid-suJHs0mh1g .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-suJHs0mh1g .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-suJHs0mh1g .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-suJHs0mh1g .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  border-top: 3px solid #4f87fb;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
  min-width: 16.875rem;
  text-align: left;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 20px !important;
}
@media (max-width: 1200px) {
  .cid-suJHs0mh1g .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-suJHs0mh1g .dropdown .dropdown-menu .dropdown-item {
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-suJHs0mh1g .dropdown .dropdown-menu .dropdown-item:hover {
  background-color: #4f87fb;
  color: #ffffff;
}
.cid-suJHs0mh1g .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-suJHs0mh1g .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-suJHs0mh1g .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-suJHs0mh1g .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-suJHs0mh1g .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-suJHs0mh1g .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-suJHs0mh1g .navbar.navbar-short {
  min-height: 60px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-suJHs0mh1g .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-suJHs0mh1g .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-suJHs0mh1g .navbar.navbar-short .navbar-logo a img {
  height: 2.0rem !important;
}
.cid-suJHs0mh1g .navbar.navbar-short .navbar-brand {
  min-height: 2.0rem;
}
.cid-suJHs0mh1g .navbar.navbar-short .navbar-nav {
  min-height: 60px;
}
.cid-suJHs0mh1g button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-suJHs0mh1g button.navbar-toggler:focus {
  outline: none;
}
.cid-suJHs0mh1g button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-suJHs0mh1g button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-suJHs0mh1g button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}
.cid-suJHs0mh1g button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}
.cid-suJHs0mh1g button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-suJHs0mh1g 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-suJHs0mh1g nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.cid-suJHs0mh1g nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.cid-suJHs0mh1g 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-suJHs0mh1g .collapsed.navbar {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}
.cid-suJHs0mh1g .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-suJHs0mh1g .collapsed .menu-logo {
  margin-right: 0;
}
.cid-suJHs0mh1g .collapsed .btn {
  display: flex;
}
.cid-suJHs0mh1g .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-suJHs0mh1g .collapsed .navbar-collapse.collapsing,
.cid-suJHs0mh1g .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-suJHs0mh1g .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-suJHs0mh1g .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-suJHs0mh1g .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-suJHs0mh1g .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-suJHs0mh1g .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-suJHs0mh1g .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-suJHs0mh1g .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-suJHs0mh1g .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1200px) {
  .cid-suJHs0mh1g .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 1.8rem  - 1rem);
  }
  .cid-suJHs0mh1g .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-suJHs0mh1g .collapsed button.navbar-toggler {
  display: block;
  -webkit-align-self: center;
  align-self: center;
}
.cid-suJHs0mh1g .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-suJHs0mh1g .collapsed .navbar-toggleable-sm {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}
.cid-suJHs0mh1g .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-suJHs0mh1g .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-suJHs0mh1g .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-suJHs0mh1g .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-suJHs0mh1g .collapsed .dropdown-item:before {
  display: none;
}
.cid-suJHs0mh1g .navbar-dropdown {
  flex-wrap: nowrap;
}
.cid-suJHs0mh1g .navbar-collapse {
  flex-basis: auto;
  display: flex;
}
.cid-suJHs0mh1g .nav-link:focus {
  outline: none;
}
.cid-suJHs0mh1g .navbar-toggler {
  position: relative;
}
.cid-suJHs0mh1g .dropdown-item.active,
.cid-suJHs0mh1g .dropdown-item:active {
  background-color: #ffffff;
  color: #ffffff;
}
.cid-suJHs0mh1g .nav-link:hover,
.cid-suJHs0mh1g .dropdown-item:hover {
  color: #4f87fb;
}
.cid-suJHs1iF8W {
  padding-top: 135px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-suJHs1iF8W img {
  width: 100%;
  border-radius: 8px;
  box-shadow: 0 0 20px rgba(79, 110, 173, 0.1);
}
.cid-suJHs1iF8W .mbr-section-title {
  text-align: left;
  color: #4f87fb;
  line-height: 1.2;
  letter-spacing: -0.5px;
}
.cid-suJHs1iF8W .mbr-text {
  color: #6d7a8c;
  line-height: 1.5;
}
.cid-suJHs1iF8W .mbr-list {
  margin-top: 35px;
  color: #6d7a8c;
}
.cid-suJHs1iF8W .mbr-list .list {
  list-style-type: none;
  padding-left: 0;
}
.cid-suJHs1iF8W .mbr-list .list li {
  margin-bottom: 1rem;
}
.cid-suJHs1iF8W .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-suJHs1PRRV {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-suJHs1PRRV img {
  width: 100%;
  border-radius: 8px;
  box-shadow: 0 0 20px rgba(79, 110, 173, 0.1);
}
.cid-suJHs1PRRV .mbr-section-title {
  text-align: left;
  color: #4f87fb;
  line-height: 1.2;
  letter-spacing: -0.5px;
}
.cid-suJHs1PRRV .mbr-text {
  color: #6d7a8c;
  line-height: 1.5;
}
.cid-suJHs1PRRV .mbr-list {
  margin-top: 35px;
  color: #6d7a8c;
}
.cid-suJHs1PRRV .mbr-list .list {
  list-style-type: none;
  padding-left: 0;
}
.cid-suJHs1PRRV .mbr-list .list li {
  margin-bottom: 1rem;
}
.cid-suJHs1PRRV .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-suJHs1PRRV H3 {
  color: #656565;
}
@media (max-width: 768px) {
  .cid-suJHs1PRRV .reordered-col {
    order: 2;
  }
}
.cid-suJZiUYuaR {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #25303e;
}
.cid-suJZiUYuaR .links {
  text-align: center;
  color: #ffffff;
}
.cid-suJZiUYuaR p {
  margin: 0;
}
.cid-suJZiUYuaR a {
  color: #ffffff;
}
.cid-suJZiUYuaR a:hover {
  color: #4f87fb !important;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.cid-suK5Qb0AsL {
  padding-top: 105px;
  padding-bottom: 105px;
  background-color: #4f87fb;
  background: linear-gradient(to bottom, #4f87fb, #0053f9);
}
.cid-suK5Qb0AsL .mbr-section-subtitle {
  color: #ffffff;
  font-weight: 700;
  line-height: 1.43;
  letter-spacing: 2px;
  width: 100%;
}
.cid-suK5Qb0AsL .mbr-section-title {
  color: #ffffff;
  font-weight: 700;
  width: 100%;
}
.cid-suK5Qb0AsL .mbr-section-title.display-2 {
  font-size: 48px;
  line-height: 1.15;
  letter-spacing: -0.5px;
}
.cid-suK5Qb0AsL .mbr-text {
  color: #ffffff;
  font-weight: 400;
  width: 100;
}
.cid-suK5Qb0AsL .mbr-text.display-7 {
  font-size: 20px;
  line-height: 1.5;
}
.cid-suK5Qb0AsL .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-suK5Qb0AsL .content-link span {
  margin-right: 15px;
  margin-left: 20px;
  padding: 10px;
  border-radius: 100%;
  color: #ffffff;
  background-color: #ffffff;
  font-size: 2.475rem;
}
.cid-suK5Qb0AsL .mbr-section-btn .btn {
  border-radius: 3px;
  line-height: 2;
  letter-spacing: 1px;
  padding: 12px 40px !important;
  margin-right: 20px;
}
.cid-suK5Qb0AsL .mbr-section-btn.display-4,
.cid-suK5Qb0AsL .btn.display-4 {
  font-size: 12px !important;
}
@media (max-width: 991px) {
  .cid-suK5Qb0AsL .separator,
  .cid-suK5Qb0AsL .sep-holder,
  .cid-suK5Qb0AsL .sep-line {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .cid-suK5Qb0AsL .buttons-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
}
.cid-suK5RoOH9Q {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-suK5RoOH9Q .contents {
  margin-bottom: 70px;
}
.cid-suK5RoOH9Q .contents .mbr-subtitle {
  color: #4f87fb;
  margin-bottom: 10px;
  font-weight: 800;
}
.cid-suK5RoOH9Q .contents .mbr-subtitle.display-4 {
  letter-spacing: 2px;
  line-height: 24px;
  font-size: 13px;
}
.cid-suK5RoOH9Q .contents .mbr-section-title {
  margin-bottom: 20px;
  color: #130947;
  font-weight: 700;
}
.cid-suK5RoOH9Q .contents .mbr-section-title.display-2 {
  line-height: 48px;
  letter-spacing: -0.5px;
}
.cid-suK5RoOH9Q .contents .mbr-section-text {
  margin-top: 20px;
  color: #6d7a8c;
  font-weight: 400;
}
.cid-suK5RoOH9Q .contents .mbr-section-text.display-7 {
  line-height: 28px;
  letter-spacing: 0;
}
.cid-suK5RoOH9Q .card {
  margin-bottom: 2rem;
}
.cid-suK5RoOH9Q .card-block {
  font-weight: 400;
  letter-spacing: 0.03em;
  position: relative;
  background: #4f87fb;
  color: #232323;
  box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.08);
  padding: 1.9rem;
  margin-bottom: 35px;
  border-radius: 4px;
}
.cid-suK5RoOH9Q .card-block.display-7 {
  font-size: 16px;
  line-height: 26px;
}
.cid-suK5RoOH9Q .card-block:before {
  content: "";
  position: absolute;
  bottom: -15px;
  left: 50%;
  margin-left: -14px;
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-top: 15px solid #4f87fb;
  border-right: 15px solid transparent;
}
.cid-suK5RoOH9Q .mbr-author-img {
  width: 50px;
  height: 50px;
  display: inline-block;
  border-radius: 100%;
  margin-left: 0rem;
}
.cid-suK5RoOH9Q .mbr-author-img img {
  width: 100%;
  border-radius: 100%;
  min-width: 100%;
  min-height: 100%;
}
.cid-suK5RoOH9Q .name-wrap {
  display: inline-block;
}
.cid-suK5RoOH9Q .card-footer {
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-align: center;
  align-items: center;
  border-top: none;
  background: none;
  padding: 0 1.25rem 1.25rem 1.25rem;
}
.cid-suK5RoOH9Q .mbr-author-desc {
  color: #767676;
  text-align: center;
}
.cid-suK5RoOH9Q .card-block p {
  color: #ffffff;
  text-align: center;
}
.cid-suK5RoOH9Q .mbr-author-name {
  color: #130947;
  margin-bottom: 5px;
}
.cid-suK5RoOH9Q .mbr-section-title,
.cid-suK5RoOH9Q .title div {
  color: #232323;
  text-align: center;
}
.cid-suK5RoOH9Q .contents .mbr-section-text {
  text-align: center;
}
.cid-suK5SdxK3w {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-suK5SdxK3w .carousel-item {
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-suK5SdxK3w .carousel-item.active,
.cid-suK5SdxK3w .carousel-item-next,
.cid-suK5SdxK3w .carousel-item-prev {
  display: flex;
}
.cid-suK5SdxK3w .img-box {
  position: relative;
  width: fit-content;
  margin: auto;
}
.cid-suK5SdxK3w .mbr-iconfont {
  font-family: Moririse2 !important;
  font-size: 1rem;
  font-weight: 900;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.cid-suK5SdxK3w .carousel-controls a {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  font-size: 2rem;
}
.cid-suK5SdxK3w .carousel-controls a span {
  position: absolute;
  top: 45%;
  padding: 10px;
  border-radius: 50%;
  color: #4f87fb;
  opacity: 1;
}
.cid-suK5SdxK3w .carousel-controls a:hover span {
  opacity: 0.4;
}
.cid-suK5SdxK3w h1 {
  color: #36404c;
}
.cid-suK5SdxK3w .author-box {
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
}
.cid-suK5SdxK3w .face {
  width: 100px;
  height: 100px;
  border-radius: 100%;
  box-shadow: none;
  margin: 0rem;
  -o-object-fit: cover;
  object-fit: cover;
}
.cid-suK5SdxK3w .author {
  margin: auto 0;
}
.cid-suK5SdxK3w h3,
.cid-suK5SdxK3w h4 {
  margin: 0;
  padding: 0;
}
.cid-suK5SdxK3w h3 {
  color: #130947;
}
.cid-suK5SdxK3w h3.display-7 {
  line-height: 1.1;
  letter-spacing: 0;
}
.cid-suK5SdxK3w h4 {
  color: #4f87fb;
  font-weight: 700;
}
.cid-suK5SdxK3w h4.display-4 {
  line-height: 1.5;
  font-size: 13px;
}
.cid-suK5SdxK3w .mbr-text {
  padding-bottom: 30px;
  color: #6d7a8c;
  font-weight: 300;
}
.cid-suK5SdxK3w .mbr-text.display-5 {
  line-height: 1.3;
}
.cid-suK5SdxK3w .box {
  max-width: 800px !important;
  margin: auto !important;
}
@media (max-width: 992px) {
  .cid-suK5SdxK3w .carousel-controls a span {
    bottom: auto;
    top: 30%;
  }
}
@media (max-width: 767px) {
  .cid-suK5SdxK3w .carousel-controls a span {
    bottom: auto;
    top: 20%;
  }
}
.cid-suK5SdxK3w .mbr-text,
.cid-suK5SdxK3w .mbr-section-btn {
  color: #4f87fb;
}
.cid-suK5SdxK3w H4 {
  color: #130947;
}
.cid-suK5SUBnbq {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-suK5SUBnbq .mbr-section-title {
  margin-bottom: 30px;
  color: #130947;
}
.cid-suK5SUBnbq .mbr-section-title.display-2 {
  line-height: 1.2;
  letter-spacing: -0.5px;
}
.cid-suK5SUBnbq .google-map {
  height: 30rem;
  position: relative;
  width: 100%;
}
.cid-suK5SUBnbq .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-suK5SUBnbq .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-suK5SUBnbq .google-map[data-state] {
  background: #e9e5dc;
}
.cid-suK5SUBnbq .google-map[data-state='loading'] [data-state-details] {
  display: none;
}
.cid-suK5SUBnbq .map-placeholder {
  display: none;
}
.cid-suK5SUBnbq h4 {
  padding-top: 5rem;
  color: #767676;
  text-align: center;
}
.cid-suK5TyXc1C {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #e6ecf2;
}
.cid-suK5TyXc1C .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-suK5TyXc1C .row {
  flex-direction: row-reverse;
}
.cid-suK5TyXc1C .text-content .content-title {
  color: #130947;
  margin-bottom: 30px;
}
.cid-suK5TyXc1C .text-content .content-title.display-5 {
  font-size: 26px;
  line-height: 1.38;
  letter-spacing: -0.5px;
}
.cid-suK5TyXc1C .text-content .list-block {
  border-bottom-width: 1px;
  padding-bottom: 30px;
  border-bottom-color: #130947;
  border-bottom-style: dotted;
  margin-bottom: 20px;
}
.cid-suK5TyXc1C .text-content .list-block .card-img span {
  color: #4f87fb;
  font-size: 2.5rem;
}
.cid-suK5TyXc1C .text-content .list-block .list-item-title {
  color: #130947;
}
.cid-suK5TyXc1C .text-content .list-block .list-item-title.display-7 {
  font-size: 20px;
  letter-spacing: -0.5px;
  line-height: 1.2;
}
.cid-suK5TyXc1C .text-content .list-block .list-item-text {
  padding-top: 10px;
  line-height: 1.29;
  color: #6d7a8c;
  margin-bottom: 0;
}
.cid-suK5TyXc1C .text-content .list-block.last {
  border-bottom: none;
  margin-bottom: 20px;
  padding-bottom: 0;
}
.cid-suK5TyXc1C .text-content .social {
  font-size: 1.2rem;
  padding-left: 4.5rem;
}
.cid-suK5TyXc1C .text-content .social span {
  margin-right: 11.2px;
  margin-bottom: 8px;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  color: #6d7a8c;
}
.cid-suK5TyXc1C .text-content .social span:hover {
  color: #4f87fb;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.cid-suK5TyXc1C .card-img {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 3rem;
  text-align: center;
}
.cid-suK5TyXc1C .list-block {
  position: relative;
}
.cid-suK5TyXc1C .list-block h4,
.cid-suK5TyXc1C .list-block p {
  padding-left: 4.5rem;
}
.cid-suK5TyXc1C .card-img {
  display: block;
}
.cid-suK5TyXc1C input,
.cid-suK5TyXc1C textarea {
  border-left: none;
  border-top: none;
  border-right: none;
  border-radius: 4px;
  padding: 20px 10px 20px 20px;
  font-size: 13px;
  color: #ffffff;
  font-weight: 600;
}
.cid-suK5TyXc1C input:focus,
.cid-suK5TyXc1C textarea:focus {
  border-left: none;
  border-top: none;
  border-right: none;
}
.cid-suK5TyXc1C .form-control,
.cid-suK5TyXc1C .field-input {
  min-height: 3rem;
  padding: 20px 10px 20px 20px;
  background-color: #ffffff;
  border-color: #4f87fb;
  color: #000000;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-suK5TyXc1C .form-control:hover,
.cid-suK5TyXc1C .field-input:hover,
.cid-suK5TyXc1C .form-control:focus,
.cid-suK5TyXc1C .field-input:focus {
  background-color: #ffffff;
  border-color: #ffffff !important;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-suK5TyXc1C input::-webkit-input-placeholder,
.cid-suK5TyXc1C textarea::-webkit-input-placeholder {
  color: #6d7a8c;
}
.cid-suK5TyXc1C input:-moz-placeholder,
.cid-suK5TyXc1C textarea:-moz-placeholder {
  color: #6d7a8c;
}
.cid-suK5TyXc1C .jq-selectbox li,
.cid-suK5TyXc1C .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-suK5TyXc1C .jq-selectbox li:hover,
.cid-suK5TyXc1C .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-suK5TyXc1C .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-suK5TyXc1C .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-suK5TyXc1C .mbr-form {
  max-width: 550px;
}
.cid-suK5TyXc1C .mbr-form .mbr-subtitle {
  color: #4f87fb;
  font-weight: 800;
}
.cid-suK5TyXc1C .mbr-form .mbr-subtitle.display-4 {
  font-size: 13px;
  line-height: 1.85;
  letter-spacing: 2px;
}
.cid-suK5TyXc1C .mbr-form .mbr-section-title {
  color: #130947;
  font-weight: 700;
}
.cid-suK5TyXc1C .mbr-form .mbr-section-title.display-2 {
  line-height: 1.2;
  letter-spacing: -0.5px;
}
.cid-suK5TyXc1C .mbr-form .mbr-text {
  color: #6d7a8c;
}
.cid-suK5TyXc1C .mbr-form textarea {
  min-height: 100px;
}
.cid-suK5TyXc1C .mbr-form .btn {
  -webkit-box-pack: justify;
  justify-content: space-between;
  border-width: 2px;
  border-radius: 4px;
  border-color: #4f87fb;
  color: #4f87fb;
  padding: 18px 29px;
}
.cid-suK5TyXc1C .mbr-form .btn.display-4 {
  font-size: 13px;
  letter-spacing: 1px;
}
.cid-suK5TyXc1C .mbr-form span.value.form-control {
  min-height: 3.5rem;
  padding: 1rem;
}
@media (max-width: 991px) {
  .cid-suK5TyXc1C .mbr-form {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}
@media (max-width: 768px) {
  .cid-suK5TyXc1C .mbr-section-title,
  .cid-suK5TyXc1C .content-title,
  .cid-suK5TyXc1C .mbr-section-btn {
    text-align: left;
  }
}
.cid-suK2fvU8Rl {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #25303e;
}
.cid-suK2fvU8Rl section {
  position: relative;
}
.cid-suK2fvU8Rl .widget-title {
  font-weight: 600;
}
.cid-suK2fvU8Rl .widget-title.display-7 {
  font-size: 17px;
  line-height: 27px;
  letter-spacing: 0.5px;
}
.cid-suK2fvU8Rl .mbr-text.display-4 {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 300;
}
.cid-suK2fvU8Rl .item .card-box .item-title {
  font-weight: 300;
}
.cid-suK2fvU8Rl .item .card-box .item-title.display-4 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-suK2fvU8Rl .item .card-img {
  width: auto;
  background-color: #4f87fb;
  border-radius: 100%;
}
.cid-suK2fvU8Rl .item .card-img .img1 {
  display: block;
  padding: 6px;
  font-size: 13px;
}
.cid-suK2fvU8Rl img {
  height: 100px;
  padding-right: 8px;
}
.cid-suK2fvU8Rl .img1 {
  color: #ffffff;
  background-color: #4f87fb;
  border-radius: 50%;
}
.cid-suK2fvU8Rl .img2 {
  color: #ffffff;
  font-size: 10px;
}
.cid-suK2fvU8Rl .line {
  width: 50px;
  height: 2px;
  display: inline-block;
  background: #4f87fb;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
@media (max-width: 992px) {
  .cid-suK2fvU8Rl .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-suK2fvU8Rl .content .link-wrap {
  font-weight: 300;
  color: #fff;
}
.cid-suK2fvU8Rl .content .link-wrap.display-4 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-suK2fvU8Rl .content .date-wrap {
  color: #4f87fb;
  font-weight: 500;
}
.cid-suK2fvU8Rl .content .date-wrap.display-4 {
  font-size: 13px;
  line-height: 17px;
}
.cid-suK2fvU8Rl .item,
.cid-suK2fvU8Rl .link {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  padding-bottom: 0.5rem;
  margin-bottom: 0.6rem;
}
.cid-suK2fvU8Rl .item h4,
.cid-suK2fvU8Rl .link h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-suK2fvU8Rl .link .card-img {
  padding-bottom: 3px;
}
.cid-suK2fvU8Rl .link .card-box .link-title {
  font-weight: 300;
}
.cid-suK2fvU8Rl .link .card-box .link-title a:hover {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: #4f87fb !important;
}
.cid-suK2fvU8Rl .link .card-box .link-title.display-4 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-suK2fvU8Rl .card-img {
  width: auto;
}
@media (max-width: 767px) {
  .cid-suK2fvU8Rl h5 {
    text-align: left !important;
  }
  .cid-suK2fvU8Rl .line-wrap {
    text-align: left !important;
  }
}
.cid-suK2fvU8Rl .item-title {
  color: #ffffff;
}
.cid-suK2fvU8Rl .tips {
  height: 70px;
  width: 70px;
  margin: 4px;
  -o-object-fit: cover;
  object-fit: cover;
}
.cid-suK2fvU8Rl .btn[class*="-outline"] {
  border: none;
  padding: 0;
  margin: 0 !important;
  box-shadow: none !important;
  text-align: left;
  line-height: 1.5;
}
.cid-suK2fvU8Rl .btn[class*="-outline"] span {
  -webkit-box-ordinal-group: 3;
  order: 2;
  font-size: 0.8rem;
  font-weight: 900;
  -webkit-transition: padding 0.3s !important;
  transition: padding 0.3s !important;
}
.cid-suK2fvU8Rl .btn[class*="-outline"]:hover {
  background-color: transparent !important;
  color: #4f87fb !important;
  box-shadow: none !important;
}
.cid-suK2fvU8Rl .btn[class*="-outline"]:active,
.cid-suK2fvU8Rl .btn[class*="-outline"]:focus {
  background-color: transparent !important;
  box-shadow: none !important;
}
.cid-suK2fvU8Rl .list .list-item:first-child {
  padding-bottom: 15px;
}
.cid-suK2fvU8Rl .list .list-item:last-child {
  margin-top: 10px;
}
.cid-suK2fvU8Rl .box-list {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
  font-weight: 300;
}
.cid-suK2fvU8Rl .box-list li {
  padding: 10px 0 10px;
  color: #ffffff;
}
.cid-suK2fvU8Rl .box-list li:first-child {
  padding-top: 0;
}
.cid-suK2fvU8Rl .box-list li:last-child {
  border-bottom: none;
}
.cid-suK2fvU8Rl .box-list li span {
  float: right;
  text-align: right;
  padding-left: 0.5rem;
  color: #4f87fb;
}
.cid-suK2fvU8Rl .box-list.display-4 {
  line-height: 24px;
}
.cid-suK2fvU8Rl .mbr-text {
  line-height: 1.5;
  margin-bottom: 25px;
}
.cid-suK2fvU8Rl .item-title DIV {
  text-align: left;
}
.cid-suK2fvU8Rl .box-list li LI {
  text-align: center;
}
.is-builder .cid-swVCwBExYj .navbar {
  padding-top: 20px !important;
}
.cid-swVCwBExYj .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  -webkit-transition: none;
  transition: none;
  min-height: 77px;
}
@media (min-width: 1200px) {
  .cid-swVCwBExYj .navbar .dropdown .dropdown-menu .dropdown-item {
    padding: 0.835em 2.5385em 0.835em 3.5385em !important;
    margin: 0 !important;
  }
  .cid-swVCwBExYj .navbar .dropdown .dropdown-menu .dropdown-item:hover {
    padding: 0.835em 2.5385em 0.835em 3.8385em !important;
  }
}
.cid-swVCwBExYj .menu-logo {
  display: flex;
  position: relative;
  -webkit-box-align: center;
  align-items: center;
  margin-right: auto;
}
.cid-swVCwBExYj .menu-logo .navbar-brand {
  display: flex;
  margin-left: 4rem;
  padding: 0.5rem 0;
  -webkit-transition: padding 0.2s;
  transition: padding 0.2s;
  min-height: 2rem;
  -webkit-box-align: center;
  align-items: center;
}
.cid-swVCwBExYj .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-swVCwBExYj .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-swVCwBExYj .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  -webkit-transition: font-size 0.25s;
  transition: font-size 0.25s;
}
.cid-swVCwBExYj .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-swVCwBExYj .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  -webkit-transition: font-size 0.25s;
  transition: font-size 0.25s;
}
.cid-swVCwBExYj .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-swVCwBExYj a {
  font-style: normal;
}
.cid-swVCwBExYj .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: middle;
  position: relative;
  text-decoration: none;
}
.cid-swVCwBExYj .nav-item a {
  padding: 0.4rem 0 !important;
}
.cid-swVCwBExYj .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-swVCwBExYj .dropdown-item:hover:before {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  width: 16px;
}
.cid-swVCwBExYj .content-text {
  margin-bottom: 0;
}
.cid-swVCwBExYj .navbar-nav {
  position: relative;
  min-height: 100px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
}
.cid-swVCwBExYj .navbar-nav li:first-child > a {
  color: #4f87fb;
}
.cid-swVCwBExYj .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-swVCwBExYj .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #4f87fb;
    -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-swVCwBExYj .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
  .cid-swVCwBExYj .navbar-nav .nav-item a {
    margin: 0 1.1rem !important;
  }
}
@media (max-width: 1200px) {
  .cid-swVCwBExYj .navbar-nav .nav-item a {
    margin: 0 !important;
  }
}
.cid-swVCwBExYj .navbar-nav .nav-item span {
  padding-right: 0.1rem;
}
.cid-swVCwBExYj .display-4 > .mbr-iconfont {
  font-size: 1.23em;
}
.cid-swVCwBExYj .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-swVCwBExYj .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-swVCwBExYj .content-link {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.cid-swVCwBExYj .content-link:first-child {
  padding-left: 1.3rem;
}
@media (max-width: 1200px) {
  .cid-swVCwBExYj .content-link {
    display: none;
  }
}
.cid-swVCwBExYj .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
}
.cid-swVCwBExYj .navbar-buttons.mbr-section-btn > .mbr-iconfont {
  font-size: 17px !important;
  margin-right: 13px;
}
.cid-swVCwBExYj .nav-dropdown .link {
  font-weight: 600;
}
.cid-swVCwBExYj .nav-dropdown .link.display-4 {
  font-size: 15px;
}
.cid-swVCwBExYj .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-swVCwBExYj .content-left-side {
  text-align: center;
  padding-top: 3px;
}
@media (max-width: 575px) {
  .cid-swVCwBExYj .content-left-side {
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    padding: 0.5rem 0;
  }
  .cid-swVCwBExYj .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-swVCwBExYj .content-right-side {
  text-align: center;
}
@media (max-width: 575px) {
  .cid-swVCwBExYj .content-right-side {
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    padding: 0.5rem 0;
  }
  .cid-swVCwBExYj .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-swVCwBExYj .content-right-side .icons-block {
  padding-bottom: 5px;
  padding-left: 17px;
}
.cid-swVCwBExYj .content-right-side .content-link {
  margin-left: 1rem;
}
.cid-swVCwBExYj .content-right-side .content-link span {
  vertical-align: middle;
  padding-bottom: 2px;
}
.cid-swVCwBExYj .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: 0px;
  padding-bottom: 0px;
}
.cid-swVCwBExYj .content-left-side .content-link {
  margin-left: 1rem;
}
.cid-swVCwBExYj .content-left-side .content-link span {
  vertical-align: middle;
  padding-bottom: 2px;
}
@media (max-width: 1200px) {
  .cid-swVCwBExYj .content-left-side {
    text-align: center;
    padding-bottom: 1rem;
  }
  .cid-swVCwBExYj .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-swVCwBExYj .dropdown-item:before {
    display: none;
  }
  .cid-swVCwBExYj .menu-logo {
    width: 100%;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }
  .cid-swVCwBExYj .menu-bottom {
    width: 100%;
    padding: 0 1rem;
    display: block;
  }
  .cid-swVCwBExYj img {
    height: 2rem !important;
  }
  .cid-swVCwBExYj .btn {
    display: flex;
  }
  .cid-swVCwBExYj button.navbar-toggler {
    display: block;
  }
  .cid-swVCwBExYj .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-swVCwBExYj .navbar-toggleable-sm {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  .cid-swVCwBExYj .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-swVCwBExYj .navbar-collapse.collapsing,
  .cid-swVCwBExYj .navbar-collapse.show {
    display: block !important;
  }
  .cid-swVCwBExYj .navbar-collapse.collapsing .navbar-nav,
  .cid-swVCwBExYj .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-swVCwBExYj .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-swVCwBExYj .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
    padding: 0.5rem 0;
  }
  .cid-swVCwBExYj .navbar-collapse.collapsing .navbar-buttons,
  .cid-swVCwBExYj .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-swVCwBExYj .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-swVCwBExYj .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-swVCwBExYj .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-swVCwBExYj .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-swVCwBExYj .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-swVCwBExYj .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-swVCwBExYj .navbar-nav.nav-dropdown {
    max-height: 80vh !important;
    overflow-y: auto !important;
  }
}
@media (min-width: 1200px) {
  .cid-swVCwBExYj .navbar .menu-content-top {
    display: block;
  }
  .cid-swVCwBExYj .menu-content-top .row {
    -webkit-box-pack: justify;
    justify-content: space-between;
    flex-wrap: nowrap;
  }
  .cid-swVCwBExYj .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-swVCwBExYj .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-swVCwBExYj .menu-content-top {
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  }
  .cid-swVCwBExYj .menu-bottom {
    display: flex;
  }
  .cid-swVCwBExYj .navbar {
    display: block;
    padding: 0;
  }
  .cid-swVCwBExYj .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
  }
  .cid-swVCwBExYj .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-swVCwBExYj .navbar-toggler {
    display: none;
  }
}
.cid-swVCwBExYj .navbar-short .menu-content-top {
  border: none;
  display: none;
}
.cid-swVCwBExYj .btn {
  padding: 15px 30px;
  font-weight: 800;
  display: inline-flex;
  -webkit-box-align: center;
  align-items: center;
  border-width: 1px;
  box-shadow: none;
}
.cid-swVCwBExYj .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-swVCwBExYj .btn.display-4 {
  letter-spacing: 0.5px;
  font-size: 13px;
  line-height: 13px;
}
.cid-swVCwBExYj .navbar-toggleable-sm .navbar-collapse {
  -webkit-box-pack: end;
  justify-content: flex-end;
  padding-right: 4rem;
  width: 100%;
}
.cid-swVCwBExYj .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-swVCwBExYj .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-swVCwBExYj .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-swVCwBExYj .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  border-top: 3px solid #4f87fb;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
  min-width: 16.875rem;
  text-align: left;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 20px !important;
}
@media (max-width: 1200px) {
  .cid-swVCwBExYj .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-swVCwBExYj .dropdown .dropdown-menu .dropdown-item {
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-swVCwBExYj .dropdown .dropdown-menu .dropdown-item:hover {
  background-color: #4f87fb;
  color: #ffffff;
}
.cid-swVCwBExYj .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-swVCwBExYj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-swVCwBExYj .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-swVCwBExYj .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-swVCwBExYj .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-swVCwBExYj .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-swVCwBExYj .navbar.navbar-short {
  min-height: 60px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-swVCwBExYj .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-swVCwBExYj .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-swVCwBExYj .navbar.navbar-short .navbar-logo a img {
  height: 2.0rem !important;
}
.cid-swVCwBExYj .navbar.navbar-short .navbar-brand {
  min-height: 2.0rem;
}
.cid-swVCwBExYj .navbar.navbar-short .navbar-nav {
  min-height: 60px;
}
.cid-swVCwBExYj button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-swVCwBExYj button.navbar-toggler:focus {
  outline: none;
}
.cid-swVCwBExYj button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-swVCwBExYj button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-swVCwBExYj button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}
.cid-swVCwBExYj button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}
.cid-swVCwBExYj button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-swVCwBExYj 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-swVCwBExYj nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.cid-swVCwBExYj nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.cid-swVCwBExYj 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-swVCwBExYj .collapsed.navbar {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}
.cid-swVCwBExYj .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-swVCwBExYj .collapsed .menu-logo {
  margin-right: 0;
}
.cid-swVCwBExYj .collapsed .btn {
  display: flex;
}
.cid-swVCwBExYj .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-swVCwBExYj .collapsed .navbar-collapse.collapsing,
.cid-swVCwBExYj .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-swVCwBExYj .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-swVCwBExYj .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-swVCwBExYj .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-swVCwBExYj .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-swVCwBExYj .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-swVCwBExYj .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-swVCwBExYj .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-swVCwBExYj .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1200px) {
  .cid-swVCwBExYj .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 1.8rem  - 1rem);
  }
  .cid-swVCwBExYj .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-swVCwBExYj .collapsed button.navbar-toggler {
  display: block;
  -webkit-align-self: center;
  align-self: center;
}
.cid-swVCwBExYj .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-swVCwBExYj .collapsed .navbar-toggleable-sm {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}
.cid-swVCwBExYj .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-swVCwBExYj .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-swVCwBExYj .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-swVCwBExYj .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-swVCwBExYj .collapsed .dropdown-item:before {
  display: none;
}
.cid-swVCwBExYj .navbar-dropdown {
  flex-wrap: nowrap;
}
.cid-swVCwBExYj .navbar-collapse {
  flex-basis: auto;
  display: flex;
}
.cid-swVCwBExYj .nav-link:focus {
  outline: none;
}
.cid-swVCwBExYj .navbar-toggler {
  position: relative;
}
.cid-swVCwBExYj .dropdown-item.active,
.cid-swVCwBExYj .dropdown-item:active {
  background-color: #ffffff;
  color: #ffffff;
}
.cid-swVCwBExYj .nav-link:hover,
.cid-swVCwBExYj .dropdown-item:hover {
  color: #4f87fb;
}
.cid-swVCwD8D1Q {
  padding-top: 135px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-swVCwD8D1Q img {
  width: 100%;
  border-radius: 8px;
  box-shadow: 0 0 20px rgba(79, 110, 173, 0.1);
}
.cid-swVCwD8D1Q .mbr-section-title {
  text-align: left;
  color: #4f87fb;
  line-height: 1.2;
  letter-spacing: -0.5px;
}
.cid-swVCwD8D1Q .mbr-text {
  color: #6d7a8c;
  line-height: 1.5;
}
.cid-swVCwD8D1Q .mbr-list {
  margin-top: 35px;
  color: #6d7a8c;
}
.cid-swVCwD8D1Q .mbr-list .list {
  list-style-type: none;
  padding-left: 0;
}
.cid-swVCwD8D1Q .mbr-list .list li {
  margin-bottom: 1rem;
}
.cid-swVCwD8D1Q .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-swVCwDEC5L {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #25303e;
}
.cid-swVCwDEC5L .links {
  text-align: center;
  color: #ffffff;
}
.cid-swVCwDEC5L p {
  margin: 0;
}
.cid-swVCwDEC5L a {
  color: #ffffff;
}
.cid-swVCwDEC5L a:hover {
  color: #4f87fb !important;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.cid-swVCwE20iX {
  padding-top: 105px;
  padding-bottom: 105px;
  background-color: #4f87fb;
  background: linear-gradient(to bottom, #4f87fb, #0053f9);
}
.cid-swVCwE20iX .mbr-section-subtitle {
  color: #ffffff;
  font-weight: 700;
  line-height: 1.43;
  letter-spacing: 2px;
  width: 100%;
}
.cid-swVCwE20iX .mbr-section-title {
  color: #ffffff;
  font-weight: 700;
  width: 100%;
}
.cid-swVCwE20iX .mbr-section-title.display-2 {
  font-size: 48px;
  line-height: 1.15;
  letter-spacing: -0.5px;
}
.cid-swVCwE20iX .mbr-text {
  color: #ffffff;
  font-weight: 400;
  width: 100;
}
.cid-swVCwE20iX .mbr-text.display-7 {
  font-size: 20px;
  line-height: 1.5;
}
.cid-swVCwE20iX .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-swVCwE20iX .content-link span {
  margin-right: 15px;
  margin-left: 20px;
  padding: 10px;
  border-radius: 100%;
  color: #ffffff;
  background-color: #ffffff;
  font-size: 2.475rem;
}
.cid-swVCwE20iX .mbr-section-btn .btn {
  border-radius: 3px;
  line-height: 2;
  letter-spacing: 1px;
  padding: 12px 40px !important;
  margin-right: 20px;
}
.cid-swVCwE20iX .mbr-section-btn.display-4,
.cid-swVCwE20iX .btn.display-4 {
  font-size: 12px !important;
}
@media (max-width: 991px) {
  .cid-swVCwE20iX .separator,
  .cid-swVCwE20iX .sep-holder,
  .cid-swVCwE20iX .sep-line {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .cid-swVCwE20iX .buttons-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
}
.cid-swVCwEvjF4 {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-swVCwEvjF4 .contents {
  margin-bottom: 70px;
}
.cid-swVCwEvjF4 .contents .mbr-subtitle {
  color: #4f87fb;
  margin-bottom: 10px;
  font-weight: 800;
}
.cid-swVCwEvjF4 .contents .mbr-subtitle.display-4 {
  letter-spacing: 2px;
  line-height: 24px;
  font-size: 13px;
}
.cid-swVCwEvjF4 .contents .mbr-section-title {
  margin-bottom: 20px;
  color: #130947;
  font-weight: 700;
}
.cid-swVCwEvjF4 .contents .mbr-section-title.display-2 {
  line-height: 48px;
  letter-spacing: -0.5px;
}
.cid-swVCwEvjF4 .contents .mbr-section-text {
  margin-top: 20px;
  color: #6d7a8c;
  font-weight: 400;
}
.cid-swVCwEvjF4 .contents .mbr-section-text.display-7 {
  line-height: 28px;
  letter-spacing: 0;
}
.cid-swVCwEvjF4 .card {
  margin-bottom: 2rem;
}
.cid-swVCwEvjF4 .card-block {
  font-weight: 400;
  letter-spacing: 0.03em;
  position: relative;
  background: #4f87fb;
  color: #232323;
  box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.08);
  padding: 1.9rem;
  margin-bottom: 35px;
  border-radius: 4px;
}
.cid-swVCwEvjF4 .card-block.display-7 {
  font-size: 16px;
  line-height: 26px;
}
.cid-swVCwEvjF4 .card-block:before {
  content: "";
  position: absolute;
  bottom: -15px;
  left: 50%;
  margin-left: -14px;
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-top: 15px solid #4f87fb;
  border-right: 15px solid transparent;
}
.cid-swVCwEvjF4 .mbr-author-img {
  width: 50px;
  height: 50px;
  display: inline-block;
  border-radius: 100%;
  margin-left: 0rem;
}
.cid-swVCwEvjF4 .mbr-author-img img {
  width: 100%;
  border-radius: 100%;
  min-width: 100%;
  min-height: 100%;
}
.cid-swVCwEvjF4 .name-wrap {
  display: inline-block;
}
.cid-swVCwEvjF4 .card-footer {
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-align: center;
  align-items: center;
  border-top: none;
  background: none;
  padding: 0 1.25rem 1.25rem 1.25rem;
}
.cid-swVCwEvjF4 .mbr-author-desc {
  color: #767676;
  text-align: center;
}
.cid-swVCwEvjF4 .card-block p {
  color: #ffffff;
  text-align: center;
}
.cid-swVCwEvjF4 .mbr-author-name {
  color: #130947;
  margin-bottom: 5px;
}
.cid-swVCwEvjF4 .mbr-section-title,
.cid-swVCwEvjF4 .title div {
  color: #232323;
  text-align: center;
}
.cid-swVCwEvjF4 .contents .mbr-section-text {
  text-align: center;
}
.cid-swVCwET8V8 {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-swVCwET8V8 .carousel-item {
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-swVCwET8V8 .carousel-item.active,
.cid-swVCwET8V8 .carousel-item-next,
.cid-swVCwET8V8 .carousel-item-prev {
  display: flex;
}
.cid-swVCwET8V8 .img-box {
  position: relative;
  width: fit-content;
  margin: auto;
}
.cid-swVCwET8V8 .mbr-iconfont {
  font-family: Moririse2 !important;
  font-size: 1rem;
  font-weight: 900;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.cid-swVCwET8V8 .carousel-controls a {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  font-size: 2rem;
}
.cid-swVCwET8V8 .carousel-controls a span {
  position: absolute;
  top: 45%;
  padding: 10px;
  border-radius: 50%;
  color: #4f87fb;
  opacity: 1;
}
.cid-swVCwET8V8 .carousel-controls a:hover span {
  opacity: 0.4;
}
.cid-swVCwET8V8 h1 {
  color: #36404c;
}
.cid-swVCwET8V8 .author-box {
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
}
.cid-swVCwET8V8 .face {
  width: 100px;
  height: 100px;
  border-radius: 100%;
  box-shadow: none;
  margin: 0rem;
  -o-object-fit: cover;
  object-fit: cover;
}
.cid-swVCwET8V8 .author {
  margin: auto 0;
}
.cid-swVCwET8V8 h3,
.cid-swVCwET8V8 h4 {
  margin: 0;
  padding: 0;
}
.cid-swVCwET8V8 h3 {
  color: #130947;
}
.cid-swVCwET8V8 h3.display-7 {
  line-height: 1.1;
  letter-spacing: 0;
}
.cid-swVCwET8V8 h4 {
  color: #4f87fb;
  font-weight: 700;
}
.cid-swVCwET8V8 h4.display-4 {
  line-height: 1.5;
  font-size: 13px;
}
.cid-swVCwET8V8 .mbr-text {
  padding-bottom: 30px;
  color: #6d7a8c;
  font-weight: 300;
}
.cid-swVCwET8V8 .mbr-text.display-5 {
  line-height: 1.3;
}
.cid-swVCwET8V8 .box {
  max-width: 800px !important;
  margin: auto !important;
}
@media (max-width: 992px) {
  .cid-swVCwET8V8 .carousel-controls a span {
    bottom: auto;
    top: 30%;
  }
}
@media (max-width: 767px) {
  .cid-swVCwET8V8 .carousel-controls a span {
    bottom: auto;
    top: 20%;
  }
}
.cid-swVCwET8V8 .mbr-text,
.cid-swVCwET8V8 .mbr-section-btn {
  color: #4f87fb;
}
.cid-swVCwET8V8 H4 {
  color: #130947;
}
.cid-swVCwFUWEv {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-swVCwFUWEv .mbr-section-title {
  margin-bottom: 30px;
  color: #130947;
}
.cid-swVCwFUWEv .mbr-section-title.display-2 {
  line-height: 1.2;
  letter-spacing: -0.5px;
}
.cid-swVCwFUWEv .google-map {
  height: 30rem;
  position: relative;
  width: 100%;
}
.cid-swVCwFUWEv .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-swVCwFUWEv .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-swVCwFUWEv .google-map[data-state] {
  background: #e9e5dc;
}
.cid-swVCwFUWEv .google-map[data-state='loading'] [data-state-details] {
  display: none;
}
.cid-swVCwFUWEv .map-placeholder {
  display: none;
}
.cid-swVCwFUWEv h4 {
  padding-top: 5rem;
  color: #767676;
  text-align: center;
}
.cid-swVCwGfjdl {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #e6ecf2;
}
.cid-swVCwGfjdl .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-swVCwGfjdl .row {
  flex-direction: row-reverse;
}
.cid-swVCwGfjdl .text-content .content-title {
  color: #130947;
  margin-bottom: 30px;
}
.cid-swVCwGfjdl .text-content .content-title.display-5 {
  font-size: 26px;
  line-height: 1.38;
  letter-spacing: -0.5px;
}
.cid-swVCwGfjdl .text-content .list-block {
  border-bottom-width: 1px;
  padding-bottom: 30px;
  border-bottom-color: #130947;
  border-bottom-style: dotted;
  margin-bottom: 20px;
}
.cid-swVCwGfjdl .text-content .list-block .card-img span {
  color: #4f87fb;
  font-size: 2.5rem;
}
.cid-swVCwGfjdl .text-content .list-block .list-item-title {
  color: #130947;
}
.cid-swVCwGfjdl .text-content .list-block .list-item-title.display-7 {
  font-size: 20px;
  letter-spacing: -0.5px;
  line-height: 1.2;
}
.cid-swVCwGfjdl .text-content .list-block .list-item-text {
  padding-top: 10px;
  line-height: 1.29;
  color: #6d7a8c;
  margin-bottom: 0;
}
.cid-swVCwGfjdl .text-content .list-block.last {
  border-bottom: none;
  margin-bottom: 20px;
  padding-bottom: 0;
}
.cid-swVCwGfjdl .text-content .social {
  font-size: 1.2rem;
  padding-left: 4.5rem;
}
.cid-swVCwGfjdl .text-content .social span {
  margin-right: 11.2px;
  margin-bottom: 8px;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  color: #6d7a8c;
}
.cid-swVCwGfjdl .text-content .social span:hover {
  color: #4f87fb;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.cid-swVCwGfjdl .card-img {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 3rem;
  text-align: center;
}
.cid-swVCwGfjdl .list-block {
  position: relative;
}
.cid-swVCwGfjdl .list-block h4,
.cid-swVCwGfjdl .list-block p {
  padding-left: 4.5rem;
}
.cid-swVCwGfjdl .card-img {
  display: block;
}
.cid-swVCwGfjdl input,
.cid-swVCwGfjdl textarea {
  border-left: none;
  border-top: none;
  border-right: none;
  border-radius: 4px;
  padding: 20px 10px 20px 20px;
  font-size: 13px;
  color: #ffffff;
  font-weight: 600;
}
.cid-swVCwGfjdl input:focus,
.cid-swVCwGfjdl textarea:focus {
  border-left: none;
  border-top: none;
  border-right: none;
}
.cid-swVCwGfjdl .form-control,
.cid-swVCwGfjdl .field-input {
  min-height: 3rem;
  padding: 20px 10px 20px 20px;
  background-color: #ffffff;
  border-color: #4f87fb;
  color: #000000;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-swVCwGfjdl .form-control:hover,
.cid-swVCwGfjdl .field-input:hover,
.cid-swVCwGfjdl .form-control:focus,
.cid-swVCwGfjdl .field-input:focus {
  background-color: #ffffff;
  border-color: #ffffff !important;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-swVCwGfjdl input::-webkit-input-placeholder,
.cid-swVCwGfjdl textarea::-webkit-input-placeholder {
  color: #6d7a8c;
}
.cid-swVCwGfjdl input:-moz-placeholder,
.cid-swVCwGfjdl textarea:-moz-placeholder {
  color: #6d7a8c;
}
.cid-swVCwGfjdl .jq-selectbox li,
.cid-swVCwGfjdl .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-swVCwGfjdl .jq-selectbox li:hover,
.cid-swVCwGfjdl .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-swVCwGfjdl .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-swVCwGfjdl .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-swVCwGfjdl .mbr-form {
  max-width: 550px;
}
.cid-swVCwGfjdl .mbr-form .mbr-subtitle {
  color: #4f87fb;
  font-weight: 800;
}
.cid-swVCwGfjdl .mbr-form .mbr-subtitle.display-4 {
  font-size: 13px;
  line-height: 1.85;
  letter-spacing: 2px;
}
.cid-swVCwGfjdl .mbr-form .mbr-section-title {
  color: #130947;
  font-weight: 700;
}
.cid-swVCwGfjdl .mbr-form .mbr-section-title.display-2 {
  line-height: 1.2;
  letter-spacing: -0.5px;
}
.cid-swVCwGfjdl .mbr-form .mbr-text {
  color: #6d7a8c;
}
.cid-swVCwGfjdl .mbr-form textarea {
  min-height: 100px;
}
.cid-swVCwGfjdl .mbr-form .btn {
  -webkit-box-pack: justify;
  justify-content: space-between;
  border-width: 2px;
  border-radius: 4px;
  border-color: #4f87fb;
  color: #4f87fb;
  padding: 18px 29px;
}
.cid-swVCwGfjdl .mbr-form .btn.display-4 {
  font-size: 13px;
  letter-spacing: 1px;
}
.cid-swVCwGfjdl .mbr-form span.value.form-control {
  min-height: 3.5rem;
  padding: 1rem;
}
@media (max-width: 991px) {
  .cid-swVCwGfjdl .mbr-form {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}
@media (max-width: 768px) {
  .cid-swVCwGfjdl .mbr-section-title,
  .cid-swVCwGfjdl .content-title,
  .cid-swVCwGfjdl .mbr-section-btn {
    text-align: left;
  }
}
.cid-swVCwH31P9 {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #25303e;
}
.cid-swVCwH31P9 section {
  position: relative;
}
.cid-swVCwH31P9 .widget-title {
  font-weight: 600;
}
.cid-swVCwH31P9 .widget-title.display-7 {
  font-size: 17px;
  line-height: 27px;
  letter-spacing: 0.5px;
}
.cid-swVCwH31P9 .mbr-text.display-4 {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 300;
}
.cid-swVCwH31P9 .item .card-box .item-title {
  font-weight: 300;
}
.cid-swVCwH31P9 .item .card-box .item-title.display-4 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-swVCwH31P9 .item .card-img {
  width: auto;
  background-color: #4f87fb;
  border-radius: 100%;
}
.cid-swVCwH31P9 .item .card-img .img1 {
  display: block;
  padding: 6px;
  font-size: 13px;
}
.cid-swVCwH31P9 img {
  height: 100px;
  padding-right: 8px;
}
.cid-swVCwH31P9 .img1 {
  color: #ffffff;
  background-color: #4f87fb;
  border-radius: 50%;
}
.cid-swVCwH31P9 .img2 {
  color: #ffffff;
  font-size: 10px;
}
.cid-swVCwH31P9 .line {
  width: 50px;
  height: 2px;
  display: inline-block;
  background: #4f87fb;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
@media (max-width: 992px) {
  .cid-swVCwH31P9 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-swVCwH31P9 .content .link-wrap {
  font-weight: 300;
  color: #fff;
}
.cid-swVCwH31P9 .content .link-wrap.display-4 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-swVCwH31P9 .content .date-wrap {
  color: #4f87fb;
  font-weight: 500;
}
.cid-swVCwH31P9 .content .date-wrap.display-4 {
  font-size: 13px;
  line-height: 17px;
}
.cid-swVCwH31P9 .item,
.cid-swVCwH31P9 .link {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  padding-bottom: 0.5rem;
  margin-bottom: 0.6rem;
}
.cid-swVCwH31P9 .item h4,
.cid-swVCwH31P9 .link h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-swVCwH31P9 .link .card-img {
  padding-bottom: 3px;
}
.cid-swVCwH31P9 .link .card-box .link-title {
  font-weight: 300;
}
.cid-swVCwH31P9 .link .card-box .link-title a:hover {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: #4f87fb !important;
}
.cid-swVCwH31P9 .link .card-box .link-title.display-4 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-swVCwH31P9 .card-img {
  width: auto;
}
@media (max-width: 767px) {
  .cid-swVCwH31P9 h5 {
    text-align: left !important;
  }
  .cid-swVCwH31P9 .line-wrap {
    text-align: left !important;
  }
}
.cid-swVCwH31P9 .item-title {
  color: #ffffff;
}
.cid-swVCwH31P9 .tips {
  height: 70px;
  width: 70px;
  margin: 4px;
  -o-object-fit: cover;
  object-fit: cover;
}
.cid-swVCwH31P9 .btn[class*="-outline"] {
  border: none;
  padding: 0;
  margin: 0 !important;
  box-shadow: none !important;
  text-align: left;
  line-height: 1.5;
}
.cid-swVCwH31P9 .btn[class*="-outline"] span {
  -webkit-box-ordinal-group: 3;
  order: 2;
  font-size: 0.8rem;
  font-weight: 900;
  -webkit-transition: padding 0.3s !important;
  transition: padding 0.3s !important;
}
.cid-swVCwH31P9 .btn[class*="-outline"]:hover {
  background-color: transparent !important;
  color: #4f87fb !important;
  box-shadow: none !important;
}
.cid-swVCwH31P9 .btn[class*="-outline"]:active,
.cid-swVCwH31P9 .btn[class*="-outline"]:focus {
  background-color: transparent !important;
  box-shadow: none !important;
}
.cid-swVCwH31P9 .list .list-item:first-child {
  padding-bottom: 15px;
}
.cid-swVCwH31P9 .list .list-item:last-child {
  margin-top: 10px;
}
.cid-swVCwH31P9 .box-list {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
  font-weight: 300;
}
.cid-swVCwH31P9 .box-list li {
  padding: 10px 0 10px;
  color: #ffffff;
}
.cid-swVCwH31P9 .box-list li:first-child {
  padding-top: 0;
}
.cid-swVCwH31P9 .box-list li:last-child {
  border-bottom: none;
}
.cid-swVCwH31P9 .box-list li span {
  float: right;
  text-align: right;
  padding-left: 0.5rem;
  color: #4f87fb;
}
.cid-swVCwH31P9 .box-list.display-4 {
  line-height: 24px;
}
.cid-swVCwH31P9 .mbr-text {
  line-height: 1.5;
  margin-bottom: 25px;
}
.cid-swVCwH31P9 .item-title DIV {
  text-align: left;
}
.cid-swVCwH31P9 .box-list li LI {
  text-align: center;
}
.is-builder .cid-swVEaeD3T0 .navbar {
  padding-top: 20px !important;
}
.cid-swVEaeD3T0 .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  -webkit-transition: none;
  transition: none;
  min-height: 77px;
}
@media (min-width: 1200px) {
  .cid-swVEaeD3T0 .navbar .dropdown .dropdown-menu .dropdown-item {
    padding: 0.835em 2.5385em 0.835em 3.5385em !important;
    margin: 0 !important;
  }
  .cid-swVEaeD3T0 .navbar .dropdown .dropdown-menu .dropdown-item:hover {
    padding: 0.835em 2.5385em 0.835em 3.8385em !important;
  }
}
.cid-swVEaeD3T0 .menu-logo {
  display: flex;
  position: relative;
  -webkit-box-align: center;
  align-items: center;
  margin-right: auto;
}
.cid-swVEaeD3T0 .menu-logo .navbar-brand {
  display: flex;
  margin-left: 4rem;
  padding: 0.5rem 0;
  -webkit-transition: padding 0.2s;
  transition: padding 0.2s;
  min-height: 2rem;
  -webkit-box-align: center;
  align-items: center;
}
.cid-swVEaeD3T0 .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-swVEaeD3T0 .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-swVEaeD3T0 .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  -webkit-transition: font-size 0.25s;
  transition: font-size 0.25s;
}
.cid-swVEaeD3T0 .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-swVEaeD3T0 .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  -webkit-transition: font-size 0.25s;
  transition: font-size 0.25s;
}
.cid-swVEaeD3T0 .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-swVEaeD3T0 a {
  font-style: normal;
}
.cid-swVEaeD3T0 .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: middle;
  position: relative;
  text-decoration: none;
}
.cid-swVEaeD3T0 .nav-item a {
  padding: 0.4rem 0 !important;
}
.cid-swVEaeD3T0 .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-swVEaeD3T0 .dropdown-item:hover:before {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  width: 16px;
}
.cid-swVEaeD3T0 .content-text {
  margin-bottom: 0;
}
.cid-swVEaeD3T0 .navbar-nav {
  position: relative;
  min-height: 100px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
}
.cid-swVEaeD3T0 .navbar-nav li:first-child > a {
  color: #4f87fb;
}
.cid-swVEaeD3T0 .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-swVEaeD3T0 .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #4f87fb;
    -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-swVEaeD3T0 .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
  .cid-swVEaeD3T0 .navbar-nav .nav-item a {
    margin: 0 1.1rem !important;
  }
}
@media (max-width: 1200px) {
  .cid-swVEaeD3T0 .navbar-nav .nav-item a {
    margin: 0 !important;
  }
}
.cid-swVEaeD3T0 .navbar-nav .nav-item span {
  padding-right: 0.1rem;
}
.cid-swVEaeD3T0 .display-4 > .mbr-iconfont {
  font-size: 1.23em;
}
.cid-swVEaeD3T0 .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-swVEaeD3T0 .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-swVEaeD3T0 .content-link {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.cid-swVEaeD3T0 .content-link:first-child {
  padding-left: 1.3rem;
}
@media (max-width: 1200px) {
  .cid-swVEaeD3T0 .content-link {
    display: none;
  }
}
.cid-swVEaeD3T0 .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
}
.cid-swVEaeD3T0 .navbar-buttons.mbr-section-btn > .mbr-iconfont {
  font-size: 17px !important;
  margin-right: 13px;
}
.cid-swVEaeD3T0 .nav-dropdown .link {
  font-weight: 600;
}
.cid-swVEaeD3T0 .nav-dropdown .link.display-4 {
  font-size: 15px;
}
.cid-swVEaeD3T0 .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-swVEaeD3T0 .content-left-side {
  text-align: center;
  padding-top: 3px;
}
@media (max-width: 575px) {
  .cid-swVEaeD3T0 .content-left-side {
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    padding: 0.5rem 0;
  }
  .cid-swVEaeD3T0 .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-swVEaeD3T0 .content-right-side {
  text-align: center;
}
@media (max-width: 575px) {
  .cid-swVEaeD3T0 .content-right-side {
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    padding: 0.5rem 0;
  }
  .cid-swVEaeD3T0 .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-swVEaeD3T0 .content-right-side .icons-block {
  padding-bottom: 5px;
  padding-left: 17px;
}
.cid-swVEaeD3T0 .content-right-side .content-link {
  margin-left: 1rem;
}
.cid-swVEaeD3T0 .content-right-side .content-link span {
  vertical-align: middle;
  padding-bottom: 2px;
}
.cid-swVEaeD3T0 .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: 0px;
  padding-bottom: 0px;
}
.cid-swVEaeD3T0 .content-left-side .content-link {
  margin-left: 1rem;
}
.cid-swVEaeD3T0 .content-left-side .content-link span {
  vertical-align: middle;
  padding-bottom: 2px;
}
@media (max-width: 1200px) {
  .cid-swVEaeD3T0 .content-left-side {
    text-align: center;
    padding-bottom: 1rem;
  }
  .cid-swVEaeD3T0 .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-swVEaeD3T0 .dropdown-item:before {
    display: none;
  }
  .cid-swVEaeD3T0 .menu-logo {
    width: 100%;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }
  .cid-swVEaeD3T0 .menu-bottom {
    width: 100%;
    padding: 0 1rem;
    display: block;
  }
  .cid-swVEaeD3T0 img {
    height: 2rem !important;
  }
  .cid-swVEaeD3T0 .btn {
    display: flex;
  }
  .cid-swVEaeD3T0 button.navbar-toggler {
    display: block;
  }
  .cid-swVEaeD3T0 .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-swVEaeD3T0 .navbar-toggleable-sm {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  .cid-swVEaeD3T0 .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-swVEaeD3T0 .navbar-collapse.collapsing,
  .cid-swVEaeD3T0 .navbar-collapse.show {
    display: block !important;
  }
  .cid-swVEaeD3T0 .navbar-collapse.collapsing .navbar-nav,
  .cid-swVEaeD3T0 .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-swVEaeD3T0 .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-swVEaeD3T0 .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
    padding: 0.5rem 0;
  }
  .cid-swVEaeD3T0 .navbar-collapse.collapsing .navbar-buttons,
  .cid-swVEaeD3T0 .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-swVEaeD3T0 .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-swVEaeD3T0 .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-swVEaeD3T0 .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-swVEaeD3T0 .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-swVEaeD3T0 .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-swVEaeD3T0 .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-swVEaeD3T0 .navbar-nav.nav-dropdown {
    max-height: 80vh !important;
    overflow-y: auto !important;
  }
}
@media (min-width: 1200px) {
  .cid-swVEaeD3T0 .navbar .menu-content-top {
    display: block;
  }
  .cid-swVEaeD3T0 .menu-content-top .row {
    -webkit-box-pack: justify;
    justify-content: space-between;
    flex-wrap: nowrap;
  }
  .cid-swVEaeD3T0 .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-swVEaeD3T0 .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-swVEaeD3T0 .menu-content-top {
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  }
  .cid-swVEaeD3T0 .menu-bottom {
    display: flex;
  }
  .cid-swVEaeD3T0 .navbar {
    display: block;
    padding: 0;
  }
  .cid-swVEaeD3T0 .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
  }
  .cid-swVEaeD3T0 .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-swVEaeD3T0 .navbar-toggler {
    display: none;
  }
}
.cid-swVEaeD3T0 .navbar-short .menu-content-top {
  border: none;
  display: none;
}
.cid-swVEaeD3T0 .btn {
  padding: 15px 30px;
  font-weight: 800;
  display: inline-flex;
  -webkit-box-align: center;
  align-items: center;
  border-width: 1px;
  box-shadow: none;
}
.cid-swVEaeD3T0 .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-swVEaeD3T0 .btn.display-4 {
  letter-spacing: 0.5px;
  font-size: 13px;
  line-height: 13px;
}
.cid-swVEaeD3T0 .navbar-toggleable-sm .navbar-collapse {
  -webkit-box-pack: end;
  justify-content: flex-end;
  padding-right: 4rem;
  width: 100%;
}
.cid-swVEaeD3T0 .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-swVEaeD3T0 .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-swVEaeD3T0 .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-swVEaeD3T0 .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  border-top: 3px solid #4f87fb;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
  min-width: 16.875rem;
  text-align: left;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 20px !important;
}
@media (max-width: 1200px) {
  .cid-swVEaeD3T0 .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-swVEaeD3T0 .dropdown .dropdown-menu .dropdown-item {
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-swVEaeD3T0 .dropdown .dropdown-menu .dropdown-item:hover {
  background-color: #4f87fb;
  color: #ffffff;
}
.cid-swVEaeD3T0 .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-swVEaeD3T0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-swVEaeD3T0 .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-swVEaeD3T0 .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-swVEaeD3T0 .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-swVEaeD3T0 .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-swVEaeD3T0 .navbar.navbar-short {
  min-height: 60px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-swVEaeD3T0 .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-swVEaeD3T0 .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-swVEaeD3T0 .navbar.navbar-short .navbar-logo a img {
  height: 2.0rem !important;
}
.cid-swVEaeD3T0 .navbar.navbar-short .navbar-brand {
  min-height: 2.0rem;
}
.cid-swVEaeD3T0 .navbar.navbar-short .navbar-nav {
  min-height: 60px;
}
.cid-swVEaeD3T0 button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-swVEaeD3T0 button.navbar-toggler:focus {
  outline: none;
}
.cid-swVEaeD3T0 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-swVEaeD3T0 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-swVEaeD3T0 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}
.cid-swVEaeD3T0 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}
.cid-swVEaeD3T0 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-swVEaeD3T0 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-swVEaeD3T0 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.cid-swVEaeD3T0 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.cid-swVEaeD3T0 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-swVEaeD3T0 .collapsed.navbar {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}
.cid-swVEaeD3T0 .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-swVEaeD3T0 .collapsed .menu-logo {
  margin-right: 0;
}
.cid-swVEaeD3T0 .collapsed .btn {
  display: flex;
}
.cid-swVEaeD3T0 .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-swVEaeD3T0 .collapsed .navbar-collapse.collapsing,
.cid-swVEaeD3T0 .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-swVEaeD3T0 .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-swVEaeD3T0 .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-swVEaeD3T0 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-swVEaeD3T0 .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-swVEaeD3T0 .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-swVEaeD3T0 .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-swVEaeD3T0 .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-swVEaeD3T0 .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1200px) {
  .cid-swVEaeD3T0 .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 1.8rem  - 1rem);
  }
  .cid-swVEaeD3T0 .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-swVEaeD3T0 .collapsed button.navbar-toggler {
  display: block;
  -webkit-align-self: center;
  align-self: center;
}
.cid-swVEaeD3T0 .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-swVEaeD3T0 .collapsed .navbar-toggleable-sm {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}
.cid-swVEaeD3T0 .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-swVEaeD3T0 .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-swVEaeD3T0 .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-swVEaeD3T0 .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-swVEaeD3T0 .collapsed .dropdown-item:before {
  display: none;
}
.cid-swVEaeD3T0 .navbar-dropdown {
  flex-wrap: nowrap;
}
.cid-swVEaeD3T0 .navbar-collapse {
  flex-basis: auto;
  display: flex;
}
.cid-swVEaeD3T0 .nav-link:focus {
  outline: none;
}
.cid-swVEaeD3T0 .navbar-toggler {
  position: relative;
}
.cid-swVEaeD3T0 .dropdown-item.active,
.cid-swVEaeD3T0 .dropdown-item:active {
  background-color: #ffffff;
  color: #ffffff;
}
.cid-swVEaeD3T0 .nav-link:hover,
.cid-swVEaeD3T0 .dropdown-item:hover {
  color: #4f87fb;
}
.cid-swVEafS46m {
  padding-top: 135px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-swVEafS46m img {
  width: 100%;
  border-radius: 8px;
  box-shadow: 0 0 20px rgba(79, 110, 173, 0.1);
}
.cid-swVEafS46m .mbr-section-title {
  text-align: left;
  color: #4f87fb;
  line-height: 1.2;
  letter-spacing: -0.5px;
}
.cid-swVEafS46m .mbr-text {
  color: #6d7a8c;
  line-height: 1.5;
}
.cid-swVEafS46m .mbr-list {
  margin-top: 35px;
  color: #6d7a8c;
}
.cid-swVEafS46m .mbr-list .list {
  list-style-type: none;
  padding-left: 0;
}
.cid-swVEafS46m .mbr-list .list li {
  margin-bottom: 1rem;
}
.cid-swVEafS46m .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-swVEagp9io {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #25303e;
}
.cid-swVEagp9io .links {
  text-align: center;
  color: #ffffff;
}
.cid-swVEagp9io p {
  margin: 0;
}
.cid-swVEagp9io a {
  color: #ffffff;
}
.cid-swVEagp9io a:hover {
  color: #4f87fb !important;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.cid-swVEagOMNJ {
  padding-top: 105px;
  padding-bottom: 105px;
  background-color: #4f87fb;
  background: linear-gradient(to bottom, #4f87fb, #0053f9);
}
.cid-swVEagOMNJ .mbr-section-subtitle {
  color: #ffffff;
  font-weight: 700;
  line-height: 1.43;
  letter-spacing: 2px;
  width: 100%;
}
.cid-swVEagOMNJ .mbr-section-title {
  color: #ffffff;
  font-weight: 700;
  width: 100%;
}
.cid-swVEagOMNJ .mbr-section-title.display-2 {
  font-size: 48px;
  line-height: 1.15;
  letter-spacing: -0.5px;
}
.cid-swVEagOMNJ .mbr-text {
  color: #ffffff;
  font-weight: 400;
  width: 100;
}
.cid-swVEagOMNJ .mbr-text.display-7 {
  font-size: 20px;
  line-height: 1.5;
}
.cid-swVEagOMNJ .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-swVEagOMNJ .content-link span {
  margin-right: 15px;
  margin-left: 20px;
  padding: 10px;
  border-radius: 100%;
  color: #ffffff;
  background-color: #ffffff;
  font-size: 2.475rem;
}
.cid-swVEagOMNJ .mbr-section-btn .btn {
  border-radius: 3px;
  line-height: 2;
  letter-spacing: 1px;
  padding: 12px 40px !important;
  margin-right: 20px;
}
.cid-swVEagOMNJ .mbr-section-btn.display-4,
.cid-swVEagOMNJ .btn.display-4 {
  font-size: 12px !important;
}
@media (max-width: 991px) {
  .cid-swVEagOMNJ .separator,
  .cid-swVEagOMNJ .sep-holder,
  .cid-swVEagOMNJ .sep-line {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .cid-swVEagOMNJ .buttons-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
}
.cid-swVEahjvIJ {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-swVEahjvIJ .contents {
  margin-bottom: 70px;
}
.cid-swVEahjvIJ .contents .mbr-subtitle {
  color: #4f87fb;
  margin-bottom: 10px;
  font-weight: 800;
}
.cid-swVEahjvIJ .contents .mbr-subtitle.display-4 {
  letter-spacing: 2px;
  line-height: 24px;
  font-size: 13px;
}
.cid-swVEahjvIJ .contents .mbr-section-title {
  margin-bottom: 20px;
  color: #130947;
  font-weight: 700;
}
.cid-swVEahjvIJ .contents .mbr-section-title.display-2 {
  line-height: 48px;
  letter-spacing: -0.5px;
}
.cid-swVEahjvIJ .contents .mbr-section-text {
  margin-top: 20px;
  color: #6d7a8c;
  font-weight: 400;
}
.cid-swVEahjvIJ .contents .mbr-section-text.display-7 {
  line-height: 28px;
  letter-spacing: 0;
}
.cid-swVEahjvIJ .card {
  margin-bottom: 2rem;
}
.cid-swVEahjvIJ .card-block {
  font-weight: 400;
  letter-spacing: 0.03em;
  position: relative;
  background: #4f87fb;
  color: #232323;
  box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.08);
  padding: 1.9rem;
  margin-bottom: 35px;
  border-radius: 4px;
}
.cid-swVEahjvIJ .card-block.display-7 {
  font-size: 16px;
  line-height: 26px;
}
.cid-swVEahjvIJ .card-block:before {
  content: "";
  position: absolute;
  bottom: -15px;
  left: 50%;
  margin-left: -14px;
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-top: 15px solid #4f87fb;
  border-right: 15px solid transparent;
}
.cid-swVEahjvIJ .mbr-author-img {
  width: 50px;
  height: 50px;
  display: inline-block;
  border-radius: 100%;
  margin-left: 0rem;
}
.cid-swVEahjvIJ .mbr-author-img img {
  width: 100%;
  border-radius: 100%;
  min-width: 100%;
  min-height: 100%;
}
.cid-swVEahjvIJ .name-wrap {
  display: inline-block;
}
.cid-swVEahjvIJ .card-footer {
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-align: center;
  align-items: center;
  border-top: none;
  background: none;
  padding: 0 1.25rem 1.25rem 1.25rem;
}
.cid-swVEahjvIJ .mbr-author-desc {
  color: #767676;
  text-align: center;
}
.cid-swVEahjvIJ .card-block p {
  color: #ffffff;
  text-align: center;
}
.cid-swVEahjvIJ .mbr-author-name {
  color: #130947;
  margin-bottom: 5px;
}
.cid-swVEahjvIJ .mbr-section-title,
.cid-swVEahjvIJ .title div {
  color: #232323;
  text-align: center;
}
.cid-swVEahjvIJ .contents .mbr-section-text {
  text-align: center;
}
.cid-swVEahMqW1 {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-swVEahMqW1 .carousel-item {
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-swVEahMqW1 .carousel-item.active,
.cid-swVEahMqW1 .carousel-item-next,
.cid-swVEahMqW1 .carousel-item-prev {
  display: flex;
}
.cid-swVEahMqW1 .img-box {
  position: relative;
  width: fit-content;
  margin: auto;
}
.cid-swVEahMqW1 .mbr-iconfont {
  font-family: Moririse2 !important;
  font-size: 1rem;
  font-weight: 900;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.cid-swVEahMqW1 .carousel-controls a {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  font-size: 2rem;
}
.cid-swVEahMqW1 .carousel-controls a span {
  position: absolute;
  top: 45%;
  padding: 10px;
  border-radius: 50%;
  color: #4f87fb;
  opacity: 1;
}
.cid-swVEahMqW1 .carousel-controls a:hover span {
  opacity: 0.4;
}
.cid-swVEahMqW1 h1 {
  color: #36404c;
}
.cid-swVEahMqW1 .author-box {
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
}
.cid-swVEahMqW1 .face {
  width: 100px;
  height: 100px;
  border-radius: 100%;
  box-shadow: none;
  margin: 0rem;
  -o-object-fit: cover;
  object-fit: cover;
}
.cid-swVEahMqW1 .author {
  margin: auto 0;
}
.cid-swVEahMqW1 h3,
.cid-swVEahMqW1 h4 {
  margin: 0;
  padding: 0;
}
.cid-swVEahMqW1 h3 {
  color: #130947;
}
.cid-swVEahMqW1 h3.display-7 {
  line-height: 1.1;
  letter-spacing: 0;
}
.cid-swVEahMqW1 h4 {
  color: #4f87fb;
  font-weight: 700;
}
.cid-swVEahMqW1 h4.display-4 {
  line-height: 1.5;
  font-size: 13px;
}
.cid-swVEahMqW1 .mbr-text {
  padding-bottom: 30px;
  color: #6d7a8c;
  font-weight: 300;
}
.cid-swVEahMqW1 .mbr-text.display-5 {
  line-height: 1.3;
}
.cid-swVEahMqW1 .box {
  max-width: 800px !important;
  margin: auto !important;
}
@media (max-width: 992px) {
  .cid-swVEahMqW1 .carousel-controls a span {
    bottom: auto;
    top: 30%;
  }
}
@media (max-width: 767px) {
  .cid-swVEahMqW1 .carousel-controls a span {
    bottom: auto;
    top: 20%;
  }
}
.cid-swVEahMqW1 .mbr-text,
.cid-swVEahMqW1 .mbr-section-btn {
  color: #4f87fb;
}
.cid-swVEahMqW1 H4 {
  color: #130947;
}
.cid-swVEaiYDN2 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-swVEaiYDN2 .mbr-section-title {
  margin-bottom: 30px;
  color: #130947;
}
.cid-swVEaiYDN2 .mbr-section-title.display-2 {
  line-height: 1.2;
  letter-spacing: -0.5px;
}
.cid-swVEaiYDN2 .google-map {
  height: 30rem;
  position: relative;
  width: 100%;
}
.cid-swVEaiYDN2 .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-swVEaiYDN2 .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-swVEaiYDN2 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-swVEaiYDN2 .google-map[data-state='loading'] [data-state-details] {
  display: none;
}
.cid-swVEaiYDN2 .map-placeholder {
  display: none;
}
.cid-swVEaiYDN2 h4 {
  padding-top: 5rem;
  color: #767676;
  text-align: center;
}
.cid-swVEajjtWw {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #e6ecf2;
}
.cid-swVEajjtWw .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-swVEajjtWw .row {
  flex-direction: row-reverse;
}
.cid-swVEajjtWw .text-content .content-title {
  color: #130947;
  margin-bottom: 30px;
}
.cid-swVEajjtWw .text-content .content-title.display-5 {
  font-size: 26px;
  line-height: 1.38;
  letter-spacing: -0.5px;
}
.cid-swVEajjtWw .text-content .list-block {
  border-bottom-width: 1px;
  padding-bottom: 30px;
  border-bottom-color: #130947;
  border-bottom-style: dotted;
  margin-bottom: 20px;
}
.cid-swVEajjtWw .text-content .list-block .card-img span {
  color: #4f87fb;
  font-size: 2.5rem;
}
.cid-swVEajjtWw .text-content .list-block .list-item-title {
  color: #130947;
}
.cid-swVEajjtWw .text-content .list-block .list-item-title.display-7 {
  font-size: 20px;
  letter-spacing: -0.5px;
  line-height: 1.2;
}
.cid-swVEajjtWw .text-content .list-block .list-item-text {
  padding-top: 10px;
  line-height: 1.29;
  color: #6d7a8c;
  margin-bottom: 0;
}
.cid-swVEajjtWw .text-content .list-block.last {
  border-bottom: none;
  margin-bottom: 20px;
  padding-bottom: 0;
}
.cid-swVEajjtWw .text-content .social {
  font-size: 1.2rem;
  padding-left: 4.5rem;
}
.cid-swVEajjtWw .text-content .social span {
  margin-right: 11.2px;
  margin-bottom: 8px;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  color: #6d7a8c;
}
.cid-swVEajjtWw .text-content .social span:hover {
  color: #4f87fb;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.cid-swVEajjtWw .card-img {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 3rem;
  text-align: center;
}
.cid-swVEajjtWw .list-block {
  position: relative;
}
.cid-swVEajjtWw .list-block h4,
.cid-swVEajjtWw .list-block p {
  padding-left: 4.5rem;
}
.cid-swVEajjtWw .card-img {
  display: block;
}
.cid-swVEajjtWw input,
.cid-swVEajjtWw textarea {
  border-left: none;
  border-top: none;
  border-right: none;
  border-radius: 4px;
  padding: 20px 10px 20px 20px;
  font-size: 13px;
  color: #ffffff;
  font-weight: 600;
}
.cid-swVEajjtWw input:focus,
.cid-swVEajjtWw textarea:focus {
  border-left: none;
  border-top: none;
  border-right: none;
}
.cid-swVEajjtWw .form-control,
.cid-swVEajjtWw .field-input {
  min-height: 3rem;
  padding: 20px 10px 20px 20px;
  background-color: #ffffff;
  border-color: #4f87fb;
  color: #000000;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-swVEajjtWw .form-control:hover,
.cid-swVEajjtWw .field-input:hover,
.cid-swVEajjtWw .form-control:focus,
.cid-swVEajjtWw .field-input:focus {
  background-color: #ffffff;
  border-color: #ffffff !important;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-swVEajjtWw input::-webkit-input-placeholder,
.cid-swVEajjtWw textarea::-webkit-input-placeholder {
  color: #6d7a8c;
}
.cid-swVEajjtWw input:-moz-placeholder,
.cid-swVEajjtWw textarea:-moz-placeholder {
  color: #6d7a8c;
}
.cid-swVEajjtWw .jq-selectbox li,
.cid-swVEajjtWw .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-swVEajjtWw .jq-selectbox li:hover,
.cid-swVEajjtWw .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-swVEajjtWw .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-swVEajjtWw .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-swVEajjtWw .mbr-form {
  max-width: 550px;
}
.cid-swVEajjtWw .mbr-form .mbr-subtitle {
  color: #4f87fb;
  font-weight: 800;
}
.cid-swVEajjtWw .mbr-form .mbr-subtitle.display-4 {
  font-size: 13px;
  line-height: 1.85;
  letter-spacing: 2px;
}
.cid-swVEajjtWw .mbr-form .mbr-section-title {
  color: #130947;
  font-weight: 700;
}
.cid-swVEajjtWw .mbr-form .mbr-section-title.display-2 {
  line-height: 1.2;
  letter-spacing: -0.5px;
}
.cid-swVEajjtWw .mbr-form .mbr-text {
  color: #6d7a8c;
}
.cid-swVEajjtWw .mbr-form textarea {
  min-height: 100px;
}
.cid-swVEajjtWw .mbr-form .btn {
  -webkit-box-pack: justify;
  justify-content: space-between;
  border-width: 2px;
  border-radius: 4px;
  border-color: #4f87fb;
  color: #4f87fb;
  padding: 18px 29px;
}
.cid-swVEajjtWw .mbr-form .btn.display-4 {
  font-size: 13px;
  letter-spacing: 1px;
}
.cid-swVEajjtWw .mbr-form span.value.form-control {
  min-height: 3.5rem;
  padding: 1rem;
}
@media (max-width: 991px) {
  .cid-swVEajjtWw .mbr-form {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}
@media (max-width: 768px) {
  .cid-swVEajjtWw .mbr-section-title,
  .cid-swVEajjtWw .content-title,
  .cid-swVEajjtWw .mbr-section-btn {
    text-align: left;
  }
}
.cid-swVEak10hy {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #25303e;
}
.cid-swVEak10hy section {
  position: relative;
}
.cid-swVEak10hy .widget-title {
  font-weight: 600;
}
.cid-swVEak10hy .widget-title.display-7 {
  font-size: 17px;
  line-height: 27px;
  letter-spacing: 0.5px;
}
.cid-swVEak10hy .mbr-text.display-4 {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 300;
}
.cid-swVEak10hy .item .card-box .item-title {
  font-weight: 300;
}
.cid-swVEak10hy .item .card-box .item-title.display-4 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-swVEak10hy .item .card-img {
  width: auto;
  background-color: #4f87fb;
  border-radius: 100%;
}
.cid-swVEak10hy .item .card-img .img1 {
  display: block;
  padding: 6px;
  font-size: 13px;
}
.cid-swVEak10hy img {
  height: 100px;
  padding-right: 8px;
}
.cid-swVEak10hy .img1 {
  color: #ffffff;
  background-color: #4f87fb;
  border-radius: 50%;
}
.cid-swVEak10hy .img2 {
  color: #ffffff;
  font-size: 10px;
}
.cid-swVEak10hy .line {
  width: 50px;
  height: 2px;
  display: inline-block;
  background: #4f87fb;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
@media (max-width: 992px) {
  .cid-swVEak10hy .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-swVEak10hy .content .link-wrap {
  font-weight: 300;
  color: #fff;
}
.cid-swVEak10hy .content .link-wrap.display-4 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-swVEak10hy .content .date-wrap {
  color: #4f87fb;
  font-weight: 500;
}
.cid-swVEak10hy .content .date-wrap.display-4 {
  font-size: 13px;
  line-height: 17px;
}
.cid-swVEak10hy .item,
.cid-swVEak10hy .link {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  padding-bottom: 0.5rem;
  margin-bottom: 0.6rem;
}
.cid-swVEak10hy .item h4,
.cid-swVEak10hy .link h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-swVEak10hy .link .card-img {
  padding-bottom: 3px;
}
.cid-swVEak10hy .link .card-box .link-title {
  font-weight: 300;
}
.cid-swVEak10hy .link .card-box .link-title a:hover {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: #4f87fb !important;
}
.cid-swVEak10hy .link .card-box .link-title.display-4 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-swVEak10hy .card-img {
  width: auto;
}
@media (max-width: 767px) {
  .cid-swVEak10hy h5 {
    text-align: left !important;
  }
  .cid-swVEak10hy .line-wrap {
    text-align: left !important;
  }
}
.cid-swVEak10hy .item-title {
  color: #ffffff;
}
.cid-swVEak10hy .tips {
  height: 70px;
  width: 70px;
  margin: 4px;
  -o-object-fit: cover;
  object-fit: cover;
}
.cid-swVEak10hy .btn[class*="-outline"] {
  border: none;
  padding: 0;
  margin: 0 !important;
  box-shadow: none !important;
  text-align: left;
  line-height: 1.5;
}
.cid-swVEak10hy .btn[class*="-outline"] span {
  -webkit-box-ordinal-group: 3;
  order: 2;
  font-size: 0.8rem;
  font-weight: 900;
  -webkit-transition: padding 0.3s !important;
  transition: padding 0.3s !important;
}
.cid-swVEak10hy .btn[class*="-outline"]:hover {
  background-color: transparent !important;
  color: #4f87fb !important;
  box-shadow: none !important;
}
.cid-swVEak10hy .btn[class*="-outline"]:active,
.cid-swVEak10hy .btn[class*="-outline"]:focus {
  background-color: transparent !important;
  box-shadow: none !important;
}
.cid-swVEak10hy .list .list-item:first-child {
  padding-bottom: 15px;
}
.cid-swVEak10hy .list .list-item:last-child {
  margin-top: 10px;
}
.cid-swVEak10hy .box-list {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
  font-weight: 300;
}
.cid-swVEak10hy .box-list li {
  padding: 10px 0 10px;
  color: #ffffff;
}
.cid-swVEak10hy .box-list li:first-child {
  padding-top: 0;
}
.cid-swVEak10hy .box-list li:last-child {
  border-bottom: none;
}
.cid-swVEak10hy .box-list li span {
  float: right;
  text-align: right;
  padding-left: 0.5rem;
  color: #4f87fb;
}
.cid-swVEak10hy .box-list.display-4 {
  line-height: 24px;
}
.cid-swVEak10hy .mbr-text {
  line-height: 1.5;
  margin-bottom: 25px;
}
.cid-swVEak10hy .item-title DIV {
  text-align: left;
}
.cid-swVEak10hy .box-list li LI {
  text-align: center;
}
.is-builder .cid-sCSXbLSsuk .navbar {
  padding-top: 20px !important;
}
.cid-sCSXbLSsuk .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  -webkit-transition: none;
  transition: none;
  min-height: 77px;
}
@media (min-width: 1200px) {
  .cid-sCSXbLSsuk .navbar .dropdown .dropdown-menu .dropdown-item {
    padding: 0.835em 2.5385em 0.835em 3.5385em !important;
    margin: 0 !important;
  }
  .cid-sCSXbLSsuk .navbar .dropdown .dropdown-menu .dropdown-item:hover {
    padding: 0.835em 2.5385em 0.835em 3.8385em !important;
  }
}
.cid-sCSXbLSsuk .menu-logo {
  display: flex;
  position: relative;
  -webkit-box-align: center;
  align-items: center;
  margin-right: auto;
}
.cid-sCSXbLSsuk .menu-logo .navbar-brand {
  display: flex;
  margin-left: 4rem;
  padding: 0.5rem 0;
  -webkit-transition: padding 0.2s;
  transition: padding 0.2s;
  min-height: 2rem;
  -webkit-box-align: center;
  align-items: center;
}
.cid-sCSXbLSsuk .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-sCSXbLSsuk .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sCSXbLSsuk .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  -webkit-transition: font-size 0.25s;
  transition: font-size 0.25s;
}
.cid-sCSXbLSsuk .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sCSXbLSsuk .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  -webkit-transition: font-size 0.25s;
  transition: font-size 0.25s;
}
.cid-sCSXbLSsuk .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-sCSXbLSsuk a {
  font-style: normal;
}
.cid-sCSXbLSsuk .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: middle;
  position: relative;
  text-decoration: none;
}
.cid-sCSXbLSsuk .nav-item a {
  padding: 0.4rem 0 !important;
}
.cid-sCSXbLSsuk .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-sCSXbLSsuk .dropdown-item:hover:before {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  width: 16px;
}
.cid-sCSXbLSsuk .content-text {
  margin-bottom: 0;
}
.cid-sCSXbLSsuk .navbar-nav {
  position: relative;
  min-height: 100px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
}
.cid-sCSXbLSsuk .navbar-nav li:first-child > a {
  color: #4f87fb;
}
.cid-sCSXbLSsuk .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-sCSXbLSsuk .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #4f87fb;
    -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-sCSXbLSsuk .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
  .cid-sCSXbLSsuk .navbar-nav .nav-item a {
    margin: 0 1.1rem !important;
  }
}
@media (max-width: 1200px) {
  .cid-sCSXbLSsuk .navbar-nav .nav-item a {
    margin: 0 !important;
  }
}
.cid-sCSXbLSsuk .navbar-nav .nav-item span {
  padding-right: 0.1rem;
}
.cid-sCSXbLSsuk .display-4 > .mbr-iconfont {
  font-size: 1.23em;
}
.cid-sCSXbLSsuk .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-sCSXbLSsuk .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-sCSXbLSsuk .content-link {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.cid-sCSXbLSsuk .content-link:first-child {
  padding-left: 1.3rem;
}
@media (max-width: 1200px) {
  .cid-sCSXbLSsuk .content-link {
    display: none;
  }
}
.cid-sCSXbLSsuk .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
}
.cid-sCSXbLSsuk .navbar-buttons.mbr-section-btn > .mbr-iconfont {
  font-size: 17px !important;
  margin-right: 13px;
}
.cid-sCSXbLSsuk .nav-dropdown .link {
  font-weight: 600;
}
.cid-sCSXbLSsuk .nav-dropdown .link.display-4 {
  font-size: 15px;
}
.cid-sCSXbLSsuk .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-sCSXbLSsuk .content-left-side {
  text-align: center;
  padding-top: 3px;
}
@media (max-width: 575px) {
  .cid-sCSXbLSsuk .content-left-side {
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    padding: 0.5rem 0;
  }
  .cid-sCSXbLSsuk .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-sCSXbLSsuk .content-right-side {
  text-align: center;
}
@media (max-width: 575px) {
  .cid-sCSXbLSsuk .content-right-side {
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    padding: 0.5rem 0;
  }
  .cid-sCSXbLSsuk .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-sCSXbLSsuk .content-right-side .icons-block {
  padding-bottom: 5px;
  padding-left: 17px;
}
.cid-sCSXbLSsuk .content-right-side .content-link {
  margin-left: 1rem;
}
.cid-sCSXbLSsuk .content-right-side .content-link span {
  vertical-align: middle;
  padding-bottom: 2px;
}
.cid-sCSXbLSsuk .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: 0px;
  padding-bottom: 0px;
}
.cid-sCSXbLSsuk .content-left-side .content-link {
  margin-left: 1rem;
}
.cid-sCSXbLSsuk .content-left-side .content-link span {
  vertical-align: middle;
  padding-bottom: 2px;
}
@media (max-width: 1200px) {
  .cid-sCSXbLSsuk .content-left-side {
    text-align: center;
    padding-bottom: 1rem;
  }
  .cid-sCSXbLSsuk .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-sCSXbLSsuk .dropdown-item:before {
    display: none;
  }
  .cid-sCSXbLSsuk .menu-logo {
    width: 100%;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }
  .cid-sCSXbLSsuk .menu-bottom {
    width: 100%;
    padding: 0 1rem;
    display: block;
  }
  .cid-sCSXbLSsuk img {
    height: 2rem !important;
  }
  .cid-sCSXbLSsuk .btn {
    display: flex;
  }
  .cid-sCSXbLSsuk button.navbar-toggler {
    display: block;
  }
  .cid-sCSXbLSsuk .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-sCSXbLSsuk .navbar-toggleable-sm {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  .cid-sCSXbLSsuk .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sCSXbLSsuk .navbar-collapse.collapsing,
  .cid-sCSXbLSsuk .navbar-collapse.show {
    display: block !important;
  }
  .cid-sCSXbLSsuk .navbar-collapse.collapsing .navbar-nav,
  .cid-sCSXbLSsuk .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sCSXbLSsuk .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sCSXbLSsuk .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
    padding: 0.5rem 0;
  }
  .cid-sCSXbLSsuk .navbar-collapse.collapsing .navbar-buttons,
  .cid-sCSXbLSsuk .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-sCSXbLSsuk .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sCSXbLSsuk .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sCSXbLSsuk .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-sCSXbLSsuk .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sCSXbLSsuk .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sCSXbLSsuk .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-sCSXbLSsuk .navbar-nav.nav-dropdown {
    max-height: 80vh !important;
    overflow-y: auto !important;
  }
}
@media (min-width: 1200px) {
  .cid-sCSXbLSsuk .navbar .menu-content-top {
    display: block;
  }
  .cid-sCSXbLSsuk .menu-content-top .row {
    -webkit-box-pack: justify;
    justify-content: space-between;
    flex-wrap: nowrap;
  }
  .cid-sCSXbLSsuk .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-sCSXbLSsuk .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-sCSXbLSsuk .menu-content-top {
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  }
  .cid-sCSXbLSsuk .menu-bottom {
    display: flex;
  }
  .cid-sCSXbLSsuk .navbar {
    display: block;
    padding: 0;
  }
  .cid-sCSXbLSsuk .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
  }
  .cid-sCSXbLSsuk .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-sCSXbLSsuk .navbar-toggler {
    display: none;
  }
}
.cid-sCSXbLSsuk .navbar-short .menu-content-top {
  border: none;
  display: none;
}
.cid-sCSXbLSsuk .btn {
  padding: 15px 30px;
  font-weight: 800;
  display: inline-flex;
  -webkit-box-align: center;
  align-items: center;
  border-width: 1px;
  box-shadow: none;
}
.cid-sCSXbLSsuk .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-sCSXbLSsuk .btn.display-4 {
  letter-spacing: 0.5px;
  font-size: 13px;
  line-height: 13px;
}
.cid-sCSXbLSsuk .navbar-toggleable-sm .navbar-collapse {
  -webkit-box-pack: end;
  justify-content: flex-end;
  padding-right: 4rem;
  width: 100%;
}
.cid-sCSXbLSsuk .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-sCSXbLSsuk .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sCSXbLSsuk .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sCSXbLSsuk .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  border-top: 3px solid #4f87fb;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
  min-width: 16.875rem;
  text-align: left;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 20px !important;
}
@media (max-width: 1200px) {
  .cid-sCSXbLSsuk .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sCSXbLSsuk .dropdown .dropdown-menu .dropdown-item {
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sCSXbLSsuk .dropdown .dropdown-menu .dropdown-item:hover {
  background-color: #4f87fb;
  color: #ffffff;
}
.cid-sCSXbLSsuk .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-sCSXbLSsuk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sCSXbLSsuk .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-sCSXbLSsuk .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sCSXbLSsuk .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sCSXbLSsuk .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-sCSXbLSsuk .navbar.navbar-short {
  min-height: 60px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-sCSXbLSsuk .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-sCSXbLSsuk .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sCSXbLSsuk .navbar.navbar-short .navbar-logo a img {
  height: 2.0rem !important;
}
.cid-sCSXbLSsuk .navbar.navbar-short .navbar-brand {
  min-height: 2.0rem;
}
.cid-sCSXbLSsuk .navbar.navbar-short .navbar-nav {
  min-height: 60px;
}
.cid-sCSXbLSsuk button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-sCSXbLSsuk button.navbar-toggler:focus {
  outline: none;
}
.cid-sCSXbLSsuk button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-sCSXbLSsuk button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-sCSXbLSsuk button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}
.cid-sCSXbLSsuk button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}
.cid-sCSXbLSsuk button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-sCSXbLSsuk 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-sCSXbLSsuk nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.cid-sCSXbLSsuk nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.cid-sCSXbLSsuk 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-sCSXbLSsuk .collapsed.navbar {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}
.cid-sCSXbLSsuk .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-sCSXbLSsuk .collapsed .menu-logo {
  margin-right: 0;
}
.cid-sCSXbLSsuk .collapsed .btn {
  display: flex;
}
.cid-sCSXbLSsuk .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sCSXbLSsuk .collapsed .navbar-collapse.collapsing,
.cid-sCSXbLSsuk .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sCSXbLSsuk .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sCSXbLSsuk .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sCSXbLSsuk .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sCSXbLSsuk .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sCSXbLSsuk .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sCSXbLSsuk .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-sCSXbLSsuk .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sCSXbLSsuk .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1200px) {
  .cid-sCSXbLSsuk .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 1.8rem  - 1rem);
  }
  .cid-sCSXbLSsuk .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sCSXbLSsuk .collapsed button.navbar-toggler {
  display: block;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sCSXbLSsuk .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-sCSXbLSsuk .collapsed .navbar-toggleable-sm {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}
.cid-sCSXbLSsuk .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-sCSXbLSsuk .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sCSXbLSsuk .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sCSXbLSsuk .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-sCSXbLSsuk .collapsed .dropdown-item:before {
  display: none;
}
.cid-sCSXbLSsuk .navbar-dropdown {
  flex-wrap: nowrap;
}
.cid-sCSXbLSsuk .navbar-collapse {
  flex-basis: auto;
  display: flex;
}
.cid-sCSXbLSsuk .nav-link:focus {
  outline: none;
}
.cid-sCSXbLSsuk .navbar-toggler {
  position: relative;
}
.cid-sCSXbLSsuk .dropdown-item.active,
.cid-sCSXbLSsuk .dropdown-item:active {
  background-color: #ffffff;
  color: #ffffff;
}
.cid-sCSXbLSsuk .nav-link:hover,
.cid-sCSXbLSsuk .dropdown-item:hover {
  color: #4f87fb;
}
.cid-sCSXbMGr0a {
  padding-top: 135px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sCSXbMGr0a input,
.cid-sCSXbMGr0a textarea {
  border-left: none;
  border-top: none;
  border-right: none;
  border-radius: 4px;
  min-height: 3rem;
  padding: 20px 10px 20px 0px;
  font-size: 14px;
  color: #ffffff;
  font-weight: 600;
}
.cid-sCSXbMGr0a input:focus,
.cid-sCSXbMGr0a textarea:focus {
  border-left: none;
  border-top: none;
  border-right: none;
}
.cid-sCSXbMGr0a .form-control,
.cid-sCSXbMGr0a .field-input {
  padding: 20px 10px 20px 0px;
  background-color: #ffffff;
  border-color: #ececec;
  color: #000000;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-sCSXbMGr0a input::-webkit-input-placeholder,
.cid-sCSXbMGr0a textarea::-webkit-input-placeholder {
  color: #6d7a8c;
}
.cid-sCSXbMGr0a input:-moz-placeholder,
.cid-sCSXbMGr0a textarea:-moz-placeholder {
  color: #6d7a8c;
}
.cid-sCSXbMGr0a .jq-selectbox li,
.cid-sCSXbMGr0a .jq-selectbox li {
  background-color: #ffffff;
}
.cid-sCSXbMGr0a .jq-selectbox li:hover,
.cid-sCSXbMGr0a .jq-selectbox li.selected {
  background-color: #ffffff;
}
.cid-sCSXbMGr0a .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-sCSXbMGr0a .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-sCSXbMGr0a .mbr-section-btn .btn-info {
  background-color: #28303f !important;
  border-color: #28303f !important;
  font-size: 13px;
  letter-spacing: 1px;
  padding: 15px 30px !important;
  border-radius: 5px !important;
  font-weight: 500;
  line-height: 1.92;
}
.cid-sCSXbMGr0a .team-left-inner .featured-wrapper img {
  max-width: 100%;
  height: auto;
  box-shadow: 0 0 50px rgba(79, 110, 173, 0.1);
  border-radius: 4px;
}
.cid-sCSXbMGr0a .team-left-inner .team-info-block {
  padding: 30px;
  border-bottom: 1px solid #e5e8ef;
}
.cid-sCSXbMGr0a .team-left-inner .team-info-block .team-title {
  color: #130947;
  font-weight: 800;
  margin-bottom: 5px;
  letter-spacing: -0.5px;
  line-height: 1.25;
}
.cid-sCSXbMGr0a .team-left-inner .team-info-block .team-designation {
  color: #4f87fb;
  line-height: 1.625;
  margin-bottom: 20px;
  font-weight: 600;
  letter-spacing: 0;
}
.cid-sCSXbMGr0a .team-left-inner .team-info-block .short-description p {
  line-height: 1.5;
  font-weight: 400;
  color: #6d7a8c;
}
.cid-sCSXbMGr0a .team-left-inner .team-info-block .personal-title {
  color: #4f87fb;
  font-size: 22px !important;
}
.cid-sCSXbMGr0a .team-left-inner .team-info-block .single-team-info {
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0;
  margin-top: 30px;
  line-height: 1.5;
}
.cid-sCSXbMGr0a .team-left-inner .team-info-block .single-team-info label {
  display: inline-block;
  width: 110px;
  font-weight: 700;
  margin-bottom: 1rem;
}
.cid-sCSXbMGr0a .team-left-inner .team-info-block .display-7 {
  font-size: 24px;
}
.cid-sCSXbMGr0a .team-left-inner .team-info-block .display-4 {
  font-size: 16px;
}
.cid-sCSXbMGr0a .team-left-inner .team-info-block .social span {
  font-size: 1.1rem;
  padding: 17px;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  border-radius: 4px;
  color: #4f87fb;
  margin-right: 10px;
}
.cid-sCSXbMGr0a .team-left-inner .team-info-block .social span:hover {
  background-color: #4f87fb;
  color: #ffffff;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.cid-sCSXbMGr0a .team-left-inner .team-info-block:last-child {
  border: none;
}
.cid-sCSXbMGr0a .entry-content .text-box {
  padding: 0rem;
}
.cid-sCSXbMGr0a .entry-content .text-box .display-4 {
  font-size: 16px;
}
.cid-sCSXbMGr0a .entry-content .text-box .card-title {
  color: #130947;
  margin-bottom: 30px;
  font-weight: 700;
}
.cid-sCSXbMGr0a .entry-content .text-box .card-title.display-5 {
  font-size: 30px;
  line-height: 1.3;
  letter-spacing: -0.5px;
}
.cid-sCSXbMGr0a .entry-content .text-box .doc-descr {
  line-height: 1.5;
  margin-bottom: 35px;
  color: #6d7a8c;
}
.cid-sCSXbMGr0a .entry-content .capabilities {
  margin-bottom: 35px;
}
.cid-sCSXbMGr0a .entry-content .capabilities-title {
  color: #130947;
  line-height: 1.3;
  letter-spacing: -0.5px;
  margin-bottom: 30px;
}
.cid-sCSXbMGr0a .entry-content .capabilities .list {
  list-style-type: none;
  line-height: 1.5;
  padding-left: 0;
  margin-bottom: 0;
}
.cid-sCSXbMGr0a .entry-content .capabilities .list li {
  margin-bottom: 15px;
  color: #6d7a8c;
}
.cid-sCSXbMGr0a .entry-content .capabilities .list li::before {
  display: inline-block;
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 6px solid #4f87fb;
  content: '';
  margin-right: 10px;
  vertical-align: middle;
}
.cid-sCSXbMGr0a .entry-content .capabilities-text {
  color: #6d7a8c;
  padding-top: 10px;
}
.cid-sCSXbMGr0a .entry-content .capabilities .display-4 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-sCSXbMGr0a .entry-content .contact {
  margin-top: 30px;
}
.cid-sCSXbMGr0a .entry-content .contact-title {
  margin-bottom: 30px;
  color: #130947;
}
.cid-sCSXbMGr0a .entry-content .contact .mbr-form .btn {
  -webkit-box-pack: justify;
  justify-content: space-between;
  border-width: 2px;
  border-radius: 4px;
  padding: 13px 22px;
  font-weight: 500;
  line-height: 2.3;
  letter-spacing: 1px;
  display: inline-flex;
}
.cid-sCSXbMGr0a .entry-content .contact .btn.display-4 {
  font-size: 13px;
}
.cid-sCSXbMGr0a .entry-content .contact .btn-black {
  background-color: #28303f !important;
  border-color: #28303f !important;
}
.cid-sCSXbMGr0a .entry-content .contact .btn-black:hover {
  background-color: #4f87fb !important;
  border-color: #4f87fb !important;
}
.cid-sCSXbMGr0a .progress_elements {
  margin: 0 auto;
  margin-top: 30px;
}
.cid-sCSXbMGr0a .progress_elements .title-wrap {
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.cid-sCSXbMGr0a .progress_elements .title-wrap .progressbar-title p {
  margin-bottom: 0.5rem;
}
.cid-sCSXbMGr0a .progress_elements .progress {
  width: 100%;
  height: 6px;
  position: relative;
  overflow: visible;
}
.cid-sCSXbMGr0a .progress_elements .progress::after {
  content: '';
  position: absolute;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #fff;
  top: -4px;
}
.cid-sCSXbMGr0a .progress_elements .progress-primary {
  background: rgba(206, 206, 206, 0.4);
  border: none;
  outline: none;
}
.cid-sCSXbMGr0a .progress_elements .progress1 progress::after {
  left: 80%;
  border: 3px solid #4f87fb;
}
.cid-sCSXbMGr0a .progress_elements .progress2 progress::after {
  left: 70%;
  border: 3px solid #4f87fb;
}
.cid-sCSXbMGr0a .progress_elements .progress3 progress::after {
  left: 78%;
  border: 3px solid #4f87fb;
}
.cid-sCSXbMGr0a .progress_elements .progress4 progress::after {
  left: 53%;
  border: 3px solid #4f87fb;
}
.cid-sCSXbMGr0a progress[value]::-webkit-progress-bar {
  background: rgba(255, 255, 255, 0.1);
}
.cid-sCSXbMGr0a .progress1 progress::-webkit-progress-value {
  background: #4f87fb;
}
.cid-sCSXbMGr0a .progress2 progress::-webkit-progress-value {
  background: #4f87fb;
}
.cid-sCSXbMGr0a .progress3 progress::-webkit-progress-value {
  background: #4f87fb;
}
.cid-sCSXbMGr0a .progress4 progress::-webkit-progress-value {
  background: #4f87fb;
}
.cid-sCSXbMGr0a .progress-primary::-webkit-progress-bar {
  background: rgba(206, 206, 206, 0.4);
}
.cid-sCSXbMGr0a .progressbar-title p {
  color: #6d7a8c;
}
.cid-sCSXbNxboM {
  padding-top: 105px;
  padding-bottom: 105px;
  background-color: #4f87fb;
  background: linear-gradient(to bottom, #4f87fb, #0053f9);
}
.cid-sCSXbNxboM .mbr-section-subtitle {
  color: #ffffff;
  font-weight: 700;
  line-height: 1.43;
  letter-spacing: 2px;
  width: 100%;
}
.cid-sCSXbNxboM .mbr-section-title {
  color: #ffffff;
  font-weight: 700;
  width: 100%;
}
.cid-sCSXbNxboM .mbr-section-title.display-2 {
  font-size: 48px;
  line-height: 1.15;
  letter-spacing: -0.5px;
}
.cid-sCSXbNxboM .mbr-text {
  color: #ffffff;
  font-weight: 400;
  width: 100;
}
.cid-sCSXbNxboM .mbr-text.display-7 {
  font-size: 20px;
  line-height: 1.5;
}
.cid-sCSXbNxboM .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-sCSXbNxboM .content-link span {
  margin-right: 15px;
  margin-left: 20px;
  padding: 10px;
  border-radius: 100%;
  color: #ffffff;
  background-color: #ffffff;
  font-size: 2.475rem;
}
.cid-sCSXbNxboM .mbr-section-btn .btn {
  border-radius: 3px;
  line-height: 2;
  letter-spacing: 1px;
  padding: 12px 40px !important;
  margin-right: 20px;
}
.cid-sCSXbNxboM .mbr-section-btn.display-4,
.cid-sCSXbNxboM .btn.display-4 {
  font-size: 12px !important;
}
@media (max-width: 991px) {
  .cid-sCSXbNxboM .separator,
  .cid-sCSXbNxboM .sep-holder,
  .cid-sCSXbNxboM .sep-line {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .cid-sCSXbNxboM .buttons-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
}
.cid-sCSXbNRpiY {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #25303e;
}
.cid-sCSXbNRpiY .links {
  text-align: center;
  color: #ffffff;
}
.cid-sCSXbNRpiY p {
  margin: 0;
}
.cid-sCSXbNRpiY a {
  color: #ffffff;
}
.cid-sCSXbNRpiY a:hover {
  color: #4f87fb !important;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.cid-sCSXbO9pw6 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #e6ecf2;
}
.cid-sCSXbO9pw6 .container {
  margin-bottom: 70px;
}
.cid-sCSXbO9pw6 .container .mbr-section-subtitle {
  color: #4f87fb;
  font-weight: 800;
  margin-bottom: 10px;
}
.cid-sCSXbO9pw6 .container .mbr-section-subtitle.display-4 {
  font-size: 13px;
  line-height: 24px;
  letter-spacing: 2px;
}
.cid-sCSXbO9pw6 .container .mbr-section-title,
.cid-sCSXbO9pw6 .container .signature {
  color: #130947;
}
.cid-sCSXbO9pw6 .container .mbr-section-title {
  margin-bottom: 20px;
}
.cid-sCSXbO9pw6 .container .mbr-section-title.display-2 {
  line-height: 48px;
  letter-spacing: -0.5px;
}
.cid-sCSXbO9pw6 .container .mbr-text {
  line-height: 28px;
  letter-spacing: 0;
  color: #6d7a8c;
}
.cid-sCSXbO9pw6 .carousel-item {
  -webkit-box-pack: center;
  justify-content: center;
  padding: 0 0rem;
}
.cid-sCSXbO9pw6 .carousel-item > div {
  width: 100%;
}
.cid-sCSXbO9pw6 .carousel-item.active,
.cid-sCSXbO9pw6 .carousel-item-next,
.cid-sCSXbO9pw6 .carousel-item-prev {
  display: flex;
}
.cid-sCSXbO9pw6 .carousel-indicators {
  left: 0%;
  margin: 20px auto 0;
  -webkit-box-align: center;
  align-items: center;
  bottom: -40px !important;
}
.cid-sCSXbO9pw6 .carousel-indicators .active {
  opacity: 1;
  border: 0;
  background-color: #4f87fb !important;
}
.cid-sCSXbO9pw6 .carousel-indicators li {
  height: 15px;
  width: 15px;
  border-radius: 50%;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
  background-color: #ffffff;
  font-size: 2rem;
  opacity: 0.5;
  border-width: 0px;
  border: 1px solid #e5e8ef;
}
.cid-sCSXbO9pw6 .carousel-indicators li:hover {
  opacity: 1;
}
@media (max-width: 991px) {
  .cid-sCSXbO9pw6 .carousel-controls {
    display: none;
  }
}
.cid-sCSXbO9pw6 .carousel-controls a {
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
  font-size: 1.2rem;
}
.cid-sCSXbO9pw6 .carousel-controls a span {
  padding: 15px;
  border-radius: 50%;
  color: #ffffff;
  background: #4f87fb;
  opacity: 0.9;
}
.cid-sCSXbO9pw6 .carousel-controls a:hover span {
  opacity: 1;
}
@media (min-width: 992px) {
  .cid-sCSXbO9pw6 .carousel-item {
    padding: 0 2rem;
  }
}
@media (min-width: 768px) {
  .cid-sCSXbO9pw6 .carousel-controls a {
    width: 5%;
  }
}
.cid-sCSXbO9pw6 a.text-white:hover,
.cid-sCSXbO9pw6 a.text-white:focus {
  color: #000000 !important;
}
.cid-sCSXbO9pw6 .mbr-section-btn {
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 21.7px;
}
.cid-sCSXbO9pw6 .card {
  display: block;
  background-color: #ffffff;
  border-bottom: 1px solid #4f87fb;
  border-radius: 4px;
  padding: 40px 50px 20px;
}
@media (max-width: 991px) {
  .cid-sCSXbO9pw6 .card {
    padding: 40px 10px 20px;
  }
}
.cid-sCSXbO9pw6 .card:hover span,
.cid-sCSXbO9pw6 .card:focus span {
  background-color: #4f87fb;
  color: #ffffff;
  -webkit-transition: 0.6s all;
  transition: 0.6s all;
}
@media (max-width: 767px) {
  .cid-sCSXbO9pw6 .card {
    margin-bottom: 20px;
  }
}
.cid-sCSXbO9pw6 .card span {
  margin-right: 15px;
  margin-left: 20px;
  padding: 30px;
  border-radius: 100%;
  color: #4f87fb;
  background-color: #f1f6fb;
  font-size: 50px;
  -webkit-transition: 0.6s all;
  transition: 0.6s all;
  margin-bottom: 25px;
}
.cid-sCSXbO9pw6 .card .signature {
  padding-bottom: 20px;
  margin-bottom: 30px;
  color: #130947;
  font-weight: 700;
}
.cid-sCSXbO9pw6 .card .signature.display-7 {
  font-size: 20px;
  line-height: 24px;
  letter-spacing: -0.5px;
}
.cid-sCSXbO9pw6 .card .card-text {
  margin-bottom: 25px;
  color: #6d7a8c;
  font-weight: 400;
}
.cid-sCSXbO9pw6 .card .card-text.display-7 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-sCSXbO9pw6 .card .link {
  line-height: 16px;
  font-weight: 700;
  letter-spacing: 1px;
  text-decoration: none;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  color: #4f87fb;
  background-color: transparent !important;
}
.cid-sCSXbO9pw6 .card .link:after {
  background-color: currentColor;
  content: "";
  position: absolute;
  bottom: 0px;
  left: auto;
  right: 0;
  height: 2px;
  width: 0%;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.2s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
}
.cid-sCSXbO9pw6 .card .link::before {
  width: 100%;
  content: "";
  position: absolute;
  bottom: 0px;
  left: auto;
  right: 0;
  height: 2px;
  background-color: #fff;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.2s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
}
.cid-sCSXbO9pw6 .card .link:hover:after,
.cid-sCSXbO9pw6 .card .link:focus:after {
  width: 100%;
  left: 0;
  right: auto;
}
.cid-sCSXbO9pw6 .card .link:hover:before,
.cid-sCSXbO9pw6 .card .link:focus:before {
  width: 100%;
}
.cid-sCSXbPSuGB {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #25303e;
}
.cid-sCSXbPSuGB section {
  position: relative;
}
.cid-sCSXbPSuGB .widget-title {
  font-weight: 600;
}
.cid-sCSXbPSuGB .widget-title.display-7 {
  font-size: 17px;
  line-height: 27px;
  letter-spacing: 0.5px;
}
.cid-sCSXbPSuGB .mbr-text.display-4 {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 300;
}
.cid-sCSXbPSuGB .item .card-box .item-title {
  font-weight: 300;
}
.cid-sCSXbPSuGB .item .card-box .item-title.display-4 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-sCSXbPSuGB .item .card-img {
  width: auto;
  background-color: #4f87fb;
  border-radius: 100%;
}
.cid-sCSXbPSuGB .item .card-img .img1 {
  display: block;
  padding: 6px;
  font-size: 13px;
}
.cid-sCSXbPSuGB img {
  height: 100px;
  padding-right: 8px;
}
.cid-sCSXbPSuGB .img1 {
  color: #ffffff;
  background-color: #4f87fb;
  border-radius: 50%;
}
.cid-sCSXbPSuGB .img2 {
  color: #ffffff;
  font-size: 10px;
}
.cid-sCSXbPSuGB .line {
  width: 50px;
  height: 2px;
  display: inline-block;
  background: #4f87fb;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
@media (max-width: 992px) {
  .cid-sCSXbPSuGB .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sCSXbPSuGB .content .link-wrap {
  font-weight: 300;
  color: #fff;
}
.cid-sCSXbPSuGB .content .link-wrap.display-4 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-sCSXbPSuGB .content .date-wrap {
  color: #4f87fb;
  font-weight: 500;
}
.cid-sCSXbPSuGB .content .date-wrap.display-4 {
  font-size: 13px;
  line-height: 17px;
}
.cid-sCSXbPSuGB .item,
.cid-sCSXbPSuGB .link {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  padding-bottom: 0.5rem;
  margin-bottom: 0.6rem;
}
.cid-sCSXbPSuGB .item h4,
.cid-sCSXbPSuGB .link h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-sCSXbPSuGB .link .card-img {
  padding-bottom: 3px;
}
.cid-sCSXbPSuGB .link .card-box .link-title {
  font-weight: 300;
}
.cid-sCSXbPSuGB .link .card-box .link-title a:hover {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: #4f87fb !important;
}
.cid-sCSXbPSuGB .link .card-box .link-title.display-4 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-sCSXbPSuGB .card-img {
  width: auto;
}
@media (max-width: 767px) {
  .cid-sCSXbPSuGB h5 {
    text-align: left !important;
  }
  .cid-sCSXbPSuGB .line-wrap {
    text-align: left !important;
  }
}
.cid-sCSXbPSuGB .item-title {
  color: #ffffff;
}
.cid-sCSXbPSuGB .tips {
  height: 70px;
  width: 70px;
  margin: 4px;
  -o-object-fit: cover;
  object-fit: cover;
}
.cid-sCSXbPSuGB .btn[class*="-outline"] {
  border: none;
  padding: 0;
  margin: 0 !important;
  box-shadow: none !important;
  text-align: left;
  line-height: 1.5;
}
.cid-sCSXbPSuGB .btn[class*="-outline"] span {
  -webkit-box-ordinal-group: 3;
  order: 2;
  font-size: 0.8rem;
  font-weight: 900;
  -webkit-transition: padding 0.3s !important;
  transition: padding 0.3s !important;
}
.cid-sCSXbPSuGB .btn[class*="-outline"]:hover {
  background-color: transparent !important;
  color: #4f87fb !important;
  box-shadow: none !important;
}
.cid-sCSXbPSuGB .btn[class*="-outline"]:active,
.cid-sCSXbPSuGB .btn[class*="-outline"]:focus {
  background-color: transparent !important;
  box-shadow: none !important;
}
.cid-sCSXbPSuGB .list .list-item:first-child {
  padding-bottom: 15px;
}
.cid-sCSXbPSuGB .list .list-item:last-child {
  margin-top: 10px;
}
.cid-sCSXbPSuGB .box-list {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
  font-weight: 300;
}
.cid-sCSXbPSuGB .box-list li {
  padding: 10px 0 10px;
  color: #ffffff;
}
.cid-sCSXbPSuGB .box-list li:first-child {
  padding-top: 0;
}
.cid-sCSXbPSuGB .box-list li:last-child {
  border-bottom: none;
}
.cid-sCSXbPSuGB .box-list li span {
  float: right;
  text-align: right;
  padding-left: 0.5rem;
  color: #4f87fb;
}
.cid-sCSXbPSuGB .box-list.display-4 {
  line-height: 24px;
}
.cid-sCSXbPSuGB .mbr-text {
  line-height: 1.5;
  margin-bottom: 25px;
}
.cid-sCSXbPSuGB .item-title DIV {
  text-align: left;
}
.cid-sCSXbPSuGB .box-list li LI {
  text-align: center;
}
.is-builder .cid-suxDKU3iVw .navbar {
  padding-top: 20px !important;
}
.cid-suxDKU3iVw .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  -webkit-transition: none;
  transition: none;
  min-height: 77px;
}
@media (min-width: 1200px) {
  .cid-suxDKU3iVw .navbar .dropdown .dropdown-menu .dropdown-item {
    padding: 0.835em 2.5385em 0.835em 3.5385em !important;
    margin: 0 !important;
  }
  .cid-suxDKU3iVw .navbar .dropdown .dropdown-menu .dropdown-item:hover {
    padding: 0.835em 2.5385em 0.835em 3.8385em !important;
  }
}
.cid-suxDKU3iVw .menu-logo {
  display: flex;
  position: relative;
  -webkit-box-align: center;
  align-items: center;
  margin-right: auto;
}
.cid-suxDKU3iVw .menu-logo .navbar-brand {
  display: flex;
  margin-left: 4rem;
  padding: 0.5rem 0;
  -webkit-transition: padding 0.2s;
  transition: padding 0.2s;
  min-height: 2rem;
  -webkit-box-align: center;
  align-items: center;
}
.cid-suxDKU3iVw .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-suxDKU3iVw .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-suxDKU3iVw .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  -webkit-transition: font-size 0.25s;
  transition: font-size 0.25s;
}
.cid-suxDKU3iVw .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-suxDKU3iVw .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  -webkit-transition: font-size 0.25s;
  transition: font-size 0.25s;
}
.cid-suxDKU3iVw .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-suxDKU3iVw a {
  font-style: normal;
}
.cid-suxDKU3iVw .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: middle;
  position: relative;
  text-decoration: none;
}
.cid-suxDKU3iVw .nav-item a {
  padding: 0.4rem 0 !important;
}
.cid-suxDKU3iVw .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-suxDKU3iVw .dropdown-item:hover:before {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  width: 16px;
}
.cid-suxDKU3iVw .content-text {
  margin-bottom: 0;
}
.cid-suxDKU3iVw .navbar-nav {
  position: relative;
  min-height: 100px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
}
.cid-suxDKU3iVw .navbar-nav li:first-child > a {
  color: #4f87fb;
}
.cid-suxDKU3iVw .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-suxDKU3iVw .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #4f87fb;
    -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-suxDKU3iVw .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
  .cid-suxDKU3iVw .navbar-nav .nav-item a {
    margin: 0 1.1rem !important;
  }
}
@media (max-width: 1200px) {
  .cid-suxDKU3iVw .navbar-nav .nav-item a {
    margin: 0 !important;
  }
}
.cid-suxDKU3iVw .navbar-nav .nav-item span {
  padding-right: 0.1rem;
}
.cid-suxDKU3iVw .display-4 > .mbr-iconfont {
  font-size: 1.23em;
}
.cid-suxDKU3iVw .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-suxDKU3iVw .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-suxDKU3iVw .content-link {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.cid-suxDKU3iVw .content-link:first-child {
  padding-left: 1.3rem;
}
@media (max-width: 1200px) {
  .cid-suxDKU3iVw .content-link {
    display: none;
  }
}
.cid-suxDKU3iVw .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
}
.cid-suxDKU3iVw .navbar-buttons.mbr-section-btn > .mbr-iconfont {
  font-size: 17px !important;
  margin-right: 13px;
}
.cid-suxDKU3iVw .nav-dropdown .link {
  font-weight: 600;
}
.cid-suxDKU3iVw .nav-dropdown .link.display-4 {
  font-size: 15px;
}
.cid-suxDKU3iVw .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-suxDKU3iVw .content-left-side {
  text-align: center;
  padding-top: 3px;
}
@media (max-width: 575px) {
  .cid-suxDKU3iVw .content-left-side {
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    padding: 0.5rem 0;
  }
  .cid-suxDKU3iVw .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-suxDKU3iVw .content-right-side {
  text-align: center;
}
@media (max-width: 575px) {
  .cid-suxDKU3iVw .content-right-side {
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    padding: 0.5rem 0;
  }
  .cid-suxDKU3iVw .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-suxDKU3iVw .content-right-side .icons-block {
  padding-bottom: 5px;
  padding-left: 17px;
}
.cid-suxDKU3iVw .content-right-side .content-link {
  margin-left: 1rem;
}
.cid-suxDKU3iVw .content-right-side .content-link span {
  vertical-align: middle;
  padding-bottom: 2px;
}
.cid-suxDKU3iVw .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: 0px;
  padding-bottom: 0px;
}
.cid-suxDKU3iVw .content-left-side .content-link {
  margin-left: 1rem;
}
.cid-suxDKU3iVw .content-left-side .content-link span {
  vertical-align: middle;
  padding-bottom: 2px;
}
@media (max-width: 1200px) {
  .cid-suxDKU3iVw .content-left-side {
    text-align: center;
    padding-bottom: 1rem;
  }
  .cid-suxDKU3iVw .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-suxDKU3iVw .dropdown-item:before {
    display: none;
  }
  .cid-suxDKU3iVw .menu-logo {
    width: 100%;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }
  .cid-suxDKU3iVw .menu-bottom {
    width: 100%;
    padding: 0 1rem;
    display: block;
  }
  .cid-suxDKU3iVw img {
    height: 2rem !important;
  }
  .cid-suxDKU3iVw .btn {
    display: flex;
  }
  .cid-suxDKU3iVw button.navbar-toggler {
    display: block;
  }
  .cid-suxDKU3iVw .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-suxDKU3iVw .navbar-toggleable-sm {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  .cid-suxDKU3iVw .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-suxDKU3iVw .navbar-collapse.collapsing,
  .cid-suxDKU3iVw .navbar-collapse.show {
    display: block !important;
  }
  .cid-suxDKU3iVw .navbar-collapse.collapsing .navbar-nav,
  .cid-suxDKU3iVw .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-suxDKU3iVw .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-suxDKU3iVw .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
    padding: 0.5rem 0;
  }
  .cid-suxDKU3iVw .navbar-collapse.collapsing .navbar-buttons,
  .cid-suxDKU3iVw .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-suxDKU3iVw .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-suxDKU3iVw .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-suxDKU3iVw .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-suxDKU3iVw .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-suxDKU3iVw .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-suxDKU3iVw .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-suxDKU3iVw .navbar-nav.nav-dropdown {
    max-height: 80vh !important;
    overflow-y: auto !important;
  }
}
@media (min-width: 1200px) {
  .cid-suxDKU3iVw .navbar .menu-content-top {
    display: block;
  }
  .cid-suxDKU3iVw .menu-content-top .row {
    -webkit-box-pack: justify;
    justify-content: space-between;
    flex-wrap: nowrap;
  }
  .cid-suxDKU3iVw .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-suxDKU3iVw .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-suxDKU3iVw .menu-content-top {
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  }
  .cid-suxDKU3iVw .menu-bottom {
    display: flex;
  }
  .cid-suxDKU3iVw .navbar {
    display: block;
    padding: 0;
  }
  .cid-suxDKU3iVw .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
  }
  .cid-suxDKU3iVw .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-suxDKU3iVw .navbar-toggler {
    display: none;
  }
}
.cid-suxDKU3iVw .navbar-short .menu-content-top {
  border: none;
  display: none;
}
.cid-suxDKU3iVw .btn {
  padding: 15px 30px;
  font-weight: 800;
  display: inline-flex;
  -webkit-box-align: center;
  align-items: center;
  border-width: 1px;
  box-shadow: none;
}
.cid-suxDKU3iVw .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-suxDKU3iVw .btn.display-4 {
  letter-spacing: 0.5px;
  font-size: 13px;
  line-height: 13px;
}
.cid-suxDKU3iVw .navbar-toggleable-sm .navbar-collapse {
  -webkit-box-pack: end;
  justify-content: flex-end;
  padding-right: 4rem;
  width: 100%;
}
.cid-suxDKU3iVw .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-suxDKU3iVw .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-suxDKU3iVw .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-suxDKU3iVw .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  border-top: 3px solid #4f87fb;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
  min-width: 16.875rem;
  text-align: left;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 20px !important;
}
@media (max-width: 1200px) {
  .cid-suxDKU3iVw .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-suxDKU3iVw .dropdown .dropdown-menu .dropdown-item {
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-suxDKU3iVw .dropdown .dropdown-menu .dropdown-item:hover {
  background-color: #4f87fb;
  color: #ffffff;
}
.cid-suxDKU3iVw .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-suxDKU3iVw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-suxDKU3iVw .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-suxDKU3iVw .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-suxDKU3iVw .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-suxDKU3iVw .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-suxDKU3iVw .navbar.navbar-short {
  min-height: 60px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-suxDKU3iVw .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-suxDKU3iVw .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-suxDKU3iVw .navbar.navbar-short .navbar-logo a img {
  height: 2.0rem !important;
}
.cid-suxDKU3iVw .navbar.navbar-short .navbar-brand {
  min-height: 2.0rem;
}
.cid-suxDKU3iVw .navbar.navbar-short .navbar-nav {
  min-height: 60px;
}
.cid-suxDKU3iVw button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-suxDKU3iVw button.navbar-toggler:focus {
  outline: none;
}
.cid-suxDKU3iVw button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-suxDKU3iVw button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-suxDKU3iVw button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}
.cid-suxDKU3iVw button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}
.cid-suxDKU3iVw button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-suxDKU3iVw 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-suxDKU3iVw nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.cid-suxDKU3iVw nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.cid-suxDKU3iVw 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-suxDKU3iVw .collapsed.navbar {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}
.cid-suxDKU3iVw .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-suxDKU3iVw .collapsed .menu-logo {
  margin-right: 0;
}
.cid-suxDKU3iVw .collapsed .btn {
  display: flex;
}
.cid-suxDKU3iVw .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-suxDKU3iVw .collapsed .navbar-collapse.collapsing,
.cid-suxDKU3iVw .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-suxDKU3iVw .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-suxDKU3iVw .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-suxDKU3iVw .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-suxDKU3iVw .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-suxDKU3iVw .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-suxDKU3iVw .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-suxDKU3iVw .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-suxDKU3iVw .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1200px) {
  .cid-suxDKU3iVw .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 1.8rem  - 1rem);
  }
  .cid-suxDKU3iVw .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-suxDKU3iVw .collapsed button.navbar-toggler {
  display: block;
  -webkit-align-self: center;
  align-self: center;
}
.cid-suxDKU3iVw .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-suxDKU3iVw .collapsed .navbar-toggleable-sm {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}
.cid-suxDKU3iVw .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-suxDKU3iVw .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-suxDKU3iVw .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-suxDKU3iVw .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-suxDKU3iVw .collapsed .dropdown-item:before {
  display: none;
}
.cid-suxDKU3iVw .navbar-dropdown {
  flex-wrap: nowrap;
}
.cid-suxDKU3iVw .navbar-collapse {
  flex-basis: auto;
  display: flex;
}
.cid-suxDKU3iVw .nav-link:focus {
  outline: none;
}
.cid-suxDKU3iVw .navbar-toggler {
  position: relative;
}
.cid-suxDKU3iVw .dropdown-item.active,
.cid-suxDKU3iVw .dropdown-item:active {
  background-color: #ffffff;
  color: #ffffff;
}
.cid-suxDKU3iVw .nav-link:hover,
.cid-suxDKU3iVw .dropdown-item:hover {
  color: #4f87fb;
}
.cid-suxDKUM0BS {
  padding-top: 135px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-suxDKUM0BS input,
.cid-suxDKUM0BS textarea {
  border-left: none;
  border-top: none;
  border-right: none;
  border-radius: 4px;
  min-height: 3rem;
  padding: 20px 10px 20px 0px;
  font-size: 14px;
  color: #ffffff;
  font-weight: 600;
}
.cid-suxDKUM0BS input:focus,
.cid-suxDKUM0BS textarea:focus {
  border-left: none;
  border-top: none;
  border-right: none;
}
.cid-suxDKUM0BS .form-control,
.cid-suxDKUM0BS .field-input {
  padding: 20px 10px 20px 0px;
  background-color: #ffffff;
  border-color: #ececec;
  color: #000000;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-suxDKUM0BS input::-webkit-input-placeholder,
.cid-suxDKUM0BS textarea::-webkit-input-placeholder {
  color: #6d7a8c;
}
.cid-suxDKUM0BS input:-moz-placeholder,
.cid-suxDKUM0BS textarea:-moz-placeholder {
  color: #6d7a8c;
}
.cid-suxDKUM0BS .jq-selectbox li,
.cid-suxDKUM0BS .jq-selectbox li {
  background-color: #ffffff;
}
.cid-suxDKUM0BS .jq-selectbox li:hover,
.cid-suxDKUM0BS .jq-selectbox li.selected {
  background-color: #ffffff;
}
.cid-suxDKUM0BS .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-suxDKUM0BS .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-suxDKUM0BS .mbr-section-btn .btn-info {
  background-color: #28303f !important;
  border-color: #28303f !important;
  font-size: 13px;
  letter-spacing: 1px;
  padding: 15px 30px !important;
  border-radius: 5px !important;
  font-weight: 500;
  line-height: 1.92;
}
.cid-suxDKUM0BS .team-left-inner .featured-wrapper img {
  max-width: 100%;
  height: auto;
  box-shadow: 0 0 50px rgba(79, 110, 173, 0.1);
  border-radius: 4px;
}
.cid-suxDKUM0BS .team-left-inner .team-info-block {
  padding: 30px;
  border-bottom: 1px solid #e5e8ef;
}
.cid-suxDKUM0BS .team-left-inner .team-info-block .team-title {
  color: #130947;
  font-weight: 800;
  margin-bottom: 5px;
  letter-spacing: -0.5px;
  line-height: 1.25;
}
.cid-suxDKUM0BS .team-left-inner .team-info-block .team-designation {
  color: #4f87fb;
  line-height: 1.625;
  margin-bottom: 20px;
  font-weight: 600;
  letter-spacing: 0;
}
.cid-suxDKUM0BS .team-left-inner .team-info-block .short-description p {
  line-height: 1.5;
  font-weight: 400;
  color: #6d7a8c;
}
.cid-suxDKUM0BS .team-left-inner .team-info-block .personal-title {
  color: #4f87fb;
  font-size: 22px !important;
}
.cid-suxDKUM0BS .team-left-inner .team-info-block .single-team-info {
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0;
  margin-top: 30px;
  line-height: 1.5;
}
.cid-suxDKUM0BS .team-left-inner .team-info-block .single-team-info label {
  display: inline-block;
  width: 110px;
  font-weight: 700;
  margin-bottom: 1rem;
}
.cid-suxDKUM0BS .team-left-inner .team-info-block .display-7 {
  font-size: 24px;
}
.cid-suxDKUM0BS .team-left-inner .team-info-block .display-4 {
  font-size: 16px;
}
.cid-suxDKUM0BS .team-left-inner .team-info-block .social span {
  font-size: 1.1rem;
  padding: 17px;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  border-radius: 4px;
  color: #4f87fb;
  margin-right: 10px;
}
.cid-suxDKUM0BS .team-left-inner .team-info-block .social span:hover {
  background-color: #4f87fb;
  color: #ffffff;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.cid-suxDKUM0BS .team-left-inner .team-info-block:last-child {
  border: none;
}
.cid-suxDKUM0BS .entry-content .text-box {
  padding: 0rem;
}
.cid-suxDKUM0BS .entry-content .text-box .display-4 {
  font-size: 16px;
}
.cid-suxDKUM0BS .entry-content .text-box .card-title {
  color: #130947;
  margin-bottom: 30px;
  font-weight: 700;
}
.cid-suxDKUM0BS .entry-content .text-box .card-title.display-5 {
  font-size: 30px;
  line-height: 1.3;
  letter-spacing: -0.5px;
}
.cid-suxDKUM0BS .entry-content .text-box .doc-descr {
  line-height: 1.5;
  margin-bottom: 35px;
  color: #6d7a8c;
}
.cid-suxDKUM0BS .entry-content .capabilities {
  margin-bottom: 35px;
}
.cid-suxDKUM0BS .entry-content .capabilities-title {
  color: #130947;
  line-height: 1.3;
  letter-spacing: -0.5px;
  margin-bottom: 30px;
}
.cid-suxDKUM0BS .entry-content .capabilities .list {
  list-style-type: none;
  line-height: 1.5;
  padding-left: 0;
  margin-bottom: 0;
}
.cid-suxDKUM0BS .entry-content .capabilities .list li {
  margin-bottom: 15px;
  color: #6d7a8c;
}
.cid-suxDKUM0BS .entry-content .capabilities .list li::before {
  display: inline-block;
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 6px solid #4f87fb;
  content: '';
  margin-right: 10px;
  vertical-align: middle;
}
.cid-suxDKUM0BS .entry-content .capabilities-text {
  color: #6d7a8c;
  padding-top: 10px;
}
.cid-suxDKUM0BS .entry-content .capabilities .display-4 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-suxDKUM0BS .entry-content .contact {
  margin-top: 30px;
}
.cid-suxDKUM0BS .entry-content .contact-title {
  margin-bottom: 30px;
  color: #130947;
}
.cid-suxDKUM0BS .entry-content .contact .mbr-form .btn {
  -webkit-box-pack: justify;
  justify-content: space-between;
  border-width: 2px;
  border-radius: 4px;
  padding: 13px 22px;
  font-weight: 500;
  line-height: 2.3;
  letter-spacing: 1px;
  display: inline-flex;
}
.cid-suxDKUM0BS .entry-content .contact .btn.display-4 {
  font-size: 13px;
}
.cid-suxDKUM0BS .entry-content .contact .btn-black {
  background-color: #28303f !important;
  border-color: #28303f !important;
}
.cid-suxDKUM0BS .entry-content .contact .btn-black:hover {
  background-color: #4f87fb !important;
  border-color: #4f87fb !important;
}
.cid-suxDKUM0BS .progress_elements {
  margin: 0 auto;
  margin-top: 30px;
}
.cid-suxDKUM0BS .progress_elements .title-wrap {
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.cid-suxDKUM0BS .progress_elements .title-wrap .progressbar-title p {
  margin-bottom: 0.5rem;
}
.cid-suxDKUM0BS .progress_elements .progress {
  width: 100%;
  height: 6px;
  position: relative;
  overflow: visible;
}
.cid-suxDKUM0BS .progress_elements .progress::after {
  content: '';
  position: absolute;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #fff;
  top: -4px;
}
.cid-suxDKUM0BS .progress_elements .progress-primary {
  background: rgba(206, 206, 206, 0.4);
  border: none;
  outline: none;
}
.cid-suxDKUM0BS .progress_elements .progress1 progress::after {
  left: 80%;
  border: 3px solid #4f87fb;
}
.cid-suxDKUM0BS .progress_elements .progress2 progress::after {
  left: 70%;
  border: 3px solid #4f87fb;
}
.cid-suxDKUM0BS .progress_elements .progress3 progress::after {
  left: 78%;
  border: 3px solid #4f87fb;
}
.cid-suxDKUM0BS .progress_elements .progress4 progress::after {
  left: 53%;
  border: 3px solid #4f87fb;
}
.cid-suxDKUM0BS progress[value]::-webkit-progress-bar {
  background: rgba(255, 255, 255, 0.1);
}
.cid-suxDKUM0BS .progress1 progress::-webkit-progress-value {
  background: #4f87fb;
}
.cid-suxDKUM0BS .progress2 progress::-webkit-progress-value {
  background: #4f87fb;
}
.cid-suxDKUM0BS .progress3 progress::-webkit-progress-value {
  background: #4f87fb;
}
.cid-suxDKUM0BS .progress4 progress::-webkit-progress-value {
  background: #4f87fb;
}
.cid-suxDKUM0BS .progress-primary::-webkit-progress-bar {
  background: rgba(206, 206, 206, 0.4);
}
.cid-suxDKUM0BS .progressbar-title p {
  color: #6d7a8c;
}
.cid-suK2tD7Lis {
  padding-top: 105px;
  padding-bottom: 105px;
  background-color: #4f87fb;
  background: linear-gradient(to bottom, #4f87fb, #0053f9);
}
.cid-suK2tD7Lis .mbr-section-subtitle {
  color: #ffffff;
  font-weight: 700;
  line-height: 1.43;
  letter-spacing: 2px;
  width: 100%;
}
.cid-suK2tD7Lis .mbr-section-title {
  color: #ffffff;
  font-weight: 700;
  width: 100%;
}
.cid-suK2tD7Lis .mbr-section-title.display-2 {
  font-size: 48px;
  line-height: 1.15;
  letter-spacing: -0.5px;
}
.cid-suK2tD7Lis .mbr-text {
  color: #ffffff;
  font-weight: 400;
  width: 100;
}
.cid-suK2tD7Lis .mbr-text.display-7 {
  font-size: 20px;
  line-height: 1.5;
}
.cid-suK2tD7Lis .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-suK2tD7Lis .content-link span {
  margin-right: 15px;
  margin-left: 20px;
  padding: 10px;
  border-radius: 100%;
  color: #ffffff;
  background-color: #ffffff;
  font-size: 2.475rem;
}
.cid-suK2tD7Lis .mbr-section-btn .btn {
  border-radius: 3px;
  line-height: 2;
  letter-spacing: 1px;
  padding: 12px 40px !important;
  margin-right: 20px;
}
.cid-suK2tD7Lis .mbr-section-btn.display-4,
.cid-suK2tD7Lis .btn.display-4 {
  font-size: 12px !important;
}
@media (max-width: 991px) {
  .cid-suK2tD7Lis .separator,
  .cid-suK2tD7Lis .sep-holder,
  .cid-suK2tD7Lis .sep-line {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .cid-suK2tD7Lis .buttons-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
}
.cid-suJZiUYuaR {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #25303e;
}
.cid-suJZiUYuaR .links {
  text-align: center;
  color: #ffffff;
}
.cid-suJZiUYuaR p {
  margin: 0;
}
.cid-suJZiUYuaR a {
  color: #ffffff;
}
.cid-suJZiUYuaR a:hover {
  color: #4f87fb !important;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.cid-suK2uk9Xk8 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #e6ecf2;
}
.cid-suK2uk9Xk8 .container {
  margin-bottom: 70px;
}
.cid-suK2uk9Xk8 .container .mbr-section-subtitle {
  color: #4f87fb;
  font-weight: 800;
  margin-bottom: 10px;
}
.cid-suK2uk9Xk8 .container .mbr-section-subtitle.display-4 {
  font-size: 13px;
  line-height: 24px;
  letter-spacing: 2px;
}
.cid-suK2uk9Xk8 .container .mbr-section-title,
.cid-suK2uk9Xk8 .container .signature {
  color: #130947;
}
.cid-suK2uk9Xk8 .container .mbr-section-title {
  margin-bottom: 20px;
}
.cid-suK2uk9Xk8 .container .mbr-section-title.display-2 {
  line-height: 48px;
  letter-spacing: -0.5px;
}
.cid-suK2uk9Xk8 .container .mbr-text {
  line-height: 28px;
  letter-spacing: 0;
  color: #6d7a8c;
}
.cid-suK2uk9Xk8 .carousel-item {
  -webkit-box-pack: center;
  justify-content: center;
  padding: 0 0rem;
}
.cid-suK2uk9Xk8 .carousel-item > div {
  width: 100%;
}
.cid-suK2uk9Xk8 .carousel-item.active,
.cid-suK2uk9Xk8 .carousel-item-next,
.cid-suK2uk9Xk8 .carousel-item-prev {
  display: flex;
}
.cid-suK2uk9Xk8 .carousel-indicators {
  left: 0%;
  margin: 20px auto 0;
  -webkit-box-align: center;
  align-items: center;
  bottom: -40px !important;
}
.cid-suK2uk9Xk8 .carousel-indicators .active {
  opacity: 1;
  border: 0;
  background-color: #4f87fb !important;
}
.cid-suK2uk9Xk8 .carousel-indicators li {
  height: 15px;
  width: 15px;
  border-radius: 50%;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
  background-color: #ffffff;
  font-size: 2rem;
  opacity: 0.5;
  border-width: 0px;
  border: 1px solid #e5e8ef;
}
.cid-suK2uk9Xk8 .carousel-indicators li:hover {
  opacity: 1;
}
@media (max-width: 991px) {
  .cid-suK2uk9Xk8 .carousel-controls {
    display: none;
  }
}
.cid-suK2uk9Xk8 .carousel-controls a {
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
  font-size: 1.2rem;
}
.cid-suK2uk9Xk8 .carousel-controls a span {
  padding: 15px;
  border-radius: 50%;
  color: #ffffff;
  background: #4f87fb;
  opacity: 0.9;
}
.cid-suK2uk9Xk8 .carousel-controls a:hover span {
  opacity: 1;
}
@media (min-width: 992px) {
  .cid-suK2uk9Xk8 .carousel-item {
    padding: 0 2rem;
  }
}
@media (min-width: 768px) {
  .cid-suK2uk9Xk8 .carousel-controls a {
    width: 5%;
  }
}
.cid-suK2uk9Xk8 a.text-white:hover,
.cid-suK2uk9Xk8 a.text-white:focus {
  color: #000000 !important;
}
.cid-suK2uk9Xk8 .mbr-section-btn {
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 21.7px;
}
.cid-suK2uk9Xk8 .card {
  display: block;
  background-color: #ffffff;
  border-bottom: 1px solid #4f87fb;
  border-radius: 4px;
  padding: 40px 50px 20px;
}
@media (max-width: 991px) {
  .cid-suK2uk9Xk8 .card {
    padding: 40px 10px 20px;
  }
}
.cid-suK2uk9Xk8 .card:hover span,
.cid-suK2uk9Xk8 .card:focus span {
  background-color: #4f87fb;
  color: #ffffff;
  -webkit-transition: 0.6s all;
  transition: 0.6s all;
}
@media (max-width: 767px) {
  .cid-suK2uk9Xk8 .card {
    margin-bottom: 20px;
  }
}
.cid-suK2uk9Xk8 .card span {
  margin-right: 15px;
  margin-left: 20px;
  padding: 30px;
  border-radius: 100%;
  color: #4f87fb;
  background-color: #f1f6fb;
  font-size: 50px;
  -webkit-transition: 0.6s all;
  transition: 0.6s all;
  margin-bottom: 25px;
}
.cid-suK2uk9Xk8 .card .signature {
  padding-bottom: 20px;
  margin-bottom: 30px;
  color: #130947;
  font-weight: 700;
}
.cid-suK2uk9Xk8 .card .signature.display-7 {
  font-size: 20px;
  line-height: 24px;
  letter-spacing: -0.5px;
}
.cid-suK2uk9Xk8 .card .card-text {
  margin-bottom: 25px;
  color: #6d7a8c;
  font-weight: 400;
}
.cid-suK2uk9Xk8 .card .card-text.display-7 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-suK2uk9Xk8 .card .link {
  line-height: 16px;
  font-weight: 700;
  letter-spacing: 1px;
  text-decoration: none;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  color: #4f87fb;
  background-color: transparent !important;
}
.cid-suK2uk9Xk8 .card .link:after {
  background-color: currentColor;
  content: "";
  position: absolute;
  bottom: 0px;
  left: auto;
  right: 0;
  height: 2px;
  width: 0%;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.2s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
}
.cid-suK2uk9Xk8 .card .link::before {
  width: 100%;
  content: "";
  position: absolute;
  bottom: 0px;
  left: auto;
  right: 0;
  height: 2px;
  background-color: #fff;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.2s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
}
.cid-suK2uk9Xk8 .card .link:hover:after,
.cid-suK2uk9Xk8 .card .link:focus:after {
  width: 100%;
  left: 0;
  right: auto;
}
.cid-suK2uk9Xk8 .card .link:hover:before,
.cid-suK2uk9Xk8 .card .link:focus:before {
  width: 100%;
}
.cid-suK2fvU8Rl {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #25303e;
}
.cid-suK2fvU8Rl section {
  position: relative;
}
.cid-suK2fvU8Rl .widget-title {
  font-weight: 600;
}
.cid-suK2fvU8Rl .widget-title.display-7 {
  font-size: 17px;
  line-height: 27px;
  letter-spacing: 0.5px;
}
.cid-suK2fvU8Rl .mbr-text.display-4 {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 300;
}
.cid-suK2fvU8Rl .item .card-box .item-title {
  font-weight: 300;
}
.cid-suK2fvU8Rl .item .card-box .item-title.display-4 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-suK2fvU8Rl .item .card-img {
  width: auto;
  background-color: #4f87fb;
  border-radius: 100%;
}
.cid-suK2fvU8Rl .item .card-img .img1 {
  display: block;
  padding: 6px;
  font-size: 13px;
}
.cid-suK2fvU8Rl img {
  height: 100px;
  padding-right: 8px;
}
.cid-suK2fvU8Rl .img1 {
  color: #ffffff;
  background-color: #4f87fb;
  border-radius: 50%;
}
.cid-suK2fvU8Rl .img2 {
  color: #ffffff;
  font-size: 10px;
}
.cid-suK2fvU8Rl .line {
  width: 50px;
  height: 2px;
  display: inline-block;
  background: #4f87fb;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
@media (max-width: 992px) {
  .cid-suK2fvU8Rl .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-suK2fvU8Rl .content .link-wrap {
  font-weight: 300;
  color: #fff;
}
.cid-suK2fvU8Rl .content .link-wrap.display-4 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-suK2fvU8Rl .content .date-wrap {
  color: #4f87fb;
  font-weight: 500;
}
.cid-suK2fvU8Rl .content .date-wrap.display-4 {
  font-size: 13px;
  line-height: 17px;
}
.cid-suK2fvU8Rl .item,
.cid-suK2fvU8Rl .link {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  padding-bottom: 0.5rem;
  margin-bottom: 0.6rem;
}
.cid-suK2fvU8Rl .item h4,
.cid-suK2fvU8Rl .link h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-suK2fvU8Rl .link .card-img {
  padding-bottom: 3px;
}
.cid-suK2fvU8Rl .link .card-box .link-title {
  font-weight: 300;
}
.cid-suK2fvU8Rl .link .card-box .link-title a:hover {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: #4f87fb !important;
}
.cid-suK2fvU8Rl .link .card-box .link-title.display-4 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-suK2fvU8Rl .card-img {
  width: auto;
}
@media (max-width: 767px) {
  .cid-suK2fvU8Rl h5 {
    text-align: left !important;
  }
  .cid-suK2fvU8Rl .line-wrap {
    text-align: left !important;
  }
}
.cid-suK2fvU8Rl .item-title {
  color: #ffffff;
}
.cid-suK2fvU8Rl .tips {
  height: 70px;
  width: 70px;
  margin: 4px;
  -o-object-fit: cover;
  object-fit: cover;
}
.cid-suK2fvU8Rl .btn[class*="-outline"] {
  border: none;
  padding: 0;
  margin: 0 !important;
  box-shadow: none !important;
  text-align: left;
  line-height: 1.5;
}
.cid-suK2fvU8Rl .btn[class*="-outline"] span {
  -webkit-box-ordinal-group: 3;
  order: 2;
  font-size: 0.8rem;
  font-weight: 900;
  -webkit-transition: padding 0.3s !important;
  transition: padding 0.3s !important;
}
.cid-suK2fvU8Rl .btn[class*="-outline"]:hover {
  background-color: transparent !important;
  color: #4f87fb !important;
  box-shadow: none !important;
}
.cid-suK2fvU8Rl .btn[class*="-outline"]:active,
.cid-suK2fvU8Rl .btn[class*="-outline"]:focus {
  background-color: transparent !important;
  box-shadow: none !important;
}
.cid-suK2fvU8Rl .list .list-item:first-child {
  padding-bottom: 15px;
}
.cid-suK2fvU8Rl .list .list-item:last-child {
  margin-top: 10px;
}
.cid-suK2fvU8Rl .box-list {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
  font-weight: 300;
}
.cid-suK2fvU8Rl .box-list li {
  padding: 10px 0 10px;
  color: #ffffff;
}
.cid-suK2fvU8Rl .box-list li:first-child {
  padding-top: 0;
}
.cid-suK2fvU8Rl .box-list li:last-child {
  border-bottom: none;
}
.cid-suK2fvU8Rl .box-list li span {
  float: right;
  text-align: right;
  padding-left: 0.5rem;
  color: #4f87fb;
}
.cid-suK2fvU8Rl .box-list.display-4 {
  line-height: 24px;
}
.cid-suK2fvU8Rl .mbr-text {
  line-height: 1.5;
  margin-bottom: 25px;
}
.cid-suK2fvU8Rl .item-title DIV {
  text-align: left;
}
.cid-suK2fvU8Rl .box-list li LI {
  text-align: center;
}
.is-builder .cid-sutKCVslVE .navbar {
  padding-top: 20px !important;
}
.cid-sutKCVslVE .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  -webkit-transition: none;
  transition: none;
  min-height: 77px;
}
@media (min-width: 1200px) {
  .cid-sutKCVslVE .navbar .dropdown .dropdown-menu .dropdown-item {
    padding: 0.835em 2.5385em 0.835em 3.5385em !important;
    margin: 0 !important;
  }
  .cid-sutKCVslVE .navbar .dropdown .dropdown-menu .dropdown-item:hover {
    padding: 0.835em 2.5385em 0.835em 3.8385em !important;
  }
}
.cid-sutKCVslVE .menu-logo {
  display: flex;
  position: relative;
  -webkit-box-align: center;
  align-items: center;
  margin-right: auto;
}
.cid-sutKCVslVE .menu-logo .navbar-brand {
  display: flex;
  margin-left: 4rem;
  padding: 0.5rem 0;
  -webkit-transition: padding 0.2s;
  transition: padding 0.2s;
  min-height: 2rem;
  -webkit-box-align: center;
  align-items: center;
}
.cid-sutKCVslVE .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-sutKCVslVE .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sutKCVslVE .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  -webkit-transition: font-size 0.25s;
  transition: font-size 0.25s;
}
.cid-sutKCVslVE .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sutKCVslVE .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  -webkit-transition: font-size 0.25s;
  transition: font-size 0.25s;
}
.cid-sutKCVslVE .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-sutKCVslVE a {
  font-style: normal;
}
.cid-sutKCVslVE .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: middle;
  position: relative;
  text-decoration: none;
}
.cid-sutKCVslVE .nav-item a {
  padding: 0.4rem 0 !important;
}
.cid-sutKCVslVE .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-sutKCVslVE .dropdown-item:hover:before {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  width: 16px;
}
.cid-sutKCVslVE .content-text {
  margin-bottom: 0;
}
.cid-sutKCVslVE .navbar-nav {
  position: relative;
  min-height: 100px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
}
.cid-sutKCVslVE .navbar-nav li:first-child > a {
  color: #4f87fb;
}
.cid-sutKCVslVE .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-sutKCVslVE .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #4f87fb;
    -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-sutKCVslVE .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
  .cid-sutKCVslVE .navbar-nav .nav-item a {
    margin: 0 1.1rem !important;
  }
}
@media (max-width: 1200px) {
  .cid-sutKCVslVE .navbar-nav .nav-item a {
    margin: 0 !important;
  }
}
.cid-sutKCVslVE .navbar-nav .nav-item span {
  padding-right: 0.1rem;
}
.cid-sutKCVslVE .display-4 > .mbr-iconfont {
  font-size: 1.23em;
}
.cid-sutKCVslVE .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-sutKCVslVE .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-sutKCVslVE .content-link {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.cid-sutKCVslVE .content-link:first-child {
  padding-left: 1.3rem;
}
@media (max-width: 1200px) {
  .cid-sutKCVslVE .content-link {
    display: none;
  }
}
.cid-sutKCVslVE .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
}
.cid-sutKCVslVE .navbar-buttons.mbr-section-btn > .mbr-iconfont {
  font-size: 17px !important;
  margin-right: 13px;
}
.cid-sutKCVslVE .nav-dropdown .link {
  font-weight: 600;
}
.cid-sutKCVslVE .nav-dropdown .link.display-4 {
  font-size: 15px;
}
.cid-sutKCVslVE .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-sutKCVslVE .content-left-side {
  text-align: center;
  padding-top: 3px;
}
@media (max-width: 575px) {
  .cid-sutKCVslVE .content-left-side {
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    padding: 0.5rem 0;
  }
  .cid-sutKCVslVE .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-sutKCVslVE .content-right-side {
  text-align: center;
}
@media (max-width: 575px) {
  .cid-sutKCVslVE .content-right-side {
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    padding: 0.5rem 0;
  }
  .cid-sutKCVslVE .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-sutKCVslVE .content-right-side .icons-block {
  padding-bottom: 5px;
  padding-left: 17px;
}
.cid-sutKCVslVE .content-right-side .content-link {
  margin-left: 1rem;
}
.cid-sutKCVslVE .content-right-side .content-link span {
  vertical-align: middle;
  padding-bottom: 2px;
}
.cid-sutKCVslVE .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: 0px;
  padding-bottom: 0px;
}
.cid-sutKCVslVE .content-left-side .content-link {
  margin-left: 1rem;
}
.cid-sutKCVslVE .content-left-side .content-link span {
  vertical-align: middle;
  padding-bottom: 2px;
}
@media (max-width: 1200px) {
  .cid-sutKCVslVE .content-left-side {
    text-align: center;
    padding-bottom: 1rem;
  }
  .cid-sutKCVslVE .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-sutKCVslVE .dropdown-item:before {
    display: none;
  }
  .cid-sutKCVslVE .menu-logo {
    width: 100%;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }
  .cid-sutKCVslVE .menu-bottom {
    width: 100%;
    padding: 0 1rem;
    display: block;
  }
  .cid-sutKCVslVE img {
    height: 2rem !important;
  }
  .cid-sutKCVslVE .btn {
    display: flex;
  }
  .cid-sutKCVslVE button.navbar-toggler {
    display: block;
  }
  .cid-sutKCVslVE .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-sutKCVslVE .navbar-toggleable-sm {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  .cid-sutKCVslVE .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sutKCVslVE .navbar-collapse.collapsing,
  .cid-sutKCVslVE .navbar-collapse.show {
    display: block !important;
  }
  .cid-sutKCVslVE .navbar-collapse.collapsing .navbar-nav,
  .cid-sutKCVslVE .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sutKCVslVE .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sutKCVslVE .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
    padding: 0.5rem 0;
  }
  .cid-sutKCVslVE .navbar-collapse.collapsing .navbar-buttons,
  .cid-sutKCVslVE .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-sutKCVslVE .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sutKCVslVE .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sutKCVslVE .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-sutKCVslVE .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sutKCVslVE .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sutKCVslVE .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-sutKCVslVE .navbar-nav.nav-dropdown {
    max-height: 80vh !important;
    overflow-y: auto !important;
  }
}
@media (min-width: 1200px) {
  .cid-sutKCVslVE .navbar .menu-content-top {
    display: block;
  }
  .cid-sutKCVslVE .menu-content-top .row {
    -webkit-box-pack: justify;
    justify-content: space-between;
    flex-wrap: nowrap;
  }
  .cid-sutKCVslVE .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-sutKCVslVE .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-sutKCVslVE .menu-content-top {
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  }
  .cid-sutKCVslVE .menu-bottom {
    display: flex;
  }
  .cid-sutKCVslVE .navbar {
    display: block;
    padding: 0;
  }
  .cid-sutKCVslVE .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
  }
  .cid-sutKCVslVE .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-sutKCVslVE .navbar-toggler {
    display: none;
  }
}
.cid-sutKCVslVE .navbar-short .menu-content-top {
  border: none;
  display: none;
}
.cid-sutKCVslVE .btn {
  padding: 15px 30px;
  font-weight: 800;
  display: inline-flex;
  -webkit-box-align: center;
  align-items: center;
  border-width: 1px;
  box-shadow: none;
}
.cid-sutKCVslVE .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-sutKCVslVE .btn.display-4 {
  letter-spacing: 0.5px;
  font-size: 13px;
  line-height: 13px;
}
.cid-sutKCVslVE .navbar-toggleable-sm .navbar-collapse {
  -webkit-box-pack: end;
  justify-content: flex-end;
  padding-right: 4rem;
  width: 100%;
}
.cid-sutKCVslVE .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-sutKCVslVE .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sutKCVslVE .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sutKCVslVE .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  border-top: 3px solid #4f87fb;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
  min-width: 16.875rem;
  text-align: left;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 20px !important;
}
@media (max-width: 1200px) {
  .cid-sutKCVslVE .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sutKCVslVE .dropdown .dropdown-menu .dropdown-item {
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sutKCVslVE .dropdown .dropdown-menu .dropdown-item:hover {
  background-color: #4f87fb;
  color: #ffffff;
}
.cid-sutKCVslVE .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-sutKCVslVE .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sutKCVslVE .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-sutKCVslVE .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sutKCVslVE .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sutKCVslVE .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-sutKCVslVE .navbar.navbar-short {
  min-height: 60px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-sutKCVslVE .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-sutKCVslVE .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sutKCVslVE .navbar.navbar-short .navbar-logo a img {
  height: 2.0rem !important;
}
.cid-sutKCVslVE .navbar.navbar-short .navbar-brand {
  min-height: 2.0rem;
}
.cid-sutKCVslVE .navbar.navbar-short .navbar-nav {
  min-height: 60px;
}
.cid-sutKCVslVE button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-sutKCVslVE button.navbar-toggler:focus {
  outline: none;
}
.cid-sutKCVslVE button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-sutKCVslVE button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-sutKCVslVE button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}
.cid-sutKCVslVE button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}
.cid-sutKCVslVE button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-sutKCVslVE 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-sutKCVslVE nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.cid-sutKCVslVE nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.cid-sutKCVslVE 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-sutKCVslVE .collapsed.navbar {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}
.cid-sutKCVslVE .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-sutKCVslVE .collapsed .menu-logo {
  margin-right: 0;
}
.cid-sutKCVslVE .collapsed .btn {
  display: flex;
}
.cid-sutKCVslVE .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sutKCVslVE .collapsed .navbar-collapse.collapsing,
.cid-sutKCVslVE .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sutKCVslVE .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sutKCVslVE .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sutKCVslVE .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sutKCVslVE .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sutKCVslVE .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sutKCVslVE .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-sutKCVslVE .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sutKCVslVE .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1200px) {
  .cid-sutKCVslVE .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 1.8rem  - 1rem);
  }
  .cid-sutKCVslVE .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sutKCVslVE .collapsed button.navbar-toggler {
  display: block;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sutKCVslVE .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-sutKCVslVE .collapsed .navbar-toggleable-sm {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}
.cid-sutKCVslVE .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-sutKCVslVE .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sutKCVslVE .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sutKCVslVE .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-sutKCVslVE .collapsed .dropdown-item:before {
  display: none;
}
.cid-sutKCVslVE .navbar-dropdown {
  flex-wrap: nowrap;
}
.cid-sutKCVslVE .navbar-collapse {
  flex-basis: auto;
  display: flex;
}
.cid-sutKCVslVE .nav-link:focus {
  outline: none;
}
.cid-sutKCVslVE .navbar-toggler {
  position: relative;
}
.cid-sutKCVslVE .dropdown-item.active,
.cid-sutKCVslVE .dropdown-item:active {
  background-color: #ffffff;
  color: #ffffff;
}
.cid-sutKCVslVE .nav-link:hover,
.cid-sutKCVslVE .dropdown-item:hover {
  color: #4f87fb;
}
.cid-suuvci7Jw8 {
  padding-top: 135px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-suuvci7Jw8 img {
  width: 100%;
  border-radius: 8px;
  box-shadow: 0 0 20px rgba(79, 110, 173, 0.1);
}
.cid-suuvci7Jw8 .mbr-section-title {
  text-align: left;
  color: #4f87fb;
  line-height: 1.2;
  letter-spacing: -0.5px;
}
.cid-suuvci7Jw8 .mbr-text {
  color: #6d7a8c;
  line-height: 1.5;
}
.cid-suuvci7Jw8 .mbr-list {
  margin-top: 35px;
  color: #6d7a8c;
}
.cid-suuvci7Jw8 .mbr-list .list {
  list-style-type: none;
  padding-left: 0;
}
.cid-suuvci7Jw8 .mbr-list .list li {
  margin-bottom: 1rem;
}
.cid-suuvci7Jw8 .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-suuyRF4yr9 {
  padding-top: 15px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-suuyRF4yr9 img {
  width: 100%;
  border-radius: 8px;
  box-shadow: 0 0 20px rgba(79, 110, 173, 0.1);
}
.cid-suuyRF4yr9 .mbr-section-title {
  text-align: left;
  color: #130947;
  line-height: 1.2;
  letter-spacing: -0.5px;
}
.cid-suuyRF4yr9 .mbr-text {
  color: #6d7a8c;
  line-height: 1.5;
}
.cid-suuyRF4yr9 .mbr-list {
  margin-top: 35px;
  color: #6d7a8c;
}
.cid-suuyRF4yr9 .mbr-list .list {
  list-style-type: none;
  padding-left: 0;
}
.cid-suuyRF4yr9 .mbr-list .list li {
  margin-bottom: 1rem;
}
.cid-suuyRF4yr9 .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;
}
@media (max-width: 768px) {
  .cid-suuyRF4yr9 .reordered-col {
    order: 2;
  }
}
.cid-suK2GkGjPb {
  padding-top: 105px;
  padding-bottom: 105px;
  background-color: #4f87fb;
  background: linear-gradient(to bottom, #4f87fb, #0053f9);
}
.cid-suK2GkGjPb .mbr-section-subtitle {
  color: #ffffff;
  font-weight: 700;
  line-height: 1.43;
  letter-spacing: 2px;
  width: 100%;
}
.cid-suK2GkGjPb .mbr-section-title {
  color: #ffffff;
  font-weight: 700;
  width: 100%;
}
.cid-suK2GkGjPb .mbr-section-title.display-2 {
  font-size: 48px;
  line-height: 1.15;
  letter-spacing: -0.5px;
}
.cid-suK2GkGjPb .mbr-text {
  color: #ffffff;
  font-weight: 400;
  width: 100;
}
.cid-suK2GkGjPb .mbr-text.display-7 {
  font-size: 20px;
  line-height: 1.5;
}
.cid-suK2GkGjPb .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-suK2GkGjPb .content-link span {
  margin-right: 15px;
  margin-left: 20px;
  padding: 10px;
  border-radius: 100%;
  color: #ffffff;
  background-color: #ffffff;
  font-size: 2.475rem;
}
.cid-suK2GkGjPb .mbr-section-btn .btn {
  border-radius: 3px;
  line-height: 2;
  letter-spacing: 1px;
  padding: 12px 40px !important;
  margin-right: 20px;
}
.cid-suK2GkGjPb .mbr-section-btn.display-4,
.cid-suK2GkGjPb .btn.display-4 {
  font-size: 12px !important;
}
@media (max-width: 991px) {
  .cid-suK2GkGjPb .separator,
  .cid-suK2GkGjPb .sep-holder,
  .cid-suK2GkGjPb .sep-line {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .cid-suK2GkGjPb .buttons-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
}
.cid-suK2I3tFLW {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-suK2I3tFLW .contents {
  margin-bottom: 70px;
}
.cid-suK2I3tFLW .contents .mbr-subtitle {
  color: #4f87fb;
  margin-bottom: 10px;
  font-weight: 800;
}
.cid-suK2I3tFLW .contents .mbr-subtitle.display-4 {
  letter-spacing: 2px;
  line-height: 24px;
  font-size: 13px;
}
.cid-suK2I3tFLW .contents .mbr-section-title {
  margin-bottom: 20px;
  color: #130947;
  font-weight: 700;
}
.cid-suK2I3tFLW .contents .mbr-section-title.display-2 {
  line-height: 48px;
  letter-spacing: -0.5px;
}
.cid-suK2I3tFLW .contents .mbr-section-text {
  margin-top: 20px;
  color: #6d7a8c;
  font-weight: 400;
}
.cid-suK2I3tFLW .contents .mbr-section-text.display-7 {
  line-height: 28px;
  letter-spacing: 0;
}
.cid-suK2I3tFLW .card {
  margin-bottom: 2rem;
}
.cid-suK2I3tFLW .card-block {
  font-weight: 400;
  letter-spacing: 0.03em;
  position: relative;
  background: #4f87fb;
  color: #232323;
  box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.08);
  padding: 1.9rem;
  margin-bottom: 35px;
  border-radius: 4px;
}
.cid-suK2I3tFLW .card-block.display-7 {
  font-size: 16px;
  line-height: 26px;
}
.cid-suK2I3tFLW .card-block:before {
  content: "";
  position: absolute;
  bottom: -15px;
  left: 50%;
  margin-left: -14px;
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-top: 15px solid #4f87fb;
  border-right: 15px solid transparent;
}
.cid-suK2I3tFLW .mbr-author-img {
  width: 50px;
  height: 50px;
  display: inline-block;
  border-radius: 100%;
  margin-left: 0rem;
}
.cid-suK2I3tFLW .mbr-author-img img {
  width: 100%;
  border-radius: 100%;
  min-width: 100%;
  min-height: 100%;
}
.cid-suK2I3tFLW .name-wrap {
  display: inline-block;
}
.cid-suK2I3tFLW .card-footer {
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-align: center;
  align-items: center;
  border-top: none;
  background: none;
  padding: 0 1.25rem 1.25rem 1.25rem;
}
.cid-suK2I3tFLW .mbr-author-desc {
  color: #767676;
  text-align: center;
}
.cid-suK2I3tFLW .card-block p {
  color: #ffffff;
  text-align: center;
}
.cid-suK2I3tFLW .mbr-author-name {
  color: #130947;
  margin-bottom: 5px;
}
.cid-suK2I3tFLW .mbr-section-title,
.cid-suK2I3tFLW .title div {
  color: #232323;
  text-align: center;
}
.cid-suK2I3tFLW .contents .mbr-section-text {
  text-align: center;
}
.cid-suJZiUYuaR {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #25303e;
}
.cid-suJZiUYuaR .links {
  text-align: center;
  color: #ffffff;
}
.cid-suJZiUYuaR p {
  margin: 0;
}
.cid-suJZiUYuaR a {
  color: #ffffff;
}
.cid-suJZiUYuaR a:hover {
  color: #4f87fb !important;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.cid-suK2ILk5dI {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-suK2ILk5dI .carousel-item {
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-suK2ILk5dI .carousel-item.active,
.cid-suK2ILk5dI .carousel-item-next,
.cid-suK2ILk5dI .carousel-item-prev {
  display: flex;
}
.cid-suK2ILk5dI .img-box {
  position: relative;
  width: fit-content;
  margin: auto;
}
.cid-suK2ILk5dI .mbr-iconfont {
  font-family: Moririse2 !important;
  font-size: 1rem;
  font-weight: 900;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.cid-suK2ILk5dI .carousel-controls a {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  font-size: 2rem;
}
.cid-suK2ILk5dI .carousel-controls a span {
  position: absolute;
  top: 45%;
  padding: 10px;
  border-radius: 50%;
  color: #4f87fb;
  opacity: 1;
}
.cid-suK2ILk5dI .carousel-controls a:hover span {
  opacity: 0.4;
}
.cid-suK2ILk5dI h1 {
  color: #36404c;
}
.cid-suK2ILk5dI .author-box {
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
}
.cid-suK2ILk5dI .face {
  width: 100px;
  height: 100px;
  border-radius: 100%;
  box-shadow: none;
  margin: 0rem;
  -o-object-fit: cover;
  object-fit: cover;
}
.cid-suK2ILk5dI .author {
  margin: auto 0;
}
.cid-suK2ILk5dI h3,
.cid-suK2ILk5dI h4 {
  margin: 0;
  padding: 0;
}
.cid-suK2ILk5dI h3 {
  color: #130947;
}
.cid-suK2ILk5dI h3.display-7 {
  line-height: 1.1;
  letter-spacing: 0;
}
.cid-suK2ILk5dI h4 {
  color: #4f87fb;
  font-weight: 700;
}
.cid-suK2ILk5dI h4.display-4 {
  line-height: 1.5;
  font-size: 13px;
}
.cid-suK2ILk5dI .mbr-text {
  padding-bottom: 30px;
  color: #6d7a8c;
  font-weight: 300;
}
.cid-suK2ILk5dI .mbr-text.display-5 {
  line-height: 1.3;
}
.cid-suK2ILk5dI .box {
  max-width: 800px !important;
  margin: auto !important;
}
@media (max-width: 992px) {
  .cid-suK2ILk5dI .carousel-controls a span {
    bottom: auto;
    top: 30%;
  }
}
@media (max-width: 767px) {
  .cid-suK2ILk5dI .carousel-controls a span {
    bottom: auto;
    top: 20%;
  }
}
.cid-suK2ILk5dI .mbr-text,
.cid-suK2ILk5dI .mbr-section-btn {
  color: #4f87fb;
}
.cid-suK2ILk5dI H4 {
  color: #130947;
}
.cid-suK2K7Wj3H {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-suK2K7Wj3H .mbr-section-title {
  margin-bottom: 30px;
  color: #130947;
}
.cid-suK2K7Wj3H .mbr-section-title.display-2 {
  line-height: 1.2;
  letter-spacing: -0.5px;
}
.cid-suK2K7Wj3H .google-map {
  height: 30rem;
  position: relative;
  width: 100%;
}
.cid-suK2K7Wj3H .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-suK2K7Wj3H .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-suK2K7Wj3H .google-map[data-state] {
  background: #e9e5dc;
}
.cid-suK2K7Wj3H .google-map[data-state='loading'] [data-state-details] {
  display: none;
}
.cid-suK2K7Wj3H .map-placeholder {
  display: none;
}
.cid-suK2K7Wj3H h4 {
  padding-top: 5rem;
  color: #767676;
  text-align: center;
}
.cid-suK2L7lQau {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #e6ecf2;
}
.cid-suK2L7lQau .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-suK2L7lQau .row {
  flex-direction: row-reverse;
}
.cid-suK2L7lQau .text-content .content-title {
  color: #130947;
  margin-bottom: 30px;
}
.cid-suK2L7lQau .text-content .content-title.display-5 {
  font-size: 26px;
  line-height: 1.38;
  letter-spacing: -0.5px;
}
.cid-suK2L7lQau .text-content .list-block {
  border-bottom-width: 1px;
  padding-bottom: 30px;
  border-bottom-color: #130947;
  border-bottom-style: dotted;
  margin-bottom: 20px;
}
.cid-suK2L7lQau .text-content .list-block .card-img span {
  color: #4f87fb;
  font-size: 2.5rem;
}
.cid-suK2L7lQau .text-content .list-block .list-item-title {
  color: #130947;
}
.cid-suK2L7lQau .text-content .list-block .list-item-title.display-7 {
  font-size: 20px;
  letter-spacing: -0.5px;
  line-height: 1.2;
}
.cid-suK2L7lQau .text-content .list-block .list-item-text {
  padding-top: 10px;
  line-height: 1.29;
  color: #6d7a8c;
  margin-bottom: 0;
}
.cid-suK2L7lQau .text-content .list-block.last {
  border-bottom: none;
  margin-bottom: 20px;
  padding-bottom: 0;
}
.cid-suK2L7lQau .text-content .social {
  font-size: 1.2rem;
  padding-left: 4.5rem;
}
.cid-suK2L7lQau .text-content .social span {
  margin-right: 11.2px;
  margin-bottom: 8px;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  color: #6d7a8c;
}
.cid-suK2L7lQau .text-content .social span:hover {
  color: #4f87fb;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.cid-suK2L7lQau .card-img {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 3rem;
  text-align: center;
}
.cid-suK2L7lQau .list-block {
  position: relative;
}
.cid-suK2L7lQau .list-block h4,
.cid-suK2L7lQau .list-block p {
  padding-left: 4.5rem;
}
.cid-suK2L7lQau .card-img {
  display: block;
}
.cid-suK2L7lQau input,
.cid-suK2L7lQau textarea {
  border-left: none;
  border-top: none;
  border-right: none;
  border-radius: 4px;
  padding: 20px 10px 20px 20px;
  font-size: 13px;
  color: #ffffff;
  font-weight: 600;
}
.cid-suK2L7lQau input:focus,
.cid-suK2L7lQau textarea:focus {
  border-left: none;
  border-top: none;
  border-right: none;
}
.cid-suK2L7lQau .form-control,
.cid-suK2L7lQau .field-input {
  min-height: 3rem;
  padding: 20px 10px 20px 20px;
  background-color: #ffffff;
  border-color: #4f87fb;
  color: #000000;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-suK2L7lQau .form-control:hover,
.cid-suK2L7lQau .field-input:hover,
.cid-suK2L7lQau .form-control:focus,
.cid-suK2L7lQau .field-input:focus {
  background-color: #ffffff;
  border-color: #ffffff !important;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-suK2L7lQau input::-webkit-input-placeholder,
.cid-suK2L7lQau textarea::-webkit-input-placeholder {
  color: #6d7a8c;
}
.cid-suK2L7lQau input:-moz-placeholder,
.cid-suK2L7lQau textarea:-moz-placeholder {
  color: #6d7a8c;
}
.cid-suK2L7lQau .jq-selectbox li,
.cid-suK2L7lQau .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-suK2L7lQau .jq-selectbox li:hover,
.cid-suK2L7lQau .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-suK2L7lQau .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-suK2L7lQau .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-suK2L7lQau .mbr-form {
  max-width: 550px;
}
.cid-suK2L7lQau .mbr-form .mbr-subtitle {
  color: #4f87fb;
  font-weight: 800;
}
.cid-suK2L7lQau .mbr-form .mbr-subtitle.display-4 {
  font-size: 13px;
  line-height: 1.85;
  letter-spacing: 2px;
}
.cid-suK2L7lQau .mbr-form .mbr-section-title {
  color: #130947;
  font-weight: 700;
}
.cid-suK2L7lQau .mbr-form .mbr-section-title.display-2 {
  line-height: 1.2;
  letter-spacing: -0.5px;
}
.cid-suK2L7lQau .mbr-form .mbr-text {
  color: #6d7a8c;
}
.cid-suK2L7lQau .mbr-form textarea {
  min-height: 100px;
}
.cid-suK2L7lQau .mbr-form .btn {
  -webkit-box-pack: justify;
  justify-content: space-between;
  border-width: 2px;
  border-radius: 4px;
  border-color: #4f87fb;
  color: #4f87fb;
  padding: 18px 29px;
}
.cid-suK2L7lQau .mbr-form .btn.display-4 {
  font-size: 13px;
  letter-spacing: 1px;
}
.cid-suK2L7lQau .mbr-form span.value.form-control {
  min-height: 3.5rem;
  padding: 1rem;
}
@media (max-width: 991px) {
  .cid-suK2L7lQau .mbr-form {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}
@media (max-width: 768px) {
  .cid-suK2L7lQau .mbr-section-title,
  .cid-suK2L7lQau .content-title,
  .cid-suK2L7lQau .mbr-section-btn {
    text-align: left;
  }
}
.cid-suK2fvU8Rl {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #25303e;
}
.cid-suK2fvU8Rl section {
  position: relative;
}
.cid-suK2fvU8Rl .widget-title {
  font-weight: 600;
}
.cid-suK2fvU8Rl .widget-title.display-7 {
  font-size: 17px;
  line-height: 27px;
  letter-spacing: 0.5px;
}
.cid-suK2fvU8Rl .mbr-text.display-4 {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 300;
}
.cid-suK2fvU8Rl .item .card-box .item-title {
  font-weight: 300;
}
.cid-suK2fvU8Rl .item .card-box .item-title.display-4 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-suK2fvU8Rl .item .card-img {
  width: auto;
  background-color: #4f87fb;
  border-radius: 100%;
}
.cid-suK2fvU8Rl .item .card-img .img1 {
  display: block;
  padding: 6px;
  font-size: 13px;
}
.cid-suK2fvU8Rl img {
  height: 100px;
  padding-right: 8px;
}
.cid-suK2fvU8Rl .img1 {
  color: #ffffff;
  background-color: #4f87fb;
  border-radius: 50%;
}
.cid-suK2fvU8Rl .img2 {
  color: #ffffff;
  font-size: 10px;
}
.cid-suK2fvU8Rl .line {
  width: 50px;
  height: 2px;
  display: inline-block;
  background: #4f87fb;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
@media (max-width: 992px) {
  .cid-suK2fvU8Rl .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-suK2fvU8Rl .content .link-wrap {
  font-weight: 300;
  color: #fff;
}
.cid-suK2fvU8Rl .content .link-wrap.display-4 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-suK2fvU8Rl .content .date-wrap {
  color: #4f87fb;
  font-weight: 500;
}
.cid-suK2fvU8Rl .content .date-wrap.display-4 {
  font-size: 13px;
  line-height: 17px;
}
.cid-suK2fvU8Rl .item,
.cid-suK2fvU8Rl .link {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  padding-bottom: 0.5rem;
  margin-bottom: 0.6rem;
}
.cid-suK2fvU8Rl .item h4,
.cid-suK2fvU8Rl .link h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-suK2fvU8Rl .link .card-img {
  padding-bottom: 3px;
}
.cid-suK2fvU8Rl .link .card-box .link-title {
  font-weight: 300;
}
.cid-suK2fvU8Rl .link .card-box .link-title a:hover {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: #4f87fb !important;
}
.cid-suK2fvU8Rl .link .card-box .link-title.display-4 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-suK2fvU8Rl .card-img {
  width: auto;
}
@media (max-width: 767px) {
  .cid-suK2fvU8Rl h5 {
    text-align: left !important;
  }
  .cid-suK2fvU8Rl .line-wrap {
    text-align: left !important;
  }
}
.cid-suK2fvU8Rl .item-title {
  color: #ffffff;
}
.cid-suK2fvU8Rl .tips {
  height: 70px;
  width: 70px;
  margin: 4px;
  -o-object-fit: cover;
  object-fit: cover;
}
.cid-suK2fvU8Rl .btn[class*="-outline"] {
  border: none;
  padding: 0;
  margin: 0 !important;
  box-shadow: none !important;
  text-align: left;
  line-height: 1.5;
}
.cid-suK2fvU8Rl .btn[class*="-outline"] span {
  -webkit-box-ordinal-group: 3;
  order: 2;
  font-size: 0.8rem;
  font-weight: 900;
  -webkit-transition: padding 0.3s !important;
  transition: padding 0.3s !important;
}
.cid-suK2fvU8Rl .btn[class*="-outline"]:hover {
  background-color: transparent !important;
  color: #4f87fb !important;
  box-shadow: none !important;
}
.cid-suK2fvU8Rl .btn[class*="-outline"]:active,
.cid-suK2fvU8Rl .btn[class*="-outline"]:focus {
  background-color: transparent !important;
  box-shadow: none !important;
}
.cid-suK2fvU8Rl .list .list-item:first-child {
  padding-bottom: 15px;
}
.cid-suK2fvU8Rl .list .list-item:last-child {
  margin-top: 10px;
}
.cid-suK2fvU8Rl .box-list {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
  font-weight: 300;
}
.cid-suK2fvU8Rl .box-list li {
  padding: 10px 0 10px;
  color: #ffffff;
}
.cid-suK2fvU8Rl .box-list li:first-child {
  padding-top: 0;
}
.cid-suK2fvU8Rl .box-list li:last-child {
  border-bottom: none;
}
.cid-suK2fvU8Rl .box-list li span {
  float: right;
  text-align: right;
  padding-left: 0.5rem;
  color: #4f87fb;
}
.cid-suK2fvU8Rl .box-list.display-4 {
  line-height: 24px;
}
.cid-suK2fvU8Rl .mbr-text {
  line-height: 1.5;
  margin-bottom: 25px;
}
.cid-suK2fvU8Rl .item-title DIV {
  text-align: left;
}
.cid-suK2fvU8Rl .box-list li LI {
  text-align: center;
}
