@import url(https://fonts.googleapis.com/css?family=Oswald:200,300,400,500,600,700&display=swap);
@import url(https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i&display=swap);





.mbr-section-btn .btn {
  border-radius: 50px !important;
}
body {
  font-family: Roboto;
}
.display-1 {
  font-family: 'Oswald', sans-serif;
  font-size: 6.875rem;
  line-height: 1.04545455;
}
.display-1 > .mbr-iconfont {
  font-size: 11rem;
}
@media (max-width: 1440px) {
  .display-1 {
    font-size: 4.52302632rem;
    line-height: 1.064;
  }
}
@media (max-width: 1280px) {
  .display-1 {
    font-size: 4.02046784rem;
    line-height: 1.08818182;
  }
}
@media (max-width: 1024px) {
  .display-1 {
    font-size: 2.75rem;
    line-height: 1.09090909;
  }
}
.display-2 {
  font-family: 'Oswald', sans-serif;
  font-size: 4.25rem;
  line-height: 1.05882353;
}
.display-2 > .mbr-iconfont {
  font-size: 6.8rem;
}
@media (max-width: 1440px) {
  .display-2 {
    font-size: 3.125rem;
    line-height: 1.14;
  }
}
@media (max-width: 1280px) {
  .display-2 {
    font-size: 45px;
    line-height: 52px;
    font-size: 2.81456954rem;
    line-height: 1.15470588;
  }
}
@media (max-width: 1024px) {
  .display-2 {
    font-size: 2.0631068rem;
    line-height: 1.09058824;
  }
}
.display-4 {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 1.44444444;
}
.display-4 > .mbr-iconfont {
  font-size: 1.125rem;
}
@media (max-width: 1024px) {
  .display-4 {
    font-size: 1.00446429rem;
    line-height: 1.36888889;
  }
}
.display-5 {
  font-family: 'Oswald', sans-serif;
  font-size: 2.75rem;
  line-height: 1.13636364;
}
.display-5 > .mbr-iconfont {
  font-size: 4.4rem;
}
@media (max-width: 1440px) {
  .display-5 {
    font-size: 2.2rem;
    line-height: 1.19318182;
  }
}
@media (max-width: 1280px) {
  .display-5 {
    font-size: 1.88356164rem;
    line-height: 0.99545455;
  }
}
@media (max-width: 1024px) {
  .display-5 {
    font-size: 1.5625rem;
    line-height: 1.2;
  }
}
.display-7 {
  font-family: 'Roboto', sans-serif;
  font-size: 1.5rem;
  line-height: 1.33333333;
}
.display-7 > .mbr-iconfont {
  font-size: 2.4rem;
}
@media (max-width: 1440px) {
  .display-7 {
    font-size: 1.25rem;
    line-height: 1.35;
  }
}
@media (max-width: 1280px) {
  .display-7 {
    font-size: 1.12781955rem;
    line-height: 1.33;
  }
}
@media (max-width: 1024px) {
  .display-7 {
    font-size: 1.12781955rem;
    line-height: 1.27458333;
  }
}
/* ---- 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 */
/* Buttons */
.btn {
  padding: 12px 15px;
  border-radius: 4px;
}
.btn-sm {
  padding: 12px 15px;
  border-radius: 4px;
}
.btn-md {
  padding: 12px 15px;
  border-radius: 4px;
}
.btn-lg {
  padding: 21px 10px;
  border-radius: 4px;
}
.bg-primary {
  background-color: #ffffff !important;
}
.bg-success {
  background-color: #17698f !important;
}
.bg-info {
  background-color: #ffffff !important;
}
.bg-warning {
  background-color: #f7941e !important;
}
.bg-danger {
  background-color: #fe5925 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #808080 !important;
  background-color: #ffffff;
  border-color: #ffffff;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-primary:hover {
  background-color: #46877e !important;
  border-color: #46877e !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #fdcc67 !important;
  border-color: #fdcc67 !important;
  color: #644401 !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #644401 !important;
  background-color: #fdcc67;
  border-color: #fdcc67;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #644401 !important;
  background-color: #fdcc67 !important;
  border-color: #fdcc67 !important;
}
.btn-secondary:hover {
  background-color: #fcbb35 !important;
  border-color: #fcbb35 !important;
}
.btn-info,
.btn-info:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #808080 !important;
  background-color: #ffffff;
  border-color: #ffffff;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-info:hover {
  background-color: #e6e6e6 !important;
  border-color: #e6e6e6 !important;
}
.btn-success,
.btn-success:active {
  background-color: #17698f !important;
  border-color: #17698f !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #17698f;
  border-color: #17698f;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #17698f !important;
  border-color: #17698f !important;
}
.btn-success:hover {
  background-color: #104963 !important;
  border-color: #104963 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #f7941e !important;
  border-color: #f7941e !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #f7941e;
  border-color: #f7941e;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #f7941e !important;
  border-color: #f7941e !important;
}
.btn-warning:hover {
  background-color: #f9ab4f !important;
  border-color: #f9ab4f !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #fe5925 !important;
  border-color: #fe5925 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #fe5925;
  border-color: #fe5925;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #fe5925 !important;
  border-color: #fe5925 !important;
}
.btn-danger:hover {
  background-color: #fe8058 !important;
  border-color: #fe8058 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #808080 !important;
  background-color: #ffffff;
  border-color: #ffffff;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-white:hover {
  background-color: #f7f7f7 !important;
  border-color: #f7f7f7 !important;
}
.btn-black,
.btn-black:active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #333333;
  border-color: #333333;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-black:hover {
  background-color: #666666 !important;
  border-color: #666666 !important;
}
.btn-primary-outline {
  border: 1px solid;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #808080 !important;
  background: #ffffff !important;
  border-color: #ffffff;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-secondary-outline {
  border: 1px solid;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #fdcc67;
  color: #fdcc67;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #644401 !important;
  background: #fdcc67 !important;
  border-color: #fdcc67;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #644401 !important;
  background-color: #fdcc67 !important;
  border-color: #fdcc67 !important;
}
.btn-info-outline {
  border: 1px solid;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #808080 !important;
  background: #ffffff !important;
  border-color: #ffffff;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-success-outline {
  border: 1px solid;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #17698f;
  color: #17698f;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ffffff !important;
  background: #17698f !important;
  border-color: #17698f;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #17698f !important;
  border-color: #17698f !important;
}
.btn-warning-outline {
  border: 1px solid;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #f7941e;
  color: #f7941e;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff !important;
  background: #f7941e !important;
  border-color: #f7941e;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #f7941e !important;
  border-color: #f7941e !important;
}
.btn-danger-outline {
  border: 1px solid;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #fe5925;
  color: #fe5925;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff !important;
  background: #fe5925 !important;
  border-color: #fe5925;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #fe5925 !important;
  border-color: #fe5925 !important;
}
.btn-black-outline {
  border: 1px solid;
}
.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 !important;
  background: #333333 !important;
  border-color: #333333;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-white-outline {
  border: 1px solid;
}
.btn-white-outline,
.btn-white-outline:active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #808080 !important;
  background: #ffffff !important;
  border-color: #ffffff;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-white-outline.btn {
  color: #333333 !important;
}
.text-primary {
  color: #ffffff !important;
}
.text-secondary {
  color: #fdcc67 !important;
}
.text-success {
  color: #17698f !important;
}
.text-info {
  color: #ffffff !important;
}
.text-warning {
  color: #f7941e !important;
}
.text-danger {
  color: #fe5925 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #ffffff !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #fbaa03 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #092837 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #cccccc !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #f7941e !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #bc2e01 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #666666 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #ffffff !important;
}
.alert-success {
  background-color: #17698f;
}
.alert-info {
  background-color: #ffffff;
}
.alert-warning {
  background-color: #f7941e;
}
.alert-danger {
  background-color: #fe5925;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 50px;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none;
}
.mbr-gallery-filter li a {
  border-radius: 50px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #8c8c8c;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 50px !important;
}
a,
a:hover {
  color: #ffffff;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #44afe1;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #fef2e3;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #fff4f0;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Roboto', sans-serif;
  font-size: 1.5rem;
  line-height: 1.33333333;
}
.form-control > .mbr-iconfont {
  font-size: 2.4rem;
}
@media (max-width: 1440px) {
  .form-control {
    font-size: 1.25rem;
    line-height: 1.35;
  }
}
@media (max-width: 1280px) {
  .form-control {
    font-size: 1.12781955rem;
    line-height: 1.33;
  }
}
@media (max-width: 1024px) {
  .form-control {
    font-size: 1.12781955rem;
    line-height: 1.27458333;
  }
}
blockquote {
  border-color: #ffffff;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.mbr-form .input-group-btn a.btn {
  border-radius: 50px !important;
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 50px !important;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: currentColor;
  border-bottom-color: currentColor;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.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: #000000 !important;
  background-color: #ffffff !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #fdcc67 !important;
  box-shadow: none !important;
}
.sidebar-block .mbr-gallery-item .galleryItem .onsale {
  top: 0px;
}
.sidebar-block .mbr-gallery-item .galleryItem .sidebar_wraper {
  bottom: -35px;
  margin-left: 1rem;
}
.link.display-4 a {
  font-size: 1.0125rem;
  line-height: 1;
}
.cid-us4KjxPqbY {
  min-height: 114px !important;
  position: relative;
  overflow: visible;
  background: #ffffff;
}
.cid-us4KjxPqbY .nav-link,
.cid-us4KjxPqbY .navbar-caption {
  font-weight: 700;
  transition: all 0.3s linear;
}
.cid-us4KjxPqbY .navbar-dropdown .navbar-brand span {
  vertical-align: 0;
}
.cid-us4KjxPqbY .container-fluid {
  padding-left: 15px !important;
  padding-right: 15px !important;
}
.cid-us4KjxPqbY .nav-link.text-primary:hover,
.cid-us4KjxPqbY .nav-link.text-primary:focus {
  color: #ffffff !important;
}
.cid-us4KjxPqbY .nav-link {
  position: relative;
  line-height: 1;
  margin: 0 !important;
  padding: 10px 20px !important;
}
.cid-us4KjxPqbY .nav-link:hover:before {
  opacity: 1;
}
.cid-us4KjxPqbY .nav-link:before {
  content: '';
  bottom: 0;
  width: calc(100% - 36px);
  left: 18px;
  height: 3px;
  position: absolute;
  opacity: 0;
  z-index: -1;
  background-color: #fdcc67;
  transition: opacity 0.3s linear;
}
@media (max-width: 991px) {
  .cid-us4KjxPqbY .nav-link {
    margin: 0 !important;
  }
}
.cid-us4KjxPqbY .icons-menu {
  line-height: 0;
}
.cid-us4KjxPqbY .icons__wrap {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 29px;
  height: 29px;
  font-size: 29px;
  margin-left: 15px;
}
.cid-us4KjxPqbY .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown-item {
  width: 247px;
}
@media (min-width: 992px) {
  .cid-us4KjxPqbY .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown {
    display: inline-block;
  }
}
.cid-us4KjxPqbY .dropdown-menu .menu__images {
  display: flex;
  transform: translateY(-11px);
}
.cid-us4KjxPqbY .dropdown-menu .dropdown-item {
  display: inline-flex;
  justify-content: center;
  font-weight: normal;
  padding: 10px 40px 10px 20px;
  line-height: 1;
  position: relative;
  width: 100%;
  transition: all 0.3s;
}
@media (max-width: 1300px) {
  .cid-us4KjxPqbY .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown-item {
    width: 167px;
    padding: 10px;
    white-space: normal;
  }
}
@media (min-width: 992px) {
  .cid-us4KjxPqbY.dropdown.open > .dropdown-menu:not(.dropdown-submenu) > .dropdown > .dropdown-submenu {
    visibility: visible;
    opacity: 1;
  }
  .cid-us4KjxPqbY .mbr-section-btn {
    margin-left: 31px;
  }
  .cid-us4KjxPqbY .btn {
    white-space: nowrap;
  }
  .cid-us4KjxPqbY .dropdown-menu {
    min-width: 210px;
    display: block;
    z-index: 5;
    background-color: #ffffff !important;
    border: 1px solid #ddebe9;
    border-radius: 4px;
    left: 17px;
    right: auto;
    top: 100%;
    opacity: 0;
    padding: 11px 0 !important;
    margin: 0 !important;
    visibility: hidden;
    transition: all .3s linear;
    transform: translateY(0);
  }
  .cid-us4KjxPqbY .nav-item:hover .nav-link + .dropdown-menu {
    transform: translateY(20px);
    opacity: 1;
    visibility: visible;
  }
  .cid-us4KjxPqbY .nav-item.dropdown:hover::before,
  .cid-us4KjxPqbY .nav-item.dropdown.open:before {
    content: "";
    position: absolute;
    bottom: -20px;
    left: 0;
    width: 100%;
    height: 20px;
  }
  .is-builder .cid-us4KjxPqbY .nav-item:hover .nav-link + .dropdown-menu {
    opacity: 0;
    visibility: hidden;
  }
}
@media (max-width: 1200px) {
  .cid-us4KjxPqbY .navbar .navbar-collapse {
    align-items: center !important;
  }
}
.cid-us4KjxPqbY .navbar > .container,
.cid-us4KjxPqbY .navbar > .container-fluid {
  align-items: center;
}
.cid-us4KjxPqbY .dropdown-toggle::after,
.cid-us4KjxPqbY .link.dropdown-toggle:after {
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-left: 6px;
  content: "";
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  transition: all .25s ease 0s;
}
.cid-us4KjxPqbY .dropdown-menu .dropdown-toggle:after {
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  width: 8px;
  height: 8px;
}
.cid-us4KjxPqbY .open > .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-bottom: -8px;
  transform: rotate(225deg);
}
.cid-us4KjxPqbY .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
  opacity: 1;
  display: flex;
  flex-direction: column;
}
.cid-us4KjxPqbY .nav-dropdown .dropdown-submenu {
  display: none;
  margin: 0 !important;
  font-weight: 400;
  top: 0 !important;
}
.cid-us4KjxPqbY .nav-item:focus,
.cid-us4KjxPqbY .nav-link:focus {
  outline: none;
}
.cid-us4KjxPqbY .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-us4KjxPqbY .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-us4KjxPqbY .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-us4KjxPqbY a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all 0.3s linear;
}
.cid-us4KjxPqbY ul.navbar-nav {
  flex-wrap: wrap;
  flex: 1;
}
.cid-us4KjxPqbY .navbar {
  padding: 12px 52px 11px 43px;
  min-height: 114px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-us4KjxPqbY .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-us4KjxPqbY .navbar .navbar-collapse {
  justify-content: space-between;
  align-items: center;
  z-index: 1;
}
.cid-us4KjxPqbY .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-us4KjxPqbY .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-us4KjxPqbY .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 150px - 1rem);
  }
}
.cid-us4KjxPqbY .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-us4KjxPqbY .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-us4KjxPqbY .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-us4KjxPqbY .dropdown-menu .menu__images {
    display: none;
  }
  .cid-us4KjxPqbY .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .cid-us4KjxPqbY .nav-item .nav-link::before {
    display: none;
  }
  .cid-us4KjxPqbY.opened .dropdown-menu {
    top: 0;
  }
  .cid-us4KjxPqbY .mbr-section-btn .btn {
    min-width: auto;
    padding: 5px ;
    font-size: 14px;
  }
  .cid-us4KjxPqbY .dropdown-menu {
    margin: 0;
    padding: 0;
    line-height: 45px;
    border: 0;
    left: 8px;
    width: 100%;
    max-width: 100% !important;
    box-shadow: none;
  }
  .cid-us4KjxPqbY .dropdown-menu .dropdown-submenu {
    left: 0 !important;
    position: relative !important;
  }
  .cid-us4KjxPqbY .navbar-logo {
    margin: 0;
  }
  .cid-us4KjxPqbY .navbar-logo img {
    height: 150px !important;
  }
  .cid-us4KjxPqbY .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    margin: 0 !important;
    padding: 0;
  }
  .cid-us4KjxPqbY .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-us4KjxPqbY .icons-menu {
    margin: 30px 0;
    text-align: center;
  }
  .cid-us4KjxPqbY .navbar {
    padding: 13px 90px;
  }
  .cid-us4KjxPqbY .navbar .navbar-collapse {
    position: absolute;
    top: 100%;
    background-color: #ffffff !important;
    padding-left: 20px;
    padding-right: 20px;
    left: 0px;
    right: 0px;
  }
  .cid-us4KjxPqbY .navbar .dropdown-menu .dropdown-item {
    justify-content: flex-start;
    padding: 15.5px 23px;
    line-height: 1;
  }
  .cid-us4KjxPqbY .dropdown-submenu .dropdown-item {
    padding-left: 45px !important;
  }
  .cid-us4KjxPqbY .dropdown-toggle::after,
  .cid-us4KjxPqbY .link.dropdown-toggle:after {
    position: absolute;
    right: 12px;
  }
  .cid-us4KjxPqbY .nav-item {
    border-bottom: 1px solid #ddebe9;
  }
  .cid-us4KjxPqbY a.nav-link {
    justify-content: flex-start;
    line-height: 21px;
    padding: 35px 43px 35px 19px !important;
  }
  .cid-us4KjxPqbY ul.navbar-nav {
    padding: 0 100px;
    margin: 0;
  }
  .cid-us4KjxPqbY .navbar .dropdown.open > .dropdown-menu {
    display: block;
  }
  .cid-us4KjxPqbY .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown-item {
    width: 100%;
  }
}
.cid-us4KjxPqbY.navbar-short {
  background: #ffffff !important;
  min-height: 70px;
  height: 70px;
}
.cid-us4KjxPqbY.navbar-short .nav-dropdown {
  height: 70px;
}
.cid-us4KjxPqbY.navbar-short .navbar-brand {
  padding: 0;
}
.cid-us4KjxPqbY.navbar-short .navbar-logo img {
  height: 70px !important;
}
@media (max-width: 767px) {
  .cid-us4KjxPqbY .navbar {
    padding: 0 !important;
  }
  .cid-us4KjxPqbY ul.navbar-nav {
    padding: 0 !important;
  }
  .cid-us4KjxPqbY a.nav-link {
    padding: 27px 26px 27px 19px !important;
  }
}
.cid-us4KjxPqbY .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 12px;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
}
.cid-us4KjxPqbY .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-us4KjxPqbY .dropdown-item.active,
.cid-us4KjxPqbY .dropdown-item:active {
  background-color: transparent;
}
.cid-us4KjxPqbY .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-us4KjxPqbY .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
  position: absolute;
}
.cid-us4KjxPqbY button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-us4KjxPqbY button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #003d59;
}
.cid-us4KjxPqbY button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-us4KjxPqbY button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-us4KjxPqbY button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-us4KjxPqbY button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-us4KjxPqbY nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-us4KjxPqbY nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-us4KjxPqbY nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-us4KjxPqbY nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.is-builder .cid-us4KjxPqbY .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  transform: translateY(20px);
}
.cid-us4KjxPqbY .navbar-dropdown {
  position: absolute;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-us4KjxPqbY .navbar {
    height: 97px;
  }
  .cid-us4KjxPqbY .navbar.opened {
    height: auto;
  }
  .cid-us4KjxPqbY .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-s1pj7EandR {
  padding-top: 10rem;
  padding-bottom: 12rem;
  background-image: url("../../../assets/images/blog-motorcycle-maintenance-2000x1143.jpg");
}
.cid-s1pj7EandR .mbr-section-title {
  margin-bottom: 35px;
}
.cid-s1pj7EandR .mbr-section-title b,
.cid-s1pj7EandR .mbr-section-title strong {
  font-weight: 500;
}
@media (max-width: 1024px) {
  .cid-s1pj7EandR .figure:before {
    width: 89px;
    height: 89px;
    top: -55px;
    left: -18px;
  }
}
.cid-s1pj7EandR .mbr-section-title,
.cid-s1pj7EandR .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-urvSwxKRha {
  padding-top: 120px;
  padding-bottom: 90px;
  background-color: #f4f8fa;
}
.cid-urvSwxKRha .mbr-overlay {
  background: linear-gradient(90deg, #149dcc, #b2ccd2);
}
.cid-urvSwxKRha .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-urvSwxKRha .text-content {
  padding-right: 1.5rem;
}
.cid-urvSwxKRha .mbr-text,
.cid-urvSwxKRha .mbr-section-btn {
  color: #003d59;
}
.cid-urvSwxKRha .mbr-figure img {
  -webkit-box-shadow: 0px 0px 30px rgba(255, 255, 255, 0.3);
  box-shadow: 0px 0px 30px rgba(255, 255, 255, 0.3);
  border-radius: .25rem;
}
.cid-urvSwxKRha .counter-container {
  padding: 1rem 0;
  position: relative;
}
.cid-urvSwxKRha .counter-container ul {
  margin-bottom: 0;
  padding-left: 1.5rem;
}
.cid-urvSwxKRha .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
}
.cid-urvSwxKRha .counter-container ul li:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  position: absolute;
  left: 0px;
  padding-top: 2px;
  display: inline-block;
  text-align: center;
  margin: 4px 0px;
  line-height: 10px;
  transition: all .2s;
  width: 16px;
  height: 16px;
  font-size: 16px !important;
  font-weight: 500;
  background: none;
  color: #188ef4;
}
@media (max-width: 991px) {
  .cid-urvSwxKRha .main-row {
    margin: 0;
  }
  .cid-urvSwxKRha .mbr-section-title,
  .cid-urvSwxKRha .mbr-text,
  .cid-urvSwxKRha .list,
  .cid-urvSwxKRha .mbr-section-btn {
    text-align: center !important;
  }
  .cid-urvSwxKRha .text-content {
    padding: 0;
  }
}
.cid-unYKqLNCYf {
  padding-top: 30px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/2.-servicio-para-motos-cuales-son-los-mas-importantes-1364x435.png");
}
.cid-unYKqLNCYf .mbr-section-title {
  letter-spacing: .1em;
}
.cid-unYKqLNCYf .mbr-text {
  letter-spacing: 0.03rem;
}
.cid-unYKqLNCYf .card-img span {
  font-size: 100px;
}
.cid-unYKqLNCYf .mbr-text,
.cid-unYKqLNCYf .mbr-section-btn {
  color: #efefef;
}
.cid-us4dhBWywm {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-us4dhBWywm h4 {
  margin-bottom: 0;
}
.cid-us4dhBWywm .card:hover img {
  box-shadow: 0 10px 55px 5px rgba(254, 221, 153, 0.35);
}
.cid-us4dhBWywm .btn[class*="-outline"] {
  border: none;
  padding: 0;
  margin: 0 0.25rem!important;
  box-shadow: none!important;
}
.cid-us4dhBWywm .btn[class*="-outline"] span {
  order: 2;
  font-size: 1.1rem;
  padding-top: 3px;
  transition: padding 0.3s!important;
}
.cid-us4dhBWywm .btn[class*="-outline"]:hover span {
  padding-left: 10px;
}
.cid-us4dhBWywm .btn[class*="-outline"]:hover {
  background-color: transparent!important;
  color: #ffffff !important;
  box-shadow: none!important;
}
.cid-us4dhBWywm .btn[class*="-outline"]:active,
.cid-us4dhBWywm .btn[class*="-outline"]:focus {
  background-color: transparent!important;
  box-shadow: none!important;
}
.cid-us4dhBWywm .card-box {
  padding-top: 2rem;
}
.cid-us4dhBWywm .card-wrapper {
  height: 100%;
}
.cid-us4dhBWywm .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-us4dhBWywm img {
  transition: all 0.3s;
  border-radius: 8px;
}
.cid-us4dhBWywm .card-title {
  color: #149dcc;
  text-align: center;
}
.cid-us4dhBWywm .main-title {
  color: #232323;
}
.cid-us4dhBWywm .mbr-text,
.cid-us4dhBWywm .mbr-link-btn {
  color: #003d59;
  text-align: center;
}
.cid-us4icnMC47 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #f4f8fa;
}
.cid-us4icnMC47 .mbr-iconfont {
  font-size: 50px;
  transition: color .3s;
  padding: 1.5rem;
}
.cid-us4icnMC47 .mbr-section-title {
  margin: 0;
}
.cid-us4icnMC47 .mbr-section-subtitle {
  color: #8d97ad;
}
.cid-us4icnMC47 .card-img span {
  color: #1dc9cb;
}
.cid-us4icnMC47 .row-item {
  margin-bottom: 2rem;
}
.cid-us4icnMC47 .row-item:hover .wrapper {
  background: linear-gradient(90deg, #369898, #5eeebb);
  cursor: pointer;
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
  transition: all 0.3s;
}
.cid-us4icnMC47 .row-item:hover .card-img span {
  color: #ffffff !important;
}
.cid-us4icnMC47 .row-item:hover .mbr-card-title {
  color: #ffffff !important;
}
.cid-us4icnMC47 .wrapper {
  padding: 2.5rem 1rem;
  background: #ffffff;
  border-radius: 5px;
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}
.cid-us4mxtYjNz {
  overflow-x: hidden !important;
}
.cid-us4mxtYjNz,
.cid-us4mxtYjNz .scroll-wrapper {
  padding-top: 60px;
  padding-bottom: 60px;
}
.cid-us4mxtYjNz .mbr-section-title {
  color: #eef5f4;
}
.cid-us4mxtYjNz .mbr-section-title span {
  color: #ffffff;
}
.cid-us4mxtYjNz .mbr-text {
  color: #efefef;
  letter-spacing: 5px;
  font-weight: 100;
}
.cid-us4mxtYjNz .scroll-wrapper {
  top: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  background-repeat: repeat;
  z-index: 0;
  -webkit-animation-duration: 30s !important;
  animation-duration: 30s;
  background-image: url("../../../assets/images/8ed55f26-b782-4f48-a385-5ce95eec9e7e-1280x591.jpg");
  -webkit-animation: scroll-wrapper linear infinite;
  -moz-animation: scroll-wrapper linear infinite;
  -o-animation: scroll-wrapper linear infinite;
  animation: scroll-wrapper linear infinite;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.cid-us4mxtYjNz .scroll-wrapper.second {
  left: calc(100% - 1px);
}
.cid-us4mxtYjNz .mbr-overlay {
  z-index: 1;
}
.cid-us4mxtYjNz .block-content {
  z-index: 2;
}
@keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-webkit-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-moz-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-o-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.cid-unYIHQEocH {
  padding-top: 75px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-unYIHQEocH .mbr-text {
  color: #767676;
}
.cid-unYIHQEocH .card-subtitle {
  margin: 0;
}
.cid-unYIHQEocH .link {
  margin: 0;
}
.cid-unYIHQEocH .link a {
  position: relative;
  letter-spacing: 2px;
}
.cid-unYIHQEocH img {
  transition: all 0.3s;
  object-fit: cover;
  height: 100%;
}
.cid-unYIHQEocH .card-img {
  overflow: hidden;
  position: relative;
  height: 300px;
}
.cid-unYIHQEocH .card-img:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0;
  left: 0;
  top: 0;
  transition: all 0.3s;
  pointer-events: none;
  z-index: 2;
}
.cid-unYIHQEocH .card-img:hover:before {
  opacity: 0.4;
}
.cid-unYIHQEocH .card-img:hover img {
  transform: scale(1.05);
}
.cid-unYIHQEocH .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-unYIHQEocH .card {
    margin-bottom: 3rem;
  }
}
.cid-unYIHQEocH .mbr-text,
.cid-unYIHQEocH .link {
  color: #003d59;
}
.cid-us4pIBRteJ {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-us4pIBRteJ .mbr-text {
  color: #767676;
}
.cid-us4pIBRteJ .card-subtitle {
  margin: 0;
}
.cid-us4pIBRteJ .link {
  margin: 0;
}
.cid-us4pIBRteJ .link a {
  position: relative;
  letter-spacing: 2px;
}
.cid-us4pIBRteJ img {
  transition: all 0.3s;
  object-fit: cover;
  height: 100%;
}
.cid-us4pIBRteJ .card-img {
  overflow: hidden;
  position: relative;
  height: 300px;
}
.cid-us4pIBRteJ .card-img:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0;
  left: 0;
  top: 0;
  transition: all 0.3s;
  pointer-events: none;
  z-index: 2;
}
.cid-us4pIBRteJ .card-img:hover:before {
  opacity: 0.4;
}
.cid-us4pIBRteJ .card-img:hover img {
  transform: scale(1.05);
}
.cid-us4pIBRteJ .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-us4pIBRteJ .card {
    margin-bottom: 3rem;
  }
}
.cid-us4pIBRteJ .mbr-text,
.cid-us4pIBRteJ .link {
  color: #003d59;
}
.cid-usyGSjnb0L {
  padding-top: 45px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/3c59a3e3-0609-4fde-8dbb-1aa9f121853f-1280x589.jpg");
}
.cid-usyGSjnb0L .mbr-section-title {
  letter-spacing: .1em;
}
.cid-usyGSjnb0L .mbr-text {
  letter-spacing: 0.03rem;
}
.cid-usyGSjnb0L .card-img span {
  font-size: 100px;
}
.cid-usyGSjnb0L .mbr-text,
.cid-usyGSjnb0L .mbr-section-btn {
  color: #efefef;
}
.cid-usyDDzSFkU {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-usyDDzSFkU .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-usyDDzSFkU .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-usyDDzSFkU .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-usyDDzSFkU .mbr-gallery-filter {
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-usyDDzSFkU .container {
  padding: 0;
}
.cid-usyDDzSFkU .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-usyDDzSFkU .icon-focus {
  display: none;
}
.cid-usyDDzSFkU .btn[class*=-outline] {
  border: none!important;
  padding: 1rem 1rem;
  position: relative;
  background: transparent!important;
  color: #808080 !important;
  font-weight: 400;
  box-shadow: none !important;
}
.cid-usyDDzSFkU .btn[class*=-outline]:hover,
.cid-usyDDzSFkU .btn[class*=-outline]:active {
  background: transparent!important;
}
.cid-usyDDzSFkU li:hover .btn-primary-outline,
.cid-usyDDzSFkU li:active .btn-primary-outline,
.cid-usyDDzSFkU li.active .btn-primary-outline {
  color: #ffffff !important;
}
.cid-usyDDzSFkU li:hover .btn-secondary-outline,
.cid-usyDDzSFkU li:active .btn-secondary-outline,
.cid-usyDDzSFkU li.active .btn-secondary-outline {
  color: #fdcc67 !important;
}
.cid-usyDDzSFkU li:hover .btn-info-outline,
.cid-usyDDzSFkU li:active .btn-info-outline,
.cid-usyDDzSFkU li.active .btn-info-outline {
  color: #ffffff !important;
}
.cid-usyDDzSFkU li:hover .btn-warning-outline,
.cid-usyDDzSFkU li:active .btn-warning-outline,
.cid-usyDDzSFkU li.active .btn-warning-outline {
  color: #f7941e !important;
}
.cid-usyDDzSFkU li:hover .btn-white-outline,
.cid-usyDDzSFkU li:active .btn-white-outline,
.cid-usyDDzSFkU li.active .btn-white-outline {
  color: #ffffff !important;
}
.cid-usyDDzSFkU li:hover .btn-black-outline,
.cid-usyDDzSFkU li:active .btn-black-outline,
.cid-usyDDzSFkU li.active .btn-black-outline {
  color: #000000 !important;
}
.cid-usyDDzSFkU li:hover .btn-success-outline,
.cid-usyDDzSFkU li:active .btn-success-outline,
.cid-usyDDzSFkU li.active .btn-success-outline {
  color: #17698f !important;
}
.cid-usyDDzSFkU li:hover .btn-danger-outline,
.cid-usyDDzSFkU li:active .btn-danger-outline,
.cid-usyDDzSFkU li.active .btn-danger-outline {
  color: #fe5925 !important;
}
.cid-usyDDzSFkU li {
  position: relative;
}
.cid-usyDDzSFkU .mbr-gallery-filter ul li:not(:last-child):after {
  content: '';
  position: absolute;
  height: 24px;
  width: 1px;
  right: 6px;
  top: 50%;
  background: #d3d3d3 !important;
  transform: rotate(35deg) translateY(-59%);
}
.cid-usyDDzSFkU .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-usyDDzSFkU .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-usyDDzSFkU .mbr-gallery-item > div:hover:before {
  opacity: 0.3 !important;
}
.cid-usyDDzSFkU .btn {
  font-family: Roboto !important;
}
.cid-usyDDzSFkU .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: flex;
  width: 100%;
  bottom: 0;
  height: 100%;
  padding: 2rem;
  color: #fff;
  z-index: 2;
  justify-content: center;
  align-items: flex-end;
  transition: all 0.3s;
  opacity: 0;
}
.cid-usyDDzSFkU .mbr-gallery-title:hover {
  opacity: 1;
}
.cid-usyDDzSFkU .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #000000 !important;
  opacity: 0.3;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
@media (max-width: 767px) {
  .cid-usyDDzSFkU .btn[class*="-outline"] {
    padding: 0rem 1rem;
    margin: 0!important;
  }
}
.cid-s1pjb34m3J {
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-color: #eef5f4;
}
.cid-s1pjb34m3J .two__background:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  max-width: 49%;
  width: 100%;
  height: 100%;
  background-color: #eef5f4;
  z-index: 0;
}
.cid-s1pjb34m3J .carousel-inner {
  margin-bottom: 70px;
}
.cid-s1pjb34m3J .slider__content {
  padding-top: 52px;
  text-align: left;
}
.cid-s1pjb34m3J .mbr-section-subtitle {
  color: #d3045f;
  margin-bottom: 13px;
  position: relative;
  z-index: 1;
}
.cid-s1pjb34m3J .mbr-section-subtitle:after {
  content: "";
  position: absolute;
  left: -92px;
  top: 147px;
  width: 85px;
  height: 85px;
  z-index: -1;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../../../assets/images/compass.svg");
}
.cid-s1pjb34m3J .mbr-section-title {
  margin-bottom: 33px;
  color: #003d59;
}
.cid-s1pjb34m3J .slider__image {
  margin-left: 11.8%;
}
.cid-s1pjb34m3J .img-wrap {
  max-width: 100%;
}
.cid-s1pjb34m3J .img-wrap img {
  width: 100%;
  object-fit: cover;
}
.cid-s1pjb34m3J .carousel-indicators {
  display: flex;
  flex-direction: column;
  margin: 0;
  transition: all 0.25s;
  height: 100%;
  width: 50px;
  left: 44.5%;
  right: auto;
}
.cid-s1pjb34m3J .carousel-indicators .active {
  background: #262e32;
  opacity: 1;
  border: none;
}
.cid-s1pjb34m3J .carousel-indicators .active:before {
  content: "";
  display: block;
  position: absolute;
  top: -14px;
  left: -14px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: inherit;
  opacity: .2;
}
.cid-s1pjb34m3J .carousel-indicators li {
  width: 12px;
  height: 12px;
  border: none;
  margin-bottom: 32px;
  box-sizing: border-box;
  background-color: #262e32;
  border-radius: 50%;
  position: relative;
  opacity: .2;
}
.cid-s1pjb34m3J .carousel-controls a {
  border-radius: 50%;
  border: 2px solid #262e32;
  background-color: transparent;
}
.cid-s1pjb34m3J .carousel-controls a span {
  transition: all .3s;
  color: #262e32;
  font-size: 18px;
}
.cid-s1pjb34m3J .carousel-controls a:hover .mobi-mbri-left {
  transform: translateX(-5px);
}
.cid-s1pjb34m3J .carousel-controls a:hover .mobi-mbri-right {
  transform: translateX(5px);
}
.cid-s1pjb34m3J .carousel-controls .carousel-control-next,
.cid-s1pjb34m3J .carousel-controls .carousel-control-prev {
  opacity: 1;
  width: 44px;
  height: 44px;
}
.cid-s1pjb34m3J .carousel-controls .carousel-control-next {
  right: 40%;
  bottom: 5px;
  top: auto;
  left: auto;
}
.cid-s1pjb34m3J .carousel-controls .carousel-control-prev {
  right: 45%;
  bottom: 5px;
  top: auto;
  left: auto;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-s1pjb34m3J .image-element {
    min-width: 50%;
  }
  .cid-s1pjb34m3J .media-container-row {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .cid-s1pjb34m3J .two__background:before {
    max-width: 90%;
  }
  .cid-s1pjb34m3J .carousel-indicators {
    flex-direction: row;
    height: 50px;
    width: 100%;
    left: auto;
    bottom: 0;
    right: auto;
  }
  .cid-s1pjb34m3J .carousel-indicators li {
    margin: 0 16px;
  }
  .cid-s1pjb34m3J .slider__content {
    padding-top: 0;
    margin-bottom: 72px;
  }
  .cid-s1pjb34m3J .mbr-section-subtitle {
    margin-bottom: 6px;
  }
  .cid-s1pjb34m3J .mbr-section-subtitle:after {
    content: none;
  }
  .cid-s1pjb34m3J .mbr-section-title {
    margin-bottom: 18px;
  }
  .cid-s1pjb34m3J .slider__image {
    margin-left: 0;
    margin-bottom: 100px;
  }
  .cid-s1pjb34m3J .img-wrap {
    width: 100%;
  }
  .cid-s1pjb34m3J .carousel-controls {
    display: none;
  }
  .cid-s1pjb34m3J .carousel-inner {
    margin-bottom: 0;
  }
}
.cid-s1pjb34m3J .mbr-text {
  color: #003d59;
  text-align: center;
}
.cid-unYTOM2SyE {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-unYTOM2SyE .google-map {
  height: 25rem;
  position: relative;
}
.cid-unYTOM2SyE .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-unYTOM2SyE .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-unYTOM2SyE .google-map[data-state] {
  background: #e9e5dc;
}
.cid-unYTOM2SyE .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-unYTOM2SyE .container-fluid {
  padding: 0;
}
.cid-unYTOM2SyE .relative {
  position: relative;
  width: 100%;
}
.cid-unYTOM2SyE .mbr-section-title {
  color: #656565;
}
.cid-unYTOM2SyE .block {
  background: rgba(50, 50, 50, 0.8);
  position: absolute;
  padding: 2rem;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  width: 400px;
  height: 100%;
  top: 0;
  right: 0;
}
.cid-unYTOM2SyE .line {
  height: 3px;
  width: 60px;
  background: #ffffff;
  margin: auto;
  margin-bottom: 1rem;
  margin-top: 1rem;
}
.cid-unYTOM2SyE .title {
  text-align: center;
  color: #ffffff;
}
.cid-unYTOM2SyE .text {
  text-align: center;
  color: #ffffff;
  line-height: 1.5;
}
@media (max-width: 576px) {
  .cid-unYTOM2SyE .block {
    position: relative;
    width: 100%;
    height: auto;
    padding: 6rem 2rem;
  }
}
.cid-ui9Acy4gB1 {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #232323;
}
.cid-ui9Acy4gB1 .mbr-section-subtitle {
  letter-spacing: 1px;
  margin-bottom: 1.5rem;
  color: #cccccc;
}
.cid-ui9Acy4gB1 .first-column .mbr-text {
  margin: 0;
}
.cid-ui9Acy4gB1 .icons-wrapper ul {
  margin: 0;
  padding: 0;
}
.cid-ui9Acy4gB1 .icons-wrapper ul li {
  margin-right: 1.25rem;
  display: inline-block;
}
.cid-ui9Acy4gB1 .icons-wrapper ul li .mbr-iconfont {
  color: #ffffff;
  font-size: 1.5rem;
}
.cid-ui9Acy4gB1 .icons-wrapper ul li .mbr-iconfont:hover {
  color: #878787;
}
.cid-ui9Acy4gB1 .form-group {
  max-width: 55%;
}
.cid-ui9Acy4gB1 .form-group,
.cid-ui9Acy4gB1 .mbr-section-btn {
  margin: 0;
  padding: 0;
  display: -webkit-flex;
}
.cid-ui9Acy4gB1 .form-control {
  font-size: .9rem;
  border: none;
  border-radius: 0;
  width: 100%;
  padding: .3rem .5rem;
  background: #000000;
  color: #d8d7d7;
}
.cid-ui9Acy4gB1 .form-control::-webkit-input-placeholder {
  color: #d8d7d7;
}
.cid-ui9Acy4gB1 .form-control::-moz-placeholder {
  color: #d8d7d7;
}
.cid-ui9Acy4gB1 .form-control:-moz-placeholder {
  color: #d8d7d7;
}
.cid-ui9Acy4gB1 .form-control:-ms-input-placeholder {
  color: #d8d7d7;
}
.cid-ui9Acy4gB1 .col + .mbr-section-btn .btn,
.cid-ui9Acy4gB1 .col-auto + .mbr-section-btn .btn {
  margin: 0 !important;
  height: 100%;
  border-radius: 0px !important;
  padding: 0 2.2rem !important;
}
.cid-ui9Acy4gB1 .dragArea > *:nth-last-child(2).col,
.cid-ui9Acy4gB1 .dragArea > *:nth-last-child(2).col-auto,
.cid-ui9Acy4gB1 .col + .mbr-section-btn,
.cid-ui9Acy4gB1 .col-auto + .mbr-section-btn {
  padding-left: 0;
  padding-right: 0;
  margin: 0;
}
@media (max-width: 991px) {
  .cid-ui9Acy4gB1 .first-column,
  .cid-ui9Acy4gB1 .second-column {
    padding-bottom: 2rem;
  }
  .cid-ui9Acy4gB1 .mbr-form .row {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-ui9Acy4gB1 .first-column,
  .cid-ui9Acy4gB1 .second-column,
  .cid-ui9Acy4gB1 .third-column {
    text-align: center;
  }
}
