body {
  font-family: Jost;
}
.display-1 {
  font-family: 'Jost', sans-serif;
  font-size: 3.6rem;
  line-height: 1.2;
}
.display-1 > .mbr-iconfont {
  font-size: 5.76rem;
}
.display-2 {
  font-family: 'Jost', sans-serif;
  font-size: 2.2rem;
  line-height: 1.4;
}
.display-2 > .mbr-iconfont {
  font-size: 3.52rem;
}
.display-4 {
  font-family: 'Jost', sans-serif;
  font-size: 1rem;
  line-height: 1.3;
}
.display-4 > .mbr-iconfont {
  font-size: 1.6rem;
}
.display-5 {
  font-family: 'Jost', sans-serif;
  font-size: 1.6rem;
  line-height: 1.4;
}
.display-5 > .mbr-iconfont {
  font-size: 2.56rem;
}
.display-7 {
  font-family: 'Jost', sans-serif;
  font-size: 1.2rem;
  line-height: 1.4;
}
.display-7 > .mbr-iconfont {
  font-size: 1.92rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.52rem;
    font-size: calc( 1.91rem + (3.6 - 1.91) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.91rem + (3.6 - 1.91) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.76rem;
    font-size: calc( 1.42rem + (2.2 - 1.42) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.42rem + (2.2 - 1.42) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.9rem !important;
    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.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-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1rem 3rem;
  border-radius: 0px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 0px;
}
.btn-md {
  padding: 1rem 2.6rem;
  border-radius: 0px;
}
.btn-lg {
  padding: 1.2rem 3.2rem;
  border-radius: 0px;
}
.bg-primary {
  background-color: #003b7e !important;
}
.bg-success {
  background-color: #ea131b !important;
}
.bg-info {
  background-color: #82786e !important;
}
.bg-warning {
  background-color: #5b686b !important;
}
.bg-danger {
  background-color: #ffffff !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #003b7e !important;
  border-color: #003b7e !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #001732 !important;
  border-color: #001732 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #001732 !important;
  border-color: #001732 !important;
}
.btn-primary:hover {
  background-color: #003b7e !important;
  border-color: #003b7e !important;
}
.btn-primary:hover,
.btn-primary:focus {
  background: linear-gradient(to left, #0077ff, #003b7e);
  border-color: transparent!important;
  background-size: 110%;
  background-position: center;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #0077ff !important;
  border-color: #0077ff !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #0053b3 !important;
  border-color: #0053b3 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #0053b3 !important;
  border-color: #0053b3 !important;
}
.btn-secondary:hover {
  background-color: #003b7e !important;
  border-color: #003b7e !important;
}
.btn-secondary:hover,
.btn-secondary:focus {
  background: linear-gradient(to left, #0077ff, #0077ff);
  border-color: transparent!important;
  background-size: 110%;
  background-position: center;
}
.btn-info,
.btn-info:active {
  background-color: #82786e !important;
  border-color: #82786e !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #59524b !important;
  border-color: #59524b !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #59524b !important;
  border-color: #59524b !important;
}
.btn-info:hover {
  background-color: #003b7e !important;
  border-color: #003b7e !important;
}
.btn-info:hover,
.btn-info:focus {
  background: linear-gradient(to left, #0077ff, #82786e);
  border-color: transparent!important;
  background-size: 110%;
  background-position: center;
}
.btn-success,
.btn-success:active {
  background-color: #ea131b !important;
  border-color: #ea131b !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #a30d13 !important;
  border-color: #a30d13 !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #a30d13 !important;
  border-color: #a30d13 !important;
}
.btn-success:hover {
  background-color: #003b7e !important;
  border-color: #003b7e !important;
}
.btn-success:hover,
.btn-success:focus {
  background: linear-gradient(to left, #0077ff, #ea131b);
  border-color: transparent!important;
  background-size: 110%;
  background-position: center;
}
.btn-warning,
.btn-warning:active {
  background-color: #5b686b !important;
  border-color: #5b686b !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #384042 !important;
  border-color: #384042 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #384042 !important;
  border-color: #384042 !important;
}
.btn-warning:hover {
  background-color: #003b7e !important;
  border-color: #003b7e !important;
}
.btn-warning:hover,
.btn-warning:focus {
  background: linear-gradient(to left, #0077ff, #5b686b);
  border-color: transparent!important;
  background-size: 110%;
  background-position: center;
}
.btn-danger,
.btn-danger:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-danger:hover {
  background-color: #003b7e !important;
  border-color: #003b7e !important;
}
.btn-danger:hover,
.btn-danger:focus {
  background: linear-gradient(to left, #0077ff, #ffffff);
  border-color: transparent!important;
  background-size: 110%;
  background-position: center;
}
.btn-white,
.btn-white:active {
  background-color: #f3f3f3 !important;
  border-color: #f3f3f3 !important;
  color: #737373 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #737373 !important;
  background-color: #cdcdcd !important;
  border-color: #cdcdcd !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #737373 !important;
  background-color: #cdcdcd !important;
  border-color: #cdcdcd !important;
}
.btn-white:hover {
  background-color: #003b7e !important;
  border-color: #003b7e !important;
}
.btn-white:hover,
.btn-white:focus {
  background: linear-gradient(to left, #0077ff, #f3f3f3);
  border-color: transparent!important;
  background-size: 110%;
  background-position: center;
}
.btn-white:hover {
  color: white!important;
}
.btn-black,
.btn-black:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-black:hover {
  background-color: #003b7e !important;
  border-color: #003b7e !important;
}
.btn-black:hover,
.btn-black:focus {
  background: linear-gradient(to left, #0077ff, #000000);
  border-color: transparent!important;
  background-size: 110%;
  background-position: center;
}
.btn-primary-outline {
  color: white!important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #003b7e;
  color: #003b7e;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #003b7e;
  border-color: #003b7e;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #003b7e !important;
  border-color: #003b7e !important;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus {
  background: linear-gradient(to left, #0077ff, #003b7e);
  border-color: transparent!important;
  background-size: 110%;
  background-position: center;
}
.btn-secondary-outline {
  color: white!important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #0077ff;
  color: #0077ff;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #0077ff;
  border-color: #0077ff;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #0077ff !important;
  border-color: #0077ff !important;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus {
  background: linear-gradient(to left, #0077ff, #0077ff);
  border-color: transparent!important;
  background-size: 110%;
  background-position: center;
}
.btn-info-outline {
  color: white!important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #82786e;
  color: #82786e;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #82786e;
  border-color: #82786e;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #82786e !important;
  border-color: #82786e !important;
}
.btn-info-outline:hover,
.btn-info-outline:focus {
  background: linear-gradient(to left, #0077ff, #82786e);
  border-color: transparent!important;
  background-size: 110%;
  background-position: center;
}
.btn-success-outline {
  color: white!important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #ea131b;
  color: #ea131b;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ffffff;
  background-color: #ea131b;
  border-color: #ea131b;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #ea131b !important;
  border-color: #ea131b !important;
}
.btn-success-outline:hover,
.btn-success-outline:focus {
  background: linear-gradient(to left, #0077ff, #ea131b);
  border-color: transparent!important;
  background-size: 110%;
  background-position: center;
}
.btn-warning-outline {
  color: white!important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #5b686b;
  color: #5b686b;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #5b686b;
  border-color: #5b686b;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #5b686b !important;
  border-color: #5b686b !important;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus {
  background: linear-gradient(to left, #0077ff, #5b686b);
  border-color: transparent!important;
  background-size: 110%;
  background-position: center;
}
.btn-danger-outline {
  color: white!important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #808080;
  background-color: #ffffff;
  border-color: #ffffff;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus {
  background: linear-gradient(to left, #0077ff, #ffffff);
  border-color: transparent!important;
  background-size: 110%;
  background-position: center;
}
.btn-black-outline {
  color: white!important;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #333333;
  color: #333333;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff;
  background-color: #333333;
  border-color: #333333;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-black-outline:hover,
.btn-black-outline:focus {
  background: linear-gradient(to left, #0077ff, #333333);
  border-color: transparent!important;
  background-size: 110%;
  background-position: center;
}
.btn-white-outline {
  color: white!important;
}
.btn-white-outline,
.btn-white-outline:active {
  background: none;
  border-color: #f3f3f3;
  color: #f3f3f3;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #737373;
  background-color: #f3f3f3;
  border-color: #f3f3f3;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #737373 !important;
  background-color: #f3f3f3 !important;
  border-color: #f3f3f3 !important;
}
.btn-white-outline:hover,
.btn-white-outline:focus {
  background: linear-gradient(to left, #0077ff, #f3f3f3);
  border-color: transparent!important;
  background-size: 110%;
  background-position: center;
}
.text-primary {
  color: #003b7e !important;
}
.text-secondary {
  color: #0077ff !important;
}
.text-success {
  color: #ea131b !important;
}
.text-info {
  color: #82786e !important;
}
.text-warning {
  color: #5b686b !important;
}
.text-danger {
  color: #ffffff !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #006be4 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #66adff !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #f37075 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #b2aba4 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #8e9b9e !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #ffffff !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #ffffff !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #82786e;
}
.alert-warning {
  background-color: #5b686b;
}
.alert-danger {
  background-color: #ffffff;
}
.mbr-gallery-filter li.active .btn {
  background-color: #003b7e;
  border-color: #003b7e;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #003b7e;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #0077fe;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #fbced0;
}
.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: #9ba7aa;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
blockquote {
  border-color: #003b7e;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #003b7e;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: gray !important;
  border-bottom-color: gray !important;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #003b7e;
  border-bottom-color: #003b7e;
}
.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: #003b7e !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: #0077ff !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: auto;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%23003b7e' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.btn {
  transition: none;
}
.cid-s1YNw91RvB .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-s1YNw91RvB .btn {
  white-space: nowrap;
}
.cid-s1YNw91RvB .nav-link,
.cid-s1YNw91RvB .icons-menu .mbr-iconfont,
.cid-s1YNw91RvB .dropdown-item {
  transition: all 0.1s;
}
.cid-s1YNw91RvB .nav-link:hover,
.cid-s1YNw91RvB .icons-menu .mbr-iconfont:hover,
.cid-s1YNw91RvB .dropdown-item:hover {
  color: #0077ff !important;
}
@media (max-width: 992px) {
  .cid-s1YNw91RvB .icons-menu {
    padding: 1rem 0!important;
  }
}
.cid-s1YNw91RvB .container {
  display: flex;
  margin: auto;
}
.cid-s1YNw91RvB .navbar {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  min-height: 77px;
  transition: all .3s;
  background: #003b7e;
  background: none;
}
.cid-s1YNw91RvB .navbar.opened {
  transition: all .3s;
}
.cid-s1YNw91RvB .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-s1YNw91RvB .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-s1YNw91RvB .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-s1YNw91RvB .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-s1YNw91RvB .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-s1YNw91RvB .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-s1YNw91RvB .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-s1YNw91RvB .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-s1YNw91RvB .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-s1YNw91RvB .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-s1YNw91RvB .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-s1YNw91RvB .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-s1YNw91RvB .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-s1YNw91RvB .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-s1YNw91RvB .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-s1YNw91RvB .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-s1YNw91RvB .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-s1YNw91RvB .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-s1YNw91RvB .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-s1YNw91RvB .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-s1YNw91RvB .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-s1YNw91RvB .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-s1YNw91RvB .navbar.navbar-short {
  background: #003b7e !important;
  min-height: 60px;
}
.cid-s1YNw91RvB .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-s1YNw91RvB .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-s1YNw91RvB .dropdown-menu {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  padding: 1rem 0;
}
.cid-s1YNw91RvB .nav-dropdown .link {
  padding: 0.4rem 1rem!important;
  margin: .2em 0.5rem;
}
.cid-s1YNw91RvB .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-s1YNw91RvB .mbr-iconfont {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-s1YNw91RvB .navbar-caption {
  padding-right: 4rem;
}
.cid-s1YNw91RvB .navbar-nav {
  justify-content: flex-end;
  width: -webkit-fill-available;
}
.cid-s1YNw91RvB .dropdown-menu,
.cid-s1YNw91RvB .navbar.opened {
  background: #191919 !important;
}
.cid-s1YNw91RvB .nav-item:focus,
.cid-s1YNw91RvB .nav-link:focus {
  outline: none;
}
.cid-s1YNw91RvB .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-s1YNw91RvB .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-s1YNw91RvB .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-s1YNw91RvB .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-s1YNw91RvB .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-s1YNw91RvB .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
}
.cid-s1YNw91RvB .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-s1YNw91RvB .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-s1YNw91RvB .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-s1YNw91RvB .dropdown-item.active,
.cid-s1YNw91RvB .dropdown-item:active {
  background-color: transparent;
}
.cid-s1YNw91RvB .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-s1YNw91RvB .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-s1YNw91RvB .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-s1YNw91RvB .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #003b7e;
}
.cid-s1YNw91RvB .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-s1YNw91RvB .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-s1YNw91RvB ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-s1YNw91RvB .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-s1YNw91RvB button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-s1YNw91RvB button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-s1YNw91RvB button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s1YNw91RvB button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s1YNw91RvB button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s1YNw91RvB button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s1YNw91RvB nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s1YNw91RvB nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s1YNw91RvB nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s1YNw91RvB nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s1YNw91RvB .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-s1YNw91RvB a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-s1YNw91RvB .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  min-width: 160px;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-s1YNw91RvB .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-s1YNw91RvB .navbar {
    height: 77px;
  }
  .cid-s1YNw91RvB .navbar.opened {
    height: auto;
  }
  .cid-s1YNw91RvB .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-s1YNw91RvB .nav-link {
  margin: auto!important;
  position: relative;
  cursor: pointer;
  display: inline-block;
  width: fit-content;
  transition: all 0.3s;
}
.cid-sv2a3Yt7oN {
  padding-top: 375px;
  background-image: url("../../../assets/images/4c33128a-803d-4cf7-b8ef-829f4fb30da7-1600x1200.jpg");
}
.cid-sv2a3Yt7oN H2 {
  color: #ffffff;
  text-align: center;
}
.cid-sv2a3Yt7oN h1 {
  background: linear-gradient(to left, #0077ff, currentColor);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-sv2a3Yt7oN section {
  align-items: flex-end !important;
}
.cid-sv2a3Yt7oN .mbr-text,
.cid-sv2a3Yt7oN .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-sv2a3Yt7oN .mbr-overlay {
  background-color: transparent !important;
  background: linear-gradient(to top, #000000, transparent);
}
.cid-tLYb55uLHm.popup-builder {
  background-color: #ffffff;
}
.cid-tLYb55uLHm.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tLYb55uLHm.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tLYb55uLHm .modal-content,
.cid-tLYb55uLHm .modal-dialog {
  height: auto;
}
.cid-tLYb55uLHm .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tLYb55uLHm .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tLYb55uLHm .form-wrapper .mbr-form .form-group,
  .cid-tLYb55uLHm .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tLYb55uLHm .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tLYb55uLHm .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tLYb55uLHm .mbr-text {
  text-align: center;
}
.cid-tLYb55uLHm .pt-0 {
  padding-top: 0 !important;
}
.cid-tLYb55uLHm .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tLYb55uLHm .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tLYb55uLHm .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tLYb55uLHm .modal-open {
  overflow: hidden;
}
.cid-tLYb55uLHm .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tLYb55uLHm .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tLYb55uLHm .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tLYb55uLHm .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-tLYb55uLHm .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tLYb55uLHm .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tLYb55uLHm .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tLYb55uLHm .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-tLYb55uLHm .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tLYb55uLHm .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tLYb55uLHm .modal-backdrop.fade {
  opacity: 0;
}
.cid-tLYb55uLHm .modal-backdrop.show {
  opacity: .5;
}
.cid-tLYb55uLHm .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-tLYb55uLHm .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tLYb55uLHm .modal-header {
    padding: 1rem;
  }
}
.cid-tLYb55uLHm .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tLYb55uLHm .modal-header .close svg {
  fill: #353535;
}
.cid-tLYb55uLHm .modal-header .close:hover {
  opacity: 1;
}
.cid-tLYb55uLHm .modal-header .close:focus {
  outline: none;
}
.cid-tLYb55uLHm .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-tLYb55uLHm .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tLYb55uLHm .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tLYb55uLHm .modal-body {
    padding: 1rem;
  }
}
.cid-tLYb55uLHm .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-tLYb55uLHm .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tLYb55uLHm .modal-footer {
    padding: 1rem;
  }
}
.cid-tLYb55uLHm .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tLYb55uLHm .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tLYb55uLHm .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tLYb55uLHm .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tLYb55uLHm .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tLYb55uLHm .modal-lg,
  .cid-tLYb55uLHm .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tLYb55uLHm .modal-xl {
    max-width: 1140px;
  }
}
.cid-tLYb55uLHm .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tLYb55uLHm .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-tLYb55uLHm .form-group {
  margin-bottom: 1rem;
}
.cid-tLYb55uLHm .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tLYb55uLHm .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tLYb55uLHm .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-tLYb55uLHm .mbr-section-btn {
  margin: 0;
}
.cid-tLYb55uLHm .mbr-section-btn .btn {
  margin: 0;
}
.cid-sv2aCEavHm {
  padding-top: 30px;
  background-color: #012348;
}
.cid-sv2aCEavHm H2 {
  color: #ffffff;
  text-align: center;
}
.cid-sv2aCEavHm h1 {
  background: linear-gradient(to left, #0077ff, currentColor);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-sv2aCEavHm section {
  align-items: flex-end !important;
}
.cid-sv2aCEavHm .mbr-text,
.cid-sv2aCEavHm .mbr-section-btn {
  color: #000000;
}
.cid-sv2aCEavHm .mbr-overlay {
  background-color: transparent !important;
  background: linear-gradient(to top, #000000, transparent);
}
.cid-sx0Ket6oPu {
  padding-top: 0px;
  background-color: #012348;
}
.cid-sx0Ket6oPu H2 {
  color: #ffffff;
  text-align: center;
}
.cid-sx0Ket6oPu h1 {
  background: linear-gradient(to left, #0077ff, currentColor);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-sx0Ket6oPu section {
  align-items: flex-end !important;
}
.cid-sx0Ket6oPu .mbr-text,
.cid-sx0Ket6oPu .mbr-section-btn {
  color: #000000;
}
.cid-sx0Ket6oPu .mbr-overlay {
  background-color: transparent !important;
  background: linear-gradient(to top, #000000, transparent);
}
.cid-twS0cf9Oza {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #012348;
}
.cid-twS0cf9Oza .mbr-section-title {
  letter-spacing: .1em;
}
.cid-twS0cf9Oza .mbr-text {
  letter-spacing: 0.03rem;
}
.cid-twS0cf9Oza .card-img span {
  font-size: 100px;
}
.cid-twS0cf9Oza .mbr-text,
.cid-twS0cf9Oza .mbr-section-btn {
  color: #efefef;
}
.cid-twS0cf9Oza .mbr-section-title,
.cid-twS0cf9Oza .card-img {
  color: #0077ff;
}
.cid-twRYn5JvCd {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #e5e5e5;
}
.cid-twRYn5JvCd .line {
  width: 55px;
  margin-bottom: 0.5rem;
  height: 5px;
  display: inline-block;
  background: linear-gradient(to left, #0077ff, #003b7e);
}
.cid-twRYn5JvCd .mbr-text,
.cid-twRYn5JvCd .mbr-section-btn {
  color: #000000;
}
.cid-twRYn5JvCd img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-twRYn5JvCd img {
    width: 50%;
  }
}
.cid-twRYn5JvCd .mbr-section-title,
.cid-twRYn5JvCd .title-wrapper {
  color: #003b7e;
}
.cid-s1YPl57Et0 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e5e5e5;
}
.cid-s1YPl57Et0 .card-wrapper {
  display: flex;
  padding: 0 1.5rem;
}
@media (max-width: 1600px) {
  .cid-s1YPl57Et0 .card-wrapper {
    padding: 0;
  }
}
.cid-s1YPl57Et0 img {
  width: 100%;
}
.cid-s1YPl57Et0 .mbr-iconfont {
  font-size: 3rem;
  background: linear-gradient(to left, #0077ff, #003b7e);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-s1YPl57Et0 .line {
  width: 55px;
  margin-bottom: 0.5rem;
  height: 5px;
  display: inline-block;
  background: linear-gradient(to left, #0077ff, #003b7e);
}
.cid-s1YPl57Et0 .icon-wrapper {
  margin: auto;
  margin-right: 1.5rem;
  display: flex;
  justify-content: center;
  border-radius: 50%;
}
.cid-s1YPl57Et0 h4 {
  margin: 0;
}
.cid-s1YPl57Et0 .card-text {
  color: #000000;
}
.cid-s1YPl57Et0 .mbr-text {
  color: #000000;
}
.cid-s1YPl57Et0 .card-title {
  color: #012348;
}
@media (min-width: 1200px) {
  .cid-s1YPl57Et0 .mbr-text {
    max-width: 600px;
  }
}
@media (max-width: 767px) {
  .cid-s1YPl57Et0 .card-wrapper {
    flex-direction: column;
    margin: auto;
    text-align: center;
  }
  .cid-s1YPl57Et0 .card-wrapper .icon-wrapper {
    margin: 0 auto;
    margin-bottom: 1rem;
  }
}
@media (max-width: 991px) {
  .cid-s1YPl57Et0 .mbr-text {
    padding-bottom: 2rem;
    max-width: 100%;
  }
}
.cid-s1YPl57Et0 H3 {
  color: #787324;
}
.cid-s1YPl57Et0 .mbr-section-title,
.cid-s1YPl57Et0 .title-wrapper {
  color: #003b7e;
}
.cid-s1YPl57Et0 .mbr-text,
.cid-s1YPl57Et0 .mbr-section-btn {
  color: #000000;
}
.cid-sxid9OWIkC {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e5e5e5;
}
.cid-sxid9OWIkC .card-wrapper {
  position: relative;
  margin: 0.5rem;
}
.cid-sxid9OWIkC .card-wrapper:hover img {
  transform: scale(1.1);
}
@media (min-width: 767px) {
  .cid-sxid9OWIkC .row {
    padding: 0 4rem;
  }
}
@media (max-width: 1400px) {
  .cid-sxid9OWIkC .card-wrapper {
    margin: 0rem;
  }
}
.cid-sxid9OWIkC .card {
  height: fit-content;
}
.cid-sxid9OWIkC .number {
  border-top: 2px solid currentColor;
  padding-top: 0.4rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
  width: fit-content;
}
.cid-sxid9OWIkC .text-wrap {
  max-width: 400px;
}
.cid-sxid9OWIkC .icon {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 1.5rem;
  transition: 0.3s;
  background: #e5e5e5;
}
.cid-sxid9OWIkC .icon:hover {
  padding-right: 1rem;
  padding-left: 2rem;
}
.cid-sxid9OWIkC .card-box {
  background-color: #e5e5e5;
  padding: 4rem 4rem 6rem 4rem;
  width: 100%;
}
.cid-sxid9OWIkC img {
  width: 100%;
  transition: 5s;
  object-fit: cover;
}
.cid-sxid9OWIkC .img-wrap {
  max-height: 250px;
  overflow: hidden;
}
.cid-sxid9OWIkC .container {
  max-width: 1500px;
}
.cid-sxid9OWIkC .card-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
}
.cid-sxid9OWIkC .mbr-iconfont {
  font-size: 1.3rem;
  color: #232323;
  display: flex;
  justify-content: center;
}
.cid-sxid9OWIkC P {
  color: #000000;
  text-align: left;
}
@media (max-width: 1200px) {
  .cid-sxid9OWIkC .img-wrap {
    max-height: 230px;
  }
  .cid-sxid9OWIkC .text-wrap {
    padding: 0rem;
  }
}
@media (max-width: 992px) {
  .cid-sxid9OWIkC .card-box {
    margin: 0rem;
    padding: 2rem 2rem 6rem 2rem;
  }
  .cid-sxid9OWIkC .text-wrap {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .cid-sxid9OWIkC .card-box {
    padding: 2rem 1rem 5rem 1rem;
  }
  .cid-sxid9OWIkC .number {
    margin: auto;
  }
}
.cid-sxid9OWIkC .mbr-text {
  color: #000000;
}
.cid-sxid9OWIkC .card-title {
  color: #000000;
}
.cid-sxid9OWIkC H2 {
  color: #003b7e;
}
.cid-sxid9OWIkC H3 {
  color: #e5e5e5;
}
.cid-sxigXReGJW {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #e5e5e5;
}
@media (min-width: 767px) {
  .cid-sxigXReGJW .container {
    padding: 1rem;
  }
}
.cid-sxigXReGJW .card-box {
  padding: 0 2rem;
}
.cid-sxigXReGJW .mbr-section-btn {
  padding-top: 2rem;
}
.cid-sxigXReGJW .card1 {
  background-image: url("../../../assets/images/car-wash-center-rimini.rn.ige-rn.rimini-2000x1335.jpg");
}
.cid-sxigXReGJW .card2 {
  background-image: url("../../../assets/images/car-wash-center-rimini.rn.ige-rn.1-2000x1335.jpg");
}
.cid-sxigXReGJW .card3 {
  background-image: url("../../../assets/images/car-wash-center-rimini.rn.ige-2000x1335.jpg");
}
.cid-sxigXReGJW h4 {
  font-weight: 500;
  margin-bottom: 0;
  padding-top: 2rem;
}
.cid-sxigXReGJW p {
  margin-bottom: 0;
  padding-top: 1.5rem;
  padding-top: 2rem;
}
.cid-sxigXReGJW .card-wrapper {
  height: 100%;
  padding: 25rem 2rem 5rem 2rem;
  background-size: cover;
}
.cid-sxigXReGJW .btn {
  margin: 0!important;
  padding: 1rem 2rem;
}
@media (max-width: 767px) {
  .cid-sxigXReGJW .card-wrapper {
    padding: 15rem 1rem 3rem 1rem;
  }
}
.cid-sxhdJSKNGn {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e5e5e5;
}
.cid-sxhdJSKNGn .line {
  width: 55px;
  margin-bottom: 0.5rem;
  height: 5px;
  display: inline-block;
  background: linear-gradient(to left, #0077ff, #003b7e);
}
.cid-sxhdJSKNGn .mbr-text,
.cid-sxhdJSKNGn .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-sxhdJSKNGn .mbr-section-title,
.cid-sxhdJSKNGn .title-wrapper {
  color: #003b7e;
}
.cid-svjiMgdvge {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #e5e5e5;
}
@media (min-width: 767px) {
  .cid-svjiMgdvge .container {
    padding: 1rem;
  }
}
.cid-svjiMgdvge .card-box {
  padding: 0 2rem;
}
.cid-svjiMgdvge .mbr-section-btn {
  padding-top: 2rem;
}
.cid-svjiMgdvge .card1 {
  background-image: url("../../../assets/images/c2ea2591-93de-468b-aec6-f7d24cf6e95d-1200x1600.jpeg");
}
.cid-svjiMgdvge .card2 {
  background-image: url("../../../assets/images/whatsapp-image-2021-04-22-at-13.30.41-1200x1600.jpg");
}
.cid-svjiMgdvge .card3 {
  background-image: url("../../../assets/images/whatsapp-image-2021-04-22-at-13.30.40-1200x1600.jpg");
}
.cid-svjiMgdvge h4 {
  font-weight: 500;
  margin-bottom: 0;
  padding-top: 2rem;
}
.cid-svjiMgdvge p {
  margin-bottom: 0;
  padding-top: 1.5rem;
  padding-top: 2rem;
}
.cid-svjiMgdvge .card-wrapper {
  height: 100%;
  padding: 25rem 2rem 5rem 2rem;
  background-size: cover;
}
.cid-svjiMgdvge .btn {
  margin: 0!important;
  padding: 1rem 2rem;
}
@media (max-width: 767px) {
  .cid-svjiMgdvge .card-wrapper {
    padding: 15rem 1rem 3rem 1rem;
  }
}
.cid-sz43I5sIpg {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e5e5e5;
}
.cid-sz43I5sIpg H1 {
  color: #000000;
}
.cid-sz43I5sIpg h1 {
  background: linear-gradient(to left, #0077ff, currentColor);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-sz43I5sIpg .mbr-text,
.cid-sz43I5sIpg .mbr-section-btn {
  color: #000000;
}
.cid-sz43I5sIpg H2 {
  color: #003b7e;
}
.cid-u0zQfQVYHK {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #e5e5e5;
}
@media (min-width: 767px) {
  .cid-u0zQfQVYHK .container {
    padding: 1rem;
  }
}
.cid-u0zQfQVYHK .card-box {
  padding: 0 2rem;
}
.cid-u0zQfQVYHK .mbr-section-btn {
  padding-top: 2rem;
}
.cid-u0zQfQVYHK .card1 {
  background-image: url("../../../assets/images/52553518-1710203599111839-4141624860314959872-n-1-1600x903.jpeg");
}
.cid-u0zQfQVYHK .card2 {
  background-image: url("../../../assets/images/10690183-550378155094395-6799603914382602107-n-960x540.jpeg");
}
.cid-u0zQfQVYHK .card3 {
  background-image: url("../../../assets/images/10509729-529167827215428-8969875864398957915-n-960x540.jpeg");
}
.cid-u0zQfQVYHK h4 {
  font-weight: 500;
  margin-bottom: 0;
  padding-top: 2rem;
}
.cid-u0zQfQVYHK p {
  margin-bottom: 0;
  padding-top: 1.5rem;
  padding-top: 2rem;
}
.cid-u0zQfQVYHK .card-wrapper {
  height: 100%;
  padding: 25rem 2rem 5rem 2rem;
  background-size: cover;
}
.cid-u0zQfQVYHK .btn {
  margin: 0!important;
  padding: 1rem 2rem;
}
@media (max-width: 767px) {
  .cid-u0zQfQVYHK .card-wrapper {
    padding: 15rem 1rem 3rem 1rem;
  }
}
.cid-tEjtNjPC1M {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #e5e5e5;
}
.cid-tEjtNjPC1M .card-wrapper {
  display: flex;
  padding: 0 1.5rem;
}
@media (max-width: 1600px) {
  .cid-tEjtNjPC1M .card-wrapper {
    padding: 0;
  }
}
.cid-tEjtNjPC1M img {
  width: 100%;
}
.cid-tEjtNjPC1M .mbr-iconfont {
  font-size: 3rem;
  background: linear-gradient(to left, #0077ff, #003b7e);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-tEjtNjPC1M .line {
  width: 55px;
  margin-bottom: 0.5rem;
  height: 5px;
  display: inline-block;
  background: linear-gradient(to left, #0077ff, #003b7e);
}
.cid-tEjtNjPC1M .icon-wrapper {
  margin: auto;
  margin-right: 1.5rem;
  display: flex;
  justify-content: center;
  border-radius: 50%;
}
.cid-tEjtNjPC1M h4 {
  margin: 0;
}
.cid-tEjtNjPC1M .card-text {
  color: #000000;
  text-align: center;
}
.cid-tEjtNjPC1M .mbr-text {
  color: #000000;
}
.cid-tEjtNjPC1M .card-title {
  color: #012348;
}
@media (min-width: 1200px) {
  .cid-tEjtNjPC1M .mbr-text {
    max-width: 600px;
  }
}
@media (max-width: 767px) {
  .cid-tEjtNjPC1M .card-wrapper {
    flex-direction: column;
    margin: auto;
    text-align: center;
  }
  .cid-tEjtNjPC1M .card-wrapper .icon-wrapper {
    margin: 0 auto;
    margin-bottom: 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tEjtNjPC1M .mbr-text {
    padding-bottom: 2rem;
    max-width: 100%;
  }
}
.cid-tEjtNjPC1M H3 {
  color: #787324;
}
.cid-tEjtNjPC1M .mbr-section-title,
.cid-tEjtNjPC1M .title-wrapper {
  color: #003b7e;
  text-align: center;
}
.cid-tEjtNjPC1M .mbr-text,
.cid-tEjtNjPC1M .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-tEjtNjPC1M .card-title DIV {
  text-align: center;
}
.cid-u0zKV32BPf {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #e5e5e5;
}
.cid-u0zKV32BPf .fb-page,
.cid-u0zKV32BPf span,
.cid-u0zKV32BPf iframe {
  width: 320px;
  height: 520px;
}
.cid-u0zKV32BPf blockquote {
  display: none;
}
.cid-u0zKV32BPf .fb-page {
  background-color: #1877f2;
  border-radius: 4px;
  background-size: contain;
  background-repeat: no-repeat;
  color: #fff;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='xMinYMin meet' viewBox='0 0 262 266.895'><path id='path3087' fill='%23fff' d='M182.409,262.307v-99.803h33.499l5.016-38.895h-38.515V98.777c0-11.261,3.127-18.935,19.275-18.935 l20.596-0.009V45.045c-3.562-0.474-15.788-1.533-30.012-1.533c-29.695,0-50.025,18.126-50.025,51.413v28.684h-33.585v38.895h33.585 v99.803H182.409z'></path></svg>");
}
.cid-u0zKV32BPf .mbr-section-title {
  color: #003b7e;
}
.cid-u0zVQEdlCC {
  padding-top: 90px;
  background-color: #003b7e;
}
.cid-u0zVQEdlCC H2 {
  color: #ffffff;
  text-align: center;
}
.cid-u0zVQEdlCC h1 {
  background: linear-gradient(to left, #0077ff, currentColor);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-u0zVQEdlCC section {
  align-items: flex-end !important;
}
.cid-u0zVQEdlCC .mbr-text,
.cid-u0zVQEdlCC .mbr-section-btn {
  color: #000000;
}
.cid-u0zVQEdlCC .mbr-overlay {
  background-color: transparent !important;
  background: linear-gradient(to top, #000000, transparent);
}
.cid-u0zIt7djZ5 {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-u0zIt7djZ5 .mbr-section-title {
  letter-spacing: .1em;
}
.cid-u0zIt7djZ5 .mbr-text {
  letter-spacing: 0.03rem;
}
.cid-u0zIt7djZ5 .card-img span {
  font-size: 100px;
}
.cid-u0zIt7djZ5 .mbr-text,
.cid-u0zIt7djZ5 .mbr-section-btn {
  color: #efefef;
}
.cid-u0zIt7djZ5 .mbr-section-title,
.cid-u0zIt7djZ5 .card-img {
  color: #0077ff;
}
.cid-u0zI0tsDWg .google-map {
  height: 30rem;
  position: relative;
}
.cid-u0zI0tsDWg .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-u0zI0tsDWg .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-u0zI0tsDWg .google-map[data-state] {
  background: #e9e5dc;
}
.cid-u0zI0tsDWg .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-u0zI1fbvSF {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-u0zI1fbvSF .mbr-section-title {
  letter-spacing: .1em;
}
.cid-u0zI1fbvSF .mbr-text {
  letter-spacing: 0.03rem;
}
.cid-u0zI1fbvSF .card-img span {
  font-size: 100px;
}
.cid-u0zI1fbvSF .mbr-text,
.cid-u0zI1fbvSF .mbr-section-btn {
  color: #efefef;
}
.cid-u0zI1fbvSF .mbr-section-title,
.cid-u0zI1fbvSF .card-img {
  color: #0077ff;
}
.cid-svuqplye8u {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #003b7e;
}
.cid-svuqplye8u .mbr-section-subtitle {
  letter-spacing: 1px;
  margin-bottom: 1.5rem;
  color: #cccccc;
  text-align: left;
}
.cid-svuqplye8u .first-column .mbr-text {
  margin: 0;
}
.cid-svuqplye8u .icons-wrapper ul {
  margin: 0;
  padding: 0;
}
.cid-svuqplye8u .icons-wrapper ul li {
  margin-right: 1.25rem;
  display: inline-block;
}
.cid-svuqplye8u .icons-wrapper ul li .mbr-iconfont {
  color: #ffffff;
  font-size: 1.5rem;
}
.cid-svuqplye8u .icons-wrapper ul li .mbr-iconfont:hover {
  color: #878787;
}
.cid-svuqplye8u .form-group {
  max-width: 55%;
}
.cid-svuqplye8u .form-group,
.cid-svuqplye8u .mbr-section-btn {
  margin: 0;
  padding: 0;
  display: -webkit-flex;
}
.cid-svuqplye8u .form-control {
  font-size: .9rem;
  border: none;
  border-radius: 0;
  width: 100%;
  padding: .3rem .5rem;
  background: #000000;
  color: #d8d7d7;
}
.cid-svuqplye8u .form-control::-webkit-input-placeholder {
  color: #d8d7d7;
}
.cid-svuqplye8u .form-control::-moz-placeholder {
  color: #d8d7d7;
}
.cid-svuqplye8u .form-control:-moz-placeholder {
  color: #d8d7d7;
}
.cid-svuqplye8u .form-control:-ms-input-placeholder {
  color: #d8d7d7;
}
.cid-svuqplye8u .col + .mbr-section-btn .btn,
.cid-svuqplye8u .col-auto + .mbr-section-btn .btn {
  margin: 0 !important;
  height: 100%;
  border-radius: 0px !important;
  padding: 0 2.2rem !important;
}
.cid-svuqplye8u .dragArea > *:nth-last-child(2).col,
.cid-svuqplye8u .dragArea > *:nth-last-child(2).col-auto,
.cid-svuqplye8u .col + .mbr-section-btn,
.cid-svuqplye8u .col-auto + .mbr-section-btn {
  padding-left: 0;
  padding-right: 0;
  margin: 0;
}
@media (max-width: 991px) {
  .cid-svuqplye8u .first-column,
  .cid-svuqplye8u .second-column {
    padding-bottom: 2rem;
  }
  .cid-svuqplye8u .mbr-form .row {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-svuqplye8u .first-column,
  .cid-svuqplye8u .second-column,
  .cid-svuqplye8u .third-column {
    text-align: center;
  }
}
.cid-svuqplye8u .mbr-section-title {
  text-align: left;
}
.cid-svuqplye8u .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-svuqplye8u .mbr-section-subtitle,
.cid-svuqplye8u .icons-wrapper {
  color: #ffffff;
}
.cid-s1YPqSpOCZ {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-s1YPqSpOCZ .mbr-text1 {
  color: #999999;
}
.cid-s1YPqSpOCZ .mbr-text2 {
  color: #999999;
}
.cid-s1YPqSpOCZ p {
  margin: 0;
}
.cid-svwjzWnW4c {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #012348;
}
.cid-svwjzWnW4c .mbr-section-title {
  letter-spacing: .1em;
}
.cid-svwjzWnW4c .mbr-text {
  letter-spacing: 0.03rem;
}
.cid-svwjzWnW4c .card-img span {
  font-size: 100px;
}
.cid-svwjzWnW4c .mbr-text,
.cid-svwjzWnW4c .mbr-section-btn {
  color: #efefef;
}
.cid-svu6W8AGJ3 {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #e5e5e5;
}
.cid-svu6W8AGJ3 .container {
  max-width: 1900px;
}
.cid-svu6W8AGJ3 img {
  width: 100%;
  transition: 5s;
  object-fit: cover;
  margin: auto;
}
.cid-svu6W8AGJ3 img:hover {
  transform: scale(1);
}
.cid-svu6W8AGJ3 .row {
  background: #e5e5e5;
}
.cid-svu6W8AGJ3 .img-col {
  padding: 0;
  overflow: hidden;
  text-align: center;
  justify-content: center;
  position: relative;
  max-height: 740px;
  margin-bottom: 4rem;
}
.cid-svu6W8AGJ3 h2 {
  padding: 0;
  margin: 0;
}
.cid-svu6W8AGJ3 .title-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-svu6W8AGJ3 .text-col {
  max-width: 700px;
  margin: auto;
  padding: 0 4rem 4rem 4rem;
}
.cid-svu6W8AGJ3 .mbr-section-btn {
  position: absolute;
  bottom: 0;
  right: 0;
}
.cid-svu6W8AGJ3 .mbr-section-btn .btn {
  margin: 0rem!important;
  min-width: 400px;
  justify-content: space-between;
}
.cid-svu6W8AGJ3 .mbr-section-btn .btn .mbr-iconfont {
  order: 2;
}
.cid-svu6W8AGJ3 .number {
  border-top: 2px solid currentColor;
  padding-top: 0.4rem;
  margin-right: 3rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
}
@media (max-width: 1200px) {
  .cid-svu6W8AGJ3 .row {
    margin: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-svu6W8AGJ3 .text-col {
    padding: 4rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-svu6W8AGJ3 .btn {
    min-width: 200px!important;
    padding: 0.6rem 0.8rem!important;
  }
  .cid-svu6W8AGJ3 .row {
    margin: 0rem;
  }
  .cid-svu6W8AGJ3 .text-col {
    padding: 2rem 1rem;
  }
  .cid-svu6W8AGJ3 .number {
    margin-right: 2rem;
  }
  .cid-svu6W8AGJ3 .img-col {
    margin-bottom: 3rem;
  }
}
.cid-svu6W8AGJ3 H2 {
  color: #333333;
}
.cid-svu6W8AGJ3 .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-svu6UheCYz {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e5e5e5;
}
.cid-svu6UheCYz H1 {
  color: #e2090d;
}
.cid-svu6UheCYz h1 {
  background: linear-gradient(to left, #0077ff, currentColor);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-svu6UheCYz .mbr-text,
.cid-svu6UheCYz .mbr-section-btn {
  color: #003b7e;
}
.cid-u0zPMRXKJS {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #e5e5e5;
}
@media (min-width: 767px) {
  .cid-u0zPMRXKJS .container {
    padding: 1rem;
  }
}
.cid-u0zPMRXKJS .card-box {
  padding: 0 2rem;
}
.cid-u0zPMRXKJS .mbr-section-btn {
  padding-top: 2rem;
}
.cid-u0zPMRXKJS .card1 {
  background-image: url("../../../assets/images/8468e007-59db-4384-ab59-66963d4f5508-1600x1200.jpg");
}
.cid-u0zPMRXKJS .card2 {
  background-image: url("../../../assets/images/a5125935-7042-4161-a3f6-c6aff3248e2a-1600x1200.jpg");
}
.cid-u0zPMRXKJS .card3 {
  background-image: url("../../../assets/images/8234411c-bd08-45f2-918d-d9c7652f99a6-1600x1200.jpg");
}
.cid-u0zPMRXKJS h4 {
  font-weight: 500;
  margin-bottom: 0;
  padding-top: 2rem;
}
.cid-u0zPMRXKJS p {
  margin-bottom: 0;
  padding-top: 1.5rem;
  padding-top: 2rem;
}
.cid-u0zPMRXKJS .card-wrapper {
  height: 100%;
  padding: 25rem 2rem 5rem 2rem;
  background-size: cover;
}
.cid-u0zPMRXKJS .btn {
  margin: 0!important;
  padding: 1rem 2rem;
}
@media (max-width: 767px) {
  .cid-u0zPMRXKJS .card-wrapper {
    padding: 15rem 1rem 3rem 1rem;
  }
}
.cid-svuaLnUMmT {
  padding-top: 0px;
  background-color: #e5e5e5;
}
.cid-svuaLnUMmT H2 {
  color: #ffffff;
  text-align: center;
}
.cid-svuaLnUMmT h1 {
  background: linear-gradient(to left, #0077ff, currentColor);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-svuaLnUMmT section {
  align-items: flex-end !important;
}
.cid-svuaLnUMmT .mbr-text,
.cid-svuaLnUMmT .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-svuaLnUMmT .mbr-overlay {
  background-color: transparent !important;
  background: linear-gradient(to top, #000000, transparent);
}
.cid-svuaLnUMmT DIV {
  text-align: center;
}
.cid-twRVIEJz9x {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #e5e5e5;
}
.cid-twRVIEJz9x .line {
  width: 55px;
  margin-bottom: 0.5rem;
  height: 5px;
  display: inline-block;
  background: linear-gradient(to left, #0077ff, #003b7e);
}
.cid-twRVIEJz9x .mbr-text,
.cid-twRVIEJz9x .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-twRVIEJz9x img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-twRVIEJz9x img {
    width: 50%;
  }
}
.cid-twRVIEJz9x .mbr-section-title,
.cid-twRVIEJz9x .title-wrapper {
  color: #003b7e;
  text-align: center;
}
.cid-u0zPOa5VjL {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #e5e5e5;
}
@media (min-width: 767px) {
  .cid-u0zPOa5VjL .container {
    padding: 1rem;
  }
}
.cid-u0zPOa5VjL .card-box {
  padding: 0 2rem;
}
.cid-u0zPOa5VjL .mbr-section-btn {
  padding-top: 2rem;
}
.cid-u0zPOa5VjL .card1 {
  background-image: url("../../../assets/images/10339519-488176087981269-9203080954272265983-o-1032x581.jpg");
}
.cid-u0zPOa5VjL .card2 {
  background-image: url("../../../assets/images/10448621-488176054647939-6107145261371940924-o-1032x581.jpg");
}
.cid-u0zPOa5VjL .card3 {
  background-image: url("../../../assets/images/10285532-488175954647949-6214109664804450407-o-1032x581.jpg");
}
.cid-u0zPOa5VjL h4 {
  font-weight: 500;
  margin-bottom: 0;
  padding-top: 2rem;
}
.cid-u0zPOa5VjL p {
  margin-bottom: 0;
  padding-top: 1.5rem;
  padding-top: 2rem;
}
.cid-u0zPOa5VjL .card-wrapper {
  height: 100%;
  padding: 25rem 2rem 5rem 2rem;
  background-size: cover;
}
.cid-u0zPOa5VjL .btn {
  margin: 0!important;
  padding: 1rem 2rem;
}
@media (max-width: 767px) {
  .cid-u0zPOa5VjL .card-wrapper {
    padding: 15rem 1rem 3rem 1rem;
  }
}
.cid-u0zJMDyJSL {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #e5e5e5;
}
.cid-u0zJMDyJSL .fb-page,
.cid-u0zJMDyJSL span,
.cid-u0zJMDyJSL iframe {
  width: 320px;
  height: 520px;
}
.cid-u0zJMDyJSL blockquote {
  display: none;
}
.cid-u0zJMDyJSL .fb-page {
  background-color: #1877f2;
  border-radius: 4px;
  background-size: contain;
  background-repeat: no-repeat;
  color: #fff;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='xMinYMin meet' viewBox='0 0 262 266.895'><path id='path3087' fill='%23fff' d='M182.409,262.307v-99.803h33.499l5.016-38.895h-38.515V98.777c0-11.261,3.127-18.935,19.275-18.935 l20.596-0.009V45.045c-3.562-0.474-15.788-1.533-30.012-1.533c-29.695,0-50.025,18.126-50.025,51.413v28.684h-33.585v38.895h33.585 v99.803H182.409z'></path></svg>");
}
.cid-u0zJMDyJSL .mbr-section-title {
  color: #003b7e;
}
.cid-u0zXH9A5uV {
  padding-top: 90px;
  background-color: #003b7e;
}
.cid-u0zXH9A5uV H2 {
  color: #ffffff;
  text-align: center;
}
.cid-u0zXH9A5uV h1 {
  background: linear-gradient(to left, #0077ff, currentColor);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-u0zXH9A5uV section {
  align-items: flex-end !important;
}
.cid-u0zXH9A5uV .mbr-text,
.cid-u0zXH9A5uV .mbr-section-btn {
  color: #000000;
}
.cid-u0zXH9A5uV .mbr-overlay {
  background-color: transparent !important;
  background: linear-gradient(to top, #000000, transparent);
}
.cid-svuqSgGnQq {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-svuqSgGnQq H1 {
  color: #e2090d;
}
.cid-svuqSgGnQq h1 {
  background: linear-gradient(to left, #0077ff, currentColor);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-svuqSgGnQq .mbr-text,
.cid-svuqSgGnQq .mbr-section-btn {
  color: #999999;
}
.cid-twRUOg8okw .google-map {
  height: 30rem;
  position: relative;
}
.cid-twRUOg8okw .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-twRUOg8okw .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-twRUOg8okw .google-map[data-state] {
  background: #e9e5dc;
}
.cid-twRUOg8okw .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-svuqBoTyX0 {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-svuqBoTyX0 H1 {
  color: #e2090d;
}
.cid-svuqBoTyX0 h1 {
  background: linear-gradient(to left, #0077ff, currentColor);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-svuqBoTyX0 .mbr-text,
.cid-svuqBoTyX0 .mbr-section-btn {
  color: #999999;
}
.cid-s1YNw91RvB .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-s1YNw91RvB .btn {
  white-space: nowrap;
}
.cid-s1YNw91RvB .nav-link,
.cid-s1YNw91RvB .icons-menu .mbr-iconfont,
.cid-s1YNw91RvB .dropdown-item {
  transition: all 0.1s;
}
.cid-s1YNw91RvB .nav-link:hover,
.cid-s1YNw91RvB .icons-menu .mbr-iconfont:hover,
.cid-s1YNw91RvB .dropdown-item:hover {
  color: #0077ff !important;
}
@media (max-width: 992px) {
  .cid-s1YNw91RvB .icons-menu {
    padding: 1rem 0!important;
  }
}
.cid-s1YNw91RvB .container {
  display: flex;
  margin: auto;
}
.cid-s1YNw91RvB .navbar {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  min-height: 77px;
  transition: all .3s;
  background: #003b7e;
  background: none;
}
.cid-s1YNw91RvB .navbar.opened {
  transition: all .3s;
}
.cid-s1YNw91RvB .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-s1YNw91RvB .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-s1YNw91RvB .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-s1YNw91RvB .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-s1YNw91RvB .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-s1YNw91RvB .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-s1YNw91RvB .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-s1YNw91RvB .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-s1YNw91RvB .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-s1YNw91RvB .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-s1YNw91RvB .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-s1YNw91RvB .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-s1YNw91RvB .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-s1YNw91RvB .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-s1YNw91RvB .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-s1YNw91RvB .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-s1YNw91RvB .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-s1YNw91RvB .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-s1YNw91RvB .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-s1YNw91RvB .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-s1YNw91RvB .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-s1YNw91RvB .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-s1YNw91RvB .navbar.navbar-short {
  background: #003b7e !important;
  min-height: 60px;
}
.cid-s1YNw91RvB .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-s1YNw91RvB .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-s1YNw91RvB .dropdown-menu {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  padding: 1rem 0;
}
.cid-s1YNw91RvB .nav-dropdown .link {
  padding: 0.4rem 1rem!important;
  margin: .2em 0.5rem;
}
.cid-s1YNw91RvB .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-s1YNw91RvB .mbr-iconfont {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-s1YNw91RvB .navbar-caption {
  padding-right: 4rem;
}
.cid-s1YNw91RvB .navbar-nav {
  justify-content: flex-end;
  width: -webkit-fill-available;
}
.cid-s1YNw91RvB .dropdown-menu,
.cid-s1YNw91RvB .navbar.opened {
  background: #191919 !important;
}
.cid-s1YNw91RvB .nav-item:focus,
.cid-s1YNw91RvB .nav-link:focus {
  outline: none;
}
.cid-s1YNw91RvB .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-s1YNw91RvB .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-s1YNw91RvB .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-s1YNw91RvB .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-s1YNw91RvB .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-s1YNw91RvB .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
}
.cid-s1YNw91RvB .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-s1YNw91RvB .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-s1YNw91RvB .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-s1YNw91RvB .dropdown-item.active,
.cid-s1YNw91RvB .dropdown-item:active {
  background-color: transparent;
}
.cid-s1YNw91RvB .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-s1YNw91RvB .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-s1YNw91RvB .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-s1YNw91RvB .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #003b7e;
}
.cid-s1YNw91RvB .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-s1YNw91RvB .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-s1YNw91RvB ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-s1YNw91RvB .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-s1YNw91RvB button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-s1YNw91RvB button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-s1YNw91RvB button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s1YNw91RvB button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s1YNw91RvB button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s1YNw91RvB button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s1YNw91RvB nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s1YNw91RvB nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s1YNw91RvB nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s1YNw91RvB nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s1YNw91RvB .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-s1YNw91RvB a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-s1YNw91RvB .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  min-width: 160px;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-s1YNw91RvB .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-s1YNw91RvB .navbar {
    height: 77px;
  }
  .cid-s1YNw91RvB .navbar.opened {
    height: auto;
  }
  .cid-s1YNw91RvB .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-s1YNw91RvB .nav-link {
  margin: auto!important;
  position: relative;
  cursor: pointer;
  display: inline-block;
  width: fit-content;
  transition: all 0.3s;
}
.cid-twRXLmcyrj {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-twRXLmcyrj .mbr-section-title {
  letter-spacing: .1em;
}
.cid-twRXLmcyrj .mbr-text {
  letter-spacing: 0.03rem;
}
.cid-twRXLmcyrj .card-img span {
  font-size: 100px;
}
.cid-twRXLmcyrj .mbr-text,
.cid-twRXLmcyrj .mbr-section-btn {
  color: #efefef;
}
.cid-twRXLmcyrj .mbr-section-title,
.cid-twRXLmcyrj .card-img {
  color: #0077ff;
}
.cid-svuqplye8u {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #003b7e;
}
.cid-svuqplye8u .mbr-section-subtitle {
  letter-spacing: 1px;
  margin-bottom: 1.5rem;
  color: #cccccc;
  text-align: left;
}
.cid-svuqplye8u .first-column .mbr-text {
  margin: 0;
}
.cid-svuqplye8u .icons-wrapper ul {
  margin: 0;
  padding: 0;
}
.cid-svuqplye8u .icons-wrapper ul li {
  margin-right: 1.25rem;
  display: inline-block;
}
.cid-svuqplye8u .icons-wrapper ul li .mbr-iconfont {
  color: #ffffff;
  font-size: 1.5rem;
}
.cid-svuqplye8u .icons-wrapper ul li .mbr-iconfont:hover {
  color: #878787;
}
.cid-svuqplye8u .form-group {
  max-width: 55%;
}
.cid-svuqplye8u .form-group,
.cid-svuqplye8u .mbr-section-btn {
  margin: 0;
  padding: 0;
  display: -webkit-flex;
}
.cid-svuqplye8u .form-control {
  font-size: .9rem;
  border: none;
  border-radius: 0;
  width: 100%;
  padding: .3rem .5rem;
  background: #000000;
  color: #d8d7d7;
}
.cid-svuqplye8u .form-control::-webkit-input-placeholder {
  color: #d8d7d7;
}
.cid-svuqplye8u .form-control::-moz-placeholder {
  color: #d8d7d7;
}
.cid-svuqplye8u .form-control:-moz-placeholder {
  color: #d8d7d7;
}
.cid-svuqplye8u .form-control:-ms-input-placeholder {
  color: #d8d7d7;
}
.cid-svuqplye8u .col + .mbr-section-btn .btn,
.cid-svuqplye8u .col-auto + .mbr-section-btn .btn {
  margin: 0 !important;
  height: 100%;
  border-radius: 0px !important;
  padding: 0 2.2rem !important;
}
.cid-svuqplye8u .dragArea > *:nth-last-child(2).col,
.cid-svuqplye8u .dragArea > *:nth-last-child(2).col-auto,
.cid-svuqplye8u .col + .mbr-section-btn,
.cid-svuqplye8u .col-auto + .mbr-section-btn {
  padding-left: 0;
  padding-right: 0;
  margin: 0;
}
@media (max-width: 991px) {
  .cid-svuqplye8u .first-column,
  .cid-svuqplye8u .second-column {
    padding-bottom: 2rem;
  }
  .cid-svuqplye8u .mbr-form .row {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-svuqplye8u .first-column,
  .cid-svuqplye8u .second-column,
  .cid-svuqplye8u .third-column {
    text-align: center;
  }
}
.cid-svuqplye8u .mbr-section-title {
  text-align: left;
}
.cid-svuqplye8u .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-svuqplye8u .mbr-section-subtitle,
.cid-svuqplye8u .icons-wrapper {
  color: #ffffff;
}
.cid-s1YPqSpOCZ {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-s1YPqSpOCZ .mbr-text1 {
  color: #999999;
}
.cid-s1YPqSpOCZ .mbr-text2 {
  color: #999999;
}
.cid-s1YPqSpOCZ p {
  margin: 0;
}
.cid-szbIjEYdjR .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-szbIjEYdjR .btn {
  white-space: nowrap;
}
.cid-szbIjEYdjR .nav-link,
.cid-szbIjEYdjR .icons-menu .mbr-iconfont,
.cid-szbIjEYdjR .dropdown-item {
  transition: all 0.1s;
}
.cid-szbIjEYdjR .nav-link:hover,
.cid-szbIjEYdjR .icons-menu .mbr-iconfont:hover,
.cid-szbIjEYdjR .dropdown-item:hover {
  color: #0077ff !important;
}
@media (max-width: 992px) {
  .cid-szbIjEYdjR .icons-menu {
    padding: 1rem 0!important;
  }
}
.cid-szbIjEYdjR .container {
  display: flex;
  margin: auto;
}
.cid-szbIjEYdjR .navbar {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  min-height: 77px;
  transition: all .3s;
  background: #003b7e;
  background: none;
}
.cid-szbIjEYdjR .navbar.opened {
  transition: all .3s;
}
.cid-szbIjEYdjR .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-szbIjEYdjR .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-szbIjEYdjR .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-szbIjEYdjR .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-szbIjEYdjR .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-szbIjEYdjR .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-szbIjEYdjR .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-szbIjEYdjR .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-szbIjEYdjR .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-szbIjEYdjR .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-szbIjEYdjR .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-szbIjEYdjR .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-szbIjEYdjR .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-szbIjEYdjR .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-szbIjEYdjR .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-szbIjEYdjR .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-szbIjEYdjR .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-szbIjEYdjR .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-szbIjEYdjR .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-szbIjEYdjR .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-szbIjEYdjR .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-szbIjEYdjR .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-szbIjEYdjR .navbar.navbar-short {
  background: #003b7e !important;
  min-height: 60px;
}
.cid-szbIjEYdjR .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-szbIjEYdjR .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-szbIjEYdjR .dropdown-menu {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  padding: 1rem 0;
}
.cid-szbIjEYdjR .nav-dropdown .link {
  padding: 0.4rem 1rem!important;
  margin: .2em 0.5rem;
}
.cid-szbIjEYdjR .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-szbIjEYdjR .mbr-iconfont {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-szbIjEYdjR .navbar-caption {
  padding-right: 4rem;
}
.cid-szbIjEYdjR .navbar-nav {
  justify-content: flex-end;
  width: -webkit-fill-available;
}
.cid-szbIjEYdjR .dropdown-menu,
.cid-szbIjEYdjR .navbar.opened {
  background: #191919 !important;
}
.cid-szbIjEYdjR .nav-item:focus,
.cid-szbIjEYdjR .nav-link:focus {
  outline: none;
}
.cid-szbIjEYdjR .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-szbIjEYdjR .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-szbIjEYdjR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-szbIjEYdjR .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-szbIjEYdjR .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-szbIjEYdjR .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
}
.cid-szbIjEYdjR .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-szbIjEYdjR .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-szbIjEYdjR .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-szbIjEYdjR .dropdown-item.active,
.cid-szbIjEYdjR .dropdown-item:active {
  background-color: transparent;
}
.cid-szbIjEYdjR .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-szbIjEYdjR .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-szbIjEYdjR .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-szbIjEYdjR .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #003b7e;
}
.cid-szbIjEYdjR .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-szbIjEYdjR .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-szbIjEYdjR ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-szbIjEYdjR .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-szbIjEYdjR button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-szbIjEYdjR button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-szbIjEYdjR button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-szbIjEYdjR button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-szbIjEYdjR button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-szbIjEYdjR button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-szbIjEYdjR nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-szbIjEYdjR nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-szbIjEYdjR nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-szbIjEYdjR nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-szbIjEYdjR .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-szbIjEYdjR a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-szbIjEYdjR .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  min-width: 160px;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-szbIjEYdjR .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-szbIjEYdjR .navbar {
    height: 77px;
  }
  .cid-szbIjEYdjR .navbar.opened {
    height: auto;
  }
  .cid-szbIjEYdjR .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-szbIjEYdjR .nav-link {
  margin: auto!important;
  position: relative;
  cursor: pointer;
  display: inline-block;
  width: fit-content;
  transition: all 0.3s;
}
.cid-szbIjFQyZx {
  padding-top: 705px;
  background-image: url("../../../assets/images/10580169-524064111059133-8812332513770892054-n-960x540.jpg");
}
.cid-szbIjFQyZx H2 {
  color: #ffffff;
  text-align: center;
}
.cid-szbIjFQyZx h1 {
  background: linear-gradient(to left, #0077ff, currentColor);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-szbIjFQyZx section {
  align-items: flex-end !important;
}
.cid-szbIjFQyZx .mbr-text,
.cid-szbIjFQyZx .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-szbIjFQyZx .mbr-overlay {
  background-color: transparent !important;
  background: linear-gradient(to top, #000000, transparent);
}
.cid-szbIjGaT3Z {
  padding-top: 30px;
  background-color: #012348;
}
.cid-szbIjGaT3Z H2 {
  color: #ffffff;
  text-align: center;
}
.cid-szbIjGaT3Z h1 {
  background: linear-gradient(to left, #0077ff, currentColor);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-szbIjGaT3Z section {
  align-items: flex-end !important;
}
.cid-szbIjGaT3Z .mbr-text,
.cid-szbIjGaT3Z .mbr-section-btn {
  color: #000000;
}
.cid-szbIjGaT3Z .mbr-overlay {
  background-color: transparent !important;
  background: linear-gradient(to top, #000000, transparent);
}
.cid-szbIjGtNAp {
  padding-top: 0px;
  background-color: #012348;
}
.cid-szbIjGtNAp H2 {
  color: #ffffff;
  text-align: center;
}
.cid-szbIjGtNAp h1 {
  background: linear-gradient(to left, #0077ff, currentColor);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-szbIjGtNAp section {
  align-items: flex-end !important;
}
.cid-szbIjGtNAp .mbr-text,
.cid-szbIjGtNAp .mbr-section-btn {
  color: #000000;
}
.cid-szbIjGtNAp .mbr-overlay {
  background-color: transparent !important;
  background: linear-gradient(to top, #000000, transparent);
}
.cid-twRZP1r7pg {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #012348;
}
.cid-twRZP1r7pg .mbr-section-title {
  letter-spacing: .1em;
}
.cid-twRZP1r7pg .mbr-text {
  letter-spacing: 0.03rem;
}
.cid-twRZP1r7pg .card-img span {
  font-size: 100px;
}
.cid-twRZP1r7pg .mbr-text,
.cid-twRZP1r7pg .mbr-section-btn {
  color: #efefef;
}
.cid-twRZP1r7pg .mbr-section-title,
.cid-twRZP1r7pg .card-img {
  color: #0077ff;
}
.cid-twRZ66FXTu {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #e5e5e5;
}
.cid-twRZ66FXTu .line {
  width: 55px;
  margin-bottom: 0.5rem;
  height: 5px;
  display: inline-block;
  background: linear-gradient(to left, #0077ff, #003b7e);
}
.cid-twRZ66FXTu .mbr-text,
.cid-twRZ66FXTu .mbr-section-btn {
  color: #000000;
}
.cid-twRZ66FXTu img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-twRZ66FXTu img {
    width: 50%;
  }
}
.cid-twRZ66FXTu .mbr-section-title,
.cid-twRZ66FXTu .title-wrapper {
  color: #003b7e;
}
.cid-szbIjHcFc3 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e5e5e5;
}
.cid-szbIjHcFc3 .card-wrapper {
  display: flex;
  padding: 0 1.5rem;
}
@media (max-width: 1600px) {
  .cid-szbIjHcFc3 .card-wrapper {
    padding: 0;
  }
}
.cid-szbIjHcFc3 img {
  width: 100%;
}
.cid-szbIjHcFc3 .mbr-iconfont {
  font-size: 3rem;
  background: linear-gradient(to left, #0077ff, #003b7e);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-szbIjHcFc3 .line {
  width: 55px;
  margin-bottom: 0.5rem;
  height: 5px;
  display: inline-block;
  background: linear-gradient(to left, #0077ff, #003b7e);
}
.cid-szbIjHcFc3 .icon-wrapper {
  margin: auto;
  margin-right: 1.5rem;
  display: flex;
  justify-content: center;
  border-radius: 50%;
}
.cid-szbIjHcFc3 h4 {
  margin: 0;
}
.cid-szbIjHcFc3 .card-text {
  color: #000000;
}
.cid-szbIjHcFc3 .mbr-text {
  color: #000000;
}
.cid-szbIjHcFc3 .card-title {
  color: #012348;
}
@media (min-width: 1200px) {
  .cid-szbIjHcFc3 .mbr-text {
    max-width: 600px;
  }
}
@media (max-width: 767px) {
  .cid-szbIjHcFc3 .card-wrapper {
    flex-direction: column;
    margin: auto;
    text-align: center;
  }
  .cid-szbIjHcFc3 .card-wrapper .icon-wrapper {
    margin: 0 auto;
    margin-bottom: 1rem;
  }
}
@media (max-width: 991px) {
  .cid-szbIjHcFc3 .mbr-text {
    padding-bottom: 2rem;
    max-width: 100%;
  }
}
.cid-szbIjHcFc3 H3 {
  color: #787324;
}
.cid-szbIjHcFc3 .mbr-section-title,
.cid-szbIjHcFc3 .title-wrapper {
  color: #003b7e;
}
.cid-szbIjHcFc3 .mbr-text,
.cid-szbIjHcFc3 .mbr-section-btn {
  color: #012348;
}
.cid-szbIjHDYul {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e5e5e5;
}
.cid-szbIjHDYul .card-wrapper {
  position: relative;
  margin: 0.5rem;
}
.cid-szbIjHDYul .card-wrapper:hover img {
  transform: scale(1.1);
}
@media (min-width: 767px) {
  .cid-szbIjHDYul .row {
    padding: 0 4rem;
  }
}
@media (max-width: 1400px) {
  .cid-szbIjHDYul .card-wrapper {
    margin: 0rem;
  }
}
.cid-szbIjHDYul .card {
  height: fit-content;
}
.cid-szbIjHDYul .number {
  border-top: 2px solid currentColor;
  padding-top: 0.4rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
  width: fit-content;
}
.cid-szbIjHDYul .text-wrap {
  max-width: 400px;
}
.cid-szbIjHDYul .icon {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 1.5rem;
  transition: 0.3s;
  background: #e5e5e5;
}
.cid-szbIjHDYul .icon:hover {
  padding-right: 1rem;
  padding-left: 2rem;
}
.cid-szbIjHDYul .card-box {
  background-color: #e5e5e5;
  padding: 4rem 4rem 6rem 4rem;
  width: 100%;
}
.cid-szbIjHDYul img {
  width: 100%;
  transition: 5s;
  object-fit: cover;
}
.cid-szbIjHDYul .img-wrap {
  max-height: 250px;
  overflow: hidden;
}
.cid-szbIjHDYul .container {
  max-width: 1500px;
}
.cid-szbIjHDYul .card-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
}
.cid-szbIjHDYul .mbr-iconfont {
  font-size: 1.3rem;
  color: #232323;
  display: flex;
  justify-content: center;
}
.cid-szbIjHDYul P {
  color: #000000;
  text-align: left;
}
@media (max-width: 1200px) {
  .cid-szbIjHDYul .img-wrap {
    max-height: 230px;
  }
  .cid-szbIjHDYul .text-wrap {
    padding: 0rem;
  }
}
@media (max-width: 992px) {
  .cid-szbIjHDYul .card-box {
    margin: 0rem;
    padding: 2rem 2rem 6rem 2rem;
  }
  .cid-szbIjHDYul .text-wrap {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .cid-szbIjHDYul .card-box {
    padding: 2rem 1rem 5rem 1rem;
  }
  .cid-szbIjHDYul .number {
    margin: auto;
  }
}
.cid-szbIjHDYul .mbr-text {
  color: #000000;
}
.cid-szbIjHDYul .card-title {
  color: #000000;
  text-align: left;
}
.cid-szbIjHDYul H2 {
  color: #003b7e;
}
.cid-szbIjHDYul H3 {
  color: #e5e5e5;
}
.cid-szbIjI2Ys8 {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #e5e5e5;
}
@media (min-width: 767px) {
  .cid-szbIjI2Ys8 .container {
    padding: 1rem;
  }
}
.cid-szbIjI2Ys8 .card-box {
  padding: 0 2rem;
}
.cid-szbIjI2Ys8 .mbr-section-btn {
  padding-top: 2rem;
}
.cid-szbIjI2Ys8 .card1 {
  background-image: url("../../../assets/images/car-wash-center-rimini.rn.ige-rn.rimini-2000x1335.jpg");
}
.cid-szbIjI2Ys8 .card2 {
  background-image: url("../../../assets/images/car-wash-center-rimini.rn.ige-rn.1-2000x1335.jpg");
}
.cid-szbIjI2Ys8 .card3 {
  background-image: url("../../../assets/images/car-wash-center-rimini.rn.ige-2000x1335.jpg");
}
.cid-szbIjI2Ys8 h4 {
  font-weight: 500;
  margin-bottom: 0;
  padding-top: 2rem;
}
.cid-szbIjI2Ys8 p {
  margin-bottom: 0;
  padding-top: 1.5rem;
  padding-top: 2rem;
}
.cid-szbIjI2Ys8 .card-wrapper {
  height: 100%;
  padding: 25rem 2rem 5rem 2rem;
  background-size: cover;
}
.cid-szbIjI2Ys8 .btn {
  margin: 0!important;
  padding: 1rem 2rem;
}
@media (max-width: 767px) {
  .cid-szbIjI2Ys8 .card-wrapper {
    padding: 15rem 1rem 3rem 1rem;
  }
}
.cid-szbIjIvZlN {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e5e5e5;
}
.cid-szbIjIvZlN .line {
  width: 55px;
  margin-bottom: 0.5rem;
  height: 5px;
  display: inline-block;
  background: linear-gradient(to left, #0077ff, #003b7e);
}
.cid-szbIjIvZlN .mbr-text,
.cid-szbIjIvZlN .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-szbIjIvZlN .mbr-section-title,
.cid-szbIjIvZlN .title-wrapper {
  color: #003b7e;
}
.cid-szbIjIM0ZF {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #e5e5e5;
}
@media (min-width: 767px) {
  .cid-szbIjIM0ZF .container {
    padding: 1rem;
  }
}
.cid-szbIjIM0ZF .card-box {
  padding: 0 2rem;
}
.cid-szbIjIM0ZF .mbr-section-btn {
  padding-top: 2rem;
}
.cid-szbIjIM0ZF .card1 {
  background-image: url("../../../assets/images/bc3da91c-b14b-43e3-a9e3-67747cd0953a-1200x1600.jpg");
}
.cid-szbIjIM0ZF .card2 {
  background-image: url("../../../assets/images/whatsapp-image-2021-04-22-at-13.30.41-1200x1600.jpg");
}
.cid-szbIjIM0ZF .card3 {
  background-image: url("../../../assets/images/whatsapp-image-2021-04-22-at-13.30.40-1200x1600.jpg");
}
.cid-szbIjIM0ZF h4 {
  font-weight: 500;
  margin-bottom: 0;
  padding-top: 2rem;
}
.cid-szbIjIM0ZF p {
  margin-bottom: 0;
  padding-top: 1.5rem;
  padding-top: 2rem;
}
.cid-szbIjIM0ZF .card-wrapper {
  height: 100%;
  padding: 25rem 2rem 5rem 2rem;
  background-size: cover;
}
.cid-szbIjIM0ZF .btn {
  margin: 0!important;
  padding: 1rem 2rem;
}
@media (max-width: 767px) {
  .cid-szbIjIM0ZF .card-wrapper {
    padding: 15rem 1rem 3rem 1rem;
  }
}
.cid-szbIjJesYM {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #e5e5e5;
}
.cid-szbIjJesYM H1 {
  color: #000000;
}
.cid-szbIjJesYM h1 {
  background: linear-gradient(to left, #0077ff, currentColor);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-szbIjJesYM .mbr-text,
.cid-szbIjJesYM .mbr-section-btn {
  color: #000000;
}
.cid-szbIjJesYM H2 {
  color: #003b7e;
}
.cid-szbIjJuhEm {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #003b7e;
}
.cid-szbIjJuhEm .mbr-section-subtitle {
  letter-spacing: 1px;
  margin-bottom: 1.5rem;
  color: #cccccc;
  text-align: left;
}
.cid-szbIjJuhEm .first-column .mbr-text {
  margin: 0;
}
.cid-szbIjJuhEm .icons-wrapper ul {
  margin: 0;
  padding: 0;
}
.cid-szbIjJuhEm .icons-wrapper ul li {
  margin-right: 1.25rem;
  display: inline-block;
}
.cid-szbIjJuhEm .icons-wrapper ul li .mbr-iconfont {
  color: #ffffff;
  font-size: 1.5rem;
}
.cid-szbIjJuhEm .icons-wrapper ul li .mbr-iconfont:hover {
  color: #878787;
}
.cid-szbIjJuhEm .form-group {
  max-width: 55%;
}
.cid-szbIjJuhEm .form-group,
.cid-szbIjJuhEm .mbr-section-btn {
  margin: 0;
  padding: 0;
  display: -webkit-flex;
}
.cid-szbIjJuhEm .form-control {
  font-size: .9rem;
  border: none;
  border-radius: 0;
  width: 100%;
  padding: .3rem .5rem;
  background: #000000;
  color: #d8d7d7;
}
.cid-szbIjJuhEm .form-control::-webkit-input-placeholder {
  color: #d8d7d7;
}
.cid-szbIjJuhEm .form-control::-moz-placeholder {
  color: #d8d7d7;
}
.cid-szbIjJuhEm .form-control:-moz-placeholder {
  color: #d8d7d7;
}
.cid-szbIjJuhEm .form-control:-ms-input-placeholder {
  color: #d8d7d7;
}
.cid-szbIjJuhEm .col + .mbr-section-btn .btn,
.cid-szbIjJuhEm .col-auto + .mbr-section-btn .btn {
  margin: 0 !important;
  height: 100%;
  border-radius: 0px !important;
  padding: 0 2.2rem !important;
}
.cid-szbIjJuhEm .dragArea > *:nth-last-child(2).col,
.cid-szbIjJuhEm .dragArea > *:nth-last-child(2).col-auto,
.cid-szbIjJuhEm .col + .mbr-section-btn,
.cid-szbIjJuhEm .col-auto + .mbr-section-btn {
  padding-left: 0;
  padding-right: 0;
  margin: 0;
}
@media (max-width: 991px) {
  .cid-szbIjJuhEm .first-column,
  .cid-szbIjJuhEm .second-column {
    padding-bottom: 2rem;
  }
  .cid-szbIjJuhEm .mbr-form .row {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-szbIjJuhEm .first-column,
  .cid-szbIjJuhEm .second-column,
  .cid-szbIjJuhEm .third-column {
    text-align: center;
  }
}
.cid-szbIjJuhEm .mbr-section-title {
  text-align: left;
}
.cid-szbIjJuhEm .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-szbIjJuhEm .mbr-section-subtitle,
.cid-szbIjJuhEm .icons-wrapper {
  color: #ffffff;
}
.cid-szbIjJZKVJ {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-szbIjJZKVJ .mbr-text1 {
  color: #999999;
}
.cid-szbIjJZKVJ .mbr-text2 {
  color: #999999;
}
.cid-szbIjJZKVJ p {
  margin: 0;
}
.cid-svwbNznQHd {
  padding-top: 225px;
  padding-bottom: 225px;
  background-image: url("../../../assets/images/a5125935-7042-4161-a3f6-c6aff3248e2a-1600x1200.jpg");
}
.cid-svwbNznQHd .mbr-text,
.cid-svwbNznQHd .mbr-section-btn {
  color: #ffffff;
}
.cid-svwbNzYJzp {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #e5e5e5;
}
@media (max-width: 768px) {
  .cid-svwbNzYJzp .mbr-text,
  .cid-svwbNzYJzp .mbr-section-subtitle,
  .cid-svwbNzYJzp .mbr-section-title {
    text-align: center !important;
  }
}
.cid-svwbNzYJzp .mbr-text {
  color: #003b7e;
}
.cid-svwbNzYJzp .mbr-section-title {
  color: #000000;
}
.cid-sxbzroB5gu {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #e5e5e5;
}
.cid-sxbzroB5gu .mbr-text {
  line-height: 1.5;
  color: #000000;
  text-align: center;
}
.cid-sxbzroB5gu .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-sxbzroB5gu img {
  width: 100%;
  padding-bottom: 1.5rem;
}
.cid-sxbzroB5gu .mbr-image-title {
  text-align: center;
  color: #000000;
}
.cid-svwcaKVPx2 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #e5e5e5;
}
.cid-svwcaKVPx2 .card-wrapper {
  display: flex;
  padding: 0 1.5rem;
}
@media (max-width: 1600px) {
  .cid-svwcaKVPx2 .card-wrapper {
    padding: 0;
  }
}
.cid-svwcaKVPx2 img {
  width: 100%;
}
.cid-svwcaKVPx2 .mbr-iconfont {
  font-size: 3rem;
  background: linear-gradient(to left, #0077ff, #003b7e);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-svwcaKVPx2 .line {
  width: 55px;
  margin-bottom: 0.5rem;
  height: 5px;
  display: inline-block;
  background: linear-gradient(to left, #0077ff, #003b7e);
}
.cid-svwcaKVPx2 .icon-wrapper {
  margin: auto;
  margin-right: 1.5rem;
  display: flex;
  justify-content: center;
  border-radius: 50%;
}
.cid-svwcaKVPx2 h4 {
  margin: 0;
}
.cid-svwcaKVPx2 .card-text {
  color: #000000;
}
.cid-svwcaKVPx2 .mbr-text {
  color: #000000;
}
.cid-svwcaKVPx2 .card-title {
  color: #003b7e;
}
@media (min-width: 1200px) {
  .cid-svwcaKVPx2 .mbr-text {
    max-width: 600px;
  }
}
@media (max-width: 767px) {
  .cid-svwcaKVPx2 .card-wrapper {
    flex-direction: column;
    margin: auto;
    text-align: center;
  }
  .cid-svwcaKVPx2 .card-wrapper .icon-wrapper {
    margin: 0 auto;
    margin-bottom: 1rem;
  }
}
@media (max-width: 991px) {
  .cid-svwcaKVPx2 .mbr-text {
    padding-bottom: 2rem;
    max-width: 100%;
  }
}
.cid-svwcaKVPx2 H3 {
  color: #787324;
}
.cid-svwcaKVPx2 .mbr-section-title,
.cid-svwcaKVPx2 .title-wrapper {
  color: #003b7e;
}
.cid-svwcaKVPx2 .mbr-text,
.cid-svwcaKVPx2 .mbr-section-btn {
  color: #000000;
}
.cid-sxbwOZhn3d {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #e5e5e5;
}
.cid-sxbwOZhn3d .line {
  width: 55px;
  margin-bottom: 0.5rem;
  height: 5px;
  display: inline-block;
  background: linear-gradient(to left, #0077ff, #003b7e);
}
.cid-sxbwOZhn3d .mbr-text,
.cid-sxbwOZhn3d .mbr-section-btn {
  color: #040402;
}
.cid-sxbwOZhn3d .mbr-section-title,
.cid-sxbwOZhn3d .title-wrapper {
  color: #003b7e;
}
.cid-sxbx3xOeLe {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #e5e5e5;
}
.cid-sxbx3xOeLe .line {
  width: 55px;
  margin-bottom: 0.5rem;
  height: 5px;
  display: inline-block;
  background: linear-gradient(to left, #0077ff, #003b7e);
}
.cid-sxbx3xOeLe .mbr-text,
.cid-sxbx3xOeLe .mbr-section-btn {
  color: #000000;
}
.cid-sxbx3xOeLe .mbr-section-title,
.cid-sxbx3xOeLe .title-wrapper {
  color: #003b7e;
}
.cid-sxbuUjGSiG {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #e5e5e5;
}
.cid-sxbuUjGSiG img {
  width: 100%;
}
.cid-sxbuUjGSiG p {
  margin-top: 6rem;
}
.cid-sxbuUjGSiG .content-wrapper {
  max-width: 750px;
  margin: auto;
  position: relative;
  padding: 0 2rem;
}
.cid-sxbuUjGSiG h4 {
  position: absolute;
  width: fit-content;
  padding: 0;
  margin: 0;
  right: 6rem;
  transform: rotate(-270deg);
  transform-origin: bottom right;
  bottom: 0;
}
@media (max-width: 1200px) {
  .cid-sxbuUjGSiG .content-wrapper {
    padding-top: 0rem;
  }
  .cid-sxbuUjGSiG p {
    margin-top: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-sxbuUjGSiG .content-wrapper {
    padding: 0 3rem;
    padding-top: 4rem;
  }
  .cid-sxbuUjGSiG p {
    margin-top: 4rem;
  }
}
@media (max-width: 767px) {
  .cid-sxbuUjGSiG .content-wrapper {
    padding: 0rem;
    padding-top: 4rem;
  }
  .cid-sxbuUjGSiG h4 {
    right: 2rem;
  }
}
.cid-sxbuUjGSiG H1 {
  text-align: left;
  color: #0f0f18;
}
.cid-sxbuUjGSiG H3 {
  text-align: center;
  color: #003b7e;
}
.cid-sxbuUjGSiG .mbr-text,
.cid-sxbuUjGSiG .mbr-section-btn {
  color: #000000;
}
.cid-sxbu1FkMg1 {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #e5e5e5;
}
.cid-sxbu1FkMg1 img {
  width: 100%;
}
.cid-sxbu1FkMg1 p {
  margin-top: 6rem;
}
.cid-sxbu1FkMg1 .content-wrapper {
  max-width: 750px;
  margin: auto;
  position: relative;
  padding: 0 2rem;
}
.cid-sxbu1FkMg1 h4 {
  position: absolute;
  width: fit-content;
  padding: 0;
  margin: 0;
  left: 6rem;
  transform: rotate(270deg);
  transform-origin: bottom left;
  bottom: 0;
}
@media (max-width: 1200px) {
  .cid-sxbu1FkMg1 .content-wrapper {
    padding-top: 0rem;
  }
  .cid-sxbu1FkMg1 p {
    margin-top: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-sxbu1FkMg1 .content-wrapper {
    padding: 0 3rem;
    padding-bottom: 4rem;
  }
  .cid-sxbu1FkMg1 p {
    margin-top: 4rem;
  }
}
@media (max-width: 767px) {
  .cid-sxbu1FkMg1 .content-wrapper {
    padding: 0rem;
    padding-bottom: 4rem;
  }
  .cid-sxbu1FkMg1 h4 {
    left: 2rem;
  }
}
.cid-sxbu1FkMg1 H1 {
  text-align: left;
  color: #0f0f18;
}
.cid-sxbu1FkMg1 H3 {
  text-align: center;
  color: #003b7e;
}
.cid-sxbu1FkMg1 .mbr-text,
.cid-sxbu1FkMg1 .mbr-section-btn {
  color: #000000;
}
.cid-sz0jiuSxPk {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e5e5e5;
}
.cid-sz0jiuSxPk .line {
  width: 55px;
  margin-bottom: 0.5rem;
  height: 5px;
  display: inline-block;
  background: linear-gradient(to left, #0077ff, #003b7e);
}
.cid-sz0jiuSxPk .mbr-text,
.cid-sz0jiuSxPk .mbr-section-btn {
  color: #000000;
}
.cid-sz0jiuSxPk .mbr-section-title,
.cid-sz0jiuSxPk .title-wrapper {
  color: #003b7e;
  text-align: center;
}
.cid-sxbusmRmOg {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #e5e5e5;
}
.cid-sxbusmRmOg img {
  width: 100%;
}
.cid-sxbusmRmOg p {
  margin-top: 6rem;
}
.cid-sxbusmRmOg .content-wrapper {
  max-width: 750px;
  margin: auto;
  position: relative;
  padding: 0 2rem;
}
.cid-sxbusmRmOg h4 {
  position: absolute;
  width: fit-content;
  padding: 0;
  margin: 0;
  right: 6rem;
  transform: rotate(-270deg);
  transform-origin: bottom right;
  bottom: 0;
}
@media (max-width: 1200px) {
  .cid-sxbusmRmOg .content-wrapper {
    padding-top: 0rem;
  }
  .cid-sxbusmRmOg p {
    margin-top: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-sxbusmRmOg .content-wrapper {
    padding: 0 3rem;
    padding-top: 4rem;
  }
  .cid-sxbusmRmOg p {
    margin-top: 4rem;
  }
}
@media (max-width: 767px) {
  .cid-sxbusmRmOg .content-wrapper {
    padding: 0rem;
    padding-top: 4rem;
  }
  .cid-sxbusmRmOg h4 {
    right: 2rem;
  }
}
.cid-sxbusmRmOg H1 {
  text-align: center;
  color: #0f0f18;
}
.cid-sxbusmRmOg H3 {
  text-align: center;
  color: #003b7e;
}
.cid-sxbusmRmOg .mbr-text,
.cid-sxbusmRmOg .mbr-section-btn {
  color: #000000;
}
.cid-szbHz9i1WS {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #e5e5e5;
}
@media (min-width: 767px) {
  .cid-szbHz9i1WS .container {
    padding: 1rem;
  }
}
.cid-szbHz9i1WS .card-box {
  padding: 0 2rem;
}
.cid-szbHz9i1WS .mbr-section-btn {
  padding-top: 2rem;
}
.cid-szbHz9i1WS .card1 {
  background-image: url("../../../assets/images/c2ea2591-93de-468b-aec6-f7d24cf6e95d-1200x1600.jpg");
}
.cid-szbHz9i1WS .card2 {
  background-image: url("../../../assets/images/393a5975-2dac-4725-a485-3cf39c794e63-1200x1600.jpg");
}
.cid-szbHz9i1WS .card3 {
  background-image: url("../../../assets/images/533cb80a-2490-4db8-8114-241c09e0e65c-1200x1600.jpg");
}
.cid-szbHz9i1WS h4 {
  font-weight: 500;
  margin-bottom: 0;
  padding-top: 2rem;
}
.cid-szbHz9i1WS p {
  margin-bottom: 0;
  padding-top: 1.5rem;
  padding-top: 2rem;
}
.cid-szbHz9i1WS .card-wrapper {
  height: 100%;
  padding: 25rem 2rem 5rem 2rem;
  background-size: cover;
}
.cid-szbHz9i1WS .btn {
  margin: 0!important;
  padding: 1rem 2rem;
}
@media (max-width: 767px) {
  .cid-szbHz9i1WS .card-wrapper {
    padding: 15rem 1rem 3rem 1rem;
  }
}
.cid-svwbNAlBrc {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #e5e5e5;
}
.cid-svwbNAlBrc .mbr-text {
  color: #ffffff;
  letter-spacing: 0.03em;
  line-height: 1.8;
}
.cid-svwbNAlBrc .card-img span {
  font-size: 80px;
  color: #ffffff;
}
.cid-svwbNAlBrc .card-title {
  margin-bottom: 2rem;
  text-align: center;
  color: #ffffff;
  letter-spacing: 0.1em;
}
.cid-svwbNAlBrc .card-title,
.cid-svwbNAlBrc .card-img {
  color: #012348;
}
.cid-svwbNAlBrc .mbr-text,
.cid-svwbNAlBrc .mbr-section-btn {
  color: #003b7e;
}
.cid-svwbNAEmWr {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #003b7e;
}
.cid-svwbNAEmWr .mbr-section-subtitle {
  letter-spacing: 1px;
  margin-bottom: 1.5rem;
  color: #cccccc;
  text-align: left;
}
.cid-svwbNAEmWr .first-column .mbr-text {
  margin: 0;
}
.cid-svwbNAEmWr .icons-wrapper ul {
  margin: 0;
  padding: 0;
}
.cid-svwbNAEmWr .icons-wrapper ul li {
  margin-right: 1.25rem;
  display: inline-block;
}
.cid-svwbNAEmWr .icons-wrapper ul li .mbr-iconfont {
  color: #ffffff;
  font-size: 1.5rem;
}
.cid-svwbNAEmWr .icons-wrapper ul li .mbr-iconfont:hover {
  color: #878787;
}
.cid-svwbNAEmWr .form-group {
  max-width: 55%;
}
.cid-svwbNAEmWr .form-group,
.cid-svwbNAEmWr .mbr-section-btn {
  margin: 0;
  padding: 0;
  display: -webkit-flex;
}
.cid-svwbNAEmWr .form-control {
  font-size: .9rem;
  border: none;
  border-radius: 0;
  width: 100%;
  padding: .3rem .5rem;
  background: #000000;
  color: #d8d7d7;
}
.cid-svwbNAEmWr .form-control::-webkit-input-placeholder {
  color: #d8d7d7;
}
.cid-svwbNAEmWr .form-control::-moz-placeholder {
  color: #d8d7d7;
}
.cid-svwbNAEmWr .form-control:-moz-placeholder {
  color: #d8d7d7;
}
.cid-svwbNAEmWr .form-control:-ms-input-placeholder {
  color: #d8d7d7;
}
.cid-svwbNAEmWr .col + .mbr-section-btn .btn,
.cid-svwbNAEmWr .col-auto + .mbr-section-btn .btn {
  margin: 0 !important;
  height: 100%;
  border-radius: 0px !important;
  padding: 0 2.2rem !important;
}
.cid-svwbNAEmWr .dragArea > *:nth-last-child(2).col,
.cid-svwbNAEmWr .dragArea > *:nth-last-child(2).col-auto,
.cid-svwbNAEmWr .col + .mbr-section-btn,
.cid-svwbNAEmWr .col-auto + .mbr-section-btn {
  padding-left: 0;
  padding-right: 0;
  margin: 0;
}
@media (max-width: 991px) {
  .cid-svwbNAEmWr .first-column,
  .cid-svwbNAEmWr .second-column {
    padding-bottom: 2rem;
  }
  .cid-svwbNAEmWr .mbr-form .row {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-svwbNAEmWr .first-column,
  .cid-svwbNAEmWr .second-column,
  .cid-svwbNAEmWr .third-column {
    text-align: center;
  }
}
.cid-svwbNAEmWr .mbr-section-title {
  text-align: left;
}
.cid-svwbNAEmWr .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-svwbNAEmWr .mbr-section-subtitle,
.cid-svwbNAEmWr .icons-wrapper {
  color: #ffffff;
}
.cid-svwbNB97h7 .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-svwbNB97h7 .btn {
  white-space: nowrap;
}
.cid-svwbNB97h7 .nav-link,
.cid-svwbNB97h7 .icons-menu .mbr-iconfont,
.cid-svwbNB97h7 .dropdown-item {
  transition: all 0.1s;
}
.cid-svwbNB97h7 .nav-link:hover,
.cid-svwbNB97h7 .icons-menu .mbr-iconfont:hover,
.cid-svwbNB97h7 .dropdown-item:hover {
  color: #0077ff !important;
}
@media (max-width: 992px) {
  .cid-svwbNB97h7 .icons-menu {
    padding: 1rem 0!important;
  }
}
.cid-svwbNB97h7 .container {
  display: flex;
  margin: auto;
}
.cid-svwbNB97h7 .navbar {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  min-height: 77px;
  transition: all .3s;
  background: #003b7e;
  background: none;
}
.cid-svwbNB97h7 .navbar.opened {
  transition: all .3s;
}
.cid-svwbNB97h7 .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-svwbNB97h7 .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-svwbNB97h7 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-svwbNB97h7 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-svwbNB97h7 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-svwbNB97h7 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-svwbNB97h7 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-svwbNB97h7 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-svwbNB97h7 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-svwbNB97h7 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-svwbNB97h7 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-svwbNB97h7 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-svwbNB97h7 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-svwbNB97h7 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-svwbNB97h7 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-svwbNB97h7 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-svwbNB97h7 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-svwbNB97h7 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-svwbNB97h7 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-svwbNB97h7 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-svwbNB97h7 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-svwbNB97h7 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-svwbNB97h7 .navbar.navbar-short {
  background: #003b7e !important;
  min-height: 60px;
}
.cid-svwbNB97h7 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-svwbNB97h7 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-svwbNB97h7 .dropdown-menu {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  padding: 1rem 0;
}
.cid-svwbNB97h7 .nav-dropdown .link {
  padding: 0.4rem 1rem!important;
  margin: .2em 0.5rem;
}
.cid-svwbNB97h7 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-svwbNB97h7 .mbr-iconfont {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-svwbNB97h7 .navbar-caption {
  padding-right: 4rem;
}
.cid-svwbNB97h7 .navbar-nav {
  justify-content: flex-end;
  width: -webkit-fill-available;
}
.cid-svwbNB97h7 .dropdown-menu,
.cid-svwbNB97h7 .navbar.opened {
  background: #191919 !important;
}
.cid-svwbNB97h7 .nav-item:focus,
.cid-svwbNB97h7 .nav-link:focus {
  outline: none;
}
.cid-svwbNB97h7 .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-svwbNB97h7 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-svwbNB97h7 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-svwbNB97h7 .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-svwbNB97h7 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-svwbNB97h7 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
}
.cid-svwbNB97h7 .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-svwbNB97h7 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-svwbNB97h7 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-svwbNB97h7 .dropdown-item.active,
.cid-svwbNB97h7 .dropdown-item:active {
  background-color: transparent;
}
.cid-svwbNB97h7 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-svwbNB97h7 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-svwbNB97h7 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-svwbNB97h7 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #003b7e;
}
.cid-svwbNB97h7 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-svwbNB97h7 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-svwbNB97h7 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-svwbNB97h7 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-svwbNB97h7 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-svwbNB97h7 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-svwbNB97h7 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-svwbNB97h7 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-svwbNB97h7 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-svwbNB97h7 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-svwbNB97h7 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-svwbNB97h7 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-svwbNB97h7 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-svwbNB97h7 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-svwbNB97h7 .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-svwbNB97h7 a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-svwbNB97h7 .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  min-width: 160px;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-svwbNB97h7 .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-svwbNB97h7 .navbar {
    height: 77px;
  }
  .cid-svwbNB97h7 .navbar.opened {
    height: auto;
  }
  .cid-svwbNB97h7 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-svwbNB97h7 .nav-link {
  margin: auto!important;
  position: relative;
  cursor: pointer;
  display: inline-block;
  width: fit-content;
  transition: all 0.3s;
}
.cid-svwbNBNcq7 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-svwbNBNcq7 .mbr-text1 {
  color: #999999;
}
.cid-svwbNBNcq7 .mbr-text2 {
  color: #999999;
}
.cid-svwbNBNcq7 p {
  margin: 0;
}
.cid-svw9mxAxgH {
  padding-top: 225px;
  padding-bottom: 225px;
  background-image: url("../../../assets/images/73fccbee-1644-4dfd-b8d0-3cff28be02f3-1600x1200.jpg");
}
.cid-svw9mxAxgH .mbr-text,
.cid-svw9mxAxgH .mbr-section-btn {
  color: #ffffff;
}
.cid-svwa2rc7Tr {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #e5e5e5;
}
@media (max-width: 768px) {
  .cid-svwa2rc7Tr .mbr-text,
  .cid-svwa2rc7Tr .mbr-section-subtitle,
  .cid-svwa2rc7Tr .mbr-section-title {
    text-align: center !important;
  }
}
.cid-svwa2rc7Tr .mbr-text {
  color: #003b7e;
}
.cid-svwa2rc7Tr .mbr-section-title {
  color: #000000;
}
.cid-sx0OCrRRCQ {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #e5e5e5;
}
@media (max-width: 768px) {
  .cid-sx0OCrRRCQ .mbr-text,
  .cid-sx0OCrRRCQ .mbr-section-subtitle,
  .cid-sx0OCrRRCQ .mbr-section-title {
    text-align: center !important;
  }
}
.cid-sx0OCrRRCQ .mbr-text {
  color: #000000;
}
.cid-sx0OCrRRCQ .mbr-section-title {
  color: #012348;
}
.cid-sx1k5U26PX {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #e5e5e5;
}
@media (max-width: 768px) {
  .cid-sx1k5U26PX .mbr-text,
  .cid-sx1k5U26PX .mbr-section-subtitle,
  .cid-sx1k5U26PX .mbr-section-title {
    text-align: center !important;
  }
}
.cid-sx1k5U26PX .mbr-text {
  color: #000000;
}
.cid-sx0PCApAjZ {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #e5e5e5;
}
.cid-sx0PCApAjZ .card-wrapper {
  display: flex;
  padding: 0 1.5rem;
}
@media (max-width: 1600px) {
  .cid-sx0PCApAjZ .card-wrapper {
    padding: 0;
  }
}
.cid-sx0PCApAjZ img {
  width: 100%;
}
.cid-sx0PCApAjZ .mbr-iconfont {
  font-size: 3rem;
  background: linear-gradient(to left, #0077ff, #003b7e);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-sx0PCApAjZ .line {
  width: 55px;
  margin-bottom: 0.5rem;
  height: 5px;
  display: inline-block;
  background: linear-gradient(to left, #0077ff, #003b7e);
}
.cid-sx0PCApAjZ .icon-wrapper {
  margin: auto;
  margin-right: 1.5rem;
  display: flex;
  justify-content: center;
  border-radius: 50%;
}
.cid-sx0PCApAjZ h4 {
  margin: 0;
}
.cid-sx0PCApAjZ .card-text {
  color: #012348;
}
.cid-sx0PCApAjZ .mbr-text {
  color: #000000;
}
.cid-sx0PCApAjZ .card-title {
  color: #003b7e;
}
@media (min-width: 1200px) {
  .cid-sx0PCApAjZ .mbr-text {
    max-width: 600px;
  }
}
@media (max-width: 767px) {
  .cid-sx0PCApAjZ .card-wrapper {
    flex-direction: column;
    margin: auto;
    text-align: center;
  }
  .cid-sx0PCApAjZ .card-wrapper .icon-wrapper {
    margin: 0 auto;
    margin-bottom: 1rem;
  }
}
@media (max-width: 991px) {
  .cid-sx0PCApAjZ .mbr-text {
    padding-bottom: 2rem;
    max-width: 100%;
  }
}
.cid-sx0PCApAjZ H3 {
  color: #787324;
}
.cid-sx0PCApAjZ .mbr-section-title,
.cid-sx0PCApAjZ .title-wrapper {
  color: #003b7e;
}
.cid-sx0PCApAjZ .mbr-text,
.cid-sx0PCApAjZ .mbr-section-btn {
  color: #003b7e;
  text-align: left;
}
.cid-sx0PCApAjZ .card-title DIV {
  text-align: left;
}
.cid-u0zWQ2Bxz5 {
  padding-top: 90px;
  background-color: #003b7e;
}
.cid-u0zWQ2Bxz5 H2 {
  color: #ffffff;
  text-align: center;
}
.cid-u0zWQ2Bxz5 h1 {
  background: linear-gradient(to left, #0077ff, currentColor);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-u0zWQ2Bxz5 section {
  align-items: flex-end !important;
}
.cid-u0zWQ2Bxz5 .mbr-text,
.cid-u0zWQ2Bxz5 .mbr-section-btn {
  color: #000000;
}
.cid-u0zWQ2Bxz5 .mbr-overlay {
  background-color: transparent !important;
  background: linear-gradient(to top, #000000, transparent);
}
.cid-sxik93bDx9 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #e5e5e5;
}
.cid-sxik93bDx9 .mbr-text {
  line-height: 1.5;
  color: #000000;
  text-align: center;
}
.cid-sxik93bDx9 .mbr-section-title {
  text-align: center;
  color: #003b7e;
}
.cid-sxik93bDx9 img {
  width: 100%;
  padding-bottom: 1.5rem;
}
.cid-sxik93bDx9 .mbr-image-title {
  text-align: center;
  color: #003b7e;
}
.cid-sx1lcEw9I0 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #e5e5e5;
}
.cid-sx1lcEw9I0 .card-wrapper {
  display: flex;
  padding: 0 1.5rem;
}
@media (max-width: 1600px) {
  .cid-sx1lcEw9I0 .card-wrapper {
    padding: 0;
  }
}
.cid-sx1lcEw9I0 img {
  width: 100%;
}
.cid-sx1lcEw9I0 .mbr-iconfont {
  font-size: 3rem;
  background: linear-gradient(to left, #0077ff, #003b7e);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-sx1lcEw9I0 .line {
  width: 55px;
  margin-bottom: 0.5rem;
  height: 5px;
  display: inline-block;
  background: linear-gradient(to left, #0077ff, #003b7e);
}
.cid-sx1lcEw9I0 .icon-wrapper {
  margin: auto;
  margin-right: 1.5rem;
  display: flex;
  justify-content: center;
  border-radius: 50%;
}
.cid-sx1lcEw9I0 h4 {
  margin: 0;
}
.cid-sx1lcEw9I0 .card-text {
  color: #000000;
}
.cid-sx1lcEw9I0 .mbr-text {
  color: #000000;
}
.cid-sx1lcEw9I0 .card-title {
  color: #012348;
}
@media (min-width: 1200px) {
  .cid-sx1lcEw9I0 .mbr-text {
    max-width: 600px;
  }
}
@media (max-width: 767px) {
  .cid-sx1lcEw9I0 .card-wrapper {
    flex-direction: column;
    margin: auto;
    text-align: center;
  }
  .cid-sx1lcEw9I0 .card-wrapper .icon-wrapper {
    margin: 0 auto;
    margin-bottom: 1rem;
  }
}
@media (max-width: 991px) {
  .cid-sx1lcEw9I0 .mbr-text {
    padding-bottom: 2rem;
    max-width: 100%;
  }
}
.cid-sx1lcEw9I0 H3 {
  color: #787324;
}
.cid-sx1lcEw9I0 .mbr-section-title,
.cid-sx1lcEw9I0 .title-wrapper {
  color: #003b7e;
}
.cid-sx1lcEw9I0 .mbr-text,
.cid-sx1lcEw9I0 .mbr-section-btn {
  color: #000000;
}
.cid-sxczfiSZI1 {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #e5e5e5;
}
.cid-sxczfiSZI1 .card-wrapper {
  display: flex;
  padding: 0 1.5rem;
}
@media (max-width: 1600px) {
  .cid-sxczfiSZI1 .card-wrapper {
    padding: 0;
  }
}
.cid-sxczfiSZI1 img {
  width: 100%;
}
.cid-sxczfiSZI1 .mbr-iconfont {
  font-size: 3rem;
  background: linear-gradient(to left, #0077ff, #003b7e);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-sxczfiSZI1 .line {
  width: 55px;
  margin-bottom: 0.5rem;
  height: 5px;
  display: inline-block;
  background: linear-gradient(to left, #0077ff, #003b7e);
}
.cid-sxczfiSZI1 .icon-wrapper {
  margin: auto;
  margin-right: 1.5rem;
  display: flex;
  justify-content: center;
  border-radius: 50%;
}
.cid-sxczfiSZI1 h4 {
  margin: 0;
}
.cid-sxczfiSZI1 .card-text {
  color: #012348;
}
.cid-sxczfiSZI1 .mbr-text {
  color: #000000;
}
.cid-sxczfiSZI1 .card-title {
  color: #003b7e;
}
@media (min-width: 1200px) {
  .cid-sxczfiSZI1 .mbr-text {
    max-width: 600px;
  }
}
@media (max-width: 767px) {
  .cid-sxczfiSZI1 .card-wrapper {
    flex-direction: column;
    margin: auto;
    text-align: center;
  }
  .cid-sxczfiSZI1 .card-wrapper .icon-wrapper {
    margin: 0 auto;
    margin-bottom: 1rem;
  }
}
@media (max-width: 991px) {
  .cid-sxczfiSZI1 .mbr-text {
    padding-bottom: 2rem;
    max-width: 100%;
  }
}
.cid-sxczfiSZI1 H3 {
  color: #787324;
}
.cid-sxczfiSZI1 .mbr-section-title,
.cid-sxczfiSZI1 .title-wrapper {
  color: #003b7e;
}
.cid-sxczfiSZI1 .mbr-text,
.cid-sxczfiSZI1 .mbr-section-btn {
  color: #003b7e;
}
.cid-sxczfiSZI1 .card-title DIV {
  text-align: left;
}
.cid-u0zRH9aJE5 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #e5e5e5;
}
@media (min-width: 767px) {
  .cid-u0zRH9aJE5 .container {
    padding: 1rem;
  }
}
.cid-u0zRH9aJE5 .card-box {
  padding: 0 2rem;
}
.cid-u0zRH9aJE5 .mbr-section-btn {
  padding-top: 2rem;
}
.cid-u0zRH9aJE5 .card1 {
  background-image: url("../../../assets/images/car-wash-center-rimini.rn.rimini-2272x1516.jpeg");
}
.cid-u0zRH9aJE5 .card2 {
  background-image: url("../../../assets/images/102826929-2189051901227004-5980330173555875869-n-1-1600x1066.jpg");
}
.cid-u0zRH9aJE5 .card3 {
  background-image: url("../../../assets/images/59431639-1771475756317956-4394753710002012160-n-1080x1080.jpeg");
}
.cid-u0zRH9aJE5 h4 {
  font-weight: 500;
  margin-bottom: 0;
  padding-top: 2rem;
}
.cid-u0zRH9aJE5 p {
  margin-bottom: 0;
  padding-top: 1.5rem;
  padding-top: 2rem;
}
.cid-u0zRH9aJE5 .card-wrapper {
  height: 100%;
  padding: 25rem 2rem 5rem 2rem;
  background-size: cover;
}
.cid-u0zRH9aJE5 .btn {
  margin: 0!important;
  padding: 1rem 2rem;
}
@media (max-width: 767px) {
  .cid-u0zRH9aJE5 .card-wrapper {
    padding: 15rem 1rem 3rem 1rem;
  }
}
.cid-svwaTSPLzu {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-svwaTSPLzu .mbr-text {
  color: #ffffff;
  letter-spacing: 0.03em;
  line-height: 1.8;
}
.cid-svwaTSPLzu .card-img span {
  font-size: 80px;
  color: #ffffff;
}
.cid-svwaTSPLzu .card-title {
  margin-bottom: 2rem;
  text-align: center;
  color: #ffffff;
  letter-spacing: 0.1em;
}
.cid-svwaTSPLzu .card-title,
.cid-svwaTSPLzu .card-img {
  color: #012348;
}
.cid-svwaTSPLzu .mbr-text,
.cid-svwaTSPLzu .mbr-section-btn {
  color: #003b7e;
}
.cid-svuqplye8u {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #003b7e;
}
.cid-svuqplye8u .mbr-section-subtitle {
  letter-spacing: 1px;
  margin-bottom: 1.5rem;
  color: #cccccc;
  text-align: left;
}
.cid-svuqplye8u .first-column .mbr-text {
  margin: 0;
}
.cid-svuqplye8u .icons-wrapper ul {
  margin: 0;
  padding: 0;
}
.cid-svuqplye8u .icons-wrapper ul li {
  margin-right: 1.25rem;
  display: inline-block;
}
.cid-svuqplye8u .icons-wrapper ul li .mbr-iconfont {
  color: #ffffff;
  font-size: 1.5rem;
}
.cid-svuqplye8u .icons-wrapper ul li .mbr-iconfont:hover {
  color: #878787;
}
.cid-svuqplye8u .form-group {
  max-width: 55%;
}
.cid-svuqplye8u .form-group,
.cid-svuqplye8u .mbr-section-btn {
  margin: 0;
  padding: 0;
  display: -webkit-flex;
}
.cid-svuqplye8u .form-control {
  font-size: .9rem;
  border: none;
  border-radius: 0;
  width: 100%;
  padding: .3rem .5rem;
  background: #000000;
  color: #d8d7d7;
}
.cid-svuqplye8u .form-control::-webkit-input-placeholder {
  color: #d8d7d7;
}
.cid-svuqplye8u .form-control::-moz-placeholder {
  color: #d8d7d7;
}
.cid-svuqplye8u .form-control:-moz-placeholder {
  color: #d8d7d7;
}
.cid-svuqplye8u .form-control:-ms-input-placeholder {
  color: #d8d7d7;
}
.cid-svuqplye8u .col + .mbr-section-btn .btn,
.cid-svuqplye8u .col-auto + .mbr-section-btn .btn {
  margin: 0 !important;
  height: 100%;
  border-radius: 0px !important;
  padding: 0 2.2rem !important;
}
.cid-svuqplye8u .dragArea > *:nth-last-child(2).col,
.cid-svuqplye8u .dragArea > *:nth-last-child(2).col-auto,
.cid-svuqplye8u .col + .mbr-section-btn,
.cid-svuqplye8u .col-auto + .mbr-section-btn {
  padding-left: 0;
  padding-right: 0;
  margin: 0;
}
@media (max-width: 991px) {
  .cid-svuqplye8u .first-column,
  .cid-svuqplye8u .second-column {
    padding-bottom: 2rem;
  }
  .cid-svuqplye8u .mbr-form .row {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-svuqplye8u .first-column,
  .cid-svuqplye8u .second-column,
  .cid-svuqplye8u .third-column {
    text-align: center;
  }
}
.cid-svuqplye8u .mbr-section-title {
  text-align: left;
}
.cid-svuqplye8u .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-svuqplye8u .mbr-section-subtitle,
.cid-svuqplye8u .icons-wrapper {
  color: #ffffff;
}
.cid-s1YNw91RvB .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-s1YNw91RvB .btn {
  white-space: nowrap;
}
.cid-s1YNw91RvB .nav-link,
.cid-s1YNw91RvB .icons-menu .mbr-iconfont,
.cid-s1YNw91RvB .dropdown-item {
  transition: all 0.1s;
}
.cid-s1YNw91RvB .nav-link:hover,
.cid-s1YNw91RvB .icons-menu .mbr-iconfont:hover,
.cid-s1YNw91RvB .dropdown-item:hover {
  color: #0077ff !important;
}
@media (max-width: 992px) {
  .cid-s1YNw91RvB .icons-menu {
    padding: 1rem 0!important;
  }
}
.cid-s1YNw91RvB .container {
  display: flex;
  margin: auto;
}
.cid-s1YNw91RvB .navbar {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  min-height: 77px;
  transition: all .3s;
  background: #003b7e;
  background: none;
}
.cid-s1YNw91RvB .navbar.opened {
  transition: all .3s;
}
.cid-s1YNw91RvB .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-s1YNw91RvB .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-s1YNw91RvB .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-s1YNw91RvB .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-s1YNw91RvB .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-s1YNw91RvB .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-s1YNw91RvB .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-s1YNw91RvB .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-s1YNw91RvB .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-s1YNw91RvB .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-s1YNw91RvB .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-s1YNw91RvB .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-s1YNw91RvB .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-s1YNw91RvB .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-s1YNw91RvB .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-s1YNw91RvB .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-s1YNw91RvB .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-s1YNw91RvB .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-s1YNw91RvB .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-s1YNw91RvB .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-s1YNw91RvB .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-s1YNw91RvB .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-s1YNw91RvB .navbar.navbar-short {
  background: #003b7e !important;
  min-height: 60px;
}
.cid-s1YNw91RvB .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-s1YNw91RvB .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-s1YNw91RvB .dropdown-menu {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  padding: 1rem 0;
}
.cid-s1YNw91RvB .nav-dropdown .link {
  padding: 0.4rem 1rem!important;
  margin: .2em 0.5rem;
}
.cid-s1YNw91RvB .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-s1YNw91RvB .mbr-iconfont {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-s1YNw91RvB .navbar-caption {
  padding-right: 4rem;
}
.cid-s1YNw91RvB .navbar-nav {
  justify-content: flex-end;
  width: -webkit-fill-available;
}
.cid-s1YNw91RvB .dropdown-menu,
.cid-s1YNw91RvB .navbar.opened {
  background: #191919 !important;
}
.cid-s1YNw91RvB .nav-item:focus,
.cid-s1YNw91RvB .nav-link:focus {
  outline: none;
}
.cid-s1YNw91RvB .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-s1YNw91RvB .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-s1YNw91RvB .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-s1YNw91RvB .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-s1YNw91RvB .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-s1YNw91RvB .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
}
.cid-s1YNw91RvB .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-s1YNw91RvB .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-s1YNw91RvB .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-s1YNw91RvB .dropdown-item.active,
.cid-s1YNw91RvB .dropdown-item:active {
  background-color: transparent;
}
.cid-s1YNw91RvB .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-s1YNw91RvB .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-s1YNw91RvB .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-s1YNw91RvB .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #003b7e;
}
.cid-s1YNw91RvB .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-s1YNw91RvB .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-s1YNw91RvB ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-s1YNw91RvB .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-s1YNw91RvB button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-s1YNw91RvB button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-s1YNw91RvB button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s1YNw91RvB button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s1YNw91RvB button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s1YNw91RvB button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s1YNw91RvB nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s1YNw91RvB nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s1YNw91RvB nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s1YNw91RvB nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s1YNw91RvB .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-s1YNw91RvB a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-s1YNw91RvB .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  min-width: 160px;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-s1YNw91RvB .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-s1YNw91RvB .navbar {
    height: 77px;
  }
  .cid-s1YNw91RvB .navbar.opened {
    height: auto;
  }
  .cid-s1YNw91RvB .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-s1YNw91RvB .nav-link {
  margin: auto!important;
  position: relative;
  cursor: pointer;
  display: inline-block;
  width: fit-content;
  transition: all 0.3s;
}
.cid-s1YNw91RvB .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-s1YNw91RvB .btn {
  white-space: nowrap;
}
.cid-s1YNw91RvB .nav-link,
.cid-s1YNw91RvB .icons-menu .mbr-iconfont,
.cid-s1YNw91RvB .dropdown-item {
  transition: all 0.1s;
}
.cid-s1YNw91RvB .nav-link:hover,
.cid-s1YNw91RvB .icons-menu .mbr-iconfont:hover,
.cid-s1YNw91RvB .dropdown-item:hover {
  color: #0077ff !important;
}
@media (max-width: 992px) {
  .cid-s1YNw91RvB .icons-menu {
    padding: 1rem 0!important;
  }
}
.cid-s1YNw91RvB .container {
  display: flex;
  margin: auto;
}
.cid-s1YNw91RvB .navbar {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  min-height: 77px;
  transition: all .3s;
  background: #003b7e;
  background: none;
}
.cid-s1YNw91RvB .navbar.opened {
  transition: all .3s;
}
.cid-s1YNw91RvB .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-s1YNw91RvB .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-s1YNw91RvB .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-s1YNw91RvB .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-s1YNw91RvB .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-s1YNw91RvB .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-s1YNw91RvB .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-s1YNw91RvB .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-s1YNw91RvB .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-s1YNw91RvB .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-s1YNw91RvB .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-s1YNw91RvB .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-s1YNw91RvB .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-s1YNw91RvB .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-s1YNw91RvB .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-s1YNw91RvB .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-s1YNw91RvB .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-s1YNw91RvB .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-s1YNw91RvB .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-s1YNw91RvB .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-s1YNw91RvB .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-s1YNw91RvB .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-s1YNw91RvB .navbar.navbar-short {
  background: #003b7e !important;
  min-height: 60px;
}
.cid-s1YNw91RvB .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-s1YNw91RvB .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-s1YNw91RvB .dropdown-menu {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  padding: 1rem 0;
}
.cid-s1YNw91RvB .nav-dropdown .link {
  padding: 0.4rem 1rem!important;
  margin: .2em 0.5rem;
}
.cid-s1YNw91RvB .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-s1YNw91RvB .mbr-iconfont {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-s1YNw91RvB .navbar-caption {
  padding-right: 4rem;
}
.cid-s1YNw91RvB .navbar-nav {
  justify-content: flex-end;
  width: -webkit-fill-available;
}
.cid-s1YNw91RvB .dropdown-menu,
.cid-s1YNw91RvB .navbar.opened {
  background: #191919 !important;
}
.cid-s1YNw91RvB .nav-item:focus,
.cid-s1YNw91RvB .nav-link:focus {
  outline: none;
}
.cid-s1YNw91RvB .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-s1YNw91RvB .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-s1YNw91RvB .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-s1YNw91RvB .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-s1YNw91RvB .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-s1YNw91RvB .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
}
.cid-s1YNw91RvB .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-s1YNw91RvB .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-s1YNw91RvB .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-s1YNw91RvB .dropdown-item.active,
.cid-s1YNw91RvB .dropdown-item:active {
  background-color: transparent;
}
.cid-s1YNw91RvB .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-s1YNw91RvB .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-s1YNw91RvB .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-s1YNw91RvB .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #003b7e;
}
.cid-s1YNw91RvB .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-s1YNw91RvB .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-s1YNw91RvB ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-s1YNw91RvB .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-s1YNw91RvB button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-s1YNw91RvB button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-s1YNw91RvB button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s1YNw91RvB button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s1YNw91RvB button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s1YNw91RvB button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s1YNw91RvB nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s1YNw91RvB nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s1YNw91RvB nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s1YNw91RvB nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s1YNw91RvB .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-s1YNw91RvB a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-s1YNw91RvB .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  min-width: 160px;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-s1YNw91RvB .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-s1YNw91RvB .navbar {
    height: 77px;
  }
  .cid-s1YNw91RvB .navbar.opened {
    height: auto;
  }
  .cid-s1YNw91RvB .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-s1YNw91RvB .nav-link {
  margin: auto!important;
  position: relative;
  cursor: pointer;
  display: inline-block;
  width: fit-content;
  transition: all 0.3s;
}
.cid-s1YPqSpOCZ {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-s1YPqSpOCZ .mbr-text1 {
  color: #999999;
}
.cid-s1YPqSpOCZ .mbr-text2 {
  color: #999999;
}
.cid-s1YPqSpOCZ p {
  margin: 0;
}
.cid-svkkK98Xgh {
  background-color: #012348;
}
.cid-svkkK98Xgh H1 {
  color: #ffffff;
}
.cid-svkkK98Xgh h1 {
  background: linear-gradient(to left, #0077ff, currentColor);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-svkkK98Xgh .mbr-text,
.cid-svkkK98Xgh .mbr-section-btn {
  color: #999999;
}
.cid-svuqplye8u {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #003b7e;
}
.cid-svuqplye8u .mbr-section-subtitle {
  letter-spacing: 1px;
  margin-bottom: 1.5rem;
  color: #cccccc;
  text-align: left;
}
.cid-svuqplye8u .first-column .mbr-text {
  margin: 0;
}
.cid-svuqplye8u .icons-wrapper ul {
  margin: 0;
  padding: 0;
}
.cid-svuqplye8u .icons-wrapper ul li {
  margin-right: 1.25rem;
  display: inline-block;
}
.cid-svuqplye8u .icons-wrapper ul li .mbr-iconfont {
  color: #ffffff;
  font-size: 1.5rem;
}
.cid-svuqplye8u .icons-wrapper ul li .mbr-iconfont:hover {
  color: #878787;
}
.cid-svuqplye8u .form-group {
  max-width: 55%;
}
.cid-svuqplye8u .form-group,
.cid-svuqplye8u .mbr-section-btn {
  margin: 0;
  padding: 0;
  display: -webkit-flex;
}
.cid-svuqplye8u .form-control {
  font-size: .9rem;
  border: none;
  border-radius: 0;
  width: 100%;
  padding: .3rem .5rem;
  background: #000000;
  color: #d8d7d7;
}
.cid-svuqplye8u .form-control::-webkit-input-placeholder {
  color: #d8d7d7;
}
.cid-svuqplye8u .form-control::-moz-placeholder {
  color: #d8d7d7;
}
.cid-svuqplye8u .form-control:-moz-placeholder {
  color: #d8d7d7;
}
.cid-svuqplye8u .form-control:-ms-input-placeholder {
  color: #d8d7d7;
}
.cid-svuqplye8u .col + .mbr-section-btn .btn,
.cid-svuqplye8u .col-auto + .mbr-section-btn .btn {
  margin: 0 !important;
  height: 100%;
  border-radius: 0px !important;
  padding: 0 2.2rem !important;
}
.cid-svuqplye8u .dragArea > *:nth-last-child(2).col,
.cid-svuqplye8u .dragArea > *:nth-last-child(2).col-auto,
.cid-svuqplye8u .col + .mbr-section-btn,
.cid-svuqplye8u .col-auto + .mbr-section-btn {
  padding-left: 0;
  padding-right: 0;
  margin: 0;
}
@media (max-width: 991px) {
  .cid-svuqplye8u .first-column,
  .cid-svuqplye8u .second-column {
    padding-bottom: 2rem;
  }
  .cid-svuqplye8u .mbr-form .row {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-svuqplye8u .first-column,
  .cid-svuqplye8u .second-column,
  .cid-svuqplye8u .third-column {
    text-align: center;
  }
}
.cid-svuqplye8u .mbr-section-title {
  text-align: left;
}
.cid-svuqplye8u .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-svuqplye8u .mbr-section-subtitle,
.cid-svuqplye8u .icons-wrapper {
  color: #ffffff;
}
