body {
  font-family: Rubik;
}
.display-1 {
  font-family: 'Rubik', sans-serif;
  font-size: 4.25rem;
  font-display: swap;
}
.display-1 > .mbr-iconfont {
  font-size: 6.8rem;
}
.display-2 {
  font-family: 'Rubik', sans-serif;
  font-size: 3rem;
  font-display: swap;
}
.display-2 > .mbr-iconfont {
  font-size: 4.8rem;
}
.display-4 {
  font-family: 'Rubik', sans-serif;
  font-size: 0.9rem;
  font-display: swap;
}
.display-4 > .mbr-iconfont {
  font-size: 1.44rem;
}
.display-5 {
  font-family: 'Rubik', sans-serif;
  font-size: 1.5rem;
  font-display: swap;
}
.display-5 > .mbr-iconfont {
  font-size: 2.4rem;
}
.display-7 {
  font-family: 'Rubik', sans-serif;
  font-size: 1rem;
  font-display: swap;
}
.display-7 > .mbr-iconfont {
  font-size: 1.6rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.4rem;
    font-size: calc( 2.1374999999999997rem + (4.25 - 2.1374999999999997) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (2.1374999999999997rem + (4.25 - 2.1374999999999997) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.72rem;
    font-size: calc( 0.965rem + (0.9 - 0.965) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (0.965rem + (0.9 - 0.965) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-sm {
  padding: 0.6rem 1.5rem;
  border-radius: 3px;
}
.btn-md {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-lg {
  padding: 1.2rem 3.2rem;
  border-radius: 3px;
}
.bg-primary {
  background-color: #149dcc !important;
}
.bg-success {
  background-color: #f7ed4a !important;
}
.bg-info {
  background-color: #82786e !important;
}
.bg-warning {
  background-color: #879a9f !important;
}
.bg-danger {
  background-color: #b1a374 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #149dcc !important;
  border-color: #149dcc !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #0d6786 !important;
  border-color: #0d6786 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #0d6786 !important;
  border-color: #0d6786 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ff3366 !important;
  border-color: #ff3366 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #e50039 !important;
  border-color: #e50039 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #e50039 !important;
  border-color: #e50039 !important;
}
.btn-info,
.btn-info:active {
  background-color: #82786e !important;
  border-color: #82786e !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #59524b !important;
  border-color: #59524b !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #59524b !important;
  border-color: #59524b !important;
}
.btn-success,
.btn-success:active {
  background-color: #f7ed4a !important;
  border-color: #f7ed4a !important;
  color: #3f3c03 !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #3f3c03 !important;
  background-color: #eadd0a !important;
  border-color: #eadd0a !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #3f3c03 !important;
  background-color: #eadd0a !important;
  border-color: #eadd0a !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #879a9f !important;
  border-color: #879a9f !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #617479 !important;
  border-color: #617479 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #617479 !important;
  border-color: #617479 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #b1a374 !important;
  border-color: #b1a374 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #8b7d4e !important;
  border-color: #8b7d4e !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #8b7d4e !important;
  border-color: #8b7d4e !important;
}
.btn-white {
  color: #333333 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-black,
.btn-black:active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #0b566f;
  color: #0b566f;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #149dcc;
  border-color: #149dcc;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #149dcc !important;
  border-color: #149dcc !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #cc0033;
  color: #cc0033;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #ff3366;
  border-color: #ff3366;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff3366 !important;
  border-color: #ff3366 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #4b453f;
  color: #4b453f;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #82786e;
  border-color: #82786e;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #82786e !important;
  border-color: #82786e !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #d2c609;
  color: #d2c609;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #3f3c03;
  background-color: #f7ed4a;
  border-color: #f7ed4a;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #3f3c03 !important;
  background-color: #f7ed4a !important;
  border-color: #f7ed4a !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #55666b;
  color: #55666b;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #879a9f;
  border-color: #879a9f;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #879a9f !important;
  border-color: #879a9f !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #7a6e45;
  color: #7a6e45;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #b1a374;
  border-color: #b1a374;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #b1a374 !important;
  border-color: #b1a374 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff;
  background-color: #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: #149dcc !important;
}
.text-secondary {
  color: #ff3366 !important;
}
.text-success {
  color: #f7ed4a !important;
}
.text-info {
  color: #82786e !important;
}
.text-warning {
  color: #879a9f !important;
}
.text-danger {
  color: #b1a374 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #0b566f !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #cc0033 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #d2c609 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #4b453f !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #55666b !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #7a6e45 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #b3b3b3 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #82786e;
}
.alert-warning {
  background-color: #879a9f;
}
.alert-danger {
  background-color: #b1a374;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none !important;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #149dcc;
  border-color: #149dcc;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #149dcc;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #b4e6f8;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #beb8b2;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ced6d8;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #dfd9c6;
}
/* Scroll to top button*/
#scrollToTop a {
  border-radius: 100px;
}
.form-control {
  font-family: 'Rubik', sans-serif;
  font-size: 1rem;
  font-display: swap;
}
.form-control > .mbr-iconfont {
  font-size: 1.6rem;
}
blockquote {
  border-color: #149dcc;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn a.btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
@media (max-width: 767px) {
  .btn {
    font-size: .75rem !important;
  }
  .btn .mbr-iconfont {
    font-size: 1rem !important;
  }
}
/* Footer */
.mbr-footer-content li::before,
.mbr-footer .mbr-contacts li::before {
  background: #149dcc;
}
.mbr-footer-content li a:hover,
.mbr-footer .mbr-contacts li a:hover {
  color: #149dcc;
}
.footer3 input[type="email"],
.footer4 input[type="email"] {
  border-radius: 100px !important;
}
.footer3 .input-group-btn a.btn,
.footer4 .input-group-btn a.btn {
  border-radius: 100px !important;
}
.footer3 .input-group-btn button[type="submit"],
.footer4 .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
}
/* Headers*/
.header13 .form-inline input[type="email"],
.header14 .form-inline input[type="email"] {
  border-radius: 100px;
}
.header13 .form-inline input[type="text"],
.header14 .form-inline input[type="text"] {
  border-radius: 100px;
}
.header13 .form-inline input[type="tel"],
.header14 .form-inline input[type="tel"] {
  border-radius: 100px;
}
.header13 .form-inline a.btn,
.header14 .form-inline a.btn {
  border-radius: 100px;
}
.header13 .form-inline button,
.header14 .form-inline button {
  border-radius: 100px !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .card-wrapper {
    flex: auto !important;
  }
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #149dcc;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: currentColor;
  border-bottom-color: currentColor;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #149dcc;
  border-bottom-color: #149dcc;
}
.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: #149dcc !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: #ff3366 !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: 100px;
  height: 100px;
  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='%23149dcc' %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.3;
}
.cid-rYlk6eG0RA .navbar {
  background: #232323;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-rYlk6eG0RA .navbar-dropdown.bg-color.transparent.opened {
  background: #232323;
}
.cid-rYlk6eG0RA a {
  font-style: normal;
}
.cid-rYlk6eG0RA .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-rYlk6eG0RA .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-rYlk6eG0RA .nav-item:focus,
.cid-rYlk6eG0RA .nav-link:focus {
  outline: none;
}
.cid-rYlk6eG0RA .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-rYlk6eG0RA .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-rYlk6eG0RA .menu-logo {
  margin-right: auto;
}
.cid-rYlk6eG0RA .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rYlk6eG0RA .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-rYlk6eG0RA .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-rYlk6eG0RA .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-rYlk6eG0RA .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-rYlk6eG0RA .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-rYlk6eG0RA .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-rYlk6eG0RA .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-rYlk6eG0RA .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-rYlk6eG0RA .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-rYlk6eG0RA .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-rYlk6eG0RA .dropdown .dropdown-menu {
  background: #232323;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-rYlk6eG0RA .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-rYlk6eG0RA .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rYlk6eG0RA .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-rYlk6eG0RA .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rYlk6eG0RA .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-rYlk6eG0RA .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-rYlk6eG0RA .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-rYlk6eG0RA .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-rYlk6eG0RA .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-rYlk6eG0RA .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-rYlk6eG0RA .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-rYlk6eG0RA button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-rYlk6eG0RA button.navbar-toggler:focus {
  outline: none;
}
.cid-rYlk6eG0RA button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-rYlk6eG0RA button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rYlk6eG0RA button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rYlk6eG0RA button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rYlk6eG0RA button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rYlk6eG0RA nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rYlk6eG0RA nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rYlk6eG0RA nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rYlk6eG0RA nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rYlk6eG0RA .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rYlk6eG0RA .collapsed .btn {
  display: -webkit-flex;
}
.cid-rYlk6eG0RA .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-rYlk6eG0RA .collapsed .navbar-collapse.collapsing,
.cid-rYlk6eG0RA .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-rYlk6eG0RA .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-rYlk6eG0RA .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-rYlk6eG0RA .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-rYlk6eG0RA .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-rYlk6eG0RA .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-rYlk6eG0RA .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-rYlk6eG0RA .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-rYlk6eG0RA .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-rYlk6eG0RA .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-rYlk6eG0RA .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-rYlk6eG0RA .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-rYlk6eG0RA .collapsed button.navbar-toggler {
  display: block;
}
.cid-rYlk6eG0RA .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-rYlk6eG0RA .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rYlk6eG0RA .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-rYlk6eG0RA .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-rYlk6eG0RA .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-rYlk6eG0RA .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-rYlk6eG0RA.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rYlk6eG0RA img {
    height: 3.8rem !important;
  }
  .cid-rYlk6eG0RA .btn {
    display: -webkit-flex;
  }
  .cid-rYlk6eG0RA button.navbar-toggler {
    display: block;
  }
  .cid-rYlk6eG0RA .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-rYlk6eG0RA .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rYlk6eG0RA .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-rYlk6eG0RA .navbar-collapse.collapsing,
  .cid-rYlk6eG0RA .navbar-collapse.show {
    display: block !important;
  }
  .cid-rYlk6eG0RA .navbar-collapse.collapsing .navbar-nav,
  .cid-rYlk6eG0RA .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-rYlk6eG0RA .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-rYlk6eG0RA .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-rYlk6eG0RA .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-rYlk6eG0RA .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-rYlk6eG0RA .navbar-collapse.collapsing .navbar-buttons,
  .cid-rYlk6eG0RA .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-rYlk6eG0RA .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-rYlk6eG0RA .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-rYlk6eG0RA .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-rYlk6eG0RA .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-rYlk6eG0RA .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-rYlk6eG0RA .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-rYlk6eG0RA .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-rYlk6eG0RA .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-rYlk6eG0RA .nav-link:hover,
.cid-rYlk6eG0RA .dropdown-item:hover {
  color: #149dcc !important;
}
.cid-rBePgzW8BI .modal-body .close {
  background: #1b1b1b;
}
.cid-rBePgzW8BI .modal-body .close span {
  font-style: normal;
}
.cid-rBePgzW8BI .carousel-inner > .active,
.cid-rBePgzW8BI .carousel-inner > .next,
.cid-rBePgzW8BI .carousel-inner > .prev {
  display: table;
}
.cid-rBePgzW8BI .carousel-control .icon-next,
.cid-rBePgzW8BI .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-rBePgzW8BI .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-rBePgzW8BI .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-rBePgzW8BI .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-rBePgzW8BI .boxed-slider > div {
  position: relative;
}
.cid-rBePgzW8BI .container img {
  width: 100%;
}
.cid-rBePgzW8BI .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.cid-rBePgzW8BI .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-rBePgzW8BI .mbr-table-cell {
  padding: 0;
}
.cid-rBePgzW8BI .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-rBePgzW8BI .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: -webkit-flex;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-align-items: center;
}
.cid-rBePgzW8BI .mbr-overlay {
  z-index: 1;
}
.cid-rBePgzW8BI .container-slide.container {
  min-width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-rBePgzW8BI .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  -o-transition: -o-transform 0.6s ease-in-out;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out, -o-transform 0.6s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
@media (max-width: 576px) {
  .cid-rBePgzW8BI .carousel-item .container {
    width: 100%;
  }
}
.cid-rBePgzW8BI .carousel-item-next.carousel-item-left,
.cid-rBePgzW8BI .carousel-item-prev.carousel-item-right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.cid-rBePgzW8BI .active.carousel-item-right,
.cid-rBePgzW8BI .carousel-item-next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.cid-rBePgzW8BI .active.carousel-item-left,
.cid-rBePgzW8BI .carousel-item-prev {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.cid-rBePgzW8BI .mbr-slider .carousel-control {
  top: 50%;
  width: 70px;
  height: 70px;
  margin-top: -1.5rem;
  font-size: 35px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all .3s;
}
.cid-rBePgzW8BI .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-rBePgzW8BI .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-rBePgzW8BI .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 2rem;
}
@media (max-width: 767px) {
  .cid-rBePgzW8BI .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-rBePgzW8BI .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-rBePgzW8BI .mbr-slider .carousel-indicators li {
  max-width: 20px;
  width: 20px;
  height: 20px;
  max-height: 20px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: .5;
  transition: all .3s;
}
.cid-rBePgzW8BI .mbr-slider .carousel-indicators li.active,
.cid-rBePgzW8BI .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-rBePgzW8BI .mbr-slider .carousel-indicators li::after,
.cid-rBePgzW8BI .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-rBePgzW8BI .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-rBePgzW8BI .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-rBePgzW8BI .mbr-slider > .container img {
  width: 100%;
}
.cid-rBePgzW8BI .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-rBePgzW8BI .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-rBePgzW8BI .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-rBePgzW8BI .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-rBePgzW8BI .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-rBePgzW8BI .carousel-item .container.container-slide {
  position: initial;
  width: auto;
  min-height: 0;
}
.cid-rBePgzW8BI .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-rBePgzW8BI .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-rBePgzW8BI .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-rBePgzW8BI .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-rBePgzW8BI .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-rBePgzW8BI .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-rBePgzW8BI .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-rBePgzW8BI H2 {
  text-align: center;
}
.cid-rBePgzW8BI P {
  color: #cccccc;
}
.cid-rXiYWNS9sf {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-rXiYWNS9sf h3 {
  text-align: center;
}
.cid-rXiYWNS9sf .mbr-section-subtitle {
  color: #767676;
  font-weight: 300;
}
.cid-rXiYWNS9sf .mbr-content-text {
  color: #767676;
}
.cid-rXiYWNS9sf .card {
  word-wrap: break-word;
}
.cid-rXiYWNS9sf .mbr-iconfont {
  font-size: 80px;
  color: #149dcc;
}
.cid-rXiMH0tnOE {
  padding-top: 75px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/2439391-1-2000x1143.jpg");
}
@media (min-width: 992px) {
  .cid-rXiMH0tnOE .mbr-figure {
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-rXiMH0tnOE .mbr-figure {
    padding-top: 3rem;
  }
}
.cid-rXiMH0tnOE .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-rXiMH0tnOE .media-container-row .mbr-figure {
    padding-left: 0;
    padding-right: 4rem;
  }
}
.cid-saHlPrmLlC {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #fcfcfc;
}
.cid-saHlPrmLlC .mbr-section-title,
.cid-saHlPrmLlC .mbr-section-subtitle {
  color: #000000;
}
.cid-saHlPrmLlC .mbr-section-text {
  color: #232323;
}
.cid-saHlPrmLlC .mbr-text,
.cid-saHlPrmLlC .typed-text,
.cid-saHlPrmLlC .mbr-section-text {
  letter-spacing: 0.03rem;
}
.cid-saHlPrmLlC .btn {
  margin-left: 4px !important;
}
.cid-saHlPrmLlC .animated-element {
  color: #8db14c;
}
.cid-saHlPrmLlC .typed-cursor {
  opacity: 1;
  -webkit-animation: blink 0.7s infinite;
  -moz-animation: blink 0.7s infinite;
  animation: blink 0.7s infinite;
  color: #8db14c;
}
.cid-saHlPrmLlC .mbr-figure {
  border-radius: .25rem;
  overflow: hidden;
}
@media (max-width: 767px) {
  .cid-saHlPrmLlC .typed-text,
  .cid-saHlPrmLlC .mbr-section-subtitle,
  .cid-saHlPrmLlC .mbr-section-text,
  .cid-saHlPrmLlC .mbr-section-btn {
    text-align: center !important;
  }
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.cid-saHlPrmLlC .mbr-section-subtitle,
.cid-saHlPrmLlC .typed-text {
  color: #232323;
}
.cid-saHlPrmLlC .mbr-section-text,
.cid-saHlPrmLlC .mbr-section-btn {
  color: #232323;
}
.cid-t61vMqjihs {
  text-align: center;
  overflow: hidden;
}
.cid-t61vMqjihs .custom-widget svg {
  width: 65px;
  height: 65px;
  color: #777;
  fill: #777;
  margin-top: 2rem;
  margin-bottom: 3rem;
}
.cid-ryivoMxuTZ {
  padding-top: 60px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/operadores-compatibles-1050x700.jpg");
}
.cid-ryivoMxuTZ .mbr-text,
.cid-ryivoMxuTZ .mbr-section-btn {
  color: #073b4c;
}
.cid-rXHMfgX8HU {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rXHMfgX8HU .google-map {
  height: 25rem;
  position: relative;
}
.cid-rXHMfgX8HU .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-rXHMfgX8HU .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-rXHMfgX8HU .google-map[data-state] {
  background: #e9e5dc;
}
.cid-rXHMfgX8HU .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-rXHMfgX8HU .container-fluid {
  padding: 0;
}
.cid-rXHMfgX8HU .relative {
  position: relative;
  width: 100%;
}
.cid-rXHMfgX8HU .mbr-section-title {
  color: #656565;
}
.cid-rXHMfgX8HU .block {
  background: rgba(50, 50, 50, 0.8);
  position: absolute;
  padding: 2rem;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  width: 400px;
  height: 100%;
  top: 0;
  right: 0;
}
.cid-rXHMfgX8HU .line {
  height: 3px;
  width: 60px;
  background: #ffffff;
  margin: auto;
  margin-bottom: 1rem;
  margin-top: 1rem;
}
.cid-rXHMfgX8HU .title {
  text-align: center;
  color: #ffffff;
}
.cid-rXHMfgX8HU .text {
  text-align: center;
  color: #ffffff;
  line-height: 1.5;
}
@media (max-width: 576px) {
  .cid-rXHMfgX8HU .block {
    position: relative;
    width: 100%;
    height: auto;
    padding: 6rem 2rem;
  }
}
.cid-rYk6GRtW2C {
  padding-top: 60px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/65479-1-2000x1125.jpg");
}
.cid-rYk6GRtW2C *:focus {
  outline: none;
}
.cid-rYk6GRtW2C .form-control {
  width: 100%;
  min-height: auto;
  color: #ffffff !important;
  border: none;
  border-radius: 0 !important;
  background-color: transparent;
  padding: .5rem 0rem;
  border-bottom: 1px solid #ffffff;
  box-shadow: none;
}
.cid-rYk6GRtW2C .form-control:focus {
  outline: none;
  box-shadow: none;
}
.cid-rYk6GRtW2C input::-webkit-input-placeholder {
  color: #ffffff;
}
.cid-rYk6GRtW2C input::-moz-placeholder {
  color: #ffffff;
}
.cid-rYk6GRtW2C textarea::-webkit-input-placeholder {
  color: #ffffff;
}
.cid-rYk6GRtW2C textarea::-moz-placeholder {
  color: #ffffff;
}
.cid-rYk6GRtW2C .soc-item {
  margin: 0 .1rem .2rem .1rem;
  display: inline-flex;
  width: 46px;
  height: 46px;
  justify-content: center;
  align-items: center;
  border: 1px solid #66458e;
  border-radius: 50%;
}
.cid-rYk6GRtW2C .soc-item:hover {
  opacity: .5;
}
.cid-rYk6GRtW2C .soc-item .socicon {
  font-size: 1.5rem;
  color: #66458e;
}
.cid-rYk6GRtW2C .days-column,
.cid-rYk6GRtW2C .hours-column {
  display: inline-block;
}
.cid-rYk6GRtW2C .days-column span,
.cid-rYk6GRtW2C .hours-column span {
  display: block;
}
.cid-rYk6GRtW2C .input-group-btn {
  display: block;
}
@media (max-width: 767px) {
  .cid-rYk6GRtW2C .days-column {
    padding-right: 0 !important;
  }
  .cid-rYk6GRtW2C .hours-column {
    max-width: 50% !important;
  }
  .cid-rYk6GRtW2C .opening-hours {
    padding-bottom: 48px !important;
  }
}
.cid-rYk6GRtW2C .follow-title,
.cid-rYk6GRtW2C .social-list {
  text-align: center;
}
.cid-rYk6GRtW2C .opening-hours-title,
.cid-rYk6GRtW2C .opening-hours DIV {
  text-align: left;
}
.cid-rYk6GRtW2C .hours-column {
  color: #ffffff;
}
.cid-rYk6GRtW2C .days-column {
  color: #ffffff;
}
.cid-rYk6GRtW2C .opening-hours-title,
.cid-rYk6GRtW2C .opening-hours {
  color: #ffffff;
  text-align: center;
}
.cid-rYk6GRtW2C H3 {
  color: #ffffff;
}
.cid-rYk6GRtW2C .address-title,
.cid-rYk6GRtW2C .address-block {
  color: #ffffff;
}
.cid-rYk6GRtW2C .contacts-title,
.cid-rYk6GRtW2C .contacts-block {
  color: #ffffff;
}
.cid-rYk6GRtW2C LABEL {
  color: #ffffff;
}
.cid-rXLflvPfFC {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #149dcc;
}
.cid-rXLflvPfFC .row {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rXLflvPfFC .text-black {
  font-weight: 800;
  letter-spacing: 0.1em;
}
.cid-rXLflvPfFC .btn {
  margin-bottom: 2rem;
}
.cid-rXLflvPfFC .mbr-text {
  color: #444;
  font-weight: 600;
  letter-spacing: 0.1em;
}
.cid-rXLflvPfFC .social-list {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  padding-left: 0;
  margin-bottom: 25px;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-rXLflvPfFC .social-list .mbr-iconfont-social {
  font-size: 2rem;
  color: black;
}
.cid-rXLflvPfFC .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-rXLflvPfFC .social-list a {
  margin: 0;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-rXLflvPfFC .social-list a:hover {
  opacity: .4;
}
@media (max-width: 767px) {
  .cid-rXLflvPfFC .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 575px) {
  .cid-rXLflvPfFC .mbr-text {
    text-align: center;
    margin-bottom: 2rem;
  }
}
.cid-rXLflvPfFC .links {
  color: #ffffff;
  text-align: center;
}
.cid-saH7ozvYIA.popup-builder {
  background-color: #ffffff;
}
.cid-saH7ozvYIA.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-saH7ozvYIA.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-saH7ozvYIA .modal-content,
.cid-saH7ozvYIA .modal-dialog {
  height: auto;
}
.cid-saH7ozvYIA .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-saH7ozvYIA .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-saH7ozvYIA .form-wrapper .mbr-form .form-group,
  .cid-saH7ozvYIA .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-saH7ozvYIA .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-saH7ozvYIA .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-saH7ozvYIA .mbr-text {
  text-align: center;
}
.cid-saH7ozvYIA .pt-0 {
  padding-top: 0 !important;
}
.cid-saH7ozvYIA .pb-0 {
  padding-bottom: 0 !important;
}
.cid-saH7ozvYIA .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-saH7ozvYIA .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-saH7ozvYIA .modal-open {
  overflow: hidden;
}
.cid-saH7ozvYIA .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-saH7ozvYIA .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-saH7ozvYIA .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-saH7ozvYIA .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-saH7ozvYIA .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-saH7ozvYIA .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-saH7ozvYIA .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-saH7ozvYIA .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-saH7ozvYIA .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-saH7ozvYIA .modal-backdrop.fade {
  opacity: 0;
}
.cid-saH7ozvYIA .modal-backdrop.show {
  opacity: .5;
}
.cid-saH7ozvYIA .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-saH7ozvYIA .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-saH7ozvYIA .modal-header .close:hover {
  opacity: 1;
}
.cid-saH7ozvYIA .modal-header .close:focus {
  outline: none;
}
.cid-saH7ozvYIA .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-saH7ozvYIA .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-saH7ozvYIA .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-saH7ozvYIA .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-saH7ozvYIA .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-saH7ozvYIA .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-saH7ozvYIA .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-saH7ozvYIA .modal-sm {
    max-width: 300px;
  }
  .cid-saH7ozvYIA .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-saH7ozvYIA .modal-lg,
  .cid-saH7ozvYIA .modal-xl {
    max-width: 800px;
  }
  .cid-saH7ozvYIA .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-saH7ozvYIA .modal-xl {
    max-width: 1140px;
  }
  .cid-saH7ozvYIA .container {
    max-width: 1140px;
  }
}
.cid-saH7ozvYIA .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-saH7ozvYIA .container {
    max-width: 720px;
  }
}
.cid-saH7ozvYIA .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-saH7ozvYIA .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-saH7ozvYIA .form-group {
  margin-bottom: 1rem;
}
.cid-saH7ozvYIA .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-saH7ozvYIA .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-saH7ozvYIA .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-rB3xlOQeon {
  padding-top: 75px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/1008-2000x1335.jpg");
}
.cid-rB3xlPQU7A {
  padding-top: 30px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-rB3xlPQU7A h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-rB3xlPQU7A p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
}
.cid-rB3xlPQU7A .mbr-section-btn {
  padding-top: 2.5rem;
}
.cid-rB3xlPQU7A .mbr-section-btn a {
  margin: 0;
}
.cid-rB3xlPQU7A .mbr-text {
  color: #767676;
}
.cid-rB3xlPQU7A .card-wrapper {
  height: 100%;
}
@media (max-width: 767px) {
  .cid-rB3xlPQU7A .card:not(.last-child) {
    padding-bottom: 2rem;
  }
}
.cid-rB3xlPQU7A .card-title {
  text-align: center;
}
.cid-rB3xlPQU7A .mbr-text,
.cid-rB3xlPQU7A .mbr-section-btn {
  text-align: center;
}
.cid-rB3xlPQU7A H2 {
  text-align: center;
}
.cid-t6erUNGRsy {
  padding-top: 15px;
  padding-bottom: 60px;
  background-color: #232323;
}
.cid-t6erUNGRsy .mbr-section-subtitle {
  color: #767676;
}
.cid-t6erUNGRsy .container-table {
  margin: 0 auto;
}
.cid-t6erUNGRsy .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-t6erUNGRsy .dataTables_wrapper {
  display: block;
}
.cid-t6erUNGRsy .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-t6erUNGRsy .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-t6erUNGRsy table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #232323;
  margin-bottom: 0;
}
.cid-t6erUNGRsy table th {
  border-top: none;
  transition: all .2s;
  border-bottom: none;
}
.cid-t6erUNGRsy table th:hover {
  background: #232323;
  color: #ffffff;
}
.cid-t6erUNGRsy table td {
  border-top: 1px solid #232323;
}
.cid-t6erUNGRsy table.table {
  background: #ffffff;
}
.cid-t6erUNGRsy .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-t6erUNGRsy .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-t6erUNGRsy .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-t6erUNGRsy .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-t6erUNGRsy .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-t6erUNGRsy .dataTables_filter {
    text-align: center;
  }
  .cid-t6erUNGRsy .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-t6erUNGRsy .body-item {
  text-align: center;
}
.cid-t6erUNGRsy .head-item {
  text-align: center;
}
.cid-t6erUNGRsy .mbr-section-title {
  color: #ffffff;
}
.cid-suYGKDu8ft {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #fcfcfc;
}
.cid-suYGKDu8ft .mbr-section-title,
.cid-suYGKDu8ft .mbr-section-subtitle {
  color: #000000;
}
.cid-suYGKDu8ft .mbr-section-text {
  color: #232323;
}
.cid-suYGKDu8ft .mbr-text,
.cid-suYGKDu8ft .typed-text,
.cid-suYGKDu8ft .mbr-section-text {
  letter-spacing: 0.03rem;
}
.cid-suYGKDu8ft .btn {
  margin-left: 4px !important;
}
.cid-suYGKDu8ft .animated-element {
  color: #8db14c;
}
.cid-suYGKDu8ft .typed-cursor {
  opacity: 1;
  -webkit-animation: blink 0.7s infinite;
  -moz-animation: blink 0.7s infinite;
  animation: blink 0.7s infinite;
  color: #8db14c;
}
.cid-suYGKDu8ft .mbr-figure {
  border-radius: .25rem;
  overflow: hidden;
}
@media (max-width: 767px) {
  .cid-suYGKDu8ft .typed-text,
  .cid-suYGKDu8ft .mbr-section-subtitle,
  .cid-suYGKDu8ft .mbr-section-text,
  .cid-suYGKDu8ft .mbr-section-btn {
    text-align: center !important;
  }
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.cid-suYGKDu8ft .mbr-section-subtitle,
.cid-suYGKDu8ft .typed-text {
  color: #232323;
}
.cid-suYGKDu8ft .mbr-section-text,
.cid-suYGKDu8ft .mbr-section-btn {
  color: #232323;
}
.cid-t61z3uXu7T {
  text-align: center;
  overflow: hidden;
}
.cid-t61z3uXu7T .custom-widget svg {
  width: 65px;
  height: 65px;
  color: #777;
  fill: #777;
  margin-top: 2rem;
  margin-bottom: 3rem;
}
.cid-rY9SgTgMNT {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rY9SgTgMNT .google-map {
  height: 25rem;
  position: relative;
}
.cid-rY9SgTgMNT .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-rY9SgTgMNT .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-rY9SgTgMNT .google-map[data-state] {
  background: #e9e5dc;
}
.cid-rY9SgTgMNT .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-rY9SgTgMNT .container-fluid {
  padding: 0;
}
.cid-rY9SgTgMNT .relative {
  position: relative;
  width: 100%;
}
.cid-rY9SgTgMNT .mbr-section-title {
  color: #656565;
}
.cid-rY9SgTgMNT .block {
  background: rgba(50, 50, 50, 0.8);
  position: absolute;
  padding: 2rem;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  width: 400px;
  height: 100%;
  top: 0;
  right: 0;
}
.cid-rY9SgTgMNT .line {
  height: 3px;
  width: 60px;
  background: #ffffff;
  margin: auto;
  margin-bottom: 1rem;
  margin-top: 1rem;
}
.cid-rY9SgTgMNT .title {
  text-align: center;
  color: #ffffff;
}
.cid-rY9SgTgMNT .text {
  text-align: center;
  color: #ffffff;
  line-height: 1.5;
}
@media (max-width: 576px) {
  .cid-rY9SgTgMNT .block {
    position: relative;
    width: 100%;
    height: auto;
    padding: 6rem 2rem;
  }
}
.cid-t6es3D34r6 {
  padding-top: 60px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/65479-1-2000x1125.jpg");
}
.cid-t6es3D34r6 *:focus {
  outline: none;
}
.cid-t6es3D34r6 .form-control {
  width: 100%;
  min-height: auto;
  color: #ffffff !important;
  border: none;
  border-radius: 0 !important;
  background-color: transparent;
  padding: .5rem 0rem;
  border-bottom: 1px solid #ffffff;
  box-shadow: none;
}
.cid-t6es3D34r6 .form-control:focus {
  outline: none;
  box-shadow: none;
}
.cid-t6es3D34r6 input::-webkit-input-placeholder {
  color: #ffffff;
}
.cid-t6es3D34r6 input::-moz-placeholder {
  color: #ffffff;
}
.cid-t6es3D34r6 textarea::-webkit-input-placeholder {
  color: #ffffff;
}
.cid-t6es3D34r6 textarea::-moz-placeholder {
  color: #ffffff;
}
.cid-t6es3D34r6 .soc-item {
  margin: 0 .1rem .2rem .1rem;
  display: inline-flex;
  width: 46px;
  height: 46px;
  justify-content: center;
  align-items: center;
  border: 1px solid #66458e;
  border-radius: 50%;
}
.cid-t6es3D34r6 .soc-item:hover {
  opacity: .5;
}
.cid-t6es3D34r6 .soc-item .socicon {
  font-size: 1.5rem;
  color: #66458e;
}
.cid-t6es3D34r6 .days-column,
.cid-t6es3D34r6 .hours-column {
  display: inline-block;
}
.cid-t6es3D34r6 .days-column span,
.cid-t6es3D34r6 .hours-column span {
  display: block;
}
.cid-t6es3D34r6 .input-group-btn {
  display: block;
}
@media (max-width: 767px) {
  .cid-t6es3D34r6 .days-column {
    padding-right: 0 !important;
  }
  .cid-t6es3D34r6 .hours-column {
    max-width: 50% !important;
  }
  .cid-t6es3D34r6 .opening-hours {
    padding-bottom: 48px !important;
  }
}
.cid-t6es3D34r6 .follow-title,
.cid-t6es3D34r6 .social-list {
  text-align: center;
}
.cid-t6es3D34r6 .opening-hours-title,
.cid-t6es3D34r6 .opening-hours DIV {
  text-align: left;
}
.cid-t6es3D34r6 .hours-column {
  color: #ffffff;
  text-align: center;
}
.cid-t6es3D34r6 .days-column {
  color: #ffffff;
}
.cid-t6es3D34r6 .opening-hours-title,
.cid-t6es3D34r6 .opening-hours {
  color: #ffffff;
  text-align: center;
}
.cid-t6es3D34r6 H3 {
  color: #ffffff;
}
.cid-t6es3D34r6 .address-title,
.cid-t6es3D34r6 .address-block {
  color: #ffffff;
}
.cid-t6es3D34r6 .contacts-title,
.cid-t6es3D34r6 .contacts-block {
  color: #ffffff;
}
.cid-t6es3D34r6 LABEL {
  color: #ffffff;
}
.cid-suFQOPKUGr {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #149dcc;
}
.cid-suFQOPKUGr .row {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-suFQOPKUGr .text-black {
  font-weight: 800;
  letter-spacing: 0.1em;
}
.cid-suFQOPKUGr .btn {
  margin-bottom: 2rem;
}
.cid-suFQOPKUGr .mbr-text {
  color: #444;
  font-weight: 600;
  letter-spacing: 0.1em;
}
.cid-suFQOPKUGr .social-list {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  padding-left: 0;
  margin-bottom: 25px;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-suFQOPKUGr .social-list .mbr-iconfont-social {
  font-size: 2rem;
  color: black;
}
.cid-suFQOPKUGr .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-suFQOPKUGr .social-list a {
  margin: 0;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-suFQOPKUGr .social-list a:hover {
  opacity: .4;
}
@media (max-width: 767px) {
  .cid-suFQOPKUGr .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 575px) {
  .cid-suFQOPKUGr .mbr-text {
    text-align: center;
    margin-bottom: 2rem;
  }
}
.cid-suFQOPKUGr .links {
  color: #ffffff;
  text-align: center;
}
.cid-rYlk6eG0RA .navbar {
  background: #232323;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-rYlk6eG0RA .navbar-dropdown.bg-color.transparent.opened {
  background: #232323;
}
.cid-rYlk6eG0RA a {
  font-style: normal;
}
.cid-rYlk6eG0RA .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-rYlk6eG0RA .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-rYlk6eG0RA .nav-item:focus,
.cid-rYlk6eG0RA .nav-link:focus {
  outline: none;
}
.cid-rYlk6eG0RA .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-rYlk6eG0RA .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-rYlk6eG0RA .menu-logo {
  margin-right: auto;
}
.cid-rYlk6eG0RA .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rYlk6eG0RA .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-rYlk6eG0RA .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-rYlk6eG0RA .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-rYlk6eG0RA .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-rYlk6eG0RA .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-rYlk6eG0RA .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-rYlk6eG0RA .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-rYlk6eG0RA .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-rYlk6eG0RA .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-rYlk6eG0RA .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-rYlk6eG0RA .dropdown .dropdown-menu {
  background: #232323;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-rYlk6eG0RA .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-rYlk6eG0RA .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rYlk6eG0RA .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-rYlk6eG0RA .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rYlk6eG0RA .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-rYlk6eG0RA .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-rYlk6eG0RA .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-rYlk6eG0RA .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-rYlk6eG0RA .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-rYlk6eG0RA .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-rYlk6eG0RA .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-rYlk6eG0RA button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-rYlk6eG0RA button.navbar-toggler:focus {
  outline: none;
}
.cid-rYlk6eG0RA button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-rYlk6eG0RA button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rYlk6eG0RA button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rYlk6eG0RA button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rYlk6eG0RA button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rYlk6eG0RA nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rYlk6eG0RA nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rYlk6eG0RA nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rYlk6eG0RA nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rYlk6eG0RA .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rYlk6eG0RA .collapsed .btn {
  display: -webkit-flex;
}
.cid-rYlk6eG0RA .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-rYlk6eG0RA .collapsed .navbar-collapse.collapsing,
.cid-rYlk6eG0RA .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-rYlk6eG0RA .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-rYlk6eG0RA .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-rYlk6eG0RA .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-rYlk6eG0RA .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-rYlk6eG0RA .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-rYlk6eG0RA .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-rYlk6eG0RA .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-rYlk6eG0RA .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-rYlk6eG0RA .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-rYlk6eG0RA .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-rYlk6eG0RA .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-rYlk6eG0RA .collapsed button.navbar-toggler {
  display: block;
}
.cid-rYlk6eG0RA .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-rYlk6eG0RA .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rYlk6eG0RA .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-rYlk6eG0RA .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-rYlk6eG0RA .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-rYlk6eG0RA .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-rYlk6eG0RA.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rYlk6eG0RA img {
    height: 3.8rem !important;
  }
  .cid-rYlk6eG0RA .btn {
    display: -webkit-flex;
  }
  .cid-rYlk6eG0RA button.navbar-toggler {
    display: block;
  }
  .cid-rYlk6eG0RA .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-rYlk6eG0RA .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rYlk6eG0RA .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-rYlk6eG0RA .navbar-collapse.collapsing,
  .cid-rYlk6eG0RA .navbar-collapse.show {
    display: block !important;
  }
  .cid-rYlk6eG0RA .navbar-collapse.collapsing .navbar-nav,
  .cid-rYlk6eG0RA .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-rYlk6eG0RA .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-rYlk6eG0RA .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-rYlk6eG0RA .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-rYlk6eG0RA .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-rYlk6eG0RA .navbar-collapse.collapsing .navbar-buttons,
  .cid-rYlk6eG0RA .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-rYlk6eG0RA .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-rYlk6eG0RA .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-rYlk6eG0RA .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-rYlk6eG0RA .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-rYlk6eG0RA .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-rYlk6eG0RA .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-rYlk6eG0RA .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-rYlk6eG0RA .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-rYlk6eG0RA .nav-link:hover,
.cid-rYlk6eG0RA .dropdown-item:hover {
  color: #149dcc !important;
}
.cid-suYcOa9N9p.popup-builder {
  background-color: #ffffff;
}
.cid-suYcOa9N9p.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-suYcOa9N9p.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-suYcOa9N9p .modal-content,
.cid-suYcOa9N9p .modal-dialog {
  height: auto;
}
.cid-suYcOa9N9p .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-suYcOa9N9p .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-suYcOa9N9p .form-wrapper .mbr-form .form-group,
  .cid-suYcOa9N9p .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-suYcOa9N9p .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-suYcOa9N9p .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-suYcOa9N9p .mbr-text {
  text-align: center;
}
.cid-suYcOa9N9p .pt-0 {
  padding-top: 0 !important;
}
.cid-suYcOa9N9p .pb-0 {
  padding-bottom: 0 !important;
}
.cid-suYcOa9N9p .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-suYcOa9N9p .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-suYcOa9N9p .modal-open {
  overflow: hidden;
}
.cid-suYcOa9N9p .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-suYcOa9N9p .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-suYcOa9N9p .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-suYcOa9N9p .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-suYcOa9N9p .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-suYcOa9N9p .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-suYcOa9N9p .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-suYcOa9N9p .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-suYcOa9N9p .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-suYcOa9N9p .modal-backdrop.fade {
  opacity: 0;
}
.cid-suYcOa9N9p .modal-backdrop.show {
  opacity: .5;
}
.cid-suYcOa9N9p .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-suYcOa9N9p .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-suYcOa9N9p .modal-header .close:hover {
  opacity: 1;
}
.cid-suYcOa9N9p .modal-header .close:focus {
  outline: none;
}
.cid-suYcOa9N9p .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-suYcOa9N9p .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-suYcOa9N9p .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-suYcOa9N9p .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-suYcOa9N9p .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-suYcOa9N9p .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-suYcOa9N9p .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-suYcOa9N9p .modal-sm {
    max-width: 300px;
  }
  .cid-suYcOa9N9p .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-suYcOa9N9p .modal-lg,
  .cid-suYcOa9N9p .modal-xl {
    max-width: 800px;
  }
  .cid-suYcOa9N9p .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-suYcOa9N9p .modal-xl {
    max-width: 1140px;
  }
  .cid-suYcOa9N9p .container {
    max-width: 1140px;
  }
}
.cid-suYcOa9N9p .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-suYcOa9N9p .container {
    max-width: 720px;
  }
}
.cid-suYcOa9N9p .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-suYcOa9N9p .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-suYcOa9N9p .form-group {
  margin-bottom: 1rem;
}
.cid-suYcOa9N9p .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-suYcOa9N9p .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-suYcOa9N9p .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-rXM5HVYOCV {
  padding-top: 135px;
  padding-bottom: 135px;
  background-image: url("../../../assets/images/background4.jpg");
}
.cid-rXM5HVYOCV .mbr-text {
  color: #ffffff;
  letter-spacing: 0.03em;
  line-height: 1.8;
}
.cid-rXM5HVYOCV .card-img span {
  font-size: 80px;
  color: #ffffff;
}
.cid-rXM5HVYOCV .card-title {
  margin-bottom: 2rem;
  text-align: center;
  color: #ffffff;
  letter-spacing: 0.1em;
}
.cid-rYqARyLqds {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rYqARyLqds .google-map {
  height: 25rem;
  position: relative;
}
.cid-rYqARyLqds .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-rYqARyLqds .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-rYqARyLqds .google-map[data-state] {
  background: #e9e5dc;
}
.cid-rYqARyLqds .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-rYqARyLqds .container-fluid {
  padding: 0;
}
.cid-rYqARyLqds .relative {
  position: relative;
  width: 100%;
}
.cid-rYqARyLqds .mbr-section-title {
  color: #656565;
}
.cid-rYqARyLqds .block {
  background: rgba(50, 50, 50, 0.8);
  position: absolute;
  padding: 2rem;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  width: 400px;
  height: 100%;
  top: 0;
  right: 0;
}
.cid-rYqARyLqds .line {
  height: 3px;
  width: 60px;
  background: #ffffff;
  margin: auto;
  margin-bottom: 1rem;
  margin-top: 1rem;
}
.cid-rYqARyLqds .title {
  text-align: center;
  color: #ffffff;
}
.cid-rYqARyLqds .text {
  text-align: center;
  color: #ffffff;
  line-height: 1.5;
}
@media (max-width: 576px) {
  .cid-rYqARyLqds .block {
    position: relative;
    width: 100%;
    height: auto;
    padding: 6rem 2rem;
  }
}
.cid-suwxZ7eCDE {
  padding-top: 60px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/65479-1-2000x1125.jpg");
}
.cid-suwxZ7eCDE *:focus {
  outline: none;
}
.cid-suwxZ7eCDE .form-control {
  width: 100%;
  min-height: auto;
  color: #ffffff !important;
  border: none;
  border-radius: 0 !important;
  background-color: transparent;
  padding: .5rem 0rem;
  border-bottom: 1px solid #ffffff;
  box-shadow: none;
}
.cid-suwxZ7eCDE .form-control:focus {
  outline: none;
  box-shadow: none;
}
.cid-suwxZ7eCDE input::-webkit-input-placeholder {
  color: #ffffff;
}
.cid-suwxZ7eCDE input::-moz-placeholder {
  color: #ffffff;
}
.cid-suwxZ7eCDE textarea::-webkit-input-placeholder {
  color: #ffffff;
}
.cid-suwxZ7eCDE textarea::-moz-placeholder {
  color: #ffffff;
}
.cid-suwxZ7eCDE .soc-item {
  margin: 0 .1rem .2rem .1rem;
  display: inline-flex;
  width: 46px;
  height: 46px;
  justify-content: center;
  align-items: center;
  border: 1px solid #66458e;
  border-radius: 50%;
}
.cid-suwxZ7eCDE .soc-item:hover {
  opacity: .5;
}
.cid-suwxZ7eCDE .soc-item .socicon {
  font-size: 1.5rem;
  color: #66458e;
}
.cid-suwxZ7eCDE .days-column,
.cid-suwxZ7eCDE .hours-column {
  display: inline-block;
}
.cid-suwxZ7eCDE .days-column span,
.cid-suwxZ7eCDE .hours-column span {
  display: block;
}
.cid-suwxZ7eCDE .input-group-btn {
  display: block;
}
@media (max-width: 767px) {
  .cid-suwxZ7eCDE .days-column {
    padding-right: 0 !important;
  }
  .cid-suwxZ7eCDE .hours-column {
    max-width: 50% !important;
  }
  .cid-suwxZ7eCDE .opening-hours {
    padding-bottom: 48px !important;
  }
}
.cid-suwxZ7eCDE .follow-title,
.cid-suwxZ7eCDE .social-list {
  text-align: center;
}
.cid-suwxZ7eCDE .opening-hours-title,
.cid-suwxZ7eCDE .opening-hours DIV {
  text-align: left;
}
.cid-suwxZ7eCDE .hours-column {
  color: #ffffff;
}
.cid-suwxZ7eCDE .days-column {
  color: #ffffff;
}
.cid-suwxZ7eCDE .opening-hours-title,
.cid-suwxZ7eCDE .opening-hours {
  color: #ffffff;
}
.cid-suwxZ7eCDE H3 {
  color: #ffffff;
}
.cid-suwxZ7eCDE .address-title,
.cid-suwxZ7eCDE .address-block {
  color: #ffffff;
}
.cid-suwxZ7eCDE .contacts-title,
.cid-suwxZ7eCDE .contacts-block {
  color: #ffffff;
}
.cid-suwxZ7eCDE LABEL {
  color: #ffffff;
}
.cid-suFQZcAt1C {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #149dcc;
}
.cid-suFQZcAt1C .row {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-suFQZcAt1C .text-black {
  font-weight: 800;
  letter-spacing: 0.1em;
}
.cid-suFQZcAt1C .btn {
  margin-bottom: 2rem;
}
.cid-suFQZcAt1C .mbr-text {
  color: #444;
  font-weight: 600;
  letter-spacing: 0.1em;
}
.cid-suFQZcAt1C .social-list {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  padding-left: 0;
  margin-bottom: 25px;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-suFQZcAt1C .social-list .mbr-iconfont-social {
  font-size: 2rem;
  color: black;
}
.cid-suFQZcAt1C .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-suFQZcAt1C .social-list a {
  margin: 0;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-suFQZcAt1C .social-list a:hover {
  opacity: .4;
}
@media (max-width: 767px) {
  .cid-suFQZcAt1C .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 575px) {
  .cid-suFQZcAt1C .mbr-text {
    text-align: center;
    margin-bottom: 2rem;
  }
}
.cid-suFQZcAt1C .links {
  color: #ffffff;
  text-align: center;
}
.cid-rYlk6eG0RA .navbar {
  background: #232323;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-rYlk6eG0RA .navbar-dropdown.bg-color.transparent.opened {
  background: #232323;
}
.cid-rYlk6eG0RA a {
  font-style: normal;
}
.cid-rYlk6eG0RA .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-rYlk6eG0RA .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-rYlk6eG0RA .nav-item:focus,
.cid-rYlk6eG0RA .nav-link:focus {
  outline: none;
}
.cid-rYlk6eG0RA .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-rYlk6eG0RA .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-rYlk6eG0RA .menu-logo {
  margin-right: auto;
}
.cid-rYlk6eG0RA .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rYlk6eG0RA .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-rYlk6eG0RA .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-rYlk6eG0RA .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-rYlk6eG0RA .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-rYlk6eG0RA .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-rYlk6eG0RA .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-rYlk6eG0RA .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-rYlk6eG0RA .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-rYlk6eG0RA .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-rYlk6eG0RA .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-rYlk6eG0RA .dropdown .dropdown-menu {
  background: #232323;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-rYlk6eG0RA .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-rYlk6eG0RA .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rYlk6eG0RA .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-rYlk6eG0RA .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rYlk6eG0RA .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-rYlk6eG0RA .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-rYlk6eG0RA .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-rYlk6eG0RA .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-rYlk6eG0RA .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-rYlk6eG0RA .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-rYlk6eG0RA .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-rYlk6eG0RA button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-rYlk6eG0RA button.navbar-toggler:focus {
  outline: none;
}
.cid-rYlk6eG0RA button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-rYlk6eG0RA button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rYlk6eG0RA button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rYlk6eG0RA button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rYlk6eG0RA button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rYlk6eG0RA nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rYlk6eG0RA nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rYlk6eG0RA nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rYlk6eG0RA nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rYlk6eG0RA .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rYlk6eG0RA .collapsed .btn {
  display: -webkit-flex;
}
.cid-rYlk6eG0RA .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-rYlk6eG0RA .collapsed .navbar-collapse.collapsing,
.cid-rYlk6eG0RA .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-rYlk6eG0RA .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-rYlk6eG0RA .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-rYlk6eG0RA .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-rYlk6eG0RA .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-rYlk6eG0RA .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-rYlk6eG0RA .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-rYlk6eG0RA .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-rYlk6eG0RA .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-rYlk6eG0RA .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-rYlk6eG0RA .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-rYlk6eG0RA .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-rYlk6eG0RA .collapsed button.navbar-toggler {
  display: block;
}
.cid-rYlk6eG0RA .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-rYlk6eG0RA .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rYlk6eG0RA .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-rYlk6eG0RA .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-rYlk6eG0RA .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-rYlk6eG0RA .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-rYlk6eG0RA.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rYlk6eG0RA img {
    height: 3.8rem !important;
  }
  .cid-rYlk6eG0RA .btn {
    display: -webkit-flex;
  }
  .cid-rYlk6eG0RA button.navbar-toggler {
    display: block;
  }
  .cid-rYlk6eG0RA .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-rYlk6eG0RA .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rYlk6eG0RA .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-rYlk6eG0RA .navbar-collapse.collapsing,
  .cid-rYlk6eG0RA .navbar-collapse.show {
    display: block !important;
  }
  .cid-rYlk6eG0RA .navbar-collapse.collapsing .navbar-nav,
  .cid-rYlk6eG0RA .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-rYlk6eG0RA .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-rYlk6eG0RA .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-rYlk6eG0RA .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-rYlk6eG0RA .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-rYlk6eG0RA .navbar-collapse.collapsing .navbar-buttons,
  .cid-rYlk6eG0RA .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-rYlk6eG0RA .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-rYlk6eG0RA .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-rYlk6eG0RA .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-rYlk6eG0RA .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-rYlk6eG0RA .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-rYlk6eG0RA .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-rYlk6eG0RA .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-rYlk6eG0RA .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-rYlk6eG0RA .nav-link:hover,
.cid-rYlk6eG0RA .dropdown-item:hover {
  color: #149dcc !important;
}
.cid-rZW6QiktSz .navbar {
  background: #232323;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-rZW6QiktSz .navbar-dropdown.bg-color.transparent.opened {
  background: #232323;
}
.cid-rZW6QiktSz a {
  font-style: normal;
}
.cid-rZW6QiktSz .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-rZW6QiktSz .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-rZW6QiktSz .nav-item:focus,
.cid-rZW6QiktSz .nav-link:focus {
  outline: none;
}
.cid-rZW6QiktSz .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-rZW6QiktSz .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-rZW6QiktSz .menu-logo {
  margin-right: auto;
}
.cid-rZW6QiktSz .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rZW6QiktSz .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-rZW6QiktSz .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-rZW6QiktSz .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-rZW6QiktSz .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-rZW6QiktSz .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-rZW6QiktSz .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-rZW6QiktSz .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-rZW6QiktSz .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-rZW6QiktSz .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-rZW6QiktSz .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-rZW6QiktSz .dropdown .dropdown-menu {
  background: #232323;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-rZW6QiktSz .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-rZW6QiktSz .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rZW6QiktSz .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-rZW6QiktSz .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rZW6QiktSz .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-rZW6QiktSz .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-rZW6QiktSz .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-rZW6QiktSz .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-rZW6QiktSz .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-rZW6QiktSz .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-rZW6QiktSz .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-rZW6QiktSz button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-rZW6QiktSz button.navbar-toggler:focus {
  outline: none;
}
.cid-rZW6QiktSz button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-rZW6QiktSz button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rZW6QiktSz button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rZW6QiktSz button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rZW6QiktSz button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rZW6QiktSz nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rZW6QiktSz nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rZW6QiktSz nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rZW6QiktSz nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rZW6QiktSz .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rZW6QiktSz .collapsed .btn {
  display: -webkit-flex;
}
.cid-rZW6QiktSz .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-rZW6QiktSz .collapsed .navbar-collapse.collapsing,
.cid-rZW6QiktSz .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-rZW6QiktSz .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-rZW6QiktSz .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-rZW6QiktSz .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-rZW6QiktSz .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-rZW6QiktSz .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-rZW6QiktSz .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-rZW6QiktSz .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-rZW6QiktSz .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-rZW6QiktSz .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-rZW6QiktSz .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-rZW6QiktSz .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-rZW6QiktSz .collapsed button.navbar-toggler {
  display: block;
}
.cid-rZW6QiktSz .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-rZW6QiktSz .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rZW6QiktSz .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-rZW6QiktSz .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-rZW6QiktSz .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-rZW6QiktSz .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-rZW6QiktSz.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rZW6QiktSz img {
    height: 3.8rem !important;
  }
  .cid-rZW6QiktSz .btn {
    display: -webkit-flex;
  }
  .cid-rZW6QiktSz button.navbar-toggler {
    display: block;
  }
  .cid-rZW6QiktSz .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-rZW6QiktSz .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rZW6QiktSz .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-rZW6QiktSz .navbar-collapse.collapsing,
  .cid-rZW6QiktSz .navbar-collapse.show {
    display: block !important;
  }
  .cid-rZW6QiktSz .navbar-collapse.collapsing .navbar-nav,
  .cid-rZW6QiktSz .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-rZW6QiktSz .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-rZW6QiktSz .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-rZW6QiktSz .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-rZW6QiktSz .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-rZW6QiktSz .navbar-collapse.collapsing .navbar-buttons,
  .cid-rZW6QiktSz .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-rZW6QiktSz .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-rZW6QiktSz .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-rZW6QiktSz .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-rZW6QiktSz .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-rZW6QiktSz .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-rZW6QiktSz .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-rZW6QiktSz .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-rZW6QiktSz .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-rZW6QiktSz .nav-link:hover,
.cid-rZW6QiktSz .dropdown-item:hover {
  color: #149dcc !important;
}
.cid-saHnRUdr7F {
  padding-top: 120px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/faq-1600x840.png");
}
.cid-saHnRUdr7F .container-fluid {
  padding: 0 3rem;
}
.cid-saHnRUdr7F .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(to right, #149dcc 50%, #ff3366 120%);
  display: inline-block;
}
.cid-saHnRUdr7F .panel-group {
  width: 100%;
  margin: 2rem auto;
  margin-top: 0;
}
.cid-saHnRUdr7F .header-text {
  padding: 2rem 1rem !important;
}
.cid-saHnRUdr7F .card {
  border-radius: 25px !important;
  background: #ffffff;
  margin-bottom: 1rem;
  box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
}
.cid-saHnRUdr7F .card .card-header {
  border-radius: 25px;
  border: 0px;
  padding: 0;
  background-color: transparent !important;
}
.cid-saHnRUdr7F .card .card-header a.panel-title {
  transition: all .3s;
  border-radius: 25px 25px 0 0;
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
  padding-right: 2rem;
}
.cid-saHnRUdr7F .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-saHnRUdr7F .card .card-header a.panel-title:hover .sign {
  background-color: #2461d8 !important;
}
.cid-saHnRUdr7F .card .card-header a.panel-title .sign {
  position: absolute;
  right: 0;
  top: -1px;
  bottom: 0;
  border-radius: 0 25px 25px 0;
  background-color: #4f80e0;
  padding: 2rem;
  padding-top: 36px;
  color: #ffffff;
}
.cid-saHnRUdr7F .card .card-header a.panel-title h4 {
  padding: 1rem 1rem;
  margin-bottom: 0;
}
.cid-saHnRUdr7F .card .card-header a.collapsed {
  border-radius: 25px;
}
.cid-saHnRUdr7F .card .panel-body {
  width: calc(100% - 80px);
  border-radius: 0 0 0 25px;
}
@media (max-width: 767px) {
  .cid-saHnRUdr7F .container-fluid {
    padding: 0 1rem;
  }
  .cid-saHnRUdr7F .header-text {
    padding: 1rem !important;
  }
  .cid-saHnRUdr7F .sign {
    padding: 16px !important;
    padding-top: 22px !important;
  }
  .cid-saHnRUdr7F .panel-body {
    width: calc(100% - 48px);
  }
  .cid-saHnRUdr7F .panel-group {
    padding: 0;
  }
}
.cid-saHnRUdr7F .header-text,
.cid-saHnRUdr7F .sign {
  color: #232323;
}
.cid-saHnRUdr7F .panel-text {
  text-align: left;
}
.cid-saHnRUdr7F .mbr-section-title,
.cid-saHnRUdr7F .underline {
  color: #ffffff;
}
.cid-saHnRUdr7F .mbr-section-subtitle {
  color: #ffffff;
}
.cid-rZW2FCInmh {
  padding-top: 30px;
  padding-bottom: 30px;
  background: linear-gradient(45deg, #ffffff, #ffffff);
}
@media (min-width: 992px) {
  .cid-rZW2FCInmh .mbr-figure {
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-rZW2FCInmh .mbr-figure {
    padding-top: 3rem;
  }
}
.cid-rZW2FCInmh .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-rZW3LS0LJK {
  padding-top: 30px;
  padding-bottom: 30px;
  background: linear-gradient(45deg, #ffffff, #ffffff);
}
@media (min-width: 992px) {
  .cid-rZW3LS0LJK .mbr-figure {
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-rZW3LS0LJK .mbr-figure {
    padding-top: 3rem;
  }
}
.cid-rZW3LS0LJK .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-rZW3LS0LJK .media-container-row .mbr-figure {
    padding-left: 0;
    padding-right: 4rem;
  }
}
.cid-rZW3LS0LJK .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-rZW4EI9Q2X {
  padding-top: 30px;
  padding-bottom: 75px;
  background: linear-gradient(45deg, #ffffff, #ffffff);
}
@media (min-width: 992px) {
  .cid-rZW4EI9Q2X .mbr-figure {
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-rZW4EI9Q2X .mbr-figure {
    padding-top: 3rem;
  }
}
.cid-rZW4EI9Q2X .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-t61zwk4PWi {
  text-align: center;
  overflow: hidden;
}
.cid-t61zwk4PWi .custom-widget svg {
  width: 65px;
  height: 65px;
  color: #777;
  fill: #777;
  margin-top: 2rem;
  margin-bottom: 3rem;
}
.cid-t61zxaNxDZ {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #fcfcfc;
}
.cid-t61zxaNxDZ .mbr-section-title,
.cid-t61zxaNxDZ .mbr-section-subtitle {
  color: #000000;
}
.cid-t61zxaNxDZ .mbr-section-text {
  color: #232323;
}
.cid-t61zxaNxDZ .mbr-text,
.cid-t61zxaNxDZ .typed-text,
.cid-t61zxaNxDZ .mbr-section-text {
  letter-spacing: 0.03rem;
}
.cid-t61zxaNxDZ .btn {
  margin-left: 4px !important;
}
.cid-t61zxaNxDZ .animated-element {
  color: #8db14c;
}
.cid-t61zxaNxDZ .typed-cursor {
  opacity: 1;
  -webkit-animation: blink 0.7s infinite;
  -moz-animation: blink 0.7s infinite;
  animation: blink 0.7s infinite;
  color: #8db14c;
}
.cid-t61zxaNxDZ .mbr-figure {
  border-radius: .25rem;
  overflow: hidden;
}
@media (max-width: 767px) {
  .cid-t61zxaNxDZ .typed-text,
  .cid-t61zxaNxDZ .mbr-section-subtitle,
  .cid-t61zxaNxDZ .mbr-section-text,
  .cid-t61zxaNxDZ .mbr-section-btn {
    text-align: center !important;
  }
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.cid-t61zxaNxDZ .mbr-section-subtitle,
.cid-t61zxaNxDZ .typed-text {
  color: #232323;
}
.cid-t61zxaNxDZ .mbr-section-text,
.cid-t61zxaNxDZ .mbr-section-btn {
  color: #232323;
}
.cid-rZW6lCkp8v {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rZW6lCkp8v .google-map {
  height: 25rem;
  position: relative;
}
.cid-rZW6lCkp8v .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-rZW6lCkp8v .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-rZW6lCkp8v .google-map[data-state] {
  background: #e9e5dc;
}
.cid-rZW6lCkp8v .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-rZW6lCkp8v .container-fluid {
  padding: 0;
}
.cid-rZW6lCkp8v .relative {
  position: relative;
  width: 100%;
}
.cid-rZW6lCkp8v .mbr-section-title {
  color: #656565;
}
.cid-rZW6lCkp8v .block {
  background: rgba(50, 50, 50, 0.8);
  position: absolute;
  padding: 2rem;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  width: 400px;
  height: 100%;
  top: 0;
  right: 0;
}
.cid-rZW6lCkp8v .line {
  height: 3px;
  width: 60px;
  background: #ffffff;
  margin: auto;
  margin-bottom: 1rem;
  margin-top: 1rem;
}
.cid-rZW6lCkp8v .title {
  text-align: center;
  color: #ffffff;
}
.cid-rZW6lCkp8v .text {
  text-align: center;
  color: #ffffff;
  line-height: 1.5;
}
@media (max-width: 576px) {
  .cid-rZW6lCkp8v .block {
    position: relative;
    width: 100%;
    height: auto;
    padding: 6rem 2rem;
  }
}
.cid-t6esNpurEb {
  padding-top: 60px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/65479-1-2000x1125.jpg");
}
.cid-t6esNpurEb *:focus {
  outline: none;
}
.cid-t6esNpurEb .form-control {
  width: 100%;
  min-height: auto;
  color: #ffffff !important;
  border: none;
  border-radius: 0 !important;
  background-color: transparent;
  padding: .5rem 0rem;
  border-bottom: 1px solid #ffffff;
  box-shadow: none;
}
.cid-t6esNpurEb .form-control:focus {
  outline: none;
  box-shadow: none;
}
.cid-t6esNpurEb input::-webkit-input-placeholder {
  color: #ffffff;
}
.cid-t6esNpurEb input::-moz-placeholder {
  color: #ffffff;
}
.cid-t6esNpurEb textarea::-webkit-input-placeholder {
  color: #ffffff;
}
.cid-t6esNpurEb textarea::-moz-placeholder {
  color: #ffffff;
}
.cid-t6esNpurEb .soc-item {
  margin: 0 .1rem .2rem .1rem;
  display: inline-flex;
  width: 46px;
  height: 46px;
  justify-content: center;
  align-items: center;
  border: 1px solid #66458e;
  border-radius: 50%;
}
.cid-t6esNpurEb .soc-item:hover {
  opacity: .5;
}
.cid-t6esNpurEb .soc-item .socicon {
  font-size: 1.5rem;
  color: #66458e;
}
.cid-t6esNpurEb .days-column,
.cid-t6esNpurEb .hours-column {
  display: inline-block;
}
.cid-t6esNpurEb .days-column span,
.cid-t6esNpurEb .hours-column span {
  display: block;
}
.cid-t6esNpurEb .input-group-btn {
  display: block;
}
@media (max-width: 767px) {
  .cid-t6esNpurEb .days-column {
    padding-right: 0 !important;
  }
  .cid-t6esNpurEb .hours-column {
    max-width: 50% !important;
  }
  .cid-t6esNpurEb .opening-hours {
    padding-bottom: 48px !important;
  }
}
.cid-t6esNpurEb .follow-title,
.cid-t6esNpurEb .social-list {
  text-align: center;
}
.cid-t6esNpurEb .opening-hours-title,
.cid-t6esNpurEb .opening-hours DIV {
  text-align: left;
}
.cid-t6esNpurEb .hours-column {
  color: #ffffff;
  text-align: center;
}
.cid-t6esNpurEb .days-column {
  color: #ffffff;
}
.cid-t6esNpurEb .opening-hours-title,
.cid-t6esNpurEb .opening-hours {
  color: #ffffff;
  text-align: center;
}
.cid-t6esNpurEb H3 {
  color: #ffffff;
}
.cid-t6esNpurEb .address-title,
.cid-t6esNpurEb .address-block {
  color: #ffffff;
}
.cid-t6esNpurEb .contacts-title,
.cid-t6esNpurEb .contacts-block {
  color: #ffffff;
}
.cid-t6esNpurEb LABEL {
  color: #ffffff;
}
.cid-suFR34YMWe {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #149dcc;
}
.cid-suFR34YMWe .row {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-suFR34YMWe .text-black {
  font-weight: 800;
  letter-spacing: 0.1em;
}
.cid-suFR34YMWe .btn {
  margin-bottom: 2rem;
}
.cid-suFR34YMWe .mbr-text {
  color: #444;
  font-weight: 600;
  letter-spacing: 0.1em;
}
.cid-suFR34YMWe .social-list {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  padding-left: 0;
  margin-bottom: 25px;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-suFR34YMWe .social-list .mbr-iconfont-social {
  font-size: 2rem;
  color: black;
}
.cid-suFR34YMWe .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-suFR34YMWe .social-list a {
  margin: 0;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-suFR34YMWe .social-list a:hover {
  opacity: .4;
}
@media (max-width: 767px) {
  .cid-suFR34YMWe .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 575px) {
  .cid-suFR34YMWe .mbr-text {
    text-align: center;
    margin-bottom: 2rem;
  }
}
.cid-suFR34YMWe .links {
  color: #ffffff;
  text-align: center;
}
.cid-suYaXMlVPf.popup-builder {
  background-color: #ffffff;
}
.cid-suYaXMlVPf.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-suYaXMlVPf.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-suYaXMlVPf .modal-content,
.cid-suYaXMlVPf .modal-dialog {
  height: auto;
}
.cid-suYaXMlVPf .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-suYaXMlVPf .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-suYaXMlVPf .form-wrapper .mbr-form .form-group,
  .cid-suYaXMlVPf .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-suYaXMlVPf .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-suYaXMlVPf .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-suYaXMlVPf .mbr-text {
  text-align: center;
}
.cid-suYaXMlVPf .pt-0 {
  padding-top: 0 !important;
}
.cid-suYaXMlVPf .pb-0 {
  padding-bottom: 0 !important;
}
.cid-suYaXMlVPf .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-suYaXMlVPf .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-suYaXMlVPf .modal-open {
  overflow: hidden;
}
.cid-suYaXMlVPf .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-suYaXMlVPf .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-suYaXMlVPf .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-suYaXMlVPf .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-suYaXMlVPf .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-suYaXMlVPf .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-suYaXMlVPf .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-suYaXMlVPf .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-suYaXMlVPf .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-suYaXMlVPf .modal-backdrop.fade {
  opacity: 0;
}
.cid-suYaXMlVPf .modal-backdrop.show {
  opacity: .5;
}
.cid-suYaXMlVPf .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-suYaXMlVPf .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-suYaXMlVPf .modal-header .close:hover {
  opacity: 1;
}
.cid-suYaXMlVPf .modal-header .close:focus {
  outline: none;
}
.cid-suYaXMlVPf .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-suYaXMlVPf .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-suYaXMlVPf .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-suYaXMlVPf .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-suYaXMlVPf .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-suYaXMlVPf .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-suYaXMlVPf .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-suYaXMlVPf .modal-sm {
    max-width: 300px;
  }
  .cid-suYaXMlVPf .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-suYaXMlVPf .modal-lg,
  .cid-suYaXMlVPf .modal-xl {
    max-width: 800px;
  }
  .cid-suYaXMlVPf .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-suYaXMlVPf .modal-xl {
    max-width: 1140px;
  }
  .cid-suYaXMlVPf .container {
    max-width: 1140px;
  }
}
.cid-suYaXMlVPf .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-suYaXMlVPf .container {
    max-width: 720px;
  }
}
.cid-suYaXMlVPf .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-suYaXMlVPf .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-suYaXMlVPf .form-group {
  margin-bottom: 1rem;
}
.cid-suYaXMlVPf .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-suYaXMlVPf .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-suYaXMlVPf .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-svmESaTXLU {
  padding-top: 120px;
  padding-bottom: 120px;
  background: linear-gradient(45deg, #8db14c, #073b4c);
}
@media (min-width: 992px) {
  .cid-svmESaTXLU .mbr-figure {
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-svmESaTXLU .mbr-figure {
    padding-top: 3rem;
  }
}
.cid-svmESaTXLU .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-svmESaTXLU .media-container-row .mbr-figure {
    padding-left: 0;
    padding-right: 4rem;
  }
}
.cid-svmESaTXLU .mbr-section-title {
  text-align: center;
}
.cid-svmESaTXLU .mbr-text,
.cid-svmESaTXLU .mbr-section-btn {
  text-align: center;
}
.cid-t61zBKH4wD {
  text-align: center;
  overflow: hidden;
}
.cid-t61zBKH4wD .custom-widget svg {
  width: 65px;
  height: 65px;
  color: #777;
  fill: #777;
  margin-top: 2rem;
  margin-bottom: 3rem;
}
.cid-svmDM0LtGM {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #149dcc;
}
.cid-svmDM0LtGM .row {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-svmDM0LtGM .text-black {
  font-weight: 800;
  letter-spacing: 0.1em;
}
.cid-svmDM0LtGM .btn {
  margin-bottom: 2rem;
}
.cid-svmDM0LtGM .mbr-text {
  color: #444;
  font-weight: 600;
  letter-spacing: 0.1em;
}
.cid-svmDM0LtGM .social-list {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  padding-left: 0;
  margin-bottom: 25px;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-svmDM0LtGM .social-list .mbr-iconfont-social {
  font-size: 2rem;
  color: black;
}
.cid-svmDM0LtGM .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-svmDM0LtGM .social-list a {
  margin: 0;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-svmDM0LtGM .social-list a:hover {
  opacity: .4;
}
@media (max-width: 767px) {
  .cid-svmDM0LtGM .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 575px) {
  .cid-svmDM0LtGM .mbr-text {
    text-align: center;
    margin-bottom: 2rem;
  }
}
.cid-svmDM0LtGM .links {
  color: #ffffff;
  text-align: center;
}
.cid-svmDM1gEKP .navbar {
  background: #232323;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-svmDM1gEKP .navbar-dropdown.bg-color.transparent.opened {
  background: #232323;
}
.cid-svmDM1gEKP a {
  font-style: normal;
}
.cid-svmDM1gEKP .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-svmDM1gEKP .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-svmDM1gEKP .nav-item:focus,
.cid-svmDM1gEKP .nav-link:focus {
  outline: none;
}
.cid-svmDM1gEKP .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-svmDM1gEKP .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-svmDM1gEKP .menu-logo {
  margin-right: auto;
}
.cid-svmDM1gEKP .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-svmDM1gEKP .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-svmDM1gEKP .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-svmDM1gEKP .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-svmDM1gEKP .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-svmDM1gEKP .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-svmDM1gEKP .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-svmDM1gEKP .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-svmDM1gEKP .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-svmDM1gEKP .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-svmDM1gEKP .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-svmDM1gEKP .dropdown .dropdown-menu {
  background: #232323;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-svmDM1gEKP .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-svmDM1gEKP .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-svmDM1gEKP .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-svmDM1gEKP .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-svmDM1gEKP .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-svmDM1gEKP .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-svmDM1gEKP .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-svmDM1gEKP .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-svmDM1gEKP .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-svmDM1gEKP .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-svmDM1gEKP .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-svmDM1gEKP button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-svmDM1gEKP button.navbar-toggler:focus {
  outline: none;
}
.cid-svmDM1gEKP button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-svmDM1gEKP button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-svmDM1gEKP button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-svmDM1gEKP button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-svmDM1gEKP button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-svmDM1gEKP nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-svmDM1gEKP nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-svmDM1gEKP nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-svmDM1gEKP nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-svmDM1gEKP .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-svmDM1gEKP .collapsed .btn {
  display: -webkit-flex;
}
.cid-svmDM1gEKP .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-svmDM1gEKP .collapsed .navbar-collapse.collapsing,
.cid-svmDM1gEKP .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-svmDM1gEKP .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-svmDM1gEKP .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-svmDM1gEKP .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-svmDM1gEKP .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-svmDM1gEKP .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-svmDM1gEKP .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-svmDM1gEKP .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-svmDM1gEKP .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-svmDM1gEKP .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-svmDM1gEKP .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-svmDM1gEKP .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-svmDM1gEKP .collapsed button.navbar-toggler {
  display: block;
}
.cid-svmDM1gEKP .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-svmDM1gEKP .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-svmDM1gEKP .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-svmDM1gEKP .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-svmDM1gEKP .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-svmDM1gEKP .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-svmDM1gEKP.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-svmDM1gEKP img {
    height: 3.8rem !important;
  }
  .cid-svmDM1gEKP .btn {
    display: -webkit-flex;
  }
  .cid-svmDM1gEKP button.navbar-toggler {
    display: block;
  }
  .cid-svmDM1gEKP .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-svmDM1gEKP .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-svmDM1gEKP .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-svmDM1gEKP .navbar-collapse.collapsing,
  .cid-svmDM1gEKP .navbar-collapse.show {
    display: block !important;
  }
  .cid-svmDM1gEKP .navbar-collapse.collapsing .navbar-nav,
  .cid-svmDM1gEKP .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-svmDM1gEKP .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-svmDM1gEKP .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-svmDM1gEKP .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-svmDM1gEKP .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-svmDM1gEKP .navbar-collapse.collapsing .navbar-buttons,
  .cid-svmDM1gEKP .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-svmDM1gEKP .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-svmDM1gEKP .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-svmDM1gEKP .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-svmDM1gEKP .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-svmDM1gEKP .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-svmDM1gEKP .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-svmDM1gEKP .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-svmDM1gEKP .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-svmDM1gEKP .nav-link:hover,
.cid-svmDM1gEKP .dropdown-item:hover {
  color: #149dcc !important;
}
.cid-t5Wtwv5LVB {
  padding-top: 120px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/mbr-1920x1280.jpg");
}
.cid-t5Wtwv5LVB .mbr-section-subtitle {
  color: #f7f7f7;
  text-align: center;
  font-weight: 300;
}
.cid-t5Wtwv5LVB .timeline-text-content {
  padding: 2rem 2.5rem;
  background: #efefef;
  margin-right: 2rem;
  transition: all .4s;
}
.cid-t5Wtwv5LVB .timeline-text-content p {
  margin-bottom: 0;
}
.cid-t5Wtwv5LVB .timeline-element {
  margin-bottom: 50px;
  position: relative;
  word-wrap: break-word;
  word-break: break-word;
  display: -webkit-flex;
  flex-direction: row;
  -webkit-flex-direction: row;
}
.cid-t5Wtwv5LVB .timeline-element:hover .timeline-text-content {
  box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.08);
  transition: all .4s;
}
.cid-t5Wtwv5LVB .reverse {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
.cid-t5Wtwv5LVB .reverse .timeline-text-content {
  margin-left: 2rem;
  margin-right: 0;
}
.cid-t5Wtwv5LVB .iconsBackground {
  position: absolute;
  left: 50%;
  width: 60px;
  height: 60px;
  line-height: 30px;
  text-align: center;
  border-radius: 50%;
  display: inline-block;
  background-color: #efefef;
  top: 20px;
  margin-left: -30px;
}
.cid-t5Wtwv5LVB .mbr-iconfont {
  position: absolute;
  text-align: center;
  font-size: 35px;
  display: inline-block;
  z-index: 3;
  top: 13px;
  left: 13px;
}
.cid-t5Wtwv5LVB .separline:before {
  top: 20px;
  bottom: 0;
  position: absolute;
  content: "";
  width: 2px;
  background-color: #efefef;
  left: calc(50% - 1px);
  height: calc(100% + 4rem);
}
@media (max-width: 768px) {
  .cid-t5Wtwv5LVB .iconsBackground {
    left: 1.5rem;
  }
  .cid-t5Wtwv5LVB .separline:before {
    left: calc(1.5rem - 1px);
  }
  .cid-t5Wtwv5LVB .timeline-text-content {
    margin-left: 3rem !important;
    margin-right: 0 !important;
  }
  .cid-t5Wtwv5LVB .reverse .timeline-text-content {
    margin-right: 0 !important;
  }
}
.cid-t5Wtwv5LVB .reverseTimeline {
  display: flex;
  flex-direction: column-reverse;
}
.cid-t5Wtwv5LVB .mbr-timeline-text {
  text-align: center;
}
.cid-t5Wtwv5LVB .mbr-timeline-title {
  text-align: center;
}
.cid-t5Wtwv5LVB .mbr-section-title {
  color: #f7f7f7;
}
.cid-t61znhU1Dl {
  text-align: center;
  overflow: hidden;
}
.cid-t61znhU1Dl .custom-widget svg {
  width: 65px;
  height: 65px;
  color: #777;
  fill: #777;
  margin-top: 2rem;
  margin-bottom: 3rem;
}
.cid-t61zoduQGa {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #fcfcfc;
}
.cid-t61zoduQGa .mbr-section-title,
.cid-t61zoduQGa .mbr-section-subtitle {
  color: #000000;
}
.cid-t61zoduQGa .mbr-section-text {
  color: #232323;
}
.cid-t61zoduQGa .mbr-text,
.cid-t61zoduQGa .typed-text,
.cid-t61zoduQGa .mbr-section-text {
  letter-spacing: 0.03rem;
}
.cid-t61zoduQGa .btn {
  margin-left: 4px !important;
}
.cid-t61zoduQGa .animated-element {
  color: #8db14c;
}
.cid-t61zoduQGa .typed-cursor {
  opacity: 1;
  -webkit-animation: blink 0.7s infinite;
  -moz-animation: blink 0.7s infinite;
  animation: blink 0.7s infinite;
  color: #8db14c;
}
.cid-t61zoduQGa .mbr-figure {
  border-radius: .25rem;
  overflow: hidden;
}
@media (max-width: 767px) {
  .cid-t61zoduQGa .typed-text,
  .cid-t61zoduQGa .mbr-section-subtitle,
  .cid-t61zoduQGa .mbr-section-text,
  .cid-t61zoduQGa .mbr-section-btn {
    text-align: center !important;
  }
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.cid-t61zoduQGa .mbr-section-subtitle,
.cid-t61zoduQGa .typed-text {
  color: #232323;
}
.cid-t61zoduQGa .mbr-section-text,
.cid-t61zoduQGa .mbr-section-btn {
  color: #232323;
}
.cid-t5WsHdbO2h {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-t5WsHdbO2h .google-map {
  height: 25rem;
  position: relative;
}
.cid-t5WsHdbO2h .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-t5WsHdbO2h .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-t5WsHdbO2h .google-map[data-state] {
  background: #e9e5dc;
}
.cid-t5WsHdbO2h .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-t5WsHdbO2h .container-fluid {
  padding: 0;
}
.cid-t5WsHdbO2h .relative {
  position: relative;
  width: 100%;
}
.cid-t5WsHdbO2h .mbr-section-title {
  color: #656565;
}
.cid-t5WsHdbO2h .block {
  background: rgba(50, 50, 50, 0.8);
  position: absolute;
  padding: 2rem;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  width: 400px;
  height: 100%;
  top: 0;
  right: 0;
}
.cid-t5WsHdbO2h .line {
  height: 3px;
  width: 60px;
  background: #ffffff;
  margin: auto;
  margin-bottom: 1rem;
  margin-top: 1rem;
}
.cid-t5WsHdbO2h .title {
  text-align: center;
  color: #ffffff;
}
.cid-t5WsHdbO2h .text {
  text-align: center;
  color: #ffffff;
  line-height: 1.5;
}
@media (max-width: 576px) {
  .cid-t5WsHdbO2h .block {
    position: relative;
    width: 100%;
    height: auto;
    padding: 6rem 2rem;
  }
}
.cid-t5WsHdJJqg {
  padding-top: 60px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/65479-1-2000x1125.jpg");
}
.cid-t5WsHdJJqg *:focus {
  outline: none;
}
.cid-t5WsHdJJqg .form-control {
  width: 100%;
  min-height: auto;
  color: #ffffff !important;
  border: none;
  border-radius: 0 !important;
  background-color: transparent;
  padding: .5rem 0rem;
  border-bottom: 1px solid #ffffff;
  box-shadow: none;
}
.cid-t5WsHdJJqg .form-control:focus {
  outline: none;
  box-shadow: none;
}
.cid-t5WsHdJJqg input::-webkit-input-placeholder {
  color: #ffffff;
}
.cid-t5WsHdJJqg input::-moz-placeholder {
  color: #ffffff;
}
.cid-t5WsHdJJqg textarea::-webkit-input-placeholder {
  color: #ffffff;
}
.cid-t5WsHdJJqg textarea::-moz-placeholder {
  color: #ffffff;
}
.cid-t5WsHdJJqg .soc-item {
  margin: 0 .1rem .2rem .1rem;
  display: inline-flex;
  width: 46px;
  height: 46px;
  justify-content: center;
  align-items: center;
  border: 1px solid #66458e;
  border-radius: 50%;
}
.cid-t5WsHdJJqg .soc-item:hover {
  opacity: .5;
}
.cid-t5WsHdJJqg .soc-item .socicon {
  font-size: 1.5rem;
  color: #66458e;
}
.cid-t5WsHdJJqg .days-column,
.cid-t5WsHdJJqg .hours-column {
  display: inline-block;
}
.cid-t5WsHdJJqg .days-column span,
.cid-t5WsHdJJqg .hours-column span {
  display: block;
}
.cid-t5WsHdJJqg .input-group-btn {
  display: block;
}
@media (max-width: 767px) {
  .cid-t5WsHdJJqg .days-column {
    padding-right: 0 !important;
  }
  .cid-t5WsHdJJqg .hours-column {
    max-width: 50% !important;
  }
  .cid-t5WsHdJJqg .opening-hours {
    padding-bottom: 48px !important;
  }
}
.cid-t5WsHdJJqg .follow-title,
.cid-t5WsHdJJqg .social-list {
  text-align: center;
}
.cid-t5WsHdJJqg .opening-hours-title,
.cid-t5WsHdJJqg .opening-hours DIV {
  text-align: left;
}
.cid-t5WsHdJJqg .hours-column {
  color: #ffffff;
}
.cid-t5WsHdJJqg .days-column {
  color: #ffffff;
}
.cid-t5WsHdJJqg .opening-hours-title,
.cid-t5WsHdJJqg .opening-hours {
  color: #ffffff;
}
.cid-t5WsHdJJqg H3 {
  color: #ffffff;
}
.cid-t5WsHdJJqg .address-title,
.cid-t5WsHdJJqg .address-block {
  color: #ffffff;
}
.cid-t5WsHdJJqg .contacts-title,
.cid-t5WsHdJJqg .contacts-block {
  color: #ffffff;
}
.cid-t5WsHdJJqg LABEL {
  color: #ffffff;
}
.cid-t5WsHejo59 {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #149dcc;
}
.cid-t5WsHejo59 .row {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-t5WsHejo59 .text-black {
  font-weight: 800;
  letter-spacing: 0.1em;
}
.cid-t5WsHejo59 .btn {
  margin-bottom: 2rem;
}
.cid-t5WsHejo59 .mbr-text {
  color: #444;
  font-weight: 600;
  letter-spacing: 0.1em;
}
.cid-t5WsHejo59 .social-list {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  padding-left: 0;
  margin-bottom: 25px;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-t5WsHejo59 .social-list .mbr-iconfont-social {
  font-size: 2rem;
  color: black;
}
.cid-t5WsHejo59 .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-t5WsHejo59 .social-list a {
  margin: 0;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-t5WsHejo59 .social-list a:hover {
  opacity: .4;
}
@media (max-width: 767px) {
  .cid-t5WsHejo59 .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 575px) {
  .cid-t5WsHejo59 .mbr-text {
    text-align: center;
    margin-bottom: 2rem;
  }
}
.cid-t5WsHejo59 .links {
  color: #ffffff;
  text-align: center;
}
.cid-t5WsHeGTM9 .navbar {
  background: #232323;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-t5WsHeGTM9 .navbar-dropdown.bg-color.transparent.opened {
  background: #232323;
}
.cid-t5WsHeGTM9 a {
  font-style: normal;
}
.cid-t5WsHeGTM9 .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-t5WsHeGTM9 .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-t5WsHeGTM9 .nav-item:focus,
.cid-t5WsHeGTM9 .nav-link:focus {
  outline: none;
}
.cid-t5WsHeGTM9 .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-t5WsHeGTM9 .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-t5WsHeGTM9 .menu-logo {
  margin-right: auto;
}
.cid-t5WsHeGTM9 .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-t5WsHeGTM9 .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-t5WsHeGTM9 .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-t5WsHeGTM9 .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-t5WsHeGTM9 .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-t5WsHeGTM9 .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-t5WsHeGTM9 .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-t5WsHeGTM9 .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-t5WsHeGTM9 .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-t5WsHeGTM9 .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-t5WsHeGTM9 .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-t5WsHeGTM9 .dropdown .dropdown-menu {
  background: #232323;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-t5WsHeGTM9 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-t5WsHeGTM9 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-t5WsHeGTM9 .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-t5WsHeGTM9 .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-t5WsHeGTM9 .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-t5WsHeGTM9 .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-t5WsHeGTM9 .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-t5WsHeGTM9 .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-t5WsHeGTM9 .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-t5WsHeGTM9 .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-t5WsHeGTM9 .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-t5WsHeGTM9 button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-t5WsHeGTM9 button.navbar-toggler:focus {
  outline: none;
}
.cid-t5WsHeGTM9 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-t5WsHeGTM9 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-t5WsHeGTM9 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-t5WsHeGTM9 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-t5WsHeGTM9 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-t5WsHeGTM9 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-t5WsHeGTM9 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-t5WsHeGTM9 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-t5WsHeGTM9 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-t5WsHeGTM9 .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-t5WsHeGTM9 .collapsed .btn {
  display: -webkit-flex;
}
.cid-t5WsHeGTM9 .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-t5WsHeGTM9 .collapsed .navbar-collapse.collapsing,
.cid-t5WsHeGTM9 .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-t5WsHeGTM9 .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-t5WsHeGTM9 .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-t5WsHeGTM9 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-t5WsHeGTM9 .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-t5WsHeGTM9 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-t5WsHeGTM9 .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-t5WsHeGTM9 .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-t5WsHeGTM9 .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-t5WsHeGTM9 .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-t5WsHeGTM9 .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-t5WsHeGTM9 .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-t5WsHeGTM9 .collapsed button.navbar-toggler {
  display: block;
}
.cid-t5WsHeGTM9 .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-t5WsHeGTM9 .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-t5WsHeGTM9 .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-t5WsHeGTM9 .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-t5WsHeGTM9 .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-t5WsHeGTM9 .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-t5WsHeGTM9.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-t5WsHeGTM9 img {
    height: 3.8rem !important;
  }
  .cid-t5WsHeGTM9 .btn {
    display: -webkit-flex;
  }
  .cid-t5WsHeGTM9 button.navbar-toggler {
    display: block;
  }
  .cid-t5WsHeGTM9 .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-t5WsHeGTM9 .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-t5WsHeGTM9 .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-t5WsHeGTM9 .navbar-collapse.collapsing,
  .cid-t5WsHeGTM9 .navbar-collapse.show {
    display: block !important;
  }
  .cid-t5WsHeGTM9 .navbar-collapse.collapsing .navbar-nav,
  .cid-t5WsHeGTM9 .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-t5WsHeGTM9 .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-t5WsHeGTM9 .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-t5WsHeGTM9 .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-t5WsHeGTM9 .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-t5WsHeGTM9 .navbar-collapse.collapsing .navbar-buttons,
  .cid-t5WsHeGTM9 .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-t5WsHeGTM9 .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-t5WsHeGTM9 .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-t5WsHeGTM9 .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-t5WsHeGTM9 .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-t5WsHeGTM9 .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-t5WsHeGTM9 .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-t5WsHeGTM9 .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-t5WsHeGTM9 .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-t5WsHeGTM9 .nav-link:hover,
.cid-t5WsHeGTM9 .dropdown-item:hover {
  color: #149dcc !important;
}
.cid-rB2kOC9Tow {
  padding-top: 75px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/hogar-casa-1-2000x1096.jpg");
}
.cid-rB1PmxG2pA {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rB1PmxG2pA .mbr-section-btn > * {
  margin: 0;
}
.cid-rB1PmxG2pA h4 {
  font-weight: 500;
}
.cid-rB1PmxG2pA p {
  color: #232323;
}
.cid-rB1PmxG2pA .aside-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-rB1PmxG2pA .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-rB1PmxG2pA .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-rB1PmxG2pA .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-rB1PmxG2pA .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-rB1PmxG2pA .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-rB1PmxG2pA .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-rB1PmxG2pA .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 300px) {
  .cid-rB1PmxG2pA .card-img span {
    font-size: 40px !important;
  }
}
.cid-rB1PmxG2pA .cost {
  text-decoration: line-through;
  color: #767676;
}
.cid-rB1PmxG2pA .text1 {
  color: #232323;
  text-align: center;
}
.cid-rB1PmxG2pA H2 {
  text-align: center;
}
.cid-suz9IPwqZA {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-suz9IPwqZA .mbr-text,
.cid-suz9IPwqZA .mbr-section-btn {
  color: #232323;
}
.cid-suz9IPwqZA .card-title,
.cid-suz9IPwqZA .card-box {
  color: #ffffff;
}
.cid-suz9IPwqZA .mbr-text,
.cid-suz9IPwqZA .link-wrap {
  color: #ffffff;
}
.cid-suz9IPwqZA .card-box .mbr-text,
.cid-suz9IPwqZA .mbr-section-btn {
  color: #000000;
}
.cid-rB1Q5pap1q {
  padding-top: 15px;
  padding-bottom: 60px;
  background-color: #232323;
}
.cid-rB1Q5pap1q .mbr-section-subtitle {
  color: #767676;
}
.cid-rB1Q5pap1q .container-table {
  margin: 0 auto;
}
.cid-rB1Q5pap1q .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-rB1Q5pap1q .dataTables_wrapper {
  display: block;
}
.cid-rB1Q5pap1q .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-rB1Q5pap1q .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-rB1Q5pap1q table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #232323;
  margin-bottom: 0;
}
.cid-rB1Q5pap1q table th {
  border-top: none;
  transition: all .2s;
  border-bottom: none;
}
.cid-rB1Q5pap1q table th:hover {
  background: #232323;
  color: #ffffff;
}
.cid-rB1Q5pap1q table td {
  border-top: 1px solid #232323;
}
.cid-rB1Q5pap1q table.table {
  background: #ffffff;
}
.cid-rB1Q5pap1q .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-rB1Q5pap1q .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-rB1Q5pap1q .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-rB1Q5pap1q .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-rB1Q5pap1q .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-rB1Q5pap1q .dataTables_filter {
    text-align: center;
  }
  .cid-rB1Q5pap1q .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-rB1Q5pap1q .body-item {
  text-align: center;
}
.cid-rB1Q5pap1q .head-item {
  text-align: center;
}
.cid-rB1Q5pap1q .mbr-section-title {
  color: #ffffff;
}
.cid-t6en5Mf2rj {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #fcfcfc;
}
.cid-t6en5Mf2rj .mbr-section-title,
.cid-t6en5Mf2rj .mbr-section-subtitle {
  color: #000000;
}
.cid-t6en5Mf2rj .mbr-section-text {
  color: #232323;
}
.cid-t6en5Mf2rj .mbr-text,
.cid-t6en5Mf2rj .typed-text,
.cid-t6en5Mf2rj .mbr-section-text {
  letter-spacing: 0.03rem;
}
.cid-t6en5Mf2rj .btn {
  margin-left: 4px !important;
}
.cid-t6en5Mf2rj .animated-element {
  color: #8db14c;
}
.cid-t6en5Mf2rj .typed-cursor {
  opacity: 1;
  -webkit-animation: blink 0.7s infinite;
  -moz-animation: blink 0.7s infinite;
  animation: blink 0.7s infinite;
  color: #8db14c;
}
.cid-t6en5Mf2rj .mbr-figure {
  border-radius: .25rem;
  overflow: hidden;
}
@media (max-width: 767px) {
  .cid-t6en5Mf2rj .typed-text,
  .cid-t6en5Mf2rj .mbr-section-subtitle,
  .cid-t6en5Mf2rj .mbr-section-text,
  .cid-t6en5Mf2rj .mbr-section-btn {
    text-align: center !important;
  }
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.cid-t6en5Mf2rj .mbr-section-subtitle,
.cid-t6en5Mf2rj .typed-text {
  color: #232323;
}
.cid-t6en5Mf2rj .mbr-section-text,
.cid-t6en5Mf2rj .mbr-section-btn {
  color: #232323;
}
.cid-t61w3l0b6q {
  text-align: center;
  overflow: hidden;
}
.cid-t61w3l0b6q .custom-widget svg {
  width: 65px;
  height: 65px;
  color: #777;
  fill: #777;
  margin-top: 2rem;
  margin-bottom: 3rem;
}
.cid-rXMAZNyHzS {
  background-image: url("../../../assets/images/informacion-importante-1600x1066.jpg");
}
.cid-rXMAZNyHzS .column-content {
  padding-top: 20px;
  padding-bottom: 30px;
  background-color: #ffffff;
  width: 100%;
  float: right;
  position: relative;
}
.cid-rXMAZNyHzS .text-content .btn-bgr {
  z-index: 0;
}
.cid-rXMAZNyHzS .mbr-overlay {
  background: linear-gradient(#d6173f -10%, #00113e 75%);
}
.cid-rXMAZNyHzS .container-full-width {
  position: relative;
}
.cid-rXMAZNyHzS .text-content {
  width: 100%;
  padding: 0 30px;
  margin: 0 auto;
}
.cid-rXMAZNyHzS .layer {
  display: none;
  height: 101%;
  position: absolute;
  right: 49.9%;
  top: 0;
  bottom: 0;
}
.cid-rXMAZNyHzS .layer path {
  fill: #ffffff;
}
@media (min-width: 576px) {
  .cid-rXMAZNyHzS .text-content {
    width: 540px;
  }
  .cid-rXMAZNyHzS .column-content {
    width: 100%;
  }
  .cid-rXMAZNyHzS .layer {
    display: none;
  }
}
@media (min-width: 768px) {
  .cid-rXMAZNyHzS .text-content {
    width: 720px;
  }
}
@media (min-width: 992px) {
  .cid-rXMAZNyHzS .text-content {
    width: 480px;
    margin: 0;
  }
  .cid-rXMAZNyHzS .column-content {
    width: 50%;
  }
  .cid-rXMAZNyHzS .layer {
    display: block;
  }
}
@media (min-width: 1200px) {
  .cid-rXMAZNyHzS .text-content {
    width: 570px;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-rXMAZNyHzS .container-full-width .layer {
    right: 2.6rem;
    height: 33rem;
  }
  .cid-rXMAZNyHzS .column-content {
    height: 33rem;
  }
}
.cid-rXMAZNyHzS .mbr-text,
.cid-rXMAZNyHzS .mbr-section-btn {
  color: #767676;
  text-align: center;
}
.cid-t61w16p7zh {
  text-align: center;
  overflow: hidden;
}
.cid-t61w16p7zh .custom-widget svg {
  width: 65px;
  height: 65px;
  color: #777;
  fill: #777;
  margin-top: 2rem;
  margin-bottom: 3rem;
}
.cid-rYlk6eG0RA .navbar {
  background: #232323;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-rYlk6eG0RA .navbar-dropdown.bg-color.transparent.opened {
  background: #232323;
}
.cid-rYlk6eG0RA a {
  font-style: normal;
}
.cid-rYlk6eG0RA .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-rYlk6eG0RA .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-rYlk6eG0RA .nav-item:focus,
.cid-rYlk6eG0RA .nav-link:focus {
  outline: none;
}
.cid-rYlk6eG0RA .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-rYlk6eG0RA .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-rYlk6eG0RA .menu-logo {
  margin-right: auto;
}
.cid-rYlk6eG0RA .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rYlk6eG0RA .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-rYlk6eG0RA .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-rYlk6eG0RA .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-rYlk6eG0RA .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-rYlk6eG0RA .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-rYlk6eG0RA .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-rYlk6eG0RA .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-rYlk6eG0RA .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-rYlk6eG0RA .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-rYlk6eG0RA .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-rYlk6eG0RA .dropdown .dropdown-menu {
  background: #232323;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-rYlk6eG0RA .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-rYlk6eG0RA .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rYlk6eG0RA .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-rYlk6eG0RA .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rYlk6eG0RA .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-rYlk6eG0RA .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-rYlk6eG0RA .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-rYlk6eG0RA .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-rYlk6eG0RA .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-rYlk6eG0RA .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-rYlk6eG0RA .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-rYlk6eG0RA button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-rYlk6eG0RA button.navbar-toggler:focus {
  outline: none;
}
.cid-rYlk6eG0RA button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-rYlk6eG0RA button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rYlk6eG0RA button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rYlk6eG0RA button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rYlk6eG0RA button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rYlk6eG0RA nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rYlk6eG0RA nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rYlk6eG0RA nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rYlk6eG0RA nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rYlk6eG0RA .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rYlk6eG0RA .collapsed .btn {
  display: -webkit-flex;
}
.cid-rYlk6eG0RA .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-rYlk6eG0RA .collapsed .navbar-collapse.collapsing,
.cid-rYlk6eG0RA .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-rYlk6eG0RA .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-rYlk6eG0RA .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-rYlk6eG0RA .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-rYlk6eG0RA .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-rYlk6eG0RA .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-rYlk6eG0RA .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-rYlk6eG0RA .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-rYlk6eG0RA .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-rYlk6eG0RA .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-rYlk6eG0RA .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-rYlk6eG0RA .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-rYlk6eG0RA .collapsed button.navbar-toggler {
  display: block;
}
.cid-rYlk6eG0RA .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-rYlk6eG0RA .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rYlk6eG0RA .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-rYlk6eG0RA .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-rYlk6eG0RA .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-rYlk6eG0RA .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-rYlk6eG0RA.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rYlk6eG0RA img {
    height: 3.8rem !important;
  }
  .cid-rYlk6eG0RA .btn {
    display: -webkit-flex;
  }
  .cid-rYlk6eG0RA button.navbar-toggler {
    display: block;
  }
  .cid-rYlk6eG0RA .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-rYlk6eG0RA .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rYlk6eG0RA .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-rYlk6eG0RA .navbar-collapse.collapsing,
  .cid-rYlk6eG0RA .navbar-collapse.show {
    display: block !important;
  }
  .cid-rYlk6eG0RA .navbar-collapse.collapsing .navbar-nav,
  .cid-rYlk6eG0RA .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-rYlk6eG0RA .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-rYlk6eG0RA .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-rYlk6eG0RA .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-rYlk6eG0RA .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-rYlk6eG0RA .navbar-collapse.collapsing .navbar-buttons,
  .cid-rYlk6eG0RA .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-rYlk6eG0RA .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-rYlk6eG0RA .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-rYlk6eG0RA .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-rYlk6eG0RA .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-rYlk6eG0RA .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-rYlk6eG0RA .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-rYlk6eG0RA .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-rYlk6eG0RA .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-rYlk6eG0RA .nav-link:hover,
.cid-rYlk6eG0RA .dropdown-item:hover {
  color: #149dcc !important;
}
.cid-sblkTSdkn8 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sblkTSdkn8 .google-map {
  height: 25rem;
  position: relative;
}
.cid-sblkTSdkn8 .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-sblkTSdkn8 .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-sblkTSdkn8 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-sblkTSdkn8 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-sblkTSdkn8 .container-fluid {
  padding: 0;
}
.cid-sblkTSdkn8 .relative {
  position: relative;
  width: 100%;
}
.cid-sblkTSdkn8 .mbr-section-title {
  color: #656565;
}
.cid-sblkTSdkn8 .block {
  background: rgba(50, 50, 50, 0.8);
  position: absolute;
  padding: 2rem;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  width: 400px;
  height: 100%;
  top: 0;
  right: 0;
}
.cid-sblkTSdkn8 .line {
  height: 3px;
  width: 60px;
  background: #ffffff;
  margin: auto;
  margin-bottom: 1rem;
  margin-top: 1rem;
}
.cid-sblkTSdkn8 .title {
  text-align: center;
  color: #ffffff;
}
.cid-sblkTSdkn8 .text {
  text-align: center;
  color: #ffffff;
  line-height: 1.5;
}
@media (max-width: 576px) {
  .cid-sblkTSdkn8 .block {
    position: relative;
    width: 100%;
    height: auto;
    padding: 6rem 2rem;
  }
}
.cid-t6efMmOEvU {
  padding-top: 60px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/65479-1-2000x1125.jpg");
}
.cid-t6efMmOEvU *:focus {
  outline: none;
}
.cid-t6efMmOEvU .form-control {
  width: 100%;
  min-height: auto;
  color: #ffffff !important;
  border: none;
  border-radius: 0 !important;
  background-color: transparent;
  padding: .5rem 0rem;
  border-bottom: 1px solid #ffffff;
  box-shadow: none;
}
.cid-t6efMmOEvU .form-control:focus {
  outline: none;
  box-shadow: none;
}
.cid-t6efMmOEvU input::-webkit-input-placeholder {
  color: #ffffff;
}
.cid-t6efMmOEvU input::-moz-placeholder {
  color: #ffffff;
}
.cid-t6efMmOEvU textarea::-webkit-input-placeholder {
  color: #ffffff;
}
.cid-t6efMmOEvU textarea::-moz-placeholder {
  color: #ffffff;
}
.cid-t6efMmOEvU .soc-item {
  margin: 0 .1rem .2rem .1rem;
  display: inline-flex;
  width: 46px;
  height: 46px;
  justify-content: center;
  align-items: center;
  border: 1px solid #66458e;
  border-radius: 50%;
}
.cid-t6efMmOEvU .soc-item:hover {
  opacity: .5;
}
.cid-t6efMmOEvU .soc-item .socicon {
  font-size: 1.5rem;
  color: #66458e;
}
.cid-t6efMmOEvU .days-column,
.cid-t6efMmOEvU .hours-column {
  display: inline-block;
}
.cid-t6efMmOEvU .days-column span,
.cid-t6efMmOEvU .hours-column span {
  display: block;
}
.cid-t6efMmOEvU .input-group-btn {
  display: block;
}
@media (max-width: 767px) {
  .cid-t6efMmOEvU .days-column {
    padding-right: 0 !important;
  }
  .cid-t6efMmOEvU .hours-column {
    max-width: 50% !important;
  }
  .cid-t6efMmOEvU .opening-hours {
    padding-bottom: 48px !important;
  }
}
.cid-t6efMmOEvU .follow-title,
.cid-t6efMmOEvU .social-list {
  text-align: center;
}
.cid-t6efMmOEvU .opening-hours-title,
.cid-t6efMmOEvU .opening-hours DIV {
  text-align: left;
}
.cid-t6efMmOEvU .hours-column {
  color: #ffffff;
  text-align: center;
}
.cid-t6efMmOEvU .days-column {
  color: #ffffff;
}
.cid-t6efMmOEvU .opening-hours-title,
.cid-t6efMmOEvU .opening-hours {
  color: #ffffff;
  text-align: center;
}
.cid-t6efMmOEvU H3 {
  color: #ffffff;
}
.cid-t6efMmOEvU .address-title,
.cid-t6efMmOEvU .address-block {
  color: #ffffff;
}
.cid-t6efMmOEvU .contacts-title,
.cid-t6efMmOEvU .contacts-block {
  color: #ffffff;
}
.cid-t6efMmOEvU LABEL {
  color: #ffffff;
}
.cid-suFNAjDMVm {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #149dcc;
}
.cid-suFNAjDMVm .row {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-suFNAjDMVm .text-black {
  font-weight: 800;
  letter-spacing: 0.1em;
}
.cid-suFNAjDMVm .btn {
  margin-bottom: 2rem;
}
.cid-suFNAjDMVm .mbr-text {
  color: #444;
  font-weight: 600;
  letter-spacing: 0.1em;
}
.cid-suFNAjDMVm .social-list {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  padding-left: 0;
  margin-bottom: 25px;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-suFNAjDMVm .social-list .mbr-iconfont-social {
  font-size: 2rem;
  color: black;
}
.cid-suFNAjDMVm .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-suFNAjDMVm .social-list a {
  margin: 0;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-suFNAjDMVm .social-list a:hover {
  opacity: .4;
}
@media (max-width: 767px) {
  .cid-suFNAjDMVm .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 575px) {
  .cid-suFNAjDMVm .mbr-text {
    text-align: center;
    margin-bottom: 2rem;
  }
}
.cid-suFNAjDMVm .links {
  color: #ffffff;
  text-align: center;
}
.cid-rB2m20RUg1 {
  padding-top: 75px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/25060-2000x1096.jpg");
}
.cid-rB1UHPrnbY {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rB1UHPrnbY .mbr-section-btn > * {
  margin: 0;
}
.cid-rB1UHPrnbY h4 {
  font-weight: 500;
}
.cid-rB1UHPrnbY p {
  color: #232323;
}
.cid-rB1UHPrnbY .aside-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-rB1UHPrnbY .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-rB1UHPrnbY .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-rB1UHPrnbY .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-rB1UHPrnbY .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-rB1UHPrnbY .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-rB1UHPrnbY .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-rB1UHPrnbY .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 300px) {
  .cid-rB1UHPrnbY .card-img span {
    font-size: 40px !important;
  }
}
.cid-rB1UHPrnbY .cost {
  text-decoration: line-through;
  color: #767676;
}
.cid-rB1UHPrnbY .text1 {
  text-align: center;
}
.cid-rB1UHPrnbY H2 {
  text-align: center;
}
.cid-suzeILWfSM {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-suzeILWfSM .mbr-text,
.cid-suzeILWfSM .mbr-section-btn {
  color: #232323;
}
.cid-suzeILWfSM .card-title,
.cid-suzeILWfSM .card-box {
  color: #ffffff;
}
.cid-suzeILWfSM .mbr-text,
.cid-suzeILWfSM .link-wrap {
  color: #ffffff;
}
.cid-suzeILWfSM .card-box .mbr-text,
.cid-suzeILWfSM .mbr-section-btn {
  color: #000000;
}
.cid-t6egx4g1dC {
  padding-top: 15px;
  padding-bottom: 60px;
  background-color: #232323;
}
.cid-t6egx4g1dC .mbr-section-subtitle {
  color: #767676;
}
.cid-t6egx4g1dC .container-table {
  margin: 0 auto;
}
.cid-t6egx4g1dC .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-t6egx4g1dC .dataTables_wrapper {
  display: block;
}
.cid-t6egx4g1dC .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-t6egx4g1dC .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-t6egx4g1dC table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #232323;
  margin-bottom: 0;
}
.cid-t6egx4g1dC table th {
  border-top: none;
  transition: all .2s;
  border-bottom: none;
}
.cid-t6egx4g1dC table th:hover {
  background: #232323;
  color: #ffffff;
}
.cid-t6egx4g1dC table td {
  border-top: 1px solid #232323;
}
.cid-t6egx4g1dC table.table {
  background: #ffffff;
}
.cid-t6egx4g1dC .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-t6egx4g1dC .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-t6egx4g1dC .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-t6egx4g1dC .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-t6egx4g1dC .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-t6egx4g1dC .dataTables_filter {
    text-align: center;
  }
  .cid-t6egx4g1dC .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-t6egx4g1dC .body-item {
  text-align: center;
}
.cid-t6egx4g1dC .head-item {
  text-align: center;
}
.cid-t6egx4g1dC .mbr-section-title {
  color: #ffffff;
}
.cid-t6en9FJaTT {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #fcfcfc;
}
.cid-t6en9FJaTT .mbr-section-title,
.cid-t6en9FJaTT .mbr-section-subtitle {
  color: #000000;
}
.cid-t6en9FJaTT .mbr-section-text {
  color: #232323;
}
.cid-t6en9FJaTT .mbr-text,
.cid-t6en9FJaTT .typed-text,
.cid-t6en9FJaTT .mbr-section-text {
  letter-spacing: 0.03rem;
}
.cid-t6en9FJaTT .btn {
  margin-left: 4px !important;
}
.cid-t6en9FJaTT .animated-element {
  color: #8db14c;
}
.cid-t6en9FJaTT .typed-cursor {
  opacity: 1;
  -webkit-animation: blink 0.7s infinite;
  -moz-animation: blink 0.7s infinite;
  animation: blink 0.7s infinite;
  color: #8db14c;
}
.cid-t6en9FJaTT .mbr-figure {
  border-radius: .25rem;
  overflow: hidden;
}
@media (max-width: 767px) {
  .cid-t6en9FJaTT .typed-text,
  .cid-t6en9FJaTT .mbr-section-subtitle,
  .cid-t6en9FJaTT .mbr-section-text,
  .cid-t6en9FJaTT .mbr-section-btn {
    text-align: center !important;
  }
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.cid-t6en9FJaTT .mbr-section-subtitle,
.cid-t6en9FJaTT .typed-text {
  color: #232323;
}
.cid-t6en9FJaTT .mbr-section-text,
.cid-t6en9FJaTT .mbr-section-btn {
  color: #232323;
}
.cid-t61wbCtlZp {
  text-align: center;
  overflow: hidden;
}
.cid-t61wbCtlZp .custom-widget svg {
  width: 65px;
  height: 65px;
  color: #777;
  fill: #777;
  margin-top: 2rem;
  margin-bottom: 3rem;
}
.cid-t6egzDJ6GR {
  background-image: url("../../../assets/images/informacion-importante-1600x1066.jpg");
}
.cid-t6egzDJ6GR .column-content {
  padding-top: 20px;
  padding-bottom: 30px;
  background-color: #ffffff;
  width: 100%;
  float: right;
  position: relative;
}
.cid-t6egzDJ6GR .text-content .btn-bgr {
  z-index: 0;
}
.cid-t6egzDJ6GR .mbr-overlay {
  background: linear-gradient(#d6173f -10%, #00113e 75%);
}
.cid-t6egzDJ6GR .container-full-width {
  position: relative;
}
.cid-t6egzDJ6GR .text-content {
  width: 100%;
  padding: 0 30px;
  margin: 0 auto;
}
.cid-t6egzDJ6GR .layer {
  display: none;
  height: 101%;
  position: absolute;
  right: 49.9%;
  top: 0;
  bottom: 0;
}
.cid-t6egzDJ6GR .layer path {
  fill: #ffffff;
}
@media (min-width: 576px) {
  .cid-t6egzDJ6GR .text-content {
    width: 540px;
  }
  .cid-t6egzDJ6GR .column-content {
    width: 100%;
  }
  .cid-t6egzDJ6GR .layer {
    display: none;
  }
}
@media (min-width: 768px) {
  .cid-t6egzDJ6GR .text-content {
    width: 720px;
  }
}
@media (min-width: 992px) {
  .cid-t6egzDJ6GR .text-content {
    width: 480px;
    margin: 0;
  }
  .cid-t6egzDJ6GR .column-content {
    width: 50%;
  }
  .cid-t6egzDJ6GR .layer {
    display: block;
  }
}
@media (min-width: 1200px) {
  .cid-t6egzDJ6GR .text-content {
    width: 570px;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-t6egzDJ6GR .container-full-width .layer {
    right: 2.6rem;
    height: 33rem;
  }
  .cid-t6egzDJ6GR .column-content {
    height: 33rem;
  }
}
.cid-t6egzDJ6GR .mbr-text,
.cid-t6egzDJ6GR .mbr-section-btn {
  color: #767676;
  text-align: center;
}
.cid-rXM0UbtygA {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rXM0UbtygA .google-map {
  height: 25rem;
  position: relative;
}
.cid-rXM0UbtygA .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-rXM0UbtygA .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-rXM0UbtygA .google-map[data-state] {
  background: #e9e5dc;
}
.cid-rXM0UbtygA .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-rXM0UbtygA .container-fluid {
  padding: 0;
}
.cid-rXM0UbtygA .relative {
  position: relative;
  width: 100%;
}
.cid-rXM0UbtygA .mbr-section-title {
  color: #656565;
}
.cid-rXM0UbtygA .block {
  background: rgba(50, 50, 50, 0.8);
  position: absolute;
  padding: 2rem;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  width: 400px;
  height: 100%;
  top: 0;
  right: 0;
}
.cid-rXM0UbtygA .line {
  height: 3px;
  width: 60px;
  background: #ffffff;
  margin: auto;
  margin-bottom: 1rem;
  margin-top: 1rem;
}
.cid-rXM0UbtygA .title {
  text-align: center;
  color: #ffffff;
}
.cid-rXM0UbtygA .text {
  text-align: center;
  color: #ffffff;
  line-height: 1.5;
}
@media (max-width: 576px) {
  .cid-rXM0UbtygA .block {
    position: relative;
    width: 100%;
    height: auto;
    padding: 6rem 2rem;
  }
}
.cid-t6egCxydoc {
  padding-top: 60px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/65479-1-2000x1125.jpg");
}
.cid-t6egCxydoc *:focus {
  outline: none;
}
.cid-t6egCxydoc .form-control {
  width: 100%;
  min-height: auto;
  color: #ffffff !important;
  border: none;
  border-radius: 0 !important;
  background-color: transparent;
  padding: .5rem 0rem;
  border-bottom: 1px solid #ffffff;
  box-shadow: none;
}
.cid-t6egCxydoc .form-control:focus {
  outline: none;
  box-shadow: none;
}
.cid-t6egCxydoc input::-webkit-input-placeholder {
  color: #ffffff;
}
.cid-t6egCxydoc input::-moz-placeholder {
  color: #ffffff;
}
.cid-t6egCxydoc textarea::-webkit-input-placeholder {
  color: #ffffff;
}
.cid-t6egCxydoc textarea::-moz-placeholder {
  color: #ffffff;
}
.cid-t6egCxydoc .soc-item {
  margin: 0 .1rem .2rem .1rem;
  display: inline-flex;
  width: 46px;
  height: 46px;
  justify-content: center;
  align-items: center;
  border: 1px solid #66458e;
  border-radius: 50%;
}
.cid-t6egCxydoc .soc-item:hover {
  opacity: .5;
}
.cid-t6egCxydoc .soc-item .socicon {
  font-size: 1.5rem;
  color: #66458e;
}
.cid-t6egCxydoc .days-column,
.cid-t6egCxydoc .hours-column {
  display: inline-block;
}
.cid-t6egCxydoc .days-column span,
.cid-t6egCxydoc .hours-column span {
  display: block;
}
.cid-t6egCxydoc .input-group-btn {
  display: block;
}
@media (max-width: 767px) {
  .cid-t6egCxydoc .days-column {
    padding-right: 0 !important;
  }
  .cid-t6egCxydoc .hours-column {
    max-width: 50% !important;
  }
  .cid-t6egCxydoc .opening-hours {
    padding-bottom: 48px !important;
  }
}
.cid-t6egCxydoc .follow-title,
.cid-t6egCxydoc .social-list {
  text-align: center;
}
.cid-t6egCxydoc .opening-hours-title,
.cid-t6egCxydoc .opening-hours DIV {
  text-align: left;
}
.cid-t6egCxydoc .hours-column {
  color: #ffffff;
  text-align: center;
}
.cid-t6egCxydoc .days-column {
  color: #ffffff;
}
.cid-t6egCxydoc .opening-hours-title,
.cid-t6egCxydoc .opening-hours {
  color: #ffffff;
  text-align: center;
}
.cid-t6egCxydoc H3 {
  color: #ffffff;
}
.cid-t6egCxydoc .address-title,
.cid-t6egCxydoc .address-block {
  color: #ffffff;
}
.cid-t6egCxydoc .contacts-title,
.cid-t6egCxydoc .contacts-block {
  color: #ffffff;
}
.cid-t6egCxydoc LABEL {
  color: #ffffff;
}
.cid-suFPy4lgSz {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #149dcc;
}
.cid-suFPy4lgSz .row {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-suFPy4lgSz .text-black {
  font-weight: 800;
  letter-spacing: 0.1em;
}
.cid-suFPy4lgSz .btn {
  margin-bottom: 2rem;
}
.cid-suFPy4lgSz .mbr-text {
  color: #444;
  font-weight: 600;
  letter-spacing: 0.1em;
}
.cid-suFPy4lgSz .social-list {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  padding-left: 0;
  margin-bottom: 25px;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-suFPy4lgSz .social-list .mbr-iconfont-social {
  font-size: 2rem;
  color: black;
}
.cid-suFPy4lgSz .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-suFPy4lgSz .social-list a {
  margin: 0;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-suFPy4lgSz .social-list a:hover {
  opacity: .4;
}
@media (max-width: 767px) {
  .cid-suFPy4lgSz .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 575px) {
  .cid-suFPy4lgSz .mbr-text {
    text-align: center;
    margin-bottom: 2rem;
  }
}
.cid-suFPy4lgSz .links {
  color: #ffffff;
  text-align: center;
}
.cid-rYlk6eG0RA .navbar {
  background: #232323;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-rYlk6eG0RA .navbar-dropdown.bg-color.transparent.opened {
  background: #232323;
}
.cid-rYlk6eG0RA a {
  font-style: normal;
}
.cid-rYlk6eG0RA .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-rYlk6eG0RA .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-rYlk6eG0RA .nav-item:focus,
.cid-rYlk6eG0RA .nav-link:focus {
  outline: none;
}
.cid-rYlk6eG0RA .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-rYlk6eG0RA .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-rYlk6eG0RA .menu-logo {
  margin-right: auto;
}
.cid-rYlk6eG0RA .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rYlk6eG0RA .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-rYlk6eG0RA .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-rYlk6eG0RA .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-rYlk6eG0RA .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-rYlk6eG0RA .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-rYlk6eG0RA .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-rYlk6eG0RA .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-rYlk6eG0RA .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-rYlk6eG0RA .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-rYlk6eG0RA .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-rYlk6eG0RA .dropdown .dropdown-menu {
  background: #232323;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-rYlk6eG0RA .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-rYlk6eG0RA .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rYlk6eG0RA .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-rYlk6eG0RA .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rYlk6eG0RA .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-rYlk6eG0RA .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-rYlk6eG0RA .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-rYlk6eG0RA .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-rYlk6eG0RA .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-rYlk6eG0RA .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-rYlk6eG0RA .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-rYlk6eG0RA button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-rYlk6eG0RA button.navbar-toggler:focus {
  outline: none;
}
.cid-rYlk6eG0RA button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-rYlk6eG0RA button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rYlk6eG0RA button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rYlk6eG0RA button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rYlk6eG0RA button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rYlk6eG0RA nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rYlk6eG0RA nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rYlk6eG0RA nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rYlk6eG0RA nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rYlk6eG0RA .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rYlk6eG0RA .collapsed .btn {
  display: -webkit-flex;
}
.cid-rYlk6eG0RA .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-rYlk6eG0RA .collapsed .navbar-collapse.collapsing,
.cid-rYlk6eG0RA .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-rYlk6eG0RA .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-rYlk6eG0RA .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-rYlk6eG0RA .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-rYlk6eG0RA .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-rYlk6eG0RA .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-rYlk6eG0RA .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-rYlk6eG0RA .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-rYlk6eG0RA .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-rYlk6eG0RA .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-rYlk6eG0RA .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-rYlk6eG0RA .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-rYlk6eG0RA .collapsed button.navbar-toggler {
  display: block;
}
.cid-rYlk6eG0RA .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-rYlk6eG0RA .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rYlk6eG0RA .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-rYlk6eG0RA .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-rYlk6eG0RA .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-rYlk6eG0RA .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-rYlk6eG0RA.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rYlk6eG0RA img {
    height: 3.8rem !important;
  }
  .cid-rYlk6eG0RA .btn {
    display: -webkit-flex;
  }
  .cid-rYlk6eG0RA button.navbar-toggler {
    display: block;
  }
  .cid-rYlk6eG0RA .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-rYlk6eG0RA .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rYlk6eG0RA .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-rYlk6eG0RA .navbar-collapse.collapsing,
  .cid-rYlk6eG0RA .navbar-collapse.show {
    display: block !important;
  }
  .cid-rYlk6eG0RA .navbar-collapse.collapsing .navbar-nav,
  .cid-rYlk6eG0RA .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-rYlk6eG0RA .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-rYlk6eG0RA .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-rYlk6eG0RA .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-rYlk6eG0RA .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-rYlk6eG0RA .navbar-collapse.collapsing .navbar-buttons,
  .cid-rYlk6eG0RA .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-rYlk6eG0RA .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-rYlk6eG0RA .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-rYlk6eG0RA .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-rYlk6eG0RA .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-rYlk6eG0RA .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-rYlk6eG0RA .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-rYlk6eG0RA .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-rYlk6eG0RA .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-rYlk6eG0RA .nav-link:hover,
.cid-rYlk6eG0RA .dropdown-item:hover {
  color: #149dcc !important;
}
.cid-rB2mkNcuZx {
  padding-top: 75px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/25060-2000x1096.jpg");
}
.cid-rB25Otgrs7 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-rB25Otgrs7 h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-rB25Otgrs7 p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
}
.cid-rB25Otgrs7 .mbr-section-btn {
  padding-top: 2.5rem;
}
.cid-rB25Otgrs7 .mbr-section-btn a {
  margin: 0;
}
.cid-rB25Otgrs7 .mbr-text {
  color: #767676;
}
.cid-rB25Otgrs7 .card-wrapper {
  height: 100%;
}
@media (max-width: 767px) {
  .cid-rB25Otgrs7 .card:not(.last-child) {
    padding-bottom: 2rem;
  }
}
.cid-rB25Otgrs7 .mbr-text,
.cid-rB25Otgrs7 .mbr-section-btn {
  text-align: center;
  color: #232323;
}
.cid-rB25Otgrs7 .card-title {
  text-align: center;
}
.cid-rB25Otgrs7 H2 {
  text-align: center;
}
.cid-rB25Otgrs7 .mbr-section-subtitle {
  text-align: center;
}
.cid-suzf0TCBJJ {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-suzf0TCBJJ .mbr-text,
.cid-suzf0TCBJJ .mbr-section-btn {
  color: #232323;
}
.cid-suzf0TCBJJ .card-title,
.cid-suzf0TCBJJ .card-box {
  color: #ffffff;
}
.cid-suzf0TCBJJ .mbr-text,
.cid-suzf0TCBJJ .link-wrap {
  color: #ffffff;
}
.cid-suzf0TCBJJ .card-box .mbr-text,
.cid-suzf0TCBJJ .mbr-section-btn {
  color: #000000;
}
.cid-t6ejVKZGLA {
  padding-top: 15px;
  padding-bottom: 60px;
  background-color: #232323;
}
.cid-t6ejVKZGLA .mbr-section-subtitle {
  color: #767676;
}
.cid-t6ejVKZGLA .container-table {
  margin: 0 auto;
}
.cid-t6ejVKZGLA .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-t6ejVKZGLA .dataTables_wrapper {
  display: block;
}
.cid-t6ejVKZGLA .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-t6ejVKZGLA .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-t6ejVKZGLA table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #232323;
  margin-bottom: 0;
}
.cid-t6ejVKZGLA table th {
  border-top: none;
  transition: all .2s;
  border-bottom: none;
}
.cid-t6ejVKZGLA table th:hover {
  background: #232323;
  color: #ffffff;
}
.cid-t6ejVKZGLA table td {
  border-top: 1px solid #232323;
}
.cid-t6ejVKZGLA table.table {
  background: #ffffff;
}
.cid-t6ejVKZGLA .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-t6ejVKZGLA .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-t6ejVKZGLA .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-t6ejVKZGLA .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-t6ejVKZGLA .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-t6ejVKZGLA .dataTables_filter {
    text-align: center;
  }
  .cid-t6ejVKZGLA .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-t6ejVKZGLA .body-item {
  text-align: center;
}
.cid-t6ejVKZGLA .head-item {
  text-align: center;
}
.cid-t6ejVKZGLA .mbr-section-title {
  color: #ffffff;
}
.cid-t6enp1AkFg {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #fcfcfc;
}
.cid-t6enp1AkFg .mbr-section-title,
.cid-t6enp1AkFg .mbr-section-subtitle {
  color: #000000;
}
.cid-t6enp1AkFg .mbr-section-text {
  color: #232323;
}
.cid-t6enp1AkFg .mbr-text,
.cid-t6enp1AkFg .typed-text,
.cid-t6enp1AkFg .mbr-section-text {
  letter-spacing: 0.03rem;
}
.cid-t6enp1AkFg .btn {
  margin-left: 4px !important;
}
.cid-t6enp1AkFg .animated-element {
  color: #8db14c;
}
.cid-t6enp1AkFg .typed-cursor {
  opacity: 1;
  -webkit-animation: blink 0.7s infinite;
  -moz-animation: blink 0.7s infinite;
  animation: blink 0.7s infinite;
  color: #8db14c;
}
.cid-t6enp1AkFg .mbr-figure {
  border-radius: .25rem;
  overflow: hidden;
}
@media (max-width: 767px) {
  .cid-t6enp1AkFg .typed-text,
  .cid-t6enp1AkFg .mbr-section-subtitle,
  .cid-t6enp1AkFg .mbr-section-text,
  .cid-t6enp1AkFg .mbr-section-btn {
    text-align: center !important;
  }
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.cid-t6enp1AkFg .mbr-section-subtitle,
.cid-t6enp1AkFg .typed-text {
  color: #232323;
}
.cid-t6enp1AkFg .mbr-section-text,
.cid-t6enp1AkFg .mbr-section-btn {
  color: #232323;
}
.cid-t61xVlAKLQ {
  text-align: center;
  overflow: hidden;
}
.cid-t61xVlAKLQ .custom-widget svg {
  width: 65px;
  height: 65px;
  color: #777;
  fill: #777;
  margin-top: 2rem;
  margin-bottom: 3rem;
}
.cid-suYB7ZhXXc {
  background-image: url("../../../assets/images/informacion-importante-1600x1066.jpg");
}
.cid-suYB7ZhXXc .column-content {
  padding-top: 20px;
  padding-bottom: 30px;
  background-color: #ffffff;
  width: 100%;
  float: right;
  position: relative;
}
.cid-suYB7ZhXXc .text-content .btn-bgr {
  z-index: 0;
}
.cid-suYB7ZhXXc .mbr-overlay {
  background: linear-gradient(#d6173f -10%, #00113e 75%);
}
.cid-suYB7ZhXXc .container-full-width {
  position: relative;
}
.cid-suYB7ZhXXc .text-content {
  width: 100%;
  padding: 0 30px;
  margin: 0 auto;
}
.cid-suYB7ZhXXc .layer {
  display: none;
  height: 101%;
  position: absolute;
  right: 49.9%;
  top: 0;
  bottom: 0;
}
.cid-suYB7ZhXXc .layer path {
  fill: #ffffff;
}
@media (min-width: 576px) {
  .cid-suYB7ZhXXc .text-content {
    width: 540px;
  }
  .cid-suYB7ZhXXc .column-content {
    width: 100%;
  }
  .cid-suYB7ZhXXc .layer {
    display: none;
  }
}
@media (min-width: 768px) {
  .cid-suYB7ZhXXc .text-content {
    width: 720px;
  }
}
@media (min-width: 992px) {
  .cid-suYB7ZhXXc .text-content {
    width: 480px;
    margin: 0;
  }
  .cid-suYB7ZhXXc .column-content {
    width: 50%;
  }
  .cid-suYB7ZhXXc .layer {
    display: block;
  }
}
@media (min-width: 1200px) {
  .cid-suYB7ZhXXc .text-content {
    width: 570px;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-suYB7ZhXXc .container-full-width .layer {
    right: 2.6rem;
    height: 33rem;
  }
  .cid-suYB7ZhXXc .column-content {
    height: 33rem;
  }
}
.cid-suYB7ZhXXc .mbr-text,
.cid-suYB7ZhXXc .mbr-section-btn {
  color: #767676;
  text-align: center;
}
.cid-suYB7ZhXXc H1 {
  text-align: left;
}
.cid-rXM176J1De {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rXM176J1De .google-map {
  height: 25rem;
  position: relative;
}
.cid-rXM176J1De .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-rXM176J1De .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-rXM176J1De .google-map[data-state] {
  background: #e9e5dc;
}
.cid-rXM176J1De .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-rXM176J1De .container-fluid {
  padding: 0;
}
.cid-rXM176J1De .relative {
  position: relative;
  width: 100%;
}
.cid-rXM176J1De .mbr-section-title {
  color: #656565;
}
.cid-rXM176J1De .block {
  background: rgba(50, 50, 50, 0.8);
  position: absolute;
  padding: 2rem;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  width: 400px;
  height: 100%;
  top: 0;
  right: 0;
}
.cid-rXM176J1De .line {
  height: 3px;
  width: 60px;
  background: #ffffff;
  margin: auto;
  margin-bottom: 1rem;
  margin-top: 1rem;
}
.cid-rXM176J1De .title {
  text-align: center;
  color: #ffffff;
}
.cid-rXM176J1De .text {
  text-align: center;
  color: #ffffff;
  line-height: 1.5;
}
@media (max-width: 576px) {
  .cid-rXM176J1De .block {
    position: relative;
    width: 100%;
    height: auto;
    padding: 6rem 2rem;
  }
}
.cid-t6ek0fouVm {
  padding-top: 60px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/65479-1-2000x1125.jpg");
}
.cid-t6ek0fouVm *:focus {
  outline: none;
}
.cid-t6ek0fouVm .form-control {
  width: 100%;
  min-height: auto;
  color: #ffffff !important;
  border: none;
  border-radius: 0 !important;
  background-color: transparent;
  padding: .5rem 0rem;
  border-bottom: 1px solid #ffffff;
  box-shadow: none;
}
.cid-t6ek0fouVm .form-control:focus {
  outline: none;
  box-shadow: none;
}
.cid-t6ek0fouVm input::-webkit-input-placeholder {
  color: #ffffff;
}
.cid-t6ek0fouVm input::-moz-placeholder {
  color: #ffffff;
}
.cid-t6ek0fouVm textarea::-webkit-input-placeholder {
  color: #ffffff;
}
.cid-t6ek0fouVm textarea::-moz-placeholder {
  color: #ffffff;
}
.cid-t6ek0fouVm .soc-item {
  margin: 0 .1rem .2rem .1rem;
  display: inline-flex;
  width: 46px;
  height: 46px;
  justify-content: center;
  align-items: center;
  border: 1px solid #66458e;
  border-radius: 50%;
}
.cid-t6ek0fouVm .soc-item:hover {
  opacity: .5;
}
.cid-t6ek0fouVm .soc-item .socicon {
  font-size: 1.5rem;
  color: #66458e;
}
.cid-t6ek0fouVm .days-column,
.cid-t6ek0fouVm .hours-column {
  display: inline-block;
}
.cid-t6ek0fouVm .days-column span,
.cid-t6ek0fouVm .hours-column span {
  display: block;
}
.cid-t6ek0fouVm .input-group-btn {
  display: block;
}
@media (max-width: 767px) {
  .cid-t6ek0fouVm .days-column {
    padding-right: 0 !important;
  }
  .cid-t6ek0fouVm .hours-column {
    max-width: 50% !important;
  }
  .cid-t6ek0fouVm .opening-hours {
    padding-bottom: 48px !important;
  }
}
.cid-t6ek0fouVm .follow-title,
.cid-t6ek0fouVm .social-list {
  text-align: center;
}
.cid-t6ek0fouVm .opening-hours-title,
.cid-t6ek0fouVm .opening-hours DIV {
  text-align: left;
}
.cid-t6ek0fouVm .hours-column {
  color: #ffffff;
  text-align: center;
}
.cid-t6ek0fouVm .days-column {
  color: #ffffff;
}
.cid-t6ek0fouVm .opening-hours-title,
.cid-t6ek0fouVm .opening-hours {
  color: #ffffff;
  text-align: center;
}
.cid-t6ek0fouVm H3 {
  color: #ffffff;
}
.cid-t6ek0fouVm .address-title,
.cid-t6ek0fouVm .address-block {
  color: #ffffff;
}
.cid-t6ek0fouVm .contacts-title,
.cid-t6ek0fouVm .contacts-block {
  color: #ffffff;
}
.cid-t6ek0fouVm LABEL {
  color: #ffffff;
}
.cid-suFPYORTsn {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #149dcc;
}
.cid-suFPYORTsn .row {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-suFPYORTsn .text-black {
  font-weight: 800;
  letter-spacing: 0.1em;
}
.cid-suFPYORTsn .btn {
  margin-bottom: 2rem;
}
.cid-suFPYORTsn .mbr-text {
  color: #444;
  font-weight: 600;
  letter-spacing: 0.1em;
}
.cid-suFPYORTsn .social-list {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  padding-left: 0;
  margin-bottom: 25px;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-suFPYORTsn .social-list .mbr-iconfont-social {
  font-size: 2rem;
  color: black;
}
.cid-suFPYORTsn .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-suFPYORTsn .social-list a {
  margin: 0;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-suFPYORTsn .social-list a:hover {
  opacity: .4;
}
@media (max-width: 767px) {
  .cid-suFPYORTsn .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 575px) {
  .cid-suFPYORTsn .mbr-text {
    text-align: center;
    margin-bottom: 2rem;
  }
}
.cid-suFPYORTsn .links {
  color: #ffffff;
  text-align: center;
}
.cid-rYlk6eG0RA .navbar {
  background: #232323;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-rYlk6eG0RA .navbar-dropdown.bg-color.transparent.opened {
  background: #232323;
}
.cid-rYlk6eG0RA a {
  font-style: normal;
}
.cid-rYlk6eG0RA .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-rYlk6eG0RA .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-rYlk6eG0RA .nav-item:focus,
.cid-rYlk6eG0RA .nav-link:focus {
  outline: none;
}
.cid-rYlk6eG0RA .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-rYlk6eG0RA .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-rYlk6eG0RA .menu-logo {
  margin-right: auto;
}
.cid-rYlk6eG0RA .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rYlk6eG0RA .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-rYlk6eG0RA .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-rYlk6eG0RA .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-rYlk6eG0RA .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-rYlk6eG0RA .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-rYlk6eG0RA .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-rYlk6eG0RA .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-rYlk6eG0RA .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-rYlk6eG0RA .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-rYlk6eG0RA .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-rYlk6eG0RA .dropdown .dropdown-menu {
  background: #232323;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-rYlk6eG0RA .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-rYlk6eG0RA .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rYlk6eG0RA .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-rYlk6eG0RA .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rYlk6eG0RA .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-rYlk6eG0RA .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-rYlk6eG0RA .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-rYlk6eG0RA .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-rYlk6eG0RA .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-rYlk6eG0RA .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-rYlk6eG0RA .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-rYlk6eG0RA button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-rYlk6eG0RA button.navbar-toggler:focus {
  outline: none;
}
.cid-rYlk6eG0RA button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-rYlk6eG0RA button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rYlk6eG0RA button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rYlk6eG0RA button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rYlk6eG0RA button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rYlk6eG0RA nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rYlk6eG0RA nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rYlk6eG0RA nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rYlk6eG0RA nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rYlk6eG0RA .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rYlk6eG0RA .collapsed .btn {
  display: -webkit-flex;
}
.cid-rYlk6eG0RA .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-rYlk6eG0RA .collapsed .navbar-collapse.collapsing,
.cid-rYlk6eG0RA .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-rYlk6eG0RA .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-rYlk6eG0RA .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-rYlk6eG0RA .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-rYlk6eG0RA .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-rYlk6eG0RA .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-rYlk6eG0RA .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-rYlk6eG0RA .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-rYlk6eG0RA .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-rYlk6eG0RA .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-rYlk6eG0RA .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-rYlk6eG0RA .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-rYlk6eG0RA .collapsed button.navbar-toggler {
  display: block;
}
.cid-rYlk6eG0RA .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-rYlk6eG0RA .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rYlk6eG0RA .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-rYlk6eG0RA .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-rYlk6eG0RA .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-rYlk6eG0RA .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-rYlk6eG0RA.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rYlk6eG0RA img {
    height: 3.8rem !important;
  }
  .cid-rYlk6eG0RA .btn {
    display: -webkit-flex;
  }
  .cid-rYlk6eG0RA button.navbar-toggler {
    display: block;
  }
  .cid-rYlk6eG0RA .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-rYlk6eG0RA .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rYlk6eG0RA .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-rYlk6eG0RA .navbar-collapse.collapsing,
  .cid-rYlk6eG0RA .navbar-collapse.show {
    display: block !important;
  }
  .cid-rYlk6eG0RA .navbar-collapse.collapsing .navbar-nav,
  .cid-rYlk6eG0RA .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-rYlk6eG0RA .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-rYlk6eG0RA .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-rYlk6eG0RA .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-rYlk6eG0RA .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-rYlk6eG0RA .navbar-collapse.collapsing .navbar-buttons,
  .cid-rYlk6eG0RA .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-rYlk6eG0RA .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-rYlk6eG0RA .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-rYlk6eG0RA .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-rYlk6eG0RA .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-rYlk6eG0RA .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-rYlk6eG0RA .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-rYlk6eG0RA .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-rYlk6eG0RA .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-rYlk6eG0RA .nav-link:hover,
.cid-rYlk6eG0RA .dropdown-item:hover {
  color: #149dcc !important;
}
.cid-rBauYFTgwo {
  padding-top: 75px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/443-2000x1335.jpg");
}
.cid-t5RYq3vJM2 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-t5RYq3vJM2 h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-t5RYq3vJM2 p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
}
.cid-t5RYq3vJM2 .mbr-section-btn {
  padding-top: 2.5rem;
}
.cid-t5RYq3vJM2 .mbr-section-btn a {
  margin: 0;
}
.cid-t5RYq3vJM2 .mbr-text {
  color: #767676;
}
.cid-t5RYq3vJM2 .card-wrapper {
  height: 100%;
}
@media (max-width: 767px) {
  .cid-t5RYq3vJM2 .card:not(.last-child) {
    padding-bottom: 2rem;
  }
}
.cid-t5RYq3vJM2 .mbr-text,
.cid-t5RYq3vJM2 .mbr-section-btn {
  text-align: center;
  color: #232323;
}
.cid-t5RYq3vJM2 .card-title {
  text-align: center;
}
.cid-t5RYq3vJM2 H2 {
  text-align: center;
}
.cid-t5RYq3vJM2 .mbr-section-subtitle {
  text-align: center;
}
.cid-suvHbQMZsj {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-suvHbQMZsj h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-suvHbQMZsj p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
}
.cid-suvHbQMZsj .mbr-section-btn {
  padding-top: 2.5rem;
}
.cid-suvHbQMZsj .mbr-section-btn a {
  margin: 0;
}
.cid-suvHbQMZsj .mbr-text {
  color: #767676;
}
.cid-suvHbQMZsj .card-wrapper {
  height: 100%;
}
@media (max-width: 767px) {
  .cid-suvHbQMZsj .card:not(.last-child) {
    padding-bottom: 2rem;
  }
}
.cid-suvHbQMZsj .mbr-text,
.cid-suvHbQMZsj .mbr-section-btn {
  text-align: center;
  color: #232323;
}
.cid-suvHbQMZsj .card-title {
  text-align: center;
}
.cid-suvHbQMZsj H2 {
  text-align: center;
}
.cid-suvHbQMZsj .mbr-section-subtitle {
  text-align: center;
}
.cid-suzfywENJz {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-suzfywENJz .mbr-text,
.cid-suzfywENJz .mbr-section-btn {
  color: #232323;
}
.cid-suzfywENJz .card-title,
.cid-suzfywENJz .card-box {
  color: #ffffff;
}
.cid-suzfywENJz .mbr-text,
.cid-suzfywENJz .link-wrap {
  color: #ffffff;
}
.cid-suzfywENJz .card-box .mbr-text,
.cid-suzfywENJz .mbr-section-btn {
  color: #000000;
}
.cid-t6ekJ39hrw {
  padding-top: 15px;
  padding-bottom: 60px;
  background-color: #232323;
}
.cid-t6ekJ39hrw .mbr-section-subtitle {
  color: #767676;
}
.cid-t6ekJ39hrw .container-table {
  margin: 0 auto;
}
.cid-t6ekJ39hrw .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-t6ekJ39hrw .dataTables_wrapper {
  display: block;
}
.cid-t6ekJ39hrw .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-t6ekJ39hrw .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-t6ekJ39hrw table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #232323;
  margin-bottom: 0;
}
.cid-t6ekJ39hrw table th {
  border-top: none;
  transition: all .2s;
  border-bottom: none;
}
.cid-t6ekJ39hrw table th:hover {
  background: #232323;
  color: #ffffff;
}
.cid-t6ekJ39hrw table td {
  border-top: 1px solid #232323;
}
.cid-t6ekJ39hrw table.table {
  background: #ffffff;
}
.cid-t6ekJ39hrw .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-t6ekJ39hrw .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-t6ekJ39hrw .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-t6ekJ39hrw .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-t6ekJ39hrw .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-t6ekJ39hrw .dataTables_filter {
    text-align: center;
  }
  .cid-t6ekJ39hrw .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-t6ekJ39hrw .body-item {
  text-align: center;
}
.cid-t6ekJ39hrw .head-item {
  text-align: center;
}
.cid-t6ekJ39hrw .mbr-section-title {
  color: #ffffff;
}
.cid-suYCaTmPOL {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #fcfcfc;
}
.cid-suYCaTmPOL .mbr-section-title,
.cid-suYCaTmPOL .mbr-section-subtitle {
  color: #000000;
}
.cid-suYCaTmPOL .mbr-section-text {
  color: #232323;
}
.cid-suYCaTmPOL .mbr-text,
.cid-suYCaTmPOL .typed-text,
.cid-suYCaTmPOL .mbr-section-text {
  letter-spacing: 0.03rem;
}
.cid-suYCaTmPOL .btn {
  margin-left: 4px !important;
}
.cid-suYCaTmPOL .animated-element {
  color: #8db14c;
}
.cid-suYCaTmPOL .typed-cursor {
  opacity: 1;
  -webkit-animation: blink 0.7s infinite;
  -moz-animation: blink 0.7s infinite;
  animation: blink 0.7s infinite;
  color: #8db14c;
}
.cid-suYCaTmPOL .mbr-figure {
  border-radius: .25rem;
  overflow: hidden;
}
@media (max-width: 767px) {
  .cid-suYCaTmPOL .typed-text,
  .cid-suYCaTmPOL .mbr-section-subtitle,
  .cid-suYCaTmPOL .mbr-section-text,
  .cid-suYCaTmPOL .mbr-section-btn {
    text-align: center !important;
  }
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.cid-suYCaTmPOL .mbr-section-subtitle,
.cid-suYCaTmPOL .typed-text {
  color: #232323;
}
.cid-suYCaTmPOL .mbr-section-text,
.cid-suYCaTmPOL .mbr-section-btn {
  color: #232323;
}
.cid-t61xYsHGcE {
  text-align: center;
  overflow: hidden;
}
.cid-t61xYsHGcE .custom-widget svg {
  width: 65px;
  height: 65px;
  color: #777;
  fill: #777;
  margin-top: 2rem;
  margin-bottom: 3rem;
}
.cid-t6ekNs8rtp {
  background-image: url("../../../assets/images/informacion-importante-1600x1066.jpg");
}
.cid-t6ekNs8rtp .column-content {
  padding-top: 20px;
  padding-bottom: 30px;
  background-color: #ffffff;
  width: 100%;
  float: right;
  position: relative;
}
.cid-t6ekNs8rtp .text-content .btn-bgr {
  z-index: 0;
}
.cid-t6ekNs8rtp .mbr-overlay {
  background: linear-gradient(#d6173f -10%, #00113e 75%);
}
.cid-t6ekNs8rtp .container-full-width {
  position: relative;
}
.cid-t6ekNs8rtp .text-content {
  width: 100%;
  padding: 0 30px;
  margin: 0 auto;
}
.cid-t6ekNs8rtp .layer {
  display: none;
  height: 101%;
  position: absolute;
  right: 49.9%;
  top: 0;
  bottom: 0;
}
.cid-t6ekNs8rtp .layer path {
  fill: #ffffff;
}
@media (min-width: 576px) {
  .cid-t6ekNs8rtp .text-content {
    width: 540px;
  }
  .cid-t6ekNs8rtp .column-content {
    width: 100%;
  }
  .cid-t6ekNs8rtp .layer {
    display: none;
  }
}
@media (min-width: 768px) {
  .cid-t6ekNs8rtp .text-content {
    width: 720px;
  }
}
@media (min-width: 992px) {
  .cid-t6ekNs8rtp .text-content {
    width: 480px;
    margin: 0;
  }
  .cid-t6ekNs8rtp .column-content {
    width: 50%;
  }
  .cid-t6ekNs8rtp .layer {
    display: block;
  }
}
@media (min-width: 1200px) {
  .cid-t6ekNs8rtp .text-content {
    width: 570px;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-t6ekNs8rtp .container-full-width .layer {
    right: 2.6rem;
    height: 33rem;
  }
  .cid-t6ekNs8rtp .column-content {
    height: 33rem;
  }
}
.cid-t6ekNs8rtp .mbr-text,
.cid-t6ekNs8rtp .mbr-section-btn {
  color: #767676;
  text-align: center;
}
.cid-rXNhAcBJu6 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rXNhAcBJu6 .google-map {
  height: 25rem;
  position: relative;
}
.cid-rXNhAcBJu6 .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-rXNhAcBJu6 .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-rXNhAcBJu6 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-rXNhAcBJu6 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-rXNhAcBJu6 .container-fluid {
  padding: 0;
}
.cid-rXNhAcBJu6 .relative {
  position: relative;
  width: 100%;
}
.cid-rXNhAcBJu6 .mbr-section-title {
  color: #656565;
}
.cid-rXNhAcBJu6 .block {
  background: rgba(50, 50, 50, 0.8);
  position: absolute;
  padding: 2rem;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  width: 400px;
  height: 100%;
  top: 0;
  right: 0;
}
.cid-rXNhAcBJu6 .line {
  height: 3px;
  width: 60px;
  background: #ffffff;
  margin: auto;
  margin-bottom: 1rem;
  margin-top: 1rem;
}
.cid-rXNhAcBJu6 .title {
  text-align: center;
  color: #ffffff;
}
.cid-rXNhAcBJu6 .text {
  text-align: center;
  color: #ffffff;
  line-height: 1.5;
}
@media (max-width: 576px) {
  .cid-rXNhAcBJu6 .block {
    position: relative;
    width: 100%;
    height: auto;
    padding: 6rem 2rem;
  }
}
.cid-t6em1S3fJd {
  padding-top: 60px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/65479-1-2000x1125.jpg");
}
.cid-t6em1S3fJd *:focus {
  outline: none;
}
.cid-t6em1S3fJd .form-control {
  width: 100%;
  min-height: auto;
  color: #ffffff !important;
  border: none;
  border-radius: 0 !important;
  background-color: transparent;
  padding: .5rem 0rem;
  border-bottom: 1px solid #ffffff;
  box-shadow: none;
}
.cid-t6em1S3fJd .form-control:focus {
  outline: none;
  box-shadow: none;
}
.cid-t6em1S3fJd input::-webkit-input-placeholder {
  color: #ffffff;
}
.cid-t6em1S3fJd input::-moz-placeholder {
  color: #ffffff;
}
.cid-t6em1S3fJd textarea::-webkit-input-placeholder {
  color: #ffffff;
}
.cid-t6em1S3fJd textarea::-moz-placeholder {
  color: #ffffff;
}
.cid-t6em1S3fJd .soc-item {
  margin: 0 .1rem .2rem .1rem;
  display: inline-flex;
  width: 46px;
  height: 46px;
  justify-content: center;
  align-items: center;
  border: 1px solid #66458e;
  border-radius: 50%;
}
.cid-t6em1S3fJd .soc-item:hover {
  opacity: .5;
}
.cid-t6em1S3fJd .soc-item .socicon {
  font-size: 1.5rem;
  color: #66458e;
}
.cid-t6em1S3fJd .days-column,
.cid-t6em1S3fJd .hours-column {
  display: inline-block;
}
.cid-t6em1S3fJd .days-column span,
.cid-t6em1S3fJd .hours-column span {
  display: block;
}
.cid-t6em1S3fJd .input-group-btn {
  display: block;
}
@media (max-width: 767px) {
  .cid-t6em1S3fJd .days-column {
    padding-right: 0 !important;
  }
  .cid-t6em1S3fJd .hours-column {
    max-width: 50% !important;
  }
  .cid-t6em1S3fJd .opening-hours {
    padding-bottom: 48px !important;
  }
}
.cid-t6em1S3fJd .follow-title,
.cid-t6em1S3fJd .social-list {
  text-align: center;
}
.cid-t6em1S3fJd .opening-hours-title,
.cid-t6em1S3fJd .opening-hours DIV {
  text-align: left;
}
.cid-t6em1S3fJd .hours-column {
  color: #ffffff;
  text-align: center;
}
.cid-t6em1S3fJd .days-column {
  color: #ffffff;
}
.cid-t6em1S3fJd .opening-hours-title,
.cid-t6em1S3fJd .opening-hours {
  color: #ffffff;
  text-align: center;
}
.cid-t6em1S3fJd H3 {
  color: #ffffff;
}
.cid-t6em1S3fJd .address-title,
.cid-t6em1S3fJd .address-block {
  color: #ffffff;
}
.cid-t6em1S3fJd .contacts-title,
.cid-t6em1S3fJd .contacts-block {
  color: #ffffff;
}
.cid-t6em1S3fJd LABEL {
  color: #ffffff;
}
.cid-suFQ6u9vWK {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #149dcc;
}
.cid-suFQ6u9vWK .row {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-suFQ6u9vWK .text-black {
  font-weight: 800;
  letter-spacing: 0.1em;
}
.cid-suFQ6u9vWK .btn {
  margin-bottom: 2rem;
}
.cid-suFQ6u9vWK .mbr-text {
  color: #444;
  font-weight: 600;
  letter-spacing: 0.1em;
}
.cid-suFQ6u9vWK .social-list {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  padding-left: 0;
  margin-bottom: 25px;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-suFQ6u9vWK .social-list .mbr-iconfont-social {
  font-size: 2rem;
  color: black;
}
.cid-suFQ6u9vWK .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-suFQ6u9vWK .social-list a {
  margin: 0;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-suFQ6u9vWK .social-list a:hover {
  opacity: .4;
}
@media (max-width: 767px) {
  .cid-suFQ6u9vWK .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 575px) {
  .cid-suFQ6u9vWK .mbr-text {
    text-align: center;
    margin-bottom: 2rem;
  }
}
.cid-suFQ6u9vWK .links {
  color: #ffffff;
  text-align: center;
}
.cid-rYlk6eG0RA .navbar {
  background: #232323;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-rYlk6eG0RA .navbar-dropdown.bg-color.transparent.opened {
  background: #232323;
}
.cid-rYlk6eG0RA a {
  font-style: normal;
}
.cid-rYlk6eG0RA .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-rYlk6eG0RA .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-rYlk6eG0RA .nav-item:focus,
.cid-rYlk6eG0RA .nav-link:focus {
  outline: none;
}
.cid-rYlk6eG0RA .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-rYlk6eG0RA .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-rYlk6eG0RA .menu-logo {
  margin-right: auto;
}
.cid-rYlk6eG0RA .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rYlk6eG0RA .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-rYlk6eG0RA .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-rYlk6eG0RA .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-rYlk6eG0RA .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-rYlk6eG0RA .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-rYlk6eG0RA .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-rYlk6eG0RA .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-rYlk6eG0RA .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-rYlk6eG0RA .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-rYlk6eG0RA .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-rYlk6eG0RA .dropdown .dropdown-menu {
  background: #232323;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-rYlk6eG0RA .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-rYlk6eG0RA .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rYlk6eG0RA .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-rYlk6eG0RA .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rYlk6eG0RA .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-rYlk6eG0RA .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-rYlk6eG0RA .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-rYlk6eG0RA .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-rYlk6eG0RA .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-rYlk6eG0RA .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-rYlk6eG0RA .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-rYlk6eG0RA button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-rYlk6eG0RA button.navbar-toggler:focus {
  outline: none;
}
.cid-rYlk6eG0RA button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-rYlk6eG0RA button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rYlk6eG0RA button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rYlk6eG0RA button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rYlk6eG0RA button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rYlk6eG0RA nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rYlk6eG0RA nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rYlk6eG0RA nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rYlk6eG0RA nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rYlk6eG0RA .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rYlk6eG0RA .collapsed .btn {
  display: -webkit-flex;
}
.cid-rYlk6eG0RA .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-rYlk6eG0RA .collapsed .navbar-collapse.collapsing,
.cid-rYlk6eG0RA .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-rYlk6eG0RA .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-rYlk6eG0RA .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-rYlk6eG0RA .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-rYlk6eG0RA .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-rYlk6eG0RA .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-rYlk6eG0RA .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-rYlk6eG0RA .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-rYlk6eG0RA .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-rYlk6eG0RA .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-rYlk6eG0RA .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-rYlk6eG0RA .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-rYlk6eG0RA .collapsed button.navbar-toggler {
  display: block;
}
.cid-rYlk6eG0RA .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-rYlk6eG0RA .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rYlk6eG0RA .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-rYlk6eG0RA .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-rYlk6eG0RA .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-rYlk6eG0RA .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-rYlk6eG0RA.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rYlk6eG0RA img {
    height: 3.8rem !important;
  }
  .cid-rYlk6eG0RA .btn {
    display: -webkit-flex;
  }
  .cid-rYlk6eG0RA button.navbar-toggler {
    display: block;
  }
  .cid-rYlk6eG0RA .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-rYlk6eG0RA .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rYlk6eG0RA .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-rYlk6eG0RA .navbar-collapse.collapsing,
  .cid-rYlk6eG0RA .navbar-collapse.show {
    display: block !important;
  }
  .cid-rYlk6eG0RA .navbar-collapse.collapsing .navbar-nav,
  .cid-rYlk6eG0RA .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-rYlk6eG0RA .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-rYlk6eG0RA .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-rYlk6eG0RA .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-rYlk6eG0RA .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-rYlk6eG0RA .navbar-collapse.collapsing .navbar-buttons,
  .cid-rYlk6eG0RA .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-rYlk6eG0RA .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-rYlk6eG0RA .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-rYlk6eG0RA .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-rYlk6eG0RA .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-rYlk6eG0RA .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-rYlk6eG0RA .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-rYlk6eG0RA .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-rYlk6eG0RA .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-rYlk6eG0RA .nav-link:hover,
.cid-rYlk6eG0RA .dropdown-item:hover {
  color: #149dcc !important;
}
.cid-saM7zVlZ8B {
  padding-top: 75px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/router-4g-huawei-tplink-modem-sma-ts9-crc9-819x422.jpg");
}
.cid-t5VV3loptg {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-t5VV3loptg .mbr-section-btn > * {
  margin: 0;
}
.cid-t5VV3loptg h4 {
  font-weight: 500;
}
.cid-t5VV3loptg p {
  color: #232323;
}
.cid-t5VV3loptg .aside-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-t5VV3loptg .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-t5VV3loptg .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-t5VV3loptg .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-t5VV3loptg .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-t5VV3loptg .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-t5VV3loptg .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-t5VV3loptg .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 300px) {
  .cid-t5VV3loptg .card-img span {
    font-size: 40px !important;
  }
}
.cid-t5VV3loptg .cost {
  text-decoration: line-through;
  color: #767676;
}
.cid-t5VV3loptg .text1 {
  color: #232323;
  text-align: center;
}
.cid-t5VV3loptg H2 {
  text-align: left;
}
.cid-svh5EMAf1N {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-svh5EMAf1N .mbr-section-title {
  letter-spacing: 0.1em;
  color: #232323;
  margin-bottom: 2rem;
}
.cid-svh5EMAf1N .mbr-section-subtitle {
  color: #232323;
  margin-bottom: 2rem;
  letter-spacing: 0.03em;
}
.cid-svh5EMAf1N .btn {
  margin: 0px !important;
}
.cid-svh5EMAf1N .second-col {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-svh5EMAf1N .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-svh5EMAf1N .carousel-item .media-container-row {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.cid-svh5EMAf1N .carousel-item .wrap-img {
  text-align: center;
}
.cid-svh5EMAf1N .carousel-item .wrap-img img {
  max-height: 250px;
  width: auto;
  max-width: 100%;
}
.cid-svh5EMAf1N .carousel {
  display: flex;
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  width: 100%;
}
.cid-svh5EMAf1N .carousel-indicators {
  display: block;
  position: relative;
  margin-top: 2rem;
  text-align: center;
}
.cid-svh5EMAf1N .carousel-indicators li {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #cccccc;
  display: inline-block;
  border: 4px solid #cccccc;
}
.cid-svh5EMAf1N .carousel-indicators li.active {
  border-color: #a3a3a3;
}
@media (max-width: 768px) {
  .cid-svh5EMAf1N .second-col {
    padding-top: 2rem;
  }
}
.cid-t6enVSlpRY {
  padding-top: 15px;
  padding-bottom: 60px;
  background-color: #232323;
}
.cid-t6enVSlpRY .mbr-section-subtitle {
  color: #767676;
}
.cid-t6enVSlpRY .container-table {
  margin: 0 auto;
}
.cid-t6enVSlpRY .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-t6enVSlpRY .dataTables_wrapper {
  display: block;
}
.cid-t6enVSlpRY .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-t6enVSlpRY .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-t6enVSlpRY table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #232323;
  margin-bottom: 0;
}
.cid-t6enVSlpRY table th {
  border-top: none;
  transition: all .2s;
  border-bottom: none;
}
.cid-t6enVSlpRY table th:hover {
  background: #232323;
  color: #ffffff;
}
.cid-t6enVSlpRY table td {
  border-top: 1px solid #232323;
}
.cid-t6enVSlpRY table.table {
  background: #ffffff;
}
.cid-t6enVSlpRY .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-t6enVSlpRY .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-t6enVSlpRY .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-t6enVSlpRY .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-t6enVSlpRY .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-t6enVSlpRY .dataTables_filter {
    text-align: center;
  }
  .cid-t6enVSlpRY .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-t6enVSlpRY .body-item {
  text-align: center;
}
.cid-t6enVSlpRY .head-item {
  text-align: center;
}
.cid-t6enVSlpRY .mbr-section-title {
  color: #ffffff;
}
.cid-suYCs6IZsc {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #fcfcfc;
}
.cid-suYCs6IZsc .mbr-section-title,
.cid-suYCs6IZsc .mbr-section-subtitle {
  color: #000000;
}
.cid-suYCs6IZsc .mbr-section-text {
  color: #232323;
}
.cid-suYCs6IZsc .mbr-text,
.cid-suYCs6IZsc .typed-text,
.cid-suYCs6IZsc .mbr-section-text {
  letter-spacing: 0.03rem;
}
.cid-suYCs6IZsc .btn {
  margin-left: 4px !important;
}
.cid-suYCs6IZsc .animated-element {
  color: #8db14c;
}
.cid-suYCs6IZsc .typed-cursor {
  opacity: 1;
  -webkit-animation: blink 0.7s infinite;
  -moz-animation: blink 0.7s infinite;
  animation: blink 0.7s infinite;
  color: #8db14c;
}
.cid-suYCs6IZsc .mbr-figure {
  border-radius: .25rem;
  overflow: hidden;
}
@media (max-width: 767px) {
  .cid-suYCs6IZsc .typed-text,
  .cid-suYCs6IZsc .mbr-section-subtitle,
  .cid-suYCs6IZsc .mbr-section-text,
  .cid-suYCs6IZsc .mbr-section-btn {
    text-align: center !important;
  }
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.cid-suYCs6IZsc .mbr-section-subtitle,
.cid-suYCs6IZsc .typed-text {
  color: #232323;
}
.cid-suYCs6IZsc .mbr-section-text,
.cid-suYCs6IZsc .mbr-section-btn {
  color: #232323;
}
.cid-t61y158zci {
  text-align: center;
  overflow: hidden;
}
.cid-t61y158zci .custom-widget svg {
  width: 65px;
  height: 65px;
  color: #777;
  fill: #777;
  margin-top: 2rem;
  margin-bottom: 3rem;
}
.cid-t6enP7PtS8 {
  background-image: url("../../../assets/images/informacion-importante-1600x1066.jpg");
}
.cid-t6enP7PtS8 .column-content {
  padding-top: 20px;
  padding-bottom: 30px;
  background-color: #ffffff;
  width: 100%;
  float: right;
  position: relative;
}
.cid-t6enP7PtS8 .text-content .btn-bgr {
  z-index: 0;
}
.cid-t6enP7PtS8 .mbr-overlay {
  background: linear-gradient(#d6173f -10%, #00113e 75%);
}
.cid-t6enP7PtS8 .container-full-width {
  position: relative;
}
.cid-t6enP7PtS8 .text-content {
  width: 100%;
  padding: 0 30px;
  margin: 0 auto;
}
.cid-t6enP7PtS8 .layer {
  display: none;
  height: 101%;
  position: absolute;
  right: 49.9%;
  top: 0;
  bottom: 0;
}
.cid-t6enP7PtS8 .layer path {
  fill: #ffffff;
}
@media (min-width: 576px) {
  .cid-t6enP7PtS8 .text-content {
    width: 540px;
  }
  .cid-t6enP7PtS8 .column-content {
    width: 100%;
  }
  .cid-t6enP7PtS8 .layer {
    display: none;
  }
}
@media (min-width: 768px) {
  .cid-t6enP7PtS8 .text-content {
    width: 720px;
  }
}
@media (min-width: 992px) {
  .cid-t6enP7PtS8 .text-content {
    width: 480px;
    margin: 0;
  }
  .cid-t6enP7PtS8 .column-content {
    width: 50%;
  }
  .cid-t6enP7PtS8 .layer {
    display: block;
  }
}
@media (min-width: 1200px) {
  .cid-t6enP7PtS8 .text-content {
    width: 570px;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-t6enP7PtS8 .container-full-width .layer {
    right: 2.6rem;
    height: 33rem;
  }
  .cid-t6enP7PtS8 .column-content {
    height: 33rem;
  }
}
.cid-t6enP7PtS8 .mbr-text,
.cid-t6enP7PtS8 .mbr-section-btn {
  color: #767676;
  text-align: center;
}
.cid-saM7A3WHu4 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-saM7A3WHu4 .google-map {
  height: 25rem;
  position: relative;
}
.cid-saM7A3WHu4 .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-saM7A3WHu4 .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-saM7A3WHu4 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-saM7A3WHu4 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-saM7A3WHu4 .container-fluid {
  padding: 0;
}
.cid-saM7A3WHu4 .relative {
  position: relative;
  width: 100%;
}
.cid-saM7A3WHu4 .mbr-section-title {
  color: #656565;
}
.cid-saM7A3WHu4 .block {
  background: rgba(50, 50, 50, 0.8);
  position: absolute;
  padding: 2rem;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  width: 400px;
  height: 100%;
  top: 0;
  right: 0;
}
.cid-saM7A3WHu4 .line {
  height: 3px;
  width: 60px;
  background: #ffffff;
  margin: auto;
  margin-bottom: 1rem;
  margin-top: 1rem;
}
.cid-saM7A3WHu4 .title {
  text-align: center;
  color: #ffffff;
}
.cid-saM7A3WHu4 .text {
  text-align: center;
  color: #ffffff;
  line-height: 1.5;
}
@media (max-width: 576px) {
  .cid-saM7A3WHu4 .block {
    position: relative;
    width: 100%;
    height: auto;
    padding: 6rem 2rem;
  }
}
.cid-t6enS62lT7 {
  padding-top: 60px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/65479-1-2000x1125.jpg");
}
.cid-t6enS62lT7 *:focus {
  outline: none;
}
.cid-t6enS62lT7 .form-control {
  width: 100%;
  min-height: auto;
  color: #ffffff !important;
  border: none;
  border-radius: 0 !important;
  background-color: transparent;
  padding: .5rem 0rem;
  border-bottom: 1px solid #ffffff;
  box-shadow: none;
}
.cid-t6enS62lT7 .form-control:focus {
  outline: none;
  box-shadow: none;
}
.cid-t6enS62lT7 input::-webkit-input-placeholder {
  color: #ffffff;
}
.cid-t6enS62lT7 input::-moz-placeholder {
  color: #ffffff;
}
.cid-t6enS62lT7 textarea::-webkit-input-placeholder {
  color: #ffffff;
}
.cid-t6enS62lT7 textarea::-moz-placeholder {
  color: #ffffff;
}
.cid-t6enS62lT7 .soc-item {
  margin: 0 .1rem .2rem .1rem;
  display: inline-flex;
  width: 46px;
  height: 46px;
  justify-content: center;
  align-items: center;
  border: 1px solid #66458e;
  border-radius: 50%;
}
.cid-t6enS62lT7 .soc-item:hover {
  opacity: .5;
}
.cid-t6enS62lT7 .soc-item .socicon {
  font-size: 1.5rem;
  color: #66458e;
}
.cid-t6enS62lT7 .days-column,
.cid-t6enS62lT7 .hours-column {
  display: inline-block;
}
.cid-t6enS62lT7 .days-column span,
.cid-t6enS62lT7 .hours-column span {
  display: block;
}
.cid-t6enS62lT7 .input-group-btn {
  display: block;
}
@media (max-width: 767px) {
  .cid-t6enS62lT7 .days-column {
    padding-right: 0 !important;
  }
  .cid-t6enS62lT7 .hours-column {
    max-width: 50% !important;
  }
  .cid-t6enS62lT7 .opening-hours {
    padding-bottom: 48px !important;
  }
}
.cid-t6enS62lT7 .follow-title,
.cid-t6enS62lT7 .social-list {
  text-align: center;
}
.cid-t6enS62lT7 .opening-hours-title,
.cid-t6enS62lT7 .opening-hours DIV {
  text-align: left;
}
.cid-t6enS62lT7 .hours-column {
  color: #ffffff;
  text-align: center;
}
.cid-t6enS62lT7 .days-column {
  color: #ffffff;
}
.cid-t6enS62lT7 .opening-hours-title,
.cid-t6enS62lT7 .opening-hours {
  color: #ffffff;
  text-align: center;
}
.cid-t6enS62lT7 H3 {
  color: #ffffff;
}
.cid-t6enS62lT7 .address-title,
.cid-t6enS62lT7 .address-block {
  color: #ffffff;
}
.cid-t6enS62lT7 .contacts-title,
.cid-t6enS62lT7 .contacts-block {
  color: #ffffff;
}
.cid-t6enS62lT7 LABEL {
  color: #ffffff;
}
.cid-suFQfDLxUJ {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #149dcc;
}
.cid-suFQfDLxUJ .row {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-suFQfDLxUJ .text-black {
  font-weight: 800;
  letter-spacing: 0.1em;
}
.cid-suFQfDLxUJ .btn {
  margin-bottom: 2rem;
}
.cid-suFQfDLxUJ .mbr-text {
  color: #444;
  font-weight: 600;
  letter-spacing: 0.1em;
}
.cid-suFQfDLxUJ .social-list {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  padding-left: 0;
  margin-bottom: 25px;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-suFQfDLxUJ .social-list .mbr-iconfont-social {
  font-size: 2rem;
  color: black;
}
.cid-suFQfDLxUJ .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-suFQfDLxUJ .social-list a {
  margin: 0;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-suFQfDLxUJ .social-list a:hover {
  opacity: .4;
}
@media (max-width: 767px) {
  .cid-suFQfDLxUJ .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 575px) {
  .cid-suFQfDLxUJ .mbr-text {
    text-align: center;
    margin-bottom: 2rem;
  }
}
.cid-suFQfDLxUJ .links {
  color: #ffffff;
  text-align: center;
}
.cid-saM7A5Tb8J .navbar {
  background: #232323;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-saM7A5Tb8J .navbar-dropdown.bg-color.transparent.opened {
  background: #232323;
}
.cid-saM7A5Tb8J a {
  font-style: normal;
}
.cid-saM7A5Tb8J .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-saM7A5Tb8J .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-saM7A5Tb8J .nav-item:focus,
.cid-saM7A5Tb8J .nav-link:focus {
  outline: none;
}
.cid-saM7A5Tb8J .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-saM7A5Tb8J .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-saM7A5Tb8J .menu-logo {
  margin-right: auto;
}
.cid-saM7A5Tb8J .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-saM7A5Tb8J .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-saM7A5Tb8J .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-saM7A5Tb8J .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-saM7A5Tb8J .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-saM7A5Tb8J .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-saM7A5Tb8J .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-saM7A5Tb8J .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-saM7A5Tb8J .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-saM7A5Tb8J .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-saM7A5Tb8J .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-saM7A5Tb8J .dropdown .dropdown-menu {
  background: #232323;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-saM7A5Tb8J .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-saM7A5Tb8J .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-saM7A5Tb8J .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-saM7A5Tb8J .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-saM7A5Tb8J .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-saM7A5Tb8J .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-saM7A5Tb8J .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-saM7A5Tb8J .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-saM7A5Tb8J .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-saM7A5Tb8J .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-saM7A5Tb8J .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-saM7A5Tb8J button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-saM7A5Tb8J button.navbar-toggler:focus {
  outline: none;
}
.cid-saM7A5Tb8J button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-saM7A5Tb8J button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-saM7A5Tb8J button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-saM7A5Tb8J button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-saM7A5Tb8J button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-saM7A5Tb8J nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-saM7A5Tb8J nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-saM7A5Tb8J nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-saM7A5Tb8J nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-saM7A5Tb8J .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-saM7A5Tb8J .collapsed .btn {
  display: -webkit-flex;
}
.cid-saM7A5Tb8J .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-saM7A5Tb8J .collapsed .navbar-collapse.collapsing,
.cid-saM7A5Tb8J .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-saM7A5Tb8J .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-saM7A5Tb8J .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-saM7A5Tb8J .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-saM7A5Tb8J .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-saM7A5Tb8J .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-saM7A5Tb8J .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-saM7A5Tb8J .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-saM7A5Tb8J .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-saM7A5Tb8J .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-saM7A5Tb8J .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-saM7A5Tb8J .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-saM7A5Tb8J .collapsed button.navbar-toggler {
  display: block;
}
.cid-saM7A5Tb8J .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-saM7A5Tb8J .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-saM7A5Tb8J .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-saM7A5Tb8J .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-saM7A5Tb8J .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-saM7A5Tb8J .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-saM7A5Tb8J.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-saM7A5Tb8J img {
    height: 3.8rem !important;
  }
  .cid-saM7A5Tb8J .btn {
    display: -webkit-flex;
  }
  .cid-saM7A5Tb8J button.navbar-toggler {
    display: block;
  }
  .cid-saM7A5Tb8J .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-saM7A5Tb8J .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-saM7A5Tb8J .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-saM7A5Tb8J .navbar-collapse.collapsing,
  .cid-saM7A5Tb8J .navbar-collapse.show {
    display: block !important;
  }
  .cid-saM7A5Tb8J .navbar-collapse.collapsing .navbar-nav,
  .cid-saM7A5Tb8J .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-saM7A5Tb8J .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-saM7A5Tb8J .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-saM7A5Tb8J .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-saM7A5Tb8J .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-saM7A5Tb8J .navbar-collapse.collapsing .navbar-buttons,
  .cid-saM7A5Tb8J .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-saM7A5Tb8J .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-saM7A5Tb8J .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-saM7A5Tb8J .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-saM7A5Tb8J .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-saM7A5Tb8J .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-saM7A5Tb8J .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-saM7A5Tb8J .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-saM7A5Tb8J .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-saM7A5Tb8J .nav-link:hover,
.cid-saM7A5Tb8J .dropdown-item:hover {
  color: #149dcc !important;
}
.cid-rB2n0BYisp {
  padding-top: 75px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/1008-2000x1335.jpg");
}
.cid-rB2oAJ5n3u {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rB2oAJ5n3u h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-rB2oAJ5n3u p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
}
.cid-rB2oAJ5n3u .mbr-section-btn {
  padding-top: 2.5rem;
}
.cid-rB2oAJ5n3u .mbr-section-btn a {
  margin: 0;
}
.cid-rB2oAJ5n3u .mbr-text {
  color: #767676;
}
.cid-rB2oAJ5n3u .card-wrapper {
  height: 100%;
}
@media (max-width: 767px) {
  .cid-rB2oAJ5n3u .card:not(.last-child) {
    padding-bottom: 2rem;
  }
}
.cid-rB2oAJ5n3u .card-title {
  text-align: center;
}
.cid-rB2oAJ5n3u .mbr-text,
.cid-rB2oAJ5n3u .mbr-section-btn {
  text-align: center;
}
.cid-rB2oAJ5n3u H2 {
  text-align: center;
}
.cid-sbn8OCoggW {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sbn8OCoggW h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-sbn8OCoggW p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
  padding-top: 2rem;
}
.cid-sbn8OCoggW .mbr-section-btn {
  padding-top: 2.5rem;
}
.cid-sbn8OCoggW .mbr-section-btn a {
  margin: 0;
}
.cid-sbn8OCoggW .mbr-text {
  color: #767676;
}
.cid-sbn8OCoggW .card-wrapper {
  height: 100%;
}
@media (max-width: 767px) {
  .cid-sbn8OCoggW .card:not(.last-child) {
    padding-bottom: 2rem;
  }
}
.cid-sbn8OCoggW .card-title {
  text-align: center;
}
.cid-sbn8OCoggW .mbr-text,
.cid-sbn8OCoggW .mbr-section-btn {
  text-align: center;
}
.cid-sbn8OCoggW H2 {
  text-align: left;
}
.cid-sbnBO9qymK {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sbnBO9qymK h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-sbnBO9qymK p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
  padding-top: 2rem;
}
.cid-sbnBO9qymK .mbr-section-btn {
  padding-top: 2.5rem;
}
.cid-sbnBO9qymK .mbr-section-btn a {
  margin: 0;
}
.cid-sbnBO9qymK .mbr-text {
  color: #767676;
}
.cid-sbnBO9qymK .card-wrapper {
  height: 100%;
}
@media (max-width: 767px) {
  .cid-sbnBO9qymK .card:not(.last-child) {
    padding-bottom: 2rem;
  }
}
.cid-sbnBO9qymK .card-title {
  text-align: center;
}
.cid-sbnBO9qymK .mbr-text,
.cid-sbnBO9qymK .mbr-section-btn {
  text-align: center;
}
.cid-sbnBO9qymK H2 {
  text-align: left;
}
.cid-t6eo3bWBg7 {
  padding-top: 15px;
  padding-bottom: 60px;
  background-color: #232323;
}
.cid-t6eo3bWBg7 .mbr-section-subtitle {
  color: #767676;
}
.cid-t6eo3bWBg7 .container-table {
  margin: 0 auto;
}
.cid-t6eo3bWBg7 .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-t6eo3bWBg7 .dataTables_wrapper {
  display: block;
}
.cid-t6eo3bWBg7 .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-t6eo3bWBg7 .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-t6eo3bWBg7 table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #232323;
  margin-bottom: 0;
}
.cid-t6eo3bWBg7 table th {
  border-top: none;
  transition: all .2s;
  border-bottom: none;
}
.cid-t6eo3bWBg7 table th:hover {
  background: #232323;
  color: #ffffff;
}
.cid-t6eo3bWBg7 table td {
  border-top: 1px solid #232323;
}
.cid-t6eo3bWBg7 table.table {
  background: #ffffff;
}
.cid-t6eo3bWBg7 .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-t6eo3bWBg7 .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-t6eo3bWBg7 .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-t6eo3bWBg7 .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-t6eo3bWBg7 .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-t6eo3bWBg7 .dataTables_filter {
    text-align: center;
  }
  .cid-t6eo3bWBg7 .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-t6eo3bWBg7 .body-item {
  text-align: center;
}
.cid-t6eo3bWBg7 .head-item {
  text-align: center;
}
.cid-t6eo3bWBg7 .mbr-section-title {
  color: #ffffff;
}
.cid-t6eo7J6hRU {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #fcfcfc;
}
.cid-t6eo7J6hRU .mbr-section-title,
.cid-t6eo7J6hRU .mbr-section-subtitle {
  color: #000000;
}
.cid-t6eo7J6hRU .mbr-section-text {
  color: #232323;
}
.cid-t6eo7J6hRU .mbr-text,
.cid-t6eo7J6hRU .typed-text,
.cid-t6eo7J6hRU .mbr-section-text {
  letter-spacing: 0.03rem;
}
.cid-t6eo7J6hRU .btn {
  margin-left: 4px !important;
}
.cid-t6eo7J6hRU .animated-element {
  color: #8db14c;
}
.cid-t6eo7J6hRU .typed-cursor {
  opacity: 1;
  -webkit-animation: blink 0.7s infinite;
  -moz-animation: blink 0.7s infinite;
  animation: blink 0.7s infinite;
  color: #8db14c;
}
.cid-t6eo7J6hRU .mbr-figure {
  border-radius: .25rem;
  overflow: hidden;
}
@media (max-width: 767px) {
  .cid-t6eo7J6hRU .typed-text,
  .cid-t6eo7J6hRU .mbr-section-subtitle,
  .cid-t6eo7J6hRU .mbr-section-text,
  .cid-t6eo7J6hRU .mbr-section-btn {
    text-align: center !important;
  }
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.cid-t6eo7J6hRU .mbr-section-subtitle,
.cid-t6eo7J6hRU .typed-text {
  color: #232323;
}
.cid-t6eo7J6hRU .mbr-section-text,
.cid-t6eo7J6hRU .mbr-section-btn {
  color: #232323;
}
.cid-t61ycd8jtc {
  text-align: center;
  overflow: hidden;
}
.cid-t61ycd8jtc .custom-widget svg {
  width: 65px;
  height: 65px;
  color: #777;
  fill: #777;
  margin-top: 2rem;
  margin-bottom: 3rem;
}
.cid-rXM1gRk84E {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rXM1gRk84E .google-map {
  height: 25rem;
  position: relative;
}
.cid-rXM1gRk84E .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-rXM1gRk84E .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-rXM1gRk84E .google-map[data-state] {
  background: #e9e5dc;
}
.cid-rXM1gRk84E .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-rXM1gRk84E .container-fluid {
  padding: 0;
}
.cid-rXM1gRk84E .relative {
  position: relative;
  width: 100%;
}
.cid-rXM1gRk84E .mbr-section-title {
  color: #656565;
}
.cid-rXM1gRk84E .block {
  background: rgba(50, 50, 50, 0.8);
  position: absolute;
  padding: 2rem;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  width: 400px;
  height: 100%;
  top: 0;
  right: 0;
}
.cid-rXM1gRk84E .line {
  height: 3px;
  width: 60px;
  background: #ffffff;
  margin: auto;
  margin-bottom: 1rem;
  margin-top: 1rem;
}
.cid-rXM1gRk84E .title {
  text-align: center;
  color: #ffffff;
}
.cid-rXM1gRk84E .text {
  text-align: center;
  color: #ffffff;
  line-height: 1.5;
}
@media (max-width: 576px) {
  .cid-rXM1gRk84E .block {
    position: relative;
    width: 100%;
    height: auto;
    padding: 6rem 2rem;
  }
}
.cid-t6eocZIQuN {
  padding-top: 60px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/65479-1-2000x1125.jpg");
}
.cid-t6eocZIQuN *:focus {
  outline: none;
}
.cid-t6eocZIQuN .form-control {
  width: 100%;
  min-height: auto;
  color: #ffffff !important;
  border: none;
  border-radius: 0 !important;
  background-color: transparent;
  padding: .5rem 0rem;
  border-bottom: 1px solid #ffffff;
  box-shadow: none;
}
.cid-t6eocZIQuN .form-control:focus {
  outline: none;
  box-shadow: none;
}
.cid-t6eocZIQuN input::-webkit-input-placeholder {
  color: #ffffff;
}
.cid-t6eocZIQuN input::-moz-placeholder {
  color: #ffffff;
}
.cid-t6eocZIQuN textarea::-webkit-input-placeholder {
  color: #ffffff;
}
.cid-t6eocZIQuN textarea::-moz-placeholder {
  color: #ffffff;
}
.cid-t6eocZIQuN .soc-item {
  margin: 0 .1rem .2rem .1rem;
  display: inline-flex;
  width: 46px;
  height: 46px;
  justify-content: center;
  align-items: center;
  border: 1px solid #66458e;
  border-radius: 50%;
}
.cid-t6eocZIQuN .soc-item:hover {
  opacity: .5;
}
.cid-t6eocZIQuN .soc-item .socicon {
  font-size: 1.5rem;
  color: #66458e;
}
.cid-t6eocZIQuN .days-column,
.cid-t6eocZIQuN .hours-column {
  display: inline-block;
}
.cid-t6eocZIQuN .days-column span,
.cid-t6eocZIQuN .hours-column span {
  display: block;
}
.cid-t6eocZIQuN .input-group-btn {
  display: block;
}
@media (max-width: 767px) {
  .cid-t6eocZIQuN .days-column {
    padding-right: 0 !important;
  }
  .cid-t6eocZIQuN .hours-column {
    max-width: 50% !important;
  }
  .cid-t6eocZIQuN .opening-hours {
    padding-bottom: 48px !important;
  }
}
.cid-t6eocZIQuN .follow-title,
.cid-t6eocZIQuN .social-list {
  text-align: center;
}
.cid-t6eocZIQuN .opening-hours-title,
.cid-t6eocZIQuN .opening-hours DIV {
  text-align: left;
}
.cid-t6eocZIQuN .hours-column {
  color: #ffffff;
  text-align: center;
}
.cid-t6eocZIQuN .days-column {
  color: #ffffff;
}
.cid-t6eocZIQuN .opening-hours-title,
.cid-t6eocZIQuN .opening-hours {
  color: #ffffff;
  text-align: center;
}
.cid-t6eocZIQuN H3 {
  color: #ffffff;
}
.cid-t6eocZIQuN .address-title,
.cid-t6eocZIQuN .address-block {
  color: #ffffff;
}
.cid-t6eocZIQuN .contacts-title,
.cid-t6eocZIQuN .contacts-block {
  color: #ffffff;
}
.cid-t6eocZIQuN LABEL {
  color: #ffffff;
}
.cid-suFQmNJBhE {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #149dcc;
}
.cid-suFQmNJBhE .row {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-suFQmNJBhE .text-black {
  font-weight: 800;
  letter-spacing: 0.1em;
}
.cid-suFQmNJBhE .btn {
  margin-bottom: 2rem;
}
.cid-suFQmNJBhE .mbr-text {
  color: #444;
  font-weight: 600;
  letter-spacing: 0.1em;
}
.cid-suFQmNJBhE .social-list {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  padding-left: 0;
  margin-bottom: 25px;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-suFQmNJBhE .social-list .mbr-iconfont-social {
  font-size: 2rem;
  color: black;
}
.cid-suFQmNJBhE .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-suFQmNJBhE .social-list a {
  margin: 0;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-suFQmNJBhE .social-list a:hover {
  opacity: .4;
}
@media (max-width: 767px) {
  .cid-suFQmNJBhE .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 575px) {
  .cid-suFQmNJBhE .mbr-text {
    text-align: center;
    margin-bottom: 2rem;
  }
}
.cid-suFQmNJBhE .links {
  color: #ffffff;
  text-align: center;
}
.cid-rYlk6eG0RA .navbar {
  background: #232323;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-rYlk6eG0RA .navbar-dropdown.bg-color.transparent.opened {
  background: #232323;
}
.cid-rYlk6eG0RA a {
  font-style: normal;
}
.cid-rYlk6eG0RA .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-rYlk6eG0RA .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-rYlk6eG0RA .nav-item:focus,
.cid-rYlk6eG0RA .nav-link:focus {
  outline: none;
}
.cid-rYlk6eG0RA .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-rYlk6eG0RA .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-rYlk6eG0RA .menu-logo {
  margin-right: auto;
}
.cid-rYlk6eG0RA .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rYlk6eG0RA .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-rYlk6eG0RA .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-rYlk6eG0RA .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-rYlk6eG0RA .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-rYlk6eG0RA .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-rYlk6eG0RA .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-rYlk6eG0RA .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-rYlk6eG0RA .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-rYlk6eG0RA .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-rYlk6eG0RA .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-rYlk6eG0RA .dropdown .dropdown-menu {
  background: #232323;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-rYlk6eG0RA .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-rYlk6eG0RA .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rYlk6eG0RA .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-rYlk6eG0RA .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rYlk6eG0RA .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-rYlk6eG0RA .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-rYlk6eG0RA .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-rYlk6eG0RA .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-rYlk6eG0RA .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-rYlk6eG0RA .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-rYlk6eG0RA .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-rYlk6eG0RA button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-rYlk6eG0RA button.navbar-toggler:focus {
  outline: none;
}
.cid-rYlk6eG0RA button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-rYlk6eG0RA button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rYlk6eG0RA button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rYlk6eG0RA button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rYlk6eG0RA button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rYlk6eG0RA nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rYlk6eG0RA nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rYlk6eG0RA nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rYlk6eG0RA nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rYlk6eG0RA .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rYlk6eG0RA .collapsed .btn {
  display: -webkit-flex;
}
.cid-rYlk6eG0RA .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-rYlk6eG0RA .collapsed .navbar-collapse.collapsing,
.cid-rYlk6eG0RA .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-rYlk6eG0RA .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-rYlk6eG0RA .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-rYlk6eG0RA .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-rYlk6eG0RA .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-rYlk6eG0RA .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-rYlk6eG0RA .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-rYlk6eG0RA .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-rYlk6eG0RA .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-rYlk6eG0RA .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-rYlk6eG0RA .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-rYlk6eG0RA .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-rYlk6eG0RA .collapsed button.navbar-toggler {
  display: block;
}
.cid-rYlk6eG0RA .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-rYlk6eG0RA .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rYlk6eG0RA .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-rYlk6eG0RA .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-rYlk6eG0RA .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-rYlk6eG0RA .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-rYlk6eG0RA.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rYlk6eG0RA img {
    height: 3.8rem !important;
  }
  .cid-rYlk6eG0RA .btn {
    display: -webkit-flex;
  }
  .cid-rYlk6eG0RA button.navbar-toggler {
    display: block;
  }
  .cid-rYlk6eG0RA .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-rYlk6eG0RA .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rYlk6eG0RA .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-rYlk6eG0RA .navbar-collapse.collapsing,
  .cid-rYlk6eG0RA .navbar-collapse.show {
    display: block !important;
  }
  .cid-rYlk6eG0RA .navbar-collapse.collapsing .navbar-nav,
  .cid-rYlk6eG0RA .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-rYlk6eG0RA .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-rYlk6eG0RA .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-rYlk6eG0RA .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-rYlk6eG0RA .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-rYlk6eG0RA .navbar-collapse.collapsing .navbar-buttons,
  .cid-rYlk6eG0RA .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-rYlk6eG0RA .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-rYlk6eG0RA .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-rYlk6eG0RA .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-rYlk6eG0RA .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-rYlk6eG0RA .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-rYlk6eG0RA .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-rYlk6eG0RA .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-rYlk6eG0RA .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-rYlk6eG0RA .nav-link:hover,
.cid-rYlk6eG0RA .dropdown-item:hover {
  color: #149dcc !important;
}
.cid-rB2rrJT9XB {
  padding-top: 75px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/1008-2000x1335.jpg");
}
.cid-rB2rrL7QPY {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rB2rrL7QPY h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-rB2rrL7QPY p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
}
.cid-rB2rrL7QPY .mbr-section-btn {
  padding-top: 2.5rem;
}
.cid-rB2rrL7QPY .mbr-section-btn a {
  margin: 0;
}
.cid-rB2rrL7QPY .mbr-text {
  color: #767676;
}
.cid-rB2rrL7QPY .card-wrapper {
  height: 100%;
}
@media (max-width: 767px) {
  .cid-rB2rrL7QPY .card:not(.last-child) {
    padding-bottom: 2rem;
  }
}
.cid-rB2rrL7QPY .card-title {
  text-align: center;
}
.cid-rB2rrL7QPY .mbr-text,
.cid-rB2rrL7QPY .mbr-section-btn {
  text-align: center;
}
.cid-rB2rrL7QPY H2 {
  text-align: center;
}
.cid-suvUzaQDip {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-suvUzaQDip h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-suvUzaQDip p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
}
.cid-suvUzaQDip .mbr-section-btn {
  padding-top: 2.5rem;
}
.cid-suvUzaQDip .mbr-section-btn a {
  margin: 0;
}
.cid-suvUzaQDip .mbr-text {
  color: #767676;
}
.cid-suvUzaQDip .card-wrapper {
  height: 100%;
}
@media (max-width: 767px) {
  .cid-suvUzaQDip .card:not(.last-child) {
    padding-bottom: 2rem;
  }
}
.cid-suvUzaQDip .card-title {
  text-align: center;
}
.cid-suvUzaQDip .mbr-text,
.cid-suvUzaQDip .mbr-section-btn {
  text-align: center;
}
.cid-suvUzaQDip H2 {
  text-align: center;
}
.cid-t6eoswHyiG {
  padding-top: 15px;
  padding-bottom: 60px;
  background-color: #232323;
}
.cid-t6eoswHyiG .mbr-section-subtitle {
  color: #767676;
}
.cid-t6eoswHyiG .container-table {
  margin: 0 auto;
}
.cid-t6eoswHyiG .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-t6eoswHyiG .dataTables_wrapper {
  display: block;
}
.cid-t6eoswHyiG .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-t6eoswHyiG .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-t6eoswHyiG table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #232323;
  margin-bottom: 0;
}
.cid-t6eoswHyiG table th {
  border-top: none;
  transition: all .2s;
  border-bottom: none;
}
.cid-t6eoswHyiG table th:hover {
  background: #232323;
  color: #ffffff;
}
.cid-t6eoswHyiG table td {
  border-top: 1px solid #232323;
}
.cid-t6eoswHyiG table.table {
  background: #ffffff;
}
.cid-t6eoswHyiG .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-t6eoswHyiG .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-t6eoswHyiG .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-t6eoswHyiG .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-t6eoswHyiG .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-t6eoswHyiG .dataTables_filter {
    text-align: center;
  }
  .cid-t6eoswHyiG .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-t6eoswHyiG .body-item {
  text-align: center;
}
.cid-t6eoswHyiG .head-item {
  text-align: center;
}
.cid-t6eoswHyiG .mbr-section-title {
  color: #ffffff;
}
.cid-t61yfossbD {
  text-align: center;
  overflow: hidden;
}
.cid-t61yfossbD .custom-widget svg {
  width: 65px;
  height: 65px;
  color: #777;
  fill: #777;
  margin-top: 2rem;
  margin-bottom: 3rem;
}
.cid-suYEUNYenS {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #fcfcfc;
}
.cid-suYEUNYenS .mbr-section-title,
.cid-suYEUNYenS .mbr-section-subtitle {
  color: #000000;
}
.cid-suYEUNYenS .mbr-section-text {
  color: #232323;
}
.cid-suYEUNYenS .mbr-text,
.cid-suYEUNYenS .typed-text,
.cid-suYEUNYenS .mbr-section-text {
  letter-spacing: 0.03rem;
}
.cid-suYEUNYenS .btn {
  margin-left: 4px !important;
}
.cid-suYEUNYenS .animated-element {
  color: #8db14c;
}
.cid-suYEUNYenS .typed-cursor {
  opacity: 1;
  -webkit-animation: blink 0.7s infinite;
  -moz-animation: blink 0.7s infinite;
  animation: blink 0.7s infinite;
  color: #8db14c;
}
.cid-suYEUNYenS .mbr-figure {
  border-radius: .25rem;
  overflow: hidden;
}
@media (max-width: 767px) {
  .cid-suYEUNYenS .typed-text,
  .cid-suYEUNYenS .mbr-section-subtitle,
  .cid-suYEUNYenS .mbr-section-text,
  .cid-suYEUNYenS .mbr-section-btn {
    text-align: center !important;
  }
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.cid-suYEUNYenS .mbr-section-subtitle,
.cid-suYEUNYenS .typed-text {
  color: #232323;
}
.cid-suYEUNYenS .mbr-section-text,
.cid-suYEUNYenS .mbr-section-btn {
  color: #232323;
}
.cid-rXM1x86q16 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rXM1x86q16 .google-map {
  height: 25rem;
  position: relative;
}
.cid-rXM1x86q16 .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-rXM1x86q16 .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-rXM1x86q16 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-rXM1x86q16 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-rXM1x86q16 .container-fluid {
  padding: 0;
}
.cid-rXM1x86q16 .relative {
  position: relative;
  width: 100%;
}
.cid-rXM1x86q16 .mbr-section-title {
  color: #656565;
}
.cid-rXM1x86q16 .block {
  background: rgba(50, 50, 50, 0.8);
  position: absolute;
  padding: 2rem;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  width: 400px;
  height: 100%;
  top: 0;
  right: 0;
}
.cid-rXM1x86q16 .line {
  height: 3px;
  width: 60px;
  background: #ffffff;
  margin: auto;
  margin-bottom: 1rem;
  margin-top: 1rem;
}
.cid-rXM1x86q16 .title {
  text-align: center;
  color: #ffffff;
}
.cid-rXM1x86q16 .text {
  text-align: center;
  color: #ffffff;
  line-height: 1.5;
}
@media (max-width: 576px) {
  .cid-rXM1x86q16 .block {
    position: relative;
    width: 100%;
    height: auto;
    padding: 6rem 2rem;
  }
}
.cid-t6eoyArkYv {
  padding-top: 60px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/65479-1-2000x1125.jpg");
}
.cid-t6eoyArkYv *:focus {
  outline: none;
}
.cid-t6eoyArkYv .form-control {
  width: 100%;
  min-height: auto;
  color: #ffffff !important;
  border: none;
  border-radius: 0 !important;
  background-color: transparent;
  padding: .5rem 0rem;
  border-bottom: 1px solid #ffffff;
  box-shadow: none;
}
.cid-t6eoyArkYv .form-control:focus {
  outline: none;
  box-shadow: none;
}
.cid-t6eoyArkYv input::-webkit-input-placeholder {
  color: #ffffff;
}
.cid-t6eoyArkYv input::-moz-placeholder {
  color: #ffffff;
}
.cid-t6eoyArkYv textarea::-webkit-input-placeholder {
  color: #ffffff;
}
.cid-t6eoyArkYv textarea::-moz-placeholder {
  color: #ffffff;
}
.cid-t6eoyArkYv .soc-item {
  margin: 0 .1rem .2rem .1rem;
  display: inline-flex;
  width: 46px;
  height: 46px;
  justify-content: center;
  align-items: center;
  border: 1px solid #66458e;
  border-radius: 50%;
}
.cid-t6eoyArkYv .soc-item:hover {
  opacity: .5;
}
.cid-t6eoyArkYv .soc-item .socicon {
  font-size: 1.5rem;
  color: #66458e;
}
.cid-t6eoyArkYv .days-column,
.cid-t6eoyArkYv .hours-column {
  display: inline-block;
}
.cid-t6eoyArkYv .days-column span,
.cid-t6eoyArkYv .hours-column span {
  display: block;
}
.cid-t6eoyArkYv .input-group-btn {
  display: block;
}
@media (max-width: 767px) {
  .cid-t6eoyArkYv .days-column {
    padding-right: 0 !important;
  }
  .cid-t6eoyArkYv .hours-column {
    max-width: 50% !important;
  }
  .cid-t6eoyArkYv .opening-hours {
    padding-bottom: 48px !important;
  }
}
.cid-t6eoyArkYv .follow-title,
.cid-t6eoyArkYv .social-list {
  text-align: center;
}
.cid-t6eoyArkYv .opening-hours-title,
.cid-t6eoyArkYv .opening-hours DIV {
  text-align: left;
}
.cid-t6eoyArkYv .hours-column {
  color: #ffffff;
  text-align: center;
}
.cid-t6eoyArkYv .days-column {
  color: #ffffff;
}
.cid-t6eoyArkYv .opening-hours-title,
.cid-t6eoyArkYv .opening-hours {
  color: #ffffff;
  text-align: center;
}
.cid-t6eoyArkYv H3 {
  color: #ffffff;
}
.cid-t6eoyArkYv .address-title,
.cid-t6eoyArkYv .address-block {
  color: #ffffff;
}
.cid-t6eoyArkYv .contacts-title,
.cid-t6eoyArkYv .contacts-block {
  color: #ffffff;
}
.cid-t6eoyArkYv LABEL {
  color: #ffffff;
}
.cid-suFQxZUxtz {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #149dcc;
}
.cid-suFQxZUxtz .row {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-suFQxZUxtz .text-black {
  font-weight: 800;
  letter-spacing: 0.1em;
}
.cid-suFQxZUxtz .btn {
  margin-bottom: 2rem;
}
.cid-suFQxZUxtz .mbr-text {
  color: #444;
  font-weight: 600;
  letter-spacing: 0.1em;
}
.cid-suFQxZUxtz .social-list {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  padding-left: 0;
  margin-bottom: 25px;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-suFQxZUxtz .social-list .mbr-iconfont-social {
  font-size: 2rem;
  color: black;
}
.cid-suFQxZUxtz .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-suFQxZUxtz .social-list a {
  margin: 0;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-suFQxZUxtz .social-list a:hover {
  opacity: .4;
}
@media (max-width: 767px) {
  .cid-suFQxZUxtz .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 575px) {
  .cid-suFQxZUxtz .mbr-text {
    text-align: center;
    margin-bottom: 2rem;
  }
}
.cid-suFQxZUxtz .links {
  color: #ffffff;
  text-align: center;
}
.cid-rYlk6eG0RA .navbar {
  background: #232323;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-rYlk6eG0RA .navbar-dropdown.bg-color.transparent.opened {
  background: #232323;
}
.cid-rYlk6eG0RA a {
  font-style: normal;
}
.cid-rYlk6eG0RA .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-rYlk6eG0RA .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-rYlk6eG0RA .nav-item:focus,
.cid-rYlk6eG0RA .nav-link:focus {
  outline: none;
}
.cid-rYlk6eG0RA .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-rYlk6eG0RA .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-rYlk6eG0RA .menu-logo {
  margin-right: auto;
}
.cid-rYlk6eG0RA .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rYlk6eG0RA .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-rYlk6eG0RA .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-rYlk6eG0RA .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-rYlk6eG0RA .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-rYlk6eG0RA .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-rYlk6eG0RA .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-rYlk6eG0RA .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-rYlk6eG0RA .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-rYlk6eG0RA .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-rYlk6eG0RA .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-rYlk6eG0RA .dropdown .dropdown-menu {
  background: #232323;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-rYlk6eG0RA .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-rYlk6eG0RA .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rYlk6eG0RA .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-rYlk6eG0RA .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rYlk6eG0RA .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-rYlk6eG0RA .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-rYlk6eG0RA .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-rYlk6eG0RA .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-rYlk6eG0RA .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-rYlk6eG0RA .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-rYlk6eG0RA .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-rYlk6eG0RA button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-rYlk6eG0RA button.navbar-toggler:focus {
  outline: none;
}
.cid-rYlk6eG0RA button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-rYlk6eG0RA button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rYlk6eG0RA button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rYlk6eG0RA button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rYlk6eG0RA button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rYlk6eG0RA nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rYlk6eG0RA nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rYlk6eG0RA nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rYlk6eG0RA nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rYlk6eG0RA .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rYlk6eG0RA .collapsed .btn {
  display: -webkit-flex;
}
.cid-rYlk6eG0RA .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-rYlk6eG0RA .collapsed .navbar-collapse.collapsing,
.cid-rYlk6eG0RA .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-rYlk6eG0RA .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-rYlk6eG0RA .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-rYlk6eG0RA .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-rYlk6eG0RA .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-rYlk6eG0RA .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-rYlk6eG0RA .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-rYlk6eG0RA .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-rYlk6eG0RA .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-rYlk6eG0RA .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-rYlk6eG0RA .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-rYlk6eG0RA .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-rYlk6eG0RA .collapsed button.navbar-toggler {
  display: block;
}
.cid-rYlk6eG0RA .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-rYlk6eG0RA .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rYlk6eG0RA .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-rYlk6eG0RA .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-rYlk6eG0RA .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-rYlk6eG0RA .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-rYlk6eG0RA.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rYlk6eG0RA img {
    height: 3.8rem !important;
  }
  .cid-rYlk6eG0RA .btn {
    display: -webkit-flex;
  }
  .cid-rYlk6eG0RA button.navbar-toggler {
    display: block;
  }
  .cid-rYlk6eG0RA .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-rYlk6eG0RA .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rYlk6eG0RA .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-rYlk6eG0RA .navbar-collapse.collapsing,
  .cid-rYlk6eG0RA .navbar-collapse.show {
    display: block !important;
  }
  .cid-rYlk6eG0RA .navbar-collapse.collapsing .navbar-nav,
  .cid-rYlk6eG0RA .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-rYlk6eG0RA .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-rYlk6eG0RA .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-rYlk6eG0RA .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-rYlk6eG0RA .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-rYlk6eG0RA .navbar-collapse.collapsing .navbar-buttons,
  .cid-rYlk6eG0RA .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-rYlk6eG0RA .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-rYlk6eG0RA .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-rYlk6eG0RA .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-rYlk6eG0RA .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-rYlk6eG0RA .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-rYlk6eG0RA .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-rYlk6eG0RA .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-rYlk6eG0RA .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-rYlk6eG0RA .nav-link:hover,
.cid-rYlk6eG0RA .dropdown-item:hover {
  color: #149dcc !important;
}
.cid-rB3xgeOLmS {
  padding-top: 75px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/1008-2000x1335.jpg");
}
.cid-rY9upuKOQp {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rY9upuKOQp h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-rY9upuKOQp p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
}
.cid-rY9upuKOQp .mbr-section-btn {
  padding-top: 2.5rem;
}
.cid-rY9upuKOQp .mbr-section-btn a {
  margin: 0;
}
.cid-rY9upuKOQp .mbr-text {
  color: #767676;
}
.cid-rY9upuKOQp .card-wrapper {
  height: 100%;
}
@media (max-width: 767px) {
  .cid-rY9upuKOQp .card:not(.last-child) {
    padding-bottom: 2rem;
  }
}
.cid-rY9upuKOQp .card-title {
  text-align: center;
}
.cid-rY9upuKOQp .mbr-text,
.cid-rY9upuKOQp .mbr-section-btn {
  text-align: center;
}
.cid-rY9upuKOQp H2 {
  text-align: center;
}
.cid-t6eqXWdccb {
  padding-top: 15px;
  padding-bottom: 60px;
  background-color: #232323;
}
.cid-t6eqXWdccb .mbr-section-subtitle {
  color: #767676;
}
.cid-t6eqXWdccb .container-table {
  margin: 0 auto;
}
.cid-t6eqXWdccb .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-t6eqXWdccb .dataTables_wrapper {
  display: block;
}
.cid-t6eqXWdccb .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-t6eqXWdccb .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-t6eqXWdccb table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #232323;
  margin-bottom: 0;
}
.cid-t6eqXWdccb table th {
  border-top: none;
  transition: all .2s;
  border-bottom: none;
}
.cid-t6eqXWdccb table th:hover {
  background: #232323;
  color: #ffffff;
}
.cid-t6eqXWdccb table td {
  border-top: 1px solid #232323;
}
.cid-t6eqXWdccb table.table {
  background: #ffffff;
}
.cid-t6eqXWdccb .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-t6eqXWdccb .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-t6eqXWdccb .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-t6eqXWdccb .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-t6eqXWdccb .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-t6eqXWdccb .dataTables_filter {
    text-align: center;
  }
  .cid-t6eqXWdccb .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-t6eqXWdccb .body-item {
  text-align: center;
}
.cid-t6eqXWdccb .head-item {
  text-align: center;
}
.cid-t6eqXWdccb .mbr-section-title {
  color: #ffffff;
}
.cid-t61ykR04eh {
  text-align: center;
  overflow: hidden;
}
.cid-t61ykR04eh .custom-widget svg {
  width: 65px;
  height: 65px;
  color: #777;
  fill: #777;
  margin-top: 2rem;
  margin-bottom: 3rem;
}
.cid-suYGgtguxa {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #fcfcfc;
}
.cid-suYGgtguxa .mbr-section-title,
.cid-suYGgtguxa .mbr-section-subtitle {
  color: #000000;
}
.cid-suYGgtguxa .mbr-section-text {
  color: #232323;
}
.cid-suYGgtguxa .mbr-text,
.cid-suYGgtguxa .typed-text,
.cid-suYGgtguxa .mbr-section-text {
  letter-spacing: 0.03rem;
}
.cid-suYGgtguxa .btn {
  margin-left: 4px !important;
}
.cid-suYGgtguxa .animated-element {
  color: #8db14c;
}
.cid-suYGgtguxa .typed-cursor {
  opacity: 1;
  -webkit-animation: blink 0.7s infinite;
  -moz-animation: blink 0.7s infinite;
  animation: blink 0.7s infinite;
  color: #8db14c;
}
.cid-suYGgtguxa .mbr-figure {
  border-radius: .25rem;
  overflow: hidden;
}
@media (max-width: 767px) {
  .cid-suYGgtguxa .typed-text,
  .cid-suYGgtguxa .mbr-section-subtitle,
  .cid-suYGgtguxa .mbr-section-text,
  .cid-suYGgtguxa .mbr-section-btn {
    text-align: center !important;
  }
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.cid-suYGgtguxa .mbr-section-subtitle,
.cid-suYGgtguxa .typed-text {
  color: #232323;
}
.cid-suYGgtguxa .mbr-section-text,
.cid-suYGgtguxa .mbr-section-btn {
  color: #232323;
}
.cid-rY9JeZluBI {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rY9JeZluBI .google-map {
  height: 25rem;
  position: relative;
}
.cid-rY9JeZluBI .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-rY9JeZluBI .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-rY9JeZluBI .google-map[data-state] {
  background: #e9e5dc;
}
.cid-rY9JeZluBI .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-rY9JeZluBI .container-fluid {
  padding: 0;
}
.cid-rY9JeZluBI .relative {
  position: relative;
  width: 100%;
}
.cid-rY9JeZluBI .mbr-section-title {
  color: #656565;
}
.cid-rY9JeZluBI .block {
  background: rgba(50, 50, 50, 0.8);
  position: absolute;
  padding: 2rem;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  width: 400px;
  height: 100%;
  top: 0;
  right: 0;
}
.cid-rY9JeZluBI .line {
  height: 3px;
  width: 60px;
  background: #ffffff;
  margin: auto;
  margin-bottom: 1rem;
  margin-top: 1rem;
}
.cid-rY9JeZluBI .title {
  text-align: center;
  color: #ffffff;
}
.cid-rY9JeZluBI .text {
  text-align: center;
  color: #ffffff;
  line-height: 1.5;
}
@media (max-width: 576px) {
  .cid-rY9JeZluBI .block {
    position: relative;
    width: 100%;
    height: auto;
    padding: 6rem 2rem;
  }
}
.cid-t6er65Ey2T {
  padding-top: 60px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/65479-1-2000x1125.jpg");
}
.cid-t6er65Ey2T *:focus {
  outline: none;
}
.cid-t6er65Ey2T .form-control {
  width: 100%;
  min-height: auto;
  color: #ffffff !important;
  border: none;
  border-radius: 0 !important;
  background-color: transparent;
  padding: .5rem 0rem;
  border-bottom: 1px solid #ffffff;
  box-shadow: none;
}
.cid-t6er65Ey2T .form-control:focus {
  outline: none;
  box-shadow: none;
}
.cid-t6er65Ey2T input::-webkit-input-placeholder {
  color: #ffffff;
}
.cid-t6er65Ey2T input::-moz-placeholder {
  color: #ffffff;
}
.cid-t6er65Ey2T textarea::-webkit-input-placeholder {
  color: #ffffff;
}
.cid-t6er65Ey2T textarea::-moz-placeholder {
  color: #ffffff;
}
.cid-t6er65Ey2T .soc-item {
  margin: 0 .1rem .2rem .1rem;
  display: inline-flex;
  width: 46px;
  height: 46px;
  justify-content: center;
  align-items: center;
  border: 1px solid #66458e;
  border-radius: 50%;
}
.cid-t6er65Ey2T .soc-item:hover {
  opacity: .5;
}
.cid-t6er65Ey2T .soc-item .socicon {
  font-size: 1.5rem;
  color: #66458e;
}
.cid-t6er65Ey2T .days-column,
.cid-t6er65Ey2T .hours-column {
  display: inline-block;
}
.cid-t6er65Ey2T .days-column span,
.cid-t6er65Ey2T .hours-column span {
  display: block;
}
.cid-t6er65Ey2T .input-group-btn {
  display: block;
}
@media (max-width: 767px) {
  .cid-t6er65Ey2T .days-column {
    padding-right: 0 !important;
  }
  .cid-t6er65Ey2T .hours-column {
    max-width: 50% !important;
  }
  .cid-t6er65Ey2T .opening-hours {
    padding-bottom: 48px !important;
  }
}
.cid-t6er65Ey2T .follow-title,
.cid-t6er65Ey2T .social-list {
  text-align: center;
}
.cid-t6er65Ey2T .opening-hours-title,
.cid-t6er65Ey2T .opening-hours DIV {
  text-align: left;
}
.cid-t6er65Ey2T .hours-column {
  color: #ffffff;
  text-align: center;
}
.cid-t6er65Ey2T .days-column {
  color: #ffffff;
}
.cid-t6er65Ey2T .opening-hours-title,
.cid-t6er65Ey2T .opening-hours {
  color: #ffffff;
  text-align: center;
}
.cid-t6er65Ey2T H3 {
  color: #ffffff;
}
.cid-t6er65Ey2T .address-title,
.cid-t6er65Ey2T .address-block {
  color: #ffffff;
}
.cid-t6er65Ey2T .contacts-title,
.cid-t6er65Ey2T .contacts-block {
  color: #ffffff;
}
.cid-t6er65Ey2T LABEL {
  color: #ffffff;
}
.cid-suFQCXXbZ0 {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #149dcc;
}
.cid-suFQCXXbZ0 .row {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-suFQCXXbZ0 .text-black {
  font-weight: 800;
  letter-spacing: 0.1em;
}
.cid-suFQCXXbZ0 .btn {
  margin-bottom: 2rem;
}
.cid-suFQCXXbZ0 .mbr-text {
  color: #444;
  font-weight: 600;
  letter-spacing: 0.1em;
}
.cid-suFQCXXbZ0 .social-list {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  padding-left: 0;
  margin-bottom: 25px;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-suFQCXXbZ0 .social-list .mbr-iconfont-social {
  font-size: 2rem;
  color: black;
}
.cid-suFQCXXbZ0 .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-suFQCXXbZ0 .social-list a {
  margin: 0;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-suFQCXXbZ0 .social-list a:hover {
  opacity: .4;
}
@media (max-width: 767px) {
  .cid-suFQCXXbZ0 .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 575px) {
  .cid-suFQCXXbZ0 .mbr-text {
    text-align: center;
    margin-bottom: 2rem;
  }
}
.cid-suFQCXXbZ0 .links {
  color: #ffffff;
  text-align: center;
}
.cid-rYlk6eG0RA .navbar {
  background: #232323;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-rYlk6eG0RA .navbar-dropdown.bg-color.transparent.opened {
  background: #232323;
}
.cid-rYlk6eG0RA a {
  font-style: normal;
}
.cid-rYlk6eG0RA .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-rYlk6eG0RA .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-rYlk6eG0RA .nav-item:focus,
.cid-rYlk6eG0RA .nav-link:focus {
  outline: none;
}
.cid-rYlk6eG0RA .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-rYlk6eG0RA .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-rYlk6eG0RA .menu-logo {
  margin-right: auto;
}
.cid-rYlk6eG0RA .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rYlk6eG0RA .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-rYlk6eG0RA .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-rYlk6eG0RA .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-rYlk6eG0RA .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-rYlk6eG0RA .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-rYlk6eG0RA .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-rYlk6eG0RA .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-rYlk6eG0RA .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-rYlk6eG0RA .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-rYlk6eG0RA .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-rYlk6eG0RA .dropdown .dropdown-menu {
  background: #232323;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-rYlk6eG0RA .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-rYlk6eG0RA .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rYlk6eG0RA .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-rYlk6eG0RA .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rYlk6eG0RA .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-rYlk6eG0RA .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-rYlk6eG0RA .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-rYlk6eG0RA .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-rYlk6eG0RA .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-rYlk6eG0RA .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-rYlk6eG0RA .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-rYlk6eG0RA button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-rYlk6eG0RA button.navbar-toggler:focus {
  outline: none;
}
.cid-rYlk6eG0RA button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-rYlk6eG0RA button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rYlk6eG0RA button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rYlk6eG0RA button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rYlk6eG0RA button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rYlk6eG0RA nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rYlk6eG0RA nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rYlk6eG0RA nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rYlk6eG0RA nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rYlk6eG0RA .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rYlk6eG0RA .collapsed .btn {
  display: -webkit-flex;
}
.cid-rYlk6eG0RA .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-rYlk6eG0RA .collapsed .navbar-collapse.collapsing,
.cid-rYlk6eG0RA .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-rYlk6eG0RA .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-rYlk6eG0RA .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-rYlk6eG0RA .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-rYlk6eG0RA .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-rYlk6eG0RA .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-rYlk6eG0RA .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-rYlk6eG0RA .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-rYlk6eG0RA .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-rYlk6eG0RA .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-rYlk6eG0RA .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-rYlk6eG0RA .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-rYlk6eG0RA .collapsed button.navbar-toggler {
  display: block;
}
.cid-rYlk6eG0RA .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-rYlk6eG0RA .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rYlk6eG0RA .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-rYlk6eG0RA .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-rYlk6eG0RA .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-rYlk6eG0RA .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-rYlk6eG0RA.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rYlk6eG0RA img {
    height: 3.8rem !important;
  }
  .cid-rYlk6eG0RA .btn {
    display: -webkit-flex;
  }
  .cid-rYlk6eG0RA button.navbar-toggler {
    display: block;
  }
  .cid-rYlk6eG0RA .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-rYlk6eG0RA .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rYlk6eG0RA .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-rYlk6eG0RA .navbar-collapse.collapsing,
  .cid-rYlk6eG0RA .navbar-collapse.show {
    display: block !important;
  }
  .cid-rYlk6eG0RA .navbar-collapse.collapsing .navbar-nav,
  .cid-rYlk6eG0RA .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-rYlk6eG0RA .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-rYlk6eG0RA .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-rYlk6eG0RA .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-rYlk6eG0RA .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-rYlk6eG0RA .navbar-collapse.collapsing .navbar-buttons,
  .cid-rYlk6eG0RA .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-rYlk6eG0RA .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-rYlk6eG0RA .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-rYlk6eG0RA .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-rYlk6eG0RA .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-rYlk6eG0RA .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-rYlk6eG0RA .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-rYlk6eG0RA .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-rYlk6eG0RA .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-rYlk6eG0RA .nav-link:hover,
.cid-rYlk6eG0RA .dropdown-item:hover {
  color: #149dcc !important;
}
.cid-rB4J6pD7y6 {
  padding-top: 75px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/230075-p1zdxj-761-2000x1335.jpg");
}
.cid-rXjzBuTVRn {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rXjzBuTVRn h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-rXjzBuTVRn p {
  color: #767676;
  text-align: left;
}
.cid-rXjzBuTVRn .card-box {
  padding-top: 2rem;
}
.cid-rXjzBuTVRn .card-wrapper {
  height: 100%;
}
.cid-rXjzBuTVRn img {
  border-radius: 100%;
  height: 250px;
  width: 250px;
  object-fit: cover;
}
.cid-rXjzBuTVRn P {
  text-align: center;
}
.cid-rXjzBuTVRn .card-title {
  text-align: center;
}
.cid-rXjzBuTVRn .card-img {
  position: relative;
}
.cid-rXjzBuTVRn .card-icon {
  position: absolute;
  background: #ffffff;
  height: 70px;
  width: 70px;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.22);
  border-radius: 100%;
  padding: 1rem;
  left: 1rem;
  justify-content: center;
  align-items: center;
  display: flex;
  top: 1rem;
}
.cid-rXjzBuTVRn .card-icon .mbr-iconfont {
  font-size: 2rem;
  color: #149dcc;
}
.cid-t61yK0sJUy {
  text-align: center;
  overflow: hidden;
}
.cid-t61yK0sJUy .custom-widget svg {
  width: 65px;
  height: 65px;
  color: #777;
  fill: #777;
  margin-top: 2rem;
  margin-bottom: 3rem;
}
.cid-t61yRLPT0o {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #fcfcfc;
}
.cid-t61yRLPT0o .mbr-section-title,
.cid-t61yRLPT0o .mbr-section-subtitle {
  color: #000000;
}
.cid-t61yRLPT0o .mbr-section-text {
  color: #232323;
}
.cid-t61yRLPT0o .mbr-text,
.cid-t61yRLPT0o .typed-text,
.cid-t61yRLPT0o .mbr-section-text {
  letter-spacing: 0.03rem;
}
.cid-t61yRLPT0o .btn {
  margin-left: 4px !important;
}
.cid-t61yRLPT0o .animated-element {
  color: #8db14c;
}
.cid-t61yRLPT0o .typed-cursor {
  opacity: 1;
  -webkit-animation: blink 0.7s infinite;
  -moz-animation: blink 0.7s infinite;
  animation: blink 0.7s infinite;
  color: #8db14c;
}
.cid-t61yRLPT0o .mbr-figure {
  border-radius: .25rem;
  overflow: hidden;
}
@media (max-width: 767px) {
  .cid-t61yRLPT0o .typed-text,
  .cid-t61yRLPT0o .mbr-section-subtitle,
  .cid-t61yRLPT0o .mbr-section-text,
  .cid-t61yRLPT0o .mbr-section-btn {
    text-align: center !important;
  }
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.cid-t61yRLPT0o .mbr-section-subtitle,
.cid-t61yRLPT0o .typed-text {
  color: #232323;
}
.cid-t61yRLPT0o .mbr-section-text,
.cid-t61yRLPT0o .mbr-section-btn {
  color: #232323;
}
.cid-rXLZRUNv1d {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rXLZRUNv1d .google-map {
  height: 25rem;
  position: relative;
}
.cid-rXLZRUNv1d .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-rXLZRUNv1d .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-rXLZRUNv1d .google-map[data-state] {
  background: #e9e5dc;
}
.cid-rXLZRUNv1d .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-rXLZRUNv1d .container-fluid {
  padding: 0;
}
.cid-rXLZRUNv1d .relative {
  position: relative;
  width: 100%;
}
.cid-rXLZRUNv1d .mbr-section-title {
  color: #656565;
}
.cid-rXLZRUNv1d .block {
  background: rgba(50, 50, 50, 0.8);
  position: absolute;
  padding: 2rem;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  width: 400px;
  height: 100%;
  top: 0;
  right: 0;
}
.cid-rXLZRUNv1d .line {
  height: 3px;
  width: 60px;
  background: #ffffff;
  margin: auto;
  margin-bottom: 1rem;
  margin-top: 1rem;
}
.cid-rXLZRUNv1d .title {
  text-align: center;
  color: #ffffff;
}
.cid-rXLZRUNv1d .text {
  text-align: center;
  color: #ffffff;
  line-height: 1.5;
}
@media (max-width: 576px) {
  .cid-rXLZRUNv1d .block {
    position: relative;
    width: 100%;
    height: auto;
    padding: 6rem 2rem;
  }
}
.cid-t6esCwGEAD {
  padding-top: 60px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/65479-1-2000x1125.jpg");
}
.cid-t6esCwGEAD *:focus {
  outline: none;
}
.cid-t6esCwGEAD .form-control {
  width: 100%;
  min-height: auto;
  color: #ffffff !important;
  border: none;
  border-radius: 0 !important;
  background-color: transparent;
  padding: .5rem 0rem;
  border-bottom: 1px solid #ffffff;
  box-shadow: none;
}
.cid-t6esCwGEAD .form-control:focus {
  outline: none;
  box-shadow: none;
}
.cid-t6esCwGEAD input::-webkit-input-placeholder {
  color: #ffffff;
}
.cid-t6esCwGEAD input::-moz-placeholder {
  color: #ffffff;
}
.cid-t6esCwGEAD textarea::-webkit-input-placeholder {
  color: #ffffff;
}
.cid-t6esCwGEAD textarea::-moz-placeholder {
  color: #ffffff;
}
.cid-t6esCwGEAD .soc-item {
  margin: 0 .1rem .2rem .1rem;
  display: inline-flex;
  width: 46px;
  height: 46px;
  justify-content: center;
  align-items: center;
  border: 1px solid #66458e;
  border-radius: 50%;
}
.cid-t6esCwGEAD .soc-item:hover {
  opacity: .5;
}
.cid-t6esCwGEAD .soc-item .socicon {
  font-size: 1.5rem;
  color: #66458e;
}
.cid-t6esCwGEAD .days-column,
.cid-t6esCwGEAD .hours-column {
  display: inline-block;
}
.cid-t6esCwGEAD .days-column span,
.cid-t6esCwGEAD .hours-column span {
  display: block;
}
.cid-t6esCwGEAD .input-group-btn {
  display: block;
}
@media (max-width: 767px) {
  .cid-t6esCwGEAD .days-column {
    padding-right: 0 !important;
  }
  .cid-t6esCwGEAD .hours-column {
    max-width: 50% !important;
  }
  .cid-t6esCwGEAD .opening-hours {
    padding-bottom: 48px !important;
  }
}
.cid-t6esCwGEAD .follow-title,
.cid-t6esCwGEAD .social-list {
  text-align: center;
}
.cid-t6esCwGEAD .opening-hours-title,
.cid-t6esCwGEAD .opening-hours DIV {
  text-align: left;
}
.cid-t6esCwGEAD .hours-column {
  color: #ffffff;
  text-align: center;
}
.cid-t6esCwGEAD .days-column {
  color: #ffffff;
}
.cid-t6esCwGEAD .opening-hours-title,
.cid-t6esCwGEAD .opening-hours {
  color: #ffffff;
  text-align: center;
}
.cid-t6esCwGEAD H3 {
  color: #ffffff;
}
.cid-t6esCwGEAD .address-title,
.cid-t6esCwGEAD .address-block {
  color: #ffffff;
}
.cid-t6esCwGEAD .contacts-title,
.cid-t6esCwGEAD .contacts-block {
  color: #ffffff;
}
.cid-t6esCwGEAD LABEL {
  color: #ffffff;
}
.cid-suFQSTKolj {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #149dcc;
}
.cid-suFQSTKolj .row {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-suFQSTKolj .text-black {
  font-weight: 800;
  letter-spacing: 0.1em;
}
.cid-suFQSTKolj .btn {
  margin-bottom: 2rem;
}
.cid-suFQSTKolj .mbr-text {
  color: #444;
  font-weight: 600;
  letter-spacing: 0.1em;
}
.cid-suFQSTKolj .social-list {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  padding-left: 0;
  margin-bottom: 25px;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-suFQSTKolj .social-list .mbr-iconfont-social {
  font-size: 2rem;
  color: black;
}
.cid-suFQSTKolj .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-suFQSTKolj .social-list a {
  margin: 0;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-suFQSTKolj .social-list a:hover {
  opacity: .4;
}
@media (max-width: 767px) {
  .cid-suFQSTKolj .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 575px) {
  .cid-suFQSTKolj .mbr-text {
    text-align: center;
    margin-bottom: 2rem;
  }
}
.cid-suFQSTKolj .links {
  color: #ffffff;
  text-align: center;
}
.cid-rYlk6eG0RA .navbar {
  background: #232323;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-rYlk6eG0RA .navbar-dropdown.bg-color.transparent.opened {
  background: #232323;
}
.cid-rYlk6eG0RA a {
  font-style: normal;
}
.cid-rYlk6eG0RA .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-rYlk6eG0RA .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-rYlk6eG0RA .nav-item:focus,
.cid-rYlk6eG0RA .nav-link:focus {
  outline: none;
}
.cid-rYlk6eG0RA .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-rYlk6eG0RA .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-rYlk6eG0RA .menu-logo {
  margin-right: auto;
}
.cid-rYlk6eG0RA .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rYlk6eG0RA .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-rYlk6eG0RA .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-rYlk6eG0RA .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-rYlk6eG0RA .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-rYlk6eG0RA .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-rYlk6eG0RA .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-rYlk6eG0RA .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-rYlk6eG0RA .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-rYlk6eG0RA .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-rYlk6eG0RA .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-rYlk6eG0RA .dropdown .dropdown-menu {
  background: #232323;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-rYlk6eG0RA .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-rYlk6eG0RA .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rYlk6eG0RA .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-rYlk6eG0RA .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rYlk6eG0RA .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-rYlk6eG0RA .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-rYlk6eG0RA .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-rYlk6eG0RA .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-rYlk6eG0RA .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-rYlk6eG0RA .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-rYlk6eG0RA .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-rYlk6eG0RA button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-rYlk6eG0RA button.navbar-toggler:focus {
  outline: none;
}
.cid-rYlk6eG0RA button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-rYlk6eG0RA button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rYlk6eG0RA button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rYlk6eG0RA button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rYlk6eG0RA button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rYlk6eG0RA nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rYlk6eG0RA nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rYlk6eG0RA nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rYlk6eG0RA nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rYlk6eG0RA .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rYlk6eG0RA .collapsed .btn {
  display: -webkit-flex;
}
.cid-rYlk6eG0RA .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-rYlk6eG0RA .collapsed .navbar-collapse.collapsing,
.cid-rYlk6eG0RA .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-rYlk6eG0RA .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-rYlk6eG0RA .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-rYlk6eG0RA .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-rYlk6eG0RA .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-rYlk6eG0RA .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-rYlk6eG0RA .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-rYlk6eG0RA .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-rYlk6eG0RA .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-rYlk6eG0RA .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-rYlk6eG0RA .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-rYlk6eG0RA .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-rYlk6eG0RA .collapsed button.navbar-toggler {
  display: block;
}
.cid-rYlk6eG0RA .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-rYlk6eG0RA .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rYlk6eG0RA .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-rYlk6eG0RA .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-rYlk6eG0RA .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-rYlk6eG0RA .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-rYlk6eG0RA.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rYlk6eG0RA img {
    height: 3.8rem !important;
  }
  .cid-rYlk6eG0RA .btn {
    display: -webkit-flex;
  }
  .cid-rYlk6eG0RA button.navbar-toggler {
    display: block;
  }
  .cid-rYlk6eG0RA .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-rYlk6eG0RA .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rYlk6eG0RA .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-rYlk6eG0RA .navbar-collapse.collapsing,
  .cid-rYlk6eG0RA .navbar-collapse.show {
    display: block !important;
  }
  .cid-rYlk6eG0RA .navbar-collapse.collapsing .navbar-nav,
  .cid-rYlk6eG0RA .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-rYlk6eG0RA .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-rYlk6eG0RA .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-rYlk6eG0RA .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-rYlk6eG0RA .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-rYlk6eG0RA .navbar-collapse.collapsing .navbar-buttons,
  .cid-rYlk6eG0RA .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-rYlk6eG0RA .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-rYlk6eG0RA .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-rYlk6eG0RA .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-rYlk6eG0RA .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-rYlk6eG0RA .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-rYlk6eG0RA .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-rYlk6eG0RA .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-rYlk6eG0RA .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-rYlk6eG0RA .nav-link:hover,
.cid-rYlk6eG0RA .dropdown-item:hover {
  color: #149dcc !important;
}
.cid-t85rgfmLrj {
  background-color: #000000;
}
.cid-t85rgfmLrj .mbr-text,
.cid-t85rgfmLrj .mbr-section-btn {
  text-align: center;
}
