.btn {
  border-width: 2px;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper {
  border-radius: 0 !important;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Inter Tight;
}
.display-1 {
  font-family: 'Open Sans', sans-serif;
  font-size: 3rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-2 {
  font-family: 'Open Sans', sans-serif;
  font-size: 2rem;
  line-height: 1;
}
.display-2 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-4 {
  font-family: 'Open Sans', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.25rem;
}
.display-5 {
  font-family: 'Open Sans', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 1.5rem;
}
.display-7 {
  font-family: 'Open Sans', sans-serif;
  font-size: 1.2rem;
  line-height: 1.3;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5rem;
}
/* ---- 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: 992px) {
  .display-1 {
    font-size: 2.4rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.1rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 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-7 {
    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))));
  }
}
@media (min-width: 992px) and (max-width: 1400px) {
  .display-1 {
    font-size: 2.1rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.1 * (1.7rem + (3 - 1.7) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-2 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.3 * (1.35rem + (2 - 1.35) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-5 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 62rem) / (87 - 62))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .btn {
    padding: 0.75rem 1.5rem;
  }
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #72bf44 !important;
}
.bg-success {
  background-color: #3a341c !important;
}
.bg-info {
  background-color: #320707 !important;
}
.bg-warning {
  background-color: #ffd7ef !important;
}
.bg-danger {
  background-color: #ffea64 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #72bf44 !important;
  border-color: #72bf44 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #8fcc6a !important;
  border-color: #8fcc6a !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #8fcc6a !important;
  border-color: #8fcc6a !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #f7f7f7 !important;
  border-color: #f7f7f7 !important;
  color: #787878 !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #787878 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-info,
.btn-info:active {
  background-color: #320707 !important;
  border-color: #320707 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #5f0d0d !important;
  border-color: #5f0d0d !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #5f0d0d !important;
  border-color: #5f0d0d !important;
}
.btn-success,
.btn-success:active {
  background-color: #3a341c !important;
  border-color: #3a341c !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #5c532d !important;
  border-color: #5c532d !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #5c532d !important;
  border-color: #5c532d !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffd7ef !important;
  border-color: #ffd7ef !important;
  color: #d70081 !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #d70081 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ffea64 !important;
  border-color: #ffea64 !important;
  color: #645600 !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #fff197 !important;
  border-color: #fff197 !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #645600 !important;
  background-color: #fff197 !important;
  border-color: #fff197 !important;
}
.btn-white,
.btn-white:active {
  background-color: #eff0ec !important;
  border-color: #eff0ec !important;
  color: #757b62 !important;
  box-shadow: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #757b62 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: inherit;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
  box-shadow: none;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #72bf44;
  color: #72bf44;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #4c802c !important;
  background-color: transparent !important;
  border-color: #4c802c !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #72bf44 !important;
  border-color: #72bf44 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #f7f7f7;
  color: #f7f7f7;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #cccccc !important;
  background-color: transparent !important;
  border-color: #cccccc !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #787878 !important;
  background-color: #f7f7f7 !important;
  border-color: #f7f7f7 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #320707;
  color: #320707;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #320707 !important;
  border-color: #320707 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #3a341c;
  color: #3a341c;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #3a341c !important;
  border-color: #3a341c !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #ffd7ef;
  color: #ffd7ef;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ff80cc !important;
  background-color: transparent !important;
  border-color: #ff80cc !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #d70081 !important;
  background-color: #ffd7ef !important;
  border-color: #ffd7ef !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #ffea64;
  color: #ffea64;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffde0d !important;
  background-color: transparent !important;
  border-color: #ffde0d !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #645600 !important;
  background-color: #ffea64 !important;
  border-color: #ffea64 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent !important;
  border-color: #cfcfcf !important;
  box-shadow: none !important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #72bf44 !important;
}
.text-secondary {
  color: #f7f7f7 !important;
}
.text-success {
  color: #3a341c !important;
}
.text-info {
  color: #320707 !important;
}
.text-warning {
  color: #ffd7ef !important;
}
.text-danger {
  color: #ffea64 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #457528 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #c4c4c4 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #000000 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #000000 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #ff71c6 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #fddb00 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #72bf44;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #320707;
}
.alert-warning {
  background-color: #ffd7ef;
}
.alert-danger {
  background-color: #ffea64;
}
.mbr-gallery-filter li.active .btn {
  background-color: #72bf44;
  border-color: #72bf44;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #72bf44;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #bae0a3;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #c0b27c;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #f3abab;
}
.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: #ffffff;
}
/* Scroll to top button*/
.form-control {
  font-family: 'Open Sans', sans-serif;
  font-size: 1.2rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.5rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #72bf44 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Open Sans', sans-serif;
  font-size: 1.2rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.5rem;
}
blockquote {
  border-color: #72bf44;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #72bf44;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #72bf44;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #232323;
  border-bottom-color: #232323;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #72bf44;
  border-bottom-color: #72bf44;
}
.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: #72bf44 !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: #f7f7f7 !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%;
  width: 100%;
  height: auto;
}
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='%2372bf44' %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;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
@media (max-width: 1400px) {
  .container {
    max-width: 100%;
  }
}
@media (max-width: 1400px) and (min-width: 768px) {
  .container {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 1400px) and (min-width: 768px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 767px) {
  .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uoz1li9OE7 .navbar {
  background: #ffffff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  min-height: 77px;
}
@media (min-width: 1200px) {
  .cid-uoz1li9OE7 .navbar .dropdown .dropdown-menu .dropdown-item {
    padding: 0.835em 2.5385em 0.835em 3.5385em !important;
    margin: 0 !important;
  }
  .cid-uoz1li9OE7 .navbar .dropdown .dropdown-menu .dropdown-item:hover {
    padding: 0.835em 2.5385em 0.835em 3.8385em !important;
  }
}
.cid-uoz1li9OE7 .menu-logo {
  display: flex;
  position: relative;
  -webkit-box-align: center;
  align-items: center;
  margin-right: auto;
}
.cid-uoz1li9OE7 .menu-logo .navbar-brand {
  display: flex;
  padding: 0.5rem 0;
  -webkit-transition: padding 0.2s;
  transition: padding 0.2s;
  min-height: 3.8rem;
  -webkit-box-align: center;
  align-items: center;
}
.cid-uoz1li9OE7 .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-uoz1li9OE7 .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uoz1li9OE7 .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  -webkit-transition: font-size 0.25s;
  transition: font-size 0.25s;
}
.cid-uoz1li9OE7 .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
  width: auto;
}
.cid-uoz1li9OE7 .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  -webkit-transition: font-size 0.25s;
  transition: font-size 0.25s;
}
.cid-uoz1li9OE7 .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-uoz1li9OE7 .navbar.opened {
  text-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  margin-left: auto;
  max-width: 20rem;
  height: auto;
  -webkit-box-pack: start;
  justify-content: flex-start;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background: #232323 !important;
}
.cid-uoz1li9OE7 .navbar.opened .collapse .dropdown-item {
  color: #ffffff;
}
.cid-uoz1li9OE7 .navbar.opened a.brand-link {
  color: #ffffff;
}
.cid-uoz1li9OE7 .navbar-fixed-top.opened {
  position: relative;
}
.cid-uoz1li9OE7 a {
  font-style: normal;
}
.cid-uoz1li9OE7 .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: middle;
  position: relative;
  text-decoration: none;
}
.cid-uoz1li9OE7 .nav-item a {
  padding: 0.4rem 0 !important;
}
.cid-uoz1li9OE7 .nav-item .nav-link {
  color: #ffffff;
}
.cid-uoz1li9OE7 .nav-item .nav-link.display-4 {
  font-size: 15px;
}
.cid-uoz1li9OE7 .widget-icon {
  display: inline-block;
  padding: 0.9rem;
  font-size: 1.25rem;
  margin-right: 10px;
  color: #4f87fb;
  border-radius: 50%;
  border: 1px solid #eee;
  font-weight: bold;
}
.cid-uoz1li9OE7 .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
}
.cid-uoz1li9OE7 .menu-content-right {
  display: flex;
  padding: 28px 0;
  -webkit-box-align: center;
  align-items: center;
}
.cid-uoz1li9OE7 .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-uoz1li9OE7 .menu-content-right .info-widget:first-child {
  padding-left: 0;
}
@media (max-width: 1200px) {
  .cid-uoz1li9OE7 .menu-content-right {
    display: none;
  }
}
.cid-uoz1li9OE7 .widget-content {
  display: inline-block;
  vertical-align: middle;
  text-align: left;
  padding-bottom: 0.7rem;
}
.cid-uoz1li9OE7 .widget-content .widget-title {
  margin-bottom: 7px;
}
.cid-uoz1li9OE7 .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-uoz1li9OE7 .widget-content .widget-text.display-4 {
  font-size: 13px;
}
.cid-uoz1li9OE7 .right-box .navbar-buttons .content-link {
  color: #ffffff;
  border-left: 1px solid #3a341c;
}
.cid-uoz1li9OE7 .right-box .navbar-buttons .content-link:first-child {
  border-left: none !important;
}
.cid-uoz1li9OE7 .right-box .navbar-buttons .btn {
  margin: 0;
  padding: 1.89rem 1.5rem !important;
  border-radius: 0 5px 5px 0 !important;
}
.cid-uoz1li9OE7 .right-box .navbar-buttons .btn.display-4 {
  font-size: 13px;
}
@media (max-width: 1200px) {
  .cid-uoz1li9OE7 .right-box {
    display: none;
  }
}
.cid-uoz1li9OE7 .dropdown-item:before {
  color: #ffffff;
  font-family: Material-Design-Icons !important;
  content: '\e716';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1.125rem;
  top: 1.1rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uoz1li9OE7 .dropdown-item:hover:before {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  width: 16px;
}
.cid-uoz1li9OE7 .content-text {
  margin-bottom: 0;
}
.cid-uoz1li9OE7 .navbar-nav {
  padding-left: 15px;
  position: relative;
  min-height: 60px;
  color: #ffffff;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
}
@media (min-width: 1200px) {
  .cid-uoz1li9OE7 .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #72bf44;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-uoz1li9OE7 .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
  .cid-uoz1li9OE7 .navbar-nav .nav-item a {
    margin: 0 1.3rem !important;
  }
}
@media (max-width: 1200px) {
  .cid-uoz1li9OE7 .navbar-nav .nav-item a {
    margin: 0 !important;
  }
}
.cid-uoz1li9OE7 .navbar-nav .nav-item span {
  padding-right: 0.1rem;
}
.cid-uoz1li9OE7 .display-4 > .mbr-iconfont {
  font-size: 1.8em;
}
.cid-uoz1li9OE7 .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-uoz1li9OE7 .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-uoz1li9OE7 .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
}
.cid-uoz1li9OE7 .navbar-buttons.mbr-section-btn > .mbr-iconfont {
  font-size: 17px !important;
  margin-right: 13px;
}
.cid-uoz1li9OE7 .navbar-buttons.mbr-section-btn .content-link {
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uoz1li9OE7 .nav-dropdown .link {
  font-weight: 600;
}
.cid-uoz1li9OE7 .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-uoz1li9OE7 .content-left-side {
  text-align: center;
  padding-top: 3px;
  border-left: 1px solid #eee;
  border-right: 1px solid #eee;
  padding-left: 15px;
  padding-right: 15px;
}
@media (max-width: 575px) {
  .cid-uoz1li9OE7 .content-left-side {
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    padding: 0.5rem 0;
  }
  .cid-uoz1li9OE7 .content-left-side .content-link {
    font-size: 0.8rem;
    margin: 0;
    padding-bottom: 1rem;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }
}
.cid-uoz1li9OE7 .content-left-side .content-link.display-4 {
  font-size: 16px !important;
}
.cid-uoz1li9OE7 .content-left-side .content-link {
  line-height: 3.4375;
}
.cid-uoz1li9OE7 .content-right-side {
  text-align: center;
}
@media (max-width: 575px) {
  .cid-uoz1li9OE7 .content-right-side {
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    padding: 0.5rem 0;
  }
  .cid-uoz1li9OE7 .content-right-side .content-link {
    font-size: 0.8rem;
    margin: 0;
    padding-bottom: 1rem;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }
}
.cid-uoz1li9OE7 .menu-content-top {
  -webkit-transition: height 0.3s ease-in-out;
  transition: height 0.3s ease-in-out;
  padding-top: 0px;
}
.cid-uoz1li9OE7 .menu-content-bottom {
  padding-bottom: 0px;
}
@media (max-width: 1200px) {
  .cid-uoz1li9OE7 .menu-content-bottom {
    margin-bottom: 1rem;
  }
}
.cid-uoz1li9OE7 .menu-content-top.show {
  display: block;
}
.cid-uoz1li9OE7 .pre-header-right {
  align-self: center;
}
.cid-uoz1li9OE7 .pre-header-right .content-right-side .content-link {
  border-right: 1px solid #eee;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  padding: 21px 12px;
}
.cid-uoz1li9OE7 .pre-header-right .content-right-side .content-link:hover {
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  background-color: #4f87fb;
}
.cid-uoz1li9OE7 .pre-header-right .content-right-side .content-link:hover span {
  color: #ffffff;
}
.cid-uoz1li9OE7 .pre-header-right .content-right-side .content-link span {
  vertical-align: middle;
  font-size: 1.2rem;
  color: #777;
}
.cid-uoz1li9OE7 .pre-header-right .content-right-side .content-link:first-child {
  border-left: 1px solid #eee;
}
.cid-uoz1li9OE7 .pre-header-right .content-right-side .content-link:last-child {
  border-right: 1px solid #eee;
}
.cid-uoz1li9OE7 .navbar .menu-content-top {
  display: block;
  width: 100%;
}
@media (max-width: 1200px) {
  .cid-uoz1li9OE7 .content-left-side {
    text-align: center;
    padding-bottom: 1rem;
  }
  .cid-uoz1li9OE7 .navbar .menu-content-top {
    display: none;
  }
  .cid-uoz1li9OE7 .dropdown-item {
    padding: 0.235em 0 !important;
    margin: 0 !important;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
  }
  .cid-uoz1li9OE7 .dropdown-item:before {
    display: none;
  }
  .cid-uoz1li9OE7 .menu-logo {
    width: 100%;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }
  .cid-uoz1li9OE7 img {
    height: 3.8rem !important;
  }
  .cid-uoz1li9OE7 .btn {
    display: flex;
  }
  .cid-uoz1li9OE7 button.navbar-toggler {
    display: block;
    align-self: center;
  }
  .cid-uoz1li9OE7 .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-uoz1li9OE7 .navbar-toggleable-sm {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  .cid-uoz1li9OE7 .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uoz1li9OE7 .navbar-collapse.collapsing,
  .cid-uoz1li9OE7 .navbar-collapse.show {
    display: block !important;
  }
  .cid-uoz1li9OE7 .navbar-collapse.collapsing .navbar-nav,
  .cid-uoz1li9OE7 .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: left;
  }
  .cid-uoz1li9OE7 .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uoz1li9OE7 .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
    padding: 0.5rem 0;
  }
  .cid-uoz1li9OE7 .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-uoz1li9OE7 .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-uoz1li9OE7 .navbar-collapse.collapsing .navbar-buttons,
  .cid-uoz1li9OE7 .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-uoz1li9OE7 .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uoz1li9OE7 .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uoz1li9OE7 .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-property: opacity, padding, height;
    transition-property: opacity, padding, height;
  }
  .cid-uoz1li9OE7 .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uoz1li9OE7 .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uoz1li9OE7 .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: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-uoz1li9OE7 .menu-content-middle {
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .cid-uoz1li9OE7 .menu-content-top .row {
    -webkit-box-pack: justify;
    justify-content: space-between;
    flex-wrap: nowrap;
  }
  .cid-uoz1li9OE7 .content-right-side {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: end;
    justify-content: flex-end;
    flex-basis: 70%;
    flex-shrink: 0;
    flex-wrap: wrap;
    text-align: right;
  }
  .cid-uoz1li9OE7 .content-left-side {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: start;
    justify-content: flex-start;
    flex-basis: 70%;
    flex-shrink: 0;
    flex-wrap: wrap;
    text-align: right;
  }
  .cid-uoz1li9OE7 .menu-content-top {
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  }
  .cid-uoz1li9OE7 .navbar {
    display: block;
    padding: 0;
  }
  .cid-uoz1li9OE7 .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
  }
  .cid-uoz1li9OE7 .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    z-index: 101;
    min-height: 76px;
  }
  .cid-uoz1li9OE7 .navbar-toggler {
    display: none;
  }
}
.cid-uoz1li9OE7 .menu-area-wrapper {
  height: 39px;
  width: 100%;
}
.cid-uoz1li9OE7 .menu-area-wrapper .menu-area {
  background-color: #72bf44;
  position: relative;
  z-index: 9;
  border-radius: 0px;
  line-height: normal !important;
}
@media (max-width: 1200px) {
  .cid-uoz1li9OE7 .menu-area-wrapper .menu-area {
    background: transparent;
  }
}
@media (max-width: 1200px) {
  .cid-uoz1li9OE7 .menu-area-wrapper {
    height: 100%;
  }
}
.cid-uoz1li9OE7 .navbar-short {
  background: transparent;
}
.cid-uoz1li9OE7 .navbar-short .menu-content-top,
.cid-uoz1li9OE7 .navbar-short .menu-content-middle {
  display: none;
}
@media (max-width: 1200px) {
  .cid-uoz1li9OE7 .navbar-short .menu-area-wrapper {
    margin-top: 5rem;
  }
}
.cid-uoz1li9OE7 .btn {
  padding: 0.7rem 1.5rem;
  display: inline-flex;
  -webkit-box-align: center;
  align-items: center;
}
.cid-uoz1li9OE7 .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-uoz1li9OE7 .navbar-toggleable-sm .navbar-collapse {
  -webkit-box-pack: end;
  justify-content: flex-end;
}
@media (max-width: 1200px) {
  .cid-uoz1li9OE7 .navbar-toggleable-sm .navbar-collapse {
    width: 300px;
    height: 100%;
    margin-left: 1rem;
    margin-top: 1rem;
  }
}
.cid-uoz1li9OE7 .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 15px;
}
.cid-uoz1li9OE7 .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uoz1li9OE7 .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uoz1li9OE7 .dropdown {
  color: #3a341c !important;
}
.cid-uoz1li9OE7 .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  border-top: 3px solid #72bf44;
  min-width: 16.875rem;
  text-align: left;
  padding-top: 0;
  padding-bottom: 0;
  color: #3a341c !important;
}
@media (max-width: 1200px) {
  .cid-uoz1li9OE7 .dropdown .dropdown-menu {
    overflow: hidden;
    border-top: none;
    background: #232323 !important;
  }
}
.cid-uoz1li9OE7 .dropdown .dropdown-menu .dropdown-item {
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  padding-left: 10px !important;
}
.cid-uoz1li9OE7 .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-uoz1li9OE7 .dropdown .dropdown-menu .dropdown-item:hover {
  background-color: #4f87fb;
  color: #ffffff;
}
.cid-uoz1li9OE7 .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
@media (max-width: 1200px) {
  .cid-uoz1li9OE7 .dropdown .dropdown-menu .dropdown-item:hover {
    background-color: #232323;
  }
}
.cid-uoz1li9OE7 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uoz1li9OE7 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  color: #ffffff;
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uoz1li9OE7 .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uoz1li9OE7 .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uoz1li9OE7 .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
  display: none;
}
.cid-uoz1li9OE7 .navbar.navbar-short {
  min-height: 50px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-uoz1li9OE7 .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  -webkit-transition: font-size 0.3s;
  transition: font-size 0.3s;
}
.cid-uoz1li9OE7 .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uoz1li9OE7 .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uoz1li9OE7 .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uoz1li9OE7 button.navbar-toggler.collapsed .hamburger span {
  height: 2px;
}
.cid-uoz1li9OE7 button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-uoz1li9OE7 button.navbar-toggler:focus {
  outline: none;
}
.cid-uoz1li9OE7 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-radius: 20px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uoz1li9OE7 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-uoz1li9OE7 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}
.cid-uoz1li9OE7 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}
.cid-uoz1li9OE7 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-uoz1li9OE7 nav.opened .hamburger span {
  height: 4px;
  background-color: #ffffff;
}
.cid-uoz1li9OE7 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.cid-uoz1li9OE7 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.cid-uoz1li9OE7 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.cid-uoz1li9OE7 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-uoz1li9OE7 .collapsed.navbar {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}
.cid-uoz1li9OE7 .collapsed .menu-logo {
  margin-right: 0;
}
.cid-uoz1li9OE7 .collapsed .btn {
  display: flex;
}
.cid-uoz1li9OE7 .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uoz1li9OE7 .collapsed .navbar-collapse.collapsing,
.cid-uoz1li9OE7 .collapsed .navbar-collapse.show {
  display: block !important;
  width: 100%;
}
.cid-uoz1li9OE7 .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uoz1li9OE7 .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: left;
}
.cid-uoz1li9OE7 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uoz1li9OE7 .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uoz1li9OE7 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-uoz1li9OE7 .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-uoz1li9OE7 .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uoz1li9OE7 .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-uoz1li9OE7 .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uoz1li9OE7 .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1200px) {
  .cid-uoz1li9OE7 .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 7.5rem  - 1rem);
  }
  .cid-uoz1li9OE7 .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uoz1li9OE7 .collapsed button.navbar-toggler {
  display: block;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uoz1li9OE7 .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-uoz1li9OE7 .collapsed .navbar-toggleable-sm {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}
.cid-uoz1li9OE7 .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  -webkit-transition-duration: 0.25s;
  transition-duration: 0.25s;
  -webkit-transition-property: opacity, padding, height;
  transition-property: opacity, padding, height;
}
.cid-uoz1li9OE7 .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uoz1li9OE7 .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uoz1li9OE7 .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: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-uoz1li9OE7 .collapsed .dropdown-item:before {
  display: none;
}
.cid-uoz1li9OE7 .navbar-dropdown {
  padding: 0rem 1rem;
  flex-wrap: nowrap;
}
.cid-uoz1li9OE7 .navbar-collapse {
  flex-basis: auto;
  display: flex;
}
.cid-uoz1li9OE7 .nav-link:focus {
  outline: none;
}
.cid-uoz1li9OE7 .navbar-toggler {
  position: relative;
}
.cid-uoz1li9OE7 .dropdown-item.active,
.cid-uoz1li9OE7 .dropdown-item:active {
  color: auto;
}
.cid-uoz1li9OE7 .dropdown-item:hover {
  color: #4f87fb;
}
.cid-unZqlAAH3P {
  display: flex;
  background-image: url("../../../assets/images/brunch-1920x1080.webp");
}
.cid-unZqlAAH3P .mbr-overlay {
  background-color: #000000;
  opacity: 0.5;
}
.cid-unZqlAAH3P .content-wrap {
  padding: 5rem 1rem;
  max-width: 800px;
}
@media (min-width: 768px) {
  .cid-unZqlAAH3P {
    align-items: flex-end;
  }
  .cid-unZqlAAH3P .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-unZqlAAH3P .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-unZqlAAH3P {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-unZqlAAH3P .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-unZqlAAH3P .content-wrap {
    width: 100%;
  }
}
.cid-unZqlAAH3P .mbr-section-title {
  text-align: center;
}
.cid-unZqlAAH3P .mbr-text,
.cid-unZqlAAH3P .mbr-section-btn {
  text-align: center;
}
.cid-upHgAYfxsK {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-upHgAYfxsK .mbr-fallback-image.disabled {
  display: none;
}
.cid-upHgAYfxsK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upHgAYfxsK .mbr-section-title {
  color: #72bf44;
}
.cid-upHeHFD3NS {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-upHeHFD3NS .item-img {
  position: relative;
}
.cid-upHeHFD3NS .tag {
  position: absolute;
  left: 1rem;
  top: 0.5rem;
}
.cid-upHeHFD3NS .btn-tag {
  padding: 0.3rem 1rem;
  padding-top: 6px;
  border-radius: 6px !important;
}
.cid-upHeHFD3NS .btn-tag:hover,
.cid-upHeHFD3NS .btn-tag:focus {
  box-shadow: none;
}
.cid-upHeHFD3NS img,
.cid-upHeHFD3NS .item-img {
  width: 100%;
  margin-bottom: 1rem;
  height: 100%;
  object-fit: cover;
}
.cid-upHeHFD3NS .item:focus,
.cid-upHeHFD3NS span:focus {
  outline: none;
}
.cid-upHeHFD3NS .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-upHeHFD3NS .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  overflow: visible;
  flex-flow: column nowrap;
}
.cid-upHeHFD3NS .mbr-section-btn {
  margin-top: auto !important;
}
.cid-upHeHFD3NS .mbr-section-title {
  color: #232323;
}
.cid-upHeHFD3NS .mbr-text,
.cid-upHeHFD3NS .mbr-section-btn {
  color: #353535;
}
.cid-upHeHFD3NS .item-title {
  color: #353535;
}
.cid-upHfFSL1c7 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-upHfFSL1c7 .item-img {
  position: relative;
}
.cid-upHfFSL1c7 .tag {
  position: absolute;
  left: 1rem;
  top: 0.5rem;
}
.cid-upHfFSL1c7 .btn-tag {
  padding: 0.3rem 1rem;
  padding-top: 6px;
  border-radius: 6px !important;
}
.cid-upHfFSL1c7 .btn-tag:hover,
.cid-upHfFSL1c7 .btn-tag:focus {
  box-shadow: none;
}
.cid-upHfFSL1c7 img,
.cid-upHfFSL1c7 .item-img {
  width: 100%;
  margin-bottom: 1rem;
  height: 100%;
  object-fit: cover;
}
.cid-upHfFSL1c7 .item:focus,
.cid-upHfFSL1c7 span:focus {
  outline: none;
}
.cid-upHfFSL1c7 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-upHfFSL1c7 .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  overflow: visible;
  flex-flow: column nowrap;
}
.cid-upHfFSL1c7 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-upHfFSL1c7 .mbr-section-title {
  color: #232323;
}
.cid-upHfFSL1c7 .mbr-text,
.cid-upHfFSL1c7 .mbr-section-btn {
  color: #353535;
}
.cid-upHfFSL1c7 .item-title {
  color: #353535;
}
.cid-upKgVfp074 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-upKgVfp074 .line {
  background-color: #72bf44;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-upSpKS7uhL {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-upSpKS7uhL .line {
  background-color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uoyVRWS6Hn {
  display: flex;
  background-image: url("../../../assets/images/zajtrk-1920x1080.webp");
}
.cid-uoyVRWS6Hn .mbr-overlay {
  background-color: #000000;
  opacity: 0.5;
}
.cid-uoyVRWS6Hn .content-wrap {
  padding: 5rem 1rem;
  max-width: 800px;
}
@media (min-width: 768px) {
  .cid-uoyVRWS6Hn {
    align-items: flex-end;
  }
  .cid-uoyVRWS6Hn .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uoyVRWS6Hn .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uoyVRWS6Hn {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uoyVRWS6Hn .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uoyVRWS6Hn .content-wrap {
    width: 100%;
  }
}
.cid-uoyVRWS6Hn .mbr-section-title {
  text-align: center;
}
.cid-uoyVRWS6Hn .mbr-text,
.cid-uoyVRWS6Hn .mbr-section-btn {
  text-align: center;
}
.cid-uoyMN5bDd3 {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uoyMN5bDd3 .menu-item {
  padding: 0;
  margin-bottom: 1.5rem;
}
.cid-uoyMN5bDd3 .item-tag {
  background: #72bf44;
  width: 100%;
  padding: 6px 20px 6px 20px;
  color: #ffffff;
}
.cid-uoyMN5bDd3 .mbr-iconfont {
  font-size: 2.5rem;
  padding-right: 1rem;
  color: #72bf44;
}
.cid-uoyMN5bDd3 .mbr-figure {
  width: 150px;
  height: 100%;
}
.cid-uoyMN5bDd3 .mbr-figure img {
  border-radius: 6px;
  object-fit: cover;
  margin-right: 2rem;
  width: 110px;
  height: 110px;
}
.cid-uoyMN5bDd3 .inline-wrap {
  width: fit-content;
  display: inline-block;
}
.cid-uoyMN5bDd3 .group-title {
  margin: 0;
  color: #181818;
  font-weight: bold;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uoyMN5bDd3 .mbr-figure {
    width: fit-content !important;
  }
}
@media (max-width: 767px) {
  .cid-uoyMN5bDd3 .mbr-figure {
    width: 100% !important;
  }
  .cid-uoyMN5bDd3 .menu-item {
    flex-direction: column;
  }
  .cid-uoyMN5bDd3 img {
    margin: auto !important;
    margin-bottom: 0.5rem !important;
  }
  .cid-uoyMN5bDd3 .item-tag {
    margin: auto;
    margin-bottom: 1rem;
  }
}
.cid-uoyMN5bDd3 .icon-wrap {
  display: flex;
  margin-bottom: 1.5rem;
  align-items: center;
  width: fit-content;
}
.cid-uoyMN5bDd3 .special-label {
  color: #fff;
}
.cid-uoyMN5bDd3 .menu-box {
  display: flex;
  align-items: baseline;
  margin-bottom: 0.5rem;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.cid-uoyMN5bDd3 .menu-box .box-price {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-uoyMN5bDd3 .menu-row {
  margin: 0;
}
.cid-uoyMN5bDd3 .box-text {
  padding: 0;
  margin: 0;
  width: fit-content;
  color: #000000;
}
.cid-uoyMN5bDd3 .line {
  display: flex;
  flex: 1 1 auto;
  background-image: radial-gradient(circle closest-side, #9a9a9a 99%, rgba(255, 255, 255, 0) 1%);
  background-size: 12px 2px;
  background-position: center;
  margin: 0.2em 0.5em;
  background-repeat: repeat;
  height: 2px;
}
.cid-uoyMN5bDd3 .group-title,
.cid-uoyMN5bDd3 .align-wrap {
  text-align: left;
}
.cid-uoyMN5bDd3 SPAN {
  color: #72bf44;
}
.cid-uoyMN5bDd3 .item-title {
  color: #808080;
}
.cid-uoyMN5bDd3 H4 {
  color: #72bf44;
}
.cid-uoyMN5bDd3 .mbr-section-title,
.cid-uoyMN5bDd3 .ornament {
  color: #000000;
}
.cid-upKt8FgRq1 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-upKt8FgRq1 .menu-item {
  padding: 0;
  margin-bottom: 1.5rem;
}
.cid-upKt8FgRq1 .item-tag {
  background: #72bf44;
  width: 100%;
  padding: 6px 20px 6px 20px;
  color: #ffffff;
}
.cid-upKt8FgRq1 .mbr-iconfont {
  font-size: 2.5rem;
  padding-right: 1rem;
  color: #72bf44;
}
.cid-upKt8FgRq1 .mbr-figure {
  width: 150px;
  height: 100%;
}
.cid-upKt8FgRq1 .mbr-figure img {
  border-radius: 6px;
  object-fit: cover;
  margin-right: 2rem;
  width: 110px;
  height: 110px;
}
.cid-upKt8FgRq1 .inline-wrap {
  width: fit-content;
  display: inline-block;
}
.cid-upKt8FgRq1 .group-title {
  margin: 0;
  color: #181818;
  font-weight: bold;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-upKt8FgRq1 .mbr-figure {
    width: fit-content !important;
  }
}
@media (max-width: 767px) {
  .cid-upKt8FgRq1 .mbr-figure {
    width: 100% !important;
  }
  .cid-upKt8FgRq1 .menu-item {
    flex-direction: column;
  }
  .cid-upKt8FgRq1 img {
    margin: auto !important;
    margin-bottom: 0.5rem !important;
  }
  .cid-upKt8FgRq1 .item-tag {
    margin: auto;
    margin-bottom: 1rem;
  }
}
.cid-upKt8FgRq1 .icon-wrap {
  display: flex;
  margin-bottom: 1.5rem;
  align-items: center;
  width: fit-content;
}
.cid-upKt8FgRq1 .special-label {
  color: #fff;
}
.cid-upKt8FgRq1 .menu-box {
  display: flex;
  align-items: baseline;
  margin-bottom: 0.5rem;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.cid-upKt8FgRq1 .menu-box .box-price {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-upKt8FgRq1 .menu-row {
  margin: 0;
}
.cid-upKt8FgRq1 .box-text {
  padding: 0;
  margin: 0;
  width: fit-content;
  color: #000000;
}
.cid-upKt8FgRq1 .line {
  display: flex;
  flex: 1 1 auto;
  background-image: radial-gradient(circle closest-side, #9a9a9a 99%, rgba(255, 255, 255, 0) 1%);
  background-size: 12px 2px;
  background-position: center;
  margin: 0.2em 0.5em;
  background-repeat: repeat;
  height: 2px;
}
.cid-upKt8FgRq1 .group-title,
.cid-upKt8FgRq1 .align-wrap {
  text-align: left;
}
.cid-upKt8FgRq1 SPAN {
  color: #72bf44;
}
.cid-upKt8FgRq1 .item-title {
  color: #808080;
}
.cid-upKt8FgRq1 H4 {
  color: #b0da97;
}
.cid-upKt8FgRq1 .mbr-section-title,
.cid-upKt8FgRq1 .ornament {
  color: #72bf44;
}
.cid-upSpF49HCn {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-upSpF49HCn .line {
  background-color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uoyVT2JmvI {
  display: flex;
  background-image: url("../../../assets/images/brunch-meni-1920x1080.webp");
}
.cid-uoyVT2JmvI .mbr-overlay {
  background-color: #000000;
  opacity: 0.5;
}
.cid-uoyVT2JmvI .content-wrap {
  padding: 5rem 1rem;
  max-width: 800px;
}
@media (min-width: 768px) {
  .cid-uoyVT2JmvI {
    align-items: flex-end;
  }
  .cid-uoyVT2JmvI .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uoyVT2JmvI .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uoyVT2JmvI {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uoyVT2JmvI .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uoyVT2JmvI .content-wrap {
    width: 100%;
  }
}
.cid-uoyVT2JmvI .mbr-section-title {
  text-align: center;
}
.cid-uoyVT2JmvI .mbr-text,
.cid-uoyVT2JmvI .mbr-section-btn {
  text-align: center;
}
.cid-uosm6IASLI {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uosm6IASLI .menu-item {
  padding: 0;
  margin-bottom: 1.5rem;
}
.cid-uosm6IASLI .item-tag {
  background: #72bf44;
  width: 100%;
  padding: 6px 20px 6px 20px;
  color: #ffffff;
}
.cid-uosm6IASLI .mbr-iconfont {
  font-size: 2.5rem;
  padding-right: 1rem;
  color: #72bf44;
}
.cid-uosm6IASLI .mbr-figure {
  width: 150px;
  height: 100%;
}
.cid-uosm6IASLI .mbr-figure img {
  border-radius: 6px;
  object-fit: cover;
  margin-right: 2rem;
  width: 110px;
  height: 110px;
}
.cid-uosm6IASLI .inline-wrap {
  width: fit-content;
  display: inline-block;
}
.cid-uosm6IASLI .group-title {
  margin: 0;
  color: #181818;
  font-weight: bold;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uosm6IASLI .mbr-figure {
    width: fit-content !important;
  }
}
@media (max-width: 767px) {
  .cid-uosm6IASLI .mbr-figure {
    width: 100% !important;
  }
  .cid-uosm6IASLI .menu-item {
    flex-direction: column;
  }
  .cid-uosm6IASLI img {
    margin: auto !important;
    margin-bottom: 0.5rem !important;
  }
  .cid-uosm6IASLI .item-tag {
    margin: auto;
    margin-bottom: 1rem;
  }
}
.cid-uosm6IASLI .icon-wrap {
  display: flex;
  margin-bottom: 1.5rem;
  align-items: center;
  width: fit-content;
}
.cid-uosm6IASLI .special-label {
  color: #fff;
}
.cid-uosm6IASLI .menu-box {
  display: flex;
  align-items: baseline;
  margin-bottom: 0.5rem;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.cid-uosm6IASLI .menu-box .box-price {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-uosm6IASLI .menu-row {
  margin: 0;
}
.cid-uosm6IASLI .box-text {
  padding: 0;
  margin: 0;
  width: fit-content;
  color: #232323;
}
.cid-uosm6IASLI .line {
  display: flex;
  flex: 1 1 auto;
  background-image: radial-gradient(circle closest-side, #9a9a9a 99%, rgba(255, 255, 255, 0) 1%);
  background-size: 12px 2px;
  background-position: center;
  margin: 0.2em 0.5em;
  background-repeat: repeat;
  height: 2px;
}
.cid-uosm6IASLI .group-title,
.cid-uosm6IASLI .align-wrap {
  text-align: left;
}
.cid-uosm6IASLI SPAN {
  color: #72bf44;
}
.cid-uosm6IASLI .item-title {
  color: #808080;
}
.cid-uosm6IASLI H4 {
  color: #72bf44;
}
.cid-uosm6IASLI .mbr-section-title,
.cid-uosm6IASLI .ornament {
  color: #000000;
}
.cid-uoyN405GYe {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uoyN405GYe .menu-item {
  padding: 0;
  margin-bottom: 1.5rem;
}
.cid-uoyN405GYe .item-tag {
  background: #72bf44;
  width: 100%;
  padding: 6px 20px 6px 20px;
  color: #ffffff;
}
.cid-uoyN405GYe .mbr-iconfont {
  font-size: 2.5rem;
  padding-right: 1rem;
  color: #72bf44;
}
.cid-uoyN405GYe .mbr-figure {
  width: 150px;
  height: 100%;
}
.cid-uoyN405GYe .mbr-figure img {
  border-radius: 6px;
  object-fit: cover;
  margin-right: 2rem;
  width: 110px;
  height: 110px;
}
.cid-uoyN405GYe .inline-wrap {
  width: fit-content;
  display: inline-block;
}
.cid-uoyN405GYe .group-title {
  margin: 0;
  color: #181818;
  font-weight: bold;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uoyN405GYe .mbr-figure {
    width: fit-content !important;
  }
}
@media (max-width: 767px) {
  .cid-uoyN405GYe .mbr-figure {
    width: 100% !important;
  }
  .cid-uoyN405GYe .menu-item {
    flex-direction: column;
  }
  .cid-uoyN405GYe img {
    margin: auto !important;
    margin-bottom: 0.5rem !important;
  }
  .cid-uoyN405GYe .item-tag {
    margin: auto;
    margin-bottom: 1rem;
  }
}
.cid-uoyN405GYe .icon-wrap {
  display: flex;
  margin-bottom: 1.5rem;
  align-items: center;
  width: fit-content;
}
.cid-uoyN405GYe .special-label {
  color: #fff;
}
.cid-uoyN405GYe .menu-box {
  display: flex;
  align-items: baseline;
  margin-bottom: 0.5rem;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.cid-uoyN405GYe .menu-box .box-price {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-uoyN405GYe .menu-row {
  margin: 0;
}
.cid-uoyN405GYe .box-text {
  padding: 0;
  margin: 0;
  width: fit-content;
  color: #000000;
}
.cid-uoyN405GYe .line {
  display: flex;
  flex: 1 1 auto;
  background-image: radial-gradient(circle closest-side, #9a9a9a 99%, rgba(255, 255, 255, 0) 1%);
  background-size: 12px 2px;
  background-position: center;
  margin: 0.2em 0.5em;
  background-repeat: repeat;
  height: 2px;
}
.cid-uoyN405GYe .group-title,
.cid-uoyN405GYe .align-wrap {
  text-align: left;
}
.cid-uoyN405GYe SPAN {
  color: #72bf44;
}
.cid-uoyN405GYe .item-title {
  color: #808080;
}
.cid-uoyN405GYe H4 {
  color: #b0da97;
}
.cid-uoyN405GYe .mbr-section-title,
.cid-uoyN405GYe .ornament {
  color: #72bf44;
}
.cid-upSpAfdbV6 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-upSpAfdbV6 .line {
  background-color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-upI1m3bTT7 {
  background-image: url("../../../assets/images/choc-4-1920x1080.webp");
}
.cid-upI1m3bTT7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-upI1m3bTT7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upI1m3bTT7 .mbr-section-title {
  color: #72bf44;
}
.cid-upI3JVNl20 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fdfcfa;
}
.cid-upI3JVNl20 .mbr-fallback-image.disabled {
  display: none;
}
.cid-upI3JVNl20 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upI3JVNl20 .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-upI3JVNl20 .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-upI3JVNl20 .container {
    padding: 0;
  }
}
.cid-upI3JVNl20 .row {
  justify-content: center;
  margin: 0;
}
.cid-upI3JVNl20 .card {
  border-radius: 0;
  padding: 0;
}
.cid-upI3JVNl20 .card .card-wrapper img {
  height: 500px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-upI3JVNl20 .card .card-wrapper img {
    height: 300px;
  }
}
.cid-upHYpF3TOe {
  background-image: url("../../../assets/images/uvodna-slika-klemen-skubic-1920x1277.webp");
}
.cid-upHYpF3TOe .content {
  width: 37%;
}
@media (max-width: 859px) {
  .cid-upHYpF3TOe .content {
    width: 100%;
    text-align: center;
  }
}
.cid-upHYpF3TOe .mbr-section-title {
  color: #ffffff;
  margin-bottom: 20px;
}
.cid-upHYpF3TOe .mbr-section-title span {
  position: relative;
}
.cid-upHYpF3TOe .mbr-section-title span svg {
  position: absolute;
  left: -100px;
  bottom: -15px;
  width: 150%;
  height: 10px;
}
@media (max-width: 992px) {
  .cid-upHYpF3TOe .mbr-section-title span svg {
    left: -60px;
  }
}
@media (max-width: 959px) {
  .cid-upHYpF3TOe .mbr-section-title span svg {
    left: -50px;
  }
}
@media (max-width: 500px) {
  .cid-upHYpF3TOe .mbr-section-title span svg {
    width: 80%;
    left: 30px;
  }
}
.cid-upHYpF3TOe .mbr-section-title span svg path {
  fill: #cd8ad1;
}
.cid-upHYpF3TOe .mbr-section-subtitle {
  color: #ffffff;
}
.cid-upHYpF3TOe .mbr-section-subtitle span {
  position: relative;
}
.cid-upHYpF3TOe .mbr-section-subtitle span svg {
  position: absolute;
  right: -50px;
  bottom: 50px;
  transform: rotate(20deg);
  width: 68px;
  height: 62px;
}
.cid-upHYpF3TOe .mbr-section-subtitle span svg path {
  fill: #2e481a;
}
@media (max-width: 599px) {
  .cid-upHYpF3TOe .mbr-section-subtitle span svg {
    display: none;
  }
}
.cid-upHYpF3TOe .mbr-section-btn {
  margin-top: 3rem;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 859px) {
  .cid-upHYpF3TOe .mbr-section-btn {
    justify-content: center !important;
  }
}
.cid-upHYpF3TOe .wave-container {
  position: absolute;
  width: 100%;
  height: 100px;
  left: 0;
  bottom: -1px;
  overflow: hidden;
}
.cid-upHYpF3TOe .wave-container .wave {
  width: 5500px;
  position: relative;
  left: -3300px;
}
.cid-upHYpF3TOe .wave-container .wave svg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  animation: wavy 35s infinite linear;
  backface-visibility: hidden;
}
.cid-upHYpF3TOe .wave-container .wave svg path {
  fill: #ffffff;
}
@keyframes wavy {
  0% {
    opacity: 1;
    transform: translateX(0px) translateY(0px) rotate(0deg) scale(1, 1);
    animation-timing-function: linear;
  }
  100% {
    opacity: 1;
    transform: translateX(3230px) translateY(0px) rotate(0deg) scale(1, 1);
  }
}
.cid-upI6Q4nUwH {
  background-image: url("../../../assets/images/catering-750x500.webp");
}
.cid-upI6Q4nUwH .content {
  width: 37%;
}
@media (max-width: 859px) {
  .cid-upI6Q4nUwH .content {
    width: 100%;
    text-align: center;
  }
}
.cid-upI6Q4nUwH .mbr-section-title {
  color: #232323;
  margin-bottom: 20px;
}
.cid-upI6Q4nUwH .mbr-section-title span {
  position: relative;
}
.cid-upI6Q4nUwH .mbr-section-title span svg {
  position: absolute;
  left: -100px;
  bottom: -15px;
  width: 150%;
  height: 10px;
}
@media (max-width: 992px) {
  .cid-upI6Q4nUwH .mbr-section-title span svg {
    left: -60px;
  }
}
@media (max-width: 959px) {
  .cid-upI6Q4nUwH .mbr-section-title span svg {
    left: -50px;
  }
}
@media (max-width: 500px) {
  .cid-upI6Q4nUwH .mbr-section-title span svg {
    width: 80%;
    left: 30px;
  }
}
.cid-upI6Q4nUwH .mbr-section-title span svg path {
  fill: #cd8ad1;
}
.cid-upI6Q4nUwH .mbr-section-subtitle {
  color: #232323;
}
.cid-upI6Q4nUwH .mbr-section-subtitle span {
  position: relative;
}
.cid-upI6Q4nUwH .mbr-section-subtitle span svg {
  position: absolute;
  right: -50px;
  bottom: 50px;
  transform: rotate(20deg);
  width: 68px;
  height: 62px;
  display: none;
}
.cid-upI6Q4nUwH .mbr-section-subtitle span svg path {
  fill: #2e481a;
}
@media (max-width: 599px) {
  .cid-upI6Q4nUwH .mbr-section-subtitle span svg {
    display: none;
  }
}
.cid-upI6Q4nUwH .mbr-section-btn {
  margin-top: 3rem;
}
@media (max-width: 859px) {
  .cid-upI6Q4nUwH .mbr-section-btn {
    justify-content: center !important;
  }
}
.cid-upI6Q4nUwH .wave-container {
  position: absolute;
  width: 100%;
  height: 100px;
  left: 0;
  bottom: -1px;
  overflow: hidden;
}
.cid-upI6Q4nUwH .wave-container .wave {
  width: 5500px;
  position: relative;
  left: -3300px;
}
.cid-upI6Q4nUwH .wave-container .wave svg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  animation: wavy 35s infinite linear;
  backface-visibility: hidden;
}
.cid-upI6Q4nUwH .wave-container .wave svg path {
  fill: #ffffff;
}
@keyframes wavy {
  0% {
    opacity: 1;
    transform: translateX(0px) translateY(0px) rotate(0deg) scale(1, 1);
    animation-timing-function: linear;
  }
  100% {
    opacity: 1;
    transform: translateX(3230px) translateY(0px) rotate(0deg) scale(1, 1);
  }
}
.cid-upI8pw7yQS {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-upI8pw7yQS .mbr-section-subtitle {
  color: #72bf44;
}
.cid-upI8nJhllH {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-upI8nJhllH .counter-container {
  color: #767676;
}
.cid-upI8nJhllH .counter-container ul {
  margin-bottom: 0;
}
.cid-upI8nJhllH .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
}
.cid-upI8nJhllH .counter-container ul li:before {
  position: absolute;
  left: -56px;
  margin-top: -10px;
  padding-top: 3px;
  content: '';
  display: inline-block;
  text-align: center;
  margin: 5px 10px;
  line-height: 20px;
  transition: all .2s;
  color: #ffffff;
  background: #8264fd;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: linear-gradient(135deg, #8264fd, #ffa0a4);
  background: none;
  border: 1px solid #8264fd;
  color: #8264fd;
  content: '✓';
}
.cid-upI8wg3va5 {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-upI8wg3va5 .mbr-section-subtitle {
  color: #72bf44;
}
.cid-upI8wg3va5 .mbr-section-title {
  color: #72bf44;
}
.cid-upI8lI0ioJ {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-upI8lI0ioJ .counter-container {
  color: #767676;
}
.cid-upI8lI0ioJ .counter-container ul {
  margin-bottom: 0;
}
.cid-upI8lI0ioJ .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
}
.cid-upI8lI0ioJ .counter-container ul li:before {
  position: absolute;
  left: -56px;
  margin-top: -10px;
  padding-top: 3px;
  content: '';
  display: inline-block;
  text-align: center;
  margin: 5px 10px;
  line-height: 20px;
  transition: all .2s;
  color: #ffffff;
  background: #8264fd;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: linear-gradient(135deg, #8264fd, #ffa0a4);
  background: none;
  border: 1px solid #8264fd;
  color: #8264fd;
  content: '✓';
}
.cid-upI8kJloEZ {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-upI8kJloEZ .mbr-section-subtitle {
  color: #72bf44;
}
.cid-upI8kJloEZ .mbr-section-title {
  color: #72bf44;
}
.cid-upI8jsVUAf {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-upI8jsVUAf .counter-container {
  color: #767676;
}
.cid-upI8jsVUAf .counter-container ul {
  margin-bottom: 0;
}
.cid-upI8jsVUAf .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
}
.cid-upI8jsVUAf .counter-container ul li:before {
  position: absolute;
  left: -56px;
  margin-top: -10px;
  padding-top: 3px;
  content: '';
  display: inline-block;
  text-align: center;
  margin: 5px 10px;
  line-height: 20px;
  transition: all .2s;
  color: #ffffff;
  background: #8264fd;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: linear-gradient(135deg, #8264fd, #ffa0a4);
  background: none;
  border: 1px solid #8264fd;
  color: #8264fd;
  content: '✓';
}
.cid-upI8iFuL4J {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-upI8iFuL4J .mbr-section-subtitle {
  color: #72bf44;
}
.cid-upI8iFuL4J .mbr-section-title {
  color: #72bf44;
}
.cid-upI8h0cjHM {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-upI8h0cjHM .line {
  background-color: #72bf44;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-upIeqOIwc5 {
  background-image: url("../../../assets/images/brunch-prostor-za-zabave-1920x1080.webp");
}
.cid-upIeqOIwc5 .content {
  width: 37%;
}
@media (max-width: 859px) {
  .cid-upIeqOIwc5 .content {
    width: 100%;
    text-align: center;
  }
}
.cid-upIeqOIwc5 .mbr-section-title {
  color: #ffffff;
  margin-bottom: 20px;
}
.cid-upIeqOIwc5 .mbr-section-title span {
  position: relative;
}
.cid-upIeqOIwc5 .mbr-section-title span svg {
  position: absolute;
  left: -100px;
  bottom: -15px;
  width: 150%;
  height: 10px;
}
@media (max-width: 992px) {
  .cid-upIeqOIwc5 .mbr-section-title span svg {
    left: -60px;
  }
}
@media (max-width: 959px) {
  .cid-upIeqOIwc5 .mbr-section-title span svg {
    left: -50px;
  }
}
@media (max-width: 500px) {
  .cid-upIeqOIwc5 .mbr-section-title span svg {
    width: 80%;
    left: 30px;
  }
}
.cid-upIeqOIwc5 .mbr-section-title span svg path {
  fill: #cd8ad1;
}
.cid-upIeqOIwc5 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-upIeqOIwc5 .mbr-section-subtitle span {
  position: relative;
}
.cid-upIeqOIwc5 .mbr-section-subtitle span svg {
  position: absolute;
  right: -50px;
  bottom: 50px;
  transform: rotate(20deg);
  width: 68px;
  height: 62px;
  display: none;
}
.cid-upIeqOIwc5 .mbr-section-subtitle span svg path {
  fill: #2e481a;
}
@media (max-width: 599px) {
  .cid-upIeqOIwc5 .mbr-section-subtitle span svg {
    display: none;
  }
}
.cid-upIeqOIwc5 .mbr-section-btn {
  margin-top: 3rem;
}
@media (max-width: 859px) {
  .cid-upIeqOIwc5 .mbr-section-btn {
    justify-content: center !important;
  }
}
.cid-upIeqOIwc5 .wave-container {
  position: absolute;
  width: 100%;
  height: 100px;
  left: 0;
  bottom: -1px;
  overflow: hidden;
}
.cid-upIeqOIwc5 .wave-container .wave {
  width: 5500px;
  position: relative;
  left: -3300px;
}
.cid-upIeqOIwc5 .wave-container .wave svg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  animation: wavy 35s infinite linear;
  backface-visibility: hidden;
}
.cid-upIeqOIwc5 .wave-container .wave svg path {
  fill: #ffffff;
}
@keyframes wavy {
  0% {
    opacity: 1;
    transform: translateX(0px) translateY(0px) rotate(0deg) scale(1, 1);
    animation-timing-function: linear;
  }
  100% {
    opacity: 1;
    transform: translateX(3230px) translateY(0px) rotate(0deg) scale(1, 1);
  }
}
.cid-upIaop3W00 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-upIaop3W00 .mbr-section-subtitle {
  color: #72bf44;
}
.cid-upIaop3W00 .mbr-section-title {
  color: #72bf44;
}
.cid-upIanmJ3Jt {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-upIanmJ3Jt .counter-container {
  color: #767676;
}
.cid-upIanmJ3Jt .counter-container ul {
  margin-bottom: 0;
}
.cid-upIanmJ3Jt .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
}
.cid-upIanmJ3Jt .counter-container ul li:before {
  position: absolute;
  left: -56px;
  margin-top: -10px;
  padding-top: 3px;
  content: '';
  display: inline-block;
  text-align: center;
  margin: 5px 10px;
  line-height: 20px;
  transition: all .2s;
  color: #ffffff;
  background: #8264fd;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: linear-gradient(135deg, #8264fd, #ffa0a4);
  background: none;
  border: 1px solid #8264fd;
  color: #8264fd;
  content: '✓';
}
.cid-upIakROHYe {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-upIakROHYe .counter-container {
  color: #767676;
}
.cid-upIakROHYe .counter-container ul {
  margin-bottom: 0;
}
.cid-upIakROHYe .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
}
.cid-upIakROHYe .counter-container ul li:before {
  position: absolute;
  left: -56px;
  margin-top: -10px;
  padding-top: 3px;
  content: '';
  display: inline-block;
  text-align: center;
  margin: 5px 10px;
  line-height: 20px;
  transition: all .2s;
  color: #ffffff;
  background: #8264fd;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: linear-gradient(135deg, #8264fd, #ffa0a4);
  background: none;
  border: 1px solid #8264fd;
  color: #8264fd;
  content: '✓';
}
.cid-upKlDzZQDN {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-upKlDzZQDN .mbr-section-subtitle {
  color: #72bf44;
}
.cid-upKlDzZQDN .mbr-section-title {
  color: #72bf44;
}
.cid-upKlysrNPO {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-upKlysrNPO .counter-container {
  color: #767676;
}
.cid-upKlysrNPO .counter-container ul {
  margin-bottom: 0;
}
.cid-upKlysrNPO .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
}
.cid-upKlysrNPO .counter-container ul li:before {
  position: absolute;
  left: -56px;
  margin-top: -10px;
  padding-top: 3px;
  content: '';
  display: inline-block;
  text-align: center;
  margin: 5px 10px;
  line-height: 20px;
  transition: all .2s;
  color: #ffffff;
  background: #8264fd;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: linear-gradient(135deg, #8264fd, #ffa0a4);
  background: none;
  border: 1px solid #8264fd;
  color: #8264fd;
  content: '✓';
}
.cid-upKkMOD72Q {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-upKkMOD72Q .mbr-section-subtitle {
  color: #72bf44;
}
.cid-upKkMOD72Q .mbr-section-title {
  color: #72bf44;
}
.cid-upKkPR36ry {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-upKkPR36ry .counter-container {
  color: #767676;
}
.cid-upKkPR36ry .counter-container ul {
  margin-bottom: 0;
}
.cid-upKkPR36ry .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
}
.cid-upKkPR36ry .counter-container ul li:before {
  position: absolute;
  left: -56px;
  margin-top: -10px;
  padding-top: 3px;
  content: '';
  display: inline-block;
  text-align: center;
  margin: 5px 10px;
  line-height: 20px;
  transition: all .2s;
  color: #ffffff;
  background: #8264fd;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: linear-gradient(135deg, #8264fd, #ffa0a4);
  background: none;
  border: 1px solid #8264fd;
  color: #8264fd;
  content: '✓';
}
.cid-upIajYK5TI {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-upIajYK5TI .mbr-section-subtitle {
  color: #72bf44;
}
.cid-upIajYK5TI .mbr-section-title {
  color: #72bf44;
}
.cid-upIajaiUqe {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-upIajaiUqe .counter-container {
  color: #767676;
}
.cid-upIajaiUqe .counter-container ul {
  margin-bottom: 0;
}
.cid-upIajaiUqe .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
}
.cid-upIajaiUqe .counter-container ul li:before {
  position: absolute;
  left: -56px;
  margin-top: -10px;
  padding-top: 3px;
  content: '';
  display: inline-block;
  text-align: center;
  margin: 5px 10px;
  line-height: 20px;
  transition: all .2s;
  color: #ffffff;
  background: #8264fd;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: linear-gradient(135deg, #8264fd, #ffa0a4);
  background: none;
  border: 1px solid #8264fd;
  color: #8264fd;
  content: '✓';
}
.cid-upIaikOpOv {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-upIaikOpOv .mbr-section-subtitle {
  color: #72bf44;
}
.cid-upIaikOpOv .mbr-section-title {
  color: #72bf44;
}
.cid-upIaf64XyI {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-upIaf64XyI .line {
  background-color: #72bf44;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-upMo8c6fwl {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #edefeb;
}
.cid-upMo8c6fwl a.btn > span {
  margin-left: 0.5rem;
}
.cid-upMo8c6fwl .row {
  align-items: center;
  justify-content: space-between;
}
.cid-upMo8c6fwl .mbr-section-title {
  width: 100%;
  text-align: left;
  margin-bottom: 24px;
  line-height: 1.171em;
  color: #14142b;
}
.cid-upMo8c6fwl .mbr-section-subtitle {
  color: #14142b;
  width: 100%;
  text-align: left;
  margin-bottom: 24px;
}
.cid-upMo8c6fwl .mbr-text {
  color: #5f5d68;
  margin-bottom: 56px;
}
.cid-upMo8c6fwl .right-side {
  max-width: 554px;
}
.cid-upMo8c6fwl .mbr-section-btn {
  width: auto;
  display: inline;
}
.cid-upMo8c6fwl .margin {
  margin-right: 14px;
}
.cid-upMo8c6fwl .shadow {
  padding: 62px 56px 64px;
  box-shadow: 0 0 0 0 rgba(8, 15, 52, 0.07);
  max-width: 690px;
  overflow: hidden;
  border-style: solid;
  border-width: 1px;
  border-color: #eff0f6;
  background-color: #fff;
}
.cid-upMo8c6fwl img {
  max-width: 186px;
  height: auto;
  margin-bottom: 17px;
}
.cid-upMo8c6fwl .card-title {
  margin-bottom: 4px;
  color: #14142b;
}
.cid-upMo8c6fwl .card-subtitle {
  margin-bottom: 21px;
  color: #8c8c95;
}
.cid-upMo8c6fwl .card-text {
  margin-bottom: 40px;
  color: #8c8c95;
}
.cid-upMo8c6fwl .mbr-social-likes.big .btn-social {
  font-size: 20px;
  width: 37px;
  height: 37px;
  line-height: 44px;
  margin: 0 10px 0 0 !important;
  padding: 0;
  text-align: center;
  position: relative;
  border: none !important;
  border-color: #72bf44;
  cursor: pointer;
}
.cid-upMo8c6fwl .mbr-social-likes.big .btn-social .mbr-iconfont {
  top: 0;
  line-height: 22px;
  width: 22px;
  color: #fff;
}
.cid-upMo8c6fwl .mbr-social-likes.big .btn-social:hover {
  color: #fff;
}
.cid-upMo8c6fwl .mbr-social-likes.big .btn-social + .btn {
  margin-left: 0.1rem;
}
.cid-upMo8c6fwl .r {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}
.cid-upMo8c6fwl .mbr-social-likes.small {
  display: flex;
}
.cid-upMo8c6fwl .mbr-social-likes.big {
  display: block;
}
.cid-upMo8c6fwl .mbr-social-likes.small .btn-social {
  font-size: 14px;
  width: 30px;
  height: 30px !important;
  line-height: 30px;
  margin: 0 0px 0 10px !important;
  padding: 0;
  text-align: center;
  position: relative;
  border: none !important;
  border-color: #72bf44;
  cursor: pointer;
}
.cid-upMo8c6fwl .mbr-social-likes.small .btn-social .mbr-iconfont {
  top: 0;
  line-height: 22px;
  width: 22px;
  color: #fff;
}
.cid-upMo8c6fwl .mbr-social-likes.small .btn-social:hover {
  color: #fff;
}
.cid-upMo8c6fwl .mbr-social-likes.small .btn-social + .btn {
  margin-left: 0.1rem;
}
.cid-upMo8c6fwl .form-control,
.cid-upMo8c6fwl form .btn {
  min-height: initial;
}
.cid-upMo8c6fwl a.btn,
.cid-upMo8c6fwl button {
  padding: 24px 40px;
}
.cid-upMo8c6fwl input {
  border-style: solid !important;
  border-width: 1px !important;
  border-color: #e2e3e9 !important;
  background-color: #fff;
  -webkit-transition: border-color 300ms ease;
  transition: border-color 300ms ease;
  box-shadow: none !important;
  height: 64px;
  margin-bottom: 40px;
  padding: 8px 26px;
}
.cid-upMo8c6fwl textarea {
  border-style: solid !important;
  border-width: 1px !important;
  border-color: #e2e3e9 !important;
  background-color: #fff;
  -webkit-transition: border-color 300ms ease;
  transition: border-color 300ms ease;
  box-shadow: none !important;
  height: 132px;
  margin-bottom: 40px;
  padding: 20px 26px;
}
.cid-upMo8c6fwl input:hover {
  border-color: #14142b !important;
}
.cid-upMo8c6fwl textarea:hover {
  border-color: #14142b !important;
}
.cid-upMo8c6fwl input:focus {
  border-color: #14142b !important;
}
.cid-upMo8c6fwl textarea:focus {
  border-color: #14142b !important;
}
.cid-upMo8c6fwl .form-group {
  margin-bottom: 0;
}
.cid-upMo8c6fwl .listen {
  margin-bottom: 24px;
}
.cid-upMo8c6fwl .phone {
  margin-bottom: 44px;
}
.cid-upMo8c6fwl .email {
  margin-bottom: 21px;
}
.cid-upMo8c6fwl .listen,
.cid-upMo8c6fwl .big {
  text-align: left;
  color: #8c8c95;
}
.cid-upMo8c6fwl .mbr-text,
.cid-upMo8c6fwl .button-align {
  color: #232323;
}
.cid-upMo8c6fwl .email span {
  padding: 7px;
  background-color: #14142b;
  color: #ffffff;
  font-size: 1rem;
}
.cid-upMo8c6fwl .phone span {
  padding: 7px;
  background-color: #14142b;
  color: #ffffff;
  font-size: 1rem;
}
.cid-upMo8c6fwl select.form-control:hover {
  border-color: #14142b;
}
.cid-upMo8c6fwl select.form-control {
  border: none !important;
  box-shadow: none !important;
  padding: 0;
  color: #8c8c95;
  transition: border-color 300ms ease;
  min-height: 64px;
  padding-right: 26px;
  padding-left: 26px;
  border-style: solid !important;
  border-width: 1px !important;
  border-color: #e2e3e9 !important;
  background-color: #fff;
  -webkit-transition: border-color 300ms ease;
  display: flex;
}
.cid-upMo8c6fwl .form-check > input {
  height: 1em;
  width: 1em;
  padding: 0;
  float: initial;
  margin-bottom: 0;
}
@media (max-width: 770px) {
  .cid-upMo8c6fwl .shadow {
    width: 100%;
    margin-top: 60px;
    max-width: initial;
  }
  .cid-upMo8c6fwl .left-side,
  .cid-upMo8c6fwl .right-side {
    width: 100%;
    max-width: initial;
  }
}
@media (max-width: 992px) {
  .cid-upMo8c6fwl .right-side {
    max-width: initial;
    margin-bottom: 50px;
  }
  .cid-upMo8c6fwl .shadow {
    margin: auto;
  }
}
@media (max-width: 600px) {
  .cid-upMo8c6fwl .shadow {
    padding: 25px;
  }
  .cid-upMo8c6fwl input {
    margin-bottom: 20px;
  }
}
@media (max-width: 550px) {
  .cid-upMo8c6fwl .r {
    display: flex;
    flex-direction: column;
    margin-bottom: 0;
  }
  .cid-upMo8c6fwl .mbr-social-likes.small {
    margin-top: 20px;
  }
}
.cid-upMo8c6fwl .big > .socicon-bg-youtube {
  background-color: #c4302b;
}
.cid-upMo8c6fwl .big > .socicon-bg-facebook {
  background-color: #3e5b98;
}
.cid-upMo8c6fwl .big > .socicon-bg-twitter {
  background-color: #4da7de;
}
.cid-upMo8c6fwl .big > .socicon-bg-pinterest {
  background-color: #c92619;
}
.cid-upMo8c6fwl .big > .socicon-bg-mail {
  background-color: #134785;
}
.cid-upMo8c6fwl .small > .socicon-bg-youtube {
  background-color: #c4302b;
}
.cid-upMo8c6fwl .small > .socicon-bg-facebook {
  background-color: #3e5b98;
}
.cid-upMo8c6fwl .small > .socicon-bg-twitter {
  background-color: #4da7de;
}
.cid-upMo8c6fwl .small > .socicon-bg-pinterest {
  background-color: #c92619;
}
.cid-upMo8c6fwl .small > .socicon-bg-mail {
  background-color: #134785;
}
.cid-upMo8c6fwl .mbr-iconfont {
  margin-right: 8px;
}
.cid-upHBN9WICt {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #232323;
}
.cid-upHBN9WICt .icons-block .mbr-iconfont {
  font-size: 1.5rem;
  color: #ffffff;
  opacity: 0.5;
}
.cid-upHBN9WICt .icons-block .mbr-iconfont:hover {
  opacity: 1;
}
.cid-upHBN9WICt .links-block ul li {
  margin: 0 1rem;
}
.cid-upHBN9WICt .icons-block ul li {
  margin: 0 0.5rem;
}
.cid-upHBN9WICt .links-block ul,
.cid-upHBN9WICt .icons-block ul {
  margin-bottom: 1.5rem;
}
.cid-upHBN9WICt .logo-section img {
  width: auto;
  display: inline-block;
}
.cid-uqJzLcIEMk.popup-builder {
  background-color: #ffffff;
}
.cid-uqJzLcIEMk.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uqJzLcIEMk.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uqJzLcIEMk .modal-content,
.cid-uqJzLcIEMk .modal-dialog {
  height: auto;
}
.cid-uqJzLcIEMk .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uqJzLcIEMk .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uqJzLcIEMk .form-wrapper .mbr-form .form-group,
  .cid-uqJzLcIEMk .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uqJzLcIEMk .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uqJzLcIEMk .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-uqJzLcIEMk .mbr-text {
  text-align: center;
}
.cid-uqJzLcIEMk .pt-0 {
  padding-top: 0 !important;
}
.cid-uqJzLcIEMk .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uqJzLcIEMk .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uqJzLcIEMk .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uqJzLcIEMk .modal-open {
  overflow: hidden;
}
.cid-uqJzLcIEMk .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uqJzLcIEMk .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uqJzLcIEMk .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uqJzLcIEMk .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-uqJzLcIEMk .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uqJzLcIEMk .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uqJzLcIEMk .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uqJzLcIEMk .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-uqJzLcIEMk .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uqJzLcIEMk .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uqJzLcIEMk .modal-backdrop.fade {
  opacity: 0;
}
.cid-uqJzLcIEMk .modal-backdrop.show {
  opacity: .5;
}
.cid-uqJzLcIEMk .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-uqJzLcIEMk .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uqJzLcIEMk .modal-header {
    padding: 1rem;
  }
}
.cid-uqJzLcIEMk .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uqJzLcIEMk .modal-header .close svg {
  fill: #353535;
}
.cid-uqJzLcIEMk .modal-header .close:hover {
  opacity: 1;
}
.cid-uqJzLcIEMk .modal-header .close:focus {
  outline: none;
}
.cid-uqJzLcIEMk .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uqJzLcIEMk .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uqJzLcIEMk .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uqJzLcIEMk .modal-body {
    padding: 1rem;
  }
}
.cid-uqJzLcIEMk .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uqJzLcIEMk .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uqJzLcIEMk .modal-footer {
    padding: 1rem;
  }
}
.cid-uqJzLcIEMk .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uqJzLcIEMk .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uqJzLcIEMk .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uqJzLcIEMk .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uqJzLcIEMk .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uqJzLcIEMk .modal-lg,
  .cid-uqJzLcIEMk .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uqJzLcIEMk .modal-xl {
    max-width: 1140px;
  }
}
.cid-uqJzLcIEMk .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uqJzLcIEMk .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-uqJzLcIEMk .form-group {
  margin-bottom: 1rem;
}
.cid-uqJzLcIEMk .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uqJzLcIEMk .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uqJzLcIEMk .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-uqJzLcIEMk .mbr-section-btn {
  margin: 0;
}
.cid-uqJzLcIEMk .mbr-section-btn .btn {
  margin: 0;
}
