body {
  font-family: DM Sans;
}
.display-1 {
  font-family: 'DM Sans', sans-serif;
  font-size: 4.6rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 7.36rem;
}
.display-2 {
  font-family: 'DM Sans', sans-serif;
  font-size: 3rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 4.8rem;
}
.display-4 {
  font-family: 'DM Sans', sans-serif;
  font-size: 0.9rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.44rem;
}
.display-5 {
  font-family: 'DM Sans', sans-serif;
  font-size: 2rem;
  line-height: 1.1;
}
.display-5 > .mbr-iconfont {
  font-size: 3.2rem;
}
.display-7 {
  font-family: 'DM Sans', sans-serif;
  font-size: 0.9rem;
  line-height: 1.4;
}
.display-7 > .mbr-iconfont {
  font-size: 1.44rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 3.68rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.22rem;
    font-size: calc( 2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.72rem;
    font-size: calc( 0.965rem + (0.9 - 0.965) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (0.965rem + (0.9 - 0.965) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.72rem;
    font-size: calc( 0.965rem + (0.9 - 0.965) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (0.965rem + (0.9 - 0.965) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1rem 3rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 1rem 2.6rem;
  border-radius: 8px;
}
.btn-lg {
  padding: 1.2rem 3.2rem;
  border-radius: 8px;
}
.bg-primary {
  background-color: #5580ff !important;
}
.bg-success {
  background-color: #f7ed4a !important;
}
.bg-info {
  background-color: #82786e !important;
}
.bg-warning {
  background-color: #808080 !important;
}
.bg-danger {
  background-color: #b1a374 !important;
}
.btn-primary {
  border: 0px!important;
}
.btn-primary,
.btn-primary:active {
  background-color: #5580ff !important;
  border-color: #5580ff !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #0847ff !important;
  border-color: #0847ff !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #0847ff !important;
  border-color: #0847ff !important;
}
.btn-primary:hover,
.btn-primary:focus {
  background-color: #003bff !important;
  box-shadow: none!important;
}
.btn-secondary {
  border: 0px!important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #003bff !important;
  border-color: #003bff !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #0029b3 !important;
  border-color: #0029b3 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #0029b3 !important;
  border-color: #0029b3 !important;
}
.btn-secondary:hover,
.btn-secondary:focus {
  background-color: #003bff !important;
  box-shadow: none!important;
}
.btn-info {
  border: 0px!important;
}
.btn-info,
.btn-info:active {
  background-color: #82786e !important;
  border-color: #82786e !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #59524b !important;
  border-color: #59524b !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #59524b !important;
  border-color: #59524b !important;
}
.btn-info:hover,
.btn-info:focus {
  background-color: #003bff !important;
  box-shadow: none!important;
}
.btn-success {
  border: 0px!important;
}
.btn-success,
.btn-success:active {
  background-color: #f7ed4a !important;
  border-color: #f7ed4a !important;
  color: #3f3c03 !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #3f3c03 !important;
  background-color: #eadd0a !important;
  border-color: #eadd0a !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #3f3c03 !important;
  background-color: #eadd0a !important;
  border-color: #eadd0a !important;
}
.btn-success:hover,
.btn-success:focus {
  background-color: #003bff !important;
  box-shadow: none!important;
}
.btn-warning {
  border: 0px!important;
}
.btn-warning,
.btn-warning:active {
  background-color: #808080 !important;
  border-color: #808080 !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #5a5a5a !important;
  border-color: #5a5a5a !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #5a5a5a !important;
  border-color: #5a5a5a !important;
}
.btn-warning:hover,
.btn-warning:focus {
  background-color: #003bff !important;
  box-shadow: none!important;
}
.btn-danger {
  border: 0px!important;
}
.btn-danger,
.btn-danger:active {
  background-color: #b1a374 !important;
  border-color: #b1a374 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #8b7d4e !important;
  border-color: #8b7d4e !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #8b7d4e !important;
  border-color: #8b7d4e !important;
}
.btn-danger:hover,
.btn-danger:focus {
  background-color: #003bff !important;
  box-shadow: none!important;
}
.btn-white {
  border: 0px!important;
  color: #333333 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #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-white:hover,
.btn-white:focus {
  background-color: #003bff !important;
  box-shadow: none!important;
}
.btn-black {
  border: 0px!important;
}
.btn-black,
.btn-black:active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  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-black:hover,
.btn-black:focus {
  background-color: #003bff !important;
  box-shadow: none!important;
}
.btn-primary-outline {
  border: 0px!important;
  background-color: white!important;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #5580ff;
  color: #5580ff;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #5580ff;
  border-color: #5580ff;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #5580ff !important;
  border-color: #5580ff !important;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus {
  background-color: white!important;
  color: #5580ff !important;
  box-shadow: 0 1px 5px 1px rgba(0, 0, 0, 0.2);
}
.btn-secondary-outline {
  border: 0px!important;
  background-color: white!important;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #003bff;
  color: #003bff;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #003bff;
  border-color: #003bff;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #003bff !important;
  border-color: #003bff !important;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus {
  background-color: white!important;
  color: #5580ff !important;
  box-shadow: 0 1px 5px 1px rgba(0, 0, 0, 0.2);
}
.btn-info-outline {
  border: 0px!important;
  background-color: white!important;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #82786e;
  color: #82786e;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #82786e;
  border-color: #82786e;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #82786e !important;
  border-color: #82786e !important;
}
.btn-info-outline:hover,
.btn-info-outline:focus {
  background-color: white!important;
  color: #5580ff !important;
  box-shadow: 0 1px 5px 1px rgba(0, 0, 0, 0.2);
}
.btn-success-outline {
  border: 0px!important;
  background-color: white!important;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #f7ed4a;
  color: #f7ed4a;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #3f3c03;
  background-color: #f7ed4a;
  border-color: #f7ed4a;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #3f3c03 !important;
  background-color: #f7ed4a !important;
  border-color: #f7ed4a !important;
}
.btn-success-outline:hover,
.btn-success-outline:focus {
  background-color: white!important;
  color: #5580ff !important;
  box-shadow: 0 1px 5px 1px rgba(0, 0, 0, 0.2);
}
.btn-warning-outline {
  border: 0px!important;
  background-color: white!important;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #808080;
  color: #808080;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #808080;
  border-color: #808080;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #808080 !important;
  border-color: #808080 !important;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus {
  background-color: white!important;
  color: #5580ff !important;
  box-shadow: 0 1px 5px 1px rgba(0, 0, 0, 0.2);
}
.btn-danger-outline {
  border: 0px!important;
  background-color: white!important;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #b1a374;
  color: #b1a374;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #b1a374;
  border-color: #b1a374;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #b1a374 !important;
  border-color: #b1a374 !important;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus {
  background-color: white!important;
  color: #5580ff !important;
  box-shadow: 0 1px 5px 1px rgba(0, 0, 0, 0.2);
}
.btn-black-outline {
  border: 0px!important;
  background-color: white!important;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #333333;
  color: #333333;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  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-black-outline:hover,
.btn-black-outline:focus {
  background-color: white!important;
  color: #5580ff !important;
  box-shadow: 0 1px 5px 1px rgba(0, 0, 0, 0.2);
}
.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: #5580ff !important;
}
.text-secondary {
  color: #003bff !important;
}
.text-success {
  color: #f7ed4a !important;
}
.text-info {
  color: #82786e !important;
}
.text-warning {
  color: #808080 !important;
}
.text-danger {
  color: #b1a374 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #bbccff !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #6689ff !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #fbf7ac !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #b2aba4 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #b3b3b3 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #d6ceb5 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #ffffff !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #82786e;
}
.alert-warning {
  background-color: #808080;
}
.alert-danger {
  background-color: #b1a374;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #5580ff;
  border-color: #5580ff;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #5580ff;
}
.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: #beb8b2;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #c0c0c0;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #dfd9c6;
}
/* Scroll to top button*/
#scrollToTop a {
  border-radius: 100px;
}
.form-control {
  font-family: 'DM Sans', sans-serif;
  font-size: 0.9rem;
  line-height: 1.4;
}
.form-control > .mbr-iconfont {
  font-size: 1.44rem;
}
blockquote {
  border-color: #5580ff;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn a.btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #5580ff;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: gray !important;
  border-bottom-color: gray !important;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #5580ff;
  border-bottom-color: #5580ff;
}
.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: #5580ff !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: #003bff !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: auto;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%235580ff' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.cid-snX7vhrqLA .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-snX7vhrqLA .dropdown-menu {
  padding: 0;
}
.cid-snX7vhrqLA .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-snX7vhrqLA .dropdown-item:hover,
.cid-snX7vhrqLA .dropdown-item:focus {
  background: #5580ff !important;
  color: white!important;
}
.cid-snX7vhrqLA .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-snX7vhrqLA .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-snX7vhrqLA .nav-link {
  position: relative;
}
.cid-snX7vhrqLA .container {
  display: flex;
  margin: auto;
}
.cid-snX7vhrqLA .mbr-iconfont {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-snX7vhrqLA .navbar-caption {
  padding-right: 4rem;
}
.cid-snX7vhrqLA .navbar-nav {
  justify-content: space-between;
  width: -webkit-fill-available;
}
.cid-snX7vhrqLA .dropdown-menu,
.cid-snX7vhrqLA .navbar.opened {
  background: #ffffff !important;
}
.cid-snX7vhrqLA .nav-item:focus,
.cid-snX7vhrqLA .nav-link:focus {
  outline: none;
}
.cid-snX7vhrqLA .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-snX7vhrqLA .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-snX7vhrqLA .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-snX7vhrqLA .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-snX7vhrqLA .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-snX7vhrqLA .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-snX7vhrqLA .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid #e6e6e6;
  background: #ffffff;
}
.cid-snX7vhrqLA .navbar.opened {
  transition: all .3s;
}
.cid-snX7vhrqLA .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-snX7vhrqLA .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-snX7vhrqLA .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-snX7vhrqLA .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-snX7vhrqLA .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-snX7vhrqLA .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-snX7vhrqLA .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-snX7vhrqLA .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-snX7vhrqLA .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-snX7vhrqLA .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-snX7vhrqLA .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-snX7vhrqLA .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-snX7vhrqLA .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-snX7vhrqLA .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-snX7vhrqLA .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-snX7vhrqLA .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-snX7vhrqLA .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-snX7vhrqLA .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-snX7vhrqLA .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-snX7vhrqLA .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-snX7vhrqLA .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-snX7vhrqLA .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-snX7vhrqLA .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-snX7vhrqLA .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-snX7vhrqLA .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-snX7vhrqLA .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-snX7vhrqLA .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-snX7vhrqLA .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-snX7vhrqLA .dropdown-item.active,
.cid-snX7vhrqLA .dropdown-item:active {
  background-color: transparent;
}
.cid-snX7vhrqLA .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-snX7vhrqLA .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-snX7vhrqLA .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-snX7vhrqLA .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-snX7vhrqLA .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-snX7vhrqLA .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-snX7vhrqLA ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-snX7vhrqLA .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-snX7vhrqLA button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-snX7vhrqLA button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-snX7vhrqLA button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-snX7vhrqLA button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-snX7vhrqLA button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-snX7vhrqLA button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-snX7vhrqLA nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-snX7vhrqLA nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-snX7vhrqLA nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-snX7vhrqLA nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-snX7vhrqLA .navbar-dropdown {
  padding: .5rem 1rem;
}
.cid-snX7vhrqLA a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-snX7vhrqLA .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  min-width: 160px;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-snX7vhrqLA .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-snX7vhrqLA .navbar {
    height: 77px;
  }
  .cid-snX7vhrqLA .navbar.opened {
    height: auto;
  }
  .cid-snX7vhrqLA .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-rXVpekYbot {
  padding-top: 105px;
  padding-bottom: 105px;
  background-image: url("../../../assets/images/index-meta-1920x1280.jpeg");
}
.cid-rXVpekYbot .mbr-iconfont {
  display: block;
  font-size: 6rem;
  color: #0095ff;
  margin-bottom: 2rem;
}
.cid-rXVpekYbot .mbr-text,
.cid-rXVpekYbot .mbr-section-btn {
  color: #ffffff;
}
.cid-rXVpekYbot .mbr-section-title,
.cid-rXVpekYbot .icon-wrap {
  color: #ffffff;
}
.cid-rWuNi3Fn2z {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rWuNi3Fn2z .text-box {
  position: absolute;
  top: 0px;
  min-height: 100%;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
}
.cid-rWuNi3Fn2z .text-block {
  position: relative;
  z-index: 0;
}
.cid-rWuNi3Fn2z .box {
  width: 25%;
  height: 40%;
  background: #f1722b;
  position: absolute;
  top: 4%;
}
.cid-rWuNi3Fn2z .box {
  left: 20%;
}
.cid-rWuNi3Fn2z .text-box {
  left: 0;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.cid-rWuNi3Fn2z .mbr-section-text,
.cid-rWuNi3Fn2z .mbr-section-title {
  margin-left: 31%;
}
@media (max-width: 991px) {
  .cid-rWuNi3Fn2z .text-box {
    display: none;
  }
  .cid-rWuNi3Fn2z .mbr-section-title,
  .cid-rWuNi3Fn2z .mbr-section-text {
    margin: auto;
  }
}
@media (max-width: 767px) {
  .cid-rWuNi3Fn2z .box {
    display: none;
  }
  .cid-rWuNi3Fn2z .row {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .cid-rWuNi3Fn2z .img-block {
    margin-bottom: 1rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-rWuNi3Fn2z .text-box {
    writing-mode: bt-rl;
  }
}
.cid-rWuNi3Fn2z .mbr-section-text {
  color: #767676;
  text-align: left;
}
.cid-rWuNi3Fn2z .mbr-section-title {
  text-align: center;
}
.cid-rWuK3QAySi {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rWuK3QAySi .card-box {
  padding: 2rem;
  padding-top: 3rem;
}
@media (min-width: 1500px) {
  .cid-rWuK3QAySi .container {
    max-width: 1400px;
  }
}
.cid-rWuK3QAySi img {
  width: 100%;
}
.cid-rWuK3QAySi .link-wrap {
  width: 100%;
}
.cid-rWuK3QAySi .link {
  display: inline-block;
}
.cid-rWuK3QAySi .card {
  transition: all 0.3s;
}
.cid-rWuK3QAySi .card:hover {
  transform: translateY(-10px);
}
.cid-rWuK3QAySi .card-wrapper {
  background-position: center;
  border-radius: 4px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 0;
  cursor: pointer;
  background: #ffffff;
  transition: all 0.3s;
  background-size: cover;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 767px) {
  .cid-rWuK3QAySi .card-box {
    padding: 1rem;
    padding-top: 2rem;
  }
}
.cid-rWuK3QAySi .main-title {
  color: #999999;
}
.cid-rZ5hCMGJyb {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
@media (min-width: 1500px) {
  .cid-rZ5hCMGJyb .container {
    max-width: 1400px;
  }
}
.cid-rZ5hCMGJyb .mbr-section-subtitle {
  color: #999999;
  font-weight: 600;
  margin-bottom: 21px;
}
.cid-rZ5hCMGJyb .mbr-section-subtitle.display-4 {
  line-height: 1.375;
}
.cid-rZ5hCMGJyb .main-title {
  margin-bottom: 56px;
  text-align: left;
}
.cid-rZ5hCMGJyb .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #5580ff;
  background-color: rgba(132, 138, 189, 0.15);
  margin-bottom: 26px;
}
.cid-rZ5hCMGJyb .badge.display-4 {
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.5px;
}
.cid-rZ5hCMGJyb img {
  width: 100%;
}
.cid-rZ5hCMGJyb .card-wrapper {
  background-position: center;
  border-radius: 4px;
  padding: 0;
  cursor: pointer;
  transition: all 0.3s;
  background-size: cover;
  display: flex !important;
  flex-direction: row !important;
  justify-content: center !important;
  align-items: center;
}
.cid-rZ5hCMGJyb .card-wrapper .card-count {
  height: 100%;
  margin-right: 25px;
}
.cid-rZ5hCMGJyb .card-wrapper .card-count .icon-count {
  background-color: rgba(132, 138, 189, 0.25);
  width: 40px;
  height: 40px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  color: #848abd;
}
.cid-rZ5hCMGJyb .card-wrapper .card-box {
  height: 100%;
}
.cid-rZ5hCMGJyb .card-wrapper .card-box .card-title {
  color: #404040;
  margin-bottom: 12px;
  font-weight: 600;
}
.cid-rZ5hCMGJyb .card-wrapper .card-box .card-title.display-7 {
  line-height: 1.3;
}
.cid-rZ5hCMGJyb .card-wrapper .card-box .mbr-text {
  color: #606060;
}
.cid-rZ5hCMGJyb .card-wrapper .card-box .mbr-text.display-4 {
  line-height: 1.75;
}
.cid-rZ5hCMGJyb .card-wrapper .card-box .link-wrap {
  width: 100%;
}
.cid-rZ5hCMGJyb .card-wrapper .card-box .link-wrap .link {
  display: inline-block;
}
.cid-rZ5hCMGJyb .card-wrapper .card-box .link-wrap .link a {
  position: relative;
  width: fit-content;
  display: inline-block;
  padding-right: 0.6rem;
  font-weight: 600;
}
.cid-rZ5hCMGJyb .card-wrapper .card-box .link-wrap .link a:before {
  position: absolute;
  transition: all 0.3s;
  right: 0px;
  top: 55%;
  opacity: 0;
  transform: translateY(-50%);
  content: "\e909";
  font-family: 'Moririse2' !important;
  color: currentColor;
  font-size: 0.6rem;
}
.cid-rZ5hCMGJyb .card-wrapper .card-box .link-wrap .link a:hover:before {
  opacity: 1;
  transform: translateX(8px) translateY(-50%);
}
.cid-rZ5hCMGJyb .mbr-section-btn {
  text-align: center;
}
.cid-rZ5hCMGJyb .mbr-section-btn .btn {
  padding: 18px 26px;
  font-weight: 600;
}
.cid-rZ5hCMGJyb .mbr-section-btn .btn.display-4 {
  font-size: 13px;
  line-height: 1;
  letter-spacing: 0.5px;
}
.cid-rZ5hCMGJyb .mbr-section-btn .btn-secondary:hover {
  box-shadow: 0 0 0 5px rgba(60, 113, 211, 0.2) !important;
}
@media (max-width: 767px) {
  .cid-rZ5hCMGJyb .card-box {
    padding: 1rem;
  }
}
.cid-rZ5hCMGJyb .card .card-wrapper .card-box .mbr-text,
.cid-rZ5hCMGJyb .link-wrap {
  text-align: left;
}
.cid-rOMpliz43t {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #fafafa;
}
.cid-rOMpliz43t .block {
  width: 100%;
  height: 550px;
  display: block;
}
.cid-rOMpliz43t img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-rOMpliz43t .first img {
  border-top-left-radius: 14px;
  border-bottom-left-radius: 14px;
}
.cid-rOMpliz43t .last img {
  border-top-right-radius: 14px;
  border-bottom-right-radius: 14px;
}
@media (max-width: 992px) {
  .cid-rOMpliz43t .block {
    height: 400px;
  }
}
@media (max-width: 767px) {
  .cid-rOMpliz43t img {
    padding-bottom: 1rem;
  }
  .cid-rOMpliz43t .first img {
    border-top-left-radius: 14px;
    border-top-right-radius: 14px;
  }
  .cid-rOMpliz43t .last img {
    border-top-right-radius: 0px;
    border-bottom-left-radius: 14px;
    border-bottom-right-radius: 14px;
    padding-bottom: 0;
  }
}
.cid-rZ7ofUsvKq {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
@media (min-width: 1500px) {
  .cid-rZ7ofUsvKq .container {
    max-width: 1400px;
  }
}
.cid-rZ7ofUsvKq .mbr-section-subtitle {
  color: #999999;
  font-weight: 600;
  margin-bottom: 21px;
}
.cid-rZ7ofUsvKq .mbr-section-subtitle.display-4 {
  line-height: 1.375;
}
.cid-rZ7ofUsvKq .main-title {
  margin-bottom: 56px;
  text-align: left;
}
.cid-rZ7ofUsvKq .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #5580ff;
  background-color: rgba(132, 138, 189, 0.15);
  margin-bottom: 26px;
}
.cid-rZ7ofUsvKq .badge.display-4 {
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.5px;
}
.cid-rZ7ofUsvKq img {
  width: 100%;
}
.cid-rZ7ofUsvKq .card-wrapper {
  background-position: center;
  border-radius: 4px;
  padding: 0;
  cursor: pointer;
  transition: all 0.3s;
  background-size: cover;
  display: flex !important;
  flex-direction: row !important;
  justify-content: center !important;
  align-items: center;
}
.cid-rZ7ofUsvKq .card-wrapper .card-count {
  height: 100%;
  margin-right: 25px;
}
.cid-rZ7ofUsvKq .card-wrapper .card-count .icon-count {
  background-color: rgba(132, 138, 189, 0.25);
  width: 40px;
  height: 40px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  color: #848abd;
}
.cid-rZ7ofUsvKq .card-wrapper .card-box {
  height: 100%;
}
.cid-rZ7ofUsvKq .card-wrapper .card-box .card-title {
  color: #404040;
  margin-bottom: 12px;
  font-weight: 600;
}
.cid-rZ7ofUsvKq .card-wrapper .card-box .card-title.display-7 {
  line-height: 1.3;
}
.cid-rZ7ofUsvKq .card-wrapper .card-box .mbr-text {
  color: #606060;
}
.cid-rZ7ofUsvKq .card-wrapper .card-box .mbr-text.display-4 {
  line-height: 1.75;
}
.cid-rZ7ofUsvKq .card-wrapper .card-box .link-wrap {
  width: 100%;
}
.cid-rZ7ofUsvKq .card-wrapper .card-box .link-wrap .link {
  display: inline-block;
}
.cid-rZ7ofUsvKq .card-wrapper .card-box .link-wrap .link a {
  position: relative;
  width: fit-content;
  display: inline-block;
  padding-right: 0.6rem;
  font-weight: 600;
}
.cid-rZ7ofUsvKq .card-wrapper .card-box .link-wrap .link a:before {
  position: absolute;
  transition: all 0.3s;
  right: 0px;
  top: 55%;
  opacity: 0;
  transform: translateY(-50%);
  content: "\e909";
  font-family: 'Moririse2' !important;
  color: currentColor;
  font-size: 0.6rem;
}
.cid-rZ7ofUsvKq .card-wrapper .card-box .link-wrap .link a:hover:before {
  opacity: 1;
  transform: translateX(8px) translateY(-50%);
}
.cid-rZ7ofUsvKq .mbr-section-btn {
  text-align: center;
}
.cid-rZ7ofUsvKq .mbr-section-btn .btn {
  padding: 18px 26px;
  font-weight: 600;
}
.cid-rZ7ofUsvKq .mbr-section-btn .btn.display-4 {
  font-size: 13px;
  line-height: 1;
  letter-spacing: 0.5px;
}
.cid-rZ7ofUsvKq .mbr-section-btn .btn-secondary:hover {
  box-shadow: 0 0 0 5px rgba(60, 113, 211, 0.2) !important;
}
@media (max-width: 767px) {
  .cid-rZ7ofUsvKq .card-box {
    padding: 1rem;
  }
}
.cid-rZ7ofUsvKq .card .card-wrapper .card-box .mbr-text,
.cid-rZ7ofUsvKq .link-wrap {
  text-align: left;
}
.cid-rWv0VIeI88 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #fafafa;
}
.cid-rWv0VIeI88 .block {
  width: 100%;
  height: 550px;
  display: block;
}
.cid-rWv0VIeI88 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-rWv0VIeI88 .first img {
  border-top-left-radius: 14px;
  border-bottom-left-radius: 14px;
}
.cid-rWv0VIeI88 .last img {
  border-top-right-radius: 14px;
  border-bottom-right-radius: 14px;
}
@media (max-width: 992px) {
  .cid-rWv0VIeI88 .block {
    height: 400px;
  }
}
@media (max-width: 767px) {
  .cid-rWv0VIeI88 img {
    padding-bottom: 1rem;
  }
  .cid-rWv0VIeI88 .first img {
    border-top-left-radius: 14px;
    border-top-right-radius: 14px;
  }
  .cid-rWv0VIeI88 .last img {
    border-top-right-radius: 0px;
    border-bottom-left-radius: 14px;
    border-bottom-right-radius: 14px;
    padding-bottom: 0;
  }
}
.cid-rZ8cBfdktL {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
@media (min-width: 1500px) {
  .cid-rZ8cBfdktL .container {
    max-width: 1400px;
  }
}
.cid-rZ8cBfdktL .mbr-section-subtitle {
  color: #999999;
  font-weight: 600;
  margin-bottom: 21px;
}
.cid-rZ8cBfdktL .mbr-section-subtitle.display-4 {
  line-height: 1.375;
}
.cid-rZ8cBfdktL .main-title {
  margin-bottom: 56px;
  text-align: left;
}
.cid-rZ8cBfdktL .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #5580ff;
  background-color: rgba(132, 138, 189, 0.15);
  margin-bottom: 26px;
}
.cid-rZ8cBfdktL .badge.display-4 {
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.5px;
}
.cid-rZ8cBfdktL img {
  width: 100%;
}
.cid-rZ8cBfdktL .card-wrapper {
  background-position: center;
  border-radius: 4px;
  padding: 0;
  cursor: pointer;
  transition: all 0.3s;
  background-size: cover;
  display: flex !important;
  flex-direction: row !important;
  justify-content: center !important;
  align-items: center;
}
.cid-rZ8cBfdktL .card-wrapper .card-count {
  height: 100%;
  margin-right: 25px;
}
.cid-rZ8cBfdktL .card-wrapper .card-count .icon-count {
  background-color: rgba(132, 138, 189, 0.25);
  width: 40px;
  height: 40px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  color: #848abd;
}
.cid-rZ8cBfdktL .card-wrapper .card-box {
  height: 100%;
}
.cid-rZ8cBfdktL .card-wrapper .card-box .card-title {
  color: #404040;
  margin-bottom: 12px;
  font-weight: 600;
}
.cid-rZ8cBfdktL .card-wrapper .card-box .card-title.display-7 {
  line-height: 1.3;
}
.cid-rZ8cBfdktL .card-wrapper .card-box .mbr-text {
  color: #606060;
}
.cid-rZ8cBfdktL .card-wrapper .card-box .mbr-text.display-4 {
  line-height: 1.75;
}
.cid-rZ8cBfdktL .card-wrapper .card-box .link-wrap {
  width: 100%;
}
.cid-rZ8cBfdktL .card-wrapper .card-box .link-wrap .link {
  display: inline-block;
}
.cid-rZ8cBfdktL .card-wrapper .card-box .link-wrap .link a {
  position: relative;
  width: fit-content;
  display: inline-block;
  padding-right: 0.6rem;
  font-weight: 600;
}
.cid-rZ8cBfdktL .card-wrapper .card-box .link-wrap .link a:before {
  position: absolute;
  transition: all 0.3s;
  right: 0px;
  top: 55%;
  opacity: 0;
  transform: translateY(-50%);
  content: "\e909";
  font-family: 'Moririse2' !important;
  color: currentColor;
  font-size: 0.6rem;
}
.cid-rZ8cBfdktL .card-wrapper .card-box .link-wrap .link a:hover:before {
  opacity: 1;
  transform: translateX(8px) translateY(-50%);
}
.cid-rZ8cBfdktL .mbr-section-btn {
  text-align: center;
}
.cid-rZ8cBfdktL .mbr-section-btn .btn {
  padding: 18px 26px;
  font-weight: 600;
}
.cid-rZ8cBfdktL .mbr-section-btn .btn.display-4 {
  font-size: 13px;
  line-height: 1;
  letter-spacing: 0.5px;
}
.cid-rZ8cBfdktL .mbr-section-btn .btn-secondary:hover {
  box-shadow: 0 0 0 5px rgba(60, 113, 211, 0.2) !important;
}
@media (max-width: 767px) {
  .cid-rZ8cBfdktL .card-box {
    padding: 1rem;
  }
}
.cid-rZ8cBfdktL .card .card-wrapper .card-box .mbr-text,
.cid-rZ8cBfdktL .link-wrap {
  text-align: left;
}
.cid-rWv11NkbXB {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #fafafa;
}
.cid-rWv11NkbXB .block {
  width: 100%;
  height: 550px;
  display: block;
}
.cid-rWv11NkbXB img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-rWv11NkbXB .first img {
  border-top-left-radius: 14px;
  border-bottom-left-radius: 14px;
}
.cid-rWv11NkbXB .last img {
  border-top-right-radius: 14px;
  border-bottom-right-radius: 14px;
}
@media (max-width: 992px) {
  .cid-rWv11NkbXB .block {
    height: 400px;
  }
}
@media (max-width: 767px) {
  .cid-rWv11NkbXB img {
    padding-bottom: 1rem;
  }
  .cid-rWv11NkbXB .first img {
    border-top-left-radius: 14px;
    border-top-right-radius: 14px;
  }
  .cid-rWv11NkbXB .last img {
    border-top-right-radius: 0px;
    border-bottom-left-radius: 14px;
    border-bottom-right-radius: 14px;
    padding-bottom: 0;
  }
}
.cid-rOMplDqUEA {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rOMplDqUEA .link-wrap {
  width: 100%;
}
.cid-rOMplDqUEA .link {
  display: inline-block;
  position: relative;
  width: fit-content;
  padding: 0 1.4rem;
}
.cid-rOMplDqUEA .link:before {
  position: absolute;
  left: 0px;
  top: 55%;
  transform: translateY(-50%);
  content: "\e908";
  font-family: 'Moririse2' !important;
  color: #5580ff;
  font-size: 0.8rem;
}
.cid-rOMplDqUEA .link,
.cid-rOMplDqUEA .link-wrap {
  color: #555555;
}
.cid-rOMplDqUEA img {
  width: 100%;
}
@media (max-width: 992px) {
  .cid-rOMplDqUEA .card {
    margin-bottom: 2rem!important;
  }
}
.cid-rOMplDqUEA .card-title,
.cid-rOMplDqUEA .card-box {
  color: #999999;
}
.cid-rOMplDqUEA .mbr-text,
.cid-rOMplDqUEA .link-wrap,
.cid-rOMplDqUEA .mbr-section-btn {
  text-align: left;
}
.cid-rZ5hj63MId {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rZ5hj63MId .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #5580ff;
  background-color: rgba(132, 138, 189, 0.15);
  margin-bottom: 26px;
}
.cid-rZ5hj63MId .badge.display-4 {
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.5px;
}
.cid-rZ5hj63MId .minibadge {
  display: inline-block;
  border-radius: 10rem;
  padding: 7px 14px;
  color: #ffffff;
  background-color: #848abd;
  text-align: center;
  margin-bottom: 26px;
  font-weight: 600;
}
.cid-rZ5hj63MId .minibadge.display-4 {
  font-size: 12px;
  line-height: 1;
  letter-spacing: 0.5px;
}
.cid-rZ5hj63MId .meta {
  color: #999999;
  text-align: left;
  margin-top: 20px;
}
.cid-rZ5hj63MId .meta .date .clock {
  margin-right: 4px;
}
.cid-rZ5hj63MId .meta .comments .comment {
  margin-right: 4px;
}
.cid-rZ5hj63MId .meta .comments:before {
  content: "";
  display: inline-block;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  margin: 0 0.6rem 0 0.6rem;
  vertical-align: 3px;
  background: rgba(48, 48, 48, 0.35);
}
.cid-rZ5hj63MId .meta.display-4 {
  font-size: 13px;
}
.cid-rZ5hj63MId .mbr-section-subtitle {
  color: #999999;
  font-weight: 600;
  margin-bottom: 21px;
}
.cid-rZ5hj63MId .main-text {
  color: #606060;
}
.cid-rZ5hj63MId .carousel {
  margin-top: 56px;
}
.cid-rZ5hj63MId .wrapper {
  position: relative;
  padding: 2rem;
  border-radius: 4px;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  height: 18rem;
  margin-bottom: 30px;
}
.cid-rZ5hj63MId .wrapper .mbr-overlay {
  background: #1e1e1e;
  opacity: 0;
  z-index: 1;
  transition: all 0.4s ease;
  border-radius: 4px;
}
.cid-rZ5hj63MId .wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  border-radius: 4px;
}
.cid-rZ5hj63MId .wrapper .content-block {
  position: absolute;
  width: 100%;
  z-index: 1;
  top: 50%;
  left: 0;
  transform: translateY(-80%);
  opacity: 0;
  padding: 0.75rem 1rem;
  transition: all 0.4s ease;
}
.cid-rZ5hj63MId .wrapper:hover .mbr-overlay {
  background: #1e1e1e;
  opacity: 0.6;
  z-index: 1;
}
.cid-rZ5hj63MId .wrapper:hover .content-block {
  opacity: 1;
  transform: translateY(-50%);
}
.cid-rZ5hj63MId .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rZ5hj63MId .carousel-item.active,
.cid-rZ5hj63MId .carousel-item-next,
.cid-rZ5hj63MId .carousel-item-prev {
  display: flex;
}
.cid-rZ5hj63MId .carousel-indicators {
  margin: 20px auto 0;
  align-items: center;
  bottom: -40px;
}
.cid-rZ5hj63MId .carousel-indicators .active {
  transform: scale(1);
  border: 0;
  background-color: rgba(153, 153, 153, 0.8);
  transition: all 200ms ease-in-out;
}
.cid-rZ5hj63MId .carousel-indicators li {
  height: 10px;
  width: 10px;
  border-radius: 50%;
  transition: opacity 0.5s;
  background-color: rgba(153, 153, 153, 0.8);
  font-size: 2rem;
  border-width: 0px;
  transform: scale(0.6);
}
.cid-rZ5hj63MId .carousel-indicators li:hover {
  opacity: 1;
}
.cid-rZ5hj63MId .carousel-controls {
  display: none;
}
@media (max-width: 991px) {
  .cid-rZ5hj63MId .carousel-controls {
    display: block;
  }
  .cid-rZ5hj63MId .carousel-controls a {
    transition: opacity 0.5s;
    font-size: 2rem;
  }
  .cid-rZ5hj63MId .carousel-controls a span {
    padding: 10px;
    border-radius: 50%;
    color: #ffffff;
    background: #444444;
    opacity: 0.9;
  }
  .cid-rZ5hj63MId .carousel-controls a:hover span {
    opacity: 1;
  }
  .cid-rZ5hj63MId .carousel-indicators {
    display: none;
  }
}
@media (max-width: 540px) {
  .cid-rZ5hj63MId .text-element {
    padding: 1rem;
  }
  .cid-rZ5hj63MId .carousel-controls {
    display: none;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-rZ5hj63MId .image-element {
    min-width: 50%;
  }
  .cid-rZ5hj63MId .media-container-row {
    width: 100%;
  }
}
.cid-rZ5hj63MId .carousel-control-prev {
  left: -70px;
}
.cid-rZ5hj63MId .carousel-control-next {
  right: -40px;
}
.cid-rZ5hj63MId .caption {
  text-align: center;
}
.cid-rZ5hj63MId .main-title {
  color: #999999;
  text-align: left;
}
.cid-rZ5hamzuzd .google-map {
  height: 30rem;
  position: relative;
}
.cid-rZ5hamzuzd .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-rZ5hamzuzd .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-rZ5hamzuzd .google-map[data-state] {
  background: #e9e5dc;
}
.cid-rZ5hamzuzd .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-unMHJbLySf {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #5580ff;
}
.cid-unMHJbLySf ul {
  padding: 0;
  margin: 0;
}
.cid-unMHJbLySf ul li {
  list-style: none;
}
.cid-unMHJbLySf ul li h4 {
  margin: 0;
}
.cid-unMHJbLySf ul li h4.display-4 {
  line-height: 1.75;
}
.cid-unMHJbLySf .item {
  color: #ffffff;
}
.cid-unMHJbLySf .col-title {
  color: #ffffff;
}
.cid-unMHJbLySf .col-title.display-2 {
  font-size: 2.1rem;
}
.cid-unMHJbLySf .col-title1 {
  margin-bottom: 40px;
}
.cid-unMHJbLySf .form-group,
.cid-unMHJbLySf .mbr-section-btn {
  margin: 0;
  padding: 0;
  display: -webkit-flex;
}
.cid-unMHJbLySf .form-control {
  display: inline-block;
  border: none;
  border-radius: 25px;
  width: 100%;
  padding: 0 25px;
  background: rgba(255, 255, 255, 0.07);
  color: #ffffff;
  margin-right: 10px;
  height: 50px;
  line-height: 50px;
}
.cid-unMHJbLySf .form-control::-webkit-input-placeholder {
  color: #ffffff;
}
.cid-unMHJbLySf .form-control::-moz-placeholder {
  color: #ffffff;
}
.cid-unMHJbLySf .form-control:-moz-placeholder {
  color: #ffffff;
}
.cid-unMHJbLySf .form-control:-ms-input-placeholder {
  color: #ffffff;
}
.cid-unMHJbLySf .col + .mbr-section-btn .btn,
.cid-unMHJbLySf .col-auto + .mbr-section-btn .btn {
  margin: 0 !important;
  height: 100%;
  border-radius: 30px !important;
  padding: 14.5px 26px 14.5px !important;
}
.cid-unMHJbLySf .col + .mbr-section-btn .btn.display-4,
.cid-unMHJbLySf .col-auto + .mbr-section-btn .btn.display-4 {
  font-size: 13px;
}
.cid-unMHJbLySf .col + .mbr-section-btn .btn:hover,
.cid-unMHJbLySf .col-auto + .mbr-section-btn .btn:hover {
  box-shadow: 0 0 0 5px rgba(132, 138, 189, 0.2);
}
.cid-unMHJbLySf .dragArea > *:nth-last-child(2).col,
.cid-unMHJbLySf .dragArea > *:nth-last-child(2).col-auto,
.cid-unMHJbLySf .col + .mbr-section-btn,
.cid-unMHJbLySf .col-auto + .mbr-section-btn {
  padding-left: 0;
  padding-right: 0;
  margin: 0;
}
.cid-unMHJbLySf .form1 {
  margin-top: 30px;
}
.cid-unMHJbLySf .fill-light-wrapper {
  fill: #f9fafb;
  z-index: 2 !important;
  top: 0;
}
@media (max-width: 768px) {
  .cid-unMHJbLySf .md-pb {
    margin-bottom: 30px;
  }
}
.cid-snX7vhrqLA .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-snX7vhrqLA .dropdown-menu {
  padding: 0;
}
.cid-snX7vhrqLA .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-snX7vhrqLA .dropdown-item:hover,
.cid-snX7vhrqLA .dropdown-item:focus {
  background: #5580ff !important;
  color: white!important;
}
.cid-snX7vhrqLA .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-snX7vhrqLA .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-snX7vhrqLA .nav-link {
  position: relative;
}
.cid-snX7vhrqLA .container {
  display: flex;
  margin: auto;
}
.cid-snX7vhrqLA .mbr-iconfont {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-snX7vhrqLA .navbar-caption {
  padding-right: 4rem;
}
.cid-snX7vhrqLA .navbar-nav {
  justify-content: space-between;
  width: -webkit-fill-available;
}
.cid-snX7vhrqLA .dropdown-menu,
.cid-snX7vhrqLA .navbar.opened {
  background: #ffffff !important;
}
.cid-snX7vhrqLA .nav-item:focus,
.cid-snX7vhrqLA .nav-link:focus {
  outline: none;
}
.cid-snX7vhrqLA .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-snX7vhrqLA .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-snX7vhrqLA .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-snX7vhrqLA .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-snX7vhrqLA .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-snX7vhrqLA .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-snX7vhrqLA .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid #e6e6e6;
  background: #ffffff;
}
.cid-snX7vhrqLA .navbar.opened {
  transition: all .3s;
}
.cid-snX7vhrqLA .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-snX7vhrqLA .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-snX7vhrqLA .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-snX7vhrqLA .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-snX7vhrqLA .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-snX7vhrqLA .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-snX7vhrqLA .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-snX7vhrqLA .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-snX7vhrqLA .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-snX7vhrqLA .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-snX7vhrqLA .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-snX7vhrqLA .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-snX7vhrqLA .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-snX7vhrqLA .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-snX7vhrqLA .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-snX7vhrqLA .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-snX7vhrqLA .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-snX7vhrqLA .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-snX7vhrqLA .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-snX7vhrqLA .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-snX7vhrqLA .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-snX7vhrqLA .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-snX7vhrqLA .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-snX7vhrqLA .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-snX7vhrqLA .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-snX7vhrqLA .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-snX7vhrqLA .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-snX7vhrqLA .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-snX7vhrqLA .dropdown-item.active,
.cid-snX7vhrqLA .dropdown-item:active {
  background-color: transparent;
}
.cid-snX7vhrqLA .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-snX7vhrqLA .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-snX7vhrqLA .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-snX7vhrqLA .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-snX7vhrqLA .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-snX7vhrqLA .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-snX7vhrqLA ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-snX7vhrqLA .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-snX7vhrqLA button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-snX7vhrqLA button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-snX7vhrqLA button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-snX7vhrqLA button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-snX7vhrqLA button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-snX7vhrqLA button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-snX7vhrqLA nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-snX7vhrqLA nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-snX7vhrqLA nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-snX7vhrqLA nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-snX7vhrqLA .navbar-dropdown {
  padding: .5rem 1rem;
}
.cid-snX7vhrqLA a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-snX7vhrqLA .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  min-width: 160px;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-snX7vhrqLA .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-snX7vhrqLA .navbar {
    height: 77px;
  }
  .cid-snX7vhrqLA .navbar.opened {
    height: auto;
  }
  .cid-snX7vhrqLA .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-rZ98hxLv9p {
  padding-top: 90px;
  padding-bottom: 180px;
  background-image: url("../../../assets/images/17.jpg");
}
.cid-rZ98hxLv9p .back {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 30%;
  background-color: #efeeee;
}
.cid-rZ98hxLv9p .block {
  background-color: #e68047;
}
.cid-rZ98hxLv9p img {
  width: 100%;
}
.cid-rZ98hxLv9p .content-wrapper {
  margin: auto;
  position: relative;
  padding: 10rem 16rem;
  display: flex;
  justify-content: flex-end;
}
.cid-rZ98hxLv9p .content {
  max-width: 600px;
}
.cid-rZ98hxLv9p h4 {
  position: absolute;
  transform: rotate(270deg);
  transform-origin: bottom left;
  left: 18rem;
  width: fit-content;
  padding: 0;
  margin: 0;
  bottom: 35%;
}
@media (max-width: 1600px) {
  .cid-rZ98hxLv9p .content-wrapper {
    padding: 6rem 4rem;
  }
  .cid-rZ98hxLv9p h4 {
    left: 5rem;
  }
}
@media (max-width: 767px) {
  .cid-rZ98hxLv9p .content-wrapper {
    padding: 4rem 0rem;
  }
  .cid-rZ98hxLv9p h4 {
    left: 2rem;
    bottom: 30%;
  }
  .cid-rZ98hxLv9p .content-wrapper {
    padding-left: 3rem;
  }
}
.cid-rZ9bPOCpJh {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rZ9bPOCpJh H1 {
  color: #000000;
}
.cid-rZ9bPOCpJh .mbr-text,
.cid-rZ9bPOCpJh .mbr-section-btn {
  color: #716c80;
}
.cid-rZ9bPOCpJh H3 {
  color: #716c80;
}
.cid-rZ9aBAPGGE {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-rZ9aBAPGGE .icon-transition span {
  padding: 0.1rem 0.9rem;
  border-radius: 50%;
  color: #ffffff;
  display: block;
  height: 3em;
  line-height: 3em;
  width: 3em;
  background: #444444 none repeat scroll 0 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-rZ9aBAPGGE .photo-split {
  padding: 0;
}
.cid-rZ9aBAPGGE .photo-split img {
  width: 100%;
}
.cid-rZ9aBAPGGE .icon-transition span:hover {
  background-color: #ffbc00;
}
.cid-rZ9aBAPGGE .counter-container ul {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-rZ9aBAPGGE .counter-container ul li {
  margin-bottom: .5rem;
  list-style: ✓;
}
.cid-rZ9aBAPGGE .counter-container ul li:before {
  color: #1c13cb;
  display: inline-block;
  content: '✓';
  text-align: center;
  line-height: 1.5em;
  transition: all .2s;
  width: 25px;
  height: 25px;
}
.cid-rZ9aBAPGGE .wrap-block {
  padding: 3rem 3rem;
}
.cid-rZ9aBAPGGE .wrap-block ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cid-rZ9aBAPGGE .wrap-block ul li {
  display: inline-block;
}
.cid-rZ9aBAPGGE .wrap-block ul li span {
  text-align: center;
}
.cid-rZ9aBAPGGE .social-media {
  margin-top: 1.5em;
  padding: 0;
}
.cid-rZ9aBAPGGE .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-rZ9aBAPGGE .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-rZ9aBAPGGE .mbr-list,
.cid-rZ9aBAPGGE .social-media UL {
  text-align: left;
}
@media (max-width: 500px) {
  .cid-rZ9aBAPGGE .wrap-block {
    padding: 3rem 1rem;
  }
}
@media (max-width: 767px) {
  .cid-rZ9aBAPGGE .mbr-section-title,
  .cid-rZ9aBAPGGE .mbr-section-subtitle,
  .cid-rZ9aBAPGGE .mbr-text {
    text-align: center !important;
  }
  .cid-rZ9aBAPGGE .social-list {
    text-align: center !important;
  }
}
.cid-rZ9aBAPGGE .mbr-list,
.cid-rZ9aBAPGGE .social-media {
  color: #767676;
}
.cid-rZ9aBAPGGE .mbr-text {
  text-align: left;
}
.cid-rZa4ayRATL {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-rZa4ayRATL .mbr-iconfont {
  font-size: 34px;
  transition: color .3s;
}
.cid-rZa4ayRATL .mbr-section-title {
  margin: 0;
}
.cid-rZa4ayRATL .card-img {
  text-align: center;
}
.cid-rZa4ayRATL .row-item {
  padding-bottom: 2rem;
  padding: 5rem 2rem;
}
.cid-rZa4ayRATL .row-item.card1 {
  background: #1dc9cb;
}
.cid-rZa4ayRATL .row-item.card2 {
  background: #188ef4;
}
.cid-rZa4ayRATL .row-item.card3 {
  background: #ff695c;
}
.cid-rZa4ayRATL .row-item.card4 {
  background: #2bdc9d;
}
.cid-rZa4ayRATL .mbr-text {
  color: #efefef;
}
@media (max-width: 767px) {
  .cid-rZa4ayRATL .card-img,
  .cid-rZa4ayRATL .mbr-text,
  .cid-rZa4ayRATL .mbr-card-title,
  .cid-rZa4ayRATL .mbr-section-subtitle,
  .cid-rZa4ayRATL .mbr-section-title,
  .cid-rZa4ayRATL .underline {
    text-align: center !important;
  }
}
.cid-rZa4rzKr1e {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-rZa4rzKr1e .mbr-iconfont {
  font-size: 34px;
  transition: color .3s;
}
.cid-rZa4rzKr1e .mbr-section-title {
  margin: 0;
}
.cid-rZa4rzKr1e .card-img {
  text-align: center;
}
.cid-rZa4rzKr1e .row-item {
  padding-bottom: 2rem;
  padding: 5rem 2rem;
}
.cid-rZa4rzKr1e .row-item.card1 {
  background: #1dc9cb;
}
.cid-rZa4rzKr1e .row-item.card2 {
  background: #188ef4;
}
.cid-rZa4rzKr1e .row-item.card3 {
  background: #ff695c;
}
.cid-rZa4rzKr1e .row-item.card4 {
  background: #2bdc9d;
}
.cid-rZa4rzKr1e .mbr-text {
  color: #efefef;
}
@media (max-width: 767px) {
  .cid-rZa4rzKr1e .card-img,
  .cid-rZa4rzKr1e .mbr-text,
  .cid-rZa4rzKr1e .mbr-card-title,
  .cid-rZa4rzKr1e .mbr-section-subtitle,
  .cid-rZa4rzKr1e .mbr-section-title,
  .cid-rZa4rzKr1e .underline {
    text-align: center !important;
  }
}
.cid-rZa59UTHum {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-rZa59UTHum .mbr-iconfont {
  font-size: 34px;
  transition: color .3s;
}
.cid-rZa59UTHum .mbr-section-title {
  margin: 0;
}
.cid-rZa59UTHum .card-img {
  text-align: center;
}
.cid-rZa59UTHum .row-item {
  padding-bottom: 2rem;
  padding: 5rem 2rem;
}
.cid-rZa59UTHum .row-item.card1 {
  background: #1dc9cb;
}
.cid-rZa59UTHum .row-item.card2 {
  background: #188ef4;
}
.cid-rZa59UTHum .row-item.card3 {
  background: #ff695c;
}
.cid-rZa59UTHum .row-item.card4 {
  background: #2bdc9d;
}
.cid-rZa59UTHum .mbr-text {
  color: #efefef;
}
@media (max-width: 767px) {
  .cid-rZa59UTHum .card-img,
  .cid-rZa59UTHum .mbr-text,
  .cid-rZa59UTHum .mbr-card-title,
  .cid-rZa59UTHum .mbr-section-subtitle,
  .cid-rZa59UTHum .mbr-section-title,
  .cid-rZa59UTHum .underline {
    text-align: center !important;
  }
}
.cid-rZa59UTHum .card1 > .mbr-text,
.cid-rZa59UTHum .card1 > .mbr-section-btn {
  text-align: center;
}
.cid-rZa86tTpDH {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #5580ff;
}
.cid-rZa86tTpDH ul {
  padding: 0;
  margin: 0;
}
.cid-rZa86tTpDH ul li {
  list-style: none;
}
.cid-rZa86tTpDH ul li h4 {
  margin: 0;
}
.cid-rZa86tTpDH ul li h4.display-4 {
  line-height: 1.75;
}
.cid-rZa86tTpDH .item {
  color: #ffffff;
}
.cid-rZa86tTpDH .col-title {
  color: #ffffff;
}
.cid-rZa86tTpDH .col-title.display-2 {
  font-size: 2.1rem;
}
.cid-rZa86tTpDH .col-title1 {
  margin-bottom: 40px;
}
.cid-rZa86tTpDH .form-group,
.cid-rZa86tTpDH .mbr-section-btn {
  margin: 0;
  padding: 0;
  display: -webkit-flex;
}
.cid-rZa86tTpDH .form-control {
  display: inline-block;
  border: none;
  border-radius: 25px;
  width: 100%;
  padding: 0 25px;
  background: rgba(255, 255, 255, 0.07);
  color: #ffffff;
  margin-right: 10px;
  height: 50px;
  line-height: 50px;
}
.cid-rZa86tTpDH .form-control::-webkit-input-placeholder {
  color: #ffffff;
}
.cid-rZa86tTpDH .form-control::-moz-placeholder {
  color: #ffffff;
}
.cid-rZa86tTpDH .form-control:-moz-placeholder {
  color: #ffffff;
}
.cid-rZa86tTpDH .form-control:-ms-input-placeholder {
  color: #ffffff;
}
.cid-rZa86tTpDH .col + .mbr-section-btn .btn,
.cid-rZa86tTpDH .col-auto + .mbr-section-btn .btn {
  margin: 0 !important;
  height: 100%;
  border-radius: 30px !important;
  padding: 14.5px 26px 14.5px !important;
}
.cid-rZa86tTpDH .col + .mbr-section-btn .btn.display-4,
.cid-rZa86tTpDH .col-auto + .mbr-section-btn .btn.display-4 {
  font-size: 13px;
}
.cid-rZa86tTpDH .col + .mbr-section-btn .btn:hover,
.cid-rZa86tTpDH .col-auto + .mbr-section-btn .btn:hover {
  box-shadow: 0 0 0 5px rgba(132, 138, 189, 0.2);
}
.cid-rZa86tTpDH .dragArea > *:nth-last-child(2).col,
.cid-rZa86tTpDH .dragArea > *:nth-last-child(2).col-auto,
.cid-rZa86tTpDH .col + .mbr-section-btn,
.cid-rZa86tTpDH .col-auto + .mbr-section-btn {
  padding-left: 0;
  padding-right: 0;
  margin: 0;
}
.cid-rZa86tTpDH .form1 {
  margin-top: 30px;
}
.cid-rZa86tTpDH .fill-light-wrapper {
  fill: #f9fafb;
  z-index: 2 !important;
  top: 0;
}
@media (max-width: 768px) {
  .cid-rZa86tTpDH .md-pb {
    margin-bottom: 30px;
  }
}
.cid-snX7vhrqLA .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-snX7vhrqLA .dropdown-menu {
  padding: 0;
}
.cid-snX7vhrqLA .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-snX7vhrqLA .dropdown-item:hover,
.cid-snX7vhrqLA .dropdown-item:focus {
  background: #5580ff !important;
  color: white!important;
}
.cid-snX7vhrqLA .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-snX7vhrqLA .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-snX7vhrqLA .nav-link {
  position: relative;
}
.cid-snX7vhrqLA .container {
  display: flex;
  margin: auto;
}
.cid-snX7vhrqLA .mbr-iconfont {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-snX7vhrqLA .navbar-caption {
  padding-right: 4rem;
}
.cid-snX7vhrqLA .navbar-nav {
  justify-content: space-between;
  width: -webkit-fill-available;
}
.cid-snX7vhrqLA .dropdown-menu,
.cid-snX7vhrqLA .navbar.opened {
  background: #ffffff !important;
}
.cid-snX7vhrqLA .nav-item:focus,
.cid-snX7vhrqLA .nav-link:focus {
  outline: none;
}
.cid-snX7vhrqLA .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-snX7vhrqLA .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-snX7vhrqLA .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-snX7vhrqLA .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-snX7vhrqLA .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-snX7vhrqLA .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-snX7vhrqLA .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid #e6e6e6;
  background: #ffffff;
}
.cid-snX7vhrqLA .navbar.opened {
  transition: all .3s;
}
.cid-snX7vhrqLA .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-snX7vhrqLA .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-snX7vhrqLA .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-snX7vhrqLA .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-snX7vhrqLA .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-snX7vhrqLA .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-snX7vhrqLA .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-snX7vhrqLA .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-snX7vhrqLA .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-snX7vhrqLA .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-snX7vhrqLA .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-snX7vhrqLA .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-snX7vhrqLA .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-snX7vhrqLA .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-snX7vhrqLA .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-snX7vhrqLA .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-snX7vhrqLA .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-snX7vhrqLA .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-snX7vhrqLA .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-snX7vhrqLA .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-snX7vhrqLA .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-snX7vhrqLA .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-snX7vhrqLA .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-snX7vhrqLA .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-snX7vhrqLA .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-snX7vhrqLA .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-snX7vhrqLA .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-snX7vhrqLA .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-snX7vhrqLA .dropdown-item.active,
.cid-snX7vhrqLA .dropdown-item:active {
  background-color: transparent;
}
.cid-snX7vhrqLA .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-snX7vhrqLA .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-snX7vhrqLA .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-snX7vhrqLA .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-snX7vhrqLA .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-snX7vhrqLA .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-snX7vhrqLA ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-snX7vhrqLA .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-snX7vhrqLA button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-snX7vhrqLA button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-snX7vhrqLA button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-snX7vhrqLA button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-snX7vhrqLA button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-snX7vhrqLA button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-snX7vhrqLA nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-snX7vhrqLA nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-snX7vhrqLA nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-snX7vhrqLA nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-snX7vhrqLA .navbar-dropdown {
  padding: .5rem 1rem;
}
.cid-snX7vhrqLA a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-snX7vhrqLA .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  min-width: 160px;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-snX7vhrqLA .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-snX7vhrqLA .navbar {
    height: 77px;
  }
  .cid-snX7vhrqLA .navbar.opened {
    height: auto;
  }
  .cid-snX7vhrqLA .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-rZ9hLm8fWQ {
  padding-top: 90px;
  padding-bottom: 180px;
  background-image: url("../../../assets/images/17.jpg");
}
.cid-rZ9hLm8fWQ .back {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 30%;
  background-color: #efeeee;
}
.cid-rZ9hLm8fWQ .block {
  background-color: #f1722b;
}
.cid-rZ9hLm8fWQ img {
  width: 100%;
}
.cid-rZ9hLm8fWQ .content-wrapper {
  margin: auto;
  position: relative;
  padding: 10rem 16rem;
  display: flex;
  justify-content: flex-end;
}
.cid-rZ9hLm8fWQ .content {
  max-width: 600px;
}
.cid-rZ9hLm8fWQ h4 {
  position: absolute;
  transform: rotate(270deg);
  transform-origin: bottom left;
  left: 18rem;
  width: fit-content;
  padding: 0;
  margin: 0;
  bottom: 35%;
}
@media (max-width: 1600px) {
  .cid-rZ9hLm8fWQ .content-wrapper {
    padding: 6rem 4rem;
  }
  .cid-rZ9hLm8fWQ h4 {
    left: 5rem;
  }
}
@media (max-width: 767px) {
  .cid-rZ9hLm8fWQ .content-wrapper {
    padding: 4rem 0rem;
  }
  .cid-rZ9hLm8fWQ h4 {
    left: 2rem;
    bottom: 30%;
  }
  .cid-rZ9hLm8fWQ .content-wrapper {
    padding-left: 3rem;
  }
}
.cid-rZ9norJvBO {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-rZ9norJvBO .icon-transition span {
  padding: 0.1rem 0.9rem;
  border-radius: 50%;
  color: #ffffff;
  display: block;
  height: 3em;
  line-height: 3em;
  width: 3em;
  background: #444444 none repeat scroll 0 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-rZ9norJvBO .photo-split {
  padding: 0;
}
.cid-rZ9norJvBO .photo-split img {
  width: 100%;
}
.cid-rZ9norJvBO .icon-transition span:hover {
  background-color: #ffbc00;
}
.cid-rZ9norJvBO .counter-container ul {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-rZ9norJvBO .counter-container ul li {
  margin-bottom: .5rem;
  list-style: ✓;
}
.cid-rZ9norJvBO .counter-container ul li:before {
  color: #ffbc00;
  display: inline-block;
  content: '✓';
  text-align: center;
  line-height: 1.5em;
  transition: all .2s;
  width: 25px;
  height: 25px;
}
.cid-rZ9norJvBO .wrap-block {
  padding: 3rem 3rem;
}
.cid-rZ9norJvBO .wrap-block ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cid-rZ9norJvBO .wrap-block ul li {
  display: inline-block;
}
.cid-rZ9norJvBO .wrap-block ul li span {
  text-align: center;
}
.cid-rZ9norJvBO .social-media {
  margin-top: 1.5em;
  padding: 0;
}
.cid-rZ9norJvBO .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-rZ9norJvBO .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-rZ9norJvBO .mbr-list,
.cid-rZ9norJvBO .social-media UL {
  text-align: left;
}
@media (max-width: 500px) {
  .cid-rZ9norJvBO .wrap-block {
    padding: 3rem 1rem;
  }
}
@media (max-width: 767px) {
  .cid-rZ9norJvBO .mbr-section-title,
  .cid-rZ9norJvBO .mbr-section-subtitle,
  .cid-rZ9norJvBO .mbr-text {
    text-align: center !important;
  }
  .cid-rZ9norJvBO .social-list {
    text-align: center !important;
  }
}
.cid-rZ9norJvBO .mbr-list,
.cid-rZ9norJvBO .social-media {
  color: #767676;
}
.cid-rZ9norJvBO .mbr-text {
  text-align: left;
}
.cid-rZ9yvydigz {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rZ9yvydigz .card-icon {
  font-size: 56px;
  color: #232323;
  transition: color 0.3s;
}
.cid-rZ9yvydigz .card-title {
  font-weight: 600;
  letter-spacing: 1px;
}
.cid-rZ9yvydigz .link-ico {
  font-size: 0.8rem;
  color: #ffffff;
  border: 2px solid #ffffff;
  border-radius: 100%;
  padding: 0.5rem 0;
  font-weight: 900;
  padding-left: 9px;
  padding-right: 7px;
}
.cid-rZ9yvydigz .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #ff3366;
  margin-bottom: 1.5rem;
  transition: background 0.3s;
}
.cid-rZ9yvydigz .card {
  padding: 0!important;
}
.cid-rZ9yvydigz .card-wrapper {
  padding: 4rem;
  transition: background 0.3s;
}
.cid-rZ9yvydigz .card-wrapper:hover {
  background: #232323;
}
.cid-rZ9yvydigz .card-wrapper:hover .card-icon {
  color: #ff2d55;
}
.cid-rZ9yvydigz .card-wrapper:hover .line {
  background: #ff2d55;
}
.cid-rZ9yvydigz .card1 {
  background: #ff2d55;
}
.cid-rZ9yvydigz .card2 {
  background: #ff375d;
}
.cid-rZ9yvydigz .card3 {
  background: #ff4166;
}
.cid-rZ9yvydigz .card4 {
  background: #ff4c6e;
}
.cid-rZ9yvydigz .card5 {
  background: #ff5676;
}
.cid-rZ9yvydigz .card6 {
  background: #ff607e;
}
.cid-rZ9yvydigz .col-lg-x {
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}
@media (max-width: 1400px) {
  .cid-rZ9yvydigz .col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-rZ9yvydigz .col-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.cid-rZ9yvydigz .mbr-text,
.cid-rZ9yvydigz .card-link {
  text-align: left;
}
.cid-rZ9nsSWZph {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rZ9nsSWZph .link-wrap {
  width: 100%;
  display: flex;
  flex-direction: column;
  margin-bottom: 1rem;
}
.cid-rZ9nsSWZph .link {
  display: inline-block;
  position: relative;
  width: fit-content;
  padding: 0 1.4rem;
}
.cid-rZ9nsSWZph .link:before {
  position: absolute;
  left: 0px;
  top: 55%;
  transform: translateY(-50%);
  content: "\e908";
  font-family: 'Moririse2' !important;
  color: #5580ff;
  font-size: 0.8rem;
}
.cid-rZ9nsSWZph .link,
.cid-rZ9nsSWZph .link-wrap {
  color: #555555;
  text-align: left;
}
.cid-rZ9nsSWZph img {
  width: 100%;
}
@media (max-width: 992px) {
  .cid-rZ9nsSWZph .card {
    margin-bottom: 2rem!important;
  }
}
@media (max-width: 767px) {
  .cid-rZ9nsSWZph .link-wrap {
    align-items: center;
  }
}
.cid-rZ9zqRp3d0 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #f4f8fa;
}
.cid-rZ9zqRp3d0 .mbr-iconfont {
  font-size: 50px;
  transition: color .3s;
  padding: 1.5rem;
}
.cid-rZ9zqRp3d0 .mbr-section-title {
  margin: 0;
}
.cid-rZ9zqRp3d0 .mbr-section-subtitle {
  color: #8d97ad;
}
.cid-rZ9zqRp3d0 .card-img span {
  color: #1dc9cb;
}
.cid-rZ9zqRp3d0 .row-item {
  margin-bottom: 2rem;
}
.cid-rZ9zqRp3d0 .row-item:hover .wrapper {
  background: linear-gradient(90deg, #e68047, #1c13cb);
  cursor: pointer;
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
  transition: all 0.3s;
}
.cid-rZ9zqRp3d0 .row-item:hover .card-img span {
  color: #ffffff !important;
}
.cid-rZ9zqRp3d0 .row-item:hover .mbr-card-title {
  color: #ffffff !important;
}
.cid-rZ9zqRp3d0 .wrapper {
  padding: 2.5rem 1rem;
  background: #ffffff;
  border-radius: 5px;
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}
.cid-rZ9zqRp3d0 .mbr-card-title,
.cid-rZ9zqRp3d0 .card-img {
  text-align: left;
}
.cid-rZa84hIBjg {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #5580ff;
}
.cid-rZa84hIBjg ul {
  padding: 0;
  margin: 0;
}
.cid-rZa84hIBjg ul li {
  list-style: none;
}
.cid-rZa84hIBjg ul li h4 {
  margin: 0;
}
.cid-rZa84hIBjg ul li h4.display-4 {
  line-height: 1.75;
}
.cid-rZa84hIBjg .item {
  color: #ffffff;
}
.cid-rZa84hIBjg .col-title {
  color: #ffffff;
}
.cid-rZa84hIBjg .col-title.display-2 {
  font-size: 2.1rem;
}
.cid-rZa84hIBjg .col-title1 {
  margin-bottom: 40px;
}
.cid-rZa84hIBjg .form-group,
.cid-rZa84hIBjg .mbr-section-btn {
  margin: 0;
  padding: 0;
  display: -webkit-flex;
}
.cid-rZa84hIBjg .form-control {
  display: inline-block;
  border: none;
  border-radius: 25px;
  width: 100%;
  padding: 0 25px;
  background: rgba(255, 255, 255, 0.07);
  color: #ffffff;
  margin-right: 10px;
  height: 50px;
  line-height: 50px;
}
.cid-rZa84hIBjg .form-control::-webkit-input-placeholder {
  color: #ffffff;
}
.cid-rZa84hIBjg .form-control::-moz-placeholder {
  color: #ffffff;
}
.cid-rZa84hIBjg .form-control:-moz-placeholder {
  color: #ffffff;
}
.cid-rZa84hIBjg .form-control:-ms-input-placeholder {
  color: #ffffff;
}
.cid-rZa84hIBjg .col + .mbr-section-btn .btn,
.cid-rZa84hIBjg .col-auto + .mbr-section-btn .btn {
  margin: 0 !important;
  height: 100%;
  border-radius: 30px !important;
  padding: 14.5px 26px 14.5px !important;
}
.cid-rZa84hIBjg .col + .mbr-section-btn .btn.display-4,
.cid-rZa84hIBjg .col-auto + .mbr-section-btn .btn.display-4 {
  font-size: 13px;
}
.cid-rZa84hIBjg .col + .mbr-section-btn .btn:hover,
.cid-rZa84hIBjg .col-auto + .mbr-section-btn .btn:hover {
  box-shadow: 0 0 0 5px rgba(132, 138, 189, 0.2);
}
.cid-rZa84hIBjg .dragArea > *:nth-last-child(2).col,
.cid-rZa84hIBjg .dragArea > *:nth-last-child(2).col-auto,
.cid-rZa84hIBjg .col + .mbr-section-btn,
.cid-rZa84hIBjg .col-auto + .mbr-section-btn {
  padding-left: 0;
  padding-right: 0;
  margin: 0;
}
.cid-rZa84hIBjg .form1 {
  margin-top: 30px;
}
.cid-rZa84hIBjg .fill-light-wrapper {
  fill: #f9fafb;
  z-index: 2 !important;
  top: 0;
}
@media (max-width: 768px) {
  .cid-rZa84hIBjg .md-pb {
    margin-bottom: 30px;
  }
}
.cid-snX7vhrqLA .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-snX7vhrqLA .dropdown-menu {
  padding: 0;
}
.cid-snX7vhrqLA .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-snX7vhrqLA .dropdown-item:hover,
.cid-snX7vhrqLA .dropdown-item:focus {
  background: #5580ff !important;
  color: white!important;
}
.cid-snX7vhrqLA .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-snX7vhrqLA .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-snX7vhrqLA .nav-link {
  position: relative;
}
.cid-snX7vhrqLA .container {
  display: flex;
  margin: auto;
}
.cid-snX7vhrqLA .mbr-iconfont {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-snX7vhrqLA .navbar-caption {
  padding-right: 4rem;
}
.cid-snX7vhrqLA .navbar-nav {
  justify-content: space-between;
  width: -webkit-fill-available;
}
.cid-snX7vhrqLA .dropdown-menu,
.cid-snX7vhrqLA .navbar.opened {
  background: #ffffff !important;
}
.cid-snX7vhrqLA .nav-item:focus,
.cid-snX7vhrqLA .nav-link:focus {
  outline: none;
}
.cid-snX7vhrqLA .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-snX7vhrqLA .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-snX7vhrqLA .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-snX7vhrqLA .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-snX7vhrqLA .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-snX7vhrqLA .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-snX7vhrqLA .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid #e6e6e6;
  background: #ffffff;
}
.cid-snX7vhrqLA .navbar.opened {
  transition: all .3s;
}
.cid-snX7vhrqLA .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-snX7vhrqLA .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-snX7vhrqLA .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-snX7vhrqLA .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-snX7vhrqLA .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-snX7vhrqLA .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-snX7vhrqLA .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-snX7vhrqLA .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-snX7vhrqLA .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-snX7vhrqLA .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-snX7vhrqLA .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-snX7vhrqLA .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-snX7vhrqLA .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-snX7vhrqLA .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-snX7vhrqLA .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-snX7vhrqLA .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-snX7vhrqLA .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-snX7vhrqLA .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-snX7vhrqLA .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-snX7vhrqLA .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-snX7vhrqLA .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-snX7vhrqLA .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-snX7vhrqLA .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-snX7vhrqLA .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-snX7vhrqLA .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-snX7vhrqLA .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-snX7vhrqLA .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-snX7vhrqLA .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-snX7vhrqLA .dropdown-item.active,
.cid-snX7vhrqLA .dropdown-item:active {
  background-color: transparent;
}
.cid-snX7vhrqLA .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-snX7vhrqLA .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-snX7vhrqLA .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-snX7vhrqLA .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-snX7vhrqLA .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-snX7vhrqLA .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-snX7vhrqLA ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-snX7vhrqLA .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-snX7vhrqLA button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-snX7vhrqLA button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-snX7vhrqLA button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-snX7vhrqLA button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-snX7vhrqLA button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-snX7vhrqLA button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-snX7vhrqLA nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-snX7vhrqLA nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-snX7vhrqLA nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-snX7vhrqLA nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-snX7vhrqLA .navbar-dropdown {
  padding: .5rem 1rem;
}
.cid-snX7vhrqLA a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-snX7vhrqLA .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  min-width: 160px;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-snX7vhrqLA .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-snX7vhrqLA .navbar {
    height: 77px;
  }
  .cid-snX7vhrqLA .navbar.opened {
    height: auto;
  }
  .cid-snX7vhrqLA .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-rZ9CitU30u {
  padding-top: 90px;
  padding-bottom: 180px;
  background-image: url("../../../assets/images/17.jpg");
}
.cid-rZ9CitU30u .back {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 30%;
  background-color: #efeeee;
}
.cid-rZ9CitU30u .block {
  background-color: #e68047;
}
.cid-rZ9CitU30u img {
  width: 100%;
}
.cid-rZ9CitU30u .content-wrapper {
  margin: auto;
  position: relative;
  padding: 10rem 16rem;
  display: flex;
  justify-content: flex-end;
}
.cid-rZ9CitU30u .content {
  max-width: 600px;
}
.cid-rZ9CitU30u h4 {
  position: absolute;
  transform: rotate(270deg);
  transform-origin: bottom left;
  left: 18rem;
  width: fit-content;
  padding: 0;
  margin: 0;
  bottom: 35%;
}
@media (max-width: 1600px) {
  .cid-rZ9CitU30u .content-wrapper {
    padding: 6rem 4rem;
  }
  .cid-rZ9CitU30u h4 {
    left: 5rem;
  }
}
@media (max-width: 767px) {
  .cid-rZ9CitU30u .content-wrapper {
    padding: 4rem 0rem;
  }
  .cid-rZ9CitU30u h4 {
    left: 2rem;
    bottom: 30%;
  }
  .cid-rZ9CitU30u .content-wrapper {
    padding-left: 3rem;
  }
}
.cid-rZ9CitU30u H1 {
  text-align: center;
}
.cid-rZ9CivtwXe {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rZ9CivtwXe H1 {
  color: #000000;
}
.cid-rZ9CivtwXe .mbr-text,
.cid-rZ9CivtwXe .mbr-section-btn {
  color: #716c80;
}
.cid-rZ9CivtwXe H3 {
  color: #716c80;
}
.cid-rZ9Cix5TWN {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-rZ9Cix5TWN .icon-transition span {
  padding: 0.1rem 0.9rem;
  border-radius: 50%;
  color: #ffffff;
  display: block;
  height: 3em;
  line-height: 3em;
  width: 3em;
  background: #444444 none repeat scroll 0 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-rZ9Cix5TWN .photo-split {
  padding: 0;
}
.cid-rZ9Cix5TWN .photo-split img {
  width: 100%;
}
.cid-rZ9Cix5TWN .icon-transition span:hover {
  background-color: #ffbc00;
}
.cid-rZ9Cix5TWN .counter-container ul {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-rZ9Cix5TWN .counter-container ul li {
  margin-bottom: .5rem;
  list-style: ✓;
}
.cid-rZ9Cix5TWN .counter-container ul li:before {
  color: #1c13cb;
  display: inline-block;
  content: '✓';
  text-align: center;
  line-height: 1.5em;
  transition: all .2s;
  width: 25px;
  height: 25px;
}
.cid-rZ9Cix5TWN .wrap-block {
  padding: 3rem 3rem;
}
.cid-rZ9Cix5TWN .wrap-block ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cid-rZ9Cix5TWN .wrap-block ul li {
  display: inline-block;
}
.cid-rZ9Cix5TWN .wrap-block ul li span {
  text-align: center;
}
.cid-rZ9Cix5TWN .social-media {
  margin-top: 1.5em;
  padding: 0;
}
.cid-rZ9Cix5TWN .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-rZ9Cix5TWN .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-rZ9Cix5TWN .mbr-list,
.cid-rZ9Cix5TWN .social-media UL {
  text-align: left;
}
@media (max-width: 500px) {
  .cid-rZ9Cix5TWN .wrap-block {
    padding: 3rem 1rem;
  }
}
@media (max-width: 767px) {
  .cid-rZ9Cix5TWN .mbr-section-title,
  .cid-rZ9Cix5TWN .mbr-section-subtitle,
  .cid-rZ9Cix5TWN .mbr-text {
    text-align: center !important;
  }
  .cid-rZ9Cix5TWN .social-list {
    text-align: center !important;
  }
}
.cid-rZ9Cix5TWN .mbr-list,
.cid-rZ9Cix5TWN .social-media {
  color: #767676;
}
.cid-rZ9Cix5TWN .mbr-text {
  text-align: left;
}
.cid-rZ9D8rGmQh {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rZ9D8rGmQh .link-wrap {
  width: 100%;
  display: flex;
  flex-direction: column;
  margin-bottom: 1rem;
}
.cid-rZ9D8rGmQh .link {
  display: inline-block;
  position: relative;
  width: fit-content;
  padding: 0 1.4rem;
}
.cid-rZ9D8rGmQh .link:before {
  position: absolute;
  left: 0px;
  top: 55%;
  transform: translateY(-50%);
  content: "\e908";
  font-family: 'Moririse2' !important;
  color: #5580ff;
  font-size: 0.8rem;
}
.cid-rZ9D8rGmQh .link,
.cid-rZ9D8rGmQh .link-wrap {
  color: #555555;
  text-align: left;
}
.cid-rZ9D8rGmQh img {
  width: 100%;
}
@media (max-width: 992px) {
  .cid-rZ9D8rGmQh .card {
    margin-bottom: 2rem!important;
  }
}
@media (max-width: 767px) {
  .cid-rZ9D8rGmQh .link-wrap {
    align-items: center;
  }
}
.cid-rZ9D8rGmQh .mbr-text,
.cid-rZ9D8rGmQh .link-wrap,
.cid-rZ9D8rGmQh .mbr-section-btn {
  text-align: left;
}
.cid-rZa88rWjES {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #5580ff;
}
.cid-rZa88rWjES ul {
  padding: 0;
  margin: 0;
}
.cid-rZa88rWjES ul li {
  list-style: none;
}
.cid-rZa88rWjES ul li h4 {
  margin: 0;
}
.cid-rZa88rWjES ul li h4.display-4 {
  line-height: 1.75;
}
.cid-rZa88rWjES .item {
  color: #ffffff;
}
.cid-rZa88rWjES .col-title {
  color: #ffffff;
}
.cid-rZa88rWjES .col-title.display-2 {
  font-size: 2.1rem;
}
.cid-rZa88rWjES .col-title1 {
  margin-bottom: 40px;
}
.cid-rZa88rWjES .form-group,
.cid-rZa88rWjES .mbr-section-btn {
  margin: 0;
  padding: 0;
  display: -webkit-flex;
}
.cid-rZa88rWjES .form-control {
  display: inline-block;
  border: none;
  border-radius: 25px;
  width: 100%;
  padding: 0 25px;
  background: rgba(255, 255, 255, 0.07);
  color: #ffffff;
  margin-right: 10px;
  height: 50px;
  line-height: 50px;
}
.cid-rZa88rWjES .form-control::-webkit-input-placeholder {
  color: #ffffff;
}
.cid-rZa88rWjES .form-control::-moz-placeholder {
  color: #ffffff;
}
.cid-rZa88rWjES .form-control:-moz-placeholder {
  color: #ffffff;
}
.cid-rZa88rWjES .form-control:-ms-input-placeholder {
  color: #ffffff;
}
.cid-rZa88rWjES .col + .mbr-section-btn .btn,
.cid-rZa88rWjES .col-auto + .mbr-section-btn .btn {
  margin: 0 !important;
  height: 100%;
  border-radius: 30px !important;
  padding: 14.5px 26px 14.5px !important;
}
.cid-rZa88rWjES .col + .mbr-section-btn .btn.display-4,
.cid-rZa88rWjES .col-auto + .mbr-section-btn .btn.display-4 {
  font-size: 13px;
}
.cid-rZa88rWjES .col + .mbr-section-btn .btn:hover,
.cid-rZa88rWjES .col-auto + .mbr-section-btn .btn:hover {
  box-shadow: 0 0 0 5px rgba(132, 138, 189, 0.2);
}
.cid-rZa88rWjES .dragArea > *:nth-last-child(2).col,
.cid-rZa88rWjES .dragArea > *:nth-last-child(2).col-auto,
.cid-rZa88rWjES .col + .mbr-section-btn,
.cid-rZa88rWjES .col-auto + .mbr-section-btn {
  padding-left: 0;
  padding-right: 0;
  margin: 0;
}
.cid-rZa88rWjES .form1 {
  margin-top: 30px;
}
.cid-rZa88rWjES .fill-light-wrapper {
  fill: #f9fafb;
  z-index: 2 !important;
  top: 0;
}
@media (max-width: 768px) {
  .cid-rZa88rWjES .md-pb {
    margin-bottom: 30px;
  }
}
.cid-snX7vhrqLA .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-snX7vhrqLA .dropdown-menu {
  padding: 0;
}
.cid-snX7vhrqLA .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-snX7vhrqLA .dropdown-item:hover,
.cid-snX7vhrqLA .dropdown-item:focus {
  background: #5580ff !important;
  color: white!important;
}
.cid-snX7vhrqLA .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-snX7vhrqLA .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-snX7vhrqLA .nav-link {
  position: relative;
}
.cid-snX7vhrqLA .container {
  display: flex;
  margin: auto;
}
.cid-snX7vhrqLA .mbr-iconfont {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-snX7vhrqLA .navbar-caption {
  padding-right: 4rem;
}
.cid-snX7vhrqLA .navbar-nav {
  justify-content: space-between;
  width: -webkit-fill-available;
}
.cid-snX7vhrqLA .dropdown-menu,
.cid-snX7vhrqLA .navbar.opened {
  background: #ffffff !important;
}
.cid-snX7vhrqLA .nav-item:focus,
.cid-snX7vhrqLA .nav-link:focus {
  outline: none;
}
.cid-snX7vhrqLA .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-snX7vhrqLA .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-snX7vhrqLA .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-snX7vhrqLA .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-snX7vhrqLA .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-snX7vhrqLA .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-snX7vhrqLA .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid #e6e6e6;
  background: #ffffff;
}
.cid-snX7vhrqLA .navbar.opened {
  transition: all .3s;
}
.cid-snX7vhrqLA .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-snX7vhrqLA .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-snX7vhrqLA .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-snX7vhrqLA .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-snX7vhrqLA .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-snX7vhrqLA .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-snX7vhrqLA .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-snX7vhrqLA .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-snX7vhrqLA .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-snX7vhrqLA .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-snX7vhrqLA .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-snX7vhrqLA .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-snX7vhrqLA .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-snX7vhrqLA .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-snX7vhrqLA .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-snX7vhrqLA .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-snX7vhrqLA .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-snX7vhrqLA .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-snX7vhrqLA .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-snX7vhrqLA .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-snX7vhrqLA .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-snX7vhrqLA .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-snX7vhrqLA .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-snX7vhrqLA .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-snX7vhrqLA .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-snX7vhrqLA .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-snX7vhrqLA .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-snX7vhrqLA .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-snX7vhrqLA .dropdown-item.active,
.cid-snX7vhrqLA .dropdown-item:active {
  background-color: transparent;
}
.cid-snX7vhrqLA .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-snX7vhrqLA .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-snX7vhrqLA .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-snX7vhrqLA .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-snX7vhrqLA .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-snX7vhrqLA .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-snX7vhrqLA ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-snX7vhrqLA .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-snX7vhrqLA button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-snX7vhrqLA button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-snX7vhrqLA button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-snX7vhrqLA button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-snX7vhrqLA button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-snX7vhrqLA button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-snX7vhrqLA nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-snX7vhrqLA nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-snX7vhrqLA nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-snX7vhrqLA nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-snX7vhrqLA .navbar-dropdown {
  padding: .5rem 1rem;
}
.cid-snX7vhrqLA a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-snX7vhrqLA .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  min-width: 160px;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-snX7vhrqLA .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-snX7vhrqLA .navbar {
    height: 77px;
  }
  .cid-snX7vhrqLA .navbar.opened {
    height: auto;
  }
  .cid-snX7vhrqLA .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-rZ9AzV1Jkx {
  padding-top: 90px;
  padding-bottom: 180px;
  background-image: url("../../../assets/images/17.jpg");
}
.cid-rZ9AzV1Jkx .back {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 30%;
  background-color: #efeeee;
}
.cid-rZ9AzV1Jkx .block {
  background-color: #e68047;
}
.cid-rZ9AzV1Jkx img {
  width: 100%;
}
.cid-rZ9AzV1Jkx .content-wrapper {
  margin: auto;
  position: relative;
  padding: 10rem 16rem;
  display: flex;
  justify-content: flex-end;
}
.cid-rZ9AzV1Jkx .content {
  max-width: 600px;
}
.cid-rZ9AzV1Jkx h4 {
  position: absolute;
  transform: rotate(270deg);
  transform-origin: bottom left;
  left: 18rem;
  width: fit-content;
  padding: 0;
  margin: 0;
  bottom: 35%;
}
@media (max-width: 1600px) {
  .cid-rZ9AzV1Jkx .content-wrapper {
    padding: 6rem 4rem;
  }
  .cid-rZ9AzV1Jkx h4 {
    left: 5rem;
  }
}
@media (max-width: 767px) {
  .cid-rZ9AzV1Jkx .content-wrapper {
    padding: 4rem 0rem;
  }
  .cid-rZ9AzV1Jkx h4 {
    left: 2rem;
    bottom: 30%;
  }
  .cid-rZ9AzV1Jkx .content-wrapper {
    padding-left: 3rem;
  }
}
.cid-rZ9AzWlgcm {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rZ9AzWlgcm H1 {
  color: #000000;
}
.cid-rZ9AzWlgcm .mbr-text,
.cid-rZ9AzWlgcm .mbr-section-btn {
  color: #716c80;
}
.cid-rZ9AzWlgcm H3 {
  color: #716c80;
}
.cid-rZ9AzXPCON {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-rZ9AzXPCON .icon-transition span {
  padding: 0.1rem 0.9rem;
  border-radius: 50%;
  color: #ffffff;
  display: block;
  height: 3em;
  line-height: 3em;
  width: 3em;
  background: #444444 none repeat scroll 0 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-rZ9AzXPCON .photo-split {
  padding: 0;
}
.cid-rZ9AzXPCON .photo-split img {
  width: 100%;
}
.cid-rZ9AzXPCON .icon-transition span:hover {
  background-color: #ffbc00;
}
.cid-rZ9AzXPCON .counter-container ul {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-rZ9AzXPCON .counter-container ul li {
  margin-bottom: .5rem;
  list-style: ✓;
}
.cid-rZ9AzXPCON .counter-container ul li:before {
  color: #1c13cb;
  display: inline-block;
  content: '✓';
  text-align: center;
  line-height: 1.5em;
  transition: all .2s;
  width: 25px;
  height: 25px;
}
.cid-rZ9AzXPCON .wrap-block {
  padding: 3rem 3rem;
}
.cid-rZ9AzXPCON .wrap-block ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cid-rZ9AzXPCON .wrap-block ul li {
  display: inline-block;
}
.cid-rZ9AzXPCON .wrap-block ul li span {
  text-align: center;
}
.cid-rZ9AzXPCON .social-media {
  margin-top: 1.5em;
  padding: 0;
}
.cid-rZ9AzXPCON .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-rZ9AzXPCON .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-rZ9AzXPCON .mbr-list,
.cid-rZ9AzXPCON .social-media UL {
  text-align: left;
}
@media (max-width: 500px) {
  .cid-rZ9AzXPCON .wrap-block {
    padding: 3rem 1rem;
  }
}
@media (max-width: 767px) {
  .cid-rZ9AzXPCON .mbr-section-title,
  .cid-rZ9AzXPCON .mbr-section-subtitle,
  .cid-rZ9AzXPCON .mbr-text {
    text-align: center !important;
  }
  .cid-rZ9AzXPCON .social-list {
    text-align: center !important;
  }
}
.cid-rZ9AzXPCON .mbr-list,
.cid-rZ9AzXPCON .social-media {
  color: #767676;
}
.cid-rZ9AzXPCON .mbr-text {
  text-align: left;
}
.cid-rZ9AzZnEQQ {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rZ9AzZnEQQ h4 {
  display: flex;
  color: #232323;
}
.cid-rZ9AzZnEQQ .panel-text {
  color: #767676;
  line-height: 1.7;
}
.cid-rZ9AzZnEQQ .wrap {
  display: flex;
}
.cid-rZ9AzZnEQQ .icon {
  background: #2461d8;
  min-width: 33px;
  min-height: 33px;
  border-radius: 100%;
  color: white!important;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  font-weight: 900;
}
.cid-rZ9AzZnEQQ img {
  max-width: 600px;
  width: 100%;
  margin: auto;
  padding: 2rem;
}
.cid-rZ9AzZnEQQ .mbr-section-title {
  color: #232323;
  text-align: center;
}
.cid-rZ9AzZnEQQ p {
  margin: 0;
}
.cid-rZ9AzZnEQQ .card .card-header a.panel-title {
  background-color: none!important;
  margin-top: 0px!important;
}
.cid-rZ9AzZnEQQ .mbr-section-subtitle {
  font-weight: 500;
  color: #656565;
  text-align: center;
}
.cid-rZ9AzZnEQQ .accordion-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-rZ9AzZnEQQ .panel-group {
  width: 100%;
}
.cid-rZ9AzZnEQQ .panel-title {
  border-bottom: 1px solid #efefef;
  border-radius: 0px;
  margin-bottom: .5rem;
}
.cid-rZ9AzZnEQQ .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-rZ9AzZnEQQ .card .card-header a.panel-title {
  transition: all .3s;
  background-color: #ffffff;
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-rZ9AzZnEQQ .card .card-header a.panel-title:hover {
  opacity: 0.5;
}
.cid-rZ9AzZnEQQ .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-rZ9AzZnEQQ .card .card-header a.panel-title h4 {
  padding: 1.5rem 1rem;
  margin-bottom: 0;
}
.cid-rZ9AzZnEQQ .card .panel-body {
  background: #ffffff;
}
.cid-rZ9AzZnEQQ .media-container-row .accordion-section {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-rZ9AzZnEQQ .media-container-row > div {
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .cid-rZ9AzZnEQQ .mbr-figure {
    padding-right: 0;
    padding-left: 0;
    padding-top: 2rem;
  }
}
.cid-rZ9AzZnEQQ .header-text,
.cid-rZ9AzZnEQQ .sign {
  color: #232323;
}
.cid-rZa8biCn03 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #5580ff;
}
.cid-rZa8biCn03 ul {
  padding: 0;
  margin: 0;
}
.cid-rZa8biCn03 ul li {
  list-style: none;
}
.cid-rZa8biCn03 ul li h4 {
  margin: 0;
}
.cid-rZa8biCn03 ul li h4.display-4 {
  line-height: 1.75;
}
.cid-rZa8biCn03 .item {
  color: #ffffff;
}
.cid-rZa8biCn03 .col-title {
  color: #ffffff;
}
.cid-rZa8biCn03 .col-title.display-2 {
  font-size: 2.1rem;
}
.cid-rZa8biCn03 .col-title1 {
  margin-bottom: 40px;
}
.cid-rZa8biCn03 .form-group,
.cid-rZa8biCn03 .mbr-section-btn {
  margin: 0;
  padding: 0;
  display: -webkit-flex;
}
.cid-rZa8biCn03 .form-control {
  display: inline-block;
  border: none;
  border-radius: 25px;
  width: 100%;
  padding: 0 25px;
  background: rgba(255, 255, 255, 0.07);
  color: #ffffff;
  margin-right: 10px;
  height: 50px;
  line-height: 50px;
}
.cid-rZa8biCn03 .form-control::-webkit-input-placeholder {
  color: #ffffff;
}
.cid-rZa8biCn03 .form-control::-moz-placeholder {
  color: #ffffff;
}
.cid-rZa8biCn03 .form-control:-moz-placeholder {
  color: #ffffff;
}
.cid-rZa8biCn03 .form-control:-ms-input-placeholder {
  color: #ffffff;
}
.cid-rZa8biCn03 .col + .mbr-section-btn .btn,
.cid-rZa8biCn03 .col-auto + .mbr-section-btn .btn {
  margin: 0 !important;
  height: 100%;
  border-radius: 30px !important;
  padding: 14.5px 26px 14.5px !important;
}
.cid-rZa8biCn03 .col + .mbr-section-btn .btn.display-4,
.cid-rZa8biCn03 .col-auto + .mbr-section-btn .btn.display-4 {
  font-size: 13px;
}
.cid-rZa8biCn03 .col + .mbr-section-btn .btn:hover,
.cid-rZa8biCn03 .col-auto + .mbr-section-btn .btn:hover {
  box-shadow: 0 0 0 5px rgba(132, 138, 189, 0.2);
}
.cid-rZa8biCn03 .dragArea > *:nth-last-child(2).col,
.cid-rZa8biCn03 .dragArea > *:nth-last-child(2).col-auto,
.cid-rZa8biCn03 .col + .mbr-section-btn,
.cid-rZa8biCn03 .col-auto + .mbr-section-btn {
  padding-left: 0;
  padding-right: 0;
  margin: 0;
}
.cid-rZa8biCn03 .form1 {
  margin-top: 30px;
}
.cid-rZa8biCn03 .fill-light-wrapper {
  fill: #f9fafb;
  z-index: 2 !important;
  top: 0;
}
@media (max-width: 768px) {
  .cid-rZa8biCn03 .md-pb {
    margin-bottom: 30px;
  }
}
.cid-snX7vhrqLA .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-snX7vhrqLA .dropdown-menu {
  padding: 0;
}
.cid-snX7vhrqLA .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-snX7vhrqLA .dropdown-item:hover,
.cid-snX7vhrqLA .dropdown-item:focus {
  background: #5580ff !important;
  color: white!important;
}
.cid-snX7vhrqLA .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-snX7vhrqLA .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-snX7vhrqLA .nav-link {
  position: relative;
}
.cid-snX7vhrqLA .container {
  display: flex;
  margin: auto;
}
.cid-snX7vhrqLA .mbr-iconfont {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-snX7vhrqLA .navbar-caption {
  padding-right: 4rem;
}
.cid-snX7vhrqLA .navbar-nav {
  justify-content: space-between;
  width: -webkit-fill-available;
}
.cid-snX7vhrqLA .dropdown-menu,
.cid-snX7vhrqLA .navbar.opened {
  background: #ffffff !important;
}
.cid-snX7vhrqLA .nav-item:focus,
.cid-snX7vhrqLA .nav-link:focus {
  outline: none;
}
.cid-snX7vhrqLA .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-snX7vhrqLA .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-snX7vhrqLA .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-snX7vhrqLA .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-snX7vhrqLA .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-snX7vhrqLA .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-snX7vhrqLA .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid #e6e6e6;
  background: #ffffff;
}
.cid-snX7vhrqLA .navbar.opened {
  transition: all .3s;
}
.cid-snX7vhrqLA .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-snX7vhrqLA .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-snX7vhrqLA .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-snX7vhrqLA .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-snX7vhrqLA .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-snX7vhrqLA .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-snX7vhrqLA .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-snX7vhrqLA .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-snX7vhrqLA .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-snX7vhrqLA .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-snX7vhrqLA .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-snX7vhrqLA .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-snX7vhrqLA .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-snX7vhrqLA .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-snX7vhrqLA .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-snX7vhrqLA .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-snX7vhrqLA .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-snX7vhrqLA .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-snX7vhrqLA .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-snX7vhrqLA .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-snX7vhrqLA .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-snX7vhrqLA .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-snX7vhrqLA .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-snX7vhrqLA .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-snX7vhrqLA .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-snX7vhrqLA .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-snX7vhrqLA .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-snX7vhrqLA .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-snX7vhrqLA .dropdown-item.active,
.cid-snX7vhrqLA .dropdown-item:active {
  background-color: transparent;
}
.cid-snX7vhrqLA .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-snX7vhrqLA .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-snX7vhrqLA .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-snX7vhrqLA .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-snX7vhrqLA .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-snX7vhrqLA .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-snX7vhrqLA ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-snX7vhrqLA .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-snX7vhrqLA button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-snX7vhrqLA button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-snX7vhrqLA button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-snX7vhrqLA button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-snX7vhrqLA button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-snX7vhrqLA button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-snX7vhrqLA nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-snX7vhrqLA nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-snX7vhrqLA nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-snX7vhrqLA nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-snX7vhrqLA .navbar-dropdown {
  padding: .5rem 1rem;
}
.cid-snX7vhrqLA a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-snX7vhrqLA .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  min-width: 160px;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-snX7vhrqLA .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-snX7vhrqLA .navbar {
    height: 77px;
  }
  .cid-snX7vhrqLA .navbar.opened {
    height: auto;
  }
  .cid-snX7vhrqLA .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-rZ8qQdl9E3 {
  padding-top: 105px;
  padding-bottom: 105px;
  background-color: #efefef;
}
.cid-rZ8qQdl9E3 .back {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 65%;
  height: 100%;
  background-color: #e68047;
}
.cid-rZ8qQdl9E3 img {
  width: 100%;
}
.cid-rZ8qQdl9E3 p {
  margin-top: 6rem;
}
.cid-rZ8qQdl9E3 .content-wrapper {
  max-width: 750px;
  margin: auto;
  position: relative;
  padding: 0 2rem;
}
.cid-rZ8qQdl9E3 h4 {
  position: absolute;
  width: fit-content;
  padding: 0;
  margin: 0;
  right: 6rem;
  transform: rotate(-270deg);
  transform-origin: bottom right;
  bottom: 0;
}
@media (max-width: 1200px) {
  .cid-rZ8qQdl9E3 .content-wrapper {
    padding-top: 0rem;
  }
  .cid-rZ8qQdl9E3 p {
    margin-top: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-rZ8qQdl9E3 .back {
    width: 100%;
    height: 75%;
  }
  .cid-rZ8qQdl9E3 .content-wrapper {
    padding: 0 3rem;
    padding-top: 4rem;
  }
  .cid-rZ8qQdl9E3 p {
    margin-top: 4rem;
  }
}
@media (max-width: 767px) {
  .cid-rZ8qQdl9E3 .content-wrapper {
    padding: 0rem;
    padding-top: 4rem;
  }
  .cid-rZ8qQdl9E3 h4 {
    right: 2rem;
  }
}
.cid-rZ8rmdmFw2 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-rZ8rmdmFw2 .icon-transition span {
  padding: 0.1rem 0.9rem;
  border-radius: 50%;
  color: #ffffff;
  display: block;
  height: 3em;
  line-height: 3em;
  width: 3em;
  background: #444444 none repeat scroll 0 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-rZ8rmdmFw2 .photo-split {
  padding: 0;
}
.cid-rZ8rmdmFw2 .photo-split img {
  width: 100%;
}
.cid-rZ8rmdmFw2 .icon-transition span:hover {
  background-color: #ffbc00;
}
.cid-rZ8rmdmFw2 .counter-container ul {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-rZ8rmdmFw2 .counter-container ul li {
  margin-bottom: .5rem;
  list-style: ✓;
}
.cid-rZ8rmdmFw2 .counter-container ul li:before {
  color: #ffbc00;
  display: inline-block;
  content: '✓';
  text-align: center;
  line-height: 1.5em;
  transition: all .2s;
  width: 25px;
  height: 25px;
}
.cid-rZ8rmdmFw2 .wrap-block {
  padding: 3rem 3rem;
}
.cid-rZ8rmdmFw2 .wrap-block ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cid-rZ8rmdmFw2 .wrap-block ul li {
  display: inline-block;
}
.cid-rZ8rmdmFw2 .wrap-block ul li span {
  text-align: center;
}
.cid-rZ8rmdmFw2 .social-media {
  margin-top: 1.5em;
  padding: 0;
}
.cid-rZ8rmdmFw2 .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-rZ8rmdmFw2 .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-rZ8rmdmFw2 .mbr-list,
.cid-rZ8rmdmFw2 .social-media UL {
  text-align: left;
}
@media (max-width: 500px) {
  .cid-rZ8rmdmFw2 .wrap-block {
    padding: 3rem 1rem;
  }
}
@media (max-width: 767px) {
  .cid-rZ8rmdmFw2 .mbr-section-title,
  .cid-rZ8rmdmFw2 .mbr-section-subtitle,
  .cid-rZ8rmdmFw2 .mbr-text {
    text-align: center !important;
  }
  .cid-rZ8rmdmFw2 .social-list {
    text-align: center !important;
  }
}
.cid-rZ8rmdmFw2 .mbr-list,
.cid-rZ8rmdmFw2 .social-media {
  color: #767676;
}
.cid-rZ8sVWhHrX {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rZ8sVWhHrX H1 {
  color: #000000;
}
.cid-rZ8sVWhHrX .mbr-text,
.cid-rZ8sVWhHrX .mbr-section-btn {
  color: #716c80;
}
.cid-rZ8sVWhHrX H3 {
  color: #716c80;
}
.cid-rZ8sjHtaje {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-rZ8sjHtaje .icon-transition span {
  padding: 0.1rem 0.9rem;
  border-radius: 50%;
  color: #ffffff;
  display: block;
  height: 3em;
  line-height: 3em;
  width: 3em;
  background: #444444 none repeat scroll 0 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-rZ8sjHtaje .content-row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-rZ8sjHtaje .photo-split {
  padding: 0;
}
.cid-rZ8sjHtaje .photo-split img {
  width: 100%;
}
.cid-rZ8sjHtaje .icon-transition span:hover {
  background-color: #ffbc00;
}
.cid-rZ8sjHtaje .counter-container ul {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-rZ8sjHtaje .counter-container ul li {
  margin-bottom: .5rem;
  list-style: ✓;
}
.cid-rZ8sjHtaje .counter-container ul li:before {
  color: #ffbc00;
  display: inline-block;
  content: '✓';
  text-align: center;
  line-height: 1.5em;
  transition: all .2s;
  width: 25px;
  height: 25px;
}
.cid-rZ8sjHtaje .wrap-block {
  padding: 3rem 3rem;
}
.cid-rZ8sjHtaje .wrap-block ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cid-rZ8sjHtaje .wrap-block ul li {
  display: inline-block;
}
.cid-rZ8sjHtaje .wrap-block ul li span {
  text-align: center;
}
.cid-rZ8sjHtaje .social-media {
  margin-top: 1.5em;
  padding: 0;
}
.cid-rZ8sjHtaje .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-rZ8sjHtaje .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-rZ8sjHtaje .mbr-list,
.cid-rZ8sjHtaje .social-media UL {
  text-align: left;
}
@media (max-width: 500px) {
  .cid-rZ8sjHtaje .wrap-block {
    padding: 3rem 1rem;
  }
}
@media (max-width: 767px) {
  .cid-rZ8sjHtaje .mbr-section-title,
  .cid-rZ8sjHtaje .mbr-section-subtitle,
  .cid-rZ8sjHtaje .mbr-text {
    text-align: center !important;
  }
  .cid-rZ8sjHtaje .social-list {
    text-align: center !important;
  }
}
.cid-rZ8sjHtaje .mbr-list,
.cid-rZ8sjHtaje .social-media {
  color: #767676;
}
.cid-rZ8sWGn4Io {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rZ8sWGn4Io H1 {
  color: #000000;
}
.cid-rZ8sWGn4Io .mbr-text,
.cid-rZ8sWGn4Io .mbr-section-btn {
  color: #716c80;
}
.cid-rZ8sWGn4Io H3 {
  color: #716c80;
}
.cid-rZa8z1SOkN {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #5580ff;
}
.cid-rZa8z1SOkN ul {
  padding: 0;
  margin: 0;
}
.cid-rZa8z1SOkN ul li {
  list-style: none;
}
.cid-rZa8z1SOkN ul li h4 {
  margin: 0;
}
.cid-rZa8z1SOkN ul li h4.display-4 {
  line-height: 1.75;
}
.cid-rZa8z1SOkN .item {
  color: #ffffff;
}
.cid-rZa8z1SOkN .col-title {
  color: #ffffff;
}
.cid-rZa8z1SOkN .col-title.display-2 {
  font-size: 2.1rem;
}
.cid-rZa8z1SOkN .col-title1 {
  margin-bottom: 40px;
}
.cid-rZa8z1SOkN .form-group,
.cid-rZa8z1SOkN .mbr-section-btn {
  margin: 0;
  padding: 0;
  display: -webkit-flex;
}
.cid-rZa8z1SOkN .form-control {
  display: inline-block;
  border: none;
  border-radius: 25px;
  width: 100%;
  padding: 0 25px;
  background: rgba(255, 255, 255, 0.07);
  color: #ffffff;
  margin-right: 10px;
  height: 50px;
  line-height: 50px;
}
.cid-rZa8z1SOkN .form-control::-webkit-input-placeholder {
  color: #ffffff;
}
.cid-rZa8z1SOkN .form-control::-moz-placeholder {
  color: #ffffff;
}
.cid-rZa8z1SOkN .form-control:-moz-placeholder {
  color: #ffffff;
}
.cid-rZa8z1SOkN .form-control:-ms-input-placeholder {
  color: #ffffff;
}
.cid-rZa8z1SOkN .col + .mbr-section-btn .btn,
.cid-rZa8z1SOkN .col-auto + .mbr-section-btn .btn {
  margin: 0 !important;
  height: 100%;
  border-radius: 30px !important;
  padding: 14.5px 26px 14.5px !important;
}
.cid-rZa8z1SOkN .col + .mbr-section-btn .btn.display-4,
.cid-rZa8z1SOkN .col-auto + .mbr-section-btn .btn.display-4 {
  font-size: 13px;
}
.cid-rZa8z1SOkN .col + .mbr-section-btn .btn:hover,
.cid-rZa8z1SOkN .col-auto + .mbr-section-btn .btn:hover {
  box-shadow: 0 0 0 5px rgba(132, 138, 189, 0.2);
}
.cid-rZa8z1SOkN .dragArea > *:nth-last-child(2).col,
.cid-rZa8z1SOkN .dragArea > *:nth-last-child(2).col-auto,
.cid-rZa8z1SOkN .col + .mbr-section-btn,
.cid-rZa8z1SOkN .col-auto + .mbr-section-btn {
  padding-left: 0;
  padding-right: 0;
  margin: 0;
}
.cid-rZa8z1SOkN .form1 {
  margin-top: 30px;
}
.cid-rZa8z1SOkN .fill-light-wrapper {
  fill: #f9fafb;
  z-index: 2 !important;
  top: 0;
}
@media (max-width: 768px) {
  .cid-rZa8z1SOkN .md-pb {
    margin-bottom: 30px;
  }
}
.cid-snX7vhrqLA .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-snX7vhrqLA .dropdown-menu {
  padding: 0;
}
.cid-snX7vhrqLA .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-snX7vhrqLA .dropdown-item:hover,
.cid-snX7vhrqLA .dropdown-item:focus {
  background: #5580ff !important;
  color: white!important;
}
.cid-snX7vhrqLA .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-snX7vhrqLA .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-snX7vhrqLA .nav-link {
  position: relative;
}
.cid-snX7vhrqLA .container {
  display: flex;
  margin: auto;
}
.cid-snX7vhrqLA .mbr-iconfont {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-snX7vhrqLA .navbar-caption {
  padding-right: 4rem;
}
.cid-snX7vhrqLA .navbar-nav {
  justify-content: space-between;
  width: -webkit-fill-available;
}
.cid-snX7vhrqLA .dropdown-menu,
.cid-snX7vhrqLA .navbar.opened {
  background: #ffffff !important;
}
.cid-snX7vhrqLA .nav-item:focus,
.cid-snX7vhrqLA .nav-link:focus {
  outline: none;
}
.cid-snX7vhrqLA .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-snX7vhrqLA .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-snX7vhrqLA .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-snX7vhrqLA .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-snX7vhrqLA .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-snX7vhrqLA .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-snX7vhrqLA .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid #e6e6e6;
  background: #ffffff;
}
.cid-snX7vhrqLA .navbar.opened {
  transition: all .3s;
}
.cid-snX7vhrqLA .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-snX7vhrqLA .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-snX7vhrqLA .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-snX7vhrqLA .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-snX7vhrqLA .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-snX7vhrqLA .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-snX7vhrqLA .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-snX7vhrqLA .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-snX7vhrqLA .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-snX7vhrqLA .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-snX7vhrqLA .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-snX7vhrqLA .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-snX7vhrqLA .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-snX7vhrqLA .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-snX7vhrqLA .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-snX7vhrqLA .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-snX7vhrqLA .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-snX7vhrqLA .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-snX7vhrqLA .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-snX7vhrqLA .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-snX7vhrqLA .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-snX7vhrqLA .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-snX7vhrqLA .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-snX7vhrqLA .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-snX7vhrqLA .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-snX7vhrqLA .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-snX7vhrqLA .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-snX7vhrqLA .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-snX7vhrqLA .dropdown-item.active,
.cid-snX7vhrqLA .dropdown-item:active {
  background-color: transparent;
}
.cid-snX7vhrqLA .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-snX7vhrqLA .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-snX7vhrqLA .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-snX7vhrqLA .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-snX7vhrqLA .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-snX7vhrqLA .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-snX7vhrqLA ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-snX7vhrqLA .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-snX7vhrqLA button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-snX7vhrqLA button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-snX7vhrqLA button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-snX7vhrqLA button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-snX7vhrqLA button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-snX7vhrqLA button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-snX7vhrqLA nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-snX7vhrqLA nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-snX7vhrqLA nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-snX7vhrqLA nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-snX7vhrqLA .navbar-dropdown {
  padding: .5rem 1rem;
}
.cid-snX7vhrqLA a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-snX7vhrqLA .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  min-width: 160px;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-snX7vhrqLA .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-snX7vhrqLA .navbar {
    height: 77px;
  }
  .cid-snX7vhrqLA .navbar.opened {
    height: auto;
  }
  .cid-snX7vhrqLA .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-rWAhMazp2X {
  overflow: hidden !important;
  padding-top: 90px;
  padding-bottom: 90px;
  background: linear-gradient(to right, #f1722b 0%, #f1722b 30%, #5580ff 30%, #5580ff 100%);
}
.cid-rWAhMazp2X .animated-element {
  color: #efefef;
}
.cid-rWAhMazp2X .img-block {
  -webkit-align-self: center;
  align-self: center;
}
@media (min-width: 992px) {
  .cid-rWAhMazp2X .img-block {
    padding-right: 2rem;
  }
}
@media (max-width: 768px) {
  .cid-rWAhMazp2X {
    background: #5580ff;
  }
}
.cid-rWAhMazp2X .mbr-section-subtitle {
  color: #cccccc;
}
.cid-rWAhMazp2X .mbr-text,
.cid-rWAhMazp2X .mbr-section-btn {
  color: #efefef;
  text-align: left;
}
.cid-rZajiZKueq {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rZajiZKueq .card-box {
  padding: 2rem;
}
.cid-rZajiZKueq .link-wrap {
  width: 100%;
}
.cid-rZajiZKueq .card-box,
.cid-rZajiZKueq .img-wrapper {
  width: 50%;
}
@media (min-width: 1500px) {
  .cid-rZajiZKueq .container {
    max-width: 1400px;
  }
}
.cid-rZajiZKueq .link {
  display: inline-block;
}
.cid-rZajiZKueq .img-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-rZajiZKueq .img1 {
  background: #5580ff;
}
.cid-rZajiZKueq .img2 {
  background: #e68047;
}
.cid-rZajiZKueq .mbr-iconfont {
  display: block;
  font-size: 8rem;
  color: #ffffff;
  margin-bottom: 2rem;
}
.cid-rZajiZKueq .card {
  margin: auto;
  min-height: 280px;
  transition: all 0.3s;
}
.cid-rZajiZKueq .card-wrapper {
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  display: flex;
  transition: all 0.3s;
}
.cid-rZajiZKueq .card-wrapper:hover {
  transform: translateY(-10px);
}
.cid-rZajiZKueq .link,
.cid-rZajiZKueq .link-wrap {
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-rZajiZKueq .card {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-rZajiZKueq .card-wrapper {
    flex-direction: column;
  }
  .cid-rZajiZKueq .card-box {
    padding: 2rem 1rem;
  }
  .cid-rZajiZKueq .card-box,
  .cid-rZajiZKueq .img-wrapper {
    width: 100%;
  }
  .cid-rZajiZKueq .img-wrapper {
    padding: 4rem 1rem;
  }
}
.cid-rZajiZKueq .card-subtitle {
  color: #0077ff;
}
.cid-rZajiZKueq .mbr-text,
.cid-rZajiZKueq .link-wrap {
  color: #555555;
  text-align: left;
}
.cid-vmxW4JsNGw {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-vmxW4JsNGw .mbr-iconfont {
  color: #767676;
  font-size: 0.9rem;
}
.cid-vmxW4JsNGw .title,
.cid-vmxW4JsNGw .mbr-section-title {
  margin-bottom: 0.5rem!important;
}
.cid-vmxW4JsNGw .card-wrapper {
  overflow: hidden;
  height: 100%;
  background: #ffffff;
  color: #232323;
  box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.08);
  padding: 0rem;
}
.cid-vmxW4JsNGw .ico-wrap {
  background: #efefef;
  padding: 1rem;
}
.cid-vmxW4JsNGw .phone {
  margin-bottom: 0;
  color: #767676;
  text-align: left;
}
.cid-vmxW4JsNGw .text-box {
  padding: 0rem;
}
.cid-vmxW4JsNGw .ico-box {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  padding: 3px;
}
.cid-vmxW4JsNGw .card-title {
  color: #5580ff;
  margin: 0;
  padding-bottom: 0.2rem;
}
.cid-vmxW4JsNGw .card-img {
  overflow: hidden;
}
.cid-vmxW4JsNGw .card-img:hover img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.cid-vmxW4JsNGw .card-box {
  padding: 0rem;
}
.cid-vmxW4JsNGw img {
  transition: all 0.3s;
}
.cid-vmxW4JsNGw .mbr-section-title {
  margin: 0 auto;
  margin-bottom: 2rem;
  color: #767676;
}
.cid-vmxW4JsNGw .status {
  color: #767676;
  text-align: left;
}
@media (min-width: 576px) {
  .cid-vmxW4JsNGw .card-wrapper {
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-vmxW4JsNGw .card-img {
    width: 30%;
  }
  .cid-vmxW4JsNGw .card-box {
    width: 70%;
    margin-left: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-vmxW4JsNGw .card-img {
    width: 50%;
  }
  .cid-vmxW4JsNGw .card-box {
    width: 50%;
    margin-left: 0rem;
  }
  .cid-vmxW4JsNGw .text-box {
    padding: 1rem;
  }
}
@media (max-width: 576px) {
  .cid-vmxW4JsNGw .card-img {
    width: 100%;
  }
  .cid-vmxW4JsNGw .card-box {
    width: 100%;
  }
}
.cid-vmxW4JsNGw .card-box > p,
.cid-vmxW4JsNGw .mbr-section-btn {
  color: #767676;
}
.cid-vnrMABbFZN {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-vnrMABbFZN .mbr-iconfont {
  color: #767676;
  font-size: 0.9rem;
}
.cid-vnrMABbFZN .title,
.cid-vnrMABbFZN .mbr-section-title {
  margin-bottom: 0.5rem!important;
}
.cid-vnrMABbFZN .card-wrapper {
  overflow: hidden;
  height: 100%;
  background: #ffffff;
  color: #232323;
  box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.08);
  padding: 0rem;
}
.cid-vnrMABbFZN .ico-wrap {
  background: #efefef;
  padding: 1rem;
}
.cid-vnrMABbFZN .phone {
  margin-bottom: 0;
  color: #767676;
  text-align: left;
}
.cid-vnrMABbFZN .text-box {
  padding: 0rem;
}
.cid-vnrMABbFZN .ico-box {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  padding: 3px;
}
.cid-vnrMABbFZN .card-title {
  color: #5580ff;
  margin: 0;
  padding-bottom: 0.2rem;
}
.cid-vnrMABbFZN .card-img {
  overflow: hidden;
}
.cid-vnrMABbFZN .card-img:hover img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.cid-vnrMABbFZN .card-box {
  padding: 0rem;
}
.cid-vnrMABbFZN img {
  transition: all 0.3s;
}
.cid-vnrMABbFZN .mbr-section-title {
  margin: 0 auto;
  margin-bottom: 2rem;
  color: #767676;
}
.cid-vnrMABbFZN .status {
  color: #767676;
  text-align: left;
}
@media (min-width: 576px) {
  .cid-vnrMABbFZN .card-wrapper {
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-vnrMABbFZN .card-img {
    width: 30%;
  }
  .cid-vnrMABbFZN .card-box {
    width: 70%;
    margin-left: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-vnrMABbFZN .card-img {
    width: 50%;
  }
  .cid-vnrMABbFZN .card-box {
    width: 50%;
    margin-left: 0rem;
  }
  .cid-vnrMABbFZN .text-box {
    padding: 1rem;
  }
}
@media (max-width: 576px) {
  .cid-vnrMABbFZN .card-img {
    width: 100%;
  }
  .cid-vnrMABbFZN .card-box {
    width: 100%;
  }
}
.cid-vnrMABbFZN .card-box > p,
.cid-vnrMABbFZN .mbr-section-btn {
  color: #767676;
}
.cid-vmxVHLlLyb {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-vmxVHLlLyb .mbr-iconfont {
  color: #767676;
  font-size: 0.9rem;
}
.cid-vmxVHLlLyb .title,
.cid-vmxVHLlLyb .mbr-section-title {
  margin-bottom: 0.5rem!important;
}
.cid-vmxVHLlLyb .card-wrapper {
  overflow: hidden;
  height: 100%;
  background: #ffffff;
  color: #232323;
  box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.08);
  padding: 0rem;
}
.cid-vmxVHLlLyb .ico-wrap {
  background: #efefef;
  padding: 1rem;
}
.cid-vmxVHLlLyb .phone {
  margin-bottom: 0;
  color: #767676;
  text-align: left;
}
.cid-vmxVHLlLyb .text-box {
  padding: 0rem;
}
.cid-vmxVHLlLyb .ico-box {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  padding: 3px;
}
.cid-vmxVHLlLyb .card-title {
  color: #5580ff;
  margin: 0;
  padding-bottom: 0.2rem;
}
.cid-vmxVHLlLyb .card-img {
  overflow: hidden;
}
.cid-vmxVHLlLyb .card-img:hover img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.cid-vmxVHLlLyb .card-box {
  padding: 0rem;
}
.cid-vmxVHLlLyb img {
  transition: all 0.3s;
}
.cid-vmxVHLlLyb .mbr-section-title {
  margin: 0 auto;
  margin-bottom: 2rem;
  color: #767676;
}
.cid-vmxVHLlLyb .status {
  color: #767676;
  text-align: left;
}
@media (min-width: 576px) {
  .cid-vmxVHLlLyb .card-wrapper {
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-vmxVHLlLyb .card-img {
    width: 30%;
  }
  .cid-vmxVHLlLyb .card-box {
    width: 70%;
    margin-left: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-vmxVHLlLyb .card-img {
    width: 50%;
  }
  .cid-vmxVHLlLyb .card-box {
    width: 50%;
    margin-left: 0rem;
  }
  .cid-vmxVHLlLyb .text-box {
    padding: 1rem;
  }
}
@media (max-width: 576px) {
  .cid-vmxVHLlLyb .card-img {
    width: 100%;
  }
  .cid-vmxVHLlLyb .card-box {
    width: 100%;
  }
}
.cid-vmxVHLlLyb .card-box > p,
.cid-vmxVHLlLyb .mbr-section-btn {
  color: #767676;
}
.cid-vmxVrmcYkS {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-vmxVrmcYkS .mbr-iconfont {
  color: #767676;
  font-size: 0.9rem;
}
.cid-vmxVrmcYkS .title,
.cid-vmxVrmcYkS .mbr-section-title {
  margin-bottom: 0.5rem!important;
}
.cid-vmxVrmcYkS .card-wrapper {
  overflow: hidden;
  height: 100%;
  background: #ffffff;
  color: #232323;
  box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.08);
  padding: 0rem;
}
.cid-vmxVrmcYkS .ico-wrap {
  background: #efefef;
  padding: 1rem;
}
.cid-vmxVrmcYkS .phone {
  margin-bottom: 0;
  color: #767676;
  text-align: left;
}
.cid-vmxVrmcYkS .text-box {
  padding: 0rem;
}
.cid-vmxVrmcYkS .ico-box {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  padding: 3px;
}
.cid-vmxVrmcYkS .card-title {
  color: #5580ff;
  margin: 0;
  padding-bottom: 0.2rem;
}
.cid-vmxVrmcYkS .card-img {
  overflow: hidden;
}
.cid-vmxVrmcYkS .card-img:hover img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.cid-vmxVrmcYkS .card-box {
  padding: 0rem;
}
.cid-vmxVrmcYkS img {
  transition: all 0.3s;
}
.cid-vmxVrmcYkS .mbr-section-title {
  margin: 0 auto;
  margin-bottom: 2rem;
  color: #767676;
}
.cid-vmxVrmcYkS .status {
  color: #767676;
  text-align: left;
}
@media (min-width: 576px) {
  .cid-vmxVrmcYkS .card-wrapper {
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-vmxVrmcYkS .card-img {
    width: 30%;
  }
  .cid-vmxVrmcYkS .card-box {
    width: 70%;
    margin-left: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-vmxVrmcYkS .card-img {
    width: 50%;
  }
  .cid-vmxVrmcYkS .card-box {
    width: 50%;
    margin-left: 0rem;
  }
  .cid-vmxVrmcYkS .text-box {
    padding: 1rem;
  }
}
@media (max-width: 576px) {
  .cid-vmxVrmcYkS .card-img {
    width: 100%;
  }
  .cid-vmxVrmcYkS .card-box {
    width: 100%;
  }
}
.cid-vmxVrmcYkS .card-box > p,
.cid-vmxVrmcYkS .mbr-section-btn {
  color: #767676;
}
.cid-rZaGqquF6w {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rZaGqquF6w .card-box {
  padding: 2rem;
}
.cid-rZaGqquF6w .link-wrap {
  width: 100%;
}
.cid-rZaGqquF6w .card-box,
.cid-rZaGqquF6w .img-wrapper {
  width: 50%;
}
@media (min-width: 1500px) {
  .cid-rZaGqquF6w .container {
    max-width: 1400px;
  }
}
.cid-rZaGqquF6w .link {
  display: inline-block;
}
.cid-rZaGqquF6w .img-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-rZaGqquF6w .img1 {
  background: #5580ff;
}
.cid-rZaGqquF6w .img2 {
  background: #f1722b;
}
.cid-rZaGqquF6w .mbr-iconfont {
  display: block;
  font-size: 8rem;
  color: #ffffff;
  margin-bottom: 2rem;
}
.cid-rZaGqquF6w .card {
  margin: auto;
  min-height: 280px;
  transition: all 0.3s;
}
.cid-rZaGqquF6w .card-wrapper {
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  display: flex;
  transition: all 0.3s;
}
.cid-rZaGqquF6w .card-wrapper:hover {
  transform: translateY(-10px);
}
.cid-rZaGqquF6w .link,
.cid-rZaGqquF6w .link-wrap {
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-rZaGqquF6w .card {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-rZaGqquF6w .card-wrapper {
    flex-direction: column;
  }
  .cid-rZaGqquF6w .card-box {
    padding: 2rem 1rem;
  }
  .cid-rZaGqquF6w .card-box,
  .cid-rZaGqquF6w .img-wrapper {
    width: 100%;
  }
  .cid-rZaGqquF6w .img-wrapper {
    padding: 4rem 1rem;
  }
}
.cid-rZaGqquF6w .card-subtitle {
  color: #0077ff;
}
.cid-rZaGqquF6w .mbr-text,
.cid-rZaGqquF6w .link-wrap {
  color: #555555;
}
.cid-unMDHeMBSq {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #f2f6ff;
}
.cid-unMDHeMBSq h4 {
  margin-bottom: 0;
}
.cid-unMDHeMBSq p {
  color: #767676;
}
.cid-unMDHeMBSq .btn-info-outline {
  border: none;
  color: #82786e !important;
  padding: 0;
  margin: 0 0.25rem!important;
}
.cid-unMDHeMBSq .btn-info-outline span {
  order: 2;
  font-size: 1.1rem;
  padding-top: 3px;
  transition: padding 0.3s!important;
}
.cid-unMDHeMBSq .btn-info-outline:hover span {
  padding-left: 10px;
}
.cid-unMDHeMBSq .btn-info-outline:hover {
  background-color: transparent!important;
  color: #5580ff !important;
  box-shadow: none!important;
}
.cid-unMDHeMBSq .btn-info-outline:active,
.cid-unMDHeMBSq .btn-info-outline:focus {
  background-color: transparent!important;
  box-shadow: none!important;
}
.cid-unMDHeMBSq .card-box {
  padding-top: 2rem;
}
.cid-unMDHeMBSq .card-wrapper {
  height: 100%;
}
.cid-unMDHeMBSq .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-unMDHeMBSq img {
  border-radius: 8px;
}
.cid-unMDHeMBSq .card-title {
  color: #57468b;
}
.cid-unMDHeMBSq .main-title {
  color: #f58e11;
  text-align: center;
}
.cid-unMDHeMBSq DIV {
  color: #57468b;
}
.cid-unMDHeMBSq .card-img {
  width: auto;
}
.cid-unMDHeMBSq .mbr-fallback-image.disabled {
  display: none;
}
.cid-unMDHeMBSq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-rZa8DMmZnH {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #5580ff;
}
.cid-rZa8DMmZnH ul {
  padding: 0;
  margin: 0;
}
.cid-rZa8DMmZnH ul li {
  list-style: none;
}
.cid-rZa8DMmZnH ul li h4 {
  margin: 0;
}
.cid-rZa8DMmZnH ul li h4.display-4 {
  line-height: 1.75;
}
.cid-rZa8DMmZnH .item {
  color: #ffffff;
  text-align: left;
}
.cid-rZa8DMmZnH .col-title {
  color: #ffffff;
}
.cid-rZa8DMmZnH .col-title.display-2 {
  font-size: 2.1rem;
}
.cid-rZa8DMmZnH .col-title1 {
  margin-bottom: 40px;
}
.cid-rZa8DMmZnH .form-group,
.cid-rZa8DMmZnH .mbr-section-btn {
  margin: 0;
  padding: 0;
  display: -webkit-flex;
}
.cid-rZa8DMmZnH .form-control {
  display: inline-block;
  border: none;
  border-radius: 25px;
  width: 100%;
  padding: 0 25px;
  background: rgba(255, 255, 255, 0.07);
  color: #ffffff;
  margin-right: 10px;
  height: 50px;
  line-height: 50px;
}
.cid-rZa8DMmZnH .form-control::-webkit-input-placeholder {
  color: #ffffff;
}
.cid-rZa8DMmZnH .form-control::-moz-placeholder {
  color: #ffffff;
}
.cid-rZa8DMmZnH .form-control:-moz-placeholder {
  color: #ffffff;
}
.cid-rZa8DMmZnH .form-control:-ms-input-placeholder {
  color: #ffffff;
}
.cid-rZa8DMmZnH .col + .mbr-section-btn .btn,
.cid-rZa8DMmZnH .col-auto + .mbr-section-btn .btn {
  margin: 0 !important;
  height: 100%;
  border-radius: 30px !important;
  padding: 14.5px 26px 14.5px !important;
}
.cid-rZa8DMmZnH .col + .mbr-section-btn .btn.display-4,
.cid-rZa8DMmZnH .col-auto + .mbr-section-btn .btn.display-4 {
  font-size: 13px;
}
.cid-rZa8DMmZnH .col + .mbr-section-btn .btn:hover,
.cid-rZa8DMmZnH .col-auto + .mbr-section-btn .btn:hover {
  box-shadow: 0 0 0 5px rgba(132, 138, 189, 0.2);
}
.cid-rZa8DMmZnH .dragArea > *:nth-last-child(2).col,
.cid-rZa8DMmZnH .dragArea > *:nth-last-child(2).col-auto,
.cid-rZa8DMmZnH .col + .mbr-section-btn,
.cid-rZa8DMmZnH .col-auto + .mbr-section-btn {
  padding-left: 0;
  padding-right: 0;
  margin: 0;
}
.cid-rZa8DMmZnH .form1 {
  margin-top: 30px;
}
.cid-rZa8DMmZnH .fill-light-wrapper {
  fill: #f9fafb;
  z-index: 2 !important;
  top: 0;
}
@media (max-width: 768px) {
  .cid-rZa8DMmZnH .md-pb {
    margin-bottom: 30px;
  }
}
.cid-snX7vhrqLA .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-snX7vhrqLA .dropdown-menu {
  padding: 0;
}
.cid-snX7vhrqLA .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-snX7vhrqLA .dropdown-item:hover,
.cid-snX7vhrqLA .dropdown-item:focus {
  background: #5580ff !important;
  color: white!important;
}
.cid-snX7vhrqLA .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-snX7vhrqLA .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-snX7vhrqLA .nav-link {
  position: relative;
}
.cid-snX7vhrqLA .container {
  display: flex;
  margin: auto;
}
.cid-snX7vhrqLA .mbr-iconfont {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-snX7vhrqLA .navbar-caption {
  padding-right: 4rem;
}
.cid-snX7vhrqLA .navbar-nav {
  justify-content: space-between;
  width: -webkit-fill-available;
}
.cid-snX7vhrqLA .dropdown-menu,
.cid-snX7vhrqLA .navbar.opened {
  background: #ffffff !important;
}
.cid-snX7vhrqLA .nav-item:focus,
.cid-snX7vhrqLA .nav-link:focus {
  outline: none;
}
.cid-snX7vhrqLA .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-snX7vhrqLA .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-snX7vhrqLA .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-snX7vhrqLA .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-snX7vhrqLA .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-snX7vhrqLA .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-snX7vhrqLA .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid #e6e6e6;
  background: #ffffff;
}
.cid-snX7vhrqLA .navbar.opened {
  transition: all .3s;
}
.cid-snX7vhrqLA .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-snX7vhrqLA .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-snX7vhrqLA .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-snX7vhrqLA .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-snX7vhrqLA .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-snX7vhrqLA .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-snX7vhrqLA .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-snX7vhrqLA .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-snX7vhrqLA .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-snX7vhrqLA .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-snX7vhrqLA .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-snX7vhrqLA .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-snX7vhrqLA .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-snX7vhrqLA .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-snX7vhrqLA .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-snX7vhrqLA .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-snX7vhrqLA .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-snX7vhrqLA .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-snX7vhrqLA .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-snX7vhrqLA .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-snX7vhrqLA .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-snX7vhrqLA .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-snX7vhrqLA .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-snX7vhrqLA .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-snX7vhrqLA .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-snX7vhrqLA .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-snX7vhrqLA .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-snX7vhrqLA .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-snX7vhrqLA .dropdown-item.active,
.cid-snX7vhrqLA .dropdown-item:active {
  background-color: transparent;
}
.cid-snX7vhrqLA .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-snX7vhrqLA .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-snX7vhrqLA .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-snX7vhrqLA .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-snX7vhrqLA .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-snX7vhrqLA .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-snX7vhrqLA ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-snX7vhrqLA .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-snX7vhrqLA button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-snX7vhrqLA button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-snX7vhrqLA button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-snX7vhrqLA button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-snX7vhrqLA button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-snX7vhrqLA button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-snX7vhrqLA nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-snX7vhrqLA nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-snX7vhrqLA nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-snX7vhrqLA nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-snX7vhrqLA .navbar-dropdown {
  padding: .5rem 1rem;
}
.cid-snX7vhrqLA a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-snX7vhrqLA .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  min-width: 160px;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-snX7vhrqLA .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-snX7vhrqLA .navbar {
    height: 77px;
  }
  .cid-snX7vhrqLA .navbar.opened {
    height: auto;
  }
  .cid-snX7vhrqLA .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-rZa2tzI8zm {
  padding-top: 150px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/background6.jpg");
  overflow: hidden;
}
.cid-rZa2tzI8zm svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-rZa2tzI8zm #e2_shape {
  fill: #ffffff !important;
}
.cid-rZa2tzI8zm img {
  border-radius: 10px;
  margin: auto;
  box-shadow: 0 10px 55px 5px rgba(51, 98, 255, 0.35);
}
@media (max-width: 576px) {
  .cid-rZa2tzI8zm img {
    width: 90%!important;
  }
}
.cid-rZa2tzI8zm H1 {
  color: #ffffff;
}
.cid-rZaGNL0djW {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rZaGNL0djW H1 {
  color: #000000;
}
.cid-rZaGNL0djW .mbr-text,
.cid-rZaGNL0djW .mbr-section-btn {
  color: #716c80;
}
.cid-rZaGNL0djW H3 {
  color: #716c80;
}
.cid-rZa0KlYlSV {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rZa0KlYlSV .card-box {
  padding: 2rem;
}
.cid-rZa0KlYlSV .link-wrap {
  width: 100%;
}
.cid-rZa0KlYlSV .card-box,
.cid-rZa0KlYlSV .img-wrapper {
  width: 50%;
}
@media (min-width: 1500px) {
  .cid-rZa0KlYlSV .container {
    max-width: 1400px;
  }
}
.cid-rZa0KlYlSV .link {
  display: inline-block;
}
.cid-rZa0KlYlSV .img-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-rZa0KlYlSV .img1 {
  background: #5580ff;
}
.cid-rZa0KlYlSV .img2 {
  background: #f1722b;
}
.cid-rZa0KlYlSV .mbr-iconfont {
  display: block;
  font-size: 8rem;
  color: #ffffff;
  margin-bottom: 2rem;
}
.cid-rZa0KlYlSV .card {
  margin: auto;
  min-height: 280px;
  transition: all 0.3s;
}
.cid-rZa0KlYlSV .card-wrapper {
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  display: flex;
  transition: all 0.3s;
}
.cid-rZa0KlYlSV .card-wrapper:hover {
  transform: translateY(-10px);
}
.cid-rZa0KlYlSV .link,
.cid-rZa0KlYlSV .link-wrap {
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-rZa0KlYlSV .card {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-rZa0KlYlSV .card-wrapper {
    flex-direction: column;
  }
  .cid-rZa0KlYlSV .card-box {
    padding: 2rem 1rem;
  }
  .cid-rZa0KlYlSV .card-box,
  .cid-rZa0KlYlSV .img-wrapper {
    width: 100%;
  }
  .cid-rZa0KlYlSV .img-wrapper {
    padding: 4rem 1rem;
  }
}
.cid-rZa0KlYlSV .card-subtitle {
  color: #0077ff;
}
.cid-rZa0KlYlSV .mbr-text,
.cid-rZa0KlYlSV .link-wrap {
  color: #555555;
}
.cid-sVl0IKhGcD {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #5580ff;
}
.cid-sVl0IKhGcD ul {
  padding: 0;
  margin: 0;
}
.cid-sVl0IKhGcD ul li {
  list-style: none;
}
.cid-sVl0IKhGcD ul li h4 {
  margin: 0;
}
.cid-sVl0IKhGcD ul li h4.display-4 {
  line-height: 1.75;
}
.cid-sVl0IKhGcD .item {
  color: #ffffff;
}
.cid-sVl0IKhGcD .col-title {
  color: #ffffff;
}
.cid-sVl0IKhGcD .col-title.display-2 {
  font-size: 2.1rem;
}
.cid-sVl0IKhGcD .col-title1 {
  margin-bottom: 40px;
}
.cid-sVl0IKhGcD .form-group,
.cid-sVl0IKhGcD .mbr-section-btn {
  margin: 0;
  padding: 0;
  display: -webkit-flex;
}
.cid-sVl0IKhGcD .form-control {
  display: inline-block;
  border: none;
  border-radius: 25px;
  width: 100%;
  padding: 0 25px;
  background: rgba(255, 255, 255, 0.07);
  color: #ffffff;
  margin-right: 10px;
  height: 50px;
  line-height: 50px;
}
.cid-sVl0IKhGcD .form-control::-webkit-input-placeholder {
  color: #ffffff;
}
.cid-sVl0IKhGcD .form-control::-moz-placeholder {
  color: #ffffff;
}
.cid-sVl0IKhGcD .form-control:-moz-placeholder {
  color: #ffffff;
}
.cid-sVl0IKhGcD .form-control:-ms-input-placeholder {
  color: #ffffff;
}
.cid-sVl0IKhGcD .col + .mbr-section-btn .btn,
.cid-sVl0IKhGcD .col-auto + .mbr-section-btn .btn {
  margin: 0 !important;
  height: 100%;
  border-radius: 30px !important;
  padding: 14.5px 26px 14.5px !important;
}
.cid-sVl0IKhGcD .col + .mbr-section-btn .btn.display-4,
.cid-sVl0IKhGcD .col-auto + .mbr-section-btn .btn.display-4 {
  font-size: 13px;
}
.cid-sVl0IKhGcD .col + .mbr-section-btn .btn:hover,
.cid-sVl0IKhGcD .col-auto + .mbr-section-btn .btn:hover {
  box-shadow: 0 0 0 5px rgba(132, 138, 189, 0.2);
}
.cid-sVl0IKhGcD .dragArea > *:nth-last-child(2).col,
.cid-sVl0IKhGcD .dragArea > *:nth-last-child(2).col-auto,
.cid-sVl0IKhGcD .col + .mbr-section-btn,
.cid-sVl0IKhGcD .col-auto + .mbr-section-btn {
  padding-left: 0;
  padding-right: 0;
  margin: 0;
}
.cid-sVl0IKhGcD .form1 {
  margin-top: 30px;
}
.cid-sVl0IKhGcD .fill-light-wrapper {
  fill: #f9fafb;
  z-index: 2 !important;
  top: 0;
}
@media (max-width: 768px) {
  .cid-sVl0IKhGcD .md-pb {
    margin-bottom: 30px;
  }
}
.cid-snX7vhrqLA .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-snX7vhrqLA .dropdown-menu {
  padding: 0;
}
.cid-snX7vhrqLA .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-snX7vhrqLA .dropdown-item:hover,
.cid-snX7vhrqLA .dropdown-item:focus {
  background: #5580ff !important;
  color: white!important;
}
.cid-snX7vhrqLA .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-snX7vhrqLA .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-snX7vhrqLA .nav-link {
  position: relative;
}
.cid-snX7vhrqLA .container {
  display: flex;
  margin: auto;
}
.cid-snX7vhrqLA .mbr-iconfont {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-snX7vhrqLA .navbar-caption {
  padding-right: 4rem;
}
.cid-snX7vhrqLA .navbar-nav {
  justify-content: space-between;
  width: -webkit-fill-available;
}
.cid-snX7vhrqLA .dropdown-menu,
.cid-snX7vhrqLA .navbar.opened {
  background: #ffffff !important;
}
.cid-snX7vhrqLA .nav-item:focus,
.cid-snX7vhrqLA .nav-link:focus {
  outline: none;
}
.cid-snX7vhrqLA .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-snX7vhrqLA .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-snX7vhrqLA .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-snX7vhrqLA .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-snX7vhrqLA .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-snX7vhrqLA .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-snX7vhrqLA .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid #e6e6e6;
  background: #ffffff;
}
.cid-snX7vhrqLA .navbar.opened {
  transition: all .3s;
}
.cid-snX7vhrqLA .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-snX7vhrqLA .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-snX7vhrqLA .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-snX7vhrqLA .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-snX7vhrqLA .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-snX7vhrqLA .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-snX7vhrqLA .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-snX7vhrqLA .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-snX7vhrqLA .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-snX7vhrqLA .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-snX7vhrqLA .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-snX7vhrqLA .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-snX7vhrqLA .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-snX7vhrqLA .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-snX7vhrqLA .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-snX7vhrqLA .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-snX7vhrqLA .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-snX7vhrqLA .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-snX7vhrqLA .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-snX7vhrqLA .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-snX7vhrqLA .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-snX7vhrqLA .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-snX7vhrqLA .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-snX7vhrqLA .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-snX7vhrqLA .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-snX7vhrqLA .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-snX7vhrqLA .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-snX7vhrqLA .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-snX7vhrqLA .dropdown-item.active,
.cid-snX7vhrqLA .dropdown-item:active {
  background-color: transparent;
}
.cid-snX7vhrqLA .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-snX7vhrqLA .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-snX7vhrqLA .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-snX7vhrqLA .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-snX7vhrqLA .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-snX7vhrqLA .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-snX7vhrqLA ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-snX7vhrqLA .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-snX7vhrqLA button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-snX7vhrqLA button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-snX7vhrqLA button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-snX7vhrqLA button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-snX7vhrqLA button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-snX7vhrqLA button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-snX7vhrqLA nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-snX7vhrqLA nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-snX7vhrqLA nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-snX7vhrqLA nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-snX7vhrqLA .navbar-dropdown {
  padding: .5rem 1rem;
}
.cid-snX7vhrqLA a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-snX7vhrqLA .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  min-width: 160px;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-snX7vhrqLA .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-snX7vhrqLA .navbar {
    height: 77px;
  }
  .cid-snX7vhrqLA .navbar.opened {
    height: auto;
  }
  .cid-snX7vhrqLA .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-rZ9OiLVzpY {
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-rZ9OiLVzpY .slider-text-two {
  background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
  outline: 1px solid rgba(0, 0, 0, 0.2);
  outline-offset: -15px;
  padding: 65px 50px;
}
.cid-rZ9OiLVzpY .mbr-section-title {
  color: #232323;
  text-align: left;
}
.cid-rZ9OiLVzpY .mbr-text {
  color: #232323;
  letter-spacing: 5px;
  font-weight: 100;
  text-align: left;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-rZ9OiLVzpY .slider-text-two {
    outline: 15px solid rgba(255, 255, 255, 0.8);
    border: 1px solid rgba(0, 0, 0, 0.2);
  }
}
.cid-rZ9PqI5Fbb {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #f4f8fa;
}
.cid-rZ9PqI5Fbb .mbr-iconfont {
  font-size: 50px;
  transition: color .3s;
  padding: 1.5rem;
}
.cid-rZ9PqI5Fbb .mbr-section-title {
  margin: 0;
}
.cid-rZ9PqI5Fbb .mbr-section-subtitle {
  color: #8d97ad;
}
.cid-rZ9PqI5Fbb .card-img span {
  color: #1dc9cb;
}
.cid-rZ9PqI5Fbb .row-item {
  margin-bottom: 2rem;
}
.cid-rZ9PqI5Fbb .row-item:hover .wrapper {
  background: linear-gradient(90deg, #5580ff, #f1722b);
  cursor: pointer;
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
  transition: all 0.3s;
}
.cid-rZ9PqI5Fbb .row-item:hover .card-img span {
  color: #ffffff !important;
}
.cid-rZ9PqI5Fbb .row-item:hover .mbr-card-title {
  color: #ffffff !important;
}
.cid-rZ9PqI5Fbb .wrapper {
  padding: 2.5rem 1rem;
  background: #ffffff;
  border-radius: 5px;
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}
.cid-rZgArvB3BP {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #f4f8fa;
}
.cid-rZgArvB3BP .mbr-iconfont {
  font-size: 50px;
  transition: color .3s;
  padding: 1.5rem;
}
.cid-rZgArvB3BP .mbr-section-title {
  margin: 0;
}
.cid-rZgArvB3BP .mbr-section-subtitle {
  color: #8d97ad;
}
.cid-rZgArvB3BP .card-img span {
  color: #1dc9cb;
}
.cid-rZgArvB3BP .row-item {
  margin-bottom: 2rem;
}
.cid-rZgArvB3BP .row-item:hover .wrapper {
  background: linear-gradient(90deg, #5580ff, #f1722b);
  cursor: pointer;
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
  transition: all 0.3s;
}
.cid-rZgArvB3BP .row-item:hover .card-img span {
  color: #ffffff !important;
}
.cid-rZgArvB3BP .row-item:hover .mbr-card-title {
  color: #ffffff !important;
}
.cid-rZgArvB3BP .wrapper {
  padding: 2.5rem 1rem;
  background: #ffffff;
  border-radius: 5px;
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}
.cid-rZ9FXZFzV7 {
  padding-top: 75px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/background6.jpg");
}
.cid-rZ9FXZFzV7 .header-text {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rZ9FXZFzV7 .accordion-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-rZ9FXZFzV7 .panel-group {
  width: 100%;
}
.cid-rZ9FXZFzV7 .panel-text,
.cid-rZ9FXZFzV7 .mbr-section-subtitle {
  color: #767676;
}
.cid-rZ9FXZFzV7 .card {
  border-radius: 0px;
  margin-bottom: .5rem;
}
.cid-rZ9FXZFzV7 .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-rZ9FXZFzV7 .card .card-header a.panel-title {
  -webkit-justify-content: space-between;
  justify-content: space-between;
  transition: all .3s;
  background-color: #b2b4d2;
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-rZ9FXZFzV7 .card .card-header a.panel-title:hover {
  opacity: 0.5;
}
.cid-rZ9FXZFzV7 .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-rZ9FXZFzV7 .card .card-header a.panel-title .sign {
  padding-right: 1rem;
}
.cid-rZ9FXZFzV7 .card .card-header a.panel-title h4 {
  padding: 1rem 1rem;
  margin-bottom: 0;
}
.cid-rZ9FXZFzV7 .card .panel-body {
  background: #ffffff;
}
.cid-rZ9FXZFzV7 .header-text,
.cid-rZ9FXZFzV7 .sign {
  color: #ffffff;
}
.cid-rZ9FXZFzV7 .mbr-section-title {
  text-align: center;
}
.cid-rZ9Hniep88 {
  padding-top: 75px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/background60.jpg");
}
.cid-rZ9Hniep88 .header-text {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rZ9Hniep88 .accordion-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-rZ9Hniep88 .panel-group {
  width: 100%;
}
.cid-rZ9Hniep88 .panel-text,
.cid-rZ9Hniep88 .mbr-section-subtitle {
  color: #767676;
}
.cid-rZ9Hniep88 .card {
  border-radius: 0px;
  margin-bottom: .5rem;
}
.cid-rZ9Hniep88 .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-rZ9Hniep88 .card .card-header a.panel-title {
  -webkit-justify-content: space-between;
  justify-content: space-between;
  transition: all .3s;
  background-color: #b2b4d2;
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-rZ9Hniep88 .card .card-header a.panel-title:hover {
  opacity: 0.5;
}
.cid-rZ9Hniep88 .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-rZ9Hniep88 .card .card-header a.panel-title .sign {
  padding-right: 1rem;
}
.cid-rZ9Hniep88 .card .card-header a.panel-title h4 {
  padding: 1rem 1rem;
  margin-bottom: 0;
}
.cid-rZ9Hniep88 .card .panel-body {
  background: #ffffff;
}
.cid-rZ9Hniep88 .header-text,
.cid-rZ9Hniep88 .sign {
  color: #ffffff;
}
.cid-rZ9Hniep88 .mbr-section-subtitle {
  color: #003bff;
}
.cid-rZ9Hniep88 .mbr-section-title {
  text-align: center;
}
.cid-rZa8171hpD {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #5580ff;
}
.cid-rZa8171hpD ul {
  padding: 0;
  margin: 0;
}
.cid-rZa8171hpD ul li {
  list-style: none;
}
.cid-rZa8171hpD ul li h4 {
  margin: 0;
}
.cid-rZa8171hpD ul li h4.display-4 {
  line-height: 1.75;
}
.cid-rZa8171hpD .item {
  color: #ffffff;
}
.cid-rZa8171hpD .col-title {
  color: #ffffff;
}
.cid-rZa8171hpD .col-title.display-2 {
  font-size: 2.1rem;
}
.cid-rZa8171hpD .col-title1 {
  margin-bottom: 40px;
}
.cid-rZa8171hpD .form-group,
.cid-rZa8171hpD .mbr-section-btn {
  margin: 0;
  padding: 0;
  display: -webkit-flex;
}
.cid-rZa8171hpD .form-control {
  display: inline-block;
  border: none;
  border-radius: 25px;
  width: 100%;
  padding: 0 25px;
  background: rgba(255, 255, 255, 0.07);
  color: #ffffff;
  margin-right: 10px;
  height: 50px;
  line-height: 50px;
}
.cid-rZa8171hpD .form-control::-webkit-input-placeholder {
  color: #ffffff;
}
.cid-rZa8171hpD .form-control::-moz-placeholder {
  color: #ffffff;
}
.cid-rZa8171hpD .form-control:-moz-placeholder {
  color: #ffffff;
}
.cid-rZa8171hpD .form-control:-ms-input-placeholder {
  color: #ffffff;
}
.cid-rZa8171hpD .col + .mbr-section-btn .btn,
.cid-rZa8171hpD .col-auto + .mbr-section-btn .btn {
  margin: 0 !important;
  height: 100%;
  border-radius: 30px !important;
  padding: 14.5px 26px 14.5px !important;
}
.cid-rZa8171hpD .col + .mbr-section-btn .btn.display-4,
.cid-rZa8171hpD .col-auto + .mbr-section-btn .btn.display-4 {
  font-size: 13px;
}
.cid-rZa8171hpD .col + .mbr-section-btn .btn:hover,
.cid-rZa8171hpD .col-auto + .mbr-section-btn .btn:hover {
  box-shadow: 0 0 0 5px rgba(132, 138, 189, 0.2);
}
.cid-rZa8171hpD .dragArea > *:nth-last-child(2).col,
.cid-rZa8171hpD .dragArea > *:nth-last-child(2).col-auto,
.cid-rZa8171hpD .col + .mbr-section-btn,
.cid-rZa8171hpD .col-auto + .mbr-section-btn {
  padding-left: 0;
  padding-right: 0;
  margin: 0;
}
.cid-rZa8171hpD .form1 {
  margin-top: 30px;
}
.cid-rZa8171hpD .fill-light-wrapper {
  fill: #f9fafb;
  z-index: 2 !important;
  top: 0;
}
@media (max-width: 768px) {
  .cid-rZa8171hpD .md-pb {
    margin-bottom: 30px;
  }
}
.cid-snX7vhrqLA .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-snX7vhrqLA .dropdown-menu {
  padding: 0;
}
.cid-snX7vhrqLA .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-snX7vhrqLA .dropdown-item:hover,
.cid-snX7vhrqLA .dropdown-item:focus {
  background: #5580ff !important;
  color: white!important;
}
.cid-snX7vhrqLA .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-snX7vhrqLA .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-snX7vhrqLA .nav-link {
  position: relative;
}
.cid-snX7vhrqLA .container {
  display: flex;
  margin: auto;
}
.cid-snX7vhrqLA .mbr-iconfont {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-snX7vhrqLA .navbar-caption {
  padding-right: 4rem;
}
.cid-snX7vhrqLA .navbar-nav {
  justify-content: space-between;
  width: -webkit-fill-available;
}
.cid-snX7vhrqLA .dropdown-menu,
.cid-snX7vhrqLA .navbar.opened {
  background: #ffffff !important;
}
.cid-snX7vhrqLA .nav-item:focus,
.cid-snX7vhrqLA .nav-link:focus {
  outline: none;
}
.cid-snX7vhrqLA .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-snX7vhrqLA .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-snX7vhrqLA .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-snX7vhrqLA .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-snX7vhrqLA .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-snX7vhrqLA .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-snX7vhrqLA .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid #e6e6e6;
  background: #ffffff;
}
.cid-snX7vhrqLA .navbar.opened {
  transition: all .3s;
}
.cid-snX7vhrqLA .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-snX7vhrqLA .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-snX7vhrqLA .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-snX7vhrqLA .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-snX7vhrqLA .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-snX7vhrqLA .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-snX7vhrqLA .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-snX7vhrqLA .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-snX7vhrqLA .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-snX7vhrqLA .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-snX7vhrqLA .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-snX7vhrqLA .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-snX7vhrqLA .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-snX7vhrqLA .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-snX7vhrqLA .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-snX7vhrqLA .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-snX7vhrqLA .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-snX7vhrqLA .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-snX7vhrqLA .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-snX7vhrqLA .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-snX7vhrqLA .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-snX7vhrqLA .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-snX7vhrqLA .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-snX7vhrqLA .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-snX7vhrqLA .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-snX7vhrqLA .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-snX7vhrqLA .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-snX7vhrqLA .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-snX7vhrqLA .dropdown-item.active,
.cid-snX7vhrqLA .dropdown-item:active {
  background-color: transparent;
}
.cid-snX7vhrqLA .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-snX7vhrqLA .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-snX7vhrqLA .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-snX7vhrqLA .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-snX7vhrqLA .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-snX7vhrqLA .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-snX7vhrqLA ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-snX7vhrqLA .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-snX7vhrqLA button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-snX7vhrqLA button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-snX7vhrqLA button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-snX7vhrqLA button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-snX7vhrqLA button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-snX7vhrqLA button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-snX7vhrqLA nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-snX7vhrqLA nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-snX7vhrqLA nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-snX7vhrqLA nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-snX7vhrqLA .navbar-dropdown {
  padding: .5rem 1rem;
}
.cid-snX7vhrqLA a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-snX7vhrqLA .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  min-width: 160px;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-snX7vhrqLA .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-snX7vhrqLA .navbar {
    height: 77px;
  }
  .cid-snX7vhrqLA .navbar.opened {
    height: auto;
  }
  .cid-snX7vhrqLA .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-unMCzPyope {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #ffffff;
  position: relative;
  overflow: hidden;
}
.cid-unMCzPyope svg {
  position: absolute;
  top: 0;
  left: 0;
  transform: scale(1.8, 1.8);
}
.cid-unMCzPyope H1 {
  color: #343351;
}
.cid-unMCzPyope .mbr-text,
.cid-unMCzPyope .mbr-section-btn {
  color: #716c80;
}
.cid-unMCzPyope #e1_ellipse {
  fill: #ffffff !important;
}
.cid-unMCzPyope img {
  width: 80%;
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
}
@media (max-width: 576px) {
  .cid-unMCzPyope img {
    width: 100%;
  }
}
.cid-unMCzPyope .mbr-fallback-image.disabled {
  display: none;
}
.cid-unMCzPyope .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-unMCFv4bqX {
  padding-top: 15px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-unMCFv4bqX .nav-tabs .nav-item.open .nav-link:focus,
.cid-unMCFv4bqX .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-unMCFv4bqX .nav-tabs {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: none;
}
.cid-unMCFv4bqX .nav-tabs .nav-item {
  padding: .5rem;
}
.cid-unMCFv4bqX .nav-tabs .nav-link {
  color: #ffffff;
  font-style: normal;
  font-weight: 500;
  background-color: #003bff;
  border-radius: .25rem;
  transition: all .5s;
}
.cid-unMCFv4bqX .nav-tabs .nav-link:hover {
  cursor: pointer;
  background-color: #5580ff;
}
.cid-unMCFv4bqX .nav-tabs .nav-link.active {
  font-weight: 500;
  color: #ffffff;
  font-style: normal;
  background-color: #5580ff;
  border-color: #5580ff;
}
.cid-unMCFv4bqX .nav-tabs .nav-link.active:hover {
  background-color: #5580ff;
}
.cid-unMCFv4bqX P {
  color: #000000;
}
@media (max-width: 576px) {
  .cid-unMCFv4bqX .nav-tabs {
    flex-direction: column;
    justify-content: center;
  }
  .cid-unMCFv4bqX .mbr-text,
  .cid-unMCFv4bqX .nav-link {
    text-align: center;
  }
}
.cid-sVl0EHnrjR {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #5580ff;
}
.cid-sVl0EHnrjR ul {
  padding: 0;
  margin: 0;
}
.cid-sVl0EHnrjR ul li {
  list-style: none;
}
.cid-sVl0EHnrjR ul li h4 {
  margin: 0;
}
.cid-sVl0EHnrjR ul li h4.display-4 {
  line-height: 1.75;
}
.cid-sVl0EHnrjR .item {
  color: #ffffff;
}
.cid-sVl0EHnrjR .col-title {
  color: #ffffff;
}
.cid-sVl0EHnrjR .col-title.display-2 {
  font-size: 2.1rem;
}
.cid-sVl0EHnrjR .col-title1 {
  margin-bottom: 40px;
}
.cid-sVl0EHnrjR .form-group,
.cid-sVl0EHnrjR .mbr-section-btn {
  margin: 0;
  padding: 0;
  display: -webkit-flex;
}
.cid-sVl0EHnrjR .form-control {
  display: inline-block;
  border: none;
  border-radius: 25px;
  width: 100%;
  padding: 0 25px;
  background: rgba(255, 255, 255, 0.07);
  color: #ffffff;
  margin-right: 10px;
  height: 50px;
  line-height: 50px;
}
.cid-sVl0EHnrjR .form-control::-webkit-input-placeholder {
  color: #ffffff;
}
.cid-sVl0EHnrjR .form-control::-moz-placeholder {
  color: #ffffff;
}
.cid-sVl0EHnrjR .form-control:-moz-placeholder {
  color: #ffffff;
}
.cid-sVl0EHnrjR .form-control:-ms-input-placeholder {
  color: #ffffff;
}
.cid-sVl0EHnrjR .col + .mbr-section-btn .btn,
.cid-sVl0EHnrjR .col-auto + .mbr-section-btn .btn {
  margin: 0 !important;
  height: 100%;
  border-radius: 30px !important;
  padding: 14.5px 26px 14.5px !important;
}
.cid-sVl0EHnrjR .col + .mbr-section-btn .btn.display-4,
.cid-sVl0EHnrjR .col-auto + .mbr-section-btn .btn.display-4 {
  font-size: 13px;
}
.cid-sVl0EHnrjR .col + .mbr-section-btn .btn:hover,
.cid-sVl0EHnrjR .col-auto + .mbr-section-btn .btn:hover {
  box-shadow: 0 0 0 5px rgba(132, 138, 189, 0.2);
}
.cid-sVl0EHnrjR .dragArea > *:nth-last-child(2).col,
.cid-sVl0EHnrjR .dragArea > *:nth-last-child(2).col-auto,
.cid-sVl0EHnrjR .col + .mbr-section-btn,
.cid-sVl0EHnrjR .col-auto + .mbr-section-btn {
  padding-left: 0;
  padding-right: 0;
  margin: 0;
}
.cid-sVl0EHnrjR .form1 {
  margin-top: 30px;
}
.cid-sVl0EHnrjR .fill-light-wrapper {
  fill: #f9fafb;
  z-index: 2 !important;
  top: 0;
}
@media (max-width: 768px) {
  .cid-sVl0EHnrjR .md-pb {
    margin-bottom: 30px;
  }
}
.cid-snX7vhrqLA .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-snX7vhrqLA .dropdown-menu {
  padding: 0;
}
.cid-snX7vhrqLA .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-snX7vhrqLA .dropdown-item:hover,
.cid-snX7vhrqLA .dropdown-item:focus {
  background: #5580ff !important;
  color: white!important;
}
.cid-snX7vhrqLA .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-snX7vhrqLA .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-snX7vhrqLA .nav-link {
  position: relative;
}
.cid-snX7vhrqLA .container {
  display: flex;
  margin: auto;
}
.cid-snX7vhrqLA .mbr-iconfont {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-snX7vhrqLA .navbar-caption {
  padding-right: 4rem;
}
.cid-snX7vhrqLA .navbar-nav {
  justify-content: space-between;
  width: -webkit-fill-available;
}
.cid-snX7vhrqLA .dropdown-menu,
.cid-snX7vhrqLA .navbar.opened {
  background: #ffffff !important;
}
.cid-snX7vhrqLA .nav-item:focus,
.cid-snX7vhrqLA .nav-link:focus {
  outline: none;
}
.cid-snX7vhrqLA .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-snX7vhrqLA .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-snX7vhrqLA .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-snX7vhrqLA .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-snX7vhrqLA .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-snX7vhrqLA .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-snX7vhrqLA .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid #e6e6e6;
  background: #ffffff;
}
.cid-snX7vhrqLA .navbar.opened {
  transition: all .3s;
}
.cid-snX7vhrqLA .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-snX7vhrqLA .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-snX7vhrqLA .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-snX7vhrqLA .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-snX7vhrqLA .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-snX7vhrqLA .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-snX7vhrqLA .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-snX7vhrqLA .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-snX7vhrqLA .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-snX7vhrqLA .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-snX7vhrqLA .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-snX7vhrqLA .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-snX7vhrqLA .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-snX7vhrqLA .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-snX7vhrqLA .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-snX7vhrqLA .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-snX7vhrqLA .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-snX7vhrqLA .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-snX7vhrqLA .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-snX7vhrqLA .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-snX7vhrqLA .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-snX7vhrqLA .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-snX7vhrqLA .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-snX7vhrqLA .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-snX7vhrqLA .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-snX7vhrqLA .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-snX7vhrqLA .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-snX7vhrqLA .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-snX7vhrqLA .dropdown-item.active,
.cid-snX7vhrqLA .dropdown-item:active {
  background-color: transparent;
}
.cid-snX7vhrqLA .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-snX7vhrqLA .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-snX7vhrqLA .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-snX7vhrqLA .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-snX7vhrqLA .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-snX7vhrqLA .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-snX7vhrqLA ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-snX7vhrqLA .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-snX7vhrqLA button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-snX7vhrqLA button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-snX7vhrqLA button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-snX7vhrqLA button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-snX7vhrqLA button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-snX7vhrqLA button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-snX7vhrqLA nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-snX7vhrqLA nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-snX7vhrqLA nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-snX7vhrqLA nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-snX7vhrqLA .navbar-dropdown {
  padding: .5rem 1rem;
}
.cid-snX7vhrqLA a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-snX7vhrqLA .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  min-width: 160px;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-snX7vhrqLA .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-snX7vhrqLA .navbar {
    height: 77px;
  }
  .cid-snX7vhrqLA .navbar.opened {
    height: auto;
  }
  .cid-snX7vhrqLA .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sVl0rdUmEn {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #5580ff;
}
.cid-sVl0rdUmEn ul {
  padding: 0;
  margin: 0;
}
.cid-sVl0rdUmEn ul li {
  list-style: none;
}
.cid-sVl0rdUmEn ul li h4 {
  margin: 0;
}
.cid-sVl0rdUmEn ul li h4.display-4 {
  line-height: 1.75;
}
.cid-sVl0rdUmEn .item {
  color: #ffffff;
}
.cid-sVl0rdUmEn .col-title {
  color: #ffffff;
}
.cid-sVl0rdUmEn .col-title.display-2 {
  font-size: 2.1rem;
}
.cid-sVl0rdUmEn .col-title1 {
  margin-bottom: 40px;
}
.cid-sVl0rdUmEn .form-group,
.cid-sVl0rdUmEn .mbr-section-btn {
  margin: 0;
  padding: 0;
  display: -webkit-flex;
}
.cid-sVl0rdUmEn .form-control {
  display: inline-block;
  border: none;
  border-radius: 25px;
  width: 100%;
  padding: 0 25px;
  background: rgba(255, 255, 255, 0.07);
  color: #ffffff;
  margin-right: 10px;
  height: 50px;
  line-height: 50px;
}
.cid-sVl0rdUmEn .form-control::-webkit-input-placeholder {
  color: #ffffff;
}
.cid-sVl0rdUmEn .form-control::-moz-placeholder {
  color: #ffffff;
}
.cid-sVl0rdUmEn .form-control:-moz-placeholder {
  color: #ffffff;
}
.cid-sVl0rdUmEn .form-control:-ms-input-placeholder {
  color: #ffffff;
}
.cid-sVl0rdUmEn .col + .mbr-section-btn .btn,
.cid-sVl0rdUmEn .col-auto + .mbr-section-btn .btn {
  margin: 0 !important;
  height: 100%;
  border-radius: 30px !important;
  padding: 14.5px 26px 14.5px !important;
}
.cid-sVl0rdUmEn .col + .mbr-section-btn .btn.display-4,
.cid-sVl0rdUmEn .col-auto + .mbr-section-btn .btn.display-4 {
  font-size: 13px;
}
.cid-sVl0rdUmEn .col + .mbr-section-btn .btn:hover,
.cid-sVl0rdUmEn .col-auto + .mbr-section-btn .btn:hover {
  box-shadow: 0 0 0 5px rgba(132, 138, 189, 0.2);
}
.cid-sVl0rdUmEn .dragArea > *:nth-last-child(2).col,
.cid-sVl0rdUmEn .dragArea > *:nth-last-child(2).col-auto,
.cid-sVl0rdUmEn .col + .mbr-section-btn,
.cid-sVl0rdUmEn .col-auto + .mbr-section-btn {
  padding-left: 0;
  padding-right: 0;
  margin: 0;
}
.cid-sVl0rdUmEn .form1 {
  margin-top: 30px;
}
.cid-sVl0rdUmEn .fill-light-wrapper {
  fill: #f9fafb;
  z-index: 2 !important;
  top: 0;
}
@media (max-width: 768px) {
  .cid-sVl0rdUmEn .md-pb {
    margin-bottom: 30px;
  }
}
