body {
  font-family: Barlow;
}
.display-1 {
  font-family: 'Barlow', sans-serif;
  font-size: 5.4rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 8.64rem;
}
.display-2 {
  font-family: 'Barlow', sans-serif;
  font-size: 3.1rem;
  line-height: 1.3;
}
.display-2 > .mbr-iconfont {
  font-size: 4.96rem;
}
.display-4 {
  font-family: 'Barlow', sans-serif;
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 1.7;
}
.display-4 > .mbr-iconfont {
  font-size: 1.2rem;
}
.display-5 {
  font-family: 'Bebas Neue', display;
  font-size: 2.3rem;
  line-height: 1.4;
}
.display-5 > .mbr-iconfont {
  font-size: 3.68rem;
}
.display-7 {
  font-family: 'Barlow', sans-serif;
  font-size: 1.3rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 2.08rem;
}
/* ---- 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: 4.32rem;
    font-size: calc( 2.54rem + (5.4 - 2.54) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (2.54rem + (5.4 - 2.54) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.48rem;
    font-size: calc( 1.7349999999999999rem + (3.1 - 1.7349999999999999) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.7349999999999999rem + (3.1 - 1.7349999999999999) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    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))));
  }
  .display-5 {
    font-size: 1.84rem;
    font-size: calc( 1.455rem + (2.3 - 1.455) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.455rem + (2.3 - 1.455) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-sm {
  padding: 0.6rem 1.5rem;
  border-radius: 3px;
}
.btn-md {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-lg {
  padding: 1.2rem 3.2rem;
  border-radius: 3px;
}
.bg-primary {
  background-color: #5263b8 !important;
}
.bg-success {
  background-color: #f1a631 !important;
}
.bg-info {
  background-color: #fb7522 !important;
}
.bg-warning {
  background-color: #4da92e !important;
}
.bg-danger {
  background-color: #8c1e1e !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #5263b8 !important;
  border-color: #5263b8 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #374486 !important;
  border-color: #374486 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #374486 !important;
  border-color: #374486 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #7fa8d7 !important;
  border-color: #7fa8d7 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #4580c5 !important;
  border-color: #4580c5 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #4580c5 !important;
  border-color: #4580c5 !important;
}
.btn-info,
.btn-info:active {
  background-color: #fb7522 !important;
  border-color: #fb7522 !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #cd5104 !important;
  border-color: #cd5104 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #cd5104 !important;
  border-color: #cd5104 !important;
}
.btn-success,
.btn-success:active {
  background-color: #f1a631 !important;
  border-color: #f1a631 !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #c87f0e !important;
  border-color: #c87f0e !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #c87f0e !important;
  border-color: #c87f0e !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #4da92e !important;
  border-color: #4da92e !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #326d1e !important;
  border-color: #326d1e !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #326d1e !important;
  border-color: #326d1e !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #8c1e1e !important;
  border-color: #8c1e1e !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #4d1111 !important;
  border-color: #4d1111 !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #4d1111 !important;
  border-color: #4d1111 !important;
}
.btn-white {
  color: #333333 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-black,
.btn-black:active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #303b74;
  color: #303b74;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #000000 !important;
  background: transparent !important;
  box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.2) !important;
  border-color: #5263b8;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #5263b8 !important;
  border-color: #5263b8 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #3974b7;
  color: #3974b7;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #000000 !important;
  background: transparent !important;
  box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.2) !important;
  border-color: #7fa8d7;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #7fa8d7 !important;
  border-color: #7fa8d7 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #b44703;
  color: #b44703;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #000000 !important;
  background: transparent !important;
  box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.2) !important;
  border-color: #fb7522;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #fb7522 !important;
  border-color: #fb7522 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #b0700c;
  color: #b0700c;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #000000 !important;
  background: transparent !important;
  box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.2) !important;
  border-color: #f1a631;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #f1a631 !important;
  border-color: #f1a631 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #285918;
  color: #285918;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #000000 !important;
  background: transparent !important;
  box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.2) !important;
  border-color: #4da92e;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #4da92e !important;
  border-color: #4da92e !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #380c0c;
  color: #380c0c;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #000000 !important;
  background: transparent !important;
  box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.2) !important;
  border-color: #8c1e1e;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #8c1e1e !important;
  border-color: #8c1e1e !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background: transparent !important;
  box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.2) !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,
.btn-white-outline:active,
.btn-white-outline.active {
  background: none;
  border-color: #ffffff;
  color: #ffffff !important;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #000000 !important;
  background-color: #ffffff;
  border-color: #ffffff;
}
.text-primary {
  color: #5263b8 !important;
}
.text-secondary {
  color: #7fa8d7 !important;
}
.text-success {
  color: #f1a631 !important;
}
.text-info {
  color: #fb7522 !important;
}
.text-warning {
  color: #4da92e !important;
}
.text-danger {
  color: #8c1e1e !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #303b74 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #3974b7 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #b0700c !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #b44703 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #285918 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #380c0c !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #b3b3b3 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #fb7522;
}
.alert-warning {
  background-color: #4da92e;
}
.alert-danger {
  background-color: #8c1e1e;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #5263b8;
  border-color: #5263b8;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #5263b8;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #acb5dd;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #fef9f0;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #fff2ea;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #93db7b;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #da5050;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Barlow', sans-serif;
  font-size: 1.3rem;
  line-height: 1.5;
}
.form-control > .mbr-iconfont {
  font-size: 2.08rem;
}
blockquote {
  border-color: #5263b8;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn a.btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #5263b8;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  -webkit-transition: 0.4s;
  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: #5263b8;
  border-bottom-color: #5263b8;
}
.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: #5263b8 !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: #7fa8d7 !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;
}
.cid-svMdl34l6d .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-svMdl34l6d .nav-item:focus,
.cid-svMdl34l6d .nav-link:focus {
  outline: none;
}
.cid-svMdl34l6d .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-svMdl34l6d .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-svMdl34l6d .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-svMdl34l6d .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-svMdl34l6d .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-svMdl34l6d .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-svMdl34l6d .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #000000;
  background: none;
}
.cid-svMdl34l6d .navbar.opened {
  transition: all 0.3s;
  background: #000000 !important;
}
.cid-svMdl34l6d .navbar .dropdown-item {
  padding: 0.235rem 1.5rem;
}
.cid-svMdl34l6d .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-svMdl34l6d .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-svMdl34l6d .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-svMdl34l6d .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-svMdl34l6d .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-svMdl34l6d .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-svMdl34l6d .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-svMdl34l6d .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-svMdl34l6d .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-svMdl34l6d .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-svMdl34l6d .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-svMdl34l6d .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-svMdl34l6d .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-svMdl34l6d .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-svMdl34l6d .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-svMdl34l6d .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-svMdl34l6d .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-svMdl34l6d .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-svMdl34l6d .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-svMdl34l6d .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-svMdl34l6d .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-svMdl34l6d .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-svMdl34l6d .navbar.navbar-short {
  background: #000000 !important;
  min-height: 60px;
}
.cid-svMdl34l6d .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-svMdl34l6d .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-svMdl34l6d .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-svMdl34l6d .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-svMdl34l6d .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-svMdl34l6d .dropdown-item.active,
.cid-svMdl34l6d .dropdown-item:active {
  background-color: transparent;
}
.cid-svMdl34l6d .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-svMdl34l6d .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-svMdl34l6d .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-svMdl34l6d .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-svMdl34l6d .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-svMdl34l6d .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-svMdl34l6d ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-svMdl34l6d .navbar-buttons {
  text-align: center;
}
.cid-svMdl34l6d button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-svMdl34l6d button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-svMdl34l6d button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-svMdl34l6d button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-svMdl34l6d button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-svMdl34l6d button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-svMdl34l6d nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-svMdl34l6d nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-svMdl34l6d nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-svMdl34l6d nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-svMdl34l6d .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-svMdl34l6d a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-svMdl34l6d .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-svMdl34l6d .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
}
.cid-svMdl34l6d .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-svMdl34l6d .navbar {
    height: 77px;
  }
  .cid-svMdl34l6d .navbar.opened {
    height: auto;
  }
  .cid-svMdl34l6d .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-svMcx8ZBpI {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/background1-4-1920x1080.jpg");
}
.cid-svMcx8ZBpI .mbr-text,
.cid-svMcx8ZBpI .mbr-section-btn {
  color: #bbbbbb;
}
.cid-svMcx8ZBpI .mbr-section-title {
  text-align: left;
}
.cid-rIz22rNkGe {
  padding-top: 0px;
  padding-bottom: 55px;
  background-image: url("../../../assets/images/mbr-1920x1277.jpg");
}
@media (max-width: 2560px) {
  .cid-rIz22rNkGe .card5 {
    border-left: none !important;
  }
  .cid-rIz22rNkGe .card5,
  .cid-rIz22rNkGe .card6,
  .cid-rIz22rNkGe .card7,
  .cid-rIz22rNkGe .card8 {
    border-bottom: none !important;
  }
}
@media (max-width: 992px) {
  .cid-rIz22rNkGe .card4,
  .cid-rIz22rNkGe .card7 {
    border-left: none !important;
  }
  .cid-rIz22rNkGe .card5,
  .cid-rIz22rNkGe .card6 {
    border-left: 1px solid #ebebeb !important;
    border-bottom: 1px solid #ebebeb !important;
  }
  .cid-rIz22rNkGe .card7 {
    border-bottom: none !important;
  }
}
@media (max-width: 768px) {
  .cid-rIz22rNkGe .card3,
  .cid-rIz22rNkGe .card5 {
    border-left: none !important;
  }
  .cid-rIz22rNkGe .card4 {
    border-left: 1px solid #ebebeb !important;
  }
}
.cid-rIz22rNkGe .row {
  padding: 0 1rem;
}
.cid-rIz22rNkGe .row:nth-child(3) .card {
  border-bottom: none;
}
.cid-rIz22rNkGe .row .title {
  max-width: 800px;
}
.cid-rIz22rNkGe .row .subtitle {
  color: #767676;
}
.cid-rIz22rNkGe .row .card {
  padding: 5rem 1rem;
  border-left: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb;
  border-collapse: collapse;
  box-sizing: border-box;
  border-radius: 0 !important;
  transition: 0.2s all;
}
.cid-rIz22rNkGe .row .card:hover {
  background-color: #5263b8;
}
.cid-rIz22rNkGe .row .card:hover span {
  color: #ffffff !important;
}
.cid-rIz22rNkGe .row .card:hover .text-wrap .mbr-black {
  color: #ffffff !important;
}
.cid-rIz22rNkGe .row .card:hover .text-wrap {
  color: #ffffff !important;
}
.cid-rIz22rNkGe .row .card:hover .text-wrap h6,
.cid-rIz22rNkGe .row .card:hover .text-wrap p,
.cid-rIz22rNkGe .row .card:hover .text-wrap h4 {
  color: #ffffff !important;
}
.cid-rIz22rNkGe .row .card:hover .text-wrap .link:before {
  color: #ffffff !important;
}
.cid-rIz22rNkGe .row .card:hover .mbr-text {
  color: #ffffff !important;
}
.cid-rIz22rNkGe .row .card:first-child {
  border-left: none;
}
.cid-rIz22rNkGe .row .card:last-child {
  border-bottom: none;
}
.cid-rIz22rNkGe .row .card .card-block {
  -webkit-flex-grow: 0;
  flex-grow: 0;
}
.cid-rIz22rNkGe .row .card .card-block .text-wrap {
  padding: 0 1rem;
}
.cid-rIz22rNkGe .row .card .card-block .text-wrap .link {
  position: relative;
  width: fit-content;
  padding-right: 2rem;
  cursor: pointer;
}
.cid-rIz22rNkGe .row .card .card-block .text-wrap .link:before {
  content: "\e966";
  font-family: MobiriseIcons !important;
  position: absolute;
  right: 0rem;
  transition: all 0.3s;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1rem;
  color: #5263b8;
}
.cid-rIz22rNkGe .row .card .card-block .text-wrap .link:hover:before {
  margin-right: -0.4rem;
}
.cid-rIz22rNkGe .row .card .card-block .photo {
  margin-bottom: 1.62rem;
  overflow: hidden;
  display: inline-block;
}
.cid-rIz22rNkGe .row .card .card-block .photo span {
  font-size: 4rem;
  color: #5263b8;
  fill: #5263b8;
}
.cid-rIz22rNkGe .row .btn {
  padding: 0.6rem 2.1rem 0.65rem 2.1rem !important;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
  border-width: 1px;
}
.cid-rIz22rNkGe .row .btn ins {
  text-decoration: none;
}
.cid-rIz22rNkGe .row .btn .mbr-iconfont {
  padding-left: 15px !important;
  padding-top: 1px;
  margin-right: 4px;
  order: 5;
  transition: all 0s ease-in-out;
}
.cid-rIz22rNkGe .row .line {
  background-color: #5263b8;
  color: #5263b8;
  height: 1px;
  margin: 30px auto 20px auto;
}
@media (max-width: 992px) {
  .cid-rIz22rNkGe .row {
    padding: 0 0rem;
  }
  .cid-rIz22rNkGe .row .card {
    padding: 3rem 0rem;
  }
  .cid-rIz22rNkGe .md-pb {
    margin-bottom: 2rem !important;
  }
}
@media (max-width: 576px) {
  .cid-rIz22rNkGe .card {
    border: none !important;
  }
}
.cid-rIz22rNkGe .wrap0 {
  margin-bottom: 120px;
}
.cid-rIz22rNkGe .mbr-section-title {
  color: #1a214a;
  text-align: center;
}
.cid-rIz22rNkGe .mbr-section-title DIV {
  text-align: left;
}
.cid-swa8c6Am6e {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/mbr-1920x1080.jpg");
}
.cid-swa8c6Am6e .video-wrapper iframe {
  width: 100%;
}
.cid-swa8c6Am6e .mbr-section-title,
.cid-swa8c6Am6e .mbr-description {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-swa8c6Am6e .text-wrapper {
    padding: 2rem;
  }
}
.cid-swa8c6Am6e .mbr-text {
  text-align: left;
  color: #111a20;
}
.cid-swscSpteDR {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/mbr-1920x1371.jpg");
}
.cid-swscSpteDR .item-wrapper {
  width: 100%;
}
.cid-swscSpteDR .left-side {
  text-align: left;
  width: 100%;
  padding-right: 5rem;
}
.cid-swscSpteDR .row {
  align-items: center;
}
@media (max-width: 600px) {
  .cid-swscSpteDR .mbr-section-btn {
    margin-bottom: 25px;
  }
  .cid-swscSpteDR .mbr-section-title {
    margin-top: 25px;
  }
  .cid-swscSpteDR .form-row {
    padding-top: 10px;
  }
}
.cid-swscSpteDR .mbr-section-subtitle {
  color: #626262;
  padding-top: 10px;
  margin-top: 0;
}
.cid-swscSpteDR .mbr-link {
  width: 100%;
  text-align: left;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.cid-swscSpteDR .mbr-section-title {
  color: #333;
  padding-bottom: 0px;
}
.cid-swscSpteDR .item-content {
  color: #000000;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  text-align: center;
}
.cid-swscSpteDR img,
.cid-swscSpteDR .item-img {
  margin: auto;
  width: auto;
}
.cid-swscSpteDR .lin {
  color: #000000;
  display: inline;
  margin: 0rem 0.5rem 0px 0;
  transition: all 0.2s ease-in-out;
}
.cid-swscSpteDR .lin:hover {
  color: #5263b8;
}
.cid-swscSpteDR .address:hover {
  color: #5263b8;
}
.cid-swscSpteDR .bottom {
  text-transform: uppercase;
  display: inline;
}
.cid-swscSpteDR p {
  margin-bottom: 0.5rem;
}
.cid-swscSpteDR .col-auto {
  padding: 0;
  margin-top: 20px;
}
.cid-swscSpteDR input {
  padding: 25px 30px;
  margin: 0;
  border-radius: 0;
  border: 0px;
  outline: 2px solid #cdcdcb;
}
.cid-swscSpteDR textarea {
  padding: 25px 30px;
  margin: 0;
  border-radius: 0;
  border: 0px;
  outline: 2px solid #cdcdcb;
}
.cid-swscSpteDR .form-group {
  padding: 0;
  margin: 0;
  border-radius: 0;
}
.cid-swscSpteDR a {
  font-weight: bold;
}
.cid-swscSpteDR .p {
  display: block;
}
@media (max-width: 990px) {
  .cid-swscSpteDR .first {
    border-bottom: 0px;
  }
  .cid-swscSpteDR .left-side {
    padding: 15px;
  }
  .cid-swscSpteDR .row .right-side {
    padding: 15px 15px 0 15px;
  }
}
.cid-swscSpteDR .form-control:hover {
  outline: 2px solid #cdcdcb;
}
.cid-swscSpteDR .form-control:focus {
  outline: 2px solid #cdcdcb;
}
.cid-swscSpteDR .right-side {
  padding-right: 5rem;
  padding-left: 4rem;
}
.cid-swscSpteDR .address {
  padding: 0;
  margin: 0;
  transition: all 0.2s ease-in-out;
}
.cid-swscSpteDR .address a {
  font-weight: 400;
}
.cid-swscSpteDR .form-row {
  margin-left: 0;
  margin-right: 0;
}
.cid-swscSpteDR .text-primary {
  color: #000000 !important;
}
.cid-svM96rXYiD {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #fafafa;
}
.cid-svM96rXYiD .google-map {
  height: 25rem;
  position: relative;
}
.cid-svM96rXYiD .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-svM96rXYiD .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-svM96rXYiD .google-map[data-state] {
  background: #e9e5dc;
}
.cid-svM96rXYiD .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-svM96rXYiD .container-fluid {
  padding: 0;
}
.cid-svM96rXYiD .relative {
  position: relative;
  width: 100%;
}
.cid-svM96rXYiD .mbr-section-title {
  color: #656565;
}
.cid-svM96rXYiD .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-svM96rXYiD .line {
  height: 3px;
  width: 60px;
  background: #ffffff;
  margin: auto;
  margin-bottom: 1rem;
  margin-top: 1rem;
}
.cid-svM96rXYiD .title {
  text-align: center;
  color: #ffffff;
}
.cid-svM96rXYiD .text {
  text-align: center;
  color: #ffffff;
  line-height: 1.5;
}
@media (max-width: 576px) {
  .cid-svM96rXYiD .block {
    position: relative;
    width: 100%;
    height: auto;
    padding: 6rem 2rem;
  }
}
.cid-rIyXvEz5Ak {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-rIyXvEz5Ak .mbr-text {
  color: #0d0f1c;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-rIyXvEz5Ak p {
    text-align: center;
  }
  .cid-rIyXvEz5Ak .row {
    justify-content: center;
  }
}
