body {
  font-family: Rubik;
}
.display-1 {
  font-family: 'Martel Sans', sans-serif;
  font-size: 4.25rem;
  font-display: swap;
}
.display-1 > .mbr-iconfont {
  font-size: 6.8rem;
}
.display-2 {
  font-family: 'Martel Sans', sans-serif;
  font-size: 3rem;
  font-display: swap;
}
.display-2 > .mbr-iconfont {
  font-size: 4.8rem;
}
.display-4 {
  font-family: 'Martel Sans', sans-serif;
  font-size: 1rem;
  font-display: swap;
}
.display-4 > .mbr-iconfont {
  font-size: 1.6rem;
}
.display-5 {
  font-family: 'Martel Sans', sans-serif;
  font-size: 1.4rem;
  font-display: swap;
}
.display-5 > .mbr-iconfont {
  font-size: 2.24rem;
}
.display-7 {
  font-family: 'Martel Sans', sans-serif;
  font-size: 1.1rem;
  font-display: swap;
}
.display-7 > .mbr-iconfont {
  font-size: 1.76rem;
}
/* ---- 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: 3.4rem;
    font-size: calc( 2.1374999999999997rem + (4.25 - 2.1374999999999997) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (2.1374999999999997rem + (4.25 - 2.1374999999999997) * ((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.4 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((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: 1rem 3rem;
  border-radius: 5px;
}
.btn-sm {
  padding: 0.6rem 1.5rem;
  border-radius: 5px;
}
.btn-md {
  padding: 1rem 3rem;
  border-radius: 5px;
}
.btn-lg {
  padding: 1.2rem 3.2rem;
  border-radius: 5px;
}
.bg-primary {
  background-color: #3083bd !important;
}
.bg-success {
  background-color: #f7ed4a !important;
}
.bg-info {
  background-color: #82786e !important;
}
.bg-warning {
  background-color: #879a9f !important;
}
.bg-danger {
  background-color: #b1a374 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #3083bd !important;
  border-color: #3083bd !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #215980 !important;
  border-color: #215980 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #215980 !important;
  border-color: #215980 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ff3366 !important;
  border-color: #ff3366 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #e50039 !important;
  border-color: #e50039 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #e50039 !important;
  border-color: #e50039 !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-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-warning,
.btn-warning:active {
  background-color: #879a9f !important;
  border-color: #879a9f !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #617479 !important;
  border-color: #617479 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #617479 !important;
  border-color: #617479 !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-white {
  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-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-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #1b4b6c;
  color: #1b4b6c;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #3083bd;
  border-color: #3083bd;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #3083bd !important;
  border-color: #3083bd !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #cc0033;
  color: #cc0033;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #ff3366;
  border-color: #ff3366;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff3366 !important;
  border-color: #ff3366 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #4b453f;
  color: #4b453f;
}
.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-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #d2c609;
  color: #d2c609;
}
.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-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #55666b;
  color: #55666b;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #879a9f;
  border-color: #879a9f;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #879a9f !important;
  border-color: #879a9f !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #7a6e45;
  color: #7a6e45;
}
.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-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.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-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: #3083bd !important;
}
.text-secondary {
  color: #ff3366 !important;
}
.text-success {
  color: #f7ed4a !important;
}
.text-info {
  color: #82786e !important;
}
.text-warning {
  color: #879a9f !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: #1b4b6c !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #cc0033 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #d2c609 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #4b453f !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #55666b !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #7a6e45 !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: #82786e;
}
.alert-warning {
  background-color: #879a9f;
}
.alert-danger {
  background-color: #b1a374;
}
.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: #3083bd;
  border-color: #3083bd;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #3083bd;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #8bbee2;
}
.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: #ced6d8;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #dfd9c6;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Martel Sans', sans-serif;
  font-size: 1.1rem;
  font-display: swap;
}
.form-control > .mbr-iconfont {
  font-size: 1.76rem;
}
blockquote {
  border-color: #3083bd;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
@media (max-width: 767px) {
  .btn {
    font-size: .75rem !important;
  }
  .btn .mbr-iconfont {
    font-size: 1rem !important;
  }
}
/* Footer */
.mbr-footer-content li::before,
.mbr-footer .mbr-contacts li::before {
  background: #3083bd;
}
.mbr-footer-content li a:hover,
.mbr-footer .mbr-contacts li a:hover {
  color: #3083bd;
}
/* Headers*/
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .card-wrapper {
    flex: auto !important;
  }
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #3083bd;
  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: #3083bd;
  border-bottom-color: #3083bd;
}
.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: #3083bd !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: #ff3366 !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: 100px;
  height: 100px;
  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='%233083bd' %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.3;
}
.cid-rScA4bi3Wv {
  display: flex;
  padding: 0 2rem;
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rScA4bi3Wv .navbar {
  padding: 0rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
  border-top: 10px solid #005fae;
  visibility: visibile !important;
}
.cid-rScA4bi3Wv .navbar-fixed-top {
  padding-top: 0;
}
.cid-rScA4bi3Wv .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-rScA4bi3Wv .dropdown-item {
  padding: 0;
}
.cid-rScA4bi3Wv .dropdown-menu {
  border: 0px solid lightgray;
  background: #3b5abb !important;
}
.cid-rScA4bi3Wv .menu-content-top {
  max-width: 2000px;
  display: none;
  padding: 0 2rem;
  margin: auto;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-rScA4bi3Wv .menu-bottom {
  margin: auto;
  width: 100%;
  background-color: #1a6ead;
  border: 0px !important;
  visibility: visible !important;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.cid-rScA4bi3Wv .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-rScA4bi3Wv a {
  font-style: normal;
}
.cid-rScA4bi3Wv .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-rScA4bi3Wv .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 .5rem !important;
}
.cid-rScA4bi3Wv .dropdown-item:before {
  font-family: MobiriseIcons !important;
  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-rScA4bi3Wv .content-text {
  margin-bottom: 0;
}
.cid-rScA4bi3Wv .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-rScA4bi3Wv .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #3083bd;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-rScA4bi3Wv .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-rScA4bi3Wv .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-rScA4bi3Wv .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
  line-height: 3.5em;
}
.cid-rScA4bi3Wv .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-rScA4bi3Wv .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-rScA4bi3Wv .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-rScA4bi3Wv .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rScA4bi3Wv .nav-dropdown .link {
  font-weight: 400;
}
.cid-rScA4bi3Wv .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-rScA4bi3Wv .content-right-side {
  text-align: center;
}
.cid-rScA4bi3Wv .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-rScA4bi3Wv .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-rScA4bi3Wv .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-rScA4bi3Wv .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid rgba(0, 0, 0, 0.12);
}
.cid-rScA4bi3Wv .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rScA4bi3Wv .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-rScA4bi3Wv .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-rScA4bi3Wv .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-rScA4bi3Wv .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-rScA4bi3Wv .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-rScA4bi3Wv .navbar .menu-content-top {
    display: flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-rScA4bi3Wv .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-rScA4bi3Wv .menu-content-top {
    border-bottom: 0px solid rgba(0, 0, 0, 0.12);
  }
  .cid-rScA4bi3Wv .navbar {
    display: block;
    padding: 0;
  }
  .cid-rScA4bi3Wv .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-rScA4bi3Wv .navbar:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 8rem);
  }
  .cid-rScA4bi3Wv .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-rScA4bi3Wv .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-rScA4bi3Wv .navbar-toggler {
    display: none;
  }
  .cid-rScA4bi3Wv .navbar-collapse {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-rScA4bi3Wv .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-rScA4bi3Wv .btn {
  display: inline-flex;
  background-color: #005fae !important;
  border: 2px solid #005fae !important;
  color: white !important;
  -webkit-align-items: center;
  align-items: center;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 15px;
  padding-bottom: 10px;
  margin-right: 0px;
  margin-left: 0px;
}
.cid-rScA4bi3Wv .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-rScA4bi3Wv .menu-logo {
  margin-right: auto;
  margin-left: 20px;
  margin-bottom: 20px;
}
.cid-rScA4bi3Wv .menu-logo .navbar-brand {
  display: flex;
  padding: 0.5rem 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rScA4bi3Wv .menu-logo .navbar-brand .navbar-caption-wrap {
  color: #000000;
  font-family: martel sans;
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 1rem 0;
  padding-top: 10px;
}
.cid-rScA4bi3Wv .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-rScA4bi3Wv .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
  margin-right: 20px;
}
.cid-rScA4bi3Wv .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-rScA4bi3Wv .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-rScA4bi3Wv .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-rScA4bi3Wv .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-rScA4bi3Wv .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-rScA4bi3Wv .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-rScA4bi3Wv .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-rScA4bi3Wv .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-rScA4bi3Wv .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-rScA4bi3Wv .dropdown .dropdown-menu .dropdown-item::after {
  right: -0.5rem;
}
.cid-rScA4bi3Wv .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-rScA4bi3Wv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-rScA4bi3Wv .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-rScA4bi3Wv .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-rScA4bi3Wv .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rScA4bi3Wv .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-rScA4bi3Wv .navbar.navbar-short {
  min-height: 50px;
  transition: all .2s;
}
.cid-rScA4bi3Wv .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-rScA4bi3Wv .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-rScA4bi3Wv .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-rScA4bi3Wv .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-rScA4bi3Wv button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  margin: 1rem .8rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rScA4bi3Wv button.navbar-toggler:focus {
  outline: none;
}
.cid-rScA4bi3Wv button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-rScA4bi3Wv button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rScA4bi3Wv button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rScA4bi3Wv button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rScA4bi3Wv button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rScA4bi3Wv nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rScA4bi3Wv nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rScA4bi3Wv nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rScA4bi3Wv nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rScA4bi3Wv .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-rScA4bi3Wv .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-rScA4bi3Wv .collapsed .btn {
  display: flex;
}
.cid-rScA4bi3Wv .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-rScA4bi3Wv .collapsed .navbar-collapse.collapsing,
.cid-rScA4bi3Wv .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-rScA4bi3Wv .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-rScA4bi3Wv .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-rScA4bi3Wv .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-rScA4bi3Wv .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-rScA4bi3Wv .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-rScA4bi3Wv .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-rScA4bi3Wv .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-rScA4bi3Wv .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-rScA4bi3Wv .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-rScA4bi3Wv .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-rScA4bi3Wv .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-rScA4bi3Wv .collapsed button.navbar-toggler {
  display: block;
}
.cid-rScA4bi3Wv .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: .5rem;
}
.cid-rScA4bi3Wv .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-rScA4bi3Wv .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-rScA4bi3Wv .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-rScA4bi3Wv .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-rScA4bi3Wv .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
.cid-rScA4bi3Wv .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-rScA4bi3Wv .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-rScA4bi3Wv .navbar-collapse.collapsing,
  .cid-rScA4bi3Wv .navbar-collapse.show {
    display: block !important;
  }
  .cid-rScA4bi3Wv .navbar-collapse.collapsing .navbar-nav,
  .cid-rScA4bi3Wv .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-rScA4bi3Wv .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-rScA4bi3Wv .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-rScA4bi3Wv .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-rScA4bi3Wv .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-rScA4bi3Wv .navbar-collapse.collapsing .navbar-buttons,
  .cid-rScA4bi3Wv .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-rScA4bi3Wv .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-rScA4bi3Wv .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-rScA4bi3Wv .menu-bottom {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-rScA4bi3Wv img {
    height: 3.8rem !important;
  }
  .cid-rScA4bi3Wv .btn {
    display: flex;
  }
  .cid-rScA4bi3Wv button.navbar-toggler {
    display: block;
  }
  .cid-rScA4bi3Wv .navbar-brand {
    margin-left: 1rem !important;
    margin-top: .5rem;
  }
  .cid-rScA4bi3Wv .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-rScA4bi3Wv .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-rScA4bi3Wv .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-rScA4bi3Wv .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-rScA4bi3Wv .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
  .cid-rScA4bi3Wv .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-rScA4bi3Wv .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-rScA4bi3Wv .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-rScA4bi3Wv .nav-link:focus {
  outline: none;
}
.cid-rScA4bi3Wv .nav-link:hover {
  color: #fff !important;
  background-color: #464646 !important;
  text-decoration: underline;
}
.cid-rScA4bi3Wv .navbar-toggler {
  position: relative;
}
.cid-rScA4bi3Wv .dropdown-item.active,
.cid-rScA4bi3Wv .dropdown-item:active {
  background: #3b5abb;
  color: initial;
}
.cid-rScA4bi3Wv .nav-item:hover {
  color: #fff !important;
  background-color: #464646 !important;
}
.cid-rScA4bi3Wv .vl {
  border-left: 2px solid #000000;
  height: 90px;
  margin-top: 10px;
}
.cid-rScA4bi3Wv .navbar-caption-wrap:hover {
  color: #000000 !important;
}
.cid-rScA4bi3Wv .btn:hover {
  background-color: #005fae !important;
  color: white !important;
  border: 2px solid #005fae;
}
.cid-rScA4bi3Wv #subnav {
  position: relative;
  top: -55px;
  right: 0px;
  background-color: #005FAE;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  white-space: nowrap;
  box-sizing: border-box;
  color: white;
  transition: top 0.3s;
  font-family: martel sans;
  float: right;
}
.cid-rScA4bi3Wv #subnav .subnav-container > span.nav-divider {
  position: absolute;
  bottom: 0;
  display: inline-block;
  height: 22px;
  width: 1px;
  background-color: #ffffff;
  transition: top 0.3s;
  font-family: martel sans;
  float: right;
}
.cid-rScA4bi3Wv #subnav a.nav-utility {
  display: inline-block;
  color: #ffffff;
  padding: 12px 17px 10px 17px;
  text-transform: uppercase;
  font-size: 11px;
  text-decoration: none;
  font-weight: 500;
  transition: top 0.3s;
  font-family: martel sans;
}
@media screen and (min-width: 992px) {
  .cid-rScA4bi3Wv .navbar-logo-bottom {
    display: none;
  }
}
@media screen and (max-width: 991px) {
  .cid-rScA4bi3Wv .menu-bottom {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
  .cid-rScA4bi3Wv .navbar.opened .menu-bottom {
    flex-direction: column-reverse;
  }
  .cid-rScA4bi3Wv .navbar.opened .menu-bottom .navbar-toggler {
    align-self: flex-end;
  }
  .cid-rScA4bi3Wv .navbar-logo-bottom {
    order: 0;
    padding: 10px;
  }
  .cid-rScA4bi3Wv .navbar-logo-bottom img {
    width: auto;
    height: 3rem !important;
    filter: brightness(0) invert(1);
  }
}
@media (min-width: 768px) {
  .cid-rScA4bi3Wv .navbar-toggleable-sm .navbar-collapse {
    display: -webkit-flex;
  }
}
.cid-tvR1HaSK8y {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-tvR1HaSK8y .carousel {
  height: 800px;
}
.cid-tvR1HaSK8y .carousel img {
  width: 100%;
  height: 140%;
  object-fit: cover;
}
.cid-tvR1HaSK8y .carousel-item,
.cid-tvR1HaSK8y .carousel-inner {
  height: 100%;
}
.cid-tvR1HaSK8y .mbr-overlay {
  z-index: 1;
}
.cid-tvR1HaSK8y .carousel-caption {
  bottom: 40px;
}
.cid-tvR1HaSK8y .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-tvR1HaSK8y .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-tvR1HaSK8y .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-tvR1HaSK8y .item-wrapper {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-tvR1HaSK8y .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-tvR1HaSK8y .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-tvR1HaSK8y .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-tvR1HaSK8y .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-tvR1HaSK8y .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tvR1HaSK8y .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tvR1HaSK8y .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tvR1HaSK8y .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-tvR1HaSK8y .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-tvR1HaSK8y .carousel-indicators li.active,
.cid-tvR1HaSK8y .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tvR1HaSK8y .carousel-indicators li::after,
.cid-tvR1HaSK8y .carousel-indicators li::before {
  content: none;
}
.cid-tvR1HaSK8y .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tvR1HaSK8y .carousel-indicators {
    display: none !important;
  }
}
.cid-tvR1HaSK8y .overlay {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 50%;
  background: linear-gradient(0deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
}
@media (max-width: 991px) {
  .cid-tvR1HaSK8y .carousel {
    height: 300px !important;
  }
  .cid-tvR1HaSK8y h1 {
    font-size: 26px;
    font-weight: 600;
    line-height: 2rem;
  }
}
.cid-rRxgHldDMY {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #0060a9;
}
.cid-rRxgHldDMY P {
  color: #767676;
}
.cid-rRxgHldDMY H1 {
  color: #ffffff;
}
.cid-rRxgHldDMY h2 {
  color: #ffffff;
}
.cid-rRaxi22zve {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rRaxi22zve .subicon-title {
  color: #000000;
  text-align: center;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-rRaxi22zve .subicon-text {
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-rRaxi22zve .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-rRaxi22zve .underline .line {
  width: 3rem;
  height: 2px;
  background: #232323;
  display: inline-block;
}
.cid-rRaxi22zve .process-icon,
.cid-rRaxi22zve .process-icon-without-before {
  width: 100%;
  padding-bottom: 2rem;
}
.cid-rRaxi22zve .wrapper,
.cid-rRaxi22zve .wrapper-without-before {
  position: relative;
  margin-bottom: 2rem;
}
.cid-rRaxi22zve .icon-container {
  display: inline-flex;
  position: relative;
}
.cid-rRaxi22zve .icon-container a {
  display: inherit;
}
.cid-rRaxi22zve .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: #149dcc !important;
  transition: all 0.3s ease-in-out 0s;
  border-radius: 50%;
  color: #ffffff;
  z-index: 1;
}
.cid-rRaxi22zve .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-rRaxi22zve .icon-main:hover .icon1 {
  background-color: #0060a9 !important;
}
.cid-rRaxi22zve .icon-main:hover .icon2 {
  background-color: #76b443 !important;
}
.cid-rRaxi22zve .icon-main:hover .icon3 {
  background-color: #9f5fae !important;
}
.cid-rRaxi22zve .icon-main:hover .icon4 {
  background-color: #c5932c !important;
}
.cid-rRaxi22zve .icon-main:hover .icon-number {
  background-color: #232323 !important;
  color: #ffffff !important;
}
.cid-rRaxi22zve .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-rRaxi22zve .main-wrapper {
  padding: 3rem 0 0 0;
}
@media (max-width: 767px) {
  .cid-rRaxi22zve .wrapper::before {
    display: none;
  }
}
@media (max-width: 991px) {
  .cid-rRaxi22zve .third-elem .wrapper:before {
    display: none;
  }
}
.cid-rRaxi22zve .mbr-section-title {
  margin: 0;
}
.cid-rRaxi22zve .mbr-section-subtitle {
  color: #232323;
  text-align: center;
}
.cid-rRaxi22zve .icon1:hover {
  background-color: #0060a9 !important;
}
.cid-rRaxi22zve p {
  margin-top: .5rem;
  text-decoration: underline;
}
.cid-rRaxi22zve p:hover {
  text-decoration: none;
}
.cid-rRqLli83PA {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rRqLli83PA .subicon-title {
  color: #000000;
  text-align: center;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-rRqLli83PA .subicon-text {
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-rRqLli83PA .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-rRqLli83PA .underline .line {
  width: 3rem;
  height: 2px;
  background: #232323;
  display: inline-block;
}
.cid-rRqLli83PA .process-icon,
.cid-rRqLli83PA .process-icon-without-before {
  width: 100%;
  padding-bottom: 2rem;
}
.cid-rRqLli83PA .wrapper,
.cid-rRqLli83PA .wrapper-without-before {
  position: relative;
  margin-bottom: 2rem;
}
.cid-rRqLli83PA .icon-container {
  display: inline-flex;
  position: relative;
}
.cid-rRqLli83PA .icon-container a {
  display: inherit;
}
.cid-rRqLli83PA .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: #149dcc !important;
  transition: all 0.3s ease-in-out 0s;
  border-radius: 50%;
  color: #ffffff;
  z-index: 1;
}
.cid-rRqLli83PA .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-rRqLli83PA .icon-main:hover .icon1 {
  background-color: #d95e17 !important;
}
.cid-rRqLli83PA .icon-main:hover .icon2 {
  background-color: #0060a9 !important;
}
.cid-rRqLli83PA .icon-main:hover .icon3 {
  background-color: #76b443 !important;
}
.cid-rRqLli83PA .icon-main:hover .icon4 {
  background-color: #d95e17 !important;
}
.cid-rRqLli83PA .icon-main:hover .icon-number {
  background-color: #232323 !important;
  color: #ffffff !important;
}
.cid-rRqLli83PA .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-rRqLli83PA .main-wrapper {
  padding: 3rem 0 0 0;
}
@media (max-width: 767px) {
  .cid-rRqLli83PA .wrapper::before {
    display: none;
  }
}
@media (max-width: 991px) {
  .cid-rRqLli83PA .third-elem .wrapper:before {
    display: none;
  }
}
.cid-rRqLli83PA .mbr-section-title {
  margin: 0;
}
.cid-rRqLli83PA .mbr-section-subtitle {
  color: #232323;
  text-align: center;
}
.cid-rRqLli83PA .icon1:hover {
  background-color: #0060a9 !important;
}
.cid-rRxhbr4Nfr {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #0060a9;
}
.cid-rRxhbr4Nfr P {
  color: #767676;
}
.cid-rRxhbr4Nfr H1 {
  color: #ffffff;
}
.cid-rRxhbr4Nfr H2 {
  color: #ffffff;
}
.cid-sqymQhZM5P {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sqymQhZM5P h3 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  margin-top: 20px;
}
.cid-sqymQhZM5P p {
  color: #767676;
  text-align: left;
}
.cid-sqymQhZM5P .card-box {
  padding-top: 2rem;
}
.cid-sqymQhZM5P .card-wrapper {
  height: 100%;
}
.cid-sqymQhZM5P img {
  border: 2px solid #005fae;
  max-height: 420px !important;
}
.cid-sqymQhZM5P .card-title {
  text-align: center;
  color: #003770;
}
.cid-sqymQhZM5P P {
  text-align: center;
}
.cid-rRwZUSVVl3 {
  padding-top: 0px;
  padding-bottom: 60px;
  position: relative;
  background-color: #ffffff;
}
.cid-rRwZUSVVl3 p {
  color: #767676;
}
.cid-rRwZUSVVl3 .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-rRwZUSVVl3 .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-rRwZUSVVl3 .card .card-header a.panel-title {
  margin-bottom: 0;
  margin-top: -1px;
  font-weight: 500;
  font-style: normal;
  display: block;
  text-decoration: none !important;
  line-height: normal;
}
.cid-rRwZUSVVl3 .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-rRwZUSVVl3 .card .card-header a.panel-title h3 {
  border: 1px solid #dfdfdf;
  padding: 1.3rem 2rem;
  margin-bottom: 0;
}
.cid-rRwZUSVVl3 .card .card-header a.panel-title h3 .sign {
  padding-right: 1rem;
}
.cid-rRwZUSVVl3 img {
  box-shadow: 6px 6px 8px rgba(0, 0, 0, 0.5);
}
.cid-rRwZUSVVl3 .btn-primary {
  margin-top: 50px;
  padding: 20px;
  width: 300px;
  height: 60px;
  border: 1px solid #3083bd;
}
.cid-rRwZUSVVl3 .btn-primary:hover {
  background-color: #266794 !important;
  border: 1px solid #3083bd !important;
}
.cid-rRwZUSVVl3 .other {
  margin-top: 60px;
  padding: 0px 0px;
  width: 300px;
  height: 60px;
  border: 1px solid #3083bd;
}
.cid-rRwZUSVVl3 .other:hover {
  background-color: #266794 !important;
  border: 1px solid #3083bd !important;
}
@media screen and (max-width: 500px) {
  .cid-rRwZUSVVl3 .other {
    width: 250px;
  }
}
.cid-rRwZUSVVl3 .mbr-section-btn {
  margin-bottom: 50px;
}
.cid-rSPZxs1b9Q {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #0060a9;
}
.cid-rSPZxs1b9Q P {
  color: #767676;
}
.cid-rSPZxs1b9Q H1 {
  color: #ffffff;
}
.cid-rSPZxs1b9Q H2 {
  color: #ffffff;
}
.cid-u895nw9m8G {
  padding-top: 7rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-u895nw9m8G .item-img,
.cid-u895nw9m8G .img-wrap,
.cid-u895nw9m8G img {
  border-radius: 50% !important;
  display: flex;
  justify-content: center;
}
.cid-u895nw9m8G img,
.cid-u895nw9m8G .item-img {
  width: 230px;
  overflow: hidden;
  transition: transform 3s;
  cursor: pointer;
  object-fit: cover;
  min-height: 230px;
  height: 230px;
}
@media (max-width: 1600px) {
  .cid-u895nw9m8G img,
  .cid-u895nw9m8G .item-img {
    width: 180px;
    min-height: 180px;
    height: 180px;
  }
}
.cid-u895nw9m8G .item-img {
  border: 1px solid transparent;
  transition: all 0.3s;
}
.cid-u895nw9m8G .item:focus,
.cid-u895nw9m8G span:focus {
  outline: none;
}
.cid-u895nw9m8G .img-wrap {
  transition: all 0.3s;
  overflow: hidden;
  width: -webkit-fill-available;
  height: -webkit-fill-available;
}
.cid-u895nw9m8G .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-u895nw9m8G .item {
    margin-bottom: 1rem;
  }
}
.cid-u895nw9m8G h5 {
  margin: 0;
}
.cid-u895nw9m8G .item-content {
  margin-top: 1rem;
  padding: 0rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-u895nw9m8G .item-wrapper {
  position: relative;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column nowrap;
  transition: all 0.3s;
}
.cid-u895nw9m8G .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-u895nw9m8G .item-wrapper:hover .item-img {
  border: 1px solid lightgray;
}
.cid-u895nw9m8G .item-wrapper:hover .img-wrap {
  margin: 10px;
}
@media (max-width: 992px) {
  .cid-u895nw9m8G .item-wrapper {
    height: auto;
  }
}
.cid-u895nw9m8G .mbr-section-title {
  color: #4e423d;
  text-align: left;
}
.cid-u895nw9m8G .item-title {
  text-align: center;
}
.cid-u895nw9m8G .item-subtitle {
  text-align: center;
  color: #232323;
}
.cid-u895nw9m8G .mbr-text,
.cid-u895nw9m8G .item .mbr-section-btn {
  text-align: center;
}
.cid-u895nw9m8G .mbr-section-subtitle,
.cid-u895nw9m8G .mbr-section-head .mbr-section-btn {
  text-align: left;
}
.cid-u89rpJyXB2 {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-u89rpJyXB2 .item-img,
.cid-u89rpJyXB2 .img-wrap,
.cid-u89rpJyXB2 img {
  border-radius: 50% !important;
  display: flex;
  justify-content: center;
}
.cid-u89rpJyXB2 img,
.cid-u89rpJyXB2 .item-img {
  width: 230px;
  overflow: hidden;
  transition: transform 3s;
  cursor: pointer;
  object-fit: cover;
  min-height: 230px;
  height: 230px;
}
@media (max-width: 1600px) {
  .cid-u89rpJyXB2 img,
  .cid-u89rpJyXB2 .item-img {
    width: 180px;
    min-height: 180px;
    height: 180px;
  }
}
.cid-u89rpJyXB2 .item-img {
  border: 1px solid transparent;
  transition: all 0.3s;
}
.cid-u89rpJyXB2 .item:focus,
.cid-u89rpJyXB2 span:focus {
  outline: none;
}
.cid-u89rpJyXB2 .img-wrap {
  transition: all 0.3s;
  overflow: hidden;
  width: -webkit-fill-available;
  height: -webkit-fill-available;
}
.cid-u89rpJyXB2 .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-u89rpJyXB2 .item {
    margin-bottom: 1rem;
  }
}
.cid-u89rpJyXB2 .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-u89rpJyXB2 .item {
  padding: 0;
  margin: 0;
}
.cid-u89rpJyXB2 h5 {
  margin: 0;
}
.cid-u89rpJyXB2 .item-content {
  margin-top: 1rem;
  padding: 0rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-u89rpJyXB2 .item-wrapper {
  position: relative;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column nowrap;
  transition: all 0.3s;
}
.cid-u89rpJyXB2 .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-u89rpJyXB2 .item-wrapper:hover .item-img {
  border: 1px solid lightgray;
}
.cid-u89rpJyXB2 .item-wrapper:hover .img-wrap {
  margin: 10px;
}
@media (max-width: 992px) {
  .cid-u89rpJyXB2 .item-wrapper {
    height: auto;
  }
}
.cid-u89rpJyXB2 .mbr-section-title {
  color: #4e423d;
  text-align: left;
}
.cid-u89rpJyXB2 .item-title {
  text-align: center;
}
.cid-u89rpJyXB2 .item-subtitle {
  text-align: center;
  color: #232323;
}
.cid-u89rpJyXB2 .mbr-text,
.cid-u89rpJyXB2 .item .mbr-section-btn {
  text-align: center;
}
.cid-u89rpJyXB2 .mbr-section-subtitle,
.cid-u89rpJyXB2 .mbr-section-head .mbr-section-btn {
  text-align: left;
}
.cid-sr4PtKwxOR {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sr4PtKwxOR P {
  color: #767676;
}
.cid-sr4PtKwxOR .btn {
  margin-top: 100px;
  padding: 20px 20px;
  width: 340px;
  height: 50px;
  border: 1px solid #3083bd;
}
.cid-sr4PtKwxOR .btn:hover {
  background-color: #266794 !important;
  border: 1px solid #3083bd !important;
  text-decoration: none !important;
}
@media screen and (max-width: 500px) {
  .cid-sr4PtKwxOR .btn {
    width: 250px;
  }
}
.cid-rRxhzuwara {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #0060a9;
}
.cid-rRxhzuwara P {
  color: #767676;
}
.cid-rRxhzuwara H1 {
  color: #ffffff;
}
.cid-rRxhzuwara H2 {
  color: #ffffff;
}
.cid-rRx6UdjLsC {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rRx6UdjLsC h4 {
  text-align: left;
  font-weight: 500;
}
.cid-rRx6UdjLsC p {
  color: #767676;
  text-align: left;
  margin-left: 45px;
  margin-right: 45px;
}
.cid-rRx6UdjLsC .card-img {
  text-align: left;
  padding-right: 30px;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  width: auto;
}
.cid-rRx6UdjLsC .card-img span {
  font-size: 72px;
  color: #707070;
}
.cid-rRx6UdjLsC .card-title {
  margin-bottom: 0;
}
.cid-rRx6UdjLsC .mbr-crt-title {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.cid-rRx6UdjLsC .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
@media (max-width: 300px) {
  .cid-rRx6UdjLsC .card-img span {
    font-size: 40px !important;
  }
}
.cid-rRx6UdjLsC .card {
  border: 2px solid black;
}
.cid-rRx6UdjLsC P {
  color: #000000;
}
.cid-rRx6UdjLsC .mbr-iconfont {
  float: right;
}
.cid-rRxkc09S0N {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rRxkc09S0N h4 {
  text-align: left;
  font-weight: 500;
  line-height: 1.2;
}
.cid-rRxkc09S0N p {
  color: #767676;
  text-align: left;
  margin-left: 50px;
  margin-right: 50px;
}
.cid-rRxkc09S0N .card-img {
  text-align: left;
  padding-right: 30px;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  width: auto;
}
.cid-rRxkc09S0N .card-img span {
  font-size: 72px;
  color: #707070;
}
.cid-rRxkc09S0N .card-title {
  margin-bottom: 0;
}
.cid-rRxkc09S0N .mbr-crt-title {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.cid-rRxkc09S0N .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
@media (max-width: 300px) {
  .cid-rRxkc09S0N .card-img span {
    font-size: 40px !important;
  }
}
.cid-rRxkc09S0N .card {
  border: 2px solid black;
}
.cid-rRxkc09S0N P {
  color: #232323;
}
.cid-rRxtxf5FpQ {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rRxtxf5FpQ h4 {
  text-align: left;
  font-weight: 500;
}
.cid-rRxtxf5FpQ p {
  color: #767676;
  text-align: left;
  margin-left: 50px;
  margin-right: 50px;
}
.cid-rRxtxf5FpQ .card-img {
  text-align: left;
  padding-right: 30px;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  width: auto;
}
.cid-rRxtxf5FpQ .card-img span {
  font-size: 72px;
  color: #707070;
}
.cid-rRxtxf5FpQ .card-title {
  margin-bottom: 0;
}
.cid-rRxtxf5FpQ .mbr-crt-title {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.cid-rRxtxf5FpQ .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
@media (max-width: 300px) {
  .cid-rRxtxf5FpQ .card-img span {
    font-size: 40px !important;
  }
}
.cid-rRxtxf5FpQ .card {
  border: 2px solid black;
}
.cid-rRxtxf5FpQ P {
  color: #232323;
}
.cid-sZ1GEBPnQE {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sZ1GEBPnQE h4 {
  text-align: left;
  font-weight: 500;
  line-height: 1.2;
}
.cid-sZ1GEBPnQE p {
  color: #767676;
  text-align: left;
  margin-left: 50px;
  margin-right: 50px;
}
.cid-sZ1GEBPnQE .card-img {
  text-align: left;
  padding-right: 30px;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  width: auto;
}
.cid-sZ1GEBPnQE .card-img span {
  font-size: 72px;
  color: #707070;
}
.cid-sZ1GEBPnQE .card-title {
  margin-bottom: 0;
}
.cid-sZ1GEBPnQE .mbr-crt-title {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.cid-sZ1GEBPnQE .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
@media (max-width: 300px) {
  .cid-sZ1GEBPnQE .card-img span {
    font-size: 40px !important;
  }
}
.cid-sZ1GEBPnQE .card {
  border: 2px solid black;
}
.cid-sZ1GEBPnQE P {
  color: #232323;
}
.cid-sZ1GIZQcMk {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sZ1GIZQcMk h4 {
  text-align: left;
  font-weight: 500;
}
.cid-sZ1GIZQcMk p {
  color: #767676;
  text-align: left;
  margin-left: 50px;
  margin-right: 50px;
}
.cid-sZ1GIZQcMk .card-img {
  text-align: left;
  padding-right: 30px;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  width: auto;
}
.cid-sZ1GIZQcMk .card-img span {
  font-size: 72px;
  color: #707070;
}
.cid-sZ1GIZQcMk .card-title {
  margin-bottom: 0;
}
.cid-sZ1GIZQcMk .mbr-crt-title {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.cid-sZ1GIZQcMk .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
@media (max-width: 300px) {
  .cid-sZ1GIZQcMk .card-img span {
    font-size: 40px !important;
  }
}
.cid-sZ1GIZQcMk .card {
  border: 2px solid black;
}
.cid-sZ1GIZQcMk P {
  color: #232323;
}
.cid-tvipCAeXtF {
  padding-top: 30px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-tvipCAeXtF h4 {
  text-align: left;
  font-weight: 500;
}
.cid-tvipCAeXtF p {
  color: #767676;
  text-align: left;
  margin-left: 50px;
  margin-right: 50px;
}
.cid-tvipCAeXtF .card-img {
  text-align: left;
  padding-right: 30px;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  width: auto;
}
.cid-tvipCAeXtF .card-img span {
  font-size: 72px;
  color: #707070;
}
.cid-tvipCAeXtF .card-title {
  margin-bottom: 0;
}
.cid-tvipCAeXtF .mbr-crt-title {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.cid-tvipCAeXtF .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
@media (max-width: 300px) {
  .cid-tvipCAeXtF .card-img span {
    font-size: 40px !important;
  }
}
.cid-tvipCAeXtF .card {
  border: 2px solid black;
}
.cid-tvipCAeXtF P {
  color: #232323;
}
.cid-rRCtJzyHFz {
  padding-top: 0px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/adobestock-85721347-2000x1335.jpg");
}
.cid-rRCtJzyHFz .back {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 30%;
  background-color: #ffffff;
}
.cid-rRCtJzyHFz .block {
  background-color: #0060a9;
}
.cid-rRCtJzyHFz img {
  width: 100%;
}
.cid-rRCtJzyHFz .content-wrapper {
  margin: auto;
  position: relative;
  padding: 5rem 16rem;
  display: flex;
  justify-content: flex-end;
}
.cid-rRCtJzyHFz .content {
  max-width: 600px;
}
.cid-rRCtJzyHFz 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-rRCtJzyHFz .content-wrapper {
    padding: 6rem 4rem;
  }
  .cid-rRCtJzyHFz h4 {
    left: 5rem;
  }
}
@media (max-width: 767px) {
  .cid-rRCtJzyHFz .content-wrapper {
    padding: 4rem 0rem;
  }
  .cid-rRCtJzyHFz h4 {
    left: 2rem;
    bottom: 30%;
  }
}
.cid-rRCtJzyHFz H3 {
  color: #ffffff;
}
.cid-rRCtJzyHFz .mbr-text,
.cid-rRCtJzyHFz .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-rRCtJzyHFz .btn {
  padding: 20px 20px;
  width: 240px;
}
.cid-rRCtJzyHFz H2 {
  color: #ffffff;
}
.cid-rRCOu0He2E {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rRCOu0He2E P {
  color: #767676;
}
.cid-rRCOu0He2E H1 {
  color: #0060a9;
}
.cid-rRCOu0He2E H2 {
  color: #0060a9;
}
.cid-rWqLrkEr1p {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-rWqLrkEr1p .mbr-section-subtitle {
  color: #767676;
  text-align: center;
  font-weight: 300;
}
.cid-rWqLrkEr1p .step {
  width: 64px;
  height: 64px;
  font-size: 32px;
  border-radius: 50%;
  border: 2px solid #efefef;
}
@media (max-width: 767px) {
  .cid-rWqLrkEr1p .step {
    width: 48px;
    height: 48px;
    font-size: 24px;
  }
}
.cid-rWqLrkEr1p .separline {
  position: relative;
}
.cid-rWqLrkEr1p .separline:after {
  top: 68px;
  left: 30px;
  position: absolute;
  content: "";
  width: 2px;
  height: calc(100% - (32px + 4px) * 2);
  opacity: 0 !important;
}
@media (max-width: 767px) {
  .cid-rWqLrkEr1p .separline:after {
    top: 52px;
    left: 22px;
    height: calc(100% - 56px);
  }
}
.cid-rWqLrkEr1p .mbr-step-title {
  color: #0060a9;
}
.cid-rWqLrkEr1p .btn {
  float: center !important;
  margin: auto !important;
}
.cid-rWqLrkEr1p a {
  text-decoration: underline;
}
.cid-rWqLrkEr1p a:hover {
  text-decoration: none;
}
.cid-rRCOQvVCtA {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/reliability-1366-x-575-1366x575.jpg");
}
.cid-rRCOQvVCtA .background {
  background-color: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(5px);
  padding: 40px 30px;
}
.cid-rSiupoEQs1 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #000000;
}
.cid-rSiupoEQs1 .navbar-logo {
  width: 100px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-rSiupoEQs1 .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-rSiupoEQs1 .socicon {
  font-size: 1.3rem;
  background: #ffffff;
  border-radius: 100%;
  width: 40px;
  height: 40px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rSiupoEQs1 .socicon:hover {
  color: #003d79 !important;
}
.cid-rSiupoEQs1 .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.cid-rSiupoEQs1 .social-list .soc-item {
  display: inline-block;
  margin: 0 0.3rem;
}
.cid-rSiupoEQs1 .text2 {
  color: #000000;
  text-align: left;
}
.cid-rSiupoEQs1 .group-title {
  text-align: left;
  color: #000000;
  padding-bottom: 0.2rem;
}
.cid-rSiupoEQs1 .logo-title {
  text-align: center;
}
.cid-rSiupoEQs1 .logo-sub-title {
  text-align: center;
}
.cid-rSiupoEQs1 .links {
  text-align: center;
  color: #656565;
}
.cid-rSiupoEQs1 .logo-sub-title i {
  color: #9e9e9e;
}
.cid-rSiupoEQs1 .logo-title,
.cid-rSiupoEQs1 .logo {
  color: #ffffff;
}
.cid-rSiupoEQs1 .links,
.cid-rSiupoEQs1 .social-list {
  color: #ffffff;
}
.cid-rSiupoEQs1 .sep {
  margin-right: .3rem;
  margin-left: .3rem;
  text-decoration: none !important;
  color: white !important;
}
.cid-rSiupoEQs1 p {
  text-align: center !important;
}
.cid-rSiupoEQs1 a {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
.cid-rSiupoEQs1 .line2 {
  line-height: 2;
}
