body {
  font-family: Josefin Sans;
}
.display-1 {
  font-family: 'JosefinSans-Bold';
  font-size: 3rem;
}
.display-1 > .mbr-iconfont {
  font-size: 4.8rem;
}
.display-2 {
  font-family: 'JosefinSans-Bold';
  font-size: 2.25rem;
}
.display-2 > .mbr-iconfont {
  font-size: 3.6rem;
}
.display-4 {
  font-family: 'CormorantUpright-Regular';
  font-size: 1.2rem;
}
.display-4 > .mbr-iconfont {
  font-size: 1.92rem;
}
.display-5 {
  font-family: 'CormorantUpright-Regular';
  font-size: 1.8rem;
}
.display-5 > .mbr-iconfont {
  font-size: 2.88rem;
}
.display-7 {
  font-family: 'CormorantUpright-Regular';
  font-size: 1.3rem;
}
.display-7 > .mbr-iconfont {
  font-size: 2.08rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.8rem;
    font-size: calc( 1.4375rem + (2.25 - 1.4375) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.4375rem + (2.25 - 1.4375) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.44rem;
    font-size: calc( 1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.8rem 2rem;
  border-radius: 0px;
}
.btn-sm {
  padding: 0.5rem 1.5rem;
  border-radius: 0px;
}
.btn-md {
  padding: 0.8rem 2rem;
  border-radius: 0px;
}
.btn-lg {
  padding: 0.8rem 2rem;
  border-radius: 0px;
}
.bg-primary {
  background-color: #f9e2af !important;
}
.bg-success {
  background-color: #98e38d !important;
}
.bg-info {
  background-color: #69b9d0 !important;
}
.bg-warning {
  background-color: #c1c1c1 !important;
}
.bg-danger {
  background-color: #444444 !important;
}
.btn-primary,
.btn-primary:active,
.btn-primary.active {
  background-color: #f9e2af !important;
  border-color: #f9e2af !important;
  color: #9d700c !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus {
  color: #9d700c !important;
  background-color: #f4c868 !important;
  border-color: #f4c868 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #9d700c !important;
  background-color: #f4c868 !important;
  border-color: #f4c868 !important;
}
.btn-secondary,
.btn-secondary:active,
.btn-secondary.active {
  background-color: #f5aeb5 !important;
  border-color: #f5aeb5 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus {
  color: #ffffff !important;
  background-color: #ed6a77 !important;
  border-color: #ed6a77 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #ed6a77 !important;
  border-color: #ed6a77 !important;
}
.btn-info,
.btn-info:active,
.btn-info.active {
  background-color: #69b9d0 !important;
  border-color: #69b9d0 !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus {
  color: #ffffff !important;
  background-color: #3898b4 !important;
  border-color: #3898b4 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #3898b4 !important;
  border-color: #3898b4 !important;
}
.btn-success,
.btn-success:active,
.btn-success.active {
  background-color: #98e38d !important;
  border-color: #98e38d !important;
  color: #1f5b16 !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus {
  color: #1f5b16 !important;
  background-color: #61d450 !important;
  border-color: #61d450 !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #1f5b16 !important;
  background-color: #61d450 !important;
  border-color: #61d450 !important;
}
.btn-warning,
.btn-warning:active,
.btn-warning.active {
  background-color: #c1c1c1 !important;
  border-color: #c1c1c1 !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus {
  color: #ffffff !important;
  background-color: #9b9b9b !important;
  border-color: #9b9b9b !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #9b9b9b !important;
  border-color: #9b9b9b !important;
}
.btn-danger,
.btn-danger:active,
.btn-danger.active {
  background-color: #444444 !important;
  border-color: #444444 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus {
  color: #ffffff !important;
  background-color: #1e1e1e !important;
  border-color: #1e1e1e !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #1e1e1e !important;
  border-color: #1e1e1e !important;
}
.btn-white {
  color: #333333 !important;
}
.btn-white,
.btn-white:active,
.btn-white.active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-black,
.btn-black:active,
.btn-black.active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-primary-outline,
.btn-primary-outline:active,
.btn-primary-outline.active {
  background: none;
  border-color: #f2c050;
  color: #f2c050;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus {
  color: #9d700c;
  background-color: #f9e2af;
  border-color: #f9e2af;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #9d700c !important;
  background-color: #f9e2af !important;
  border-color: #f9e2af !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active,
.btn-secondary-outline.active {
  background: none;
  border-color: #ea5362;
  color: #ea5362;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus {
  color: #ffffff;
  background-color: #f5aeb5;
  border-color: #f5aeb5;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #f5aeb5 !important;
  border-color: #f5aeb5 !important;
}
.btn-info-outline,
.btn-info-outline:active,
.btn-info-outline.active {
  background: none;
  border-color: #3288a1;
  color: #3288a1;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus {
  color: #ffffff;
  background-color: #69b9d0;
  border-color: #69b9d0;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #69b9d0 !important;
  border-color: #69b9d0 !important;
}
.btn-success-outline,
.btn-success-outline:active,
.btn-success-outline.active {
  background: none;
  border-color: #4ecf3b;
  color: #4ecf3b;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus {
  color: #1f5b16;
  background-color: #98e38d;
  border-color: #98e38d;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #1f5b16 !important;
  background-color: #98e38d !important;
  border-color: #98e38d !important;
}
.btn-warning-outline,
.btn-warning-outline:active,
.btn-warning-outline.active {
  background: none;
  border-color: #8e8e8e;
  color: #8e8e8e;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus {
  color: #ffffff;
  background-color: #c1c1c1;
  border-color: #c1c1c1;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #c1c1c1 !important;
  border-color: #c1c1c1 !important;
}
.btn-danger-outline,
.btn-danger-outline:active,
.btn-danger-outline.active {
  background: none;
  border-color: #111111;
  color: #111111;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus {
  color: #ffffff;
  background-color: #444444;
  border-color: #444444;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #444444 !important;
  border-color: #444444 !important;
}
.btn-black-outline,
.btn-black-outline:active,
.btn-black-outline.active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus {
  color: #ffffff;
  background-color: #333333;
  border-color: #333333;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #333333;
  background-color: #ffffff;
  border-color: #ffffff;
}
.text-primary {
  color: #f9e2af !important;
}
.text-secondary {
  color: #f5aeb5 !important;
}
.text-success {
  color: #98e38d !important;
}
.text-info {
  color: #69b9d0 !important;
}
.text-warning {
  color: #c1c1c1 !important;
}
.text-danger {
  color: #444444 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #f2c050 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #ea5362 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #4ecf3b !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #3288a1 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #8e8e8e !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #111111 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #b3b3b3 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #98e38d;
}
.alert-info {
  background-color: #69b9d0;
}
.alert-warning {
  background-color: #c1c1c1;
}
.alert-danger {
  background-color: #444444;
}
.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 {
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
  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: #f9e2af;
  border-color: #f9e2af;
  color: #b5810e;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #f9e2af;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.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: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #b7b7b7;
}
/* Scroll to top button*/
#scrollToTop a {
  border-radius: 100px;
}
#scrollToTop a {
  border: 2px solid #c1c1c1;
}
#scrollToTop a i:before {
  background: #c1c1c1;
}
#scrollToTop a i:after {
  border-top: 2px solid #c1c1c1;
  border-right: 2px solid #c1c1c1;
}
.mbr-arrow a i {
  color: #c1c1c1;
}
.form-control {
  font-family: 'CormorantUpright-Regular';
  font-size: 1.3rem;
}
.form-control > .mbr-iconfont {
  font-size: 2.08rem;
}
blockquote {
  border-color: #f9e2af;
}
/* 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;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #f9e2af;
  color: #000000;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: currentColor;
  border-bottom-color: currentColor;
}
.jq-number__spin {
  border-radius: 0;
  background-color: #efefef;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #f9e2af;
  border-bottom-color: #f9e2af;
}
.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: #000000 !important;
  background-color: #f9e2af !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #f5aeb5 !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%23f9e2af' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
.cid-rjaYJYC1MT .nav-item:focus,
.cid-rjaYJYC1MT .nav-link:focus {
  outline: none;
}
.cid-rjaYJYC1MT .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-rjaYJYC1MT .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rjaYJYC1MT .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-rjaYJYC1MT .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-rjaYJYC1MT .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-rjaYJYC1MT .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-rjaYJYC1MT .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-rjaYJYC1MT .navbar .dropdown-item {
  padding: 1.235rem 1.5rem;
}
.cid-rjaYJYC1MT .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-rjaYJYC1MT .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-rjaYJYC1MT .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-rjaYJYC1MT .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-rjaYJYC1MT .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-rjaYJYC1MT .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-rjaYJYC1MT .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-rjaYJYC1MT .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-rjaYJYC1MT .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-rjaYJYC1MT .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-rjaYJYC1MT .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-rjaYJYC1MT .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-rjaYJYC1MT .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-rjaYJYC1MT .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-rjaYJYC1MT .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-rjaYJYC1MT .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-rjaYJYC1MT .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-rjaYJYC1MT .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-rjaYJYC1MT .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-rjaYJYC1MT .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-rjaYJYC1MT .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-rjaYJYC1MT .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-rjaYJYC1MT .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-rjaYJYC1MT .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-rjaYJYC1MT .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-rjaYJYC1MT .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-rjaYJYC1MT .dropdown-item.active,
.cid-rjaYJYC1MT .dropdown-item:active {
  background-color: transparent;
}
.cid-rjaYJYC1MT .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-rjaYJYC1MT .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-rjaYJYC1MT .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-rjaYJYC1MT .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-rjaYJYC1MT .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-rjaYJYC1MT .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rjaYJYC1MT ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-rjaYJYC1MT .navbar-buttons {
  text-align: center;
}
.cid-rjaYJYC1MT button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rjaYJYC1MT button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-rjaYJYC1MT button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rjaYJYC1MT button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rjaYJYC1MT button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rjaYJYC1MT button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rjaYJYC1MT nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rjaYJYC1MT nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rjaYJYC1MT nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rjaYJYC1MT nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rjaYJYC1MT .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-rjaYJYC1MT a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rjaYJYC1MT .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-rjaYJYC1MT .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-rjaYJYC1MT .icons-menu span {
  font-size: 20px;
  color: #232323;
}
.cid-rjaYJYC1MT .nav-link:hover,
.cid-rjaYJYC1MT .dropdown-item:hover,
.cid-rjaYJYC1MT .icons-menu .mbr-iconfont:hover {
  color: #cccccc !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-rjaYJYC1MT .navbar {
    height: 77px;
  }
  .cid-rjaYJYC1MT .navbar.opened {
    height: auto;
  }
}
.cid-rjaYRk2G0s {
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-rjaYRk2G0s .mbr-overlay {
  background: #232323;
}
.cid-rjaYRk2G0s .mbr-section-title {
  letter-spacing: .5rem;
}
.cid-rjb08LCevl {
  padding-top: 105px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-rjb08LCevl .mbr-text {
  position: relative;
}
.cid-rjb08LCevl .mbr-text:before {
  color: #333333;
  content: "\201C";
  font-size: 3em;
  line-height: 0.1em;
  margin-right: 0.2em;
  vertical-align: -0.4em;
  position: absolute;
  top: 10px;
  left: -2rem;
}
.cid-rjb08LCevl .mbr-text:after {
  color: #333333;
  content: "\201D";
  font-size: 3em;
  line-height: 0.1em;
  vertical-align: -0.45em;
  position: absolute;
  bottom: 10px;
  right: -2rem;
}
@media (max-width: 767px) {
  .cid-rjb08LCevl .mbr-text:after,
  .cid-rjb08LCevl .mbr-text:before {
    display: none;
  }
}
.cid-rjaZtTykw5 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/background6.jpg");
}
.cid-rjaZtTykw5 .img-wrap {
  width: 100% !important;
  height: 100% !important;
}
.cid-rjaZtTykw5 .main-reverse {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-rjaZtTykw5 .image-element {
  padding: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rjaZtTykw5 .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-rjaZtTykw5 .text-element {
  padding: 1rem;
}
.cid-rjaZtTykw5 .main,
.cid-rjaZtTykw5 .main-reverse {
  background: #ffffff;
}
@media (max-width: 991px) {
  .cid-rjaZtTykw5 .main:first-child {
    padding-top: 1rem;
  }
  .cid-rjaZtTykw5 .image-element,
  .cid-rjaZtTykw5 .text-element {
    margin-bottom: 1rem;
  }
  .cid-rjaZtTykw5 .main-reverse {
    -webkit-flex-direction: row;
    flex-direction: row;
  }
}
@media (max-width: 767px) {
  .cid-rjaZtTykw5 .container {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .cid-rjaZtTykw5 .image-element,
  .cid-rjaZtTykw5 .text-element {
    margin-bottom: 0;
  }
  .cid-rjaZtTykw5 .main:first-child {
    padding-top: 0;
  }
}
.cid-rjaZFi0XE0 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rjaZFi0XE0 .mbr-text {
  margin: 0;
}
.cid-rjaZFi0XE0 .text-element {
  padding: 2rem;
  background-color: #ffffff;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
}
.cid-rjaZFi0XE0 .row-element,
.cid-rjaZFi0XE0 .image-element {
  padding: 0;
}
.cid-rjaZFi0XE0 .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rjaZFi0XE0 .image-element .img-wrap {
  width: 100% !important;
}
.cid-rjaZFi0XE0 .image-element .img-wrap img {
  width: 100%;
  min-height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-rjaZFi0XE0 .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rjaZFi0XE0 .carousel-item.active,
.cid-rjaZFi0XE0 .carousel-item-next,
.cid-rjaZFi0XE0 .carousel-item-prev {
  display: flex;
}
.cid-rjaZFi0XE0 .carousel-indicators {
  left: 50%;
  margin: 20px auto 0;
}
.cid-rjaZFi0XE0 .carousel-indicators .active {
  opacity: 1;
  border: 0;
  background-color: #f9e2af;
}
.cid-rjaZFi0XE0 .carousel-indicators li {
  height: 15px;
  width: 15px;
  border-radius: 50%;
  transition: opacity .5s;
  background-color: #000000;
  font-size: 2rem;
  opacity: .5;
}
.cid-rjaZFi0XE0 .carousel-indicators li:hover {
  opacity: 1;
}
.cid-rjaZFi0XE0 .carousel-controls {
  display: none;
}
@media (max-width: 991px) {
  .cid-rjaZFi0XE0 .carousel-controls {
    display: block;
  }
  .cid-rjaZFi0XE0 .carousel-controls a {
    transition: opacity .5s;
    font-size: 2rem;
  }
  .cid-rjaZFi0XE0 .carousel-controls a span {
    padding: 10px;
    border-radius: 50%;
    color: #ffffff;
    background: #444444;
    opacity: .9;
  }
  .cid-rjaZFi0XE0 .carousel-controls a:hover span {
    opacity: 1;
  }
  .cid-rjaZFi0XE0 .carousel-indicators {
    display: none;
  }
}
@media (max-width: 540px) {
  .cid-rjaZFi0XE0 .text-element {
    padding: 1rem;
  }
  .cid-rjaZFi0XE0 .carousel-controls {
    display: none;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-rjaZFi0XE0 .image-element {
    min-width: 50%;
  }
  .cid-rjaZFi0XE0 .media-container-row {
    width: 100%;
  }
}
.cid-tmRohoUIMO {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background8.jpg");
}
.cid-tmRohoUIMO .mbr-fallback-image.disabled {
  display: none;
}
.cid-tmRohoUIMO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tmRohoUIMO .container {
  max-width: 1280px;
}
.cid-tmRohoUIMO .row {
  justify-content: center;
}
.cid-tmRohoUIMO .content-wrapper {
  display: flex;
  align-items: stretch;
  background: #322121;
  justify-content: flex-start;
  padding: 4rem;
  border-radius: 4.17rem;
}
@media (max-width: 991px) {
  .cid-tmRohoUIMO .content-wrapper {
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .cid-tmRohoUIMO .content-wrapper {
    padding: 4rem 6vw;
  }
}
@media (max-width: 575px) {
  .cid-tmRohoUIMO .content-wrapper {
    padding: 4rem 6vw 1.5rem;
  }
}
.cid-tmRohoUIMO .text-wrapper {
  width: 40%;
}
@media (max-width: 991px) {
  .cid-tmRohoUIMO .text-wrapper {
    width: 100%;
  }
}
.cid-tmRohoUIMO .mbr-section-title {
  color: #FFFFFF;
}
.cid-tmRohoUIMO .mbr-section-subtitle {
  color: #FFFFFF;
  opacity: 0.8;
  margin-top: 50px;
}
@media (max-width: 991px) {
  .cid-tmRohoUIMO .mbr-section-subtitle {
    margin-top: 32px;
  }
}
@media (max-width: 767px) {
  .cid-tmRohoUIMO .mbr-section-subtitle {
    margin-top: 24px;
  }
}
.cid-tmRohoUIMO .link {
  text-decoration: underline !important;
}
.cid-tmRohoUIMO .col-video {
  position: relative;
  display: flex;
  width: 60%;
  right: -8rem;
}
@media (max-width: 1599px) {
  .cid-tmRohoUIMO .col-video {
    right: calc(-4rem - 4vw);
  }
}
@media (max-width: 991px) {
  .cid-tmRohoUIMO .col-video {
    left: 0;
    right: 0;
    width: 100%;
    margin-top: 40px;
    height: 350px;
  }
}
.cid-tmRohoUIMO .col-video img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: 1.76rem;
}
.cid-tmRohoUIMO .col-video .box {
  display: flex;
  flex-direction: column;
  width: 100%;
  border-radius: 2.08rem;
  position: relative;
  background-image: linear-gradient(90deg, #ffdd65 2.76%, #ffaa5c 29.66%, #ff49c0 61%, #8e59ff 99.93%);
  padding: 5px;
}
.cid-tmRohoUIMO .col-video .box .box-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 2.08rem;
  background-image: linear-gradient(135deg, #ffdd65 2.76%, #ffaa5c 29.66%, #ff49c0 61%, #8e59ff 99.93%);
  -webkit-filter: blur(1rem);
  filter: blur(1rem);
}
.cid-tmRohoUIMO .col-video .link-container {
  display: flex;
  margin-bottom: 2rem;
}
.cid-tmRohoUIMO .col-video .link {
  margin-right: 1rem;
}
.cid-tmRohoUIMO .col-video .mbr-media {
  display: flex;
  height: 100%;
  width: 100%;
  border-radius: 1.76rem;
  overflow: hidden;
}
.cid-tmRohoUIMO .col-video .mbr-media a:hover {
  background-image: none !important;
}
.cid-tmRohoUIMO .mbr-media {
  position: relative;
}
.cid-tmRohoUIMO .mbr-media img {
  width: 100%;
  object-fit: cover;
}
.cid-tmRohoUIMO .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  transition: all .3s;
}
.cid-tmRohoUIMO .icon-wrap:hover {
  transform: translate(-50%, -50%);
}
.cid-tmRohoUIMO .mbr-media span {
  font-size: 4rem;
  transition: all 0.2s;
}
.cid-tmRohoUIMO .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-tmRohoUIMO .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-tmRohoUIMO .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-tmRohoUIMO .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-tmRohoUIMO .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tmRohoUIMO a:hover {
  text-decoration-line: none !important;
}
.cid-tmRohoUIMO button {
  color: red;
  text-decoration: underline;
  border: 1px solid #fff;
  border-radius: 20px;
  background-color: #e2e2e2;
  height: 100px;
  margin: 20px;
  padding-left: 20px;
  padding-right: 20px;
  box-shadow: 2px 2px 3px #999999;
  font-size: 1.2rem;
}
.cid-tmRohoUIMO button:hover {
  color: blue;
}
.cid-rjaZISaE4G {
  padding-top: 75px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/background5.jpg");
}
.cid-rjaZISaE4G .menu-item {
  padding: 0 1rem 1rem 1rem;
}
.cid-rjaZISaE4G .menu-item .special-label {
  display: none;
}
.cid-rjaZISaE4G .menu-item.special-item {
  padding-bottom: 0;
  margin-bottom: 1rem;
  border: 2px solid #9f3942;
}
.cid-rjaZISaE4G .menu-item.special-item .special-label {
  display: block;
  width: 100%;
  word-break: break-word;
}
.cid-rjaZISaE4G .menu-item.special-item .special-label .label-text {
  max-width: 100%;
  background: #9f3942;
  padding: .5rem 1rem;
  display: inline-block;
}
.cid-rjaZISaE4G .special-label {
  color: #fff;
}
.cid-rjaZISaE4G .menu-box {
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.cid-rjaZISaE4G .menu-box .box-text {
  word-break: break-word;
  padding-right: 2rem;
  width: 100%;
}
.cid-rjaZISaE4G .menu-box .box-price {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-rjaZISaE4G .menu-row .menu-item:last-child {
  margin-bottom: 2rem;
}
.cid-rjaZISaE4G .menu-row {
  margin: 0;
}
.cid-rjaZISaE4G .group-title {
  color: #9f3942;
  font-weight: bold;
}
.cid-rjb0lvu94T {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/background8.jpg");
}
.cid-rjb0lvu94T *:focus {
  outline: none;
}
.cid-rjb0lvu94T .input-wrap {
  padding-bottom: 1rem;
}
.cid-rjb0lvu94T input,
.cid-rjb0lvu94T textarea {
  width: 100%;
  background: #ffffff;
  border-radius: 0;
  border: none;
}
.cid-rjb0lvu94T input {
  padding: .5rem;
}
.cid-rjb0lvu94T ::-webkit-input-placeholder {
  color: #000000;
}
.cid-rjb0lvu94T ::-moz-placeholder {
  color: #000000;
}
.cid-rjb0lvu94T :-ms-input-placeholder {
  color: #000000;
}
.cid-rjb0lvu94T :-moz-placeholder {
  color: #000000;
}
.cid-rjb0lvu94T .soc-item {
  display: inline-block;
  margin: 0 .1rem .2rem .1rem;
  padding: 10px 11px 0 11px;
  border: 2px solid #f9e2af;
  border-radius: 50%;
}
.cid-rjb0lvu94T .soc-item:hover {
  opacity: .5;
}
.cid-rjb0lvu94T .soc-item .socicon {
  font-size: 1.5rem;
  color: #f9e2af;
}
.cid-rjb0lvu94T .days-column,
.cid-rjb0lvu94T .hours-column {
  display: inline-block;
}
.cid-rjb0lvu94T .days-column span,
.cid-rjb0lvu94T .hours-column span {
  display: block;
}
.cid-rjb0lvu94T .input-group-btn {
  display: block;
}
@media (max-width: 767px) {
  .cid-rjb0lvu94T .days-column {
    padding-right: 0 !important;
  }
  .cid-rjb0lvu94T .hours-column {
    max-width: 50% !important;
  }
  .cid-rjb0lvu94T .opening-hours {
    padding-bottom: 48px !important;
  }
}
