body {
  font-family: Josefin Sans;
}
.display-1 {
  font-family: 'Cormorant Upright', serif;
  font-size: 3rem;
}
.display-1 > .mbr-iconfont {
  font-size: 4.8rem;
}
.display-2 {
  font-family: 'Cormorant Upright', serif;
  font-size: 2.25rem;
}
.display-2 > .mbr-iconfont {
  font-size: 3.6rem;
}
.display-4 {
  font-family: 'Cormorant Upright', serif;
  font-size: 1.3rem;
}
.display-4 > .mbr-iconfont {
  font-size: 2.08rem;
}
.display-5 {
  font-family: 'Cormorant Upright', serif;
  font-size: 1.9rem;
}
.display-5 > .mbr-iconfont {
  font-size: 3.04rem;
}
.display-7 {
  font-family: 'Cormorant Upright', serif;
  font-size: 1.3rem;
}
.display-7 > .mbr-iconfont {
  font-size: 2.08rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 768px) {
  .display-1 {
    font-size: 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-2 {
    font-size: 1.8rem;
    font-size: calc( 1.4375rem + (2.25 - 1.4375) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.4375rem + (2.25 - 1.4375) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 1.04rem;
    font-size: calc( 1.105rem + (1.3 - 1.105) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.105rem + (1.3 - 1.105) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.52rem;
    font-size: calc( 1.315rem + (1.9 - 1.315) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.315rem + (1.9 - 1.315) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.8rem 2rem;
  border-radius: 0px;
}
.btn-sm {
  padding: 0.5rem 1.5rem;
  border-radius: 0px;
}
.btn-md {
  padding: 0.8rem 2rem;
  border-radius: 0px;
}
.btn-lg {
  padding: 0.8rem 2rem;
  border-radius: 0px;
}
.bg-primary {
  background-color: #9f3942 !important;
}
.bg-success {
  background-color: #9f3942 !important;
}
.bg-info {
  background-color: #9f3942 !important;
}
.bg-warning {
  background-color: #c1c1c1 !important;
}
.bg-danger {
  background-color: #444444 !important;
}
.btn-primary,
.btn-primary:active,
.btn-primary.active {
  background-color: #9f3942 !important;
  border-color: #9f3942 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus {
  color: #ffffff !important;
  background-color: #67252b !important;
  border-color: #67252b !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #67252b !important;
  border-color: #67252b !important;
}
.btn-secondary,
.btn-secondary:active,
.btn-secondary.active {
  background-color: #9f3942 !important;
  border-color: #9f3942 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus {
  color: #ffffff !important;
  background-color: #67252b !important;
  border-color: #67252b !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #67252b !important;
  border-color: #67252b !important;
}
.btn-info,
.btn-info:active,
.btn-info.active {
  background-color: #9f3942 !important;
  border-color: #9f3942 !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus {
  color: #ffffff !important;
  background-color: #67252b !important;
  border-color: #67252b !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #67252b !important;
  border-color: #67252b !important;
}
.btn-success,
.btn-success:active,
.btn-success.active {
  background-color: #9f3942 !important;
  border-color: #9f3942 !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus {
  color: #ffffff !important;
  background-color: #67252b !important;
  border-color: #67252b !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #67252b !important;
  border-color: #67252b !important;
}
.btn-warning,
.btn-warning:active,
.btn-warning.active {
  background-color: #c1c1c1 !important;
  border-color: #c1c1c1 !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus {
  color: #ffffff !important;
  background-color: #9b9b9b !important;
  border-color: #9b9b9b !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #9b9b9b !important;
  border-color: #9b9b9b !important;
}
.btn-danger,
.btn-danger:active,
.btn-danger.active {
  background-color: #444444 !important;
  border-color: #444444 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus {
  color: #ffffff !important;
  background-color: #1e1e1e !important;
  border-color: #1e1e1e !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #1e1e1e !important;
  border-color: #1e1e1e !important;
}
.btn-white {
  color: #333333 !important;
}
.btn-white,
.btn-white:active,
.btn-white.active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus {
  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,
.btn-black.active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus {
  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,
.btn-primary-outline.active {
  background: none;
  border-color: #541e23;
  color: #541e23;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus {
  color: #ffffff;
  background-color: #9f3942;
  border-color: #9f3942;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #9f3942 !important;
  border-color: #9f3942 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active,
.btn-secondary-outline.active {
  background: none;
  border-color: #541e23;
  color: #541e23;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus {
  color: #ffffff;
  background-color: #9f3942;
  border-color: #9f3942;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #9f3942 !important;
  border-color: #9f3942 !important;
}
.btn-info-outline,
.btn-info-outline:active,
.btn-info-outline.active {
  background: none;
  border-color: #541e23;
  color: #541e23;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus {
  color: #ffffff;
  background-color: #9f3942;
  border-color: #9f3942;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #9f3942 !important;
  border-color: #9f3942 !important;
}
.btn-success-outline,
.btn-success-outline:active,
.btn-success-outline.active {
  background: none;
  border-color: #541e23;
  color: #541e23;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus {
  color: #ffffff;
  background-color: #9f3942;
  border-color: #9f3942;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #9f3942 !important;
  border-color: #9f3942 !important;
}
.btn-warning-outline,
.btn-warning-outline:active,
.btn-warning-outline.active {
  background: none;
  border-color: #8e8e8e;
  color: #8e8e8e;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus {
  color: #ffffff;
  background-color: #c1c1c1;
  border-color: #c1c1c1;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #c1c1c1 !important;
  border-color: #c1c1c1 !important;
}
.btn-danger-outline,
.btn-danger-outline:active,
.btn-danger-outline.active {
  background: none;
  border-color: #111111;
  color: #111111;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus {
  color: #ffffff;
  background-color: #444444;
  border-color: #444444;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #444444 !important;
  border-color: #444444 !important;
}
.btn-black-outline,
.btn-black-outline:active,
.btn-black-outline.active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus {
  color: #ffffff;
  background-color: #333333;
  border-color: #333333;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-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: #9f3942 !important;
}
.text-secondary {
  color: #9f3942 !important;
}
.text-success {
  color: #9f3942 !important;
}
.text-info {
  color: #9f3942 !important;
}
.text-warning {
  color: #c1c1c1 !important;
}
.text-danger {
  color: #444444 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #541e23 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #541e23 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #541e23 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #541e23 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #8e8e8e !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #111111 !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: #9f3942;
}
.alert-info {
  background-color: #9f3942;
}
.alert-warning {
  background-color: #c1c1c1;
}
.alert-danger {
  background-color: #444444;
}
.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: #9f3942;
  border-color: #9f3942;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #9f3942;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #d3848b;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #d3848b;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #d3848b;
}
.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: #b7b7b7;
}
/* Scroll to top button*/
#scrollToTop a {
  border: 2px solid #ffffff;
}
#scrollToTop a i:before {
  background: #ffffff;
}
#scrollToTop a i:after {
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
}
.mbr-arrow a i {
  color: #ffffff;
}
.form-control {
  font-family: 'Cormorant Upright', serif;
  font-size: 1.3rem;
}
.form-control > .mbr-iconfont {
  font-size: 2.08rem;
}
blockquote {
  border-color: #9f3942;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #9f3942;
  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-number__spin {
  border-radius: 0;
  background-color: #efefef;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #9f3942;
  border-bottom-color: #9f3942;
}
.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: #9f3942 !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: #9f3942 !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='%239f3942' %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-ssnXVTyTjH .nav-item:focus,
.cid-ssnXVTyTjH .nav-link:focus {
  outline: none;
}
.cid-ssnXVTyTjH .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-ssnXVTyTjH .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ssnXVTyTjH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-ssnXVTyTjH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-ssnXVTyTjH .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ssnXVTyTjH .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-ssnXVTyTjH .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-ssnXVTyTjH .navbar .dropdown-item {
  padding: 0.235rem 1.5rem;
}
.cid-ssnXVTyTjH .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-ssnXVTyTjH .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-ssnXVTyTjH .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-ssnXVTyTjH .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ssnXVTyTjH .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ssnXVTyTjH .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-ssnXVTyTjH .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ssnXVTyTjH .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ssnXVTyTjH .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ssnXVTyTjH .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ssnXVTyTjH .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-ssnXVTyTjH .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ssnXVTyTjH .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ssnXVTyTjH .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-ssnXVTyTjH .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-ssnXVTyTjH .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ssnXVTyTjH .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ssnXVTyTjH .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-ssnXVTyTjH .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-ssnXVTyTjH .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ssnXVTyTjH .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-ssnXVTyTjH .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-ssnXVTyTjH .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-ssnXVTyTjH .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-ssnXVTyTjH .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ssnXVTyTjH .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ssnXVTyTjH .dropdown-item.active,
.cid-ssnXVTyTjH .dropdown-item:active {
  background-color: transparent;
}
.cid-ssnXVTyTjH .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ssnXVTyTjH .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ssnXVTyTjH .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ssnXVTyTjH .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-ssnXVTyTjH .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ssnXVTyTjH .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ssnXVTyTjH ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-ssnXVTyTjH .navbar-buttons {
  text-align: center;
}
.cid-ssnXVTyTjH 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-ssnXVTyTjH button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-ssnXVTyTjH button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ssnXVTyTjH button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ssnXVTyTjH button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ssnXVTyTjH button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ssnXVTyTjH nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ssnXVTyTjH nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ssnXVTyTjH nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ssnXVTyTjH nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ssnXVTyTjH .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-ssnXVTyTjH a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-ssnXVTyTjH .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ssnXVTyTjH .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-ssnXVTyTjH .icons-menu span {
  font-size: 20px;
  color: #232323;
}
.cid-ssnXVTyTjH .nav-link:hover,
.cid-ssnXVTyTjH .dropdown-item:hover,
.cid-ssnXVTyTjH .icons-menu .mbr-iconfont:hover {
  color: #cccccc !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ssnXVTyTjH .navbar {
    height: 77px;
  }
  .cid-ssnXVTyTjH .navbar.opened {
    height: auto;
  }
}
.cid-sso0DbzDkr {
  background-image: url("../../../assets/images/the-stone-jug-clophill-2000x1500.jpg");
}
.cid-sso0DbzDkr .mbr-overlay {
  background: #000000;
}
.cid-sso0DbzDkr .mbr-section-title {
  letter-spacing: 0.5rem;
  color: #ffffff;
}
.cid-sso0DbzDkr .mbr-text,
.cid-sso0DbzDkr .mbr-section-btn {
  color: #ffffff;
}
.cid-sso0DbzDkr .mbr-section-subtitle {
  color: #ffffff;
}
.cid-ssnYanrOjJ {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-ssnYanrOjJ .text-box {
  position: absolute;
  top: 0px;
  min-height: 100%;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
}
.cid-ssnYanrOjJ .text-block {
  position: relative;
  z-index: 0;
}
.cid-ssnYanrOjJ .box {
  width: 25%;
  height: 40%;
  background: #f9d4d7;
  position: absolute;
  top: 4%;
}
.cid-ssnYanrOjJ .box {
  left: 20%;
}
.cid-ssnYanrOjJ .text-box {
  left: 0;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.cid-ssnYanrOjJ .mbr-section-text,
.cid-ssnYanrOjJ .mbr-section-title {
  margin-left: 31%;
  margin-left: 0;
}
@media (max-width: 991px) {
  .cid-ssnYanrOjJ .text-box {
    display: none;
  }
  .cid-ssnYanrOjJ .mbr-section-title,
  .cid-ssnYanrOjJ .mbr-section-text {
    margin: auto;
  }
}
@media (max-width: 767px) {
  .cid-ssnYanrOjJ .box {
    display: none;
  }
  .cid-ssnYanrOjJ .row {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .cid-ssnYanrOjJ .img-block {
    margin-bottom: 1rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ssnYanrOjJ .text-box {
    writing-mode: bt-rl;
  }
}
.cid-ssnYanrOjJ .mbr-section-title {
  text-align: left;
  color: #9f3942;
}
.cid-ssnYanrOjJ .mbr-section-text {
  text-align: left;
  color: #444444;
}
.cid-ssnYbE3cZw {
  padding-top: 45px;
  padding-bottom: 90px;
  background-color: #ededed;
}
.cid-ssnYbE3cZw .content-block {
  text-align: center;
  position: absolute;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 80%;
  background-color: #ffffff;
  transition: all 0.4s ease-in-out;
}
.cid-ssnYbE3cZw .content-block .mbr-text {
  margin: 0;
}
.cid-ssnYbE3cZw .content-section {
  height: 100%;
  padding: 0 3rem;
  margin-bottom: 2rem;
}
.cid-ssnYbE3cZw .image-wrap:hover img {
  opacity: 1;
  -webkit-transform: translateY(-4%);
  transform: translateY(-4%);
}
.cid-ssnYbE3cZw .image-wrap:hover > .content-block {
  opacity: 0.6;
}
.cid-ssnYbE3cZw .image-wrap {
  width: 100%;
  height: 100%;
}
.cid-ssnYbE3cZw .image-wrap img {
  transition: all 0.3s ease-in-out;
  width: 100%;
}
.cid-ssnYbE3cZw h4.mbr-text a {
  display: block;
  min-width: 100%;
}
.cid-ssnYbE3cZw .mbr-section-title {
  color: #9f3942;
}
.cid-ssnYbE3cZw .mbr-section-subtitle {
  color: #444444;
}
.cid-ssohS0ypDN {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #9f3942;
  transition: background-color 0.3s ease-in-out;
}
.cid-ssohS0ypDN:hover {
  background-color: #f5aeb5;
}
.cid-ssohS0ypDN .mbr-section-title {
  margin: 0;
}
.cid-ssohS0ypDN .card-wrapper {
  z-index: 3;
}
.cid-ssohS0ypDN .full-link {
  position: absolute !important;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 0;
  z-index: 2;
}
.cid-ssohS0ypDN .popup-btn.card-wrapper {
  z-index: 1 !important;
}
.cid-ssof1yf9OD {
  padding-top: 90px;
  padding-bottom: 120px;
  background-color: #ffffff;
}
.cid-ssof1yf9OD .text-box {
  position: absolute;
  top: 0px;
  min-height: 100%;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
}
.cid-ssof1yf9OD .text-block {
  position: relative;
  z-index: 0;
}
.cid-ssof1yf9OD .box {
  width: 25%;
  height: 40%;
  background: #e2f7df;
  position: absolute;
  top: 4%;
}
.cid-ssof1yf9OD .box {
  left: 20%;
}
.cid-ssof1yf9OD .text-box {
  left: 0;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.cid-ssof1yf9OD .mbr-section-text,
.cid-ssof1yf9OD .mbr-section-title {
  margin-left: 31%;
  margin-left: 0;
}
@media (max-width: 991px) {
  .cid-ssof1yf9OD .text-box {
    display: none;
  }
  .cid-ssof1yf9OD .mbr-section-title,
  .cid-ssof1yf9OD .mbr-section-text {
    margin: auto;
  }
}
@media (max-width: 767px) {
  .cid-ssof1yf9OD .box {
    display: none;
  }
  .cid-ssof1yf9OD .row {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .cid-ssof1yf9OD .img-block {
    margin-bottom: 1rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ssof1yf9OD .text-box {
    writing-mode: bt-rl;
  }
}
.cid-ssof1yf9OD .mbr-section-text {
  text-align: left;
  color: #444444;
}
.cid-ssof1yf9OD .mbr-section-title {
  text-align: left;
  color: #9f3942;
}
.cid-ssnYB5IINX {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/mbr-1920x1280.jpg");
}
.cid-ssnYB5IINX .row {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-align-items: stretch;
  align-items: stretch;
}
.cid-ssnYB5IINX .content-panel {
  padding: 3rem;
  background-color: #444444;
}
@media (min-width: 767px) {
  .cid-ssnYB5IINX .text-block {
    padding-right: 0;
  }
}
.cid-ssnYB5IINX .google-map {
  width: 100%;
  height: 30rem;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: gray;
}
.cid-ssnYB5IINX .google-map iframe {
  width: inherit;
  height: 100%;
}
.cid-ssnYB5IINX .google-map iframe .place-card {
  margin-left: 40px !important;
}
.cid-ssnYB5IINX .google-map .place-card {
  margin-left: 40px !important;
}
.cid-ssnYB5IINX .adress-block {
  color: #ffffff;
}
.cid-ssnYB5IINX .mbr-section-subtitle {
  color: #ffffff;
}
.cid-ssomjAoeMa {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #9f3942;
  transition: background-color 0.3s ease-in-out;
}
.cid-ssomjAoeMa:hover {
  background-color: #f5aeb5;
}
.cid-ssomjAoeMa .mbr-section-title {
  margin: 0;
}
.cid-ssomjAoeMa .card-wrapper {
  z-index: 3;
}
.cid-ssomjAoeMa .full-link {
  position: absolute !important;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 0;
  z-index: 2;
}
.cid-ssomjAoeMa .popup-btn.card-wrapper {
  z-index: 1 !important;
}
.cid-tkrobVe3ej {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #444444;
}
.cid-tkrobVe3ej .mbr-section-subtitle {
  letter-spacing: 1px;
  margin-bottom: 1.5rem;
  color: #cccccc;
}
.cid-tkrobVe3ej .first-column .mbr-text {
  margin: 0;
}
.cid-tkrobVe3ej .icons-wrapper ul {
  margin: 0;
  padding: 0;
}
.cid-tkrobVe3ej .icons-wrapper ul li {
  margin-right: 1.25rem;
  display: inline-block;
}
.cid-tkrobVe3ej .icons-wrapper ul li .mbr-iconfont {
  color: #ffffff;
  font-size: 1.5rem;
}
.cid-tkrobVe3ej .icons-wrapper ul li .mbr-iconfont:hover {
  color: #878787;
}
.cid-tkrobVe3ej .form-group {
  max-width: 55%;
}
.cid-tkrobVe3ej .form-group,
.cid-tkrobVe3ej .mbr-section-btn {
  margin: 0;
  padding: 0;
  display: -webkit-flex;
}
.cid-tkrobVe3ej .form-control {
  font-size: .9rem;
  border: none;
  border-radius: 0;
  width: 100%;
  padding: .3rem .5rem;
  background: #000000;
  color: #d8d7d7;
}
.cid-tkrobVe3ej .form-control::-webkit-input-placeholder {
  color: #d8d7d7;
}
.cid-tkrobVe3ej .form-control::-moz-placeholder {
  color: #d8d7d7;
}
.cid-tkrobVe3ej .form-control:-moz-placeholder {
  color: #d8d7d7;
}
.cid-tkrobVe3ej .form-control:-ms-input-placeholder {
  color: #d8d7d7;
}
.cid-tkrobVe3ej .col + .mbr-section-btn .btn,
.cid-tkrobVe3ej .col-auto + .mbr-section-btn .btn {
  margin: 0 !important;
  height: 100%;
  border-radius: 0px !important;
  padding: 0 2.2rem !important;
}
.cid-tkrobVe3ej .dragArea > *:nth-last-child(2).col,
.cid-tkrobVe3ej .dragArea > *:nth-last-child(2).col-auto,
.cid-tkrobVe3ej .col + .mbr-section-btn,
.cid-tkrobVe3ej .col-auto + .mbr-section-btn {
  padding-left: 0;
  padding-right: 0;
  margin: 0;
}
@media (max-width: 991px) {
  .cid-tkrobVe3ej .first-column,
  .cid-tkrobVe3ej .second-column {
    padding-bottom: 2rem;
  }
  .cid-tkrobVe3ej .mbr-form .row {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-tkrobVe3ej .first-column,
  .cid-tkrobVe3ej .second-column,
  .cid-tkrobVe3ej .third-column {
    text-align: center;
  }
}
.cid-tkrobVe3ej .mbr-section-subtitle,
.cid-tkrobVe3ej .icons-wrapper {
  color: #ffffff;
}
.cid-ssoeSfUEhr {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #232323;
}
.cid-ssoeSfUEhr a:link {
  text-decoration: none;
}
.cid-ssoeSfUEhr .icon-transition span {
  color: #ffffff;
  display: block;
  height: 3em;
  line-height: 3em;
  border-radius: 50%;
  border: 2px solid #333333;
  width: 3em;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-ssoeSfUEhr .icon-transition span:hover {
  background-color: #62d89f;
}
.cid-ssoeSfUEhr .inner-text {
  line-height: 3em;
}
.cid-ssoeSfUEhr .social-media {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-ssoeSfUEhr .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-ssoeSfUEhr .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-ssoeSfUEhr .content-text,
.cid-ssoeSfUEhr .inner-text {
  color: #efefef;
  text-align: center;
}
.cid-ssoLUDQwae .nav-item:focus,
.cid-ssoLUDQwae .nav-link:focus {
  outline: none;
}
.cid-ssoLUDQwae .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-ssoLUDQwae .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ssoLUDQwae .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-ssoLUDQwae .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-ssoLUDQwae .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ssoLUDQwae .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-ssoLUDQwae .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-ssoLUDQwae .navbar .dropdown-item {
  padding: 0.235rem 1.5rem;
}
.cid-ssoLUDQwae .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-ssoLUDQwae .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-ssoLUDQwae .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-ssoLUDQwae .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ssoLUDQwae .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ssoLUDQwae .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-ssoLUDQwae .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ssoLUDQwae .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ssoLUDQwae .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ssoLUDQwae .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ssoLUDQwae .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-ssoLUDQwae .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ssoLUDQwae .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ssoLUDQwae .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-ssoLUDQwae .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-ssoLUDQwae .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ssoLUDQwae .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ssoLUDQwae .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-ssoLUDQwae .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-ssoLUDQwae .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ssoLUDQwae .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-ssoLUDQwae .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-ssoLUDQwae .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-ssoLUDQwae .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-ssoLUDQwae .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ssoLUDQwae .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ssoLUDQwae .dropdown-item.active,
.cid-ssoLUDQwae .dropdown-item:active {
  background-color: transparent;
}
.cid-ssoLUDQwae .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ssoLUDQwae .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ssoLUDQwae .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ssoLUDQwae .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-ssoLUDQwae .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ssoLUDQwae .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ssoLUDQwae ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-ssoLUDQwae .navbar-buttons {
  text-align: center;
}
.cid-ssoLUDQwae 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-ssoLUDQwae button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-ssoLUDQwae button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ssoLUDQwae button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ssoLUDQwae button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ssoLUDQwae button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ssoLUDQwae nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ssoLUDQwae nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ssoLUDQwae nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ssoLUDQwae nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ssoLUDQwae .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-ssoLUDQwae a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-ssoLUDQwae .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ssoLUDQwae .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-ssoLUDQwae .icons-menu span {
  font-size: 20px;
  color: #232323;
}
.cid-ssoLUDQwae .nav-link:hover,
.cid-ssoLUDQwae .dropdown-item:hover,
.cid-ssoLUDQwae .icons-menu .mbr-iconfont:hover {
  color: #cccccc !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ssoLUDQwae .navbar {
    height: 77px;
  }
  .cid-ssoLUDQwae .navbar.opened {
    height: auto;
  }
}
.cid-ssoNntTyz4 {
  padding-top: 135px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/st-20-2000x1335.jpeg");
}
.cid-ssoNntTyz4 .mbr-overlay {
  background: #232323;
}
.cid-ssoNntTyz4 .mbr-section-title {
  letter-spacing: 0.5rem;
  color: #ffffff;
}
.cid-ssoNntTyz4 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-ssoNntTyz4 .mbr-text,
.cid-ssoNntTyz4 .mbr-section-btn {
  color: #ffffff;
}
.cid-stlXvKCwQk {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-tkrpqDIi92 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/mbr-1920x1280.jpg");
}
.cid-tkrpqDIi92 .row {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-align-items: stretch;
  align-items: stretch;
}
.cid-tkrpqDIi92 .content-panel {
  padding: 3rem;
  background-color: #444444;
}
@media (min-width: 767px) {
  .cid-tkrpqDIi92 .text-block {
    padding-right: 0;
  }
}
.cid-tkrpqDIi92 .google-map {
  width: 100%;
  height: 30rem;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: gray;
}
.cid-tkrpqDIi92 .google-map iframe {
  width: inherit;
  height: 100%;
}
.cid-tkrpqDIi92 .google-map iframe .place-card {
  margin-left: 40px !important;
}
.cid-tkrpqDIi92 .google-map .place-card {
  margin-left: 40px !important;
}
.cid-tkrpqDIi92 .adress-block {
  color: #ffffff;
}
.cid-tkrpqDIi92 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-ssoLUF49lC {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #9f3942;
  transition: background-color 0.3s ease-in-out;
}
.cid-ssoLUF49lC:hover {
  background-color: #f5aeb5;
}
.cid-ssoLUF49lC .mbr-section-title {
  margin: 0;
}
.cid-ssoLUF49lC .card-wrapper {
  z-index: 3;
}
.cid-ssoLUF49lC .full-link {
  position: absolute !important;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 0;
  z-index: 2;
}
.cid-ssoLUF49lC .popup-btn.card-wrapper {
  z-index: 1 !important;
}
.cid-tkrobVe3ej {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #444444;
}
.cid-tkrobVe3ej .mbr-section-subtitle {
  letter-spacing: 1px;
  margin-bottom: 1.5rem;
  color: #cccccc;
}
.cid-tkrobVe3ej .first-column .mbr-text {
  margin: 0;
}
.cid-tkrobVe3ej .icons-wrapper ul {
  margin: 0;
  padding: 0;
}
.cid-tkrobVe3ej .icons-wrapper ul li {
  margin-right: 1.25rem;
  display: inline-block;
}
.cid-tkrobVe3ej .icons-wrapper ul li .mbr-iconfont {
  color: #ffffff;
  font-size: 1.5rem;
}
.cid-tkrobVe3ej .icons-wrapper ul li .mbr-iconfont:hover {
  color: #878787;
}
.cid-tkrobVe3ej .form-group {
  max-width: 55%;
}
.cid-tkrobVe3ej .form-group,
.cid-tkrobVe3ej .mbr-section-btn {
  margin: 0;
  padding: 0;
  display: -webkit-flex;
}
.cid-tkrobVe3ej .form-control {
  font-size: .9rem;
  border: none;
  border-radius: 0;
  width: 100%;
  padding: .3rem .5rem;
  background: #000000;
  color: #d8d7d7;
}
.cid-tkrobVe3ej .form-control::-webkit-input-placeholder {
  color: #d8d7d7;
}
.cid-tkrobVe3ej .form-control::-moz-placeholder {
  color: #d8d7d7;
}
.cid-tkrobVe3ej .form-control:-moz-placeholder {
  color: #d8d7d7;
}
.cid-tkrobVe3ej .form-control:-ms-input-placeholder {
  color: #d8d7d7;
}
.cid-tkrobVe3ej .col + .mbr-section-btn .btn,
.cid-tkrobVe3ej .col-auto + .mbr-section-btn .btn {
  margin: 0 !important;
  height: 100%;
  border-radius: 0px !important;
  padding: 0 2.2rem !important;
}
.cid-tkrobVe3ej .dragArea > *:nth-last-child(2).col,
.cid-tkrobVe3ej .dragArea > *:nth-last-child(2).col-auto,
.cid-tkrobVe3ej .col + .mbr-section-btn,
.cid-tkrobVe3ej .col-auto + .mbr-section-btn {
  padding-left: 0;
  padding-right: 0;
  margin: 0;
}
@media (max-width: 991px) {
  .cid-tkrobVe3ej .first-column,
  .cid-tkrobVe3ej .second-column {
    padding-bottom: 2rem;
  }
  .cid-tkrobVe3ej .mbr-form .row {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-tkrobVe3ej .first-column,
  .cid-tkrobVe3ej .second-column,
  .cid-tkrobVe3ej .third-column {
    text-align: center;
  }
}
.cid-tkrobVe3ej .mbr-section-subtitle,
.cid-tkrobVe3ej .icons-wrapper {
  color: #ffffff;
}
.cid-ssoLUGkxKK {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #232323;
}
.cid-ssoLUGkxKK a:link {
  text-decoration: none;
}
.cid-ssoLUGkxKK .icon-transition span {
  color: #ffffff;
  display: block;
  height: 3em;
  line-height: 3em;
  border-radius: 50%;
  border: 2px solid #333333;
  width: 3em;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-ssoLUGkxKK .icon-transition span:hover {
  background-color: #62d89f;
}
.cid-ssoLUGkxKK .inner-text {
  line-height: 3em;
}
.cid-ssoLUGkxKK .social-media {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-ssoLUGkxKK .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-ssoLUGkxKK .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-ssoLUGkxKK .content-text,
.cid-ssoLUGkxKK .inner-text {
  color: #c1c1c1;
  text-align: center;
}
.cid-ssoLDeck6Y .nav-item:focus,
.cid-ssoLDeck6Y .nav-link:focus {
  outline: none;
}
.cid-ssoLDeck6Y .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-ssoLDeck6Y .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ssoLDeck6Y .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-ssoLDeck6Y .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-ssoLDeck6Y .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ssoLDeck6Y .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-ssoLDeck6Y .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-ssoLDeck6Y .navbar .dropdown-item {
  padding: 0.235rem 1.5rem;
}
.cid-ssoLDeck6Y .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-ssoLDeck6Y .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-ssoLDeck6Y .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-ssoLDeck6Y .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ssoLDeck6Y .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ssoLDeck6Y .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-ssoLDeck6Y .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ssoLDeck6Y .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ssoLDeck6Y .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ssoLDeck6Y .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ssoLDeck6Y .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-ssoLDeck6Y .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ssoLDeck6Y .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ssoLDeck6Y .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-ssoLDeck6Y .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-ssoLDeck6Y .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ssoLDeck6Y .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ssoLDeck6Y .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-ssoLDeck6Y .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-ssoLDeck6Y .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ssoLDeck6Y .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-ssoLDeck6Y .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-ssoLDeck6Y .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-ssoLDeck6Y .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-ssoLDeck6Y .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ssoLDeck6Y .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ssoLDeck6Y .dropdown-item.active,
.cid-ssoLDeck6Y .dropdown-item:active {
  background-color: transparent;
}
.cid-ssoLDeck6Y .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ssoLDeck6Y .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ssoLDeck6Y .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ssoLDeck6Y .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-ssoLDeck6Y .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ssoLDeck6Y .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ssoLDeck6Y ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-ssoLDeck6Y .navbar-buttons {
  text-align: center;
}
.cid-ssoLDeck6Y 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-ssoLDeck6Y button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-ssoLDeck6Y button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ssoLDeck6Y button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ssoLDeck6Y button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ssoLDeck6Y button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ssoLDeck6Y nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ssoLDeck6Y nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ssoLDeck6Y nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ssoLDeck6Y nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ssoLDeck6Y .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-ssoLDeck6Y a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-ssoLDeck6Y .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ssoLDeck6Y .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-ssoLDeck6Y .icons-menu span {
  font-size: 20px;
  color: #232323;
}
.cid-ssoLDeck6Y .nav-link:hover,
.cid-ssoLDeck6Y .dropdown-item:hover,
.cid-ssoLDeck6Y .icons-menu .mbr-iconfont:hover {
  color: #cccccc !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ssoLDeck6Y .navbar {
    height: 77px;
  }
  .cid-ssoLDeck6Y .navbar.opened {
    height: auto;
  }
}
.cid-ssoUbtHGcr {
  padding-top: 135px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/st-20-2000x1335.jpeg");
}
.cid-ssoUbtHGcr .mbr-overlay {
  background: #232323;
}
.cid-ssoUbtHGcr .mbr-section-title {
  letter-spacing: 0.5rem;
  color: #ffffff;
}
.cid-ssoUbtHGcr .mbr-section-subtitle {
  color: #ffffff;
}
.cid-ssoUbtHGcr .mbr-text,
.cid-ssoUbtHGcr .mbr-section-btn {
  color: #ffffff;
}
.cid-u6naNbZepY {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-u6naNbZepY .mbr-text {
  position: relative;
}
.cid-u6naNbZepY .mbr-text:before {
  color: #333333;
  content: '\201C';
  font-size: 3em;
  line-height: 0.1em;
  margin-right: 0.2em;
  vertical-align: -0.4em;
  position: absolute;
  top: 10px;
  left: -2rem;
}
.cid-u6naNbZepY .mbr-text:after {
  color: #333333;
  content: '\201D';
  font-size: 3em;
  line-height: 0.1em;
  vertical-align: -0.45em;
  position: absolute;
  bottom: 10px;
  right: -2rem;
}
.cid-u6naNbZepY .logo img {
  width: auto;
  display: inline-block;
}
@media (max-width: 767px) {
  .cid-u6naNbZepY .mbr-text:after,
  .cid-u6naNbZepY .mbr-text:before {
    display: none;
  }
}
.cid-ssoLDfoAUm {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #9f3942;
  transition: background-color 0.3s ease-in-out;
}
.cid-ssoLDfoAUm:hover {
  background-color: #f5aeb5;
}
.cid-ssoLDfoAUm .mbr-section-title {
  margin: 0;
}
.cid-ssoLDfoAUm .card-wrapper {
  z-index: 3;
}
.cid-ssoLDfoAUm .full-link {
  position: absolute !important;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 0;
  z-index: 2;
}
.cid-ssoLDfoAUm .popup-btn.card-wrapper {
  z-index: 1 !important;
}
.cid-ssoLDfNvZE {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/24pour600.1-600x300.jpg");
}
.cid-ssoLDfNvZE .row {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-align-items: stretch;
  align-items: stretch;
}
.cid-ssoLDfNvZE .content-panel {
  padding: 3rem;
  background-color: #444444;
}
@media (min-width: 767px) {
  .cid-ssoLDfNvZE .text-block {
    padding-right: 0;
  }
}
.cid-ssoLDfNvZE .google-map {
  width: 100%;
  height: 30rem;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: gray;
}
.cid-ssoLDfNvZE .google-map iframe {
  width: inherit;
  height: 100%;
}
.cid-ssoLDfNvZE .google-map iframe .place-card {
  margin-left: 40px !important;
}
.cid-ssoLDfNvZE .google-map .place-card {
  margin-left: 40px !important;
}
.cid-ssoLDfNvZE .adress-block {
  color: #ffffff;
}
.cid-ssoLDfNvZE .mbr-section-subtitle {
  color: #ffffff;
}
.cid-ssoLDg2HqX {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #9f3942;
  transition: background-color 0.3s ease-in-out;
}
.cid-ssoLDg2HqX:hover {
  background-color: #f5aeb5;
}
.cid-ssoLDg2HqX .mbr-section-title {
  margin: 0;
}
.cid-ssoLDg2HqX .card-wrapper {
  z-index: 3;
}
.cid-ssoLDg2HqX .full-link {
  position: absolute !important;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 0;
  z-index: 2;
}
.cid-ssoLDg2HqX .popup-btn.card-wrapper {
  z-index: 1 !important;
}
.cid-tkrobVe3ej {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #444444;
}
.cid-tkrobVe3ej .mbr-section-subtitle {
  letter-spacing: 1px;
  margin-bottom: 1.5rem;
  color: #cccccc;
}
.cid-tkrobVe3ej .first-column .mbr-text {
  margin: 0;
}
.cid-tkrobVe3ej .icons-wrapper ul {
  margin: 0;
  padding: 0;
}
.cid-tkrobVe3ej .icons-wrapper ul li {
  margin-right: 1.25rem;
  display: inline-block;
}
.cid-tkrobVe3ej .icons-wrapper ul li .mbr-iconfont {
  color: #ffffff;
  font-size: 1.5rem;
}
.cid-tkrobVe3ej .icons-wrapper ul li .mbr-iconfont:hover {
  color: #878787;
}
.cid-tkrobVe3ej .form-group {
  max-width: 55%;
}
.cid-tkrobVe3ej .form-group,
.cid-tkrobVe3ej .mbr-section-btn {
  margin: 0;
  padding: 0;
  display: -webkit-flex;
}
.cid-tkrobVe3ej .form-control {
  font-size: .9rem;
  border: none;
  border-radius: 0;
  width: 100%;
  padding: .3rem .5rem;
  background: #000000;
  color: #d8d7d7;
}
.cid-tkrobVe3ej .form-control::-webkit-input-placeholder {
  color: #d8d7d7;
}
.cid-tkrobVe3ej .form-control::-moz-placeholder {
  color: #d8d7d7;
}
.cid-tkrobVe3ej .form-control:-moz-placeholder {
  color: #d8d7d7;
}
.cid-tkrobVe3ej .form-control:-ms-input-placeholder {
  color: #d8d7d7;
}
.cid-tkrobVe3ej .col + .mbr-section-btn .btn,
.cid-tkrobVe3ej .col-auto + .mbr-section-btn .btn {
  margin: 0 !important;
  height: 100%;
  border-radius: 0px !important;
  padding: 0 2.2rem !important;
}
.cid-tkrobVe3ej .dragArea > *:nth-last-child(2).col,
.cid-tkrobVe3ej .dragArea > *:nth-last-child(2).col-auto,
.cid-tkrobVe3ej .col + .mbr-section-btn,
.cid-tkrobVe3ej .col-auto + .mbr-section-btn {
  padding-left: 0;
  padding-right: 0;
  margin: 0;
}
@media (max-width: 991px) {
  .cid-tkrobVe3ej .first-column,
  .cid-tkrobVe3ej .second-column {
    padding-bottom: 2rem;
  }
  .cid-tkrobVe3ej .mbr-form .row {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-tkrobVe3ej .first-column,
  .cid-tkrobVe3ej .second-column,
  .cid-tkrobVe3ej .third-column {
    text-align: center;
  }
}
.cid-tkrobVe3ej .mbr-section-subtitle,
.cid-tkrobVe3ej .icons-wrapper {
  color: #ffffff;
}
.cid-ssoLDgBkTB {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #232323;
}
.cid-ssoLDgBkTB a:link {
  text-decoration: none;
}
.cid-ssoLDgBkTB .icon-transition span {
  color: #ffffff;
  display: block;
  height: 3em;
  line-height: 3em;
  border-radius: 50%;
  border: 2px solid #333333;
  width: 3em;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-ssoLDgBkTB .icon-transition span:hover {
  background-color: #62d89f;
}
.cid-ssoLDgBkTB .inner-text {
  line-height: 3em;
}
.cid-ssoLDgBkTB .social-media {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-ssoLDgBkTB .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-ssoLDgBkTB .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-ssoLDgBkTB .content-text,
.cid-ssoLDgBkTB .inner-text {
  color: #c1c1c1;
  text-align: center;
}
.cid-ssoLx5Q4lV .nav-item:focus,
.cid-ssoLx5Q4lV .nav-link:focus {
  outline: none;
}
.cid-ssoLx5Q4lV .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-ssoLx5Q4lV .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ssoLx5Q4lV .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-ssoLx5Q4lV .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-ssoLx5Q4lV .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ssoLx5Q4lV .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-ssoLx5Q4lV .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-ssoLx5Q4lV .navbar .dropdown-item {
  padding: 0.235rem 1.5rem;
}
.cid-ssoLx5Q4lV .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-ssoLx5Q4lV .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-ssoLx5Q4lV .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-ssoLx5Q4lV .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ssoLx5Q4lV .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ssoLx5Q4lV .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-ssoLx5Q4lV .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ssoLx5Q4lV .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ssoLx5Q4lV .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ssoLx5Q4lV .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ssoLx5Q4lV .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-ssoLx5Q4lV .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ssoLx5Q4lV .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ssoLx5Q4lV .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-ssoLx5Q4lV .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-ssoLx5Q4lV .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ssoLx5Q4lV .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ssoLx5Q4lV .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-ssoLx5Q4lV .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-ssoLx5Q4lV .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ssoLx5Q4lV .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-ssoLx5Q4lV .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-ssoLx5Q4lV .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-ssoLx5Q4lV .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-ssoLx5Q4lV .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ssoLx5Q4lV .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ssoLx5Q4lV .dropdown-item.active,
.cid-ssoLx5Q4lV .dropdown-item:active {
  background-color: transparent;
}
.cid-ssoLx5Q4lV .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ssoLx5Q4lV .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ssoLx5Q4lV .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ssoLx5Q4lV .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-ssoLx5Q4lV .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ssoLx5Q4lV .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ssoLx5Q4lV ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-ssoLx5Q4lV .navbar-buttons {
  text-align: center;
}
.cid-ssoLx5Q4lV 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-ssoLx5Q4lV button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-ssoLx5Q4lV button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ssoLx5Q4lV button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ssoLx5Q4lV button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ssoLx5Q4lV button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ssoLx5Q4lV nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ssoLx5Q4lV nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ssoLx5Q4lV nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ssoLx5Q4lV nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ssoLx5Q4lV .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-ssoLx5Q4lV a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-ssoLx5Q4lV .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ssoLx5Q4lV .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-ssoLx5Q4lV .icons-menu span {
  font-size: 20px;
  color: #232323;
}
.cid-ssoLx5Q4lV .nav-link:hover,
.cid-ssoLx5Q4lV .dropdown-item:hover,
.cid-ssoLx5Q4lV .icons-menu .mbr-iconfont:hover {
  color: #cccccc !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ssoLx5Q4lV .navbar {
    height: 77px;
  }
  .cid-ssoLx5Q4lV .navbar.opened {
    height: auto;
  }
}
.cid-ssp1dCRBtv {
  padding-top: 135px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/st-20-2000x1335.jpeg");
}
.cid-ssp1dCRBtv .mbr-overlay {
  background: #232323;
}
.cid-ssp1dCRBtv .mbr-section-title {
  letter-spacing: 0.5rem;
  color: #ffffff;
}
.cid-ssp1dCRBtv .mbr-section-subtitle {
  color: #ffffff;
}
.cid-ssp1dCRBtv .mbr-text,
.cid-ssp1dCRBtv .mbr-section-btn {
  color: #ffffff;
}
.cid-ssp1IbQJDg {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-ssp1IbQJDg .mbr-text {
  position: relative;
}
.cid-ssp1IbQJDg .mbr-text:before {
  color: #333333;
  content: '\201C';
  font-size: 3em;
  line-height: 0.1em;
  margin-right: 0.2em;
  vertical-align: -0.4em;
  position: absolute;
  top: 10px;
  left: -2rem;
}
.cid-ssp1IbQJDg .mbr-text:after {
  color: #333333;
  content: '\201D';
  font-size: 3em;
  line-height: 0.1em;
  vertical-align: -0.45em;
  position: absolute;
  bottom: 10px;
  right: -2rem;
}
.cid-ssp1IbQJDg .logo img {
  width: auto;
  display: inline-block;
}
@media (max-width: 767px) {
  .cid-ssp1IbQJDg .mbr-text:after,
  .cid-ssp1IbQJDg .mbr-text:before {
    display: none;
  }
}
.cid-ssp1IbQJDg .mbr-section-title,
.cid-ssp1IbQJDg .logo {
  color: #9f3942;
}
.cid-ssp2bMOgg2 {
  padding-top: 30px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-ssp2bMOgg2 .mbr-text {
  position: relative;
}
.cid-ssp2bMOgg2 .mbr-text:before {
  color: #333333;
  content: '\201C';
  font-size: 3em;
  line-height: 0.1em;
  margin-right: 0.2em;
  vertical-align: -0.4em;
  position: absolute;
  top: 10px;
  left: -2rem;
}
.cid-ssp2bMOgg2 .mbr-text:after {
  color: #333333;
  content: '\201D';
  font-size: 3em;
  line-height: 0.1em;
  vertical-align: -0.45em;
  position: absolute;
  bottom: 10px;
  right: -2rem;
}
.cid-ssp2bMOgg2 .logo img {
  width: auto;
  display: inline-block;
}
@media (max-width: 767px) {
  .cid-ssp2bMOgg2 .mbr-text:after,
  .cid-ssp2bMOgg2 .mbr-text:before {
    display: none;
  }
}
.cid-ssp2bMOgg2 .mbr-section-title,
.cid-ssp2bMOgg2 .logo {
  color: #9f3942;
}
.cid-ssoLx7PYHD {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #9f3942;
  transition: background-color 0.3s ease-in-out;
}
.cid-ssoLx7PYHD:hover {
  background-color: #f5aeb5;
}
.cid-ssoLx7PYHD .mbr-section-title {
  margin: 0;
}
.cid-ssoLx7PYHD .card-wrapper {
  z-index: 3;
}
.cid-ssoLx7PYHD .full-link {
  position: absolute !important;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 0;
  z-index: 2;
}
.cid-ssoLx7PYHD .popup-btn.card-wrapper {
  z-index: 1 !important;
}
.cid-tkrnWQvOS8 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/mbr-1920x1280.jpg");
}
.cid-tkrnWQvOS8 .row {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-align-items: stretch;
  align-items: stretch;
}
.cid-tkrnWQvOS8 .content-panel {
  padding: 3rem;
  background-color: #444444;
}
@media (min-width: 767px) {
  .cid-tkrnWQvOS8 .text-block {
    padding-right: 0;
  }
}
.cid-tkrnWQvOS8 .google-map {
  width: 100%;
  height: 30rem;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: gray;
}
.cid-tkrnWQvOS8 .google-map iframe {
  width: inherit;
  height: 100%;
}
.cid-tkrnWQvOS8 .google-map iframe .place-card {
  margin-left: 40px !important;
}
.cid-tkrnWQvOS8 .google-map .place-card {
  margin-left: 40px !important;
}
.cid-tkrnWQvOS8 .adress-block {
  color: #ffffff;
}
.cid-tkrnWQvOS8 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tkrobVe3ej {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #444444;
}
.cid-tkrobVe3ej .mbr-section-subtitle {
  letter-spacing: 1px;
  margin-bottom: 1.5rem;
  color: #cccccc;
}
.cid-tkrobVe3ej .first-column .mbr-text {
  margin: 0;
}
.cid-tkrobVe3ej .icons-wrapper ul {
  margin: 0;
  padding: 0;
}
.cid-tkrobVe3ej .icons-wrapper ul li {
  margin-right: 1.25rem;
  display: inline-block;
}
.cid-tkrobVe3ej .icons-wrapper ul li .mbr-iconfont {
  color: #ffffff;
  font-size: 1.5rem;
}
.cid-tkrobVe3ej .icons-wrapper ul li .mbr-iconfont:hover {
  color: #878787;
}
.cid-tkrobVe3ej .form-group {
  max-width: 55%;
}
.cid-tkrobVe3ej .form-group,
.cid-tkrobVe3ej .mbr-section-btn {
  margin: 0;
  padding: 0;
  display: -webkit-flex;
}
.cid-tkrobVe3ej .form-control {
  font-size: .9rem;
  border: none;
  border-radius: 0;
  width: 100%;
  padding: .3rem .5rem;
  background: #000000;
  color: #d8d7d7;
}
.cid-tkrobVe3ej .form-control::-webkit-input-placeholder {
  color: #d8d7d7;
}
.cid-tkrobVe3ej .form-control::-moz-placeholder {
  color: #d8d7d7;
}
.cid-tkrobVe3ej .form-control:-moz-placeholder {
  color: #d8d7d7;
}
.cid-tkrobVe3ej .form-control:-ms-input-placeholder {
  color: #d8d7d7;
}
.cid-tkrobVe3ej .col + .mbr-section-btn .btn,
.cid-tkrobVe3ej .col-auto + .mbr-section-btn .btn {
  margin: 0 !important;
  height: 100%;
  border-radius: 0px !important;
  padding: 0 2.2rem !important;
}
.cid-tkrobVe3ej .dragArea > *:nth-last-child(2).col,
.cid-tkrobVe3ej .dragArea > *:nth-last-child(2).col-auto,
.cid-tkrobVe3ej .col + .mbr-section-btn,
.cid-tkrobVe3ej .col-auto + .mbr-section-btn {
  padding-left: 0;
  padding-right: 0;
  margin: 0;
}
@media (max-width: 991px) {
  .cid-tkrobVe3ej .first-column,
  .cid-tkrobVe3ej .second-column {
    padding-bottom: 2rem;
  }
  .cid-tkrobVe3ej .mbr-form .row {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-tkrobVe3ej .first-column,
  .cid-tkrobVe3ej .second-column,
  .cid-tkrobVe3ej .third-column {
    text-align: center;
  }
}
.cid-tkrobVe3ej .mbr-section-subtitle,
.cid-tkrobVe3ej .icons-wrapper {
  color: #ffffff;
}
.cid-ssoLx8t7NA {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #232323;
}
.cid-ssoLx8t7NA a:link {
  text-decoration: none;
}
.cid-ssoLx8t7NA .icon-transition span {
  color: #ffffff;
  display: block;
  height: 3em;
  line-height: 3em;
  border-radius: 50%;
  border: 2px solid #333333;
  width: 3em;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-ssoLx8t7NA .icon-transition span:hover {
  background-color: #62d89f;
}
.cid-ssoLx8t7NA .inner-text {
  line-height: 3em;
}
.cid-ssoLx8t7NA .social-media {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-ssoLx8t7NA .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-ssoLx8t7NA .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-ssoLx8t7NA .content-text,
.cid-ssoLx8t7NA .inner-text {
  color: #c1c1c1;
  text-align: center;
}
.cid-ssoLGvROSQ .nav-item:focus,
.cid-ssoLGvROSQ .nav-link:focus {
  outline: none;
}
.cid-ssoLGvROSQ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-ssoLGvROSQ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ssoLGvROSQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-ssoLGvROSQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-ssoLGvROSQ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ssoLGvROSQ .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-ssoLGvROSQ .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-ssoLGvROSQ .navbar .dropdown-item {
  padding: 0.235rem 1.5rem;
}
.cid-ssoLGvROSQ .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-ssoLGvROSQ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-ssoLGvROSQ .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-ssoLGvROSQ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ssoLGvROSQ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ssoLGvROSQ .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-ssoLGvROSQ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ssoLGvROSQ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ssoLGvROSQ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ssoLGvROSQ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ssoLGvROSQ .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-ssoLGvROSQ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ssoLGvROSQ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ssoLGvROSQ .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-ssoLGvROSQ .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-ssoLGvROSQ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ssoLGvROSQ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ssoLGvROSQ .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-ssoLGvROSQ .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-ssoLGvROSQ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ssoLGvROSQ .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-ssoLGvROSQ .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-ssoLGvROSQ .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-ssoLGvROSQ .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-ssoLGvROSQ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ssoLGvROSQ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ssoLGvROSQ .dropdown-item.active,
.cid-ssoLGvROSQ .dropdown-item:active {
  background-color: transparent;
}
.cid-ssoLGvROSQ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ssoLGvROSQ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ssoLGvROSQ .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ssoLGvROSQ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-ssoLGvROSQ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ssoLGvROSQ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ssoLGvROSQ ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-ssoLGvROSQ .navbar-buttons {
  text-align: center;
}
.cid-ssoLGvROSQ 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-ssoLGvROSQ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-ssoLGvROSQ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ssoLGvROSQ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ssoLGvROSQ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ssoLGvROSQ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ssoLGvROSQ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ssoLGvROSQ nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ssoLGvROSQ nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ssoLGvROSQ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ssoLGvROSQ .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-ssoLGvROSQ a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-ssoLGvROSQ .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ssoLGvROSQ .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-ssoLGvROSQ .icons-menu span {
  font-size: 20px;
  color: #232323;
}
.cid-ssoLGvROSQ .nav-link:hover,
.cid-ssoLGvROSQ .dropdown-item:hover,
.cid-ssoLGvROSQ .icons-menu .mbr-iconfont:hover {
  color: #cccccc !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ssoLGvROSQ .navbar {
    height: 77px;
  }
  .cid-ssoLGvROSQ .navbar.opened {
    height: auto;
  }
}
.cid-ssoWUmwnhv {
  padding-top: 135px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/st-20-2000x1335.jpeg");
}
.cid-ssoWUmwnhv .mbr-overlay {
  background: #232323;
}
.cid-ssoWUmwnhv .mbr-section-title {
  letter-spacing: 0.5rem;
  color: #ffffff;
}
.cid-ssoWUmwnhv .mbr-section-subtitle {
  color: #ffffff;
}
.cid-ssoWUmwnhv .mbr-text,
.cid-ssoWUmwnhv .mbr-section-btn {
  color: #ffffff;
}
.cid-ssoX6LrecY {
  padding-top: 2rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-ssoX6LrecY .fb-page,
.cid-ssoX6LrecY span,
.cid-ssoX6LrecY iframe {
  width: 500px;
  height: 470px;
}
.cid-ssoX6LrecY blockquote {
  display: none;
}
.cid-ssoX6LrecY .fb-page {
  background-color: #1877f2;
  border-radius: 4px;
  background-size: contain;
  background-repeat: no-repeat;
  color: #fff;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='xMinYMin meet' viewBox='0 0 262 266.895'><path id='path3087' fill='%23fff' d='M182.409,262.307v-99.803h33.499l5.016-38.895h-38.515V98.777c0-11.261,3.127-18.935,19.275-18.935 l20.596-0.009V45.045c-3.562-0.474-15.788-1.533-30.012-1.533c-29.695,0-50.025,18.126-50.025,51.413v28.684h-33.585v38.895h33.585 v99.803H182.409z'></path></svg>");
}
.cid-ssoX6LrecY .mbr-section-title {
  color: #9f3942;
}
.cid-ssqp0xrwwr {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/st-19-2000x1335.jpeg");
}
.cid-ssqp0xrwwr .text-box {
  position: absolute;
  top: 0px;
  min-height: 100%;
  writing-mode: vertical-rl;
}
.cid-ssqp0xrwwr .text-block {
  position: relative;
  z-index: 0;
}
.cid-ssqp0xrwwr .box {
  width: 25%;
  height: 40%;
  background: #e2f7df;
  position: absolute;
  top: 4%;
}
.cid-ssqp0xrwwr .row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-ssqp0xrwwr .box {
  right: 20%;
}
.cid-ssqp0xrwwr .text-box {
  right: 0;
}
.cid-ssqp0xrwwr .mbr-section-title,
.cid-ssqp0xrwwr .mbr-section-text {
  margin-right: 31%;
  margin-right: 0;
}
@media (max-width: 991px) {
  .cid-ssqp0xrwwr .text-box {
    display: none;
  }
  .cid-ssqp0xrwwr .mbr-section-title,
  .cid-ssqp0xrwwr .mbr-section-text {
    margin: auto;
  }
}
@media (max-width: 767px) {
  .cid-ssqp0xrwwr .box {
    display: none;
  }
  .cid-ssqp0xrwwr .row {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .cid-ssqp0xrwwr .img-block {
    margin-bottom: 1rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ssqp0xrwwr .text-box {
    writing-mode: bt-rl;
  }
}
.cid-ssqp0xrwwr .mbr-section-title {
  text-align: right;
}
.cid-ssqr8LWyhG {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-ssqr8LWyhG .mbr-section-subtitle {
  color: #999999;
  font-weight: 700;
}
.cid-ssqr8LWyhG .mbr-text {
  color: #777777;
  margin-top: 1.2rem;
}
.cid-ssqr8LWyhG H3 {
  color: #9f3942;
}
.cid-tkroswUNAz {
  padding-top: 15px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-tkroswUNAz .row {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-align-items: stretch;
  align-items: stretch;
}
.cid-tkroswUNAz .content-panel {
  padding: 3rem;
  background-color: #444444;
}
@media (min-width: 767px) {
  .cid-tkroswUNAz .text-block {
    padding-right: 0;
  }
}
.cid-tkroswUNAz .google-map {
  width: 100%;
  height: 30rem;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: gray;
}
.cid-tkroswUNAz .google-map iframe {
  width: inherit;
  height: 100%;
}
.cid-tkroswUNAz .google-map iframe .place-card {
  margin-left: 40px !important;
}
.cid-tkroswUNAz .google-map .place-card {
  margin-left: 40px !important;
}
.cid-tkroswUNAz .adress-block {
  color: #ffffff;
}
.cid-tkroswUNAz .mbr-section-subtitle {
  color: #ffffff;
}
.cid-ssoLGxFQki {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #9f3942;
  transition: background-color 0.3s ease-in-out;
}
.cid-ssoLGxFQki:hover {
  background-color: #f5aeb5;
}
.cid-ssoLGxFQki .mbr-section-title {
  margin: 0;
}
.cid-ssoLGxFQki .card-wrapper {
  z-index: 3;
}
.cid-ssoLGxFQki .full-link {
  position: absolute !important;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 0;
  z-index: 2;
}
.cid-ssoLGxFQki .popup-btn.card-wrapper {
  z-index: 1 !important;
}
.cid-tkrobVe3ej {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #444444;
}
.cid-tkrobVe3ej .mbr-section-subtitle {
  letter-spacing: 1px;
  margin-bottom: 1.5rem;
  color: #cccccc;
}
.cid-tkrobVe3ej .first-column .mbr-text {
  margin: 0;
}
.cid-tkrobVe3ej .icons-wrapper ul {
  margin: 0;
  padding: 0;
}
.cid-tkrobVe3ej .icons-wrapper ul li {
  margin-right: 1.25rem;
  display: inline-block;
}
.cid-tkrobVe3ej .icons-wrapper ul li .mbr-iconfont {
  color: #ffffff;
  font-size: 1.5rem;
}
.cid-tkrobVe3ej .icons-wrapper ul li .mbr-iconfont:hover {
  color: #878787;
}
.cid-tkrobVe3ej .form-group {
  max-width: 55%;
}
.cid-tkrobVe3ej .form-group,
.cid-tkrobVe3ej .mbr-section-btn {
  margin: 0;
  padding: 0;
  display: -webkit-flex;
}
.cid-tkrobVe3ej .form-control {
  font-size: .9rem;
  border: none;
  border-radius: 0;
  width: 100%;
  padding: .3rem .5rem;
  background: #000000;
  color: #d8d7d7;
}
.cid-tkrobVe3ej .form-control::-webkit-input-placeholder {
  color: #d8d7d7;
}
.cid-tkrobVe3ej .form-control::-moz-placeholder {
  color: #d8d7d7;
}
.cid-tkrobVe3ej .form-control:-moz-placeholder {
  color: #d8d7d7;
}
.cid-tkrobVe3ej .form-control:-ms-input-placeholder {
  color: #d8d7d7;
}
.cid-tkrobVe3ej .col + .mbr-section-btn .btn,
.cid-tkrobVe3ej .col-auto + .mbr-section-btn .btn {
  margin: 0 !important;
  height: 100%;
  border-radius: 0px !important;
  padding: 0 2.2rem !important;
}
.cid-tkrobVe3ej .dragArea > *:nth-last-child(2).col,
.cid-tkrobVe3ej .dragArea > *:nth-last-child(2).col-auto,
.cid-tkrobVe3ej .col + .mbr-section-btn,
.cid-tkrobVe3ej .col-auto + .mbr-section-btn {
  padding-left: 0;
  padding-right: 0;
  margin: 0;
}
@media (max-width: 991px) {
  .cid-tkrobVe3ej .first-column,
  .cid-tkrobVe3ej .second-column {
    padding-bottom: 2rem;
  }
  .cid-tkrobVe3ej .mbr-form .row {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-tkrobVe3ej .first-column,
  .cid-tkrobVe3ej .second-column,
  .cid-tkrobVe3ej .third-column {
    text-align: center;
  }
}
.cid-tkrobVe3ej .mbr-section-subtitle,
.cid-tkrobVe3ej .icons-wrapper {
  color: #ffffff;
}
.cid-ssoLGyeGhc {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #232323;
}
.cid-ssoLGyeGhc a:link {
  text-decoration: none;
}
.cid-ssoLGyeGhc .icon-transition span {
  color: #ffffff;
  display: block;
  height: 3em;
  line-height: 3em;
  border-radius: 50%;
  border: 2px solid #333333;
  width: 3em;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-ssoLGyeGhc .icon-transition span:hover {
  background-color: #62d89f;
}
.cid-ssoLGyeGhc .inner-text {
  line-height: 3em;
}
.cid-ssoLGyeGhc .social-media {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-ssoLGyeGhc .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-ssoLGyeGhc .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-ssoLGyeGhc .content-text,
.cid-ssoLGyeGhc .inner-text {
  color: #c1c1c1;
  text-align: center;
}
.cid-ssoLIQxEUh .nav-item:focus,
.cid-ssoLIQxEUh .nav-link:focus {
  outline: none;
}
.cid-ssoLIQxEUh .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-ssoLIQxEUh .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ssoLIQxEUh .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-ssoLIQxEUh .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-ssoLIQxEUh .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ssoLIQxEUh .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-ssoLIQxEUh .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-ssoLIQxEUh .navbar .dropdown-item {
  padding: 0.235rem 1.5rem;
}
.cid-ssoLIQxEUh .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-ssoLIQxEUh .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-ssoLIQxEUh .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-ssoLIQxEUh .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ssoLIQxEUh .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ssoLIQxEUh .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-ssoLIQxEUh .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ssoLIQxEUh .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ssoLIQxEUh .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ssoLIQxEUh .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ssoLIQxEUh .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-ssoLIQxEUh .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ssoLIQxEUh .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ssoLIQxEUh .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-ssoLIQxEUh .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-ssoLIQxEUh .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ssoLIQxEUh .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ssoLIQxEUh .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-ssoLIQxEUh .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-ssoLIQxEUh .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ssoLIQxEUh .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-ssoLIQxEUh .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-ssoLIQxEUh .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-ssoLIQxEUh .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-ssoLIQxEUh .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ssoLIQxEUh .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ssoLIQxEUh .dropdown-item.active,
.cid-ssoLIQxEUh .dropdown-item:active {
  background-color: transparent;
}
.cid-ssoLIQxEUh .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ssoLIQxEUh .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ssoLIQxEUh .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ssoLIQxEUh .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-ssoLIQxEUh .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ssoLIQxEUh .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ssoLIQxEUh ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-ssoLIQxEUh .navbar-buttons {
  text-align: center;
}
.cid-ssoLIQxEUh 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-ssoLIQxEUh button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-ssoLIQxEUh button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ssoLIQxEUh button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ssoLIQxEUh button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ssoLIQxEUh button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ssoLIQxEUh nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ssoLIQxEUh nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ssoLIQxEUh nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ssoLIQxEUh nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ssoLIQxEUh .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-ssoLIQxEUh a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-ssoLIQxEUh .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ssoLIQxEUh .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-ssoLIQxEUh .icons-menu span {
  font-size: 20px;
  color: #232323;
}
.cid-ssoLIQxEUh .nav-link:hover,
.cid-ssoLIQxEUh .dropdown-item:hover,
.cid-ssoLIQxEUh .icons-menu .mbr-iconfont:hover {
  color: #cccccc !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ssoLIQxEUh .navbar {
    height: 77px;
  }
  .cid-ssoLIQxEUh .navbar.opened {
    height: auto;
  }
}
.cid-ssoY9dK5zc {
  padding-top: 135px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/st-20-2000x1335.jpeg");
}
.cid-ssoY9dK5zc .mbr-overlay {
  background: #232323;
}
.cid-ssoY9dK5zc .mbr-section-title {
  letter-spacing: 0.5rem;
  color: #ffffff;
}
.cid-ssoY9dK5zc .mbr-section-subtitle {
  color: #ffffff;
}
.cid-ssoY9dK5zc .mbr-text,
.cid-ssoY9dK5zc .mbr-section-btn {
  color: #ffffff;
}
.cid-tkroAIm11G {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-tkroAIm11G .row {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-align-items: stretch;
  align-items: stretch;
}
.cid-tkroAIm11G .content-panel {
  padding: 3rem;
  background-color: #444444;
}
@media (min-width: 767px) {
  .cid-tkroAIm11G .text-block {
    padding-right: 0;
  }
}
.cid-tkroAIm11G .google-map {
  width: 100%;
  height: 30rem;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: gray;
}
.cid-tkroAIm11G .google-map iframe {
  width: inherit;
  height: 100%;
}
.cid-tkroAIm11G .google-map iframe .place-card {
  margin-left: 40px !important;
}
.cid-tkroAIm11G .google-map .place-card {
  margin-left: 40px !important;
}
.cid-tkroAIm11G .adress-block {
  color: #ffffff;
}
.cid-tkroAIm11G .mbr-section-subtitle {
  color: #ffffff;
}
.cid-ssoLISj5yt {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #9f3942;
  transition: background-color 0.3s ease-in-out;
}
.cid-ssoLISj5yt:hover {
  background-color: #f5aeb5;
}
.cid-ssoLISj5yt .mbr-section-title {
  margin: 0;
}
.cid-ssoLISj5yt .card-wrapper {
  z-index: 3;
}
.cid-ssoLISj5yt .full-link {
  position: absolute !important;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 0;
  z-index: 2;
}
.cid-ssoLISj5yt .popup-btn.card-wrapper {
  z-index: 1 !important;
}
.cid-tkrobVe3ej {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #444444;
}
.cid-tkrobVe3ej .mbr-section-subtitle {
  letter-spacing: 1px;
  margin-bottom: 1.5rem;
  color: #cccccc;
}
.cid-tkrobVe3ej .first-column .mbr-text {
  margin: 0;
}
.cid-tkrobVe3ej .icons-wrapper ul {
  margin: 0;
  padding: 0;
}
.cid-tkrobVe3ej .icons-wrapper ul li {
  margin-right: 1.25rem;
  display: inline-block;
}
.cid-tkrobVe3ej .icons-wrapper ul li .mbr-iconfont {
  color: #ffffff;
  font-size: 1.5rem;
}
.cid-tkrobVe3ej .icons-wrapper ul li .mbr-iconfont:hover {
  color: #878787;
}
.cid-tkrobVe3ej .form-group {
  max-width: 55%;
}
.cid-tkrobVe3ej .form-group,
.cid-tkrobVe3ej .mbr-section-btn {
  margin: 0;
  padding: 0;
  display: -webkit-flex;
}
.cid-tkrobVe3ej .form-control {
  font-size: .9rem;
  border: none;
  border-radius: 0;
  width: 100%;
  padding: .3rem .5rem;
  background: #000000;
  color: #d8d7d7;
}
.cid-tkrobVe3ej .form-control::-webkit-input-placeholder {
  color: #d8d7d7;
}
.cid-tkrobVe3ej .form-control::-moz-placeholder {
  color: #d8d7d7;
}
.cid-tkrobVe3ej .form-control:-moz-placeholder {
  color: #d8d7d7;
}
.cid-tkrobVe3ej .form-control:-ms-input-placeholder {
  color: #d8d7d7;
}
.cid-tkrobVe3ej .col + .mbr-section-btn .btn,
.cid-tkrobVe3ej .col-auto + .mbr-section-btn .btn {
  margin: 0 !important;
  height: 100%;
  border-radius: 0px !important;
  padding: 0 2.2rem !important;
}
.cid-tkrobVe3ej .dragArea > *:nth-last-child(2).col,
.cid-tkrobVe3ej .dragArea > *:nth-last-child(2).col-auto,
.cid-tkrobVe3ej .col + .mbr-section-btn,
.cid-tkrobVe3ej .col-auto + .mbr-section-btn {
  padding-left: 0;
  padding-right: 0;
  margin: 0;
}
@media (max-width: 991px) {
  .cid-tkrobVe3ej .first-column,
  .cid-tkrobVe3ej .second-column {
    padding-bottom: 2rem;
  }
  .cid-tkrobVe3ej .mbr-form .row {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-tkrobVe3ej .first-column,
  .cid-tkrobVe3ej .second-column,
  .cid-tkrobVe3ej .third-column {
    text-align: center;
  }
}
.cid-tkrobVe3ej .mbr-section-subtitle,
.cid-tkrobVe3ej .icons-wrapper {
  color: #ffffff;
}
.cid-ssoLISRjU6 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #232323;
}
.cid-ssoLISRjU6 a:link {
  text-decoration: none;
}
.cid-ssoLISRjU6 .icon-transition span {
  color: #ffffff;
  display: block;
  height: 3em;
  line-height: 3em;
  border-radius: 50%;
  border: 2px solid #333333;
  width: 3em;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-ssoLISRjU6 .icon-transition span:hover {
  background-color: #62d89f;
}
.cid-ssoLISRjU6 .inner-text {
  line-height: 3em;
}
.cid-ssoLISRjU6 .social-media {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-ssoLISRjU6 .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-ssoLISRjU6 .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-ssoLISRjU6 .content-text,
.cid-ssoLISRjU6 .inner-text {
  color: #c1c1c1;
  text-align: center;
}
