@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i&display=swap);





body {
  font-family: Dosis;
}
.display-1 {
  font-family: 'Open Sans', sans-serif;
  font-size: 2.4rem;
}
.display-1 > .mbr-iconfont {
  font-size: 3.84rem;
}
.display-2 {
  font-family: 'Open Sans', sans-serif;
  font-size: 1.6rem;
}
.display-2 > .mbr-iconfont {
  font-size: 2.56rem;
}
.display-4 {
  font-family: 'Open Sans', sans-serif;
  font-size: 0.8rem;
}
.display-4 > .mbr-iconfont {
  font-size: 1.28rem;
}
.display-5 {
  font-family: 'Open Sans', sans-serif;
  font-size: 1.4rem;
}
.display-5 > .mbr-iconfont {
  font-size: 2.24rem;
}
.display-7 {
  font-family: 'Open Sans', sans-serif;
  font-size: 1rem;
}
.display-7 > .mbr-iconfont {
  font-size: 1.6rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 768px) {
  .display-1 {
    font-size: 1.92rem;
    font-size: calc( 1.49rem + (2.4 - 1.49) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.49rem + (2.4 - 1.49) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.28rem;
    font-size: calc( 1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.64rem;
    font-size: calc( 0.93rem + (0.8 - 0.93) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (0.93rem + (0.8 - 0.93) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.8rem 2rem;
  border-radius: 0px;
}
.btn-sm {
  padding: 0.5rem 1.5rem;
  border-radius: 0px;
}
.btn-md {
  padding: 0.8rem 2rem;
  border-radius: 0px;
}
.btn-lg {
  padding: 0.8rem 2rem;
  border-radius: 0px;
}
.bg-primary {
  background-color: #3e97d1 !important;
}
.bg-success {
  background-color: #36d88a !important;
}
.bg-info {
  background-color: #ff4100 !important;
}
.bg-warning {
  background-color: #c1c1c1 !important;
}
.bg-danger {
  background-color: #444444 !important;
}
.btn-primary,
.btn-primary:active,
.btn-primary.active {
  background-color: #3e97d1 !important;
  border-color: #3e97d1 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus {
  color: #ffffff !important;
  background-color: #256e9d !important;
  border-color: #256e9d !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #256e9d !important;
  border-color: #256e9d !important;
}
.btn-secondary,
.btn-secondary:active,
.btn-secondary.active {
  background-color: #3e97d1 !important;
  border-color: #3e97d1 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus {
  color: #ffffff !important;
  background-color: #256e9d !important;
  border-color: #256e9d !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #256e9d !important;
  border-color: #256e9d !important;
}
.btn-info,
.btn-info:active,
.btn-info.active {
  background-color: #ff4100 !important;
  border-color: #ff4100 !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus {
  color: #ffffff !important;
  background-color: #b32d00 !important;
  border-color: #b32d00 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #b32d00 !important;
  border-color: #b32d00 !important;
}
.btn-success,
.btn-success:active,
.btn-success.active {
  background-color: #36d88a !important;
  border-color: #36d88a !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus {
  color: #ffffff !important;
  background-color: #1fa263 !important;
  border-color: #1fa263 !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #1fa263 !important;
  border-color: #1fa263 !important;
}
.btn-warning,
.btn-warning:active,
.btn-warning.active {
  background-color: #c1c1c1 !important;
  border-color: #c1c1c1 !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus {
  color: #ffffff !important;
  background-color: #9b9b9b !important;
  border-color: #9b9b9b !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #9b9b9b !important;
  border-color: #9b9b9b !important;
}
.btn-danger,
.btn-danger:active,
.btn-danger.active {
  background-color: #444444 !important;
  border-color: #444444 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus {
  color: #ffffff !important;
  background-color: #1e1e1e !important;
  border-color: #1e1e1e !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #1e1e1e !important;
  border-color: #1e1e1e !important;
}
.btn-white {
  color: #333333 !important;
}
.btn-white,
.btn-white:active,
.btn-white.active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-black,
.btn-black:active,
.btn-black.active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-primary-outline,
.btn-primary-outline:active,
.btn-primary-outline.active {
  background: none;
  border-color: #215f88;
  color: #215f88 !important;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus {
  color: #ffffff !important;
  background-color: #3e97d1;
  border-color: #3e97d1;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #3e97d1 !important;
  border-color: #3e97d1 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active,
.btn-secondary-outline.active {
  background: none;
  border-color: #215f88;
  color: #215f88 !important;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus {
  color: #ffffff !important;
  background-color: #3e97d1;
  border-color: #3e97d1;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #3e97d1 !important;
  border-color: #3e97d1 !important;
}
.btn-info-outline,
.btn-info-outline:active,
.btn-info-outline.active {
  background: none;
  border-color: #992700;
  color: #992700 !important;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus {
  color: #ffffff !important;
  background-color: #ff4100;
  border-color: #ff4100;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #ff4100 !important;
  border-color: #ff4100 !important;
}
.btn-success-outline,
.btn-success-outline:active,
.btn-success-outline.active {
  background: none;
  border-color: #1b8d56;
  color: #1b8d56 !important;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus {
  color: #ffffff !important;
  background-color: #36d88a;
  border-color: #36d88a;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #36d88a !important;
  border-color: #36d88a !important;
}
.btn-warning-outline,
.btn-warning-outline:active,
.btn-warning-outline.active {
  background: none;
  border-color: #8e8e8e;
  color: #8e8e8e !important;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus {
  color: #ffffff !important;
  background-color: #c1c1c1;
  border-color: #c1c1c1;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #c1c1c1 !important;
  border-color: #c1c1c1 !important;
}
.btn-danger-outline,
.btn-danger-outline:active,
.btn-danger-outline.active {
  background: none;
  border-color: #111111;
  color: #111111 !important;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus {
  color: #ffffff !important;
  background-color: #444444;
  border-color: #444444;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #444444 !important;
  border-color: #444444 !important;
}
.btn-black-outline,
.btn-black-outline:active,
.btn-black-outline.active {
  background: none;
  border-color: #000000;
  color: #000000 !important;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus {
  color: #ffffff !important;
  background-color: #333333;
  border-color: #333333;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background: none;
  border-color: #ffffff;
  color: #ffffff !important;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #333333 !important;
  background-color: #ffffff;
  border-color: #ffffff;
}
.text-primary {
  color: #3e97d1 !important;
}
.text-secondary {
  color: #3e97d1 !important;
}
.text-success {
  color: #36d88a !important;
}
.text-info {
  color: #ff4100 !important;
}
.text-warning {
  color: #c1c1c1 !important;
}
.text-danger {
  color: #444444 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #215f88 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #215f88 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #1b8d56 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #992700 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #8e8e8e !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #111111 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #b3b3b3 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #ff4100;
}
.alert-warning {
  background-color: #c1c1c1;
}
.alert-danger {
  background-color: #444444;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #3e97d1;
  border-color: #3e97d1;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.btn-form {
  border-radius: 0;
}
.btn-form:hover {
  cursor: pointer;
}
a,
a:hover {
  color: #3e97d1;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #e3f0f8;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #e1f9ed;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffd9cc;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #b7b7b7;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
#scrollToTop a {
  background: #444444;
}
#scrollToTop a i:before {
  background: #ffffff;
}
#scrollToTop a i:after {
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
}
.mbr-arrow {
  background-color: #444444;
  opacity: .5;
  transition: .3s;
}
.mbr-arrow a {
  color: #ffffff;
}
.mbr-arrow:hover {
  opacity: .7;
}
.form-control {
  font-family: 'Open Sans', sans-serif;
  font-size: 1rem;
}
.form-control > .mbr-iconfont {
  font-size: 1.6rem;
}
blockquote {
  border-color: #3e97d1;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
/* Footer */
.mbr-footer-content li::before,
.mbr-footer .mbr-contacts li::before {
  background: #3e97d1;
}
.mbr-footer-content li a:hover,
.mbr-footer .mbr-contacts li a:hover {
  color: #3e97d1;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #3e97d1;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: currentColor;
  border-bottom-color: currentColor;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #3e97d1;
  border-bottom-color: #3e97d1;
}
.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: #3e97d1 !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: #3e97d1 !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%233e97d1' %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;
}
.cid-sac48mEJ4q .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-sac48mEJ4q .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-sac48mEJ4q .navbar .dropdown-item {
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #2b2b2b;
  color: #ffffff !important;
  background: #444444 !important;
}
.cid-sac48mEJ4q .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-sac48mEJ4q .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-sac48mEJ4q .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sac48mEJ4q .navbar .dropdown-menu {
  width: 100%;
  padding: 3px 0 0 0;
  background: transparent !important;
}
.cid-sac48mEJ4q .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #3e97d1;
}
.cid-sac48mEJ4q .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-sac48mEJ4q .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-sac48mEJ4q .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-sac48mEJ4q .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sac48mEJ4q .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sac48mEJ4q .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-sac48mEJ4q .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-sac48mEJ4q .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.667em;
}
.cid-sac48mEJ4q .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sac48mEJ4q .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-sac48mEJ4q .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-sac48mEJ4q .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sac48mEJ4q .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-sac48mEJ4q .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sac48mEJ4q .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sac48mEJ4q .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sac48mEJ4q .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-sac48mEJ4q .navbar .nav-dropdown .link {
    margin: 0.667em 1.667em;
  }
  .cid-sac48mEJ4q .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sac48mEJ4q .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sac48mEJ4q .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
    color: inherit !important;
  }
  .cid-sac48mEJ4q .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-sac48mEJ4q .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-sac48mEJ4q .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-sac48mEJ4q .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-sac48mEJ4q .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sac48mEJ4q .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sac48mEJ4q .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sac48mEJ4q .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sac48mEJ4q .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sac48mEJ4q .dropdown-item.active,
.cid-sac48mEJ4q .dropdown-item:active {
  background-color: transparent;
}
.cid-sac48mEJ4q .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sac48mEJ4q .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sac48mEJ4q .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sac48mEJ4q .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sac48mEJ4q .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-sac48mEJ4q .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sac48mEJ4q ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sac48mEJ4q .navbar-buttons {
  text-align: center;
}
.cid-sac48mEJ4q button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-sac48mEJ4q button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-sac48mEJ4q button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sac48mEJ4q button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sac48mEJ4q button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sac48mEJ4q button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sac48mEJ4q nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sac48mEJ4q nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sac48mEJ4q nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sac48mEJ4q nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sac48mEJ4q .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-sac48mEJ4q a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
  outline: none;
  letter-spacing: 2px;
}
.cid-sac48mEJ4q .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-sac48mEJ4q .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-sac48mEJ4q .nav-dropdown .link {
  margin: 1.667em 1.667em;
}
.cid-sac48mEJ4q .nav-link:hover,
.cid-sac48mEJ4q .dropdown-item:hover {
  color: #0a79eb !important;
}
.cid-sJUNSwFUT4 {
  padding-top: 8rem;
  padding-bottom: 2rem;
  background-color: #f9f9f9;
}
.cid-sJUNSwFUT4 .mbr-section-title {
  border-bottom: 2px solid currentColor;
  padding-bottom: 2rem;
  color: #0a79eb;
}
.cid-sJUNSwFUT4 .row-bg {
  align-items: center;
  background: #efefef;
  padding: 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-sJUNSwFUT4 .row-bg {
    padding: 1rem 0;
    padding-top: 2rem;
    padding-bottom: 0;
  }
}
@media (max-width: 991px) {
  .cid-sJUNSwFUT4 .image-wrapper {
    padding: 1rem;
  }
}
.cid-sJUNSwFUT4 img {
  border-radius: 1rem;
  transition: all 0.3s;
}
.cid-sJUNSwFUT4 img:hover {
  box-shadow: 0 50px 50px -25px rgba(0, 0, 0, 0.3);
  transform: rotate(-2deg) scale(1.03);
}
.cid-sJVy5eyQiF {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sJVy5eyQiF .mbr-section-title {
  color: #000000;
  text-align: center;
  margin-bottom: 0;
}
.cid-sJVy5eyQiF .mbr-section-subtitle {
  color: #0a79eb;
  text-align: center;
  padding-bottom: 18px;
  margin-bottom: 0;
  font-weight: 600;
}
.cid-sJVy5eyQiF .row {
  align-items: center;
  height: 100%;
}
.cid-sJVwPBLcft {
  padding-top: 15px;
  padding-bottom: 0px;
  background: #ffffff;
}
.cid-sJVwPBLcft .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #3e97d1;
  background-color: rgba(60, 113, 211, 0.15);
  margin-bottom: 26px;
}
.cid-sJVwPBLcft .badge.display-4 {
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.5px;
}
.cid-sJVwPBLcft .mbr-section-subtitle {
  color: #999999;
}
.cid-sJVwPBLcft img {
  width: 120px;
  margin: auto;
}
.cid-sJVwPBLcft .card {
  transition: all 200ms ease-in-out;
  height: fit-content;
  padding: 1rem 0;
  opacity: 0.8;
  margin-bottom: 1rem;
}
.cid-sJVwPBLcft .card:hover {
  opacity: 1;
}
@media (min-width: 992px) {
  .cid-sJVwPBLcft .card {
    max-width: 14.28%;
  }
}
.cid-sJVzZAIPEb {
  padding-top: 0px;
  padding-bottom: 15px;
  background: #ffffff;
}
.cid-sJVzZAIPEb .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #3e97d1;
  background-color: rgba(60, 113, 211, 0.15);
  margin-bottom: 26px;
}
.cid-sJVzZAIPEb .badge.display-4 {
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.5px;
}
.cid-sJVzZAIPEb .mbr-section-subtitle {
  color: #999999;
}
.cid-sJVzZAIPEb img {
  width: 120px;
  margin: auto;
}
.cid-sJVzZAIPEb .card {
  transition: all 200ms ease-in-out;
  height: fit-content;
  padding: 1rem 0;
  opacity: 0.8;
  margin-bottom: 1rem;
}
.cid-sJVzZAIPEb .card:hover {
  opacity: 1;
}
@media (min-width: 992px) {
  .cid-sJVzZAIPEb .card {
    max-width: 14.28%;
  }
}
.cid-sJVrpDL9Sm {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #efefef;
}
.cid-sJVrpDL9Sm .mbr-section-title {
  color: #0a79eb;
}
.cid-sJVrpDL9Sm .mbr-section-subtitle {
  color: #707070;
}
.cid-sJVrpDL9Sm .mbr-text,
.cid-sJVrpDL9Sm .link {
  color: #707070;
}
.cid-sJVrpDL9Sm .card-subtitle {
  color: #0a79eb;
}
.cid-sJVrpDL9Sm .card-wrapper,
.cid-sJVrpDL9Sm .item-wrapper {
  overflow: visible;
}
.cid-sJVrpDL9Sm .card-wrapper {
  margin-bottom: 5rem;
}
.cid-sjUm1bdiNC {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-sjUm1bdiNC .mbr-text {
  text-align: left;
}
.cid-sjUm1bdiNC .mbr-title {
  text-align: center;
  color: #0a79eb;
}
.cid-sjUn9RWyte {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #efefef;
}
.cid-sjUn9RWyte .mbr-text {
  text-align: center;
  color: #0a79eb;
}
.cid-s8G5NIdXGc {
  background: #ffffff;
}
.cid-s8G5NIdXGc .image-block {
  margin: auto;
  width: 100% !important;
}
@media (max-width: 768px) {
  .cid-s8G5NIdXGc .image-block {
    width: 100% !important;
  }
}
.cid-ruv3jbpM4n {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-ruv3jbpM4n .subicon-title {
  color: #000000;
  text-align: center;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-ruv3jbpM4n .subicon-text {
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-ruv3jbpM4n .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-ruv3jbpM4n .underline .line {
  width: 3rem;
  height: 2px;
  background: #444444;
  display: inline-block;
}
.cid-ruv3jbpM4n .process-icon,
.cid-ruv3jbpM4n .process-icon-without-before {
  width: 100%;
  padding-bottom: 2rem;
}
.cid-ruv3jbpM4n .wrapper,
.cid-ruv3jbpM4n .wrapper-without-before {
  position: relative;
  margin-bottom: 2rem;
}
.cid-ruv3jbpM4n .wrapper::before {
  content: '\e966';
  font-family: MobiriseIcons !important;
  position: absolute;
  font-size: 30px;
  left: -15px;
  top: 30%;
  color: #444444;
  opacity: .4;
}
.cid-ruv3jbpM4n .icon-container {
  display: inline-flex;
  position: relative;
}
.cid-ruv3jbpM4n .icon-container a {
  display: inherit;
}
.cid-ruv3jbpM4n .icon-number {
  text-align: center;
  height: 2.5em;
  width: 2.5em;
  margin: 0;
  line-height: 2.5em;
  top: 0;
  right: 0;
  position: absolute;
  display: inline-block;
  background-color: #0a79eb !important;
  transition: all 0.3s ease-in-out 0s;
  border-radius: 50%;
  color: #ffffff;
  z-index: 1;
}
.cid-ruv3jbpM4n .icon-main {
  margin: 1rem 0;
  display: flex;
  align-items: center;
  text-align: center;
  padding: 0;
  transition: all 0.3s ease-in-out 0s;
}
.cid-ruv3jbpM4n .icon-main:hover .icon-wrapper {
  background-color: #0a79eb !important;
}
.cid-ruv3jbpM4n .icon-main:hover .icon-number {
  background-color: #444444 !important;
  color: #ffffff !important;
}
.cid-ruv3jbpM4n .icon-wrapper {
  position: relative;
  z-index: 1;
  padding: 0.9em;
  height: 100%;
  margin: 0 auto;
  transition: all 0.3s ease-in-out 0s;
  border-radius: 50%;
  font-size: 50px;
  color: #ffffff;
}
.cid-ruv3jbpM4n .main-wrapper {
  padding: 3rem 0 0 0;
}
@media (max-width: 767px) {
  .cid-ruv3jbpM4n .wrapper::before {
    display: none;
  }
}
@media (max-width: 991px) {
  .cid-ruv3jbpM4n .third-elem .wrapper:before {
    display: none;
  }
}
.cid-ruv3jbpM4n .mbr-section-title {
  margin: 0;
}
.cid-ruv3jbpM4n .mbr-section-subtitle {
  color: #232323;
  text-align: center;
}
.cid-ruv3jbpM4n .mbr-section-title,
.cid-ruv3jbpM4n .underline {
  color: #0a79eb;
}
.cid-ruuucxeb5f {
  padding-top: 45px;
  padding-bottom: 90px;
  background-color: #efefef;
}
.cid-ruuucxeb5f .mbr-section-heading {
  margin-bottom: 1.5em;
}
.cid-ruuucxeb5f .input-main {
  width: 99.6%;
  margin-left: .1em;
}
.cid-ruuucxeb5f .form-1 {
  margin: 0 1em;
  padding: 0;
}
.cid-ruuucxeb5f .input-wrap {
  padding: 0;
  margin-bottom: 1.3em;
}
.cid-ruuucxeb5f .input-wrap input {
  border: 1px solid #ddd;
  padding-left: .5em;
  height: 2.5em;
  width: 96%;
}
.cid-ruuucxeb5f .form-group textarea {
  height: 15em;
  background-color: white;
  padding: 0.5em 0.6em;
  width: 98%;
}
.cid-sJVTdx36EP {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #232323;
}
.cid-sJVTdx36EP a:link {
  text-decoration: none;
}
.cid-sJVTdx36EP .icon-transition span {
  color: #ffffff;
  display: block;
  height: 3em;
  line-height: 3em;
  border-radius: 50%;
  border: 2px solid #ffffff;
  width: 3em;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-sJVTdx36EP .icon-transition span:hover {
  background-color: #0a79eb;
}
.cid-sJVTdx36EP .inner-text {
  line-height: 3em;
}
.cid-sJVTdx36EP .social-media {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sJVTdx36EP .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-sJVTdx36EP .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-sJVTdx36EP .content-text,
.cid-sJVTdx36EP .inner-text {
  color: #c1c1c1;
  text-align: right;
}
.cid-sac44eHebI .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-sac44eHebI .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-sac44eHebI .navbar .dropdown-item {
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #2b2b2b;
  color: #ffffff !important;
  background: #444444 !important;
}
.cid-sac44eHebI .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-sac44eHebI .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-sac44eHebI .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sac44eHebI .navbar .dropdown-menu {
  width: 100%;
  padding: 3px 0 0 0;
  background: transparent !important;
}
.cid-sac44eHebI .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #3e97d1;
}
.cid-sac44eHebI .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-sac44eHebI .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-sac44eHebI .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-sac44eHebI .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sac44eHebI .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sac44eHebI .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-sac44eHebI .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-sac44eHebI .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.667em;
}
.cid-sac44eHebI .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sac44eHebI .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-sac44eHebI .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-sac44eHebI .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sac44eHebI .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-sac44eHebI .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sac44eHebI .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sac44eHebI .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sac44eHebI .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-sac44eHebI .navbar .nav-dropdown .link {
    margin: 0.667em 1.667em;
  }
  .cid-sac44eHebI .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sac44eHebI .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sac44eHebI .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
    color: inherit !important;
  }
  .cid-sac44eHebI .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-sac44eHebI .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-sac44eHebI .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-sac44eHebI .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-sac44eHebI .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sac44eHebI .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sac44eHebI .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sac44eHebI .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sac44eHebI .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sac44eHebI .dropdown-item.active,
.cid-sac44eHebI .dropdown-item:active {
  background-color: transparent;
}
.cid-sac44eHebI .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sac44eHebI .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sac44eHebI .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sac44eHebI .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sac44eHebI .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-sac44eHebI .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sac44eHebI ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sac44eHebI .navbar-buttons {
  text-align: center;
}
.cid-sac44eHebI button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-sac44eHebI button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-sac44eHebI button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sac44eHebI button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sac44eHebI button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sac44eHebI button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sac44eHebI nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sac44eHebI nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sac44eHebI nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sac44eHebI nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sac44eHebI .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-sac44eHebI a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
  outline: none;
  letter-spacing: 2px;
}
.cid-sac44eHebI .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-sac44eHebI .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-sac44eHebI .nav-dropdown .link {
  margin: 1.667em 1.667em;
}
.cid-sac44eHebI .nav-link:hover,
.cid-sac44eHebI .dropdown-item:hover {
  color: #0a79eb !important;
}
.cid-sabADC65qX {
  background: #ffffff;
}
.cid-sabADC65qX .image-block {
  margin: auto;
  width: 100% !important;
}
@media (max-width: 768px) {
  .cid-sabADC65qX .image-block {
    width: 100% !important;
  }
}
.cid-saEfHQ44VU {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-saEfHQ44VU .mbr-text {
  text-align: center;
}
.cid-saEfHQ44VU .mbr-title {
  text-align: center;
  color: #3e97d1;
}
.cid-scwZU7u92T {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-scwZU7u92T .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-scwZU7u92T .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-scwZU7u92T .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-scwZU7u92T .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-scwZU7u92T .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-scwZU7u92T .mbr-gallery-item > div:hover::before {
  opacity: 0.5 !important;
}
.cid-scwZU7u92T .mbr-gallery-filter-all > a {
  padding: 30px;
  color: #444444 !important;
}
.cid-scwZU7u92T .mbr-gallery-filter {
  padding-top: 0;
  padding-bottom: 2rem;
}
.cid-scwZU7u92T .mbr-gallery-filter .btn {
  text-transform: uppercase;
  color: #444444 !important;
  font-weight: 400;
  letter-spacing: 0.1em;
  margin: 0px !important;
  border: none;
  padding: 12px 15px 12px 15px;
}
.cid-scwZU7u92T .mbr-gallery-filter .btn:hover {
  background: transparent;
  color: #ffbc00 !important;
}
.cid-scwZU7u92T .mbr-gallery-filter ul {
  display: block;
}
.cid-scwZU7u92T .mbr-gallery-filter ul li {
  position: relative;
}
.cid-scwZU7u92T .mbr-gallery-filter li.active .btn {
  color: #ffbc00 !important;
  background: transparent;
}
.cid-scwZU7u92T .mbr-gallery-filter li::after {
  bottom: 0.5rem;
  content: "";
  height: 4px;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%) scale(0);
  transform: translateX(-50%) scale(0);
  width: 4px;
  transition: all 0.3s ease-in-out;
  background: #ffbc00 !important;
}
.cid-scwZU7u92T .mbr-gallery-filter li.active::after,
.cid-scwZU7u92T .mbr-gallery-filter li:hover::after {
  -webkit-transform: translateX(-50%) scale(1);
  transform: translateX(-50%) scale(1);
  background: #ffbc00 !important;
}
.cid-scwZU7u92T .mbr-gallery-title {
  transition: all.3s;
  position: absolute;
  visibility: hidden;
  display: block;
  opacity: 0;
  width: 100%;
  top: -2rem;
  right: 0;
  text-align: right;
  padding: 1rem;
  color: #fff;
  background: transparent;
}
.cid-scwZU7u92T .mbr-gallery-item > div:hover .mbr-gallery-title {
  top: 0;
  right: 0;
  display: block;
  visibility: visible;
  opacity: 1;
}
.cid-scwZU7u92T .mbr-gallery-item > div:hover .icon-focus {
  top: calc(50% - 24px);
}
.cid-scwZU7u92T .icon-focus:before {
  content: '\e95e';
}
.cid-scwZU7u92T .icon-focus {
  transition: all .3s;
  font-size: 2rem !important;
  top: 50%;
  left: calc(50% - 24px);
  width: 48px;
  padding: 0 8px;
  border-radius: 50%;
  color: #444444 !important;
  background-color: #ffffff;
}
.cid-scwZU7u92T .mbr-section-title {
  margin: 0;
}
.cid-scwZU7u92T .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-scwZU7u92T .underline .line {
  width: 3rem;
  height: 2px;
  background: #232323;
  display: inline-block;
}
.cid-saE50gNfBS {
  padding-top: 120px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-saE50gNfBS .card-title {
  letter-spacing: 0.03em;
  color: #232323;
  margin: 0;
  padding: 0;
  padding-bottom: 1.5rem;
}
.cid-saE50gNfBS .card {
  margin-bottom: 2rem;
}
.cid-saE50gNfBS .card-box {
  word-break: break-word;
  padding-top: 2rem;
}
.cid-saE50gNfBS .card-box p {
  color: #444;
  letter-spacing: 0.03em;
  margin: 0;
  padding-bottom: 1.5rem;
}
.cid-saE50gNfBS .btn {
  margin: .3rem;
}
.cid-saE50gNfBS .mbr-section-title {
  margin: 0;
}
.cid-saE50gNfBS .card-underline,
.cid-saE50gNfBS .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-saE50gNfBS .card-underline .line,
.cid-saE50gNfBS .underline .line {
  width: 3rem;
  height: 2px;
  background: #444444;
  display: inline-block;
}
.cid-saE50gNfBS .card-underline {
  margin-bottom: 1.5rem;
  margin-top: 0 !important;
}
.cid-saE50gNfBS .card-underline .line {
  background: #3e97d1;
}
@media (max-width: 767px) {
  .cid-saE50gNfBS .row.blog-block {
    padding: 0 1rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-saE50gNfBS .row-content {
    min-width: 100%;
  }
  .cid-saE50gNfBS .card {
    display: block;
  }
}
.cid-saE50gNfBS .mbr-section-title,
.cid-saE50gNfBS .underline {
  color: #3e97d1;
}
.cid-saE50gNfBS .card-box > p,
.cid-saE50gNfBS .mbr-section-btn {
  text-align: center;
}
.cid-saE51c7qLD {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-saE51c7qLD .card-title {
  letter-spacing: 0.03em;
  color: #232323;
  margin: 0;
  padding: 0;
  padding-bottom: 1.5rem;
}
.cid-saE51c7qLD .card {
  margin-bottom: 2rem;
}
.cid-saE51c7qLD .card-box {
  word-break: break-word;
  padding-top: 2rem;
}
.cid-saE51c7qLD .card-box p {
  color: #444;
  letter-spacing: 0.03em;
  margin: 0;
  padding-bottom: 1.5rem;
}
.cid-saE51c7qLD .btn {
  margin: .3rem;
}
.cid-saE51c7qLD .mbr-section-title {
  margin: 0;
}
.cid-saE51c7qLD .card-underline,
.cid-saE51c7qLD .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-saE51c7qLD .card-underline .line,
.cid-saE51c7qLD .underline .line {
  width: 3rem;
  height: 2px;
  background: #444444;
  display: inline-block;
}
.cid-saE51c7qLD .card-underline {
  margin-bottom: 1.5rem;
  margin-top: 0 !important;
}
.cid-saE51c7qLD .card-underline .line {
  background: #3e97d1;
}
@media (max-width: 767px) {
  .cid-saE51c7qLD .row.blog-block {
    padding: 0 1rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-saE51c7qLD .row-content {
    min-width: 100%;
  }
  .cid-saE51c7qLD .card {
    display: block;
  }
}
.cid-saE51Vh2nQ {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-saE51Vh2nQ .card-title {
  letter-spacing: 0.03em;
  color: #232323;
  margin: 0;
  padding: 0;
  padding-bottom: 1.5rem;
}
.cid-saE51Vh2nQ .card {
  margin-bottom: 2rem;
}
.cid-saE51Vh2nQ .card-box {
  word-break: break-word;
  padding-top: 2rem;
}
.cid-saE51Vh2nQ .card-box p {
  color: #444;
  letter-spacing: 0.03em;
  margin: 0;
  padding-bottom: 1.5rem;
}
.cid-saE51Vh2nQ .btn {
  margin: .3rem;
}
.cid-saE51Vh2nQ .mbr-section-title {
  margin: 0;
}
.cid-saE51Vh2nQ .card-underline,
.cid-saE51Vh2nQ .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-saE51Vh2nQ .card-underline .line,
.cid-saE51Vh2nQ .underline .line {
  width: 3rem;
  height: 2px;
  background: #444444;
  display: inline-block;
}
.cid-saE51Vh2nQ .card-underline {
  margin-bottom: 1.5rem;
  margin-top: 0 !important;
}
.cid-saE51Vh2nQ .card-underline .line {
  background: #3e97d1;
}
@media (max-width: 767px) {
  .cid-saE51Vh2nQ .row.blog-block {
    padding: 0 1rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-saE51Vh2nQ .row-content {
    min-width: 100%;
  }
  .cid-saE51Vh2nQ .card {
    display: block;
  }
}
.cid-saE6mWs5om {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-saE6mWs5om .card-title {
  letter-spacing: 0.03em;
  color: #232323;
  margin: 0;
  padding: 0;
  padding-bottom: 1.5rem;
}
.cid-saE6mWs5om .card {
  margin-bottom: 2rem;
}
.cid-saE6mWs5om .card-box {
  word-break: break-word;
  padding-top: 2rem;
}
.cid-saE6mWs5om .card-box p {
  color: #444;
  letter-spacing: 0.03em;
  margin: 0;
  padding-bottom: 1.5rem;
}
.cid-saE6mWs5om .btn {
  margin: .3rem;
}
.cid-saE6mWs5om .mbr-section-title {
  margin: 0;
}
.cid-saE6mWs5om .card-underline,
.cid-saE6mWs5om .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-saE6mWs5om .card-underline .line,
.cid-saE6mWs5om .underline .line {
  width: 3rem;
  height: 2px;
  background: #444444;
  display: inline-block;
}
.cid-saE6mWs5om .card-underline {
  margin-bottom: 1.5rem;
  margin-top: 0 !important;
}
.cid-saE6mWs5om .card-underline .line {
  background: #3e97d1;
}
@media (max-width: 767px) {
  .cid-saE6mWs5om .row.blog-block {
    padding: 0 1rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-saE6mWs5om .row-content {
    min-width: 100%;
  }
  .cid-saE6mWs5om .card {
    display: block;
  }
}
.cid-sabBfKo5zH {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-sabBfKo5zH .mbr-section-heading {
  margin-bottom: 1.5em;
}
.cid-sabBfKo5zH .input-main {
  width: 99.6%;
  margin-left: .1em;
}
.cid-sabBfKo5zH .form-1 {
  margin: 0 1em;
  padding: 0;
}
.cid-sabBfKo5zH .input-wrap {
  padding: 0;
  margin-bottom: 1.3em;
}
.cid-sabBfKo5zH .input-wrap input {
  border: 1px solid #ddd;
  padding-left: .5em;
  height: 2.5em;
  width: 96%;
}
.cid-sabBfKo5zH .form-group textarea {
  height: 15em;
  background-color: white;
  padding: 0.5em 0.6em;
  width: 98%;
}
.cid-sabBgrj9KT {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #efefef;
}
.cid-sabBgrj9KT .subicon-title {
  color: #000000;
  text-align: center;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-sabBgrj9KT .subicon-text {
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-sabBgrj9KT .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-sabBgrj9KT .underline .line {
  width: 3rem;
  height: 2px;
  background: #444444;
  display: inline-block;
}
.cid-sabBgrj9KT .process-icon,
.cid-sabBgrj9KT .process-icon-without-before {
  width: 100%;
  padding-bottom: 2rem;
}
.cid-sabBgrj9KT .wrapper,
.cid-sabBgrj9KT .wrapper-without-before {
  position: relative;
  margin-bottom: 2rem;
}
.cid-sabBgrj9KT .wrapper::before {
  content: '\e966';
  font-family: MobiriseIcons !important;
  position: absolute;
  font-size: 30px;
  left: -15px;
  top: 30%;
  color: #444444;
  opacity: .4;
}
.cid-sabBgrj9KT .icon-container {
  display: inline-flex;
  position: relative;
}
.cid-sabBgrj9KT .icon-container a {
  display: inherit;
}
.cid-sabBgrj9KT .icon-number {
  text-align: center;
  height: 2.5em;
  width: 2.5em;
  margin: 0;
  line-height: 2.5em;
  top: 0;
  right: 0;
  position: absolute;
  display: inline-block;
  background-color: #0a79eb !important;
  transition: all 0.3s ease-in-out 0s;
  border-radius: 50%;
  color: #ffffff;
  z-index: 1;
}
.cid-sabBgrj9KT .icon-main {
  margin: 1rem 0;
  display: flex;
  align-items: center;
  text-align: center;
  padding: 0;
  transition: all 0.3s ease-in-out 0s;
}
.cid-sabBgrj9KT .icon-main:hover .icon-wrapper {
  background-color: #0a79eb !important;
}
.cid-sabBgrj9KT .icon-main:hover .icon-number {
  background-color: #444444 !important;
  color: #ffffff !important;
}
.cid-sabBgrj9KT .icon-wrapper {
  position: relative;
  z-index: 1;
  padding: 0.9em;
  height: 100%;
  margin: 0 auto;
  transition: all 0.3s ease-in-out 0s;
  border-radius: 50%;
  font-size: 50px;
  color: #ffffff;
}
.cid-sabBgrj9KT .main-wrapper {
  padding: 3rem 0 0 0;
}
@media (max-width: 767px) {
  .cid-sabBgrj9KT .wrapper::before {
    display: none;
  }
}
@media (max-width: 991px) {
  .cid-sabBgrj9KT .third-elem .wrapper:before {
    display: none;
  }
}
.cid-sabBgrj9KT .mbr-section-title {
  margin: 0;
}
.cid-sabBgrj9KT .mbr-section-subtitle {
  color: #232323;
  text-align: center;
}
.cid-scwYQ6c8JC .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-scwYQ6c8JC .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-scwYQ6c8JC .navbar .dropdown-item {
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #2b2b2b;
  color: #ffffff !important;
  background: #444444 !important;
}
.cid-scwYQ6c8JC .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-scwYQ6c8JC .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-scwYQ6c8JC .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-scwYQ6c8JC .navbar .dropdown-menu {
  width: 100%;
  padding: 3px 0 0 0;
  background: transparent !important;
}
.cid-scwYQ6c8JC .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #3e97d1;
}
.cid-scwYQ6c8JC .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-scwYQ6c8JC .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-scwYQ6c8JC .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-scwYQ6c8JC .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-scwYQ6c8JC .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-scwYQ6c8JC .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-scwYQ6c8JC .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-scwYQ6c8JC .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.667em;
}
.cid-scwYQ6c8JC .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-scwYQ6c8JC .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-scwYQ6c8JC .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-scwYQ6c8JC .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-scwYQ6c8JC .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-scwYQ6c8JC .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-scwYQ6c8JC .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-scwYQ6c8JC .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-scwYQ6c8JC .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-scwYQ6c8JC .navbar .nav-dropdown .link {
    margin: 0.667em 1.667em;
  }
  .cid-scwYQ6c8JC .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-scwYQ6c8JC .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-scwYQ6c8JC .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
    color: inherit !important;
  }
  .cid-scwYQ6c8JC .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-scwYQ6c8JC .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-scwYQ6c8JC .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-scwYQ6c8JC .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-scwYQ6c8JC .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-scwYQ6c8JC .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-scwYQ6c8JC .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-scwYQ6c8JC .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-scwYQ6c8JC .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-scwYQ6c8JC .dropdown-item.active,
.cid-scwYQ6c8JC .dropdown-item:active {
  background-color: transparent;
}
.cid-scwYQ6c8JC .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-scwYQ6c8JC .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-scwYQ6c8JC .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-scwYQ6c8JC .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-scwYQ6c8JC .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-scwYQ6c8JC .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-scwYQ6c8JC ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-scwYQ6c8JC .navbar-buttons {
  text-align: center;
}
.cid-scwYQ6c8JC button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-scwYQ6c8JC button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-scwYQ6c8JC button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-scwYQ6c8JC button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-scwYQ6c8JC button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-scwYQ6c8JC button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-scwYQ6c8JC nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-scwYQ6c8JC nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-scwYQ6c8JC nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-scwYQ6c8JC nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-scwYQ6c8JC .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-scwYQ6c8JC a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
  outline: none;
  letter-spacing: 2px;
}
.cid-scwYQ6c8JC .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-scwYQ6c8JC .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-scwYQ6c8JC .nav-dropdown .link {
  margin: 1.667em 1.667em;
}
.cid-scwYQ6c8JC .nav-link:hover,
.cid-scwYQ6c8JC .dropdown-item:hover {
  color: #0a79eb !important;
}
.cid-scwYQ7gEj6 {
  background: #ffffff;
}
.cid-scwYQ7gEj6 .image-block {
  margin: auto;
  width: 100% !important;
}
@media (max-width: 768px) {
  .cid-scwYQ7gEj6 .image-block {
    width: 100% !important;
  }
}
.cid-scwYQ7R5bL {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-scwYQ7R5bL .mbr-text {
  text-align: center;
}
.cid-scwYQ7R5bL .mbr-title {
  text-align: center;
  color: #3e97d1;
}
.cid-scwYQ8yTfP {
  padding-top: 15px;
  padding-bottom: 120px;
  background-color: #ffffff;
}
.cid-scwYQ953tN {
  padding-top: 120px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-scwYQ953tN .card-title {
  letter-spacing: 0.03em;
  color: #232323;
  margin: 0;
  padding: 0;
  padding-bottom: 1.5rem;
}
.cid-scwYQ953tN .card {
  margin-bottom: 2rem;
}
.cid-scwYQ953tN .card-box {
  word-break: break-word;
  padding-top: 2rem;
}
.cid-scwYQ953tN .card-box p {
  color: #444;
  letter-spacing: 0.03em;
  margin: 0;
  padding-bottom: 1.5rem;
}
.cid-scwYQ953tN .btn {
  margin: .3rem;
}
.cid-scwYQ953tN .mbr-section-title {
  margin: 0;
}
.cid-scwYQ953tN .card-underline,
.cid-scwYQ953tN .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-scwYQ953tN .card-underline .line,
.cid-scwYQ953tN .underline .line {
  width: 3rem;
  height: 2px;
  background: #444444;
  display: inline-block;
}
.cid-scwYQ953tN .card-underline {
  margin-bottom: 1.5rem;
  margin-top: 0 !important;
}
.cid-scwYQ953tN .card-underline .line {
  background: #3e97d1;
}
@media (max-width: 767px) {
  .cid-scwYQ953tN .row.blog-block {
    padding: 0 1rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-scwYQ953tN .row-content {
    min-width: 100%;
  }
  .cid-scwYQ953tN .card {
    display: block;
  }
}
.cid-scwYQ953tN .mbr-section-title,
.cid-scwYQ953tN .underline {
  color: #3e97d1;
}
.cid-scwYQ953tN .card-box > p,
.cid-scwYQ953tN .mbr-section-btn {
  text-align: center;
}
.cid-scwYQblwmY {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-scwYQblwmY .card-title {
  letter-spacing: 0.03em;
  color: #232323;
  margin: 0;
  padding: 0;
  padding-bottom: 1.5rem;
}
.cid-scwYQblwmY .card {
  margin-bottom: 2rem;
}
.cid-scwYQblwmY .card-box {
  word-break: break-word;
  padding-top: 2rem;
}
.cid-scwYQblwmY .card-box p {
  color: #444;
  letter-spacing: 0.03em;
  margin: 0;
  padding-bottom: 1.5rem;
}
.cid-scwYQblwmY .btn {
  margin: .3rem;
}
.cid-scwYQblwmY .mbr-section-title {
  margin: 0;
}
.cid-scwYQblwmY .card-underline,
.cid-scwYQblwmY .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-scwYQblwmY .card-underline .line,
.cid-scwYQblwmY .underline .line {
  width: 3rem;
  height: 2px;
  background: #444444;
  display: inline-block;
}
.cid-scwYQblwmY .card-underline {
  margin-bottom: 1.5rem;
  margin-top: 0 !important;
}
.cid-scwYQblwmY .card-underline .line {
  background: #3e97d1;
}
@media (max-width: 767px) {
  .cid-scwYQblwmY .row.blog-block {
    padding: 0 1rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-scwYQblwmY .row-content {
    min-width: 100%;
  }
  .cid-scwYQblwmY .card {
    display: block;
  }
}
.cid-scwYQdnKis {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-scwYQdnKis .card-title {
  letter-spacing: 0.03em;
  color: #232323;
  margin: 0;
  padding: 0;
  padding-bottom: 1.5rem;
}
.cid-scwYQdnKis .card {
  margin-bottom: 2rem;
}
.cid-scwYQdnKis .card-box {
  word-break: break-word;
  padding-top: 2rem;
}
.cid-scwYQdnKis .card-box p {
  color: #444;
  letter-spacing: 0.03em;
  margin: 0;
  padding-bottom: 1.5rem;
}
.cid-scwYQdnKis .btn {
  margin: .3rem;
}
.cid-scwYQdnKis .mbr-section-title {
  margin: 0;
}
.cid-scwYQdnKis .card-underline,
.cid-scwYQdnKis .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-scwYQdnKis .card-underline .line,
.cid-scwYQdnKis .underline .line {
  width: 3rem;
  height: 2px;
  background: #444444;
  display: inline-block;
}
.cid-scwYQdnKis .card-underline {
  margin-bottom: 1.5rem;
  margin-top: 0 !important;
}
.cid-scwYQdnKis .card-underline .line {
  background: #3e97d1;
}
@media (max-width: 767px) {
  .cid-scwYQdnKis .row.blog-block {
    padding: 0 1rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-scwYQdnKis .row-content {
    min-width: 100%;
  }
  .cid-scwYQdnKis .card {
    display: block;
  }
}
.cid-scwYQfylIc {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-scwYQfylIc .card-title {
  letter-spacing: 0.03em;
  color: #232323;
  margin: 0;
  padding: 0;
  padding-bottom: 1.5rem;
}
.cid-scwYQfylIc .card {
  margin-bottom: 2rem;
}
.cid-scwYQfylIc .card-box {
  word-break: break-word;
  padding-top: 2rem;
}
.cid-scwYQfylIc .card-box p {
  color: #444;
  letter-spacing: 0.03em;
  margin: 0;
  padding-bottom: 1.5rem;
}
.cid-scwYQfylIc .btn {
  margin: .3rem;
}
.cid-scwYQfylIc .mbr-section-title {
  margin: 0;
}
.cid-scwYQfylIc .card-underline,
.cid-scwYQfylIc .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-scwYQfylIc .card-underline .line,
.cid-scwYQfylIc .underline .line {
  width: 3rem;
  height: 2px;
  background: #444444;
  display: inline-block;
}
.cid-scwYQfylIc .card-underline {
  margin-bottom: 1.5rem;
  margin-top: 0 !important;
}
.cid-scwYQfylIc .card-underline .line {
  background: #3e97d1;
}
@media (max-width: 767px) {
  .cid-scwYQfylIc .row.blog-block {
    padding: 0 1rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-scwYQfylIc .row-content {
    min-width: 100%;
  }
  .cid-scwYQfylIc .card {
    display: block;
  }
}
.cid-scwYQhne2A {
  padding-top: 120px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-scwYQhne2A .mbr-title {
  color: #0a67a3;
}
#custom-html-16 {
  /* Type valid CSS here */
}
#custom-html-16 div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-16 p {
  font-size: 60px;
  color: #777;
}
.cid-scwYQj4PbJ {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-scwYQj4PbJ .mbr-section-heading {
  margin-bottom: 1.5em;
}
.cid-scwYQj4PbJ .input-main {
  width: 99.6%;
  margin-left: .1em;
}
.cid-scwYQj4PbJ .form-1 {
  margin: 0 1em;
  padding: 0;
}
.cid-scwYQj4PbJ .input-wrap {
  padding: 0;
  margin-bottom: 1.3em;
}
.cid-scwYQj4PbJ .input-wrap input {
  border: 1px solid #ddd;
  padding-left: .5em;
  height: 2.5em;
  width: 96%;
}
.cid-scwYQj4PbJ .form-group textarea {
  height: 15em;
  background-color: white;
  padding: 0.5em 0.6em;
  width: 98%;
}
.cid-scwYQkgUl0 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #efefef;
}
.cid-scwYQkgUl0 .subicon-title {
  color: #000000;
  text-align: center;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-scwYQkgUl0 .subicon-text {
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-scwYQkgUl0 .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-scwYQkgUl0 .underline .line {
  width: 3rem;
  height: 2px;
  background: #444444;
  display: inline-block;
}
.cid-scwYQkgUl0 .process-icon,
.cid-scwYQkgUl0 .process-icon-without-before {
  width: 100%;
  padding-bottom: 2rem;
}
.cid-scwYQkgUl0 .wrapper,
.cid-scwYQkgUl0 .wrapper-without-before {
  position: relative;
  margin-bottom: 2rem;
}
.cid-scwYQkgUl0 .wrapper::before {
  content: '\e966';
  font-family: MobiriseIcons !important;
  position: absolute;
  font-size: 30px;
  left: -15px;
  top: 30%;
  color: #444444;
  opacity: .4;
}
.cid-scwYQkgUl0 .icon-container {
  display: inline-flex;
  position: relative;
}
.cid-scwYQkgUl0 .icon-container a {
  display: inherit;
}
.cid-scwYQkgUl0 .icon-number {
  text-align: center;
  height: 2.5em;
  width: 2.5em;
  margin: 0;
  line-height: 2.5em;
  top: 0;
  right: 0;
  position: absolute;
  display: inline-block;
  background-color: #0a79eb !important;
  transition: all 0.3s ease-in-out 0s;
  border-radius: 50%;
  color: #ffffff;
  z-index: 1;
}
.cid-scwYQkgUl0 .icon-main {
  margin: 1rem 0;
  display: flex;
  align-items: center;
  text-align: center;
  padding: 0;
  transition: all 0.3s ease-in-out 0s;
}
.cid-scwYQkgUl0 .icon-main:hover .icon-wrapper {
  background-color: #0a79eb !important;
}
.cid-scwYQkgUl0 .icon-main:hover .icon-number {
  background-color: #444444 !important;
  color: #ffffff !important;
}
.cid-scwYQkgUl0 .icon-wrapper {
  position: relative;
  z-index: 1;
  padding: 0.9em;
  height: 100%;
  margin: 0 auto;
  transition: all 0.3s ease-in-out 0s;
  border-radius: 50%;
  font-size: 50px;
  color: #ffffff;
}
.cid-scwYQkgUl0 .main-wrapper {
  padding: 3rem 0 0 0;
}
@media (max-width: 767px) {
  .cid-scwYQkgUl0 .wrapper::before {
    display: none;
  }
}
@media (max-width: 991px) {
  .cid-scwYQkgUl0 .third-elem .wrapper:before {
    display: none;
  }
}
.cid-scwYQkgUl0 .mbr-section-title {
  margin: 0;
}
.cid-scwYQkgUl0 .mbr-section-subtitle {
  color: #232323;
  text-align: center;
}
.cid-sJVJw7Le3A .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-sJVJw7Le3A .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-sJVJw7Le3A .navbar .dropdown-item {
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #2b2b2b;
  color: #ffffff !important;
  background: #444444 !important;
}
.cid-sJVJw7Le3A .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-sJVJw7Le3A .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-sJVJw7Le3A .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sJVJw7Le3A .navbar .dropdown-menu {
  width: 100%;
  padding: 3px 0 0 0;
  background: transparent !important;
}
.cid-sJVJw7Le3A .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #3e97d1;
}
.cid-sJVJw7Le3A .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-sJVJw7Le3A .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-sJVJw7Le3A .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-sJVJw7Le3A .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sJVJw7Le3A .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sJVJw7Le3A .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-sJVJw7Le3A .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-sJVJw7Le3A .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.667em;
}
.cid-sJVJw7Le3A .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sJVJw7Le3A .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-sJVJw7Le3A .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-sJVJw7Le3A .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sJVJw7Le3A .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-sJVJw7Le3A .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sJVJw7Le3A .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sJVJw7Le3A .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sJVJw7Le3A .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-sJVJw7Le3A .navbar .nav-dropdown .link {
    margin: 0.667em 1.667em;
  }
  .cid-sJVJw7Le3A .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sJVJw7Le3A .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sJVJw7Le3A .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
    color: inherit !important;
  }
  .cid-sJVJw7Le3A .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-sJVJw7Le3A .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-sJVJw7Le3A .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-sJVJw7Le3A .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-sJVJw7Le3A .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sJVJw7Le3A .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sJVJw7Le3A .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sJVJw7Le3A .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sJVJw7Le3A .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sJVJw7Le3A .dropdown-item.active,
.cid-sJVJw7Le3A .dropdown-item:active {
  background-color: transparent;
}
.cid-sJVJw7Le3A .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sJVJw7Le3A .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sJVJw7Le3A .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sJVJw7Le3A .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sJVJw7Le3A .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-sJVJw7Le3A .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sJVJw7Le3A ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sJVJw7Le3A .navbar-buttons {
  text-align: center;
}
.cid-sJVJw7Le3A button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-sJVJw7Le3A button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-sJVJw7Le3A button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sJVJw7Le3A button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sJVJw7Le3A button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sJVJw7Le3A button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sJVJw7Le3A nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sJVJw7Le3A nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sJVJw7Le3A nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sJVJw7Le3A nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sJVJw7Le3A .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-sJVJw7Le3A a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
  outline: none;
  letter-spacing: 2px;
}
.cid-sJVJw7Le3A .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-sJVJw7Le3A .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-sJVJw7Le3A .nav-dropdown .link {
  margin: 1.667em 1.667em;
}
.cid-sJVJw7Le3A .nav-link:hover,
.cid-sJVJw7Le3A .dropdown-item:hover {
  color: #0a79eb !important;
}
.cid-sJVJw8io3F {
  padding-top: 8rem;
  padding-bottom: 2rem;
  background-color: #f9f9f9;
}
.cid-sJVJw8io3F .mbr-section-title {
  border-bottom: 2px solid currentColor;
  padding-bottom: 2rem;
  color: #0a79eb;
}
.cid-sJVJw8io3F .row-bg {
  align-items: center;
  background: #efefef;
  padding: 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-sJVJw8io3F .row-bg {
    padding: 1rem 0;
    padding-top: 2rem;
    padding-bottom: 0;
  }
}
@media (max-width: 991px) {
  .cid-sJVJw8io3F .image-wrapper {
    padding: 1rem;
  }
}
.cid-sJVJw8io3F img {
  border-radius: 1rem;
  transition: all 0.3s;
}
.cid-sJVJw8io3F img:hover {
  box-shadow: 0 50px 50px -25px rgba(0, 0, 0, 0.3);
  transform: rotate(-2deg) scale(1.03);
}
.cid-sJVKEPsUKc {
  padding-top: 90px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sJVKEPsUKc .subicon-title {
  color: #000000;
  text-align: center;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-sJVKEPsUKc .subicon-text {
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-sJVKEPsUKc .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-sJVKEPsUKc .underline .line {
  width: 3rem;
  height: 2px;
  background: #444444;
  display: inline-block;
}
.cid-sJVKEPsUKc .process-icon,
.cid-sJVKEPsUKc .process-icon-without-before {
  width: 100%;
  padding-bottom: 2rem;
}
.cid-sJVKEPsUKc .wrapper,
.cid-sJVKEPsUKc .wrapper-without-before {
  position: relative;
  margin-bottom: 2rem;
}
.cid-sJVKEPsUKc .wrapper::before {
  content: '\e966';
  font-family: MobiriseIcons !important;
  position: absolute;
  font-size: 30px;
  left: -15px;
  top: 30%;
  color: #444444;
  opacity: .4;
}
.cid-sJVKEPsUKc .icon-container {
  display: inline-flex;
  position: relative;
}
.cid-sJVKEPsUKc .icon-container a {
  display: inherit;
}
.cid-sJVKEPsUKc .icon-number {
  text-align: center;
  height: 2.5em;
  width: 2.5em;
  margin: 0;
  line-height: 2.5em;
  top: 0;
  right: 0;
  position: absolute;
  display: inline-block;
  background-color: #0a79eb !important;
  transition: all 0.3s ease-in-out 0s;
  border-radius: 50%;
  color: #ffffff;
  z-index: 1;
}
.cid-sJVKEPsUKc .icon-main {
  margin: 1rem 0;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-align: center;
  padding: 0;
  transition: all 0.3s ease-in-out 0s;
}
.cid-sJVKEPsUKc .icon-main:hover .icon-wrapper {
  background-color: #0a79eb !important;
}
.cid-sJVKEPsUKc .icon-main:hover .icon-number {
  background-color: #444444 !important;
  color: #ffffff !important;
}
.cid-sJVKEPsUKc .icon-wrapper {
  position: relative;
  z-index: 1;
  padding: 0.9em;
  height: 100%;
  margin: 0 auto;
  transition: all 0.3s ease-in-out 0s;
  border-radius: 50%;
  font-size: 50px;
  color: #ffffff;
}
.cid-sJVKEPsUKc .main-wrapper {
  padding: 3rem 0 0 0;
}
@media (max-width: 767px) {
  .cid-sJVKEPsUKc .wrapper::before {
    display: none;
  }
}
@media (max-width: 991px) {
  .cid-sJVKEPsUKc .third-elem .wrapper:before {
    display: none;
  }
}
.cid-sJVKEPsUKc .mbr-section-title {
  margin: 0;
}
.cid-sJVKEPsUKc .mbr-section-subtitle {
  color: #232323;
  text-align: center;
}
.cid-sJVKEPsUKc .mbr-section-title,
.cid-sJVKEPsUKc .underline {
  color: #0a79eb;
}
.cid-sNwgul48xR {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-sNwgul48xR .mbr-title {
  color: #0a79eb;
}
.cid-sNwcR8xe6u {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sNwcR8xe6u .mbr-section-title {
  color: #0a79eb;
}
.cid-sNwcR8xe6u .mbr-section-subtitle {
  color: #707070;
}
.cid-sNwcR8xe6u .mbr-text,
.cid-sNwcR8xe6u .link {
  color: #707070;
}
.cid-sNwcR8xe6u .card-subtitle {
  color: #0a79eb;
}
.cid-sNwcR8xe6u .card-wrapper,
.cid-sNwcR8xe6u .item-wrapper {
  overflow: visible;
}
.cid-sNwcR8xe6u .card-wrapper {
  margin-bottom: 5rem;
}
.cid-sJVJwbGgbM {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #efefef;
}
.cid-sJVJwbGgbM .mbr-text {
  text-align: center;
  color: #0a79eb;
}
.cid-sJVJwbWiJH {
  background: #ffffff;
}
.cid-sJVJwbWiJH .image-block {
  margin: auto;
  width: 100% !important;
}
@media (max-width: 768px) {
  .cid-sJVJwbWiJH .image-block {
    width: 100% !important;
  }
}
.cid-sJVJwceXk3 {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-sJVJwceXk3 .subicon-title {
  color: #000000;
  text-align: center;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-sJVJwceXk3 .subicon-text {
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-sJVJwceXk3 .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-sJVJwceXk3 .underline .line {
  width: 3rem;
  height: 2px;
  background: #444444;
  display: inline-block;
}
.cid-sJVJwceXk3 .process-icon,
.cid-sJVJwceXk3 .process-icon-without-before {
  width: 100%;
  padding-bottom: 2rem;
}
.cid-sJVJwceXk3 .wrapper,
.cid-sJVJwceXk3 .wrapper-without-before {
  position: relative;
  margin-bottom: 2rem;
}
.cid-sJVJwceXk3 .wrapper::before {
  content: '\e966';
  font-family: MobiriseIcons !important;
  position: absolute;
  font-size: 30px;
  left: -15px;
  top: 30%;
  color: #444444;
  opacity: .4;
}
.cid-sJVJwceXk3 .icon-container {
  display: inline-flex;
  position: relative;
}
.cid-sJVJwceXk3 .icon-container a {
  display: inherit;
}
.cid-sJVJwceXk3 .icon-number {
  text-align: center;
  height: 2.5em;
  width: 2.5em;
  margin: 0;
  line-height: 2.5em;
  top: 0;
  right: 0;
  position: absolute;
  display: inline-block;
  background-color: #0a79eb !important;
  transition: all 0.3s ease-in-out 0s;
  border-radius: 50%;
  color: #ffffff;
  z-index: 1;
}
.cid-sJVJwceXk3 .icon-main {
  margin: 1rem 0;
  display: flex;
  align-items: center;
  text-align: center;
  padding: 0;
  transition: all 0.3s ease-in-out 0s;
}
.cid-sJVJwceXk3 .icon-main:hover .icon-wrapper {
  background-color: #0a79eb !important;
}
.cid-sJVJwceXk3 .icon-main:hover .icon-number {
  background-color: #444444 !important;
  color: #ffffff !important;
}
.cid-sJVJwceXk3 .icon-wrapper {
  position: relative;
  z-index: 1;
  padding: 0.9em;
  height: 100%;
  margin: 0 auto;
  transition: all 0.3s ease-in-out 0s;
  border-radius: 50%;
  font-size: 50px;
  color: #ffffff;
}
.cid-sJVJwceXk3 .main-wrapper {
  padding: 3rem 0 0 0;
}
@media (max-width: 767px) {
  .cid-sJVJwceXk3 .wrapper::before {
    display: none;
  }
}
@media (max-width: 991px) {
  .cid-sJVJwceXk3 .third-elem .wrapper:before {
    display: none;
  }
}
.cid-sJVJwceXk3 .mbr-section-title {
  margin: 0;
}
.cid-sJVJwceXk3 .mbr-section-subtitle {
  color: #232323;
  text-align: center;
}
.cid-sJVJwceXk3 .mbr-section-title,
.cid-sJVJwceXk3 .underline {
  color: #0a79eb;
}
.cid-sJVJwcRva4 {
  padding-top: 45px;
  padding-bottom: 90px;
  background-color: #efefef;
}
.cid-sJVJwcRva4 .mbr-section-heading {
  margin-bottom: 1.5em;
}
.cid-sJVJwcRva4 .input-main {
  width: 99.6%;
  margin-left: .1em;
}
.cid-sJVJwcRva4 .form-1 {
  margin: 0 1em;
  padding: 0;
}
.cid-sJVJwcRva4 .input-wrap {
  padding: 0;
  margin-bottom: 1.3em;
}
.cid-sJVJwcRva4 .input-wrap input {
  border: 1px solid #ddd;
  padding-left: .5em;
  height: 2.5em;
  width: 96%;
}
.cid-sJVJwcRva4 .form-group textarea {
  height: 15em;
  background-color: white;
  padding: 0.5em 0.6em;
  width: 98%;
}
.cid-sJVUZ04AJg {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #232323;
}
.cid-sJVUZ04AJg a:link {
  text-decoration: none;
}
.cid-sJVUZ04AJg .icon-transition span {
  color: #ffffff;
  display: block;
  height: 3em;
  line-height: 3em;
  border-radius: 50%;
  border: 2px solid #ffffff;
  width: 3em;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-sJVUZ04AJg .icon-transition span:hover {
  background-color: #0a79eb;
}
.cid-sJVUZ04AJg .inner-text {
  line-height: 3em;
}
.cid-sJVUZ04AJg .social-media {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sJVUZ04AJg .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-sJVUZ04AJg .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-sJVUZ04AJg .content-text,
.cid-sJVUZ04AJg .inner-text {
  color: #c1c1c1;
  text-align: right;
}
.cid-sXNG8z6m29 {
  background-image: url("../../../assets/images/collage01-900x600.jpg");
}
.cid-sXNG8z6m29 .slider-text-two {
  background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
  display: inline-block;
  outline: 1px solid rgba(0, 0, 0, 0.2);
  outline-offset: -15px;
  padding: 65px 50px;
  position: relative;
}
.cid-sXNG8z6m29 .mbr-section-title,
.cid-sXNG8z6m29 .mbr-section-subtitle {
  color: #232323;
}
.cid-sXNG8z6m29 .mbr-section-subtitle span {
  font-weight: bold;
}
.cid-sXNG8z6m29 .mbr-text {
  color: #232323;
  font-weight: 100;
}
.cid-sXNG8z6m29 .mbr-section-btn {
  color: white;
}
@media (max-width: 767px) {
  .cid-sXNG8z6m29 .row {
    margin-left: -15px;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sXNG8z6m29 .slider-text-two {
    outline: 15px solid rgba(255, 255, 255, 0.8);
    border: 1px solid rgba(0, 0, 0, 0.2);
  }
}
.cid-sXNG8z6m29 .mbr-section-title {
  color: #0a79eb;
}
