@import url(https://fonts.googleapis.com/css?family=Manrope:200,300,400,500,600,700,800&display=swap);
/*!
 * Mobirise v4 theme (https://mobirise.com/)
 * Copyright 2017 Mobirise
 */
section {
  background-color: #eeeeee; }

section,
.container,
.container-fluid {
  position: relative;
  word-wrap: break-word; }

.form-control:focus {
  box-shadow: none; }

:focus {
  outline: none; }

a.mbr-iconfont:hover {
  text-decoration: none; }

.article .lead p,
.article .lead ul,
.article .lead ol,
.article .lead pre,
.article .lead blockquote {
  margin-bottom: 0; }

a {
  font-style: normal;
  font-weight: 400;
  cursor: pointer; }
  a, a:hover {
    text-decoration: none; }

figure {
  margin-bottom: 0; }

body {
  color: #232323;
  overflow-x: hidden; }

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
.display-1,
.display-2,
.display-3,
.display-4 {
  line-height: 1;
  word-break: break-word;
  word-wrap: break-word; }

b,
strong {
  font-weight: bold; }

blockquote {
  padding: 10px 0 10px 20px;
  position: relative;
  border-left: 2px solid;
  border-color: #ff3366; }

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
  transition-delay: 9999s;
  transition-property: background-color, color; }

textarea[type="hidden"] {
  display: none; }

body {
  position: relative; }

section {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover; }
  section .mbr-background-video,
  section .mbr-background-video-preview {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0; }

.hidden {
  visibility: hidden; }

.mbr-z-index20 {
  z-index: 20; }

/*! Base colors */
.mbr-white {
  color: #ffffff; }

.mbr-black {
  color: #333333; }

.mbr-bg-white {
  background-color: #ffffff; }

.mbr-bg-black {
  background-color: #000000; }

/*! Text-aligns */
.align-left {
  text-align: left; }

.align-center {
  text-align: center; }

.align-right {
  text-align: right; }

@media (max-width: 767px) {
  .align-left,
  .align-center,
  .align-right,
  .mbr-section-btn,
  .mbr-section-title {
    text-align: center; } }
/*! Font-weight  */
.mbr-light {
  font-weight: 300; }

.mbr-regular {
  font-weight: 400; }

.mbr-medium {
  font-weight: 500; }

.mbr-semibold {
  font-weight: 600; }

.mbr-bold {
  font-weight: 700; }

/*! Media  */
.media-size-item {
  -webkit-flex: 1 1 auto;
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  -o-flex: 1 1 auto;
  flex: 1 1 auto; }

.media-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%; }

.media-container-row {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start; }
  .media-container-row .media-size-item {
    width: 400px; }

.media-container-column {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch; }
  .media-container-column > * {
    width: 100%; }

@media (min-width: 992px) {
  .media-container-row {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap; } }
figure {
  overflow: hidden; }

figure[mbr-media-size] {
  transition: width 0.1s; }

.mbr-figure img,
.mbr-figure iframe {
  display: block;
  width: 100%; }

.card {
  background-color: transparent;
  border: none; }

.card-img {
  text-align: center;
  flex-shrink: 0;
  -webkit-flex-shrink: 0; }

.media {
  max-width: 100%;
  margin: 0 auto; }

.mbr-figure {
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center; }

.media-container > div {
  max-width: 100%; }

.mbr-figure img,
.card-img img {
  width: 100%; }

@media (max-width: 991px) {
  .media-size-item {
    width: auto !important; }

  .media {
    width: auto; }

  .mbr-figure {
    width: 100% !important; } }
/*! Buttons */
.mbr-section-btn {
  margin-left: -.25rem;
  margin-right: -.25rem;
  font-size: 0; }

nav .mbr-section-btn {
  margin-left: 0rem;
  margin-right: 0rem; }

/*! Btn icon margin */
.btn .mbr-iconfont,
.btn.btn-sm .mbr-iconfont {
  cursor: pointer;
  margin-right: 0.5rem; }

.btn.btn-md .mbr-iconfont,
.btn.btn-md .mbr-iconfont {
  margin-right: 0.8rem; }

[type="submit"] {
  -webkit-appearance: none; }

/*! Full-screen */
.mbr-fullscreen .mbr-overlay {
  min-height: 100vh; }

.mbr-fullscreen {
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  align-items: center;
  -webkit-align-items: center;
  min-height: 100vh;
  padding-top: 3rem;
  padding-bottom: 3rem; }

/*! Map */
.map {
  height: 25rem;
  position: relative; }
  .map iframe {
    width: 100%;
    height: 100%; }

/* Form */
.form-asterisk {
  font-family: initial;
  position: absolute;
  top: -2px;
  font-weight: normal; }

/*! Scroll to top arrow */
.mbr-arrow-up {
  bottom: 25px;
  right: 90px;
  position: fixed;
  text-align: right;
  z-index: 5000;
  color: #ffffff;
  font-size: 32px;
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg); }

.mbr-arrow-up a {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  color: #fff;
  display: inline-block;
  height: 60px;
  width: 60px;
  outline-style: none !important;
  position: relative;
  text-decoration: none;
  transition: all .3s ease-in-out;
  cursor: pointer;
  text-align: center; }
  .mbr-arrow-up a:hover {
    background-color: rgba(0, 0, 0, 0.4); }
  .mbr-arrow-up a i {
    line-height: 60px; }

.mbr-arrow-up-icon {
  display: block;
  color: #fff; }

.mbr-arrow-up-icon::before {
  content: "\203a";
  display: inline-block;
  font-family: serif;
  font-size: 32px;
  line-height: 1;
  font-style: normal;
  position: relative;
  top: 6px;
  left: -4px;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg); }

/*! Arrow Down */
.mbr-arrow {
  position: absolute;
  bottom: 45px;
  left: 50%;
  width: 60px;
  height: 60px;
  cursor: pointer;
  background-color: rgba(80, 80, 80, 0.5);
  border-radius: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%); }
  .mbr-arrow > a {
    display: inline-block;
    text-decoration: none;
    outline-style: none;
    -webkit-animation: arrowdown 1.7s ease-in-out infinite;
    animation: arrowdown 1.7s ease-in-out infinite; }
    .mbr-arrow > a > i {
      position: absolute;
      top: -2px;
      left: 15px;
      font-size: 2rem; }

@keyframes arrowdown {
  0% {
    transform: translateY(0px);
    -webkit-transform: translateY(0px); }
  50% {
    transform: translateY(-5px);
    -webkit-transform: translateY(-5px); }
  100% {
    transform: translateY(0px);
    -webkit-transform: translateY(0px); } }
@-webkit-keyframes arrowdown {
  0% {
    transform: translateY(0px);
    -webkit-transform: translateY(0px); }
  50% {
    transform: translateY(-5px);
    -webkit-transform: translateY(-5px); }
  100% {
    transform: translateY(0px);
    -webkit-transform: translateY(0px); } }
@media (max-width: 500px) {
  .mbr-arrow-up {
    left: 50%;
    right: auto;
    transform: translateX(-50%) rotate(180deg);
    -webkit-transform: translateX(-50%) rotate(180deg); } }
/*Gradients animation*/
@keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    animation-timing-function: ease-in-out; }
  to {
    background-position: 100% 0%;
    animation-timing-function: ease-in-out; } }
@-webkit-keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    animation-timing-function: ease-in-out; }
  to {
    background-position: 100% 0%;
    animation-timing-function: ease-in-out; } }
.bg-gradient {
  background-size: 200% 200%;
  animation: gradient-animation 5s infinite alternate;
  -webkit-animation: gradient-animation 5s infinite alternate; }

.menu .navbar-brand {
  display: -webkit-flex; }
  .menu .navbar-brand span {
    display: flex;
    display: -webkit-flex; }
  .menu .navbar-brand .navbar-caption-wrap {
    display: -webkit-flex; }
  .menu .navbar-brand .navbar-logo img {
    display: -webkit-flex; }
@media (min-width: 768px) and (max-width: 991px) {
  .menu .navbar-toggleable-sm .navbar-nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox; } }
@media (min-width: 992px) {
  .menu .navbar-nav.nav-dropdown {
    display: -webkit-flex; }
  .menu .navbar-toggleable-sm .navbar-collapse {
    display: -webkit-flex !important; } }
@media (max-width: 767px) {
  .menu .navbar-collapse {
    max-height: 80vh; }
  .menu .dropdown-menu {
    max-height: 60vh; } }

.navbar {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  -webkit-align-items: center;
  -webkit-justify-content: space-between; }

.navbar-collapse {
  -webkit-flex-basis: 100%;
  -webkit-flex-grow: 1;
  -webkit-align-items: center;
  max-height: 93.5vh; }
  .navbar-collapse.show {
    overflow: auto; }

.nav-dropdown .link {
  padding: .667em 1.667em !important;
  margin: 0 !important; }

.nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap; }

.row {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap; }

.justify-content-center {
  -webkit-justify-content: center; }

.form-inline {
  display: -webkit-flex;
  -webkit-flex-flow: row wrap;
  -webkit-align-items: center; }

.card-wrapper {
  -webkit-flex: 1; }

.carousel-control {
  z-index: 10;
  display: -webkit-flex;
  -webkit-align-items: center;
  -webkit-justify-content: center; }

.carousel-controls {
  display: -webkit-flex; }

.media {
  display: -webkit-flex; }

.jq-selectbox__select {
  padding: 1.07em .5em;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%; }

.jq-selectbox__dropdown {
  position: absolute;
  top: 100%;
  left: 0 !important;
  width: 100% !important; }

.jq-selectbox__trigger-arrow {
  transform: translateY(-50%); }

.jq-selectbox li {
  padding: 1.07em .5em; }

input[type="range"] {
  padding-left: 0 !important;
  padding-right: 0 !important; }

.mbr-background-video {
  pointer-events: none; }

.modal-dialog,
.modal-content {
  height: 100%; }

.modal-dialog .carousel-inner {
  height: calc(100vh - 1.75rem); }
  @media (max-width: 575px) {
    .modal-dialog .carousel-inner {
      height: calc(100vh - 1rem); } }

.carousel-item {
  text-align: center; }

.carousel-item img {
  margin: auto; }

.navbar-toggler {
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background: transparent;
  border: 1px solid transparent;
  -webkit-border-radius: 0.25rem;
  border-radius: 0.25rem; }

.navbar-toggler:focus,
.navbar-toggler:hover {
  text-decoration: none; }

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  -webkit-background-size: 100% 100%;
  -o-background-size: 100% 100%;
  background-size: 100% 100%; }

.navbar-toggler-left {
  position: absolute;
  left: 1rem; }

.navbar-toggler-right {
  position: absolute;
  right: 1rem; }

@media (max-width: 575px) {
  .navbar-toggleable .navbar-nav .dropdown-menu {
    position: static;
    float: none; }

  .navbar-toggleable > .container {
    padding-right: 0;
    padding-left: 0; } }
@media (min-width: 576px) {
  .navbar-toggleable {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }

  .navbar-toggleable .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row; }

  .navbar-toggleable .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem; }

  .navbar-toggleable > .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }

  .navbar-toggleable .navbar-collapse {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    width: 100%; }

  .navbar-toggleable .navbar-toggler {
    display: none; } }
@media (max-width: 767px) {
  .navbar-toggleable-sm .navbar-nav .dropdown-menu {
    position: static;
    float: none; }

  .navbar-toggleable-sm > .container {
    padding-right: 0;
    padding-left: 0; } }
@media (min-width: 768px) {
  .navbar-toggleable-sm {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }

  .navbar-toggleable-sm .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row; }

  .navbar-toggleable-sm .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem; }

  .navbar-toggleable-sm > .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }

  .navbar-toggleable-sm .navbar-collapse {
    display: none;
    width: 100%; }

  .navbar-toggleable-sm .navbar-toggler {
    display: none; } }
@media (max-width: 991px) {
  .navbar-toggleable-md .navbar-nav .dropdown-menu {
    position: static;
    float: none; }

  .navbar-toggleable-md > .container {
    padding-right: 0;
    padding-left: 0; } }
@media (min-width: 992px) {
  .navbar-toggleable-md {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }

  .navbar-toggleable-md .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row; }

  .navbar-toggleable-md .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem; }

  .navbar-toggleable-md > .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }

  .navbar-toggleable-md .navbar-collapse {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    width: 100%; }

  .navbar-toggleable-md .navbar-toggler {
    display: none; } }
@media (max-width: 1199px) {
  .navbar-toggleable-lg .navbar-nav .dropdown-menu {
    position: static;
    float: none; }

  .navbar-toggleable-lg > .container {
    padding-right: 0;
    padding-left: 0; } }
@media (min-width: 1200px) {
  .navbar-toggleable-lg {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }

  .navbar-toggleable-lg .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row; }

  .navbar-toggleable-lg .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem; }

  .navbar-toggleable-lg > .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }

  .navbar-toggleable-lg .navbar-collapse {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    width: 100%; }

  .navbar-toggleable-lg .navbar-toggler {
    display: none; } }
.navbar-toggleable-xl {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }

.navbar-toggleable-xl .navbar-nav .dropdown-menu {
  position: static;
  float: none; }

.navbar-toggleable-xl > .container {
  padding-right: 0;
  padding-left: 0; }

.navbar-toggleable-xl .navbar-nav {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row; }

.navbar-toggleable-xl .navbar-nav .nav-link {
  padding-right: .5rem;
  padding-left: .5rem; }

.navbar-toggleable-xl > .container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }

.navbar-toggleable-xl .navbar-collapse {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  width: 100%; }

.navbar-toggleable-xl .navbar-toggler {
  display: none; }

.card-img {
  width: auto; }

.menu .navbar.collapsed:not(.beta-menu) {
  flex-direction: column;
  -webkit-flex-direction: column; }

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.note-air-layout .dropup .dropdown-menu,
.note-air-layout .navbar-fixed-bottom .dropdown .dropdown-menu {
  bottom: initial !important; }

html,
body {
  height: auto;
  min-height: 100vh; }

.dropup .dropdown-toggle::after {
  display: none; }

body {
  font-style: normal;
  line-height: 1.5; }

.mbr-section-title {
  font-style: normal;
  line-height: 1.2; }

.mbr-section-subtitle {
  line-height: 1.3; }

.mbr-text {
  font-style: normal;
  line-height: 1.5; }

.mbr-section-btn .btn {
  font-weight: 500;
  border-width: 2px;
  font-style: normal;
  margin: .4rem .8rem;
  border-radius: 0px;
  justify-content: space-between;
  white-space: normal;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  display: inline-flex;
  align-items: center;
  word-break: break-word;
  -webkit-align-items: center;
  display: -webkit-inline-flex; }
  .mbr-section-btn .btn .mbr-iconfont {
    order: 2;
    transition: all 0.6s; }
  .mbr-section-btn .btn:hover .mbr-iconfont {
    margin-right: -0.6rem; }

.btn-form {
  border-radius: 0; }
  .btn-form:hover {
    cursor: pointer; }

form .btn .mbr-iconfont {
  margin-right: 0; }

.btn-sm {
  font-weight: 500;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out; }

.btn-md {
  font-weight: 500;
  margin: .4rem .8rem !important;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out; }

.btn-lg {
  font-weight: 500;
  padding: 1.6rem 2rem !important;
  margin: .4rem .8rem !important;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out; }

#scrollToTop a i:before {
  content: '';
  position: absolute;
  height: 40%;
  top: 25%;
  background: #fff;
  width: 2px;
  left: calc(50% - 1px); }
#scrollToTop a i:after {
  content: '';
  position: absolute;
  display: block;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  width: 40%;
  height: 40%;
  left: 30%;
  bottom: 30%;
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg); }

/* Others*/
.note-check a[data-value=Rubik] {
  font-style: normal; }

.mbr-arrow a {
  color: #ffffff; }

@media (max-width: 767px) {
  .mbr-arrow {
    display: none; } }
.form-control-label {
  position: relative;
  cursor: pointer;
  margin-bottom: .357em;
  padding: 0; }

.alert {
  color: #ffffff;
  border-radius: 0;
  border: 0;
  font-size: .875rem;
  line-height: 1.5;
  margin-bottom: 1.875rem;
  padding: 1.25rem;
  position: relative; }
  .alert.alert-form::after {
    background-color: inherit;
    bottom: -7px;
    content: "";
    display: block;
    height: 14px;
    left: 50%;
    margin-left: -7px;
    position: absolute;
    transform: rotate(45deg);
    width: 14px;
    -webkit-transform: rotate(45deg); }

.form-control {
  background-color: #f5f5f5;
  box-shadow: none;
  color: #565656;
  line-height: 1.43;
  min-height: 3.5em;
  padding: 1.07em .5em; }
  .form-control, .form-control:focus {
    border: 1px solid #e8e8e8; }
  .form-active .form-control:invalid {
    border-color: red; }

.mbr-overlay {
  background-color: #000;
  bottom: 0;
  left: 0;
  opacity: .5;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none; }

blockquote {
  font-style: italic;
  padding: 10px 0 10px 20px;
  font-size: 1.09rem;
  position: relative;
  border-width: 3px; }

ul,
ol,
pre,
blockquote {
  margin-bottom: 2.3125rem; }

pre {
  background: #f4f4f4;
  padding: 10px 24px;
  white-space: pre-wrap; }

.inactive {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
  -webkit-user-drag: none;
  user-drag: none; }

.mbr-section__comments .row {
  justify-content: center;
  -webkit-justify-content: center; }

.up-z-index {
  z-index: 1000 !important; }

/*# sourceMappingURL=style.css.map */





body {
  font-family: Barlow;
}
.display-1 {
  font-family: 'Manrope', sans-serif;
  font-size: 4rem;
  letter-spacing: -1px;
}
.display-1 > .mbr-iconfont {
  font-size: 6.4rem;
}
.display-2 {
  font-family: 'Manrope', sans-serif;
  font-size: 3rem;
}
.display-2 > .mbr-iconfont {
  font-size: 4.8rem;
}
.display-4 {
  font-family: 'Manrope', sans-serif;
  font-size: 1rem;
}
.display-4 > .mbr-iconfont {
  font-size: 1.6rem;
}
.display-5 {
  font-family: 'Manrope', sans-serif;
  font-size: 1.6rem;
  letter-spacing: -1px;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.56rem;
}
.display-7 {
  font-family: 'Manrope', 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: 3.2rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.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))));
  }
}
/* 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: #0083ff !important;
}
.bg-success {
  background-color: #ffda00 !important;
}
.bg-info {
  background-color: #ffffff !important;
}
.bg-warning {
  background-color: #f57c13 !important;
}
.bg-danger {
  background-color: #334251 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #0083ff !important;
  border-color: #0083ff !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #4da8ff !important;
  border-color: #4da8ff !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #4da8ff !important;
  border-color: #4da8ff !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #0063c1 !important;
  border-color: #0063c1 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #0f8aff !important;
  border-color: #0f8aff !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #0f8aff !important;
  border-color: #0f8aff !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 !important;
  border-color: #ffffff !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-success,
.btn-success:active {
  background-color: #ffda00 !important;
  border-color: #ffda00 !important;
  color: #000000 !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #000000 !important;
  background-color: #ffe54d !important;
  border-color: #ffe54d !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #000000 !important;
  background-color: #ffe54d !important;
  border-color: #ffe54d !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #f57c13 !important;
  border-color: #f57c13 !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #f8a55c !important;
  border-color: #f8a55c !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #f8a55c !important;
  border-color: #f8a55c !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #334251 !important;
  border-color: #334251 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #516880 !important;
  border-color: #516880 !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #516880 !important;
  border-color: #516880 !important;
}
.btn-white {
  color: #222222 !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 !important;
  border-color: #ffffff !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black,
.btn-black:active {
  background-color: #222222 !important;
  border-color: #222222 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #484848 !important;
  border-color: #484848 !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #484848 !important;
  border-color: #484848 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #004f99;
  color: #004f99;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #0083ff;
  border-color: #0083ff;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #0083ff !important;
  border-color: #0083ff !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #002f5b;
  color: #002f5b;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #0063c1;
  border-color: #0063c1;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #0063c1 !important;
  border-color: #0063c1 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #cccccc;
  color: #cccccc;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #808080;
  background-color: #ffffff;
  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,
.btn-success-outline:active {
  background: none;
  border-color: #998300;
  color: #998300;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #000000;
  background-color: #ffda00;
  border-color: #ffda00;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #000000 !important;
  background-color: #ffda00 !important;
  border-color: #ffda00 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #9b4c07;
  color: #9b4c07;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #f57c13;
  border-color: #f57c13;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #f57c13 !important;
  border-color: #f57c13 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #0c0f12;
  color: #0c0f12;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #334251;
  border-color: #334251;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #334251 !important;
  border-color: #334251 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff;
  background-color: #222222;
  border-color: #222222;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #222222 !important;
  border-color: #222222 !important;
}
.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #333333;
  background-color: #ffffff;
  border-color: #ffffff;
}
.text-primary {
  color: #0083ff !important;
}
.text-secondary {
  color: #0063c1 !important;
}
.text-success {
  color: #ffda00 !important;
}
.text-info {
  color: #ffffff !important;
}
.text-warning {
  color: #f57c13 !important;
}
.text-danger {
  color: #334251 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #66b5ff !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #2896ff !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #ffe966 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #ffffff !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #f9b275 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #5a7590 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #ffffff !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #000000 !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #ffffff;
}
.alert-warning {
  background-color: #f57c13;
}
.alert-danger {
  background-color: #334251;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #0083ff;
  border-color: #0083ff;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #0083ff;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #cce6ff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #fff8cc;
}
.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: #fde9d7;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #a4b5c6;
}
/* Scroll to top button*/
.form-control {
  font-family: 'Manrope', sans-serif;
  font-size: 1.2rem;
  line-height: 1.4;
}
.form-control > .mbr-iconfont {
  font-size: 1.92rem;
}
blockquote {
  border-color: #0083ff;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #0083ff;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: currentColor;
  border-bottom-color: currentColor;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #0083ff;
  border-bottom-color: #0083ff;
}
.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: #0083ff !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: #0063c1 !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%230083ff' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
.cid-sfmjqnvUcq {
  overflow-x: hidden !important;
}
.cid-sfmjqnvUcq,
.cid-sfmjqnvUcq .scroll-wrapper {
  padding-top: 375px;
  padding-bottom: 225px;
}
.cid-sfmjqnvUcq .mbr-section-title {
  color: #ffffff;
}
.cid-sfmjqnvUcq .mbr-section-title span {
  color: #0083ff;
}
.cid-sfmjqnvUcq .mbr-text {
  color: #efefef;
  letter-spacing: 5px;
  font-weight: 100;
}
.cid-sfmjqnvUcq .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/carmix-lambo-q-1367x911.png");
  -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-sfmjqnvUcq .scroll-wrapper.second {
  left: calc(100% - 1px);
}
.cid-sfmjqnvUcq .mbr-overlay {
  z-index: 1;
}
.cid-sfmjqnvUcq .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-sfmgAZ1WKT {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #f25b08;
}
.cid-sfmgAZ1WKT .card-wrapper {
  z-index: 3;
}
.cid-sfmgAZ1WKT .card-wrapper .mbr-section-title {
  letter-spacing: 1px;
  transition: all 2.5s cubic-bezier(0, 0.74, 0.52, 1.2);
}
.cid-sfmgAZ1WKT:hover .mbr-section-title {
  letter-spacing: 10px;
}
.cid-sfmgAZ1WKT .full-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 0;
  z-index: 2;
}
.cid-sfmgAZ1WKT .popup-btn.card-wrapper {
  z-index: 1 !important;
}
.cid-sfmgAZ1WKT H2 {
  text-align: center;
  color: #ffffff;
}
.cid-sfmqAZHtfg {
  padding-top: 75px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/car-1842802-2000x1500.jpg");
}
.cid-sfmqAZHtfg .mbr-arrow {
  background: #232323 !important;
  opacity: .7;
}
.cid-sfmqAZHtfg .mbr-arrow i {
  color: #ffffff !important;
}
.cid-sfmqAZHtfg .underline .line {
  width: 2rem;
  height: 1px;
  background: #ffffff;
  display: inline-block;
}
.cid-sfmqAZHtfg .animated-element,
.cid-sfmqAZHtfg .typed-cursor {
  color: #ffffff;
}
.cid-sfmqAZHtfg .animated-element {
  border-bottom: 5px solid #f7aa4a;
}
@media (max-width: 767px) {
  .cid-sfmqAZHtfg .typed-text {
    text-align: center;
  }
}
.cid-seNbowhxG0 {
  padding-top: 45px;
  padding-bottom: 90px;
  background-color: #f57c13;
}
.cid-seNbowhxG0 .mbr-shop {
  display: table;
  width: 100%;
}
.cid-seNbowhxG0 .mbr-shop .row {
  margin: 0;
}
.cid-seNbowhxG0 .mbr-shop .btn-sm {
  margin: 0.2rem 0.2rem;
}
.cid-seNbowhxG0 .mbr-shop .shoppingcart-icons {
  z-index: 105 !important;
}
.cid-seNbowhxG0 .mbr-shop .shop-title {
  margin-bottom: 18px;
  padding-left: 25px;
  padding-right: 25px;
  display: inline-block;
  max-width: 80%;
}
.cid-seNbowhxG0 .mbr-shop .sidebar-title {
  line-height: 25px;
  margin-bottom: 1.8rem;
}
.cid-seNbowhxG0 .mbr-shop .shopItemsModal_wraper {
  position: fixed;
  display: none;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background-color: rgba(87, 87, 87, 0.4);
  top: 0;
  left: 0;
  cursor: pointer;
  z-index: 1040;
}
.cid-seNbowhxG0 .mbr-shop .card-description {
  cursor: text;
  display: none;
}
.cid-seNbowhxG0 .mbr-shop .image-modal {
  padding-left: 0;
  padding-right: 0;
  text-align: center;
}
.cid-seNbowhxG0 .mbr-shop .image-modal img {
  max-width: 100%;
  max-height: 75vh;
}
.cid-seNbowhxG0 .mbr-shop .hide-modal {
  display: none;
}
.cid-seNbowhxG0 .mbr-shop .shopItemsModal {
  cursor: default;
  padding: 50px;
  width: 1000px;
  max-width: 100%;
  background-color: #ffffff;
  z-index: 2000;
  overflow: auto;
  position: fixed;
}
.cid-seNbowhxG0 .mbr-shop .shopItemsModal p {
  margin-bottom: 0;
}
.cid-seNbowhxG0 .mbr-shop .shopItemsModal ul {
  margin-bottom: 0;
}
.cid-seNbowhxG0 .mbr-shop .shopItemsModal .card-description {
  display: block;
  width: 100%;
}
.cid-seNbowhxG0 .mbr-shop .shopItemsModal .close-modal {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 4px;
  background-color: red;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.cid-seNbowhxG0 .mbr-shop .shopItemsModal .close-modal:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 4px;
  background-color: red;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.cid-seNbowhxG0 .mbr-shop .test-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.cid-seNbowhxG0 .mbr-shop .filter-by-pu,
.cid-seNbowhxG0 .mbr-shop .filter-by-pd,
.cid-seNbowhxG0 .mbr-shop .filter-by-d {
  display: inline-block;
  margin-right: 3px;
}
.cid-seNbowhxG0 .mbr-shop .sort-buttons {
  padding-bottom: 1rem;
  margin-right: 13px;
  text-align: right;
}
.cid-seNbowhxG0 .mbr-shop .galleryItem:before {
  width: 0 !important;
  height: 0 !important;
}
.cid-seNbowhxG0 .mbr-shop .modal-dialog {
  max-width: 700px;
}
.cid-seNbowhxG0 .mbr-shop .mbr-gallery-item {
  left: 0 !important;
  top: 0 !important;
  vertical-align: top;
  position: relative !important;
  -webkit-transform: none !important;
  transform: none !important;
  padding: 5px;
  width: 33%;
}
.cid-seNbowhxG0 .mbr-shop .galleryItem h4,
.cid-seNbowhxG0 .mbr-shop .carousel-item h4 {
  font-style: normal;
  font-size: 20px;
  line-height: 1;
  text-transform: none;
  letter-spacing: -1px;
  word-spacing: 0;
  margin-bottom: 0.3rem;
  padding-top: 15px;
  transition: color 0.5s;
}
.cid-seNbowhxG0 .mbr-shop .galleryItem h5,
.cid-seNbowhxG0 .mbr-shop .carousel-item h5 {
  font-style: italic;
  font-weight: 400;
  line-height: 22.36px;
  text-transform: none;
  letter-spacing: 0px;
  word-spacing: 0;
}
.cid-seNbowhxG0 .mbr-shop .galleryItem p,
.cid-seNbowhxG0 .mbr-shop .carousel-item p {
  font-style: italic;
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0px;
  word-spacing: 0px;
  text-align: center;
  display: inline;
}
.cid-seNbowhxG0 .mbr-shop .item-button {
  text-align: center;
}
.cid-seNbowhxG0 .mbr-shop .modalButton {
  display: inline-block;
  float: right;
  margin-right: 10px;
}
.cid-seNbowhxG0 .mbr-shop .modalButton.btn-success {
  right: 15%;
}
.cid-seNbowhxG0 .mbr-shop .sidebar {
  margin-bottom: 30px;
  position: relative;
}
.cid-seNbowhxG0 .mbr-shop .sidebar-block {
  position: relative;
}
.cid-seNbowhxG0 .mbr-shop .sidebar-background:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 102%;
  background-color: #ffa96f;
  top: -20px;
  right: 3px;
}
.cid-seNbowhxG0 .mbr-shop .bestsellers {
  padding-left: 0;
  padding-right: 0;
  position: relative;
  margin-bottom: 20px;
}
.cid-seNbowhxG0 .mbr-shop .bestsellers .onsale {
  top: -15px;
}
.cid-seNbowhxG0 .mbr-shop .bestsellers .price-block {
  padding-top: 5px;
  text-align: left;
  line-height: 1;
}
.cid-seNbowhxG0 .mbr-shop .bestsellers .mbr-gallery-item {
  width: 100%;
}
.cid-seNbowhxG0 .mbr-shop .bestsellers .mbr-gallery-item img {
  width: 80px;
  float: left;
  margin-right: 20px;
}
.cid-seNbowhxG0 .mbr-shop .bestsellers .mbr-gallery-item h4 {
  text-align: left;
  padding-bottom: 5px;
  line-height: 1;
}
.cid-seNbowhxG0 .mbr-shop .bestsellers .mbr-gallery-item h5 {
  text-align: left;
  display: none;
}
.cid-seNbowhxG0 .mbr-shop .bestsellers .mbr-gallery-item p {
  text-align: left;
}
.cid-seNbowhxG0 .mbr-shop .bestsellers .btn {
  display: none;
}
.cid-seNbowhxG0 .mbr-shop .bestsellers-img {
  display: inline-block;
  width: 80px;
  height: 80px;
  overflow: hidden;
}
.cid-seNbowhxG0 .mbr-shop .bestsellers-title {
  display: inline-block;
}
.cid-seNbowhxG0 .mbr-shop .onsale {
  position: absolute;
  display: block;
  transition: color .3s ease;
  text-align: center;
  z-index: 95;
  top: 30px;
  left: 30px;
  line-height: 17px;
  padding: 5px 15px 5px;
  background: #66458e;
  border-radius: 30px;
  font-weight: 400;
  font-style: normal;
  text-transform: none;
  letter-spacing: 0px;
  color: #ffffff;
}
.cid-seNbowhxG0 .mbr-shop .mbr-gallery-item__hided {
  display: none;
}
.cid-seNbowhxG0 .mbr-shop .mbr-gallery-item__hided h4,
.cid-seNbowhxG0 .mbr-shop .mbr-gallery-item__hided h5,
.cid-seNbowhxG0 .mbr-shop .mbr-gallery-item__hided p {
  display: none;
}
.cid-seNbowhxG0 .mbr-shop .mbr-gallery-item__hided .btn {
  display: none;
}
.cid-seNbowhxG0 .mbr-shop .galleryItem .price-block {
  display: block;
}
.cid-seNbowhxG0 .mbr-shop .galleryItem .price-block span {
  font-style: normal;
  font-size: 17px;
  line-height: 1;
  text-transform: none;
  letter-spacing: -1px;
  word-spacing: 0;
}
.cid-seNbowhxG0 .mbr-shop .mbr-gallery-filter {
  padding-left: 0;
  text-align: left;
  padding-top: 0;
}
.cid-seNbowhxG0 .mbr-shop .mbr-gallery-filter ul li.active {
  background-color: #FFF;
  font-weight: bold;
}
.cid-seNbowhxG0 .mbr-shop .mbr-gallery-filter ul li:hover {
  background-color: #FFF;
  color: #000;
}
.cid-seNbowhxG0 .mbr-shop .range-slider {
  padding-bottom: 25px;
}
.cid-seNbowhxG0 .mbr-shop .filter-cost {
  display: block;
  vertical-align: middle;
  max-width: 250px;
  text-align: left;
  position: relative;
  margin-bottom: 30px;
}
.cid-seNbowhxG0 .mbr-shop .filter-cost p {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 21px;
  color: #666666;
  font-weight: bold;
}
.cid-seNbowhxG0 .mbr-shop .price-controls {
  position: relative;
  height: 36px;
  margin-bottom: 10px;
  border-radius: 2px;
  font-size: 0;
}
.cid-seNbowhxG0 .mbr-shop .price-controls label {
  display: inline-block;
  width: 50%;
  font-size: 14px;
  line-height: 32px;
  color: #666666;
  font-weight: normal;
  cursor: pointer;
  margin-bottom: 0;
}
.cid-seNbowhxG0 .mbr-shop .price-controls input {
  width: 100%;
  background-color: transparent;
  border: none;
  line-height: 31px;
  height: 31px;
  text-align: center;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.cid-seNbowhxG0 .mbr-shop .range-controls {
  position: relative;
}
.cid-seNbowhxG0 .mbr-shop .range-controls .scale {
  width: 100%;
  height: 5px;
  background-color: rgba(190, 190, 190, 0.3);
}
.cid-seNbowhxG0 .mbr-shop .range-controls .bar {
  margin-left: 0;
  width: 100%;
  height: 5px;
  background-color: #0083ff;
}
.cid-seNbowhxG0 .mbr-shop .toggle {
  -webkit-box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.15);
  position: absolute;
  top: -9px;
  width: 7px;
  height: 7px;
  border: 8px solid #ffffff;
  border-radius: 100%;
  box-sizing: content-box;
  background-color: #0083ff;
  cursor: pointer;
}
.cid-seNbowhxG0 .mbr-shop .toggle:hover,
.cid-seNbowhxG0 .mbr-shop .toggle:active {
  background-color: #0063c1;
}
.cid-seNbowhxG0 .mbr-shop .min-toggle {
  left: 0;
}
.cid-seNbowhxG0 .mbr-shop .max-toggle {
  right: 0;
}
.cid-seNbowhxG0 .mbr-shop .hided-by-price {
  display: none;
}
.cid-seNbowhxG0 .mbr-shop .text-modal {
  padding-right: 30px;
  padding-left: 30px;
}
.cid-seNbowhxG0 .mbr-shop .text-modal .item-button {
  text-align: left !important;
}
.cid-seNbowhxG0 .mbr-shop .text-modal .price-block {
  line-height: 1;
  border-bottom: 1px dotted #d6d6d6;
}
.cid-seNbowhxG0 .mbr-shop .text-modal .price-block p {
  display: inline;
}
.cid-seNbowhxG0 .mbr-shop .text-modal .price-block span {
  display: inline;
  font-weight: 400;
  font-size: 20px;
  padding: 10px 0 20px 0;
}
.cid-seNbowhxG0 .mbr-shop .text-modal .card-description {
  padding-top: 20px;
  display: block;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 50px;
}
.cid-seNbowhxG0 .mbr-shop .modal-control-panel {
  padding-right: 0;
}
.cid-seNbowhxG0 .mbr-shop .modal-cb {
  display: inline-block;
  float: right;
  margin-right: 10px;
  margin-left: 10px;
}
.cid-seNbowhxG0 .mbr-shop .shopItemsModalBg {
  width: 100%;
  height: 100%;
}
.cid-seNbowhxG0 .mbr-shop .close-modal-wrapper {
  cursor: pointer;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  right: 0;
}
.cid-seNbowhxG0 .mbr-shop .close-modal-wrapper:after {
  content: "";
  position: absolute;
  width: 40px;
  height: 3px;
  background-color: #cccccc;
  top: 50%;
  right: 5%;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.cid-seNbowhxG0 .mbr-shop .close-modal-wrapper:before {
  content: "";
  position: absolute;
  width: 3px;
  height: 40px;
  background-color: #cccccc;
  right: 50%;
  top: 5%;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.cid-seNbowhxG0 .mbr-shop .closeModal {
  position: absolute;
  top: 0;
  right: 0;
}
.cid-seNbowhxG0 .mbr-shop .galleryItem .sidebar_wraper {
  text-align: center;
  padding-bottom: 15px;
}
.cid-seNbowhxG0 .mbr-shop .shopItemsModal .sidebar_wraper {
  text-align: left;
}
.cid-seNbowhxG0 .mbr-shop .item_overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 99;
  background: transparent;
}
.cid-seNbowhxG0 .mbr-shop .style_overlay {
  position: absolute;
  width: 100%;
  height: 100%;
}
.cid-seNbowhxG0 .mbr-shop .price-range {
  display: none;
}
.cid-seNbowhxG0 .mbr-shop .price-range-reset {
  display: none;
}
.cid-seNbowhxG0 .mbr-shop .bestsellers .item-button {
  display: none !important;
}
.cid-seNbowhxG0 .mbr-shop .range-slider h4 {
  margin-bottom: 1.8rem;
}
.cid-seNbowhxG0 .mbr-shop .mbr-gallery-filter ul {
  padding-left: 0px;
  display: inline-block;
  list-style: none;
  margin-bottom: 0px;
}
.cid-seNbowhxG0 .mbr-shop .categories:after {
  content: "";
  display: table;
  clear: both;
}
@media (min-width: 767px) and (max-width: 1100px) {
  .cid-seNbowhxG0 .mbr-shop .col-md-9 {
    width: 100%;
  }
  .cid-seNbowhxG0 .mbr-shop .col-md-3 {
    width: 100%;
  }
  .cid-seNbowhxG0 .mbr-shop .sidebar-background:after {
    top: 0;
  }
  .cid-seNbowhxG0 .mbr-shop .bestseller-block {
    width: 100%;
    margin: 0;
    display: inline-block;
    float: left;
    padding-top: 15px;
  }
  .cid-seNbowhxG0 .mbr-shop .range-slider {
    width: 49%;
    margin: 0;
    display: inline-block;
    float: right;
    padding-top: 15px;
  }
  .cid-seNbowhxG0 .mbr-shop .bestsellers {
    width: 100%;
  }
  .cid-seNbowhxG0 .mbr-shop .bestsellers .mbr-gallery-item {
    width: 49%;
    display: inline-block;
  }
  .cid-seNbowhxG0 .mbr-shop .sidebar-categories {
    width: 49%;
    margin: 0;
    display: inline-block;
    padding-top: 15px;
  }
  .cid-seNbowhxG0 .mbr-shop .price-range {
    max-width: 250px;
    text-align: center;
  }
  .cid-seNbowhxG0 .clearfix:after {
    content: "";
    display: table;
    clear: both;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-seNbowhxG0 .mbr-shop .mbr-gallery-item {
    width: 33%;
  }
}
@media (max-width: 500px) {
  .cid-seNbowhxG0 .mbr-shop .shopItemsModal {
    padding: 50px 10px 10px 10px;
  }
  .cid-seNbowhxG0 .mbr-shop .shop-title {
    max-width: 100%;
  }
  .cid-seNbowhxG0 .mbr-shop .mbr-gallery-item {
    width: 100%;
  }
}
@media (max-width: 1200px) {
  .cid-seNbowhxG0 .mbr-shop .sort-buttons {
    text-align: center;
    margin-right: 0 !important;
  }
  .cid-seNbowhxG0 .wrapper-shop-items {
    order: 1;
  }
}
@media (max-width: 767px) {
  .cid-seNbowhxG0 .mbr-shop .image-modal {
    text-align: center;
  }
  .cid-seNbowhxG0 .mbr-shop .image-modal img {
    max-height: 50vh;
    width: auto;
    max-width: 100%;
  }
  .cid-seNbowhxG0 .mbr-shop .shopItemsModal {
    top: 15%;
    bottom: 70px;
    left: 10%;
    width: 80%;
  }
  .cid-seNbowhxG0 .mbr-shop .shopItemsModal .image-modal {
    padding-right: 0;
  }
  .cid-seNbowhxG0 .mbr-shop .sidebar-background:after {
    top: -1%;
  }
}
@media (max-width: 1100px) {
  .cid-seNbowhxG0 .mbr-shop .shopItemsModal {
    max-height: 85vh;
    width: 90%;
    left: 5%;
    margin-left: 0;
  }
  .cid-seNbowhxG0 .mbr-shop .sort-buttons {
    margin-right: 21px;
  }
  .cid-seNbowhxG0 .mbr-shop .sidebar-background:after {
    right: 0;
    width: 100%;
  }
  .cid-seNbowhxG0 .mbr-shop .text-modal .card-description {
    width: 100%;
  }
  .cid-seNbowhxG0 .mbr-shop .text-modal .price-block {
    width: 100%;
  }
  .cid-seNbowhxG0 .mbr-shop .text-modal h4 {
    padding-top: 30px;
  }
}
.cid-seNbowhxG0 .shopItemsModal_wraper .mbr-section-btn {
  display: block !important;
}
.cid-seNbowhxG0 .range-slider .mbr-section-btn {
  margin: 0;
}
.cid-seNbowhxG0 .oldprice {
  color: #767676;
  padding-left: .8rem !important;
  text-decoration: line-through;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-seNbowhxG0 .shopItemsModal.row {
    position: absolute !important;
    top: calc(50% - 300px) !important;
    left: calc(50% - 500px) !important;
  }
}
.cid-seNbowhxG0 .mbr-gallery-item .sidebar_wraper {
  background-color: #ffa96f;
  padding-left: 15px;
  padding-right: 15px;
}
.cid-seNbowhxG0 .sidebar .sidebar_wraper {
  background-color: #ffa96f;
}
.cid-seNbowhxG0 .mbr-gallery-item .price-block {
  text-align: left;
}
.cid-seNbowhxG0 .big-container {
  max-width: 1326px;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}
.cid-seNbowhxG0 .mbr-shop .mbr-gallery-filter ul li {
  padding: 7px 16px 5px;
  margin: 4px 8px 4px 0;
  border: 1px solid;
  border-radius: 100px;
}
.cid-seNbowhxG0 .mbr-shop .mbr-gallery-filter ul li .btn {
  border: none;
  margin: 0 !important;
  padding: 0;
  background-color: transparent !important;
  color: inherit !important;
  font-weight: 400;
}
.cid-seNbowhxG0 .mbr-shop .mbr-gallery-filter ul li li.active .btn {
  font-weight: bold;
}
.cid-seNbowhxG0 .mbr-gallery-item .sidebar_wraper .item-title {
  text-align: left;
  font-weight: 700;
}
.cid-seNbowhxG0 .sidebar {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-seNbowhxG0 .range-slider {
  -webkit-order: 1;
  order: 1;
}
.cid-seNbowhxG0 .sidebar-categories {
  -webkit-order: 2;
  order: 2;
}
.cid-seNbowhxG0 .bestseller-block {
  -webkit-order: 3;
  order: 3;
}
.cid-seNbowhxG0 .categories {
  padding: 0;
}
.cid-seNbowhxG0 .sidebar-title {
  font-weight: bold;
  color: #073b4c;
}
.cid-seNbowhxG0 LI {
  color: #0083ff;
}
.cid-sfmHwxMK7n {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #efeeee;
}
.cid-sfmHwxMK7n .content-slider {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-sfmHwxMK7n .modal-body .close {
  background: #1b1b1b;
}
.cid-sfmHwxMK7n .modal-body .close span {
  font-style: normal;
}
.cid-sfmHwxMK7n .carousel-inner > .active,
.cid-sfmHwxMK7n .carousel-inner > .next,
.cid-sfmHwxMK7n .carousel-inner > .prev {
  display: flex;
}
.cid-sfmHwxMK7n .carousel-control .icon-next,
.cid-sfmHwxMK7n .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-sfmHwxMK7n .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sfmHwxMK7n .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-sfmHwxMK7n .content-slider-wrap {
    width: 100%!important;
  }
}
.cid-sfmHwxMK7n .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-sfmHwxMK7n .boxed-slider > div {
  position: relative;
}
.cid-sfmHwxMK7n .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.cid-sfmHwxMK7n .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-sfmHwxMK7n .mbr-table-cell {
  padding: 0;
}
.cid-sfmHwxMK7n .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-sfmHwxMK7n .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: -webkit-flex;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-align-items: center;
}
.cid-sfmHwxMK7n .mbr-overlay {
  z-index: 1;
  pointer-events: none;
}
.cid-sfmHwxMK7n .container-slide.container {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-sfmHwxMK7n .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 1;
}
.cid-sfmHwxMK7n .carousel-item.active.right,
.cid-sfmHwxMK7n .carousel-item.next {
  left: 0;
  transition: opacity 0.7s ease-in-out;
  opacity: 0;
}
.cid-sfmHwxMK7n .carousel-item.active.left,
.cid-sfmHwxMK7n .carousel-item.prev {
  left: 0;
  transition: opacity 0.7s ease-in-out;
  opacity: 0;
}
.cid-sfmHwxMK7n .carousel-item.active,
.cid-sfmHwxMK7n .carousel-item.next.left,
.cid-sfmHwxMK7n .carousel-item.prev.right {
  left: 0;
  opacity: 1;
}
.cid-sfmHwxMK7n .mbr-slider .carousel-control {
  top: 50%;
  width: 50px;
  height: 50px;
  margin-top: -1.5rem;
  font-size: 35px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all .3s;
  z-index: 11;
}
.cid-sfmHwxMK7n .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sfmHwxMK7n .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sfmHwxMK7n .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 1rem;
}
@media (max-width: 767px) {
  .cid-sfmHwxMK7n .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-sfmHwxMK7n .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-sfmHwxMK7n .mbr-slider .carousel-indicators li {
  max-width: 19px;
  width: 19px;
  height: 19px;
  max-height: 19px;
  margin: 3px;
  background-color: white;
  border: none;
  border-radius: 0;
  opacity: .5;
  transition: all .3s;
}
.cid-sfmHwxMK7n .mbr-slider .carousel-indicators li.active,
.cid-sfmHwxMK7n .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-sfmHwxMK7n .mbr-slider .carousel-indicators li::after,
.cid-sfmHwxMK7n .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-sfmHwxMK7n .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-sfmHwxMK7n .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-sfmHwxMK7n .mbr-slider > .container img {
  width: 100%;
}
.cid-sfmHwxMK7n .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-sfmHwxMK7n .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 767px) {
  .cid-sfmHwxMK7n .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-sfmHwxMK7n .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-sfmHwxMK7n .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-sfmHwxMK7n .carousel-item .container.container-slide {
  position: initial;
  min-height: 0;
}
.cid-sfmHwxMK7n .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-sfmHwxMK7n .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-sfmHwxMK7n .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-sfmHwxMK7n .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-sfmHwxMK7n .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-sfmHwxMK7n .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-sfmHwxMK7n .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-sfmHwxMK7n .mbr-slider.slide .container {
  overflow: hidden;
  padding: 0;
}
.cid-sfmHwxMK7n .carousel-inner {
  height: 100%;
}
.cid-sfmHwxMK7n .slider-fullscreen-image {
  height: 100%;
  background: transparent !important;
}
.cid-sfmHwxMK7n .image_wrapper {
  height: 700px;
  width: 100%;
  position: relative;
  display: inline-block;
}
.cid-sfmHwxMK7n .image_wrapper img {
  width: 100% !important;
  height: 100%;
  object-fit: fill;
}
.cid-sfmHwxMK7n .carousel-item .container-slide {
  text-align: center;
}
.cid-sfmHwxMK7n .content-slider-wrap {
  width: 100%;
}
.cid-sfmHwxMK7n .carousel-control-prev {
  bottom: 2px!important;
  left: 0px!important;
  top: auto!important;
  margin-left: 2rem!important;
  background-color: white!important;
  opacity: 1!important;
  color: black!important;
  border-radius: 0!important;
}
.cid-sfmHwxMK7n .carousel-control-next {
  bottom: 54px!important;
  left: 0px!important;
  top: auto!important;
  margin-left: 2rem!important;
  background-color: white!important;
  opacity: 1!important;
  color: black!important;
  border-radius: 0!important;
}
.cid-sfmHwxMK7n .carousel-control {
  margin-left: 2px!important;
}
.cid-sm9d9TZjVv {
  padding-top: 30px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/mbr-1-1920x1200.jpg");
}
.cid-sm9d9TZjVv h4 {
  display: flex;
  color: #232323;
}
.cid-sm9d9TZjVv .panel-text {
  color: #767676;
  line-height: 1.7;
}
.cid-sm9d9TZjVv .wrap {
  display: flex;
}
.cid-sm9d9TZjVv .icon {
  background: #00c13a;
  min-width: 33px;
  min-height: 33px;
  border-radius: 100%;
  color: white!important;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  font-weight: 900;
}
.cid-sm9d9TZjVv img {
  max-width: 600px;
  width: 100%;
  margin: auto;
  padding: 2rem;
}
.cid-sm9d9TZjVv .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-sm9d9TZjVv p {
  margin: 0;
}
.cid-sm9d9TZjVv .card .card-header a.panel-title {
  background-color: transparent!important;
  margin-top: 0px!important;
}
.cid-sm9d9TZjVv .mbr-section-subtitle {
  font-weight: 500;
  color: #767676;
  text-align: center;
}
.cid-sm9d9TZjVv .accordion-content {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-sm9d9TZjVv .panel-group {
  width: 100%;
}
.cid-sm9d9TZjVv .panel-title {
  border-bottom: 1px solid #efefef;
  border-radius: 0px;
  margin-bottom: .5rem;
}
.cid-sm9d9TZjVv .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-sm9d9TZjVv .card .card-header a.panel-title {
  transition: all .3s;
  background-color: #ffffff;
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-sm9d9TZjVv .card .card-header a.panel-title:hover {
  opacity: 0.5;
}
.cid-sm9d9TZjVv .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-sm9d9TZjVv .card .card-header a.panel-title h4 {
  padding: 1.5rem 1rem;
  margin-bottom: 0;
}
.cid-sm9d9TZjVv .card .panel-body {
  background: #ffffff;
}
.cid-sm9d9TZjVv .media-container-row .accordion-section {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-sm9d9TZjVv .media-container-row > div {
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .cid-sm9d9TZjVv .mbr-figure {
    padding-right: 0;
    padding-left: 0;
    padding-top: 2rem;
  }
}
.cid-sm9d9TZjVv .header-text,
.cid-sm9d9TZjVv .sign {
  color: #ffffff;
}
.cid-rwG64JC5c0 .navbar {
  background: #334251;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-rwG64JC5c0 .navbar-dropdown.bg-color.transparent.opened {
  background: #334251;
}
.cid-rwG64JC5c0 a {
  font-style: normal;
}
.cid-rwG64JC5c0 .show {
  overflow: visible;
}
.cid-rwG64JC5c0 .dropdown-menu {
  max-height: 400px;
}
.cid-rwG64JC5c0 .dropdown-item:active {
  background-color: transparent;
}
.cid-rwG64JC5c0 .nav-link {
  font-weight: 600!important;
}
.cid-rwG64JC5c0 .nav-item span {
  padding-right: 0.2em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-rwG64JC5c0 .nav-item a {
  display: -webkit-flex;
  align-items: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 2rem !important;
  -webkit-align-items: center;
}
.cid-rwG64JC5c0 .nav-item:focus,
.cid-rwG64JC5c0 .nav-link:focus {
  outline: none;
}
.cid-rwG64JC5c0 .btn {
  padding: 0.7rem 2rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-rwG64JC5c0 .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-rwG64JC5c0 .menu-logo {
  margin-right: auto;
}
.cid-rwG64JC5c0 .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rwG64JC5c0 .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-rwG64JC5c0 .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  font-weight: 600!important;
  padding-right: 2rem;
}
.cid-rwG64JC5c0 .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-rwG64JC5c0 .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-rwG64JC5c0 .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-rwG64JC5c0 .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-rwG64JC5c0 .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  padding-right: 1rem;
  max-width: 100%;
  width: 100%;
}
.cid-rwG64JC5c0 .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-rwG64JC5c0 .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-rwG64JC5c0 .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-rwG64JC5c0 .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-rwG64JC5c0 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  color: #24e158 !important;
  padding: 0.2em 1em 0.2em 1em !important;
}
.cid-rwG64JC5c0 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rwG64JC5c0 .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-rwG64JC5c0 .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rwG64JC5c0 .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: none;
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-rwG64JC5c0 .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-rwG64JC5c0 .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-rwG64JC5c0 .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-rwG64JC5c0 .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-rwG64JC5c0 .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-rwG64JC5c0 .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-rwG64JC5c0 button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-rwG64JC5c0 button.navbar-toggler:focus {
  outline: none;
}
.cid-rwG64JC5c0 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffc7a1;
}
.cid-rwG64JC5c0 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rwG64JC5c0 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rwG64JC5c0 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rwG64JC5c0 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rwG64JC5c0 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rwG64JC5c0 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rwG64JC5c0 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rwG64JC5c0 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rwG64JC5c0 .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rwG64JC5c0 .collapsed .btn {
  display: -webkit-flex;
}
.cid-rwG64JC5c0 .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-rwG64JC5c0 .collapsed .navbar-collapse.collapsing,
.cid-rwG64JC5c0 .collapsed .navbar-collapse.show {
  display: block !important;
  overflow: auto;
}
.cid-rwG64JC5c0 .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-rwG64JC5c0 .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-rwG64JC5c0 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-rwG64JC5c0 .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-rwG64JC5c0 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-rwG64JC5c0 .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-rwG64JC5c0 .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-rwG64JC5c0 .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-rwG64JC5c0 .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-rwG64JC5c0 .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-rwG64JC5c0 .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: 94.375vh;
  }
}
.cid-rwG64JC5c0 .collapsed button.navbar-toggler {
  display: block;
}
.cid-rwG64JC5c0 .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-rwG64JC5c0 .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rwG64JC5c0 .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-rwG64JC5c0 .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-rwG64JC5c0 .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-rwG64JC5c0 .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-rwG64JC5c0.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rwG64JC5c0 img {
    height: 3.8rem !important;
  }
  .cid-rwG64JC5c0 .btn {
    display: -webkit-flex;
  }
  .cid-rwG64JC5c0 button.navbar-toggler {
    display: block;
  }
  .cid-rwG64JC5c0 .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-rwG64JC5c0 .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rwG64JC5c0 .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-rwG64JC5c0 .navbar-collapse.collapsing,
  .cid-rwG64JC5c0 .navbar-collapse.show {
    display: block !important;
    overflow: auto;
  }
  .cid-rwG64JC5c0 .navbar-collapse.collapsing .navbar-nav,
  .cid-rwG64JC5c0 .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-rwG64JC5c0 .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-rwG64JC5c0 .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-rwG64JC5c0 .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-rwG64JC5c0 .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-rwG64JC5c0 .navbar-collapse.collapsing .navbar-buttons,
  .cid-rwG64JC5c0 .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-rwG64JC5c0 .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-rwG64JC5c0 .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-rwG64JC5c0 .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-rwG64JC5c0 .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-rwG64JC5c0 .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-rwG64JC5c0 .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (max-width: 767px) {
  .cid-rwG64JC5c0 .nav-link {
    justify-content: start!important;
  }
  .cid-rwG64JC5c0 .navbar.opened {
    overflow-y: scroll;
    overflow-x: hidden;
  }
  .cid-rwG64JC5c0 .navbar-toggleable-sm {
    width: 100%!important;
  }
  .cid-rwG64JC5c0 .dropdown-menu {
    box-shadow: inset 0 0 15px 0 rgba(0, 0, 0, 0.1) !important;
    background: #efefef !important;
  }
}
@media (min-width: 767px) {
  .cid-rwG64JC5c0 .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-rwG64JC5c0 .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-rwG64JC5c0 .nav-link:hover,
.cid-rwG64JC5c0 .dropdown-item:hover {
  color: #f57c13 !important;
}
@media (min-width: 1500px) {
  .cid-rwG64JC5c0 .navbar-toggleable-sm .navbar-collapse {
    max-width: 60%!important;
    padding-right: 5rem;
  }
  .cid-rwG64JC5c0 .menu-logo .navbar-brand {
    margin-left: 2rem;
  }
}
.cid-rwG64JC5c0 .text-primary2 {
  font-size: 20px;
  color: #FFF;
  display: inline-block;
}
.cid-rwG64JC5c0 .text-primary2:hover {
  color: #f57c13;
  transition: 0.8s all ease-out;
}
.cid-sr49YMzWnY {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #334251;
}
.cid-sr49YMzWnY .container-fluid {
  padding: 0 2rem;
}
.cid-sr49YMzWnY .mbr-list {
  list-style: none;
  padding: 0px ;
  margin: 0px;
}
.cid-sr49YMzWnY .mbr-list li {
  margin-bottom: 1rem;
}
.cid-sr49YMzWnY .mbr-section-title {
  margin-bottom: 2rem;
  margin-top: 3rem;
}
.cid-sr49YMzWnY .social-media {
  margin-top: 1.5rem;
}
.cid-sr49YMzWnY .social-media ul {
  padding: 0;
  margin-bottom: 8px;
}
.cid-sr49YMzWnY .social-media ul li {
  margin-right: 1rem;
  display: inline-block;
}
.cid-sr49YMzWnY .mbr-text,
.cid-sr49YMzWnY .mbr-offer {
  line-height: 1.5;
}
.cid-sr49YMzWnY .form-control {
  color: #fff;
  z-index: 0;
  min-height: 3rem !important;
  background-color: rgba(0, 0, 0, 0);
}
@media (max-width: 767px) {
  .cid-sr49YMzWnY .container-fluid {
    padding: 0 1rem;
  }
  .cid-sr49YMzWnY .mbr-section-title {
    margin-bottom: 1rem;
  }
  .cid-sr49YMzWnY .mbr-list {
    margin-bottom: 2rem;
  }
  .cid-sr49YMzWnY .mbr-list li {
    margin-bottom: .5rem;
  }
}
.cid-sr49YMzWnY img {
  position: relative;
  padding: 5px 0px;
  display: inline-block;
  width: 240px;
  height: 150px;
  object-fit: scale-down;
}
.cid-sr49YMzWnY hr {
  position: relative;
  border-width: 0px;
  width: 100%;
  height: 1px;
  color: #ccc;
  background-color: #CCC;
  margin-left: 0px;
  margin-top: 10px;
}
.cid-sr49YMzWnY .co-margin {
  margin: 20px;
}
.cid-sr49YMzWnY .img-pad {
  margin-top: 2rem;
}
.cid-sr49YMzWnY .text-white2 {
  color: #FFF;
}
.cid-sr49YMzWnY .text-white2:hover {
  color: #f57c13;
}
.cid-smOxDQYbMg {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #073b4c;
}
.cid-smOxDQYbMg .media-container-row .mbr-text {
  color: #ffffff;
}
/*!
 * Mobirise v4 theme (https://mobirise.com/)
 * Copyright 2017 Mobirise
 */
section {
  background-color: #eeeeee; }

section,
.container,
.container-fluid {
  position: relative;
  word-wrap: break-word; }

.form-control:focus {
  box-shadow: none; }

:focus {
  outline: none; }

a.mbr-iconfont:hover {
  text-decoration: none; }

.article .lead p,
.article .lead ul,
.article .lead ol,
.article .lead pre,
.article .lead blockquote {
  margin-bottom: 0; }

a {
  font-style: normal;
  font-weight: 400;
  cursor: pointer; }
  a, a:hover {
    text-decoration: none; }

figure {
  margin-bottom: 0; }

body {
  color: #232323;
  overflow-x: hidden; }

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
.display-1,
.display-2,
.display-3,
.display-4 {
  line-height: 1;
  word-break: break-word;
  word-wrap: break-word; }

b,
strong {
  font-weight: bold; }

blockquote {
  padding: 10px 0 10px 20px;
  position: relative;
  border-left: 2px solid;
  border-color: #ff3366; }

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
  transition-delay: 9999s;
  transition-property: background-color, color; }

textarea[type="hidden"] {
  display: none; }

body {
  position: relative; }

section {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover; }
  section .mbr-background-video,
  section .mbr-background-video-preview {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0; }

.hidden {
  visibility: hidden; }

.mbr-z-index20 {
  z-index: 20; }

/*! Base colors */
.mbr-white {
  color: #ffffff; }

.mbr-black {
  color: #333333; }

.mbr-bg-white {
  background-color: #ffffff; }

.mbr-bg-black {
  background-color: #000000; }

/*! Text-aligns */
.align-left {
  text-align: left; }

.align-center {
  text-align: center; }

.align-right {
  text-align: right; }

@media (max-width: 767px) {
  .align-left,
  .align-center,
  .align-right,
  .mbr-section-btn,
  .mbr-section-title {
    text-align: center; } }
/*! Font-weight  */
.mbr-light {
  font-weight: 300; }

.mbr-regular {
  font-weight: 400; }

.mbr-medium {
  font-weight: 500; }

.mbr-semibold {
  font-weight: 600; }

.mbr-bold {
  font-weight: 700; }

/*! Media  */
.media-size-item {
  -webkit-flex: 1 1 auto;
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  -o-flex: 1 1 auto;
  flex: 1 1 auto; }

.media-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%; }

.media-container-row {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start; }
  .media-container-row .media-size-item {
    width: 400px; }

.media-container-column {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch; }
  .media-container-column > * {
    width: 100%; }

@media (min-width: 992px) {
  .media-container-row {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap; } }
figure {
  overflow: hidden; }

figure[mbr-media-size] {
  transition: width 0.1s; }

.mbr-figure img,
.mbr-figure iframe {
  display: block;
  width: 100%; }

.card {
  background-color: transparent;
  border: none; }

.card-img {
  text-align: center;
  flex-shrink: 0;
  -webkit-flex-shrink: 0; }

.media {
  max-width: 100%;
  margin: 0 auto; }

.mbr-figure {
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center; }

.media-container > div {
  max-width: 100%; }

.mbr-figure img,
.card-img img {
  width: 100%; }

@media (max-width: 991px) {
  .media-size-item {
    width: auto !important; }

  .media {
    width: auto; }

  .mbr-figure {
    width: 100% !important; } }
/*! Buttons */
.mbr-section-btn {
  margin-left: -.25rem;
  margin-right: -.25rem;
  font-size: 0; }

nav .mbr-section-btn {
  margin-left: 0rem;
  margin-right: 0rem; }

/*! Btn icon margin */
.btn .mbr-iconfont,
.btn.btn-sm .mbr-iconfont {
  cursor: pointer;
  margin-right: 0.5rem; }

.btn.btn-md .mbr-iconfont,
.btn.btn-md .mbr-iconfont {
  margin-right: 0.8rem; }

[type="submit"] {
  -webkit-appearance: none; }

/*! Full-screen */
.mbr-fullscreen .mbr-overlay {
  min-height: 100vh; }

.mbr-fullscreen {
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  align-items: center;
  -webkit-align-items: center;
  min-height: 100vh;
  padding-top: 3rem;
  padding-bottom: 3rem; }

/*! Map */
.map {
  height: 25rem;
  position: relative; }
  .map iframe {
    width: 100%;
    height: 100%; }

/* Form */
.form-asterisk {
  font-family: initial;
  position: absolute;
  top: -2px;
  font-weight: normal; }

/*! Scroll to top arrow */
.mbr-arrow-up {
  bottom: 25px;
  right: 90px;
  position: fixed;
  text-align: right;
  z-index: 5000;
  color: #ffffff;
  font-size: 32px;
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg); }

.mbr-arrow-up a {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  color: #fff;
  display: inline-block;
  height: 60px;
  width: 60px;
  outline-style: none !important;
  position: relative;
  text-decoration: none;
  transition: all .3s ease-in-out;
  cursor: pointer;
  text-align: center; }
  .mbr-arrow-up a:hover {
    background-color: rgba(0, 0, 0, 0.4); }
  .mbr-arrow-up a i {
    line-height: 60px; }

.mbr-arrow-up-icon {
  display: block;
  color: #fff; }

.mbr-arrow-up-icon::before {
  content: "\203a";
  display: inline-block;
  font-family: serif;
  font-size: 32px;
  line-height: 1;
  font-style: normal;
  position: relative;
  top: 6px;
  left: -4px;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg); }

/*! Arrow Down */
.mbr-arrow {
  position: absolute;
  bottom: 45px;
  left: 50%;
  width: 60px;
  height: 60px;
  cursor: pointer;
  background-color: rgba(80, 80, 80, 0.5);
  border-radius: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%); }
  .mbr-arrow > a {
    display: inline-block;
    text-decoration: none;
    outline-style: none;
    -webkit-animation: arrowdown 1.7s ease-in-out infinite;
    animation: arrowdown 1.7s ease-in-out infinite; }
    .mbr-arrow > a > i {
      position: absolute;
      top: -2px;
      left: 15px;
      font-size: 2rem; }

@keyframes arrowdown {
  0% {
    transform: translateY(0px);
    -webkit-transform: translateY(0px); }
  50% {
    transform: translateY(-5px);
    -webkit-transform: translateY(-5px); }
  100% {
    transform: translateY(0px);
    -webkit-transform: translateY(0px); } }
@-webkit-keyframes arrowdown {
  0% {
    transform: translateY(0px);
    -webkit-transform: translateY(0px); }
  50% {
    transform: translateY(-5px);
    -webkit-transform: translateY(-5px); }
  100% {
    transform: translateY(0px);
    -webkit-transform: translateY(0px); } }
@media (max-width: 500px) {
  .mbr-arrow-up {
    left: 50%;
    right: auto;
    transform: translateX(-50%) rotate(180deg);
    -webkit-transform: translateX(-50%) rotate(180deg); } }
/*Gradients animation*/
@keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    animation-timing-function: ease-in-out; }
  to {
    background-position: 100% 0%;
    animation-timing-function: ease-in-out; } }
@-webkit-keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    animation-timing-function: ease-in-out; }
  to {
    background-position: 100% 0%;
    animation-timing-function: ease-in-out; } }
.bg-gradient {
  background-size: 200% 200%;
  animation: gradient-animation 5s infinite alternate;
  -webkit-animation: gradient-animation 5s infinite alternate; }

.menu .navbar-brand {
  display: -webkit-flex; }
  .menu .navbar-brand span {
    display: flex;
    display: -webkit-flex; }
  .menu .navbar-brand .navbar-caption-wrap {
    display: -webkit-flex; }
  .menu .navbar-brand .navbar-logo img {
    display: -webkit-flex; }
@media (min-width: 768px) and (max-width: 991px) {
  .menu .navbar-toggleable-sm .navbar-nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox; } }
@media (min-width: 992px) {
  .menu .navbar-nav.nav-dropdown {
    display: -webkit-flex; }
  .menu .navbar-toggleable-sm .navbar-collapse {
    display: -webkit-flex !important; } }
@media (max-width: 767px) {
  .menu .navbar-collapse {
    max-height: 80vh; }
  .menu .dropdown-menu {
    max-height: 60vh; } }

.navbar {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  -webkit-align-items: center;
  -webkit-justify-content: space-between; }

.navbar-collapse {
  -webkit-flex-basis: 100%;
  -webkit-flex-grow: 1;
  -webkit-align-items: center;
  max-height: 93.5vh; }
  .navbar-collapse.show {
    overflow: auto; }

.nav-dropdown .link {
  padding: .667em 1.667em !important;
  margin: 0 !important; }

.nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap; }

.row {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap; }

.justify-content-center {
  -webkit-justify-content: center; }

.form-inline {
  display: -webkit-flex;
  -webkit-flex-flow: row wrap;
  -webkit-align-items: center; }

.card-wrapper {
  -webkit-flex: 1; }

.carousel-control {
  z-index: 10;
  display: -webkit-flex;
  -webkit-align-items: center;
  -webkit-justify-content: center; }

.carousel-controls {
  display: -webkit-flex; }

.media {
  display: -webkit-flex; }

.jq-selectbox__select {
  padding: 1.07em .5em;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%; }

.jq-selectbox__dropdown {
  position: absolute;
  top: 100%;
  left: 0 !important;
  width: 100% !important; }

.jq-selectbox__trigger-arrow {
  transform: translateY(-50%); }

.jq-selectbox li {
  padding: 1.07em .5em; }

input[type="range"] {
  padding-left: 0 !important;
  padding-right: 0 !important; }

.mbr-background-video {
  pointer-events: none; }

.modal-dialog,
.modal-content {
  height: 100%; }

.modal-dialog .carousel-inner {
  height: calc(100vh - 1.75rem); }
  @media (max-width: 575px) {
    .modal-dialog .carousel-inner {
      height: calc(100vh - 1rem); } }

.carousel-item {
  text-align: center; }

.carousel-item img {
  margin: auto; }

.navbar-toggler {
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background: transparent;
  border: 1px solid transparent;
  -webkit-border-radius: 0.25rem;
  border-radius: 0.25rem; }

.navbar-toggler:focus,
.navbar-toggler:hover {
  text-decoration: none; }

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  -webkit-background-size: 100% 100%;
  -o-background-size: 100% 100%;
  background-size: 100% 100%; }

.navbar-toggler-left {
  position: absolute;
  left: 1rem; }

.navbar-toggler-right {
  position: absolute;
  right: 1rem; }

@media (max-width: 575px) {
  .navbar-toggleable .navbar-nav .dropdown-menu {
    position: static;
    float: none; }

  .navbar-toggleable > .container {
    padding-right: 0;
    padding-left: 0; } }
@media (min-width: 576px) {
  .navbar-toggleable {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }

  .navbar-toggleable .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row; }

  .navbar-toggleable .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem; }

  .navbar-toggleable > .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }

  .navbar-toggleable .navbar-collapse {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    width: 100%; }

  .navbar-toggleable .navbar-toggler {
    display: none; } }
@media (max-width: 767px) {
  .navbar-toggleable-sm .navbar-nav .dropdown-menu {
    position: static;
    float: none; }

  .navbar-toggleable-sm > .container {
    padding-right: 0;
    padding-left: 0; } }
@media (min-width: 768px) {
  .navbar-toggleable-sm {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }

  .navbar-toggleable-sm .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row; }

  .navbar-toggleable-sm .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem; }

  .navbar-toggleable-sm > .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }

  .navbar-toggleable-sm .navbar-collapse {
    display: none;
    width: 100%; }

  .navbar-toggleable-sm .navbar-toggler {
    display: none; } }
@media (max-width: 991px) {
  .navbar-toggleable-md .navbar-nav .dropdown-menu {
    position: static;
    float: none; }

  .navbar-toggleable-md > .container {
    padding-right: 0;
    padding-left: 0; } }
@media (min-width: 992px) {
  .navbar-toggleable-md {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }

  .navbar-toggleable-md .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row; }

  .navbar-toggleable-md .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem; }

  .navbar-toggleable-md > .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }

  .navbar-toggleable-md .navbar-collapse {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    width: 100%; }

  .navbar-toggleable-md .navbar-toggler {
    display: none; } }
@media (max-width: 1199px) {
  .navbar-toggleable-lg .navbar-nav .dropdown-menu {
    position: static;
    float: none; }

  .navbar-toggleable-lg > .container {
    padding-right: 0;
    padding-left: 0; } }
@media (min-width: 1200px) {
  .navbar-toggleable-lg {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }

  .navbar-toggleable-lg .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row; }

  .navbar-toggleable-lg .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem; }

  .navbar-toggleable-lg > .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }

  .navbar-toggleable-lg .navbar-collapse {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    width: 100%; }

  .navbar-toggleable-lg .navbar-toggler {
    display: none; } }
.navbar-toggleable-xl {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }

.navbar-toggleable-xl .navbar-nav .dropdown-menu {
  position: static;
  float: none; }

.navbar-toggleable-xl > .container {
  padding-right: 0;
  padding-left: 0; }

.navbar-toggleable-xl .navbar-nav {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row; }

.navbar-toggleable-xl .navbar-nav .nav-link {
  padding-right: .5rem;
  padding-left: .5rem; }

.navbar-toggleable-xl > .container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }

.navbar-toggleable-xl .navbar-collapse {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  width: 100%; }

.navbar-toggleable-xl .navbar-toggler {
  display: none; }

.card-img {
  width: auto; }

.menu .navbar.collapsed:not(.beta-menu) {
  flex-direction: column;
  -webkit-flex-direction: column; }

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.note-air-layout .dropup .dropdown-menu,
.note-air-layout .navbar-fixed-bottom .dropdown .dropdown-menu {
  bottom: initial !important; }

html,
body {
  height: auto;
  min-height: 100vh; }

.dropup .dropdown-toggle::after {
  display: none; }

body {
  font-style: normal;
  line-height: 1.5; }

.mbr-section-title {
  font-style: normal;
  line-height: 1.2; }

.mbr-section-subtitle {
  line-height: 1.3; }

.mbr-text {
  font-style: normal;
  line-height: 1.5; }

.mbr-section-btn .btn {
  font-weight: 500;
  border-width: 2px;
  font-style: normal;
  margin: .4rem .8rem;
  border-radius: 0px;
  justify-content: space-between;
  white-space: normal;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  display: inline-flex;
  align-items: center;
  word-break: break-word;
  -webkit-align-items: center;
  display: -webkit-inline-flex; }
  .mbr-section-btn .btn .mbr-iconfont {
    order: 2;
    transition: all 0.6s; }
  .mbr-section-btn .btn:hover .mbr-iconfont {
    margin-right: -0.6rem; }

.btn-form {
  border-radius: 0; }
  .btn-form:hover {
    cursor: pointer; }

form .btn .mbr-iconfont {
  margin-right: 0; }

.btn-sm {
  font-weight: 500;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out; }

.btn-md {
  font-weight: 500;
  margin: .4rem .8rem !important;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out; }

.btn-lg {
  font-weight: 500;
  padding: 1.6rem 2rem !important;
  margin: .4rem .8rem !important;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out; }

#scrollToTop a i:before {
  content: '';
  position: absolute;
  height: 40%;
  top: 25%;
  background: #fff;
  width: 2px;
  left: calc(50% - 1px); }
#scrollToTop a i:after {
  content: '';
  position: absolute;
  display: block;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  width: 40%;
  height: 40%;
  left: 30%;
  bottom: 30%;
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg); }

/* Others*/
.note-check a[data-value=Rubik] {
  font-style: normal; }

.mbr-arrow a {
  color: #ffffff; }

@media (max-width: 767px) {
  .mbr-arrow {
    display: none; } }
.form-control-label {
  position: relative;
  cursor: pointer;
  margin-bottom: .357em;
  padding: 0; }

.alert {
  color: #ffffff;
  border-radius: 0;
  border: 0;
  font-size: .875rem;
  line-height: 1.5;
  margin-bottom: 1.875rem;
  padding: 1.25rem;
  position: relative; }
  .alert.alert-form::after {
    background-color: inherit;
    bottom: -7px;
    content: "";
    display: block;
    height: 14px;
    left: 50%;
    margin-left: -7px;
    position: absolute;
    transform: rotate(45deg);
    width: 14px;
    -webkit-transform: rotate(45deg); }

.form-control {
  background-color: #f5f5f5;
  box-shadow: none;
  color: #565656;
  line-height: 1.43;
  min-height: 3.5em;
  padding: 1.07em .5em; }
  .form-control, .form-control:focus {
    border: 1px solid #e8e8e8; }
  .form-active .form-control:invalid {
    border-color: red; }

.mbr-overlay {
  background-color: #000;
  bottom: 0;
  left: 0;
  opacity: .5;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none; }

blockquote {
  font-style: italic;
  padding: 10px 0 10px 20px;
  font-size: 1.09rem;
  position: relative;
  border-width: 3px; }

ul,
ol,
pre,
blockquote {
  margin-bottom: 2.3125rem; }

pre {
  background: #f4f4f4;
  padding: 10px 24px;
  white-space: pre-wrap; }

.inactive {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
  -webkit-user-drag: none;
  user-drag: none; }

.mbr-section__comments .row {
  justify-content: center;
  -webkit-justify-content: center; }

.up-z-index {
  z-index: 1000 !important; }

/*# sourceMappingURL=style.css.map */
.cid-sm48t6C6pa {
  overflow-x: hidden !important;
}
.cid-sm48t6C6pa,
.cid-sm48t6C6pa .scroll-wrapper {
  padding-top: 375px;
  padding-bottom: 225px;
}
.cid-sm48t6C6pa .mbr-section-title {
  color: #ffffff;
}
.cid-sm48t6C6pa .mbr-section-title span {
  color: #0083ff;
}
.cid-sm48t6C6pa .mbr-text {
  color: #efefef;
  letter-spacing: 5px;
  font-weight: 100;
}
.cid-sm48t6C6pa .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/mbr-1920x1275.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-sm48t6C6pa .scroll-wrapper.second {
  left: calc(100% - 1px);
}
.cid-sm48t6C6pa .mbr-overlay {
  z-index: 1;
}
.cid-sm48t6C6pa .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-sm48t755gk {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #334251;
}
.cid-sm48t755gk .card-wrapper {
  z-index: 3;
}
.cid-sm48t755gk .card-wrapper .mbr-section-title {
  letter-spacing: 1px;
  transition: all 2.5s cubic-bezier(0, 0.74, 0.52, 1.2);
}
.cid-sm48t755gk:hover .mbr-section-title {
  letter-spacing: 10px;
}
.cid-sm48t755gk .full-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 0;
  z-index: 2;
}
.cid-sm48t755gk .popup-btn.card-wrapper {
  z-index: 1 !important;
}
.cid-sm48t755gk H2 {
  text-align: center;
  color: #ffffff;
}
.cid-smOiyMUPjX {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #334251;
}
.cid-smOiyMUPjX .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
  line-height: 1.6;
}
.cid-smOiyMUPjX .image-element {
  position: relative;
  z-index: 0;
  overflow: hidden;
}
.cid-smOiyMUPjX .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-smOiyMUPjX .wrapper {
  padding: 2rem 1rem 1rem 1rem;
}
.cid-smOiyMUPjX .card-overlay {
  display: none;
  background: #72b5f5;
}
@media (min-width: 768px) {
  .cid-smOiyMUPjX .image-element:hover .card-overlay {
    opacity: 0.7;
    border-bottom-right-radius: 7rem;
  }
  .cid-smOiyMUPjX .image-element:hover .wrapper {
    padding-top: 0;
    border-bottom-right-radius: 7rem;
  }
  .cid-smOiyMUPjX .image-element:hover .wrapper .collapsed-content {
    transition: opacity 0.5s, max-height 3s;
    opacity: 1;
    max-height: 999px;
    border-bottom-right-radius: 7rem;
  }
  .cid-smOiyMUPjX .image-element:hover .wrapper .collapsed-content .mbr-section-btn {
    border-bottom-right-radius: 7rem;
  }
  .cid-smOiyMUPjX .image-element.popup-btn:hover .card-overlay {
    border-bottom-right-radius: 0 !important;
  }
  .cid-smOiyMUPjX .image-element.popup-btn:hover .wrapper {
    border-bottom-right-radius: 0 !important;
  }
  .cid-smOiyMUPjX .image-element.popup-btn:hover .wrapper .collapsed-content {
    border-bottom-right-radius: 0 !important;
  }
  .cid-smOiyMUPjX .image-element.popup-btn:hover .wrapper .collapsed-content .mbr-section-btn {
    border-bottom-right-radius: 0 !important;
  }
  .cid-smOiyMUPjX .wrapper {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 1rem;
    background: transparent;
  }
  .cid-smOiyMUPjX .wrapper .collapsed-content {
    transition: opacity 0.5s, max-height 1s;
    opacity: 0;
    max-height: 0px;
    overflow: hidden;
  }
  .cid-smOiyMUPjX .card-overlay {
    transition: all .5s;
    opacity: 0;
    display: block;
  }
}
@media (max-width: 767px) {
  .cid-smOiyMUPjX .card-title,
  .cid-smOiyMUPjX .underline,
  .cid-smOiyMUPjX .mbr-text,
  .cid-smOiyMUPjX .mbr-section-btn,
  .cid-smOiyMUPjX .mbr-section-subtitle,
  .cid-smOiyMUPjX .mbr-section-title {
    text-align: center !important;
  }
  .cid-smOiyMUPjX .wrapper {
    background-color: #72b5f5;
  }
}
.cid-smOiyMUPjX .mbr-section-title {
  text-align: left;
}
.cid-sm48t80fF3 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/mbr-1920x1079.jpeg");
}
.cid-sm48t80fF3 .mbr-arrow {
  background: #232323 !important;
  opacity: .7;
}
.cid-sm48t80fF3 .mbr-arrow i {
  color: #ffffff !important;
}
.cid-sm48t80fF3 .underline .line {
  width: 2rem;
  height: 1px;
  background: #ffffff;
  display: inline-block;
}
.cid-sm48t80fF3 .animated-element,
.cid-sm48t80fF3 .typed-cursor {
  color: #ffffff;
}
.cid-sm48t80fF3 .animated-element {
  border-bottom: 5px solid #f7aa4a;
}
@media (max-width: 767px) {
  .cid-sm48t80fF3 .typed-text {
    text-align: center;
  }
}
.cid-sm48t80fF3 .mbr-section-subtitle,
.cid-sm48t80fF3 .underline {
  color: #ffffff;
}
.cid-sm48t80fF3 .mbr-section-title {
  color: #ffffff;
}
.cid-sm48t8kWlq {
  padding-top: 45px;
  padding-bottom: 90px;
  background-color: #334251;
}
.cid-sm48t8kWlq .mbr-shop {
  display: table;
  width: 100%;
}
.cid-sm48t8kWlq .mbr-shop .row {
  margin: 0;
}
.cid-sm48t8kWlq .mbr-shop .btn-sm {
  margin: 0.2rem 0.2rem;
}
.cid-sm48t8kWlq .mbr-shop .shoppingcart-icons {
  z-index: 105 !important;
}
.cid-sm48t8kWlq .mbr-shop .shop-title {
  margin-bottom: 18px;
  padding-left: 25px;
  padding-right: 25px;
  display: inline-block;
  max-width: 80%;
}
.cid-sm48t8kWlq .mbr-shop .sidebar-title {
  line-height: 25px;
  margin-bottom: 1.8rem;
}
.cid-sm48t8kWlq .mbr-shop .shopItemsModal_wraper {
  position: fixed;
  display: none;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background-color: rgba(87, 87, 87, 0.4);
  top: 0;
  left: 0;
  cursor: pointer;
  z-index: 1040;
}
.cid-sm48t8kWlq .mbr-shop .card-description {
  cursor: text;
  display: none;
}
.cid-sm48t8kWlq .mbr-shop .image-modal {
  padding-left: 0;
  padding-right: 0;
  text-align: center;
}
.cid-sm48t8kWlq .mbr-shop .image-modal img {
  max-width: 100%;
  max-height: 75vh;
}
.cid-sm48t8kWlq .mbr-shop .hide-modal {
  display: none;
}
.cid-sm48t8kWlq .mbr-shop .shopItemsModal {
  cursor: default;
  padding: 50px;
  width: 1000px;
  max-width: 100%;
  background-color: #FFFFFF;
  z-index: 2000;
  overflow: auto;
  position: fixed;
}
.cid-sm48t8kWlq .mbr-shop .shopItemsModal p {
  margin-bottom: 0;
}
.cid-sm48t8kWlq .mbr-shop .shopItemsModal ul {
  margin-bottom: 0;
}
.cid-sm48t8kWlq .mbr-shop .shopItemsModal .card-description {
  display: block;
  width: 100%;
}
.cid-sm48t8kWlq .mbr-shop .shopItemsModal .close-modal {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 4px;
  background-color: red;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.cid-sm48t8kWlq .mbr-shop .shopItemsModal .close-modal:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 4px;
  background-color: red;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.cid-sm48t8kWlq .mbr-shop .test-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.cid-sm48t8kWlq .mbr-shop .filter-by-pu,
.cid-sm48t8kWlq .mbr-shop .filter-by-pd,
.cid-sm48t8kWlq .mbr-shop .filter-by-d {
  display: inline-block;
  margin-right: 3px;
}
.cid-sm48t8kWlq .mbr-shop .sort-buttons {
  padding-bottom: 1rem;
  margin-right: 13px;
  text-align: right;
}
.cid-sm48t8kWlq .mbr-shop .galleryItem:before {
  width: 0 !important;
  height: 0 !important;
}
.cid-sm48t8kWlq .mbr-shop .modal-dialog {
  max-width: 700px;
}
.cid-sm48t8kWlq .mbr-shop .mbr-gallery-item {
  left: 0 !important;
  top: 0 !important;
  vertical-align: top;
  position: relative !important;
  -webkit-transform: none !important;
  transform: none !important;
  padding: 5px;
  width: 33%;
  color: #FFFFFF;
}
.cid-sm48t8kWlq .mbr-shop .galleryItem h4,
.cid-sm48t8kWlq .mbr-shop .carousel-item h4 {
  font-style: normal;
  font-size: 20px;
  line-height: 1;
  text-transform: none;
  letter-spacing: -1px;
  word-spacing: 0;
  margin-bottom: 0.3rem;
  padding-top: 15px;
  transition: color 0.5s;
  color: #ffffff;
}
.cid-sm48t8kWlq .mbr-shop .galleryItem h5,
.cid-sm48t8kWlq .mbr-shop .carousel-item h5 {
  font-style: italic;
  font-weight: 400;
  line-height: 22.36px;
  text-transform: none;
  letter-spacing: 0px;
  word-spacing: 0;
}
.cid-sm48t8kWlq .mbr-shop .galleryItem p,
.cid-sm48t8kWlq .mbr-shop .carousel-item p {
  font-style: italic;
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0px;
  word-spacing: 0px;
  text-align: center;
  display: inline;
}
.cid-sm48t8kWlq .mbr-shop .item-button {
  text-align: center;
}
.cid-sm48t8kWlq .mbr-shop .modalButton {
  display: inline-block;
  float: right;
  margin-right: 10px;
}
.cid-sm48t8kWlq .mbr-shop .modalButton.btn-success {
  right: 15%;
}
.cid-sm48t8kWlq .mbr-shop .sidebar {
  margin-bottom: 30px;
  position: relative;
}
.cid-sm48t8kWlq .mbr-shop .sidebar-block {
  position: relative;
}
.cid-sm48t8kWlq .mbr-shop .sidebar-background:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 102%;
  background-color: #203e5b;
  top: -20px;
  right: 3px;
}
.cid-sm48t8kWlq .mbr-shop .bestsellers {
  padding-left: 0;
  padding-right: 0;
  position: relative;
  margin-bottom: 20px;
}
.cid-sm48t8kWlq .mbr-shop .bestsellers .onsale {
  top: -15px;
}
.cid-sm48t8kWlq .mbr-shop .bestsellers .price-block {
  padding-top: 5px;
  text-align: left;
  line-height: 1;
}
.cid-sm48t8kWlq .mbr-shop .bestsellers .mbr-gallery-item {
  width: 100%;
}
.cid-sm48t8kWlq .mbr-shop .bestsellers .mbr-gallery-item img {
  width: 80px;
  float: left;
  margin-right: 20px;
}
.cid-sm48t8kWlq .mbr-shop .bestsellers .mbr-gallery-item h4 {
  text-align: left;
  padding-bottom: 5px;
  line-height: 1;
}
.cid-sm48t8kWlq .mbr-shop .bestsellers .mbr-gallery-item h5 {
  text-align: left;
  display: none;
}
.cid-sm48t8kWlq .mbr-shop .bestsellers .mbr-gallery-item p {
  text-align: left;
}
.cid-sm48t8kWlq .mbr-shop .bestsellers .btn {
  display: none;
}
.cid-sm48t8kWlq .mbr-shop .bestsellers-img {
  display: inline-block;
  width: 80px;
  height: 80px;
  overflow: hidden;
}
.cid-sm48t8kWlq .mbr-shop .bestsellers-title {
  display: inline-block;
}
.cid-sm48t8kWlq .mbr-shop .onsale {
  position: absolute;
  display: block;
  transition: color .3s ease;
  text-align: center;
  z-index: 95;
  top: 30px;
  left: 30px;
  line-height: 17px;
  padding: 5px 15px 5px;
  background: #66458e;
  border-radius: 30px;
  font-weight: 400;
  font-style: normal;
  text-transform: none;
  letter-spacing: 0px;
  color: #ffffff;
}
.cid-sm48t8kWlq .mbr-shop .mbr-gallery-item__hided {
  display: none;
}
.cid-sm48t8kWlq .mbr-shop .mbr-gallery-item__hided h4,
.cid-sm48t8kWlq .mbr-shop .mbr-gallery-item__hided h5,
.cid-sm48t8kWlq .mbr-shop .mbr-gallery-item__hided p {
  display: none;
}
.cid-sm48t8kWlq .mbr-shop .mbr-gallery-item__hided .btn {
  display: none;
}
.cid-sm48t8kWlq .mbr-shop .galleryItem .price-block {
  display: block;
}
.cid-sm48t8kWlq .mbr-shop .galleryItem .price-block span {
  font-style: normal;
  font-size: 17px;
  line-height: 1;
  text-transform: none;
  letter-spacing: -1px;
  word-spacing: 0;
}
.cid-sm48t8kWlq .mbr-shop .mbr-gallery-filter {
  padding-left: 0;
  text-align: left;
  padding-top: 0;
}
.cid-sm48t8kWlq .mbr-shop .mbr-gallery-filter ul li.active {
  background-color: #f57c13;
  font-weight: bold;
  color: #fff;
}
.cid-sm48t8kWlq .mbr-shop .mbr-gallery-filter ul li:hover {
  background-color: #f57c13;
}
.cid-sm48t8kWlq .mbr-shop .range-slider {
  padding-bottom: 25px;
}
.cid-sm48t8kWlq .mbr-shop .filter-cost {
  display: block;
  vertical-align: middle;
  max-width: 250px;
  text-align: left;
  position: relative;
  margin-bottom: 30px;
}
.cid-sm48t8kWlq .mbr-shop .filter-cost p {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 21px;
  color: #666666;
  font-weight: bold;
}
.cid-sm48t8kWlq .mbr-shop .price-controls {
  position: relative;
  height: 36px;
  margin-bottom: 10px;
  border-radius: 2px;
  font-size: 0;
}
.cid-sm48t8kWlq .mbr-shop .price-controls label {
  display: inline-block;
  width: 50%;
  font-size: 14px;
  line-height: 32px;
  color: #666666;
  font-weight: normal;
  cursor: pointer;
  margin-bottom: 0;
}
.cid-sm48t8kWlq .mbr-shop .price-controls input {
  width: 100%;
  background-color: transparent;
  border: none;
  line-height: 31px;
  height: 31px;
  text-align: center;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.cid-sm48t8kWlq .mbr-shop .range-controls {
  position: relative;
}
.cid-sm48t8kWlq .mbr-shop .range-controls .scale {
  width: 100%;
  height: 5px;
  background-color: rgba(190, 190, 190, 0.3);
}
.cid-sm48t8kWlq .mbr-shop .range-controls .bar {
  margin-left: 0;
  width: 100%;
  height: 5px;
  background-color: #0083ff;
}
.cid-sm48t8kWlq .mbr-shop .toggle {
  -webkit-box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.15);
  position: absolute;
  top: -9px;
  width: 7px;
  height: 7px;
  border: 8px solid #ffffff;
  border-radius: 100%;
  box-sizing: content-box;
  background-color: #0083ff;
  cursor: pointer;
}
.cid-sm48t8kWlq .mbr-shop .toggle:hover,
.cid-sm48t8kWlq .mbr-shop .toggle:active {
  background-color: #0063c1;
}
.cid-sm48t8kWlq .mbr-shop .min-toggle {
  left: 0;
}
.cid-sm48t8kWlq .mbr-shop .max-toggle {
  right: 0;
}
.cid-sm48t8kWlq .mbr-shop .hided-by-price {
  display: none;
}
.cid-sm48t8kWlq .mbr-shop .text-modal {
  padding-right: 30px;
  padding-left: 30px;
}
.cid-sm48t8kWlq .mbr-shop .text-modal .item-button {
  text-align: left !important;
}
.cid-sm48t8kWlq .mbr-shop .text-modal .price-block {
  line-height: 1;
  border-bottom: 1px dotted #d6d6d6;
}
.cid-sm48t8kWlq .mbr-shop .text-modal .price-block p {
  display: inline;
}
.cid-sm48t8kWlq .mbr-shop .text-modal .price-block span {
  display: inline;
  font-weight: 400;
  font-size: 20px;
  padding: 10px 0 20px 0;
}
.cid-sm48t8kWlq .mbr-shop .text-modal .card-description {
  padding-top: 20px;
  display: block;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 50px;
}
.cid-sm48t8kWlq .mbr-shop .modal-control-panel {
  padding-right: 0;
}
.cid-sm48t8kWlq .mbr-shop .modal-cb {
  display: inline-block;
  float: right;
  margin-right: 10px;
  margin-left: 10px;
}
.cid-sm48t8kWlq .mbr-shop .shopItemsModalBg {
  width: 100%;
  height: 100%;
}
.cid-sm48t8kWlq .mbr-shop .close-modal-wrapper {
  cursor: pointer;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  right: 0;
}
.cid-sm48t8kWlq .mbr-shop .close-modal-wrapper:after {
  content: "";
  position: absolute;
  width: 40px;
  height: 3px;
  background-color: #cccccc;
  top: 50%;
  right: 5%;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.cid-sm48t8kWlq .mbr-shop .close-modal-wrapper:before {
  content: "";
  position: absolute;
  width: 3px;
  height: 40px;
  background-color: #cccccc;
  right: 50%;
  top: 5%;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.cid-sm48t8kWlq .mbr-shop .closeModal {
  position: absolute;
  top: 0;
  right: 0;
}
.cid-sm48t8kWlq .mbr-shop .galleryItem .sidebar_wraper {
  text-align: center;
  padding-bottom: 15px;
}
.cid-sm48t8kWlq .mbr-shop .shopItemsModal .sidebar_wraper {
  text-align: left;
}
.cid-sm48t8kWlq .mbr-shop .item_overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 99;
  background: transparent;
}
.cid-sm48t8kWlq .mbr-shop .style_overlay {
  position: absolute;
  width: 100%;
  height: 100%;
}
.cid-sm48t8kWlq .mbr-shop .price-range {
  display: none;
}
.cid-sm48t8kWlq .mbr-shop .price-range-reset {
  display: none;
}
.cid-sm48t8kWlq .mbr-shop .bestsellers .item-button {
  display: none !important;
}
.cid-sm48t8kWlq .mbr-shop .range-slider h4 {
  margin-bottom: 1.8rem;
}
.cid-sm48t8kWlq .mbr-shop .mbr-gallery-filter ul {
  padding-left: 0px;
  display: inline-block;
  list-style: none;
  margin-bottom: 0px;
}
.cid-sm48t8kWlq .mbr-shop .categories:after {
  content: "";
  display: table;
  clear: both;
}
@media (min-width: 767px) and (max-width: 1100px) {
  .cid-sm48t8kWlq .mbr-shop .col-md-9 {
    width: 100%;
  }
  .cid-sm48t8kWlq .mbr-shop .col-md-3 {
    width: 100%;
  }
  .cid-sm48t8kWlq .mbr-shop .sidebar-background:after {
    top: 0;
  }
  .cid-sm48t8kWlq .mbr-shop .bestseller-block {
    width: 100%;
    margin: 0;
    display: inline-block;
    float: left;
    padding-top: 15px;
  }
  .cid-sm48t8kWlq .mbr-shop .range-slider {
    width: 49%;
    margin: 0;
    display: inline-block;
    float: right;
    padding-top: 15px;
  }
  .cid-sm48t8kWlq .mbr-shop .bestsellers {
    width: 100%;
  }
  .cid-sm48t8kWlq .mbr-shop .bestsellers .mbr-gallery-item {
    width: 49%;
    display: inline-block;
  }
  .cid-sm48t8kWlq .mbr-shop .sidebar-categories {
    width: 49%;
    margin: 0;
    display: inline-block;
    padding-top: 15px;
  }
  .cid-sm48t8kWlq .mbr-shop .price-range {
    max-width: 250px;
    text-align: center;
  }
  .cid-sm48t8kWlq .clearfix:after {
    content: "";
    display: table;
    clear: both;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-sm48t8kWlq .mbr-shop .mbr-gallery-item {
    width: 33%;
  }
}
@media (max-width: 500px) {
  .cid-sm48t8kWlq .mbr-shop .shopItemsModal {
    padding: 50px 10px 10px 10px;
  }
  .cid-sm48t8kWlq .mbr-shop .shop-title {
    max-width: 100%;
  }
  .cid-sm48t8kWlq .mbr-shop .mbr-gallery-item {
    width: 100%;
  }
}
@media (max-width: 1200px) {
  .cid-sm48t8kWlq .mbr-shop .sort-buttons {
    text-align: center;
    margin-right: 0 !important;
  }
  .cid-sm48t8kWlq .wrapper-shop-items {
    order: 1;
  }
}
@media (max-width: 767px) {
  .cid-sm48t8kWlq .mbr-shop .image-modal {
    text-align: center;
  }
  .cid-sm48t8kWlq .mbr-shop .image-modal img {
    max-height: 50vh;
    width: auto;
    max-width: 100%;
  }
  .cid-sm48t8kWlq .mbr-shop .shopItemsModal {
    top: 15%;
    bottom: 70px;
    left: 10%;
    width: 80%;
  }
  .cid-sm48t8kWlq .mbr-shop .shopItemsModal .image-modal {
    padding-right: 0;
  }
  .cid-sm48t8kWlq .mbr-shop .sidebar-background:after {
    top: -1%;
  }
}
@media (max-width: 1100px) {
  .cid-sm48t8kWlq .mbr-shop .shopItemsModal {
    max-height: 85vh;
    width: 90%;
    left: 5%;
    margin-left: 0;
  }
  .cid-sm48t8kWlq .mbr-shop .sort-buttons {
    margin-right: 21px;
  }
  .cid-sm48t8kWlq .mbr-shop .sidebar-background:after {
    right: 0;
    width: 100%;
  }
  .cid-sm48t8kWlq .mbr-shop .text-modal .card-description {
    width: 100%;
  }
  .cid-sm48t8kWlq .mbr-shop .text-modal .price-block {
    width: 100%;
  }
  .cid-sm48t8kWlq .mbr-shop .text-modal h4 {
    padding-top: 30px;
  }
}
.cid-sm48t8kWlq .shopItemsModal_wraper .mbr-section-btn {
  display: block !important;
}
.cid-sm48t8kWlq .range-slider .mbr-section-btn {
  margin: 0;
}
.cid-sm48t8kWlq .oldprice {
  color: #767676;
  padding-left: .8rem !important;
  text-decoration: line-through;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sm48t8kWlq .shopItemsModal.row {
    position: absolute !important;
    top: calc(50% - 300px) !important;
    left: calc(50% - 500px) !important;
  }
}
.cid-sm48t8kWlq .mbr-gallery-item .sidebar_wraper {
  background-color: #203e5b;
  padding-left: 15px;
  padding-right: 15px;
}
.cid-sm48t8kWlq .sidebar .sidebar_wraper {
  background-color: #203e5b;
}
.cid-sm48t8kWlq .mbr-gallery-item .price-block {
  text-align: left;
}
.cid-sm48t8kWlq .big-container {
  max-width: 1326px;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}
.cid-sm48t8kWlq .mbr-shop .mbr-gallery-filter ul li {
  padding: 7px 16px 5px;
  margin: 4px 8px 4px 0;
  border: 1px solid;
  border-radius: 100px;
}
.cid-sm48t8kWlq .mbr-shop .mbr-gallery-filter ul li .btn {
  border: none;
  margin: 0 !important;
  padding: 0;
  background-color: transparent !important;
  color: inherit !important;
  font-weight: 400;
}
.cid-sm48t8kWlq .mbr-shop .mbr-gallery-filter ul li li.active .btn {
  font-weight: bold;
}
.cid-sm48t8kWlq .mbr-gallery-item .sidebar_wraper .item-title {
  text-align: left;
  font-weight: 700;
}
.cid-sm48t8kWlq .sidebar {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sm48t8kWlq .range-slider {
  -webkit-order: 1;
  order: 1;
}
.cid-sm48t8kWlq .sidebar-categories {
  -webkit-order: 2;
  order: 2;
}
.cid-sm48t8kWlq .bestseller-block {
  -webkit-order: 3;
  order: 3;
}
.cid-sm48t8kWlq .categories {
  padding: 0;
}
.cid-sm48t8kWlq .sidebar-title {
  font-weight: bold;
  color: #ffffff;
}
.cid-sm48t8kWlq LI {
  color: #FFFFFF;
}
.cid-sm48t8kWlq .item-title {
  color: #465052;
}
.cid-sm48t8kWlq .card-description {
  color: #232323;
}
.cid-sm48t7EVcl {
  padding-top: 15px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/mbr-2-1920x1280.jpg");
}
.cid-sm48t7EVcl h4 {
  display: flex;
  color: #232323;
}
.cid-sm48t7EVcl .panel-text {
  color: #767676;
  line-height: 1.7;
}
.cid-sm48t7EVcl .wrap {
  display: flex;
}
.cid-sm48t7EVcl .icon {
  background: #f7aa4a;
  min-width: 33px;
  min-height: 33px;
  border-radius: 100%;
  color: white!important;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  font-weight: 900;
}
.cid-sm48t7EVcl img {
  max-width: 600px;
  width: 100%;
  margin: auto;
  padding: 2rem;
}
.cid-sm48t7EVcl .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-sm48t7EVcl p {
  margin: 0;
}
.cid-sm48t7EVcl .card .card-header a.panel-title {
  background-color: transparent!important;
  margin-top: 0px!important;
}
.cid-sm48t7EVcl .mbr-section-subtitle {
  font-weight: 500;
  color: #767676;
  text-align: center;
}
.cid-sm48t7EVcl .accordion-content {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-sm48t7EVcl .panel-group {
  width: 100%;
}
.cid-sm48t7EVcl .panel-title {
  border-bottom: 1px solid #efefef;
  border-radius: 0px;
  margin-bottom: .5rem;
}
.cid-sm48t7EVcl .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-sm48t7EVcl .card .card-header a.panel-title {
  transition: all .3s;
  background-color: #ffffff;
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-sm48t7EVcl .card .card-header a.panel-title:hover {
  opacity: 0.5;
}
.cid-sm48t7EVcl .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-sm48t7EVcl .card .card-header a.panel-title h4 {
  padding: 1.5rem 1rem;
  margin-bottom: 0;
}
.cid-sm48t7EVcl .card .panel-body {
  background: #ffffff;
}
.cid-sm48t7EVcl .media-container-row .accordion-section {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-sm48t7EVcl .media-container-row > div {
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .cid-sm48t7EVcl .mbr-figure {
    padding-right: 0;
    padding-left: 0;
    padding-top: 2rem;
  }
}
.cid-sm48t7EVcl .header-text,
.cid-sm48t7EVcl .sign {
  color: #ffffff;
}
.cid-sm48tb6xHz .navbar {
  background: #334251;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-sm48tb6xHz .navbar-dropdown.bg-color.transparent.opened {
  background: #334251;
}
.cid-sm48tb6xHz a {
  font-style: normal;
}
.cid-sm48tb6xHz .show {
  overflow: visible;
}
.cid-sm48tb6xHz .dropdown-menu {
  max-height: 400px;
}
.cid-sm48tb6xHz .dropdown-item:active {
  background-color: transparent;
}
.cid-sm48tb6xHz .nav-link {
  font-weight: 600!important;
}
.cid-sm48tb6xHz .nav-item span {
  padding-right: 0.2em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-sm48tb6xHz .nav-item a {
  display: -webkit-flex;
  align-items: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 2rem !important;
  -webkit-align-items: center;
}
.cid-sm48tb6xHz .nav-item:focus,
.cid-sm48tb6xHz .nav-link:focus {
  outline: none;
}
.cid-sm48tb6xHz .btn {
  padding: 0.7rem 2rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-sm48tb6xHz .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-sm48tb6xHz .menu-logo {
  margin-right: auto;
}
.cid-sm48tb6xHz .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sm48tb6xHz .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-sm48tb6xHz .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  font-weight: 600!important;
  padding-right: 2rem;
}
.cid-sm48tb6xHz .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sm48tb6xHz .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sm48tb6xHz .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sm48tb6xHz .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-sm48tb6xHz .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  padding-right: 1rem;
  max-width: 100%;
  width: 100%;
}
.cid-sm48tb6xHz .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-sm48tb6xHz .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sm48tb6xHz .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sm48tb6xHz .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-sm48tb6xHz .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  color: #24e158 !important;
  padding: 0.2em 1em 0.2em 1em !important;
}
.cid-sm48tb6xHz .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sm48tb6xHz .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sm48tb6xHz .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sm48tb6xHz .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: none;
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-sm48tb6xHz .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-sm48tb6xHz .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-sm48tb6xHz .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sm48tb6xHz .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sm48tb6xHz .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sm48tb6xHz .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sm48tb6xHz button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-sm48tb6xHz button.navbar-toggler:focus {
  outline: none;
}
.cid-sm48tb6xHz button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffc7a1;
}
.cid-sm48tb6xHz button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sm48tb6xHz button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sm48tb6xHz button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sm48tb6xHz button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sm48tb6xHz nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sm48tb6xHz nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sm48tb6xHz nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sm48tb6xHz nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sm48tb6xHz .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sm48tb6xHz .collapsed .btn {
  display: -webkit-flex;
}
.cid-sm48tb6xHz .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sm48tb6xHz .collapsed .navbar-collapse.collapsing,
.cid-sm48tb6xHz .collapsed .navbar-collapse.show {
  display: block !important;
  overflow: auto;
}
.cid-sm48tb6xHz .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sm48tb6xHz .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sm48tb6xHz .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sm48tb6xHz .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sm48tb6xHz .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-sm48tb6xHz .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-sm48tb6xHz .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sm48tb6xHz .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-sm48tb6xHz .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sm48tb6xHz .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sm48tb6xHz .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: 94.375vh;
  }
}
.cid-sm48tb6xHz .collapsed button.navbar-toggler {
  display: block;
}
.cid-sm48tb6xHz .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-sm48tb6xHz .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sm48tb6xHz .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-sm48tb6xHz .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sm48tb6xHz .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sm48tb6xHz .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-sm48tb6xHz.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sm48tb6xHz img {
    height: 3.8rem !important;
  }
  .cid-sm48tb6xHz .btn {
    display: -webkit-flex;
  }
  .cid-sm48tb6xHz button.navbar-toggler {
    display: block;
  }
  .cid-sm48tb6xHz .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-sm48tb6xHz .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sm48tb6xHz .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sm48tb6xHz .navbar-collapse.collapsing,
  .cid-sm48tb6xHz .navbar-collapse.show {
    display: block !important;
    overflow: auto;
  }
  .cid-sm48tb6xHz .navbar-collapse.collapsing .navbar-nav,
  .cid-sm48tb6xHz .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sm48tb6xHz .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sm48tb6xHz .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sm48tb6xHz .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-sm48tb6xHz .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-sm48tb6xHz .navbar-collapse.collapsing .navbar-buttons,
  .cid-sm48tb6xHz .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-sm48tb6xHz .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sm48tb6xHz .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sm48tb6xHz .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-sm48tb6xHz .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sm48tb6xHz .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sm48tb6xHz .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (max-width: 767px) {
  .cid-sm48tb6xHz .nav-link {
    justify-content: start!important;
  }
  .cid-sm48tb6xHz .navbar.opened {
    overflow-y: scroll;
    overflow-x: hidden;
  }
  .cid-sm48tb6xHz .navbar-toggleable-sm {
    width: 100%!important;
  }
  .cid-sm48tb6xHz .dropdown-menu {
    box-shadow: inset 0 0 15px 0 rgba(0, 0, 0, 0.1) !important;
    background: #efefef !important;
  }
}
@media (min-width: 767px) {
  .cid-sm48tb6xHz .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-sm48tb6xHz .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-sm48tb6xHz .nav-link:hover,
.cid-sm48tb6xHz .dropdown-item:hover {
  color: #f57c13 !important;
}
@media (min-width: 1500px) {
  .cid-sm48tb6xHz .navbar-toggleable-sm .navbar-collapse {
    max-width: 60%!important;
    padding-right: 5rem;
  }
  .cid-sm48tb6xHz .menu-logo .navbar-brand {
    margin-left: 2rem;
  }
}
.cid-sm48tb6xHz .text-primary2 {
  font-size: 20px;
  color: #FFF;
  display: inline-block;
}
.cid-sm48tb6xHz .text-primary2:hover {
  color: #f57c13;
  transition: 0.8s all ease-out;
}
.cid-sr49YMzWnY {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #334251;
}
.cid-sr49YMzWnY .container-fluid {
  padding: 0 2rem;
}
.cid-sr49YMzWnY .mbr-list {
  list-style: none;
  padding: 0px ;
  margin: 0px;
}
.cid-sr49YMzWnY .mbr-list li {
  margin-bottom: 1rem;
}
.cid-sr49YMzWnY .mbr-section-title {
  margin-bottom: 2rem;
  margin-top: 3rem;
}
.cid-sr49YMzWnY .social-media {
  margin-top: 1.5rem;
}
.cid-sr49YMzWnY .social-media ul {
  padding: 0;
  margin-bottom: 8px;
}
.cid-sr49YMzWnY .social-media ul li {
  margin-right: 1rem;
  display: inline-block;
}
.cid-sr49YMzWnY .mbr-text,
.cid-sr49YMzWnY .mbr-offer {
  line-height: 1.5;
}
.cid-sr49YMzWnY .form-control {
  color: #fff;
  z-index: 0;
  min-height: 3rem !important;
  background-color: rgba(0, 0, 0, 0);
}
@media (max-width: 767px) {
  .cid-sr49YMzWnY .container-fluid {
    padding: 0 1rem;
  }
  .cid-sr49YMzWnY .mbr-section-title {
    margin-bottom: 1rem;
  }
  .cid-sr49YMzWnY .mbr-list {
    margin-bottom: 2rem;
  }
  .cid-sr49YMzWnY .mbr-list li {
    margin-bottom: .5rem;
  }
}
.cid-sr49YMzWnY img {
  position: relative;
  padding: 5px 0px;
  display: inline-block;
  width: 240px;
  height: 150px;
  object-fit: scale-down;
}
.cid-sr49YMzWnY hr {
  position: relative;
  border-width: 0px;
  width: 100%;
  height: 1px;
  color: #ccc;
  background-color: #CCC;
  margin-left: 0px;
  margin-top: 10px;
}
.cid-sr49YMzWnY .co-margin {
  margin: 20px;
}
.cid-sr49YMzWnY .img-pad {
  margin-top: 2rem;
}
.cid-sr49YMzWnY .text-white2 {
  color: #FFF;
}
.cid-sr49YMzWnY .text-white2:hover {
  color: #f57c13;
}
.cid-smOxDQYbMg {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #073b4c;
}
.cid-smOxDQYbMg .media-container-row .mbr-text {
  color: #ffffff;
}
/*!
 * Mobirise v4 theme (https://mobirise.com/)
 * Copyright 2017 Mobirise
 */
section {
  background-color: #eeeeee; }

section,
.container,
.container-fluid {
  position: relative;
  word-wrap: break-word; }

.form-control:focus {
  box-shadow: none; }

:focus {
  outline: none; }

a.mbr-iconfont:hover {
  text-decoration: none; }

.article .lead p,
.article .lead ul,
.article .lead ol,
.article .lead pre,
.article .lead blockquote {
  margin-bottom: 0; }

a {
  font-style: normal;
  font-weight: 400;
  cursor: pointer; }
  a, a:hover {
    text-decoration: none; }

figure {
  margin-bottom: 0; }

body {
  color: #232323;
  overflow-x: hidden; }

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
.display-1,
.display-2,
.display-3,
.display-4 {
  line-height: 1;
  word-break: break-word;
  word-wrap: break-word; }

b,
strong {
  font-weight: bold; }

blockquote {
  padding: 10px 0 10px 20px;
  position: relative;
  border-left: 2px solid;
  border-color: #ff3366; }

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
  transition-delay: 9999s;
  transition-property: background-color, color; }

textarea[type="hidden"] {
  display: none; }

body {
  position: relative; }

section {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover; }
  section .mbr-background-video,
  section .mbr-background-video-preview {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0; }

.hidden {
  visibility: hidden; }

.mbr-z-index20 {
  z-index: 20; }

/*! Base colors */
.mbr-white {
  color: #ffffff; }

.mbr-black {
  color: #333333; }

.mbr-bg-white {
  background-color: #ffffff; }

.mbr-bg-black {
  background-color: #000000; }

/*! Text-aligns */
.align-left {
  text-align: left; }

.align-center {
  text-align: center; }

.align-right {
  text-align: right; }

@media (max-width: 767px) {
  .align-left,
  .align-center,
  .align-right,
  .mbr-section-btn,
  .mbr-section-title {
    text-align: center; } }
/*! Font-weight  */
.mbr-light {
  font-weight: 300; }

.mbr-regular {
  font-weight: 400; }

.mbr-medium {
  font-weight: 500; }

.mbr-semibold {
  font-weight: 600; }

.mbr-bold {
  font-weight: 700; }

/*! Media  */
.media-size-item {
  -webkit-flex: 1 1 auto;
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  -o-flex: 1 1 auto;
  flex: 1 1 auto; }

.media-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%; }

.media-container-row {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start; }
  .media-container-row .media-size-item {
    width: 400px; }

.media-container-column {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch; }
  .media-container-column > * {
    width: 100%; }

@media (min-width: 992px) {
  .media-container-row {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap; } }
figure {
  overflow: hidden; }

figure[mbr-media-size] {
  transition: width 0.1s; }

.mbr-figure img,
.mbr-figure iframe {
  display: block;
  width: 100%; }

.card {
  background-color: transparent;
  border: none; }

.card-img {
  text-align: center;
  flex-shrink: 0;
  -webkit-flex-shrink: 0; }

.media {
  max-width: 100%;
  margin: 0 auto; }

.mbr-figure {
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center; }

.media-container > div {
  max-width: 100%; }

.mbr-figure img,
.card-img img {
  width: 100%; }

@media (max-width: 991px) {
  .media-size-item {
    width: auto !important; }

  .media {
    width: auto; }

  .mbr-figure {
    width: 100% !important; } }
/*! Buttons */
.mbr-section-btn {
  margin-left: -.25rem;
  margin-right: -.25rem;
  font-size: 0; }

nav .mbr-section-btn {
  margin-left: 0rem;
  margin-right: 0rem; }

/*! Btn icon margin */
.btn .mbr-iconfont,
.btn.btn-sm .mbr-iconfont {
  cursor: pointer;
  margin-right: 0.5rem; }

.btn.btn-md .mbr-iconfont,
.btn.btn-md .mbr-iconfont {
  margin-right: 0.8rem; }

[type="submit"] {
  -webkit-appearance: none; }

/*! Full-screen */
.mbr-fullscreen .mbr-overlay {
  min-height: 100vh; }

.mbr-fullscreen {
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  align-items: center;
  -webkit-align-items: center;
  min-height: 100vh;
  padding-top: 3rem;
  padding-bottom: 3rem; }

/*! Map */
.map {
  height: 25rem;
  position: relative; }
  .map iframe {
    width: 100%;
    height: 100%; }

/* Form */
.form-asterisk {
  font-family: initial;
  position: absolute;
  top: -2px;
  font-weight: normal; }

/*! Scroll to top arrow */
.mbr-arrow-up {
  bottom: 25px;
  right: 90px;
  position: fixed;
  text-align: right;
  z-index: 5000;
  color: #ffffff;
  font-size: 32px;
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg); }

.mbr-arrow-up a {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  color: #fff;
  display: inline-block;
  height: 60px;
  width: 60px;
  outline-style: none !important;
  position: relative;
  text-decoration: none;
  transition: all .3s ease-in-out;
  cursor: pointer;
  text-align: center; }
  .mbr-arrow-up a:hover {
    background-color: rgba(0, 0, 0, 0.4); }
  .mbr-arrow-up a i {
    line-height: 60px; }

.mbr-arrow-up-icon {
  display: block;
  color: #fff; }

.mbr-arrow-up-icon::before {
  content: "\203a";
  display: inline-block;
  font-family: serif;
  font-size: 32px;
  line-height: 1;
  font-style: normal;
  position: relative;
  top: 6px;
  left: -4px;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg); }

/*! Arrow Down */
.mbr-arrow {
  position: absolute;
  bottom: 45px;
  left: 50%;
  width: 60px;
  height: 60px;
  cursor: pointer;
  background-color: rgba(80, 80, 80, 0.5);
  border-radius: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%); }
  .mbr-arrow > a {
    display: inline-block;
    text-decoration: none;
    outline-style: none;
    -webkit-animation: arrowdown 1.7s ease-in-out infinite;
    animation: arrowdown 1.7s ease-in-out infinite; }
    .mbr-arrow > a > i {
      position: absolute;
      top: -2px;
      left: 15px;
      font-size: 2rem; }

@keyframes arrowdown {
  0% {
    transform: translateY(0px);
    -webkit-transform: translateY(0px); }
  50% {
    transform: translateY(-5px);
    -webkit-transform: translateY(-5px); }
  100% {
    transform: translateY(0px);
    -webkit-transform: translateY(0px); } }
@-webkit-keyframes arrowdown {
  0% {
    transform: translateY(0px);
    -webkit-transform: translateY(0px); }
  50% {
    transform: translateY(-5px);
    -webkit-transform: translateY(-5px); }
  100% {
    transform: translateY(0px);
    -webkit-transform: translateY(0px); } }
@media (max-width: 500px) {
  .mbr-arrow-up {
    left: 50%;
    right: auto;
    transform: translateX(-50%) rotate(180deg);
    -webkit-transform: translateX(-50%) rotate(180deg); } }
/*Gradients animation*/
@keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    animation-timing-function: ease-in-out; }
  to {
    background-position: 100% 0%;
    animation-timing-function: ease-in-out; } }
@-webkit-keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    animation-timing-function: ease-in-out; }
  to {
    background-position: 100% 0%;
    animation-timing-function: ease-in-out; } }
.bg-gradient {
  background-size: 200% 200%;
  animation: gradient-animation 5s infinite alternate;
  -webkit-animation: gradient-animation 5s infinite alternate; }

.menu .navbar-brand {
  display: -webkit-flex; }
  .menu .navbar-brand span {
    display: flex;
    display: -webkit-flex; }
  .menu .navbar-brand .navbar-caption-wrap {
    display: -webkit-flex; }
  .menu .navbar-brand .navbar-logo img {
    display: -webkit-flex; }
@media (min-width: 768px) and (max-width: 991px) {
  .menu .navbar-toggleable-sm .navbar-nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox; } }
@media (min-width: 992px) {
  .menu .navbar-nav.nav-dropdown {
    display: -webkit-flex; }
  .menu .navbar-toggleable-sm .navbar-collapse {
    display: -webkit-flex !important; } }
@media (max-width: 767px) {
  .menu .navbar-collapse {
    max-height: 80vh; }
  .menu .dropdown-menu {
    max-height: 60vh; } }

.navbar {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  -webkit-align-items: center;
  -webkit-justify-content: space-between; }

.navbar-collapse {
  -webkit-flex-basis: 100%;
  -webkit-flex-grow: 1;
  -webkit-align-items: center;
  max-height: 93.5vh; }
  .navbar-collapse.show {
    overflow: auto; }

.nav-dropdown .link {
  padding: .667em 1.667em !important;
  margin: 0 !important; }

.nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap; }

.row {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap; }

.justify-content-center {
  -webkit-justify-content: center; }

.form-inline {
  display: -webkit-flex;
  -webkit-flex-flow: row wrap;
  -webkit-align-items: center; }

.card-wrapper {
  -webkit-flex: 1; }

.carousel-control {
  z-index: 10;
  display: -webkit-flex;
  -webkit-align-items: center;
  -webkit-justify-content: center; }

.carousel-controls {
  display: -webkit-flex; }

.media {
  display: -webkit-flex; }

.jq-selectbox__select {
  padding: 1.07em .5em;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%; }

.jq-selectbox__dropdown {
  position: absolute;
  top: 100%;
  left: 0 !important;
  width: 100% !important; }

.jq-selectbox__trigger-arrow {
  transform: translateY(-50%); }

.jq-selectbox li {
  padding: 1.07em .5em; }

input[type="range"] {
  padding-left: 0 !important;
  padding-right: 0 !important; }

.mbr-background-video {
  pointer-events: none; }

.modal-dialog,
.modal-content {
  height: 100%; }

.modal-dialog .carousel-inner {
  height: calc(100vh - 1.75rem); }
  @media (max-width: 575px) {
    .modal-dialog .carousel-inner {
      height: calc(100vh - 1rem); } }

.carousel-item {
  text-align: center; }

.carousel-item img {
  margin: auto; }

.navbar-toggler {
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background: transparent;
  border: 1px solid transparent;
  -webkit-border-radius: 0.25rem;
  border-radius: 0.25rem; }

.navbar-toggler:focus,
.navbar-toggler:hover {
  text-decoration: none; }

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  -webkit-background-size: 100% 100%;
  -o-background-size: 100% 100%;
  background-size: 100% 100%; }

.navbar-toggler-left {
  position: absolute;
  left: 1rem; }

.navbar-toggler-right {
  position: absolute;
  right: 1rem; }

@media (max-width: 575px) {
  .navbar-toggleable .navbar-nav .dropdown-menu {
    position: static;
    float: none; }

  .navbar-toggleable > .container {
    padding-right: 0;
    padding-left: 0; } }
@media (min-width: 576px) {
  .navbar-toggleable {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }

  .navbar-toggleable .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row; }

  .navbar-toggleable .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem; }

  .navbar-toggleable > .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }

  .navbar-toggleable .navbar-collapse {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    width: 100%; }

  .navbar-toggleable .navbar-toggler {
    display: none; } }
@media (max-width: 767px) {
  .navbar-toggleable-sm .navbar-nav .dropdown-menu {
    position: static;
    float: none; }

  .navbar-toggleable-sm > .container {
    padding-right: 0;
    padding-left: 0; } }
@media (min-width: 768px) {
  .navbar-toggleable-sm {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }

  .navbar-toggleable-sm .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row; }

  .navbar-toggleable-sm .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem; }

  .navbar-toggleable-sm > .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }

  .navbar-toggleable-sm .navbar-collapse {
    display: none;
    width: 100%; }

  .navbar-toggleable-sm .navbar-toggler {
    display: none; } }
@media (max-width: 991px) {
  .navbar-toggleable-md .navbar-nav .dropdown-menu {
    position: static;
    float: none; }

  .navbar-toggleable-md > .container {
    padding-right: 0;
    padding-left: 0; } }
@media (min-width: 992px) {
  .navbar-toggleable-md {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }

  .navbar-toggleable-md .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row; }

  .navbar-toggleable-md .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem; }

  .navbar-toggleable-md > .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }

  .navbar-toggleable-md .navbar-collapse {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    width: 100%; }

  .navbar-toggleable-md .navbar-toggler {
    display: none; } }
@media (max-width: 1199px) {
  .navbar-toggleable-lg .navbar-nav .dropdown-menu {
    position: static;
    float: none; }

  .navbar-toggleable-lg > .container {
    padding-right: 0;
    padding-left: 0; } }
@media (min-width: 1200px) {
  .navbar-toggleable-lg {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }

  .navbar-toggleable-lg .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row; }

  .navbar-toggleable-lg .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem; }

  .navbar-toggleable-lg > .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }

  .navbar-toggleable-lg .navbar-collapse {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    width: 100%; }

  .navbar-toggleable-lg .navbar-toggler {
    display: none; } }
.navbar-toggleable-xl {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }

.navbar-toggleable-xl .navbar-nav .dropdown-menu {
  position: static;
  float: none; }

.navbar-toggleable-xl > .container {
  padding-right: 0;
  padding-left: 0; }

.navbar-toggleable-xl .navbar-nav {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row; }

.navbar-toggleable-xl .navbar-nav .nav-link {
  padding-right: .5rem;
  padding-left: .5rem; }

.navbar-toggleable-xl > .container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }

.navbar-toggleable-xl .navbar-collapse {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  width: 100%; }

.navbar-toggleable-xl .navbar-toggler {
  display: none; }

.card-img {
  width: auto; }

.menu .navbar.collapsed:not(.beta-menu) {
  flex-direction: column;
  -webkit-flex-direction: column; }

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.note-air-layout .dropup .dropdown-menu,
.note-air-layout .navbar-fixed-bottom .dropdown .dropdown-menu {
  bottom: initial !important; }

html,
body {
  height: auto;
  min-height: 100vh; }

.dropup .dropdown-toggle::after {
  display: none; }

body {
  font-style: normal;
  line-height: 1.5; }

.mbr-section-title {
  font-style: normal;
  line-height: 1.2; }

.mbr-section-subtitle {
  line-height: 1.3; }

.mbr-text {
  font-style: normal;
  line-height: 1.5; }

.mbr-section-btn .btn {
  font-weight: 500;
  border-width: 2px;
  font-style: normal;
  margin: .4rem .8rem;
  border-radius: 0px;
  justify-content: space-between;
  white-space: normal;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  display: inline-flex;
  align-items: center;
  word-break: break-word;
  -webkit-align-items: center;
  display: -webkit-inline-flex; }
  .mbr-section-btn .btn .mbr-iconfont {
    order: 2;
    transition: all 0.6s; }
  .mbr-section-btn .btn:hover .mbr-iconfont {
    margin-right: -0.6rem; }

.btn-form {
  border-radius: 0; }
  .btn-form:hover {
    cursor: pointer; }

form .btn .mbr-iconfont {
  margin-right: 0; }

.btn-sm {
  font-weight: 500;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out; }

.btn-md {
  font-weight: 500;
  margin: .4rem .8rem !important;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out; }

.btn-lg {
  font-weight: 500;
  padding: 1.6rem 2rem !important;
  margin: .4rem .8rem !important;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out; }

#scrollToTop a i:before {
  content: '';
  position: absolute;
  height: 40%;
  top: 25%;
  background: #fff;
  width: 2px;
  left: calc(50% - 1px); }
#scrollToTop a i:after {
  content: '';
  position: absolute;
  display: block;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  width: 40%;
  height: 40%;
  left: 30%;
  bottom: 30%;
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg); }

/* Others*/
.note-check a[data-value=Rubik] {
  font-style: normal; }

.mbr-arrow a {
  color: #ffffff; }

@media (max-width: 767px) {
  .mbr-arrow {
    display: none; } }
.form-control-label {
  position: relative;
  cursor: pointer;
  margin-bottom: .357em;
  padding: 0; }

.alert {
  color: #ffffff;
  border-radius: 0;
  border: 0;
  font-size: .875rem;
  line-height: 1.5;
  margin-bottom: 1.875rem;
  padding: 1.25rem;
  position: relative; }
  .alert.alert-form::after {
    background-color: inherit;
    bottom: -7px;
    content: "";
    display: block;
    height: 14px;
    left: 50%;
    margin-left: -7px;
    position: absolute;
    transform: rotate(45deg);
    width: 14px;
    -webkit-transform: rotate(45deg); }

.form-control {
  background-color: #f5f5f5;
  box-shadow: none;
  color: #565656;
  line-height: 1.43;
  min-height: 3.5em;
  padding: 1.07em .5em; }
  .form-control, .form-control:focus {
    border: 1px solid #e8e8e8; }
  .form-active .form-control:invalid {
    border-color: red; }

.mbr-overlay {
  background-color: #000;
  bottom: 0;
  left: 0;
  opacity: .5;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none; }

blockquote {
  font-style: italic;
  padding: 10px 0 10px 20px;
  font-size: 1.09rem;
  position: relative;
  border-width: 3px; }

ul,
ol,
pre,
blockquote {
  margin-bottom: 2.3125rem; }

pre {
  background: #f4f4f4;
  padding: 10px 24px;
  white-space: pre-wrap; }

.inactive {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
  -webkit-user-drag: none;
  user-drag: none; }

.mbr-section__comments .row {
  justify-content: center;
  -webkit-justify-content: center; }

.up-z-index {
  z-index: 1000 !important; }

/*# sourceMappingURL=style.css.map */
.cid-rwG64JC5c0 .navbar {
  background: #334251;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-rwG64JC5c0 .navbar-dropdown.bg-color.transparent.opened {
  background: #334251;
}
.cid-rwG64JC5c0 a {
  font-style: normal;
}
.cid-rwG64JC5c0 .show {
  overflow: visible;
}
.cid-rwG64JC5c0 .dropdown-menu {
  max-height: 400px;
}
.cid-rwG64JC5c0 .dropdown-item:active {
  background-color: transparent;
}
.cid-rwG64JC5c0 .nav-link {
  font-weight: 600!important;
}
.cid-rwG64JC5c0 .nav-item span {
  padding-right: 0.2em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-rwG64JC5c0 .nav-item a {
  display: -webkit-flex;
  align-items: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 2rem !important;
  -webkit-align-items: center;
}
.cid-rwG64JC5c0 .nav-item:focus,
.cid-rwG64JC5c0 .nav-link:focus {
  outline: none;
}
.cid-rwG64JC5c0 .btn {
  padding: 0.7rem 2rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-rwG64JC5c0 .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-rwG64JC5c0 .menu-logo {
  margin-right: auto;
}
.cid-rwG64JC5c0 .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rwG64JC5c0 .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-rwG64JC5c0 .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  font-weight: 600!important;
  padding-right: 2rem;
}
.cid-rwG64JC5c0 .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-rwG64JC5c0 .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-rwG64JC5c0 .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-rwG64JC5c0 .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-rwG64JC5c0 .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  padding-right: 1rem;
  max-width: 100%;
  width: 100%;
}
.cid-rwG64JC5c0 .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-rwG64JC5c0 .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-rwG64JC5c0 .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-rwG64JC5c0 .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-rwG64JC5c0 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  color: #24e158 !important;
  padding: 0.2em 1em 0.2em 1em !important;
}
.cid-rwG64JC5c0 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rwG64JC5c0 .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-rwG64JC5c0 .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rwG64JC5c0 .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: none;
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-rwG64JC5c0 .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-rwG64JC5c0 .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-rwG64JC5c0 .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-rwG64JC5c0 .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-rwG64JC5c0 .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-rwG64JC5c0 .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-rwG64JC5c0 button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-rwG64JC5c0 button.navbar-toggler:focus {
  outline: none;
}
.cid-rwG64JC5c0 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffc7a1;
}
.cid-rwG64JC5c0 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rwG64JC5c0 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rwG64JC5c0 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rwG64JC5c0 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rwG64JC5c0 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rwG64JC5c0 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rwG64JC5c0 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rwG64JC5c0 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rwG64JC5c0 .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rwG64JC5c0 .collapsed .btn {
  display: -webkit-flex;
}
.cid-rwG64JC5c0 .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-rwG64JC5c0 .collapsed .navbar-collapse.collapsing,
.cid-rwG64JC5c0 .collapsed .navbar-collapse.show {
  display: block !important;
  overflow: auto;
}
.cid-rwG64JC5c0 .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-rwG64JC5c0 .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-rwG64JC5c0 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-rwG64JC5c0 .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-rwG64JC5c0 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-rwG64JC5c0 .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-rwG64JC5c0 .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-rwG64JC5c0 .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-rwG64JC5c0 .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-rwG64JC5c0 .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-rwG64JC5c0 .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: 94.375vh;
  }
}
.cid-rwG64JC5c0 .collapsed button.navbar-toggler {
  display: block;
}
.cid-rwG64JC5c0 .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-rwG64JC5c0 .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rwG64JC5c0 .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-rwG64JC5c0 .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-rwG64JC5c0 .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-rwG64JC5c0 .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-rwG64JC5c0.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rwG64JC5c0 img {
    height: 3.8rem !important;
  }
  .cid-rwG64JC5c0 .btn {
    display: -webkit-flex;
  }
  .cid-rwG64JC5c0 button.navbar-toggler {
    display: block;
  }
  .cid-rwG64JC5c0 .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-rwG64JC5c0 .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rwG64JC5c0 .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-rwG64JC5c0 .navbar-collapse.collapsing,
  .cid-rwG64JC5c0 .navbar-collapse.show {
    display: block !important;
    overflow: auto;
  }
  .cid-rwG64JC5c0 .navbar-collapse.collapsing .navbar-nav,
  .cid-rwG64JC5c0 .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-rwG64JC5c0 .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-rwG64JC5c0 .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-rwG64JC5c0 .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-rwG64JC5c0 .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-rwG64JC5c0 .navbar-collapse.collapsing .navbar-buttons,
  .cid-rwG64JC5c0 .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-rwG64JC5c0 .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-rwG64JC5c0 .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-rwG64JC5c0 .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-rwG64JC5c0 .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-rwG64JC5c0 .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-rwG64JC5c0 .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (max-width: 767px) {
  .cid-rwG64JC5c0 .nav-link {
    justify-content: start!important;
  }
  .cid-rwG64JC5c0 .navbar.opened {
    overflow-y: scroll;
    overflow-x: hidden;
  }
  .cid-rwG64JC5c0 .navbar-toggleable-sm {
    width: 100%!important;
  }
  .cid-rwG64JC5c0 .dropdown-menu {
    box-shadow: inset 0 0 15px 0 rgba(0, 0, 0, 0.1) !important;
    background: #efefef !important;
  }
}
@media (min-width: 767px) {
  .cid-rwG64JC5c0 .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-rwG64JC5c0 .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-rwG64JC5c0 .nav-link:hover,
.cid-rwG64JC5c0 .dropdown-item:hover {
  color: #f57c13 !important;
}
@media (min-width: 1500px) {
  .cid-rwG64JC5c0 .navbar-toggleable-sm .navbar-collapse {
    max-width: 60%!important;
    padding-right: 5rem;
  }
  .cid-rwG64JC5c0 .menu-logo .navbar-brand {
    margin-left: 2rem;
  }
}
.cid-rwG64JC5c0 .text-primary2 {
  font-size: 20px;
  color: #FFF;
  display: inline-block;
}
.cid-rwG64JC5c0 .text-primary2:hover {
  color: #f57c13;
  transition: 0.8s all ease-out;
}
.cid-smOpiESmNa {
  overflow-x: hidden !important;
}
.cid-smOpiESmNa,
.cid-smOpiESmNa .scroll-wrapper {
  padding-top: 300px;
  padding-bottom: 225px;
}
.cid-smOpiESmNa .mbr-section-title {
  color: #ffffff;
}
.cid-smOpiESmNa .mbr-section-title span {
  color: #0083ff;
}
.cid-smOpiESmNa .mbr-text {
  color: #ffffff;
  letter-spacing: 5px;
  font-weight: 100;
}
.cid-smOpiESmNa .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/mbr-1-1920x1275.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-smOpiESmNa .scroll-wrapper.second {
  left: calc(100% - 1px);
}
.cid-smOpiESmNa .mbr-overlay {
  z-index: 1;
}
.cid-smOpiESmNa .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-smOqWvDkaD {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #203e5b;
}
.cid-smOqWvDkaD .card-wrapper {
  z-index: 3;
}
.cid-smOqWvDkaD .card-wrapper .mbr-section-title {
  letter-spacing: 1px;
  transition: all 2.5s cubic-bezier(0, 0.74, 0.52, 1.2);
}
.cid-smOqWvDkaD:hover .mbr-section-title {
  letter-spacing: 10px;
  color: #f57c13;
}
.cid-smOqWvDkaD .full-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 0;
  z-index: 2;
}
.cid-smOqWvDkaD .popup-btn.card-wrapper {
  z-index: 1 !important;
}
.cid-smOqWvDkaD H2 {
  text-align: center;
  color: #ffffff;
}
.cid-smOqVMUfee {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #203e5b;
}
.cid-smOqVMUfee .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
  line-height: 1.6;
}
.cid-smOqVMUfee .image-element {
  position: relative;
  z-index: 0;
  overflow: hidden;
}
.cid-smOqVMUfee .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-smOqVMUfee .wrapper {
  padding: 2rem 1rem 1rem 1rem;
}
.cid-smOqVMUfee .card-overlay {
  display: none;
  background: #72b5f5;
}
@media (min-width: 768px) {
  .cid-smOqVMUfee .image-element:hover .card-overlay {
    opacity: 0.7;
    border-bottom-right-radius: 7rem;
  }
  .cid-smOqVMUfee .image-element:hover .wrapper {
    padding-top: 0;
    border-bottom-right-radius: 7rem;
  }
  .cid-smOqVMUfee .image-element:hover .wrapper .collapsed-content {
    transition: opacity 0.5s, max-height 3s;
    opacity: 1;
    max-height: 999px;
    border-bottom-right-radius: 7rem;
  }
  .cid-smOqVMUfee .image-element:hover .wrapper .collapsed-content .mbr-section-btn {
    border-bottom-right-radius: 7rem;
  }
  .cid-smOqVMUfee .image-element.popup-btn:hover .card-overlay {
    border-bottom-right-radius: 0 !important;
  }
  .cid-smOqVMUfee .image-element.popup-btn:hover .wrapper {
    border-bottom-right-radius: 0 !important;
  }
  .cid-smOqVMUfee .image-element.popup-btn:hover .wrapper .collapsed-content {
    border-bottom-right-radius: 0 !important;
  }
  .cid-smOqVMUfee .image-element.popup-btn:hover .wrapper .collapsed-content .mbr-section-btn {
    border-bottom-right-radius: 0 !important;
  }
  .cid-smOqVMUfee .wrapper {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 1rem;
    background: transparent;
  }
  .cid-smOqVMUfee .wrapper .collapsed-content {
    transition: opacity 0.5s, max-height 1s;
    opacity: 0;
    max-height: 0px;
    overflow: hidden;
  }
  .cid-smOqVMUfee .card-overlay {
    transition: all .5s;
    opacity: 0;
    display: block;
  }
}
@media (max-width: 767px) {
  .cid-smOqVMUfee .card-title,
  .cid-smOqVMUfee .underline,
  .cid-smOqVMUfee .mbr-text,
  .cid-smOqVMUfee .mbr-section-btn,
  .cid-smOqVMUfee .mbr-section-subtitle,
  .cid-smOqVMUfee .mbr-section-title {
    text-align: center !important;
  }
  .cid-smOqVMUfee .wrapper {
    background-color: #72b5f5;
  }
}
.cid-smOqVMUfee .mbr-section-title {
  text-align: left;
}
.cid-smOqVaHkoX {
  padding-top: 30px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/aston-2118857-1080x568.jpg");
}
.cid-smOqVaHkoX .mbr-arrow {
  background: #232323 !important;
  opacity: .7;
}
.cid-smOqVaHkoX .mbr-arrow i {
  color: #ffffff !important;
}
.cid-smOqVaHkoX .underline .line {
  width: 2rem;
  height: 1px;
  background: #ffffff;
  display: inline-block;
}
.cid-smOqVaHkoX .animated-element,
.cid-smOqVaHkoX .typed-cursor {
  color: #ffffff;
}
.cid-smOqVaHkoX .animated-element {
  border-bottom: 5px solid #f7aa4a;
}
@media (max-width: 767px) {
  .cid-smOqVaHkoX .typed-text {
    text-align: center;
  }
}
.cid-smOrc3Vhek {
  padding-top: 45px;
  padding-bottom: 90px;
  background-color: #203e5b;
}
.cid-smOrc3Vhek .mbr-shop {
  display: table;
  width: 100%;
}
.cid-smOrc3Vhek .mbr-shop .row {
  margin: 0;
}
.cid-smOrc3Vhek .mbr-shop .btn-sm {
  margin: 0.2rem 0.2rem;
}
.cid-smOrc3Vhek .mbr-shop .shoppingcart-icons {
  z-index: 105 !important;
}
.cid-smOrc3Vhek .mbr-shop .shop-title {
  margin-bottom: 18px;
  padding-left: 25px;
  padding-right: 25px;
  display: inline-block;
  max-width: 80%;
}
.cid-smOrc3Vhek .mbr-shop .sidebar-title {
  line-height: 25px;
  margin-bottom: 1.8rem;
}
.cid-smOrc3Vhek .mbr-shop .shopItemsModal_wraper {
  position: fixed;
  display: none;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background-color: rgba(87, 87, 87, 0.4);
  top: 0;
  left: 0;
  cursor: pointer;
  z-index: 1040;
}
.cid-smOrc3Vhek .mbr-shop .card-description {
  cursor: text;
  display: none;
}
.cid-smOrc3Vhek .mbr-shop .image-modal {
  padding-left: 0;
  padding-right: 0;
  text-align: center;
}
.cid-smOrc3Vhek .mbr-shop .image-modal img {
  max-width: 100%;
  max-height: 75vh;
}
.cid-smOrc3Vhek .mbr-shop .hide-modal {
  display: none;
}
.cid-smOrc3Vhek .mbr-shop .shopItemsModal {
  cursor: default;
  padding: 50px;
  width: 1000px;
  max-width: 100%;
  background-color: #ffffff;
  z-index: 2000;
  overflow: auto;
  position: fixed;
}
.cid-smOrc3Vhek .mbr-shop .shopItemsModal p {
  margin-bottom: 0;
}
.cid-smOrc3Vhek .mbr-shop .shopItemsModal ul {
  margin-bottom: 0;
}
.cid-smOrc3Vhek .mbr-shop .shopItemsModal .card-description {
  display: block;
  width: 100%;
}
.cid-smOrc3Vhek .mbr-shop .shopItemsModal .close-modal {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 4px;
  background-color: red;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.cid-smOrc3Vhek .mbr-shop .shopItemsModal .close-modal:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 4px;
  background-color: red;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.cid-smOrc3Vhek .mbr-shop .test-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.cid-smOrc3Vhek .mbr-shop .filter-by-pu,
.cid-smOrc3Vhek .mbr-shop .filter-by-pd,
.cid-smOrc3Vhek .mbr-shop .filter-by-d {
  display: inline-block;
  margin-right: 3px;
}
.cid-smOrc3Vhek .mbr-shop .sort-buttons {
  padding-bottom: 1rem;
  margin-right: 13px;
  text-align: right;
}
.cid-smOrc3Vhek .mbr-shop .galleryItem:before {
  width: 0 !important;
  height: 0 !important;
}
.cid-smOrc3Vhek .mbr-shop .modal-dialog {
  max-width: 700px;
}
.cid-smOrc3Vhek .mbr-shop .mbr-gallery-item {
  left: 0 !important;
  top: 0 !important;
  vertical-align: top;
  position: relative !important;
  -webkit-transform: none !important;
  transform: none !important;
  padding: 5px;
  width: 33%;
}
.cid-smOrc3Vhek .mbr-shop .galleryItem h4,
.cid-smOrc3Vhek .mbr-shop .carousel-item h4 {
  font-style: normal;
  font-size: 20px;
  line-height: 1;
  text-transform: none;
  letter-spacing: -1px;
  word-spacing: 0;
  margin-bottom: 0.3rem;
  padding-top: 15px;
  transition: color 0.5s;
}
.cid-smOrc3Vhek .mbr-shop .galleryItem h5,
.cid-smOrc3Vhek .mbr-shop .carousel-item h5 {
  font-style: italic;
  font-weight: 400;
  line-height: 22.36px;
  text-transform: none;
  letter-spacing: 0px;
  word-spacing: 0;
}
.cid-smOrc3Vhek .mbr-shop .galleryItem p,
.cid-smOrc3Vhek .mbr-shop .carousel-item p {
  font-style: italic;
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0px;
  word-spacing: 0px;
  text-align: center;
  display: inline;
}
.cid-smOrc3Vhek .mbr-shop .item-button {
  text-align: center;
}
.cid-smOrc3Vhek .mbr-shop .modalButton {
  display: inline-block;
  float: right;
  margin-right: 10px;
}
.cid-smOrc3Vhek .mbr-shop .modalButton.btn-success {
  right: 15%;
}
.cid-smOrc3Vhek .mbr-shop .sidebar {
  margin-bottom: 30px;
  position: relative;
}
.cid-smOrc3Vhek .mbr-shop .sidebar-block {
  position: relative;
}
.cid-smOrc3Vhek .mbr-shop .sidebar-background:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 102%;
  background-color: #0083ff;
  top: -20px;
  right: 3px;
}
.cid-smOrc3Vhek .mbr-shop .bestsellers {
  padding-left: 0;
  padding-right: 0;
  position: relative;
  margin-bottom: 20px;
}
.cid-smOrc3Vhek .mbr-shop .bestsellers .onsale {
  top: -15px;
}
.cid-smOrc3Vhek .mbr-shop .bestsellers .price-block {
  padding-top: 5px;
  text-align: left;
  line-height: 1;
}
.cid-smOrc3Vhek .mbr-shop .bestsellers .mbr-gallery-item {
  width: 100%;
}
.cid-smOrc3Vhek .mbr-shop .bestsellers .mbr-gallery-item img {
  width: 80px;
  float: left;
  margin-right: 20px;
}
.cid-smOrc3Vhek .mbr-shop .bestsellers .mbr-gallery-item h4 {
  text-align: left;
  padding-bottom: 5px;
  line-height: 1;
}
.cid-smOrc3Vhek .mbr-shop .bestsellers .mbr-gallery-item h5 {
  text-align: left;
  display: none;
}
.cid-smOrc3Vhek .mbr-shop .bestsellers .mbr-gallery-item p {
  text-align: left;
}
.cid-smOrc3Vhek .mbr-shop .bestsellers .btn {
  display: none;
}
.cid-smOrc3Vhek .mbr-shop .bestsellers-img {
  display: inline-block;
  width: 80px;
  height: 80px;
  overflow: hidden;
}
.cid-smOrc3Vhek .mbr-shop .bestsellers-title {
  display: inline-block;
}
.cid-smOrc3Vhek .mbr-shop .onsale {
  position: absolute;
  display: block;
  transition: color .3s ease;
  text-align: center;
  z-index: 95;
  top: 30px;
  left: 30px;
  line-height: 17px;
  padding: 5px 15px 5px;
  background: #66458e;
  border-radius: 30px;
  font-weight: 400;
  font-style: normal;
  text-transform: none;
  letter-spacing: 0px;
  color: #ffffff;
}
.cid-smOrc3Vhek .mbr-shop .mbr-gallery-item__hided {
  display: none;
}
.cid-smOrc3Vhek .mbr-shop .mbr-gallery-item__hided h4,
.cid-smOrc3Vhek .mbr-shop .mbr-gallery-item__hided h5,
.cid-smOrc3Vhek .mbr-shop .mbr-gallery-item__hided p {
  display: none;
}
.cid-smOrc3Vhek .mbr-shop .mbr-gallery-item__hided .btn {
  display: none;
}
.cid-smOrc3Vhek .mbr-shop .galleryItem .price-block {
  display: block;
}
.cid-smOrc3Vhek .mbr-shop .galleryItem .price-block span {
  font-style: normal;
  font-size: 17px;
  line-height: 1;
  text-transform: none;
  letter-spacing: -1px;
  word-spacing: 0;
}
.cid-smOrc3Vhek .mbr-shop .mbr-gallery-filter {
  padding-left: 0;
  text-align: left;
  padding-top: 0;
}
.cid-smOrc3Vhek .mbr-shop .mbr-gallery-filter ul li.active {
  background-color: #F57C13;
  font-weight: bold;
  color: #FFF;
}
.cid-smOrc3Vhek .mbr-shop .mbr-gallery-filter ul li:hover {
  background-color: #f57c13;
  color: #FFF;
}
.cid-smOrc3Vhek .mbr-shop .range-slider {
  padding-bottom: 25px;
}
.cid-smOrc3Vhek .mbr-shop .filter-cost {
  display: block;
  vertical-align: middle;
  max-width: 250px;
  text-align: left;
  position: relative;
  margin-bottom: 30px;
}
.cid-smOrc3Vhek .mbr-shop .filter-cost p {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 21px;
  color: #666666;
  font-weight: bold;
}
.cid-smOrc3Vhek .mbr-shop .price-controls {
  position: relative;
  height: 36px;
  margin-bottom: 10px;
  border-radius: 2px;
  font-size: 0;
}
.cid-smOrc3Vhek .mbr-shop .price-controls label {
  display: inline-block;
  width: 50%;
  font-size: 14px;
  line-height: 32px;
  color: #666666;
  font-weight: normal;
  cursor: pointer;
  margin-bottom: 0;
}
.cid-smOrc3Vhek .mbr-shop .price-controls input {
  width: 100%;
  background-color: transparent;
  border: none;
  line-height: 31px;
  height: 31px;
  text-align: center;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.cid-smOrc3Vhek .mbr-shop .range-controls {
  position: relative;
}
.cid-smOrc3Vhek .mbr-shop .range-controls .scale {
  width: 100%;
  height: 5px;
  background-color: rgba(190, 190, 190, 0.3);
}
.cid-smOrc3Vhek .mbr-shop .range-controls .bar {
  margin-left: 0;
  width: 100%;
  height: 5px;
  background-color: #0083ff;
}
.cid-smOrc3Vhek .mbr-shop .toggle {
  -webkit-box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.15);
  position: absolute;
  top: -9px;
  width: 7px;
  height: 7px;
  border: 8px solid #ffffff;
  border-radius: 100%;
  box-sizing: content-box;
  background-color: #0083ff;
  cursor: pointer;
}
.cid-smOrc3Vhek .mbr-shop .toggle:hover,
.cid-smOrc3Vhek .mbr-shop .toggle:active {
  background-color: #0063c1;
}
.cid-smOrc3Vhek .mbr-shop .min-toggle {
  left: 0;
}
.cid-smOrc3Vhek .mbr-shop .max-toggle {
  right: 0;
}
.cid-smOrc3Vhek .mbr-shop .hided-by-price {
  display: none;
}
.cid-smOrc3Vhek .mbr-shop .text-modal {
  padding-right: 30px;
  padding-left: 30px;
}
.cid-smOrc3Vhek .mbr-shop .text-modal .item-button {
  text-align: left !important;
}
.cid-smOrc3Vhek .mbr-shop .text-modal .price-block {
  line-height: 1;
  border-bottom: 1px dotted #d6d6d6;
}
.cid-smOrc3Vhek .mbr-shop .text-modal .price-block p {
  display: inline;
}
.cid-smOrc3Vhek .mbr-shop .text-modal .price-block span {
  display: inline;
  font-weight: 400;
  font-size: 20px;
  padding: 10px 0 20px 0;
}
.cid-smOrc3Vhek .mbr-shop .text-modal .card-description {
  padding-top: 20px;
  display: block;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 50px;
}
.cid-smOrc3Vhek .mbr-shop .modal-control-panel {
  padding-right: 0;
}
.cid-smOrc3Vhek .mbr-shop .modal-cb {
  display: inline-block;
  float: right;
  margin-right: 10px;
  margin-left: 10px;
}
.cid-smOrc3Vhek .mbr-shop .shopItemsModalBg {
  width: 100%;
  height: 100%;
}
.cid-smOrc3Vhek .mbr-shop .close-modal-wrapper {
  cursor: pointer;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  right: 0;
}
.cid-smOrc3Vhek .mbr-shop .close-modal-wrapper:after {
  content: "";
  position: absolute;
  width: 40px;
  height: 3px;
  background-color: #cccccc;
  top: 50%;
  right: 5%;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.cid-smOrc3Vhek .mbr-shop .close-modal-wrapper:before {
  content: "";
  position: absolute;
  width: 3px;
  height: 40px;
  background-color: #cccccc;
  right: 50%;
  top: 5%;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.cid-smOrc3Vhek .mbr-shop .closeModal {
  position: absolute;
  top: 0;
  right: 0;
}
.cid-smOrc3Vhek .mbr-shop .galleryItem .sidebar_wraper {
  text-align: center;
  padding-bottom: 15px;
}
.cid-smOrc3Vhek .mbr-shop .shopItemsModal .sidebar_wraper {
  text-align: left;
}
.cid-smOrc3Vhek .mbr-shop .item_overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 99;
  background: transparent;
}
.cid-smOrc3Vhek .mbr-shop .style_overlay {
  position: absolute;
  width: 100%;
  height: 100%;
}
.cid-smOrc3Vhek .mbr-shop .price-range {
  display: none;
}
.cid-smOrc3Vhek .mbr-shop .price-range-reset {
  display: none;
}
.cid-smOrc3Vhek .mbr-shop .bestsellers .item-button {
  display: none !important;
}
.cid-smOrc3Vhek .mbr-shop .range-slider h4 {
  margin-bottom: 1.8rem;
}
.cid-smOrc3Vhek .mbr-shop .mbr-gallery-filter ul {
  padding-left: 0px;
  display: inline-block;
  list-style: none;
  margin-bottom: 0px;
}
.cid-smOrc3Vhek .mbr-shop .categories:after {
  content: "";
  display: table;
  clear: both;
}
@media (min-width: 767px) and (max-width: 1100px) {
  .cid-smOrc3Vhek .mbr-shop .col-md-9 {
    width: 100%;
  }
  .cid-smOrc3Vhek .mbr-shop .col-md-3 {
    width: 100%;
  }
  .cid-smOrc3Vhek .mbr-shop .sidebar-background:after {
    top: 0;
  }
  .cid-smOrc3Vhek .mbr-shop .bestseller-block {
    width: 100%;
    margin: 0;
    display: inline-block;
    float: left;
    padding-top: 15px;
  }
  .cid-smOrc3Vhek .mbr-shop .range-slider {
    width: 49%;
    margin: 0;
    display: inline-block;
    float: right;
    padding-top: 15px;
  }
  .cid-smOrc3Vhek .mbr-shop .bestsellers {
    width: 100%;
  }
  .cid-smOrc3Vhek .mbr-shop .bestsellers .mbr-gallery-item {
    width: 49%;
    display: inline-block;
  }
  .cid-smOrc3Vhek .mbr-shop .sidebar-categories {
    width: 49%;
    margin: 0;
    display: inline-block;
    padding-top: 15px;
  }
  .cid-smOrc3Vhek .mbr-shop .price-range {
    max-width: 250px;
    text-align: center;
  }
  .cid-smOrc3Vhek .clearfix:after {
    content: "";
    display: table;
    clear: both;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-smOrc3Vhek .mbr-shop .mbr-gallery-item {
    width: 33%;
  }
}
@media (max-width: 500px) {
  .cid-smOrc3Vhek .mbr-shop .shopItemsModal {
    padding: 50px 10px 10px 10px;
  }
  .cid-smOrc3Vhek .mbr-shop .shop-title {
    max-width: 100%;
  }
  .cid-smOrc3Vhek .mbr-shop .mbr-gallery-item {
    width: 100%;
  }
}
@media (max-width: 1200px) {
  .cid-smOrc3Vhek .mbr-shop .sort-buttons {
    text-align: center;
    margin-right: 0 !important;
  }
  .cid-smOrc3Vhek .wrapper-shop-items {
    order: 1;
  }
}
@media (max-width: 767px) {
  .cid-smOrc3Vhek .mbr-shop .image-modal {
    text-align: center;
  }
  .cid-smOrc3Vhek .mbr-shop .image-modal img {
    max-height: 50vh;
    width: auto;
    max-width: 100%;
  }
  .cid-smOrc3Vhek .mbr-shop .shopItemsModal {
    top: 15%;
    bottom: 70px;
    left: 10%;
    width: 80%;
  }
  .cid-smOrc3Vhek .mbr-shop .shopItemsModal .image-modal {
    padding-right: 0;
  }
  .cid-smOrc3Vhek .mbr-shop .sidebar-background:after {
    top: -1%;
  }
}
@media (max-width: 1100px) {
  .cid-smOrc3Vhek .mbr-shop .shopItemsModal {
    max-height: 85vh;
    width: 90%;
    left: 5%;
    margin-left: 0;
  }
  .cid-smOrc3Vhek .mbr-shop .sort-buttons {
    margin-right: 21px;
  }
  .cid-smOrc3Vhek .mbr-shop .sidebar-background:after {
    right: 0;
    width: 100%;
  }
  .cid-smOrc3Vhek .mbr-shop .text-modal .card-description {
    width: 100%;
  }
  .cid-smOrc3Vhek .mbr-shop .text-modal .price-block {
    width: 100%;
  }
  .cid-smOrc3Vhek .mbr-shop .text-modal h4 {
    padding-top: 30px;
  }
}
.cid-smOrc3Vhek .shopItemsModal_wraper .mbr-section-btn {
  display: block !important;
}
.cid-smOrc3Vhek .range-slider .mbr-section-btn {
  margin: 0;
}
.cid-smOrc3Vhek .oldprice {
  color: #767676;
  padding-left: .8rem !important;
  text-decoration: line-through;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-smOrc3Vhek .shopItemsModal.row {
    position: absolute !important;
    top: calc(50% - 300px) !important;
    left: calc(50% - 500px) !important;
  }
}
.cid-smOrc3Vhek .mbr-gallery-item .sidebar_wraper {
  background-color: #0083ff;
  padding-left: 15px;
  padding-right: 15px;
}
.cid-smOrc3Vhek .sidebar .sidebar_wraper {
  background-color: #0083ff;
}
.cid-smOrc3Vhek .mbr-gallery-item .price-block {
  text-align: left;
}
.cid-smOrc3Vhek .big-container {
  max-width: 1326px;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}
.cid-smOrc3Vhek .mbr-shop .mbr-gallery-filter ul li {
  padding: 7px 16px 5px;
  margin: 4px 8px 4px 0;
  border: 1px solid;
  border-radius: 100px;
}
.cid-smOrc3Vhek .mbr-shop .mbr-gallery-filter ul li .btn {
  border: none;
  margin: 0 !important;
  padding: 0;
  background-color: transparent !important;
  color: inherit !important;
  font-weight: 400;
}
.cid-smOrc3Vhek .mbr-shop .mbr-gallery-filter ul li li.active .btn {
  font-weight: bold;
}
.cid-smOrc3Vhek .mbr-gallery-item .sidebar_wraper .item-title {
  text-align: left;
  font-weight: 700;
}
.cid-smOrc3Vhek .sidebar {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-smOrc3Vhek .range-slider {
  -webkit-order: 1;
  order: 1;
}
.cid-smOrc3Vhek .sidebar-categories {
  -webkit-order: 2;
  order: 2;
}
.cid-smOrc3Vhek .bestseller-block {
  -webkit-order: 3;
  order: 3;
}
.cid-smOrc3Vhek .categories {
  padding: 0;
}
.cid-smOrc3Vhek .sidebar-title {
  font-weight: bold;
  color: #073b4c;
}
.cid-smOrc3Vhek LI {
  color: #FFF;
}
.cid-smOreDCbzh {
  padding-top: 30px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/mbr-1-1920x1200.jpg");
}
.cid-smOreDCbzh h4 {
  display: flex;
  color: #232323;
}
.cid-smOreDCbzh .panel-text {
  color: #767676;
  line-height: 1.7;
}
.cid-smOreDCbzh .wrap {
  display: flex;
}
.cid-smOreDCbzh .icon {
  background: #00c13a;
  min-width: 33px;
  min-height: 33px;
  border-radius: 100%;
  color: white!important;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  font-weight: 900;
}
.cid-smOreDCbzh img {
  max-width: 600px;
  width: 100%;
  margin: auto;
  padding: 2rem;
}
.cid-smOreDCbzh .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-smOreDCbzh p {
  margin: 0;
}
.cid-smOreDCbzh .card .card-header a.panel-title {
  background-color: transparent!important;
  margin-top: 0px!important;
}
.cid-smOreDCbzh .mbr-section-subtitle {
  font-weight: 500;
  color: #767676;
  text-align: center;
}
.cid-smOreDCbzh .accordion-content {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-smOreDCbzh .panel-group {
  width: 100%;
}
.cid-smOreDCbzh .panel-title {
  border-bottom: 1px solid #efefef;
  border-radius: 0px;
  margin-bottom: .5rem;
}
.cid-smOreDCbzh .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-smOreDCbzh .card .card-header a.panel-title {
  transition: all .3s;
  background-color: #ffffff;
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-smOreDCbzh .card .card-header a.panel-title:hover {
  opacity: 0.5;
}
.cid-smOreDCbzh .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-smOreDCbzh .card .card-header a.panel-title h4 {
  padding: 1.5rem 1rem;
  margin-bottom: 0;
}
.cid-smOreDCbzh .card .panel-body {
  background: #ffffff;
}
.cid-smOreDCbzh .media-container-row .accordion-section {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-smOreDCbzh .media-container-row > div {
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .cid-smOreDCbzh .mbr-figure {
    padding-right: 0;
    padding-left: 0;
    padding-top: 2rem;
  }
}
.cid-smOreDCbzh .header-text,
.cid-smOreDCbzh .sign {
  color: #ffffff;
}
.cid-sr49YMzWnY {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #334251;
}
.cid-sr49YMzWnY .container-fluid {
  padding: 0 2rem;
}
.cid-sr49YMzWnY .mbr-list {
  list-style: none;
  padding: 0px ;
  margin: 0px;
}
.cid-sr49YMzWnY .mbr-list li {
  margin-bottom: 1rem;
}
.cid-sr49YMzWnY .mbr-section-title {
  margin-bottom: 2rem;
  margin-top: 3rem;
}
.cid-sr49YMzWnY .social-media {
  margin-top: 1.5rem;
}
.cid-sr49YMzWnY .social-media ul {
  padding: 0;
  margin-bottom: 8px;
}
.cid-sr49YMzWnY .social-media ul li {
  margin-right: 1rem;
  display: inline-block;
}
.cid-sr49YMzWnY .mbr-text,
.cid-sr49YMzWnY .mbr-offer {
  line-height: 1.5;
}
.cid-sr49YMzWnY .form-control {
  color: #fff;
  z-index: 0;
  min-height: 3rem !important;
  background-color: rgba(0, 0, 0, 0);
}
@media (max-width: 767px) {
  .cid-sr49YMzWnY .container-fluid {
    padding: 0 1rem;
  }
  .cid-sr49YMzWnY .mbr-section-title {
    margin-bottom: 1rem;
  }
  .cid-sr49YMzWnY .mbr-list {
    margin-bottom: 2rem;
  }
  .cid-sr49YMzWnY .mbr-list li {
    margin-bottom: .5rem;
  }
}
.cid-sr49YMzWnY img {
  position: relative;
  padding: 5px 0px;
  display: inline-block;
  width: 240px;
  height: 150px;
  object-fit: scale-down;
}
.cid-sr49YMzWnY hr {
  position: relative;
  border-width: 0px;
  width: 100%;
  height: 1px;
  color: #ccc;
  background-color: #CCC;
  margin-left: 0px;
  margin-top: 10px;
}
.cid-sr49YMzWnY .co-margin {
  margin: 20px;
}
.cid-sr49YMzWnY .img-pad {
  margin-top: 2rem;
}
.cid-sr49YMzWnY .text-white2 {
  color: #FFF;
}
.cid-sr49YMzWnY .text-white2:hover {
  color: #f57c13;
}
.cid-smOxDQYbMg {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #334251;
}
.cid-smOxDQYbMg .media-container-row .mbr-text {
  color: #ffffff;
}
