body {
  font-family: Barlow;
}
.display-1 {
  font-family: 'Jost', sans-serif;
  font-size: 4.6rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 7.36rem;
}
.display-2 {
  font-family: 'Jost', sans-serif;
  font-size: 3rem;
  line-height: 1.3;
}
.display-2 > .mbr-iconfont {
  font-size: 4.8rem;
}
.display-4 {
  font-family: 'Jost', sans-serif;
  font-weight: 400;
  font-size: 1.1rem;
  line-height: 1.7;
}
.display-4 > .mbr-iconfont {
  font-size: 1.1rem;
}
.display-5 {
  font-family: 'Jost', sans-serif;
  font-size: 1.7rem;
  line-height: 1.4;
}
.display-5 > .mbr-iconfont {
  font-size: 2.72rem;
}
.display-7 {
  font-family: 'Jost', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.76rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.68rem;
    font-size: calc( 2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (2.26rem + (4.6 - 2.26) * ((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.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.36rem;
    font-size: calc( 1.245rem + (1.7 - 1.245) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.245rem + (1.7 - 1.245) * ((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: #ed0014 !important;
}
.bg-success {
  background-color: #ed0014 !important;
}
.bg-info {
  background-color: #cccccc !important;
}
.bg-warning {
  background-color: #edbde0 !important;
}
.bg-danger {
  background-color: #343434 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #ed0014 !important;
  border-color: #ed0014 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #a1000e !important;
  border-color: #a1000e !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #a1000e !important;
  border-color: #a1000e !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #7fa8d7 !important;
  border-color: #7fa8d7 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #4580c5 !important;
  border-color: #4580c5 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #4580c5 !important;
  border-color: #4580c5 !important;
}
.btn-info,
.btn-info:active {
  background-color: #cccccc !important;
  border-color: #cccccc !important;
  color: #4d4d4d !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #4d4d4d !important;
  background-color: #a6a6a6 !important;
  border-color: #a6a6a6 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #4d4d4d !important;
  background-color: #a6a6a6 !important;
  border-color: #a6a6a6 !important;
}
.btn-success,
.btn-success:active {
  background-color: #ed0014 !important;
  border-color: #ed0014 !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #a1000e !important;
  border-color: #a1000e !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #a1000e !important;
  border-color: #a1000e !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #edbde0 !important;
  border-color: #edbde0 !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #dd81c4 !important;
  border-color: #dd81c4 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #dd81c4 !important;
  border-color: #dd81c4 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #343434 !important;
  border-color: #343434 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #0e0e0e !important;
  border-color: #0e0e0e !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #0e0e0e !important;
  border-color: #0e0e0e !important;
}
.btn-white {
  color: #333333 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-black,
.btn-black:active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #87000b;
  color: #87000b;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #000000 !important;
  background: transparent !important;
  border-color: #ed0014;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #ed0014 !important;
  border-color: #ed0014 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #3974b7;
  color: #3974b7;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #000000 !important;
  background: transparent !important;
  border-color: #7fa8d7;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #7fa8d7 !important;
  border-color: #7fa8d7 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #999999;
  color: #999999;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff !important;
  background: transparent !important;
  border-color: #cccccc;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #4d4d4d !important;
  background-color: #cccccc !important;
  border-color: #cccccc !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #87000b;
  color: #87000b;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #000000 !important;
  background: transparent !important;
  border-color: #ed0014;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #ed0014 !important;
  border-color: #ed0014 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #d76dba;
  color: #d76dba;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #000000 !important;
  background: transparent !important;
  border-color: #edbde0;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #edbde0 !important;
  border-color: #edbde0 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #010101;
  color: #010101;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #000000 !important;
  background: transparent !important;
  border-color: #343434;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #343434 !important;
  border-color: #343434 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background: transparent !important;
  border-color: #333333;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background: none;
  border-color: #ffffff;
  color: #ffffff !important;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #000000 !important;
  background-color: #ffffff;
  border-color: #ffffff;
}
.text-primary {
  color: #ed0014 !important;
}
.text-secondary {
  color: #7fa8d7 !important;
}
.text-success {
  color: #ed0014 !important;
}
.text-info {
  color: #cccccc !important;
}
.text-warning {
  color: #edbde0 !important;
}
.text-danger {
  color: #343434 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #87000b !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #3974b7 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #87000b !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #999999 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #d76dba !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #010101 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #b3b3b3 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #cccccc;
}
.alert-warning {
  background-color: #edbde0;
}
.alert-danger {
  background-color: #343434;
}
.mbr-gallery-filter li.active .btn {
  background-color: #ed0014;
  border-color: #ed0014;
  color: #ffffff;
}
a,
a:hover {
  color: #ed0014;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffbac0;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffbac0;
}
.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: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #a7a7a7;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Jost', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
}
.form-control > .mbr-iconfont {
  font-size: 1.76rem;
}
blockquote {
  border-color: #ed0014;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #ed0014;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border-top-color: currentColor;
  border-bottom-color: currentColor;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #ed0014;
  border-bottom-color: #ed0014;
}
.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: #ed0014 !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #7fa8d7 !important;
}
.sidebar-block .mbr-gallery-item .galleryItem .onsale {
  top: 0px;
}
.sidebar-block .mbr-gallery-item .galleryItem .sidebar_wraper {
  bottom: -35px;
  margin-left: 1rem;
}
.cid-sgX7kIHIU5 .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #ed0014;
  background: none;
}
.cid-sgX7kIHIU5 .navbar.opened {
  transition: all 0.3s;
  background: #ed0014 !important;
}
.cid-sgX7kIHIU5 .navbar .dropdown-item {
  padding: 0.25rem 1.5rem;
}
.cid-sgX7kIHIU5 .navbar .navbar-collapse {
  transition: none;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-sgX7kIHIU5 .navbar.collapsed {
  flex-wrap: nowrap;
}
.cid-sgX7kIHIU5 .navbar.collapsed.opened {
  text-align: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  margin-left: auto;
  max-width: 20rem;
  height: 100vh;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-sgX7kIHIU5 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-sgX7kIHIU5 .navbar.collapsed.opened .navbar-toggler {
  -webkit-order: -1;
  order: -1;
  -webkit-align-self: flex-end !important;
  align-self: flex-end !important;
  margin: 1rem 0 0 0;
}
.cid-sgX7kIHIU5 .navbar.collapsed.opened .navbar-collapse {
  -webkit-flex-basis: initial;
  flex-basis: initial;
}
.cid-sgX7kIHIU5 .navbar.collapsed.opened .navbar-collapse.show,
.cid-sgX7kIHIU5 .navbar.collapsed.opened .navbar-collapse.collapsing {
  display: block;
}
.cid-sgX7kIHIU5 .navbar.collapsed:not(.opened) {
  flex-direction: row !important;
}
.cid-sgX7kIHIU5 .navbar.collapsed:not(.opened) .navbar-collapse {
  display: none !important;
}
.cid-sgX7kIHIU5 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sgX7kIHIU5 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sgX7kIHIU5 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sgX7kIHIU5 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-sgX7kIHIU5 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sgX7kIHIU5 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-sgX7kIHIU5 .navbar {
    flex-wrap: nowrap;
  }
  .cid-sgX7kIHIU5 .navbar.opened {
    text-align: center;
    -webkit-flex-direction: column;
    flex-direction: column;
    margin-left: auto;
    max-width: 20rem;
    height: 100vh;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
  .cid-sgX7kIHIU5 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sgX7kIHIU5 .navbar.opened .navbar-toggler {
    -webkit-order: -1;
    order: -1;
    -webkit-align-self: flex-end !important;
    align-self: flex-end !important;
    margin: 1rem 0 0 0;
  }
  .cid-sgX7kIHIU5 .navbar.opened .navbar-collapse {
    -webkit-flex-basis: initial;
    flex-basis: initial;
    height: auto !important;
    max-height: 100vh;
  }
  .cid-sgX7kIHIU5 .navbar.opened .navbar-collapse.show,
  .cid-sgX7kIHIU5 .navbar.opened .navbar-collapse.collapsing {
    display: block;
  }
  .cid-sgX7kIHIU5 .navbar:not(.opened) .navbar-collapse {
    display: none !important;
  }
  .cid-sgX7kIHIU5 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sgX7kIHIU5 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sgX7kIHIU5 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sgX7kIHIU5 .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sgX7kIHIU5 .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-sgX7kIHIU5 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sgX7kIHIU5 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem;
    text-align: center;
  }
  .cid-sgX7kIHIU5 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
}
.cid-sgX7kIHIU5 .navbar.navbar-short {
  background: #ed0014 !important;
  min-height: 60px;
}
.cid-sgX7kIHIU5 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-sgX7kIHIU5 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sgX7kIHIU5 .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sgX7kIHIU5 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sgX7kIHIU5 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sgX7kIHIU5 .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-sgX7kIHIU5 .dropdown-item.active,
.cid-sgX7kIHIU5 .dropdown-item:active {
  background-color: transparent;
}
.cid-sgX7kIHIU5 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sgX7kIHIU5 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sgX7kIHIU5 .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sgX7kIHIU5 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ed0014;
}
.cid-sgX7kIHIU5 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sgX7kIHIU5 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sgX7kIHIU5 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sgX7kIHIU5 .navbar-buttons {
  text-align: center;
}
.cid-sgX7kIHIU5 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sgX7kIHIU5 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sgX7kIHIU5 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sgX7kIHIU5 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sgX7kIHIU5 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sgX7kIHIU5 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sgX7kIHIU5 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sgX7kIHIU5 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sgX7kIHIU5 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sgX7kIHIU5 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sgX7kIHIU5 .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-sgX7kIHIU5 a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  letter-spacing: 2px;
}
.cid-sgX7kIHIU5 a.nav-link:focus {
  outline: none;
}
.cid-sgX7kIHIU5 .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sgX7kIHIU5 .nav-link:hover,
.cid-sgX7kIHIU5 .dropdown-item:hover {
  color: #ffffff !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sgX7kIHIU5 .navbar-dropdown.collapsed.opened {
    left: auto;
  }
  .cid-sgX7kIHIU5 .navbar-dropdown.collapsed.opened .navbar-collapse {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-shKJPVcBf0 {
  background-image: url("../../../assets/images/0-1.webp");
}
.cid-shKJPVcBf0 .mbr-figure {
  margin: 0 auto;
  width: 100%;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-shKJPVcBf0 .mbr-figure img {
  height: 100%;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .cid-shKJPVcBf0 .mbr-figure img {
    width: 100% !important;
  }
}
.cid-sgSgCLXXhI {
  padding-top: 30px;
  padding-bottom: 60px;
  background-color: #292929;
}
.cid-sgSgCLXXhI .card {
  -webkit-align-items: center;
  align-items: center;
}
.cid-sgSgCLXXhI .card-box {
  width: 100%;
}
.cid-sgSgCLXXhI .card-img {
  padding: 1rem;
  border: 2px solid #292929;
  border-radius: 100%;
  height: 120px;
  width: 120px;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
}
.cid-sgSgCLXXhI .card-img span {
  color: #ffffff;
  font-size: 4.4rem;
}
.cid-sgSgCLXXhI .mbr-text {
  color: #767676;
}
.cid-sgSgCLXXhI p {
  margin: 0;
}
@media (max-width: 576px) {
  .cid-sgSgCLXXhI .card {
    margin-bottom: 2rem;
  }
}
.cid-sgSgCLXXhI .card-title,
.cid-sgSgCLXXhI .card-img {
  color: #ffffff;
  text-align: center;
}
.cid-sgSgCLXXhI .mbr-section-title {
  text-align: center;
}
.cid-sgSgCLXXhI .mbr-section-sub-title {
  text-align: center;
  color: #767676;
}
.cid-sgSgCLXXhI .line-wrap2 {
  display: inline-block;
  width: 100%;
}
.cid-sgSgCLXXhI .line2 {
  display: inline-block;
  width: 30px;
  height: 2px;
  background-color: #e9e9e9;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.cid-sgSgCLXXhI .mbr-section-title,
.cid-sgSgCLXXhI .line-wrap {
  text-align: center;
  color: #bb4c9c;
}
.cid-sgSgCLXXhI .mbr-text,
.cid-sgSgCLXXhI .line-wrap2 {
  text-align: center;
  color: #ffffff;
}
.cid-sha4lR5o7h {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sha4lR5o7h H3 {
  color: #343434;
}
.cid-sha4lR5o7h H4 {
  color: #767676;
}
.cid-sha4lR5o7h div {
  font-weight: 400 !important;
}
.cid-shxq7UfFWo {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-shxq7UfFWo .mbr-text,
.cid-shxq7UfFWo .ornament {
  color: #343434;
  text-align: left;
}
.cid-shxq7UfFWo div {
  font-weight: 400 !important;
}
.cid-shIMZnjGIe {
  padding-top: 225px;
  padding-bottom: 225px;
  background-image: url("../../../assets/images/1.webp");
}
.cid-shIMZnjGIe .card-wrapper {
  z-index: 3;
}
.cid-shIMZnjGIe .card-wrapper .mbr-section-title {
  letter-spacing: 1px;
  transition: all 2.5s cubic-bezier(0, 0.74, 0.52, 1.2);
}
.cid-shIMZnjGIe:hover .mbr-section-title {
  letter-spacing: 10px;
}
.cid-shIMZnjGIe .full-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 0;
  z-index: 2;
}
.cid-shIMZnjGIe .popup-btn.card-wrapper {
  z-index: 1 !important;
}
.cid-shIMZnjGIe H2 {
  color: #ffffff;
  text-align: center;
}
.cid-sgZKHJDtuv {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sgZKHJDtuv H3 {
  color: #343434;
}
.cid-sgZKHJDtuv H4 {
  color: #767676;
}
.cid-sgZKHJDtuv div {
  font-weight: 400 !important;
}
.cid-sgZpwW8byB {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sgZpwW8byB .mbr-text,
.cid-sgZpwW8byB .ornament {
  color: #343434;
  text-align: left;
}
.cid-sgZpwW8byB div {
  font-weight: 400 !important;
}
.cid-shxrqATbSv {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-shxrqATbSv .card-icon {
  font-size: 56px;
  color: #efefef;
  transition: color 0.3s;
}
.cid-shxrqATbSv .icon2 {
  color: #ffffff;
}
.cid-shxrqATbSv .card-title {
  font-weight: 600;
  letter-spacing: 1px;
}
.cid-shxrqATbSv p {
  font-weight: 400;
}
.cid-shxrqATbSv .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #ffffff;
  margin-bottom: 1.5rem;
  transition: background 0.3s;
}
.cid-shxrqATbSv .line2 {
  background: #ffffff;
}
.cid-shxrqATbSv .card-wrapper {
  padding: 2.5rem 2rem;
  transition: background 0.3s;
  background: #ed0014;
}
.cid-shxrqATbSv .card-wrapper:hover .link-ico {
  background-color: #efefef;
  border-color: #efefef;
  color: white;
}
.cid-shxrqATbSv .card2 {
  background: #292929;
}
.cid-shxrqATbSv .card-title,
.cid-shxrqATbSv .card-ico,
.cid-shxrqATbSv .line-wrap {
  text-align: center;
}
.cid-shxrqATbSv .mbr-text,
.cid-shxrqATbSv .card-link {
  text-align: center;
}
.cid-shxs1FmhDx {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-shxs1FmhDx .card-icon {
  font-size: 56px;
  color: #efefef;
  transition: color 0.3s;
}
.cid-shxs1FmhDx .icon2 {
  color: #ffffff;
}
.cid-shxs1FmhDx .card-title {
  font-weight: 600;
  letter-spacing: 1px;
}
.cid-shxs1FmhDx p {
  font-weight: 400;
}
.cid-shxs1FmhDx .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #ffffff;
  margin-bottom: 1.5rem;
  transition: background 0.3s;
}
.cid-shxs1FmhDx .line2 {
  background: #ffffff;
}
.cid-shxs1FmhDx .card-wrapper {
  padding: 2.5rem 2rem;
  transition: background 0.3s;
  background: #292929;
}
.cid-shxs1FmhDx .card-wrapper:hover .link-ico {
  background-color: #efefef;
  border-color: #efefef;
  color: white;
}
.cid-shxs1FmhDx .card2 {
  background: #ed0014;
}
.cid-shxs1FmhDx .card-title,
.cid-shxs1FmhDx .card-ico,
.cid-shxs1FmhDx .line-wrap {
  text-align: center;
}
.cid-shxs1FmhDx .mbr-text,
.cid-shxs1FmhDx .card-link {
  text-align: center;
}
.cid-sgT7kDK8pg {
  padding-top: 225px;
  padding-bottom: 225px;
  background-image: url("../../../assets/images/2.webp");
}
.cid-sgT7kDK8pg .card-wrapper {
  z-index: 3;
}
.cid-sgT7kDK8pg .card-wrapper .mbr-section-title {
  letter-spacing: 1px;
  transition: all 2.5s cubic-bezier(0, 0.74, 0.52, 1.2);
}
.cid-sgT7kDK8pg:hover .mbr-section-title {
  letter-spacing: 10px;
}
.cid-sgT7kDK8pg .full-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 0;
  z-index: 2;
}
.cid-sgT7kDK8pg .popup-btn.card-wrapper {
  z-index: 1 !important;
}
.cid-sgT7kDK8pg H2 {
  color: #ffffff;
  text-align: center;
}
.cid-sh9fSb01t3 {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sh9fSb01t3 H3 {
  color: #343434;
}
.cid-sh9fSb01t3 H4 {
  color: #767676;
}
.cid-sh9fSb01t3 div {
  font-weight: 400 !important;
}
.cid-sh9fZLWLTn {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sh9fZLWLTn .mbr-text,
.cid-sh9fZLWLTn .ornament {
  color: #343434;
  text-align: center;
}
.cid-sh9fZLWLTn div {
  font-weight: 400 !important;
}
.cid-sh9kaBKOYs {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sh9kaBKOYs .mbr-text,
.cid-sh9kaBKOYs .ornament {
  color: #343434;
  text-align: center;
}
.cid-sh9kaBKOYs div {
  font-weight: 400 !important;
}
.cid-sh9fnNJZ90 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sh9fnNJZ90 .header-text {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sh9fnNJZ90 .accordion-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-sh9fnNJZ90 .panel-group {
  width: 100%;
}
.cid-sh9fnNJZ90 .panel-text,
.cid-sh9fnNJZ90 .mbr-section-subtitle {
  color: #767676;
}
.cid-sh9fnNJZ90 .card {
  border-radius: 0px;
  margin-bottom: .5rem;
}
.cid-sh9fnNJZ90 .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-sh9fnNJZ90 .card .card-header a.panel-title {
  -webkit-justify-content: space-between;
  justify-content: space-between;
  transition: all .3s;
  background-color: #ed0014;
  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-sh9fnNJZ90 .card .card-header a.panel-title:hover {
  opacity: 0.9;
}
.cid-sh9fnNJZ90 .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-sh9fnNJZ90 .card .card-header a.panel-title .sign {
  padding-right: 1rem;
}
.cid-sh9fnNJZ90 .card .card-header a.panel-title h4 {
  padding: 1rem 1rem;
  margin-bottom: 0;
}
.cid-sh9fnNJZ90 .card .panel-body {
  background: #efefef;
}
.cid-sh9fnNJZ90 .header-text,
.cid-sh9fnNJZ90 .sign {
  color: #ffffff;
}
.cid-sh9fnNJZ90 .panel-text {
  color: #343434;
}
.cid-sh9iotmSXQ {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sh9iotmSXQ .mbr-text,
.cid-sh9iotmSXQ .ornament {
  color: #343434;
  text-align: center;
}
.cid-sh9iotmSXQ div {
  font-weight: 400 !important;
}
.cid-sh9h4RlHXP {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sh9h4RlHXP .header-text {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sh9h4RlHXP .accordion-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-sh9h4RlHXP .panel-group {
  width: 100%;
}
.cid-sh9h4RlHXP .panel-text,
.cid-sh9h4RlHXP .mbr-section-subtitle {
  color: #767676;
}
.cid-sh9h4RlHXP .card {
  border-radius: 0px;
  margin-bottom: .5rem;
}
.cid-sh9h4RlHXP .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-sh9h4RlHXP .card .card-header a.panel-title {
  -webkit-justify-content: space-between;
  justify-content: space-between;
  transition: all .3s;
  background-color: #ed0014;
  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-sh9h4RlHXP .card .card-header a.panel-title:hover {
  opacity: 0.9;
}
.cid-sh9h4RlHXP .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-sh9h4RlHXP .card .card-header a.panel-title .sign {
  padding-right: 1rem;
}
.cid-sh9h4RlHXP .card .card-header a.panel-title h4 {
  padding: 1rem 1rem;
  margin-bottom: 0;
}
.cid-sh9h4RlHXP .card .panel-body {
  background: #efefef;
}
.cid-sh9h4RlHXP .header-text,
.cid-sh9h4RlHXP .sign {
  color: #ffffff;
}
.cid-sh9h4RlHXP .panel-text {
  color: #343434;
}
.cid-sh9iFa0oGP {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sh9iFa0oGP .mbr-text,
.cid-sh9iFa0oGP .ornament {
  color: #343434;
  text-align: center;
}
.cid-sh9iFa0oGP div {
  font-weight: 400 !important;
}
.cid-sh9jelNEhK {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sh9jelNEhK .mbr-text,
.cid-sh9jelNEhK .ornament {
  color: #343434;
  text-align: center;
}
.cid-sh9jelNEhK div {
  font-weight: 400 !important;
}
.cid-sh9hOGDCW4 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sh9hOGDCW4 .header-text {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sh9hOGDCW4 .accordion-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-sh9hOGDCW4 .panel-group {
  width: 100%;
}
.cid-sh9hOGDCW4 .panel-text,
.cid-sh9hOGDCW4 .mbr-section-subtitle {
  color: #767676;
}
.cid-sh9hOGDCW4 .card {
  border-radius: 0px;
  margin-bottom: .5rem;
}
.cid-sh9hOGDCW4 .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-sh9hOGDCW4 .card .card-header a.panel-title {
  -webkit-justify-content: space-between;
  justify-content: space-between;
  transition: all .3s;
  background-color: #ed0014;
  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-sh9hOGDCW4 .card .card-header a.panel-title:hover {
  opacity: 0.9;
}
.cid-sh9hOGDCW4 .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-sh9hOGDCW4 .card .card-header a.panel-title .sign {
  padding-right: 1rem;
}
.cid-sh9hOGDCW4 .card .card-header a.panel-title h4 {
  padding: 1rem 1rem;
  margin-bottom: 0;
}
.cid-sh9hOGDCW4 .card .panel-body {
  background: #efefef;
}
.cid-sh9hOGDCW4 .header-text,
.cid-sh9hOGDCW4 .sign {
  color: #ffffff;
}
.cid-sh9hOGDCW4 .panel-text {
  color: #343434;
}
.cid-sh9kmFxAGI {
  padding-top: 15px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-sh9kmFxAGI .mbr-text,
.cid-sh9kmFxAGI .ornament {
  color: #343434;
  text-align: center;
}
.cid-sh9kmFxAGI div {
  font-weight: 400 !important;
}
.cid-sgT6Q2bedF {
  padding-top: 225px;
  padding-bottom: 225px;
  background-image: url("../../../assets/images/3.webp");
}
.cid-sgT6Q2bedF .card-wrapper {
  z-index: 3;
}
.cid-sgT6Q2bedF .card-wrapper .mbr-section-title {
  letter-spacing: 1px;
  transition: all 2.5s cubic-bezier(0, 0.74, 0.52, 1.2);
}
.cid-sgT6Q2bedF:hover .mbr-section-title {
  letter-spacing: 10px;
}
.cid-sgT6Q2bedF .full-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 0;
  z-index: 2;
}
.cid-sgT6Q2bedF .popup-btn.card-wrapper {
  z-index: 1 !important;
}
.cid-sgT6Q2bedF H2 {
  color: #ffffff;
  text-align: center;
}
.cid-sgZLahd7IC {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sgZLahd7IC H3 {
  color: #343434;
}
.cid-sgZLahd7IC H4 {
  color: #767676;
}
.cid-sh4V1pR6rW {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sh4V1pR6rW .mbr-text,
.cid-sh4V1pR6rW .ornament {
  color: #343434;
  text-align: center;
}
.cid-sh4V1pR6rW div {
  font-weight: 400 !important;
}
.cid-shELeEesT7 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-shELeEesT7 .mbr-iconfont {
  color: #edbde0;
}
.cid-shELeEesT7 .mbr-iconfont:hover {
  color: #b80f0a !important;
}
.cid-shELeEesT7 .mbr-text {
  margin: 1.5rem 0;
}
.cid-shELeEesT7 .card-img {
  margin-bottom: 1rem;
  max-width: 200px;
  max-height: 200px;
  margin: 0 auto 1rem auto;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  z-index: 1;
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}
.cid-shELeEesT7 .img-icon {
  width: 100%;
  height: auto;
}
@media (min-width: 992px) {
  .cid-shELeEesT7 .my-col {
    -webkit-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-shELeEesT7 .mbr-section-subtitle,
.cid-shELeEesT7 .mbr-text,
.cid-shELeEesT7 .social-links .mbr-iconfont {
  color: #8d97ad;
}
.cid-shELeEesT7 .card-title {
  color: #343434;
  margin-bottom: 5px!important;
}
.cid-shELeEesT7 .mbr-section-title {
  color: #343434;
}
.cid-shELeEesT7 .mbr-text,
.cid-shELeEesT7 .social-links .mbr-iconfont {
  color: #343434;
  margin: 0px!important;
}
.cid-shELeEesT7 div {
  font-weight: 400 !important;
}
.cid-shEKXVA1r5 {
  padding-top: 0px;
  padding-bottom: 105px;
  background-color: #ffffff;
}
.cid-shEKXVA1r5 .mbr-iconfont {
  color: #edbde0;
}
.cid-shEKXVA1r5 .mbr-iconfont:hover {
  color: #b80f0a !important;
}
.cid-shEKXVA1r5 .mbr-text {
  margin: 1.5rem 0;
}
.cid-shEKXVA1r5 .card-img {
  margin-bottom: 1rem;
  max-width: 200px;
  max-height: 200px;
  margin: 0 auto 1rem auto;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  z-index: 1;
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}
.cid-shEKXVA1r5 .img-icon {
  width: 100%;
  height: auto;
}
@media (min-width: 992px) {
  .cid-shEKXVA1r5 .my-col {
    -webkit-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-shEKXVA1r5 .mbr-section-subtitle,
.cid-shEKXVA1r5 .mbr-text,
.cid-shEKXVA1r5 .social-links .mbr-iconfont {
  color: #8d97ad;
}
.cid-shEKXVA1r5 .card-title {
  color: #343434;
  margin-bottom: 5px!important;
}
.cid-shEKXVA1r5 .mbr-section-title {
  color: #343434;
}
.cid-shEKXVA1r5 .mbr-text,
.cid-shEKXVA1r5 .social-links .mbr-iconfont {
  color: #343434;
  margin: 0px!important;
}
.cid-shEKXVA1r5 div {
  font-weight: 400 !important;
}
.cid-shKDAbyOvZ {
  padding-top: 225px;
  padding-bottom: 225px;
  background-image: url("../../../assets/images/4.webp");
}
.cid-shKDAbyOvZ .card-wrapper {
  z-index: 3;
}
.cid-shKDAbyOvZ .card-wrapper .mbr-section-title {
  letter-spacing: 1px;
  transition: all 2.5s cubic-bezier(0, 0.74, 0.52, 1.2);
}
.cid-shKDAbyOvZ:hover .mbr-section-title {
  letter-spacing: 10px;
}
.cid-shKDAbyOvZ .full-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 0;
  z-index: 2;
}
.cid-shKDAbyOvZ .popup-btn.card-wrapper {
  z-index: 1 !important;
}
.cid-shKDAbyOvZ H2 {
  color: #ffffff;
  text-align: center;
}
.cid-shfBmSBmYU {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-shfBmSBmYU H3 {
  color: #343434;
}
.cid-shfBmSBmYU H4 {
  color: #767676;
}
.cid-shfBtQkp7z {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-shfBtQkp7z .mbr-text,
.cid-shfBtQkp7z .ornament {
  color: #343434;
  text-align: center;
}
.cid-shfBtQkp7z div {
  font-weight: 400 !important;
}
.cid-shfssdnTzQ {
  padding-top: 30px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-shfssdnTzQ .card-wrapper {
  overflow: hidden;
  height: 100%;
  background: #ffffff;
  color: #444444;
  padding: 0;
}
.cid-shfssdnTzQ .ico-line {
  display: inline-block;
  width: 100%;
}
.cid-shfssdnTzQ p {
  line-height: 1.6;
}
.cid-shfssdnTzQ .rev,
.cid-shfssdnTzQ .mbr-iconfont {
  display: inline-block;
}
.cid-shfssdnTzQ .card-title {
  color: #343434;
  margin: 0;
  line-height: 1.3;
  padding-bottom: 1rem;
  text-align: center;
}
.cid-shfssdnTzQ .card-box {
  padding: 1.5rem;
}
.cid-shfssdnTzQ .mbr-section-title {
  margin: 0 auto;
  color: #000000;
  text-align: center;
}
.cid-shfssdnTzQ .mbr-section-sub-title {
  text-align: center;
  color: #767676;
}
.cid-shfssdnTzQ .mbr-section-title,
.cid-shfssdnTzQ .line-wrap {
  text-align: center;
  color: #343434;
}
.cid-shfssdnTzQ .rev {
  color: #0a1c44;
}
.cid-shfssdnTzQ .card-text,
.cid-shfssdnTzQ .mbr-section-btn,
.cid-shfssdnTzQ .ico-line {
  color: #343434;
  text-align: center;
}
.cid-shKJh7YdtB {
  padding-top: 225px;
  padding-bottom: 225px;
  background-image: url("../../../assets/images/5-1.webp");
}
.cid-shKJh7YdtB .card-wrapper {
  z-index: 3;
}
.cid-shKJh7YdtB .card-wrapper .mbr-section-title {
  letter-spacing: 1px;
  transition: all 2.5s cubic-bezier(0, 0.74, 0.52, 1.2);
}
.cid-shKJh7YdtB:hover .mbr-section-title {
  letter-spacing: 10px;
}
.cid-shKJh7YdtB .full-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 0;
  z-index: 2;
}
.cid-shKJh7YdtB .popup-btn.card-wrapper {
  z-index: 1 !important;
}
.cid-shKJh7YdtB H2 {
  color: #ffffff;
  text-align: center;
}
.cid-sh5zhfgbCr {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sh5zhfgbCr H3 {
  color: #343434;
}
.cid-sh5zhfgbCr H4 {
  color: #767676;
}
.cid-sh5zhfgbCr div {
  font-weight: 400 !important;
}
.cid-shwpX7Vhk6 {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-shwpX7Vhk6 .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-shwpX7Vhk6 textarea {
  min-height: 150px;
}
.cid-shwpX7Vhk6 .google-map {
  height: 27rem;
  position: relative;
}
.cid-shwpX7Vhk6 .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-shwpX7Vhk6 .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-shwpX7Vhk6 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-shwpX7Vhk6 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-shwpX7Vhk6 .mbr-iconfont {
  position: absolute;
  right: 1.2rem;
  color: #ed0014;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.2rem;
}
@media (max-width: 992px) {
  .cid-shwpX7Vhk6 .google-map {
    margin-bottom: 3rem;
  }
}
.cid-shwpX7Vhk6 H5 {
  color: #343434;
}
.cid-shwpX7Vhk6 .btn {
  box-shadow: none !important;
}
.cid-sh5UfwAUbg {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-sh5UfwAUbg .content {
    text-align: center;
  }
  .cid-sh5UfwAUbg .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sh5UfwAUbg .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-sh5UfwAUbg .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-sh5UfwAUbg .media-wrap img {
  height: 6rem;
}
.cid-sh5UfwAUbg .mbr-text {
  color: #8d97ad;
}
.cid-sh5UfwAUbg .p-title {
  font-size: 17px;
}
.cid-sh5UfwAUbg .p-title span {
  color: #111111;
}
.cid-sh5UfwAUbg .title-card {
  font-size: 1.3rem;
}
.cid-sh5UfwAUbg .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-sh5UfwAUbg .social-media ul li {
  margin-right: .5rem;
  display: inline-block;
  margin-bottom: .5rem;
}
.cid-sh5UfwAUbg .footer-menu {
  margin-bottom: 0;
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
}
.cid-sh5UfwAUbg .footer-menu__item {
  font-size: 18px;
  padding-right: 1.5rem;
}
.cid-sh5UfwAUbg .footer-menu__item:last-child {
  padding-right: 0;
}
.cid-sh5UfwAUbg .copyright {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sh5UfwAUbg .copyright img {
  margin-right: 10px;
}
.cid-sh5UfwAUbg .icon-transition span {
  color: #ffffff;
  display: flex;
  padding: 1rem;
  border-radius: 50%;
  background-color: #ed0014;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-sh5UfwAUbg .icon-transition span:hover {
  background-color: #c2071d;
}
@media (max-width: 767px) {
  .cid-sh5UfwAUbg .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sh5UfwAUbg .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
}
@media (max-width: 767px) {
  .cid-sh5UfwAUbg .footer-menu {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sh5UfwAUbg H5 {
  color: #343434;
}
.cid-sh5UfwAUbg .p-title,
.cid-sh5UfwAUbg .social-media {
  color: #343434;
}
.cid-sh5UfwAUbg .copyright > p {
  color: #757e92;
}
.cid-sh5UfwAUbg div {
  font-weight: 400 !important;
}
.cid-sidUOzuaD3 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f5f5f5;
}
.cid-sidUOzuaD3 .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-sidUOzuaD3 .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-sidUOzuaD3 .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-sidUOzuaD3 .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-sidUOzuaD3 .socicon-bg-vkontakte {
  background: #4680C2;
  color: #ffffff;
}
.cid-sidUOzuaD3 .socicon-bg-vkontakte:hover {
  background: #3567a0;
}
.cid-sidUOzuaD3 .socicon-bg-odnoklassniki {
  background: #ee8208;
  color: #ffffff;
}
.cid-sidUOzuaD3 .socicon-bg-odnoklassniki:hover {
  background: #bd6706;
}
.cid-sidUOzuaD3 .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-sidUOzuaD3 .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-sidUOzuaD3 .socicon-bg-mail {
  background: #005ff9;
  color: #ffffff;
}
.cid-sidUOzuaD3 .socicon-bg-mail:hover {
  background: #004cc6;
}
.cid-sidUOzuaD3 .btn-social {
  font-size: 22px;
  border-radius: 50%;
  padding: 0;
  width: 55px;
  height: 55px;
  line-height: 55px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  border: none !important;
}
.cid-sidUOzuaD3 .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-sidUOzuaD3 [class^="socicon-"]:before,
.cid-sidUOzuaD3 [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-sidUOzuaD3 .mbr-section-title,
.cid-sidUOzuaD3 .mbr-social-likes {
  color: #292929;
}
.cid-sh8IIduC1g {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #292929;
}
.cid-sh8IIduC1g .mbr-text {
  color: #ffffff;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-sh8IIduC1g p {
    text-align: center;
  }
  .cid-sh8IIduC1g .row {
    -webkit-box-pack: center;
    justify-content: center;
  }
}
.cid-sh8IIduC1g div {
  font-weight: 400 !important;
}
.cid-shVTGl506A {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-shVTGl506A .mbr-section-title {
  text-align: center;
  color: #343434;
}
.cid-shVTGl506A .mbr-section-subtitle {
  text-align: center;
  color: #333333;
}
.cid-shVTGl506A .mbr-text {
  color: #343434;
}
.cid-shVUQju52K {
  padding-top: 0px;
  padding-bottom: 120px;
  background-color: #ffffff;
}
.cid-shVUQju52K .mbr-text,
.cid-shVUQju52K .typed-text,
.cid-shVUQju52K .mbr-section-text {
  letter-spacing: 0.03rem;
}
.cid-shVUQju52K .btn {
  margin-left: 4px !important;
}
.cid-shVUQju52K .animated-element {
  color: #ffbc00;
}
.cid-shVUQju52K .typed-cursor {
  opacity: 1;
  -webkit-animation: blink 0.7s infinite;
  -moz-animation: blink 0.7s infinite;
  animation: blink 0.7s infinite;
  color: #ffbc00;
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.cid-sh8IIduC1g {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #292929;
}
.cid-sh8IIduC1g .mbr-text {
  color: #ffffff;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-sh8IIduC1g p {
    text-align: center;
  }
  .cid-sh8IIduC1g .row {
    -webkit-box-pack: center;
    justify-content: center;
  }
}
.cid-sh8IIduC1g div {
  font-weight: 400 !important;
}
